@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 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 (158) hide show
  1. package/CHANGELOG.md +0 -8
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +120 -120
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2160 -2162
  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 +871 -873
  14. package/dist/vuetify.d.ts +10357 -10268
  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 +69 -68
  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/VTreeviewItem.css +1 -1
  155. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  156. package/lib/labs/VTreeview/index.d.mts +199 -199
  157. package/lib/labs/components.d.mts +1754 -1733
  158. package/package.json +9 -4
@@ -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,29 +74,28 @@ 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
101
  activeColor?: string | undefined;
@@ -116,27 +116,28 @@ declare const VFab: {
116
116
  'update:modelValue': (value: boolean) => boolean;
117
117
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
118
118
  symbol: any;
119
- flat: boolean;
120
119
  replace: boolean;
121
- style: vue.StyleValue;
122
- size: string | number;
123
- active: boolean;
124
- disabled: boolean;
125
- tag: string;
126
- layout: boolean;
120
+ flat: boolean;
121
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
127
122
  offset: boolean;
128
- order: string | number;
123
+ exact: boolean;
129
124
  absolute: boolean;
125
+ block: boolean;
126
+ active: boolean;
127
+ order: string | number;
130
128
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
131
129
  component?: vue.Component | undefined;
132
130
  })>;
131
+ style: vue.StyleValue;
132
+ disabled: boolean;
133
+ size: string | number;
133
134
  readonly: boolean;
135
+ tag: string;
136
+ layout: boolean;
137
+ appear: boolean;
138
+ app: boolean;
134
139
  modelValue: boolean;
135
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
136
- block: boolean;
137
- exact: boolean;
138
140
  tile: boolean;
139
- appear: boolean;
140
141
  density: Density;
141
142
  extended: boolean;
142
143
  slim: boolean;
@@ -144,29 +145,28 @@ declare const VFab: {
144
145
  ripple: boolean | {
145
146
  class: string;
146
147
  } | undefined;
147
- app: boolean;
148
148
  } & {
149
- class?: any;
150
- text?: string | undefined;
151
- value?: any;
152
- width?: string | number | undefined;
149
+ location?: Anchor | undefined;
153
150
  height?: string | number | undefined;
154
- theme?: string | undefined;
155
- href?: string | undefined;
156
- color?: string | undefined;
151
+ width?: string | number | undefined;
157
152
  name?: string | undefined;
158
- loading?: string | boolean | undefined;
159
- icon?: boolean | IconValue | undefined;
160
- to?: vue_router.RouteLocationRaw | undefined;
161
153
  border?: string | number | boolean | undefined;
162
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
163
- rounded?: string | number | boolean | undefined;
154
+ color?: string | undefined;
164
155
  maxHeight?: string | number | undefined;
165
156
  maxWidth?: string | number | undefined;
166
157
  minHeight?: string | number | undefined;
167
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;
168
166
  elevation?: string | number | undefined;
169
- location?: Anchor | undefined;
167
+ to?: vue_router.RouteLocationRaw | undefined;
168
+ theme?: string | undefined;
169
+ rounded?: string | number | boolean | undefined;
170
170
  baseColor?: string | undefined;
171
171
  selectedClass?: string | undefined;
172
172
  activeColor?: string | undefined;
@@ -185,28 +185,29 @@ declare const VFab: {
185
185
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
186
186
  }, {
187
187
  symbol: any;
188
- flat: boolean;
189
188
  replace: boolean;
190
- style: vue.StyleValue;
191
- size: string | number;
192
- active: boolean;
193
- disabled: boolean;
194
- tag: string;
195
- layout: boolean;
189
+ flat: boolean;
190
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
196
191
  offset: boolean;
197
- order: string | number;
192
+ exact: boolean;
198
193
  absolute: boolean;
194
+ block: boolean;
195
+ active: boolean;
196
+ order: string | number;
199
197
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
200
198
  component?: vue.Component | undefined;
201
199
  })>;
200
+ style: vue.StyleValue;
201
+ disabled: boolean;
202
+ size: string | number;
202
203
  readonly: boolean;
