@silver-formily/element-plus 5.0.0 → 5.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.
@@ -1,453 +1,8 @@
1
- import * as _$element_plus0 from "element-plus";
2
1
  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";
6
2
 
7
3
  //#region src/time-picker/index.d.ts
8
4
  type TimePickerProps = typeof ElTimePicker;
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>>;
5
+ declare const TimePicker: any;
451
6
  //#endregion
452
7
  export { TimePicker, TimePickerProps };
453
8
  //# sourceMappingURL=index.d.ts.map
@@ -1,192 +1,5 @@
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
-
5
1
  //#region src/time-select/index.d.ts
6
- declare const TimeSelect: _$element_plus_es_utils_index_mjs0.SFCWithInstall<_$vue.DefineComponent<{
7
- name: {
8
- type: _$vue.PropType<string>;
9
- };
10
- size: {
11
- type: _$vue.PropType<"" | "default" | "small" | "large">;
12
- };
13
- disabled: {
14
- type: _$vue.PropType<boolean>;
15
- default: undefined;
16
- };
17
- modelValue: {
18
- type: _$vue.PropType<string>;
19
- };
20
- popperClass: {
21
- type: _$vue.PropType<string>;
22
- default: string;
23
- };
24
- popperStyle: {
25
- type: _$vue.PropType<string | _$vue.CSSProperties>;
26
- default: undefined;
27
- };
28
- placeholder: {
29
- type: _$vue.PropType<string>;
30
- };
31
- clearable: {
32
- type: _$vue.PropType<boolean>;
33
- default: boolean;
34
- };
35
- clearIcon: {
36
- type: _$vue.PropType<string | _$vue.Component>;
37
- default: () => any;
38
- };
39
- effect: {
40
- type: _$vue.PropType<_$element_plus0.PopperEffect>;
41
- default: string;
42
- };
43
- emptyValues: {
44
- type: _$vue.PropType<unknown[]>;
45
- };
46
- valueOnClear: {
47
- type: _$vue.PropType<string | number | boolean | Function>;
48
- default: undefined;
49
- };
50
- prefixIcon: {
51
- type: _$vue.PropType<string | _$vue.Component>;
52
- default: () => any;
53
- };
54
- format: {
55
- type: _$vue.PropType<string>;
56
- default: string;
57
- };
58
- editable: {
59
- type: _$vue.PropType<boolean>;
60
- default: boolean;
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
- name: {
94
- type: _$vue.PropType<string>;
95
- };
96
- size: {
97
- type: _$vue.PropType<"" | "default" | "small" | "large">;
98
- };
99
- disabled: {
100
- type: _$vue.PropType<boolean>;
101
- default: undefined;
102
- };
103
- modelValue: {
104
- type: _$vue.PropType<string>;
105
- };
106
- popperClass: {
107
- type: _$vue.PropType<string>;
108
- default: string;
109
- };
110
- popperStyle: {
111
- type: _$vue.PropType<string | _$vue.CSSProperties>;
112
- default: undefined;
113
- };
114
- placeholder: {
115
- type: _$vue.PropType<string>;
116
- };
117
- clearable: {
118
- type: _$vue.PropType<boolean>;
119
- default: boolean;
120
- };
121
- clearIcon: {
122
- type: _$vue.PropType<string | _$vue.Component>;
123
- default: () => any;
124
- };
125
- effect: {
126
- type: _$vue.PropType<_$element_plus0.PopperEffect>;
127
- default: string;
128
- };
129
- emptyValues: {
130
- type: _$vue.PropType<unknown[]>;
131
- };
132
- valueOnClear: {
133
- type: _$vue.PropType<string | number | boolean | Function>;
134
- default: undefined;
135
- };
136
- prefixIcon: {
137
- type: _$vue.PropType<string | _$vue.Component>;
138
- default: () => any;
139
- };
140
- format: {
141
- type: _$vue.PropType<string>;
142
- default: string;
143
- };
144
- editable: {
145
- type: _$vue.PropType<boolean>;
146
- default: boolean;
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>>;
2
+ declare const TimeSelect: any;
190
3
  //#endregion
191
4
  export { TimeSelect };
192
5
  //# sourceMappingURL=index.d.ts.map