vuetify 3.2.4 → 3.3.0

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 (335) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +2503 -2151
  3. package/dist/json/importMap-labs.json +12 -4
  4. package/dist/json/importMap.json +28 -28
  5. package/dist/json/tags.json +107 -9
  6. package/dist/json/web-types.json +10785 -7110
  7. package/dist/vuetify-labs.css +263 -153
  8. package/dist/vuetify-labs.d.ts +35870 -16257
  9. package/dist/vuetify-labs.esm.js +1466 -934
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +1465 -933
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +246 -168
  14. package/dist/vuetify.d.ts +27883 -14061
  15. package/dist/vuetify.esm.js +477 -300
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +476 -299
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +811 -806
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/{index.d.ts → index.d.mts} +5 -1
  23. package/lib/blueprints/{md1.d.ts → md1.d.mts} +5 -1
  24. package/lib/blueprints/{md2.d.ts → md2.d.mts} +5 -1
  25. package/lib/blueprints/{md3.d.ts → md3.d.mts} +5 -1
  26. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  27. package/lib/components/VAlert/{index.d.ts → index.d.mts} +284 -69
  28. package/lib/components/VApp/{index.d.ts → index.d.mts} +80 -19
  29. package/lib/components/VAppBar/{index.d.ts → index.d.mts} +391 -119
  30. package/lib/components/VAutocomplete/VAutocomplete.css +15 -9
  31. package/lib/components/VAutocomplete/VAutocomplete.mjs +82 -34
  32. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  33. package/lib/components/VAutocomplete/VAutocomplete.sass +15 -11
  34. package/lib/components/VAutocomplete/index.d.mts +2048 -0
  35. package/lib/components/VAvatar/{index.d.ts → index.d.mts} +85 -30
  36. package/lib/components/VBadge/_variables.scss +1 -1
  37. package/lib/components/VBadge/{index.d.ts → index.d.mts} +105 -42
  38. package/lib/components/VBanner/{index.d.ts → index.d.mts} +282 -63
  39. package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +93 -45
  40. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  41. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  42. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +1 -1
  43. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  44. package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +348 -212
  45. package/lib/components/VBtn/{index.d.ts → index.d.mts} +139 -53
  46. package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +84 -27
  47. package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +88 -35
  48. package/lib/components/VCalendar/util/props.mjs.map +1 -1
  49. package/lib/components/VCard/VCard.mjs.map +1 -1
  50. package/lib/components/VCard/{index.d.ts → index.d.mts} +957 -419
  51. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  52. package/lib/components/VCarousel/{index.d.ts → index.d.mts} +616 -111
  53. package/lib/components/VCheckbox/VCheckboxBtn.mjs +3 -3
  54. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  55. package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +408 -141
  56. package/lib/components/VChip/VChip.css +4 -2
  57. package/lib/components/VChip/VChip.mjs.map +1 -1
  58. package/lib/components/VChip/VChip.sass +3 -2
  59. package/lib/components/VChip/{index.d.ts → index.d.mts} +376 -85
  60. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  61. package/lib/components/VChipGroup/index.d.mts +470 -0
  62. package/lib/components/VCode/{index.d.ts → index.d.mts} +78 -17
  63. package/lib/components/VColorPicker/VColorPicker.mjs +9 -4
  64. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  65. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  66. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
  67. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  68. package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +241 -109
  69. package/lib/components/VColorPicker/util/index.mjs +2 -22
  70. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  71. package/lib/components/VCombobox/VCombobox.css +15 -9
  72. package/lib/components/VCombobox/VCombobox.mjs +82 -37
  73. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  74. package/lib/components/VCombobox/VCombobox.sass +15 -11
  75. package/lib/components/VCombobox/index.d.mts +2060 -0
  76. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  77. package/lib/components/VCounter/{index.d.ts → index.d.mts} +105 -45
  78. package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +82 -20
  79. package/lib/components/VDialog/{index.d.ts → index.d.mts} +571 -305
  80. package/lib/components/VDivider/{index.d.ts → index.d.mts} +81 -21
  81. package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +374 -110
  82. package/lib/components/VField/VField.css +49 -16
  83. package/lib/components/VField/VField.mjs +12 -2
  84. package/lib/components/VField/VField.mjs.map +1 -1
  85. package/lib/components/VField/VField.sass +40 -11
  86. package/lib/components/VField/_variables.scss +8 -2
  87. package/lib/components/VField/index.d.mts +682 -0
  88. package/lib/components/VFileInput/VFileInput.css +3 -0
  89. package/lib/components/VFileInput/VFileInput.mjs +7 -1
  90. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  91. package/lib/components/VFileInput/VFileInput.sass +6 -1
  92. package/lib/components/VFileInput/{index.d.ts → index.d.mts} +1033 -399
  93. package/lib/components/VFooter/{index.d.ts → index.d.mts} +85 -29
  94. package/lib/components/VForm/VForm.mjs.map +1 -1
  95. package/lib/components/VForm/index.d.mts +993 -0
  96. package/lib/components/VGrid/{index.d.ts → index.d.mts} +334 -100
  97. package/lib/components/VHover/VHover.mjs.map +1 -1
  98. package/lib/components/VHover/{index.d.ts → index.d.mts} +120 -37
  99. package/lib/components/VIcon/{index.d.ts → index.d.mts} +322 -81
  100. package/lib/components/VImg/VImg.css +2 -4
  101. package/lib/components/VImg/VImg.mjs +25 -24
  102. package/lib/components/VImg/VImg.mjs.map +1 -1
  103. package/lib/components/VImg/VImg.sass +4 -3
  104. package/lib/components/VImg/{index.d.ts → index.d.mts} +177 -40
  105. package/lib/components/VInput/VInput.css +10 -4
  106. package/lib/components/VInput/VInput.mjs +9 -3
  107. package/lib/components/VInput/VInput.mjs.map +1 -1
  108. package/lib/components/VInput/VInput.sass +7 -2
  109. package/lib/components/VInput/_variables.scss +1 -0
  110. package/lib/components/VInput/{index.d.ts → index.d.mts} +237 -93
  111. package/lib/components/VItemGroup/VItem.mjs +1 -1
  112. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  113. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  114. package/lib/components/VItemGroup/index.d.mts +781 -0
  115. package/lib/components/VKbd/{index.d.ts → index.d.mts} +78 -17
  116. package/lib/components/VLabel/{index.d.ts → index.d.mts} +79 -18
  117. package/lib/components/VLayout/{index.d.ts → index.d.mts} +161 -42
  118. package/lib/components/VLazy/{index.d.ts → index.d.mts} +82 -27
  119. package/lib/components/VList/VList.mjs +6 -1
  120. package/lib/components/VList/VList.mjs.map +1 -1
  121. package/lib/components/VList/VListChildren.mjs +4 -8
  122. package/lib/components/VList/VListChildren.mjs.map +1 -1
  123. package/lib/components/VList/VListGroup.mjs +3 -0
  124. package/lib/components/VList/VListGroup.mjs.map +1 -1
  125. package/lib/components/VList/VListItem.mjs +11 -6
  126. package/lib/components/VList/VListItem.mjs.map +1 -1
  127. package/lib/components/VList/{index.d.ts → index.d.mts} +1245 -619
  128. package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +80 -19
  129. package/lib/components/VMain/{index.d.ts → index.d.mts} +79 -19
  130. package/lib/components/VMenu/{index.d.ts → index.d.mts} +567 -299
  131. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  132. package/lib/components/VMessages/{index.d.ts → index.d.mts} +87 -34
  133. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
  134. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  135. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
  136. package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +139 -57
  137. package/lib/components/VOverlay/{index.d.ts → index.d.mts} +159 -75
  138. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  139. package/lib/components/VPagination/{index.d.ts → index.d.mts} +229 -125
  140. package/lib/components/VParallax/{index.d.ts → index.d.mts} +118 -18
  141. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  142. package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +148 -45
  143. package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +119 -52
  144. package/lib/components/VRadio/{index.d.ts → index.d.mts} +139 -40
  145. package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +265 -93
  146. package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -4
  147. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  148. package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +313 -132
  149. package/lib/components/VRating/{index.d.ts → index.d.mts} +108 -49
  150. package/lib/components/VResponsive/VResponsive.css +13 -5
  151. package/lib/components/VResponsive/VResponsive.mjs +4 -1
  152. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  153. package/lib/components/VResponsive/VResponsive.sass +12 -4
  154. package/lib/components/VResponsive/{index.d.ts → index.d.mts} +99 -16
  155. package/lib/components/VSelect/VSelect.css +15 -9
  156. package/lib/components/VSelect/VSelect.mjs +23 -18
  157. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  158. package/lib/components/VSelect/VSelect.sass +14 -11
  159. package/lib/components/VSelect/index.d.mts +1986 -0
  160. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  161. package/lib/components/VSelectionControl/index.d.mts +403 -0
  162. package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +90 -38
  163. package/lib/components/VSheet/{index.d.ts → index.d.mts} +81 -21
  164. package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +236 -61
  165. package/lib/components/VSlider/VSlider.mjs +2 -2
  166. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  167. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  168. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  169. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  170. package/lib/components/VSlider/{index.d.ts → index.d.mts} +308 -126
  171. package/lib/components/VSlider/slider.mjs +8 -2
  172. package/lib/components/VSlider/slider.mjs.map +1 -1
  173. package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +566 -297
  174. package/lib/components/VSwitch/VSwitch.css +3 -3
  175. package/lib/components/VSwitch/VSwitch.sass +4 -3
  176. package/lib/components/VSwitch/{index.d.ts → index.d.mts} +284 -101
  177. package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +84 -27
  178. package/lib/components/VTable/{index.d.ts → index.d.mts} +122 -26
  179. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  180. package/lib/components/VTabs/{index.d.ts → index.d.mts} +203 -113
  181. package/lib/components/VTextField/VTextField.css +9 -1
  182. package/lib/components/VTextField/VTextField.mjs +4 -2
  183. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  184. package/lib/components/VTextField/VTextField.sass +8 -1
  185. package/lib/components/VTextField/index.d.mts +2735 -0
  186. package/lib/components/VTextarea/VTextarea.mjs +13 -4
  187. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  188. package/lib/components/VTextarea/{index.d.ts → index.d.mts} +933 -393
  189. package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +80 -20
  190. package/lib/components/VTimeline/{index.d.ts → index.d.mts} +201 -62
  191. package/lib/components/VToolbar/{index.d.ts → index.d.mts} +325 -73
  192. package/lib/components/VTooltip/{index.d.ts → index.d.mts} +568 -297
  193. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  194. package/lib/components/VValidation/index.d.mts +634 -0
  195. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  196. package/lib/components/VVirtualScroll/index.d.mts +229 -0
  197. package/lib/components/VWindow/{index.d.ts → index.d.mts} +271 -68
  198. package/lib/components/{index.d.ts → index.d.mts} +27847 -14031
  199. package/lib/components/index.mjs +2 -3
  200. package/lib/components/index.mjs.map +1 -1
  201. package/lib/components/transitions/{index.d.ts → index.d.mts} +1330 -355
  202. package/lib/composables/display.mjs +6 -6
  203. package/lib/composables/display.mjs.map +1 -1
  204. package/lib/composables/filter.mjs +5 -4
  205. package/lib/composables/filter.mjs.map +1 -1
  206. package/lib/composables/form.mjs +2 -3
  207. package/lib/composables/form.mjs.map +1 -1
  208. package/lib/composables/forwardRefs.mjs.map +1 -1
  209. package/lib/composables/group.mjs +13 -13
  210. package/lib/composables/group.mjs.map +1 -1
  211. package/lib/composables/icons.mjs.map +1 -1
  212. package/lib/composables/{items.mjs → list-items.mjs} +9 -6
  213. package/lib/composables/list-items.mjs.map +1 -0
  214. package/lib/composables/nested/nested.mjs.map +1 -1
  215. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  216. package/lib/composables/scroll.mjs +2 -2
  217. package/lib/composables/scroll.mjs.map +1 -1
  218. package/lib/composables/validation.mjs +44 -16
  219. package/lib/composables/validation.mjs.map +1 -1
  220. package/lib/entry-bundler.mjs +1 -1
  221. package/lib/framework.mjs +1 -1
  222. package/lib/framework.mjs.map +1 -1
  223. package/lib/{index.d.ts → index.d.mts} +16 -10
  224. package/lib/labs/VBottomSheet/VBottomSheet.css +33 -0
  225. package/lib/labs/VBottomSheet/VBottomSheet.mjs +40 -0
  226. package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -0
  227. package/lib/labs/VBottomSheet/VBottomSheet.sass +37 -0
  228. package/lib/labs/VBottomSheet/_variables.scss +5 -0
  229. package/lib/labs/VBottomSheet/index.d.mts +871 -0
  230. package/lib/labs/VBottomSheet/index.mjs +2 -0
  231. package/lib/labs/VBottomSheet/index.mjs.map +1 -0
  232. package/lib/labs/VDataIterator/VDataIterator.mjs +160 -0
  233. package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -0
  234. package/lib/labs/VDataIterator/composables/items.mjs +37 -0
  235. package/lib/labs/VDataIterator/composables/items.mjs.map +1 -0
  236. package/lib/labs/VDataIterator/index.d.mts +704 -0
  237. package/lib/labs/VDataIterator/index.mjs +2 -0
  238. package/lib/labs/VDataIterator/index.mjs.map +1 -0
  239. package/lib/labs/VDataTable/VDataTable.mjs +58 -20
  240. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  241. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  242. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  243. package/lib/labs/VDataTable/VDataTableHeaders.mjs +17 -10
  244. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  245. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  246. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  247. package/lib/labs/VDataTable/VDataTableServer.mjs +50 -14
  248. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  249. package/lib/labs/VDataTable/VDataTableVirtual.mjs +50 -13
  250. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  251. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  252. package/lib/labs/VDataTable/composables/group.mjs +8 -6
  253. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  254. package/lib/labs/VDataTable/composables/headers.mjs +2 -3
  255. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  256. package/lib/labs/VDataTable/composables/items.mjs +31 -32
  257. package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
  258. package/lib/labs/VDataTable/composables/paginate.mjs +14 -2
  259. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  260. package/lib/labs/VDataTable/composables/select.mjs +3 -3
  261. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  262. package/lib/labs/VDataTable/composables/sort.mjs +17 -17
  263. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  264. package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
  265. package/lib/labs/VDataTable/index.d.mts +9681 -0
  266. package/lib/labs/VDataTable/index.mjs +1 -1
  267. package/lib/labs/VDataTable/index.mjs.map +1 -1
  268. package/lib/labs/VDataTable/types.mjs.map +1 -1
  269. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  270. package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +161 -54
  271. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  272. package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +92 -31
  273. package/lib/labs/components.d.mts +11806 -0
  274. package/lib/labs/components.mjs +2 -0
  275. package/lib/labs/components.mjs.map +1 -1
  276. package/lib/labs/date/date.mjs.map +1 -1
  277. package/lib/labs/date/index.d.mts +70 -0
  278. package/lib/labs/date/index.mjs +1 -1
  279. package/lib/labs/date/index.mjs.map +1 -1
  280. package/lib/styles/settings/_variables.scss +3 -3
  281. package/lib/util/colorUtils.mjs +68 -3
  282. package/lib/util/colorUtils.mjs.map +1 -1
  283. package/lib/util/console.mjs +12 -81
  284. package/lib/util/console.mjs.map +1 -1
  285. package/lib/util/defineComponent.mjs.map +1 -1
  286. package/lib/util/helpers.mjs +4 -18
  287. package/lib/util/helpers.mjs.map +1 -1
  288. package/lib/util/propsFactory.mjs +2 -0
  289. package/lib/util/propsFactory.mjs.map +1 -1
  290. package/package.json +13 -9
  291. package/lib/components/VAutocomplete/index.d.ts +0 -2050
  292. package/lib/components/VBottomSheet/VBottomSheet.mjs +0 -29
  293. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +0 -1
  294. package/lib/components/VBottomSheet/VBottomSheet.sass +0 -23
  295. package/lib/components/VBottomSheet/_variables.scss +0 -3
  296. package/lib/components/VBottomSheet/index.mjs +0 -4
  297. package/lib/components/VBottomSheet/index.mjs.map +0 -1
  298. package/lib/components/VChipGroup/index.d.ts +0 -280
  299. package/lib/components/VCombobox/index.d.ts +0 -2086
  300. package/lib/components/VData/VData.mjs +0 -374
  301. package/lib/components/VData/VData.mjs.map +0 -1
  302. package/lib/components/VData/index.mjs +0 -4
  303. package/lib/components/VData/index.mjs.map +0 -1
  304. package/lib/components/VDataIterator/VDataFooter.mjs +0 -194
  305. package/lib/components/VDataIterator/VDataFooter.mjs.map +0 -1
  306. package/lib/components/VDataIterator/VDataFooter.sass +0 -71
  307. package/lib/components/VDataIterator/VDataIterator.mjs +0 -316
  308. package/lib/components/VDataIterator/VDataIterator.mjs.map +0 -1
  309. package/lib/components/VDataIterator/_variables.scss +0 -13
  310. package/lib/components/VDataIterator/index.mjs +0 -10
  311. package/lib/components/VDataIterator/index.mjs.map +0 -1
  312. package/lib/components/VField/index.d.ts +0 -563
  313. package/lib/components/VForm/index.d.ts +0 -284
  314. package/lib/components/VItemGroup/index.d.ts +0 -396
  315. package/lib/components/VSelect/index.d.ts +0 -1981
  316. package/lib/components/VSelectionControl/index.d.ts +0 -387
  317. package/lib/components/VTextField/index.d.ts +0 -2061
  318. package/lib/components/VValidation/index.d.ts +0 -243
  319. package/lib/components/VVirtualScroll/index.d.ts +0 -197
  320. package/lib/composables/items.mjs.map +0 -1
  321. package/lib/labs/VDataTable/index.d.ts +0 -5415
  322. package/lib/labs/components.d.ts +0 -5945
  323. package/lib/labs/date/index.d.ts +0 -38
  324. /package/lib/components/VNoSsr/{index.d.ts → index.d.mts} +0 -0
  325. /package/lib/directives/{index.d.ts → index.d.mts} +0 -0
  326. /package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +0 -0
  327. /package/lib/iconsets/{fa.d.ts → fa.d.mts} +0 -0
  328. /package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +0 -0
  329. /package/lib/iconsets/{md.d.ts → md.d.mts} +0 -0
  330. /package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +0 -0
  331. /package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +0 -0
  332. /package/lib/labs/date/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
  333. /package/lib/locale/adapters/{vue-i18n.d.ts → vue-i18n.d.mts} +0 -0
  334. /package/lib/locale/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
  335. /package/lib/locale/{index.d.ts → index.d.mts} +0 -0
