ra-element 0.1.36 → 0.1.39

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.
Files changed (33) hide show
  1. package/docs/ra-dialog.md +1 -0
  2. package/docs/ra-form.md +2 -2
  3. package/docs/ra-tree-select.md +1 -1
  4. package/lib/ExampleItem-DwhALQGq.js +1 -0
  5. package/lib/ExampleItem-DwhALQGq.js.map +1 -0
  6. package/lib/components/ra-button/index.vue.d.ts +40 -12
  7. package/lib/components/ra-checkbox-group/index.vue.d.ts +135 -5
  8. package/lib/components/ra-date-picker/index.vue.d.ts +216 -44
  9. package/lib/components/ra-dialog/index.vue.d.ts +173 -28
  10. package/lib/components/ra-dialog-select/index.vue.d.ts +12 -11
  11. package/lib/components/ra-form/type.d.ts +1 -1
  12. package/lib/components/ra-input/index.vue.d.ts +50 -24
  13. package/lib/components/ra-radio-group/index.vue.d.ts +71 -5
  14. package/lib/components/ra-table/type.d.ts +10 -4
  15. package/lib/components/ra-tree-select/index.vue.d.ts +41 -4
  16. package/lib/components/ra-upload/index.vue.d.ts +7 -6
  17. package/lib/index-DE9tcA5I.js +1 -0
  18. package/lib/index-DE9tcA5I.js.map +1 -0
  19. package/lib/index-DN2aloZb.js +1 -0
  20. package/lib/index-DN2aloZb.js.map +1 -0
  21. package/lib/index-DPST30-1.js +1 -0
  22. package/lib/index-DPST30-1.js.map +1 -0
  23. package/lib/index-DUdhhr_j.js +1 -0
  24. package/lib/index-DUdhhr_j.js.map +1 -0
  25. package/lib/index-hKxQUnh9.js +1 -0
  26. package/lib/index-hKxQUnh9.js.map +1 -0
  27. package/lib/ra-element.css +1 -1
  28. package/lib/ra-element.es.js +19510 -18592
  29. package/lib/ra-element.es.js.map +1 -0
  30. package/lib/ra-element.umd.js +14 -39
  31. package/lib/ra-element.umd.js.map +1 -0
  32. package/package.json +3 -3
  33. package/lib/components/ra-select/index.vue.d.ts +0 -1692
@@ -67,7 +67,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
67
67
  }>, {
68
68
  component: import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
69
69
  readonly type: {
70
- readonly type: import('vue').PropType<"date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
70
+ readonly type: import('vue').PropType<import('element-plus').DatePickerType>;
71
71
  readonly required: false;
72
72
  readonly validator: ((val: unknown) => boolean) | undefined;
73
73
  __epPropKey: true;
@@ -82,11 +82,27 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
82
82
  } & {
83
83
  readonly default: true;
84
84
  };
85
+ readonly showConfirm: {
86
+ readonly type: import('vue').PropType<boolean>;
87
+ readonly required: false;
88
+ readonly validator: ((val: unknown) => boolean) | undefined;
89
+ __epPropKey: true;
90
+ } & {
91
+ readonly default: true;
92
+ };
93
+ readonly showFooter: {
94
+ readonly type: import('vue').PropType<boolean>;
95
+ readonly required: false;
96
+ readonly validator: ((val: unknown) => boolean) | undefined;
97
+ __epPropKey: true;
98
+ } & {
99
+ readonly default: true;
100
+ };
85
101
  readonly showWeekNumber: BooleanConstructor;
86
102
  readonly ariaLabel: StringConstructor;
87
103
  readonly emptyValues: ArrayConstructor;
88
104
  readonly valueOnClear: {
89
- readonly type: import('vue').PropType<string | number | boolean | Function>;
105
+ readonly type: import('vue').PropType<string | number | boolean | Function | null>;
90
106
  readonly required: false;
91
107
  readonly validator: ((val: unknown) => boolean) | undefined;
92
108
  __epPropKey: true;
@@ -178,12 +194,38 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
178
194
  __epPropKey: true;
179
195
  };
180
196
  readonly popperClass: {
181
- readonly type: import('vue').PropType<string>;
197
+ readonly type: import('vue').PropType<string | {
198
+ [x: string]: boolean;
199
+ } | (string | {
200
+ [x: string]: boolean;
201
+ } | (string | {
202
+ [x: string]: boolean;
203
+ } | (string | {
204
+ [x: string]: boolean;
205
+ } | (string | {
206
+ [x: string]: boolean;
207
+ } | (string | {
208
+ [x: string]: boolean;
209
+ } | (string | {
210
+ [x: string]: boolean;
211
+ } | (string | {
212
+ [x: string]: boolean;
213
+ } | (string | {
214
+ [x: string]: boolean;
215
+ } | (string | {
216
+ [x: string]: boolean;
217
+ } | (string | any[] | {
218
+ [x: string]: boolean;
219
+ })[])[])[])[])[])[])[])[])[])[]>;
220
+ readonly required: false;
221
+ readonly validator: ((val: unknown) => boolean) | undefined;
222
+ __epPropKey: true;
223
+ };
224
+ readonly popperStyle: {
225
+ readonly type: import('vue').PropType<import('vue').StyleValue>;
182
226
  readonly required: false;
183
227
  readonly validator: ((val: unknown) => boolean) | undefined;
184
228
  __epPropKey: true;
185
- } & {
186
- readonly default: "";
187
229
  };
188
230
  readonly format: StringConstructor;
189
231
  readonly valueFormat: StringConstructor;
@@ -244,7 +286,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
244
286
  readonly default: () => {};
245
287
  };
