@gem-sdk/core 1.53.0-dev.187 → 1.53.0-dev.188
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 +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -8212,6 +8212,7 @@ type SettingUIControl = {
|
|
|
8212
8212
|
lockedOnPlans?: Plan[];
|
|
8213
8213
|
labelVariant?: LabelVariant;
|
|
8214
8214
|
labelInsideControl?: boolean;
|
|
8215
|
+
hideLabel?: boolean;
|
|
8215
8216
|
updateFields?: [
|
|
8216
8217
|
{
|
|
8217
8218
|
field: string;
|
|
@@ -8236,6 +8237,7 @@ type ControlTriggerAction$1 = {
|
|
|
8236
8237
|
controlType: string;
|
|
8237
8238
|
groupType: string;
|
|
8238
8239
|
valueIfNull?: any;
|
|
8240
|
+
removeDevice?: boolean;
|
|
8239
8241
|
};
|
|
8240
8242
|
type ControlTriggerSetting = {
|
|
8241
8243
|
source?: string[];
|