@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13

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 (139) hide show
  1. package/dist/json/attributes.json +7 -11
  2. package/dist/json/importMap-labs.json +30 -30
  3. package/dist/json/importMap.json +144 -144
  4. package/dist/json/tags.json +0 -1
  5. package/dist/json/web-types.json +8 -18
  6. package/dist/vuetify-labs.css +2162 -2162
  7. package/dist/vuetify-labs.d.ts +33122 -39828
  8. package/dist/vuetify-labs.esm.js +17 -9
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +17 -9
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1025 -1025
  13. package/dist/vuetify.d.ts +32674 -39040
  14. package/dist/vuetify.esm.js +16 -8
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +16 -8
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +22 -22
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +50 -73
  22. package/lib/components/VApp/index.d.mts +9 -11
  23. package/lib/components/VAppBar/index.d.mts +92 -128
  24. package/lib/components/VAutocomplete/index.d.mts +4771 -3230
  25. package/lib/components/VAvatar/index.d.mts +23 -22
  26. package/lib/components/VBadge/index.d.mts +53 -59
  27. package/lib/components/VBanner/index.d.mts +44 -66
  28. package/lib/components/VBottomNavigation/index.d.mts +25 -32
  29. package/lib/components/VBottomSheet/index.d.mts +125 -135
  30. package/lib/components/VBreadcrumbs/index.d.mts +35 -78
  31. package/lib/components/VBtn/index.d.mts +49 -53
  32. package/lib/components/VBtnGroup/index.d.mts +14 -13
  33. package/lib/components/VBtnToggle/index.d.mts +21 -23
  34. package/lib/components/VCard/index.d.mts +104 -168
  35. package/lib/components/VCarousel/index.d.mts +59 -96
  36. package/lib/components/VCheckbox/index.d.mts +132 -155
  37. package/lib/components/VChip/index.d.mts +47 -59
  38. package/lib/components/VChipGroup/index.d.mts +39 -41
  39. package/lib/components/VCode/index.d.mts +9 -11
  40. package/lib/components/VColorPicker/index.d.mts +58 -133
  41. package/lib/components/VCombobox/index.d.mts +4785 -3244
  42. package/lib/components/VConfirmEdit/index.d.mts +11 -19
  43. package/lib/components/VCounter/index.d.mts +40 -42
  44. package/lib/components/VDataIterator/index.d.mts +171 -185
  45. package/lib/components/VDataTable/index.d.mts +480 -1204
  46. package/lib/components/VDatePicker/index.d.mts +120 -158
  47. package/lib/components/VDefaultsProvider/index.d.mts +5 -9
  48. package/lib/components/VDialog/index.d.mts +243 -277
  49. package/lib/components/VDivider/index.d.mts +9 -11
  50. package/lib/components/VEmptyState/index.d.mts +30 -52
  51. package/lib/components/VExpansionPanel/index.d.mts +60 -85
  52. package/lib/components/VFab/index.d.mts +81 -73
  53. package/lib/components/VField/index.d.mts +35 -62
  54. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  55. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  56. package/lib/components/VFileInput/index.d.mts +172 -259
  57. package/lib/components/VFooter/index.d.mts +9 -11
  58. package/lib/components/VForm/index.d.mts +105 -77
  59. package/lib/components/VGrid/index.d.mts +41 -52
  60. package/lib/components/VHover/index.d.mts +5 -9
  61. package/lib/components/VIcon/index.d.mts +23 -29
  62. package/lib/components/VImg/index.d.mts +28 -42
  63. package/lib/components/VInfiniteScroll/index.d.mts +17 -37
  64. package/lib/components/VInput/index.d.mts +48 -50
  65. package/lib/components/VItemGroup/index.d.mts +21 -30
  66. package/lib/components/VKbd/index.d.mts +9 -11
  67. package/lib/components/VLabel/index.d.mts +9 -11
  68. package/lib/components/VLayout/index.d.mts +18 -24
  69. package/lib/components/VLazy/index.d.mts +42 -44
  70. package/lib/components/VList/VList.mjs.map +1 -1
  71. package/lib/components/VList/index.d.mts +210 -329
  72. package/lib/components/VLocaleProvider/index.d.mts +9 -11
  73. package/lib/components/VMain/index.d.mts +9 -11
  74. package/lib/components/VMenu/index.d.mts +272 -306
  75. package/lib/components/VMessages/index.d.mts +49 -51
  76. package/lib/components/VNavigationDrawer/index.d.mts +27 -40
  77. package/lib/components/VOtpInput/index.d.mts +22 -28
  78. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  79. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  80. package/lib/components/VOverlay/index.d.mts +53 -63
  81. package/lib/components/VPagination/index.d.mts +31 -46
  82. package/lib/components/VParallax/index.d.mts +15 -29
  83. package/lib/components/VProgressCircular/index.d.mts +9 -11
  84. package/lib/components/VProgressLinear/index.d.mts +22 -24
  85. package/lib/components/VRadio/index.d.mts +49 -52
  86. package/lib/components/VRadioGroup/index.d.mts +66 -66
  87. package/lib/components/VRangeSlider/index.d.mts +58 -69
  88. package/lib/components/VRating/index.d.mts +13 -19
  89. package/lib/components/VResponsive/index.d.mts +11 -17
  90. package/lib/components/VSelect/index.d.mts +4762 -3221
  91. package/lib/components/VSelectionControl/index.d.mts +38 -44
  92. package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
  93. package/lib/components/VSheet/index.d.mts +15 -17
  94. package/lib/components/VSkeletonLoader/index.d.mts +41 -11
  95. package/lib/components/VSlideGroup/index.d.mts +112 -129
  96. package/lib/components/VSlider/index.d.mts +58 -69
  97. package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
  98. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  99. package/lib/components/VSnackbar/index.d.mts +231 -270
  100. package/lib/components/VSparkline/index.d.mts +11 -19
  101. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  102. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  103. package/lib/components/VSpeedDial/index.d.mts +179 -189
  104. package/lib/components/VStepper/index.d.mts +105 -180
  105. package/lib/components/VSwitch/index.d.mts +78 -98
  106. package/lib/components/VSystemBar/index.d.mts +13 -15
  107. package/lib/components/VTable/index.d.mts +15 -29
  108. package/lib/components/VTabs/index.d.mts +213 -297
  109. package/lib/components/VTextField/index.d.mts +253 -408
  110. package/lib/components/VTextarea/index.d.mts +157 -236
  111. package/lib/components/VThemeProvider/index.d.mts +9 -11
  112. package/lib/components/VTimeline/index.d.mts +29 -43
  113. package/lib/components/VToolbar/index.d.mts +49 -80
  114. package/lib/components/VTooltip/index.d.mts +282 -316
  115. package/lib/components/VValidation/index.d.mts +16 -23
  116. package/lib/components/VVirtualScroll/index.d.mts +14 -23
  117. package/lib/components/VWindow/index.d.mts +29 -50
  118. package/lib/components/index.d.mts +31169 -37524
  119. package/lib/components/transitions/index.d.mts +84 -148
  120. package/lib/composables/location.mjs.map +1 -1
  121. package/lib/directives/click-outside/index.mjs +3 -0
  122. package/lib/directives/click-outside/index.mjs.map +1 -1
  123. package/lib/entry-bundler.mjs +1 -1
  124. package/lib/framework.mjs +1 -1
  125. package/lib/index.d.mts +60 -60
  126. package/lib/labs/VCalendar/index.d.mts +146 -166
  127. package/lib/labs/VDateInput/index.d.mts +83 -62
  128. package/lib/labs/VNumberInput/index.d.mts +61 -88
  129. package/lib/labs/VPicker/index.d.mts +28 -46
  130. package/lib/labs/VPullToRefresh/index.d.mts +7 -15
  131. package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
  132. package/lib/labs/VStepperVertical/index.d.mts +109 -184
  133. package/lib/labs/VTimePicker/index.d.mts +35 -53
  134. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  135. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  136. package/lib/labs/VTreeview/index.d.mts +200 -292
  137. package/lib/labs/components.d.mts +905 -1246
  138. package/lib/util/propsFactory.mjs.map +1 -1
  139. package/package.json +3 -3
