vuetify 3.6.13 → 3.7.0-beta.1

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 (177) hide show
  1. package/dist/json/attributes.json +166 -26
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/tags.json +40 -5
  5. package/dist/json/web-types.json +394 -41
  6. package/dist/vuetify-labs.css +2300 -2284
  7. package/dist/vuetify-labs.d.ts +12763 -12509
  8. package/dist/vuetify-labs.esm.js +153 -145
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +153 -145
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +887 -871
  13. package/dist/vuetify.d.ts +11161 -10982
  14. package/dist/vuetify.esm.js +107 -65
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +107 -65
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +1076 -1078
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +175 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +635 -634
  26. package/lib/components/VAvatar/VAvatar.css +7 -0
  27. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  28. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  29. package/lib/components/VAvatar/VAvatar.sass +1 -0
  30. package/lib/components/VAvatar/_variables.scss +13 -0
  31. package/lib/components/VAvatar/index.d.mts +36 -30
  32. package/lib/components/VBadge/index.d.mts +58 -58
  33. package/lib/components/VBanner/index.d.mts +59 -59
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/index.d.mts +125 -125
  36. package/lib/components/VBreadcrumbs/index.d.mts +42 -42
  37. package/lib/components/VBtn/VBtn.mjs +3 -1
  38. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  39. package/lib/components/VBtn/index.d.mts +113 -107
  40. package/lib/components/VBtnGroup/index.d.mts +23 -23
  41. package/lib/components/VBtnToggle/index.d.mts +40 -40
  42. package/lib/components/VCard/index.d.mts +93 -93
  43. package/lib/components/VCarousel/index.d.mts +130 -121
  44. package/lib/components/VCheckbox/index.d.mts +166 -166
  45. package/lib/components/VChip/index.d.mts +86 -86
  46. package/lib/components/VChipGroup/index.d.mts +46 -46
  47. package/lib/components/VColorPicker/index.d.mts +96 -96
  48. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  49. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  50. package/lib/components/VCombobox/index.d.mts +635 -634
  51. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  52. package/lib/components/VCounter/index.d.mts +27 -27
  53. package/lib/components/VDataIterator/index.d.mts +50 -50
  54. package/lib/components/VDataTable/index.d.mts +253 -253
  55. package/lib/components/VDatePicker/index.d.mts +134 -134
  56. package/lib/components/VDialog/index.d.mts +378 -378
  57. package/lib/components/VDivider/index.d.mts +15 -15
  58. package/lib/components/VEmptyState/index.d.mts +47 -47
  59. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
  60. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  61. package/lib/components/VExpansionPanel/index.d.mts +196 -124
  62. package/lib/components/VFab/index.d.mts +233 -227
  63. package/lib/components/VField/index.d.mts +46 -46
  64. package/lib/components/VFileInput/index.d.mts +243 -243
  65. package/lib/components/VFooter/index.d.mts +50 -50
  66. package/lib/components/VForm/index.d.mts +9 -9
  67. package/lib/components/VGrid/VContainer.mjs +6 -1
  68. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  69. package/lib/components/VGrid/index.d.mts +178 -142
  70. package/lib/components/VIcon/index.d.mts +24 -24
  71. package/lib/components/VImg/VImg.css +9 -0
  72. package/lib/components/VImg/VImg.mjs +2 -0
  73. package/lib/components/VImg/VImg.mjs.map +1 -1
  74. package/lib/components/VImg/VImg.sass +9 -0
  75. package/lib/components/VImg/index.d.mts +101 -92
  76. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  77. package/lib/components/VInput/index.d.mts +53 -53
  78. package/lib/components/VItemGroup/index.d.mts +17 -17
  79. package/lib/components/VLabel/index.d.mts +8 -8
  80. package/lib/components/VLayout/index.d.mts +36 -36
  81. package/lib/components/VLazy/index.d.mts +31 -31
  82. package/lib/components/VList/VListItem.css +2 -2
  83. package/lib/components/VList/VListItem.mjs +2 -0
  84. package/lib/components/VList/VListItem.mjs.map +1 -1
  85. package/lib/components/VList/VListItem.sass +1 -1
  86. package/lib/components/VList/index.d.mts +191 -190
  87. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  88. package/lib/components/VMain/index.d.mts +10 -10
  89. package/lib/components/VMenu/VMenu.mjs +7 -5
  90. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  91. package/lib/components/VMenu/index.d.mts +423 -423
  92. package/lib/components/VMessages/index.d.mts +20 -20
  93. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  94. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  95. package/lib/components/VOtpInput/index.d.mts +88 -88
  96. package/lib/components/VOverlay/index.d.mts +104 -104
  97. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  98. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  99. package/lib/components/VPagination/index.d.mts +55 -55
  100. package/lib/components/VParallax/index.d.mts +7 -7
  101. package/lib/components/VProgressCircular/index.d.mts +24 -24
  102. package/lib/components/VProgressLinear/index.d.mts +52 -52
  103. package/lib/components/VRadio/index.d.mts +41 -41
  104. package/lib/components/VRadioGroup/index.d.mts +97 -97
  105. package/lib/components/VRangeSlider/index.d.mts +94 -94
  106. package/lib/components/VRating/index.d.mts +22 -22
  107. package/lib/components/VResponsive/index.d.mts +23 -23
  108. package/lib/components/VSelect/VSelect.mjs +15 -13
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +635 -634
  111. package/lib/components/VSelect/useScrolling.mjs +3 -3
  112. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  113. package/lib/components/VSelectionControl/index.d.mts +43 -43
  114. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  115. package/lib/components/VSheet/index.d.mts +34 -34
  116. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  117. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  118. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  119. package/lib/components/VSlideGroup/index.d.mts +39 -33
  120. package/lib/components/VSlider/index.d.mts +87 -87
  121. package/lib/components/VSnackbar/index.d.mts +436 -436
  122. package/lib/components/VSparkline/index.d.mts +38 -38
  123. package/lib/components/VSpeedDial/index.d.mts +185 -185
  124. package/lib/components/VStepper/index.d.mts +119 -119
  125. package/lib/components/VSwitch/index.d.mts +100 -100
  126. package/lib/components/VSystemBar/index.d.mts +39 -39
  127. package/lib/components/VTable/index.d.mts +4 -4
  128. package/lib/components/VTabs/index.d.mts +530 -512
  129. package/lib/components/VTextField/index.d.mts +397 -397
  130. package/lib/components/VTextarea/index.d.mts +274 -274
  131. package/lib/components/VTimeline/index.d.mts +26 -26
  132. package/lib/components/VToolbar/index.d.mts +53 -53
  133. package/lib/components/VTooltip/index.d.mts +451 -451
  134. package/lib/components/VValidation/index.d.mts +22 -21
  135. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  136. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  137. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  138. package/lib/components/VWindow/index.d.mts +31 -31
  139. package/lib/components/index.d.mts +11225 -11046
  140. package/lib/components/transitions/index.d.mts +200 -200
  141. package/lib/composables/nested/nested.mjs +3 -4
  142. package/lib/composables/nested/nested.mjs.map +1 -1
  143. package/lib/composables/nested/openStrategies.mjs +4 -2
  144. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  145. package/lib/composables/nested/selectStrategies.mjs +5 -5
  146. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  147. package/lib/composables/validation.mjs +8 -6
  148. package/lib/composables/validation.mjs.map +1 -1
  149. package/lib/composables/virtual.mjs +1 -0
  150. package/lib/composables/virtual.mjs.map +1 -1
  151. package/lib/entry-bundler.mjs +1 -1
  152. package/lib/entry-bundler.mjs.map +1 -1
  153. package/lib/framework.mjs +1 -1
  154. package/lib/framework.mjs.map +1 -1
  155. package/lib/index.d.mts +44 -44
  156. package/lib/labs/VCalendar/index.d.mts +52 -52
  157. package/lib/labs/VDateInput/index.d.mts +244 -244
  158. package/lib/labs/VNumberInput/index.d.mts +235 -235
  159. package/lib/labs/VPicker/index.d.mts +45 -45
  160. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  161. package/lib/labs/VStepperVertical/index.d.mts +224 -188
  162. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  163. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  164. package/lib/labs/VTimePicker/index.d.mts +115 -115
  165. package/lib/labs/VTreeview/VTreeview.mjs +7 -5
  166. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  167. package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
  168. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  169. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  170. package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
  171. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  172. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  173. package/lib/labs/VTreeview/index.d.mts +270 -253
  174. package/lib/labs/components.d.mts +1835 -1782
  175. package/lib/util/helpers.mjs +5 -0
  176. package/lib/util/helpers.mjs.map +1 -1
  177. package/package.json +10 -5
