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
@@ -443,7 +443,7 @@ export declare const makeVMaskInputProps: <Defaults extends {
443
443
  };
444
444
  export declare const VMaskInput: {
445
445
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
446
- style: import("vue").StyleValue;
446
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
447
447
  focused: boolean;
448
448
  errorMessages: string | readonly string[] | null;
449
449
  maxErrors: string | number;
@@ -609,7 +609,7 @@ export declare const VMaskInput: {
609
609
  }> & Omit<{
610
610
  theme?: string | undefined;
611
611
  class?: any;
612
- style: import("vue").StyleValue;
612
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
613
613
  $children?: {
614
614
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
615
615
  append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -784,7 +784,7 @@ export declare const VMaskInput: {
784
784
  $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:modelValue", val: string) => void);
785
785
  $el: any;
786
786
  $options: import("vue").ComponentOptionsBase<{
787
- style: import("vue").StyleValue;
787
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
788
788
  focused: boolean;
789
789
  errorMessages: string | readonly string[] | null;
790
790
  maxErrors: string | number;
@@ -935,7 +935,7 @@ export declare const VMaskInput: {
935
935
  }> & Omit<{
936
936
  theme?: string | undefined;
937
937
  class?: any;
938
- style: import("vue").StyleValue;
938
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
939
939
  focused: boolean;
940
940
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
941
941
  disabled: boolean | null;
@@ -998,7 +998,7 @@ export declare const VMaskInput: {
998
998
  $emit: (event: string, ...args: any[]) => void;
999
999
  $el: any;
1000
1000
  $options: import("vue").ComponentOptionsBase<{
1001
- style: import("vue").StyleValue;
1001
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1002
1002
  focused: boolean;
1003
1003
  disabled: boolean | null;
1004
1004
  error: boolean;
@@ -1111,7 +1111,7 @@ export declare const VMaskInput: {
1111
1111
  messages: string | readonly string[];
1112
1112
  direction: "horizontal" | "vertical";
1113
1113
  }> & Omit<{
1114
- style: import("vue").StyleValue;
1114
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1115
1115
  focused: boolean;
1116
1116
  disabled: boolean | null;
1117
1117
  error: boolean;
@@ -1181,7 +1181,7 @@ export declare const VMaskInput: {
1181
1181
  }> & Omit<{
1182
1182
  theme?: string | undefined;
1183
1183
  class?: any;
1184
- style: import("vue").StyleValue;
1184
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1185
1185
  focused: boolean;
1186
1186
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1187
1187
  rounded?: string | number | boolean | undefined;
@@ -1250,7 +1250,7 @@ export declare const VMaskInput: {
1250
1250
  $emit: (event: "update:focused", focused: boolean) => void;
1251
1251
  $el: any;
1252
1252
  $options: import("vue").ComponentOptionsBase<{
1253
- style: import("vue").StyleValue;
1253
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1254
1254
  focused: boolean;
1255
1255
  tile: boolean;
1256
1256
  clearable: boolean;
@@ -1375,7 +1375,7 @@ export declare const VMaskInput: {
1375
1375
  singleLine: boolean;
1376
1376
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
1377
1377
  }> & Omit<{
1378
- style: import("vue").StyleValue;
1378
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1379
1379
  focused: boolean;
1380
1380
  tile: boolean;
1381
1381
  clearable: boolean;
@@ -1557,7 +1557,7 @@ export declare const VMaskInput: {
1557
1557
  persistentCounter: boolean;
1558
1558
  type: string;
1559
1559
  }> & Omit<{
1560
- style: import("vue").StyleValue;
1560
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1561
1561
  focused: boolean;
1562
1562
  errorMessages: string | readonly string[] | null;
1563
1563
  maxErrors: string | number;
@@ -1708,7 +1708,7 @@ export declare const VMaskInput: {
1708
1708
  }> & Omit<{
1709
1709
  theme?: string | undefined;
1710
1710
  class?: any;
1711
- style: import("vue").StyleValue;
1711
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1712
1712
  focused: boolean;
1713
1713
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
1714
1714
  disabled: boolean | null;
@@ -1771,7 +1771,7 @@ export declare const VMaskInput: {
1771
1771
  $emit: (event: string, ...args: any[]) => void;
1772
1772
  $el: any;
1773
1773
  $options: import("vue").ComponentOptionsBase<{
1774
- style: import("vue").StyleValue;
1774
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1775
1775
  focused: boolean;
1776
1776
  disabled: boolean | null;
1777
1777
  error: boolean;
@@ -1884,7 +1884,7 @@ export declare const VMaskInput: {
1884
1884
  messages: string | readonly string[];
1885
1885
  direction: "horizontal" | "vertical";
1886
1886
  }> & Omit<{
1887
- style: import("vue").StyleValue;
1887
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1888
1888
  focused: boolean;
1889
1889
  disabled: boolean | null;
1890
1890
  error: boolean;
@@ -1954,7 +1954,7 @@ export declare const VMaskInput: {
1954
1954
  }> & Omit<{
1955
1955
  theme?: string | undefined;
1956
1956
  class?: any;
1957
- style: import("vue").StyleValue;
1957
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
1958
1958
  focused: boolean;
1959
1959
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
1960
1960
  rounded?: string | number | boolean | undefined;
@@ -2023,7 +2023,7 @@ export declare const VMaskInput: {
2023
2023
  $emit: (event: "update:focused", focused: boolean) => void;
2024
2024
  $el: any;
2025
2025
  $options: import("vue").ComponentOptionsBase<{
2026
- style: import("vue").StyleValue;
2026
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2027
2027
  focused: boolean;
2028
2028
  tile: boolean;
2029
2029
  clearable: boolean;
@@ -2148,7 +2148,7 @@ export declare const VMaskInput: {
2148
2148
  singleLine: boolean;
2149
2149
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2150
2150
  }> & Omit<{
2151
- style: import("vue").StyleValue;
2151
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2152
2152
  focused: boolean;
2153
2153
  tile: boolean;
2154
2154
  clearable: boolean;
@@ -2224,7 +2224,7 @@ export declare const VMaskInput: {
2224
2224
  }> & Omit<{
2225
2225
  theme?: string | undefined;
2226
2226
  class?: any;
2227
- style: import("vue").StyleValue;
2227
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2228
2228
  focused: boolean;
2229
2229
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
2230
2230
  disabled: boolean | null;
@@ -2287,7 +2287,7 @@ export declare const VMaskInput: {
2287
2287
  $emit: (event: string, ...args: any[]) => void;
2288
2288
  $el: any;
2289
2289
  $options: import("vue").ComponentOptionsBase<{
2290
- style: import("vue").StyleValue;
2290
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2291
2291
  focused: boolean;
2292
2292
  disabled: boolean | null;
2293
2293
  error: boolean;
@@ -2400,7 +2400,7 @@ export declare const VMaskInput: {
2400
2400
  messages: string | readonly string[];
2401
2401
  direction: "horizontal" | "vertical";
2402
2402
  }> & Omit<{
2403
- style: import("vue").StyleValue;
2403
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2404
2404
  focused: boolean;
2405
2405
  disabled: boolean | null;
2406
2406
  error: boolean;
@@ -2470,7 +2470,7 @@ export declare const VMaskInput: {
2470
2470
  }> & Omit<{
2471
2471
  theme?: string | undefined;
2472
2472
  class?: any;
2473
- style: import("vue").StyleValue;
2473
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2474
2474
  focused: boolean;
2475
2475
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
2476
2476
  rounded?: string | number | boolean | undefined;
@@ -2539,7 +2539,7 @@ export declare const VMaskInput: {
2539
2539
  $emit: (event: "update:focused", focused: boolean) => void;
2540
2540
  $el: any;
2541
2541
  $options: import("vue").ComponentOptionsBase<{
2542
- style: import("vue").StyleValue;
2542
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2543
2543
  focused: boolean;
2544
2544
  tile: boolean;
2545
2545
  clearable: boolean;
@@ -2664,7 +2664,7 @@ export declare const VMaskInput: {
2664
2664
  singleLine: boolean;
2665
2665
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
2666
2666
  }> & Omit<{
2667
- style: import("vue").StyleValue;
2667
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2668
2668
  focused: boolean;
2669
2669
  tile: boolean;
2670
2670
  clearable: boolean;
@@ -2800,7 +2800,7 @@ export declare const VMaskInput: {
2800
2800
  M: {};
2801
2801
  Defaults: {};
2802
2802
  }, {
2803
- style: import("vue").StyleValue;
2803
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2804
2804
  focused: boolean;
2805
2805
  errorMessages: string | readonly string[] | null;
2806
2806
  maxErrors: string | number;
@@ -2966,7 +2966,7 @@ export declare const VMaskInput: {
2966
2966
  }> & Omit<{
2967
2967
  theme?: string | undefined;
2968
2968
  class?: any;
2969
- style: import("vue").StyleValue;
2969
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
2970
2970
  $children?: {
2971
2971
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
2972
2972
  append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -3141,7 +3141,7 @@ export declare const VMaskInput: {
3141
3141
  $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:modelValue", val: string) => void);
3142
3142
  $el: any;
3143
3143
  $options: import("vue").ComponentOptionsBase<{
3144
- style: import("vue").StyleValue;
3144
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3145
3145
  focused: boolean;
3146
3146
  errorMessages: string | readonly string[] | null;
3147
3147
  maxErrors: string | number;
@@ -3292,7 +3292,7 @@ export declare const VMaskInput: {
3292
3292
  }> & Omit<{
3293
3293
  theme?: string | undefined;
3294
3294
  class?: any;
3295
- style: import("vue").StyleValue;
3295
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3296
3296
  focused: boolean;
3297
3297
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
3298
3298
  disabled: boolean | null;
@@ -3355,7 +3355,7 @@ export declare const VMaskInput: {
3355
3355
  $emit: (event: string, ...args: any[]) => void;
3356
3356
  $el: any;
3357
3357
  $options: import("vue").ComponentOptionsBase<{
3358
- style: import("vue").StyleValue;
3358
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3359
3359
  focused: boolean;
3360
3360
  disabled: boolean | null;
3361
3361
  error: boolean;
@@ -3468,7 +3468,7 @@ export declare const VMaskInput: {
3468
3468
  messages: string | readonly string[];
3469
3469
  direction: "horizontal" | "vertical";
3470
3470
  }> & Omit<{
3471
- style: import("vue").StyleValue;
3471
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3472
3472
  focused: boolean;
3473
3473
  disabled: boolean | null;
3474
3474
  error: boolean;
@@ -3538,7 +3538,7 @@ export declare const VMaskInput: {
3538
3538
  }> & Omit<{
3539
3539
  theme?: string | undefined;
3540
3540
  class?: any;
3541
- style: import("vue").StyleValue;
3541
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3542
3542
  focused: boolean;
3543
3543
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
3544
3544
  rounded?: string | number | boolean | undefined;
@@ -3607,7 +3607,7 @@ export declare const VMaskInput: {
3607
3607
  $emit: (event: "update:focused", focused: boolean) => void;
3608
3608
  $el: any;
3609
3609
  $options: import("vue").ComponentOptionsBase<{
3610
- style: import("vue").StyleValue;
3610
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3611
3611
  focused: boolean;
3612
3612
  tile: boolean;
3613
3613
  clearable: boolean;
@@ -3732,7 +3732,7 @@ export declare const VMaskInput: {
3732
3732
  singleLine: boolean;
3733
3733
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
3734
3734
  }> & Omit<{
3735
- style: import("vue").StyleValue;
3735
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3736
3736
  focused: boolean;
3737
3737
  tile: boolean;
3738
3738
  clearable: boolean;
@@ -3914,7 +3914,7 @@ export declare const VMaskInput: {
3914
3914
  persistentCounter: boolean;
3915
3915
  type: string;
3916
3916
  }> & Omit<{
3917
- style: import("vue").StyleValue;
3917
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
3918
3918
  focused: boolean;
3919
3919
  errorMessages: string | readonly string[] | null;
3920
3920
  maxErrors: string | number;
@@ -4065,7 +4065,7 @@ export declare const VMaskInput: {
4065
4065
  }> & Omit<{
4066
4066
  theme?: string | undefined;
4067
4067
  class?: any;
4068
- style: import("vue").StyleValue;
4068
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4069
4069
  focused: boolean;
4070
4070
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
4071
4071
  disabled: boolean | null;
@@ -4128,7 +4128,7 @@ export declare const VMaskInput: {
4128
4128
  $emit: (event: string, ...args: any[]) => void;
4129
4129
  $el: any;
4130
4130
  $options: import("vue").ComponentOptionsBase<{
4131
- style: import("vue").StyleValue;
4131
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4132
4132
  focused: boolean;
4133
4133
  disabled: boolean | null;
4134
4134
  error: boolean;
@@ -4241,7 +4241,7 @@ export declare const VMaskInput: {
4241
4241
  messages: string | readonly string[];
4242
4242
  direction: "horizontal" | "vertical";
4243
4243
  }> & Omit<{
4244
- style: import("vue").StyleValue;
4244
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4245
4245
  focused: boolean;
4246
4246
  disabled: boolean | null;
4247
4247
  error: boolean;
@@ -4311,7 +4311,7 @@ export declare const VMaskInput: {
4311
4311
  }> & Omit<{
4312
4312
  theme?: string | undefined;
4313
4313
  class?: any;
4314
- style: import("vue").StyleValue;
4314
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4315
4315
  focused: boolean;
4316
4316
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
4317
4317
  rounded?: string | number | boolean | undefined;
@@ -4380,7 +4380,7 @@ export declare const VMaskInput: {
4380
4380
  $emit: (event: "update:focused", focused: boolean) => void;
4381
4381
  $el: any;
4382
4382
  $options: import("vue").ComponentOptionsBase<{
4383
- style: import("vue").StyleValue;
4383
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4384
4384
  focused: boolean;
4385
4385
  tile: boolean;
4386
4386
  clearable: boolean;
@@ -4505,7 +4505,7 @@ export declare const VMaskInput: {
4505
4505
  singleLine: boolean;
4506
4506
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
4507
4507
  }> & Omit<{
4508
- style: import("vue").StyleValue;
4508
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4509
4509
  focused: boolean;
4510
4510
  tile: boolean;
4511
4511
  clearable: boolean;
@@ -4581,7 +4581,7 @@ export declare const VMaskInput: {
4581
4581
  }> & Omit<{
4582
4582
  theme?: string | undefined;
4583
4583
  class?: any;
4584
- style: import("vue").StyleValue;
4584
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4585
4585
  focused: boolean;
4586
4586
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
4587
4587
  disabled: boolean | null;
@@ -4644,7 +4644,7 @@ export declare const VMaskInput: {
4644
4644
  $emit: (event: string, ...args: any[]) => void;
4645
4645
  $el: any;
4646
4646
  $options: import("vue").ComponentOptionsBase<{
4647
- style: import("vue").StyleValue;
4647
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4648
4648
  focused: boolean;
4649
4649
  disabled: boolean | null;
4650
4650
  error: boolean;
@@ -4757,7 +4757,7 @@ export declare const VMaskInput: {
4757
4757
  messages: string | readonly string[];
4758
4758
  direction: "horizontal" | "vertical";
4759
4759
  }> & Omit<{
4760
- style: import("vue").StyleValue;
4760
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4761
4761
  focused: boolean;
4762
4762
  disabled: boolean | null;
4763
4763
  error: boolean;
@@ -4827,7 +4827,7 @@ export declare const VMaskInput: {
4827
4827
  }> & Omit<{
4828
4828
  theme?: string | undefined;
4829
4829
  class?: any;
4830
- style: import("vue").StyleValue;
4830
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4831
4831
  focused: boolean;
4832
4832
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
4833
4833
  rounded?: string | number | boolean | undefined;
@@ -4896,7 +4896,7 @@ export declare const VMaskInput: {
4896
4896
  $emit: (event: "update:focused", focused: boolean) => void;
4897
4897
  $el: any;
4898
4898
  $options: import("vue").ComponentOptionsBase<{
4899
- style: import("vue").StyleValue;
4899
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4900
4900
  focused: boolean;
4901
4901
  tile: boolean;
4902
4902
  clearable: boolean;
@@ -5021,7 +5021,7 @@ export declare const VMaskInput: {
5021
5021
  singleLine: boolean;
5022
5022
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
5023
5023
  }> & Omit<{
5024
- style: import("vue").StyleValue;
5024
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5025
5025
  focused: boolean;
5026
5026
  tile: boolean;
5027
5027
  clearable: boolean;
@@ -5113,7 +5113,7 @@ export declare const VMaskInput: {
5113
5113
  __isTeleport?: undefined;
5114
5114
  __isSuspense?: undefined;
5115
5115
  } & import("vue").ComponentOptionsBase<{
5116
- style: import("vue").StyleValue;
5116
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5117
5117
  focused: boolean;
5118
5118
  errorMessages: string | readonly string[] | null;
5119
5119
  maxErrors: string | number;
@@ -5279,7 +5279,7 @@ export declare const VMaskInput: {
5279
5279
  }> & Omit<{
5280
5280
  theme?: string | undefined;
5281
5281
  class?: any;
5282
- style: import("vue").StyleValue;
5282
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5283
5283
  $children?: {
5284
5284
  prepend?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
5285
5285
  append?: ((arg: import("../../components/VInput/VInput.js").VInputSlot) => import("vue").VNodeChild) | undefined;
@@ -5454,7 +5454,7 @@ export declare const VMaskInput: {
5454
5454
  $emit: ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "update:modelValue", val: string) => void);
5455
5455
  $el: any;
5456
5456
  $options: import("vue").ComponentOptionsBase<{
5457
- style: import("vue").StyleValue;
5457
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5458
5458
  focused: boolean;
5459
5459
  errorMessages: string | readonly string[] | null;
5460
5460
  maxErrors: string | number;
@@ -5605,7 +5605,7 @@ export declare const VMaskInput: {
5605
5605
  }> & Omit<{
5606
5606
  theme?: string | undefined;
5607
5607
  class?: any;
5608
- style: import("vue").StyleValue;
5608
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5609
5609
  focused: boolean;
5610
5610
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
5611
5611
  disabled: boolean | null;
@@ -5668,7 +5668,7 @@ export declare const VMaskInput: {
5668
5668
  $emit: (event: string, ...args: any[]) => void;
5669
5669
  $el: any;
5670
5670
  $options: import("vue").ComponentOptionsBase<{
5671
- style: import("vue").StyleValue;
5671
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5672
5672
  focused: boolean;
5673
5673
  disabled: boolean | null;
5674
5674
  error: boolean;
@@ -5781,7 +5781,7 @@ export declare const VMaskInput: {
5781
5781
  messages: string | readonly string[];
5782
5782
  direction: "horizontal" | "vertical";
5783
5783
  }> & Omit<{
5784
- style: import("vue").StyleValue;
5784
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5785
5785
  focused: boolean;
5786
5786
  disabled: boolean | null;
5787
5787
  error: boolean;
@@ -5851,7 +5851,7 @@ export declare const VMaskInput: {
5851
5851
  }> & Omit<{
5852
5852
  theme?: string | undefined;
5853
5853
  class?: any;
5854
- style: import("vue").StyleValue;
5854
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5855
5855
  focused: boolean;
5856
5856
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
5857
5857
  rounded?: string | number | boolean | undefined;
@@ -5920,7 +5920,7 @@ export declare const VMaskInput: {
5920
5920
  $emit: (event: "update:focused", focused: boolean) => void;
5921
5921
  $el: any;
5922
5922
  $options: import("vue").ComponentOptionsBase<{
5923
- style: import("vue").StyleValue;
5923
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
5924
5924
  focused: boolean;
5925
5925
  tile: boolean;
5926
5926
  clearable: boolean;
@@ -6045,7 +6045,7 @@ export declare const VMaskInput: {
6045
6045
  singleLine: boolean;
6046
6046
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
6047
6047
  }> & Omit<{
6048
- style: import("vue").StyleValue;
6048
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6049
6049
  focused: boolean;
6050
6050
  tile: boolean;
6051
6051
  clearable: boolean;
@@ -6227,7 +6227,7 @@ export declare const VMaskInput: {
6227
6227
  persistentCounter: boolean;
6228
6228
  type: string;
6229
6229
  }> & Omit<{
6230
- style: import("vue").StyleValue;
6230
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6231
6231
  focused: boolean;
6232
6232
  errorMessages: string | readonly string[] | null;
6233
6233
  maxErrors: string | number;
@@ -6378,7 +6378,7 @@ export declare const VMaskInput: {
6378
6378
  }> & Omit<{
6379
6379
  theme?: string | undefined;
6380
6380
  class?: any;
6381
- style: import("vue").StyleValue;
6381
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6382
6382
  focused: boolean;
6383
6383
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
6384
6384
  disabled: boolean | null;
@@ -6441,7 +6441,7 @@ export declare const VMaskInput: {
6441
6441
  $emit: (event: string, ...args: any[]) => void;
6442
6442
  $el: any;
6443
6443
  $options: import("vue").ComponentOptionsBase<{
6444
- style: import("vue").StyleValue;
6444
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6445
6445
  focused: boolean;
6446
6446
  disabled: boolean | null;
6447
6447
  error: boolean;
@@ -6554,7 +6554,7 @@ export declare const VMaskInput: {
6554
6554
  messages: string | readonly string[];
6555
6555
  direction: "horizontal" | "vertical";
6556
6556
  }> & Omit<{
6557
- style: import("vue").StyleValue;
6557
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6558
6558
  focused: boolean;
6559
6559
  disabled: boolean | null;
6560
6560
  error: boolean;
@@ -6624,7 +6624,7 @@ export declare const VMaskInput: {
6624
6624
  }> & Omit<{
6625
6625
  theme?: string | undefined;
6626
6626
  class?: any;
6627
- style: import("vue").StyleValue;
6627
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6628
6628
  focused: boolean;
6629
6629
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
6630
6630
  rounded?: string | number | boolean | undefined;
@@ -6693,7 +6693,7 @@ export declare const VMaskInput: {
6693
6693
  $emit: (event: "update:focused", focused: boolean) => void;
6694
6694
  $el: any;
6695
6695
  $options: import("vue").ComponentOptionsBase<{
6696
- style: import("vue").StyleValue;
6696
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6697
6697
  focused: boolean;
6698
6698
  tile: boolean;
6699
6699
  clearable: boolean;
@@ -6818,7 +6818,7 @@ export declare const VMaskInput: {
6818
6818
  singleLine: boolean;
6819
6819
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
6820
6820
  }> & Omit<{
6821
- style: import("vue").StyleValue;
6821
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6822
6822
  focused: boolean;
6823
6823
  tile: boolean;
6824
6824
  clearable: boolean;
@@ -6894,7 +6894,7 @@ export declare const VMaskInput: {
6894
6894
  }> & Omit<{
6895
6895
  theme?: string | undefined;
6896
6896
  class?: any;
6897
- style: import("vue").StyleValue;
6897
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6898
6898
  focused: boolean;
6899
6899
  "onUpdate:focused"?: ((args_0: boolean) => void) | undefined;
6900
6900
  disabled: boolean | null;
@@ -6957,7 +6957,7 @@ export declare const VMaskInput: {
6957
6957
  $emit: (event: string, ...args: any[]) => void;
6958
6958
  $el: any;
6959
6959
  $options: import("vue").ComponentOptionsBase<{
6960
- style: import("vue").StyleValue;
6960
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
6961
6961
  focused: boolean;
6962
6962
  disabled: boolean | null;
6963
6963
  error: boolean;
@@ -7070,7 +7070,7 @@ export declare const VMaskInput: {
7070
7070
  messages: string | readonly string[];
7071
7071
  direction: "horizontal" | "vertical";
7072
7072
  }> & Omit<{
7073
- style: import("vue").StyleValue;
7073
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7074
7074
  focused: boolean;
7075
7075
  disabled: boolean | null;
7076
7076
  error: boolean;
@@ -7140,7 +7140,7 @@ export declare const VMaskInput: {
7140
7140
  }> & Omit<{
7141
7141
  theme?: string | undefined;
7142
7142
  class?: any;
7143
- style: import("vue").StyleValue;
7143
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7144
7144
  focused: boolean;
7145
7145
  "onUpdate:focused"?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
7146
7146
  rounded?: string | number | boolean | undefined;
@@ -7209,7 +7209,7 @@ export declare const VMaskInput: {
7209
7209
  $emit: (event: "update:focused", focused: boolean) => void;
7210
7210
  $el: any;
7211
7211
  $options: import("vue").ComponentOptionsBase<{
7212
- style: import("vue").StyleValue;
7212
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7213
7213
  focused: boolean;
7214
7214
  tile: boolean;
7215
7215
  clearable: boolean;
@@ -7334,7 +7334,7 @@ export declare const VMaskInput: {
7334
7334
  singleLine: boolean;
7335
7335
  variant: "filled" | "outlined" | "plain" | "solo" | "solo-filled" | "solo-inverted" | "underlined";
7336
7336
  }> & Omit<{
7337
- style: import("vue").StyleValue;
7337
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
7338
7338
  focused: boolean;
7339
7339
  tile: boolean;
7340
7340
  clearable: boolean;
@@ -157,7 +157,7 @@ export declare const makeVPickerProps: <Defaults extends {
157
157
  };
158
158
  export declare const VPicker: {
159
159
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
160
- style: import("vue").StyleValue;
160
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
161
161
  tile: boolean;
162
162
  tag: string | import("../../util/index.js").JSXComponent;
163
163
  divided: boolean;
@@ -231,7 +231,7 @@ export declare const VPicker: {
231
231
  M: {};
232
232
  Defaults: {};
233
233
  }, {
234
- style: import("vue").StyleValue;
234
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
235
235
  tile: boolean;
236
236
  tag: string | import("../../util/index.js").JSXComponent;
237
237
  divided: boolean;
@@ -289,7 +289,7 @@ export declare const VPicker: {
289
289
  __isTeleport?: undefined;
290
290
  __isSuspense?: undefined;
291
291
  } & import("vue").ComponentOptionsBase<{
292
- style: import("vue").StyleValue;
292
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
293
293
  tile: boolean;
294
294
  tag: string | import("../../util/index.js").JSXComponent;
295
295
  divided: boolean;
@@ -1,6 +1,6 @@
1
1
  export declare const VPickerTitle: {
2
2
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
3
- style: import("vue").StyleValue;
3
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
4
4
  tag: string;
5
5
  } & {
6
6
  class?: any;
@@ -32,7 +32,7 @@ export declare const VPickerTitle: {
32
32
  M: {};
33
33
  Defaults: {};
34
34
  }, {
35
- style: import("vue").StyleValue;
35
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
36
36
  tag: string;
37
37
  } & {
38
38
  class?: any;
@@ -57,7 +57,7 @@ export declare const VPickerTitle: {
57
57
  __isTeleport?: undefined;
58
58
  __isSuspense?: undefined;
59
59
  } & import("vue").ComponentOptionsBase<{
60
- style: import("vue").StyleValue;
60
+ style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
61
61
  tag: string;
62
62
  } & {
63
63
  class?: any;
@@ -83,7 +83,7 @@ export declare const makeVPieTooltipProps: <Defaults extends {
83
83
  };
84
84
  export declare const VPieTooltip: {
85
85
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
86
- offset: string | number | number[] | undefined;
86
+ offset: string | number | number[];
87
87
  modelValue: boolean;
88
88
  item: PieItem | null;
89
89
  titleFormat: TextTemplate;
@@ -146,7 +146,7 @@ export declare const VPieTooltip: {
146
146
  M: {};
147
147
  Defaults: {};
148
148
  }, {
149
- offset: string | number | number[] | undefined;
149
+ offset: string | number | number[];
150
150
  modelValue: boolean;
151
151
  item: PieItem | null;
152
152
  titleFormat: TextTemplate;
@@ -195,7 +195,7 @@ export declare const VPieTooltip: {
195
195
  __isTeleport?: undefined;
196
196
  __isSuspense?: undefined;
197
197
  } & import("vue").ComponentOptionsBase<{
198
- offset: string | number | number[] | undefined;
198
+ offset: string | number | number[];
199
199
  modelValue: boolean;
200
200
  item: PieItem | null;
201
201
  titleFormat: TextTemplate;