@gem-sdk/core 13.1.0 → 13.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -36311,6 +36311,7 @@ type SettingUIControl = {
|
|
|
36311
36311
|
options?: {
|
|
36312
36312
|
fullWidth?: boolean;
|
|
36313
36313
|
onlyShowInTags?: string[];
|
|
36314
|
+
notShowInTags?: string[];
|
|
36314
36315
|
target?: 'tab';
|
|
36315
36316
|
disableMessage?: string;
|
|
36316
36317
|
nearestSupportedPlan?: Plan;
|
|
@@ -36359,6 +36360,7 @@ type ControlTrigger = {
|
|
|
36359
36360
|
settings?: ControlTriggerSetting[];
|
|
36360
36361
|
options?: {
|
|
36361
36362
|
noRecordHistory?: boolean;
|
|
36363
|
+
enableTriggerWhenChangeDevice?: boolean;
|
|
36362
36364
|
};
|
|
36363
36365
|
};
|
|
36364
36366
|
type SettingUICompo = {
|
|
@@ -37678,6 +37680,7 @@ type ControlUI = {
|
|
|
37678
37680
|
}[];
|
|
37679
37681
|
options?: {
|
|
37680
37682
|
noRecordHistory?: boolean;
|
|
37683
|
+
enableTriggerWhenChangeDevice?: boolean;
|
|
37681
37684
|
};
|
|
37682
37685
|
};
|
|
37683
37686
|
onlyShowInTags?: string[];
|