@@ -45,27 +45,28 @@ interface GroupProvide {
45
45
  declare const VFab: {
46
46
  new (...args: any[]): vue.CreateComponentPublicInstance<{
47
47
  symbol: any;
48
- flat: boolean;
49
48
  replace: boolean;
50
- style: vue.StyleValue;
51
- size: string | number;
52
- active: boolean;
53
- disabled: boolean;
54
- tag: string;
55
- layout: boolean;
49
+ flat: boolean;
50
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
56
51
  offset: boolean;
57
- order: string | number;
52
+ exact: boolean;
58
53
  absolute: boolean;
54
+ block: boolean;
55
+ active: boolean;
56
+ order: string | number;
59
57
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
60
58
  component?: vue.Component | undefined;
61
59
  })>;
60
+ style: vue.StyleValue;
61
+ disabled: boolean;
62
+ size: string | number;
62
63
  readonly: boolean;
64
+ tag: string;
65
+ layout: boolean;
66
+ appear: boolean;
67
+ app: boolean;
63
68
  modelValue: boolean;
64
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
65
- block: boolean;
66
- exact: boolean;
67
69
  tile: boolean;
68
- appear: boolean;
69
70
  density: Density;
70
71
  extended: boolean;
71
72
  slim: boolean;
@@ -73,31 +74,31 @@ declare const VFab: {
73
74
  ripple: boolean | {
74
75
  class: string;
75
76
  } | undefined;
76
- app: boolean;
77
77
  } & {
78
- class?: any;
79
- text?: string | undefined;
80
- value?: any;
81
- width?: string | number | undefined;
78
+ location?: Anchor | undefined;
82
79
  height?: string | number | undefined;
83
- theme?: string | undefined;
84
- href?: string | undefined;
85
- color?: string | undefined;
80
+ width?: string | number | undefined;
86
81
  name?: string | undefined;
87
- loading?: string | boolean | undefined;
88
- icon?: boolean | IconValue | undefined;
89
- to?: vue_router.RouteLocationRaw | undefined;
90
82
  border?: string | number | boolean | undefined;
91
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
92
- rounded?: string | number | boolean | undefined;
83
+ color?: string | undefined;
93
84
  maxHeight?: string | number | undefined;
94
85
  maxWidth?: string | number | undefined;
95
86
  minHeight?: string | number | undefined;
96
87
  minWidth?: string | number | undefined;
88
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
89
+ value?: any;
90
+ loading?: string | boolean | undefined;
91
+ text?: string | undefined;
92
+ class?: any;
93
+ icon?: boolean | IconValue | undefined;
94
+ href?: string | undefined;
97
95
  elevation?: string | number | undefined;
98
- location?: Anchor | undefined;
96
+ to?: vue_router.RouteLocationRaw | undefined;
97
+ theme?: string | undefined;
98
+ rounded?: string | number | boolean | undefined;
99
99
  baseColor?: string | undefined;
100
100
  selectedClass?: string | undefined;
101
+ activeColor?: string | undefined;
101
102
  prependIcon?: IconValue | undefined;
102
103
  appendIcon?: IconValue | undefined;
103
104
  } & {
@@ -115,27 +116,28 @@ declare const VFab: {
115
116
  'update:modelValue': (value: boolean) => boolean;
116
117
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
117
118
  symbol: any;
118
- flat: boolean;
119
119
  replace: boolean;
120
- style: vue.StyleValue;
121
- size: string | number;
122
- active: boolean;
123
- disabled: boolean;
124
- tag: string;
125
- layout: boolean;
120
+ flat: boolean;
121
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
126
122
  offset: boolean;
127
- order: string | number;
123
+ exact: boolean;
128
124
  absolute: boolean;
125
+ block: boolean;
126
+ active: boolean;
127
+ order: string | number;
129
128
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
130
129
  component?: vue.Component | undefined;
131
130
  })>;
131
+ style: vue.StyleValue;
132
+ disabled: boolean;
133
+ size: string | number;
132
134
  readonly: boolean;
135
+ tag: string;
136
+ layout: boolean;
137
+ appear: boolean;
138
+ app: boolean;
133
139
  modelValue: boolean;
134
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
135
- block: boolean;
136
- exact: boolean;
137
140
  tile: boolean;
138
- appear: boolean;
139
141
  density: Density;
140
142
  extended: boolean;
141
143
  slim: boolean;
@@ -143,31 +145,31 @@ declare const VFab: {
143
145
  ripple: boolean | {
144
146
  class: string;
145
147
  } | undefined;
146
- app: boolean;
147
148
  } & {
148
- class?: any;
149
- text?: string | undefined;
150
- value?: any;
151
- width?: string | number | undefined;
149
+ location?: Anchor | undefined;
152
150
  height?: string | number | undefined;
153
- theme?: string | undefined;
154
- href?: string | undefined;
155
- color?: string | undefined;
151
+ width?: string | number | undefined;
156
152
  name?: string | undefined;
157
- loading?: string | boolean | undefined;
158
- icon?: boolean | IconValue | undefined;
159
- to?: vue_router.RouteLocationRaw | undefined;
160
153
  border?: string | number | boolean | undefined;
161
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
162
- rounded?: string | number | boolean | undefined;
154
+ color?: string | undefined;
163
155
  maxHeight?: string | number | undefined;
164
156
  maxWidth?: string | number | undefined;
165
157
  minHeight?: string | number | undefined;
166
158
  minWidth?: string | number | undefined;
159
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
160
+ value?: any;
161
+ loading?: string | boolean | undefined;
162
+ text?: string | undefined;
163
+ class?: any;
164
+ icon?: boolean | IconValue | undefined;
165
+ href?: string | undefined;
167
166
  elevation?: string | number | undefined;
168
- location?: Anchor | undefined;
167
+ to?: vue_router.RouteLocationRaw | undefined;
168
+ theme?: string | undefined;
169
+ rounded?: string | number | boolean | undefined;
169
170
  baseColor?: string | undefined;
170
171
  selectedClass?: string | undefined;
172
+ activeColor?: string | undefined;
171
173
  prependIcon?: IconValue | undefined;
172
174
  appendIcon?: IconValue | undefined;
173
175
  } & {
@@ -183,28 +185,29 @@ declare const VFab: {
183
185
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
184
186
  }, {
185
187
  symbol: any;
186
- flat: boolean;
187
188
  replace: boolean;
188
- style: vue.StyleValue;
189
- size: string | number;
190
- active: boolean;
191
- disabled: boolean;
192
- tag: string;
193
- layout: boolean;
189
+ flat: boolean;
190
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
194
191
  offset: boolean;
195
- order: string | number;
192
+ exact: boolean;
196
193
  absolute: boolean;
194
+ block: boolean;
195
+ active: boolean;
196
+ order: string | number;
197
197
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
198
198
  component?: vue.Component | undefined;
199
199
  })>;
200
+ style: vue.StyleValue;
201
+ disabled: boolean;
202
+ size: string | number;
200
203
  readonly: boolean;
204
+ tag: string;
205
+ layout: boolean;
206
+ appear: boolean;
207
+ app: boolean;
201
208
  modelValue: boolean;
202
209
  rounded: string | number | boolean;
203
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
204
- block: boolean;
205
- exact: boolean;
206
210
  tile: boolean;
207
- appear: boolean;
208
211
  density: Density;
209
212
  extended: boolean;
210
213
  slim: boolean;
@@ -212,7 +215,6 @@ declare const VFab: {
212
215
  ripple: boolean | {
213
216
  class: string;
214
217
  } | undefined;
215
- app: boolean;
216
218
  }, true, {}, vue.SlotsType<Partial<{
217
219
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
218
220
  [key: string]: any;
@@ -226,27 +228,28 @@ declare const VFab: {
226
228
  Defaults: {};
227
229
  }, {
228
230
  symbol: any;
229
- flat: boolean;
230
231
  replace: boolean;
231
- style: vue.StyleValue;
232
- size: string | number;
233
- active: boolean;
234
- disabled: boolean;
235
- tag: string;
236
- layout: boolean;
232
+ flat: boolean;
233
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
237
234
  offset: boolean;
238
- order: string | number;
235
+ exact: boolean;
239
236
  absolute: boolean;
237
+ block: boolean;
238
+ active: boolean;
239
+ order: string | number;
240
240
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
241
241
  component?: vue.Component | undefined;
242
242
  })>;
243
+ style: vue.StyleValue;
244
+ disabled: boolean;
245
+ size: string | number;
243
246
  readonly: boolean;
247
+ tag: string;
248
+ layout: boolean;
249
+ appear: boolean;
250
+ app: boolean;
244
251
  modelValue: boolean;
245
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
246
- block: boolean;
247
- exact: boolean;
248
252
  tile: boolean;
249
- appear: boolean;
250
253
  density: Density;
251
254
  extended: boolean;
252
255
  slim: boolean;
@@ -254,31 +257,31 @@ declare const VFab: {
254
257
  ripple: boolean | {
255
258
  class: string;
256
259
  } | undefined;
257
- app: boolean;
258
260
  } & {
259
- class?: any;
260
- text?: string | undefined;
261
- value?: any;
262
- width?: string | number | undefined;
261
+ location?: Anchor | undefined;
263
262
  height?: string | number | undefined;
264
- theme?: string | undefined;
265
- href?: string | undefined;
266
- color?: string | undefined;
263
+ width?: string | number | undefined;
267
264
  name?: string | undefined;
268
- loading?: string | boolean | undefined;
269
- icon?: boolean | IconValue | undefined;
270
- to?: vue_router.RouteLocationRaw | undefined;
271
265
  border?: string | number | boolean | undefined;
272
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
273
- rounded?: string | number | boolean | undefined;
266
+ color?: string | undefined;
274
267
  maxHeight?: string | number | undefined;
275
268
  maxWidth?: string | number | undefined;
276
269
  minHeight?: string | number | undefined;
277
270
  minWidth?: string | number | undefined;
271
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
272
+ value?: any;
273
+ loading?: string | boolean | undefined;
274
+ text?: string | undefined;
275
+ class?: any;
276
+ icon?: boolean | IconValue | undefined;
277
+ href?: string | undefined;
278
278
  elevation?: string | number | undefined;
279
- location?: Anchor | undefined;
279
+ to?: vue_router.RouteLocationRaw | undefined;
280
+ theme?: string | undefined;
281
+ rounded?: string | number | boolean | undefined;
280
282
  baseColor?: string | undefined;
281
283
  selectedClass?: string | undefined;
284
+ activeColor?: string | undefined;
282
285
  prependIcon?: IconValue | undefined;
283
286
  appendIcon?: IconValue | undefined;
284
287
  } & {
@@ -294,28 +297,29 @@ declare const VFab: {
294
297
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
295
298
  }, {}, {}, {}, {}, {
296
299
  symbol: any;
297
- flat: boolean;
298
300
  replace: boolean;
299
- style: vue.StyleValue;
300
- size: string | number;
301
- active: boolean;
302
- disabled: boolean;
303
- tag: string;
304
- layout: boolean;
301
+ flat: boolean;
302
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
305
303
  offset: boolean;
306
- order: string | number;
304
+ exact: boolean;
307
305
  absolute: boolean;
306
+ block: boolean;
307
+ active: boolean;
308
+ order: string | number;
308
309
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
309
310
  component?: vue.Component | undefined;
310
311
  })>;
312
+ style: vue.StyleValue;
313
+ disabled: boolean;
314
+ size: string | number;
311
315
  readonly: boolean;
316
+ tag: string;
317
+ layout: boolean;
318
+ appear: boolean;
319
+ app: boolean;
312
320
  modelValue: boolean;
313
321
  rounded: string | number | boolean;
314
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
315
- block: boolean;
316
- exact: boolean;
317
322
  tile: boolean;
318
- appear: boolean;
319
323
  density: Density;
320
324
  extended: boolean;
321
325
  slim: boolean;
@@ -323,34 +327,34 @@ declare const VFab: {
323
327
  ripple: boolean | {
324
328
  class: string;
325
329
  } | undefined;
326
- app: boolean;
327
330
  }>;
328
331
  __isFragment?: undefined;
329
332
  __isTeleport?: undefined;
330
333
  __isSuspense?: undefined;
331
334
  } & vue.ComponentOptionsBase<{
332
335
  symbol: any;
333
- flat: boolean;
334
336
  replace: boolean;
335
- style: vue.StyleValue;
336
- size: string | number;
337
- active: boolean;
338
- disabled: boolean;
339
- tag: string;
340
- layout: boolean;
337
+ flat: boolean;
338
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
341
339
  offset: boolean;
342
- order: string | number;
340
+ exact: boolean;
343
341
  absolute: boolean;
342
+ block: boolean;
343
+ active: boolean;
344
+ order: string | number;
344
345
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
345
346
  component?: vue.Component | undefined;
346
347
  })>;
