@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-25

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 (174) hide show
  1. package/CHANGELOG.md +0 -13
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +18 -18
  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 +1255 -1257
  8. package/dist/vuetify-labs.d.ts +12304 -12192
  9. package/dist/vuetify-labs.esm.js +118 -68
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +118 -68
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +1293 -1295
  14. package/dist/vuetify.d.ts +10496 -10404
  15. package/dist/vuetify.esm.js +110 -64
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +110 -64
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1078 -1080
  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/VAutocomplete.mjs +15 -8
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +615 -609
  28. package/lib/components/VAvatar/index.d.mts +36 -36
  29. package/lib/components/VBadge/index.d.mts +58 -58
  30. package/lib/components/VBanner/index.d.mts +59 -59
  31. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  32. package/lib/components/VBottomSheet/index.d.mts +118 -118
  33. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  34. package/lib/components/VBtn/VBtn.css +3 -0
  35. package/lib/components/VBtn/VBtn.sass +3 -0
  36. package/lib/components/VBtn/index.d.mts +107 -107
  37. package/lib/components/VBtnGroup/index.d.mts +23 -23
  38. package/lib/components/VBtnToggle/index.d.mts +40 -40
  39. package/lib/components/VCard/index.d.mts +93 -93
  40. package/lib/components/VCarousel/index.d.mts +128 -128
  41. package/lib/components/VCheckbox/index.d.mts +174 -168
  42. package/lib/components/VChip/index.d.mts +86 -86
  43. package/lib/components/VChipGroup/index.d.mts +46 -46
  44. package/lib/components/VColorPicker/index.d.mts +96 -96
  45. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  46. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  47. package/lib/components/VCombobox/index.d.mts +615 -609
  48. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  49. package/lib/components/VCounter/index.d.mts +27 -27
  50. package/lib/components/VDataIterator/index.d.mts +51 -50
  51. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  53. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  54. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  55. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  56. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  57. package/lib/components/VDataTable/composables/group.mjs +2 -1
  58. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  59. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  60. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  61. package/lib/components/VDataTable/index.d.mts +275 -274
  62. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  63. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  64. package/lib/components/VDatePicker/index.d.mts +134 -134
  65. package/lib/components/VDialog/index.d.mts +353 -353
  66. package/lib/components/VDivider/index.d.mts +15 -15
  67. package/lib/components/VEmptyState/index.d.mts +47 -47
  68. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  69. package/lib/components/VFab/index.d.mts +227 -227
  70. package/lib/components/VField/VField.css +6 -11
  71. package/lib/components/VField/VField.mjs +7 -5
  72. package/lib/components/VField/VField.mjs.map +1 -1
  73. package/lib/components/VField/VField.sass +2 -6
  74. package/lib/components/VField/index.d.mts +58 -52
  75. package/lib/components/VFileInput/index.d.mts +255 -249
  76. package/lib/components/VFooter/index.d.mts +50 -50
  77. package/lib/components/VForm/index.d.mts +9 -9
  78. package/lib/components/VGrid/index.d.mts +150 -150
  79. package/lib/components/VIcon/index.d.mts +24 -24
  80. package/lib/components/VImg/index.d.mts +85 -85
  81. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  82. package/lib/components/VInput/VInput.css +5 -5
  83. package/lib/components/VInput/VInput.mjs +4 -1
  84. package/lib/components/VInput/VInput.mjs.map +1 -1
  85. package/lib/components/VInput/VInput.sass +1 -1
  86. package/lib/components/VInput/index.d.mts +61 -55
  87. package/lib/components/VItemGroup/index.d.mts +17 -17
  88. package/lib/components/VLabel/index.d.mts +8 -8
  89. package/lib/components/VLayout/index.d.mts +36 -36
  90. package/lib/components/VLazy/index.d.mts +31 -31
  91. package/lib/components/VList/index.d.mts +178 -178
  92. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  93. package/lib/components/VMain/index.d.mts +10 -10
  94. package/lib/components/VMenu/VMenu.mjs +7 -5
  95. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  96. package/lib/components/VMenu/index.d.mts +396 -396
  97. package/lib/components/VMessages/index.d.mts +20 -20
  98. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  99. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  100. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  101. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  102. package/lib/components/VOtpInput/index.d.mts +88 -88
  103. package/lib/components/VOverlay/index.d.mts +97 -97
  104. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  105. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  106. package/lib/components/VPagination/index.d.mts +55 -55
  107. package/lib/components/VParallax/index.d.mts +7 -7
  108. package/lib/components/VProgressCircular/index.d.mts +24 -24
  109. package/lib/components/VProgressLinear/index.d.mts +52 -52
  110. package/lib/components/VRadio/index.d.mts +41 -41
  111. package/lib/components/VRadioGroup/index.d.mts +105 -99
  112. package/lib/components/VRangeSlider/index.d.mts +102 -96
  113. package/lib/components/VRating/index.d.mts +22 -22
  114. package/lib/components/VResponsive/index.d.mts +23 -23
  115. package/lib/components/VSelect/VSelect.mjs +15 -13
  116. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  117. package/lib/components/VSelect/index.d.mts +615 -609
  118. package/lib/components/VSelect/useScrolling.mjs +3 -3
  119. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  120. package/lib/components/VSelectionControl/index.d.mts +43 -43
  121. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  122. package/lib/components/VSheet/index.d.mts +34 -34
  123. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  124. package/lib/components/VSlideGroup/index.d.mts +33 -33
  125. package/lib/components/VSlider/index.d.mts +95 -89
  126. package/lib/components/VSnackbar/index.d.mts +411 -411
  127. package/lib/components/VSparkline/index.d.mts +38 -38
  128. package/lib/components/VSpeedDial/index.d.mts +176 -176
  129. package/lib/components/VStepper/index.d.mts +119 -119
  130. package/lib/components/VSwitch/index.d.mts +108 -102
  131. package/lib/components/VSystemBar/index.d.mts +39 -39
  132. package/lib/components/VTable/index.d.mts +4 -4
  133. package/lib/components/VTabs/index.d.mts +512 -512
  134. package/lib/components/VTextField/VTextField.mjs +1 -1
  135. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  136. package/lib/components/VTextField/index.d.mts +421 -415
  137. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  138. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  139. package/lib/components/VTextarea/index.d.mts +359 -344
  140. package/lib/components/VTimeline/index.d.mts +26 -26
  141. package/lib/components/VToolbar/index.d.mts +53 -53
  142. package/lib/components/VTooltip/index.d.mts +424 -424
  143. package/lib/components/VValidation/index.d.mts +19 -19
  144. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  145. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  146. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  147. package/lib/components/VWindow/index.d.mts +31 -31
  148. package/lib/components/index.d.mts +10657 -10566
  149. package/lib/components/transitions/index.d.mts +200 -200
  150. package/lib/composables/nested/nested.mjs +0 -1
  151. package/lib/composables/nested/nested.mjs.map +1 -1
  152. package/lib/composables/virtual.mjs +1 -0
  153. package/lib/composables/virtual.mjs.map +1 -1
  154. package/lib/entry-bundler.mjs +1 -1
  155. package/lib/framework.mjs +1 -1
  156. package/lib/index.d.mts +81 -80
  157. package/lib/labs/VCalendar/index.d.mts +52 -52
  158. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  159. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  160. package/lib/labs/VDateInput/index.d.mts +256 -250
  161. package/lib/labs/VNumberInput/index.d.mts +247 -241
  162. package/lib/labs/VPicker/index.d.mts +45 -45
  163. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  164. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  165. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  166. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  167. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  168. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  169. package/lib/labs/VTimePicker/index.d.mts +131 -122
  170. package/lib/labs/VTreeview/index.d.mts +199 -199
  171. package/lib/labs/components.d.mts +1754 -1733
  172. package/lib/util/helpers.mjs +5 -0
  173. package/lib/util/helpers.mjs.map +1 -1
  174. package/package.json +9 -4
