@gem-sdk/core 2.0.0-staging.877 → 2.0.0-staging.881
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
|
@@ -35834,6 +35834,7 @@ type InputControlType<T> = SharedControlType<T> & {
|
|
|
35834
35834
|
type: 'input';
|
|
35835
35835
|
placeholder?: string;
|
|
35836
35836
|
fallbackValue?: string;
|
|
35837
|
+
forceEmit?: boolean;
|
|
35837
35838
|
clearButton?: boolean;
|
|
35838
35839
|
isUpdateCustomLabel?: boolean;
|
|
35839
35840
|
datalist?: {
|