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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/CHANGELOG.md +0 -13
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +152 -152
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2433 -2435
  8. package/dist/vuetify-labs.d.ts +12298 -12189
  9. package/dist/vuetify-labs.esm.js +59 -29
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +59 -29
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +738 -740
  14. package/dist/vuetify.d.ts +10490 -10401
  15. package/dist/vuetify.esm.js +51 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +51 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1043 -1044
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/index.d.mts +615 -609
  26. package/lib/components/VAvatar/index.d.mts +36 -36
  27. package/lib/components/VBadge/index.d.mts +58 -58
  28. package/lib/components/VBanner/index.d.mts +59 -59
  29. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  30. package/lib/components/VBottomSheet/index.d.mts +118 -118
  31. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  32. package/lib/components/VBtn/VBtn.css +3 -0
  33. package/lib/components/VBtn/VBtn.sass +3 -0
  34. package/lib/components/VBtn/index.d.mts +107 -107
  35. package/lib/components/VBtnGroup/index.d.mts +23 -23
  36. package/lib/components/VBtnToggle/index.d.mts +40 -40
  37. package/lib/components/VCard/index.d.mts +93 -93
  38. package/lib/components/VCarousel/index.d.mts +128 -128
  39. package/lib/components/VCheckbox/index.d.mts +174 -168
  40. package/lib/components/VChip/index.d.mts +86 -86
  41. package/lib/components/VChipGroup/index.d.mts +46 -46
  42. package/lib/components/VColorPicker/index.d.mts +96 -96
  43. package/lib/components/VCombobox/index.d.mts +615 -609
  44. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  45. package/lib/components/VCounter/index.d.mts +27 -27
  46. package/lib/components/VDataIterator/index.d.mts +51 -50
  47. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  48. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  49. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  50. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  53. package/lib/components/VDataTable/composables/group.mjs +2 -1
  54. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  55. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  56. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  57. package/lib/components/VDataTable/index.d.mts +275 -274
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +134 -134
  61. package/lib/components/VDialog/index.d.mts +353 -353
  62. package/lib/components/VDivider/index.d.mts +15 -15
  63. package/lib/components/VEmptyState/index.d.mts +47 -47
  64. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  65. package/lib/components/VFab/index.d.mts +227 -227
  66. package/lib/components/VField/VField.css +6 -11
  67. package/lib/components/VField/VField.mjs +7 -5
  68. package/lib/components/VField/VField.mjs.map +1 -1
  69. package/lib/components/VField/VField.sass +2 -6
  70. package/lib/components/VField/index.d.mts +58 -52
  71. package/lib/components/VFileInput/index.d.mts +255 -249
  72. package/lib/components/VFooter/index.d.mts +50 -50
  73. package/lib/components/VForm/index.d.mts +9 -9
  74. package/lib/components/VGrid/index.d.mts +150 -150
  75. package/lib/components/VIcon/index.d.mts +24 -24
  76. package/lib/components/VImg/index.d.mts +85 -85
  77. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  78. package/lib/components/VInput/VInput.css +5 -5
  79. package/lib/components/VInput/VInput.mjs +4 -1
  80. package/lib/components/VInput/VInput.mjs.map +1 -1
  81. package/lib/components/VInput/VInput.sass +1 -1
  82. package/lib/components/VInput/index.d.mts +61 -55
  83. package/lib/components/VItemGroup/index.d.mts +17 -17
  84. package/lib/components/VLabel/index.d.mts +8 -8
  85. package/lib/components/VLayout/index.d.mts +36 -36
  86. package/lib/components/VLazy/index.d.mts +31 -31
  87. package/lib/components/VList/index.d.mts +178 -178
  88. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  89. package/lib/components/VMain/index.d.mts +10 -10
  90. package/lib/components/VMenu/index.d.mts +393 -393
  91. package/lib/components/VMessages/index.d.mts +20 -20
  92. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  93. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  94. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  95. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  96. package/lib/components/VOtpInput/index.d.mts +88 -88
  97. package/lib/components/VOverlay/index.d.mts +97 -97
  98. package/lib/components/VPagination/index.d.mts +55 -55
  99. package/lib/components/VParallax/index.d.mts +7 -7
  100. package/lib/components/VProgressCircular/index.d.mts +24 -24
  101. package/lib/components/VProgressLinear/index.d.mts +52 -52
  102. package/lib/components/VRadio/index.d.mts +41 -41
  103. package/lib/components/VRadioGroup/index.d.mts +105 -99
  104. package/lib/components/VRangeSlider/index.d.mts +102 -96
  105. package/lib/components/VRating/index.d.mts +22 -22
  106. package/lib/components/VResponsive/index.d.mts +23 -23
  107. package/lib/components/VSelect/index.d.mts +615 -609
  108. package/lib/components/VSelectionControl/index.d.mts +43 -43
  109. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  110. package/lib/components/VSheet/index.d.mts +34 -34
  111. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  112. package/lib/components/VSlideGroup/index.d.mts +33 -33
  113. package/lib/components/VSlider/index.d.mts +95 -89
  114. package/lib/components/VSnackbar/index.d.mts +411 -411
  115. package/lib/components/VSparkline/index.d.mts +38 -38
  116. package/lib/components/VSpeedDial/index.d.mts +176 -176
  117. package/lib/components/VStepper/index.d.mts +119 -119
  118. package/lib/components/VSwitch/index.d.mts +108 -102
  119. package/lib/components/VSystemBar/index.d.mts +39 -39
  120. package/lib/components/VTable/index.d.mts +4 -4
  121. package/lib/components/VTabs/index.d.mts +512 -512
  122. package/lib/components/VTextField/VTextField.mjs +1 -1
  123. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  124. package/lib/components/VTextField/index.d.mts +421 -415
  125. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  126. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  127. package/lib/components/VTextarea/index.d.mts +359 -344
  128. package/lib/components/VTimeline/index.d.mts +26 -26
  129. package/lib/components/VToolbar/index.d.mts +53 -53
  130. package/lib/components/VTooltip/index.d.mts +424 -424
  131. package/lib/components/VValidation/index.d.mts +19 -19
  132. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  133. package/lib/components/VWindow/index.d.mts +31 -31
  134. package/lib/components/index.d.mts +10651 -10563
  135. package/lib/components/transitions/index.d.mts +200 -200
  136. package/lib/composables/nested/nested.mjs +0 -1
  137. package/lib/composables/nested/nested.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +1 -1
  139. package/lib/framework.mjs +1 -1
  140. package/lib/index.d.mts +81 -80
  141. package/lib/labs/VCalendar/index.d.mts +52 -52
  142. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  143. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  144. package/lib/labs/VDateInput/index.d.mts +256 -250
  145. package/lib/labs/VNumberInput/index.d.mts +247 -241
  146. package/lib/labs/VPicker/index.d.mts +45 -45
  147. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  148. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  149. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  150. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  151. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  152. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  153. package/lib/labs/VTimePicker/index.d.mts +131 -122
  154. package/lib/labs/VTreeview/index.d.mts +199 -199
  155. package/lib/labs/components.d.mts +1754 -1733
  156. package/package.json +9 -4
