vuetify 3.6.13 → 3.6.14

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 (210) hide show
  1. package/dist/json/attributes.json +5 -5
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +14 -13
  5. package/dist/vuetify-labs.css +3711 -2990
  6. package/dist/vuetify-labs.d.ts +12315 -12306
  7. package/dist/vuetify-labs.esm.js +94 -65
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +94 -65
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1486 -765
  12. package/dist/vuetify.d.ts +11148 -11148
  13. package/dist/vuetify.esm.js +35 -30
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +35 -30
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +998 -998
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.css +5 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +169 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
  24. package/lib/components/VAutocomplete/index.d.mts +621 -621
  25. package/lib/components/VAvatar/VAvatar.css +3 -1
  26. package/lib/components/VAvatar/VAvatar.mjs +1 -1
  27. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  28. package/lib/components/VAvatar/index.d.mts +30 -30
  29. package/lib/components/VBadge/VBadge.css +2 -0
  30. package/lib/components/VBadge/index.d.mts +58 -58
  31. package/lib/components/VBanner/VBanner.css +12 -4
  32. package/lib/components/VBanner/index.d.mts +59 -59
  33. package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
  36. package/lib/components/VBottomSheet/index.d.mts +125 -125
  37. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  38. package/lib/components/VBtn/VBtn.css +16 -9
  39. package/lib/components/VBtn/VBtn.mjs +1 -1
  40. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  41. package/lib/components/VBtn/VBtn.sass +4 -4
  42. package/lib/components/VBtn/index.d.mts +107 -107
  43. package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
  44. package/lib/components/VBtnGroup/index.d.mts +23 -23
  45. package/lib/components/VBtnToggle/index.d.mts +40 -40
  46. package/lib/components/VCard/VCard.css +9 -1
  47. package/lib/components/VCard/index.d.mts +93 -93
  48. package/lib/components/VCarousel/VCarousel.css +2 -0
  49. package/lib/components/VCarousel/index.d.mts +121 -121
  50. package/lib/components/VCheckbox/index.d.mts +166 -166
  51. package/lib/components/VChip/VChip.css +15 -9
  52. package/lib/components/VChip/VChip.sass +1 -1
  53. package/lib/components/VChip/index.d.mts +86 -86
  54. package/lib/components/VChipGroup/index.d.mts +46 -46
  55. package/lib/components/VColorPicker/VColorPicker.css +2 -0
  56. package/lib/components/VColorPicker/VColorPicker.sass +4 -4
  57. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
  58. package/lib/components/VColorPicker/index.d.mts +96 -96
  59. package/lib/components/VCombobox/VCombobox.css +4 -0
  60. package/lib/components/VCombobox/index.d.mts +621 -621
  61. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  62. package/lib/components/VCounter/index.d.mts +27 -27
  63. package/lib/components/VDataIterator/index.d.mts +50 -50
  64. package/lib/components/VDataTable/index.d.mts +253 -253
  65. package/lib/components/VDatePicker/index.d.mts +134 -134
  66. package/lib/components/VDialog/VDialog.css +5 -0
  67. package/lib/components/VDialog/index.d.mts +378 -378
  68. package/lib/components/VDivider/VDivider.css +2 -0
  69. package/lib/components/VDivider/index.d.mts +15 -15
  70. package/lib/components/VEmptyState/index.d.mts +47 -47
  71. package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
  72. package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
  73. package/lib/components/VExpansionPanel/index.d.mts +124 -124
  74. package/lib/components/VFab/index.d.mts +227 -227
  75. package/lib/components/VField/VField.css +13 -1
  76. package/lib/components/VField/VField.sass +5 -8
  77. package/lib/components/VField/index.d.mts +46 -46
  78. package/lib/components/VFileInput/index.d.mts +243 -243
  79. package/lib/components/VFooter/VFooter.css +12 -4
  80. package/lib/components/VFooter/VFooter.mjs +20 -14
  81. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  82. package/lib/components/VFooter/index.d.mts +53 -53
  83. package/lib/components/VForm/index.d.mts +9 -9
  84. package/lib/components/VGrid/VGrid.sass +1 -1
  85. package/lib/components/VGrid/_mixins.sass +4 -4
  86. package/lib/components/VGrid/index.d.mts +142 -142
  87. package/lib/components/VIcon/index.d.mts +24 -24
  88. package/lib/components/VImg/VImg.css +6 -0
  89. package/lib/components/VImg/index.d.mts +92 -92
  90. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  91. package/lib/components/VInput/index.d.mts +53 -53
  92. package/lib/components/VItemGroup/index.d.mts +17 -17
  93. package/lib/components/VKbd/VKbd.css +2 -0
  94. package/lib/components/VLabel/index.d.mts +8 -8
  95. package/lib/components/VLayout/index.d.mts +36 -36
  96. package/lib/components/VLazy/index.d.mts +31 -31
  97. package/lib/components/VList/VList.css +12 -4
  98. package/lib/components/VList/VListItem.css +21 -11
  99. package/lib/components/VList/VListItem.sass +1 -1
  100. package/lib/components/VList/index.d.mts +176 -176
  101. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  102. package/lib/components/VMain/VMain.css +2 -0
  103. package/lib/components/VMain/index.d.mts +10 -10
  104. package/lib/components/VMenu/VMenu.css +6 -0
  105. package/lib/components/VMenu/VMenu.mjs +1 -1
  106. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  107. package/lib/components/VMenu/index.d.mts +420 -420
  108. package/lib/components/VMessages/index.d.mts +20 -20
  109. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
  110. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  111. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  112. package/lib/components/VOtpInput/VOtpInput.css +3 -1
  113. package/lib/components/VOtpInput/VOtpInput.sass +1 -2
  114. package/lib/components/VOtpInput/index.d.mts +88 -88
  115. package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
  116. package/lib/components/VOverlay/index.d.mts +104 -104
  117. package/lib/components/VPagination/index.d.mts +55 -55
  118. package/lib/components/VParallax/index.d.mts +7 -7
  119. package/lib/components/VProgressCircular/index.d.mts +24 -24
  120. package/lib/components/VProgressLinear/index.d.mts +52 -52
  121. package/lib/components/VRadio/index.d.mts +41 -41
  122. package/lib/components/VRadioGroup/index.d.mts +97 -97
  123. package/lib/components/VRangeSlider/index.d.mts +94 -94
  124. package/lib/components/VRating/index.d.mts +22 -22
  125. package/lib/components/VResponsive/index.d.mts +23 -23
  126. package/lib/components/VSelect/VSelect.css +4 -0
  127. package/lib/components/VSelect/index.d.mts +621 -621
  128. package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
  129. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  130. package/lib/components/VSelectionControl/index.d.mts +43 -43
  131. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  132. package/lib/components/VSheet/VSheet.css +12 -4
  133. package/lib/components/VSheet/index.d.mts +34 -34
  134. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
  135. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
  136. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  137. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
  138. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  139. package/lib/components/VSlideGroup/index.d.mts +33 -33
  140. package/lib/components/VSlider/VSliderThumb.sass +2 -2
  141. package/lib/components/VSlider/index.d.mts +87 -87
  142. package/lib/components/VSnackbar/VSnackbar.css +2 -0
  143. package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
  144. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  145. package/lib/components/VSnackbar/index.d.mts +436 -436
  146. package/lib/components/VSparkline/index.d.mts +38 -38
  147. package/lib/components/VSpeedDial/index.d.mts +185 -185
  148. package/lib/components/VStepper/VStepper.css +8 -2
  149. package/lib/components/VStepper/VStepper.sass +2 -4
  150. package/lib/components/VStepper/VStepperItem.css +4 -1
  151. package/lib/components/VStepper/VStepperItem.sass +1 -1
  152. package/lib/components/VStepper/index.d.mts +119 -119
  153. package/lib/components/VSwitch/VSwitch.css +2 -0
  154. package/lib/components/VSwitch/VSwitch.sass +10 -10
  155. package/lib/components/VSwitch/index.d.mts +100 -100
  156. package/lib/components/VSystemBar/VSystemBar.css +14 -8
  157. package/lib/components/VSystemBar/index.d.mts +39 -39
  158. package/lib/components/VTable/VTable.css +8 -4
  159. package/lib/components/VTable/VTable.sass +2 -3
  160. package/lib/components/VTable/index.d.mts +4 -4
  161. package/lib/components/VTabs/index.d.mts +512 -512
  162. package/lib/components/VTextField/index.d.mts +397 -397
  163. package/lib/components/VTextarea/index.d.mts +274 -274
  164. package/lib/components/VTimeline/VTimeline.css +2 -0
  165. package/lib/components/VTimeline/index.d.mts +26 -26
  166. package/lib/components/VToolbar/VToolbar.css +21 -7
  167. package/lib/components/VToolbar/VToolbar.sass +1 -2
  168. package/lib/components/VToolbar/index.d.mts +53 -53
  169. package/lib/components/VTooltip/index.d.mts +451 -451
  170. package/lib/components/VTreeview/VTreeview.sass +9 -9
  171. package/lib/components/VValidation/index.d.mts +19 -19
  172. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  173. package/lib/components/VWindow/index.d.mts +31 -31
  174. package/lib/components/index.d.mts +11170 -11170
  175. package/lib/components/transitions/index.d.mts +200 -200
  176. package/lib/composables/nested/nested.mjs +0 -1
  177. package/lib/composables/nested/nested.mjs.map +1 -1
  178. package/lib/entry-bundler.mjs +1 -1
  179. package/lib/framework.mjs +1 -1
  180. package/lib/index.d.mts +46 -46
  181. package/lib/labs/VCalendar/index.d.mts +52 -52
  182. package/lib/labs/VDateInput/index.d.mts +244 -244
  183. package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
  184. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  185. package/lib/labs/VNumberInput/index.d.mts +252 -243
  186. package/lib/labs/VPicker/VPicker.css +6 -2
  187. package/lib/labs/VPicker/VPicker.sass +2 -3
  188. package/lib/labs/VPicker/index.d.mts +45 -45
  189. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  190. package/lib/labs/VStepperVertical/index.d.mts +188 -188
  191. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  192. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  193. package/lib/labs/VTimePicker/index.d.mts +115 -115
  194. package/lib/labs/VTreeview/index.d.mts +197 -197
  195. package/lib/labs/components.d.mts +1738 -1729
  196. package/lib/styles/generic/_colors.scss +9 -3
  197. package/lib/styles/main.css +520 -0
  198. package/lib/styles/tools/_absolute.sass +8 -7
  199. package/lib/styles/tools/_border.sass +4 -3
  200. package/lib/styles/tools/_display.sass +8 -7
  201. package/lib/styles/tools/_elevation.sass +4 -2
  202. package/lib/styles/tools/_index.sass +0 -1
  203. package/lib/styles/tools/_radius.sass +6 -5
  204. package/lib/styles/tools/_rounded.sass +2 -1
  205. package/lib/styles/tools/_theme.sass +3 -2
  206. package/lib/styles/tools/_typography.sass +6 -5
  207. package/lib/styles/tools/_utilities.sass +5 -5
  208. package/lib/styles/utilities/_index.sass +7 -7
  209. package/package.json +10 -5
  210. package/lib/styles/tools/_sheet.sass +0 -14
