vft 0.0.236 → 0.0.237
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/components/affix/affix.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +3 -3
- package/es/components/affix/index.d.ts +7 -7
- package/es/components/button/index.d.ts +12 -12
- package/es/components/carousel/carousel.vue.d.ts +1 -1
- package/es/components/carousel/index.d.ts +19 -19
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/focus-trap/utils.d.ts +1 -1
- package/es/components/form/form-item.vue.d.ts +1 -1
- package/es/components/form/index.d.ts +42 -42
- package/es/components/modal/index.d.ts +24 -24
- package/es/components/popconfirm/index.d.ts +12 -12
- package/es/components/popper/composables/use-content.d.ts +3 -3
- package/es/components/switch/index.d.ts +6 -6
- package/es/components/table/index.d.ts +12 -12
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/timeline/index.d.ts +8 -8
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +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 +7 -7
- package/lib/components/button/index.d.ts +12 -12
- package/lib/components/carousel/carousel.vue.d.ts +1 -1
- package/lib/components/carousel/index.d.ts +19 -19
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/focus-trap/utils.d.ts +1 -1
- package/lib/components/form/form-item.vue.d.ts +1 -1
- package/lib/components/form/index.d.ts +42 -42
- package/lib/components/modal/index.d.ts +24 -24
- package/lib/components/popconfirm/index.d.ts +12 -12
- package/lib/components/popper/composables/use-content.d.ts +3 -3
- package/lib/components/switch/index.d.ts +6 -6
- package/lib/components/table/index.d.ts +12 -12
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/timeline/index.d.ts +8 -8
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +2 -2
- package/web-types.json +1 -1
|
@@ -4,7 +4,7 @@ export declare const affixProps: {
|
|
|
4
4
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
5
5
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6
6
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
7
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
8
8
|
};
|
|
9
9
|
export type AffixProps = ExtractPropTypes<typeof affixProps>;
|
|
10
10
|
export declare const affixEmits: {
|
|
@@ -2,7 +2,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
2
2
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
3
3
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
4
4
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
5
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
6
6
|
}, {
|
|
7
7
|
/** @description update affix status */
|
|
8
8
|
update: () => void;
|
|
@@ -18,7 +18,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
18
18
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
19
19
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
20
20
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
21
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
21
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
22
22
|
}>> & {
|
|
23
23
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
24
24
|
onScroll?: ((args_0: {
|
|
@@ -27,7 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
27
27
|
}) => any) | undefined;
|
|
28
28
|
}, {
|
|
29
29
|
readonly target: string;
|
|
30
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
30
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
31
31
|
readonly zIndex: number;
|
|
32
32
|
readonly offset: number;
|
|
33
33
|
}, {}>, {
|
|
@@ -3,7 +3,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
3
3
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
4
4
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5
5
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
6
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
7
7
|
}>> & {
|
|
8
8
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
9
9
|
onScroll?: ((args_0: {
|
|
@@ -23,7 +23,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
23
23
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
24
24
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
25
25
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
26
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
26
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
27
27
|
}>> & {
|
|
28
28
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
29
29
|
onScroll?: ((args_0: {
|
|
@@ -32,7 +32,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
32
32
|
}) => any) | undefined;
|
|
33
33
|
}, {
|
|
34
34
|
readonly target: string;
|
|
35
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
35
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
36
36
|
readonly zIndex: number;
|
|
37
37
|
readonly offset: number;
|
|
38
38
|
}, true, {}, {}, {
|
|
@@ -46,7 +46,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
46
46
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
47
47
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
48
48
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
49
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
49
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
50
50
|
}>> & {
|
|
51
51
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
52
52
|
onScroll?: ((args_0: {
|
|
@@ -58,7 +58,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
58
58
|
updateRoot: () => void;
|
|
59
59
|
}, {}, {}, {}, {
|
|
60
60
|
readonly target: string;
|
|
61
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
61
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
62
62
|
readonly zIndex: number;
|
|
63
63
|
readonly offset: number;
|
|
64
64
|
}>;
|
|
@@ -69,7 +69,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
69
69
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
70
70
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
71
71
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
72
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
72
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
73
73
|
}>> & {
|
|
74
74
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
75
75
|
onScroll?: ((args_0: {
|
|
@@ -87,7 +87,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
87
87
|
}) => void;
|
|
88
88
|
}, string, {
|
|
89
89
|
readonly target: string;
|
|
90
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
90
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
91
91
|
readonly zIndex: number;
|
|
92
92
|
readonly offset: number;
|
|
93
93
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -25,6 +25,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
25
25
|
size: {
|
|
26
26
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
27
27
|
};
|
|
28
|
+
icon: {
|
|
29
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
30
|
+
};
|
|
28
31
|
bg: {
|
|
29
32
|
type: import("vue").PropType<boolean>;
|
|
30
33
|
};
|
|
@@ -35,9 +38,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
35
38
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
36
39
|
default: string;
|
|
37
40
|
};
|
|
38
|
-
icon: {
|
|
39
|
-
type: import("vue").PropType<string | import("..").IconProps>;
|
|
40
|
-
};
|
|
41
41
|
nativeType: {
|
|
42
42
|
type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
43
43
|
default: string;
|
|
@@ -103,6 +103,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
103
103
|
size: {
|
|
104
104
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
105
105
|
};
|
|
106
|
+
icon: {
|
|
107
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
108
|
+
};
|
|
106
109
|
bg: {
|
|
107
110
|
type: import("vue").PropType<boolean>;
|
|
108
111
|
};
|
|
@@ -113,9 +116,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
113
116
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
114
117
|
default: string;
|
|
115
118
|
};
|
|
116
|
-
icon: {
|
|
117
|
-
type: import("vue").PropType<string | import("..").IconProps>;
|
|
118
|
-
};
|
|
119
119
|
nativeType: {
|
|
120
120
|
type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
121
121
|
default: string;
|
|
@@ -185,6 +185,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
185
185
|
size: {
|
|
186
186
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
187
187
|
};
|
|
188
|
+
icon: {
|
|
189
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
190
|
+
};
|
|
188
191
|
bg: {
|
|
189
192
|
type: import("vue").PropType<boolean>;
|
|
190
193
|
};
|
|
@@ -195,9 +198,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
195
198
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
196
199
|
default: string;
|
|
197
200
|
};
|
|
198
|
-
icon: {
|
|
199
|
-
type: import("vue").PropType<string | import("..").IconProps>;
|
|
200
|
-
};
|
|
201
201
|
nativeType: {
|
|
202
202
|
type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
203
203
|
default: string;
|
|
@@ -270,6 +270,9 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
270
270
|
size: {
|
|
271
271
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
272
272
|
};
|
|
273
|
+
icon: {
|
|
274
|
+
type: import("vue").PropType<string | import("..").IconProps>;
|
|
275
|
+
};
|
|
273
276
|
bg: {
|
|
274
277
|
type: import("vue").PropType<boolean>;
|
|
275
278
|
};
|
|
@@ -280,9 +283,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
280
283
|
type: import("vue").PropType<string | import("vue").Component>;
|
|
281
284
|
default: string;
|
|
282
285
|
};
|
|
283
|
-
icon: {
|
|
284
|
-
type: import("vue").PropType<string | import("..").IconProps>;
|
|
285
|
-
};
|
|
286
286
|
nativeType: {
|
|
287
287
|
type: import("vue").PropType<"button" | "reset" | "submit">;
|
|
288
288
|
default: string;
|
|
@@ -47,8 +47,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
47
47
|
}>>> & {
|
|
48
48
|
onChange?: ((current: number, prev: number) => any) | undefined;
|
|
49
49
|
}, {
|
|
50
|
-
height: string;
|
|
51
50
|
direction: "vertical" | "horizontal";
|
|
51
|
+
height: string;
|
|
52
52
|
type: "" | "card";
|
|
53
53
|
arrow: "always" | "never" | "hover";
|
|
54
54
|
loop: boolean;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
-
height: {
|
|
4
|
-
type: import("vue").PropType<string>;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
3
|
direction: {
|
|
8
4
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
9
5
|
default: string;
|
|
10
6
|
};
|
|
7
|
+
height: {
|
|
8
|
+
type: import("vue").PropType<string>;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
11
|
type: {
|
|
12
12
|
type: import("vue").PropType<"" | "card">;
|
|
13
13
|
default: string;
|
|
@@ -53,14 +53,14 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
53
53
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
54
54
|
change: (current: number, prev: number) => void;
|
|
55
55
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
56
|
-
height: {
|
|
57
|
-
type: import("vue").PropType<string>;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
56
|
direction: {
|
|
61
57
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
62
58
|
default: string;
|
|
63
59
|
};
|
|
60
|
+
height: {
|
|
61
|
+
type: import("vue").PropType<string>;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
64
|
type: {
|
|
65
65
|
type: import("vue").PropType<"" | "card">;
|
|
66
66
|
default: string;
|
|
@@ -100,8 +100,8 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
100
100
|
}>> & {
|
|
101
101
|
onChange?: ((current: number, prev: number) => any) | undefined;
|
|
102
102
|
}, {
|
|
103
|
-
height: string;
|
|
104
103
|
direction: "vertical" | "horizontal";
|
|
104
|
+
height: string;
|
|
105
105
|
type: "" | "card";
|
|
106
106
|
arrow: "always" | "never" | "hover";
|
|
107
107
|
loop: boolean;
|
|
@@ -119,14 +119,14 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
119
119
|
M: {};
|
|
120
120
|
Defaults: {};
|
|
121
121
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
122
|
-
height: {
|
|
123
|
-
type: import("vue").PropType<string>;
|
|
124
|
-
default: string;
|
|
125
|
-
};
|
|
126
122
|
direction: {
|
|
127
123
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
128
124
|
default: string;
|
|
129
125
|
};
|
|
126
|
+
height: {
|
|
127
|
+
type: import("vue").PropType<string>;
|
|
128
|
+
default: string;
|
|
129
|
+
};
|
|
130
130
|
type: {
|
|
131
131
|
type: import("vue").PropType<"" | "card">;
|
|
132
132
|
default: string;
|
|
@@ -170,8 +170,8 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
170
170
|
prev: () => void;
|
|
171
171
|
next: () => void;
|
|
172
172
|
}, {}, {}, {}, {
|
|
173
|
-
height: string;
|
|
174
173
|
direction: "vertical" | "horizontal";
|
|
174
|
+
height: string;
|
|
175
175
|
type: "" | "card";
|
|
176
176
|
arrow: "always" | "never" | "hover";
|
|
177
177
|
loop: boolean;
|
|
@@ -186,14 +186,14 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
186
186
|
__isTeleport?: undefined;
|
|
187
187
|
__isSuspense?: undefined;
|
|
188
188
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
189
|
-
height: {
|
|
190
|
-
type: import("vue").PropType<string>;
|
|
191
|
-
default: string;
|
|
192
|
-
};
|
|
193
189
|
direction: {
|
|
194
190
|
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
195
191
|
default: string;
|
|
196
192
|
};
|
|
193
|
+
height: {
|
|
194
|
+
type: import("vue").PropType<string>;
|
|
195
|
+
default: string;
|
|
196
|
+
};
|
|
197
197
|
type: {
|
|
198
198
|
type: import("vue").PropType<"" | "card">;
|
|
199
199
|
default: string;
|
|
@@ -239,8 +239,8 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
239
239
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
240
240
|
change: (current: number, prev: number) => void;
|
|
241
241
|
}, string, {
|
|
242
|
-
height: string;
|
|
243
242
|
direction: "vertical" | "horizontal";
|
|
243
|
+
height: string;
|
|
244
244
|
type: "" | "card";
|
|
245
245
|
arrow: "always" | "never" | "hover";
|
|
246
246
|
loop: boolean;
|
|
@@ -55,7 +55,7 @@ export declare const useRangePicker: (props: PanelRangeSharedProps, { defaultVal
|
|
|
55
55
|
startOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
56
56
|
endOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
57
57
|
format: (template?: string | undefined) => string;
|
|
58
|
-
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "
|
|
58
|
+
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "s" | "ms" | "y" | "D" | "M" | "year" | "month" | "date" | "dates" | "week" | "h" | "hours" | "minutes" | "seconds" | "hour" | "minute" | "second" | "day" | "millisecond" | "milliseconds" | "days" | "months" | "years" | "d" | "m" | "weeks" | "w" | "quarter" | "quarters" | "Q" | undefined, float?: boolean | undefined) => number;
|
|
59
59
|
valueOf: () => number;
|
|
60
60
|
unix: () => number;
|
|
61
61
|
daysInMonth: () => number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const focusReason: import("vue").Ref<"
|
|
1
|
+
declare const focusReason: import("vue").Ref<"pointer" | "keyboard" | undefined>;
|
|
2
2
|
declare const lastUserFocusTimestamp: import("vue").Ref<number>;
|
|
3
3
|
declare const lastAutomatedFocusTimestamp: import("vue").Ref<number>;
|
|
4
4
|
export type FocusLayer = {
|
|
@@ -22,8 +22,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
22
22
|
}>>> & {
|
|
23
23
|
"onUpdate:error"?: ((val: string) => any) | undefined;
|
|
24
24
|
}, {
|
|
25
|
-
labelWidth: string | number;
|
|
26
25
|
required: boolean;
|
|
26
|
+
labelWidth: string | number;
|
|
27
27
|
inlineMessage: string | boolean;
|
|
28
28
|
showMessage: boolean;
|
|
29
29
|
}, {}>, {
|
|
@@ -15,7 +15,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
15
15
|
type: import("vue").PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
16
16
|
};
|
|
17
17
|
labelPosition: {
|
|
18
|
-
type: import("vue").PropType<"
|
|
18
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
19
19
|
};
|
|
20
20
|
requireAsteriskPosition: {
|
|
21
21
|
type: import("vue").PropType<"left" | "right">;
|
|
@@ -71,7 +71,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
71
71
|
type: import("vue").PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
72
72
|
};
|
|
73
73
|
labelPosition: {
|
|
74
|
-
type: import("vue").PropType<"
|
|
74
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
75
75
|
};
|
|
76
76
|
requireAsteriskPosition: {
|
|
77
77
|
type: import("vue").PropType<"left" | "right">;
|
|
@@ -126,7 +126,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
126
126
|
type: import("vue").PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
127
127
|
};
|
|
128
128
|
labelPosition: {
|
|
129
|
-
type: import("vue").PropType<"
|
|
129
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
130
130
|
};
|
|
131
131
|
requireAsteriskPosition: {
|
|
132
132
|
type: import("vue").PropType<"left" | "right">;
|
|
@@ -184,7 +184,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
184
184
|
type: import("vue").PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
185
185
|
};
|
|
186
186
|
labelPosition: {
|
|
187
|
-
type: import("vue").PropType<"
|
|
187
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
188
188
|
};
|
|
189
189
|
requireAsteriskPosition: {
|
|
190
190
|
type: import("vue").PropType<"left" | "right">;
|
|
@@ -245,14 +245,14 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
245
245
|
size: {
|
|
246
246
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
247
247
|
};
|
|
248
|
-
labelWidth: {
|
|
249
|
-
type: import("vue").PropType<string | number>;
|
|
250
|
-
default: string;
|
|
251
|
-
};
|
|
252
248
|
required: {
|
|
253
249
|
type: import("vue").PropType<boolean>;
|
|
254
250
|
default: undefined;
|
|
255
251
|
};
|
|
252
|
+
labelWidth: {
|
|
253
|
+
type: import("vue").PropType<string | number>;
|
|
254
|
+
default: string;
|
|
255
|
+
};
|
|
256
256
|
rules: {
|
|
257
257
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
258
258
|
};
|
|
@@ -294,14 +294,14 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
294
294
|
size: {
|
|
295
295
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
296
296
|
};
|
|
297
|
-
labelWidth: {
|
|
298
|
-
type: import("vue").PropType<string | number>;
|
|
299
|
-
default: string;
|
|
300
|
-
};
|
|
301
297
|
required: {
|
|
302
298
|
type: import("vue").PropType<boolean>;
|
|
303
299
|
default: undefined;
|
|
304
300
|
};
|
|
301
|
+
labelWidth: {
|
|
302
|
+
type: import("vue").PropType<string | number>;
|
|
303
|
+
default: string;
|
|
304
|
+
};
|
|
305
305
|
rules: {
|
|
306
306
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
307
307
|
};
|
|
@@ -322,8 +322,8 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
322
322
|
}>> & {
|
|
323
323
|
"onUpdate:error"?: ((val: string) => any) | undefined;
|
|
324
324
|
}, {
|
|
325
|
-
labelWidth: string | number;
|
|
326
325
|
required: boolean;
|
|
326
|
+
labelWidth: string | number;
|
|
327
327
|
inlineMessage: string | boolean;
|
|
328
328
|
showMessage: boolean;
|
|
329
329
|
}, true, {}, {}, {
|
|
@@ -346,14 +346,14 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
346
346
|
size: {
|
|
347
347
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
348
348
|
};
|
|
349
|
-
labelWidth: {
|
|
350
|
-
type: import("vue").PropType<string | number>;
|
|
351
|
-
default: string;
|
|
352
|
-
};
|
|
353
349
|
required: {
|
|
354
350
|
type: import("vue").PropType<boolean>;
|
|
355
351
|
default: undefined;
|
|
356
352
|
};
|
|
353
|
+
labelWidth: {
|
|
354
|
+
type: import("vue").PropType<string | number>;
|
|
355
|
+
default: string;
|
|
356
|
+
};
|
|
357
357
|
rules: {
|
|
358
358
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
359
359
|
};
|
|
@@ -381,8 +381,8 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
381
381
|
clearValidate: () => void;
|
|
382
382
|
resetField: () => void;
|
|
383
383
|
}, {}, {}, {}, {
|
|
384
|
-
labelWidth: string | number;
|
|
385
384
|
required: boolean;
|
|
385
|
+
labelWidth: string | number;
|
|
386
386
|
inlineMessage: string | boolean;
|
|
387
387
|
showMessage: boolean;
|
|
388
388
|
}>;
|
|
@@ -402,14 +402,14 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
402
402
|
size: {
|
|
403
403
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
404
404
|
};
|
|
405
|
-
labelWidth: {
|
|
406
|
-
type: import("vue").PropType<string | number>;
|
|
407
|
-
default: string;
|
|
408
|
-
};
|
|
409
405
|
required: {
|
|
410
406
|
type: import("vue").PropType<boolean>;
|
|
411
407
|
default: undefined;
|
|
412
408
|
};
|
|
409
|
+
labelWidth: {
|
|
410
|
+
type: import("vue").PropType<string | number>;
|
|
411
|
+
default: string;
|
|
412
|
+
};
|
|
413
413
|
rules: {
|
|
414
414
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
415
415
|
};
|
|
@@ -439,8 +439,8 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
439
439
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
440
440
|
"update:error": (val: string) => void;
|
|
441
441
|
}, string, {
|
|
442
|
-
labelWidth: string | number;
|
|
443
442
|
required: boolean;
|
|
443
|
+
labelWidth: string | number;
|
|
444
444
|
inlineMessage: string | boolean;
|
|
445
445
|
showMessage: boolean;
|
|
446
446
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -469,14 +469,14 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
469
469
|
size: {
|
|
470
470
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
471
471
|
};
|
|
472
|
-
labelWidth: {
|
|
473
|
-
type: import("vue").PropType<string | number>;
|
|
474
|
-
default: string;
|
|
475
|
-
};
|
|
476
472
|
required: {
|
|
477
473
|
type: import("vue").PropType<boolean>;
|
|
478
474
|
default: undefined;
|
|
479
475
|
};
|
|
476
|
+
labelWidth: {
|
|
477
|
+
type: import("vue").PropType<string | number>;
|
|
478
|
+
default: string;
|
|
479
|
+
};
|
|
480
480
|
rules: {
|
|
481
481
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
482
482
|
};
|
|
@@ -518,14 +518,14 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
518
518
|
size: {
|
|
519
519
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
520
520
|
};
|
|
521
|
-
labelWidth: {
|
|
522
|
-
type: import("vue").PropType<string | number>;
|
|
523
|
-
default: string;
|
|
524
|
-
};
|
|
525
521
|
required: {
|
|
526
522
|
type: import("vue").PropType<boolean>;
|
|
527
523
|
default: undefined;
|
|
528
524
|
};
|
|
525
|
+
labelWidth: {
|
|
526
|
+
type: import("vue").PropType<string | number>;
|
|
527
|
+
default: string;
|
|
528
|
+
};
|
|
529
529
|
rules: {
|
|
530
530
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
531
531
|
};
|
|
@@ -546,8 +546,8 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
546
546
|
}>> & {
|
|
547
547
|
"onUpdate:error"?: ((val: string) => any) | undefined;
|
|
548
548
|
}, {
|
|
549
|
-
labelWidth: string | number;
|
|
550
549
|
required: boolean;
|
|
550
|
+
labelWidth: string | number;
|
|
551
551
|
inlineMessage: string | boolean;
|
|
552
552
|
showMessage: boolean;
|
|
553
553
|
}, true, {}, {}, {
|
|
@@ -570,14 +570,14 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
570
570
|
size: {
|
|
571
571
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
572
572
|
};
|
|
573
|
-
labelWidth: {
|
|
574
|
-
type: import("vue").PropType<string | number>;
|
|
575
|
-
default: string;
|
|
576
|
-
};
|
|
577
573
|
required: {
|
|
578
574
|
type: import("vue").PropType<boolean>;
|
|
579
575
|
default: undefined;
|
|
580
576
|
};
|
|
577
|
+
labelWidth: {
|
|
578
|
+
type: import("vue").PropType<string | number>;
|
|
579
|
+
default: string;
|
|
580
|
+
};
|
|
581
581
|
rules: {
|
|
582
582
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
583
583
|
};
|
|
@@ -605,8 +605,8 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
605
605
|
clearValidate: () => void;
|
|
606
606
|
resetField: () => void;
|
|
607
607
|
}, {}, {}, {}, {
|
|
608
|
-
labelWidth: string | number;
|
|
609
608
|
required: boolean;
|
|
609
|
+
labelWidth: string | number;
|
|
610
610
|
inlineMessage: string | boolean;
|
|
611
611
|
showMessage: boolean;
|
|
612
612
|
}>;
|
|
@@ -626,14 +626,14 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
626
626
|
size: {
|
|
627
627
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
628
628
|
};
|
|
629
|
-
labelWidth: {
|
|
630
|
-
type: import("vue").PropType<string | number>;
|
|
631
|
-
default: string;
|
|
632
|
-
};
|
|
633
629
|
required: {
|
|
634
630
|
type: import("vue").PropType<boolean>;
|
|
635
631
|
default: undefined;
|
|
636
632
|
};
|
|
633
|
+
labelWidth: {
|
|
634
|
+
type: import("vue").PropType<string | number>;
|
|
635
|
+
default: string;
|
|
636
|
+
};
|
|
637
637
|
rules: {
|
|
638
638
|
type: import("vue").PropType<import("vft/es/utils").Arrayable<import("./types").FormItemRule>>;
|
|
639
639
|
};
|
|
@@ -663,8 +663,8 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
663
663
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
664
664
|
"update:error": (val: string) => void;
|
|
665
665
|
}, string, {
|
|
666
|
-
labelWidth: string | number;
|
|
667
666
|
required: boolean;
|
|
667
|
+
labelWidth: string | number;
|
|
668
668
|
inlineMessage: string | boolean;
|
|
669
669
|
showMessage: boolean;
|
|
670
670
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|