@vuetify/nightly 3.8.6-master.2025-05-24 → 3.8.6-master.2025-05-26

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 (325) hide show
  1. package/CHANGELOG.md +6 -3
  2. package/dist/json/attributes.json +3745 -3745
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +174 -174
  5. package/dist/json/web-types.json +6589 -6589
  6. package/dist/vuetify-labs.cjs +868 -868
  7. package/dist/vuetify-labs.css +2585 -2585
  8. package/dist/vuetify-labs.d.ts +58 -58
  9. package/dist/vuetify-labs.esm.js +869 -869
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +868 -868
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +755 -755
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3542 -3542
  16. package/dist/vuetify.d.ts +58 -58
  17. package/dist/vuetify.esm.js +756 -756
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +755 -755
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +958 -958
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAlert/VAlert.js +11 -11
  25. package/lib/components/VAlert/VAlert.js.map +1 -1
  26. package/lib/components/VApp/VApp.js +5 -5
  27. package/lib/components/VApp/VApp.js.map +1 -1
  28. package/lib/components/VAutocomplete/VAutocomplete.js +9 -9
  29. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  30. package/lib/components/VAvatar/VAvatar.js +4 -4
  31. package/lib/components/VAvatar/VAvatar.js.map +1 -1
  32. package/lib/components/VBadge/VBadge.js +3 -3
  33. package/lib/components/VBadge/VBadge.js.map +1 -1
  34. package/lib/components/VBanner/VBanner.js +6 -6
  35. package/lib/components/VBanner/VBanner.js.map +1 -1
  36. package/lib/components/VBanner/VBannerActions.js +4 -4
  37. package/lib/components/VBanner/VBannerActions.js.map +1 -1
  38. package/lib/components/VBottomNavigation/VBottomNavigation.js +6 -6
  39. package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
  40. package/lib/components/VBreadcrumbs/VBreadcrumbs.js +5 -5
  41. package/lib/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
  42. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.js +4 -4
  43. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.js.map +1 -1
  44. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js +5 -5
  45. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
  46. package/lib/components/VBtn/VBtn.js +7 -7
  47. package/lib/components/VBtn/VBtn.js.map +1 -1
  48. package/lib/components/VBtnGroup/VBtnGroup.js +4 -4
  49. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  50. package/lib/components/VCard/VCard.js +5 -5
  51. package/lib/components/VCard/VCard.js.map +1 -1
  52. package/lib/components/VCard/VCardActions.js +4 -4
  53. package/lib/components/VCard/VCardActions.js.map +1 -1
  54. package/lib/components/VCard/VCardItem.js +9 -9
  55. package/lib/components/VCard/VCardItem.js.map +1 -1
  56. package/lib/components/VCard/VCardSubtitle.js +4 -4
  57. package/lib/components/VCard/VCardSubtitle.js.map +1 -1
  58. package/lib/components/VCard/VCardText.js +4 -4
  59. package/lib/components/VCard/VCardText.js.map +1 -1
  60. package/lib/components/VCarousel/VCarousel.js +4 -4
  61. package/lib/components/VCarousel/VCarousel.js.map +1 -1
  62. package/lib/components/VChip/VChip.js +11 -11
  63. package/lib/components/VChip/VChip.js.map +1 -1
  64. package/lib/components/VColorPicker/VColorPicker.js +3 -3
  65. package/lib/components/VColorPicker/VColorPicker.js.map +1 -1
  66. package/lib/components/VColorPicker/VColorPickerCanvas.js +9 -9
  67. package/lib/components/VColorPicker/VColorPickerCanvas.js.map +1 -1
  68. package/lib/components/VColorPicker/VColorPickerEdit.js +6 -6
  69. package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
  70. package/lib/components/VColorPicker/VColorPickerPreview.js +11 -11
  71. package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
  72. package/lib/components/VColorPicker/VColorPickerSwatches.js +10 -10
  73. package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
  74. package/lib/components/VCombobox/VCombobox.js +9 -9
  75. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  76. package/lib/components/VConfirmEdit/VConfirmEdit.js +3 -3
  77. package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
  78. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.js +3 -3
  79. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.js.map +1 -1
  80. package/lib/components/VCounter/VCounter.js +5 -5
  81. package/lib/components/VCounter/VCounter.js.map +1 -1
  82. package/lib/components/VDataIterator/VDataIterator.js +5 -5
  83. package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
  84. package/lib/components/VDataTable/VDataTable.js +4 -4
  85. package/lib/components/VDataTable/VDataTable.js.map +1 -1
  86. package/lib/components/VDataTable/VDataTableColumn.js +5 -5
  87. package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
  88. package/lib/components/VDataTable/VDataTableFooter.js +6 -6
  89. package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
  90. package/lib/components/VDataTable/VDataTableGroupHeaderRow.js +7 -7
  91. package/lib/components/VDataTable/VDataTableGroupHeaderRow.js.map +1 -1
  92. package/lib/components/VDataTable/VDataTableHeaders.js +11 -11
  93. package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
  94. package/lib/components/VDataTable/VDataTableRow.js +6 -6
  95. package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
  96. package/lib/components/VDataTable/VDataTableRows.js +7 -7
  97. package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
  98. package/lib/components/VDataTable/VDataTableServer.js +4 -4
  99. package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
  100. package/lib/components/VDataTable/VDataTableVirtual.js +14 -14
  101. package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
  102. package/lib/components/VDatePicker/VDatePicker.js +3 -3
  103. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  104. package/lib/components/VDatePicker/VDatePickerControls.js +5 -5
  105. package/lib/components/VDatePicker/VDatePickerControls.js.map +1 -1
  106. package/lib/components/VDatePicker/VDatePickerHeader.js +8 -8
  107. package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
  108. package/lib/components/VDatePicker/VDatePickerMonth.js +10 -10
  109. package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
  110. package/lib/components/VDatePicker/VDatePickerMonths.js +5 -5
  111. package/lib/components/VDatePicker/VDatePickerMonths.js.map +1 -1
  112. package/lib/components/VDatePicker/VDatePickerYears.js +5 -5
  113. package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
  114. package/lib/components/VDialog/__test__/VDialog.spec.browser.js +5 -5
  115. package/lib/components/VDialog/__test__/VDialog.spec.browser.js.map +1 -1
  116. package/lib/components/VDivider/VDivider.js +10 -10
  117. package/lib/components/VDivider/VDivider.js.map +1 -1
  118. package/lib/components/VEmptyState/VEmptyState.js +14 -14
  119. package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
  120. package/lib/components/VExpansionPanel/VExpansionPanel.js +6 -6
  121. package/lib/components/VExpansionPanel/VExpansionPanel.js.map +1 -1
  122. package/lib/components/VExpansionPanel/VExpansionPanelText.js +5 -5
  123. package/lib/components/VExpansionPanel/VExpansionPanelText.js.map +1 -1
  124. package/lib/components/VExpansionPanel/VExpansionPanelTitle.js +10 -10
  125. package/lib/components/VExpansionPanel/VExpansionPanelTitle.js.map +1 -1
  126. package/lib/components/VExpansionPanel/VExpansionPanels.js +4 -4
  127. package/lib/components/VExpansionPanel/VExpansionPanels.js.map +1 -1
  128. package/lib/components/VFab/VFab.js +7 -7
  129. package/lib/components/VFab/VFab.js.map +1 -1
  130. package/lib/components/VField/VField.js +16 -16
  131. package/lib/components/VField/VField.js.map +1 -1
  132. package/lib/components/VField/VFieldLabel.js +4 -4
  133. package/lib/components/VField/VFieldLabel.js.map +1 -1
  134. package/lib/components/VFileInput/VFileInput.js +5 -5
  135. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  136. package/lib/components/VFooter/VFooter.js +4 -4
  137. package/lib/components/VFooter/VFooter.js.map +1 -1
  138. package/lib/components/VForm/VForm.js +4 -4
  139. package/lib/components/VForm/VForm.js.map +1 -1
  140. package/lib/components/VGrid/VContainer.js +4 -4
  141. package/lib/components/VGrid/VContainer.js.map +1 -1
  142. package/lib/components/VIcon/VIcon.js +5 -5
  143. package/lib/components/VIcon/VIcon.js.map +1 -1
  144. package/lib/components/VImg/VImg.js +19 -19
  145. package/lib/components/VImg/VImg.js.map +1 -1
  146. package/lib/components/VInfiniteScroll/VInfiniteScroll.js +10 -10
  147. package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
  148. package/lib/components/VInput/VInput.js +9 -9
  149. package/lib/components/VInput/VInput.js.map +1 -1
  150. package/lib/components/VItemGroup/VItemGroup.js +3 -3
  151. package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
  152. package/lib/components/VLabel/VLabel.js +5 -5
  153. package/lib/components/VLabel/VLabel.js.map +1 -1
  154. package/lib/components/VLayout/VLayout.js +4 -4
  155. package/lib/components/VLayout/VLayout.js.map +1 -1
  156. package/lib/components/VLayout/VLayoutItem.js +4 -4
  157. package/lib/components/VLayout/VLayoutItem.js.map +1 -1
  158. package/lib/components/VLazy/VLazy.js +6 -6
  159. package/lib/components/VLazy/VLazy.js.map +1 -1
  160. package/lib/components/VList/VList.js +4 -4
  161. package/lib/components/VList/VList.js.map +1 -1
  162. package/lib/components/VList/VListGroup.js +5 -5
  163. package/lib/components/VList/VListGroup.js.map +1 -1
  164. package/lib/components/VList/VListItem.js +11 -11
  165. package/lib/components/VList/VListItem.js.map +1 -1
  166. package/lib/components/VList/VListItemAction.js +4 -4
  167. package/lib/components/VList/VListItemAction.js.map +1 -1
  168. package/lib/components/VList/VListItemMedia.js +4 -4
  169. package/lib/components/VList/VListItemMedia.js.map +1 -1
  170. package/lib/components/VList/VListItemSubtitle.js +4 -4
  171. package/lib/components/VList/VListItemSubtitle.js.map +1 -1
  172. package/lib/components/VList/VListSubheader.js +6 -6
  173. package/lib/components/VList/VListSubheader.js.map +1 -1
  174. package/lib/components/VLocaleProvider/VLocaleProvider.js +4 -4
  175. package/lib/components/VLocaleProvider/VLocaleProvider.js.map +1 -1
  176. package/lib/components/VMain/VMain.js +5 -5
  177. package/lib/components/VMain/VMain.js.map +1 -1
  178. package/lib/components/VMessages/VMessages.js +4 -4
  179. package/lib/components/VMessages/VMessages.js.map +1 -1
  180. package/lib/components/VNavigationDrawer/VNavigationDrawer.js +7 -7
  181. package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  182. package/lib/components/VNumberInput/VNumberInput.js +8 -8
  183. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  184. package/lib/components/VOtpInput/VOtpInput.js +7 -7
  185. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  186. package/lib/components/VOverlay/VOverlay.js +8 -8
  187. package/lib/components/VOverlay/VOverlay.js.map +1 -1
  188. package/lib/components/VPagination/VPagination.js +11 -11
  189. package/lib/components/VPagination/VPagination.js.map +1 -1
  190. package/lib/components/VParallax/VParallax.js +4 -4
  191. package/lib/components/VParallax/VParallax.js.map +1 -1
  192. package/lib/components/VProgressCircular/VProgressCircular.js +12 -12
  193. package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
  194. package/lib/components/VProgressLinear/VProgressLinear.js +26 -26
  195. package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
  196. package/lib/components/VRadioGroup/VRadioGroup.js +2 -2
  197. package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
  198. package/lib/components/VRangeSlider/VRangeSlider.js +5 -5
  199. package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
  200. package/lib/components/VRating/VRating.js +14 -14
  201. package/lib/components/VRating/VRating.js.map +1 -1
  202. package/lib/components/VResponsive/VResponsive.js +9 -9
  203. package/lib/components/VResponsive/VResponsive.js.map +1 -1
  204. package/lib/components/VSelect/VSelect.js +7 -7
  205. package/lib/components/VSelect/VSelect.js.map +1 -1
  206. package/lib/components/VSelectionControl/VSelectionControl.js +11 -11
  207. package/lib/components/VSelectionControl/VSelectionControl.js.map +1 -1
  208. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.js +5 -5
  209. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.js.map +1 -1
  210. package/lib/components/VSheet/VSheet.js +3 -3
  211. package/lib/components/VSheet/VSheet.js.map +1 -1
  212. package/lib/components/VSkeletonLoader/VSkeletonLoader.js +4 -4
  213. package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
  214. package/lib/components/VSlideGroup/VSlideGroup.js +12 -12
  215. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  216. package/lib/components/VSlider/VSlider.js +4 -4
  217. package/lib/components/VSlider/VSlider.js.map +1 -1
  218. package/lib/components/VSlider/VSliderThumb.js +19 -19
  219. package/lib/components/VSlider/VSliderThumb.js.map +1 -1
  220. package/lib/components/VSlider/VSliderTrack.js +23 -23
  221. package/lib/components/VSlider/VSliderTrack.js.map +1 -1
  222. package/lib/components/VSnackbar/VSnackbar.js +4 -4
  223. package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
  224. package/lib/components/VSnackbarQueue/VSnackbarQueue.js +3 -3
  225. package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
  226. package/lib/components/VSparkline/VBarline.js +12 -12
  227. package/lib/components/VSparkline/VBarline.js.map +1 -1
  228. package/lib/components/VSparkline/VTrendline.js +8 -8
  229. package/lib/components/VSparkline/VTrendline.js.map +1 -1
  230. package/lib/components/VStepper/VStepper.js +2 -2
  231. package/lib/components/VStepper/VStepper.js.map +1 -1
  232. package/lib/components/VStepper/VStepperActions.js +2 -2
  233. package/lib/components/VStepper/VStepperActions.js.map +1 -1
  234. package/lib/components/VStepper/VStepperItem.js +10 -10
  235. package/lib/components/VStepper/VStepperItem.js.map +1 -1
  236. package/lib/components/VSwitch/VSwitch.js +10 -10
  237. package/lib/components/VSwitch/VSwitch.js.map +1 -1
  238. package/lib/components/VSystemBar/VSystemBar.js +4 -4
  239. package/lib/components/VSystemBar/VSystemBar.js.map +1 -1
  240. package/lib/components/VTable/VTable.js +8 -8
  241. package/lib/components/VTable/VTable.js.map +1 -1
  242. package/lib/components/VTabs/VTab.js +4 -4
  243. package/lib/components/VTabs/VTab.js.map +1 -1
  244. package/lib/components/VTabs/VTabs.js +2 -2
  245. package/lib/components/VTabs/VTabs.js.map +1 -1
  246. package/lib/components/VTextField/VTextField.js +12 -12
  247. package/lib/components/VTextField/VTextField.js.map +1 -1
  248. package/lib/components/VTextarea/VTextarea.js +10 -10
  249. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  250. package/lib/components/VThemeProvider/VThemeProvider.js +3 -3
  251. package/lib/components/VThemeProvider/VThemeProvider.js.map +1 -1
  252. package/lib/components/VTimeline/VTimeline.js +5 -5
  253. package/lib/components/VTimeline/VTimeline.js.map +1 -1
  254. package/lib/components/VTimeline/VTimelineDivider.js +17 -17
  255. package/lib/components/VTimeline/VTimelineDivider.js.map +1 -1
  256. package/lib/components/VTimeline/VTimelineItem.js +9 -9
  257. package/lib/components/VTimeline/VTimelineItem.js.map +1 -1
  258. package/lib/components/VToolbar/VToolbar.js +13 -13
  259. package/lib/components/VToolbar/VToolbar.js.map +1 -1
  260. package/lib/components/VToolbar/VToolbarItems.js +4 -4
  261. package/lib/components/VToolbar/VToolbarItems.js.map +1 -1
  262. package/lib/components/VToolbar/VToolbarTitle.js +4 -4
  263. package/lib/components/VToolbar/VToolbarTitle.js.map +1 -1
  264. package/lib/components/VVirtualScroll/VVirtualScroll.js +13 -13
  265. package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
  266. package/lib/components/VVirtualScroll/VVirtualScrollItem.js +3 -3
  267. package/lib/components/VVirtualScroll/VVirtualScrollItem.js.map +1 -1
  268. package/lib/components/VWindow/VWindow.js +13 -13
  269. package/lib/components/VWindow/VWindow.js.map +1 -1
  270. package/lib/components/VWindow/VWindowItem.js +6 -6
  271. package/lib/components/VWindow/VWindowItem.js.map +1 -1
  272. package/lib/composables/filter.js +8 -8
  273. package/lib/composables/filter.js.map +1 -1
  274. package/lib/composables/icons.js +6 -6
  275. package/lib/composables/icons.js.map +1 -1
  276. package/lib/composables/loader.js +3 -3
  277. package/lib/composables/loader.js.map +1 -1
  278. package/lib/composables/variant.js +5 -5
  279. package/lib/composables/variant.js.map +1 -1
  280. package/lib/entry-bundler.js +1 -1
  281. package/lib/framework.d.ts +58 -58
  282. package/lib/framework.js +1 -1
  283. package/lib/labs/VCalendar/VCalendar.js +15 -15
  284. package/lib/labs/VCalendar/VCalendar.js.map +1 -1
  285. package/lib/labs/VCalendar/VCalendarDay.js +4 -4
  286. package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
  287. package/lib/labs/VCalendar/VCalendarHeader.js +4 -4
  288. package/lib/labs/VCalendar/VCalendarHeader.js.map +1 -1
  289. package/lib/labs/VCalendar/VCalendarInterval.js +10 -10
  290. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  291. package/lib/labs/VCalendar/VCalendarIntervalEvent.js +2 -2
  292. package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
  293. package/lib/labs/VCalendar/VCalendarMonthDay.js +6 -6
  294. package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
  295. package/lib/labs/VColorInput/VColorInput.js +3 -3
  296. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  297. package/lib/labs/VDateInput/VDateInput.js +2 -2
  298. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  299. package/lib/labs/VFileUpload/VFileUpload.js +9 -9
  300. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  301. package/lib/labs/VFileUpload/VFileUploadItem.js +3 -3
  302. package/lib/labs/VFileUpload/VFileUploadItem.js.map +1 -1
  303. package/lib/labs/VIconBtn/VIconBtn.js +7 -7
  304. package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
  305. package/lib/labs/VPicker/VPicker.js +7 -7
  306. package/lib/labs/VPicker/VPicker.js.map +1 -1
  307. package/lib/labs/VPullToRefresh/VPullToRefresh.js +13 -13
  308. package/lib/labs/VPullToRefresh/VPullToRefresh.js.map +1 -1
  309. package/lib/labs/VStepperVertical/VStepperVertical.js +2 -2
  310. package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
  311. package/lib/labs/VStepperVertical/VStepperVerticalItem.js +5 -5
  312. package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
  313. package/lib/labs/VTimePicker/VTimePicker.js +2 -2
  314. package/lib/labs/VTimePicker/VTimePicker.js.map +1 -1
  315. package/lib/labs/VTimePicker/VTimePickerClock.js +15 -15
  316. package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
  317. package/lib/labs/VTimePicker/VTimePickerControls.js +24 -24
  318. package/lib/labs/VTimePicker/VTimePickerControls.js.map +1 -1
  319. package/lib/labs/VTreeview/VTreeviewChildren.js +2 -2
  320. package/lib/labs/VTreeview/VTreeviewChildren.js.map +1 -1
  321. package/lib/labs/VTreeview/VTreeviewGroup.js +2 -2
  322. package/lib/labs/VTreeview/VTreeviewGroup.js.map +1 -1
  323. package/lib/labs/VTreeview/VTreeviewItem.js +3 -3
  324. package/lib/labs/VTreeview/VTreeviewItem.js.map +1 -1
  325. package/package.json +2 -2