348
+ style: vue.StyleValue;
349
+ disabled: boolean;
350
+ size: string | number;
347
351
  readonly: boolean;
352
+ tag: string;
353
+ layout: boolean;
354
+ appear: boolean;
355
+ app: boolean;
348
356
  modelValue: boolean;
349
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
350
- block: boolean;
351
- exact: boolean;
352
357
  tile: boolean;
353
- appear: boolean;
354
358
  density: Density;
355
359
  extended: boolean;
356
360
  slim: boolean;
@@ -358,31 +362,31 @@ declare const VFab: {
358
362
  ripple: boolean | {
359
363
  class: string;
360
364
  } | undefined;
361
- app: boolean;
362
365
  } & {
363
- class?: any;
364
- text?: string | undefined;
365
- value?: any;
366
- width?: string | number | undefined;
366
+ location?: Anchor | undefined;
367
367
  height?: string | number | undefined;
368
- theme?: string | undefined;
369
- href?: string | undefined;
370
- color?: string | undefined;
368
+ width?: string | number | undefined;
371
369
  name?: string | undefined;
372
- loading?: string | boolean | undefined;
373
- icon?: boolean | IconValue | undefined;
374
- to?: vue_router.RouteLocationRaw | undefined;
375
370
  border?: string | number | boolean | undefined;
376
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
377
- rounded?: string | number | boolean | undefined;
371
+ color?: string | undefined;
378
372
  maxHeight?: string | number | undefined;
379
373
  maxWidth?: string | number | undefined;
380
374
  minHeight?: string | number | undefined;
381
375
  minWidth?: string | number | undefined;
376
+ position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
377
+ value?: any;
378
+ loading?: string | boolean | undefined;
379
+ text?: string | undefined;
380
+ class?: any;
381
+ icon?: boolean | IconValue | undefined;
382
+ href?: string | undefined;
382
383
  elevation?: string | number | undefined;
383
- location?: Anchor | undefined;
384
+ to?: vue_router.RouteLocationRaw | undefined;
385
+ theme?: string | undefined;
386
+ rounded?: string | number | boolean | undefined;
384
387
  baseColor?: string | undefined;
385
388
  selectedClass?: string | undefined;
389
+ activeColor?: string | undefined;
386
390
  prependIcon?: IconValue | undefined;
387
391
  appendIcon?: IconValue | undefined;
388
392
  } & {
@@ -400,28 +404,29 @@ declare const VFab: {
400
404
  'update:modelValue': (value: boolean) => boolean;
401
405
  }, string, {
402
406
  symbol: any;
403
- flat: boolean;
404
407
  replace: boolean;
405
- style: vue.StyleValue;
406
- size: string | number;
407
- active: boolean;
408
- disabled: boolean;
409
- tag: string;
410
- layout: boolean;
408
+ flat: boolean;
409
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
411
410
  offset: boolean;
412
- order: string | number;
411
+ exact: boolean;
413
412
  absolute: boolean;
413
+ block: boolean;
414
+ active: boolean;
415
+ order: string | number;
414
416
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
415
417
  component?: vue.Component | undefined;
416
418
  })>;
