vft 0.0.149 → 0.0.150
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/es/app-components/button/button-custom.d.ts +1 -1
- package/es/app-components/button/use-button.d.ts +6 -6
- package/es/app-components/form/form-label-wrap.d.ts +2 -2
- package/es/app-components/form/utils.d.ts +1 -1
- package/es/components/affix/affix.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +3 -3
- package/es/components/affix/index.d.ts +6 -6
- package/es/components/avatar/index.d.ts +3 -3
- package/es/components/backtop/index.d.ts +2 -2
- package/es/components/button/button.vue.d.ts +6 -6
- package/es/components/button/index.d.ts +10 -10
- package/es/components/button/use-button.js +3 -3
- package/es/components/carousel/carousel.vue.d.ts +9 -9
- package/es/components/carousel/index.d.ts +15 -15
- package/es/components/container/index.d.ts +6 -6
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +1 -1
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +1 -1
- package/es/components/date-picker/panel-utils.d.ts +8 -8
- package/es/components/descriptions/index.d.ts +2 -2
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/focus-trap/utils.d.ts +1 -1
- package/es/components/form/form-item.vue.d.ts +9 -9
- package/es/components/form/form.vue.d.ts +2 -2
- package/es/components/form/index.d.ts +34 -34
- package/es/components/image/index.d.ts +1 -1
- package/es/components/index.js +113 -113
- package/es/components/link/index.d.ts +1 -1
- package/es/components/modal/index.d.ts +19 -19
- package/es/components/modal/modal.vue.d.ts +12 -12
- package/es/components/multiple-tabs/tab-content.vue.d.ts +2 -1
- package/es/components/popconfirm/index.d.ts +9 -9
- package/es/components/popconfirm/popconfirm.vue.d.ts +6 -6
- package/es/components/popover/index.d.ts +1 -1
- package/es/components/popper/composables/use-content.d.ts +3 -3
- package/es/components/progress/index.d.ts +1 -1
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/search/index.d.ts +1 -1
- package/es/components/super-form/index.d.ts +6 -6
- package/es/components/super-form/super-form.vue.d.ts +3 -3
- package/es/components/switch/index.d.ts +6 -6
- package/es/components/switch/switch.vue.d.ts +6 -6
- package/es/components/table/index.d.ts +10 -10
- package/es/components/table/table.vue.d.ts +6 -6
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/tabs/tabs.vue.d.ts +2 -2
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/tree/index.d.ts +2 -2
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/index.js +113 -113
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/app-components/button/button-custom.d.ts +1 -1
- package/lib/app-components/button/use-button.d.ts +6 -6
- package/lib/app-components/form/form-label-wrap.d.ts +2 -2
- package/lib/app-components/form/utils.d.ts +1 -1
- package/lib/components/affix/affix.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +3 -3
- package/lib/components/affix/index.d.ts +6 -6
- package/lib/components/avatar/index.d.ts +3 -3
- package/lib/components/backtop/index.d.ts +2 -2
- package/lib/components/button/button.vue.d.ts +6 -6
- package/lib/components/button/index.d.ts +10 -10
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/carousel/carousel.vue.d.ts +9 -9
- package/lib/components/carousel/index.d.ts +15 -15
- package/lib/components/container/index.d.ts +6 -6
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +1 -1
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +1 -1
- package/lib/components/date-picker/panel-utils.d.ts +8 -8
- package/lib/components/descriptions/index.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/focus-trap/utils.d.ts +1 -1
- package/lib/components/form/form-item.vue.d.ts +9 -9
- package/lib/components/form/form.vue.d.ts +2 -2
- package/lib/components/form/index.d.ts +34 -34
- package/lib/components/image/index.d.ts +1 -1
- package/lib/components/index.cjs +1 -1
- package/lib/components/link/index.d.ts +1 -1
- package/lib/components/modal/index.d.ts +19 -19
- package/lib/components/modal/modal.vue.d.ts +12 -12
- package/lib/components/multiple-tabs/tab-content.vue.d.ts +2 -1
- package/lib/components/popconfirm/index.d.ts +9 -9
- package/lib/components/popconfirm/popconfirm.vue.d.ts +6 -6
- package/lib/components/popover/index.d.ts +1 -1
- package/lib/components/popper/composables/use-content.d.ts +3 -3
- package/lib/components/progress/index.d.ts +1 -1
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/search/index.d.ts +1 -1
- package/lib/components/super-form/index.d.ts +6 -6
- package/lib/components/super-form/super-form.vue.d.ts +3 -3
- package/lib/components/switch/index.d.ts +6 -6
- package/lib/components/switch/switch.vue.d.ts +6 -6
- package/lib/components/table/index.d.ts +10 -10
- package/lib/components/table/table.vue.d.ts +6 -6
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/tabs/tabs.vue.d.ts +2 -2
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/tree/index.d.ts +2 -2
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +3 -3
- package/web-types.json +1 -1
|
@@ -159,11 +159,11 @@ export declare const VftDescriptions: import("vft/es/utils").SFCWithInstall<{
|
|
|
159
159
|
$: import("vue").ComponentInternalInstance;
|
|
160
160
|
$data: {};
|
|
161
161
|
$props: {
|
|
162
|
-
readonly width?: string | number | undefined;
|
|
163
162
|
readonly label?: string | undefined;
|
|
164
163
|
readonly span?: number | undefined;
|
|
165
164
|
style?: unknown;
|
|
166
165
|
readonly minWidth?: string | number | undefined;
|
|
166
|
+
readonly width?: string | number | undefined;
|
|
167
167
|
key?: string | number | symbol | undefined;
|
|
168
168
|
ref?: import("vue").VNodeRef | undefined;
|
|
169
169
|
class?: unknown;
|
|
@@ -335,11 +335,11 @@ export declare const VftDescriptionsItem: import("vft/es/utils").SFCWithInstall<
|
|
|
335
335
|
$: import("vue").ComponentInternalInstance;
|
|
336
336
|
$data: {};
|
|
337
337
|
$props: {
|
|
338
|
-
readonly width?: string | number | undefined;
|
|
339
338
|
readonly label?: string | undefined;
|
|
340
339
|
readonly span?: number | undefined;
|
|
341
340
|
style?: unknown;
|
|
342
341
|
readonly minWidth?: string | number | undefined;
|
|
342
|
+
readonly width?: string | number | undefined;
|
|
343
343
|
key?: string | number | symbol | undefined;
|
|
344
344
|
ref?: import("vue").VNodeRef | undefined;
|
|
345
345
|
class?: unknown;
|
|
@@ -8,11 +8,11 @@ export declare const VftDialog: import("vft/es/utils").SFCWithInstall<{
|
|
|
8
8
|
$: import("vue").ComponentInternalInstance;
|
|
9
9
|
$data: {};
|
|
10
10
|
$props: {
|
|
11
|
-
readonly top?: string | undefined;
|
|
12
|
-
readonly width?: string | number | undefined;
|
|
13
11
|
style?: unknown;
|
|
14
12
|
readonly title?: string | undefined;
|
|
15
13
|
readonly center?: boolean | undefined;
|
|
14
|
+
readonly top?: string | undefined;
|
|
15
|
+
readonly width?: string | number | undefined;
|
|
16
16
|
readonly zIndex?: number | undefined;
|
|
17
17
|
key?: string | number | symbol | undefined;
|
|
18
18
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -4,12 +4,12 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
|
-
readonly top?: string | undefined;
|
|
8
|
-
readonly width?: string | number | undefined;
|
|
9
7
|
style?: unknown;
|
|
10
8
|
readonly title?: string | undefined;
|
|
11
9
|
readonly center?: boolean | undefined;
|
|
12
10
|
readonly direction?: "ltr" | "rtl" | "ttb" | "btt" | undefined;
|
|
11
|
+
readonly top?: string | undefined;
|
|
12
|
+
readonly width?: string | number | undefined;
|
|
13
13
|
readonly zIndex?: number | undefined;
|
|
14
14
|
key?: string | number | symbol | undefined;
|
|
15
15
|
readonly fullscreen?: boolean | undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const focusReason: globalThis.Ref<"
|
|
1
|
+
declare const focusReason: globalThis.Ref<"pointer" | "keyboard" | undefined>;
|
|
2
2
|
declare const lastUserFocusTimestamp: globalThis.Ref<number>;
|
|
3
3
|
declare const lastAutomatedFocusTimestamp: globalThis.Ref<number>;
|
|
4
4
|
export type FocusLayer = {
|
|
@@ -27,14 +27,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
27
27
|
size: {
|
|
28
28
|
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
29
29
|
};
|
|
30
|
-
labelWidth: {
|
|
31
|
-
type: globalThis.PropType<string | number>;
|
|
32
|
-
default: string;
|
|
33
|
-
};
|
|
34
30
|
required: {
|
|
35
31
|
type: globalThis.PropType<boolean>;
|
|
36
32
|
default: undefined;
|
|
37
33
|
};
|
|
34
|
+
labelWidth: {
|
|
35
|
+
type: globalThis.PropType<string | number>;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
38
|
rules: {
|
|
39
39
|
type: globalThis.PropType<Arrayable<FormItemRule>>;
|
|
40
40
|
};
|
|
@@ -92,14 +92,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
92
92
|
size: {
|
|
93
93
|
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
94
94
|
};
|
|
95
|
-
labelWidth: {
|
|
96
|
-
type: globalThis.PropType<string | number>;
|
|
97
|
-
default: string;
|
|
98
|
-
};
|
|
99
95
|
required: {
|
|
100
96
|
type: globalThis.PropType<boolean>;
|
|
101
97
|
default: undefined;
|
|
102
98
|
};
|
|
99
|
+
labelWidth: {
|
|
100
|
+
type: globalThis.PropType<string | number>;
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
103
103
|
rules: {
|
|
104
104
|
type: globalThis.PropType<Arrayable<FormItemRule>>;
|
|
105
105
|
};
|
|
@@ -120,8 +120,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
120
120
|
}>> & {
|
|
121
121
|
"onUpdate:error"?: ((val: string) => any) | undefined;
|
|
122
122
|
}, {
|
|
123
|
-
labelWidth: string | number;
|
|
124
123
|
required: boolean;
|
|
124
|
+
labelWidth: string | number;
|
|
125
125
|
inlineMessage: string | boolean;
|
|
126
126
|
showMessage: boolean;
|
|
127
127
|
}, {}>, {
|
|
@@ -32,7 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
32
32
|
type: globalThis.PropType<Partial<Record<string, Arrayable<import("./types").FormItemRule>>>>;
|
|
33
33
|
};
|
|
34
34
|
labelPosition: {
|
|
35
|
-
type: globalThis.PropType<"
|
|
35
|
+
type: globalThis.PropType<"left" | "right" | "top">;
|
|
36
36
|
};
|
|
37
37
|
requireAsteriskPosition: {
|
|
38
38
|
type: globalThis.PropType<"left" | "right">;
|
|
@@ -101,7 +101,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
101
101
|
type: globalThis.PropType<Partial<Record<string, Arrayable<import("./types").FormItemRule>>>>;
|
|
102
102
|
};
|
|
103
103
|
labelPosition: {
|
|
104
|
-
type: globalThis.PropType<"
|
|
104
|
+
type: globalThis.PropType<"left" | "right" | "top">;
|
|
105
105
|
};
|
|
106
106
|
requireAsteriskPosition: {
|
|
107
107
|
type: globalThis.PropType<"left" | "right">;
|
|
@@ -58,7 +58,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
58
58
|
}>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
59
59
|
[key: string]: any;
|
|
60
60
|
}>) => void)[] | undefined;
|
|
61
|
-
readonly labelPosition?: "
|
|
61
|
+
readonly labelPosition?: "left" | "right" | "top" | undefined;
|
|
62
62
|
readonly model?: Record<string, any> | undefined;
|
|
63
63
|
readonly labelSuffix?: string | undefined;
|
|
64
64
|
readonly statusIcon?: boolean | undefined;
|
|
@@ -93,7 +93,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
93
93
|
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
94
94
|
};
|
|
95
95
|
labelPosition: {
|
|
96
|
-
type: globalThis.PropType<"
|
|
96
|
+
type: globalThis.PropType<"left" | "right" | "top">;
|
|
97
97
|
};
|
|
98
98
|
requireAsteriskPosition: {
|
|
99
99
|
type: globalThis.PropType<"left" | "right">;
|
|
@@ -169,7 +169,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
169
169
|
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
170
170
|
};
|
|
171
171
|
labelPosition: {
|
|
172
|
-
type: globalThis.PropType<"
|
|
172
|
+
type: globalThis.PropType<"left" | "right" | "top">;
|
|
173
173
|
};
|
|
174
174
|
requireAsteriskPosition: {
|
|
175
175
|
type: globalThis.PropType<"left" | "right">;
|
|
@@ -227,7 +227,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
227
227
|
type: globalThis.PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
228
228
|
};
|
|
229
229
|
labelPosition: {
|
|
230
|
-
type: globalThis.PropType<"
|
|
230
|
+
type: globalThis.PropType<"left" | "right" | "top">;
|
|
231
231
|
};
|
|
232
232
|
requireAsteriskPosition: {
|
|
233
233
|
type: globalThis.PropType<"left" | "right">;
|
|
@@ -279,8 +279,8 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
279
279
|
$: import("vue").ComponentInternalInstance;
|
|
280
280
|
$data: {};
|
|
281
281
|
$props: {
|
|
282
|
-
labelWidth?: string | number | undefined;
|
|
283
282
|
required?: boolean | undefined;
|
|
283
|
+
labelWidth?: string | number | undefined;
|
|
284
284
|
inlineMessage?: string | boolean | undefined;
|
|
285
285
|
showMessage?: boolean | undefined;
|
|
286
286
|
readonly label?: string | undefined;
|
|
@@ -362,14 +362,14 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
362
362
|
size: {
|
|
363
363
|
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
364
364
|
};
|
|
365
|
-
labelWidth: {
|
|
366
|
-
type: globalThis.PropType<string | number>;
|
|
367
|
-
default: string;
|
|
368
|
-
};
|
|
369
365
|
required: {
|
|
370
366
|
type: globalThis.PropType<boolean>;
|
|
371
367
|
default: undefined;
|
|
372
368
|
};
|
|
369
|
+
labelWidth: {
|
|
370
|
+
type: globalThis.PropType<string | number>;
|
|
371
|
+
default: string;
|
|
372
|
+
};
|
|
373
373
|
rules: {
|
|
374
374
|
type: globalThis.PropType<import("../types").Arrayable<import("./types").FormItemRule>>;
|
|
375
375
|
};
|
|
@@ -399,8 +399,8 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
399
399
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
400
400
|
"update:error": (val: string) => void;
|
|
401
401
|
}, string, {
|
|
402
|
-
labelWidth: string | number;
|
|
403
402
|
required: boolean;
|
|
403
|
+
labelWidth: string | number;
|
|
404
404
|
inlineMessage: string | boolean;
|
|
405
405
|
showMessage: boolean;
|
|
406
406
|
}, {}, string, {}> & {
|
|
@@ -436,14 +436,14 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
436
436
|
size: {
|
|
437
437
|
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
438
438
|
};
|
|
439
|
-
labelWidth: {
|
|
440
|
-
type: globalThis.PropType<string | number>;
|
|
441
|
-
default: string;
|
|
442
|
-
};
|
|
443
439
|
required: {
|
|
444
440
|
type: globalThis.PropType<boolean>;
|
|
445
441
|
default: undefined;
|
|
446
442
|
};
|
|
443
|
+
labelWidth: {
|
|
444
|
+
type: globalThis.PropType<string | number>;
|
|
445
|
+
default: string;
|
|
446
|
+
};
|
|
447
447
|
rules: {
|
|
448
448
|
type: globalThis.PropType<import("../types").Arrayable<import("./types").FormItemRule>>;
|
|
449
449
|
};
|
|
@@ -487,14 +487,14 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
487
487
|
size: {
|
|
488
488
|
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
489
489
|
};
|
|
490
|
-
labelWidth: {
|
|
491
|
-
type: globalThis.PropType<string | number>;
|
|
492
|
-
default: string;
|
|
493
|
-
};
|
|
494
490
|
required: {
|
|
495
491
|
type: globalThis.PropType<boolean>;
|
|
496
492
|
default: undefined;
|
|
497
493
|
};
|
|
494
|
+
labelWidth: {
|
|
495
|
+
type: globalThis.PropType<string | number>;
|
|
496
|
+
default: string;
|
|
497
|
+
};
|
|
498
498
|
rules: {
|
|
499
499
|
type: globalThis.PropType<import("../types").Arrayable<import("./types").FormItemRule>>;
|
|
500
500
|
};
|
|
@@ -524,8 +524,8 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
524
524
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
525
525
|
"update:error": (val: string) => void;
|
|
526
526
|
}, string, {
|
|
527
|
-
labelWidth: string | number;
|
|
528
527
|
required: boolean;
|
|
528
|
+
labelWidth: string | number;
|
|
529
529
|
inlineMessage: string | boolean;
|
|
530
530
|
showMessage: boolean;
|
|
531
531
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -545,8 +545,8 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
545
545
|
$: import("vue").ComponentInternalInstance;
|
|
546
546
|
$data: {};
|
|
547
547
|
$props: {
|
|
548
|
-
labelWidth?: string | number | undefined;
|
|
549
548
|
required?: boolean | undefined;
|
|
549
|
+
labelWidth?: string | number | undefined;
|
|
550
550
|
inlineMessage?: string | boolean | undefined;
|
|
551
551
|
showMessage?: boolean | undefined;
|
|
552
552
|
readonly label?: string | undefined;
|
|
@@ -628,14 +628,14 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
628
628
|
size: {
|
|
629
629
|
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
630
630
|
};
|
|
631
|
-
labelWidth: {
|
|
632
|
-
type: globalThis.PropType<string | number>;
|
|
633
|
-
default: string;
|
|
634
|
-
};
|
|
635
631
|
required: {
|
|
636
632
|
type: globalThis.PropType<boolean>;
|
|
637
633
|
default: undefined;
|
|
638
634
|
};
|
|
635
|
+
labelWidth: {
|
|
636
|
+
type: globalThis.PropType<string | number>;
|
|
637
|
+
default: string;
|
|
638
|
+
};
|
|
639
639
|
rules: {
|
|
640
640
|
type: globalThis.PropType<import("../types").Arrayable<import("./types").FormItemRule>>;
|
|
641
641
|
};
|
|
@@ -665,8 +665,8 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
665
665
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
666
666
|
"update:error": (val: string) => void;
|
|
667
667
|
}, string, {
|
|
668
|
-
labelWidth: string | number;
|
|
669
668
|
required: boolean;
|
|
669
|
+
labelWidth: string | number;
|
|
670
670
|
inlineMessage: string | boolean;
|
|
671
671
|
showMessage: boolean;
|
|
672
672
|
}, {}, string, {}> & {
|
|
@@ -702,14 +702,14 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
702
702
|
size: {
|
|
703
703
|
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
704
704
|
};
|
|
705
|
-
labelWidth: {
|
|
706
|
-
type: globalThis.PropType<string | number>;
|
|
707
|
-
default: string;
|
|
708
|
-
};
|
|
709
705
|
required: {
|
|
710
706
|
type: globalThis.PropType<boolean>;
|
|
711
707
|
default: undefined;
|
|
712
708
|
};
|
|
709
|
+
labelWidth: {
|
|
710
|
+
type: globalThis.PropType<string | number>;
|
|
711
|
+
default: string;
|
|
712
|
+
};
|
|
713
713
|
rules: {
|
|
714
714
|
type: globalThis.PropType<import("../types").Arrayable<import("./types").FormItemRule>>;
|
|
715
715
|
};
|
|
@@ -753,14 +753,14 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
753
753
|
size: {
|
|
754
754
|
type: globalThis.PropType<"" | "default" | "small" | "large">;
|
|
755
755
|
};
|
|
756
|
-
labelWidth: {
|
|
757
|
-
type: globalThis.PropType<string | number>;
|
|
758
|
-
default: string;
|
|
759
|
-
};
|
|
760
756
|
required: {
|
|
761
757
|
type: globalThis.PropType<boolean>;
|
|
762
758
|
default: undefined;
|
|
763
759
|
};
|
|
760
|
+
labelWidth: {
|
|
761
|
+
type: globalThis.PropType<string | number>;
|
|
762
|
+
default: string;
|
|
763
|
+
};
|
|
764
764
|
rules: {
|
|
765
765
|
type: globalThis.PropType<import("../types").Arrayable<import("./types").FormItemRule>>;
|
|
766
766
|
};
|
|
@@ -790,8 +790,8 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
790
790
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
791
791
|
"update:error": (val: string) => void;
|
|
792
792
|
}, string, {
|
|
793
|
-
labelWidth: string | number;
|
|
794
793
|
required: boolean;
|
|
794
|
+
labelWidth: string | number;
|
|
795
795
|
inlineMessage: string | boolean;
|
|
796
796
|
showMessage: boolean;
|
|
797
797
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -11,6 +11,7 @@ export declare const VftImage: import("vft/es/utils").SFCWithInstall<{
|
|
|
11
11
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
12
12
|
onLoad?: ((...args: any[]) => any) | undefined;
|
|
13
13
|
onError?: ((...args: any[]) => any) | undefined;
|
|
14
|
+
readonly src?: string | undefined;
|
|
14
15
|
ref_for?: boolean | undefined;
|
|
15
16
|
ref_key?: string | undefined;
|
|
16
17
|
onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -53,7 +54,6 @@ export declare const VftImage: import("vft/es/utils").SFCWithInstall<{
|
|
|
53
54
|
}>) => void)[] | undefined;
|
|
54
55
|
readonly loading?: "eager" | "lazy" | undefined;
|
|
55
56
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
56
|
-
readonly src?: string | undefined;
|
|
57
57
|
readonly infinite?: boolean | undefined;
|
|
58
58
|
readonly initialIndex?: number | undefined;
|
|
59
59
|
readonly hideOnClickModal?: boolean | undefined;
|
package/es/components/index.js
CHANGED
|
@@ -87,45 +87,45 @@ import { VftLoading as Ge } from "./loading/index.js";
|
|
|
87
87
|
import { VftMessage as we, VftMessage as ze } from "./message/index.js";
|
|
88
88
|
import { VftInfiniteScroll as he } from "./infinite-scroll/index.js";
|
|
89
89
|
import { VftProgressI as Be } from "./progress-i/index.js";
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import { default as Ut } from "./popper/
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
90
|
+
import { default as qe } from "./time-picker/common/picker.vue2.js";
|
|
91
|
+
import { default as Ye } from "./time-picker/time-picker-com/panel-time-pick.vue2.js";
|
|
92
|
+
import { buttonGroupContextKey as Qe } from "./button/constants.js";
|
|
93
|
+
import { checkboxGroupContextKey as Xe } from "./checkbox/constants.js";
|
|
94
|
+
import { configProviderContextKey as $e, messageConfig as ot } from "./config-provider/constants.js";
|
|
95
|
+
import { provideGlobalConfig as et, useGlobalComponentSettings as tt, useGlobalConfig as ft } from "./config-provider/hooks/use-global-config.js";
|
|
96
|
+
import { ROOT_PICKER_INJECTION_KEY as pt, datePickerConfig as xt } from "./date-picker/constants.js";
|
|
97
|
+
import { datePickerProps as it } from "./date-picker/props/date-picker.js";
|
|
98
|
+
import { dialogInjectionKey as Vt } from "./dialog/constants.js";
|
|
99
|
+
import { useDialog as ut } from "./dialog/hooks/use-dialog.js";
|
|
100
|
+
import { DROPDOWN_INJECTION_KEY as dt } from "./dropdown/tokens.js";
|
|
101
|
+
import { EmptyEnum as It } from "./empty/constants.js";
|
|
102
|
+
import { formContextKey as Tt, formItemContextKey as gt } from "./form/constants.js";
|
|
103
|
+
import { useDisabled as Et, useFormDisabled as Pt, useFormSize as Mt, useSize as Ft } from "./form/hooks/use-form-common-props.js";
|
|
104
|
+
import { useFormItem as Lt, useFormItemInputId as yt } from "./form/hooks/use-form-item.js";
|
|
105
|
+
import { formItemValidateStates as _t } from "./form/types.js";
|
|
106
|
+
import { MenuTypeEnum as Kt } from "./horizontal-menu/constants.js";
|
|
107
|
+
import { initAffixTabs as vt, useTabsDrag as Rt } from "./multiple-tabs/use/use-multiple-tabs.js";
|
|
108
|
+
import { useTabDropdown as Ot } from "./multiple-tabs/use/use-tab-dropdown.js";
|
|
109
|
+
import { usePagination as zt, vftPaginationKey as Nt } from "./pagination/usePagination.js";
|
|
110
|
+
import { default as Ut } from "./popper/arrow.vue2.js";
|
|
111
|
+
import { default as Ht } from "./popper/content.vue2.js";
|
|
112
|
+
import { default as Jt } from "./popper/trigger.vue2.js";
|
|
113
|
+
import { radioGroupKey as jt } from "./radio/constants.js";
|
|
114
|
+
import { rowContextKey as Wt } from "./row/constants.js";
|
|
115
|
+
import { scrollbarContextKey as Zt } from "./scrollbar/constants.js";
|
|
116
|
+
import { BAR_MAP as of, GAP as rf, renderThumbStyle as ef } from "./scrollbar/util.js";
|
|
117
|
+
import { selectInjectionKey as ff } from "./select/token.js";
|
|
118
|
+
import { sliderContextKey as pf } from "./slider/constants.js";
|
|
119
|
+
import { sliderEmits as af } from "./slider/slider.js";
|
|
120
|
+
import { spaceProps as Vf } from "./space/space.js";
|
|
121
|
+
import { useSpace as uf } from "./space/use-space.js";
|
|
122
|
+
import { ACTION_FIELD as df, CHECKED_FIELD as cf, CREATE_TIME_FIELD as If, DATE_FIELD as Cf, DATE_TIME_FIELD as Tf, ID_FIELD as gf, NAME_FIELD as Df, SEQ_FIELD as Ef, STATUS_FIELD as Pf, UPDATE_TIME_FIELD as Mf } from "./table/field.js";
|
|
123
|
+
import { useTable as Sf } from "./table/use/use-table.js";
|
|
124
|
+
import { addRequire as yf, removeRequire as bf, selectMapping as _f } from "./table/utils.js";
|
|
125
|
+
import { TabsRootContextKey as Kf } from "./tabs/types.js";
|
|
126
|
+
import { timePickerDefaultProps as vf } from "./time-picker/common/props.js";
|
|
127
|
+
import { DEFAULT_FORMATS_DATE as Gf, DEFAULT_FORMATS_DATEPICKER as Of, DEFAULT_FORMATS_TIME as wf, timeUnits as zf } from "./time-picker/constants.js";
|
|
128
|
+
import { buildTimeList as hf, dateEquals as Uf, extractDateFormat as Bf, extractTimeFormat as Hf, formatter as qf, makeList as Jf, parseDate as Yf, rangeArr as jf, valueEquals as Qf } from "./time-picker/utils.js";
|
|
129
129
|
import { TOOLTIP_INJECTION_KEY as Xf } from "./tooltip/constants.js";
|
|
130
130
|
import { getChildState as $f } from "./tree/model/node.js";
|
|
131
131
|
import { dragEventsKey as rm, useDragNodeHandler as em } from "./tree/model/useDragNode.js";
|
|
@@ -138,36 +138,36 @@ import { vLoading as Pm, createLoadingDirective as Mm, vLoading as Fm } from "./
|
|
|
138
138
|
import { Loading as Lm } from "./loading/service.js";
|
|
139
139
|
import { messageDefaults as bm, messageTypes as _m } from "./message/types.js";
|
|
140
140
|
export {
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
141
|
+
df as ACTION_FIELD,
|
|
142
|
+
of as BAR_MAP,
|
|
143
|
+
cf as CHECKED_FIELD,
|
|
144
|
+
If as CREATE_TIME_FIELD,
|
|
145
|
+
qe as CommonPicker,
|
|
146
|
+
Cf as DATE_FIELD,
|
|
147
|
+
Tf as DATE_TIME_FIELD,
|
|
148
|
+
Gf as DEFAULT_FORMATS_DATE,
|
|
149
|
+
Of as DEFAULT_FORMATS_DATEPICKER,
|
|
150
|
+
wf as DEFAULT_FORMATS_TIME,
|
|
151
|
+
dt as DROPDOWN_INJECTION_KEY,
|
|
152
152
|
Zr as DynamicSizeGrid,
|
|
153
153
|
oe as DynamicSizeList,
|
|
154
|
-
|
|
154
|
+
It as EmptyEnum,
|
|
155
155
|
ee as FixedSizeGrid,
|
|
156
156
|
fe as FixedSizeList,
|
|
157
157
|
xm as FormCompEnum,
|
|
158
|
-
|
|
159
|
-
|
|
158
|
+
rf as GAP,
|
|
159
|
+
gf as ID_FIELD,
|
|
160
160
|
Do as Icon,
|
|
161
|
-
|
|
161
|
+
Kt as MenuTypeEnum,
|
|
162
162
|
we as Message,
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
163
|
+
Df as NAME_FIELD,
|
|
164
|
+
pt as ROOT_PICKER_INJECTION_KEY,
|
|
165
|
+
Ef as SEQ_FIELD,
|
|
166
|
+
Pf as STATUS_FIELD,
|
|
167
167
|
Xf as TOOLTIP_INJECTION_KEY,
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
168
|
+
Kf as TabsRootContextKey,
|
|
169
|
+
Ye as TimePickPanel,
|
|
170
|
+
Mf as UPDATE_TIME_FIELD,
|
|
171
171
|
e as VftAlert,
|
|
172
172
|
A as VftAside,
|
|
173
173
|
Ve as VftAutocomplete,
|
|
@@ -243,9 +243,9 @@ export {
|
|
|
243
243
|
er as VftPopconfirm,
|
|
244
244
|
fr as VftPopover,
|
|
245
245
|
pr as VftPopper,
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
246
|
+
Ut as VftPopperArrow,
|
|
247
|
+
Ht as VftPopperContent,
|
|
248
|
+
Jt as VftPopperTrigger,
|
|
249
249
|
de as VftProgress,
|
|
250
250
|
Be as VftProgressI,
|
|
251
251
|
ar as VftQrcode,
|
|
@@ -276,77 +276,77 @@ export {
|
|
|
276
276
|
Te as VftUpload,
|
|
277
277
|
Wr as VftVerifyCode,
|
|
278
278
|
am as add,
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
279
|
+
yf as addRequire,
|
|
280
|
+
hf as buildTimeList,
|
|
281
|
+
Qe as buttonGroupContextKey,
|
|
282
282
|
Dm as carouselContextKey,
|
|
283
|
-
|
|
283
|
+
Xe as checkboxGroupContextKey,
|
|
284
284
|
im as componentMap,
|
|
285
|
-
|
|
285
|
+
$e as configProviderContextKey,
|
|
286
286
|
O as createContextMenu,
|
|
287
287
|
Mm as createLoadingDirective,
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
288
|
+
Uf as dateEquals,
|
|
289
|
+
xt as datePickerConfig,
|
|
290
|
+
it as datePickerProps,
|
|
291
291
|
nm as del,
|
|
292
292
|
w as destroyContextMenu,
|
|
293
|
-
|
|
293
|
+
Vt as dialogInjectionKey,
|
|
294
294
|
rm as dragEventsKey,
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
295
|
+
Bf as extractDateFormat,
|
|
296
|
+
Hf as extractTimeFormat,
|
|
297
|
+
Tt as formContextKey,
|
|
298
|
+
gt as formItemContextKey,
|
|
299
|
+
_t as formItemValidateStates,
|
|
300
|
+
qf as formatter,
|
|
301
301
|
Cm as genFileId,
|
|
302
302
|
$f as getChildState,
|
|
303
303
|
dm as getDynamicProps,
|
|
304
|
-
|
|
304
|
+
vt as initAffixTabs,
|
|
305
305
|
Vm as isDatePicker,
|
|
306
306
|
sm as isInput,
|
|
307
307
|
um as isRangePicker,
|
|
308
|
-
|
|
309
|
-
|
|
308
|
+
Jf as makeList,
|
|
309
|
+
ot as messageConfig,
|
|
310
310
|
bm as messageDefaults,
|
|
311
311
|
_m as messageTypes,
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
312
|
+
Yf as parseDate,
|
|
313
|
+
et as provideGlobalConfig,
|
|
314
|
+
jt as radioGroupKey,
|
|
315
|
+
jf as rangeArr,
|
|
316
|
+
bf as removeRequire,
|
|
317
|
+
ef as renderThumbStyle,
|
|
318
|
+
Wt as rowContextKey,
|
|
319
|
+
Zt as scrollbarContextKey,
|
|
320
|
+
ff as selectInjectionKey,
|
|
321
|
+
_f as selectMapping,
|
|
322
|
+
pf as sliderContextKey,
|
|
323
|
+
af as sliderEmits,
|
|
324
|
+
Vf as spaceProps,
|
|
325
|
+
vf as timePickerDefaultProps,
|
|
326
|
+
zf as timeUnits,
|
|
327
327
|
Tm as uploadContextKey,
|
|
328
328
|
N as useContextMenu,
|
|
329
|
-
|
|
330
|
-
|
|
329
|
+
ut as useDialog,
|
|
330
|
+
Et as useDisabled,
|
|
331
331
|
em as useDragNodeHandler,
|
|
332
332
|
cm as useForm,
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
333
|
+
Pt as useFormDisabled,
|
|
334
|
+
Lt as useFormItem,
|
|
335
|
+
yt as useFormItemInputId,
|
|
336
|
+
Mt as useFormSize,
|
|
337
|
+
tt as useGlobalComponentSettings,
|
|
338
|
+
ft as useGlobalConfig,
|
|
339
339
|
fm as useModal,
|
|
340
340
|
mm as useModalInner,
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
341
|
+
zt as usePagination,
|
|
342
|
+
Ft as useSize,
|
|
343
|
+
uf as useSpace,
|
|
344
|
+
Ot as useTabDropdown,
|
|
345
|
+
Sf as useTable,
|
|
346
|
+
Rt as useTabsDrag,
|
|
347
347
|
Fm as vLoading,
|
|
348
|
-
|
|
349
|
-
|
|
348
|
+
Qf as valueEquals,
|
|
349
|
+
Nt as vftPaginationKey,
|
|
350
350
|
pe as virtualizedGridProps,
|
|
351
351
|
xe as virtualizedListProps,
|
|
352
352
|
ae as virtualizedProps,
|