@vuetify/nightly 3.7.4-dev.2024-11-06 → 3.7.4-master.2024-11-07

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 (252) hide show
  1. package/dist/json/attributes.json +3217 -3217
  2. package/dist/json/importMap-labs.json +18 -18
  3. package/dist/json/importMap.json +164 -164
  4. package/dist/json/web-types.json +6235 -6235
  5. package/dist/vuetify-labs.css +2408 -2408
  6. package/dist/vuetify-labs.d.ts +13860 -3025
  7. package/dist/vuetify-labs.esm.js +4 -10
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +4 -10
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1208 -1208
  12. package/dist/vuetify.d.ts +11886 -2702
  13. package/dist/vuetify.esm.js +4 -10
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +4 -10
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +4 -4
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.mjs +1 -1
  21. package/lib/components/VAlert/index.d.mts +86 -8
  22. package/lib/components/VApp/index.d.mts +20 -4
  23. package/lib/components/VAppBar/VAppBar.mjs +1 -1
  24. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  25. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
  26. package/lib/components/VAppBar/index.d.mts +148 -12
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  28. package/lib/components/VAutocomplete/index.d.mts +1380 -221
  29. package/lib/components/VAvatar/index.d.mts +31 -4
  30. package/lib/components/VBadge/VBadge.mjs +1 -1
  31. package/lib/components/VBadge/index.d.mts +41 -4
  32. package/lib/components/VBanner/VBanner.mjs +1 -1
  33. package/lib/components/VBanner/index.d.mts +88 -12
  34. package/lib/components/VBottomNavigation/index.d.mts +32 -4
  35. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  36. package/lib/components/VBottomSheet/index.d.mts +88 -4
  37. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  38. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
  39. package/lib/components/VBreadcrumbs/index.d.mts +65 -12
  40. package/lib/components/VBtn/VBtn.mjs +1 -1
  41. package/lib/components/VBtn/index.d.mts +72 -4
  42. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
  43. package/lib/components/VBtnGroup/index.d.mts +28 -4
  44. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
  45. package/lib/components/VBtnToggle/index.d.mts +24 -4
  46. package/lib/components/VCard/VCard.mjs +1 -1
  47. package/lib/components/VCard/VCardItem.mjs +1 -1
  48. package/lib/components/VCard/VCardSubtitle.mjs +1 -1
  49. package/lib/components/VCard/VCardText.mjs +1 -1
  50. package/lib/components/VCard/index.d.mts +190 -24
  51. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  52. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  53. package/lib/components/VCarousel/index.d.mts +86 -8
  54. package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
  55. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  56. package/lib/components/VCheckbox/index.d.mts +90 -8
  57. package/lib/components/VChip/VChip.mjs +1 -1
  58. package/lib/components/VChip/index.d.mts +105 -4
  59. package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
  60. package/lib/components/VChipGroup/index.d.mts +28 -4
  61. package/lib/components/VCode/index.d.mts +18 -4
  62. package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
  63. package/lib/components/VColorPicker/index.d.mts +68 -4
  64. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  65. package/lib/components/VCombobox/index.d.mts +1380 -221
  66. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
  67. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  68. package/lib/components/VConfirmEdit/index.d.mts +13 -6
  69. package/lib/components/VCounter/VCounter.mjs +1 -1
  70. package/lib/components/VCounter/index.d.mts +31 -9
  71. package/lib/components/VDataIterator/index.d.mts +56 -12
  72. package/lib/components/VDataTable/VDataTable.mjs +1 -1
  73. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  74. package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
  75. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  76. package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
  77. package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
  78. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  79. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  80. package/lib/components/VDataTable/index.d.mts +388 -36
  81. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  82. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  83. package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
  84. package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
  85. package/lib/components/VDatePicker/index.d.mts +276 -24
  86. package/lib/components/VDefaultsProvider/index.d.mts +20 -4
  87. package/lib/components/VDialog/VDialog.mjs +1 -1
  88. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
  89. package/lib/components/VDialog/index.d.mts +389 -143
  90. package/lib/components/VDivider/index.d.mts +24 -4
  91. package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
  92. package/lib/components/VEmptyState/index.d.mts +66 -4
  93. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
  94. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  95. package/lib/components/VExpansionPanel/index.d.mts +152 -16
  96. package/lib/components/VFab/VFab.mjs +1 -1
  97. package/lib/components/VFab/index.d.mts +78 -9
  98. package/lib/components/VField/VField.mjs +1 -1
  99. package/lib/components/VField/VFieldLabel.mjs +1 -1
  100. package/lib/components/VField/index.d.mts +59 -11
  101. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  102. package/lib/components/VFileInput/index.d.mts +256 -71
  103. package/lib/components/VFooter/VFooter.mjs +1 -1
  104. package/lib/components/VFooter/index.d.mts +29 -4
  105. package/lib/components/VForm/index.d.mts +175 -267
  106. package/lib/components/VGrid/VContainer.mjs +1 -1
  107. package/lib/components/VGrid/index.d.mts +118 -16
  108. package/lib/components/VHover/index.d.mts +33 -4
  109. package/lib/components/VIcon/index.d.mts +75 -17
  110. package/lib/components/VImg/VImg.mjs +1 -1
  111. package/lib/components/VImg/index.d.mts +74 -19
  112. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  113. package/lib/components/VInfiniteScroll/index.d.mts +46 -4
  114. package/lib/components/VInput/VInput.mjs +1 -1
  115. package/lib/components/VInput/index.d.mts +37 -4
  116. package/lib/components/VItemGroup/index.d.mts +65 -8
  117. package/lib/components/VKbd/index.d.mts +18 -4
  118. package/lib/components/VLabel/index.d.mts +20 -4
  119. package/lib/components/VLayout/index.d.mts +48 -8
  120. package/lib/components/VLazy/VLazy.mjs +1 -1
  121. package/lib/components/VLazy/index.d.mts +31 -4
  122. package/lib/components/VList/VList.mjs +1 -1
  123. package/lib/components/VList/VListChildren.mjs +1 -1
  124. package/lib/components/VList/VListGroup.mjs +1 -1
  125. package/lib/components/VList/VListItem.mjs +1 -1
  126. package/lib/components/VList/VListItemAction.mjs +1 -1
  127. package/lib/components/VList/VListItemMedia.mjs +1 -1
  128. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  129. package/lib/components/VList/index.d.mts +291 -48
  130. package/lib/components/VLocaleProvider/index.d.mts +21 -4
  131. package/lib/components/VMain/index.d.mts +25 -4
  132. package/lib/components/VMenu/VMenu.mjs +1 -1
  133. package/lib/components/VMenu/index.d.mts +397 -155
  134. package/lib/components/VMessages/index.d.mts +27 -4
  135. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  136. package/lib/components/VNavigationDrawer/index.d.mts +62 -7
  137. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  138. package/lib/components/VOtpInput/index.d.mts +52 -7
  139. package/lib/components/VOverlay/VOverlay.mjs +1 -1
  140. package/lib/components/VOverlay/index.d.mts +101 -19
  141. package/lib/components/VPagination/VPagination.mjs +1 -1
  142. package/lib/components/VPagination/index.d.mts +64 -4
  143. package/lib/components/VParallax/VParallax.mjs +1 -1
  144. package/lib/components/VParallax/index.d.mts +27 -4
  145. package/lib/components/VProgressCircular/index.d.mts +34 -4
  146. package/lib/components/VProgressLinear/index.d.mts +54 -4
  147. package/lib/components/VRadio/VRadio.mjs +1 -1
  148. package/lib/components/VRadio/index.d.mts +68 -4
  149. package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
  150. package/lib/components/VRadioGroup/index.d.mts +48 -4
  151. package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
  152. package/lib/components/VRangeSlider/index.d.mts +107 -4
  153. package/lib/components/VRating/VRating.mjs +1 -1
  154. package/lib/components/VRating/index.d.mts +42 -4
  155. package/lib/components/VResponsive/index.d.mts +29 -4
  156. package/lib/components/VSelect/VSelect.mjs +1 -1
  157. package/lib/components/VSelect/index.d.mts +1372 -220
  158. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
  159. package/lib/components/VSelectionControl/index.d.mts +37 -10
  160. package/lib/components/VSelectionControlGroup/index.d.mts +26 -4
  161. package/lib/components/VSheet/VSheet.mjs +1 -1
  162. package/lib/components/VSheet/index.d.mts +32 -4
  163. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
  164. package/lib/components/VSkeletonLoader/index.d.mts +28 -4
  165. package/lib/components/VSlideGroup/index.d.mts +70 -14
  166. package/lib/components/VSlider/VSlider.mjs +1 -1
  167. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  168. package/lib/components/VSlider/index.d.mts +106 -4
  169. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  170. package/lib/components/VSnackbar/index.d.mts +398 -152
  171. package/lib/components/VSparkline/VBarline.mjs +2 -1
  172. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  173. package/lib/components/VSparkline/VSparkline.mjs +1 -1
  174. package/lib/components/VSparkline/VTrendline.mjs +2 -1
  175. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  176. package/lib/components/VSparkline/index.d.mts +49 -4
  177. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  178. package/lib/components/VSpeedDial/index.d.mts +85 -4
  179. package/lib/components/VStepper/VStepper.mjs +1 -1
  180. package/lib/components/VStepper/VStepperItem.mjs +1 -1
  181. package/lib/components/VStepper/VStepperWindow.mjs +1 -1
  182. package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
  183. package/lib/components/VStepper/index.d.mts +250 -24
  184. package/lib/components/VSwitch/VSwitch.mjs +1 -1
  185. package/lib/components/VSwitch/index.d.mts +59 -4
  186. package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
  187. package/lib/components/VSystemBar/index.d.mts +28 -4
  188. package/lib/components/VTable/index.d.mts +33 -4
  189. package/lib/components/VTabs/VTab.mjs +1 -1
  190. package/lib/components/VTabs/VTabs.mjs +1 -1
  191. package/lib/components/VTabs/VTabsWindow.mjs +1 -1
  192. package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
  193. package/lib/components/VTabs/index.d.mts +394 -98
  194. package/lib/components/VTextField/VTextField.mjs +1 -1
  195. package/lib/components/VTextField/index.d.mts +374 -152
  196. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  197. package/lib/components/VTextarea/index.d.mts +244 -71
  198. package/lib/components/VThemeProvider/index.d.mts +20 -4
  199. package/lib/components/VTimeline/VTimeline.mjs +1 -1
  200. package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
  201. package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
  202. package/lib/components/VTimeline/index.d.mts +75 -8
  203. package/lib/components/VToolbar/VToolbar.mjs +1 -1
  204. package/lib/components/VToolbar/index.d.mts +90 -12
  205. package/lib/components/VTooltip/VTooltip.mjs +1 -1
  206. package/lib/components/VTooltip/index.d.mts +386 -147
  207. package/lib/components/VValidation/index.d.mts +24 -10
  208. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  209. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
  210. package/lib/components/VVirtualScroll/index.d.mts +15 -4
  211. package/lib/components/VWindow/VWindow.mjs +1 -1
  212. package/lib/components/VWindow/VWindowItem.mjs +1 -1
  213. package/lib/components/VWindow/index.d.mts +47 -8
  214. package/lib/components/index.d.mts +11705 -2521
  215. package/lib/components/transitions/dialog-transition.mjs +2 -1
  216. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  217. package/lib/components/transitions/index.d.mts +309 -64
  218. package/lib/composables/icons.mjs +1 -1
  219. package/lib/composables/variant.mjs +1 -1
  220. package/lib/composables/virtual.mjs +1 -1
  221. package/lib/composables/virtual.mjs.map +1 -1
  222. package/lib/entry-bundler.mjs +1 -1
  223. package/lib/entry-bundler.mjs.map +1 -1
  224. package/lib/framework.mjs +1 -1
  225. package/lib/framework.mjs.map +1 -1
  226. package/lib/index.d.mts +62 -62
  227. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  228. package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
  229. package/lib/labs/VCalendar/index.d.mts +211 -24
  230. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  231. package/lib/labs/VDateInput/index.d.mts +115 -4
  232. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  233. package/lib/labs/VNumberInput/index.d.mts +1267 -564
  234. package/lib/labs/VPicker/VPicker.mjs +1 -1
  235. package/lib/labs/VPicker/index.d.mts +63 -8
  236. package/lib/labs/VPullToRefresh/index.d.mts +35 -4
  237. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
  238. package/lib/labs/VSnackbarQueue/index.d.mts +453 -156
  239. package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
  240. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
  241. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
  242. package/lib/labs/VStepperVertical/index.d.mts +227 -12
  243. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  244. package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
  245. package/lib/labs/VTimePicker/index.d.mts +122 -12
  246. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  247. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  248. package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
  249. package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
  250. package/lib/labs/VTreeview/index.d.mts +205 -18
  251. package/lib/labs/components.d.mts +2856 -959
  252. package/package.json +4 -5
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode } from "vue";
1
+ import { createVNode as _createVNode, resolveDirective as _resolveDirective } from "vue";
2
2
  // Styles