@@ -11,20 +11,64 @@ declare const VComponentIcon: {
11
11
  new (...args: any[]): {
12
12
  $: vue.ComponentInternalInstance;
13
13
  $data: {};
14
- $props: Partial<{}> & Omit<{
14
+ $props: {
15
+ key?: string | number | symbol | undefined;
16
+ style?: unknown;
17
+ class?: unknown;
15
18
  tag: string;
16
- } & {
17
19
  icon?: IconValue | undefined;
18
- } & {
19
20
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
20
21
  default?: (() => vue.VNodeChild) | undefined;
21
22
  };
23
+ ref?: vue.VNodeRef | undefined;
24
+ ref_for?: boolean | undefined;
25
+ ref_key?: string | undefined;
26
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
22
27
  'v-slots'?: {
23
28
  default?: false | (() => vue.VNodeChild) | undefined;
24
29
  } | undefined;
25
- } & {
26
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
27
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
30
+ $slots?: {
31
+ default?: (() => vue.VNodeChild) | undefined;
32
+ } | undefined;
33
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
34
+ [key: string]: any;
35
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
36
+ [key: string]: any;
37
+ }>) => void)[] | undefined;
38
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
39
+ [key: string]: any;
40
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
41
+ [key: string]: any;
42
+ }>) => void)[] | undefined;
43
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
44
+ [key: string]: any;
45
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
46
+ [key: string]: any;
47
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
48
+ [key: string]: any;
49
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
50
+ [key: string]: any;
51
+ }>) => void)[] | undefined;
52
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
53
+ [key: string]: any;
54
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
55
+ [key: string]: any;
56
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
57
+ [key: string]: any;
58
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
59
+ [key: string]: any;
60
+ }>) => void)[] | undefined;
61
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
62
+ [key: string]: any;
63
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
64
+ [key: string]: any;
65
+ }>) => void)[] | undefined;
66
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
67
+ [key: string]: any;
68
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
69
+ [key: string]: any;
70
+ }>) => void)[] | undefined;
71
+ };
28
72
  $attrs: {
29
73
  [x: string]: unknown;
30
74
  };
