@gem-sdk/core 2.0.0-staging.923 → 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 +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -36852,6 +36852,7 @@ type DropdownInput<T> = SharedControlType<T> & {
|
|
|
36852
36852
|
value?: string | number;
|
|
36853
36853
|
reversed?: boolean;
|
|
36854
36854
|
showValue?: boolean;
|
|
36855
|
+
displayValue?: string;
|
|
36855
36856
|
}[];
|
|
36856
36857
|
isRowWith?: boolean;
|
|
36857
36858
|
isNumber?: true;
|