@@ -32,10 +32,6 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
32
32
 
33
33
  declare function deepEqual(a: any, b: any): boolean;
34
34
 
35
- type VMessageSlot = {
36
- message: string;
37
- };
38
-
39
35
  type Density = null | 'default' | 'comfortable' | 'compact';
40
36
 
41
37
  type ValidationResult = string | boolean;
@@ -44,6 +40,10 @@ type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value
44
40
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
45
41
  declare const IconValue: PropType<IconValue>;
46
42
 
43
+ type VMessageSlot = {
44
+ message: string;
45
+ };
46
+
47
47
  interface VInputSlot {
48
48
  id: ComputedRef<string>;
49
49
  messagesId: ComputedRef<string>;
@@ -74,20 +74,20 @@ type VRadioGroupSlots = Omit<VInputSlots, 'default'> & {
74
74
  };
75
75
  declare const VRadioGroup: {
76
76
  new (...args: any[]): vue.CreateComponentPublicInstance<{
77
- style: vue.StyleValue;
78
77
  type: string;
79
- height: string | number;
78
+ inline: boolean;
80
79
  error: boolean;
80
+ height: string | number;
81
+ direction: "horizontal" | "vertical";
82
+ style: vue.StyleValue;
81
83
  disabled: boolean | null;
84
+ readonly: boolean | null;
82
85
  messages: string | readonly string[];
83
86
  focused: boolean;
84
87
  errorMessages: string | readonly string[] | null;
85
88
  maxErrors: string | number;
86
- readonly: boolean | null;
87
89
  rules: readonly ValidationRule[];
88
- inline: boolean;
89
90
  density: Density;
90
- direction: "horizontal" | "vertical";
91
91
  ripple: boolean | {
92
92
  class: string;
93
93
  } | undefined;
@@ -98,42 +98,42 @@ declare const VRadioGroup: {
98
98
  hideSpinButtons: boolean;
99
99
  persistentHint: boolean;
100
100
  } & {
101
- class?: any;
102
101
  id?: string | undefined;
103
- label?: string | undefined;
104
102
  width?: string | number | undefined;
105
- theme?: string | undefined;
106
- color?: string | undefined;
107
103
  name?: string | undefined;
108
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
109
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
110
- validationValue?: any;
104
+ color?: string | undefined;
111
105
  maxWidth?: string | number | undefined;
112
106
  minWidth?: string | number | undefined;
107
+ label?: string | undefined;
108
+ class?: any;
109
+ theme?: string | undefined;
110
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
111
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
112
+ validationValue?: any;
113
113
  prependIcon?: IconValue | undefined;
114
114
  appendIcon?: IconValue | undefined;
115
115
  defaultsTarget?: string | undefined;
116
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
117
116
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
117
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
118
118
  hint?: string | undefined;
119
119
  hideDetails?: boolean | "auto" | undefined;
120
120
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
121
121
  'update:modelValue': (value: any) => boolean;
122
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
123
- style: vue.StyleValue;
122
+ }, "$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 & {
124
123
  type: string;
125
- height: string | number;
124
+ inline: boolean;
126
125
  error: boolean;
126
+ height: string | number;
127
+ direction: "horizontal" | "vertical";
128
+ style: vue.StyleValue;
127
129
  disabled: boolean | null;
130
+ readonly: boolean | null;
128
131
  messages: string | readonly string[];
129
132
  focused: boolean;
130
133
  errorMessages: string | readonly string[] | null;
131
134
  maxErrors: string | number;
132
- readonly: boolean | null;
133
135
  rules: readonly ValidationRule[];
134
- inline: boolean;
135
136
  density: Density;
136
- direction: "horizontal" | "vertical";
137
137
  ripple: boolean | {
138
138
  class: string;
139
139
  } | undefined;
@@ -144,40 +144,40 @@ declare const VRadioGroup: {
144
144
  hideSpinButtons: boolean;
145
145
  persistentHint: boolean;
146
146
  } & {
147
- class?: any;
148
147
  id?: string | undefined;
149
- label?: string | undefined;
150
148
  width?: string | number | undefined;
151
- theme?: string | undefined;
152
- color?: string | undefined;
153
149
  name?: string | undefined;
154
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
155
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
156
- validationValue?: any;
150
+ color?: string | undefined;
157
151
  maxWidth?: string | number | undefined;
158
152
  minWidth?: string | number | undefined;
153
+ label?: string | undefined;
154
+ class?: any;
155
+ theme?: string | undefined;
156
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
157
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
158
+ validationValue?: any;
159
159
  prependIcon?: IconValue | undefined;
160
160
  appendIcon?: IconValue | undefined;
161
161
  defaultsTarget?: string | undefined;
162
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
163
162
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
163
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
164
164
  hint?: string | undefined;
165
165
  hideDetails?: boolean | "auto" | undefined;
166
166
  } & {}, {
167
- style: vue.StyleValue;
168
167
  type: string;
169
- height: string | number;
168
+ inline: boolean;
170
169
  error: boolean;
170
+ height: string | number;
171
+ direction: "horizontal" | "vertical";
172
+ style: vue.StyleValue;
171
173
  disabled: boolean | null;
174
+ readonly: boolean | null;
172
175
  messages: string | readonly string[];
173
176
  focused: boolean;
174
177
  errorMessages: string | readonly string[] | null;
175
178
  maxErrors: string | number;
176
- readonly: boolean | null;
177
179
  rules: readonly ValidationRule[];
178
- inline: boolean;
179
180
  density: Density;
180
- direction: "horizontal" | "vertical";
181
181
  ripple: boolean | {
182
182
  class: string;
183
183
  } | undefined;
@@ -188,18 +188,18 @@ declare const VRadioGroup: {
188
188
  hideSpinButtons: boolean;
189
189
  persistentHint: boolean;
190
190
  }, true, {}, vue.SlotsType<Partial<{
191
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
192
- [key: string]: any;
193
- }>[];
194
191
  message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
195
192
  [key: string]: any;
196
193
  }>[];
197
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
194
+ details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
198
195
  [key: string]: any;
199
196
  }>[];
200
197
  append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
201
198
  [key: string]: any;
202
199
  }>[];
200
+ prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
201
+ [key: string]: any;
202
+ }>[];
203
203
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
204
204
  [key: string]: any;