@@ -32,10 +76,12 @@ declare const VComponentIcon: {
32
76
  [x: string]: unknown;
33
77
  };
34
78
  $slots: Readonly<{
35
- [name: string]: vue.Slot | undefined;
79
+ default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
80
+ [key: string]: any;
81
+ }>[]) | undefined;
36
82
  }>;
37
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
38
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
83
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
84
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
39
85
  $emit: (event: string, ...args: any[]) => void;
40
86
  $el: any;
41
87
  $options: vue.ComponentOptionsBase<{
@@ -51,7 +97,15 @@ declare const VComponentIcon: {
51
97
  } | undefined;
52
98
  } & {
53
99
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
54
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
100
+ } & {
101
+ $slots?: {
102
+ default?: (() => vue.VNodeChild) | undefined;
103
+ } | undefined;
104
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, vue.SlotsType<Partial<{
105
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
106
+ [key: string]: any;
107
+ }>[];
108
+ }>>> & {
55
109
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
56
110
  created?: ((() => void) | (() => void)[]) | undefined;
57
111
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -66,7 +120,7 @@ declare const VComponentIcon: {
66
120
  unmounted?: ((() => void) | (() => void)[]) | undefined;
67
121
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
68
122
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
69
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
123
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
70
124
  };
71
125
  $forceUpdate: () => void;
72
126
  $nextTick: typeof vue.nextTick;
@@ -84,6 +138,10 @@ declare const VComponentIcon: {
84
138
  } | undefined;
85
139
  } & {
86
140
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
141
+ } & {
142
+ $slots?: {
143
+ default?: (() => vue.VNodeChild) | undefined;
144
+ } | undefined;
87
145
  } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
