@gem-sdk/core 2.0.0-dev.251 → 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.
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -8144,6 +8144,7 @@ type SettingUIControl = {
|
|
|
8144
8144
|
state?: SettingStateType;
|
|
8145
8145
|
}[];
|
|
8146
8146
|
toggleStyle?: 'switch' | 'option';
|
|
8147
|
+
clearButton?: boolean;
|
|
8147
8148
|
};
|
|
8148
8149
|
setting?: {
|
|
8149
8150
|
id: string;
|
|
@@ -8187,6 +8188,7 @@ type SettingUICompo = {
|
|
|
8187
8188
|
popoverLabel?: LabelWithLang;
|
|
8188
8189
|
comboType?: 'color' | 'image';
|
|
8189
8190
|
isHideClear?: boolean;
|
|
8191
|
+
disableClearMessage?: string;
|
|
8190
8192
|
};
|
|
8191
8193
|
type SettingUIMoreSetting = {
|
|
8192
8194
|
label?: LabelWithLang;
|