@gem-sdk/core 2.0.0-dev.249 → 2.0.0-dev.257

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.
@@ -48,7 +48,9 @@ const customRenderChildren = [
48
48
  'AccordionItem',
49
49
  'Row',
50
50
  'IconList',
51
- 'Tabs'
51
+ 'Tabs',
52
+ 'Marquee',
53
+ 'MarqueeItem'
52
54
  ];
53
55
  const excludeApplyStyle = [
54
56
  'IconListV2',
@@ -46,7 +46,9 @@ const customRenderChildren = [
46
46
  'AccordionItem',
47
47
  'Row',
48
48
  'IconList',
49
- 'Tabs'
49
+ 'Tabs',
50
+ 'Marquee',
51
+ 'MarqueeItem'
50
52
  ];
51
53
  const excludeApplyStyle = [
52
54
  'IconListV2',
@@ -7985,6 +7985,8 @@ type Option$3<T> = {
7985
7985
  value: T extends ObjectDevices<infer U> ? U extends StateProp<infer A> ? A : U : T extends StateProp<infer B> ? B : T;
7986
7986
  label?: string | number;
7987
7987
  title?: string;
7988
+ showValue?: boolean;
7989
+ displayValue?: string;
7988
7990
  hideOnPage?: string[];
7989
7991
  flowTag?: string[];
7990
7992
  condition?: 'and' | 'or';
@@ -8142,6 +8144,7 @@ type SettingUIControl = {
8142
8144
  state?: SettingStateType;
8143
8145
  }[];
8144
8146
  toggleStyle?: 'switch' | 'option';
8147
+ clearButton?: boolean;
8145
8148
  };
8146
8149
  setting?: {
8147
8150
  id: string;
@@ -8185,6 +8188,7 @@ type SettingUICompo = {
8185
8188
  popoverLabel?: LabelWithLang;
8186
8189
  comboType?: 'color' | 'image';
8187
8190
  isHideClear?: boolean;
8191
+ disableClearMessage?: string;
8188
8192
  };
8189
8193
  type SettingUIMoreSetting = {
8190
8194
  label?: LabelWithLang;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.249",
3
+ "version": "2.0.0-dev.257",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",