88
146
  __isFragment?: undefined;
89
147
  __isTeleport?: undefined;
@@ -101,7 +159,15 @@ declare const VComponentIcon: {
101
159
  } | undefined;
102
160
  } & {
103
161
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
104
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
162
+ } & {
163
+ $slots?: {
164
+ default?: (() => vue.VNodeChild) | undefined;
165
+ } | undefined;
166
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, vue.SlotsType<Partial<{
167
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
168
+ [key: string]: any;
169
+ }>[];
170
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
105
171
  icon: {
106
172
  type: PropType<IconValue>;
107
173
  };
@@ -123,15 +189,54 @@ declare const VSvgIcon: {
123
189
  new (...args: any[]): {
124
190
  $: vue.ComponentInternalInstance;
125
191
  $data: {};
126
- $props: Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<{
127
- icon: {
128
- type: PropType<IconValue>;
129
- };
130
- tag: {
131
- type: StringConstructor;
132
- required: true;
133
- };
134
- }>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
192
+ $props: {
193
+ key?: string | number | symbol | undefined;
194
+ style?: unknown;
195
+ class?: unknown;
196
+ readonly tag: string;
197
+ readonly icon?: IconValue | undefined;
198
+ ref?: vue.VNodeRef | undefined;
199
+ ref_for?: boolean | undefined;
200
+ ref_key?: string | undefined;
201
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
202
+ [key: string]: any;
203
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
204
+ [key: string]: any;
205
+ }>) => void)[] | undefined;
206
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
207
+ [key: string]: any;
208
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
209
+ [key: string]: any;
210
+ }>) => void)[] | undefined;
211
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
212
+ [key: string]: any;
213
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
214
+ [key: string]: any;
215
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
216
+ [key: string]: any;
217
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
218
+ [key: string]: any;
219
+ }>) => void)[] | undefined;
220
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
221
+ [key: string]: any;
222
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
223
+ [key: string]: any;
224
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
225
+ [key: string]: any;
226
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
227
+ [key: string]: any;
228
+ }>) => void)[] | undefined;
229
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
230
+ [key: string]: any;
231
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
232
+ [key: string]: any;
233
+ }>) => void)[] | undefined;
234
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
235
+ [key: string]: any;
236
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
237
+ [key: string]: any;
238
+ }>) => void)[] | undefined;
239
+ };
135
240
  $attrs: {
136
241
  [x: string]: unknown;
137
242
  };