419
+ style: vue.StyleValue;
420
+ disabled: boolean;
421
+ size: string | number;
417
422
  readonly: boolean;
423
+ tag: string;
424
+ layout: boolean;
425
+ appear: boolean;
426
+ app: boolean;
418
427
  modelValue: boolean;
419
428
  rounded: string | number | boolean;
420
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
421
- block: boolean;
422
- exact: boolean;
423
429
  tile: boolean;
424
- appear: boolean;
425
430
  density: Density;
426
431
  extended: boolean;
427
432
  slim: boolean;
@@ -429,7 +434,6 @@ declare const VFab: {
429
434
  ripple: boolean | {
430
435
  class: string;
431
436
  } | undefined;
432
- app: boolean;
433
437
  }, {}, string, vue.SlotsType<Partial<{
434
438
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
435
439
  [key: string]: any;
@@ -441,7 +445,7 @@ declare const VFab: {
441
445
  })>;
442
446
  default: string;
443
447
  validator: (val: unknown) => boolean;
444
- }, "default" | "type"> & {
448
+ }, "type" | "default"> & {
445
449
  type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
446
450
  component?: vue.Component | undefined;
447
451
  })>>;
@@ -462,71 +466,71 @@ declare const VFab: {
462
466
  type: null;
463
467
  default: vue.InjectionKey<GroupProvide>;
464
468
  };
