@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24

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 (158) hide show
  1. package/CHANGELOG.md +0 -8
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +120 -120
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2160 -2162
  8. package/dist/vuetify-labs.d.ts +12298 -12189
  9. package/dist/vuetify-labs.esm.js +59 -29
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +59 -29
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +871 -873
  14. package/dist/vuetify.d.ts +10357 -10268
  15. package/dist/vuetify.esm.js +51 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +51 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1043 -1044
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/index.d.mts +615 -609
  26. package/lib/components/VAvatar/index.d.mts +36 -36
  27. package/lib/components/VBadge/index.d.mts +58 -58
  28. package/lib/components/VBanner/index.d.mts +59 -59
  29. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  30. package/lib/components/VBottomSheet/index.d.mts +118 -118
  31. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  32. package/lib/components/VBtn/VBtn.css +3 -0
  33. package/lib/components/VBtn/VBtn.sass +3 -0
  34. package/lib/components/VBtn/index.d.mts +107 -107
  35. package/lib/components/VBtnGroup/index.d.mts +23 -23
  36. package/lib/components/VBtnToggle/index.d.mts +40 -40
  37. package/lib/components/VCard/index.d.mts +93 -93
  38. package/lib/components/VCarousel/index.d.mts +128 -128
  39. package/lib/components/VCheckbox/index.d.mts +174 -168
  40. package/lib/components/VChip/index.d.mts +86 -86
  41. package/lib/components/VChipGroup/index.d.mts +46 -46
  42. package/lib/components/VColorPicker/index.d.mts +96 -96
  43. package/lib/components/VCombobox/index.d.mts +615 -609
  44. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  45. package/lib/components/VCounter/index.d.mts +27 -27
  46. package/lib/components/VDataIterator/index.d.mts +51 -50
  47. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  48. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  49. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  50. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  53. package/lib/components/VDataTable/composables/group.mjs +2 -1
  54. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  55. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  56. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  57. package/lib/components/VDataTable/index.d.mts +275 -274
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +134 -134
  61. package/lib/components/VDialog/index.d.mts +353 -353
  62. package/lib/components/VDivider/index.d.mts +15 -15
  63. package/lib/components/VEmptyState/index.d.mts +47 -47
  64. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  65. package/lib/components/VFab/index.d.mts +227 -227
  66. package/lib/components/VField/VField.css +6 -11
  67. package/lib/components/VField/VField.mjs +7 -5
  68. package/lib/components/VField/VField.mjs.map +1 -1
  69. package/lib/components/VField/VField.sass +2 -6
  70. package/lib/components/VField/index.d.mts +58 -52
  71. package/lib/components/VFileInput/index.d.mts +255 -249
  72. package/lib/components/VFooter/index.d.mts +50 -50
  73. package/lib/components/VForm/index.d.mts +9 -9
  74. package/lib/components/VGrid/index.d.mts +150 -150
  75. package/lib/components/VIcon/index.d.mts +24 -24
  76. package/lib/components/VImg/index.d.mts +85 -85
  77. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  78. package/lib/components/VInput/VInput.css +5 -5
  79. package/lib/components/VInput/VInput.mjs +4 -1
  80. package/lib/components/VInput/VInput.mjs.map +1 -1
  81. package/lib/components/VInput/VInput.sass +1 -1
  82. package/lib/components/VInput/index.d.mts +61 -55
  83. package/lib/components/VItemGroup/index.d.mts +17 -17
  84. package/lib/components/VLabel/index.d.mts +8 -8
  85. package/lib/components/VLayout/index.d.mts +36 -36
  86. package/lib/components/VLazy/index.d.mts +31 -31
  87. package/lib/components/VList/index.d.mts +178 -178
  88. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  89. package/lib/components/VMain/index.d.mts +10 -10
  90. package/lib/components/VMenu/index.d.mts +393 -393
  91. package/lib/components/VMessages/index.d.mts +20 -20
  92. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  93. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  94. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  95. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  96. package/lib/components/VOtpInput/index.d.mts +88 -88
  97. package/lib/components/VOverlay/index.d.mts +97 -97
  98. package/lib/components/VPagination/index.d.mts +55 -55
  99. package/lib/components/VParallax/index.d.mts +7 -7
  100. package/lib/components/VProgressCircular/index.d.mts +24 -24
  101. package/lib/components/VProgressLinear/index.d.mts +52 -52
  102. package/lib/components/VRadio/index.d.mts +41 -41
  103. package/lib/components/VRadioGroup/index.d.mts +105 -99
  104. package/lib/components/VRangeSlider/index.d.mts +102 -96
  105. package/lib/components/VRating/index.d.mts +22 -22
  106. package/lib/components/VResponsive/index.d.mts +23 -23
  107. package/lib/components/VSelect/index.d.mts +615 -609
  108. package/lib/components/VSelectionControl/index.d.mts +43 -43
  109. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  110. package/lib/components/VSheet/index.d.mts +34 -34
  111. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  112. package/lib/components/VSlideGroup/index.d.mts +33 -33
  113. package/lib/components/VSlider/index.d.mts +95 -89
  114. package/lib/components/VSnackbar/index.d.mts +411 -411
  115. package/lib/components/VSparkline/index.d.mts +38 -38
  116. package/lib/components/VSpeedDial/index.d.mts +176 -176
  117. package/lib/components/VStepper/index.d.mts +119 -119
  118. package/lib/components/VSwitch/index.d.mts +108 -102
  119. package/lib/components/VSystemBar/index.d.mts +39 -39
  120. package/lib/components/VTable/index.d.mts +4 -4
  121. package/lib/components/VTabs/index.d.mts +512 -512
  122. package/lib/components/VTextField/VTextField.mjs +1 -1
  123. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  124. package/lib/components/VTextField/index.d.mts +421 -415
  125. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  126. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  127. package/lib/components/VTextarea/index.d.mts +359 -344
  128. package/lib/components/VTimeline/index.d.mts +26 -26
  129. package/lib/components/VToolbar/index.d.mts +53 -53
  130. package/lib/components/VTooltip/index.d.mts +424 -424
  131. package/lib/components/VValidation/index.d.mts +19 -19
  132. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  133. package/lib/components/VWindow/index.d.mts +31 -31
  134. package/lib/components/index.d.mts +10651 -10563
  135. package/lib/components/transitions/index.d.mts +200 -200
  136. package/lib/composables/nested/nested.mjs +0 -1
  137. package/lib/composables/nested/nested.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +1 -1
  139. package/lib/framework.mjs +1 -1
  140. package/lib/index.d.mts +69 -68
  141. package/lib/labs/VCalendar/index.d.mts +52 -52
  142. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  143. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  144. package/lib/labs/VDateInput/index.d.mts +256 -250
  145. package/lib/labs/VNumberInput/index.d.mts +247 -241
  146. package/lib/labs/VPicker/index.d.mts +45 -45
  147. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  148. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  149. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  150. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  151. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  152. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  153. package/lib/labs/VTimePicker/index.d.mts +131 -122
  154. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  155. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  156. package/lib/labs/VTreeview/index.d.mts +199 -199
  157. package/lib/labs/components.d.mts +1754 -1733
  158. package/package.json +9 -4