@@ -139,10 +244,10 @@ declare const VSvgIcon: {
139
244
  [x: string]: unknown;
140
245
  };
141
246
  $slots: Readonly<{
142
- [name: string]: vue.Slot | undefined;
247
+ [name: string]: vue.Slot<any> | undefined;
143
248
  }>;
144
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
145
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
249
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
250
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
146
251
  $emit: (event: string, ...args: any[]) => void;
147
252
  $el: any;
148
253
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
@@ -153,7 +258,7 @@ declare const VSvgIcon: {
153
258
  type: StringConstructor;
154
259
  required: true;
155
260
  };
156
- }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & {
261
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
157
262
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
158
263
  created?: ((() => void) | (() => void)[]) | undefined;
159
264
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -168,7 +273,7 @@ declare const VSvgIcon: {
168
273
  unmounted?: ((() => void) | (() => void)[]) | undefined;
169
274
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
170
275
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
171
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
276
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
172
277
  };
173
278
  $forceUpdate: () => void;
174
279
  $nextTick: typeof vue.nextTick;
@@ -193,7 +298,7 @@ declare const VSvgIcon: {
193
298
  type: StringConstructor;
194
299
  required: true;
195
300
  };
196
- }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
301
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
197
302
  icon: {
198
303
  type: PropType<IconValue>;
199
304
  };