465
- flat: BooleanConstructor;
466
469
  replace: BooleanConstructor;
467
- class: vue.PropType<any>;
468
- style: {
469
- type: vue.PropType<vue.StyleValue>;
470
- default: null;
471
- };
472
- size: {
473
- type: (StringConstructor | NumberConstructor)[];
470
+ flat: BooleanConstructor;
471
+ variant: Omit<{
472
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
474
473
  default: string;
474
+ validator: (v: any) => boolean;
475
+ }, "type" | "default"> & {
476
+ type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
477
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
475
478
  };
476
- text: StringConstructor;
477
- value: null;
478
- width: (StringConstructor | NumberConstructor)[];
479
+ exact: BooleanConstructor;
480
+ block: BooleanConstructor;
479
481
  height: (StringConstructor | NumberConstructor)[];
482
+ width: (StringConstructor | NumberConstructor)[];
480
483
  active: Omit<{
481
484
  type: BooleanConstructor;
482
485
  default: undefined;
483
- }, "default" | "type"> & {
486
+ }, "type" | "default"> & {
484
487
  type: vue.PropType<boolean>;
485
488
  default: boolean;
486
489
  };
487
- theme: StringConstructor;
488
- href: StringConstructor;
490
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
489
491
  color: StringConstructor;
492
+ maxHeight: (StringConstructor | NumberConstructor)[];
493
+ maxWidth: (StringConstructor | NumberConstructor)[];
494
+ minHeight: (StringConstructor | NumberConstructor)[];
495
+ minWidth: (StringConstructor | NumberConstructor)[];
496
+ position: {
497
+ type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
498
+ validator: (v: any) => boolean;
499
+ };
500
+ value: null;
501
+ loading: (StringConstructor | BooleanConstructor)[];
502
+ style: {
503
+ type: vue.PropType<vue.StyleValue>;
504
+ default: null;
505
+ };
506
+ text: StringConstructor;
490
507
  disabled: BooleanConstructor;
508
+ size: {
509
+ type: (StringConstructor | NumberConstructor)[];
510
+ default: string;
511
+ };
512
+ readonly: BooleanConstructor;
513
+ class: vue.PropType<any>;
491
514
  tag: Omit<{
492
515
  type: StringConstructor;
493
516
  default: string;
494
- }, "default" | "type"> & {
517
+ }, "type" | "default"> & {
495
518
  type: vue.PropType<string>;
496
519
  default: string;
497
520
  };
498
- loading: (StringConstructor | BooleanConstructor)[];
499
521
  icon: vue.PropType<boolean | IconValue>;
500
- to: vue.PropType<vue_router.RouteLocationRaw>;
501
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
502
- position: {
503
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
504
- validator: (v: any) => boolean;
522
+ href: StringConstructor;
523
+ elevation: {
524
+ type: (StringConstructor | NumberConstructor)[];
525
+ validator(v: any): boolean;
505
526
  };
506
- readonly: BooleanConstructor;
527
+ to: vue.PropType<vue_router.RouteLocationRaw>;
528
+ theme: StringConstructor;
507
529
  rounded: {
508
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
530
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
509
531
  default: undefined;
510
532
  };
511
- variant: Omit<{
512
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
513
- default: string;
514
- validator: (v: any) => boolean;
515
- }, "default" | "type"> & {
516
- type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
517
- default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
518
- };
519
- maxHeight: (StringConstructor | NumberConstructor)[];
520
- maxWidth: (StringConstructor | NumberConstructor)[];
521
- minHeight: (StringConstructor | NumberConstructor)[];
522
- minWidth: (StringConstructor | NumberConstructor)[];
523
- block: BooleanConstructor;
524
- exact: BooleanConstructor;
525
533
  tile: BooleanConstructor;
526
- elevation: {
527
- type: (StringConstructor | NumberConstructor)[];
528
- validator(v: any): boolean;
529
- };
530
534
  density: {
531
535
  type: vue.PropType<Density>;
532
536
  default: string;
@@ -534,6 +538,7 @@ declare const VFab: {
534
538
  };
535
539
  baseColor: StringConstructor;
536
540
  selectedClass: StringConstructor;
541
+ activeColor: StringConstructor;
537
542
  prependIcon: vue.PropType<IconValue>;
538
543
  appendIcon: vue.PropType<IconValue>;
539
544
  slim: BooleanConstructor;
@@ -560,7 +565,7 @@ declare const VFab: {
560
565
  })>;
561
566
  default: string;
562
567
  validator: (val: unknown) => boolean;
563
- }, "default" | "type"> & {
568
+ }, "type" | "default"> & {
564
569
  type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
565
570
  component?: vue.Component | undefined;
566
571
  })>>;
