@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20

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 (123) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/dist/json/attributes.json +3574 -3574
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/web-types.json +6436 -6436
  6. package/dist/vuetify-labs.cjs +3 -3
  7. package/dist/vuetify-labs.css +4390 -4390
  8. package/dist/vuetify-labs.d.ts +13177 -13474
  9. package/dist/vuetify-labs.esm.js +3 -3
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +3 -3
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +3 -3
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3862 -3862
  16. package/dist/vuetify.d.ts +9272 -9569
  17. package/dist/vuetify.esm.js +3 -3
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +3 -3
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +3 -3
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAlert/VAlert.d.ts +12 -12
  25. package/lib/components/VAppBar/VAppBar.d.ts +6 -6
  26. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
  27. package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
  28. package/lib/components/VAvatar/VAvatar.d.ts +6 -6
  29. package/lib/components/VBadge/VBadge.d.ts +3 -3
  30. package/lib/components/VBanner/VBanner.d.ts +6 -6
  31. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
  32. package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
  33. package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
  34. package/lib/components/VBtn/VBtn.d.ts +6 -6
  35. package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
  36. package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
  37. package/lib/components/VCard/VCard.d.ts +6 -6
  38. package/lib/components/VCarousel/VCarousel.d.ts +2 -2
  39. package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
  40. package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
  41. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
  42. package/lib/components/VChip/VChip.d.ts +6 -6
  43. package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
  44. package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
  45. package/lib/components/VCombobox/VCombobox.d.ts +179 -207
  46. package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
  47. package/lib/components/VDataTable/VDataTable.d.ts +96 -96
  48. package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
  49. package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
  50. package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
  51. package/lib/components/VDataTable/composables/headers.d.ts +10 -10
  52. package/lib/components/VDataTable/types.d.ts +6 -3
  53. package/lib/components/VDataTable/types.js.map +1 -1
  54. package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
  55. package/lib/components/VDialog/VDialog.d.ts +87 -143
  56. package/lib/components/VFab/VFab.d.ts +35 -35
  57. package/lib/components/VField/VField.d.ts +8 -8
  58. package/lib/components/VFileInput/VFileInput.d.ts +54 -54
  59. package/lib/components/VInput/VInput.d.ts +2 -2
  60. package/lib/components/VList/VList.d.ts +23 -23
  61. package/lib/components/VList/VListChildren.d.ts +2 -2
  62. package/lib/components/VList/VListItem.d.ts +6 -6
  63. package/lib/components/VMenu/VMenu.d.ts +106 -178
  64. package/lib/components/VMessages/VMessages.d.ts +16 -16
  65. package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
  66. package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
  67. package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
  68. package/lib/components/VOverlay/VOverlay.d.ts +22 -42
  69. package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
  70. package/lib/components/VOverlay/locationStrategies.js.map +1 -1
  71. package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
  72. package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
  73. package/lib/components/VPagination/VPagination.d.ts +26 -26
  74. package/lib/components/VRadio/VRadio.d.ts +6 -6
  75. package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
  76. package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
  77. package/lib/components/VSelect/VSelect.d.ts +207 -251
  78. package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
  79. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
  80. package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
  81. package/lib/components/VSlider/VSlider.d.ts +18 -18
  82. package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
  83. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
  84. package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
  85. package/lib/components/VSparkline/VBarline.d.ts +6 -6
  86. package/lib/components/VSparkline/VSparkline.d.ts +6 -6
  87. package/lib/components/VSparkline/VTrendline.d.ts +6 -6
  88. package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
  89. package/lib/components/VStepper/VStepper.d.ts +9 -9
  90. package/lib/components/VSwitch/VSwitch.d.ts +20 -20
  91. package/lib/components/VTabs/VTab.d.ts +56 -56
  92. package/lib/components/VTabs/VTabs.d.ts +8 -8
  93. package/lib/components/VTextField/VTextField.d.ts +72 -72
  94. package/lib/components/VTextarea/VTextarea.d.ts +54 -54
  95. package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
  96. package/lib/components/VToolbar/VToolbar.d.ts +6 -6
  97. package/lib/components/VTooltip/VTooltip.d.ts +109 -181
  98. package/lib/components/VWindow/VWindow.d.ts +2 -2
  99. package/lib/composables/index.d.ts +0 -9
  100. package/lib/composables/index.js.map +1 -1
  101. package/lib/composables/nested/activeStrategies.d.ts +7 -6
  102. package/lib/composables/nested/activeStrategies.js.map +1 -1
  103. package/lib/composables/nested/openStrategies.d.ts +5 -4
  104. package/lib/composables/nested/openStrategies.js.map +1 -1
  105. package/lib/composables/nested/selectStrategies.d.ts +7 -6
  106. package/lib/composables/nested/selectStrategies.js.map +1 -1
  107. package/lib/entry-bundler.js +1 -1
  108. package/lib/framework.d.ts +2135 -58
  109. package/lib/framework.js +3 -1
  110. package/lib/framework.js.map +1 -1
  111. package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
  112. package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
  113. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
  114. package/lib/labs/VPicker/VPicker.d.ts +6 -6
  115. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
  116. package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
  117. package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
  118. package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
  119. package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
  120. package/lib/types.d.ts +19 -0
  121. package/lib/types.js +2 -0
  122. package/lib/types.js.map +1 -0
  123. package/package.json +1 -1
