hzzt-plus 0.0.9 → 1.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/dist/index.css +1 -1
- package/dist/index.full.js +2148 -1583
- package/dist/index.full.min.js +12 -12
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +12 -12
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +2139 -1585
- package/es/component.mjs +5 -1
- package/es/component.mjs.map +1 -1
- package/es/components/confirm-password/index.d.ts +46 -22
- package/es/components/confirm-password/src/confirm-password.vue.d.ts +46 -22
- package/es/components/icon/src/index.vue.d.ts +4 -4
- package/es/components/index.d.ts +2 -0
- package/es/components/index.mjs +5 -0
- package/es/components/index.mjs.map +1 -1
- package/es/components/page-size/index.d.ts +10224 -531
- package/es/components/page-size/src/index.vue.d.ts +10224 -531
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/pagination/src/index.vue.d.ts +4 -4
- package/es/components/quarter-picker/index.d.ts +121 -97
- package/es/components/quarter-picker/src/index.vue.d.ts +121 -97
- package/es/components/scan/index.d.ts +5 -0
- package/es/components/scan/index.mjs +9 -0
- package/es/components/scan/index.mjs.map +1 -0
- package/es/components/scan/src/scan.d.ts +15 -0
- package/es/components/scan/src/scan.mjs +28 -0
- package/es/components/scan/src/scan.mjs.map +1 -0
- package/es/components/scan/src/scan.vue.d.ts +596 -0
- package/es/components/scan/src/scan2.mjs +149 -0
- package/es/components/scan/src/scan2.mjs.map +1 -0
- package/es/components/scan/style/css.d.ts +2 -0
- package/es/components/scan/style/css.mjs +3 -0
- package/es/components/scan/style/css.mjs.map +1 -0
- package/es/components/scan/style/index.d.ts +2 -0
- package/es/components/scan/style/index.mjs +3 -0
- package/es/components/scan/style/index.mjs.map +1 -0
- package/es/components/select-input/index.d.ts +826 -0
- package/es/components/select-input/index.mjs +9 -0
- package/es/components/select-input/index.mjs.map +1 -0
- package/es/components/select-input/src/select-input.d.ts +41 -0
- package/es/components/select-input/src/select-input.mjs +50 -0
- package/es/components/select-input/src/select-input.mjs.map +1 -0
- package/es/components/select-input/src/select-input.vue.d.ts +826 -0
- package/es/components/select-input/src/select-input2.mjs +129 -0
- package/es/components/select-input/src/select-input2.mjs.map +1 -0
- package/es/components/select-input/style/css.d.ts +2 -0
- package/es/components/select-input/style/css.mjs +3 -0
- package/es/components/select-input/style/css.mjs.map +1 -0
- package/es/components/select-input/style/index.d.ts +2 -0
- package/es/components/select-input/style/index.mjs +3 -0
- package/es/components/select-input/style/index.mjs.map +1 -0
- package/es/components/tab/index.d.ts +4 -4
- package/es/components/tab/src/index.vue.d.ts +4 -4
- package/es/components/title/index.d.ts +4 -29
- package/es/components/title/index.mjs +3 -2
- package/es/components/title/index.mjs.map +1 -1
- package/es/components/title/src/title.d.ts +8 -0
- package/es/components/title/src/title.mjs +8 -43
- package/es/components/title/src/title.mjs.map +1 -1
- package/es/components/title/src/title.vue.d.ts +7 -16
- package/es/components/title/src/title2.mjs +44 -0
- package/es/components/title/src/title2.mjs.map +1 -0
- package/es/components/tooltip/index.d.ts +7615 -316
- package/es/components/tooltip/src/tooltip.vue.d.ts +7615 -316
- package/es/constants/index.d.ts +1 -0
- package/es/constants/index.mjs +1 -0
- package/es/constants/index.mjs.map +1 -1
- package/es/hooks/index.d.ts +1 -0
- package/es/hooks/index.mjs +1 -0
- package/es/hooks/index.mjs.map +1 -1
- package/es/hooks/use-letter/index.d.ts +1 -0
- package/es/hooks/use-letter/index.mjs +13 -0
- package/es/hooks/use-letter/index.mjs.map +1 -0
- package/es/index.mjs +7 -0
- package/es/index.mjs.map +1 -1
- package/global.d.ts +2 -0
- package/lib/component.js +5 -1
- package/lib/component.js.map +1 -1
- package/lib/components/confirm-password/index.d.ts +46 -22
- package/lib/components/confirm-password/src/confirm-password.vue.d.ts +46 -22
- package/lib/components/icon/src/index.vue.d.ts +4 -4
- package/lib/components/index.d.ts +2 -0
- package/lib/components/index.js +12 -0
- package/lib/components/index.js.map +1 -1
- package/lib/components/page-size/index.d.ts +10224 -531
- package/lib/components/page-size/src/index.vue.d.ts +10224 -531
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/pagination/src/index.vue.d.ts +4 -4
- package/lib/components/quarter-picker/index.d.ts +121 -97
- package/lib/components/quarter-picker/src/index.vue.d.ts +121 -97
- package/lib/components/scan/index.d.ts +5 -0
- package/lib/components/scan/index.js +16 -0
- package/lib/components/scan/index.js.map +1 -0
- package/lib/components/scan/src/scan.d.ts +15 -0
- package/lib/components/scan/src/scan.js +33 -0
- package/lib/components/scan/src/scan.js.map +1 -0
- package/lib/components/scan/src/scan.vue.d.ts +596 -0
- package/lib/components/scan/src/scan2.js +153 -0
- package/lib/components/scan/src/scan2.js.map +1 -0
- package/lib/components/scan/style/css.d.ts +2 -0
- package/lib/components/scan/style/css.js +6 -0
- package/lib/components/scan/style/css.js.map +1 -0
- package/lib/components/scan/style/index.d.ts +2 -0
- package/lib/components/scan/style/index.js +6 -0
- package/lib/components/scan/style/index.js.map +1 -0
- package/lib/components/select-input/index.d.ts +826 -0
- package/lib/components/select-input/index.js +16 -0
- package/lib/components/select-input/index.js.map +1 -0
- package/lib/components/select-input/src/select-input.d.ts +41 -0
- package/lib/components/select-input/src/select-input.js +55 -0
- package/lib/components/select-input/src/select-input.js.map +1 -0
- package/lib/components/select-input/src/select-input.vue.d.ts +826 -0
- package/lib/components/select-input/src/select-input2.js +133 -0
- package/lib/components/select-input/src/select-input2.js.map +1 -0
- package/lib/components/select-input/style/css.d.ts +2 -0
- package/lib/components/select-input/style/css.js +6 -0
- package/lib/components/select-input/style/css.js.map +1 -0
- package/lib/components/select-input/style/index.d.ts +2 -0
- package/lib/components/select-input/style/index.js +6 -0
- package/lib/components/select-input/style/index.js.map +1 -0
- package/lib/components/tab/index.d.ts +4 -4
- package/lib/components/tab/src/index.vue.d.ts +4 -4
- package/lib/components/title/index.d.ts +4 -29
- package/lib/components/title/index.js +3 -1
- package/lib/components/title/index.js.map +1 -1
- package/lib/components/title/src/title.d.ts +8 -0
- package/lib/components/title/src/title.js +8 -43
- package/lib/components/title/src/title.js.map +1 -1
- package/lib/components/title/src/title.vue.d.ts +7 -16
- package/lib/components/title/src/title2.js +48 -0
- package/lib/components/title/src/title2.js.map +1 -0
- package/lib/components/tooltip/index.d.ts +7615 -316
- package/lib/components/tooltip/src/tooltip.vue.d.ts +7615 -316
- package/lib/constants/index.d.ts +1 -0
- package/lib/constants/index.js +4 -0
- package/lib/constants/index.js.map +1 -1
- package/lib/hooks/index.d.ts +1 -0
- package/lib/hooks/index.js +2 -0
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/use-letter/index.d.ts +1 -0
- package/lib/hooks/use-letter/index.js +17 -0
- package/lib/hooks/use-letter/index.js.map +1 -0
- package/lib/index.js +44 -26
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
- package/theme/hzzt-scan.css +1 -0
- package/theme/hzzt-select-input.css +0 -0
- package/theme/index.css +1 -1
- package/theme/src/index.scss +2 -0
- package/theme/src/scan.scss +80 -0
- package/theme/src/select-input.scss +0 -0
|
@@ -173,15 +173,15 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
173
173
|
readonly disabled: boolean;
|
|
174
174
|
readonly id: string;
|
|
175
175
|
readonly type: string;
|
|
176
|
-
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
176
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
177
177
|
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
178
|
+
readonly readonly: boolean;
|
|
178
179
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
179
180
|
readonly autocomplete: string;
|
|
180
181
|
readonly containerRole: string;
|
|
181
182
|
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
182
183
|
readonly inputStyle: import("vue").StyleValue;
|
|
183
184
|
readonly rows: number;
|
|
184
|
-
readonly readonly: boolean;
|
|
185
185
|
readonly clearable: boolean;
|
|
186
186
|
readonly showPassword: boolean;
|
|
187
187
|
readonly showWordLimit: boolean;
|
|
@@ -196,7 +196,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
196
196
|
__epPropKey: true;
|
|
197
197
|
};
|
|
198
198
|
readonly disabled: BooleanConstructor;
|
|
199
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
199
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
200
200
|
readonly maxlength: {
|
|
201
201
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
202
202
|
readonly required: false;
|
|
@@ -216,7 +216,13 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
216
216
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
217
217
|
__epPropKey: true;
|
|
218
218
|
};
|
|
219
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
219
|
+
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
220
|
+
minRows?: number | undefined;
|
|
221
|
+
maxRows?: number | undefined;
|
|
222
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
223
|
+
minRows?: number | undefined;
|
|
224
|
+
maxRows?: number | undefined;
|
|
225
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
220
226
|
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
221
227
|
readonly formatter: {
|
|
222
228
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -261,7 +267,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
261
267
|
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
262
268
|
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
263
269
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
264
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
270
|
+
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
265
271
|
readonly autofocus: BooleanConstructor;
|
|
266
272
|
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
267
273
|
}>> & {
|
|
@@ -289,7 +295,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
289
295
|
}>;
|
|
290
296
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
291
297
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
292
|
-
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "
|
|
298
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "clear") => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
293
299
|
$el: any;
|
|
294
300
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
295
301
|
readonly ariaLabel: StringConstructor;
|
|
@@ -301,7 +307,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
301
307
|
__epPropKey: true;
|
|
302
308
|
};
|
|
303
309
|
readonly disabled: BooleanConstructor;
|
|
304
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
310
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
305
311
|
readonly maxlength: {
|
|
306
312
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
307
313
|
readonly required: false;
|
|
@@ -321,7 +327,13 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
321
327
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
322
328
|
__epPropKey: true;
|
|
323
329
|
};
|
|
324
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
330
|
+
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
331
|
+
minRows?: number | undefined;
|
|
332
|
+
maxRows?: number | undefined;
|
|
333
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
334
|
+
minRows?: number | undefined;
|
|
335
|
+
maxRows?: number | undefined;
|
|
336
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
325
337
|
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
326
338
|
readonly formatter: {
|
|
327
339
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -366,7 +378,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
366
378
|
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
367
379
|
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
368
380
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
369
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
381
|
+
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
370
382
|
readonly autofocus: BooleanConstructor;
|
|
371
383
|
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
372
384
|
}>> & {
|
|
@@ -389,7 +401,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
389
401
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
390
402
|
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
391
403
|
isComposing: import("vue").Ref<boolean>;
|
|
392
|
-
focus: () =>
|
|
404
|
+
focus: () => void | undefined;
|
|
393
405
|
blur: () => void | undefined;
|
|
394
406
|
select: () => void;
|
|
395
407
|
clear: () => void;
|
|
@@ -411,15 +423,15 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
411
423
|
readonly disabled: boolean;
|
|
412
424
|
readonly id: string;
|
|
413
425
|
readonly type: string;
|
|
414
|
-
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
426
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
415
427
|
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
428
|
+
readonly readonly: boolean;
|
|
416
429
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
417
430
|
readonly autocomplete: string;
|
|
418
431
|
readonly containerRole: string;
|
|
419
432
|
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
420
433
|
readonly inputStyle: import("vue").StyleValue;
|
|
421
434
|
readonly rows: number;
|
|
422
|
-
readonly readonly: boolean;
|
|
423
435
|
readonly clearable: boolean;
|
|
424
436
|
readonly showPassword: boolean;
|
|
425
437
|
readonly showWordLimit: boolean;
|
|
@@ -454,7 +466,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
454
466
|
__epPropKey: true;
|
|
455
467
|
};
|
|
456
468
|
readonly disabled: BooleanConstructor;
|
|
457
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
469
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
458
470
|
readonly maxlength: {
|
|
459
471
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
460
472
|
readonly required: false;
|
|
@@ -474,7 +486,13 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
474
486
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
475
487
|
__epPropKey: true;
|
|
476
488
|
};
|
|
477
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
489
|
+
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
490
|
+
minRows?: number | undefined;
|
|
491
|
+
maxRows?: number | undefined;
|
|
492
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
493
|
+
minRows?: number | undefined;
|
|
494
|
+
maxRows?: number | undefined;
|
|
495
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
478
496
|
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
479
497
|
readonly formatter: {
|
|
480
498
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -519,7 +537,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
519
537
|
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
520
538
|
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
521
539
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
522
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
540
|
+
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
523
541
|
readonly autofocus: BooleanConstructor;
|
|
524
542
|
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
525
543
|
}>> & {
|
|
@@ -542,7 +560,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
542
560
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
543
561
|
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
544
562
|
isComposing: import("vue").Ref<boolean>;
|
|
545
|
-
focus: () =>
|
|
563
|
+
focus: () => void | undefined;
|
|
546
564
|
blur: () => void | undefined;
|
|
547
565
|
select: () => void;
|
|
548
566
|
clear: () => void;
|
|
@@ -561,7 +579,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
561
579
|
__epPropKey: true;
|
|
562
580
|
};
|
|
563
581
|
readonly disabled: BooleanConstructor;
|
|
564
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
582
|
+
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
565
583
|
readonly maxlength: {
|
|
566
584
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
567
585
|
readonly required: false;
|
|
@@ -581,7 +599,13 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
581
599
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
582
600
|
__epPropKey: true;
|
|
583
601
|
};
|
|
584
|
-
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
602
|
+
readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean | {
|
|
603
|
+
minRows?: number | undefined;
|
|
604
|
+
maxRows?: number | undefined;
|
|
605
|
+
}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => boolean | {
|
|
606
|
+
minRows?: number | undefined;
|
|
607
|
+
maxRows?: number | undefined;
|
|
608
|
+
}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
585
609
|
readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
586
610
|
readonly formatter: {
|
|
587
611
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -626,7 +650,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
626
650
|
readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
627
651
|
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
628
652
|
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
629
|
-
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").
|
|
653
|
+
readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
630
654
|
readonly autofocus: BooleanConstructor;
|
|
631
655
|
readonly rows: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 2, boolean>;
|
|
632
656
|
}>> & {
|
|
@@ -649,7 +673,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
649
673
|
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
650
674
|
autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
|
|
651
675
|
isComposing: import("vue").Ref<boolean>;
|
|
652
|
-
focus: () =>
|
|
676
|
+
focus: () => void | undefined;
|
|
653
677
|
blur: () => void | undefined;
|
|
654
678
|
select: () => void;
|
|
655
679
|
clear: () => void;
|
|
@@ -671,15 +695,15 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
671
695
|
readonly disabled: boolean;
|
|
672
696
|
readonly id: string;
|
|
673
697
|
readonly type: string;
|
|
674
|
-
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
698
|
+
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
675
699
|
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
700
|
+
readonly readonly: boolean;
|
|
676
701
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
677
702
|
readonly autocomplete: string;
|
|
678
703
|
readonly containerRole: string;
|
|
679
704
|
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
680
705
|
readonly inputStyle: import("vue").StyleValue;
|
|
681
706
|
readonly rows: number;
|
|
682
|
-
readonly readonly: boolean;
|
|
683
707
|
readonly clearable: boolean;
|
|
684
708
|
readonly showPassword: boolean;
|
|
685
709
|
readonly showWordLimit: boolean;
|
|
@@ -697,40 +721,40 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
697
721
|
$: import("vue").ComponentInternalInstance;
|
|
698
722
|
$data: {};
|
|
699
723
|
$props: Partial<{
|
|
724
|
+
readonly disabled: boolean;
|
|
700
725
|
readonly width: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
701
726
|
readonly content: string;
|
|
702
727
|
readonly offset: number;
|
|
703
|
-
readonly visible: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
704
|
-
readonly
|
|
705
|
-
readonly
|
|
706
|
-
readonly effect: string;
|
|
728
|
+
readonly visible: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
|
729
|
+
readonly placement: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown>;
|
|
730
|
+
readonly effect: any;
|
|
707
731
|
readonly showAfter: number;
|
|
708
732
|
readonly hideAfter: number;
|
|
709
733
|
readonly autoClose: number;
|
|
710
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
711
|
-
readonly trigger: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
734
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
735
|
+
readonly trigger: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown>;
|
|
712
736
|
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
713
737
|
readonly enterable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
714
738
|
readonly teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
715
739
|
readonly persistent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
716
740
|
readonly showArrow: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
717
741
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
718
|
-
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
719
|
-
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
742
|
+
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
743
|
+
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown, "bottom", boolean>;
|
|
720
744
|
readonly disabled: BooleanConstructor;
|
|
721
|
-
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
745
|
+
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
722
746
|
readonly transition: StringConstructor;
|
|
723
747
|
readonly popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
724
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
748
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
725
749
|
readonly content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
726
750
|
readonly popperStyle: {
|
|
727
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").
|
|
751
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
728
752
|
readonly required: false;
|
|
729
753
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
730
754
|
__epPropKey: true;
|
|
731
755
|
};
|
|
732
756
|
readonly popperClass: {
|
|
733
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
757
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | {
|
|
734
758
|
[x: string]: boolean;
|
|
735
759
|
} | (string | {
|
|
736
760
|
[x: string]: boolean;
|
|
@@ -752,7 +776,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
752
776
|
[x: string]: boolean;
|
|
753
777
|
} | (string | any[] | {
|
|
754
778
|
[x: string]: boolean;
|
|
755
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
779
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
756
780
|
[x: string]: boolean;
|
|
757
781
|
} | (string | {
|
|
758
782
|
[x: string]: boolean;
|
|
@@ -774,7 +798,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
774
798
|
[x: string]: boolean;
|
|
775
799
|
} | (string | any[] | {
|
|
776
800
|
[x: string]: boolean;
|
|
777
|
-
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
|
801
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
778
802
|
[x: string]: boolean;
|
|
779
803
|
} | (string | {
|
|
780
804
|
[x: string]: boolean;
|
|
@@ -796,7 +820,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
796
820
|
[x: string]: boolean;
|
|
797
821
|
} | (string | any[] | {
|
|
798
822
|
[x: string]: boolean;
|
|
799
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
823
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
800
824
|
[x: string]: boolean;
|
|
801
825
|
} | (string | {
|
|
802
826
|
[x: string]: boolean;
|
|
@@ -832,7 +856,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
832
856
|
};
|
|
833
857
|
readonly effect: {
|
|
834
858
|
readonly default: "light";
|
|
835
|
-
readonly type: import("vue").PropType<
|
|
859
|
+
readonly type: import("vue").PropType<any>;
|
|
836
860
|
readonly required: false;
|
|
837
861
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
838
862
|
readonly __epPropKey: true;
|
|
@@ -858,7 +882,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
858
882
|
"onAfter-leave"?: (() => any) | undefined;
|
|
859
883
|
"onBefore-enter"?: (() => any) | undefined;
|
|
860
884
|
"onBefore-leave"?: (() => any) | undefined;
|
|
861
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "tabindex" | "effect" | "popperOptions" | "teleported" | "persistent" | "
|
|
885
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "tabindex" | "effect" | "popperOptions" | "teleported" | "persistent" | "showArrow" | "offset" | "placement" | "trigger" | "content" | "visible" | "enterable" | "showAfter" | "hideAfter" | "autoClose" | "width">;
|
|
862
886
|
$attrs: {
|
|
863
887
|
[x: string]: unknown;
|
|
864
888
|
};
|
|
@@ -873,22 +897,22 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
873
897
|
$emit: ((event: "after-enter") => void) & ((event: "after-leave") => void) & ((event: "before-enter") => void) & ((event: "before-leave") => void) & ((event: "update:visible", value: boolean) => void);
|
|
874
898
|
$el: any;
|
|
875
899
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
876
|
-
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
877
|
-
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
900
|
+
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
901
|
+
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown, "bottom", boolean>;
|
|
878
902
|
readonly disabled: BooleanConstructor;
|
|
879
|
-
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
903
|
+
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
880
904
|
readonly transition: StringConstructor;
|
|
881
905
|
readonly popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
882
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
906
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
883
907
|
readonly content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
884
908
|
readonly popperStyle: {
|
|
885
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").
|
|
909
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
886
910
|
readonly required: false;
|
|
887
911
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
888
912
|
__epPropKey: true;
|
|
889
913
|
};
|
|
890
914
|
readonly popperClass: {
|
|
891
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
915
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | {
|
|
892
916
|
[x: string]: boolean;
|
|
893
917
|
} | (string | {
|
|
894
918
|
[x: string]: boolean;
|
|
@@ -910,7 +934,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
910
934
|
[x: string]: boolean;
|
|
911
935
|
} | (string | any[] | {
|
|
912
936
|
[x: string]: boolean;
|
|
913
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
937
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
914
938
|
[x: string]: boolean;
|
|
915
939
|
} | (string | {
|
|
916
940
|
[x: string]: boolean;
|
|
@@ -932,7 +956,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
932
956
|
[x: string]: boolean;
|
|
933
957
|
} | (string | any[] | {
|
|
934
958
|
[x: string]: boolean;
|
|
935
|
-
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
|
959
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
936
960
|
[x: string]: boolean;
|
|
937
961
|
} | (string | {
|
|
938
962
|
[x: string]: boolean;
|
|
@@ -954,7 +978,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
954
978
|
[x: string]: boolean;
|
|
955
979
|
} | (string | any[] | {
|
|
956
980
|
[x: string]: boolean;
|
|
957
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
981
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
958
982
|
[x: string]: boolean;
|
|
959
983
|
} | (string | {
|
|
960
984
|
[x: string]: boolean;
|
|
@@ -990,7 +1014,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
990
1014
|
};
|
|
991
1015
|
readonly effect: {
|
|
992
1016
|
readonly default: "light";
|
|
993
|
-
readonly type: import("vue").PropType<
|
|
1017
|
+
readonly type: import("vue").PropType<any>;
|
|
994
1018
|
readonly required: false;
|
|
995
1019
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
996
1020
|
readonly __epPropKey: true;
|
|
@@ -1041,10 +1065,10 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1041
1065
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1042
1066
|
readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1043
1067
|
}>>, {
|
|
1044
|
-
triggerRef: import("vue").Ref<
|
|
1068
|
+
triggerRef: import("vue").Ref<any>;
|
|
1045
1069
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1046
1070
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1047
|
-
referenceRef: import("vue").Ref<
|
|
1071
|
+
referenceRef: import("vue").Ref<any>;
|
|
1048
1072
|
role: import("vue").ComputedRef<string>;
|
|
1049
1073
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1050
1074
|
readonly role: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
|
@@ -1071,10 +1095,10 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1071
1095
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1072
1096
|
readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1073
1097
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
1074
|
-
triggerRef: import("vue").Ref<
|
|
1098
|
+
triggerRef: import("vue").Ref<any>;
|
|
1075
1099
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1076
1100
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1077
|
-
referenceRef: import("vue").Ref<
|
|
1101
|
+
referenceRef: import("vue").Ref<any>;
|
|
1078
1102
|
role: import("vue").ComputedRef<string>;
|
|
1079
1103
|
}> & import("vue").ComponentCustomProperties & {
|
|
1080
1104
|
$slots: {
|
|
@@ -1089,18 +1113,18 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1089
1113
|
"before-leave": () => void;
|
|
1090
1114
|
"update:visible": (value: boolean) => void;
|
|
1091
1115
|
}, string, {
|
|
1116
|
+
readonly disabled: boolean;
|
|
1092
1117
|
readonly width: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1093
1118
|
readonly content: string;
|
|
1094
1119
|
readonly offset: number;
|
|
1095
|
-
readonly visible: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1096
|
-
readonly
|
|
1097
|
-
readonly
|
|
1098
|
-
readonly effect: string;
|
|
1120
|
+
readonly visible: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
|
1121
|
+
readonly placement: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown>;
|
|
1122
|
+
readonly effect: any;
|
|
1099
1123
|
readonly showAfter: number;
|
|
1100
1124
|
readonly hideAfter: number;
|
|
1101
1125
|
readonly autoClose: number;
|
|
1102
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1103
|
-
readonly trigger: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1126
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
1127
|
+
readonly trigger: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown>;
|
|
1104
1128
|
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
1105
1129
|
readonly enterable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1106
1130
|
readonly teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1127,22 +1151,22 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1127
1151
|
$nextTick: typeof import("vue").nextTick;
|
|
1128
1152
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1129
1153
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1130
|
-
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1131
|
-
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1154
|
+
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
1155
|
+
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown, "bottom", boolean>;
|
|
1132
1156
|
readonly disabled: BooleanConstructor;
|
|
1133
|
-
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1157
|
+
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
1134
1158
|
readonly transition: StringConstructor;
|
|
1135
1159
|
readonly popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
1136
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1160
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
1137
1161
|
readonly content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1138
1162
|
readonly popperStyle: {
|
|
1139
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").
|
|
1163
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
1140
1164
|
readonly required: false;
|
|
1141
1165
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1142
1166
|
__epPropKey: true;
|
|
1143
1167
|
};
|
|
1144
1168
|
readonly popperClass: {
|
|
1145
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1169
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | {
|
|
1146
1170
|
[x: string]: boolean;
|
|
1147
1171
|
} | (string | {
|
|
1148
1172
|
[x: string]: boolean;
|
|
@@ -1164,7 +1188,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1164
1188
|
[x: string]: boolean;
|
|
1165
1189
|
} | (string | any[] | {
|
|
1166
1190
|
[x: string]: boolean;
|
|
1167
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
1191
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1168
1192
|
[x: string]: boolean;
|
|
1169
1193
|
} | (string | {
|
|
1170
1194
|
[x: string]: boolean;
|
|
@@ -1186,7 +1210,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1186
1210
|
[x: string]: boolean;
|
|
1187
1211
|
} | (string | any[] | {
|
|
1188
1212
|
[x: string]: boolean;
|
|
1189
|
-
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
|
1213
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
1190
1214
|
[x: string]: boolean;
|
|
1191
1215
|
} | (string | {
|
|
1192
1216
|
[x: string]: boolean;
|
|
@@ -1208,7 +1232,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1208
1232
|
[x: string]: boolean;
|
|
1209
1233
|
} | (string | any[] | {
|
|
1210
1234
|
[x: string]: boolean;
|
|
1211
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
1235
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1212
1236
|
[x: string]: boolean;
|
|
1213
1237
|
} | (string | {
|
|
1214
1238
|
[x: string]: boolean;
|
|
@@ -1244,7 +1268,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1244
1268
|
};
|
|
1245
1269
|
readonly effect: {
|
|
1246
1270
|
readonly default: "light";
|
|
1247
|
-
readonly type: import("vue").PropType<
|
|
1271
|
+
readonly type: import("vue").PropType<any>;
|
|
1248
1272
|
readonly required: false;
|
|
1249
1273
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1250
1274
|
readonly __epPropKey: true;
|
|
@@ -1295,10 +1319,10 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1295
1319
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1296
1320
|
readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1297
1321
|
}>>, {
|
|
1298
|
-
triggerRef: import("vue").Ref<
|
|
1322
|
+
triggerRef: import("vue").Ref<any>;
|
|
1299
1323
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1300
1324
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1301
|
-
referenceRef: import("vue").Ref<
|
|
1325
|
+
referenceRef: import("vue").Ref<any>;
|
|
1302
1326
|
role: import("vue").ComputedRef<string>;
|
|
1303
1327
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1304
1328
|
readonly role: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
|
@@ -1325,10 +1349,10 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1325
1349
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1326
1350
|
readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1327
1351
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
1328
|
-
triggerRef: import("vue").Ref<
|
|
1352
|
+
triggerRef: import("vue").Ref<any>;
|
|
1329
1353
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1330
1354
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1331
|
-
referenceRef: import("vue").Ref<
|
|
1355
|
+
referenceRef: import("vue").Ref<any>;
|
|
1332
1356
|
role: import("vue").ComputedRef<string>;
|
|
1333
1357
|
}> & import("vue").ComponentCustomProperties & {
|
|
1334
1358
|
$slots: {
|
|
@@ -1341,22 +1365,22 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1341
1365
|
__isTeleport?: undefined;
|
|
1342
1366
|
__isSuspense?: undefined;
|
|
1343
1367
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1344
|
-
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1345
|
-
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1368
|
+
readonly trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
|
|
1369
|
+
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown, "bottom", boolean>;
|
|
1346
1370
|
readonly disabled: BooleanConstructor;
|
|
1347
|
-
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1371
|
+
readonly visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown, null, boolean>;
|
|
1348
1372
|
readonly transition: StringConstructor;
|
|
1349
1373
|
readonly popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
1350
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
1374
|
+
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
1351
1375
|
readonly content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1352
1376
|
readonly popperStyle: {
|
|
1353
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").
|
|
1377
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
1354
1378
|
readonly required: false;
|
|
1355
1379
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1356
1380
|
__epPropKey: true;
|
|
1357
1381
|
};
|
|
1358
1382
|
readonly popperClass: {
|
|
1359
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1383
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | {
|
|
1360
1384
|
[x: string]: boolean;
|
|
1361
1385
|
} | (string | {
|
|
1362
1386
|
[x: string]: boolean;
|
|
@@ -1378,7 +1402,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1378
1402
|
[x: string]: boolean;
|
|
1379
1403
|
} | (string | any[] | {
|
|
1380
1404
|
[x: string]: boolean;
|
|
1381
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
1405
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1382
1406
|
[x: string]: boolean;
|
|
1383
1407
|
} | (string | {
|
|
1384
1408
|
[x: string]: boolean;
|
|
@@ -1400,7 +1424,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1400
1424
|
[x: string]: boolean;
|
|
1401
1425
|
} | (string | any[] | {
|
|
1402
1426
|
[x: string]: boolean;
|
|
1403
|
-
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) =>
|
|
1427
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
1404
1428
|
[x: string]: boolean;
|
|
1405
1429
|
} | (string | {
|
|
1406
1430
|
[x: string]: boolean;
|
|
@@ -1422,7 +1446,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1422
1446
|
[x: string]: boolean;
|
|
1423
1447
|
} | (string | any[] | {
|
|
1424
1448
|
[x: string]: boolean;
|
|
1425
|
-
})[])[])[])[])[])[])[])[])[])[])
|
|
1449
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1426
1450
|
[x: string]: boolean;
|
|
1427
1451
|
} | (string | {
|
|
1428
1452
|
[x: string]: boolean;
|
|
@@ -1458,7 +1482,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1458
1482
|
};
|
|
1459
1483
|
readonly effect: {
|
|
1460
1484
|
readonly default: "light";
|
|
1461
|
-
readonly type: import("vue").PropType<
|
|
1485
|
+
readonly type: import("vue").PropType<any>;
|
|
1462
1486
|
readonly required: false;
|
|
1463
1487
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1464
1488
|
readonly __epPropKey: true;
|
|
@@ -1509,10 +1533,10 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1509
1533
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1510
1534
|
readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1511
1535
|
}>>, {
|
|
1512
|
-
triggerRef: import("vue").Ref<
|
|
1536
|
+
triggerRef: import("vue").Ref<any>;
|
|
1513
1537
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1514
1538
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1515
|
-
referenceRef: import("vue").Ref<
|
|
1539
|
+
referenceRef: import("vue").Ref<any>;
|
|
1516
1540
|
role: import("vue").ComputedRef<string>;
|
|
1517
1541
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1518
1542
|
readonly role: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
|
|
@@ -1539,10 +1563,10 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1539
1563
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1540
1564
|
readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
1541
1565
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
1542
|
-
triggerRef: import("vue").Ref<
|
|
1566
|
+
triggerRef: import("vue").Ref<any>;
|
|
1543
1567
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1544
1568
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1545
|
-
referenceRef: import("vue").Ref<
|
|
1569
|
+
referenceRef: import("vue").Ref<any>;
|
|
1546
1570
|
role: import("vue").ComputedRef<string>;
|
|
1547
1571
|
}> & import("vue").ComponentCustomProperties & {
|
|
1548
1572
|
$slots: {
|
|
@@ -1557,18 +1581,18 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1557
1581
|
"before-leave": () => void;
|
|
1558
1582
|
"update:visible": (value: boolean) => void;
|
|
1559
1583
|
}, string, {
|
|
1584
|
+
readonly disabled: boolean;
|
|
1560
1585
|
readonly width: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1561
1586
|
readonly content: string;
|
|
1562
1587
|
readonly offset: number;
|
|
1563
|
-
readonly visible: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1564
|
-
readonly
|
|
1565
|
-
readonly
|
|
1566
|
-
readonly effect: string;
|
|
1588
|
+
readonly visible: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
|
|
1589
|
+
readonly placement: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "right" | "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], unknown, unknown>;
|
|
1590
|
+
readonly effect: any;
|
|
1567
1591
|
readonly showAfter: number;
|
|
1568
1592
|
readonly hideAfter: number;
|
|
1569
1593
|
readonly autoClose: number;
|
|
1570
|
-
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1571
|
-
readonly trigger: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1594
|
+
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
1595
|
+
readonly trigger: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => "focus" | "click" | "hover" | "contextmenu" | import("element-plus").TooltipTriggerType[]) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown>;
|
|
1572
1596
|
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
1573
1597
|
readonly enterable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1574
1598
|
readonly teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1614,7 +1638,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1614
1638
|
$data: {};
|
|
1615
1639
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1616
1640
|
readonly size: {
|
|
1617
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1641
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1618
1642
|
readonly required: false;
|
|
1619
1643
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1620
1644
|
__epPropKey: true;
|
|
@@ -1641,7 +1665,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1641
1665
|
$el: any;
|
|
1642
1666
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1643
1667
|
readonly size: {
|
|
1644
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1668
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1645
1669
|
readonly required: false;
|
|
1646
1670
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1647
1671
|
__epPropKey: true;
|
|
@@ -1674,7 +1698,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1674
1698
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1675
1699
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1676
1700
|
readonly size: {
|
|
1677
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1701
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1678
1702
|
readonly required: false;
|
|
1679
1703
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1680
1704
|
__epPropKey: true;
|
|
@@ -1691,7 +1715,7 @@ export declare const HzztQuarterPicker: import("hzzt-plus/es/utils").SFCWithInst
|
|
|
1691
1715
|
__isSuspense?: undefined;
|
|
1692
1716
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1693
1717
|
readonly size: {
|
|
1694
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
1718
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
1695
1719
|
readonly required: false;
|
|
1696
1720
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1697
1721
|
__epPropKey: true;
|