@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
@@ -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
  */
@@ -2671,11 +2671,11 @@
2671
2671
  const {
2672
2672
  rtlClasses
2673
2673
  } = useRtl();
2674
- useRender(() => vue.createVNode("div", {
2674
+ useRender(() => vue.createElementVNode("div", {
2675
2675
  "ref": layoutRef,
2676
- "class": ['v-application', theme.themeClasses.value, layoutClasses.value, rtlClasses.value, props.class],
2677
- "style": [props.style]
2678
- }, [vue.createVNode("div", {
2676
+ "class": vue.normalizeClass(['v-application', theme.themeClasses.value, layoutClasses.value, rtlClasses.value, props.class]),
2677
+ "style": vue.normalizeStyle([props.style])
2678
+ }, [vue.createElementVNode("div", {
2679
2679
  "class": "v-application__wrap"
2680
2680
  }, [slots.default?.()])]));
2681
2681
  return {
@@ -2715,10 +2715,10 @@
2715
2715
  useRender(() => {
2716
2716
  const hasText = !!(slots.default || slots.text || props.text);
2717
2717
  return vue.createVNode(props.tag, {
2718
- "class": ['v-toolbar-title', props.class],
2719
- "style": props.style
2718
+ "class": vue.normalizeClass(['v-toolbar-title', props.class]),
2719
+ "style": vue.normalizeStyle(props.style)
2720
2720
  }, {
2721
- default: () => [hasText && vue.createVNode("div", {
2721
+ default: () => [hasText && vue.createElementVNode("div", {
2722
2722
  "class": "v-toolbar-title__placeholder"
2723
2723
  }, [slots.text ? slots.text() : props.text, slots.default?.()])]
2724
2724
  });
@@ -3178,16 +3178,16 @@
3178
3178
  const {
3179
3179
  dimensionStyles
3180
3180
  } = useDimension(props);
3181
- useRender(() => vue.createVNode("div", {
3182
- "class": ['v-responsive', {
3181
+ useRender(() => vue.createElementVNode("div", {
3182
+ "class": vue.normalizeClass(['v-responsive', {
3183
3183
  'v-responsive--inline': props.inline
3184
- }, props.class],
3185
- "style": [dimensionStyles.value, props.style]
3186
- }, [vue.createVNode("div", {
3184
+ }, props.class]),
3185
+ "style": vue.normalizeStyle([dimensionStyles.value, props.style])
3186
+ }, [vue.createElementVNode("div", {
3187
3187
  "class": "v-responsive__sizer",
3188
- "style": aspectStyles.value
3189
- }, null), slots.additional?.(), slots.default && vue.createVNode("div", {
3190
- "class": ['v-responsive__content', props.contentClass]
3188
+ "style": vue.normalizeStyle(aspectStyles.value)
3189
+ }, null), slots.additional?.(), slots.default && vue.createElementVNode("div", {
3190
+ "class": vue.normalizeClass(['v-responsive__content', props.contentClass])
3191
3191
  }, [slots.default()])]));
3192
3192
  return {};
3193
3193
  }
@@ -3421,7 +3421,7 @@
3421
3421
  const VImg = genericComponent()({
3422
3422
  name: 'VImg',
3423
3423
  directives: {
3424
- intersect: Intersect
3424
+ vIntersect: Intersect
3425
3425
  },
3426
3426
  props: makeVImgProps(),
3427
3427
  emits: {
@@ -3550,11 +3550,11 @@
3550
3550
  }));
3551
3551
  const __image = () => {
3552
3552
  if (!normalisedSrc.value.src || state.value === 'idle') return null;
3553
- const img = vue.createVNode("img", {
3554
- "class": ['v-img__img', containClasses.value],
3555
- "style": {
3553
+ const img = vue.createElementVNode("img", {
3554
+ "class": vue.normalizeClass(['v-img__img', containClasses.value]),
3555
+ "style": vue.normalizeStyle({
3556
3556
  objectPosition: props.position
3557
- },
3557
+ }),
3558
3558
  "crossorigin": props.crossorigin,
3559
3559
  "src": normalisedSrc.value.src,
3560
3560
  "srcset": normalisedSrc.value.srcset,
@@ -3571,7 +3571,7 @@
3571
3571
  "transition": props.transition,
3572
3572
  "appear": true
3573
3573
  }, {
3574
- default: () => [vue.withDirectives(sources ? vue.createVNode("picture", {
3574
+ default: () => [vue.withDirectives(sources ? vue.createElementVNode("picture", {
3575
3575
  "class": "v-img__picture"
3576
3576
  }, [sources, img]) : img, [[vue.vShow, state.value === 'loaded']])]
3577
3577
  });
@@ -3579,11 +3579,11 @@
3579
3579
  const __preloadImage = () => vue.createVNode(MaybeTransition, {
3580
3580
  "transition": props.transition
3581
3581
  }, {
3582
- default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && vue.createVNode("img", {
3583
- "class": ['v-img__img', 'v-img__img--preload', containClasses.value],
3584
- "style": {
3582
+ default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && vue.createElementVNode("img", {
3583
+ "class": vue.normalizeClass(['v-img__img', 'v-img__img--preload', containClasses.value]),
3584
+ "style": vue.normalizeStyle({
3585
3585
  objectPosition: props.position
3586
- },
3586
+ }),
3587
3587
  "crossorigin": props.crossorigin,
3588
3588
  "src": normalisedSrc.value.lazySrc,
3589
3589
  "alt": props.alt,
@@ -3597,7 +3597,7 @@
3597
3597
  "transition": props.transition,
3598
3598
  "appear": true
3599
3599
  }, {
3600
- default: () => [(state.value === 'loading' || state.value === 'error' && !slots.error) && vue.createVNode("div", {
3600
+ default: () => [(state.value === 'loading' || state.value === 'error' && !slots.error) && vue.createElementVNode("div", {
3601
3601
  "class": "v-img__placeholder"
3602
3602
  }, [slots.placeholder()])]
3603
3603
  });
@@ -3608,18 +3608,18 @@
3608
3608
  "transition": props.transition,
3609
3609
  "appear": true
3610
3610
  }, {
3611
- default: () => [state.value === 'error' && vue.createVNode("div", {
3611
+ default: () => [state.value === 'error' && vue.createElementVNode("div", {
3612
3612
  "class": "v-img__error"
3613
3613
  }, [slots.error()])]
3614
3614
  });
3615
3615
  };
3616
3616
  const __gradient = () => {
3617
3617
  if (!props.gradient) return null;
3618
- return vue.createVNode("div", {
3618
+ return vue.createElementVNode("div", {
3619
3619
  "class": "v-img__gradient",
3620
- "style": {
3620
+ "style": vue.normalizeStyle({
3621
3621
  backgroundImage: `linear-gradient(${props.gradient})`
3622
- }
3622
+ })
3623
3623
  }, null);
3624
3624
  };
3625
3625
  const isBooted = vue.shallowRef(false);
@@ -3651,9 +3651,9 @@
3651
3651
  "aria-label": props.alt,
3652
3652
  "role": props.alt ? 'img' : undefined
3653
3653
  }), {
3654
- 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)]),
3654
+ 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)]),
3655
3655
  default: slots.default
3656
- }), [[vue.resolveDirective("intersect"), {
3656
+ }), [[Intersect, {
3657
3657
  handler: init,
3658
3658
  options: props.options
3659
3659
  }, null, {
@@ -3796,16 +3796,16 @@
3796
3796
  const extension = slots.extension?.();
3797
3797
  isExtended.value = !!(props.extended || extension);
3798
3798
  return vue.createVNode(props.tag, {
3799
- "class": ['v-toolbar', {
3799
+ "class": vue.normalizeClass(['v-toolbar', {
3800
3800
  'v-toolbar--absolute': props.absolute,
3801
3801
  'v-toolbar--collapse': props.collapse,
3802
3802
  'v-toolbar--flat': props.flat,
3803
3803
  'v-toolbar--floating': props.floating,
3804
3804
  [`v-toolbar--density-${props.density}`]: true
3805
- }, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class],
3806
- "style": [backgroundColorStyles.value, props.style]
3805
+ }, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class]),
3806
+ "style": vue.normalizeStyle([backgroundColorStyles.value, props.style])
3807
3807
  }, {
3808
- default: () => [hasImage && vue.createVNode("div", {
3808
+ default: () => [hasImage && vue.createElementVNode("div", {
3809
3809
  "key": "image",
3810
3810
  "class": "v-toolbar__image"
3811
3811
  }, [!slots.image ? vue.createVNode(VImg, {
@@ -3828,19 +3828,19 @@
3828
3828
  }
3829
3829
  }
3830
3830
  }, {
3831
- default: () => [vue.createVNode("div", {
3831
+ default: () => [vue.createElementVNode("div", {
3832
3832
  "class": "v-toolbar__content",
3833
- "style": {
3833
+ "style": vue.normalizeStyle({
3834
3834
  height: convertToUnit(contentHeight.value)
3835
- }
3836
- }, [slots.prepend && vue.createVNode("div", {
3835
+ })
3836
+ }, [slots.prepend && vue.createElementVNode("div", {
3837
3837
  "class": "v-toolbar__prepend"
3838
3838
  }, [slots.prepend?.()]), hasTitle && vue.createVNode(VToolbarTitle, {
3839
3839
  "key": "title",
3840
3840
  "text": props.title
3841
3841
  }, {
3842
3842
  text: slots.title
3843
- }), slots.default?.(), slots.append && vue.createVNode("div", {
3843
+ }), slots.default?.(), slots.append && vue.createElementVNode("div", {
3844
3844
  "class": "v-toolbar__append"
3845
3845
  }, [slots.append?.()])])]
3846
3846
  }), vue.createVNode(VDefaultsProvider, {
@@ -3851,11 +3851,11 @@
3851
3851
  }
3852
3852
  }, {
3853
3853
  default: () => [vue.createVNode(VExpandTransition, null, {
3854
- default: () => [isExtended.value && vue.createVNode("div", {
3854
+ default: () => [isExtended.value && vue.createElementVNode("div", {
3855
3855
  "class": "v-toolbar__extension",
3856
- "style": {
3856
+ "style": vue.normalizeStyle({
3857
3857
  height: convertToUnit(extensionHeight.value)
3858
- }
3858
+ })
3859
3859
  }, [extension])]
3860
3860
  })]
3861
3861
  })]
@@ -4134,12 +4134,12 @@
4134
4134
 
4135
4135
  const allowedVariants$2 = ['elevated', 'flat', 'tonal', 'outlined', 'text', 'plain'];
4136
4136
  function genOverlays(isClickable, name) {
4137
- return vue.createVNode(vue.Fragment, null, [isClickable && vue.createVNode("span", {
4137
+ return vue.createElementVNode(vue.Fragment, null, [isClickable && vue.createElementVNode("span", {
4138
4138
  "key": "overlay",
4139
- "class": `${name}__overlay`
4140
- }, null), vue.createVNode("span", {
4139
+ "class": vue.normalizeClass(`${name}__overlay`)
4140
+ }, null), vue.createElementVNode("span", {
4141
4141
  "key": "underlay",
4142
- "class": `${name}__underlay`
4142
+ "class": vue.normalizeClass(`${name}__underlay`)
4143
4143
  }, null)]);
4144
4144
  }
4145
4145
  const makeVariantProps = propsFactory({
@@ -4223,10 +4223,10 @@
4223
4223
  });
4224
4224
  useRender(() => {
4225
4225
  return vue.createVNode(props.tag, {
4226
- "class": ['v-btn-group', {
4226
+ "class": vue.normalizeClass(['v-btn-group', {
4227
4227
  'v-btn-group--divided': props.divided
4228
- }, themeClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class],
4229
- "style": props.style
4228
+ }, themeClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
4229
+ "style": vue.normalizeStyle(props.style)
4230
4230
  }, slots);
4231
4231
  });
4232
4232
  }
@@ -4604,18 +4604,18 @@
4604
4604
  return vue.createVNode(props.tag, vue.mergeProps(attrs, {
4605
4605
  "style": null
4606
4606
  }), {
4607
- default: () => [vue.createVNode("svg", {
4607
+ default: () => [vue.createElementVNode("svg", {
4608
4608
  "class": "v-icon__svg",
4609
4609
  "xmlns": "http://www.w3.org/2000/svg",
4610
4610
  "viewBox": "0 0 24 24",
4611
4611
  "role": "img",
4612
4612
  "aria-hidden": "true"
4613
- }, [Array.isArray(props.icon) ? props.icon.map(path => Array.isArray(path) ? vue.createVNode("path", {
4613
+ }, [Array.isArray(props.icon) ? props.icon.map(path => Array.isArray(path) ? vue.createElementVNode("path", {
4614
4614
  "d": path[0],
4615
4615
  "fill-opacity": path[1]
4616
- }, null) : vue.createVNode("path", {
4616
+ }, null) : vue.createElementVNode("path", {
4617
4617
  "d": path
4618
- }, null)) : vue.createVNode("path", {
4618
+ }, null)) : vue.createElementVNode("path", {
4619
4619
  "d": props.icon
4620
4620
  }, null)])]
4621
4621
  });
@@ -4639,7 +4639,7 @@
4639
4639
  setup(props) {
4640
4640
  return () => {
4641
4641
  return vue.createVNode(props.tag, {
4642
- "class": props.icon
4642
+ "class": vue.normalizeClass(props.icon)
4643
4643
  }, null);
4644
4644
  };
4645
4645
  }
@@ -4792,19 +4792,19 @@
4792
4792
  return vue.createVNode(iconData.value.component, {
4793
4793
  "tag": props.tag,
4794
4794
  "icon": iconData.value.icon,
4795
- "class": ['v-icon', 'notranslate', themeClasses.value, sizeClasses.value, textColorClasses.value, {
4795
+ "class": vue.normalizeClass(['v-icon', 'notranslate', themeClasses.value, sizeClasses.value, textColorClasses.value, {
4796
4796
  'v-icon--clickable': hasClick,
4797
4797
  'v-icon--disabled': props.disabled,
4798
4798
  'v-icon--start': props.start,
4799
4799
  'v-icon--end': props.end
4800
- }, props.class],
4801
- "style": [{
4800
+ }, props.class]),
4801
+ "style": vue.normalizeStyle([{
4802
4802
  '--v-icon-opacity': props.opacity
4803
4803
  }, !sizeClasses.value ? {
4804
4804
  fontSize: convertToUnit(props.size),
4805
4805
  height: convertToUnit(props.size),
4806
4806
  width: convertToUnit(props.size)
4807
- } : undefined, textColorStyles.value, props.style],
4807
+ } : undefined, textColorStyles.value, props.style]),
4808
4808
  "role": hasClick ? 'button' : undefined,
4809
4809
  "aria-hidden": !hasClick,
4810
4810
  "tabindex": hasClick ? props.disabled ? -1 : 0 : undefined
@@ -4916,26 +4916,26 @@
4916
4916
  });
4917
4917
  useRender(() => vue.createVNode(props.tag, {
4918
4918
  "ref": root,
4919
- "class": ['v-progress-circular', {
4919
+ "class": vue.normalizeClass(['v-progress-circular', {
4920
4920
  'v-progress-circular--indeterminate': !!props.indeterminate,
4921
4921
  'v-progress-circular--visible': isIntersecting.value,
4922
4922
  'v-progress-circular--disable-shrink': props.indeterminate === 'disable-shrink'
4923
- }, themeClasses.value, sizeClasses.value, textColorClasses.value, props.class],
4924
- "style": [sizeStyles.value, textColorStyles.value, props.style],
4923
+ }, themeClasses.value, sizeClasses.value, textColorClasses.value, props.class]),
4924
+ "style": vue.normalizeStyle([sizeStyles.value, textColorStyles.value, props.style]),
4925
4925
  "role": "progressbar",
4926
4926
  "aria-valuemin": "0",
4927
4927
  "aria-valuemax": "100",
4928
4928
  "aria-valuenow": props.indeterminate ? undefined : normalizedValue.value
4929
4929
  }, {
4930
- default: () => [vue.createVNode("svg", {
4931
- "style": {
4930
+ default: () => [vue.createElementVNode("svg", {
4931
+ "style": vue.normalizeStyle({
4932
4932
  transform: `rotate(calc(-90deg + ${Number(props.rotate)}deg))`
4933
- },
4933
+ }),
4934
4934
  "xmlns": "http://www.w3.org/2000/svg",
4935
4935
  "viewBox": `0 0 ${diameter.value} ${diameter.value}`
4936
- }, [vue.createVNode("circle", {
4937
- "class": ['v-progress-circular__underlay', underlayColorClasses.value],
4938
- "style": underlayColorStyles.value,
4936
+ }, [vue.createElementVNode("circle", {
4937
+ "class": vue.normalizeClass(['v-progress-circular__underlay', underlayColorClasses.value]),
4938
+ "style": vue.normalizeStyle(underlayColorStyles.value),
4939
4939
  "fill": "transparent",
4940
4940
  "cx": "50%",
4941
4941
  "cy": "50%",
@@ -4943,7 +4943,7 @@
4943
4943
  "stroke-width": strokeWidth.value,
4944
4944
  "stroke-dasharray": CIRCUMFERENCE,
4945
4945
  "stroke-dashoffset": 0
4946
- }, null), vue.createVNode("circle", {
4946
+ }, null), vue.createElementVNode("circle", {
4947
4947
  "class": "v-progress-circular__overlay",
4948
4948
  "fill": "transparent",
4949
4949
  "cx": "50%",
@@ -4952,7 +4952,7 @@
4952
4952
  "stroke-width": strokeWidth.value,
4953
4953
  "stroke-dasharray": CIRCUMFERENCE,
4954
4954
  "stroke-dashoffset": strokeDashOffset.value
4955
- }, null)]), slots.default && vue.createVNode("div", {
4955
+ }, null)]), slots.default && vue.createElementVNode("div", {
4956
4956
  "class": "v-progress-circular__content"
4957
4957
  }, [slots.default({
4958
4958
  value: normalizedValue.value
@@ -5126,21 +5126,21 @@
5126
5126
  }
5127
5127
  useRender(() => vue.createVNode(props.tag, {
5128
5128
  "ref": intersectionRef,
5129
- "class": ['v-progress-linear', {
5129
+ "class": vue.normalizeClass(['v-progress-linear', {
5130
5130
  'v-progress-linear--absolute': props.absolute,
5131
5131
  'v-progress-linear--active': props.active && isIntersecting.value,
5132
5132
  'v-progress-linear--reverse': isReversed.value,
5133
5133
  'v-progress-linear--rounded': props.rounded,
5134
5134
  'v-progress-linear--rounded-bar': props.roundedBar,
5135
5135
  'v-progress-linear--striped': props.striped
5136
- }, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class],
5137
- "style": [{
5136
+ }, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class]),
5137
+ "style": vue.normalizeStyle([{
5138
5138
  bottom: props.location === 'bottom' ? 0 : undefined,
5139
5139
  top: props.location === 'top' ? 0 : undefined,
5140
5140
  height: props.active ? convertToUnit(height.value) : 0,
5141
5141
  '--v-progress-linear-height': convertToUnit(height.value),
5142
5142
  ...(props.absolute ? locationStyles.value : {})
5143
- }, props.style],
5143
+ }, props.style]),
5144
5144
  "role": "progressbar",
5145
5145
  "aria-hidden": props.active ? 'false' : 'true',
5146
5146
  "aria-valuemin": "0",
@@ -5148,10 +5148,10 @@
5148
5148
  "aria-valuenow": props.indeterminate ? undefined : Math.min(parseFloat(progress.value), max.value),
5149
5149
  "onClick": props.clickable && handleClick
5150
5150
  }, {
5151
- default: () => [props.stream && vue.createVNode("div", {
5151
+ default: () => [props.stream && vue.createElementVNode("div", {
5152
5152
  "key": "stream",
5153
- "class": ['v-progress-linear__stream', textColorClasses.value],
5154
- "style": {
5153
+ "class": vue.normalizeClass(['v-progress-linear__stream', textColorClasses.value]),
5154
+ "style": vue.normalizeStyle({
5155
5155
  ...textColorStyles.value,
5156
5156
  [isReversed.value ? 'left' : 'right']: convertToUnit(-height.value),
5157
5157
  borderTop: `${convertToUnit(height.value / 2)} dotted`,
@@ -5159,35 +5159,35 @@
5159
5159
  top: `calc(50% - ${convertToUnit(height.value / 4)})`,
5160
5160
  width: convertToUnit(100 - normalizedBuffer.value, '%'),
5161
5161
  '--v-progress-linear-stream-to': convertToUnit(height.value * (isReversed.value ? 1 : -1))
5162
- }
5163
- }, null), vue.createVNode("div", {
5164
- "class": ['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined],
5165
- "style": [backgroundColorStyles.value, {
5162
+ })
5163
+ }, null), vue.createElementVNode("div", {
5164
+ "class": vue.normalizeClass(['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
5165
+ "style": vue.normalizeStyle([backgroundColorStyles.value, {
5166
5166
  opacity: parseFloat(props.bgOpacity),
5167
5167
  width: props.stream ? 0 : undefined
5168
- }]
5169
- }, null), vue.createVNode("div", {
5170
- "class": ['v-progress-linear__buffer', !isForcedColorsModeActive ? bufferColorClasses.value : undefined],
5171
- "style": [bufferColorStyles.value, {
5168
+ }])
5169
+ }, null), vue.createElementVNode("div", {
5170
+ "class": vue.normalizeClass(['v-progress-linear__buffer', !isForcedColorsModeActive ? bufferColorClasses.value : undefined]),
5171
+ "style": vue.normalizeStyle([bufferColorStyles.value, {
5172
5172
  opacity: parseFloat(props.bufferOpacity),
5173
5173
  width: convertToUnit(normalizedBuffer.value, '%')
5174
- }]
5174
+ }])
5175
5175
  }, null), vue.createVNode(vue.Transition, {
5176
5176
  "name": transition.value
5177
5177
  }, {
5178
- default: () => [!props.indeterminate ? vue.createVNode("div", {
5179
- "class": ['v-progress-linear__determinate', !isForcedColorsModeActive ? barColorClasses.value : undefined],
5180
- "style": [barColorStyles.value, {
5178
+ default: () => [!props.indeterminate ? vue.createElementVNode("div", {
5179
+ "class": vue.normalizeClass(['v-progress-linear__determinate', !isForcedColorsModeActive ? barColorClasses.value : undefined]),
5180
+ "style": vue.normalizeStyle([barColorStyles.value, {
5181
5181
  width: convertToUnit(normalizedValue.value, '%')
5182
- }]
5183
- }, null) : vue.createVNode("div", {
5182
+ }])
5183
+ }, null) : vue.createElementVNode("div", {
5184
5184
  "class": "v-progress-linear__indeterminate"
5185
- }, [['long', 'short'].map(bar => vue.createVNode("div", {
5185
+ }, [['long', 'short'].map(bar => vue.createElementVNode("div", {
5186
5186
  "key": bar,
5187
- "class": ['v-progress-linear__indeterminate', bar, !isForcedColorsModeActive ? barColorClasses.value : undefined],
5188
- "style": barColorStyles.value
5187
+ "class": vue.normalizeClass(['v-progress-linear__indeterminate', bar, !isForcedColorsModeActive ? barColorClasses.value : undefined]),
5188
+ "style": vue.normalizeStyle(barColorStyles.value)
5189
5189
  }, null))])]
5190
- }), slots.default && vue.createVNode("div", {
5190
+ }), slots.default && vue.createElementVNode("div", {
5191
5191
  "class": "v-progress-linear__content"
5192
5192
  }, [slots.default({
5193
5193
  value: normalizedValue.value,
@@ -5217,8 +5217,8 @@
5217
5217
  let {
5218
5218
  slots
5219
5219
  } = _ref;
5220
- return vue.createVNode("div", {
5221
- "class": `${props.name}__loader`
5220
+ return vue.createElementVNode("div", {
5221
+ "class": vue.normalizeClass(`${props.name}__loader`)
5222
5222
  }, [slots.default?.({
5223
5223
  color: props.color,
5224
5224
  isActive: props.active
@@ -5808,7 +5808,7 @@
5808
5808
  "onClick": onClick,
5809
5809
  "value": valueAttr.value
5810
5810
  }, link.linkProps), {
5811
- default: () => [genOverlays(true, 'v-btn'), !props.icon && hasPrepend && vue.createVNode("span", {
5811
+ default: () => [genOverlays(true, 'v-btn'), !props.icon && hasPrepend && vue.createElementVNode("span", {
5812
5812
  "key": "prepend",
5813
5813
  "class": "v-btn__prepend"
5814
5814
  }, [!slots.prepend ? vue.createVNode(VIcon, {
@@ -5822,7 +5822,7 @@
5822
5822
  icon: props.prependIcon
5823
5823
  }
5824
5824
  }
5825
- }, slots.prepend)]), vue.createVNode("span", {
5825
+ }, slots.prepend)]), vue.createElementVNode("span", {
5826
5826
  "class": "v-btn__content",
5827
5827
  "data-no-activator": ""
5828
5828
  }, [!slots.default && hasIcon ? vue.createVNode(VIcon, {
@@ -5838,7 +5838,7 @@
5838
5838
  }
5839
5839
  }, {
5840
5840
  default: () => [slots.default?.() ?? vue.toDisplayString(props.text)]
5841
- })]), !props.icon && hasAppend && vue.createVNode("span", {
5841
+ })]), !props.icon && hasAppend && vue.createElementVNode("span", {
5842
5842
  "key": "append",
5843
5843
  "class": "v-btn__append"
5844
5844
  }, [!slots.append ? vue.createVNode(VIcon, {
@@ -5852,7 +5852,7 @@
5852
5852
  icon: props.appendIcon
5853
5853
  }
5854
5854
  }
5855
- }, slots.append)]), !!props.loading && vue.createVNode("span", {
5855
+ }, slots.append)]), !!props.loading && vue.createElementVNode("span", {
5856
5856
  "key": "loader",
5857
5857
  "class": "v-btn__loader"
5858
5858
  }, [slots.loader?.() ?? vue.createVNode(VProgressCircular, {
@@ -6025,20 +6025,20 @@
6025
6025
  const hasTitle = !!(slots.title || props.title);
6026
6026
  const hasClose = !!(slots.close || props.closable);
6027
6027
  return isActive.value && vue.createVNode(props.tag, {
6028
- "class": ['v-alert', props.border && {
6028
+ "class": vue.normalizeClass(['v-alert', props.border && {
6029
6029
  'v-alert--border': !!props.border,
6030
6030
  [`v-alert--border-${props.border === true ? 'start' : props.border}`]: true
6031
6031
  }, {
6032
6032
  'v-alert--prominent': props.prominent
6033
- }, themeClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, variantClasses.value, props.class],
6034
- "style": [colorStyles.value, dimensionStyles.value, locationStyles.value, props.style],
6033
+ }, themeClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, variantClasses.value, props.class]),
6034
+ "style": vue.normalizeStyle([colorStyles.value, dimensionStyles.value, locationStyles.value, props.style]),
6035
6035
  "role": "alert"
6036
6036
  }, {
6037
- default: () => [genOverlays(false, 'v-alert'), props.border && vue.createVNode("div", {
6037
+ default: () => [genOverlays(false, 'v-alert'), props.border && vue.createElementVNode("div", {
6038
6038
  "key": "border",
6039
- "class": ['v-alert__border', textColorClasses.value],
6040
- "style": textColorStyles.value
6041
- }, null), hasPrepend && vue.createVNode("div", {
6039
+ "class": vue.normalizeClass(['v-alert__border', textColorClasses.value]),
6040
+ "style": vue.normalizeStyle(textColorStyles.value)
6041
+ }, null), hasPrepend && vue.createElementVNode("div", {
6042
6042
  "key": "prepend",
6043
6043
  "class": "v-alert__prepend"
6044
6044
  }, [!slots.prepend ? vue.createVNode(VIcon, {
@@ -6056,16 +6056,16 @@
6056
6056
  size: props.prominent ? 44 : 28
6057
6057
  }
6058
6058
  }
6059
- }, slots.prepend)]), vue.createVNode("div", {
6059
+ }, slots.prepend)]), vue.createElementVNode("div", {
6060
6060
  "class": "v-alert__content"
6061
6061
  }, [hasTitle && vue.createVNode(VAlertTitle, {
6062
6062
  "key": "title"
6063
6063
  }, {
6064
6064
  default: () => [slots.title?.() ?? props.title]
6065
- }), slots.text?.() ?? props.text, slots.default?.()]), slots.append && vue.createVNode("div", {
6065
+ }), slots.text?.() ?? props.text, slots.default?.()]), slots.append && vue.createElementVNode("div", {
6066
6066
  "key": "append",
6067
6067
  "class": "v-alert__append"
6068
- }, [slots.append()]), hasClose && vue.createVNode("div", {
6068
+ }, [slots.append()]), hasClose && vue.createElementVNode("div", {
6069
6069
  "key": "close",
6070
6070
  "class": "v-alert__close"
6071
6071
  }, [!slots.close ? vue.createVNode(VBtn, vue.mergeProps({
@@ -6138,11 +6138,11 @@
6138
6138
  sizeStyles
6139
6139
  } = useSize(props);
6140
6140
  useRender(() => vue.createVNode(props.tag, {
6141
- "class": ['v-avatar', {
6141
+ "class": vue.normalizeClass(['v-avatar', {
6142
6142
  'v-avatar--start': props.start,
6143
6143
  'v-avatar--end': props.end
6144
- }, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, props.class],
6145
- "style": [colorStyles.value, sizeStyles.value, props.style]
6144
+ }, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, props.class]),
6145
+ "style": vue.normalizeStyle([colorStyles.value, sizeStyles.value, props.style])
6146
6146
  }, {
6147
6147
  default: () => [!slots.default ? props.image ? vue.createVNode(VImg, {
6148
6148
  "key": "image",
@@ -6184,11 +6184,11 @@
6184
6184
  let {
6185
6185
  slots
6186
6186
  } = _ref;
6187
- useRender(() => vue.createVNode("label", {
6188
- "class": ['v-label', {
6187
+ useRender(() => vue.createElementVNode("label", {
6188
+ "class": vue.normalizeClass(['v-label', {
6189
6189
  'v-label--clickable': !!props.onClick
6190
- }, props.class],
6191
- "style": props.style,
6190
+ }, props.class]),
6191
+ "style": vue.normalizeStyle(props.style),
6192
6192
  "onClick": props.onClick
6193
6193
  }, [props.text, slots.default?.()]));
6194
6194
  return {};
@@ -6283,11 +6283,11 @@
6283
6283
  valueComparator: vue.toRef(() => props.valueComparator)
6284
6284
  }
6285
6285
  });
6286
- useRender(() => vue.createVNode("div", {
6287
- "class": ['v-selection-control-group', {
6286
+ useRender(() => vue.createElementVNode("div", {
6287
+ "class": vue.normalizeClass(['v-selection-control-group', {
6288
6288
  'v-selection-control-group--inline': props.inline
6289
- }, props.class],
6290
- "style": props.style,
6289
+ }, props.class]),
6290
+ "style": vue.normalizeStyle(props.style),
6291
6291
  "role": props.type === 'radio' ? 'radiogroup' : undefined
6292
6292
  }, [slots.default?.()]));
6293
6293
  return {};
@@ -6363,7 +6363,7 @@
6363
6363
  const VSelectionControl = genericComponent()({
6364
6364
  name: 'VSelectionControl',
6365
6365
  directives: {
6366
- Ripple
6366
+ vRipple: Ripple
6367
6367
  },
6368
6368
  inheritAttrs: false,
6369
6369
  props: makeVSelectionControlProps(),
@@ -6434,7 +6434,7 @@
6434
6434
  }
6435
6435
  }) : props.label;
6436
6436
  const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
6437
- const inputNode = vue.createVNode("input", vue.mergeProps({
6437
+ const inputNode = vue.createElementVNode("input", vue.mergeProps({
6438
6438
  "ref": input,
6439
6439
  "checked": model.value,
6440
6440
  "disabled": !!props.disabled,
@@ -6449,7 +6449,7 @@
6449
6449
  "name": props.name,
6450
6450
  "aria-checked": props.type === 'checkbox' ? model.value : undefined
6451
6451
  }, inputAttrs), null);
6452
- return vue.createVNode("div", vue.mergeProps({
6452
+ return vue.createElementVNode("div", vue.mergeProps({
6453
6453
  "class": ['v-selection-control', {
6454
6454
  'v-selection-control--dirty': model.value,
6455
6455
  'v-selection-control--disabled': props.disabled,
@@ -6460,13 +6460,13 @@
6460
6460
  }, densityClasses.value, props.class]
6461
6461
  }, rootAttrs, {
6462
6462
  "style": props.style
6463
- }), [vue.createVNode("div", {
6464
- "class": ['v-selection-control__wrapper', textColorClasses.value],
6465
- "style": textColorStyles.value
6463
+ }), [vue.createElementVNode("div", {
6464
+ "class": vue.normalizeClass(['v-selection-control__wrapper', textColorClasses.value]),
6465
+ "style": vue.normalizeStyle(textColorStyles.value)
6466
6466
  }, [slots.default?.({
6467
6467
  backgroundColorClasses,
6468
6468
  backgroundColorStyles
6469
- }), vue.withDirectives(vue.createVNode("div", {
6469
+ }), vue.withDirectives(vue.createElementVNode("div", {
6470
6470
  "class": ['v-selection-control__input']
6471
6471
  }, [slots.input?.({
6472
6472
  model,
@@ -6481,10 +6481,10 @@
6481
6481
  onBlur,
6482
6482
  id: id.value
6483
6483
  }
6484
- }) ?? vue.createVNode(vue.Fragment, null, [icon.value && vue.createVNode(VIcon, {
6484
+ }) ?? vue.createElementVNode(vue.Fragment, null, [icon.value && vue.createVNode(VIcon, {
6485
6485
  "key": "icon",
6486
6486
  "icon": icon.value
6487
- }, null), inputNode])]), [[vue.resolveDirective("ripple"), props.ripple && [!props.disabled && !props.readonly, null, ['center', 'circle']]]])]), label && vue.createVNode(VLabel, {
6487
+ }, null), inputNode])]), [[Ripple, props.ripple && [!props.disabled && !props.readonly, null, ['center', 'circle']]]])]), label && vue.createVNode(VLabel, {
6488
6488
  "for": id.value,
6489
6489
  "onClick": onClickLabel
6490
6490
  }, {
@@ -6625,10 +6625,10 @@
6625
6625
  useRender(() => vue.createVNode(MaybeTransition, {
6626
6626
  "transition": props.transition,
6627
6627
  "tag": "div",
6628
- "class": ['v-messages', textColorClasses.value, props.class],
6629
- "style": [textColorStyles.value, props.style]
6628
+ "class": vue.normalizeClass(['v-messages', textColorClasses.value, props.class]),
6629
+ "style": vue.normalizeStyle([textColorStyles.value, props.style])
6630
6630
  }, {
6631
- default: () => [props.active && messages.value.map((message, i) => vue.createVNode("div", {
6631
+ default: () => [props.active && messages.value.map((message, i) => vue.createElementVNode("div", {
6632
6632
  "class": "v-messages__message",
6633
6633
  "key": `${i}-${messages.value}`
6634
6634
  }, [slots.message ? slots.message({
@@ -7094,31 +7094,31 @@
7094
7094
  const hasAppend = !!(slots.append || props.appendIcon);
7095
7095
  const hasMessages = messages.value.length > 0;
7096
7096
  const hasDetails = !props.hideDetails || props.hideDetails === 'auto' && (hasMessages || !!slots.details);
7097
- return vue.createVNode("div", {
7098
- "class": ['v-input', `v-input--${props.direction}`, {
7097
+ return vue.createElementVNode("div", {
7098
+ "class": vue.normalizeClass(['v-input', `v-input--${props.direction}`, {
7099
7099
  'v-input--center-affix': props.centerAffix,
7100
7100
  'v-input--focused': props.focused,
7101
7101
  'v-input--glow': props.glow,
7102
7102
  'v-input--hide-spin-buttons': props.hideSpinButtons
7103
- }, densityClasses.value, themeClasses.value, rtlClasses.value, validationClasses.value, props.class],
7104
- "style": [dimensionStyles.value, props.style]
7105
- }, [hasPrepend && vue.createVNode("div", {
7103
+ }, densityClasses.value, themeClasses.value, rtlClasses.value, validationClasses.value, props.class]),
7104
+ "style": vue.normalizeStyle([dimensionStyles.value, props.style])
7105
+ }, [hasPrepend && vue.createElementVNode("div", {
7106
7106
  "key": "prepend",
7107
7107
  "class": "v-input__prepend"
7108
7108
  }, [slots.prepend?.(slotProps.value), props.prependIcon && vue.createVNode(InputIcon, {
7109
7109
  "key": "prepend-icon",
7110
7110
  "name": "prepend",
7111
7111
  "color": iconColor.value
7112
- }, null)]), slots.default && vue.createVNode("div", {
7112
+ }, null)]), slots.default && vue.createElementVNode("div", {
7113
7113
  "class": "v-input__control"
7114
- }, [slots.default?.(slotProps.value)]), hasAppend && vue.createVNode("div", {
7114
+ }, [slots.default?.(slotProps.value)]), hasAppend && vue.createElementVNode("div", {
7115
7115
  "key": "append",
7116
7116
  "class": "v-input__append"
7117
7117
  }, [props.appendIcon && vue.createVNode(InputIcon, {
7118
7118
  "key": "append-icon",
7119
7119
  "name": "append",
7120
7120
  "color": iconColor.value
7121
- }, null), slots.append?.(slotProps.value)]), hasDetails && vue.createVNode("div", {
7121
+ }, null), slots.append?.(slotProps.value)]), hasDetails && vue.createElementVNode("div", {
7122
7122
  "id": messagesId.value,
7123
7123
  "class": "v-input__details",
7124
7124
  "role": "alert",
@@ -7867,42 +7867,42 @@
7867
7867
  return scrollSizeMax - Math.abs(scrollOffset.value) > 1;
7868
7868
  });
7869
7869
  useRender(() => vue.createVNode(props.tag, {
7870
- "class": ['v-slide-group', {
7870
+ "class": vue.normalizeClass(['v-slide-group', {
7871
7871
  'v-slide-group--vertical': !isHorizontal.value,
7872
7872
  'v-slide-group--has-affixes': hasAffixes.value,
7873
7873
  'v-slide-group--is-overflowing': isOverflowing.value
7874
- }, displayClasses.value, props.class],
7875
- "style": props.style,
7874
+ }, displayClasses.value, props.class]),
7875
+ "style": vue.normalizeStyle(props.style),
7876
7876
  "tabindex": isFocused.value || group.selected.value.length ? -1 : 0,
7877
7877
  "onFocus": onFocus
7878
7878
  }, {
7879
- default: () => [hasAffixes.value && vue.createVNode("div", {
7879
+ default: () => [hasAffixes.value && vue.createElementVNode("div", {
7880
7880
  "key": "prev",
7881
- "class": ['v-slide-group__prev', {
7881
+ "class": vue.normalizeClass(['v-slide-group__prev', {
7882
7882
  'v-slide-group__prev--disabled': !hasPrev.value
7883
- }],
7883
+ }]),
7884
7884
  "onMousedown": onFocusAffixes,
7885
7885
  "onClick": () => hasPrev.value && scrollTo('prev')
7886
7886
  }, [slots.prev?.(slotProps.value) ?? vue.createVNode(VFadeTransition, null, {
7887
7887
  default: () => [vue.createVNode(VIcon, {
7888
7888
  "icon": isRtl.value ? props.nextIcon : props.prevIcon
7889
7889
  }, null)]
7890
- })]), vue.createVNode("div", {
7890
+ })]), vue.createElementVNode("div", {
7891
7891
  "key": "container",
7892
7892
  "ref": containerRef,
7893
7893
  "class": "v-slide-group__container",
7894
7894
  "onScroll": onScroll
7895
- }, [vue.createVNode("div", {
7895
+ }, [vue.createElementVNode("div", {
7896
7896
  "ref": contentRef,
7897
7897
  "class": "v-slide-group__content",
7898
7898
  "onFocusin": onFocusin,
7899
7899
  "onFocusout": onFocusout,
7900
7900
  "onKeydown": onKeydown
7901
- }, [slots.default?.(slotProps.value)])]), hasAffixes.value && vue.createVNode("div", {
7901
+ }, [slots.default?.(slotProps.value)])]), hasAffixes.value && vue.createElementVNode("div", {
7902
7902
  "key": "next",
7903
- "class": ['v-slide-group__next', {
7903
+ "class": vue.normalizeClass(['v-slide-group__next', {
7904
7904
  'v-slide-group__next--disabled': !hasNext.value
7905
- }],
7905
+ }]),
7906
7906
  "onMousedown": onFocusAffixes,
7907
7907
  "onClick": () => hasNext.value && scrollTo('next')
7908
7908
  }, [slots.next?.(slotProps.value) ?? vue.createVNode(VFadeTransition, null, {
@@ -8057,7 +8057,7 @@
8057
8057
  const VChip = genericComponent()({
8058
8058
  name: 'VChip',
8059
8059
  directives: {
8060
- Ripple
8060
+ vRipple: Ripple
8061
8061
  },
8062
8062
  props: makeVChipProps(),
8063
8063
  emits: {
@@ -8157,7 +8157,7 @@
8157
8157
  default: () => [genOverlays(isClickable.value, 'v-chip'), hasFilter && vue.createVNode(VExpandXTransition, {
8158
8158
  "key": "filter"
8159
8159
  }, {
8160
- default: () => [vue.withDirectives(vue.createVNode("div", {
8160
+ default: () => [vue.withDirectives(vue.createElementVNode("div", {
8161
8161
  "class": "v-chip__filter"
8162
8162
  }, [!slots.filter ? vue.createVNode(VIcon, {
8163
8163
  "key": "filter-icon",
@@ -8171,10 +8171,10 @@
8171
8171
  }
8172
8172
  }
8173
8173
  }, slots.filter)]), [[vue.vShow, group.isSelected.value]])]
8174
- }), hasPrepend && vue.createVNode("div", {
8174
+ }), hasPrepend && vue.createElementVNode("div", {
8175
8175
  "key": "prepend",
8176
8176
  "class": "v-chip__prepend"
8177
- }, [!slots.prepend ? vue.createVNode(vue.Fragment, null, [props.prependIcon && vue.createVNode(VIcon, {
8177
+ }, [!slots.prepend ? vue.createElementVNode(vue.Fragment, null, [props.prependIcon && vue.createVNode(VIcon, {
8178
8178
  "key": "prepend-icon",
8179
8179
  "icon": props.prependIcon,
8180
8180
  "start": true
@@ -8195,7 +8195,7 @@
8195
8195
  start: true
8196
8196
  }
8197
8197
  }
8198
- }, slots.prepend)]), vue.createVNode("div", {
8198
+ }, slots.prepend)]), vue.createElementVNode("div", {
8199
8199
  "class": "v-chip__content",
8200
8200
  "data-no-activator": ""
8201
8201
  }, [slots.default?.({
@@ -8205,10 +8205,10 @@
8205
8205
  toggle: group?.toggle,
8206
8206
  value: group?.value.value,
8207
8207
  disabled: props.disabled
8208
- }) ?? vue.toDisplayString(props.text)]), hasAppend && vue.createVNode("div", {
8208
+ }) ?? vue.toDisplayString(props.text)]), hasAppend && vue.createElementVNode("div", {
8209
8209
  "key": "append",
8210
8210
  "class": "v-chip__append"
8211
- }, [!slots.append ? vue.createVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
8211
+ }, [!slots.append ? vue.createElementVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
8212
8212
  "key": "append-icon",
8213
8213
  "end": true,
8214
8214
  "icon": props.appendIcon
@@ -8229,7 +8229,7 @@
8229
8229
  icon: props.appendIcon
8230
8230
  }
8231
8231
  }
8232
- }, slots.append)]), hasClose && vue.createVNode("button", vue.mergeProps({
8232
+ }, slots.append)]), hasClose && vue.createElementVNode("button", vue.mergeProps({
8233
8233
  "key": "close",
8234
8234
  "class": "v-chip__close",
8235
8235
  "type": "button",
@@ -8247,7 +8247,7 @@
8247
8247
  }
8248
8248
  }
8249
8249
  }, slots.close)])]
8250
- }), [[vue.resolveDirective("ripple"), isClickable.value && props.ripple, null]]);
8250
+ }), [[Ripple, isClickable.value && props.ripple, null]]);
8251
8251
  };
8252
8252
  }
8253
8253
  });
@@ -9020,13 +9020,13 @@
9020
9020
  }
9021
9021
  }));
9022
9022
  useRender(() => vue.createVNode(props.tag, {
9023
- "class": ['v-list-group', {
9023
+ "class": vue.normalizeClass(['v-list-group', {
9024
9024
  'v-list-group--prepend': list?.hasPrepend.value,
9025
9025
  'v-list-group--fluid': props.fluid,
9026
9026
  'v-list-group--subgroup': props.subgroup,
9027
9027
  'v-list-group--open': isOpen.value
9028
- }, props.class],
9029
- "style": props.style
9028
+ }, props.class]),
9029
+ "style": vue.normalizeStyle(props.style)
9030
9030
  }, {
9031
9031
  default: () => [slots.activator && vue.createVNode(VDefaultsProvider, {
9032
9032
  "defaults": activatorDefaults.value
@@ -9043,7 +9043,7 @@
9043
9043
  },
9044
9044
  "disabled": !isBooted.value
9045
9045
  }, {
9046
- default: () => [vue.withDirectives(vue.createVNode("div", {
9046
+ default: () => [vue.withDirectives(vue.createElementVNode("div", {
9047
9047
  "class": "v-list-group__items",
9048
9048
  "role": "group",
9049
9049
  "aria-labelledby": id.value
@@ -9069,10 +9069,10 @@
9069
9069
  slots
9070
9070
  } = _ref;
9071
9071
  useRender(() => vue.createVNode(props.tag, {
9072
- "class": ['v-list-item-subtitle', props.class],
9073
- "style": [{
9072
+ "class": vue.normalizeClass(['v-list-item-subtitle', props.class]),
9073
+ "style": vue.normalizeStyle([{
9074
9074
  '--v-list-item-subtitle-opacity': props.opacity
9075
- }, props.style]
9075
+ }, props.style])
9076
9076
  }, slots));
9077
9077
  return {};
9078
9078
  }
@@ -9135,7 +9135,7 @@
9135
9135
  const VListItem = genericComponent()({
9136
9136
  name: 'VListItem',
9137
9137
  directives: {
9138
- Ripple
9138
+ vRipple: Ripple
9139
9139
  },
9140
9140
  props: makeVListItemProps(),
9141
9141
  emits: {
@@ -9270,10 +9270,10 @@
9270
9270
  "onClick": onClick,
9271
9271
  "onKeydown": isClickable.value && !isLink.value && onKeyDown
9272
9272
  }, link.linkProps), {
9273
- default: () => [genOverlays(isClickable.value || isActive.value, 'v-list-item'), hasPrepend && vue.createVNode("div", {
9273
+ default: () => [genOverlays(isClickable.value || isActive.value, 'v-list-item'), hasPrepend && vue.createElementVNode("div", {
9274
9274
  "key": "prepend",
9275
9275
  "class": "v-list-item__prepend"
9276
- }, [!slots.prepend ? vue.createVNode(vue.Fragment, null, [props.prependAvatar && vue.createVNode(VAvatar, {
9276
+ }, [!slots.prepend ? vue.createElementVNode(vue.Fragment, null, [props.prependAvatar && vue.createVNode(VAvatar, {
9277
9277
  "key": "prepend-avatar",
9278
9278
  "density": props.density,
9279
9279
  "image": props.prependAvatar
@@ -9299,9 +9299,9 @@
9299
9299
  }
9300
9300
  }, {
9301
9301
  default: () => [slots.prepend?.(slotProps.value)]
9302
- }), vue.createVNode("div", {
9302
+ }), vue.createElementVNode("div", {
9303
9303
  "class": "v-list-item__spacer"
9304
- }, null)]), vue.createVNode("div", {
9304
+ }, null)]), vue.createElementVNode("div", {
9305
9305
  "class": "v-list-item__content",
9306
9306
  "data-no-activator": ""
9307
9307
  }, [hasTitle && vue.createVNode(VListItemTitle, {
@@ -9316,10 +9316,10 @@
9316
9316
  default: () => [slots.subtitle?.({
9317
9317
  subtitle: props.subtitle
9318
9318
  }) ?? vue.toDisplayString(props.subtitle)]
9319
- }), slots.default?.(slotProps.value)]), hasAppend && vue.createVNode("div", {
9319
+ }), slots.default?.(slotProps.value)]), hasAppend && vue.createElementVNode("div", {
9320
9320
  "key": "append",
9321
9321
  "class": "v-list-item__append"
9322
- }, [!slots.append ? vue.createVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
9322
+ }, [!slots.append ? vue.createElementVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
9323
9323
  "key": "append-icon",
9324
9324
  "density": props.density,
9325
9325
  "icon": props.appendIcon
@@ -9345,10 +9345,10 @@
9345
9345
  }
9346
9346
  }, {
9347
9347
  default: () => [slots.append?.(slotProps.value)]
9348
- }), vue.createVNode("div", {
9348
+ }), vue.createElementVNode("div", {
9349
9349
  "class": "v-list-item__spacer"
9350
9350
  }, null)])]
9351
- }), [[vue.resolveDirective("ripple"), isClickable.value && props.ripple]]);
9351
+ }), [[Ripple, isClickable.value && props.ripple]]);
9352
9352
  });
9353
9353
  return {
9354
9354
  activate,
@@ -9386,15 +9386,15 @@
9386
9386
  useRender(() => {
9387
9387
  const hasText = !!(slots.default || props.title);
9388
9388
  return vue.createVNode(props.tag, {
9389
- "class": ['v-list-subheader', {
9389
+ "class": vue.normalizeClass(['v-list-subheader', {
9390
9390
  'v-list-subheader--inset': props.inset,
9391
9391
  'v-list-subheader--sticky': props.sticky
9392
- }, textColorClasses.value, props.class],
9393
- "style": [{
9392
+ }, textColorClasses.value, props.class]),
9393
+ "style": vue.normalizeStyle([{
9394
9394
  textColorStyles
9395
- }, props.style]
9395
+ }, props.style])
9396
9396
  }, {
9397
- default: () => [hasText && vue.createVNode("div", {
9397
+ default: () => [hasText && vue.createElementVNode("div", {
9398
9398
  "class": "v-list-subheader__text"
9399
9399
  }, [slots.default?.() ?? props.title])]
9400
9400
  });
@@ -9439,25 +9439,25 @@
9439
9439
  return styles;
9440
9440
  });
9441
9441
  useRender(() => {
9442
- const divider = vue.createVNode("hr", {
9443
- "class": [{
9442
+ const divider = vue.createElementVNode("hr", {
9443
+ "class": vue.normalizeClass([{
9444
9444
  'v-divider': true,
9445
9445
  'v-divider--inset': props.inset,
9446
9446
  'v-divider--vertical': props.vertical
9447
- }, themeClasses.value, textColorClasses.value, props.class],
9448
- "style": [dividerStyles.value, textColorStyles.value, {
9447
+ }, themeClasses.value, textColorClasses.value, props.class]),
9448
+ "style": vue.normalizeStyle([dividerStyles.value, textColorStyles.value, {
9449
9449
  '--v-border-opacity': props.opacity
9450
- }, props.style],
9450
+ }, props.style]),
9451
9451
  "aria-orientation": !attrs.role || attrs.role === 'separator' ? props.vertical ? 'vertical' : 'horizontal' : undefined,
9452
9452
  "role": `${attrs.role || 'separator'}`
9453
9453
  }, null);
9454
9454
  if (!slots.default) return divider;
9455
- return vue.createVNode("div", {
9456
- "class": ['v-divider__wrapper', {
9455
+ return vue.createElementVNode("div", {
9456
+ "class": vue.normalizeClass(['v-divider__wrapper', {
9457
9457
  'v-divider__wrapper--vertical': props.vertical,
9458
9458
  'v-divider__wrapper--inset': props.inset
9459
- }]
9460
- }, [divider, vue.createVNode("div", {
9459
+ }])
9460
+ }, [divider, vue.createElementVNode("div", {
9461
9461
  "class": "v-divider__content"
9462
9462
  }, [slots.default()]), divider]);
9463
9463
  });
@@ -9876,12 +9876,12 @@
9876
9876
  useRender(() => {
9877
9877
  return vue.createVNode(props.tag, {
9878
9878
  "ref": contentRef,
9879
- "class": ['v-list', {
9879
+ "class": vue.normalizeClass(['v-list', {
9880
9880
  'v-list--disabled': props.disabled,
9881
9881
  'v-list--nav': props.nav,
9882
9882
  'v-list--slim': props.slim
9883
- }, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class],
9884
- "style": [backgroundColorStyles.value, dimensionStyles.value, props.style],
9883
+ }, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class]),
9884
+ "style": vue.normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style]),
9885
9885
  "tabindex": props.disabled ? -1 : 0,
9886
9886
  "role": "listbox",
9887
9887
  "aria-activedescendant": undefined,
@@ -9925,11 +9925,11 @@
9925
9925
  slots
9926
9926
  } = _ref;
9927
9927
  useRender(() => vue.createVNode(props.tag, {
9928
- "class": ['v-list-item-action', {
9928
+ "class": vue.normalizeClass(['v-list-item-action', {
9929
9929
  'v-list-item-action--start': props.start,
9930
9930
  'v-list-item-action--end': props.end
9931
- }, props.class],
9932
- "style": props.style
9931
+ }, props.class]),
9932
+ "style": vue.normalizeStyle(props.style)
9933
9933
  }, slots));
9934
9934
  return {};
9935
9935
  }
@@ -9950,11 +9950,11 @@
9950
9950
  } = _ref;
9951
9951
  useRender(() => {
9952
9952
  return vue.createVNode(props.tag, {
9953
- "class": ['v-list-item-media', {
9953
+ "class": vue.normalizeClass(['v-list-item-media', {
9954
9954
  'v-list-item-media--start': props.start,
9955
9955
  'v-list-item-media--end': props.end
9956
- }, props.class],
9957
- "style": props.style
9956
+ }, props.class]),
9957
+ "style": vue.normalizeStyle(props.style)
9958
9958
  }, slots);
9959
9959
  });
9960
9960
  return {};
@@ -11114,7 +11114,7 @@
11114
11114
  "name": "fade-transition",
11115
11115
  "appear": true
11116
11116
  }, {
11117
- default: () => [props.modelValue && vue.createVNode("div", vue.mergeProps({
11117
+ default: () => [props.modelValue && vue.createElementVNode("div", vue.mergeProps({
11118
11118
  "class": ['v-overlay__scrim', props.color.backgroundColorClasses.value],
11119
11119
  "style": props.color.backgroundColorStyles.value
11120
11120
  }, rest), null)]
@@ -11155,7 +11155,7 @@
11155
11155
  const VOverlay = genericComponent()({
11156
11156
  name: 'VOverlay',
11157
11157
  directives: {
11158
- ClickOutside
11158
+ vClickOutside: ClickOutside
11159
11159
  },
11160
11160
  inheritAttrs: false,
11161
11161
  props: {
@@ -11335,7 +11335,7 @@
11335
11335
  _onAfterLeave();
11336
11336
  emit('afterLeave');
11337
11337
  }
11338
- useRender(() => vue.createVNode(vue.Fragment, null, [slots.activator?.({
11338
+ useRender(() => vue.createElementVNode(vue.Fragment, null, [slots.activator?.({
11339
11339
  isActive: isActive.value,
11340
11340
  targetRef,
11341
11341
  props: vue.mergeProps({
@@ -11345,7 +11345,7 @@
11345
11345
  "disabled": !teleportTarget.value,
11346
11346
  "to": teleportTarget.value
11347
11347
  }, {
11348
- default: () => [vue.createVNode("div", vue.mergeProps({
11348
+ default: () => [vue.createElementVNode("div", vue.mergeProps({
11349
11349
  "class": ['v-overlay', {
11350
11350
  'v-overlay--absolute': props.absolute || props.contained,
11351
11351
  'v-overlay--active': isActive.value,
@@ -11369,13 +11369,13 @@
11369
11369
  "onAfterEnter": onAfterEnter,
11370
11370
  "onAfterLeave": onAfterLeave
11371
11371
  }, {
11372
- default: () => [vue.withDirectives(vue.createVNode("div", vue.mergeProps({
11372
+ default: () => [vue.withDirectives(vue.createElementVNode("div", vue.mergeProps({
11373
11373
  "ref": contentEl,
11374
11374
  "class": ['v-overlay__content', props.contentClass],
11375
11375
  "style": [dimensionStyles.value, contentStyles.value]
11376
11376
  }, contentEvents.value, props.contentProps), [slots.default?.({
11377
11377
  isActive
11378
- })]), [[vue.vShow, isActive.value], [vue.resolveDirective("click-outside"), {
11378
+ })]), [[vue.vShow, isActive.value], [ClickOutside, {
11379
11379
  handler: onClickOutside,
11380
11380
  closeConditional,
11381
11381
  include: () => [activatorEl.value]
@@ -11704,11 +11704,11 @@
11704
11704
  useRender(() => vue.createVNode(MaybeTransition, {
11705
11705
  "transition": props.transition
11706
11706
  }, {
11707
- default: () => [vue.withDirectives(vue.createVNode("div", {
11708
- "class": ['v-counter', {
11707
+ default: () => [vue.withDirectives(vue.createElementVNode("div", {
11708
+ "class": vue.normalizeClass(['v-counter', {
11709
11709
  'text-error': props.max && !props.disabled && parseFloat(props.value) > parseFloat(props.max)
11710
- }, props.class],
11711
- "style": props.style
11710
+ }, props.class]),
11711
+ "style": vue.normalizeStyle(props.style)
11712
11712
  }, [slots.default ? slots.default({
11713
11713
  counter: counter.value,
11714
11714
  max: props.max,
@@ -11731,10 +11731,10 @@
11731
11731
  slots
11732
11732
  } = _ref;
11733
11733
  useRender(() => vue.createVNode(VLabel, {
11734
- "class": ['v-field-label', {
11734
+ "class": vue.normalizeClass(['v-field-label', {
11735
11735
  'v-field-label--floating': props.floating
11736
- }, props.class],
11737
- "style": props.style,
11736
+ }, props.class]),
11737
+ "style": vue.normalizeStyle(props.style),
11738
11738
  "aria-hidden": props.floating || undefined
11739
11739
  }, slots));
11740
11740
  return {};
@@ -11911,7 +11911,7 @@
11911
11911
  for: id.value
11912
11912
  }
11913
11913
  }) : props.label;
11914
- return vue.createVNode("div", vue.mergeProps({
11914
+ return vue.createElementVNode("div", vue.mergeProps({
11915
11915
  "class": ['v-field', {
11916
11916
  'v-field--active': isActive.value,
11917
11917
  'v-field--appended': hasAppend,
@@ -11931,7 +11931,7 @@
11931
11931
  }, themeClasses.value, backgroundColorClasses.value, focusClasses.value, loaderClasses.value, roundedClasses.value, rtlClasses.value, props.class],
11932
11932
  "style": [backgroundColorStyles.value, props.style],
11933
11933
  "onClick": onClick
11934
- }, attrs), [vue.createVNode("div", {
11934
+ }, attrs), [vue.createElementVNode("div", {
11935
11935
  "class": "v-field__overlay"
11936
11936
  }, null), vue.createVNode(LoaderSlot, {
11937
11937
  "name": "v-field",
@@ -11939,23 +11939,23 @@
11939
11939
  "color": props.error ? 'error' : typeof props.loading === 'string' ? props.loading : props.color
11940
11940
  }, {
11941
11941
  default: slots.loader
11942
- }), hasPrepend && vue.createVNode("div", {
11942
+ }), hasPrepend && vue.createElementVNode("div", {
11943
11943
  "key": "prepend",
11944
11944
  "class": "v-field__prepend-inner"
11945
11945
  }, [props.prependInnerIcon && vue.createVNode(InputIcon, {
11946
11946
  "key": "prepend-icon",
11947
11947
  "name": "prependInner",
11948
11948
  "color": iconColor.value
11949
- }, null), slots['prepend-inner']?.(slotProps.value)]), vue.createVNode("div", {
11949
+ }, null), slots['prepend-inner']?.(slotProps.value)]), vue.createElementVNode("div", {
11950
11950
  "class": "v-field__field",
11951
11951
  "data-no-activator": ""
11952
11952
  }, [['filled', 'solo', 'solo-inverted', 'solo-filled'].includes(props.variant) && hasFloatingLabel.value && vue.createVNode(VFieldLabel, {
11953
11953
  "key": "floating-label",
11954
11954
  "ref": floatingLabelRef,
11955
- "class": [textColorClasses.value],
11955
+ "class": vue.normalizeClass([textColorClasses.value]),
11956
11956
  "floating": true,
11957
11957
  "for": id.value,
11958
- "style": textColorStyles.value
11958
+ "style": vue.normalizeStyle(textColorStyles.value)
11959
11959
  }, {
11960
11960
  default: () => [label()]
11961
11961
  }), hasLabel.value && vue.createVNode(VFieldLabel, {
@@ -11973,14 +11973,14 @@
11973
11973
  },
11974
11974
  focus,
11975
11975
  blur
11976
- }) ?? vue.createVNode("div", {
11976
+ }) ?? vue.createElementVNode("div", {
11977
11977
  "id": id.value,
11978
11978
  "class": "v-field__input",
11979
11979
  "aria-describedby": messagesId.value
11980
11980
  }, null)]), hasClear && vue.createVNode(VExpandXTransition, {
11981
11981
  "key": "clear"
11982
11982
  }, {
11983
- default: () => [vue.withDirectives(vue.createVNode("div", {
11983
+ default: () => [vue.withDirectives(vue.createElementVNode("div", {
11984
11984
  "class": "v-field__clearable",
11985
11985
  "onMousedown": e => {
11986
11986
  e.preventDefault();
@@ -12008,19 +12008,19 @@
12008
12008
  "tabindex": -1
12009
12009
  }, null)]
12010
12010
  })]), [[vue.vShow, props.dirty]])]
12011
- }), hasAppend && vue.createVNode("div", {
12011
+ }), hasAppend && vue.createElementVNode("div", {
12012
12012
  "key": "append",
12013
12013
  "class": "v-field__append-inner"
12014
12014
  }, [slots['append-inner']?.(slotProps.value), props.appendInnerIcon && vue.createVNode(InputIcon, {
12015
12015
  "key": "append-icon",
12016
12016
  "name": "appendInner",
12017
12017
  "color": iconColor.value
12018
- }, null)]), vue.createVNode("div", {
12019
- "class": ['v-field__outline', textColorClasses.value],
12020
- "style": textColorStyles.value
12021
- }, [isOutlined && vue.createVNode(vue.Fragment, null, [vue.createVNode("div", {
12018
+ }, null)]), vue.createElementVNode("div", {
12019
+ "class": vue.normalizeClass(['v-field__outline', textColorClasses.value]),
12020
+ "style": vue.normalizeStyle(textColorStyles.value)
12021
+ }, [isOutlined && vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("div", {
12022
12022
  "class": "v-field__outline__start"
12023
- }, null), hasFloatingLabel.value && vue.createVNode("div", {
12023
+ }, null), hasFloatingLabel.value && vue.createElementVNode("div", {
12024
12024
  "class": "v-field__outline__notch"
12025
12025
  }, [vue.createVNode(VFieldLabel, {
12026
12026
  "ref": floatingLabelRef,
@@ -12028,7 +12028,7 @@
12028
12028
  "for": id.value
12029
12029
  }, {
12030
12030
  default: () => [label()]
12031
- })]), vue.createVNode("div", {
12031
+ })]), vue.createElementVNode("div", {
12032
12032
  "class": "v-field__outline__end"
12033
12033
  }, null)]), isPlainOrUnderlined.value && hasFloatingLabel.value && vue.createVNode(VFieldLabel, {
12034
12034
  "ref": floatingLabelRef,
@@ -12069,7 +12069,7 @@
12069
12069
  const VTextField = genericComponent()({
12070
12070
  name: 'VTextField',
12071
12071
  directives: {
12072
- Intersect
12072
+ vIntersect: Intersect
12073
12073
  },
12074
12074
  inheritAttrs: false,
12075
12075
  props: makeVTextFieldProps(),
@@ -12201,7 +12201,7 @@
12201
12201
  ...slotProps
12202
12202
  }
12203
12203
  } = _ref3;
12204
- const inputNode = vue.withDirectives(vue.createVNode("input", vue.mergeProps({
12204
+ const inputNode = vue.withDirectives(vue.createElementVNode("input", vue.mergeProps({
12205
12205
  "ref": inputRef,
12206
12206
  "value": model.value,
12207
12207
  "onInput": onInput,
@@ -12214,29 +12214,29 @@
12214
12214
  "type": props.type,
12215
12215
  "onFocus": onFocus,
12216
12216
  "onBlur": blur
12217
- }, slotProps, inputAttrs), null), [[vue.resolveDirective("intersect"), {
12217
+ }, slotProps, inputAttrs), null), [[Intersect, {
12218
12218
  handler: onIntersect
12219
12219
  }, null, {
12220
12220
  once: true
12221
12221
  }]]);
12222
- return vue.createVNode(vue.Fragment, null, [props.prefix && vue.createVNode("span", {
12222
+ return vue.createElementVNode(vue.Fragment, null, [props.prefix && vue.createElementVNode("span", {
12223
12223
  "class": "v-text-field__prefix"
12224
- }, [vue.createVNode("span", {
12224
+ }, [vue.createElementVNode("span", {
12225
12225
  "class": "v-text-field__prefix__text"
12226
- }, [props.prefix])]), slots.default ? vue.createVNode("div", {
12227
- "class": fieldClass,
12226
+ }, [props.prefix])]), slots.default ? vue.createElementVNode("div", {
12227
+ "class": vue.normalizeClass(fieldClass),
12228
12228
  "data-no-activator": ""
12229
12229
  }, [slots.default(), inputNode]) : vue.cloneVNode(inputNode, {
12230
12230
  class: fieldClass
12231
- }), props.suffix && vue.createVNode("span", {
12231
+ }), props.suffix && vue.createElementVNode("span", {
12232
12232
  "class": "v-text-field__suffix"
12233
- }, [vue.createVNode("span", {
12233
+ }, [vue.createElementVNode("span", {
12234
12234
  "class": "v-text-field__suffix__text"
12235
12235
  }, [props.suffix])])]);
12236
12236
  }
12237
12237
  });
12238
12238
  },
12239
- 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, {
12239
+ 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, {
12240
12240
  "active": props.persistentCounter || isFocused.value,
12241
12241
  "value": counterValue.value,
12242
12242
  "max": max.value,
@@ -12274,9 +12274,9 @@
12274
12274
  vue.watch(() => contentRect.value?.height, height => {
12275
12275
  if (height != null) emit('update:height', height);
12276
12276
  });
12277
- useRender(() => props.renderless ? vue.createVNode(vue.Fragment, null, [slots.default?.({
12277
+ useRender(() => props.renderless ? vue.createElementVNode(vue.Fragment, null, [slots.default?.({
12278
12278
  itemRef: resizeRef
12279
- })]) : vue.createVNode("div", vue.mergeProps({
12279
+ })]) : vue.createElementVNode("div", vue.mergeProps({
12280
12280
  "ref": resizeRef,
12281
12281
  "class": ['v-virtual-scroll__item', props.class],
12282
12282
  "style": props.style
@@ -12611,30 +12611,30 @@
12611
12611
  ...slotProps
12612
12612
  })
12613
12613
  }));
12614
- return props.renderless ? vue.createVNode(vue.Fragment, null, [vue.createVNode("div", {
12614
+ return props.renderless ? vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("div", {
12615
12615
  "ref": markerRef,
12616
12616
  "class": "v-virtual-scroll__spacer",
12617
- "style": {
12617
+ "style": vue.normalizeStyle({
12618
12618
  paddingTop: convertToUnit(paddingTop.value)
12619
- }
12620
- }, null), children, vue.createVNode("div", {
12619
+ })
12620
+ }, null), children, vue.createElementVNode("div", {
12621
12621
  "class": "v-virtual-scroll__spacer",
12622
- "style": {
12622
+ "style": vue.normalizeStyle({
12623
12623
  paddingBottom: convertToUnit(paddingBottom.value)
12624
- }
12625
- }, null)]) : vue.createVNode("div", {
12624
+ })
12625
+ }, null)]) : vue.createElementVNode("div", {
12626
12626
  "ref": containerRef,
12627
- "class": ['v-virtual-scroll', props.class],
12627
+ "class": vue.normalizeClass(['v-virtual-scroll', props.class]),
12628
12628
  "onScrollPassive": handleScroll,
12629
12629
  "onScrollend": handleScrollend,
12630
- "style": [dimensionStyles.value, props.style]
12631
- }, [vue.createVNode("div", {
12630
+ "style": vue.normalizeStyle([dimensionStyles.value, props.style])
12631
+ }, [vue.createElementVNode("div", {
12632
12632
  "ref": markerRef,
12633
12633
  "class": "v-virtual-scroll__container",
12634
- "style": {
12634
+ "style": vue.normalizeStyle({
12635
12635
  paddingTop: convertToUnit(paddingTop.value),
12636
12636
  paddingBottom: convertToUnit(paddingBottom.value)
12637
- }
12637
+ })
12638
12638
  }, [children])]);
12639
12639
  });
12640
12640
  return {
@@ -13005,7 +13005,7 @@
13005
13005
  "title": t(label.value)
13006
13006
  }), {
13007
13007
  ...slots,
13008
- default: () => vue.createVNode(vue.Fragment, null, [vue.createVNode(VMenu, vue.mergeProps({
13008
+ default: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VMenu, vue.mergeProps({
13009
13009
  "ref": vMenuRef,
13010
13010
  "modelValue": menu.value,
13011
13011
  "onUpdate:modelValue": $event => menu.value = $event,
@@ -13063,7 +13063,7 @@
13063
13063
  let {
13064
13064
  isSelected
13065
13065
  } = _ref3;
13066
- return vue.createVNode(vue.Fragment, null, [props.multiple && !props.hideSelected ? vue.createVNode(VCheckboxBtn, {
13066
+ return vue.createElementVNode(vue.Fragment, null, [props.multiple && !props.hideSelected ? vue.createVNode(VCheckboxBtn, {
13067
13067
  "key": item.value,
13068
13068
  "modelValue": isSelected,
13069
13069
  "ripple": false,
@@ -13109,7 +13109,7 @@
13109
13109
  index
13110
13110
  })) : undefined;
13111
13111
  if (hasSlot && !slotContent) return undefined;
13112
- return vue.createVNode("div", {
13112
+ return vue.createElementVNode("div", {
13113
13113
  "key": item.value,
13114
13114
  "class": "v-select__selection"
13115
13115
  }, [hasChips ? !slots.chip ? vue.createVNode(VChip, vue.mergeProps({
@@ -13129,9 +13129,9 @@
13129
13129
  }
13130
13130
  }, {
13131
13131
  default: () => [slotContent]
13132
- }) : slotContent ?? vue.createVNode("span", {
13132
+ }) : slotContent ?? vue.createElementVNode("span", {
13133
13133
  "class": "v-select__selection-text"
13134
- }, [item.title, props.multiple && index < model.value.length - 1 && vue.createVNode("span", {
13134
+ }, [item.title, props.multiple && index < model.value.length - 1 && vue.createElementVNode("span", {
13135
13135
  "class": "v-select__selection-comma"
13136
13136
  }, [vue.createTextVNode(",")])])]);
13137
13137
  })]),
@@ -13139,7 +13139,7 @@
13139
13139
  for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
13140
13140
  args[_key] = arguments[_key];
13141
13141
  }
13142
- return vue.createVNode(vue.Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? vue.createVNode(VIcon, {
13142
+ return vue.createElementVNode(vue.Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? vue.createVNode(VIcon, {
13143
13143
  "class": "v-select__menu-icon",
13144
13144
  "color": vTextFieldRef.value?.fieldIconColor,
13145
13145
  "icon": props.menuIcon
@@ -13290,17 +13290,17 @@
13290
13290
  if (matches == null || !matches.length) return text;
13291
13291
  return matches.map((match, i) => {
13292
13292
  const start = i === 0 ? 0 : matches[i - 1][1];
13293
- const result = [vue.createVNode("span", {
13294
- "class": `${name}__unmask`
13295
- }, [text.slice(start, match[0])]), vue.createVNode("span", {
13296
- "class": `${name}__mask`
13293
+ const result = [vue.createElementVNode("span", {
13294
+ "class": vue.normalizeClass(`${name}__unmask`)
13295
+ }, [text.slice(start, match[0])]), vue.createElementVNode("span", {
13296
+ "class": vue.normalizeClass(`${name}__mask`)
13297
13297
  }, [text.slice(match[0], match[1])])];
13298
13298
  if (i === matches.length - 1) {
13299
- result.push(vue.createVNode("span", {
13300
- "class": `${name}__unmask`
13299
+ result.push(vue.createElementVNode("span", {
13300
+ "class": vue.normalizeClass(`${name}__unmask`)
13301
13301
  }, [text.slice(match[1])]));
13302
13302
  }
13303
- return vue.createVNode(vue.Fragment, null, [result]);
13303
+ return vue.createElementVNode(vue.Fragment, null, [result]);
13304
13304
  });
13305
13305
  }
13306
13306
 
@@ -13602,7 +13602,7 @@
13602
13602
  "onKeydown": onKeydown
13603
13603
  }), {
13604
13604
  ...slots,
13605
- default: () => vue.createVNode(vue.Fragment, null, [vue.createVNode(VMenu, vue.mergeProps({
13605
+ default: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VMenu, vue.mergeProps({
13606
13606
  "ref": vMenuRef,
13607
13607
  "modelValue": menu.value,
13608
13608
  "onUpdate:modelValue": $event => menu.value = $event,
@@ -13661,7 +13661,7 @@
13661
13661
  let {
13662
13662
  isSelected
13663
13663
  } = _ref4;
13664
- return vue.createVNode(vue.Fragment, null, [props.multiple && !props.hideSelected ? vue.createVNode(VCheckboxBtn, {
13664
+ return vue.createElementVNode(vue.Fragment, null, [props.multiple && !props.hideSelected ? vue.createVNode(VCheckboxBtn, {
13665
13665
  "key": item.value,
13666
13666
  "modelValue": isSelected,
13667
13667
  "ripple": false,
@@ -13710,10 +13710,10 @@
13710
13710
  index
13711
13711
  })) : undefined;
13712
13712
  if (hasSlot && !slotContent) return undefined;
13713
- return vue.createVNode("div", {
13713
+ return vue.createElementVNode("div", {
13714
13714
  "key": item.value,
13715
- "class": ['v-autocomplete__selection', index === selectionIndex.value && ['v-autocomplete__selection--selected', textColorClasses.value]],
13716
- "style": index === selectionIndex.value ? textColorStyles.value : {}
13715
+ "class": vue.normalizeClass(['v-autocomplete__selection', index === selectionIndex.value && ['v-autocomplete__selection--selected', textColorClasses.value]]),
13716
+ "style": vue.normalizeStyle(index === selectionIndex.value ? textColorStyles.value : {})
13717
13717
  }, [hasChips.value ? !slots.chip ? vue.createVNode(VChip, vue.mergeProps({
13718
13718
  "key": "chip",
13719
13719
  "closable": props.closableChips,
@@ -13731,9 +13731,9 @@
13731
13731
  }
13732
13732
  }, {
13733
13733
  default: () => [slotContent]
13734
- }) : slotContent ?? vue.createVNode("span", {
13734
+ }) : slotContent ?? vue.createElementVNode("span", {
13735
13735
  "class": "v-autocomplete__selection-text"
13736
- }, [item.title, props.multiple && index < model.value.length - 1 && vue.createVNode("span", {
13736
+ }, [item.title, props.multiple && index < model.value.length - 1 && vue.createElementVNode("span", {
13737
13737
  "class": "v-autocomplete__selection-comma"
13738
13738
  }, [vue.createTextVNode(",")])])]);
13739
13739
  })]),
@@ -13741,7 +13741,7 @@
13741
13741
  for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
13742
13742
  args[_key] = arguments[_key];
13743
13743
  }
13744
- return vue.createVNode(vue.Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? vue.createVNode(VIcon, {
13744
+ return vue.createElementVNode(vue.Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? vue.createVNode(VIcon, {
13745
13745
  "class": "v-autocomplete__menu-icon",
13746
13746
  "color": vTextFieldRef.value?.fieldIconColor,
13747
13747
  "icon": props.menuIcon,
@@ -13838,12 +13838,12 @@
13838
13838
  }, attrs, {
13839
13839
  "style": props.style
13840
13840
  }), {
13841
- default: () => [vue.createVNode("div", {
13841
+ default: () => [vue.createElementVNode("div", {
13842
13842
  "class": "v-badge__wrapper"
13843
13843
  }, [ctx.slots.default?.(), vue.createVNode(MaybeTransition, {
13844
13844
  "transition": props.transition
13845
13845
  }, {
13846
- default: () => [vue.withDirectives(vue.createVNode("span", vue.mergeProps({
13846
+ default: () => [vue.withDirectives(vue.createElementVNode("span", vue.mergeProps({
13847
13847
  "class": ['v-badge__badge', themeClasses.value, backgroundColorClasses.value, roundedClasses.value, textColorClasses.value],
13848
13848
  "style": [backgroundColorStyles.value, textColorStyles.value, props.inline ? {} : locationStyles.value],
13849
13849
  "aria-atomic": "true",
@@ -13880,9 +13880,9 @@
13880
13880
  variant: 'text'
13881
13881
  }
13882
13882
  });
13883
- useRender(() => vue.createVNode("div", {
13884
- "class": ['v-banner-actions', props.class],
13885
- "style": props.style
13883
+ useRender(() => vue.createElementVNode("div", {
13884
+ "class": vue.normalizeClass(['v-banner-actions', props.class]),
13885
+ "style": vue.normalizeStyle(props.style)
13886
13886
  }, [slots.default?.()]));
13887
13887
  return {};
13888
13888
  }
@@ -13968,15 +13968,15 @@
13968
13968
  const hasPrependMedia = !!(props.avatar || props.icon);
13969
13969
  const hasPrepend = !!(hasPrependMedia || slots.prepend);
13970
13970
  return vue.createVNode(props.tag, {
13971
- "class": ['v-banner', {
13971
+ "class": vue.normalizeClass(['v-banner', {
13972
13972
  'v-banner--stacked': props.stacked || mobile.value,
13973
13973
  'v-banner--sticky': props.sticky,
13974
13974
  [`v-banner--${props.lines}-line`]: !!props.lines
13975
- }, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, displayClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class],
13976
- "style": [backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style],
13975
+ }, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, displayClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class]),
13976
+ "style": vue.normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style]),
13977
13977
  "role": "banner"
13978
13978
  }, {
13979
- default: () => [hasPrepend && vue.createVNode("div", {
13979
+ default: () => [hasPrepend && vue.createElementVNode("div", {
13980
13980
  "key": "prepend",
13981
13981
  "class": "v-banner__prepend"
13982
13982
  }, [!slots.prepend ? vue.createVNode(VAvatar, {
@@ -13996,7 +13996,7 @@
13996
13996
  image: props.avatar
13997
13997
  }
13998
13998
  }
13999
- }, slots.prepend)]), vue.createVNode("div", {
13999
+ }, slots.prepend)]), vue.createElementVNode("div", {
14000
14000
  "class": "v-banner__content"
14001
14001
  }, [hasText && vue.createVNode(VBannerText, {
14002
14002
  "key": "text"
@@ -14105,16 +14105,16 @@
14105
14105
  });
14106
14106
  useRender(() => {
14107
14107
  return vue.createVNode(props.tag, {
14108
- "class": ['v-bottom-navigation', {
14108
+ "class": vue.normalizeClass(['v-bottom-navigation', {
14109
14109
  'v-bottom-navigation--active': isActive.value,
14110
14110
  'v-bottom-navigation--grow': props.grow,
14111
14111
  'v-bottom-navigation--shift': props.mode === 'shift'
14112
- }, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class],
14113
- "style": [backgroundColorStyles.value, layoutItemStyles.value, {
14112
+ }, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
14113
+ "style": vue.normalizeStyle([backgroundColorStyles.value, layoutItemStyles.value, {
14114
14114
  height: convertToUnit(height.value)
14115
- }, ssrBootStyles.value, props.style]
14115
+ }, ssrBootStyles.value, props.style])
14116
14116
  }, {
14117
- default: () => [slots.default && vue.createVNode("div", {
14117
+ default: () => [slots.default && vue.createElementVNode("div", {
14118
14118
  "class": "v-bottom-navigation__content"
14119
14119
  }, [slots.default()])]
14120
14120
  });
@@ -14301,10 +14301,10 @@
14301
14301
  let {
14302
14302
  slots
14303
14303
  } = _ref;
14304
- useRender(() => vue.createVNode("li", {
14304
+ useRender(() => vue.createElementVNode("li", {
14305
14305
  "aria-hidden": "true",
14306
- "class": ['v-breadcrumbs-divider', props.class],
14307
- "style": props.style
14306
+ "class": vue.normalizeClass(['v-breadcrumbs-divider', props.class]),
14307
+ "style": vue.normalizeStyle(props.style)
14308
14308
  }, [slots?.default?.() ?? props.divider]));
14309
14309
  return {};
14310
14310
  }
@@ -14339,15 +14339,15 @@
14339
14339
  } = useTextColor(() => isActive.value ? props.activeColor : props.color);
14340
14340
  useRender(() => {
14341
14341
  return vue.createVNode(props.tag, {
14342
- "class": ['v-breadcrumbs-item', {
14342
+ "class": vue.normalizeClass(['v-breadcrumbs-item', {
14343
14343
  'v-breadcrumbs-item--active': isActive.value,
14344
14344
  'v-breadcrumbs-item--disabled': props.disabled,
14345
14345
  [`${props.activeClass}`]: isActive.value && props.activeClass
14346
- }, textColorClasses.value, props.class],
14347
- "style": [textColorStyles.value, props.style],
14346
+ }, textColorClasses.value, props.class]),
14347
+ "style": vue.normalizeStyle([textColorStyles.value, props.style]),
14348
14348
  "aria-current": isActive.value ? 'page' : undefined
14349
14349
  }, {
14350
- default: () => [!link.isLink.value ? slots.default?.() ?? props.title : vue.createVNode("a", vue.mergeProps({
14350
+ default: () => [!link.isLink.value ? slots.default?.() ?? props.title : vue.createElementVNode("a", vue.mergeProps({
14351
14351
  "class": "v-breadcrumbs-item--link",
14352
14352
  "onClick": link.navigate
14353
14353
  }, link.linkProps), [slots.default?.() ?? props.title])]
@@ -14423,10 +14423,10 @@
14423
14423
  useRender(() => {
14424
14424
  const hasPrepend = !!(slots.prepend || props.icon);
14425
14425
  return vue.createVNode(props.tag, {
14426
- "class": ['v-breadcrumbs', backgroundColorClasses.value, densityClasses.value, roundedClasses.value, props.class],
14427
- "style": [backgroundColorStyles.value, props.style]
14426
+ "class": vue.normalizeClass(['v-breadcrumbs', backgroundColorClasses.value, densityClasses.value, roundedClasses.value, props.class]),
14427
+ "style": vue.normalizeStyle([backgroundColorStyles.value, props.style])
14428
14428
  }, {
14429
- default: () => [hasPrepend && vue.createVNode("li", {
14429
+ default: () => [hasPrepend && vue.createElementVNode("li", {
14430
14430
  "key": "prepend",
14431
14431
  "class": "v-breadcrumbs__prepend"
14432
14432
  }, [!slots.prepend ? vue.createVNode(VIcon, {
@@ -14447,7 +14447,7 @@
14447
14447
  item,
14448
14448
  raw
14449
14449
  } = _ref2;
14450
- return vue.createVNode(vue.Fragment, null, [slots.item?.({
14450
+ return vue.createElementVNode(vue.Fragment, null, [slots.item?.({
14451
14451
  item,
14452
14452
  index
14453
14453
  }) ?? vue.createVNode(VBreadcrumbsItem, vue.mergeProps({
@@ -14486,9 +14486,9 @@
14486
14486
  variant: 'text'
14487
14487
  }
14488
14488
  });
14489
- useRender(() => vue.createVNode("div", {
14490
- "class": ['v-card-actions', props.class],
14491
- "style": props.style
14489
+ useRender(() => vue.createElementVNode("div", {
14490
+ "class": vue.normalizeClass(['v-card-actions', props.class]),
14491
+ "style": vue.normalizeStyle(props.style)
14492
14492
  }, [slots.default?.()]));
14493
14493
  return {};
14494
14494
  }
@@ -14507,10 +14507,10 @@
14507
14507
  slots
14508
14508
  } = _ref;
14509
14509
  useRender(() => vue.createVNode(props.tag, {
14510
- "class": ['v-card-subtitle', props.class],
14511
- "style": [{
14510
+ "class": vue.normalizeClass(['v-card-subtitle', props.class]),
14511
+ "style": vue.normalizeStyle([{
14512
14512
  '--v-card-subtitle-opacity': props.opacity
14513
- }, props.style]
14513
+ }, props.style])
14514
14514
  }, slots));
14515
14515
  return {};
14516
14516
  }
@@ -14549,13 +14549,13 @@
14549
14549
  const hasAppend = !!(hasAppendMedia || slots.append);
14550
14550
  const hasTitle = !!(props.title != null || slots.title);
14551
14551
  const hasSubtitle = !!(props.subtitle != null || slots.subtitle);
14552
- return vue.createVNode("div", {
14553
- "class": ['v-card-item', props.class],
14554
- "style": props.style
14555
- }, [hasPrepend && vue.createVNode("div", {
14552
+ return vue.createElementVNode("div", {
14553
+ "class": vue.normalizeClass(['v-card-item', props.class]),
14554
+ "style": vue.normalizeStyle(props.style)
14555
+ }, [hasPrepend && vue.createElementVNode("div", {
14556
14556
  "key": "prepend",
14557
14557
  "class": "v-card-item__prepend"
14558
- }, [!slots.prepend ? vue.createVNode(vue.Fragment, null, [props.prependAvatar && vue.createVNode(VAvatar, {
14558
+ }, [!slots.prepend ? vue.createElementVNode(vue.Fragment, null, [props.prependAvatar && vue.createVNode(VAvatar, {
14559
14559
  "key": "prepend-avatar",
14560
14560
  "density": props.density,
14561
14561
  "image": props.prependAvatar
@@ -14576,7 +14576,7 @@
14576
14576
  icon: props.prependIcon
14577
14577
  }
14578
14578
  }
14579
- }, slots.prepend)]), vue.createVNode("div", {
14579
+ }, slots.prepend)]), vue.createElementVNode("div", {
14580
14580
  "class": "v-card-item__content"
14581
14581
  }, [hasTitle && vue.createVNode(VCardTitle, {
14582
14582
  "key": "title"
@@ -14586,10 +14586,10 @@
14586
14586
  "key": "subtitle"
14587
14587
  }, {
14588
14588
  default: () => [slots.subtitle?.() ?? vue.toDisplayString(props.subtitle)]
14589
- }), slots.default?.()]), hasAppend && vue.createVNode("div", {
14589
+ }), slots.default?.()]), hasAppend && vue.createElementVNode("div", {
14590
14590
  "key": "append",
14591
14591
  "class": "v-card-item__append"
14592
- }, [!slots.append ? vue.createVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
14592
+ }, [!slots.append ? vue.createElementVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
14593
14593
  "key": "append-icon",
14594
14594
  "density": props.density,
14595
14595
  "icon": props.appendIcon
@@ -14629,10 +14629,10 @@
14629
14629
  slots
14630
14630
  } = _ref;
14631
14631
  useRender(() => vue.createVNode(props.tag, {
14632
- "class": ['v-card-text', props.class],
14633
- "style": [{
14632
+ "class": vue.normalizeClass(['v-card-text', props.class]),
14633
+ "style": vue.normalizeStyle([{
14634
14634
  '--v-card-text-opacity': props.opacity
14635
- }, props.style]
14635
+ }, props.style])
14636
14636
  }, slots));
14637
14637
  return {};
14638
14638
  }
@@ -14688,7 +14688,7 @@
14688
14688
  const VCard = genericComponent()({
14689
14689
  name: 'VCard',
14690
14690
  directives: {
14691
- Ripple
14691
+ vRipple: Ripple
14692
14692
  },
14693
14693
  props: makeVCardProps(),
14694
14694
  setup(props, _ref) {
@@ -14752,7 +14752,7 @@
14752
14752
  "onClick": isClickable && link.navigate,
14753
14753
  "tabindex": props.disabled ? -1 : undefined
14754
14754
  }, link.linkProps), {
14755
- default: () => [hasImage && vue.createVNode("div", {
14755
+ default: () => [hasImage && vue.createElementVNode("div", {
14756
14756
  "key": "image",
14757
14757
  "class": "v-card__image"
14758
14758
  }, [!slots.image ? vue.createVNode(VImg, {
@@ -14795,7 +14795,7 @@
14795
14795
  }), slots.default?.(), slots.actions && vue.createVNode(VCardActions, null, {
14796
14796
  default: slots.actions
14797
14797
  }), genOverlays(isClickable, 'v-card')]
14798
- }), [[vue.resolveDirective("ripple"), isClickable && props.ripple]]);
14798
+ }), [[Ripple, isClickable && props.ripple]]);
14799
14799
  });
14800
14800
  return {};
14801
14801
  }
@@ -14954,7 +14954,7 @@
14954
14954
  const VWindow = genericComponent()({
14955
14955
  name: 'VWindow',
14956
14956
  directives: {
14957
- Touch
14957
+ vTouch: Touch
14958
14958
  },
14959
14959
  props: makeVWindowProps(),
14960
14960
  emits: {
@@ -15026,7 +15026,7 @@
15026
15026
  };
15027
15027
  arrows.push(canMoveBack.value ? slots.prev ? slots.prev({
15028
15028
  props: prevProps
15029
- }) : vue.createVNode(VBtn, prevProps, null) : vue.createVNode("div", null, null));
15029
+ }) : vue.createVNode(VBtn, prevProps, null) : vue.createElementVNode("div", null, null));
15030
15030
  const nextProps = {
15031
15031
  icon: isRtl.value ? props.prevIcon : props.nextIcon,
15032
15032
  class: `v-window__${isRtlReverse.value ? 'left' : 'right'}`,
@@ -15035,7 +15035,7 @@
15035
15035
  };
15036
15036
  arrows.push(canMoveForward.value ? slots.next ? slots.next({
15037
15037
  props: nextProps
15038
- }) : vue.createVNode(VBtn, nextProps, null) : vue.createVNode("div", null, null));
15038
+ }) : vue.createVNode(VBtn, nextProps, null) : vue.createElementVNode("div", null, null));
15039
15039
  return arrows;
15040
15040
  });
15041
15041
  const touchOptions = vue.computed(() => {
@@ -15061,24 +15061,24 @@
15061
15061
  });
15062
15062
  useRender(() => vue.withDirectives(vue.createVNode(props.tag, {
15063
15063
  "ref": rootRef,
15064
- "class": ['v-window', {
15064
+ "class": vue.normalizeClass(['v-window', {
15065
15065
  'v-window--show-arrows-on-hover': props.showArrows === 'hover'
15066
- }, themeClasses.value, props.class],
15067
- "style": props.style
15066
+ }, themeClasses.value, props.class]),
15067
+ "style": vue.normalizeStyle(props.style)
15068
15068
  }, {
15069
- default: () => [vue.createVNode("div", {
15069
+ default: () => [vue.createElementVNode("div", {
15070
15070
  "class": "v-window__container",
15071
- "style": {
15071
+ "style": vue.normalizeStyle({
15072
15072
  height: transitionHeight.value
15073
- }
15073
+ })
15074
15074
  }, [slots.default?.({
15075
15075
  group
15076
- }), props.showArrows !== false && vue.createVNode("div", {
15076
+ }), props.showArrows !== false && vue.createElementVNode("div", {
15077
15077
  "class": "v-window__controls"
15078
15078
  }, [arrows.value])]), slots.additional?.({
15079
15079
  group
15080
15080
  })]
15081
- }), [[vue.resolveDirective("touch"), touchOptions.value]]));
15081
+ }), [[Touch, touchOptions.value]]));
15082
15082
  return {
15083
15083
  group
15084
15084
  };
@@ -15163,12 +15163,12 @@
15163
15163
  let {
15164
15164
  group
15165
15165
  } = _ref2;
15166
- return vue.createVNode(vue.Fragment, null, [!props.hideDelimiters && vue.createVNode("div", {
15166
+ return vue.createElementVNode(vue.Fragment, null, [!props.hideDelimiters && vue.createElementVNode("div", {
15167
15167
  "class": "v-carousel__controls",
15168
- "style": {
15168
+ "style": vue.normalizeStyle({
15169
15169
  left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
15170
15170
  right: props.verticalDelimiters === 'right' ? 0 : 'auto'
15171
- }
15171
+ })
15172
15172
  }, [group.items.value.length > 0 && vue.createVNode(VDefaultsProvider, {
15173
15173
  "defaults": {
15174
15174
  VBtn: {
@@ -15222,7 +15222,7 @@
15222
15222
  const VWindowItem = genericComponent()({
15223
15223
  name: 'VWindowItem',
15224
15224
  directives: {
15225
- Touch
15225
+ vTouch: Touch
15226
15226
  },
15227
15227
  props: makeVWindowItemProps(),
15228
15228
  emits: {
@@ -15306,9 +15306,9 @@
15306
15306
  "transition": transition.value,
15307
15307
  "disabled": !isBooted.value
15308
15308
  }, {
15309
- default: () => [vue.withDirectives(vue.createVNode("div", {
15310
- "class": ['v-window-item', groupItem.selectedClass.value, props.class],
15311
- "style": props.style
15309
+ default: () => [vue.withDirectives(vue.createElementVNode("div", {
15310
+ "class": vue.normalizeClass(['v-window-item', groupItem.selectedClass.value, props.class]),
15311
+ "style": vue.normalizeStyle(props.style)
15312
15312
  }, [hasContent.value && slots.default?.()]), [[vue.vShow, groupItem.isSelected.value]])]
15313
15313
  }));
15314
15314
  return {
@@ -15508,21 +15508,21 @@
15508
15508
  immediate: true
15509
15509
  });
15510
15510
  vue.onMounted(() => updateCanvas());
15511
- useRender(() => vue.createVNode("div", {
15511
+ useRender(() => vue.createElementVNode("div", {
15512
15512
  "ref": resizeRef,
15513
- "class": ['v-color-picker-canvas', props.class],
15514
- "style": props.style,
15513
+ "class": vue.normalizeClass(['v-color-picker-canvas', props.class]),
15514
+ "style": vue.normalizeStyle(props.style),
15515
15515
  "onMousedown": handleMouseDown,
15516
15516
  "onTouchstartPassive": handleMouseDown
15517
- }, [vue.createVNode("canvas", {
15517
+ }, [vue.createElementVNode("canvas", {
15518
15518
  "ref": canvasRef,
15519
15519
  "width": canvasWidth.value,
15520
15520
  "height": canvasHeight.value
15521
- }, null), props.color && vue.createVNode("div", {
15522
- "class": ['v-color-picker-canvas__dot', {
15521
+ }, null), props.color && vue.createElementVNode("div", {
15522
+ "class": vue.normalizeClass(['v-color-picker-canvas__dot', {
15523
15523
  'v-color-picker-canvas__dot--disabled': props.disabled
15524
- }],
15525
- "style": dotStyles.value
15524
+ }]),
15525
+ "style": vue.normalizeStyle(dotStyles.value)
15526
15526
  }, null)]));
15527
15527
  return {};
15528
15528
  }
@@ -15722,9 +15722,9 @@
15722
15722
  label,
15723
15723
  ...rest
15724
15724
  } = _ref;
15725
- return vue.createVNode("div", {
15725
+ return vue.createElementVNode("div", {
15726
15726
  "class": "v-color-picker-edit__input"
15727
- }, [vue.createVNode("input", rest, null), vue.createVNode("span", null, [label])]);
15727
+ }, [vue.createElementVNode("input", vue.normalizeProps(vue.guardReactiveProps(rest)), null), vue.createElementVNode("span", null, [label])]);
15728
15728
  };
15729
15729
  const makeVColorPickerEditProps = propsFactory({
15730
15730
  color: Object,
@@ -15781,9 +15781,9 @@
15781
15781
  };
15782
15782
  });
15783
15783
  });
15784
- useRender(() => vue.createVNode("div", {
15785
- "class": ['v-color-picker-edit', props.class],
15786
- "style": props.style
15784
+ useRender(() => vue.createElementVNode("div", {
15785
+ "class": vue.normalizeClass(['v-color-picker-edit', props.class]),
15786
+ "style": vue.normalizeStyle(props.style)
15787
15787
  }, [inputs.value?.map(props => vue.createVNode(VColorPickerInput, props, null)), enabledModes.value.length > 1 && vue.createVNode(VBtn, {
15788
15788
  "icon": "$unfold",
15789
15789
  "size": "x-small",
@@ -16126,7 +16126,7 @@
16126
16126
  const VSliderThumb = genericComponent()({
16127
16127
  name: 'VSliderThumb',
16128
16128
  directives: {
16129
- Ripple
16129
+ vRipple: Ripple
16130
16130
  },
16131
16131
  props: makeVSliderThumbProps(),
16132
16132
  emits: {
@@ -16206,15 +16206,15 @@
16206
16206
  }
16207
16207
  useRender(() => {
16208
16208
  const positionPercentage = convertToUnit(indexFromEnd.value ? 100 - props.position : props.position, '%');
16209
- return vue.createVNode("div", {
16210
- "class": ['v-slider-thumb', {
16209
+ return vue.createElementVNode("div", {
16210
+ "class": vue.normalizeClass(['v-slider-thumb', {
16211
16211
  'v-slider-thumb--focused': props.focused,
16212
16212
  'v-slider-thumb--pressed': props.focused && mousePressed.value
16213
- }, props.class, rtlClasses.value],
16214
- "style": [{
16213
+ }, props.class, rtlClasses.value]),
16214
+ "style": vue.normalizeStyle([{
16215
16215
  '--v-slider-thumb-position': positionPercentage,
16216
16216
  '--v-slider-thumb-size': convertToUnit(thumbSize.value)
16217
- }, props.style],
16217
+ }, props.style]),
16218
16218
  "role": "slider",
16219
16219
  "tabindex": disabled.value ? -1 : 0,
16220
16220
  "aria-label": props.name,
@@ -16224,25 +16224,25 @@
16224
16224
  "aria-readonly": !!readonly.value,
16225
16225
  "aria-orientation": direction.value,
16226
16226
  "onKeydown": !readonly.value ? onKeydown : undefined
16227
- }, [vue.createVNode("div", {
16228
- "class": ['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value],
16229
- "style": {
16227
+ }, [vue.createElementVNode("div", {
16228
+ "class": vue.normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
16229
+ "style": vue.normalizeStyle({
16230
16230
  ...textColorStyles.value
16231
- }
16232
- }, null), vue.withDirectives(vue.createVNode("div", {
16233
- "class": ['v-slider-thumb__ripple', textColorClasses.value],
16234
- "style": textColorStyles.value
16235
- }, null), [[vue.resolveDirective("ripple"), props.ripple, null, {
16231
+ })
16232
+ }, null), vue.withDirectives(vue.createElementVNode("div", {
16233
+ "class": vue.normalizeClass(['v-slider-thumb__ripple', textColorClasses.value]),
16234
+ "style": vue.normalizeStyle(textColorStyles.value)
16235
+ }, null), [[Ripple, props.ripple, null, {
16236
16236
  circle: true,
16237
16237
  center: true
16238
16238
  }]]), vue.createVNode(VScaleTransition, {
16239
16239
  "origin": "bottom center"
16240
16240
  }, {
16241
- default: () => [vue.withDirectives(vue.createVNode("div", {
16241
+ default: () => [vue.withDirectives(vue.createElementVNode("div", {
16242
16242
  "class": "v-slider-thumb__label-container"
16243
- }, [vue.createVNode("div", {
16243
+ }, [vue.createElementVNode("div", {
16244
16244
  "class": ['v-slider-thumb__label']
16245
- }, [vue.createVNode("div", null, [slots['thumb-label']?.({
16245
+ }, [vue.createElementVNode("div", null, [slots['thumb-label']?.({
16246
16246
  modelValue: props.modelValue
16247
16247
  }) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])])]), [[vue.vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
16248
16248
  })]);
@@ -16319,17 +16319,17 @@
16319
16319
  const ticks = vertical.value ? parsedTicks.value.slice().reverse() : parsedTicks.value;
16320
16320
  return ticks.map((tick, index) => {
16321
16321
  const directionValue = tick.value !== min.value && tick.value !== max.value ? convertToUnit(tick.position, '%') : undefined;
16322
- return vue.createVNode("div", {
16322
+ return vue.createElementVNode("div", {
16323
16323
  "key": tick.value,
16324
- "class": ['v-slider-track__tick', {
16324
+ "class": vue.normalizeClass(['v-slider-track__tick', {
16325
16325
  'v-slider-track__tick--filled': tick.position >= props.start && tick.position <= props.stop,
16326
16326
  'v-slider-track__tick--first': tick.value === min.value,
16327
16327
  'v-slider-track__tick--last': tick.value === max.value
16328
- }],
16329
- "style": {
16328
+ }]),
16329
+ "style": vue.normalizeStyle({
16330
16330
  [startDir.value]: directionValue
16331
- }
16332
- }, [(tick.label || slots['tick-label']) && vue.createVNode("div", {
16331
+ })
16332
+ }, [(tick.label || slots['tick-label']) && vue.createElementVNode("div", {
16333
16333
  "class": "v-slider-track__tick-label"
16334
16334
  }, [slots['tick-label']?.({
16335
16335
  tick,
@@ -16338,30 +16338,30 @@
16338
16338
  });
16339
16339
  });
16340
16340
  useRender(() => {
16341
- return vue.createVNode("div", {
16342
- "class": ['v-slider-track', roundedClasses.value, props.class],
16343
- "style": [{
16341
+ return vue.createElementVNode("div", {
16342
+ "class": vue.normalizeClass(['v-slider-track', roundedClasses.value, props.class]),
16343
+ "style": vue.normalizeStyle([{
16344
16344
  '--v-slider-track-size': convertToUnit(trackSize.value),
16345
16345
  '--v-slider-tick-size': convertToUnit(tickSize.value)
16346
- }, props.style]
16347
- }, [vue.createVNode("div", {
16348
- "class": ['v-slider-track__background', trackColorClasses.value, {
16346
+ }, props.style])
16347
+ }, [vue.createElementVNode("div", {
16348
+ "class": vue.normalizeClass(['v-slider-track__background', trackColorClasses.value, {
16349
16349
  'v-slider-track__background--opacity': !!color.value || !trackFillColor.value
16350
- }],
16351
- "style": {
16350
+ }]),
16351
+ "style": vue.normalizeStyle({
16352
16352
  ...backgroundStyles.value,
16353
16353
  ...trackColorStyles.value
16354
- }
16355
- }, null), vue.createVNode("div", {
16356
- "class": ['v-slider-track__fill', trackFillColorClasses.value],
16357
- "style": {
16354
+ })
16355
+ }, null), vue.createElementVNode("div", {
16356
+ "class": vue.normalizeClass(['v-slider-track__fill', trackFillColorClasses.value]),
16357
+ "style": vue.normalizeStyle({
16358
16358
  ...trackFillStyles.value,
16359
16359
  ...trackFillColorStyles.value
16360
- }
16361
- }, null), showTicks.value && vue.createVNode("div", {
16362
- "class": ['v-slider-track__ticks', {
16360
+ })
16361
+ }, null), showTicks.value && vue.createElementVNode("div", {
16362
+ "class": vue.normalizeClass(['v-slider-track__ticks', {
16363
16363
  'v-slider-track__ticks--always-show': showTicks.value === 'always'
16364
- }]
16364
+ }])
16365
16365
  }, [computedTicks.value])]);
16366
16366
  });
16367
16367
  return {};
@@ -16455,7 +16455,7 @@
16455
16455
  "focused": isFocused.value
16456
16456
  }), {
16457
16457
  ...slots,
16458
- prepend: hasPrepend ? slotProps => vue.createVNode(vue.Fragment, null, [slots.label?.(slotProps) ?? (props.label ? vue.createVNode(VLabel, {
16458
+ prepend: hasPrepend ? slotProps => vue.createElementVNode(vue.Fragment, null, [slots.label?.(slotProps) ?? (props.label ? vue.createVNode(VLabel, {
16459
16459
  "id": slotProps.id.value,
16460
16460
  "class": "v-slider__label",
16461
16461
  "text": props.label
@@ -16465,11 +16465,11 @@
16465
16465
  id,
16466
16466
  messagesId
16467
16467
  } = _ref4;
16468
- return vue.createVNode("div", {
16468
+ return vue.createElementVNode("div", {
16469
16469
  "class": "v-slider__container",
16470
16470
  "onMousedown": !readonly.value ? onSliderMousedown : undefined,
16471
16471
  "onTouchstartPassive": !readonly.value ? onSliderTouchstart : undefined
16472
- }, [vue.createVNode("input", {
16472
+ }, [vue.createElementVNode("input", {
16473
16473
  "id": id.value,
16474
16474
  "name": props.name || id.value,
16475
16475
  "disabled": !!props.disabled,
@@ -16542,12 +16542,12 @@
16542
16542
  });
16543
16543
  } catch (e) {}
16544
16544
  }
16545
- useRender(() => vue.createVNode("div", {
16546
- "class": ['v-color-picker-preview', {
16545
+ useRender(() => vue.createElementVNode("div", {
16546
+ "class": vue.normalizeClass(['v-color-picker-preview', {
16547
16547
  'v-color-picker-preview--hide-alpha': props.hideAlpha
16548
- }, props.class],
16549
- "style": props.style
16550
- }, [SUPPORTS_EYE_DROPPER && vue.createVNode("div", {
16548
+ }, props.class]),
16549
+ "style": vue.normalizeStyle(props.style)
16550
+ }, [SUPPORTS_EYE_DROPPER && vue.createElementVNode("div", {
16551
16551
  "class": "v-color-picker-preview__eye-dropper",
16552
16552
  "key": "eyeDropper"
16553
16553
  }, [vue.createVNode(VBtn, {
@@ -16556,13 +16556,13 @@
16556
16556
  "icon": "$eyeDropper",
16557
16557
  "variant": "plain",
16558
16558
  "onClick": openEyeDropper
16559
- }, null)]), vue.createVNode("div", {
16559
+ }, null)]), vue.createElementVNode("div", {
16560
16560
  "class": "v-color-picker-preview__dot"
16561
- }, [vue.createVNode("div", {
16562
- "style": {
16561
+ }, [vue.createElementVNode("div", {
16562
+ "style": vue.normalizeStyle({
16563
16563
  background: HSVtoCSS(props.color ?? nullColor)
16564
- }
16565
- }, null)]), vue.createVNode("div", {
16564
+ })
16565
+ }, null)]), vue.createElementVNode("div", {
16566
16566
  "class": "v-color-picker-preview__sliders"
16567
16567
  }, [vue.createVNode(VSlider, {
16568
16568
  "class": "v-color-picker-preview__track v-color-picker-preview__hue",
@@ -16947,24 +16947,24 @@
16947
16947
  let {
16948
16948
  emit
16949
16949
  } = _ref;
16950
- useRender(() => vue.createVNode("div", {
16951
- "class": ['v-color-picker-swatches', props.class],
16952
- "style": [{
16950
+ useRender(() => vue.createElementVNode("div", {
16951
+ "class": vue.normalizeClass(['v-color-picker-swatches', props.class]),
16952
+ "style": vue.normalizeStyle([{
16953
16953
  maxHeight: convertToUnit(props.maxHeight)
16954
- }, props.style]
16955
- }, [vue.createVNode("div", null, [props.swatches.map(swatch => vue.createVNode("div", {
16954
+ }, props.style])
16955
+ }, [vue.createElementVNode("div", null, [props.swatches.map(swatch => vue.createElementVNode("div", {
16956
16956
  "class": "v-color-picker-swatches__swatch"
16957
16957
  }, [swatch.map(color => {
16958
16958
  const rgba = parseColor(color);
16959
16959
  const hsva = RGBtoHSV(rgba);
16960
16960
  const background = RGBtoCSS(rgba);
16961
- return vue.createVNode("div", {
16961
+ return vue.createElementVNode("div", {
16962
16962
  "class": "v-color-picker-swatches__color",
16963
16963
  "onClick": () => hsva && emit('update:color', hsva)
16964
- }, [vue.createVNode("div", {
16965
- "style": {
16964
+ }, [vue.createElementVNode("div", {
16965
+ "style": vue.normalizeStyle({
16966
16966
  background
16967
- }
16967
+ })
16968
16968
  }, [props.color && deepEqual(props.color, hsva) ? vue.createVNode(VIcon, {
16969
16969
  "size": "x-small",
16970
16970
  "icon": "$success",
@@ -17023,8 +17023,8 @@
17023
17023
  roundedClasses
17024
17024
  } = useRounded(props);
17025
17025
  useRender(() => vue.createVNode(props.tag, {
17026
- "class": ['v-sheet', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class],
17027
- "style": [backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style]
17026
+ "class": vue.normalizeClass(['v-sheet', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class]),
17027
+ "style": vue.normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style])
17028
17028
  }, slots));
17029
17029
  return {};
17030
17030
  }
@@ -17063,17 +17063,17 @@
17063
17063
  }, props.class],
17064
17064
  "style": props.style
17065
17065
  }), {
17066
- default: () => [!props.hideHeader && vue.createVNode("div", {
17066
+ default: () => [!props.hideHeader && vue.createElementVNode("div", {
17067
17067
  "key": "header",
17068
- "class": [backgroundColorClasses.value],
17069
- "style": [backgroundColorStyles.value]
17068
+ "class": vue.normalizeClass([backgroundColorClasses.value]),
17069
+ "style": vue.normalizeStyle([backgroundColorStyles.value])
17070
17070
  }, [hasTitle && vue.createVNode(VPickerTitle, {
17071
17071
  "key": "picker-title"
17072
17072
  }, {
17073
17073
  default: () => [slots.title?.() ?? props.title]
17074
- }), slots.header && vue.createVNode("div", {
17074
+ }), slots.header && vue.createElementVNode("div", {
17075
17075
  "class": "v-picker__header"
17076
- }, [slots.header()])]), vue.createVNode("div", {
17076
+ }, [slots.header()])]), vue.createElementVNode("div", {
17077
17077
  "class": "v-picker__body"
17078
17078
  }, [slots.default?.()]), slots.actions && vue.createVNode(VDefaultsProvider, {
17079
17079
  "defaults": {
@@ -17083,7 +17083,7 @@
17083
17083
  }
17084
17084
  }
17085
17085
  }, {
17086
- default: () => [vue.createVNode("div", {
17086
+ default: () => [vue.createElementVNode("div", {
17087
17087
  "class": "v-picker__actions"
17088
17088
  }, [slots.actions()])]
17089
17089
  })]
@@ -17945,7 +17945,7 @@
17945
17945
  }, props.style]
17946
17946
  }), {
17947
17947
  ...slots,
17948
- default: () => vue.createVNode(vue.Fragment, null, [!props.hideCanvas && vue.createVNode(VColorPickerCanvas, {
17948
+ default: () => vue.createElementVNode(vue.Fragment, null, [!props.hideCanvas && vue.createVNode(VColorPickerCanvas, {
17949
17949
  "key": "canvas",
17950
17950
  "color": currentColor.value,
17951
17951
  "onUpdate:color": updateColor,
@@ -17953,7 +17953,7 @@
17953
17953
  "dotSize": props.dotSize,
17954
17954
  "width": props.width,
17955
17955
  "height": props.canvasHeight
17956
- }, null), (!props.hideSliders || !props.hideInputs) && vue.createVNode("div", {
17956
+ }, null), (!props.hideSliders || !props.hideInputs) && vue.createElementVNode("div", {
17957
17957
  "key": "controls",
17958
17958
  "class": "v-color-picker__controls"
17959
17959
  }, [!props.hideSliders && vue.createVNode(VColorPickerPreview, {
@@ -18328,7 +18328,7 @@
18328
18328
  "onKeydown": onKeydown
18329
18329
  }), {
18330
18330
  ...slots,
18331
- default: () => vue.createVNode(vue.Fragment, null, [vue.createVNode(VMenu, vue.mergeProps({
18331
+ default: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VMenu, vue.mergeProps({
18332
18332
  "ref": vMenuRef,
18333
18333
  "modelValue": menu.value,
18334
18334
  "onUpdate:modelValue": $event => menu.value = $event,
@@ -18387,7 +18387,7 @@
18387
18387
  let {
18388
18388
  isSelected
18389
18389
  } = _ref5;
18390
- return vue.createVNode(vue.Fragment, null, [props.multiple && !props.hideSelected ? vue.createVNode(VCheckboxBtn, {
18390
+ return vue.createElementVNode(vue.Fragment, null, [props.multiple && !props.hideSelected ? vue.createVNode(VCheckboxBtn, {
18391
18391
  "key": item.value,
18392
18392
  "modelValue": isSelected,
18393
18393
  "ripple": false,
@@ -18436,10 +18436,10 @@
18436
18436
  index
18437
18437
  })) : undefined;
18438
18438
  if (hasSlot && !slotContent) return undefined;
18439
- return vue.createVNode("div", {
18439
+ return vue.createElementVNode("div", {
18440
18440
  "key": item.value,
18441
- "class": ['v-combobox__selection', index === selectionIndex.value && ['v-combobox__selection--selected', textColorClasses.value]],
18442
- "style": index === selectionIndex.value ? textColorStyles.value : {}
18441
+ "class": vue.normalizeClass(['v-combobox__selection', index === selectionIndex.value && ['v-combobox__selection--selected', textColorClasses.value]]),
18442
+ "style": vue.normalizeStyle(index === selectionIndex.value ? textColorStyles.value : {})
18443
18443
  }, [hasChips.value ? !slots.chip ? vue.createVNode(VChip, vue.mergeProps({
18444
18444
  "key": "chip",
18445
18445
  "closable": props.closableChips,
@@ -18457,9 +18457,9 @@
18457
18457
  }
18458
18458
  }, {
18459
18459
  default: () => [slotContent]
18460
- }) : slotContent ?? vue.createVNode("span", {
18460
+ }) : slotContent ?? vue.createElementVNode("span", {
18461
18461
  "class": "v-combobox__selection-text"
18462
- }, [item.title, props.multiple && index < model.value.length - 1 && vue.createVNode("span", {
18462
+ }, [item.title, props.multiple && index < model.value.length - 1 && vue.createElementVNode("span", {
18463
18463
  "class": "v-combobox__selection-comma"
18464
18464
  }, [vue.createTextVNode(",")])])]);
18465
18465
  })]),
@@ -18467,7 +18467,7 @@
18467
18467
  for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
18468
18468
  args[_key] = arguments[_key];
18469
18469
  }
18470
- return vue.createVNode(vue.Fragment, null, [slots['append-inner']?.(...args), (!props.hideNoData || props.items.length) && props.menuIcon ? vue.createVNode(VIcon, {
18470
+ return vue.createElementVNode(vue.Fragment, null, [slots['append-inner']?.(...args), (!props.hideNoData || props.items.length) && props.menuIcon ? vue.createVNode(VIcon, {
18471
18471
  "class": "v-combobox__menu-icon",
18472
18472
  "color": vTextFieldRef.value?.fieldIconColor,
18473
18473
  "icon": props.menuIcon,
@@ -18555,7 +18555,7 @@
18555
18555
  emit('cancel');
18556
18556
  }
18557
18557
  function actions(actionsProps) {
18558
- return vue.createVNode(vue.Fragment, null, [vue.createVNode(VBtn, vue.mergeProps({
18558
+ return vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VBtn, vue.mergeProps({
18559
18559
  "disabled": isCancelDisabled.value,
18560
18560
  "variant": "text",
18561
18561
  "color": props.color,
@@ -18571,7 +18571,7 @@
18571
18571
  }
18572
18572
  let actionsUsed = false;
18573
18573
  useRender(() => {
18574
- return vue.createVNode(vue.Fragment, null, [slots.default?.({
18574
+ return vue.createElementVNode(vue.Fragment, null, [slots.default?.({
18575
18575
  model: internalModel,
18576
18576
  save,
18577
18577
  cancel,
@@ -19454,10 +19454,10 @@
19454
19454
  groupedItems: paginatedItems.value
19455
19455
  }));
19456
19456
  useRender(() => vue.createVNode(props.tag, {
19457
- "class": ['v-data-iterator', {
19457
+ "class": vue.normalizeClass(['v-data-iterator', {
19458
19458
  'v-data-iterator--loading': props.loading
19459
- }, props.class],
19460
- "style": props.style
19459
+ }, props.class]),
19460
+ "style": vue.normalizeStyle(props.style)
19461
19461
  }, {
19462
19462
  default: () => [slots.header?.(slotProps.value), vue.createVNode(MaybeTransition, {
19463
19463
  "transition": props.transition
@@ -19468,7 +19468,7 @@
19468
19468
  "active": true
19469
19469
  }, {
19470
19470
  default: slotProps => slots.loader?.(slotProps)
19471
- }) : vue.createVNode("div", {
19471
+ }) : vue.createElementVNode("div", {
19472
19472
  "key": "items"
19473
19473
  }, [!paginatedItems.value.length ? slots['no-data']?.() : slots.default?.(slotProps.value)])]
19474
19474
  }), slots.footer?.(slotProps.value)]
@@ -19762,44 +19762,44 @@
19762
19762
  }
19763
19763
  useRender(() => vue.createVNode(props.tag, {
19764
19764
  "ref": resizeRef,
19765
- "class": ['v-pagination', themeClasses.value, props.class],
19766
- "style": props.style,
19765
+ "class": vue.normalizeClass(['v-pagination', themeClasses.value, props.class]),
19766
+ "style": vue.normalizeStyle(props.style),
19767
19767
  "role": "navigation",
19768
19768
  "aria-label": t(props.ariaLabel),
19769
19769
  "onKeydown": onKeydown,
19770
19770
  "data-test": "v-pagination-root"
19771
19771
  }, {
19772
- default: () => [vue.createVNode("ul", {
19772
+ default: () => [vue.createElementVNode("ul", {
19773
19773
  "class": "v-pagination__list"
19774
- }, [props.showFirstLastPage && vue.createVNode("li", {
19774
+ }, [props.showFirstLastPage && vue.createElementVNode("li", {
19775
19775
  "key": "first",
19776
19776
  "class": "v-pagination__first",
19777
19777
  "data-test": "v-pagination-first"
19778
19778
  }, [slots.first ? slots.first(controls.value.first) : vue.createVNode(VBtn, vue.mergeProps({
19779
19779
  "_as": "VPaginationBtn"
19780
- }, controls.value.first), null)]), vue.createVNode("li", {
19780
+ }, controls.value.first), null)]), vue.createElementVNode("li", {
19781
19781
  "key": "prev",
19782
19782
  "class": "v-pagination__prev",
19783
19783
  "data-test": "v-pagination-prev"
19784
19784
  }, [slots.prev ? slots.prev(controls.value.prev) : vue.createVNode(VBtn, vue.mergeProps({
19785
19785
  "_as": "VPaginationBtn"
19786
- }, controls.value.prev), null)]), items.value.map((item, index) => vue.createVNode("li", {
19786
+ }, controls.value.prev), null)]), items.value.map((item, index) => vue.createElementVNode("li", {
19787
19787
  "key": item.key,
19788
- "class": ['v-pagination__item', {
19788
+ "class": vue.normalizeClass(['v-pagination__item', {
19789
19789
  'v-pagination__item--is-active': item.isActive
19790
- }],
19790
+ }]),
19791
19791
  "data-test": "v-pagination-item"
19792
19792
  }, [slots.item ? slots.item(item) : vue.createVNode(VBtn, vue.mergeProps({
19793
19793
  "_as": "VPaginationBtn"
19794
19794
  }, item.props), {
19795
19795
  default: () => [item.page]
19796
- })])), vue.createVNode("li", {
19796
+ })])), vue.createElementVNode("li", {
19797
19797
  "key": "next",
19798
19798
  "class": "v-pagination__next",
19799
19799
  "data-test": "v-pagination-next"
19800
19800
  }, [slots.next ? slots.next(controls.value.next) : vue.createVNode(VBtn, vue.mergeProps({
19801
19801
  "_as": "VPaginationBtn"
19802
- }, controls.value.next), null)]), props.showFirstLastPage && vue.createVNode("li", {
19802
+ }, controls.value.next), null)]), props.showFirstLastPage && vue.createElementVNode("li", {
19803
19803
  "key": "last",
19804
19804
  "class": "v-pagination__last",
19805
19805
  "data-test": "v-pagination-last"
@@ -19908,20 +19908,20 @@
19908
19908
  }));
19909
19909
  useRender(() => {
19910
19910
  const paginationProps = VPagination.filterProps(props);
19911
- return vue.createVNode("div", {
19911
+ return vue.createElementVNode("div", {
19912
19912
  "class": "v-data-table-footer"
19913
- }, [slots.prepend?.(), vue.createVNode("div", {
19913
+ }, [slots.prepend?.(), vue.createElementVNode("div", {
19914
19914
  "class": "v-data-table-footer__items-per-page"
19915
- }, [vue.createVNode("span", null, [t(props.itemsPerPageText)]), vue.createVNode(VSelect, {
19915
+ }, [vue.createElementVNode("span", null, [t(props.itemsPerPageText)]), vue.createVNode(VSelect, {
19916
19916
  "items": itemsPerPageOptions.value,
19917
19917
  "modelValue": itemsPerPage.value,
19918
19918
  "onUpdate:modelValue": v => setItemsPerPage(Number(v)),
19919
19919
  "density": "compact",
19920
19920
  "variant": "outlined",
19921
19921
  "hide-details": true
19922
- }, null)]), vue.createVNode("div", {
19922
+ }, null)]), vue.createElementVNode("div", {
19923
19923
  "class": "v-data-table-footer__info"
19924
- }, [vue.createVNode("div", null, [t(props.pageText, !itemsLength.value ? 0 : startIndex.value + 1, stopIndex.value, itemsLength.value)])]), vue.createVNode("div", {
19924
+ }, [vue.createElementVNode("div", null, [t(props.pageText, !itemsLength.value ? 0 : startIndex.value + 1, stopIndex.value, itemsLength.value)])]), vue.createElementVNode("div", {
19925
19925
  "class": "v-data-table-footer__pagination"
19926
19926
  }, [vue.createVNode(VPagination, vue.mergeProps({
19927
19927
  "modelValue": page.value,
@@ -19964,18 +19964,18 @@
19964
19964
  } = _ref;
19965
19965
  const Tag = props.tag ?? 'td';
19966
19966
  return vue.createVNode(Tag, {
19967
- "class": ['v-data-table__td', {
19967
+ "class": vue.normalizeClass(['v-data-table__td', {
19968
19968
  'v-data-table-column--fixed': props.fixed,
19969
19969
  'v-data-table-column--last-fixed': props.lastFixed,
19970
19970
  'v-data-table-column--no-padding': props.noPadding,
19971
19971
  'v-data-table-column--nowrap': props.nowrap
19972
- }, `v-data-table-column--align-${props.align}`],
19973
- "style": {
19972
+ }, `v-data-table-column--align-${props.align}`]),
19973
+ "style": vue.normalizeStyle({
19974
19974
  height: convertToUnit(props.height),
19975
19975
  width: convertToUnit(props.width),
19976
19976
  maxWidth: convertToUnit(props.maxWidth),
19977
19977
  left: convertToUnit(props.fixedOffset || null)
19978
- }
19978
+ })
19979
19979
  }, {
19980
19980
  default: () => [slots.default?.()]
19981
19981
  });
@@ -20385,16 +20385,16 @@
20385
20385
  "onUpdate:modelValue": selectAll
20386
20386
  }, null));
20387
20387
  }
20388
- return vue.createVNode("div", {
20388
+ return vue.createElementVNode("div", {
20389
20389
  "class": "v-data-table-header__content"
20390
- }, [vue.createVNode("span", null, [column.title]), column.sortable && !props.disableSort && vue.createVNode(VIcon, {
20390
+ }, [vue.createElementVNode("span", null, [column.title]), column.sortable && !props.disableSort && vue.createVNode(VIcon, {
20391
20391
  "key": "icon",
20392
20392
  "class": "v-data-table-header__sort-icon",
20393
20393
  "icon": getSortIcon(column)
20394
- }, null), props.multiSort && isSorted(column) && vue.createVNode("div", {
20394
+ }, null), props.multiSort && isSorted(column) && vue.createElementVNode("div", {
20395
20395
  "key": "badge",
20396
- "class": ['v-data-table-header__sort-badge', ...backgroundColorClasses.value],
20397
- "style": backgroundColorStyles.value
20396
+ "class": vue.normalizeClass(['v-data-table-header__sort-badge', ...backgroundColorClasses.value]),
20397
+ "style": vue.normalizeStyle(backgroundColorStyles.value)
20398
20398
  }, [sortBy.value.findIndex(x => x.key === column.key) + 1])]);
20399
20399
  }
20400
20400
  });
@@ -20413,7 +20413,7 @@
20413
20413
  "class": [...headerCellClasses.value],
20414
20414
  "colspan": headers.value.length + 1
20415
20415
  }, props.headerProps), {
20416
- default: () => [vue.createVNode("div", {
20416
+ default: () => [vue.createElementVNode("div", {
20417
20417
  "class": "v-data-table-header__content"
20418
20418
  }, [vue.createVNode(VSelect, {
20419
20419
  "chips": true,
@@ -20437,7 +20437,7 @@
20437
20437
  }
20438
20438
  }, {
20439
20439
  default: () => [props.item.title, vue.createVNode(VIcon, {
20440
- "class": ['v-data-table__td-sort-icon', isSorted(props.item.raw) && 'v-data-table__td-sort-icon-active'],
20440
+ "class": vue.normalizeClass(['v-data-table__td-sort-icon', isSorted(props.item.raw) && 'v-data-table__td-sort-icon-active']),
20441
20441
  "icon": getSortIcon(props.item.raw),
20442
20442
  "size": "small"
20443
20443
  }, null)]
@@ -20446,13 +20446,13 @@
20446
20446
  });
20447
20447
  };
20448
20448
  useRender(() => {
20449
- 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, {
20449
+ 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, {
20450
20450
  "column": column,
20451
20451
  "x": x,
20452
20452
  "y": y
20453
- }, null))])), props.loading && vue.createVNode("tr", {
20453
+ }, null))])), props.loading && vue.createElementVNode("tr", {
20454
20454
  "class": "v-data-table-progress"
20455
- }, [vue.createVNode("th", {
20455
+ }, [vue.createElementVNode("th", {
20456
20456
  "colspan": columns.value.length
20457
20457
  }, [vue.createVNode(LoaderSlot, {
20458
20458
  "name": "v-data-table-progress",
@@ -20498,11 +20498,11 @@
20498
20498
  const rows = vue.computed(() => {
20499
20499
  return extractRows([props.item]);
20500
20500
  });
20501
- return () => vue.createVNode("tr", {
20501
+ return () => vue.createElementVNode("tr", {
20502
20502
  "class": "v-data-table-group-header-row",
20503
- "style": {
20503
+ "style": vue.normalizeStyle({
20504
20504
  '--v-data-table-group-header-row-depth': props.item.depth
20505
- }
20505
+ })
20506
20506
  }, [columns.value.map(column => {
20507
20507
  if (column.key === 'data-table-group') {
20508
20508
  const icon = isGroupOpen(props.item) ? '$expand' : '$next';
@@ -20522,7 +20522,7 @@
20522
20522
  "variant": "text",
20523
20523
  "icon": icon,
20524
20524
  "onClick": onClick
20525
- }, null), vue.createVNode("span", null, [props.item.value]), vue.createVNode("span", null, [vue.createTextVNode("("), rows.value.length, vue.createTextVNode(")")])]
20525
+ }, null), vue.createElementVNode("span", null, [props.item.value]), vue.createElementVNode("span", null, [vue.createTextVNode("("), rows.value.length, vue.createTextVNode(")")])]
20526
20526
  });
20527
20527
  }
20528
20528
  if (column.key === 'data-table-select') {
@@ -20535,13 +20535,13 @@
20535
20535
  indeterminate,
20536
20536
  'onUpdate:modelValue': selectGroup
20537
20537
  }
20538
- }) ?? vue.createVNode("td", null, [vue.createVNode(VCheckboxBtn, {
20538
+ }) ?? vue.createElementVNode("td", null, [vue.createVNode(VCheckboxBtn, {
20539
20539
  "modelValue": modelValue,
20540
20540
  "indeterminate": indeterminate,
20541
20541
  "onUpdate:modelValue": selectGroup
20542
20542
  }, null)]);
20543
20543
  }
20544
- return vue.createVNode("td", null, null);
20544
+ return vue.createElementVNode("td", null, null);
20545
20545
  })]);
20546
20546
  }
20547
20547
  });
@@ -20587,10 +20587,10 @@
20587
20587
  const {
20588
20588
  columns
20589
20589
  } = useHeaders();
20590
- useRender(() => vue.createVNode("tr", {
20591
- "class": ['v-data-table__tr', {
20590
+ useRender(() => vue.createElementVNode("tr", {
20591
+ "class": vue.normalizeClass(['v-data-table__tr', {
20592
20592
  'v-data-table__tr--clickable': !!(props.onClick || props.onContextmenu || props.onDblclick)
20593
- }, displayClasses.value],
20593
+ }, displayClasses.value]),
20594
20594
  "onClick": props.onClick,
20595
20595
  "onContextmenu": props.onContextmenu,
20596
20596
  "onDblclick": props.onDblclick
@@ -20679,9 +20679,9 @@
20679
20679
  }
20680
20680
  if (slots[slotName] && !mobile.value) return slots[slotName](slotProps);
20681
20681
  const displayValue = vue.toDisplayString(slotProps.value);
20682
- return !mobile.value ? displayValue : vue.createVNode(vue.Fragment, null, [vue.createVNode("div", {
20682
+ return !mobile.value ? displayValue : vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("div", {
20683
20683
  "class": "v-data-table__td-title"
20684
- }, [slots[headerSlotName]?.(columnSlotProps) ?? column.title]), vue.createVNode("div", {
20684
+ }, [slots[headerSlotName]?.(columnSlotProps) ?? column.title]), vue.createElementVNode("div", {
20685
20685
  "class": "v-data-table__td-value"
20686
20686
  }, [slots[slotName]?.(slotProps) ?? displayValue])]);
20687
20687
  }
@@ -20744,22 +20744,22 @@
20744
20744
  } = useDisplay(props);
20745
20745
  useRender(() => {
20746
20746
  if (props.loading && (!props.items.length || slots.loading)) {
20747
- return vue.createVNode("tr", {
20747
+ return vue.createElementVNode("tr", {
20748
20748
  "class": "v-data-table-rows-loading",
20749
20749
  "key": "loading"
20750
- }, [vue.createVNode("td", {
20750
+ }, [vue.createElementVNode("td", {
20751
20751
  "colspan": columns.value.length
20752
20752
  }, [slots.loading?.() ?? t(props.loadingText)])]);
20753
20753
  }
20754
20754
  if (!props.loading && !props.items.length && !props.hideNoData) {
20755
- return vue.createVNode("tr", {
20755
+ return vue.createElementVNode("tr", {
20756
20756
  "class": "v-data-table-rows-no-data",
20757
20757
  "key": "no-data"
20758
- }, [vue.createVNode("td", {
20758
+ }, [vue.createElementVNode("td", {
20759
20759
  "colspan": columns.value.length
20760
20760
  }, [slots['no-data']?.() ?? t(props.noDataText)])]);
20761
20761
  }
20762
- return vue.createVNode(vue.Fragment, null, [props.items.map((item, index) => {
20762
+ return vue.createElementVNode(vue.Fragment, null, [props.items.map((item, index) => {
20763
20763
  if (item.type === 'group') {
20764
20764
  const slotProps = {
20765
20765
  index,
@@ -20804,7 +20804,7 @@
20804
20804
  internalItem: slotProps.internalItem
20805
20805
  }) : props.rowProps)
20806
20806
  };
20807
- return vue.createVNode(vue.Fragment, {
20807
+ return vue.createElementVNode(vue.Fragment, {
20808
20808
  "key": itemSlotProps.props.key
20809
20809
  }, [slots.item ? slots.item(itemSlotProps) : vue.createVNode(VDataTableRow, itemSlotProps.props, slots), isExpanded(item) && slots['expanded-row']?.(slotProps)]);
20810
20810
  })]);
@@ -20838,22 +20838,22 @@
20838
20838
  densityClasses
20839
20839
  } = useDensity(props);
20840
20840
  useRender(() => vue.createVNode(props.tag, {
20841
- "class": ['v-table', {
20841
+ "class": vue.normalizeClass(['v-table', {
20842
20842
  'v-table--fixed-height': !!props.height,
20843
20843
  'v-table--fixed-header': props.fixedHeader,
20844
20844
  'v-table--fixed-footer': props.fixedFooter,
20845
20845
  'v-table--has-top': !!slots.top,
20846
20846
  'v-table--has-bottom': !!slots.bottom,
20847
20847
  'v-table--hover': props.hover
20848
- }, themeClasses.value, densityClasses.value, props.class],
20849
- "style": props.style
20848
+ }, themeClasses.value, densityClasses.value, props.class]),
20849
+ "style": vue.normalizeStyle(props.style)
20850
20850
  }, {
20851
- default: () => [slots.top?.(), slots.default ? vue.createVNode("div", {
20851
+ default: () => [slots.top?.(), slots.default ? vue.createElementVNode("div", {
20852
20852
  "class": "v-table__wrapper",
20853
- "style": {
20853
+ "style": vue.normalizeStyle({
20854
20854
  height: convertToUnit(props.height)
20855
- }
20856
- }, [vue.createVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
20855
+ })
20856
+ }, [vue.createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
20857
20857
  }));
20858
20858
  return {};
20859
20859
  }
@@ -21106,12 +21106,12 @@
21106
21106
  "fixedHeader": props.fixedHeader || props.sticky
21107
21107
  }), {
21108
21108
  top: () => slots.top?.(slotProps.value),
21109
- default: () => slots.default ? slots.default(slotProps.value) : vue.createVNode(vue.Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createVNode("thead", {
21109
+ default: () => slots.default ? slots.default(slotProps.value) : vue.createElementVNode(vue.Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createElementVNode("thead", {
21110
21110
  "key": "thead"
21111
- }, [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, {
21111
+ }, [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, {
21112
21112
  "items": paginatedItems.value
21113
21113
  }), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
21114
- bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && vue.createVNode(vue.Fragment, null, [vue.createVNode(VDivider, null, null), vue.createVNode(VDataTableFooter, dataTableFooterProps, {
21114
+ bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VDivider, null, null), vue.createVNode(VDataTableFooter, dataTableFooterProps, {
21115
21115
  prepend: slots['footer.prepend']
21116
21116
  })])
21117
21117
  });
@@ -21282,25 +21282,25 @@
21282
21282
  "fixedHeader": props.fixedHeader || props.sticky
21283
21283
  }), {
21284
21284
  top: () => slots.top?.(slotProps.value),
21285
- wrapper: () => vue.createVNode("div", {
21285
+ wrapper: () => vue.createElementVNode("div", {
21286
21286
  "ref": containerRef,
21287
21287
  "onScrollPassive": handleScroll,
21288
21288
  "onScrollend": handleScrollend,
21289
21289
  "class": "v-table__wrapper",
21290
- "style": {
21290
+ "style": vue.normalizeStyle({
21291
21291
  height: convertToUnit(props.height)
21292
- }
21293
- }, [vue.createVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createVNode("thead", {
21292
+ })
21293
+ }, [vue.createElementVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createElementVNode("thead", {
21294
21294
  "key": "thead"
21295
- }, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createVNode("tbody", {
21295
+ }, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createElementVNode("tbody", {
21296
21296
  "key": "tbody"
21297
- }, [vue.createVNode("tr", {
21297
+ }, [vue.createElementVNode("tr", {
21298
21298
  "ref": markerRef,
21299
- "style": {
21299
+ "style": vue.normalizeStyle({
21300
21300
  height: convertToUnit(paddingTop.value),
21301
21301
  border: 0
21302
- }
21303
- }, [vue.createVNode("td", {
21302
+ })
21303
+ }, [vue.createElementVNode("td", {
21304
21304
  "colspan": columns.value.length,
21305
21305
  "style": {
21306
21306
  height: 0,
@@ -21329,12 +21329,12 @@
21329
21329
  }), slots);
21330
21330
  }
21331
21331
  })
21332
- }), slots['body.append']?.(slotProps.value), vue.createVNode("tr", {
21333
- "style": {
21332
+ }), slots['body.append']?.(slotProps.value), vue.createElementVNode("tr", {
21333
+ "style": vue.normalizeStyle({
21334
21334
  height: convertToUnit(paddingBottom.value),
21335
21335
  border: 0
21336
- }
21337
- }, [vue.createVNode("td", {
21336
+ })
21337
+ }, [vue.createElementVNode("td", {
21338
21338
  "colspan": columns.value.length,
21339
21339
  "style": {
21340
21340
  height: 0,
@@ -21507,17 +21507,17 @@
21507
21507
  "fixedHeader": props.fixedHeader || props.sticky
21508
21508
  }), {
21509
21509
  top: () => slots.top?.(slotProps.value),
21510
- default: () => slots.default ? slots.default(slotProps.value) : vue.createVNode(vue.Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createVNode("thead", {
21510
+ default: () => slots.default ? slots.default(slotProps.value) : vue.createElementVNode(vue.Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createElementVNode("thead", {
21511
21511
  "key": "thead",
21512
21512
  "class": "v-data-table__thead",
21513
21513
  "role": "rowgroup"
21514
- }, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createVNode("tbody", {
21514
+ }, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createElementVNode("tbody", {
21515
21515
  "class": "v-data-table__tbody",
21516
21516
  "role": "rowgroup"
21517
21517
  }, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : vue.createVNode(VDataTableRows, vue.mergeProps(attrs, dataTableRowsProps, {
21518
21518
  "items": flatItems.value
21519
21519
  }), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
21520
- bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && vue.createVNode(vue.Fragment, null, [vue.createVNode(VDivider, null, null), vue.createVNode(VDataTableFooter, dataTableFooterProps, {
21520
+ bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VDivider, null, null), vue.createVNode(VDataTableFooter, dataTableFooterProps, {
21521
21521
  prepend: slots['footer.prepend']
21522
21522
  })])
21523
21523
  });
@@ -21548,10 +21548,10 @@
21548
21548
  dimensionStyles
21549
21549
  } = useDimension(props);
21550
21550
  useRender(() => vue.createVNode(props.tag, {
21551
- "class": ['v-container', {
21551
+ "class": vue.normalizeClass(['v-container', {
21552
21552
  'v-container--fluid': props.fluid
21553
- }, rtlClasses.value, props.class],
21554
- "style": [dimensionStyles.value, props.style]
21553
+ }, rtlClasses.value, props.class]),
21554
+ "style": vue.normalizeStyle([dimensionStyles.value, props.style])
21555
21555
  }, slots));
21556
21556
  return {};
21557
21557
  }
@@ -21870,11 +21870,11 @@
21870
21870
  }
21871
21871
  useRender(() => {
21872
21872
  // TODO: add slot support and scope defaults
21873
- return vue.createVNode("div", {
21873
+ return vue.createElementVNode("div", {
21874
21874
  "class": ['v-date-picker-controls'],
21875
- "style": {
21875
+ "style": vue.normalizeStyle({
21876
21876
  '--v-date-picker-controls-height': convertToUnit(props.controlHeight)
21877
- }
21877
+ })
21878
21878
  }, [vue.createVNode(VBtn, {
21879
21879
  "class": "v-date-picker-controls__month-btn",
21880
21880
  "data-testid": "month-btn",
@@ -21891,7 +21891,7 @@
21891
21891
  "icon": props.modeIcon,
21892
21892
  "variant": "text",
21893
21893
  "onClick": onClickYear
21894
- }, null), vue.createVNode(VSpacer, null, null), vue.createVNode("div", {
21894
+ }, null), vue.createVNode(VSpacer, null, null), vue.createElementVNode("div", {
21895
21895
  "class": "v-date-picker-controls__month"
21896
21896
  }, [vue.createVNode(VBtn, {
21897
21897
  "data-testid": "prev-month",
@@ -21947,24 +21947,24 @@
21947
21947
  useRender(() => {
21948
21948
  const hasContent = !!(slots.default || props.header);
21949
21949
  const hasAppend = !!(slots.append || props.appendIcon);
21950
- return vue.createVNode("div", {
21951
- "class": ['v-date-picker-header', {
21950
+ return vue.createElementVNode("div", {
21951
+ "class": vue.normalizeClass(['v-date-picker-header', {
21952
21952
  'v-date-picker-header--clickable': !!props.onClick
21953
- }, backgroundColorClasses.value],
21954
- "style": backgroundColorStyles.value,
21953
+ }, backgroundColorClasses.value]),
21954
+ "style": vue.normalizeStyle(backgroundColorStyles.value),
21955
21955
  "onClick": onClick
21956
- }, [slots.prepend && vue.createVNode("div", {
21956
+ }, [slots.prepend && vue.createElementVNode("div", {
21957
21957
  "key": "prepend",
21958
21958
  "class": "v-date-picker-header__prepend"
21959
21959
  }, [slots.prepend()]), hasContent && vue.createVNode(MaybeTransition, {
21960
21960
  "key": "content",
21961
21961
  "name": props.transition
21962
21962
  }, {
21963
- default: () => [vue.createVNode("div", {
21963
+ default: () => [vue.createElementVNode("div", {
21964
21964
  "key": props.header,
21965
21965
  "class": "v-date-picker-header__content"
21966
21966
  }, [slots.default?.() ?? props.header])]
21967
- }), hasAppend && vue.createVNode("div", {
21967
+ }), hasAppend && vue.createElementVNode("div", {
21968
21968
  "class": "v-date-picker-header__append"
21969
21969
  }, [!slots.append ? vue.createVNode(VBtn, {
21970
21970
  "key": "append-btn",
@@ -22250,24 +22250,24 @@
22250
22250
  model.value = [value];
22251
22251
  }
22252
22252
  }
22253
- useRender(() => vue.createVNode("div", {
22253
+ useRender(() => vue.createElementVNode("div", {
22254
22254
  "class": "v-date-picker-month"
22255
- }, [props.showWeek && vue.createVNode("div", {
22255
+ }, [props.showWeek && vue.createElementVNode("div", {
22256
22256
  "key": "weeks",
22257
22257
  "class": "v-date-picker-month__weeks"
22258
- }, [!props.hideWeekdays && vue.createVNode("div", {
22258
+ }, [!props.hideWeekdays && vue.createElementVNode("div", {
22259
22259
  "key": "hide-week-days",
22260
22260
  "class": "v-date-picker-month__day"
22261
- }, [vue.createTextVNode("\xA0")]), weekNumbers.value.map(week => vue.createVNode("div", {
22261
+ }, [vue.createTextVNode("\xA0")]), weekNumbers.value.map(week => vue.createElementVNode("div", {
22262
22262
  "class": ['v-date-picker-month__day', 'v-date-picker-month__day--adjacent']
22263
22263
  }, [week]))]), vue.createVNode(MaybeTransition, {
22264
22264
  "name": transition.value
22265
22265
  }, {
22266
- default: () => [vue.createVNode("div", {
22266
+ default: () => [vue.createElementVNode("div", {
22267
22267
  "ref": daysRef,
22268
22268
  "key": daysInMonth.value[0].date?.toString(),
22269
22269
  "class": "v-date-picker-month__days"
22270
- }, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => vue.createVNode("div", {
22270
+ }, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => vue.createElementVNode("div", {
22271
22271
  "class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
22272
22272
  }, [weekDay])), daysInMonth.value.map((item, i) => {
22273
22273
  const slotProps = {
@@ -22287,14 +22287,14 @@
22287
22287
  if (atMax.value && !item.isSelected) {
22288
22288
  item.isDisabled = true;
22289
22289
  }
22290
- return vue.createVNode("div", {
22291
- "class": ['v-date-picker-month__day', {
22290
+ return vue.createElementVNode("div", {
22291
+ "class": vue.normalizeClass(['v-date-picker-month__day', {
22292
22292
  'v-date-picker-month__day--adjacent': item.isAdjacent,
22293
22293
  'v-date-picker-month__day--hide-adjacent': item.isHidden,
22294
22294
  'v-date-picker-month__day--selected': item.isSelected,
22295
22295
  'v-date-picker-month__day--week-end': item.isWeekEnd,
22296
22296
  'v-date-picker-month__day--week-start': item.isWeekStart
22297
- }],
22297
+ }]),
22298
22298
  "data-v-date": !item.isDisabled ? item.isoDate : undefined
22299
22299
  }, [(props.showAdjacentMonths || !item.isAdjacent) && (slots.day?.(slotProps) ?? vue.createVNode(VBtn, slotProps.props, null))]);
22300
22300
  })])]
@@ -22344,12 +22344,12 @@
22344
22344
  vue.watchEffect(() => {
22345
22345
  model.value = model.value ?? adapter.getMonth(adapter.date());
22346
22346
  });
22347
- useRender(() => vue.createVNode("div", {
22347
+ useRender(() => vue.createElementVNode("div", {
22348
22348
  "class": "v-date-picker-months",
22349
- "style": {
22349
+ "style": vue.normalizeStyle({
22350
22350
  height: convertToUnit(props.height)
22351
- }
22352
- }, [vue.createVNode("div", {
22351
+ })
22352
+ }, [vue.createElementVNode("div", {
22353
22353
  "class": "v-date-picker-months__content"
22354
22354
  }, [months.value.map((month, i) => {
22355
22355
  const btnProps = {
@@ -22435,12 +22435,12 @@
22435
22435
  block: 'center'
22436
22436
  });
22437
22437
  });
22438
- useRender(() => vue.createVNode("div", {
22438
+ useRender(() => vue.createElementVNode("div", {
22439
22439
  "class": "v-date-picker-years",
22440
- "style": {
22440
+ "style": vue.normalizeStyle({
22441
22441
  height: convertToUnit(props.height)
22442
- }
22443
- }, [vue.createVNode("div", {
22442
+ })
22443
+ }, [vue.createElementVNode("div", {
22444
22444
  "class": "v-date-picker-years__content"
22445
22445
  }, [years.value.map((year, i) => {
22446
22446
  const btnProps = {
@@ -22677,7 +22677,7 @@
22677
22677
  }, rtlClasses.value, props.class],
22678
22678
  "style": props.style
22679
22679
  }), {
22680
- title: () => slots.title?.() ?? vue.createVNode("div", {
22680
+ title: () => slots.title?.() ?? vue.createElementVNode("div", {
22681
22681
  "class": "v-date-picker__title"
22682
22682
  }, [t(props.title)]),
22683
22683
  header: () => slots.header ? vue.createVNode(VDefaultsProvider, {
@@ -22696,7 +22696,7 @@
22696
22696
  ...slots,
22697
22697
  default: undefined
22698
22698
  }),
22699
- default: () => vue.createVNode(vue.Fragment, null, [vue.createVNode(VDatePickerControls, vue.mergeProps(datePickerControlsProps, {
22699
+ default: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VDatePickerControls, vue.mergeProps(datePickerControlsProps, {
22700
22700
  "disabled": disabled.value,
22701
22701
  "text": text.value,
22702
22702
  "onClick:next": onClickNext,
@@ -22805,15 +22805,15 @@
22805
22805
  const hasText = !!(slots.text || props.text);
22806
22806
  const hasMedia = !!(slots.media || props.image || props.icon);
22807
22807
  const size = props.size || (props.image ? 200 : 96);
22808
- return vue.createVNode("div", {
22809
- "class": ['v-empty-state', {
22808
+ return vue.createElementVNode("div", {
22809
+ "class": vue.normalizeClass(['v-empty-state', {
22810
22810
  [`v-empty-state--${props.justify}`]: true
22811
- }, themeClasses.value, backgroundColorClasses.value, displayClasses.value, props.class],
22812
- "style": [backgroundColorStyles.value, dimensionStyles.value, props.style]
22813
- }, [hasMedia && vue.createVNode("div", {
22811
+ }, themeClasses.value, backgroundColorClasses.value, displayClasses.value, props.class]),
22812
+ "style": vue.normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style])
22813
+ }, [hasMedia && vue.createElementVNode("div", {
22814
22814
  "key": "media",
22815
22815
  "class": "v-empty-state__media"
22816
- }, [!slots.media ? vue.createVNode(vue.Fragment, null, [props.image ? vue.createVNode(VImg, {
22816
+ }, [!slots.media ? vue.createElementVNode(vue.Fragment, null, [props.image ? vue.createVNode(VImg, {
22817
22817
  "key": "image",
22818
22818
  "src": props.image,
22819
22819
  "height": size
@@ -22836,22 +22836,22 @@
22836
22836
  }
22837
22837
  }, {
22838
22838
  default: () => [slots.media()]
22839
- })]), hasHeadline && vue.createVNode("div", {
22839
+ })]), hasHeadline && vue.createElementVNode("div", {
22840
22840
  "key": "headline",
22841
22841
  "class": "v-empty-state__headline"
22842
- }, [slots.headline?.() ?? props.headline]), hasTitle && vue.createVNode("div", {
22842
+ }, [slots.headline?.() ?? props.headline]), hasTitle && vue.createElementVNode("div", {
22843
22843
  "key": "title",
22844
22844
  "class": "v-empty-state__title"
22845
- }, [slots.title?.() ?? props.title]), hasText && vue.createVNode("div", {
22845
+ }, [slots.title?.() ?? props.title]), hasText && vue.createElementVNode("div", {
22846
22846
  "key": "text",
22847
22847
  "class": "v-empty-state__text",
22848
- "style": {
22848
+ "style": vue.normalizeStyle({
22849
22849
  maxWidth: convertToUnit(props.textWidth)
22850
- }
22851
- }, [slots.text?.() ?? props.text]), slots.default && vue.createVNode("div", {
22850
+ })
22851
+ }, [slots.text?.() ?? props.text]), slots.default && vue.createElementVNode("div", {
22852
22852
  "key": "content",
22853
22853
  "class": "v-empty-state__content"
22854
- }, [slots.default()]), hasActions && vue.createVNode("div", {
22854
+ }, [slots.default()]), hasActions && vue.createElementVNode("div", {
22855
22855
  "key": "actions",
22856
22856
  "class": "v-empty-state__actions"
22857
22857
  }, [vue.createVNode(VDefaultsProvider, {
@@ -22902,10 +22902,10 @@
22902
22902
  useRender(() => vue.createVNode(VExpandTransition, {
22903
22903
  "onAfterLeave": onAfterLeave
22904
22904
  }, {
22905
- default: () => [vue.withDirectives(vue.createVNode("div", {
22906
- "class": ['v-expansion-panel-text', props.class],
22907
- "style": props.style
22908
- }, [slots.default && hasContent.value && vue.createVNode("div", {
22905
+ default: () => [vue.withDirectives(vue.createElementVNode("div", {
22906
+ "class": vue.normalizeClass(['v-expansion-panel-text', props.class]),
22907
+ "style": vue.normalizeStyle(props.style)
22908
+ }, [slots.default && hasContent.value && vue.createElementVNode("div", {
22909
22909
  "class": "v-expansion-panel-text__wrapper"
22910
22910
  }, [slots.default?.()])]), [[vue.vShow, expansionPanel.isSelected.value]])]
22911
22911
  }));
@@ -22939,7 +22939,7 @@
22939
22939
  const VExpansionPanelTitle = genericComponent()({
22940
22940
  name: 'VExpansionPanelTitle',
22941
22941
  directives: {
22942
- Ripple
22942
+ vRipple: Ripple
22943
22943
  },
22944
22944
  props: makeVExpansionPanelTitleProps(),
22945
22945
  setup(props, _ref) {
@@ -22963,19 +22963,19 @@
22963
22963
  readonly: props.readonly
22964
22964
  }));
22965
22965
  const icon = vue.toRef(() => expansionPanel.isSelected.value ? props.collapseIcon : props.expandIcon);
22966
- useRender(() => vue.withDirectives(vue.createVNode("button", {
22967
- "class": ['v-expansion-panel-title', {
22966
+ useRender(() => vue.withDirectives(vue.createElementVNode("button", {
22967
+ "class": vue.normalizeClass(['v-expansion-panel-title', {
22968
22968
  'v-expansion-panel-title--active': expansionPanel.isSelected.value,
22969
22969
  'v-expansion-panel-title--focusable': props.focusable,
22970
22970
  'v-expansion-panel-title--static': props.static
22971
- }, backgroundColorClasses.value, props.class],
22972
- "style": [backgroundColorStyles.value, dimensionStyles.value, props.style],
22971
+ }, backgroundColorClasses.value, props.class]),
22972
+ "style": vue.normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style]),
22973
22973
  "type": "button",
22974
22974
  "tabindex": expansionPanel.disabled.value ? -1 : undefined,
22975
22975
  "disabled": expansionPanel.disabled.value,
22976
22976
  "aria-expanded": expansionPanel.isSelected.value,
22977
22977
  "onClick": !props.readonly ? expansionPanel.toggle : undefined
22978
- }, [vue.createVNode("span", {
22978
+ }, [vue.createElementVNode("span", {
22979
22979
  "class": "v-expansion-panel-title__overlay"
22980
22980
  }, null), slots.default?.(slotProps.value), !props.hideActions && vue.createVNode(VDefaultsProvider, {
22981
22981
  "defaults": {
@@ -22984,10 +22984,10 @@
22984
22984
  }
22985
22985
  }
22986
22986
  }, {
22987
- default: () => [vue.createVNode("span", {
22987
+ default: () => [vue.createElementVNode("span", {
22988
22988
  "class": "v-expansion-panel-title__icon"
22989
22989
  }, [slots.actions?.(slotProps.value) ?? vue.createVNode(VIcon, null, null)])]
22990
- })]), [[vue.resolveDirective("ripple"), props.ripple]]));
22990
+ })]), [[Ripple, props.ripple]]));
22991
22991
  return {};
22992
22992
  }
22993
22993
  });
@@ -23044,16 +23044,16 @@
23044
23044
  const expansionPanelTitleProps = VExpansionPanelTitle.filterProps(props);
23045
23045
  const expansionPanelTextProps = VExpansionPanelText.filterProps(props);
23046
23046
  return vue.createVNode(props.tag, {
23047
- "class": ['v-expansion-panel', {
23047
+ "class": vue.normalizeClass(['v-expansion-panel', {
23048
23048
  'v-expansion-panel--active': groupItem.isSelected.value,
23049
23049
  'v-expansion-panel--before-active': isBeforeSelected.value,
23050
23050
  'v-expansion-panel--after-active': isAfterSelected.value,
23051
23051
  'v-expansion-panel--disabled': isDisabled.value
23052
- }, roundedClasses.value, backgroundColorClasses.value, props.class],
23053
- "style": [backgroundColorStyles.value, props.style]
23052
+ }, roundedClasses.value, backgroundColorClasses.value, props.class]),
23053
+ "style": vue.normalizeStyle([backgroundColorStyles.value, props.style])
23054
23054
  }, {
23055
- default: () => [vue.createVNode("div", {
23056
- "class": ['v-expansion-panel__shadow', ...elevationClasses.value]
23055
+ default: () => [vue.createElementVNode("div", {
23056
+ "class": vue.normalizeClass(['v-expansion-panel__shadow', ...elevationClasses.value])
23057
23057
  }, null), vue.createVNode(VDefaultsProvider, {
23058
23058
  "defaults": {
23059
23059
  VExpansionPanelTitle: {
@@ -23133,11 +23133,11 @@
23133
23133
  }
23134
23134
  });
23135
23135
  useRender(() => vue.createVNode(props.tag, {
23136
- "class": ['v-expansion-panels', {
23136
+ "class": vue.normalizeClass(['v-expansion-panels', {
23137
23137
  'v-expansion-panels--flat': props.flat,
23138
23138
  'v-expansion-panels--tile': props.tile
23139
- }, themeClasses.value, variantClass.value, props.class],
23140
- "style": props.style
23139
+ }, themeClasses.value, variantClass.value, props.class]),
23140
+ "style": vue.normalizeStyle(props.style)
23141
23141
  }, {
23142
23142
  default: () => [slots.default?.({
23143
23143
  prev,
@@ -23217,22 +23217,22 @@
23217
23217
  const vFabRef = vue.ref();
23218
23218
  useRender(() => {
23219
23219
  const btnProps = VBtn.filterProps(props);
23220
- return vue.createVNode("div", {
23220
+ return vue.createElementVNode("div", {
23221
23221
  "ref": vFabRef,
23222
- "class": ['v-fab', {
23222
+ "class": vue.normalizeClass(['v-fab', {
23223
23223
  'v-fab--absolute': props.absolute,
23224
23224
  'v-fab--app': !!props.app,
23225
23225
  'v-fab--extended': props.extended,
23226
23226
  'v-fab--offset': props.offset,
23227
23227
  [`v-fab--${position.value}`]: hasPosition.value,
23228
23228
  [`v-fab--${orientation.value}`]: hasPosition.value
23229
- }, props.class],
23230
- "style": [props.app ? {
23229
+ }, props.class]),
23230
+ "style": vue.normalizeStyle([props.app ? {
23231
23231
  ...layoutItemStyles.value
23232
23232
  } : {
23233
23233
  height: props.absolute ? '100%' : 'inherit'
23234
- }, props.style]
23235
- }, [vue.createVNode("div", {
23234
+ }, props.style])
23235
+ }, [vue.createElementVNode("div", {
23236
23236
  "class": "v-fab__container"
23237
23237
  }, [vue.createVNode(MaybeTransition, {
23238
23238
  "appear": props.appear,
@@ -23448,7 +23448,7 @@
23448
23448
  ...slotProps
23449
23449
  }
23450
23450
  } = _ref4;
23451
- return vue.createVNode(vue.Fragment, null, [vue.createVNode("input", vue.mergeProps({
23451
+ return vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("input", vue.mergeProps({
23452
23452
  "ref": inputRef,
23453
23453
  "type": "file",
23454
23454
  "readonly": isReadonly.value,
@@ -23468,8 +23468,8 @@
23468
23468
  "onDragleave": onDragleave,
23469
23469
  "onFocus": onFocus,
23470
23470
  "onBlur": blur
23471
- }, slotProps, inputAttrs), null), vue.createVNode("div", {
23472
- "class": fieldClass
23471
+ }, slotProps, inputAttrs), null), vue.createElementVNode("div", {
23472
+ "class": vue.normalizeClass(fieldClass)
23473
23473
  }, [!!model.value?.length && !props.hideInput && (slots.selection ? slots.selection({
23474
23474
  fileNames: fileNames.value,
23475
23475
  totalBytes: totalBytes.value,
@@ -23482,7 +23482,7 @@
23482
23482
  }
23483
23483
  });
23484
23484
  },
23485
- 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, {
23485
+ 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, {
23486
23486
  "active": !!model.value?.length,
23487
23487
  "value": counterValue.value,
23488
23488
  "disabled": props.disabled
@@ -23558,10 +23558,10 @@
23558
23558
  });
23559
23559
  useRender(() => vue.createVNode(props.tag, {
23560
23560
  "ref": resizeRef,
23561
- "class": ['v-footer', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, props.class],
23562
- "style": [backgroundColorStyles.value, props.app ? layoutItemStyles.value : {
23561
+ "class": vue.normalizeClass(['v-footer', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
23562
+ "style": vue.normalizeStyle([backgroundColorStyles.value, props.app ? layoutItemStyles.value : {
23563
23563
  height: convertToUnit(props.height)
23564
- }, props.style]
23564
+ }, props.style])
23565
23565
  }, slots));
23566
23566
  return {};
23567
23567
  }
@@ -23610,10 +23610,10 @@
23610
23610
  }
23611
23611
  e.preventDefault();
23612
23612
  }
23613
- useRender(() => vue.createVNode("form", {
23613
+ useRender(() => vue.createElementVNode("form", {
23614
23614
  "ref": formRef,
23615
- "class": ['v-form', props.class],
23616
- "style": props.style,
23615
+ "class": vue.normalizeClass(['v-form', props.class]),
23616
+ "style": vue.normalizeStyle(props.style),
23617
23617
  "novalidate": true,
23618
23618
  "onReset": onReset,
23619
23619
  "onSubmit": onSubmit
@@ -23710,11 +23710,11 @@
23710
23710
  vue.watch(isIntersecting, async val => {
23711
23711
  emit('intersect', props.side, val);
23712
23712
  });
23713
- useRender(() => vue.createVNode("div", {
23713
+ useRender(() => vue.createElementVNode("div", {
23714
23714
  "class": "v-infinite-scroll-intersect",
23715
- "style": {
23715
+ "style": vue.normalizeStyle({
23716
23716
  '--v-infinite-margin-size': props.rootMargin
23717
- },
23717
+ }),
23718
23718
  "ref": intersectionRef
23719
23719
  }, [vue.createTextVNode("\xA0")]));
23720
23720
  return {};
@@ -23826,7 +23826,7 @@
23826
23826
  }
23827
23827
  };
23828
23828
  if (status === 'error') return slots.error?.(slotProps);
23829
- if (status === 'empty') return slots.empty?.(slotProps) ?? vue.createVNode("div", null, [t(props.emptyText)]);
23829
+ if (status === 'empty') return slots.empty?.(slotProps) ?? vue.createElementVNode("div", null, [t(props.emptyText)]);
23830
23830
  if (props.mode === 'manual') {
23831
23831
  if (status === 'loading') {
23832
23832
  return slots.loading?.(slotProps) ?? vue.createVNode(VProgressCircular, {
@@ -23857,13 +23857,13 @@
23857
23857
  const intersectMode = props.mode === 'intersect';
23858
23858
  return vue.createVNode(Tag, {
23859
23859
  "ref": rootEl,
23860
- "class": ['v-infinite-scroll', `v-infinite-scroll--${props.direction}`, {
23860
+ "class": vue.normalizeClass(['v-infinite-scroll', `v-infinite-scroll--${props.direction}`, {
23861
23861
  'v-infinite-scroll--start': hasStartIntersect,
23862
23862
  'v-infinite-scroll--end': hasEndIntersect
23863
- }],
23864
- "style": dimensionStyles.value
23863
+ }]),
23864
+ "style": vue.normalizeStyle(dimensionStyles.value)
23865
23865
  }, {
23866
- default: () => [vue.createVNode("div", {
23866
+ default: () => [vue.createElementVNode("div", {
23867
23867
  "class": "v-infinite-scroll__side"
23868
23868
  }, [renderSide('start', startStatus.value)]), hasStartIntersect && intersectMode && vue.createVNode(VInfiniteScrollIntersect, {
23869
23869
  "key": "start",
@@ -23875,7 +23875,7 @@
23875
23875
  "side": "end",
23876
23876
  "onIntersect": handleIntersect,
23877
23877
  "rootMargin": margin.value
23878
- }, null), vue.createVNode("div", {
23878
+ }, null), vue.createElementVNode("div", {
23879
23879
  "class": "v-infinite-scroll__side"
23880
23880
  }, [renderSide('end', endStatus.value)])]
23881
23881
  });
@@ -23915,8 +23915,8 @@
23915
23915
  selected
23916
23916
  } = useGroup(props, VItemGroupSymbol);
23917
23917
  return () => vue.createVNode(props.tag, {
23918
- "class": ['v-item-group', themeClasses.value, props.class],
23919
- "style": props.style
23918
+ "class": vue.normalizeClass(['v-item-group', themeClasses.value, props.class]),
23919
+ "style": vue.normalizeStyle(props.style)
23920
23920
  }, {
23921
23921
  default: () => [slots.default?.({
23922
23922
  isSelected,
@@ -23984,10 +23984,10 @@
23984
23984
  const {
23985
23985
  dimensionStyles
23986
23986
  } = useDimension(props);
23987
- useRender(() => vue.createVNode("div", {
23987
+ useRender(() => vue.createElementVNode("div", {
23988
23988
  "ref": layoutRef,
23989
- "class": [layoutClasses.value, props.class],
23990
- "style": [dimensionStyles.value, layoutStyles.value, props.style]
23989
+ "class": vue.normalizeClass([layoutClasses.value, props.class]),
23990
+ "style": vue.normalizeStyle([dimensionStyles.value, layoutStyles.value, props.style])
23991
23991
  }, [slots.default?.()]));
23992
23992
  return {
23993
23993
  getLayoutItem,
@@ -24029,9 +24029,9 @@
24029
24029
  active: vue.toRef(() => props.modelValue),
24030
24030
  absolute: vue.toRef(() => props.absolute)
24031
24031
  });
24032
- return () => vue.createVNode("div", {
24033
- "class": ['v-layout-item', props.class],
24034
- "style": [layoutItemStyles.value, props.style]
24032
+ return () => vue.createElementVNode("div", {
24033
+ "class": vue.normalizeClass(['v-layout-item', props.class]),
24034
+ "style": vue.normalizeStyle([layoutItemStyles.value, props.style])
24035
24035
  }, [slots.default?.()]);
24036
24036
  }
24037
24037
  });
@@ -24060,7 +24060,7 @@
24060
24060
  const VLazy = genericComponent()({
24061
24061
  name: 'VLazy',
24062
24062
  directives: {
24063
- intersect: Intersect
24063
+ vIntersect: Intersect
24064
24064
  },
24065
24065
  props: makeVLazyProps(),
24066
24066
  emits: {
@@ -24079,8 +24079,8 @@
24079
24079
  isActive.value = isIntersecting;
24080
24080
  }
24081
24081
  useRender(() => vue.withDirectives(vue.createVNode(props.tag, {
24082
- "class": ['v-lazy', props.class],
24083
- "style": [dimensionStyles.value, props.style]
24082
+ "class": vue.normalizeClass(['v-lazy', props.class]),
24083
+ "style": vue.normalizeStyle([dimensionStyles.value, props.style])
24084
24084
  }, {
24085
24085
  default: () => [isActive.value && vue.createVNode(MaybeTransition, {
24086
24086
  "transition": props.transition,
@@ -24088,7 +24088,7 @@
24088
24088
  }, {
24089
24089
  default: () => [slots.default?.()]
24090
24090
  })]
24091
- }), [[vue.resolveDirective("intersect"), {
24091
+ }), [[Intersect, {
24092
24092
  handler: onIntersect,
24093
24093
  options: props.options
24094
24094
  }, null]]));
@@ -24116,9 +24116,9 @@
24116
24116
  const {
24117
24117
  rtlClasses
24118
24118
  } = provideLocale(props);
24119
- useRender(() => vue.createVNode("div", {
24120
- "class": ['v-locale-provider', rtlClasses.value, props.class],
24121
- "style": props.style
24119
+ useRender(() => vue.createElementVNode("div", {
24120
+ "class": vue.normalizeClass(['v-locale-provider', rtlClasses.value, props.class]),
24121
+ "style": vue.normalizeStyle(props.style)
24122
24122
  }, [slots.default?.()]));
24123
24123
  return {};
24124
24124
  }
@@ -24149,12 +24149,12 @@
24149
24149
  ssrBootStyles
24150
24150
  } = useSsrBoot();
24151
24151
  useRender(() => vue.createVNode(props.tag, {
24152
- "class": ['v-main', {
24152
+ "class": vue.normalizeClass(['v-main', {
24153
24153
  'v-main--scrollable': props.scrollable
24154
- }, props.class],
24155
- "style": [mainStyles.value, ssrBootStyles.value, dimensionStyles.value, props.style]
24154
+ }, props.class]),
24155
+ "style": vue.normalizeStyle([mainStyles.value, ssrBootStyles.value, dimensionStyles.value, props.style])
24156
24156
  }, {
24157
- default: () => [props.scrollable ? vue.createVNode("div", {
24157
+ default: () => [props.scrollable ? vue.createElementVNode("div", {
24158
24158
  "class": "v-main__scroller"
24159
24159
  }, [slots.default?.()]) : slots.default?.()]
24160
24160
  }));
@@ -24665,7 +24665,7 @@
24665
24665
  });
24666
24666
  useRender(() => {
24667
24667
  const hasImage = slots.image || props.image;
24668
- return vue.createVNode(vue.Fragment, null, [vue.createVNode(props.tag, vue.mergeProps({
24668
+ return vue.createElementVNode(vue.Fragment, null, [vue.createVNode(props.tag, vue.mergeProps({
24669
24669
  "ref": rootEl,
24670
24670
  "onMouseenter": runOpenDelay,
24671
24671
  "onMouseleave": runCloseDelay,
@@ -24681,7 +24681,7 @@
24681
24681
  }, themeClasses.value, backgroundColorClasses.value, borderClasses.value, displayClasses.value, elevationClasses.value, roundedClasses.value, props.class],
24682
24682
  "style": [backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, stickyStyles.value, props.style]
24683
24683
  }, scopeId, attrs), {
24684
- default: () => [hasImage && vue.createVNode("div", {
24684
+ default: () => [hasImage && vue.createElementVNode("div", {
24685
24685
  "key": "image",
24686
24686
  "class": "v-navigation-drawer__img"
24687
24687
  }, [!slots.image ? vue.createVNode(VImg, {
@@ -24701,17 +24701,17 @@
24701
24701
  src: props.image
24702
24702
  }
24703
24703
  }
24704
- }, slots.image)]), slots.prepend && vue.createVNode("div", {
24704
+ }, slots.image)]), slots.prepend && vue.createElementVNode("div", {
24705
24705
  "class": "v-navigation-drawer__prepend"
24706
- }, [slots.prepend?.()]), vue.createVNode("div", {
24706
+ }, [slots.prepend?.()]), vue.createElementVNode("div", {
24707
24707
  "class": "v-navigation-drawer__content"
24708
- }, [slots.default?.()]), slots.append && vue.createVNode("div", {
24708
+ }, [slots.default?.()]), slots.append && vue.createElementVNode("div", {
24709
24709
  "class": "v-navigation-drawer__append"
24710
24710
  }, [slots.append?.()])]
24711
24711
  }), vue.createVNode(vue.Transition, {
24712
24712
  "name": "fade-transition"
24713
24713
  }, {
24714
- default: () => [isTemporary.value && (isDragging.value || isActive.value) && !!props.scrim && vue.createVNode("div", vue.mergeProps({
24714
+ default: () => [isTemporary.value && (isDragging.value || isActive.value) && !!props.scrim && vue.createElementVNode("div", vue.mergeProps({
24715
24715
  "class": ['v-navigation-drawer__scrim', scrimColor.backgroundColorClasses.value],
24716
24716
  "style": [scrimStyles.value, scrimColor.backgroundColorStyles.value],
24717
24717
  "onClick": () => {
@@ -25082,7 +25082,7 @@
25082
25082
  });
25083
25083
  }
25084
25084
  function controlNode() {
25085
- return vue.createVNode("div", {
25085
+ return vue.createElementVNode("div", {
25086
25086
  "class": "v-number-input__control"
25087
25087
  }, [decrementControlNode(), vue.createVNode(VDivider, {
25088
25088
  "vertical": controlVariant.value !== 'stacked'
@@ -25093,17 +25093,17 @@
25093
25093
  "vertical": true
25094
25094
  }, null) : undefined;
25095
25095
  }
25096
- const appendInnerControl = controlVariant.value === 'split' ? vue.createVNode("div", {
25096
+ const appendInnerControl = controlVariant.value === 'split' ? vue.createElementVNode("div", {
25097
25097
  "class": "v-number-input__control"
25098
25098
  }, [vue.createVNode(VDivider, {
25099
25099
  "vertical": true
25100
- }, null), incrementControlNode()]) : props.reverse || controlVariant.value === 'hidden' ? undefined : vue.createVNode(vue.Fragment, null, [dividerNode(), controlNode()]);
25100
+ }, null), incrementControlNode()]) : props.reverse || controlVariant.value === 'hidden' ? undefined : vue.createElementVNode(vue.Fragment, null, [dividerNode(), controlNode()]);
25101
25101
  const hasAppendInner = slots['append-inner'] || appendInnerControl;
25102
- const prependInnerControl = controlVariant.value === 'split' ? vue.createVNode("div", {
25102
+ const prependInnerControl = controlVariant.value === 'split' ? vue.createElementVNode("div", {
25103
25103
  "class": "v-number-input__control"
25104
25104
  }, [decrementControlNode(), vue.createVNode(VDivider, {
25105
25105
  "vertical": true
25106
- }, null)]) : props.reverse && controlVariant.value !== 'hidden' ? vue.createVNode(vue.Fragment, null, [controlNode(), dividerNode()]) : undefined;
25106
+ }, null)]) : props.reverse && controlVariant.value !== 'hidden' ? vue.createElementVNode(vue.Fragment, null, [controlNode(), dividerNode()]) : undefined;
25107
25107
  const hasPrependInner = slots['prepend-inner'] || prependInnerControl;
25108
25108
  return vue.createVNode(VTextField, vue.mergeProps({
25109
25109
  "ref": vTextFieldRef,
@@ -25131,13 +25131,13 @@
25131
25131
  for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
25132
25132
  args[_key] = arguments[_key];
25133
25133
  }
25134
- return vue.createVNode(vue.Fragment, null, [slots['append-inner']?.(...args), appendInnerControl]);
25134
+ return vue.createElementVNode(vue.Fragment, null, [slots['append-inner']?.(...args), appendInnerControl]);
25135
25135
  } : undefined,
25136
25136
  'prepend-inner': hasPrependInner ? function () {
25137
25137
  for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
25138
25138
  args[_key2] = arguments[_key2];
25139
25139
  }
25140
- return vue.createVNode(vue.Fragment, null, [prependInnerControl, slots['prepend-inner']?.(...args)]);
25140
+ return vue.createElementVNode(vue.Fragment, null, [prependInnerControl, slots['prepend-inner']?.(...args)]);
25141
25141
  } : undefined
25142
25142
  });
25143
25143
  });
@@ -25301,16 +25301,16 @@
25301
25301
  });
25302
25302
  useRender(() => {
25303
25303
  const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
25304
- return vue.createVNode("div", vue.mergeProps({
25304
+ return vue.createElementVNode("div", vue.mergeProps({
25305
25305
  "class": ['v-otp-input', {
25306
25306
  'v-otp-input--divided': !!props.divider
25307
25307
  }, props.class],
25308
25308
  "style": [props.style]
25309
- }, rootAttrs), [vue.createVNode("div", {
25309
+ }, rootAttrs), [vue.createElementVNode("div", {
25310
25310
  "ref": contentRef,
25311
25311
  "class": "v-otp-input__content",
25312
- "style": [dimensionStyles.value]
25313
- }, [fields.value.map((_, i) => vue.createVNode(vue.Fragment, null, [props.divider && i !== 0 && vue.createVNode("span", {
25312
+ "style": vue.normalizeStyle([dimensionStyles.value])
25313
+ }, [fields.value.map((_, i) => vue.createElementVNode(vue.Fragment, null, [props.divider && i !== 0 && vue.createElementVNode("span", {
25314
25314
  "class": "v-otp-input__divider"
25315
25315
  }, [props.divider]), vue.createVNode(VField, {
25316
25316
  "focused": isFocused.value && props.focusAll || focusIndex.value === i,
@@ -25319,7 +25319,7 @@
25319
25319
  ...slots,
25320
25320
  loader: undefined,
25321
25321
  default: () => {
25322
- return vue.createVNode("input", {
25322
+ return vue.createElementVNode("input", {
25323
25323
  "ref": val => inputRef.value[i] = val,
25324
25324
  "aria-label": t(props.label, i + 1),
25325
25325
  "autofocus": i === 0 && props.autofocus,
@@ -25339,7 +25339,7 @@
25339
25339
  "onPaste": event => onPaste(i, event)
25340
25340
  }, null);
25341
25341
  }
25342
- })])), vue.createVNode("input", vue.mergeProps({
25342
+ })])), vue.createElementVNode("input", vue.mergeProps({
25343
25343
  "class": "v-otp-input-input",
25344
25344
  "type": "hidden"
25345
25345
  }, inputAttrs, {
@@ -25444,10 +25444,10 @@
25444
25444
  });
25445
25445
  }
25446
25446
  useRender(() => vue.createVNode(VImg, {
25447
- "class": ['v-parallax', {
25447
+ "class": vue.normalizeClass(['v-parallax', {
25448
25448
  'v-parallax--active': isIntersecting.value
25449
- }, props.class],
25450
- "style": props.style,
25449
+ }, props.class]),
25450
+ "style": vue.normalizeStyle(props.style),
25451
25451
  "ref": root,
25452
25452
  "cover": true,
25453
25453
  "onLoadstart": onScroll,
@@ -25547,7 +25547,7 @@
25547
25547
  isDisabled,
25548
25548
  isReadonly
25549
25549
  } = _ref2;
25550
- return vue.createVNode(vue.Fragment, null, [label && vue.createVNode(VLabel, {
25550
+ return vue.createElementVNode(vue.Fragment, null, [label && vue.createVNode(VLabel, {
25551
25551
  "id": id.value
25552
25552
  }, {
25553
25553
  default: () => [label]
@@ -25685,7 +25685,7 @@
25685
25685
  "focused": isFocused.value
25686
25686
  }), {
25687
25687
  ...slots,
25688
- prepend: hasPrepend ? slotProps => vue.createVNode(vue.Fragment, null, [slots.label?.(slotProps) ?? (props.label ? vue.createVNode(VLabel, {
25688
+ prepend: hasPrepend ? slotProps => vue.createElementVNode(vue.Fragment, null, [slots.label?.(slotProps) ?? (props.label ? vue.createVNode(VLabel, {
25689
25689
  "class": "v-slider__label",
25690
25690
  "text": props.label
25691
25691
  }, null) : undefined), slots.prepend?.(slotProps)]) : undefined,
@@ -25694,18 +25694,18 @@
25694
25694
  id,
25695
25695
  messagesId
25696
25696
  } = _ref4;
25697
- return vue.createVNode("div", {
25697
+ return vue.createElementVNode("div", {
25698
25698
  "class": "v-slider__container",
25699
25699
  "onMousedown": !readonly.value ? onSliderMousedown : undefined,
25700
25700
  "onTouchstartPassive": !readonly.value ? onSliderTouchstart : undefined
25701
- }, [vue.createVNode("input", {
25701
+ }, [vue.createElementVNode("input", {
25702
25702
  "id": `${id.value}_start`,
25703
25703
  "name": props.name || id.value,
25704
25704
  "disabled": !!props.disabled,
25705
25705
  "readonly": !!props.readonly,
25706
25706
  "tabindex": "-1",
25707
25707
  "value": model.value[0]
25708
- }, null), vue.createVNode("input", {
25708
+ }, null), vue.createElementVNode("input", {
25709
25709
  "id": `${id.value}_stop`,
25710
25710
  "name": props.name || id.value,
25711
25711
  "disabled": !!props.disabled,
@@ -25904,16 +25904,16 @@
25904
25904
  size: props.size,
25905
25905
  variant: 'plain'
25906
25906
  };
25907
- return vue.createVNode(vue.Fragment, null, [vue.createVNode("label", {
25907
+ return vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("label", {
25908
25908
  "for": id,
25909
- "class": {
25909
+ "class": vue.normalizeClass({
25910
25910
  'v-rating__item--half': props.halfIncrements && value % 1 > 0,
25911
25911
  'v-rating__item--full': props.halfIncrements && value % 1 === 0
25912
- },
25912
+ }),
25913
25913
  "onMouseenter": onMouseenter,
25914
25914
  "onMouseleave": onMouseleave,
25915
25915
  "onClick": onClick
25916
- }, [vue.createVNode("span", {
25916
+ }, [vue.createElementVNode("span", {
25917
25917
  "class": "v-rating__hidden"
25918
25918
  }, [t(props.itemAriaLabel, value, props.length)]), !showStar ? undefined : slots.item ? slots.item({
25919
25919
  ...itemState.value[index],
@@ -25923,7 +25923,7 @@
25923
25923
  rating: normalizedValue.value
25924
25924
  }) : vue.createVNode(VBtn, vue.mergeProps({
25925
25925
  "aria-label": t(props.itemAriaLabel, value, props.length)
25926
- }, btnProps), null)]), vue.createVNode("input", {
25926
+ }, btnProps), null)]), vue.createElementVNode("input", {
25927
25927
  "class": "v-rating__hidden",
25928
25928
  "name": name.value,
25929
25929
  "id": id,
@@ -25937,31 +25937,31 @@
25937
25937
  }
25938
25938
  function createLabel(labelProps) {
25939
25939
  if (slots['item-label']) return slots['item-label'](labelProps);
25940
- if (labelProps.label) return vue.createVNode("span", null, [labelProps.label]);
25941
- return vue.createVNode("span", null, [vue.createTextVNode("\xA0")]);
25940
+ if (labelProps.label) return vue.createElementVNode("span", null, [labelProps.label]);
25941
+ return vue.createElementVNode("span", null, [vue.createTextVNode("\xA0")]);
25942
25942
  }
25943
25943
  useRender(() => {
25944
25944
  const hasLabels = !!props.itemLabels?.length || slots['item-label'];
25945
25945
  return vue.createVNode(props.tag, {
25946
- "class": ['v-rating', {
25946
+ "class": vue.normalizeClass(['v-rating', {
25947
25947
  'v-rating--hover': props.hover,
25948
25948
  'v-rating--readonly': props.readonly
25949
- }, themeClasses.value, props.class],
25950
- "style": props.style
25949
+ }, themeClasses.value, props.class]),
25950
+ "style": vue.normalizeStyle(props.style)
25951
25951
  }, {
25952
25952
  default: () => [vue.createVNode(VRatingItem, {
25953
25953
  "value": 0,
25954
25954
  "index": -1,
25955
25955
  "showStar": false
25956
- }, null), range.value.map((value, i) => vue.createVNode("div", {
25956
+ }, null), range.value.map((value, i) => vue.createElementVNode("div", {
25957
25957
  "class": "v-rating__wrapper"
25958
25958
  }, [hasLabels && props.itemLabelPosition === 'top' ? createLabel({
25959
25959
  value,
25960
25960
  index: i,
25961
25961
  label: props.itemLabels?.[i]
25962
- }) : undefined, vue.createVNode("div", {
25962
+ }) : undefined, vue.createElementVNode("div", {
25963
25963
  "class": "v-rating__item"
25964
- }, [props.halfIncrements ? vue.createVNode(vue.Fragment, null, [vue.createVNode(VRatingItem, {
25964
+ }, [props.halfIncrements ? vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VRatingItem, {
25965
25965
  "value": value - 0.5,
25966
25966
  "index": i * 2
25967
25967
  }, null), vue.createVNode(VRatingItem, {
@@ -26018,8 +26018,8 @@
26018
26018
  };
26019
26019
  function genBone(type) {
26020
26020
  let children = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
26021
- return vue.createVNode("div", {
26022
- "class": ['v-skeleton-loader__bone', `v-skeleton-loader__${type}`]
26021
+ return vue.createElementVNode("div", {
26022
+ "class": vue.normalizeClass(['v-skeleton-loader__bone', `v-skeleton-loader__${type}`])
26023
26023
  }, [children]);
26024
26024
  }
26025
26025
  function genBones(bone) {
@@ -26105,7 +26105,7 @@
26105
26105
  ariaLabel: t(props.loadingText),
26106
26106
  role: 'alert'
26107
26107
  };
26108
- return vue.createVNode("div", vue.mergeProps({
26108
+ return vue.createElementVNode("div", vue.mergeProps({
26109
26109
  "class": ['v-skeleton-loader', {
26110
26110
  'v-skeleton-loader--boilerplate': props.boilerplate
26111
26111
  }, themeClasses.value, backgroundColorClasses.value, elevationClasses.value],
@@ -26311,7 +26311,7 @@
26311
26311
  "onTouchend": onTouchend,
26312
26312
  "onAfterLeave": onAfterLeave
26313
26313
  }, scopeId), {
26314
- default: () => [genOverlays(false, 'v-snackbar'), props.timer && !isHovering.value && vue.createVNode("div", {
26314
+ default: () => [genOverlays(false, 'v-snackbar'), props.timer && !isHovering.value && vue.createElementVNode("div", {
26315
26315
  "key": "timer",
26316
26316
  "class": "v-snackbar__timer"
26317
26317
  }, [vue.createVNode(VProgressLinear, {
@@ -26319,7 +26319,7 @@
26319
26319
  "color": typeof props.timer === 'string' ? props.timer : 'info',
26320
26320
  "max": props.timeout,
26321
26321
  "model-value": countdown.time.value
26322
- }, null)]), hasContent && vue.createVNode("div", {
26322
+ }, null)]), hasContent && vue.createElementVNode("div", {
26323
26323
  "key": "content",
26324
26324
  "class": "v-snackbar__content",
26325
26325
  "role": "status",
@@ -26333,7 +26333,7 @@
26333
26333
  }
26334
26334
  }
26335
26335
  }, {
26336
- default: () => [vue.createVNode("div", {
26336
+ default: () => [vue.createElementVNode("div", {
26337
26337
  "class": "v-snackbar__actions"
26338
26338
  }, [slots.actions({
26339
26339
  isActive
@@ -26417,7 +26417,7 @@
26417
26417
  modelValue: _,
26418
26418
  ...snackbarProps
26419
26419
  } = VSnackbar.filterProps(props);
26420
- return vue.createVNode(vue.Fragment, null, [isVisible.value && !!current.value && (slots.default ? vue.createVNode(VDefaultsProvider, {
26420
+ return vue.createElementVNode(vue.Fragment, null, [isVisible.value && !!current.value && (slots.default ? vue.createVNode(VDefaultsProvider, {
26421
26421
  "defaults": {
26422
26422
  VSnackbar: current.value
26423
26423
  }
@@ -26433,7 +26433,7 @@
26433
26433
  text: slots.text ? () => slots.text?.({
26434
26434
  item: current.value
26435
26435
  }) : undefined,
26436
- actions: hasActions ? () => vue.createVNode(vue.Fragment, null, [!slots.actions ? vue.createVNode(VBtn, vue.mergeProps(btnProps.value, {
26436
+ actions: hasActions ? () => vue.createElementVNode(vue.Fragment, null, [!slots.actions ? vue.createVNode(VBtn, vue.mergeProps(btnProps.value, {
26437
26437
  "onClick": onClickClose
26438
26438
  }), null) : vue.createVNode(VDefaultsProvider, {
26439
26439
  "defaults": {
@@ -26591,57 +26591,57 @@
26591
26591
  const smooth = vue.computed(() => typeof props.smooth === 'boolean' ? props.smooth ? 2 : 0 : Number(props.smooth));
26592
26592
  useRender(() => {
26593
26593
  const gradientData = !props.gradient.slice().length ? [''] : props.gradient.slice().reverse();
26594
- return vue.createVNode("svg", {
26594
+ return vue.createElementVNode("svg", {
26595
26595
  "display": "block"
26596
- }, [vue.createVNode("defs", null, [vue.createVNode("linearGradient", {
26596
+ }, [vue.createElementVNode("defs", null, [vue.createElementVNode("linearGradient", {
26597
26597
  "id": id.value,
26598
26598
  "gradientUnits": "userSpaceOnUse",
26599
26599
  "x1": props.gradientDirection === 'left' ? '100%' : '0',
26600
26600
  "y1": props.gradientDirection === 'top' ? '100%' : '0',
26601
26601
  "x2": props.gradientDirection === 'right' ? '100%' : '0',
26602
26602
  "y2": props.gradientDirection === 'bottom' ? '100%' : '0'
26603
- }, [gradientData.map((color, index) => vue.createVNode("stop", {
26603
+ }, [gradientData.map((color, index) => vue.createElementVNode("stop", {
26604
26604
  "offset": index / Math.max(gradientData.length - 1, 1),
26605
26605
  "stop-color": color || 'currentColor'
26606
- }, null))])]), vue.createVNode("clipPath", {
26606
+ }, null))])]), vue.createElementVNode("clipPath", {
26607
26607
  "id": `${id.value}-clip`
26608
- }, [bars.value.map(item => vue.createVNode("rect", {
26608
+ }, [bars.value.map(item => vue.createElementVNode("rect", {
26609
26609
  "x": item.x + offsetX.value,
26610
26610
  "y": item.y,
26611
26611
  "width": lineWidth.value,
26612
26612
  "height": item.height,
26613
26613
  "rx": smooth.value,
26614
26614
  "ry": smooth.value
26615
- }, [props.autoDraw && vue.createVNode(vue.Fragment, null, [vue.createVNode("animate", {
26615
+ }, [props.autoDraw && vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("animate", {
26616
26616
  "attributeName": "y",
26617
26617
  "from": item.y + item.height,
26618
26618
  "to": item.y,
26619
26619
  "dur": `${autoDrawDuration.value}ms`,
26620
26620
  "fill": "freeze"
26621
- }, null), vue.createVNode("animate", {
26621
+ }, null), vue.createElementVNode("animate", {
26622
26622
  "attributeName": "height",
26623
26623
  "from": "0",
26624
26624
  "to": item.height,
26625
26625
  "dur": `${autoDrawDuration.value}ms`,
26626
26626
  "fill": "freeze"
26627
- }, null)])]))]), hasLabels.value && vue.createVNode("g", {
26627
+ }, null)])]))]), hasLabels.value && vue.createElementVNode("g", {
26628
26628
  "key": "labels",
26629
26629
  "style": {
26630
26630
  textAnchor: 'middle',
26631
26631
  dominantBaseline: 'mathematical',
26632
26632
  fill: 'currentColor'
26633
26633
  }
26634
- }, [parsedLabels.value.map((item, i) => vue.createVNode("text", {
26634
+ }, [parsedLabels.value.map((item, i) => vue.createElementVNode("text", {
26635
26635
  "x": item.x + offsetX.value + lineWidth.value / 2,
26636
26636
  "y": parseInt(props.height, 10) - 2 + (parseInt(props.labelSize, 10) || 7 * 0.75),
26637
26637
  "font-size": Number(props.labelSize) || 7
26638
26638
  }, [slots.label?.({
26639
26639
  index: i,
26640
26640
  value: item.value
26641
- }) ?? item.value]))]), vue.createVNode("g", {
26641
+ }) ?? item.value]))]), vue.createElementVNode("g", {
26642
26642
  "clip-path": `url(#${id.value}-clip)`,
26643
26643
  "fill": `url(#${id.value})`
26644
- }, [vue.createVNode("rect", {
26644
+ }, [vue.createElementVNode("rect", {
26645
26645
  "x": 0,
26646
26646
  "y": 0,
26647
26647
  "width": Math.max(props.modelValue.length * lineWidth.value, Number(props.width)),
@@ -26820,39 +26820,39 @@
26820
26820
  }
26821
26821
  useRender(() => {
26822
26822
  const gradientData = !props.gradient.slice().length ? [''] : props.gradient.slice().reverse();
26823
- return vue.createVNode("svg", {
26823
+ return vue.createElementVNode("svg", {
26824
26824
  "display": "block",
26825
26825
  "stroke-width": parseFloat(props.lineWidth) ?? 4
26826
- }, [vue.createVNode("defs", null, [vue.createVNode("linearGradient", {
26826
+ }, [vue.createElementVNode("defs", null, [vue.createElementVNode("linearGradient", {
26827
26827
  "id": id.value,
26828
26828
  "gradientUnits": "userSpaceOnUse",
26829
26829
  "x1": props.gradientDirection === 'left' ? '100%' : '0',
26830
26830
  "y1": props.gradientDirection === 'top' ? '100%' : '0',
26831
26831
  "x2": props.gradientDirection === 'right' ? '100%' : '0',
26832
26832
  "y2": props.gradientDirection === 'bottom' ? '100%' : '0'
26833
- }, [gradientData.map((color, index) => vue.createVNode("stop", {
26833
+ }, [gradientData.map((color, index) => vue.createElementVNode("stop", {
26834
26834
  "offset": index / Math.max(gradientData.length - 1, 1),
26835
26835
  "stop-color": color || 'currentColor'
26836
- }, null))])]), hasLabels.value && vue.createVNode("g", {
26836
+ }, null))])]), hasLabels.value && vue.createElementVNode("g", {
26837
26837
  "key": "labels",
26838
26838
  "style": {
26839
26839
  textAnchor: 'middle',
26840
26840
  dominantBaseline: 'mathematical',
26841
26841
  fill: 'currentColor'
26842
26842
  }
26843
- }, [parsedLabels.value.map((item, i) => vue.createVNode("text", {
26843
+ }, [parsedLabels.value.map((item, i) => vue.createElementVNode("text", {
26844
26844
  "x": item.x + lineWidth.value / 2 + lineWidth.value / 2,
26845
26845
  "y": parseInt(props.height, 10) - 4 + (parseInt(props.labelSize, 10) || 7 * 0.75),
26846
26846
  "font-size": Number(props.labelSize) || 7
26847
26847
  }, [slots.label?.({
26848
26848
  index: i,
26849
26849
  value: item.value
26850
- }) ?? item.value]))]), vue.createVNode("path", {
26850
+ }) ?? item.value]))]), vue.createElementVNode("path", {
26851
26851
  "ref": path,
26852
26852
  "d": genPath$1(props.fill),
26853
26853
  "fill": props.fill ? `url(#${id.value})` : 'none',
26854
26854
  "stroke": props.fill ? 'none' : `url(#${id.value})`
26855
- }, null), props.fill && vue.createVNode("path", {
26855
+ }, null), props.fill && vue.createElementVNode("path", {
26856
26856
  "d": genPath$1(false),
26857
26857
  "fill": "none",
26858
26858
  "stroke": props.color ?? props.gradient?.[0]
@@ -27020,7 +27020,7 @@
27020
27020
  const nextSlotProps = {
27021
27021
  onClick: onClickNext
27022
27022
  };
27023
- return vue.createVNode("div", {
27023
+ return vue.createElementVNode("div", {
27024
27024
  "class": "v-stepper-actions"
27025
27025
  }, [vue.createVNode(VDefaultsProvider, {
27026
27026
  "defaults": {
@@ -27094,7 +27094,7 @@
27094
27094
  const VStepperItem = genericComponent()({
27095
27095
  name: 'VStepperItem',
27096
27096
  directives: {
27097
- Ripple
27097
+ vRipple: Ripple
27098
27098
  },
27099
27099
  props: makeVStepperItemProps(),
27100
27100
  emits: {
@@ -27133,12 +27133,12 @@
27133
27133
  function onClick() {
27134
27134
  group?.toggle();
27135
27135
  }
27136
- return vue.withDirectives(vue.createVNode("button", {
27137
- "class": ['v-stepper-item', {
27136
+ return vue.withDirectives(vue.createElementVNode("button", {
27137
+ "class": vue.normalizeClass(['v-stepper-item', {
27138
27138
  'v-stepper-item--complete': hasCompleted.value,
27139
27139
  'v-stepper-item--disabled': props.disabled,
27140
27140
  'v-stepper-item--error': hasError.value
27141
- }, group?.selectedClass.value],
27141
+ }, group?.selectedClass.value]),
27142
27142
  "disabled": !props.editable,
27143
27143
  "type": "button",
27144
27144
  "onClick": onClick
@@ -27151,15 +27151,15 @@
27151
27151
  default: () => [slots.icon?.(slotProps.value) ?? (icon.value ? vue.createVNode(VIcon, {
27152
27152
  "icon": icon.value
27153
27153
  }, null) : step.value)]
27154
- }), vue.createVNode("div", {
27154
+ }), vue.createElementVNode("div", {
27155
27155
  "class": "v-stepper-item__content"
27156
- }, [hasTitle && vue.createVNode("div", {
27156
+ }, [hasTitle && vue.createElementVNode("div", {
27157
27157
  "key": "title",
27158
27158
  "class": "v-stepper-item__title"
27159
- }, [slots.title?.(slotProps.value) ?? props.title]), hasSubtitle && vue.createVNode("div", {
27159
+ }, [slots.title?.(slotProps.value) ?? props.title]), hasSubtitle && vue.createElementVNode("div", {
27160
27160
  "key": "subtitle",
27161
27161
  "class": "v-stepper-item__subtitle"
27162
- }, [slots.subtitle?.(slotProps.value) ?? props.subtitle]), slots.default?.(slotProps.value)])]), [[vue.resolveDirective("ripple"), props.ripple && props.editable, null]]);
27162
+ }, [slots.subtitle?.(slotProps.value) ?? props.subtitle]), slots.default?.(slotProps.value)])]), [[Ripple, props.ripple && props.editable, null]]);
27163
27163
  });
27164
27164
  return {};
27165
27165
  }
@@ -27355,7 +27355,7 @@
27355
27355
  raw,
27356
27356
  ...item
27357
27357
  } = _ref2;
27358
- return vue.createVNode(vue.Fragment, null, [!!index && vue.createVNode(VDivider, null, null), vue.createVNode(VStepperItem, item, {
27358
+ return vue.createElementVNode(vue.Fragment, null, [!!index && vue.createVNode(VDivider, null, null), vue.createVNode(VStepperItem, item, {
27359
27359
  default: slots[`header-item.${item.value}`] ?? slots.header,
27360
27360
  icon: slots.icon,
27361
27361
  title: slots.title,
@@ -27496,14 +27496,14 @@
27496
27496
  backgroundColorClasses,
27497
27497
  backgroundColorStyles
27498
27498
  } = _ref3;
27499
- return vue.createVNode("div", {
27500
- "class": ['v-switch__track', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined],
27501
- "style": backgroundColorStyles.value,
27499
+ return vue.createElementVNode("div", {
27500
+ "class": vue.normalizeClass(['v-switch__track', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
27501
+ "style": vue.normalizeStyle(backgroundColorStyles.value),
27502
27502
  "onClick": onTrackClick
27503
- }, [slots['track-true'] && vue.createVNode("div", {
27503
+ }, [slots['track-true'] && vue.createElementVNode("div", {
27504
27504
  "key": "prepend",
27505
27505
  "class": "v-switch__track-true"
27506
- }, [slots['track-true'](slotProps)]), slots['track-false'] && vue.createVNode("div", {
27506
+ }, [slots['track-true'](slotProps)]), slots['track-false'] && vue.createElementVNode("div", {
27507
27507
  "key": "append",
27508
27508
  "class": "v-switch__track-false"
27509
27509
  }, [slots['track-false'](slotProps)])]);
@@ -27515,11 +27515,11 @@
27515
27515
  backgroundColorClasses,
27516
27516
  backgroundColorStyles
27517
27517
  } = _ref4;
27518
- return vue.createVNode(vue.Fragment, null, [inputNode, vue.createVNode("div", {
27519
- "class": ['v-switch__thumb', {
27518
+ return vue.createElementVNode(vue.Fragment, null, [inputNode, vue.createElementVNode("div", {
27519
+ "class": vue.normalizeClass(['v-switch__thumb', {
27520
27520
  'v-switch__thumb--filled': icon || props.loading
27521
- }, props.inset || isForcedColorsModeActive ? undefined : backgroundColorClasses.value],
27522
- "style": props.inset ? undefined : backgroundColorStyles.value
27521
+ }, props.inset || isForcedColorsModeActive ? undefined : backgroundColorClasses.value]),
27522
+ "style": vue.normalizeStyle(props.inset ? undefined : backgroundColorStyles.value)
27523
27523
  }, [slots.thumb ? vue.createVNode(VDefaultsProvider, {
27524
27524
  "defaults": {
27525
27525
  VIcon: {
@@ -27607,10 +27607,10 @@
27607
27607
  absolute: vue.toRef(() => props.absolute)
27608
27608
  });
27609
27609
  useRender(() => vue.createVNode(props.tag, {
27610
- "class": ['v-system-bar', {
27610
+ "class": vue.normalizeClass(['v-system-bar', {
27611
27611
  'v-system-bar--window': props.window
27612
- }, themeClasses.value, backgroundColorClasses.value, elevationClasses.value, roundedClasses.value, props.class],
27613
- "style": [backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, props.style]
27612
+ }, themeClasses.value, backgroundColorClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
27613
+ "style": vue.normalizeStyle([backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, props.style])
27614
27614
  }, slots));
27615
27615
  return {};
27616
27616
  }
@@ -27701,10 +27701,10 @@
27701
27701
  "onGroup:selected": updateSlider
27702
27702
  }), {
27703
27703
  ...slots,
27704
- default: () => vue.createVNode(vue.Fragment, null, [slots.default?.() ?? props.text, !props.hideSlider && vue.createVNode("div", {
27704
+ default: () => vue.createElementVNode(vue.Fragment, null, [slots.default?.() ?? props.text, !props.hideSlider && vue.createElementVNode("div", {
27705
27705
  "ref": sliderEl,
27706
- "class": ['v-tab__slider', sliderColorClasses.value],
27707
- "style": sliderColorStyles.value
27706
+ "class": vue.normalizeClass(['v-tab__slider', sliderColorClasses.value]),
27707
+ "style": vue.normalizeStyle(sliderColorStyles.value)
27708
27708
  }, null)])
27709
27709
  });
27710
27710
  });
@@ -27856,7 +27856,7 @@
27856
27856
  useRender(() => {
27857
27857
  const slideGroupProps = VSlideGroup.filterProps(props);
27858
27858
  const hasWindow = !!(slots.window || props.items.length > 0);
27859
- return vue.createVNode(vue.Fragment, null, [vue.createVNode(VSlideGroup, vue.mergeProps(slideGroupProps, {
27859
+ return vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VSlideGroup, vue.mergeProps(slideGroupProps, {
27860
27860
  "modelValue": model.value,
27861
27861
  "onUpdate:modelValue": $event => model.value = $event,
27862
27862
  "class": ['v-tabs', `v-tabs--${props.direction}`, `v-tabs--align-tabs-${props.alignTabs}`, {
@@ -27929,7 +27929,7 @@
27929
27929
  const VTextarea = genericComponent()({
27930
27930
  name: 'VTextarea',
27931
27931
  directives: {
27932
- Intersect
27932
+ vIntersect: Intersect
27933
27933
  },
27934
27934
  inheritAttrs: false,
27935
27935
  props: makeVTextareaProps(),
@@ -28102,9 +28102,9 @@
28102
28102
  ...slotProps
28103
28103
  }
28104
28104
  } = _ref3;
28105
- return vue.createVNode(vue.Fragment, null, [props.prefix && vue.createVNode("span", {
28105
+ return vue.createElementVNode(vue.Fragment, null, [props.prefix && vue.createElementVNode("span", {
28106
28106
  "class": "v-text-field__prefix"
28107
- }, [props.prefix]), vue.withDirectives(vue.createVNode("textarea", vue.mergeProps({
28107
+ }, [props.prefix]), vue.withDirectives(vue.createElementVNode("textarea", vue.mergeProps({
28108
28108
  "ref": textareaRef,
28109
28109
  "class": fieldClass,
28110
28110
  "value": model.value,
@@ -28117,24 +28117,24 @@
28117
28117
  "name": props.name,
28118
28118
  "onFocus": onFocus,
28119
28119
  "onBlur": blur
28120
- }, slotProps, inputAttrs), null), [[vue.resolveDirective("intersect"), {
28120
+ }, slotProps, inputAttrs), null), [[Intersect, {
28121
28121
  handler: onIntersect
28122
28122
  }, null, {
28123
28123
  once: true
28124
- }]]), props.autoGrow && vue.withDirectives(vue.createVNode("textarea", {
28125
- "class": [fieldClass, 'v-textarea__sizer'],
28124
+ }]]), props.autoGrow && vue.withDirectives(vue.createElementVNode("textarea", {
28125
+ "class": vue.normalizeClass([fieldClass, 'v-textarea__sizer']),
28126
28126
  "id": `${slotProps.id}-sizer`,
28127
28127
  "onUpdate:modelValue": $event => model.value = $event,
28128
28128
  "ref": sizerRef,
28129
28129
  "readonly": true,
28130
28130
  "aria-hidden": "true"
28131
- }, null), [[vue.vModelText, model.value]]), props.suffix && vue.createVNode("span", {
28131
+ }, null), [[vue.vModelText, model.value]]), props.suffix && vue.createElementVNode("span", {
28132
28132
  "class": "v-text-field__suffix"
28133
28133
  }, [props.suffix])]);
28134
28134
  }
28135
28135
  });
28136
28136
  },
28137
- 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, {
28137
+ 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, {
28138
28138
  "active": props.persistentCounter || isFocused.value,
28139
28139
  "value": counterValue.value,
28140
28140
  "max": max.value,
@@ -28165,8 +28165,8 @@
28165
28165
  return () => {
28166
28166
  if (!props.withBackground) return slots.default?.();
28167
28167
  return vue.createVNode(props.tag, {
28168
- "class": ['v-theme-provider', themeClasses.value, props.class],
28169
- "style": props.style
28168
+ "class": vue.normalizeClass(['v-theme-provider', themeClasses.value, props.class]),
28169
+ "style": vue.normalizeStyle(props.style)
28170
28170
  }, {
28171
28171
  default: () => [slots.default?.()]
28172
28172
  });
@@ -28211,21 +28211,21 @@
28211
28211
  backgroundColorClasses: lineColorClasses,
28212
28212
  backgroundColorStyles: lineColorStyles
28213
28213
  } = useBackgroundColor(() => props.lineColor);
28214
- useRender(() => vue.createVNode("div", {
28215
- "class": ['v-timeline-divider', {
28214
+ useRender(() => vue.createElementVNode("div", {
28215
+ "class": vue.normalizeClass(['v-timeline-divider', {
28216
28216
  'v-timeline-divider--fill-dot': props.fillDot
28217
- }, props.class],
28218
- "style": props.style
28219
- }, [vue.createVNode("div", {
28220
- "class": ['v-timeline-divider__before', lineColorClasses.value],
28221
- "style": lineColorStyles.value
28222
- }, null), !props.hideDot && vue.createVNode("div", {
28217
+ }, props.class]),
28218
+ "style": vue.normalizeStyle(props.style)
28219
+ }, [vue.createElementVNode("div", {
28220
+ "class": vue.normalizeClass(['v-timeline-divider__before', lineColorClasses.value]),
28221
+ "style": vue.normalizeStyle(lineColorStyles.value)
28222
+ }, null), !props.hideDot && vue.createElementVNode("div", {
28223
28223
  "key": "dot",
28224
- "class": ['v-timeline-divider__dot', elevationClasses.value, roundedClasses.value, sizeClasses.value],
28225
- "style": sizeStyles.value
28226
- }, [vue.createVNode("div", {
28227
- "class": ['v-timeline-divider__inner-dot', backgroundColorClasses.value, roundedClasses.value],
28228
- "style": backgroundColorStyles.value
28224
+ "class": vue.normalizeClass(['v-timeline-divider__dot', elevationClasses.value, roundedClasses.value, sizeClasses.value]),
28225
+ "style": vue.normalizeStyle(sizeStyles.value)
28226
+ }, [vue.createElementVNode("div", {
28227
+ "class": vue.normalizeClass(['v-timeline-divider__inner-dot', backgroundColorClasses.value, roundedClasses.value]),
28228
+ "style": vue.normalizeStyle(backgroundColorStyles.value)
28229
28229
  }, [!slots.default ? vue.createVNode(VIcon, {
28230
28230
  "key": "icon",
28231
28231
  "color": props.iconColor,
@@ -28241,9 +28241,9 @@
28241
28241
  size: props.size
28242
28242
  }
28243
28243
  }
28244
- }, slots.default)])]), vue.createVNode("div", {
28245
- "class": ['v-timeline-divider__after', lineColorClasses.value],
28246
- "style": lineColorStyles.value
28244
+ }, slots.default)])]), vue.createElementVNode("div", {
28245
+ "class": vue.normalizeClass(['v-timeline-divider__after', lineColorClasses.value]),
28246
+ "style": vue.normalizeStyle(lineColorStyles.value)
28247
28247
  }, null)]));
28248
28248
  return {};
28249
28249
  }
@@ -28294,19 +28294,19 @@
28294
28294
  }, {
28295
28295
  flush: 'post'
28296
28296
  });
28297
- useRender(() => vue.createVNode("div", {
28298
- "class": ['v-timeline-item', {
28297
+ useRender(() => vue.createElementVNode("div", {
28298
+ "class": vue.normalizeClass(['v-timeline-item', {
28299
28299
  'v-timeline-item--fill-dot': props.fillDot,
28300
28300
  'v-timeline-item--side-start': props.side === 'start',
28301
28301
  'v-timeline-item--side-end': props.side === 'end'
28302
- }, props.class],
28303
- "style": [{
28302
+ }, props.class]),
28303
+ "style": vue.normalizeStyle([{
28304
28304
  '--v-timeline-dot-size': convertToUnit(dotSize.value),
28305
28305
  '--v-timeline-line-inset': props.lineInset ? `calc(var(--v-timeline-dot-size) / 2 + ${convertToUnit(props.lineInset)})` : convertToUnit(0)
28306
- }, props.style]
28307
- }, [vue.createVNode("div", {
28306
+ }, props.style])
28307
+ }, [vue.createElementVNode("div", {
28308
28308
  "class": "v-timeline-item__body",
28309
- "style": dimensionStyles.value
28309
+ "style": vue.normalizeStyle(dimensionStyles.value)
28310
28310
  }, [slots.default?.()]), vue.createVNode(VTimelineDivider, {
28311
28311
  "ref": dotRef,
28312
28312
  "hideDot": props.hideDot,
@@ -28319,7 +28319,7 @@
28319
28319
  "rounded": props.rounded
28320
28320
  }, {
28321
28321
  default: slots.icon
28322
- }), props.density !== 'compact' && vue.createVNode("div", {
28322
+ }), props.density !== 'compact' && vue.createElementVNode("div", {
28323
28323
  "class": "v-timeline-item__opposite"
28324
28324
  }, [!props.hideOpposite && slots.opposite?.()])]));
28325
28325
  return {};
@@ -28412,12 +28412,12 @@
28412
28412
  }
28413
28413
  });
28414
28414
  useRender(() => vue.createVNode(props.tag, {
28415
- "class": ['v-timeline', `v-timeline--${props.direction}`, `v-timeline--align-${props.align}`, `v-timeline--justify-${props.justify}`, truncateClasses.value, {
28415
+ "class": vue.normalizeClass(['v-timeline', `v-timeline--${props.direction}`, `v-timeline--align-${props.align}`, `v-timeline--justify-${props.justify}`, truncateClasses.value, {
28416
28416
  'v-timeline--inset-line': !!props.lineInset
28417
- }, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class],
28418
- "style": [{
28417
+ }, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class]),
28418
+ "style": vue.normalizeStyle([{
28419
28419
  '--v-timeline-line-thickness': convertToUnit(props.lineThickness)
28420
- }, props.style]
28420
+ }, props.style])
28421
28421
  }, slots));
28422
28422
  return {};
28423
28423
  }
@@ -28443,9 +28443,9 @@
28443
28443
  variant: vue.toRef(() => props.variant)
28444
28444
  }
28445
28445
  });
28446
- useRender(() => vue.createVNode("div", {
28447
- "class": ['v-toolbar-items', props.class],
28448
- "style": props.style
28446
+ useRender(() => vue.createElementVNode("div", {
28447
+ "class": vue.normalizeClass(['v-toolbar-items', props.class]),
28448
+ "style": vue.normalizeStyle(props.style)
28449
28449
  }, [slots.default?.()]));
28450
28450
  return {};
28451
28451
  }
@@ -28617,7 +28617,7 @@
28617
28617
  }
28618
28618
  };
28619
28619
  useRender(() => {
28620
- return vue.createVNode("div", null, [slots.intervalEvent?.({
28620
+ return vue.createElementVNode("div", null, [slots.intervalEvent?.({
28621
28621
  height: calcHeight().height,
28622
28622
  margin: calcHeight().margin,
28623
28623
  eventClass: 'v-calendar-internal-event',
@@ -28709,20 +28709,20 @@
28709
28709
  };
28710
28710
  });
28711
28711
  useRender(() => {
28712
- return props.dayIndex === 0 ? vue.createVNode("div", {
28712
+ return props.dayIndex === 0 ? vue.createElementVNode("div", {
28713
28713
  "class": "v-calendar-day__row-with-label",
28714
- "style": `height: ${convertToUnit(props.intervalHeight)}`
28715
- }, [vue.createVNode("div", vue.mergeProps({
28714
+ "style": vue.normalizeStyle(`height: ${convertToUnit(props.intervalHeight)}`)
28715
+ }, [vue.createElementVNode("div", vue.mergeProps({
28716
28716
  "class": "v-calendar-day__row-label"
28717
28717
  }, getPrefixedEventHandlers(attrs, ':time', () => props)), [slots.intervalTitle?.({
28718
28718
  interval: interval.value
28719
- }) ?? (props.index ? props.intervalFormat ? typeof props.intervalFormat === 'string' ? adapter.format(interval.value.start, 'hours12h') : props.intervalFormat(interval.value) : interval.value.label : '12 AM')]), vue.createVNode("div", {
28719
+ }) ?? (props.index ? props.intervalFormat ? typeof props.intervalFormat === 'string' ? adapter.format(interval.value.start, 'hours12h') : props.intervalFormat(interval.value) : interval.value.label : '12 AM')]), vue.createElementVNode("div", {
28720
28720
  "class": "v-calendar-day__row-hairline"
28721
- }, null), vue.createVNode("div", vue.mergeProps({
28721
+ }, null), vue.createElementVNode("div", vue.mergeProps({
28722
28722
  "class": ['v-calendar-day__row-content', interval.value.events.some(e => !e.last) ? 'v-calendar-day__row-content-through' : '']
28723
28723
  }, getPrefixedEventHandlers(attrs, ':interval', () => interval.value)), [slots.intervalBody?.({
28724
28724
  interval: interval.value
28725
- }) ?? vue.createVNode("div", null, [interval.value.events?.map(event => vue.createVNode(VCalendarIntervalEvent, vue.mergeProps({
28725
+ }) ?? vue.createElementVNode("div", null, [interval.value.events?.map(event => vue.createVNode(VCalendarIntervalEvent, vue.mergeProps({
28726
28726
  "event": event,
28727
28727
  "interval": interval.value,
28728
28728
  "intervalDivisions": props.intervalDivisions,
@@ -28747,10 +28747,10 @@
28747
28747
  });
28748
28748
  }
28749
28749
  } : {})
28750
- }))])])]) : vue.createVNode("div", {
28750
+ }))])])]) : vue.createElementVNode("div", {
28751
28751
  "class": "v-calendar-day__row-without-label",
28752
- "style": `height: ${convertToUnit(props.intervalHeight)}`
28753
- }, [vue.createVNode("div", vue.mergeProps({
28752
+ "style": vue.normalizeStyle(`height: ${convertToUnit(props.intervalHeight)}`)
28753
+ }, [vue.createElementVNode("div", vue.mergeProps({
28754
28754
  "class": ['v-calendar-day__row-content', interval.value.events.some(e => !e.last) ? 'v-calendar-day__row-content-through' : '']
28755
28755
  }, getPrefixedEventHandlers(attrs, ':interval', () => interval.value)), [slots.intervalBody?.({
28756
28756
  interval: interval.value
@@ -28812,12 +28812,12 @@
28812
28812
  }, (v, i) => i).filter((_, index) => props.intervalDuration * (index + props.intervalStart) < 1440)]);
28813
28813
  useRender(() => {
28814
28814
  const calendarIntervalProps = VCalendarInterval.filterProps(props);
28815
- return vue.createVNode("div", {
28815
+ return vue.createElementVNode("div", {
28816
28816
  "class": "v-calendar-day__container"
28817
- }, [!props.hideDayHeader && vue.createVNode("div", vue.mergeProps({
28817
+ }, [!props.hideDayHeader && vue.createElementVNode("div", vue.mergeProps({
28818
28818
  "key": "calendar-week-name",
28819
28819
  "class": "v-calendar-weekly__head-weekday"
28820
- }, getPrefixedEventHandlers(attrs, ':day', () => props.day)), [adapter.format(props.day.date, 'weekdayShort'), vue.createVNode("div", null, [vue.createVNode(VBtn, vue.mergeProps(getPrefixedEventHandlers(attrs, ':date', () => props.day), {
28820
+ }, getPrefixedEventHandlers(attrs, ':day', () => props.day)), [adapter.format(props.day.date, 'weekdayShort'), vue.createElementVNode("div", null, [vue.createVNode(VBtn, vue.mergeProps(getPrefixedEventHandlers(attrs, ':date', () => props.day), {
28821
28821
  "class": props.day?.isToday ? 'v-calendar-day-label__today' : undefined,
28822
28822
  "icon": true,
28823
28823
  "text": adapter.format(props.day.date, 'dayOfMonth'),
@@ -28880,7 +28880,7 @@
28880
28880
  function toToday() {
28881
28881
  emit('click:toToday');
28882
28882
  }
28883
- useRender(() => vue.createVNode("div", {
28883
+ useRender(() => vue.createElementVNode("div", {
28884
28884
  "class": "v-calendar-header"
28885
28885
  }, [props.text && vue.createVNode(VBtn, {
28886
28886
  "key": "today",
@@ -28898,11 +28898,11 @@
28898
28898
  "icon": props.nextIcon,
28899
28899
  "variant": "text",
28900
28900
  "onClick": next
28901
- }, null), vue.createVNode("div", {
28901
+ }, null), vue.createElementVNode("div", {
28902
28902
  "class": "v-calendar-header__title"
28903
28903
  }, [slots.title?.({
28904
28904
  title: props.title
28905
- }) ?? vue.createVNode("span", null, [props.title])])]));
28905
+ }) ?? vue.createElementVNode("span", null, [props.title])])]));
28906
28906
  return {};
28907
28907
  }
28908
28908
  });
@@ -28964,9 +28964,9 @@
28964
28964
  slots
28965
28965
  } = _ref;
28966
28966
  useRender(() => {
28967
- return vue.createVNode("div", vue.mergeProps({
28967
+ return vue.createElementVNode("div", vue.mergeProps({
28968
28968
  "class": ['v-calendar-month__day']
28969
- }, getPrefixedEventHandlers(attrs, ':day', () => props)), [!props.day?.isHidden ? vue.createVNode("div", {
28969
+ }, getPrefixedEventHandlers(attrs, ':day', () => props)), [!props.day?.isHidden ? vue.createElementVNode("div", {
28970
28970
  "key": "title",
28971
28971
  "class": "v-calendar-weekly__day-label"
28972
28972
  }, [slots.dayTitle?.({
@@ -28979,13 +28979,13 @@
28979
28979
  "size": "x-small",
28980
28980
  "variant": props.day?.isToday ? undefined : 'flat',
28981
28981
  "text": `${props.title}`
28982
- }, getPrefixedEventHandlers(attrs, ':date', () => props)), null)]) : undefined, !props.day?.isHidden ? vue.createVNode("div", {
28982
+ }, getPrefixedEventHandlers(attrs, ':date', () => props)), null)]) : undefined, !props.day?.isHidden ? vue.createElementVNode("div", {
28983
28983
  "key": "content",
28984
28984
  "class": "v-calendar-weekly__day-content"
28985
28985
  }, [slots.dayBody?.({
28986
28986
  day: props.day,
28987
28987
  events: props.events
28988
- }) ?? vue.createVNode("div", null, [vue.createVNode("div", {
28988
+ }) ?? vue.createElementVNode("div", null, [vue.createElementVNode("div", {
28989
28989
  "class": "v-calendar-weekly__day-alldayevents-container"
28990
28990
  }, [props.events?.filter(event => event.allDay).map(event => slots.dayEvent ? slots.dayEvent({
28991
28991
  day: props.day,
@@ -28995,7 +28995,7 @@
28995
28995
  "day": props.day,
28996
28996
  "event": event,
28997
28997
  "allDay": true
28998
- }, attrs), null))]), vue.createVNode("div", {
28998
+ }, attrs), null))]), vue.createElementVNode("div", {
28999
28999
  "class": "v-calendar-weekly__day-events-container"
29000
29000
  }, [props.events?.filter(event => !event.allDay).map(event => slots.dayEvent ? slots.dayEvent({
29001
29001
  day: props.day,
@@ -29082,13 +29082,13 @@
29082
29082
  useRender(() => {
29083
29083
  const calendarDayProps = VCalendarDay.filterProps(props);
29084
29084
  const calendarHeaderProps = VCalendarHeader.filterProps(props);
29085
- return vue.createVNode("div", {
29086
- "class": ['v-calendar', {
29085
+ return vue.createElementVNode("div", {
29086
+ "class": vue.normalizeClass(['v-calendar', {
29087
29087
  'v-calendar-monthly': props.viewMode === 'month',
29088
29088
  'v-calendar-weekly': props.viewMode === 'week',
29089
29089
  'v-calendar-day': props.viewMode === 'day'
29090
- }]
29091
- }, [vue.createVNode("div", null, [!props.hideHeader && (slots.header?.({
29090
+ }])
29091
+ }, [vue.createElementVNode("div", null, [!props.hideHeader && (slots.header?.({
29092
29092
  title: title.value,
29093
29093
  clickNext: onClickNext,
29094
29094
  clickPrev: onClickPrev,
@@ -29102,20 +29102,20 @@
29102
29102
  "onClick:toToday": onClickToday
29103
29103
  }), {
29104
29104
  title: slots.title
29105
- }))]), vue.createVNode("div", {
29106
- "class": ['v-calendar__container', `days__${weekDays.value.length}`]
29107
- }, [props.viewMode === 'month' && !props.hideDayHeader && vue.createVNode("div", {
29108
- "class": ['v-calendar-weekly__head', `days__${weekDays.value.length}`, ...(!props.hideWeekNumber ? ['v-calendar-weekly__head-weeknumbers'] : [])],
29105
+ }))]), vue.createElementVNode("div", {
29106
+ "class": vue.normalizeClass(['v-calendar__container', `days__${weekDays.value.length}`])
29107
+ }, [props.viewMode === 'month' && !props.hideDayHeader && vue.createElementVNode("div", {
29108
+ "class": vue.normalizeClass(['v-calendar-weekly__head', `days__${weekDays.value.length}`, ...(!props.hideWeekNumber ? ['v-calendar-weekly__head-weeknumbers'] : [])]),
29109
29109
  "key": "calendarWeeklyHead"
29110
- }, [!props.hideWeekNumber ? vue.createVNode("div", {
29110
+ }, [!props.hideWeekNumber ? vue.createElementVNode("div", {
29111
29111
  "key": "weekNumber0",
29112
29112
  "class": "v-calendar-weekly__head-weeknumber"
29113
- }, null) : '', weekDays.value.map(weekday => vue.createVNode("div", {
29114
- "class": `v-calendar-weekly__head-weekday${!props.hideWeekNumber ? '-with-weeknumber' : ''}`
29115
- }, [dayNames[weekday]]))]), props.viewMode === 'month' && vue.createVNode("div", {
29113
+ }, null) : '', weekDays.value.map(weekday => vue.createElementVNode("div", {
29114
+ "class": vue.normalizeClass(`v-calendar-weekly__head-weekday${!props.hideWeekNumber ? '-with-weeknumber' : ''}`)
29115
+ }, [dayNames[weekday]]))]), props.viewMode === 'month' && vue.createElementVNode("div", {
29116
29116
  "key": "VCalendarMonth",
29117
- "class": ['v-calendar-month__days', `days${!props.hideWeekNumber ? '-with-weeknumbers' : ''}__${weekDays.value.length}`, ...(!props.hideWeekNumber ? ['v-calendar-month__weeknumbers'] : [])]
29118
- }, [chunkArray(daysInMonth.value, weekDays.value.length).map((week, wi) => [!props.hideWeekNumber ? vue.createVNode("div", vue.mergeProps({
29117
+ "class": vue.normalizeClass(['v-calendar-month__days', `days${!props.hideWeekNumber ? '-with-weeknumbers' : ''}__${weekDays.value.length}`, ...(!props.hideWeekNumber ? ['v-calendar-month__weeknumbers'] : [])])
29118
+ }, [chunkArray(daysInMonth.value, weekDays.value.length).map((week, wi) => [!props.hideWeekNumber ? vue.createElementVNode("div", vue.mergeProps({
29119
29119
  "class": "v-calendar-month__weeknumber"
29120
29120
  }, getPrefixedEventHandlers(attrs, ':weekNumber', () => ({
29121
29121
  weekNumber: weekNumbers.value[wi],
@@ -29227,11 +29227,11 @@
29227
29227
  }
29228
29228
  }), {
29229
29229
  ...slots,
29230
- prepend: props.pipIcon ? arg => vue.createVNode(vue.Fragment, null, [hasPrepend && vue.createVNode(VIcon, {
29230
+ prepend: props.pipIcon ? arg => vue.createElementVNode(vue.Fragment, null, [hasPrepend && vue.createVNode(VIcon, {
29231
29231
  "color": props.pip ? model.value : undefined,
29232
29232
  "icon": props.pipIcon
29233
29233
  }, null), slots.prepend?.(arg)]) : undefined,
29234
- default: () => vue.createVNode(vue.Fragment, null, [vue.createVNode(VMenu, {
29234
+ default: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VMenu, {
29235
29235
  "modelValue": menu.value,
29236
29236
  "onUpdate:modelValue": $event => menu.value = $event,
29237
29237
  "activator": "parent",
@@ -29587,7 +29587,7 @@
29587
29587
  "onUpdate:modelValue": onUpdateDisplayModel
29588
29588
  }), {
29589
29589
  ...slots,
29590
- default: () => vue.createVNode(vue.Fragment, null, [vue.createVNode(VMenu, {
29590
+ default: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VMenu, {
29591
29591
  "modelValue": menu.value,
29592
29592
  "onUpdate:modelValue": $event => menu.value = $event,
29593
29593
  "activator": "parent",
@@ -29692,7 +29692,7 @@
29692
29692
  "class": "v-file-upload-item"
29693
29693
  }), {
29694
29694
  ...slots,
29695
- prepend: slotProps => vue.createVNode(vue.Fragment, null, [!slots.prepend ? vue.createVNode(VAvatar, {
29695
+ prepend: slotProps => vue.createElementVNode(vue.Fragment, null, [!slots.prepend ? vue.createVNode(VAvatar, {
29696
29696
  "icon": props.fileIcon,
29697
29697
  "image": preview.value,
29698
29698
  "rounded": true
@@ -29707,7 +29707,7 @@
29707
29707
  }, {
29708
29708
  default: () => [slots.prepend?.(slotProps) ?? vue.createVNode(VAvatar, null, null)]
29709
29709
  })]),
29710
- append: slotProps => vue.createVNode(vue.Fragment, null, [props.clearable && vue.createVNode(vue.Fragment, null, [!slots.clear ? vue.createVNode(VBtn, {
29710
+ append: slotProps => vue.createElementVNode(vue.Fragment, null, [props.clearable && vue.createElementVNode(vue.Fragment, null, [!slots.clear ? vue.createVNode(VBtn, {
29711
29711
  "icon": "$clear",
29712
29712
  "density": "comfortable",
29713
29713
  "variant": "text",
@@ -29838,7 +29838,7 @@
29838
29838
  const cardProps = VSheet.filterProps(props);
29839
29839
  const dividerProps = VDivider.filterProps(props);
29840
29840
  const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
29841
- const inputNode = vue.createVNode("input", vue.mergeProps({
29841
+ const inputNode = vue.createElementVNode("input", vue.mergeProps({
29842
29842
  "ref": inputRef,
29843
29843
  "type": "file",
29844
29844
  "disabled": props.disabled,
@@ -29850,7 +29850,7 @@
29850
29850
  model.value = [...(target.files ?? [])];
29851
29851
  }
29852
29852
  }, inputAttrs), null);
29853
- return vue.createVNode(vue.Fragment, null, [vue.createVNode(VSheet, vue.mergeProps({
29853
+ return vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VSheet, vue.mergeProps({
29854
29854
  "ref": vSheetRef
29855
29855
  }, cardProps, {
29856
29856
  "class": ['v-file-upload', {
@@ -29864,7 +29864,7 @@
29864
29864
  "onDrop": onDrop,
29865
29865
  "onClick": !hasBrowse ? onClick : undefined
29866
29866
  }, rootAttrs), {
29867
- default: () => [hasIcon && vue.createVNode("div", {
29867
+ default: () => [hasIcon && vue.createElementVNode("div", {
29868
29868
  "key": "icon",
29869
29869
  "class": "v-file-upload-icon"
29870
29870
  }, [!slots.icon ? vue.createVNode(VIcon, {
@@ -29879,15 +29879,15 @@
29879
29879
  }
29880
29880
  }, {
29881
29881
  default: () => [slots.icon()]
29882
- })]), hasTitle && vue.createVNode("div", {
29882
+ })]), hasTitle && vue.createElementVNode("div", {
29883
29883
  "key": "title",
29884
29884
  "class": "v-file-upload-title"
29885
- }, [slots.title?.() ?? t(props.title)]), props.density === 'default' && vue.createVNode(vue.Fragment, null, [vue.createVNode("div", {
29885
+ }, [slots.title?.() ?? t(props.title)]), props.density === 'default' && vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("div", {
29886
29886
  "key": "upload-divider",
29887
29887
  "class": "v-file-upload-divider"
29888
29888
  }, [slots.divider?.() ?? vue.createVNode(VDivider, dividerProps, {
29889
29889
  default: () => [t(props.dividerText)]
29890
- })]), hasBrowse && vue.createVNode(vue.Fragment, null, [!slots.browse ? vue.createVNode(VBtn, {
29890
+ })]), hasBrowse && vue.createElementVNode(vue.Fragment, null, [!slots.browse ? vue.createVNode(VBtn, {
29891
29891
  "readonly": props.disabled,
29892
29892
  "size": "large",
29893
29893
  "text": t(props.browseText),
@@ -29908,7 +29908,7 @@
29908
29908
  onClick
29909
29909
  }
29910
29910
  })]
29911
- })]), props.subtitle && vue.createVNode("div", {
29911
+ })]), props.subtitle && vue.createElementVNode("div", {
29912
29912
  "class": "v-file-upload-subtitle"
29913
29913
  }, [props.subtitle])]), vue.createVNode(VOverlay, {
29914
29914
  "model-value": isDragging.value,
@@ -29917,7 +29917,7 @@
29917
29917
  }, null), slots.input?.({
29918
29918
  inputNode
29919
29919
  }) ?? inputNode]
29920
- }), model.value.length > 0 && vue.createVNode("div", {
29920
+ }), model.value.length > 0 && vue.createElementVNode("div", {
29921
29921
  "class": "v-file-upload-items"
29922
29922
  }, [model.value.map((file, i) => {
29923
29923
  const slotProps = {
@@ -30067,23 +30067,23 @@
30067
30067
  opacity: props.opacity
30068
30068
  };
30069
30069
  return vue.createVNode(props.tag, {
30070
- "class": [{
30070
+ "class": vue.normalizeClass([{
30071
30071
  'v-icon-btn': true,
30072
30072
  'v-icon-btn--active': isActive.value,
30073
30073
  'v-icon-btn--disabled': props.disabled,
30074
30074
  'v-icon-btn--loading': props.loading,
30075
30075
  'v-icon-btn--readonly': props.readonly,
30076
30076
  [`v-icon-btn--${props.size}`]: true
30077
- }, themeClasses.value, colorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, variantClasses.value, props.class],
30078
- "style": [{
30077
+ }, themeClasses.value, colorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, variantClasses.value, props.class]),
30078
+ "style": vue.normalizeStyle([{
30079
30079
  '--v-icon-btn-rotate': convertToUnit(props.rotate, 'deg'),
30080
30080
  '--v-icon-btn-height': convertToUnit(btnHeight),
30081
30081
  '--v-icon-btn-width': convertToUnit(btnWidth)
30082
- }, colorStyles.value, props.style],
30082
+ }, colorStyles.value, props.style]),
30083
30083
  "tabindex": props.disabled || props.readonly ? -1 : 0,
30084
30084
  "onClick": onClick
30085
30085
  }, {
30086
- default: () => [genOverlays(!props.hideOverlay, 'v-icon-btn'), vue.createVNode("div", {
30086
+ default: () => [genOverlays(!props.hideOverlay, 'v-icon-btn'), vue.createElementVNode("div", {
30087
30087
  "class": "v-icon-btn__content",
30088
30088
  "data-no-activator": ""
30089
30089
  }, [!slots.default && icon ? vue.createVNode(VIcon, vue.mergeProps({
@@ -30098,7 +30098,7 @@
30098
30098
  }
30099
30099
  }, {
30100
30100
  default: () => slots.default?.() ?? vue.toDisplayString(props.text)
30101
- })]), !!props.loading && vue.createVNode("span", {
30101
+ })]), !!props.loading && vue.createElementVNode("span", {
30102
30102
  "key": "loader",
30103
30103
  "class": "v-icon-btn__loader"
30104
30104
  }, [slots.loader?.() ?? vue.createVNode(VProgressCircular, {
@@ -30233,7 +30233,7 @@
30233
30233
  "hide-actions": false,
30234
30234
  "value": step.value
30235
30235
  }), {
30236
- title: () => vue.createVNode(vue.Fragment, null, [vue.createVNode(VAvatar, {
30236
+ title: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VAvatar, {
30237
30237
  "key": "stepper-avatar",
30238
30238
  "class": "v-stepper-vertical-item__avatar",
30239
30239
  "color": hasColor ? props.color : undefined,
@@ -30243,12 +30243,12 @@
30243
30243
  default: () => [slots.icon?.(slotProps.value) ?? (icon.value ? vue.createVNode(VIcon, {
30244
30244
  "icon": icon.value
30245
30245
  }, null) : step.value)]
30246
- }), vue.createVNode("div", null, [vue.createVNode("div", {
30246
+ }), vue.createElementVNode("div", null, [vue.createElementVNode("div", {
30247
30247
  "class": "v-stepper-vertical-item__title"
30248
- }, [slots.title?.(slotProps.value) ?? props.title]), vue.createVNode("div", {
30248
+ }, [slots.title?.(slotProps.value) ?? props.title]), vue.createElementVNode("div", {
30249
30249
  "class": "v-stepper-vertical-item__subtitle"
30250
30250
  }, [slots.subtitle?.(slotProps.value) ?? props.subtitle])])]),
30251
- text: () => vue.createVNode(vue.Fragment, null, [slots.default?.(slotProps.value) ?? props.text, hasActions && vue.createVNode(VDefaultsProvider, {
30251
+ text: () => vue.createElementVNode(vue.Fragment, null, [slots.default?.(slotProps.value) ?? props.text, hasActions && vue.createVNode(VDefaultsProvider, {
30252
30252
  "defaults": {
30253
30253
  VStepperVerticalActions: {
30254
30254
  disabled: disabled.value,
@@ -30350,7 +30350,7 @@
30350
30350
  prev,
30351
30351
  next
30352
30352
  } = _ref2;
30353
- return vue.createVNode(vue.Fragment, null, [items.value.map(_ref3 => {
30353
+ return vue.createElementVNode(vue.Fragment, null, [items.value.map(_ref3 => {
30354
30354
  let {
30355
30355
  raw,
30356
30356
  ...item
@@ -30439,7 +30439,7 @@
30439
30439
  goingUp.value = newVal < oldVal;
30440
30440
  });
30441
30441
  useRender(() => {
30442
- return vue.createVNode("div", {
30442
+ return vue.createElementVNode("div", {
30443
30443
  "class": ['v-pull-to-refresh'],
30444
30444
  "onTouchstart": onTouchstart,
30445
30445
  "onTouchmove": onTouchmove,
@@ -30449,32 +30449,32 @@
30449
30449
  "onMouseleave": onTouchend,
30450
30450
  "onMousemove": onTouchmove,
30451
30451
  "ref": containerRef
30452
- }, [vue.createVNode("div", {
30453
- "class": ['v-pull-to-refresh__pull-down', {
30452
+ }, [vue.createElementVNode("div", {
30453
+ "class": vue.normalizeClass(['v-pull-to-refresh__pull-down', {
30454
30454
  'v-pull-to-refresh__pull-down--touching': touching.value
30455
- }],
30456
- "style": {
30455
+ }]),
30456
+ "style": vue.normalizeStyle({
30457
30457
  top: convertToUnit(-1 * props.pullDownThreshold + topOffset.value),
30458
30458
  height: convertToUnit(props.pullDownThreshold)
30459
- }
30459
+ })
30460
30460
  }, [slots.pullDownPanel ? slots.pullDownPanel({
30461
30461
  canRefresh: canRefresh.value,
30462
30462
  goingUp: goingUp.value,
30463
30463
  refreshing: refreshing.value
30464
- }) : vue.createVNode("div", {
30464
+ }) : vue.createElementVNode("div", {
30465
30465
  "class": ['v-pull-to-refresh__pull-down-default']
30466
30466
  }, [refreshing.value ? vue.createVNode(VProgressCircular, {
30467
30467
  "indeterminate": true,
30468
30468
  "active": false
30469
30469
  }, null) : vue.createVNode(VIcon, {
30470
30470
  "icon": canRefresh.value || goingUp.value ? '$sortAsc' : '$sortDesc'
30471
- }, null)])]), vue.createVNode("div", {
30472
- "class": ['v-pull-to-refresh__scroll-container', {
30471
+ }, null)])]), vue.createElementVNode("div", {
30472
+ "class": vue.normalizeClass(['v-pull-to-refresh__scroll-container', {
30473
30473
  'v-pull-to-refresh__scroll-container--touching': touching.value
30474
- }],
30475
- "style": {
30474
+ }]),
30475
+ "style": vue.normalizeStyle({
30476
30476
  top: convertToUnit(topOffset.value)
30477
- }
30477
+ })
30478
30478
  }, [slots.default?.()])]);
30479
30479
  });
30480
30480
  }
@@ -30689,37 +30689,37 @@
30689
30689
  }
30690
30690
  }
30691
30691
  useRender(() => {
30692
- return vue.createVNode("div", {
30693
- "class": [{
30692
+ return vue.createElementVNode("div", {
30693
+ "class": vue.normalizeClass([{
30694
30694
  'v-time-picker-clock': true,
30695
30695
  'v-time-picker-clock--indeterminate': props.modelValue == null,
30696
30696
  'v-time-picker-clock--readonly': props.readonly
30697
- }],
30697
+ }]),
30698
30698
  "onMousedown": onMouseDown,
30699
30699
  "onTouchstart": onMouseDown,
30700
30700
  "onWheel": wheel,
30701
30701
  "ref": clockRef
30702
- }, [vue.createVNode("div", {
30702
+ }, [vue.createElementVNode("div", {
30703
30703
  "class": "v-time-picker-clock__inner",
30704
30704
  "ref": innerClockRef
30705
- }, [vue.createVNode("div", {
30706
- "class": [{
30705
+ }, [vue.createElementVNode("div", {
30706
+ "class": vue.normalizeClass([{
30707
30707
  'v-time-picker-clock__hand': true,
30708
30708
  'v-time-picker-clock__hand--inner': isInner(props.modelValue)
30709
- }, textColorClasses.value],
30710
- "style": [{
30709
+ }, textColorClasses.value]),
30710
+ "style": vue.normalizeStyle([{
30711
30711
  transform: `rotate(${props.rotate + degreesPerUnit.value * (displayedValue.value - props.min)}deg) scaleY(${handScale(displayedValue.value)})`
30712
- }, textColorStyles.value]
30712
+ }, textColorStyles.value])
30713
30713
  }, null), genChildren.value.map(value => {
30714
30714
  const isActive = value === displayedValue.value;
30715
- return vue.createVNode("div", {
30716
- "class": [{
30715
+ return vue.createElementVNode("div", {
30716
+ "class": vue.normalizeClass([{
30717
30717
  'v-time-picker-clock__item': true,
30718
30718
  'v-time-picker-clock__item--active': isActive,
30719
30719
  'v-time-picker-clock__item--disabled': props.disabled || !isAllowed(value)
30720
- }, isActive && backgroundColorClasses.value],
30721
- "style": [getTransform(value), isActive && backgroundColorStyles.value]
30722
- }, [vue.createVNode("span", null, [props.format(value)])]);
30720
+ }, isActive && backgroundColorClasses.value]),
30721
+ "style": vue.normalizeStyle([getTransform(value), isActive && backgroundColorStyles.value])
30722
+ }, [vue.createElementVNode("span", null, [props.format(value)])]);
30723
30723
  })])]);
30724
30724
  });
30725
30725
  }
@@ -30762,46 +30762,46 @@
30762
30762
  if (props.ampm) {
30763
30763
  hour = hour ? (hour - 1) % 12 + 1 : 12;
30764
30764
  }
30765
- return vue.createVNode("div", {
30765
+ return vue.createElementVNode("div", {
30766
30766
  "class": "v-time-picker-controls"
30767
- }, [vue.createVNode("div", {
30768
- "class": {
30767
+ }, [vue.createElementVNode("div", {
30768
+ "class": vue.normalizeClass({
30769
30769
  'v-time-picker-controls__time': true,
30770
30770
  'v-time-picker-controls__time--with-seconds': props.useSeconds
30771
- }
30771
+ })
30772
30772
  }, [vue.createVNode(VBtn, {
30773
30773
  "active": props.viewMode === 'hour',
30774
30774
  "color": props.viewMode === 'hour' ? props.color : undefined,
30775
30775
  "disabled": props.disabled,
30776
30776
  "variant": "tonal",
30777
- "class": {
30777
+ "class": vue.normalizeClass({
30778
30778
  'v-time-picker-controls__time__btn': true,
30779
30779
  'v-time-picker-controls__time--with-ampm__btn': props.ampm,
30780
30780
  'v-time-picker-controls__time--with-seconds__btn': props.useSeconds
30781
- },
30781
+ }),
30782
30782
  "text": props.hour == null ? '--' : pad(`${hour}`),
30783
30783
  "onClick": () => emit('update:viewMode', 'hour')
30784
- }, null), vue.createVNode("span", {
30785
- "class": ['v-time-picker-controls__time__separator', {
30784
+ }, null), vue.createElementVNode("span", {
30785
+ "class": vue.normalizeClass(['v-time-picker-controls__time__separator', {
30786
30786
  'v-time-picker-controls--with-seconds__time__separator': props.useSeconds
30787
- }]
30787
+ }])
30788
30788
  }, [vue.createTextVNode(":")]), vue.createVNode(VBtn, {
30789
30789
  "active": props.viewMode === 'minute',
30790
30790
  "color": props.viewMode === 'minute' ? props.color : undefined,
30791
- "class": {
30791
+ "class": vue.normalizeClass({
30792
30792
  'v-time-picker-controls__time__btn': true,
30793
30793
  'v-time-picker-controls__time__btn__active': props.viewMode === 'minute',
30794
30794
  'v-time-picker-controls__time--with-ampm__btn': props.ampm,
30795
30795
  'v-time-picker-controls__time--with-seconds__btn': props.useSeconds
30796
- },
30796
+ }),
30797
30797
  "disabled": props.disabled,
30798
30798
  "variant": "tonal",
30799
30799
  "text": props.minute == null ? '--' : pad(props.minute),
30800
30800
  "onClick": () => emit('update:viewMode', 'minute')
30801
- }, null), props.useSeconds && vue.createVNode("span", {
30802
- "class": ['v-time-picker-controls__time__separator', {
30801
+ }, null), props.useSeconds && vue.createElementVNode("span", {
30802
+ "class": vue.normalizeClass(['v-time-picker-controls__time__separator', {
30803
30803
  'v-time-picker-controls--with-seconds__time__separator': props.useSeconds
30804
- }],
30804
+ }]),
30805
30805
  "key": "secondsDivider"
30806
30806
  }, [vue.createTextVNode(":")]), props.useSeconds && vue.createVNode(VBtn, {
30807
30807
  "key": "secondsVal",
@@ -30809,25 +30809,25 @@
30809
30809
  "color": props.viewMode === 'second' ? props.color : undefined,
30810
30810
  "variant": "tonal",
30811
30811
  "onClick": () => emit('update:viewMode', 'second'),
30812
- "class": {
30812
+ "class": vue.normalizeClass({
30813
30813
  'v-time-picker-controls__time__btn': true,
30814
30814
  'v-time-picker-controls__time__btn__active': props.viewMode === 'second',
30815
30815
  'v-time-picker-controls__time--with-seconds__btn': props.useSeconds
30816
- },
30816
+ }),
30817
30817
  "disabled": props.disabled,
30818
30818
  "text": props.second == null ? '--' : pad(props.second)
30819
- }, null), props.ampm && props.ampmInTitle && vue.createVNode("div", {
30820
- "class": ['v-time-picker-controls__ampm', {
30819
+ }, null), props.ampm && props.ampmInTitle && vue.createElementVNode("div", {
30820
+ "class": vue.normalizeClass(['v-time-picker-controls__ampm', {
30821
30821
  'v-time-picker-controls__ampm--readonly': props.ampmReadonly
30822
- }]
30822
+ }])
30823
30823
  }, [vue.createVNode(VBtn, {
30824
30824
  "active": props.period === 'am',
30825
30825
  "color": props.period === 'am' ? props.color : undefined,
30826
- "class": {
30826
+ "class": vue.normalizeClass({
30827
30827
  'v-time-picker-controls__ampm__am': true,
30828
30828
  'v-time-picker-controls__ampm__btn': true,
30829
30829
  'v-time-picker-controls__ampm__btn__active': props.period === 'am'
30830
- },
30830
+ }),
30831
30831
  "disabled": props.disabled,
30832
30832
  "text": t('$vuetify.timePicker.am'),
30833
30833
  "variant": props.disabled && props.period === 'am' ? 'elevated' : 'tonal',
@@ -30835,11 +30835,11 @@
30835
30835
  }, null), vue.createVNode(VBtn, {
30836
30836
  "active": props.period === 'pm',
30837
30837
  "color": props.period === 'pm' ? props.color : undefined,
30838
- "class": {
30838
+ "class": vue.normalizeClass({
30839
30839
  'v-time-picker-controls__ampm__pm': true,
30840
30840
  'v-time-picker-controls__ampm__btn': true,
30841
30841
  'v-time-picker-controls__ampm__btn__active': props.period === 'pm'
30842
- },
30842
+ }),
30843
30843
  "disabled": props.disabled,
30844
30844
  "text": t('$vuetify.timePicker.pm'),
30845
30845
  "variant": props.disabled && props.period === 'pm' ? 'elevated' : 'tonal',
@@ -31067,7 +31067,7 @@
31067
31067
  "class": ['v-time-picker', props.class],
31068
31068
  "style": props.style
31069
31069
  }), {
31070
- title: () => slots.title?.() ?? vue.createVNode("div", {
31070
+ title: () => slots.title?.() ?? vue.createElementVNode("div", {
31071
31071
  "class": "v-time-picker__title"
31072
31072
  }, [t(props.title)]),
31073
31073
  header: () => vue.createVNode(VTimePickerControls, vue.mergeProps(timePickerControlsProps, {
@@ -31134,7 +31134,7 @@
31134
31134
  "subgroup": true
31135
31135
  }), {
31136
31136
  ...slots,
31137
- activator: slots.activator ? slotProps => vue.createVNode(vue.Fragment, null, [vue.createVNode(VDefaultsProvider, {
31137
+ activator: slots.activator ? slotProps => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VDefaultsProvider, {
31138
31138
  "defaults": activatorDefaults.value
31139
31139
  }, {
31140
31140
  default: () => [slots.activator?.(slotProps)]
@@ -31200,7 +31200,7 @@
31200
31200
  }), {
31201
31201
  ...slots,
31202
31202
  prepend: hasPrepend ? slotProps => {
31203
- return vue.createVNode(vue.Fragment, null, [vue.createVNode(VListItemAction, {
31203
+ return vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VListItemAction, {
31204
31204
  "start": false
31205
31205
  }, {
31206
31206
  default: () => [props.toggleIcon ? vue.createVNode(VBtn, {
@@ -31217,7 +31217,7 @@
31217
31217
  "width": "2"
31218
31218
  }, null);
31219
31219
  }
31220
- }) : vue.createVNode("div", {
31220
+ }) : vue.createElementVNode("div", {
31221
31221
  "class": "v-treeview-item__level"
31222
31222
  }, null)]
31223
31223
  }), slots.prepend?.(slotProps)]);
@@ -31286,7 +31286,7 @@
31286
31286
  } = item;
31287
31287
  const loading = isLoading.has(item.value);
31288
31288
  const slotsWithItem = {
31289
- prepend: slotProps => vue.createVNode(vue.Fragment, null, [props.selectable && (!children || children && !['leaf', 'single-leaf'].includes(props.selectStrategy)) && vue.createVNode("div", null, [vue.createVNode(VCheckboxBtn, {
31289
+ prepend: slotProps => vue.createElementVNode(vue.Fragment, null, [props.selectable && (!children || children && !['leaf', 'single-leaf'].includes(props.selectStrategy)) && vue.createElementVNode("div", null, [vue.createVNode(VCheckboxBtn, {
31290
31290
  "key": item.value,
31291
31291
  "modelValue": slotProps.isSelected,
31292
31292
  "disabled": props.disabled,
@@ -32015,7 +32015,7 @@
32015
32015
  };
32016
32016
  });
32017
32017
  }
32018
- const version$1 = "3.8.6-master.2025-05-24";
32018
+ const version$1 = "3.8.6-master.2025-05-26";
32019
32019
  createVuetify$1.version = version$1;
32020
32020
 
32021
32021
  // Vue's inject() can only be used in setup
@@ -32313,7 +32313,7 @@
32313
32313
 
32314
32314
  /* eslint-disable local-rules/sort-imports */
32315
32315
 
32316
- const version = "3.8.6-master.2025-05-24";
32316
+ const version = "3.8.6-master.2025-05-26";
32317
32317
 
32318
32318
  /* eslint-disable local-rules/sort-imports */
32319
32319