package/dist/vuetify.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.6-master.2025-05-24
2
+ * Vuetify v3.8.6-master.2025-05-26
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -1658,18 +1658,18 @@
1658
1658
  return vue.createVNode(props.tag, vue.mergeProps(attrs, {
1659
1659
  "style": null
1660
1660
  }), {
1661
- default: () => [vue.createVNode("svg", {
1661
+ default: () => [vue.createElementVNode("svg", {
1662
1662
  "class": "v-icon__svg",
1663
1663
  "xmlns": "http://www.w3.org/2000/svg",
1664
1664
  "viewBox": "0 0 24 24",
1665
1665
  "role": "img",
1666
1666
  "aria-hidden": "true"
1667
- }, [Array.isArray(props.icon) ? props.icon.map(path => Array.isArray(path) ? vue.createVNode("path", {
1667
+ }, [Array.isArray(props.icon) ? props.icon.map(path => Array.isArray(path) ? vue.createElementVNode("path", {
1668
1668
  "d": path[0],
1669
1669
  "fill-opacity": path[1]
1670
- }, null) : vue.createVNode("path", {
1670
+ }, null) : vue.createElementVNode("path", {
1671
1671
  "d": path
1672
- }, null)) : vue.createVNode("path", {
1672
+ }, null)) : vue.createElementVNode("path", {
1673
1673
  "d": props.icon
1674
1674
  }, null)])]
1675
1675
  });
@@ -1693,7 +1693,7 @@
1693
1693
  setup(props) {
1694
1694
  return () => {
1695
1695
  return vue.createVNode(props.tag, {
1696
- "class": props.icon
1696
+ "class": vue.normalizeClass(props.icon)
1697
1697
  }, null);
1698
1698
  };
1699
1699
  }
@@ -3158,11 +3158,11 @@
3158
3158
  const {
3159
3159
  rtlClasses
3160
3160
  } = useRtl();
3161
- useRender(() => vue.createVNode("div", {
3161
+ useRender(() => vue.createElementVNode("div", {
3162
3162
  "ref": layoutRef,
3163
- "class": ['v-application', theme.themeClasses.value, layoutClasses.value, rtlClasses.value, props.class],
3164
- "style": [props.style]
3165
- }, [vue.createVNode("div", {
3163
+ "class": vue.normalizeClass(['v-application', theme.themeClasses.value, layoutClasses.value, rtlClasses.value, props.class]),
3164
+ "style": vue.normalizeStyle([props.style])
3165
+ }, [vue.createElementVNode("div", {
3166
3166
  "class": "v-application__wrap"
3167
3167
  }, [slots.default?.()])]));
3168
3168
  return {
@@ -3202,10 +3202,10 @@
3202
3202
  useRender(() => {
3203
3203
  const hasText = !!(slots.default || slots.text || props.text);
3204
3204
  return vue.createVNode(props.tag, {
3205
- "class": ['v-toolbar-title', props.class],
3206
- "style": props.style
3205
+ "class": vue.normalizeClass(['v-toolbar-title', props.class]),
3206
+ "style": vue.normalizeStyle(props.style)
3207
3207
  }, {
3208
- default: () => [hasText && vue.createVNode("div", {
3208
+ default: () => [hasText && vue.createElementVNode("div", {
3209
3209
  "class": "v-toolbar-title__placeholder"
3210
3210
  }, [slots.text ? slots.text() : props.text, slots.default?.()])]
3211
3211
  });
@@ -3665,16 +3665,16 @@
3665
3665
  const {
3666
3666
  dimensionStyles
3667
3667
  } = useDimension(props);
3668
- useRender(() => vue.createVNode("div", {
3669
- "class": ['v-responsive', {
3668
+ useRender(() => vue.createElementVNode("div", {
3669
+ "class": vue.normalizeClass(['v-responsive', {
3670
3670
  'v-responsive--inline': props.inline
3671
- }, props.class],
3672
- "style": [dimensionStyles.value, props.style]
3673
- }, [vue.createVNode("div", {
3671
+ }, props.class]),
3672
+ "style": vue.normalizeStyle([dimensionStyles.value, props.style])
3673
+ }, [vue.createElementVNode("div", {
3674
3674
  "class": "v-responsive__sizer",
3675
- "style": aspectStyles.value
3676
- }, null), slots.additional?.(), slots.default && vue.createVNode("div", {
3677
- "class": ['v-responsive__content', props.contentClass]
3675
+ "style": vue.normalizeStyle(aspectStyles.value)
3676
+ }, null), slots.additional?.(), slots.default && vue.createElementVNode("div", {
3677
+ "class": vue.normalizeClass(['v-responsive__content', props.contentClass])
3678
3678
  }, [slots.default()])]));
3679
3679
  return {};
3680
3680
  }
@@ -3908,7 +3908,7 @@
3908
3908
  const VImg = genericComponent()({
3909
3909
  name: 'VImg',
3910
3910
  directives: {
3911
- intersect: Intersect
3911
+ vIntersect: Intersect
3912
3912
  },
3913
3913
  props: makeVImgProps(),
3914
3914
  emits: {
@@ -4037,11 +4037,11 @@
4037
4037
  }));
4038
4038
  const __image = () => {
4039
4039
  if (!normalisedSrc.value.src || state.value === 'idle') return null;
4040
- const img = vue.createVNode("img", {
4041
- "class": ['v-img__img', containClasses.value],
4042
- "style": {
4040
+ const img = vue.createElementVNode("img", {
4041
+ "class": vue.normalizeClass(['v-img__img', containClasses.value]),
4042
+ "style": vue.normalizeStyle({
4043
4043
  objectPosition: props.position
4044
- },
4044
+ }),
4045
4045
  "crossorigin": props.crossorigin,
4046
4046
  "src": normalisedSrc.value.src,
4047
4047
  "srcset": normalisedSrc.value.srcset,
@@ -4058,7 +4058,7 @@
4058
4058
  "transition": props.transition,
4059
4059
  "appear": true
4060
4060
  }, {
4061
- default: () => [vue.withDirectives(sources ? vue.createVNode("picture", {
4061
+ default: () => [vue.withDirectives(sources ? vue.createElementVNode("picture", {
4062
4062
  "class": "v-img__picture"
4063
4063
  }, [sources, img]) : img, [[vue.vShow, state.value === 'loaded']])]
4064
4064
  });
@@ -4066,11 +4066,11 @@
4066
4066
  const __preloadImage = () => vue.createVNode(MaybeTransition, {
4067
4067
  "transition": props.transition
4068
4068
  }, {
4069
- default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && vue.createVNode("img", {
4070
- "class": ['v-img__img', 'v-img__img--preload', containClasses.value],
4071
- "style": {
4069
+ default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && vue.createElementVNode("img", {
4070
+ "class": vue.normalizeClass(['v-img__img', 'v-img__img--preload', containClasses.value]),
4071
+ "style": vue.normalizeStyle({
4072
4072
  objectPosition: props.position
4073
- },
4073
+ }),
4074
4074
  "crossorigin": props.crossorigin,
4075
4075
  "src": normalisedSrc.value.lazySrc,
4076
4076
  "alt": props.alt,
@@ -4084,7 +4084,7 @@
4084
4084
  "transition": props.transition,
4085
4085
  "appear": true
4086
4086
  }, {
4087
- default: () => [(state.value === 'loading' || state.value === 'error' && !slots.error) && vue.createVNode("div", {
4087
+ default: () => [(state.value === 'loading' || state.value === 'error' && !slots.error) && vue.createElementVNode("div", {
4088
4088
  "class": "v-img__placeholder"
4089
4089
  }, [slots.placeholder()])]
4090
4090
  });
@@ -4095,18 +4095,18 @@
4095
4095
  "transition": props.transition,
4096
4096
  "appear": true
4097
4097
  }, {
4098
- default: () => [state.value === 'error' && vue.createVNode("div", {
4098
+ default: () => [state.value === 'error' && vue.createElementVNode("div", {
4099
4099
  "class": "v-img__error"
4100
4100
  }, [slots.error()])]
4101
4101
  });
4102
4102
  };
4103
4103
  const __gradient = () => {
4104
4104
  if (!props.gradient) return null;
4105
- return vue.createVNode("div", {
4105
+ return vue.createElementVNode("div", {
4106
4106
  "class": "v-img__gradient",
4107
- "style": {
4107
+ "style": vue.normalizeStyle({
4108
4108
  backgroundImage: `linear-gradient(${props.gradient})`
4109
- }
4109
+ })
4110
4110
  }, null);
4111
4111
  };
4112
4112
  const isBooted = vue.shallowRef(false);
@@ -4138,9 +4138,9 @@
4138
4138
  "aria-label": props.alt,
4139
4139
  "role": props.alt ? 'img' : undefined
4140
4140
  }), {
4141
- additional: () => vue.createVNode(vue.Fragment, null, [vue.createVNode(__image, null, null), vue.createVNode(__preloadImage, null, null), vue.createVNode(__gradient, null, null), vue.createVNode(__placeholder, null, null), vue.createVNode(__error, null, null)]),
4141
+ additional: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(__image, null, null), vue.createVNode(__preloadImage, null, null), vue.createVNode(__gradient, null, null), vue.createVNode(__placeholder, null, null), vue.createVNode(__error, null, null)]),
4142
4142
  default: slots.default
4143
- }), [[vue.resolveDirective("intersect"), {
4143
+ }), [[Intersect, {
4144
4144
  handler: init,
4145
4145
  options: props.options
4146
4146
  }, null, {
@@ -4283,16 +4283,16 @@
4283
4283
  const extension = slots.extension?.();
4284
4284
  isExtended.value = !!(props.extended || extension);
4285
4285
  return vue.createVNode(props.tag, {
4286
- "class": ['v-toolbar', {
4286
+ "class": vue.normalizeClass(['v-toolbar', {
4287
4287
  'v-toolbar--absolute': props.absolute,
4288
4288
  'v-toolbar--collapse': props.collapse,
4289
4289
  'v-toolbar--flat': props.flat,
4290
4290
  'v-toolbar--floating': props.floating,
4291
4291
  [`v-toolbar--density-${props.density}`]: true
4292
- }, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class],
4293
- "style": [backgroundColorStyles.value, props.style]
4292
+ }, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class]),
4293
+ "style": vue.normalizeStyle([backgroundColorStyles.value, props.style])
4294
4294
  }, {
4295
- default: () => [hasImage && vue.createVNode("div", {
4295
+ default: () => [hasImage && vue.createElementVNode("div", {
4296
4296
  "key": "image",
4297
4297
  "class": "v-toolbar__image"
4298
4298
  }, [!slots.image ? vue.createVNode(VImg, {
@@ -4315,19 +4315,19 @@
4315
4315
  }
4316
4316
  }
4317
4317
  }, {
4318
- default: () => [vue.createVNode("div", {
4318
+ default: () => [vue.createElementVNode("div", {
4319
4319
  "class": "v-toolbar__content",
4320
- "style": {
4320
+ "style": vue.normalizeStyle({
4321
4321
  height: convertToUnit(contentHeight.value)
4322
- }
4323
- }, [slots.prepend && vue.createVNode("div", {
4322
+ })
4323
+ }, [slots.prepend && vue.createElementVNode("div", {
4324
4324
  "class": "v-toolbar__prepend"
4325
4325
  }, [slots.prepend?.()]), hasTitle && vue.createVNode(VToolbarTitle, {
4326
4326
  "key": "title",
4327
4327
  "text": props.title
4328
4328
  }, {
4329
4329
  text: slots.title
4330
- }), slots.default?.(), slots.append && vue.createVNode("div", {
4330
+ }), slots.default?.(), slots.append && vue.createElementVNode("div", {
4331
4331
  "class": "v-toolbar__append"
4332
4332
  }, [slots.append?.()])])]
4333
4333
  }), vue.createVNode(VDefaultsProvider, {
@@ -4338,11 +4338,11 @@
4338
4338
  }
4339
4339
  }, {
4340
4340
  default: () => [vue.createVNode(VExpandTransition, null, {
4341
- default: () => [isExtended.value && vue.createVNode("div", {
4341
+ default: () => [isExtended.value && vue.createElementVNode("div", {
4342
4342
  "class": "v-toolbar__extension",
4343
- "style": {
4343
+ "style": vue.normalizeStyle({
4344
4344
  height: convertToUnit(extensionHeight.value)
4345
- }
4345
+ })
4346
4346
  }, [extension])]
4347
4347
  })]
4348
4348
  })]
@@ -4621,12 +4621,12 @@
4621
4621
 
4622
4622
  const allowedVariants$2 = ['elevated', 'flat', 'tonal', 'outlined', 'text', 'plain'];
4623
4623
  function genOverlays(isClickable, name) {
4624
- return vue.createVNode(vue.Fragment, null, [isClickable && vue.createVNode("span", {
4624
+ return vue.createElementVNode(vue.Fragment, null, [isClickable && vue.createElementVNode("span", {
4625
4625
  "key": "overlay",
4626
- "class": `${name}__overlay`
4627
- }, null), vue.createVNode("span", {
4626
+ "class": vue.normalizeClass(`${name}__overlay`)
4627
+ }, null), vue.createElementVNode("span", {
4628
4628
  "key": "underlay",
4629
- "class": `${name}__underlay`
4629
+ "class": vue.normalizeClass(`${name}__underlay`)
4630
4630
  }, null)]);
4631
4631
  }
4632
4632
  const makeVariantProps = propsFactory({
@@ -4710,10 +4710,10 @@
4710
4710
  });
4711
4711
  useRender(() => {
4712
4712
  return vue.createVNode(props.tag, {
4713
- "class": ['v-btn-group', {
4713
+ "class": vue.normalizeClass(['v-btn-group', {
4714
4714
  'v-btn-group--divided': props.divided
4715
- }, themeClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class],
4716
- "style": props.style
4715
+ }, themeClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
4716
+ "style": vue.normalizeStyle(props.style)
4717
4717
  }, slots);
4718
4718
  });
4719
4719
  }
@@ -5070,19 +5070,19 @@
5070
5070
  return vue.createVNode(iconData.value.component, {
5071
5071
  "tag": props.tag,
5072
5072
  "icon": iconData.value.icon,
5073
- "class": ['v-icon', 'notranslate', themeClasses.value, sizeClasses.value, textColorClasses.value, {
5073
+ "class": vue.normalizeClass(['v-icon', 'notranslate', themeClasses.value, sizeClasses.value, textColorClasses.value, {
5074
5074
  'v-icon--clickable': hasClick,
5075
5075
  'v-icon--disabled': props.disabled,
5076
5076
  'v-icon--start': props.start,
5077
5077
  'v-icon--end': props.end
5078
- }, props.class],
5079
- "style": [{
5078
+ }, props.class]),
5079
+ "style": vue.normalizeStyle([{
5080
5080
  '--v-icon-opacity': props.opacity
5081
5081
  }, !sizeClasses.value ? {
5082
5082
  fontSize: convertToUnit(props.size),
5083
5083
  height: convertToUnit(props.size),
5084
5084
  width: convertToUnit(props.size)
5085
- } : undefined, textColorStyles.value, props.style],
5085
+ } : undefined, textColorStyles.value, props.style]),
5086
5086
  "role": hasClick ? 'button' : undefined,
5087
5087
  "aria-hidden": !hasClick,
5088
5088
  "tabindex": hasClick ? props.disabled ? -1 : 0 : undefined
@@ -5194,26 +5194,26 @@
5194
5194
  });
5195
5195
  useRender(() => vue.createVNode(props.tag, {
5196
5196
  "ref": root,
5197
- "class": ['v-progress-circular', {
5197
+ "class": vue.normalizeClass(['v-progress-circular', {
5198
5198
  'v-progress-circular--indeterminate': !!props.indeterminate,
5199
5199
  'v-progress-circular--visible': isIntersecting.value,
5200
5200
  'v-progress-circular--disable-shrink': props.indeterminate === 'disable-shrink'
5201
- }, themeClasses.value, sizeClasses.value, textColorClasses.value, props.class],
5202
- "style": [sizeStyles.value, textColorStyles.value, props.style],
5201
+ }, themeClasses.value, sizeClasses.value, textColorClasses.value, props.class]),
5202
+ "style": vue.normalizeStyle([sizeStyles.value, textColorStyles.value, props.style]),
5203
5203
  "role": "progressbar",
5204
5204
  "aria-valuemin": "0",
5205
5205
  "aria-valuemax": "100",
5206
5206
  "aria-valuenow": props.indeterminate ? undefined : normalizedValue.value
5207
5207
  }, {
5208
- default: () => [vue.createVNode("svg", {
5209
- "style": {
5208
+ default: () => [vue.createElementVNode("svg", {
5209
+ "style": vue.normalizeStyle({
5210
5210
  transform: `rotate(calc(-90deg + ${Number(props.rotate)}deg))`
5211
- },
5211
+ }),
5212
5212
  "xmlns": "http://www.w3.org/2000/svg",
5213
5213
  "viewBox": `0 0 ${diameter.value} ${diameter.value}`
5214
- }, [vue.createVNode("circle", {
5215
- "class": ['v-progress-circular__underlay', underlayColorClasses.value],
5216
- "style": underlayColorStyles.value,
5214
+ }, [vue.createElementVNode("circle", {
5215
+ "class": vue.normalizeClass(['v-progress-circular__underlay', underlayColorClasses.value]),
5216
+ "style": vue.normalizeStyle(underlayColorStyles.value),
5217
5217
  "fill": "transparent",
5218
5218
  "cx": "50%",
5219
5219
  "cy": "50%",
@@ -5221,7 +5221,7 @@
5221
5221
  "stroke-width": strokeWidth.value,
5222
5222
  "stroke-dasharray": CIRCUMFERENCE,
5223
5223
  "stroke-dashoffset": 0
5224
- }, null), vue.createVNode("circle", {
5224
+ }, null), vue.createElementVNode("circle", {
5225
5225
  "class": "v-progress-circular__overlay",
5226
5226
  "fill": "transparent",
5227
5227
  "cx": "50%",
@@ -5230,7 +5230,7 @@
5230
5230
  "stroke-width": strokeWidth.value,
5231
5231
  "stroke-dasharray": CIRCUMFERENCE,
5232
5232
  "stroke-dashoffset": strokeDashOffset.value
5233
- }, null)]), slots.default && vue.createVNode("div", {
5233
+ }, null)]), slots.default && vue.createElementVNode("div", {
5234
5234
  "class": "v-progress-circular__content"
5235
5235
  }, [slots.default({
5236
5236
  value: normalizedValue.value
@@ -5404,21 +5404,21 @@
5404
5404
  }
5405
5405
  useRender(() => vue.createVNode(props.tag, {
5406
5406
  "ref": intersectionRef,
5407
- "class": ['v-progress-linear', {
5407
+ "class": vue.normalizeClass(['v-progress-linear', {
5408
5408
  'v-progress-linear--absolute': props.absolute,
5409
5409
  'v-progress-linear--active': props.active && isIntersecting.value,
5410
5410
  'v-progress-linear--reverse': isReversed.value,
5411
5411
  'v-progress-linear--rounded': props.rounded,
5412
5412
  'v-progress-linear--rounded-bar': props.roundedBar,
5413
5413
  'v-progress-linear--striped': props.striped
5414
- }, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class],
5415
- "style": [{
5414
+ }, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class]),
5415
+ "style": vue.normalizeStyle([{
5416
5416
  bottom: props.location === 'bottom' ? 0 : undefined,
5417
5417
  top: props.location === 'top' ? 0 : undefined,
5418
5418
  height: props.active ? convertToUnit(height.value) : 0,
5419
5419
  '--v-progress-linear-height': convertToUnit(height.value),
5420
5420
  ...(props.absolute ? locationStyles.value : {})
5421
- }, props.style],
5421
+ }, props.style]),
5422
5422
  "role": "progressbar",
5423
5423
  "aria-hidden": props.active ? 'false' : 'true',
5424
5424
  "aria-valuemin": "0",
@@ -5426,10 +5426,10 @@
5426
5426
  "aria-valuenow": props.indeterminate ? undefined : Math.min(parseFloat(progress.value), max.value),
5427
5427
  "onClick": props.clickable && handleClick
5428
5428
  }, {
5429
- default: () => [props.stream && vue.createVNode("div", {
5429
+ default: () => [props.stream && vue.createElementVNode("div", {
5430
5430
  "key": "stream",
5431
- "class": ['v-progress-linear__stream', textColorClasses.value],
5432
- "style": {
5431
+ "class": vue.normalizeClass(['v-progress-linear__stream', textColorClasses.value]),
5432
+ "style": vue.normalizeStyle({
5433
5433
  ...textColorStyles.value,
5434
5434
  [isReversed.value ? 'left' : 'right']: convertToUnit(-height.value),
5435
5435
  borderTop: `${convertToUnit(height.value / 2)} dotted`,
@@ -5437,35 +5437,35 @@
5437
5437
  top: `calc(50% - ${convertToUnit(height.value / 4)})`,
5438
5438
  width: convertToUnit(100 - normalizedBuffer.value, '%'),
5439
5439
  '--v-progress-linear-stream-to': convertToUnit(height.value * (isReversed.value ? 1 : -1))
5440
- }
5441
- }, null), vue.createVNode("div", {
5442
- "class": ['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined],
5443
- "style": [backgroundColorStyles.value, {
5440
+ })
5441
+ }, null), vue.createElementVNode("div", {
5442
+ "class": vue.normalizeClass(['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
5443
+ "style": vue.normalizeStyle([backgroundColorStyles.value, {
5444
5444
  opacity: parseFloat(props.bgOpacity),
5445
5445
  width: props.stream ? 0 : undefined
5446
- }]
5447
- }, null), vue.createVNode("div", {
5448
- "class": ['v-progress-linear__buffer', !isForcedColorsModeActive ? bufferColorClasses.value : undefined],
5449
- "style": [bufferColorStyles.value, {
5446
+ }])
5447
+ }, null), vue.createElementVNode("div", {
5448
+ "class": vue.normalizeClass(['v-progress-linear__buffer', !isForcedColorsModeActive ? bufferColorClasses.value : undefined]),
5449
+ "style": vue.normalizeStyle([bufferColorStyles.value, {
5450
5450
  opacity: parseFloat(props.bufferOpacity),
5451
5451
  width: convertToUnit(normalizedBuffer.value, '%')
5452
- }]
5452
+ }])
5453
5453
  }, null), vue.createVNode(vue.Transition, {
5454
5454
  "name": transition.value
5455
5455
  }, {
5456
- default: () => [!props.indeterminate ? vue.createVNode("div", {
5457
- "class": ['v-progress-linear__determinate', !isForcedColorsModeActive ? barColorClasses.value : undefined],
5458
- "style": [barColorStyles.value, {
5456
+ default: () => [!props.indeterminate ? vue.createElementVNode("div", {
5457
+ "class": vue.normalizeClass(['v-progress-linear__determinate', !isForcedColorsModeActive ? barColorClasses.value : undefined]),
5458
+ "style": vue.normalizeStyle([barColorStyles.value, {
5459
5459
  width: convertToUnit(normalizedValue.value, '%')
5460
- }]
5461
- }, null) : vue.createVNode("div", {
5460
+ }])
5461
+ }, null) : vue.createElementVNode("div", {
5462
5462
  "class": "v-progress-linear__indeterminate"
5463
- }, [['long', 'short'].map(bar => vue.createVNode("div", {
5463
+ }, [['long', 'short'].map(bar => vue.createElementVNode("div", {
5464
5464
  "key": bar,
5465
- "class": ['v-progress-linear__indeterminate', bar, !isForcedColorsModeActive ? barColorClasses.value : undefined],
5466
- "style": barColorStyles.value
5465
+ "class": vue.normalizeClass(['v-progress-linear__indeterminate', bar, !isForcedColorsModeActive ? barColorClasses.value : undefined]),
5466
+ "style": vue.normalizeStyle(barColorStyles.value)
5467
5467
  }, null))])]
5468
- }), slots.default && vue.createVNode("div", {
5468
+ }), slots.default && vue.createElementVNode("div", {
5469
5469
  "class": "v-progress-linear__content"
5470
5470
  }, [slots.default({
5471
5471
  value: normalizedValue.value,
@@ -5495,8 +5495,8 @@
5495
5495
  let {
5496
5496
  slots
5497
5497
  } = _ref;
5498
- return vue.createVNode("div", {
5499
- "class": `${props.name}__loader`
5498
+ return vue.createElementVNode("div", {
5499
+ "class": vue.normalizeClass(`${props.name}__loader`)
5500
5500
  }, [slots.default?.({
5501
5501
  color: props.color,
5502
5502
  isActive: props.active
@@ -6086,7 +6086,7 @@
6086
6086
  "onClick": onClick,
6087
6087
  "value": valueAttr.value
6088
6088
  }, link.linkProps), {
6089
- default: () => [genOverlays(true, 'v-btn'), !props.icon && hasPrepend && vue.createVNode("span", {
6089
+ default: () => [genOverlays(true, 'v-btn'), !props.icon && hasPrepend && vue.createElementVNode("span", {
6090
6090
  "key": "prepend",
6091
6091
  "class": "v-btn__prepend"
6092
6092
  }, [!slots.prepend ? vue.createVNode(VIcon, {
@@ -6100,7 +6100,7 @@
6100
6100
  icon: props.prependIcon
6101
6101
  }
6102
6102
  }
6103
- }, slots.prepend)]), vue.createVNode("span", {
6103
+ }, slots.prepend)]), vue.createElementVNode("span", {
6104
6104
  "class": "v-btn__content",
6105
6105
  "data-no-activator": ""
6106
6106
  }, [!slots.default && hasIcon ? vue.createVNode(VIcon, {
@@ -6116,7 +6116,7 @@
6116
6116
  }
6117
6117
  }, {
6118
6118
  default: () => [slots.default?.() ?? vue.toDisplayString(props.text)]
6119
- })]), !props.icon && hasAppend && vue.createVNode("span", {
6119
+ })]), !props.icon && hasAppend && vue.createElementVNode("span", {
6120
6120
  "key": "append",
6121
6121
  "class": "v-btn__append"
6122
6122
  }, [!slots.append ? vue.createVNode(VIcon, {
@@ -6130,7 +6130,7 @@
6130
6130
  icon: props.appendIcon
6131
6131
  }
6132
6132
  }
6133
- }, slots.append)]), !!props.loading && vue.createVNode("span", {
6133
+ }, slots.append)]), !!props.loading && vue.createElementVNode("span", {
6134
6134
  "key": "loader",
6135
6135
  "class": "v-btn__loader"
6136
6136
  }, [slots.loader?.() ?? vue.createVNode(VProgressCircular, {
@@ -6303,20 +6303,20 @@
6303
6303
  const hasTitle = !!(slots.title || props.title);
6304
6304
  const hasClose = !!(slots.close || props.closable);
6305
6305
  return isActive.value && vue.createVNode(props.tag, {
6306
- "class": ['v-alert', props.border && {
6306
+ "class": vue.normalizeClass(['v-alert', props.border && {
6307
6307
  'v-alert--border': !!props.border,
6308
6308
  [`v-alert--border-${props.border === true ? 'start' : props.border}`]: true
6309
6309
  }, {
6310
6310
  'v-alert--prominent': props.prominent
6311
- }, themeClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, variantClasses.value, props.class],
6312
- "style": [colorStyles.value, dimensionStyles.value, locationStyles.value, props.style],
6311
+ }, themeClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, variantClasses.value, props.class]),
6312
+ "style": vue.normalizeStyle([colorStyles.value, dimensionStyles.value, locationStyles.value, props.style]),
6313
6313
  "role": "alert"
6314
6314
  }, {
6315
- default: () => [genOverlays(false, 'v-alert'), props.border && vue.createVNode("div", {
6315
+ default: () => [genOverlays(false, 'v-alert'), props.border && vue.createElementVNode("div", {
6316
6316
  "key": "border",
6317
- "class": ['v-alert__border', textColorClasses.value],
6318
- "style": textColorStyles.value
6319
- }, null), hasPrepend && vue.createVNode("div", {
6317
+ "class": vue.normalizeClass(['v-alert__border', textColorClasses.value]),
6318
+ "style": vue.normalizeStyle(textColorStyles.value)
6319
+ }, null), hasPrepend && vue.createElementVNode("div", {
6320
6320
  "key": "prepend",
6321
6321
  "class": "v-alert__prepend"
6322
6322
  }, [!slots.prepend ? vue.createVNode(VIcon, {
@@ -6334,16 +6334,16 @@
6334
6334
  size: props.prominent ? 44 : 28
6335
6335
  }
6336
6336
  }
6337
- }, slots.prepend)]), vue.createVNode("div", {
6337
+ }, slots.prepend)]), vue.createElementVNode("div", {
6338
6338
  "class": "v-alert__content"
6339
6339
  }, [hasTitle && vue.createVNode(VAlertTitle, {
6340
6340
  "key": "title"
6341
6341
  }, {
6342
6342
  default: () => [slots.title?.() ?? props.title]
6343
- }), slots.text?.() ?? props.text, slots.default?.()]), slots.append && vue.createVNode("div", {
6343
+ }), slots.text?.() ?? props.text, slots.default?.()]), slots.append && vue.createElementVNode("div", {
6344
6344
  "key": "append",
6345
6345
  "class": "v-alert__append"
6346
- }, [slots.append()]), hasClose && vue.createVNode("div", {
6346
+ }, [slots.append()]), hasClose && vue.createElementVNode("div", {
6347
6347
  "key": "close",
6348
6348
  "class": "v-alert__close"
6349
6349
  }, [!slots.close ? vue.createVNode(VBtn, vue.mergeProps({
@@ -6416,11 +6416,11 @@
6416
6416
  sizeStyles
6417
6417
  } = useSize(props);
6418
6418
  useRender(() => vue.createVNode(props.tag, {
6419
- "class": ['v-avatar', {
6419
+ "class": vue.normalizeClass(['v-avatar', {
6420
6420
  'v-avatar--start': props.start,
6421
6421
  'v-avatar--end': props.end
6422
- }, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, props.class],
6423
- "style": [colorStyles.value, sizeStyles.value, props.style]
6422
+ }, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, props.class]),
6423
+ "style": vue.normalizeStyle([colorStyles.value, sizeStyles.value, props.style])
6424
6424
  }, {
6425
6425
  default: () => [!slots.default ? props.image ? vue.createVNode(VImg, {
6426
6426
  "key": "image",
@@ -6462,11 +6462,11 @@
6462
6462
  let {
6463
6463
  slots
6464
6464
  } = _ref;
6465
- useRender(() => vue.createVNode("label", {
6466
- "class": ['v-label', {
6465
+ useRender(() => vue.createElementVNode("label", {
6466
+ "class": vue.normalizeClass(['v-label', {
6467
6467
  'v-label--clickable': !!props.onClick
6468
- }, props.class],
6469
- "style": props.style,
6468
+ }, props.class]),
6469
+ "style": vue.normalizeStyle(props.style),
6470
6470
  "onClick": props.onClick
6471
6471
  }, [props.text, slots.default?.()]));
6472
6472
  return {};
@@ -6561,11 +6561,11 @@
6561
6561
  valueComparator: vue.toRef(() => props.valueComparator)
6562
6562
  }
6563
6563
  });
6564
- useRender(() => vue.createVNode("div", {
6565
- "class": ['v-selection-control-group', {
6564
+ useRender(() => vue.createElementVNode("div", {
6565
+ "class": vue.normalizeClass(['v-selection-control-group', {
6566
6566
  'v-selection-control-group--inline': props.inline
6567
- }, props.class],
6568
- "style": props.style,
6567
+ }, props.class]),
6568
+ "style": vue.normalizeStyle(props.style),
6569
6569
  "role": props.type === 'radio' ? 'radiogroup' : undefined
6570
6570
  }, [slots.default?.()]));
6571
6571
  return {};
@@ -6641,7 +6641,7 @@
6641
6641
  const VSelectionControl = genericComponent()({
6642
6642
  name: 'VSelectionControl',
6643
6643
  directives: {
6644
- Ripple
6644
+ vRipple: Ripple
6645
6645
  },
6646
6646
  inheritAttrs: false,
6647
6647
  props: makeVSelectionControlProps(),
@@ -6712,7 +6712,7 @@
6712
6712
  }
6713
6713
  }) : props.label;
6714
6714
  const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
6715
- const inputNode = vue.createVNode("input", vue.mergeProps({
6715
+ const inputNode = vue.createElementVNode("input", vue.mergeProps({
6716
6716
  "ref": input,
6717
6717
  "checked": model.value,
6718
6718
  "disabled": !!props.disabled,
@@ -6727,7 +6727,7 @@
6727
6727
  "name": props.name,
6728
6728
  "aria-checked": props.type === 'checkbox' ? model.value : undefined
6729
6729
  }, inputAttrs), null);
6730
- return vue.createVNode("div", vue.mergeProps({
6730
+ return vue.createElementVNode("div", vue.mergeProps({
6731
6731
  "class": ['v-selection-control', {
6732
6732
  'v-selection-control--dirty': model.value,
6733
6733
  'v-selection-control--disabled': props.disabled,
@@ -6738,13 +6738,13 @@
6738
6738
  }, densityClasses.value, props.class]
6739
6739
  }, rootAttrs, {
6740
6740
  "style": props.style
6741
- }), [vue.createVNode("div", {
6742
- "class": ['v-selection-control__wrapper', textColorClasses.value],
6743
- "style": textColorStyles.value
6741
+ }), [vue.createElementVNode("div", {
6742
+ "class": vue.normalizeClass(['v-selection-control__wrapper', textColorClasses.value]),
6743
+ "style": vue.normalizeStyle(textColorStyles.value)
6744
6744
  }, [slots.default?.({
6745
6745
  backgroundColorClasses,
6746
6746
  backgroundColorStyles
6747
- }), vue.withDirectives(vue.createVNode("div", {
6747
+ }), vue.withDirectives(vue.createElementVNode("div", {
6748
6748
  "class": ['v-selection-control__input']
6749
6749
  }, [slots.input?.({
6750
6750
  model,
@@ -6759,10 +6759,10 @@
6759
6759
  onBlur,
6760
6760
  id: id.value
6761
6761
  }
6762
- }) ?? vue.createVNode(vue.Fragment, null, [icon.value && vue.createVNode(VIcon, {
6762
+ }) ?? vue.createElementVNode(vue.Fragment, null, [icon.value && vue.createVNode(VIcon, {
6763
6763
  "key": "icon",
6764
6764
  "icon": icon.value
6765
- }, null), inputNode])]), [[vue.resolveDirective("ripple"), props.ripple && [!props.disabled && !props.readonly, null, ['center', 'circle']]]])]), label && vue.createVNode(VLabel, {
6765
+ }, null), inputNode])]), [[Ripple, props.ripple && [!props.disabled && !props.readonly, null, ['center', 'circle']]]])]), label && vue.createVNode(VLabel, {
6766
6766
  "for": id.value,
6767
6767
  "onClick": onClickLabel
6768
6768
  }, {
@@ -6903,10 +6903,10 @@
6903
6903
  useRender(() => vue.createVNode(MaybeTransition, {
6904
6904
  "transition": props.transition,
6905
6905
  "tag": "div",
6906
- "class": ['v-messages', textColorClasses.value, props.class],
6907
- "style": [textColorStyles.value, props.style]
6906
+ "class": vue.normalizeClass(['v-messages', textColorClasses.value, props.class]),
6907
+ "style": vue.normalizeStyle([textColorStyles.value, props.style])
6908
6908
  }, {
6909
- default: () => [props.active && messages.value.map((message, i) => vue.createVNode("div", {
6909
+ default: () => [props.active && messages.value.map((message, i) => vue.createElementVNode("div", {
6910
6910
  "class": "v-messages__message",
6911
6911
  "key": `${i}-${messages.value}`
6912
6912
  }, [slots.message ? slots.message({
@@ -7372,31 +7372,31 @@
7372
7372
  const hasAppend = !!(slots.append || props.appendIcon);
7373
7373
  const hasMessages = messages.value.length > 0;
7374
7374
  const hasDetails = !props.hideDetails || props.hideDetails === 'auto' && (hasMessages || !!slots.details);
7375
- return vue.createVNode("div", {
7376
- "class": ['v-input', `v-input--${props.direction}`, {
7375
+ return vue.createElementVNode("div", {
7376
+ "class": vue.normalizeClass(['v-input', `v-input--${props.direction}`, {
7377
7377
  'v-input--center-affix': props.centerAffix,
7378
7378
  'v-input--focused': props.focused,
7379
7379
  'v-input--glow': props.glow,
7380
7380
  'v-input--hide-spin-buttons': props.hideSpinButtons
7381
- }, densityClasses.value, themeClasses.value, rtlClasses.value, validationClasses.value, props.class],
7382
- "style": [dimensionStyles.value, props.style]
7383
- }, [hasPrepend && vue.createVNode("div", {
7381
+ }, densityClasses.value, themeClasses.value, rtlClasses.value, validationClasses.value, props.class]),
7382
+ "style": vue.normalizeStyle([dimensionStyles.value, props.style])
7383
+ }, [hasPrepend && vue.createElementVNode("div", {
7384
7384
  "key": "prepend",
7385
7385
  "class": "v-input__prepend"
7386
7386
  }, [slots.prepend?.(slotProps.value), props.prependIcon && vue.createVNode(InputIcon, {
7387
7387
  "key": "prepend-icon",
7388
7388
  "name": "prepend",
7389
7389
  "color": iconColor.value
7390
- }, null)]), slots.default && vue.createVNode("div", {
7390
+ }, null)]), slots.default && vue.createElementVNode("div", {
7391
7391
  "class": "v-input__control"
7392
- }, [slots.default?.(slotProps.value)]), hasAppend && vue.createVNode("div", {
7392
+ }, [slots.default?.(slotProps.value)]), hasAppend && vue.createElementVNode("div", {
7393
7393
  "key": "append",
7394
7394
  "class": "v-input__append"
7395
7395
  }, [props.appendIcon && vue.createVNode(InputIcon, {
7396
7396
  "key": "append-icon",
7397
7397
  "name": "append",
7398
7398
  "color": iconColor.value
7399
- }, null), slots.append?.(slotProps.value)]), hasDetails && vue.createVNode("div", {
7399
+ }, null), slots.append?.(slotProps.value)]), hasDetails && vue.createElementVNode("div", {
7400
7400
  "id": messagesId.value,
7401
7401
  "class": "v-input__details",
7402
7402
  "role": "alert",
@@ -8145,42 +8145,42 @@
8145
8145
  return scrollSizeMax - Math.abs(scrollOffset.value) > 1;
8146
8146
  });
8147
8147
  useRender(() => vue.createVNode(props.tag, {
8148
- "class": ['v-slide-group', {
8148
+ "class": vue.normalizeClass(['v-slide-group', {
8149
8149
  'v-slide-group--vertical': !isHorizontal.value,
8150
8150
  'v-slide-group--has-affixes': hasAffixes.value,
8151
8151
  'v-slide-group--is-overflowing': isOverflowing.value
8152
- }, displayClasses.value, props.class],
8153
- "style": props.style,
8152
+ }, displayClasses.value, props.class]),
8153
+ "style": vue.normalizeStyle(props.style),
8154
8154
  "tabindex": isFocused.value || group.selected.value.length ? -1 : 0,
8155
8155
  "onFocus": onFocus
8156
8156
  }, {
8157
- default: () => [hasAffixes.value && vue.createVNode("div", {
8157
+ default: () => [hasAffixes.value && vue.createElementVNode("div", {
8158
8158
  "key": "prev",
8159
- "class": ['v-slide-group__prev', {
8159
+ "class": vue.normalizeClass(['v-slide-group__prev', {
8160
8160
  'v-slide-group__prev--disabled': !hasPrev.value
8161
- }],
8161
+ }]),
8162
8162
  "onMousedown": onFocusAffixes,
8163
8163
  "onClick": () => hasPrev.value && scrollTo('prev')
8164
8164
  }, [slots.prev?.(slotProps.value) ?? vue.createVNode(VFadeTransition, null, {
8165
8165
  default: () => [vue.createVNode(VIcon, {
8166
8166
  "icon": isRtl.value ? props.nextIcon : props.prevIcon
8167
8167
  }, null)]
8168
- })]), vue.createVNode("div", {
8168
+ })]), vue.createElementVNode("div", {
8169
8169
  "key": "container",
8170
8170
  "ref": containerRef,
8171
8171
  "class": "v-slide-group__container",
8172
8172
  "onScroll": onScroll
8173
- }, [vue.createVNode("div", {
8173
+ }, [vue.createElementVNode("div", {
8174
8174
  "ref": contentRef,
8175
8175
  "class": "v-slide-group__content",
8176
8176
  "onFocusin": onFocusin,
8177
8177
  "onFocusout": onFocusout,
8178
8178
  "onKeydown": onKeydown
8179
- }, [slots.default?.(slotProps.value)])]), hasAffixes.value && vue.createVNode("div", {
8179
+ }, [slots.default?.(slotProps.value)])]), hasAffixes.value && vue.createElementVNode("div", {
8180
8180
  "key": "next",
8181
- "class": ['v-slide-group__next', {
8181
+ "class": vue.normalizeClass(['v-slide-group__next', {
8182
8182
  'v-slide-group__next--disabled': !hasNext.value
8183
- }],
8183
+ }]),
8184
8184
  "onMousedown": onFocusAffixes,
8185
8185
  "onClick": () => hasNext.value && scrollTo('next')
8186
8186
  }, [slots.next?.(slotProps.value) ?? vue.createVNode(VFadeTransition, null, {
@@ -8335,7 +8335,7 @@
8335
8335
  const VChip = genericComponent()({
8336
8336
  name: 'VChip',
8337
8337
  directives: {
8338
- Ripple
8338
+ vRipple: Ripple
8339
8339
  },
8340
8340
  props: makeVChipProps(),
8341
8341
  emits: {
@@ -8435,7 +8435,7 @@
8435
8435
  default: () => [genOverlays(isClickable.value, 'v-chip'), hasFilter && vue.createVNode(VExpandXTransition, {
8436
8436
  "key": "filter"
8437
8437
  }, {
8438
- default: () => [vue.withDirectives(vue.createVNode("div", {
8438
+ default: () => [vue.withDirectives(vue.createElementVNode("div", {
8439
8439
  "class": "v-chip__filter"
8440
8440
  }, [!slots.filter ? vue.createVNode(VIcon, {
8441
8441
  "key": "filter-icon",
@@ -8449,10 +8449,10 @@
8449
8449
  }
8450
8450
  }
8451
8451
  }, slots.filter)]), [[vue.vShow, group.isSelected.value]])]
8452
- }), hasPrepend && vue.createVNode("div", {
8452
+ }), hasPrepend && vue.createElementVNode("div", {
8453
8453
  "key": "prepend",
8454
8454
  "class": "v-chip__prepend"
8455
- }, [!slots.prepend ? vue.createVNode(vue.Fragment, null, [props.prependIcon && vue.createVNode(VIcon, {
8455
+ }, [!slots.prepend ? vue.createElementVNode(vue.Fragment, null, [props.prependIcon && vue.createVNode(VIcon, {
8456
8456
  "key": "prepend-icon",
8457
8457
  "icon": props.prependIcon,
8458
8458
  "start": true
@@ -8473,7 +8473,7 @@
8473
8473
  start: true
8474
8474
  }
8475
8475
  }
8476
- }, slots.prepend)]), vue.createVNode("div", {
8476
+ }, slots.prepend)]), vue.createElementVNode("div", {
8477
8477
  "class": "v-chip__content",
8478
8478
  "data-no-activator": ""
8479
8479
  }, [slots.default?.({
@@ -8483,10 +8483,10 @@
8483
8483
  toggle: group?.toggle,
8484
8484
  value: group?.value.value,
8485
8485
  disabled: props.disabled
8486
- }) ?? vue.toDisplayString(props.text)]), hasAppend && vue.createVNode("div", {
8486
+ }) ?? vue.toDisplayString(props.text)]), hasAppend && vue.createElementVNode("div", {
8487
8487
  "key": "append",
8488
8488
  "class": "v-chip__append"
8489
- }, [!slots.append ? vue.createVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
8489
+ }, [!slots.append ? vue.createElementVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
8490
8490
  "key": "append-icon",
8491
8491
  "end": true,
8492
8492
  "icon": props.appendIcon
@@ -8507,7 +8507,7 @@
8507
8507
  icon: props.appendIcon
8508
8508
  }
8509
8509
  }
8510
- }, slots.append)]), hasClose && vue.createVNode("button", vue.mergeProps({
8510
+ }, slots.append)]), hasClose && vue.createElementVNode("button", vue.mergeProps({
8511
8511
  "key": "close",
8512
8512
  "class": "v-chip__close",
8513
8513
  "type": "button",
@@ -8525,7 +8525,7 @@
8525
8525
  }
8526
8526
  }
8527
8527
  }, slots.close)])]
8528
- }), [[vue.resolveDirective("ripple"), isClickable.value && props.ripple, null]]);
8528
+ }), [[Ripple, isClickable.value && props.ripple, null]]);
8529
8529
  };
8530
8530
  }
8531
8531
  });
@@ -9298,13 +9298,13 @@
9298
9298
  }
9299
9299
  }));
9300
9300
  useRender(() => vue.createVNode(props.tag, {
9301
- "class": ['v-list-group', {
9301
+ "class": vue.normalizeClass(['v-list-group', {
9302
9302
  'v-list-group--prepend': list?.hasPrepend.value,
9303
9303
  'v-list-group--fluid': props.fluid,
9304
9304
  'v-list-group--subgroup': props.subgroup,
9305
9305
  'v-list-group--open': isOpen.value
9306
- }, props.class],
9307
- "style": props.style
9306
+ }, props.class]),
9307
+ "style": vue.normalizeStyle(props.style)
9308
9308
  }, {
9309
9309
  default: () => [slots.activator && vue.createVNode(VDefaultsProvider, {
9310
9310
  "defaults": activatorDefaults.value
@@ -9321,7 +9321,7 @@
9321
9321
  },
9322
9322
  "disabled": !isBooted.value
9323
9323
  }, {
9324
- default: () => [vue.withDirectives(vue.createVNode("div", {
9324
+ default: () => [vue.withDirectives(vue.createElementVNode("div", {
9325
9325
  "class": "v-list-group__items",
9326
9326
  "role": "group",
9327
9327
  "aria-labelledby": id.value
@@ -9347,10 +9347,10 @@
9347
9347
  slots
9348
9348
  } = _ref;
9349
9349
  useRender(() => vue.createVNode(props.tag, {
9350
- "class": ['v-list-item-subtitle', props.class],
9351
- "style": [{
9350
+ "class": vue.normalizeClass(['v-list-item-subtitle', props.class]),
9351
+ "style": vue.normalizeStyle([{
9352
9352
  '--v-list-item-subtitle-opacity': props.opacity
9353
- }, props.style]
9353
+ }, props.style])
9354
9354
  }, slots));
9355
9355
  return {};
9356
9356
  }
@@ -9413,7 +9413,7 @@
9413
9413
  const VListItem = genericComponent()({
9414
9414
  name: 'VListItem',
9415
9415
  directives: {
9416
- Ripple
9416
+ vRipple: Ripple
9417
9417
  },
9418
9418
  props: makeVListItemProps(),
9419
9419
  emits: {
@@ -9548,10 +9548,10 @@
9548
9548
  "onClick": onClick,
9549
9549
  "onKeydown": isClickable.value && !isLink.value && onKeyDown
9550
9550
  }, link.linkProps), {
9551
- default: () => [genOverlays(isClickable.value || isActive.value, 'v-list-item'), hasPrepend && vue.createVNode("div", {
9551
+ default: () => [genOverlays(isClickable.value || isActive.value, 'v-list-item'), hasPrepend && vue.createElementVNode("div", {
9552
9552
  "key": "prepend",
9553
9553
  "class": "v-list-item__prepend"
9554
- }, [!slots.prepend ? vue.createVNode(vue.Fragment, null, [props.prependAvatar && vue.createVNode(VAvatar, {
9554
+ }, [!slots.prepend ? vue.createElementVNode(vue.Fragment, null, [props.prependAvatar && vue.createVNode(VAvatar, {
9555
9555
  "key": "prepend-avatar",
9556
9556
  "density": props.density,
9557
9557
  "image": props.prependAvatar
@@ -9577,9 +9577,9 @@
9577
9577
  }
9578
9578
  }, {
9579
9579
  default: () => [slots.prepend?.(slotProps.value)]
9580
- }), vue.createVNode("div", {
9580
+ }), vue.createElementVNode("div", {
9581
9581
  "class": "v-list-item__spacer"
9582
- }, null)]), vue.createVNode("div", {
9582
+ }, null)]), vue.createElementVNode("div", {
9583
9583
  "class": "v-list-item__content",
9584
9584
  "data-no-activator": ""
9585
9585
  }, [hasTitle && vue.createVNode(VListItemTitle, {
@@ -9594,10 +9594,10 @@
9594
9594
  default: () => [slots.subtitle?.({
9595
9595
  subtitle: props.subtitle
9596
9596
  }) ?? vue.toDisplayString(props.subtitle)]
9597
- }), slots.default?.(slotProps.value)]), hasAppend && vue.createVNode("div", {
9597
+ }), slots.default?.(slotProps.value)]), hasAppend && vue.createElementVNode("div", {
9598
9598
  "key": "append",
9599
9599
  "class": "v-list-item__append"
9600
- }, [!slots.append ? vue.createVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
9600
+ }, [!slots.append ? vue.createElementVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
9601
9601
  "key": "append-icon",
9602
9602
  "density": props.density,
9603
9603
  "icon": props.appendIcon
@@ -9623,10 +9623,10 @@
9623
9623
  }
9624
9624
  }, {
9625
9625
  default: () => [slots.append?.(slotProps.value)]
9626
- }), vue.createVNode("div", {
9626
+ }), vue.createElementVNode("div", {
9627
9627
  "class": "v-list-item__spacer"
9628
9628
  }, null)])]
9629
- }), [[vue.resolveDirective("ripple"), isClickable.value && props.ripple]]);
9629
+ }), [[Ripple, isClickable.value && props.ripple]]);
9630
9630
  });
9631
9631
  return {
9632
9632
  activate,
@@ -9664,15 +9664,15 @@
9664
9664
  useRender(() => {
9665
9665
  const hasText = !!(slots.default || props.title);
9666
9666
  return vue.createVNode(props.tag, {
9667
- "class": ['v-list-subheader', {
9667
+ "class": vue.normalizeClass(['v-list-subheader', {
9668
9668
  'v-list-subheader--inset': props.inset,
9669
9669
  'v-list-subheader--sticky': props.sticky
9670
- }, textColorClasses.value, props.class],
9671
- "style": [{
9670
+ }, textColorClasses.value, props.class]),
9671
+ "style": vue.normalizeStyle([{
9672
9672
  textColorStyles
9673
- }, props.style]
9673
+ }, props.style])
9674
9674
  }, {
9675
- default: () => [hasText && vue.createVNode("div", {
9675
+ default: () => [hasText && vue.createElementVNode("div", {
9676
9676
  "class": "v-list-subheader__text"
9677
9677
  }, [slots.default?.() ?? props.title])]
9678
9678
  });
@@ -9717,25 +9717,25 @@
9717
9717
  return styles;
9718
9718
  });
9719
9719
  useRender(() => {
9720
- const divider = vue.createVNode("hr", {
9721
- "class": [{
9720
+ const divider = vue.createElementVNode("hr", {
9721
+ "class": vue.normalizeClass([{
9722
9722
  'v-divider': true,
9723
9723
  'v-divider--inset': props.inset,
9724
9724
  'v-divider--vertical': props.vertical
9725
- }, themeClasses.value, textColorClasses.value, props.class],
9726
- "style": [dividerStyles.value, textColorStyles.value, {
9725
+ }, themeClasses.value, textColorClasses.value, props.class]),
9726
+ "style": vue.normalizeStyle([dividerStyles.value, textColorStyles.value, {
9727
9727
  '--v-border-opacity': props.opacity
9728
- }, props.style],
9728
+ }, props.style]),
9729
9729
  "aria-orientation": !attrs.role || attrs.role === 'separator' ? props.vertical ? 'vertical' : 'horizontal' : undefined,
9730
9730
  "role": `${attrs.role || 'separator'}`
9731
9731
  }, null);
9732
9732
  if (!slots.default) return divider;
9733
- return vue.createVNode("div", {
9734
- "class": ['v-divider__wrapper', {
9733
+ return vue.createElementVNode("div", {
9734
+ "class": vue.normalizeClass(['v-divider__wrapper', {
9735
9735
  'v-divider__wrapper--vertical': props.vertical,
9736
9736
  'v-divider__wrapper--inset': props.inset
9737
- }]
9738
- }, [divider, vue.createVNode("div", {
9737
+ }])
9738
+ }, [divider, vue.createElementVNode("div", {
9739
9739
  "class": "v-divider__content"
9740
9740
  }, [slots.default()]), divider]);
9741
9741
  });
@@ -10154,12 +10154,12 @@
10154
10154
  useRender(() => {
10155
10155
  return vue.createVNode(props.tag, {
10156
10156
  "ref": contentRef,
10157
- "class": ['v-list', {
10157
+ "class": vue.normalizeClass(['v-list', {
10158
10158
  'v-list--disabled': props.disabled,
10159
10159
  'v-list--nav': props.nav,
10160
10160
  'v-list--slim': props.slim
10161
- }, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class],
10162
- "style": [backgroundColorStyles.value, dimensionStyles.value, props.style],
10161
+ }, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class]),
10162
+ "style": vue.normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style]),
10163
10163
  "tabindex": props.disabled ? -1 : 0,
10164
10164
  "role": "listbox",
10165
10165
  "aria-activedescendant": undefined,
@@ -10203,11 +10203,11 @@
10203
10203
  slots
10204
10204
  } = _ref;
10205
10205
  useRender(() => vue.createVNode(props.tag, {
10206
- "class": ['v-list-item-action', {
10206
+ "class": vue.normalizeClass(['v-list-item-action', {
10207
10207
  'v-list-item-action--start': props.start,
10208
10208
  'v-list-item-action--end': props.end
10209
- }, props.class],
10210
- "style": props.style
10209
+ }, props.class]),
10210
+ "style": vue.normalizeStyle(props.style)
10211
10211
  }, slots));
10212
10212
  return {};
10213
10213
  }
@@ -10228,11 +10228,11 @@
10228
10228
  } = _ref;
10229
10229
  useRender(() => {
10230
10230
  return vue.createVNode(props.tag, {
10231
- "class": ['v-list-item-media', {
10231
+ "class": vue.normalizeClass(['v-list-item-media', {
10232
10232
  'v-list-item-media--start': props.start,
10233
10233
  'v-list-item-media--end': props.end
10234
- }, props.class],
10235
- "style": props.style
10234
+ }, props.class]),
10235
+ "style": vue.normalizeStyle(props.style)
10236
10236
  }, slots);
10237
10237
  });
10238
10238
  return {};
@@ -11392,7 +11392,7 @@
11392
11392
  "name": "fade-transition",
11393
11393
  "appear": true
11394
11394
  }, {
11395
- default: () => [props.modelValue && vue.createVNode("div", vue.mergeProps({
11395
+ default: () => [props.modelValue && vue.createElementVNode("div", vue.mergeProps({
11396
11396
  "class": ['v-overlay__scrim', props.color.backgroundColorClasses.value],
11397
11397
  "style": props.color.backgroundColorStyles.value
11398
11398
  }, rest), null)]
@@ -11433,7 +11433,7 @@
11433
11433
  const VOverlay = genericComponent()({
11434
11434
  name: 'VOverlay',
11435
11435
  directives: {
11436
- ClickOutside
11436
+ vClickOutside: ClickOutside
11437
11437
  },
11438
11438
  inheritAttrs: false,
11439
11439
  props: {
@@ -11613,7 +11613,7 @@
11613
11613
  _onAfterLeave();
11614
11614
  emit('afterLeave');
11615
11615
  }
11616
- useRender(() => vue.createVNode(vue.Fragment, null, [slots.activator?.({
11616
+ useRender(() => vue.createElementVNode(vue.Fragment, null, [slots.activator?.({
11617
11617
  isActive: isActive.value,
11618
11618
  targetRef,
11619
11619
  props: vue.mergeProps({
@@ -11623,7 +11623,7 @@
11623
11623
  "disabled": !teleportTarget.value,
11624
11624
  "to": teleportTarget.value
11625
11625
  }, {
11626
- default: () => [vue.createVNode("div", vue.mergeProps({
11626
+ default: () => [vue.createElementVNode("div", vue.mergeProps({
11627
11627
  "class": ['v-overlay', {
11628
11628
  'v-overlay--absolute': props.absolute || props.contained,
11629
11629
  'v-overlay--active': isActive.value,
@@ -11647,13 +11647,13 @@
11647
11647
  "onAfterEnter": onAfterEnter,
11648
11648
  "onAfterLeave": onAfterLeave
11649
11649
  }, {
11650
- default: () => [vue.withDirectives(vue.createVNode("div", vue.mergeProps({
11650
+ default: () => [vue.withDirectives(vue.createElementVNode("div", vue.mergeProps({
11651
11651
  "ref": contentEl,
11652
11652
  "class": ['v-overlay__content', props.contentClass],
11653
11653
  "style": [dimensionStyles.value, contentStyles.value]
11654
11654
  }, contentEvents.value, props.contentProps), [slots.default?.({
11655
11655
  isActive
11656
- })]), [[vue.vShow, isActive.value], [vue.resolveDirective("click-outside"), {
11656
+ })]), [[vue.vShow, isActive.value], [ClickOutside, {
11657
11657
  handler: onClickOutside,
11658
11658
  closeConditional,
11659
11659
  include: () => [activatorEl.value]
@@ -11982,11 +11982,11 @@
11982
11982
  useRender(() => vue.createVNode(MaybeTransition, {
11983
11983
  "transition": props.transition
11984
11984
  }, {
11985
- default: () => [vue.withDirectives(vue.createVNode("div", {
11986
- "class": ['v-counter', {
11985
+ default: () => [vue.withDirectives(vue.createElementVNode("div", {
11986
+ "class": vue.normalizeClass(['v-counter', {
11987
11987
  'text-error': props.max && !props.disabled && parseFloat(props.value) > parseFloat(props.max)
11988
- }, props.class],
11989
- "style": props.style
11988
+ }, props.class]),
11989
+ "style": vue.normalizeStyle(props.style)
11990
11990
  }, [slots.default ? slots.default({
11991
11991
  counter: counter.value,
11992
11992
  max: props.max,
@@ -12009,10 +12009,10 @@
12009
12009
  slots
12010
12010
  } = _ref;
12011
12011
  useRender(() => vue.createVNode(VLabel, {
12012
- "class": ['v-field-label', {
12012
+ "class": vue.normalizeClass(['v-field-label', {
12013
12013
  'v-field-label--floating': props.floating
12014
- }, props.class],
12015
- "style": props.style,
12014
+ }, props.class]),
12015
+ "style": vue.normalizeStyle(props.style),
12016
12016
  "aria-hidden": props.floating || undefined
12017
12017
  }, slots));
12018
12018
  return {};
@@ -12189,7 +12189,7 @@
12189
12189
  for: id.value
12190
12190
  }
12191
12191
  }) : props.label;
12192
- return vue.createVNode("div", vue.mergeProps({
12192
+ return vue.createElementVNode("div", vue.mergeProps({
12193
12193
  "class": ['v-field', {
12194
12194
  'v-field--active': isActive.value,
12195
12195
  'v-field--appended': hasAppend,
@@ -12209,7 +12209,7 @@
12209
12209
  }, themeClasses.value, backgroundColorClasses.value, focusClasses.value, loaderClasses.value, roundedClasses.value, rtlClasses.value, props.class],
12210
12210
  "style": [backgroundColorStyles.value, props.style],
12211
12211
  "onClick": onClick
12212
- }, attrs), [vue.createVNode("div", {
12212
+ }, attrs), [vue.createElementVNode("div", {
12213
12213
  "class": "v-field__overlay"
12214
12214
  }, null), vue.createVNode(LoaderSlot, {
12215
12215
  "name": "v-field",
@@ -12217,23 +12217,23 @@
12217
12217
  "color": props.error ? 'error' : typeof props.loading === 'string' ? props.loading : props.color
12218
12218
  }, {
12219
12219
  default: slots.loader
12220
- }), hasPrepend && vue.createVNode("div", {
12220
+ }), hasPrepend && vue.createElementVNode("div", {
12221
12221
  "key": "prepend",
12222
12222
  "class": "v-field__prepend-inner"
12223
12223
  }, [props.prependInnerIcon && vue.createVNode(InputIcon, {
12224
12224
  "key": "prepend-icon",
12225
12225
  "name": "prependInner",
12226
12226
  "color": iconColor.value
12227
- }, null), slots['prepend-inner']?.(slotProps.value)]), vue.createVNode("div", {
12227
+ }, null), slots['prepend-inner']?.(slotProps.value)]), vue.createElementVNode("div", {
12228
12228
  "class": "v-field__field",
12229
12229
  "data-no-activator": ""
12230
12230
  }, [['filled', 'solo', 'solo-inverted', 'solo-filled'].includes(props.variant) && hasFloatingLabel.value && vue.createVNode(VFieldLabel, {
12231
12231
  "key": "floating-label",
12232
12232
  "ref": floatingLabelRef,
12233
- "class": [textColorClasses.value],
12233
+ "class": vue.normalizeClass([textColorClasses.value]),
12234
12234
  "floating": true,
12235
12235
  "for": id.value,
12236
- "style": textColorStyles.value
12236
+ "style": vue.normalizeStyle(textColorStyles.value)
12237
12237
  }, {
12238
12238
  default: () => [label()]
12239
12239
  }), hasLabel.value && vue.createVNode(VFieldLabel, {
@@ -12251,14 +12251,14 @@
12251
12251
  },
12252
12252
  focus,
12253
12253
  blur
12254
- }) ?? vue.createVNode("div", {
12254
+ }) ?? vue.createElementVNode("div", {
12255
12255
  "id": id.value,
12256
12256
  "class": "v-field__input",
12257
12257
  "aria-describedby": messagesId.value
12258
12258
  }, null)]), hasClear && vue.createVNode(VExpandXTransition, {
12259
12259
  "key": "clear"
12260
12260
  }, {
12261
- default: () => [vue.withDirectives(vue.createVNode("div", {
12261
+ default: () => [vue.withDirectives(vue.createElementVNode("div", {
12262
12262
  "class": "v-field__clearable",
12263
12263
  "onMousedown": e => {
12264
12264
  e.preventDefault();
@@ -12286,19 +12286,19 @@
12286
12286
  "tabindex": -1
12287
12287
  }, null)]
12288
12288
  })]), [[vue.vShow, props.dirty]])]
12289
- }), hasAppend && vue.createVNode("div", {
12289
+ }), hasAppend && vue.createElementVNode("div", {
12290
12290
  "key": "append",
12291
12291
  "class": "v-field__append-inner"
12292
12292
  }, [slots['append-inner']?.(slotProps.value), props.appendInnerIcon && vue.createVNode(InputIcon, {
12293
12293
  "key": "append-icon",
12294
12294
  "name": "appendInner",
12295
12295
  "color": iconColor.value
12296
- }, null)]), vue.createVNode("div", {
12297
- "class": ['v-field__outline', textColorClasses.value],
12298
- "style": textColorStyles.value
12299
- }, [isOutlined && vue.createVNode(vue.Fragment, null, [vue.createVNode("div", {
12296
+ }, null)]), vue.createElementVNode("div", {
12297
+ "class": vue.normalizeClass(['v-field__outline', textColorClasses.value]),
12298
+ "style": vue.normalizeStyle(textColorStyles.value)
12299
+ }, [isOutlined && vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("div", {
12300
12300
  "class": "v-field__outline__start"
12301
- }, null), hasFloatingLabel.value && vue.createVNode("div", {
12301
+ }, null), hasFloatingLabel.value && vue.createElementVNode("div", {
12302
12302
  "class": "v-field__outline__notch"
12303
12303
  }, [vue.createVNode(VFieldLabel, {
12304
12304
  "ref": floatingLabelRef,
@@ -12306,7 +12306,7 @@
12306
12306
  "for": id.value
12307
12307
  }, {
12308
12308
  default: () => [label()]
12309
- })]), vue.createVNode("div", {
12309
+ })]), vue.createElementVNode("div", {
12310
12310
  "class": "v-field__outline__end"
12311
12311
  }, null)]), isPlainOrUnderlined.value && hasFloatingLabel.value && vue.createVNode(VFieldLabel, {
12312
12312
  "ref": floatingLabelRef,
@@ -12347,7 +12347,7 @@
12347
12347
  const VTextField = genericComponent()({
12348
12348
  name: 'VTextField',
12349
12349
  directives: {
12350
- Intersect
12350
+ vIntersect: Intersect
12351
12351
  },
12352
12352
  inheritAttrs: false,
12353
12353
  props: makeVTextFieldProps(),
@@ -12479,7 +12479,7 @@
12479
12479
  ...slotProps
12480
12480
  }
12481
12481
  } = _ref3;
12482
- const inputNode = vue.withDirectives(vue.createVNode("input", vue.mergeProps({
12482
+ const inputNode = vue.withDirectives(vue.createElementVNode("input", vue.mergeProps({
12483
12483
  "ref": inputRef,
12484
12484
  "value": model.value,
12485
12485
  "onInput": onInput,
@@ -12492,29 +12492,29 @@
12492
12492
  "type": props.type,
12493
12493
  "onFocus": onFocus,
12494
12494
  "onBlur": blur
12495
- }, slotProps, inputAttrs), null), [[vue.resolveDirective("intersect"), {
12495
+ }, slotProps, inputAttrs), null), [[Intersect, {
12496
12496
  handler: onIntersect
12497
12497
  }, null, {
12498
12498
  once: true
12499
12499
  }]]);
12500
- return vue.createVNode(vue.Fragment, null, [props.prefix && vue.createVNode("span", {
12500
+ return vue.createElementVNode(vue.Fragment, null, [props.prefix && vue.createElementVNode("span", {
12501
12501
  "class": "v-text-field__prefix"
12502
- }, [vue.createVNode("span", {
12502
+ }, [vue.createElementVNode("span", {
12503
12503
  "class": "v-text-field__prefix__text"
12504
- }, [props.prefix])]), slots.default ? vue.createVNode("div", {
12505
- "class": fieldClass,
12504
+ }, [props.prefix])]), slots.default ? vue.createElementVNode("div", {
12505
+ "class": vue.normalizeClass(fieldClass),
12506
12506
  "data-no-activator": ""
12507
12507
  }, [slots.default(), inputNode]) : vue.cloneVNode(inputNode, {
12508
12508
  class: fieldClass
12509
- }), props.suffix && vue.createVNode("span", {
12509
+ }), props.suffix && vue.createElementVNode("span", {
12510
12510
  "class": "v-text-field__suffix"
12511
- }, [vue.createVNode("span", {
12511
+ }, [vue.createElementVNode("span", {
12512
12512
  "class": "v-text-field__suffix__text"
12513
12513
  }, [props.suffix])])]);
12514
12514
  }
12515
12515
  });
12516
12516
  },
12517
- details: hasDetails ? slotProps => vue.createVNode(vue.Fragment, null, [slots.details?.(slotProps), hasCounter && vue.createVNode(vue.Fragment, null, [vue.createVNode("span", null, null), vue.createVNode(VCounter, {
12517
+ details: hasDetails ? slotProps => vue.createElementVNode(vue.Fragment, null, [slots.details?.(slotProps), hasCounter && vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("span", null, null), vue.createVNode(VCounter, {
12518
12518
  "active": props.persistentCounter || isFocused.value,
12519
12519
  "value": counterValue.value,
12520
12520
  "max": max.value,
@@ -12552,9 +12552,9 @@
12552
12552
  vue.watch(() => contentRect.value?.height, height => {
12553
12553
  if (height != null) emit('update:height', height);
12554
12554
  });
12555
- useRender(() => props.renderless ? vue.createVNode(vue.Fragment, null, [slots.default?.({
12555
+ useRender(() => props.renderless ? vue.createElementVNode(vue.Fragment, null, [slots.default?.({
12556
12556
  itemRef: resizeRef
12557
- })]) : vue.createVNode("div", vue.mergeProps({
12557
+ })]) : vue.createElementVNode("div", vue.mergeProps({
12558
12558
  "ref": resizeRef,
12559
12559
  "class": ['v-virtual-scroll__item', props.class],
12560
12560
  "style": props.style
@@ -12889,30 +12889,30 @@
12889
12889
  ...slotProps
12890
12890
  })
12891
12891
  }));
12892
- return props.renderless ? vue.createVNode(vue.Fragment, null, [vue.createVNode("div", {
12892
+ return props.renderless ? vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("div", {
12893
12893
  "ref": markerRef,
12894
12894
  "class": "v-virtual-scroll__spacer",
12895
- "style": {
12895
+ "style": vue.normalizeStyle({
12896
12896
  paddingTop: convertToUnit(paddingTop.value)
12897
- }
12898
- }, null), children, vue.createVNode("div", {
12897
+ })
12898
+ }, null), children, vue.createElementVNode("div", {
12899
12899
  "class": "v-virtual-scroll__spacer",
12900
- "style": {
12900
+ "style": vue.normalizeStyle({
12901
12901
  paddingBottom: convertToUnit(paddingBottom.value)
12902
- }
12903
- }, null)]) : vue.createVNode("div", {
12902
+ })
12903
+ }, null)]) : vue.createElementVNode("div", {
12904
12904
  "ref": containerRef,
12905
- "class": ['v-virtual-scroll', props.class],
12905
+ "class": vue.normalizeClass(['v-virtual-scroll', props.class]),
12906
12906
  "onScrollPassive": handleScroll,
12907
12907
  "onScrollend": handleScrollend,
12908
- "style": [dimensionStyles.value, props.style]
12909
- }, [vue.createVNode("div", {
12908
+ "style": vue.normalizeStyle([dimensionStyles.value, props.style])
12909
+ }, [vue.createElementVNode("div", {
12910
12910
  "ref": markerRef,
12911
12911
  "class": "v-virtual-scroll__container",
12912
- "style": {
12912
+ "style": vue.normalizeStyle({
12913
12913
  paddingTop: convertToUnit(paddingTop.value),
12914
12914
  paddingBottom: convertToUnit(paddingBottom.value)
12915
- }
12915
+ })
12916
12916
  }, [children])]);
12917
12917
  });
12918
12918
  return {
@@ -13283,7 +13283,7 @@
13283
13283
  "title": t(label.value)
13284
13284
  }), {
13285
13285
  ...slots,
13286
- default: () => vue.createVNode(vue.Fragment, null, [vue.createVNode(VMenu, vue.mergeProps({
13286
+ default: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VMenu, vue.mergeProps({
13287
13287
  "ref": vMenuRef,
13288
13288
  "modelValue": menu.value,
13289
13289
  "onUpdate:modelValue": $event => menu.value = $event,
@@ -13341,7 +13341,7 @@
13341
13341
  let {
13342
13342
  isSelected
13343
13343
  } = _ref3;
13344
- return vue.createVNode(vue.Fragment, null, [props.multiple && !props.hideSelected ? vue.createVNode(VCheckboxBtn, {
13344
+ return vue.createElementVNode(vue.Fragment, null, [props.multiple && !props.hideSelected ? vue.createVNode(VCheckboxBtn, {
13345
13345
  "key": item.value,
13346
13346
  "modelValue": isSelected,
13347
13347
  "ripple": false,
@@ -13387,7 +13387,7 @@
13387
13387
  index
13388
13388
  })) : undefined;
13389
13389
  if (hasSlot && !slotContent) return undefined;
13390
- return vue.createVNode("div", {
13390
+ return vue.createElementVNode("div", {
13391
13391
  "key": item.value,
13392
13392
  "class": "v-select__selection"
13393
13393
  }, [hasChips ? !slots.chip ? vue.createVNode(VChip, vue.mergeProps({
@@ -13407,9 +13407,9 @@
13407
13407
  }
13408
13408
  }, {
13409
13409
  default: () => [slotContent]
13410
- }) : slotContent ?? vue.createVNode("span", {
13410
+ }) : slotContent ?? vue.createElementVNode("span", {
13411
13411
  "class": "v-select__selection-text"
13412
- }, [item.title, props.multiple && index < model.value.length - 1 && vue.createVNode("span", {
13412
+ }, [item.title, props.multiple && index < model.value.length - 1 && vue.createElementVNode("span", {
13413
13413
  "class": "v-select__selection-comma"
13414
13414
  }, [vue.createTextVNode(",")])])]);
13415
13415
  })]),
@@ -13417,7 +13417,7 @@
13417
13417
  for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
13418
13418
  args[_key] = arguments[_key];
13419
13419
  }
13420
- return vue.createVNode(vue.Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? vue.createVNode(VIcon, {
13420
+ return vue.createElementVNode(vue.Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? vue.createVNode(VIcon, {
13421
13421
  "class": "v-select__menu-icon",
13422
13422
  "color": vTextFieldRef.value?.fieldIconColor,
13423
13423
  "icon": props.menuIcon
@@ -13568,17 +13568,17 @@
13568
13568
  if (matches == null || !matches.length) return text;
13569
13569
  return matches.map((match, i) => {
13570
13570
  const start = i === 0 ? 0 : matches[i - 1][1];
13571
- const result = [vue.createVNode("span", {
13572
- "class": `${name}__unmask`
13573
- }, [text.slice(start, match[0])]), vue.createVNode("span", {
13574
- "class": `${name}__mask`
13571
+ const result = [vue.createElementVNode("span", {
13572
+ "class": vue.normalizeClass(`${name}__unmask`)
13573
+ }, [text.slice(start, match[0])]), vue.createElementVNode("span", {
13574
+ "class": vue.normalizeClass(`${name}__mask`)
13575
13575
  }, [text.slice(match[0], match[1])])];
13576
13576
  if (i === matches.length - 1) {
13577
- result.push(vue.createVNode("span", {
13578
- "class": `${name}__unmask`
13577
+ result.push(vue.createElementVNode("span", {
13578
+ "class": vue.normalizeClass(`${name}__unmask`)
13579
13579
  }, [text.slice(match[1])]));
13580
13580
  }
13581
- return vue.createVNode(vue.Fragment, null, [result]);
13581
+ return vue.createElementVNode(vue.Fragment, null, [result]);
13582
13582
  });
13583
13583
  }
13584
13584
 
@@ -13880,7 +13880,7 @@
13880
13880
  "onKeydown": onKeydown
13881
13881
  }), {
13882
13882
  ...slots,
13883
- default: () => vue.createVNode(vue.Fragment, null, [vue.createVNode(VMenu, vue.mergeProps({
13883
+ default: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VMenu, vue.mergeProps({
13884
13884
  "ref": vMenuRef,
13885
13885
  "modelValue": menu.value,
13886
13886
  "onUpdate:modelValue": $event => menu.value = $event,
@@ -13939,7 +13939,7 @@
13939
13939
  let {
13940
13940
  isSelected
13941
13941
  } = _ref4;
13942
- return vue.createVNode(vue.Fragment, null, [props.multiple && !props.hideSelected ? vue.createVNode(VCheckboxBtn, {
13942
+ return vue.createElementVNode(vue.Fragment, null, [props.multiple && !props.hideSelected ? vue.createVNode(VCheckboxBtn, {
13943
13943
  "key": item.value,
13944
13944
  "modelValue": isSelected,
13945
13945
  "ripple": false,
@@ -13988,10 +13988,10 @@
13988
13988
  index
13989
13989
  })) : undefined;
13990
13990
  if (hasSlot && !slotContent) return undefined;
13991
- return vue.createVNode("div", {
13991
+ return vue.createElementVNode("div", {
13992
13992
  "key": item.value,
13993
- "class": ['v-autocomplete__selection', index === selectionIndex.value && ['v-autocomplete__selection--selected', textColorClasses.value]],
13994
- "style": index === selectionIndex.value ? textColorStyles.value : {}
13993
+ "class": vue.normalizeClass(['v-autocomplete__selection', index === selectionIndex.value && ['v-autocomplete__selection--selected', textColorClasses.value]]),
13994
+ "style": vue.normalizeStyle(index === selectionIndex.value ? textColorStyles.value : {})
13995
13995
  }, [hasChips.value ? !slots.chip ? vue.createVNode(VChip, vue.mergeProps({
13996
13996
  "key": "chip",
13997
13997
  "closable": props.closableChips,
@@ -14009,9 +14009,9 @@
14009
14009
  }
14010
14010
  }, {
14011
14011
  default: () => [slotContent]
14012
- }) : slotContent ?? vue.createVNode("span", {
14012
+ }) : slotContent ?? vue.createElementVNode("span", {
14013
14013
  "class": "v-autocomplete__selection-text"
14014
- }, [item.title, props.multiple && index < model.value.length - 1 && vue.createVNode("span", {
14014
+ }, [item.title, props.multiple && index < model.value.length - 1 && vue.createElementVNode("span", {
14015
14015
  "class": "v-autocomplete__selection-comma"
14016
14016
  }, [vue.createTextVNode(",")])])]);
14017
14017
  })]),
@@ -14019,7 +14019,7 @@
14019
14019
  for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
14020
14020
  args[_key] = arguments[_key];
14021
14021
  }
14022
- return vue.createVNode(vue.Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? vue.createVNode(VIcon, {
14022
+ return vue.createElementVNode(vue.Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? vue.createVNode(VIcon, {
14023
14023
  "class": "v-autocomplete__menu-icon",
14024
14024
  "color": vTextFieldRef.value?.fieldIconColor,
14025
14025
  "icon": props.menuIcon,
@@ -14116,12 +14116,12 @@
14116
14116
  }, attrs, {
14117
14117
  "style": props.style
14118
14118
  }), {
14119
- default: () => [vue.createVNode("div", {
14119
+ default: () => [vue.createElementVNode("div", {
14120
14120
  "class": "v-badge__wrapper"
14121
14121
  }, [ctx.slots.default?.(), vue.createVNode(MaybeTransition, {
14122
14122
  "transition": props.transition
14123
14123
  }, {
14124
- default: () => [vue.withDirectives(vue.createVNode("span", vue.mergeProps({
14124
+ default: () => [vue.withDirectives(vue.createElementVNode("span", vue.mergeProps({
14125
14125
  "class": ['v-badge__badge', themeClasses.value, backgroundColorClasses.value, roundedClasses.value, textColorClasses.value],
14126
14126
  "style": [backgroundColorStyles.value, textColorStyles.value, props.inline ? {} : locationStyles.value],
14127
14127
  "aria-atomic": "true",
@@ -14158,9 +14158,9 @@
14158
14158
  variant: 'text'
14159
14159
  }
14160
14160
  });
14161
- useRender(() => vue.createVNode("div", {
14162
- "class": ['v-banner-actions', props.class],
14163
- "style": props.style
14161
+ useRender(() => vue.createElementVNode("div", {
14162
+ "class": vue.normalizeClass(['v-banner-actions', props.class]),
14163
+ "style": vue.normalizeStyle(props.style)
14164
14164
  }, [slots.default?.()]));
14165
14165
  return {};
14166
14166
  }
@@ -14246,15 +14246,15 @@
14246
14246
  const hasPrependMedia = !!(props.avatar || props.icon);
14247
14247
  const hasPrepend = !!(hasPrependMedia || slots.prepend);
14248
14248
  return vue.createVNode(props.tag, {
14249
- "class": ['v-banner', {
14249
+ "class": vue.normalizeClass(['v-banner', {
14250
14250
  'v-banner--stacked': props.stacked || mobile.value,
14251
14251
  'v-banner--sticky': props.sticky,
14252
14252
  [`v-banner--${props.lines}-line`]: !!props.lines
14253
- }, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, displayClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class],
14254
- "style": [backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style],
14253
+ }, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, displayClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class]),
14254
+ "style": vue.normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style]),
14255
14255
  "role": "banner"
14256
14256
  }, {
14257
- default: () => [hasPrepend && vue.createVNode("div", {
14257
+ default: () => [hasPrepend && vue.createElementVNode("div", {
14258
14258
  "key": "prepend",
14259
14259
  "class": "v-banner__prepend"
14260
14260
  }, [!slots.prepend ? vue.createVNode(VAvatar, {
@@ -14274,7 +14274,7 @@
14274
14274
  image: props.avatar
14275
14275
  }
14276
14276
  }
14277
- }, slots.prepend)]), vue.createVNode("div", {
14277
+ }, slots.prepend)]), vue.createElementVNode("div", {
14278
14278
  "class": "v-banner__content"
14279
14279
  }, [hasText && vue.createVNode(VBannerText, {
14280
14280
  "key": "text"
@@ -14383,16 +14383,16 @@
14383
14383
  });
14384
14384
  useRender(() => {
14385
14385
  return vue.createVNode(props.tag, {
14386
- "class": ['v-bottom-navigation', {
14386
+ "class": vue.normalizeClass(['v-bottom-navigation', {
14387
14387
  'v-bottom-navigation--active': isActive.value,
14388
14388
  'v-bottom-navigation--grow': props.grow,
14389
14389
  'v-bottom-navigation--shift': props.mode === 'shift'
14390
- }, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class],
14391
- "style": [backgroundColorStyles.value, layoutItemStyles.value, {
14390
+ }, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
14391
+ "style": vue.normalizeStyle([backgroundColorStyles.value, layoutItemStyles.value, {
14392
14392
  height: convertToUnit(height.value)
14393
- }, ssrBootStyles.value, props.style]
14393
+ }, ssrBootStyles.value, props.style])
14394
14394
  }, {
14395
- default: () => [slots.default && vue.createVNode("div", {
14395
+ default: () => [slots.default && vue.createElementVNode("div", {
14396
14396
  "class": "v-bottom-navigation__content"
14397
14397
  }, [slots.default()])]
14398
14398
  });
@@ -14579,10 +14579,10 @@
14579
14579
  let {
14580
14580
  slots
14581
14581
  } = _ref;
14582
- useRender(() => vue.createVNode("li", {
14582
+ useRender(() => vue.createElementVNode("li", {
14583
14583
  "aria-hidden": "true",
14584
- "class": ['v-breadcrumbs-divider', props.class],
14585
- "style": props.style
14584
+ "class": vue.normalizeClass(['v-breadcrumbs-divider', props.class]),
14585
+ "style": vue.normalizeStyle(props.style)
14586
14586
  }, [slots?.default?.() ?? props.divider]));
14587
14587
  return {};
14588
14588
  }
@@ -14617,15 +14617,15 @@
14617
14617
  } = useTextColor(() => isActive.value ? props.activeColor : props.color);
14618
14618
  useRender(() => {
14619
14619
  return vue.createVNode(props.tag, {
14620
- "class": ['v-breadcrumbs-item', {
14620
+ "class": vue.normalizeClass(['v-breadcrumbs-item', {
14621
14621
  'v-breadcrumbs-item--active': isActive.value,
14622
14622
  'v-breadcrumbs-item--disabled': props.disabled,
14623
14623
  [`${props.activeClass}`]: isActive.value && props.activeClass
14624
- }, textColorClasses.value, props.class],
14625
- "style": [textColorStyles.value, props.style],
14624
+ }, textColorClasses.value, props.class]),
14625
+ "style": vue.normalizeStyle([textColorStyles.value, props.style]),
14626
14626
  "aria-current": isActive.value ? 'page' : undefined
14627
14627
  }, {
14628
- default: () => [!link.isLink.value ? slots.default?.() ?? props.title : vue.createVNode("a", vue.mergeProps({
14628
+ default: () => [!link.isLink.value ? slots.default?.() ?? props.title : vue.createElementVNode("a", vue.mergeProps({
14629
14629
  "class": "v-breadcrumbs-item--link",
14630
14630
  "onClick": link.navigate
14631
14631
  }, link.linkProps), [slots.default?.() ?? props.title])]
@@ -14701,10 +14701,10 @@
14701
14701
  useRender(() => {
14702
14702
  const hasPrepend = !!(slots.prepend || props.icon);
14703
14703
  return vue.createVNode(props.tag, {
14704
- "class": ['v-breadcrumbs', backgroundColorClasses.value, densityClasses.value, roundedClasses.value, props.class],
14705
- "style": [backgroundColorStyles.value, props.style]
14704
+ "class": vue.normalizeClass(['v-breadcrumbs', backgroundColorClasses.value, densityClasses.value, roundedClasses.value, props.class]),
14705
+ "style": vue.normalizeStyle([backgroundColorStyles.value, props.style])
14706
14706
  }, {
14707
- default: () => [hasPrepend && vue.createVNode("li", {
14707
+ default: () => [hasPrepend && vue.createElementVNode("li", {
14708
14708
  "key": "prepend",
14709
14709
  "class": "v-breadcrumbs__prepend"
14710
14710
  }, [!slots.prepend ? vue.createVNode(VIcon, {
@@ -14725,7 +14725,7 @@
14725
14725
  item,
14726
14726
  raw
14727
14727
  } = _ref2;
14728
- return vue.createVNode(vue.Fragment, null, [slots.item?.({
14728
+ return vue.createElementVNode(vue.Fragment, null, [slots.item?.({
14729
14729
  item,
14730
14730
  index
14731
14731
  }) ?? vue.createVNode(VBreadcrumbsItem, vue.mergeProps({
@@ -14764,9 +14764,9 @@
14764
14764
  variant: 'text'
14765
14765
  }
14766
14766
  });
14767
- useRender(() => vue.createVNode("div", {
14768
- "class": ['v-card-actions', props.class],
14769
- "style": props.style
14767
+ useRender(() => vue.createElementVNode("div", {
14768
+ "class": vue.normalizeClass(['v-card-actions', props.class]),
14769
+ "style": vue.normalizeStyle(props.style)
14770
14770
  }, [slots.default?.()]));
14771
14771
  return {};
14772
14772
  }
@@ -14785,10 +14785,10 @@
14785
14785
  slots
14786
14786
  } = _ref;
14787
14787
  useRender(() => vue.createVNode(props.tag, {
14788
- "class": ['v-card-subtitle', props.class],
14789
- "style": [{
14788
+ "class": vue.normalizeClass(['v-card-subtitle', props.class]),
14789
+ "style": vue.normalizeStyle([{
14790
14790
  '--v-card-subtitle-opacity': props.opacity
14791
- }, props.style]
14791
+ }, props.style])
14792
14792
  }, slots));
14793
14793
  return {};
14794
14794
  }
@@ -14827,13 +14827,13 @@
14827
14827
  const hasAppend = !!(hasAppendMedia || slots.append);
14828
14828
  const hasTitle = !!(props.title != null || slots.title);
14829
14829
  const hasSubtitle = !!(props.subtitle != null || slots.subtitle);
14830
- return vue.createVNode("div", {
14831
- "class": ['v-card-item', props.class],
14832
- "style": props.style
14833
- }, [hasPrepend && vue.createVNode("div", {
14830
+ return vue.createElementVNode("div", {
14831
+ "class": vue.normalizeClass(['v-card-item', props.class]),
14832
+ "style": vue.normalizeStyle(props.style)
14833
+ }, [hasPrepend && vue.createElementVNode("div", {
14834
14834
  "key": "prepend",
14835
14835
  "class": "v-card-item__prepend"
14836
- }, [!slots.prepend ? vue.createVNode(vue.Fragment, null, [props.prependAvatar && vue.createVNode(VAvatar, {
14836
+ }, [!slots.prepend ? vue.createElementVNode(vue.Fragment, null, [props.prependAvatar && vue.createVNode(VAvatar, {
14837
14837
  "key": "prepend-avatar",
14838
14838
  "density": props.density,
14839
14839
  "image": props.prependAvatar
@@ -14854,7 +14854,7 @@
14854
14854
  icon: props.prependIcon
14855
14855
  }
14856
14856
  }
14857
- }, slots.prepend)]), vue.createVNode("div", {
14857
+ }, slots.prepend)]), vue.createElementVNode("div", {
14858
14858
  "class": "v-card-item__content"
14859
14859
  }, [hasTitle && vue.createVNode(VCardTitle, {
14860
14860
  "key": "title"
@@ -14864,10 +14864,10 @@
14864
14864
  "key": "subtitle"
14865
14865
  }, {
14866
14866
  default: () => [slots.subtitle?.() ?? vue.toDisplayString(props.subtitle)]
14867
- }), slots.default?.()]), hasAppend && vue.createVNode("div", {
14867
+ }), slots.default?.()]), hasAppend && vue.createElementVNode("div", {
14868
14868
  "key": "append",
14869
14869
  "class": "v-card-item__append"
14870
- }, [!slots.append ? vue.createVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
14870
+ }, [!slots.append ? vue.createElementVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
14871
14871
  "key": "append-icon",
14872
14872
  "density": props.density,
14873
14873
  "icon": props.appendIcon
@@ -14907,10 +14907,10 @@
14907
14907
  slots
14908
14908
  } = _ref;
14909
14909
  useRender(() => vue.createVNode(props.tag, {
14910
- "class": ['v-card-text', props.class],
14911
- "style": [{
14910
+ "class": vue.normalizeClass(['v-card-text', props.class]),
14911
+ "style": vue.normalizeStyle([{
14912
14912
  '--v-card-text-opacity': props.opacity
14913
- }, props.style]
14913
+ }, props.style])
14914
14914
  }, slots));
14915
14915
  return {};
14916
14916
  }
@@ -14966,7 +14966,7 @@
14966
14966
  const VCard = genericComponent()({
14967
14967
  name: 'VCard',
14968
14968
  directives: {
14969
- Ripple
14969
+ vRipple: Ripple
14970
14970
  },
14971
14971
  props: makeVCardProps(),
14972
14972
  setup(props, _ref) {
@@ -15030,7 +15030,7 @@
15030
15030
  "onClick": isClickable && link.navigate,
15031
15031
  "tabindex": props.disabled ? -1 : undefined
15032
15032
  }, link.linkProps), {
15033
- default: () => [hasImage && vue.createVNode("div", {
15033
+ default: () => [hasImage && vue.createElementVNode("div", {
15034
15034
  "key": "image",
15035
15035
  "class": "v-card__image"
15036
15036
  }, [!slots.image ? vue.createVNode(VImg, {
@@ -15073,7 +15073,7 @@
15073
15073
  }), slots.default?.(), slots.actions && vue.createVNode(VCardActions, null, {
15074
15074
  default: slots.actions
15075
15075
  }), genOverlays(isClickable, 'v-card')]
15076
- }), [[vue.resolveDirective("ripple"), isClickable && props.ripple]]);
15076
+ }), [[Ripple, isClickable && props.ripple]]);
15077
15077
  });
15078
15078
  return {};
15079
15079
  }
@@ -15232,7 +15232,7 @@
15232
15232
  const VWindow = genericComponent()({
15233
15233
  name: 'VWindow',
15234
15234
  directives: {
15235
- Touch
15235
+ vTouch: Touch
15236
15236
  },
15237
15237
  props: makeVWindowProps(),
15238
15238
  emits: {
@@ -15304,7 +15304,7 @@
15304
15304
  };
15305
15305
  arrows.push(canMoveBack.value ? slots.prev ? slots.prev({
15306
15306
  props: prevProps
15307
- }) : vue.createVNode(VBtn, prevProps, null) : vue.createVNode("div", null, null));
15307
+ }) : vue.createVNode(VBtn, prevProps, null) : vue.createElementVNode("div", null, null));
15308
15308
  const nextProps = {
15309
15309
  icon: isRtl.value ? props.prevIcon : props.nextIcon,
15310
15310
  class: `v-window__${isRtlReverse.value ? 'left' : 'right'}`,
@@ -15313,7 +15313,7 @@
15313
15313
  };
15314
15314
  arrows.push(canMoveForward.value ? slots.next ? slots.next({
15315
15315
  props: nextProps
15316
- }) : vue.createVNode(VBtn, nextProps, null) : vue.createVNode("div", null, null));
15316
+ }) : vue.createVNode(VBtn, nextProps, null) : vue.createElementVNode("div", null, null));
15317
15317
  return arrows;
15318
15318
  });
15319
15319
  const touchOptions = vue.computed(() => {
@@ -15339,24 +15339,24 @@
15339
15339
  });
15340
15340
  useRender(() => vue.withDirectives(vue.createVNode(props.tag, {
15341
15341
  "ref": rootRef,
15342
- "class": ['v-window', {
15342
+ "class": vue.normalizeClass(['v-window', {
15343
15343
  'v-window--show-arrows-on-hover': props.showArrows === 'hover'
15344
- }, themeClasses.value, props.class],
15345
- "style": props.style
15344
+ }, themeClasses.value, props.class]),
15345
+ "style": vue.normalizeStyle(props.style)
15346
15346
  }, {
15347
- default: () => [vue.createVNode("div", {
15347
+ default: () => [vue.createElementVNode("div", {
15348
15348
  "class": "v-window__container",
15349
- "style": {
15349
+ "style": vue.normalizeStyle({
15350
15350
  height: transitionHeight.value
15351
- }
15351
+ })
15352
15352
  }, [slots.default?.({
15353
15353
  group
15354
- }), props.showArrows !== false && vue.createVNode("div", {
15354
+ }), props.showArrows !== false && vue.createElementVNode("div", {
15355
15355
  "class": "v-window__controls"
15356
15356
  }, [arrows.value])]), slots.additional?.({
15357
15357
  group
15358
15358
  })]
15359
- }), [[vue.resolveDirective("touch"), touchOptions.value]]));
15359
+ }), [[Touch, touchOptions.value]]));
15360
15360
  return {
15361
15361
  group
15362
15362
  };
@@ -15441,12 +15441,12 @@
15441
15441
  let {
15442
15442
  group
15443
15443
  } = _ref2;
15444
- return vue.createVNode(vue.Fragment, null, [!props.hideDelimiters && vue.createVNode("div", {
15444
+ return vue.createElementVNode(vue.Fragment, null, [!props.hideDelimiters && vue.createElementVNode("div", {
15445
15445
  "class": "v-carousel__controls",
15446
- "style": {
15446
+ "style": vue.normalizeStyle({
15447
15447
  left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
15448
15448
  right: props.verticalDelimiters === 'right' ? 0 : 'auto'
15449
- }
15449
+ })
15450
15450
  }, [group.items.value.length > 0 && vue.createVNode(VDefaultsProvider, {
15451
15451
  "defaults": {
15452
15452
  VBtn: {
@@ -15500,7 +15500,7 @@
15500
15500
  const VWindowItem = genericComponent()({
15501
15501
  name: 'VWindowItem',
15502
15502
  directives: {
15503
- Touch
15503
+ vTouch: Touch
15504
15504
  },
15505
15505
  props: makeVWindowItemProps(),
15506
15506
  emits: {
@@ -15584,9 +15584,9 @@
15584
15584
  "transition": transition.value,
15585
15585
  "disabled": !isBooted.value
15586
15586
  }, {
15587
- default: () => [vue.withDirectives(vue.createVNode("div", {
15588
- "class": ['v-window-item', groupItem.selectedClass.value, props.class],
15589
- "style": props.style
15587
+ default: () => [vue.withDirectives(vue.createElementVNode("div", {
15588
+ "class": vue.normalizeClass(['v-window-item', groupItem.selectedClass.value, props.class]),
15589
+ "style": vue.normalizeStyle(props.style)
15590
15590
  }, [hasContent.value && slots.default?.()]), [[vue.vShow, groupItem.isSelected.value]])]
15591
15591
  }));
15592
15592
  return {
@@ -15786,21 +15786,21 @@
15786
15786
  immediate: true
15787
15787
  });
15788
15788
  vue.onMounted(() => updateCanvas());
15789
- useRender(() => vue.createVNode("div", {
15789
+ useRender(() => vue.createElementVNode("div", {
15790
15790
  "ref": resizeRef,
15791
- "class": ['v-color-picker-canvas', props.class],
15792
- "style": props.style,
15791
+ "class": vue.normalizeClass(['v-color-picker-canvas', props.class]),
15792
+ "style": vue.normalizeStyle(props.style),
15793
15793
  "onMousedown": handleMouseDown,
15794
15794
  "onTouchstartPassive": handleMouseDown
15795
- }, [vue.createVNode("canvas", {
15795
+ }, [vue.createElementVNode("canvas", {
15796
15796
  "ref": canvasRef,
15797
15797
  "width": canvasWidth.value,
15798
15798
  "height": canvasHeight.value
15799
- }, null), props.color && vue.createVNode("div", {
15800
- "class": ['v-color-picker-canvas__dot', {
15799
+ }, null), props.color && vue.createElementVNode("div", {
15800
+ "class": vue.normalizeClass(['v-color-picker-canvas__dot', {
15801
15801
  'v-color-picker-canvas__dot--disabled': props.disabled
15802
- }],
15803
- "style": dotStyles.value
15802
+ }]),
15803
+ "style": vue.normalizeStyle(dotStyles.value)
15804
15804
  }, null)]));
15805
15805
  return {};
15806
15806
  }
@@ -16000,9 +16000,9 @@
16000
16000
  label,
16001
16001
  ...rest
16002
16002
  } = _ref;
16003
- return vue.createVNode("div", {
16003
+ return vue.createElementVNode("div", {
16004
16004
  "class": "v-color-picker-edit__input"
16005
- }, [vue.createVNode("input", rest, null), vue.createVNode("span", null, [label])]);
16005
+ }, [vue.createElementVNode("input", vue.normalizeProps(vue.guardReactiveProps(rest)), null), vue.createElementVNode("span", null, [label])]);
16006
16006
  };
16007
16007
  const makeVColorPickerEditProps = propsFactory({
16008
16008
  color: Object,
@@ -16059,9 +16059,9 @@
16059
16059
  };
16060
16060
  });
16061
16061
  });
16062
- useRender(() => vue.createVNode("div", {
16063
- "class": ['v-color-picker-edit', props.class],
16064
- "style": props.style
16062
+ useRender(() => vue.createElementVNode("div", {
16063
+ "class": vue.normalizeClass(['v-color-picker-edit', props.class]),
16064
+ "style": vue.normalizeStyle(props.style)
16065
16065
  }, [inputs.value?.map(props => vue.createVNode(VColorPickerInput, props, null)), enabledModes.value.length > 1 && vue.createVNode(VBtn, {
16066
16066
  "icon": "$unfold",
16067
16067
  "size": "x-small",
@@ -16404,7 +16404,7 @@
16404
16404
  const VSliderThumb = genericComponent()({
16405
16405
  name: 'VSliderThumb',
16406
16406
  directives: {
16407
- Ripple
16407
+ vRipple: Ripple
16408
16408
  },
16409
16409
  props: makeVSliderThumbProps(),
16410
16410
  emits: {
@@ -16484,15 +16484,15 @@
16484
16484
  }
16485
16485
  useRender(() => {
16486
16486
  const positionPercentage = convertToUnit(indexFromEnd.value ? 100 - props.position : props.position, '%');
16487
- return vue.createVNode("div", {
16488
- "class": ['v-slider-thumb', {
16487
+ return vue.createElementVNode("div", {
16488
+ "class": vue.normalizeClass(['v-slider-thumb', {
16489
16489
  'v-slider-thumb--focused': props.focused,
16490
16490
  'v-slider-thumb--pressed': props.focused && mousePressed.value
16491
- }, props.class, rtlClasses.value],
16492
- "style": [{
16491
+ }, props.class, rtlClasses.value]),
16492
+ "style": vue.normalizeStyle([{
16493
16493
  '--v-slider-thumb-position': positionPercentage,
16494
16494
  '--v-slider-thumb-size': convertToUnit(thumbSize.value)
16495
- }, props.style],
16495
+ }, props.style]),
16496
16496
  "role": "slider",
16497
16497
  "tabindex": disabled.value ? -1 : 0,
16498
16498
  "aria-label": props.name,
@@ -16502,25 +16502,25 @@
16502
16502
  "aria-readonly": !!readonly.value,
16503
16503
  "aria-orientation": direction.value,
16504
16504
  "onKeydown": !readonly.value ? onKeydown : undefined
16505
- }, [vue.createVNode("div", {
16506
- "class": ['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value],
16507
- "style": {
16505
+ }, [vue.createElementVNode("div", {
16506
+ "class": vue.normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
16507
+ "style": vue.normalizeStyle({
16508
16508
  ...textColorStyles.value
16509
- }
16510
- }, null), vue.withDirectives(vue.createVNode("div", {
16511
- "class": ['v-slider-thumb__ripple', textColorClasses.value],
16512
- "style": textColorStyles.value
16513
- }, null), [[vue.resolveDirective("ripple"), props.ripple, null, {
16509
+ })
16510
+ }, null), vue.withDirectives(vue.createElementVNode("div", {
16511
+ "class": vue.normalizeClass(['v-slider-thumb__ripple', textColorClasses.value]),
16512
+ "style": vue.normalizeStyle(textColorStyles.value)
16513
+ }, null), [[Ripple, props.ripple, null, {
16514
16514
  circle: true,
16515
16515
  center: true
16516
16516
  }]]), vue.createVNode(VScaleTransition, {
16517
16517
  "origin": "bottom center"
16518
16518
  }, {
16519
- default: () => [vue.withDirectives(vue.createVNode("div", {
16519
+ default: () => [vue.withDirectives(vue.createElementVNode("div", {
16520
16520
  "class": "v-slider-thumb__label-container"
16521
- }, [vue.createVNode("div", {
16521
+ }, [vue.createElementVNode("div", {
16522
16522
  "class": ['v-slider-thumb__label']
16523
- }, [vue.createVNode("div", null, [slots['thumb-label']?.({
16523
+ }, [vue.createElementVNode("div", null, [slots['thumb-label']?.({
16524
16524
  modelValue: props.modelValue
16525
16525
  }) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])])]), [[vue.vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
16526
16526
  })]);
@@ -16597,17 +16597,17 @@
16597
16597
  const ticks = vertical.value ? parsedTicks.value.slice().reverse() : parsedTicks.value;
16598
16598
  return ticks.map((tick, index) => {
16599
16599
  const directionValue = tick.value !== min.value && tick.value !== max.value ? convertToUnit(tick.position, '%') : undefined;
16600
- return vue.createVNode("div", {
16600
+ return vue.createElementVNode("div", {
16601
16601
  "key": tick.value,
16602
- "class": ['v-slider-track__tick', {
16602
+ "class": vue.normalizeClass(['v-slider-track__tick', {
16603
16603
  'v-slider-track__tick--filled': tick.position >= props.start && tick.position <= props.stop,
16604
16604
  'v-slider-track__tick--first': tick.value === min.value,
16605
16605
  'v-slider-track__tick--last': tick.value === max.value
16606
- }],
16607
- "style": {
16606
+ }]),
16607
+ "style": vue.normalizeStyle({
16608
16608
  [startDir.value]: directionValue
16609
- }
16610
- }, [(tick.label || slots['tick-label']) && vue.createVNode("div", {
16609
+ })
16610
+ }, [(tick.label || slots['tick-label']) && vue.createElementVNode("div", {
16611
16611
  "class": "v-slider-track__tick-label"
16612
16612
  }, [slots['tick-label']?.({
16613
16613
  tick,
@@ -16616,30 +16616,30 @@
16616
16616
  });
16617
16617
  });
16618
16618
  useRender(() => {
16619
- return vue.createVNode("div", {
16620
- "class": ['v-slider-track', roundedClasses.value, props.class],
16621
- "style": [{
16619
+ return vue.createElementVNode("div", {
16620
+ "class": vue.normalizeClass(['v-slider-track', roundedClasses.value, props.class]),
16621
+ "style": vue.normalizeStyle([{
16622
16622
  '--v-slider-track-size': convertToUnit(trackSize.value),
16623
16623
  '--v-slider-tick-size': convertToUnit(tickSize.value)
16624
- }, props.style]
16625
- }, [vue.createVNode("div", {
16626
- "class": ['v-slider-track__background', trackColorClasses.value, {
16624
+ }, props.style])
16625
+ }, [vue.createElementVNode("div", {
16626
+ "class": vue.normalizeClass(['v-slider-track__background', trackColorClasses.value, {
16627
16627
  'v-slider-track__background--opacity': !!color.value || !trackFillColor.value
16628
- }],
16629
- "style": {
16628
+ }]),
16629
+ "style": vue.normalizeStyle({
16630
16630
  ...backgroundStyles.value,
16631
16631
  ...trackColorStyles.value
16632
- }
16633
- }, null), vue.createVNode("div", {
16634
- "class": ['v-slider-track__fill', trackFillColorClasses.value],
16635
- "style": {
16632
+ })
16633
+ }, null), vue.createElementVNode("div", {
16634
+ "class": vue.normalizeClass(['v-slider-track__fill', trackFillColorClasses.value]),
16635
+ "style": vue.normalizeStyle({
16636
16636
  ...trackFillStyles.value,
16637
16637
  ...trackFillColorStyles.value
16638
- }
16639
- }, null), showTicks.value && vue.createVNode("div", {
16640
- "class": ['v-slider-track__ticks', {
16638
+ })
16639
+ }, null), showTicks.value && vue.createElementVNode("div", {
16640
+ "class": vue.normalizeClass(['v-slider-track__ticks', {
16641
16641
  'v-slider-track__ticks--always-show': showTicks.value === 'always'
16642
- }]
16642
+ }])
16643
16643
  }, [computedTicks.value])]);
16644
16644
  });
16645
16645
  return {};
@@ -16733,7 +16733,7 @@
16733
16733
  "focused": isFocused.value
16734
16734
  }), {
16735
16735
  ...slots,
16736
- prepend: hasPrepend ? slotProps => vue.createVNode(vue.Fragment, null, [slots.label?.(slotProps) ?? (props.label ? vue.createVNode(VLabel, {
16736
+ prepend: hasPrepend ? slotProps => vue.createElementVNode(vue.Fragment, null, [slots.label?.(slotProps) ?? (props.label ? vue.createVNode(VLabel, {
16737
16737
  "id": slotProps.id.value,
16738
16738
  "class": "v-slider__label",
16739
16739
  "text": props.label
@@ -16743,11 +16743,11 @@
16743
16743
  id,
16744
16744
  messagesId
16745
16745
  } = _ref4;
16746
- return vue.createVNode("div", {
16746
+ return vue.createElementVNode("div", {
16747
16747
  "class": "v-slider__container",
16748
16748
  "onMousedown": !readonly.value ? onSliderMousedown : undefined,
16749
16749
  "onTouchstartPassive": !readonly.value ? onSliderTouchstart : undefined
16750
- }, [vue.createVNode("input", {
16750
+ }, [vue.createElementVNode("input", {
16751
16751
  "id": id.value,
16752
16752
  "name": props.name || id.value,
16753
16753
  "disabled": !!props.disabled,
@@ -16820,12 +16820,12 @@
16820
16820
  });
16821
16821
  } catch (e) {}
16822
16822
  }
16823
- useRender(() => vue.createVNode("div", {
16824
- "class": ['v-color-picker-preview', {
16823
+ useRender(() => vue.createElementVNode("div", {
16824
+ "class": vue.normalizeClass(['v-color-picker-preview', {
16825
16825
  'v-color-picker-preview--hide-alpha': props.hideAlpha
16826
- }, props.class],
16827
- "style": props.style
16828
- }, [SUPPORTS_EYE_DROPPER && vue.createVNode("div", {
16826
+ }, props.class]),
16827
+ "style": vue.normalizeStyle(props.style)
16828
+ }, [SUPPORTS_EYE_DROPPER && vue.createElementVNode("div", {
16829
16829
  "class": "v-color-picker-preview__eye-dropper",
16830
16830
  "key": "eyeDropper"
16831
16831
  }, [vue.createVNode(VBtn, {
@@ -16834,13 +16834,13 @@
16834
16834
  "icon": "$eyeDropper",
16835
16835
  "variant": "plain",
16836
16836
  "onClick": openEyeDropper
16837
- }, null)]), vue.createVNode("div", {
16837
+ }, null)]), vue.createElementVNode("div", {
16838
16838
  "class": "v-color-picker-preview__dot"
16839
- }, [vue.createVNode("div", {
16840
- "style": {
16839
+ }, [vue.createElementVNode("div", {
16840
+ "style": vue.normalizeStyle({
16841
16841
  background: HSVtoCSS(props.color ?? nullColor)
16842
- }
16843
- }, null)]), vue.createVNode("div", {
16842
+ })
16843
+ }, null)]), vue.createElementVNode("div", {
16844
16844
  "class": "v-color-picker-preview__sliders"
16845
16845
  }, [vue.createVNode(VSlider, {
16846
16846
  "class": "v-color-picker-preview__track v-color-picker-preview__hue",
@@ -17225,24 +17225,24 @@
17225
17225
  let {
17226
17226
  emit
17227
17227
  } = _ref;
17228
- useRender(() => vue.createVNode("div", {
17229
- "class": ['v-color-picker-swatches', props.class],
17230
- "style": [{
17228
+ useRender(() => vue.createElementVNode("div", {
17229
+ "class": vue.normalizeClass(['v-color-picker-swatches', props.class]),
17230
+ "style": vue.normalizeStyle([{
17231
17231
  maxHeight: convertToUnit(props.maxHeight)
17232
- }, props.style]
17233
- }, [vue.createVNode("div", null, [props.swatches.map(swatch => vue.createVNode("div", {
17232
+ }, props.style])
17233
+ }, [vue.createElementVNode("div", null, [props.swatches.map(swatch => vue.createElementVNode("div", {
17234
17234
  "class": "v-color-picker-swatches__swatch"
17235
17235
  }, [swatch.map(color => {
17236
17236
  const rgba = parseColor(color);
17237
17237
  const hsva = RGBtoHSV(rgba);
17238
17238
  const background = RGBtoCSS(rgba);
17239
- return vue.createVNode("div", {
17239
+ return vue.createElementVNode("div", {
17240
17240
  "class": "v-color-picker-swatches__color",
17241
17241
  "onClick": () => hsva && emit('update:color', hsva)
17242
- }, [vue.createVNode("div", {
17243
- "style": {
17242
+ }, [vue.createElementVNode("div", {
17243
+ "style": vue.normalizeStyle({
17244
17244
  background
17245
- }
17245
+ })
17246
17246
  }, [props.color && deepEqual(props.color, hsva) ? vue.createVNode(VIcon, {
17247
17247
  "size": "x-small",
17248
17248
  "icon": "$success",
@@ -17301,8 +17301,8 @@
17301
17301
  roundedClasses
17302
17302
  } = useRounded(props);
17303
17303
  useRender(() => vue.createVNode(props.tag, {
17304
- "class": ['v-sheet', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class],
17305
- "style": [backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style]
17304
+ "class": vue.normalizeClass(['v-sheet', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class]),
17305
+ "style": vue.normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style])
17306
17306
  }, slots));
17307
17307
  return {};
17308
17308
  }
@@ -17341,17 +17341,17 @@
17341
17341
  }, props.class],
17342
17342
  "style": props.style
17343
17343
  }), {
17344
- default: () => [!props.hideHeader && vue.createVNode("div", {
17344
+ default: () => [!props.hideHeader && vue.createElementVNode("div", {
17345
17345
  "key": "header",
17346
- "class": [backgroundColorClasses.value],
17347
- "style": [backgroundColorStyles.value]
17346
+ "class": vue.normalizeClass([backgroundColorClasses.value]),
17347
+ "style": vue.normalizeStyle([backgroundColorStyles.value])
17348
17348
  }, [hasTitle && vue.createVNode(VPickerTitle, {
17349
17349
  "key": "picker-title"
17350
17350
  }, {
17351
17351
  default: () => [slots.title?.() ?? props.title]
17352
- }), slots.header && vue.createVNode("div", {
17352
+ }), slots.header && vue.createElementVNode("div", {
17353
17353
  "class": "v-picker__header"
17354
- }, [slots.header()])]), vue.createVNode("div", {
17354
+ }, [slots.header()])]), vue.createElementVNode("div", {
17355
17355
  "class": "v-picker__body"
17356
17356
  }, [slots.default?.()]), slots.actions && vue.createVNode(VDefaultsProvider, {
17357
17357
  "defaults": {
@@ -17361,7 +17361,7 @@
17361
17361
  }
17362
17362
  }
17363
17363
  }, {
17364
- default: () => [vue.createVNode("div", {
17364
+ default: () => [vue.createElementVNode("div", {
17365
17365
  "class": "v-picker__actions"
17366
17366
  }, [slots.actions()])]
17367
17367
  })]
@@ -18223,7 +18223,7 @@
18223
18223
  }, props.style]
18224
18224
  }), {
18225
18225
  ...slots,
18226
- default: () => vue.createVNode(vue.Fragment, null, [!props.hideCanvas && vue.createVNode(VColorPickerCanvas, {
18226
+ default: () => vue.createElementVNode(vue.Fragment, null, [!props.hideCanvas && vue.createVNode(VColorPickerCanvas, {
18227
18227
  "key": "canvas",
18228
18228
  "color": currentColor.value,
18229
18229
  "onUpdate:color": updateColor,
@@ -18231,7 +18231,7 @@
18231
18231
  "dotSize": props.dotSize,
18232
18232
  "width": props.width,
18233
18233
  "height": props.canvasHeight
18234
- }, null), (!props.hideSliders || !props.hideInputs) && vue.createVNode("div", {
18234
+ }, null), (!props.hideSliders || !props.hideInputs) && vue.createElementVNode("div", {
18235
18235
  "key": "controls",
18236
18236
  "class": "v-color-picker__controls"
18237
18237
  }, [!props.hideSliders && vue.createVNode(VColorPickerPreview, {
@@ -18606,7 +18606,7 @@
18606
18606
  "onKeydown": onKeydown
18607
18607
  }), {
18608
18608
  ...slots,
18609
- default: () => vue.createVNode(vue.Fragment, null, [vue.createVNode(VMenu, vue.mergeProps({
18609
+ default: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VMenu, vue.mergeProps({
18610
18610
  "ref": vMenuRef,
18611
18611
  "modelValue": menu.value,
18612
18612
  "onUpdate:modelValue": $event => menu.value = $event,
@@ -18665,7 +18665,7 @@
18665
18665
  let {
18666
18666
  isSelected
18667
18667
  } = _ref5;
18668
- return vue.createVNode(vue.Fragment, null, [props.multiple && !props.hideSelected ? vue.createVNode(VCheckboxBtn, {
18668
+ return vue.createElementVNode(vue.Fragment, null, [props.multiple && !props.hideSelected ? vue.createVNode(VCheckboxBtn, {
18669
18669
  "key": item.value,
18670
18670
  "modelValue": isSelected,
18671
18671
  "ripple": false,
@@ -18714,10 +18714,10 @@
18714
18714
  index
18715
18715
  })) : undefined;
18716
18716
  if (hasSlot && !slotContent) return undefined;
18717
- return vue.createVNode("div", {
18717
+ return vue.createElementVNode("div", {
18718
18718
  "key": item.value,
18719
- "class": ['v-combobox__selection', index === selectionIndex.value && ['v-combobox__selection--selected', textColorClasses.value]],
18720
- "style": index === selectionIndex.value ? textColorStyles.value : {}
18719
+ "class": vue.normalizeClass(['v-combobox__selection', index === selectionIndex.value && ['v-combobox__selection--selected', textColorClasses.value]]),
18720
+ "style": vue.normalizeStyle(index === selectionIndex.value ? textColorStyles.value : {})
18721
18721
  }, [hasChips.value ? !slots.chip ? vue.createVNode(VChip, vue.mergeProps({
18722
18722
  "key": "chip",
18723
18723
  "closable": props.closableChips,
@@ -18735,9 +18735,9 @@
18735
18735
  }
18736
18736
  }, {
18737
18737
  default: () => [slotContent]
18738
- }) : slotContent ?? vue.createVNode("span", {
18738
+ }) : slotContent ?? vue.createElementVNode("span", {
18739
18739
  "class": "v-combobox__selection-text"
18740
- }, [item.title, props.multiple && index < model.value.length - 1 && vue.createVNode("span", {
18740
+ }, [item.title, props.multiple && index < model.value.length - 1 && vue.createElementVNode("span", {
18741
18741
  "class": "v-combobox__selection-comma"
18742
18742
  }, [vue.createTextVNode(",")])])]);
18743
18743
  })]),
@@ -18745,7 +18745,7 @@
18745
18745
  for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
18746
18746
  args[_key] = arguments[_key];
18747
18747
  }
18748
- return vue.createVNode(vue.Fragment, null, [slots['append-inner']?.(...args), (!props.hideNoData || props.items.length) && props.menuIcon ? vue.createVNode(VIcon, {
18748
+ return vue.createElementVNode(vue.Fragment, null, [slots['append-inner']?.(...args), (!props.hideNoData || props.items.length) && props.menuIcon ? vue.createVNode(VIcon, {
18749
18749
  "class": "v-combobox__menu-icon",
18750
18750
  "color": vTextFieldRef.value?.fieldIconColor,
18751
18751
  "icon": props.menuIcon,
@@ -18833,7 +18833,7 @@
18833
18833
  emit('cancel');
18834
18834
  }
18835
18835
  function actions(actionsProps) {
18836
- return vue.createVNode(vue.Fragment, null, [vue.createVNode(VBtn, vue.mergeProps({
18836
+ return vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VBtn, vue.mergeProps({
18837
18837
  "disabled": isCancelDisabled.value,
18838
18838
  "variant": "text",
18839
18839
  "color": props.color,
@@ -18849,7 +18849,7 @@
18849
18849
  }
18850
18850
  let actionsUsed = false;
18851
18851
  useRender(() => {
18852
- return vue.createVNode(vue.Fragment, null, [slots.default?.({
18852
+ return vue.createElementVNode(vue.Fragment, null, [slots.default?.({
18853
18853
  model: internalModel,
18854
18854
  save,
18855
18855
  cancel,
@@ -19732,10 +19732,10 @@
19732
19732
  groupedItems: paginatedItems.value
19733
19733
  }));
19734
19734
  useRender(() => vue.createVNode(props.tag, {
19735
- "class": ['v-data-iterator', {
19735
+ "class": vue.normalizeClass(['v-data-iterator', {
19736
19736
  'v-data-iterator--loading': props.loading
19737
- }, props.class],
19738
- "style": props.style
19737
+ }, props.class]),
19738
+ "style": vue.normalizeStyle(props.style)
19739
19739
  }, {
19740
19740
  default: () => [slots.header?.(slotProps.value), vue.createVNode(MaybeTransition, {
19741
19741
  "transition": props.transition
@@ -19746,7 +19746,7 @@
19746
19746
  "active": true
19747
19747
  }, {
19748
19748
  default: slotProps => slots.loader?.(slotProps)
19749
- }) : vue.createVNode("div", {
19749
+ }) : vue.createElementVNode("div", {
19750
19750
  "key": "items"
19751
19751
  }, [!paginatedItems.value.length ? slots['no-data']?.() : slots.default?.(slotProps.value)])]
19752
19752
  }), slots.footer?.(slotProps.value)]
@@ -20040,44 +20040,44 @@
20040
20040
  }
20041
20041
  useRender(() => vue.createVNode(props.tag, {
20042
20042
  "ref": resizeRef,
20043
- "class": ['v-pagination', themeClasses.value, props.class],
20044
- "style": props.style,
20043
+ "class": vue.normalizeClass(['v-pagination', themeClasses.value, props.class]),
20044
+ "style": vue.normalizeStyle(props.style),
20045
20045
  "role": "navigation",
20046
20046
  "aria-label": t(props.ariaLabel),
20047
20047
  "onKeydown": onKeydown,
20048
20048
  "data-test": "v-pagination-root"
20049
20049
  }, {
20050
- default: () => [vue.createVNode("ul", {
20050
+ default: () => [vue.createElementVNode("ul", {
20051
20051
  "class": "v-pagination__list"
20052
- }, [props.showFirstLastPage && vue.createVNode("li", {
20052
+ }, [props.showFirstLastPage && vue.createElementVNode("li", {
20053
20053
  "key": "first",
20054
20054
  "class": "v-pagination__first",
20055
20055
  "data-test": "v-pagination-first"
20056
20056
  }, [slots.first ? slots.first(controls.value.first) : vue.createVNode(VBtn, vue.mergeProps({
20057
20057
  "_as": "VPaginationBtn"
20058
- }, controls.value.first), null)]), vue.createVNode("li", {
20058
+ }, controls.value.first), null)]), vue.createElementVNode("li", {
20059
20059
  "key": "prev",
20060
20060
  "class": "v-pagination__prev",
20061
20061
  "data-test": "v-pagination-prev"
20062
20062
  }, [slots.prev ? slots.prev(controls.value.prev) : vue.createVNode(VBtn, vue.mergeProps({
20063
20063
  "_as": "VPaginationBtn"
20064
- }, controls.value.prev), null)]), items.value.map((item, index) => vue.createVNode("li", {
20064
+ }, controls.value.prev), null)]), items.value.map((item, index) => vue.createElementVNode("li", {
20065
20065
  "key": item.key,
20066
- "class": ['v-pagination__item', {
20066
+ "class": vue.normalizeClass(['v-pagination__item', {
20067
20067
  'v-pagination__item--is-active': item.isActive
20068
- }],
20068
+ }]),
20069
20069
  "data-test": "v-pagination-item"
20070
20070
  }, [slots.item ? slots.item(item) : vue.createVNode(VBtn, vue.mergeProps({
20071
20071
  "_as": "VPaginationBtn"
20072
20072
  }, item.props), {
20073
20073
  default: () => [item.page]
20074
- })])), vue.createVNode("li", {
20074
+ })])), vue.createElementVNode("li", {
20075
20075
  "key": "next",
20076
20076
  "class": "v-pagination__next",
20077
20077
  "data-test": "v-pagination-next"
20078
20078
  }, [slots.next ? slots.next(controls.value.next) : vue.createVNode(VBtn, vue.mergeProps({
20079
20079
  "_as": "VPaginationBtn"
20080
- }, controls.value.next), null)]), props.showFirstLastPage && vue.createVNode("li", {
20080
+ }, controls.value.next), null)]), props.showFirstLastPage && vue.createElementVNode("li", {
20081
20081
  "key": "last",
20082
20082
  "class": "v-pagination__last",
20083
20083
  "data-test": "v-pagination-last"
@@ -20186,20 +20186,20 @@
20186
20186
  }));
20187
20187
  useRender(() => {
20188
20188
  const paginationProps = VPagination.filterProps(props);
20189
- return vue.createVNode("div", {
20189
+ return vue.createElementVNode("div", {
20190
20190
  "class": "v-data-table-footer"
20191
- }, [slots.prepend?.(), vue.createVNode("div", {
20191
+ }, [slots.prepend?.(), vue.createElementVNode("div", {
20192
20192
  "class": "v-data-table-footer__items-per-page"
20193
- }, [vue.createVNode("span", null, [t(props.itemsPerPageText)]), vue.createVNode(VSelect, {
20193
+ }, [vue.createElementVNode("span", null, [t(props.itemsPerPageText)]), vue.createVNode(VSelect, {
20194
20194
  "items": itemsPerPageOptions.value,
20195
20195
  "modelValue": itemsPerPage.value,
20196
20196
  "onUpdate:modelValue": v => setItemsPerPage(Number(v)),
20197
20197
  "density": "compact",
20198
20198
  "variant": "outlined",
20199
20199
  "hide-details": true
20200
- }, null)]), vue.createVNode("div", {
20200
+ }, null)]), vue.createElementVNode("div", {
20201
20201
  "class": "v-data-table-footer__info"
20202
- }, [vue.createVNode("div", null, [t(props.pageText, !itemsLength.value ? 0 : startIndex.value + 1, stopIndex.value, itemsLength.value)])]), vue.createVNode("div", {
20202
+ }, [vue.createElementVNode("div", null, [t(props.pageText, !itemsLength.value ? 0 : startIndex.value + 1, stopIndex.value, itemsLength.value)])]), vue.createElementVNode("div", {
20203
20203
  "class": "v-data-table-footer__pagination"
20204
20204
  }, [vue.createVNode(VPagination, vue.mergeProps({
20205
20205
  "modelValue": page.value,
@@ -20242,18 +20242,18 @@
20242
20242
  } = _ref;
20243
20243
  const Tag = props.tag ?? 'td';
20244
20244
  return vue.createVNode(Tag, {
20245
- "class": ['v-data-table__td', {
20245
+ "class": vue.normalizeClass(['v-data-table__td', {
20246
20246
  'v-data-table-column--fixed': props.fixed,
20247
20247
  'v-data-table-column--last-fixed': props.lastFixed,
20248
20248
  'v-data-table-column--no-padding': props.noPadding,
20249
20249
  'v-data-table-column--nowrap': props.nowrap
20250
- }, `v-data-table-column--align-${props.align}`],
20251
- "style": {
20250
+ }, `v-data-table-column--align-${props.align}`]),
20251
+ "style": vue.normalizeStyle({
20252
20252
  height: convertToUnit(props.height),
20253
20253
  width: convertToUnit(props.width),
20254
20254
  maxWidth: convertToUnit(props.maxWidth),
20255
20255
  left: convertToUnit(props.fixedOffset || null)
20256
- }
20256
+ })
20257
20257
  }, {
20258
20258
  default: () => [slots.default?.()]
20259
20259
  });
@@ -20663,16 +20663,16 @@
20663
20663
  "onUpdate:modelValue": selectAll
20664
20664
  }, null));
20665
20665
  }
20666
- return vue.createVNode("div", {
20666
+ return vue.createElementVNode("div", {
20667
20667
  "class": "v-data-table-header__content"
20668
- }, [vue.createVNode("span", null, [column.title]), column.sortable && !props.disableSort && vue.createVNode(VIcon, {
20668
+ }, [vue.createElementVNode("span", null, [column.title]), column.sortable && !props.disableSort && vue.createVNode(VIcon, {
20669
20669
  "key": "icon",
20670
20670
  "class": "v-data-table-header__sort-icon",
20671
20671
  "icon": getSortIcon(column)
20672
- }, null), props.multiSort && isSorted(column) && vue.createVNode("div", {
20672
+ }, null), props.multiSort && isSorted(column) && vue.createElementVNode("div", {
20673
20673
  "key": "badge",
20674
- "class": ['v-data-table-header__sort-badge', ...backgroundColorClasses.value],
20675
- "style": backgroundColorStyles.value
20674
+ "class": vue.normalizeClass(['v-data-table-header__sort-badge', ...backgroundColorClasses.value]),
20675
+ "style": vue.normalizeStyle(backgroundColorStyles.value)
20676
20676
  }, [sortBy.value.findIndex(x => x.key === column.key) + 1])]);
20677
20677
  }
20678
20678
  });
@@ -20691,7 +20691,7 @@
20691
20691
  "class": [...headerCellClasses.value],
20692
20692
  "colspan": headers.value.length + 1
20693
20693
  }, props.headerProps), {
20694
- default: () => [vue.createVNode("div", {
20694
+ default: () => [vue.createElementVNode("div", {
20695
20695
  "class": "v-data-table-header__content"
20696
20696
  }, [vue.createVNode(VSelect, {
20697
20697
  "chips": true,
@@ -20715,7 +20715,7 @@
20715
20715
  }
20716
20716
  }, {
20717
20717
  default: () => [props.item.title, vue.createVNode(VIcon, {
20718
- "class": ['v-data-table__td-sort-icon', isSorted(props.item.raw) && 'v-data-table__td-sort-icon-active'],
20718
+ "class": vue.normalizeClass(['v-data-table__td-sort-icon', isSorted(props.item.raw) && 'v-data-table__td-sort-icon-active']),
20719
20719
  "icon": getSortIcon(props.item.raw),
20720
20720
  "size": "small"
20721
20721
  }, null)]
@@ -20724,13 +20724,13 @@
20724
20724
  });
20725
20725
  };
20726
20726
  useRender(() => {
20727
- return mobile.value ? vue.createVNode("tr", null, [vue.createVNode(VDataTableMobileHeaderCell, null, null)]) : vue.createVNode(vue.Fragment, null, [slots.headers ? slots.headers(slotProps.value) : headers.value.map((row, y) => vue.createVNode("tr", null, [row.map((column, x) => vue.createVNode(VDataTableHeaderCell, {
20727
+ return mobile.value ? vue.createElementVNode("tr", null, [vue.createVNode(VDataTableMobileHeaderCell, null, null)]) : vue.createElementVNode(vue.Fragment, null, [slots.headers ? slots.headers(slotProps.value) : headers.value.map((row, y) => vue.createElementVNode("tr", null, [row.map((column, x) => vue.createVNode(VDataTableHeaderCell, {
20728
20728
  "column": column,
20729
20729
  "x": x,
20730
20730
  "y": y
20731
- }, null))])), props.loading && vue.createVNode("tr", {
20731
+ }, null))])), props.loading && vue.createElementVNode("tr", {
20732
20732
  "class": "v-data-table-progress"
20733
- }, [vue.createVNode("th", {
20733
+ }, [vue.createElementVNode("th", {
20734
20734
  "colspan": columns.value.length
20735
20735
  }, [vue.createVNode(LoaderSlot, {
20736
20736
  "name": "v-data-table-progress",
@@ -20776,11 +20776,11 @@
20776
20776
  const rows = vue.computed(() => {
20777
20777
  return extractRows([props.item]);
20778
20778
  });
20779
- return () => vue.createVNode("tr", {
20779
+ return () => vue.createElementVNode("tr", {
20780
20780
  "class": "v-data-table-group-header-row",
20781
- "style": {
20781
+ "style": vue.normalizeStyle({
20782
20782
  '--v-data-table-group-header-row-depth': props.item.depth
20783
- }
20783
+ })
20784
20784
  }, [columns.value.map(column => {
20785
20785
  if (column.key === 'data-table-group') {
20786
20786
  const icon = isGroupOpen(props.item) ? '$expand' : '$next';
@@ -20800,7 +20800,7 @@
20800
20800
  "variant": "text",
20801
20801
  "icon": icon,
20802
20802
  "onClick": onClick
20803
- }, null), vue.createVNode("span", null, [props.item.value]), vue.createVNode("span", null, [vue.createTextVNode("("), rows.value.length, vue.createTextVNode(")")])]
20803
+ }, null), vue.createElementVNode("span", null, [props.item.value]), vue.createElementVNode("span", null, [vue.createTextVNode("("), rows.value.length, vue.createTextVNode(")")])]
20804
20804
  });
20805
20805
  }
20806
20806
  if (column.key === 'data-table-select') {
@@ -20813,13 +20813,13 @@
20813
20813
  indeterminate,
20814
20814
  'onUpdate:modelValue': selectGroup
20815
20815
  }
20816
- }) ?? vue.createVNode("td", null, [vue.createVNode(VCheckboxBtn, {
20816
+ }) ?? vue.createElementVNode("td", null, [vue.createVNode(VCheckboxBtn, {
20817
20817
  "modelValue": modelValue,
20818
20818
  "indeterminate": indeterminate,
20819
20819
  "onUpdate:modelValue": selectGroup
20820
20820
  }, null)]);
20821
20821
  }
20822
- return vue.createVNode("td", null, null);
20822
+ return vue.createElementVNode("td", null, null);
20823
20823
  })]);
20824
20824
  }
20825
20825
  });
@@ -20865,10 +20865,10 @@
20865
20865
  const {
20866
20866
  columns
20867
20867
  } = useHeaders();
20868
- useRender(() => vue.createVNode("tr", {
20869
- "class": ['v-data-table__tr', {
20868
+ useRender(() => vue.createElementVNode("tr", {
20869
+ "class": vue.normalizeClass(['v-data-table__tr', {
20870
20870
  'v-data-table__tr--clickable': !!(props.onClick || props.onContextmenu || props.onDblclick)
20871
- }, displayClasses.value],
20871
+ }, displayClasses.value]),
20872
20872
  "onClick": props.onClick,
20873
20873
  "onContextmenu": props.onContextmenu,
20874
20874
  "onDblclick": props.onDblclick
@@ -20957,9 +20957,9 @@
20957
20957
  }
20958
20958
  if (slots[slotName] && !mobile.value) return slots[slotName](slotProps);
20959
20959
  const displayValue = vue.toDisplayString(slotProps.value);
20960
- return !mobile.value ? displayValue : vue.createVNode(vue.Fragment, null, [vue.createVNode("div", {
20960
+ return !mobile.value ? displayValue : vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("div", {
20961
20961
  "class": "v-data-table__td-title"
20962
- }, [slots[headerSlotName]?.(columnSlotProps) ?? column.title]), vue.createVNode("div", {
20962
+ }, [slots[headerSlotName]?.(columnSlotProps) ?? column.title]), vue.createElementVNode("div", {
20963
20963
  "class": "v-data-table__td-value"
20964
20964
  }, [slots[slotName]?.(slotProps) ?? displayValue])]);
20965
20965
  }
@@ -21022,22 +21022,22 @@
21022
21022
  } = useDisplay(props);
21023
21023
  useRender(() => {
21024
21024
  if (props.loading && (!props.items.length || slots.loading)) {
21025
- return vue.createVNode("tr", {
21025
+ return vue.createElementVNode("tr", {
21026
21026
  "class": "v-data-table-rows-loading",
21027
21027
  "key": "loading"
21028
- }, [vue.createVNode("td", {
21028
+ }, [vue.createElementVNode("td", {
21029
21029
  "colspan": columns.value.length
21030
21030
  }, [slots.loading?.() ?? t(props.loadingText)])]);
21031
21031
  }
21032
21032
  if (!props.loading && !props.items.length && !props.hideNoData) {
21033
- return vue.createVNode("tr", {
21033
+ return vue.createElementVNode("tr", {
21034
21034
  "class": "v-data-table-rows-no-data",
21035
21035
  "key": "no-data"
21036
- }, [vue.createVNode("td", {
21036
+ }, [vue.createElementVNode("td", {
21037
21037
  "colspan": columns.value.length
21038
21038
  }, [slots['no-data']?.() ?? t(props.noDataText)])]);
21039
21039
  }
21040
- return vue.createVNode(vue.Fragment, null, [props.items.map((item, index) => {
21040
+ return vue.createElementVNode(vue.Fragment, null, [props.items.map((item, index) => {
21041
21041
  if (item.type === 'group') {
21042
21042
  const slotProps = {
21043
21043
  index,
@@ -21082,7 +21082,7 @@
21082
21082
  internalItem: slotProps.internalItem
21083
21083
  }) : props.rowProps)
21084
21084
  };
21085
- return vue.createVNode(vue.Fragment, {
21085
+ return vue.createElementVNode(vue.Fragment, {
21086
21086
  "key": itemSlotProps.props.key
21087
21087
  }, [slots.item ? slots.item(itemSlotProps) : vue.createVNode(VDataTableRow, itemSlotProps.props, slots), isExpanded(item) && slots['expanded-row']?.(slotProps)]);
21088
21088
  })]);
@@ -21116,22 +21116,22 @@
21116
21116
  densityClasses
21117
21117
  } = useDensity(props);
21118
21118
  useRender(() => vue.createVNode(props.tag, {
21119
- "class": ['v-table', {
21119
+ "class": vue.normalizeClass(['v-table', {
21120
21120
  'v-table--fixed-height': !!props.height,
21121
21121
  'v-table--fixed-header': props.fixedHeader,
21122
21122
  'v-table--fixed-footer': props.fixedFooter,
21123
21123
  'v-table--has-top': !!slots.top,
21124
21124
  'v-table--has-bottom': !!slots.bottom,
21125
21125
  'v-table--hover': props.hover
21126
- }, themeClasses.value, densityClasses.value, props.class],
21127
- "style": props.style
21126
+ }, themeClasses.value, densityClasses.value, props.class]),
21127
+ "style": vue.normalizeStyle(props.style)
21128
21128
  }, {
21129
- default: () => [slots.top?.(), slots.default ? vue.createVNode("div", {
21129
+ default: () => [slots.top?.(), slots.default ? vue.createElementVNode("div", {
21130
21130
  "class": "v-table__wrapper",
21131
- "style": {
21131
+ "style": vue.normalizeStyle({
21132
21132
  height: convertToUnit(props.height)
21133
- }
21134
- }, [vue.createVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
21133
+ })
21134
+ }, [vue.createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
21135
21135
  }));
21136
21136
  return {};
21137
21137
  }
@@ -21384,12 +21384,12 @@
21384
21384
  "fixedHeader": props.fixedHeader || props.sticky
21385
21385
  }), {
21386
21386
  top: () => slots.top?.(slotProps.value),
21387
- default: () => slots.default ? slots.default(slotProps.value) : vue.createVNode(vue.Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createVNode("thead", {
21387
+ default: () => slots.default ? slots.default(slotProps.value) : vue.createElementVNode(vue.Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createElementVNode("thead", {
21388
21388
  "key": "thead"
21389
- }, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createVNode("tbody", null, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : vue.createVNode(VDataTableRows, vue.mergeProps(attrs, dataTableRowsProps, {
21389
+ }, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createElementVNode("tbody", null, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : vue.createVNode(VDataTableRows, vue.mergeProps(attrs, dataTableRowsProps, {
21390
21390
  "items": paginatedItems.value
21391
21391
  }), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
21392
- bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && vue.createVNode(vue.Fragment, null, [vue.createVNode(VDivider, null, null), vue.createVNode(VDataTableFooter, dataTableFooterProps, {
21392
+ bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VDivider, null, null), vue.createVNode(VDataTableFooter, dataTableFooterProps, {
21393
21393
  prepend: slots['footer.prepend']
21394
21394
  })])
21395
21395
  });
@@ -21560,25 +21560,25 @@
21560
21560
  "fixedHeader": props.fixedHeader || props.sticky
21561
21561
  }), {
21562
21562
  top: () => slots.top?.(slotProps.value),
21563
- wrapper: () => vue.createVNode("div", {
21563
+ wrapper: () => vue.createElementVNode("div", {
21564
21564
  "ref": containerRef,
21565
21565
  "onScrollPassive": handleScroll,
21566
21566
  "onScrollend": handleScrollend,
21567
21567
  "class": "v-table__wrapper",
21568
- "style": {
21568
+ "style": vue.normalizeStyle({
21569
21569
  height: convertToUnit(props.height)
21570
- }
21571
- }, [vue.createVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createVNode("thead", {
21570
+ })
21571
+ }, [vue.createElementVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createElementVNode("thead", {
21572
21572
  "key": "thead"
21573
- }, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createVNode("tbody", {
21573
+ }, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createElementVNode("tbody", {
21574
21574
  "key": "tbody"
21575
- }, [vue.createVNode("tr", {
21575
+ }, [vue.createElementVNode("tr", {
21576
21576
  "ref": markerRef,
21577
- "style": {
21577
+ "style": vue.normalizeStyle({
21578
21578
  height: convertToUnit(paddingTop.value),
21579
21579
  border: 0
21580
- }
21581
- }, [vue.createVNode("td", {
21580
+ })
21581
+ }, [vue.createElementVNode("td", {
21582
21582
  "colspan": columns.value.length,
21583
21583
  "style": {
21584
21584
  height: 0,
@@ -21607,12 +21607,12 @@
21607
21607
  }), slots);
21608
21608
  }
21609
21609
  })
21610
- }), slots['body.append']?.(slotProps.value), vue.createVNode("tr", {
21611
- "style": {
21610
+ }), slots['body.append']?.(slotProps.value), vue.createElementVNode("tr", {
21611
+ "style": vue.normalizeStyle({
21612
21612
  height: convertToUnit(paddingBottom.value),
21613
21613
  border: 0
21614
- }
21615
- }, [vue.createVNode("td", {
21614
+ })
21615
+ }, [vue.createElementVNode("td", {
21616
21616
  "colspan": columns.value.length,
21617
21617
  "style": {
21618
21618
  height: 0,
@@ -21785,17 +21785,17 @@
21785
21785
  "fixedHeader": props.fixedHeader || props.sticky
21786
21786
  }), {
21787
21787
  top: () => slots.top?.(slotProps.value),
21788
- default: () => slots.default ? slots.default(slotProps.value) : vue.createVNode(vue.Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createVNode("thead", {
21788
+ default: () => slots.default ? slots.default(slotProps.value) : vue.createElementVNode(vue.Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createElementVNode("thead", {
21789
21789
  "key": "thead",
21790
21790
  "class": "v-data-table__thead",
21791
21791
  "role": "rowgroup"
21792
- }, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createVNode("tbody", {
21792
+ }, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createElementVNode("tbody", {
21793
21793
  "class": "v-data-table__tbody",
21794
21794
  "role": "rowgroup"
21795
21795
  }, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : vue.createVNode(VDataTableRows, vue.mergeProps(attrs, dataTableRowsProps, {
21796
21796
  "items": flatItems.value
21797
21797
  }), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
21798
- bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && vue.createVNode(vue.Fragment, null, [vue.createVNode(VDivider, null, null), vue.createVNode(VDataTableFooter, dataTableFooterProps, {
21798
+ bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VDivider, null, null), vue.createVNode(VDataTableFooter, dataTableFooterProps, {
21799
21799
  prepend: slots['footer.prepend']
21800
21800
  })])
21801
21801
  });
@@ -21826,10 +21826,10 @@
21826
21826
  dimensionStyles
21827
21827
  } = useDimension(props);
21828
21828
  useRender(() => vue.createVNode(props.tag, {
21829
- "class": ['v-container', {
21829
+ "class": vue.normalizeClass(['v-container', {
21830
21830
  'v-container--fluid': props.fluid
21831
- }, rtlClasses.value, props.class],
21832
- "style": [dimensionStyles.value, props.style]
21831
+ }, rtlClasses.value, props.class]),
21832
+ "style": vue.normalizeStyle([dimensionStyles.value, props.style])
21833
21833
  }, slots));
21834
21834
  return {};
21835
21835
  }
@@ -22148,11 +22148,11 @@
22148
22148
  }
22149
22149
  useRender(() => {
22150
22150
  // TODO: add slot support and scope defaults
22151
- return vue.createVNode("div", {
22151
+ return vue.createElementVNode("div", {
22152
22152
  "class": ['v-date-picker-controls'],
22153
- "style": {
22153
+ "style": vue.normalizeStyle({
22154
22154
  '--v-date-picker-controls-height': convertToUnit(props.controlHeight)
22155
- }
22155
+ })
22156
22156
  }, [vue.createVNode(VBtn, {
22157
22157
  "class": "v-date-picker-controls__month-btn",
22158
22158
  "data-testid": "month-btn",
@@ -22169,7 +22169,7 @@
22169
22169
  "icon": props.modeIcon,
22170
22170
  "variant": "text",
22171
22171
  "onClick": onClickYear
22172
- }, null), vue.createVNode(VSpacer, null, null), vue.createVNode("div", {
22172
+ }, null), vue.createVNode(VSpacer, null, null), vue.createElementVNode("div", {
22173
22173
  "class": "v-date-picker-controls__month"
22174
22174
  }, [vue.createVNode(VBtn, {
22175
22175
  "data-testid": "prev-month",
@@ -22225,24 +22225,24 @@
22225
22225
  useRender(() => {
22226
22226
  const hasContent = !!(slots.default || props.header);
22227
22227
  const hasAppend = !!(slots.append || props.appendIcon);
22228
- return vue.createVNode("div", {
22229
- "class": ['v-date-picker-header', {
22228
+ return vue.createElementVNode("div", {
22229
+ "class": vue.normalizeClass(['v-date-picker-header', {
22230
22230
  'v-date-picker-header--clickable': !!props.onClick
22231
- }, backgroundColorClasses.value],
22232
- "style": backgroundColorStyles.value,
22231
+ }, backgroundColorClasses.value]),
22232
+ "style": vue.normalizeStyle(backgroundColorStyles.value),
22233
22233
  "onClick": onClick
22234
- }, [slots.prepend && vue.createVNode("div", {
22234
+ }, [slots.prepend && vue.createElementVNode("div", {
22235
22235
  "key": "prepend",
22236
22236
  "class": "v-date-picker-header__prepend"
22237
22237
  }, [slots.prepend()]), hasContent && vue.createVNode(MaybeTransition, {
22238
22238
  "key": "content",
22239
22239
  "name": props.transition
22240
22240
  }, {
22241
- default: () => [vue.createVNode("div", {
22241
+ default: () => [vue.createElementVNode("div", {
22242
22242
  "key": props.header,
22243
22243
  "class": "v-date-picker-header__content"
22244
22244
  }, [slots.default?.() ?? props.header])]
22245
- }), hasAppend && vue.createVNode("div", {
22245
+ }), hasAppend && vue.createElementVNode("div", {
22246
22246
  "class": "v-date-picker-header__append"
22247
22247
  }, [!slots.append ? vue.createVNode(VBtn, {
22248
22248
  "key": "append-btn",
@@ -22528,24 +22528,24 @@
22528
22528
  model.value = [value];
22529
22529
  }
22530
22530
  }
22531
- useRender(() => vue.createVNode("div", {
22531
+ useRender(() => vue.createElementVNode("div", {
22532
22532
  "class": "v-date-picker-month"
22533
- }, [props.showWeek && vue.createVNode("div", {
22533
+ }, [props.showWeek && vue.createElementVNode("div", {
22534
22534
  "key": "weeks",
22535
22535
  "class": "v-date-picker-month__weeks"
22536
- }, [!props.hideWeekdays && vue.createVNode("div", {
22536
+ }, [!props.hideWeekdays && vue.createElementVNode("div", {
22537
22537
  "key": "hide-week-days",
22538
22538
  "class": "v-date-picker-month__day"
22539
- }, [vue.createTextVNode("\xA0")]), weekNumbers.value.map(week => vue.createVNode("div", {
22539
+ }, [vue.createTextVNode("\xA0")]), weekNumbers.value.map(week => vue.createElementVNode("div", {
22540
22540
  "class": ['v-date-picker-month__day', 'v-date-picker-month__day--adjacent']
22541
22541
  }, [week]))]), vue.createVNode(MaybeTransition, {
22542
22542
  "name": transition.value
22543
22543
  }, {
22544
- default: () => [vue.createVNode("div", {
22544
+ default: () => [vue.createElementVNode("div", {
22545
22545
  "ref": daysRef,
22546
22546
  "key": daysInMonth.value[0].date?.toString(),
22547
22547
  "class": "v-date-picker-month__days"
22548
- }, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => vue.createVNode("div", {
22548
+ }, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => vue.createElementVNode("div", {
22549
22549
  "class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
22550
22550
  }, [weekDay])), daysInMonth.value.map((item, i) => {
22551
22551
  const slotProps = {
@@ -22565,14 +22565,14 @@
22565
22565
  if (atMax.value && !item.isSelected) {
22566
22566
  item.isDisabled = true;
22567
22567
  }
22568
- return vue.createVNode("div", {
22569
- "class": ['v-date-picker-month__day', {
22568
+ return vue.createElementVNode("div", {
22569
+ "class": vue.normalizeClass(['v-date-picker-month__day', {
22570
22570
  'v-date-picker-month__day--adjacent': item.isAdjacent,
22571
22571
  'v-date-picker-month__day--hide-adjacent': item.isHidden,
22572
22572
  'v-date-picker-month__day--selected': item.isSelected,
22573
22573
  'v-date-picker-month__day--week-end': item.isWeekEnd,
22574
22574
  'v-date-picker-month__day--week-start': item.isWeekStart
22575
- }],
22575
+ }]),
22576
22576
  "data-v-date": !item.isDisabled ? item.isoDate : undefined
22577
22577
  }, [(props.showAdjacentMonths || !item.isAdjacent) && (slots.day?.(slotProps) ?? vue.createVNode(VBtn, slotProps.props, null))]);
22578
22578
  })])]
@@ -22622,12 +22622,12 @@
22622
22622
  vue.watchEffect(() => {
22623
22623
  model.value = model.value ?? adapter.getMonth(adapter.date());
22624
22624
  });
22625
- useRender(() => vue.createVNode("div", {
22625
+ useRender(() => vue.createElementVNode("div", {
22626
22626
  "class": "v-date-picker-months",
22627
- "style": {
22627
+ "style": vue.normalizeStyle({
22628
22628
  height: convertToUnit(props.height)
22629
- }
22630
- }, [vue.createVNode("div", {
22629
+ })
22630
+ }, [vue.createElementVNode("div", {
22631
22631
  "class": "v-date-picker-months__content"
22632
22632
  }, [months.value.map((month, i) => {
22633
22633
  const btnProps = {
@@ -22713,12 +22713,12 @@
22713
22713
  block: 'center'
22714
22714
  });
22715
22715
  });
22716
- useRender(() => vue.createVNode("div", {
22716
+ useRender(() => vue.createElementVNode("div", {
22717
22717
  "class": "v-date-picker-years",
22718
- "style": {
22718
+ "style": vue.normalizeStyle({
22719
22719
  height: convertToUnit(props.height)
22720
- }
22721
- }, [vue.createVNode("div", {
22720
+ })
22721
+ }, [vue.createElementVNode("div", {
22722
22722
  "class": "v-date-picker-years__content"
22723
22723
  }, [years.value.map((year, i) => {
22724
22724
  const btnProps = {
@@ -22955,7 +22955,7 @@
22955
22955
  }, rtlClasses.value, props.class],
22956
22956
  "style": props.style
22957
22957
  }), {
22958
- title: () => slots.title?.() ?? vue.createVNode("div", {
22958
+ title: () => slots.title?.() ?? vue.createElementVNode("div", {
22959
22959
  "class": "v-date-picker__title"
22960
22960
  }, [t(props.title)]),
22961
22961
  header: () => slots.header ? vue.createVNode(VDefaultsProvider, {
@@ -22974,7 +22974,7 @@
22974
22974
  ...slots,
22975
22975
  default: undefined
22976
22976
  }),
22977
- default: () => vue.createVNode(vue.Fragment, null, [vue.createVNode(VDatePickerControls, vue.mergeProps(datePickerControlsProps, {
22977
+ default: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VDatePickerControls, vue.mergeProps(datePickerControlsProps, {
22978
22978
  "disabled": disabled.value,
22979
22979
  "text": text.value,
22980
22980
  "onClick:next": onClickNext,
@@ -23083,15 +23083,15 @@
23083
23083
  const hasText = !!(slots.text || props.text);
23084
23084
  const hasMedia = !!(slots.media || props.image || props.icon);
23085
23085
  const size = props.size || (props.image ? 200 : 96);
23086
- return vue.createVNode("div", {
23087
- "class": ['v-empty-state', {
23086
+ return vue.createElementVNode("div", {
23087
+ "class": vue.normalizeClass(['v-empty-state', {
23088
23088
  [`v-empty-state--${props.justify}`]: true
23089
- }, themeClasses.value, backgroundColorClasses.value, displayClasses.value, props.class],
23090
- "style": [backgroundColorStyles.value, dimensionStyles.value, props.style]
23091
- }, [hasMedia && vue.createVNode("div", {
23089
+ }, themeClasses.value, backgroundColorClasses.value, displayClasses.value, props.class]),
23090
+ "style": vue.normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style])
23091
+ }, [hasMedia && vue.createElementVNode("div", {
23092
23092
  "key": "media",
23093
23093
  "class": "v-empty-state__media"
23094
- }, [!slots.media ? vue.createVNode(vue.Fragment, null, [props.image ? vue.createVNode(VImg, {
23094
+ }, [!slots.media ? vue.createElementVNode(vue.Fragment, null, [props.image ? vue.createVNode(VImg, {
23095
23095
  "key": "image",
23096
23096
  "src": props.image,
23097
23097
  "height": size
@@ -23114,22 +23114,22 @@
23114
23114
  }
23115
23115
  }, {
23116
23116
  default: () => [slots.media()]
23117
- })]), hasHeadline && vue.createVNode("div", {
23117
+ })]), hasHeadline && vue.createElementVNode("div", {
23118
23118
  "key": "headline",
23119
23119
  "class": "v-empty-state__headline"
23120
- }, [slots.headline?.() ?? props.headline]), hasTitle && vue.createVNode("div", {
23120
+ }, [slots.headline?.() ?? props.headline]), hasTitle && vue.createElementVNode("div", {
23121
23121
  "key": "title",
23122
23122
  "class": "v-empty-state__title"
23123
- }, [slots.title?.() ?? props.title]), hasText && vue.createVNode("div", {
23123
+ }, [slots.title?.() ?? props.title]), hasText && vue.createElementVNode("div", {
23124
23124
  "key": "text",
23125
23125
  "class": "v-empty-state__text",
23126
- "style": {
23126
+ "style": vue.normalizeStyle({
23127
23127
  maxWidth: convertToUnit(props.textWidth)
23128
- }
23129
- }, [slots.text?.() ?? props.text]), slots.default && vue.createVNode("div", {
23128
+ })
23129
+ }, [slots.text?.() ?? props.text]), slots.default && vue.createElementVNode("div", {
23130
23130
  "key": "content",
23131
23131
  "class": "v-empty-state__content"
23132
- }, [slots.default()]), hasActions && vue.createVNode("div", {
23132
+ }, [slots.default()]), hasActions && vue.createElementVNode("div", {
23133
23133
  "key": "actions",
23134
23134
  "class": "v-empty-state__actions"
23135
23135
  }, [vue.createVNode(VDefaultsProvider, {
@@ -23180,10 +23180,10 @@
23180
23180
  useRender(() => vue.createVNode(VExpandTransition, {
23181
23181
  "onAfterLeave": onAfterLeave
23182
23182
  }, {
23183
- default: () => [vue.withDirectives(vue.createVNode("div", {
23184
- "class": ['v-expansion-panel-text', props.class],
23185
- "style": props.style
23186
- }, [slots.default && hasContent.value && vue.createVNode("div", {
23183
+ default: () => [vue.withDirectives(vue.createElementVNode("div", {
23184
+ "class": vue.normalizeClass(['v-expansion-panel-text', props.class]),
23185
+ "style": vue.normalizeStyle(props.style)
23186
+ }, [slots.default && hasContent.value && vue.createElementVNode("div", {
23187
23187
  "class": "v-expansion-panel-text__wrapper"
23188
23188
  }, [slots.default?.()])]), [[vue.vShow, expansionPanel.isSelected.value]])]
23189
23189
  }));
@@ -23217,7 +23217,7 @@
23217
23217
  const VExpansionPanelTitle = genericComponent()({
23218
23218
  name: 'VExpansionPanelTitle',
23219
23219
  directives: {
23220
- Ripple
23220
+ vRipple: Ripple
23221
23221
  },
23222
23222
  props: makeVExpansionPanelTitleProps(),
23223
23223
  setup(props, _ref) {
@@ -23241,19 +23241,19 @@
23241
23241
  readonly: props.readonly
23242
23242
  }));
23243
23243
  const icon = vue.toRef(() => expansionPanel.isSelected.value ? props.collapseIcon : props.expandIcon);
23244
- useRender(() => vue.withDirectives(vue.createVNode("button", {
23245
- "class": ['v-expansion-panel-title', {
23244
+ useRender(() => vue.withDirectives(vue.createElementVNode("button", {
23245
+ "class": vue.normalizeClass(['v-expansion-panel-title', {
23246
23246
  'v-expansion-panel-title--active': expansionPanel.isSelected.value,
23247
23247
  'v-expansion-panel-title--focusable': props.focusable,
23248
23248
  'v-expansion-panel-title--static': props.static
23249
- }, backgroundColorClasses.value, props.class],
23250
- "style": [backgroundColorStyles.value, dimensionStyles.value, props.style],
23249
+ }, backgroundColorClasses.value, props.class]),
23250
+ "style": vue.normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style]),
23251
23251
  "type": "button",
23252
23252
  "tabindex": expansionPanel.disabled.value ? -1 : undefined,
23253
23253
  "disabled": expansionPanel.disabled.value,
23254
23254
  "aria-expanded": expansionPanel.isSelected.value,
23255
23255
  "onClick": !props.readonly ? expansionPanel.toggle : undefined
23256
- }, [vue.createVNode("span", {
23256
+ }, [vue.createElementVNode("span", {
23257
23257
  "class": "v-expansion-panel-title__overlay"
23258
23258
  }, null), slots.default?.(slotProps.value), !props.hideActions && vue.createVNode(VDefaultsProvider, {
23259
23259
  "defaults": {
@@ -23262,10 +23262,10 @@
23262
23262
  }
23263
23263
  }
23264
23264
  }, {
23265
- default: () => [vue.createVNode("span", {
23265
+ default: () => [vue.createElementVNode("span", {
23266
23266
  "class": "v-expansion-panel-title__icon"
23267
23267
  }, [slots.actions?.(slotProps.value) ?? vue.createVNode(VIcon, null, null)])]
23268
- })]), [[vue.resolveDirective("ripple"), props.ripple]]));
23268
+ })]), [[Ripple, props.ripple]]));
23269
23269
  return {};
23270
23270
  }
23271
23271
  });
@@ -23322,16 +23322,16 @@
23322
23322
  const expansionPanelTitleProps = VExpansionPanelTitle.filterProps(props);
23323
23323
  const expansionPanelTextProps = VExpansionPanelText.filterProps(props);
23324
23324
  return vue.createVNode(props.tag, {
23325
- "class": ['v-expansion-panel', {
23325
+ "class": vue.normalizeClass(['v-expansion-panel', {
23326
23326
  'v-expansion-panel--active': groupItem.isSelected.value,
23327
23327
  'v-expansion-panel--before-active': isBeforeSelected.value,
23328
23328
  'v-expansion-panel--after-active': isAfterSelected.value,
23329
23329
  'v-expansion-panel--disabled': isDisabled.value
23330
- }, roundedClasses.value, backgroundColorClasses.value, props.class],
23331
- "style": [backgroundColorStyles.value, props.style]
23330
+ }, roundedClasses.value, backgroundColorClasses.value, props.class]),
23331
+ "style": vue.normalizeStyle([backgroundColorStyles.value, props.style])
23332
23332
  }, {
23333
- default: () => [vue.createVNode("div", {
23334
- "class": ['v-expansion-panel__shadow', ...elevationClasses.value]
23333
+ default: () => [vue.createElementVNode("div", {
23334
+ "class": vue.normalizeClass(['v-expansion-panel__shadow', ...elevationClasses.value])
23335
23335
  }, null), vue.createVNode(VDefaultsProvider, {
23336
23336
  "defaults": {
23337
23337
  VExpansionPanelTitle: {
@@ -23411,11 +23411,11 @@
23411
23411
  }
23412
23412
  });
23413
23413
  useRender(() => vue.createVNode(props.tag, {
23414
- "class": ['v-expansion-panels', {
23414
+ "class": vue.normalizeClass(['v-expansion-panels', {
23415
23415
  'v-expansion-panels--flat': props.flat,
23416
23416
  'v-expansion-panels--tile': props.tile
23417
- }, themeClasses.value, variantClass.value, props.class],
23418
- "style": props.style
23417
+ }, themeClasses.value, variantClass.value, props.class]),
23418
+ "style": vue.normalizeStyle(props.style)
23419
23419
  }, {
23420
23420
  default: () => [slots.default?.({
23421
23421
  prev,
@@ -23495,22 +23495,22 @@
23495
23495
  const vFabRef = vue.ref();
23496
23496
  useRender(() => {
23497
23497
  const btnProps = VBtn.filterProps(props);
23498
- return vue.createVNode("div", {
23498
+ return vue.createElementVNode("div", {
23499
23499
  "ref": vFabRef,
23500
- "class": ['v-fab', {
23500
+ "class": vue.normalizeClass(['v-fab', {
23501
23501
  'v-fab--absolute': props.absolute,
23502
23502
  'v-fab--app': !!props.app,
23503
23503
  'v-fab--extended': props.extended,
23504
23504
  'v-fab--offset': props.offset,
23505
23505
  [`v-fab--${position.value}`]: hasPosition.value,
23506
23506
  [`v-fab--${orientation.value}`]: hasPosition.value
23507
- }, props.class],
23508
- "style": [props.app ? {
23507
+ }, props.class]),
23508
+ "style": vue.normalizeStyle([props.app ? {
23509
23509
  ...layoutItemStyles.value
23510
23510
  } : {
23511
23511
  height: props.absolute ? '100%' : 'inherit'
23512
- }, props.style]
23513
- }, [vue.createVNode("div", {
23512
+ }, props.style])
23513
+ }, [vue.createElementVNode("div", {
23514
23514
  "class": "v-fab__container"
23515
23515
  }, [vue.createVNode(MaybeTransition, {
23516
23516
  "appear": props.appear,
@@ -23726,7 +23726,7 @@
23726
23726
  ...slotProps
23727
23727
  }
23728
23728
  } = _ref4;
23729
- return vue.createVNode(vue.Fragment, null, [vue.createVNode("input", vue.mergeProps({
23729
+ return vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("input", vue.mergeProps({
23730
23730
  "ref": inputRef,
23731
23731
  "type": "file",
23732
23732
  "readonly": isReadonly.value,
@@ -23746,8 +23746,8 @@
23746
23746
  "onDragleave": onDragleave,
23747
23747
  "onFocus": onFocus,
23748
23748
  "onBlur": blur
23749
- }, slotProps, inputAttrs), null), vue.createVNode("div", {
23750
- "class": fieldClass
23749
+ }, slotProps, inputAttrs), null), vue.createElementVNode("div", {
23750
+ "class": vue.normalizeClass(fieldClass)
23751
23751
  }, [!!model.value?.length && !props.hideInput && (slots.selection ? slots.selection({
23752
23752
  fileNames: fileNames.value,
23753
23753
  totalBytes: totalBytes.value,
@@ -23760,7 +23760,7 @@
23760
23760
  }
23761
23761
  });
23762
23762
  },
23763
- details: hasDetails ? slotProps => vue.createVNode(vue.Fragment, null, [slots.details?.(slotProps), hasCounter && vue.createVNode(vue.Fragment, null, [vue.createVNode("span", null, null), vue.createVNode(VCounter, {
23763
+ details: hasDetails ? slotProps => vue.createElementVNode(vue.Fragment, null, [slots.details?.(slotProps), hasCounter && vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("span", null, null), vue.createVNode(VCounter, {
23764
23764
  "active": !!model.value?.length,
23765
23765
  "value": counterValue.value,
23766
23766
  "disabled": props.disabled
@@ -23836,10 +23836,10 @@
23836
23836
  });
23837
23837
  useRender(() => vue.createVNode(props.tag, {
23838
23838
  "ref": resizeRef,
23839
- "class": ['v-footer', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, props.class],
23840
- "style": [backgroundColorStyles.value, props.app ? layoutItemStyles.value : {
23839
+ "class": vue.normalizeClass(['v-footer', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
23840
+ "style": vue.normalizeStyle([backgroundColorStyles.value, props.app ? layoutItemStyles.value : {
23841
23841
  height: convertToUnit(props.height)
23842
- }, props.style]
23842
+ }, props.style])
23843
23843
  }, slots));
23844
23844
  return {};
23845
23845
  }
@@ -23888,10 +23888,10 @@
23888
23888
  }
23889
23889
  e.preventDefault();
23890
23890
  }
23891
- useRender(() => vue.createVNode("form", {
23891
+ useRender(() => vue.createElementVNode("form", {
23892
23892
  "ref": formRef,
23893
- "class": ['v-form', props.class],
23894
- "style": props.style,
23893
+ "class": vue.normalizeClass(['v-form', props.class]),
23894
+ "style": vue.normalizeStyle(props.style),
23895
23895
  "novalidate": true,
23896
23896
  "onReset": onReset,
23897
23897
  "onSubmit": onSubmit
@@ -23988,11 +23988,11 @@
23988
23988
  vue.watch(isIntersecting, async val => {
23989
23989
  emit('intersect', props.side, val);
23990
23990
  });
23991
- useRender(() => vue.createVNode("div", {
23991
+ useRender(() => vue.createElementVNode("div", {
23992
23992
  "class": "v-infinite-scroll-intersect",
23993
- "style": {
23993
+ "style": vue.normalizeStyle({
23994
23994
  '--v-infinite-margin-size': props.rootMargin
23995
- },
23995
+ }),
23996
23996
  "ref": intersectionRef
23997
23997
  }, [vue.createTextVNode("\xA0")]));
23998
23998
  return {};
@@ -24104,7 +24104,7 @@
24104
24104
  }
24105
24105
  };
24106
24106
  if (status === 'error') return slots.error?.(slotProps);
24107
- if (status === 'empty') return slots.empty?.(slotProps) ?? vue.createVNode("div", null, [t(props.emptyText)]);
24107
+ if (status === 'empty') return slots.empty?.(slotProps) ?? vue.createElementVNode("div", null, [t(props.emptyText)]);
24108
24108
  if (props.mode === 'manual') {
24109
24109
  if (status === 'loading') {
24110
24110
  return slots.loading?.(slotProps) ?? vue.createVNode(VProgressCircular, {
@@ -24135,13 +24135,13 @@
24135
24135
  const intersectMode = props.mode === 'intersect';
24136
24136
  return vue.createVNode(Tag, {
24137
24137
  "ref": rootEl,
24138
- "class": ['v-infinite-scroll', `v-infinite-scroll--${props.direction}`, {
24138
+ "class": vue.normalizeClass(['v-infinite-scroll', `v-infinite-scroll--${props.direction}`, {
24139
24139
  'v-infinite-scroll--start': hasStartIntersect,
24140
24140
  'v-infinite-scroll--end': hasEndIntersect
24141
- }],
24142
- "style": dimensionStyles.value
24141
+ }]),
24142
+ "style": vue.normalizeStyle(dimensionStyles.value)
24143
24143
  }, {
24144
- default: () => [vue.createVNode("div", {
24144
+ default: () => [vue.createElementVNode("div", {
24145
24145
  "class": "v-infinite-scroll__side"
24146
24146
  }, [renderSide('start', startStatus.value)]), hasStartIntersect && intersectMode && vue.createVNode(VInfiniteScrollIntersect, {
24147
24147
  "key": "start",
@@ -24153,7 +24153,7 @@
24153
24153
  "side": "end",
24154
24154
  "onIntersect": handleIntersect,
24155
24155
  "rootMargin": margin.value
24156
- }, null), vue.createVNode("div", {
24156
+ }, null), vue.createElementVNode("div", {
24157
24157
  "class": "v-infinite-scroll__side"
24158
24158
  }, [renderSide('end', endStatus.value)])]
24159
24159
  });
@@ -24193,8 +24193,8 @@
24193
24193
  selected
24194
24194
  } = useGroup(props, VItemGroupSymbol);
24195
24195
  return () => vue.createVNode(props.tag, {
24196
- "class": ['v-item-group', themeClasses.value, props.class],
24197
- "style": props.style
24196
+ "class": vue.normalizeClass(['v-item-group', themeClasses.value, props.class]),
24197
+ "style": vue.normalizeStyle(props.style)
24198
24198
  }, {
24199
24199
  default: () => [slots.default?.({
24200
24200
  isSelected,
@@ -24262,10 +24262,10 @@
24262
24262
  const {
24263
24263
  dimensionStyles
24264
24264
  } = useDimension(props);
24265
- useRender(() => vue.createVNode("div", {
24265
+ useRender(() => vue.createElementVNode("div", {
24266
24266
  "ref": layoutRef,
24267
- "class": [layoutClasses.value, props.class],
24268
- "style": [dimensionStyles.value, layoutStyles.value, props.style]
24267
+ "class": vue.normalizeClass([layoutClasses.value, props.class]),
24268
+ "style": vue.normalizeStyle([dimensionStyles.value, layoutStyles.value, props.style])
24269
24269
  }, [slots.default?.()]));
24270
24270
  return {
24271
24271
  getLayoutItem,
@@ -24307,9 +24307,9 @@
24307
24307
  active: vue.toRef(() => props.modelValue),
24308
24308
  absolute: vue.toRef(() => props.absolute)
24309
24309
  });
24310
- return () => vue.createVNode("div", {
24311
- "class": ['v-layout-item', props.class],
24312
- "style": [layoutItemStyles.value, props.style]
24310
+ return () => vue.createElementVNode("div", {
24311
+ "class": vue.normalizeClass(['v-layout-item', props.class]),
24312
+ "style": vue.normalizeStyle([layoutItemStyles.value, props.style])
24313
24313
  }, [slots.default?.()]);
24314
24314
  }
24315
24315
  });
@@ -24338,7 +24338,7 @@
24338
24338
  const VLazy = genericComponent()({
24339
24339
  name: 'VLazy',
24340
24340
  directives: {
24341
- intersect: Intersect
24341
+ vIntersect: Intersect
24342
24342
  },
24343
24343
  props: makeVLazyProps(),
24344
24344
  emits: {
@@ -24357,8 +24357,8 @@
24357
24357
  isActive.value = isIntersecting;
24358
24358
  }
24359
24359
  useRender(() => vue.withDirectives(vue.createVNode(props.tag, {
24360
- "class": ['v-lazy', props.class],
24361
- "style": [dimensionStyles.value, props.style]
24360
+ "class": vue.normalizeClass(['v-lazy', props.class]),
24361
+ "style": vue.normalizeStyle([dimensionStyles.value, props.style])
24362
24362
  }, {
24363
24363
  default: () => [isActive.value && vue.createVNode(MaybeTransition, {
24364
24364
  "transition": props.transition,
@@ -24366,7 +24366,7 @@
24366
24366
  }, {
24367
24367
  default: () => [slots.default?.()]
24368
24368
  })]
24369
- }), [[vue.resolveDirective("intersect"), {
24369
+ }), [[Intersect, {
24370
24370
  handler: onIntersect,
24371
24371
  options: props.options
24372
24372
  }, null]]));
@@ -24394,9 +24394,9 @@
24394
24394
  const {
24395
24395
  rtlClasses
24396
24396
  } = provideLocale(props);
24397
- useRender(() => vue.createVNode("div", {
24398
- "class": ['v-locale-provider', rtlClasses.value, props.class],
24399
- "style": props.style
24397
+ useRender(() => vue.createElementVNode("div", {
24398
+ "class": vue.normalizeClass(['v-locale-provider', rtlClasses.value, props.class]),
24399
+ "style": vue.normalizeStyle(props.style)
24400
24400
  }, [slots.default?.()]));
24401
24401
  return {};
24402
24402
  }
@@ -24427,12 +24427,12 @@
24427
24427
  ssrBootStyles
24428
24428
  } = useSsrBoot();
24429
24429
  useRender(() => vue.createVNode(props.tag, {
24430
- "class": ['v-main', {
24430
+ "class": vue.normalizeClass(['v-main', {
24431
24431
  'v-main--scrollable': props.scrollable
24432
- }, props.class],
24433
- "style": [mainStyles.value, ssrBootStyles.value, dimensionStyles.value, props.style]
24432
+ }, props.class]),
24433
+ "style": vue.normalizeStyle([mainStyles.value, ssrBootStyles.value, dimensionStyles.value, props.style])
24434
24434
  }, {
24435
- default: () => [props.scrollable ? vue.createVNode("div", {
24435
+ default: () => [props.scrollable ? vue.createElementVNode("div", {
24436
24436
  "class": "v-main__scroller"
24437
24437
  }, [slots.default?.()]) : slots.default?.()]
24438
24438
  }));
@@ -24943,7 +24943,7 @@
24943
24943
  });
24944
24944
  useRender(() => {
24945
24945
  const hasImage = slots.image || props.image;
24946
- return vue.createVNode(vue.Fragment, null, [vue.createVNode(props.tag, vue.mergeProps({
24946
+ return vue.createElementVNode(vue.Fragment, null, [vue.createVNode(props.tag, vue.mergeProps({
24947
24947
  "ref": rootEl,
24948
24948
  "onMouseenter": runOpenDelay,
24949
24949
  "onMouseleave": runCloseDelay,
@@ -24959,7 +24959,7 @@
24959
24959
  }, themeClasses.value, backgroundColorClasses.value, borderClasses.value, displayClasses.value, elevationClasses.value, roundedClasses.value, props.class],
24960
24960
  "style": [backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, stickyStyles.value, props.style]
24961
24961
  }, scopeId, attrs), {
24962
- default: () => [hasImage && vue.createVNode("div", {
24962
+ default: () => [hasImage && vue.createElementVNode("div", {
24963
24963
  "key": "image",
24964
24964
  "class": "v-navigation-drawer__img"
24965
24965
  }, [!slots.image ? vue.createVNode(VImg, {
@@ -24979,17 +24979,17 @@
24979
24979
  src: props.image
24980
24980
  }
24981
24981
  }
24982
- }, slots.image)]), slots.prepend && vue.createVNode("div", {
24982
+ }, slots.image)]), slots.prepend && vue.createElementVNode("div", {
24983
24983
  "class": "v-navigation-drawer__prepend"
24984
- }, [slots.prepend?.()]), vue.createVNode("div", {
24984
+ }, [slots.prepend?.()]), vue.createElementVNode("div", {
24985
24985
  "class": "v-navigation-drawer__content"
24986
- }, [slots.default?.()]), slots.append && vue.createVNode("div", {
24986
+ }, [slots.default?.()]), slots.append && vue.createElementVNode("div", {
24987
24987
  "class": "v-navigation-drawer__append"
24988
24988
  }, [slots.append?.()])]
24989
24989
  }), vue.createVNode(vue.Transition, {
24990
24990
  "name": "fade-transition"
24991
24991
  }, {
24992
- default: () => [isTemporary.value && (isDragging.value || isActive.value) && !!props.scrim && vue.createVNode("div", vue.mergeProps({
24992
+ default: () => [isTemporary.value && (isDragging.value || isActive.value) && !!props.scrim && vue.createElementVNode("div", vue.mergeProps({
24993
24993
  "class": ['v-navigation-drawer__scrim', scrimColor.backgroundColorClasses.value],
24994
24994
  "style": [scrimStyles.value, scrimColor.backgroundColorStyles.value],
24995
24995
  "onClick": () => {
@@ -25360,7 +25360,7 @@
25360
25360
  });
25361
25361
  }
25362
25362
  function controlNode() {
25363
- return vue.createVNode("div", {
25363
+ return vue.createElementVNode("div", {
25364
25364
  "class": "v-number-input__control"
25365
25365
  }, [decrementControlNode(), vue.createVNode(VDivider, {
25366
25366
  "vertical": controlVariant.value !== 'stacked'
@@ -25371,17 +25371,17 @@
25371
25371
  "vertical": true
25372
25372
  }, null) : undefined;
25373
25373
  }
25374
- const appendInnerControl = controlVariant.value === 'split' ? vue.createVNode("div", {
25374
+ const appendInnerControl = controlVariant.value === 'split' ? vue.createElementVNode("div", {
25375
25375
  "class": "v-number-input__control"
25376
25376
  }, [vue.createVNode(VDivider, {
25377
25377
  "vertical": true
25378
- }, null), incrementControlNode()]) : props.reverse || controlVariant.value === 'hidden' ? undefined : vue.createVNode(vue.Fragment, null, [dividerNode(), controlNode()]);
25378
+ }, null), incrementControlNode()]) : props.reverse || controlVariant.value === 'hidden' ? undefined : vue.createElementVNode(vue.Fragment, null, [dividerNode(), controlNode()]);
25379
25379
  const hasAppendInner = slots['append-inner'] || appendInnerControl;
25380
- const prependInnerControl = controlVariant.value === 'split' ? vue.createVNode("div", {
25380
+ const prependInnerControl = controlVariant.value === 'split' ? vue.createElementVNode("div", {
25381
25381
  "class": "v-number-input__control"
25382
25382
  }, [decrementControlNode(), vue.createVNode(VDivider, {
25383
25383
  "vertical": true
25384
- }, null)]) : props.reverse && controlVariant.value !== 'hidden' ? vue.createVNode(vue.Fragment, null, [controlNode(), dividerNode()]) : undefined;
25384
+ }, null)]) : props.reverse && controlVariant.value !== 'hidden' ? vue.createElementVNode(vue.Fragment, null, [controlNode(), dividerNode()]) : undefined;
25385
25385
  const hasPrependInner = slots['prepend-inner'] || prependInnerControl;
25386
25386
  return vue.createVNode(VTextField, vue.mergeProps({
25387
25387
  "ref": vTextFieldRef,
@@ -25409,13 +25409,13 @@
25409
25409
  for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
25410
25410
  args[_key] = arguments[_key];
25411
25411
  }
25412
- return vue.createVNode(vue.Fragment, null, [slots['append-inner']?.(...args), appendInnerControl]);
25412
+ return vue.createElementVNode(vue.Fragment, null, [slots['append-inner']?.(...args), appendInnerControl]);
25413
25413
  } : undefined,
25414
25414
  'prepend-inner': hasPrependInner ? function () {
25415
25415
  for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
25416
25416
  args[_key2] = arguments[_key2];
25417
25417
  }
25418
- return vue.createVNode(vue.Fragment, null, [prependInnerControl, slots['prepend-inner']?.(...args)]);
25418
+ return vue.createElementVNode(vue.Fragment, null, [prependInnerControl, slots['prepend-inner']?.(...args)]);
25419
25419
  } : undefined
25420
25420
  });
25421
25421
  });
@@ -25579,16 +25579,16 @@
25579
25579
  });
25580
25580
  useRender(() => {
25581
25581
  const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
25582
- return vue.createVNode("div", vue.mergeProps({
25582
+ return vue.createElementVNode("div", vue.mergeProps({
25583
25583
  "class": ['v-otp-input', {
25584
25584
  'v-otp-input--divided': !!props.divider
25585
25585
  }, props.class],
25586
25586
  "style": [props.style]
25587
- }, rootAttrs), [vue.createVNode("div", {
25587
+ }, rootAttrs), [vue.createElementVNode("div", {
25588
25588
  "ref": contentRef,
25589
25589
  "class": "v-otp-input__content",
25590
- "style": [dimensionStyles.value]
25591
- }, [fields.value.map((_, i) => vue.createVNode(vue.Fragment, null, [props.divider && i !== 0 && vue.createVNode("span", {
25590
+ "style": vue.normalizeStyle([dimensionStyles.value])
25591
+ }, [fields.value.map((_, i) => vue.createElementVNode(vue.Fragment, null, [props.divider && i !== 0 && vue.createElementVNode("span", {
25592
25592
  "class": "v-otp-input__divider"
25593
25593
  }, [props.divider]), vue.createVNode(VField, {
25594
25594
  "focused": isFocused.value && props.focusAll || focusIndex.value === i,
@@ -25597,7 +25597,7 @@
25597
25597
  ...slots,
25598
25598
  loader: undefined,
25599
25599
  default: () => {
25600
- return vue.createVNode("input", {
25600
+ return vue.createElementVNode("input", {
25601
25601
  "ref": val => inputRef.value[i] = val,
25602
25602
  "aria-label": t(props.label, i + 1),
25603
25603
  "autofocus": i === 0 && props.autofocus,
@@ -25617,7 +25617,7 @@
25617
25617
  "onPaste": event => onPaste(i, event)
25618
25618
  }, null);
25619
25619
  }
25620
- })])), vue.createVNode("input", vue.mergeProps({
25620
+ })])), vue.createElementVNode("input", vue.mergeProps({
25621
25621
  "class": "v-otp-input-input",
25622
25622
  "type": "hidden"
25623
25623
  }, inputAttrs, {
@@ -25722,10 +25722,10 @@
25722
25722
  });
25723
25723
  }
25724
25724
  useRender(() => vue.createVNode(VImg, {
25725
- "class": ['v-parallax', {
25725
+ "class": vue.normalizeClass(['v-parallax', {
25726
25726
  'v-parallax--active': isIntersecting.value
25727
- }, props.class],
25728
- "style": props.style,
25727
+ }, props.class]),
25728
+ "style": vue.normalizeStyle(props.style),
25729
25729
  "ref": root,
25730
25730
  "cover": true,
25731
25731
  "onLoadstart": onScroll,
@@ -25825,7 +25825,7 @@
25825
25825
  isDisabled,
25826
25826
  isReadonly
25827
25827
  } = _ref2;
25828
- return vue.createVNode(vue.Fragment, null, [label && vue.createVNode(VLabel, {
25828
+ return vue.createElementVNode(vue.Fragment, null, [label && vue.createVNode(VLabel, {
25829
25829
  "id": id.value
25830
25830
  }, {
25831
25831
  default: () => [label]
@@ -25963,7 +25963,7 @@
25963
25963
  "focused": isFocused.value
25964
25964
  }), {
25965
25965
  ...slots,
25966
- prepend: hasPrepend ? slotProps => vue.createVNode(vue.Fragment, null, [slots.label?.(slotProps) ?? (props.label ? vue.createVNode(VLabel, {
25966
+ prepend: hasPrepend ? slotProps => vue.createElementVNode(vue.Fragment, null, [slots.label?.(slotProps) ?? (props.label ? vue.createVNode(VLabel, {
25967
25967
  "class": "v-slider__label",
25968
25968
  "text": props.label
25969
25969
  }, null) : undefined), slots.prepend?.(slotProps)]) : undefined,
@@ -25972,18 +25972,18 @@
25972
25972
  id,
25973
25973
  messagesId
25974
25974
  } = _ref4;
25975
- return vue.createVNode("div", {
25975
+ return vue.createElementVNode("div", {
25976
25976
  "class": "v-slider__container",
25977
25977
  "onMousedown": !readonly.value ? onSliderMousedown : undefined,
25978
25978
  "onTouchstartPassive": !readonly.value ? onSliderTouchstart : undefined
25979
- }, [vue.createVNode("input", {
25979
+ }, [vue.createElementVNode("input", {
25980
25980
  "id": `${id.value}_start`,
25981
25981
  "name": props.name || id.value,
25982
25982
  "disabled": !!props.disabled,
25983
25983
  "readonly": !!props.readonly,
25984
25984
  "tabindex": "-1",
25985
25985
  "value": model.value[0]
25986
- }, null), vue.createVNode("input", {
25986
+ }, null), vue.createElementVNode("input", {
25987
25987
  "id": `${id.value}_stop`,
25988
25988
  "name": props.name || id.value,
25989
25989
  "disabled": !!props.disabled,
@@ -26182,16 +26182,16 @@
26182
26182
  size: props.size,
26183
26183
  variant: 'plain'
26184
26184
  };
26185
- return vue.createVNode(vue.Fragment, null, [vue.createVNode("label", {
26185
+ return vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("label", {
26186
26186
  "for": id,
26187
- "class": {
26187
+ "class": vue.normalizeClass({
26188
26188
  'v-rating__item--half': props.halfIncrements && value % 1 > 0,
26189
26189
  'v-rating__item--full': props.halfIncrements && value % 1 === 0
26190
- },
26190
+ }),
26191
26191
  "onMouseenter": onMouseenter,
26192
26192
  "onMouseleave": onMouseleave,
26193
26193
  "onClick": onClick
26194
- }, [vue.createVNode("span", {
26194
+ }, [vue.createElementVNode("span", {
26195
26195
  "class": "v-rating__hidden"
26196
26196
  }, [t(props.itemAriaLabel, value, props.length)]), !showStar ? undefined : slots.item ? slots.item({
26197
26197
  ...itemState.value[index],
@@ -26201,7 +26201,7 @@
26201
26201
  rating: normalizedValue.value
26202
26202
  }) : vue.createVNode(VBtn, vue.mergeProps({
26203
26203
  "aria-label": t(props.itemAriaLabel, value, props.length)
26204
- }, btnProps), null)]), vue.createVNode("input", {
26204
+ }, btnProps), null)]), vue.createElementVNode("input", {
26205
26205
  "class": "v-rating__hidden",
26206
26206
  "name": name.value,
26207
26207
  "id": id,
@@ -26215,31 +26215,31 @@
26215
26215
  }
26216
26216
  function createLabel(labelProps) {
26217
26217
  if (slots['item-label']) return slots['item-label'](labelProps);
26218
- if (labelProps.label) return vue.createVNode("span", null, [labelProps.label]);
26219
- return vue.createVNode("span", null, [vue.createTextVNode("\xA0")]);
26218
+ if (labelProps.label) return vue.createElementVNode("span", null, [labelProps.label]);
26219
+ return vue.createElementVNode("span", null, [vue.createTextVNode("\xA0")]);
26220
26220
  }
26221
26221
  useRender(() => {
26222
26222
  const hasLabels = !!props.itemLabels?.length || slots['item-label'];
26223
26223
  return vue.createVNode(props.tag, {
26224
- "class": ['v-rating', {
26224
+ "class": vue.normalizeClass(['v-rating', {
26225
26225
  'v-rating--hover': props.hover,
26226
26226
  'v-rating--readonly': props.readonly
26227
- }, themeClasses.value, props.class],
26228
- "style": props.style
26227
+ }, themeClasses.value, props.class]),
26228
+ "style": vue.normalizeStyle(props.style)
26229
26229
  }, {
26230
26230
  default: () => [vue.createVNode(VRatingItem, {
26231
26231
  "value": 0,
26232
26232
  "index": -1,
26233
26233
  "showStar": false
26234
- }, null), range.value.map((value, i) => vue.createVNode("div", {
26234
+ }, null), range.value.map((value, i) => vue.createElementVNode("div", {
26235
26235
  "class": "v-rating__wrapper"
26236
26236
  }, [hasLabels && props.itemLabelPosition === 'top' ? createLabel({
26237
26237
  value,
26238
26238
  index: i,
26239
26239
  label: props.itemLabels?.[i]
26240
- }) : undefined, vue.createVNode("div", {
26240
+ }) : undefined, vue.createElementVNode("div", {
26241
26241
  "class": "v-rating__item"
26242
- }, [props.halfIncrements ? vue.createVNode(vue.Fragment, null, [vue.createVNode(VRatingItem, {
26242
+ }, [props.halfIncrements ? vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VRatingItem, {
26243
26243
  "value": value - 0.5,
26244
26244
  "index": i * 2
26245
26245
  }, null), vue.createVNode(VRatingItem, {
@@ -26296,8 +26296,8 @@
26296
26296
  };
26297
26297
  function genBone(type) {
26298
26298
  let children = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
26299
- return vue.createVNode("div", {
26300
- "class": ['v-skeleton-loader__bone', `v-skeleton-loader__${type}`]
26299
+ return vue.createElementVNode("div", {
26300
+ "class": vue.normalizeClass(['v-skeleton-loader__bone', `v-skeleton-loader__${type}`])
26301
26301
  }, [children]);
26302
26302
  }
26303
26303
  function genBones(bone) {
@@ -26383,7 +26383,7 @@
26383
26383
  ariaLabel: t(props.loadingText),
26384
26384
  role: 'alert'
26385
26385
  };
26386
- return vue.createVNode("div", vue.mergeProps({
26386
+ return vue.createElementVNode("div", vue.mergeProps({
26387
26387
  "class": ['v-skeleton-loader', {
26388
26388
  'v-skeleton-loader--boilerplate': props.boilerplate
26389
26389
  }, themeClasses.value, backgroundColorClasses.value, elevationClasses.value],
@@ -26589,7 +26589,7 @@
26589
26589
  "onTouchend": onTouchend,
26590
26590
  "onAfterLeave": onAfterLeave
26591
26591
  }, scopeId), {
26592
- default: () => [genOverlays(false, 'v-snackbar'), props.timer && !isHovering.value && vue.createVNode("div", {
26592
+ default: () => [genOverlays(false, 'v-snackbar'), props.timer && !isHovering.value && vue.createElementVNode("div", {
26593
26593
  "key": "timer",
26594
26594
  "class": "v-snackbar__timer"
26595
26595
  }, [vue.createVNode(VProgressLinear, {
@@ -26597,7 +26597,7 @@
26597
26597
  "color": typeof props.timer === 'string' ? props.timer : 'info',
26598
26598
  "max": props.timeout,
26599
26599
  "model-value": countdown.time.value
26600
- }, null)]), hasContent && vue.createVNode("div", {
26600
+ }, null)]), hasContent && vue.createElementVNode("div", {
26601
26601
  "key": "content",
26602
26602
  "class": "v-snackbar__content",
26603
26603
  "role": "status",
@@ -26611,7 +26611,7 @@
26611
26611
  }
26612
26612
  }
26613
26613
  }, {
26614
- default: () => [vue.createVNode("div", {
26614
+ default: () => [vue.createElementVNode("div", {
26615
26615
  "class": "v-snackbar__actions"
26616
26616
  }, [slots.actions({
26617
26617
  isActive
@@ -26695,7 +26695,7 @@
26695
26695
  modelValue: _,
26696
26696
  ...snackbarProps
26697
26697
  } = VSnackbar.filterProps(props);
26698
- return vue.createVNode(vue.Fragment, null, [isVisible.value && !!current.value && (slots.default ? vue.createVNode(VDefaultsProvider, {
26698
+ return vue.createElementVNode(vue.Fragment, null, [isVisible.value && !!current.value && (slots.default ? vue.createVNode(VDefaultsProvider, {
26699
26699
  "defaults": {
26700
26700
  VSnackbar: current.value
26701
26701
  }
@@ -26711,7 +26711,7 @@
26711
26711
  text: slots.text ? () => slots.text?.({
26712
26712
  item: current.value
26713
26713
  }) : undefined,
26714
- actions: hasActions ? () => vue.createVNode(vue.Fragment, null, [!slots.actions ? vue.createVNode(VBtn, vue.mergeProps(btnProps.value, {
26714
+ actions: hasActions ? () => vue.createElementVNode(vue.Fragment, null, [!slots.actions ? vue.createVNode(VBtn, vue.mergeProps(btnProps.value, {
26715
26715
  "onClick": onClickClose
26716
26716
  }), null) : vue.createVNode(VDefaultsProvider, {
26717
26717
  "defaults": {
@@ -26869,57 +26869,57 @@
26869
26869
  const smooth = vue.computed(() => typeof props.smooth === 'boolean' ? props.smooth ? 2 : 0 : Number(props.smooth));
26870
26870
  useRender(() => {
26871
26871
  const gradientData = !props.gradient.slice().length ? [''] : props.gradient.slice().reverse();
26872
- return vue.createVNode("svg", {
26872
+ return vue.createElementVNode("svg", {
26873
26873
  "display": "block"
26874
- }, [vue.createVNode("defs", null, [vue.createVNode("linearGradient", {
26874
+ }, [vue.createElementVNode("defs", null, [vue.createElementVNode("linearGradient", {
26875
26875
  "id": id.value,
26876
26876
  "gradientUnits": "userSpaceOnUse",
26877
26877
  "x1": props.gradientDirection === 'left' ? '100%' : '0',
26878
26878
  "y1": props.gradientDirection === 'top' ? '100%' : '0',
26879
26879
  "x2": props.gradientDirection === 'right' ? '100%' : '0',
26880
26880
  "y2": props.gradientDirection === 'bottom' ? '100%' : '0'
26881
- }, [gradientData.map((color, index) => vue.createVNode("stop", {
26881
+ }, [gradientData.map((color, index) => vue.createElementVNode("stop", {
26882
26882
  "offset": index / Math.max(gradientData.length - 1, 1),
26883
26883
  "stop-color": color || 'currentColor'
26884
- }, null))])]), vue.createVNode("clipPath", {
26884
+ }, null))])]), vue.createElementVNode("clipPath", {
26885
26885
  "id": `${id.value}-clip`
26886
- }, [bars.value.map(item => vue.createVNode("rect", {
26886
+ }, [bars.value.map(item => vue.createElementVNode("rect", {
26887
26887
  "x": item.x + offsetX.value,
26888
26888
  "y": item.y,
26889
26889
  "width": lineWidth.value,
26890
26890
  "height": item.height,
26891
26891
  "rx": smooth.value,
26892
26892
  "ry": smooth.value
26893
- }, [props.autoDraw && vue.createVNode(vue.Fragment, null, [vue.createVNode("animate", {
26893
+ }, [props.autoDraw && vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("animate", {
26894
26894
  "attributeName": "y",
26895
26895
  "from": item.y + item.height,
26896
26896
  "to": item.y,
26897
26897
  "dur": `${autoDrawDuration.value}ms`,
26898
26898
  "fill": "freeze"
26899
- }, null), vue.createVNode("animate", {
26899
+ }, null), vue.createElementVNode("animate", {
26900
26900
  "attributeName": "height",
26901
26901
  "from": "0",
26902
26902
  "to": item.height,
26903
26903
  "dur": `${autoDrawDuration.value}ms`,
26904
26904
  "fill": "freeze"
26905
- }, null)])]))]), hasLabels.value && vue.createVNode("g", {
26905
+ }, null)])]))]), hasLabels.value && vue.createElementVNode("g", {
26906
26906
  "key": "labels",
26907
26907
  "style": {
26908
26908
  textAnchor: 'middle',
26909
26909
  dominantBaseline: 'mathematical',
26910
26910
  fill: 'currentColor'
26911
26911
  }
26912
- }, [parsedLabels.value.map((item, i) => vue.createVNode("text", {
26912
+ }, [parsedLabels.value.map((item, i) => vue.createElementVNode("text", {
26913
26913
  "x": item.x + offsetX.value + lineWidth.value / 2,
26914
26914
  "y": parseInt(props.height, 10) - 2 + (parseInt(props.labelSize, 10) || 7 * 0.75),
26915
26915
  "font-size": Number(props.labelSize) || 7
26916
26916
  }, [slots.label?.({
26917
26917
  index: i,
26918
26918
  value: item.value
26919
- }) ?? item.value]))]), vue.createVNode("g", {
26919
+ }) ?? item.value]))]), vue.createElementVNode("g", {
26920
26920
  "clip-path": `url(#${id.value}-clip)`,
26921
26921
  "fill": `url(#${id.value})`
26922
- }, [vue.createVNode("rect", {
26922
+ }, [vue.createElementVNode("rect", {
26923
26923
  "x": 0,
26924
26924
  "y": 0,
26925
26925
  "width": Math.max(props.modelValue.length * lineWidth.value, Number(props.width)),
@@ -27098,39 +27098,39 @@
27098
27098
  }
27099
27099
  useRender(() => {
27100
27100
  const gradientData = !props.gradient.slice().length ? [''] : props.gradient.slice().reverse();
27101
- return vue.createVNode("svg", {
27101
+ return vue.createElementVNode("svg", {
27102
27102
  "display": "block",
27103
27103
  "stroke-width": parseFloat(props.lineWidth) ?? 4
27104
- }, [vue.createVNode("defs", null, [vue.createVNode("linearGradient", {
27104
+ }, [vue.createElementVNode("defs", null, [vue.createElementVNode("linearGradient", {
27105
27105
  "id": id.value,
27106
27106
  "gradientUnits": "userSpaceOnUse",
27107
27107
  "x1": props.gradientDirection === 'left' ? '100%' : '0',
27108
27108
  "y1": props.gradientDirection === 'top' ? '100%' : '0',
27109
27109
  "x2": props.gradientDirection === 'right' ? '100%' : '0',
27110
27110
  "y2": props.gradientDirection === 'bottom' ? '100%' : '0'
27111
- }, [gradientData.map((color, index) => vue.createVNode("stop", {
27111
+ }, [gradientData.map((color, index) => vue.createElementVNode("stop", {
27112
27112
  "offset": index / Math.max(gradientData.length - 1, 1),
27113
27113
  "stop-color": color || 'currentColor'
27114
- }, null))])]), hasLabels.value && vue.createVNode("g", {
27114
+ }, null))])]), hasLabels.value && vue.createElementVNode("g", {
27115
27115
  "key": "labels",
27116
27116
  "style": {
27117
27117
  textAnchor: 'middle',
27118
27118
  dominantBaseline: 'mathematical',
27119
27119
  fill: 'currentColor'
27120
27120
  }
27121
- }, [parsedLabels.value.map((item, i) => vue.createVNode("text", {
27121
+ }, [parsedLabels.value.map((item, i) => vue.createElementVNode("text", {
27122
27122
  "x": item.x + lineWidth.value / 2 + lineWidth.value / 2,
27123
27123
  "y": parseInt(props.height, 10) - 4 + (parseInt(props.labelSize, 10) || 7 * 0.75),
27124
27124
  "font-size": Number(props.labelSize) || 7
27125
27125
  }, [slots.label?.({
27126
27126
  index: i,
27127
27127
  value: item.value
27128
- }) ?? item.value]))]), vue.createVNode("path", {
27128
+ }) ?? item.value]))]), vue.createElementVNode("path", {
27129
27129
  "ref": path,
27130
27130
  "d": genPath$1(props.fill),
27131
27131
  "fill": props.fill ? `url(#${id.value})` : 'none',
27132
27132
  "stroke": props.fill ? 'none' : `url(#${id.value})`
27133
- }, null), props.fill && vue.createVNode("path", {
27133
+ }, null), props.fill && vue.createElementVNode("path", {
27134
27134
  "d": genPath$1(false),
27135
27135
  "fill": "none",
27136
27136
  "stroke": props.color ?? props.gradient?.[0]
@@ -27298,7 +27298,7 @@
27298
27298
  const nextSlotProps = {
27299
27299
  onClick: onClickNext
27300
27300
  };
27301
- return vue.createVNode("div", {
27301
+ return vue.createElementVNode("div", {
27302
27302
  "class": "v-stepper-actions"
27303
27303
  }, [vue.createVNode(VDefaultsProvider, {
27304
27304
  "defaults": {
@@ -27372,7 +27372,7 @@
27372
27372
  const VStepperItem = genericComponent()({
27373
27373
  name: 'VStepperItem',
27374
27374
  directives: {
27375
- Ripple
27375
+ vRipple: Ripple
27376
27376
  },
27377
27377
  props: makeVStepperItemProps(),
27378
27378
  emits: {
@@ -27411,12 +27411,12 @@
27411
27411
  function onClick() {
27412
27412
  group?.toggle();
27413
27413
  }
27414
- return vue.withDirectives(vue.createVNode("button", {
27415
- "class": ['v-stepper-item', {
27414
+ return vue.withDirectives(vue.createElementVNode("button", {
27415
+ "class": vue.normalizeClass(['v-stepper-item', {
27416
27416
  'v-stepper-item--complete': hasCompleted.value,
27417
27417
  'v-stepper-item--disabled': props.disabled,
27418
27418
  'v-stepper-item--error': hasError.value
27419
- }, group?.selectedClass.value],
27419
+ }, group?.selectedClass.value]),
27420
27420
  "disabled": !props.editable,
27421
27421
  "type": "button",
27422
27422
  "onClick": onClick
@@ -27429,15 +27429,15 @@
27429
27429
  default: () => [slots.icon?.(slotProps.value) ?? (icon.value ? vue.createVNode(VIcon, {
27430
27430
  "icon": icon.value
27431
27431
  }, null) : step.value)]
27432
- }), vue.createVNode("div", {
27432
+ }), vue.createElementVNode("div", {
27433
27433
  "class": "v-stepper-item__content"
27434
- }, [hasTitle && vue.createVNode("div", {
27434
+ }, [hasTitle && vue.createElementVNode("div", {
27435
27435
  "key": "title",
27436
27436
  "class": "v-stepper-item__title"
27437
- }, [slots.title?.(slotProps.value) ?? props.title]), hasSubtitle && vue.createVNode("div", {
27437
+ }, [slots.title?.(slotProps.value) ?? props.title]), hasSubtitle && vue.createElementVNode("div", {
27438
27438
  "key": "subtitle",
27439
27439
  "class": "v-stepper-item__subtitle"
27440
- }, [slots.subtitle?.(slotProps.value) ?? props.subtitle]), slots.default?.(slotProps.value)])]), [[vue.resolveDirective("ripple"), props.ripple && props.editable, null]]);
27440
+ }, [slots.subtitle?.(slotProps.value) ?? props.subtitle]), slots.default?.(slotProps.value)])]), [[Ripple, props.ripple && props.editable, null]]);
27441
27441
  });
27442
27442
  return {};
27443
27443
  }
@@ -27633,7 +27633,7 @@
27633
27633
  raw,
27634
27634
  ...item
27635
27635
  } = _ref2;
27636
- return vue.createVNode(vue.Fragment, null, [!!index && vue.createVNode(VDivider, null, null), vue.createVNode(VStepperItem, item, {
27636
+ return vue.createElementVNode(vue.Fragment, null, [!!index && vue.createVNode(VDivider, null, null), vue.createVNode(VStepperItem, item, {
27637
27637
  default: slots[`header-item.${item.value}`] ?? slots.header,
27638
27638
  icon: slots.icon,
27639
27639
  title: slots.title,
@@ -27774,14 +27774,14 @@
27774
27774
  backgroundColorClasses,
27775
27775
  backgroundColorStyles
27776
27776
  } = _ref3;
27777
- return vue.createVNode("div", {
27778
- "class": ['v-switch__track', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined],
27779
- "style": backgroundColorStyles.value,
27777
+ return vue.createElementVNode("div", {
27778
+ "class": vue.normalizeClass(['v-switch__track', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
27779
+ "style": vue.normalizeStyle(backgroundColorStyles.value),
27780
27780
  "onClick": onTrackClick
27781
- }, [slots['track-true'] && vue.createVNode("div", {
27781
+ }, [slots['track-true'] && vue.createElementVNode("div", {
27782
27782
  "key": "prepend",
27783
27783
  "class": "v-switch__track-true"
27784
- }, [slots['track-true'](slotProps)]), slots['track-false'] && vue.createVNode("div", {
27784
+ }, [slots['track-true'](slotProps)]), slots['track-false'] && vue.createElementVNode("div", {
27785
27785
  "key": "append",
27786
27786
  "class": "v-switch__track-false"
27787
27787
  }, [slots['track-false'](slotProps)])]);
@@ -27793,11 +27793,11 @@
27793
27793
  backgroundColorClasses,
27794
27794
  backgroundColorStyles
27795
27795
  } = _ref4;
27796
- return vue.createVNode(vue.Fragment, null, [inputNode, vue.createVNode("div", {
27797
- "class": ['v-switch__thumb', {
27796
+ return vue.createElementVNode(vue.Fragment, null, [inputNode, vue.createElementVNode("div", {
27797
+ "class": vue.normalizeClass(['v-switch__thumb', {
27798
27798
  'v-switch__thumb--filled': icon || props.loading
27799
- }, props.inset || isForcedColorsModeActive ? undefined : backgroundColorClasses.value],
27800
- "style": props.inset ? undefined : backgroundColorStyles.value
27799
+ }, props.inset || isForcedColorsModeActive ? undefined : backgroundColorClasses.value]),
27800
+ "style": vue.normalizeStyle(props.inset ? undefined : backgroundColorStyles.value)
27801
27801
  }, [slots.thumb ? vue.createVNode(VDefaultsProvider, {
27802
27802
  "defaults": {
27803
27803
  VIcon: {
@@ -27885,10 +27885,10 @@
27885
27885
  absolute: vue.toRef(() => props.absolute)
27886
27886
  });
27887
27887
  useRender(() => vue.createVNode(props.tag, {
27888
- "class": ['v-system-bar', {
27888
+ "class": vue.normalizeClass(['v-system-bar', {
27889
27889
  'v-system-bar--window': props.window
27890
- }, themeClasses.value, backgroundColorClasses.value, elevationClasses.value, roundedClasses.value, props.class],
27891
- "style": [backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, props.style]
27890
+ }, themeClasses.value, backgroundColorClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
27891
+ "style": vue.normalizeStyle([backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, props.style])
27892
27892
  }, slots));
27893
27893
  return {};
27894
27894
  }
@@ -27979,10 +27979,10 @@
27979
27979
  "onGroup:selected": updateSlider
27980
27980
  }), {
27981
27981
  ...slots,
27982
- default: () => vue.createVNode(vue.Fragment, null, [slots.default?.() ?? props.text, !props.hideSlider && vue.createVNode("div", {
27982
+ default: () => vue.createElementVNode(vue.Fragment, null, [slots.default?.() ?? props.text, !props.hideSlider && vue.createElementVNode("div", {
27983
27983
  "ref": sliderEl,
27984
- "class": ['v-tab__slider', sliderColorClasses.value],
27985
- "style": sliderColorStyles.value
27984
+ "class": vue.normalizeClass(['v-tab__slider', sliderColorClasses.value]),
27985
+ "style": vue.normalizeStyle(sliderColorStyles.value)
27986
27986
  }, null)])
27987
27987
  });
27988
27988
  });
@@ -28134,7 +28134,7 @@
28134
28134
  useRender(() => {
28135
28135
  const slideGroupProps = VSlideGroup.filterProps(props);
28136
28136
  const hasWindow = !!(slots.window || props.items.length > 0);
28137
- return vue.createVNode(vue.Fragment, null, [vue.createVNode(VSlideGroup, vue.mergeProps(slideGroupProps, {
28137
+ return vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VSlideGroup, vue.mergeProps(slideGroupProps, {
28138
28138
  "modelValue": model.value,
28139
28139
  "onUpdate:modelValue": $event => model.value = $event,
28140
28140
  "class": ['v-tabs', `v-tabs--${props.direction}`, `v-tabs--align-tabs-${props.alignTabs}`, {
@@ -28207,7 +28207,7 @@
28207
28207
  const VTextarea = genericComponent()({
28208
28208
  name: 'VTextarea',
28209
28209
  directives: {
28210
- Intersect
28210
+ vIntersect: Intersect
28211
28211
  },
28212
28212
  inheritAttrs: false,
28213
28213
  props: makeVTextareaProps(),
@@ -28380,9 +28380,9 @@
28380
28380
  ...slotProps
28381
28381
  }
28382
28382
  } = _ref3;
28383
- return vue.createVNode(vue.Fragment, null, [props.prefix && vue.createVNode("span", {
28383
+ return vue.createElementVNode(vue.Fragment, null, [props.prefix && vue.createElementVNode("span", {
28384
28384
  "class": "v-text-field__prefix"
28385
- }, [props.prefix]), vue.withDirectives(vue.createVNode("textarea", vue.mergeProps({
28385
+ }, [props.prefix]), vue.withDirectives(vue.createElementVNode("textarea", vue.mergeProps({
28386
28386
  "ref": textareaRef,
28387
28387
  "class": fieldClass,
28388
28388
  "value": model.value,
@@ -28395,24 +28395,24 @@
28395
28395
  "name": props.name,
28396
28396
  "onFocus": onFocus,
28397
28397
  "onBlur": blur
28398
- }, slotProps, inputAttrs), null), [[vue.resolveDirective("intersect"), {
28398
+ }, slotProps, inputAttrs), null), [[Intersect, {
28399
28399
  handler: onIntersect
28400
28400
  }, null, {
28401
28401
  once: true
28402
- }]]), props.autoGrow && vue.withDirectives(vue.createVNode("textarea", {
28403
- "class": [fieldClass, 'v-textarea__sizer'],
28402
+ }]]), props.autoGrow && vue.withDirectives(vue.createElementVNode("textarea", {
28403
+ "class": vue.normalizeClass([fieldClass, 'v-textarea__sizer']),
28404
28404
  "id": `${slotProps.id}-sizer`,
28405
28405
  "onUpdate:modelValue": $event => model.value = $event,
28406
28406
  "ref": sizerRef,
28407
28407
  "readonly": true,
28408
28408
  "aria-hidden": "true"
28409
- }, null), [[vue.vModelText, model.value]]), props.suffix && vue.createVNode("span", {
28409
+ }, null), [[vue.vModelText, model.value]]), props.suffix && vue.createElementVNode("span", {
28410
28410
  "class": "v-text-field__suffix"
28411
28411
  }, [props.suffix])]);
28412
28412
  }
28413
28413
  });
28414
28414
  },
28415
- details: hasDetails ? slotProps => vue.createVNode(vue.Fragment, null, [slots.details?.(slotProps), hasCounter && vue.createVNode(vue.Fragment, null, [vue.createVNode("span", null, null), vue.createVNode(VCounter, {
28415
+ details: hasDetails ? slotProps => vue.createElementVNode(vue.Fragment, null, [slots.details?.(slotProps), hasCounter && vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("span", null, null), vue.createVNode(VCounter, {
28416
28416
  "active": props.persistentCounter || isFocused.value,
28417
28417
  "value": counterValue.value,
28418
28418
  "max": max.value,
@@ -28443,8 +28443,8 @@
28443
28443
  return () => {
28444
28444
  if (!props.withBackground) return slots.default?.();
28445
28445
  return vue.createVNode(props.tag, {
28446
- "class": ['v-theme-provider', themeClasses.value, props.class],
28447
- "style": props.style
28446
+ "class": vue.normalizeClass(['v-theme-provider', themeClasses.value, props.class]),
28447
+ "style": vue.normalizeStyle(props.style)
28448
28448
  }, {
28449
28449
  default: () => [slots.default?.()]
28450
28450
  });
@@ -28489,21 +28489,21 @@
28489
28489
  backgroundColorClasses: lineColorClasses,
28490
28490
  backgroundColorStyles: lineColorStyles
28491
28491
  } = useBackgroundColor(() => props.lineColor);
28492
- useRender(() => vue.createVNode("div", {
28493
- "class": ['v-timeline-divider', {
28492
+ useRender(() => vue.createElementVNode("div", {
28493
+ "class": vue.normalizeClass(['v-timeline-divider', {
28494
28494
  'v-timeline-divider--fill-dot': props.fillDot
28495
- }, props.class],
28496
- "style": props.style
28497
- }, [vue.createVNode("div", {
28498
- "class": ['v-timeline-divider__before', lineColorClasses.value],
28499
- "style": lineColorStyles.value
28500
- }, null), !props.hideDot && vue.createVNode("div", {
28495
+ }, props.class]),
28496
+ "style": vue.normalizeStyle(props.style)
28497
+ }, [vue.createElementVNode("div", {
28498
+ "class": vue.normalizeClass(['v-timeline-divider__before', lineColorClasses.value]),
28499
+ "style": vue.normalizeStyle(lineColorStyles.value)
28500
+ }, null), !props.hideDot && vue.createElementVNode("div", {
28501
28501
  "key": "dot",
28502
- "class": ['v-timeline-divider__dot', elevationClasses.value, roundedClasses.value, sizeClasses.value],
28503
- "style": sizeStyles.value
28504
- }, [vue.createVNode("div", {
28505
- "class": ['v-timeline-divider__inner-dot', backgroundColorClasses.value, roundedClasses.value],
28506
- "style": backgroundColorStyles.value
28502
+ "class": vue.normalizeClass(['v-timeline-divider__dot', elevationClasses.value, roundedClasses.value, sizeClasses.value]),
28503
+ "style": vue.normalizeStyle(sizeStyles.value)
28504
+ }, [vue.createElementVNode("div", {
28505
+ "class": vue.normalizeClass(['v-timeline-divider__inner-dot', backgroundColorClasses.value, roundedClasses.value]),
28506
+ "style": vue.normalizeStyle(backgroundColorStyles.value)
28507
28507
  }, [!slots.default ? vue.createVNode(VIcon, {
28508
28508
  "key": "icon",
28509
28509
  "color": props.iconColor,
@@ -28519,9 +28519,9 @@
28519
28519
  size: props.size
28520
28520
  }
28521
28521
  }
28522
- }, slots.default)])]), vue.createVNode("div", {
28523
- "class": ['v-timeline-divider__after', lineColorClasses.value],
28524
- "style": lineColorStyles.value
28522
+ }, slots.default)])]), vue.createElementVNode("div", {
28523
+ "class": vue.normalizeClass(['v-timeline-divider__after', lineColorClasses.value]),
28524
+ "style": vue.normalizeStyle(lineColorStyles.value)
28525
28525
  }, null)]));
28526
28526
  return {};
28527
28527
  }
@@ -28572,19 +28572,19 @@
28572
28572
  }, {
28573
28573
  flush: 'post'
28574
28574
  });
28575
- useRender(() => vue.createVNode("div", {
28576
- "class": ['v-timeline-item', {
28575
+ useRender(() => vue.createElementVNode("div", {
28576
+ "class": vue.normalizeClass(['v-timeline-item', {
28577
28577
  'v-timeline-item--fill-dot': props.fillDot,
28578
28578
  'v-timeline-item--side-start': props.side === 'start',
28579
28579
  'v-timeline-item--side-end': props.side === 'end'
28580
- }, props.class],
28581
- "style": [{
28580
+ }, props.class]),
28581
+ "style": vue.normalizeStyle([{
28582
28582
  '--v-timeline-dot-size': convertToUnit(dotSize.value),
28583
28583
  '--v-timeline-line-inset': props.lineInset ? `calc(var(--v-timeline-dot-size) / 2 + ${convertToUnit(props.lineInset)})` : convertToUnit(0)
28584
- }, props.style]
28585
- }, [vue.createVNode("div", {
28584
+ }, props.style])
28585
+ }, [vue.createElementVNode("div", {
28586
28586
  "class": "v-timeline-item__body",
28587
- "style": dimensionStyles.value
28587
+ "style": vue.normalizeStyle(dimensionStyles.value)
28588
28588
  }, [slots.default?.()]), vue.createVNode(VTimelineDivider, {
28589
28589
  "ref": dotRef,
28590
28590
  "hideDot": props.hideDot,
@@ -28597,7 +28597,7 @@
28597
28597
  "rounded": props.rounded
28598
28598
  }, {
28599
28599
  default: slots.icon
28600
- }), props.density !== 'compact' && vue.createVNode("div", {
28600
+ }), props.density !== 'compact' && vue.createElementVNode("div", {
28601
28601
  "class": "v-timeline-item__opposite"
28602
28602
  }, [!props.hideOpposite && slots.opposite?.()])]));
28603
28603
  return {};
@@ -28690,12 +28690,12 @@
28690
28690
  }
28691
28691
  });
28692
28692
  useRender(() => vue.createVNode(props.tag, {
28693
- "class": ['v-timeline', `v-timeline--${props.direction}`, `v-timeline--align-${props.align}`, `v-timeline--justify-${props.justify}`, truncateClasses.value, {
28693
+ "class": vue.normalizeClass(['v-timeline', `v-timeline--${props.direction}`, `v-timeline--align-${props.align}`, `v-timeline--justify-${props.justify}`, truncateClasses.value, {
28694
28694
  'v-timeline--inset-line': !!props.lineInset
28695
- }, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class],
28696
- "style": [{
28695
+ }, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class]),
28696
+ "style": vue.normalizeStyle([{
28697
28697
  '--v-timeline-line-thickness': convertToUnit(props.lineThickness)
28698
- }, props.style]
28698
+ }, props.style])
28699
28699
  }, slots));
28700
28700
  return {};
28701
28701
  }
@@ -28721,9 +28721,9 @@
28721
28721
  variant: vue.toRef(() => props.variant)
28722
28722
  }
28723
28723
  });
28724
- useRender(() => vue.createVNode("div", {
28725
- "class": ['v-toolbar-items', props.class],
28726
- "style": props.style
28724
+ useRender(() => vue.createElementVNode("div", {
28725
+ "class": vue.normalizeClass(['v-toolbar-items', props.class]),
28726
+ "style": vue.normalizeStyle(props.style)
28727
28727
  }, [slots.default?.()]));
28728
28728
  return {};
28729
28729
  }
@@ -29320,7 +29320,7 @@
29320
29320
  };
29321
29321
  });
29322
29322
  }
29323
- const version$1 = "3.8.6-master.2025-05-24";
29323
+ const version$1 = "3.8.6-master.2025-05-26";
29324
29324
  createVuetify$1.version = version$1;
29325
29325
 
29326
29326
  // Vue's inject() can only be used in setup
@@ -29345,7 +29345,7 @@
29345
29345
  ...options
29346
29346
  });
29347
29347
  };
29348
- const version = "3.8.6-master.2025-05-24";
29348
+ const version = "3.8.6-master.2025-05-26";
29349
29349
  createVuetify.version = version;
29350
29350
 
29351
29351
  exports.blueprints = index;