@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.
- package/CHANGELOG.md +6 -3
- package/dist/json/attributes.json +3745 -3745
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +174 -174
- package/dist/json/web-types.json +6589 -6589
- package/dist/vuetify-labs.cjs +868 -868
- package/dist/vuetify-labs.css +2585 -2585
- package/dist/vuetify-labs.d.ts +58 -58
- package/dist/vuetify-labs.esm.js +869 -869
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +868 -868
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +755 -755
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3542 -3542
- package/dist/vuetify.d.ts +58 -58
- package/dist/vuetify.esm.js +756 -756
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +755 -755
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +958 -958
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.js +11 -11
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VApp/VApp.js +5 -5
- package/lib/components/VApp/VApp.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +9 -9
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.js +4 -4
- package/lib/components/VAvatar/VAvatar.js.map +1 -1
- package/lib/components/VBadge/VBadge.js +3 -3
- package/lib/components/VBadge/VBadge.js.map +1 -1
- package/lib/components/VBanner/VBanner.js +6 -6
- package/lib/components/VBanner/VBanner.js.map +1 -1
- package/lib/components/VBanner/VBannerActions.js +4 -4
- package/lib/components/VBanner/VBannerActions.js.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.js +6 -6
- package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js +5 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.js +4 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js +5 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
- package/lib/components/VBtn/VBtn.js +7 -7
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.js +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VCard/VCard.js +5 -5
- package/lib/components/VCard/VCard.js.map +1 -1
- package/lib/components/VCard/VCardActions.js +4 -4
- package/lib/components/VCard/VCardActions.js.map +1 -1
- package/lib/components/VCard/VCardItem.js +9 -9
- package/lib/components/VCard/VCardItem.js.map +1 -1
- package/lib/components/VCard/VCardSubtitle.js +4 -4
- package/lib/components/VCard/VCardSubtitle.js.map +1 -1
- package/lib/components/VCard/VCardText.js +4 -4
- package/lib/components/VCard/VCardText.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.js +4 -4
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VChip/VChip.js +11 -11
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.js +3 -3
- package/lib/components/VColorPicker/VColorPicker.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.js +9 -9
- package/lib/components/VColorPicker/VColorPickerCanvas.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.js +6 -6
- package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js +11 -11
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js +10 -10
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +9 -9
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.js +3 -3
- package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.js +3 -3
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.js.map +1 -1
- package/lib/components/VCounter/VCounter.js +5 -5
- package/lib/components/VCounter/VCounter.js.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.js +5 -5
- package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.js +4 -4
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.js +5 -5
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableFooter.js +6 -6
- package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js +7 -7
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +11 -11
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.js +6 -6
- package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.js +7 -7
- package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.js +4 -4
- package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.js +14 -14
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +3 -3
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.js +5 -5
- package/lib/components/VDatePicker/VDatePickerControls.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.js +8 -8
- package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +10 -10
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.js +5 -5
- package/lib/components/VDatePicker/VDatePickerMonths.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +5 -5
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.browser.js +5 -5
- package/lib/components/VDialog/__test__/VDialog.spec.browser.js.map +1 -1
- package/lib/components/VDivider/VDivider.js +10 -10
- package/lib/components/VDivider/VDivider.js.map +1 -1
- package/lib/components/VEmptyState/VEmptyState.js +14 -14
- package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.js +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanel.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.js +5 -5
- package/lib/components/VExpansionPanel/VExpansionPanelText.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.js +10 -10
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.js +4 -4
- package/lib/components/VExpansionPanel/VExpansionPanels.js.map +1 -1
- package/lib/components/VFab/VFab.js +7 -7
- package/lib/components/VFab/VFab.js.map +1 -1
- package/lib/components/VField/VField.js +16 -16
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VField/VFieldLabel.js +4 -4
- package/lib/components/VField/VFieldLabel.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +5 -5
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VFooter/VFooter.js +4 -4
- package/lib/components/VFooter/VFooter.js.map +1 -1
- package/lib/components/VForm/VForm.js +4 -4
- package/lib/components/VForm/VForm.js.map +1 -1
- package/lib/components/VGrid/VContainer.js +4 -4
- package/lib/components/VGrid/VContainer.js.map +1 -1
- package/lib/components/VIcon/VIcon.js +5 -5
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VImg/VImg.js +19 -19
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +10 -10
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
- package/lib/components/VInput/VInput.js +9 -9
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.js +3 -3
- package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
- package/lib/components/VLabel/VLabel.js +5 -5
- package/lib/components/VLabel/VLabel.js.map +1 -1
- package/lib/components/VLayout/VLayout.js +4 -4
- package/lib/components/VLayout/VLayout.js.map +1 -1
- package/lib/components/VLayout/VLayoutItem.js +4 -4
- package/lib/components/VLayout/VLayoutItem.js.map +1 -1
- package/lib/components/VLazy/VLazy.js +6 -6
- package/lib/components/VLazy/VLazy.js.map +1 -1
- package/lib/components/VList/VList.js +4 -4
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListGroup.js +5 -5
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.js +11 -11
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/VListItemAction.js +4 -4
- package/lib/components/VList/VListItemAction.js.map +1 -1
- package/lib/components/VList/VListItemMedia.js +4 -4
- package/lib/components/VList/VListItemMedia.js.map +1 -1
- package/lib/components/VList/VListItemSubtitle.js +4 -4
- package/lib/components/VList/VListItemSubtitle.js.map +1 -1
- package/lib/components/VList/VListSubheader.js +6 -6
- package/lib/components/VList/VListSubheader.js.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.js +4 -4
- package/lib/components/VLocaleProvider/VLocaleProvider.js.map +1 -1
- package/lib/components/VMain/VMain.js +5 -5
- package/lib/components/VMain/VMain.js.map +1 -1
- package/lib/components/VMessages/VMessages.js +4 -4
- package/lib/components/VMessages/VMessages.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js +7 -7
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +8 -8
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +7 -7
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.js +8 -8
- package/lib/components/VOverlay/VOverlay.js.map +1 -1
- package/lib/components/VPagination/VPagination.js +11 -11
- package/lib/components/VPagination/VPagination.js.map +1 -1
- package/lib/components/VParallax/VParallax.js +4 -4
- package/lib/components/VParallax/VParallax.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.js +12 -12
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.js +26 -26
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.js +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.js +5 -5
- package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/lib/components/VRating/VRating.js +14 -14
- package/lib/components/VRating/VRating.js.map +1 -1
- package/lib/components/VResponsive/VResponsive.js +9 -9
- package/lib/components/VResponsive/VResponsive.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +7 -7
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.js +11 -11
- package/lib/components/VSelectionControl/VSelectionControl.js.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.js +5 -5
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.js.map +1 -1
- package/lib/components/VSheet/VSheet.js +3 -3
- package/lib/components/VSheet/VSheet.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js +4 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js +12 -12
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSlider/VSlider.js +4 -4
- package/lib/components/VSlider/VSlider.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.js +19 -19
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/components/VSlider/VSliderTrack.js +23 -23
- package/lib/components/VSlider/VSliderTrack.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.js +4 -4
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js +3 -3
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSparkline/VBarline.js +12 -12
- package/lib/components/VSparkline/VBarline.js.map +1 -1
- package/lib/components/VSparkline/VTrendline.js +8 -8
- package/lib/components/VSparkline/VTrendline.js.map +1 -1
- package/lib/components/VStepper/VStepper.js +2 -2
- package/lib/components/VStepper/VStepper.js.map +1 -1
- package/lib/components/VStepper/VStepperActions.js +2 -2
- package/lib/components/VStepper/VStepperActions.js.map +1 -1
- package/lib/components/VStepper/VStepperItem.js +10 -10
- package/lib/components/VStepper/VStepperItem.js.map +1 -1
- package/lib/components/VSwitch/VSwitch.js +10 -10
- package/lib/components/VSwitch/VSwitch.js.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.js +4 -4
- package/lib/components/VSystemBar/VSystemBar.js.map +1 -1
- package/lib/components/VTable/VTable.js +8 -8
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTabs/VTab.js +4 -4
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTabs/VTabs.js +2 -2
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +12 -12
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.js +10 -10
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.js +3 -3
- package/lib/components/VThemeProvider/VThemeProvider.js.map +1 -1
- package/lib/components/VTimeline/VTimeline.js +5 -5
- package/lib/components/VTimeline/VTimeline.js.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.js +17 -17
- package/lib/components/VTimeline/VTimelineDivider.js.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.js +9 -9
- package/lib/components/VTimeline/VTimelineItem.js.map +1 -1
- package/lib/components/VToolbar/VToolbar.js +13 -13
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.js +4 -4
- package/lib/components/VToolbar/VToolbarItems.js.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.js +4 -4
- package/lib/components/VToolbar/VToolbarTitle.js.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.js +13 -13
- package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.js +3 -3
- package/lib/components/VVirtualScroll/VVirtualScrollItem.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +13 -13
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/components/VWindow/VWindowItem.js +6 -6
- package/lib/components/VWindow/VWindowItem.js.map +1 -1
- package/lib/composables/filter.js +8 -8
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/icons.js +6 -6
- package/lib/composables/icons.js.map +1 -1
- package/lib/composables/loader.js +3 -3
- package/lib/composables/loader.js.map +1 -1
- package/lib/composables/variant.js +5 -5
- package/lib/composables/variant.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -58
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.js +15 -15
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarDay.js +4 -4
- package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.js +4 -4
- package/lib/labs/VCalendar/VCalendarHeader.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.js +10 -10
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js +2 -2
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.js +6 -6
- package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.js +3 -3
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +2 -2
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +9 -9
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.js +3 -3
- package/lib/labs/VFileUpload/VFileUploadItem.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js +7 -7
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/VPicker/VPicker.js +7 -7
- package/lib/labs/VPicker/VPicker.js.map +1 -1
- package/lib/labs/VPullToRefresh/VPullToRefresh.js +13 -13
- package/lib/labs/VPullToRefresh/VPullToRefresh.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.js +2 -2
- package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js +5 -5
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
- package/lib/labs/VTimePicker/VTimePicker.js +2 -2
- package/lib/labs/VTimePicker/VTimePicker.js.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js +15 -15
- package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.js +24 -24
- package/lib/labs/VTimePicker/VTimePickerControls.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.js +2 -2
- package/lib/labs/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.js +2 -2
- package/lib/labs/VTreeview/VTreeviewGroup.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.js +3 -3
- package/lib/labs/VTreeview/VTreeviewItem.js.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.esm.js
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.6-master.2025-05-
|
2
|
+
* Vuetify v3.8.6-master.2025-05-26
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
6
6
|
|
7
|
-
import { shallowRef, reactive, watchEffect, toRef, capitalize, unref, Fragment, isVNode, Comment, warn, getCurrentInstance as getCurrentInstance$1, ref, computed, provide, inject as inject$1, defineComponent as defineComponent$1, h, camelize, createVNode, mergeProps, toValue, onBeforeUnmount, watch, readonly, onMounted, useId, onDeactivated, onActivated, onScopeDispose, effectScope, toRaw, TransitionGroup, Transition, toRefs, isRef, onBeforeMount, nextTick, withDirectives,
|
7
|
+
import { shallowRef, reactive, watchEffect, toRef, capitalize, unref, Fragment, isVNode, Comment, warn, getCurrentInstance as getCurrentInstance$1, ref, computed, provide, inject as inject$1, defineComponent as defineComponent$1, h, camelize, createVNode, mergeProps, createElementVNode, normalizeClass, toValue, onBeforeUnmount, watch, readonly, onMounted, useId, onDeactivated, onActivated, onScopeDispose, effectScope, toRaw, normalizeStyle, TransitionGroup, Transition, toRefs, isRef, onBeforeMount, nextTick, withDirectives, vShow, onUpdated, Text, resolveDynamicComponent, toDisplayString, markRaw, Teleport, cloneVNode, createTextVNode, normalizeProps, guardReactiveProps, onUnmounted, onBeforeUpdate, withModifiers, vModelText, resolveComponent, render } from 'vue';
|
8
8
|
|
9
9
|
const IN_BROWSER = typeof window !== 'undefined';
|
10
10
|
const SUPPORTS_INTERSECTION = IN_BROWSER && 'IntersectionObserver' in window;
|
@@ -1654,18 +1654,18 @@ const VSvgIcon = defineComponent({
|
|
1654
1654
|
return createVNode(props.tag, mergeProps(attrs, {
|
1655
1655
|
"style": null
|
1656
1656
|
}), {
|
1657
|
-
default: () => [
|
1657
|
+
default: () => [createElementVNode("svg", {
|
1658
1658
|
"class": "v-icon__svg",
|
1659
1659
|
"xmlns": "http://www.w3.org/2000/svg",
|
1660
1660
|
"viewBox": "0 0 24 24",
|
1661
1661
|
"role": "img",
|
1662
1662
|
"aria-hidden": "true"
|
1663
|
-
}, [Array.isArray(props.icon) ? props.icon.map(path => Array.isArray(path) ?
|
1663
|
+
}, [Array.isArray(props.icon) ? props.icon.map(path => Array.isArray(path) ? createElementVNode("path", {
|
1664
1664
|
"d": path[0],
|
1665
1665
|
"fill-opacity": path[1]
|
1666
|
-
}, null) :
|
1666
|
+
}, null) : createElementVNode("path", {
|
1667
1667
|
"d": path
|
1668
|
-
}, null)) :
|
1668
|
+
}, null)) : createElementVNode("path", {
|
1669
1669
|
"d": props.icon
|
1670
1670
|
}, null)])]
|
1671
1671
|
});
|
@@ -1689,7 +1689,7 @@ const VClassIcon = defineComponent({
|
|
1689
1689
|
setup(props) {
|
1690
1690
|
return () => {
|
1691
1691
|
return createVNode(props.tag, {
|
1692
|
-
"class": props.icon
|
1692
|
+
"class": normalizeClass(props.icon)
|
1693
1693
|
}, null);
|
1694
1694
|
};
|
1695
1695
|
}
|
@@ -3154,11 +3154,11 @@ const VApp = genericComponent()({
|
|
3154
3154
|
const {
|
3155
3155
|
rtlClasses
|
3156
3156
|
} = useRtl();
|
3157
|
-
useRender(() =>
|
3157
|
+
useRender(() => createElementVNode("div", {
|
3158
3158
|
"ref": layoutRef,
|
3159
|
-
"class": ['v-application', theme.themeClasses.value, layoutClasses.value, rtlClasses.value, props.class],
|
3160
|
-
"style": [props.style]
|
3161
|
-
}, [
|
3159
|
+
"class": normalizeClass(['v-application', theme.themeClasses.value, layoutClasses.value, rtlClasses.value, props.class]),
|
3160
|
+
"style": normalizeStyle([props.style])
|
3161
|
+
}, [createElementVNode("div", {
|
3162
3162
|
"class": "v-application__wrap"
|
3163
3163
|
}, [slots.default?.()])]));
|
3164
3164
|
return {
|
@@ -3198,10 +3198,10 @@ const VToolbarTitle = genericComponent()({
|
|
3198
3198
|
useRender(() => {
|
3199
3199
|
const hasText = !!(slots.default || slots.text || props.text);
|
3200
3200
|
return createVNode(props.tag, {
|
3201
|
-
"class": ['v-toolbar-title', props.class],
|
3202
|
-
"style": props.style
|
3201
|
+
"class": normalizeClass(['v-toolbar-title', props.class]),
|
3202
|
+
"style": normalizeStyle(props.style)
|
3203
3203
|
}, {
|
3204
|
-
default: () => [hasText &&
|
3204
|
+
default: () => [hasText && createElementVNode("div", {
|
3205
3205
|
"class": "v-toolbar-title__placeholder"
|
3206
3206
|
}, [slots.text ? slots.text() : props.text, slots.default?.()])]
|
3207
3207
|
});
|
@@ -3661,16 +3661,16 @@ const VResponsive = genericComponent()({
|
|
3661
3661
|
const {
|
3662
3662
|
dimensionStyles
|
3663
3663
|
} = useDimension(props);
|
3664
|
-
useRender(() =>
|
3665
|
-
"class": ['v-responsive', {
|
3664
|
+
useRender(() => createElementVNode("div", {
|
3665
|
+
"class": normalizeClass(['v-responsive', {
|
3666
3666
|
'v-responsive--inline': props.inline
|
3667
|
-
}, props.class],
|
3668
|
-
"style": [dimensionStyles.value, props.style]
|
3669
|
-
}, [
|
3667
|
+
}, props.class]),
|
3668
|
+
"style": normalizeStyle([dimensionStyles.value, props.style])
|
3669
|
+
}, [createElementVNode("div", {
|
3670
3670
|
"class": "v-responsive__sizer",
|
3671
|
-
"style": aspectStyles.value
|
3672
|
-
}, null), slots.additional?.(), slots.default &&
|
3673
|
-
"class": ['v-responsive__content', props.contentClass]
|
3671
|
+
"style": normalizeStyle(aspectStyles.value)
|
3672
|
+
}, null), slots.additional?.(), slots.default && createElementVNode("div", {
|
3673
|
+
"class": normalizeClass(['v-responsive__content', props.contentClass])
|
3674
3674
|
}, [slots.default()])]));
|
3675
3675
|
return {};
|
3676
3676
|
}
|
@@ -3904,7 +3904,7 @@ const makeVImgProps = propsFactory({
|
|
3904
3904
|
const VImg = genericComponent()({
|
3905
3905
|
name: 'VImg',
|
3906
3906
|
directives: {
|
3907
|
-
|
3907
|
+
vIntersect: Intersect
|
3908
3908
|
},
|
3909
3909
|
props: makeVImgProps(),
|
3910
3910
|
emits: {
|
@@ -4033,11 +4033,11 @@ const VImg = genericComponent()({
|
|
4033
4033
|
}));
|
4034
4034
|
const __image = () => {
|
4035
4035
|
if (!normalisedSrc.value.src || state.value === 'idle') return null;
|
4036
|
-
const img =
|
4037
|
-
"class": ['v-img__img', containClasses.value],
|
4038
|
-
"style": {
|
4036
|
+
const img = createElementVNode("img", {
|
4037
|
+
"class": normalizeClass(['v-img__img', containClasses.value]),
|
4038
|
+
"style": normalizeStyle({
|
4039
4039
|
objectPosition: props.position
|
4040
|
-
},
|
4040
|
+
}),
|
4041
4041
|
"crossorigin": props.crossorigin,
|
4042
4042
|
"src": normalisedSrc.value.src,
|
4043
4043
|
"srcset": normalisedSrc.value.srcset,
|
@@ -4054,7 +4054,7 @@ const VImg = genericComponent()({
|
|
4054
4054
|
"transition": props.transition,
|
4055
4055
|
"appear": true
|
4056
4056
|
}, {
|
4057
|
-
default: () => [withDirectives(sources ?
|
4057
|
+
default: () => [withDirectives(sources ? createElementVNode("picture", {
|
4058
4058
|
"class": "v-img__picture"
|
4059
4059
|
}, [sources, img]) : img, [[vShow, state.value === 'loaded']])]
|
4060
4060
|
});
|
@@ -4062,11 +4062,11 @@ const VImg = genericComponent()({
|
|
4062
4062
|
const __preloadImage = () => createVNode(MaybeTransition, {
|
4063
4063
|
"transition": props.transition
|
4064
4064
|
}, {
|
4065
|
-
default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' &&
|
4066
|
-
"class": ['v-img__img', 'v-img__img--preload', containClasses.value],
|
4067
|
-
"style": {
|
4065
|
+
default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && createElementVNode("img", {
|
4066
|
+
"class": normalizeClass(['v-img__img', 'v-img__img--preload', containClasses.value]),
|
4067
|
+
"style": normalizeStyle({
|
4068
4068
|
objectPosition: props.position
|
4069
|
-
},
|
4069
|
+
}),
|
4070
4070
|
"crossorigin": props.crossorigin,
|
4071
4071
|
"src": normalisedSrc.value.lazySrc,
|
4072
4072
|
"alt": props.alt,
|
@@ -4080,7 +4080,7 @@ const VImg = genericComponent()({
|
|
4080
4080
|
"transition": props.transition,
|
4081
4081
|
"appear": true
|
4082
4082
|
}, {
|
4083
|
-
default: () => [(state.value === 'loading' || state.value === 'error' && !slots.error) &&
|
4083
|
+
default: () => [(state.value === 'loading' || state.value === 'error' && !slots.error) && createElementVNode("div", {
|
4084
4084
|
"class": "v-img__placeholder"
|
4085
4085
|
}, [slots.placeholder()])]
|
4086
4086
|
});
|
@@ -4091,18 +4091,18 @@ const VImg = genericComponent()({
|
|
4091
4091
|
"transition": props.transition,
|
4092
4092
|
"appear": true
|
4093
4093
|
}, {
|
4094
|
-
default: () => [state.value === 'error' &&
|
4094
|
+
default: () => [state.value === 'error' && createElementVNode("div", {
|
4095
4095
|
"class": "v-img__error"
|
4096
4096
|
}, [slots.error()])]
|
4097
4097
|
});
|
4098
4098
|
};
|
4099
4099
|
const __gradient = () => {
|
4100
4100
|
if (!props.gradient) return null;
|
4101
|
-
return
|
4101
|
+
return createElementVNode("div", {
|
4102
4102
|
"class": "v-img__gradient",
|
4103
|
-
"style": {
|
4103
|
+
"style": normalizeStyle({
|
4104
4104
|
backgroundImage: `linear-gradient(${props.gradient})`
|
4105
|
-
}
|
4105
|
+
})
|
4106
4106
|
}, null);
|
4107
4107
|
};
|
4108
4108
|
const isBooted = shallowRef(false);
|
@@ -4134,9 +4134,9 @@ const VImg = genericComponent()({
|
|
4134
4134
|
"aria-label": props.alt,
|
4135
4135
|
"role": props.alt ? 'img' : undefined
|
4136
4136
|
}), {
|
4137
|
-
additional: () =>
|
4137
|
+
additional: () => createElementVNode(Fragment, null, [createVNode(__image, null, null), createVNode(__preloadImage, null, null), createVNode(__gradient, null, null), createVNode(__placeholder, null, null), createVNode(__error, null, null)]),
|
4138
4138
|
default: slots.default
|
4139
|
-
}), [[
|
4139
|
+
}), [[Intersect, {
|
4140
4140
|
handler: init,
|
4141
4141
|
options: props.options
|
4142
4142
|
}, null, {
|
@@ -4279,16 +4279,16 @@ const VToolbar = genericComponent()({
|
|
4279
4279
|
const extension = slots.extension?.();
|
4280
4280
|
isExtended.value = !!(props.extended || extension);
|
4281
4281
|
return createVNode(props.tag, {
|
4282
|
-
"class": ['v-toolbar', {
|
4282
|
+
"class": normalizeClass(['v-toolbar', {
|
4283
4283
|
'v-toolbar--absolute': props.absolute,
|
4284
4284
|
'v-toolbar--collapse': props.collapse,
|
4285
4285
|
'v-toolbar--flat': props.flat,
|
4286
4286
|
'v-toolbar--floating': props.floating,
|
4287
4287
|
[`v-toolbar--density-${props.density}`]: true
|
4288
|
-
}, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class],
|
4289
|
-
"style": [backgroundColorStyles.value, props.style]
|
4288
|
+
}, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class]),
|
4289
|
+
"style": normalizeStyle([backgroundColorStyles.value, props.style])
|
4290
4290
|
}, {
|
4291
|
-
default: () => [hasImage &&
|
4291
|
+
default: () => [hasImage && createElementVNode("div", {
|
4292
4292
|
"key": "image",
|
4293
4293
|
"class": "v-toolbar__image"
|
4294
4294
|
}, [!slots.image ? createVNode(VImg, {
|
@@ -4311,19 +4311,19 @@ const VToolbar = genericComponent()({
|
|
4311
4311
|
}
|
4312
4312
|
}
|
4313
4313
|
}, {
|
4314
|
-
default: () => [
|
4314
|
+
default: () => [createElementVNode("div", {
|
4315
4315
|
"class": "v-toolbar__content",
|
4316
|
-
"style": {
|
4316
|
+
"style": normalizeStyle({
|
4317
4317
|
height: convertToUnit(contentHeight.value)
|
4318
|
-
}
|
4319
|
-
}, [slots.prepend &&
|
4318
|
+
})
|
4319
|
+
}, [slots.prepend && createElementVNode("div", {
|
4320
4320
|
"class": "v-toolbar__prepend"
|
4321
4321
|
}, [slots.prepend?.()]), hasTitle && createVNode(VToolbarTitle, {
|
4322
4322
|
"key": "title",
|
4323
4323
|
"text": props.title
|
4324
4324
|
}, {
|
4325
4325
|
text: slots.title
|
4326
|
-
}), slots.default?.(), slots.append &&
|
4326
|
+
}), slots.default?.(), slots.append && createElementVNode("div", {
|
4327
4327
|
"class": "v-toolbar__append"
|
4328
4328
|
}, [slots.append?.()])])]
|
4329
4329
|
}), createVNode(VDefaultsProvider, {
|
@@ -4334,11 +4334,11 @@ const VToolbar = genericComponent()({
|
|
4334
4334
|
}
|
4335
4335
|
}, {
|
4336
4336
|
default: () => [createVNode(VExpandTransition, null, {
|
4337
|
-
default: () => [isExtended.value &&
|
4337
|
+
default: () => [isExtended.value && createElementVNode("div", {
|
4338
4338
|
"class": "v-toolbar__extension",
|
4339
|
-
"style": {
|
4339
|
+
"style": normalizeStyle({
|
4340
4340
|
height: convertToUnit(extensionHeight.value)
|
4341
|
-
}
|
4341
|
+
})
|
4342
4342
|
}, [extension])]
|
4343
4343
|
})]
|
4344
4344
|
})]
|
@@ -4617,12 +4617,12 @@ function useDensity(props) {
|
|
4617
4617
|
|
4618
4618
|
const allowedVariants$2 = ['elevated', 'flat', 'tonal', 'outlined', 'text', 'plain'];
|
4619
4619
|
function genOverlays(isClickable, name) {
|
4620
|
-
return
|
4620
|
+
return createElementVNode(Fragment, null, [isClickable && createElementVNode("span", {
|
4621
4621
|
"key": "overlay",
|
4622
|
-
"class": `${name}__overlay`
|
4623
|
-
}, null),
|
4622
|
+
"class": normalizeClass(`${name}__overlay`)
|
4623
|
+
}, null), createElementVNode("span", {
|
4624
4624
|
"key": "underlay",
|
4625
|
-
"class": `${name}__underlay`
|
4625
|
+
"class": normalizeClass(`${name}__underlay`)
|
4626
4626
|
}, null)]);
|
4627
4627
|
}
|
4628
4628
|
const makeVariantProps = propsFactory({
|
@@ -4706,10 +4706,10 @@ const VBtnGroup = genericComponent()({
|
|
4706
4706
|
});
|
4707
4707
|
useRender(() => {
|
4708
4708
|
return createVNode(props.tag, {
|
4709
|
-
"class": ['v-btn-group', {
|
4709
|
+
"class": normalizeClass(['v-btn-group', {
|
4710
4710
|
'v-btn-group--divided': props.divided
|
4711
|
-
}, themeClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
4712
|
-
"style": props.style
|
4711
|
+
}, themeClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
|
4712
|
+
"style": normalizeStyle(props.style)
|
4713
4713
|
}, slots);
|
4714
4714
|
});
|
4715
4715
|
}
|
@@ -5066,19 +5066,19 @@ const VIcon = genericComponent()({
|
|
5066
5066
|
return createVNode(iconData.value.component, {
|
5067
5067
|
"tag": props.tag,
|
5068
5068
|
"icon": iconData.value.icon,
|
5069
|
-
"class": ['v-icon', 'notranslate', themeClasses.value, sizeClasses.value, textColorClasses.value, {
|
5069
|
+
"class": normalizeClass(['v-icon', 'notranslate', themeClasses.value, sizeClasses.value, textColorClasses.value, {
|
5070
5070
|
'v-icon--clickable': hasClick,
|
5071
5071
|
'v-icon--disabled': props.disabled,
|
5072
5072
|
'v-icon--start': props.start,
|
5073
5073
|
'v-icon--end': props.end
|
5074
|
-
}, props.class],
|
5075
|
-
"style": [{
|
5074
|
+
}, props.class]),
|
5075
|
+
"style": normalizeStyle([{
|
5076
5076
|
'--v-icon-opacity': props.opacity
|
5077
5077
|
}, !sizeClasses.value ? {
|
5078
5078
|
fontSize: convertToUnit(props.size),
|
5079
5079
|
height: convertToUnit(props.size),
|
5080
5080
|
width: convertToUnit(props.size)
|
5081
|
-
} : undefined, textColorStyles.value, props.style],
|
5081
|
+
} : undefined, textColorStyles.value, props.style]),
|
5082
5082
|
"role": hasClick ? 'button' : undefined,
|
5083
5083
|
"aria-hidden": !hasClick,
|
5084
5084
|
"tabindex": hasClick ? props.disabled ? -1 : 0 : undefined
|
@@ -5190,26 +5190,26 @@ const VProgressCircular = genericComponent()({
|
|
5190
5190
|
});
|
5191
5191
|
useRender(() => createVNode(props.tag, {
|
5192
5192
|
"ref": root,
|
5193
|
-
"class": ['v-progress-circular', {
|
5193
|
+
"class": normalizeClass(['v-progress-circular', {
|
5194
5194
|
'v-progress-circular--indeterminate': !!props.indeterminate,
|
5195
5195
|
'v-progress-circular--visible': isIntersecting.value,
|
5196
5196
|
'v-progress-circular--disable-shrink': props.indeterminate === 'disable-shrink'
|
5197
|
-
}, themeClasses.value, sizeClasses.value, textColorClasses.value, props.class],
|
5198
|
-
"style": [sizeStyles.value, textColorStyles.value, props.style],
|
5197
|
+
}, themeClasses.value, sizeClasses.value, textColorClasses.value, props.class]),
|
5198
|
+
"style": normalizeStyle([sizeStyles.value, textColorStyles.value, props.style]),
|
5199
5199
|
"role": "progressbar",
|
5200
5200
|
"aria-valuemin": "0",
|
5201
5201
|
"aria-valuemax": "100",
|
5202
5202
|
"aria-valuenow": props.indeterminate ? undefined : normalizedValue.value
|
5203
5203
|
}, {
|
5204
|
-
default: () => [
|
5205
|
-
"style": {
|
5204
|
+
default: () => [createElementVNode("svg", {
|
5205
|
+
"style": normalizeStyle({
|
5206
5206
|
transform: `rotate(calc(-90deg + ${Number(props.rotate)}deg))`
|
5207
|
-
},
|
5207
|
+
}),
|
5208
5208
|
"xmlns": "http://www.w3.org/2000/svg",
|
5209
5209
|
"viewBox": `0 0 ${diameter.value} ${diameter.value}`
|
5210
|
-
}, [
|
5211
|
-
"class": ['v-progress-circular__underlay', underlayColorClasses.value],
|
5212
|
-
"style": underlayColorStyles.value,
|
5210
|
+
}, [createElementVNode("circle", {
|
5211
|
+
"class": normalizeClass(['v-progress-circular__underlay', underlayColorClasses.value]),
|
5212
|
+
"style": normalizeStyle(underlayColorStyles.value),
|
5213
5213
|
"fill": "transparent",
|
5214
5214
|
"cx": "50%",
|
5215
5215
|
"cy": "50%",
|
@@ -5217,7 +5217,7 @@ const VProgressCircular = genericComponent()({
|
|
5217
5217
|
"stroke-width": strokeWidth.value,
|
5218
5218
|
"stroke-dasharray": CIRCUMFERENCE,
|
5219
5219
|
"stroke-dashoffset": 0
|
5220
|
-
}, null),
|
5220
|
+
}, null), createElementVNode("circle", {
|
5221
5221
|
"class": "v-progress-circular__overlay",
|
5222
5222
|
"fill": "transparent",
|
5223
5223
|
"cx": "50%",
|
@@ -5226,7 +5226,7 @@ const VProgressCircular = genericComponent()({
|
|
5226
5226
|
"stroke-width": strokeWidth.value,
|
5227
5227
|
"stroke-dasharray": CIRCUMFERENCE,
|
5228
5228
|
"stroke-dashoffset": strokeDashOffset.value
|
5229
|
-
}, null)]), slots.default &&
|
5229
|
+
}, null)]), slots.default && createElementVNode("div", {
|
5230
5230
|
"class": "v-progress-circular__content"
|
5231
5231
|
}, [slots.default({
|
5232
5232
|
value: normalizedValue.value
|
@@ -5400,21 +5400,21 @@ const VProgressLinear = genericComponent()({
|
|
5400
5400
|
}
|
5401
5401
|
useRender(() => createVNode(props.tag, {
|
5402
5402
|
"ref": intersectionRef,
|
5403
|
-
"class": ['v-progress-linear', {
|
5403
|
+
"class": normalizeClass(['v-progress-linear', {
|
5404
5404
|
'v-progress-linear--absolute': props.absolute,
|
5405
5405
|
'v-progress-linear--active': props.active && isIntersecting.value,
|
5406
5406
|
'v-progress-linear--reverse': isReversed.value,
|
5407
5407
|
'v-progress-linear--rounded': props.rounded,
|
5408
5408
|
'v-progress-linear--rounded-bar': props.roundedBar,
|
5409
5409
|
'v-progress-linear--striped': props.striped
|
5410
|
-
}, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class],
|
5411
|
-
"style": [{
|
5410
|
+
}, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class]),
|
5411
|
+
"style": normalizeStyle([{
|
5412
5412
|
bottom: props.location === 'bottom' ? 0 : undefined,
|
5413
5413
|
top: props.location === 'top' ? 0 : undefined,
|
5414
5414
|
height: props.active ? convertToUnit(height.value) : 0,
|
5415
5415
|
'--v-progress-linear-height': convertToUnit(height.value),
|
5416
5416
|
...(props.absolute ? locationStyles.value : {})
|
5417
|
-
}, props.style],
|
5417
|
+
}, props.style]),
|
5418
5418
|
"role": "progressbar",
|
5419
5419
|
"aria-hidden": props.active ? 'false' : 'true',
|
5420
5420
|
"aria-valuemin": "0",
|
@@ -5422,10 +5422,10 @@ const VProgressLinear = genericComponent()({
|
|
5422
5422
|
"aria-valuenow": props.indeterminate ? undefined : Math.min(parseFloat(progress.value), max.value),
|
5423
5423
|
"onClick": props.clickable && handleClick
|
5424
5424
|
}, {
|
5425
|
-
default: () => [props.stream &&
|
5425
|
+
default: () => [props.stream && createElementVNode("div", {
|
5426
5426
|
"key": "stream",
|
5427
|
-
"class": ['v-progress-linear__stream', textColorClasses.value],
|
5428
|
-
"style": {
|
5427
|
+
"class": normalizeClass(['v-progress-linear__stream', textColorClasses.value]),
|
5428
|
+
"style": normalizeStyle({
|
5429
5429
|
...textColorStyles.value,
|
5430
5430
|
[isReversed.value ? 'left' : 'right']: convertToUnit(-height.value),
|
5431
5431
|
borderTop: `${convertToUnit(height.value / 2)} dotted`,
|
@@ -5433,35 +5433,35 @@ const VProgressLinear = genericComponent()({
|
|
5433
5433
|
top: `calc(50% - ${convertToUnit(height.value / 4)})`,
|
5434
5434
|
width: convertToUnit(100 - normalizedBuffer.value, '%'),
|
5435
5435
|
'--v-progress-linear-stream-to': convertToUnit(height.value * (isReversed.value ? 1 : -1))
|
5436
|
-
}
|
5437
|
-
}, null),
|
5438
|
-
"class": ['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined],
|
5439
|
-
"style": [backgroundColorStyles.value, {
|
5436
|
+
})
|
5437
|
+
}, null), createElementVNode("div", {
|
5438
|
+
"class": normalizeClass(['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
|
5439
|
+
"style": normalizeStyle([backgroundColorStyles.value, {
|
5440
5440
|
opacity: parseFloat(props.bgOpacity),
|
5441
5441
|
width: props.stream ? 0 : undefined
|
5442
|
-
}]
|
5443
|
-
}, null),
|
5444
|
-
"class": ['v-progress-linear__buffer', !isForcedColorsModeActive ? bufferColorClasses.value : undefined],
|
5445
|
-
"style": [bufferColorStyles.value, {
|
5442
|
+
}])
|
5443
|
+
}, null), createElementVNode("div", {
|
5444
|
+
"class": normalizeClass(['v-progress-linear__buffer', !isForcedColorsModeActive ? bufferColorClasses.value : undefined]),
|
5445
|
+
"style": normalizeStyle([bufferColorStyles.value, {
|
5446
5446
|
opacity: parseFloat(props.bufferOpacity),
|
5447
5447
|
width: convertToUnit(normalizedBuffer.value, '%')
|
5448
|
-
}]
|
5448
|
+
}])
|
5449
5449
|
}, null), createVNode(Transition, {
|
5450
5450
|
"name": transition.value
|
5451
5451
|
}, {
|
5452
|
-
default: () => [!props.indeterminate ?
|
5453
|
-
"class": ['v-progress-linear__determinate', !isForcedColorsModeActive ? barColorClasses.value : undefined],
|
5454
|
-
"style": [barColorStyles.value, {
|
5452
|
+
default: () => [!props.indeterminate ? createElementVNode("div", {
|
5453
|
+
"class": normalizeClass(['v-progress-linear__determinate', !isForcedColorsModeActive ? barColorClasses.value : undefined]),
|
5454
|
+
"style": normalizeStyle([barColorStyles.value, {
|
5455
5455
|
width: convertToUnit(normalizedValue.value, '%')
|
5456
|
-
}]
|
5457
|
-
}, null) :
|
5456
|
+
}])
|
5457
|
+
}, null) : createElementVNode("div", {
|
5458
5458
|
"class": "v-progress-linear__indeterminate"
|
5459
|
-
}, [['long', 'short'].map(bar =>
|
5459
|
+
}, [['long', 'short'].map(bar => createElementVNode("div", {
|
5460
5460
|
"key": bar,
|
5461
|
-
"class": ['v-progress-linear__indeterminate', bar, !isForcedColorsModeActive ? barColorClasses.value : undefined],
|
5462
|
-
"style": barColorStyles.value
|
5461
|
+
"class": normalizeClass(['v-progress-linear__indeterminate', bar, !isForcedColorsModeActive ? barColorClasses.value : undefined]),
|
5462
|
+
"style": normalizeStyle(barColorStyles.value)
|
5463
5463
|
}, null))])]
|
5464
|
-
}), slots.default &&
|
5464
|
+
}), slots.default && createElementVNode("div", {
|
5465
5465
|
"class": "v-progress-linear__content"
|
5466
5466
|
}, [slots.default({
|
5467
5467
|
value: normalizedValue.value,
|
@@ -5491,8 +5491,8 @@ function LoaderSlot(props, _ref) {
|
|
5491
5491
|
let {
|
5492
5492
|
slots
|
5493
5493
|
} = _ref;
|
5494
|
-
return
|
5495
|
-
"class": `${props.name}__loader`
|
5494
|
+
return createElementVNode("div", {
|
5495
|
+
"class": normalizeClass(`${props.name}__loader`)
|
5496
5496
|
}, [slots.default?.({
|
5497
5497
|
color: props.color,
|
5498
5498
|
isActive: props.active
|
@@ -6082,7 +6082,7 @@ const VBtn = genericComponent()({
|
|
6082
6082
|
"onClick": onClick,
|
6083
6083
|
"value": valueAttr.value
|
6084
6084
|
}, link.linkProps), {
|
6085
|
-
default: () => [genOverlays(true, 'v-btn'), !props.icon && hasPrepend &&
|
6085
|
+
default: () => [genOverlays(true, 'v-btn'), !props.icon && hasPrepend && createElementVNode("span", {
|
6086
6086
|
"key": "prepend",
|
6087
6087
|
"class": "v-btn__prepend"
|
6088
6088
|
}, [!slots.prepend ? createVNode(VIcon, {
|
@@ -6096,7 +6096,7 @@ const VBtn = genericComponent()({
|
|
6096
6096
|
icon: props.prependIcon
|
6097
6097
|
}
|
6098
6098
|
}
|
6099
|
-
}, slots.prepend)]),
|
6099
|
+
}, slots.prepend)]), createElementVNode("span", {
|
6100
6100
|
"class": "v-btn__content",
|
6101
6101
|
"data-no-activator": ""
|
6102
6102
|
}, [!slots.default && hasIcon ? createVNode(VIcon, {
|
@@ -6112,7 +6112,7 @@ const VBtn = genericComponent()({
|
|
6112
6112
|
}
|
6113
6113
|
}, {
|
6114
6114
|
default: () => [slots.default?.() ?? toDisplayString(props.text)]
|
6115
|
-
})]), !props.icon && hasAppend &&
|
6115
|
+
})]), !props.icon && hasAppend && createElementVNode("span", {
|
6116
6116
|
"key": "append",
|
6117
6117
|
"class": "v-btn__append"
|
6118
6118
|
}, [!slots.append ? createVNode(VIcon, {
|
@@ -6126,7 +6126,7 @@ const VBtn = genericComponent()({
|
|
6126
6126
|
icon: props.appendIcon
|
6127
6127
|
}
|
6128
6128
|
}
|
6129
|
-
}, slots.append)]), !!props.loading &&
|
6129
|
+
}, slots.append)]), !!props.loading && createElementVNode("span", {
|
6130
6130
|
"key": "loader",
|
6131
6131
|
"class": "v-btn__loader"
|
6132
6132
|
}, [slots.loader?.() ?? createVNode(VProgressCircular, {
|
@@ -6299,20 +6299,20 @@ const VAlert = genericComponent()({
|
|
6299
6299
|
const hasTitle = !!(slots.title || props.title);
|
6300
6300
|
const hasClose = !!(slots.close || props.closable);
|
6301
6301
|
return isActive.value && createVNode(props.tag, {
|
6302
|
-
"class": ['v-alert', props.border && {
|
6302
|
+
"class": normalizeClass(['v-alert', props.border && {
|
6303
6303
|
'v-alert--border': !!props.border,
|
6304
6304
|
[`v-alert--border-${props.border === true ? 'start' : props.border}`]: true
|
6305
6305
|
}, {
|
6306
6306
|
'v-alert--prominent': props.prominent
|
6307
|
-
}, themeClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, variantClasses.value, props.class],
|
6308
|
-
"style": [colorStyles.value, dimensionStyles.value, locationStyles.value, props.style],
|
6307
|
+
}, themeClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, variantClasses.value, props.class]),
|
6308
|
+
"style": normalizeStyle([colorStyles.value, dimensionStyles.value, locationStyles.value, props.style]),
|
6309
6309
|
"role": "alert"
|
6310
6310
|
}, {
|
6311
|
-
default: () => [genOverlays(false, 'v-alert'), props.border &&
|
6311
|
+
default: () => [genOverlays(false, 'v-alert'), props.border && createElementVNode("div", {
|
6312
6312
|
"key": "border",
|
6313
|
-
"class": ['v-alert__border', textColorClasses.value],
|
6314
|
-
"style": textColorStyles.value
|
6315
|
-
}, null), hasPrepend &&
|
6313
|
+
"class": normalizeClass(['v-alert__border', textColorClasses.value]),
|
6314
|
+
"style": normalizeStyle(textColorStyles.value)
|
6315
|
+
}, null), hasPrepend && createElementVNode("div", {
|
6316
6316
|
"key": "prepend",
|
6317
6317
|
"class": "v-alert__prepend"
|
6318
6318
|
}, [!slots.prepend ? createVNode(VIcon, {
|
@@ -6330,16 +6330,16 @@ const VAlert = genericComponent()({
|
|
6330
6330
|
size: props.prominent ? 44 : 28
|
6331
6331
|
}
|
6332
6332
|
}
|
6333
|
-
}, slots.prepend)]),
|
6333
|
+
}, slots.prepend)]), createElementVNode("div", {
|
6334
6334
|
"class": "v-alert__content"
|
6335
6335
|
}, [hasTitle && createVNode(VAlertTitle, {
|
6336
6336
|
"key": "title"
|
6337
6337
|
}, {
|
6338
6338
|
default: () => [slots.title?.() ?? props.title]
|
6339
|
-
}), slots.text?.() ?? props.text, slots.default?.()]), slots.append &&
|
6339
|
+
}), slots.text?.() ?? props.text, slots.default?.()]), slots.append && createElementVNode("div", {
|
6340
6340
|
"key": "append",
|
6341
6341
|
"class": "v-alert__append"
|
6342
|
-
}, [slots.append()]), hasClose &&
|
6342
|
+
}, [slots.append()]), hasClose && createElementVNode("div", {
|
6343
6343
|
"key": "close",
|
6344
6344
|
"class": "v-alert__close"
|
6345
6345
|
}, [!slots.close ? createVNode(VBtn, mergeProps({
|
@@ -6412,11 +6412,11 @@ const VAvatar = genericComponent()({
|
|
6412
6412
|
sizeStyles
|
6413
6413
|
} = useSize(props);
|
6414
6414
|
useRender(() => createVNode(props.tag, {
|
6415
|
-
"class": ['v-avatar', {
|
6415
|
+
"class": normalizeClass(['v-avatar', {
|
6416
6416
|
'v-avatar--start': props.start,
|
6417
6417
|
'v-avatar--end': props.end
|
6418
|
-
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, props.class],
|
6419
|
-
"style": [colorStyles.value, sizeStyles.value, props.style]
|
6418
|
+
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, props.class]),
|
6419
|
+
"style": normalizeStyle([colorStyles.value, sizeStyles.value, props.style])
|
6420
6420
|
}, {
|
6421
6421
|
default: () => [!slots.default ? props.image ? createVNode(VImg, {
|
6422
6422
|
"key": "image",
|
@@ -6458,11 +6458,11 @@ const VLabel = genericComponent()({
|
|
6458
6458
|
let {
|
6459
6459
|
slots
|
6460
6460
|
} = _ref;
|
6461
|
-
useRender(() =>
|
6462
|
-
"class": ['v-label', {
|
6461
|
+
useRender(() => createElementVNode("label", {
|
6462
|
+
"class": normalizeClass(['v-label', {
|
6463
6463
|
'v-label--clickable': !!props.onClick
|
6464
|
-
}, props.class],
|
6465
|
-
"style": props.style,
|
6464
|
+
}, props.class]),
|
6465
|
+
"style": normalizeStyle(props.style),
|
6466
6466
|
"onClick": props.onClick
|
6467
6467
|
}, [props.text, slots.default?.()]));
|
6468
6468
|
return {};
|
@@ -6557,11 +6557,11 @@ const VSelectionControlGroup = genericComponent()({
|
|
6557
6557
|
valueComparator: toRef(() => props.valueComparator)
|
6558
6558
|
}
|
6559
6559
|
});
|
6560
|
-
useRender(() =>
|
6561
|
-
"class": ['v-selection-control-group', {
|
6560
|
+
useRender(() => createElementVNode("div", {
|
6561
|
+
"class": normalizeClass(['v-selection-control-group', {
|
6562
6562
|
'v-selection-control-group--inline': props.inline
|
6563
|
-
}, props.class],
|
6564
|
-
"style": props.style,
|
6563
|
+
}, props.class]),
|
6564
|
+
"style": normalizeStyle(props.style),
|
6565
6565
|
"role": props.type === 'radio' ? 'radiogroup' : undefined
|
6566
6566
|
}, [slots.default?.()]));
|
6567
6567
|
return {};
|
@@ -6637,7 +6637,7 @@ function useSelectionControl(props) {
|
|
6637
6637
|
const VSelectionControl = genericComponent()({
|
6638
6638
|
name: 'VSelectionControl',
|
6639
6639
|
directives: {
|
6640
|
-
Ripple
|
6640
|
+
vRipple: Ripple
|
6641
6641
|
},
|
6642
6642
|
inheritAttrs: false,
|
6643
6643
|
props: makeVSelectionControlProps(),
|
@@ -6708,7 +6708,7 @@ const VSelectionControl = genericComponent()({
|
|
6708
6708
|
}
|
6709
6709
|
}) : props.label;
|
6710
6710
|
const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
|
6711
|
-
const inputNode =
|
6711
|
+
const inputNode = createElementVNode("input", mergeProps({
|
6712
6712
|
"ref": input,
|
6713
6713
|
"checked": model.value,
|
6714
6714
|
"disabled": !!props.disabled,
|
@@ -6723,7 +6723,7 @@ const VSelectionControl = genericComponent()({
|
|
6723
6723
|
"name": props.name,
|
6724
6724
|
"aria-checked": props.type === 'checkbox' ? model.value : undefined
|
6725
6725
|
}, inputAttrs), null);
|
6726
|
-
return
|
6726
|
+
return createElementVNode("div", mergeProps({
|
6727
6727
|
"class": ['v-selection-control', {
|
6728
6728
|
'v-selection-control--dirty': model.value,
|
6729
6729
|
'v-selection-control--disabled': props.disabled,
|
@@ -6734,13 +6734,13 @@ const VSelectionControl = genericComponent()({
|
|
6734
6734
|
}, densityClasses.value, props.class]
|
6735
6735
|
}, rootAttrs, {
|
6736
6736
|
"style": props.style
|
6737
|
-
}), [
|
6738
|
-
"class": ['v-selection-control__wrapper', textColorClasses.value],
|
6739
|
-
"style": textColorStyles.value
|
6737
|
+
}), [createElementVNode("div", {
|
6738
|
+
"class": normalizeClass(['v-selection-control__wrapper', textColorClasses.value]),
|
6739
|
+
"style": normalizeStyle(textColorStyles.value)
|
6740
6740
|
}, [slots.default?.({
|
6741
6741
|
backgroundColorClasses,
|
6742
6742
|
backgroundColorStyles
|
6743
|
-
}), withDirectives(
|
6743
|
+
}), withDirectives(createElementVNode("div", {
|
6744
6744
|
"class": ['v-selection-control__input']
|
6745
6745
|
}, [slots.input?.({
|
6746
6746
|
model,
|
@@ -6755,10 +6755,10 @@ const VSelectionControl = genericComponent()({
|
|
6755
6755
|
onBlur,
|
6756
6756
|
id: id.value
|
6757
6757
|
}
|
6758
|
-
}) ??
|
6758
|
+
}) ?? createElementVNode(Fragment, null, [icon.value && createVNode(VIcon, {
|
6759
6759
|
"key": "icon",
|
6760
6760
|
"icon": icon.value
|
6761
|
-
}, null), inputNode])]), [[
|
6761
|
+
}, null), inputNode])]), [[Ripple, props.ripple && [!props.disabled && !props.readonly, null, ['center', 'circle']]]])]), label && createVNode(VLabel, {
|
6762
6762
|
"for": id.value,
|
6763
6763
|
"onClick": onClickLabel
|
6764
6764
|
}, {
|
@@ -6899,10 +6899,10 @@ const VMessages = genericComponent()({
|
|
6899
6899
|
useRender(() => createVNode(MaybeTransition, {
|
6900
6900
|
"transition": props.transition,
|
6901
6901
|
"tag": "div",
|
6902
|
-
"class": ['v-messages', textColorClasses.value, props.class],
|
6903
|
-
"style": [textColorStyles.value, props.style]
|
6902
|
+
"class": normalizeClass(['v-messages', textColorClasses.value, props.class]),
|
6903
|
+
"style": normalizeStyle([textColorStyles.value, props.style])
|
6904
6904
|
}, {
|
6905
|
-
default: () => [props.active && messages.value.map((message, i) =>
|
6905
|
+
default: () => [props.active && messages.value.map((message, i) => createElementVNode("div", {
|
6906
6906
|
"class": "v-messages__message",
|
6907
6907
|
"key": `${i}-${messages.value}`
|
6908
6908
|
}, [slots.message ? slots.message({
|
@@ -7368,31 +7368,31 @@ const VInput = genericComponent()({
|
|
7368
7368
|
const hasAppend = !!(slots.append || props.appendIcon);
|
7369
7369
|
const hasMessages = messages.value.length > 0;
|
7370
7370
|
const hasDetails = !props.hideDetails || props.hideDetails === 'auto' && (hasMessages || !!slots.details);
|
7371
|
-
return
|
7372
|
-
"class": ['v-input', `v-input--${props.direction}`, {
|
7371
|
+
return createElementVNode("div", {
|
7372
|
+
"class": normalizeClass(['v-input', `v-input--${props.direction}`, {
|
7373
7373
|
'v-input--center-affix': props.centerAffix,
|
7374
7374
|
'v-input--focused': props.focused,
|
7375
7375
|
'v-input--glow': props.glow,
|
7376
7376
|
'v-input--hide-spin-buttons': props.hideSpinButtons
|
7377
|
-
}, densityClasses.value, themeClasses.value, rtlClasses.value, validationClasses.value, props.class],
|
7378
|
-
"style": [dimensionStyles.value, props.style]
|
7379
|
-
}, [hasPrepend &&
|
7377
|
+
}, densityClasses.value, themeClasses.value, rtlClasses.value, validationClasses.value, props.class]),
|
7378
|
+
"style": normalizeStyle([dimensionStyles.value, props.style])
|
7379
|
+
}, [hasPrepend && createElementVNode("div", {
|
7380
7380
|
"key": "prepend",
|
7381
7381
|
"class": "v-input__prepend"
|
7382
7382
|
}, [slots.prepend?.(slotProps.value), props.prependIcon && createVNode(InputIcon, {
|
7383
7383
|
"key": "prepend-icon",
|
7384
7384
|
"name": "prepend",
|
7385
7385
|
"color": iconColor.value
|
7386
|
-
}, null)]), slots.default &&
|
7386
|
+
}, null)]), slots.default && createElementVNode("div", {
|
7387
7387
|
"class": "v-input__control"
|
7388
|
-
}, [slots.default?.(slotProps.value)]), hasAppend &&
|
7388
|
+
}, [slots.default?.(slotProps.value)]), hasAppend && createElementVNode("div", {
|
7389
7389
|
"key": "append",
|
7390
7390
|
"class": "v-input__append"
|
7391
7391
|
}, [props.appendIcon && createVNode(InputIcon, {
|
7392
7392
|
"key": "append-icon",
|
7393
7393
|
"name": "append",
|
7394
7394
|
"color": iconColor.value
|
7395
|
-
}, null), slots.append?.(slotProps.value)]), hasDetails &&
|
7395
|
+
}, null), slots.append?.(slotProps.value)]), hasDetails && createElementVNode("div", {
|
7396
7396
|
"id": messagesId.value,
|
7397
7397
|
"class": "v-input__details",
|
7398
7398
|
"role": "alert",
|
@@ -8141,42 +8141,42 @@ const VSlideGroup = genericComponent()({
|
|
8141
8141
|
return scrollSizeMax - Math.abs(scrollOffset.value) > 1;
|
8142
8142
|
});
|
8143
8143
|
useRender(() => createVNode(props.tag, {
|
8144
|
-
"class": ['v-slide-group', {
|
8144
|
+
"class": normalizeClass(['v-slide-group', {
|
8145
8145
|
'v-slide-group--vertical': !isHorizontal.value,
|
8146
8146
|
'v-slide-group--has-affixes': hasAffixes.value,
|
8147
8147
|
'v-slide-group--is-overflowing': isOverflowing.value
|
8148
|
-
}, displayClasses.value, props.class],
|
8149
|
-
"style": props.style,
|
8148
|
+
}, displayClasses.value, props.class]),
|
8149
|
+
"style": normalizeStyle(props.style),
|
8150
8150
|
"tabindex": isFocused.value || group.selected.value.length ? -1 : 0,
|
8151
8151
|
"onFocus": onFocus
|
8152
8152
|
}, {
|
8153
|
-
default: () => [hasAffixes.value &&
|
8153
|
+
default: () => [hasAffixes.value && createElementVNode("div", {
|
8154
8154
|
"key": "prev",
|
8155
|
-
"class": ['v-slide-group__prev', {
|
8155
|
+
"class": normalizeClass(['v-slide-group__prev', {
|
8156
8156
|
'v-slide-group__prev--disabled': !hasPrev.value
|
8157
|
-
}],
|
8157
|
+
}]),
|
8158
8158
|
"onMousedown": onFocusAffixes,
|
8159
8159
|
"onClick": () => hasPrev.value && scrollTo('prev')
|
8160
8160
|
}, [slots.prev?.(slotProps.value) ?? createVNode(VFadeTransition, null, {
|
8161
8161
|
default: () => [createVNode(VIcon, {
|
8162
8162
|
"icon": isRtl.value ? props.nextIcon : props.prevIcon
|
8163
8163
|
}, null)]
|
8164
|
-
})]),
|
8164
|
+
})]), createElementVNode("div", {
|
8165
8165
|
"key": "container",
|
8166
8166
|
"ref": containerRef,
|
8167
8167
|
"class": "v-slide-group__container",
|
8168
8168
|
"onScroll": onScroll
|
8169
|
-
}, [
|
8169
|
+
}, [createElementVNode("div", {
|
8170
8170
|
"ref": contentRef,
|
8171
8171
|
"class": "v-slide-group__content",
|
8172
8172
|
"onFocusin": onFocusin,
|
8173
8173
|
"onFocusout": onFocusout,
|
8174
8174
|
"onKeydown": onKeydown
|
8175
|
-
}, [slots.default?.(slotProps.value)])]), hasAffixes.value &&
|
8175
|
+
}, [slots.default?.(slotProps.value)])]), hasAffixes.value && createElementVNode("div", {
|
8176
8176
|
"key": "next",
|
8177
|
-
"class": ['v-slide-group__next', {
|
8177
|
+
"class": normalizeClass(['v-slide-group__next', {
|
8178
8178
|
'v-slide-group__next--disabled': !hasNext.value
|
8179
|
-
}],
|
8179
|
+
}]),
|
8180
8180
|
"onMousedown": onFocusAffixes,
|
8181
8181
|
"onClick": () => hasNext.value && scrollTo('next')
|
8182
8182
|
}, [slots.next?.(slotProps.value) ?? createVNode(VFadeTransition, null, {
|
@@ -8331,7 +8331,7 @@ const makeVChipProps = propsFactory({
|
|
8331
8331
|
const VChip = genericComponent()({
|
8332
8332
|
name: 'VChip',
|
8333
8333
|
directives: {
|
8334
|
-
Ripple
|
8334
|
+
vRipple: Ripple
|
8335
8335
|
},
|
8336
8336
|
props: makeVChipProps(),
|
8337
8337
|
emits: {
|
@@ -8431,7 +8431,7 @@ const VChip = genericComponent()({
|
|
8431
8431
|
default: () => [genOverlays(isClickable.value, 'v-chip'), hasFilter && createVNode(VExpandXTransition, {
|
8432
8432
|
"key": "filter"
|
8433
8433
|
}, {
|
8434
|
-
default: () => [withDirectives(
|
8434
|
+
default: () => [withDirectives(createElementVNode("div", {
|
8435
8435
|
"class": "v-chip__filter"
|
8436
8436
|
}, [!slots.filter ? createVNode(VIcon, {
|
8437
8437
|
"key": "filter-icon",
|
@@ -8445,10 +8445,10 @@ const VChip = genericComponent()({
|
|
8445
8445
|
}
|
8446
8446
|
}
|
8447
8447
|
}, slots.filter)]), [[vShow, group.isSelected.value]])]
|
8448
|
-
}), hasPrepend &&
|
8448
|
+
}), hasPrepend && createElementVNode("div", {
|
8449
8449
|
"key": "prepend",
|
8450
8450
|
"class": "v-chip__prepend"
|
8451
|
-
}, [!slots.prepend ?
|
8451
|
+
}, [!slots.prepend ? createElementVNode(Fragment, null, [props.prependIcon && createVNode(VIcon, {
|
8452
8452
|
"key": "prepend-icon",
|
8453
8453
|
"icon": props.prependIcon,
|
8454
8454
|
"start": true
|
@@ -8469,7 +8469,7 @@ const VChip = genericComponent()({
|
|
8469
8469
|
start: true
|
8470
8470
|
}
|
8471
8471
|
}
|
8472
|
-
}, slots.prepend)]),
|
8472
|
+
}, slots.prepend)]), createElementVNode("div", {
|
8473
8473
|
"class": "v-chip__content",
|
8474
8474
|
"data-no-activator": ""
|
8475
8475
|
}, [slots.default?.({
|
@@ -8479,10 +8479,10 @@ const VChip = genericComponent()({
|
|
8479
8479
|
toggle: group?.toggle,
|
8480
8480
|
value: group?.value.value,
|
8481
8481
|
disabled: props.disabled
|
8482
|
-
}) ?? toDisplayString(props.text)]), hasAppend &&
|
8482
|
+
}) ?? toDisplayString(props.text)]), hasAppend && createElementVNode("div", {
|
8483
8483
|
"key": "append",
|
8484
8484
|
"class": "v-chip__append"
|
8485
|
-
}, [!slots.append ?
|
8485
|
+
}, [!slots.append ? createElementVNode(Fragment, null, [props.appendIcon && createVNode(VIcon, {
|
8486
8486
|
"key": "append-icon",
|
8487
8487
|
"end": true,
|
8488
8488
|
"icon": props.appendIcon
|
@@ -8503,7 +8503,7 @@ const VChip = genericComponent()({
|
|
8503
8503
|
icon: props.appendIcon
|
8504
8504
|
}
|
8505
8505
|
}
|
8506
|
-
}, slots.append)]), hasClose &&
|
8506
|
+
}, slots.append)]), hasClose && createElementVNode("button", mergeProps({
|
8507
8507
|
"key": "close",
|
8508
8508
|
"class": "v-chip__close",
|
8509
8509
|
"type": "button",
|
@@ -8521,7 +8521,7 @@ const VChip = genericComponent()({
|
|
8521
8521
|
}
|
8522
8522
|
}
|
8523
8523
|
}, slots.close)])]
|
8524
|
-
}), [[
|
8524
|
+
}), [[Ripple, isClickable.value && props.ripple, null]]);
|
8525
8525
|
};
|
8526
8526
|
}
|
8527
8527
|
});
|
@@ -9294,13 +9294,13 @@ const VListGroup = genericComponent()({
|
|
9294
9294
|
}
|
9295
9295
|
}));
|
9296
9296
|
useRender(() => createVNode(props.tag, {
|
9297
|
-
"class": ['v-list-group', {
|
9297
|
+
"class": normalizeClass(['v-list-group', {
|
9298
9298
|
'v-list-group--prepend': list?.hasPrepend.value,
|
9299
9299
|
'v-list-group--fluid': props.fluid,
|
9300
9300
|
'v-list-group--subgroup': props.subgroup,
|
9301
9301
|
'v-list-group--open': isOpen.value
|
9302
|
-
}, props.class],
|
9303
|
-
"style": props.style
|
9302
|
+
}, props.class]),
|
9303
|
+
"style": normalizeStyle(props.style)
|
9304
9304
|
}, {
|
9305
9305
|
default: () => [slots.activator && createVNode(VDefaultsProvider, {
|
9306
9306
|
"defaults": activatorDefaults.value
|
@@ -9317,7 +9317,7 @@ const VListGroup = genericComponent()({
|
|
9317
9317
|
},
|
9318
9318
|
"disabled": !isBooted.value
|
9319
9319
|
}, {
|
9320
|
-
default: () => [withDirectives(
|
9320
|
+
default: () => [withDirectives(createElementVNode("div", {
|
9321
9321
|
"class": "v-list-group__items",
|
9322
9322
|
"role": "group",
|
9323
9323
|
"aria-labelledby": id.value
|
@@ -9343,10 +9343,10 @@ const VListItemSubtitle = genericComponent()({
|
|
9343
9343
|
slots
|
9344
9344
|
} = _ref;
|
9345
9345
|
useRender(() => createVNode(props.tag, {
|
9346
|
-
"class": ['v-list-item-subtitle', props.class],
|
9347
|
-
"style": [{
|
9346
|
+
"class": normalizeClass(['v-list-item-subtitle', props.class]),
|
9347
|
+
"style": normalizeStyle([{
|
9348
9348
|
'--v-list-item-subtitle-opacity': props.opacity
|
9349
|
-
}, props.style]
|
9349
|
+
}, props.style])
|
9350
9350
|
}, slots));
|
9351
9351
|
return {};
|
9352
9352
|
}
|
@@ -9409,7 +9409,7 @@ const makeVListItemProps = propsFactory({
|
|
9409
9409
|
const VListItem = genericComponent()({
|
9410
9410
|
name: 'VListItem',
|
9411
9411
|
directives: {
|
9412
|
-
Ripple
|
9412
|
+
vRipple: Ripple
|
9413
9413
|
},
|
9414
9414
|
props: makeVListItemProps(),
|
9415
9415
|
emits: {
|
@@ -9544,10 +9544,10 @@ const VListItem = genericComponent()({
|
|
9544
9544
|
"onClick": onClick,
|
9545
9545
|
"onKeydown": isClickable.value && !isLink.value && onKeyDown
|
9546
9546
|
}, link.linkProps), {
|
9547
|
-
default: () => [genOverlays(isClickable.value || isActive.value, 'v-list-item'), hasPrepend &&
|
9547
|
+
default: () => [genOverlays(isClickable.value || isActive.value, 'v-list-item'), hasPrepend && createElementVNode("div", {
|
9548
9548
|
"key": "prepend",
|
9549
9549
|
"class": "v-list-item__prepend"
|
9550
|
-
}, [!slots.prepend ?
|
9550
|
+
}, [!slots.prepend ? createElementVNode(Fragment, null, [props.prependAvatar && createVNode(VAvatar, {
|
9551
9551
|
"key": "prepend-avatar",
|
9552
9552
|
"density": props.density,
|
9553
9553
|
"image": props.prependAvatar
|
@@ -9573,9 +9573,9 @@ const VListItem = genericComponent()({
|
|
9573
9573
|
}
|
9574
9574
|
}, {
|
9575
9575
|
default: () => [slots.prepend?.(slotProps.value)]
|
9576
|
-
}),
|
9576
|
+
}), createElementVNode("div", {
|
9577
9577
|
"class": "v-list-item__spacer"
|
9578
|
-
}, null)]),
|
9578
|
+
}, null)]), createElementVNode("div", {
|
9579
9579
|
"class": "v-list-item__content",
|
9580
9580
|
"data-no-activator": ""
|
9581
9581
|
}, [hasTitle && createVNode(VListItemTitle, {
|
@@ -9590,10 +9590,10 @@ const VListItem = genericComponent()({
|
|
9590
9590
|
default: () => [slots.subtitle?.({
|
9591
9591
|
subtitle: props.subtitle
|
9592
9592
|
}) ?? toDisplayString(props.subtitle)]
|
9593
|
-
}), slots.default?.(slotProps.value)]), hasAppend &&
|
9593
|
+
}), slots.default?.(slotProps.value)]), hasAppend && createElementVNode("div", {
|
9594
9594
|
"key": "append",
|
9595
9595
|
"class": "v-list-item__append"
|
9596
|
-
}, [!slots.append ?
|
9596
|
+
}, [!slots.append ? createElementVNode(Fragment, null, [props.appendIcon && createVNode(VIcon, {
|
9597
9597
|
"key": "append-icon",
|
9598
9598
|
"density": props.density,
|
9599
9599
|
"icon": props.appendIcon
|
@@ -9619,10 +9619,10 @@ const VListItem = genericComponent()({
|
|
9619
9619
|
}
|
9620
9620
|
}, {
|
9621
9621
|
default: () => [slots.append?.(slotProps.value)]
|
9622
|
-
}),
|
9622
|
+
}), createElementVNode("div", {
|
9623
9623
|
"class": "v-list-item__spacer"
|
9624
9624
|
}, null)])]
|
9625
|
-
}), [[
|
9625
|
+
}), [[Ripple, isClickable.value && props.ripple]]);
|
9626
9626
|
});
|
9627
9627
|
return {
|
9628
9628
|
activate,
|
@@ -9660,15 +9660,15 @@ const VListSubheader = genericComponent()({
|
|
9660
9660
|
useRender(() => {
|
9661
9661
|
const hasText = !!(slots.default || props.title);
|
9662
9662
|
return createVNode(props.tag, {
|
9663
|
-
"class": ['v-list-subheader', {
|
9663
|
+
"class": normalizeClass(['v-list-subheader', {
|
9664
9664
|
'v-list-subheader--inset': props.inset,
|
9665
9665
|
'v-list-subheader--sticky': props.sticky
|
9666
|
-
}, textColorClasses.value, props.class],
|
9667
|
-
"style": [{
|
9666
|
+
}, textColorClasses.value, props.class]),
|
9667
|
+
"style": normalizeStyle([{
|
9668
9668
|
textColorStyles
|
9669
|
-
}, props.style]
|
9669
|
+
}, props.style])
|
9670
9670
|
}, {
|
9671
|
-
default: () => [hasText &&
|
9671
|
+
default: () => [hasText && createElementVNode("div", {
|
9672
9672
|
"class": "v-list-subheader__text"
|
9673
9673
|
}, [slots.default?.() ?? props.title])]
|
9674
9674
|
});
|
@@ -9713,25 +9713,25 @@ const VDivider = genericComponent()({
|
|
9713
9713
|
return styles;
|
9714
9714
|
});
|
9715
9715
|
useRender(() => {
|
9716
|
-
const divider =
|
9717
|
-
"class": [{
|
9716
|
+
const divider = createElementVNode("hr", {
|
9717
|
+
"class": normalizeClass([{
|
9718
9718
|
'v-divider': true,
|
9719
9719
|
'v-divider--inset': props.inset,
|
9720
9720
|
'v-divider--vertical': props.vertical
|
9721
|
-
}, themeClasses.value, textColorClasses.value, props.class],
|
9722
|
-
"style": [dividerStyles.value, textColorStyles.value, {
|
9721
|
+
}, themeClasses.value, textColorClasses.value, props.class]),
|
9722
|
+
"style": normalizeStyle([dividerStyles.value, textColorStyles.value, {
|
9723
9723
|
'--v-border-opacity': props.opacity
|
9724
|
-
}, props.style],
|
9724
|
+
}, props.style]),
|
9725
9725
|
"aria-orientation": !attrs.role || attrs.role === 'separator' ? props.vertical ? 'vertical' : 'horizontal' : undefined,
|
9726
9726
|
"role": `${attrs.role || 'separator'}`
|
9727
9727
|
}, null);
|
9728
9728
|
if (!slots.default) return divider;
|
9729
|
-
return
|
9730
|
-
"class": ['v-divider__wrapper', {
|
9729
|
+
return createElementVNode("div", {
|
9730
|
+
"class": normalizeClass(['v-divider__wrapper', {
|
9731
9731
|
'v-divider__wrapper--vertical': props.vertical,
|
9732
9732
|
'v-divider__wrapper--inset': props.inset
|
9733
|
-
}]
|
9734
|
-
}, [divider,
|
9733
|
+
}])
|
9734
|
+
}, [divider, createElementVNode("div", {
|
9735
9735
|
"class": "v-divider__content"
|
9736
9736
|
}, [slots.default()]), divider]);
|
9737
9737
|
});
|
@@ -10150,12 +10150,12 @@ const VList = genericComponent()({
|
|
10150
10150
|
useRender(() => {
|
10151
10151
|
return createVNode(props.tag, {
|
10152
10152
|
"ref": contentRef,
|
10153
|
-
"class": ['v-list', {
|
10153
|
+
"class": normalizeClass(['v-list', {
|
10154
10154
|
'v-list--disabled': props.disabled,
|
10155
10155
|
'v-list--nav': props.nav,
|
10156
10156
|
'v-list--slim': props.slim
|
10157
|
-
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class],
|
10158
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, props.style],
|
10157
|
+
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class]),
|
10158
|
+
"style": normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style]),
|
10159
10159
|
"tabindex": props.disabled ? -1 : 0,
|
10160
10160
|
"role": "listbox",
|
10161
10161
|
"aria-activedescendant": undefined,
|
@@ -10199,11 +10199,11 @@ const VListItemAction = genericComponent()({
|
|
10199
10199
|
slots
|
10200
10200
|
} = _ref;
|
10201
10201
|
useRender(() => createVNode(props.tag, {
|
10202
|
-
"class": ['v-list-item-action', {
|
10202
|
+
"class": normalizeClass(['v-list-item-action', {
|
10203
10203
|
'v-list-item-action--start': props.start,
|
10204
10204
|
'v-list-item-action--end': props.end
|
10205
|
-
}, props.class],
|
10206
|
-
"style": props.style
|
10205
|
+
}, props.class]),
|
10206
|
+
"style": normalizeStyle(props.style)
|
10207
10207
|
}, slots));
|
10208
10208
|
return {};
|
10209
10209
|
}
|
@@ -10224,11 +10224,11 @@ const VListItemMedia = genericComponent()({
|
|
10224
10224
|
} = _ref;
|
10225
10225
|
useRender(() => {
|
10226
10226
|
return createVNode(props.tag, {
|
10227
|
-
"class": ['v-list-item-media', {
|
10227
|
+
"class": normalizeClass(['v-list-item-media', {
|
10228
10228
|
'v-list-item-media--start': props.start,
|
10229
10229
|
'v-list-item-media--end': props.end
|
10230
|
-
}, props.class],
|
10231
|
-
"style": props.style
|
10230
|
+
}, props.class]),
|
10231
|
+
"style": normalizeStyle(props.style)
|
10232
10232
|
}, slots);
|
10233
10233
|
});
|
10234
10234
|
return {};
|
@@ -11388,7 +11388,7 @@ function Scrim(props) {
|
|
11388
11388
|
"name": "fade-transition",
|
11389
11389
|
"appear": true
|
11390
11390
|
}, {
|
11391
|
-
default: () => [props.modelValue &&
|
11391
|
+
default: () => [props.modelValue && createElementVNode("div", mergeProps({
|
11392
11392
|
"class": ['v-overlay__scrim', props.color.backgroundColorClasses.value],
|
11393
11393
|
"style": props.color.backgroundColorStyles.value
|
11394
11394
|
}, rest), null)]
|
@@ -11429,7 +11429,7 @@ const makeVOverlayProps = propsFactory({
|
|
11429
11429
|
const VOverlay = genericComponent()({
|
11430
11430
|
name: 'VOverlay',
|
11431
11431
|
directives: {
|
11432
|
-
ClickOutside
|
11432
|
+
vClickOutside: ClickOutside
|
11433
11433
|
},
|
11434
11434
|
inheritAttrs: false,
|
11435
11435
|
props: {
|
@@ -11609,7 +11609,7 @@ const VOverlay = genericComponent()({
|
|
11609
11609
|
_onAfterLeave();
|
11610
11610
|
emit('afterLeave');
|
11611
11611
|
}
|
11612
|
-
useRender(() =>
|
11612
|
+
useRender(() => createElementVNode(Fragment, null, [slots.activator?.({
|
11613
11613
|
isActive: isActive.value,
|
11614
11614
|
targetRef,
|
11615
11615
|
props: mergeProps({
|
@@ -11619,7 +11619,7 @@ const VOverlay = genericComponent()({
|
|
11619
11619
|
"disabled": !teleportTarget.value,
|
11620
11620
|
"to": teleportTarget.value
|
11621
11621
|
}, {
|
11622
|
-
default: () => [
|
11622
|
+
default: () => [createElementVNode("div", mergeProps({
|
11623
11623
|
"class": ['v-overlay', {
|
11624
11624
|
'v-overlay--absolute': props.absolute || props.contained,
|
11625
11625
|
'v-overlay--active': isActive.value,
|
@@ -11643,13 +11643,13 @@ const VOverlay = genericComponent()({
|
|
11643
11643
|
"onAfterEnter": onAfterEnter,
|
11644
11644
|
"onAfterLeave": onAfterLeave
|
11645
11645
|
}, {
|
11646
|
-
default: () => [withDirectives(
|
11646
|
+
default: () => [withDirectives(createElementVNode("div", mergeProps({
|
11647
11647
|
"ref": contentEl,
|
11648
11648
|
"class": ['v-overlay__content', props.contentClass],
|
11649
11649
|
"style": [dimensionStyles.value, contentStyles.value]
|
11650
11650
|
}, contentEvents.value, props.contentProps), [slots.default?.({
|
11651
11651
|
isActive
|
11652
|
-
})]), [[vShow, isActive.value], [
|
11652
|
+
})]), [[vShow, isActive.value], [ClickOutside, {
|
11653
11653
|
handler: onClickOutside,
|
11654
11654
|
closeConditional,
|
11655
11655
|
include: () => [activatorEl.value]
|
@@ -11978,11 +11978,11 @@ const VCounter = genericComponent()({
|
|
11978
11978
|
useRender(() => createVNode(MaybeTransition, {
|
11979
11979
|
"transition": props.transition
|
11980
11980
|
}, {
|
11981
|
-
default: () => [withDirectives(
|
11982
|
-
"class": ['v-counter', {
|
11981
|
+
default: () => [withDirectives(createElementVNode("div", {
|
11982
|
+
"class": normalizeClass(['v-counter', {
|
11983
11983
|
'text-error': props.max && !props.disabled && parseFloat(props.value) > parseFloat(props.max)
|
11984
|
-
}, props.class],
|
11985
|
-
"style": props.style
|
11984
|
+
}, props.class]),
|
11985
|
+
"style": normalizeStyle(props.style)
|
11986
11986
|
}, [slots.default ? slots.default({
|
11987
11987
|
counter: counter.value,
|
11988
11988
|
max: props.max,
|
@@ -12005,10 +12005,10 @@ const VFieldLabel = genericComponent()({
|
|
12005
12005
|
slots
|
12006
12006
|
} = _ref;
|
12007
12007
|
useRender(() => createVNode(VLabel, {
|
12008
|
-
"class": ['v-field-label', {
|
12008
|
+
"class": normalizeClass(['v-field-label', {
|
12009
12009
|
'v-field-label--floating': props.floating
|
12010
|
-
}, props.class],
|
12011
|
-
"style": props.style,
|
12010
|
+
}, props.class]),
|
12011
|
+
"style": normalizeStyle(props.style),
|
12012
12012
|
"aria-hidden": props.floating || undefined
|
12013
12013
|
}, slots));
|
12014
12014
|
return {};
|
@@ -12185,7 +12185,7 @@ const VField = genericComponent()({
|
|
12185
12185
|
for: id.value
|
12186
12186
|
}
|
12187
12187
|
}) : props.label;
|
12188
|
-
return
|
12188
|
+
return createElementVNode("div", mergeProps({
|
12189
12189
|
"class": ['v-field', {
|
12190
12190
|
'v-field--active': isActive.value,
|
12191
12191
|
'v-field--appended': hasAppend,
|
@@ -12205,7 +12205,7 @@ const VField = genericComponent()({
|
|
12205
12205
|
}, themeClasses.value, backgroundColorClasses.value, focusClasses.value, loaderClasses.value, roundedClasses.value, rtlClasses.value, props.class],
|
12206
12206
|
"style": [backgroundColorStyles.value, props.style],
|
12207
12207
|
"onClick": onClick
|
12208
|
-
}, attrs), [
|
12208
|
+
}, attrs), [createElementVNode("div", {
|
12209
12209
|
"class": "v-field__overlay"
|
12210
12210
|
}, null), createVNode(LoaderSlot, {
|
12211
12211
|
"name": "v-field",
|
@@ -12213,23 +12213,23 @@ const VField = genericComponent()({
|
|
12213
12213
|
"color": props.error ? 'error' : typeof props.loading === 'string' ? props.loading : props.color
|
12214
12214
|
}, {
|
12215
12215
|
default: slots.loader
|
12216
|
-
}), hasPrepend &&
|
12216
|
+
}), hasPrepend && createElementVNode("div", {
|
12217
12217
|
"key": "prepend",
|
12218
12218
|
"class": "v-field__prepend-inner"
|
12219
12219
|
}, [props.prependInnerIcon && createVNode(InputIcon, {
|
12220
12220
|
"key": "prepend-icon",
|
12221
12221
|
"name": "prependInner",
|
12222
12222
|
"color": iconColor.value
|
12223
|
-
}, null), slots['prepend-inner']?.(slotProps.value)]),
|
12223
|
+
}, null), slots['prepend-inner']?.(slotProps.value)]), createElementVNode("div", {
|
12224
12224
|
"class": "v-field__field",
|
12225
12225
|
"data-no-activator": ""
|
12226
12226
|
}, [['filled', 'solo', 'solo-inverted', 'solo-filled'].includes(props.variant) && hasFloatingLabel.value && createVNode(VFieldLabel, {
|
12227
12227
|
"key": "floating-label",
|
12228
12228
|
"ref": floatingLabelRef,
|
12229
|
-
"class": [textColorClasses.value],
|
12229
|
+
"class": normalizeClass([textColorClasses.value]),
|
12230
12230
|
"floating": true,
|
12231
12231
|
"for": id.value,
|
12232
|
-
"style": textColorStyles.value
|
12232
|
+
"style": normalizeStyle(textColorStyles.value)
|
12233
12233
|
}, {
|
12234
12234
|
default: () => [label()]
|
12235
12235
|
}), hasLabel.value && createVNode(VFieldLabel, {
|
@@ -12247,14 +12247,14 @@ const VField = genericComponent()({
|
|
12247
12247
|
},
|
12248
12248
|
focus,
|
12249
12249
|
blur
|
12250
|
-
}) ??
|
12250
|
+
}) ?? createElementVNode("div", {
|
12251
12251
|
"id": id.value,
|
12252
12252
|
"class": "v-field__input",
|
12253
12253
|
"aria-describedby": messagesId.value
|
12254
12254
|
}, null)]), hasClear && createVNode(VExpandXTransition, {
|
12255
12255
|
"key": "clear"
|
12256
12256
|
}, {
|
12257
|
-
default: () => [withDirectives(
|
12257
|
+
default: () => [withDirectives(createElementVNode("div", {
|
12258
12258
|
"class": "v-field__clearable",
|
12259
12259
|
"onMousedown": e => {
|
12260
12260
|
e.preventDefault();
|
@@ -12282,19 +12282,19 @@ const VField = genericComponent()({
|
|
12282
12282
|
"tabindex": -1
|
12283
12283
|
}, null)]
|
12284
12284
|
})]), [[vShow, props.dirty]])]
|
12285
|
-
}), hasAppend &&
|
12285
|
+
}), hasAppend && createElementVNode("div", {
|
12286
12286
|
"key": "append",
|
12287
12287
|
"class": "v-field__append-inner"
|
12288
12288
|
}, [slots['append-inner']?.(slotProps.value), props.appendInnerIcon && createVNode(InputIcon, {
|
12289
12289
|
"key": "append-icon",
|
12290
12290
|
"name": "appendInner",
|
12291
12291
|
"color": iconColor.value
|
12292
|
-
}, null)]),
|
12293
|
-
"class": ['v-field__outline', textColorClasses.value],
|
12294
|
-
"style": textColorStyles.value
|
12295
|
-
}, [isOutlined &&
|
12292
|
+
}, null)]), createElementVNode("div", {
|
12293
|
+
"class": normalizeClass(['v-field__outline', textColorClasses.value]),
|
12294
|
+
"style": normalizeStyle(textColorStyles.value)
|
12295
|
+
}, [isOutlined && createElementVNode(Fragment, null, [createElementVNode("div", {
|
12296
12296
|
"class": "v-field__outline__start"
|
12297
|
-
}, null), hasFloatingLabel.value &&
|
12297
|
+
}, null), hasFloatingLabel.value && createElementVNode("div", {
|
12298
12298
|
"class": "v-field__outline__notch"
|
12299
12299
|
}, [createVNode(VFieldLabel, {
|
12300
12300
|
"ref": floatingLabelRef,
|
@@ -12302,7 +12302,7 @@ const VField = genericComponent()({
|
|
12302
12302
|
"for": id.value
|
12303
12303
|
}, {
|
12304
12304
|
default: () => [label()]
|
12305
|
-
})]),
|
12305
|
+
})]), createElementVNode("div", {
|
12306
12306
|
"class": "v-field__outline__end"
|
12307
12307
|
}, null)]), isPlainOrUnderlined.value && hasFloatingLabel.value && createVNode(VFieldLabel, {
|
12308
12308
|
"ref": floatingLabelRef,
|
@@ -12343,7 +12343,7 @@ const makeVTextFieldProps = propsFactory({
|
|
12343
12343
|
const VTextField = genericComponent()({
|
12344
12344
|
name: 'VTextField',
|
12345
12345
|
directives: {
|
12346
|
-
Intersect
|
12346
|
+
vIntersect: Intersect
|
12347
12347
|
},
|
12348
12348
|
inheritAttrs: false,
|
12349
12349
|
props: makeVTextFieldProps(),
|
@@ -12475,7 +12475,7 @@ const VTextField = genericComponent()({
|
|
12475
12475
|
...slotProps
|
12476
12476
|
}
|
12477
12477
|
} = _ref3;
|
12478
|
-
const inputNode = withDirectives(
|
12478
|
+
const inputNode = withDirectives(createElementVNode("input", mergeProps({
|
12479
12479
|
"ref": inputRef,
|
12480
12480
|
"value": model.value,
|
12481
12481
|
"onInput": onInput,
|
@@ -12488,29 +12488,29 @@ const VTextField = genericComponent()({
|
|
12488
12488
|
"type": props.type,
|
12489
12489
|
"onFocus": onFocus,
|
12490
12490
|
"onBlur": blur
|
12491
|
-
}, slotProps, inputAttrs), null), [[
|
12491
|
+
}, slotProps, inputAttrs), null), [[Intersect, {
|
12492
12492
|
handler: onIntersect
|
12493
12493
|
}, null, {
|
12494
12494
|
once: true
|
12495
12495
|
}]]);
|
12496
|
-
return
|
12496
|
+
return createElementVNode(Fragment, null, [props.prefix && createElementVNode("span", {
|
12497
12497
|
"class": "v-text-field__prefix"
|
12498
|
-
}, [
|
12498
|
+
}, [createElementVNode("span", {
|
12499
12499
|
"class": "v-text-field__prefix__text"
|
12500
|
-
}, [props.prefix])]), slots.default ?
|
12501
|
-
"class": fieldClass,
|
12500
|
+
}, [props.prefix])]), slots.default ? createElementVNode("div", {
|
12501
|
+
"class": normalizeClass(fieldClass),
|
12502
12502
|
"data-no-activator": ""
|
12503
12503
|
}, [slots.default(), inputNode]) : cloneVNode(inputNode, {
|
12504
12504
|
class: fieldClass
|
12505
|
-
}), props.suffix &&
|
12505
|
+
}), props.suffix && createElementVNode("span", {
|
12506
12506
|
"class": "v-text-field__suffix"
|
12507
|
-
}, [
|
12507
|
+
}, [createElementVNode("span", {
|
12508
12508
|
"class": "v-text-field__suffix__text"
|
12509
12509
|
}, [props.suffix])])]);
|
12510
12510
|
}
|
12511
12511
|
});
|
12512
12512
|
},
|
12513
|
-
details: hasDetails ? slotProps =>
|
12513
|
+
details: hasDetails ? slotProps => createElementVNode(Fragment, null, [slots.details?.(slotProps), hasCounter && createElementVNode(Fragment, null, [createElementVNode("span", null, null), createVNode(VCounter, {
|
12514
12514
|
"active": props.persistentCounter || isFocused.value,
|
12515
12515
|
"value": counterValue.value,
|
12516
12516
|
"max": max.value,
|
@@ -12548,9 +12548,9 @@ const VVirtualScrollItem = genericComponent()({
|
|
12548
12548
|
watch(() => contentRect.value?.height, height => {
|
12549
12549
|
if (height != null) emit('update:height', height);
|
12550
12550
|
});
|
12551
|
-
useRender(() => props.renderless ?
|
12551
|
+
useRender(() => props.renderless ? createElementVNode(Fragment, null, [slots.default?.({
|
12552
12552
|
itemRef: resizeRef
|
12553
|
-
})]) :
|
12553
|
+
})]) : createElementVNode("div", mergeProps({
|
12554
12554
|
"ref": resizeRef,
|
12555
12555
|
"class": ['v-virtual-scroll__item', props.class],
|
12556
12556
|
"style": props.style
|
@@ -12885,30 +12885,30 @@ const VVirtualScroll = genericComponent()({
|
|
12885
12885
|
...slotProps
|
12886
12886
|
})
|
12887
12887
|
}));
|
12888
|
-
return props.renderless ?
|
12888
|
+
return props.renderless ? createElementVNode(Fragment, null, [createElementVNode("div", {
|
12889
12889
|
"ref": markerRef,
|
12890
12890
|
"class": "v-virtual-scroll__spacer",
|
12891
|
-
"style": {
|
12891
|
+
"style": normalizeStyle({
|
12892
12892
|
paddingTop: convertToUnit(paddingTop.value)
|
12893
|
-
}
|
12894
|
-
}, null), children,
|
12893
|
+
})
|
12894
|
+
}, null), children, createElementVNode("div", {
|
12895
12895
|
"class": "v-virtual-scroll__spacer",
|
12896
|
-
"style": {
|
12896
|
+
"style": normalizeStyle({
|
12897
12897
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12898
|
-
}
|
12899
|
-
}, null)]) :
|
12898
|
+
})
|
12899
|
+
}, null)]) : createElementVNode("div", {
|
12900
12900
|
"ref": containerRef,
|
12901
|
-
"class": ['v-virtual-scroll', props.class],
|
12901
|
+
"class": normalizeClass(['v-virtual-scroll', props.class]),
|
12902
12902
|
"onScrollPassive": handleScroll,
|
12903
12903
|
"onScrollend": handleScrollend,
|
12904
|
-
"style": [dimensionStyles.value, props.style]
|
12905
|
-
}, [
|
12904
|
+
"style": normalizeStyle([dimensionStyles.value, props.style])
|
12905
|
+
}, [createElementVNode("div", {
|
12906
12906
|
"ref": markerRef,
|
12907
12907
|
"class": "v-virtual-scroll__container",
|
12908
|
-
"style": {
|
12908
|
+
"style": normalizeStyle({
|
12909
12909
|
paddingTop: convertToUnit(paddingTop.value),
|
12910
12910
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12911
|
-
}
|
12911
|
+
})
|
12912
12912
|
}, [children])]);
|
12913
12913
|
});
|
12914
12914
|
return {
|
@@ -13279,7 +13279,7 @@ const VSelect = genericComponent()({
|
|
13279
13279
|
"title": t(label.value)
|
13280
13280
|
}), {
|
13281
13281
|
...slots,
|
13282
|
-
default: () =>
|
13282
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VMenu, mergeProps({
|
13283
13283
|
"ref": vMenuRef,
|
13284
13284
|
"modelValue": menu.value,
|
13285
13285
|
"onUpdate:modelValue": $event => menu.value = $event,
|
@@ -13337,7 +13337,7 @@ const VSelect = genericComponent()({
|
|
13337
13337
|
let {
|
13338
13338
|
isSelected
|
13339
13339
|
} = _ref3;
|
13340
|
-
return
|
13340
|
+
return createElementVNode(Fragment, null, [props.multiple && !props.hideSelected ? createVNode(VCheckboxBtn, {
|
13341
13341
|
"key": item.value,
|
13342
13342
|
"modelValue": isSelected,
|
13343
13343
|
"ripple": false,
|
@@ -13383,7 +13383,7 @@ const VSelect = genericComponent()({
|
|
13383
13383
|
index
|
13384
13384
|
})) : undefined;
|
13385
13385
|
if (hasSlot && !slotContent) return undefined;
|
13386
|
-
return
|
13386
|
+
return createElementVNode("div", {
|
13387
13387
|
"key": item.value,
|
13388
13388
|
"class": "v-select__selection"
|
13389
13389
|
}, [hasChips ? !slots.chip ? createVNode(VChip, mergeProps({
|
@@ -13403,9 +13403,9 @@ const VSelect = genericComponent()({
|
|
13403
13403
|
}
|
13404
13404
|
}, {
|
13405
13405
|
default: () => [slotContent]
|
13406
|
-
}) : slotContent ??
|
13406
|
+
}) : slotContent ?? createElementVNode("span", {
|
13407
13407
|
"class": "v-select__selection-text"
|
13408
|
-
}, [item.title, props.multiple && index < model.value.length - 1 &&
|
13408
|
+
}, [item.title, props.multiple && index < model.value.length - 1 && createElementVNode("span", {
|
13409
13409
|
"class": "v-select__selection-comma"
|
13410
13410
|
}, [createTextVNode(",")])])]);
|
13411
13411
|
})]),
|
@@ -13413,7 +13413,7 @@ const VSelect = genericComponent()({
|
|
13413
13413
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
13414
13414
|
args[_key] = arguments[_key];
|
13415
13415
|
}
|
13416
|
-
return
|
13416
|
+
return createElementVNode(Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? createVNode(VIcon, {
|
13417
13417
|
"class": "v-select__menu-icon",
|
13418
13418
|
"color": vTextFieldRef.value?.fieldIconColor,
|
13419
13419
|
"icon": props.menuIcon
|
@@ -13564,17 +13564,17 @@ function highlightResult(name, text, matches) {
|
|
13564
13564
|
if (matches == null || !matches.length) return text;
|
13565
13565
|
return matches.map((match, i) => {
|
13566
13566
|
const start = i === 0 ? 0 : matches[i - 1][1];
|
13567
|
-
const result = [
|
13568
|
-
"class": `${name}__unmask`
|
13569
|
-
}, [text.slice(start, match[0])]),
|
13570
|
-
"class": `${name}__mask`
|
13567
|
+
const result = [createElementVNode("span", {
|
13568
|
+
"class": normalizeClass(`${name}__unmask`)
|
13569
|
+
}, [text.slice(start, match[0])]), createElementVNode("span", {
|
13570
|
+
"class": normalizeClass(`${name}__mask`)
|
13571
13571
|
}, [text.slice(match[0], match[1])])];
|
13572
13572
|
if (i === matches.length - 1) {
|
13573
|
-
result.push(
|
13574
|
-
"class": `${name}__unmask`
|
13573
|
+
result.push(createElementVNode("span", {
|
13574
|
+
"class": normalizeClass(`${name}__unmask`)
|
13575
13575
|
}, [text.slice(match[1])]));
|
13576
13576
|
}
|
13577
|
-
return
|
13577
|
+
return createElementVNode(Fragment, null, [result]);
|
13578
13578
|
});
|
13579
13579
|
}
|
13580
13580
|
|
@@ -13876,7 +13876,7 @@ const VAutocomplete = genericComponent()({
|
|
13876
13876
|
"onKeydown": onKeydown
|
13877
13877
|
}), {
|
13878
13878
|
...slots,
|
13879
|
-
default: () =>
|
13879
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VMenu, mergeProps({
|
13880
13880
|
"ref": vMenuRef,
|
13881
13881
|
"modelValue": menu.value,
|
13882
13882
|
"onUpdate:modelValue": $event => menu.value = $event,
|
@@ -13935,7 +13935,7 @@ const VAutocomplete = genericComponent()({
|
|
13935
13935
|
let {
|
13936
13936
|
isSelected
|
13937
13937
|
} = _ref4;
|
13938
|
-
return
|
13938
|
+
return createElementVNode(Fragment, null, [props.multiple && !props.hideSelected ? createVNode(VCheckboxBtn, {
|
13939
13939
|
"key": item.value,
|
13940
13940
|
"modelValue": isSelected,
|
13941
13941
|
"ripple": false,
|
@@ -13984,10 +13984,10 @@ const VAutocomplete = genericComponent()({
|
|
13984
13984
|
index
|
13985
13985
|
})) : undefined;
|
13986
13986
|
if (hasSlot && !slotContent) return undefined;
|
13987
|
-
return
|
13987
|
+
return createElementVNode("div", {
|
13988
13988
|
"key": item.value,
|
13989
|
-
"class": ['v-autocomplete__selection', index === selectionIndex.value && ['v-autocomplete__selection--selected', textColorClasses.value]],
|
13990
|
-
"style": index === selectionIndex.value ? textColorStyles.value : {}
|
13989
|
+
"class": normalizeClass(['v-autocomplete__selection', index === selectionIndex.value && ['v-autocomplete__selection--selected', textColorClasses.value]]),
|
13990
|
+
"style": normalizeStyle(index === selectionIndex.value ? textColorStyles.value : {})
|
13991
13991
|
}, [hasChips.value ? !slots.chip ? createVNode(VChip, mergeProps({
|
13992
13992
|
"key": "chip",
|
13993
13993
|
"closable": props.closableChips,
|
@@ -14005,9 +14005,9 @@ const VAutocomplete = genericComponent()({
|
|
14005
14005
|
}
|
14006
14006
|
}, {
|
14007
14007
|
default: () => [slotContent]
|
14008
|
-
}) : slotContent ??
|
14008
|
+
}) : slotContent ?? createElementVNode("span", {
|
14009
14009
|
"class": "v-autocomplete__selection-text"
|
14010
|
-
}, [item.title, props.multiple && index < model.value.length - 1 &&
|
14010
|
+
}, [item.title, props.multiple && index < model.value.length - 1 && createElementVNode("span", {
|
14011
14011
|
"class": "v-autocomplete__selection-comma"
|
14012
14012
|
}, [createTextVNode(",")])])]);
|
14013
14013
|
})]),
|
@@ -14015,7 +14015,7 @@ const VAutocomplete = genericComponent()({
|
|
14015
14015
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
14016
14016
|
args[_key] = arguments[_key];
|
14017
14017
|
}
|
14018
|
-
return
|
14018
|
+
return createElementVNode(Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? createVNode(VIcon, {
|
14019
14019
|
"class": "v-autocomplete__menu-icon",
|
14020
14020
|
"color": vTextFieldRef.value?.fieldIconColor,
|
14021
14021
|
"icon": props.menuIcon,
|
@@ -14112,12 +14112,12 @@ const VBadge = genericComponent()({
|
|
14112
14112
|
}, attrs, {
|
14113
14113
|
"style": props.style
|
14114
14114
|
}), {
|
14115
|
-
default: () => [
|
14115
|
+
default: () => [createElementVNode("div", {
|
14116
14116
|
"class": "v-badge__wrapper"
|
14117
14117
|
}, [ctx.slots.default?.(), createVNode(MaybeTransition, {
|
14118
14118
|
"transition": props.transition
|
14119
14119
|
}, {
|
14120
|
-
default: () => [withDirectives(
|
14120
|
+
default: () => [withDirectives(createElementVNode("span", mergeProps({
|
14121
14121
|
"class": ['v-badge__badge', themeClasses.value, backgroundColorClasses.value, roundedClasses.value, textColorClasses.value],
|
14122
14122
|
"style": [backgroundColorStyles.value, textColorStyles.value, props.inline ? {} : locationStyles.value],
|
14123
14123
|
"aria-atomic": "true",
|
@@ -14154,9 +14154,9 @@ const VBannerActions = genericComponent()({
|
|
14154
14154
|
variant: 'text'
|
14155
14155
|
}
|
14156
14156
|
});
|
14157
|
-
useRender(() =>
|
14158
|
-
"class": ['v-banner-actions', props.class],
|
14159
|
-
"style": props.style
|
14157
|
+
useRender(() => createElementVNode("div", {
|
14158
|
+
"class": normalizeClass(['v-banner-actions', props.class]),
|
14159
|
+
"style": normalizeStyle(props.style)
|
14160
14160
|
}, [slots.default?.()]));
|
14161
14161
|
return {};
|
14162
14162
|
}
|
@@ -14242,15 +14242,15 @@ const VBanner = genericComponent()({
|
|
14242
14242
|
const hasPrependMedia = !!(props.avatar || props.icon);
|
14243
14243
|
const hasPrepend = !!(hasPrependMedia || slots.prepend);
|
14244
14244
|
return createVNode(props.tag, {
|
14245
|
-
"class": ['v-banner', {
|
14245
|
+
"class": normalizeClass(['v-banner', {
|
14246
14246
|
'v-banner--stacked': props.stacked || mobile.value,
|
14247
14247
|
'v-banner--sticky': props.sticky,
|
14248
14248
|
[`v-banner--${props.lines}-line`]: !!props.lines
|
14249
|
-
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, displayClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class],
|
14250
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style],
|
14249
|
+
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, displayClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class]),
|
14250
|
+
"style": normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style]),
|
14251
14251
|
"role": "banner"
|
14252
14252
|
}, {
|
14253
|
-
default: () => [hasPrepend &&
|
14253
|
+
default: () => [hasPrepend && createElementVNode("div", {
|
14254
14254
|
"key": "prepend",
|
14255
14255
|
"class": "v-banner__prepend"
|
14256
14256
|
}, [!slots.prepend ? createVNode(VAvatar, {
|
@@ -14270,7 +14270,7 @@ const VBanner = genericComponent()({
|
|
14270
14270
|
image: props.avatar
|
14271
14271
|
}
|
14272
14272
|
}
|
14273
|
-
}, slots.prepend)]),
|
14273
|
+
}, slots.prepend)]), createElementVNode("div", {
|
14274
14274
|
"class": "v-banner__content"
|
14275
14275
|
}, [hasText && createVNode(VBannerText, {
|
14276
14276
|
"key": "text"
|
@@ -14379,16 +14379,16 @@ const VBottomNavigation = genericComponent()({
|
|
14379
14379
|
});
|
14380
14380
|
useRender(() => {
|
14381
14381
|
return createVNode(props.tag, {
|
14382
|
-
"class": ['v-bottom-navigation', {
|
14382
|
+
"class": normalizeClass(['v-bottom-navigation', {
|
14383
14383
|
'v-bottom-navigation--active': isActive.value,
|
14384
14384
|
'v-bottom-navigation--grow': props.grow,
|
14385
14385
|
'v-bottom-navigation--shift': props.mode === 'shift'
|
14386
|
-
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
14387
|
-
"style": [backgroundColorStyles.value, layoutItemStyles.value, {
|
14386
|
+
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
|
14387
|
+
"style": normalizeStyle([backgroundColorStyles.value, layoutItemStyles.value, {
|
14388
14388
|
height: convertToUnit(height.value)
|
14389
|
-
}, ssrBootStyles.value, props.style]
|
14389
|
+
}, ssrBootStyles.value, props.style])
|
14390
14390
|
}, {
|
14391
|
-
default: () => [slots.default &&
|
14391
|
+
default: () => [slots.default && createElementVNode("div", {
|
14392
14392
|
"class": "v-bottom-navigation__content"
|
14393
14393
|
}, [slots.default()])]
|
14394
14394
|
});
|
@@ -14575,10 +14575,10 @@ const VBreadcrumbsDivider = genericComponent()({
|
|
14575
14575
|
let {
|
14576
14576
|
slots
|
14577
14577
|
} = _ref;
|
14578
|
-
useRender(() =>
|
14578
|
+
useRender(() => createElementVNode("li", {
|
14579
14579
|
"aria-hidden": "true",
|
14580
|
-
"class": ['v-breadcrumbs-divider', props.class],
|
14581
|
-
"style": props.style
|
14580
|
+
"class": normalizeClass(['v-breadcrumbs-divider', props.class]),
|
14581
|
+
"style": normalizeStyle(props.style)
|
14582
14582
|
}, [slots?.default?.() ?? props.divider]));
|
14583
14583
|
return {};
|
14584
14584
|
}
|
@@ -14613,15 +14613,15 @@ const VBreadcrumbsItem = genericComponent()({
|
|
14613
14613
|
} = useTextColor(() => isActive.value ? props.activeColor : props.color);
|
14614
14614
|
useRender(() => {
|
14615
14615
|
return createVNode(props.tag, {
|
14616
|
-
"class": ['v-breadcrumbs-item', {
|
14616
|
+
"class": normalizeClass(['v-breadcrumbs-item', {
|
14617
14617
|
'v-breadcrumbs-item--active': isActive.value,
|
14618
14618
|
'v-breadcrumbs-item--disabled': props.disabled,
|
14619
14619
|
[`${props.activeClass}`]: isActive.value && props.activeClass
|
14620
|
-
}, textColorClasses.value, props.class],
|
14621
|
-
"style": [textColorStyles.value, props.style],
|
14620
|
+
}, textColorClasses.value, props.class]),
|
14621
|
+
"style": normalizeStyle([textColorStyles.value, props.style]),
|
14622
14622
|
"aria-current": isActive.value ? 'page' : undefined
|
14623
14623
|
}, {
|
14624
|
-
default: () => [!link.isLink.value ? slots.default?.() ?? props.title :
|
14624
|
+
default: () => [!link.isLink.value ? slots.default?.() ?? props.title : createElementVNode("a", mergeProps({
|
14625
14625
|
"class": "v-breadcrumbs-item--link",
|
14626
14626
|
"onClick": link.navigate
|
14627
14627
|
}, link.linkProps), [slots.default?.() ?? props.title])]
|
@@ -14697,10 +14697,10 @@ const VBreadcrumbs = genericComponent()({
|
|
14697
14697
|
useRender(() => {
|
14698
14698
|
const hasPrepend = !!(slots.prepend || props.icon);
|
14699
14699
|
return createVNode(props.tag, {
|
14700
|
-
"class": ['v-breadcrumbs', backgroundColorClasses.value, densityClasses.value, roundedClasses.value, props.class],
|
14701
|
-
"style": [backgroundColorStyles.value, props.style]
|
14700
|
+
"class": normalizeClass(['v-breadcrumbs', backgroundColorClasses.value, densityClasses.value, roundedClasses.value, props.class]),
|
14701
|
+
"style": normalizeStyle([backgroundColorStyles.value, props.style])
|
14702
14702
|
}, {
|
14703
|
-
default: () => [hasPrepend &&
|
14703
|
+
default: () => [hasPrepend && createElementVNode("li", {
|
14704
14704
|
"key": "prepend",
|
14705
14705
|
"class": "v-breadcrumbs__prepend"
|
14706
14706
|
}, [!slots.prepend ? createVNode(VIcon, {
|
@@ -14721,7 +14721,7 @@ const VBreadcrumbs = genericComponent()({
|
|
14721
14721
|
item,
|
14722
14722
|
raw
|
14723
14723
|
} = _ref2;
|
14724
|
-
return
|
14724
|
+
return createElementVNode(Fragment, null, [slots.item?.({
|
14725
14725
|
item,
|
14726
14726
|
index
|
14727
14727
|
}) ?? createVNode(VBreadcrumbsItem, mergeProps({
|
@@ -14760,9 +14760,9 @@ const VCardActions = genericComponent()({
|
|
14760
14760
|
variant: 'text'
|
14761
14761
|
}
|
14762
14762
|
});
|
14763
|
-
useRender(() =>
|
14764
|
-
"class": ['v-card-actions', props.class],
|
14765
|
-
"style": props.style
|
14763
|
+
useRender(() => createElementVNode("div", {
|
14764
|
+
"class": normalizeClass(['v-card-actions', props.class]),
|
14765
|
+
"style": normalizeStyle(props.style)
|
14766
14766
|
}, [slots.default?.()]));
|
14767
14767
|
return {};
|
14768
14768
|
}
|
@@ -14781,10 +14781,10 @@ const VCardSubtitle = genericComponent()({
|
|
14781
14781
|
slots
|
14782
14782
|
} = _ref;
|
14783
14783
|
useRender(() => createVNode(props.tag, {
|
14784
|
-
"class": ['v-card-subtitle', props.class],
|
14785
|
-
"style": [{
|
14784
|
+
"class": normalizeClass(['v-card-subtitle', props.class]),
|
14785
|
+
"style": normalizeStyle([{
|
14786
14786
|
'--v-card-subtitle-opacity': props.opacity
|
14787
|
-
}, props.style]
|
14787
|
+
}, props.style])
|
14788
14788
|
}, slots));
|
14789
14789
|
return {};
|
14790
14790
|
}
|
@@ -14823,13 +14823,13 @@ const VCardItem = genericComponent()({
|
|
14823
14823
|
const hasAppend = !!(hasAppendMedia || slots.append);
|
14824
14824
|
const hasTitle = !!(props.title != null || slots.title);
|
14825
14825
|
const hasSubtitle = !!(props.subtitle != null || slots.subtitle);
|
14826
|
-
return
|
14827
|
-
"class": ['v-card-item', props.class],
|
14828
|
-
"style": props.style
|
14829
|
-
}, [hasPrepend &&
|
14826
|
+
return createElementVNode("div", {
|
14827
|
+
"class": normalizeClass(['v-card-item', props.class]),
|
14828
|
+
"style": normalizeStyle(props.style)
|
14829
|
+
}, [hasPrepend && createElementVNode("div", {
|
14830
14830
|
"key": "prepend",
|
14831
14831
|
"class": "v-card-item__prepend"
|
14832
|
-
}, [!slots.prepend ?
|
14832
|
+
}, [!slots.prepend ? createElementVNode(Fragment, null, [props.prependAvatar && createVNode(VAvatar, {
|
14833
14833
|
"key": "prepend-avatar",
|
14834
14834
|
"density": props.density,
|
14835
14835
|
"image": props.prependAvatar
|
@@ -14850,7 +14850,7 @@ const VCardItem = genericComponent()({
|
|
14850
14850
|
icon: props.prependIcon
|
14851
14851
|
}
|
14852
14852
|
}
|
14853
|
-
}, slots.prepend)]),
|
14853
|
+
}, slots.prepend)]), createElementVNode("div", {
|
14854
14854
|
"class": "v-card-item__content"
|
14855
14855
|
}, [hasTitle && createVNode(VCardTitle, {
|
14856
14856
|
"key": "title"
|
@@ -14860,10 +14860,10 @@ const VCardItem = genericComponent()({
|
|
14860
14860
|
"key": "subtitle"
|
14861
14861
|
}, {
|
14862
14862
|
default: () => [slots.subtitle?.() ?? toDisplayString(props.subtitle)]
|
14863
|
-
}), slots.default?.()]), hasAppend &&
|
14863
|
+
}), slots.default?.()]), hasAppend && createElementVNode("div", {
|
14864
14864
|
"key": "append",
|
14865
14865
|
"class": "v-card-item__append"
|
14866
|
-
}, [!slots.append ?
|
14866
|
+
}, [!slots.append ? createElementVNode(Fragment, null, [props.appendIcon && createVNode(VIcon, {
|
14867
14867
|
"key": "append-icon",
|
14868
14868
|
"density": props.density,
|
14869
14869
|
"icon": props.appendIcon
|
@@ -14903,10 +14903,10 @@ const VCardText = genericComponent()({
|
|
14903
14903
|
slots
|
14904
14904
|
} = _ref;
|
14905
14905
|
useRender(() => createVNode(props.tag, {
|
14906
|
-
"class": ['v-card-text', props.class],
|
14907
|
-
"style": [{
|
14906
|
+
"class": normalizeClass(['v-card-text', props.class]),
|
14907
|
+
"style": normalizeStyle([{
|
14908
14908
|
'--v-card-text-opacity': props.opacity
|
14909
|
-
}, props.style]
|
14909
|
+
}, props.style])
|
14910
14910
|
}, slots));
|
14911
14911
|
return {};
|
14912
14912
|
}
|
@@ -14962,7 +14962,7 @@ const makeVCardProps = propsFactory({
|
|
14962
14962
|
const VCard = genericComponent()({
|
14963
14963
|
name: 'VCard',
|
14964
14964
|
directives: {
|
14965
|
-
Ripple
|
14965
|
+
vRipple: Ripple
|
14966
14966
|
},
|
14967
14967
|
props: makeVCardProps(),
|
14968
14968
|
setup(props, _ref) {
|
@@ -15026,7 +15026,7 @@ const VCard = genericComponent()({
|
|
15026
15026
|
"onClick": isClickable && link.navigate,
|
15027
15027
|
"tabindex": props.disabled ? -1 : undefined
|
15028
15028
|
}, link.linkProps), {
|
15029
|
-
default: () => [hasImage &&
|
15029
|
+
default: () => [hasImage && createElementVNode("div", {
|
15030
15030
|
"key": "image",
|
15031
15031
|
"class": "v-card__image"
|
15032
15032
|
}, [!slots.image ? createVNode(VImg, {
|
@@ -15069,7 +15069,7 @@ const VCard = genericComponent()({
|
|
15069
15069
|
}), slots.default?.(), slots.actions && createVNode(VCardActions, null, {
|
15070
15070
|
default: slots.actions
|
15071
15071
|
}), genOverlays(isClickable, 'v-card')]
|
15072
|
-
}), [[
|
15072
|
+
}), [[Ripple, isClickable && props.ripple]]);
|
15073
15073
|
});
|
15074
15074
|
return {};
|
15075
15075
|
}
|
@@ -15228,7 +15228,7 @@ const makeVWindowProps = propsFactory({
|
|
15228
15228
|
const VWindow = genericComponent()({
|
15229
15229
|
name: 'VWindow',
|
15230
15230
|
directives: {
|
15231
|
-
Touch
|
15231
|
+
vTouch: Touch
|
15232
15232
|
},
|
15233
15233
|
props: makeVWindowProps(),
|
15234
15234
|
emits: {
|
@@ -15300,7 +15300,7 @@ const VWindow = genericComponent()({
|
|
15300
15300
|
};
|
15301
15301
|
arrows.push(canMoveBack.value ? slots.prev ? slots.prev({
|
15302
15302
|
props: prevProps
|
15303
|
-
}) : createVNode(VBtn, prevProps, null) :
|
15303
|
+
}) : createVNode(VBtn, prevProps, null) : createElementVNode("div", null, null));
|
15304
15304
|
const nextProps = {
|
15305
15305
|
icon: isRtl.value ? props.prevIcon : props.nextIcon,
|
15306
15306
|
class: `v-window__${isRtlReverse.value ? 'left' : 'right'}`,
|
@@ -15309,7 +15309,7 @@ const VWindow = genericComponent()({
|
|
15309
15309
|
};
|
15310
15310
|
arrows.push(canMoveForward.value ? slots.next ? slots.next({
|
15311
15311
|
props: nextProps
|
15312
|
-
}) : createVNode(VBtn, nextProps, null) :
|
15312
|
+
}) : createVNode(VBtn, nextProps, null) : createElementVNode("div", null, null));
|
15313
15313
|
return arrows;
|
15314
15314
|
});
|
15315
15315
|
const touchOptions = computed(() => {
|
@@ -15335,24 +15335,24 @@ const VWindow = genericComponent()({
|
|
15335
15335
|
});
|
15336
15336
|
useRender(() => withDirectives(createVNode(props.tag, {
|
15337
15337
|
"ref": rootRef,
|
15338
|
-
"class": ['v-window', {
|
15338
|
+
"class": normalizeClass(['v-window', {
|
15339
15339
|
'v-window--show-arrows-on-hover': props.showArrows === 'hover'
|
15340
|
-
}, themeClasses.value, props.class],
|
15341
|
-
"style": props.style
|
15340
|
+
}, themeClasses.value, props.class]),
|
15341
|
+
"style": normalizeStyle(props.style)
|
15342
15342
|
}, {
|
15343
|
-
default: () => [
|
15343
|
+
default: () => [createElementVNode("div", {
|
15344
15344
|
"class": "v-window__container",
|
15345
|
-
"style": {
|
15345
|
+
"style": normalizeStyle({
|
15346
15346
|
height: transitionHeight.value
|
15347
|
-
}
|
15347
|
+
})
|
15348
15348
|
}, [slots.default?.({
|
15349
15349
|
group
|
15350
|
-
}), props.showArrows !== false &&
|
15350
|
+
}), props.showArrows !== false && createElementVNode("div", {
|
15351
15351
|
"class": "v-window__controls"
|
15352
15352
|
}, [arrows.value])]), slots.additional?.({
|
15353
15353
|
group
|
15354
15354
|
})]
|
15355
|
-
}), [[
|
15355
|
+
}), [[Touch, touchOptions.value]]));
|
15356
15356
|
return {
|
15357
15357
|
group
|
15358
15358
|
};
|
@@ -15437,12 +15437,12 @@ const VCarousel = genericComponent()({
|
|
15437
15437
|
let {
|
15438
15438
|
group
|
15439
15439
|
} = _ref2;
|
15440
|
-
return
|
15440
|
+
return createElementVNode(Fragment, null, [!props.hideDelimiters && createElementVNode("div", {
|
15441
15441
|
"class": "v-carousel__controls",
|
15442
|
-
"style": {
|
15442
|
+
"style": normalizeStyle({
|
15443
15443
|
left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
|
15444
15444
|
right: props.verticalDelimiters === 'right' ? 0 : 'auto'
|
15445
|
-
}
|
15445
|
+
})
|
15446
15446
|
}, [group.items.value.length > 0 && createVNode(VDefaultsProvider, {
|
15447
15447
|
"defaults": {
|
15448
15448
|
VBtn: {
|
@@ -15496,7 +15496,7 @@ const makeVWindowItemProps = propsFactory({
|
|
15496
15496
|
const VWindowItem = genericComponent()({
|
15497
15497
|
name: 'VWindowItem',
|
15498
15498
|
directives: {
|
15499
|
-
Touch
|
15499
|
+
vTouch: Touch
|
15500
15500
|
},
|
15501
15501
|
props: makeVWindowItemProps(),
|
15502
15502
|
emits: {
|
@@ -15580,9 +15580,9 @@ const VWindowItem = genericComponent()({
|
|
15580
15580
|
"transition": transition.value,
|
15581
15581
|
"disabled": !isBooted.value
|
15582
15582
|
}, {
|
15583
|
-
default: () => [withDirectives(
|
15584
|
-
"class": ['v-window-item', groupItem.selectedClass.value, props.class],
|
15585
|
-
"style": props.style
|
15583
|
+
default: () => [withDirectives(createElementVNode("div", {
|
15584
|
+
"class": normalizeClass(['v-window-item', groupItem.selectedClass.value, props.class]),
|
15585
|
+
"style": normalizeStyle(props.style)
|
15586
15586
|
}, [hasContent.value && slots.default?.()]), [[vShow, groupItem.isSelected.value]])]
|
15587
15587
|
}));
|
15588
15588
|
return {
|
@@ -15782,21 +15782,21 @@ const VColorPickerCanvas = defineComponent({
|
|
15782
15782
|
immediate: true
|
15783
15783
|
});
|
15784
15784
|
onMounted(() => updateCanvas());
|
15785
|
-
useRender(() =>
|
15785
|
+
useRender(() => createElementVNode("div", {
|
15786
15786
|
"ref": resizeRef,
|
15787
|
-
"class": ['v-color-picker-canvas', props.class],
|
15788
|
-
"style": props.style,
|
15787
|
+
"class": normalizeClass(['v-color-picker-canvas', props.class]),
|
15788
|
+
"style": normalizeStyle(props.style),
|
15789
15789
|
"onMousedown": handleMouseDown,
|
15790
15790
|
"onTouchstartPassive": handleMouseDown
|
15791
|
-
}, [
|
15791
|
+
}, [createElementVNode("canvas", {
|
15792
15792
|
"ref": canvasRef,
|
15793
15793
|
"width": canvasWidth.value,
|
15794
15794
|
"height": canvasHeight.value
|
15795
|
-
}, null), props.color &&
|
15796
|
-
"class": ['v-color-picker-canvas__dot', {
|
15795
|
+
}, null), props.color && createElementVNode("div", {
|
15796
|
+
"class": normalizeClass(['v-color-picker-canvas__dot', {
|
15797
15797
|
'v-color-picker-canvas__dot--disabled': props.disabled
|
15798
|
-
}],
|
15799
|
-
"style": dotStyles.value
|
15798
|
+
}]),
|
15799
|
+
"style": normalizeStyle(dotStyles.value)
|
15800
15800
|
}, null)]));
|
15801
15801
|
return {};
|
15802
15802
|
}
|
@@ -15996,9 +15996,9 @@ const VColorPickerInput = _ref => {
|
|
15996
15996
|
label,
|
15997
15997
|
...rest
|
15998
15998
|
} = _ref;
|
15999
|
-
return
|
15999
|
+
return createElementVNode("div", {
|
16000
16000
|
"class": "v-color-picker-edit__input"
|
16001
|
-
}, [
|
16001
|
+
}, [createElementVNode("input", normalizeProps(guardReactiveProps(rest)), null), createElementVNode("span", null, [label])]);
|
16002
16002
|
};
|
16003
16003
|
const makeVColorPickerEditProps = propsFactory({
|
16004
16004
|
color: Object,
|
@@ -16055,9 +16055,9 @@ const VColorPickerEdit = defineComponent({
|
|
16055
16055
|
};
|
16056
16056
|
});
|
16057
16057
|
});
|
16058
|
-
useRender(() =>
|
16059
|
-
"class": ['v-color-picker-edit', props.class],
|
16060
|
-
"style": props.style
|
16058
|
+
useRender(() => createElementVNode("div", {
|
16059
|
+
"class": normalizeClass(['v-color-picker-edit', props.class]),
|
16060
|
+
"style": normalizeStyle(props.style)
|
16061
16061
|
}, [inputs.value?.map(props => createVNode(VColorPickerInput, props, null)), enabledModes.value.length > 1 && createVNode(VBtn, {
|
16062
16062
|
"icon": "$unfold",
|
16063
16063
|
"size": "x-small",
|
@@ -16400,7 +16400,7 @@ const makeVSliderThumbProps = propsFactory({
|
|
16400
16400
|
const VSliderThumb = genericComponent()({
|
16401
16401
|
name: 'VSliderThumb',
|
16402
16402
|
directives: {
|
16403
|
-
Ripple
|
16403
|
+
vRipple: Ripple
|
16404
16404
|
},
|
16405
16405
|
props: makeVSliderThumbProps(),
|
16406
16406
|
emits: {
|
@@ -16480,15 +16480,15 @@ const VSliderThumb = genericComponent()({
|
|
16480
16480
|
}
|
16481
16481
|
useRender(() => {
|
16482
16482
|
const positionPercentage = convertToUnit(indexFromEnd.value ? 100 - props.position : props.position, '%');
|
16483
|
-
return
|
16484
|
-
"class": ['v-slider-thumb', {
|
16483
|
+
return createElementVNode("div", {
|
16484
|
+
"class": normalizeClass(['v-slider-thumb', {
|
16485
16485
|
'v-slider-thumb--focused': props.focused,
|
16486
16486
|
'v-slider-thumb--pressed': props.focused && mousePressed.value
|
16487
|
-
}, props.class, rtlClasses.value],
|
16488
|
-
"style": [{
|
16487
|
+
}, props.class, rtlClasses.value]),
|
16488
|
+
"style": normalizeStyle([{
|
16489
16489
|
'--v-slider-thumb-position': positionPercentage,
|
16490
16490
|
'--v-slider-thumb-size': convertToUnit(thumbSize.value)
|
16491
|
-
}, props.style],
|
16491
|
+
}, props.style]),
|
16492
16492
|
"role": "slider",
|
16493
16493
|
"tabindex": disabled.value ? -1 : 0,
|
16494
16494
|
"aria-label": props.name,
|
@@ -16498,25 +16498,25 @@ const VSliderThumb = genericComponent()({
|
|
16498
16498
|
"aria-readonly": !!readonly.value,
|
16499
16499
|
"aria-orientation": direction.value,
|
16500
16500
|
"onKeydown": !readonly.value ? onKeydown : undefined
|
16501
|
-
}, [
|
16502
|
-
"class": ['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value],
|
16503
|
-
"style": {
|
16501
|
+
}, [createElementVNode("div", {
|
16502
|
+
"class": normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
|
16503
|
+
"style": normalizeStyle({
|
16504
16504
|
...textColorStyles.value
|
16505
|
-
}
|
16506
|
-
}, null), withDirectives(
|
16507
|
-
"class": ['v-slider-thumb__ripple', textColorClasses.value],
|
16508
|
-
"style": textColorStyles.value
|
16509
|
-
}, null), [[
|
16505
|
+
})
|
16506
|
+
}, null), withDirectives(createElementVNode("div", {
|
16507
|
+
"class": normalizeClass(['v-slider-thumb__ripple', textColorClasses.value]),
|
16508
|
+
"style": normalizeStyle(textColorStyles.value)
|
16509
|
+
}, null), [[Ripple, props.ripple, null, {
|
16510
16510
|
circle: true,
|
16511
16511
|
center: true
|
16512
16512
|
}]]), createVNode(VScaleTransition, {
|
16513
16513
|
"origin": "bottom center"
|
16514
16514
|
}, {
|
16515
|
-
default: () => [withDirectives(
|
16515
|
+
default: () => [withDirectives(createElementVNode("div", {
|
16516
16516
|
"class": "v-slider-thumb__label-container"
|
16517
|
-
}, [
|
16517
|
+
}, [createElementVNode("div", {
|
16518
16518
|
"class": ['v-slider-thumb__label']
|
16519
|
-
}, [
|
16519
|
+
}, [createElementVNode("div", null, [slots['thumb-label']?.({
|
16520
16520
|
modelValue: props.modelValue
|
16521
16521
|
}) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])])]), [[vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
|
16522
16522
|
})]);
|
@@ -16593,17 +16593,17 @@ const VSliderTrack = genericComponent()({
|
|
16593
16593
|
const ticks = vertical.value ? parsedTicks.value.slice().reverse() : parsedTicks.value;
|
16594
16594
|
return ticks.map((tick, index) => {
|
16595
16595
|
const directionValue = tick.value !== min.value && tick.value !== max.value ? convertToUnit(tick.position, '%') : undefined;
|
16596
|
-
return
|
16596
|
+
return createElementVNode("div", {
|
16597
16597
|
"key": tick.value,
|
16598
|
-
"class": ['v-slider-track__tick', {
|
16598
|
+
"class": normalizeClass(['v-slider-track__tick', {
|
16599
16599
|
'v-slider-track__tick--filled': tick.position >= props.start && tick.position <= props.stop,
|
16600
16600
|
'v-slider-track__tick--first': tick.value === min.value,
|
16601
16601
|
'v-slider-track__tick--last': tick.value === max.value
|
16602
|
-
}],
|
16603
|
-
"style": {
|
16602
|
+
}]),
|
16603
|
+
"style": normalizeStyle({
|
16604
16604
|
[startDir.value]: directionValue
|
16605
|
-
}
|
16606
|
-
}, [(tick.label || slots['tick-label']) &&
|
16605
|
+
})
|
16606
|
+
}, [(tick.label || slots['tick-label']) && createElementVNode("div", {
|
16607
16607
|
"class": "v-slider-track__tick-label"
|
16608
16608
|
}, [slots['tick-label']?.({
|
16609
16609
|
tick,
|
@@ -16612,30 +16612,30 @@ const VSliderTrack = genericComponent()({
|
|
16612
16612
|
});
|
16613
16613
|
});
|
16614
16614
|
useRender(() => {
|
16615
|
-
return
|
16616
|
-
"class": ['v-slider-track', roundedClasses.value, props.class],
|
16617
|
-
"style": [{
|
16615
|
+
return createElementVNode("div", {
|
16616
|
+
"class": normalizeClass(['v-slider-track', roundedClasses.value, props.class]),
|
16617
|
+
"style": normalizeStyle([{
|
16618
16618
|
'--v-slider-track-size': convertToUnit(trackSize.value),
|
16619
16619
|
'--v-slider-tick-size': convertToUnit(tickSize.value)
|
16620
|
-
}, props.style]
|
16621
|
-
}, [
|
16622
|
-
"class": ['v-slider-track__background', trackColorClasses.value, {
|
16620
|
+
}, props.style])
|
16621
|
+
}, [createElementVNode("div", {
|
16622
|
+
"class": normalizeClass(['v-slider-track__background', trackColorClasses.value, {
|
16623
16623
|
'v-slider-track__background--opacity': !!color.value || !trackFillColor.value
|
16624
|
-
}],
|
16625
|
-
"style": {
|
16624
|
+
}]),
|
16625
|
+
"style": normalizeStyle({
|
16626
16626
|
...backgroundStyles.value,
|
16627
16627
|
...trackColorStyles.value
|
16628
|
-
}
|
16629
|
-
}, null),
|
16630
|
-
"class": ['v-slider-track__fill', trackFillColorClasses.value],
|
16631
|
-
"style": {
|
16628
|
+
})
|
16629
|
+
}, null), createElementVNode("div", {
|
16630
|
+
"class": normalizeClass(['v-slider-track__fill', trackFillColorClasses.value]),
|
16631
|
+
"style": normalizeStyle({
|
16632
16632
|
...trackFillStyles.value,
|
16633
16633
|
...trackFillColorStyles.value
|
16634
|
-
}
|
16635
|
-
}, null), showTicks.value &&
|
16636
|
-
"class": ['v-slider-track__ticks', {
|
16634
|
+
})
|
16635
|
+
}, null), showTicks.value && createElementVNode("div", {
|
16636
|
+
"class": normalizeClass(['v-slider-track__ticks', {
|
16637
16637
|
'v-slider-track__ticks--always-show': showTicks.value === 'always'
|
16638
|
-
}]
|
16638
|
+
}])
|
16639
16639
|
}, [computedTicks.value])]);
|
16640
16640
|
});
|
16641
16641
|
return {};
|
@@ -16729,7 +16729,7 @@ const VSlider = genericComponent()({
|
|
16729
16729
|
"focused": isFocused.value
|
16730
16730
|
}), {
|
16731
16731
|
...slots,
|
16732
|
-
prepend: hasPrepend ? slotProps =>
|
16732
|
+
prepend: hasPrepend ? slotProps => createElementVNode(Fragment, null, [slots.label?.(slotProps) ?? (props.label ? createVNode(VLabel, {
|
16733
16733
|
"id": slotProps.id.value,
|
16734
16734
|
"class": "v-slider__label",
|
16735
16735
|
"text": props.label
|
@@ -16739,11 +16739,11 @@ const VSlider = genericComponent()({
|
|
16739
16739
|
id,
|
16740
16740
|
messagesId
|
16741
16741
|
} = _ref4;
|
16742
|
-
return
|
16742
|
+
return createElementVNode("div", {
|
16743
16743
|
"class": "v-slider__container",
|
16744
16744
|
"onMousedown": !readonly.value ? onSliderMousedown : undefined,
|
16745
16745
|
"onTouchstartPassive": !readonly.value ? onSliderTouchstart : undefined
|
16746
|
-
}, [
|
16746
|
+
}, [createElementVNode("input", {
|
16747
16747
|
"id": id.value,
|
16748
16748
|
"name": props.name || id.value,
|
16749
16749
|
"disabled": !!props.disabled,
|
@@ -16816,12 +16816,12 @@ const VColorPickerPreview = defineComponent({
|
|
16816
16816
|
});
|
16817
16817
|
} catch (e) {}
|
16818
16818
|
}
|
16819
|
-
useRender(() =>
|
16820
|
-
"class": ['v-color-picker-preview', {
|
16819
|
+
useRender(() => createElementVNode("div", {
|
16820
|
+
"class": normalizeClass(['v-color-picker-preview', {
|
16821
16821
|
'v-color-picker-preview--hide-alpha': props.hideAlpha
|
16822
|
-
}, props.class],
|
16823
|
-
"style": props.style
|
16824
|
-
}, [SUPPORTS_EYE_DROPPER &&
|
16822
|
+
}, props.class]),
|
16823
|
+
"style": normalizeStyle(props.style)
|
16824
|
+
}, [SUPPORTS_EYE_DROPPER && createElementVNode("div", {
|
16825
16825
|
"class": "v-color-picker-preview__eye-dropper",
|
16826
16826
|
"key": "eyeDropper"
|
16827
16827
|
}, [createVNode(VBtn, {
|
@@ -16830,13 +16830,13 @@ const VColorPickerPreview = defineComponent({
|
|
16830
16830
|
"icon": "$eyeDropper",
|
16831
16831
|
"variant": "plain",
|
16832
16832
|
"onClick": openEyeDropper
|
16833
|
-
}, null)]),
|
16833
|
+
}, null)]), createElementVNode("div", {
|
16834
16834
|
"class": "v-color-picker-preview__dot"
|
16835
|
-
}, [
|
16836
|
-
"style": {
|
16835
|
+
}, [createElementVNode("div", {
|
16836
|
+
"style": normalizeStyle({
|
16837
16837
|
background: HSVtoCSS(props.color ?? nullColor)
|
16838
|
-
}
|
16839
|
-
}, null)]),
|
16838
|
+
})
|
16839
|
+
}, null)]), createElementVNode("div", {
|
16840
16840
|
"class": "v-color-picker-preview__sliders"
|
16841
16841
|
}, [createVNode(VSlider, {
|
16842
16842
|
"class": "v-color-picker-preview__track v-color-picker-preview__hue",
|
@@ -17221,24 +17221,24 @@ const VColorPickerSwatches = defineComponent({
|
|
17221
17221
|
let {
|
17222
17222
|
emit
|
17223
17223
|
} = _ref;
|
17224
|
-
useRender(() =>
|
17225
|
-
"class": ['v-color-picker-swatches', props.class],
|
17226
|
-
"style": [{
|
17224
|
+
useRender(() => createElementVNode("div", {
|
17225
|
+
"class": normalizeClass(['v-color-picker-swatches', props.class]),
|
17226
|
+
"style": normalizeStyle([{
|
17227
17227
|
maxHeight: convertToUnit(props.maxHeight)
|
17228
|
-
}, props.style]
|
17229
|
-
}, [
|
17228
|
+
}, props.style])
|
17229
|
+
}, [createElementVNode("div", null, [props.swatches.map(swatch => createElementVNode("div", {
|
17230
17230
|
"class": "v-color-picker-swatches__swatch"
|
17231
17231
|
}, [swatch.map(color => {
|
17232
17232
|
const rgba = parseColor(color);
|
17233
17233
|
const hsva = RGBtoHSV(rgba);
|
17234
17234
|
const background = RGBtoCSS(rgba);
|
17235
|
-
return
|
17235
|
+
return createElementVNode("div", {
|
17236
17236
|
"class": "v-color-picker-swatches__color",
|
17237
17237
|
"onClick": () => hsva && emit('update:color', hsva)
|
17238
|
-
}, [
|
17239
|
-
"style": {
|
17238
|
+
}, [createElementVNode("div", {
|
17239
|
+
"style": normalizeStyle({
|
17240
17240
|
background
|
17241
|
-
}
|
17241
|
+
})
|
17242
17242
|
}, [props.color && deepEqual(props.color, hsva) ? createVNode(VIcon, {
|
17243
17243
|
"size": "x-small",
|
17244
17244
|
"icon": "$success",
|
@@ -17297,8 +17297,8 @@ const VSheet = genericComponent()({
|
|
17297
17297
|
roundedClasses
|
17298
17298
|
} = useRounded(props);
|
17299
17299
|
useRender(() => createVNode(props.tag, {
|
17300
|
-
"class": ['v-sheet', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class],
|
17301
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style]
|
17300
|
+
"class": normalizeClass(['v-sheet', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class]),
|
17301
|
+
"style": normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style])
|
17302
17302
|
}, slots));
|
17303
17303
|
return {};
|
17304
17304
|
}
|
@@ -17337,17 +17337,17 @@ const VPicker = genericComponent()({
|
|
17337
17337
|
}, props.class],
|
17338
17338
|
"style": props.style
|
17339
17339
|
}), {
|
17340
|
-
default: () => [!props.hideHeader &&
|
17340
|
+
default: () => [!props.hideHeader && createElementVNode("div", {
|
17341
17341
|
"key": "header",
|
17342
|
-
"class": [backgroundColorClasses.value],
|
17343
|
-
"style": [backgroundColorStyles.value]
|
17342
|
+
"class": normalizeClass([backgroundColorClasses.value]),
|
17343
|
+
"style": normalizeStyle([backgroundColorStyles.value])
|
17344
17344
|
}, [hasTitle && createVNode(VPickerTitle, {
|
17345
17345
|
"key": "picker-title"
|
17346
17346
|
}, {
|
17347
17347
|
default: () => [slots.title?.() ?? props.title]
|
17348
|
-
}), slots.header &&
|
17348
|
+
}), slots.header && createElementVNode("div", {
|
17349
17349
|
"class": "v-picker__header"
|
17350
|
-
}, [slots.header()])]),
|
17350
|
+
}, [slots.header()])]), createElementVNode("div", {
|
17351
17351
|
"class": "v-picker__body"
|
17352
17352
|
}, [slots.default?.()]), slots.actions && createVNode(VDefaultsProvider, {
|
17353
17353
|
"defaults": {
|
@@ -17357,7 +17357,7 @@ const VPicker = genericComponent()({
|
|
17357
17357
|
}
|
17358
17358
|
}
|
17359
17359
|
}, {
|
17360
|
-
default: () => [
|
17360
|
+
default: () => [createElementVNode("div", {
|
17361
17361
|
"class": "v-picker__actions"
|
17362
17362
|
}, [slots.actions()])]
|
17363
17363
|
})]
|
@@ -18219,7 +18219,7 @@ const VColorPicker = defineComponent({
|
|
18219
18219
|
}, props.style]
|
18220
18220
|
}), {
|
18221
18221
|
...slots,
|
18222
|
-
default: () =>
|
18222
|
+
default: () => createElementVNode(Fragment, null, [!props.hideCanvas && createVNode(VColorPickerCanvas, {
|
18223
18223
|
"key": "canvas",
|
18224
18224
|
"color": currentColor.value,
|
18225
18225
|
"onUpdate:color": updateColor,
|
@@ -18227,7 +18227,7 @@ const VColorPicker = defineComponent({
|
|
18227
18227
|
"dotSize": props.dotSize,
|
18228
18228
|
"width": props.width,
|
18229
18229
|
"height": props.canvasHeight
|
18230
|
-
}, null), (!props.hideSliders || !props.hideInputs) &&
|
18230
|
+
}, null), (!props.hideSliders || !props.hideInputs) && createElementVNode("div", {
|
18231
18231
|
"key": "controls",
|
18232
18232
|
"class": "v-color-picker__controls"
|
18233
18233
|
}, [!props.hideSliders && createVNode(VColorPickerPreview, {
|
@@ -18602,7 +18602,7 @@ const VCombobox = genericComponent()({
|
|
18602
18602
|
"onKeydown": onKeydown
|
18603
18603
|
}), {
|
18604
18604
|
...slots,
|
18605
|
-
default: () =>
|
18605
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VMenu, mergeProps({
|
18606
18606
|
"ref": vMenuRef,
|
18607
18607
|
"modelValue": menu.value,
|
18608
18608
|
"onUpdate:modelValue": $event => menu.value = $event,
|
@@ -18661,7 +18661,7 @@ const VCombobox = genericComponent()({
|
|
18661
18661
|
let {
|
18662
18662
|
isSelected
|
18663
18663
|
} = _ref5;
|
18664
|
-
return
|
18664
|
+
return createElementVNode(Fragment, null, [props.multiple && !props.hideSelected ? createVNode(VCheckboxBtn, {
|
18665
18665
|
"key": item.value,
|
18666
18666
|
"modelValue": isSelected,
|
18667
18667
|
"ripple": false,
|
@@ -18710,10 +18710,10 @@ const VCombobox = genericComponent()({
|
|
18710
18710
|
index
|
18711
18711
|
})) : undefined;
|
18712
18712
|
if (hasSlot && !slotContent) return undefined;
|
18713
|
-
return
|
18713
|
+
return createElementVNode("div", {
|
18714
18714
|
"key": item.value,
|
18715
|
-
"class": ['v-combobox__selection', index === selectionIndex.value && ['v-combobox__selection--selected', textColorClasses.value]],
|
18716
|
-
"style": index === selectionIndex.value ? textColorStyles.value : {}
|
18715
|
+
"class": normalizeClass(['v-combobox__selection', index === selectionIndex.value && ['v-combobox__selection--selected', textColorClasses.value]]),
|
18716
|
+
"style": normalizeStyle(index === selectionIndex.value ? textColorStyles.value : {})
|
18717
18717
|
}, [hasChips.value ? !slots.chip ? createVNode(VChip, mergeProps({
|
18718
18718
|
"key": "chip",
|
18719
18719
|
"closable": props.closableChips,
|
@@ -18731,9 +18731,9 @@ const VCombobox = genericComponent()({
|
|
18731
18731
|
}
|
18732
18732
|
}, {
|
18733
18733
|
default: () => [slotContent]
|
18734
|
-
}) : slotContent ??
|
18734
|
+
}) : slotContent ?? createElementVNode("span", {
|
18735
18735
|
"class": "v-combobox__selection-text"
|
18736
|
-
}, [item.title, props.multiple && index < model.value.length - 1 &&
|
18736
|
+
}, [item.title, props.multiple && index < model.value.length - 1 && createElementVNode("span", {
|
18737
18737
|
"class": "v-combobox__selection-comma"
|
18738
18738
|
}, [createTextVNode(",")])])]);
|
18739
18739
|
})]),
|
@@ -18741,7 +18741,7 @@ const VCombobox = genericComponent()({
|
|
18741
18741
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
18742
18742
|
args[_key] = arguments[_key];
|
18743
18743
|
}
|
18744
|
-
return
|
18744
|
+
return createElementVNode(Fragment, null, [slots['append-inner']?.(...args), (!props.hideNoData || props.items.length) && props.menuIcon ? createVNode(VIcon, {
|
18745
18745
|
"class": "v-combobox__menu-icon",
|
18746
18746
|
"color": vTextFieldRef.value?.fieldIconColor,
|
18747
18747
|
"icon": props.menuIcon,
|
@@ -18829,7 +18829,7 @@ const VConfirmEdit = genericComponent()({
|
|
18829
18829
|
emit('cancel');
|
18830
18830
|
}
|
18831
18831
|
function actions(actionsProps) {
|
18832
|
-
return
|
18832
|
+
return createElementVNode(Fragment, null, [createVNode(VBtn, mergeProps({
|
18833
18833
|
"disabled": isCancelDisabled.value,
|
18834
18834
|
"variant": "text",
|
18835
18835
|
"color": props.color,
|
@@ -18845,7 +18845,7 @@ const VConfirmEdit = genericComponent()({
|
|
18845
18845
|
}
|
18846
18846
|
let actionsUsed = false;
|
18847
18847
|
useRender(() => {
|
18848
|
-
return
|
18848
|
+
return createElementVNode(Fragment, null, [slots.default?.({
|
18849
18849
|
model: internalModel,
|
18850
18850
|
save,
|
18851
18851
|
cancel,
|
@@ -19728,10 +19728,10 @@ const VDataIterator = genericComponent()({
|
|
19728
19728
|
groupedItems: paginatedItems.value
|
19729
19729
|
}));
|
19730
19730
|
useRender(() => createVNode(props.tag, {
|
19731
|
-
"class": ['v-data-iterator', {
|
19731
|
+
"class": normalizeClass(['v-data-iterator', {
|
19732
19732
|
'v-data-iterator--loading': props.loading
|
19733
|
-
}, props.class],
|
19734
|
-
"style": props.style
|
19733
|
+
}, props.class]),
|
19734
|
+
"style": normalizeStyle(props.style)
|
19735
19735
|
}, {
|
19736
19736
|
default: () => [slots.header?.(slotProps.value), createVNode(MaybeTransition, {
|
19737
19737
|
"transition": props.transition
|
@@ -19742,7 +19742,7 @@ const VDataIterator = genericComponent()({
|
|
19742
19742
|
"active": true
|
19743
19743
|
}, {
|
19744
19744
|
default: slotProps => slots.loader?.(slotProps)
|
19745
|
-
}) :
|
19745
|
+
}) : createElementVNode("div", {
|
19746
19746
|
"key": "items"
|
19747
19747
|
}, [!paginatedItems.value.length ? slots['no-data']?.() : slots.default?.(slotProps.value)])]
|
19748
19748
|
}), slots.footer?.(slotProps.value)]
|
@@ -20036,44 +20036,44 @@ const VPagination = genericComponent()({
|
|
20036
20036
|
}
|
20037
20037
|
useRender(() => createVNode(props.tag, {
|
20038
20038
|
"ref": resizeRef,
|
20039
|
-
"class": ['v-pagination', themeClasses.value, props.class],
|
20040
|
-
"style": props.style,
|
20039
|
+
"class": normalizeClass(['v-pagination', themeClasses.value, props.class]),
|
20040
|
+
"style": normalizeStyle(props.style),
|
20041
20041
|
"role": "navigation",
|
20042
20042
|
"aria-label": t(props.ariaLabel),
|
20043
20043
|
"onKeydown": onKeydown,
|
20044
20044
|
"data-test": "v-pagination-root"
|
20045
20045
|
}, {
|
20046
|
-
default: () => [
|
20046
|
+
default: () => [createElementVNode("ul", {
|
20047
20047
|
"class": "v-pagination__list"
|
20048
|
-
}, [props.showFirstLastPage &&
|
20048
|
+
}, [props.showFirstLastPage && createElementVNode("li", {
|
20049
20049
|
"key": "first",
|
20050
20050
|
"class": "v-pagination__first",
|
20051
20051
|
"data-test": "v-pagination-first"
|
20052
20052
|
}, [slots.first ? slots.first(controls.value.first) : createVNode(VBtn, mergeProps({
|
20053
20053
|
"_as": "VPaginationBtn"
|
20054
|
-
}, controls.value.first), null)]),
|
20054
|
+
}, controls.value.first), null)]), createElementVNode("li", {
|
20055
20055
|
"key": "prev",
|
20056
20056
|
"class": "v-pagination__prev",
|
20057
20057
|
"data-test": "v-pagination-prev"
|
20058
20058
|
}, [slots.prev ? slots.prev(controls.value.prev) : createVNode(VBtn, mergeProps({
|
20059
20059
|
"_as": "VPaginationBtn"
|
20060
|
-
}, controls.value.prev), null)]), items.value.map((item, index) =>
|
20060
|
+
}, controls.value.prev), null)]), items.value.map((item, index) => createElementVNode("li", {
|
20061
20061
|
"key": item.key,
|
20062
|
-
"class": ['v-pagination__item', {
|
20062
|
+
"class": normalizeClass(['v-pagination__item', {
|
20063
20063
|
'v-pagination__item--is-active': item.isActive
|
20064
|
-
}],
|
20064
|
+
}]),
|
20065
20065
|
"data-test": "v-pagination-item"
|
20066
20066
|
}, [slots.item ? slots.item(item) : createVNode(VBtn, mergeProps({
|
20067
20067
|
"_as": "VPaginationBtn"
|
20068
20068
|
}, item.props), {
|
20069
20069
|
default: () => [item.page]
|
20070
|
-
})])),
|
20070
|
+
})])), createElementVNode("li", {
|
20071
20071
|
"key": "next",
|
20072
20072
|
"class": "v-pagination__next",
|
20073
20073
|
"data-test": "v-pagination-next"
|
20074
20074
|
}, [slots.next ? slots.next(controls.value.next) : createVNode(VBtn, mergeProps({
|
20075
20075
|
"_as": "VPaginationBtn"
|
20076
|
-
}, controls.value.next), null)]), props.showFirstLastPage &&
|
20076
|
+
}, controls.value.next), null)]), props.showFirstLastPage && createElementVNode("li", {
|
20077
20077
|
"key": "last",
|
20078
20078
|
"class": "v-pagination__last",
|
20079
20079
|
"data-test": "v-pagination-last"
|
@@ -20182,20 +20182,20 @@ const VDataTableFooter = genericComponent()({
|
|
20182
20182
|
}));
|
20183
20183
|
useRender(() => {
|
20184
20184
|
const paginationProps = VPagination.filterProps(props);
|
20185
|
-
return
|
20185
|
+
return createElementVNode("div", {
|
20186
20186
|
"class": "v-data-table-footer"
|
20187
|
-
}, [slots.prepend?.(),
|
20187
|
+
}, [slots.prepend?.(), createElementVNode("div", {
|
20188
20188
|
"class": "v-data-table-footer__items-per-page"
|
20189
|
-
}, [
|
20189
|
+
}, [createElementVNode("span", null, [t(props.itemsPerPageText)]), createVNode(VSelect, {
|
20190
20190
|
"items": itemsPerPageOptions.value,
|
20191
20191
|
"modelValue": itemsPerPage.value,
|
20192
20192
|
"onUpdate:modelValue": v => setItemsPerPage(Number(v)),
|
20193
20193
|
"density": "compact",
|
20194
20194
|
"variant": "outlined",
|
20195
20195
|
"hide-details": true
|
20196
|
-
}, null)]),
|
20196
|
+
}, null)]), createElementVNode("div", {
|
20197
20197
|
"class": "v-data-table-footer__info"
|
20198
|
-
}, [
|
20198
|
+
}, [createElementVNode("div", null, [t(props.pageText, !itemsLength.value ? 0 : startIndex.value + 1, stopIndex.value, itemsLength.value)])]), createElementVNode("div", {
|
20199
20199
|
"class": "v-data-table-footer__pagination"
|
20200
20200
|
}, [createVNode(VPagination, mergeProps({
|
20201
20201
|
"modelValue": page.value,
|
@@ -20238,18 +20238,18 @@ const VDataTableColumn = defineFunctionalComponent({
|
|
20238
20238
|
} = _ref;
|
20239
20239
|
const Tag = props.tag ?? 'td';
|
20240
20240
|
return createVNode(Tag, {
|
20241
|
-
"class": ['v-data-table__td', {
|
20241
|
+
"class": normalizeClass(['v-data-table__td', {
|
20242
20242
|
'v-data-table-column--fixed': props.fixed,
|
20243
20243
|
'v-data-table-column--last-fixed': props.lastFixed,
|
20244
20244
|
'v-data-table-column--no-padding': props.noPadding,
|
20245
20245
|
'v-data-table-column--nowrap': props.nowrap
|
20246
|
-
}, `v-data-table-column--align-${props.align}`],
|
20247
|
-
"style": {
|
20246
|
+
}, `v-data-table-column--align-${props.align}`]),
|
20247
|
+
"style": normalizeStyle({
|
20248
20248
|
height: convertToUnit(props.height),
|
20249
20249
|
width: convertToUnit(props.width),
|
20250
20250
|
maxWidth: convertToUnit(props.maxWidth),
|
20251
20251
|
left: convertToUnit(props.fixedOffset || null)
|
20252
|
-
}
|
20252
|
+
})
|
20253
20253
|
}, {
|
20254
20254
|
default: () => [slots.default?.()]
|
20255
20255
|
});
|
@@ -20659,16 +20659,16 @@ const VDataTableHeaders = genericComponent()({
|
|
20659
20659
|
"onUpdate:modelValue": selectAll
|
20660
20660
|
}, null));
|
20661
20661
|
}
|
20662
|
-
return
|
20662
|
+
return createElementVNode("div", {
|
20663
20663
|
"class": "v-data-table-header__content"
|
20664
|
-
}, [
|
20664
|
+
}, [createElementVNode("span", null, [column.title]), column.sortable && !props.disableSort && createVNode(VIcon, {
|
20665
20665
|
"key": "icon",
|
20666
20666
|
"class": "v-data-table-header__sort-icon",
|
20667
20667
|
"icon": getSortIcon(column)
|
20668
|
-
}, null), props.multiSort && isSorted(column) &&
|
20668
|
+
}, null), props.multiSort && isSorted(column) && createElementVNode("div", {
|
20669
20669
|
"key": "badge",
|
20670
|
-
"class": ['v-data-table-header__sort-badge', ...backgroundColorClasses.value],
|
20671
|
-
"style": backgroundColorStyles.value
|
20670
|
+
"class": normalizeClass(['v-data-table-header__sort-badge', ...backgroundColorClasses.value]),
|
20671
|
+
"style": normalizeStyle(backgroundColorStyles.value)
|
20672
20672
|
}, [sortBy.value.findIndex(x => x.key === column.key) + 1])]);
|
20673
20673
|
}
|
20674
20674
|
});
|
@@ -20687,7 +20687,7 @@ const VDataTableHeaders = genericComponent()({
|
|
20687
20687
|
"class": [...headerCellClasses.value],
|
20688
20688
|
"colspan": headers.value.length + 1
|
20689
20689
|
}, props.headerProps), {
|
20690
|
-
default: () => [
|
20690
|
+
default: () => [createElementVNode("div", {
|
20691
20691
|
"class": "v-data-table-header__content"
|
20692
20692
|
}, [createVNode(VSelect, {
|
20693
20693
|
"chips": true,
|
@@ -20711,7 +20711,7 @@ const VDataTableHeaders = genericComponent()({
|
|
20711
20711
|
}
|
20712
20712
|
}, {
|
20713
20713
|
default: () => [props.item.title, createVNode(VIcon, {
|
20714
|
-
"class": ['v-data-table__td-sort-icon', isSorted(props.item.raw) && 'v-data-table__td-sort-icon-active'],
|
20714
|
+
"class": normalizeClass(['v-data-table__td-sort-icon', isSorted(props.item.raw) && 'v-data-table__td-sort-icon-active']),
|
20715
20715
|
"icon": getSortIcon(props.item.raw),
|
20716
20716
|
"size": "small"
|
20717
20717
|
}, null)]
|
@@ -20720,13 +20720,13 @@ const VDataTableHeaders = genericComponent()({
|
|
20720
20720
|
});
|
20721
20721
|
};
|
20722
20722
|
useRender(() => {
|
20723
|
-
return mobile.value ?
|
20723
|
+
return mobile.value ? createElementVNode("tr", null, [createVNode(VDataTableMobileHeaderCell, null, null)]) : createElementVNode(Fragment, null, [slots.headers ? slots.headers(slotProps.value) : headers.value.map((row, y) => createElementVNode("tr", null, [row.map((column, x) => createVNode(VDataTableHeaderCell, {
|
20724
20724
|
"column": column,
|
20725
20725
|
"x": x,
|
20726
20726
|
"y": y
|
20727
|
-
}, null))])), props.loading &&
|
20727
|
+
}, null))])), props.loading && createElementVNode("tr", {
|
20728
20728
|
"class": "v-data-table-progress"
|
20729
|
-
}, [
|
20729
|
+
}, [createElementVNode("th", {
|
20730
20730
|
"colspan": columns.value.length
|
20731
20731
|
}, [createVNode(LoaderSlot, {
|
20732
20732
|
"name": "v-data-table-progress",
|
@@ -20772,11 +20772,11 @@ const VDataTableGroupHeaderRow = genericComponent()({
|
|
20772
20772
|
const rows = computed(() => {
|
20773
20773
|
return extractRows([props.item]);
|
20774
20774
|
});
|
20775
|
-
return () =>
|
20775
|
+
return () => createElementVNode("tr", {
|
20776
20776
|
"class": "v-data-table-group-header-row",
|
20777
|
-
"style": {
|
20777
|
+
"style": normalizeStyle({
|
20778
20778
|
'--v-data-table-group-header-row-depth': props.item.depth
|
20779
|
-
}
|
20779
|
+
})
|
20780
20780
|
}, [columns.value.map(column => {
|
20781
20781
|
if (column.key === 'data-table-group') {
|
20782
20782
|
const icon = isGroupOpen(props.item) ? '$expand' : '$next';
|
@@ -20796,7 +20796,7 @@ const VDataTableGroupHeaderRow = genericComponent()({
|
|
20796
20796
|
"variant": "text",
|
20797
20797
|
"icon": icon,
|
20798
20798
|
"onClick": onClick
|
20799
|
-
}, null),
|
20799
|
+
}, null), createElementVNode("span", null, [props.item.value]), createElementVNode("span", null, [createTextVNode("("), rows.value.length, createTextVNode(")")])]
|
20800
20800
|
});
|
20801
20801
|
}
|
20802
20802
|
if (column.key === 'data-table-select') {
|
@@ -20809,13 +20809,13 @@ const VDataTableGroupHeaderRow = genericComponent()({
|
|
20809
20809
|
indeterminate,
|
20810
20810
|
'onUpdate:modelValue': selectGroup
|
20811
20811
|
}
|
20812
|
-
}) ??
|
20812
|
+
}) ?? createElementVNode("td", null, [createVNode(VCheckboxBtn, {
|
20813
20813
|
"modelValue": modelValue,
|
20814
20814
|
"indeterminate": indeterminate,
|
20815
20815
|
"onUpdate:modelValue": selectGroup
|
20816
20816
|
}, null)]);
|
20817
20817
|
}
|
20818
|
-
return
|
20818
|
+
return createElementVNode("td", null, null);
|
20819
20819
|
})]);
|
20820
20820
|
}
|
20821
20821
|
});
|
@@ -20861,10 +20861,10 @@ const VDataTableRow = genericComponent()({
|
|
20861
20861
|
const {
|
20862
20862
|
columns
|
20863
20863
|
} = useHeaders();
|
20864
|
-
useRender(() =>
|
20865
|
-
"class": ['v-data-table__tr', {
|
20864
|
+
useRender(() => createElementVNode("tr", {
|
20865
|
+
"class": normalizeClass(['v-data-table__tr', {
|
20866
20866
|
'v-data-table__tr--clickable': !!(props.onClick || props.onContextmenu || props.onDblclick)
|
20867
|
-
}, displayClasses.value],
|
20867
|
+
}, displayClasses.value]),
|
20868
20868
|
"onClick": props.onClick,
|
20869
20869
|
"onContextmenu": props.onContextmenu,
|
20870
20870
|
"onDblclick": props.onDblclick
|
@@ -20953,9 +20953,9 @@ const VDataTableRow = genericComponent()({
|
|
20953
20953
|
}
|
20954
20954
|
if (slots[slotName] && !mobile.value) return slots[slotName](slotProps);
|
20955
20955
|
const displayValue = toDisplayString(slotProps.value);
|
20956
|
-
return !mobile.value ? displayValue :
|
20956
|
+
return !mobile.value ? displayValue : createElementVNode(Fragment, null, [createElementVNode("div", {
|
20957
20957
|
"class": "v-data-table__td-title"
|
20958
|
-
}, [slots[headerSlotName]?.(columnSlotProps) ?? column.title]),
|
20958
|
+
}, [slots[headerSlotName]?.(columnSlotProps) ?? column.title]), createElementVNode("div", {
|
20959
20959
|
"class": "v-data-table__td-value"
|
20960
20960
|
}, [slots[slotName]?.(slotProps) ?? displayValue])]);
|
20961
20961
|
}
|
@@ -21018,22 +21018,22 @@ const VDataTableRows = genericComponent()({
|
|
21018
21018
|
} = useDisplay(props);
|
21019
21019
|
useRender(() => {
|
21020
21020
|
if (props.loading && (!props.items.length || slots.loading)) {
|
21021
|
-
return
|
21021
|
+
return createElementVNode("tr", {
|
21022
21022
|
"class": "v-data-table-rows-loading",
|
21023
21023
|
"key": "loading"
|
21024
|
-
}, [
|
21024
|
+
}, [createElementVNode("td", {
|
21025
21025
|
"colspan": columns.value.length
|
21026
21026
|
}, [slots.loading?.() ?? t(props.loadingText)])]);
|
21027
21027
|
}
|
21028
21028
|
if (!props.loading && !props.items.length && !props.hideNoData) {
|
21029
|
-
return
|
21029
|
+
return createElementVNode("tr", {
|
21030
21030
|
"class": "v-data-table-rows-no-data",
|
21031
21031
|
"key": "no-data"
|
21032
|
-
}, [
|
21032
|
+
}, [createElementVNode("td", {
|
21033
21033
|
"colspan": columns.value.length
|
21034
21034
|
}, [slots['no-data']?.() ?? t(props.noDataText)])]);
|
21035
21035
|
}
|
21036
|
-
return
|
21036
|
+
return createElementVNode(Fragment, null, [props.items.map((item, index) => {
|
21037
21037
|
if (item.type === 'group') {
|
21038
21038
|
const slotProps = {
|
21039
21039
|
index,
|
@@ -21078,7 +21078,7 @@ const VDataTableRows = genericComponent()({
|
|
21078
21078
|
internalItem: slotProps.internalItem
|
21079
21079
|
}) : props.rowProps)
|
21080
21080
|
};
|
21081
|
-
return
|
21081
|
+
return createElementVNode(Fragment, {
|
21082
21082
|
"key": itemSlotProps.props.key
|
21083
21083
|
}, [slots.item ? slots.item(itemSlotProps) : createVNode(VDataTableRow, itemSlotProps.props, slots), isExpanded(item) && slots['expanded-row']?.(slotProps)]);
|
21084
21084
|
})]);
|
@@ -21112,22 +21112,22 @@ const VTable = genericComponent()({
|
|
21112
21112
|
densityClasses
|
21113
21113
|
} = useDensity(props);
|
21114
21114
|
useRender(() => createVNode(props.tag, {
|
21115
|
-
"class": ['v-table', {
|
21115
|
+
"class": normalizeClass(['v-table', {
|
21116
21116
|
'v-table--fixed-height': !!props.height,
|
21117
21117
|
'v-table--fixed-header': props.fixedHeader,
|
21118
21118
|
'v-table--fixed-footer': props.fixedFooter,
|
21119
21119
|
'v-table--has-top': !!slots.top,
|
21120
21120
|
'v-table--has-bottom': !!slots.bottom,
|
21121
21121
|
'v-table--hover': props.hover
|
21122
|
-
}, themeClasses.value, densityClasses.value, props.class],
|
21123
|
-
"style": props.style
|
21122
|
+
}, themeClasses.value, densityClasses.value, props.class]),
|
21123
|
+
"style": normalizeStyle(props.style)
|
21124
21124
|
}, {
|
21125
|
-
default: () => [slots.top?.(), slots.default ?
|
21125
|
+
default: () => [slots.top?.(), slots.default ? createElementVNode("div", {
|
21126
21126
|
"class": "v-table__wrapper",
|
21127
|
-
"style": {
|
21127
|
+
"style": normalizeStyle({
|
21128
21128
|
height: convertToUnit(props.height)
|
21129
|
-
}
|
21130
|
-
}, [
|
21129
|
+
})
|
21130
|
+
}, [createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
|
21131
21131
|
}));
|
21132
21132
|
return {};
|
21133
21133
|
}
|
@@ -21380,12 +21380,12 @@ const VDataTable = genericComponent()({
|
|
21380
21380
|
"fixedHeader": props.fixedHeader || props.sticky
|
21381
21381
|
}), {
|
21382
21382
|
top: () => slots.top?.(slotProps.value),
|
21383
|
-
default: () => slots.default ? slots.default(slotProps.value) :
|
21383
|
+
default: () => slots.default ? slots.default(slotProps.value) : createElementVNode(Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && createElementVNode("thead", {
|
21384
21384
|
"key": "thead"
|
21385
|
-
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody &&
|
21385
|
+
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && createElementVNode("tbody", null, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : createVNode(VDataTableRows, mergeProps(attrs, dataTableRowsProps, {
|
21386
21386
|
"items": paginatedItems.value
|
21387
21387
|
}), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
|
21388
|
-
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter &&
|
21388
|
+
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && createElementVNode(Fragment, null, [createVNode(VDivider, null, null), createVNode(VDataTableFooter, dataTableFooterProps, {
|
21389
21389
|
prepend: slots['footer.prepend']
|
21390
21390
|
})])
|
21391
21391
|
});
|
@@ -21556,25 +21556,25 @@ const VDataTableVirtual = genericComponent()({
|
|
21556
21556
|
"fixedHeader": props.fixedHeader || props.sticky
|
21557
21557
|
}), {
|
21558
21558
|
top: () => slots.top?.(slotProps.value),
|
21559
|
-
wrapper: () =>
|
21559
|
+
wrapper: () => createElementVNode("div", {
|
21560
21560
|
"ref": containerRef,
|
21561
21561
|
"onScrollPassive": handleScroll,
|
21562
21562
|
"onScrollend": handleScrollend,
|
21563
21563
|
"class": "v-table__wrapper",
|
21564
|
-
"style": {
|
21564
|
+
"style": normalizeStyle({
|
21565
21565
|
height: convertToUnit(props.height)
|
21566
|
-
}
|
21567
|
-
}, [
|
21566
|
+
})
|
21567
|
+
}, [createElementVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && createElementVNode("thead", {
|
21568
21568
|
"key": "thead"
|
21569
|
-
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody &&
|
21569
|
+
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && createElementVNode("tbody", {
|
21570
21570
|
"key": "tbody"
|
21571
|
-
}, [
|
21571
|
+
}, [createElementVNode("tr", {
|
21572
21572
|
"ref": markerRef,
|
21573
|
-
"style": {
|
21573
|
+
"style": normalizeStyle({
|
21574
21574
|
height: convertToUnit(paddingTop.value),
|
21575
21575
|
border: 0
|
21576
|
-
}
|
21577
|
-
}, [
|
21576
|
+
})
|
21577
|
+
}, [createElementVNode("td", {
|
21578
21578
|
"colspan": columns.value.length,
|
21579
21579
|
"style": {
|
21580
21580
|
height: 0,
|
@@ -21603,12 +21603,12 @@ const VDataTableVirtual = genericComponent()({
|
|
21603
21603
|
}), slots);
|
21604
21604
|
}
|
21605
21605
|
})
|
21606
|
-
}), slots['body.append']?.(slotProps.value),
|
21607
|
-
"style": {
|
21606
|
+
}), slots['body.append']?.(slotProps.value), createElementVNode("tr", {
|
21607
|
+
"style": normalizeStyle({
|
21608
21608
|
height: convertToUnit(paddingBottom.value),
|
21609
21609
|
border: 0
|
21610
|
-
}
|
21611
|
-
}, [
|
21610
|
+
})
|
21611
|
+
}, [createElementVNode("td", {
|
21612
21612
|
"colspan": columns.value.length,
|
21613
21613
|
"style": {
|
21614
21614
|
height: 0,
|
@@ -21781,17 +21781,17 @@ const VDataTableServer = genericComponent()({
|
|
21781
21781
|
"fixedHeader": props.fixedHeader || props.sticky
|
21782
21782
|
}), {
|
21783
21783
|
top: () => slots.top?.(slotProps.value),
|
21784
|
-
default: () => slots.default ? slots.default(slotProps.value) :
|
21784
|
+
default: () => slots.default ? slots.default(slotProps.value) : createElementVNode(Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && createElementVNode("thead", {
|
21785
21785
|
"key": "thead",
|
21786
21786
|
"class": "v-data-table__thead",
|
21787
21787
|
"role": "rowgroup"
|
21788
|
-
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody &&
|
21788
|
+
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && createElementVNode("tbody", {
|
21789
21789
|
"class": "v-data-table__tbody",
|
21790
21790
|
"role": "rowgroup"
|
21791
21791
|
}, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : createVNode(VDataTableRows, mergeProps(attrs, dataTableRowsProps, {
|
21792
21792
|
"items": flatItems.value
|
21793
21793
|
}), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
|
21794
|
-
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter &&
|
21794
|
+
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && createElementVNode(Fragment, null, [createVNode(VDivider, null, null), createVNode(VDataTableFooter, dataTableFooterProps, {
|
21795
21795
|
prepend: slots['footer.prepend']
|
21796
21796
|
})])
|
21797
21797
|
});
|
@@ -21822,10 +21822,10 @@ const VContainer = genericComponent()({
|
|
21822
21822
|
dimensionStyles
|
21823
21823
|
} = useDimension(props);
|
21824
21824
|
useRender(() => createVNode(props.tag, {
|
21825
|
-
"class": ['v-container', {
|
21825
|
+
"class": normalizeClass(['v-container', {
|
21826
21826
|
'v-container--fluid': props.fluid
|
21827
|
-
}, rtlClasses.value, props.class],
|
21828
|
-
"style": [dimensionStyles.value, props.style]
|
21827
|
+
}, rtlClasses.value, props.class]),
|
21828
|
+
"style": normalizeStyle([dimensionStyles.value, props.style])
|
21829
21829
|
}, slots));
|
21830
21830
|
return {};
|
21831
21831
|
}
|
@@ -22144,11 +22144,11 @@ const VDatePickerControls = genericComponent()({
|
|
22144
22144
|
}
|
22145
22145
|
useRender(() => {
|
22146
22146
|
// TODO: add slot support and scope defaults
|
22147
|
-
return
|
22147
|
+
return createElementVNode("div", {
|
22148
22148
|
"class": ['v-date-picker-controls'],
|
22149
|
-
"style": {
|
22149
|
+
"style": normalizeStyle({
|
22150
22150
|
'--v-date-picker-controls-height': convertToUnit(props.controlHeight)
|
22151
|
-
}
|
22151
|
+
})
|
22152
22152
|
}, [createVNode(VBtn, {
|
22153
22153
|
"class": "v-date-picker-controls__month-btn",
|
22154
22154
|
"data-testid": "month-btn",
|
@@ -22165,7 +22165,7 @@ const VDatePickerControls = genericComponent()({
|
|
22165
22165
|
"icon": props.modeIcon,
|
22166
22166
|
"variant": "text",
|
22167
22167
|
"onClick": onClickYear
|
22168
|
-
}, null), createVNode(VSpacer, null, null),
|
22168
|
+
}, null), createVNode(VSpacer, null, null), createElementVNode("div", {
|
22169
22169
|
"class": "v-date-picker-controls__month"
|
22170
22170
|
}, [createVNode(VBtn, {
|
22171
22171
|
"data-testid": "prev-month",
|
@@ -22221,24 +22221,24 @@ const VDatePickerHeader = genericComponent()({
|
|
22221
22221
|
useRender(() => {
|
22222
22222
|
const hasContent = !!(slots.default || props.header);
|
22223
22223
|
const hasAppend = !!(slots.append || props.appendIcon);
|
22224
|
-
return
|
22225
|
-
"class": ['v-date-picker-header', {
|
22224
|
+
return createElementVNode("div", {
|
22225
|
+
"class": normalizeClass(['v-date-picker-header', {
|
22226
22226
|
'v-date-picker-header--clickable': !!props.onClick
|
22227
|
-
}, backgroundColorClasses.value],
|
22228
|
-
"style": backgroundColorStyles.value,
|
22227
|
+
}, backgroundColorClasses.value]),
|
22228
|
+
"style": normalizeStyle(backgroundColorStyles.value),
|
22229
22229
|
"onClick": onClick
|
22230
|
-
}, [slots.prepend &&
|
22230
|
+
}, [slots.prepend && createElementVNode("div", {
|
22231
22231
|
"key": "prepend",
|
22232
22232
|
"class": "v-date-picker-header__prepend"
|
22233
22233
|
}, [slots.prepend()]), hasContent && createVNode(MaybeTransition, {
|
22234
22234
|
"key": "content",
|
22235
22235
|
"name": props.transition
|
22236
22236
|
}, {
|
22237
|
-
default: () => [
|
22237
|
+
default: () => [createElementVNode("div", {
|
22238
22238
|
"key": props.header,
|
22239
22239
|
"class": "v-date-picker-header__content"
|
22240
22240
|
}, [slots.default?.() ?? props.header])]
|
22241
|
-
}), hasAppend &&
|
22241
|
+
}), hasAppend && createElementVNode("div", {
|
22242
22242
|
"class": "v-date-picker-header__append"
|
22243
22243
|
}, [!slots.append ? createVNode(VBtn, {
|
22244
22244
|
"key": "append-btn",
|
@@ -22524,24 +22524,24 @@ const VDatePickerMonth = genericComponent()({
|
|
22524
22524
|
model.value = [value];
|
22525
22525
|
}
|
22526
22526
|
}
|
22527
|
-
useRender(() =>
|
22527
|
+
useRender(() => createElementVNode("div", {
|
22528
22528
|
"class": "v-date-picker-month"
|
22529
|
-
}, [props.showWeek &&
|
22529
|
+
}, [props.showWeek && createElementVNode("div", {
|
22530
22530
|
"key": "weeks",
|
22531
22531
|
"class": "v-date-picker-month__weeks"
|
22532
|
-
}, [!props.hideWeekdays &&
|
22532
|
+
}, [!props.hideWeekdays && createElementVNode("div", {
|
22533
22533
|
"key": "hide-week-days",
|
22534
22534
|
"class": "v-date-picker-month__day"
|
22535
|
-
}, [createTextVNode("\xA0")]), weekNumbers.value.map(week =>
|
22535
|
+
}, [createTextVNode("\xA0")]), weekNumbers.value.map(week => createElementVNode("div", {
|
22536
22536
|
"class": ['v-date-picker-month__day', 'v-date-picker-month__day--adjacent']
|
22537
22537
|
}, [week]))]), createVNode(MaybeTransition, {
|
22538
22538
|
"name": transition.value
|
22539
22539
|
}, {
|
22540
|
-
default: () => [
|
22540
|
+
default: () => [createElementVNode("div", {
|
22541
22541
|
"ref": daysRef,
|
22542
22542
|
"key": daysInMonth.value[0].date?.toString(),
|
22543
22543
|
"class": "v-date-picker-month__days"
|
22544
|
-
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay =>
|
22544
|
+
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => createElementVNode("div", {
|
22545
22545
|
"class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
|
22546
22546
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
22547
22547
|
const slotProps = {
|
@@ -22561,14 +22561,14 @@ const VDatePickerMonth = genericComponent()({
|
|
22561
22561
|
if (atMax.value && !item.isSelected) {
|
22562
22562
|
item.isDisabled = true;
|
22563
22563
|
}
|
22564
|
-
return
|
22565
|
-
"class": ['v-date-picker-month__day', {
|
22564
|
+
return createElementVNode("div", {
|
22565
|
+
"class": normalizeClass(['v-date-picker-month__day', {
|
22566
22566
|
'v-date-picker-month__day--adjacent': item.isAdjacent,
|
22567
22567
|
'v-date-picker-month__day--hide-adjacent': item.isHidden,
|
22568
22568
|
'v-date-picker-month__day--selected': item.isSelected,
|
22569
22569
|
'v-date-picker-month__day--week-end': item.isWeekEnd,
|
22570
22570
|
'v-date-picker-month__day--week-start': item.isWeekStart
|
22571
|
-
}],
|
22571
|
+
}]),
|
22572
22572
|
"data-v-date": !item.isDisabled ? item.isoDate : undefined
|
22573
22573
|
}, [(props.showAdjacentMonths || !item.isAdjacent) && (slots.day?.(slotProps) ?? createVNode(VBtn, slotProps.props, null))]);
|
22574
22574
|
})])]
|
@@ -22618,12 +22618,12 @@ const VDatePickerMonths = genericComponent()({
|
|
22618
22618
|
watchEffect(() => {
|
22619
22619
|
model.value = model.value ?? adapter.getMonth(adapter.date());
|
22620
22620
|
});
|
22621
|
-
useRender(() =>
|
22621
|
+
useRender(() => createElementVNode("div", {
|
22622
22622
|
"class": "v-date-picker-months",
|
22623
|
-
"style": {
|
22623
|
+
"style": normalizeStyle({
|
22624
22624
|
height: convertToUnit(props.height)
|
22625
|
-
}
|
22626
|
-
}, [
|
22625
|
+
})
|
22626
|
+
}, [createElementVNode("div", {
|
22627
22627
|
"class": "v-date-picker-months__content"
|
22628
22628
|
}, [months.value.map((month, i) => {
|
22629
22629
|
const btnProps = {
|
@@ -22709,12 +22709,12 @@ const VDatePickerYears = genericComponent()({
|
|
22709
22709
|
block: 'center'
|
22710
22710
|
});
|
22711
22711
|
});
|
22712
|
-
useRender(() =>
|
22712
|
+
useRender(() => createElementVNode("div", {
|
22713
22713
|
"class": "v-date-picker-years",
|
22714
|
-
"style": {
|
22714
|
+
"style": normalizeStyle({
|
22715
22715
|
height: convertToUnit(props.height)
|
22716
|
-
}
|
22717
|
-
}, [
|
22716
|
+
})
|
22717
|
+
}, [createElementVNode("div", {
|
22718
22718
|
"class": "v-date-picker-years__content"
|
22719
22719
|
}, [years.value.map((year, i) => {
|
22720
22720
|
const btnProps = {
|
@@ -22951,7 +22951,7 @@ const VDatePicker = genericComponent()({
|
|
22951
22951
|
}, rtlClasses.value, props.class],
|
22952
22952
|
"style": props.style
|
22953
22953
|
}), {
|
22954
|
-
title: () => slots.title?.() ??
|
22954
|
+
title: () => slots.title?.() ?? createElementVNode("div", {
|
22955
22955
|
"class": "v-date-picker__title"
|
22956
22956
|
}, [t(props.title)]),
|
22957
22957
|
header: () => slots.header ? createVNode(VDefaultsProvider, {
|
@@ -22970,7 +22970,7 @@ const VDatePicker = genericComponent()({
|
|
22970
22970
|
...slots,
|
22971
22971
|
default: undefined
|
22972
22972
|
}),
|
22973
|
-
default: () =>
|
22973
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VDatePickerControls, mergeProps(datePickerControlsProps, {
|
22974
22974
|
"disabled": disabled.value,
|
22975
22975
|
"text": text.value,
|
22976
22976
|
"onClick:next": onClickNext,
|
@@ -23079,15 +23079,15 @@ const VEmptyState = genericComponent()({
|
|
23079
23079
|
const hasText = !!(slots.text || props.text);
|
23080
23080
|
const hasMedia = !!(slots.media || props.image || props.icon);
|
23081
23081
|
const size = props.size || (props.image ? 200 : 96);
|
23082
|
-
return
|
23083
|
-
"class": ['v-empty-state', {
|
23082
|
+
return createElementVNode("div", {
|
23083
|
+
"class": normalizeClass(['v-empty-state', {
|
23084
23084
|
[`v-empty-state--${props.justify}`]: true
|
23085
|
-
}, themeClasses.value, backgroundColorClasses.value, displayClasses.value, props.class],
|
23086
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, props.style]
|
23087
|
-
}, [hasMedia &&
|
23085
|
+
}, themeClasses.value, backgroundColorClasses.value, displayClasses.value, props.class]),
|
23086
|
+
"style": normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style])
|
23087
|
+
}, [hasMedia && createElementVNode("div", {
|
23088
23088
|
"key": "media",
|
23089
23089
|
"class": "v-empty-state__media"
|
23090
|
-
}, [!slots.media ?
|
23090
|
+
}, [!slots.media ? createElementVNode(Fragment, null, [props.image ? createVNode(VImg, {
|
23091
23091
|
"key": "image",
|
23092
23092
|
"src": props.image,
|
23093
23093
|
"height": size
|
@@ -23110,22 +23110,22 @@ const VEmptyState = genericComponent()({
|
|
23110
23110
|
}
|
23111
23111
|
}, {
|
23112
23112
|
default: () => [slots.media()]
|
23113
|
-
})]), hasHeadline &&
|
23113
|
+
})]), hasHeadline && createElementVNode("div", {
|
23114
23114
|
"key": "headline",
|
23115
23115
|
"class": "v-empty-state__headline"
|
23116
|
-
}, [slots.headline?.() ?? props.headline]), hasTitle &&
|
23116
|
+
}, [slots.headline?.() ?? props.headline]), hasTitle && createElementVNode("div", {
|
23117
23117
|
"key": "title",
|
23118
23118
|
"class": "v-empty-state__title"
|
23119
|
-
}, [slots.title?.() ?? props.title]), hasText &&
|
23119
|
+
}, [slots.title?.() ?? props.title]), hasText && createElementVNode("div", {
|
23120
23120
|
"key": "text",
|
23121
23121
|
"class": "v-empty-state__text",
|
23122
|
-
"style": {
|
23122
|
+
"style": normalizeStyle({
|
23123
23123
|
maxWidth: convertToUnit(props.textWidth)
|
23124
|
-
}
|
23125
|
-
}, [slots.text?.() ?? props.text]), slots.default &&
|
23124
|
+
})
|
23125
|
+
}, [slots.text?.() ?? props.text]), slots.default && createElementVNode("div", {
|
23126
23126
|
"key": "content",
|
23127
23127
|
"class": "v-empty-state__content"
|
23128
|
-
}, [slots.default()]), hasActions &&
|
23128
|
+
}, [slots.default()]), hasActions && createElementVNode("div", {
|
23129
23129
|
"key": "actions",
|
23130
23130
|
"class": "v-empty-state__actions"
|
23131
23131
|
}, [createVNode(VDefaultsProvider, {
|
@@ -23176,10 +23176,10 @@ const VExpansionPanelText = genericComponent()({
|
|
23176
23176
|
useRender(() => createVNode(VExpandTransition, {
|
23177
23177
|
"onAfterLeave": onAfterLeave
|
23178
23178
|
}, {
|
23179
|
-
default: () => [withDirectives(
|
23180
|
-
"class": ['v-expansion-panel-text', props.class],
|
23181
|
-
"style": props.style
|
23182
|
-
}, [slots.default && hasContent.value &&
|
23179
|
+
default: () => [withDirectives(createElementVNode("div", {
|
23180
|
+
"class": normalizeClass(['v-expansion-panel-text', props.class]),
|
23181
|
+
"style": normalizeStyle(props.style)
|
23182
|
+
}, [slots.default && hasContent.value && createElementVNode("div", {
|
23183
23183
|
"class": "v-expansion-panel-text__wrapper"
|
23184
23184
|
}, [slots.default?.()])]), [[vShow, expansionPanel.isSelected.value]])]
|
23185
23185
|
}));
|
@@ -23213,7 +23213,7 @@ const makeVExpansionPanelTitleProps = propsFactory({
|
|
23213
23213
|
const VExpansionPanelTitle = genericComponent()({
|
23214
23214
|
name: 'VExpansionPanelTitle',
|
23215
23215
|
directives: {
|
23216
|
-
Ripple
|
23216
|
+
vRipple: Ripple
|
23217
23217
|
},
|
23218
23218
|
props: makeVExpansionPanelTitleProps(),
|
23219
23219
|
setup(props, _ref) {
|
@@ -23237,19 +23237,19 @@ const VExpansionPanelTitle = genericComponent()({
|
|
23237
23237
|
readonly: props.readonly
|
23238
23238
|
}));
|
23239
23239
|
const icon = toRef(() => expansionPanel.isSelected.value ? props.collapseIcon : props.expandIcon);
|
23240
|
-
useRender(() => withDirectives(
|
23241
|
-
"class": ['v-expansion-panel-title', {
|
23240
|
+
useRender(() => withDirectives(createElementVNode("button", {
|
23241
|
+
"class": normalizeClass(['v-expansion-panel-title', {
|
23242
23242
|
'v-expansion-panel-title--active': expansionPanel.isSelected.value,
|
23243
23243
|
'v-expansion-panel-title--focusable': props.focusable,
|
23244
23244
|
'v-expansion-panel-title--static': props.static
|
23245
|
-
}, backgroundColorClasses.value, props.class],
|
23246
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, props.style],
|
23245
|
+
}, backgroundColorClasses.value, props.class]),
|
23246
|
+
"style": normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style]),
|
23247
23247
|
"type": "button",
|
23248
23248
|
"tabindex": expansionPanel.disabled.value ? -1 : undefined,
|
23249
23249
|
"disabled": expansionPanel.disabled.value,
|
23250
23250
|
"aria-expanded": expansionPanel.isSelected.value,
|
23251
23251
|
"onClick": !props.readonly ? expansionPanel.toggle : undefined
|
23252
|
-
}, [
|
23252
|
+
}, [createElementVNode("span", {
|
23253
23253
|
"class": "v-expansion-panel-title__overlay"
|
23254
23254
|
}, null), slots.default?.(slotProps.value), !props.hideActions && createVNode(VDefaultsProvider, {
|
23255
23255
|
"defaults": {
|
@@ -23258,10 +23258,10 @@ const VExpansionPanelTitle = genericComponent()({
|
|
23258
23258
|
}
|
23259
23259
|
}
|
23260
23260
|
}, {
|
23261
|
-
default: () => [
|
23261
|
+
default: () => [createElementVNode("span", {
|
23262
23262
|
"class": "v-expansion-panel-title__icon"
|
23263
23263
|
}, [slots.actions?.(slotProps.value) ?? createVNode(VIcon, null, null)])]
|
23264
|
-
})]), [[
|
23264
|
+
})]), [[Ripple, props.ripple]]));
|
23265
23265
|
return {};
|
23266
23266
|
}
|
23267
23267
|
});
|
@@ -23318,16 +23318,16 @@ const VExpansionPanel = genericComponent()({
|
|
23318
23318
|
const expansionPanelTitleProps = VExpansionPanelTitle.filterProps(props);
|
23319
23319
|
const expansionPanelTextProps = VExpansionPanelText.filterProps(props);
|
23320
23320
|
return createVNode(props.tag, {
|
23321
|
-
"class": ['v-expansion-panel', {
|
23321
|
+
"class": normalizeClass(['v-expansion-panel', {
|
23322
23322
|
'v-expansion-panel--active': groupItem.isSelected.value,
|
23323
23323
|
'v-expansion-panel--before-active': isBeforeSelected.value,
|
23324
23324
|
'v-expansion-panel--after-active': isAfterSelected.value,
|
23325
23325
|
'v-expansion-panel--disabled': isDisabled.value
|
23326
|
-
}, roundedClasses.value, backgroundColorClasses.value, props.class],
|
23327
|
-
"style": [backgroundColorStyles.value, props.style]
|
23326
|
+
}, roundedClasses.value, backgroundColorClasses.value, props.class]),
|
23327
|
+
"style": normalizeStyle([backgroundColorStyles.value, props.style])
|
23328
23328
|
}, {
|
23329
|
-
default: () => [
|
23330
|
-
"class": ['v-expansion-panel__shadow', ...elevationClasses.value]
|
23329
|
+
default: () => [createElementVNode("div", {
|
23330
|
+
"class": normalizeClass(['v-expansion-panel__shadow', ...elevationClasses.value])
|
23331
23331
|
}, null), createVNode(VDefaultsProvider, {
|
23332
23332
|
"defaults": {
|
23333
23333
|
VExpansionPanelTitle: {
|
@@ -23407,11 +23407,11 @@ const VExpansionPanels = genericComponent()({
|
|
23407
23407
|
}
|
23408
23408
|
});
|
23409
23409
|
useRender(() => createVNode(props.tag, {
|
23410
|
-
"class": ['v-expansion-panels', {
|
23410
|
+
"class": normalizeClass(['v-expansion-panels', {
|
23411
23411
|
'v-expansion-panels--flat': props.flat,
|
23412
23412
|
'v-expansion-panels--tile': props.tile
|
23413
|
-
}, themeClasses.value, variantClass.value, props.class],
|
23414
|
-
"style": props.style
|
23413
|
+
}, themeClasses.value, variantClass.value, props.class]),
|
23414
|
+
"style": normalizeStyle(props.style)
|
23415
23415
|
}, {
|
23416
23416
|
default: () => [slots.default?.({
|
23417
23417
|
prev,
|
@@ -23491,22 +23491,22 @@ const VFab = genericComponent()({
|
|
23491
23491
|
const vFabRef = ref();
|
23492
23492
|
useRender(() => {
|
23493
23493
|
const btnProps = VBtn.filterProps(props);
|
23494
|
-
return
|
23494
|
+
return createElementVNode("div", {
|
23495
23495
|
"ref": vFabRef,
|
23496
|
-
"class": ['v-fab', {
|
23496
|
+
"class": normalizeClass(['v-fab', {
|
23497
23497
|
'v-fab--absolute': props.absolute,
|
23498
23498
|
'v-fab--app': !!props.app,
|
23499
23499
|
'v-fab--extended': props.extended,
|
23500
23500
|
'v-fab--offset': props.offset,
|
23501
23501
|
[`v-fab--${position.value}`]: hasPosition.value,
|
23502
23502
|
[`v-fab--${orientation.value}`]: hasPosition.value
|
23503
|
-
}, props.class],
|
23504
|
-
"style": [props.app ? {
|
23503
|
+
}, props.class]),
|
23504
|
+
"style": normalizeStyle([props.app ? {
|
23505
23505
|
...layoutItemStyles.value
|
23506
23506
|
} : {
|
23507
23507
|
height: props.absolute ? '100%' : 'inherit'
|
23508
|
-
}, props.style]
|
23509
|
-
}, [
|
23508
|
+
}, props.style])
|
23509
|
+
}, [createElementVNode("div", {
|
23510
23510
|
"class": "v-fab__container"
|
23511
23511
|
}, [createVNode(MaybeTransition, {
|
23512
23512
|
"appear": props.appear,
|
@@ -23722,7 +23722,7 @@ const VFileInput = genericComponent()({
|
|
23722
23722
|
...slotProps
|
23723
23723
|
}
|
23724
23724
|
} = _ref4;
|
23725
|
-
return
|
23725
|
+
return createElementVNode(Fragment, null, [createElementVNode("input", mergeProps({
|
23726
23726
|
"ref": inputRef,
|
23727
23727
|
"type": "file",
|
23728
23728
|
"readonly": isReadonly.value,
|
@@ -23742,8 +23742,8 @@ const VFileInput = genericComponent()({
|
|
23742
23742
|
"onDragleave": onDragleave,
|
23743
23743
|
"onFocus": onFocus,
|
23744
23744
|
"onBlur": blur
|
23745
|
-
}, slotProps, inputAttrs), null),
|
23746
|
-
"class": fieldClass
|
23745
|
+
}, slotProps, inputAttrs), null), createElementVNode("div", {
|
23746
|
+
"class": normalizeClass(fieldClass)
|
23747
23747
|
}, [!!model.value?.length && !props.hideInput && (slots.selection ? slots.selection({
|
23748
23748
|
fileNames: fileNames.value,
|
23749
23749
|
totalBytes: totalBytes.value,
|
@@ -23756,7 +23756,7 @@ const VFileInput = genericComponent()({
|
|
23756
23756
|
}
|
23757
23757
|
});
|
23758
23758
|
},
|
23759
|
-
details: hasDetails ? slotProps =>
|
23759
|
+
details: hasDetails ? slotProps => createElementVNode(Fragment, null, [slots.details?.(slotProps), hasCounter && createElementVNode(Fragment, null, [createElementVNode("span", null, null), createVNode(VCounter, {
|
23760
23760
|
"active": !!model.value?.length,
|
23761
23761
|
"value": counterValue.value,
|
23762
23762
|
"disabled": props.disabled
|
@@ -23832,10 +23832,10 @@ const VFooter = genericComponent()({
|
|
23832
23832
|
});
|
23833
23833
|
useRender(() => createVNode(props.tag, {
|
23834
23834
|
"ref": resizeRef,
|
23835
|
-
"class": ['v-footer', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
23836
|
-
"style": [backgroundColorStyles.value, props.app ? layoutItemStyles.value : {
|
23835
|
+
"class": normalizeClass(['v-footer', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
|
23836
|
+
"style": normalizeStyle([backgroundColorStyles.value, props.app ? layoutItemStyles.value : {
|
23837
23837
|
height: convertToUnit(props.height)
|
23838
|
-
}, props.style]
|
23838
|
+
}, props.style])
|
23839
23839
|
}, slots));
|
23840
23840
|
return {};
|
23841
23841
|
}
|
@@ -23884,10 +23884,10 @@ const VForm = genericComponent()({
|
|
23884
23884
|
}
|
23885
23885
|
e.preventDefault();
|
23886
23886
|
}
|
23887
|
-
useRender(() =>
|
23887
|
+
useRender(() => createElementVNode("form", {
|
23888
23888
|
"ref": formRef,
|
23889
|
-
"class": ['v-form', props.class],
|
23890
|
-
"style": props.style,
|
23889
|
+
"class": normalizeClass(['v-form', props.class]),
|
23890
|
+
"style": normalizeStyle(props.style),
|
23891
23891
|
"novalidate": true,
|
23892
23892
|
"onReset": onReset,
|
23893
23893
|
"onSubmit": onSubmit
|
@@ -23984,11 +23984,11 @@ const VInfiniteScrollIntersect = defineComponent({
|
|
23984
23984
|
watch(isIntersecting, async val => {
|
23985
23985
|
emit('intersect', props.side, val);
|
23986
23986
|
});
|
23987
|
-
useRender(() =>
|
23987
|
+
useRender(() => createElementVNode("div", {
|
23988
23988
|
"class": "v-infinite-scroll-intersect",
|
23989
|
-
"style": {
|
23989
|
+
"style": normalizeStyle({
|
23990
23990
|
'--v-infinite-margin-size': props.rootMargin
|
23991
|
-
},
|
23991
|
+
}),
|
23992
23992
|
"ref": intersectionRef
|
23993
23993
|
}, [createTextVNode("\xA0")]));
|
23994
23994
|
return {};
|
@@ -24100,7 +24100,7 @@ const VInfiniteScroll = genericComponent()({
|
|
24100
24100
|
}
|
24101
24101
|
};
|
24102
24102
|
if (status === 'error') return slots.error?.(slotProps);
|
24103
|
-
if (status === 'empty') return slots.empty?.(slotProps) ??
|
24103
|
+
if (status === 'empty') return slots.empty?.(slotProps) ?? createElementVNode("div", null, [t(props.emptyText)]);
|
24104
24104
|
if (props.mode === 'manual') {
|
24105
24105
|
if (status === 'loading') {
|
24106
24106
|
return slots.loading?.(slotProps) ?? createVNode(VProgressCircular, {
|
@@ -24131,13 +24131,13 @@ const VInfiniteScroll = genericComponent()({
|
|
24131
24131
|
const intersectMode = props.mode === 'intersect';
|
24132
24132
|
return createVNode(Tag, {
|
24133
24133
|
"ref": rootEl,
|
24134
|
-
"class": ['v-infinite-scroll', `v-infinite-scroll--${props.direction}`, {
|
24134
|
+
"class": normalizeClass(['v-infinite-scroll', `v-infinite-scroll--${props.direction}`, {
|
24135
24135
|
'v-infinite-scroll--start': hasStartIntersect,
|
24136
24136
|
'v-infinite-scroll--end': hasEndIntersect
|
24137
|
-
}],
|
24138
|
-
"style": dimensionStyles.value
|
24137
|
+
}]),
|
24138
|
+
"style": normalizeStyle(dimensionStyles.value)
|
24139
24139
|
}, {
|
24140
|
-
default: () => [
|
24140
|
+
default: () => [createElementVNode("div", {
|
24141
24141
|
"class": "v-infinite-scroll__side"
|
24142
24142
|
}, [renderSide('start', startStatus.value)]), hasStartIntersect && intersectMode && createVNode(VInfiniteScrollIntersect, {
|
24143
24143
|
"key": "start",
|
@@ -24149,7 +24149,7 @@ const VInfiniteScroll = genericComponent()({
|
|
24149
24149
|
"side": "end",
|
24150
24150
|
"onIntersect": handleIntersect,
|
24151
24151
|
"rootMargin": margin.value
|
24152
|
-
}, null),
|
24152
|
+
}, null), createElementVNode("div", {
|
24153
24153
|
"class": "v-infinite-scroll__side"
|
24154
24154
|
}, [renderSide('end', endStatus.value)])]
|
24155
24155
|
});
|
@@ -24189,8 +24189,8 @@ const VItemGroup = genericComponent()({
|
|
24189
24189
|
selected
|
24190
24190
|
} = useGroup(props, VItemGroupSymbol);
|
24191
24191
|
return () => createVNode(props.tag, {
|
24192
|
-
"class": ['v-item-group', themeClasses.value, props.class],
|
24193
|
-
"style": props.style
|
24192
|
+
"class": normalizeClass(['v-item-group', themeClasses.value, props.class]),
|
24193
|
+
"style": normalizeStyle(props.style)
|
24194
24194
|
}, {
|
24195
24195
|
default: () => [slots.default?.({
|
24196
24196
|
isSelected,
|
@@ -24258,10 +24258,10 @@ const VLayout = genericComponent()({
|
|
24258
24258
|
const {
|
24259
24259
|
dimensionStyles
|
24260
24260
|
} = useDimension(props);
|
24261
|
-
useRender(() =>
|
24261
|
+
useRender(() => createElementVNode("div", {
|
24262
24262
|
"ref": layoutRef,
|
24263
|
-
"class": [layoutClasses.value, props.class],
|
24264
|
-
"style": [dimensionStyles.value, layoutStyles.value, props.style]
|
24263
|
+
"class": normalizeClass([layoutClasses.value, props.class]),
|
24264
|
+
"style": normalizeStyle([dimensionStyles.value, layoutStyles.value, props.style])
|
24265
24265
|
}, [slots.default?.()]));
|
24266
24266
|
return {
|
24267
24267
|
getLayoutItem,
|
@@ -24303,9 +24303,9 @@ const VLayoutItem = genericComponent()({
|
|
24303
24303
|
active: toRef(() => props.modelValue),
|
24304
24304
|
absolute: toRef(() => props.absolute)
|
24305
24305
|
});
|
24306
|
-
return () =>
|
24307
|
-
"class": ['v-layout-item', props.class],
|
24308
|
-
"style": [layoutItemStyles.value, props.style]
|
24306
|
+
return () => createElementVNode("div", {
|
24307
|
+
"class": normalizeClass(['v-layout-item', props.class]),
|
24308
|
+
"style": normalizeStyle([layoutItemStyles.value, props.style])
|
24309
24309
|
}, [slots.default?.()]);
|
24310
24310
|
}
|
24311
24311
|
});
|
@@ -24334,7 +24334,7 @@ const makeVLazyProps = propsFactory({
|
|
24334
24334
|
const VLazy = genericComponent()({
|
24335
24335
|
name: 'VLazy',
|
24336
24336
|
directives: {
|
24337
|
-
|
24337
|
+
vIntersect: Intersect
|
24338
24338
|
},
|
24339
24339
|
props: makeVLazyProps(),
|
24340
24340
|
emits: {
|
@@ -24353,8 +24353,8 @@ const VLazy = genericComponent()({
|
|
24353
24353
|
isActive.value = isIntersecting;
|
24354
24354
|
}
|
24355
24355
|
useRender(() => withDirectives(createVNode(props.tag, {
|
24356
|
-
"class": ['v-lazy', props.class],
|
24357
|
-
"style": [dimensionStyles.value, props.style]
|
24356
|
+
"class": normalizeClass(['v-lazy', props.class]),
|
24357
|
+
"style": normalizeStyle([dimensionStyles.value, props.style])
|
24358
24358
|
}, {
|
24359
24359
|
default: () => [isActive.value && createVNode(MaybeTransition, {
|
24360
24360
|
"transition": props.transition,
|
@@ -24362,7 +24362,7 @@ const VLazy = genericComponent()({
|
|
24362
24362
|
}, {
|
24363
24363
|
default: () => [slots.default?.()]
|
24364
24364
|
})]
|
24365
|
-
}), [[
|
24365
|
+
}), [[Intersect, {
|
24366
24366
|
handler: onIntersect,
|
24367
24367
|
options: props.options
|
24368
24368
|
}, null]]));
|
@@ -24390,9 +24390,9 @@ const VLocaleProvider = genericComponent()({
|
|
24390
24390
|
const {
|
24391
24391
|
rtlClasses
|
24392
24392
|
} = provideLocale(props);
|
24393
|
-
useRender(() =>
|
24394
|
-
"class": ['v-locale-provider', rtlClasses.value, props.class],
|
24395
|
-
"style": props.style
|
24393
|
+
useRender(() => createElementVNode("div", {
|
24394
|
+
"class": normalizeClass(['v-locale-provider', rtlClasses.value, props.class]),
|
24395
|
+
"style": normalizeStyle(props.style)
|
24396
24396
|
}, [slots.default?.()]));
|
24397
24397
|
return {};
|
24398
24398
|
}
|
@@ -24423,12 +24423,12 @@ const VMain = genericComponent()({
|
|
24423
24423
|
ssrBootStyles
|
24424
24424
|
} = useSsrBoot();
|
24425
24425
|
useRender(() => createVNode(props.tag, {
|
24426
|
-
"class": ['v-main', {
|
24426
|
+
"class": normalizeClass(['v-main', {
|
24427
24427
|
'v-main--scrollable': props.scrollable
|
24428
|
-
}, props.class],
|
24429
|
-
"style": [mainStyles.value, ssrBootStyles.value, dimensionStyles.value, props.style]
|
24428
|
+
}, props.class]),
|
24429
|
+
"style": normalizeStyle([mainStyles.value, ssrBootStyles.value, dimensionStyles.value, props.style])
|
24430
24430
|
}, {
|
24431
|
-
default: () => [props.scrollable ?
|
24431
|
+
default: () => [props.scrollable ? createElementVNode("div", {
|
24432
24432
|
"class": "v-main__scroller"
|
24433
24433
|
}, [slots.default?.()]) : slots.default?.()]
|
24434
24434
|
}));
|
@@ -24939,7 +24939,7 @@ const VNavigationDrawer = genericComponent()({
|
|
24939
24939
|
});
|
24940
24940
|
useRender(() => {
|
24941
24941
|
const hasImage = slots.image || props.image;
|
24942
|
-
return
|
24942
|
+
return createElementVNode(Fragment, null, [createVNode(props.tag, mergeProps({
|
24943
24943
|
"ref": rootEl,
|
24944
24944
|
"onMouseenter": runOpenDelay,
|
24945
24945
|
"onMouseleave": runCloseDelay,
|
@@ -24955,7 +24955,7 @@ const VNavigationDrawer = genericComponent()({
|
|
24955
24955
|
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, displayClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
24956
24956
|
"style": [backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, stickyStyles.value, props.style]
|
24957
24957
|
}, scopeId, attrs), {
|
24958
|
-
default: () => [hasImage &&
|
24958
|
+
default: () => [hasImage && createElementVNode("div", {
|
24959
24959
|
"key": "image",
|
24960
24960
|
"class": "v-navigation-drawer__img"
|
24961
24961
|
}, [!slots.image ? createVNode(VImg, {
|
@@ -24975,17 +24975,17 @@ const VNavigationDrawer = genericComponent()({
|
|
24975
24975
|
src: props.image
|
24976
24976
|
}
|
24977
24977
|
}
|
24978
|
-
}, slots.image)]), slots.prepend &&
|
24978
|
+
}, slots.image)]), slots.prepend && createElementVNode("div", {
|
24979
24979
|
"class": "v-navigation-drawer__prepend"
|
24980
|
-
}, [slots.prepend?.()]),
|
24980
|
+
}, [slots.prepend?.()]), createElementVNode("div", {
|
24981
24981
|
"class": "v-navigation-drawer__content"
|
24982
|
-
}, [slots.default?.()]), slots.append &&
|
24982
|
+
}, [slots.default?.()]), slots.append && createElementVNode("div", {
|
24983
24983
|
"class": "v-navigation-drawer__append"
|
24984
24984
|
}, [slots.append?.()])]
|
24985
24985
|
}), createVNode(Transition, {
|
24986
24986
|
"name": "fade-transition"
|
24987
24987
|
}, {
|
24988
|
-
default: () => [isTemporary.value && (isDragging.value || isActive.value) && !!props.scrim &&
|
24988
|
+
default: () => [isTemporary.value && (isDragging.value || isActive.value) && !!props.scrim && createElementVNode("div", mergeProps({
|
24989
24989
|
"class": ['v-navigation-drawer__scrim', scrimColor.backgroundColorClasses.value],
|
24990
24990
|
"style": [scrimStyles.value, scrimColor.backgroundColorStyles.value],
|
24991
24991
|
"onClick": () => {
|
@@ -25356,7 +25356,7 @@ const VNumberInput = genericComponent()({
|
|
25356
25356
|
});
|
25357
25357
|
}
|
25358
25358
|
function controlNode() {
|
25359
|
-
return
|
25359
|
+
return createElementVNode("div", {
|
25360
25360
|
"class": "v-number-input__control"
|
25361
25361
|
}, [decrementControlNode(), createVNode(VDivider, {
|
25362
25362
|
"vertical": controlVariant.value !== 'stacked'
|
@@ -25367,17 +25367,17 @@ const VNumberInput = genericComponent()({
|
|
25367
25367
|
"vertical": true
|
25368
25368
|
}, null) : undefined;
|
25369
25369
|
}
|
25370
|
-
const appendInnerControl = controlVariant.value === 'split' ?
|
25370
|
+
const appendInnerControl = controlVariant.value === 'split' ? createElementVNode("div", {
|
25371
25371
|
"class": "v-number-input__control"
|
25372
25372
|
}, [createVNode(VDivider, {
|
25373
25373
|
"vertical": true
|
25374
|
-
}, null), incrementControlNode()]) : props.reverse || controlVariant.value === 'hidden' ? undefined :
|
25374
|
+
}, null), incrementControlNode()]) : props.reverse || controlVariant.value === 'hidden' ? undefined : createElementVNode(Fragment, null, [dividerNode(), controlNode()]);
|
25375
25375
|
const hasAppendInner = slots['append-inner'] || appendInnerControl;
|
25376
|
-
const prependInnerControl = controlVariant.value === 'split' ?
|
25376
|
+
const prependInnerControl = controlVariant.value === 'split' ? createElementVNode("div", {
|
25377
25377
|
"class": "v-number-input__control"
|
25378
25378
|
}, [decrementControlNode(), createVNode(VDivider, {
|
25379
25379
|
"vertical": true
|
25380
|
-
}, null)]) : props.reverse && controlVariant.value !== 'hidden' ?
|
25380
|
+
}, null)]) : props.reverse && controlVariant.value !== 'hidden' ? createElementVNode(Fragment, null, [controlNode(), dividerNode()]) : undefined;
|
25381
25381
|
const hasPrependInner = slots['prepend-inner'] || prependInnerControl;
|
25382
25382
|
return createVNode(VTextField, mergeProps({
|
25383
25383
|
"ref": vTextFieldRef,
|
@@ -25405,13 +25405,13 @@ const VNumberInput = genericComponent()({
|
|
25405
25405
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
25406
25406
|
args[_key] = arguments[_key];
|
25407
25407
|
}
|
25408
|
-
return
|
25408
|
+
return createElementVNode(Fragment, null, [slots['append-inner']?.(...args), appendInnerControl]);
|
25409
25409
|
} : undefined,
|
25410
25410
|
'prepend-inner': hasPrependInner ? function () {
|
25411
25411
|
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
25412
25412
|
args[_key2] = arguments[_key2];
|
25413
25413
|
}
|
25414
|
-
return
|
25414
|
+
return createElementVNode(Fragment, null, [prependInnerControl, slots['prepend-inner']?.(...args)]);
|
25415
25415
|
} : undefined
|
25416
25416
|
});
|
25417
25417
|
});
|
@@ -25575,16 +25575,16 @@ const VOtpInput = genericComponent()({
|
|
25575
25575
|
});
|
25576
25576
|
useRender(() => {
|
25577
25577
|
const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
|
25578
|
-
return
|
25578
|
+
return createElementVNode("div", mergeProps({
|
25579
25579
|
"class": ['v-otp-input', {
|
25580
25580
|
'v-otp-input--divided': !!props.divider
|
25581
25581
|
}, props.class],
|
25582
25582
|
"style": [props.style]
|
25583
|
-
}, rootAttrs), [
|
25583
|
+
}, rootAttrs), [createElementVNode("div", {
|
25584
25584
|
"ref": contentRef,
|
25585
25585
|
"class": "v-otp-input__content",
|
25586
|
-
"style": [dimensionStyles.value]
|
25587
|
-
}, [fields.value.map((_, i) =>
|
25586
|
+
"style": normalizeStyle([dimensionStyles.value])
|
25587
|
+
}, [fields.value.map((_, i) => createElementVNode(Fragment, null, [props.divider && i !== 0 && createElementVNode("span", {
|
25588
25588
|
"class": "v-otp-input__divider"
|
25589
25589
|
}, [props.divider]), createVNode(VField, {
|
25590
25590
|
"focused": isFocused.value && props.focusAll || focusIndex.value === i,
|
@@ -25593,7 +25593,7 @@ const VOtpInput = genericComponent()({
|
|
25593
25593
|
...slots,
|
25594
25594
|
loader: undefined,
|
25595
25595
|
default: () => {
|
25596
|
-
return
|
25596
|
+
return createElementVNode("input", {
|
25597
25597
|
"ref": val => inputRef.value[i] = val,
|
25598
25598
|
"aria-label": t(props.label, i + 1),
|
25599
25599
|
"autofocus": i === 0 && props.autofocus,
|
@@ -25613,7 +25613,7 @@ const VOtpInput = genericComponent()({
|
|
25613
25613
|
"onPaste": event => onPaste(i, event)
|
25614
25614
|
}, null);
|
25615
25615
|
}
|
25616
|
-
})])),
|
25616
|
+
})])), createElementVNode("input", mergeProps({
|
25617
25617
|
"class": "v-otp-input-input",
|
25618
25618
|
"type": "hidden"
|
25619
25619
|
}, inputAttrs, {
|
@@ -25718,10 +25718,10 @@ const VParallax = genericComponent()({
|
|
25718
25718
|
});
|
25719
25719
|
}
|
25720
25720
|
useRender(() => createVNode(VImg, {
|
25721
|
-
"class": ['v-parallax', {
|
25721
|
+
"class": normalizeClass(['v-parallax', {
|
25722
25722
|
'v-parallax--active': isIntersecting.value
|
25723
|
-
}, props.class],
|
25724
|
-
"style": props.style,
|
25723
|
+
}, props.class]),
|
25724
|
+
"style": normalizeStyle(props.style),
|
25725
25725
|
"ref": root,
|
25726
25726
|
"cover": true,
|
25727
25727
|
"onLoadstart": onScroll,
|
@@ -25821,7 +25821,7 @@ const VRadioGroup = genericComponent()({
|
|
25821
25821
|
isDisabled,
|
25822
25822
|
isReadonly
|
25823
25823
|
} = _ref2;
|
25824
|
-
return
|
25824
|
+
return createElementVNode(Fragment, null, [label && createVNode(VLabel, {
|
25825
25825
|
"id": id.value
|
25826
25826
|
}, {
|
25827
25827
|
default: () => [label]
|
@@ -25959,7 +25959,7 @@ const VRangeSlider = genericComponent()({
|
|
25959
25959
|
"focused": isFocused.value
|
25960
25960
|
}), {
|
25961
25961
|
...slots,
|
25962
|
-
prepend: hasPrepend ? slotProps =>
|
25962
|
+
prepend: hasPrepend ? slotProps => createElementVNode(Fragment, null, [slots.label?.(slotProps) ?? (props.label ? createVNode(VLabel, {
|
25963
25963
|
"class": "v-slider__label",
|
25964
25964
|
"text": props.label
|
25965
25965
|
}, null) : undefined), slots.prepend?.(slotProps)]) : undefined,
|
@@ -25968,18 +25968,18 @@ const VRangeSlider = genericComponent()({
|
|
25968
25968
|
id,
|
25969
25969
|
messagesId
|
25970
25970
|
} = _ref4;
|
25971
|
-
return
|
25971
|
+
return createElementVNode("div", {
|
25972
25972
|
"class": "v-slider__container",
|
25973
25973
|
"onMousedown": !readonly.value ? onSliderMousedown : undefined,
|
25974
25974
|
"onTouchstartPassive": !readonly.value ? onSliderTouchstart : undefined
|
25975
|
-
}, [
|
25975
|
+
}, [createElementVNode("input", {
|
25976
25976
|
"id": `${id.value}_start`,
|
25977
25977
|
"name": props.name || id.value,
|
25978
25978
|
"disabled": !!props.disabled,
|
25979
25979
|
"readonly": !!props.readonly,
|
25980
25980
|
"tabindex": "-1",
|
25981
25981
|
"value": model.value[0]
|
25982
|
-
}, null),
|
25982
|
+
}, null), createElementVNode("input", {
|
25983
25983
|
"id": `${id.value}_stop`,
|
25984
25984
|
"name": props.name || id.value,
|
25985
25985
|
"disabled": !!props.disabled,
|
@@ -26178,16 +26178,16 @@ const VRating = genericComponent()({
|
|
26178
26178
|
size: props.size,
|
26179
26179
|
variant: 'plain'
|
26180
26180
|
};
|
26181
|
-
return
|
26181
|
+
return createElementVNode(Fragment, null, [createElementVNode("label", {
|
26182
26182
|
"for": id,
|
26183
|
-
"class": {
|
26183
|
+
"class": normalizeClass({
|
26184
26184
|
'v-rating__item--half': props.halfIncrements && value % 1 > 0,
|
26185
26185
|
'v-rating__item--full': props.halfIncrements && value % 1 === 0
|
26186
|
-
},
|
26186
|
+
}),
|
26187
26187
|
"onMouseenter": onMouseenter,
|
26188
26188
|
"onMouseleave": onMouseleave,
|
26189
26189
|
"onClick": onClick
|
26190
|
-
}, [
|
26190
|
+
}, [createElementVNode("span", {
|
26191
26191
|
"class": "v-rating__hidden"
|
26192
26192
|
}, [t(props.itemAriaLabel, value, props.length)]), !showStar ? undefined : slots.item ? slots.item({
|
26193
26193
|
...itemState.value[index],
|
@@ -26197,7 +26197,7 @@ const VRating = genericComponent()({
|
|
26197
26197
|
rating: normalizedValue.value
|
26198
26198
|
}) : createVNode(VBtn, mergeProps({
|
26199
26199
|
"aria-label": t(props.itemAriaLabel, value, props.length)
|
26200
|
-
}, btnProps), null)]),
|
26200
|
+
}, btnProps), null)]), createElementVNode("input", {
|
26201
26201
|
"class": "v-rating__hidden",
|
26202
26202
|
"name": name.value,
|
26203
26203
|
"id": id,
|
@@ -26211,31 +26211,31 @@ const VRating = genericComponent()({
|
|
26211
26211
|
}
|
26212
26212
|
function createLabel(labelProps) {
|
26213
26213
|
if (slots['item-label']) return slots['item-label'](labelProps);
|
26214
|
-
if (labelProps.label) return
|
26215
|
-
return
|
26214
|
+
if (labelProps.label) return createElementVNode("span", null, [labelProps.label]);
|
26215
|
+
return createElementVNode("span", null, [createTextVNode("\xA0")]);
|
26216
26216
|
}
|
26217
26217
|
useRender(() => {
|
26218
26218
|
const hasLabels = !!props.itemLabels?.length || slots['item-label'];
|
26219
26219
|
return createVNode(props.tag, {
|
26220
|
-
"class": ['v-rating', {
|
26220
|
+
"class": normalizeClass(['v-rating', {
|
26221
26221
|
'v-rating--hover': props.hover,
|
26222
26222
|
'v-rating--readonly': props.readonly
|
26223
|
-
}, themeClasses.value, props.class],
|
26224
|
-
"style": props.style
|
26223
|
+
}, themeClasses.value, props.class]),
|
26224
|
+
"style": normalizeStyle(props.style)
|
26225
26225
|
}, {
|
26226
26226
|
default: () => [createVNode(VRatingItem, {
|
26227
26227
|
"value": 0,
|
26228
26228
|
"index": -1,
|
26229
26229
|
"showStar": false
|
26230
|
-
}, null), range.value.map((value, i) =>
|
26230
|
+
}, null), range.value.map((value, i) => createElementVNode("div", {
|
26231
26231
|
"class": "v-rating__wrapper"
|
26232
26232
|
}, [hasLabels && props.itemLabelPosition === 'top' ? createLabel({
|
26233
26233
|
value,
|
26234
26234
|
index: i,
|
26235
26235
|
label: props.itemLabels?.[i]
|
26236
|
-
}) : undefined,
|
26236
|
+
}) : undefined, createElementVNode("div", {
|
26237
26237
|
"class": "v-rating__item"
|
26238
|
-
}, [props.halfIncrements ?
|
26238
|
+
}, [props.halfIncrements ? createElementVNode(Fragment, null, [createVNode(VRatingItem, {
|
26239
26239
|
"value": value - 0.5,
|
26240
26240
|
"index": i * 2
|
26241
26241
|
}, null), createVNode(VRatingItem, {
|
@@ -26292,8 +26292,8 @@ const rootTypes = {
|
|
26292
26292
|
};
|
26293
26293
|
function genBone(type) {
|
26294
26294
|
let children = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
26295
|
-
return
|
26296
|
-
"class": ['v-skeleton-loader__bone', `v-skeleton-loader__${type}`]
|
26295
|
+
return createElementVNode("div", {
|
26296
|
+
"class": normalizeClass(['v-skeleton-loader__bone', `v-skeleton-loader__${type}`])
|
26297
26297
|
}, [children]);
|
26298
26298
|
}
|
26299
26299
|
function genBones(bone) {
|
@@ -26379,7 +26379,7 @@ const VSkeletonLoader = genericComponent()({
|
|
26379
26379
|
ariaLabel: t(props.loadingText),
|
26380
26380
|
role: 'alert'
|
26381
26381
|
};
|
26382
|
-
return
|
26382
|
+
return createElementVNode("div", mergeProps({
|
26383
26383
|
"class": ['v-skeleton-loader', {
|
26384
26384
|
'v-skeleton-loader--boilerplate': props.boilerplate
|
26385
26385
|
}, themeClasses.value, backgroundColorClasses.value, elevationClasses.value],
|
@@ -26585,7 +26585,7 @@ const VSnackbar = genericComponent()({
|
|
26585
26585
|
"onTouchend": onTouchend,
|
26586
26586
|
"onAfterLeave": onAfterLeave
|
26587
26587
|
}, scopeId), {
|
26588
|
-
default: () => [genOverlays(false, 'v-snackbar'), props.timer && !isHovering.value &&
|
26588
|
+
default: () => [genOverlays(false, 'v-snackbar'), props.timer && !isHovering.value && createElementVNode("div", {
|
26589
26589
|
"key": "timer",
|
26590
26590
|
"class": "v-snackbar__timer"
|
26591
26591
|
}, [createVNode(VProgressLinear, {
|
@@ -26593,7 +26593,7 @@ const VSnackbar = genericComponent()({
|
|
26593
26593
|
"color": typeof props.timer === 'string' ? props.timer : 'info',
|
26594
26594
|
"max": props.timeout,
|
26595
26595
|
"model-value": countdown.time.value
|
26596
|
-
}, null)]), hasContent &&
|
26596
|
+
}, null)]), hasContent && createElementVNode("div", {
|
26597
26597
|
"key": "content",
|
26598
26598
|
"class": "v-snackbar__content",
|
26599
26599
|
"role": "status",
|
@@ -26607,7 +26607,7 @@ const VSnackbar = genericComponent()({
|
|
26607
26607
|
}
|
26608
26608
|
}
|
26609
26609
|
}, {
|
26610
|
-
default: () => [
|
26610
|
+
default: () => [createElementVNode("div", {
|
26611
26611
|
"class": "v-snackbar__actions"
|
26612
26612
|
}, [slots.actions({
|
26613
26613
|
isActive
|
@@ -26691,7 +26691,7 @@ const VSnackbarQueue = genericComponent()({
|
|
26691
26691
|
modelValue: _,
|
26692
26692
|
...snackbarProps
|
26693
26693
|
} = VSnackbar.filterProps(props);
|
26694
|
-
return
|
26694
|
+
return createElementVNode(Fragment, null, [isVisible.value && !!current.value && (slots.default ? createVNode(VDefaultsProvider, {
|
26695
26695
|
"defaults": {
|
26696
26696
|
VSnackbar: current.value
|
26697
26697
|
}
|
@@ -26707,7 +26707,7 @@ const VSnackbarQueue = genericComponent()({
|
|
26707
26707
|
text: slots.text ? () => slots.text?.({
|
26708
26708
|
item: current.value
|
26709
26709
|
}) : undefined,
|
26710
|
-
actions: hasActions ? () =>
|
26710
|
+
actions: hasActions ? () => createElementVNode(Fragment, null, [!slots.actions ? createVNode(VBtn, mergeProps(btnProps.value, {
|
26711
26711
|
"onClick": onClickClose
|
26712
26712
|
}), null) : createVNode(VDefaultsProvider, {
|
26713
26713
|
"defaults": {
|
@@ -26865,57 +26865,57 @@ const VBarline = genericComponent()({
|
|
26865
26865
|
const smooth = computed(() => typeof props.smooth === 'boolean' ? props.smooth ? 2 : 0 : Number(props.smooth));
|
26866
26866
|
useRender(() => {
|
26867
26867
|
const gradientData = !props.gradient.slice().length ? [''] : props.gradient.slice().reverse();
|
26868
|
-
return
|
26868
|
+
return createElementVNode("svg", {
|
26869
26869
|
"display": "block"
|
26870
|
-
}, [
|
26870
|
+
}, [createElementVNode("defs", null, [createElementVNode("linearGradient", {
|
26871
26871
|
"id": id.value,
|
26872
26872
|
"gradientUnits": "userSpaceOnUse",
|
26873
26873
|
"x1": props.gradientDirection === 'left' ? '100%' : '0',
|
26874
26874
|
"y1": props.gradientDirection === 'top' ? '100%' : '0',
|
26875
26875
|
"x2": props.gradientDirection === 'right' ? '100%' : '0',
|
26876
26876
|
"y2": props.gradientDirection === 'bottom' ? '100%' : '0'
|
26877
|
-
}, [gradientData.map((color, index) =>
|
26877
|
+
}, [gradientData.map((color, index) => createElementVNode("stop", {
|
26878
26878
|
"offset": index / Math.max(gradientData.length - 1, 1),
|
26879
26879
|
"stop-color": color || 'currentColor'
|
26880
|
-
}, null))])]),
|
26880
|
+
}, null))])]), createElementVNode("clipPath", {
|
26881
26881
|
"id": `${id.value}-clip`
|
26882
|
-
}, [bars.value.map(item =>
|
26882
|
+
}, [bars.value.map(item => createElementVNode("rect", {
|
26883
26883
|
"x": item.x + offsetX.value,
|
26884
26884
|
"y": item.y,
|
26885
26885
|
"width": lineWidth.value,
|
26886
26886
|
"height": item.height,
|
26887
26887
|
"rx": smooth.value,
|
26888
26888
|
"ry": smooth.value
|
26889
|
-
}, [props.autoDraw &&
|
26889
|
+
}, [props.autoDraw && createElementVNode(Fragment, null, [createElementVNode("animate", {
|
26890
26890
|
"attributeName": "y",
|
26891
26891
|
"from": item.y + item.height,
|
26892
26892
|
"to": item.y,
|
26893
26893
|
"dur": `${autoDrawDuration.value}ms`,
|
26894
26894
|
"fill": "freeze"
|
26895
|
-
}, null),
|
26895
|
+
}, null), createElementVNode("animate", {
|
26896
26896
|
"attributeName": "height",
|
26897
26897
|
"from": "0",
|
26898
26898
|
"to": item.height,
|
26899
26899
|
"dur": `${autoDrawDuration.value}ms`,
|
26900
26900
|
"fill": "freeze"
|
26901
|
-
}, null)])]))]), hasLabels.value &&
|
26901
|
+
}, null)])]))]), hasLabels.value && createElementVNode("g", {
|
26902
26902
|
"key": "labels",
|
26903
26903
|
"style": {
|
26904
26904
|
textAnchor: 'middle',
|
26905
26905
|
dominantBaseline: 'mathematical',
|
26906
26906
|
fill: 'currentColor'
|
26907
26907
|
}
|
26908
|
-
}, [parsedLabels.value.map((item, i) =>
|
26908
|
+
}, [parsedLabels.value.map((item, i) => createElementVNode("text", {
|
26909
26909
|
"x": item.x + offsetX.value + lineWidth.value / 2,
|
26910
26910
|
"y": parseInt(props.height, 10) - 2 + (parseInt(props.labelSize, 10) || 7 * 0.75),
|
26911
26911
|
"font-size": Number(props.labelSize) || 7
|
26912
26912
|
}, [slots.label?.({
|
26913
26913
|
index: i,
|
26914
26914
|
value: item.value
|
26915
|
-
}) ?? item.value]))]),
|
26915
|
+
}) ?? item.value]))]), createElementVNode("g", {
|
26916
26916
|
"clip-path": `url(#${id.value}-clip)`,
|
26917
26917
|
"fill": `url(#${id.value})`
|
26918
|
-
}, [
|
26918
|
+
}, [createElementVNode("rect", {
|
26919
26919
|
"x": 0,
|
26920
26920
|
"y": 0,
|
26921
26921
|
"width": Math.max(props.modelValue.length * lineWidth.value, Number(props.width)),
|
@@ -27094,39 +27094,39 @@ const VTrendline = genericComponent()({
|
|
27094
27094
|
}
|
27095
27095
|
useRender(() => {
|
27096
27096
|
const gradientData = !props.gradient.slice().length ? [''] : props.gradient.slice().reverse();
|
27097
|
-
return
|
27097
|
+
return createElementVNode("svg", {
|
27098
27098
|
"display": "block",
|
27099
27099
|
"stroke-width": parseFloat(props.lineWidth) ?? 4
|
27100
|
-
}, [
|
27100
|
+
}, [createElementVNode("defs", null, [createElementVNode("linearGradient", {
|
27101
27101
|
"id": id.value,
|
27102
27102
|
"gradientUnits": "userSpaceOnUse",
|
27103
27103
|
"x1": props.gradientDirection === 'left' ? '100%' : '0',
|
27104
27104
|
"y1": props.gradientDirection === 'top' ? '100%' : '0',
|
27105
27105
|
"x2": props.gradientDirection === 'right' ? '100%' : '0',
|
27106
27106
|
"y2": props.gradientDirection === 'bottom' ? '100%' : '0'
|
27107
|
-
}, [gradientData.map((color, index) =>
|
27107
|
+
}, [gradientData.map((color, index) => createElementVNode("stop", {
|
27108
27108
|
"offset": index / Math.max(gradientData.length - 1, 1),
|
27109
27109
|
"stop-color": color || 'currentColor'
|
27110
|
-
}, null))])]), hasLabels.value &&
|
27110
|
+
}, null))])]), hasLabels.value && createElementVNode("g", {
|
27111
27111
|
"key": "labels",
|
27112
27112
|
"style": {
|
27113
27113
|
textAnchor: 'middle',
|
27114
27114
|
dominantBaseline: 'mathematical',
|
27115
27115
|
fill: 'currentColor'
|
27116
27116
|
}
|
27117
|
-
}, [parsedLabels.value.map((item, i) =>
|
27117
|
+
}, [parsedLabels.value.map((item, i) => createElementVNode("text", {
|
27118
27118
|
"x": item.x + lineWidth.value / 2 + lineWidth.value / 2,
|
27119
27119
|
"y": parseInt(props.height, 10) - 4 + (parseInt(props.labelSize, 10) || 7 * 0.75),
|
27120
27120
|
"font-size": Number(props.labelSize) || 7
|
27121
27121
|
}, [slots.label?.({
|
27122
27122
|
index: i,
|
27123
27123
|
value: item.value
|
27124
|
-
}) ?? item.value]))]),
|
27124
|
+
}) ?? item.value]))]), createElementVNode("path", {
|
27125
27125
|
"ref": path,
|
27126
27126
|
"d": genPath$1(props.fill),
|
27127
27127
|
"fill": props.fill ? `url(#${id.value})` : 'none',
|
27128
27128
|
"stroke": props.fill ? 'none' : `url(#${id.value})`
|
27129
|
-
}, null), props.fill &&
|
27129
|
+
}, null), props.fill && createElementVNode("path", {
|
27130
27130
|
"d": genPath$1(false),
|
27131
27131
|
"fill": "none",
|
27132
27132
|
"stroke": props.color ?? props.gradient?.[0]
|
@@ -27294,7 +27294,7 @@ const VStepperActions = genericComponent()({
|
|
27294
27294
|
const nextSlotProps = {
|
27295
27295
|
onClick: onClickNext
|
27296
27296
|
};
|
27297
|
-
return
|
27297
|
+
return createElementVNode("div", {
|
27298
27298
|
"class": "v-stepper-actions"
|
27299
27299
|
}, [createVNode(VDefaultsProvider, {
|
27300
27300
|
"defaults": {
|
@@ -27368,7 +27368,7 @@ const makeVStepperItemProps = propsFactory({
|
|
27368
27368
|
const VStepperItem = genericComponent()({
|
27369
27369
|
name: 'VStepperItem',
|
27370
27370
|
directives: {
|
27371
|
-
Ripple
|
27371
|
+
vRipple: Ripple
|
27372
27372
|
},
|
27373
27373
|
props: makeVStepperItemProps(),
|
27374
27374
|
emits: {
|
@@ -27407,12 +27407,12 @@ const VStepperItem = genericComponent()({
|
|
27407
27407
|
function onClick() {
|
27408
27408
|
group?.toggle();
|
27409
27409
|
}
|
27410
|
-
return withDirectives(
|
27411
|
-
"class": ['v-stepper-item', {
|
27410
|
+
return withDirectives(createElementVNode("button", {
|
27411
|
+
"class": normalizeClass(['v-stepper-item', {
|
27412
27412
|
'v-stepper-item--complete': hasCompleted.value,
|
27413
27413
|
'v-stepper-item--disabled': props.disabled,
|
27414
27414
|
'v-stepper-item--error': hasError.value
|
27415
|
-
}, group?.selectedClass.value],
|
27415
|
+
}, group?.selectedClass.value]),
|
27416
27416
|
"disabled": !props.editable,
|
27417
27417
|
"type": "button",
|
27418
27418
|
"onClick": onClick
|
@@ -27425,15 +27425,15 @@ const VStepperItem = genericComponent()({
|
|
27425
27425
|
default: () => [slots.icon?.(slotProps.value) ?? (icon.value ? createVNode(VIcon, {
|
27426
27426
|
"icon": icon.value
|
27427
27427
|
}, null) : step.value)]
|
27428
|
-
}),
|
27428
|
+
}), createElementVNode("div", {
|
27429
27429
|
"class": "v-stepper-item__content"
|
27430
|
-
}, [hasTitle &&
|
27430
|
+
}, [hasTitle && createElementVNode("div", {
|
27431
27431
|
"key": "title",
|
27432
27432
|
"class": "v-stepper-item__title"
|
27433
|
-
}, [slots.title?.(slotProps.value) ?? props.title]), hasSubtitle &&
|
27433
|
+
}, [slots.title?.(slotProps.value) ?? props.title]), hasSubtitle && createElementVNode("div", {
|
27434
27434
|
"key": "subtitle",
|
27435
27435
|
"class": "v-stepper-item__subtitle"
|
27436
|
-
}, [slots.subtitle?.(slotProps.value) ?? props.subtitle]), slots.default?.(slotProps.value)])]), [[
|
27436
|
+
}, [slots.subtitle?.(slotProps.value) ?? props.subtitle]), slots.default?.(slotProps.value)])]), [[Ripple, props.ripple && props.editable, null]]);
|
27437
27437
|
});
|
27438
27438
|
return {};
|
27439
27439
|
}
|
@@ -27629,7 +27629,7 @@ const VStepper = genericComponent()({
|
|
27629
27629
|
raw,
|
27630
27630
|
...item
|
27631
27631
|
} = _ref2;
|
27632
|
-
return
|
27632
|
+
return createElementVNode(Fragment, null, [!!index && createVNode(VDivider, null, null), createVNode(VStepperItem, item, {
|
27633
27633
|
default: slots[`header-item.${item.value}`] ?? slots.header,
|
27634
27634
|
icon: slots.icon,
|
27635
27635
|
title: slots.title,
|
@@ -27770,14 +27770,14 @@ const VSwitch = genericComponent()({
|
|
27770
27770
|
backgroundColorClasses,
|
27771
27771
|
backgroundColorStyles
|
27772
27772
|
} = _ref3;
|
27773
|
-
return
|
27774
|
-
"class": ['v-switch__track', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined],
|
27775
|
-
"style": backgroundColorStyles.value,
|
27773
|
+
return createElementVNode("div", {
|
27774
|
+
"class": normalizeClass(['v-switch__track', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
|
27775
|
+
"style": normalizeStyle(backgroundColorStyles.value),
|
27776
27776
|
"onClick": onTrackClick
|
27777
|
-
}, [slots['track-true'] &&
|
27777
|
+
}, [slots['track-true'] && createElementVNode("div", {
|
27778
27778
|
"key": "prepend",
|
27779
27779
|
"class": "v-switch__track-true"
|
27780
|
-
}, [slots['track-true'](slotProps)]), slots['track-false'] &&
|
27780
|
+
}, [slots['track-true'](slotProps)]), slots['track-false'] && createElementVNode("div", {
|
27781
27781
|
"key": "append",
|
27782
27782
|
"class": "v-switch__track-false"
|
27783
27783
|
}, [slots['track-false'](slotProps)])]);
|
@@ -27789,11 +27789,11 @@ const VSwitch = genericComponent()({
|
|
27789
27789
|
backgroundColorClasses,
|
27790
27790
|
backgroundColorStyles
|
27791
27791
|
} = _ref4;
|
27792
|
-
return
|
27793
|
-
"class": ['v-switch__thumb', {
|
27792
|
+
return createElementVNode(Fragment, null, [inputNode, createElementVNode("div", {
|
27793
|
+
"class": normalizeClass(['v-switch__thumb', {
|
27794
27794
|
'v-switch__thumb--filled': icon || props.loading
|
27795
|
-
}, props.inset || isForcedColorsModeActive ? undefined : backgroundColorClasses.value],
|
27796
|
-
"style": props.inset ? undefined : backgroundColorStyles.value
|
27795
|
+
}, props.inset || isForcedColorsModeActive ? undefined : backgroundColorClasses.value]),
|
27796
|
+
"style": normalizeStyle(props.inset ? undefined : backgroundColorStyles.value)
|
27797
27797
|
}, [slots.thumb ? createVNode(VDefaultsProvider, {
|
27798
27798
|
"defaults": {
|
27799
27799
|
VIcon: {
|
@@ -27881,10 +27881,10 @@ const VSystemBar = genericComponent()({
|
|
27881
27881
|
absolute: toRef(() => props.absolute)
|
27882
27882
|
});
|
27883
27883
|
useRender(() => createVNode(props.tag, {
|
27884
|
-
"class": ['v-system-bar', {
|
27884
|
+
"class": normalizeClass(['v-system-bar', {
|
27885
27885
|
'v-system-bar--window': props.window
|
27886
|
-
}, themeClasses.value, backgroundColorClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
27887
|
-
"style": [backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, props.style]
|
27886
|
+
}, themeClasses.value, backgroundColorClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
|
27887
|
+
"style": normalizeStyle([backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, props.style])
|
27888
27888
|
}, slots));
|
27889
27889
|
return {};
|
27890
27890
|
}
|
@@ -27975,10 +27975,10 @@ const VTab = genericComponent()({
|
|
27975
27975
|
"onGroup:selected": updateSlider
|
27976
27976
|
}), {
|
27977
27977
|
...slots,
|
27978
|
-
default: () =>
|
27978
|
+
default: () => createElementVNode(Fragment, null, [slots.default?.() ?? props.text, !props.hideSlider && createElementVNode("div", {
|
27979
27979
|
"ref": sliderEl,
|
27980
|
-
"class": ['v-tab__slider', sliderColorClasses.value],
|
27981
|
-
"style": sliderColorStyles.value
|
27980
|
+
"class": normalizeClass(['v-tab__slider', sliderColorClasses.value]),
|
27981
|
+
"style": normalizeStyle(sliderColorStyles.value)
|
27982
27982
|
}, null)])
|
27983
27983
|
});
|
27984
27984
|
});
|
@@ -28130,7 +28130,7 @@ const VTabs = genericComponent()({
|
|
28130
28130
|
useRender(() => {
|
28131
28131
|
const slideGroupProps = VSlideGroup.filterProps(props);
|
28132
28132
|
const hasWindow = !!(slots.window || props.items.length > 0);
|
28133
|
-
return
|
28133
|
+
return createElementVNode(Fragment, null, [createVNode(VSlideGroup, mergeProps(slideGroupProps, {
|
28134
28134
|
"modelValue": model.value,
|
28135
28135
|
"onUpdate:modelValue": $event => model.value = $event,
|
28136
28136
|
"class": ['v-tabs', `v-tabs--${props.direction}`, `v-tabs--align-tabs-${props.alignTabs}`, {
|
@@ -28203,7 +28203,7 @@ const makeVTextareaProps = propsFactory({
|
|
28203
28203
|
const VTextarea = genericComponent()({
|
28204
28204
|
name: 'VTextarea',
|
28205
28205
|
directives: {
|
28206
|
-
Intersect
|
28206
|
+
vIntersect: Intersect
|
28207
28207
|
},
|
28208
28208
|
inheritAttrs: false,
|
28209
28209
|
props: makeVTextareaProps(),
|
@@ -28376,9 +28376,9 @@ const VTextarea = genericComponent()({
|
|
28376
28376
|
...slotProps
|
28377
28377
|
}
|
28378
28378
|
} = _ref3;
|
28379
|
-
return
|
28379
|
+
return createElementVNode(Fragment, null, [props.prefix && createElementVNode("span", {
|
28380
28380
|
"class": "v-text-field__prefix"
|
28381
|
-
}, [props.prefix]), withDirectives(
|
28381
|
+
}, [props.prefix]), withDirectives(createElementVNode("textarea", mergeProps({
|
28382
28382
|
"ref": textareaRef,
|
28383
28383
|
"class": fieldClass,
|
28384
28384
|
"value": model.value,
|
@@ -28391,24 +28391,24 @@ const VTextarea = genericComponent()({
|
|
28391
28391
|
"name": props.name,
|
28392
28392
|
"onFocus": onFocus,
|
28393
28393
|
"onBlur": blur
|
28394
|
-
}, slotProps, inputAttrs), null), [[
|
28394
|
+
}, slotProps, inputAttrs), null), [[Intersect, {
|
28395
28395
|
handler: onIntersect
|
28396
28396
|
}, null, {
|
28397
28397
|
once: true
|
28398
|
-
}]]), props.autoGrow && withDirectives(
|
28399
|
-
"class": [fieldClass, 'v-textarea__sizer'],
|
28398
|
+
}]]), props.autoGrow && withDirectives(createElementVNode("textarea", {
|
28399
|
+
"class": normalizeClass([fieldClass, 'v-textarea__sizer']),
|
28400
28400
|
"id": `${slotProps.id}-sizer`,
|
28401
28401
|
"onUpdate:modelValue": $event => model.value = $event,
|
28402
28402
|
"ref": sizerRef,
|
28403
28403
|
"readonly": true,
|
28404
28404
|
"aria-hidden": "true"
|
28405
|
-
}, null), [[vModelText, model.value]]), props.suffix &&
|
28405
|
+
}, null), [[vModelText, model.value]]), props.suffix && createElementVNode("span", {
|
28406
28406
|
"class": "v-text-field__suffix"
|
28407
28407
|
}, [props.suffix])]);
|
28408
28408
|
}
|
28409
28409
|
});
|
28410
28410
|
},
|
28411
|
-
details: hasDetails ? slotProps =>
|
28411
|
+
details: hasDetails ? slotProps => createElementVNode(Fragment, null, [slots.details?.(slotProps), hasCounter && createElementVNode(Fragment, null, [createElementVNode("span", null, null), createVNode(VCounter, {
|
28412
28412
|
"active": props.persistentCounter || isFocused.value,
|
28413
28413
|
"value": counterValue.value,
|
28414
28414
|
"max": max.value,
|
@@ -28439,8 +28439,8 @@ const VThemeProvider = genericComponent()({
|
|
28439
28439
|
return () => {
|
28440
28440
|
if (!props.withBackground) return slots.default?.();
|
28441
28441
|
return createVNode(props.tag, {
|
28442
|
-
"class": ['v-theme-provider', themeClasses.value, props.class],
|
28443
|
-
"style": props.style
|
28442
|
+
"class": normalizeClass(['v-theme-provider', themeClasses.value, props.class]),
|
28443
|
+
"style": normalizeStyle(props.style)
|
28444
28444
|
}, {
|
28445
28445
|
default: () => [slots.default?.()]
|
28446
28446
|
});
|
@@ -28485,21 +28485,21 @@ const VTimelineDivider = genericComponent()({
|
|
28485
28485
|
backgroundColorClasses: lineColorClasses,
|
28486
28486
|
backgroundColorStyles: lineColorStyles
|
28487
28487
|
} = useBackgroundColor(() => props.lineColor);
|
28488
|
-
useRender(() =>
|
28489
|
-
"class": ['v-timeline-divider', {
|
28488
|
+
useRender(() => createElementVNode("div", {
|
28489
|
+
"class": normalizeClass(['v-timeline-divider', {
|
28490
28490
|
'v-timeline-divider--fill-dot': props.fillDot
|
28491
|
-
}, props.class],
|
28492
|
-
"style": props.style
|
28493
|
-
}, [
|
28494
|
-
"class": ['v-timeline-divider__before', lineColorClasses.value],
|
28495
|
-
"style": lineColorStyles.value
|
28496
|
-
}, null), !props.hideDot &&
|
28491
|
+
}, props.class]),
|
28492
|
+
"style": normalizeStyle(props.style)
|
28493
|
+
}, [createElementVNode("div", {
|
28494
|
+
"class": normalizeClass(['v-timeline-divider__before', lineColorClasses.value]),
|
28495
|
+
"style": normalizeStyle(lineColorStyles.value)
|
28496
|
+
}, null), !props.hideDot && createElementVNode("div", {
|
28497
28497
|
"key": "dot",
|
28498
|
-
"class": ['v-timeline-divider__dot', elevationClasses.value, roundedClasses.value, sizeClasses.value],
|
28499
|
-
"style": sizeStyles.value
|
28500
|
-
}, [
|
28501
|
-
"class": ['v-timeline-divider__inner-dot', backgroundColorClasses.value, roundedClasses.value],
|
28502
|
-
"style": backgroundColorStyles.value
|
28498
|
+
"class": normalizeClass(['v-timeline-divider__dot', elevationClasses.value, roundedClasses.value, sizeClasses.value]),
|
28499
|
+
"style": normalizeStyle(sizeStyles.value)
|
28500
|
+
}, [createElementVNode("div", {
|
28501
|
+
"class": normalizeClass(['v-timeline-divider__inner-dot', backgroundColorClasses.value, roundedClasses.value]),
|
28502
|
+
"style": normalizeStyle(backgroundColorStyles.value)
|
28503
28503
|
}, [!slots.default ? createVNode(VIcon, {
|
28504
28504
|
"key": "icon",
|
28505
28505
|
"color": props.iconColor,
|
@@ -28515,9 +28515,9 @@ const VTimelineDivider = genericComponent()({
|
|
28515
28515
|
size: props.size
|
28516
28516
|
}
|
28517
28517
|
}
|
28518
|
-
}, slots.default)])]),
|
28519
|
-
"class": ['v-timeline-divider__after', lineColorClasses.value],
|
28520
|
-
"style": lineColorStyles.value
|
28518
|
+
}, slots.default)])]), createElementVNode("div", {
|
28519
|
+
"class": normalizeClass(['v-timeline-divider__after', lineColorClasses.value]),
|
28520
|
+
"style": normalizeStyle(lineColorStyles.value)
|
28521
28521
|
}, null)]));
|
28522
28522
|
return {};
|
28523
28523
|
}
|
@@ -28568,19 +28568,19 @@ const VTimelineItem = genericComponent()({
|
|
28568
28568
|
}, {
|
28569
28569
|
flush: 'post'
|
28570
28570
|
});
|
28571
|
-
useRender(() =>
|
28572
|
-
"class": ['v-timeline-item', {
|
28571
|
+
useRender(() => createElementVNode("div", {
|
28572
|
+
"class": normalizeClass(['v-timeline-item', {
|
28573
28573
|
'v-timeline-item--fill-dot': props.fillDot,
|
28574
28574
|
'v-timeline-item--side-start': props.side === 'start',
|
28575
28575
|
'v-timeline-item--side-end': props.side === 'end'
|
28576
|
-
}, props.class],
|
28577
|
-
"style": [{
|
28576
|
+
}, props.class]),
|
28577
|
+
"style": normalizeStyle([{
|
28578
28578
|
'--v-timeline-dot-size': convertToUnit(dotSize.value),
|
28579
28579
|
'--v-timeline-line-inset': props.lineInset ? `calc(var(--v-timeline-dot-size) / 2 + ${convertToUnit(props.lineInset)})` : convertToUnit(0)
|
28580
|
-
}, props.style]
|
28581
|
-
}, [
|
28580
|
+
}, props.style])
|
28581
|
+
}, [createElementVNode("div", {
|
28582
28582
|
"class": "v-timeline-item__body",
|
28583
|
-
"style": dimensionStyles.value
|
28583
|
+
"style": normalizeStyle(dimensionStyles.value)
|
28584
28584
|
}, [slots.default?.()]), createVNode(VTimelineDivider, {
|
28585
28585
|
"ref": dotRef,
|
28586
28586
|
"hideDot": props.hideDot,
|
@@ -28593,7 +28593,7 @@ const VTimelineItem = genericComponent()({
|
|
28593
28593
|
"rounded": props.rounded
|
28594
28594
|
}, {
|
28595
28595
|
default: slots.icon
|
28596
|
-
}), props.density !== 'compact' &&
|
28596
|
+
}), props.density !== 'compact' && createElementVNode("div", {
|
28597
28597
|
"class": "v-timeline-item__opposite"
|
28598
28598
|
}, [!props.hideOpposite && slots.opposite?.()])]));
|
28599
28599
|
return {};
|
@@ -28686,12 +28686,12 @@ const VTimeline = genericComponent()({
|
|
28686
28686
|
}
|
28687
28687
|
});
|
28688
28688
|
useRender(() => createVNode(props.tag, {
|
28689
|
-
"class": ['v-timeline', `v-timeline--${props.direction}`, `v-timeline--align-${props.align}`, `v-timeline--justify-${props.justify}`, truncateClasses.value, {
|
28689
|
+
"class": normalizeClass(['v-timeline', `v-timeline--${props.direction}`, `v-timeline--align-${props.align}`, `v-timeline--justify-${props.justify}`, truncateClasses.value, {
|
28690
28690
|
'v-timeline--inset-line': !!props.lineInset
|
28691
|
-
}, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class],
|
28692
|
-
"style": [{
|
28691
|
+
}, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class]),
|
28692
|
+
"style": normalizeStyle([{
|
28693
28693
|
'--v-timeline-line-thickness': convertToUnit(props.lineThickness)
|
28694
|
-
}, props.style]
|
28694
|
+
}, props.style])
|
28695
28695
|
}, slots));
|
28696
28696
|
return {};
|
28697
28697
|
}
|
@@ -28717,9 +28717,9 @@ const VToolbarItems = genericComponent()({
|
|
28717
28717
|
variant: toRef(() => props.variant)
|
28718
28718
|
}
|
28719
28719
|
});
|
28720
|
-
useRender(() =>
|
28721
|
-
"class": ['v-toolbar-items', props.class],
|
28722
|
-
"style": props.style
|
28720
|
+
useRender(() => createElementVNode("div", {
|
28721
|
+
"class": normalizeClass(['v-toolbar-items', props.class]),
|
28722
|
+
"style": normalizeStyle(props.style)
|
28723
28723
|
}, [slots.default?.()]));
|
28724
28724
|
return {};
|
28725
28725
|
}
|
@@ -29316,7 +29316,7 @@ function createVuetify$1() {
|
|
29316
29316
|
};
|
29317
29317
|
});
|
29318
29318
|
}
|
29319
|
-
const version$1 = "3.8.6-master.2025-05-
|
29319
|
+
const version$1 = "3.8.6-master.2025-05-26";
|
29320
29320
|
createVuetify$1.version = version$1;
|
29321
29321
|
|
29322
29322
|
// Vue's inject() can only be used in setup
|
@@ -29341,7 +29341,7 @@ const createVuetify = function () {
|
|
29341
29341
|
...options
|
29342
29342
|
});
|
29343
29343
|
};
|
29344
|
-
const version = "3.8.6-master.2025-05-
|
29344
|
+
const version = "3.8.6-master.2025-05-26";
|
29345
29345
|
createVuetify.version = version;
|
29346
29346
|
|
29347
29347
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|