vuetify 3.6.13 → 3.6.14

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 (210) hide show
  1. package/dist/json/attributes.json +5 -5
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/web-types.json +14 -13
  5. package/dist/vuetify-labs.css +3711 -2990
  6. package/dist/vuetify-labs.d.ts +12315 -12306
  7. package/dist/vuetify-labs.esm.js +94 -65
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +94 -65
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1486 -765
  12. package/dist/vuetify.d.ts +11148 -11148
  13. package/dist/vuetify.esm.js +35 -30
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +35 -30
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +998 -998
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.css +5 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +169 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
  24. package/lib/components/VAutocomplete/index.d.mts +621 -621
  25. package/lib/components/VAvatar/VAvatar.css +3 -1
  26. package/lib/components/VAvatar/VAvatar.mjs +1 -1
  27. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  28. package/lib/components/VAvatar/index.d.mts +30 -30
  29. package/lib/components/VBadge/VBadge.css +2 -0
  30. package/lib/components/VBadge/index.d.mts +58 -58
  31. package/lib/components/VBanner/VBanner.css +12 -4
  32. package/lib/components/VBanner/index.d.mts +59 -59
  33. package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
  36. package/lib/components/VBottomSheet/index.d.mts +125 -125
  37. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  38. package/lib/components/VBtn/VBtn.css +16 -9
  39. package/lib/components/VBtn/VBtn.mjs +1 -1
  40. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  41. package/lib/components/VBtn/VBtn.sass +4 -4
  42. package/lib/components/VBtn/index.d.mts +107 -107
  43. package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
  44. package/lib/components/VBtnGroup/index.d.mts +23 -23
  45. package/lib/components/VBtnToggle/index.d.mts +40 -40
  46. package/lib/components/VCard/VCard.css +9 -1
  47. package/lib/components/VCard/index.d.mts +93 -93
  48. package/lib/components/VCarousel/VCarousel.css +2 -0
  49. package/lib/components/VCarousel/index.d.mts +121 -121
  50. package/lib/components/VCheckbox/index.d.mts +166 -166
  51. package/lib/components/VChip/VChip.css +15 -9
  52. package/lib/components/VChip/VChip.sass +1 -1
  53. package/lib/components/VChip/index.d.mts +86 -86
  54. package/lib/components/VChipGroup/index.d.mts +46 -46
  55. package/lib/components/VColorPicker/VColorPicker.css +2 -0
  56. package/lib/components/VColorPicker/VColorPicker.sass +4 -4
  57. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
  58. package/lib/components/VColorPicker/index.d.mts +96 -96
  59. package/lib/components/VCombobox/VCombobox.css +4 -0
  60. package/lib/components/VCombobox/index.d.mts +621 -621
  61. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  62. package/lib/components/VCounter/index.d.mts +27 -27
  63. package/lib/components/VDataIterator/index.d.mts +50 -50
  64. package/lib/components/VDataTable/index.d.mts +253 -253
  65. package/lib/components/VDatePicker/index.d.mts +134 -134
  66. package/lib/components/VDialog/VDialog.css +5 -0
  67. package/lib/components/VDialog/index.d.mts +378 -378
  68. package/lib/components/VDivider/VDivider.css +2 -0
  69. package/lib/components/VDivider/index.d.mts +15 -15
  70. package/lib/components/VEmptyState/index.d.mts +47 -47
  71. package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
  72. package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
  73. package/lib/components/VExpansionPanel/index.d.mts +124 -124
  74. package/lib/components/VFab/index.d.mts +227 -227
  75. package/lib/components/VField/VField.css +13 -1
  76. package/lib/components/VField/VField.sass +5 -8
  77. package/lib/components/VField/index.d.mts +46 -46
  78. package/lib/components/VFileInput/index.d.mts +243 -243
  79. package/lib/components/VFooter/VFooter.css +12 -4
  80. package/lib/components/VFooter/VFooter.mjs +20 -14
  81. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  82. package/lib/components/VFooter/index.d.mts +53 -53
  83. package/lib/components/VForm/index.d.mts +9 -9
  84. package/lib/components/VGrid/VGrid.sass +1 -1
  85. package/lib/components/VGrid/_mixins.sass +4 -4
  86. package/lib/components/VGrid/index.d.mts +142 -142
  87. package/lib/components/VIcon/index.d.mts +24 -24
  88. package/lib/components/VImg/VImg.css +6 -0
  89. package/lib/components/VImg/index.d.mts +92 -92
  90. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  91. package/lib/components/VInput/index.d.mts +53 -53
  92. package/lib/components/VItemGroup/index.d.mts +17 -17
  93. package/lib/components/VKbd/VKbd.css +2 -0
  94. package/lib/components/VLabel/index.d.mts +8 -8
  95. package/lib/components/VLayout/index.d.mts +36 -36
  96. package/lib/components/VLazy/index.d.mts +31 -31
  97. package/lib/components/VList/VList.css +12 -4
  98. package/lib/components/VList/VListItem.css +21 -11
  99. package/lib/components/VList/VListItem.sass +1 -1
  100. package/lib/components/VList/index.d.mts +176 -176
  101. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  102. package/lib/components/VMain/VMain.css +2 -0
  103. package/lib/components/VMain/index.d.mts +10 -10
  104. package/lib/components/VMenu/VMenu.css +6 -0
  105. package/lib/components/VMenu/VMenu.mjs +1 -1
  106. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  107. package/lib/components/VMenu/index.d.mts +420 -420
  108. package/lib/components/VMessages/index.d.mts +20 -20
  109. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
  110. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  111. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  112. package/lib/components/VOtpInput/VOtpInput.css +3 -1
  113. package/lib/components/VOtpInput/VOtpInput.sass +1 -2
  114. package/lib/components/VOtpInput/index.d.mts +88 -88
  115. package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
  116. package/lib/components/VOverlay/index.d.mts +104 -104
  117. package/lib/components/VPagination/index.d.mts +55 -55
  118. package/lib/components/VParallax/index.d.mts +7 -7
  119. package/lib/components/VProgressCircular/index.d.mts +24 -24
  120. package/lib/components/VProgressLinear/index.d.mts +52 -52
  121. package/lib/components/VRadio/index.d.mts +41 -41
  122. package/lib/components/VRadioGroup/index.d.mts +97 -97
  123. package/lib/components/VRangeSlider/index.d.mts +94 -94
  124. package/lib/components/VRating/index.d.mts +22 -22
  125. package/lib/components/VResponsive/index.d.mts +23 -23
  126. package/lib/components/VSelect/VSelect.css +4 -0
  127. package/lib/components/VSelect/index.d.mts +621 -621
  128. package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
  129. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  130. package/lib/components/VSelectionControl/index.d.mts +43 -43
  131. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  132. package/lib/components/VSheet/VSheet.css +12 -4
  133. package/lib/components/VSheet/index.d.mts +34 -34
  134. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
  135. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
  136. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  137. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
  138. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  139. package/lib/components/VSlideGroup/index.d.mts +33 -33
  140. package/lib/components/VSlider/VSliderThumb.sass +2 -2
  141. package/lib/components/VSlider/index.d.mts +87 -87
  142. package/lib/components/VSnackbar/VSnackbar.css +2 -0
  143. package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
  144. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  145. package/lib/components/VSnackbar/index.d.mts +436 -436
  146. package/lib/components/VSparkline/index.d.mts +38 -38
  147. package/lib/components/VSpeedDial/index.d.mts +185 -185
  148. package/lib/components/VStepper/VStepper.css +8 -2
  149. package/lib/components/VStepper/VStepper.sass +2 -4
  150. package/lib/components/VStepper/VStepperItem.css +4 -1
  151. package/lib/components/VStepper/VStepperItem.sass +1 -1
  152. package/lib/components/VStepper/index.d.mts +119 -119
  153. package/lib/components/VSwitch/VSwitch.css +2 -0
  154. package/lib/components/VSwitch/VSwitch.sass +10 -10
  155. package/lib/components/VSwitch/index.d.mts +100 -100
  156. package/lib/components/VSystemBar/VSystemBar.css +14 -8
  157. package/lib/components/VSystemBar/index.d.mts +39 -39
  158. package/lib/components/VTable/VTable.css +8 -4
  159. package/lib/components/VTable/VTable.sass +2 -3
  160. package/lib/components/VTable/index.d.mts +4 -4
  161. package/lib/components/VTabs/index.d.mts +512 -512
  162. package/lib/components/VTextField/index.d.mts +397 -397
  163. package/lib/components/VTextarea/index.d.mts +274 -274
  164. package/lib/components/VTimeline/VTimeline.css +2 -0
  165. package/lib/components/VTimeline/index.d.mts +26 -26
  166. package/lib/components/VToolbar/VToolbar.css +21 -7
  167. package/lib/components/VToolbar/VToolbar.sass +1 -2
  168. package/lib/components/VToolbar/index.d.mts +53 -53
  169. package/lib/components/VTooltip/index.d.mts +451 -451
  170. package/lib/components/VTreeview/VTreeview.sass +9 -9
  171. package/lib/components/VValidation/index.d.mts +19 -19
  172. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  173. package/lib/components/VWindow/index.d.mts +31 -31
  174. package/lib/components/index.d.mts +11170 -11170
  175. package/lib/components/transitions/index.d.mts +200 -200
  176. package/lib/composables/nested/nested.mjs +0 -1
  177. package/lib/composables/nested/nested.mjs.map +1 -1
  178. package/lib/entry-bundler.mjs +1 -1
  179. package/lib/framework.mjs +1 -1
  180. package/lib/index.d.mts +46 -46
  181. package/lib/labs/VCalendar/index.d.mts +52 -52
  182. package/lib/labs/VDateInput/index.d.mts +244 -244
  183. package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
  184. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  185. package/lib/labs/VNumberInput/index.d.mts +252 -243
  186. package/lib/labs/VPicker/VPicker.css +6 -2
  187. package/lib/labs/VPicker/VPicker.sass +2 -3
  188. package/lib/labs/VPicker/index.d.mts +45 -45
  189. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  190. package/lib/labs/VStepperVertical/index.d.mts +188 -188
  191. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  192. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  193. package/lib/labs/VTimePicker/index.d.mts +115 -115
  194. package/lib/labs/VTreeview/index.d.mts +197 -197
  195. package/lib/labs/components.d.mts +1738 -1729
  196. package/lib/styles/generic/_colors.scss +9 -3
  197. package/lib/styles/main.css +520 -0
  198. package/lib/styles/tools/_absolute.sass +8 -7
  199. package/lib/styles/tools/_border.sass +4 -3
  200. package/lib/styles/tools/_display.sass +8 -7
  201. package/lib/styles/tools/_elevation.sass +4 -2
  202. package/lib/styles/tools/_index.sass +0 -1
  203. package/lib/styles/tools/_radius.sass +6 -5
  204. package/lib/styles/tools/_rounded.sass +2 -1
  205. package/lib/styles/tools/_theme.sass +3 -2
  206. package/lib/styles/tools/_typography.sass +6 -5
  207. package/lib/styles/tools/_utilities.sass +5 -5
  208. package/lib/styles/utilities/_index.sass +7 -7
  209. package/package.json +10 -5
  210. package/lib/styles/tools/_sheet.sass +0 -14
