@gem-sdk/core 2.0.0-dev.431 → 2.0.0-dev.435
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 +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -36299,6 +36299,7 @@ type SettingUICompo = {
|
|
|
36299
36299
|
iconPrefix?: string;
|
|
36300
36300
|
disableScrollbar?: boolean;
|
|
36301
36301
|
capitalizeDisplayValue?: boolean;
|
|
36302
|
+
enableCheckSettingsValue?: boolean;
|
|
36302
36303
|
};
|
|
36303
36304
|
type SettingUIMoreSetting = {
|
|
36304
36305
|
label?: LabelWithLang;
|