From 1ff0b4d9840f3ed7c274381b0082a2ff0be09faa Mon Sep 17 00:00:00 2001 From: cb1kenobi Date: Tue, 21 May 2024 18:10:46 +0000 Subject: [PATCH] Apply automatic changes --- docs/api/api.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/api/api.json b/docs/api/api.json index 3dc26503c1..e24b3e176b 100644 --- a/docs/api/api.json +++ b/docs/api/api.json @@ -155844,6 +155844,36 @@ ], "default": "black" }, + { + "name": "overrideUserInterfaceStyle", + "summary": "Forces the picker to used assigned theme instead of the system theme.", + "description": "When set to [USER_INTERFACE_STYLE_DARK](Titanium.UI.USER_INTERFACE_STYLE_DARK) or\n[USER_INTERFACE_STYLE_LIGHT](Titanium.UI.USER_INTERFACE_STYLE_LIGHT), the picker will ignore\nthe system's current theme and use the theme assigned to this property instead.\n\nWhen set to [USER_INTERFACE_STYLE_UNSPECIFIED](Titanium.UI.USER_INTERFACE_STYLE_UNSPECIFIED),\nthe picker will use the system's current theme.\n", + "platforms": [ + { + "since": "12.4.0", + "name": "android" + }, + { + "since": "12.4.0", + "name": "iphone" + }, + { + "since": "12.4.0", + "name": "ipad" + }, + { + "since": "12.4.0", + "name": "macos" + } + ], + "type": "Number", + "default": "Titanium.UI.USER_INTERFACE_STYLE_UNSPECIFIED", + "constants": [ + "Titanium.UI.USER_INTERFACE_STYLE_UNSPECIFIED", + "Titanium.UI.USER_INTERFACE_STYLE_LIGHT", + "Titanium.UI.USER_INTERFACE_STYLE_DARK" + ] + }, { "name": "format24", "summary": "Determines whether the Time pickers display in 24-hour or 12-hour clock format.\n",