246
288
  readonly modelValue: {
247
- readonly type: import('vue').PropType<import('element-plus').ModelValueType>;
289
+ readonly type: import('vue').PropType<import('element-plus').ModelValueType | null>;
248
290
  readonly required: false;
249
291
  readonly validator: ((val: unknown) => boolean) | undefined;
250
292
  __epPropKey: true;
@@ -278,23 +320,24 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
278
320
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
279
321
  }, () => JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
280
322
  readonly disabled: boolean;
281
- readonly type: "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange";
323
+ readonly tabindex: string | number;
324
+ readonly type: import('element-plus').DatePickerType;
282
325
  readonly placeholder: string;
283
- readonly modelValue: import('element-plus').ModelValueType;
326
+ readonly modelValue: import('element-plus').ModelValueType | null;
284
327
  readonly placement: any;
285
- readonly tabindex: string | number;
286
- readonly valueOnClear: string | number | boolean | Function;
328
+ readonly valueOnClear: string | number | boolean | Function | null;
287
329
  readonly readonly: boolean;
288
330
  readonly prefixIcon: string | import('vue').Component;
289
331
  readonly validateEvent: boolean;
290
332
  readonly clearable: boolean;
291
333
  readonly fallbackPlacements: Placement[];
292
334
  readonly popperOptions: Partial<Options>;
293
- readonly popperClass: string;
294
335
  readonly editable: boolean;
295
336
  readonly rangeSeparator: string;
296
337
  readonly shortcuts: unknown[];
297
338
  readonly showNow: boolean;
339
+ readonly showConfirm: boolean;
340
+ readonly showFooter: boolean;
298
341
  readonly showWeekNumber: boolean;
299
342
  readonly arrowControl: boolean;
300
343
  readonly unlinkPanels: boolean;
@@ -308,7 +351,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
308
351
  Defaults: {};
309
352
  }, Readonly<import('vue').ExtractPropTypes<{
310
353
  readonly type: {
311
- readonly type: import('vue').PropType<"date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
354
+ readonly type: import('vue').PropType<import('element-plus').DatePickerType>;
312
355
  readonly required: false;
313
356
  readonly validator: ((val: unknown) => boolean) | undefined;
314
357
  __epPropKey: true;
@@ -323,11 +366,27 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
323
366
  } & {
324
367
  readonly default: true;
325
368
  };
369
+ readonly showConfirm: {
370
+ readonly type: import('vue').PropType<boolean>;
371
+ readonly required: false;
372
+ readonly validator: ((val: unknown) => boolean) | undefined;
373
+ __epPropKey: true;
374
+ } & {
375
+ readonly default: true;
376
+ };
377
+ readonly showFooter: {
378
+ readonly type: import('vue').PropType<boolean>;
379
+ readonly required: false;
380
+ readonly validator: ((val: unknown) => boolean) | undefined;
381
+ __epPropKey: true;
382
+ } & {
383
+ readonly default: true;
384
+ };
326
385
  readonly showWeekNumber: BooleanConstructor;
327
386
  readonly ariaLabel: StringConstructor;
328
387
  readonly emptyValues: ArrayConstructor;
329
388
  readonly valueOnClear: {
330
- readonly type: import('vue').PropType<string | number | boolean | Function>;
389
+ readonly type: import('vue').PropType<string | number | boolean | Function | null>;
331
390
  readonly required: false;
332
391
  readonly validator: ((val: unknown) => boolean) | undefined;
333
392
  __epPropKey: true;
@@ -419,12 +478,38 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
419
478
  __epPropKey: true;
420
479
  };
421
480
  readonly popperClass: {
422
- readonly type: import('vue').PropType<string>;
481
+ readonly type: import('vue').PropType<string | {
482
+ [x: string]: boolean;
483
+ } | (string | {
484
+ [x: string]: boolean;
485
+ } | (string | {
486
+ [x: string]: boolean;
487
+ } | (string | {
488
+ [x: string]: boolean;
489
+ } | (string | {
490
+ [x: string]: boolean;
491
+ } | (string | {
492
+ [x: string]: boolean;
493
+ } | (string | {
494
+ [x: string]: boolean;
495
+ } | (string | {
496
+ [x: string]: boolean;
497
+ } | (string | {
498
+ [x: string]: boolean;
499
+ } | (string | {
500
+ [x: string]: boolean;
501
+ } | (string | any[] | {
502
+ [x: string]: boolean;
503
+ })[])[])[])[])[])[])[])[])[])[]>;
504
+ readonly required: false;
505
+ readonly validator: ((val: unknown) => boolean) | undefined;
506
+ __epPropKey: true;
507
+ };
508
+ readonly popperStyle: {
509
+ readonly type: import('vue').PropType<import('vue').StyleValue>;
423
510
  readonly required: false;
424
511
  readonly validator: ((val: unknown) => boolean) | undefined;
425
512
  __epPropKey: true;
426
- } & {
427
- readonly default: "";
428
513
  };
429
514
  readonly format: StringConstructor;
430
515
  readonly valueFormat: StringConstructor;
@@ -485,7 +570,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
485
570
  readonly default: () => {};
486
571
  };
