@gem-sdk/core 1.7.7 → 1.7.9
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
CHANGED
|
@@ -369,6 +369,7 @@ type InputUnitControlType<T> = SharedControlType<T> & {
|
|
|
369
369
|
max?: number;
|
|
370
370
|
units: SizeUnit[];
|
|
371
371
|
readonly?: boolean;
|
|
372
|
+
useOnlyUnitInit?: boolean;
|
|
372
373
|
};
|
|
373
374
|
|
|
374
375
|
type MarginControlType<T> = SharedControlType<T> & {
|
|
@@ -826,7 +827,7 @@ type ComponentSetting<P extends BaseProps> = {
|
|
|
826
827
|
};
|
|
827
828
|
placeholder?: {
|
|
828
829
|
notAppendBeforeAfter?: boolean;
|
|
829
|
-
flowTag?: string;
|
|
830
|
+
flowTag?: string[];
|
|
830
831
|
};
|
|
831
832
|
sideBar?: {
|
|
832
833
|
hide?: boolean;
|