vft 0.0.145 → 0.0.146
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/form/hooks/use-form-item.d.ts +2 -2
- package/es/app-components/upload/types.d.ts +1 -1
- package/es/app-components/upload/utils.d.ts +1 -1
- package/es/component.d.ts +1 -0
- 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/autocomplete/autocomplete.vue.d.ts +7 -7
- package/es/components/autocomplete/index.d.ts +21 -21
- 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 +209 -0
- package/es/components/button/index.d.ts +593 -0
- package/es/components/button/use-button.d.ts +20 -0
- 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/checkbox/checkbox.vue.d.ts +6 -6
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +6 -0
- package/es/components/checkbox/composables/use-checkbox.d.ts +15 -0
- package/es/components/checkbox/index.d.ts +12 -12
- package/es/components/clamp/index.d.ts +2 -2
- package/es/components/color-picker/color-picker.vue.d.ts +4 -4
- package/es/components/color-picker/index.d.ts +4 -4
- package/es/components/config-provider/hooks/use-global-config.d.ts +31 -0
- package/es/components/container/container.vue.d.ts +2 -2
- package/es/components/container/index.d.ts +10 -10
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker.d.ts +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/panel-utils.d.ts +1 -1
- package/es/components/descriptions/description.vue.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +9 -9
- package/es/components/dialog/index.d.ts +3 -3
- package/es/components/divider/divider.vue.d.ts +2 -2
- package/es/components/divider/index.d.ts +4 -4
- package/es/components/drawer/index.d.ts +3 -3
- package/es/components/dropdown/dropdown.vue.d.ts +20 -20
- package/es/components/dropdown/index.d.ts +34 -34
- 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/hooks/use-form-common-props.d.ts +6 -0
- package/es/components/form/index.d.ts +35 -35
- package/es/components/image/index.d.ts +2 -2
- package/es/components/image-viewer/index.d.ts +1 -1
- package/es/components/index.js +113 -113
- package/es/components/input/index.d.ts +9 -9
- package/es/components/input/input.vue.d.ts +3 -3
- package/es/components/link/index.d.ts +2 -2
- package/es/components/loading/index.d.ts +48 -0
- package/es/components/loading/loading.d.ts +36 -0
- package/es/components/md-code-demo/index.d.ts +3 -3
- package/es/components/md-code-demo/md-code-demo.d.ts +3 -3
- package/es/components/menu/index.d.ts +8 -2
- package/es/components/menu/menu.vue.d.ts +10 -2
- package/es/components/menu/menu.vue2.js +28 -26
- package/es/components/modal/index.d.ts +34 -34
- package/es/components/modal/modal.vue.d.ts +21 -21
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +1 -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 +2 -2
- package/es/components/popper/composables/use-content.d.ts +3 -3
- package/es/components/popper/content.vue.d.ts +1 -1
- package/es/components/popper/index.d.ts +4 -4
- package/es/components/popper/popper.vue.d.ts +2 -2
- package/es/components/progress/index.d.ts +1 -1
- package/es/components/radio/index.d.ts +20 -20
- package/es/components/radio/radio-group.vue.d.ts +6 -6
- package/es/components/radio/use-radio.d.ts +15 -0
- package/es/components/row/index.d.ts +1 -1
- package/es/components/scrollbar/index.d.ts +2 -2
- package/es/components/search/index.d.ts +1 -1
- package/es/components/select/index.d.ts +1660 -2
- package/es/components/select/select.vue.d.ts +830 -1
- package/es/components/select/useSelect.d.ts +7 -7
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/space.d.ts +4 -4
- package/es/components/super-form/index.d.ts +16 -16
- package/es/components/super-form/super-form.vue.d.ts +9 -9
- package/es/components/super-form/super-form.vue2.js +40 -40
- package/es/components/switch/index.d.ts +12 -12
- package/es/components/switch/switch.vue.d.ts +12 -12
- package/es/components/table/index.d.ts +50 -50
- package/es/components/table/table.vue.d.ts +30 -30
- package/es/components/table/table.vue2.js +5 -1
- package/es/components/table/use/use-columns.d.ts +12 -12
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/tabs/tabs.vue.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +1 -1
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/time-picker.d.ts +1 -1
- package/es/components/tooltip/index.d.ts +8 -8
- package/es/components/tooltip/tooltip.vue.d.ts +2 -2
- package/es/components/tree/index.d.ts +22 -22
- package/es/components/tree/tree.vue.d.ts +6 -6
- package/es/components/upload/index.d.ts +9 -9
- package/es/components/upload/upload-content.vue.d.ts +6 -6
- package/es/components/upload/upload.vue.d.ts +6 -6
- package/es/components/upload/use-handlers.d.ts +23 -0
- package/es/components/virtual-list/builders/build-list.d.ts +3 -3
- package/es/components/virtual-list/components/dynamic-size-list.d.ts +3 -3
- package/es/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/es/components/virtual-list/components/scrollbar.d.ts +3 -3
- package/es/components/virtual-list/props.d.ts +2 -2
- package/es/defaults.d.ts +1 -1
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/index.d.ts +1 -1
- package/es/index.js +113 -113
- package/es/make-installer.d.ts +1 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/plugin.d.ts +1 -0
- package/lib/app-components/form/hooks/use-form-item.d.ts +2 -2
- package/lib/app-components/upload/types.d.ts +1 -1
- package/lib/app-components/upload/utils.d.ts +1 -1
- package/lib/component.d.ts +1 -0
- 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/autocomplete/autocomplete.vue.d.ts +7 -7
- package/lib/components/autocomplete/index.d.ts +21 -21
- 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 +209 -0
- package/lib/components/button/index.d.ts +593 -0
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/button/use-button.d.ts +20 -0
- package/lib/components/carousel/carousel.vue.d.ts +9 -9
- package/lib/components/carousel/index.d.ts +15 -15
- package/lib/components/checkbox/checkbox.vue.d.ts +6 -6
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +6 -0
- package/lib/components/checkbox/composables/use-checkbox.d.ts +15 -0
- package/lib/components/checkbox/index.d.ts +12 -12
- package/lib/components/clamp/index.d.ts +2 -2
- package/lib/components/color-picker/color-picker.vue.d.ts +4 -4
- package/lib/components/color-picker/index.d.ts +4 -4
- package/lib/components/config-provider/hooks/use-global-config.d.ts +31 -0
- package/lib/components/container/container.vue.d.ts +2 -2
- package/lib/components/container/index.d.ts +10 -10
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker.d.ts +1 -1
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/panel-utils.d.ts +1 -1
- package/lib/components/descriptions/description.vue.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +9 -9
- package/lib/components/dialog/index.d.ts +3 -3
- package/lib/components/divider/divider.vue.d.ts +2 -2
- package/lib/components/divider/index.d.ts +4 -4
- package/lib/components/drawer/index.d.ts +3 -3
- package/lib/components/dropdown/dropdown.vue.d.ts +20 -20
- package/lib/components/dropdown/index.d.ts +34 -34
- 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/hooks/use-form-common-props.d.ts +6 -0
- package/lib/components/form/index.d.ts +35 -35
- package/lib/components/image/index.d.ts +2 -2
- package/lib/components/image-viewer/index.d.ts +1 -1
- package/lib/components/index.cjs +1 -1
- package/lib/components/input/index.d.ts +9 -9
- package/lib/components/input/input.vue.d.ts +3 -3
- package/lib/components/link/index.d.ts +2 -2
- package/lib/components/loading/index.d.ts +48 -0
- package/lib/components/loading/loading.d.ts +36 -0
- package/lib/components/md-code-demo/index.d.ts +3 -3
- package/lib/components/md-code-demo/md-code-demo.d.ts +3 -3
- package/lib/components/menu/index.d.ts +8 -2
- package/lib/components/menu/menu.vue.d.ts +10 -2
- package/lib/components/menu/menu.vue2.cjs +1 -1
- package/lib/components/modal/index.d.ts +34 -34
- package/lib/components/modal/modal.vue.d.ts +21 -21
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -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 +2 -2
- package/lib/components/popper/composables/use-content.d.ts +3 -3
- package/lib/components/popper/content.vue.d.ts +1 -1
- package/lib/components/popper/index.d.ts +4 -4
- package/lib/components/popper/popper.vue.d.ts +2 -2
- package/lib/components/progress/index.d.ts +1 -1
- package/lib/components/radio/index.d.ts +20 -20
- package/lib/components/radio/radio-group.vue.d.ts +6 -6
- package/lib/components/radio/use-radio.d.ts +15 -0
- package/lib/components/row/index.d.ts +1 -1
- package/lib/components/scrollbar/index.d.ts +2 -2
- package/lib/components/search/index.d.ts +1 -1
- package/lib/components/select/index.d.ts +1660 -2
- package/lib/components/select/select.vue.d.ts +830 -1
- package/lib/components/select/useSelect.d.ts +7 -7
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/space.d.ts +4 -4
- package/lib/components/super-form/index.d.ts +16 -16
- package/lib/components/super-form/super-form.vue.d.ts +9 -9
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/switch/index.d.ts +12 -12
- package/lib/components/switch/switch.vue.d.ts +12 -12
- package/lib/components/table/index.d.ts +50 -50
- package/lib/components/table/table.vue.d.ts +30 -30
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/table/use/use-columns.d.ts +12 -12
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/tabs/tabs.vue.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +1 -1
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/time-picker.d.ts +1 -1
- package/lib/components/tooltip/index.d.ts +8 -8
- package/lib/components/tooltip/tooltip.vue.d.ts +2 -2
- package/lib/components/tree/index.d.ts +22 -22
- package/lib/components/tree/tree.vue.d.ts +6 -6
- package/lib/components/upload/index.d.ts +9 -9
- package/lib/components/upload/upload-content.vue.d.ts +6 -6
- package/lib/components/upload/upload.vue.d.ts +6 -6
- package/lib/components/upload/use-handlers.d.ts +23 -0
- package/lib/components/virtual-list/builders/build-list.d.ts +3 -3
- package/lib/components/virtual-list/components/dynamic-size-list.d.ts +3 -3
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/lib/components/virtual-list/components/scrollbar.d.ts +3 -3
- package/lib/components/virtual-list/props.d.ts +2 -2
- package/lib/defaults.d.ts +1 -1
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/index.cjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/make-installer.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/plugin.d.ts +1 -0
- package/lib/style.css +1 -0
- package/package.json +4 -4
- package/web-types.json +1 -1
|
@@ -10,7 +10,6 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
10
10
|
ref?: import("vue").VNodeRef | undefined;
|
|
11
11
|
class?: unknown;
|
|
12
12
|
readonly size?: "" | "default" | "small" | "large" | undefined;
|
|
13
|
-
readonly inline?: boolean | undefined;
|
|
14
13
|
readonly disabled?: boolean | undefined;
|
|
15
14
|
readonly labelWidth?: string | number | undefined;
|
|
16
15
|
readonly rules?: Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>> | undefined;
|
|
@@ -18,6 +17,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
18
17
|
readonly showMessage?: boolean | undefined;
|
|
19
18
|
readonly hideRequiredAsterisk?: boolean | undefined;
|
|
20
19
|
readonly requireAsteriskPosition?: "left" | "right" | undefined;
|
|
20
|
+
readonly inline?: boolean | undefined;
|
|
21
21
|
ref_for?: boolean | undefined;
|
|
22
22
|
ref_key?: string | undefined;
|
|
23
23
|
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -58,7 +58,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
58
58
|
}>) => void) | ((vnode: import("vue").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: import("vue").PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
94
94
|
};
|
|
95
95
|
labelPosition: {
|
|
96
|
-
type: import("vue").PropType<"
|
|
96
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
97
97
|
};
|
|
98
98
|
requireAsteriskPosition: {
|
|
99
99
|
type: import("vue").PropType<"left" | "right">;
|
|
@@ -169,7 +169,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
169
169
|
type: import("vue").PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
170
170
|
};
|
|
171
171
|
labelPosition: {
|
|
172
|
-
type: import("vue").PropType<"
|
|
172
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
173
173
|
};
|
|
174
174
|
requireAsteriskPosition: {
|
|
175
175
|
type: import("vue").PropType<"left" | "right">;
|
|
@@ -227,7 +227,7 @@ export declare const VftForm: import("vft/es/utils").SFCWithInstall<{
|
|
|
227
227
|
type: import("vue").PropType<Partial<Record<string, import("vft/es/utils").Arrayable<import("./types").FormItemRule>>>>;
|
|
228
228
|
};
|
|
229
229
|
labelPosition: {
|
|
230
|
-
type: import("vue").PropType<"
|
|
230
|
+
type: import("vue").PropType<"left" | "right" | "top">;
|
|
231
231
|
};
|
|
232
232
|
requireAsteriskPosition: {
|
|
233
233
|
type: import("vue").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: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
364
364
|
};
|
|
365
|
-
labelWidth: {
|
|
366
|
-
type: import("vue").PropType<string | number>;
|
|
367
|
-
default: string;
|
|
368
|
-
};
|
|
369
365
|
required: {
|
|
370
366
|
type: import("vue").PropType<boolean>;
|
|
371
367
|
default: undefined;
|
|
372
368
|
};
|
|
369
|
+
labelWidth: {
|
|
370
|
+
type: import("vue").PropType<string | number>;
|
|
371
|
+
default: string;
|
|
372
|
+
};
|
|
373
373
|
rules: {
|
|
374
374
|
type: import("vue").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: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
438
438
|
};
|
|
439
|
-
labelWidth: {
|
|
440
|
-
type: import("vue").PropType<string | number>;
|
|
441
|
-
default: string;
|
|
442
|
-
};
|
|
443
439
|
required: {
|
|
444
440
|
type: import("vue").PropType<boolean>;
|
|
445
441
|
default: undefined;
|
|
446
442
|
};
|
|
443
|
+
labelWidth: {
|
|
444
|
+
type: import("vue").PropType<string | number>;
|
|
445
|
+
default: string;
|
|
446
|
+
};
|
|
447
447
|
rules: {
|
|
448
448
|
type: import("vue").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: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
489
489
|
};
|
|
490
|
-
labelWidth: {
|
|
491
|
-
type: import("vue").PropType<string | number>;
|
|
492
|
-
default: string;
|
|
493
|
-
};
|
|
494
490
|
required: {
|
|
495
491
|
type: import("vue").PropType<boolean>;
|
|
496
492
|
default: undefined;
|
|
497
493
|
};
|
|
494
|
+
labelWidth: {
|
|
495
|
+
type: import("vue").PropType<string | number>;
|
|
496
|
+
default: string;
|
|
497
|
+
};
|
|
498
498
|
rules: {
|
|
499
499
|
type: import("vue").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: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
630
630
|
};
|
|
631
|
-
labelWidth: {
|
|
632
|
-
type: import("vue").PropType<string | number>;
|
|
633
|
-
default: string;
|
|
634
|
-
};
|
|
635
631
|
required: {
|
|
636
632
|
type: import("vue").PropType<boolean>;
|
|
637
633
|
default: undefined;
|
|
638
634
|
};
|
|
635
|
+
labelWidth: {
|
|
636
|
+
type: import("vue").PropType<string | number>;
|
|
637
|
+
default: string;
|
|
638
|
+
};
|
|
639
639
|
rules: {
|
|
640
640
|
type: import("vue").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: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
704
704
|
};
|
|
705
|
-
labelWidth: {
|
|
706
|
-
type: import("vue").PropType<string | number>;
|
|
707
|
-
default: string;
|
|
708
|
-
};
|
|
709
705
|
required: {
|
|
710
706
|
type: import("vue").PropType<boolean>;
|
|
711
707
|
default: undefined;
|
|
712
708
|
};
|
|
709
|
+
labelWidth: {
|
|
710
|
+
type: import("vue").PropType<string | number>;
|
|
711
|
+
default: string;
|
|
712
|
+
};
|
|
713
713
|
rules: {
|
|
714
714
|
type: import("vue").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: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
755
755
|
};
|
|
756
|
-
labelWidth: {
|
|
757
|
-
type: import("vue").PropType<string | number>;
|
|
758
|
-
default: string;
|
|
759
|
-
};
|
|
760
756
|
required: {
|
|
761
757
|
type: import("vue").PropType<boolean>;
|
|
762
758
|
default: undefined;
|
|
763
759
|
};
|
|
760
|
+
labelWidth: {
|
|
761
|
+
type: import("vue").PropType<string | number>;
|
|
762
|
+
default: string;
|
|
763
|
+
};
|
|
764
764
|
rules: {
|
|
765
765
|
type: import("vue").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,7 +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
|
|
14
|
+
readonly src?: string | undefined;
|
|
15
15
|
ref_for?: boolean | undefined;
|
|
16
16
|
ref_key?: string | undefined;
|
|
17
17
|
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -54,7 +54,7 @@ export declare const VftImage: import("vft/es/utils").SFCWithInstall<{
|
|
|
54
54
|
}>) => void)[] | undefined;
|
|
55
55
|
readonly loading?: "eager" | "lazy" | undefined;
|
|
56
56
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
57
|
-
readonly
|
|
57
|
+
readonly infinite?: boolean | undefined;
|
|
58
58
|
readonly initialIndex?: number | undefined;
|
|
59
59
|
readonly hideOnClickModal?: boolean | undefined;
|
|
60
60
|
readonly closeOnPressEscape?: boolean | undefined;
|
|
@@ -8,7 +8,6 @@ export declare const VftImageViewer: import("vft/es/utils").SFCWithInstall<{
|
|
|
8
8
|
key?: string | number | symbol | undefined;
|
|
9
9
|
ref?: import("vue").VNodeRef | undefined;
|
|
10
10
|
class?: unknown;
|
|
11
|
-
readonly infinite?: boolean | undefined;
|
|
12
11
|
ref_for?: boolean | undefined;
|
|
13
12
|
ref_key?: string | undefined;
|
|
14
13
|
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -50,6 +49,7 @@ export declare const VftImageViewer: import("vft/es/utils").SFCWithInstall<{
|
|
|
50
49
|
[key: string]: any;
|
|
51
50
|
}>) => void)[] | undefined;
|
|
52
51
|
onClose?: (() => any) | undefined;
|
|
52
|
+
readonly infinite?: boolean | undefined;
|
|
53
53
|
readonly teleported?: boolean | undefined;
|
|
54
54
|
readonly urlList?: string[] | undefined;
|
|
55
55
|
readonly initialIndex?: number | 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 { buttonGroupContextKey as qe } from "./button/constants.js";
|
|
91
|
+
import { checkboxGroupContextKey as Ye } from "./checkbox/constants.js";
|
|
92
|
+
import { configProviderContextKey as Qe, messageConfig as We } from "./config-provider/constants.js";
|
|
93
|
+
import { provideGlobalConfig as Ze, useGlobalComponentSettings as $e, useGlobalConfig as ot } from "./config-provider/hooks/use-global-config.js";
|
|
94
|
+
import { ROOT_PICKER_INJECTION_KEY as et, datePickerConfig as tt } from "./date-picker/constants.js";
|
|
95
|
+
import { datePickerProps as mt } from "./date-picker/props/date-picker.js";
|
|
96
|
+
import { dialogInjectionKey as xt } from "./dialog/constants.js";
|
|
97
|
+
import { useDialog as it } from "./dialog/hooks/use-dialog.js";
|
|
98
|
+
import { DROPDOWN_INJECTION_KEY as Vt } from "./dropdown/tokens.js";
|
|
99
|
+
import { EmptyEnum as ut } from "./empty/constants.js";
|
|
100
|
+
import { formContextKey as dt, formItemContextKey as ct } from "./form/constants.js";
|
|
101
|
+
import { useDisabled as Ct, useFormDisabled as Tt, useFormSize as gt, useSize as Dt } from "./form/hooks/use-form-common-props.js";
|
|
102
|
+
import { useFormItem as Pt, useFormItemInputId as Mt } from "./form/hooks/use-form-item.js";
|
|
103
|
+
import { formItemValidateStates as St } from "./form/types.js";
|
|
104
|
+
import { MenuTypeEnum as yt } from "./horizontal-menu/constants.js";
|
|
105
|
+
import { initAffixTabs as _t, useTabsDrag as At } from "./multiple-tabs/use/use-multiple-tabs.js";
|
|
106
|
+
import { useTabDropdown as kt } from "./multiple-tabs/use/use-tab-dropdown.js";
|
|
107
|
+
import { usePagination as Rt, vftPaginationKey as Gt } from "./pagination/usePagination.js";
|
|
108
|
+
import { default as wt } from "./popper/arrow.vue2.js";
|
|
109
|
+
import { default as Nt } from "./popper/content.vue2.js";
|
|
110
|
+
import { default as Ut } from "./popper/trigger.vue2.js";
|
|
111
|
+
import { radioGroupKey as Ht } from "./radio/constants.js";
|
|
112
|
+
import { rowContextKey as Jt } from "./row/constants.js";
|
|
113
|
+
import { scrollbarContextKey as jt } from "./scrollbar/constants.js";
|
|
114
|
+
import { BAR_MAP as Wt, GAP as Xt, renderThumbStyle as Zt } from "./scrollbar/util.js";
|
|
115
|
+
import { selectInjectionKey as of } from "./select/token.js";
|
|
116
|
+
import { sliderContextKey as ef } from "./slider/constants.js";
|
|
117
|
+
import { sliderEmits as ff } from "./slider/slider.js";
|
|
118
|
+
import { spaceProps as pf } from "./space/space.js";
|
|
119
|
+
import { useSpace as af } from "./space/use-space.js";
|
|
120
|
+
import { ACTION_FIELD as Vf, CHECKED_FIELD as sf, CREATE_TIME_FIELD as uf, DATE_FIELD as lf, DATE_TIME_FIELD as df, ID_FIELD as cf, NAME_FIELD as If, SEQ_FIELD as Cf, STATUS_FIELD as Tf, UPDATE_TIME_FIELD as gf } from "./table/field.js";
|
|
121
|
+
import { useTable as Ef } from "./table/use/use-table.js";
|
|
122
|
+
import { addRequire as Mf, removeRequire as Ff, selectMapping as Sf } from "./table/utils.js";
|
|
123
|
+
import { TabsRootContextKey as yf } from "./tabs/types.js";
|
|
124
|
+
import { timePickerDefaultProps as _f } from "./time-picker/common/props.js";
|
|
125
|
+
import { DEFAULT_FORMATS_DATE as Kf, DEFAULT_FORMATS_DATEPICKER as kf, DEFAULT_FORMATS_TIME as vf, timeUnits as Rf } from "./time-picker/constants.js";
|
|
126
|
+
import { buildTimeList as Of, dateEquals as wf, extractDateFormat as zf, extractTimeFormat as Nf, formatter as hf, makeList as Uf, parseDate as Bf, rangeArr as Hf, valueEquals as qf } from "./time-picker/utils.js";
|
|
127
|
+
import { default as Yf } from "./time-picker/common/picker.vue2.js";
|
|
128
|
+
import { default as Qf } from "./time-picker/time-picker-com/panel-time-pick.vue2.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
|
+
Vf as ACTION_FIELD,
|
|
142
|
+
Wt as BAR_MAP,
|
|
143
|
+
sf as CHECKED_FIELD,
|
|
144
|
+
uf as CREATE_TIME_FIELD,
|
|
145
|
+
Yf as CommonPicker,
|
|
146
|
+
lf as DATE_FIELD,
|
|
147
|
+
df as DATE_TIME_FIELD,
|
|
148
|
+
Kf as DEFAULT_FORMATS_DATE,
|
|
149
|
+
kf as DEFAULT_FORMATS_DATEPICKER,
|
|
150
|
+
vf as DEFAULT_FORMATS_TIME,
|
|
151
|
+
Vt as DROPDOWN_INJECTION_KEY,
|
|
152
152
|
Zr as DynamicSizeGrid,
|
|
153
153
|
oe as DynamicSizeList,
|
|
154
|
-
|
|
154
|
+
ut as EmptyEnum,
|
|
155
155
|
ee as FixedSizeGrid,
|
|
156
156
|
fe as FixedSizeList,
|
|
157
157
|
xm as FormCompEnum,
|
|
158
|
-
|
|
159
|
-
|
|
158
|
+
Xt as GAP,
|
|
159
|
+
cf as ID_FIELD,
|
|
160
160
|
Do as Icon,
|
|
161
|
-
|
|
161
|
+
yt as MenuTypeEnum,
|
|
162
162
|
we as Message,
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
163
|
+
If as NAME_FIELD,
|
|
164
|
+
et as ROOT_PICKER_INJECTION_KEY,
|
|
165
|
+
Cf as SEQ_FIELD,
|
|
166
|
+
Tf as STATUS_FIELD,
|
|
167
167
|
Xf as TOOLTIP_INJECTION_KEY,
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
168
|
+
yf as TabsRootContextKey,
|
|
169
|
+
Qf as TimePickPanel,
|
|
170
|
+
gf 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
|
+
wt as VftPopperArrow,
|
|
247
|
+
Nt as VftPopperContent,
|
|
248
|
+
Ut 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
|
+
Mf as addRequire,
|
|
280
|
+
Of as buildTimeList,
|
|
281
|
+
qe as buttonGroupContextKey,
|
|
282
282
|
Dm as carouselContextKey,
|
|
283
|
-
|
|
283
|
+
Ye as checkboxGroupContextKey,
|
|
284
284
|
im as componentMap,
|
|
285
|
-
|
|
285
|
+
Qe as configProviderContextKey,
|
|
286
286
|
O as createContextMenu,
|
|
287
287
|
Mm as createLoadingDirective,
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
288
|
+
wf as dateEquals,
|
|
289
|
+
tt as datePickerConfig,
|
|
290
|
+
mt as datePickerProps,
|
|
291
291
|
nm as del,
|
|
292
292
|
w as destroyContextMenu,
|
|
293
|
-
|
|
293
|
+
xt as dialogInjectionKey,
|
|
294
294
|
rm as dragEventsKey,
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
295
|
+
zf as extractDateFormat,
|
|
296
|
+
Nf as extractTimeFormat,
|
|
297
|
+
dt as formContextKey,
|
|
298
|
+
ct as formItemContextKey,
|
|
299
|
+
St as formItemValidateStates,
|
|
300
|
+
hf as formatter,
|
|
301
301
|
Cm as genFileId,
|
|
302
302
|
$f as getChildState,
|
|
303
303
|
dm as getDynamicProps,
|
|
304
|
-
|
|
304
|
+
_t as initAffixTabs,
|
|
305
305
|
Vm as isDatePicker,
|
|
306
306
|
sm as isInput,
|
|
307
307
|
um as isRangePicker,
|
|
308
|
-
|
|
309
|
-
|
|
308
|
+
Uf as makeList,
|
|
309
|
+
We 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
|
+
Bf as parseDate,
|
|
313
|
+
Ze as provideGlobalConfig,
|
|
314
|
+
Ht as radioGroupKey,
|
|
315
|
+
Hf as rangeArr,
|
|
316
|
+
Ff as removeRequire,
|
|
317
|
+
Zt as renderThumbStyle,
|
|
318
|
+
Jt as rowContextKey,
|
|
319
|
+
jt as scrollbarContextKey,
|
|
320
|
+
of as selectInjectionKey,
|
|
321
|
+
Sf as selectMapping,
|
|
322
|
+
ef as sliderContextKey,
|
|
323
|
+
ff as sliderEmits,
|
|
324
|
+
pf as spaceProps,
|
|
325
|
+
_f as timePickerDefaultProps,
|
|
326
|
+
Rf as timeUnits,
|
|
327
327
|
Tm as uploadContextKey,
|
|
328
328
|
N as useContextMenu,
|
|
329
|
-
|
|
330
|
-
|
|
329
|
+
it as useDialog,
|
|
330
|
+
Ct as useDisabled,
|
|
331
331
|
em as useDragNodeHandler,
|
|
332
332
|
cm as useForm,
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
333
|
+
Tt as useFormDisabled,
|
|
334
|
+
Pt as useFormItem,
|
|
335
|
+
Mt as useFormItemInputId,
|
|
336
|
+
gt as useFormSize,
|
|
337
|
+
$e as useGlobalComponentSettings,
|
|
338
|
+
ot as useGlobalConfig,
|
|
339
339
|
fm as useModal,
|
|
340
340
|
mm as useModalInner,
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
341
|
+
Rt as usePagination,
|
|
342
|
+
Dt as useSize,
|
|
343
|
+
af as useSpace,
|
|
344
|
+
kt as useTabDropdown,
|
|
345
|
+
Ef as useTable,
|
|
346
|
+
At as useTabsDrag,
|
|
347
347
|
Fm as vLoading,
|
|
348
|
-
|
|
349
|
-
|
|
348
|
+
qf as valueEquals,
|
|
349
|
+
Gt as vftPaginationKey,
|
|
350
350
|
pe as virtualizedGridProps,
|
|
351
351
|
xe as virtualizedListProps,
|
|
352
352
|
ae as virtualizedProps,
|
|
@@ -7,13 +7,13 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
7
7
|
readonly form?: string | undefined;
|
|
8
8
|
readonly label?: string | undefined;
|
|
9
9
|
style?: unknown;
|
|
10
|
-
readonly resize?: "both" | "none" | "
|
|
10
|
+
readonly resize?: "both" | "none" | "vertical" | "horizontal" | undefined;
|
|
11
11
|
key?: string | number | symbol | undefined;
|
|
12
|
-
readonly id?: string | undefined;
|
|
13
12
|
readonly type?: string | undefined;
|
|
14
13
|
ref?: import("vue").VNodeRef | undefined;
|
|
15
14
|
class?: unknown;
|
|
16
15
|
readonly modelValue?: string | number | undefined;
|
|
16
|
+
readonly id?: string | undefined;
|
|
17
17
|
readonly size?: "default" | "small" | "large" | undefined;
|
|
18
18
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
19
19
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -25,8 +25,8 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
25
25
|
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
26
26
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
27
27
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
28
|
-
readonly disabled?: boolean | undefined;
|
|
29
28
|
readonly readonly?: boolean | undefined;
|
|
29
|
+
readonly disabled?: boolean | undefined;
|
|
30
30
|
ref_for?: boolean | undefined;
|
|
31
31
|
ref_key?: string | undefined;
|
|
32
32
|
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -102,7 +102,7 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
102
102
|
}>;
|
|
103
103
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
104
104
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
|
|
105
|
-
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "clear") => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "
|
|
105
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "clear") => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "suffixClick", value: any) => void) & ((event: "prefixClick", value: any) => void) & ((event: "enter") => void);
|
|
106
106
|
$el: any;
|
|
107
107
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
108
108
|
id: {
|
|
@@ -121,7 +121,7 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
121
121
|
type: import("vue").PropType<string>;
|
|
122
122
|
};
|
|
123
123
|
resize: {
|
|
124
|
-
type: import("vue").PropType<"both" | "none" | "
|
|
124
|
+
type: import("vue").PropType<"both" | "none" | "vertical" | "horizontal">;
|
|
125
125
|
};
|
|
126
126
|
autosize: {
|
|
127
127
|
type: import("vue").PropType<boolean | {
|
|
@@ -216,10 +216,10 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
216
216
|
input: (value: string) => void;
|
|
217
217
|
clear: () => void;
|
|
218
218
|
blur: (evt: FocusEvent) => void;
|
|
219
|
-
focus: (evt: FocusEvent) => void;
|
|
220
219
|
compositionend: (evt: CompositionEvent) => void;
|
|
221
220
|
compositionstart: (evt: CompositionEvent) => void;
|
|
222
221
|
compositionupdate: (evt: CompositionEvent) => void;
|
|
222
|
+
focus: (evt: FocusEvent) => void;
|
|
223
223
|
keydown: (evt: Event | KeyboardEvent) => void;
|
|
224
224
|
mouseenter: (evt: MouseEvent) => void;
|
|
225
225
|
mouseleave: (evt: MouseEvent) => void;
|
|
@@ -263,7 +263,7 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
263
263
|
type: import("vue").PropType<string>;
|
|
264
264
|
};
|
|
265
265
|
resize: {
|
|
266
|
-
type: import("vue").PropType<"both" | "none" | "
|
|
266
|
+
type: import("vue").PropType<"both" | "none" | "vertical" | "horizontal">;
|
|
267
267
|
};
|
|
268
268
|
autosize: {
|
|
269
269
|
type: import("vue").PropType<boolean | {
|
|
@@ -373,7 +373,7 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
373
373
|
type: import("vue").PropType<string>;
|
|
374
374
|
};
|
|
375
375
|
resize: {
|
|
376
|
-
type: import("vue").PropType<"both" | "none" | "
|
|
376
|
+
type: import("vue").PropType<"both" | "none" | "vertical" | "horizontal">;
|
|
377
377
|
};
|
|
378
378
|
autosize: {
|
|
379
379
|
type: import("vue").PropType<boolean | {
|
|
@@ -468,10 +468,10 @@ export declare const VftInput: import("vft/es/utils").SFCWithInstall<{
|
|
|
468
468
|
input: (value: string) => void;
|
|
469
469
|
clear: () => void;
|
|
470
470
|
blur: (evt: FocusEvent) => void;
|
|
471
|
-
focus: (evt: FocusEvent) => void;
|
|
472
471
|
compositionend: (evt: CompositionEvent) => void;
|
|
473
472
|
compositionstart: (evt: CompositionEvent) => void;
|
|
474
473
|
compositionupdate: (evt: CompositionEvent) => void;
|
|
474
|
+
focus: (evt: FocusEvent) => void;
|
|
475
475
|
keydown: (evt: Event | KeyboardEvent) => void;
|
|
476
476
|
mouseenter: (evt: MouseEvent) => void;
|
|
477
477
|
mouseleave: (evt: MouseEvent) => void;
|