487
572
  readonly modelValue: {
488
- readonly type: import('vue').PropType<import('element-plus').ModelValueType>;
573
+ readonly type: import('vue').PropType<import('element-plus').ModelValueType | null>;
489
574
  readonly required: false;
490
575
  readonly validator: ((val: unknown) => boolean) | undefined;
491
576
  __epPropKey: true;
@@ -519,30 +604,31 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
519
604
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
520
605
  }, () => JSX.Element, {}, {}, {}, {
521
606
  readonly disabled: boolean;
522
- readonly type: "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange";
607
+ readonly tabindex: string | number;
608
+ readonly type: import('element-plus').DatePickerType;
523
609
  readonly placeholder: string;
524
- readonly modelValue: import('element-plus').ModelValueType;
610
+ readonly modelValue: import('element-plus').ModelValueType | null;
525
611
  readonly placement: any;
526
- readonly tabindex: string | number;
527
- readonly valueOnClear: string | number | boolean | Function;
612
+ readonly valueOnClear: string | number | boolean | Function | null;
528
613
  readonly readonly: boolean;
529
614
  readonly prefixIcon: string | import('vue').Component;
530
615
  readonly validateEvent: boolean;
531
616
  readonly clearable: boolean;
532
617
  readonly fallbackPlacements: Placement[];
533
618
  readonly popperOptions: Partial<Options>;
534
- readonly popperClass: string;
535
619
  readonly editable: boolean;
536
620
  readonly rangeSeparator: string;
537
621
  readonly shortcuts: unknown[];
538
622
  readonly showNow: boolean;
623
+ readonly showConfirm: boolean;
624
+ readonly showFooter: boolean;
539
625
  readonly showWeekNumber: boolean;
540
626
  readonly arrowControl: boolean;
541
627
  readonly unlinkPanels: boolean;
542
628
  readonly isRange: boolean;
543
629
  }> | null, import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
544
630
  readonly type: {
545
- readonly type: import('vue').PropType<"date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
631
+ readonly type: import('vue').PropType<import('element-plus').DatePickerType>;
546
632
  readonly required: false;
547
633
  readonly validator: ((val: unknown) => boolean) | undefined;
548
634
  __epPropKey: true;
@@ -557,11 +643,27 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
557
643
  } & {
558
644
  readonly default: true;
559
645
  };
646
+ readonly showConfirm: {
647
+ readonly type: import('vue').PropType<boolean>;
648
+ readonly required: false;
649
+ readonly validator: ((val: unknown) => boolean) | undefined;
650
+ __epPropKey: true;
651
+ } & {
652
+ readonly default: true;
653
+ };
654
+ readonly showFooter: {
655
+ readonly type: import('vue').PropType<boolean>;
656
+ readonly required: false;
657
+ readonly validator: ((val: unknown) => boolean) | undefined;
658
+ __epPropKey: true;
659
+ } & {
660
+ readonly default: true;
661
+ };
560
662
  readonly showWeekNumber: BooleanConstructor;
561
663
  readonly ariaLabel: StringConstructor;