@@ -215,15 +320,54 @@ declare const VLigatureIcon: {
215
320
  new (...args: any[]): {
216
321
  $: vue.ComponentInternalInstance;
217
322
  $data: {};
218
- $props: Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<{
219
- icon: {
220
- type: PropType<IconValue>;
221
- };
222
- tag: {
223
- type: StringConstructor;
224
- required: true;
225
- };
226
- }>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
323
+ $props: {
324
+ key?: string | number | symbol | undefined;
325
+ style?: unknown;
326
+ class?: unknown;
327
+ readonly tag: string;
328
+ readonly icon?: IconValue | undefined;
329
+ ref?: vue.VNodeRef | undefined;
330
+ ref_for?: boolean | undefined;
331
+ ref_key?: string | undefined;
332
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
333
+ [key: string]: any;
334
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
335
+ [key: string]: any;
336
+ }>) => void)[] | undefined;
337
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
338
+ [key: string]: any;
339
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
340
+ [key: string]: any;
341
+ }>) => void)[] | undefined;
342
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
343
+ [key: string]: any;
344
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
345
+ [key: string]: any;
346
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
347
+ [key: string]: any;
348
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
349
+ [key: string]: any;
350
+ }>) => void)[] | undefined;
351
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
352
+ [key: string]: any;
353
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
354
+ [key: string]: any;
355
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
356
+ [key: string]: any;
357
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
358
+ [key: string]: any;
359
+ }>) => void)[] | undefined;
360
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
361
+ [key: string]: any;
362
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
363
+ [key: string]: any;
364
+ }>) => void)[] | undefined;
365
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
366
+ [key: string]: any;
367
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
368
+ [key: string]: any;
369
+ }>) => void)[] | undefined;
370
+ };
227
371
  $attrs: {
228
372
  [x: string]: unknown;
229
373
  };
@@ -231,10 +375,10 @@ declare const VLigatureIcon: {
231
375
  [x: string]: unknown;
232
376
  };
233
377
  $slots: Readonly<{
234
- [name: string]: vue.Slot | undefined;
378
+ [name: string]: vue.Slot<any> | undefined;
235
379
  }>;
236
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
237
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
380
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
381
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
238
382
  $emit: (event: string, ...args: any[]) => void;
239
383
  $el: any;
240
384
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
@@ -245,7 +389,7 @@ declare const VLigatureIcon: {
245
389
  type: StringConstructor;
246
390
  required: true;
247
391
  };
