vuetify 3.10.2 → 3.10.4

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 (226) hide show
  1. package/dist/json/attributes.json +3585 -3581
  2. package/dist/json/importMap-labs.json +22 -22
  3. package/dist/json/importMap.json +136 -136
  4. package/dist/json/tags.json +1 -0
  5. package/dist/json/web-types.json +6506 -6482
  6. package/dist/vuetify-labs.cjs +124 -92
  7. package/dist/vuetify-labs.css +4941 -4941
  8. package/dist/vuetify-labs.d.ts +1375 -1363
  9. package/dist/vuetify-labs.esm.js +125 -93
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +124 -92
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +116 -87
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +6491 -6491
  16. package/dist/vuetify.d.ts +1120 -1108
  17. package/dist/vuetify.esm.js +116 -87
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +116 -87
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +1435 -1428
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAlert/VAlert.d.ts +3 -3
  25. package/lib/components/VAlert/VAlertTitle.d.ts +3 -3
  26. package/lib/components/VApp/VApp.d.ts +3 -3
  27. package/lib/components/VAppBar/VAppBar.d.ts +3 -3
  28. package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
  29. package/lib/components/VAppBar/VAppBarTitle.d.ts +3 -3
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +116 -116
  31. package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
  32. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  33. package/lib/components/VAvatar/VAvatar.d.ts +3 -3
  34. package/lib/components/VBadge/VBadge.d.ts +3 -3
  35. package/lib/components/VBanner/VBanner.d.ts +3 -3
  36. package/lib/components/VBanner/VBannerActions.d.ts +3 -3
  37. package/lib/components/VBanner/VBannerText.d.ts +3 -3
  38. package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +3 -3
  39. package/lib/components/VBottomSheet/VBottomSheet.d.ts +3 -3
  40. package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +3 -3
  41. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.d.ts +3 -3
  42. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +3 -3
  43. package/lib/components/VBtn/VBtn.d.ts +6 -6
  44. package/lib/components/VBtn/VBtn.js +5 -5
  45. package/lib/components/VBtn/VBtn.js.map +1 -1
  46. package/lib/components/VBtnGroup/VBtnGroup.d.ts +3 -3
  47. package/lib/components/VBtnToggle/VBtnToggle.d.ts +3 -3
  48. package/lib/components/VCard/VCard.d.ts +6 -6
  49. package/lib/components/VCard/VCard.js +2 -2
  50. package/lib/components/VCard/VCard.js.map +1 -1
  51. package/lib/components/VCard/VCardActions.d.ts +3 -3
  52. package/lib/components/VCard/VCardItem.d.ts +3 -3
  53. package/lib/components/VCard/VCardSubtitle.d.ts +3 -3
  54. package/lib/components/VCard/VCardText.d.ts +3 -3
  55. package/lib/components/VCard/VCardTitle.d.ts +3 -3
  56. package/lib/components/VCarousel/VCarousel.d.ts +3 -3
  57. package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
  58. package/lib/components/VCheckbox/VCheckbox.d.ts +15 -15
  59. package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
  60. package/lib/components/VChip/VChip.d.ts +6 -6
  61. package/lib/components/VChip/VChip.js +15 -4
  62. package/lib/components/VChip/VChip.js.map +1 -1
  63. package/lib/components/VChipGroup/VChipGroup.d.ts +3 -3
  64. package/lib/components/VCode/index.d.ts +3 -3
  65. package/lib/components/VCombobox/VCombobox.d.ts +129 -116
  66. package/lib/components/VCombobox/VCombobox.js +8 -25
  67. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  68. package/lib/components/VCounter/VCounter.d.ts +3 -3
  69. package/lib/components/VDataIterator/VDataIterator.d.ts +9 -9
  70. package/lib/components/VDataTable/VDataTable.d.ts +3 -3
  71. package/lib/components/VDataTable/VDataTableServer.d.ts +3 -3
  72. package/lib/components/VDataTable/VDataTableVirtual.d.ts +6 -6
  73. package/lib/components/VDataTable/composables/expand.js +8 -8
  74. package/lib/components/VDataTable/composables/expand.js.map +1 -1
  75. package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
  76. package/lib/components/VDialog/VDialog.d.ts +12 -12
  77. package/lib/components/VDialog/VDialog.js +29 -11
  78. package/lib/components/VDialog/VDialog.js.map +1 -1
  79. package/lib/components/VDialog/__test__/VDialog.spec.browser.js +41 -0
  80. package/lib/components/VDialog/__test__/VDialog.spec.browser.js.map +1 -1
  81. package/lib/components/VDivider/VDivider.d.ts +3 -3
  82. package/lib/components/VEmptyState/VEmptyState.d.ts +6 -6
  83. package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +6 -6
  84. package/lib/components/VExpansionPanel/VExpansionPanelText.d.ts +3 -3
  85. package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +6 -6
  86. package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +6 -6
  87. package/lib/components/VFab/VFab.d.ts +6 -6
  88. package/lib/components/VField/VField.d.ts +3 -3
  89. package/lib/components/VField/VFieldLabel.d.ts +3 -3
  90. package/lib/components/VFileInput/VFileInput.d.ts +12 -12
  91. package/lib/components/VFileInput/VFileInput.js +2 -1
  92. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  93. package/lib/components/VFooter/VFooter.d.ts +3 -3
  94. package/lib/components/VForm/VForm.d.ts +6 -6
  95. package/lib/components/VGrid/VCol.d.ts +3 -3
  96. package/lib/components/VGrid/VContainer.d.ts +3 -3
  97. package/lib/components/VGrid/VRow.d.ts +3 -3
  98. package/lib/components/VGrid/VSpacer.d.ts +3 -3
  99. package/lib/components/VIcon/VIcon.d.ts +3 -3
  100. package/lib/components/VImg/VImg.d.ts +3 -3
  101. package/lib/components/VInput/VInput.d.ts +3 -3
  102. package/lib/components/VItemGroup/VItemGroup.d.ts +3 -3
  103. package/lib/components/VKbd/VKbd.d.ts +3 -3
  104. package/lib/components/VLabel/VLabel.d.ts +3 -3
  105. package/lib/components/VLayout/VLayout.d.ts +3 -3
  106. package/lib/components/VLayout/VLayoutItem.d.ts +3 -3
  107. package/lib/components/VLazy/VLazy.d.ts +3 -3
  108. package/lib/components/VList/VList.d.ts +11 -11
  109. package/lib/components/VList/VList.js.map +1 -1
  110. package/lib/components/VList/VListGroup.d.ts +3 -3
  111. package/lib/components/VList/VListImg.d.ts +3 -3
  112. package/lib/components/VList/VListItem.d.ts +6 -6
  113. package/lib/components/VList/VListItem.js +2 -2
  114. package/lib/components/VList/VListItem.js.map +1 -1
  115. package/lib/components/VList/VListItemAction.d.ts +3 -3
  116. package/lib/components/VList/VListItemMedia.d.ts +3 -3
  117. package/lib/components/VList/VListItemSubtitle.d.ts +3 -3
  118. package/lib/components/VList/VListItemTitle.d.ts +3 -3
  119. package/lib/components/VList/VListSubheader.d.ts +3 -3
  120. package/lib/components/VLocaleProvider/VLocaleProvider.d.ts +3 -3
  121. package/lib/components/VMain/VMain.d.ts +3 -3
  122. package/lib/components/VMenu/VMenu.d.ts +15 -15
  123. package/lib/components/VMessages/VMessages.d.ts +3 -3
  124. package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +3 -3
  125. package/lib/components/VNumberInput/VNumberInput.d.ts +66 -66
  126. package/lib/components/VNumberInput/VNumberInput.js +1 -0
  127. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  128. package/lib/components/VOtpInput/VOtpInput.d.ts +3 -3
  129. package/lib/components/VOverlay/VOverlay.d.ts +3 -3
  130. package/lib/components/VPagination/VPagination.d.ts +3 -3
  131. package/lib/components/VParallax/VParallax.d.ts +3 -3
  132. package/lib/components/VProgressCircular/VProgressCircular.d.ts +3 -3
  133. package/lib/components/VProgressLinear/VProgressLinear.d.ts +3 -3
  134. package/lib/components/VRadio/VRadio.d.ts +6 -6
  135. package/lib/components/VRadioGroup/VRadioGroup.d.ts +15 -15
  136. package/lib/components/VRangeSlider/VRangeSlider.d.ts +12 -12
  137. package/lib/components/VRating/VRating.d.ts +3 -3
  138. package/lib/components/VResponsive/VResponsive.d.ts +3 -3
  139. package/lib/components/VSelect/VSelect.d.ts +140 -140
  140. package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
  141. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
  142. package/lib/components/VSheet/VSheet.d.ts +3 -3
  143. package/lib/components/VSlideGroup/VSlideGroup.d.ts +3 -3
  144. package/lib/components/VSlider/VSlider.d.ts +12 -12
  145. package/lib/components/VSlider/VSliderThumb.d.ts +6 -6
  146. package/lib/components/VSlider/VSliderTrack.d.ts +3 -3
  147. package/lib/components/VSnackbar/VSnackbar.d.ts +12 -12
  148. package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -3
  149. package/lib/components/VSpeedDial/VSpeedDial.d.ts +9 -9
  150. package/lib/components/VStepper/VStepper.d.ts +3 -3
  151. package/lib/components/VStepper/VStepperHeader.d.ts +3 -3
  152. package/lib/components/VStepper/VStepperItem.d.ts +3 -3
  153. package/lib/components/VStepper/VStepperWindow.d.ts +3 -3
  154. package/lib/components/VStepper/VStepperWindowItem.d.ts +3 -3
  155. package/lib/components/VSwitch/VSwitch.d.ts +15 -15
  156. package/lib/components/VSwitch/VSwitch.js +2 -2
  157. package/lib/components/VSwitch/VSwitch.js.map +1 -1
  158. package/lib/components/VSystemBar/VSystemBar.d.ts +3 -3
  159. package/lib/components/VTable/VTable.d.ts +3 -3
  160. package/lib/components/VTabs/VTab.d.ts +24 -24
  161. package/lib/components/VTabs/VTabs.d.ts +3 -3
  162. package/lib/components/VTabs/VTabsWindow.d.ts +3 -3
  163. package/lib/components/VTabs/VTabsWindowItem.d.ts +3 -3
  164. package/lib/components/VTextField/VTextField.d.ts +21 -21
  165. package/lib/components/VTextarea/VTextarea.d.ts +12 -12
  166. package/lib/components/VThemeProvider/VThemeProvider.d.ts +3 -3
  167. package/lib/components/VTimePicker/VTimePicker.d.ts +3 -3
  168. package/lib/components/VTimeline/VTimeline.d.ts +3 -3
  169. package/lib/components/VTimeline/VTimelineDivider.d.ts +3 -3
  170. package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
  171. package/lib/components/VToolbar/VToolbar.d.ts +3 -3
  172. package/lib/components/VToolbar/VToolbarItems.d.ts +3 -3
  173. package/lib/components/VToolbar/VToolbarTitle.d.ts +3 -3
  174. package/lib/components/VTooltip/VTooltip.d.ts +15 -15
  175. package/lib/components/VTreeview/VTreeview.d.ts +26 -26
  176. package/lib/components/VTreeview/VTreeviewChildren.js +1 -1
  177. package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
  178. package/lib/components/VTreeview/VTreeviewGroup.d.ts +3 -3
  179. package/lib/components/VTreeview/VTreeviewItem.d.ts +24 -24
  180. package/lib/components/VVirtualScroll/VVirtualScroll.d.ts +6 -6
  181. package/lib/components/VVirtualScroll/VVirtualScrollItem.d.ts +3 -3
  182. package/lib/components/VWindow/VWindow.d.ts +3 -3
  183. package/lib/components/VWindow/VWindowItem.d.ts +3 -3
  184. package/lib/components/transitions/createTransition.d.ts +6 -6
  185. package/lib/components/transitions/index.d.ts +78 -78
  186. package/lib/composables/goto.js +2 -2
  187. package/lib/composables/goto.js.map +1 -1
  188. package/lib/composables/group.d.ts +2 -0
  189. package/lib/composables/group.js +15 -9
  190. package/lib/composables/group.js.map +1 -1
  191. package/lib/composables/router.d.ts +2 -0
  192. package/lib/composables/router.js +6 -1
  193. package/lib/composables/router.js.map +1 -1
  194. package/lib/entry-bundler.js +1 -1
  195. package/lib/framework.d.ts +63 -63
  196. package/lib/framework.js +1 -1
  197. package/lib/labs/VCalendar/VCalendar.js +7 -4
  198. package/lib/labs/VCalendar/VCalendar.js.map +1 -1
  199. package/lib/labs/VCalendar/composables/calendarWithEvents.js +7 -4
  200. package/lib/labs/VCalendar/composables/calendarWithEvents.js.map +1 -1
  201. package/lib/labs/VColorInput/VColorInput.d.ts +6 -6
  202. package/lib/labs/VDateInput/VDateInput.d.ts +66 -66
  203. package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
  204. package/lib/labs/VFileUpload/VFileUpload.js +2 -1
  205. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  206. package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
  207. package/lib/labs/VHotkey/VHotkey.d.ts +3 -3
  208. package/lib/labs/VIconBtn/VIconBtn.d.ts +3 -3
  209. package/lib/labs/VMaskInput/VMaskInput.d.ts +66 -66
  210. package/lib/labs/VPicker/VPicker.d.ts +3 -3
  211. package/lib/labs/VPicker/VPickerTitle.d.ts +3 -3
  212. package/lib/labs/VPie/VPieTooltip.d.ts +3 -3
  213. package/lib/labs/VStepperVertical/VStepperVertical.d.ts +6 -6
  214. package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +6 -6
  215. package/lib/labs/VVideo/VVideo.d.ts +87 -87
  216. package/lib/labs/VVideo/VVideoControls.d.ts +40 -40
  217. package/lib/labs/VVideo/VVideoVolume.d.ts +33 -33
  218. package/lib/util/animation.js +1 -1
  219. package/lib/util/animation.js.map +1 -1
  220. package/lib/util/box.d.ts +1 -1
  221. package/lib/util/box.js +19 -14
  222. package/lib/util/box.js.map +1 -1
  223. package/lib/util/createSimpleFunctional.d.ts +3 -3
  224. package/lib/util/events.js +2 -2
  225. package/lib/util/events.js.map +1 -1
  226. package/package.json +9 -9
