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
|
@@ -20,67 +20,67 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
20
20
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
21
|
__epPropKey: true;
|
|
22
22
|
};
|
|
23
|
-
shortcuts: import("
|
|
24
|
-
arrowControl: import("
|
|
25
|
-
label: import("
|
|
26
|
-
tabindex: import("
|
|
27
|
-
validateEvent: import("
|
|
23
|
+
shortcuts: import("vft/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
24
|
+
arrowControl: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
25
|
+
label: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
26
|
+
tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
27
|
+
validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
28
28
|
unlinkPanels: BooleanConstructor;
|
|
29
29
|
disabledHours: {
|
|
30
|
-
readonly type: globalThis.PropType<import("
|
|
30
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledHours>;
|
|
31
31
|
readonly required: false;
|
|
32
32
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
33
33
|
__epPropKey: true;
|
|
34
34
|
};
|
|
35
35
|
disabledMinutes: {
|
|
36
|
-
readonly type: globalThis.PropType<import("
|
|
36
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledMinutes>;
|
|
37
37
|
readonly required: false;
|
|
38
38
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
39
39
|
__epPropKey: true;
|
|
40
40
|
};
|
|
41
41
|
disabledSeconds: {
|
|
42
|
-
readonly type: globalThis.PropType<import("
|
|
42
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledSeconds>;
|
|
43
43
|
readonly required: false;
|
|
44
44
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
45
45
|
__epPropKey: true;
|
|
46
46
|
};
|
|
47
47
|
id: {
|
|
48
|
-
readonly type: globalThis.PropType<import("
|
|
48
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
|
|
49
49
|
readonly required: false;
|
|
50
50
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
51
|
__epPropKey: true;
|
|
52
52
|
};
|
|
53
|
-
name: import("
|
|
54
|
-
popperClass: import("
|
|
53
|
+
name: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
54
|
+
popperClass: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
55
55
|
format: StringConstructor;
|
|
56
56
|
valueFormat: StringConstructor;
|
|
57
|
-
type: import("
|
|
58
|
-
clearable: import("
|
|
59
|
-
clearIcon: import("
|
|
60
|
-
editable: import("
|
|
61
|
-
prefixIcon: import("
|
|
57
|
+
type: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
58
|
+
clearable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
59
|
+
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>;
|
|
60
|
+
editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
61
|
+
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>;
|
|
62
62
|
size: {
|
|
63
|
-
readonly type: globalThis.PropType<import("
|
|
63
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
64
64
|
readonly required: false;
|
|
65
65
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
66
|
__epPropKey: true;
|
|
67
67
|
};
|
|
68
|
-
readonly: import("
|
|
69
|
-
disabled: import("
|
|
70
|
-
placeholder: import("
|
|
71
|
-
popperOptions: import("
|
|
72
|
-
modelValue: import("
|
|
73
|
-
rangeSeparator: import("
|
|
68
|
+
readonly: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
69
|
+
disabled: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
70
|
+
placeholder: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
71
|
+
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>;
|
|
72
|
+
modelValue: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
73
|
+
rangeSeparator: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
74
74
|
startPlaceholder: StringConstructor;
|
|
75
75
|
endPlaceholder: StringConstructor;
|
|
76
76
|
defaultValue: {
|
|
77
|
-
readonly type: globalThis.PropType<import("
|
|
77
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
78
78
|
readonly required: false;
|
|
79
79
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
80
|
__epPropKey: true;
|
|
81
81
|
};
|
|
82
82
|
defaultTime: {
|
|
83
|
-
readonly type: globalThis.PropType<import("
|
|
83
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
84
84
|
readonly required: false;
|
|
85
85
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
86
86
|
__epPropKey: true;
|
|
@@ -102,67 +102,67 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
102
102
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
103
103
|
__epPropKey: true;
|
|
104
104
|
};
|
|
105
|
-
shortcuts: import("
|
|
106
|
-
arrowControl: import("
|
|
107
|
-
label: import("
|
|
108
|
-
tabindex: import("
|
|
109
|
-
validateEvent: import("
|
|
105
|
+
shortcuts: import("vft/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
106
|
+
arrowControl: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
107
|
+
label: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
108
|
+
tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
109
|
+
validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
110
110
|
unlinkPanels: BooleanConstructor;
|
|
111
111
|
disabledHours: {
|
|
112
|
-
readonly type: globalThis.PropType<import("
|
|
112
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledHours>;
|
|
113
113
|
readonly required: false;
|
|
114
114
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
115
115
|
__epPropKey: true;
|
|
116
116
|
};
|
|
117
117
|
disabledMinutes: {
|
|
118
|
-
readonly type: globalThis.PropType<import("
|
|
118
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledMinutes>;
|
|
119
119
|
readonly required: false;
|
|
120
120
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
121
121
|
__epPropKey: true;
|
|
122
122
|
};
|
|
123
123
|
disabledSeconds: {
|
|
124
|
-
readonly type: globalThis.PropType<import("
|
|
124
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledSeconds>;
|
|
125
125
|
readonly required: false;
|
|
126
126
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
127
127
|
__epPropKey: true;
|
|
128
128
|
};
|
|
129
129
|
id: {
|
|
130
|
-
readonly type: globalThis.PropType<import("
|
|
130
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
|
|
131
131
|
readonly required: false;
|
|
132
132
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
133
133
|
__epPropKey: true;
|
|
134
134
|
};
|
|
135
|
-
name: import("
|
|
136
|
-
popperClass: import("
|
|
135
|
+
name: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
136
|
+
popperClass: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
137
137
|
format: StringConstructor;
|
|
138
138
|
valueFormat: StringConstructor;
|
|
139
|
-
type: import("
|
|
140
|
-
clearable: import("
|
|
141
|
-
clearIcon: import("
|
|
142
|
-
editable: import("
|
|
143
|
-
prefixIcon: import("
|
|
139
|
+
type: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
140
|
+
clearable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
141
|
+
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>;
|
|
142
|
+
editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
143
|
+
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>;
|
|
144
144
|
size: {
|
|
145
|
-
readonly type: globalThis.PropType<import("
|
|
145
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
146
146
|
readonly required: false;
|
|
147
147
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
148
148
|
__epPropKey: true;
|
|
149
149
|
};
|
|
150
|
-
readonly: import("
|
|
151
|
-
disabled: import("
|
|
152
|
-
placeholder: import("
|
|
153
|
-
popperOptions: import("
|
|
154
|
-
modelValue: import("
|
|
155
|
-
rangeSeparator: import("
|
|
150
|
+
readonly: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
151
|
+
disabled: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
152
|
+
placeholder: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
153
|
+
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>;
|
|
154
|
+
modelValue: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
155
|
+
rangeSeparator: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
156
156
|
startPlaceholder: StringConstructor;
|
|
157
157
|
endPlaceholder: StringConstructor;
|
|
158
158
|
defaultValue: {
|
|
159
|
-
readonly type: globalThis.PropType<import("
|
|
159
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
160
160
|
readonly required: false;
|
|
161
161
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
162
162
|
__epPropKey: true;
|
|
163
163
|
};
|
|
164
164
|
defaultTime: {
|
|
165
|
-
readonly type: globalThis.PropType<import("
|
|
165
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
166
166
|
readonly required: false;
|
|
167
167
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
168
168
|
__epPropKey: true;
|
|
@@ -171,24 +171,24 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
171
171
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
172
172
|
}, {
|
|
173
173
|
label: string;
|
|
174
|
-
name: import("
|
|
174
|
+
name: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>;
|
|
175
175
|
type: string;
|
|
176
|
-
modelValue: import("
|
|
177
|
-
readonly: import("
|
|
178
|
-
disabled: import("
|
|
176
|
+
modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown>;
|
|
177
|
+
readonly: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
178
|
+
disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
179
179
|
placeholder: string;
|
|
180
|
-
clearable: import("
|
|
181
|
-
prefixIcon: import("
|
|
182
|
-
clearIcon: import("
|
|
183
|
-
tabindex: import("
|
|
184
|
-
validateEvent: import("
|
|
180
|
+
clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
181
|
+
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>;
|
|
182
|
+
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>;
|
|
183
|
+
tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
184
|
+
validateEvent: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
185
185
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
186
186
|
popperClass: string;
|
|
187
|
-
editable: import("
|
|
187
|
+
editable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
188
188
|
rangeSeparator: string;
|
|
189
189
|
isRange: boolean;
|
|
190
190
|
shortcuts: unknown[];
|
|
191
|
-
arrowControl: import("
|
|
191
|
+
arrowControl: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
192
192
|
unlinkPanels: boolean;
|
|
193
193
|
}, {}>;
|
|
194
194
|
export { CommonPicker, TimePickPanel };
|
|
@@ -210,67 +210,67 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
210
210
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
211
211
|
__epPropKey: true;
|
|
212
212
|
};
|
|
213
|
-
shortcuts: import("
|
|
214
|
-
arrowControl: import("
|
|
215
|
-
label: import("
|
|
216
|
-
tabindex: import("
|
|
217
|
-
validateEvent: import("
|
|
213
|
+
shortcuts: import("vft/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
214
|
+
arrowControl: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
215
|
+
label: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
216
|
+
tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
217
|
+
validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
218
218
|
unlinkPanels: BooleanConstructor;
|
|
219
219
|
disabledHours: {
|
|
220
|
-
readonly type: globalThis.PropType<import("
|
|
220
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledHours>;
|
|
221
221
|
readonly required: false;
|
|
222
222
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
223
223
|
__epPropKey: true;
|
|
224
224
|
};
|
|
225
225
|
disabledMinutes: {
|
|
226
|
-
readonly type: globalThis.PropType<import("
|
|
226
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledMinutes>;
|
|
227
227
|
readonly required: false;
|
|
228
228
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
229
229
|
__epPropKey: true;
|
|
230
230
|
};
|
|
231
231
|
disabledSeconds: {
|
|
232
|
-
readonly type: globalThis.PropType<import("
|
|
232
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledSeconds>;
|
|
233
233
|
readonly required: false;
|
|
234
234
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
235
235
|
__epPropKey: true;
|
|
236
236
|
};
|
|
237
237
|
id: {
|
|
238
|
-
readonly type: globalThis.PropType<import("
|
|
238
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
|
|
239
239
|
readonly required: false;
|
|
240
240
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
241
241
|
__epPropKey: true;
|
|
242
242
|
};
|
|
243
|
-
name: import("
|
|
244
|
-
popperClass: import("
|
|
243
|
+
name: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
244
|
+
popperClass: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
245
245
|
format: StringConstructor;
|
|
246
246
|
valueFormat: StringConstructor;
|
|
247
|
-
type: import("
|
|
248
|
-
clearable: import("
|
|
249
|
-
clearIcon: import("
|
|
250
|
-
editable: import("
|
|
251
|
-
prefixIcon: import("
|
|
247
|
+
type: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
248
|
+
clearable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
249
|
+
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>;
|
|
250
|
+
editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
251
|
+
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>;
|
|
252
252
|
size: {
|
|
253
|
-
readonly type: globalThis.PropType<import("
|
|
253
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
254
254
|
readonly required: false;
|
|
255
255
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
256
256
|
__epPropKey: true;
|
|
257
257
|
};
|
|
258
|
-
readonly: import("
|
|
259
|
-
disabled: import("
|
|
260
|
-
placeholder: import("
|
|
261
|
-
popperOptions: import("
|
|
262
|
-
modelValue: import("
|
|
263
|
-
rangeSeparator: import("
|
|
258
|
+
readonly: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
259
|
+
disabled: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
260
|
+
placeholder: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
261
|
+
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>;
|
|
262
|
+
modelValue: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
263
|
+
rangeSeparator: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
264
264
|
startPlaceholder: StringConstructor;
|
|
265
265
|
endPlaceholder: StringConstructor;
|
|
266
266
|
defaultValue: {
|
|
267
|
-
readonly type: globalThis.PropType<import("
|
|
267
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
268
268
|
readonly required: false;
|
|
269
269
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
270
270
|
__epPropKey: true;
|
|
271
271
|
};
|
|
272
272
|
defaultTime: {
|
|
273
|
-
readonly type: globalThis.PropType<import("
|
|
273
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
274
274
|
readonly required: false;
|
|
275
275
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
276
276
|
__epPropKey: true;
|
|
@@ -292,67 +292,67 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
292
292
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
293
293
|
__epPropKey: true;
|
|
294
294
|
};
|
|
295
|
-
shortcuts: import("
|
|
296
|
-
arrowControl: import("
|
|
297
|
-
label: import("
|
|
298
|
-
tabindex: import("
|
|
299
|
-
validateEvent: import("
|
|
295
|
+
shortcuts: import("vft/es/utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
296
|
+
arrowControl: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
297
|
+
label: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
298
|
+
tabindex: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
299
|
+
validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
300
300
|
unlinkPanels: BooleanConstructor;
|
|
301
301
|
disabledHours: {
|
|
302
|
-
readonly type: globalThis.PropType<import("
|
|
302
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledHours>;
|
|
303
303
|
readonly required: false;
|
|
304
304
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
305
305
|
__epPropKey: true;
|
|
306
306
|
};
|
|
307
307
|
disabledMinutes: {
|
|
308
|
-
readonly type: globalThis.PropType<import("
|
|
308
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledMinutes>;
|
|
309
309
|
readonly required: false;
|
|
310
310
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
311
311
|
__epPropKey: true;
|
|
312
312
|
};
|
|
313
313
|
disabledSeconds: {
|
|
314
|
-
readonly type: globalThis.PropType<import("
|
|
314
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledSeconds>;
|
|
315
315
|
readonly required: false;
|
|
316
316
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
317
317
|
__epPropKey: true;
|
|
318
318
|
};
|
|
319
319
|
id: {
|
|
320
|
-
readonly type: globalThis.PropType<import("
|
|
320
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
|
|
321
321
|
readonly required: false;
|
|
322
322
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
323
323
|
__epPropKey: true;
|
|
324
324
|
};
|
|
325
|
-
name: import("
|
|
326
|
-
popperClass: import("
|
|
325
|
+
name: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
326
|
+
popperClass: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
327
327
|
format: StringConstructor;
|
|
328
328
|
valueFormat: StringConstructor;
|
|
329
|
-
type: import("
|
|
330
|
-
clearable: import("
|
|
331
|
-
clearIcon: import("
|
|
332
|
-
editable: import("
|
|
333
|
-
prefixIcon: import("
|
|
329
|
+
type: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
330
|
+
clearable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
331
|
+
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>;
|
|
332
|
+
editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
333
|
+
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>;
|
|
334
334
|
size: {
|
|
335
|
-
readonly type: globalThis.PropType<import("
|
|
335
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
336
336
|
readonly required: false;
|
|
337
337
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
338
338
|
__epPropKey: true;
|
|
339
339
|
};
|
|
340
|
-
readonly: import("
|
|
341
|
-
disabled: import("
|
|
342
|
-
placeholder: import("
|
|
343
|
-
popperOptions: import("
|
|
344
|
-
modelValue: import("
|
|
345
|
-
rangeSeparator: import("
|
|
340
|
+
readonly: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
341
|
+
disabled: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
342
|
+
placeholder: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
343
|
+
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>;
|
|
344
|
+
modelValue: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
345
|
+
rangeSeparator: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
346
346
|
startPlaceholder: StringConstructor;
|
|
347
347
|
endPlaceholder: StringConstructor;
|
|
348
348
|
defaultValue: {
|
|
349
|
-
readonly type: globalThis.PropType<import("
|
|
349
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
350
350
|
readonly required: false;
|
|
351
351
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
352
352
|
__epPropKey: true;
|
|
353
353
|
};
|
|
354
354
|
defaultTime: {
|
|
355
|
-
readonly type: globalThis.PropType<import("
|
|
355
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
356
356
|
readonly required: false;
|
|
357
357
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
358
358
|
__epPropKey: true;
|
|
@@ -361,23 +361,23 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
361
361
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
362
362
|
}, {
|
|
363
363
|
label: string;
|
|
364
|
-
name: import("
|
|
364
|
+
name: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>;
|
|
365
365
|
type: string;
|
|
366
|
-
modelValue: import("
|
|
367
|
-
readonly: import("
|
|
368
|
-
disabled: import("
|
|
366
|
+
modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown>;
|
|
367
|
+
readonly: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
368
|
+
disabled: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
369
369
|
placeholder: string;
|
|
370
|
-
clearable: import("
|
|
371
|
-
prefixIcon: import("
|
|
372
|
-
clearIcon: import("
|
|
373
|
-
tabindex: import("
|
|
374
|
-
validateEvent: import("
|
|
370
|
+
clearable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
371
|
+
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>;
|
|
372
|
+
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>;
|
|
373
|
+
tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
374
|
+
validateEvent: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
375
375
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
376
376
|
popperClass: string;
|
|
377
|
-
editable: import("
|
|
377
|
+
editable: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
378
378
|
rangeSeparator: string;
|
|
379
379
|
isRange: boolean;
|
|
380
380
|
shortcuts: unknown[];
|
|
381
|
-
arrowControl: import("
|
|
381
|
+
arrowControl: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
382
382
|
unlinkPanels: boolean;
|
|
383
383
|
}, {}>;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
readonly disabledHours: {
|
|
3
|
-
readonly type: globalThis.PropType<import("
|
|
3
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledHours>;
|
|
4
4
|
readonly required: false;
|
|
5
5
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6
6
|
__epPropKey: true;
|
|
7
7
|
};
|
|
8
8
|
readonly disabledMinutes: {
|
|
9
|
-
readonly type: globalThis.PropType<import("
|
|
9
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledMinutes>;
|
|
10
10
|
readonly required: false;
|
|
11
11
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12
12
|
__epPropKey: true;
|
|
13
13
|
};
|
|
14
14
|
readonly disabledSeconds: {
|
|
15
|
-
readonly type: globalThis.PropType<import("
|
|
15
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledSeconds>;
|
|
16
16
|
readonly required: false;
|
|
17
17
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18
18
|
__epPropKey: true;
|
|
@@ -29,28 +29,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
30
30
|
__epPropKey: true;
|
|
31
31
|
};
|
|
32
|
-
readonly showSeconds: import("
|
|
32
|
+
readonly showSeconds: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
33
33
|
readonly arrowControl: BooleanConstructor;
|
|
34
|
-
readonly amPmMode: import("
|
|
34
|
+
readonly amPmMode: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A") | ((new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A"))[], unknown, unknown, "", boolean>;
|
|
35
35
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
36
|
change: (...args: any[]) => void;
|
|
37
37
|
"select-range": (...args: any[]) => void;
|
|
38
38
|
"set-option": (...args: any[]) => void;
|
|
39
39
|
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
40
40
|
readonly disabledHours: {
|
|
41
|
-
readonly type: globalThis.PropType<import("
|
|
41
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledHours>;
|
|
42
42
|
readonly required: false;
|
|
43
43
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
44
44
|
__epPropKey: true;
|
|
45
45
|
};
|
|
46
46
|
readonly disabledMinutes: {
|
|
47
|
-
readonly type: globalThis.PropType<import("
|
|
47
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledMinutes>;
|
|
48
48
|
readonly required: false;
|
|
49
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
50
|
__epPropKey: true;
|
|
51
51
|
};
|
|
52
52
|
readonly disabledSeconds: {
|
|
53
|
-
readonly type: globalThis.PropType<import("
|
|
53
|
+
readonly type: globalThis.PropType<import("vft/es/components/time-picker/props/shared").GetDisabledSeconds>;
|
|
54
54
|
readonly required: false;
|
|
55
55
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
56
56
|
__epPropKey: true;
|
|
@@ -67,16 +67,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
68
68
|
__epPropKey: true;
|
|
69
69
|
};
|
|
70
|
-
readonly showSeconds: import("
|
|
70
|
+
readonly showSeconds: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
71
71
|
readonly arrowControl: BooleanConstructor;
|
|
72
|
-
readonly amPmMode: import("
|
|
72
|
+
readonly amPmMode: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A") | ((new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A"))[], unknown, unknown, "", boolean>;
|
|
73
73
|
}>> & {
|
|
74
74
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
"onSelect-range"?: ((...args: any[]) => any) | undefined;
|
|
76
76
|
"onSet-option"?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
}, {
|
|
78
78
|
readonly arrowControl: boolean;
|
|
79
|
-
readonly showSeconds: import("
|
|
80
|
-
readonly amPmMode: import("
|
|
79
|
+
readonly showSeconds: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
80
|
+
readonly amPmMode: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A") | ((new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A"))[], unknown, unknown>;
|
|
81
81
|
}, {}>;
|
|
82
82
|
export default _default;
|