248
- }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & {
392
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
249
393
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
250
394
  created?: ((() => void) | (() => void)[]) | undefined;
251
395
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -260,7 +404,7 @@ declare const VLigatureIcon: {
260
404
  unmounted?: ((() => void) | (() => void)[]) | undefined;
261
405
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
262
406
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
263
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
407
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
264
408
  };
265
409
  $forceUpdate: () => void;
266
410
  $nextTick: typeof vue.nextTick;
@@ -285,7 +429,7 @@ declare const VLigatureIcon: {
285
429
  type: StringConstructor;
286
430
  required: true;
287
431
  };
288
- }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
432
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
289
433
  icon: {
290
434
  type: PropType<IconValue>;
291
435
  };
@@ -307,15 +451,54 @@ declare const VClassIcon: {
307
451
  new (...args: any[]): {
308
452
  $: vue.ComponentInternalInstance;
309
453
  $data: {};
310
- $props: Partial<{}> & Omit<Readonly<vue.ExtractPropTypes<{
311
- icon: {
312
- type: PropType<IconValue>;
313
- };
314
- tag: {
315
- type: StringConstructor;
316
- required: true;
317
- };
318
- }>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
454
+ $props: {
455
+ key?: string | number | symbol | undefined;
456
+ style?: unknown;
457
+ class?: unknown;
458
+ readonly tag: string;
459
+ readonly icon?: IconValue | undefined;
460
+ ref?: vue.VNodeRef | undefined;
461
+ ref_for?: boolean | undefined;
462
+ ref_key?: string | undefined;
463
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
464
+ [key: string]: any;
465
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
466
+ [key: string]: any;
467
+ }>) => void)[] | undefined;
468
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
469
+ [key: string]: any;
470
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
471
+ [key: string]: any;
472
+ }>) => void)[] | undefined;
473
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
474
+ [key: string]: any;
475
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
476
+ [key: string]: any;
477
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
478
+ [key: string]: any;
479
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
480
+ [key: string]: any;
481
+ }>) => void)[] | undefined;
482
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
483
+ [key: string]: any;
484
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
485
+ [key: string]: any;
486
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
487
+ [key: string]: any;
488
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
489
+ [key: string]: any;
490
+ }>) => void)[] | undefined;
491
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
492
+ [key: string]: any;
493
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
494
+ [key: string]: any;
495
+ }>) => void)[] | undefined;
496
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
497
+ [key: string]: any;
498
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
499
+ [key: string]: any;
500
+ }>) => void)[] | undefined;
501
+ };
319
502
  $attrs: {
320
503
  [x: string]: unknown;
321
504
  };
@@ -323,10 +506,10 @@ declare const VClassIcon: {
323
506
  [x: string]: unknown;
324
507
  };
325
508
  $slots: Readonly<{
326
- [name: string]: vue.Slot | undefined;
509
+ [name: string]: vue.Slot<any> | undefined;
327
510
  }>;
328
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
329
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
511
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
512
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
330
513
  $emit: (event: string, ...args: any[]) => void;
331
514
  $el: any;
332
515
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
@@ -337,7 +520,7 @@ declare const VClassIcon: {
337
520
  type: StringConstructor;
338
521
  required: true;
339
522
  };
340
- }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & {
523
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
341
524
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
342
525
  created?: ((() => void) | (() => void)[]) | undefined;
343
526
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -352,7 +535,7 @@ declare const VClassIcon: {
352
535
  unmounted?: ((() => void) | (() => void)[]) | undefined;
353
536
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
354
537
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
355
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
538
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
356
539
  };
357
540
  $forceUpdate: () => void;
358
541
  $nextTick: typeof vue.nextTick;
@@ -377,7 +560,7 @@ declare const VClassIcon: {
377
560
  type: StringConstructor;
378
561
  required: true;
379
562
  };
380
- }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
563
+ }>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
381
564
  icon: {
382
565
  type: PropType<IconValue>;
383
566
  };