@@ -92,24 +92,24 @@ declare function repositionScrollStrategy(data: ScrollStrategyData, props: Strat
92
92
 
93
93
  declare const VBottomSheet: {
94
94
  new (...args: any[]): vue.CreateComponentPublicInstance<{
95
- style: vue.StyleValue;
96
- disabled: boolean;
97
95
  absolute: boolean;
96
+ location: Anchor;
97
+ origin: NonNullable<"auto" | Anchor | "overlap">;
98
+ inset: boolean;
98
99
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
99
100
  component?: vue.Component | undefined;
100
101
  })> | {
101
102
  component: vue.Component;
102
103
  }>;
103
104
  zIndex: NonNullable<string | number>;
104
- modelValue: boolean;
105
- inset: boolean;
106
- origin: NonNullable<Anchor | "auto" | "overlap">;
105
+ style: vue.StyleValue;
107
106
  eager: boolean;
108
- location: Anchor;
109
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
107
+ disabled: boolean;
108
+ modelValue: boolean;
109
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
110
110
  updateLocation: (e?: Event | undefined) => void;
111
- } | undefined) | "connected";
112
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
111
+ } | undefined);
112
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
113
113
  activatorProps: Record<string, any>;
114
114
  openOnHover: boolean;
115
115
  closeOnContentClick: boolean;
