@vuetify/nightly 3.6.14-master.2024-08-12 → 3.6.14-master.2024-08-13

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 (135) hide show
  1. package/dist/json/attributes.json +7 -7
  2. package/dist/json/importMap-labs.json +30 -30
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +8 -8
  5. package/dist/vuetify-labs.css +2728 -2728
  6. package/dist/vuetify-labs.d.ts +33444 -40135
  7. package/dist/vuetify-labs.esm.js +16 -8
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +16 -8
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +556 -556
  12. package/dist/vuetify.d.ts +32672 -39038
  13. package/dist/vuetify.esm.js +16 -8
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +16 -8
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +22 -22
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/index.d.mts +50 -73
  21. package/lib/components/VApp/index.d.mts +9 -11
  22. package/lib/components/VAppBar/index.d.mts +92 -128
  23. package/lib/components/VAutocomplete/index.d.mts +4771 -3230
  24. package/lib/components/VAvatar/index.d.mts +23 -22
  25. package/lib/components/VBadge/index.d.mts +53 -59
  26. package/lib/components/VBanner/index.d.mts +44 -66
  27. package/lib/components/VBottomNavigation/index.d.mts +25 -32
  28. package/lib/components/VBottomSheet/index.d.mts +125 -135
  29. package/lib/components/VBreadcrumbs/index.d.mts +35 -78
  30. package/lib/components/VBtn/index.d.mts +49 -53
  31. package/lib/components/VBtnGroup/index.d.mts +14 -13
  32. package/lib/components/VBtnToggle/index.d.mts +21 -23
  33. package/lib/components/VCard/index.d.mts +104 -168
  34. package/lib/components/VCarousel/index.d.mts +59 -96
  35. package/lib/components/VCheckbox/index.d.mts +132 -155
  36. package/lib/components/VChip/index.d.mts +47 -59
  37. package/lib/components/VChipGroup/index.d.mts +39 -41
  38. package/lib/components/VCode/index.d.mts +9 -11
  39. package/lib/components/VColorPicker/index.d.mts +58 -133
  40. package/lib/components/VCombobox/index.d.mts +4785 -3244
  41. package/lib/components/VConfirmEdit/index.d.mts +11 -19
  42. package/lib/components/VCounter/index.d.mts +40 -42
  43. package/lib/components/VDataIterator/index.d.mts +171 -185
  44. package/lib/components/VDataTable/index.d.mts +480 -1204
  45. package/lib/components/VDatePicker/index.d.mts +120 -158
  46. package/lib/components/VDefaultsProvider/index.d.mts +5 -9
  47. package/lib/components/VDialog/index.d.mts +243 -277
  48. package/lib/components/VDivider/index.d.mts +9 -11
  49. package/lib/components/VEmptyState/index.d.mts +30 -52
  50. package/lib/components/VExpansionPanel/index.d.mts +60 -85
  51. package/lib/components/VFab/index.d.mts +81 -73
  52. package/lib/components/VField/index.d.mts +35 -62
  53. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  54. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  55. package/lib/components/VFileInput/index.d.mts +172 -259
  56. package/lib/components/VFooter/index.d.mts +9 -11
  57. package/lib/components/VForm/index.d.mts +105 -77
  58. package/lib/components/VGrid/index.d.mts +41 -52
  59. package/lib/components/VHover/index.d.mts +5 -9
  60. package/lib/components/VIcon/index.d.mts +23 -29
  61. package/lib/components/VImg/index.d.mts +28 -42
  62. package/lib/components/VInfiniteScroll/index.d.mts +17 -37
  63. package/lib/components/VInput/index.d.mts +48 -50
  64. package/lib/components/VItemGroup/index.d.mts +21 -30
  65. package/lib/components/VKbd/index.d.mts +9 -11
  66. package/lib/components/VLabel/index.d.mts +9 -11
  67. package/lib/components/VLayout/index.d.mts +18 -24
  68. package/lib/components/VLazy/index.d.mts +42 -44
  69. package/lib/components/VList/index.d.mts +210 -329
  70. package/lib/components/VLocaleProvider/index.d.mts +9 -11
  71. package/lib/components/VMain/index.d.mts +9 -11
  72. package/lib/components/VMenu/index.d.mts +272 -306
  73. package/lib/components/VMessages/index.d.mts +49 -51
  74. package/lib/components/VNavigationDrawer/index.d.mts +27 -40
  75. package/lib/components/VOtpInput/index.d.mts +22 -28
  76. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  77. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  78. package/lib/components/VOverlay/index.d.mts +53 -63
  79. package/lib/components/VPagination/index.d.mts +31 -46
  80. package/lib/components/VParallax/index.d.mts +15 -29
  81. package/lib/components/VProgressCircular/index.d.mts +9 -11
  82. package/lib/components/VProgressLinear/index.d.mts +22 -24
  83. package/lib/components/VRadio/index.d.mts +49 -52
  84. package/lib/components/VRadioGroup/index.d.mts +66 -66
  85. package/lib/components/VRangeSlider/index.d.mts +58 -69
  86. package/lib/components/VRating/index.d.mts +13 -19
  87. package/lib/components/VResponsive/index.d.mts +11 -17
  88. package/lib/components/VSelect/index.d.mts +4762 -3221
  89. package/lib/components/VSelectionControl/index.d.mts +38 -44
  90. package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
  91. package/lib/components/VSheet/index.d.mts +15 -17
  92. package/lib/components/VSkeletonLoader/index.d.mts +41 -11
  93. package/lib/components/VSlideGroup/index.d.mts +112 -129
  94. package/lib/components/VSlider/index.d.mts +58 -69
  95. package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
  96. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  97. package/lib/components/VSnackbar/index.d.mts +231 -270
  98. package/lib/components/VSparkline/index.d.mts +11 -19
  99. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  100. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  101. package/lib/components/VSpeedDial/index.d.mts +179 -189
  102. package/lib/components/VStepper/index.d.mts +105 -180
  103. package/lib/components/VSwitch/index.d.mts +78 -98
  104. package/lib/components/VSystemBar/index.d.mts +13 -15
  105. package/lib/components/VTable/index.d.mts +15 -29
  106. package/lib/components/VTabs/index.d.mts +213 -297
  107. package/lib/components/VTextField/index.d.mts +253 -408
  108. package/lib/components/VTextarea/index.d.mts +157 -236
  109. package/lib/components/VThemeProvider/index.d.mts +9 -11
  110. package/lib/components/VTimeline/index.d.mts +29 -43
  111. package/lib/components/VToolbar/index.d.mts +49 -80
  112. package/lib/components/VTooltip/index.d.mts +282 -316
  113. package/lib/components/VValidation/index.d.mts +16 -23
  114. package/lib/components/VVirtualScroll/index.d.mts +14 -23
  115. package/lib/components/VWindow/index.d.mts +29 -50
  116. package/lib/components/index.d.mts +31169 -37524
  117. package/lib/components/transitions/index.d.mts +84 -148
  118. package/lib/composables/location.mjs.map +1 -1
  119. package/lib/directives/click-outside/index.mjs +3 -0
  120. package/lib/directives/click-outside/index.mjs.map +1 -1
  121. package/lib/entry-bundler.mjs +1 -1
  122. package/lib/framework.mjs +1 -1
  123. package/lib/index.d.mts +58 -58
  124. package/lib/labs/VCalendar/index.d.mts +146 -166
  125. package/lib/labs/VDateInput/index.d.mts +83 -62
  126. package/lib/labs/VNumberInput/index.d.mts +61 -88
  127. package/lib/labs/VPicker/index.d.mts +28 -46
  128. package/lib/labs/VPullToRefresh/index.d.mts +7 -15
  129. package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
  130. package/lib/labs/VStepperVertical/index.d.mts +109 -184
  131. package/lib/labs/VTimePicker/index.d.mts +35 -53
  132. package/lib/labs/VTreeview/index.d.mts +200 -277
  133. package/lib/labs/components.d.mts +905 -1231
  134. package/lib/util/propsFactory.mjs.map +1 -1
  135. package/package.json +3 -3