562
664
  readonly emptyValues: ArrayConstructor;
563
665
  readonly valueOnClear: {
564
- readonly type: import('vue').PropType<string | number | boolean | Function>;
666
+ readonly type: import('vue').PropType<string | number | boolean | Function | null>;
565
667
  readonly required: false;
566
668
  readonly validator: ((val: unknown) => boolean) | undefined;
567
669
  __epPropKey: true;
@@ -653,12 +755,38 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
653
755
  __epPropKey: true;
654
756
  };
655
757
  readonly popperClass: {
656
- readonly type: import('vue').PropType<string>;
758
+ readonly type: import('vue').PropType<string | {
759
+ [x: string]: boolean;
760
+ } | (string | {
761
+ [x: string]: boolean;
762
+ } | (string | {
763
+ [x: string]: boolean;
764
+ } | (string | {
765
+ [x: string]: boolean;
766
+ } | (string | {
767
+ [x: string]: boolean;
768
+ } | (string | {
769
+ [x: string]: boolean;
770
+ } | (string | {
771
+ [x: string]: boolean;
772
+ } | (string | {
773
+ [x: string]: boolean;
774
+ } | (string | {
775
+ [x: string]: boolean;
776
+ } | (string | {
777
+ [x: string]: boolean;
778
+ } | (string | any[] | {
779
+ [x: string]: boolean;
780
+ })[])[])[])[])[])[])[])[])[])[]>;
781
+ readonly required: false;
782
+ readonly validator: ((val: unknown) => boolean) | undefined;
783
+ __epPropKey: true;
784
+ };
785
+ readonly popperStyle: {
786
+ readonly type: import('vue').PropType<import('vue').StyleValue>;
657
787
  readonly required: false;
658
788
  readonly validator: ((val: unknown) => boolean) | undefined;
659
789
  __epPropKey: true;
660
- } & {
661
- readonly default: "";
662
790
  };
663
791
  readonly format: StringConstructor;
664
792
  readonly valueFormat: StringConstructor;
@@ -719,7 +847,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
719
847
  readonly default: () => {};
720
848
  };
721
849
  readonly modelValue: {
722
- readonly type: import('vue').PropType<import('element-plus').ModelValueType>;
850
+ readonly type: import('vue').PropType<import('element-plus').ModelValueType | null>;
723
851
  readonly required: false;
724
852
  readonly validator: ((val: unknown) => boolean) | undefined;
725
853
  __epPropKey: true;
@@ -753,23 +881,24 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
753
881
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
754
882
  }, () => JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
755
883
  readonly disabled: boolean;
756
- readonly type: "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange";
884
+ readonly tabindex: string | number;
885
+ readonly type: import('element-plus').DatePickerType;
757
886
  readonly placeholder: string;
758
- readonly modelValue: import('element-plus').ModelValueType;
887
+ readonly modelValue: import('element-plus').ModelValueType | null;
759
888
  readonly placement: any;
760
- readonly tabindex: string | number;
761
- readonly valueOnClear: string | number | boolean | Function;
889
+ readonly valueOnClear: string | number | boolean | Function | null;
762
890
  readonly readonly: boolean;
763
891
  readonly prefixIcon: string | import('vue').Component;
764
892
  readonly validateEvent: boolean;
765
893
  readonly clearable: boolean;
766
894
  readonly fallbackPlacements: Placement[];
767
895
  readonly popperOptions: Partial<Options>;
768
- readonly popperClass: string;
769
896
  readonly editable: boolean;
770
897
  readonly rangeSeparator: string;
771
898
  readonly shortcuts: unknown[];
772
899
  readonly showNow: boolean;
900
+ readonly showConfirm: boolean;
901
+ readonly showFooter: boolean;
773
902
  readonly showWeekNumber: boolean;
774
903
  readonly arrowControl: boolean;
775
904
  readonly unlinkPanels: boolean;
@@ -783,7 +912,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
783
912
  Defaults: {};