3
3
  import "./VGrid.css";
4
4
 
@@ -8,7 +8,7 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
8
8
  type ClassValue = any;
9
9
 
10
10
  declare const VContainer: {
11
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
11
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
12
12
  style: vue.StyleValue;
13
13
  tag: string;
14
14
  fluid: boolean;
@@ -29,13 +29,34 @@ declare const VContainer: {
29
29
  } | undefined;
30
30
  } & {
31
31
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
32
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
32
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
33
+ style: vue.StyleValue;
34
+ tag: string;
35
+ fluid: boolean;
36
+ } & {
37
+ height?: string | number | undefined;
38
+ width?: string | number | undefined;
39
+ maxHeight?: string | number | undefined;
40
+ maxWidth?: string | number | undefined;
41
+ minHeight?: string | number | undefined;
42
+ minWidth?: string | number | undefined;
43
+ class?: any;
44
+ } & {
45
+ $children?: vue.VNodeChild | {
46
+ default?: (() => vue.VNodeChild) | undefined;
47
+ } | (() => vue.VNodeChild);
48
+ 'v-slots'?: {
49
+ default?: false | (() => vue.VNodeChild) | undefined;
50
+ } | undefined;
51
+ } & {
52
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
53
+ }, {
33
54
  style: vue.StyleValue;
34
55
  tag: string;
35
56
  fluid: boolean;
36
57
  }, true, {}, vue.SlotsType<Partial<{
37
58
  default: () => vue.VNode[];
38
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
59
+ }>>, {
39
60
  P: {};
40
61
  B: {};
41
62
  D: {};
@@ -98,7 +119,7 @@ declare const VContainer: {
98
119
  fluid: boolean;
99
120
  }, {}, string, vue.SlotsType<Partial<{
100
121
  default: () => vue.VNode[];
101
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
122
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
102
123
  tag: {
103
124
  type: StringConstructor;
104
125
  default: string;
@@ -143,7 +164,7 @@ type VContainer = InstanceType<typeof VContainer>;
143
164
 
144
165
  declare const ALIGN_SELF_VALUES: readonly ["auto", "start", "end", "center", "baseline", "stretch"];
145
166
  declare const VCol: {
146
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
167
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
147
168
  offset: string | number;
148
169
  alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
149
170
  order: string | number;
@@ -178,7 +199,40 @@ declare const VCol: {
178
199
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
179
200
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
180
201
  [key: string]: any;
181
- }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
202
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
203
+ offset: string | number;
204
+ alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
205
+ order: string | number;
206
+ style: vue.StyleValue;
207
+ tag: string;
208
+ cols: string | number | boolean;
209
+ } & {
210
+ class?: any;
211
+ sm?: string | number | boolean | undefined;
212
+ md?: string | number | boolean | undefined;
213
+ lg?: string | number | boolean | undefined;
214
+ xl?: string | number | boolean | undefined;
215
+ xxl?: string | number | boolean | undefined;
216
+ offsetSm?: string | number | undefined;
217
+ offsetMd?: string | number | undefined;
218
+ offsetLg?: string | number | undefined;
219
+ offsetXl?: string | number | undefined;
220
+ offsetXxl?: string | number | undefined;
221
+ orderSm?: string | number | undefined;
222
+ orderMd?: string | number | undefined;
223
+ orderLg?: string | number | undefined;
224
+ orderXl?: string | number | undefined;
225
+ orderXxl?: string | number | undefined;
226
+ } & {
227
+ $children?: vue.VNodeChild | {
228
+ default?: (() => vue.VNodeChild) | undefined;
229
+ } | (() => vue.VNodeChild);
230
+ 'v-slots'?: {
231
+ default?: false | (() => vue.VNodeChild) | undefined;
232
+ } | undefined;
233
+ } & {
234
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
235
+ }, {
182
236
  offset: string | number;
183
237
  alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
184
238
  order: string | number;
@@ -187,7 +241,7 @@ declare const VCol: {
187
241
  cols: string | number | boolean;
188
242
  }, true, {}, vue.SlotsType<Partial<{
189
243
  default: () => vue.VNode[];
190
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
244
+ }>>, {
191
245
  P: {};
192
246
  B: {};
193
247
  D: {};
@@ -284,7 +338,7 @@ declare const VCol: {
284
338
  cols: string | number | boolean;
285
339
  }, {}, string, vue.SlotsType<Partial<{
286
340
  default: () => vue.VNode[];
287
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
341
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
288
342
  tag: {
289
343
  type: StringConstructor;
290
344
  default: string;
@@ -374,7 +428,7 @@ type VCol = InstanceType<typeof VCol>;
374
428
  declare const ALIGN_VALUES: readonly ["start", "end", "center", "baseline", "stretch"];
375
429
  declare const ALIGN_CONTENT_VALUES: readonly ["start", "end", "center", "space-between", "space-around", "space-evenly", "stretch"];
376
430
  declare const VRow: {
377
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
431
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
378
432
  alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
379
433
  style: vue.StyleValue;
380
434
  tag: string;
@@ -410,7 +464,41 @@ declare const VRow: {
410
464
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
411
465
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
412
466
  [key: string]: any;
413
- }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
467
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
468
+ alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
469
+ style: vue.StyleValue;
470
+ tag: string;
471
+ dense: boolean;
472
+ justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
473
+ align: "center" | "end" | "start" | "stretch" | "baseline";
474
+ noGutters: boolean;
475
+ } & {
476
+ class?: any;
477
+ alignSm?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
478
+ alignMd?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
479
+ alignLg?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
480
+ alignXl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
481
+ alignXxl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
482
+ justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
483
+ justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
484
+ justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
485
+ justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
486
+ justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
487
+ alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
488
+ alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
489
+ alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
490
+ alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
491
+ alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
492
+ } & {
493
+ $children?: vue.VNodeChild | {
494
+ default?: (() => vue.VNodeChild) | undefined;
495
+ } | (() => vue.VNodeChild);
496
+ 'v-slots'?: {
497
+ default?: false | (() => vue.VNodeChild) | undefined;
498
+ } | undefined;
499
+ } & {
500
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
501
+ }, {
414
502
  alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
415
503
  style: vue.StyleValue;
416
504
  tag: string;
@@ -420,7 +508,7 @@ declare const VRow: {
420
508
  noGutters: boolean;
421
509
  }, true, {}, vue.SlotsType<Partial<{
422
510
  default: () => vue.VNode[];
423
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
511
+ }>>, {
424
512
  P: {};
425
513
  B: {};
426
514
  D: {};
@@ -521,7 +609,7 @@ declare const VRow: {
521
609
  noGutters: boolean;
522
610
  }, {}, string, vue.SlotsType<Partial<{
523
611
  default: () => vue.VNode[];
524
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
612
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
525
613
  tag: {
526
614
  type: StringConstructor;
527
615
  default: string;
@@ -609,7 +697,7 @@ declare const VRow: {
609
697
  type VRow = InstanceType<typeof VRow>;
610
698
 
611
699
  declare const VSpacer: {
612
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
700
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
613
701
  style: vue.StyleValue;
614
702
  tag: string;
615
703
  } & {
@@ -625,12 +713,26 @@ declare const VSpacer: {
625
713
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
626
714
  }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
627
715
  [key: string]: any;
628
- }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
716
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
717
+ style: vue.StyleValue;
718
+ tag: string;
719
+ } & {
720
+ class?: any;
721
+ } & {
722
+ $children?: vue.VNodeChild | {
723
+ default?: (() => vue.VNodeChild) | undefined;
724
+ } | (() => vue.VNodeChild);
725
+ 'v-slots'?: {
726
+ default?: false | (() => vue.VNodeChild) | undefined;
727
+ } | undefined;
728
+ } & {
729
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
730
+ }, {
629
731
  style: vue.StyleValue;
630
732
  tag: string;
631
733
  }, true, {}, vue.SlotsType<Partial<{
632
734
  default: () => vue.VNode[];
633
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
735
+ }>>, {
634
736
  P: {};
635
737
  B: {};
636
738
  D: {};
@@ -681,7 +783,7 @@ declare const VSpacer: {
681
783
  tag: string;
682
784
  }, {}, string, vue.SlotsType<Partial<{
683
785
  default: () => vue.VNode[];
684
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
786
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
685
787
  class: vue.PropType<ClassValue>;
686
788
  style: {
687
789
  type: vue.PropType<vue.StyleValue>;
@@ -6,7 +6,7 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
6
6
  }
7
7
 
8
8
  declare const VHover: {
9
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
9
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
10
10
  disabled: boolean;
11
11
  modelValue: boolean;
12
12
  } & {
@@ -39,7 +39,36 @@ declare const VHover: {
39
39
  [key: string]: any;
40
40
  }>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
41
41
  'update:modelValue': (value: boolean) => true;
42
- }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
42
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
43
+ disabled: boolean;
44
+ modelValue: boolean;
45
+ } & {
46
+ closeDelay?: string | number | undefined;
47
+ openDelay?: string | number | undefined;
48
+ } & {
49
+ $children?: vue.VNodeChild | {
50
+ default?: ((arg: {
51
+ isHovering: boolean | null;
52
+ props: Record<string, unknown>;
53
+ }) => vue.VNodeChild) | undefined;
54
+ } | ((arg: {
55
+ isHovering: boolean | null;
56
+ props: Record<string, unknown>;
57
+ }) => vue.VNodeChild);
58
+ 'v-slots'?: {
59
+ default?: false | ((arg: {
60
+ isHovering: boolean | null;
61
+ props: Record<string, unknown>;
62
+ }) => vue.VNodeChild) | undefined;
63
+ } | undefined;
64
+ } & {
65
+ "v-slot:default"?: false | ((arg: {
66
+ isHovering: boolean | null;
67
+ props: Record<string, unknown>;
68
+ }) => vue.VNodeChild) | undefined;
69
+ } & {
70
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
71
+ }, {
43
72
  disabled: boolean;
44
73
  modelValue: boolean;
45
74
  }, true, {}, vue.SlotsType<Partial<{
@@ -47,7 +76,7 @@ declare const VHover: {
47
76
  isHovering: boolean | null;
48
77
  props: Record<string, unknown>;
49
78
  }) => vue.VNode[];
50
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
79
+ }>>, {
51
80
  P: {};
52
81
  B: {};
53
82
  D: {};
@@ -133,7 +162,7 @@ declare const VHover: {
133
162
  isHovering: boolean | null;
134
163
  props: Record<string, unknown>;
135
164
  }) => vue.VNode[];
136
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
165
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
137
166
  closeDelay: (StringConstructor | NumberConstructor)[];
138
167
  openDelay: (StringConstructor | NumberConstructor)[];
139
168
  disabled: BooleanConstructor;
@@ -13,7 +13,7 @@ type JSXComponent<Props = any> = {
13
13
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
14
14
  declare const IconValue: PropType<IconValue>;
15
15
  declare const VComponentIcon: {
16
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
16
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
17
17
  tag: string;
18
18
  } & {
19
19
  icon?: IconValue | undefined;
@@ -26,9 +26,22 @@ declare const VComponentIcon: {
26
26
  } | undefined;
27
27
  } & {
28
28
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
29
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {}, true, {}, vue.SlotsType<Partial<{
29
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
30
+ tag: string;
31
+ } & {
32
+ icon?: IconValue | undefined;
33
+ } & {
34
+ $children?: vue.VNodeChild | {
35
+ default?: (() => vue.VNodeChild) | undefined;
36
+ } | (() => vue.VNodeChild);
37
+ 'v-slots'?: {
38
+ default?: false | (() => vue.VNodeChild) | undefined;
39
+ } | undefined;
40
+ } & {
41
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
42
+ }, {}, true, {}, vue.SlotsType<Partial<{
30
43
  default: () => vue.VNode[];
31
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
44
+ }>>, {
32
45
  P: {};
33
46
  B: {};
34
47
  D: {};
@@ -67,7 +80,7 @@ declare const VComponentIcon: {
67
80
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
68
81
  }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, vue.SlotsType<Partial<{
69
82
  default: () => vue.VNode[];
70
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
83
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
71
84
  icon: {
72
85
  type: PropType<IconValue>;
73
86
  };
@@ -86,7 +99,7 @@ declare const VComponentIcon: {
86
99
  }>>;
87
100
  type VComponentIcon = InstanceType<typeof VComponentIcon>;
88
101
  declare const VSvgIcon: {
89
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<vue.ExtractPropTypes<{
102
+ new (...args: any[]): vue.CreateComponentPublicInstance<Readonly<vue.ExtractPropTypes<{
90
103
  icon: {
91
104
  type: PropType<IconValue>;
92
105
  };
@@ -94,7 +107,15 @@ declare const VSvgIcon: {
94
107
  type: StringConstructor;
95
108
  required: true;
96
109
  };
97
- }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, true, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
110
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & Readonly<vue.ExtractPropTypes<{
111
+ icon: {
112
+ type: PropType<IconValue>;
113
+ };
114
+ tag: {
115
+ type: StringConstructor;
116
+ required: true;
117
+ };
118
+ }>>, {}, true, {}, {}, {
98
119
  P: {};
99
120
  B: {};
100
121
  D: {};
@@ -121,7 +142,7 @@ declare const VSvgIcon: {
121
142
  type: StringConstructor;
122
143
  required: true;
123
144
  };
124
- }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
145
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
125
146
  icon: {
126
147
  type: PropType<IconValue>;
127
148
  };
@@ -140,7 +161,7 @@ declare const VSvgIcon: {
140
161
  }>>;
141
162
  type VSvgIcon = InstanceType<typeof VSvgIcon>;
142
163
  declare const VLigatureIcon: {
143
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<vue.ExtractPropTypes<{
164
+ new (...args: any[]): vue.CreateComponentPublicInstance<Readonly<vue.ExtractPropTypes<{
144
165
  icon: {
145
166
  type: PropType<IconValue>;
146
167
  };
@@ -148,7 +169,15 @@ declare const VLigatureIcon: {
148
169
  type: StringConstructor;
149
170
  required: true;
150
171
  };
151
- }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, true, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
172
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & Readonly<vue.ExtractPropTypes<{
173
+ icon: {
174
+ type: PropType<IconValue>;
175
+ };
176
+ tag: {
177
+ type: StringConstructor;
178
+ required: true;
179
+ };
180
+ }>>, {}, true, {}, {}, {
152
181
  P: {};
153
182
  B: {};
154
183
  D: {};
@@ -175,7 +204,7 @@ declare const VLigatureIcon: {
175
204
  type: StringConstructor;
176
205
  required: true;
177
206
  };
178
- }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
207
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
179
208
  icon: {
180
209
  type: PropType<IconValue>;
181
210
  };
@@ -194,7 +223,15 @@ declare const VLigatureIcon: {
194
223
  }>>;
195
224
  type VLigatureIcon = InstanceType<typeof VLigatureIcon>;
196
225
  declare const VClassIcon: {
197
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<vue.ExtractPropTypes<{
226
+ new (...args: any[]): vue.CreateComponentPublicInstance<Readonly<vue.ExtractPropTypes<{
227
+ icon: {
228
+ type: PropType<IconValue>;
229
+ };
230
+ tag: {
231
+ type: StringConstructor;
232
+ required: true;
233
+ };
234
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & Readonly<vue.ExtractPropTypes<{
198
235
  icon: {
199
236
  type: PropType<IconValue>;
200
237
  };
@@ -202,7 +239,7 @@ declare const VClassIcon: {
202
239
  type: StringConstructor;
203
240
  required: true;
204
241
  };
205
- }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, true, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
242
+ }>>, {}, true, {}, {}, {
206
243
  P: {};
207
244
  B: {};
208
245
  D: {};
@@ -229,7 +266,7 @@ declare const VClassIcon: {
229
266
  type: StringConstructor;
230
267
  required: true;
231
268
  };
232
- }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
269
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
233
270
  icon: {
234
271
  type: PropType<IconValue>;
235
272
  };
@@ -249,7 +286,7 @@ declare const VClassIcon: {
249
286
  type VClassIcon = InstanceType<typeof VClassIcon>;
250
287
 
251
288
  declare const VIcon: {
252
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
289
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
253
290
  end: boolean;
254
291
  start: boolean;
255
292
  style: vue.StyleValue;
@@ -270,7 +307,28 @@ declare const VIcon: {
270
307
  } | undefined;
271
308
  } & {
272
309
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
273
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
310
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
311
+ end: boolean;
312
+ start: boolean;
313
+ style: vue.StyleValue;
314
+ disabled: boolean;
315
+ size: string | number;
316
+ tag: string;
317
+ } & {
318
+ color?: string | undefined;
319
+ class?: any;
320
+ theme?: string | undefined;
321
+ icon?: IconValue | undefined;
322
+ } & {
323
+ $children?: vue.VNodeChild | {
324
+ default?: (() => vue.VNodeChild) | undefined;
325
+ } | (() => vue.VNodeChild);
326
+ 'v-slots'?: {
327
+ default?: false | (() => vue.VNodeChild) | undefined;
328
+ } | undefined;
329
+ } & {
330
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
331
+ }, {
274
332
  end: boolean;
275
333
  start: boolean;
276
334
  style: vue.StyleValue;
@@ -279,7 +337,7 @@ declare const VIcon: {
279
337
  tag: string;
280
338
  }, true, {}, vue.SlotsType<Partial<{
281
339
  default: () => vue.VNode[];
282
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
340
+ }>>, {
283
341
  P: {};
284
342
  B: {};
285
343
  D: {};
@@ -348,7 +406,7 @@ declare const VIcon: {
348
406
  tag: string;
349
407
  }, {}, string, vue.SlotsType<Partial<{
350
408
  default: () => vue.VNode[];
351
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
409
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
352
410
  theme: StringConstructor;
353
411
  tag: Omit<{
354
412
  type: StringConstructor;
@@ -1,4 +1,4 @@
1
- import { createVNode as _createVNode, Fragment as _Fragment, resolveDirective as _resolveDirective, mergeProps as _mergeProps, withDirectives as _withDirectives } from "vue";
1
+ import { withDirectives as _withDirectives, mergeProps as _mergeProps, resolveDirective as _resolveDirective, Fragment as _Fragment, createVNode as _createVNode } from "vue";
2
2
  // Styles
3
3
  import "./VImg.css";
4
4
 
@@ -14,7 +14,7 @@ interface srcObject {
14
14
  aspect: number;
15
15
  }
16
16
  declare const VImg: {
17
- new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
17
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
18
18
  inline: boolean;
19
19
  absolute: boolean;
20
20
  transition: string | boolean | (vue.TransitionProps & {
@@ -70,16 +70,71 @@ declare const VImg: {
70
70
  onLoad?: ((value: string | undefined) => any) | undefined;
71
71
  onLoadstart?: ((value: string | undefined) => any) | undefined;
72
72
  }, {
73
- currentSrc: vue.ShallowRef<string, string>;
74
- image: vue.Ref<HTMLImageElement | undefined, HTMLImageElement | undefined>;
75
- state: vue.ShallowRef<"error" | "loaded" | "idle" | "loading", "error" | "loaded" | "idle" | "loading">;
76
- naturalWidth: vue.ShallowRef<number | undefined, number | undefined>;
77
- naturalHeight: vue.ShallowRef<number | undefined, number | undefined>;
73
+ currentSrc: vue.ShallowRef<string>;
74
+ image: vue.Ref<HTMLImageElement | undefined>;
75
+ state: vue.ShallowRef<"error" | "loaded" | "idle" | "loading">;
76
+ naturalWidth: vue.ShallowRef<number | undefined>;
77
+ naturalHeight: vue.ShallowRef<number | undefined>;
78
78
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
79
79
  loadstart: (value: string | undefined) => true;
80
80
  load: (value: string | undefined) => true;
81
81
  error: (value: string | undefined) => true;
82
- }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
82
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
83
+ inline: boolean;
84
+ absolute: boolean;
85
+ transition: string | boolean | (vue.TransitionProps & {
86
+ component?: vue.Component;
87
+ });
88
+ style: vue.StyleValue;
89
+ eager: boolean;
90
+ options: IntersectionObserverInit;
91
+ cover: boolean;
92
+ src: string | srcObject;
93
+ tile: boolean;
94
+ } & {
95
+ height?: string | number | undefined;
96
+ width?: string | number | undefined;
97
+ aspectRatio?: string | number | undefined;
98
+ color?: string | undefined;
99
+ maxHeight?: string | number | undefined;
100
+ maxWidth?: string | number | undefined;
101
+ minHeight?: string | number | undefined;
102
+ minWidth?: string | number | undefined;
103
+ position?: string | undefined;
104
+ draggable?: boolean | "false" | "true" | undefined;
105
+ class?: any;
106
+ alt?: string | undefined;
107
+ referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
108
+ crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
109
+ sizes?: string | undefined;
110
+ srcset?: string | undefined;
111
+ rounded?: string | number | boolean | undefined;
112
+ contentClass?: any;
113
+ gradient?: string | undefined;
114
+ lazySrc?: string | undefined;
115
+ } & {
116
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
117
+ default?: (() => vue.VNodeChild) | undefined;
118
+ placeholder?: (() => vue.VNodeChild) | undefined;
119
+ error?: (() => vue.VNodeChild) | undefined;
120
+ sources?: (() => vue.VNodeChild) | undefined;
121
+ };
122
+ 'v-slots'?: {
123
+ default?: false | (() => vue.VNodeChild) | undefined;
124
+ placeholder?: false | (() => vue.VNodeChild) | undefined;
125
+ error?: false | (() => vue.VNodeChild) | undefined;
126
+ sources?: false | (() => vue.VNodeChild) | undefined;
127
+ } | undefined;
128
+ } & {
129
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
130
+ "v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
131
+ "v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
132
+ "v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
133
+ } & {
134
+ onError?: ((value: string | undefined) => any) | undefined;
135
+ onLoad?: ((value: string | undefined) => any) | undefined;
136
+ onLoadstart?: ((value: string | undefined) => any) | undefined;
137
+ }, {
83
138
  inline: boolean;
84
139
  absolute: boolean;
85
140
  transition: string | boolean | (vue.TransitionProps & {
@@ -98,7 +153,7 @@ declare const VImg: {
98
153
  placeholder: () => vue.VNode[];
99
154
  error: () => vue.VNode[];
100
155
  sources: () => vue.VNode[];
101
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
156
+ }>>, {
102
157
  P: {};
103
158
  B: {};
104
159
  D: {};
@@ -161,11 +216,11 @@ declare const VImg: {
161
216
  onLoad?: ((value: string | undefined) => any) | undefined;
162
217
  onLoadstart?: ((value: string | undefined) => any) | undefined;
163
218
  }, {
164
- currentSrc: vue.ShallowRef<string, string>;
165
- image: vue.Ref<HTMLImageElement | undefined, HTMLImageElement | undefined>;
166
- state: vue.ShallowRef<"error" | "loaded" | "idle" | "loading", "error" | "loaded" | "idle" | "loading">;
167
- naturalWidth: vue.ShallowRef<number | undefined, number | undefined>;
168
- naturalHeight: vue.ShallowRef<number | undefined, number | undefined>;
219
+ currentSrc: vue.ShallowRef<string>;
220
+ image: vue.Ref<HTMLImageElement | undefined>;
221
+ state: vue.ShallowRef<"error" | "loaded" | "idle" | "loading">;
222
+ naturalWidth: vue.ShallowRef<number | undefined>;
223
+ naturalHeight: vue.ShallowRef<number | undefined>;
169
224
  }, {}, {}, {}, {
170
225
  inline: boolean;
171
226
  absolute: boolean;
@@ -240,11 +295,11 @@ declare const VImg: {
240
295
  onLoad?: ((value: string | undefined) => any) | undefined;
241
296
  onLoadstart?: ((value: string | undefined) => any) | undefined;
242
297
  }, {
243
- currentSrc: vue.ShallowRef<string, string>;
244
- image: vue.Ref<HTMLImageElement | undefined, HTMLImageElement | undefined>;
245
- state: vue.ShallowRef<"error" | "loaded" | "idle" | "loading", "error" | "loaded" | "idle" | "loading">;
246
- naturalWidth: vue.ShallowRef<number | undefined, number | undefined>;
247
- naturalHeight: vue.ShallowRef<number | undefined, number | undefined>;
298
+ currentSrc: vue.ShallowRef<string>;
299
+ image: vue.Ref<HTMLImageElement | undefined>;
300
+ state: vue.ShallowRef<"error" | "loaded" | "idle" | "loading">;
301
+ naturalWidth: vue.ShallowRef<number | undefined>;
302
+ naturalHeight: vue.ShallowRef<number | undefined>;
248
303
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
249
304
  loadstart: (value: string | undefined) => true;
250
305
  load: (value: string | undefined) => true;
@@ -268,7 +323,7 @@ declare const VImg: {
268
323
  placeholder: () => vue.VNode[];
269
324
  error: () => vue.VNode[];
270
325
  sources: () => vue.VNode[];
271
- }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
326
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
272
327
  transition: {
273
328
  type: PropType<string | boolean | (vue.TransitionProps & {
274
329
  component?: vue.Component;
@@ -1,4 +1,4 @@
1
- import { createTextVNode as _createTextVNode, createVNode as _createVNode } from "vue";
1
+ import { createVNode as _createVNode, createTextVNode as _createTextVNode } from "vue";
2
2
  // Styles
3
3
  import "./VInfiniteScroll.css";
4
4