@@ -5,6 +5,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
5
5
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
6
6
  }
7
7
 
8
+ type ClassValue = any;
9
+
8
10
  declare const VParallax: {
9
11
  new (...args: any[]): vue.CreateComponentPublicInstance<{
10
12
  scale: string | number;
@@ -56,18 +58,10 @@ declare const VParallax: {
56
58
  scale: string | number;
57
59
  style: vue.StyleValue;
58
60
  }, true, {}, vue.SlotsType<Partial<{
59
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
60
- [key: string]: any;
61
- }>[];
62
- placeholder: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
63
- [key: string]: any;
64
- }>[];
65
- error: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
66
- [key: string]: any;
67
- }>[];
68
- sources: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
69
- [key: string]: any;
70
- }>[];
61
+ default: () => vue.VNode[];
62
+ placeholder: () => vue.VNode[];
63
+ error: () => vue.VNode[];
64
+ sources: () => vue.VNode[];
71
65
  }>>, {
72
66
  P: {};
73
67
  B: {};
@@ -102,9 +96,9 @@ declare const VParallax: {
102
96
  scale: string | number;
103
97
  style: vue.StyleValue;
104
98
  }>;
105
- __isFragment?: undefined;
106
- __isTeleport?: undefined;
107
- __isSuspense?: undefined;
99
+ __isFragment?: never;
100
+ __isTeleport?: never;
101
+ __isSuspense?: never;
108
102
  } & vue.ComponentOptionsBase<{
109
103
  scale: string | number;
110
104
  style: vue.StyleValue;
@@ -132,20 +126,12 @@ declare const VParallax: {
132
126
  scale: string | number;
133
127
  style: vue.StyleValue;
134
128
  }, {}, string, vue.SlotsType<Partial<{
135
- default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
136
- [key: string]: any;
137
- }>[];
138
- placeholder: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
139
- [key: string]: any;
140
- }>[];
141
- error: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
142
- [key: string]: any;
143
- }>[];
144
- sources: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
145
- [key: string]: any;
146
- }>[];
129
+ default: () => vue.VNode[];
130
+ placeholder: () => vue.VNode[];
131
+ error: () => vue.VNode[];
132
+ sources: () => vue.VNode[];
147
133
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
148
- class: vue.PropType<any>;
134
+ class: vue.PropType<ClassValue>;
149
135
  style: {
150
136
  type: vue.PropType<vue.StyleValue>;
151
137
  default: null;
@@ -155,7 +141,7 @@ declare const VParallax: {
155
141
  default: number;
156
142
  };
157
143
  }, vue.ExtractPropTypes<{
158
- class: vue.PropType<any>;
144
+ class: vue.PropType<ClassValue>;
159
145
  style: {
160
146
  type: vue.PropType<vue.StyleValue>;
161
147
  default: null;
@@ -5,6 +5,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
5
5
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
6
6
  }
7
7
 
8
+ type ClassValue = any;
9
+
8
10
  declare const VProgressCircular: {
9
11
  new (...args: any[]): vue.CreateComponentPublicInstance<{
10
12
  width: string | number;
@@ -76,9 +78,7 @@ declare const VProgressCircular: {
76
78
  }, true, {}, vue.SlotsType<Partial<{
77
79
  default: (arg: {
78
80
  value: number;
79
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
80
- [key: string]: any;
81
- }>[];
81
+ }) => vue.VNode[];
82
82
  }>>, {
83
83
  P: {};
84
84
  B: {};
@@ -124,9 +124,9 @@ declare const VProgressCircular: {
124
124
  tag: string;
125
125
  modelValue: string | number;
126
126
  }>;
127
- __isFragment?: undefined;
128
- __isTeleport?: undefined;
129
- __isSuspense?: undefined;
127
+ __isFragment?: never;
128
+ __isTeleport?: never;
129
+ __isSuspense?: never;
130
130
  } & vue.ComponentOptionsBase<{
131
131
  width: string | number;
132
132
  rotate: string | number;
@@ -167,9 +167,7 @@ declare const VProgressCircular: {
167
167
  }, {}, string, vue.SlotsType<Partial<{
168
168
  default: (arg: {
169
169
  value: number;
170
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
171
- [key: string]: any;
172
- }>[];
170
+ }) => vue.VNode[];
173
171
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
174
172
  theme: StringConstructor;
175
173
  tag: Omit<{
@@ -183,7 +181,7 @@ declare const VProgressCircular: {
183
181
  type: (StringConstructor | NumberConstructor)[];
184
182
  default: string;
185
183
  };
186
- class: PropType<any>;
184
+ class: PropType<ClassValue>;
187
185
  style: {
188
186
  type: PropType<vue.StyleValue>;
189
187
  default: null;
@@ -216,7 +214,7 @@ declare const VProgressCircular: {
216
214
  type: (StringConstructor | NumberConstructor)[];
217
215
  default: string;
218
216
  };
219
- class: PropType<any>;
217
+ class: PropType<ClassValue>;
220
218
  style: {
221
219
  type: PropType<vue.StyleValue>;
222
220
  default: null;
@@ -1,6 +1,8 @@
1
1
  import * as vue from 'vue';
2
2
  import { ComponentPropsOptions, ExtractPropTypes } from 'vue';
3
3
 
4
+ type ClassValue = any;
5
+
4
6
  declare const block: readonly ["top", "bottom"];
5
7
  declare const inline: readonly ["start", "end", "left", "right"];
6
8
  type Tblock = typeof block[number];
@@ -16,7 +18,7 @@ declare const VProgressLinear: {
16
18
  reverse: boolean;
17
19
  max: string | number;
18
20
  absolute: boolean;
19
- location: NonNullable<Anchor>;
21
+ location: Anchor | null;
20
22
  height: string | number;
21
23
  active: boolean;
22
24
  stream: boolean;
@@ -63,12 +65,12 @@ declare const VProgressLinear: {
63
65
  } & {
64
66
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
65
67
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
66
- 'update:modelValue': (value: number) => boolean;
68
+ 'update:modelValue': (value: number) => true;
67
69
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
68
70
  reverse: boolean;
69
71
  max: string | number;
70
72
  absolute: boolean;
71
- location: NonNullable<Anchor>;
73
+ location: Anchor | null;
72
74
  height: string | number;
73
75
  active: boolean;
74
76
  stream: boolean;
@@ -118,7 +120,7 @@ declare const VProgressLinear: {
118
120
  reverse: boolean;
119
121
  max: string | number;
120
122
  absolute: boolean;
121
- location: NonNullable<Anchor>;
123
+ location: Anchor | null;
122
124
  height: string | number;
123
125
  active: boolean;
124
126
  stream: boolean;
@@ -136,9 +138,7 @@ declare const VProgressLinear: {
136
138
  default: (arg: {
137
139
  value: number;
138
140
  buffer: number;
139
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
140
- [key: string]: any;
141
- }>[];
141
+ }) => vue.VNode[];
142
142
  }>>, {
143
143
  P: {};
144
144
  B: {};
@@ -150,7 +150,7 @@ declare const VProgressLinear: {
150
150
  reverse: boolean;
151
151
  max: string | number;
152
152
  absolute: boolean;
153
- location: NonNullable<Anchor>;
153
+ location: Anchor | null;
154
154
  height: string | number;
155
155
  active: boolean;
156
156
  stream: boolean;
@@ -200,7 +200,7 @@ declare const VProgressLinear: {
200
200
  reverse: boolean;
201
201
  max: string | number;
202
202
  absolute: boolean;
203
- location: NonNullable<Anchor>;
203
+ location: Anchor | null;
204
204
  height: string | number;
205
205
  active: boolean;
206
206
  stream: boolean;
@@ -215,14 +215,14 @@ declare const VProgressLinear: {
215
215
  striped: boolean;
216
216
  roundedBar: boolean;
217
217
  }>;
218
- __isFragment?: undefined;
219
- __isTeleport?: undefined;
220
- __isSuspense?: undefined;
218
+ __isFragment?: never;
219
+ __isTeleport?: never;
220
+ __isSuspense?: never;
221
221
  } & vue.ComponentOptionsBase<{
222
222
  reverse: boolean;
223
223
  max: string | number;
224
224
  absolute: boolean;
225
- location: NonNullable<Anchor>;
225
+ location: Anchor | null;
226
226
  height: string | number;
227
227
  active: boolean;
228
228
  stream: boolean;
@@ -269,12 +269,12 @@ declare const VProgressLinear: {
269
269
  } & {
270
270
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
271
271
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
272
- 'update:modelValue': (value: number) => boolean;
272
+ 'update:modelValue': (value: number) => true;
273
273
  }, string, {
274
274
  reverse: boolean;
275
275
  max: string | number;
276
276
  absolute: boolean;
277
- location: NonNullable<Anchor>;
277
+ location: Anchor | null;
278
278
  height: string | number;
279
279
  active: boolean;
280
280
  stream: boolean;
@@ -292,9 +292,7 @@ declare const VProgressLinear: {
292
292
  default: (arg: {
293
293
  value: number;
294
294
  buffer: number;
295
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
296
- [key: string]: any;
297
- }>[];
295
+ }) => vue.VNode[];
298
296
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
299
297
  theme: StringConstructor;
300
298
  tag: {
@@ -307,10 +305,10 @@ declare const VProgressLinear: {
307
305
  };
308
306
  tile: BooleanConstructor;
309
307
  location: {
310
- type: vue.PropType<NonNullable<Anchor>>;
311
- default: NonNullable<Anchor>;
308
+ type: vue.PropType<Anchor | null>;
309
+ default: NonNullable<Anchor | null>;
312
310
  };
313
- class: vue.PropType<any>;
311
+ class: vue.PropType<ClassValue>;
314
312
  style: {
315
313
  type: vue.PropType<vue.StyleValue>;
316
314
  default: null;
@@ -360,10 +358,10 @@ declare const VProgressLinear: {
360
358
  };
361
359
  tile: BooleanConstructor;
362
360
  location: {
363
- type: vue.PropType<NonNullable<Anchor>>;
364
- default: NonNullable<Anchor>;
361
+ type: vue.PropType<Anchor | null>;
362
+ default: NonNullable<Anchor | null>;
365
363
  };
366
- class: vue.PropType<any>;
364
+ class: vue.PropType<ClassValue>;
367
365
  style: {
368
366
  type: vue.PropType<vue.StyleValue>;
369
367
  default: null;
@@ -1,5 +1,7 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, WritableComputedRef, Ref, CSSProperties, VNode } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, DirectiveBinding, WritableComputedRef, Ref, CSSProperties, VNode } from 'vue';
3
+
4
+ type ClassValue = any;
3
5
 
4
6
  interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
5
7
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
@@ -12,6 +14,17 @@ type Density = null | 'default' | 'comfortable' | 'compact';
12
14
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
13
15
  declare const IconValue: PropType<IconValue>;
14
16
 
17
+ interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
18
+ value?: boolean | {
19
+ class: string;
20
+ };
21
+ modifiers: {
22
+ center?: boolean;
23
+ circle?: boolean;
24
+ stop?: boolean;
25
+ };
26
+ }
27
+
15
28
  type SelectionControlSlot = {
16
29
  model: WritableComputedRef<boolean>;
17
30
  textColorClasses: Ref<string[]>;
@@ -39,13 +52,13 @@ declare const VRadio: {
39
52
  ripple: boolean | {
40
53
  class: string;
41
54
  } | undefined;
42
- falseIcon: NonNullable<IconValue>;
43
- trueIcon: NonNullable<IconValue>;
55
+ falseIcon: IconValue;
56
+ trueIcon: IconValue;
44
57
  valueComparator: typeof deepEqual;
45
58
  } & {
59
+ name?: string | undefined;
46
60
  type?: string | undefined;
47
61
  id?: string | undefined;
48
- name?: string | undefined;
49
62
  color?: string | undefined;
50
63
  value?: any;
51
64
  label?: string | undefined;
@@ -103,13 +116,13 @@ declare const VRadio: {
103
116
  ripple: boolean | {
104
117
  class: string;
105
118
  } | undefined;
106
- falseIcon: NonNullable<IconValue>;
107
- trueIcon: NonNullable<IconValue>;
119
+ falseIcon: IconValue;
120
+ trueIcon: IconValue;
108
121
  valueComparator: typeof deepEqual;
109
122
  } & {
123
+ name?: string | undefined;
110
124
  type?: string | undefined;
111
125
  id?: string | undefined;
112
- name?: string | undefined;
113
126
  color?: string | undefined;
114
127
  value?: any;
115
128
  label?: string | undefined;
@@ -167,25 +180,19 @@ declare const VRadio: {
167
180
  ripple: boolean | {
168
181
  class: string;
169
182
  } | undefined;
170
- falseIcon: NonNullable<IconValue>;
171
- trueIcon: NonNullable<IconValue>;
183
+ falseIcon: IconValue;
184
+ trueIcon: IconValue;
172
185
  valueComparator: typeof deepEqual;
173
186
  }, true, {}, vue.SlotsType<Partial<{
174
187
  default: (arg: {
175
188
  backgroundColorClasses: vue.Ref<string[]>;
176
189
  backgroundColorStyles: vue.Ref<vue.CSSProperties>;
177
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
178
- [key: string]: any;
179
- }>[];
190
+ }) => vue.VNode[];
180
191
  label: (arg: {
181
192
  label: string | undefined;
182
193
  props: Record<string, unknown>;
183
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
184
- [key: string]: any;
185
- }>[];
186
- input: (arg: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
187
- [key: string]: any;
188
- }>[];
194
+ }) => vue.VNode[];
195
+ input: (arg: SelectionControlSlot) => vue.VNode[];
189
196
  }>>, {
190
197
  P: {};
191
198
  B: {};
@@ -204,13 +211,13 @@ declare const VRadio: {
204
211
  ripple: boolean | {
205
212
  class: string;
206
213
  } | undefined;
207
- falseIcon: NonNullable<IconValue>;
208
- trueIcon: NonNullable<IconValue>;
214
+ falseIcon: IconValue;
215
+ trueIcon: IconValue;
209
216
  valueComparator: typeof deepEqual;
210
217
  } & {
218
+ name?: string | undefined;
211
219
  type?: string | undefined;
212
220
  id?: string | undefined;
213
- name?: string | undefined;
214
221
  color?: string | undefined;
215
222
  value?: any;
216
223
  label?: string | undefined;
@@ -268,13 +275,13 @@ declare const VRadio: {
268
275
  ripple: boolean | {
269
276
  class: string;
270
277
  } | undefined;
271
- falseIcon: NonNullable<IconValue>;
272
- trueIcon: NonNullable<IconValue>;
278
+ falseIcon: IconValue;
279
+ trueIcon: IconValue;
273
280
  valueComparator: typeof deepEqual;
274
281
  }>;
275
- __isFragment?: undefined;
276
- __isTeleport?: undefined;
277
- __isSuspense?: undefined;
282
+ __isFragment?: never;
283
+ __isTeleport?: never;
284
+ __isSuspense?: never;
278
285
  } & vue.ComponentOptionsBase<{
279
286
  inline: boolean;
280
287
  error: boolean;
@@ -286,13 +293,13 @@ declare const VRadio: {
286
293
  ripple: boolean | {
287
294
  class: string;
288
295
  } | undefined;
289
- falseIcon: NonNullable<IconValue>;
290
- trueIcon: NonNullable<IconValue>;
296
+ falseIcon: IconValue;
297
+ trueIcon: IconValue;
291
298
  valueComparator: typeof deepEqual;
292
299
  } & {
300
+ name?: string | undefined;
293
301
  type?: string | undefined;
294
302
  id?: string | undefined;
295
- name?: string | undefined;
296
303
  color?: string | undefined;
297
304
  value?: any;
298
305
  label?: string | undefined;
@@ -350,25 +357,19 @@ declare const VRadio: {
350
357
  ripple: boolean | {
351
358
  class: string;
352
359
  } | undefined;
353
- falseIcon: NonNullable<IconValue>;
354
- trueIcon: NonNullable<IconValue>;
360
+ falseIcon: IconValue;
361
+ trueIcon: IconValue;
355
362
  valueComparator: typeof deepEqual;
356
363
  }, {}, string, vue.SlotsType<Partial<{
357
364
  default: (arg: {
358
365
  backgroundColorClasses: vue.Ref<string[]>;
359
366
  backgroundColorStyles: vue.Ref<vue.CSSProperties>;
360
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
361
- [key: string]: any;
362
- }>[];
367
+ }) => vue.VNode[];
363
368
  label: (arg: {
364
369
  label: string | undefined;
365
370
  props: Record<string, unknown>;
366
- }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
367
- [key: string]: any;
368
- }>[];
369
- input: (arg: SelectionControlSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
370
- [key: string]: any;
371
- }>[];
371
+ }) => vue.VNode[];
372
+ input: (arg: SelectionControlSlot) => vue.VNode[];
372
373
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
373
374
  theme: StringConstructor;
374
375
  density: {
@@ -376,7 +377,7 @@ declare const VRadio: {
376
377
  default: string;
377
378
  validator: (v: any) => boolean;
378
379
  };
379
- class: vue.PropType<any>;
380
+ class: vue.PropType<ClassValue>;
380
381
  style: {
381
382
  type: vue.PropType<vue.StyleValue>;
382
383
  default: null;
@@ -391,17 +392,15 @@ declare const VRadio: {
391
392
  id: StringConstructor;
392
393
  inline: BooleanConstructor;
393
394
  falseIcon: {
394
- type: vue.PropType<NonNullable<IconValue>>;
395
+ type: vue.PropType<IconValue>;
395
396
  default: NonNullable<IconValue>;
396
397
  };
397
398
  trueIcon: {
398
- type: vue.PropType<NonNullable<IconValue>>;
399
+ type: vue.PropType<IconValue>;
399
400
  default: NonNullable<IconValue>;
400
401
  };
401
402
  ripple: {
402
- type: vue.PropType<boolean | {
403
- class: string;
404
- } | undefined>;
403
+ type: vue.PropType<RippleDirectiveBinding["value"]>;
405
404
  default: boolean;
406
405
  };
407
406
  multiple: {
@@ -431,7 +430,7 @@ declare const VRadio: {
431
430
  default: string;
432
431
  validator: (v: any) => boolean;
433
432
  };
434
- class: vue.PropType<any>;
433
+ class: vue.PropType<ClassValue>;
435
434
  style: {
436
435
  type: vue.PropType<vue.StyleValue>;
437
436
  default: null;
@@ -446,17 +445,15 @@ declare const VRadio: {
446
445
  id: StringConstructor;
447
446
  inline: BooleanConstructor;
448
447
  falseIcon: {
449
- type: vue.PropType<NonNullable<IconValue>>;
448
+ type: vue.PropType<IconValue>;
450
449
  default: NonNullable<IconValue>;
451
450
  };
452
451
  trueIcon: {
453
- type: vue.PropType<NonNullable<IconValue>>;
452
+ type: vue.PropType<IconValue>;
454
453
  default: NonNullable<IconValue>;
455
454
  };
456
455
  ripple: {
457
- type: vue.PropType<boolean | {
458
- class: string;
459
- } | undefined>;
456
+ type: vue.PropType<RippleDirectiveBinding["value"]>;
460
457
  default: boolean;
461
458
  };
462
459
  multiple: {