@silver-formily/element-plus 3.0.3 → 4.0.1
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/README.en-US.md +3 -1
- package/README.md +3 -1
- package/esm/autocomplete/index.d.ts +41 -1
- package/esm/cascader/index.d.ts +31 -1
- package/esm/checkbox/index.d.ts +819 -1
- package/esm/color-picker/index.d.ts +210 -1
- package/esm/color-picker-panel/index.d.ts +130 -1
- package/esm/date-picker/index.d.ts +447 -1
- package/esm/date-picker-panel/index.d.ts +147 -1
- package/esm/editable/index.d.ts +60 -1
- package/esm/form-item/index.d.ts +83 -1
- package/esm/form-layout/form-layout.vue.d.ts +2 -2
- package/esm/index.d.ts +3 -1
- package/esm/index.mjs +2 -1
- package/esm/input/index.d.ts +43 -1
- package/esm/input-number/index.d.ts +328 -1
- package/esm/input-tag/index.d.ts +26 -1
- package/esm/mention/index.d.ts +36 -1
- package/esm/password/index.d.ts +42 -1
- package/esm/picker-select/index.d.ts +47 -0
- package/esm/picker-select/index.mjs +14 -0
- package/esm/picker-select/index.mjs.map +1 -0
- package/esm/picker-select/picker-select.mjs +186 -0
- package/esm/picker-select/picker-select.mjs.map +1 -0
- package/esm/picker-select/types.d.ts +23 -0
- package/esm/query-form-item/index.d.ts +152 -1
- package/esm/radio/index.d.ts +76 -22
- package/esm/rate/index.d.ts +186 -1
- package/esm/segmented/index.d.ts +28 -1
- package/esm/select/index.d.ts +112 -1
- package/esm/select-table/index.d.ts +61 -1
- package/esm/select-table/types.d.ts +22 -0
- package/esm/slider/index.d.ts +178 -1
- package/esm/switch/index.d.ts +298 -1
- package/esm/time-picker/index.d.ts +446 -1
- package/esm/time-select/index.d.ts +188 -1
- package/esm/transfer/index.d.ts +268 -1
- package/esm/tree/index.d.ts +45 -1
- package/esm/tree/types.d.ts +18 -0
- package/esm/tree-select/index.d.ts +19 -1
- package/esm/upload/index.d.ts +129 -1
- package/package.json +4 -4
|
@@ -1,8 +1,453 @@
|
|
|
1
|
+
import * as _$element_plus0 from "element-plus";
|
|
1
2
|
import { ElTimePicker } from "element-plus";
|
|
3
|
+
import * as _$vue from "vue";
|
|
4
|
+
import * as _$element_plus_es_utils_index_mjs0 from "element-plus/es/utils/index.mjs";
|
|
5
|
+
import * as _$vue_jsx_runtime0 from "vue/jsx-runtime";
|
|
2
6
|
|
|
3
7
|
//#region src/time-picker/index.d.ts
|
|
4
8
|
type TimePickerProps = typeof ElTimePicker;
|
|
5
|
-
declare const TimePicker:
|
|
9
|
+
declare const TimePicker: _$element_plus_es_utils_index_mjs0.SFCWithInstall<_$vue.DefineComponent<{
|
|
10
|
+
isRange: BooleanConstructor;
|
|
11
|
+
showNow: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12
|
+
showConfirm: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13
|
+
showFooter: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14
|
+
showWeekNumber: BooleanConstructor;
|
|
15
|
+
ariaLabel: StringConstructor;
|
|
16
|
+
emptyValues: ArrayConstructor;
|
|
17
|
+
valueOnClear: _$element_plus_es_utils_index_mjs0.EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown, undefined, boolean>;
|
|
18
|
+
disabledDate: {
|
|
19
|
+
readonly type: _$vue.PropType<Function>;
|
|
20
|
+
readonly required: false;
|
|
21
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
22
|
+
__epPropKey: true;
|
|
23
|
+
};
|
|
24
|
+
cellClassName: {
|
|
25
|
+
readonly type: _$vue.PropType<Function>;
|
|
26
|
+
readonly required: false;
|
|
27
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
28
|
+
__epPropKey: true;
|
|
29
|
+
};
|
|
30
|
+
shortcuts: _$element_plus_es_utils_index_mjs0.EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
31
|
+
arrowControl: BooleanConstructor;
|
|
32
|
+
tabindex: _$element_plus_es_utils_index_mjs0.EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
33
|
+
validateEvent: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
34
|
+
unlinkPanels: BooleanConstructor;
|
|
35
|
+
placement: _$element_plus_es_utils_index_mjs0.EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => _$element_plus0.Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => _$element_plus0.Placement))[], _$element_plus0.Placement, unknown, "bottom", boolean>;
|
|
36
|
+
fallbackPlacements: _$element_plus_es_utils_index_mjs0.EpPropFinalized<(new (...args: any[]) => _$element_plus0.Placement[]) | (() => _$element_plus0.Placement[]) | ((new (...args: any[]) => _$element_plus0.Placement[]) | (() => _$element_plus0.Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
37
|
+
disabledHours: {
|
|
38
|
+
readonly type: _$vue.PropType<_$element_plus0.GetDisabledHours>;
|
|
39
|
+
readonly required: false;
|
|
40
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
41
|
+
__epPropKey: true;
|
|
42
|
+
};
|
|
43
|
+
disabledMinutes: {
|
|
44
|
+
readonly type: _$vue.PropType<_$element_plus0.GetDisabledMinutes>;
|
|
45
|
+
readonly required: false;
|
|
46
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
47
|
+
__epPropKey: true;
|
|
48
|
+
};
|
|
49
|
+
disabledSeconds: {
|
|
50
|
+
readonly type: _$vue.PropType<_$element_plus0.GetDisabledSeconds>;
|
|
51
|
+
readonly required: false;
|
|
52
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
53
|
+
__epPropKey: true;
|
|
54
|
+
};
|
|
55
|
+
automaticDropdown: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
56
|
+
id: {
|
|
57
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => _$element_plus0.SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => _$element_plus0.SingleOrRange<string>))[], unknown, unknown>>;
|
|
58
|
+
readonly required: false;
|
|
59
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
60
|
+
__epPropKey: true;
|
|
61
|
+
};
|
|
62
|
+
name: {
|
|
63
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => _$element_plus0.SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => _$element_plus0.SingleOrRange<string>))[], unknown, unknown>>;
|
|
64
|
+
readonly required: false;
|
|
65
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
|
+
__epPropKey: true;
|
|
67
|
+
};
|
|
68
|
+
popperClass: {
|
|
69
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => string | {
|
|
70
|
+
[x: string]: boolean;
|
|
71
|
+
} | (string | {
|
|
72
|
+
[x: string]: boolean;
|
|
73
|
+
} | (string | {
|
|
74
|
+
[x: string]: boolean;
|
|
75
|
+
} | (string | {
|
|
76
|
+
[x: string]: boolean;
|
|
77
|
+
} | (string | {
|
|
78
|
+
[x: string]: boolean;
|
|
79
|
+
} | (string | {
|
|
80
|
+
[x: string]: boolean;
|
|
81
|
+
} | (string | {
|
|
82
|
+
[x: string]: boolean;
|
|
83
|
+
} | (string | {
|
|
84
|
+
[x: string]: boolean;
|
|
85
|
+
} | (string | {
|
|
86
|
+
[x: string]: boolean;
|
|
87
|
+
} | (string | {
|
|
88
|
+
[x: string]: boolean;
|
|
89
|
+
} | (string | {
|
|
90
|
+
[x: string]: boolean;
|
|
91
|
+
} | (string | {
|
|
92
|
+
[x: string]: boolean;
|
|
93
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
94
|
+
[x: string]: boolean;
|
|
95
|
+
} | (string | {
|
|
96
|
+
[x: string]: boolean;
|
|
97
|
+
} | (string | {
|
|
98
|
+
[x: string]: boolean;
|
|
99
|
+
} | (string | {
|
|
100
|
+
[x: string]: boolean;
|
|
101
|
+
} | (string | {
|
|
102
|
+
[x: string]: boolean;
|
|
103
|
+
} | (string | {
|
|
104
|
+
[x: string]: boolean;
|
|
105
|
+
} | (string | {
|
|
106
|
+
[x: string]: boolean;
|
|
107
|
+
} | (string | {
|
|
108
|
+
[x: string]: boolean;
|
|
109
|
+
} | (string | {
|
|
110
|
+
[x: string]: boolean;
|
|
111
|
+
} | (string | {
|
|
112
|
+
[x: string]: boolean;
|
|
113
|
+
} | (string | {
|
|
114
|
+
[x: string]: boolean;
|
|
115
|
+
} | (string | {
|
|
116
|
+
[x: string]: boolean;
|
|
117
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
118
|
+
[x: string]: boolean;
|
|
119
|
+
} | (string | {
|
|
120
|
+
[x: string]: boolean;
|
|
121
|
+
} | (string | {
|
|
122
|
+
[x: string]: boolean;
|
|
123
|
+
} | (string | {
|
|
124
|
+
[x: string]: boolean;
|
|
125
|
+
} | (string | {
|
|
126
|
+
[x: string]: boolean;
|
|
127
|
+
} | (string | {
|
|
128
|
+
[x: string]: boolean;
|
|
129
|
+
} | (string | {
|
|
130
|
+
[x: string]: boolean;
|
|
131
|
+
} | (string | {
|
|
132
|
+
[x: string]: boolean;
|
|
133
|
+
} | (string | {
|
|
134
|
+
[x: string]: boolean;
|
|
135
|
+
} | (string | {
|
|
136
|
+
[x: string]: boolean;
|
|
137
|
+
} | (string | {
|
|
138
|
+
[x: string]: boolean;
|
|
139
|
+
} | (string | {
|
|
140
|
+
[x: string]: boolean;
|
|
141
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
142
|
+
[x: string]: boolean;
|
|
143
|
+
} | (string | {
|
|
144
|
+
[x: string]: boolean;
|
|
145
|
+
} | (string | {
|
|
146
|
+
[x: string]: boolean;
|
|
147
|
+
} | (string | {
|
|
148
|
+
[x: string]: boolean;
|
|
149
|
+
} | (string | {
|
|
150
|
+
[x: string]: boolean;
|
|
151
|
+
} | (string | {
|
|
152
|
+
[x: string]: boolean;
|
|
153
|
+
} | (string | {
|
|
154
|
+
[x: string]: boolean;
|
|
155
|
+
} | (string | {
|
|
156
|
+
[x: string]: boolean;
|
|
157
|
+
} | (string | {
|
|
158
|
+
[x: string]: boolean;
|
|
159
|
+
} | (string | {
|
|
160
|
+
[x: string]: boolean;
|
|
161
|
+
} | (string | {
|
|
162
|
+
[x: string]: boolean;
|
|
163
|
+
} | (string | {
|
|
164
|
+
[x: string]: boolean;
|
|
165
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
166
|
+
readonly required: false;
|
|
167
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
168
|
+
__epPropKey: true;
|
|
169
|
+
};
|
|
170
|
+
popperStyle: {
|
|
171
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => string | false | _$vue.CSSProperties | _$vue.StyleValue[]) | (() => _$vue.StyleValue) | ((new (...args: any[]) => string | false | _$vue.CSSProperties | _$vue.StyleValue[]) | (() => _$vue.StyleValue))[], unknown, unknown>>;
|
|
172
|
+
readonly required: false;
|
|
173
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
174
|
+
__epPropKey: true;
|
|
175
|
+
};
|
|
176
|
+
format: StringConstructor;
|
|
177
|
+
valueFormat: StringConstructor;
|
|
178
|
+
dateFormat: StringConstructor;
|
|
179
|
+
timeFormat: StringConstructor;
|
|
180
|
+
type: _$element_plus_es_utils_index_mjs0.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
181
|
+
clearable: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
182
|
+
clearIcon: {
|
|
183
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component) | ((new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component))[], unknown, unknown>>;
|
|
184
|
+
readonly required: false;
|
|
185
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
186
|
+
__epPropKey: true;
|
|
187
|
+
};
|
|
188
|
+
editable: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
189
|
+
prefixIcon: _$element_plus_es_utils_index_mjs0.EpPropFinalized<(new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component) | ((new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component))[], unknown, unknown, "", boolean>;
|
|
190
|
+
size: {
|
|
191
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
192
|
+
readonly required: false;
|
|
193
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
194
|
+
__epPropKey: true;
|
|
195
|
+
};
|
|
196
|
+
readonly: BooleanConstructor;
|
|
197
|
+
disabled: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
198
|
+
placeholder: _$element_plus_es_utils_index_mjs0.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
199
|
+
popperOptions: _$element_plus_es_utils_index_mjs0.EpPropFinalized<(new (...args: any[]) => Partial<_$element_plus0.Options>) | (() => Partial<_$element_plus0.Options>) | ((new (...args: any[]) => Partial<_$element_plus0.Options>) | (() => Partial<_$element_plus0.Options>))[], unknown, unknown, () => {}, boolean>;
|
|
200
|
+
modelValue: _$element_plus_es_utils_index_mjs0.EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => _$element_plus0.ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => _$element_plus0.ModelValueType | null))[], unknown, unknown, "", boolean>;
|
|
201
|
+
rangeSeparator: _$element_plus_es_utils_index_mjs0.EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
202
|
+
startPlaceholder: StringConstructor;
|
|
203
|
+
endPlaceholder: StringConstructor;
|
|
204
|
+
defaultValue: {
|
|
205
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => _$element_plus0.SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => _$element_plus0.SingleOrRange<Date>))[], unknown, unknown>>;
|
|
206
|
+
readonly required: false;
|
|
207
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
208
|
+
__epPropKey: true;
|
|
209
|
+
};
|
|
210
|
+
defaultTime: {
|
|
211
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => _$element_plus0.SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => _$element_plus0.SingleOrRange<Date>))[], unknown, unknown>>;
|
|
212
|
+
readonly required: false;
|
|
213
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
214
|
+
__epPropKey: true;
|
|
215
|
+
};
|
|
216
|
+
}, () => _$vue_jsx_runtime0.JSX.Element, unknown, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", _$vue.PublicProps, Readonly<_$vue.ExtractPropTypes<{
|
|
217
|
+
isRange: BooleanConstructor;
|
|
218
|
+
showNow: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
219
|
+
showConfirm: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
220
|
+
showFooter: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
221
|
+
showWeekNumber: BooleanConstructor;
|
|
222
|
+
ariaLabel: StringConstructor;
|
|
223
|
+
emptyValues: ArrayConstructor;
|
|
224
|
+
valueOnClear: _$element_plus_es_utils_index_mjs0.EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown, undefined, boolean>;
|
|
225
|
+
disabledDate: {
|
|
226
|
+
readonly type: _$vue.PropType<Function>;
|
|
227
|
+
readonly required: false;
|
|
228
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
229
|
+
__epPropKey: true;
|
|
230
|
+
};
|
|
231
|
+
cellClassName: {
|
|
232
|
+
readonly type: _$vue.PropType<Function>;
|
|
233
|
+
readonly required: false;
|
|
234
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
235
|
+
__epPropKey: true;
|
|
236
|
+
};
|
|
237
|
+
shortcuts: _$element_plus_es_utils_index_mjs0.EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
238
|
+
arrowControl: BooleanConstructor;
|
|
239
|
+
tabindex: _$element_plus_es_utils_index_mjs0.EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
240
|
+
validateEvent: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
241
|
+
unlinkPanels: BooleanConstructor;
|
|
242
|
+
placement: _$element_plus_es_utils_index_mjs0.EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => _$element_plus0.Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => _$element_plus0.Placement))[], _$element_plus0.Placement, unknown, "bottom", boolean>;
|
|
243
|
+
fallbackPlacements: _$element_plus_es_utils_index_mjs0.EpPropFinalized<(new (...args: any[]) => _$element_plus0.Placement[]) | (() => _$element_plus0.Placement[]) | ((new (...args: any[]) => _$element_plus0.Placement[]) | (() => _$element_plus0.Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
244
|
+
disabledHours: {
|
|
245
|
+
readonly type: _$vue.PropType<_$element_plus0.GetDisabledHours>;
|
|
246
|
+
readonly required: false;
|
|
247
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
248
|
+
__epPropKey: true;
|
|
249
|
+
};
|
|
250
|
+
disabledMinutes: {
|
|
251
|
+
readonly type: _$vue.PropType<_$element_plus0.GetDisabledMinutes>;
|
|
252
|
+
readonly required: false;
|
|
253
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
254
|
+
__epPropKey: true;
|
|
255
|
+
};
|
|
256
|
+
disabledSeconds: {
|
|
257
|
+
readonly type: _$vue.PropType<_$element_plus0.GetDisabledSeconds>;
|
|
258
|
+
readonly required: false;
|
|
259
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
|
+
__epPropKey: true;
|
|
261
|
+
};
|
|
262
|
+
automaticDropdown: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
263
|
+
id: {
|
|
264
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => _$element_plus0.SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => _$element_plus0.SingleOrRange<string>))[], unknown, unknown>>;
|
|
265
|
+
readonly required: false;
|
|
266
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
267
|
+
__epPropKey: true;
|
|
268
|
+
};
|
|
269
|
+
name: {
|
|
270
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => _$element_plus0.SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => _$element_plus0.SingleOrRange<string>))[], unknown, unknown>>;
|
|
271
|
+
readonly required: false;
|
|
272
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
273
|
+
__epPropKey: true;
|
|
274
|
+
};
|
|
275
|
+
popperClass: {
|
|
276
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => string | {
|
|
277
|
+
[x: string]: boolean;
|
|
278
|
+
} | (string | {
|
|
279
|
+
[x: string]: boolean;
|
|
280
|
+
} | (string | {
|
|
281
|
+
[x: string]: boolean;
|
|
282
|
+
} | (string | {
|
|
283
|
+
[x: string]: boolean;
|
|
284
|
+
} | (string | {
|
|
285
|
+
[x: string]: boolean;
|
|
286
|
+
} | (string | {
|
|
287
|
+
[x: string]: boolean;
|
|
288
|
+
} | (string | {
|
|
289
|
+
[x: string]: boolean;
|
|
290
|
+
} | (string | {
|
|
291
|
+
[x: string]: boolean;
|
|
292
|
+
} | (string | {
|
|
293
|
+
[x: string]: boolean;
|
|
294
|
+
} | (string | {
|
|
295
|
+
[x: string]: boolean;
|
|
296
|
+
} | (string | {
|
|
297
|
+
[x: string]: boolean;
|
|
298
|
+
} | (string | {
|
|
299
|
+
[x: string]: boolean;
|
|
300
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
301
|
+
[x: string]: boolean;
|
|
302
|
+
} | (string | {
|
|
303
|
+
[x: string]: boolean;
|
|
304
|
+
} | (string | {
|
|
305
|
+
[x: string]: boolean;
|
|
306
|
+
} | (string | {
|
|
307
|
+
[x: string]: boolean;
|
|
308
|
+
} | (string | {
|
|
309
|
+
[x: string]: boolean;
|
|
310
|
+
} | (string | {
|
|
311
|
+
[x: string]: boolean;
|
|
312
|
+
} | (string | {
|
|
313
|
+
[x: string]: boolean;
|
|
314
|
+
} | (string | {
|
|
315
|
+
[x: string]: boolean;
|
|
316
|
+
} | (string | {
|
|
317
|
+
[x: string]: boolean;
|
|
318
|
+
} | (string | {
|
|
319
|
+
[x: string]: boolean;
|
|
320
|
+
} | (string | {
|
|
321
|
+
[x: string]: boolean;
|
|
322
|
+
} | (string | {
|
|
323
|
+
[x: string]: boolean;
|
|
324
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
325
|
+
[x: string]: boolean;
|
|
326
|
+
} | (string | {
|
|
327
|
+
[x: string]: boolean;
|
|
328
|
+
} | (string | {
|
|
329
|
+
[x: string]: boolean;
|
|
330
|
+
} | (string | {
|
|
331
|
+
[x: string]: boolean;
|
|
332
|
+
} | (string | {
|
|
333
|
+
[x: string]: boolean;
|
|
334
|
+
} | (string | {
|
|
335
|
+
[x: string]: boolean;
|
|
336
|
+
} | (string | {
|
|
337
|
+
[x: string]: boolean;
|
|
338
|
+
} | (string | {
|
|
339
|
+
[x: string]: boolean;
|
|
340
|
+
} | (string | {
|
|
341
|
+
[x: string]: boolean;
|
|
342
|
+
} | (string | {
|
|
343
|
+
[x: string]: boolean;
|
|
344
|
+
} | (string | {
|
|
345
|
+
[x: string]: boolean;
|
|
346
|
+
} | (string | {
|
|
347
|
+
[x: string]: boolean;
|
|
348
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
349
|
+
[x: string]: boolean;
|
|
350
|
+
} | (string | {
|
|
351
|
+
[x: string]: boolean;
|
|
352
|
+
} | (string | {
|
|
353
|
+
[x: string]: boolean;
|
|
354
|
+
} | (string | {
|
|
355
|
+
[x: string]: boolean;
|
|
356
|
+
} | (string | {
|
|
357
|
+
[x: string]: boolean;
|
|
358
|
+
} | (string | {
|
|
359
|
+
[x: string]: boolean;
|
|
360
|
+
} | (string | {
|
|
361
|
+
[x: string]: boolean;
|
|
362
|
+
} | (string | {
|
|
363
|
+
[x: string]: boolean;
|
|
364
|
+
} | (string | {
|
|
365
|
+
[x: string]: boolean;
|
|
366
|
+
} | (string | {
|
|
367
|
+
[x: string]: boolean;
|
|
368
|
+
} | (string | {
|
|
369
|
+
[x: string]: boolean;
|
|
370
|
+
} | (string | {
|
|
371
|
+
[x: string]: boolean;
|
|
372
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
|
|
373
|
+
readonly required: false;
|
|
374
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
375
|
+
__epPropKey: true;
|
|
376
|
+
};
|
|
377
|
+
popperStyle: {
|
|
378
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => string | false | _$vue.CSSProperties | _$vue.StyleValue[]) | (() => _$vue.StyleValue) | ((new (...args: any[]) => string | false | _$vue.CSSProperties | _$vue.StyleValue[]) | (() => _$vue.StyleValue))[], unknown, unknown>>;
|
|
379
|
+
readonly required: false;
|
|
380
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
381
|
+
__epPropKey: true;
|
|
382
|
+
};
|
|
383
|
+
format: StringConstructor;
|
|
384
|
+
valueFormat: StringConstructor;
|
|
385
|
+
dateFormat: StringConstructor;
|
|
386
|
+
timeFormat: StringConstructor;
|
|
387
|
+
type: _$element_plus_es_utils_index_mjs0.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
388
|
+
clearable: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
389
|
+
clearIcon: {
|
|
390
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component) | ((new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component))[], unknown, unknown>>;
|
|
391
|
+
readonly required: false;
|
|
392
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
393
|
+
__epPropKey: true;
|
|
394
|
+
};
|
|
395
|
+
editable: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
396
|
+
prefixIcon: _$element_plus_es_utils_index_mjs0.EpPropFinalized<(new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component) | ((new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component))[], unknown, unknown, "", boolean>;
|
|
397
|
+
size: {
|
|
398
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
399
|
+
readonly required: false;
|
|
400
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
401
|
+
__epPropKey: true;
|
|
402
|
+
};
|
|
403
|
+
readonly: BooleanConstructor;
|
|
404
|
+
disabled: _$element_plus_es_utils_index_mjs0.EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
405
|
+
placeholder: _$element_plus_es_utils_index_mjs0.EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
406
|
+
popperOptions: _$element_plus_es_utils_index_mjs0.EpPropFinalized<(new (...args: any[]) => Partial<_$element_plus0.Options>) | (() => Partial<_$element_plus0.Options>) | ((new (...args: any[]) => Partial<_$element_plus0.Options>) | (() => Partial<_$element_plus0.Options>))[], unknown, unknown, () => {}, boolean>;
|
|
407
|
+
modelValue: _$element_plus_es_utils_index_mjs0.EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => _$element_plus0.ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => _$element_plus0.ModelValueType | null))[], unknown, unknown, "", boolean>;
|
|
408
|
+
rangeSeparator: _$element_plus_es_utils_index_mjs0.EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
409
|
+
startPlaceholder: StringConstructor;
|
|
410
|
+
endPlaceholder: StringConstructor;
|
|
411
|
+
defaultValue: {
|
|
412
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => _$element_plus0.SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => _$element_plus0.SingleOrRange<Date>))[], unknown, unknown>>;
|
|
413
|
+
readonly required: false;
|
|
414
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
415
|
+
__epPropKey: true;
|
|
416
|
+
};
|
|
417
|
+
defaultTime: {
|
|
418
|
+
readonly type: _$vue.PropType<_$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => _$element_plus0.SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => _$element_plus0.SingleOrRange<Date>))[], unknown, unknown>>;
|
|
419
|
+
readonly required: false;
|
|
420
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
421
|
+
__epPropKey: true;
|
|
422
|
+
};
|
|
423
|
+
}>> & {
|
|
424
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
425
|
+
}, {
|
|
426
|
+
disabled: _$element_plus_es_utils_index_mjs0.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
427
|
+
tabindex: _$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
428
|
+
type: string;
|
|
429
|
+
placeholder: string;
|
|
430
|
+
modelValue: _$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => _$element_plus0.ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => _$element_plus0.ModelValueType | null))[], unknown, unknown>;
|
|
431
|
+
placement: _$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => _$element_plus0.Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => _$element_plus0.Placement))[], _$element_plus0.Placement, unknown>;
|
|
432
|
+
valueOnClear: _$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
433
|
+
prefixIcon: _$element_plus_es_utils_index_mjs0.EpPropMergeType<(new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component) | ((new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component))[], unknown, unknown>;
|
|
434
|
+
validateEvent: _$element_plus_es_utils_index_mjs0.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
435
|
+
readonly: boolean;
|
|
436
|
+
clearable: _$element_plus_es_utils_index_mjs0.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
437
|
+
fallbackPlacements: _$element_plus0.Placement[];
|
|
438
|
+
popperOptions: Partial<_$element_plus0.Options>;
|
|
439
|
+
automaticDropdown: _$element_plus_es_utils_index_mjs0.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
440
|
+
editable: _$element_plus_es_utils_index_mjs0.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
441
|
+
rangeSeparator: string;
|
|
442
|
+
shortcuts: unknown[];
|
|
443
|
+
showNow: _$element_plus_es_utils_index_mjs0.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
444
|
+
showConfirm: _$element_plus_es_utils_index_mjs0.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
445
|
+
showFooter: _$element_plus_es_utils_index_mjs0.EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
446
|
+
showWeekNumber: boolean;
|
|
447
|
+
arrowControl: boolean;
|
|
448
|
+
unlinkPanels: boolean;
|
|
449
|
+
isRange: boolean;
|
|
450
|
+
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>>;
|
|
6
451
|
//#endregion
|
|
7
452
|
export { TimePicker, TimePickerProps };
|
|
8
453
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,5 +1,192 @@
|
|
|
1
|
+
import * as _$element_plus0 from "element-plus";
|
|
2
|
+
import * as _$vue from "vue";
|
|
3
|
+
import * as _$element_plus_es_utils_index_mjs0 from "element-plus/es/utils/index.mjs";
|
|
4
|
+
|
|
1
5
|
//#region src/time-select/index.d.ts
|
|
2
|
-
declare const TimeSelect:
|
|
6
|
+
declare const TimeSelect: _$element_plus_es_utils_index_mjs0.SFCWithInstall<_$vue.DefineComponent<{
|
|
7
|
+
modelValue: {
|
|
8
|
+
type: _$vue.PropType<string>;
|
|
9
|
+
};
|
|
10
|
+
name: {
|
|
11
|
+
type: _$vue.PropType<string>;
|
|
12
|
+
};
|
|
13
|
+
disabled: {
|
|
14
|
+
type: _$vue.PropType<boolean>;
|
|
15
|
+
default: undefined;
|
|
16
|
+
};
|
|
17
|
+
size: {
|
|
18
|
+
type: _$vue.PropType<"" | "default" | "small" | "large">;
|
|
19
|
+
};
|
|
20
|
+
editable: {
|
|
21
|
+
type: _$vue.PropType<boolean>;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
placeholder: {
|
|
25
|
+
type: _$vue.PropType<string>;
|
|
26
|
+
};
|
|
27
|
+
popperClass: {
|
|
28
|
+
type: _$vue.PropType<string>;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
popperStyle: {
|
|
32
|
+
type: _$vue.PropType<string | _$vue.CSSProperties>;
|
|
33
|
+
default: undefined;
|
|
34
|
+
};
|
|
35
|
+
clearable: {
|
|
36
|
+
type: _$vue.PropType<boolean>;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
clearIcon: {
|
|
40
|
+
type: _$vue.PropType<string | _$vue.Component>;
|
|
41
|
+
default: () => any;
|
|
42
|
+
};
|
|
43
|
+
effect: {
|
|
44
|
+
type: _$vue.PropType<_$element_plus0.PopperEffect>;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
emptyValues: {
|
|
48
|
+
type: _$vue.PropType<unknown[]>;
|
|
49
|
+
};
|
|
50
|
+
valueOnClear: {
|
|
51
|
+
type: _$vue.PropType<string | number | boolean | Function>;
|
|
52
|
+
default: undefined;
|
|
53
|
+
};
|
|
54
|
+
prefixIcon: {
|
|
55
|
+
type: _$vue.PropType<string | _$vue.Component>;
|
|
56
|
+
default: () => any;
|
|
57
|
+
};
|
|
58
|
+
format: {
|
|
59
|
+
type: _$vue.PropType<string>;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
step: {
|
|
63
|
+
type: _$vue.PropType<string>;
|
|
64
|
+
default: string;
|
|
65
|
+
};
|
|
66
|
+
start: {
|
|
67
|
+
type: _$vue.PropType<string>;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
end: {
|
|
71
|
+
type: _$vue.PropType<string>;
|
|
72
|
+
default: string;
|
|
73
|
+
};
|
|
74
|
+
minTime: {
|
|
75
|
+
type: _$vue.PropType<string>;
|
|
76
|
+
};
|
|
77
|
+
maxTime: {
|
|
78
|
+
type: _$vue.PropType<string>;
|
|
79
|
+
};
|
|
80
|
+
includeEndTime: {
|
|
81
|
+
type: _$vue.PropType<boolean>;
|
|
82
|
+
};
|
|
83
|
+
}, {
|
|
84
|
+
blur: () => void;
|
|
85
|
+
focus: () => void;
|
|
86
|
+
}, unknown, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
87
|
+
focus: (...args: any[]) => void;
|
|
88
|
+
"update:modelValue": (...args: any[]) => void;
|
|
89
|
+
change: (...args: any[]) => void;
|
|
90
|
+
clear: (...args: any[]) => void;
|
|
91
|
+
blur: (...args: any[]) => void;
|
|
92
|
+
}, string, _$vue.PublicProps, Readonly<_$vue.ExtractPropTypes<{
|
|
93
|
+
modelValue: {
|
|
94
|
+
type: _$vue.PropType<string>;
|
|
95
|
+
};
|
|
96
|
+
name: {
|
|
97
|
+
type: _$vue.PropType<string>;
|
|
98
|
+
};
|
|
99
|
+
disabled: {
|
|
100
|
+
type: _$vue.PropType<boolean>;
|
|
101
|
+
default: undefined;
|
|
102
|
+
};
|
|
103
|
+
size: {
|
|
104
|
+
type: _$vue.PropType<"" | "default" | "small" | "large">;
|
|
105
|
+
};
|
|
106
|
+
editable: {
|
|
107
|
+
type: _$vue.PropType<boolean>;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
110
|
+
placeholder: {
|
|
111
|
+
type: _$vue.PropType<string>;
|
|
112
|
+
};
|
|
113
|
+
popperClass: {
|
|
114
|
+
type: _$vue.PropType<string>;
|
|
115
|
+
default: string;
|
|
116
|
+
};
|
|
117
|
+
popperStyle: {
|
|
118
|
+
type: _$vue.PropType<string | _$vue.CSSProperties>;
|
|
119
|
+
default: undefined;
|
|
120
|
+
};
|
|
121
|
+
clearable: {
|
|
122
|
+
type: _$vue.PropType<boolean>;
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
125
|
+
clearIcon: {
|
|
126
|
+
type: _$vue.PropType<string | _$vue.Component>;
|
|
127
|
+
default: () => any;
|
|
128
|
+
};
|
|
129
|
+
effect: {
|
|
130
|
+
type: _$vue.PropType<_$element_plus0.PopperEffect>;
|
|
131
|
+
default: string;
|
|
132
|
+
};
|
|
133
|
+
emptyValues: {
|
|
134
|
+
type: _$vue.PropType<unknown[]>;
|
|
135
|
+
};
|
|
136
|
+
valueOnClear: {
|
|
137
|
+
type: _$vue.PropType<string | number | boolean | Function>;
|
|
138
|
+
default: undefined;
|
|
139
|
+
};
|
|
140
|
+
prefixIcon: {
|
|
141
|
+
type: _$vue.PropType<string | _$vue.Component>;
|
|
142
|
+
default: () => any;
|
|
143
|
+
};
|
|
144
|
+
format: {
|
|
145
|
+
type: _$vue.PropType<string>;
|
|
146
|
+
default: string;
|
|
147
|
+
};
|
|
148
|
+
step: {
|
|
149
|
+
type: _$vue.PropType<string>;
|
|
150
|
+
default: string;
|
|
151
|
+
};
|
|
152
|
+
start: {
|
|
153
|
+
type: _$vue.PropType<string>;
|
|
154
|
+
default: string;
|
|
155
|
+
};
|
|
156
|
+
end: {
|
|
157
|
+
type: _$vue.PropType<string>;
|
|
158
|
+
default: string;
|
|
159
|
+
};
|
|
160
|
+
minTime: {
|
|
161
|
+
type: _$vue.PropType<string>;
|
|
162
|
+
};
|
|
163
|
+
maxTime: {
|
|
164
|
+
type: _$vue.PropType<string>;
|
|
165
|
+
};
|
|
166
|
+
includeEndTime: {
|
|
167
|
+
type: _$vue.PropType<boolean>;
|
|
168
|
+
};
|
|
169
|
+
}>> & {
|
|
170
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
171
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
172
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
173
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
174
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
175
|
+
}, {
|
|
176
|
+
disabled: boolean;
|
|
177
|
+
end: string;
|
|
178
|
+
start: string;
|
|
179
|
+
effect: _$element_plus0.PopperEffect;
|
|
180
|
+
valueOnClear: string | number | boolean | Function | null;
|
|
181
|
+
format: string;
|
|
182
|
+
clearIcon: string | _$vue.Component;
|
|
183
|
+
prefixIcon: string | _$vue.Component;
|
|
184
|
+
clearable: boolean;
|
|
185
|
+
popperClass: string;
|
|
186
|
+
popperStyle: string | _$vue.CSSProperties;
|
|
187
|
+
editable: boolean;
|
|
188
|
+
step: string;
|
|
189
|
+
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>>;
|
|
3
190
|
//#endregion
|
|
4
191
|
export { TimeSelect };
|
|
5
192
|
//# sourceMappingURL=index.d.ts.map
|