@@ -21,35 +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
50
  hideSpinButtons: boolean;
49
51
  persistentHint: boolean;
50
52
  nextIcon: IconValue;
51
53
  prevIcon: IconValue;
52
- autofocus: boolean;
53
54
  clearable: boolean;
54
55
  dirty: boolean;
55
56
  persistentClear: boolean;
@@ -66,48 +67,48 @@ declare const VDateInput: {
66
67
  weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
67
68
  hideWeekdays: boolean;
68
69
  showWeek: boolean;
69
- landscape: boolean;
70
70
  hideHeader: boolean;
71
71
  hideActions: boolean;
72
72
  } & {
73
- class?: any;
73
+ max?: unknown;
74
+ location?: Anchor | undefined;
74
75
  id?: string | undefined;
75
- label?: string | undefined;
76
- text?: string | undefined;
77
- width?: string | number | undefined;
78
76
  height?: string | number | undefined;
79
- theme?: string | undefined;
80
- color?: string | undefined;
77
+ width?: string | number | undefined;
81
78
  name?: string | undefined;
82
- prefix?: string | undefined;
83
- loading?: string | boolean | undefined;
84
- counter?: string | number | boolean | undefined;
85
- month?: string | number | undefined;
86
- year?: number | undefined;
79
+ min?: unknown;
87
80
  border?: string | number | boolean | undefined;
88
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
89
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
90
- modelValue?: any;
91
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
92
- validationValue?: any;
93
- rounded?: string | number | boolean | undefined;
81
+ color?: string | undefined;
94
82
  maxHeight?: string | number | undefined;
95
83
  maxWidth?: string | number | undefined;
96
84
  minHeight?: string | number | undefined;
97
85
  minWidth?: string | number | undefined;
98
- 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;
99
91
  role?: string | undefined;
92
+ multiple?: number | boolean | "range" | (string & {}) | undefined;
93
+ month?: string | number | undefined;
94
+ year?: number | undefined;
95
+ class?: any;
100
96
  elevation?: string | number | undefined;
101
- 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?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
102
+ validationValue?: any;
103
+ rounded?: string | number | boolean | undefined;
102
104
  baseColor?: string | undefined;
103
- max?: unknown;
104
105
  bgColor?: string | undefined;
105
106
  appendIcon?: IconValue | undefined;
106
107
  appendInnerIcon?: IconValue | undefined;
107
108
  prependInnerIcon?: IconValue | undefined;
108
109
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
109
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
110
110
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
111
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
111
112
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
112
113
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
113
114
  centerAffix?: boolean | undefined;
@@ -116,7 +117,6 @@ declare const VDateInput: {
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,35 +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
163
  hideSpinButtons: boolean;
162
164
  persistentHint: boolean;
163
165
  nextIcon: IconValue;
164
166
  prevIcon: IconValue;
165
- autofocus: boolean;
166
167
  clearable: boolean;
167
168
  dirty: boolean;
168
169
  persistentClear: boolean;
@@ -179,48 +180,48 @@ declare const VDateInput: {
179
180
  weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
180
181
  hideWeekdays: boolean;
181
182
  showWeek: boolean;
182
- landscape: boolean;
183
183
  hideHeader: boolean;
184
184
  hideActions: boolean;
185
185
  } & {
186
- class?: any;
186
+ max?: unknown;
187
+ location?: Anchor | undefined;
187
188
  id?: string | undefined;
188
- label?: string | undefined;
189
- text?: string | undefined;
190
- width?: string | number | undefined;
191
189
  height?: string | number | undefined;
192
- theme?: string | undefined;
193
- color?: string | undefined;
190
+ width?: string | number | undefined;
194
191
  name?: string | undefined;
195
- prefix?: string | undefined;
196
- loading?: string | boolean | undefined;
197
- counter?: string | number | boolean | undefined;
198
- month?: string | number | undefined;
199
- year?: number | undefined;
192
+ min?: unknown;
200
193
  border?: string | number | boolean | undefined;
201
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
202
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
203
- modelValue?: any;
204
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
205
- validationValue?: any;
206
- rounded?: string | number | boolean | undefined;
194
+ color?: string | undefined;
207
195
  maxHeight?: string | number | undefined;
208
196
  maxWidth?: string | number | undefined;
209
197
  minHeight?: string | number | undefined;
210
198
  minWidth?: string | number | undefined;
211
- 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;
212
204
  role?: string | undefined;
205
+ multiple?: number | boolean | "range" | (string & {}) | undefined;
206
+ month?: string | number | undefined;
207
+ year?: number | undefined;
208
+ class?: any;
213
209
  elevation?: string | number | undefined;
214
- 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?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
215
+ validationValue?: any;
216
+ rounded?: string | number | boolean | undefined;
215
217
  baseColor?: string | undefined;
216
- max?: unknown;
217
218
  bgColor?: string | undefined;
218
219
  appendIcon?: IconValue | undefined;
219
220
  appendInnerIcon?: IconValue | undefined;
220
221
  prependInnerIcon?: IconValue | undefined;
221
222
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
222
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
223
223
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
224
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
224
225
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
225
226
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
226
227
  centerAffix?: boolean | undefined;
@@ -229,7 +230,6 @@ declare const VDateInput: {
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,35 +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
336
  hideSpinButtons: boolean;
335
337
  persistentHint: boolean;
336
338
  nextIcon: IconValue;
337
339
  prevIcon: IconValue;
338
- autofocus: boolean;
339
340
  clearable: boolean;
340
341
  dirty: boolean;
341
342
  persistentClear: boolean;
@@ -352,48 +353,48 @@ declare const VDateInput: {
352
353
  weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
353
354
  hideWeekdays: boolean;
354
355
  showWeek: boolean;
355
- landscape: boolean;
356
356
  hideHeader: boolean;
357
357
  hideActions: boolean;
358
358
  } & {
359
- class?: any;
359
+ max?: unknown;
360
+ location?: Anchor | undefined;
360
361
  id?: string | undefined;
361
- label?: string | undefined;
362
- text?: string | undefined;
363
- width?: string | number | undefined;
364
362
  height?: string | number | undefined;
365
- theme?: string | undefined;
366
- color?: string | undefined;
363
+ width?: string | number | undefined;
367
364
  name?: string | undefined;
368
- prefix?: string | undefined;
369
- loading?: string | boolean | undefined;
370
- counter?: string | number | boolean | undefined;
371
- month?: string | number | undefined;
372
- year?: number | undefined;
365
+ min?: unknown;
373
366
  border?: string | number | boolean | undefined;
374
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
375
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
376
- modelValue?: any;
377
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
378
- validationValue?: any;
379
- rounded?: string | number | boolean | undefined;
367
+ color?: string | undefined;
380
368
  maxHeight?: string | number | undefined;
381
369
  maxWidth?: string | number | undefined;
382
370
  minHeight?: string | number | undefined;
383
371
  minWidth?: string | number | undefined;
384
- 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;
385
377
  role?: string | undefined;
378
+ multiple?: number | boolean | "range" | (string & {}) | undefined;
379
+ month?: string | number | undefined;
380
+ year?: number | undefined;
381
+ class?: any;
386
382
  elevation?: string | number | undefined;
387
- 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?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
388
+ validationValue?: any;
389
+ rounded?: string | number | boolean | undefined;
388
390
  baseColor?: string | undefined;
389
- max?: unknown;
390
391
  bgColor?: string | undefined;
391
392
  appendIcon?: IconValue | undefined;
392
393
  appendInnerIcon?: IconValue | undefined;
393
394
  prependInnerIcon?: IconValue | undefined;
394
395
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
395
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
396
396
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
397
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
397
398
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
398
399
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
399
400
  centerAffix?: boolean | undefined;
@@ -402,7 +403,6 @@ declare const VDateInput: {
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,35 +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
502
  hideSpinButtons: boolean;
501
503
  persistentHint: boolean;
502
504
  nextIcon: IconValue;
503
505
  prevIcon: IconValue;
504
- autofocus: boolean;
505
506
  clearable: boolean;
506
507
  dirty: boolean;
507
508
  persistentClear: boolean;
@@ -518,48 +519,48 @@ declare const VDateInput: {
518
519
  weeksInMonth: NonNullable<NonNullable<"static" | "dynamic">>;
519
520
  hideWeekdays: boolean;
520
521
  showWeek: boolean;
521
- landscape: boolean;
522
522
  hideHeader: boolean;
523
523
  hideActions: boolean;
524
524
  } & {
525
- class?: any;
525
+ max?: unknown;
526
+ location?: Anchor | undefined;
526
527
  id?: string | undefined;
527
- label?: string | undefined;
528
- text?: string | undefined;
529
- width?: string | number | undefined;
530
528
  height?: string | number | undefined;
531
- theme?: string | undefined;
532
- color?: string | undefined;
529
+ width?: string | number | undefined;
533
530
  name?: string | undefined;
534
- prefix?: string | undefined;
535
- loading?: string | boolean | undefined;
536
- counter?: string | number | boolean | undefined;
537
- month?: string | number | undefined;
538
- year?: number | undefined;
531
+ min?: unknown;
539
532
  border?: string | number | boolean | undefined;
540
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
541
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
542
- modelValue?: any;
543
- validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
544
- validationValue?: any;
545
- rounded?: string | number | boolean | undefined;
533
+ color?: string | undefined;
546
534
  maxHeight?: string | number | undefined;
547
535
  maxWidth?: string | number | undefined;
548
536
  minHeight?: string | number | undefined;
549
537
  minWidth?: string | number | undefined;
550
- 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;
551
543
  role?: string | undefined;
544
+ multiple?: number | boolean | "range" | (string & {}) | undefined;
545
+ month?: string | number | undefined;
546
+ year?: number | undefined;
547
+ class?: any;
552
548
  elevation?: string | number | undefined;
553
- 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?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
554
+ validationValue?: any;
555
+ rounded?: string | number | boolean | undefined;
554
556
  baseColor?: string | undefined;
555
- max?: unknown;
556
557
  bgColor?: string | undefined;
557
558
  appendIcon?: IconValue | undefined;
558
559
  appendInnerIcon?: IconValue | undefined;
559
560
  prependInnerIcon?: IconValue | undefined;
560
561
  'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
561
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
562
562
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
563
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
563
564
  'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
564
565
  'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
565
566
  centerAffix?: boolean | undefined;
@@ -568,7 +569,6 @@ declare const VDateInput: {
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;
@@ -774,7 +774,7 @@ declare const VDateInput: {
774
774
  reverse: BooleanConstructor;
775
775
  singleLine: BooleanConstructor;
776
776
  variant: {
777
- 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">;
778
778
  default: string;
779
779
  validator: (v: any) => boolean;
780
780
  };
@@ -800,7 +800,7 @@ declare const VDateInput: {
800
800
  type: vue.PropType<readonly ValidationRule[]>;
801
801
  default: () => never[];
802
802
  };
803
- validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
803
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
804
804
  validationValue: null;
805
805
  density: {
806
806
  type: vue.PropType<Density>;
@@ -829,7 +829,7 @@ declare const VDateInput: {
829
829
  'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
830
830
  'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
831
831
  autofocus: BooleanConstructor;
832
- counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
832
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
833
833
  counterValue: vue.PropType<number | ((value: any) => number)>;
834
834
  prefix: StringConstructor;
835
835
  placeholder: {
@@ -855,57 +855,59 @@ declare const VDateInput: {
855
855
  };
856
856
  hideActions: BooleanConstructor;
857
857
  }, vue.ExtractPropTypes<{
858
- class: vue.PropType<any>;
859
- style: {
860
- type: vue.PropType<vue.StyleValue>;
861
- 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;
862
876
  };
863
877
  header: {
864
878
  type: StringConstructor;
865
879
  default: string;
866
880
  };
881
+ style: {
882
+ type: vue.PropType<vue.StyleValue>;
883
+ default: null;
884
+ };
867
885
  title: {
868
886
  type: vue.PropType<string>;
869
887
  default: string;
870
888
  };
871
889
  text: StringConstructor;
872
- width: (StringConstructor | NumberConstructor)[];
873
- height: (StringConstructor | NumberConstructor)[];
874
- theme: StringConstructor;
875
- color: StringConstructor;
876
890
  disabled: BooleanConstructor;
877
- tag: {
878
- type: StringConstructor;
879
- default: string;
880
- };
891
+ multiple: vue.PropType<number | boolean | "range" | (string & {})>;
881
892
  month: (StringConstructor | NumberConstructor)[];
882
893
  year: NumberConstructor;
883
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
884
- transition: {
894
+ class: vue.PropType<any>;
895
+ tag: {
885
896
  type: StringConstructor;
886
897
  default: string;
887
898
  };
888
- position: {
889
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
890
- validator: (v: any) => boolean;
899
+ landscape: BooleanConstructor;
900
+ elevation: {
901
+ type: (StringConstructor | NumberConstructor)[];
902
+ validator(v: any): boolean;
891
903
  };
904
+ theme: StringConstructor;
892
905
  modelValue: null;
893
906
  rounded: {
894
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
907
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
895
908
  default: undefined;
896
909
  };
897
- maxHeight: (StringConstructor | NumberConstructor)[];
898
- maxWidth: (StringConstructor | NumberConstructor)[];
899
- minHeight: (StringConstructor | NumberConstructor)[];
900
- minWidth: (StringConstructor | NumberConstructor)[];
901
- multiple: vue.PropType<number | boolean | (string & {}) | "range">;
902
910
  tile: BooleanConstructor;
903
- elevation: {
904
- type: (StringConstructor | NumberConstructor)[];
905
- validator(v: any): boolean;
906
- };
907
- location: vue.PropType<Anchor>;
908
- max: vue.PropType<unknown>;
909
911
  bgColor: StringConstructor;
910
912
  nextIcon: {
911
913
  type: vue.PropType<IconValue>;
@@ -915,7 +917,6 @@ declare const VDateInput: {
915
917
  type: vue.PropType<IconValue>;
916
918
  default: string;
917
919
  };
918
- min: vue.PropType<unknown>;
919
920
  reverseTransition: {
920
921
  type: StringConstructor;
921
922
  default: string;
@@ -949,10 +950,10 @@ declare const VDateInput: {
949
950
  weeksInMonth: Omit<Omit<{
950
951
  type: vue.PropType<"static" | "dynamic">;
951
952
  default: string;
952
- }, "default" | "type"> & {
953
+ }, "type" | "default"> & {
953
954
  type: vue.PropType<NonNullable<"static" | "dynamic">>;
954
955
  default: NonNullable<"static" | "dynamic">;
955
- }, "default" | "type"> & {
956
+ }, "type" | "default"> & {
956
957
  type: vue.PropType<NonNullable<NonNullable<"static" | "dynamic">>>;
957
958
  default: NonNullable<NonNullable<"static" | "dynamic">>;
958
959
  };
@@ -961,7 +962,6 @@ declare const VDateInput: {
961
962
  displayValue: vue.PropType<unknown>;
962
963
  hideWeekdays: BooleanConstructor;
963
964
  showWeek: BooleanConstructor;
964
- landscape: BooleanConstructor;
965
965
  hideHeader: {
966
966
  type: vue.PropType<boolean>;
967
967
  default: boolean;
@@ -988,7 +988,7 @@ declare const VDateInput: {
988
988
  reverse: BooleanConstructor;
989
989
  singleLine: BooleanConstructor;
990
990
  variant: {
991
- 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">;
992
992
  default: string;
993
993
  validator: (v: any) => boolean;
994
994
  };
@@ -1014,7 +1014,7 @@ declare const VDateInput: {
1014
1014
  type: vue.PropType<readonly ValidationRule[]>;
1015
1015
  default: () => never[];
1016
1016
  };
1017
- validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
1017
+ validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
1018
1018
  validationValue: null;
1019
1019
  density: {
1020
1020
  type: vue.PropType<Density>;
@@ -1043,7 +1043,7 @@ declare const VDateInput: {
1043
1043
  'onClick:prepend': vue.PropType<(args_0: MouseEvent) => void>;
1044
1044
  'onClick:append': vue.PropType<(args_0: MouseEvent) => void>;
1045
1045
  autofocus: BooleanConstructor;
1046
- counter: (StringConstructor | NumberConstructor | BooleanConstructor)[];
1046
+ counter: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1047
1047
  counterValue: vue.PropType<number | ((value: any) => number)>;
1048
1048
  prefix: StringConstructor;
1049
1049
  placeholder: {