@vtj/ui 0.16.36 → 0.17.1
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 +811 -807
- package/dist/index.umd.js +4 -4
- package/package.json +3 -3
- package/types/components/action/Action.d.ts +12 -12
- package/types/components/action/hooks.d.ts +2 -2
- package/types/components/action-bar/ActionBar.d.ts +8 -8
- package/types/components/attachment/Attachment.d.ts +17 -8
- package/types/components/attachment/props.d.ts +4 -0
- package/types/components/data-item/DataItem.d.ts +8 -8
- package/types/components/dialog-form/DialogForm.d.ts +12 -12
- package/types/components/field/Field.d.ts +2 -2
- package/types/components/form/Form.d.ts +5 -5
- package/types/components/grid/renderers/components/DateEdit.d.ts +20 -20
- package/types/components/grid/renderers/components/GridEdit.d.ts +12 -9
- package/types/components/grid-editor/GridEditor.d.ts +12 -9
- package/types/components/mask/Mask.d.ts +8 -8
- package/types/components/query-form/QueryForm.d.ts +24 -24
- package/types/components/tabs/Tabs.d.ts +4 -4
- package/types/version.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vtj/ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.17.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"低代码引擎",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"sortablejs": "~1.15.6",
|
|
30
30
|
"vxe-table": "~4.6.17",
|
|
31
31
|
"vxe-table-plugin-menus": "~4.0.3",
|
|
32
|
-
"@vtj/icons": "~0.
|
|
33
|
-
"@vtj/utils": "~0.
|
|
32
|
+
"@vtj/icons": "~0.17.1",
|
|
33
|
+
"@vtj/utils": "~0.17.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/qrcode": "^1.5.5",
|
|
@@ -123,7 +123,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
123
123
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
124
124
|
__epPropKey: true;
|
|
125
125
|
};
|
|
126
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
126
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
127
127
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
128
128
|
readonly id: StringConstructor;
|
|
129
129
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -244,7 +244,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
244
244
|
__epPropKey: true;
|
|
245
245
|
};
|
|
246
246
|
readonly disabled: BooleanConstructor;
|
|
247
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
247
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
248
248
|
readonly buttonProps: {
|
|
249
249
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
250
250
|
readonly required: false;
|
|
@@ -345,7 +345,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
345
345
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
346
346
|
__epPropKey: true;
|
|
347
347
|
};
|
|
348
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
348
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
349
349
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
350
350
|
readonly id: StringConstructor;
|
|
351
351
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -466,7 +466,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
466
466
|
__epPropKey: true;
|
|
467
467
|
};
|
|
468
468
|
readonly disabled: BooleanConstructor;
|
|
469
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
469
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
470
470
|
readonly buttonProps: {
|
|
471
471
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
472
472
|
readonly required: false;
|
|
@@ -566,7 +566,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
566
566
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
567
567
|
__epPropKey: true;
|
|
568
568
|
};
|
|
569
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
569
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
570
570
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
571
571
|
readonly id: StringConstructor;
|
|
572
572
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -687,7 +687,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
687
687
|
__epPropKey: true;
|
|
688
688
|
};
|
|
689
689
|
readonly disabled: BooleanConstructor;
|
|
690
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
690
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
691
691
|
readonly buttonProps: {
|
|
692
692
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
693
693
|
readonly required: false;
|
|
@@ -843,7 +843,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
843
843
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
844
844
|
__epPropKey: true;
|
|
845
845
|
};
|
|
846
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
846
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
847
847
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
848
848
|
readonly id: StringConstructor;
|
|
849
849
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -964,7 +964,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
964
964
|
__epPropKey: true;
|
|
965
965
|
};
|
|
966
966
|
readonly disabled: BooleanConstructor;
|
|
967
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
967
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
968
968
|
readonly buttonProps: {
|
|
969
969
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
970
970
|
readonly required: false;
|
|
@@ -1065,7 +1065,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1065
1065
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1066
1066
|
__epPropKey: true;
|
|
1067
1067
|
};
|
|
1068
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
1068
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
1069
1069
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
1070
1070
|
readonly id: StringConstructor;
|
|
1071
1071
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -1186,7 +1186,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1186
1186
|
__epPropKey: true;
|
|
1187
1187
|
};
|
|
1188
1188
|
readonly disabled: BooleanConstructor;
|
|
1189
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
1189
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
1190
1190
|
readonly buttonProps: {
|
|
1191
1191
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
1192
1192
|
readonly required: false;
|
|
@@ -1286,7 +1286,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1286
1286
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1287
1287
|
__epPropKey: true;
|
|
1288
1288
|
};
|
|
1289
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
1289
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
1290
1290
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
1291
1291
|
readonly id: StringConstructor;
|
|
1292
1292
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -1407,7 +1407,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
1407
1407
|
__epPropKey: true;
|
|
1408
1408
|
};
|
|
1409
1409
|
readonly disabled: BooleanConstructor;
|
|
1410
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
1410
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
1411
1411
|
readonly buttonProps: {
|
|
1412
1412
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
1413
1413
|
readonly required: false;
|
|
@@ -34,7 +34,7 @@ export declare function useDropdown(props: ActionProps): ComputedRef<Partial< Ex
|
|
|
34
34
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
35
35
|
__epPropKey: true;
|
|
36
36
|
};
|
|
37
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
37
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
38
38
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
39
39
|
readonly id: StringConstructor;
|
|
40
40
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -155,7 +155,7 @@ export declare function useDropdown(props: ActionProps): ComputedRef<Partial< Ex
|
|
|
155
155
|
__epPropKey: true;
|
|
156
156
|
};
|
|
157
157
|
readonly disabled: BooleanConstructor;
|
|
158
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
158
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
159
159
|
readonly buttonProps: {
|
|
160
160
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
161
161
|
readonly required: false;
|
|
@@ -101,7 +101,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
101
101
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
102
102
|
__epPropKey: true;
|
|
103
103
|
};
|
|
104
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
104
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
105
105
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
106
106
|
readonly id: StringConstructor;
|
|
107
107
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -222,7 +222,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
222
222
|
__epPropKey: true;
|
|
223
223
|
};
|
|
224
224
|
readonly disabled: BooleanConstructor;
|
|
225
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
225
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
226
226
|
readonly buttonProps: {
|
|
227
227
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
228
228
|
readonly required: false;
|
|
@@ -322,7 +322,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
322
322
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
323
323
|
__epPropKey: true;
|
|
324
324
|
};
|
|
325
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
325
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
326
326
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
327
327
|
readonly id: StringConstructor;
|
|
328
328
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -443,7 +443,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
443
443
|
__epPropKey: true;
|
|
444
444
|
};
|
|
445
445
|
readonly disabled: BooleanConstructor;
|
|
446
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
446
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
447
447
|
readonly buttonProps: {
|
|
448
448
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
449
449
|
readonly required: false;
|
|
@@ -581,7 +581,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
581
581
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
582
582
|
__epPropKey: true;
|
|
583
583
|
};
|
|
584
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
584
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
585
585
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
586
586
|
readonly id: StringConstructor;
|
|
587
587
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -702,7 +702,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
702
702
|
__epPropKey: true;
|
|
703
703
|
};
|
|
704
704
|
readonly disabled: BooleanConstructor;
|
|
705
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
705
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
706
706
|
readonly buttonProps: {
|
|
707
707
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
708
708
|
readonly required: false;
|
|
@@ -802,7 +802,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
802
802
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
803
803
|
__epPropKey: true;
|
|
804
804
|
};
|
|
805
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
805
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
806
806
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
807
807
|
readonly id: StringConstructor;
|
|
808
808
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -923,7 +923,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
923
923
|
__epPropKey: true;
|
|
924
924
|
};
|
|
925
925
|
readonly disabled: BooleanConstructor;
|
|
926
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
926
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
927
927
|
readonly buttonProps: {
|
|
928
928
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
929
929
|
readonly required: false;
|
|
@@ -62,12 +62,12 @@ declare function __VLS_template(): {
|
|
|
62
62
|
handleStart: (rawFile: UploadRawFile) => void;
|
|
63
63
|
handleRemove: (file: UploadFile | UploadRawFile) => void;
|
|
64
64
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
65
|
-
disabled: boolean;
|
|
66
|
-
data: Awaitable<UploadData> | ((rawFile: UploadRawFile) => Awaitable<UploadData>);
|
|
67
65
|
onChange: UploadHooks["onChange"];
|
|
66
|
+
disabled: boolean;
|
|
68
67
|
name: string;
|
|
69
68
|
onError: UploadHooks["onError"];
|
|
70
69
|
onProgress: UploadHooks["onProgress"];
|
|
70
|
+
data: Awaitable<UploadData> | ((rawFile: UploadRawFile) => Awaitable<UploadData>);
|
|
71
71
|
beforeUpload: UploadHooks["beforeUpload"];
|
|
72
72
|
onRemove: UploadHooks["onRemove"];
|
|
73
73
|
onPreview: UploadHooks["onPreview"];
|
|
@@ -102,12 +102,12 @@ declare function __VLS_template(): {
|
|
|
102
102
|
$nextTick: nextTick;
|
|
103
103
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
104
104
|
} & Readonly<{
|
|
105
|
-
disabled: boolean;
|
|
106
|
-
data: Awaitable<UploadData> | ((rawFile: UploadRawFile) => Awaitable<UploadData>);
|
|
107
105
|
onChange: UploadHooks["onChange"];
|
|
106
|
+
disabled: boolean;
|
|
108
107
|
name: string;
|
|
109
108
|
onError: UploadHooks["onError"];
|
|
110
109
|
onProgress: UploadHooks["onProgress"];
|
|
110
|
+
data: Awaitable<UploadData> | ((rawFile: UploadRawFile) => Awaitable<UploadData>);
|
|
111
111
|
beforeUpload: UploadHooks["beforeUpload"];
|
|
112
112
|
onRemove: UploadHooks["onRemove"];
|
|
113
113
|
onPreview: UploadHooks["onPreview"];
|
|
@@ -238,6 +238,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
238
238
|
type: BooleanConstructor;
|
|
239
239
|
default: boolean;
|
|
240
240
|
};
|
|
241
|
+
showTitle: {
|
|
242
|
+
type: BooleanConstructor;
|
|
243
|
+
default: boolean;
|
|
244
|
+
};
|
|
241
245
|
}>, {
|
|
242
246
|
elUploadRef: Ref<any, any>;
|
|
243
247
|
remove: (file: AttachmentFile) => Promise<void>;
|
|
@@ -346,6 +350,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
346
350
|
type: BooleanConstructor;
|
|
347
351
|
default: boolean;
|
|
348
352
|
};
|
|
353
|
+
showTitle: {
|
|
354
|
+
type: BooleanConstructor;
|
|
355
|
+
default: boolean;
|
|
356
|
+
};
|
|
349
357
|
}>> & Readonly<{
|
|
350
358
|
onSelect?: ((files: AttachmentFile[]) => any) | undefined;
|
|
351
359
|
onClick?: ((file: AttachmentFile) => any) | undefined;
|
|
@@ -370,6 +378,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
370
378
|
listType: "card" | "list";
|
|
371
379
|
limitSize: string;
|
|
372
380
|
autoUpload: boolean;
|
|
381
|
+
showTitle: boolean;
|
|
373
382
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
374
383
|
elUploadRef: ({
|
|
375
384
|
$: ComponentInternalInstance;
|
|
@@ -422,12 +431,12 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
422
431
|
handleStart: (rawFile: UploadRawFile) => void;
|
|
423
432
|
handleRemove: (file: UploadFile | UploadRawFile) => void;
|
|
424
433
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
425
|
-
disabled: boolean;
|
|
426
|
-
data: Awaitable<UploadData> | ((rawFile: UploadRawFile) => Awaitable<UploadData>);
|
|
427
434
|
onChange: UploadHooks["onChange"];
|
|
435
|
+
disabled: boolean;
|
|
428
436
|
name: string;
|
|
429
437
|
onError: UploadHooks["onError"];
|
|
430
438
|
onProgress: UploadHooks["onProgress"];
|
|
439
|
+
data: Awaitable<UploadData> | ((rawFile: UploadRawFile) => Awaitable<UploadData>);
|
|
431
440
|
beforeUpload: UploadHooks["beforeUpload"];
|
|
432
441
|
onRemove: UploadHooks["onRemove"];
|
|
433
442
|
onPreview: UploadHooks["onPreview"];
|
|
@@ -462,12 +471,12 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
462
471
|
$nextTick: nextTick;
|
|
463
472
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
464
473
|
} & Readonly<{
|
|
465
|
-
disabled: boolean;
|
|
466
|
-
data: Awaitable<UploadData> | ((rawFile: UploadRawFile) => Awaitable<UploadData>);
|
|
467
474
|
onChange: UploadHooks["onChange"];
|
|
475
|
+
disabled: boolean;
|
|
468
476
|
name: string;
|
|
469
477
|
onError: UploadHooks["onError"];
|
|
470
478
|
onProgress: UploadHooks["onProgress"];
|
|
479
|
+
data: Awaitable<UploadData> | ((rawFile: UploadRawFile) => Awaitable<UploadData>);
|
|
471
480
|
beforeUpload: UploadHooks["beforeUpload"];
|
|
472
481
|
onRemove: UploadHooks["onRemove"];
|
|
473
482
|
onPreview: UploadHooks["onPreview"];
|
|
@@ -124,7 +124,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
124
124
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
125
125
|
__epPropKey: true;
|
|
126
126
|
};
|
|
127
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
127
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
128
128
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
129
129
|
readonly id: StringConstructor;
|
|
130
130
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -245,7 +245,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
245
245
|
__epPropKey: true;
|
|
246
246
|
};
|
|
247
247
|
readonly disabled: BooleanConstructor;
|
|
248
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
248
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
249
249
|
readonly buttonProps: {
|
|
250
250
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
251
251
|
readonly required: false;
|
|
@@ -345,7 +345,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
345
345
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
346
346
|
__epPropKey: true;
|
|
347
347
|
};
|
|
348
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
348
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
349
349
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
350
350
|
readonly id: StringConstructor;
|
|
351
351
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -466,7 +466,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
466
466
|
__epPropKey: true;
|
|
467
467
|
};
|
|
468
468
|
readonly disabled: BooleanConstructor;
|
|
469
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
469
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
470
470
|
readonly buttonProps: {
|
|
471
471
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
472
472
|
readonly required: false;
|
|
@@ -616,7 +616,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
616
616
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
617
617
|
__epPropKey: true;
|
|
618
618
|
};
|
|
619
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
619
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
620
620
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
621
621
|
readonly id: StringConstructor;
|
|
622
622
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -737,7 +737,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
737
737
|
__epPropKey: true;
|
|
738
738
|
};
|
|
739
739
|
readonly disabled: BooleanConstructor;
|
|
740
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
740
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
741
741
|
readonly buttonProps: {
|
|
742
742
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
743
743
|
readonly required: false;
|
|
@@ -837,7 +837,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
837
837
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
838
838
|
__epPropKey: true;
|
|
839
839
|
};
|
|
840
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "
|
|
840
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "top" | "auto" | "bottom" | "left" | "right" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], unknown, unknown, "bottom", boolean>;
|
|
841
841
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | (((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
842
842
|
readonly id: StringConstructor;
|
|
843
843
|
readonly size: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -958,7 +958,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
958
958
|
__epPropKey: true;
|
|
959
959
|
};
|
|
960
960
|
readonly disabled: BooleanConstructor;
|
|
961
|
-
readonly role: EpPropFinalized<StringConstructor, "
|
|
961
|
+
readonly role: EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "menu", boolean>;
|
|
962
962
|
readonly buttonProps: {
|
|
963
963
|
readonly type: PropType<Partial< ButtonProps>>;
|
|
964
964
|
readonly required: false;
|
|
@@ -1187,7 +1187,7 @@ declare function __VLS_template(): {
|
|
|
1187
1187
|
$props: Partial<{
|
|
1188
1188
|
footer: boolean;
|
|
1189
1189
|
inline: boolean;
|
|
1190
|
-
footerAlign: "
|
|
1190
|
+
footerAlign: "left" | "right" | "center";
|
|
1191
1191
|
tooltipMessage: boolean | Partial< UseTooltipProps>;
|
|
1192
1192
|
model: Record<string, any>;
|
|
1193
1193
|
submitText: string | null;
|
|
@@ -1197,7 +1197,7 @@ declare function __VLS_template(): {
|
|
|
1197
1197
|
}> & Omit<{
|
|
1198
1198
|
readonly footer: boolean;
|
|
1199
1199
|
readonly inline: boolean;
|
|
1200
|
-
readonly footerAlign: "
|
|
1200
|
+
readonly footerAlign: "left" | "right" | "center";
|
|
1201
1201
|
readonly submitText: string | null;
|
|
1202
1202
|
readonly resetText: string | null;
|
|
1203
1203
|
readonly enterSubmit: boolean;
|
|
@@ -1262,13 +1262,13 @@ declare function __VLS_template(): {
|
|
|
1262
1262
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1263
1263
|
validate: (prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
1264
1264
|
}, string, {
|
|
1265
|
-
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
1266
1265
|
labelWidth: string | number;
|
|
1267
1266
|
labelPosition: "left" | "right" | "top";
|
|
1268
1267
|
requireAsteriskPosition: "left" | "right";
|
|
1269
1268
|
labelSuffix: string;
|
|
1270
1269
|
showMessage: boolean;
|
|
1271
1270
|
validateOnRuleChange: boolean;
|
|
1271
|
+
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
1272
1272
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1273
1273
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1274
1274
|
created?: (() => void) | (() => void)[];
|
|
@@ -1290,13 +1290,13 @@ declare function __VLS_template(): {
|
|
|
1290
1290
|
$nextTick: nextTick;
|
|
1291
1291
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
1292
1292
|
} & Readonly<{
|
|
1293
|
-
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
1294
1293
|
labelWidth: string | number;
|
|
1295
1294
|
labelPosition: "left" | "right" | "top";
|
|
1296
1295
|
requireAsteriskPosition: "left" | "right";
|
|
1297
1296
|
labelSuffix: string;
|
|
1298
1297
|
showMessage: boolean;
|
|
1299
1298
|
validateOnRuleChange: boolean;
|
|
1299
|
+
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
1300
1300
|
}> & Omit<Readonly< FormProps> & Readonly<{
|
|
1301
1301
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
1302
1302
|
}>, "clearValidate" | "validate" | "fields" | "labelWidth" | "labelPosition" | "showMessage" | "requireAsteriskPosition" | "labelSuffix" | "validateOnRuleChange" | "scrollIntoViewOptions" | "validateField" | "resetFields" | "scrollToField" | "getField" | "setInitialValues"> & {
|
|
@@ -1382,7 +1382,7 @@ declare function __VLS_template(): {
|
|
|
1382
1382
|
}, string, {
|
|
1383
1383
|
footer: boolean;
|
|
1384
1384
|
inline: boolean;
|
|
1385
|
-
footerAlign: "
|
|
1385
|
+
footerAlign: "left" | "right" | "center";
|
|
1386
1386
|
tooltipMessage: boolean | Partial< UseTooltipProps>;
|
|
1387
1387
|
model: Record<string, any>;
|
|
1388
1388
|
submitText: string | null;
|
|
@@ -1412,7 +1412,7 @@ declare function __VLS_template(): {
|
|
|
1412
1412
|
} & Readonly<{
|
|
1413
1413
|
footer: boolean;
|
|
1414
1414
|
inline: boolean;
|
|
1415
|
-
footerAlign: "
|
|
1415
|
+
footerAlign: "left" | "right" | "center";
|
|
1416
1416
|
tooltipMessage: boolean | Partial< UseTooltipProps>;
|
|
1417
1417
|
model: Record<string, any>;
|
|
1418
1418
|
submitText: string | null;
|
|
@@ -2726,7 +2726,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
2726
2726
|
$props: Partial<{
|
|
2727
2727
|
footer: boolean;
|
|
2728
2728
|
inline: boolean;
|
|
2729
|
-
footerAlign: "
|
|
2729
|
+
footerAlign: "left" | "right" | "center";
|
|
2730
2730
|
tooltipMessage: boolean | Partial< UseTooltipProps>;
|
|
2731
2731
|
model: Record<string, any>;
|
|
2732
2732
|
submitText: string | null;
|
|
@@ -2736,7 +2736,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
2736
2736
|
}> & Omit<{
|
|
2737
2737
|
readonly footer: boolean;
|
|
2738
2738
|
readonly inline: boolean;
|
|
2739
|
-
readonly footerAlign: "
|
|
2739
|
+
readonly footerAlign: "left" | "right" | "center";
|
|
2740
2740
|
readonly submitText: string | null;
|
|
2741
2741
|
readonly resetText: string | null;
|
|
2742
2742
|
readonly enterSubmit: boolean;
|
|
@@ -2801,13 +2801,13 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
2801
2801
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2802
2802
|
validate: (prop: FormItemProp, isValid: boolean, message: string) => void;
|
|
2803
2803
|
}, string, {
|
|
2804
|
-
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
2805
2804
|
labelWidth: string | number;
|
|
2806
2805
|
labelPosition: "left" | "right" | "top";
|
|
2807
2806
|
requireAsteriskPosition: "left" | "right";
|
|
2808
2807
|
labelSuffix: string;
|
|
2809
2808
|
showMessage: boolean;
|
|
2810
2809
|
validateOnRuleChange: boolean;
|
|
2810
|
+
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
2811
2811
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
2812
2812
|
beforeCreate?: (() => void) | (() => void)[];
|
|
2813
2813
|
created?: (() => void) | (() => void)[];
|
|
@@ -2829,13 +2829,13 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
2829
2829
|
$nextTick: nextTick;
|
|
2830
2830
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
2831
2831
|
} & Readonly<{
|
|
2832
|
-
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
2833
2832
|
labelWidth: string | number;
|
|
2834
2833
|
labelPosition: "left" | "right" | "top";
|
|
2835
2834
|
requireAsteriskPosition: "left" | "right";
|
|
2836
2835
|
labelSuffix: string;
|
|
2837
2836
|
showMessage: boolean;
|
|
2838
2837
|
validateOnRuleChange: boolean;
|
|
2838
|
+
scrollIntoViewOptions: ScrollIntoViewOptions | boolean;
|
|
2839
2839
|
}> & Omit<Readonly< FormProps> & Readonly<{
|
|
2840
2840
|
onValidate?: ((prop: FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
2841
2841
|
}>, "clearValidate" | "validate" | "fields" | "labelWidth" | "labelPosition" | "showMessage" | "requireAsteriskPosition" | "labelSuffix" | "validateOnRuleChange" | "scrollIntoViewOptions" | "validateField" | "resetFields" | "scrollToField" | "getField" | "setInitialValues"> & {
|
|
@@ -2921,7 +2921,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
2921
2921
|
}, string, {
|
|
2922
2922
|
footer: boolean;
|
|
2923
2923
|
inline: boolean;
|
|
2924
|
-
footerAlign: "
|
|
2924
|
+
footerAlign: "left" | "right" | "center";
|
|
2925
2925
|
tooltipMessage: boolean | Partial< UseTooltipProps>;
|
|
2926
2926
|
model: Record<string, any>;
|
|
2927
2927
|
submitText: string | null;
|
|
@@ -2951,7 +2951,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
2951
2951
|
} & Readonly<{
|
|
2952
2952
|
footer: boolean;
|
|
2953
2953
|
inline: boolean;
|
|
2954
|
-
footerAlign: "
|
|
2954
|
+
footerAlign: "left" | "right" | "center";
|
|
2955
2955
|
tooltipMessage: boolean | Partial< UseTooltipProps>;
|
|
2956
2956
|
model: Record<string, any>;
|
|
2957
2957
|
submitText: string | null;
|
|
@@ -52,7 +52,7 @@ declare function __VLS_template(): {
|
|
|
52
52
|
$emit: (event: string, ...args: any[]) => void;
|
|
53
53
|
$el: any;
|
|
54
54
|
$options: ComponentOptionsBase<Readonly< FormItemProps> & Readonly<{}>, {
|
|
55
|
-
size: ComputedRef<"" | "default" | "
|
|
55
|
+
size: ComputedRef<"" | "default" | "small" | "large">;
|
|
56
56
|
validateMessage: Ref<string, string>;
|
|
57
57
|
validateState: Ref<"" | "error" | "success" | "validating", "" | "error" | "success" | "validating">;
|
|
58
58
|
validate: (trigger: string, callback?: FormValidateCallback) => FormValidationResult;
|
|
@@ -307,7 +307,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
307
307
|
$emit: (event: string, ...args: any[]) => void;
|
|
308
308
|
$el: any;
|
|
309
309
|
$options: ComponentOptionsBase<Readonly< FormItemProps> & Readonly<{}>, {
|
|
310
|
-
size: ComputedRef<"" | "default" | "
|
|
310
|
+
size: ComputedRef<"" | "default" | "small" | "large">;
|
|
311
311
|
validateMessage: Ref<string, string>;
|
|
312
312
|
validateState: Ref<"" | "error" | "success" | "validating", "" | "error" | "success" | "validating">;
|
|
313
313
|
validate: (trigger: string, callback?: FormValidateCallback) => FormValidationResult;
|