@@ -400,33 +583,69 @@ declare const VIcon: {
400
583
  new (...args: any[]): {
401
584
  $: vue.ComponentInternalInstance;
402
585
  $data: {};
403
- $props: Partial<{
404
- end: boolean;
405
- start: boolean;
406
- style: vue.StyleValue;
407
- size: string | number;
408
- tag: string;
409
- }> & Omit<{
410
- end: boolean;
411
- start: boolean;
412
- style: vue.StyleValue;
413
- size: string | number;
414
- tag: string;
415
- } & {
586
+ $props: {
587
+ end?: boolean | undefined;
588
+ start?: boolean | undefined;
589
+ style?: vue.StyleValue | undefined;
590
+ size?: string | number | undefined;
591
+ tag?: string | undefined;
592
+ key?: string | number | symbol | undefined;
416
593
  color?: string | undefined;
417
594
  class?: any;
418
595
  icon?: IconValue | undefined;
419
- theme?: string | undefined;
420
- } & {
421
596
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
422
597
  default?: (() => vue.VNodeChild) | undefined;
423
598
  };
599
+ ref?: vue.VNodeRef | undefined;
600
+ ref_for?: boolean | undefined;
601
+ ref_key?: string | undefined;
602
+ theme?: string | undefined;
603
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
424
604
  'v-slots'?: {
425
605
  default?: false | (() => vue.VNodeChild) | undefined;
426
606
  } | undefined;
427
- } & {
428
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
429
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "end" | "start" | "style" | "size" | "tag">;
607
+ $slots?: {
608
+ default?: (() => vue.VNodeChild) | undefined;
609
+ } | undefined;
610
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
611
+ [key: string]: any;
612
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
613
+ [key: string]: any;
614
+ }>) => void)[] | undefined;
615
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
616
+ [key: string]: any;
617
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
618
+ [key: string]: any;
619
+ }>) => void)[] | undefined;
620
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
621
+ [key: string]: any;
622
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
623
+ [key: string]: any;
624
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
625
+ [key: string]: any;
626
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
627
+ [key: string]: any;
628
+ }>) => void)[] | undefined;
629
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
630
+ [key: string]: any;
631
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
632
+ [key: string]: any;
633
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
634
+ [key: string]: any;
635
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
636
+ [key: string]: any;
637
+ }>) => void)[] | undefined;
638
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
639
+ [key: string]: any;
640
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
641
+ [key: string]: any;
642
+ }>) => void)[] | undefined;
643
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
644
+ [key: string]: any;
645
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
646
+ [key: string]: any;
647
+ }>) => void)[] | undefined;
648
+ };
430
649
  $attrs: {
431
650
  [x: string]: unknown;
432
651
  };
@@ -434,10 +653,12 @@ declare const VIcon: {
434
653
  [x: string]: unknown;
435
654
  };
436
655
  $slots: Readonly<{
437
- [name: string]: vue.Slot | undefined;
656
+ default?: (() => vue.VNode<vue.RendererNode, vue.RendererElement, {
657
+ [key: string]: any;
658
+ }>[]) | undefined;
438
659
  }>;
439
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
440
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
660
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
661
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
441
662
  $emit: (event: string, ...args: any[]) => void;
442
663
  $el: any;
443
664
  $options: vue.ComponentOptionsBase<{
@@ -460,13 +681,21 @@ declare const VIcon: {
460
681
  } | undefined;
461
682
  } & {
462
683
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
684
+ } & {
685
+ $slots?: {
686
+ default?: (() => vue.VNodeChild) | undefined;
687
+ } | undefined;
463
688
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
464
689
  end: boolean;
465
690
  start: boolean;
466
691
  style: vue.StyleValue;
467
692
  size: string | number;
468
693
  tag: string;
469
- }, {}, string> & {
694
+ }, {}, string, vue.SlotsType<Partial<{
695
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
696
+ [key: string]: any;
697
+ }>[];
698
+ }>>> & {
470
699
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
471
700
  created?: ((() => void) | (() => void)[]) | undefined;
472
701
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -481,7 +710,7 @@ declare const VIcon: {
481
710
  unmounted?: ((() => void) | (() => void)[]) | undefined;
482
711
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
483
712
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
484
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
713
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
485
714
  };
486
715
  $forceUpdate: () => void;
487
716
  $nextTick: typeof vue.nextTick;
@@ -506,6 +735,10 @@ declare const VIcon: {
506
735
  } | undefined;
507
736
  } & {
508
737
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
738
+ } & {
739
+ $slots?: {
740
+ default?: (() => vue.VNodeChild) | undefined;
741
+ } | undefined;
509
742
  } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
510
743
  __isFragment?: undefined;
511
744
  __isTeleport?: undefined;
@@ -530,13 +763,21 @@ declare const VIcon: {
530
763
  } | undefined;
531
764
  } & {
532
765
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
766
+ } & {
767
+ $slots?: {
768
+ default?: (() => vue.VNodeChild) | undefined;
769
+ } | undefined;
533
770
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
534
771
  end: boolean;
535
772
  start: boolean;
536
773
  style: vue.StyleValue;
537
774
  size: string | number;
538
775
  tag: string;
539
- }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
776
+ }, {}, string, vue.SlotsType<Partial<{
777
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
778
+ [key: string]: any;
779
+ }>[];
780
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
540
781
  theme: StringConstructor;
541
782
  tag: Omit<{
542
783
  type: StringConstructor;
@@ -11,10 +11,8 @@
11
11
  .v-img__gradient,
12
12
  .v-img__placeholder,
13
13
  .v-img__error {
14
- z-index: -1;
15
- position: absolute;
16
- top: 0;
17
- left: 0;
14
+ grid-row-start: 1;
15
+ grid-column-start: 1;
18
16
  width: 100%;
19
17
  height: 100%;
20
18
  }