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
|
@@ -12,12 +12,12 @@ export interface CarouselProps {
|
|
|
12
12
|
pauseOnHover?: boolean;
|
|
13
13
|
}
|
|
14
14
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
15
|
-
|
|
16
|
-
type: import("vue").PropType<
|
|
15
|
+
direction: {
|
|
16
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
|
-
|
|
20
|
-
type: import("vue").PropType<
|
|
19
|
+
height: {
|
|
20
|
+
type: import("vue").PropType<string>;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
type: {
|
|
@@ -66,12 +66,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
66
66
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
67
67
|
change: (current: number, prev: number) => void;
|
|
68
68
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
69
|
-
|
|
70
|
-
type: import("vue").PropType<
|
|
69
|
+
direction: {
|
|
70
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
71
71
|
default: string;
|
|
72
72
|
};
|
|
73
|
-
|
|
74
|
-
type: import("vue").PropType<
|
|
73
|
+
height: {
|
|
74
|
+
type: import("vue").PropType<string>;
|
|
75
75
|
default: string;
|
|
76
76
|
};
|
|
77
77
|
type: {
|
|
@@ -113,8 +113,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
113
113
|
}>> & {
|
|
114
114
|
onChange?: ((current: number, prev: number) => any) | undefined;
|
|
115
115
|
}, {
|
|
116
|
+
direction: "vertical" | "horizontal";
|
|
116
117
|
height: string;
|
|
117
|
-
direction: "horizontal" | "vertical";
|
|
118
118
|
type: "" | "card";
|
|
119
119
|
arrow: "always" | "never" | "hover";
|
|
120
120
|
loop: boolean;
|
|
@@ -3,8 +3,8 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: {
|
|
6
|
+
direction?: "vertical" | "horizontal" | undefined;
|
|
6
7
|
height?: string | undefined;
|
|
7
|
-
direction?: "horizontal" | "vertical" | undefined;
|
|
8
8
|
type?: "" | "card" | undefined;
|
|
9
9
|
arrow?: "always" | "never" | "hover" | undefined;
|
|
10
10
|
loop?: boolean | undefined;
|
|
@@ -74,12 +74,12 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
74
74
|
$emit: (event: "change", current: number, prev: number) => void;
|
|
75
75
|
$el: any;
|
|
76
76
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
77
|
-
|
|
78
|
-
type: import("vue").PropType<
|
|
77
|
+
direction: {
|
|
78
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
79
79
|
default: string;
|
|
80
80
|
};
|
|
81
|
-
|
|
82
|
-
type: import("vue").PropType<
|
|
81
|
+
height: {
|
|
82
|
+
type: import("vue").PropType<string>;
|
|
83
83
|
default: string;
|
|
84
84
|
};
|
|
85
85
|
type: {
|
|
@@ -127,8 +127,8 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
127
127
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
128
128
|
change: (current: number, prev: number) => void;
|
|
129
129
|
}, string, {
|
|
130
|
+
direction: "vertical" | "horizontal";
|
|
130
131
|
height: string;
|
|
131
|
-
direction: "horizontal" | "vertical";
|
|
132
132
|
type: "" | "card";
|
|
133
133
|
arrow: "always" | "never" | "hover";
|
|
134
134
|
loop: boolean;
|
|
@@ -159,12 +159,12 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
159
159
|
$nextTick: typeof import("vue").nextTick;
|
|
160
160
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
161
161
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
162
|
-
|
|
163
|
-
type: import("vue").PropType<
|
|
162
|
+
direction: {
|
|
163
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
164
164
|
default: string;
|
|
165
165
|
};
|
|
166
|
-
|
|
167
|
-
type: import("vue").PropType<
|
|
166
|
+
height: {
|
|
167
|
+
type: import("vue").PropType<string>;
|
|
168
168
|
default: string;
|
|
169
169
|
};
|
|
170
170
|
type: {
|
|
@@ -214,12 +214,12 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
214
214
|
__isTeleport?: undefined;
|
|
215
215
|
__isSuspense?: undefined;
|
|
216
216
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
217
|
-
|
|
218
|
-
type: import("vue").PropType<
|
|
217
|
+
direction: {
|
|
218
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
219
219
|
default: string;
|
|
220
220
|
};
|
|
221
|
-
|
|
222
|
-
type: import("vue").PropType<
|
|
221
|
+
height: {
|
|
222
|
+
type: import("vue").PropType<string>;
|
|
223
223
|
default: string;
|
|
224
224
|
};
|
|
225
225
|
type: {
|
|
@@ -267,8 +267,8 @@ export declare const VftCarousel: import("vft/es/utils").SFCWithInstall<{
|
|
|
267
267
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
268
268
|
change: (current: number, prev: number) => void;
|
|
269
269
|
}, string, {
|
|
270
|
+
direction: "vertical" | "horizontal";
|
|
270
271
|
height: string;
|
|
271
|
-
direction: "horizontal" | "vertical";
|
|
272
272
|
type: "" | "card";
|
|
273
273
|
arrow: "always" | "never" | "hover";
|
|
274
274
|
loop: boolean;
|
|
@@ -8,15 +8,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
8
8
|
border: {
|
|
9
9
|
type: import("vue").PropType<boolean>;
|
|
10
10
|
};
|
|
11
|
-
id: {
|
|
12
|
-
type: import("vue").PropType<string>;
|
|
13
|
-
};
|
|
14
11
|
name: {
|
|
15
12
|
type: import("vue").PropType<string>;
|
|
16
13
|
};
|
|
17
14
|
modelValue: {
|
|
18
15
|
type: import("vue").PropType<string | number | boolean>;
|
|
19
16
|
};
|
|
17
|
+
id: {
|
|
18
|
+
type: import("vue").PropType<string>;
|
|
19
|
+
};
|
|
20
20
|
size: {
|
|
21
21
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
22
22
|
};
|
|
@@ -58,15 +58,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
58
58
|
border: {
|
|
59
59
|
type: import("vue").PropType<boolean>;
|
|
60
60
|
};
|
|
61
|
-
id: {
|
|
62
|
-
type: import("vue").PropType<string>;
|
|
63
|
-
};
|
|
64
61
|
name: {
|
|
65
62
|
type: import("vue").PropType<string>;
|
|
66
63
|
};
|
|
67
64
|
modelValue: {
|
|
68
65
|
type: import("vue").PropType<string | number | boolean>;
|
|
69
66
|
};
|
|
67
|
+
id: {
|
|
68
|
+
type: import("vue").PropType<string>;
|
|
69
|
+
};
|
|
70
70
|
size: {
|
|
71
71
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
72
72
|
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { CheckboxModel, CheckboxStatus } from '../composables';
|
|
2
|
+
export declare const useCheckboxDisabled: ({ model, isChecked, }: Pick<CheckboxModel, 'model'> & Pick<CheckboxStatus, 'isChecked'>) => {
|
|
3
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
|
4
|
+
isLimitDisabled: import("vue").ComputedRef<boolean>;
|
|
5
|
+
};
|
|
6
|
+
export type CheckboxDisabled = ReturnType<typeof useCheckboxDisabled>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { ComponentInternalInstance } from 'vue';
|
|
2
|
+
import type { CheckboxProps } from '../types';
|
|
3
|
+
export declare const useCheckbox: (props: CheckboxProps, slots: ComponentInternalInstance['slots']) => {
|
|
4
|
+
inputId: import("vue").Ref<string | undefined>;
|
|
5
|
+
isLabeledByFormItem: import("vue").ComputedRef<boolean>;
|
|
6
|
+
isChecked: import("vue").ComputedRef<boolean>;
|
|
7
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
|
8
|
+
isFocused: import("vue").Ref<boolean>;
|
|
9
|
+
checkboxButtonSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
10
|
+
checkboxSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
11
|
+
hasOwnLabel: import("vue").ComputedRef<boolean>;
|
|
12
|
+
model: import("vue").WritableComputedRef<any>;
|
|
13
|
+
handleChange: (e: Event) => void;
|
|
14
|
+
onClickRoot: (e: MouseEvent) => Promise<void>;
|
|
15
|
+
};
|
|
@@ -9,11 +9,11 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
9
9
|
style?: unknown;
|
|
10
10
|
readonly border?: boolean | undefined;
|
|
11
11
|
key?: string | number | symbol | undefined;
|
|
12
|
-
readonly id?: string | undefined;
|
|
13
12
|
readonly name?: string | undefined;
|
|
14
13
|
ref?: import("vue").VNodeRef | undefined;
|
|
15
14
|
class?: unknown;
|
|
16
15
|
readonly modelValue?: string | number | boolean | undefined;
|
|
16
|
+
readonly id?: string | undefined;
|
|
17
17
|
readonly size?: "" | "default" | "small" | "large" | undefined;
|
|
18
18
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
19
19
|
readonly disabled?: boolean | undefined;
|
|
@@ -88,15 +88,15 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
88
88
|
border: {
|
|
89
89
|
type: import("vue").PropType<boolean>;
|
|
90
90
|
};
|
|
91
|
-
id: {
|
|
92
|
-
type: import("vue").PropType<string>;
|
|
93
|
-
};
|
|
94
91
|
name: {
|
|
95
92
|
type: import("vue").PropType<string>;
|
|
96
93
|
};
|
|
97
94
|
modelValue: {
|
|
98
95
|
type: import("vue").PropType<string | number | boolean>;
|
|
99
96
|
};
|
|
97
|
+
id: {
|
|
98
|
+
type: import("vue").PropType<string>;
|
|
99
|
+
};
|
|
100
100
|
size: {
|
|
101
101
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
102
102
|
};
|
|
@@ -163,15 +163,15 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
163
163
|
border: {
|
|
164
164
|
type: import("vue").PropType<boolean>;
|
|
165
165
|
};
|
|
166
|
-
id: {
|
|
167
|
-
type: import("vue").PropType<string>;
|
|
168
|
-
};
|
|
169
166
|
name: {
|
|
170
167
|
type: import("vue").PropType<string>;
|
|
171
168
|
};
|
|
172
169
|
modelValue: {
|
|
173
170
|
type: import("vue").PropType<string | number | boolean>;
|
|
174
171
|
};
|
|
172
|
+
id: {
|
|
173
|
+
type: import("vue").PropType<string>;
|
|
174
|
+
};
|
|
175
175
|
size: {
|
|
176
176
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
177
177
|
};
|
|
@@ -217,15 +217,15 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
217
217
|
border: {
|
|
218
218
|
type: import("vue").PropType<boolean>;
|
|
219
219
|
};
|
|
220
|
-
id: {
|
|
221
|
-
type: import("vue").PropType<string>;
|
|
222
|
-
};
|
|
223
220
|
name: {
|
|
224
221
|
type: import("vue").PropType<string>;
|
|
225
222
|
};
|
|
226
223
|
modelValue: {
|
|
227
224
|
type: import("vue").PropType<string | number | boolean>;
|
|
228
225
|
};
|
|
226
|
+
id: {
|
|
227
|
+
type: import("vue").PropType<string>;
|
|
228
|
+
};
|
|
229
229
|
size: {
|
|
230
230
|
type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
231
231
|
};
|
|
@@ -277,11 +277,11 @@ export declare const VftCheckbox: import("vft/es/utils").SFCWithInstall<{
|
|
|
277
277
|
style?: unknown;
|
|
278
278
|
readonly border?: boolean | undefined;
|
|
279
279
|
key?: string | number | symbol | undefined;
|
|
280
|
-
readonly id?: string | undefined;
|
|
281
280
|
readonly name?: string | undefined;
|
|
282
281
|
ref?: import("vue").VNodeRef | undefined;
|
|
283
282
|
class?: unknown;
|
|
284
283
|
readonly modelValue?: string | number | boolean | undefined;
|
|
284
|
+
readonly id?: string | undefined;
|
|
285
285
|
readonly size?: "" | "default" | "small" | "large" | undefined;
|
|
286
286
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
287
287
|
readonly disabled?: boolean | undefined;
|
|
@@ -790,11 +790,11 @@ export declare const VftCheckboxButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
790
790
|
style?: unknown;
|
|
791
791
|
readonly border?: boolean | undefined;
|
|
792
792
|
key?: string | number | symbol | undefined;
|
|
793
|
-
readonly id?: string | undefined;
|
|
794
793
|
readonly name?: string | undefined;
|
|
795
794
|
ref?: import("vue").VNodeRef | undefined;
|
|
796
795
|
class?: unknown;
|
|
797
796
|
readonly modelValue?: string | number | boolean | undefined;
|
|
797
|
+
readonly id?: string | undefined;
|
|
798
798
|
readonly size?: "" | "default" | "small" | "large" | undefined;
|
|
799
799
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
800
800
|
readonly disabled?: boolean | undefined;
|
|
@@ -10,8 +10,6 @@ export declare const VftClamp: import("vft/es/utils").SFCWithInstall<{
|
|
|
10
10
|
key?: string | number | symbol | undefined;
|
|
11
11
|
ref?: import("vue").VNodeRef | undefined;
|
|
12
12
|
class?: unknown;
|
|
13
|
-
readonly ellipsis?: string | undefined;
|
|
14
|
-
readonly expanded?: boolean | undefined;
|
|
15
13
|
ref_for?: boolean | undefined;
|
|
16
14
|
ref_key?: string | undefined;
|
|
17
15
|
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -52,6 +50,8 @@ export declare const VftClamp: import("vft/es/utils").SFCWithInstall<{
|
|
|
52
50
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
53
51
|
[key: string]: any;
|
|
54
52
|
}>) => void)[] | undefined;
|
|
53
|
+
readonly ellipsis?: string | undefined;
|
|
54
|
+
readonly expanded?: boolean | undefined;
|
|
55
55
|
readonly autoResize?: boolean | undefined;
|
|
56
56
|
readonly location?: "start" | "end" | "middle" | undefined;
|
|
57
57
|
"onClamp-change"?: ((data: boolean) => any) | undefined;
|
|
@@ -17,10 +17,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
label: {
|
|
18
18
|
type: import("vue").PropType<string>;
|
|
19
19
|
};
|
|
20
|
-
|
|
20
|
+
modelValue: {
|
|
21
21
|
type: import("vue").PropType<string>;
|
|
22
22
|
};
|
|
23
|
-
|
|
23
|
+
id: {
|
|
24
24
|
type: import("vue").PropType<string>;
|
|
25
25
|
};
|
|
26
26
|
size: {
|
|
@@ -64,10 +64,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
64
|
label: {
|
|
65
65
|
type: import("vue").PropType<string>;
|
|
66
66
|
};
|
|
67
|
-
|
|
67
|
+
modelValue: {
|
|
68
68
|
type: import("vue").PropType<string>;
|
|
69
69
|
};
|
|
70
|
-
|
|
70
|
+
id: {
|
|
71
71
|
type: import("vue").PropType<string>;
|
|
72
72
|
};
|
|
73
73
|
size: {
|
|
@@ -2,10 +2,10 @@ export declare const VftColorPicker: import("vft/es/utils").SFCWithInstall<impor
|
|
|
2
2
|
label: {
|
|
3
3
|
type: import("vue").PropType<string>;
|
|
4
4
|
};
|
|
5
|
-
|
|
5
|
+
modelValue: {
|
|
6
6
|
type: import("vue").PropType<string>;
|
|
7
7
|
};
|
|
8
|
-
|
|
8
|
+
id: {
|
|
9
9
|
type: import("vue").PropType<string>;
|
|
10
10
|
};
|
|
11
11
|
size: {
|
|
@@ -46,10 +46,10 @@ export declare const VftColorPicker: import("vft/es/utils").SFCWithInstall<impor
|
|
|
46
46
|
label: {
|
|
47
47
|
type: import("vue").PropType<string>;
|
|
48
48
|
};
|
|
49
|
-
|
|
49
|
+
modelValue: {
|
|
50
50
|
type: import("vue").PropType<string>;
|
|
51
51
|
};
|
|
52
|
-
|
|
52
|
+
id: {
|
|
53
53
|
type: import("vue").PropType<string>;
|
|
54
54
|
};
|
|
55
55
|
size: {
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { MaybeRef } from '@vueuse/core';
|
|
2
|
+
import type { App, Ref } from 'vue';
|
|
3
|
+
import type { ConfigProviderContext } from '../constants';
|
|
4
|
+
export declare function useGlobalConfig<K extends keyof ConfigProviderContext, D extends ConfigProviderContext[K]>(key: K, defaultValue?: D): Ref<Exclude<ConfigProviderContext[K], undefined> | D>;
|
|
5
|
+
export declare function useGlobalConfig(): Ref<ConfigProviderContext>;
|
|
6
|
+
export declare function useGlobalComponentSettings(block: string): {
|
|
7
|
+
ns: {
|
|
8
|
+
namespace: Ref<string>;
|
|
9
|
+
b: (blockSuffix?: string) => string;
|
|
10
|
+
e: (element?: string | undefined) => string;
|
|
11
|
+
m: (modifier?: string | undefined) => string;
|
|
12
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
13
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
14
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
15
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
16
|
+
is: {
|
|
17
|
+
(name: string, state: boolean | undefined): string;
|
|
18
|
+
(name: string): string;
|
|
19
|
+
};
|
|
20
|
+
cssVar: (object: Record<string, string | undefined>) => Record<string, string>;
|
|
21
|
+
cssVarName: (name: string) => string;
|
|
22
|
+
cssVarBlock: (object: Record<string, string | undefined>) => Record<string, string>;
|
|
23
|
+
cssVarBlockName: (name: string) => string;
|
|
24
|
+
};
|
|
25
|
+
zIndex: {
|
|
26
|
+
initialZIndex: import("vue").ComputedRef<number>;
|
|
27
|
+
currentZIndex: import("vue").ComputedRef<number>;
|
|
28
|
+
nextZIndex: () => number;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
export declare const provideGlobalConfig: (config: MaybeRef<ConfigProviderContext>, app?: App, global?: boolean) => import("vue").ComputedRef<Partial<import("../config-provider.vue").ConfigProviderProps>> | undefined;
|
|
@@ -3,11 +3,11 @@ export interface ContainerProps {
|
|
|
3
3
|
}
|
|
4
4
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
5
5
|
direction: {
|
|
6
|
-
type: import("vue").PropType<"
|
|
6
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
7
7
|
};
|
|
8
8
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
9
|
direction: {
|
|
10
|
-
type: import("vue").PropType<"
|
|
10
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
11
11
|
};
|
|
12
12
|
}>>, {}, {}>, {
|
|
13
13
|
default?(_: {}): any;
|
|
@@ -9,7 +9,7 @@ export declare const VftContainer: import("vft/es/utils").SFCWithInstall<{
|
|
|
9
9
|
$data: {};
|
|
10
10
|
$props: {
|
|
11
11
|
style?: unknown;
|
|
12
|
-
readonly direction?: "
|
|
12
|
+
readonly direction?: "vertical" | "horizontal" | undefined;
|
|
13
13
|
key?: string | number | symbol | undefined;
|
|
14
14
|
ref?: import("vue").VNodeRef | undefined;
|
|
15
15
|
class?: unknown;
|
|
@@ -69,7 +69,7 @@ export declare const VftContainer: import("vft/es/utils").SFCWithInstall<{
|
|
|
69
69
|
$el: any;
|
|
70
70
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
71
71
|
direction: {
|
|
72
|
-
type: import("vue").PropType<"
|
|
72
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
73
73
|
};
|
|
74
74
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
|
75
75
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -93,7 +93,7 @@ export declare const VftContainer: import("vft/es/utils").SFCWithInstall<{
|
|
|
93
93
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
94
94
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
95
95
|
direction: {
|
|
96
|
-
type: import("vue").PropType<"
|
|
96
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
97
97
|
};
|
|
98
98
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
99
99
|
__isFragment?: undefined;
|
|
@@ -101,7 +101,7 @@ export declare const VftContainer: import("vft/es/utils").SFCWithInstall<{
|
|
|
101
101
|
__isSuspense?: undefined;
|
|
102
102
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
103
103
|
direction: {
|
|
104
|
-
type: import("vue").PropType<"
|
|
104
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
105
105
|
};
|
|
106
106
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
107
107
|
$slots: {
|
|
@@ -113,8 +113,8 @@ export declare const VftContainer: import("vft/es/utils").SFCWithInstall<{
|
|
|
113
113
|
$: import("vue").ComponentInternalInstance;
|
|
114
114
|
$data: {};
|
|
115
115
|
$props: {
|
|
116
|
-
readonly width?: string | number | undefined;
|
|
117
116
|
style?: unknown;
|
|
117
|
+
readonly width?: string | number | undefined;
|
|
118
118
|
key?: string | number | symbol | undefined;
|
|
119
119
|
ref?: import("vue").VNodeRef | undefined;
|
|
120
120
|
class?: unknown;
|
|
@@ -218,8 +218,8 @@ export declare const VftContainer: import("vft/es/utils").SFCWithInstall<{
|
|
|
218
218
|
$: import("vue").ComponentInternalInstance;
|
|
219
219
|
$data: {};
|
|
220
220
|
$props: {
|
|
221
|
-
readonly height?: string | number | undefined;
|
|
222
221
|
style?: unknown;
|
|
222
|
+
readonly height?: string | number | undefined;
|
|
223
223
|
key?: string | number | symbol | undefined;
|
|
224
224
|
ref?: import("vue").VNodeRef | undefined;
|
|
225
225
|
class?: unknown;
|
|
@@ -323,8 +323,8 @@ export declare const VftContainer: import("vft/es/utils").SFCWithInstall<{
|
|
|
323
323
|
$: import("vue").ComponentInternalInstance;
|
|
324
324
|
$data: {};
|
|
325
325
|
$props: {
|
|
326
|
-
readonly height?: string | number | undefined;
|
|
327
326
|
style?: unknown;
|
|
327
|
+
readonly height?: string | number | undefined;
|
|
328
328
|
key?: string | number | symbol | undefined;
|
|
329
329
|
ref?: import("vue").VNodeRef | undefined;
|
|
330
330
|
class?: unknown;
|
|
@@ -522,8 +522,8 @@ export declare const VftAside: import("vft/es/utils").SFCWithInstall<{
|
|
|
522
522
|
$: import("vue").ComponentInternalInstance;
|
|
523
523
|
$data: {};
|
|
524
524
|
$props: {
|
|
525
|
-
readonly width?: string | number | undefined;
|
|
526
525
|
style?: unknown;
|
|
526
|
+
readonly width?: string | number | undefined;
|
|
527
527
|
key?: string | number | symbol | undefined;
|
|
528
528
|
ref?: import("vue").VNodeRef | undefined;
|
|
529
529
|
class?: unknown;
|
|
@@ -627,8 +627,8 @@ export declare const VftFooter: import("vft/es/utils").SFCWithInstall<{
|
|
|
627
627
|
$: import("vue").ComponentInternalInstance;
|
|
628
628
|
$data: {};
|
|
629
629
|
$props: {
|
|
630
|
-
readonly height?: string | number | undefined;
|
|
631
630
|
style?: unknown;
|
|
631
|
+
readonly height?: string | number | undefined;
|
|
632
632
|
key?: string | number | symbol | undefined;
|
|
633
633
|
ref?: import("vue").VNodeRef | undefined;
|
|
634
634
|
class?: unknown;
|
|
@@ -732,8 +732,8 @@ export declare const VftHeader: import("vft/es/utils").SFCWithInstall<{
|
|
|
732
732
|
$: import("vue").ComponentInternalInstance;
|
|
733
733
|
$data: {};
|
|
734
734
|
$props: {
|
|
735
|
-
readonly height?: string | number | undefined;
|
|
736
735
|
style?: unknown;
|
|
736
|
+
readonly height?: string | number | undefined;
|
|
737
737
|
key?: string | number | symbol | undefined;
|
|
738
738
|
ref?: import("vue").VNodeRef | undefined;
|
|
739
739
|
class?: unknown;
|
|
@@ -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" | "year" | "month" | "date" | "dates" | "week" | "D" | "M" | "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;
|
|
@@ -163,8 +163,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
163
163
|
readonly name: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("vft/es/components/time-picker").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("vft/es/components/time-picker").SingleOrRange<string>))[], unknown, unknown>;
|
|
164
164
|
readonly type: import("../../utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown>;
|
|
165
165
|
readonly modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType))[], unknown, unknown>;
|
|
166
|
-
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
167
166
|
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
167
|
+
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
168
168
|
readonly placeholder: string;
|
|
169
169
|
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
170
170
|
readonly prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
@@ -163,8 +163,8 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
163
163
|
readonly name: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>))[], unknown, unknown>;
|
|
164
164
|
readonly type: import("../../utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown>;
|
|
165
165
|
readonly modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType))[], unknown, unknown>;
|
|
166
|
-
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
167
166
|
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
167
|
+
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
168
168
|
readonly placeholder: string;
|
|
169
169
|
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
170
170
|
readonly prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
@@ -346,8 +346,8 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
346
346
|
readonly name: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>))[], unknown, unknown>;
|
|
347
347
|
readonly type: import("../../utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown>;
|
|
348
348
|
readonly modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType))[], unknown, unknown>;
|
|
349
|
-
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
350
349
|
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
350
|
+
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
351
351
|
readonly placeholder: string;
|
|
352
352
|
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
353
353
|
readonly prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
@@ -10,7 +10,6 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
10
10
|
readonly type: import("../../utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange"))[], "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange", unknown>;
|
|
11
11
|
ref?: import("vue").VNodeRef | undefined;
|
|
12
12
|
class?: unknown;
|
|
13
|
-
readonly visible?: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
14
13
|
ref_for?: boolean | undefined;
|
|
15
14
|
ref_key?: string | undefined;
|
|
16
15
|
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -51,6 +50,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
51
50
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
52
51
|
[key: string]: any;
|
|
53
52
|
}>) => void)[] | undefined;
|
|
53
|
+
readonly visible?: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
54
54
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
55
55
|
onPick?: ((...args: any[]) => any) | undefined;
|
|
56
56
|
readonly parsedValue?: import("../../utils").EpPropMergeType<(new (...args: any[]) => import("dayjs").Dayjs | import("dayjs").Dayjs[]) | (() => import("dayjs").Dayjs | import("dayjs").Dayjs[]) | ((new (...args: any[]) => import("dayjs").Dayjs | import("dayjs").Dayjs[]) | (() => import("dayjs").Dayjs | import("dayjs").Dayjs[]))[], unknown, unknown> | undefined;
|
|
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
6
6
|
type: import("vue").PropType<number>;
|
|
7
7
|
};
|
|
8
8
|
direction: {
|
|
9
|
-
type: import("vue").PropType<"
|
|
9
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
10
10
|
};
|
|
11
11
|
size: {
|
|
12
12
|
type: import("vue").PropType<string>;
|
|
@@ -25,7 +25,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
25
25
|
type: import("vue").PropType<number>;
|
|
26
26
|
};
|
|
27
27
|
direction: {
|
|
28
|
-
type: import("vue").PropType<"
|
|
28
|
+
type: import("vue").PropType<"vertical" | "horizontal">;
|
|
29
29
|
};
|
|
30
30
|
size: {
|
|
31
31
|
type: import("vue").PropType<string>;
|