@@ -122,19 +122,19 @@ declare const VBottomSheet: {
122
122
  retainFocus: boolean;
123
123
  scrollable: boolean;
124
124
  } & {
125
- class?: any;
126
- width?: string | number | undefined;
127
- height?: string | number | undefined;
128
- theme?: string | undefined;
129
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
130
125
  offset?: string | number | number[] | undefined;
131
- contentClass?: any;
132
- opacity?: string | number | undefined;
126
+ height?: string | number | undefined;
127
+ width?: string | number | undefined;
133
128
  maxHeight?: string | number | undefined;
134
129
  maxWidth?: string | number | undefined;
135
130
  minHeight?: string | number | undefined;
136
131
  minWidth?: string | number | undefined;
137
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
132
+ opacity?: string | number | undefined;
133
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
134
+ class?: any;
135
+ theme?: string | undefined;
136
+ contentClass?: any;
137
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
138
138
  closeDelay?: string | number | undefined;
139
139
  openDelay?: string | number | undefined;
140
140
  openOnClick?: boolean | undefined;
@@ -178,24 +178,24 @@ declare const VBottomSheet: {
178
178
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
179
179
  'update:modelValue': (value: boolean) => boolean;
180
180
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
181
- style: vue.StyleValue;
182
- disabled: boolean;
183
181
  absolute: boolean;
182
+ location: Anchor;
183
+ origin: NonNullable<"auto" | Anchor | "overlap">;
184
+ inset: boolean;
184
185
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
185
186
  component?: vue.Component | undefined;
186
187
  })> | {
187
188
  component: vue.Component;
188
189
  }>;
