@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-labs.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, onBeforeUnmount, watch, readonly, onMounted, useId, onDeactivated, onActivated, onScopeDispose, effectScope, toRaw, createVNode, TransitionGroup, Transition, mergeProps, toRefs, toValue, 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, onBeforeUnmount, watch, readonly, onMounted, useId, onDeactivated, onActivated, onScopeDispose, effectScope, toRaw, createElementVNode, normalizeStyle, normalizeClass, createVNode, TransitionGroup, Transition, mergeProps, toRefs, toValue, 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
|
// Types
|
10
10
|
// eslint-disable-line vue/prefer-import-from-vue
|
@@ -2667,11 +2667,11 @@ const VApp = genericComponent()({
|
|
2667
2667
|
const {
|
2668
2668
|
rtlClasses
|
2669
2669
|
} = useRtl();
|
2670
|
-
useRender(() =>
|
2670
|
+
useRender(() => createElementVNode("div", {
|
2671
2671
|
"ref": layoutRef,
|
2672
|
-
"class": ['v-application', theme.themeClasses.value, layoutClasses.value, rtlClasses.value, props.class],
|
2673
|
-
"style": [props.style]
|
2674
|
-
}, [
|
2672
|
+
"class": normalizeClass(['v-application', theme.themeClasses.value, layoutClasses.value, rtlClasses.value, props.class]),
|
2673
|
+
"style": normalizeStyle([props.style])
|
2674
|
+
}, [createElementVNode("div", {
|
2675
2675
|
"class": "v-application__wrap"
|
2676
2676
|
}, [slots.default?.()])]));
|
2677
2677
|
return {
|
@@ -2711,10 +2711,10 @@ const VToolbarTitle = genericComponent()({
|
|
2711
2711
|
useRender(() => {
|
2712
2712
|
const hasText = !!(slots.default || slots.text || props.text);
|
2713
2713
|
return createVNode(props.tag, {
|
2714
|
-
"class": ['v-toolbar-title', props.class],
|
2715
|
-
"style": props.style
|
2714
|
+
"class": normalizeClass(['v-toolbar-title', props.class]),
|
2715
|
+
"style": normalizeStyle(props.style)
|
2716
2716
|
}, {
|
2717
|
-
default: () => [hasText &&
|
2717
|
+
default: () => [hasText && createElementVNode("div", {
|
2718
2718
|
"class": "v-toolbar-title__placeholder"
|
2719
2719
|
}, [slots.text ? slots.text() : props.text, slots.default?.()])]
|
2720
2720
|
});
|
@@ -3174,16 +3174,16 @@ const VResponsive = genericComponent()({
|
|
3174
3174
|
const {
|
3175
3175
|
dimensionStyles
|
3176
3176
|
} = useDimension(props);
|
3177
|
-
useRender(() =>
|
3178
|
-
"class": ['v-responsive', {
|
3177
|
+
useRender(() => createElementVNode("div", {
|
3178
|
+
"class": normalizeClass(['v-responsive', {
|
3179
3179
|
'v-responsive--inline': props.inline
|
3180
|
-
}, props.class],
|
3181
|
-
"style": [dimensionStyles.value, props.style]
|
3182
|
-
}, [
|
3180
|
+
}, props.class]),
|
3181
|
+
"style": normalizeStyle([dimensionStyles.value, props.style])
|
3182
|
+
}, [createElementVNode("div", {
|
3183
3183
|
"class": "v-responsive__sizer",
|
3184
|
-
"style": aspectStyles.value
|
3185
|
-
}, null), slots.additional?.(), slots.default &&
|
3186
|
-
"class": ['v-responsive__content', props.contentClass]
|
3184
|
+
"style": normalizeStyle(aspectStyles.value)
|
3185
|
+
}, null), slots.additional?.(), slots.default && createElementVNode("div", {
|
3186
|
+
"class": normalizeClass(['v-responsive__content', props.contentClass])
|
3187
3187
|
}, [slots.default()])]));
|
3188
3188
|
return {};
|
3189
3189
|
}
|
@@ -3417,7 +3417,7 @@ const makeVImgProps = propsFactory({
|
|
3417
3417
|
const VImg = genericComponent()({
|
3418
3418
|
name: 'VImg',
|
3419
3419
|
directives: {
|
3420
|
-
|
3420
|
+
vIntersect: Intersect
|
3421
3421
|
},
|
3422
3422
|
props: makeVImgProps(),
|
3423
3423
|
emits: {
|
@@ -3546,11 +3546,11 @@ const VImg = genericComponent()({
|
|
3546
3546
|
}));
|
3547
3547
|
const __image = () => {
|
3548
3548
|
if (!normalisedSrc.value.src || state.value === 'idle') return null;
|
3549
|
-
const img =
|
3550
|
-
"class": ['v-img__img', containClasses.value],
|
3551
|
-
"style": {
|
3549
|
+
const img = createElementVNode("img", {
|
3550
|
+
"class": normalizeClass(['v-img__img', containClasses.value]),
|
3551
|
+
"style": normalizeStyle({
|
3552
3552
|
objectPosition: props.position
|
3553
|
-
},
|
3553
|
+
}),
|
3554
3554
|
"crossorigin": props.crossorigin,
|
3555
3555
|
"src": normalisedSrc.value.src,
|
3556
3556
|
"srcset": normalisedSrc.value.srcset,
|
@@ -3567,7 +3567,7 @@ const VImg = genericComponent()({
|
|
3567
3567
|
"transition": props.transition,
|
3568
3568
|
"appear": true
|
3569
3569
|
}, {
|
3570
|
-
default: () => [withDirectives(sources ?
|
3570
|
+
default: () => [withDirectives(sources ? createElementVNode("picture", {
|
3571
3571
|
"class": "v-img__picture"
|
3572
3572
|
}, [sources, img]) : img, [[vShow, state.value === 'loaded']])]
|
3573
3573
|
});
|
@@ -3575,11 +3575,11 @@ const VImg = genericComponent()({
|
|
3575
3575
|
const __preloadImage = () => createVNode(MaybeTransition, {
|
3576
3576
|
"transition": props.transition
|
3577
3577
|
}, {
|
3578
|
-
default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' &&
|
3579
|
-
"class": ['v-img__img', 'v-img__img--preload', containClasses.value],
|
3580
|
-
"style": {
|
3578
|
+
default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && createElementVNode("img", {
|
3579
|
+
"class": normalizeClass(['v-img__img', 'v-img__img--preload', containClasses.value]),
|
3580
|
+
"style": normalizeStyle({
|
3581
3581
|
objectPosition: props.position
|
3582
|
-
},
|
3582
|
+
}),
|
3583
3583
|
"crossorigin": props.crossorigin,
|
3584
3584
|
"src": normalisedSrc.value.lazySrc,
|
3585
3585
|
"alt": props.alt,
|
@@ -3593,7 +3593,7 @@ const VImg = genericComponent()({
|
|
3593
3593
|
"transition": props.transition,
|
3594
3594
|
"appear": true
|
3595
3595
|
}, {
|
3596
|
-
default: () => [(state.value === 'loading' || state.value === 'error' && !slots.error) &&
|
3596
|
+
default: () => [(state.value === 'loading' || state.value === 'error' && !slots.error) && createElementVNode("div", {
|
3597
3597
|
"class": "v-img__placeholder"
|
3598
3598
|
}, [slots.placeholder()])]
|
3599
3599
|
});
|
@@ -3604,18 +3604,18 @@ const VImg = genericComponent()({
|
|
3604
3604
|
"transition": props.transition,
|
3605
3605
|
"appear": true
|
3606
3606
|
}, {
|
3607
|
-
default: () => [state.value === 'error' &&
|
3607
|
+
default: () => [state.value === 'error' && createElementVNode("div", {
|
3608
3608
|
"class": "v-img__error"
|
3609
3609
|
}, [slots.error()])]
|
3610
3610
|
});
|
3611
3611
|
};
|
3612
3612
|
const __gradient = () => {
|
3613
3613
|
if (!props.gradient) return null;
|
3614
|
-
return
|
3614
|
+
return createElementVNode("div", {
|
3615
3615
|
"class": "v-img__gradient",
|
3616
|
-
"style": {
|
3616
|
+
"style": normalizeStyle({
|
3617
3617
|
backgroundImage: `linear-gradient(${props.gradient})`
|
3618
|
-
}
|
3618
|
+
})
|
3619
3619
|
}, null);
|
3620
3620
|
};
|
3621
3621
|
const isBooted = shallowRef(false);
|
@@ -3647,9 +3647,9 @@ const VImg = genericComponent()({
|
|
3647
3647
|
"aria-label": props.alt,
|
3648
3648
|
"role": props.alt ? 'img' : undefined
|
3649
3649
|
}), {
|
3650
|
-
additional: () =>
|
3650
|
+
additional: () => createElementVNode(Fragment, null, [createVNode(__image, null, null), createVNode(__preloadImage, null, null), createVNode(__gradient, null, null), createVNode(__placeholder, null, null), createVNode(__error, null, null)]),
|
3651
3651
|
default: slots.default
|
3652
|
-
}), [[
|
3652
|
+
}), [[Intersect, {
|
3653
3653
|
handler: init,
|
3654
3654
|
options: props.options
|
3655
3655
|
}, null, {
|
@@ -3792,16 +3792,16 @@ const VToolbar = genericComponent()({
|
|
3792
3792
|
const extension = slots.extension?.();
|
3793
3793
|
isExtended.value = !!(props.extended || extension);
|
3794
3794
|
return createVNode(props.tag, {
|
3795
|
-
"class": ['v-toolbar', {
|
3795
|
+
"class": normalizeClass(['v-toolbar', {
|
3796
3796
|
'v-toolbar--absolute': props.absolute,
|
3797
3797
|
'v-toolbar--collapse': props.collapse,
|
3798
3798
|
'v-toolbar--flat': props.flat,
|
3799
3799
|
'v-toolbar--floating': props.floating,
|
3800
3800
|
[`v-toolbar--density-${props.density}`]: true
|
3801
|
-
}, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class],
|
3802
|
-
"style": [backgroundColorStyles.value, props.style]
|
3801
|
+
}, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class]),
|
3802
|
+
"style": normalizeStyle([backgroundColorStyles.value, props.style])
|
3803
3803
|
}, {
|
3804
|
-
default: () => [hasImage &&
|
3804
|
+
default: () => [hasImage && createElementVNode("div", {
|
3805
3805
|
"key": "image",
|
3806
3806
|
"class": "v-toolbar__image"
|
3807
3807
|
}, [!slots.image ? createVNode(VImg, {
|
@@ -3824,19 +3824,19 @@ const VToolbar = genericComponent()({
|
|
3824
3824
|
}
|
3825
3825
|
}
|
3826
3826
|
}, {
|
3827
|
-
default: () => [
|
3827
|
+
default: () => [createElementVNode("div", {
|
3828
3828
|
"class": "v-toolbar__content",
|
3829
|
-
"style": {
|
3829
|
+
"style": normalizeStyle({
|
3830
3830
|
height: convertToUnit(contentHeight.value)
|
3831
|
-
}
|
3832
|
-
}, [slots.prepend &&
|
3831
|
+
})
|
3832
|
+
}, [slots.prepend && createElementVNode("div", {
|
3833
3833
|
"class": "v-toolbar__prepend"
|
3834
3834
|
}, [slots.prepend?.()]), hasTitle && createVNode(VToolbarTitle, {
|
3835
3835
|
"key": "title",
|
3836
3836
|
"text": props.title
|
3837
3837
|
}, {
|
3838
3838
|
text: slots.title
|
3839
|
-
}), slots.default?.(), slots.append &&
|
3839
|
+
}), slots.default?.(), slots.append && createElementVNode("div", {
|
3840
3840
|
"class": "v-toolbar__append"
|
3841
3841
|
}, [slots.append?.()])])]
|
3842
3842
|
}), createVNode(VDefaultsProvider, {
|
@@ -3847,11 +3847,11 @@ const VToolbar = genericComponent()({
|
|
3847
3847
|
}
|
3848
3848
|
}, {
|
3849
3849
|
default: () => [createVNode(VExpandTransition, null, {
|
3850
|
-
default: () => [isExtended.value &&
|
3850
|
+
default: () => [isExtended.value && createElementVNode("div", {
|
3851
3851
|
"class": "v-toolbar__extension",
|
3852
|
-
"style": {
|
3852
|
+
"style": normalizeStyle({
|
3853
3853
|
height: convertToUnit(extensionHeight.value)
|
3854
|
-
}
|
3854
|
+
})
|
3855
3855
|
}, [extension])]
|
3856
3856
|
})]
|
3857
3857
|
})]
|
@@ -4130,12 +4130,12 @@ function useDensity(props) {
|
|
4130
4130
|
|
4131
4131
|
const allowedVariants$2 = ['elevated', 'flat', 'tonal', 'outlined', 'text', 'plain'];
|
4132
4132
|
function genOverlays(isClickable, name) {
|
4133
|
-
return
|
4133
|
+
return createElementVNode(Fragment, null, [isClickable && createElementVNode("span", {
|
4134
4134
|
"key": "overlay",
|
4135
|
-
"class": `${name}__overlay`
|
4136
|
-
}, null),
|
4135
|
+
"class": normalizeClass(`${name}__overlay`)
|
4136
|
+
}, null), createElementVNode("span", {
|
4137
4137
|
"key": "underlay",
|
4138
|
-
"class": `${name}__underlay`
|
4138
|
+
"class": normalizeClass(`${name}__underlay`)
|
4139
4139
|
}, null)]);
|
4140
4140
|
}
|
4141
4141
|
const makeVariantProps = propsFactory({
|
@@ -4219,10 +4219,10 @@ const VBtnGroup = genericComponent()({
|
|
4219
4219
|
});
|
4220
4220
|
useRender(() => {
|
4221
4221
|
return createVNode(props.tag, {
|
4222
|
-
"class": ['v-btn-group', {
|
4222
|
+
"class": normalizeClass(['v-btn-group', {
|
4223
4223
|
'v-btn-group--divided': props.divided
|
4224
|
-
}, themeClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
4225
|
-
"style": props.style
|
4224
|
+
}, themeClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
|
4225
|
+
"style": normalizeStyle(props.style)
|
4226
4226
|
}, slots);
|
4227
4227
|
});
|
4228
4228
|
}
|
@@ -4600,18 +4600,18 @@ const VSvgIcon = defineComponent({
|
|
4600
4600
|
return createVNode(props.tag, mergeProps(attrs, {
|
4601
4601
|
"style": null
|
4602
4602
|
}), {
|
4603
|
-
default: () => [
|
4603
|
+
default: () => [createElementVNode("svg", {
|
4604
4604
|
"class": "v-icon__svg",
|
4605
4605
|
"xmlns": "http://www.w3.org/2000/svg",
|
4606
4606
|
"viewBox": "0 0 24 24",
|
4607
4607
|
"role": "img",
|
4608
4608
|
"aria-hidden": "true"
|
4609
|
-
}, [Array.isArray(props.icon) ? props.icon.map(path => Array.isArray(path) ?
|
4609
|
+
}, [Array.isArray(props.icon) ? props.icon.map(path => Array.isArray(path) ? createElementVNode("path", {
|
4610
4610
|
"d": path[0],
|
4611
4611
|
"fill-opacity": path[1]
|
4612
|
-
}, null) :
|
4612
|
+
}, null) : createElementVNode("path", {
|
4613
4613
|
"d": path
|
4614
|
-
}, null)) :
|
4614
|
+
}, null)) : createElementVNode("path", {
|
4615
4615
|
"d": props.icon
|
4616
4616
|
}, null)])]
|
4617
4617
|
});
|
@@ -4635,7 +4635,7 @@ const VClassIcon = defineComponent({
|
|
4635
4635
|
setup(props) {
|
4636
4636
|
return () => {
|
4637
4637
|
return createVNode(props.tag, {
|
4638
|
-
"class": props.icon
|
4638
|
+
"class": normalizeClass(props.icon)
|
4639
4639
|
}, null);
|
4640
4640
|
};
|
4641
4641
|
}
|
@@ -4788,19 +4788,19 @@ const VIcon = genericComponent()({
|
|
4788
4788
|
return createVNode(iconData.value.component, {
|
4789
4789
|
"tag": props.tag,
|
4790
4790
|
"icon": iconData.value.icon,
|
4791
|
-
"class": ['v-icon', 'notranslate', themeClasses.value, sizeClasses.value, textColorClasses.value, {
|
4791
|
+
"class": normalizeClass(['v-icon', 'notranslate', themeClasses.value, sizeClasses.value, textColorClasses.value, {
|
4792
4792
|
'v-icon--clickable': hasClick,
|
4793
4793
|
'v-icon--disabled': props.disabled,
|
4794
4794
|
'v-icon--start': props.start,
|
4795
4795
|
'v-icon--end': props.end
|
4796
|
-
}, props.class],
|
4797
|
-
"style": [{
|
4796
|
+
}, props.class]),
|
4797
|
+
"style": normalizeStyle([{
|
4798
4798
|
'--v-icon-opacity': props.opacity
|
4799
4799
|
}, !sizeClasses.value ? {
|
4800
4800
|
fontSize: convertToUnit(props.size),
|
4801
4801
|
height: convertToUnit(props.size),
|
4802
4802
|
width: convertToUnit(props.size)
|
4803
|
-
} : undefined, textColorStyles.value, props.style],
|
4803
|
+
} : undefined, textColorStyles.value, props.style]),
|
4804
4804
|
"role": hasClick ? 'button' : undefined,
|
4805
4805
|
"aria-hidden": !hasClick,
|
4806
4806
|
"tabindex": hasClick ? props.disabled ? -1 : 0 : undefined
|
@@ -4912,26 +4912,26 @@ const VProgressCircular = genericComponent()({
|
|
4912
4912
|
});
|
4913
4913
|
useRender(() => createVNode(props.tag, {
|
4914
4914
|
"ref": root,
|
4915
|
-
"class": ['v-progress-circular', {
|
4915
|
+
"class": normalizeClass(['v-progress-circular', {
|
4916
4916
|
'v-progress-circular--indeterminate': !!props.indeterminate,
|
4917
4917
|
'v-progress-circular--visible': isIntersecting.value,
|
4918
4918
|
'v-progress-circular--disable-shrink': props.indeterminate === 'disable-shrink'
|
4919
|
-
}, themeClasses.value, sizeClasses.value, textColorClasses.value, props.class],
|
4920
|
-
"style": [sizeStyles.value, textColorStyles.value, props.style],
|
4919
|
+
}, themeClasses.value, sizeClasses.value, textColorClasses.value, props.class]),
|
4920
|
+
"style": normalizeStyle([sizeStyles.value, textColorStyles.value, props.style]),
|
4921
4921
|
"role": "progressbar",
|
4922
4922
|
"aria-valuemin": "0",
|
4923
4923
|
"aria-valuemax": "100",
|
4924
4924
|
"aria-valuenow": props.indeterminate ? undefined : normalizedValue.value
|
4925
4925
|
}, {
|
4926
|
-
default: () => [
|
4927
|
-
"style": {
|
4926
|
+
default: () => [createElementVNode("svg", {
|
4927
|
+
"style": normalizeStyle({
|
4928
4928
|
transform: `rotate(calc(-90deg + ${Number(props.rotate)}deg))`
|
4929
|
-
},
|
4929
|
+
}),
|
4930
4930
|
"xmlns": "http://www.w3.org/2000/svg",
|
4931
4931
|
"viewBox": `0 0 ${diameter.value} ${diameter.value}`
|
4932
|
-
}, [
|
4933
|
-
"class": ['v-progress-circular__underlay', underlayColorClasses.value],
|
4934
|
-
"style": underlayColorStyles.value,
|
4932
|
+
}, [createElementVNode("circle", {
|
4933
|
+
"class": normalizeClass(['v-progress-circular__underlay', underlayColorClasses.value]),
|
4934
|
+
"style": normalizeStyle(underlayColorStyles.value),
|
4935
4935
|
"fill": "transparent",
|
4936
4936
|
"cx": "50%",
|
4937
4937
|
"cy": "50%",
|
@@ -4939,7 +4939,7 @@ const VProgressCircular = genericComponent()({
|
|
4939
4939
|
"stroke-width": strokeWidth.value,
|
4940
4940
|
"stroke-dasharray": CIRCUMFERENCE,
|
4941
4941
|
"stroke-dashoffset": 0
|
4942
|
-
}, null),
|
4942
|
+
}, null), createElementVNode("circle", {
|
4943
4943
|
"class": "v-progress-circular__overlay",
|
4944
4944
|
"fill": "transparent",
|
4945
4945
|
"cx": "50%",
|
@@ -4948,7 +4948,7 @@ const VProgressCircular = genericComponent()({
|
|
4948
4948
|
"stroke-width": strokeWidth.value,
|
4949
4949
|
"stroke-dasharray": CIRCUMFERENCE,
|
4950
4950
|
"stroke-dashoffset": strokeDashOffset.value
|
4951
|
-
}, null)]), slots.default &&
|
4951
|
+
}, null)]), slots.default && createElementVNode("div", {
|
4952
4952
|
"class": "v-progress-circular__content"
|
4953
4953
|
}, [slots.default({
|
4954
4954
|
value: normalizedValue.value
|
@@ -5122,21 +5122,21 @@ const VProgressLinear = genericComponent()({
|
|
5122
5122
|
}
|
5123
5123
|
useRender(() => createVNode(props.tag, {
|
5124
5124
|
"ref": intersectionRef,
|
5125
|
-
"class": ['v-progress-linear', {
|
5125
|
+
"class": normalizeClass(['v-progress-linear', {
|
5126
5126
|
'v-progress-linear--absolute': props.absolute,
|
5127
5127
|
'v-progress-linear--active': props.active && isIntersecting.value,
|
5128
5128
|
'v-progress-linear--reverse': isReversed.value,
|
5129
5129
|
'v-progress-linear--rounded': props.rounded,
|
5130
5130
|
'v-progress-linear--rounded-bar': props.roundedBar,
|
5131
5131
|
'v-progress-linear--striped': props.striped
|
5132
|
-
}, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class],
|
5133
|
-
"style": [{
|
5132
|
+
}, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class]),
|
5133
|
+
"style": normalizeStyle([{
|
5134
5134
|
bottom: props.location === 'bottom' ? 0 : undefined,
|
5135
5135
|
top: props.location === 'top' ? 0 : undefined,
|
5136
5136
|
height: props.active ? convertToUnit(height.value) : 0,
|
5137
5137
|
'--v-progress-linear-height': convertToUnit(height.value),
|
5138
5138
|
...(props.absolute ? locationStyles.value : {})
|
5139
|
-
}, props.style],
|
5139
|
+
}, props.style]),
|
5140
5140
|
"role": "progressbar",
|
5141
5141
|
"aria-hidden": props.active ? 'false' : 'true',
|
5142
5142
|
"aria-valuemin": "0",
|
@@ -5144,10 +5144,10 @@ const VProgressLinear = genericComponent()({
|
|
5144
5144
|
"aria-valuenow": props.indeterminate ? undefined : Math.min(parseFloat(progress.value), max.value),
|
5145
5145
|
"onClick": props.clickable && handleClick
|
5146
5146
|
}, {
|
5147
|
-
default: () => [props.stream &&
|
5147
|
+
default: () => [props.stream && createElementVNode("div", {
|
5148
5148
|
"key": "stream",
|
5149
|
-
"class": ['v-progress-linear__stream', textColorClasses.value],
|
5150
|
-
"style": {
|
5149
|
+
"class": normalizeClass(['v-progress-linear__stream', textColorClasses.value]),
|
5150
|
+
"style": normalizeStyle({
|
5151
5151
|
...textColorStyles.value,
|
5152
5152
|
[isReversed.value ? 'left' : 'right']: convertToUnit(-height.value),
|
5153
5153
|
borderTop: `${convertToUnit(height.value / 2)} dotted`,
|
@@ -5155,35 +5155,35 @@ const VProgressLinear = genericComponent()({
|
|
5155
5155
|
top: `calc(50% - ${convertToUnit(height.value / 4)})`,
|
5156
5156
|
width: convertToUnit(100 - normalizedBuffer.value, '%'),
|
5157
5157
|
'--v-progress-linear-stream-to': convertToUnit(height.value * (isReversed.value ? 1 : -1))
|
5158
|
-
}
|
5159
|
-
}, null),
|
5160
|
-
"class": ['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined],
|
5161
|
-
"style": [backgroundColorStyles.value, {
|
5158
|
+
})
|
5159
|
+
}, null), createElementVNode("div", {
|
5160
|
+
"class": normalizeClass(['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
|
5161
|
+
"style": normalizeStyle([backgroundColorStyles.value, {
|
5162
5162
|
opacity: parseFloat(props.bgOpacity),
|
5163
5163
|
width: props.stream ? 0 : undefined
|
5164
|
-
}]
|
5165
|
-
}, null),
|
5166
|
-
"class": ['v-progress-linear__buffer', !isForcedColorsModeActive ? bufferColorClasses.value : undefined],
|
5167
|
-
"style": [bufferColorStyles.value, {
|
5164
|
+
}])
|
5165
|
+
}, null), createElementVNode("div", {
|
5166
|
+
"class": normalizeClass(['v-progress-linear__buffer', !isForcedColorsModeActive ? bufferColorClasses.value : undefined]),
|
5167
|
+
"style": normalizeStyle([bufferColorStyles.value, {
|
5168
5168
|
opacity: parseFloat(props.bufferOpacity),
|
5169
5169
|
width: convertToUnit(normalizedBuffer.value, '%')
|
5170
|
-
}]
|
5170
|
+
}])
|
5171
5171
|
}, null), createVNode(Transition, {
|
5172
5172
|
"name": transition.value
|
5173
5173
|
}, {
|
5174
|
-
default: () => [!props.indeterminate ?
|
5175
|
-
"class": ['v-progress-linear__determinate', !isForcedColorsModeActive ? barColorClasses.value : undefined],
|
5176
|
-
"style": [barColorStyles.value, {
|
5174
|
+
default: () => [!props.indeterminate ? createElementVNode("div", {
|
5175
|
+
"class": normalizeClass(['v-progress-linear__determinate', !isForcedColorsModeActive ? barColorClasses.value : undefined]),
|
5176
|
+
"style": normalizeStyle([barColorStyles.value, {
|
5177
5177
|
width: convertToUnit(normalizedValue.value, '%')
|
5178
|
-
}]
|
5179
|
-
}, null) :
|
5178
|
+
}])
|
5179
|
+
}, null) : createElementVNode("div", {
|
5180
5180
|
"class": "v-progress-linear__indeterminate"
|
5181
|
-
}, [['long', 'short'].map(bar =>
|
5181
|
+
}, [['long', 'short'].map(bar => createElementVNode("div", {
|
5182
5182
|
"key": bar,
|
5183
|
-
"class": ['v-progress-linear__indeterminate', bar, !isForcedColorsModeActive ? barColorClasses.value : undefined],
|
5184
|
-
"style": barColorStyles.value
|
5183
|
+
"class": normalizeClass(['v-progress-linear__indeterminate', bar, !isForcedColorsModeActive ? barColorClasses.value : undefined]),
|
5184
|
+
"style": normalizeStyle(barColorStyles.value)
|
5185
5185
|
}, null))])]
|
5186
|
-
}), slots.default &&
|
5186
|
+
}), slots.default && createElementVNode("div", {
|
5187
5187
|
"class": "v-progress-linear__content"
|
5188
5188
|
}, [slots.default({
|
5189
5189
|
value: normalizedValue.value,
|
@@ -5213,8 +5213,8 @@ function LoaderSlot(props, _ref) {
|
|
5213
5213
|
let {
|
5214
5214
|
slots
|
5215
5215
|
} = _ref;
|
5216
|
-
return
|
5217
|
-
"class": `${props.name}__loader`
|
5216
|
+
return createElementVNode("div", {
|
5217
|
+
"class": normalizeClass(`${props.name}__loader`)
|
5218
5218
|
}, [slots.default?.({
|
5219
5219
|
color: props.color,
|
5220
5220
|
isActive: props.active
|
@@ -5804,7 +5804,7 @@ const VBtn = genericComponent()({
|
|
5804
5804
|
"onClick": onClick,
|
5805
5805
|
"value": valueAttr.value
|
5806
5806
|
}, link.linkProps), {
|
5807
|
-
default: () => [genOverlays(true, 'v-btn'), !props.icon && hasPrepend &&
|
5807
|
+
default: () => [genOverlays(true, 'v-btn'), !props.icon && hasPrepend && createElementVNode("span", {
|
5808
5808
|
"key": "prepend",
|
5809
5809
|
"class": "v-btn__prepend"
|
5810
5810
|
}, [!slots.prepend ? createVNode(VIcon, {
|
@@ -5818,7 +5818,7 @@ const VBtn = genericComponent()({
|
|
5818
5818
|
icon: props.prependIcon
|
5819
5819
|
}
|
5820
5820
|
}
|
5821
|
-
}, slots.prepend)]),
|
5821
|
+
}, slots.prepend)]), createElementVNode("span", {
|
5822
5822
|
"class": "v-btn__content",
|
5823
5823
|
"data-no-activator": ""
|
5824
5824
|
}, [!slots.default && hasIcon ? createVNode(VIcon, {
|
@@ -5834,7 +5834,7 @@ const VBtn = genericComponent()({
|
|
5834
5834
|
}
|
5835
5835
|
}, {
|
5836
5836
|
default: () => [slots.default?.() ?? toDisplayString(props.text)]
|
5837
|
-
})]), !props.icon && hasAppend &&
|
5837
|
+
})]), !props.icon && hasAppend && createElementVNode("span", {
|
5838
5838
|
"key": "append",
|
5839
5839
|
"class": "v-btn__append"
|
5840
5840
|
}, [!slots.append ? createVNode(VIcon, {
|
@@ -5848,7 +5848,7 @@ const VBtn = genericComponent()({
|
|
5848
5848
|
icon: props.appendIcon
|
5849
5849
|
}
|
5850
5850
|
}
|
5851
|
-
}, slots.append)]), !!props.loading &&
|
5851
|
+
}, slots.append)]), !!props.loading && createElementVNode("span", {
|
5852
5852
|
"key": "loader",
|
5853
5853
|
"class": "v-btn__loader"
|
5854
5854
|
}, [slots.loader?.() ?? createVNode(VProgressCircular, {
|
@@ -6021,20 +6021,20 @@ const VAlert = genericComponent()({
|
|
6021
6021
|
const hasTitle = !!(slots.title || props.title);
|
6022
6022
|
const hasClose = !!(slots.close || props.closable);
|
6023
6023
|
return isActive.value && createVNode(props.tag, {
|
6024
|
-
"class": ['v-alert', props.border && {
|
6024
|
+
"class": normalizeClass(['v-alert', props.border && {
|
6025
6025
|
'v-alert--border': !!props.border,
|
6026
6026
|
[`v-alert--border-${props.border === true ? 'start' : props.border}`]: true
|
6027
6027
|
}, {
|
6028
6028
|
'v-alert--prominent': props.prominent
|
6029
|
-
}, themeClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, variantClasses.value, props.class],
|
6030
|
-
"style": [colorStyles.value, dimensionStyles.value, locationStyles.value, props.style],
|
6029
|
+
}, themeClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, variantClasses.value, props.class]),
|
6030
|
+
"style": normalizeStyle([colorStyles.value, dimensionStyles.value, locationStyles.value, props.style]),
|
6031
6031
|
"role": "alert"
|
6032
6032
|
}, {
|
6033
|
-
default: () => [genOverlays(false, 'v-alert'), props.border &&
|
6033
|
+
default: () => [genOverlays(false, 'v-alert'), props.border && createElementVNode("div", {
|
6034
6034
|
"key": "border",
|
6035
|
-
"class": ['v-alert__border', textColorClasses.value],
|
6036
|
-
"style": textColorStyles.value
|
6037
|
-
}, null), hasPrepend &&
|
6035
|
+
"class": normalizeClass(['v-alert__border', textColorClasses.value]),
|
6036
|
+
"style": normalizeStyle(textColorStyles.value)
|
6037
|
+
}, null), hasPrepend && createElementVNode("div", {
|
6038
6038
|
"key": "prepend",
|
6039
6039
|
"class": "v-alert__prepend"
|
6040
6040
|
}, [!slots.prepend ? createVNode(VIcon, {
|
@@ -6052,16 +6052,16 @@ const VAlert = genericComponent()({
|
|
6052
6052
|
size: props.prominent ? 44 : 28
|
6053
6053
|
}
|
6054
6054
|
}
|
6055
|
-
}, slots.prepend)]),
|
6055
|
+
}, slots.prepend)]), createElementVNode("div", {
|
6056
6056
|
"class": "v-alert__content"
|
6057
6057
|
}, [hasTitle && createVNode(VAlertTitle, {
|
6058
6058
|
"key": "title"
|
6059
6059
|
}, {
|
6060
6060
|
default: () => [slots.title?.() ?? props.title]
|
6061
|
-
}), slots.text?.() ?? props.text, slots.default?.()]), slots.append &&
|
6061
|
+
}), slots.text?.() ?? props.text, slots.default?.()]), slots.append && createElementVNode("div", {
|
6062
6062
|
"key": "append",
|
6063
6063
|
"class": "v-alert__append"
|
6064
|
-
}, [slots.append()]), hasClose &&
|
6064
|
+
}, [slots.append()]), hasClose && createElementVNode("div", {
|
6065
6065
|
"key": "close",
|
6066
6066
|
"class": "v-alert__close"
|
6067
6067
|
}, [!slots.close ? createVNode(VBtn, mergeProps({
|
@@ -6134,11 +6134,11 @@ const VAvatar = genericComponent()({
|
|
6134
6134
|
sizeStyles
|
6135
6135
|
} = useSize(props);
|
6136
6136
|
useRender(() => createVNode(props.tag, {
|
6137
|
-
"class": ['v-avatar', {
|
6137
|
+
"class": normalizeClass(['v-avatar', {
|
6138
6138
|
'v-avatar--start': props.start,
|
6139
6139
|
'v-avatar--end': props.end
|
6140
|
-
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, props.class],
|
6141
|
-
"style": [colorStyles.value, sizeStyles.value, props.style]
|
6140
|
+
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, props.class]),
|
6141
|
+
"style": normalizeStyle([colorStyles.value, sizeStyles.value, props.style])
|
6142
6142
|
}, {
|
6143
6143
|
default: () => [!slots.default ? props.image ? createVNode(VImg, {
|
6144
6144
|
"key": "image",
|
@@ -6180,11 +6180,11 @@ const VLabel = genericComponent()({
|
|
6180
6180
|
let {
|
6181
6181
|
slots
|
6182
6182
|
} = _ref;
|
6183
|
-
useRender(() =>
|
6184
|
-
"class": ['v-label', {
|
6183
|
+
useRender(() => createElementVNode("label", {
|
6184
|
+
"class": normalizeClass(['v-label', {
|
6185
6185
|
'v-label--clickable': !!props.onClick
|
6186
|
-
}, props.class],
|
6187
|
-
"style": props.style,
|
6186
|
+
}, props.class]),
|
6187
|
+
"style": normalizeStyle(props.style),
|
6188
6188
|
"onClick": props.onClick
|
6189
6189
|
}, [props.text, slots.default?.()]));
|
6190
6190
|
return {};
|
@@ -6279,11 +6279,11 @@ const VSelectionControlGroup = genericComponent()({
|
|
6279
6279
|
valueComparator: toRef(() => props.valueComparator)
|
6280
6280
|
}
|
6281
6281
|
});
|
6282
|
-
useRender(() =>
|
6283
|
-
"class": ['v-selection-control-group', {
|
6282
|
+
useRender(() => createElementVNode("div", {
|
6283
|
+
"class": normalizeClass(['v-selection-control-group', {
|
6284
6284
|
'v-selection-control-group--inline': props.inline
|
6285
|
-
}, props.class],
|
6286
|
-
"style": props.style,
|
6285
|
+
}, props.class]),
|
6286
|
+
"style": normalizeStyle(props.style),
|
6287
6287
|
"role": props.type === 'radio' ? 'radiogroup' : undefined
|
6288
6288
|
}, [slots.default?.()]));
|
6289
6289
|
return {};
|
@@ -6359,7 +6359,7 @@ function useSelectionControl(props) {
|
|
6359
6359
|
const VSelectionControl = genericComponent()({
|
6360
6360
|
name: 'VSelectionControl',
|
6361
6361
|
directives: {
|
6362
|
-
Ripple
|
6362
|
+
vRipple: Ripple
|
6363
6363
|
},
|
6364
6364
|
inheritAttrs: false,
|
6365
6365
|
props: makeVSelectionControlProps(),
|
@@ -6430,7 +6430,7 @@ const VSelectionControl = genericComponent()({
|
|
6430
6430
|
}
|
6431
6431
|
}) : props.label;
|
6432
6432
|
const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
|
6433
|
-
const inputNode =
|
6433
|
+
const inputNode = createElementVNode("input", mergeProps({
|
6434
6434
|
"ref": input,
|
6435
6435
|
"checked": model.value,
|
6436
6436
|
"disabled": !!props.disabled,
|
@@ -6445,7 +6445,7 @@ const VSelectionControl = genericComponent()({
|
|
6445
6445
|
"name": props.name,
|
6446
6446
|
"aria-checked": props.type === 'checkbox' ? model.value : undefined
|
6447
6447
|
}, inputAttrs), null);
|
6448
|
-
return
|
6448
|
+
return createElementVNode("div", mergeProps({
|
6449
6449
|
"class": ['v-selection-control', {
|
6450
6450
|
'v-selection-control--dirty': model.value,
|
6451
6451
|
'v-selection-control--disabled': props.disabled,
|
@@ -6456,13 +6456,13 @@ const VSelectionControl = genericComponent()({
|
|
6456
6456
|
}, densityClasses.value, props.class]
|
6457
6457
|
}, rootAttrs, {
|
6458
6458
|
"style": props.style
|
6459
|
-
}), [
|
6460
|
-
"class": ['v-selection-control__wrapper', textColorClasses.value],
|
6461
|
-
"style": textColorStyles.value
|
6459
|
+
}), [createElementVNode("div", {
|
6460
|
+
"class": normalizeClass(['v-selection-control__wrapper', textColorClasses.value]),
|
6461
|
+
"style": normalizeStyle(textColorStyles.value)
|
6462
6462
|
}, [slots.default?.({
|
6463
6463
|
backgroundColorClasses,
|
6464
6464
|
backgroundColorStyles
|
6465
|
-
}), withDirectives(
|
6465
|
+
}), withDirectives(createElementVNode("div", {
|
6466
6466
|
"class": ['v-selection-control__input']
|
6467
6467
|
}, [slots.input?.({
|
6468
6468
|
model,
|
@@ -6477,10 +6477,10 @@ const VSelectionControl = genericComponent()({
|
|
6477
6477
|
onBlur,
|
6478
6478
|
id: id.value
|
6479
6479
|
}
|
6480
|
-
}) ??
|
6480
|
+
}) ?? createElementVNode(Fragment, null, [icon.value && createVNode(VIcon, {
|
6481
6481
|
"key": "icon",
|
6482
6482
|
"icon": icon.value
|
6483
|
-
}, null), inputNode])]), [[
|
6483
|
+
}, null), inputNode])]), [[Ripple, props.ripple && [!props.disabled && !props.readonly, null, ['center', 'circle']]]])]), label && createVNode(VLabel, {
|
6484
6484
|
"for": id.value,
|
6485
6485
|
"onClick": onClickLabel
|
6486
6486
|
}, {
|
@@ -6621,10 +6621,10 @@ const VMessages = genericComponent()({
|
|
6621
6621
|
useRender(() => createVNode(MaybeTransition, {
|
6622
6622
|
"transition": props.transition,
|
6623
6623
|
"tag": "div",
|
6624
|
-
"class": ['v-messages', textColorClasses.value, props.class],
|
6625
|
-
"style": [textColorStyles.value, props.style]
|
6624
|
+
"class": normalizeClass(['v-messages', textColorClasses.value, props.class]),
|
6625
|
+
"style": normalizeStyle([textColorStyles.value, props.style])
|
6626
6626
|
}, {
|
6627
|
-
default: () => [props.active && messages.value.map((message, i) =>
|
6627
|
+
default: () => [props.active && messages.value.map((message, i) => createElementVNode("div", {
|
6628
6628
|
"class": "v-messages__message",
|
6629
6629
|
"key": `${i}-${messages.value}`
|
6630
6630
|
}, [slots.message ? slots.message({
|
@@ -7090,31 +7090,31 @@ const VInput = genericComponent()({
|
|
7090
7090
|
const hasAppend = !!(slots.append || props.appendIcon);
|
7091
7091
|
const hasMessages = messages.value.length > 0;
|
7092
7092
|
const hasDetails = !props.hideDetails || props.hideDetails === 'auto' && (hasMessages || !!slots.details);
|
7093
|
-
return
|
7094
|
-
"class": ['v-input', `v-input--${props.direction}`, {
|
7093
|
+
return createElementVNode("div", {
|
7094
|
+
"class": normalizeClass(['v-input', `v-input--${props.direction}`, {
|
7095
7095
|
'v-input--center-affix': props.centerAffix,
|
7096
7096
|
'v-input--focused': props.focused,
|
7097
7097
|
'v-input--glow': props.glow,
|
7098
7098
|
'v-input--hide-spin-buttons': props.hideSpinButtons
|
7099
|
-
}, densityClasses.value, themeClasses.value, rtlClasses.value, validationClasses.value, props.class],
|
7100
|
-
"style": [dimensionStyles.value, props.style]
|
7101
|
-
}, [hasPrepend &&
|
7099
|
+
}, densityClasses.value, themeClasses.value, rtlClasses.value, validationClasses.value, props.class]),
|
7100
|
+
"style": normalizeStyle([dimensionStyles.value, props.style])
|
7101
|
+
}, [hasPrepend && createElementVNode("div", {
|
7102
7102
|
"key": "prepend",
|
7103
7103
|
"class": "v-input__prepend"
|
7104
7104
|
}, [slots.prepend?.(slotProps.value), props.prependIcon && createVNode(InputIcon, {
|
7105
7105
|
"key": "prepend-icon",
|
7106
7106
|
"name": "prepend",
|
7107
7107
|
"color": iconColor.value
|
7108
|
-
}, null)]), slots.default &&
|
7108
|
+
}, null)]), slots.default && createElementVNode("div", {
|
7109
7109
|
"class": "v-input__control"
|
7110
|
-
}, [slots.default?.(slotProps.value)]), hasAppend &&
|
7110
|
+
}, [slots.default?.(slotProps.value)]), hasAppend && createElementVNode("div", {
|
7111
7111
|
"key": "append",
|
7112
7112
|
"class": "v-input__append"
|
7113
7113
|
}, [props.appendIcon && createVNode(InputIcon, {
|
7114
7114
|
"key": "append-icon",
|
7115
7115
|
"name": "append",
|
7116
7116
|
"color": iconColor.value
|
7117
|
-
}, null), slots.append?.(slotProps.value)]), hasDetails &&
|
7117
|
+
}, null), slots.append?.(slotProps.value)]), hasDetails && createElementVNode("div", {
|
7118
7118
|
"id": messagesId.value,
|
7119
7119
|
"class": "v-input__details",
|
7120
7120
|
"role": "alert",
|
@@ -7863,42 +7863,42 @@ const VSlideGroup = genericComponent()({
|
|
7863
7863
|
return scrollSizeMax - Math.abs(scrollOffset.value) > 1;
|
7864
7864
|
});
|
7865
7865
|
useRender(() => createVNode(props.tag, {
|
7866
|
-
"class": ['v-slide-group', {
|
7866
|
+
"class": normalizeClass(['v-slide-group', {
|
7867
7867
|
'v-slide-group--vertical': !isHorizontal.value,
|
7868
7868
|
'v-slide-group--has-affixes': hasAffixes.value,
|
7869
7869
|
'v-slide-group--is-overflowing': isOverflowing.value
|
7870
|
-
}, displayClasses.value, props.class],
|
7871
|
-
"style": props.style,
|
7870
|
+
}, displayClasses.value, props.class]),
|
7871
|
+
"style": normalizeStyle(props.style),
|
7872
7872
|
"tabindex": isFocused.value || group.selected.value.length ? -1 : 0,
|
7873
7873
|
"onFocus": onFocus
|
7874
7874
|
}, {
|
7875
|
-
default: () => [hasAffixes.value &&
|
7875
|
+
default: () => [hasAffixes.value && createElementVNode("div", {
|
7876
7876
|
"key": "prev",
|
7877
|
-
"class": ['v-slide-group__prev', {
|
7877
|
+
"class": normalizeClass(['v-slide-group__prev', {
|
7878
7878
|
'v-slide-group__prev--disabled': !hasPrev.value
|
7879
|
-
}],
|
7879
|
+
}]),
|
7880
7880
|
"onMousedown": onFocusAffixes,
|
7881
7881
|
"onClick": () => hasPrev.value && scrollTo('prev')
|
7882
7882
|
}, [slots.prev?.(slotProps.value) ?? createVNode(VFadeTransition, null, {
|
7883
7883
|
default: () => [createVNode(VIcon, {
|
7884
7884
|
"icon": isRtl.value ? props.nextIcon : props.prevIcon
|
7885
7885
|
}, null)]
|
7886
|
-
})]),
|
7886
|
+
})]), createElementVNode("div", {
|
7887
7887
|
"key": "container",
|
7888
7888
|
"ref": containerRef,
|
7889
7889
|
"class": "v-slide-group__container",
|
7890
7890
|
"onScroll": onScroll
|
7891
|
-
}, [
|
7891
|
+
}, [createElementVNode("div", {
|
7892
7892
|
"ref": contentRef,
|
7893
7893
|
"class": "v-slide-group__content",
|
7894
7894
|
"onFocusin": onFocusin,
|
7895
7895
|
"onFocusout": onFocusout,
|
7896
7896
|
"onKeydown": onKeydown
|
7897
|
-
}, [slots.default?.(slotProps.value)])]), hasAffixes.value &&
|
7897
|
+
}, [slots.default?.(slotProps.value)])]), hasAffixes.value && createElementVNode("div", {
|
7898
7898
|
"key": "next",
|
7899
|
-
"class": ['v-slide-group__next', {
|
7899
|
+
"class": normalizeClass(['v-slide-group__next', {
|
7900
7900
|
'v-slide-group__next--disabled': !hasNext.value
|
7901
|
-
}],
|
7901
|
+
}]),
|
7902
7902
|
"onMousedown": onFocusAffixes,
|
7903
7903
|
"onClick": () => hasNext.value && scrollTo('next')
|
7904
7904
|
}, [slots.next?.(slotProps.value) ?? createVNode(VFadeTransition, null, {
|
@@ -8053,7 +8053,7 @@ const makeVChipProps = propsFactory({
|
|
8053
8053
|
const VChip = genericComponent()({
|
8054
8054
|
name: 'VChip',
|
8055
8055
|
directives: {
|
8056
|
-
Ripple
|
8056
|
+
vRipple: Ripple
|
8057
8057
|
},
|
8058
8058
|
props: makeVChipProps(),
|
8059
8059
|
emits: {
|
@@ -8153,7 +8153,7 @@ const VChip = genericComponent()({
|
|
8153
8153
|
default: () => [genOverlays(isClickable.value, 'v-chip'), hasFilter && createVNode(VExpandXTransition, {
|
8154
8154
|
"key": "filter"
|
8155
8155
|
}, {
|
8156
|
-
default: () => [withDirectives(
|
8156
|
+
default: () => [withDirectives(createElementVNode("div", {
|
8157
8157
|
"class": "v-chip__filter"
|
8158
8158
|
}, [!slots.filter ? createVNode(VIcon, {
|
8159
8159
|
"key": "filter-icon",
|
@@ -8167,10 +8167,10 @@ const VChip = genericComponent()({
|
|
8167
8167
|
}
|
8168
8168
|
}
|
8169
8169
|
}, slots.filter)]), [[vShow, group.isSelected.value]])]
|
8170
|
-
}), hasPrepend &&
|
8170
|
+
}), hasPrepend && createElementVNode("div", {
|
8171
8171
|
"key": "prepend",
|
8172
8172
|
"class": "v-chip__prepend"
|
8173
|
-
}, [!slots.prepend ?
|
8173
|
+
}, [!slots.prepend ? createElementVNode(Fragment, null, [props.prependIcon && createVNode(VIcon, {
|
8174
8174
|
"key": "prepend-icon",
|
8175
8175
|
"icon": props.prependIcon,
|
8176
8176
|
"start": true
|
@@ -8191,7 +8191,7 @@ const VChip = genericComponent()({
|
|
8191
8191
|
start: true
|
8192
8192
|
}
|
8193
8193
|
}
|
8194
|
-
}, slots.prepend)]),
|
8194
|
+
}, slots.prepend)]), createElementVNode("div", {
|
8195
8195
|
"class": "v-chip__content",
|
8196
8196
|
"data-no-activator": ""
|
8197
8197
|
}, [slots.default?.({
|
@@ -8201,10 +8201,10 @@ const VChip = genericComponent()({
|
|
8201
8201
|
toggle: group?.toggle,
|
8202
8202
|
value: group?.value.value,
|
8203
8203
|
disabled: props.disabled
|
8204
|
-
}) ?? toDisplayString(props.text)]), hasAppend &&
|
8204
|
+
}) ?? toDisplayString(props.text)]), hasAppend && createElementVNode("div", {
|
8205
8205
|
"key": "append",
|
8206
8206
|
"class": "v-chip__append"
|
8207
|
-
}, [!slots.append ?
|
8207
|
+
}, [!slots.append ? createElementVNode(Fragment, null, [props.appendIcon && createVNode(VIcon, {
|
8208
8208
|
"key": "append-icon",
|
8209
8209
|
"end": true,
|
8210
8210
|
"icon": props.appendIcon
|
@@ -8225,7 +8225,7 @@ const VChip = genericComponent()({
|
|
8225
8225
|
icon: props.appendIcon
|
8226
8226
|
}
|
8227
8227
|
}
|
8228
|
-
}, slots.append)]), hasClose &&
|
8228
|
+
}, slots.append)]), hasClose && createElementVNode("button", mergeProps({
|
8229
8229
|
"key": "close",
|
8230
8230
|
"class": "v-chip__close",
|
8231
8231
|
"type": "button",
|
@@ -8243,7 +8243,7 @@ const VChip = genericComponent()({
|
|
8243
8243
|
}
|
8244
8244
|
}
|
8245
8245
|
}, slots.close)])]
|
8246
|
-
}), [[
|
8246
|
+
}), [[Ripple, isClickable.value && props.ripple, null]]);
|
8247
8247
|
};
|
8248
8248
|
}
|
8249
8249
|
});
|
@@ -9016,13 +9016,13 @@ const VListGroup = genericComponent()({
|
|
9016
9016
|
}
|
9017
9017
|
}));
|
9018
9018
|
useRender(() => createVNode(props.tag, {
|
9019
|
-
"class": ['v-list-group', {
|
9019
|
+
"class": normalizeClass(['v-list-group', {
|
9020
9020
|
'v-list-group--prepend': list?.hasPrepend.value,
|
9021
9021
|
'v-list-group--fluid': props.fluid,
|
9022
9022
|
'v-list-group--subgroup': props.subgroup,
|
9023
9023
|
'v-list-group--open': isOpen.value
|
9024
|
-
}, props.class],
|
9025
|
-
"style": props.style
|
9024
|
+
}, props.class]),
|
9025
|
+
"style": normalizeStyle(props.style)
|
9026
9026
|
}, {
|
9027
9027
|
default: () => [slots.activator && createVNode(VDefaultsProvider, {
|
9028
9028
|
"defaults": activatorDefaults.value
|
@@ -9039,7 +9039,7 @@ const VListGroup = genericComponent()({
|
|
9039
9039
|
},
|
9040
9040
|
"disabled": !isBooted.value
|
9041
9041
|
}, {
|
9042
|
-
default: () => [withDirectives(
|
9042
|
+
default: () => [withDirectives(createElementVNode("div", {
|
9043
9043
|
"class": "v-list-group__items",
|
9044
9044
|
"role": "group",
|
9045
9045
|
"aria-labelledby": id.value
|
@@ -9065,10 +9065,10 @@ const VListItemSubtitle = genericComponent()({
|
|
9065
9065
|
slots
|
9066
9066
|
} = _ref;
|
9067
9067
|
useRender(() => createVNode(props.tag, {
|
9068
|
-
"class": ['v-list-item-subtitle', props.class],
|
9069
|
-
"style": [{
|
9068
|
+
"class": normalizeClass(['v-list-item-subtitle', props.class]),
|
9069
|
+
"style": normalizeStyle([{
|
9070
9070
|
'--v-list-item-subtitle-opacity': props.opacity
|
9071
|
-
}, props.style]
|
9071
|
+
}, props.style])
|
9072
9072
|
}, slots));
|
9073
9073
|
return {};
|
9074
9074
|
}
|
@@ -9131,7 +9131,7 @@ const makeVListItemProps = propsFactory({
|
|
9131
9131
|
const VListItem = genericComponent()({
|
9132
9132
|
name: 'VListItem',
|
9133
9133
|
directives: {
|
9134
|
-
Ripple
|
9134
|
+
vRipple: Ripple
|
9135
9135
|
},
|
9136
9136
|
props: makeVListItemProps(),
|
9137
9137
|
emits: {
|
@@ -9266,10 +9266,10 @@ const VListItem = genericComponent()({
|
|
9266
9266
|
"onClick": onClick,
|
9267
9267
|
"onKeydown": isClickable.value && !isLink.value && onKeyDown
|
9268
9268
|
}, link.linkProps), {
|
9269
|
-
default: () => [genOverlays(isClickable.value || isActive.value, 'v-list-item'), hasPrepend &&
|
9269
|
+
default: () => [genOverlays(isClickable.value || isActive.value, 'v-list-item'), hasPrepend && createElementVNode("div", {
|
9270
9270
|
"key": "prepend",
|
9271
9271
|
"class": "v-list-item__prepend"
|
9272
|
-
}, [!slots.prepend ?
|
9272
|
+
}, [!slots.prepend ? createElementVNode(Fragment, null, [props.prependAvatar && createVNode(VAvatar, {
|
9273
9273
|
"key": "prepend-avatar",
|
9274
9274
|
"density": props.density,
|
9275
9275
|
"image": props.prependAvatar
|
@@ -9295,9 +9295,9 @@ const VListItem = genericComponent()({
|
|
9295
9295
|
}
|
9296
9296
|
}, {
|
9297
9297
|
default: () => [slots.prepend?.(slotProps.value)]
|
9298
|
-
}),
|
9298
|
+
}), createElementVNode("div", {
|
9299
9299
|
"class": "v-list-item__spacer"
|
9300
|
-
}, null)]),
|
9300
|
+
}, null)]), createElementVNode("div", {
|
9301
9301
|
"class": "v-list-item__content",
|
9302
9302
|
"data-no-activator": ""
|
9303
9303
|
}, [hasTitle && createVNode(VListItemTitle, {
|
@@ -9312,10 +9312,10 @@ const VListItem = genericComponent()({
|
|
9312
9312
|
default: () => [slots.subtitle?.({
|
9313
9313
|
subtitle: props.subtitle
|
9314
9314
|
}) ?? toDisplayString(props.subtitle)]
|
9315
|
-
}), slots.default?.(slotProps.value)]), hasAppend &&
|
9315
|
+
}), slots.default?.(slotProps.value)]), hasAppend && createElementVNode("div", {
|
9316
9316
|
"key": "append",
|
9317
9317
|
"class": "v-list-item__append"
|
9318
|
-
}, [!slots.append ?
|
9318
|
+
}, [!slots.append ? createElementVNode(Fragment, null, [props.appendIcon && createVNode(VIcon, {
|
9319
9319
|
"key": "append-icon",
|
9320
9320
|
"density": props.density,
|
9321
9321
|
"icon": props.appendIcon
|
@@ -9341,10 +9341,10 @@ const VListItem = genericComponent()({
|
|
9341
9341
|
}
|
9342
9342
|
}, {
|
9343
9343
|
default: () => [slots.append?.(slotProps.value)]
|
9344
|
-
}),
|
9344
|
+
}), createElementVNode("div", {
|
9345
9345
|
"class": "v-list-item__spacer"
|
9346
9346
|
}, null)])]
|
9347
|
-
}), [[
|
9347
|
+
}), [[Ripple, isClickable.value && props.ripple]]);
|
9348
9348
|
});
|
9349
9349
|
return {
|
9350
9350
|
activate,
|
@@ -9382,15 +9382,15 @@ const VListSubheader = genericComponent()({
|
|
9382
9382
|
useRender(() => {
|
9383
9383
|
const hasText = !!(slots.default || props.title);
|
9384
9384
|
return createVNode(props.tag, {
|
9385
|
-
"class": ['v-list-subheader', {
|
9385
|
+
"class": normalizeClass(['v-list-subheader', {
|
9386
9386
|
'v-list-subheader--inset': props.inset,
|
9387
9387
|
'v-list-subheader--sticky': props.sticky
|
9388
|
-
}, textColorClasses.value, props.class],
|
9389
|
-
"style": [{
|
9388
|
+
}, textColorClasses.value, props.class]),
|
9389
|
+
"style": normalizeStyle([{
|
9390
9390
|
textColorStyles
|
9391
|
-
}, props.style]
|
9391
|
+
}, props.style])
|
9392
9392
|
}, {
|
9393
|
-
default: () => [hasText &&
|
9393
|
+
default: () => [hasText && createElementVNode("div", {
|
9394
9394
|
"class": "v-list-subheader__text"
|
9395
9395
|
}, [slots.default?.() ?? props.title])]
|
9396
9396
|
});
|
@@ -9435,25 +9435,25 @@ const VDivider = genericComponent()({
|
|
9435
9435
|
return styles;
|
9436
9436
|
});
|
9437
9437
|
useRender(() => {
|
9438
|
-
const divider =
|
9439
|
-
"class": [{
|
9438
|
+
const divider = createElementVNode("hr", {
|
9439
|
+
"class": normalizeClass([{
|
9440
9440
|
'v-divider': true,
|
9441
9441
|
'v-divider--inset': props.inset,
|
9442
9442
|
'v-divider--vertical': props.vertical
|
9443
|
-
}, themeClasses.value, textColorClasses.value, props.class],
|
9444
|
-
"style": [dividerStyles.value, textColorStyles.value, {
|
9443
|
+
}, themeClasses.value, textColorClasses.value, props.class]),
|
9444
|
+
"style": normalizeStyle([dividerStyles.value, textColorStyles.value, {
|
9445
9445
|
'--v-border-opacity': props.opacity
|
9446
|
-
}, props.style],
|
9446
|
+
}, props.style]),
|
9447
9447
|
"aria-orientation": !attrs.role || attrs.role === 'separator' ? props.vertical ? 'vertical' : 'horizontal' : undefined,
|
9448
9448
|
"role": `${attrs.role || 'separator'}`
|
9449
9449
|
}, null);
|
9450
9450
|
if (!slots.default) return divider;
|
9451
|
-
return
|
9452
|
-
"class": ['v-divider__wrapper', {
|
9451
|
+
return createElementVNode("div", {
|
9452
|
+
"class": normalizeClass(['v-divider__wrapper', {
|
9453
9453
|
'v-divider__wrapper--vertical': props.vertical,
|
9454
9454
|
'v-divider__wrapper--inset': props.inset
|
9455
|
-
}]
|
9456
|
-
}, [divider,
|
9455
|
+
}])
|
9456
|
+
}, [divider, createElementVNode("div", {
|
9457
9457
|
"class": "v-divider__content"
|
9458
9458
|
}, [slots.default()]), divider]);
|
9459
9459
|
});
|
@@ -9872,12 +9872,12 @@ const VList = genericComponent()({
|
|
9872
9872
|
useRender(() => {
|
9873
9873
|
return createVNode(props.tag, {
|
9874
9874
|
"ref": contentRef,
|
9875
|
-
"class": ['v-list', {
|
9875
|
+
"class": normalizeClass(['v-list', {
|
9876
9876
|
'v-list--disabled': props.disabled,
|
9877
9877
|
'v-list--nav': props.nav,
|
9878
9878
|
'v-list--slim': props.slim
|
9879
|
-
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class],
|
9880
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, props.style],
|
9879
|
+
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class]),
|
9880
|
+
"style": normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style]),
|
9881
9881
|
"tabindex": props.disabled ? -1 : 0,
|
9882
9882
|
"role": "listbox",
|
9883
9883
|
"aria-activedescendant": undefined,
|
@@ -9921,11 +9921,11 @@ const VListItemAction = genericComponent()({
|
|
9921
9921
|
slots
|
9922
9922
|
} = _ref;
|
9923
9923
|
useRender(() => createVNode(props.tag, {
|
9924
|
-
"class": ['v-list-item-action', {
|
9924
|
+
"class": normalizeClass(['v-list-item-action', {
|
9925
9925
|
'v-list-item-action--start': props.start,
|
9926
9926
|
'v-list-item-action--end': props.end
|
9927
|
-
}, props.class],
|
9928
|
-
"style": props.style
|
9927
|
+
}, props.class]),
|
9928
|
+
"style": normalizeStyle(props.style)
|
9929
9929
|
}, slots));
|
9930
9930
|
return {};
|
9931
9931
|
}
|
@@ -9946,11 +9946,11 @@ const VListItemMedia = genericComponent()({
|
|
9946
9946
|
} = _ref;
|
9947
9947
|
useRender(() => {
|
9948
9948
|
return createVNode(props.tag, {
|
9949
|
-
"class": ['v-list-item-media', {
|
9949
|
+
"class": normalizeClass(['v-list-item-media', {
|
9950
9950
|
'v-list-item-media--start': props.start,
|
9951
9951
|
'v-list-item-media--end': props.end
|
9952
|
-
}, props.class],
|
9953
|
-
"style": props.style
|
9952
|
+
}, props.class]),
|
9953
|
+
"style": normalizeStyle(props.style)
|
9954
9954
|
}, slots);
|
9955
9955
|
});
|
9956
9956
|
return {};
|
@@ -11110,7 +11110,7 @@ function Scrim(props) {
|
|
11110
11110
|
"name": "fade-transition",
|
11111
11111
|
"appear": true
|
11112
11112
|
}, {
|
11113
|
-
default: () => [props.modelValue &&
|
11113
|
+
default: () => [props.modelValue && createElementVNode("div", mergeProps({
|
11114
11114
|
"class": ['v-overlay__scrim', props.color.backgroundColorClasses.value],
|
11115
11115
|
"style": props.color.backgroundColorStyles.value
|
11116
11116
|
}, rest), null)]
|
@@ -11151,7 +11151,7 @@ const makeVOverlayProps = propsFactory({
|
|
11151
11151
|
const VOverlay = genericComponent()({
|
11152
11152
|
name: 'VOverlay',
|
11153
11153
|
directives: {
|
11154
|
-
ClickOutside
|
11154
|
+
vClickOutside: ClickOutside
|
11155
11155
|
},
|
11156
11156
|
inheritAttrs: false,
|
11157
11157
|
props: {
|
@@ -11331,7 +11331,7 @@ const VOverlay = genericComponent()({
|
|
11331
11331
|
_onAfterLeave();
|
11332
11332
|
emit('afterLeave');
|
11333
11333
|
}
|
11334
|
-
useRender(() =>
|
11334
|
+
useRender(() => createElementVNode(Fragment, null, [slots.activator?.({
|
11335
11335
|
isActive: isActive.value,
|
11336
11336
|
targetRef,
|
11337
11337
|
props: mergeProps({
|
@@ -11341,7 +11341,7 @@ const VOverlay = genericComponent()({
|
|
11341
11341
|
"disabled": !teleportTarget.value,
|
11342
11342
|
"to": teleportTarget.value
|
11343
11343
|
}, {
|
11344
|
-
default: () => [
|
11344
|
+
default: () => [createElementVNode("div", mergeProps({
|
11345
11345
|
"class": ['v-overlay', {
|
11346
11346
|
'v-overlay--absolute': props.absolute || props.contained,
|
11347
11347
|
'v-overlay--active': isActive.value,
|
@@ -11365,13 +11365,13 @@ const VOverlay = genericComponent()({
|
|
11365
11365
|
"onAfterEnter": onAfterEnter,
|
11366
11366
|
"onAfterLeave": onAfterLeave
|
11367
11367
|
}, {
|
11368
|
-
default: () => [withDirectives(
|
11368
|
+
default: () => [withDirectives(createElementVNode("div", mergeProps({
|
11369
11369
|
"ref": contentEl,
|
11370
11370
|
"class": ['v-overlay__content', props.contentClass],
|
11371
11371
|
"style": [dimensionStyles.value, contentStyles.value]
|
11372
11372
|
}, contentEvents.value, props.contentProps), [slots.default?.({
|
11373
11373
|
isActive
|
11374
|
-
})]), [[vShow, isActive.value], [
|
11374
|
+
})]), [[vShow, isActive.value], [ClickOutside, {
|
11375
11375
|
handler: onClickOutside,
|
11376
11376
|
closeConditional,
|
11377
11377
|
include: () => [activatorEl.value]
|
@@ -11700,11 +11700,11 @@ const VCounter = genericComponent()({
|
|
11700
11700
|
useRender(() => createVNode(MaybeTransition, {
|
11701
11701
|
"transition": props.transition
|
11702
11702
|
}, {
|
11703
|
-
default: () => [withDirectives(
|
11704
|
-
"class": ['v-counter', {
|
11703
|
+
default: () => [withDirectives(createElementVNode("div", {
|
11704
|
+
"class": normalizeClass(['v-counter', {
|
11705
11705
|
'text-error': props.max && !props.disabled && parseFloat(props.value) > parseFloat(props.max)
|
11706
|
-
}, props.class],
|
11707
|
-
"style": props.style
|
11706
|
+
}, props.class]),
|
11707
|
+
"style": normalizeStyle(props.style)
|
11708
11708
|
}, [slots.default ? slots.default({
|
11709
11709
|
counter: counter.value,
|
11710
11710
|
max: props.max,
|
@@ -11727,10 +11727,10 @@ const VFieldLabel = genericComponent()({
|
|
11727
11727
|
slots
|
11728
11728
|
} = _ref;
|
11729
11729
|
useRender(() => createVNode(VLabel, {
|
11730
|
-
"class": ['v-field-label', {
|
11730
|
+
"class": normalizeClass(['v-field-label', {
|
11731
11731
|
'v-field-label--floating': props.floating
|
11732
|
-
}, props.class],
|
11733
|
-
"style": props.style,
|
11732
|
+
}, props.class]),
|
11733
|
+
"style": normalizeStyle(props.style),
|
11734
11734
|
"aria-hidden": props.floating || undefined
|
11735
11735
|
}, slots));
|
11736
11736
|
return {};
|
@@ -11907,7 +11907,7 @@ const VField = genericComponent()({
|
|
11907
11907
|
for: id.value
|
11908
11908
|
}
|
11909
11909
|
}) : props.label;
|
11910
|
-
return
|
11910
|
+
return createElementVNode("div", mergeProps({
|
11911
11911
|
"class": ['v-field', {
|
11912
11912
|
'v-field--active': isActive.value,
|
11913
11913
|
'v-field--appended': hasAppend,
|
@@ -11927,7 +11927,7 @@ const VField = genericComponent()({
|
|
11927
11927
|
}, themeClasses.value, backgroundColorClasses.value, focusClasses.value, loaderClasses.value, roundedClasses.value, rtlClasses.value, props.class],
|
11928
11928
|
"style": [backgroundColorStyles.value, props.style],
|
11929
11929
|
"onClick": onClick
|
11930
|
-
}, attrs), [
|
11930
|
+
}, attrs), [createElementVNode("div", {
|
11931
11931
|
"class": "v-field__overlay"
|
11932
11932
|
}, null), createVNode(LoaderSlot, {
|
11933
11933
|
"name": "v-field",
|
@@ -11935,23 +11935,23 @@ const VField = genericComponent()({
|
|
11935
11935
|
"color": props.error ? 'error' : typeof props.loading === 'string' ? props.loading : props.color
|
11936
11936
|
}, {
|
11937
11937
|
default: slots.loader
|
11938
|
-
}), hasPrepend &&
|
11938
|
+
}), hasPrepend && createElementVNode("div", {
|
11939
11939
|
"key": "prepend",
|
11940
11940
|
"class": "v-field__prepend-inner"
|
11941
11941
|
}, [props.prependInnerIcon && createVNode(InputIcon, {
|
11942
11942
|
"key": "prepend-icon",
|
11943
11943
|
"name": "prependInner",
|
11944
11944
|
"color": iconColor.value
|
11945
|
-
}, null), slots['prepend-inner']?.(slotProps.value)]),
|
11945
|
+
}, null), slots['prepend-inner']?.(slotProps.value)]), createElementVNode("div", {
|
11946
11946
|
"class": "v-field__field",
|
11947
11947
|
"data-no-activator": ""
|
11948
11948
|
}, [['filled', 'solo', 'solo-inverted', 'solo-filled'].includes(props.variant) && hasFloatingLabel.value && createVNode(VFieldLabel, {
|
11949
11949
|
"key": "floating-label",
|
11950
11950
|
"ref": floatingLabelRef,
|
11951
|
-
"class": [textColorClasses.value],
|
11951
|
+
"class": normalizeClass([textColorClasses.value]),
|
11952
11952
|
"floating": true,
|
11953
11953
|
"for": id.value,
|
11954
|
-
"style": textColorStyles.value
|
11954
|
+
"style": normalizeStyle(textColorStyles.value)
|
11955
11955
|
}, {
|
11956
11956
|
default: () => [label()]
|
11957
11957
|
}), hasLabel.value && createVNode(VFieldLabel, {
|
@@ -11969,14 +11969,14 @@ const VField = genericComponent()({
|
|
11969
11969
|
},
|
11970
11970
|
focus,
|
11971
11971
|
blur
|
11972
|
-
}) ??
|
11972
|
+
}) ?? createElementVNode("div", {
|
11973
11973
|
"id": id.value,
|
11974
11974
|
"class": "v-field__input",
|
11975
11975
|
"aria-describedby": messagesId.value
|
11976
11976
|
}, null)]), hasClear && createVNode(VExpandXTransition, {
|
11977
11977
|
"key": "clear"
|
11978
11978
|
}, {
|
11979
|
-
default: () => [withDirectives(
|
11979
|
+
default: () => [withDirectives(createElementVNode("div", {
|
11980
11980
|
"class": "v-field__clearable",
|
11981
11981
|
"onMousedown": e => {
|
11982
11982
|
e.preventDefault();
|
@@ -12004,19 +12004,19 @@ const VField = genericComponent()({
|
|
12004
12004
|
"tabindex": -1
|
12005
12005
|
}, null)]
|
12006
12006
|
})]), [[vShow, props.dirty]])]
|
12007
|
-
}), hasAppend &&
|
12007
|
+
}), hasAppend && createElementVNode("div", {
|
12008
12008
|
"key": "append",
|
12009
12009
|
"class": "v-field__append-inner"
|
12010
12010
|
}, [slots['append-inner']?.(slotProps.value), props.appendInnerIcon && createVNode(InputIcon, {
|
12011
12011
|
"key": "append-icon",
|
12012
12012
|
"name": "appendInner",
|
12013
12013
|
"color": iconColor.value
|
12014
|
-
}, null)]),
|
12015
|
-
"class": ['v-field__outline', textColorClasses.value],
|
12016
|
-
"style": textColorStyles.value
|
12017
|
-
}, [isOutlined &&
|
12014
|
+
}, null)]), createElementVNode("div", {
|
12015
|
+
"class": normalizeClass(['v-field__outline', textColorClasses.value]),
|
12016
|
+
"style": normalizeStyle(textColorStyles.value)
|
12017
|
+
}, [isOutlined && createElementVNode(Fragment, null, [createElementVNode("div", {
|
12018
12018
|
"class": "v-field__outline__start"
|
12019
|
-
}, null), hasFloatingLabel.value &&
|
12019
|
+
}, null), hasFloatingLabel.value && createElementVNode("div", {
|
12020
12020
|
"class": "v-field__outline__notch"
|
12021
12021
|
}, [createVNode(VFieldLabel, {
|
12022
12022
|
"ref": floatingLabelRef,
|
@@ -12024,7 +12024,7 @@ const VField = genericComponent()({
|
|
12024
12024
|
"for": id.value
|
12025
12025
|
}, {
|
12026
12026
|
default: () => [label()]
|
12027
|
-
})]),
|
12027
|
+
})]), createElementVNode("div", {
|
12028
12028
|
"class": "v-field__outline__end"
|
12029
12029
|
}, null)]), isPlainOrUnderlined.value && hasFloatingLabel.value && createVNode(VFieldLabel, {
|
12030
12030
|
"ref": floatingLabelRef,
|
@@ -12065,7 +12065,7 @@ const makeVTextFieldProps = propsFactory({
|
|
12065
12065
|
const VTextField = genericComponent()({
|
12066
12066
|
name: 'VTextField',
|
12067
12067
|
directives: {
|
12068
|
-
Intersect
|
12068
|
+
vIntersect: Intersect
|
12069
12069
|
},
|
12070
12070
|
inheritAttrs: false,
|
12071
12071
|
props: makeVTextFieldProps(),
|
@@ -12197,7 +12197,7 @@ const VTextField = genericComponent()({
|
|
12197
12197
|
...slotProps
|
12198
12198
|
}
|
12199
12199
|
} = _ref3;
|
12200
|
-
const inputNode = withDirectives(
|
12200
|
+
const inputNode = withDirectives(createElementVNode("input", mergeProps({
|
12201
12201
|
"ref": inputRef,
|
12202
12202
|
"value": model.value,
|
12203
12203
|
"onInput": onInput,
|
@@ -12210,29 +12210,29 @@ const VTextField = genericComponent()({
|
|
12210
12210
|
"type": props.type,
|
12211
12211
|
"onFocus": onFocus,
|
12212
12212
|
"onBlur": blur
|
12213
|
-
}, slotProps, inputAttrs), null), [[
|
12213
|
+
}, slotProps, inputAttrs), null), [[Intersect, {
|
12214
12214
|
handler: onIntersect
|
12215
12215
|
}, null, {
|
12216
12216
|
once: true
|
12217
12217
|
}]]);
|
12218
|
-
return
|
12218
|
+
return createElementVNode(Fragment, null, [props.prefix && createElementVNode("span", {
|
12219
12219
|
"class": "v-text-field__prefix"
|
12220
|
-
}, [
|
12220
|
+
}, [createElementVNode("span", {
|
12221
12221
|
"class": "v-text-field__prefix__text"
|
12222
|
-
}, [props.prefix])]), slots.default ?
|
12223
|
-
"class": fieldClass,
|
12222
|
+
}, [props.prefix])]), slots.default ? createElementVNode("div", {
|
12223
|
+
"class": normalizeClass(fieldClass),
|
12224
12224
|
"data-no-activator": ""
|
12225
12225
|
}, [slots.default(), inputNode]) : cloneVNode(inputNode, {
|
12226
12226
|
class: fieldClass
|
12227
|
-
}), props.suffix &&
|
12227
|
+
}), props.suffix && createElementVNode("span", {
|
12228
12228
|
"class": "v-text-field__suffix"
|
12229
|
-
}, [
|
12229
|
+
}, [createElementVNode("span", {
|
12230
12230
|
"class": "v-text-field__suffix__text"
|
12231
12231
|
}, [props.suffix])])]);
|
12232
12232
|
}
|
12233
12233
|
});
|
12234
12234
|
},
|
12235
|
-
details: hasDetails ? slotProps =>
|
12235
|
+
details: hasDetails ? slotProps => createElementVNode(Fragment, null, [slots.details?.(slotProps), hasCounter && createElementVNode(Fragment, null, [createElementVNode("span", null, null), createVNode(VCounter, {
|
12236
12236
|
"active": props.persistentCounter || isFocused.value,
|
12237
12237
|
"value": counterValue.value,
|
12238
12238
|
"max": max.value,
|
@@ -12270,9 +12270,9 @@ const VVirtualScrollItem = genericComponent()({
|
|
12270
12270
|
watch(() => contentRect.value?.height, height => {
|
12271
12271
|
if (height != null) emit('update:height', height);
|
12272
12272
|
});
|
12273
|
-
useRender(() => props.renderless ?
|
12273
|
+
useRender(() => props.renderless ? createElementVNode(Fragment, null, [slots.default?.({
|
12274
12274
|
itemRef: resizeRef
|
12275
|
-
})]) :
|
12275
|
+
})]) : createElementVNode("div", mergeProps({
|
12276
12276
|
"ref": resizeRef,
|
12277
12277
|
"class": ['v-virtual-scroll__item', props.class],
|
12278
12278
|
"style": props.style
|
@@ -12607,30 +12607,30 @@ const VVirtualScroll = genericComponent()({
|
|
12607
12607
|
...slotProps
|
12608
12608
|
})
|
12609
12609
|
}));
|
12610
|
-
return props.renderless ?
|
12610
|
+
return props.renderless ? createElementVNode(Fragment, null, [createElementVNode("div", {
|
12611
12611
|
"ref": markerRef,
|
12612
12612
|
"class": "v-virtual-scroll__spacer",
|
12613
|
-
"style": {
|
12613
|
+
"style": normalizeStyle({
|
12614
12614
|
paddingTop: convertToUnit(paddingTop.value)
|
12615
|
-
}
|
12616
|
-
}, null), children,
|
12615
|
+
})
|
12616
|
+
}, null), children, createElementVNode("div", {
|
12617
12617
|
"class": "v-virtual-scroll__spacer",
|
12618
|
-
"style": {
|
12618
|
+
"style": normalizeStyle({
|
12619
12619
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12620
|
-
}
|
12621
|
-
}, null)]) :
|
12620
|
+
})
|
12621
|
+
}, null)]) : createElementVNode("div", {
|
12622
12622
|
"ref": containerRef,
|
12623
|
-
"class": ['v-virtual-scroll', props.class],
|
12623
|
+
"class": normalizeClass(['v-virtual-scroll', props.class]),
|
12624
12624
|
"onScrollPassive": handleScroll,
|
12625
12625
|
"onScrollend": handleScrollend,
|
12626
|
-
"style": [dimensionStyles.value, props.style]
|
12627
|
-
}, [
|
12626
|
+
"style": normalizeStyle([dimensionStyles.value, props.style])
|
12627
|
+
}, [createElementVNode("div", {
|
12628
12628
|
"ref": markerRef,
|
12629
12629
|
"class": "v-virtual-scroll__container",
|
12630
|
-
"style": {
|
12630
|
+
"style": normalizeStyle({
|
12631
12631
|
paddingTop: convertToUnit(paddingTop.value),
|
12632
12632
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12633
|
-
}
|
12633
|
+
})
|
12634
12634
|
}, [children])]);
|
12635
12635
|
});
|
12636
12636
|
return {
|
@@ -13001,7 +13001,7 @@ const VSelect = genericComponent()({
|
|
13001
13001
|
"title": t(label.value)
|
13002
13002
|
}), {
|
13003
13003
|
...slots,
|
13004
|
-
default: () =>
|
13004
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VMenu, mergeProps({
|
13005
13005
|
"ref": vMenuRef,
|
13006
13006
|
"modelValue": menu.value,
|
13007
13007
|
"onUpdate:modelValue": $event => menu.value = $event,
|
@@ -13059,7 +13059,7 @@ const VSelect = genericComponent()({
|
|
13059
13059
|
let {
|
13060
13060
|
isSelected
|
13061
13061
|
} = _ref3;
|
13062
|
-
return
|
13062
|
+
return createElementVNode(Fragment, null, [props.multiple && !props.hideSelected ? createVNode(VCheckboxBtn, {
|
13063
13063
|
"key": item.value,
|
13064
13064
|
"modelValue": isSelected,
|
13065
13065
|
"ripple": false,
|
@@ -13105,7 +13105,7 @@ const VSelect = genericComponent()({
|
|
13105
13105
|
index
|
13106
13106
|
})) : undefined;
|
13107
13107
|
if (hasSlot && !slotContent) return undefined;
|
13108
|
-
return
|
13108
|
+
return createElementVNode("div", {
|
13109
13109
|
"key": item.value,
|
13110
13110
|
"class": "v-select__selection"
|
13111
13111
|
}, [hasChips ? !slots.chip ? createVNode(VChip, mergeProps({
|
@@ -13125,9 +13125,9 @@ const VSelect = genericComponent()({
|
|
13125
13125
|
}
|
13126
13126
|
}, {
|
13127
13127
|
default: () => [slotContent]
|
13128
|
-
}) : slotContent ??
|
13128
|
+
}) : slotContent ?? createElementVNode("span", {
|
13129
13129
|
"class": "v-select__selection-text"
|
13130
|
-
}, [item.title, props.multiple && index < model.value.length - 1 &&
|
13130
|
+
}, [item.title, props.multiple && index < model.value.length - 1 && createElementVNode("span", {
|
13131
13131
|
"class": "v-select__selection-comma"
|
13132
13132
|
}, [createTextVNode(",")])])]);
|
13133
13133
|
})]),
|
@@ -13135,7 +13135,7 @@ const VSelect = genericComponent()({
|
|
13135
13135
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
13136
13136
|
args[_key] = arguments[_key];
|
13137
13137
|
}
|
13138
|
-
return
|
13138
|
+
return createElementVNode(Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? createVNode(VIcon, {
|
13139
13139
|
"class": "v-select__menu-icon",
|
13140
13140
|
"color": vTextFieldRef.value?.fieldIconColor,
|
13141
13141
|
"icon": props.menuIcon
|
@@ -13286,17 +13286,17 @@ function highlightResult(name, text, matches) {
|
|
13286
13286
|
if (matches == null || !matches.length) return text;
|
13287
13287
|
return matches.map((match, i) => {
|
13288
13288
|
const start = i === 0 ? 0 : matches[i - 1][1];
|
13289
|
-
const result = [
|
13290
|
-
"class": `${name}__unmask`
|
13291
|
-
}, [text.slice(start, match[0])]),
|
13292
|
-
"class": `${name}__mask`
|
13289
|
+
const result = [createElementVNode("span", {
|
13290
|
+
"class": normalizeClass(`${name}__unmask`)
|
13291
|
+
}, [text.slice(start, match[0])]), createElementVNode("span", {
|
13292
|
+
"class": normalizeClass(`${name}__mask`)
|
13293
13293
|
}, [text.slice(match[0], match[1])])];
|
13294
13294
|
if (i === matches.length - 1) {
|
13295
|
-
result.push(
|
13296
|
-
"class": `${name}__unmask`
|
13295
|
+
result.push(createElementVNode("span", {
|
13296
|
+
"class": normalizeClass(`${name}__unmask`)
|
13297
13297
|
}, [text.slice(match[1])]));
|
13298
13298
|
}
|
13299
|
-
return
|
13299
|
+
return createElementVNode(Fragment, null, [result]);
|
13300
13300
|
});
|
13301
13301
|
}
|
13302
13302
|
|
@@ -13598,7 +13598,7 @@ const VAutocomplete = genericComponent()({
|
|
13598
13598
|
"onKeydown": onKeydown
|
13599
13599
|
}), {
|
13600
13600
|
...slots,
|
13601
|
-
default: () =>
|
13601
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VMenu, mergeProps({
|
13602
13602
|
"ref": vMenuRef,
|
13603
13603
|
"modelValue": menu.value,
|
13604
13604
|
"onUpdate:modelValue": $event => menu.value = $event,
|
@@ -13657,7 +13657,7 @@ const VAutocomplete = genericComponent()({
|
|
13657
13657
|
let {
|
13658
13658
|
isSelected
|
13659
13659
|
} = _ref4;
|
13660
|
-
return
|
13660
|
+
return createElementVNode(Fragment, null, [props.multiple && !props.hideSelected ? createVNode(VCheckboxBtn, {
|
13661
13661
|
"key": item.value,
|
13662
13662
|
"modelValue": isSelected,
|
13663
13663
|
"ripple": false,
|
@@ -13706,10 +13706,10 @@ const VAutocomplete = genericComponent()({
|
|
13706
13706
|
index
|
13707
13707
|
})) : undefined;
|
13708
13708
|
if (hasSlot && !slotContent) return undefined;
|
13709
|
-
return
|
13709
|
+
return createElementVNode("div", {
|
13710
13710
|
"key": item.value,
|
13711
|
-
"class": ['v-autocomplete__selection', index === selectionIndex.value && ['v-autocomplete__selection--selected', textColorClasses.value]],
|
13712
|
-
"style": index === selectionIndex.value ? textColorStyles.value : {}
|
13711
|
+
"class": normalizeClass(['v-autocomplete__selection', index === selectionIndex.value && ['v-autocomplete__selection--selected', textColorClasses.value]]),
|
13712
|
+
"style": normalizeStyle(index === selectionIndex.value ? textColorStyles.value : {})
|
13713
13713
|
}, [hasChips.value ? !slots.chip ? createVNode(VChip, mergeProps({
|
13714
13714
|
"key": "chip",
|
13715
13715
|
"closable": props.closableChips,
|
@@ -13727,9 +13727,9 @@ const VAutocomplete = genericComponent()({
|
|
13727
13727
|
}
|
13728
13728
|
}, {
|
13729
13729
|
default: () => [slotContent]
|
13730
|
-
}) : slotContent ??
|
13730
|
+
}) : slotContent ?? createElementVNode("span", {
|
13731
13731
|
"class": "v-autocomplete__selection-text"
|
13732
|
-
}, [item.title, props.multiple && index < model.value.length - 1 &&
|
13732
|
+
}, [item.title, props.multiple && index < model.value.length - 1 && createElementVNode("span", {
|
13733
13733
|
"class": "v-autocomplete__selection-comma"
|
13734
13734
|
}, [createTextVNode(",")])])]);
|
13735
13735
|
})]),
|
@@ -13737,7 +13737,7 @@ const VAutocomplete = genericComponent()({
|
|
13737
13737
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
13738
13738
|
args[_key] = arguments[_key];
|
13739
13739
|
}
|
13740
|
-
return
|
13740
|
+
return createElementVNode(Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? createVNode(VIcon, {
|
13741
13741
|
"class": "v-autocomplete__menu-icon",
|
13742
13742
|
"color": vTextFieldRef.value?.fieldIconColor,
|
13743
13743
|
"icon": props.menuIcon,
|
@@ -13834,12 +13834,12 @@ const VBadge = genericComponent()({
|
|
13834
13834
|
}, attrs, {
|
13835
13835
|
"style": props.style
|
13836
13836
|
}), {
|
13837
|
-
default: () => [
|
13837
|
+
default: () => [createElementVNode("div", {
|
13838
13838
|
"class": "v-badge__wrapper"
|
13839
13839
|
}, [ctx.slots.default?.(), createVNode(MaybeTransition, {
|
13840
13840
|
"transition": props.transition
|
13841
13841
|
}, {
|
13842
|
-
default: () => [withDirectives(
|
13842
|
+
default: () => [withDirectives(createElementVNode("span", mergeProps({
|
13843
13843
|
"class": ['v-badge__badge', themeClasses.value, backgroundColorClasses.value, roundedClasses.value, textColorClasses.value],
|
13844
13844
|
"style": [backgroundColorStyles.value, textColorStyles.value, props.inline ? {} : locationStyles.value],
|
13845
13845
|
"aria-atomic": "true",
|
@@ -13876,9 +13876,9 @@ const VBannerActions = genericComponent()({
|
|
13876
13876
|
variant: 'text'
|
13877
13877
|
}
|
13878
13878
|
});
|
13879
|
-
useRender(() =>
|
13880
|
-
"class": ['v-banner-actions', props.class],
|
13881
|
-
"style": props.style
|
13879
|
+
useRender(() => createElementVNode("div", {
|
13880
|
+
"class": normalizeClass(['v-banner-actions', props.class]),
|
13881
|
+
"style": normalizeStyle(props.style)
|
13882
13882
|
}, [slots.default?.()]));
|
13883
13883
|
return {};
|
13884
13884
|
}
|
@@ -13964,15 +13964,15 @@ const VBanner = genericComponent()({
|
|
13964
13964
|
const hasPrependMedia = !!(props.avatar || props.icon);
|
13965
13965
|
const hasPrepend = !!(hasPrependMedia || slots.prepend);
|
13966
13966
|
return createVNode(props.tag, {
|
13967
|
-
"class": ['v-banner', {
|
13967
|
+
"class": normalizeClass(['v-banner', {
|
13968
13968
|
'v-banner--stacked': props.stacked || mobile.value,
|
13969
13969
|
'v-banner--sticky': props.sticky,
|
13970
13970
|
[`v-banner--${props.lines}-line`]: !!props.lines
|
13971
|
-
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, displayClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class],
|
13972
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style],
|
13971
|
+
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, displayClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class]),
|
13972
|
+
"style": normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style]),
|
13973
13973
|
"role": "banner"
|
13974
13974
|
}, {
|
13975
|
-
default: () => [hasPrepend &&
|
13975
|
+
default: () => [hasPrepend && createElementVNode("div", {
|
13976
13976
|
"key": "prepend",
|
13977
13977
|
"class": "v-banner__prepend"
|
13978
13978
|
}, [!slots.prepend ? createVNode(VAvatar, {
|
@@ -13992,7 +13992,7 @@ const VBanner = genericComponent()({
|
|
13992
13992
|
image: props.avatar
|
13993
13993
|
}
|
13994
13994
|
}
|
13995
|
-
}, slots.prepend)]),
|
13995
|
+
}, slots.prepend)]), createElementVNode("div", {
|
13996
13996
|
"class": "v-banner__content"
|
13997
13997
|
}, [hasText && createVNode(VBannerText, {
|
13998
13998
|
"key": "text"
|
@@ -14101,16 +14101,16 @@ const VBottomNavigation = genericComponent()({
|
|
14101
14101
|
});
|
14102
14102
|
useRender(() => {
|
14103
14103
|
return createVNode(props.tag, {
|
14104
|
-
"class": ['v-bottom-navigation', {
|
14104
|
+
"class": normalizeClass(['v-bottom-navigation', {
|
14105
14105
|
'v-bottom-navigation--active': isActive.value,
|
14106
14106
|
'v-bottom-navigation--grow': props.grow,
|
14107
14107
|
'v-bottom-navigation--shift': props.mode === 'shift'
|
14108
|
-
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
14109
|
-
"style": [backgroundColorStyles.value, layoutItemStyles.value, {
|
14108
|
+
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
|
14109
|
+
"style": normalizeStyle([backgroundColorStyles.value, layoutItemStyles.value, {
|
14110
14110
|
height: convertToUnit(height.value)
|
14111
|
-
}, ssrBootStyles.value, props.style]
|
14111
|
+
}, ssrBootStyles.value, props.style])
|
14112
14112
|
}, {
|
14113
|
-
default: () => [slots.default &&
|
14113
|
+
default: () => [slots.default && createElementVNode("div", {
|
14114
14114
|
"class": "v-bottom-navigation__content"
|
14115
14115
|
}, [slots.default()])]
|
14116
14116
|
});
|
@@ -14297,10 +14297,10 @@ const VBreadcrumbsDivider = genericComponent()({
|
|
14297
14297
|
let {
|
14298
14298
|
slots
|
14299
14299
|
} = _ref;
|
14300
|
-
useRender(() =>
|
14300
|
+
useRender(() => createElementVNode("li", {
|
14301
14301
|
"aria-hidden": "true",
|
14302
|
-
"class": ['v-breadcrumbs-divider', props.class],
|
14303
|
-
"style": props.style
|
14302
|
+
"class": normalizeClass(['v-breadcrumbs-divider', props.class]),
|
14303
|
+
"style": normalizeStyle(props.style)
|
14304
14304
|
}, [slots?.default?.() ?? props.divider]));
|
14305
14305
|
return {};
|
14306
14306
|
}
|
@@ -14335,15 +14335,15 @@ const VBreadcrumbsItem = genericComponent()({
|
|
14335
14335
|
} = useTextColor(() => isActive.value ? props.activeColor : props.color);
|
14336
14336
|
useRender(() => {
|
14337
14337
|
return createVNode(props.tag, {
|
14338
|
-
"class": ['v-breadcrumbs-item', {
|
14338
|
+
"class": normalizeClass(['v-breadcrumbs-item', {
|
14339
14339
|
'v-breadcrumbs-item--active': isActive.value,
|
14340
14340
|
'v-breadcrumbs-item--disabled': props.disabled,
|
14341
14341
|
[`${props.activeClass}`]: isActive.value && props.activeClass
|
14342
|
-
}, textColorClasses.value, props.class],
|
14343
|
-
"style": [textColorStyles.value, props.style],
|
14342
|
+
}, textColorClasses.value, props.class]),
|
14343
|
+
"style": normalizeStyle([textColorStyles.value, props.style]),
|
14344
14344
|
"aria-current": isActive.value ? 'page' : undefined
|
14345
14345
|
}, {
|
14346
|
-
default: () => [!link.isLink.value ? slots.default?.() ?? props.title :
|
14346
|
+
default: () => [!link.isLink.value ? slots.default?.() ?? props.title : createElementVNode("a", mergeProps({
|
14347
14347
|
"class": "v-breadcrumbs-item--link",
|
14348
14348
|
"onClick": link.navigate
|
14349
14349
|
}, link.linkProps), [slots.default?.() ?? props.title])]
|
@@ -14419,10 +14419,10 @@ const VBreadcrumbs = genericComponent()({
|
|
14419
14419
|
useRender(() => {
|
14420
14420
|
const hasPrepend = !!(slots.prepend || props.icon);
|
14421
14421
|
return createVNode(props.tag, {
|
14422
|
-
"class": ['v-breadcrumbs', backgroundColorClasses.value, densityClasses.value, roundedClasses.value, props.class],
|
14423
|
-
"style": [backgroundColorStyles.value, props.style]
|
14422
|
+
"class": normalizeClass(['v-breadcrumbs', backgroundColorClasses.value, densityClasses.value, roundedClasses.value, props.class]),
|
14423
|
+
"style": normalizeStyle([backgroundColorStyles.value, props.style])
|
14424
14424
|
}, {
|
14425
|
-
default: () => [hasPrepend &&
|
14425
|
+
default: () => [hasPrepend && createElementVNode("li", {
|
14426
14426
|
"key": "prepend",
|
14427
14427
|
"class": "v-breadcrumbs__prepend"
|
14428
14428
|
}, [!slots.prepend ? createVNode(VIcon, {
|
@@ -14443,7 +14443,7 @@ const VBreadcrumbs = genericComponent()({
|
|
14443
14443
|
item,
|
14444
14444
|
raw
|
14445
14445
|
} = _ref2;
|
14446
|
-
return
|
14446
|
+
return createElementVNode(Fragment, null, [slots.item?.({
|
14447
14447
|
item,
|
14448
14448
|
index
|
14449
14449
|
}) ?? createVNode(VBreadcrumbsItem, mergeProps({
|
@@ -14482,9 +14482,9 @@ const VCardActions = genericComponent()({
|
|
14482
14482
|
variant: 'text'
|
14483
14483
|
}
|
14484
14484
|
});
|
14485
|
-
useRender(() =>
|
14486
|
-
"class": ['v-card-actions', props.class],
|
14487
|
-
"style": props.style
|
14485
|
+
useRender(() => createElementVNode("div", {
|
14486
|
+
"class": normalizeClass(['v-card-actions', props.class]),
|
14487
|
+
"style": normalizeStyle(props.style)
|
14488
14488
|
}, [slots.default?.()]));
|
14489
14489
|
return {};
|
14490
14490
|
}
|
@@ -14503,10 +14503,10 @@ const VCardSubtitle = genericComponent()({
|
|
14503
14503
|
slots
|
14504
14504
|
} = _ref;
|
14505
14505
|
useRender(() => createVNode(props.tag, {
|
14506
|
-
"class": ['v-card-subtitle', props.class],
|
14507
|
-
"style": [{
|
14506
|
+
"class": normalizeClass(['v-card-subtitle', props.class]),
|
14507
|
+
"style": normalizeStyle([{
|
14508
14508
|
'--v-card-subtitle-opacity': props.opacity
|
14509
|
-
}, props.style]
|
14509
|
+
}, props.style])
|
14510
14510
|
}, slots));
|
14511
14511
|
return {};
|
14512
14512
|
}
|
@@ -14545,13 +14545,13 @@ const VCardItem = genericComponent()({
|
|
14545
14545
|
const hasAppend = !!(hasAppendMedia || slots.append);
|
14546
14546
|
const hasTitle = !!(props.title != null || slots.title);
|
14547
14547
|
const hasSubtitle = !!(props.subtitle != null || slots.subtitle);
|
14548
|
-
return
|
14549
|
-
"class": ['v-card-item', props.class],
|
14550
|
-
"style": props.style
|
14551
|
-
}, [hasPrepend &&
|
14548
|
+
return createElementVNode("div", {
|
14549
|
+
"class": normalizeClass(['v-card-item', props.class]),
|
14550
|
+
"style": normalizeStyle(props.style)
|
14551
|
+
}, [hasPrepend && createElementVNode("div", {
|
14552
14552
|
"key": "prepend",
|
14553
14553
|
"class": "v-card-item__prepend"
|
14554
|
-
}, [!slots.prepend ?
|
14554
|
+
}, [!slots.prepend ? createElementVNode(Fragment, null, [props.prependAvatar && createVNode(VAvatar, {
|
14555
14555
|
"key": "prepend-avatar",
|
14556
14556
|
"density": props.density,
|
14557
14557
|
"image": props.prependAvatar
|
@@ -14572,7 +14572,7 @@ const VCardItem = genericComponent()({
|
|
14572
14572
|
icon: props.prependIcon
|
14573
14573
|
}
|
14574
14574
|
}
|
14575
|
-
}, slots.prepend)]),
|
14575
|
+
}, slots.prepend)]), createElementVNode("div", {
|
14576
14576
|
"class": "v-card-item__content"
|
14577
14577
|
}, [hasTitle && createVNode(VCardTitle, {
|
14578
14578
|
"key": "title"
|
@@ -14582,10 +14582,10 @@ const VCardItem = genericComponent()({
|
|
14582
14582
|
"key": "subtitle"
|
14583
14583
|
}, {
|
14584
14584
|
default: () => [slots.subtitle?.() ?? toDisplayString(props.subtitle)]
|
14585
|
-
}), slots.default?.()]), hasAppend &&
|
14585
|
+
}), slots.default?.()]), hasAppend && createElementVNode("div", {
|
14586
14586
|
"key": "append",
|
14587
14587
|
"class": "v-card-item__append"
|
14588
|
-
}, [!slots.append ?
|
14588
|
+
}, [!slots.append ? createElementVNode(Fragment, null, [props.appendIcon && createVNode(VIcon, {
|
14589
14589
|
"key": "append-icon",
|
14590
14590
|
"density": props.density,
|
14591
14591
|
"icon": props.appendIcon
|
@@ -14625,10 +14625,10 @@ const VCardText = genericComponent()({
|
|
14625
14625
|
slots
|
14626
14626
|
} = _ref;
|
14627
14627
|
useRender(() => createVNode(props.tag, {
|
14628
|
-
"class": ['v-card-text', props.class],
|
14629
|
-
"style": [{
|
14628
|
+
"class": normalizeClass(['v-card-text', props.class]),
|
14629
|
+
"style": normalizeStyle([{
|
14630
14630
|
'--v-card-text-opacity': props.opacity
|
14631
|
-
}, props.style]
|
14631
|
+
}, props.style])
|
14632
14632
|
}, slots));
|
14633
14633
|
return {};
|
14634
14634
|
}
|
@@ -14684,7 +14684,7 @@ const makeVCardProps = propsFactory({
|
|
14684
14684
|
const VCard = genericComponent()({
|
14685
14685
|
name: 'VCard',
|
14686
14686
|
directives: {
|
14687
|
-
Ripple
|
14687
|
+
vRipple: Ripple
|
14688
14688
|
},
|
14689
14689
|
props: makeVCardProps(),
|
14690
14690
|
setup(props, _ref) {
|
@@ -14748,7 +14748,7 @@ const VCard = genericComponent()({
|
|
14748
14748
|
"onClick": isClickable && link.navigate,
|
14749
14749
|
"tabindex": props.disabled ? -1 : undefined
|
14750
14750
|
}, link.linkProps), {
|
14751
|
-
default: () => [hasImage &&
|
14751
|
+
default: () => [hasImage && createElementVNode("div", {
|
14752
14752
|
"key": "image",
|
14753
14753
|
"class": "v-card__image"
|
14754
14754
|
}, [!slots.image ? createVNode(VImg, {
|
@@ -14791,7 +14791,7 @@ const VCard = genericComponent()({
|
|
14791
14791
|
}), slots.default?.(), slots.actions && createVNode(VCardActions, null, {
|
14792
14792
|
default: slots.actions
|
14793
14793
|
}), genOverlays(isClickable, 'v-card')]
|
14794
|
-
}), [[
|
14794
|
+
}), [[Ripple, isClickable && props.ripple]]);
|
14795
14795
|
});
|
14796
14796
|
return {};
|
14797
14797
|
}
|
@@ -14950,7 +14950,7 @@ const makeVWindowProps = propsFactory({
|
|
14950
14950
|
const VWindow = genericComponent()({
|
14951
14951
|
name: 'VWindow',
|
14952
14952
|
directives: {
|
14953
|
-
Touch
|
14953
|
+
vTouch: Touch
|
14954
14954
|
},
|
14955
14955
|
props: makeVWindowProps(),
|
14956
14956
|
emits: {
|
@@ -15022,7 +15022,7 @@ const VWindow = genericComponent()({
|
|
15022
15022
|
};
|
15023
15023
|
arrows.push(canMoveBack.value ? slots.prev ? slots.prev({
|
15024
15024
|
props: prevProps
|
15025
|
-
}) : createVNode(VBtn, prevProps, null) :
|
15025
|
+
}) : createVNode(VBtn, prevProps, null) : createElementVNode("div", null, null));
|
15026
15026
|
const nextProps = {
|
15027
15027
|
icon: isRtl.value ? props.prevIcon : props.nextIcon,
|
15028
15028
|
class: `v-window__${isRtlReverse.value ? 'left' : 'right'}`,
|
@@ -15031,7 +15031,7 @@ const VWindow = genericComponent()({
|
|
15031
15031
|
};
|
15032
15032
|
arrows.push(canMoveForward.value ? slots.next ? slots.next({
|
15033
15033
|
props: nextProps
|
15034
|
-
}) : createVNode(VBtn, nextProps, null) :
|
15034
|
+
}) : createVNode(VBtn, nextProps, null) : createElementVNode("div", null, null));
|
15035
15035
|
return arrows;
|
15036
15036
|
});
|
15037
15037
|
const touchOptions = computed(() => {
|
@@ -15057,24 +15057,24 @@ const VWindow = genericComponent()({
|
|
15057
15057
|
});
|
15058
15058
|
useRender(() => withDirectives(createVNode(props.tag, {
|
15059
15059
|
"ref": rootRef,
|
15060
|
-
"class": ['v-window', {
|
15060
|
+
"class": normalizeClass(['v-window', {
|
15061
15061
|
'v-window--show-arrows-on-hover': props.showArrows === 'hover'
|
15062
|
-
}, themeClasses.value, props.class],
|
15063
|
-
"style": props.style
|
15062
|
+
}, themeClasses.value, props.class]),
|
15063
|
+
"style": normalizeStyle(props.style)
|
15064
15064
|
}, {
|
15065
|
-
default: () => [
|
15065
|
+
default: () => [createElementVNode("div", {
|
15066
15066
|
"class": "v-window__container",
|
15067
|
-
"style": {
|
15067
|
+
"style": normalizeStyle({
|
15068
15068
|
height: transitionHeight.value
|
15069
|
-
}
|
15069
|
+
})
|
15070
15070
|
}, [slots.default?.({
|
15071
15071
|
group
|
15072
|
-
}), props.showArrows !== false &&
|
15072
|
+
}), props.showArrows !== false && createElementVNode("div", {
|
15073
15073
|
"class": "v-window__controls"
|
15074
15074
|
}, [arrows.value])]), slots.additional?.({
|
15075
15075
|
group
|
15076
15076
|
})]
|
15077
|
-
}), [[
|
15077
|
+
}), [[Touch, touchOptions.value]]));
|
15078
15078
|
return {
|
15079
15079
|
group
|
15080
15080
|
};
|
@@ -15159,12 +15159,12 @@ const VCarousel = genericComponent()({
|
|
15159
15159
|
let {
|
15160
15160
|
group
|
15161
15161
|
} = _ref2;
|
15162
|
-
return
|
15162
|
+
return createElementVNode(Fragment, null, [!props.hideDelimiters && createElementVNode("div", {
|
15163
15163
|
"class": "v-carousel__controls",
|
15164
|
-
"style": {
|
15164
|
+
"style": normalizeStyle({
|
15165
15165
|
left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
|
15166
15166
|
right: props.verticalDelimiters === 'right' ? 0 : 'auto'
|
15167
|
-
}
|
15167
|
+
})
|
15168
15168
|
}, [group.items.value.length > 0 && createVNode(VDefaultsProvider, {
|
15169
15169
|
"defaults": {
|
15170
15170
|
VBtn: {
|
@@ -15218,7 +15218,7 @@ const makeVWindowItemProps = propsFactory({
|
|
15218
15218
|
const VWindowItem = genericComponent()({
|
15219
15219
|
name: 'VWindowItem',
|
15220
15220
|
directives: {
|
15221
|
-
Touch
|
15221
|
+
vTouch: Touch
|
15222
15222
|
},
|
15223
15223
|
props: makeVWindowItemProps(),
|
15224
15224
|
emits: {
|
@@ -15302,9 +15302,9 @@ const VWindowItem = genericComponent()({
|
|
15302
15302
|
"transition": transition.value,
|
15303
15303
|
"disabled": !isBooted.value
|
15304
15304
|
}, {
|
15305
|
-
default: () => [withDirectives(
|
15306
|
-
"class": ['v-window-item', groupItem.selectedClass.value, props.class],
|
15307
|
-
"style": props.style
|
15305
|
+
default: () => [withDirectives(createElementVNode("div", {
|
15306
|
+
"class": normalizeClass(['v-window-item', groupItem.selectedClass.value, props.class]),
|
15307
|
+
"style": normalizeStyle(props.style)
|
15308
15308
|
}, [hasContent.value && slots.default?.()]), [[vShow, groupItem.isSelected.value]])]
|
15309
15309
|
}));
|
15310
15310
|
return {
|
@@ -15504,21 +15504,21 @@ const VColorPickerCanvas = defineComponent({
|
|
15504
15504
|
immediate: true
|
15505
15505
|
});
|
15506
15506
|
onMounted(() => updateCanvas());
|
15507
|
-
useRender(() =>
|
15507
|
+
useRender(() => createElementVNode("div", {
|
15508
15508
|
"ref": resizeRef,
|
15509
|
-
"class": ['v-color-picker-canvas', props.class],
|
15510
|
-
"style": props.style,
|
15509
|
+
"class": normalizeClass(['v-color-picker-canvas', props.class]),
|
15510
|
+
"style": normalizeStyle(props.style),
|
15511
15511
|
"onMousedown": handleMouseDown,
|
15512
15512
|
"onTouchstartPassive": handleMouseDown
|
15513
|
-
}, [
|
15513
|
+
}, [createElementVNode("canvas", {
|
15514
15514
|
"ref": canvasRef,
|
15515
15515
|
"width": canvasWidth.value,
|
15516
15516
|
"height": canvasHeight.value
|
15517
|
-
}, null), props.color &&
|
15518
|
-
"class": ['v-color-picker-canvas__dot', {
|
15517
|
+
}, null), props.color && createElementVNode("div", {
|
15518
|
+
"class": normalizeClass(['v-color-picker-canvas__dot', {
|
15519
15519
|
'v-color-picker-canvas__dot--disabled': props.disabled
|
15520
|
-
}],
|
15521
|
-
"style": dotStyles.value
|
15520
|
+
}]),
|
15521
|
+
"style": normalizeStyle(dotStyles.value)
|
15522
15522
|
}, null)]));
|
15523
15523
|
return {};
|
15524
15524
|
}
|
@@ -15718,9 +15718,9 @@ const VColorPickerInput = _ref => {
|
|
15718
15718
|
label,
|
15719
15719
|
...rest
|
15720
15720
|
} = _ref;
|
15721
|
-
return
|
15721
|
+
return createElementVNode("div", {
|
15722
15722
|
"class": "v-color-picker-edit__input"
|
15723
|
-
}, [
|
15723
|
+
}, [createElementVNode("input", normalizeProps(guardReactiveProps(rest)), null), createElementVNode("span", null, [label])]);
|
15724
15724
|
};
|
15725
15725
|
const makeVColorPickerEditProps = propsFactory({
|
15726
15726
|
color: Object,
|
@@ -15777,9 +15777,9 @@ const VColorPickerEdit = defineComponent({
|
|
15777
15777
|
};
|
15778
15778
|
});
|
15779
15779
|
});
|
15780
|
-
useRender(() =>
|
15781
|
-
"class": ['v-color-picker-edit', props.class],
|
15782
|
-
"style": props.style
|
15780
|
+
useRender(() => createElementVNode("div", {
|
15781
|
+
"class": normalizeClass(['v-color-picker-edit', props.class]),
|
15782
|
+
"style": normalizeStyle(props.style)
|
15783
15783
|
}, [inputs.value?.map(props => createVNode(VColorPickerInput, props, null)), enabledModes.value.length > 1 && createVNode(VBtn, {
|
15784
15784
|
"icon": "$unfold",
|
15785
15785
|
"size": "x-small",
|
@@ -16122,7 +16122,7 @@ const makeVSliderThumbProps = propsFactory({
|
|
16122
16122
|
const VSliderThumb = genericComponent()({
|
16123
16123
|
name: 'VSliderThumb',
|
16124
16124
|
directives: {
|
16125
|
-
Ripple
|
16125
|
+
vRipple: Ripple
|
16126
16126
|
},
|
16127
16127
|
props: makeVSliderThumbProps(),
|
16128
16128
|
emits: {
|
@@ -16202,15 +16202,15 @@ const VSliderThumb = genericComponent()({
|
|
16202
16202
|
}
|
16203
16203
|
useRender(() => {
|
16204
16204
|
const positionPercentage = convertToUnit(indexFromEnd.value ? 100 - props.position : props.position, '%');
|
16205
|
-
return
|
16206
|
-
"class": ['v-slider-thumb', {
|
16205
|
+
return createElementVNode("div", {
|
16206
|
+
"class": normalizeClass(['v-slider-thumb', {
|
16207
16207
|
'v-slider-thumb--focused': props.focused,
|
16208
16208
|
'v-slider-thumb--pressed': props.focused && mousePressed.value
|
16209
|
-
}, props.class, rtlClasses.value],
|
16210
|
-
"style": [{
|
16209
|
+
}, props.class, rtlClasses.value]),
|
16210
|
+
"style": normalizeStyle([{
|
16211
16211
|
'--v-slider-thumb-position': positionPercentage,
|
16212
16212
|
'--v-slider-thumb-size': convertToUnit(thumbSize.value)
|
16213
|
-
}, props.style],
|
16213
|
+
}, props.style]),
|
16214
16214
|
"role": "slider",
|
16215
16215
|
"tabindex": disabled.value ? -1 : 0,
|
16216
16216
|
"aria-label": props.name,
|
@@ -16220,25 +16220,25 @@ const VSliderThumb = genericComponent()({
|
|
16220
16220
|
"aria-readonly": !!readonly.value,
|
16221
16221
|
"aria-orientation": direction.value,
|
16222
16222
|
"onKeydown": !readonly.value ? onKeydown : undefined
|
16223
|
-
}, [
|
16224
|
-
"class": ['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value],
|
16225
|
-
"style": {
|
16223
|
+
}, [createElementVNode("div", {
|
16224
|
+
"class": normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
|
16225
|
+
"style": normalizeStyle({
|
16226
16226
|
...textColorStyles.value
|
16227
|
-
}
|
16228
|
-
}, null), withDirectives(
|
16229
|
-
"class": ['v-slider-thumb__ripple', textColorClasses.value],
|
16230
|
-
"style": textColorStyles.value
|
16231
|
-
}, null), [[
|
16227
|
+
})
|
16228
|
+
}, null), withDirectives(createElementVNode("div", {
|
16229
|
+
"class": normalizeClass(['v-slider-thumb__ripple', textColorClasses.value]),
|
16230
|
+
"style": normalizeStyle(textColorStyles.value)
|
16231
|
+
}, null), [[Ripple, props.ripple, null, {
|
16232
16232
|
circle: true,
|
16233
16233
|
center: true
|
16234
16234
|
}]]), createVNode(VScaleTransition, {
|
16235
16235
|
"origin": "bottom center"
|
16236
16236
|
}, {
|
16237
|
-
default: () => [withDirectives(
|
16237
|
+
default: () => [withDirectives(createElementVNode("div", {
|
16238
16238
|
"class": "v-slider-thumb__label-container"
|
16239
|
-
}, [
|
16239
|
+
}, [createElementVNode("div", {
|
16240
16240
|
"class": ['v-slider-thumb__label']
|
16241
|
-
}, [
|
16241
|
+
}, [createElementVNode("div", null, [slots['thumb-label']?.({
|
16242
16242
|
modelValue: props.modelValue
|
16243
16243
|
}) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])])]), [[vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
|
16244
16244
|
})]);
|
@@ -16315,17 +16315,17 @@ const VSliderTrack = genericComponent()({
|
|
16315
16315
|
const ticks = vertical.value ? parsedTicks.value.slice().reverse() : parsedTicks.value;
|
16316
16316
|
return ticks.map((tick, index) => {
|
16317
16317
|
const directionValue = tick.value !== min.value && tick.value !== max.value ? convertToUnit(tick.position, '%') : undefined;
|
16318
|
-
return
|
16318
|
+
return createElementVNode("div", {
|
16319
16319
|
"key": tick.value,
|
16320
|
-
"class": ['v-slider-track__tick', {
|
16320
|
+
"class": normalizeClass(['v-slider-track__tick', {
|
16321
16321
|
'v-slider-track__tick--filled': tick.position >= props.start && tick.position <= props.stop,
|
16322
16322
|
'v-slider-track__tick--first': tick.value === min.value,
|
16323
16323
|
'v-slider-track__tick--last': tick.value === max.value
|
16324
|
-
}],
|
16325
|
-
"style": {
|
16324
|
+
}]),
|
16325
|
+
"style": normalizeStyle({
|
16326
16326
|
[startDir.value]: directionValue
|
16327
|
-
}
|
16328
|
-
}, [(tick.label || slots['tick-label']) &&
|
16327
|
+
})
|
16328
|
+
}, [(tick.label || slots['tick-label']) && createElementVNode("div", {
|
16329
16329
|
"class": "v-slider-track__tick-label"
|
16330
16330
|
}, [slots['tick-label']?.({
|
16331
16331
|
tick,
|
@@ -16334,30 +16334,30 @@ const VSliderTrack = genericComponent()({
|
|
16334
16334
|
});
|
16335
16335
|
});
|
16336
16336
|
useRender(() => {
|
16337
|
-
return
|
16338
|
-
"class": ['v-slider-track', roundedClasses.value, props.class],
|
16339
|
-
"style": [{
|
16337
|
+
return createElementVNode("div", {
|
16338
|
+
"class": normalizeClass(['v-slider-track', roundedClasses.value, props.class]),
|
16339
|
+
"style": normalizeStyle([{
|
16340
16340
|
'--v-slider-track-size': convertToUnit(trackSize.value),
|
16341
16341
|
'--v-slider-tick-size': convertToUnit(tickSize.value)
|
16342
|
-
}, props.style]
|
16343
|
-
}, [
|
16344
|
-
"class": ['v-slider-track__background', trackColorClasses.value, {
|
16342
|
+
}, props.style])
|
16343
|
+
}, [createElementVNode("div", {
|
16344
|
+
"class": normalizeClass(['v-slider-track__background', trackColorClasses.value, {
|
16345
16345
|
'v-slider-track__background--opacity': !!color.value || !trackFillColor.value
|
16346
|
-
}],
|
16347
|
-
"style": {
|
16346
|
+
}]),
|
16347
|
+
"style": normalizeStyle({
|
16348
16348
|
...backgroundStyles.value,
|
16349
16349
|
...trackColorStyles.value
|
16350
|
-
}
|
16351
|
-
}, null),
|
16352
|
-
"class": ['v-slider-track__fill', trackFillColorClasses.value],
|
16353
|
-
"style": {
|
16350
|
+
})
|
16351
|
+
}, null), createElementVNode("div", {
|
16352
|
+
"class": normalizeClass(['v-slider-track__fill', trackFillColorClasses.value]),
|
16353
|
+
"style": normalizeStyle({
|
16354
16354
|
...trackFillStyles.value,
|
16355
16355
|
...trackFillColorStyles.value
|
16356
|
-
}
|
16357
|
-
}, null), showTicks.value &&
|
16358
|
-
"class": ['v-slider-track__ticks', {
|
16356
|
+
})
|
16357
|
+
}, null), showTicks.value && createElementVNode("div", {
|
16358
|
+
"class": normalizeClass(['v-slider-track__ticks', {
|
16359
16359
|
'v-slider-track__ticks--always-show': showTicks.value === 'always'
|
16360
|
-
}]
|
16360
|
+
}])
|
16361
16361
|
}, [computedTicks.value])]);
|
16362
16362
|
});
|
16363
16363
|
return {};
|
@@ -16451,7 +16451,7 @@ const VSlider = genericComponent()({
|
|
16451
16451
|
"focused": isFocused.value
|
16452
16452
|
}), {
|
16453
16453
|
...slots,
|
16454
|
-
prepend: hasPrepend ? slotProps =>
|
16454
|
+
prepend: hasPrepend ? slotProps => createElementVNode(Fragment, null, [slots.label?.(slotProps) ?? (props.label ? createVNode(VLabel, {
|
16455
16455
|
"id": slotProps.id.value,
|
16456
16456
|
"class": "v-slider__label",
|
16457
16457
|
"text": props.label
|
@@ -16461,11 +16461,11 @@ const VSlider = genericComponent()({
|
|
16461
16461
|
id,
|
16462
16462
|
messagesId
|
16463
16463
|
} = _ref4;
|
16464
|
-
return
|
16464
|
+
return createElementVNode("div", {
|
16465
16465
|
"class": "v-slider__container",
|
16466
16466
|
"onMousedown": !readonly.value ? onSliderMousedown : undefined,
|
16467
16467
|
"onTouchstartPassive": !readonly.value ? onSliderTouchstart : undefined
|
16468
|
-
}, [
|
16468
|
+
}, [createElementVNode("input", {
|
16469
16469
|
"id": id.value,
|
16470
16470
|
"name": props.name || id.value,
|
16471
16471
|
"disabled": !!props.disabled,
|
@@ -16538,12 +16538,12 @@ const VColorPickerPreview = defineComponent({
|
|
16538
16538
|
});
|
16539
16539
|
} catch (e) {}
|
16540
16540
|
}
|
16541
|
-
useRender(() =>
|
16542
|
-
"class": ['v-color-picker-preview', {
|
16541
|
+
useRender(() => createElementVNode("div", {
|
16542
|
+
"class": normalizeClass(['v-color-picker-preview', {
|
16543
16543
|
'v-color-picker-preview--hide-alpha': props.hideAlpha
|
16544
|
-
}, props.class],
|
16545
|
-
"style": props.style
|
16546
|
-
}, [SUPPORTS_EYE_DROPPER &&
|
16544
|
+
}, props.class]),
|
16545
|
+
"style": normalizeStyle(props.style)
|
16546
|
+
}, [SUPPORTS_EYE_DROPPER && createElementVNode("div", {
|
16547
16547
|
"class": "v-color-picker-preview__eye-dropper",
|
16548
16548
|
"key": "eyeDropper"
|
16549
16549
|
}, [createVNode(VBtn, {
|
@@ -16552,13 +16552,13 @@ const VColorPickerPreview = defineComponent({
|
|
16552
16552
|
"icon": "$eyeDropper",
|
16553
16553
|
"variant": "plain",
|
16554
16554
|
"onClick": openEyeDropper
|
16555
|
-
}, null)]),
|
16555
|
+
}, null)]), createElementVNode("div", {
|
16556
16556
|
"class": "v-color-picker-preview__dot"
|
16557
|
-
}, [
|
16558
|
-
"style": {
|
16557
|
+
}, [createElementVNode("div", {
|
16558
|
+
"style": normalizeStyle({
|
16559
16559
|
background: HSVtoCSS(props.color ?? nullColor)
|
16560
|
-
}
|
16561
|
-
}, null)]),
|
16560
|
+
})
|
16561
|
+
}, null)]), createElementVNode("div", {
|
16562
16562
|
"class": "v-color-picker-preview__sliders"
|
16563
16563
|
}, [createVNode(VSlider, {
|
16564
16564
|
"class": "v-color-picker-preview__track v-color-picker-preview__hue",
|
@@ -16943,24 +16943,24 @@ const VColorPickerSwatches = defineComponent({
|
|
16943
16943
|
let {
|
16944
16944
|
emit
|
16945
16945
|
} = _ref;
|
16946
|
-
useRender(() =>
|
16947
|
-
"class": ['v-color-picker-swatches', props.class],
|
16948
|
-
"style": [{
|
16946
|
+
useRender(() => createElementVNode("div", {
|
16947
|
+
"class": normalizeClass(['v-color-picker-swatches', props.class]),
|
16948
|
+
"style": normalizeStyle([{
|
16949
16949
|
maxHeight: convertToUnit(props.maxHeight)
|
16950
|
-
}, props.style]
|
16951
|
-
}, [
|
16950
|
+
}, props.style])
|
16951
|
+
}, [createElementVNode("div", null, [props.swatches.map(swatch => createElementVNode("div", {
|
16952
16952
|
"class": "v-color-picker-swatches__swatch"
|
16953
16953
|
}, [swatch.map(color => {
|
16954
16954
|
const rgba = parseColor(color);
|
16955
16955
|
const hsva = RGBtoHSV(rgba);
|
16956
16956
|
const background = RGBtoCSS(rgba);
|
16957
|
-
return
|
16957
|
+
return createElementVNode("div", {
|
16958
16958
|
"class": "v-color-picker-swatches__color",
|
16959
16959
|
"onClick": () => hsva && emit('update:color', hsva)
|
16960
|
-
}, [
|
16961
|
-
"style": {
|
16960
|
+
}, [createElementVNode("div", {
|
16961
|
+
"style": normalizeStyle({
|
16962
16962
|
background
|
16963
|
-
}
|
16963
|
+
})
|
16964
16964
|
}, [props.color && deepEqual(props.color, hsva) ? createVNode(VIcon, {
|
16965
16965
|
"size": "x-small",
|
16966
16966
|
"icon": "$success",
|
@@ -17019,8 +17019,8 @@ const VSheet = genericComponent()({
|
|
17019
17019
|
roundedClasses
|
17020
17020
|
} = useRounded(props);
|
17021
17021
|
useRender(() => createVNode(props.tag, {
|
17022
|
-
"class": ['v-sheet', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class],
|
17023
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style]
|
17022
|
+
"class": normalizeClass(['v-sheet', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class]),
|
17023
|
+
"style": normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style])
|
17024
17024
|
}, slots));
|
17025
17025
|
return {};
|
17026
17026
|
}
|
@@ -17059,17 +17059,17 @@ const VPicker = genericComponent()({
|
|
17059
17059
|
}, props.class],
|
17060
17060
|
"style": props.style
|
17061
17061
|
}), {
|
17062
|
-
default: () => [!props.hideHeader &&
|
17062
|
+
default: () => [!props.hideHeader && createElementVNode("div", {
|
17063
17063
|
"key": "header",
|
17064
|
-
"class": [backgroundColorClasses.value],
|
17065
|
-
"style": [backgroundColorStyles.value]
|
17064
|
+
"class": normalizeClass([backgroundColorClasses.value]),
|
17065
|
+
"style": normalizeStyle([backgroundColorStyles.value])
|
17066
17066
|
}, [hasTitle && createVNode(VPickerTitle, {
|
17067
17067
|
"key": "picker-title"
|
17068
17068
|
}, {
|
17069
17069
|
default: () => [slots.title?.() ?? props.title]
|
17070
|
-
}), slots.header &&
|
17070
|
+
}), slots.header && createElementVNode("div", {
|
17071
17071
|
"class": "v-picker__header"
|
17072
|
-
}, [slots.header()])]),
|
17072
|
+
}, [slots.header()])]), createElementVNode("div", {
|
17073
17073
|
"class": "v-picker__body"
|
17074
17074
|
}, [slots.default?.()]), slots.actions && createVNode(VDefaultsProvider, {
|
17075
17075
|
"defaults": {
|
@@ -17079,7 +17079,7 @@ const VPicker = genericComponent()({
|
|
17079
17079
|
}
|
17080
17080
|
}
|
17081
17081
|
}, {
|
17082
|
-
default: () => [
|
17082
|
+
default: () => [createElementVNode("div", {
|
17083
17083
|
"class": "v-picker__actions"
|
17084
17084
|
}, [slots.actions()])]
|
17085
17085
|
})]
|
@@ -17941,7 +17941,7 @@ const VColorPicker = defineComponent({
|
|
17941
17941
|
}, props.style]
|
17942
17942
|
}), {
|
17943
17943
|
...slots,
|
17944
|
-
default: () =>
|
17944
|
+
default: () => createElementVNode(Fragment, null, [!props.hideCanvas && createVNode(VColorPickerCanvas, {
|
17945
17945
|
"key": "canvas",
|
17946
17946
|
"color": currentColor.value,
|
17947
17947
|
"onUpdate:color": updateColor,
|
@@ -17949,7 +17949,7 @@ const VColorPicker = defineComponent({
|
|
17949
17949
|
"dotSize": props.dotSize,
|
17950
17950
|
"width": props.width,
|
17951
17951
|
"height": props.canvasHeight
|
17952
|
-
}, null), (!props.hideSliders || !props.hideInputs) &&
|
17952
|
+
}, null), (!props.hideSliders || !props.hideInputs) && createElementVNode("div", {
|
17953
17953
|
"key": "controls",
|
17954
17954
|
"class": "v-color-picker__controls"
|
17955
17955
|
}, [!props.hideSliders && createVNode(VColorPickerPreview, {
|
@@ -18324,7 +18324,7 @@ const VCombobox = genericComponent()({
|
|
18324
18324
|
"onKeydown": onKeydown
|
18325
18325
|
}), {
|
18326
18326
|
...slots,
|
18327
|
-
default: () =>
|
18327
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VMenu, mergeProps({
|
18328
18328
|
"ref": vMenuRef,
|
18329
18329
|
"modelValue": menu.value,
|
18330
18330
|
"onUpdate:modelValue": $event => menu.value = $event,
|
@@ -18383,7 +18383,7 @@ const VCombobox = genericComponent()({
|
|
18383
18383
|
let {
|
18384
18384
|
isSelected
|
18385
18385
|
} = _ref5;
|
18386
|
-
return
|
18386
|
+
return createElementVNode(Fragment, null, [props.multiple && !props.hideSelected ? createVNode(VCheckboxBtn, {
|
18387
18387
|
"key": item.value,
|
18388
18388
|
"modelValue": isSelected,
|
18389
18389
|
"ripple": false,
|
@@ -18432,10 +18432,10 @@ const VCombobox = genericComponent()({
|
|
18432
18432
|
index
|
18433
18433
|
})) : undefined;
|
18434
18434
|
if (hasSlot && !slotContent) return undefined;
|
18435
|
-
return
|
18435
|
+
return createElementVNode("div", {
|
18436
18436
|
"key": item.value,
|
18437
|
-
"class": ['v-combobox__selection', index === selectionIndex.value && ['v-combobox__selection--selected', textColorClasses.value]],
|
18438
|
-
"style": index === selectionIndex.value ? textColorStyles.value : {}
|
18437
|
+
"class": normalizeClass(['v-combobox__selection', index === selectionIndex.value && ['v-combobox__selection--selected', textColorClasses.value]]),
|
18438
|
+
"style": normalizeStyle(index === selectionIndex.value ? textColorStyles.value : {})
|
18439
18439
|
}, [hasChips.value ? !slots.chip ? createVNode(VChip, mergeProps({
|
18440
18440
|
"key": "chip",
|
18441
18441
|
"closable": props.closableChips,
|
@@ -18453,9 +18453,9 @@ const VCombobox = genericComponent()({
|
|
18453
18453
|
}
|
18454
18454
|
}, {
|
18455
18455
|
default: () => [slotContent]
|
18456
|
-
}) : slotContent ??
|
18456
|
+
}) : slotContent ?? createElementVNode("span", {
|
18457
18457
|
"class": "v-combobox__selection-text"
|
18458
|
-
}, [item.title, props.multiple && index < model.value.length - 1 &&
|
18458
|
+
}, [item.title, props.multiple && index < model.value.length - 1 && createElementVNode("span", {
|
18459
18459
|
"class": "v-combobox__selection-comma"
|
18460
18460
|
}, [createTextVNode(",")])])]);
|
18461
18461
|
})]),
|
@@ -18463,7 +18463,7 @@ const VCombobox = genericComponent()({
|
|
18463
18463
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
18464
18464
|
args[_key] = arguments[_key];
|
18465
18465
|
}
|
18466
|
-
return
|
18466
|
+
return createElementVNode(Fragment, null, [slots['append-inner']?.(...args), (!props.hideNoData || props.items.length) && props.menuIcon ? createVNode(VIcon, {
|
18467
18467
|
"class": "v-combobox__menu-icon",
|
18468
18468
|
"color": vTextFieldRef.value?.fieldIconColor,
|
18469
18469
|
"icon": props.menuIcon,
|
@@ -18551,7 +18551,7 @@ const VConfirmEdit = genericComponent()({
|
|
18551
18551
|
emit('cancel');
|
18552
18552
|
}
|
18553
18553
|
function actions(actionsProps) {
|
18554
|
-
return
|
18554
|
+
return createElementVNode(Fragment, null, [createVNode(VBtn, mergeProps({
|
18555
18555
|
"disabled": isCancelDisabled.value,
|
18556
18556
|
"variant": "text",
|
18557
18557
|
"color": props.color,
|
@@ -18567,7 +18567,7 @@ const VConfirmEdit = genericComponent()({
|
|
18567
18567
|
}
|
18568
18568
|
let actionsUsed = false;
|
18569
18569
|
useRender(() => {
|
18570
|
-
return
|
18570
|
+
return createElementVNode(Fragment, null, [slots.default?.({
|
18571
18571
|
model: internalModel,
|
18572
18572
|
save,
|
18573
18573
|
cancel,
|
@@ -19450,10 +19450,10 @@ const VDataIterator = genericComponent()({
|
|
19450
19450
|
groupedItems: paginatedItems.value
|
19451
19451
|
}));
|
19452
19452
|
useRender(() => createVNode(props.tag, {
|
19453
|
-
"class": ['v-data-iterator', {
|
19453
|
+
"class": normalizeClass(['v-data-iterator', {
|
19454
19454
|
'v-data-iterator--loading': props.loading
|
19455
|
-
}, props.class],
|
19456
|
-
"style": props.style
|
19455
|
+
}, props.class]),
|
19456
|
+
"style": normalizeStyle(props.style)
|
19457
19457
|
}, {
|
19458
19458
|
default: () => [slots.header?.(slotProps.value), createVNode(MaybeTransition, {
|
19459
19459
|
"transition": props.transition
|
@@ -19464,7 +19464,7 @@ const VDataIterator = genericComponent()({
|
|
19464
19464
|
"active": true
|
19465
19465
|
}, {
|
19466
19466
|
default: slotProps => slots.loader?.(slotProps)
|
19467
|
-
}) :
|
19467
|
+
}) : createElementVNode("div", {
|
19468
19468
|
"key": "items"
|
19469
19469
|
}, [!paginatedItems.value.length ? slots['no-data']?.() : slots.default?.(slotProps.value)])]
|
19470
19470
|
}), slots.footer?.(slotProps.value)]
|
@@ -19758,44 +19758,44 @@ const VPagination = genericComponent()({
|
|
19758
19758
|
}
|
19759
19759
|
useRender(() => createVNode(props.tag, {
|
19760
19760
|
"ref": resizeRef,
|
19761
|
-
"class": ['v-pagination', themeClasses.value, props.class],
|
19762
|
-
"style": props.style,
|
19761
|
+
"class": normalizeClass(['v-pagination', themeClasses.value, props.class]),
|
19762
|
+
"style": normalizeStyle(props.style),
|
19763
19763
|
"role": "navigation",
|
19764
19764
|
"aria-label": t(props.ariaLabel),
|
19765
19765
|
"onKeydown": onKeydown,
|
19766
19766
|
"data-test": "v-pagination-root"
|
19767
19767
|
}, {
|
19768
|
-
default: () => [
|
19768
|
+
default: () => [createElementVNode("ul", {
|
19769
19769
|
"class": "v-pagination__list"
|
19770
|
-
}, [props.showFirstLastPage &&
|
19770
|
+
}, [props.showFirstLastPage && createElementVNode("li", {
|
19771
19771
|
"key": "first",
|
19772
19772
|
"class": "v-pagination__first",
|
19773
19773
|
"data-test": "v-pagination-first"
|
19774
19774
|
}, [slots.first ? slots.first(controls.value.first) : createVNode(VBtn, mergeProps({
|
19775
19775
|
"_as": "VPaginationBtn"
|
19776
|
-
}, controls.value.first), null)]),
|
19776
|
+
}, controls.value.first), null)]), createElementVNode("li", {
|
19777
19777
|
"key": "prev",
|
19778
19778
|
"class": "v-pagination__prev",
|
19779
19779
|
"data-test": "v-pagination-prev"
|
19780
19780
|
}, [slots.prev ? slots.prev(controls.value.prev) : createVNode(VBtn, mergeProps({
|
19781
19781
|
"_as": "VPaginationBtn"
|
19782
|
-
}, controls.value.prev), null)]), items.value.map((item, index) =>
|
19782
|
+
}, controls.value.prev), null)]), items.value.map((item, index) => createElementVNode("li", {
|
19783
19783
|
"key": item.key,
|
19784
|
-
"class": ['v-pagination__item', {
|
19784
|
+
"class": normalizeClass(['v-pagination__item', {
|
19785
19785
|
'v-pagination__item--is-active': item.isActive
|
19786
|
-
}],
|
19786
|
+
}]),
|
19787
19787
|
"data-test": "v-pagination-item"
|
19788
19788
|
}, [slots.item ? slots.item(item) : createVNode(VBtn, mergeProps({
|
19789
19789
|
"_as": "VPaginationBtn"
|
19790
19790
|
}, item.props), {
|
19791
19791
|
default: () => [item.page]
|
19792
|
-
})])),
|
19792
|
+
})])), createElementVNode("li", {
|
19793
19793
|
"key": "next",
|
19794
19794
|
"class": "v-pagination__next",
|
19795
19795
|
"data-test": "v-pagination-next"
|
19796
19796
|
}, [slots.next ? slots.next(controls.value.next) : createVNode(VBtn, mergeProps({
|
19797
19797
|
"_as": "VPaginationBtn"
|
19798
|
-
}, controls.value.next), null)]), props.showFirstLastPage &&
|
19798
|
+
}, controls.value.next), null)]), props.showFirstLastPage && createElementVNode("li", {
|
19799
19799
|
"key": "last",
|
19800
19800
|
"class": "v-pagination__last",
|
19801
19801
|
"data-test": "v-pagination-last"
|
@@ -19904,20 +19904,20 @@ const VDataTableFooter = genericComponent()({
|
|
19904
19904
|
}));
|
19905
19905
|
useRender(() => {
|
19906
19906
|
const paginationProps = VPagination.filterProps(props);
|
19907
|
-
return
|
19907
|
+
return createElementVNode("div", {
|
19908
19908
|
"class": "v-data-table-footer"
|
19909
|
-
}, [slots.prepend?.(),
|
19909
|
+
}, [slots.prepend?.(), createElementVNode("div", {
|
19910
19910
|
"class": "v-data-table-footer__items-per-page"
|
19911
|
-
}, [
|
19911
|
+
}, [createElementVNode("span", null, [t(props.itemsPerPageText)]), createVNode(VSelect, {
|
19912
19912
|
"items": itemsPerPageOptions.value,
|
19913
19913
|
"modelValue": itemsPerPage.value,
|
19914
19914
|
"onUpdate:modelValue": v => setItemsPerPage(Number(v)),
|
19915
19915
|
"density": "compact",
|
19916
19916
|
"variant": "outlined",
|
19917
19917
|
"hide-details": true
|
19918
|
-
}, null)]),
|
19918
|
+
}, null)]), createElementVNode("div", {
|
19919
19919
|
"class": "v-data-table-footer__info"
|
19920
|
-
}, [
|
19920
|
+
}, [createElementVNode("div", null, [t(props.pageText, !itemsLength.value ? 0 : startIndex.value + 1, stopIndex.value, itemsLength.value)])]), createElementVNode("div", {
|
19921
19921
|
"class": "v-data-table-footer__pagination"
|
19922
19922
|
}, [createVNode(VPagination, mergeProps({
|
19923
19923
|
"modelValue": page.value,
|
@@ -19960,18 +19960,18 @@ const VDataTableColumn = defineFunctionalComponent({
|
|
19960
19960
|
} = _ref;
|
19961
19961
|
const Tag = props.tag ?? 'td';
|
19962
19962
|
return createVNode(Tag, {
|
19963
|
-
"class": ['v-data-table__td', {
|
19963
|
+
"class": normalizeClass(['v-data-table__td', {
|
19964
19964
|
'v-data-table-column--fixed': props.fixed,
|
19965
19965
|
'v-data-table-column--last-fixed': props.lastFixed,
|
19966
19966
|
'v-data-table-column--no-padding': props.noPadding,
|
19967
19967
|
'v-data-table-column--nowrap': props.nowrap
|
19968
|
-
}, `v-data-table-column--align-${props.align}`],
|
19969
|
-
"style": {
|
19968
|
+
}, `v-data-table-column--align-${props.align}`]),
|
19969
|
+
"style": normalizeStyle({
|
19970
19970
|
height: convertToUnit(props.height),
|
19971
19971
|
width: convertToUnit(props.width),
|
19972
19972
|
maxWidth: convertToUnit(props.maxWidth),
|
19973
19973
|
left: convertToUnit(props.fixedOffset || null)
|
19974
|
-
}
|
19974
|
+
})
|
19975
19975
|
}, {
|
19976
19976
|
default: () => [slots.default?.()]
|
19977
19977
|
});
|
@@ -20381,16 +20381,16 @@ const VDataTableHeaders = genericComponent()({
|
|
20381
20381
|
"onUpdate:modelValue": selectAll
|
20382
20382
|
}, null));
|
20383
20383
|
}
|
20384
|
-
return
|
20384
|
+
return createElementVNode("div", {
|
20385
20385
|
"class": "v-data-table-header__content"
|
20386
|
-
}, [
|
20386
|
+
}, [createElementVNode("span", null, [column.title]), column.sortable && !props.disableSort && createVNode(VIcon, {
|
20387
20387
|
"key": "icon",
|
20388
20388
|
"class": "v-data-table-header__sort-icon",
|
20389
20389
|
"icon": getSortIcon(column)
|
20390
|
-
}, null), props.multiSort && isSorted(column) &&
|
20390
|
+
}, null), props.multiSort && isSorted(column) && createElementVNode("div", {
|
20391
20391
|
"key": "badge",
|
20392
|
-
"class": ['v-data-table-header__sort-badge', ...backgroundColorClasses.value],
|
20393
|
-
"style": backgroundColorStyles.value
|
20392
|
+
"class": normalizeClass(['v-data-table-header__sort-badge', ...backgroundColorClasses.value]),
|
20393
|
+
"style": normalizeStyle(backgroundColorStyles.value)
|
20394
20394
|
}, [sortBy.value.findIndex(x => x.key === column.key) + 1])]);
|
20395
20395
|
}
|
20396
20396
|
});
|
@@ -20409,7 +20409,7 @@ const VDataTableHeaders = genericComponent()({
|
|
20409
20409
|
"class": [...headerCellClasses.value],
|
20410
20410
|
"colspan": headers.value.length + 1
|
20411
20411
|
}, props.headerProps), {
|
20412
|
-
default: () => [
|
20412
|
+
default: () => [createElementVNode("div", {
|
20413
20413
|
"class": "v-data-table-header__content"
|
20414
20414
|
}, [createVNode(VSelect, {
|
20415
20415
|
"chips": true,
|
@@ -20433,7 +20433,7 @@ const VDataTableHeaders = genericComponent()({
|
|
20433
20433
|
}
|
20434
20434
|
}, {
|
20435
20435
|
default: () => [props.item.title, createVNode(VIcon, {
|
20436
|
-
"class": ['v-data-table__td-sort-icon', isSorted(props.item.raw) && 'v-data-table__td-sort-icon-active'],
|
20436
|
+
"class": normalizeClass(['v-data-table__td-sort-icon', isSorted(props.item.raw) && 'v-data-table__td-sort-icon-active']),
|
20437
20437
|
"icon": getSortIcon(props.item.raw),
|
20438
20438
|
"size": "small"
|
20439
20439
|
}, null)]
|
@@ -20442,13 +20442,13 @@ const VDataTableHeaders = genericComponent()({
|
|
20442
20442
|
});
|
20443
20443
|
};
|
20444
20444
|
useRender(() => {
|
20445
|
-
return mobile.value ?
|
20445
|
+
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, {
|
20446
20446
|
"column": column,
|
20447
20447
|
"x": x,
|
20448
20448
|
"y": y
|
20449
|
-
}, null))])), props.loading &&
|
20449
|
+
}, null))])), props.loading && createElementVNode("tr", {
|
20450
20450
|
"class": "v-data-table-progress"
|
20451
|
-
}, [
|
20451
|
+
}, [createElementVNode("th", {
|
20452
20452
|
"colspan": columns.value.length
|
20453
20453
|
}, [createVNode(LoaderSlot, {
|
20454
20454
|
"name": "v-data-table-progress",
|
@@ -20494,11 +20494,11 @@ const VDataTableGroupHeaderRow = genericComponent()({
|
|
20494
20494
|
const rows = computed(() => {
|
20495
20495
|
return extractRows([props.item]);
|
20496
20496
|
});
|
20497
|
-
return () =>
|
20497
|
+
return () => createElementVNode("tr", {
|
20498
20498
|
"class": "v-data-table-group-header-row",
|
20499
|
-
"style": {
|
20499
|
+
"style": normalizeStyle({
|
20500
20500
|
'--v-data-table-group-header-row-depth': props.item.depth
|
20501
|
-
}
|
20501
|
+
})
|
20502
20502
|
}, [columns.value.map(column => {
|
20503
20503
|
if (column.key === 'data-table-group') {
|
20504
20504
|
const icon = isGroupOpen(props.item) ? '$expand' : '$next';
|
@@ -20518,7 +20518,7 @@ const VDataTableGroupHeaderRow = genericComponent()({
|
|
20518
20518
|
"variant": "text",
|
20519
20519
|
"icon": icon,
|
20520
20520
|
"onClick": onClick
|
20521
|
-
}, null),
|
20521
|
+
}, null), createElementVNode("span", null, [props.item.value]), createElementVNode("span", null, [createTextVNode("("), rows.value.length, createTextVNode(")")])]
|
20522
20522
|
});
|
20523
20523
|
}
|
20524
20524
|
if (column.key === 'data-table-select') {
|
@@ -20531,13 +20531,13 @@ const VDataTableGroupHeaderRow = genericComponent()({
|
|
20531
20531
|
indeterminate,
|
20532
20532
|
'onUpdate:modelValue': selectGroup
|
20533
20533
|
}
|
20534
|
-
}) ??
|
20534
|
+
}) ?? createElementVNode("td", null, [createVNode(VCheckboxBtn, {
|
20535
20535
|
"modelValue": modelValue,
|
20536
20536
|
"indeterminate": indeterminate,
|
20537
20537
|
"onUpdate:modelValue": selectGroup
|
20538
20538
|
}, null)]);
|
20539
20539
|
}
|
20540
|
-
return
|
20540
|
+
return createElementVNode("td", null, null);
|
20541
20541
|
})]);
|
20542
20542
|
}
|
20543
20543
|
});
|
@@ -20583,10 +20583,10 @@ const VDataTableRow = genericComponent()({
|
|
20583
20583
|
const {
|
20584
20584
|
columns
|
20585
20585
|
} = useHeaders();
|
20586
|
-
useRender(() =>
|
20587
|
-
"class": ['v-data-table__tr', {
|
20586
|
+
useRender(() => createElementVNode("tr", {
|
20587
|
+
"class": normalizeClass(['v-data-table__tr', {
|
20588
20588
|
'v-data-table__tr--clickable': !!(props.onClick || props.onContextmenu || props.onDblclick)
|
20589
|
-
}, displayClasses.value],
|
20589
|
+
}, displayClasses.value]),
|
20590
20590
|
"onClick": props.onClick,
|
20591
20591
|
"onContextmenu": props.onContextmenu,
|
20592
20592
|
"onDblclick": props.onDblclick
|
@@ -20675,9 +20675,9 @@ const VDataTableRow = genericComponent()({
|
|
20675
20675
|
}
|
20676
20676
|
if (slots[slotName] && !mobile.value) return slots[slotName](slotProps);
|
20677
20677
|
const displayValue = toDisplayString(slotProps.value);
|
20678
|
-
return !mobile.value ? displayValue :
|
20678
|
+
return !mobile.value ? displayValue : createElementVNode(Fragment, null, [createElementVNode("div", {
|
20679
20679
|
"class": "v-data-table__td-title"
|
20680
|
-
}, [slots[headerSlotName]?.(columnSlotProps) ?? column.title]),
|
20680
|
+
}, [slots[headerSlotName]?.(columnSlotProps) ?? column.title]), createElementVNode("div", {
|
20681
20681
|
"class": "v-data-table__td-value"
|
20682
20682
|
}, [slots[slotName]?.(slotProps) ?? displayValue])]);
|
20683
20683
|
}
|
@@ -20740,22 +20740,22 @@ const VDataTableRows = genericComponent()({
|
|
20740
20740
|
} = useDisplay(props);
|
20741
20741
|
useRender(() => {
|
20742
20742
|
if (props.loading && (!props.items.length || slots.loading)) {
|
20743
|
-
return
|
20743
|
+
return createElementVNode("tr", {
|
20744
20744
|
"class": "v-data-table-rows-loading",
|
20745
20745
|
"key": "loading"
|
20746
|
-
}, [
|
20746
|
+
}, [createElementVNode("td", {
|
20747
20747
|
"colspan": columns.value.length
|
20748
20748
|
}, [slots.loading?.() ?? t(props.loadingText)])]);
|
20749
20749
|
}
|
20750
20750
|
if (!props.loading && !props.items.length && !props.hideNoData) {
|
20751
|
-
return
|
20751
|
+
return createElementVNode("tr", {
|
20752
20752
|
"class": "v-data-table-rows-no-data",
|
20753
20753
|
"key": "no-data"
|
20754
|
-
}, [
|
20754
|
+
}, [createElementVNode("td", {
|
20755
20755
|
"colspan": columns.value.length
|
20756
20756
|
}, [slots['no-data']?.() ?? t(props.noDataText)])]);
|
20757
20757
|
}
|
20758
|
-
return
|
20758
|
+
return createElementVNode(Fragment, null, [props.items.map((item, index) => {
|
20759
20759
|
if (item.type === 'group') {
|
20760
20760
|
const slotProps = {
|
20761
20761
|
index,
|
@@ -20800,7 +20800,7 @@ const VDataTableRows = genericComponent()({
|
|
20800
20800
|
internalItem: slotProps.internalItem
|
20801
20801
|
}) : props.rowProps)
|
20802
20802
|
};
|
20803
|
-
return
|
20803
|
+
return createElementVNode(Fragment, {
|
20804
20804
|
"key": itemSlotProps.props.key
|
20805
20805
|
}, [slots.item ? slots.item(itemSlotProps) : createVNode(VDataTableRow, itemSlotProps.props, slots), isExpanded(item) && slots['expanded-row']?.(slotProps)]);
|
20806
20806
|
})]);
|
@@ -20834,22 +20834,22 @@ const VTable = genericComponent()({
|
|
20834
20834
|
densityClasses
|
20835
20835
|
} = useDensity(props);
|
20836
20836
|
useRender(() => createVNode(props.tag, {
|
20837
|
-
"class": ['v-table', {
|
20837
|
+
"class": normalizeClass(['v-table', {
|
20838
20838
|
'v-table--fixed-height': !!props.height,
|
20839
20839
|
'v-table--fixed-header': props.fixedHeader,
|
20840
20840
|
'v-table--fixed-footer': props.fixedFooter,
|
20841
20841
|
'v-table--has-top': !!slots.top,
|
20842
20842
|
'v-table--has-bottom': !!slots.bottom,
|
20843
20843
|
'v-table--hover': props.hover
|
20844
|
-
}, themeClasses.value, densityClasses.value, props.class],
|
20845
|
-
"style": props.style
|
20844
|
+
}, themeClasses.value, densityClasses.value, props.class]),
|
20845
|
+
"style": normalizeStyle(props.style)
|
20846
20846
|
}, {
|
20847
|
-
default: () => [slots.top?.(), slots.default ?
|
20847
|
+
default: () => [slots.top?.(), slots.default ? createElementVNode("div", {
|
20848
20848
|
"class": "v-table__wrapper",
|
20849
|
-
"style": {
|
20849
|
+
"style": normalizeStyle({
|
20850
20850
|
height: convertToUnit(props.height)
|
20851
|
-
}
|
20852
|
-
}, [
|
20851
|
+
})
|
20852
|
+
}, [createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
|
20853
20853
|
}));
|
20854
20854
|
return {};
|
20855
20855
|
}
|
@@ -21102,12 +21102,12 @@ const VDataTable = genericComponent()({
|
|
21102
21102
|
"fixedHeader": props.fixedHeader || props.sticky
|
21103
21103
|
}), {
|
21104
21104
|
top: () => slots.top?.(slotProps.value),
|
21105
|
-
default: () => slots.default ? slots.default(slotProps.value) :
|
21105
|
+
default: () => slots.default ? slots.default(slotProps.value) : createElementVNode(Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && createElementVNode("thead", {
|
21106
21106
|
"key": "thead"
|
21107
|
-
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody &&
|
21107
|
+
}, [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, {
|
21108
21108
|
"items": paginatedItems.value
|
21109
21109
|
}), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
|
21110
|
-
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter &&
|
21110
|
+
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && createElementVNode(Fragment, null, [createVNode(VDivider, null, null), createVNode(VDataTableFooter, dataTableFooterProps, {
|
21111
21111
|
prepend: slots['footer.prepend']
|
21112
21112
|
})])
|
21113
21113
|
});
|
@@ -21278,25 +21278,25 @@ const VDataTableVirtual = genericComponent()({
|
|
21278
21278
|
"fixedHeader": props.fixedHeader || props.sticky
|
21279
21279
|
}), {
|
21280
21280
|
top: () => slots.top?.(slotProps.value),
|
21281
|
-
wrapper: () =>
|
21281
|
+
wrapper: () => createElementVNode("div", {
|
21282
21282
|
"ref": containerRef,
|
21283
21283
|
"onScrollPassive": handleScroll,
|
21284
21284
|
"onScrollend": handleScrollend,
|
21285
21285
|
"class": "v-table__wrapper",
|
21286
|
-
"style": {
|
21286
|
+
"style": normalizeStyle({
|
21287
21287
|
height: convertToUnit(props.height)
|
21288
|
-
}
|
21289
|
-
}, [
|
21288
|
+
})
|
21289
|
+
}, [createElementVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && createElementVNode("thead", {
|
21290
21290
|
"key": "thead"
|
21291
|
-
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody &&
|
21291
|
+
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && createElementVNode("tbody", {
|
21292
21292
|
"key": "tbody"
|
21293
|
-
}, [
|
21293
|
+
}, [createElementVNode("tr", {
|
21294
21294
|
"ref": markerRef,
|
21295
|
-
"style": {
|
21295
|
+
"style": normalizeStyle({
|
21296
21296
|
height: convertToUnit(paddingTop.value),
|
21297
21297
|
border: 0
|
21298
|
-
}
|
21299
|
-
}, [
|
21298
|
+
})
|
21299
|
+
}, [createElementVNode("td", {
|
21300
21300
|
"colspan": columns.value.length,
|
21301
21301
|
"style": {
|
21302
21302
|
height: 0,
|
@@ -21325,12 +21325,12 @@ const VDataTableVirtual = genericComponent()({
|
|
21325
21325
|
}), slots);
|
21326
21326
|
}
|
21327
21327
|
})
|
21328
|
-
}), slots['body.append']?.(slotProps.value),
|
21329
|
-
"style": {
|
21328
|
+
}), slots['body.append']?.(slotProps.value), createElementVNode("tr", {
|
21329
|
+
"style": normalizeStyle({
|
21330
21330
|
height: convertToUnit(paddingBottom.value),
|
21331
21331
|
border: 0
|
21332
|
-
}
|
21333
|
-
}, [
|
21332
|
+
})
|
21333
|
+
}, [createElementVNode("td", {
|
21334
21334
|
"colspan": columns.value.length,
|
21335
21335
|
"style": {
|
21336
21336
|
height: 0,
|
@@ -21503,17 +21503,17 @@ const VDataTableServer = genericComponent()({
|
|
21503
21503
|
"fixedHeader": props.fixedHeader || props.sticky
|
21504
21504
|
}), {
|
21505
21505
|
top: () => slots.top?.(slotProps.value),
|
21506
|
-
default: () => slots.default ? slots.default(slotProps.value) :
|
21506
|
+
default: () => slots.default ? slots.default(slotProps.value) : createElementVNode(Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && createElementVNode("thead", {
|
21507
21507
|
"key": "thead",
|
21508
21508
|
"class": "v-data-table__thead",
|
21509
21509
|
"role": "rowgroup"
|
21510
|
-
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody &&
|
21510
|
+
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && createElementVNode("tbody", {
|
21511
21511
|
"class": "v-data-table__tbody",
|
21512
21512
|
"role": "rowgroup"
|
21513
21513
|
}, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : createVNode(VDataTableRows, mergeProps(attrs, dataTableRowsProps, {
|
21514
21514
|
"items": flatItems.value
|
21515
21515
|
}), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
|
21516
|
-
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter &&
|
21516
|
+
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && createElementVNode(Fragment, null, [createVNode(VDivider, null, null), createVNode(VDataTableFooter, dataTableFooterProps, {
|
21517
21517
|
prepend: slots['footer.prepend']
|
21518
21518
|
})])
|
21519
21519
|
});
|
@@ -21544,10 +21544,10 @@ const VContainer = genericComponent()({
|
|
21544
21544
|
dimensionStyles
|
21545
21545
|
} = useDimension(props);
|
21546
21546
|
useRender(() => createVNode(props.tag, {
|
21547
|
-
"class": ['v-container', {
|
21547
|
+
"class": normalizeClass(['v-container', {
|
21548
21548
|
'v-container--fluid': props.fluid
|
21549
|
-
}, rtlClasses.value, props.class],
|
21550
|
-
"style": [dimensionStyles.value, props.style]
|
21549
|
+
}, rtlClasses.value, props.class]),
|
21550
|
+
"style": normalizeStyle([dimensionStyles.value, props.style])
|
21551
21551
|
}, slots));
|
21552
21552
|
return {};
|
21553
21553
|
}
|
@@ -21866,11 +21866,11 @@ const VDatePickerControls = genericComponent()({
|
|
21866
21866
|
}
|
21867
21867
|
useRender(() => {
|
21868
21868
|
// TODO: add slot support and scope defaults
|
21869
|
-
return
|
21869
|
+
return createElementVNode("div", {
|
21870
21870
|
"class": ['v-date-picker-controls'],
|
21871
|
-
"style": {
|
21871
|
+
"style": normalizeStyle({
|
21872
21872
|
'--v-date-picker-controls-height': convertToUnit(props.controlHeight)
|
21873
|
-
}
|
21873
|
+
})
|
21874
21874
|
}, [createVNode(VBtn, {
|
21875
21875
|
"class": "v-date-picker-controls__month-btn",
|
21876
21876
|
"data-testid": "month-btn",
|
@@ -21887,7 +21887,7 @@ const VDatePickerControls = genericComponent()({
|
|
21887
21887
|
"icon": props.modeIcon,
|
21888
21888
|
"variant": "text",
|
21889
21889
|
"onClick": onClickYear
|
21890
|
-
}, null), createVNode(VSpacer, null, null),
|
21890
|
+
}, null), createVNode(VSpacer, null, null), createElementVNode("div", {
|
21891
21891
|
"class": "v-date-picker-controls__month"
|
21892
21892
|
}, [createVNode(VBtn, {
|
21893
21893
|
"data-testid": "prev-month",
|
@@ -21943,24 +21943,24 @@ const VDatePickerHeader = genericComponent()({
|
|
21943
21943
|
useRender(() => {
|
21944
21944
|
const hasContent = !!(slots.default || props.header);
|
21945
21945
|
const hasAppend = !!(slots.append || props.appendIcon);
|
21946
|
-
return
|
21947
|
-
"class": ['v-date-picker-header', {
|
21946
|
+
return createElementVNode("div", {
|
21947
|
+
"class": normalizeClass(['v-date-picker-header', {
|
21948
21948
|
'v-date-picker-header--clickable': !!props.onClick
|
21949
|
-
}, backgroundColorClasses.value],
|
21950
|
-
"style": backgroundColorStyles.value,
|
21949
|
+
}, backgroundColorClasses.value]),
|
21950
|
+
"style": normalizeStyle(backgroundColorStyles.value),
|
21951
21951
|
"onClick": onClick
|
21952
|
-
}, [slots.prepend &&
|
21952
|
+
}, [slots.prepend && createElementVNode("div", {
|
21953
21953
|
"key": "prepend",
|
21954
21954
|
"class": "v-date-picker-header__prepend"
|
21955
21955
|
}, [slots.prepend()]), hasContent && createVNode(MaybeTransition, {
|
21956
21956
|
"key": "content",
|
21957
21957
|
"name": props.transition
|
21958
21958
|
}, {
|
21959
|
-
default: () => [
|
21959
|
+
default: () => [createElementVNode("div", {
|
21960
21960
|
"key": props.header,
|
21961
21961
|
"class": "v-date-picker-header__content"
|
21962
21962
|
}, [slots.default?.() ?? props.header])]
|
21963
|
-
}), hasAppend &&
|
21963
|
+
}), hasAppend && createElementVNode("div", {
|
21964
21964
|
"class": "v-date-picker-header__append"
|
21965
21965
|
}, [!slots.append ? createVNode(VBtn, {
|
21966
21966
|
"key": "append-btn",
|
@@ -22246,24 +22246,24 @@ const VDatePickerMonth = genericComponent()({
|
|
22246
22246
|
model.value = [value];
|
22247
22247
|
}
|
22248
22248
|
}
|
22249
|
-
useRender(() =>
|
22249
|
+
useRender(() => createElementVNode("div", {
|
22250
22250
|
"class": "v-date-picker-month"
|
22251
|
-
}, [props.showWeek &&
|
22251
|
+
}, [props.showWeek && createElementVNode("div", {
|
22252
22252
|
"key": "weeks",
|
22253
22253
|
"class": "v-date-picker-month__weeks"
|
22254
|
-
}, [!props.hideWeekdays &&
|
22254
|
+
}, [!props.hideWeekdays && createElementVNode("div", {
|
22255
22255
|
"key": "hide-week-days",
|
22256
22256
|
"class": "v-date-picker-month__day"
|
22257
|
-
}, [createTextVNode("\xA0")]), weekNumbers.value.map(week =>
|
22257
|
+
}, [createTextVNode("\xA0")]), weekNumbers.value.map(week => createElementVNode("div", {
|
22258
22258
|
"class": ['v-date-picker-month__day', 'v-date-picker-month__day--adjacent']
|
22259
22259
|
}, [week]))]), createVNode(MaybeTransition, {
|
22260
22260
|
"name": transition.value
|
22261
22261
|
}, {
|
22262
|
-
default: () => [
|
22262
|
+
default: () => [createElementVNode("div", {
|
22263
22263
|
"ref": daysRef,
|
22264
22264
|
"key": daysInMonth.value[0].date?.toString(),
|
22265
22265
|
"class": "v-date-picker-month__days"
|
22266
|
-
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay =>
|
22266
|
+
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => createElementVNode("div", {
|
22267
22267
|
"class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
|
22268
22268
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
22269
22269
|
const slotProps = {
|
@@ -22283,14 +22283,14 @@ const VDatePickerMonth = genericComponent()({
|
|
22283
22283
|
if (atMax.value && !item.isSelected) {
|
22284
22284
|
item.isDisabled = true;
|
22285
22285
|
}
|
22286
|
-
return
|
22287
|
-
"class": ['v-date-picker-month__day', {
|
22286
|
+
return createElementVNode("div", {
|
22287
|
+
"class": normalizeClass(['v-date-picker-month__day', {
|
22288
22288
|
'v-date-picker-month__day--adjacent': item.isAdjacent,
|
22289
22289
|
'v-date-picker-month__day--hide-adjacent': item.isHidden,
|
22290
22290
|
'v-date-picker-month__day--selected': item.isSelected,
|
22291
22291
|
'v-date-picker-month__day--week-end': item.isWeekEnd,
|
22292
22292
|
'v-date-picker-month__day--week-start': item.isWeekStart
|
22293
|
-
}],
|
22293
|
+
}]),
|
22294
22294
|
"data-v-date": !item.isDisabled ? item.isoDate : undefined
|
22295
22295
|
}, [(props.showAdjacentMonths || !item.isAdjacent) && (slots.day?.(slotProps) ?? createVNode(VBtn, slotProps.props, null))]);
|
22296
22296
|
})])]
|
@@ -22340,12 +22340,12 @@ const VDatePickerMonths = genericComponent()({
|
|
22340
22340
|
watchEffect(() => {
|
22341
22341
|
model.value = model.value ?? adapter.getMonth(adapter.date());
|
22342
22342
|
});
|
22343
|
-
useRender(() =>
|
22343
|
+
useRender(() => createElementVNode("div", {
|
22344
22344
|
"class": "v-date-picker-months",
|
22345
|
-
"style": {
|
22345
|
+
"style": normalizeStyle({
|
22346
22346
|
height: convertToUnit(props.height)
|
22347
|
-
}
|
22348
|
-
}, [
|
22347
|
+
})
|
22348
|
+
}, [createElementVNode("div", {
|
22349
22349
|
"class": "v-date-picker-months__content"
|
22350
22350
|
}, [months.value.map((month, i) => {
|
22351
22351
|
const btnProps = {
|
@@ -22431,12 +22431,12 @@ const VDatePickerYears = genericComponent()({
|
|
22431
22431
|
block: 'center'
|
22432
22432
|
});
|
22433
22433
|
});
|
22434
|
-
useRender(() =>
|
22434
|
+
useRender(() => createElementVNode("div", {
|
22435
22435
|
"class": "v-date-picker-years",
|
22436
|
-
"style": {
|
22436
|
+
"style": normalizeStyle({
|
22437
22437
|
height: convertToUnit(props.height)
|
22438
|
-
}
|
22439
|
-
}, [
|
22438
|
+
})
|
22439
|
+
}, [createElementVNode("div", {
|
22440
22440
|
"class": "v-date-picker-years__content"
|
22441
22441
|
}, [years.value.map((year, i) => {
|
22442
22442
|
const btnProps = {
|
@@ -22673,7 +22673,7 @@ const VDatePicker = genericComponent()({
|
|
22673
22673
|
}, rtlClasses.value, props.class],
|
22674
22674
|
"style": props.style
|
22675
22675
|
}), {
|
22676
|
-
title: () => slots.title?.() ??
|
22676
|
+
title: () => slots.title?.() ?? createElementVNode("div", {
|
22677
22677
|
"class": "v-date-picker__title"
|
22678
22678
|
}, [t(props.title)]),
|
22679
22679
|
header: () => slots.header ? createVNode(VDefaultsProvider, {
|
@@ -22692,7 +22692,7 @@ const VDatePicker = genericComponent()({
|
|
22692
22692
|
...slots,
|
22693
22693
|
default: undefined
|
22694
22694
|
}),
|
22695
|
-
default: () =>
|
22695
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VDatePickerControls, mergeProps(datePickerControlsProps, {
|
22696
22696
|
"disabled": disabled.value,
|
22697
22697
|
"text": text.value,
|
22698
22698
|
"onClick:next": onClickNext,
|
@@ -22801,15 +22801,15 @@ const VEmptyState = genericComponent()({
|
|
22801
22801
|
const hasText = !!(slots.text || props.text);
|
22802
22802
|
const hasMedia = !!(slots.media || props.image || props.icon);
|
22803
22803
|
const size = props.size || (props.image ? 200 : 96);
|
22804
|
-
return
|
22805
|
-
"class": ['v-empty-state', {
|
22804
|
+
return createElementVNode("div", {
|
22805
|
+
"class": normalizeClass(['v-empty-state', {
|
22806
22806
|
[`v-empty-state--${props.justify}`]: true
|
22807
|
-
}, themeClasses.value, backgroundColorClasses.value, displayClasses.value, props.class],
|
22808
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, props.style]
|
22809
|
-
}, [hasMedia &&
|
22807
|
+
}, themeClasses.value, backgroundColorClasses.value, displayClasses.value, props.class]),
|
22808
|
+
"style": normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style])
|
22809
|
+
}, [hasMedia && createElementVNode("div", {
|
22810
22810
|
"key": "media",
|
22811
22811
|
"class": "v-empty-state__media"
|
22812
|
-
}, [!slots.media ?
|
22812
|
+
}, [!slots.media ? createElementVNode(Fragment, null, [props.image ? createVNode(VImg, {
|
22813
22813
|
"key": "image",
|
22814
22814
|
"src": props.image,
|
22815
22815
|
"height": size
|
@@ -22832,22 +22832,22 @@ const VEmptyState = genericComponent()({
|
|
22832
22832
|
}
|
22833
22833
|
}, {
|
22834
22834
|
default: () => [slots.media()]
|
22835
|
-
})]), hasHeadline &&
|
22835
|
+
})]), hasHeadline && createElementVNode("div", {
|
22836
22836
|
"key": "headline",
|
22837
22837
|
"class": "v-empty-state__headline"
|
22838
|
-
}, [slots.headline?.() ?? props.headline]), hasTitle &&
|
22838
|
+
}, [slots.headline?.() ?? props.headline]), hasTitle && createElementVNode("div", {
|
22839
22839
|
"key": "title",
|
22840
22840
|
"class": "v-empty-state__title"
|
22841
|
-
}, [slots.title?.() ?? props.title]), hasText &&
|
22841
|
+
}, [slots.title?.() ?? props.title]), hasText && createElementVNode("div", {
|
22842
22842
|
"key": "text",
|
22843
22843
|
"class": "v-empty-state__text",
|
22844
|
-
"style": {
|
22844
|
+
"style": normalizeStyle({
|
22845
22845
|
maxWidth: convertToUnit(props.textWidth)
|
22846
|
-
}
|
22847
|
-
}, [slots.text?.() ?? props.text]), slots.default &&
|
22846
|
+
})
|
22847
|
+
}, [slots.text?.() ?? props.text]), slots.default && createElementVNode("div", {
|
22848
22848
|
"key": "content",
|
22849
22849
|
"class": "v-empty-state__content"
|
22850
|
-
}, [slots.default()]), hasActions &&
|
22850
|
+
}, [slots.default()]), hasActions && createElementVNode("div", {
|
22851
22851
|
"key": "actions",
|
22852
22852
|
"class": "v-empty-state__actions"
|
22853
22853
|
}, [createVNode(VDefaultsProvider, {
|
@@ -22898,10 +22898,10 @@ const VExpansionPanelText = genericComponent()({
|
|
22898
22898
|
useRender(() => createVNode(VExpandTransition, {
|
22899
22899
|
"onAfterLeave": onAfterLeave
|
22900
22900
|
}, {
|
22901
|
-
default: () => [withDirectives(
|
22902
|
-
"class": ['v-expansion-panel-text', props.class],
|
22903
|
-
"style": props.style
|
22904
|
-
}, [slots.default && hasContent.value &&
|
22901
|
+
default: () => [withDirectives(createElementVNode("div", {
|
22902
|
+
"class": normalizeClass(['v-expansion-panel-text', props.class]),
|
22903
|
+
"style": normalizeStyle(props.style)
|
22904
|
+
}, [slots.default && hasContent.value && createElementVNode("div", {
|
22905
22905
|
"class": "v-expansion-panel-text__wrapper"
|
22906
22906
|
}, [slots.default?.()])]), [[vShow, expansionPanel.isSelected.value]])]
|
22907
22907
|
}));
|
@@ -22935,7 +22935,7 @@ const makeVExpansionPanelTitleProps = propsFactory({
|
|
22935
22935
|
const VExpansionPanelTitle = genericComponent()({
|
22936
22936
|
name: 'VExpansionPanelTitle',
|
22937
22937
|
directives: {
|
22938
|
-
Ripple
|
22938
|
+
vRipple: Ripple
|
22939
22939
|
},
|
22940
22940
|
props: makeVExpansionPanelTitleProps(),
|
22941
22941
|
setup(props, _ref) {
|
@@ -22959,19 +22959,19 @@ const VExpansionPanelTitle = genericComponent()({
|
|
22959
22959
|
readonly: props.readonly
|
22960
22960
|
}));
|
22961
22961
|
const icon = toRef(() => expansionPanel.isSelected.value ? props.collapseIcon : props.expandIcon);
|
22962
|
-
useRender(() => withDirectives(
|
22963
|
-
"class": ['v-expansion-panel-title', {
|
22962
|
+
useRender(() => withDirectives(createElementVNode("button", {
|
22963
|
+
"class": normalizeClass(['v-expansion-panel-title', {
|
22964
22964
|
'v-expansion-panel-title--active': expansionPanel.isSelected.value,
|
22965
22965
|
'v-expansion-panel-title--focusable': props.focusable,
|
22966
22966
|
'v-expansion-panel-title--static': props.static
|
22967
|
-
}, backgroundColorClasses.value, props.class],
|
22968
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, props.style],
|
22967
|
+
}, backgroundColorClasses.value, props.class]),
|
22968
|
+
"style": normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style]),
|
22969
22969
|
"type": "button",
|
22970
22970
|
"tabindex": expansionPanel.disabled.value ? -1 : undefined,
|
22971
22971
|
"disabled": expansionPanel.disabled.value,
|
22972
22972
|
"aria-expanded": expansionPanel.isSelected.value,
|
22973
22973
|
"onClick": !props.readonly ? expansionPanel.toggle : undefined
|
22974
|
-
}, [
|
22974
|
+
}, [createElementVNode("span", {
|
22975
22975
|
"class": "v-expansion-panel-title__overlay"
|
22976
22976
|
}, null), slots.default?.(slotProps.value), !props.hideActions && createVNode(VDefaultsProvider, {
|
22977
22977
|
"defaults": {
|
@@ -22980,10 +22980,10 @@ const VExpansionPanelTitle = genericComponent()({
|
|
22980
22980
|
}
|
22981
22981
|
}
|
22982
22982
|
}, {
|
22983
|
-
default: () => [
|
22983
|
+
default: () => [createElementVNode("span", {
|
22984
22984
|
"class": "v-expansion-panel-title__icon"
|
22985
22985
|
}, [slots.actions?.(slotProps.value) ?? createVNode(VIcon, null, null)])]
|
22986
|
-
})]), [[
|
22986
|
+
})]), [[Ripple, props.ripple]]));
|
22987
22987
|
return {};
|
22988
22988
|
}
|
22989
22989
|
});
|
@@ -23040,16 +23040,16 @@ const VExpansionPanel = genericComponent()({
|
|
23040
23040
|
const expansionPanelTitleProps = VExpansionPanelTitle.filterProps(props);
|
23041
23041
|
const expansionPanelTextProps = VExpansionPanelText.filterProps(props);
|
23042
23042
|
return createVNode(props.tag, {
|
23043
|
-
"class": ['v-expansion-panel', {
|
23043
|
+
"class": normalizeClass(['v-expansion-panel', {
|
23044
23044
|
'v-expansion-panel--active': groupItem.isSelected.value,
|
23045
23045
|
'v-expansion-panel--before-active': isBeforeSelected.value,
|
23046
23046
|
'v-expansion-panel--after-active': isAfterSelected.value,
|
23047
23047
|
'v-expansion-panel--disabled': isDisabled.value
|
23048
|
-
}, roundedClasses.value, backgroundColorClasses.value, props.class],
|
23049
|
-
"style": [backgroundColorStyles.value, props.style]
|
23048
|
+
}, roundedClasses.value, backgroundColorClasses.value, props.class]),
|
23049
|
+
"style": normalizeStyle([backgroundColorStyles.value, props.style])
|
23050
23050
|
}, {
|
23051
|
-
default: () => [
|
23052
|
-
"class": ['v-expansion-panel__shadow', ...elevationClasses.value]
|
23051
|
+
default: () => [createElementVNode("div", {
|
23052
|
+
"class": normalizeClass(['v-expansion-panel__shadow', ...elevationClasses.value])
|
23053
23053
|
}, null), createVNode(VDefaultsProvider, {
|
23054
23054
|
"defaults": {
|
23055
23055
|
VExpansionPanelTitle: {
|
@@ -23129,11 +23129,11 @@ const VExpansionPanels = genericComponent()({
|
|
23129
23129
|
}
|
23130
23130
|
});
|
23131
23131
|
useRender(() => createVNode(props.tag, {
|
23132
|
-
"class": ['v-expansion-panels', {
|
23132
|
+
"class": normalizeClass(['v-expansion-panels', {
|
23133
23133
|
'v-expansion-panels--flat': props.flat,
|
23134
23134
|
'v-expansion-panels--tile': props.tile
|
23135
|
-
}, themeClasses.value, variantClass.value, props.class],
|
23136
|
-
"style": props.style
|
23135
|
+
}, themeClasses.value, variantClass.value, props.class]),
|
23136
|
+
"style": normalizeStyle(props.style)
|
23137
23137
|
}, {
|
23138
23138
|
default: () => [slots.default?.({
|
23139
23139
|
prev,
|
@@ -23213,22 +23213,22 @@ const VFab = genericComponent()({
|
|
23213
23213
|
const vFabRef = ref();
|
23214
23214
|
useRender(() => {
|
23215
23215
|
const btnProps = VBtn.filterProps(props);
|
23216
|
-
return
|
23216
|
+
return createElementVNode("div", {
|
23217
23217
|
"ref": vFabRef,
|
23218
|
-
"class": ['v-fab', {
|
23218
|
+
"class": normalizeClass(['v-fab', {
|
23219
23219
|
'v-fab--absolute': props.absolute,
|
23220
23220
|
'v-fab--app': !!props.app,
|
23221
23221
|
'v-fab--extended': props.extended,
|
23222
23222
|
'v-fab--offset': props.offset,
|
23223
23223
|
[`v-fab--${position.value}`]: hasPosition.value,
|
23224
23224
|
[`v-fab--${orientation.value}`]: hasPosition.value
|
23225
|
-
}, props.class],
|
23226
|
-
"style": [props.app ? {
|
23225
|
+
}, props.class]),
|
23226
|
+
"style": normalizeStyle([props.app ? {
|
23227
23227
|
...layoutItemStyles.value
|
23228
23228
|
} : {
|
23229
23229
|
height: props.absolute ? '100%' : 'inherit'
|
23230
|
-
}, props.style]
|
23231
|
-
}, [
|
23230
|
+
}, props.style])
|
23231
|
+
}, [createElementVNode("div", {
|
23232
23232
|
"class": "v-fab__container"
|
23233
23233
|
}, [createVNode(MaybeTransition, {
|
23234
23234
|
"appear": props.appear,
|
@@ -23444,7 +23444,7 @@ const VFileInput = genericComponent()({
|
|
23444
23444
|
...slotProps
|
23445
23445
|
}
|
23446
23446
|
} = _ref4;
|
23447
|
-
return
|
23447
|
+
return createElementVNode(Fragment, null, [createElementVNode("input", mergeProps({
|
23448
23448
|
"ref": inputRef,
|
23449
23449
|
"type": "file",
|
23450
23450
|
"readonly": isReadonly.value,
|
@@ -23464,8 +23464,8 @@ const VFileInput = genericComponent()({
|
|
23464
23464
|
"onDragleave": onDragleave,
|
23465
23465
|
"onFocus": onFocus,
|
23466
23466
|
"onBlur": blur
|
23467
|
-
}, slotProps, inputAttrs), null),
|
23468
|
-
"class": fieldClass
|
23467
|
+
}, slotProps, inputAttrs), null), createElementVNode("div", {
|
23468
|
+
"class": normalizeClass(fieldClass)
|
23469
23469
|
}, [!!model.value?.length && !props.hideInput && (slots.selection ? slots.selection({
|
23470
23470
|
fileNames: fileNames.value,
|
23471
23471
|
totalBytes: totalBytes.value,
|
@@ -23478,7 +23478,7 @@ const VFileInput = genericComponent()({
|
|
23478
23478
|
}
|
23479
23479
|
});
|
23480
23480
|
},
|
23481
|
-
details: hasDetails ? slotProps =>
|
23481
|
+
details: hasDetails ? slotProps => createElementVNode(Fragment, null, [slots.details?.(slotProps), hasCounter && createElementVNode(Fragment, null, [createElementVNode("span", null, null), createVNode(VCounter, {
|
23482
23482
|
"active": !!model.value?.length,
|
23483
23483
|
"value": counterValue.value,
|
23484
23484
|
"disabled": props.disabled
|
@@ -23554,10 +23554,10 @@ const VFooter = genericComponent()({
|
|
23554
23554
|
});
|
23555
23555
|
useRender(() => createVNode(props.tag, {
|
23556
23556
|
"ref": resizeRef,
|
23557
|
-
"class": ['v-footer', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
23558
|
-
"style": [backgroundColorStyles.value, props.app ? layoutItemStyles.value : {
|
23557
|
+
"class": normalizeClass(['v-footer', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
|
23558
|
+
"style": normalizeStyle([backgroundColorStyles.value, props.app ? layoutItemStyles.value : {
|
23559
23559
|
height: convertToUnit(props.height)
|
23560
|
-
}, props.style]
|
23560
|
+
}, props.style])
|
23561
23561
|
}, slots));
|
23562
23562
|
return {};
|
23563
23563
|
}
|
@@ -23606,10 +23606,10 @@ const VForm = genericComponent()({
|
|
23606
23606
|
}
|
23607
23607
|
e.preventDefault();
|
23608
23608
|
}
|
23609
|
-
useRender(() =>
|
23609
|
+
useRender(() => createElementVNode("form", {
|
23610
23610
|
"ref": formRef,
|
23611
|
-
"class": ['v-form', props.class],
|
23612
|
-
"style": props.style,
|
23611
|
+
"class": normalizeClass(['v-form', props.class]),
|
23612
|
+
"style": normalizeStyle(props.style),
|
23613
23613
|
"novalidate": true,
|
23614
23614
|
"onReset": onReset,
|
23615
23615
|
"onSubmit": onSubmit
|
@@ -23706,11 +23706,11 @@ const VInfiniteScrollIntersect = defineComponent({
|
|
23706
23706
|
watch(isIntersecting, async val => {
|
23707
23707
|
emit('intersect', props.side, val);
|
23708
23708
|
});
|
23709
|
-
useRender(() =>
|
23709
|
+
useRender(() => createElementVNode("div", {
|
23710
23710
|
"class": "v-infinite-scroll-intersect",
|
23711
|
-
"style": {
|
23711
|
+
"style": normalizeStyle({
|
23712
23712
|
'--v-infinite-margin-size': props.rootMargin
|
23713
|
-
},
|
23713
|
+
}),
|
23714
23714
|
"ref": intersectionRef
|
23715
23715
|
}, [createTextVNode("\xA0")]));
|
23716
23716
|
return {};
|
@@ -23822,7 +23822,7 @@ const VInfiniteScroll = genericComponent()({
|
|
23822
23822
|
}
|
23823
23823
|
};
|
23824
23824
|
if (status === 'error') return slots.error?.(slotProps);
|
23825
|
-
if (status === 'empty') return slots.empty?.(slotProps) ??
|
23825
|
+
if (status === 'empty') return slots.empty?.(slotProps) ?? createElementVNode("div", null, [t(props.emptyText)]);
|
23826
23826
|
if (props.mode === 'manual') {
|
23827
23827
|
if (status === 'loading') {
|
23828
23828
|
return slots.loading?.(slotProps) ?? createVNode(VProgressCircular, {
|
@@ -23853,13 +23853,13 @@ const VInfiniteScroll = genericComponent()({
|
|
23853
23853
|
const intersectMode = props.mode === 'intersect';
|
23854
23854
|
return createVNode(Tag, {
|
23855
23855
|
"ref": rootEl,
|
23856
|
-
"class": ['v-infinite-scroll', `v-infinite-scroll--${props.direction}`, {
|
23856
|
+
"class": normalizeClass(['v-infinite-scroll', `v-infinite-scroll--${props.direction}`, {
|
23857
23857
|
'v-infinite-scroll--start': hasStartIntersect,
|
23858
23858
|
'v-infinite-scroll--end': hasEndIntersect
|
23859
|
-
}],
|
23860
|
-
"style": dimensionStyles.value
|
23859
|
+
}]),
|
23860
|
+
"style": normalizeStyle(dimensionStyles.value)
|
23861
23861
|
}, {
|
23862
|
-
default: () => [
|
23862
|
+
default: () => [createElementVNode("div", {
|
23863
23863
|
"class": "v-infinite-scroll__side"
|
23864
23864
|
}, [renderSide('start', startStatus.value)]), hasStartIntersect && intersectMode && createVNode(VInfiniteScrollIntersect, {
|
23865
23865
|
"key": "start",
|
@@ -23871,7 +23871,7 @@ const VInfiniteScroll = genericComponent()({
|
|
23871
23871
|
"side": "end",
|
23872
23872
|
"onIntersect": handleIntersect,
|
23873
23873
|
"rootMargin": margin.value
|
23874
|
-
}, null),
|
23874
|
+
}, null), createElementVNode("div", {
|
23875
23875
|
"class": "v-infinite-scroll__side"
|
23876
23876
|
}, [renderSide('end', endStatus.value)])]
|
23877
23877
|
});
|
@@ -23911,8 +23911,8 @@ const VItemGroup = genericComponent()({
|
|
23911
23911
|
selected
|
23912
23912
|
} = useGroup(props, VItemGroupSymbol);
|
23913
23913
|
return () => createVNode(props.tag, {
|
23914
|
-
"class": ['v-item-group', themeClasses.value, props.class],
|
23915
|
-
"style": props.style
|
23914
|
+
"class": normalizeClass(['v-item-group', themeClasses.value, props.class]),
|
23915
|
+
"style": normalizeStyle(props.style)
|
23916
23916
|
}, {
|
23917
23917
|
default: () => [slots.default?.({
|
23918
23918
|
isSelected,
|
@@ -23980,10 +23980,10 @@ const VLayout = genericComponent()({
|
|
23980
23980
|
const {
|
23981
23981
|
dimensionStyles
|
23982
23982
|
} = useDimension(props);
|
23983
|
-
useRender(() =>
|
23983
|
+
useRender(() => createElementVNode("div", {
|
23984
23984
|
"ref": layoutRef,
|
23985
|
-
"class": [layoutClasses.value, props.class],
|
23986
|
-
"style": [dimensionStyles.value, layoutStyles.value, props.style]
|
23985
|
+
"class": normalizeClass([layoutClasses.value, props.class]),
|
23986
|
+
"style": normalizeStyle([dimensionStyles.value, layoutStyles.value, props.style])
|
23987
23987
|
}, [slots.default?.()]));
|
23988
23988
|
return {
|
23989
23989
|
getLayoutItem,
|
@@ -24025,9 +24025,9 @@ const VLayoutItem = genericComponent()({
|
|
24025
24025
|
active: toRef(() => props.modelValue),
|
24026
24026
|
absolute: toRef(() => props.absolute)
|
24027
24027
|
});
|
24028
|
-
return () =>
|
24029
|
-
"class": ['v-layout-item', props.class],
|
24030
|
-
"style": [layoutItemStyles.value, props.style]
|
24028
|
+
return () => createElementVNode("div", {
|
24029
|
+
"class": normalizeClass(['v-layout-item', props.class]),
|
24030
|
+
"style": normalizeStyle([layoutItemStyles.value, props.style])
|
24031
24031
|
}, [slots.default?.()]);
|
24032
24032
|
}
|
24033
24033
|
});
|
@@ -24056,7 +24056,7 @@ const makeVLazyProps = propsFactory({
|
|
24056
24056
|
const VLazy = genericComponent()({
|
24057
24057
|
name: 'VLazy',
|
24058
24058
|
directives: {
|
24059
|
-
|
24059
|
+
vIntersect: Intersect
|
24060
24060
|
},
|
24061
24061
|
props: makeVLazyProps(),
|
24062
24062
|
emits: {
|
@@ -24075,8 +24075,8 @@ const VLazy = genericComponent()({
|
|
24075
24075
|
isActive.value = isIntersecting;
|
24076
24076
|
}
|
24077
24077
|
useRender(() => withDirectives(createVNode(props.tag, {
|
24078
|
-
"class": ['v-lazy', props.class],
|
24079
|
-
"style": [dimensionStyles.value, props.style]
|
24078
|
+
"class": normalizeClass(['v-lazy', props.class]),
|
24079
|
+
"style": normalizeStyle([dimensionStyles.value, props.style])
|
24080
24080
|
}, {
|
24081
24081
|
default: () => [isActive.value && createVNode(MaybeTransition, {
|
24082
24082
|
"transition": props.transition,
|
@@ -24084,7 +24084,7 @@ const VLazy = genericComponent()({
|
|
24084
24084
|
}, {
|
24085
24085
|
default: () => [slots.default?.()]
|
24086
24086
|
})]
|
24087
|
-
}), [[
|
24087
|
+
}), [[Intersect, {
|
24088
24088
|
handler: onIntersect,
|
24089
24089
|
options: props.options
|
24090
24090
|
}, null]]));
|
@@ -24112,9 +24112,9 @@ const VLocaleProvider = genericComponent()({
|
|
24112
24112
|
const {
|
24113
24113
|
rtlClasses
|
24114
24114
|
} = provideLocale(props);
|
24115
|
-
useRender(() =>
|
24116
|
-
"class": ['v-locale-provider', rtlClasses.value, props.class],
|
24117
|
-
"style": props.style
|
24115
|
+
useRender(() => createElementVNode("div", {
|
24116
|
+
"class": normalizeClass(['v-locale-provider', rtlClasses.value, props.class]),
|
24117
|
+
"style": normalizeStyle(props.style)
|
24118
24118
|
}, [slots.default?.()]));
|
24119
24119
|
return {};
|
24120
24120
|
}
|
@@ -24145,12 +24145,12 @@ const VMain = genericComponent()({
|
|
24145
24145
|
ssrBootStyles
|
24146
24146
|
} = useSsrBoot();
|
24147
24147
|
useRender(() => createVNode(props.tag, {
|
24148
|
-
"class": ['v-main', {
|
24148
|
+
"class": normalizeClass(['v-main', {
|
24149
24149
|
'v-main--scrollable': props.scrollable
|
24150
|
-
}, props.class],
|
24151
|
-
"style": [mainStyles.value, ssrBootStyles.value, dimensionStyles.value, props.style]
|
24150
|
+
}, props.class]),
|
24151
|
+
"style": normalizeStyle([mainStyles.value, ssrBootStyles.value, dimensionStyles.value, props.style])
|
24152
24152
|
}, {
|
24153
|
-
default: () => [props.scrollable ?
|
24153
|
+
default: () => [props.scrollable ? createElementVNode("div", {
|
24154
24154
|
"class": "v-main__scroller"
|
24155
24155
|
}, [slots.default?.()]) : slots.default?.()]
|
24156
24156
|
}));
|
@@ -24661,7 +24661,7 @@ const VNavigationDrawer = genericComponent()({
|
|
24661
24661
|
});
|
24662
24662
|
useRender(() => {
|
24663
24663
|
const hasImage = slots.image || props.image;
|
24664
|
-
return
|
24664
|
+
return createElementVNode(Fragment, null, [createVNode(props.tag, mergeProps({
|
24665
24665
|
"ref": rootEl,
|
24666
24666
|
"onMouseenter": runOpenDelay,
|
24667
24667
|
"onMouseleave": runCloseDelay,
|
@@ -24677,7 +24677,7 @@ const VNavigationDrawer = genericComponent()({
|
|
24677
24677
|
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, displayClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
24678
24678
|
"style": [backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, stickyStyles.value, props.style]
|
24679
24679
|
}, scopeId, attrs), {
|
24680
|
-
default: () => [hasImage &&
|
24680
|
+
default: () => [hasImage && createElementVNode("div", {
|
24681
24681
|
"key": "image",
|
24682
24682
|
"class": "v-navigation-drawer__img"
|
24683
24683
|
}, [!slots.image ? createVNode(VImg, {
|
@@ -24697,17 +24697,17 @@ const VNavigationDrawer = genericComponent()({
|
|
24697
24697
|
src: props.image
|
24698
24698
|
}
|
24699
24699
|
}
|
24700
|
-
}, slots.image)]), slots.prepend &&
|
24700
|
+
}, slots.image)]), slots.prepend && createElementVNode("div", {
|
24701
24701
|
"class": "v-navigation-drawer__prepend"
|
24702
|
-
}, [slots.prepend?.()]),
|
24702
|
+
}, [slots.prepend?.()]), createElementVNode("div", {
|
24703
24703
|
"class": "v-navigation-drawer__content"
|
24704
|
-
}, [slots.default?.()]), slots.append &&
|
24704
|
+
}, [slots.default?.()]), slots.append && createElementVNode("div", {
|
24705
24705
|
"class": "v-navigation-drawer__append"
|
24706
24706
|
}, [slots.append?.()])]
|
24707
24707
|
}), createVNode(Transition, {
|
24708
24708
|
"name": "fade-transition"
|
24709
24709
|
}, {
|
24710
|
-
default: () => [isTemporary.value && (isDragging.value || isActive.value) && !!props.scrim &&
|
24710
|
+
default: () => [isTemporary.value && (isDragging.value || isActive.value) && !!props.scrim && createElementVNode("div", mergeProps({
|
24711
24711
|
"class": ['v-navigation-drawer__scrim', scrimColor.backgroundColorClasses.value],
|
24712
24712
|
"style": [scrimStyles.value, scrimColor.backgroundColorStyles.value],
|
24713
24713
|
"onClick": () => {
|
@@ -25078,7 +25078,7 @@ const VNumberInput = genericComponent()({
|
|
25078
25078
|
});
|
25079
25079
|
}
|
25080
25080
|
function controlNode() {
|
25081
|
-
return
|
25081
|
+
return createElementVNode("div", {
|
25082
25082
|
"class": "v-number-input__control"
|
25083
25083
|
}, [decrementControlNode(), createVNode(VDivider, {
|
25084
25084
|
"vertical": controlVariant.value !== 'stacked'
|
@@ -25089,17 +25089,17 @@ const VNumberInput = genericComponent()({
|
|
25089
25089
|
"vertical": true
|
25090
25090
|
}, null) : undefined;
|
25091
25091
|
}
|
25092
|
-
const appendInnerControl = controlVariant.value === 'split' ?
|
25092
|
+
const appendInnerControl = controlVariant.value === 'split' ? createElementVNode("div", {
|
25093
25093
|
"class": "v-number-input__control"
|
25094
25094
|
}, [createVNode(VDivider, {
|
25095
25095
|
"vertical": true
|
25096
|
-
}, null), incrementControlNode()]) : props.reverse || controlVariant.value === 'hidden' ? undefined :
|
25096
|
+
}, null), incrementControlNode()]) : props.reverse || controlVariant.value === 'hidden' ? undefined : createElementVNode(Fragment, null, [dividerNode(), controlNode()]);
|
25097
25097
|
const hasAppendInner = slots['append-inner'] || appendInnerControl;
|
25098
|
-
const prependInnerControl = controlVariant.value === 'split' ?
|
25098
|
+
const prependInnerControl = controlVariant.value === 'split' ? createElementVNode("div", {
|
25099
25099
|
"class": "v-number-input__control"
|
25100
25100
|
}, [decrementControlNode(), createVNode(VDivider, {
|
25101
25101
|
"vertical": true
|
25102
|
-
}, null)]) : props.reverse && controlVariant.value !== 'hidden' ?
|
25102
|
+
}, null)]) : props.reverse && controlVariant.value !== 'hidden' ? createElementVNode(Fragment, null, [controlNode(), dividerNode()]) : undefined;
|
25103
25103
|
const hasPrependInner = slots['prepend-inner'] || prependInnerControl;
|
25104
25104
|
return createVNode(VTextField, mergeProps({
|
25105
25105
|
"ref": vTextFieldRef,
|
@@ -25127,13 +25127,13 @@ const VNumberInput = genericComponent()({
|
|
25127
25127
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
25128
25128
|
args[_key] = arguments[_key];
|
25129
25129
|
}
|
25130
|
-
return
|
25130
|
+
return createElementVNode(Fragment, null, [slots['append-inner']?.(...args), appendInnerControl]);
|
25131
25131
|
} : undefined,
|
25132
25132
|
'prepend-inner': hasPrependInner ? function () {
|
25133
25133
|
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
25134
25134
|
args[_key2] = arguments[_key2];
|
25135
25135
|
}
|
25136
|
-
return
|
25136
|
+
return createElementVNode(Fragment, null, [prependInnerControl, slots['prepend-inner']?.(...args)]);
|
25137
25137
|
} : undefined
|
25138
25138
|
});
|
25139
25139
|
});
|
@@ -25297,16 +25297,16 @@ const VOtpInput = genericComponent()({
|
|
25297
25297
|
});
|
25298
25298
|
useRender(() => {
|
25299
25299
|
const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
|
25300
|
-
return
|
25300
|
+
return createElementVNode("div", mergeProps({
|
25301
25301
|
"class": ['v-otp-input', {
|
25302
25302
|
'v-otp-input--divided': !!props.divider
|
25303
25303
|
}, props.class],
|
25304
25304
|
"style": [props.style]
|
25305
|
-
}, rootAttrs), [
|
25305
|
+
}, rootAttrs), [createElementVNode("div", {
|
25306
25306
|
"ref": contentRef,
|
25307
25307
|
"class": "v-otp-input__content",
|
25308
|
-
"style": [dimensionStyles.value]
|
25309
|
-
}, [fields.value.map((_, i) =>
|
25308
|
+
"style": normalizeStyle([dimensionStyles.value])
|
25309
|
+
}, [fields.value.map((_, i) => createElementVNode(Fragment, null, [props.divider && i !== 0 && createElementVNode("span", {
|
25310
25310
|
"class": "v-otp-input__divider"
|
25311
25311
|
}, [props.divider]), createVNode(VField, {
|
25312
25312
|
"focused": isFocused.value && props.focusAll || focusIndex.value === i,
|
@@ -25315,7 +25315,7 @@ const VOtpInput = genericComponent()({
|
|
25315
25315
|
...slots,
|
25316
25316
|
loader: undefined,
|
25317
25317
|
default: () => {
|
25318
|
-
return
|
25318
|
+
return createElementVNode("input", {
|
25319
25319
|
"ref": val => inputRef.value[i] = val,
|
25320
25320
|
"aria-label": t(props.label, i + 1),
|
25321
25321
|
"autofocus": i === 0 && props.autofocus,
|
@@ -25335,7 +25335,7 @@ const VOtpInput = genericComponent()({
|
|
25335
25335
|
"onPaste": event => onPaste(i, event)
|
25336
25336
|
}, null);
|
25337
25337
|
}
|
25338
|
-
})])),
|
25338
|
+
})])), createElementVNode("input", mergeProps({
|
25339
25339
|
"class": "v-otp-input-input",
|
25340
25340
|
"type": "hidden"
|
25341
25341
|
}, inputAttrs, {
|
@@ -25440,10 +25440,10 @@ const VParallax = genericComponent()({
|
|
25440
25440
|
});
|
25441
25441
|
}
|
25442
25442
|
useRender(() => createVNode(VImg, {
|
25443
|
-
"class": ['v-parallax', {
|
25443
|
+
"class": normalizeClass(['v-parallax', {
|
25444
25444
|
'v-parallax--active': isIntersecting.value
|
25445
|
-
}, props.class],
|
25446
|
-
"style": props.style,
|
25445
|
+
}, props.class]),
|
25446
|
+
"style": normalizeStyle(props.style),
|
25447
25447
|
"ref": root,
|
25448
25448
|
"cover": true,
|
25449
25449
|
"onLoadstart": onScroll,
|
@@ -25543,7 +25543,7 @@ const VRadioGroup = genericComponent()({
|
|
25543
25543
|
isDisabled,
|
25544
25544
|
isReadonly
|
25545
25545
|
} = _ref2;
|
25546
|
-
return
|
25546
|
+
return createElementVNode(Fragment, null, [label && createVNode(VLabel, {
|
25547
25547
|
"id": id.value
|
25548
25548
|
}, {
|
25549
25549
|
default: () => [label]
|
@@ -25681,7 +25681,7 @@ const VRangeSlider = genericComponent()({
|
|
25681
25681
|
"focused": isFocused.value
|
25682
25682
|
}), {
|
25683
25683
|
...slots,
|
25684
|
-
prepend: hasPrepend ? slotProps =>
|
25684
|
+
prepend: hasPrepend ? slotProps => createElementVNode(Fragment, null, [slots.label?.(slotProps) ?? (props.label ? createVNode(VLabel, {
|
25685
25685
|
"class": "v-slider__label",
|
25686
25686
|
"text": props.label
|
25687
25687
|
}, null) : undefined), slots.prepend?.(slotProps)]) : undefined,
|
@@ -25690,18 +25690,18 @@ const VRangeSlider = genericComponent()({
|
|
25690
25690
|
id,
|
25691
25691
|
messagesId
|
25692
25692
|
} = _ref4;
|
25693
|
-
return
|
25693
|
+
return createElementVNode("div", {
|
25694
25694
|
"class": "v-slider__container",
|
25695
25695
|
"onMousedown": !readonly.value ? onSliderMousedown : undefined,
|
25696
25696
|
"onTouchstartPassive": !readonly.value ? onSliderTouchstart : undefined
|
25697
|
-
}, [
|
25697
|
+
}, [createElementVNode("input", {
|
25698
25698
|
"id": `${id.value}_start`,
|
25699
25699
|
"name": props.name || id.value,
|
25700
25700
|
"disabled": !!props.disabled,
|
25701
25701
|
"readonly": !!props.readonly,
|
25702
25702
|
"tabindex": "-1",
|
25703
25703
|
"value": model.value[0]
|
25704
|
-
}, null),
|
25704
|
+
}, null), createElementVNode("input", {
|
25705
25705
|
"id": `${id.value}_stop`,
|
25706
25706
|
"name": props.name || id.value,
|
25707
25707
|
"disabled": !!props.disabled,
|
@@ -25900,16 +25900,16 @@ const VRating = genericComponent()({
|
|
25900
25900
|
size: props.size,
|
25901
25901
|
variant: 'plain'
|
25902
25902
|
};
|
25903
|
-
return
|
25903
|
+
return createElementVNode(Fragment, null, [createElementVNode("label", {
|
25904
25904
|
"for": id,
|
25905
|
-
"class": {
|
25905
|
+
"class": normalizeClass({
|
25906
25906
|
'v-rating__item--half': props.halfIncrements && value % 1 > 0,
|
25907
25907
|
'v-rating__item--full': props.halfIncrements && value % 1 === 0
|
25908
|
-
},
|
25908
|
+
}),
|
25909
25909
|
"onMouseenter": onMouseenter,
|
25910
25910
|
"onMouseleave": onMouseleave,
|
25911
25911
|
"onClick": onClick
|
25912
|
-
}, [
|
25912
|
+
}, [createElementVNode("span", {
|
25913
25913
|
"class": "v-rating__hidden"
|
25914
25914
|
}, [t(props.itemAriaLabel, value, props.length)]), !showStar ? undefined : slots.item ? slots.item({
|
25915
25915
|
...itemState.value[index],
|
@@ -25919,7 +25919,7 @@ const VRating = genericComponent()({
|
|
25919
25919
|
rating: normalizedValue.value
|
25920
25920
|
}) : createVNode(VBtn, mergeProps({
|
25921
25921
|
"aria-label": t(props.itemAriaLabel, value, props.length)
|
25922
|
-
}, btnProps), null)]),
|
25922
|
+
}, btnProps), null)]), createElementVNode("input", {
|
25923
25923
|
"class": "v-rating__hidden",
|
25924
25924
|
"name": name.value,
|
25925
25925
|
"id": id,
|
@@ -25933,31 +25933,31 @@ const VRating = genericComponent()({
|
|
25933
25933
|
}
|
25934
25934
|
function createLabel(labelProps) {
|
25935
25935
|
if (slots['item-label']) return slots['item-label'](labelProps);
|
25936
|
-
if (labelProps.label) return
|
25937
|
-
return
|
25936
|
+
if (labelProps.label) return createElementVNode("span", null, [labelProps.label]);
|
25937
|
+
return createElementVNode("span", null, [createTextVNode("\xA0")]);
|
25938
25938
|
}
|
25939
25939
|
useRender(() => {
|
25940
25940
|
const hasLabels = !!props.itemLabels?.length || slots['item-label'];
|
25941
25941
|
return createVNode(props.tag, {
|
25942
|
-
"class": ['v-rating', {
|
25942
|
+
"class": normalizeClass(['v-rating', {
|
25943
25943
|
'v-rating--hover': props.hover,
|
25944
25944
|
'v-rating--readonly': props.readonly
|
25945
|
-
}, themeClasses.value, props.class],
|
25946
|
-
"style": props.style
|
25945
|
+
}, themeClasses.value, props.class]),
|
25946
|
+
"style": normalizeStyle(props.style)
|
25947
25947
|
}, {
|
25948
25948
|
default: () => [createVNode(VRatingItem, {
|
25949
25949
|
"value": 0,
|
25950
25950
|
"index": -1,
|
25951
25951
|
"showStar": false
|
25952
|
-
}, null), range.value.map((value, i) =>
|
25952
|
+
}, null), range.value.map((value, i) => createElementVNode("div", {
|
25953
25953
|
"class": "v-rating__wrapper"
|
25954
25954
|
}, [hasLabels && props.itemLabelPosition === 'top' ? createLabel({
|
25955
25955
|
value,
|
25956
25956
|
index: i,
|
25957
25957
|
label: props.itemLabels?.[i]
|
25958
|
-
}) : undefined,
|
25958
|
+
}) : undefined, createElementVNode("div", {
|
25959
25959
|
"class": "v-rating__item"
|
25960
|
-
}, [props.halfIncrements ?
|
25960
|
+
}, [props.halfIncrements ? createElementVNode(Fragment, null, [createVNode(VRatingItem, {
|
25961
25961
|
"value": value - 0.5,
|
25962
25962
|
"index": i * 2
|
25963
25963
|
}, null), createVNode(VRatingItem, {
|
@@ -26014,8 +26014,8 @@ const rootTypes = {
|
|
26014
26014
|
};
|
26015
26015
|
function genBone(type) {
|
26016
26016
|
let children = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
26017
|
-
return
|
26018
|
-
"class": ['v-skeleton-loader__bone', `v-skeleton-loader__${type}`]
|
26017
|
+
return createElementVNode("div", {
|
26018
|
+
"class": normalizeClass(['v-skeleton-loader__bone', `v-skeleton-loader__${type}`])
|
26019
26019
|
}, [children]);
|
26020
26020
|
}
|
26021
26021
|
function genBones(bone) {
|
@@ -26101,7 +26101,7 @@ const VSkeletonLoader = genericComponent()({
|
|
26101
26101
|
ariaLabel: t(props.loadingText),
|
26102
26102
|
role: 'alert'
|
26103
26103
|
};
|
26104
|
-
return
|
26104
|
+
return createElementVNode("div", mergeProps({
|
26105
26105
|
"class": ['v-skeleton-loader', {
|
26106
26106
|
'v-skeleton-loader--boilerplate': props.boilerplate
|
26107
26107
|
}, themeClasses.value, backgroundColorClasses.value, elevationClasses.value],
|
@@ -26307,7 +26307,7 @@ const VSnackbar = genericComponent()({
|
|
26307
26307
|
"onTouchend": onTouchend,
|
26308
26308
|
"onAfterLeave": onAfterLeave
|
26309
26309
|
}, scopeId), {
|
26310
|
-
default: () => [genOverlays(false, 'v-snackbar'), props.timer && !isHovering.value &&
|
26310
|
+
default: () => [genOverlays(false, 'v-snackbar'), props.timer && !isHovering.value && createElementVNode("div", {
|
26311
26311
|
"key": "timer",
|
26312
26312
|
"class": "v-snackbar__timer"
|
26313
26313
|
}, [createVNode(VProgressLinear, {
|
@@ -26315,7 +26315,7 @@ const VSnackbar = genericComponent()({
|
|
26315
26315
|
"color": typeof props.timer === 'string' ? props.timer : 'info',
|
26316
26316
|
"max": props.timeout,
|
26317
26317
|
"model-value": countdown.time.value
|
26318
|
-
}, null)]), hasContent &&
|
26318
|
+
}, null)]), hasContent && createElementVNode("div", {
|
26319
26319
|
"key": "content",
|
26320
26320
|
"class": "v-snackbar__content",
|
26321
26321
|
"role": "status",
|
@@ -26329,7 +26329,7 @@ const VSnackbar = genericComponent()({
|
|
26329
26329
|
}
|
26330
26330
|
}
|
26331
26331
|
}, {
|
26332
|
-
default: () => [
|
26332
|
+
default: () => [createElementVNode("div", {
|
26333
26333
|
"class": "v-snackbar__actions"
|
26334
26334
|
}, [slots.actions({
|
26335
26335
|
isActive
|
@@ -26413,7 +26413,7 @@ const VSnackbarQueue = genericComponent()({
|
|
26413
26413
|
modelValue: _,
|
26414
26414
|
...snackbarProps
|
26415
26415
|
} = VSnackbar.filterProps(props);
|
26416
|
-
return
|
26416
|
+
return createElementVNode(Fragment, null, [isVisible.value && !!current.value && (slots.default ? createVNode(VDefaultsProvider, {
|
26417
26417
|
"defaults": {
|
26418
26418
|
VSnackbar: current.value
|
26419
26419
|
}
|
@@ -26429,7 +26429,7 @@ const VSnackbarQueue = genericComponent()({
|
|
26429
26429
|
text: slots.text ? () => slots.text?.({
|
26430
26430
|
item: current.value
|
26431
26431
|
}) : undefined,
|
26432
|
-
actions: hasActions ? () =>
|
26432
|
+
actions: hasActions ? () => createElementVNode(Fragment, null, [!slots.actions ? createVNode(VBtn, mergeProps(btnProps.value, {
|
26433
26433
|
"onClick": onClickClose
|
26434
26434
|
}), null) : createVNode(VDefaultsProvider, {
|
26435
26435
|
"defaults": {
|
@@ -26587,57 +26587,57 @@ const VBarline = genericComponent()({
|
|
26587
26587
|
const smooth = computed(() => typeof props.smooth === 'boolean' ? props.smooth ? 2 : 0 : Number(props.smooth));
|
26588
26588
|
useRender(() => {
|
26589
26589
|
const gradientData = !props.gradient.slice().length ? [''] : props.gradient.slice().reverse();
|
26590
|
-
return
|
26590
|
+
return createElementVNode("svg", {
|
26591
26591
|
"display": "block"
|
26592
|
-
}, [
|
26592
|
+
}, [createElementVNode("defs", null, [createElementVNode("linearGradient", {
|
26593
26593
|
"id": id.value,
|
26594
26594
|
"gradientUnits": "userSpaceOnUse",
|
26595
26595
|
"x1": props.gradientDirection === 'left' ? '100%' : '0',
|
26596
26596
|
"y1": props.gradientDirection === 'top' ? '100%' : '0',
|
26597
26597
|
"x2": props.gradientDirection === 'right' ? '100%' : '0',
|
26598
26598
|
"y2": props.gradientDirection === 'bottom' ? '100%' : '0'
|
26599
|
-
}, [gradientData.map((color, index) =>
|
26599
|
+
}, [gradientData.map((color, index) => createElementVNode("stop", {
|
26600
26600
|
"offset": index / Math.max(gradientData.length - 1, 1),
|
26601
26601
|
"stop-color": color || 'currentColor'
|
26602
|
-
}, null))])]),
|
26602
|
+
}, null))])]), createElementVNode("clipPath", {
|
26603
26603
|
"id": `${id.value}-clip`
|
26604
|
-
}, [bars.value.map(item =>
|
26604
|
+
}, [bars.value.map(item => createElementVNode("rect", {
|
26605
26605
|
"x": item.x + offsetX.value,
|
26606
26606
|
"y": item.y,
|
26607
26607
|
"width": lineWidth.value,
|
26608
26608
|
"height": item.height,
|
26609
26609
|
"rx": smooth.value,
|
26610
26610
|
"ry": smooth.value
|
26611
|
-
}, [props.autoDraw &&
|
26611
|
+
}, [props.autoDraw && createElementVNode(Fragment, null, [createElementVNode("animate", {
|
26612
26612
|
"attributeName": "y",
|
26613
26613
|
"from": item.y + item.height,
|
26614
26614
|
"to": item.y,
|
26615
26615
|
"dur": `${autoDrawDuration.value}ms`,
|
26616
26616
|
"fill": "freeze"
|
26617
|
-
}, null),
|
26617
|
+
}, null), createElementVNode("animate", {
|
26618
26618
|
"attributeName": "height",
|
26619
26619
|
"from": "0",
|
26620
26620
|
"to": item.height,
|
26621
26621
|
"dur": `${autoDrawDuration.value}ms`,
|
26622
26622
|
"fill": "freeze"
|
26623
|
-
}, null)])]))]), hasLabels.value &&
|
26623
|
+
}, null)])]))]), hasLabels.value && createElementVNode("g", {
|
26624
26624
|
"key": "labels",
|
26625
26625
|
"style": {
|
26626
26626
|
textAnchor: 'middle',
|
26627
26627
|
dominantBaseline: 'mathematical',
|
26628
26628
|
fill: 'currentColor'
|
26629
26629
|
}
|
26630
|
-
}, [parsedLabels.value.map((item, i) =>
|
26630
|
+
}, [parsedLabels.value.map((item, i) => createElementVNode("text", {
|
26631
26631
|
"x": item.x + offsetX.value + lineWidth.value / 2,
|
26632
26632
|
"y": parseInt(props.height, 10) - 2 + (parseInt(props.labelSize, 10) || 7 * 0.75),
|
26633
26633
|
"font-size": Number(props.labelSize) || 7
|
26634
26634
|
}, [slots.label?.({
|
26635
26635
|
index: i,
|
26636
26636
|
value: item.value
|
26637
|
-
}) ?? item.value]))]),
|
26637
|
+
}) ?? item.value]))]), createElementVNode("g", {
|
26638
26638
|
"clip-path": `url(#${id.value}-clip)`,
|
26639
26639
|
"fill": `url(#${id.value})`
|
26640
|
-
}, [
|
26640
|
+
}, [createElementVNode("rect", {
|
26641
26641
|
"x": 0,
|
26642
26642
|
"y": 0,
|
26643
26643
|
"width": Math.max(props.modelValue.length * lineWidth.value, Number(props.width)),
|
@@ -26816,39 +26816,39 @@ const VTrendline = genericComponent()({
|
|
26816
26816
|
}
|
26817
26817
|
useRender(() => {
|
26818
26818
|
const gradientData = !props.gradient.slice().length ? [''] : props.gradient.slice().reverse();
|
26819
|
-
return
|
26819
|
+
return createElementVNode("svg", {
|
26820
26820
|
"display": "block",
|
26821
26821
|
"stroke-width": parseFloat(props.lineWidth) ?? 4
|
26822
|
-
}, [
|
26822
|
+
}, [createElementVNode("defs", null, [createElementVNode("linearGradient", {
|
26823
26823
|
"id": id.value,
|
26824
26824
|
"gradientUnits": "userSpaceOnUse",
|
26825
26825
|
"x1": props.gradientDirection === 'left' ? '100%' : '0',
|
26826
26826
|
"y1": props.gradientDirection === 'top' ? '100%' : '0',
|
26827
26827
|
"x2": props.gradientDirection === 'right' ? '100%' : '0',
|
26828
26828
|
"y2": props.gradientDirection === 'bottom' ? '100%' : '0'
|
26829
|
-
}, [gradientData.map((color, index) =>
|
26829
|
+
}, [gradientData.map((color, index) => createElementVNode("stop", {
|
26830
26830
|
"offset": index / Math.max(gradientData.length - 1, 1),
|
26831
26831
|
"stop-color": color || 'currentColor'
|
26832
|
-
}, null))])]), hasLabels.value &&
|
26832
|
+
}, null))])]), hasLabels.value && createElementVNode("g", {
|
26833
26833
|
"key": "labels",
|
26834
26834
|
"style": {
|
26835
26835
|
textAnchor: 'middle',
|
26836
26836
|
dominantBaseline: 'mathematical',
|
26837
26837
|
fill: 'currentColor'
|
26838
26838
|
}
|
26839
|
-
}, [parsedLabels.value.map((item, i) =>
|
26839
|
+
}, [parsedLabels.value.map((item, i) => createElementVNode("text", {
|
26840
26840
|
"x": item.x + lineWidth.value / 2 + lineWidth.value / 2,
|
26841
26841
|
"y": parseInt(props.height, 10) - 4 + (parseInt(props.labelSize, 10) || 7 * 0.75),
|
26842
26842
|
"font-size": Number(props.labelSize) || 7
|
26843
26843
|
}, [slots.label?.({
|
26844
26844
|
index: i,
|
26845
26845
|
value: item.value
|
26846
|
-
}) ?? item.value]))]),
|
26846
|
+
}) ?? item.value]))]), createElementVNode("path", {
|
26847
26847
|
"ref": path,
|
26848
26848
|
"d": genPath$1(props.fill),
|
26849
26849
|
"fill": props.fill ? `url(#${id.value})` : 'none',
|
26850
26850
|
"stroke": props.fill ? 'none' : `url(#${id.value})`
|
26851
|
-
}, null), props.fill &&
|
26851
|
+
}, null), props.fill && createElementVNode("path", {
|
26852
26852
|
"d": genPath$1(false),
|
26853
26853
|
"fill": "none",
|
26854
26854
|
"stroke": props.color ?? props.gradient?.[0]
|
@@ -27016,7 +27016,7 @@ const VStepperActions = genericComponent()({
|
|
27016
27016
|
const nextSlotProps = {
|
27017
27017
|
onClick: onClickNext
|
27018
27018
|
};
|
27019
|
-
return
|
27019
|
+
return createElementVNode("div", {
|
27020
27020
|
"class": "v-stepper-actions"
|
27021
27021
|
}, [createVNode(VDefaultsProvider, {
|
27022
27022
|
"defaults": {
|
@@ -27090,7 +27090,7 @@ const makeVStepperItemProps = propsFactory({
|
|
27090
27090
|
const VStepperItem = genericComponent()({
|
27091
27091
|
name: 'VStepperItem',
|
27092
27092
|
directives: {
|
27093
|
-
Ripple
|
27093
|
+
vRipple: Ripple
|
27094
27094
|
},
|
27095
27095
|
props: makeVStepperItemProps(),
|
27096
27096
|
emits: {
|
@@ -27129,12 +27129,12 @@ const VStepperItem = genericComponent()({
|
|
27129
27129
|
function onClick() {
|
27130
27130
|
group?.toggle();
|
27131
27131
|
}
|
27132
|
-
return withDirectives(
|
27133
|
-
"class": ['v-stepper-item', {
|
27132
|
+
return withDirectives(createElementVNode("button", {
|
27133
|
+
"class": normalizeClass(['v-stepper-item', {
|
27134
27134
|
'v-stepper-item--complete': hasCompleted.value,
|
27135
27135
|
'v-stepper-item--disabled': props.disabled,
|
27136
27136
|
'v-stepper-item--error': hasError.value
|
27137
|
-
}, group?.selectedClass.value],
|
27137
|
+
}, group?.selectedClass.value]),
|
27138
27138
|
"disabled": !props.editable,
|
27139
27139
|
"type": "button",
|
27140
27140
|
"onClick": onClick
|
@@ -27147,15 +27147,15 @@ const VStepperItem = genericComponent()({
|
|
27147
27147
|
default: () => [slots.icon?.(slotProps.value) ?? (icon.value ? createVNode(VIcon, {
|
27148
27148
|
"icon": icon.value
|
27149
27149
|
}, null) : step.value)]
|
27150
|
-
}),
|
27150
|
+
}), createElementVNode("div", {
|
27151
27151
|
"class": "v-stepper-item__content"
|
27152
|
-
}, [hasTitle &&
|
27152
|
+
}, [hasTitle && createElementVNode("div", {
|
27153
27153
|
"key": "title",
|
27154
27154
|
"class": "v-stepper-item__title"
|
27155
|
-
}, [slots.title?.(slotProps.value) ?? props.title]), hasSubtitle &&
|
27155
|
+
}, [slots.title?.(slotProps.value) ?? props.title]), hasSubtitle && createElementVNode("div", {
|
27156
27156
|
"key": "subtitle",
|
27157
27157
|
"class": "v-stepper-item__subtitle"
|
27158
|
-
}, [slots.subtitle?.(slotProps.value) ?? props.subtitle]), slots.default?.(slotProps.value)])]), [[
|
27158
|
+
}, [slots.subtitle?.(slotProps.value) ?? props.subtitle]), slots.default?.(slotProps.value)])]), [[Ripple, props.ripple && props.editable, null]]);
|
27159
27159
|
});
|
27160
27160
|
return {};
|
27161
27161
|
}
|
@@ -27351,7 +27351,7 @@ const VStepper = genericComponent()({
|
|
27351
27351
|
raw,
|
27352
27352
|
...item
|
27353
27353
|
} = _ref2;
|
27354
|
-
return
|
27354
|
+
return createElementVNode(Fragment, null, [!!index && createVNode(VDivider, null, null), createVNode(VStepperItem, item, {
|
27355
27355
|
default: slots[`header-item.${item.value}`] ?? slots.header,
|
27356
27356
|
icon: slots.icon,
|
27357
27357
|
title: slots.title,
|
@@ -27492,14 +27492,14 @@ const VSwitch = genericComponent()({
|
|
27492
27492
|
backgroundColorClasses,
|
27493
27493
|
backgroundColorStyles
|
27494
27494
|
} = _ref3;
|
27495
|
-
return
|
27496
|
-
"class": ['v-switch__track', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined],
|
27497
|
-
"style": backgroundColorStyles.value,
|
27495
|
+
return createElementVNode("div", {
|
27496
|
+
"class": normalizeClass(['v-switch__track', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
|
27497
|
+
"style": normalizeStyle(backgroundColorStyles.value),
|
27498
27498
|
"onClick": onTrackClick
|
27499
|
-
}, [slots['track-true'] &&
|
27499
|
+
}, [slots['track-true'] && createElementVNode("div", {
|
27500
27500
|
"key": "prepend",
|
27501
27501
|
"class": "v-switch__track-true"
|
27502
|
-
}, [slots['track-true'](slotProps)]), slots['track-false'] &&
|
27502
|
+
}, [slots['track-true'](slotProps)]), slots['track-false'] && createElementVNode("div", {
|
27503
27503
|
"key": "append",
|
27504
27504
|
"class": "v-switch__track-false"
|
27505
27505
|
}, [slots['track-false'](slotProps)])]);
|
@@ -27511,11 +27511,11 @@ const VSwitch = genericComponent()({
|
|
27511
27511
|
backgroundColorClasses,
|
27512
27512
|
backgroundColorStyles
|
27513
27513
|
} = _ref4;
|
27514
|
-
return
|
27515
|
-
"class": ['v-switch__thumb', {
|
27514
|
+
return createElementVNode(Fragment, null, [inputNode, createElementVNode("div", {
|
27515
|
+
"class": normalizeClass(['v-switch__thumb', {
|
27516
27516
|
'v-switch__thumb--filled': icon || props.loading
|
27517
|
-
}, props.inset || isForcedColorsModeActive ? undefined : backgroundColorClasses.value],
|
27518
|
-
"style": props.inset ? undefined : backgroundColorStyles.value
|
27517
|
+
}, props.inset || isForcedColorsModeActive ? undefined : backgroundColorClasses.value]),
|
27518
|
+
"style": normalizeStyle(props.inset ? undefined : backgroundColorStyles.value)
|
27519
27519
|
}, [slots.thumb ? createVNode(VDefaultsProvider, {
|
27520
27520
|
"defaults": {
|
27521
27521
|
VIcon: {
|
@@ -27603,10 +27603,10 @@ const VSystemBar = genericComponent()({
|
|
27603
27603
|
absolute: toRef(() => props.absolute)
|
27604
27604
|
});
|
27605
27605
|
useRender(() => createVNode(props.tag, {
|
27606
|
-
"class": ['v-system-bar', {
|
27606
|
+
"class": normalizeClass(['v-system-bar', {
|
27607
27607
|
'v-system-bar--window': props.window
|
27608
|
-
}, themeClasses.value, backgroundColorClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
27609
|
-
"style": [backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, props.style]
|
27608
|
+
}, themeClasses.value, backgroundColorClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
|
27609
|
+
"style": normalizeStyle([backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, props.style])
|
27610
27610
|
}, slots));
|
27611
27611
|
return {};
|
27612
27612
|
}
|
@@ -27697,10 +27697,10 @@ const VTab = genericComponent()({
|
|
27697
27697
|
"onGroup:selected": updateSlider
|
27698
27698
|
}), {
|
27699
27699
|
...slots,
|
27700
|
-
default: () =>
|
27700
|
+
default: () => createElementVNode(Fragment, null, [slots.default?.() ?? props.text, !props.hideSlider && createElementVNode("div", {
|
27701
27701
|
"ref": sliderEl,
|
27702
|
-
"class": ['v-tab__slider', sliderColorClasses.value],
|
27703
|
-
"style": sliderColorStyles.value
|
27702
|
+
"class": normalizeClass(['v-tab__slider', sliderColorClasses.value]),
|
27703
|
+
"style": normalizeStyle(sliderColorStyles.value)
|
27704
27704
|
}, null)])
|
27705
27705
|
});
|
27706
27706
|
});
|
@@ -27852,7 +27852,7 @@ const VTabs = genericComponent()({
|
|
27852
27852
|
useRender(() => {
|
27853
27853
|
const slideGroupProps = VSlideGroup.filterProps(props);
|
27854
27854
|
const hasWindow = !!(slots.window || props.items.length > 0);
|
27855
|
-
return
|
27855
|
+
return createElementVNode(Fragment, null, [createVNode(VSlideGroup, mergeProps(slideGroupProps, {
|
27856
27856
|
"modelValue": model.value,
|
27857
27857
|
"onUpdate:modelValue": $event => model.value = $event,
|
27858
27858
|
"class": ['v-tabs', `v-tabs--${props.direction}`, `v-tabs--align-tabs-${props.alignTabs}`, {
|
@@ -27925,7 +27925,7 @@ const makeVTextareaProps = propsFactory({
|
|
27925
27925
|
const VTextarea = genericComponent()({
|
27926
27926
|
name: 'VTextarea',
|
27927
27927
|
directives: {
|
27928
|
-
Intersect
|
27928
|
+
vIntersect: Intersect
|
27929
27929
|
},
|
27930
27930
|
inheritAttrs: false,
|
27931
27931
|
props: makeVTextareaProps(),
|
@@ -28098,9 +28098,9 @@ const VTextarea = genericComponent()({
|
|
28098
28098
|
...slotProps
|
28099
28099
|
}
|
28100
28100
|
} = _ref3;
|
28101
|
-
return
|
28101
|
+
return createElementVNode(Fragment, null, [props.prefix && createElementVNode("span", {
|
28102
28102
|
"class": "v-text-field__prefix"
|
28103
|
-
}, [props.prefix]), withDirectives(
|
28103
|
+
}, [props.prefix]), withDirectives(createElementVNode("textarea", mergeProps({
|
28104
28104
|
"ref": textareaRef,
|
28105
28105
|
"class": fieldClass,
|
28106
28106
|
"value": model.value,
|
@@ -28113,24 +28113,24 @@ const VTextarea = genericComponent()({
|
|
28113
28113
|
"name": props.name,
|
28114
28114
|
"onFocus": onFocus,
|
28115
28115
|
"onBlur": blur
|
28116
|
-
}, slotProps, inputAttrs), null), [[
|
28116
|
+
}, slotProps, inputAttrs), null), [[Intersect, {
|
28117
28117
|
handler: onIntersect
|
28118
28118
|
}, null, {
|
28119
28119
|
once: true
|
28120
|
-
}]]), props.autoGrow && withDirectives(
|
28121
|
-
"class": [fieldClass, 'v-textarea__sizer'],
|
28120
|
+
}]]), props.autoGrow && withDirectives(createElementVNode("textarea", {
|
28121
|
+
"class": normalizeClass([fieldClass, 'v-textarea__sizer']),
|
28122
28122
|
"id": `${slotProps.id}-sizer`,
|
28123
28123
|
"onUpdate:modelValue": $event => model.value = $event,
|
28124
28124
|
"ref": sizerRef,
|
28125
28125
|
"readonly": true,
|
28126
28126
|
"aria-hidden": "true"
|
28127
|
-
}, null), [[vModelText, model.value]]), props.suffix &&
|
28127
|
+
}, null), [[vModelText, model.value]]), props.suffix && createElementVNode("span", {
|
28128
28128
|
"class": "v-text-field__suffix"
|
28129
28129
|
}, [props.suffix])]);
|
28130
28130
|
}
|
28131
28131
|
});
|
28132
28132
|
},
|
28133
|
-
details: hasDetails ? slotProps =>
|
28133
|
+
details: hasDetails ? slotProps => createElementVNode(Fragment, null, [slots.details?.(slotProps), hasCounter && createElementVNode(Fragment, null, [createElementVNode("span", null, null), createVNode(VCounter, {
|
28134
28134
|
"active": props.persistentCounter || isFocused.value,
|
28135
28135
|
"value": counterValue.value,
|
28136
28136
|
"max": max.value,
|
@@ -28161,8 +28161,8 @@ const VThemeProvider = genericComponent()({
|
|
28161
28161
|
return () => {
|
28162
28162
|
if (!props.withBackground) return slots.default?.();
|
28163
28163
|
return createVNode(props.tag, {
|
28164
|
-
"class": ['v-theme-provider', themeClasses.value, props.class],
|
28165
|
-
"style": props.style
|
28164
|
+
"class": normalizeClass(['v-theme-provider', themeClasses.value, props.class]),
|
28165
|
+
"style": normalizeStyle(props.style)
|
28166
28166
|
}, {
|
28167
28167
|
default: () => [slots.default?.()]
|
28168
28168
|
});
|
@@ -28207,21 +28207,21 @@ const VTimelineDivider = genericComponent()({
|
|
28207
28207
|
backgroundColorClasses: lineColorClasses,
|
28208
28208
|
backgroundColorStyles: lineColorStyles
|
28209
28209
|
} = useBackgroundColor(() => props.lineColor);
|
28210
|
-
useRender(() =>
|
28211
|
-
"class": ['v-timeline-divider', {
|
28210
|
+
useRender(() => createElementVNode("div", {
|
28211
|
+
"class": normalizeClass(['v-timeline-divider', {
|
28212
28212
|
'v-timeline-divider--fill-dot': props.fillDot
|
28213
|
-
}, props.class],
|
28214
|
-
"style": props.style
|
28215
|
-
}, [
|
28216
|
-
"class": ['v-timeline-divider__before', lineColorClasses.value],
|
28217
|
-
"style": lineColorStyles.value
|
28218
|
-
}, null), !props.hideDot &&
|
28213
|
+
}, props.class]),
|
28214
|
+
"style": normalizeStyle(props.style)
|
28215
|
+
}, [createElementVNode("div", {
|
28216
|
+
"class": normalizeClass(['v-timeline-divider__before', lineColorClasses.value]),
|
28217
|
+
"style": normalizeStyle(lineColorStyles.value)
|
28218
|
+
}, null), !props.hideDot && createElementVNode("div", {
|
28219
28219
|
"key": "dot",
|
28220
|
-
"class": ['v-timeline-divider__dot', elevationClasses.value, roundedClasses.value, sizeClasses.value],
|
28221
|
-
"style": sizeStyles.value
|
28222
|
-
}, [
|
28223
|
-
"class": ['v-timeline-divider__inner-dot', backgroundColorClasses.value, roundedClasses.value],
|
28224
|
-
"style": backgroundColorStyles.value
|
28220
|
+
"class": normalizeClass(['v-timeline-divider__dot', elevationClasses.value, roundedClasses.value, sizeClasses.value]),
|
28221
|
+
"style": normalizeStyle(sizeStyles.value)
|
28222
|
+
}, [createElementVNode("div", {
|
28223
|
+
"class": normalizeClass(['v-timeline-divider__inner-dot', backgroundColorClasses.value, roundedClasses.value]),
|
28224
|
+
"style": normalizeStyle(backgroundColorStyles.value)
|
28225
28225
|
}, [!slots.default ? createVNode(VIcon, {
|
28226
28226
|
"key": "icon",
|
28227
28227
|
"color": props.iconColor,
|
@@ -28237,9 +28237,9 @@ const VTimelineDivider = genericComponent()({
|
|
28237
28237
|
size: props.size
|
28238
28238
|
}
|
28239
28239
|
}
|
28240
|
-
}, slots.default)])]),
|
28241
|
-
"class": ['v-timeline-divider__after', lineColorClasses.value],
|
28242
|
-
"style": lineColorStyles.value
|
28240
|
+
}, slots.default)])]), createElementVNode("div", {
|
28241
|
+
"class": normalizeClass(['v-timeline-divider__after', lineColorClasses.value]),
|
28242
|
+
"style": normalizeStyle(lineColorStyles.value)
|
28243
28243
|
}, null)]));
|
28244
28244
|
return {};
|
28245
28245
|
}
|
@@ -28290,19 +28290,19 @@ const VTimelineItem = genericComponent()({
|
|
28290
28290
|
}, {
|
28291
28291
|
flush: 'post'
|
28292
28292
|
});
|
28293
|
-
useRender(() =>
|
28294
|
-
"class": ['v-timeline-item', {
|
28293
|
+
useRender(() => createElementVNode("div", {
|
28294
|
+
"class": normalizeClass(['v-timeline-item', {
|
28295
28295
|
'v-timeline-item--fill-dot': props.fillDot,
|
28296
28296
|
'v-timeline-item--side-start': props.side === 'start',
|
28297
28297
|
'v-timeline-item--side-end': props.side === 'end'
|
28298
|
-
}, props.class],
|
28299
|
-
"style": [{
|
28298
|
+
}, props.class]),
|
28299
|
+
"style": normalizeStyle([{
|
28300
28300
|
'--v-timeline-dot-size': convertToUnit(dotSize.value),
|
28301
28301
|
'--v-timeline-line-inset': props.lineInset ? `calc(var(--v-timeline-dot-size) / 2 + ${convertToUnit(props.lineInset)})` : convertToUnit(0)
|
28302
|
-
}, props.style]
|
28303
|
-
}, [
|
28302
|
+
}, props.style])
|
28303
|
+
}, [createElementVNode("div", {
|
28304
28304
|
"class": "v-timeline-item__body",
|
28305
|
-
"style": dimensionStyles.value
|
28305
|
+
"style": normalizeStyle(dimensionStyles.value)
|
28306
28306
|
}, [slots.default?.()]), createVNode(VTimelineDivider, {
|
28307
28307
|
"ref": dotRef,
|
28308
28308
|
"hideDot": props.hideDot,
|
@@ -28315,7 +28315,7 @@ const VTimelineItem = genericComponent()({
|
|
28315
28315
|
"rounded": props.rounded
|
28316
28316
|
}, {
|
28317
28317
|
default: slots.icon
|
28318
|
-
}), props.density !== 'compact' &&
|
28318
|
+
}), props.density !== 'compact' && createElementVNode("div", {
|
28319
28319
|
"class": "v-timeline-item__opposite"
|
28320
28320
|
}, [!props.hideOpposite && slots.opposite?.()])]));
|
28321
28321
|
return {};
|
@@ -28408,12 +28408,12 @@ const VTimeline = genericComponent()({
|
|
28408
28408
|
}
|
28409
28409
|
});
|
28410
28410
|
useRender(() => createVNode(props.tag, {
|
28411
|
-
"class": ['v-timeline', `v-timeline--${props.direction}`, `v-timeline--align-${props.align}`, `v-timeline--justify-${props.justify}`, truncateClasses.value, {
|
28411
|
+
"class": normalizeClass(['v-timeline', `v-timeline--${props.direction}`, `v-timeline--align-${props.align}`, `v-timeline--justify-${props.justify}`, truncateClasses.value, {
|
28412
28412
|
'v-timeline--inset-line': !!props.lineInset
|
28413
|
-
}, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class],
|
28414
|
-
"style": [{
|
28413
|
+
}, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class]),
|
28414
|
+
"style": normalizeStyle([{
|
28415
28415
|
'--v-timeline-line-thickness': convertToUnit(props.lineThickness)
|
28416
|
-
}, props.style]
|
28416
|
+
}, props.style])
|
28417
28417
|
}, slots));
|
28418
28418
|
return {};
|
28419
28419
|
}
|
@@ -28439,9 +28439,9 @@ const VToolbarItems = genericComponent()({
|
|
28439
28439
|
variant: toRef(() => props.variant)
|
28440
28440
|
}
|
28441
28441
|
});
|
28442
|
-
useRender(() =>
|
28443
|
-
"class": ['v-toolbar-items', props.class],
|
28444
|
-
"style": props.style
|
28442
|
+
useRender(() => createElementVNode("div", {
|
28443
|
+
"class": normalizeClass(['v-toolbar-items', props.class]),
|
28444
|
+
"style": normalizeStyle(props.style)
|
28445
28445
|
}, [slots.default?.()]));
|
28446
28446
|
return {};
|
28447
28447
|
}
|
@@ -28613,7 +28613,7 @@ const VCalendarIntervalEvent = genericComponent()({
|
|
28613
28613
|
}
|
28614
28614
|
};
|
28615
28615
|
useRender(() => {
|
28616
|
-
return
|
28616
|
+
return createElementVNode("div", null, [slots.intervalEvent?.({
|
28617
28617
|
height: calcHeight().height,
|
28618
28618
|
margin: calcHeight().margin,
|
28619
28619
|
eventClass: 'v-calendar-internal-event',
|
@@ -28705,20 +28705,20 @@ const VCalendarInterval = genericComponent()({
|
|
28705
28705
|
};
|
28706
28706
|
});
|
28707
28707
|
useRender(() => {
|
28708
|
-
return props.dayIndex === 0 ?
|
28708
|
+
return props.dayIndex === 0 ? createElementVNode("div", {
|
28709
28709
|
"class": "v-calendar-day__row-with-label",
|
28710
|
-
"style": `height: ${convertToUnit(props.intervalHeight)}`
|
28711
|
-
}, [
|
28710
|
+
"style": normalizeStyle(`height: ${convertToUnit(props.intervalHeight)}`)
|
28711
|
+
}, [createElementVNode("div", mergeProps({
|
28712
28712
|
"class": "v-calendar-day__row-label"
|
28713
28713
|
}, getPrefixedEventHandlers(attrs, ':time', () => props)), [slots.intervalTitle?.({
|
28714
28714
|
interval: interval.value
|
28715
|
-
}) ?? (props.index ? props.intervalFormat ? typeof props.intervalFormat === 'string' ? adapter.format(interval.value.start, 'hours12h') : props.intervalFormat(interval.value) : interval.value.label : '12 AM')]),
|
28715
|
+
}) ?? (props.index ? props.intervalFormat ? typeof props.intervalFormat === 'string' ? adapter.format(interval.value.start, 'hours12h') : props.intervalFormat(interval.value) : interval.value.label : '12 AM')]), createElementVNode("div", {
|
28716
28716
|
"class": "v-calendar-day__row-hairline"
|
28717
|
-
}, null),
|
28717
|
+
}, null), createElementVNode("div", mergeProps({
|
28718
28718
|
"class": ['v-calendar-day__row-content', interval.value.events.some(e => !e.last) ? 'v-calendar-day__row-content-through' : '']
|
28719
28719
|
}, getPrefixedEventHandlers(attrs, ':interval', () => interval.value)), [slots.intervalBody?.({
|
28720
28720
|
interval: interval.value
|
28721
|
-
}) ??
|
28721
|
+
}) ?? createElementVNode("div", null, [interval.value.events?.map(event => createVNode(VCalendarIntervalEvent, mergeProps({
|
28722
28722
|
"event": event,
|
28723
28723
|
"interval": interval.value,
|
28724
28724
|
"intervalDivisions": props.intervalDivisions,
|
@@ -28743,10 +28743,10 @@ const VCalendarInterval = genericComponent()({
|
|
28743
28743
|
});
|
28744
28744
|
}
|
28745
28745
|
} : {})
|
28746
|
-
}))])])]) :
|
28746
|
+
}))])])]) : createElementVNode("div", {
|
28747
28747
|
"class": "v-calendar-day__row-without-label",
|
28748
|
-
"style": `height: ${convertToUnit(props.intervalHeight)}`
|
28749
|
-
}, [
|
28748
|
+
"style": normalizeStyle(`height: ${convertToUnit(props.intervalHeight)}`)
|
28749
|
+
}, [createElementVNode("div", mergeProps({
|
28750
28750
|
"class": ['v-calendar-day__row-content', interval.value.events.some(e => !e.last) ? 'v-calendar-day__row-content-through' : '']
|
28751
28751
|
}, getPrefixedEventHandlers(attrs, ':interval', () => interval.value)), [slots.intervalBody?.({
|
28752
28752
|
interval: interval.value
|
@@ -28808,12 +28808,12 @@ const VCalendarDay = genericComponent()({
|
|
28808
28808
|
}, (v, i) => i).filter((_, index) => props.intervalDuration * (index + props.intervalStart) < 1440)]);
|
28809
28809
|
useRender(() => {
|
28810
28810
|
const calendarIntervalProps = VCalendarInterval.filterProps(props);
|
28811
|
-
return
|
28811
|
+
return createElementVNode("div", {
|
28812
28812
|
"class": "v-calendar-day__container"
|
28813
|
-
}, [!props.hideDayHeader &&
|
28813
|
+
}, [!props.hideDayHeader && createElementVNode("div", mergeProps({
|
28814
28814
|
"key": "calendar-week-name",
|
28815
28815
|
"class": "v-calendar-weekly__head-weekday"
|
28816
|
-
}, getPrefixedEventHandlers(attrs, ':day', () => props.day)), [adapter.format(props.day.date, 'weekdayShort'),
|
28816
|
+
}, getPrefixedEventHandlers(attrs, ':day', () => props.day)), [adapter.format(props.day.date, 'weekdayShort'), createElementVNode("div", null, [createVNode(VBtn, mergeProps(getPrefixedEventHandlers(attrs, ':date', () => props.day), {
|
28817
28817
|
"class": props.day?.isToday ? 'v-calendar-day-label__today' : undefined,
|
28818
28818
|
"icon": true,
|
28819
28819
|
"text": adapter.format(props.day.date, 'dayOfMonth'),
|
@@ -28876,7 +28876,7 @@ const VCalendarHeader = genericComponent()({
|
|
28876
28876
|
function toToday() {
|
28877
28877
|
emit('click:toToday');
|
28878
28878
|
}
|
28879
|
-
useRender(() =>
|
28879
|
+
useRender(() => createElementVNode("div", {
|
28880
28880
|
"class": "v-calendar-header"
|
28881
28881
|
}, [props.text && createVNode(VBtn, {
|
28882
28882
|
"key": "today",
|
@@ -28894,11 +28894,11 @@ const VCalendarHeader = genericComponent()({
|
|
28894
28894
|
"icon": props.nextIcon,
|
28895
28895
|
"variant": "text",
|
28896
28896
|
"onClick": next
|
28897
|
-
}, null),
|
28897
|
+
}, null), createElementVNode("div", {
|
28898
28898
|
"class": "v-calendar-header__title"
|
28899
28899
|
}, [slots.title?.({
|
28900
28900
|
title: props.title
|
28901
|
-
}) ??
|
28901
|
+
}) ?? createElementVNode("span", null, [props.title])])]));
|
28902
28902
|
return {};
|
28903
28903
|
}
|
28904
28904
|
});
|
@@ -28960,9 +28960,9 @@ const VCalendarMonthDay = genericComponent()({
|
|
28960
28960
|
slots
|
28961
28961
|
} = _ref;
|
28962
28962
|
useRender(() => {
|
28963
|
-
return
|
28963
|
+
return createElementVNode("div", mergeProps({
|
28964
28964
|
"class": ['v-calendar-month__day']
|
28965
|
-
}, getPrefixedEventHandlers(attrs, ':day', () => props)), [!props.day?.isHidden ?
|
28965
|
+
}, getPrefixedEventHandlers(attrs, ':day', () => props)), [!props.day?.isHidden ? createElementVNode("div", {
|
28966
28966
|
"key": "title",
|
28967
28967
|
"class": "v-calendar-weekly__day-label"
|
28968
28968
|
}, [slots.dayTitle?.({
|
@@ -28975,13 +28975,13 @@ const VCalendarMonthDay = genericComponent()({
|
|
28975
28975
|
"size": "x-small",
|
28976
28976
|
"variant": props.day?.isToday ? undefined : 'flat',
|
28977
28977
|
"text": `${props.title}`
|
28978
|
-
}, getPrefixedEventHandlers(attrs, ':date', () => props)), null)]) : undefined, !props.day?.isHidden ?
|
28978
|
+
}, getPrefixedEventHandlers(attrs, ':date', () => props)), null)]) : undefined, !props.day?.isHidden ? createElementVNode("div", {
|
28979
28979
|
"key": "content",
|
28980
28980
|
"class": "v-calendar-weekly__day-content"
|
28981
28981
|
}, [slots.dayBody?.({
|
28982
28982
|
day: props.day,
|
28983
28983
|
events: props.events
|
28984
|
-
}) ??
|
28984
|
+
}) ?? createElementVNode("div", null, [createElementVNode("div", {
|
28985
28985
|
"class": "v-calendar-weekly__day-alldayevents-container"
|
28986
28986
|
}, [props.events?.filter(event => event.allDay).map(event => slots.dayEvent ? slots.dayEvent({
|
28987
28987
|
day: props.day,
|
@@ -28991,7 +28991,7 @@ const VCalendarMonthDay = genericComponent()({
|
|
28991
28991
|
"day": props.day,
|
28992
28992
|
"event": event,
|
28993
28993
|
"allDay": true
|
28994
|
-
}, attrs), null))]),
|
28994
|
+
}, attrs), null))]), createElementVNode("div", {
|
28995
28995
|
"class": "v-calendar-weekly__day-events-container"
|
28996
28996
|
}, [props.events?.filter(event => !event.allDay).map(event => slots.dayEvent ? slots.dayEvent({
|
28997
28997
|
day: props.day,
|
@@ -29078,13 +29078,13 @@ const VCalendar = genericComponent()({
|
|
29078
29078
|
useRender(() => {
|
29079
29079
|
const calendarDayProps = VCalendarDay.filterProps(props);
|
29080
29080
|
const calendarHeaderProps = VCalendarHeader.filterProps(props);
|
29081
|
-
return
|
29082
|
-
"class": ['v-calendar', {
|
29081
|
+
return createElementVNode("div", {
|
29082
|
+
"class": normalizeClass(['v-calendar', {
|
29083
29083
|
'v-calendar-monthly': props.viewMode === 'month',
|
29084
29084
|
'v-calendar-weekly': props.viewMode === 'week',
|
29085
29085
|
'v-calendar-day': props.viewMode === 'day'
|
29086
|
-
}]
|
29087
|
-
}, [
|
29086
|
+
}])
|
29087
|
+
}, [createElementVNode("div", null, [!props.hideHeader && (slots.header?.({
|
29088
29088
|
title: title.value,
|
29089
29089
|
clickNext: onClickNext,
|
29090
29090
|
clickPrev: onClickPrev,
|
@@ -29098,20 +29098,20 @@ const VCalendar = genericComponent()({
|
|
29098
29098
|
"onClick:toToday": onClickToday
|
29099
29099
|
}), {
|
29100
29100
|
title: slots.title
|
29101
|
-
}))]),
|
29102
|
-
"class": ['v-calendar__container', `days__${weekDays.value.length}`]
|
29103
|
-
}, [props.viewMode === 'month' && !props.hideDayHeader &&
|
29104
|
-
"class": ['v-calendar-weekly__head', `days__${weekDays.value.length}`, ...(!props.hideWeekNumber ? ['v-calendar-weekly__head-weeknumbers'] : [])],
|
29101
|
+
}))]), createElementVNode("div", {
|
29102
|
+
"class": normalizeClass(['v-calendar__container', `days__${weekDays.value.length}`])
|
29103
|
+
}, [props.viewMode === 'month' && !props.hideDayHeader && createElementVNode("div", {
|
29104
|
+
"class": normalizeClass(['v-calendar-weekly__head', `days__${weekDays.value.length}`, ...(!props.hideWeekNumber ? ['v-calendar-weekly__head-weeknumbers'] : [])]),
|
29105
29105
|
"key": "calendarWeeklyHead"
|
29106
|
-
}, [!props.hideWeekNumber ?
|
29106
|
+
}, [!props.hideWeekNumber ? createElementVNode("div", {
|
29107
29107
|
"key": "weekNumber0",
|
29108
29108
|
"class": "v-calendar-weekly__head-weeknumber"
|
29109
|
-
}, null) : '', weekDays.value.map(weekday =>
|
29110
|
-
"class": `v-calendar-weekly__head-weekday${!props.hideWeekNumber ? '-with-weeknumber' : ''}`
|
29111
|
-
}, [dayNames[weekday]]))]), props.viewMode === 'month' &&
|
29109
|
+
}, null) : '', weekDays.value.map(weekday => createElementVNode("div", {
|
29110
|
+
"class": normalizeClass(`v-calendar-weekly__head-weekday${!props.hideWeekNumber ? '-with-weeknumber' : ''}`)
|
29111
|
+
}, [dayNames[weekday]]))]), props.viewMode === 'month' && createElementVNode("div", {
|
29112
29112
|
"key": "VCalendarMonth",
|
29113
|
-
"class": ['v-calendar-month__days', `days${!props.hideWeekNumber ? '-with-weeknumbers' : ''}__${weekDays.value.length}`, ...(!props.hideWeekNumber ? ['v-calendar-month__weeknumbers'] : [])]
|
29114
|
-
}, [chunkArray(daysInMonth.value, weekDays.value.length).map((week, wi) => [!props.hideWeekNumber ?
|
29113
|
+
"class": normalizeClass(['v-calendar-month__days', `days${!props.hideWeekNumber ? '-with-weeknumbers' : ''}__${weekDays.value.length}`, ...(!props.hideWeekNumber ? ['v-calendar-month__weeknumbers'] : [])])
|
29114
|
+
}, [chunkArray(daysInMonth.value, weekDays.value.length).map((week, wi) => [!props.hideWeekNumber ? createElementVNode("div", mergeProps({
|
29115
29115
|
"class": "v-calendar-month__weeknumber"
|
29116
29116
|
}, getPrefixedEventHandlers(attrs, ':weekNumber', () => ({
|
29117
29117
|
weekNumber: weekNumbers.value[wi],
|
@@ -29223,11 +29223,11 @@ const VColorInput = genericComponent()({
|
|
29223
29223
|
}
|
29224
29224
|
}), {
|
29225
29225
|
...slots,
|
29226
|
-
prepend: props.pipIcon ? arg =>
|
29226
|
+
prepend: props.pipIcon ? arg => createElementVNode(Fragment, null, [hasPrepend && createVNode(VIcon, {
|
29227
29227
|
"color": props.pip ? model.value : undefined,
|
29228
29228
|
"icon": props.pipIcon
|
29229
29229
|
}, null), slots.prepend?.(arg)]) : undefined,
|
29230
|
-
default: () =>
|
29230
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VMenu, {
|
29231
29231
|
"modelValue": menu.value,
|
29232
29232
|
"onUpdate:modelValue": $event => menu.value = $event,
|
29233
29233
|
"activator": "parent",
|
@@ -29583,7 +29583,7 @@ const VDateInput = genericComponent()({
|
|
29583
29583
|
"onUpdate:modelValue": onUpdateDisplayModel
|
29584
29584
|
}), {
|
29585
29585
|
...slots,
|
29586
|
-
default: () =>
|
29586
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VMenu, {
|
29587
29587
|
"modelValue": menu.value,
|
29588
29588
|
"onUpdate:modelValue": $event => menu.value = $event,
|
29589
29589
|
"activator": "parent",
|
@@ -29688,7 +29688,7 @@ const VFileUploadItem = genericComponent()({
|
|
29688
29688
|
"class": "v-file-upload-item"
|
29689
29689
|
}), {
|
29690
29690
|
...slots,
|
29691
|
-
prepend: slotProps =>
|
29691
|
+
prepend: slotProps => createElementVNode(Fragment, null, [!slots.prepend ? createVNode(VAvatar, {
|
29692
29692
|
"icon": props.fileIcon,
|
29693
29693
|
"image": preview.value,
|
29694
29694
|
"rounded": true
|
@@ -29703,7 +29703,7 @@ const VFileUploadItem = genericComponent()({
|
|
29703
29703
|
}, {
|
29704
29704
|
default: () => [slots.prepend?.(slotProps) ?? createVNode(VAvatar, null, null)]
|
29705
29705
|
})]),
|
29706
|
-
append: slotProps =>
|
29706
|
+
append: slotProps => createElementVNode(Fragment, null, [props.clearable && createElementVNode(Fragment, null, [!slots.clear ? createVNode(VBtn, {
|
29707
29707
|
"icon": "$clear",
|
29708
29708
|
"density": "comfortable",
|
29709
29709
|
"variant": "text",
|
@@ -29834,7 +29834,7 @@ const VFileUpload = genericComponent()({
|
|
29834
29834
|
const cardProps = VSheet.filterProps(props);
|
29835
29835
|
const dividerProps = VDivider.filterProps(props);
|
29836
29836
|
const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
|
29837
|
-
const inputNode =
|
29837
|
+
const inputNode = createElementVNode("input", mergeProps({
|
29838
29838
|
"ref": inputRef,
|
29839
29839
|
"type": "file",
|
29840
29840
|
"disabled": props.disabled,
|
@@ -29846,7 +29846,7 @@ const VFileUpload = genericComponent()({
|
|
29846
29846
|
model.value = [...(target.files ?? [])];
|
29847
29847
|
}
|
29848
29848
|
}, inputAttrs), null);
|
29849
|
-
return
|
29849
|
+
return createElementVNode(Fragment, null, [createVNode(VSheet, mergeProps({
|
29850
29850
|
"ref": vSheetRef
|
29851
29851
|
}, cardProps, {
|
29852
29852
|
"class": ['v-file-upload', {
|
@@ -29860,7 +29860,7 @@ const VFileUpload = genericComponent()({
|
|
29860
29860
|
"onDrop": onDrop,
|
29861
29861
|
"onClick": !hasBrowse ? onClick : undefined
|
29862
29862
|
}, rootAttrs), {
|
29863
|
-
default: () => [hasIcon &&
|
29863
|
+
default: () => [hasIcon && createElementVNode("div", {
|
29864
29864
|
"key": "icon",
|
29865
29865
|
"class": "v-file-upload-icon"
|
29866
29866
|
}, [!slots.icon ? createVNode(VIcon, {
|
@@ -29875,15 +29875,15 @@ const VFileUpload = genericComponent()({
|
|
29875
29875
|
}
|
29876
29876
|
}, {
|
29877
29877
|
default: () => [slots.icon()]
|
29878
|
-
})]), hasTitle &&
|
29878
|
+
})]), hasTitle && createElementVNode("div", {
|
29879
29879
|
"key": "title",
|
29880
29880
|
"class": "v-file-upload-title"
|
29881
|
-
}, [slots.title?.() ?? t(props.title)]), props.density === 'default' &&
|
29881
|
+
}, [slots.title?.() ?? t(props.title)]), props.density === 'default' && createElementVNode(Fragment, null, [createElementVNode("div", {
|
29882
29882
|
"key": "upload-divider",
|
29883
29883
|
"class": "v-file-upload-divider"
|
29884
29884
|
}, [slots.divider?.() ?? createVNode(VDivider, dividerProps, {
|
29885
29885
|
default: () => [t(props.dividerText)]
|
29886
|
-
})]), hasBrowse &&
|
29886
|
+
})]), hasBrowse && createElementVNode(Fragment, null, [!slots.browse ? createVNode(VBtn, {
|
29887
29887
|
"readonly": props.disabled,
|
29888
29888
|
"size": "large",
|
29889
29889
|
"text": t(props.browseText),
|
@@ -29904,7 +29904,7 @@ const VFileUpload = genericComponent()({
|
|
29904
29904
|
onClick
|
29905
29905
|
}
|
29906
29906
|
})]
|
29907
|
-
})]), props.subtitle &&
|
29907
|
+
})]), props.subtitle && createElementVNode("div", {
|
29908
29908
|
"class": "v-file-upload-subtitle"
|
29909
29909
|
}, [props.subtitle])]), createVNode(VOverlay, {
|
29910
29910
|
"model-value": isDragging.value,
|
@@ -29913,7 +29913,7 @@ const VFileUpload = genericComponent()({
|
|
29913
29913
|
}, null), slots.input?.({
|
29914
29914
|
inputNode
|
29915
29915
|
}) ?? inputNode]
|
29916
|
-
}), model.value.length > 0 &&
|
29916
|
+
}), model.value.length > 0 && createElementVNode("div", {
|
29917
29917
|
"class": "v-file-upload-items"
|
29918
29918
|
}, [model.value.map((file, i) => {
|
29919
29919
|
const slotProps = {
|
@@ -30063,23 +30063,23 @@ const VIconBtn = genericComponent()({
|
|
30063
30063
|
opacity: props.opacity
|
30064
30064
|
};
|
30065
30065
|
return createVNode(props.tag, {
|
30066
|
-
"class": [{
|
30066
|
+
"class": normalizeClass([{
|
30067
30067
|
'v-icon-btn': true,
|
30068
30068
|
'v-icon-btn--active': isActive.value,
|
30069
30069
|
'v-icon-btn--disabled': props.disabled,
|
30070
30070
|
'v-icon-btn--loading': props.loading,
|
30071
30071
|
'v-icon-btn--readonly': props.readonly,
|
30072
30072
|
[`v-icon-btn--${props.size}`]: true
|
30073
|
-
}, themeClasses.value, colorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, variantClasses.value, props.class],
|
30074
|
-
"style": [{
|
30073
|
+
}, themeClasses.value, colorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, variantClasses.value, props.class]),
|
30074
|
+
"style": normalizeStyle([{
|
30075
30075
|
'--v-icon-btn-rotate': convertToUnit(props.rotate, 'deg'),
|
30076
30076
|
'--v-icon-btn-height': convertToUnit(btnHeight),
|
30077
30077
|
'--v-icon-btn-width': convertToUnit(btnWidth)
|
30078
|
-
}, colorStyles.value, props.style],
|
30078
|
+
}, colorStyles.value, props.style]),
|
30079
30079
|
"tabindex": props.disabled || props.readonly ? -1 : 0,
|
30080
30080
|
"onClick": onClick
|
30081
30081
|
}, {
|
30082
|
-
default: () => [genOverlays(!props.hideOverlay, 'v-icon-btn'),
|
30082
|
+
default: () => [genOverlays(!props.hideOverlay, 'v-icon-btn'), createElementVNode("div", {
|
30083
30083
|
"class": "v-icon-btn__content",
|
30084
30084
|
"data-no-activator": ""
|
30085
30085
|
}, [!slots.default && icon ? createVNode(VIcon, mergeProps({
|
@@ -30094,7 +30094,7 @@ const VIconBtn = genericComponent()({
|
|
30094
30094
|
}
|
30095
30095
|
}, {
|
30096
30096
|
default: () => slots.default?.() ?? toDisplayString(props.text)
|
30097
|
-
})]), !!props.loading &&
|
30097
|
+
})]), !!props.loading && createElementVNode("span", {
|
30098
30098
|
"key": "loader",
|
30099
30099
|
"class": "v-icon-btn__loader"
|
30100
30100
|
}, [slots.loader?.() ?? createVNode(VProgressCircular, {
|
@@ -30229,7 +30229,7 @@ const VStepperVerticalItem = genericComponent()({
|
|
30229
30229
|
"hide-actions": false,
|
30230
30230
|
"value": step.value
|
30231
30231
|
}), {
|
30232
|
-
title: () =>
|
30232
|
+
title: () => createElementVNode(Fragment, null, [createVNode(VAvatar, {
|
30233
30233
|
"key": "stepper-avatar",
|
30234
30234
|
"class": "v-stepper-vertical-item__avatar",
|
30235
30235
|
"color": hasColor ? props.color : undefined,
|
@@ -30239,12 +30239,12 @@ const VStepperVerticalItem = genericComponent()({
|
|
30239
30239
|
default: () => [slots.icon?.(slotProps.value) ?? (icon.value ? createVNode(VIcon, {
|
30240
30240
|
"icon": icon.value
|
30241
30241
|
}, null) : step.value)]
|
30242
|
-
}),
|
30242
|
+
}), createElementVNode("div", null, [createElementVNode("div", {
|
30243
30243
|
"class": "v-stepper-vertical-item__title"
|
30244
|
-
}, [slots.title?.(slotProps.value) ?? props.title]),
|
30244
|
+
}, [slots.title?.(slotProps.value) ?? props.title]), createElementVNode("div", {
|
30245
30245
|
"class": "v-stepper-vertical-item__subtitle"
|
30246
30246
|
}, [slots.subtitle?.(slotProps.value) ?? props.subtitle])])]),
|
30247
|
-
text: () =>
|
30247
|
+
text: () => createElementVNode(Fragment, null, [slots.default?.(slotProps.value) ?? props.text, hasActions && createVNode(VDefaultsProvider, {
|
30248
30248
|
"defaults": {
|
30249
30249
|
VStepperVerticalActions: {
|
30250
30250
|
disabled: disabled.value,
|
@@ -30346,7 +30346,7 @@ const VStepperVertical = genericComponent()({
|
|
30346
30346
|
prev,
|
30347
30347
|
next
|
30348
30348
|
} = _ref2;
|
30349
|
-
return
|
30349
|
+
return createElementVNode(Fragment, null, [items.value.map(_ref3 => {
|
30350
30350
|
let {
|
30351
30351
|
raw,
|
30352
30352
|
...item
|
@@ -30435,7 +30435,7 @@ const VPullToRefresh = genericComponent()({
|
|
30435
30435
|
goingUp.value = newVal < oldVal;
|
30436
30436
|
});
|
30437
30437
|
useRender(() => {
|
30438
|
-
return
|
30438
|
+
return createElementVNode("div", {
|
30439
30439
|
"class": ['v-pull-to-refresh'],
|
30440
30440
|
"onTouchstart": onTouchstart,
|
30441
30441
|
"onTouchmove": onTouchmove,
|
@@ -30445,32 +30445,32 @@ const VPullToRefresh = genericComponent()({
|
|
30445
30445
|
"onMouseleave": onTouchend,
|
30446
30446
|
"onMousemove": onTouchmove,
|
30447
30447
|
"ref": containerRef
|
30448
|
-
}, [
|
30449
|
-
"class": ['v-pull-to-refresh__pull-down', {
|
30448
|
+
}, [createElementVNode("div", {
|
30449
|
+
"class": normalizeClass(['v-pull-to-refresh__pull-down', {
|
30450
30450
|
'v-pull-to-refresh__pull-down--touching': touching.value
|
30451
|
-
}],
|
30452
|
-
"style": {
|
30451
|
+
}]),
|
30452
|
+
"style": normalizeStyle({
|
30453
30453
|
top: convertToUnit(-1 * props.pullDownThreshold + topOffset.value),
|
30454
30454
|
height: convertToUnit(props.pullDownThreshold)
|
30455
|
-
}
|
30455
|
+
})
|
30456
30456
|
}, [slots.pullDownPanel ? slots.pullDownPanel({
|
30457
30457
|
canRefresh: canRefresh.value,
|
30458
30458
|
goingUp: goingUp.value,
|
30459
30459
|
refreshing: refreshing.value
|
30460
|
-
}) :
|
30460
|
+
}) : createElementVNode("div", {
|
30461
30461
|
"class": ['v-pull-to-refresh__pull-down-default']
|
30462
30462
|
}, [refreshing.value ? createVNode(VProgressCircular, {
|
30463
30463
|
"indeterminate": true,
|
30464
30464
|
"active": false
|
30465
30465
|
}, null) : createVNode(VIcon, {
|
30466
30466
|
"icon": canRefresh.value || goingUp.value ? '$sortAsc' : '$sortDesc'
|
30467
|
-
}, null)])]),
|
30468
|
-
"class": ['v-pull-to-refresh__scroll-container', {
|
30467
|
+
}, null)])]), createElementVNode("div", {
|
30468
|
+
"class": normalizeClass(['v-pull-to-refresh__scroll-container', {
|
30469
30469
|
'v-pull-to-refresh__scroll-container--touching': touching.value
|
30470
|
-
}],
|
30471
|
-
"style": {
|
30470
|
+
}]),
|
30471
|
+
"style": normalizeStyle({
|
30472
30472
|
top: convertToUnit(topOffset.value)
|
30473
|
-
}
|
30473
|
+
})
|
30474
30474
|
}, [slots.default?.()])]);
|
30475
30475
|
});
|
30476
30476
|
}
|
@@ -30685,37 +30685,37 @@ const VTimePickerClock = genericComponent()({
|
|
30685
30685
|
}
|
30686
30686
|
}
|
30687
30687
|
useRender(() => {
|
30688
|
-
return
|
30689
|
-
"class": [{
|
30688
|
+
return createElementVNode("div", {
|
30689
|
+
"class": normalizeClass([{
|
30690
30690
|
'v-time-picker-clock': true,
|
30691
30691
|
'v-time-picker-clock--indeterminate': props.modelValue == null,
|
30692
30692
|
'v-time-picker-clock--readonly': props.readonly
|
30693
|
-
}],
|
30693
|
+
}]),
|
30694
30694
|
"onMousedown": onMouseDown,
|
30695
30695
|
"onTouchstart": onMouseDown,
|
30696
30696
|
"onWheel": wheel,
|
30697
30697
|
"ref": clockRef
|
30698
|
-
}, [
|
30698
|
+
}, [createElementVNode("div", {
|
30699
30699
|
"class": "v-time-picker-clock__inner",
|
30700
30700
|
"ref": innerClockRef
|
30701
|
-
}, [
|
30702
|
-
"class": [{
|
30701
|
+
}, [createElementVNode("div", {
|
30702
|
+
"class": normalizeClass([{
|
30703
30703
|
'v-time-picker-clock__hand': true,
|
30704
30704
|
'v-time-picker-clock__hand--inner': isInner(props.modelValue)
|
30705
|
-
}, textColorClasses.value],
|
30706
|
-
"style": [{
|
30705
|
+
}, textColorClasses.value]),
|
30706
|
+
"style": normalizeStyle([{
|
30707
30707
|
transform: `rotate(${props.rotate + degreesPerUnit.value * (displayedValue.value - props.min)}deg) scaleY(${handScale(displayedValue.value)})`
|
30708
|
-
}, textColorStyles.value]
|
30708
|
+
}, textColorStyles.value])
|
30709
30709
|
}, null), genChildren.value.map(value => {
|
30710
30710
|
const isActive = value === displayedValue.value;
|
30711
|
-
return
|
30712
|
-
"class": [{
|
30711
|
+
return createElementVNode("div", {
|
30712
|
+
"class": normalizeClass([{
|
30713
30713
|
'v-time-picker-clock__item': true,
|
30714
30714
|
'v-time-picker-clock__item--active': isActive,
|
30715
30715
|
'v-time-picker-clock__item--disabled': props.disabled || !isAllowed(value)
|
30716
|
-
}, isActive && backgroundColorClasses.value],
|
30717
|
-
"style": [getTransform(value), isActive && backgroundColorStyles.value]
|
30718
|
-
}, [
|
30716
|
+
}, isActive && backgroundColorClasses.value]),
|
30717
|
+
"style": normalizeStyle([getTransform(value), isActive && backgroundColorStyles.value])
|
30718
|
+
}, [createElementVNode("span", null, [props.format(value)])]);
|
30719
30719
|
})])]);
|
30720
30720
|
});
|
30721
30721
|
}
|
@@ -30758,46 +30758,46 @@ const VTimePickerControls = genericComponent()({
|
|
30758
30758
|
if (props.ampm) {
|
30759
30759
|
hour = hour ? (hour - 1) % 12 + 1 : 12;
|
30760
30760
|
}
|
30761
|
-
return
|
30761
|
+
return createElementVNode("div", {
|
30762
30762
|
"class": "v-time-picker-controls"
|
30763
|
-
}, [
|
30764
|
-
"class": {
|
30763
|
+
}, [createElementVNode("div", {
|
30764
|
+
"class": normalizeClass({
|
30765
30765
|
'v-time-picker-controls__time': true,
|
30766
30766
|
'v-time-picker-controls__time--with-seconds': props.useSeconds
|
30767
|
-
}
|
30767
|
+
})
|
30768
30768
|
}, [createVNode(VBtn, {
|
30769
30769
|
"active": props.viewMode === 'hour',
|
30770
30770
|
"color": props.viewMode === 'hour' ? props.color : undefined,
|
30771
30771
|
"disabled": props.disabled,
|
30772
30772
|
"variant": "tonal",
|
30773
|
-
"class": {
|
30773
|
+
"class": normalizeClass({
|
30774
30774
|
'v-time-picker-controls__time__btn': true,
|
30775
30775
|
'v-time-picker-controls__time--with-ampm__btn': props.ampm,
|
30776
30776
|
'v-time-picker-controls__time--with-seconds__btn': props.useSeconds
|
30777
|
-
},
|
30777
|
+
}),
|
30778
30778
|
"text": props.hour == null ? '--' : pad(`${hour}`),
|
30779
30779
|
"onClick": () => emit('update:viewMode', 'hour')
|
30780
|
-
}, null),
|
30781
|
-
"class": ['v-time-picker-controls__time__separator', {
|
30780
|
+
}, null), createElementVNode("span", {
|
30781
|
+
"class": normalizeClass(['v-time-picker-controls__time__separator', {
|
30782
30782
|
'v-time-picker-controls--with-seconds__time__separator': props.useSeconds
|
30783
|
-
}]
|
30783
|
+
}])
|
30784
30784
|
}, [createTextVNode(":")]), createVNode(VBtn, {
|
30785
30785
|
"active": props.viewMode === 'minute',
|
30786
30786
|
"color": props.viewMode === 'minute' ? props.color : undefined,
|
30787
|
-
"class": {
|
30787
|
+
"class": normalizeClass({
|
30788
30788
|
'v-time-picker-controls__time__btn': true,
|
30789
30789
|
'v-time-picker-controls__time__btn__active': props.viewMode === 'minute',
|
30790
30790
|
'v-time-picker-controls__time--with-ampm__btn': props.ampm,
|
30791
30791
|
'v-time-picker-controls__time--with-seconds__btn': props.useSeconds
|
30792
|
-
},
|
30792
|
+
}),
|
30793
30793
|
"disabled": props.disabled,
|
30794
30794
|
"variant": "tonal",
|
30795
30795
|
"text": props.minute == null ? '--' : pad(props.minute),
|
30796
30796
|
"onClick": () => emit('update:viewMode', 'minute')
|
30797
|
-
}, null), props.useSeconds &&
|
30798
|
-
"class": ['v-time-picker-controls__time__separator', {
|
30797
|
+
}, null), props.useSeconds && createElementVNode("span", {
|
30798
|
+
"class": normalizeClass(['v-time-picker-controls__time__separator', {
|
30799
30799
|
'v-time-picker-controls--with-seconds__time__separator': props.useSeconds
|
30800
|
-
}],
|
30800
|
+
}]),
|
30801
30801
|
"key": "secondsDivider"
|
30802
30802
|
}, [createTextVNode(":")]), props.useSeconds && createVNode(VBtn, {
|
30803
30803
|
"key": "secondsVal",
|
@@ -30805,25 +30805,25 @@ const VTimePickerControls = genericComponent()({
|
|
30805
30805
|
"color": props.viewMode === 'second' ? props.color : undefined,
|
30806
30806
|
"variant": "tonal",
|
30807
30807
|
"onClick": () => emit('update:viewMode', 'second'),
|
30808
|
-
"class": {
|
30808
|
+
"class": normalizeClass({
|
30809
30809
|
'v-time-picker-controls__time__btn': true,
|
30810
30810
|
'v-time-picker-controls__time__btn__active': props.viewMode === 'second',
|
30811
30811
|
'v-time-picker-controls__time--with-seconds__btn': props.useSeconds
|
30812
|
-
},
|
30812
|
+
}),
|
30813
30813
|
"disabled": props.disabled,
|
30814
30814
|
"text": props.second == null ? '--' : pad(props.second)
|
30815
|
-
}, null), props.ampm && props.ampmInTitle &&
|
30816
|
-
"class": ['v-time-picker-controls__ampm', {
|
30815
|
+
}, null), props.ampm && props.ampmInTitle && createElementVNode("div", {
|
30816
|
+
"class": normalizeClass(['v-time-picker-controls__ampm', {
|
30817
30817
|
'v-time-picker-controls__ampm--readonly': props.ampmReadonly
|
30818
|
-
}]
|
30818
|
+
}])
|
30819
30819
|
}, [createVNode(VBtn, {
|
30820
30820
|
"active": props.period === 'am',
|
30821
30821
|
"color": props.period === 'am' ? props.color : undefined,
|
30822
|
-
"class": {
|
30822
|
+
"class": normalizeClass({
|
30823
30823
|
'v-time-picker-controls__ampm__am': true,
|
30824
30824
|
'v-time-picker-controls__ampm__btn': true,
|
30825
30825
|
'v-time-picker-controls__ampm__btn__active': props.period === 'am'
|
30826
|
-
},
|
30826
|
+
}),
|
30827
30827
|
"disabled": props.disabled,
|
30828
30828
|
"text": t('$vuetify.timePicker.am'),
|
30829
30829
|
"variant": props.disabled && props.period === 'am' ? 'elevated' : 'tonal',
|
@@ -30831,11 +30831,11 @@ const VTimePickerControls = genericComponent()({
|
|
30831
30831
|
}, null), createVNode(VBtn, {
|
30832
30832
|
"active": props.period === 'pm',
|
30833
30833
|
"color": props.period === 'pm' ? props.color : undefined,
|
30834
|
-
"class": {
|
30834
|
+
"class": normalizeClass({
|
30835
30835
|
'v-time-picker-controls__ampm__pm': true,
|
30836
30836
|
'v-time-picker-controls__ampm__btn': true,
|
30837
30837
|
'v-time-picker-controls__ampm__btn__active': props.period === 'pm'
|
30838
|
-
},
|
30838
|
+
}),
|
30839
30839
|
"disabled": props.disabled,
|
30840
30840
|
"text": t('$vuetify.timePicker.pm'),
|
30841
30841
|
"variant": props.disabled && props.period === 'pm' ? 'elevated' : 'tonal',
|
@@ -31063,7 +31063,7 @@ const VTimePicker = genericComponent()({
|
|
31063
31063
|
"class": ['v-time-picker', props.class],
|
31064
31064
|
"style": props.style
|
31065
31065
|
}), {
|
31066
|
-
title: () => slots.title?.() ??
|
31066
|
+
title: () => slots.title?.() ?? createElementVNode("div", {
|
31067
31067
|
"class": "v-time-picker__title"
|
31068
31068
|
}, [t(props.title)]),
|
31069
31069
|
header: () => createVNode(VTimePickerControls, mergeProps(timePickerControlsProps, {
|
@@ -31130,7 +31130,7 @@ const VTreeviewGroup = genericComponent()({
|
|
31130
31130
|
"subgroup": true
|
31131
31131
|
}), {
|
31132
31132
|
...slots,
|
31133
|
-
activator: slots.activator ? slotProps =>
|
31133
|
+
activator: slots.activator ? slotProps => createElementVNode(Fragment, null, [createVNode(VDefaultsProvider, {
|
31134
31134
|
"defaults": activatorDefaults.value
|
31135
31135
|
}, {
|
31136
31136
|
default: () => [slots.activator?.(slotProps)]
|
@@ -31196,7 +31196,7 @@ const VTreeviewItem = genericComponent()({
|
|
31196
31196
|
}), {
|
31197
31197
|
...slots,
|
31198
31198
|
prepend: hasPrepend ? slotProps => {
|
31199
|
-
return
|
31199
|
+
return createElementVNode(Fragment, null, [createVNode(VListItemAction, {
|
31200
31200
|
"start": false
|
31201
31201
|
}, {
|
31202
31202
|
default: () => [props.toggleIcon ? createVNode(VBtn, {
|
@@ -31213,7 +31213,7 @@ const VTreeviewItem = genericComponent()({
|
|
31213
31213
|
"width": "2"
|
31214
31214
|
}, null);
|
31215
31215
|
}
|
31216
|
-
}) :
|
31216
|
+
}) : createElementVNode("div", {
|
31217
31217
|
"class": "v-treeview-item__level"
|
31218
31218
|
}, null)]
|
31219
31219
|
}), slots.prepend?.(slotProps)]);
|
@@ -31282,7 +31282,7 @@ const VTreeviewChildren = genericComponent()({
|
|
31282
31282
|
} = item;
|
31283
31283
|
const loading = isLoading.has(item.value);
|
31284
31284
|
const slotsWithItem = {
|
31285
|
-
prepend: slotProps =>
|
31285
|
+
prepend: slotProps => createElementVNode(Fragment, null, [props.selectable && (!children || children && !['leaf', 'single-leaf'].includes(props.selectStrategy)) && createElementVNode("div", null, [createVNode(VCheckboxBtn, {
|
31286
31286
|
"key": item.value,
|
31287
31287
|
"modelValue": slotProps.isSelected,
|
31288
31288
|
"disabled": props.disabled,
|
@@ -32011,7 +32011,7 @@ function createVuetify$1() {
|
|
32011
32011
|
};
|
32012
32012
|
});
|
32013
32013
|
}
|
32014
|
-
const version$1 = "3.8.6-master.2025-05-
|
32014
|
+
const version$1 = "3.8.6-master.2025-05-26";
|
32015
32015
|
createVuetify$1.version = version$1;
|
32016
32016
|
|
32017
32017
|
// Vue's inject() can only be used in setup
|
@@ -32309,7 +32309,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
32309
32309
|
|
32310
32310
|
/* eslint-disable local-rules/sort-imports */
|
32311
32311
|
|
32312
|
-
const version = "3.8.6-master.2025-05-
|
32312
|
+
const version = "3.8.6-master.2025-05-26";
|
32313
32313
|
|
32314
32314
|
/* eslint-disable local-rules/sort-imports */
|
32315
32315
|
|