@@ -158,7 +158,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
158
158
  modelValue: number;
159
159
  }> & Omit<{
160
160
  class?: any;
161
- style: import("vue").StyleValue;
161
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
162
162
  $children?: {
163
163
  default?: (() => import("vue").VNodeChild) | undefined;
164
164
  } | {
@@ -267,7 +267,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
267
267
  }> & Omit<{
268
268
  theme?: string | undefined;
269
269
  class?: any;
270
- style: import("vue").StyleValue;
270
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
271
271
  $children?: {
272
272
  default?: ((arg: {
273
273
  isActive: Ref<boolean, boolean>;
@@ -293,7 +293,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
293
293
  }) => import("vue").VNodeChild) | undefined;
294
294
  } | undefined;
295
295
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
296
- location: import("../../util/index.js").Anchor | undefined;
296
+ location: import("../../util/index.js").Anchor;
297
297
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
298
298
  offset?: string | number | number[] | undefined;
299
299
  stickToTarget: boolean;
@@ -441,7 +441,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
441
441
  }> & Omit<{
442
442
  theme?: string | undefined;
443
443
  class?: any;
444
- style: import("vue").StyleValue;
444
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
445
445
  $children?: {
446
446
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
447
447
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -553,7 +553,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
553
553
  modelValue: number;
554
554
  }> & Omit<{
555
555
  class?: any;
556
- style: import("vue").StyleValue;
556
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
557
557
  $children?: {
558
558
  default?: (() => import("vue").VNodeChild) | undefined;
559
559
  } | {
@@ -662,7 +662,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
662
662
  }> & Omit<{
663
663
  theme?: string | undefined;
664
664
  class?: any;
665
- style: import("vue").StyleValue;
665
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
666
666
  $children?: {
667
667
  default?: ((arg: {
668
668
  isActive: Ref<boolean, boolean>;
@@ -688,7 +688,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
688
688
  }) => import("vue").VNodeChild) | undefined;
689
689
  } | undefined;
690
690
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
691
- location: import("../../util/index.js").Anchor | undefined;
691
+ location: import("../../util/index.js").Anchor;
692
692
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
693
693
  offset?: string | number | number[] | undefined;
694
694
  stickToTarget: boolean;
@@ -836,7 +836,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
836
836
  }> & Omit<{
837
837
  theme?: string | undefined;
838
838
  class?: any;
839
- style: import("vue").StyleValue;
839
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
840
840
  $children?: {
841
841
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
842
842
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -947,7 +947,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
947
947
  modelValue: number;
948
948
  }> & Omit<{
949
949
  class?: any;
950
- style: import("vue").StyleValue;
950
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
951
951
  $children?: {
952
952
  default?: (() => import("vue").VNodeChild) | undefined;
953
953
  } | {
@@ -1056,7 +1056,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
1056
1056
  }> & Omit<{
1057
1057
  theme?: string | undefined;
1058
1058
  class?: any;
1059
- style: import("vue").StyleValue;
1059
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1060
1060
  $children?: {
1061
1061
  default?: ((arg: {
1062
1062
  isActive: Ref<boolean, boolean>;
@@ -1082,7 +1082,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
1082
1082
  }) => import("vue").VNodeChild) | undefined;
1083
1083
  } | undefined;
1084
1084
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1085
- location: import("../../util/index.js").Anchor | undefined;
1085
+ location: import("../../util/index.js").Anchor;
1086
1086
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
1087
1087
  offset?: string | number | number[] | undefined;
1088
1088
  stickToTarget: boolean;
@@ -1230,7 +1230,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
1230
1230
  }> & Omit<{
1231
1231
  theme?: string | undefined;
1232
1232
  class?: any;
1233
- style: import("vue").StyleValue;
1233
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1234
1234
  $children?: {
1235
1235
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1236
1236
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -1342,7 +1342,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
1342
1342
  modelValue: number;
1343
1343
  }> & Omit<{
1344
1344
  class?: any;
1345
- style: import("vue").StyleValue;
1345
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1346
1346
  $children?: {
1347
1347
  default?: (() => import("vue").VNodeChild) | undefined;
1348
1348
  } | {
@@ -1451,7 +1451,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
1451
1451
  }> & Omit<{
1452
1452
  theme?: string | undefined;
1453
1453
  class?: any;
1454
- style: import("vue").StyleValue;
1454
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1455
1455
  $children?: {
1456
1456
  default?: ((arg: {
1457
1457
  isActive: Ref<boolean, boolean>;
@@ -1477,7 +1477,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
1477
1477
  }) => import("vue").VNodeChild) | undefined;
1478
1478
  } | undefined;
1479
1479
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1480
- location: import("../../util/index.js").Anchor | undefined;
1480
+ location: import("../../util/index.js").Anchor;
1481
1481
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
1482
1482
  offset?: string | number | number[] | undefined;
1483
1483
  stickToTarget: boolean;
@@ -1625,7 +1625,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
1625
1625
  }> & Omit<{
1626
1626
  theme?: string | undefined;
1627
1627
  class?: any;
1628
- style: import("vue").StyleValue;
1628
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1629
1629
  $children?: {
1630
1630
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1631
1631
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -1736,7 +1736,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
1736
1736
  modelValue: number;
1737
1737
  }> & Omit<{
1738
1738
  class?: any;
1739
- style: import("vue").StyleValue;
1739
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1740
1740
  $children?: {
1741
1741
  default?: (() => import("vue").VNodeChild) | undefined;
1742
1742
  } | {
@@ -1845,7 +1845,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
1845
1845
  }> & Omit<{
1846
1846
  theme?: string | undefined;
1847
1847
  class?: any;
1848
- style: import("vue").StyleValue;
1848
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1849
1849
  $children?: {
1850
1850
  default?: ((arg: {
1851
1851
  isActive: Ref<boolean, boolean>;
@@ -1871,7 +1871,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
1871
1871
  }) => import("vue").VNodeChild) | undefined;
1872
1872
  } | undefined;
1873
1873
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1874
- location: import("../../util/index.js").Anchor | undefined;
1874
+ location: import("../../util/index.js").Anchor;
1875
1875
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
1876
1876
  offset?: string | number | number[] | undefined;
1877
1877
  stickToTarget: boolean;
@@ -2019,7 +2019,7 @@ export declare const makeVVideoControlsProps: <Defaults extends {
2019
2019
  }> & Omit<{
2020
2020
  theme?: string | undefined;
2021
2021
  class?: any;
2022
- style: import("vue").StyleValue;
2022
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2023
2023
  $children?: {
2024
2024
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2025
2025
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -2155,7 +2155,7 @@ export declare const VVideoControls: {
2155
2155
  modelValue: number;
2156
2156
  }> & Omit<{
2157
2157
  class?: any;
2158
- style: import("vue").StyleValue;
2158
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2159
2159
  $children?: {
2160
2160
  default?: (() => import("vue").VNodeChild) | undefined;
2161
2161
  } | {
@@ -2264,7 +2264,7 @@ export declare const VVideoControls: {
2264
2264
  }> & Omit<{
2265
2265
  theme?: string | undefined;
2266
2266
  class?: any;
2267
- style: import("vue").StyleValue;
2267
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2268
2268
  $children?: {
2269
2269
  default?: ((arg: {
2270
2270
  isActive: Ref<boolean, boolean>;
@@ -2290,7 +2290,7 @@ export declare const VVideoControls: {
2290
2290
  }) => import("vue").VNodeChild) | undefined;
2291
2291
  } | undefined;
2292
2292
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2293
- location: import("../../util/index.js").Anchor | undefined;
2293
+ location: import("../../util/index.js").Anchor;
2294
2294
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
2295
2295
  offset?: string | number | number[] | undefined;
2296
2296
  stickToTarget: boolean;
@@ -2438,7 +2438,7 @@ export declare const VVideoControls: {
2438
2438
  }> & Omit<{
2439
2439
  theme?: string | undefined;
2440
2440
  class?: any;
2441
- style: import("vue").StyleValue;
2441
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2442
2442
  $children?: {
2443
2443
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2444
2444
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -2633,7 +2633,7 @@ export declare const VVideoControls: {
2633
2633
  modelValue: number;
2634
2634
  }> & Omit<{
2635
2635
  class?: any;
2636
- style: import("vue").StyleValue;
2636
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2637
2637
  $children?: {
2638
2638
  default?: (() => import("vue").VNodeChild) | undefined;
2639
2639
  } | {
@@ -2742,7 +2742,7 @@ export declare const VVideoControls: {
2742
2742
  }> & Omit<{
2743
2743
  theme?: string | undefined;
2744
2744
  class?: any;
2745
- style: import("vue").StyleValue;
2745
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2746
2746
  $children?: {
2747
2747
  default?: ((arg: {
2748
2748
  isActive: Ref<boolean, boolean>;
@@ -2768,7 +2768,7 @@ export declare const VVideoControls: {
2768
2768
  }) => import("vue").VNodeChild) | undefined;
2769
2769
  } | undefined;
2770
2770
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2771
- location: import("../../util/index.js").Anchor | undefined;
2771
+ location: import("../../util/index.js").Anchor;
2772
2772
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
2773
2773
  offset?: string | number | number[] | undefined;
2774
2774
  stickToTarget: boolean;
@@ -2916,7 +2916,7 @@ export declare const VVideoControls: {
2916
2916
  }> & Omit<{
2917
2917
  theme?: string | undefined;
2918
2918
  class?: any;
2919
- style: import("vue").StyleValue;
2919
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2920
2920
  $children?: {
2921
2921
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2922
2922
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -3092,7 +3092,7 @@ export declare const VVideoControls: {
3092
3092
  modelValue: number;
3093
3093
  }> & Omit<{
3094
3094
  class?: any;
3095
- style: import("vue").StyleValue;
3095
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3096
3096
  $children?: {
3097
3097
  default?: (() => import("vue").VNodeChild) | undefined;
3098
3098
  } | {
@@ -3201,7 +3201,7 @@ export declare const VVideoControls: {
3201
3201
  }> & Omit<{
3202
3202
  theme?: string | undefined;
3203
3203
  class?: any;
3204
- style: import("vue").StyleValue;
3204
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3205
3205
  $children?: {
3206
3206
  default?: ((arg: {
3207
3207
  isActive: Ref<boolean, boolean>;
@@ -3227,7 +3227,7 @@ export declare const VVideoControls: {
3227
3227
  }) => import("vue").VNodeChild) | undefined;
3228
3228
  } | undefined;
3229
3229
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
3230
- location: import("../../util/index.js").Anchor | undefined;
3230
+ location: import("../../util/index.js").Anchor;
3231
3231
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
3232
3232
  offset?: string | number | number[] | undefined;
3233
3233
  stickToTarget: boolean;
@@ -3375,7 +3375,7 @@ export declare const VVideoControls: {
3375
3375
  }> & Omit<{
3376
3376
  theme?: string | undefined;
3377
3377
  class?: any;
3378
- style: import("vue").StyleValue;
3378
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3379
3379
  $children?: {
3380
3380
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
3381
3381
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -3579,7 +3579,7 @@ export declare const VVideoControls: {
3579
3579
  modelValue: number;
3580
3580
  }> & Omit<{
3581
3581
  class?: any;
3582
- style: import("vue").StyleValue;
3582
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3583
3583
  $children?: {
3584
3584
  default?: (() => import("vue").VNodeChild) | undefined;
3585
3585
  } | {
@@ -3688,7 +3688,7 @@ export declare const VVideoControls: {
3688
3688
  }> & Omit<{
3689
3689
  theme?: string | undefined;
3690
3690
  class?: any;
3691
- style: import("vue").StyleValue;
3691
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3692
3692
  $children?: {
3693
3693
  default?: ((arg: {
3694
3694
  isActive: Ref<boolean, boolean>;
@@ -3714,7 +3714,7 @@ export declare const VVideoControls: {
3714
3714
  }) => import("vue").VNodeChild) | undefined;
3715
3715
  } | undefined;
3716
3716
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
3717
- location: import("../../util/index.js").Anchor | undefined;
3717
+ location: import("../../util/index.js").Anchor;
3718
3718
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
3719
3719
  offset?: string | number | number[] | undefined;
3720
3720
  stickToTarget: boolean;
@@ -3862,7 +3862,7 @@ export declare const VVideoControls: {
3862
3862
  }> & Omit<{
3863
3863
  theme?: string | undefined;
3864
3864
  class?: any;
3865
- style: import("vue").StyleValue;
3865
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3866
3866
  $children?: {
3867
3867
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
3868
3868
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -4011,7 +4011,7 @@ export declare const VVideoControls: {
4011
4011
  modelValue: number;
4012
4012
  }> & Omit<{
4013
4013
  class?: any;
4014
- style: import("vue").StyleValue;
4014
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4015
4015
  $children?: {
4016
4016
  default?: (() => import("vue").VNodeChild) | undefined;
4017
4017
  } | {
@@ -4120,7 +4120,7 @@ export declare const VVideoControls: {
4120
4120
  }> & Omit<{
4121
4121
  theme?: string | undefined;
4122
4122
  class?: any;
4123
- style: import("vue").StyleValue;
4123
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4124
4124
  $children?: {
4125
4125
  default?: ((arg: {
4126
4126
  isActive: Ref<boolean, boolean>;
@@ -4146,7 +4146,7 @@ export declare const VVideoControls: {
4146
4146
  }) => import("vue").VNodeChild) | undefined;
4147
4147
  } | undefined;
4148
4148
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
4149
- location: import("../../util/index.js").Anchor | undefined;
4149
+ location: import("../../util/index.js").Anchor;
4150
4150
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
4151
4151
  offset?: string | number | number[] | undefined;
4152
4152
  stickToTarget: boolean;
@@ -4294,7 +4294,7 @@ export declare const VVideoControls: {
4294
4294
  }> & Omit<{
4295
4295
  theme?: string | undefined;
4296
4296
  class?: any;
4297
- style: import("vue").StyleValue;
4297
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4298
4298
  $children?: {
4299
4299
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
4300
4300
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -149,7 +149,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
149
149
  }> & Omit<{
150
150
  theme?: string | undefined;
151
151
  class?: any;
152
- style: import("vue").StyleValue;
152
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
153
153
  $children?: {
154
154
  default?: ((arg: {
155
155
  isActive: import("vue").Ref<boolean, boolean>;
@@ -175,7 +175,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
175
175
  }) => import("vue").VNodeChild) | undefined;
176
176
  } | undefined;
177
177
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
178
- location: import("../../util/index.js").Anchor | undefined;
178
+ location: import("../../util/index.js").Anchor;
179
179
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
180
180
  offset?: string | number | number[] | undefined;
181
181
  stickToTarget: boolean;
@@ -385,7 +385,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
385
385
  }> & Omit<{
386
386
  theme?: string | undefined;
387
387
  class?: any;
388
- style: import("vue").StyleValue;
388
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
389
389
  $children?: {
390
390
  default?: ((arg: {
391
391
  isActive: import("vue").Ref<boolean, boolean>;
@@ -411,7 +411,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
411
411
  }) => import("vue").VNodeChild) | undefined;
412
412
  } | undefined;
413
413
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
414
- location: import("../../util/index.js").Anchor | undefined;
414
+ location: import("../../util/index.js").Anchor;
415
415
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
416
416
  offset?: string | number | number[] | undefined;
417
417
  stickToTarget: boolean;
@@ -620,7 +620,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
620
620
  }> & Omit<{
621
621
  theme?: string | undefined;
622
622
  class?: any;
623
- style: import("vue").StyleValue;
623
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
624
624
  $children?: {
625
625
  default?: ((arg: {
626
626
  isActive: import("vue").Ref<boolean, boolean>;
@@ -646,7 +646,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
646
646
  }) => import("vue").VNodeChild) | undefined;
647
647
  } | undefined;
648
648
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
649
- location: import("../../util/index.js").Anchor | undefined;
649
+ location: import("../../util/index.js").Anchor;
650
650
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
651
651
  offset?: string | number | number[] | undefined;
652
652
  stickToTarget: boolean;
@@ -856,7 +856,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
856
856
  }> & Omit<{
857
857
  theme?: string | undefined;
858
858
  class?: any;
859
- style: import("vue").StyleValue;
859
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
860
860
  $children?: {
861
861
  default?: ((arg: {
862
862
  isActive: import("vue").Ref<boolean, boolean>;
@@ -882,7 +882,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
882
882
  }) => import("vue").VNodeChild) | undefined;
883
883
  } | undefined;
884
884
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
885
- location: import("../../util/index.js").Anchor | undefined;
885
+ location: import("../../util/index.js").Anchor;
886
886
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
887
887
  offset?: string | number | number[] | undefined;
888
888
  stickToTarget: boolean;
@@ -1091,7 +1091,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
1091
1091
  }> & Omit<{
1092
1092
  theme?: string | undefined;
1093
1093
  class?: any;
1094
- style: import("vue").StyleValue;
1094
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1095
1095
  $children?: {
1096
1096
  default?: ((arg: {
1097
1097
  isActive: import("vue").Ref<boolean, boolean>;
@@ -1117,7 +1117,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
1117
1117
  }) => import("vue").VNodeChild) | undefined;
1118
1118
  } | undefined;
1119
1119
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
1120
- location: import("../../util/index.js").Anchor | undefined;
1120
+ location: import("../../util/index.js").Anchor;
1121
1121
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
1122
1122
  offset?: string | number | number[] | undefined;
1123
1123
  stickToTarget: boolean;
@@ -1266,7 +1266,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
1266
1266
  }> & Omit<{
1267
1267
  theme?: string | undefined;
1268
1268
  class?: any;
1269
- style: import("vue").StyleValue;
1269
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1270
1270
  $children?: {
1271
1271
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1272
1272
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -1401,7 +1401,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
1401
1401
  }> & Omit<{
1402
1402
  theme?: string | undefined;
1403
1403
  class?: any;
1404
- style: import("vue").StyleValue;
1404
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1405
1405
  $children?: {
1406
1406
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1407
1407
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -1535,7 +1535,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
1535
1535
  }> & Omit<{
1536
1536
  theme?: string | undefined;
1537
1537
  class?: any;
1538
- style: import("vue").StyleValue;
1538
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1539
1539
  $children?: {
1540
1540
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1541
1541
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -1670,7 +1670,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
1670
1670
  }> & Omit<{
1671
1671
  theme?: string | undefined;
1672
1672
  class?: any;
1673
- style: import("vue").StyleValue;
1673
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1674
1674
  $children?: {
1675
1675
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1676
1676
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -1804,7 +1804,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
1804
1804
  }> & Omit<{
1805
1805
  theme?: string | undefined;
1806
1806
  class?: any;
1807
- style: import("vue").StyleValue;
1807
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1808
1808
  $children?: {
1809
1809
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
1810
1810
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -1913,7 +1913,7 @@ export declare const makeVVideoVolumeProps: <Defaults extends {
1913
1913
  };
1914
1914
  export declare const VVideoVolume: {
1915
1915
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
1916
- style: import("vue").StyleValue;
1916
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1917
1917
  inline: boolean;
1918
1918
  direction: "horizontal" | "vertical";
1919
1919
  modelValue: number;
@@ -2016,7 +2016,7 @@ export declare const VVideoVolume: {
2016
2016
  }> & Omit<{
2017
2017
  theme?: string | undefined;
2018
2018
  class?: any;
2019
- style: import("vue").StyleValue;
2019
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2020
2020
  $children?: {
2021
2021
  default?: ((arg: {
2022
2022
  isActive: import("vue").Ref<boolean, boolean>;
@@ -2042,7 +2042,7 @@ export declare const VVideoVolume: {
2042
2042
  }) => import("vue").VNodeChild) | undefined;
2043
2043
  } | undefined;
2044
2044
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2045
- location: import("../../util/index.js").Anchor | undefined;
2045
+ location: import("../../util/index.js").Anchor;
2046
2046
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
2047
2047
  offset?: string | number | number[] | undefined;
2048
2048
  stickToTarget: boolean;
@@ -2190,7 +2190,7 @@ export declare const VVideoVolume: {
2190
2190
  }> & Omit<{
2191
2191
  theme?: string | undefined;
2192
2192
  class?: any;
2193
- style: import("vue").StyleValue;
2193
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2194
2194
  $children?: {
2195
2195
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2196
2196
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -2324,7 +2324,7 @@ export declare const VVideoVolume: {
2324
2324
  M: {};
2325
2325
  Defaults: {};
2326
2326
  }, {
2327
- style: import("vue").StyleValue;
2327
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2328
2328
  inline: boolean;
2329
2329
  direction: "horizontal" | "vertical";
2330
2330
  modelValue: number;
@@ -2427,7 +2427,7 @@ export declare const VVideoVolume: {
2427
2427
  }> & Omit<{
2428
2428
  theme?: string | undefined;
2429
2429
  class?: any;
2430
- style: import("vue").StyleValue;
2430
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2431
2431
  $children?: {
2432
2432
  default?: ((arg: {
2433
2433
  isActive: import("vue").Ref<boolean, boolean>;
@@ -2453,7 +2453,7 @@ export declare const VVideoVolume: {
2453
2453
  }) => import("vue").VNodeChild) | undefined;
2454
2454
  } | undefined;
2455
2455
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2456
- location: import("../../util/index.js").Anchor | undefined;
2456
+ location: import("../../util/index.js").Anchor;
2457
2457
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
2458
2458
  offset?: string | number | number[] | undefined;
2459
2459
  stickToTarget: boolean;
@@ -2601,7 +2601,7 @@ export declare const VVideoVolume: {
2601
2601
  }> & Omit<{
2602
2602
  theme?: string | undefined;
2603
2603
  class?: any;
2604
- style: import("vue").StyleValue;
2604
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2605
2605
  $children?: {
2606
2606
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2607
2607
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -2726,7 +2726,7 @@ export declare const VVideoVolume: {
2726
2726
  __isTeleport?: undefined;
2727
2727
  __isSuspense?: undefined;
2728
2728
  } & import("vue").ComponentOptionsBase<{
2729
- style: import("vue").StyleValue;
2729
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2730
2730
  inline: boolean;
2731
2731
  direction: "horizontal" | "vertical";
2732
2732
  modelValue: number;
@@ -2829,7 +2829,7 @@ export declare const VVideoVolume: {
2829
2829
  }> & Omit<{
2830
2830
  theme?: string | undefined;
2831
2831
  class?: any;
2832
- style: import("vue").StyleValue;
2832
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2833
2833
  $children?: {
2834
2834
  default?: ((arg: {
2835
2835
  isActive: import("vue").Ref<boolean, boolean>;
@@ -2855,7 +2855,7 @@ export declare const VVideoVolume: {
2855
2855
  }) => import("vue").VNodeChild) | undefined;
2856
2856
  } | undefined;
2857
2857
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
2858
- location: import("../../util/index.js").Anchor | undefined;
2858
+ location: import("../../util/index.js").Anchor;
2859
2859
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
2860
2860
  offset?: string | number | number[] | undefined;
2861
2861
  stickToTarget: boolean;
@@ -3003,7 +3003,7 @@ export declare const VVideoVolume: {
3003
3003
  }> & Omit<{
3004
3004
  theme?: string | undefined;
3005
3005
  class?: any;
3006
- style: import("vue").StyleValue;
3006
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3007
3007
  $children?: {
3008
3008
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
3009
3009
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -3241,7 +3241,7 @@ export declare const VVideoVolume: {
3241
3241
  }> & Omit<{
3242
3242
  theme?: string | undefined;
3243
3243
  class?: any;
3244
- style: import("vue").StyleValue;
3244
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3245
3245
  $children?: {
3246
3246
  default?: ((arg: {
3247
3247
  isActive: import("vue").Ref<boolean, boolean>;
@@ -3267,7 +3267,7 @@ export declare const VVideoVolume: {
3267
3267
  }) => import("vue").VNodeChild) | undefined;
3268
3268
  } | undefined;
3269
3269
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
3270
- location: import("../../util/index.js").Anchor | undefined;
3270
+ location: import("../../util/index.js").Anchor;
3271
3271
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
3272
3272
  offset?: string | number | number[] | undefined;
3273
3273
  stickToTarget: boolean;
@@ -3415,7 +3415,7 @@ export declare const VVideoVolume: {
3415
3415
  }> & Omit<{
3416
3416
  theme?: string | undefined;
3417
3417
  class?: any;
3418
- style: import("vue").StyleValue;
3418
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3419
3419
  $children?: {
3420
3420
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
3421
3421
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -3629,7 +3629,7 @@ export declare const VVideoVolume: {
3629
3629
  }> & Omit<{
3630
3630
  theme?: string | undefined;
3631
3631
  class?: any;
3632
- style: import("vue").StyleValue;
3632
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3633
3633
  $children?: {
3634
3634
  default?: ((arg: {
3635
3635
  isActive: import("vue").Ref<boolean, boolean>;
@@ -3655,7 +3655,7 @@ export declare const VVideoVolume: {
3655
3655
  }) => import("vue").VNodeChild) | undefined;
3656
3656
  } | undefined;
3657
3657
  locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
3658
- location: import("../../util/index.js").Anchor | undefined;
3658
+ location: import("../../util/index.js").Anchor;
3659
3659
  origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
3660
3660
  offset?: string | number | number[] | undefined;
3661
3661
  stickToTarget: boolean;
@@ -3803,7 +3803,7 @@ export declare const VVideoVolume: {
3803
3803
  }> & Omit<{
3804
3804
  theme?: string | undefined;
3805
3805
  class?: any;
3806
- style: import("vue").StyleValue;
3806
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3807
3807
  $children?: {
3808
3808
  default?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
3809
3809
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -2,7 +2,7 @@
2
2
  import { Box } from "./box.js";
3
3
  /** @see https://stackoverflow.com/a/57876601/2074736 */
4
4
  export function nullifyTransforms(el) {
5
- const rect = el.getBoundingClientRect();
5
+ const rect = new Box(el.getBoundingClientRect());
6
6
  const style = getComputedStyle(el);
7
7
  const tx = style.transform;
8
8
  if (tx) {