@gem-sdk/core 2.0.0-staging.919 → 2.0.0-staging.930
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
|
@@ -35876,6 +35876,7 @@ type InputStepperControlType<T> = SharedControlType<T> & {
|
|
|
35876
35876
|
readonly?: boolean;
|
|
35877
35877
|
includeUnit?: 'px' | '%';
|
|
35878
35878
|
disableDecimal?: boolean;
|
|
35879
|
+
allowEmptyValue?: boolean;
|
|
35879
35880
|
};
|
|
35880
35881
|
|
|
35881
35882
|
type SizeUnit$2 = 's' | '%' | 'cm' | 'mm' | 'Q' | 'in' | 'pc' | 'pt' | 'px' | 'em' | 'cap' | 'ex' | 'ch' | 'ic' | 'rem' | 'lh' | 'rlh' | 'vw' | 'vh' | 'vi' | 'vb' | 'vmin' | 'vmax' | 'ms' | 'min' | 'days';
|
|
@@ -36851,6 +36852,7 @@ type DropdownInput<T> = SharedControlType<T> & {
|
|
|
36851
36852
|
value?: string | number;
|
|
36852
36853
|
reversed?: boolean;
|
|
36853
36854
|
showValue?: boolean;
|
|
36855
|
+
displayValue?: string;
|
|
36854
36856
|
}[];
|
|
36855
36857
|
isRowWith?: boolean;
|
|
36856
36858
|
isNumber?: true;
|