@@ -136,8 +136,8 @@ export declare const VAvatar: {
136
136
  style: import("vue").StyleValue;
137
137
  size: string | number;
138
138
  tag: string | import("../../util/index.js").JSXComponent;
139
- tile: boolean;
140
139
  density: import("../../composables/density.js").Density;
140
+ tile: boolean;
141
141
  } & {
142
142
  border?: string | number | boolean | undefined;
143
143
  color?: string | undefined;
@@ -163,9 +163,9 @@ export declare const VAvatar: {
163
163
  style: import("vue").StyleValue;
164
164
  size: string | number;
165
165
  tag: string | import("../../util/index.js").JSXComponent;
166
+ density: import("../../composables/density.js").Density;
166
167
  rounded: string | number | boolean;
167
168
  tile: boolean;
168
- density: import("../../composables/density.js").Density;
169
169
  }, true, {}, import("vue").SlotsType<Partial<{
170
170
  default: () => import("vue").VNode[];
171
171
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -182,8 +182,8 @@ export declare const VAvatar: {
182
182
  style: import("vue").StyleValue;
183
183
  size: string | number;
184
184
  tag: string | import("../../util/index.js").JSXComponent;
185
- tile: boolean;
186
185
  density: import("../../composables/density.js").Density;
186
+ tile: boolean;
187
187
  } & {
188
188
  border?: string | number | boolean | undefined;
189
189
  color?: string | undefined;
@@ -209,9 +209,9 @@ export declare const VAvatar: {
209
209
  style: import("vue").StyleValue;
210
210
  size: string | number;
211
211
  tag: string | import("../../util/index.js").JSXComponent;
212
+ density: import("../../composables/density.js").Density;
212
213
  rounded: string | number | boolean;
213
214
  tile: boolean;
214
- density: import("../../composables/density.js").Density;
215
215
  }>;
216
216
  __isFragment?: never;
217
217
  __isTeleport?: never;
@@ -223,8 +223,8 @@ export declare const VAvatar: {
223
223
  style: import("vue").StyleValue;
224
224
  size: string | number;
225
225
  tag: string | import("../../util/index.js").JSXComponent;
226
- tile: boolean;
227
226
  density: import("../../composables/density.js").Density;
227
+ tile: boolean;
228
228
  } & {
229
229
  border?: string | number | boolean | undefined;
230
230
  color?: string | undefined;
@@ -250,9 +250,9 @@ export declare const VAvatar: {
250
250
  style: import("vue").StyleValue;
251
251
  size: string | number;
252
252
  tag: string | import("../../util/index.js").JSXComponent;
253
+ density: import("../../composables/density.js").Density;
253
254
  rounded: string | number | boolean;
254
255
  tile: boolean;
255
- density: import("../../composables/density.js").Density;
256
256
  }, {}, string, import("vue").SlotsType<Partial<{
257
257
  default: () => import("vue").VNode[];
258
258
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
@@ -203,9 +203,9 @@ export declare const VBadge: {
203
203
  class?: any;
204
204
  theme?: string | undefined;
205
205
  icon?: IconValue | undefined;
206
- rounded?: string | number | boolean | undefined;
207
206
  offsetX?: string | number | undefined;
208
207
  offsetY?: string | number | undefined;
208
+ rounded?: string | number | boolean | undefined;
209
209
  textColor?: string | undefined;
210
210
  } & {
211
211
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
@@ -265,9 +265,9 @@ export declare const VBadge: {
265
265
  class?: any;
266
266
  theme?: string | undefined;
267
267
  icon?: IconValue | undefined;
268
- rounded?: string | number | boolean | undefined;
269
268
  offsetX?: string | number | undefined;
270
269
  offsetY?: string | number | undefined;
270
+ rounded?: string | number | boolean | undefined;
271
271
  textColor?: string | undefined;
272
272
  } & {
273
273
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
@@ -321,9 +321,9 @@ export declare const VBadge: {
321
321
  class?: any;
322
322
  theme?: string | undefined;
323
323
  icon?: IconValue | undefined;
324
- rounded?: string | number | boolean | undefined;
325
324
  offsetX?: string | number | undefined;
326
325
  offsetY?: string | number | undefined;
326
+ rounded?: string | number | boolean | undefined;
327
327
  textColor?: string | undefined;
328
328
  } & {
329
329
  $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
@@ -200,8 +200,8 @@ export declare const VBanner: {
200
200
  mobile: boolean | null;
201
201
  tag: string | import("../../util/index.js").JSXComponent;
202
202
  sticky: boolean;
203
- tile: boolean;
204
203
  density: import("../../composables/density.js").Density;
204
+ tile: boolean;
205
205
  stacked: boolean;
206
206
  } & {
207
207
  location?: import("../../util/index.js").Anchor | null | undefined;
@@ -247,9 +247,9 @@ export declare const VBanner: {
247
247
  mobile: boolean | null;
248
248
  tag: string | import("../../util/index.js").JSXComponent;
249
249
  sticky: boolean;
250
+ density: import("../../composables/density.js").Density;
250
251
  rounded: string | number | boolean;
251
252
  tile: boolean;
252
- density: import("../../composables/density.js").Density;
253
253
  stacked: boolean;
254
254
  }, true, {}, import("vue").SlotsType<Partial<{
255
255
  default: () => import("vue").VNode[];
@@ -268,8 +268,8 @@ export declare const VBanner: {
268
268
  mobile: boolean | null;
269
269
  tag: string | import("../../util/index.js").JSXComponent;
270
270
  sticky: boolean;
271
- tile: boolean;
272
271
  density: import("../../composables/density.js").Density;
272
+ tile: boolean;
273
273
  stacked: boolean;
274
274
  } & {
275
275
  location?: import("../../util/index.js").Anchor | null | undefined;
@@ -315,9 +315,9 @@ export declare const VBanner: {
315
315
  mobile: boolean | null;
316
316
  tag: string | import("../../util/index.js").JSXComponent;
317
317
  sticky: boolean;
318
+ density: import("../../composables/density.js").Density;
318
319
  rounded: string | number | boolean;
319
320
  tile: boolean;
320
- density: import("../../composables/density.js").Density;
321
321
  stacked: boolean;
322
322
  }>;
323
323
  __isFragment?: never;
@@ -328,8 +328,8 @@ export declare const VBanner: {
328
328
  mobile: boolean | null;
329
329
  tag: string | import("../../util/index.js").JSXComponent;
330
330
  sticky: boolean;
331
- tile: boolean;
332
331
  density: import("../../composables/density.js").Density;
332
+ tile: boolean;
333
333
  stacked: boolean;
334
334
  } & {
335
335
  location?: import("../../util/index.js").Anchor | null | undefined;
@@ -375,9 +375,9 @@ export declare const VBanner: {
375
375
  mobile: boolean | null;
376
376
  tag: string | import("../../util/index.js").JSXComponent;
377
377
  sticky: boolean;
378
+ density: import("../../composables/density.js").Density;
378
379
  rounded: string | number | boolean;
379
380
  tile: boolean;
380
- density: import("../../composables/density.js").Density;
381
381
  stacked: boolean;
382
382
  }, {}, string, import("vue").SlotsType<Partial<{
383
383
  default: () => import("vue").VNode[];
@@ -222,8 +222,8 @@ export declare const VBottomNavigation: {
222
222
  disabled: boolean;
223
223
  multiple: boolean;
224
224
  tag: string | import("../../util/index.js").JSXComponent;
225
- tile: boolean;
226
225
  density: import("../../composables/density.js").Density;
226
+ tile: boolean;
227
227
  selectedClass: string;
228
228
  grow: boolean;
229
229
  } & {
@@ -253,9 +253,9 @@ export declare const VBottomNavigation: {
253
253
  disabled: boolean;
254
254
  multiple: boolean;
255
255
  tag: string | import("../../util/index.js").JSXComponent;
256
+ density: import("../../composables/density.js").Density;
256
257
  rounded: string | number | boolean;
257
258
  tile: boolean;
258
- density: import("../../composables/density.js").Density;
259
259
  selectedClass: string;
260
260
  grow: boolean;
261
261
  }, true, {}, import("vue").SlotsType<Partial<{
@@ -277,8 +277,8 @@ export declare const VBottomNavigation: {
277
277
  disabled: boolean;
278
278
  multiple: boolean;
279
279
  tag: string | import("../../util/index.js").JSXComponent;
280
- tile: boolean;
281
280
  density: import("../../composables/density.js").Density;
281
+ tile: boolean;
282
282
  selectedClass: string;
283
283
  grow: boolean;
284
284
  } & {
@@ -305,9 +305,9 @@ export declare const VBottomNavigation: {
305
305
  disabled: boolean;
306
306
  multiple: boolean;
307
307
  tag: string | import("../../util/index.js").JSXComponent;
308
+ density: import("../../composables/density.js").Density;
308
309
  rounded: string | number | boolean;
309
310
  tile: boolean;
310
- density: import("../../composables/density.js").Density;
311
311
  selectedClass: string;
312
312
  grow: boolean;
313
313
  }>;
@@ -324,8 +324,8 @@ export declare const VBottomNavigation: {
324
324
  disabled: boolean;
325
325
  multiple: boolean;
326
326
  tag: string | import("../../util/index.js").JSXComponent;
327
- tile: boolean;
328
327
  density: import("../../composables/density.js").Density;
328
+ tile: boolean;
329
329
  selectedClass: string;
330
330
  grow: boolean;
331
331
  } & {
@@ -355,9 +355,9 @@ export declare const VBottomNavigation: {
355
355
  disabled: boolean;
356
356
  multiple: boolean;
357
357
  tag: string | import("../../util/index.js").JSXComponent;
358
+ density: import("../../composables/density.js").Density;
358
359
  rounded: string | number | boolean;
359
360
  tile: boolean;
360
- density: import("../../composables/density.js").Density;
361
361
  selectedClass: string;
362
362
  grow: boolean;
363
363
  }, {}, string, import("vue").SlotsType<Partial<{
@@ -127,18 +127,18 @@ export declare const makeVBottomSheetProps: <Defaults extends {
127
127
  default: string;
128
128
  validator: (val: any) => boolean;
129
129
  }, "type" | "default"> & {
130
- type: import("vue").PropType<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
131
- default: NonNullable<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
130
+ type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
131
+ default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
132
132
  } : Omit<Omit<{
133
133
  type: import("vue").PropType<import("../VOverlay/scrollStrategies.js").StrategyProps["scrollStrategy"]>;
134
134
  default: string;
135
135
  validator: (val: any) => boolean;
136
136
  }, "type" | "default"> & {
137
- type: import("vue").PropType<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
138
- default: NonNullable<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
137
+ type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
138
+ default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
139
139
  }, "type" | "default"> & {
140
- type: import("vue").PropType<unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition" : "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition" | Defaults["scrollStrategy"]>;
141
- default: unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition" : NonNullable<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition"> | Defaults["scrollStrategy"];
140
+ type: import("vue").PropType<unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition" : "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition" | Defaults["scrollStrategy"]>;
141
+ default: unknown extends Defaults["scrollStrategy"] ? "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition" : NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition"> | Defaults["scrollStrategy"];
142
142
  };
143
143
  locationStrategy: unknown extends Defaults["locationStrategy"] ? {
144
144
  type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
@@ -149,16 +149,8 @@ export declare const makeVBottomSheetProps: <Defaults extends {
149
149
  default: string;
150
150
  validator: (val: any) => boolean;
151
151
  }, "type" | "default"> & {
152
- type: import("vue").PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
153
- updateLocation: (e?: Event) => void;
154
- }) : "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
155
- updateLocation: (e?: Event) => void;
156
- }) | Defaults["locationStrategy"]>;
157
- default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
158
- updateLocation: (e?: Event) => void;
159
- }) : NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
160
- updateLocation: (e?: Event) => void;
161
- })> | Defaults["locationStrategy"];
152
+ type: import("vue").PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction : "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction | Defaults["locationStrategy"]>;
153
+ default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction : NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction> | Defaults["locationStrategy"];
162
154
  };
163
155
  location: unknown extends Defaults["location"] ? {
164
156
  type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["location"]>;
@@ -402,10 +394,8 @@ export declare const VBottomSheet: {
402
394
  disabled: boolean;
403
395
  persistent: boolean;
404
396
  modelValue: boolean;
405
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
406
- updateLocation: (e?: Event) => void;
407
- });
408
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
397
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
398
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
409
399
  activatorProps: Record<string, any>;
410
400
  openOnHover: boolean;
411
401
  closeOnContentClick: boolean;
@@ -428,12 +418,12 @@ export declare const VBottomSheet: {
428
418
  target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
429
419
  class?: any;
430
420
  theme?: string | undefined;
431
- contentClass?: any;
432
- activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
433
421
  closeDelay?: string | number | undefined;
434
422
  openDelay?: string | number | undefined;
423
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
435
424
  openOnClick?: boolean | undefined;
436
425
  openOnFocus?: boolean | undefined;
426
+ contentClass?: any;
437
427
  contentProps?: any;
438
428
  attach?: string | boolean | Element | undefined;
439
429
  } & {
@@ -488,10 +478,8 @@ export declare const VBottomSheet: {
488
478
  disabled: boolean;
489
479
  persistent: boolean;
490
480
  modelValue: boolean;
491
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
492
- updateLocation: (e?: Event) => void;
493
- });
494
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
481
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
482
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
495
483
  activatorProps: Record<string, any>;
496
484
  openOnClick: boolean;
497
485
  openOnHover: boolean;
@@ -536,10 +524,8 @@ export declare const VBottomSheet: {
536
524
  disabled: boolean;
537
525
  persistent: boolean;
538
526
  modelValue: boolean;
539
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
540
- updateLocation: (e?: Event) => void;
541
- });
542
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
527
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
528
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
543
529
  activatorProps: Record<string, any>;
544
530
  openOnHover: boolean;
545
531
  closeOnContentClick: boolean;
@@ -562,12 +548,12 @@ export declare const VBottomSheet: {
562
548
  target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
563
549
  class?: any;
564
550
  theme?: string | undefined;
565
- contentClass?: any;
566
- activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
567
551
  closeDelay?: string | number | undefined;
568
552
  openDelay?: string | number | undefined;
553
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
569
554
  openOnClick?: boolean | undefined;
570
555
  openOnFocus?: boolean | undefined;
556
+ contentClass?: any;
571
557
  contentProps?: any;
572
558
  attach?: string | boolean | Element | undefined;
573
559
  } & {
@@ -620,10 +606,8 @@ export declare const VBottomSheet: {
620
606
  disabled: boolean;
621
607
  persistent: boolean;
622
608
  modelValue: boolean;
623
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
624
- updateLocation: (e?: Event) => void;
625
- });
626
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
609
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
610
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
627
611
  activatorProps: Record<string, any>;
628
612
  openOnClick: boolean;
629
613
  openOnHover: boolean;
@@ -656,10 +640,8 @@ export declare const VBottomSheet: {
656
640
  disabled: boolean;
657
641
  persistent: boolean;
658
642
  modelValue: boolean;
659
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
660
- updateLocation: (e?: Event) => void;
661
- });
662
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
643
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
644
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
663
645
  activatorProps: Record<string, any>;
664
646
  openOnHover: boolean;
665
647
  closeOnContentClick: boolean;
@@ -682,12 +664,12 @@ export declare const VBottomSheet: {
682
664
  target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
683
665
  class?: any;
684
666
  theme?: string | undefined;
685
- contentClass?: any;
686
- activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
687
667
  closeDelay?: string | number | undefined;
688
668
  openDelay?: string | number | undefined;
669
+ activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
689
670
  openOnClick?: boolean | undefined;
690
671
  openOnFocus?: boolean | undefined;
672
+ contentClass?: any;
691
673
  contentProps?: any;
692
674
  attach?: string | boolean | Element | undefined;
693
675
  } & {
@@ -742,10 +724,8 @@ export declare const VBottomSheet: {
742
724
  disabled: boolean;
743
725
  persistent: boolean;
744
726
  modelValue: boolean;
745
- locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: import("vue").Ref<Record<string, string>>) => undefined | {
746
- updateLocation: (e?: Event) => void;
747
- });
748
- scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
727
+ locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
728
+ scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
749
729
  activatorProps: Record<string, any>;
750
730
  openOnClick: boolean;
751
731
  openOnHover: boolean;
@@ -803,8 +783,8 @@ export declare const VBottomSheet: {
803
783
  default: string;
804
784
  validator: (val: any) => boolean;
805
785
  }, "type" | "default"> & {
806
- type: import("vue").PropType<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
807
- default: NonNullable<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
786
+ type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
787
+ default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
808
788
  };
809
789
  locationStrategy: {
810
790
  type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
@@ -921,8 +901,8 @@ export declare const VBottomSheet: {
921
901
  default: string;
922
902
  validator: (val: any) => boolean;
923
903
  }, "type" | "default"> & {
924
- type: import("vue").PropType<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
925
- default: NonNullable<"none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition">;
904
+ type: import("vue").PropType<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
905
+ default: NonNullable<"none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition">;
926
906
  };
927
907
  locationStrategy: {
928
908
  type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
@@ -130,8 +130,8 @@ export declare const VBreadcrumbs: {
130
130
  disabled: boolean;
131
131
  tag: string | import("../../util/index.js").JSXComponent;
132
132
  divider: string;
133
- tile: boolean;
134
133
  density: import("../../composables/density.js").Density;
134
+ tile: boolean;
135
135
  } & {
136
136
  color?: string | undefined;
137
137
  class?: any;
@@ -145,9 +145,9 @@ export declare const VBreadcrumbs: {
145
145
  disabled: boolean;
146
146
  tag: string | import("../../util/index.js").JSXComponent;
147
147
  divider: string;
148
+ density: import("../../composables/density.js").Density;
148
149
  rounded: string | number | boolean;
149
150
  tile: boolean;
150
- density: import("../../composables/density.js").Density;
151
151
  }, true, {}, import("vue").SlotsType<Partial<{
152
152
  prepend: () => import("vue").VNode[];
153
153
  title: (arg: {
@@ -175,8 +175,8 @@ export declare const VBreadcrumbs: {
175
175
  disabled: boolean;
176
176
  tag: string | import("../../util/index.js").JSXComponent;
177
177
  divider: string;
178
- tile: boolean;
179
178
  density: import("../../composables/density.js").Density;
179
+ tile: boolean;
180
180
  } & {
181
181
  color?: string | undefined;
182
182
  class?: any;
@@ -190,9 +190,9 @@ export declare const VBreadcrumbs: {
190
190
  disabled: boolean;
191
191
  tag: string | import("../../util/index.js").JSXComponent;
192
192
  divider: string;
193
+ density: import("../../composables/density.js").Density;
193
194
  rounded: string | number | boolean;
194
195
  tile: boolean;
195
- density: import("../../composables/density.js").Density;
196
196
  }>;
197
197
  __isFragment?: never;
198
198
  __isTeleport?: never;
@@ -202,8 +202,8 @@ export declare const VBreadcrumbs: {
202
202
  disabled: boolean;
203
203
  tag: string | import("../../util/index.js").JSXComponent;
204
204
  divider: string;
205
- tile: boolean;
206
205
  density: import("../../composables/density.js").Density;
206
+ tile: boolean;
207
207
  } & {
208
208
  color?: string | undefined;
209
209
  class?: any;
@@ -217,9 +217,9 @@ export declare const VBreadcrumbs: {
217
217
  disabled: boolean;
218
218
  tag: string | import("../../util/index.js").JSXComponent;
219
219
  divider: string;
220
+ density: import("../../composables/density.js").Density;
220
221
  rounded: string | number | boolean;
221
222
  tile: boolean;
222
- density: import("../../composables/density.js").Density;
223
223
  }, {}, string, import("vue").SlotsType<Partial<{
224
224
  prepend: () => import("vue").VNode[];
225
225
  title: (arg: {
@@ -329,8 +329,8 @@ export declare const VBtn: {
329
329
  size: string | number;
330
330
  readonly: boolean;
331
331
  tag: string | import("../../util/index.js").JSXComponent;
332
- tile: boolean;
333
332
  density: import("../../composables/density.js").Density;
333
+ tile: boolean;
334
334
  slim: boolean;
335
335
  stacked: boolean;
336
336
  ripple: boolean | {
@@ -405,9 +405,9 @@ export declare const VBtn: {
405
405
  size: string | number;
406
406
  readonly: boolean;
407
407
  tag: string | import("../../util/index.js").JSXComponent;
408
+ density: import("../../composables/density.js").Density;
408
409
  rounded: string | number | boolean;
409
410
  tile: boolean;
410
- density: import("../../composables/density.js").Density;
411
411
  slim: boolean;
412
412
  stacked: boolean;
413
413
  ripple: boolean | {
@@ -437,8 +437,8 @@ export declare const VBtn: {
437
437
  size: string | number;
438
438
  readonly: boolean;
439
439
  tag: string | import("../../util/index.js").JSXComponent;
440
- tile: boolean;
441
440
  density: import("../../composables/density.js").Density;
441
+ tile: boolean;
442
442
  slim: boolean;
443
443
  stacked: boolean;
444
444
  ripple: boolean | {
@@ -509,9 +509,9 @@ export declare const VBtn: {
509
509
  size: string | number;
510
510
  readonly: boolean;
511
511
  tag: string | import("../../util/index.js").JSXComponent;
512
+ density: import("../../composables/density.js").Density;
512
513
  rounded: string | number | boolean;
513
514
  tile: boolean;
514
- density: import("../../composables/density.js").Density;
515
515
  slim: boolean;
516
516
  stacked: boolean;
517
517
  ripple: boolean | {
@@ -533,8 +533,8 @@ export declare const VBtn: {
533
533
  size: string | number;
534
534
  readonly: boolean;
535
535
  tag: string | import("../../util/index.js").JSXComponent;
536
- tile: boolean;
537
536
  density: import("../../composables/density.js").Density;
537
+ tile: boolean;
538
538
  slim: boolean;
539
539
  stacked: boolean;
540
540
  ripple: boolean | {
@@ -609,9 +609,9 @@ export declare const VBtn: {
609
609
  size: string | number;
610
610
  readonly: boolean;
611
611
  tag: string | import("../../util/index.js").JSXComponent;
612
+ density: import("../../composables/density.js").Density;
612
613
  rounded: string | number | boolean;
613
614
  tile: boolean;
614
- density: import("../../composables/density.js").Density;
615
615
  slim: boolean;
616
616
  stacked: boolean;
617
617
  ripple: boolean | {
@@ -111,9 +111,9 @@ export declare const VBtnGroup: {
111
111
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
112
112
  style: import("vue").StyleValue;
113
113
  tag: string | import("../../util/index.js").JSXComponent;
114
- divided: boolean;
115
- tile: boolean;
116
114
  density: import("../../composables/density.js").Density;
115
+ tile: boolean;
116
+ divided: boolean;
117
117
  } & {
118
118
  border?: string | number | boolean | undefined;
119
119
  color?: string | undefined;
@@ -135,10 +135,10 @@ export declare const VBtnGroup: {
135
135
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
136
136
  style: import("vue").StyleValue;
137
137
  tag: string | import("../../util/index.js").JSXComponent;
138
+ density: import("../../composables/density.js").Density;
138
139
  rounded: string | number | boolean;
139
- divided: boolean;
140
140
  tile: boolean;
141
- density: import("../../composables/density.js").Density;
141
+ divided: boolean;
142
142
  }, true, {}, import("vue").SlotsType<Partial<{
143
143
  default: () => import("vue").VNode[];
144
144
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -152,9 +152,9 @@ export declare const VBtnGroup: {
152
152
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
153
153
  style: import("vue").StyleValue;
154
154
  tag: string | import("../../util/index.js").JSXComponent;
155
- divided: boolean;
156
- tile: boolean;
157
155
  density: import("../../composables/density.js").Density;
156
+ tile: boolean;
157
+ divided: boolean;
158
158
  } & {
159
159
  border?: string | number | boolean | undefined;
160
160
  color?: string | undefined;
@@ -176,10 +176,10 @@ export declare const VBtnGroup: {
176
176
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
177
177
  style: import("vue").StyleValue;
178
178
  tag: string | import("../../util/index.js").JSXComponent;
179
+ density: import("../../composables/density.js").Density;
179
180
  rounded: string | number | boolean;
180
- divided: boolean;
181
181
  tile: boolean;
182
- density: import("../../composables/density.js").Density;
182
+ divided: boolean;
183
183
  }>;
184
184
  __isFragment?: never;
185
185
  __isTeleport?: never;
@@ -188,9 +188,9 @@ export declare const VBtnGroup: {
188
188
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
189
189
  style: import("vue").StyleValue;
190
190
  tag: string | import("../../util/index.js").JSXComponent;
191
- divided: boolean;
192
- tile: boolean;
193
191
  density: import("../../composables/density.js").Density;
192
+ tile: boolean;
193
+ divided: boolean;
194
194
  } & {
195
195
  border?: string | number | boolean | undefined;
196
196
  color?: string | undefined;
@@ -212,10 +212,10 @@ export declare const VBtnGroup: {
212
212
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
213
213
  style: import("vue").StyleValue;
214
214
  tag: string | import("../../util/index.js").JSXComponent;
215
+ density: import("../../composables/density.js").Density;
215
216
  rounded: string | number | boolean;
216
- divided: boolean;
217
217
  tile: boolean;
218
- density: import("../../composables/density.js").Density;
218
+ divided: boolean;
219
219
  }, {}, string, import("vue").SlotsType<Partial<{
220
220
  default: () => import("vue").VNode[];
221
221
  }>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{