@@ -14,27 +14,27 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
14
14
  declare const VProgressLinear: {
15
15
  new (...args: any[]): vue.CreateComponentPublicInstance<{
16
16
  reverse: boolean;
17
- style: vue.StyleValue;
17
+ max: string | number;
18
+ absolute: boolean;
19
+ location: NonNullable<Anchor>;
18
20
  height: string | number;
19
21
  active: boolean;
22
+ stream: boolean;
23
+ style: vue.StyleValue;
20
24
  tag: string;
21
- absolute: boolean;
25
+ indeterminate: boolean;
22
26
  modelValue: string | number;
23
27
  tile: boolean;
24
- location: NonNullable<Anchor>;
25
- max: string | number;
26
- indeterminate: boolean;
27
28
  bufferValue: string | number;
28
29
  clickable: boolean;
29
- stream: boolean;
30
30
  striped: boolean;
31
31
  roundedBar: boolean;
32
32
  } & {
33
+ color?: string | undefined;
34
+ opacity?: string | number | undefined;
33
35
  class?: any;
34
36
  theme?: string | undefined;
35
- color?: string | undefined;
36
37
  rounded?: string | number | boolean | undefined;
37
- opacity?: string | number | undefined;
38
38
  bgColor?: string | undefined;
39
39
  bgOpacity?: string | number | undefined;
40
40
  bufferColor?: string | undefined;
@@ -66,27 +66,27 @@ declare const VProgressLinear: {
66
66
  'update:modelValue': (value: number) => boolean;
67
67
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
68
68
  reverse: boolean;
69
- style: vue.StyleValue;
69
+ max: string | number;
70
+ absolute: boolean;
71
+ location: NonNullable<Anchor>;
70
72
  height: string | number;
71
73
  active: boolean;
74
+ stream: boolean;
75
+ style: vue.StyleValue;
72
76
  tag: string;
73
- absolute: boolean;
77
+ indeterminate: boolean;
74
78
  modelValue: string | number;
75
79
  tile: boolean;
76
- location: NonNullable<Anchor>;
77
- max: string | number;
78
- indeterminate: boolean;
79
80
  bufferValue: string | number;
80
81
  clickable: boolean;
81
- stream: boolean;
82
82
  striped: boolean;
83
83
  roundedBar: boolean;
84
84
  } & {
85
+ color?: string | undefined;
86
+ opacity?: string | number | undefined;
85
87
  class?: any;
86
88
  theme?: string | undefined;
87
- color?: string | undefined;
88
89
  rounded?: string | number | boolean | undefined;
89
- opacity?: string | number | undefined;
90
90
  bgColor?: string | undefined;
91
91
  bgOpacity?: string | number | undefined;
92
92
  bufferColor?: string | undefined;
@@ -116,20 +116,20 @@ declare const VProgressLinear: {
116
116
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
117
117
  }, {
118
118
  reverse: boolean;
119
- style: vue.StyleValue;
119
+ max: string | number;
120
+ absolute: boolean;
121
+ location: NonNullable<Anchor>;
120
122
  height: string | number;
121
123
  active: boolean;
124
+ stream: boolean;
125
+ style: vue.StyleValue;
122
126
  tag: string;
123
- absolute: boolean;
127
+ indeterminate: boolean;
124
128
  modelValue: string | number;
125
129
  rounded: string | number | boolean;
126
130
  tile: boolean;
127
- location: NonNullable<Anchor>;
128
- max: string | number;
129
- indeterminate: boolean;
130
131
  bufferValue: string | number;
131
132
  clickable: boolean;
132
- stream: boolean;
133
133
  striped: boolean;
134
134
  roundedBar: boolean;
135
135
  }, true, {}, vue.SlotsType<Partial<{
@@ -148,27 +148,27 @@ declare const VProgressLinear: {
148
148
  Defaults: {};
149
149
  }, {
150
150
  reverse: boolean;
151
- style: vue.StyleValue;
151
+ max: string | number;
152
+ absolute: boolean;
153
+ location: NonNullable<Anchor>;
152
154
  height: string | number;
153
155
  active: boolean;
156
+ stream: boolean;
157
+ style: vue.StyleValue;
154
158
  tag: string;
155
- absolute: boolean;
159
+ indeterminate: boolean;
156
160
  modelValue: string | number;
157
161
  tile: boolean;
158
- location: NonNullable<Anchor>;
159
- max: string | number;
160
- indeterminate: boolean;
161
162
  bufferValue: string | number;
162
163
  clickable: boolean;
163
- stream: boolean;
164
164
  striped: boolean;
165
165
  roundedBar: boolean;
166
166
  } & {
167
+ color?: string | undefined;
168
+ opacity?: string | number | undefined;
167
169
  class?: any;
168
170
  theme?: string | undefined;
169
- color?: string | undefined;
170
171
  rounded?: string | number | boolean | undefined;
171
- opacity?: string | number | undefined;
172
172
  bgColor?: string | undefined;
173
173
  bgOpacity?: string | number | undefined;
174
174
  bufferColor?: string | undefined;
@@ -198,20 +198,20 @@ declare const VProgressLinear: {
198
198
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
199
199
  }, {}, {}, {}, {}, {
200
200
  reverse: boolean;
201
- style: vue.StyleValue;
201
+ max: string | number;
202
+ absolute: boolean;
203
+ location: NonNullable<Anchor>;
202
204
  height: string | number;
203
205
  active: boolean;
206
+ stream: boolean;
207
+ style: vue.StyleValue;
204
208
  tag: string;
205
- absolute: boolean;
209
+ indeterminate: boolean;
206
210
  modelValue: string | number;
207
211
  rounded: string | number | boolean;
208
212
  tile: boolean;
209
- location: NonNullable<Anchor>;
210
- max: string | number;
211
- indeterminate: boolean;
212
213
  bufferValue: string | number;
213
214
  clickable: boolean;
214
- stream: boolean;
215
215
  striped: boolean;
216
216
  roundedBar: boolean;
217
217
  }>;
@@ -220,27 +220,27 @@ declare const VProgressLinear: {
220
220
  __isSuspense?: undefined;
221
221
  } & vue.ComponentOptionsBase<{
222
222
  reverse: boolean;
223
- style: vue.StyleValue;
223
+ max: string | number;
224
+ absolute: boolean;
225
+ location: NonNullable<Anchor>;
224
226
  height: string | number;
225
227
  active: boolean;
228
+ stream: boolean;
229
+ style: vue.StyleValue;
226
230
  tag: string;
227
- absolute: boolean;
231
+ indeterminate: boolean;
228
232
  modelValue: string | number;
229
233
  tile: boolean;
230
- location: NonNullable<Anchor>;
231
- max: string | number;
232
- indeterminate: boolean;
233
234
  bufferValue: string | number;
234
235
  clickable: boolean;
235
- stream: boolean;
236
236
  striped: boolean;
237
237
  roundedBar: boolean;
238
238
  } & {
239
+ color?: string | undefined;
240
+ opacity?: string | number | undefined;
239
241
  class?: any;
240
242
  theme?: string | undefined;
241
- color?: string | undefined;
242
243
  rounded?: string | number | boolean | undefined;
243
- opacity?: string | number | undefined;
244
244
  bgColor?: string | undefined;
245
245
  bgOpacity?: string | number | undefined;
246
246
  bufferColor?: string | undefined;
@@ -272,20 +272,20 @@ declare const VProgressLinear: {
272
272
  'update:modelValue': (value: number) => boolean;
273
273
  }, string, {
274
274
  reverse: boolean;
275
- style: vue.StyleValue;
275
+ max: string | number;
276
+ absolute: boolean;
277
+ location: NonNullable<Anchor>;
276
278
  height: string | number;
277
279
  active: boolean;
280
+ stream: boolean;
281
+ style: vue.StyleValue;
278
282
  tag: string;
279
- absolute: boolean;
283
+ indeterminate: boolean;
280
284
  modelValue: string | number;
281
285
  rounded: string | number | boolean;
282
286
  tile: boolean;
283
- location: NonNullable<Anchor>;
284
- max: string | number;
285
- indeterminate: boolean;
286
287
  bufferValue: string | number;
287
288
  clickable: boolean;
288
- stream: boolean;
289
289
  striped: boolean;
290
290
  roundedBar: boolean;
291
291
  }, {}, string, vue.SlotsType<Partial<{
@@ -302,7 +302,7 @@ declare const VProgressLinear: {
302
302
  default: string;
303
303
  };
304
304
  rounded: {
305
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
305
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
306
306
  default: undefined;
307
307
  };
308
308
  tile: BooleanConstructor;
@@ -355,7 +355,7 @@ declare const VProgressLinear: {
355
355
  default: string;
356
356
  };
357
357
  rounded: {
358
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
358
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
359
359
  default: undefined;
360
360
  };
361
361
  tile: BooleanConstructor;
@@ -29,12 +29,12 @@ type SelectionControlSlot = {
29
29
 
30
30
  declare const VRadio: {
31
31
  new (...args: any[]): vue.CreateComponentPublicInstance<{
32
- style: vue.StyleValue;
32
+ inline: boolean;
33
33
  error: boolean;
34
+ style: vue.StyleValue;
34
35
  disabled: boolean | null;
35
- readonly: boolean | null;
36
- inline: boolean;
37
36
  multiple: boolean | null;
37
+ readonly: boolean | null;
38
38
  density: Density;
39
39
  ripple: boolean | {
40
40
  class: string;
@@ -43,14 +43,14 @@ declare const VRadio: {
43
43
  trueIcon: NonNullable<IconValue>;
44
44
  valueComparator: typeof deepEqual;
45
45
  } & {
46
- class?: any;
47
- id?: string | undefined;
48
- label?: string | undefined;
49
46
  type?: string | undefined;
47
+ id?: string | undefined;
48
+ name?: string | undefined;
49
+ color?: string | undefined;
50
50
  value?: any;
51
+ label?: string | undefined;
52
+ class?: any;
51
53
  theme?: string | undefined;
52
- color?: string | undefined;
53
- name?: string | undefined;
54
54
  modelValue?: any;
55
55
  baseColor?: string | undefined;
56
56
  defaultsTarget?: string | undefined;
@@ -93,12 +93,12 @@ declare const VRadio: {
93
93
  }) => vue.VNodeChild) | undefined;
94
94
  "v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
95
95
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
96
- style: vue.StyleValue;
96
+ inline: boolean;
97
97
  error: boolean;
98
+ style: vue.StyleValue;
98
99
  disabled: boolean | null;
99
- readonly: boolean | null;
100
- inline: boolean;
101
100
  multiple: boolean | null;
101
+ readonly: boolean | null;
102
102
  density: Density;
103
103
  ripple: boolean | {
104
104
  class: string;
@@ -107,14 +107,14 @@ declare const VRadio: {
107
107
  trueIcon: NonNullable<IconValue>;
108
108
  valueComparator: typeof deepEqual;
109
109
  } & {
110
- class?: any;
111
- id?: string | undefined;
112
- label?: string | undefined;
113
110
  type?: string | undefined;
111
+ id?: string | undefined;
112
+ name?: string | undefined;
113
+ color?: string | undefined;
114
114
  value?: any;
115
+ label?: string | undefined;
116
+ class?: any;
115
117
  theme?: string | undefined;
116
- color?: string | undefined;
117
- name?: string | undefined;
118
118
  modelValue?: any;
119
119
  baseColor?: string | undefined;
120
120
  defaultsTarget?: string | undefined;
@@ -157,12 +157,12 @@ declare const VRadio: {
157
157
  }) => vue.VNodeChild) | undefined;
158
158
  "v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
159
159
  }, {
160
- style: vue.StyleValue;
160
+ inline: boolean;
161
161
  error: boolean;
162
+ style: vue.StyleValue;
162
163
  disabled: boolean | null;
163
- readonly: boolean | null;
164
- inline: boolean;
165
164
  multiple: boolean | null;
165
+ readonly: boolean | null;
166
166
  density: Density;
167
167
  ripple: boolean | {
168
168
  class: string;
@@ -194,12 +194,12 @@ declare const VRadio: {
194
194
  M: {};
195
195
  Defaults: {};
196
196
  }, {
197
- style: vue.StyleValue;
197
+ inline: boolean;
198
198
  error: boolean;
199
+ style: vue.StyleValue;
199
200
  disabled: boolean | null;
200
- readonly: boolean | null;
201
- inline: boolean;
202
201
  multiple: boolean | null;
202
+ readonly: boolean | null;
203
203
  density: Density;
204
204
  ripple: boolean | {
205
205
  class: string;
@@ -208,14 +208,14 @@ declare const VRadio: {
208
208
  trueIcon: NonNullable<IconValue>;
209
209
  valueComparator: typeof deepEqual;
210
210
  } & {
211
- class?: any;
212
- id?: string | undefined;
213
- label?: string | undefined;
214
211
  type?: string | undefined;
212
+ id?: string | undefined;
213
+ name?: string | undefined;
214
+ color?: string | undefined;
215
215
  value?: any;
216
+ label?: string | undefined;
217
+ class?: any;
216
218
  theme?: string | undefined;
217
- color?: string | undefined;
218
- name?: string | undefined;
219
219
  modelValue?: any;
220
220
  baseColor?: string | undefined;
221
221
  defaultsTarget?: string | undefined;
@@ -258,12 +258,12 @@ declare const VRadio: {
258
258
  }) => vue.VNodeChild) | undefined;
259
259
  "v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
260
260
  }, {}, {}, {}, {}, {
261
- style: vue.StyleValue;
261
+ inline: boolean;
262
262
  error: boolean;
263
+ style: vue.StyleValue;
263
264
  disabled: boolean | null;
264
- readonly: boolean | null;
265
- inline: boolean;
266
265
  multiple: boolean | null;
266
+ readonly: boolean | null;
267
267
  density: Density;
268
268
  ripple: boolean | {
269
269
  class: string;
@@ -276,12 +276,12 @@ declare const VRadio: {
276
276
  __isTeleport?: undefined;
277
277
  __isSuspense?: undefined;
278
278
  } & vue.ComponentOptionsBase<{
279
- style: vue.StyleValue;
279
+ inline: boolean;
280
280
  error: boolean;
281
+ style: vue.StyleValue;
281
282
  disabled: boolean | null;
282
- readonly: boolean | null;
283
- inline: boolean;
284
283
  multiple: boolean | null;
284
+ readonly: boolean | null;
285
285
  density: Density;
286
286
  ripple: boolean | {
287
287
  class: string;
@@ -290,14 +290,14 @@ declare const VRadio: {
290
290
  trueIcon: NonNullable<IconValue>;
291
291
  valueComparator: typeof deepEqual;
292
292
  } & {
293
- class?: any;
294
- id?: string | undefined;
295
- label?: string | undefined;
296
293
  type?: string | undefined;
294
+ id?: string | undefined;
295
+ name?: string | undefined;
296
+ color?: string | undefined;
297
297
  value?: any;
298
+ label?: string | undefined;
299
+ class?: any;
298
300
  theme?: string | undefined;
299
- color?: string | undefined;
300
- name?: string | undefined;
301
301
  modelValue?: any;
302
302
  baseColor?: string | undefined;
303
303
  defaultsTarget?: string | undefined;
@@ -340,12 +340,12 @@ declare const VRadio: {
340
340
  }) => vue.VNodeChild) | undefined;
341
341
  "v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined;
342
342
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
343
- style: vue.StyleValue;
343
+ inline: boolean;
344
344
  error: boolean;
345
+ style: vue.StyleValue;
345
346
  disabled: boolean | null;
346
- readonly: boolean | null;
347
- inline: boolean;
348
347
  multiple: boolean | null;
348
+ readonly: boolean | null;
349
349
  density: Density;
350
350
  ripple: boolean | {
351
351
  class: string;