@vuetify/nightly 3.0.0-beta.0 → 3.0.0-beta.13

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 (986) hide show
  1. package/CHANGELOG.md +13 -2
  2. package/_settings.scss +2 -0
  3. package/_styles.scss +1 -0
  4. package/_tools.scss +1 -0
  5. package/dist/_component-variables.sass +61 -0
  6. package/dist/json/attributes.json +898 -526
  7. package/dist/json/importMap.json +156 -180
  8. package/dist/json/tags.json +221 -147
  9. package/dist/json/web-types.json +2698 -1609
  10. package/dist/vuetify.css +4126 -4566
  11. package/dist/vuetify.d.ts +13705 -11374
  12. package/dist/vuetify.esm.js +11107 -9293
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +11015 -9200
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +3 -3
  17. package/dist/vuetify.min.js +1375 -1254
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/blueprints/index.d.ts +171 -0
  20. package/lib/blueprints/index.mjs +4 -0
  21. package/lib/blueprints/index.mjs.map +1 -0
  22. package/lib/blueprints/md1.d.ts +167 -0
  23. package/lib/blueprints/md1.mjs +63 -0
  24. package/lib/blueprints/md1.mjs.map +1 -0
  25. package/lib/blueprints/md2.d.ts +167 -0
  26. package/lib/blueprints/md2.mjs +60 -0
  27. package/lib/blueprints/md2.mjs.map +1 -0
  28. package/lib/blueprints/md3.d.ts +167 -0
  29. package/lib/blueprints/md3.mjs +74 -0
  30. package/lib/blueprints/md3.mjs.map +1 -0
  31. package/lib/components/VAlert/VAlert.css +36 -19
  32. package/lib/components/VAlert/VAlert.mjs +69 -40
  33. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  34. package/lib/components/VAlert/VAlert.sass +26 -11
  35. package/lib/components/VAlert/VAlertTitle.mjs +1 -0
  36. package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
  37. package/lib/components/VAlert/_variables.scss +14 -7
  38. package/lib/components/VAlert/index.d.ts +185 -0
  39. package/lib/components/VAlert/index.mjs.map +1 -1
  40. package/lib/components/VApp/VApp.css +2 -15
  41. package/lib/components/VApp/VApp.mjs +3 -4
  42. package/lib/components/VApp/VApp.mjs.map +1 -1
  43. package/lib/components/VApp/VApp.sass +11 -20
  44. package/lib/components/VApp/index.d.ts +83 -0
  45. package/lib/components/VApp/index.mjs.map +1 -1
  46. package/lib/components/VApp/variables.scss +6 -0
  47. package/lib/components/VAppBar/VAppBar.css +4 -1
  48. package/lib/components/VAppBar/VAppBar.mjs +15 -10
  49. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  50. package/lib/components/VAppBar/VAppBar.sass +3 -1
  51. package/lib/components/VAppBar/VAppBarNavIcon.mjs +11 -14
  52. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  53. package/lib/components/VAppBar/VAppBarTitle.mjs +7 -4
  54. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  55. package/lib/components/VAppBar/_variables.scss +2 -0
  56. package/lib/components/VAppBar/index.d.ts +156 -0
  57. package/lib/components/VAppBar/index.mjs.map +1 -1
  58. package/lib/components/VAutocomplete/VAutocomplete.css +11 -1
  59. package/lib/components/VAutocomplete/VAutocomplete.mjs +142 -105
  60. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  61. package/lib/components/VAutocomplete/VAutocomplete.sass +10 -2
  62. package/lib/components/VAutocomplete/_variables.scss +1 -0
  63. package/lib/components/VAutocomplete/index.d.ts +1569 -0
  64. package/lib/components/VAutocomplete/index.mjs.map +1 -1
  65. package/lib/components/VAvatar/VAvatar.css +48 -3
  66. package/lib/components/VAvatar/VAvatar.mjs +29 -23
  67. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  68. package/lib/components/VAvatar/VAvatar.sass +10 -3
  69. package/lib/components/VAvatar/_mixins.scss +0 -1
  70. package/lib/components/VAvatar/_variables.scss +9 -4
  71. package/lib/components/VAvatar/index.d.ts +80 -0
  72. package/lib/components/VAvatar/index.mjs.map +1 -1
  73. package/lib/components/VBadge/VBadge.css +3 -6
  74. package/lib/components/VBadge/VBadge.mjs +20 -49
  75. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  76. package/lib/components/VBadge/VBadge.sass +2 -5
  77. package/lib/components/VBadge/_variables.scss +3 -4
  78. package/lib/components/VBadge/index.d.ts +123 -0
  79. package/lib/components/VBadge/index.mjs.map +1 -1
  80. package/lib/components/VBanner/VBanner.css +81 -57
  81. package/lib/components/VBanner/VBanner.mjs +45 -37
  82. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  83. package/lib/components/VBanner/VBanner.sass +60 -55
  84. package/lib/components/VBanner/VBannerActions.mjs +34 -2
  85. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  86. package/lib/components/VBanner/VBannerText.mjs.map +1 -1
  87. package/lib/components/VBanner/_variables.scss +10 -14
  88. package/lib/components/VBanner/index.d.ts +122 -0
  89. package/lib/components/VBanner/index.mjs.map +1 -1
  90. package/lib/components/VBottomNavigation/VBottomNavigation.css +6 -13
  91. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +5 -4
  92. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  93. package/lib/components/VBottomNavigation/VBottomNavigation.sass +6 -14
  94. package/lib/components/VBottomNavigation/_variables.scss +7 -8
  95. package/lib/components/VBottomNavigation/index.d.ts +143 -0
  96. package/lib/components/VBottomNavigation/index.mjs.map +1 -1
  97. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  98. package/lib/components/VBottomSheet/index.mjs.map +1 -1
  99. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +13 -6
  100. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +35 -21
  101. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  102. package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +8 -4
  103. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  104. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -17
  105. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  106. package/lib/components/VBreadcrumbs/_variables.scss +2 -1
  107. package/lib/components/VBreadcrumbs/index.d.ts +301 -0
  108. package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
  109. package/lib/components/VBtn/VBtn.css +141 -28
  110. package/lib/components/VBtn/VBtn.mjs +109 -34
  111. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  112. package/lib/components/VBtn/VBtn.sass +119 -16
  113. package/lib/components/VBtn/_variables.scss +10 -1
  114. package/lib/components/VBtn/index.d.ts +210 -0
  115. package/lib/components/VBtn/index.mjs.map +1 -1
  116. package/lib/components/VBtnGroup/VBtnGroup.css +16 -7
  117. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  118. package/lib/components/VBtnGroup/VBtnGroup.sass +14 -7
  119. package/lib/components/VBtnGroup/_variables.scss +2 -0
  120. package/lib/components/VBtnGroup/index.d.ts +65 -0
  121. package/lib/components/VBtnGroup/index.mjs.map +1 -1
  122. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -3
  123. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  124. package/lib/components/VBtnToggle/VBtnToggle.sass +0 -1
  125. package/lib/components/VBtnToggle/_variables.scss +1 -0
  126. package/lib/components/VBtnToggle/index.d.ts +175 -0
  127. package/lib/components/VBtnToggle/index.mjs.map +1 -1
  128. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  129. package/lib/components/VCalendar/VCalendarCategory.mjs.map +1 -1
  130. package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
  131. package/lib/components/VCalendar/VCalendarMonthly.mjs.map +1 -1
  132. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
  133. package/lib/components/VCalendar/index.mjs.map +1 -1
  134. package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
  135. package/lib/components/VCalendar/mixins/calendar-with-events.mjs +2 -6
  136. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  137. package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
  138. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  139. package/lib/components/VCalendar/mixins/times.mjs.map +1 -1
  140. package/lib/components/VCalendar/modes/column.mjs.map +1 -1
  141. package/lib/components/VCalendar/modes/common.mjs.map +1 -1
  142. package/lib/components/VCalendar/modes/index.mjs.map +1 -1
  143. package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
  144. package/lib/components/VCalendar/util/events.mjs.map +1 -1
  145. package/lib/components/VCalendar/util/parser.mjs.map +1 -1
  146. package/lib/components/VCalendar/util/props.mjs.map +1 -1
  147. package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
  148. package/lib/components/VCard/VCard.css +108 -84
  149. package/lib/components/VCard/VCard.mjs +72 -73
  150. package/lib/components/VCard/VCard.mjs.map +1 -1
  151. package/lib/components/VCard/VCard.sass +76 -61
  152. package/lib/components/VCard/VCardActions.mjs +2 -3
  153. package/lib/components/VCard/VCardActions.mjs.map +1 -1
  154. package/lib/components/VCard/VCardItem.mjs +88 -0
  155. package/lib/components/VCard/VCardItem.mjs.map +1 -0
  156. package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
  157. package/lib/components/VCard/VCardText.mjs.map +1 -1
  158. package/lib/components/VCard/VCardTitle.mjs.map +1 -1
  159. package/lib/components/VCard/_variables.scss +45 -23
  160. package/lib/components/VCard/index.d.ts +230 -0
  161. package/lib/components/VCard/index.mjs +1 -4
  162. package/lib/components/VCard/index.mjs.map +1 -1
  163. package/lib/components/VCarousel/VCarousel.mjs +9 -7
  164. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  165. package/lib/components/VCarousel/VCarousel.sass +0 -1
  166. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  167. package/lib/components/VCarousel/_variables.scss +1 -0
  168. package/lib/components/VCarousel/index.d.ts +80 -0
  169. package/lib/components/VCarousel/index.mjs.map +1 -1
  170. package/lib/components/VCheckbox/VCheckbox.mjs +15 -47
  171. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  172. package/lib/components/VCheckbox/VCheckbox.sass +0 -1
  173. package/lib/components/VCheckbox/VCheckboxBtn.mjs +67 -0
  174. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -0
  175. package/lib/components/VCheckbox/index.d.ts +291 -0
  176. package/lib/components/VCheckbox/index.mjs +1 -0
  177. package/lib/components/VCheckbox/index.mjs.map +1 -1
  178. package/lib/components/VChip/VChip.css +147 -68
  179. package/lib/components/VChip/VChip.mjs +83 -43
  180. package/lib/components/VChip/VChip.mjs.map +1 -1
  181. package/lib/components/VChip/VChip.sass +9 -1
  182. package/lib/components/VChip/_mixins.scss +26 -6
  183. package/lib/components/VChip/_variables.scss +4 -5
  184. package/lib/components/VChip/index.d.ts +195 -0
  185. package/lib/components/VChip/index.mjs.map +1 -1
  186. package/lib/components/VChipGroup/VChipGroup.mjs +5 -4
  187. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  188. package/lib/components/VChipGroup/VChipGroup.sass +1 -1
  189. package/lib/components/VChipGroup/_variables.scss +1 -1
  190. package/lib/components/VChipGroup/index.d.ts +89 -0
  191. package/lib/components/VChipGroup/index.mjs.map +1 -1
  192. package/lib/components/VCode/VCode.sass +1 -2
  193. package/lib/components/VCode/_variables.scss +1 -1
  194. package/lib/components/VCode/index.d.ts +19 -0
  195. package/lib/components/VCode/index.mjs.map +1 -1
  196. package/lib/components/VColorPicker/VColorPicker.css +3 -3
  197. package/lib/components/VColorPicker/VColorPicker.mjs +55 -53
  198. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  199. package/lib/components/VColorPicker/VColorPicker.sass +0 -1
  200. package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -1
  201. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +10 -9
  202. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  203. package/lib/components/VColorPicker/VColorPickerCanvas.sass +0 -1
  204. package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -3
  205. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  206. package/lib/components/VColorPicker/VColorPickerEdit.sass +0 -1
  207. package/lib/components/VColorPicker/VColorPickerPreview.mjs +14 -21
  208. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  209. package/lib/components/VColorPicker/VColorPickerPreview.sass +0 -1
  210. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +6 -5
  211. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  212. package/lib/components/VColorPicker/VColorPickerSwatches.sass +0 -1
  213. package/lib/components/VColorPicker/_variables.scss +17 -10
  214. package/lib/components/VColorPicker/index.d.ts +116 -0
  215. package/lib/components/VColorPicker/index.mjs.map +1 -1
  216. package/lib/components/VColorPicker/util/index.mjs +1 -3
  217. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  218. package/lib/components/VCombobox/VCombobox.css +11 -1
  219. package/lib/components/VCombobox/VCombobox.mjs +145 -116
  220. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  221. package/lib/components/VCombobox/VCombobox.sass +10 -2
  222. package/lib/components/VCombobox/_variables.scss +1 -0
  223. package/lib/components/VCombobox/index.d.ts +1590 -0
  224. package/lib/components/VCombobox/index.mjs.map +1 -1
  225. package/lib/components/VCounter/VCounter.mjs +16 -16
  226. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  227. package/lib/components/VCounter/VCounter.sass +1 -2
  228. package/lib/components/VCounter/_variables.scss +2 -1
  229. package/lib/components/VCounter/index.d.ts +223 -0
  230. package/lib/components/VCounter/index.mjs.map +1 -1
  231. package/lib/components/VData/VData.mjs.map +1 -1
  232. package/lib/components/VData/index.mjs.map +1 -1
  233. package/lib/components/VDataIterator/VDataFooter.mjs.map +1 -1
  234. package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
  235. package/lib/components/VDataIterator/index.mjs.map +1 -1
  236. package/lib/components/VDataTable/MobileRow.mjs.map +1 -1
  237. package/lib/components/VDataTable/Row.mjs.map +1 -1
  238. package/lib/components/VDataTable/RowGroup.mjs.map +1 -1
  239. package/lib/components/VDataTable/VDataTable.mjs +11 -15
  240. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  241. package/lib/components/VDataTable/VDataTableHeader.mjs.map +1 -1
  242. package/lib/components/VDataTable/VDataTableHeaderDesktop.mjs.map +1 -1
  243. package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +1 -1
  244. package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
  245. package/lib/components/VDataTable/VVirtualTable.mjs.map +1 -1
  246. package/lib/components/VDataTable/index.mjs.map +1 -1
  247. package/lib/components/VDataTable/mixins/header.mjs +1 -3
  248. package/lib/components/VDataTable/mixins/header.mjs.map +1 -1
  249. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  250. package/lib/components/VDatePicker/VDatePickerDateTable.mjs.map +1 -1
  251. package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
  252. package/lib/components/VDatePicker/VDatePickerMonthTable.mjs.map +1 -1
  253. package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -1
  254. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  255. package/lib/components/VDatePicker/index.mjs.map +1 -1
  256. package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
  257. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
  258. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +1 -1
  259. package/lib/components/VDatePicker/util/index.mjs.map +1 -1
  260. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +1 -1
  261. package/lib/components/VDatePicker/util/monthChange.mjs.map +1 -1
  262. package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
  263. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +1 -1
  264. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  265. package/lib/components/VDefaultsProvider/index.d.ts +26 -0
  266. package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
  267. package/lib/components/VDialog/VDialog.css +36 -17
  268. package/lib/components/VDialog/VDialog.mjs +46 -38
  269. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  270. package/lib/components/VDialog/VDialog.sass +30 -15
  271. package/lib/components/VDialog/_variables.scss +3 -8
  272. package/lib/components/VDialog/index.d.ts +859 -0
  273. package/lib/components/VDialog/index.mjs.map +1 -1
  274. package/lib/components/VDivider/VDivider.mjs +16 -17
  275. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  276. package/lib/components/VDivider/VDivider.sass +0 -1
  277. package/lib/components/VDivider/_variables.scss +3 -1
  278. package/lib/components/VDivider/index.d.ts +22 -0
  279. package/lib/components/VDivider/index.mjs.map +1 -1
  280. package/lib/components/VExpansionPanel/VExpansionPanel.css +15 -7
  281. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -6
  282. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  283. package/lib/components/VExpansionPanel/VExpansionPanel.sass +1 -1
  284. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  285. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +14 -11
  286. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  287. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -0
  288. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  289. package/lib/components/VExpansionPanel/_variables.scss +15 -10
  290. package/lib/components/VExpansionPanel/index.d.ts +206 -0
  291. package/lib/components/VExpansionPanel/index.mjs.map +1 -1
  292. package/lib/components/VField/VField.css +63 -41
  293. package/lib/components/VField/VField.mjs +52 -36
  294. package/lib/components/VField/VField.mjs.map +1 -1
  295. package/lib/components/VField/VField.sass +49 -35
  296. package/lib/components/VField/VFieldLabel.mjs +8 -9
  297. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  298. package/lib/components/VField/_variables.scss +6 -5
  299. package/lib/components/VField/index.d.ts +332 -0
  300. package/lib/components/VField/index.mjs.map +1 -1
  301. package/lib/components/VFileInput/VFileInput.css +3 -3
  302. package/lib/components/VFileInput/VFileInput.mjs +48 -47
  303. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  304. package/lib/components/VFileInput/VFileInput.sass +3 -4
  305. package/lib/components/VFileInput/index.d.ts +236 -0
  306. package/lib/components/VFileInput/index.mjs.map +1 -1
  307. package/lib/components/VFooter/VFooter.css +8 -1
  308. package/lib/components/VFooter/VFooter.mjs +36 -18
  309. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  310. package/lib/components/VFooter/VFooter.sass +1 -2
  311. package/lib/components/VFooter/_variables.scss +13 -1
  312. package/lib/components/VFooter/index.d.ts +76 -0
  313. package/lib/components/VFooter/index.mjs.map +1 -1
  314. package/lib/components/VForm/VForm.mjs +27 -13
  315. package/lib/components/VForm/VForm.mjs.map +1 -1
  316. package/lib/components/VForm/index.d.ts +72 -0
  317. package/lib/components/VForm/index.mjs.map +1 -1
  318. package/lib/components/VGrid/VCol.mjs +2 -1
  319. package/lib/components/VGrid/VCol.mjs.map +1 -1
  320. package/lib/components/VGrid/VContainer.mjs +4 -3
  321. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  322. package/lib/components/VGrid/VRow.mjs +8 -3
  323. package/lib/components/VGrid/VRow.mjs.map +1 -1
  324. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  325. package/lib/components/VGrid/index.d.ts +154 -0
  326. package/lib/components/VGrid/index.mjs.map +1 -1
  327. package/lib/components/VHover/VHover.mjs.map +1 -1
  328. package/lib/components/VHover/index.d.ts +30 -0
  329. package/lib/components/VHover/index.mjs.map +1 -1
  330. package/lib/components/VIcon/VIcon.css +13 -16
  331. package/lib/components/VIcon/VIcon.mjs +34 -33
  332. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  333. package/lib/components/VIcon/VIcon.sass +8 -16
  334. package/lib/components/VIcon/_variables.scss +2 -5
  335. package/lib/components/VIcon/index.d.ts +124 -0
  336. package/lib/components/VIcon/index.mjs.map +1 -1
  337. package/lib/components/VImg/VImg.mjs +29 -26
  338. package/lib/components/VImg/VImg.mjs.map +1 -1
  339. package/lib/components/VImg/VImg.sass +0 -1
  340. package/lib/components/VImg/index.d.ts +89 -0
  341. package/lib/components/VImg/index.mjs.map +1 -1
  342. package/lib/components/VInput/InputIcon.mjs +33 -0
  343. package/lib/components/VInput/InputIcon.mjs.map +1 -0
  344. package/lib/components/VInput/VInput.css +5 -2
  345. package/lib/components/VInput/VInput.mjs +26 -18
  346. package/lib/components/VInput/VInput.mjs.map +1 -1
  347. package/lib/components/VInput/VInput.sass +5 -3
  348. package/lib/components/VInput/_variables.scss +4 -1
  349. package/lib/components/VInput/index.d.ts +325 -0
  350. package/lib/components/VInput/index.mjs.map +1 -1
  351. package/lib/components/VItemGroup/VItem.mjs +3 -0
  352. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  353. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  354. package/lib/components/VItemGroup/VItemGroup.sass +0 -1
  355. package/lib/components/VItemGroup/index.d.ts +210 -0
  356. package/lib/components/VItemGroup/index.mjs.map +1 -1
  357. package/lib/components/VKbd/VKbd.css +1 -1
  358. package/lib/components/VKbd/VKbd.sass +0 -1
  359. package/lib/components/VKbd/_variables.scss +1 -1
  360. package/lib/components/VKbd/index.d.ts +19 -0
  361. package/lib/components/VKbd/index.mjs.map +1 -1
  362. package/lib/components/VLabel/VLabel.css +4 -1
  363. package/lib/components/VLabel/VLabel.mjs +8 -4
  364. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  365. package/lib/components/VLabel/VLabel.sass +3 -2
  366. package/lib/components/VLabel/_variables.scss +1 -0
  367. package/lib/components/VLabel/index.d.ts +16 -0
  368. package/lib/components/VLabel/index.mjs.map +1 -1
  369. package/lib/components/VLayout/VLayout.css +0 -2
  370. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  371. package/lib/components/VLayout/VLayout.sass +0 -2
  372. package/lib/components/VLayout/VLayoutItem.mjs +1 -1
  373. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  374. package/lib/components/VLayout/index.d.ts +75 -0
  375. package/lib/components/VLayout/index.mjs.map +1 -1
  376. package/lib/components/VLazy/VLazy.mjs +5 -3
  377. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  378. package/lib/components/VLazy/index.d.ts +85 -0
  379. package/lib/components/VLazy/index.mjs.map +1 -1
  380. package/lib/components/VList/VList.css +14 -16
  381. package/lib/components/VList/VList.mjs +92 -59
  382. package/lib/components/VList/VList.mjs.map +1 -1
  383. package/lib/components/VList/VList.sass +9 -6
  384. package/lib/components/VList/VListChildren.mjs +69 -13
  385. package/lib/components/VList/VListChildren.mjs.map +1 -1
  386. package/lib/components/VList/VListGroup.mjs +52 -19
  387. package/lib/components/VList/VListGroup.mjs.map +1 -1
  388. package/lib/components/VList/VListImg.mjs.map +1 -1
  389. package/lib/components/VList/VListItem.css +181 -73
  390. package/lib/components/VList/VListItem.mjs +124 -82
  391. package/lib/components/VList/VListItem.mjs.map +1 -1
  392. package/lib/components/VList/VListItem.sass +125 -49
  393. package/lib/components/VList/VListItemAction.mjs +28 -0
  394. package/lib/components/VList/VListItemAction.mjs.map +1 -0
  395. package/lib/components/VList/VListItemMedia.mjs +8 -7
  396. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  397. package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
  398. package/lib/components/VList/VListItemTitle.mjs.map +1 -1
  399. package/lib/components/VList/VListSubheader.mjs +8 -7
  400. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  401. package/lib/components/VList/_variables.scss +24 -9
  402. package/lib/components/VList/index.d.ts +1250 -0
  403. package/lib/components/VList/index.mjs +3 -4
  404. package/lib/components/VList/index.mjs.map +1 -1
  405. package/lib/components/VList/list.mjs.map +1 -1
  406. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -3
  407. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  408. package/lib/components/VLocaleProvider/index.d.ts +23 -0
  409. package/lib/components/VLocaleProvider/index.mjs.map +1 -1
  410. package/lib/components/VMain/VMain.css +20 -9
  411. package/lib/components/VMain/VMain.mjs +17 -11
  412. package/lib/components/VMain/VMain.mjs.map +1 -1
  413. package/lib/components/VMain/VMain.sass +17 -11
  414. package/lib/components/VMain/_variables.scss +1 -1
  415. package/lib/components/VMain/index.d.ts +26 -0
  416. package/lib/components/VMain/index.mjs.map +1 -1
  417. package/lib/components/VMenu/VMenu.css +3 -13
  418. package/lib/components/VMenu/VMenu.mjs +81 -34
  419. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  420. package/lib/components/VMenu/VMenu.sass +3 -7
  421. package/lib/components/VMenu/_variables.scss +0 -1
  422. package/lib/components/VMenu/index.d.ts +817 -0
  423. package/lib/components/VMenu/index.mjs.map +1 -1
  424. package/lib/components/VMenu/shared.mjs +2 -0
  425. package/lib/components/VMenu/shared.mjs.map +1 -0
  426. package/lib/components/VMessages/VMessages.mjs +5 -3
  427. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  428. package/lib/components/VMessages/VMessages.sass +0 -1
  429. package/lib/components/VMessages/_variables.scss +1 -1
  430. package/lib/components/VMessages/index.d.ts +234 -0
  431. package/lib/components/VMessages/index.mjs.map +1 -1
  432. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +14 -19
  433. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +60 -21
  434. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  435. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +16 -22
  436. package/lib/components/VNavigationDrawer/_variables.scss +4 -2
  437. package/lib/components/VNavigationDrawer/index.d.ts +148 -0
  438. package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
  439. package/lib/components/VNavigationDrawer/sticky.mjs +70 -0
  440. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -0
  441. package/lib/components/VNavigationDrawer/touch.mjs +5 -2
  442. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  443. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  444. package/lib/components/VNoSsr/index.d.ts +7 -0
  445. package/lib/components/VNoSsr/index.mjs.map +1 -1
  446. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  447. package/lib/components/VOtpInput/index.mjs.map +1 -1
  448. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  449. package/lib/components/VOverflowBtn/index.mjs.map +1 -1
  450. package/lib/components/VOverlay/VOverlay.css +7 -0
  451. package/lib/components/VOverlay/VOverlay.mjs +73 -45
  452. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  453. package/lib/components/VOverlay/VOverlay.sass +8 -1
  454. package/lib/components/VOverlay/_variables.scss +1 -1
  455. package/lib/components/VOverlay/index.d.ts +579 -0
  456. package/lib/components/VOverlay/index.mjs.map +1 -1
  457. package/lib/components/VOverlay/locationStrategies.mjs +404 -0
  458. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -0
  459. package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -1
  460. package/lib/components/VOverlay/scrollStrategies.mjs +19 -13
  461. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  462. package/lib/components/VOverlay/useActivator.mjs +86 -17
  463. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  464. package/lib/components/VOverlay/util/point.mjs +3 -3
  465. package/lib/components/VOverlay/util/point.mjs.map +1 -1
  466. package/lib/components/VPagination/VPagination.mjs +63 -44
  467. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  468. package/lib/components/VPagination/VPagination.sass +0 -1
  469. package/lib/components/VPagination/index.d.ts +247 -0
  470. package/lib/components/VPagination/index.mjs.map +1 -1
  471. package/lib/components/VParallax/VParallax.mjs +30 -16
  472. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  473. package/lib/components/VParallax/index.d.ts +18 -0
  474. package/lib/components/VParallax/index.mjs.map +1 -1
  475. package/lib/components/VPicker/VPicker.mjs.map +1 -1
  476. package/lib/components/VPicker/index.mjs.map +1 -1
  477. package/lib/components/VProgressCircular/VProgressCircular.mjs +6 -5
  478. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  479. package/lib/components/VProgressCircular/VProgressCircular.sass +0 -1
  480. package/lib/components/VProgressCircular/_variables.scss +2 -0
  481. package/lib/components/VProgressCircular/index.d.ts +68 -0
  482. package/lib/components/VProgressCircular/index.mjs.map +1 -1
  483. package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
  484. package/lib/components/VProgressLinear/VProgressLinear.mjs +5 -3
  485. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  486. package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
  487. package/lib/components/VProgressLinear/_variables.scss +1 -0
  488. package/lib/components/VProgressLinear/index.d.ts +101 -0
  489. package/lib/components/VProgressLinear/index.mjs.map +1 -1
  490. package/lib/components/VRadio/VRadio.mjs +9 -17
  491. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  492. package/lib/components/VRadio/index.d.ts +103 -0
  493. package/lib/components/VRadio/index.mjs.map +1 -1
  494. package/lib/components/VRadioGroup/VRadioGroup.css +2 -3
  495. package/lib/components/VRadioGroup/VRadioGroup.mjs +32 -9
  496. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  497. package/lib/components/VRadioGroup/VRadioGroup.sass +6 -4
  498. package/lib/components/VRadioGroup/_variables.scss +2 -4
  499. package/lib/components/VRadioGroup/index.d.ts +186 -0
  500. package/lib/components/VRadioGroup/index.mjs.map +1 -1
  501. package/lib/components/VRangeSlider/VRangeSlider.mjs +27 -15
  502. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  503. package/lib/components/VRangeSlider/index.d.ts +242 -0
  504. package/lib/components/VRangeSlider/index.mjs.map +1 -1
  505. package/lib/components/VRating/VRating.css +2 -2
  506. package/lib/components/VRating/VRating.mjs +24 -18
  507. package/lib/components/VRating/VRating.mjs.map +1 -1
  508. package/lib/components/VRating/VRating.sass +4 -3
  509. package/lib/components/VRating/index.d.ts +356 -0
  510. package/lib/components/VRating/index.mjs.map +1 -1
  511. package/lib/components/VResponsive/VResponsive.mjs +7 -6
  512. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  513. package/lib/components/VResponsive/index.d.ts +23 -0
  514. package/lib/components/VResponsive/index.mjs.map +1 -1
  515. package/lib/components/VSelect/VSelect.css +18 -2
  516. package/lib/components/VSelect/VSelect.mjs +145 -112
  517. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  518. package/lib/components/VSelect/VSelect.sass +20 -3
  519. package/lib/components/VSelect/_variables.scss +1 -0
  520. package/lib/components/VSelect/index.d.ts +1521 -0
  521. package/lib/components/VSelect/index.mjs.map +1 -1
  522. package/lib/components/VSelectionControl/VSelectionControl.css +1 -0
  523. package/lib/components/VSelectionControl/VSelectionControl.mjs +33 -25
  524. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  525. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  526. package/lib/components/VSelectionControl/_variables.scss +1 -0
  527. package/lib/components/VSelectionControl/index.d.ts +275 -0
  528. package/lib/components/VSelectionControl/index.mjs.map +1 -1
  529. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +5 -0
  530. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -7
  531. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  532. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +6 -6
  533. package/lib/components/VSelectionControlGroup/_variables.scss +1 -4
  534. package/lib/components/VSelectionControlGroup/index.d.ts +47 -0
  535. package/lib/components/VSelectionControlGroup/index.mjs.map +1 -1
  536. package/lib/components/VSheet/VSheet.css +1 -1
  537. package/lib/components/VSheet/VSheet.mjs +10 -6
  538. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  539. package/lib/components/VSheet/VSheet.sass +0 -1
  540. package/lib/components/VSheet/_variables.scss +3 -2
  541. package/lib/components/VSheet/index.d.ts +68 -0
  542. package/lib/components/VSheet/index.mjs.map +1 -1
  543. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  544. package/lib/components/VSkeletonLoader/index.mjs.map +1 -1
  545. package/lib/components/VSlideGroup/VSlideGroup.css +0 -5
  546. package/lib/components/VSlideGroup/VSlideGroup.mjs +105 -74
  547. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  548. package/lib/components/VSlideGroup/VSlideGroup.sass +0 -5
  549. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +10 -4
  550. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  551. package/lib/components/VSlideGroup/_variables.scss +0 -5
  552. package/lib/components/VSlideGroup/helpers.mjs +4 -15
  553. package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
  554. package/lib/components/VSlideGroup/index.d.ts +151 -0
  555. package/lib/components/VSlideGroup/index.mjs +2 -2
  556. package/lib/components/VSlideGroup/index.mjs.map +1 -1
  557. package/lib/components/VSlider/VSlider.css +14 -4
  558. package/lib/components/VSlider/VSlider.mjs +17 -9
  559. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  560. package/lib/components/VSlider/VSlider.sass +17 -9
  561. package/lib/components/VSlider/VSliderThumb.css +10 -6
  562. package/lib/components/VSlider/VSliderThumb.mjs +9 -8
  563. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  564. package/lib/components/VSlider/VSliderThumb.sass +11 -10
  565. package/lib/components/VSlider/VSliderTrack.css +25 -25
  566. package/lib/components/VSlider/VSliderTrack.mjs +22 -16
  567. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  568. package/lib/components/VSlider/VSliderTrack.sass +20 -22
  569. package/lib/components/VSlider/_variables.scss +7 -4
  570. package/lib/components/VSlider/index.d.ts +239 -0
  571. package/lib/components/VSlider/index.mjs.map +1 -1
  572. package/lib/components/VSlider/slider.mjs +15 -25
  573. package/lib/components/VSlider/slider.mjs.map +1 -1
  574. package/lib/components/VSnackbar/VSnackbar.css +22 -40
  575. package/lib/components/VSnackbar/VSnackbar.mjs +70 -50
  576. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  577. package/lib/components/VSnackbar/VSnackbar.sass +15 -35
  578. package/lib/components/VSnackbar/_variables.scss +3 -7
  579. package/lib/components/VSnackbar/index.d.ts +892 -0
  580. package/lib/components/VSnackbar/index.mjs.map +1 -1
  581. package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
  582. package/lib/components/VSparkline/helpers/core.mjs.map +1 -1
  583. package/lib/components/VSparkline/helpers/math.mjs.map +1 -1
  584. package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
  585. package/lib/components/VSparkline/index.mjs.map +1 -1
  586. package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
  587. package/lib/components/VSpeedDial/index.mjs.map +1 -1
  588. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  589. package/lib/components/VStepper/VStepperContent.mjs.map +1 -1
  590. package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
  591. package/lib/components/VStepper/index.mjs.map +1 -1
  592. package/lib/components/VSwitch/VSwitch.css +9 -2
  593. package/lib/components/VSwitch/VSwitch.mjs +15 -6
  594. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  595. package/lib/components/VSwitch/VSwitch.sass +6 -1
  596. package/lib/components/VSwitch/_variables.scss +1 -0
  597. package/lib/components/VSwitch/index.d.ts +175 -0
  598. package/lib/components/VSwitch/index.mjs.map +1 -1
  599. package/lib/components/VSystemBar/VSystemBar.css +1 -6
  600. package/lib/components/VSystemBar/VSystemBar.mjs +22 -17
  601. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  602. package/lib/components/VSystemBar/VSystemBar.sass +0 -6
  603. package/lib/components/VSystemBar/_variables.scss +2 -4
  604. package/lib/components/VSystemBar/index.d.ts +61 -0
  605. package/lib/components/VSystemBar/index.mjs.map +1 -1
  606. package/lib/components/VTable/VTable.css +1 -0
  607. package/lib/components/VTable/VTable.mjs +9 -8
  608. package/lib/components/VTable/VTable.mjs.map +1 -1
  609. package/lib/components/VTable/VTable.sass +1 -1
  610. package/lib/components/VTable/_variables.scss +2 -0
  611. package/lib/components/VTable/index.d.ts +39 -0
  612. package/lib/components/VTable/index.mjs.map +1 -1
  613. package/lib/components/VTabs/VTab.css +6 -3
  614. package/lib/components/VTabs/VTab.mjs +34 -36
  615. package/lib/components/VTabs/VTab.mjs.map +1 -1
  616. package/lib/components/VTabs/VTab.sass +7 -4
  617. package/lib/components/VTabs/VTabs.css +16 -13
  618. package/lib/components/VTabs/VTabs.mjs +17 -15
  619. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  620. package/lib/components/VTabs/VTabs.sass +11 -8
  621. package/lib/components/VTabs/_variables.scss +2 -0
  622. package/lib/components/VTabs/index.d.ts +178 -0
  623. package/lib/components/VTabs/index.mjs.map +1 -1
  624. package/lib/components/VTabs/shared.mjs +2 -0
  625. package/lib/components/VTabs/shared.mjs.map +1 -0
  626. package/lib/components/VTextField/VTextField.css +5 -5
  627. package/lib/components/VTextField/VTextField.mjs +42 -37
  628. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  629. package/lib/components/VTextField/VTextField.sass +5 -7
  630. package/lib/components/VTextField/_variables.scss +1 -1
  631. package/lib/components/VTextField/index.d.ts +582 -0
  632. package/lib/components/VTextField/index.mjs.map +1 -1
  633. package/lib/components/VTextarea/VTextarea.css +14 -5
  634. package/lib/components/VTextarea/VTextarea.mjs +47 -26
  635. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  636. package/lib/components/VTextarea/VTextarea.sass +18 -8
  637. package/lib/components/VTextarea/_variables.scss +1 -1
  638. package/lib/components/VTextarea/index.d.ts +218 -0
  639. package/lib/components/VTextarea/index.mjs.map +1 -1
  640. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  641. package/lib/components/VThemeProvider/index.d.ts +24 -0
  642. package/lib/components/VThemeProvider/index.mjs.map +1 -1
  643. package/lib/components/VTimePicker/SelectingTimes.mjs.map +1 -1
  644. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  645. package/lib/components/VTimePicker/VTimePickerClock.mjs.map +1 -1
  646. package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +1 -1
  647. package/lib/components/VTimePicker/index.mjs.map +1 -1
  648. package/lib/components/VTimeline/VTimeline.css +241 -55
  649. package/lib/components/VTimeline/VTimeline.mjs +52 -32
  650. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  651. package/lib/components/VTimeline/VTimeline.sass +251 -57
  652. package/lib/components/VTimeline/VTimelineDivider.mjs +45 -37
  653. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  654. package/lib/components/VTimeline/VTimelineItem.mjs +17 -15
  655. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  656. package/lib/components/VTimeline/_mixins.sass +10 -0
  657. package/lib/components/VTimeline/_variables.scss +16 -9
  658. package/lib/components/VTimeline/index.d.ts +154 -0
  659. package/lib/components/VTimeline/index.mjs.map +1 -1
  660. package/lib/components/VToolbar/VToolbar.css +24 -33
  661. package/lib/components/VToolbar/VToolbar.mjs +32 -31
  662. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  663. package/lib/components/VToolbar/VToolbar.sass +17 -19
  664. package/lib/components/VToolbar/VToolbarItems.mjs +12 -9
  665. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  666. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  667. package/lib/components/VToolbar/_variables.scss +20 -8
  668. package/lib/components/VToolbar/index.d.ts +414 -0
  669. package/lib/components/VToolbar/index.mjs.map +1 -1
  670. package/lib/components/VTooltip/VTooltip.mjs +48 -41
  671. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  672. package/lib/components/VTooltip/VTooltip.sass +0 -1
  673. package/lib/components/VTooltip/_variables.scss +1 -0
  674. package/lib/components/VTooltip/index.d.ts +799 -0
  675. package/lib/components/VTooltip/index.mjs.map +1 -1
  676. package/lib/components/VTreeview/VTreeview.mjs +1 -3
  677. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  678. package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
  679. package/lib/components/VTreeview/index.mjs.map +1 -1
  680. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +1 -1
  681. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  682. package/lib/components/VValidation/index.d.ts +61 -0
  683. package/lib/components/VValidation/index.mjs.map +1 -1
  684. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  685. package/lib/components/VVirtualScroll/index.mjs.map +1 -1
  686. package/lib/components/VWindow/VWindow.mjs +7 -21
  687. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  688. package/lib/components/VWindow/VWindow.sass +0 -2
  689. package/lib/components/VWindow/VWindowItem.mjs +21 -11
  690. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  691. package/lib/components/VWindow/_variables.scss +1 -0
  692. package/lib/components/VWindow/index.d.ts +428 -0
  693. package/lib/components/VWindow/index.mjs.map +1 -1
  694. package/lib/components/index.d.ts +14675 -12342
  695. package/lib/components/index.mjs.map +1 -1
  696. package/lib/components/transitions/createTransition.mjs.map +1 -1
  697. package/lib/components/transitions/dialog-transition.mjs +66 -10
  698. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  699. package/lib/components/transitions/expand-transition.mjs.map +1 -1
  700. package/lib/components/transitions/index.d.ts +454 -0
  701. package/lib/components/transitions/index.mjs +0 -5
  702. package/lib/components/transitions/index.mjs.map +1 -1
  703. package/lib/composables/border.mjs +5 -6
  704. package/lib/composables/border.mjs.map +1 -1
  705. package/lib/composables/color.mjs +19 -26
  706. package/lib/composables/color.mjs.map +1 -1
  707. package/lib/composables/defaults.mjs +2 -2
  708. package/lib/composables/defaults.mjs.map +1 -1
  709. package/lib/composables/delay.mjs +1 -3
  710. package/lib/composables/delay.mjs.map +1 -1
  711. package/lib/composables/density.mjs.map +1 -1
  712. package/lib/composables/dimensions.mjs.map +1 -1
  713. package/lib/composables/display.mjs +12 -10
  714. package/lib/composables/display.mjs.map +1 -1
  715. package/lib/composables/elevation.mjs.map +1 -1
  716. package/lib/composables/filter.mjs +35 -17
  717. package/lib/composables/filter.mjs.map +1 -1
  718. package/lib/composables/focus.mjs.map +1 -1
  719. package/lib/composables/form.mjs +44 -11
  720. package/lib/composables/form.mjs.map +1 -1
  721. package/lib/composables/forwardRefs.mjs +72 -0
  722. package/lib/composables/forwardRefs.mjs.map +1 -0
  723. package/lib/composables/group.mjs +16 -12
  724. package/lib/composables/group.mjs.map +1 -1
  725. package/lib/composables/hydration.mjs.map +1 -1
  726. package/lib/composables/icons.mjs +16 -4
  727. package/lib/composables/icons.mjs.map +1 -1
  728. package/lib/composables/index.mjs +3 -2
  729. package/lib/composables/index.mjs.map +1 -1
  730. package/lib/composables/intersectionObserver.mjs.map +1 -1
  731. package/lib/composables/items.mjs +84 -0
  732. package/lib/composables/items.mjs.map +1 -0
  733. package/lib/composables/layout.mjs +24 -24
  734. package/lib/composables/layout.mjs.map +1 -1
  735. package/lib/composables/lazy.mjs.map +1 -1
  736. package/lib/composables/loader.mjs.map +1 -1
  737. package/lib/composables/locale.mjs +21 -25
  738. package/lib/composables/locale.mjs.map +1 -1
  739. package/lib/composables/location.mjs +66 -0
  740. package/lib/composables/location.mjs.map +1 -0
  741. package/lib/composables/mutationObserver.mjs +4 -6
  742. package/lib/composables/mutationObserver.mjs.map +1 -1
  743. package/lib/composables/nested/nested.mjs +34 -22
  744. package/lib/composables/nested/nested.mjs.map +1 -1
  745. package/lib/composables/nested/openStrategies.mjs +63 -36
  746. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  747. package/lib/composables/nested/selectStrategies.mjs +163 -122
  748. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  749. package/lib/composables/position.mjs +4 -25
  750. package/lib/composables/position.mjs.map +1 -1
  751. package/lib/composables/proxiedModel.mjs +29 -10
  752. package/lib/composables/proxiedModel.mjs.map +1 -1
  753. package/lib/composables/refs.mjs.map +1 -1
  754. package/lib/composables/resizeObserver.mjs +1 -9
  755. package/lib/composables/resizeObserver.mjs.map +1 -1
  756. package/lib/composables/rounded.mjs.map +1 -1
  757. package/lib/composables/router.mjs +39 -17
  758. package/lib/composables/router.mjs.map +1 -1
  759. package/lib/composables/rtl.mjs +2 -4
  760. package/lib/composables/rtl.mjs.map +1 -1
  761. package/lib/composables/scopeId.mjs +11 -0
  762. package/lib/composables/scopeId.mjs.map +1 -0
  763. package/lib/composables/scroll.mjs +1 -3
  764. package/lib/composables/scroll.mjs.map +1 -1
  765. package/lib/composables/selectLink.mjs +19 -0
  766. package/lib/composables/selectLink.mjs.map +1 -0
  767. package/lib/composables/size.mjs +18 -14
  768. package/lib/composables/size.mjs.map +1 -1
  769. package/lib/composables/ssrBoot.mjs +3 -2
  770. package/lib/composables/ssrBoot.mjs.map +1 -1
  771. package/lib/composables/stack.mjs +37 -23
  772. package/lib/composables/stack.mjs.map +1 -1
  773. package/lib/composables/tag.mjs.map +1 -1
  774. package/lib/composables/teleport.mjs.map +1 -1
  775. package/lib/composables/theme.mjs +123 -112
  776. package/lib/composables/theme.mjs.map +1 -1
  777. package/lib/composables/toggleScope.mjs +18 -0
  778. package/lib/composables/toggleScope.mjs.map +1 -0
  779. package/lib/composables/touch.mjs +1 -3
  780. package/lib/composables/touch.mjs.map +1 -1
  781. package/lib/composables/transition.mjs.map +1 -1
  782. package/lib/composables/validation.mjs +24 -10
  783. package/lib/composables/validation.mjs.map +1 -1
  784. package/lib/composables/variant.mjs +7 -8
  785. package/lib/composables/variant.mjs.map +1 -1
  786. package/lib/directives/click-outside/index.mjs.map +1 -1
  787. package/lib/directives/color/index.mjs.map +1 -1
  788. package/lib/directives/index.mjs.map +1 -1
  789. package/lib/directives/intersect/index.mjs.map +1 -1
  790. package/lib/directives/mutate/index.mjs +4 -6
  791. package/lib/directives/mutate/index.mjs.map +1 -1
  792. package/lib/directives/resize/index.mjs.map +1 -1
  793. package/lib/directives/ripple/VRipple.sass +0 -1
  794. package/lib/directives/ripple/index.mjs +16 -6
  795. package/lib/directives/ripple/index.mjs.map +1 -1
  796. package/lib/directives/scroll/index.mjs +1 -3
  797. package/lib/directives/scroll/index.mjs.map +1 -1
  798. package/lib/directives/touch/index.mjs +3 -3
  799. package/lib/directives/touch/index.mjs.map +1 -1
  800. package/lib/entry-bundler.mjs +2 -1
  801. package/lib/entry-bundler.mjs.map +1 -1
  802. package/lib/framework.mjs +59 -47
  803. package/lib/framework.mjs.map +1 -1
  804. package/lib/iconsets/fa-svg.d.ts +2 -1
  805. package/lib/iconsets/fa-svg.mjs.map +1 -1
  806. package/lib/iconsets/fa.d.ts +2 -1
  807. package/lib/iconsets/fa.mjs.map +1 -1
  808. package/lib/iconsets/fa4.d.ts +2 -1
  809. package/lib/iconsets/fa4.mjs.map +1 -1
  810. package/lib/iconsets/md.d.ts +2 -1
  811. package/lib/iconsets/md.mjs.map +1 -1
  812. package/lib/iconsets/mdi-svg.d.ts +2 -1
  813. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  814. package/lib/iconsets/mdi.d.ts +2 -1
  815. package/lib/iconsets/mdi.mjs.map +1 -1
  816. package/lib/index.d.ts +158 -130
  817. package/lib/locale/adapters/vue-i18n.d.ts +35 -0
  818. package/lib/locale/adapters/vue-i18n.mjs +1 -3
  819. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  820. package/lib/locale/adapters/vue-intl.d.ts +42 -0
  821. package/lib/locale/adapters/vue-intl.mjs +3 -5
  822. package/lib/locale/adapters/vue-intl.mjs.map +1 -1
  823. package/lib/locale/af.mjs +5 -0
  824. package/lib/locale/af.mjs.map +1 -1
  825. package/lib/locale/ar.mjs +5 -0
  826. package/lib/locale/ar.mjs.map +1 -1
  827. package/lib/locale/az.mjs +5 -0
  828. package/lib/locale/az.mjs.map +1 -1
  829. package/lib/locale/bg.mjs +5 -0
  830. package/lib/locale/bg.mjs.map +1 -1
  831. package/lib/locale/ca.mjs +14 -9
  832. package/lib/locale/ca.mjs.map +1 -1
  833. package/lib/locale/ckb.mjs +5 -0
  834. package/lib/locale/ckb.mjs.map +1 -1
  835. package/lib/locale/cs.mjs +5 -0
  836. package/lib/locale/cs.mjs.map +1 -1
  837. package/lib/locale/da.mjs +5 -0
  838. package/lib/locale/da.mjs.map +1 -1
  839. package/lib/locale/de.mjs +5 -0
  840. package/lib/locale/de.mjs.map +1 -1
  841. package/lib/locale/el.mjs +5 -0
  842. package/lib/locale/el.mjs.map +1 -1
  843. package/lib/locale/en.mjs +5 -0
  844. package/lib/locale/en.mjs.map +1 -1
  845. package/lib/locale/es.mjs +5 -0
  846. package/lib/locale/es.mjs.map +1 -1
  847. package/lib/locale/et.mjs +5 -0
  848. package/lib/locale/et.mjs.map +1 -1
  849. package/lib/locale/fa.mjs +5 -0
  850. package/lib/locale/fa.mjs.map +1 -1
  851. package/lib/locale/fi.mjs +5 -0
  852. package/lib/locale/fi.mjs.map +1 -1
  853. package/lib/locale/fr.mjs +5 -0
  854. package/lib/locale/fr.mjs.map +1 -1
  855. package/lib/locale/he.mjs +5 -0
  856. package/lib/locale/he.mjs.map +1 -1
  857. package/lib/locale/hr.mjs +5 -0
  858. package/lib/locale/hr.mjs.map +1 -1
  859. package/lib/locale/hu.mjs +5 -0
  860. package/lib/locale/hu.mjs.map +1 -1
  861. package/lib/locale/id.mjs +5 -0
  862. package/lib/locale/id.mjs.map +1 -1
  863. package/lib/locale/index.d.ts +210 -0
  864. package/lib/locale/index.mjs.map +1 -1
  865. package/lib/locale/it.mjs +5 -0
  866. package/lib/locale/it.mjs.map +1 -1
  867. package/lib/locale/ja.mjs +5 -0
  868. package/lib/locale/ja.mjs.map +1 -1
  869. package/lib/locale/ko.mjs +5 -0
  870. package/lib/locale/ko.mjs.map +1 -1
  871. package/lib/locale/lt.mjs +5 -0
  872. package/lib/locale/lt.mjs.map +1 -1
  873. package/lib/locale/lv.mjs +5 -0
  874. package/lib/locale/lv.mjs.map +1 -1
  875. package/lib/locale/nl.mjs +5 -0
  876. package/lib/locale/nl.mjs.map +1 -1
  877. package/lib/locale/no.mjs +5 -0
  878. package/lib/locale/no.mjs.map +1 -1
  879. package/lib/locale/pl.mjs +5 -0
  880. package/lib/locale/pl.mjs.map +1 -1
  881. package/lib/locale/pt.mjs +5 -0
  882. package/lib/locale/pt.mjs.map +1 -1
  883. package/lib/locale/ro.mjs +5 -0
  884. package/lib/locale/ro.mjs.map +1 -1
  885. package/lib/locale/ru.mjs +5 -0
  886. package/lib/locale/ru.mjs.map +1 -1
  887. package/lib/locale/sk.mjs +5 -0
  888. package/lib/locale/sk.mjs.map +1 -1
  889. package/lib/locale/sl.mjs +5 -0
  890. package/lib/locale/sl.mjs.map +1 -1
  891. package/lib/locale/sr-Cyrl.mjs +5 -0
  892. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  893. package/lib/locale/sr-Latn.mjs +5 -0
  894. package/lib/locale/sr-Latn.mjs.map +1 -1
  895. package/lib/locale/sv.mjs +5 -0
  896. package/lib/locale/sv.mjs.map +1 -1
  897. package/lib/locale/th.mjs +5 -0
  898. package/lib/locale/th.mjs.map +1 -1
  899. package/lib/locale/tr.mjs +5 -0
  900. package/lib/locale/tr.mjs.map +1 -1
  901. package/lib/locale/uk.mjs +5 -0
  902. package/lib/locale/uk.mjs.map +1 -1
  903. package/lib/locale/vi.mjs +5 -0
  904. package/lib/locale/vi.mjs.map +1 -1
  905. package/lib/locale/zh-Hans.mjs +5 -0
  906. package/lib/locale/zh-Hans.mjs.map +1 -1
  907. package/lib/locale/zh-Hant.mjs +5 -0
  908. package/lib/locale/zh-Hant.mjs.map +1 -1
  909. package/lib/services/goto/easing-patterns.mjs.map +1 -1
  910. package/lib/services/goto/index.mjs.map +1 -1
  911. package/lib/services/goto/util.mjs.map +1 -1
  912. package/lib/styles/generic/_colors.scss +17 -10
  913. package/lib/styles/generic/_transitions.scss +13 -77
  914. package/lib/styles/main.css +1677 -1919
  915. package/lib/styles/settings/_colors.scss +84 -84
  916. package/lib/styles/settings/_elevations.scss +3 -3
  917. package/lib/styles/settings/_utilities.scss +74 -35
  918. package/lib/styles/tools/_states.sass +18 -5
  919. package/lib/styles/tools/_utilities.sass +1 -1
  920. package/lib/styles/tools/_variant.sass +6 -7
  921. package/lib/styles/utilities/_index.sass +0 -1
  922. package/lib/util/anchor.mjs +56 -0
  923. package/lib/util/anchor.mjs.map +1 -0
  924. package/lib/util/animation.mjs +18 -2
  925. package/lib/util/animation.mjs.map +1 -1
  926. package/lib/util/box.mjs +12 -0
  927. package/lib/util/box.mjs.map +1 -1
  928. package/lib/util/color/APCA.mjs.map +1 -1
  929. package/lib/util/color/transformCIELAB.mjs.map +1 -1
  930. package/lib/util/color/transformSRGB.mjs.map +1 -1
  931. package/lib/util/colorUtils.mjs +2 -2
  932. package/lib/util/colorUtils.mjs.map +1 -1
  933. package/lib/util/colors.mjs +1 -1
  934. package/lib/util/colors.mjs.map +1 -1
  935. package/lib/util/console.mjs.map +1 -1
  936. package/lib/util/createSimpleFunctional.mjs +1 -1
  937. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  938. package/lib/util/dateTimeUtils.mjs.map +1 -1
  939. package/lib/util/defineComponent.mjs +37 -11
  940. package/lib/util/defineComponent.mjs.map +1 -1
  941. package/lib/util/dom.mjs.map +1 -1
  942. package/lib/util/easing.mjs.map +1 -1
  943. package/lib/util/getCurrentInstance.mjs +22 -4
  944. package/lib/util/getCurrentInstance.mjs.map +1 -1
  945. package/lib/util/getScrollParent.mjs +3 -1
  946. package/lib/util/getScrollParent.mjs.map +1 -1
  947. package/lib/util/globals.mjs +1 -4
  948. package/lib/util/globals.mjs.map +1 -1
  949. package/lib/util/helpers.mjs +37 -7
  950. package/lib/util/helpers.mjs.map +1 -1
  951. package/lib/util/index.mjs +1 -0
  952. package/lib/util/index.mjs.map +1 -1
  953. package/lib/util/injectSelf.mjs +12 -0
  954. package/lib/util/injectSelf.mjs.map +1 -0
  955. package/lib/util/isFixedPosition.mjs.map +1 -1
  956. package/lib/util/propsFactory.mjs.map +1 -1
  957. package/lib/util/useRender.mjs.map +1 -1
  958. package/package.json +50 -35
  959. package/lib/components/VBreadcrumbs/shared.mjs +0 -2
  960. package/lib/components/VBreadcrumbs/shared.mjs.map +0 -1
  961. package/lib/components/VCard/VCardAvatar.mjs +0 -3
  962. package/lib/components/VCard/VCardAvatar.mjs.map +0 -1
  963. package/lib/components/VCard/VCardHeader.mjs +0 -3
  964. package/lib/components/VCard/VCardHeader.mjs.map +0 -1
  965. package/lib/components/VCard/VCardHeaderText.mjs +0 -3
  966. package/lib/components/VCard/VCardHeaderText.mjs.map +0 -1
  967. package/lib/components/VCard/VCardImg.mjs +0 -3
  968. package/lib/components/VCard/VCardImg.mjs.map +0 -1
  969. package/lib/components/VList/VListItemAvatar.mjs +0 -29
  970. package/lib/components/VList/VListItemAvatar.mjs.map +0 -1
  971. package/lib/components/VList/VListItemHeader.mjs +0 -3
  972. package/lib/components/VList/VListItemHeader.mjs.map +0 -1
  973. package/lib/components/VOverlay/positionStrategies.mjs +0 -203
  974. package/lib/components/VOverlay/positionStrategies.mjs.map +0 -1
  975. package/lib/components/VOverlay/util/anchor.mjs +0 -52
  976. package/lib/components/VOverlay/util/anchor.mjs.map +0 -1
  977. package/lib/components/VTimeline/shared.mjs +0 -2
  978. package/lib/components/VTimeline/shared.mjs.map +0 -1
  979. package/lib/composables/forwardRef.mjs +0 -42
  980. package/lib/composables/forwardRef.mjs.map +0 -1
  981. package/lib/composables/overlay.mjs +0 -30
  982. package/lib/composables/overlay.mjs.map +0 -1
  983. package/lib/presets/default/index.mjs +0 -71
  984. package/lib/presets/default/index.mjs.map +0 -1
  985. package/lib/styles/utilities/_text.sass +0 -9
  986. package/lib/styles.scss +0 -4
