vft 0.0.415 → 0.0.417
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/attributes.json +1 -1
- package/dist/index.css +1 -1
- package/es/components/autocomplete/autocomplete.vue.d.ts +8 -8
- package/es/components/autocomplete/index.d.ts +24 -24
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +30 -30
- package/es/components/button/use-button.d.ts +1 -1
- package/es/components/carousel/use-carousel.js +1 -1
- package/es/components/color-picker/composables/use-alpha-slider.d.ts +2 -2
- package/es/components/config-provider/config-provider.vue.d.ts +2 -0
- package/es/components/config-provider/config-provider.vue2.js +4 -3
- package/es/components/config-provider/index.d.ts +9 -0
- package/es/components/dialog/constants.d.ts +1 -0
- package/es/components/dialog/constants.js +2 -1
- package/es/components/dialog/dialog-content.vue.d.ts +4 -1
- package/es/components/dialog/dialog-content.vue2.js +59 -48
- package/es/components/dialog/dialog.vue.d.ts +4 -19
- package/es/components/dialog/dialog.vue2.js +104 -89
- package/es/components/dialog/index.d.ts +70 -3
- package/es/components/dialog/index.js +5 -4
- package/es/components/dialog/types.d.ts +69 -0
- package/es/components/dialog/{hooks/use-dialog.d.ts → use-dialog.d.ts} +11 -2
- package/es/components/dialog/use-dialog.js +138 -0
- package/es/components/drawer/composables/useResizable.d.ts +7 -0
- package/es/components/drawer/composables/useResizable.js +53 -0
- package/es/components/drawer/drawer.vue.d.ts +3 -7
- package/es/components/drawer/drawer.vue2.js +122 -97
- package/es/components/drawer/index.d.ts +78 -0
- package/es/components/drawer/types.d.ts +13 -0
- package/es/components/drawer/types.js +1 -0
- package/es/components/dropdown/dropdown.vue.d.ts +1 -1
- package/es/components/dropdown/index.d.ts +15 -15
- package/es/components/form/index.d.ts +6 -6
- package/es/components/index.js +172 -171
- package/es/components/input/input.vue2.js +4 -4
- package/es/components/input-tag/composables/use-input-tag.js +1 -1
- package/es/components/input-tag/input-tag.vue.d.ts +1 -1
- package/es/components/link/index.d.ts +3 -3
- package/es/components/md-code-demo/md-code-demo.js +10 -10
- package/es/components/modal/index.d.ts +87 -24
- package/es/components/modal/modal.vue.d.ts +1 -1
- package/es/components/modal/modal.vue2.js +24 -17
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +82 -79
- package/es/components/popover/index.d.ts +0 -9
- package/es/components/popover/popover.vue2.js +4 -5
- package/es/components/popover/types.d.ts +23 -1
- package/es/components/search/search.vue2.js +3 -3
- package/es/components/select/index.d.ts +20 -20
- package/es/components/select/select.vue.d.ts +20 -20
- package/es/components/select/useSelect.d.ts +17 -17
- package/es/components/super-form/super-form-item.vue2.js +1 -1
- package/es/components/table/index.d.ts +9 -9
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +1 -1
- package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +1 -1
- package/es/components/timeline/index.d.ts +6 -6
- package/es/components/tooltip/index.d.ts +3 -3
- package/es/components/tooltip/tooltip.vue2.js +1 -1
- package/es/components/tooltip/types.d.ts +81 -1
- package/es/hooks/use-draggable/index.d.ts +5 -1
- package/es/hooks/use-draggable/index.js +39 -34
- package/es/hooks/use-z-index/index.js +3 -3
- package/es/index.js +2 -2
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/helper.d.ts +1 -1
- package/es/utils/ns-cover.d.ts +1 -1
- package/es/utils/vue/vnode.js +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +8 -8
- package/lib/components/autocomplete/index.d.ts +24 -24
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +30 -30
- package/lib/components/button/use-button.d.ts +1 -1
- package/lib/components/color-picker/composables/use-alpha-slider.d.ts +2 -2
- package/lib/components/config-provider/config-provider.vue.d.ts +2 -0
- package/lib/components/config-provider/config-provider.vue2.cjs +1 -1
- package/lib/components/config-provider/index.d.ts +9 -0
- package/lib/components/dialog/constants.cjs +1 -1
- package/lib/components/dialog/constants.d.ts +1 -0
- package/lib/components/dialog/dialog-content.vue.d.ts +4 -1
- package/lib/components/dialog/dialog-content.vue2.cjs +1 -1
- package/lib/components/dialog/dialog.vue.d.ts +4 -19
- package/lib/components/dialog/dialog.vue2.cjs +1 -1
- package/lib/components/dialog/index.cjs +1 -1
- package/lib/components/dialog/index.d.ts +70 -3
- package/lib/components/dialog/types.d.ts +69 -0
- package/lib/components/dialog/use-dialog.cjs +1 -0
- package/lib/components/dialog/{hooks/use-dialog.d.ts → use-dialog.d.ts} +11 -2
- package/lib/components/drawer/composables/useResizable.cjs +1 -0
- package/lib/components/drawer/composables/useResizable.d.ts +7 -0
- package/lib/components/drawer/drawer.vue.d.ts +3 -7
- package/lib/components/drawer/drawer.vue2.cjs +1 -1
- package/lib/components/drawer/index.d.ts +78 -0
- package/lib/components/drawer/types.cjs +1 -0
- package/lib/components/drawer/types.d.ts +13 -0
- package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/components/dropdown/index.d.ts +15 -15
- package/lib/components/form/index.d.ts +6 -6
- package/lib/components/index.cjs +1 -1
- package/lib/components/input/input.vue2.cjs +1 -1
- package/lib/components/input-tag/input-tag.vue.d.ts +1 -1
- package/lib/components/link/index.d.ts +3 -3
- package/lib/components/md-code-demo/md-code-demo.cjs +1 -1
- package/lib/components/modal/index.d.ts +87 -24
- package/lib/components/modal/modal.vue.d.ts +1 -1
- package/lib/components/modal/modal.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/popover/index.d.ts +0 -9
- package/lib/components/popover/popover.vue2.cjs +1 -1
- package/lib/components/popover/types.d.ts +23 -1
- package/lib/components/search/search.vue2.cjs +1 -1
- package/lib/components/select/index.d.ts +20 -20
- package/lib/components/select/select.vue.d.ts +20 -20
- package/lib/components/select/useSelect.d.ts +17 -17
- package/lib/components/table/index.d.ts +9 -9
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +1 -1
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +1 -1
- package/lib/components/timeline/index.d.ts +6 -6
- package/lib/components/tooltip/index.d.ts +3 -3
- package/lib/components/tooltip/tooltip.vue2.cjs +1 -1
- package/lib/components/tooltip/types.d.ts +81 -1
- package/lib/hooks/use-draggable/index.cjs +1 -1
- package/lib/hooks/use-draggable/index.d.ts +5 -1
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/utils/helper.d.ts +1 -1
- package/lib/utils/ns-cover.d.ts +1 -1
- package/package.json +3 -3
- package/tags.json +1 -1
- package/theme-style/index.css +1 -1
- package/theme-style/src/card.scss +4 -4
- package/theme-style/src/dialog.scss +36 -35
- package/theme-style/src/drawer.scss +109 -21
- package/theme-style/src/md-container.scss +1 -0
- package/theme-style/src/tag.scss +1 -1
- package/theme-style/vft-card.css +1 -1
- package/theme-style/vft-dialog.css +1 -1
- package/theme-style/vft-drawer.css +1 -1
- package/theme-style/vft-md-container.css +1 -1
- package/theme-style/vft-tag.css +1 -1
- package/web-types.json +1 -1
- package/es/components/dialog/hooks/use-dialog.js +0 -106
- package/lib/components/dialog/hooks/use-dialog.cjs +0 -1
|
@@ -13,9 +13,15 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
13
13
|
modalFade: {
|
|
14
14
|
type: import("vue").PropType<boolean>;
|
|
15
15
|
};
|
|
16
|
+
resizable: {
|
|
17
|
+
type: import("vue").PropType<boolean>;
|
|
18
|
+
};
|
|
16
19
|
appendToBody: {
|
|
17
20
|
type: import("vue").PropType<boolean>;
|
|
18
21
|
};
|
|
22
|
+
appendTo: {
|
|
23
|
+
type: import("vue").PropType<string | HTMLElement>;
|
|
24
|
+
};
|
|
19
25
|
beforeClose: {
|
|
20
26
|
type: import("vue").PropType<(done: (cancel?: boolean) => void) => void>;
|
|
21
27
|
};
|
|
@@ -43,6 +49,9 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
43
49
|
top: {
|
|
44
50
|
type: import("vue").PropType<string>;
|
|
45
51
|
};
|
|
52
|
+
modalPenetrable: {
|
|
53
|
+
type: import("vue").PropType<boolean>;
|
|
54
|
+
};
|
|
46
55
|
modelValue: {
|
|
47
56
|
type: import("vue").PropType<boolean>;
|
|
48
57
|
};
|
|
@@ -58,6 +67,12 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
58
67
|
trapFocus: {
|
|
59
68
|
type: import("vue").PropType<boolean>;
|
|
60
69
|
};
|
|
70
|
+
overflow: {
|
|
71
|
+
type: import("vue").PropType<boolean>;
|
|
72
|
+
};
|
|
73
|
+
transition: {
|
|
74
|
+
type: import("vue").PropType<string | import("vue").TransitionProps>;
|
|
75
|
+
};
|
|
61
76
|
center: {
|
|
62
77
|
type: import("vue").PropType<boolean>;
|
|
63
78
|
};
|
|
@@ -82,6 +97,15 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
82
97
|
title: {
|
|
83
98
|
type: import("vue").PropType<string>;
|
|
84
99
|
};
|
|
100
|
+
headerClass: {
|
|
101
|
+
type: import("vue").PropType<string>;
|
|
102
|
+
};
|
|
103
|
+
bodyClass: {
|
|
104
|
+
type: import("vue").PropType<string>;
|
|
105
|
+
};
|
|
106
|
+
footerClass: {
|
|
107
|
+
type: import("vue").PropType<string>;
|
|
108
|
+
};
|
|
85
109
|
}>> & Readonly<{
|
|
86
110
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
87
111
|
onClose?: (() => any) | undefined;
|
|
@@ -92,6 +116,8 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
92
116
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
93
117
|
}>, {
|
|
94
118
|
close: () => void;
|
|
119
|
+
afterEnter: () => void;
|
|
120
|
+
afterLeave: () => void;
|
|
95
121
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
96
122
|
"update:modelValue": (value: boolean) => void;
|
|
97
123
|
close: () => void;
|
|
@@ -120,9 +146,15 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
120
146
|
modalFade: {
|
|
121
147
|
type: import("vue").PropType<boolean>;
|
|
122
148
|
};
|
|
149
|
+
resizable: {
|
|
150
|
+
type: import("vue").PropType<boolean>;
|
|
151
|
+
};
|
|
123
152
|
appendToBody: {
|
|
124
153
|
type: import("vue").PropType<boolean>;
|
|
125
154
|
};
|
|
155
|
+
appendTo: {
|
|
156
|
+
type: import("vue").PropType<string | HTMLElement>;
|
|
157
|
+
};
|
|
126
158
|
beforeClose: {
|
|
127
159
|
type: import("vue").PropType<(done: (cancel?: boolean) => void) => void>;
|
|
128
160
|
};
|
|
@@ -150,6 +182,9 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
150
182
|
top: {
|
|
151
183
|
type: import("vue").PropType<string>;
|
|
152
184
|
};
|
|
185
|
+
modalPenetrable: {
|
|
186
|
+
type: import("vue").PropType<boolean>;
|
|
187
|
+
};
|
|
153
188
|
modelValue: {
|
|
154
189
|
type: import("vue").PropType<boolean>;
|
|
155
190
|
};
|
|
@@ -165,6 +200,12 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
165
200
|
trapFocus: {
|
|
166
201
|
type: import("vue").PropType<boolean>;
|
|
167
202
|
};
|
|
203
|
+
overflow: {
|
|
204
|
+
type: import("vue").PropType<boolean>;
|
|
205
|
+
};
|
|
206
|
+
transition: {
|
|
207
|
+
type: import("vue").PropType<string | import("vue").TransitionProps>;
|
|
208
|
+
};
|
|
168
209
|
center: {
|
|
169
210
|
type: import("vue").PropType<boolean>;
|
|
170
211
|
};
|
|
@@ -189,6 +230,15 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
189
230
|
title: {
|
|
190
231
|
type: import("vue").PropType<string>;
|
|
191
232
|
};
|
|
233
|
+
headerClass: {
|
|
234
|
+
type: import("vue").PropType<string>;
|
|
235
|
+
};
|
|
236
|
+
bodyClass: {
|
|
237
|
+
type: import("vue").PropType<string>;
|
|
238
|
+
};
|
|
239
|
+
footerClass: {
|
|
240
|
+
type: import("vue").PropType<string>;
|
|
241
|
+
};
|
|
192
242
|
}>> & Readonly<{
|
|
193
243
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
194
244
|
onClose?: (() => any) | undefined;
|
|
@@ -199,6 +249,8 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
199
249
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
200
250
|
}>, {
|
|
201
251
|
close: () => void;
|
|
252
|
+
afterEnter: () => void;
|
|
253
|
+
afterLeave: () => void;
|
|
202
254
|
}, {}, {}, {}, {}>;
|
|
203
255
|
__isFragment?: never;
|
|
204
256
|
__isTeleport?: never;
|
|
@@ -216,9 +268,15 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
216
268
|
modalFade: {
|
|
217
269
|
type: import("vue").PropType<boolean>;
|
|
218
270
|
};
|
|
271
|
+
resizable: {
|
|
272
|
+
type: import("vue").PropType<boolean>;
|
|
273
|
+
};
|
|
219
274
|
appendToBody: {
|
|
220
275
|
type: import("vue").PropType<boolean>;
|
|
221
276
|
};
|
|
277
|
+
appendTo: {
|
|
278
|
+
type: import("vue").PropType<string | HTMLElement>;
|
|
279
|
+
};
|
|
222
280
|
beforeClose: {
|
|
223
281
|
type: import("vue").PropType<(done: (cancel?: boolean) => void) => void>;
|
|
224
282
|
};
|
|
@@ -246,6 +304,9 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
246
304
|
top: {
|
|
247
305
|
type: import("vue").PropType<string>;
|
|
248
306
|
};
|
|
307
|
+
modalPenetrable: {
|
|
308
|
+
type: import("vue").PropType<boolean>;
|
|
309
|
+
};
|
|
249
310
|
modelValue: {
|
|
250
311
|
type: import("vue").PropType<boolean>;
|
|
251
312
|
};
|
|
@@ -261,6 +322,12 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
261
322
|
trapFocus: {
|
|
262
323
|
type: import("vue").PropType<boolean>;
|
|
263
324
|
};
|
|
325
|
+
overflow: {
|
|
326
|
+
type: import("vue").PropType<boolean>;
|
|
327
|
+
};
|
|
328
|
+
transition: {
|
|
329
|
+
type: import("vue").PropType<string | import("vue").TransitionProps>;
|
|
330
|
+
};
|
|
264
331
|
center: {
|
|
265
332
|
type: import("vue").PropType<boolean>;
|
|
266
333
|
};
|
|
@@ -285,6 +352,15 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
285
352
|
title: {
|
|
286
353
|
type: import("vue").PropType<string>;
|
|
287
354
|
};
|
|
355
|
+
headerClass: {
|
|
356
|
+
type: import("vue").PropType<string>;
|
|
357
|
+
};
|
|
358
|
+
bodyClass: {
|
|
359
|
+
type: import("vue").PropType<string>;
|
|
360
|
+
};
|
|
361
|
+
footerClass: {
|
|
362
|
+
type: import("vue").PropType<string>;
|
|
363
|
+
};
|
|
288
364
|
}>> & Readonly<{
|
|
289
365
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
290
366
|
onClose?: (() => any) | undefined;
|
|
@@ -295,6 +371,8 @@ export declare const VftDrawer: import("vft/es/utils").SFCWithInstall<{
|
|
|
295
371
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
296
372
|
}>, {
|
|
297
373
|
close: () => void;
|
|
374
|
+
afterEnter: () => void;
|
|
375
|
+
afterLeave: () => void;
|
|
298
376
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
299
377
|
"update:modelValue": (value: boolean) => void;
|
|
300
378
|
close: () => void;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { DialogProps } from 'vft/es/components/dialog';
|
|
2
|
+
export interface DrawerProps extends DialogProps {
|
|
3
|
+
/** 抽屉的弹出方向 */
|
|
4
|
+
direction?: 'ltr' | 'rtl' | 'ttb' | 'btt';
|
|
5
|
+
/** 抽屉的尺寸 */
|
|
6
|
+
size?: string | number;
|
|
7
|
+
/** 是否显示头部 */
|
|
8
|
+
withHeader?: boolean;
|
|
9
|
+
/** 遮罩层是否淡入淡出 */
|
|
10
|
+
modalFade?: boolean;
|
|
11
|
+
/** 是否可调整大小 */
|
|
12
|
+
resizable?: boolean;
|
|
13
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -52,8 +52,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
52
52
|
placement: import("@popperjs/core").Placement;
|
|
53
53
|
effect: "light" | "dark";
|
|
54
54
|
tabindex: number | string;
|
|
55
|
-
trigger: import("vft/es/components/tooltip").TooltipTriggerType;
|
|
56
55
|
teleported: boolean;
|
|
56
|
+
trigger: import("vft/es/components/tooltip").TooltipTriggerType;
|
|
57
57
|
loop: boolean;
|
|
58
58
|
popperClass: string;
|
|
59
59
|
showTimeout: number;
|
|
@@ -33,14 +33,14 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
33
33
|
type: import("vue").PropType<string | number>;
|
|
34
34
|
default: number;
|
|
35
35
|
};
|
|
36
|
-
trigger: {
|
|
37
|
-
type: import("vue").PropType<import("vft/es/vft").TooltipTriggerType>;
|
|
38
|
-
default: string;
|
|
39
|
-
};
|
|
40
36
|
teleported: {
|
|
41
37
|
type: import("vue").PropType<boolean>;
|
|
42
38
|
default: boolean;
|
|
43
39
|
};
|
|
40
|
+
trigger: {
|
|
41
|
+
type: import("vue").PropType<import("vft/es/vft").TooltipTriggerType>;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
44
|
loop: {
|
|
45
45
|
type: import("vue").PropType<boolean>;
|
|
46
46
|
default: boolean;
|
|
@@ -87,8 +87,8 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
87
87
|
placement: import("@popperjs/core").Placement;
|
|
88
88
|
effect: "light" | "dark";
|
|
89
89
|
tabindex: number | string;
|
|
90
|
-
trigger: import("vft/es/vft").TooltipTriggerType;
|
|
91
90
|
teleported: boolean;
|
|
91
|
+
trigger: import("vft/es/vft").TooltipTriggerType;
|
|
92
92
|
loop: boolean;
|
|
93
93
|
popperClass: string;
|
|
94
94
|
showTimeout: number;
|
|
@@ -135,14 +135,14 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
135
135
|
type: import("vue").PropType<string | number>;
|
|
136
136
|
default: number;
|
|
137
137
|
};
|
|
138
|
-
trigger: {
|
|
139
|
-
type: import("vue").PropType<import("vft/es/vft").TooltipTriggerType>;
|
|
140
|
-
default: string;
|
|
141
|
-
};
|
|
142
138
|
teleported: {
|
|
143
139
|
type: import("vue").PropType<boolean>;
|
|
144
140
|
default: boolean;
|
|
145
141
|
};
|
|
142
|
+
trigger: {
|
|
143
|
+
type: import("vue").PropType<import("vft/es/vft").TooltipTriggerType>;
|
|
144
|
+
default: string;
|
|
145
|
+
};
|
|
146
146
|
loop: {
|
|
147
147
|
type: import("vue").PropType<boolean>;
|
|
148
148
|
default: boolean;
|
|
@@ -185,8 +185,8 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
185
185
|
placement: import("@popperjs/core").Placement;
|
|
186
186
|
effect: "light" | "dark";
|
|
187
187
|
tabindex: number | string;
|
|
188
|
-
trigger: import("vft/es/vft").TooltipTriggerType;
|
|
189
188
|
teleported: boolean;
|
|
189
|
+
trigger: import("vft/es/vft").TooltipTriggerType;
|
|
190
190
|
loop: boolean;
|
|
191
191
|
popperClass: string;
|
|
192
192
|
showTimeout: number;
|
|
@@ -230,14 +230,14 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
230
230
|
type: import("vue").PropType<string | number>;
|
|
231
231
|
default: number;
|
|
232
232
|
};
|
|
233
|
-
trigger: {
|
|
234
|
-
type: import("vue").PropType<import("vft/es/vft").TooltipTriggerType>;
|
|
235
|
-
default: string;
|
|
236
|
-
};
|
|
237
233
|
teleported: {
|
|
238
234
|
type: import("vue").PropType<boolean>;
|
|
239
235
|
default: boolean;
|
|
240
236
|
};
|
|
237
|
+
trigger: {
|
|
238
|
+
type: import("vue").PropType<import("vft/es/vft").TooltipTriggerType>;
|
|
239
|
+
default: string;
|
|
240
|
+
};
|
|
241
241
|
loop: {
|
|
242
242
|
type: import("vue").PropType<boolean>;
|
|
243
243
|
default: boolean;
|
|
@@ -284,8 +284,8 @@ export declare const VftDropdown: import("vft/es/utils").SFCWithInstall<{
|
|
|
284
284
|
placement: import("@popperjs/core").Placement;
|
|
285
285
|
effect: "light" | "dark";
|
|
286
286
|
tabindex: number | string;
|
|
287
|
-
trigger: import("vft/es/vft").TooltipTriggerType;
|
|
288
287
|
teleported: boolean;
|
|
288
|
+
trigger: import("vft/es/vft").TooltipTriggerType;
|
|
289
289
|
loop: boolean;
|
|
290
290
|
popperClass: string;
|
|
291
291
|
showTimeout: number;
|
|
@@ -235,7 +235,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
235
235
|
type: import("vue").PropType<string>;
|
|
236
236
|
};
|
|
237
237
|
validateStatus: {
|
|
238
|
-
type: import("vue").PropType<"" | "error" | "
|
|
238
|
+
type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
239
239
|
};
|
|
240
240
|
hideLabel: {
|
|
241
241
|
type: import("vue").PropType<boolean>;
|
|
@@ -307,7 +307,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
307
307
|
type: import("vue").PropType<string>;
|
|
308
308
|
};
|
|
309
309
|
validateStatus: {
|
|
310
|
-
type: import("vue").PropType<"" | "error" | "
|
|
310
|
+
type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
311
311
|
};
|
|
312
312
|
hideLabel: {
|
|
313
313
|
type: import("vue").PropType<boolean>;
|
|
@@ -374,7 +374,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
374
374
|
type: import("vue").PropType<string>;
|
|
375
375
|
};
|
|
376
376
|
validateStatus: {
|
|
377
|
-
type: import("vue").PropType<"" | "error" | "
|
|
377
|
+
type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
378
378
|
};
|
|
379
379
|
hideLabel: {
|
|
380
380
|
type: import("vue").PropType<boolean>;
|
|
@@ -452,7 +452,7 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
452
452
|
type: import("vue").PropType<string>;
|
|
453
453
|
};
|
|
454
454
|
validateStatus: {
|
|
455
|
-
type: import("vue").PropType<"" | "error" | "
|
|
455
|
+
type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
456
456
|
};
|
|
457
457
|
hideLabel: {
|
|
458
458
|
type: import("vue").PropType<boolean>;
|
|
@@ -524,7 +524,7 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
524
524
|
type: import("vue").PropType<string>;
|
|
525
525
|
};
|
|
526
526
|
validateStatus: {
|
|
527
|
-
type: import("vue").PropType<"" | "error" | "
|
|
527
|
+
type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
528
528
|
};
|
|
529
529
|
hideLabel: {
|
|
530
530
|
type: import("vue").PropType<boolean>;
|
|
@@ -591,7 +591,7 @@ export declare const VftFormItem: import("vft/es/utils").SFCWithInstall<{
|
|
|
591
591
|
type: import("vue").PropType<string>;
|
|
592
592
|
};
|
|
593
593
|
validateStatus: {
|
|
594
|
-
type: import("vue").PropType<"" | "error" | "
|
|
594
|
+
type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
595
595
|
};
|
|
596
596
|
hideLabel: {
|
|
597
597
|
type: import("vue").PropType<boolean>;
|