205
205
  }>[];
@@ -217,20 +217,20 @@ declare const VRadioGroup: {
217
217
  M: {};
218
218
  Defaults: {};
219
219
  }, {
220
- style: vue.StyleValue;
221
220
  type: string;
222
- height: string | number;
221
+ inline: boolean;
223
222
  error: boolean;
223
+ height: string | number;
224
+ direction: "horizontal" | "vertical";
225
+ style: vue.StyleValue;
224
226
  disabled: boolean | null;
227
+ readonly: boolean | null;
225
228
  messages: string | readonly string[];
226
229
  focused: boolean;
227
230
  errorMessages: string | readonly string[] | null;
228
231
  maxErrors: string | number;
229
- readonly: boolean | null;
230
232
  rules: readonly ValidationRule[];
231
- inline: boolean;
232
233
  density: Density;
233
- direction: "horizontal" | "vertical";
234
234
  ripple: boolean | {
235
235
  class: string;
236
236
  } | undefined;
@@ -241,40 +241,40 @@ declare const VRadioGroup: {
241
241
  hideSpinButtons: boolean;
242
242
  persistentHint: boolean;
243
243
  } & {
244
- class?: any;
245
244
  id?: string | undefined;
246
- label?: string | undefined;
247
245
  width?: string | number | undefined;
248
- theme?: string | undefined;
249
- color?: string | undefined;
250
246
  name?: string | undefined;
251
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
252
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
253
- validationValue?: any;
247
+ color?: string | undefined;
254
248
  maxWidth?: string | number | undefined;
255
249
  minWidth?: string | number | undefined;
250
+ label?: string | undefined;
251
+ class?: any;
252
+ theme?: string | undefined;
253
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
254
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
255
+ validationValue?: any;
256
256
  prependIcon?: IconValue | undefined;
257
257
  appendIcon?: IconValue | undefined;
258
258
  defaultsTarget?: string | undefined;
259
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
260
259
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
260
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
261
261
  hint?: string | undefined;
262
262
  hideDetails?: boolean | "auto" | undefined;
263
263
  } & {}, {}, {}, {}, {}, {
264
- style: vue.StyleValue;
265
264
  type: string;
266
- height: string | number;
265
+ inline: boolean;
267
266
  error: boolean;
267
+ height: string | number;
268
+ direction: "horizontal" | "vertical";
269
+ style: vue.StyleValue;
268
270
  disabled: boolean | null;
271
+ readonly: boolean | null;
269
272
  messages: string | readonly string[];
270
273
  focused: boolean;
271
274
  errorMessages: string | readonly string[] | null;
272
275
  maxErrors: string | number;
273
- readonly: boolean | null;
274
276
  rules: readonly ValidationRule[];
275
- inline: boolean;
276
277
  density: Density;
277
- direction: "horizontal" | "vertical";
278
278
  ripple: boolean | {
279
279
  class: string;
280
280
  } | undefined;
@@ -289,20 +289,20 @@ declare const VRadioGroup: {
289
289
  __isTeleport?: undefined;
290
290
  __isSuspense?: undefined;
291
291
  } & vue.ComponentOptionsBase<{
292
- style: vue.StyleValue;
293
292
  type: string;
294
- height: string | number;
293
+ inline: boolean;
295
294
  error: boolean;
295
+ height: string | number;
296
+ direction: "horizontal" | "vertical";
297
+ style: vue.StyleValue;
296
298
  disabled: boolean | null;
299
+ readonly: boolean | null;
297
300
  messages: string | readonly string[];
298
301
  focused: boolean;
299
302
  errorMessages: string | readonly string[] | null;
300
303
  maxErrors: string | number;
301
- readonly: boolean | null;
302
304
  rules: readonly ValidationRule[];
303
- inline: boolean;
304
305
  density: Density;
305
- direction: "horizontal" | "vertical";
306
306
  ripple: boolean | {
307
307
  class: string;
308
308
  } | undefined;
@@ -313,42 +313,42 @@ declare const VRadioGroup: {
313
313
  hideSpinButtons: boolean;
314
314
  persistentHint: boolean;
315
315
  } & {
316
- class?: any;
317
316
  id?: string | undefined;
318
- label?: string | undefined;
319
317
  width?: string | number | undefined;
320
- theme?: string | undefined;
321
- color?: string | undefined;
322
318
  name?: string | undefined;
323
- 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
324
- validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
325
- validationValue?: any;
319
+ color?: string | undefined;
326
320
  maxWidth?: string | number | undefined;
327
321
  minWidth?: string | number | undefined;
322
+ label?: string | undefined;
323
+ class?: any;
324
+ theme?: string | undefined;
325
+ 'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
326
+ validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
327
+ validationValue?: any;
328
328
  prependIcon?: IconValue | undefined;
329
329
  appendIcon?: IconValue | undefined;
330
330
  defaultsTarget?: string | undefined;
331
- 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
332
331
  'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
332
+ 'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
333
333
  hint?: string | undefined;
334
334
  hideDetails?: boolean | "auto" | undefined;
335
335
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
336
336
  'update:modelValue': (value: any) => boolean;
337
- }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
338
- style: vue.StyleValue;
337
+ }, "$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, {
339
338
  type: string;
340
- height: string | number;
339
+ inline: boolean;
341
340
  error: boolean;
341
+ height: string | number;
342
+ direction: "horizontal" | "vertical";
343
+ style: vue.StyleValue;
342
344
  disabled: boolean | null;
345
+ readonly: boolean | null;
343
346
  messages: string | readonly string[];
344
347
  focused: boolean;
345
348
  errorMessages: string | readonly string[] | null;
346
349
  maxErrors: string | number;
347
- readonly: boolean | null;
348
350
  rules: readonly ValidationRule[];
349
- inline: boolean;
350
351
  density: Density;
351
- direction: "horizontal" | "vertical";
352
352
  ripple: boolean | {
353
353
  class: string;
354
354
  } | undefined;
@@ -359,18 +359,18 @@ declare const VRadioGroup: {
359
359
  hideSpinButtons: boolean;
360
360
  persistentHint: boolean;
361
361
  }, {}, string, vue.SlotsType<Partial<{
362
- details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
363
- [key: string]: any;
364
- }>[];
365
362
  message: (arg: VMessageSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
366
363
  [key: string]: any;
367
364
  }>[];
368
- prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
365
+ details: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
369
366
  [key: string]: any;
370
367
  }>[];
371
368
  append: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
372
369
  [key: string]: any;
373
370
  }>[];