204
+ tag: string;
205
+ layout: boolean;
206
+ appear: boolean;
207
+ app: boolean;
203
208
  modelValue: boolean;
204
209
  rounded: string | number | boolean;
205
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
206
- block: boolean;
207
- exact: boolean;
208
210
  tile: boolean;
209
- appear: boolean;
210
211
  density: Density;
211
212
  extended: boolean;
212
213
  slim: boolean;
@@ -214,7 +215,6 @@ declare const VFab: {
214
215
  ripple: boolean | {
215
216
  class: string;
216
217
  } | undefined;
217
- app: boolean;
218
218
  }, true, {}, vue.SlotsType<Partial<{
219
219
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
220
220
  [key: string]: any;
@@ -228,27 +228,28 @@ declare const VFab: {
228
228
  Defaults: {};
229
229
  }, {
230
230
  symbol: any;
231
- flat: boolean;
232
231
  replace: boolean;
233
- style: vue.StyleValue;
234
- size: string | number;
235
- active: boolean;
236
- disabled: boolean;
237
- tag: string;
238
- layout: boolean;
232
+ flat: boolean;
233
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
239
234
  offset: boolean;
240
- order: string | number;
235
+ exact: boolean;
241
236
  absolute: boolean;
237
+ block: boolean;
238
+ active: boolean;
239
+ order: string | number;
242
240
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
243
241
  component?: vue.Component | undefined;
244
242
  })>;
243
+ style: vue.StyleValue;
244
+ disabled: boolean;
245
+ size: string | number;
245
246
  readonly: boolean;
247
+ tag: string;
248
+ layout: boolean;
249
+ appear: boolean;
250
+ app: boolean;
246
251
  modelValue: boolean;
247
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
248
- block: boolean;
249
- exact: boolean;
250
252
  tile: boolean;
251
- appear: boolean;
252
253
  density: Density;
253
254
  extended: boolean;
254
255
  slim: boolean;
@@ -256,29 +257,28 @@ declare const VFab: {
256
257
  ripple: boolean | {
257
258
  class: string;
258
259
  } | undefined;
259
- app: boolean;
260
260
  } & {
261
- class?: any;
262
- text?: string | undefined;
263
- value?: any;
264
- width?: string | number | undefined;
261
+ location?: Anchor | undefined;
265
262
  height?: string | number | undefined;
266
- theme?: string | undefined;
267
- href?: string | undefined;
268
- color?: string | undefined;
263
+ width?: string | number | undefined;
269
264
  name?: string | undefined;
270
- loading?: string | boolean | undefined;
271
- icon?: boolean | IconValue | undefined;
272
- to?: vue_router.RouteLocationRaw | undefined;
273
265
  border?: string | number | boolean | undefined;
274
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
275
- rounded?: string | number | boolean | undefined;
266
+ color?: string | undefined;
276
267
  maxHeight?: string | number | undefined;
277
268
  maxWidth?: string | number | undefined;
278
269
  minHeight?: string | number | undefined;
279
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;
280
278
  elevation?: string | number | undefined;
281
- location?: Anchor | undefined;
279
+ to?: vue_router.RouteLocationRaw | undefined;
280
+ theme?: string | undefined;
281
+ rounded?: string | number | boolean | undefined;
282
282
  baseColor?: string | undefined;
283
283
  selectedClass?: string | undefined;
284
284
  activeColor?: string | undefined;
@@ -297,28 +297,29 @@ declare const VFab: {
297
297
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
298
298
  }, {}, {}, {}, {}, {
299
299
  symbol: any;
300
- flat: boolean;
301
300
  replace: boolean;
302
- style: vue.StyleValue;
303
- size: string | number;
304
- active: boolean;
305
- disabled: boolean;
306
- tag: string;
307
- layout: boolean;
301
+ flat: boolean;
302
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
308
303
  offset: boolean;
309
- order: string | number;
304
+ exact: boolean;
310
305
  absolute: boolean;
306
+ block: boolean;
307
+ active: boolean;
308
+ order: string | number;
311
309
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
312
310
  component?: vue.Component | undefined;
313
311
  })>;
312
+ style: vue.StyleValue;
313
+ disabled: boolean;
314
+ size: string | number;
314
315
  readonly: boolean;