@@ -0,0 +1,1250 @@
1
+ import * as vue from 'vue';
2
+ import { VNodeChild, JSXComponent, PropType, ExtractPropTypes } from 'vue';
3
+ import * as vue_router from 'vue-router';
4
+
5
+ declare type SlotsToProps<T extends Record<string, Slot>> = {
6
+ $children: () => (T['default'] | VNodeChild | {
7
+ [K in keyof T]?: T[K];
8
+ });
9
+ 'v-slots': new () => {
10
+ [K in keyof T]?: T[K] | false;
11
+ };
12
+ };
13
+ declare type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
14
+ declare type MakeSlots<T extends Record<string, any[]>> = {
15
+ [K in keyof T]?: Slot<T[K]>;
16
+ };
17
+
18
+ declare type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
19
+
20
+ declare type SelectStrategyFn = (data: {
21
+ id: string;
22
+ value: boolean;
23
+ selected: Map<string, 'on' | 'off' | 'indeterminate'>;
24
+ children: Map<string, string[]>;
25
+ parents: Map<string, string>;
26
+ event?: Event;
27
+ }) => Map<string, 'on' | 'off' | 'indeterminate'>;
28
+
29
+ declare type OpenStrategyFn = (data: {
30
+ id: string;
31
+ value: boolean;
32
+ opened: Set<string>;
33
+ children: Map<string, string[]>;
34
+ parents: Map<string, string>;
35
+ event?: Event;
36
+ }) => Set<string>;
37
+ declare type OpenSelectStrategyFn = (data: {
38
+ id: string;
39
+ value: boolean;
40
+ opened: Set<string>;
41
+ selected: Map<string, 'on' | 'off' | 'indeterminate'>;
42
+ children: Map<string, string[]>;
43
+ parents: Map<string, string>;
44
+ event?: Event;
45
+ }) => Set<string> | null;
46
+ declare type OpenStrategy = {
47
+ open: OpenStrategyFn;
48
+ select: OpenSelectStrategyFn;
49
+ };
50
+
51
+ declare type SelectStrategy = 'single-leaf' | 'leaf' | 'independent' | 'single-independent' | 'classic' | SelectStrategyFn;
52
+ declare type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
53
+
54
+ interface InternalItem<T = any> {
55
+ title: string;
56
+ value: any;
57
+ props: {
58
+ [key: string]: any;
59
+ title: string;
60
+ value: any;
61
+ };
62
+ children?: InternalItem[];
63
+ raw: T;
64
+ }
65
+
66
+ declare type IconValue = string | JSXComponent;
67
+ declare const IconValue: PropType<IconValue>;
68
+
69
+ declare type ListGroupActivatorSlot = {
70
+ props: {
71
+ onClick: (e: Event) => void;
72
+ class: string;
73
+ };
74
+ };
75
+ declare const VListGroup: {
76
+ new (...args: any[]): {
77
+ $: vue.ComponentInternalInstance;
78
+ $data: {};
79
+ $props: Partial<{
80
+ tag: string;
81
+ subgroup: boolean;
82
+ collapseIcon: IconValue;
83
+ expandIcon: IconValue;
84
+ fluid: boolean;
85
+ }> & Omit<Readonly<ExtractPropTypes<Omit<{
86
+ tag: {
87
+ type: StringConstructor;
88
+ default: string;
89
+ };
90
+ activeColor: StringConstructor;
91
+ color: StringConstructor;
92
+ collapseIcon: {
93
+ type: vue.PropType<IconValue>;
94
+ default: string;
95
+ };
96
+ expandIcon: {
97
+ type: vue.PropType<IconValue>;
98
+ default: string;
99
+ };
100
+ prependIcon: vue.PropType<IconValue>;
101
+ appendIcon: vue.PropType<IconValue>;
102
+ fluid: BooleanConstructor;
103
+ subgroup: BooleanConstructor;
104
+ value: null;
105
+ title: StringConstructor;
106
+ }, "items"> & SlotsToProps<MakeSlots<{
107
+ activator: [ListGroupActivatorSlot];
108
+ default: [];
109
+ }>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "tag" | "subgroup" | "collapseIcon" | "expandIcon" | "fluid">;
110
+ $attrs: {
111
+ [x: string]: unknown;
112
+ };
113
+ $refs: {
114
+ [x: string]: unknown;
115
+ };
116
+ $slots: Readonly<{
117
+ [name: string]: vue.Slot | undefined;
118
+ }>;
119
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
120
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
121
+ $emit: (event: string, ...args: any[]) => void;
122
+ $el: any;
123
+ $options: vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
124
+ tag: {
125
+ type: StringConstructor;
126
+ default: string;
127
+ };
128
+ activeColor: StringConstructor;
129
+ color: StringConstructor;
130
+ collapseIcon: {
131
+ type: vue.PropType<IconValue>;
132
+ default: string;
133
+ };
134
+ expandIcon: {
135
+ type: vue.PropType<IconValue>;
136
+ default: string;
137
+ };
138
+ prependIcon: vue.PropType<IconValue>;
139
+ appendIcon: vue.PropType<IconValue>;
140
+ fluid: BooleanConstructor;
141
+ subgroup: BooleanConstructor;
142
+ value: null;
143
+ title: StringConstructor;
144
+ }, "items"> & SlotsToProps<MakeSlots<{
145
+ activator: [ListGroupActivatorSlot];
146
+ default: [];
147
+ }>>>>, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "items">, string, {
148
+ tag: string;
149
+ subgroup: boolean;
150
+ collapseIcon: IconValue;
151
+ expandIcon: IconValue;
152
+ fluid: boolean;
153
+ }> & {
154
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
155
+ created?: ((() => void) | (() => void)[]) | undefined;
156
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
157
+ mounted?: ((() => void) | (() => void)[]) | undefined;
158
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
159
+ updated?: ((() => void) | (() => void)[]) | undefined;
160
+ activated?: ((() => void) | (() => void)[]) | undefined;
161
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
162
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
163
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
164
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
165
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
166
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
167
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
168
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
169
+ };
170
+ $forceUpdate: () => void;
171
+ $nextTick: typeof vue.nextTick;
172
+ $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
173
+ } & Readonly<ExtractPropTypes<Omit<{
174
+ tag: {
175
+ type: StringConstructor;
176
+ default: string;
177
+ };
178
+ activeColor: StringConstructor;
179
+ color: StringConstructor;
180
+ collapseIcon: {
181
+ type: vue.PropType<IconValue>;
182
+ default: string;
183
+ };
184
+ expandIcon: {
185
+ type: vue.PropType<IconValue>;
186
+ default: string;
187
+ };
188
+ prependIcon: vue.PropType<IconValue>;
189
+ appendIcon: vue.PropType<IconValue>;
190
+ fluid: BooleanConstructor;
191
+ subgroup: BooleanConstructor;
192
+ value: null;
193
+ title: StringConstructor;
194
+ }, "items"> & SlotsToProps<MakeSlots<{
195
+ activator: [ListGroupActivatorSlot];
196
+ default: [];
197
+ }>>>> & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties;
198
+ __isFragment?: undefined;
199
+ __isTeleport?: undefined;
200
+ __isSuspense?: undefined;
201
+ } & vue.ComponentOptionsBase<Readonly<ExtractPropTypes<Omit<{
202
+ tag: {
203
+ type: StringConstructor;
204
+ default: string;
205
+ };
206
+ activeColor: StringConstructor;
207
+ color: StringConstructor;
208
+ collapseIcon: {
209
+ type: vue.PropType<IconValue>;
210
+ default: string;
211
+ };
212
+ expandIcon: {
213
+ type: vue.PropType<IconValue>;
214
+ default: string;
215
+ };
216
+ prependIcon: vue.PropType<IconValue>;
217
+ appendIcon: vue.PropType<IconValue>;
218
+ fluid: BooleanConstructor;
219
+ subgroup: BooleanConstructor;
220
+ value: null;
221
+ title: StringConstructor;
222
+ }, "items"> & SlotsToProps<MakeSlots<{
223
+ activator: [ListGroupActivatorSlot];
224
+ default: [];
225
+ }>>>>, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<Record<string, any>, "items">, string, {
226
+ tag: string;
227
+ subgroup: boolean;
228
+ collapseIcon: IconValue;
229
+ expandIcon: IconValue;
230
+ fluid: boolean;
231
+ }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T extends InternalListItem>() => {
232
+ $props: {
233
+ items?: T[] | undefined;
234
+ };
235
+ $slots: MakeSlots<{
236
+ activator: [ListGroupActivatorSlot];
237
+ default: [];
238
+ }>;
239
+ });
240
+
241
+ interface InternalListItem extends InternalItem {
242
+ type?: 'item' | 'subheader' | 'divider';
243
+ }
244
+ declare const VList: {
245
+ new (...args: any[]): {
246
+ $: vue.ComponentInternalInstance;
247
+ $data: {};
248
+ $props: Partial<{
249
+ nav: boolean;
250
+ disabled: boolean;
251
+ tag: string;
252
+ mandatory: boolean;
253
+ rounded: string | number | boolean;
254
+ density: "default" | "compact" | "comfortable" | null;
255
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
256
+ selectStrategy: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
257
+ openStrategy: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
258
+ lines: false | "one" | "two" | "three";
259
+ itemTitle: SelectItemKey;
260
+ itemValue: SelectItemKey;
261
+ itemChildren: SelectItemKey;
262
+ itemProps: SelectItemKey;
263
+ returnObject: boolean;
264
+ itemType: string;
265
+ }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
266
+ color: StringConstructor;
267
+ variant: Omit<{
268
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
269
+ default: string;
270
+ validator: (v: any) => boolean;
271
+ }, "type" | "default"> & {
272
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
273
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
274
+ };
275
+ theme: StringConstructor;
276
+ tag: {
277
+ type: StringConstructor;
278
+ default: string;
279
+ };
280
+ rounded: {
281
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
282
+ default: undefined;
283
+ };
284
+ items: {
285
+ type: PropType<any[]>;
286
+ default: () => never[];
287
+ };
288
+ itemTitle: {
289
+ type: PropType<SelectItemKey>;
290
+ default: string;
291
+ };
292
+ itemValue: {
293
+ type: PropType<SelectItemKey>;
294
+ default: string;
295
+ };
296
+ itemChildren: {
297
+ type: PropType<SelectItemKey>;
298
+ default: string;
299
+ };
300
+ itemProps: {
301
+ type: PropType<SelectItemKey>;
302
+ default: string;
303
+ };
304
+ returnObject: BooleanConstructor;
305
+ itemType: {
306
+ type: StringConstructor;
307
+ default: string;
308
+ };
309
+ elevation: {
310
+ type: (StringConstructor | NumberConstructor)[];
311
+ validator(v: any): boolean;
312
+ };
313
+ height: (StringConstructor | NumberConstructor)[];
314
+ maxHeight: (StringConstructor | NumberConstructor)[];
315
+ maxWidth: (StringConstructor | NumberConstructor)[];
316
+ minHeight: (StringConstructor | NumberConstructor)[];
317
+ minWidth: (StringConstructor | NumberConstructor)[];
318
+ width: (StringConstructor | NumberConstructor)[];
319
+ density: {
320
+ type: PropType<"default" | "compact" | "comfortable" | null>;
321
+ default: string;
322
+ validator: (v: any) => boolean;
323
+ };
324
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
325
+ selectStrategy: {
326
+ type: PropType<SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {})>;
327
+ default: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
328
+ };
329
+ openStrategy: {
330
+ type: PropType<OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {})>;
331
+ default: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
332
+ };
333
+ opened: vue.Prop<string[], string[]>;
334
+ selected: vue.Prop<string[], string[]>;
335
+ mandatory: BooleanConstructor;
336
+ activeColor: StringConstructor;
337
+ activeClass: StringConstructor;
338
+ bgColor: StringConstructor;
339
+ disabled: BooleanConstructor;
340
+ lines: {
341
+ type: PropType<false | "one" | "two" | "three">;
342
+ default: string;
343
+ };
344
+ nav: BooleanConstructor;
345
+ }, "items"> & SlotsToProps<MakeSlots<{
346
+ subheader: [];
347
+ header: [ListGroupActivatorSlot];
348
+ item: [unknown];
349
+ }>>>> & {
350
+ "onUpdate:selected"?: ((val: string[]) => any) | undefined;
351
+ "onUpdate:opened"?: ((val: string[]) => any) | undefined;
352
+ "onClick:open"?: ((value: {
353
+ id: string;
354
+ value: boolean;
355
+ path: string[];
356
+ }) => any) | undefined;
357
+ "onClick:select"?: ((value: {
358
+ id: string;
359
+ value: boolean;
360
+ path: string[];
361
+ }) => any) | undefined;
362
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "nav" | "disabled" | "tag" | "mandatory" | "rounded" | "density" | "variant" | "selectStrategy" | "openStrategy" | "lines" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "itemType">;
363
+ $attrs: {
364
+ [x: string]: unknown;
365
+ };
366
+ $refs: {
367
+ [x: string]: unknown;
368
+ };
369
+ $slots: Readonly<{
370
+ [name: string]: vue.Slot | undefined;
371
+ }>;
372
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
373
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
374
+ $emit: ((event: "click:open", value: {
375
+ id: string;
376
+ value: boolean;
377
+ path: string[];
378
+ }) => void) & ((event: "click:select", value: {
379
+ id: string;
380
+ value: boolean;
381
+ path: string[];
382
+ }) => void) & ((event: "update:selected", val: string[]) => void) & ((event: "update:opened", val: string[]) => void);
383
+ $el: any;
384
+ $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
385
+ color: StringConstructor;
386
+ variant: Omit<{
387
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
388
+ default: string;
389
+ validator: (v: any) => boolean;
390
+ }, "type" | "default"> & {
391
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
392
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
393
+ };
394
+ theme: StringConstructor;
395
+ tag: {
396
+ type: StringConstructor;
397
+ default: string;
398
+ };
399
+ rounded: {
400
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
401
+ default: undefined;
402
+ };
403
+ items: {
404
+ type: PropType<any[]>;
405
+ default: () => never[];
406
+ };
407
+ itemTitle: {
408
+ type: PropType<SelectItemKey>;
409
+ default: string;
410
+ };
411
+ itemValue: {
412
+ type: PropType<SelectItemKey>;
413
+ default: string;
414
+ };
415
+ itemChildren: {
416
+ type: PropType<SelectItemKey>;
417
+ default: string;
418
+ };
419
+ itemProps: {
420
+ type: PropType<SelectItemKey>;
421
+ default: string;
422
+ };
423
+ returnObject: BooleanConstructor;
424
+ itemType: {
425
+ type: StringConstructor;
426
+ default: string;
427
+ };
428
+ elevation: {
429
+ type: (StringConstructor | NumberConstructor)[];
430
+ validator(v: any): boolean;
431
+ };
432
+ height: (StringConstructor | NumberConstructor)[];
433
+ maxHeight: (StringConstructor | NumberConstructor)[];
434
+ maxWidth: (StringConstructor | NumberConstructor)[];
435
+ minHeight: (StringConstructor | NumberConstructor)[];
436
+ minWidth: (StringConstructor | NumberConstructor)[];
437
+ width: (StringConstructor | NumberConstructor)[];
438
+ density: {
439
+ type: PropType<"default" | "compact" | "comfortable" | null>;
440
+ default: string;
441
+ validator: (v: any) => boolean;
442
+ };
443
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
444
+ selectStrategy: {
445
+ type: PropType<SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {})>;
446
+ default: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
447
+ };
448
+ openStrategy: {
449
+ type: PropType<OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {})>;
450
+ default: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
451
+ };
452
+ opened: vue.Prop<string[], string[]>;
453
+ selected: vue.Prop<string[], string[]>;
454
+ mandatory: BooleanConstructor;
455
+ activeColor: StringConstructor;
456
+ activeClass: StringConstructor;
457
+ bgColor: StringConstructor;
458
+ disabled: BooleanConstructor;
459
+ lines: {
460
+ type: PropType<false | "one" | "two" | "three">;
461
+ default: string;
462
+ };
463
+ nav: BooleanConstructor;
464
+ }, "items"> & SlotsToProps<MakeSlots<{
465
+ subheader: [];
466
+ header: [ListGroupActivatorSlot];
467
+ item: [unknown];
468
+ }>>>> & {
469
+ "onUpdate:selected"?: ((val: string[]) => any) | undefined;
470
+ "onUpdate:opened"?: ((val: string[]) => any) | undefined;
471
+ "onClick:open"?: ((value: {
472
+ id: string;
473
+ value: boolean;
474
+ path: string[];
475
+ }) => any) | undefined;
476
+ "onClick:select"?: ((value: {
477
+ id: string;
478
+ value: boolean;
479
+ path: string[];
480
+ }) => any) | undefined;
481
+ }, {
482
+ open: (id: string, value: boolean, event?: Event | undefined) => void;
483
+ select: (id: string, value: boolean, event?: Event | undefined) => void;
484
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
485
+ 'update:selected': (val: string[]) => boolean;
486
+ 'update:opened': (val: string[]) => boolean;
487
+ 'click:open': (value: {
488
+ id: string;
489
+ value: boolean;
490
+ path: string[];
491
+ }) => boolean;
492
+ 'click:select': (value: {
493
+ id: string;
494
+ value: boolean;
495
+ path: string[];
496
+ }) => boolean;
497
+ }, "items">, string, {
498
+ nav: boolean;
499
+ disabled: boolean;
500
+ tag: string;
501
+ mandatory: boolean;
502
+ rounded: string | number | boolean;
503
+ density: "default" | "compact" | "comfortable" | null;
504
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
505
+ selectStrategy: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
506
+ openStrategy: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
507
+ lines: false | "one" | "two" | "three";
508
+ itemTitle: SelectItemKey;
509
+ itemValue: SelectItemKey;
510
+ itemChildren: SelectItemKey;
511
+ itemProps: SelectItemKey;
512
+ returnObject: boolean;
513
+ itemType: string;
514
+ }> & {
515
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
516
+ created?: ((() => void) | (() => void)[]) | undefined;
517
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
518
+ mounted?: ((() => void) | (() => void)[]) | undefined;
519
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
520
+ updated?: ((() => void) | (() => void)[]) | undefined;
521
+ activated?: ((() => void) | (() => void)[]) | undefined;
522
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
523
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
524
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
525
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
526
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
527
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
528
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
529
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
530
+ };
531
+ $forceUpdate: () => void;
532
+ $nextTick: typeof vue.nextTick;
533
+ $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
534
+ } & Readonly<vue.ExtractPropTypes<Omit<{
535
+ color: StringConstructor;
536
+ variant: Omit<{
537
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
538
+ default: string;
539
+ validator: (v: any) => boolean;
540
+ }, "type" | "default"> & {
541
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
542
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
543
+ };
544
+ theme: StringConstructor;
545
+ tag: {
546
+ type: StringConstructor;
547
+ default: string;
548
+ };
549
+ rounded: {
550
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
551
+ default: undefined;
552
+ };
553
+ items: {
554
+ type: PropType<any[]>;
555
+ default: () => never[];
556
+ };
557
+ itemTitle: {
558
+ type: PropType<SelectItemKey>;
559
+ default: string;
560
+ };
561
+ itemValue: {
562
+ type: PropType<SelectItemKey>;
563
+ default: string;
564
+ };
565
+ itemChildren: {
566
+ type: PropType<SelectItemKey>;
567
+ default: string;
568
+ };
569
+ itemProps: {
570
+ type: PropType<SelectItemKey>;
571
+ default: string;
572
+ };
573
+ returnObject: BooleanConstructor;
574
+ itemType: {
575
+ type: StringConstructor;
576
+ default: string;
577
+ };
578
+ elevation: {
579
+ type: (StringConstructor | NumberConstructor)[];
580
+ validator(v: any): boolean;
581
+ };
582
+ height: (StringConstructor | NumberConstructor)[];
583
+ maxHeight: (StringConstructor | NumberConstructor)[];
584
+ maxWidth: (StringConstructor | NumberConstructor)[];
585
+ minHeight: (StringConstructor | NumberConstructor)[];
586
+ minWidth: (StringConstructor | NumberConstructor)[];
587
+ width: (StringConstructor | NumberConstructor)[];
588
+ density: {
589
+ type: PropType<"default" | "compact" | "comfortable" | null>;
590
+ default: string;
591
+ validator: (v: any) => boolean;
592
+ };
593
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
594
+ selectStrategy: {
595
+ type: PropType<SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {})>;
596
+ default: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
597
+ };
598
+ openStrategy: {
599
+ type: PropType<OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {})>;
600
+ default: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
601
+ };
602
+ opened: vue.Prop<string[], string[]>;
603
+ selected: vue.Prop<string[], string[]>;
604
+ mandatory: BooleanConstructor;
605
+ activeColor: StringConstructor;
606
+ activeClass: StringConstructor;
607
+ bgColor: StringConstructor;
608
+ disabled: BooleanConstructor;
609
+ lines: {
610
+ type: PropType<false | "one" | "two" | "three">;
611
+ default: string;
612
+ };
613
+ nav: BooleanConstructor;
614
+ }, "items"> & SlotsToProps<MakeSlots<{
615
+ subheader: [];
616
+ header: [ListGroupActivatorSlot];
617
+ item: [unknown];
618
+ }>>>> & {
619
+ "onUpdate:selected"?: ((val: string[]) => any) | undefined;
620
+ "onUpdate:opened"?: ((val: string[]) => any) | undefined;
621
+ "onClick:open"?: ((value: {
622
+ id: string;
623
+ value: boolean;
624
+ path: string[];
625
+ }) => any) | undefined;
626
+ "onClick:select"?: ((value: {
627
+ id: string;
628
+ value: boolean;
629
+ path: string[];
630
+ }) => any) | undefined;
631
+ } & vue.ShallowUnwrapRef<{
632
+ open: (id: string, value: boolean, event?: Event | undefined) => void;
633
+ select: (id: string, value: boolean, event?: Event | undefined) => void;
634
+ }> & {} & vue.ComponentCustomProperties;
635
+ __isFragment?: undefined;
636
+ __isTeleport?: undefined;
637
+ __isSuspense?: undefined;
638
+ } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
639
+ color: StringConstructor;
640
+ variant: Omit<{
641
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
642
+ default: string;
643
+ validator: (v: any) => boolean;
644
+ }, "type" | "default"> & {
645
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
646
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
647
+ };
648
+ theme: StringConstructor;
649
+ tag: {
650
+ type: StringConstructor;
651
+ default: string;
652
+ };
653
+ rounded: {
654
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
655
+ default: undefined;
656
+ };
657
+ items: {
658
+ type: PropType<any[]>;
659
+ default: () => never[];
660
+ };
661
+ itemTitle: {
662
+ type: PropType<SelectItemKey>;
663
+ default: string;
664
+ };
665
+ itemValue: {
666
+ type: PropType<SelectItemKey>;
667
+ default: string;
668
+ };
669
+ itemChildren: {
670
+ type: PropType<SelectItemKey>;
671
+ default: string;
672
+ };
673
+ itemProps: {
674
+ type: PropType<SelectItemKey>;
675
+ default: string;
676
+ };
677
+ returnObject: BooleanConstructor;
678
+ itemType: {
679
+ type: StringConstructor;
680
+ default: string;
681
+ };
682
+ elevation: {
683
+ type: (StringConstructor | NumberConstructor)[];
684
+ validator(v: any): boolean;
685
+ };
686
+ height: (StringConstructor | NumberConstructor)[];
687
+ maxHeight: (StringConstructor | NumberConstructor)[];
688
+ maxWidth: (StringConstructor | NumberConstructor)[];
689
+ minHeight: (StringConstructor | NumberConstructor)[];
690
+ minWidth: (StringConstructor | NumberConstructor)[];
691
+ width: (StringConstructor | NumberConstructor)[];
692
+ density: {
693
+ type: PropType<"default" | "compact" | "comfortable" | null>;
694
+ default: string;
695
+ validator: (v: any) => boolean;
696
+ };
697
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
698
+ selectStrategy: {
699
+ type: PropType<SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {})>;
700
+ default: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
701
+ };
702
+ openStrategy: {
703
+ type: PropType<OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {})>;
704
+ default: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
705
+ };
706
+ opened: vue.Prop<string[], string[]>;
707
+ selected: vue.Prop<string[], string[]>;
708
+ mandatory: BooleanConstructor;
709
+ activeColor: StringConstructor;
710
+ activeClass: StringConstructor;
711
+ bgColor: StringConstructor;
712
+ disabled: BooleanConstructor;
713
+ lines: {
714
+ type: PropType<false | "one" | "two" | "three">;
715
+ default: string;
716
+ };
717
+ nav: BooleanConstructor;
718
+ }, "items"> & SlotsToProps<MakeSlots<{
719
+ subheader: [];
720
+ header: [ListGroupActivatorSlot];
721
+ item: [unknown];
722
+ }>>>> & {
723
+ "onUpdate:selected"?: ((val: string[]) => any) | undefined;
724
+ "onUpdate:opened"?: ((val: string[]) => any) | undefined;
725
+ "onClick:open"?: ((value: {
726
+ id: string;
727
+ value: boolean;
728
+ path: string[];
729
+ }) => any) | undefined;
730
+ "onClick:select"?: ((value: {
731
+ id: string;
732
+ value: boolean;
733
+ path: string[];
734
+ }) => any) | undefined;
735
+ }, {
736
+ open: (id: string, value: boolean, event?: Event | undefined) => void;
737
+ select: (id: string, value: boolean, event?: Event | undefined) => void;
738
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
739
+ 'update:selected': (val: string[]) => boolean;
740
+ 'update:opened': (val: string[]) => boolean;
741
+ 'click:open': (value: {
742
+ id: string;
743
+ value: boolean;
744
+ path: string[];
745
+ }) => boolean;
746
+ 'click:select': (value: {
747
+ id: string;
748
+ value: boolean;
749
+ path: string[];
750
+ }) => boolean;
751
+ }, "items">, string, {
752
+ nav: boolean;
753
+ disabled: boolean;
754
+ tag: string;
755
+ mandatory: boolean;
756
+ rounded: string | number | boolean;
757
+ density: "default" | "compact" | "comfortable" | null;
758
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
759
+ selectStrategy: SelectStrategy | ("classic" & {}) | ("single-leaf" & {}) | ("leaf" & {}) | ("independent" & {}) | ("single-independent" & {});
760
+ openStrategy: OpenStrategyProp | ("multiple" & {}) | ("single" & {}) | ("list" & {});
761
+ lines: false | "one" | "two" | "three";
762
+ itemTitle: SelectItemKey;
763
+ itemValue: SelectItemKey;
764
+ itemChildren: SelectItemKey;
765
+ itemProps: SelectItemKey;
766
+ returnObject: boolean;
767
+ itemType: string;
768
+ }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>() => {
769
+ $props: {
770
+ items?: T[] | undefined;
771
+ };
772
+ $slots: MakeSlots<{
773
+ subheader: [];
774
+ header: [ListGroupActivatorSlot];
775
+ item: [T];
776
+ }>;
777
+ });
778
+ declare type VList = InstanceType<typeof VList>;
779
+
780
+ declare const VListImg: vue.DefineComponent<{
781
+ tag: {
782
+ type: StringConstructor;
783
+ default: string;
784
+ };
785
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
786
+ [key: string]: any;
787
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
788
+ tag: {
789
+ type: StringConstructor;
790
+ default: string;
791
+ };
792
+ }>>, {
793
+ tag: string;
794
+ }>;
795
+
796
+ declare type ListItemSlot = {
797
+ isActive: boolean;
798
+ activate: (value: boolean) => void;
799
+ isSelected: boolean;
800
+ select: (value: boolean) => void;
801
+ };
802
+ declare type ListItemTitleSlot = {
803
+ title?: string;
804
+ };
805
+ declare type ListItemSubtitleSlot = {
806
+ subtitle?: string;
807
+ };
808
+ declare const VListItem: {
809
+ new (...args: any[]): {
810
+ $: vue.ComponentInternalInstance;
811
+ $data: {};
812
+ $props: Partial<{
813
+ replace: boolean;
814
+ link: boolean;
815
+ exact: boolean;
816
+ active: boolean;
817
+ nav: boolean;
818
+ disabled: boolean;
819
+ tag: string;
820
+ rounded: string | number | boolean;
821
+ density: "default" | "compact" | "comfortable" | null;
822
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
823
+ }> & Omit<Readonly<vue.ExtractPropTypes<{
824
+ color: StringConstructor;
825
+ variant: Omit<{
826
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
827
+ default: string;
828
+ validator: (v: any) => boolean;
829
+ }, "type" | "default"> & {
830
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
831
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
832
+ };
833
+ theme: StringConstructor;
834
+ tag: {
835
+ type: StringConstructor;
836
+ default: string;
837
+ };
838
+ href: StringConstructor;
839
+ replace: BooleanConstructor;
840
+ to: PropType<vue_router.RouteLocationRaw>;
841
+ exact: BooleanConstructor;
842
+ rounded: {
843
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
844
+ default: undefined;
845
+ };
846
+ elevation: {
847
+ type: (StringConstructor | NumberConstructor)[];
848
+ validator(v: any): boolean;
849
+ };
850
+ height: (StringConstructor | NumberConstructor)[];
851
+ maxHeight: (StringConstructor | NumberConstructor)[];
852
+ maxWidth: (StringConstructor | NumberConstructor)[];
853
+ minHeight: (StringConstructor | NumberConstructor)[];
854
+ minWidth: (StringConstructor | NumberConstructor)[];
855
+ width: (StringConstructor | NumberConstructor)[];
856
+ density: {
857
+ type: PropType<"default" | "compact" | "comfortable" | null>;
858
+ default: string;
859
+ validator: (v: any) => boolean;
860
+ };
861
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
862
+ active: {
863
+ type: BooleanConstructor;
864
+ default: undefined;
865
+ };
866
+ activeClass: StringConstructor;
867
+ activeColor: StringConstructor;
868
+ appendAvatar: StringConstructor;
869
+ appendIcon: PropType<IconValue>;
870
+ disabled: BooleanConstructor;
871
+ lines: PropType<"one" | "two" | "three">;
872
+ link: {
873
+ type: BooleanConstructor;
874
+ default: undefined;
875
+ };
876
+ nav: BooleanConstructor;
877
+ prependAvatar: StringConstructor;
878
+ prependIcon: PropType<IconValue>;
879
+ subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
880
+ title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
881
+ value: null;
882
+ } & SlotsToProps<MakeSlots<{
883
+ prepend: [ListItemSlot];
884
+ append: [ListItemSlot];
885
+ default: [ListItemSlot];
886
+ title: [ListItemTitleSlot];
887
+ subtitle: [ListItemSubtitleSlot];
888
+ }>>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "replace" | "link" | "exact" | "active" | "nav" | "disabled" | "tag" | "rounded" | "density" | "variant">;
889
+ $attrs: {
890
+ [x: string]: unknown;
891
+ };
892
+ $refs: {
893
+ [x: string]: unknown;
894
+ };
895
+ $slots: Readonly<{
896
+ [name: string]: vue.Slot | undefined;
897
+ }>;
898
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
899
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
900
+ $emit: (event: string, ...args: any[]) => void;
901
+ $el: any;
902
+ $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
903
+ color: StringConstructor;
904
+ variant: Omit<{
905
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
906
+ default: string;
907
+ validator: (v: any) => boolean;
908
+ }, "type" | "default"> & {
909
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
910
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
911
+ };
912
+ theme: StringConstructor;
913
+ tag: {
914
+ type: StringConstructor;
915
+ default: string;
916
+ };
917
+ href: StringConstructor;
918
+ replace: BooleanConstructor;
919
+ to: PropType<vue_router.RouteLocationRaw>;
920
+ exact: BooleanConstructor;
921
+ rounded: {
922
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
923
+ default: undefined;
924
+ };
925
+ elevation: {
926
+ type: (StringConstructor | NumberConstructor)[];
927
+ validator(v: any): boolean;
928
+ };
929
+ height: (StringConstructor | NumberConstructor)[];
930
+ maxHeight: (StringConstructor | NumberConstructor)[];
931
+ maxWidth: (StringConstructor | NumberConstructor)[];
932
+ minHeight: (StringConstructor | NumberConstructor)[];
933
+ minWidth: (StringConstructor | NumberConstructor)[];
934
+ width: (StringConstructor | NumberConstructor)[];
935
+ density: {
936
+ type: PropType<"default" | "compact" | "comfortable" | null>;
937
+ default: string;
938
+ validator: (v: any) => boolean;
939
+ };
940
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
941
+ active: {
942
+ type: BooleanConstructor;
943
+ default: undefined;
944
+ };
945
+ activeClass: StringConstructor;
946
+ activeColor: StringConstructor;
947
+ appendAvatar: StringConstructor;
948
+ appendIcon: PropType<IconValue>;
949
+ disabled: BooleanConstructor;
950
+ lines: PropType<"one" | "two" | "three">;
951
+ link: {
952
+ type: BooleanConstructor;
953
+ default: undefined;
954
+ };
955
+ nav: BooleanConstructor;
956
+ prependAvatar: StringConstructor;
957
+ prependIcon: PropType<IconValue>;
958
+ subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
959
+ title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
960
+ value: null;
961
+ } & SlotsToProps<MakeSlots<{
962
+ prepend: [ListItemSlot];
963
+ append: [ListItemSlot];
964
+ default: [ListItemSlot];
965
+ title: [ListItemTitleSlot];
966
+ subtitle: [ListItemSubtitleSlot];
967
+ }>>>>, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
968
+ replace: boolean;
969
+ link: boolean;
970
+ exact: boolean;
971
+ active: boolean;
972
+ nav: boolean;
973
+ disabled: boolean;
974
+ tag: string;
975
+ rounded: string | number | boolean;
976
+ density: "default" | "compact" | "comfortable" | null;
977
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
978
+ }> & {
979
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
980
+ created?: ((() => void) | (() => void)[]) | undefined;
981
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
982
+ mounted?: ((() => void) | (() => void)[]) | undefined;
983
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
984
+ updated?: ((() => void) | (() => void)[]) | undefined;
985
+ activated?: ((() => void) | (() => void)[]) | undefined;
986
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
987
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
988
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
989
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
990
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
991
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
992
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
993
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
994
+ };
995
+ $forceUpdate: () => void;
996
+ $nextTick: typeof vue.nextTick;
997
+ $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
998
+ } & Readonly<vue.ExtractPropTypes<{
999
+ color: StringConstructor;
1000
+ variant: Omit<{
1001
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1002
+ default: string;
1003
+ validator: (v: any) => boolean;
1004
+ }, "type" | "default"> & {
1005
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1006
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1007
+ };
1008
+ theme: StringConstructor;
1009
+ tag: {
1010
+ type: StringConstructor;
1011
+ default: string;
1012
+ };
1013
+ href: StringConstructor;
1014
+ replace: BooleanConstructor;
1015
+ to: PropType<vue_router.RouteLocationRaw>;
1016
+ exact: BooleanConstructor;
1017
+ rounded: {
1018
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1019
+ default: undefined;
1020
+ };
1021
+ elevation: {
1022
+ type: (StringConstructor | NumberConstructor)[];
1023
+ validator(v: any): boolean;
1024
+ };
1025
+ height: (StringConstructor | NumberConstructor)[];
1026
+ maxHeight: (StringConstructor | NumberConstructor)[];
1027
+ maxWidth: (StringConstructor | NumberConstructor)[];
1028
+ minHeight: (StringConstructor | NumberConstructor)[];
1029
+ minWidth: (StringConstructor | NumberConstructor)[];
1030
+ width: (StringConstructor | NumberConstructor)[];
1031
+ density: {
1032
+ type: PropType<"default" | "compact" | "comfortable" | null>;
1033
+ default: string;
1034
+ validator: (v: any) => boolean;
1035
+ };
1036
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1037
+ active: {
1038
+ type: BooleanConstructor;
1039
+ default: undefined;
1040
+ };
1041
+ activeClass: StringConstructor;
1042
+ activeColor: StringConstructor;
1043
+ appendAvatar: StringConstructor;
1044
+ appendIcon: PropType<IconValue>;
1045
+ disabled: BooleanConstructor;
1046
+ lines: PropType<"one" | "two" | "three">;
1047
+ link: {
1048
+ type: BooleanConstructor;
1049
+ default: undefined;
1050
+ };
1051
+ nav: BooleanConstructor;
1052
+ prependAvatar: StringConstructor;
1053
+ prependIcon: PropType<IconValue>;
1054
+ subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1055
+ title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1056
+ value: null;
1057
+ } & SlotsToProps<MakeSlots<{
1058
+ prepend: [ListItemSlot];
1059
+ append: [ListItemSlot];
1060
+ default: [ListItemSlot];
1061
+ title: [ListItemTitleSlot];
1062
+ subtitle: [ListItemSubtitleSlot];
1063
+ }>>>> & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties;
1064
+ __isFragment?: undefined;
1065
+ __isTeleport?: undefined;
1066
+ __isSuspense?: undefined;
1067
+ } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<{
1068
+ color: StringConstructor;
1069
+ variant: Omit<{
1070
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1071
+ default: string;
1072
+ validator: (v: any) => boolean;
1073
+ }, "type" | "default"> & {
1074
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1075
+ default: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1076
+ };
1077
+ theme: StringConstructor;
1078
+ tag: {
1079
+ type: StringConstructor;
1080
+ default: string;
1081
+ };
1082
+ href: StringConstructor;
1083
+ replace: BooleanConstructor;
1084
+ to: PropType<vue_router.RouteLocationRaw>;
1085
+ exact: BooleanConstructor;
1086
+ rounded: {
1087
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1088
+ default: undefined;
1089
+ };
1090
+ elevation: {
1091
+ type: (StringConstructor | NumberConstructor)[];
1092
+ validator(v: any): boolean;
1093
+ };
1094
+ height: (StringConstructor | NumberConstructor)[];
1095
+ maxHeight: (StringConstructor | NumberConstructor)[];
1096
+ maxWidth: (StringConstructor | NumberConstructor)[];
1097
+ minHeight: (StringConstructor | NumberConstructor)[];
1098
+ minWidth: (StringConstructor | NumberConstructor)[];
1099
+ width: (StringConstructor | NumberConstructor)[];
1100
+ density: {
1101
+ type: PropType<"default" | "compact" | "comfortable" | null>;
1102
+ default: string;
1103
+ validator: (v: any) => boolean;
1104
+ };
1105
+ border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1106
+ active: {
1107
+ type: BooleanConstructor;
1108
+ default: undefined;
1109
+ };
1110
+ activeClass: StringConstructor;
1111
+ activeColor: StringConstructor;
1112
+ appendAvatar: StringConstructor;
1113
+ appendIcon: PropType<IconValue>;
1114
+ disabled: BooleanConstructor;
1115
+ lines: PropType<"one" | "two" | "three">;
1116
+ link: {
1117
+ type: BooleanConstructor;
1118
+ default: undefined;
1119
+ };
1120
+ nav: BooleanConstructor;
1121
+ prependAvatar: StringConstructor;
1122
+ prependIcon: PropType<IconValue>;
1123
+ subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1124
+ title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1125
+ value: null;
1126
+ } & SlotsToProps<MakeSlots<{
1127
+ prepend: [ListItemSlot];
1128
+ append: [ListItemSlot];
1129
+ default: [ListItemSlot];
1130
+ title: [ListItemTitleSlot];
1131
+ subtitle: [ListItemSubtitleSlot];
1132
+ }>>>>, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
1133
+ replace: boolean;
1134
+ link: boolean;
1135
+ exact: boolean;
1136
+ active: boolean;
1137
+ nav: boolean;
1138
+ disabled: boolean;
1139
+ tag: string;
1140
+ rounded: string | number | boolean;
1141
+ density: "default" | "compact" | "comfortable" | null;
1142
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1143
+ }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1144
+ $slots: MakeSlots<{
1145
+ prepend: [ListItemSlot];
1146
+ append: [ListItemSlot];
1147
+ default: [ListItemSlot];
1148
+ title: [ListItemTitleSlot];
1149
+ subtitle: [ListItemSubtitleSlot];
1150
+ }>;
1151
+ });
1152
+ declare type VListItem = InstanceType<typeof VListItem>;
1153
+
1154
+ declare const VListItemAction: vue.DefineComponent<{
1155
+ tag: {
1156
+ type: StringConstructor;
1157
+ default: string;
1158
+ };
1159
+ start: BooleanConstructor;
1160
+ end: BooleanConstructor;
1161
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1162
+ tag: {
1163
+ type: StringConstructor;
1164
+ default: string;
1165
+ };
1166
+ start: BooleanConstructor;
1167
+ end: BooleanConstructor;
1168
+ }>>, {
1169
+ end: boolean;
1170
+ start: boolean;
1171
+ tag: string;
1172
+ }>;
1173
+
1174
+ declare const VListItemMedia: vue.DefineComponent<{
1175
+ tag: {
1176
+ type: StringConstructor;
1177
+ default: string;
1178
+ };
1179
+ start: BooleanConstructor;
1180
+ end: BooleanConstructor;
1181
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1182
+ tag: {
1183
+ type: StringConstructor;
1184
+ default: string;
1185
+ };
1186
+ start: BooleanConstructor;
1187
+ end: BooleanConstructor;
1188
+ }>>, {
1189
+ end: boolean;
1190
+ start: boolean;
1191
+ tag: string;
1192
+ }>;
1193
+
1194
+ declare const VListItemSubtitle: vue.DefineComponent<{
1195
+ tag: {
1196
+ type: StringConstructor;
1197
+ default: string;
1198
+ };
1199
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1200
+ [key: string]: any;
1201
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1202
+ tag: {
1203
+ type: StringConstructor;
1204
+ default: string;
1205
+ };
1206
+ }>>, {
1207
+ tag: string;
1208
+ }>;
1209
+
1210
+ declare const VListItemTitle: vue.DefineComponent<{
1211
+ tag: {
1212
+ type: StringConstructor;
1213
+ default: string;
1214
+ };
1215
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1216
+ [key: string]: any;
1217
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1218
+ tag: {
1219
+ type: StringConstructor;
1220
+ default: string;
1221
+ };
1222
+ }>>, {
1223
+ tag: string;
1224
+ }>;
1225
+
1226
+ declare const VListSubheader: vue.DefineComponent<{
1227
+ tag: {
1228
+ type: StringConstructor;
1229
+ default: string;
1230
+ };
1231
+ color: StringConstructor;
1232
+ inset: BooleanConstructor;
1233
+ sticky: BooleanConstructor;
1234
+ title: StringConstructor;
1235
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1236
+ tag: {
1237
+ type: StringConstructor;
1238
+ default: string;
1239
+ };
1240
+ color: StringConstructor;
1241
+ inset: BooleanConstructor;
1242
+ sticky: BooleanConstructor;
1243
+ title: StringConstructor;
1244
+ }>>, {
1245
+ inset: boolean;
1246
+ tag: string;
1247
+ sticky: boolean;
1248
+ }>;
1249
+
1250
+ export { VList, VListGroup, VListImg, VListItem, VListItemAction, VListItemMedia, VListItemSubtitle, VListItemTitle, VListSubheader };