189
190
  zIndex: NonNullable<string | number>;
190
- modelValue: boolean;
191
- inset: boolean;
192
- origin: NonNullable<Anchor | "auto" | "overlap">;
191
+ style: vue.StyleValue;
193
192
  eager: boolean;
194
- location: Anchor;
195
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
193
+ disabled: boolean;
194
+ modelValue: boolean;
195
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
196
196
  updateLocation: (e?: Event | undefined) => void;
197
- } | undefined) | "connected";
198
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
197
+ } | undefined);
198
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
199
199
  activatorProps: Record<string, any>;
200
200
  openOnHover: boolean;
201
201
  closeOnContentClick: boolean;
@@ -208,19 +208,19 @@ declare const VBottomSheet: {
208
208
  retainFocus: boolean;
209
209
  scrollable: boolean;
210
210
  } & {
211
- class?: any;
212
- width?: string | number | undefined;
213
- height?: string | number | undefined;
214
- theme?: string | undefined;
215
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
216
211
  offset?: string | number | number[] | undefined;
217
- contentClass?: any;
218
- opacity?: string | number | undefined;
212
+ height?: string | number | undefined;
213
+ width?: string | number | undefined;
219
214
  maxHeight?: string | number | undefined;
220
215
  maxWidth?: string | number | undefined;
221
216
  minHeight?: string | number | undefined;
222
217
  minWidth?: string | number | undefined;
223
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
218
+ opacity?: string | number | undefined;
219
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
220
+ class?: any;
221
+ theme?: string | undefined;
222
+ contentClass?: any;
223
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
224
224
  closeDelay?: string | number | undefined;
225
225
  openDelay?: string | number | undefined;
226
226
  openOnClick?: boolean | undefined;
@@ -262,24 +262,24 @@ declare const VBottomSheet: {
262
262
  } & {
263
263
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
264
264
  }, {
265
- style: vue.StyleValue;
266
- disabled: boolean;
267
265
  absolute: boolean;
266
+ location: Anchor;
267
+ origin: NonNullable<"auto" | Anchor | "overlap">;
268
+ inset: boolean;
268
269
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
269
270
  component?: vue.Component | undefined;
270
271
  })> | {
271
272
  component: vue.Component;
272
273
  }>;
273
274
  zIndex: NonNullable<string | number>;
274
- modelValue: boolean;
275
- inset: boolean;
276
- origin: NonNullable<Anchor | "auto" | "overlap">;
275
+ style: vue.StyleValue;
277
276
  eager: boolean;
278
- location: Anchor;
279
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
277
+ disabled: boolean;
278
+ modelValue: boolean;
279
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
280
280
  updateLocation: (e?: Event | undefined) => void;
281
- } | undefined) | "connected";
282
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
281
+ } | undefined);
282
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
283
283
  activatorProps: Record<string, any>;
284
284
  openOnClick: boolean;
285
285
  openOnHover: boolean;
@@ -314,24 +314,24 @@ declare const VBottomSheet: {
314
314
  M: {};
315
315
  Defaults: {};
316
316
  }, {
317
- style: vue.StyleValue;
318
- disabled: boolean;
319
317
  absolute: boolean;
318
+ location: Anchor;
319
+ origin: NonNullable<"auto" | Anchor | "overlap">;
320
+ inset: boolean;
320
321
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
321
322
  component?: vue.Component | undefined;
322
323
  })> | {
323
324
  component: vue.Component;
324
325
  }>;