316
+ tag: string;
317
+ layout: boolean;
318
+ appear: boolean;
319
+ app: boolean;
315
320
  modelValue: boolean;
316
321
  rounded: string | number | boolean;
317
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
318
- block: boolean;
319
- exact: boolean;
320
322
  tile: boolean;
321
- appear: boolean;
322
323
  density: Density;
323
324
  extended: boolean;
324
325
  slim: boolean;
@@ -326,34 +327,34 @@ declare const VFab: {
326
327
  ripple: boolean | {
327
328
  class: string;
328
329
  } | undefined;
329
- app: boolean;
330
330
  }>;
331
331
  __isFragment?: undefined;
332
332
  __isTeleport?: undefined;
333
333
  __isSuspense?: undefined;
334
334
  } & vue.ComponentOptionsBase<{
335
335
  symbol: any;
336
- flat: boolean;
337
336
  replace: boolean;
338
- style: vue.StyleValue;
339
- size: string | number;
340
- active: boolean;
341
- disabled: boolean;
342
- tag: string;
343
- layout: boolean;
337
+ flat: boolean;
338
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
344
339
  offset: boolean;
345
- order: string | number;
340
+ exact: boolean;
346
341
  absolute: boolean;
342
+ block: boolean;
343
+ active: boolean;
344
+ order: string | number;
347
345
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
348
346
  component?: vue.Component | undefined;
349
347
  })>;
348
+ style: vue.StyleValue;
349
+ disabled: boolean;
350
+ size: string | number;
350
351
  readonly: boolean;
352
+ tag: string;
353
+ layout: boolean;
354
+ appear: boolean;
355
+ app: boolean;
351
356
  modelValue: boolean;
352
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
353
- block: boolean;
354
- exact: boolean;
355
357
  tile: boolean;
356
- appear: boolean;
357
358
  density: Density;
358
359
  extended: boolean;
359
360
  slim: boolean;
@@ -361,29 +362,28 @@ declare const VFab: {
361
362
  ripple: boolean | {
362
363
  class: string;
363
364
  } | undefined;
364
- app: boolean;
365
365
  } & {
366
- class?: any;
367
- text?: string | undefined;
368
- value?: any;
369
- width?: string | number | undefined;
366
+ location?: Anchor | undefined;
370
367
  height?: string | number | undefined;
371
- theme?: string | undefined;
372
- href?: string | undefined;
373
- color?: string | undefined;
368
+ width?: string | number | undefined;
374
369
  name?: string | undefined;
375
- loading?: string | boolean | undefined;
376
- icon?: boolean | IconValue | undefined;
377
- to?: vue_router.RouteLocationRaw | undefined;
378
370
  border?: string | number | boolean | undefined;
379
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
380
- rounded?: string | number | boolean | undefined;
371
+ color?: string | undefined;
381
372
  maxHeight?: string | number | undefined;
382
373
  maxWidth?: string | number | undefined;
383
374
  minHeight?: string | number | undefined;
384
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;
385
383
  elevation?: string | number | undefined;
386
- location?: Anchor | undefined;
384
+ to?: vue_router.RouteLocationRaw | undefined;
385
+ theme?: string | undefined;
386
+ rounded?: string | number | boolean | undefined;
387
387
  baseColor?: string | undefined;
388
388
  selectedClass?: string | undefined;
389
389
  activeColor?: string | undefined;
@@ -404,28 +404,29 @@ declare const VFab: {
404
404
  'update:modelValue': (value: boolean) => boolean;
405
405
  }, string, {
406
406
  symbol: any;
407
- flat: boolean;
408
407
  replace: boolean;
409
- style: vue.StyleValue;
410
- size: string | number;
411
- active: boolean;
412
- disabled: boolean;
413
- tag: string;
414
- layout: boolean;
408
+ flat: boolean;
409
+ variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
415
410
  offset: boolean;
416
- order: string | number;
411
+ exact: boolean;
417
412
  absolute: boolean;
413
+ block: boolean;
414
+ active: boolean;
415
+ order: string | number;
418
416
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
419
417
  component?: vue.Component | undefined;
420
418
  })>;
