@gem-sdk/core 12.0.0-dev.151 → 12.0.0-dev.152
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
|
@@ -44659,6 +44659,7 @@ type SettingUIControl = {
|
|
|
44659
44659
|
label?: LabelWithLang;
|
|
44660
44660
|
conditionDisplay?: string;
|
|
44661
44661
|
conditionEnable?: string;
|
|
44662
|
+
hiddenOnMobile?: boolean;
|
|
44662
44663
|
options?: {
|
|
44663
44664
|
fullWidth?: boolean;
|
|
44664
44665
|
onlyShowInTags?: string[];
|
|
@@ -44776,6 +44777,7 @@ type SettingUIGroup = {
|
|
|
44776
44777
|
disableToggle?: boolean;
|
|
44777
44778
|
conditionDisplay?: string;
|
|
44778
44779
|
conditionEnable?: string;
|
|
44780
|
+
hiddenOnMobile?: boolean;
|
|
44779
44781
|
controls?: SettingUIControl[];
|
|
44780
44782
|
moreSettings?: SettingUIMoreSetting;
|
|
44781
44783
|
toggleSettings?: SettingUIToggleSettings[];
|