@@ -1,5 +1,7 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent } from 'vue';
3
+
4
+ type ClassValue = any;
3
5
 
4
6
  type Density = null | 'default' | 'comfortable' | 'compact';
5
7
 
@@ -13,8 +15,27 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
13
15
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
14
16
  }
15
17
 
18
+ type EventProp<T extends any[] = any[], F = (...args: T) => void> = F;
19
+ declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T>>;
20
+
16
21
  type ValidationResult = string | boolean;
17
22
  type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
23
+ type ValidateOnValue = 'blur' | 'input' | 'submit';
24
+ interface ValidationProps {
25
+ disabled: boolean | null;
26
+ error: boolean;
27
+ errorMessages: string | readonly string[] | null;
28
+ focused: boolean;
29
+ maxErrors: string | number;
30
+ name: string | undefined;
31
+ label: string | undefined;
32
+ readonly: boolean | null;
33
+ rules: readonly ValidationRule[];
34
+ modelValue: any;
35
+ 'onUpdate:modelValue': EventProp | undefined;
36
+ validateOn?: ValidateOnValue | `${ValidateOnValue} lazy` | `lazy ${ValidateOnValue}` | 'lazy';
37
+ validationValue: any;
38
+ }
18
39
 
19
40
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
20
41
  declare const IconValue: PropType<IconValue>;