@@ -581,71 +586,71 @@ declare const VFab: {
581
586
  type: null;
582
587
  default: vue.InjectionKey<GroupProvide>;
583
588
  };
584
- flat: BooleanConstructor;
585
589
  replace: BooleanConstructor;
586
- class: vue.PropType<any>;
587
- style: {
588
- type: vue.PropType<vue.StyleValue>;
589
- default: null;
590
- };
591
- size: {
592
- type: (StringConstructor | NumberConstructor)[];
590
+ flat: BooleanConstructor;
591
+ variant: Omit<{
592
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
593
593
  default: string;
594
+ validator: (v: any) => boolean;
595
+ }, "type" | "default"> & {
596
+ type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
597
+ default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
594
598
  };
595
- text: StringConstructor;
596
- value: null;
597
- width: (StringConstructor | NumberConstructor)[];
599
+ exact: BooleanConstructor;
600
+ block: BooleanConstructor;
598
601
  height: (StringConstructor | NumberConstructor)[];
602
+ width: (StringConstructor | NumberConstructor)[];
599
603
  active: Omit<{
600
604
  type: BooleanConstructor;
601
605
  default: undefined;
602
- }, "default" | "type"> & {
606
+ }, "type" | "default"> & {
603
607
  type: vue.PropType<boolean>;
604
608
  default: boolean;
605
609
  };
606
- theme: StringConstructor;
607
- href: StringConstructor;
610
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
608
611
  color: StringConstructor;
612
+ maxHeight: (StringConstructor | NumberConstructor)[];
613
+ maxWidth: (StringConstructor | NumberConstructor)[];
614
+ minHeight: (StringConstructor | NumberConstructor)[];
615
+ minWidth: (StringConstructor | NumberConstructor)[];
616
+ position: {
617
+ type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
618
+ validator: (v: any) => boolean;
619
+ };
620
+ value: null;
621
+ loading: (StringConstructor | BooleanConstructor)[];
622
+ style: {
623
+ type: vue.PropType<vue.StyleValue>;
624
+ default: null;
625
+ };
626
+ text: StringConstructor;
609
627
  disabled: BooleanConstructor;
628
+ size: {
629
+ type: (StringConstructor | NumberConstructor)[];
630
+ default: string;
631
+ };
632
+ readonly: BooleanConstructor;
633
+ class: vue.PropType<any>;
610
634
  tag: Omit<{
611
635
  type: StringConstructor;
612
636
  default: string;
613
- }, "default" | "type"> & {
637
+ }, "type" | "default"> & {
614
638
  type: vue.PropType<string>;
615
639
  default: string;
616
640
  };
617
- loading: (StringConstructor | BooleanConstructor)[];
618
641
  icon: vue.PropType<boolean | IconValue>;
619
- to: vue.PropType<vue_router.RouteLocationRaw>;
620
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
621
- position: {
622
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
623
- validator: (v: any) => boolean;
642
+ href: StringConstructor;
643
+ elevation: {
644
+ type: (StringConstructor | NumberConstructor)[];
645
+ validator(v: any): boolean;
624
646
  };
625
- readonly: BooleanConstructor;
647
+ to: vue.PropType<vue_router.RouteLocationRaw>;
648
+ theme: StringConstructor;
626
649
  rounded: {
627
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
650
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
628
651
  default: undefined;
629
652
  };
630
- variant: Omit<{
631
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
632
- default: string;
633
- validator: (v: any) => boolean;
634
- }, "default" | "type"> & {
635
- type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
636
- default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
637
- };
638
- maxHeight: (StringConstructor | NumberConstructor)[];
639
- maxWidth: (StringConstructor | NumberConstructor)[];
640
- minHeight: (StringConstructor | NumberConstructor)[];
641
- minWidth: (StringConstructor | NumberConstructor)[];
642
- block: BooleanConstructor;
643
- exact: BooleanConstructor;
644
653
  tile: BooleanConstructor;
645
- elevation: {
646
- type: (StringConstructor | NumberConstructor)[];
647
- validator(v: any): boolean;
648
- };
649
654
  density: {
650
655
  type: vue.PropType<Density>;
651
656
  default: string;
@@ -653,6 +658,7 @@ declare const VFab: {
653
658
  };
654
659
  baseColor: StringConstructor;
655
660
  selectedClass: StringConstructor;
661
+ activeColor: StringConstructor;
656
662
  prependIcon: vue.PropType<IconValue>;
657
663
  appendIcon: vue.PropType<IconValue>;
658
664
  slim: BooleanConstructor;