@vtj/ui 0.12.54 → 0.12.56
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/index.mjs +2 -2
- package/dist/index.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/types/components/attachment/Attachment.d.ts +6 -6
- package/types/components/dialog-form/DialogForm.d.ts +6 -2283
- package/types/components/form/Form.d.ts +6 -2283
- package/types/components/grid/renderers/components/PickerEdit.d.ts +4 -4
- package/types/components/picker/Picker.d.ts +4 -4
- package/types/components/query-form/QueryForm.d.ts +10 -4563
- package/types/version.d.ts +2 -2
@@ -376,8 +376,8 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
376
376
|
};
|
377
377
|
states: {
|
378
378
|
inputValue: string;
|
379
|
-
options: Map<string | number | boolean | Record<string, any>, SelectOptionProxy
|
380
|
-
cachedOptions: Map<string | number | boolean | Record<string, any>, SelectOptionProxy
|
379
|
+
options: Map<string | number | boolean | Record<string, any>, SelectOptionProxy> & Omit<Map<string | number | boolean | Record<string, any>, SelectOptionProxy>, keyof Map<any, any>>;
|
380
|
+
cachedOptions: Map<string | number | boolean | Record<string, any>, SelectOptionProxy> & Omit<Map<string | number | boolean | Record<string, any>, SelectOptionProxy>, keyof Map<any, any>>;
|
381
381
|
optionValues: (string | number | boolean | Record<string, any>)[];
|
382
382
|
selected: {
|
383
383
|
value: string | number | boolean | Record<string, any>;
|
@@ -781,8 +781,8 @@ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsM
|
|
781
781
|
};
|
782
782
|
states: {
|
783
783
|
inputValue: string;
|
784
|
-
options: Map<string | number | boolean | Record<string, any>, SelectOptionProxy
|
785
|
-
cachedOptions: Map<string | number | boolean | Record<string, any>, SelectOptionProxy
|
784
|
+
options: Map<string | number | boolean | Record<string, any>, SelectOptionProxy> & Omit<Map<string | number | boolean | Record<string, any>, SelectOptionProxy>, keyof Map<any, any>>;
|
785
|
+
cachedOptions: Map<string | number | boolean | Record<string, any>, SelectOptionProxy> & Omit<Map<string | number | boolean | Record<string, any>, SelectOptionProxy>, keyof Map<any, any>>;
|
786
786
|
optionValues: (string | number | boolean | Record<string, any>)[];
|
787
787
|
selected: {
|
788
788
|
value: string | number | boolean | Record<string, any>;
|
@@ -433,8 +433,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
433
433
|
};
|
434
434
|
states: {
|
435
435
|
inputValue: string;
|
436
|
-
options: Map<string | number | boolean | Record<string, any>, SelectOptionProxy
|
437
|
-
cachedOptions: Map<string | number | boolean | Record<string, any>, SelectOptionProxy
|
436
|
+
options: Map<string | number | boolean | Record<string, any>, SelectOptionProxy> & Omit<Map<string | number | boolean | Record<string, any>, SelectOptionProxy>, keyof Map<any, any>>;
|
437
|
+
cachedOptions: Map<string | number | boolean | Record<string, any>, SelectOptionProxy> & Omit<Map<string | number | boolean | Record<string, any>, SelectOptionProxy>, keyof Map<any, any>>;
|
438
438
|
optionValues: (string | number | boolean | Record<string, any>)[];
|
439
439
|
selected: {
|
440
440
|
value: string | number | boolean | Record<string, any>;
|
@@ -838,8 +838,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
838
838
|
};
|
839
839
|
states: {
|
840
840
|
inputValue: string;
|
841
|
-
options: Map<string | number | boolean | Record<string, any>, SelectOptionProxy
|
842
|
-
cachedOptions: Map<string | number | boolean | Record<string, any>, SelectOptionProxy
|
841
|
+
options: Map<string | number | boolean | Record<string, any>, SelectOptionProxy> & Omit<Map<string | number | boolean | Record<string, any>, SelectOptionProxy>, keyof Map<any, any>>;
|
842
|
+
cachedOptions: Map<string | number | boolean | Record<string, any>, SelectOptionProxy> & Omit<Map<string | number | boolean | Record<string, any>, SelectOptionProxy>, keyof Map<any, any>>;
|
843
843
|
optionValues: (string | number | boolean | Record<string, any>)[];
|
844
844
|
selected: {
|
845
845
|
value: string | number | boolean | Record<string, any>;
|