vuetify 3.5.8 → 3.5.10

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 (189) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +525 -13
  3. package/dist/json/importMap-labs.json +24 -8
  4. package/dist/json/importMap.json +130 -130
  5. package/dist/json/tags.json +148 -0
  6. package/dist/json/web-types.json +2021 -147
  7. package/dist/vuetify-labs.css +2819 -2760
  8. package/dist/vuetify-labs.d.ts +5860 -2816
  9. package/dist/vuetify-labs.esm.js +1286 -248
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +1286 -247
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +553 -547
  14. package/dist/vuetify.d.ts +2835 -2281
  15. package/dist/vuetify.esm.js +883 -408
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +882 -406
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1137 -1109
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +15 -15
  23. package/lib/components/VApp/index.d.mts +8 -8
  24. package/lib/components/VAppBar/index.d.mts +7 -7
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -7
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +232 -100
  28. package/lib/components/VAvatar/index.d.mts +8 -8
  29. package/lib/components/VBadge/index.d.mts +7 -7
  30. package/lib/components/VBanner/index.d.mts +20 -20
  31. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  32. package/lib/components/VBreadcrumbs/index.d.mts +27 -26
  33. package/lib/components/VBtnGroup/index.d.mts +8 -8
  34. package/lib/components/VCard/index.d.mts +32 -32
  35. package/lib/components/VCarousel/index.d.mts +6 -6
  36. package/lib/components/VCheckbox/index.d.mts +44 -44
  37. package/lib/components/VChip/index.d.mts +7 -7
  38. package/lib/components/VCode/index.d.mts +8 -8
  39. package/lib/components/VColorPicker/VColorPickerPreview.css +1 -0
  40. package/lib/components/VColorPicker/VColorPickerPreview.sass +1 -0
  41. package/lib/components/VColorPicker/_variables.scss +1 -0
  42. package/lib/components/VCombobox/VCombobox.mjs +10 -7
  43. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  44. package/lib/components/VCombobox/index.d.mts +232 -100
  45. package/lib/components/VDataTable/index.d.mts +6 -6
  46. package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -0
  47. package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
  48. package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
  49. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  50. package/lib/components/VDatePicker/index.d.mts +10 -10
  51. package/lib/components/VDefaultsProvider/index.d.mts +8 -8
  52. package/lib/components/VDialog/index.d.mts +12 -6
  53. package/lib/components/VDivider/index.d.mts +8 -8
  54. package/lib/components/VExpansionPanel/index.d.mts +19 -19
  55. package/lib/components/VField/VField.css +2 -0
  56. package/lib/components/VField/VField.mjs +1 -1
  57. package/lib/components/VField/VField.mjs.map +1 -1
  58. package/lib/components/VField/VField.sass +2 -0
  59. package/lib/components/VField/index.d.mts +28 -28
  60. package/lib/components/VFileInput/index.d.mts +133 -133
  61. package/lib/components/VFooter/index.d.mts +8 -8
  62. package/lib/components/VGrid/index.d.mts +32 -32
  63. package/lib/components/VIcon/VIcon.css +4 -0
  64. package/lib/components/VIcon/VIcon.mjs +7 -3
  65. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  66. package/lib/components/VIcon/VIcon.sass +4 -0
  67. package/lib/components/VIcon/_variables.scss +1 -0
  68. package/lib/components/VIcon/index.d.mts +25 -16
  69. package/lib/components/VImg/index.d.mts +4 -4
  70. package/lib/components/VInput/index.d.mts +21 -21
  71. package/lib/components/VKbd/index.d.mts +8 -8
  72. package/lib/components/VLabel/index.d.mts +8 -8
  73. package/lib/components/VLayout/index.d.mts +16 -16
  74. package/lib/components/VLazy/index.d.mts +8 -8
  75. package/lib/components/VList/VList.mjs +8 -2
  76. package/lib/components/VList/VList.mjs.map +1 -1
  77. package/lib/components/VList/VListGroup.mjs +3 -1
  78. package/lib/components/VList/VListGroup.mjs.map +1 -1
  79. package/lib/components/VList/VListItem.mjs +17 -4
  80. package/lib/components/VList/VListItem.mjs.map +1 -1
  81. package/lib/components/VList/index.d.mts +156 -54
  82. package/lib/components/VLocaleProvider/index.d.mts +12 -12
  83. package/lib/components/VMain/index.d.mts +8 -8
  84. package/lib/components/VMenu/VMenu.mjs +3 -0
  85. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  86. package/lib/components/VMenu/index.d.mts +14 -8
  87. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
  88. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
  89. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  90. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
  91. package/lib/components/VNavigationDrawer/index.d.mts +11 -11
  92. package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
  93. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  94. package/lib/components/VOtpInput/index.d.mts +31 -31
  95. package/lib/components/VOverlay/VOverlay.mjs +8 -3
  96. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  97. package/lib/components/VOverlay/index.d.mts +3 -0
  98. package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
  99. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  100. package/lib/components/VPagination/index.d.mts +7 -7
  101. package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
  102. package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
  103. package/lib/components/VProgressLinear/index.d.mts +7 -7
  104. package/lib/components/VRadioGroup/index.d.mts +44 -44
  105. package/lib/components/VRangeSlider/index.d.mts +47 -47
  106. package/lib/components/VRating/index.d.mts +7 -7
  107. package/lib/components/VResponsive/index.d.mts +8 -8
  108. package/lib/components/VSelect/VSelect.mjs +5 -3
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +232 -100
  111. package/lib/components/VSheet/index.d.mts +8 -8
  112. package/lib/components/VSkeletonLoader/index.d.mts +8 -8
  113. package/lib/components/VSlider/index.d.mts +47 -47
  114. package/lib/components/VSnackbar/index.d.mts +25 -19
  115. package/lib/components/VStepper/index.d.mts +41 -41
  116. package/lib/components/VSwitch/index.d.mts +39 -39
  117. package/lib/components/VSystemBar/index.d.mts +8 -8
  118. package/lib/components/VTabs/index.d.mts +15 -15
  119. package/lib/components/VTextField/index.d.mts +173 -173
  120. package/lib/components/VTextarea/index.d.mts +119 -119
  121. package/lib/components/VThemeProvider/index.d.mts +8 -8
  122. package/lib/components/VTimeline/index.d.mts +8 -8
  123. package/lib/components/VToolbar/index.d.mts +8 -8
  124. package/lib/components/VTooltip/index.d.mts +14 -8
  125. package/lib/components/VWindow/index.d.mts +10 -10
  126. package/lib/components/index.d.mts +2478 -1943
  127. package/lib/components/transitions/index.d.mts +128 -128
  128. package/lib/composables/date/adapters/vuetify.mjs +1 -1
  129. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  130. package/lib/composables/nested/activeStrategies.mjs +121 -0
  131. package/lib/composables/nested/activeStrategies.mjs.map +1 -0
  132. package/lib/composables/nested/nested.mjs +50 -1
  133. package/lib/composables/nested/nested.mjs.map +1 -1
  134. package/lib/composables/nested/selectStrategies.mjs +4 -2
  135. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  136. package/lib/composables/theme.mjs +1 -1
  137. package/lib/composables/theme.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +3 -2
  139. package/lib/entry-bundler.mjs.map +1 -1
  140. package/lib/framework.mjs +1 -1
  141. package/lib/framework.mjs.map +1 -1
  142. package/lib/iconsets/fa.mjs +2 -0
  143. package/lib/iconsets/fa.mjs.map +1 -1
  144. package/lib/iconsets/fa4.mjs +2 -0
  145. package/lib/iconsets/fa4.mjs.map +1 -1
  146. package/lib/iconsets/md.mjs +2 -0
  147. package/lib/iconsets/md.mjs.map +1 -1
  148. package/lib/iconsets/mdi-svg.mjs +2 -0
  149. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  150. package/lib/iconsets/mdi.mjs +2 -0
  151. package/lib/iconsets/mdi.mjs.map +1 -1
  152. package/lib/index.d.mts +48 -44
  153. package/lib/labs/VCalendar/index.d.mts +32 -32
  154. package/lib/labs/VFab/index.d.mts +15 -15
  155. package/lib/labs/VNumberInput/VNumberInput.css +38 -0
  156. package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
  157. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
  158. package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
  159. package/lib/labs/VNumberInput/_variables.scss +1 -0
  160. package/lib/labs/VNumberInput/index.d.mts +607 -0
  161. package/lib/labs/VNumberInput/index.mjs +2 -0
  162. package/lib/labs/VNumberInput/index.mjs.map +1 -0
  163. package/lib/labs/VPicker/index.d.mts +8 -8
  164. package/lib/labs/VSparkline/index.d.mts +7 -7
  165. package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
  166. package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
  167. package/lib/labs/VSpeedDial/index.d.mts +120 -24
  168. package/lib/labs/VTreeview/VTreeview.mjs +154 -0
  169. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -0
  170. package/lib/labs/VTreeview/VTreeviewChildren.mjs +98 -0
  171. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -0
  172. package/lib/labs/VTreeview/VTreeviewGroup.mjs +48 -0
  173. package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -0
  174. package/lib/labs/VTreeview/VTreeviewItem.css +17 -0
  175. package/lib/labs/VTreeview/VTreeviewItem.mjs +86 -0
  176. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -0
  177. package/lib/labs/VTreeview/VTreeviewItem.sass +19 -0
  178. package/lib/labs/VTreeview/index.d.mts +1975 -0
  179. package/lib/labs/VTreeview/index.mjs +4 -0
  180. package/lib/labs/VTreeview/index.mjs.map +1 -0
  181. package/lib/labs/VTreeview/shared.mjs +4 -0
  182. package/lib/labs/VTreeview/shared.mjs.map +1 -0
  183. package/lib/labs/VTreeview/variables.scss +8 -0
  184. package/lib/labs/components.d.mts +4553 -1925
  185. package/lib/labs/components.mjs +4 -2
  186. package/lib/labs/components.mjs.map +1 -1
  187. package/lib/locale/no.mjs +1 -1
  188. package/lib/locale/no.mjs.map +1 -1
  189. package/package.json +2 -2