325
326
  zIndex: NonNullable<string | number>;
326
- modelValue: boolean;
327
- inset: boolean;
328
- origin: NonNullable<Anchor | "auto" | "overlap">;
327
+ style: vue.StyleValue;
329
328
  eager: boolean;
330
- location: Anchor;
331
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
329
+ disabled: boolean;
330
+ modelValue: boolean;
331
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
332
332
  updateLocation: (e?: Event | undefined) => void;
333
- } | undefined) | "connected";
334
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
333
+ } | undefined);
334
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
335
335
  activatorProps: Record<string, any>;
336
336
  openOnHover: boolean;
337
337
  closeOnContentClick: boolean;
@@ -344,19 +344,19 @@ declare const VBottomSheet: {
344
344
  retainFocus: boolean;
345
345
  scrollable: boolean;
346
346
  } & {
347
- class?: any;
348
- width?: string | number | undefined;
349
- height?: string | number | undefined;
350
- theme?: string | undefined;
351
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
352
347
  offset?: string | number | number[] | undefined;
353
- contentClass?: any;
354
- opacity?: string | number | undefined;
348
+ height?: string | number | undefined;
349
+ width?: string | number | undefined;
355
350
  maxHeight?: string | number | undefined;
356
351
  maxWidth?: string | number | undefined;
357
352
  minHeight?: string | number | undefined;
358
353
  minWidth?: string | number | undefined;
359
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
354
+ opacity?: string | number | undefined;
355
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
356
+ class?: any;
357
+ theme?: string | undefined;
358
+ contentClass?: any;
359
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
360
360
  closeDelay?: string | number | undefined;
361
361
  openDelay?: string | number | undefined;
362
362
  openOnClick?: boolean | undefined;
@@ -398,24 +398,24 @@ declare const VBottomSheet: {
398
398
  } & {
399
399
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
400
400
  }, {}, {}, {}, {}, {
401
- style: vue.StyleValue;
402
- disabled: boolean;
403
401
  absolute: boolean;
402
+ location: Anchor;
403
+ origin: NonNullable<"auto" | Anchor | "overlap">;
404
+ inset: boolean;
404
405
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
405
406
  component?: vue.Component | undefined;
406
407
  })> | {
407
408
  component: vue.Component;
408
409
  }>;
409
410
  zIndex: NonNullable<string | number>;
410
- modelValue: boolean;
411
- inset: boolean;
412
- origin: NonNullable<Anchor | "auto" | "overlap">;
411
+ style: vue.StyleValue;
413
412
  eager: boolean;
414
- location: Anchor;
415
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
413
+ disabled: boolean;
414
+ modelValue: boolean;
415
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
416
416
  updateLocation: (e?: Event | undefined) => void;
417
- } | undefined) | "connected";
418
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
417
+ } | undefined);
418
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
419
419
  activatorProps: Record<string, any>;
420
420
  openOnClick: boolean;
421
421
  openOnHover: boolean;
@@ -434,24 +434,24 @@ declare const VBottomSheet: {
434
434
  __isTeleport?: undefined;
435
435
  __isSuspense?: undefined;
436
436
  } & vue.ComponentOptionsBase<{
437
- style: vue.StyleValue;
438
- disabled: boolean;
439
437
  absolute: boolean;
438
+ location: Anchor;
439
+ origin: NonNullable<"auto" | Anchor | "overlap">;
440
+ inset: boolean;
440
441
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
441
442
  component?: vue.Component | undefined;
442
443
  })> | {
443
444
  component: vue.Component;
444
445
  }>;
445
446
  zIndex: NonNullable<string | number>;
446
- modelValue: boolean;
447
- inset: boolean;
448
- origin: NonNullable<Anchor | "auto" | "overlap">;
447
+ style: vue.StyleValue;
449
448
  eager: boolean;
450
- location: Anchor;
451
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
449
+ disabled: boolean;
450
+ modelValue: boolean;
451
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
452
452
  updateLocation: (e?: Event | undefined) => void;
453
- } | undefined) | "connected";
454
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
453
+ } | undefined);
454
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
455
455
  activatorProps: Record<string, any>;
456
456
  openOnHover: boolean;