@@ -45,7 +66,7 @@ declare const VDateInput: {
45
66
  rules: readonly ValidationRule[];
46
67
  tile: boolean;
47
68
  density: Density;
48
- prependIcon: NonNullable<IconValue>;
69
+ prependIcon: IconValue;
49
70
  clearIcon: IconValue;
50
71
  hideSpinButtons: boolean;
51
72
  persistentHint: boolean;
@@ -64,18 +85,18 @@ declare const VDateInput: {
64
85
  viewMode: "month" | "year" | "months";
65
86
  showAdjacentMonths: boolean;
66
87
  weekdays: number[];
67
- weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
88
+ weeksInMonth: "static" | "dynamic";
68
89
  hideWeekdays: boolean;
69
90
  showWeek: boolean;
70
91
  hideHeader: boolean;
71
92
  hideActions: boolean;
72
93
  } & {
94
+ name?: string | undefined;
73
95
  max?: unknown;
74
- location?: Anchor | undefined;
96
+ location?: Anchor | null | undefined;
75
97
  id?: string | undefined;
76
98
  height?: string | number | undefined;
77
99
  width?: string | number | undefined;
78
- name?: string | undefined;
79
100
  min?: unknown;
80
101
  border?: string | number | boolean | undefined;
81
102
  color?: string | undefined;
@@ -132,7 +153,7 @@ declare const VDateInput: {
132
153
  } & {
133
154
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
134
155
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
135
- 'update:modelValue': (val: string) => boolean;
156
+ 'update:modelValue': (val: string) => true;
136
157
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
137
158
  flat: boolean;
138
159
  reverse: boolean;
@@ -158,7 +179,7 @@ declare const VDateInput: {
158
179
  rules: readonly ValidationRule[];
159
180
  tile: boolean;
160
181
  density: Density;
161
- prependIcon: NonNullable<IconValue>;
182
+ prependIcon: IconValue;
162
183
  clearIcon: IconValue;
163
184
  hideSpinButtons: boolean;
164
185
  persistentHint: boolean;
@@ -177,18 +198,18 @@ declare const VDateInput: {
177
198
  viewMode: "month" | "year" | "months";
178
199
  showAdjacentMonths: boolean;
179
200
  weekdays: number[];
180
- weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
201
+ weeksInMonth: "static" | "dynamic";
181
202
  hideWeekdays: boolean;
182
203
  showWeek: boolean;
183
204
  hideHeader: boolean;
184
205
  hideActions: boolean;
185
206
  } & {
207
+ name?: string | undefined;
186
208
  max?: unknown;
187
- location?: Anchor | undefined;
209
+ location?: Anchor | null | undefined;
188
210
  id?: string | undefined;
189
211
  height?: string | number | undefined;
190
212
  width?: string | number | undefined;
191
- name?: string | undefined;
192
213
  min?: unknown;
193
214
  border?: string | number | boolean | undefined;
194
215
  color?: string | undefined;
@@ -270,7 +291,7 @@ declare const VDateInput: {
270
291
  rounded: string | number | boolean;
271
292
  tile: boolean;
272
293
  density: Density;
273
- prependIcon: NonNullable<IconValue>;
294
+ prependIcon: IconValue;
274
295
  clearIcon: IconValue;
275
296
  centerAffix: boolean;
276
297
  hideSpinButtons: boolean;
@@ -290,15 +311,13 @@ declare const VDateInput: {
290
311
  viewMode: "month" | "year" | "months";
291
312
  showAdjacentMonths: boolean;
292
313
  weekdays: number[];
293
- weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
314
+ weeksInMonth: "static" | "dynamic";
294
315
  hideWeekdays: boolean;
295
316
  showWeek: boolean;
296
317
  hideHeader: boolean;
297
318
  hideActions: boolean;
298
319
  }, true, {}, vue.SlotsType<Partial<{
299
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
300
- [key: string]: any;
301
- }>[];
320
+ default: () => vue.VNode[];
302
321
  }>>, {
303
322
  P: {};
304
323
  B: {};
@@ -331,7 +350,7 @@ declare const VDateInput: {
331
350
  rules: readonly ValidationRule[];
332
351
  tile: boolean;
333
352
  density: Density;
334
- prependIcon: NonNullable<IconValue>;
353
+ prependIcon: IconValue;
335
354
  clearIcon: IconValue;
336
355
  hideSpinButtons: boolean;
337
356
  persistentHint: boolean;
@@ -350,18 +369,18 @@ declare const VDateInput: {
350
369
  viewMode: "month" | "year" | "months";
351
370
  showAdjacentMonths: boolean;
352
371
  weekdays: number[];
353
- weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
372
+ weeksInMonth: "static" | "dynamic";
354
373
  hideWeekdays: boolean;
355
374
  showWeek: boolean;
356
375
  hideHeader: boolean;
357
376
  hideActions: boolean;
358
377
  } & {
378
+ name?: string | undefined;
359
379
  max?: unknown;
360
- location?: Anchor | undefined;
380
+ location?: Anchor | null | undefined;
361
381
  id?: string | undefined;
362
382
  height?: string | number | undefined;
363
383
  width?: string | number | undefined;
364
- name?: string | undefined;
365
384
  min?: unknown;
366
385
  border?: string | number | boolean | undefined;
367
386
  color?: string | undefined;
@@ -443,7 +462,7 @@ declare const VDateInput: {
443
462
  rounded: string | number | boolean;
444
463
  tile: boolean;
445
464
  density: Density;
446
- prependIcon: NonNullable<IconValue>;
465
+ prependIcon: IconValue;
447
466
  clearIcon: IconValue;
448
467
  centerAffix: boolean;
449
468
  hideSpinButtons: boolean;
@@ -463,15 +482,15 @@ declare const VDateInput: {
463
482
  viewMode: "month" | "year" | "months";
464
483
  showAdjacentMonths: boolean;
465
484
  weekdays: number[];
466
- weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
485
+ weeksInMonth: "static" | "dynamic";
467
486
  hideWeekdays: boolean;
468
487
  showWeek: boolean;
469
488
  hideHeader: boolean;
470
489
  hideActions: boolean;
471
490
  }>;
472
- __isFragment?: undefined;
473
- __isTeleport?: undefined;
474
- __isSuspense?: undefined;
491
+ __isFragment?: never;
492
+ __isTeleport?: never;
493
+ __isSuspense?: never;
475
494
  } & vue.ComponentOptionsBase<{
476
495
  flat: boolean;
477
496
  reverse: boolean;
@@ -497,7 +516,7 @@ declare const VDateInput: {
497
516
  rules: readonly ValidationRule[];
498
517
  tile: boolean;
499
518
  density: Density;
500
- prependIcon: NonNullable<IconValue>;
519
+ prependIcon: IconValue;
501
520
  clearIcon: IconValue;
502
521
  hideSpinButtons: boolean;
503
522
  persistentHint: boolean;
@@ -516,18 +535,18 @@ declare const VDateInput: {
516
535
  viewMode: "month" | "year" | "months";
517
536
  showAdjacentMonths: boolean;
518
537
  weekdays: number[];
519
- weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
538
+ weeksInMonth: "static" | "dynamic";
520
539
  hideWeekdays: boolean;
521
540
  showWeek: boolean;
522
541
  hideHeader: boolean;
523
542
  hideActions: boolean;
524
543
  } & {
544
+ name?: string | undefined;
525
545
  max?: unknown;
526
- location?: Anchor | undefined;
546
+ location?: Anchor | null | undefined;
527
547
  id?: string | undefined;
528
548
  height?: string | number | undefined;
529
549
  width?: string | number | undefined;
530
- name?: string | undefined;
531
550
  min?: unknown;
532
551
  border?: string | number | boolean | undefined;
533
552
  color?: string | undefined;
@@ -584,7 +603,7 @@ declare const VDateInput: {
584
603
  } & {
585
604
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
586
605
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
587
- 'update:modelValue': (val: string) => boolean;
606
+ 'update:modelValue': (val: string) => true;
588
607
  }, string, {
589
608
  flat: boolean;
590
609
  reverse: boolean;
@@ -611,7 +630,7 @@ declare const VDateInput: {
611
630
  rounded: string | number | boolean;
612
631
  tile: boolean;
613
632
  density: Density;
614
- prependIcon: NonNullable<IconValue>;
633
+ prependIcon: IconValue;
615
634
  clearIcon: IconValue;
616
635
  centerAffix: boolean;
617
636
  hideSpinButtons: boolean;
@@ -631,18 +650,16 @@ declare const VDateInput: {
631
650
  viewMode: "month" | "year" | "months";
632
651
  showAdjacentMonths: boolean;
633
652
  weekdays: number[];
634
- weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
653
+ weeksInMonth: "static" | "dynamic";
635
654
  hideWeekdays: boolean;
636
655
  showWeek: boolean;
637
656
  hideHeader: boolean;
638
657
  hideActions: boolean;
639
658
  }, {}, string, vue.SlotsType<Partial<{
640
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
641
- [key: string]: any;
642
- }>[];
659
+ default: () => vue.VNode[];
643
660
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
644
661
  max: vue.PropType<unknown>;
645
- location: vue.PropType<Anchor>;
662
+ location: vue.PropType<Anchor | null>;
646
663
  height: (StringConstructor | NumberConstructor)[];
647
664
  width: (StringConstructor | NumberConstructor)[];
648
665
  min: vue.PropType<unknown>;
@@ -674,10 +691,10 @@ declare const VDateInput: {
674
691
  };
675
692
  text: StringConstructor;
676
693
  disabled: BooleanConstructor;
677
- multiple: vue.PropType<number | boolean | "range" | (string & {})>;
694
+ multiple: vue.PropType<boolean | "range" | number | (string & {})>;
678
695
  month: (StringConstructor | NumberConstructor)[];
679
696
  year: NumberConstructor;
680
- class: vue.PropType<any>;
697
+ class: vue.PropType<ClassValue>;
681
698
  tag: {
682
699
  type: StringConstructor;
683
700
  default: string;
@@ -712,7 +729,7 @@ declare const VDateInput: {
712
729
  default: string;
713
730
  };
714
731
  viewMode: {
715
- type: vue.PropType<"month" | "year" | "months">;
732
+ type: vue.PropType<"month" | "months" | "year">;
716
733
  default: string;
717
734
  };
718
735
  showAdjacentMonths: BooleanConstructor;
@@ -725,23 +742,25 @@ declare const VDateInput: {
725
742
  isArray(arg: any): arg is any[];
726
743
  readonly prototype: any[];
727
744
  from<T>(arrayLike: ArrayLike<T>): T[];
728
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
729
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
730
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
731
- of<T_4>(...items: T_4[]): T_4[];
745
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
746
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
747
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
748
+ of<T>(...items: T[]): T[];
749
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
750
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
732
751
  readonly [Symbol.species]: ArrayConstructor;
733
752
  };
734
753
  default: () => number[];
735
754
  };
736
755
  weeksInMonth: Omit<Omit<{
737
- type: vue.PropType<"static" | "dynamic">;
756
+ type: vue.PropType<"dynamic" | "static">;
738
757
  default: string;
739
758
  }, "type" | "default"> & {
740
- type: vue.PropType<NonNullable<"static" | "dynamic">>;
759
+ type: vue.PropType<"static" | "dynamic">;
741
760
  default: NonNullable<"static" | "dynamic">;
742
761
  }, "type" | "default"> & {
743
- type: vue.PropType<NonNullable<NonNullable<"static" | "dynamic">>>;
744
- default: NonNullable<NonNullable<"static" | "dynamic">>;
762
+ type: vue.PropType<"static" | "dynamic">;
763
+ default: NonNullable<"static" | "dynamic">;
745
764
  };
746
765
  firstDayOfWeek: (StringConstructor | NumberConstructor)[];
747
766
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
@@ -800,7 +819,7 @@ declare const VDateInput: {
800
819
  type: vue.PropType<readonly ValidationRule[]>;
801
820
  default: () => never[];
802
821
  };
803
- validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
822
+ validateOn: vue.PropType<ValidationProps["validateOn"]>;
804
823
  validationValue: null;
805
824
  density: {
806
825
  type: vue.PropType<Density>;
@@ -810,7 +829,7 @@ declare const VDateInput: {
810
829
  id: StringConstructor;
811
830
  appendIcon: vue.PropType<IconValue>;
812
831
  prependIcon: {
813
- type: vue.PropType<NonNullable<IconValue>>;
832
+ type: vue.PropType<IconValue>;
814
833
  default: NonNullable<IconValue>;
815
834
  };
816
835
  hideDetails: vue.PropType<boolean | "auto">;
@@ -856,7 +875,7 @@ declare const VDateInput: {
856
875
  hideActions: BooleanConstructor;
857
876
  }, vue.ExtractPropTypes<{
858
877
  max: vue.PropType<unknown>;
859
- location: vue.PropType<Anchor>;
878
+ location: vue.PropType<Anchor | null>;
860
879
  height: (StringConstructor | NumberConstructor)[];
861
880
  width: (StringConstructor | NumberConstructor)[];
862
881
  min: vue.PropType<unknown>;
@@ -888,10 +907,10 @@ declare const VDateInput: {
888
907
  };
889
908
  text: StringConstructor;
890
909
  disabled: BooleanConstructor;
891
- multiple: vue.PropType<number | boolean | "range" | (string & {})>;
910
+ multiple: vue.PropType<boolean | "range" | number | (string & {})>;
892
911
  month: (StringConstructor | NumberConstructor)[];
893
912
  year: NumberConstructor;
894
- class: vue.PropType<any>;
913
+ class: vue.PropType<ClassValue>;
895
914
  tag: {
896
915
  type: StringConstructor;
897
916
  default: string;
@@ -926,7 +945,7 @@ declare const VDateInput: {
926
945
  default: string;
927
946
  };
928
947
  viewMode: {
929
- type: vue.PropType<"month" | "year" | "months">;
948
+ type: vue.PropType<"month" | "months" | "year">;
930
949
  default: string;
931
950
  };
932
951
  showAdjacentMonths: BooleanConstructor;
@@ -939,23 +958,25 @@ declare const VDateInput: {
939
958
  isArray(arg: any): arg is any[];
940
959
  readonly prototype: any[];
941
960
  from<T>(arrayLike: ArrayLike<T>): T[];
942
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
943
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
944
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
945
- of<T_4>(...items: T_4[]): T_4[];
961
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
962
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
963
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
964
+ of<T>(...items: T[]): T[];
965
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
966
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
946
967
  readonly [Symbol.species]: ArrayConstructor;
947
968
  };
948
969
  default: () => number[];
949
970
  };
950
971
  weeksInMonth: Omit<Omit<{
951
- type: vue.PropType<"static" | "dynamic">;
972
+ type: vue.PropType<"dynamic" | "static">;
952
973
  default: string;
953
974
  }, "type" | "default"> & {
954
- type: vue.PropType<NonNullable<"static" | "dynamic">>;
975
+ type: vue.PropType<"static" | "dynamic">;
955
976
  default: NonNullable<"static" | "dynamic">;
956
977
  }, "type" | "default"> & {
957
- type: vue.PropType<NonNullable<NonNullable<"static" | "dynamic">>>;
958
- default: NonNullable<NonNullable<"static" | "dynamic">>;
978
+ type: vue.PropType<"static" | "dynamic">;
979
+ default: NonNullable<"static" | "dynamic">;
959
980
  };
960
981
  firstDayOfWeek: (StringConstructor | NumberConstructor)[];
961
982
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
@@ -1014,7 +1035,7 @@ declare const VDateInput: {
1014
1035
  type: vue.PropType<readonly ValidationRule[]>;
1015
1036
  default: () => never[];
1016
1037
  };
1017
- validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
1038
+ validateOn: vue.PropType<ValidationProps["validateOn"]>;
1018
1039
  validationValue: null;
1019
1040
  density: {
1020
1041
  type: vue.PropType<Density>;
@@ -1024,7 +1045,7 @@ declare const VDateInput: {
1024
1045
  id: StringConstructor;
1025
1046
  appendIcon: vue.PropType<IconValue>;
1026
1047
  prependIcon: {
1027
- type: vue.PropType<NonNullable<IconValue>>;
1048
+ type: vue.PropType<IconValue>;
1028
1049
  default: NonNullable<IconValue>;
1029
1050
  };
1030
1051
  hideDetails: vue.PropType<boolean | "auto">;