371
+ prepend: (arg: VInputSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
372
+ [key: string]: any;
373
+ }>[];
374
374
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
375
375
  [key: string]: any;
376
376
  }>[];
@@ -399,16 +399,15 @@ declare const VRadioGroup: {
399
399
  type: StringConstructor;
400
400
  default: string;
401
401
  };
402
- class: vue.PropType<any>;
402
+ inline: BooleanConstructor;
403
+ error: BooleanConstructor;
404
+ id: StringConstructor;
405
+ name: StringConstructor;
406
+ color: StringConstructor;
403
407
  style: {
404
408
  type: vue.PropType<vue.StyleValue>;
405
409
  default: null;
406
410
  };
407
- id: StringConstructor;
408
- error: BooleanConstructor;
409
- theme: StringConstructor;
410
- color: StringConstructor;
411
- name: StringConstructor;
412
411
  disabled: {
413
412
  type: vue.PropType<boolean | null>;
414
413
  default: null;
@@ -417,8 +416,9 @@ declare const VRadioGroup: {
417
416
  type: vue.PropType<boolean | null>;
418
417
  default: null;
419
418
  };
419
+ class: vue.PropType<any>;
420
+ theme: StringConstructor;
420
421
  modelValue: null;
421
- inline: BooleanConstructor;
422
422
  density: {
423
423
  type: vue.PropType<Density>;
424
424
  default: string;
@@ -450,13 +450,16 @@ declare const VRadioGroup: {
450
450
  type: vue.PropType<readonly ValidationRule[]>;
451
451
  default: () => never[];
452
452
  };
453
- validateOn: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
453
+ validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
454
454
  validationValue: null;
455
455
  width: (StringConstructor | NumberConstructor)[];
456
456
  maxWidth: (StringConstructor | NumberConstructor)[];
457
457
  minWidth: (StringConstructor | NumberConstructor)[];
458
458
  appendIcon: vue.PropType<IconValue>;
459
- centerAffix: BooleanConstructor;
459
+ centerAffix: {
460
+ type: BooleanConstructor;
461
+ default: boolean;
462
+ };
460
463
  prependIcon: vue.PropType<IconValue>;
461
464
  hideDetails: vue.PropType<boolean | "auto">;
462
465
  hideSpinButtons: BooleanConstructor;
@@ -490,16 +493,15 @@ declare const VRadioGroup: {
490
493
  type: StringConstructor;
491
494
  default: string;
492
495
  };
493
- class: vue.PropType<any>;
496
+ inline: BooleanConstructor;
497
+ error: BooleanConstructor;
498
+ id: StringConstructor;
499
+ name: StringConstructor;
500
+ color: StringConstructor;
494
501
  style: {
495
502
  type: vue.PropType<vue.StyleValue>;
496
503
  default: null;
497
504
  };
498
- id: StringConstructor;
499
- error: BooleanConstructor;
500
- theme: StringConstructor;
501
- color: StringConstructor;
502
- name: StringConstructor;
503
505
  disabled: {
504
506
  type: vue.PropType<boolean | null>;
505
507
  default: null;
@@ -508,8 +510,9 @@ declare const VRadioGroup: {
508
510
  type: vue.PropType<boolean | null>;
509
511
  default: null;
510
512
  };
513
+ class: vue.PropType<any>;
514
+ theme: StringConstructor;
511
515
  modelValue: null;
512
- inline: BooleanConstructor;
513
516
  density: {
514
517
  type: vue.PropType<Density>;
515
518
  default: string;
@@ -541,13 +544,16 @@ declare const VRadioGroup: {
541
544
  type: vue.PropType<readonly ValidationRule[]>;
542
545
  default: () => never[];
543
546
  };
544
- validateOn: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
547
+ validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
545
548
  validationValue: null;
546
549
  width: (StringConstructor | NumberConstructor)[];
547
550
  maxWidth: (StringConstructor | NumberConstructor)[];
548
551
  minWidth: (StringConstructor | NumberConstructor)[];
549
552
  appendIcon: vue.PropType<IconValue>;
550
- centerAffix: BooleanConstructor;
553
+ centerAffix: {
554
+ type: BooleanConstructor;
555
+ default: boolean;
556
+ };
551
557
  prependIcon: vue.PropType<IconValue>;
552
558
  hideDetails: vue.PropType<boolean | "auto">;
553
559
  hideSpinButtons: BooleanConstructor;