457
457
  closeOnContentClick: boolean;
@@ -464,19 +464,19 @@ declare const VBottomSheet: {
464
464
  retainFocus: boolean;
465
465
  scrollable: boolean;
466
466
  } & {
467
- class?: any;
468
- width?: string | number | undefined;
469
- height?: string | number | undefined;
470
- theme?: string | undefined;
471
- target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
472
467
  offset?: string | number | number[] | undefined;
473
- contentClass?: any;
474
- opacity?: string | number | undefined;
468
+ height?: string | number | undefined;
469
+ width?: string | number | undefined;
475
470
  maxHeight?: string | number | undefined;
476
471
  maxWidth?: string | number | undefined;
477
472
  minHeight?: string | number | undefined;
478
473
  minWidth?: string | number | undefined;
479
- activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
474
+ opacity?: string | number | undefined;
475
+ target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
476
+ class?: any;
477
+ theme?: string | undefined;
478
+ contentClass?: any;
479
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
480
480
  closeDelay?: string | number | undefined;
481
481
  openDelay?: string | number | undefined;
482
482
  openOnClick?: boolean | undefined;
@@ -520,24 +520,24 @@ declare const VBottomSheet: {
520
520
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
521
521
  'update:modelValue': (value: boolean) => boolean;
522
522
  }, string, {
523
- style: vue.StyleValue;
524
- disabled: boolean;
525
523
  absolute: boolean;
524
+ location: Anchor;
525
+ origin: NonNullable<"auto" | Anchor | "overlap">;
526
+ inset: boolean;
526
527
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
527
528
  component?: vue.Component | undefined;
528
529
  })> | {
529
530
  component: vue.Component;
530
531
  }>;
531
532
  zIndex: NonNullable<string | number>;
532
- modelValue: boolean;
533
- inset: boolean;
534
- origin: NonNullable<Anchor | "auto" | "overlap">;
533
+ style: vue.StyleValue;
535
534
  eager: boolean;
536
- location: Anchor;
537
- locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
535
+ disabled: boolean;
536
+ modelValue: boolean;
537
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
538
538
  updateLocation: (e?: Event | undefined) => void;
539
- } | undefined) | "connected";
540
- scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
539
+ } | undefined);
540
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
541
541
  activatorProps: Record<string, any>;
542
542
  openOnClick: boolean;
543
543
  openOnHover: boolean;
@@ -571,7 +571,7 @@ declare const VBottomSheet: {
571
571
  })>;
572
572
  default: string;
573
573
  validator: (val: unknown) => boolean;
574
- }, "default" | "type"> & {
574
+ }, "type" | "default"> & {
575
575
  type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
576
576
  component?: vue.Component | undefined;
577
577
  })> | {
@@ -582,7 +582,7 @@ declare const VBottomSheet: {
582
582
  })> | {
583
583
  component: vue.Component;
584
584
  };
585
- }, "default" | "type"> & {
585
+ }, "type" | "default"> & {
586
586
  type: vue.PropType<NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
587
587
  component?: vue.Component | undefined;
588
588
  })> | {
@@ -596,17 +596,17 @@ declare const VBottomSheet: {
596
596
  };
597
597
  theme: StringConstructor;
598
598
  scrollStrategy: Omit<{
599
- type: vue.PropType<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
599
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
600
600
  default: string;
601
601
  validator: (val: any) => boolean;
602
- }, "default" | "type"> & {
603
- type: vue.PropType<NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">>;
604
- default: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
602
+ }, "type" | "default"> & {
603
+ type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">>;
604
+ default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
605
605
  };
606
606
  locationStrategy: {
607
- type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
607
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
608
608
  updateLocation: (e?: Event | undefined) => void;
609
- } | undefined) | "connected">;
609
+ } | undefined)>;
610
610
  default: string;
611
611
  validator: (val: any) => boolean;
612
612
  };
@@ -615,11 +615,11 @@ declare const VBottomSheet: {
615
615
  default: string;
616
616
  };
617
617
  origin: Omit<{
618
- type: vue.PropType<Anchor | "auto" | "overlap">;
618
+ type: vue.PropType<"auto" | Anchor | "overlap">;
619
619
  default: string;
620
- }, "default" | "type"> & {
621
- type: vue.PropType<NonNullable<Anchor | "auto" | "overlap">>;
622
- default: NonNullable<Anchor | "auto" | "overlap">;
620
+ }, "type" | "default"> & {
621
+ type: vue.PropType<NonNullable<"auto" | Anchor | "overlap">>;
622
+ default: NonNullable<"auto" | Anchor | "overlap">;
623
623
  };