@@ -34,9 +34,9 @@ declare const VPagination: {
34
34
  size: string | number;
35
35
  tag: string;
36
36
  ellipsis: string;
37
+ modelValue: number;
37
38
  tile: boolean;
38
39
  density: Density;
39
- modelValue: number;
40
40
  nextIcon: IconValue;
41
41
  prevIcon: IconValue;
42
42
  firstIcon: IconValue;
@@ -100,9 +100,9 @@ declare const VPagination: {
100
100
  size: string | number;
101
101
  tag: string;
102
102
  ellipsis: string;
103
+ modelValue: number;
103
104
  tile: boolean;
104
105
  density: Density;
105
- modelValue: number;
106
106
  nextIcon: IconValue;
107
107
  prevIcon: IconValue;
108
108
  firstIcon: IconValue;
@@ -160,10 +160,10 @@ declare const VPagination: {
160
160
  size: string | number;
161
161
  tag: string;
162
162
  ellipsis: string;
163
+ modelValue: number;
163
164
  rounded: string | number | boolean;
164
165
  tile: boolean;
165
166
  density: Density;
166
- modelValue: number;
167
167
  nextIcon: IconValue;
168
168
  prevIcon: IconValue;
169
169
  firstIcon: IconValue;
@@ -208,9 +208,9 @@ declare const VPagination: {
208
208
  size: string | number;
209
209
  tag: string;
210
210
  ellipsis: string;
211
+ modelValue: number;
211
212
  tile: boolean;
212
213
  density: Density;
213
- modelValue: number;
214
214
  nextIcon: IconValue;
215
215
  prevIcon: IconValue;
216
216
  firstIcon: IconValue;
@@ -268,10 +268,10 @@ declare const VPagination: {
268
268
  size: string | number;
269
269
  tag: string;
270
270
  ellipsis: string;
271
+ modelValue: number;
271
272
  rounded: string | number | boolean;
272
273
  tile: boolean;
273
274
  density: Density;
274
- modelValue: number;
275
275
  nextIcon: IconValue;
276
276
  prevIcon: IconValue;
277
277
  firstIcon: IconValue;
@@ -297,9 +297,9 @@ declare const VPagination: {
297
297
  size: string | number;
298
298
  tag: string;
299
299
  ellipsis: string;
300
+ modelValue: number;
300
301
  tile: boolean;
301
302
  density: Density;
302
- modelValue: number;
303
303
  nextIcon: IconValue;
304
304
  prevIcon: IconValue;
305
305
  firstIcon: IconValue;
@@ -363,10 +363,10 @@ declare const VPagination: {
363
363
  size: string | number;
364
364
  tag: string;
365
365
  ellipsis: string;
366
+ modelValue: number;
366
367
  rounded: string | number | boolean;
367
368
  tile: boolean;
368
369
  density: Density;
369
- modelValue: number;
370
370
  nextIcon: IconValue;
371
371
  prevIcon: IconValue;
372
372
  firstIcon: IconValue;
@@ -56,7 +56,6 @@
56
56
  right: auto;
57
57
  top: 0;
58
58
  width: auto;
59
- will-change: left, right;
60
59
  }
61
60
  .v-progress-linear__indeterminate .long {
62
61
  animation-name: indeterminate-ltr;
@@ -57,7 +57,6 @@
57
57
  right: auto
58
58
  top: 0
59
59
  width: auto
60
- will-change: left, right
61
60
 
62
61
  .long
63
62
  animation-name: indeterminate-ltr
@@ -23,8 +23,8 @@ declare const VProgressLinear: {
23
23
  style: vue.StyleValue;
24
24
  tag: string;
25
25
  indeterminate: boolean;
26
- tile: boolean;
27
26
  modelValue: string | number;
27
+ tile: boolean;
28
28
  bufferValue: string | number;
29
29
  clickable: boolean;
30
30
  striped: boolean;
@@ -72,8 +72,8 @@ declare const VProgressLinear: {
72
72
  style: vue.StyleValue;
73
73
  tag: string;
74
74
  indeterminate: boolean;
75
- tile: boolean;
76
75
  modelValue: string | number;
76
+ tile: boolean;
77
77
  bufferValue: string | number;
78
78
  clickable: boolean;
79
79
  striped: boolean;
@@ -119,9 +119,9 @@ declare const VProgressLinear: {
119
119
  style: vue.StyleValue;
120
120
  tag: string;
121
121
  indeterminate: boolean;
122
+ modelValue: string | number;
122
123
  rounded: string | number | boolean;
123
124
  tile: boolean;
124
- modelValue: string | number;
125
125
  bufferValue: string | number;
126
126
  clickable: boolean;
127
127
  striped: boolean;
@@ -151,8 +151,8 @@ declare const VProgressLinear: {
151
151
  style: vue.StyleValue;
152
152
  tag: string;
153
153
  indeterminate: boolean;
154
- tile: boolean;
155
154
  modelValue: string | number;
155
+ tile: boolean;
156
156
  bufferValue: string | number;
157
157
  clickable: boolean;
158
158
  striped: boolean;
@@ -198,9 +198,9 @@ declare const VProgressLinear: {
198
198
  style: vue.StyleValue;
199
199
  tag: string;
200
200
  indeterminate: boolean;
201
+ modelValue: string | number;
201
202
  rounded: string | number | boolean;
202
203
  tile: boolean;
203
- modelValue: string | number;
204
204
  bufferValue: string | number;
205
205
  clickable: boolean;
206
206
  striped: boolean;
@@ -220,8 +220,8 @@ declare const VProgressLinear: {
220
220
  style: vue.StyleValue;
221
221
  tag: string;
222
222
  indeterminate: boolean;
223
- tile: boolean;
224
223
  modelValue: string | number;
224
+ tile: boolean;
225
225
  bufferValue: string | number;
226
226
  clickable: boolean;
227
227
  striped: boolean;
@@ -269,9 +269,9 @@ declare const VProgressLinear: {
269
269
  style: vue.StyleValue;
270
270
  tag: string;
271
271
  indeterminate: boolean;
272
+ modelValue: string | number;
272
273
  rounded: string | number | boolean;
273
274
  tile: boolean;
274
- modelValue: string | number;
275
275
  bufferValue: string | number;
276
276
  clickable: boolean;
277
277
  striped: boolean;
@@ -83,15 +83,15 @@ declare const VRadioGroup: {
83
83
  disabled: boolean | null;
84
84
  readonly: boolean | null;
85
85
  messages: string | readonly string[];
86
+ focused: boolean;
87
+ errorMessages: string | readonly string[] | null;
88
+ maxErrors: string | number;
89
+ rules: readonly ValidationRule[];
86
90
  density: Density;
87
91
  ripple: boolean;
88
92
  falseIcon: IconValue;
89
93
  trueIcon: IconValue;
90
94
  valueComparator: typeof deepEqual;
91
- focused: boolean;
92
- errorMessages: string | readonly string[] | null;
93
- maxErrors: string | number;
94
- rules: readonly ValidationRule[];
95
95
  centerAffix: boolean;
96
96
  hideSpinButtons: boolean;
97
97
  persistentHint: boolean;
@@ -102,19 +102,19 @@ declare const VRadioGroup: {
102
102
  label?: string | undefined;
103
103
  class?: any;
104
104
  theme?: string | undefined;
105
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
106
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
107
+ validationValue?: any;
105
108
  prependIcon?: IconValue | undefined;
106
109
  appendIcon?: IconValue | undefined;
107
110
  defaultsTarget?: string | undefined;
108
111
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
109
112
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
110
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
111
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
112
- validationValue?: any;
113
113
  hint?: string | undefined;
114
114
  hideDetails?: boolean | "auto" | undefined;
115
115
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
116
116
  'update:modelValue': (value: any) => boolean;
117
- }, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
117
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
118
118
  type: string;
119
119
  inline: boolean;
120
120
  error: boolean;
@@ -124,15 +124,15 @@ declare const VRadioGroup: {
124
124
  disabled: boolean | null;
125
125
  readonly: boolean | null;
126
126
  messages: string | readonly string[];
127
+ focused: boolean;
128
+ errorMessages: string | readonly string[] | null;
129
+ maxErrors: string | number;
130
+ rules: readonly ValidationRule[];
127
131
  density: Density;
128
132
  ripple: boolean;
129
133
  falseIcon: IconValue;
130
134
  trueIcon: IconValue;
131
135
  valueComparator: typeof deepEqual;
132
- focused: boolean;
133
- errorMessages: string | readonly string[] | null;
134
- maxErrors: string | number;
135
- rules: readonly ValidationRule[];
136
136
  centerAffix: boolean;
137
137
  hideSpinButtons: boolean;
138
138
  persistentHint: boolean;
@@ -143,14 +143,14 @@ declare const VRadioGroup: {
143
143
  label?: string | undefined;
144
144
  class?: any;
145
145
  theme?: string | undefined;
146
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
147
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
148
+ validationValue?: any;
146
149
  prependIcon?: IconValue | undefined;
147
150
  appendIcon?: IconValue | undefined;
148
151
  defaultsTarget?: string | undefined;
149
152
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
150
153
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
151
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
152
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
153
- validationValue?: any;
154
154
  hint?: string | undefined;
155
155
  hideDetails?: boolean | "auto" | undefined;
156
156
  } & {}, {
@@ -163,15 +163,15 @@ declare const VRadioGroup: {
163
163
  disabled: boolean | null;
164
164
  readonly: boolean | null;
165
165
  messages: string | readonly string[];
166
+ focused: boolean;
167
+ errorMessages: string | readonly string[] | null;
168
+ maxErrors: string | number;
169
+ rules: readonly ValidationRule[];
166
170
  density: Density;
167
171
  ripple: boolean;
168
172
  falseIcon: IconValue;
169
173
  trueIcon: IconValue;
170
174
  valueComparator: typeof deepEqual;
171
- focused: boolean;
172
- errorMessages: string | readonly string[] | null;
173
- maxErrors: string | number;
174
- rules: readonly ValidationRule[];
175
175
  centerAffix: boolean;
176
176
  hideSpinButtons: boolean;
177
177
  persistentHint: boolean;
@@ -214,15 +214,15 @@ declare const VRadioGroup: {
214
214
  disabled: boolean | null;
215
215
  readonly: boolean | null;
216
216
  messages: string | readonly string[];
217
+ focused: boolean;
218
+ errorMessages: string | readonly string[] | null;
219
+ maxErrors: string | number;
220
+ rules: readonly ValidationRule[];
217
221
  density: Density;
218
222
  ripple: boolean;
219
223
  falseIcon: IconValue;
220
224
  trueIcon: IconValue;
221
225
  valueComparator: typeof deepEqual;
222
- focused: boolean;
223
- errorMessages: string | readonly string[] | null;
224
- maxErrors: string | number;
225
- rules: readonly ValidationRule[];
226
226
  centerAffix: boolean;
227
227
  hideSpinButtons: boolean;
228
228
  persistentHint: boolean;
@@ -233,14 +233,14 @@ declare const VRadioGroup: {
233
233
  label?: string | undefined;
234
234
  class?: any;
235
235
  theme?: string | undefined;
236
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
237
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
238
+ validationValue?: any;
236
239
  prependIcon?: IconValue | undefined;
237
240
  appendIcon?: IconValue | undefined;
238
241
  defaultsTarget?: string | undefined;
239
242
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
240
243
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
241
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
242
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
243
- validationValue?: any;
244
244
  hint?: string | undefined;
245
245
  hideDetails?: boolean | "auto" | undefined;
246
246
  } & {}, {}, {}, {}, {}, {
@@ -253,15 +253,15 @@ declare const VRadioGroup: {
253
253
  disabled: boolean | null;
254
254
  readonly: boolean | null;
255
255
  messages: string | readonly string[];
256
+ focused: boolean;
257
+ errorMessages: string | readonly string[] | null;
258
+ maxErrors: string | number;
259
+ rules: readonly ValidationRule[];
256
260
  density: Density;
257
261
  ripple: boolean;
258
262
  falseIcon: IconValue;
259
263
  trueIcon: IconValue;
260
264
  valueComparator: typeof deepEqual;
261
- focused: boolean;
262
- errorMessages: string | readonly string[] | null;
263
- maxErrors: string | number;
264
- rules: readonly ValidationRule[];
265
265
  centerAffix: boolean;
266
266
  hideSpinButtons: boolean;
267
267
  persistentHint: boolean;
@@ -279,15 +279,15 @@ declare const VRadioGroup: {
279
279
  disabled: boolean | null;
280
280
  readonly: boolean | null;
281
281
  messages: string | readonly string[];
282
+ focused: boolean;
283
+ errorMessages: string | readonly string[] | null;
284
+ maxErrors: string | number;
285
+ rules: readonly ValidationRule[];
282
286
  density: Density;
283
287
  ripple: boolean;
284
288
  falseIcon: IconValue;
285
289
  trueIcon: IconValue;
286
290
  valueComparator: typeof deepEqual;
287
- focused: boolean;
288
- errorMessages: string | readonly string[] | null;
289
- maxErrors: string | number;
290
- rules: readonly ValidationRule[];
291
291
  centerAffix: boolean;
292
292
  hideSpinButtons: boolean;
293
293
  persistentHint: boolean;
@@ -298,19 +298,19 @@ declare const VRadioGroup: {
298
298
  label?: string | undefined;
299
299
  class?: any;
300
300
  theme?: string | undefined;
301
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
302
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
303
+ validationValue?: any;
301
304
  prependIcon?: IconValue | undefined;
302
305
  appendIcon?: IconValue | undefined;
303
306
  defaultsTarget?: string | undefined;
304
307
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
305
308
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
306
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
307
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
308
- validationValue?: any;
309
309
  hint?: string | undefined;
310
310
  hideDetails?: boolean | "auto" | undefined;
311
311
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
312
312
  'update:modelValue': (value: any) => boolean;
313
- }, "$children" | "v-slot:default" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
313
+ }, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
314
314
  type: string;
315
315
  inline: boolean;
316
316
  error: boolean;
@@ -320,15 +320,15 @@ declare const VRadioGroup: {
320
320
  disabled: boolean | null;
321
321
  readonly: boolean | null;
322
322
  messages: string | readonly string[];
323
+ focused: boolean;
324
+ errorMessages: string | readonly string[] | null;
325
+ maxErrors: string | number;
326
+ rules: readonly ValidationRule[];
323
327
  density: Density;
324
328
  ripple: boolean;
325
329
  falseIcon: IconValue;
326
330
  trueIcon: IconValue;
327
331
  valueComparator: typeof deepEqual;
328
- focused: boolean;
329
- errorMessages: string | readonly string[] | null;
330
- maxErrors: string | number;
331
- rules: readonly ValidationRule[];
332
332
  centerAffix: boolean;
333
333
  hideSpinButtons: boolean;
334
334
  persistentHint: boolean;
@@ -392,12 +392,12 @@ declare const VRadioGroup: {
392
392
  };
393
393
  class: vue.PropType<any>;
394
394
  theme: StringConstructor;
395
+ modelValue: null;
395
396
  density: {
396
397
  type: vue.PropType<Density>;
397
398
  default: string;
398
399
  validator: (v: any) => boolean;
399
400
  };
400
- modelValue: null;
401
401
  ripple: {
402
402
  type: BooleanConstructor;
403
403
  default: boolean;
@@ -481,12 +481,12 @@ declare const VRadioGroup: {
481
481
  };
482
482
  class: vue.PropType<any>;
483
483
  theme: StringConstructor;
484
+ modelValue: null;
484
485
  density: {
485
486
  type: vue.PropType<Density>;
486
487
  default: string;
487
488
  validator: (v: any) => boolean;
488
489
  };
489
- modelValue: null;
490
490
  ripple: {
491
491
  type: BooleanConstructor;
492
492
  default: boolean;
@@ -51,14 +51,14 @@ declare const VRangeSlider: {
51
51
  step: string | number;
52
52
  elevation: NonNullable<string | number>;
53
53
  messages: string | readonly string[];
54
- tile: boolean;
55
- density: Density;
56
- modelValue: readonly (string | number)[];
57
- ripple: boolean;
58
54
  focused: boolean;
59
55
  errorMessages: string | readonly string[] | null;
60
56
  maxErrors: string | number;
61
57
  rules: readonly ValidationRule[];
58
+ modelValue: readonly (string | number)[];
59
+ tile: boolean;
60
+ density: Density;
61
+ ripple: boolean;
62
62
  centerAffix: boolean;
63
63
  hideSpinButtons: boolean;
64
64
  persistentHint: boolean;
@@ -72,14 +72,14 @@ declare const VRangeSlider: {
72
72
  color?: string | undefined;
73
73
  label?: string | undefined;
74
74
  class?: any;
75
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
76
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
77
+ validationValue?: any;
75
78
  rounded?: string | number | boolean | undefined;
76
79
  prependIcon?: IconValue | undefined;
77
80
  appendIcon?: IconValue | undefined;
78
81
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
79
82
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
80
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
81
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
82
- validationValue?: any;
83
83
  hint?: string | undefined;
84
84
  hideDetails?: boolean | "auto" | undefined;
85
85
  trackColor?: string | undefined;
@@ -133,8 +133,8 @@ declare const VRangeSlider: {
133
133
  }) => vue.VNodeChild) | undefined;
134
134
  "v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
135
135
  } & {
136
- "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
137
136
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
137
+ "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
138
138
  onEnd?: ((value: [number, number]) => any) | undefined;
139
139
  onStart?: ((value: [number, number]) => any) | undefined;
140
140
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -155,14 +155,14 @@ declare const VRangeSlider: {
155
155
  step: string | number;
156
156
  elevation: NonNullable<string | number>;
157
157
  messages: string | readonly string[];
158
- tile: boolean;
159
- density: Density;
160
- modelValue: readonly (string | number)[];
161
- ripple: boolean;
162
158
  focused: boolean;
163
159
  errorMessages: string | readonly string[] | null;
164
160
  maxErrors: string | number;
165
161
  rules: readonly ValidationRule[];
162
+ modelValue: readonly (string | number)[];
163
+ tile: boolean;
164
+ density: Density;
165
+ ripple: boolean;
166
166
  centerAffix: boolean;
167
167
  hideSpinButtons: boolean;
168
168
  persistentHint: boolean;
@@ -176,14 +176,14 @@ declare const VRangeSlider: {
176
176
  color?: string | undefined;
177
177
  label?: string | undefined;
178
178
  class?: any;
179
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
180
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
181
+ validationValue?: any;
179
182
  rounded?: string | number | boolean | undefined;
180
183
  prependIcon?: IconValue | undefined;
181
184
  appendIcon?: IconValue | undefined;
182
185
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
183
186
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
184
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
185
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
186
- validationValue?: any;
187
187
  hint?: string | undefined;
188
188
  hideDetails?: boolean | "auto" | undefined;
189
189
  trackColor?: string | undefined;
@@ -237,8 +237,8 @@ declare const VRangeSlider: {
237
237
  }) => vue.VNodeChild) | undefined;
238
238
  "v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
239
239
  } & {
240
- "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
241
240
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
241
+ "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
242
242
  onEnd?: ((value: [number, number]) => any) | undefined;
243
243
  onStart?: ((value: [number, number]) => any) | undefined;
244
244
  }, {
@@ -254,15 +254,15 @@ declare const VRangeSlider: {
254
254
  step: string | number;
255
255
  elevation: NonNullable<string | number>;
256
256
  messages: string | readonly string[];
257
- rounded: string | number | boolean;
258
- tile: boolean;
259
- density: Density;
260
- modelValue: readonly (string | number)[];
261
- ripple: boolean;
262
257
  focused: boolean;
263
258
  errorMessages: string | readonly string[] | null;
264
259
  maxErrors: string | number;
265
260
  rules: readonly ValidationRule[];
261
+ modelValue: readonly (string | number)[];
262
+ rounded: string | number | boolean;
263
+ tile: boolean;
264
+ density: Density;
265
+ ripple: boolean;
266
266
  centerAffix: boolean;
267
267
  hideSpinButtons: boolean;
268
268
  persistentHint: boolean;
@@ -321,14 +321,14 @@ declare const VRangeSlider: {
321
321
  step: string | number;
322
322
  elevation: NonNullable<string | number>;
323
323
  messages: string | readonly string[];
324
- tile: boolean;
325
- density: Density;
326
- modelValue: readonly (string | number)[];
327
- ripple: boolean;
328
324
  focused: boolean;
329
325
  errorMessages: string | readonly string[] | null;
330
326
  maxErrors: string | number;
331
327
  rules: readonly ValidationRule[];
328
+ modelValue: readonly (string | number)[];
329
+ tile: boolean;
330
+ density: Density;
331
+ ripple: boolean;
332
332
  centerAffix: boolean;
333
333
  hideSpinButtons: boolean;
334
334
  persistentHint: boolean;
@@ -342,14 +342,14 @@ declare const VRangeSlider: {
342
342
  color?: string | undefined;
343
343
  label?: string | undefined;
344
344
  class?: any;
345
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
346
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
347
+ validationValue?: any;
345
348
  rounded?: string | number | boolean | undefined;
346
349
  prependIcon?: IconValue | undefined;
347
350
  appendIcon?: IconValue | undefined;
348
351
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
349
352
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
350
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
351
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
352
- validationValue?: any;
353
353
  hint?: string | undefined;
354
354
  hideDetails?: boolean | "auto" | undefined;
355
355
  trackColor?: string | undefined;
@@ -403,8 +403,8 @@ declare const VRangeSlider: {
403
403
  }) => vue.VNodeChild) | undefined;
404
404
  "v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
405
405
  } & {
406
- "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
407
406
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
407
+ "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
408
408
  onEnd?: ((value: [number, number]) => any) | undefined;
409
409
  onStart?: ((value: [number, number]) => any) | undefined;
410
410
  }, {}, {}, {}, {}, {
@@ -420,15 +420,15 @@ declare const VRangeSlider: {
420
420
  step: string | number;
421
421
  elevation: NonNullable<string | number>;
422
422
  messages: string | readonly string[];
423
- rounded: string | number | boolean;
424
- tile: boolean;
425
- density: Density;
426
- modelValue: readonly (string | number)[];
427
- ripple: boolean;
428
423
  focused: boolean;
429
424
  errorMessages: string | readonly string[] | null;
430
425
  maxErrors: string | number;
431
426
  rules: readonly ValidationRule[];
427
+ modelValue: readonly (string | number)[];
428
+ rounded: string | number | boolean;
429
+ tile: boolean;
430
+ density: Density;
431
+ ripple: boolean;
432
432
  centerAffix: boolean;
433
433
  hideSpinButtons: boolean;
434
434
  persistentHint: boolean;
@@ -454,14 +454,14 @@ declare const VRangeSlider: {
454
454
  step: string | number;
455
455
  elevation: NonNullable<string | number>;
456
456
  messages: string | readonly string[];
457
- tile: boolean;
458
- density: Density;
459
- modelValue: readonly (string | number)[];
460
- ripple: boolean;
461
457
  focused: boolean;
462
458
  errorMessages: string | readonly string[] | null;
463
459
  maxErrors: string | number;
464
460
  rules: readonly ValidationRule[];
461
+ modelValue: readonly (string | number)[];
462
+ tile: boolean;
463
+ density: Density;
464
+ ripple: boolean;
465
465
  centerAffix: boolean;
466
466
  hideSpinButtons: boolean;
467
467
  persistentHint: boolean;
@@ -475,14 +475,14 @@ declare const VRangeSlider: {
475
475
  color?: string | undefined;
476
476
  label?: string | undefined;
477
477
  class?: any;
478
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
479
+ validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
480
+ validationValue?: any;
478
481
  rounded?: string | number | boolean | undefined;
479
482
  prependIcon?: IconValue | undefined;
480
483
  appendIcon?: IconValue | undefined;
481
484
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
482
485
  'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
483
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
484
- validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
485
- validationValue?: any;
486
486
  hint?: string | undefined;
487
487
  hideDetails?: boolean | "auto" | undefined;
488
488
  trackColor?: string | undefined;
@@ -536,8 +536,8 @@ declare const VRangeSlider: {
536
536
  }) => vue.VNodeChild) | undefined;
537
537
  "v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
538
538
  } & {
539
- "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
540
539
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
540
+ "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
541
541
  onEnd?: ((value: [number, number]) => any) | undefined;
542
542
  onStart?: ((value: [number, number]) => any) | undefined;
543
543
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
@@ -558,15 +558,15 @@ declare const VRangeSlider: {
558
558
  step: string | number;
559
559
  elevation: NonNullable<string | number>;
560
560
  messages: string | readonly string[];
561
- rounded: string | number | boolean;
562
- tile: boolean;
563
- density: Density;
564
- modelValue: readonly (string | number)[];
565
- ripple: boolean;
566
561
  focused: boolean;
567
562
  errorMessages: string | readonly string[] | null;
568
563
  maxErrors: string | number;
569
564
  rules: readonly ValidationRule[];
565
+ modelValue: readonly (string | number)[];
566
+ rounded: string | number | boolean;
567
+ tile: boolean;
568
+ density: Density;
569
+ ripple: boolean;
570
570
  centerAffix: boolean;
571
571
  hideSpinButtons: boolean;
572
572
  persistentHint: boolean;