@@ -21,36 +21,36 @@ declare const IconValue: PropType<IconValue>;
21
21
 
22
22
  declare const VDateInput: {
23
23
  new (...args: any[]): vue.CreateComponentPublicInstance<{
24
- reverse: boolean;
25
24
  flat: boolean;
26
- style: vue.StyleValue;
27
- header: string;
28
- title: string;
25
+ reverse: boolean;
26
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
29
27
  type: string;
30
- active: boolean;
31
28
  error: boolean;
29
+ active: boolean;
30
+ direction: "horizontal" | "vertical";
31
+ transition: string;
32
+ header: string;
33
+ style: vue.StyleValue;
34
+ title: string;
35
+ autofocus: boolean;
32
36
  disabled: boolean;
37
+ readonly: boolean | null;
33
38
  tag: string;
34
- messages: string | readonly string[];
39
+ landscape: boolean;
35
40
  placeholder: string;
36
- transition: string;
41
+ messages: string | readonly string[];
37
42
  focused: boolean;
38
43
  errorMessages: string | readonly string[] | null;
39
44
  maxErrors: string | number;
40
- readonly: boolean | null;
41
45
  rules: readonly ValidationRule[];
42
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
43
46
  tile: boolean;
44
47
  density: Density;
45
- direction: "horizontal" | "vertical";
46
48
  prependIcon: NonNullable<IconValue>;
47
49
  clearIcon: IconValue;
48
- centerAffix: boolean;
49
50
  hideSpinButtons: boolean;
50
51
  persistentHint: boolean;
51
52
  nextIcon: IconValue;
52
53
  prevIcon: IconValue;
53
- autofocus: boolean;
54
54
  clearable: boolean;
55
55
  dirty: boolean;
56
56
  persistentClear: boolean;
@@ -67,56 +67,56 @@ declare const VDateInput: {
67
67
  weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
68
68
  hideWeekdays: boolean;
69
69
  showWeek: boolean;
70
- landscape: boolean;
71
70
  hideHeader: boolean;
72
71
  hideActions: boolean;
73
72
  } & {
74
- class?: any;
73
+ max?: unknown;
74
+ location?: Anchor | undefined;
75
75
  id?: string | undefined;
76
- label?: string | undefined;
77
- text?: string | undefined;
78
- width?: string | number | undefined;
79
76
  height?: string | number | undefined;
80
- theme?: string | undefined;
81
- color?: string | undefined;
77
+ width?: string | number | undefined;
82
78
  name?: string | undefined;
83
- prefix?: string | undefined;
84
- loading?: string | boolean | undefined;
85
- counter?: string | number | boolean | undefined;
86
- month?: string | number | undefined;
87
- year?: number | undefined;
79
+ min?: unknown;
88
80
  border?: string | number | boolean | undefined;
89
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
90
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
91
- modelValue?: any;
92
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
93
- validationValue?: any;
94
- rounded?: string | number | boolean | undefined;
81
+ color?: string | undefined;
95
82
  maxHeight?: string | number | undefined;
96
83
  maxWidth?: string | number | undefined;
97
84
  minHeight?: string | number | undefined;
98
85
  minWidth?: string | number | undefined;
99
- multiple?: number | boolean | (string & {}) | "range" | undefined;
86
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
87
+ loading?: string | boolean | undefined;
88
+ label?: string | undefined;
89
+ text?: string | undefined;
90
+ prefix?: string | undefined;
100
91
  role?: string | undefined;
92
+ multiple?: number | boolean | "range" | (string & {}) | undefined;
93
+ month?: string | number | undefined;
94
+ year?: number | undefined;
95
+ class?: any;
101
96
  elevation?: string | number | undefined;
102
- location?: Anchor | undefined;
97
+ theme?: string | undefined;
98
+ counter?: string | number | boolean | undefined;
99
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
100
+ modelValue?: any;
101
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
102
+ validationValue?: any;
103
+ rounded?: string | number | boolean | undefined;
103
104
  baseColor?: string | undefined;
104
- max?: unknown;
105
105
  bgColor?: string | undefined;
106
106
  appendIcon?: IconValue | undefined;
107
107
  appendInnerIcon?: IconValue | undefined;
108
108
  prependInnerIcon?: IconValue | undefined;
109
109
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
110
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
111
110
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
111
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
112
112
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
113
113
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
114
+ centerAffix?: boolean | undefined;
114
115
  hint?: string | undefined;
115
116
  hideDetails?: boolean | "auto" | undefined;
116
117
  suffix?: string | undefined;
117
118
  counterValue?: number | ((value: any) => number) | undefined;
118
119
  modelModifiers?: Record<string, boolean> | undefined;
119
- min?: unknown;
120
120
  firstDayOfWeek?: string | number | undefined;
121
121
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
122
122
  displayValue?: unknown;
@@ -134,36 +134,36 @@ declare const VDateInput: {
134
134
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
135
135
  'update:modelValue': (val: string) => boolean;
136
136
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
137
- reverse: boolean;
138
137
  flat: boolean;
139
- style: vue.StyleValue;
140
- header: string;
141
- title: string;
138
+ reverse: boolean;
139
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
142
140
  type: string;
143
- active: boolean;
144
141
  error: boolean;
142
+ active: boolean;
143
+ direction: "horizontal" | "vertical";
144
+ transition: string;
145
+ header: string;
146
+ style: vue.StyleValue;
147
+ title: string;
148
+ autofocus: boolean;
145
149
  disabled: boolean;
150
+ readonly: boolean | null;
146
151
  tag: string;
147
- messages: string | readonly string[];
152
+ landscape: boolean;
148
153
  placeholder: string;
149
- transition: string;
154
+ messages: string | readonly string[];
150
155
  focused: boolean;
151
156
  errorMessages: string | readonly string[] | null;
152
157
  maxErrors: string | number;
153
- readonly: boolean | null;
154
158
  rules: readonly ValidationRule[];
155
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
156
159
  tile: boolean;
157
160
  density: Density;
158
- direction: "horizontal" | "vertical";
159
161
  prependIcon: NonNullable<IconValue>;
160
162
  clearIcon: IconValue;
161
- centerAffix: boolean;
162
163
  hideSpinButtons: boolean;
163
164
  persistentHint: boolean;
164
165
  nextIcon: IconValue;
165
166
  prevIcon: IconValue;
166
- autofocus: boolean;
167
167
  clearable: boolean;
168
168
  dirty: boolean;
169
169
  persistentClear: boolean;
@@ -180,56 +180,56 @@ declare const VDateInput: {
180
180
  weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
181
181
  hideWeekdays: boolean;
182
182
  showWeek: boolean;
183
- landscape: boolean;
184
183
  hideHeader: boolean;
185
184
  hideActions: boolean;
186
185
  } & {
187
- class?: any;
186
+ max?: unknown;
187
+ location?: Anchor | undefined;
188
188
  id?: string | undefined;
189
- label?: string | undefined;
190
- text?: string | undefined;
191
- width?: string | number | undefined;
192
189
  height?: string | number | undefined;
193
- theme?: string | undefined;
194
- color?: string | undefined;
190
+ width?: string | number | undefined;
195
191
  name?: string | undefined;
196
- prefix?: string | undefined;
197
- loading?: string | boolean | undefined;
198
- counter?: string | number | boolean | undefined;
199
- month?: string | number | undefined;
200
- year?: number | undefined;
192
+ min?: unknown;
201
193
  border?: string | number | boolean | undefined;
202
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
203
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
204
- modelValue?: any;
205
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
206
- validationValue?: any;
207
- rounded?: string | number | boolean | undefined;
194
+ color?: string | undefined;
208
195
  maxHeight?: string | number | undefined;
209
196
  maxWidth?: string | number | undefined;
210
197
  minHeight?: string | number | undefined;
211
198
  minWidth?: string | number | undefined;
212
- multiple?: number | boolean | (string & {}) | "range" | undefined;
199
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
200
+ loading?: string | boolean | undefined;
201
+ label?: string | undefined;
202
+ text?: string | undefined;
203
+ prefix?: string | undefined;
213
204
  role?: string | undefined;
205
+ multiple?: number | boolean | "range" | (string & {}) | undefined;
206
+ month?: string | number | undefined;
207
+ year?: number | undefined;
208
+ class?: any;
214
209
  elevation?: string | number | undefined;
215
- location?: Anchor | undefined;
210
+ theme?: string | undefined;
211
+ counter?: string | number | boolean | undefined;
212
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
213
+ modelValue?: any;
214
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
215
+ validationValue?: any;
216
+ rounded?: string | number | boolean | undefined;
216
217
  baseColor?: string | undefined;
217
- max?: unknown;
218
218
  bgColor?: string | undefined;
219
219
  appendIcon?: IconValue | undefined;
220
220
  appendInnerIcon?: IconValue | undefined;
221
221
  prependInnerIcon?: IconValue | undefined;
222
222
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
223
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
224
223
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
224
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
225
225
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
226
226
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
227
+ centerAffix?: boolean | undefined;
227
228
  hint?: string | undefined;
228
229
  hideDetails?: boolean | "auto" | undefined;
229
230
  suffix?: string | undefined;
230
231
  counterValue?: number | ((value: any) => number) | undefined;
231
232
  modelModifiers?: Record<string, boolean> | undefined;
232
- min?: unknown;
233
233
  firstDayOfWeek?: string | number | undefined;
234
234
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
235
235
  displayValue?: unknown;
@@ -245,29 +245,31 @@ declare const VDateInput: {
245
245
  } & {
246
246
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
247
247
  }, {
248
- reverse: boolean;
249
248
  flat: boolean;
250
- style: vue.StyleValue;
251
- header: string;
252
- title: string;
249
+ reverse: boolean;
250
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
253
251
  type: string;
254
- active: boolean;
255
252
  error: boolean;
253
+ active: boolean;
254
+ direction: "horizontal" | "vertical";
255
+ transition: string;
256
+ header: string;
257
+ style: vue.StyleValue;
258
+ title: string;
259
+ autofocus: boolean;
256
260
  disabled: boolean;
261
+ readonly: boolean | null;
257
262
  tag: string;
258
- messages: string | readonly string[];
263
+ landscape: boolean;
259
264
  placeholder: string;
260
- transition: string;
265
+ messages: string | readonly string[];
261
266
  focused: boolean;
262
267
  errorMessages: string | readonly string[] | null;
263
268
  maxErrors: string | number;
264
- readonly: boolean | null;
265
269
  rules: readonly ValidationRule[];
266
270
  rounded: string | number | boolean;
267
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
268
271
  tile: boolean;
269
272
  density: Density;
270
- direction: "horizontal" | "vertical";
271
273
  prependIcon: NonNullable<IconValue>;
272
274
  clearIcon: IconValue;
273
275
  centerAffix: boolean;
@@ -275,7 +277,6 @@ declare const VDateInput: {
275
277
  persistentHint: boolean;
276
278
  nextIcon: IconValue;
277
279
  prevIcon: IconValue;
278
- autofocus: boolean;
279
280
  clearable: boolean;
280
281
  dirty: boolean;
281
282
  persistentClear: boolean;
@@ -292,7 +293,6 @@ declare const VDateInput: {
292
293
  weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
293
294
  hideWeekdays: boolean;
294
295
  showWeek: boolean;
295
- landscape: boolean;
296
296
  hideHeader: boolean;
297
297
  hideActions: boolean;
298
298
  }, true, {}, vue.SlotsType<Partial<{
@@ -307,36 +307,36 @@ declare const VDateInput: {
307
307
  M: {};
308
308
  Defaults: {};
309
309
  }, {
310
- reverse: boolean;
311
310
  flat: boolean;
312
- style: vue.StyleValue;
313
- header: string;
314
- title: string;
311
+ reverse: boolean;
312
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
315
313
  type: string;
316
- active: boolean;
317
314
  error: boolean;
315
+ active: boolean;
316
+ direction: "horizontal" | "vertical";
317
+ transition: string;
318
+ header: string;
319
+ style: vue.StyleValue;
320
+ title: string;
321
+ autofocus: boolean;
318
322
  disabled: boolean;
323
+ readonly: boolean | null;
319
324
  tag: string;
320
- messages: string | readonly string[];
325
+ landscape: boolean;
321
326
  placeholder: string;
322
- transition: string;
327
+ messages: string | readonly string[];
323
328
  focused: boolean;
324
329
  errorMessages: string | readonly string[] | null;
325
330
  maxErrors: string | number;
326
- readonly: boolean | null;
327
331
  rules: readonly ValidationRule[];
328
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
329
332
  tile: boolean;
330
333
  density: Density;
331
- direction: "horizontal" | "vertical";
332
334
  prependIcon: NonNullable<IconValue>;
333
335
  clearIcon: IconValue;
334
- centerAffix: boolean;
335
336
  hideSpinButtons: boolean;
336
337
  persistentHint: boolean;
337
338
  nextIcon: IconValue;
338
339
  prevIcon: IconValue;
339
- autofocus: boolean;
340
340
  clearable: boolean;
341
341
  dirty: boolean;
342
342
  persistentClear: boolean;
@@ -353,56 +353,56 @@ declare const VDateInput: {
353
353
  weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
354
354
  hideWeekdays: boolean;
355
355
  showWeek: boolean;
356
- landscape: boolean;
357
356
  hideHeader: boolean;
358
357
  hideActions: boolean;
359
358
  } & {
360
- class?: any;
359
+ max?: unknown;
360
+ location?: Anchor | undefined;
361
361
  id?: string | undefined;
362
- label?: string | undefined;
363
- text?: string | undefined;
364
- width?: string | number | undefined;
365
362
  height?: string | number | undefined;
366
- theme?: string | undefined;
367
- color?: string | undefined;
363
+ width?: string | number | undefined;
368
364
  name?: string | undefined;
369
- prefix?: string | undefined;
370
- loading?: string | boolean | undefined;
371
- counter?: string | number | boolean | undefined;
372
- month?: string | number | undefined;
373
- year?: number | undefined;
365
+ min?: unknown;
374
366
  border?: string | number | boolean | undefined;
375
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
376
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
377
- modelValue?: any;
378
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
379
- validationValue?: any;
380
- rounded?: string | number | boolean | undefined;
367
+ color?: string | undefined;
381
368
  maxHeight?: string | number | undefined;
382
369
  maxWidth?: string | number | undefined;
383
370
  minHeight?: string | number | undefined;
384
371
  minWidth?: string | number | undefined;
385
- multiple?: number | boolean | (string & {}) | "range" | undefined;
372
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
373
+ loading?: string | boolean | undefined;
374
+ label?: string | undefined;
375
+ text?: string | undefined;
376
+ prefix?: string | undefined;
386
377
  role?: string | undefined;
378
+ multiple?: number | boolean | "range" | (string & {}) | undefined;
379
+ month?: string | number | undefined;
380
+ year?: number | undefined;
381
+ class?: any;
387
382
  elevation?: string | number | undefined;
388
- location?: Anchor | undefined;
383
+ theme?: string | undefined;
384
+ counter?: string | number | boolean | undefined;
385
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
386
+ modelValue?: any;
387
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
388
+ validationValue?: any;
389
+ rounded?: string | number | boolean | undefined;
389
390
  baseColor?: string | undefined;
390
- max?: unknown;
391
391
  bgColor?: string | undefined;
392
392
  appendIcon?: IconValue | undefined;
393
393
  appendInnerIcon?: IconValue | undefined;
394
394
  prependInnerIcon?: IconValue | undefined;
395
395
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
396
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
397
396
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
397
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
398
398
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
399
399
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
400
+ centerAffix?: boolean | undefined;
400
401
  hint?: string | undefined;
401
402
  hideDetails?: boolean | "auto" | undefined;
402
403
  suffix?: string | undefined;
403
404
  counterValue?: number | ((value: any) => number) | undefined;
404
405
  modelModifiers?: Record<string, boolean> | undefined;
405
- min?: unknown;
406
406
  firstDayOfWeek?: string | number | undefined;
407
407
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
408
408
  displayValue?: unknown;
@@ -418,29 +418,31 @@ declare const VDateInput: {
418
418
  } & {
419
419
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
420
420
  }, {}, {}, {}, {}, {
421
- reverse: boolean;
422
421
  flat: boolean;
423
- style: vue.StyleValue;
424
- header: string;
425
- title: string;
422
+ reverse: boolean;
423
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
426
424
  type: string;
427
- active: boolean;
428
425
  error: boolean;
426
+ active: boolean;
427
+ direction: "horizontal" | "vertical";
428
+ transition: string;
429
+ header: string;
430
+ style: vue.StyleValue;
431
+ title: string;
432
+ autofocus: boolean;
429
433
  disabled: boolean;
434
+ readonly: boolean | null;
430
435
  tag: string;
431
- messages: string | readonly string[];
436
+ landscape: boolean;
432
437
  placeholder: string;
433
- transition: string;
438
+ messages: string | readonly string[];
434
439
  focused: boolean;
435
440
  errorMessages: string | readonly string[] | null;
436
441
  maxErrors: string | number;
437
- readonly: boolean | null;
438
442
  rules: readonly ValidationRule[];
439
443
  rounded: string | number | boolean;
440
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
441
444
  tile: boolean;
442
445
  density: Density;
443
- direction: "horizontal" | "vertical";
444
446
  prependIcon: NonNullable<IconValue>;
445
447
  clearIcon: IconValue;
446
448
  centerAffix: boolean;
@@ -448,7 +450,6 @@ declare const VDateInput: {
448
450
  persistentHint: boolean;
449
451
  nextIcon: IconValue;
450
452
  prevIcon: IconValue;
451
- autofocus: boolean;
452
453
  clearable: boolean;
453
454
  dirty: boolean;
454
455
  persistentClear: boolean;
@@ -465,7 +466,6 @@ declare const VDateInput: {
465
466
  weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
466
467
  hideWeekdays: boolean;
467
468
  showWeek: boolean;
468
- landscape: boolean;
469
469
  hideHeader: boolean;
470
470
  hideActions: boolean;
471
471
  }>;
@@ -473,36 +473,36 @@ declare const VDateInput: {
473
473
  __isTeleport?: undefined;
474
474
  __isSuspense?: undefined;
475
475
  } & vue.ComponentOptionsBase<{
476
- reverse: boolean;
477
476
  flat: boolean;
478
- style: vue.StyleValue;
479
- header: string;
480
- title: string;
477
+ reverse: boolean;
478
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
481
479
  type: string;
482
- active: boolean;
483
480
  error: boolean;
481
+ active: boolean;
482
+ direction: "horizontal" | "vertical";
483
+ transition: string;
484
+ header: string;
485
+ style: vue.StyleValue;
486
+ title: string;
487
+ autofocus: boolean;
484
488
  disabled: boolean;
489
+ readonly: boolean | null;
485
490
  tag: string;
486
- messages: string | readonly string[];
491
+ landscape: boolean;
487
492
  placeholder: string;
488
- transition: string;
493
+ messages: string | readonly string[];
489
494
  focused: boolean;
490
495
  errorMessages: string | readonly string[] | null;
491
496
  maxErrors: string | number;
492
- readonly: boolean | null;
493
497
  rules: readonly ValidationRule[];
494
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
495
498
  tile: boolean;
496
499
  density: Density;
497
- direction: "horizontal" | "vertical";
498
500
  prependIcon: NonNullable<IconValue>;
499
501
  clearIcon: IconValue;
500
- centerAffix: boolean;
501
502
  hideSpinButtons: boolean;
502
503
  persistentHint: boolean;
503
504
  nextIcon: IconValue;
504
505
  prevIcon: IconValue;
505
- autofocus: boolean;
506
506
  clearable: boolean;
507
507
  dirty: boolean;
508
508
  persistentClear: boolean;
@@ -519,56 +519,56 @@ declare const VDateInput: {
519
519
  weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
520
520
  hideWeekdays: boolean;
521
521
  showWeek: boolean;
522
- landscape: boolean;
523
522
  hideHeader: boolean;
524
523
  hideActions: boolean;
525
524
  } & {
526
- class?: any;
525
+ max?: unknown;
526
+ location?: Anchor | undefined;
527
527
  id?: string | undefined;
528
- label?: string | undefined;
529
- text?: string | undefined;
530
- width?: string | number | undefined;
531
528
  height?: string | number | undefined;
532
- theme?: string | undefined;
533
- color?: string | undefined;
529
+ width?: string | number | undefined;
534
530
  name?: string | undefined;
535
- prefix?: string | undefined;
536
- loading?: string | boolean | undefined;
537
- counter?: string | number | boolean | undefined;
538
- month?: string | number | undefined;
539
- year?: number | undefined;
531
+ min?: unknown;
540
532
  border?: string | number | boolean | undefined;
541
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
542
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
543
- modelValue?: any;
544
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
545
- validationValue?: any;
546
- rounded?: string | number | boolean | undefined;
533
+ color?: string | undefined;
547
534
  maxHeight?: string | number | undefined;
548
535
  maxWidth?: string | number | undefined;
549
536
  minHeight?: string | number | undefined;
550
537
  minWidth?: string | number | undefined;
551
- multiple?: number | boolean | (string & {}) | "range" | undefined;
538
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
539
+ loading?: string | boolean | undefined;
540
+ label?: string | undefined;
541
+ text?: string | undefined;
542
+ prefix?: string | undefined;
552
543
  role?: string | undefined;
544
+ multiple?: number | boolean | "range" | (string & {}) | undefined;
545
+ month?: string | number | undefined;
546
+ year?: number | undefined;
547
+ class?: any;
553
548
  elevation?: string | number | undefined;
554
- location?: Anchor | undefined;
549
+ theme?: string | undefined;
550
+ counter?: string | number | boolean | undefined;
551
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
552
+ modelValue?: any;
553
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
554
+ validationValue?: any;
555
+ rounded?: string | number | boolean | undefined;
555
556
  baseColor?: string | undefined;
556
- max?: unknown;
557
557
  bgColor?: string | undefined;
558
558
  appendIcon?: IconValue | undefined;
559
559
  appendInnerIcon?: IconValue | undefined;
560
560
  prependInnerIcon?: IconValue | undefined;
561
561
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
562
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
563
562
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
563
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
564
564
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
565
565
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
566
+ centerAffix?: boolean | undefined;
566
567
  hint?: string | undefined;
567
568
  hideDetails?: boolean | "auto" | undefined;
568
569
  suffix?: string | undefined;
569
570
  counterValue?: number | ((value: any) => number) | undefined;
570
571
  modelModifiers?: Record<string, boolean> | undefined;
571
- min?: unknown;
572
572
  firstDayOfWeek?: string | number | undefined;
573
573
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
574
574
  displayValue?: unknown;
@@ -586,29 +586,31 @@ declare const VDateInput: {
586
586
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
587
587
  'update:modelValue': (val: string) => boolean;
588
588
  }, string, {
589
- reverse: boolean;
590
589
  flat: boolean;
591
- style: vue.StyleValue;
592
- header: string;
593
- title: string;
590
+ reverse: boolean;
591
+ variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
594
592
  type: string;
595
- active: boolean;
596
593
  error: boolean;
594
+ active: boolean;
595
+ direction: "horizontal" | "vertical";
596
+ transition: string;
597
+ header: string;
598
+ style: vue.StyleValue;
599
+ title: string;
600
+ autofocus: boolean;
597
601
  disabled: boolean;
602
+ readonly: boolean | null;
598
603
  tag: string;
599
- messages: string | readonly string[];
604
+ landscape: boolean;
600
605
  placeholder: string;
601
- transition: string;
606
+ messages: string | readonly string[];
602
607
  focused: boolean;
603
608
  errorMessages: string | readonly string[] | null;
604
609
  maxErrors: string | number;
605
- readonly: boolean | null;
606
610
  rules: readonly ValidationRule[];
607
611
  rounded: string | number | boolean;
608
- variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
609
612
  tile: boolean;
610
613
  density: Density;
611
- direction: "horizontal" | "vertical";
612
614
  prependIcon: NonNullable<IconValue>;
613
615
  clearIcon: IconValue;
614
616
  centerAffix: boolean;
@@ -616,7 +618,6 @@ declare const VDateInput: {
616
618
  persistentHint: boolean;
617
619
  nextIcon: IconValue;
618
620
  prevIcon: IconValue;
619
- autofocus: boolean;
620
621
  clearable: boolean;
621
622
  dirty: boolean;
622
623
  persistentClear: boolean;
@@ -633,7 +634,6 @@ declare const VDateInput: {
633
634
  weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
634
635
  hideWeekdays: boolean;
635
636
  showWeek: boolean;
636
- landscape: boolean;
637
637
  hideHeader: boolean;
638
638
  hideActions: boolean;
639
639
  }, {}, string, vue.SlotsType<Partial<{
@@ -641,57 +641,59 @@ declare const VDateInput: {
641
641
  [key: string]: any;
642
642
  }>[];
643
643
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
644
- class: vue.PropType<any>;
645
- style: {
646
- type: vue.PropType<vue.StyleValue>;
647
- default: null;
644
+ max: vue.PropType<unknown>;
645
+ location: vue.PropType<Anchor>;
646
+ height: (StringConstructor | NumberConstructor)[];
647
+ width: (StringConstructor | NumberConstructor)[];
648
+ min: vue.PropType<unknown>;
649
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
650
+ color: StringConstructor;
651
+ maxHeight: (StringConstructor | NumberConstructor)[];
652
+ maxWidth: (StringConstructor | NumberConstructor)[];
653
+ minHeight: (StringConstructor | NumberConstructor)[];
654
+ minWidth: (StringConstructor | NumberConstructor)[];
655
+ position: {
656
+ type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
657
+ validator: (v: any) => boolean;
658
+ };
659
+ transition: {
660
+ type: StringConstructor;
661
+ default: string;
648
662
  };
649
663
  header: {
650
664
  type: StringConstructor;
651
665
  default: string;
652
666
  };
667
+ style: {
668
+ type: vue.PropType<vue.StyleValue>;
669
+ default: null;
670
+ };
653
671
  title: {
654
672
  type: vue.PropType<string>;
655
673
  default: string;
656
674
  };
657
675
  text: StringConstructor;
658
- width: (StringConstructor | NumberConstructor)[];
659
- height: (StringConstructor | NumberConstructor)[];
660
- theme: StringConstructor;
661
- color: StringConstructor;
662
676
  disabled: BooleanConstructor;
663
- tag: {
664
- type: StringConstructor;
665
- default: string;
666
- };
677
+ multiple: vue.PropType<number | boolean | "range" | (string & {})>;
667
678
  month: (StringConstructor | NumberConstructor)[];
668
679
  year: NumberConstructor;
669
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
670
- transition: {
680
+ class: vue.PropType<any>;
681
+ tag: {
671
682
  type: StringConstructor;
672
683
  default: string;
673
684
  };
674
- position: {
675
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
676
- validator: (v: any) => boolean;
685
+ landscape: BooleanConstructor;
686
+ elevation: {
687
+ type: (StringConstructor | NumberConstructor)[];
688
+ validator(v: any): boolean;
677
689
  };
690
+ theme: StringConstructor;
678
691
  modelValue: null;
679
692
  rounded: {
680
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
693
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
681
694
  default: undefined;
682
695
  };
683
- maxHeight: (StringConstructor | NumberConstructor)[];
684
- maxWidth: (StringConstructor | NumberConstructor)[];
685
- minHeight: (StringConstructor | NumberConstructor)[];
686
- minWidth: (StringConstructor | NumberConstructor)[];
687
- multiple: vue.PropType<number | boolean | (string & {}) | "range">;
688
696
  tile: BooleanConstructor;
689
- elevation: {
690
- type: (StringConstructor | NumberConstructor)[];
691
- validator(v: any): boolean;
692
- };
693
- location: vue.PropType<Anchor>;
694
- max: vue.PropType<unknown>;
695
697
  bgColor: StringConstructor;
696
698
  nextIcon: {
697
699
  type: vue.PropType<IconValue>;
@@ -701,7 +703,6 @@ declare const VDateInput: {
701
703
  type: vue.PropType<IconValue>;
702
704
  default: string;
703
705
  };
704
- min: vue.PropType<unknown>;
705
706
  reverseTransition: {
706
707
  type: StringConstructor;
707
708
  default: string;
@@ -735,10 +736,10 @@ declare const VDateInput: {
735
736
  weeksInMonth: Omit<Omit<{
736
737
  type: vue.PropType<"static" | "dynamic">;
737
738
  default: string;
738
- }, "default" | "type"> & {
739
+ }, "type" | "default"> & {
739
740
  type: vue.PropType<NonNullable<"static" | "dynamic">>;
740
741
  default: NonNullable<"static" | "dynamic">;
741
- }, "default" | "type"> & {
742
+ }, "type" | "default"> & {
742
743
  type: vue.PropType<NonNullable<NonNullable<"static" | "dynamic">>>;
743
744
  default: NonNullable<NonNullable<"static" | "dynamic">>;
744
745
  };
@@ -747,7 +748,6 @@ declare const VDateInput: {
747
748
  displayValue: vue.PropType<unknown>;
748
749
  hideWeekdays: BooleanConstructor;
749
750
  showWeek: BooleanConstructor;
750
- landscape: BooleanConstructor;
751
751
  hideHeader: {
752
752
  type: vue.PropType<boolean>;
753
753
  default: boolean;
@@ -760,7 +760,10 @@ declare const VDateInput: {
760
760
  default: string;
761
761
  };
762
762
  active: BooleanConstructor;
763
- centerAffix: BooleanConstructor;
763
+ centerAffix: {
764
+ type: BooleanConstructor;
765
+ default: undefined;
766
+ };
764
767
  baseColor: StringConstructor;
765
768
  dirty: BooleanConstructor;
766
769
  error: BooleanConstructor;
@@ -771,7 +774,7 @@ declare const VDateInput: {
771
774
  reverse: BooleanConstructor;
772
775
  singleLine: BooleanConstructor;
773
776
  variant: {
774
- type: vue.PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
777
+ type: vue.PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
775
778
  default: string;
776
779
  validator: (v: any) => boolean;
777
780
  };
@@ -797,7 +800,7 @@ declare const VDateInput: {
797
800
  type: vue.PropType<readonly ValidationRule[]>;
798
801
  default: () => never[];
799
802
  };
800
- validateOn: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
803
+ validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
801
804
  validationValue: null;
802
805
  density: {
803
806
  type: vue.PropType<Density>;
@@ -826,7 +829,7 @@ declare const VDateInput: {
826
829
  'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
827
830
  'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
828
831
  autofocus: BooleanConstructor;
829
- counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
832
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
830
833
  counterValue: vue.PropType<number | ((value: any) => number)>;
831
834
  prefix: StringConstructor;
832
835
  placeholder: {
@@ -852,57 +855,59 @@ declare const VDateInput: {
852
855
  };
853
856
  hideActions: BooleanConstructor;
854
857
  }, vue.ExtractPropTypes<{
855
- class: vue.PropType<any>;
856
- style: {
857
- type: vue.PropType<vue.StyleValue>;
858
- default: null;
858
+ max: vue.PropType<unknown>;
859
+ location: vue.PropType<Anchor>;
860
+ height: (StringConstructor | NumberConstructor)[];
861
+ width: (StringConstructor | NumberConstructor)[];
862
+ min: vue.PropType<unknown>;
863
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
864
+ color: StringConstructor;
865
+ maxHeight: (StringConstructor | NumberConstructor)[];
866
+ maxWidth: (StringConstructor | NumberConstructor)[];
867
+ minHeight: (StringConstructor | NumberConstructor)[];
868
+ minWidth: (StringConstructor | NumberConstructor)[];
869
+ position: {
870
+ type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
871
+ validator: (v: any) => boolean;
872
+ };
873
+ transition: {
874
+ type: StringConstructor;
875
+ default: string;
859
876
  };
860
877
  header: {
861
878
  type: StringConstructor;
862
879
  default: string;
863
880
  };
881
+ style: {
882
+ type: vue.PropType<vue.StyleValue>;
883
+ default: null;
884
+ };
864
885
  title: {
865
886
  type: vue.PropType<string>;
866
887
  default: string;
867
888
  };
868
889
  text: StringConstructor;
869
- width: (StringConstructor | NumberConstructor)[];
870
- height: (StringConstructor | NumberConstructor)[];
871
- theme: StringConstructor;
872
- color: StringConstructor;
873
890
  disabled: BooleanConstructor;
874
- tag: {
875
- type: StringConstructor;
876
- default: string;
877
- };
891
+ multiple: vue.PropType<number | boolean | "range" | (string & {})>;
878
892
  month: (StringConstructor | NumberConstructor)[];
879
893
  year: NumberConstructor;
880
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
881
- transition: {
894
+ class: vue.PropType<any>;
895
+ tag: {
882
896
  type: StringConstructor;
883
897
  default: string;
884
898
  };
885
- position: {
886
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
887
- validator: (v: any) => boolean;
899
+ landscape: BooleanConstructor;
900
+ elevation: {
901
+ type: (StringConstructor | NumberConstructor)[];
902
+ validator(v: any): boolean;
888
903
  };
904
+ theme: StringConstructor;
889
905
  modelValue: null;
890
906
  rounded: {
891
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
907
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
892
908
  default: undefined;
893
909
  };
894
- maxHeight: (StringConstructor | NumberConstructor)[];
895
- maxWidth: (StringConstructor | NumberConstructor)[];
896
- minHeight: (StringConstructor | NumberConstructor)[];
897
- minWidth: (StringConstructor | NumberConstructor)[];
898
- multiple: vue.PropType<number | boolean | (string & {}) | "range">;
899
910
  tile: BooleanConstructor;
900
- elevation: {
901
- type: (StringConstructor | NumberConstructor)[];
902
- validator(v: any): boolean;
903
- };
904
- location: vue.PropType<Anchor>;
905
- max: vue.PropType<unknown>;
906
911
  bgColor: StringConstructor;
907
912
  nextIcon: {
908
913
  type: vue.PropType<IconValue>;
@@ -912,7 +917,6 @@ declare const VDateInput: {
912
917
  type: vue.PropType<IconValue>;
913
918
  default: string;
914
919
  };
915
- min: vue.PropType<unknown>;
916
920
  reverseTransition: {
917
921
  type: StringConstructor;
918
922
  default: string;
@@ -946,10 +950,10 @@ declare const VDateInput: {
946
950
  weeksInMonth: Omit<Omit<{
947
951
  type: vue.PropType<"static" | "dynamic">;
948
952
  default: string;
949
- }, "default" | "type"> & {
953
+ }, "type" | "default"> & {
950
954
  type: vue.PropType<NonNullable<"static" | "dynamic">>;
951
955
  default: NonNullable<"static" | "dynamic">;
952
- }, "default" | "type"> & {
956
+ }, "type" | "default"> & {
953
957
  type: vue.PropType<NonNullable<NonNullable<"static" | "dynamic">>>;
954
958
  default: NonNullable<NonNullable<"static" | "dynamic">>;
955
959
  };
@@ -958,7 +962,6 @@ declare const VDateInput: {
958
962
  displayValue: vue.PropType<unknown>;
959
963
  hideWeekdays: BooleanConstructor;
960
964
  showWeek: BooleanConstructor;
961
- landscape: BooleanConstructor;
962
965
  hideHeader: {
963
966
  type: vue.PropType<boolean>;
964
967
  default: boolean;
@@ -971,7 +974,10 @@ declare const VDateInput: {
971
974
  default: string;
972
975
  };
973
976
  active: BooleanConstructor;
974
- centerAffix: BooleanConstructor;
977
+ centerAffix: {
978
+ type: BooleanConstructor;
979
+ default: undefined;
980
+ };
975
981
  baseColor: StringConstructor;
976
982
  dirty: BooleanConstructor;
977
983
  error: BooleanConstructor;
@@ -982,7 +988,7 @@ declare const VDateInput: {
982
988
  reverse: BooleanConstructor;
983
989
  singleLine: BooleanConstructor;
984
990
  variant: {
985
- type: vue.PropType<"underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
991
+ type: vue.PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
986
992
  default: string;
987
993
  validator: (v: any) => boolean;
988
994
  };
@@ -1008,7 +1014,7 @@ declare const VDateInput: {
1008
1014
  type: vue.PropType<readonly ValidationRule[]>;
1009
1015
  default: () => never[];
1010
1016
  };
1011
- validateOn: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
1017
+ validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
1012
1018
  validationValue: null;
1013
1019
  density: {
1014
1020
  type: vue.PropType<Density>;
@@ -1037,7 +1043,7 @@ declare const VDateInput: {
1037
1043
  'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
1038
1044
  'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
1039
1045
  autofocus: BooleanConstructor;
1040
- counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
1046
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1041
1047
  counterValue: vue.PropType<number | ((value: any) => number)>;
1042
1048
  prefix: StringConstructor;
1043
1049
  placeholder: {