419
+ style: vue.StyleValue;
420
+ disabled: boolean;
421
+ size: string | number;
421
422
  readonly: boolean;
423
+ tag: string;
424
+ layout: boolean;
425
+ appear: boolean;
426
+ app: boolean;
422
427
  modelValue: boolean;
423
428
  rounded: string | number | boolean;
424
- variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
425
- block: boolean;
426
- exact: boolean;
427
429
  tile: boolean;
428
- appear: boolean;
429
430
  density: Density;
430
431
  extended: boolean;
431
432
  slim: boolean;
@@ -433,7 +434,6 @@ declare const VFab: {
433
434
  ripple: boolean | {
434
435
  class: string;
435
436
  } | undefined;
436
- app: boolean;
437
437
  }, {}, string, vue.SlotsType<Partial<{
438
438
  default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
439
439
  [key: string]: any;
@@ -445,7 +445,7 @@ declare const VFab: {
445
445
  })>;
446
446
  default: string;
447
447
  validator: (val: unknown) => boolean;
448
- }, "default" | "type"> & {
448
+ }, "type" | "default"> & {
449
449
  type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
450
450
  component?: vue.Component | undefined;
451
451
  })>>;
@@ -466,71 +466,71 @@ declare const VFab: {
466
466
  type: null;
467
467
  default: vue.InjectionKey<GroupProvide>;
468
468
  };
469
- flat: BooleanConstructor;
470
469
  replace: BooleanConstructor;
471
- class: vue.PropType<any>;
472
- style: {
473
- type: vue.PropType<vue.StyleValue>;
474
- default: null;
475
- };
476
- size: {
477
- type: (StringConstructor | NumberConstructor)[];
470
+ flat: BooleanConstructor;
471
+ variant: Omit<{
472
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
478
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">;
479
478
  };
480
- text: StringConstructor;
481
- value: null;
482
- width: (StringConstructor | NumberConstructor)[];
479
+ exact: BooleanConstructor;
480
+ block: BooleanConstructor;
483
481
  height: (StringConstructor | NumberConstructor)[];
482
+ width: (StringConstructor | NumberConstructor)[];
484
483
  active: Omit<{
485
484
  type: BooleanConstructor;
486
485
  default: undefined;
487
- }, "default" | "type"> & {
486
+ }, "type" | "default"> & {
488
487
  type: vue.PropType<boolean>;
489
488
  default: boolean;
490
489
  };
491
- theme: StringConstructor;
492
- href: StringConstructor;
490
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
493
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;
494
507
  disabled: BooleanConstructor;
508
+ size: {
509
+ type: (StringConstructor | NumberConstructor)[];
510
+ default: string;
511
+ };
512
+ readonly: BooleanConstructor;
513
+ class: vue.PropType<any>;
495
514
  tag: Omit<{
496
515
  type: StringConstructor;
497
516
  default: string;
498
- }, "default" | "type"> & {
517
+ }, "type" | "default"> & {
499
518
  type: vue.PropType<string>;
500
519
  default: string;
501
520
  };
502
- loading: (StringConstructor | BooleanConstructor)[];
503
521
  icon: vue.PropType<boolean | IconValue>;
504
- to: vue.PropType<vue_router.RouteLocationRaw>;
505
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
506
- position: {
507
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
508
- validator: (v: any) => boolean;
522
+ href: StringConstructor;
523
+ elevation: {
524
+ type: (StringConstructor | NumberConstructor)[];
525
+ validator(v: any): boolean;
509
526
  };
510
- readonly: BooleanConstructor;
527
+ to: vue.PropType<vue_router.RouteLocationRaw>;
528
+ theme: StringConstructor;
511
529
  rounded: {
512
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
530
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
513
531
  default: undefined;
514
532
  };
515
- variant: Omit<{
516
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
517
- default: string;
518
- validator: (v: any) => boolean;
519
- }, "default" | "type"> & {
520
- type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
521
- default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
522
- };
523
- maxHeight: (StringConstructor | NumberConstructor)[];
524
- maxWidth: (StringConstructor | NumberConstructor)[];
525
- minHeight: (StringConstructor | NumberConstructor)[];
526
- minWidth: (StringConstructor | NumberConstructor)[];
527
- block: BooleanConstructor;
528
- exact: BooleanConstructor;
529
533
  tile: BooleanConstructor;
530
- elevation: {
531
- type: (StringConstructor | NumberConstructor)[];
532
- validator(v: any): boolean;
533
- };
534
534
  density: {
535
535
  type: vue.PropType<Density>;
536
536
  default: string;
@@ -565,7 +565,7 @@ declare const VFab: {
565
565
  })>;
566
566
  default: string;
567
567
  validator: (val: unknown) => boolean;
568
- }, "default" | "type"> & {
568
+ }, "type" | "default"> & {
569
569
  type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
570
570
  component?: vue.Component | undefined;
571
571
  })>>;
