vft 0.0.161 → 0.0.162
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/app-components/button/use-button.d.ts +1 -1
- package/es/components/autocomplete/autocomplete.vue.d.ts +12 -12
- package/es/components/autocomplete/index.d.ts +56 -56
- package/es/components/avatar/index.d.ts +4 -4
- package/es/components/backtop/index.d.ts +4 -4
- package/es/components/button/index.d.ts +20 -20
- package/es/components/clamp-tooltip/index.d.ts +2 -2
- package/es/components/color-picker/index.d.ts +1 -1
- package/es/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/es/components/config-provider/index.d.ts +8 -8
- package/es/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/date-picker-com/basic-cell-render.d.ts +2 -2
- package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +11 -11
- package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +11 -11
- package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +2 -2
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +8 -8
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +2 -2
- package/es/components/date-picker/date-picker.d.ts +65 -65
- package/es/components/date-picker/index.d.ts +130 -130
- package/es/components/date-picker/panel-utils.d.ts +20 -20
- package/es/components/date-picker/props/date-picker.d.ts +3 -3
- package/es/components/date-time-select/index.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +15 -15
- package/es/components/empty/index.d.ts +4 -4
- package/es/components/form/index.d.ts +8 -8
- package/es/components/full-screen/index.d.ts +4 -4
- package/es/components/header-layout/index.d.ts +4 -4
- package/es/components/horizontal-menu/index.d.ts +8 -8
- package/es/components/icon-text/index.d.ts +4 -4
- package/es/components/input/index.d.ts +12 -12
- package/es/components/link/index.d.ts +8 -8
- package/es/components/md-code-tabs/index.d.ts +2 -2
- package/es/components/menu/index.d.ts +28 -28
- package/es/components/modal/index.d.ts +12 -12
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/popconfirm/index.d.ts +18 -18
- package/es/components/popover/index.d.ts +4 -4
- package/es/components/popper/composables/use-content.d.ts +2 -2
- package/es/components/popper/index.d.ts +6 -6
- package/es/components/result/index.d.ts +2 -2
- package/es/components/search/index.d.ts +16 -16
- package/es/components/select/useSelect.d.ts +12 -12
- package/es/components/slider/slider.vue.d.ts +6 -6
- package/es/components/space/use-space.d.ts +1 -1
- package/es/components/super-form/index.d.ts +32 -32
- package/es/components/super-form/super-form.vue.d.ts +3 -3
- package/es/components/switch/index.d.ts +4 -4
- package/es/components/table/index.d.ts +132 -132
- package/es/components/table/table.vue.d.ts +14 -14
- package/es/components/table/use/use-data-source.d.ts +1 -1
- package/es/components/tabs/index.d.ts +8 -8
- package/es/components/tag/index.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +6 -6
- package/es/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +122 -122
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +12 -12
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -5
- package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -5
- package/es/components/time-picker/time-picker.d.ts +61 -61
- package/es/components/time-select/time-select.vue.d.ts +20 -20
- package/es/components/tooltip/index.d.ts +12 -12
- package/es/components/tree/index.d.ts +50 -50
- package/es/components/tree/tree.vue.d.ts +7 -7
- package/es/components/upload/index.d.ts +27 -27
- package/es/components/upload/upload-content.vue.d.ts +1 -1
- package/es/components/upload/upload.vue.d.ts +1 -1
- package/es/components/upload/use-handlers.d.ts +1 -1
- package/es/components/virtual-list/builders/build-list.d.ts +38 -38
- package/es/components/virtual-list/components/fixed-size-grid.d.ts +13 -13
- package/es/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/es/defaults.d.ts +1 -1
- package/es/hooks/use-popper/index.d.ts +2 -2
- package/es/index.d.ts +1 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/vue/install.d.ts +1 -1
- package/es/utils/vue/props/runtime.d.ts +1 -1
- package/lib/app-components/button/use-button.d.ts +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +12 -12
- package/lib/components/autocomplete/index.d.ts +56 -56
- package/lib/components/avatar/index.d.ts +4 -4
- package/lib/components/backtop/index.d.ts +4 -4
- package/lib/components/button/index.d.ts +20 -20
- package/lib/components/clamp-tooltip/index.d.ts +2 -2
- package/lib/components/color-picker/index.d.ts +1 -1
- package/lib/components/config-provider/hooks/use-global-config.d.ts +1 -1
- package/lib/components/config-provider/index.d.ts +8 -8
- package/lib/components/date-picker/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/date-picker-com/basic-cell-render.d.ts +2 -2
- package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +11 -11
- package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +11 -11
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +2 -2
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +8 -8
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +2 -2
- package/lib/components/date-picker/date-picker.d.ts +65 -65
- package/lib/components/date-picker/index.d.ts +130 -130
- package/lib/components/date-picker/panel-utils.d.ts +20 -20
- package/lib/components/date-picker/props/date-picker.d.ts +3 -3
- package/lib/components/date-time-select/index.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +15 -15
- package/lib/components/empty/index.d.ts +4 -4
- package/lib/components/form/index.d.ts +8 -8
- package/lib/components/full-screen/index.d.ts +4 -4
- package/lib/components/header-layout/index.d.ts +4 -4
- package/lib/components/horizontal-menu/index.d.ts +8 -8
- package/lib/components/icon-text/index.d.ts +4 -4
- package/lib/components/input/index.d.ts +12 -12
- package/lib/components/link/index.d.ts +8 -8
- package/lib/components/md-code-tabs/index.d.ts +2 -2
- package/lib/components/menu/index.d.ts +28 -28
- package/lib/components/modal/index.d.ts +12 -12
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/popconfirm/index.d.ts +18 -18
- package/lib/components/popover/index.d.ts +4 -4
- package/lib/components/popper/composables/use-content.d.ts +2 -2
- package/lib/components/popper/index.d.ts +6 -6
- package/lib/components/result/index.d.ts +2 -2
- package/lib/components/search/index.d.ts +16 -16
- package/lib/components/select/useSelect.d.ts +12 -12
- package/lib/components/slider/slider.vue.d.ts +6 -6
- package/lib/components/space/use-space.d.ts +1 -1
- package/lib/components/super-form/index.d.ts +32 -32
- package/lib/components/super-form/super-form.vue.d.ts +3 -3
- package/lib/components/switch/index.d.ts +4 -4
- package/lib/components/table/index.d.ts +132 -132
- package/lib/components/table/table.vue.d.ts +14 -14
- package/lib/components/table/use/use-data-source.d.ts +1 -1
- package/lib/components/tabs/index.d.ts +8 -8
- package/lib/components/tag/index.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +6 -6
- package/lib/components/time-picker/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +122 -122
- package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +12 -12
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -5
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -5
- package/lib/components/time-picker/time-picker.d.ts +61 -61
- package/lib/components/time-select/time-select.vue.d.ts +20 -20
- package/lib/components/tooltip/index.d.ts +12 -12
- package/lib/components/tree/index.d.ts +50 -50
- package/lib/components/tree/tree.vue.d.ts +7 -7
- package/lib/components/upload/index.d.ts +27 -27
- package/lib/components/upload/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/upload.vue.d.ts +1 -1
- package/lib/components/upload/use-handlers.d.ts +1 -1
- package/lib/components/virtual-list/builders/build-list.d.ts +38 -38
- package/lib/components/virtual-list/components/fixed-size-grid.d.ts +13 -13
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +3 -3
- package/lib/defaults.d.ts +1 -1
- package/lib/hooks/use-popper/index.d.ts +2 -2
- package/lib/index.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/utils/vue/install.d.ts +1 -1
- package/lib/utils/vue/props/runtime.d.ts +1 -1
- package/package.json +5 -5
- package/web-types.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
readonly type: import("
|
|
2
|
+
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("vft/es/components/date-picker/date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("vft/es/components/date-picker/date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
3
3
|
readonly disabledDate: {
|
|
4
4
|
readonly type: globalThis.PropType<Function>;
|
|
5
5
|
readonly required: false;
|
|
@@ -12,73 +12,73 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13
13
|
__epPropKey: true;
|
|
14
14
|
};
|
|
15
|
-
readonly shortcuts: import("
|
|
16
|
-
readonly arrowControl: import("
|
|
17
|
-
readonly label: import("
|
|
18
|
-
readonly tabindex: import("
|
|
19
|
-
readonly validateEvent: import("
|
|
15
|
+
readonly shortcuts: import("vft/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
16
|
+
readonly arrowControl: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
17
|
+
readonly label: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
18
|
+
readonly tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
19
|
+
readonly validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
20
20
|
readonly unlinkPanels: BooleanConstructor;
|
|
21
21
|
readonly disabledHours: {
|
|
22
|
-
readonly type: globalThis.PropType<import("
|
|
22
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledHours>;
|
|
23
23
|
readonly required: false;
|
|
24
24
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
25
25
|
__epPropKey: true;
|
|
26
26
|
};
|
|
27
27
|
readonly disabledMinutes: {
|
|
28
|
-
readonly type: globalThis.PropType<import("
|
|
28
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledMinutes>;
|
|
29
29
|
readonly required: false;
|
|
30
30
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
31
31
|
__epPropKey: true;
|
|
32
32
|
};
|
|
33
33
|
readonly disabledSeconds: {
|
|
34
|
-
readonly type: globalThis.PropType<import("
|
|
34
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledSeconds>;
|
|
35
35
|
readonly required: false;
|
|
36
36
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
37
37
|
__epPropKey: true;
|
|
38
38
|
};
|
|
39
39
|
readonly id: {
|
|
40
|
-
readonly type: globalThis.PropType<import("
|
|
40
|
+
readonly type: globalThis.PropType<import("vft/es/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>>;
|
|
41
41
|
readonly required: false;
|
|
42
42
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
43
43
|
__epPropKey: true;
|
|
44
44
|
};
|
|
45
|
-
readonly name: import("
|
|
46
|
-
readonly popperClass: import("
|
|
45
|
+
readonly name: import("vft/es/utils").EpPropFinalized<(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, "", boolean>;
|
|
46
|
+
readonly popperClass: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
47
47
|
readonly format: StringConstructor;
|
|
48
48
|
readonly valueFormat: StringConstructor;
|
|
49
|
-
readonly clearable: import("
|
|
50
|
-
readonly clearIcon: import("
|
|
51
|
-
readonly editable: import("
|
|
52
|
-
readonly prefixIcon: import("
|
|
49
|
+
readonly clearable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
50
|
+
readonly clearIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "icon-circle-close", boolean>;
|
|
51
|
+
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
52
|
+
readonly prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "", boolean>;
|
|
53
53
|
readonly size: {
|
|
54
|
-
readonly type: globalThis.PropType<import("
|
|
54
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
55
55
|
readonly required: false;
|
|
56
56
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
57
57
|
__epPropKey: true;
|
|
58
58
|
};
|
|
59
|
-
readonly readonly: import("
|
|
60
|
-
readonly disabled: import("
|
|
61
|
-
readonly placeholder: import("
|
|
62
|
-
readonly popperOptions: import("
|
|
63
|
-
readonly modelValue: import("
|
|
64
|
-
readonly rangeSeparator: import("
|
|
59
|
+
readonly readonly: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
60
|
+
readonly disabled: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
61
|
+
readonly placeholder: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
62
|
+
readonly popperOptions: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
63
|
+
readonly modelValue: import("vft/es/utils").EpPropFinalized<(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, "", boolean>;
|
|
64
|
+
readonly rangeSeparator: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
65
65
|
readonly startPlaceholder: StringConstructor;
|
|
66
66
|
readonly endPlaceholder: StringConstructor;
|
|
67
67
|
readonly defaultValue: {
|
|
68
|
-
readonly type: globalThis.PropType<import("
|
|
68
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("vft/es/components/time-picker").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("vft/es/components/time-picker").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
69
69
|
readonly required: false;
|
|
70
70
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
71
|
__epPropKey: true;
|
|
72
72
|
};
|
|
73
73
|
readonly defaultTime: {
|
|
74
|
-
readonly type: globalThis.PropType<import("
|
|
74
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("vft/es/components/time-picker").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("vft/es/components/time-picker").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
75
75
|
readonly required: false;
|
|
76
76
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
77
77
|
__epPropKey: true;
|
|
78
78
|
};
|
|
79
|
-
readonly isRange: import("
|
|
79
|
+
readonly isRange: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
80
80
|
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
81
|
-
readonly type: import("
|
|
81
|
+
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("vft/es/components/date-picker/date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("vft/es/components/date-picker/date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
82
82
|
readonly disabledDate: {
|
|
83
83
|
readonly type: globalThis.PropType<Function>;
|
|
84
84
|
readonly required: false;
|
|
@@ -91,93 +91,93 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
91
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
92
92
|
__epPropKey: true;
|
|
93
93
|
};
|
|
94
|
-
readonly shortcuts: import("
|
|
95
|
-
readonly arrowControl: import("
|
|
96
|
-
readonly label: import("
|
|
97
|
-
readonly tabindex: import("
|
|
98
|
-
readonly validateEvent: import("
|
|
94
|
+
readonly shortcuts: import("vft/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
95
|
+
readonly arrowControl: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
96
|
+
readonly label: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
97
|
+
readonly tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
98
|
+
readonly validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
99
99
|
readonly unlinkPanels: BooleanConstructor;
|
|
100
100
|
readonly disabledHours: {
|
|
101
|
-
readonly type: globalThis.PropType<import("
|
|
101
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledHours>;
|
|
102
102
|
readonly required: false;
|
|
103
103
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
104
104
|
__epPropKey: true;
|
|
105
105
|
};
|
|
106
106
|
readonly disabledMinutes: {
|
|
107
|
-
readonly type: globalThis.PropType<import("
|
|
107
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledMinutes>;
|
|
108
108
|
readonly required: false;
|
|
109
109
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
110
110
|
__epPropKey: true;
|
|
111
111
|
};
|
|
112
112
|
readonly disabledSeconds: {
|
|
113
|
-
readonly type: globalThis.PropType<import("
|
|
113
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledSeconds>;
|
|
114
114
|
readonly required: false;
|
|
115
115
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
116
116
|
__epPropKey: true;
|
|
117
117
|
};
|
|
118
118
|
readonly id: {
|
|
119
|
-
readonly type: globalThis.PropType<import("
|
|
119
|
+
readonly type: globalThis.PropType<import("vft/es/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>>;
|
|
120
120
|
readonly required: false;
|
|
121
121
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
122
122
|
__epPropKey: true;
|
|
123
123
|
};
|
|
124
|
-
readonly name: import("
|
|
125
|
-
readonly popperClass: import("
|
|
124
|
+
readonly name: import("vft/es/utils").EpPropFinalized<(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, "", boolean>;
|
|
125
|
+
readonly popperClass: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
126
126
|
readonly format: StringConstructor;
|
|
127
127
|
readonly valueFormat: StringConstructor;
|
|
128
|
-
readonly clearable: import("
|
|
129
|
-
readonly clearIcon: import("
|
|
130
|
-
readonly editable: import("
|
|
131
|
-
readonly prefixIcon: import("
|
|
128
|
+
readonly clearable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
129
|
+
readonly clearIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "icon-circle-close", boolean>;
|
|
130
|
+
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
131
|
+
readonly prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "", boolean>;
|
|
132
132
|
readonly size: {
|
|
133
|
-
readonly type: globalThis.PropType<import("
|
|
133
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
134
134
|
readonly required: false;
|
|
135
135
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
136
136
|
__epPropKey: true;
|
|
137
137
|
};
|
|
138
|
-
readonly readonly: import("
|
|
139
|
-
readonly disabled: import("
|
|
140
|
-
readonly placeholder: import("
|
|
141
|
-
readonly popperOptions: import("
|
|
142
|
-
readonly modelValue: import("
|
|
143
|
-
readonly rangeSeparator: import("
|
|
138
|
+
readonly readonly: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
139
|
+
readonly disabled: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
140
|
+
readonly placeholder: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
141
|
+
readonly popperOptions: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
142
|
+
readonly modelValue: import("vft/es/utils").EpPropFinalized<(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, "", boolean>;
|
|
143
|
+
readonly rangeSeparator: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
144
144
|
readonly startPlaceholder: StringConstructor;
|
|
145
145
|
readonly endPlaceholder: StringConstructor;
|
|
146
146
|
readonly defaultValue: {
|
|
147
|
-
readonly type: globalThis.PropType<import("
|
|
147
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("vft/es/components/time-picker").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("vft/es/components/time-picker").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
148
148
|
readonly required: false;
|
|
149
149
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
150
150
|
__epPropKey: true;
|
|
151
151
|
};
|
|
152
152
|
readonly defaultTime: {
|
|
153
|
-
readonly type: globalThis.PropType<import("
|
|
153
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("vft/es/components/time-picker").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("vft/es/components/time-picker").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
154
154
|
readonly required: false;
|
|
155
155
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
156
156
|
__epPropKey: true;
|
|
157
157
|
};
|
|
158
|
-
readonly isRange: import("
|
|
158
|
+
readonly isRange: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
159
159
|
}>> & {
|
|
160
160
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
161
161
|
}, {
|
|
162
162
|
readonly label: string;
|
|
163
|
-
readonly name: import("
|
|
164
|
-
readonly type: import("
|
|
165
|
-
readonly modelValue: import("
|
|
166
|
-
readonly readonly: import("
|
|
167
|
-
readonly disabled: import("
|
|
163
|
+
readonly name: import("vft/es/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
|
+
readonly type: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("vft/es/components/date-picker/date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("vft/es/components/date-picker/date-picker.type").IDatePickerType))[], unknown, unknown>;
|
|
165
|
+
readonly modelValue: import("vft/es/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 readonly: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
167
|
+
readonly disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
168
168
|
readonly placeholder: string;
|
|
169
|
-
readonly clearable: import("
|
|
170
|
-
readonly prefixIcon: import("
|
|
171
|
-
readonly clearIcon: import("
|
|
172
|
-
readonly tabindex: import("
|
|
173
|
-
readonly validateEvent: import("
|
|
169
|
+
readonly clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
170
|
+
readonly prefixIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
171
|
+
readonly clearIcon: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
172
|
+
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
173
|
+
readonly validateEvent: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
174
174
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
175
175
|
readonly popperClass: string;
|
|
176
|
-
readonly editable: import("
|
|
176
|
+
readonly editable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
177
177
|
readonly rangeSeparator: string;
|
|
178
|
-
readonly isRange: import("
|
|
178
|
+
readonly isRange: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
179
179
|
readonly shortcuts: unknown[];
|
|
180
|
-
readonly arrowControl: import("
|
|
180
|
+
readonly arrowControl: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
181
181
|
readonly unlinkPanels: boolean;
|
|
182
182
|
}, {}>;
|
|
183
183
|
export default _default;
|