784
913
  }, Readonly<import('vue').ExtractPropTypes<{
785
914
  readonly type: {
786
- readonly type: import('vue').PropType<"date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
915
+ readonly type: import('vue').PropType<import('element-plus').DatePickerType>;
787
916
  readonly required: false;
788
917
  readonly validator: ((val: unknown) => boolean) | undefined;
789
918
  __epPropKey: true;
@@ -798,11 +927,27 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
798
927
  } & {
799
928
  readonly default: true;
800
929
  };
930
+ readonly showConfirm: {
931
+ readonly type: import('vue').PropType<boolean>;
932
+ readonly required: false;
933
+ readonly validator: ((val: unknown) => boolean) | undefined;
934
+ __epPropKey: true;
935
+ } & {
936
+ readonly default: true;
937
+ };
938
+ readonly showFooter: {
939
+ readonly type: import('vue').PropType<boolean>;
940
+ readonly required: false;
941
+ readonly validator: ((val: unknown) => boolean) | undefined;
942
+ __epPropKey: true;
943
+ } & {
944
+ readonly default: true;
945
+ };
801
946
  readonly showWeekNumber: BooleanConstructor;
802
947
  readonly ariaLabel: StringConstructor;
803
948
  readonly emptyValues: ArrayConstructor;
804
949
  readonly valueOnClear: {
805
- readonly type: import('vue').PropType<string | number | boolean | Function>;
950
+ readonly type: import('vue').PropType<string | number | boolean | Function | null>;
806
951
  readonly required: false;
807
952
  readonly validator: ((val: unknown) => boolean) | undefined;
808
953
  __epPropKey: true;
@@ -894,12 +1039,38 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
894
1039
  __epPropKey: true;
895
1040
  };
896
1041
  readonly popperClass: {
897
- readonly type: import('vue').PropType<string>;
1042
+ readonly type: import('vue').PropType<string | {
1043
+ [x: string]: boolean;
1044
+ } | (string | {
1045
+ [x: string]: boolean;
1046
+ } | (string | {
1047
+ [x: string]: boolean;
1048
+ } | (string | {
1049
+ [x: string]: boolean;
1050
+ } | (string | {
1051
+ [x: string]: boolean;
1052
+ } | (string | {
1053
+ [x: string]: boolean;
1054
+ } | (string | {
1055
+ [x: string]: boolean;
1056
+ } | (string | {
1057
+ [x: string]: boolean;
1058
+ } | (string | {
1059
+ [x: string]: boolean;
1060
+ } | (string | {
1061
+ [x: string]: boolean;
1062
+ } | (string | any[] | {
1063
+ [x: string]: boolean;
1064
+ })[])[])[])[])[])[])[])[])[])[]>;
1065
+ readonly required: false;
1066
+ readonly validator: ((val: unknown) => boolean) | undefined;
1067
+ __epPropKey: true;
1068
+ };
1069
+ readonly popperStyle: {
1070
+ readonly type: import('vue').PropType<import('vue').StyleValue>;
898
1071
  readonly required: false;
899
1072
  readonly validator: ((val: unknown) => boolean) | undefined;
900
1073
  __epPropKey: true;
901
- } & {
902
- readonly default: "";
903
1074
  };
904
1075
  readonly format: StringConstructor;
905
1076
  readonly valueFormat: StringConstructor;
@@ -960,7 +1131,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
960
1131
  readonly default: () => {};
961
1132
  };
962
1133
  readonly modelValue: {
963
- readonly type: import('vue').PropType<import('element-plus').ModelValueType>;
1134
+ readonly type: import('vue').PropType<import('element-plus').ModelValueType | null>;
964
1135
  readonly required: false;
965
1136
  readonly validator: ((val: unknown) => boolean) | undefined;
966
1137
  __epPropKey: true;
@@ -994,23 +1165,24 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
994
1165
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
995
1166
  }, () => JSX.Element, {}, {}, {}, {
996
1167
  readonly disabled: boolean;
997
- readonly type: "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange";
1168
+ readonly tabindex: string | number;
1169
+ readonly type: import('element-plus').DatePickerType;
998
1170
  readonly placeholder: string;
999
- readonly modelValue: import('element-plus').ModelValueType;
1171
+ readonly modelValue: import('element-plus').ModelValueType | null;
1000
1172
  readonly placement: any;
1001
- readonly tabindex: string | number;
1002
- readonly valueOnClear: string | number | boolean | Function;
1173
+ readonly valueOnClear: string | number | boolean | Function | null;
1003
1174
  readonly readonly: boolean;
1004
1175
  readonly prefixIcon: string | import('vue').Component;
1005
1176
  readonly validateEvent: boolean;
1006
1177
  readonly clearable: boolean;
1007
1178
  readonly fallbackPlacements: Placement[];
1008
1179
  readonly popperOptions: Partial<Options>;
1009
- readonly popperClass: string;
1010
1180
  readonly editable: boolean;
1011
1181
  readonly rangeSeparator: string;
1012
1182
  readonly shortcuts: unknown[];
1013
1183
  readonly showNow: boolean;
1184
+ readonly showConfirm: boolean;
1185
+ readonly showFooter: boolean;
1014
1186
  readonly showWeekNumber: boolean;
1015
1187
  readonly arrowControl: boolean;
1016
1188
  readonly unlinkPanels: boolean;