@@ -586,71 +586,71 @@ declare const VFab: {
586
586
  type: null;
587
587
  default: vue.InjectionKey<GroupProvide>;
588
588
  };
589
- flat: BooleanConstructor;
590
589
  replace: BooleanConstructor;
591
- class: vue.PropType<any>;
592
- style: {
593
- type: vue.PropType<vue.StyleValue>;
594
- default: null;
595
- };
596
- size: {
597
- type: (StringConstructor | NumberConstructor)[];
590
+ flat: BooleanConstructor;
591
+ variant: Omit<{
592
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
598
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">;
599
598
  };
600
- text: StringConstructor;
601
- value: null;
602
- width: (StringConstructor | NumberConstructor)[];
599
+ exact: BooleanConstructor;
600
+ block: BooleanConstructor;
603
601
  height: (StringConstructor | NumberConstructor)[];
602
+ width: (StringConstructor | NumberConstructor)[];
604
603
  active: Omit<{
605
604
  type: BooleanConstructor;
606
605
  default: undefined;
607
- }, "default" | "type"> & {
606
+ }, "type" | "default"> & {
608
607
  type: vue.PropType<boolean>;
609
608
  default: boolean;
610
609
  };
611
- theme: StringConstructor;
612
- href: StringConstructor;
610
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
613
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;
614
627
  disabled: BooleanConstructor;
628
+ size: {
629
+ type: (StringConstructor | NumberConstructor)[];
630
+ default: string;
631
+ };
632
+ readonly: BooleanConstructor;
633
+ class: vue.PropType<any>;
615
634
  tag: Omit<{
616
635
  type: StringConstructor;
617
636
  default: string;
618
- }, "default" | "type"> & {
637
+ }, "type" | "default"> & {
619
638
  type: vue.PropType<string>;
620
639
  default: string;
621
640
  };
622
- loading: (StringConstructor | BooleanConstructor)[];
623
641
  icon: vue.PropType<boolean | IconValue>;
624
- to: vue.PropType<vue_router.RouteLocationRaw>;
625
- border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
626
- position: {
627
- type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
628
- validator: (v: any) => boolean;
642
+ href: StringConstructor;
643
+ elevation: {
644
+ type: (StringConstructor | NumberConstructor)[];
645
+ validator(v: any): boolean;
629
646
  };
630
- readonly: BooleanConstructor;
647
+ to: vue.PropType<vue_router.RouteLocationRaw>;
648
+ theme: StringConstructor;
631
649
  rounded: {
632
- type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
650
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
633
651
  default: undefined;
634
652
  };
635
- variant: Omit<{
636
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
637
- default: string;
638
- validator: (v: any) => boolean;
639
- }, "default" | "type"> & {
640
- type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
641
- default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
642
- };
643
- maxHeight: (StringConstructor | NumberConstructor)[];
644
- maxWidth: (StringConstructor | NumberConstructor)[];
645
- minHeight: (StringConstructor | NumberConstructor)[];
646
- minWidth: (StringConstructor | NumberConstructor)[];
647
- block: BooleanConstructor;
648
- exact: BooleanConstructor;
649
653
  tile: BooleanConstructor;
650
- elevation: {
651
- type: (StringConstructor | NumberConstructor)[];
652
- validator(v: any): boolean;
653
- };
654
654
  density: {
655
655
  type: vue.PropType<Density>;
656
656
  default: string;