624
624
  offset: vue.PropType<string | number | number[] | undefined>;
625
625
  eager: BooleanConstructor;
@@ -636,8 +636,8 @@ declare const VBottomSheet: {
636
636
  };
637
637
  closeDelay: (StringConstructor | NumberConstructor)[];
638
638
  openDelay: (StringConstructor | NumberConstructor)[];
639
- target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
640
- activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
639
+ target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
640
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
641
641
  activatorProps: {
642
642
  type: vue.PropType<Record<string, any>>;
643
643
  default: () => {};
@@ -673,7 +673,7 @@ declare const VBottomSheet: {
673
673
  zIndex: Omit<{
674
674
  type: (StringConstructor | NumberConstructor)[];
675
675
  default: number;
676
- }, "default" | "type"> & {
676
+ }, "type" | "default"> & {
677
677
  type: vue.PropType<NonNullable<string | number>>;
678
678
  default: NonNullable<string | number>;
679
679
  };
@@ -691,7 +691,7 @@ declare const VBottomSheet: {
691
691
  })>;
692
692
  default: string;
693
693
  validator: (val: unknown) => boolean;
694
- }, "default" | "type"> & {
694
+ }, "type" | "default"> & {
695
695
  type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
696
696
  component?: vue.Component | undefined;
697
697
  })> | {
@@ -702,7 +702,7 @@ declare const VBottomSheet: {
702
702
  })> | {
703
703
  component: vue.Component;
704
704
  };
705
- }, "default" | "type"> & {
705
+ }, "type" | "default"> & {
706
706
  type: vue.PropType<NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
707
707
  component?: vue.Component | undefined;
708
708
  })> | {
@@ -716,17 +716,17 @@ declare const VBottomSheet: {
716
716
  };
717
717
  theme: StringConstructor;
718
718
  scrollStrategy: Omit<{
719
- type: vue.PropType<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
719
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
720
720
  default: string;
721
721
  validator: (val: any) => boolean;
722
- }, "default" | "type"> & {
723
- type: vue.PropType<NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">>;
724
- default: NonNullable<"close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
722
+ }, "type" | "default"> & {
723
+ type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">>;
724
+ default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
725
725
  };
726
726
  locationStrategy: {
727
- type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
727
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
728
728
  updateLocation: (e?: Event | undefined) => void;
729
- } | undefined) | "connected">;
729
+ } | undefined)>;
730
730
  default: string;
731
731
  validator: (val: any) => boolean;
732
732
  };
@@ -735,11 +735,11 @@ declare const VBottomSheet: {
735
735
  default: string;
736
736
  };
737
737
  origin: Omit<{
738
- type: vue.PropType<Anchor | "auto" | "overlap">;
738
+ type: vue.PropType<"auto" | Anchor | "overlap">;
739
739
  default: string;
740
- }, "default" | "type"> & {
741
- type: vue.PropType<NonNullable<Anchor | "auto" | "overlap">>;
742
- default: NonNullable<Anchor | "auto" | "overlap">;
740
+ }, "type" | "default"> & {
741
+ type: vue.PropType<NonNullable<"auto" | Anchor | "overlap">>;
742
+ default: NonNullable<"auto" | Anchor | "overlap">;
743
743
  };
744
744
  offset: vue.PropType<string | number | number[] | undefined>;
745
745
  eager: BooleanConstructor;
@@ -756,8 +756,8 @@ declare const VBottomSheet: {
756
756
  };
757
757
  closeDelay: (StringConstructor | NumberConstructor)[];
758
758
  openDelay: (StringConstructor | NumberConstructor)[];
759
- target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
760
- activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
759
+ target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
760
+ activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
761
761
  activatorProps: {
762
762
  type: vue.PropType<Record<string, any>>;
763
763
  default: () => {};
@@ -793,7 +793,7 @@ declare const VBottomSheet: {
793
793
  zIndex: Omit<{
794
794
  type: (StringConstructor | NumberConstructor)[];
795
795
  default: number;
796
- }, "default" | "type"> & {
796
+ }, "type" | "default"> & {
797
797
  type: vue.PropType<NonNullable<string | number>>;
798
798
  default: NonNullable<string | number>;
799
799
  };