@vuetify/nightly 3.8.6-master.2025-05-23 → 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 +9 -3
- package/dist/json/attributes.json +2828 -2828
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +190 -190
- package/dist/json/web-types.json +5204 -5204
- package/dist/vuetify-labs.cjs +876 -873
- package/dist/vuetify-labs.css +5138 -5138
- package/dist/vuetify-labs.d.ts +69 -69
- package/dist/vuetify-labs.esm.js +877 -874
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +876 -873
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +763 -760
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5182 -5182
- package/dist/vuetify.d.ts +69 -69
- package/dist/vuetify.esm.js +764 -761
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +763 -760
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +960 -960
- 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 +20 -18
- 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/InputIcon.d.ts +1 -1
- package/lib/components/VInput/InputIcon.js +5 -4
- package/lib/components/VInput/InputIcon.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 +69 -69
- 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
|
}, {
|
@@ -6557,7 +6557,8 @@ function useInputIcon(props) {
|
|
6557
6557
|
function InputIcon(_ref) {
|
6558
6558
|
let {
|
6559
6559
|
name,
|
6560
|
-
color
|
6560
|
+
color,
|
6561
|
+
...attrs
|
6561
6562
|
} = _ref;
|
6562
6563
|
const localeKey = {
|
6563
6564
|
prepend: 'prependAction',
|
@@ -6574,13 +6575,13 @@ function useInputIcon(props) {
|
|
6574
6575
|
callEvent(listener, new PointerEvent('click', e));
|
6575
6576
|
}
|
6576
6577
|
const label = listener && localeKey ? t(`$vuetify.input.${localeKey}`, props.label ?? '') : undefined;
|
6577
|
-
return createVNode(VIcon, {
|
6578
|
+
return createVNode(VIcon, mergeProps({
|
6578
6579
|
"icon": props[`${name}Icon`],
|
6579
6580
|
"aria-label": label,
|
6580
6581
|
"onClick": listener,
|
6581
6582
|
"onKeydown": onKeydown,
|
6582
6583
|
"color": color
|
6583
|
-
}, null);
|
6584
|
+
}, attrs), null);
|
6584
6585
|
}
|
6585
6586
|
return {
|
6586
6587
|
InputIcon
|
@@ -6620,10 +6621,10 @@ const VMessages = genericComponent()({
|
|
6620
6621
|
useRender(() => createVNode(MaybeTransition, {
|
6621
6622
|
"transition": props.transition,
|
6622
6623
|
"tag": "div",
|
6623
|
-
"class": ['v-messages', textColorClasses.value, props.class],
|
6624
|
-
"style": [textColorStyles.value, props.style]
|
6624
|
+
"class": normalizeClass(['v-messages', textColorClasses.value, props.class]),
|
6625
|
+
"style": normalizeStyle([textColorStyles.value, props.style])
|
6625
6626
|
}, {
|
6626
|
-
default: () => [props.active && messages.value.map((message, i) =>
|
6627
|
+
default: () => [props.active && messages.value.map((message, i) => createElementVNode("div", {
|
6627
6628
|
"class": "v-messages__message",
|
6628
6629
|
"key": `${i}-${messages.value}`
|
6629
6630
|
}, [slots.message ? slots.message({
|
@@ -7089,31 +7090,31 @@ const VInput = genericComponent()({
|
|
7089
7090
|
const hasAppend = !!(slots.append || props.appendIcon);
|
7090
7091
|
const hasMessages = messages.value.length > 0;
|
7091
7092
|
const hasDetails = !props.hideDetails || props.hideDetails === 'auto' && (hasMessages || !!slots.details);
|
7092
|
-
return
|
7093
|
-
"class": ['v-input', `v-input--${props.direction}`, {
|
7093
|
+
return createElementVNode("div", {
|
7094
|
+
"class": normalizeClass(['v-input', `v-input--${props.direction}`, {
|
7094
7095
|
'v-input--center-affix': props.centerAffix,
|
7095
7096
|
'v-input--focused': props.focused,
|
7096
7097
|
'v-input--glow': props.glow,
|
7097
7098
|
'v-input--hide-spin-buttons': props.hideSpinButtons
|
7098
|
-
}, densityClasses.value, themeClasses.value, rtlClasses.value, validationClasses.value, props.class],
|
7099
|
-
"style": [dimensionStyles.value, props.style]
|
7100
|
-
}, [hasPrepend &&
|
7099
|
+
}, densityClasses.value, themeClasses.value, rtlClasses.value, validationClasses.value, props.class]),
|
7100
|
+
"style": normalizeStyle([dimensionStyles.value, props.style])
|
7101
|
+
}, [hasPrepend && createElementVNode("div", {
|
7101
7102
|
"key": "prepend",
|
7102
7103
|
"class": "v-input__prepend"
|
7103
7104
|
}, [slots.prepend?.(slotProps.value), props.prependIcon && createVNode(InputIcon, {
|
7104
7105
|
"key": "prepend-icon",
|
7105
7106
|
"name": "prepend",
|
7106
7107
|
"color": iconColor.value
|
7107
|
-
}, null)]), slots.default &&
|
7108
|
+
}, null)]), slots.default && createElementVNode("div", {
|
7108
7109
|
"class": "v-input__control"
|
7109
|
-
}, [slots.default?.(slotProps.value)]), hasAppend &&
|
7110
|
+
}, [slots.default?.(slotProps.value)]), hasAppend && createElementVNode("div", {
|
7110
7111
|
"key": "append",
|
7111
7112
|
"class": "v-input__append"
|
7112
7113
|
}, [props.appendIcon && createVNode(InputIcon, {
|
7113
7114
|
"key": "append-icon",
|
7114
7115
|
"name": "append",
|
7115
7116
|
"color": iconColor.value
|
7116
|
-
}, null), slots.append?.(slotProps.value)]), hasDetails &&
|
7117
|
+
}, null), slots.append?.(slotProps.value)]), hasDetails && createElementVNode("div", {
|
7117
7118
|
"id": messagesId.value,
|
7118
7119
|
"class": "v-input__details",
|
7119
7120
|
"role": "alert",
|
@@ -7862,42 +7863,42 @@ const VSlideGroup = genericComponent()({
|
|
7862
7863
|
return scrollSizeMax - Math.abs(scrollOffset.value) > 1;
|
7863
7864
|
});
|
7864
7865
|
useRender(() => createVNode(props.tag, {
|
7865
|
-
"class": ['v-slide-group', {
|
7866
|
+
"class": normalizeClass(['v-slide-group', {
|
7866
7867
|
'v-slide-group--vertical': !isHorizontal.value,
|
7867
7868
|
'v-slide-group--has-affixes': hasAffixes.value,
|
7868
7869
|
'v-slide-group--is-overflowing': isOverflowing.value
|
7869
|
-
}, displayClasses.value, props.class],
|
7870
|
-
"style": props.style,
|
7870
|
+
}, displayClasses.value, props.class]),
|
7871
|
+
"style": normalizeStyle(props.style),
|
7871
7872
|
"tabindex": isFocused.value || group.selected.value.length ? -1 : 0,
|
7872
7873
|
"onFocus": onFocus
|
7873
7874
|
}, {
|
7874
|
-
default: () => [hasAffixes.value &&
|
7875
|
+
default: () => [hasAffixes.value && createElementVNode("div", {
|
7875
7876
|
"key": "prev",
|
7876
|
-
"class": ['v-slide-group__prev', {
|
7877
|
+
"class": normalizeClass(['v-slide-group__prev', {
|
7877
7878
|
'v-slide-group__prev--disabled': !hasPrev.value
|
7878
|
-
}],
|
7879
|
+
}]),
|
7879
7880
|
"onMousedown": onFocusAffixes,
|
7880
7881
|
"onClick": () => hasPrev.value && scrollTo('prev')
|
7881
7882
|
}, [slots.prev?.(slotProps.value) ?? createVNode(VFadeTransition, null, {
|
7882
7883
|
default: () => [createVNode(VIcon, {
|
7883
7884
|
"icon": isRtl.value ? props.nextIcon : props.prevIcon
|
7884
7885
|
}, null)]
|
7885
|
-
})]),
|
7886
|
+
})]), createElementVNode("div", {
|
7886
7887
|
"key": "container",
|
7887
7888
|
"ref": containerRef,
|
7888
7889
|
"class": "v-slide-group__container",
|
7889
7890
|
"onScroll": onScroll
|
7890
|
-
}, [
|
7891
|
+
}, [createElementVNode("div", {
|
7891
7892
|
"ref": contentRef,
|
7892
7893
|
"class": "v-slide-group__content",
|
7893
7894
|
"onFocusin": onFocusin,
|
7894
7895
|
"onFocusout": onFocusout,
|
7895
7896
|
"onKeydown": onKeydown
|
7896
|
-
}, [slots.default?.(slotProps.value)])]), hasAffixes.value &&
|
7897
|
+
}, [slots.default?.(slotProps.value)])]), hasAffixes.value && createElementVNode("div", {
|
7897
7898
|
"key": "next",
|
7898
|
-
"class": ['v-slide-group__next', {
|
7899
|
+
"class": normalizeClass(['v-slide-group__next', {
|
7899
7900
|
'v-slide-group__next--disabled': !hasNext.value
|
7900
|
-
}],
|
7901
|
+
}]),
|
7901
7902
|
"onMousedown": onFocusAffixes,
|
7902
7903
|
"onClick": () => hasNext.value && scrollTo('next')
|
7903
7904
|
}, [slots.next?.(slotProps.value) ?? createVNode(VFadeTransition, null, {
|
@@ -8052,7 +8053,7 @@ const makeVChipProps = propsFactory({
|
|
8052
8053
|
const VChip = genericComponent()({
|
8053
8054
|
name: 'VChip',
|
8054
8055
|
directives: {
|
8055
|
-
Ripple
|
8056
|
+
vRipple: Ripple
|
8056
8057
|
},
|
8057
8058
|
props: makeVChipProps(),
|
8058
8059
|
emits: {
|
@@ -8152,7 +8153,7 @@ const VChip = genericComponent()({
|
|
8152
8153
|
default: () => [genOverlays(isClickable.value, 'v-chip'), hasFilter && createVNode(VExpandXTransition, {
|
8153
8154
|
"key": "filter"
|
8154
8155
|
}, {
|
8155
|
-
default: () => [withDirectives(
|
8156
|
+
default: () => [withDirectives(createElementVNode("div", {
|
8156
8157
|
"class": "v-chip__filter"
|
8157
8158
|
}, [!slots.filter ? createVNode(VIcon, {
|
8158
8159
|
"key": "filter-icon",
|
@@ -8166,10 +8167,10 @@ const VChip = genericComponent()({
|
|
8166
8167
|
}
|
8167
8168
|
}
|
8168
8169
|
}, slots.filter)]), [[vShow, group.isSelected.value]])]
|
8169
|
-
}), hasPrepend &&
|
8170
|
+
}), hasPrepend && createElementVNode("div", {
|
8170
8171
|
"key": "prepend",
|
8171
8172
|
"class": "v-chip__prepend"
|
8172
|
-
}, [!slots.prepend ?
|
8173
|
+
}, [!slots.prepend ? createElementVNode(Fragment, null, [props.prependIcon && createVNode(VIcon, {
|
8173
8174
|
"key": "prepend-icon",
|
8174
8175
|
"icon": props.prependIcon,
|
8175
8176
|
"start": true
|
@@ -8190,7 +8191,7 @@ const VChip = genericComponent()({
|
|
8190
8191
|
start: true
|
8191
8192
|
}
|
8192
8193
|
}
|
8193
|
-
}, slots.prepend)]),
|
8194
|
+
}, slots.prepend)]), createElementVNode("div", {
|
8194
8195
|
"class": "v-chip__content",
|
8195
8196
|
"data-no-activator": ""
|
8196
8197
|
}, [slots.default?.({
|
@@ -8200,10 +8201,10 @@ const VChip = genericComponent()({
|
|
8200
8201
|
toggle: group?.toggle,
|
8201
8202
|
value: group?.value.value,
|
8202
8203
|
disabled: props.disabled
|
8203
|
-
}) ?? toDisplayString(props.text)]), hasAppend &&
|
8204
|
+
}) ?? toDisplayString(props.text)]), hasAppend && createElementVNode("div", {
|
8204
8205
|
"key": "append",
|
8205
8206
|
"class": "v-chip__append"
|
8206
|
-
}, [!slots.append ?
|
8207
|
+
}, [!slots.append ? createElementVNode(Fragment, null, [props.appendIcon && createVNode(VIcon, {
|
8207
8208
|
"key": "append-icon",
|
8208
8209
|
"end": true,
|
8209
8210
|
"icon": props.appendIcon
|
@@ -8224,7 +8225,7 @@ const VChip = genericComponent()({
|
|
8224
8225
|
icon: props.appendIcon
|
8225
8226
|
}
|
8226
8227
|
}
|
8227
|
-
}, slots.append)]), hasClose &&
|
8228
|
+
}, slots.append)]), hasClose && createElementVNode("button", mergeProps({
|
8228
8229
|
"key": "close",
|
8229
8230
|
"class": "v-chip__close",
|
8230
8231
|
"type": "button",
|
@@ -8242,7 +8243,7 @@ const VChip = genericComponent()({
|
|
8242
8243
|
}
|
8243
8244
|
}
|
8244
8245
|
}, slots.close)])]
|
8245
|
-
}), [[
|
8246
|
+
}), [[Ripple, isClickable.value && props.ripple, null]]);
|
8246
8247
|
};
|
8247
8248
|
}
|
8248
8249
|
});
|
@@ -9015,13 +9016,13 @@ const VListGroup = genericComponent()({
|
|
9015
9016
|
}
|
9016
9017
|
}));
|
9017
9018
|
useRender(() => createVNode(props.tag, {
|
9018
|
-
"class": ['v-list-group', {
|
9019
|
+
"class": normalizeClass(['v-list-group', {
|
9019
9020
|
'v-list-group--prepend': list?.hasPrepend.value,
|
9020
9021
|
'v-list-group--fluid': props.fluid,
|
9021
9022
|
'v-list-group--subgroup': props.subgroup,
|
9022
9023
|
'v-list-group--open': isOpen.value
|
9023
|
-
}, props.class],
|
9024
|
-
"style": props.style
|
9024
|
+
}, props.class]),
|
9025
|
+
"style": normalizeStyle(props.style)
|
9025
9026
|
}, {
|
9026
9027
|
default: () => [slots.activator && createVNode(VDefaultsProvider, {
|
9027
9028
|
"defaults": activatorDefaults.value
|
@@ -9038,7 +9039,7 @@ const VListGroup = genericComponent()({
|
|
9038
9039
|
},
|
9039
9040
|
"disabled": !isBooted.value
|
9040
9041
|
}, {
|
9041
|
-
default: () => [withDirectives(
|
9042
|
+
default: () => [withDirectives(createElementVNode("div", {
|
9042
9043
|
"class": "v-list-group__items",
|
9043
9044
|
"role": "group",
|
9044
9045
|
"aria-labelledby": id.value
|
@@ -9064,10 +9065,10 @@ const VListItemSubtitle = genericComponent()({
|
|
9064
9065
|
slots
|
9065
9066
|
} = _ref;
|
9066
9067
|
useRender(() => createVNode(props.tag, {
|
9067
|
-
"class": ['v-list-item-subtitle', props.class],
|
9068
|
-
"style": [{
|
9068
|
+
"class": normalizeClass(['v-list-item-subtitle', props.class]),
|
9069
|
+
"style": normalizeStyle([{
|
9069
9070
|
'--v-list-item-subtitle-opacity': props.opacity
|
9070
|
-
}, props.style]
|
9071
|
+
}, props.style])
|
9071
9072
|
}, slots));
|
9072
9073
|
return {};
|
9073
9074
|
}
|
@@ -9130,7 +9131,7 @@ const makeVListItemProps = propsFactory({
|
|
9130
9131
|
const VListItem = genericComponent()({
|
9131
9132
|
name: 'VListItem',
|
9132
9133
|
directives: {
|
9133
|
-
Ripple
|
9134
|
+
vRipple: Ripple
|
9134
9135
|
},
|
9135
9136
|
props: makeVListItemProps(),
|
9136
9137
|
emits: {
|
@@ -9265,10 +9266,10 @@ const VListItem = genericComponent()({
|
|
9265
9266
|
"onClick": onClick,
|
9266
9267
|
"onKeydown": isClickable.value && !isLink.value && onKeyDown
|
9267
9268
|
}, link.linkProps), {
|
9268
|
-
default: () => [genOverlays(isClickable.value || isActive.value, 'v-list-item'), hasPrepend &&
|
9269
|
+
default: () => [genOverlays(isClickable.value || isActive.value, 'v-list-item'), hasPrepend && createElementVNode("div", {
|
9269
9270
|
"key": "prepend",
|
9270
9271
|
"class": "v-list-item__prepend"
|
9271
|
-
}, [!slots.prepend ?
|
9272
|
+
}, [!slots.prepend ? createElementVNode(Fragment, null, [props.prependAvatar && createVNode(VAvatar, {
|
9272
9273
|
"key": "prepend-avatar",
|
9273
9274
|
"density": props.density,
|
9274
9275
|
"image": props.prependAvatar
|
@@ -9294,9 +9295,9 @@ const VListItem = genericComponent()({
|
|
9294
9295
|
}
|
9295
9296
|
}, {
|
9296
9297
|
default: () => [slots.prepend?.(slotProps.value)]
|
9297
|
-
}),
|
9298
|
+
}), createElementVNode("div", {
|
9298
9299
|
"class": "v-list-item__spacer"
|
9299
|
-
}, null)]),
|
9300
|
+
}, null)]), createElementVNode("div", {
|
9300
9301
|
"class": "v-list-item__content",
|
9301
9302
|
"data-no-activator": ""
|
9302
9303
|
}, [hasTitle && createVNode(VListItemTitle, {
|
@@ -9311,10 +9312,10 @@ const VListItem = genericComponent()({
|
|
9311
9312
|
default: () => [slots.subtitle?.({
|
9312
9313
|
subtitle: props.subtitle
|
9313
9314
|
}) ?? toDisplayString(props.subtitle)]
|
9314
|
-
}), slots.default?.(slotProps.value)]), hasAppend &&
|
9315
|
+
}), slots.default?.(slotProps.value)]), hasAppend && createElementVNode("div", {
|
9315
9316
|
"key": "append",
|
9316
9317
|
"class": "v-list-item__append"
|
9317
|
-
}, [!slots.append ?
|
9318
|
+
}, [!slots.append ? createElementVNode(Fragment, null, [props.appendIcon && createVNode(VIcon, {
|
9318
9319
|
"key": "append-icon",
|
9319
9320
|
"density": props.density,
|
9320
9321
|
"icon": props.appendIcon
|
@@ -9340,10 +9341,10 @@ const VListItem = genericComponent()({
|
|
9340
9341
|
}
|
9341
9342
|
}, {
|
9342
9343
|
default: () => [slots.append?.(slotProps.value)]
|
9343
|
-
}),
|
9344
|
+
}), createElementVNode("div", {
|
9344
9345
|
"class": "v-list-item__spacer"
|
9345
9346
|
}, null)])]
|
9346
|
-
}), [[
|
9347
|
+
}), [[Ripple, isClickable.value && props.ripple]]);
|
9347
9348
|
});
|
9348
9349
|
return {
|
9349
9350
|
activate,
|
@@ -9381,15 +9382,15 @@ const VListSubheader = genericComponent()({
|
|
9381
9382
|
useRender(() => {
|
9382
9383
|
const hasText = !!(slots.default || props.title);
|
9383
9384
|
return createVNode(props.tag, {
|
9384
|
-
"class": ['v-list-subheader', {
|
9385
|
+
"class": normalizeClass(['v-list-subheader', {
|
9385
9386
|
'v-list-subheader--inset': props.inset,
|
9386
9387
|
'v-list-subheader--sticky': props.sticky
|
9387
|
-
}, textColorClasses.value, props.class],
|
9388
|
-
"style": [{
|
9388
|
+
}, textColorClasses.value, props.class]),
|
9389
|
+
"style": normalizeStyle([{
|
9389
9390
|
textColorStyles
|
9390
|
-
}, props.style]
|
9391
|
+
}, props.style])
|
9391
9392
|
}, {
|
9392
|
-
default: () => [hasText &&
|
9393
|
+
default: () => [hasText && createElementVNode("div", {
|
9393
9394
|
"class": "v-list-subheader__text"
|
9394
9395
|
}, [slots.default?.() ?? props.title])]
|
9395
9396
|
});
|
@@ -9434,25 +9435,25 @@ const VDivider = genericComponent()({
|
|
9434
9435
|
return styles;
|
9435
9436
|
});
|
9436
9437
|
useRender(() => {
|
9437
|
-
const divider =
|
9438
|
-
"class": [{
|
9438
|
+
const divider = createElementVNode("hr", {
|
9439
|
+
"class": normalizeClass([{
|
9439
9440
|
'v-divider': true,
|
9440
9441
|
'v-divider--inset': props.inset,
|
9441
9442
|
'v-divider--vertical': props.vertical
|
9442
|
-
}, themeClasses.value, textColorClasses.value, props.class],
|
9443
|
-
"style": [dividerStyles.value, textColorStyles.value, {
|
9443
|
+
}, themeClasses.value, textColorClasses.value, props.class]),
|
9444
|
+
"style": normalizeStyle([dividerStyles.value, textColorStyles.value, {
|
9444
9445
|
'--v-border-opacity': props.opacity
|
9445
|
-
}, props.style],
|
9446
|
+
}, props.style]),
|
9446
9447
|
"aria-orientation": !attrs.role || attrs.role === 'separator' ? props.vertical ? 'vertical' : 'horizontal' : undefined,
|
9447
9448
|
"role": `${attrs.role || 'separator'}`
|
9448
9449
|
}, null);
|
9449
9450
|
if (!slots.default) return divider;
|
9450
|
-
return
|
9451
|
-
"class": ['v-divider__wrapper', {
|
9451
|
+
return createElementVNode("div", {
|
9452
|
+
"class": normalizeClass(['v-divider__wrapper', {
|
9452
9453
|
'v-divider__wrapper--vertical': props.vertical,
|
9453
9454
|
'v-divider__wrapper--inset': props.inset
|
9454
|
-
}]
|
9455
|
-
}, [divider,
|
9455
|
+
}])
|
9456
|
+
}, [divider, createElementVNode("div", {
|
9456
9457
|
"class": "v-divider__content"
|
9457
9458
|
}, [slots.default()]), divider]);
|
9458
9459
|
});
|
@@ -9871,12 +9872,12 @@ const VList = genericComponent()({
|
|
9871
9872
|
useRender(() => {
|
9872
9873
|
return createVNode(props.tag, {
|
9873
9874
|
"ref": contentRef,
|
9874
|
-
"class": ['v-list', {
|
9875
|
+
"class": normalizeClass(['v-list', {
|
9875
9876
|
'v-list--disabled': props.disabled,
|
9876
9877
|
'v-list--nav': props.nav,
|
9877
9878
|
'v-list--slim': props.slim
|
9878
|
-
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class],
|
9879
|
-
"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]),
|
9880
9881
|
"tabindex": props.disabled ? -1 : 0,
|
9881
9882
|
"role": "listbox",
|
9882
9883
|
"aria-activedescendant": undefined,
|
@@ -9920,11 +9921,11 @@ const VListItemAction = genericComponent()({
|
|
9920
9921
|
slots
|
9921
9922
|
} = _ref;
|
9922
9923
|
useRender(() => createVNode(props.tag, {
|
9923
|
-
"class": ['v-list-item-action', {
|
9924
|
+
"class": normalizeClass(['v-list-item-action', {
|
9924
9925
|
'v-list-item-action--start': props.start,
|
9925
9926
|
'v-list-item-action--end': props.end
|
9926
|
-
}, props.class],
|
9927
|
-
"style": props.style
|
9927
|
+
}, props.class]),
|
9928
|
+
"style": normalizeStyle(props.style)
|
9928
9929
|
}, slots));
|
9929
9930
|
return {};
|
9930
9931
|
}
|
@@ -9945,11 +9946,11 @@ const VListItemMedia = genericComponent()({
|
|
9945
9946
|
} = _ref;
|
9946
9947
|
useRender(() => {
|
9947
9948
|
return createVNode(props.tag, {
|
9948
|
-
"class": ['v-list-item-media', {
|
9949
|
+
"class": normalizeClass(['v-list-item-media', {
|
9949
9950
|
'v-list-item-media--start': props.start,
|
9950
9951
|
'v-list-item-media--end': props.end
|
9951
|
-
}, props.class],
|
9952
|
-
"style": props.style
|
9952
|
+
}, props.class]),
|
9953
|
+
"style": normalizeStyle(props.style)
|
9953
9954
|
}, slots);
|
9954
9955
|
});
|
9955
9956
|
return {};
|
@@ -11109,7 +11110,7 @@ function Scrim(props) {
|
|
11109
11110
|
"name": "fade-transition",
|
11110
11111
|
"appear": true
|
11111
11112
|
}, {
|
11112
|
-
default: () => [props.modelValue &&
|
11113
|
+
default: () => [props.modelValue && createElementVNode("div", mergeProps({
|
11113
11114
|
"class": ['v-overlay__scrim', props.color.backgroundColorClasses.value],
|
11114
11115
|
"style": props.color.backgroundColorStyles.value
|
11115
11116
|
}, rest), null)]
|
@@ -11150,7 +11151,7 @@ const makeVOverlayProps = propsFactory({
|
|
11150
11151
|
const VOverlay = genericComponent()({
|
11151
11152
|
name: 'VOverlay',
|
11152
11153
|
directives: {
|
11153
|
-
ClickOutside
|
11154
|
+
vClickOutside: ClickOutside
|
11154
11155
|
},
|
11155
11156
|
inheritAttrs: false,
|
11156
11157
|
props: {
|
@@ -11330,7 +11331,7 @@ const VOverlay = genericComponent()({
|
|
11330
11331
|
_onAfterLeave();
|
11331
11332
|
emit('afterLeave');
|
11332
11333
|
}
|
11333
|
-
useRender(() =>
|
11334
|
+
useRender(() => createElementVNode(Fragment, null, [slots.activator?.({
|
11334
11335
|
isActive: isActive.value,
|
11335
11336
|
targetRef,
|
11336
11337
|
props: mergeProps({
|
@@ -11340,7 +11341,7 @@ const VOverlay = genericComponent()({
|
|
11340
11341
|
"disabled": !teleportTarget.value,
|
11341
11342
|
"to": teleportTarget.value
|
11342
11343
|
}, {
|
11343
|
-
default: () => [
|
11344
|
+
default: () => [createElementVNode("div", mergeProps({
|
11344
11345
|
"class": ['v-overlay', {
|
11345
11346
|
'v-overlay--absolute': props.absolute || props.contained,
|
11346
11347
|
'v-overlay--active': isActive.value,
|
@@ -11364,13 +11365,13 @@ const VOverlay = genericComponent()({
|
|
11364
11365
|
"onAfterEnter": onAfterEnter,
|
11365
11366
|
"onAfterLeave": onAfterLeave
|
11366
11367
|
}, {
|
11367
|
-
default: () => [withDirectives(
|
11368
|
+
default: () => [withDirectives(createElementVNode("div", mergeProps({
|
11368
11369
|
"ref": contentEl,
|
11369
11370
|
"class": ['v-overlay__content', props.contentClass],
|
11370
11371
|
"style": [dimensionStyles.value, contentStyles.value]
|
11371
11372
|
}, contentEvents.value, props.contentProps), [slots.default?.({
|
11372
11373
|
isActive
|
11373
|
-
})]), [[vShow, isActive.value], [
|
11374
|
+
})]), [[vShow, isActive.value], [ClickOutside, {
|
11374
11375
|
handler: onClickOutside,
|
11375
11376
|
closeConditional,
|
11376
11377
|
include: () => [activatorEl.value]
|
@@ -11699,11 +11700,11 @@ const VCounter = genericComponent()({
|
|
11699
11700
|
useRender(() => createVNode(MaybeTransition, {
|
11700
11701
|
"transition": props.transition
|
11701
11702
|
}, {
|
11702
|
-
default: () => [withDirectives(
|
11703
|
-
"class": ['v-counter', {
|
11703
|
+
default: () => [withDirectives(createElementVNode("div", {
|
11704
|
+
"class": normalizeClass(['v-counter', {
|
11704
11705
|
'text-error': props.max && !props.disabled && parseFloat(props.value) > parseFloat(props.max)
|
11705
|
-
}, props.class],
|
11706
|
-
"style": props.style
|
11706
|
+
}, props.class]),
|
11707
|
+
"style": normalizeStyle(props.style)
|
11707
11708
|
}, [slots.default ? slots.default({
|
11708
11709
|
counter: counter.value,
|
11709
11710
|
max: props.max,
|
@@ -11726,10 +11727,10 @@ const VFieldLabel = genericComponent()({
|
|
11726
11727
|
slots
|
11727
11728
|
} = _ref;
|
11728
11729
|
useRender(() => createVNode(VLabel, {
|
11729
|
-
"class": ['v-field-label', {
|
11730
|
+
"class": normalizeClass(['v-field-label', {
|
11730
11731
|
'v-field-label--floating': props.floating
|
11731
|
-
}, props.class],
|
11732
|
-
"style": props.style,
|
11732
|
+
}, props.class]),
|
11733
|
+
"style": normalizeStyle(props.style),
|
11733
11734
|
"aria-hidden": props.floating || undefined
|
11734
11735
|
}, slots));
|
11735
11736
|
return {};
|
@@ -11906,7 +11907,7 @@ const VField = genericComponent()({
|
|
11906
11907
|
for: id.value
|
11907
11908
|
}
|
11908
11909
|
}) : props.label;
|
11909
|
-
return
|
11910
|
+
return createElementVNode("div", mergeProps({
|
11910
11911
|
"class": ['v-field', {
|
11911
11912
|
'v-field--active': isActive.value,
|
11912
11913
|
'v-field--appended': hasAppend,
|
@@ -11926,7 +11927,7 @@ const VField = genericComponent()({
|
|
11926
11927
|
}, themeClasses.value, backgroundColorClasses.value, focusClasses.value, loaderClasses.value, roundedClasses.value, rtlClasses.value, props.class],
|
11927
11928
|
"style": [backgroundColorStyles.value, props.style],
|
11928
11929
|
"onClick": onClick
|
11929
|
-
}, attrs), [
|
11930
|
+
}, attrs), [createElementVNode("div", {
|
11930
11931
|
"class": "v-field__overlay"
|
11931
11932
|
}, null), createVNode(LoaderSlot, {
|
11932
11933
|
"name": "v-field",
|
@@ -11934,23 +11935,23 @@ const VField = genericComponent()({
|
|
11934
11935
|
"color": props.error ? 'error' : typeof props.loading === 'string' ? props.loading : props.color
|
11935
11936
|
}, {
|
11936
11937
|
default: slots.loader
|
11937
|
-
}), hasPrepend &&
|
11938
|
+
}), hasPrepend && createElementVNode("div", {
|
11938
11939
|
"key": "prepend",
|
11939
11940
|
"class": "v-field__prepend-inner"
|
11940
11941
|
}, [props.prependInnerIcon && createVNode(InputIcon, {
|
11941
11942
|
"key": "prepend-icon",
|
11942
11943
|
"name": "prependInner",
|
11943
11944
|
"color": iconColor.value
|
11944
|
-
}, null), slots['prepend-inner']?.(slotProps.value)]),
|
11945
|
+
}, null), slots['prepend-inner']?.(slotProps.value)]), createElementVNode("div", {
|
11945
11946
|
"class": "v-field__field",
|
11946
11947
|
"data-no-activator": ""
|
11947
11948
|
}, [['filled', 'solo', 'solo-inverted', 'solo-filled'].includes(props.variant) && hasFloatingLabel.value && createVNode(VFieldLabel, {
|
11948
11949
|
"key": "floating-label",
|
11949
11950
|
"ref": floatingLabelRef,
|
11950
|
-
"class": [textColorClasses.value],
|
11951
|
+
"class": normalizeClass([textColorClasses.value]),
|
11951
11952
|
"floating": true,
|
11952
11953
|
"for": id.value,
|
11953
|
-
"style": textColorStyles.value
|
11954
|
+
"style": normalizeStyle(textColorStyles.value)
|
11954
11955
|
}, {
|
11955
11956
|
default: () => [label()]
|
11956
11957
|
}), hasLabel.value && createVNode(VFieldLabel, {
|
@@ -11968,14 +11969,14 @@ const VField = genericComponent()({
|
|
11968
11969
|
},
|
11969
11970
|
focus,
|
11970
11971
|
blur
|
11971
|
-
}) ??
|
11972
|
+
}) ?? createElementVNode("div", {
|
11972
11973
|
"id": id.value,
|
11973
11974
|
"class": "v-field__input",
|
11974
11975
|
"aria-describedby": messagesId.value
|
11975
11976
|
}, null)]), hasClear && createVNode(VExpandXTransition, {
|
11976
11977
|
"key": "clear"
|
11977
11978
|
}, {
|
11978
|
-
default: () => [withDirectives(
|
11979
|
+
default: () => [withDirectives(createElementVNode("div", {
|
11979
11980
|
"class": "v-field__clearable",
|
11980
11981
|
"onMousedown": e => {
|
11981
11982
|
e.preventDefault();
|
@@ -11993,27 +11994,29 @@ const VField = genericComponent()({
|
|
11993
11994
|
props: {
|
11994
11995
|
onFocus: focus,
|
11995
11996
|
onBlur: blur,
|
11996
|
-
onClick: props['onClick:clear']
|
11997
|
+
onClick: props['onClick:clear'],
|
11998
|
+
tabindex: -1
|
11997
11999
|
}
|
11998
12000
|
}) : createVNode(InputIcon, {
|
11999
12001
|
"name": "clear",
|
12000
12002
|
"onFocus": focus,
|
12001
|
-
"onBlur": blur
|
12003
|
+
"onBlur": blur,
|
12004
|
+
"tabindex": -1
|
12002
12005
|
}, null)]
|
12003
12006
|
})]), [[vShow, props.dirty]])]
|
12004
|
-
}), hasAppend &&
|
12007
|
+
}), hasAppend && createElementVNode("div", {
|
12005
12008
|
"key": "append",
|
12006
12009
|
"class": "v-field__append-inner"
|
12007
12010
|
}, [slots['append-inner']?.(slotProps.value), props.appendInnerIcon && createVNode(InputIcon, {
|
12008
12011
|
"key": "append-icon",
|
12009
12012
|
"name": "appendInner",
|
12010
12013
|
"color": iconColor.value
|
12011
|
-
}, null)]),
|
12012
|
-
"class": ['v-field__outline', textColorClasses.value],
|
12013
|
-
"style": textColorStyles.value
|
12014
|
-
}, [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", {
|
12015
12018
|
"class": "v-field__outline__start"
|
12016
|
-
}, null), hasFloatingLabel.value &&
|
12019
|
+
}, null), hasFloatingLabel.value && createElementVNode("div", {
|
12017
12020
|
"class": "v-field__outline__notch"
|
12018
12021
|
}, [createVNode(VFieldLabel, {
|
12019
12022
|
"ref": floatingLabelRef,
|
@@ -12021,7 +12024,7 @@ const VField = genericComponent()({
|
|
12021
12024
|
"for": id.value
|
12022
12025
|
}, {
|
12023
12026
|
default: () => [label()]
|
12024
|
-
})]),
|
12027
|
+
})]), createElementVNode("div", {
|
12025
12028
|
"class": "v-field__outline__end"
|
12026
12029
|
}, null)]), isPlainOrUnderlined.value && hasFloatingLabel.value && createVNode(VFieldLabel, {
|
12027
12030
|
"ref": floatingLabelRef,
|
@@ -12062,7 +12065,7 @@ const makeVTextFieldProps = propsFactory({
|
|
12062
12065
|
const VTextField = genericComponent()({
|
12063
12066
|
name: 'VTextField',
|
12064
12067
|
directives: {
|
12065
|
-
Intersect
|
12068
|
+
vIntersect: Intersect
|
12066
12069
|
},
|
12067
12070
|
inheritAttrs: false,
|
12068
12071
|
props: makeVTextFieldProps(),
|
@@ -12194,7 +12197,7 @@ const VTextField = genericComponent()({
|
|
12194
12197
|
...slotProps
|
12195
12198
|
}
|
12196
12199
|
} = _ref3;
|
12197
|
-
const inputNode = withDirectives(
|
12200
|
+
const inputNode = withDirectives(createElementVNode("input", mergeProps({
|
12198
12201
|
"ref": inputRef,
|
12199
12202
|
"value": model.value,
|
12200
12203
|
"onInput": onInput,
|
@@ -12207,29 +12210,29 @@ const VTextField = genericComponent()({
|
|
12207
12210
|
"type": props.type,
|
12208
12211
|
"onFocus": onFocus,
|
12209
12212
|
"onBlur": blur
|
12210
|
-
}, slotProps, inputAttrs), null), [[
|
12213
|
+
}, slotProps, inputAttrs), null), [[Intersect, {
|
12211
12214
|
handler: onIntersect
|
12212
12215
|
}, null, {
|
12213
12216
|
once: true
|
12214
12217
|
}]]);
|
12215
|
-
return
|
12218
|
+
return createElementVNode(Fragment, null, [props.prefix && createElementVNode("span", {
|
12216
12219
|
"class": "v-text-field__prefix"
|
12217
|
-
}, [
|
12220
|
+
}, [createElementVNode("span", {
|
12218
12221
|
"class": "v-text-field__prefix__text"
|
12219
|
-
}, [props.prefix])]), slots.default ?
|
12220
|
-
"class": fieldClass,
|
12222
|
+
}, [props.prefix])]), slots.default ? createElementVNode("div", {
|
12223
|
+
"class": normalizeClass(fieldClass),
|
12221
12224
|
"data-no-activator": ""
|
12222
12225
|
}, [slots.default(), inputNode]) : cloneVNode(inputNode, {
|
12223
12226
|
class: fieldClass
|
12224
|
-
}), props.suffix &&
|
12227
|
+
}), props.suffix && createElementVNode("span", {
|
12225
12228
|
"class": "v-text-field__suffix"
|
12226
|
-
}, [
|
12229
|
+
}, [createElementVNode("span", {
|
12227
12230
|
"class": "v-text-field__suffix__text"
|
12228
12231
|
}, [props.suffix])])]);
|
12229
12232
|
}
|
12230
12233
|
});
|
12231
12234
|
},
|
12232
|
-
details: hasDetails ? slotProps =>
|
12235
|
+
details: hasDetails ? slotProps => createElementVNode(Fragment, null, [slots.details?.(slotProps), hasCounter && createElementVNode(Fragment, null, [createElementVNode("span", null, null), createVNode(VCounter, {
|
12233
12236
|
"active": props.persistentCounter || isFocused.value,
|
12234
12237
|
"value": counterValue.value,
|
12235
12238
|
"max": max.value,
|
@@ -12267,9 +12270,9 @@ const VVirtualScrollItem = genericComponent()({
|
|
12267
12270
|
watch(() => contentRect.value?.height, height => {
|
12268
12271
|
if (height != null) emit('update:height', height);
|
12269
12272
|
});
|
12270
|
-
useRender(() => props.renderless ?
|
12273
|
+
useRender(() => props.renderless ? createElementVNode(Fragment, null, [slots.default?.({
|
12271
12274
|
itemRef: resizeRef
|
12272
|
-
})]) :
|
12275
|
+
})]) : createElementVNode("div", mergeProps({
|
12273
12276
|
"ref": resizeRef,
|
12274
12277
|
"class": ['v-virtual-scroll__item', props.class],
|
12275
12278
|
"style": props.style
|
@@ -12604,30 +12607,30 @@ const VVirtualScroll = genericComponent()({
|
|
12604
12607
|
...slotProps
|
12605
12608
|
})
|
12606
12609
|
}));
|
12607
|
-
return props.renderless ?
|
12610
|
+
return props.renderless ? createElementVNode(Fragment, null, [createElementVNode("div", {
|
12608
12611
|
"ref": markerRef,
|
12609
12612
|
"class": "v-virtual-scroll__spacer",
|
12610
|
-
"style": {
|
12613
|
+
"style": normalizeStyle({
|
12611
12614
|
paddingTop: convertToUnit(paddingTop.value)
|
12612
|
-
}
|
12613
|
-
}, null), children,
|
12615
|
+
})
|
12616
|
+
}, null), children, createElementVNode("div", {
|
12614
12617
|
"class": "v-virtual-scroll__spacer",
|
12615
|
-
"style": {
|
12618
|
+
"style": normalizeStyle({
|
12616
12619
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12617
|
-
}
|
12618
|
-
}, null)]) :
|
12620
|
+
})
|
12621
|
+
}, null)]) : createElementVNode("div", {
|
12619
12622
|
"ref": containerRef,
|
12620
|
-
"class": ['v-virtual-scroll', props.class],
|
12623
|
+
"class": normalizeClass(['v-virtual-scroll', props.class]),
|
12621
12624
|
"onScrollPassive": handleScroll,
|
12622
12625
|
"onScrollend": handleScrollend,
|
12623
|
-
"style": [dimensionStyles.value, props.style]
|
12624
|
-
}, [
|
12626
|
+
"style": normalizeStyle([dimensionStyles.value, props.style])
|
12627
|
+
}, [createElementVNode("div", {
|
12625
12628
|
"ref": markerRef,
|
12626
12629
|
"class": "v-virtual-scroll__container",
|
12627
|
-
"style": {
|
12630
|
+
"style": normalizeStyle({
|
12628
12631
|
paddingTop: convertToUnit(paddingTop.value),
|
12629
12632
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12630
|
-
}
|
12633
|
+
})
|
12631
12634
|
}, [children])]);
|
12632
12635
|
});
|
12633
12636
|
return {
|
@@ -12998,7 +13001,7 @@ const VSelect = genericComponent()({
|
|
12998
13001
|
"title": t(label.value)
|
12999
13002
|
}), {
|
13000
13003
|
...slots,
|
13001
|
-
default: () =>
|
13004
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VMenu, mergeProps({
|
13002
13005
|
"ref": vMenuRef,
|
13003
13006
|
"modelValue": menu.value,
|
13004
13007
|
"onUpdate:modelValue": $event => menu.value = $event,
|
@@ -13056,7 +13059,7 @@ const VSelect = genericComponent()({
|
|
13056
13059
|
let {
|
13057
13060
|
isSelected
|
13058
13061
|
} = _ref3;
|
13059
|
-
return
|
13062
|
+
return createElementVNode(Fragment, null, [props.multiple && !props.hideSelected ? createVNode(VCheckboxBtn, {
|
13060
13063
|
"key": item.value,
|
13061
13064
|
"modelValue": isSelected,
|
13062
13065
|
"ripple": false,
|
@@ -13102,7 +13105,7 @@ const VSelect = genericComponent()({
|
|
13102
13105
|
index
|
13103
13106
|
})) : undefined;
|
13104
13107
|
if (hasSlot && !slotContent) return undefined;
|
13105
|
-
return
|
13108
|
+
return createElementVNode("div", {
|
13106
13109
|
"key": item.value,
|
13107
13110
|
"class": "v-select__selection"
|
13108
13111
|
}, [hasChips ? !slots.chip ? createVNode(VChip, mergeProps({
|
@@ -13122,9 +13125,9 @@ const VSelect = genericComponent()({
|
|
13122
13125
|
}
|
13123
13126
|
}, {
|
13124
13127
|
default: () => [slotContent]
|
13125
|
-
}) : slotContent ??
|
13128
|
+
}) : slotContent ?? createElementVNode("span", {
|
13126
13129
|
"class": "v-select__selection-text"
|
13127
|
-
}, [item.title, props.multiple && index < model.value.length - 1 &&
|
13130
|
+
}, [item.title, props.multiple && index < model.value.length - 1 && createElementVNode("span", {
|
13128
13131
|
"class": "v-select__selection-comma"
|
13129
13132
|
}, [createTextVNode(",")])])]);
|
13130
13133
|
})]),
|
@@ -13132,7 +13135,7 @@ const VSelect = genericComponent()({
|
|
13132
13135
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
13133
13136
|
args[_key] = arguments[_key];
|
13134
13137
|
}
|
13135
|
-
return
|
13138
|
+
return createElementVNode(Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? createVNode(VIcon, {
|
13136
13139
|
"class": "v-select__menu-icon",
|
13137
13140
|
"color": vTextFieldRef.value?.fieldIconColor,
|
13138
13141
|
"icon": props.menuIcon
|
@@ -13283,17 +13286,17 @@ function highlightResult(name, text, matches) {
|
|
13283
13286
|
if (matches == null || !matches.length) return text;
|
13284
13287
|
return matches.map((match, i) => {
|
13285
13288
|
const start = i === 0 ? 0 : matches[i - 1][1];
|
13286
|
-
const result = [
|
13287
|
-
"class": `${name}__unmask`
|
13288
|
-
}, [text.slice(start, match[0])]),
|
13289
|
-
"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`)
|
13290
13293
|
}, [text.slice(match[0], match[1])])];
|
13291
13294
|
if (i === matches.length - 1) {
|
13292
|
-
result.push(
|
13293
|
-
"class": `${name}__unmask`
|
13295
|
+
result.push(createElementVNode("span", {
|
13296
|
+
"class": normalizeClass(`${name}__unmask`)
|
13294
13297
|
}, [text.slice(match[1])]));
|
13295
13298
|
}
|
13296
|
-
return
|
13299
|
+
return createElementVNode(Fragment, null, [result]);
|
13297
13300
|
});
|
13298
13301
|
}
|
13299
13302
|
|
@@ -13595,7 +13598,7 @@ const VAutocomplete = genericComponent()({
|
|
13595
13598
|
"onKeydown": onKeydown
|
13596
13599
|
}), {
|
13597
13600
|
...slots,
|
13598
|
-
default: () =>
|
13601
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VMenu, mergeProps({
|
13599
13602
|
"ref": vMenuRef,
|
13600
13603
|
"modelValue": menu.value,
|
13601
13604
|
"onUpdate:modelValue": $event => menu.value = $event,
|
@@ -13654,7 +13657,7 @@ const VAutocomplete = genericComponent()({
|
|
13654
13657
|
let {
|
13655
13658
|
isSelected
|
13656
13659
|
} = _ref4;
|
13657
|
-
return
|
13660
|
+
return createElementVNode(Fragment, null, [props.multiple && !props.hideSelected ? createVNode(VCheckboxBtn, {
|
13658
13661
|
"key": item.value,
|
13659
13662
|
"modelValue": isSelected,
|
13660
13663
|
"ripple": false,
|
@@ -13703,10 +13706,10 @@ const VAutocomplete = genericComponent()({
|
|
13703
13706
|
index
|
13704
13707
|
})) : undefined;
|
13705
13708
|
if (hasSlot && !slotContent) return undefined;
|
13706
|
-
return
|
13709
|
+
return createElementVNode("div", {
|
13707
13710
|
"key": item.value,
|
13708
|
-
"class": ['v-autocomplete__selection', index === selectionIndex.value && ['v-autocomplete__selection--selected', textColorClasses.value]],
|
13709
|
-
"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 : {})
|
13710
13713
|
}, [hasChips.value ? !slots.chip ? createVNode(VChip, mergeProps({
|
13711
13714
|
"key": "chip",
|
13712
13715
|
"closable": props.closableChips,
|
@@ -13724,9 +13727,9 @@ const VAutocomplete = genericComponent()({
|
|
13724
13727
|
}
|
13725
13728
|
}, {
|
13726
13729
|
default: () => [slotContent]
|
13727
|
-
}) : slotContent ??
|
13730
|
+
}) : slotContent ?? createElementVNode("span", {
|
13728
13731
|
"class": "v-autocomplete__selection-text"
|
13729
|
-
}, [item.title, props.multiple && index < model.value.length - 1 &&
|
13732
|
+
}, [item.title, props.multiple && index < model.value.length - 1 && createElementVNode("span", {
|
13730
13733
|
"class": "v-autocomplete__selection-comma"
|
13731
13734
|
}, [createTextVNode(",")])])]);
|
13732
13735
|
})]),
|
@@ -13734,7 +13737,7 @@ const VAutocomplete = genericComponent()({
|
|
13734
13737
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
13735
13738
|
args[_key] = arguments[_key];
|
13736
13739
|
}
|
13737
|
-
return
|
13740
|
+
return createElementVNode(Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? createVNode(VIcon, {
|
13738
13741
|
"class": "v-autocomplete__menu-icon",
|
13739
13742
|
"color": vTextFieldRef.value?.fieldIconColor,
|
13740
13743
|
"icon": props.menuIcon,
|
@@ -13831,12 +13834,12 @@ const VBadge = genericComponent()({
|
|
13831
13834
|
}, attrs, {
|
13832
13835
|
"style": props.style
|
13833
13836
|
}), {
|
13834
|
-
default: () => [
|
13837
|
+
default: () => [createElementVNode("div", {
|
13835
13838
|
"class": "v-badge__wrapper"
|
13836
13839
|
}, [ctx.slots.default?.(), createVNode(MaybeTransition, {
|
13837
13840
|
"transition": props.transition
|
13838
13841
|
}, {
|
13839
|
-
default: () => [withDirectives(
|
13842
|
+
default: () => [withDirectives(createElementVNode("span", mergeProps({
|
13840
13843
|
"class": ['v-badge__badge', themeClasses.value, backgroundColorClasses.value, roundedClasses.value, textColorClasses.value],
|
13841
13844
|
"style": [backgroundColorStyles.value, textColorStyles.value, props.inline ? {} : locationStyles.value],
|
13842
13845
|
"aria-atomic": "true",
|
@@ -13873,9 +13876,9 @@ const VBannerActions = genericComponent()({
|
|
13873
13876
|
variant: 'text'
|
13874
13877
|
}
|
13875
13878
|
});
|
13876
|
-
useRender(() =>
|
13877
|
-
"class": ['v-banner-actions', props.class],
|
13878
|
-
"style": props.style
|
13879
|
+
useRender(() => createElementVNode("div", {
|
13880
|
+
"class": normalizeClass(['v-banner-actions', props.class]),
|
13881
|
+
"style": normalizeStyle(props.style)
|
13879
13882
|
}, [slots.default?.()]));
|
13880
13883
|
return {};
|
13881
13884
|
}
|
@@ -13961,15 +13964,15 @@ const VBanner = genericComponent()({
|
|
13961
13964
|
const hasPrependMedia = !!(props.avatar || props.icon);
|
13962
13965
|
const hasPrepend = !!(hasPrependMedia || slots.prepend);
|
13963
13966
|
return createVNode(props.tag, {
|
13964
|
-
"class": ['v-banner', {
|
13967
|
+
"class": normalizeClass(['v-banner', {
|
13965
13968
|
'v-banner--stacked': props.stacked || mobile.value,
|
13966
13969
|
'v-banner--sticky': props.sticky,
|
13967
13970
|
[`v-banner--${props.lines}-line`]: !!props.lines
|
13968
|
-
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, displayClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class],
|
13969
|
-
"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]),
|
13970
13973
|
"role": "banner"
|
13971
13974
|
}, {
|
13972
|
-
default: () => [hasPrepend &&
|
13975
|
+
default: () => [hasPrepend && createElementVNode("div", {
|
13973
13976
|
"key": "prepend",
|
13974
13977
|
"class": "v-banner__prepend"
|
13975
13978
|
}, [!slots.prepend ? createVNode(VAvatar, {
|
@@ -13989,7 +13992,7 @@ const VBanner = genericComponent()({
|
|
13989
13992
|
image: props.avatar
|
13990
13993
|
}
|
13991
13994
|
}
|
13992
|
-
}, slots.prepend)]),
|
13995
|
+
}, slots.prepend)]), createElementVNode("div", {
|
13993
13996
|
"class": "v-banner__content"
|
13994
13997
|
}, [hasText && createVNode(VBannerText, {
|
13995
13998
|
"key": "text"
|
@@ -14098,16 +14101,16 @@ const VBottomNavigation = genericComponent()({
|
|
14098
14101
|
});
|
14099
14102
|
useRender(() => {
|
14100
14103
|
return createVNode(props.tag, {
|
14101
|
-
"class": ['v-bottom-navigation', {
|
14104
|
+
"class": normalizeClass(['v-bottom-navigation', {
|
14102
14105
|
'v-bottom-navigation--active': isActive.value,
|
14103
14106
|
'v-bottom-navigation--grow': props.grow,
|
14104
14107
|
'v-bottom-navigation--shift': props.mode === 'shift'
|
14105
|
-
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
14106
|
-
"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, {
|
14107
14110
|
height: convertToUnit(height.value)
|
14108
|
-
}, ssrBootStyles.value, props.style]
|
14111
|
+
}, ssrBootStyles.value, props.style])
|
14109
14112
|
}, {
|
14110
|
-
default: () => [slots.default &&
|
14113
|
+
default: () => [slots.default && createElementVNode("div", {
|
14111
14114
|
"class": "v-bottom-navigation__content"
|
14112
14115
|
}, [slots.default()])]
|
14113
14116
|
});
|
@@ -14294,10 +14297,10 @@ const VBreadcrumbsDivider = genericComponent()({
|
|
14294
14297
|
let {
|
14295
14298
|
slots
|
14296
14299
|
} = _ref;
|
14297
|
-
useRender(() =>
|
14300
|
+
useRender(() => createElementVNode("li", {
|
14298
14301
|
"aria-hidden": "true",
|
14299
|
-
"class": ['v-breadcrumbs-divider', props.class],
|
14300
|
-
"style": props.style
|
14302
|
+
"class": normalizeClass(['v-breadcrumbs-divider', props.class]),
|
14303
|
+
"style": normalizeStyle(props.style)
|
14301
14304
|
}, [slots?.default?.() ?? props.divider]));
|
14302
14305
|
return {};
|
14303
14306
|
}
|
@@ -14332,15 +14335,15 @@ const VBreadcrumbsItem = genericComponent()({
|
|
14332
14335
|
} = useTextColor(() => isActive.value ? props.activeColor : props.color);
|
14333
14336
|
useRender(() => {
|
14334
14337
|
return createVNode(props.tag, {
|
14335
|
-
"class": ['v-breadcrumbs-item', {
|
14338
|
+
"class": normalizeClass(['v-breadcrumbs-item', {
|
14336
14339
|
'v-breadcrumbs-item--active': isActive.value,
|
14337
14340
|
'v-breadcrumbs-item--disabled': props.disabled,
|
14338
14341
|
[`${props.activeClass}`]: isActive.value && props.activeClass
|
14339
|
-
}, textColorClasses.value, props.class],
|
14340
|
-
"style": [textColorStyles.value, props.style],
|
14342
|
+
}, textColorClasses.value, props.class]),
|
14343
|
+
"style": normalizeStyle([textColorStyles.value, props.style]),
|
14341
14344
|
"aria-current": isActive.value ? 'page' : undefined
|
14342
14345
|
}, {
|
14343
|
-
default: () => [!link.isLink.value ? slots.default?.() ?? props.title :
|
14346
|
+
default: () => [!link.isLink.value ? slots.default?.() ?? props.title : createElementVNode("a", mergeProps({
|
14344
14347
|
"class": "v-breadcrumbs-item--link",
|
14345
14348
|
"onClick": link.navigate
|
14346
14349
|
}, link.linkProps), [slots.default?.() ?? props.title])]
|
@@ -14416,10 +14419,10 @@ const VBreadcrumbs = genericComponent()({
|
|
14416
14419
|
useRender(() => {
|
14417
14420
|
const hasPrepend = !!(slots.prepend || props.icon);
|
14418
14421
|
return createVNode(props.tag, {
|
14419
|
-
"class": ['v-breadcrumbs', backgroundColorClasses.value, densityClasses.value, roundedClasses.value, props.class],
|
14420
|
-
"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])
|
14421
14424
|
}, {
|
14422
|
-
default: () => [hasPrepend &&
|
14425
|
+
default: () => [hasPrepend && createElementVNode("li", {
|
14423
14426
|
"key": "prepend",
|
14424
14427
|
"class": "v-breadcrumbs__prepend"
|
14425
14428
|
}, [!slots.prepend ? createVNode(VIcon, {
|
@@ -14440,7 +14443,7 @@ const VBreadcrumbs = genericComponent()({
|
|
14440
14443
|
item,
|
14441
14444
|
raw
|
14442
14445
|
} = _ref2;
|
14443
|
-
return
|
14446
|
+
return createElementVNode(Fragment, null, [slots.item?.({
|
14444
14447
|
item,
|
14445
14448
|
index
|
14446
14449
|
}) ?? createVNode(VBreadcrumbsItem, mergeProps({
|
@@ -14479,9 +14482,9 @@ const VCardActions = genericComponent()({
|
|
14479
14482
|
variant: 'text'
|
14480
14483
|
}
|
14481
14484
|
});
|
14482
|
-
useRender(() =>
|
14483
|
-
"class": ['v-card-actions', props.class],
|
14484
|
-
"style": props.style
|
14485
|
+
useRender(() => createElementVNode("div", {
|
14486
|
+
"class": normalizeClass(['v-card-actions', props.class]),
|
14487
|
+
"style": normalizeStyle(props.style)
|
14485
14488
|
}, [slots.default?.()]));
|
14486
14489
|
return {};
|
14487
14490
|
}
|
@@ -14500,10 +14503,10 @@ const VCardSubtitle = genericComponent()({
|
|
14500
14503
|
slots
|
14501
14504
|
} = _ref;
|
14502
14505
|
useRender(() => createVNode(props.tag, {
|
14503
|
-
"class": ['v-card-subtitle', props.class],
|
14504
|
-
"style": [{
|
14506
|
+
"class": normalizeClass(['v-card-subtitle', props.class]),
|
14507
|
+
"style": normalizeStyle([{
|
14505
14508
|
'--v-card-subtitle-opacity': props.opacity
|
14506
|
-
}, props.style]
|
14509
|
+
}, props.style])
|
14507
14510
|
}, slots));
|
14508
14511
|
return {};
|
14509
14512
|
}
|
@@ -14542,13 +14545,13 @@ const VCardItem = genericComponent()({
|
|
14542
14545
|
const hasAppend = !!(hasAppendMedia || slots.append);
|
14543
14546
|
const hasTitle = !!(props.title != null || slots.title);
|
14544
14547
|
const hasSubtitle = !!(props.subtitle != null || slots.subtitle);
|
14545
|
-
return
|
14546
|
-
"class": ['v-card-item', props.class],
|
14547
|
-
"style": props.style
|
14548
|
-
}, [hasPrepend &&
|
14548
|
+
return createElementVNode("div", {
|
14549
|
+
"class": normalizeClass(['v-card-item', props.class]),
|
14550
|
+
"style": normalizeStyle(props.style)
|
14551
|
+
}, [hasPrepend && createElementVNode("div", {
|
14549
14552
|
"key": "prepend",
|
14550
14553
|
"class": "v-card-item__prepend"
|
14551
|
-
}, [!slots.prepend ?
|
14554
|
+
}, [!slots.prepend ? createElementVNode(Fragment, null, [props.prependAvatar && createVNode(VAvatar, {
|
14552
14555
|
"key": "prepend-avatar",
|
14553
14556
|
"density": props.density,
|
14554
14557
|
"image": props.prependAvatar
|
@@ -14569,7 +14572,7 @@ const VCardItem = genericComponent()({
|
|
14569
14572
|
icon: props.prependIcon
|
14570
14573
|
}
|
14571
14574
|
}
|
14572
|
-
}, slots.prepend)]),
|
14575
|
+
}, slots.prepend)]), createElementVNode("div", {
|
14573
14576
|
"class": "v-card-item__content"
|
14574
14577
|
}, [hasTitle && createVNode(VCardTitle, {
|
14575
14578
|
"key": "title"
|
@@ -14579,10 +14582,10 @@ const VCardItem = genericComponent()({
|
|
14579
14582
|
"key": "subtitle"
|
14580
14583
|
}, {
|
14581
14584
|
default: () => [slots.subtitle?.() ?? toDisplayString(props.subtitle)]
|
14582
|
-
}), slots.default?.()]), hasAppend &&
|
14585
|
+
}), slots.default?.()]), hasAppend && createElementVNode("div", {
|
14583
14586
|
"key": "append",
|
14584
14587
|
"class": "v-card-item__append"
|
14585
|
-
}, [!slots.append ?
|
14588
|
+
}, [!slots.append ? createElementVNode(Fragment, null, [props.appendIcon && createVNode(VIcon, {
|
14586
14589
|
"key": "append-icon",
|
14587
14590
|
"density": props.density,
|
14588
14591
|
"icon": props.appendIcon
|
@@ -14622,10 +14625,10 @@ const VCardText = genericComponent()({
|
|
14622
14625
|
slots
|
14623
14626
|
} = _ref;
|
14624
14627
|
useRender(() => createVNode(props.tag, {
|
14625
|
-
"class": ['v-card-text', props.class],
|
14626
|
-
"style": [{
|
14628
|
+
"class": normalizeClass(['v-card-text', props.class]),
|
14629
|
+
"style": normalizeStyle([{
|
14627
14630
|
'--v-card-text-opacity': props.opacity
|
14628
|
-
}, props.style]
|
14631
|
+
}, props.style])
|
14629
14632
|
}, slots));
|
14630
14633
|
return {};
|
14631
14634
|
}
|
@@ -14681,7 +14684,7 @@ const makeVCardProps = propsFactory({
|
|
14681
14684
|
const VCard = genericComponent()({
|
14682
14685
|
name: 'VCard',
|
14683
14686
|
directives: {
|
14684
|
-
Ripple
|
14687
|
+
vRipple: Ripple
|
14685
14688
|
},
|
14686
14689
|
props: makeVCardProps(),
|
14687
14690
|
setup(props, _ref) {
|
@@ -14745,7 +14748,7 @@ const VCard = genericComponent()({
|
|
14745
14748
|
"onClick": isClickable && link.navigate,
|
14746
14749
|
"tabindex": props.disabled ? -1 : undefined
|
14747
14750
|
}, link.linkProps), {
|
14748
|
-
default: () => [hasImage &&
|
14751
|
+
default: () => [hasImage && createElementVNode("div", {
|
14749
14752
|
"key": "image",
|
14750
14753
|
"class": "v-card__image"
|
14751
14754
|
}, [!slots.image ? createVNode(VImg, {
|
@@ -14788,7 +14791,7 @@ const VCard = genericComponent()({
|
|
14788
14791
|
}), slots.default?.(), slots.actions && createVNode(VCardActions, null, {
|
14789
14792
|
default: slots.actions
|
14790
14793
|
}), genOverlays(isClickable, 'v-card')]
|
14791
|
-
}), [[
|
14794
|
+
}), [[Ripple, isClickable && props.ripple]]);
|
14792
14795
|
});
|
14793
14796
|
return {};
|
14794
14797
|
}
|
@@ -14947,7 +14950,7 @@ const makeVWindowProps = propsFactory({
|
|
14947
14950
|
const VWindow = genericComponent()({
|
14948
14951
|
name: 'VWindow',
|
14949
14952
|
directives: {
|
14950
|
-
Touch
|
14953
|
+
vTouch: Touch
|
14951
14954
|
},
|
14952
14955
|
props: makeVWindowProps(),
|
14953
14956
|
emits: {
|
@@ -15019,7 +15022,7 @@ const VWindow = genericComponent()({
|
|
15019
15022
|
};
|
15020
15023
|
arrows.push(canMoveBack.value ? slots.prev ? slots.prev({
|
15021
15024
|
props: prevProps
|
15022
|
-
}) : createVNode(VBtn, prevProps, null) :
|
15025
|
+
}) : createVNode(VBtn, prevProps, null) : createElementVNode("div", null, null));
|
15023
15026
|
const nextProps = {
|
15024
15027
|
icon: isRtl.value ? props.prevIcon : props.nextIcon,
|
15025
15028
|
class: `v-window__${isRtlReverse.value ? 'left' : 'right'}`,
|
@@ -15028,7 +15031,7 @@ const VWindow = genericComponent()({
|
|
15028
15031
|
};
|
15029
15032
|
arrows.push(canMoveForward.value ? slots.next ? slots.next({
|
15030
15033
|
props: nextProps
|
15031
|
-
}) : createVNode(VBtn, nextProps, null) :
|
15034
|
+
}) : createVNode(VBtn, nextProps, null) : createElementVNode("div", null, null));
|
15032
15035
|
return arrows;
|
15033
15036
|
});
|
15034
15037
|
const touchOptions = computed(() => {
|
@@ -15054,24 +15057,24 @@ const VWindow = genericComponent()({
|
|
15054
15057
|
});
|
15055
15058
|
useRender(() => withDirectives(createVNode(props.tag, {
|
15056
15059
|
"ref": rootRef,
|
15057
|
-
"class": ['v-window', {
|
15060
|
+
"class": normalizeClass(['v-window', {
|
15058
15061
|
'v-window--show-arrows-on-hover': props.showArrows === 'hover'
|
15059
|
-
}, themeClasses.value, props.class],
|
15060
|
-
"style": props.style
|
15062
|
+
}, themeClasses.value, props.class]),
|
15063
|
+
"style": normalizeStyle(props.style)
|
15061
15064
|
}, {
|
15062
|
-
default: () => [
|
15065
|
+
default: () => [createElementVNode("div", {
|
15063
15066
|
"class": "v-window__container",
|
15064
|
-
"style": {
|
15067
|
+
"style": normalizeStyle({
|
15065
15068
|
height: transitionHeight.value
|
15066
|
-
}
|
15069
|
+
})
|
15067
15070
|
}, [slots.default?.({
|
15068
15071
|
group
|
15069
|
-
}), props.showArrows !== false &&
|
15072
|
+
}), props.showArrows !== false && createElementVNode("div", {
|
15070
15073
|
"class": "v-window__controls"
|
15071
15074
|
}, [arrows.value])]), slots.additional?.({
|
15072
15075
|
group
|
15073
15076
|
})]
|
15074
|
-
}), [[
|
15077
|
+
}), [[Touch, touchOptions.value]]));
|
15075
15078
|
return {
|
15076
15079
|
group
|
15077
15080
|
};
|
@@ -15156,12 +15159,12 @@ const VCarousel = genericComponent()({
|
|
15156
15159
|
let {
|
15157
15160
|
group
|
15158
15161
|
} = _ref2;
|
15159
|
-
return
|
15162
|
+
return createElementVNode(Fragment, null, [!props.hideDelimiters && createElementVNode("div", {
|
15160
15163
|
"class": "v-carousel__controls",
|
15161
|
-
"style": {
|
15164
|
+
"style": normalizeStyle({
|
15162
15165
|
left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
|
15163
15166
|
right: props.verticalDelimiters === 'right' ? 0 : 'auto'
|
15164
|
-
}
|
15167
|
+
})
|
15165
15168
|
}, [group.items.value.length > 0 && createVNode(VDefaultsProvider, {
|
15166
15169
|
"defaults": {
|
15167
15170
|
VBtn: {
|
@@ -15215,7 +15218,7 @@ const makeVWindowItemProps = propsFactory({
|
|
15215
15218
|
const VWindowItem = genericComponent()({
|
15216
15219
|
name: 'VWindowItem',
|
15217
15220
|
directives: {
|
15218
|
-
Touch
|
15221
|
+
vTouch: Touch
|
15219
15222
|
},
|
15220
15223
|
props: makeVWindowItemProps(),
|
15221
15224
|
emits: {
|
@@ -15299,9 +15302,9 @@ const VWindowItem = genericComponent()({
|
|
15299
15302
|
"transition": transition.value,
|
15300
15303
|
"disabled": !isBooted.value
|
15301
15304
|
}, {
|
15302
|
-
default: () => [withDirectives(
|
15303
|
-
"class": ['v-window-item', groupItem.selectedClass.value, props.class],
|
15304
|
-
"style": props.style
|
15305
|
+
default: () => [withDirectives(createElementVNode("div", {
|
15306
|
+
"class": normalizeClass(['v-window-item', groupItem.selectedClass.value, props.class]),
|
15307
|
+
"style": normalizeStyle(props.style)
|
15305
15308
|
}, [hasContent.value && slots.default?.()]), [[vShow, groupItem.isSelected.value]])]
|
15306
15309
|
}));
|
15307
15310
|
return {
|
@@ -15501,21 +15504,21 @@ const VColorPickerCanvas = defineComponent({
|
|
15501
15504
|
immediate: true
|
15502
15505
|
});
|
15503
15506
|
onMounted(() => updateCanvas());
|
15504
|
-
useRender(() =>
|
15507
|
+
useRender(() => createElementVNode("div", {
|
15505
15508
|
"ref": resizeRef,
|
15506
|
-
"class": ['v-color-picker-canvas', props.class],
|
15507
|
-
"style": props.style,
|
15509
|
+
"class": normalizeClass(['v-color-picker-canvas', props.class]),
|
15510
|
+
"style": normalizeStyle(props.style),
|
15508
15511
|
"onMousedown": handleMouseDown,
|
15509
15512
|
"onTouchstartPassive": handleMouseDown
|
15510
|
-
}, [
|
15513
|
+
}, [createElementVNode("canvas", {
|
15511
15514
|
"ref": canvasRef,
|
15512
15515
|
"width": canvasWidth.value,
|
15513
15516
|
"height": canvasHeight.value
|
15514
|
-
}, null), props.color &&
|
15515
|
-
"class": ['v-color-picker-canvas__dot', {
|
15517
|
+
}, null), props.color && createElementVNode("div", {
|
15518
|
+
"class": normalizeClass(['v-color-picker-canvas__dot', {
|
15516
15519
|
'v-color-picker-canvas__dot--disabled': props.disabled
|
15517
|
-
}],
|
15518
|
-
"style": dotStyles.value
|
15520
|
+
}]),
|
15521
|
+
"style": normalizeStyle(dotStyles.value)
|
15519
15522
|
}, null)]));
|
15520
15523
|
return {};
|
15521
15524
|
}
|
@@ -15715,9 +15718,9 @@ const VColorPickerInput = _ref => {
|
|
15715
15718
|
label,
|
15716
15719
|
...rest
|
15717
15720
|
} = _ref;
|
15718
|
-
return
|
15721
|
+
return createElementVNode("div", {
|
15719
15722
|
"class": "v-color-picker-edit__input"
|
15720
|
-
}, [
|
15723
|
+
}, [createElementVNode("input", normalizeProps(guardReactiveProps(rest)), null), createElementVNode("span", null, [label])]);
|
15721
15724
|
};
|
15722
15725
|
const makeVColorPickerEditProps = propsFactory({
|
15723
15726
|
color: Object,
|
@@ -15774,9 +15777,9 @@ const VColorPickerEdit = defineComponent({
|
|
15774
15777
|
};
|
15775
15778
|
});
|
15776
15779
|
});
|
15777
|
-
useRender(() =>
|
15778
|
-
"class": ['v-color-picker-edit', props.class],
|
15779
|
-
"style": props.style
|
15780
|
+
useRender(() => createElementVNode("div", {
|
15781
|
+
"class": normalizeClass(['v-color-picker-edit', props.class]),
|
15782
|
+
"style": normalizeStyle(props.style)
|
15780
15783
|
}, [inputs.value?.map(props => createVNode(VColorPickerInput, props, null)), enabledModes.value.length > 1 && createVNode(VBtn, {
|
15781
15784
|
"icon": "$unfold",
|
15782
15785
|
"size": "x-small",
|
@@ -16119,7 +16122,7 @@ const makeVSliderThumbProps = propsFactory({
|
|
16119
16122
|
const VSliderThumb = genericComponent()({
|
16120
16123
|
name: 'VSliderThumb',
|
16121
16124
|
directives: {
|
16122
|
-
Ripple
|
16125
|
+
vRipple: Ripple
|
16123
16126
|
},
|
16124
16127
|
props: makeVSliderThumbProps(),
|
16125
16128
|
emits: {
|
@@ -16199,15 +16202,15 @@ const VSliderThumb = genericComponent()({
|
|
16199
16202
|
}
|
16200
16203
|
useRender(() => {
|
16201
16204
|
const positionPercentage = convertToUnit(indexFromEnd.value ? 100 - props.position : props.position, '%');
|
16202
|
-
return
|
16203
|
-
"class": ['v-slider-thumb', {
|
16205
|
+
return createElementVNode("div", {
|
16206
|
+
"class": normalizeClass(['v-slider-thumb', {
|
16204
16207
|
'v-slider-thumb--focused': props.focused,
|
16205
16208
|
'v-slider-thumb--pressed': props.focused && mousePressed.value
|
16206
|
-
}, props.class, rtlClasses.value],
|
16207
|
-
"style": [{
|
16209
|
+
}, props.class, rtlClasses.value]),
|
16210
|
+
"style": normalizeStyle([{
|
16208
16211
|
'--v-slider-thumb-position': positionPercentage,
|
16209
16212
|
'--v-slider-thumb-size': convertToUnit(thumbSize.value)
|
16210
|
-
}, props.style],
|
16213
|
+
}, props.style]),
|
16211
16214
|
"role": "slider",
|
16212
16215
|
"tabindex": disabled.value ? -1 : 0,
|
16213
16216
|
"aria-label": props.name,
|
@@ -16217,25 +16220,25 @@ const VSliderThumb = genericComponent()({
|
|
16217
16220
|
"aria-readonly": !!readonly.value,
|
16218
16221
|
"aria-orientation": direction.value,
|
16219
16222
|
"onKeydown": !readonly.value ? onKeydown : undefined
|
16220
|
-
}, [
|
16221
|
-
"class": ['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value],
|
16222
|
-
"style": {
|
16223
|
+
}, [createElementVNode("div", {
|
16224
|
+
"class": normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
|
16225
|
+
"style": normalizeStyle({
|
16223
16226
|
...textColorStyles.value
|
16224
|
-
}
|
16225
|
-
}, null), withDirectives(
|
16226
|
-
"class": ['v-slider-thumb__ripple', textColorClasses.value],
|
16227
|
-
"style": textColorStyles.value
|
16228
|
-
}, 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, {
|
16229
16232
|
circle: true,
|
16230
16233
|
center: true
|
16231
16234
|
}]]), createVNode(VScaleTransition, {
|
16232
16235
|
"origin": "bottom center"
|
16233
16236
|
}, {
|
16234
|
-
default: () => [withDirectives(
|
16237
|
+
default: () => [withDirectives(createElementVNode("div", {
|
16235
16238
|
"class": "v-slider-thumb__label-container"
|
16236
|
-
}, [
|
16239
|
+
}, [createElementVNode("div", {
|
16237
16240
|
"class": ['v-slider-thumb__label']
|
16238
|
-
}, [
|
16241
|
+
}, [createElementVNode("div", null, [slots['thumb-label']?.({
|
16239
16242
|
modelValue: props.modelValue
|
16240
16243
|
}) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])])]), [[vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
|
16241
16244
|
})]);
|
@@ -16312,17 +16315,17 @@ const VSliderTrack = genericComponent()({
|
|
16312
16315
|
const ticks = vertical.value ? parsedTicks.value.slice().reverse() : parsedTicks.value;
|
16313
16316
|
return ticks.map((tick, index) => {
|
16314
16317
|
const directionValue = tick.value !== min.value && tick.value !== max.value ? convertToUnit(tick.position, '%') : undefined;
|
16315
|
-
return
|
16318
|
+
return createElementVNode("div", {
|
16316
16319
|
"key": tick.value,
|
16317
|
-
"class": ['v-slider-track__tick', {
|
16320
|
+
"class": normalizeClass(['v-slider-track__tick', {
|
16318
16321
|
'v-slider-track__tick--filled': tick.position >= props.start && tick.position <= props.stop,
|
16319
16322
|
'v-slider-track__tick--first': tick.value === min.value,
|
16320
16323
|
'v-slider-track__tick--last': tick.value === max.value
|
16321
|
-
}],
|
16322
|
-
"style": {
|
16324
|
+
}]),
|
16325
|
+
"style": normalizeStyle({
|
16323
16326
|
[startDir.value]: directionValue
|
16324
|
-
}
|
16325
|
-
}, [(tick.label || slots['tick-label']) &&
|
16327
|
+
})
|
16328
|
+
}, [(tick.label || slots['tick-label']) && createElementVNode("div", {
|
16326
16329
|
"class": "v-slider-track__tick-label"
|
16327
16330
|
}, [slots['tick-label']?.({
|
16328
16331
|
tick,
|
@@ -16331,30 +16334,30 @@ const VSliderTrack = genericComponent()({
|
|
16331
16334
|
});
|
16332
16335
|
});
|
16333
16336
|
useRender(() => {
|
16334
|
-
return
|
16335
|
-
"class": ['v-slider-track', roundedClasses.value, props.class],
|
16336
|
-
"style": [{
|
16337
|
+
return createElementVNode("div", {
|
16338
|
+
"class": normalizeClass(['v-slider-track', roundedClasses.value, props.class]),
|
16339
|
+
"style": normalizeStyle([{
|
16337
16340
|
'--v-slider-track-size': convertToUnit(trackSize.value),
|
16338
16341
|
'--v-slider-tick-size': convertToUnit(tickSize.value)
|
16339
|
-
}, props.style]
|
16340
|
-
}, [
|
16341
|
-
"class": ['v-slider-track__background', trackColorClasses.value, {
|
16342
|
+
}, props.style])
|
16343
|
+
}, [createElementVNode("div", {
|
16344
|
+
"class": normalizeClass(['v-slider-track__background', trackColorClasses.value, {
|
16342
16345
|
'v-slider-track__background--opacity': !!color.value || !trackFillColor.value
|
16343
|
-
}],
|
16344
|
-
"style": {
|
16346
|
+
}]),
|
16347
|
+
"style": normalizeStyle({
|
16345
16348
|
...backgroundStyles.value,
|
16346
16349
|
...trackColorStyles.value
|
16347
|
-
}
|
16348
|
-
}, null),
|
16349
|
-
"class": ['v-slider-track__fill', trackFillColorClasses.value],
|
16350
|
-
"style": {
|
16350
|
+
})
|
16351
|
+
}, null), createElementVNode("div", {
|
16352
|
+
"class": normalizeClass(['v-slider-track__fill', trackFillColorClasses.value]),
|
16353
|
+
"style": normalizeStyle({
|
16351
16354
|
...trackFillStyles.value,
|
16352
16355
|
...trackFillColorStyles.value
|
16353
|
-
}
|
16354
|
-
}, null), showTicks.value &&
|
16355
|
-
"class": ['v-slider-track__ticks', {
|
16356
|
+
})
|
16357
|
+
}, null), showTicks.value && createElementVNode("div", {
|
16358
|
+
"class": normalizeClass(['v-slider-track__ticks', {
|
16356
16359
|
'v-slider-track__ticks--always-show': showTicks.value === 'always'
|
16357
|
-
}]
|
16360
|
+
}])
|
16358
16361
|
}, [computedTicks.value])]);
|
16359
16362
|
});
|
16360
16363
|
return {};
|
@@ -16448,7 +16451,7 @@ const VSlider = genericComponent()({
|
|
16448
16451
|
"focused": isFocused.value
|
16449
16452
|
}), {
|
16450
16453
|
...slots,
|
16451
|
-
prepend: hasPrepend ? slotProps =>
|
16454
|
+
prepend: hasPrepend ? slotProps => createElementVNode(Fragment, null, [slots.label?.(slotProps) ?? (props.label ? createVNode(VLabel, {
|
16452
16455
|
"id": slotProps.id.value,
|
16453
16456
|
"class": "v-slider__label",
|
16454
16457
|
"text": props.label
|
@@ -16458,11 +16461,11 @@ const VSlider = genericComponent()({
|
|
16458
16461
|
id,
|
16459
16462
|
messagesId
|
16460
16463
|
} = _ref4;
|
16461
|
-
return
|
16464
|
+
return createElementVNode("div", {
|
16462
16465
|
"class": "v-slider__container",
|
16463
16466
|
"onMousedown": !readonly.value ? onSliderMousedown : undefined,
|
16464
16467
|
"onTouchstartPassive": !readonly.value ? onSliderTouchstart : undefined
|
16465
|
-
}, [
|
16468
|
+
}, [createElementVNode("input", {
|
16466
16469
|
"id": id.value,
|
16467
16470
|
"name": props.name || id.value,
|
16468
16471
|
"disabled": !!props.disabled,
|
@@ -16535,12 +16538,12 @@ const VColorPickerPreview = defineComponent({
|
|
16535
16538
|
});
|
16536
16539
|
} catch (e) {}
|
16537
16540
|
}
|
16538
|
-
useRender(() =>
|
16539
|
-
"class": ['v-color-picker-preview', {
|
16541
|
+
useRender(() => createElementVNode("div", {
|
16542
|
+
"class": normalizeClass(['v-color-picker-preview', {
|
16540
16543
|
'v-color-picker-preview--hide-alpha': props.hideAlpha
|
16541
|
-
}, props.class],
|
16542
|
-
"style": props.style
|
16543
|
-
}, [SUPPORTS_EYE_DROPPER &&
|
16544
|
+
}, props.class]),
|
16545
|
+
"style": normalizeStyle(props.style)
|
16546
|
+
}, [SUPPORTS_EYE_DROPPER && createElementVNode("div", {
|
16544
16547
|
"class": "v-color-picker-preview__eye-dropper",
|
16545
16548
|
"key": "eyeDropper"
|
16546
16549
|
}, [createVNode(VBtn, {
|
@@ -16549,13 +16552,13 @@ const VColorPickerPreview = defineComponent({
|
|
16549
16552
|
"icon": "$eyeDropper",
|
16550
16553
|
"variant": "plain",
|
16551
16554
|
"onClick": openEyeDropper
|
16552
|
-
}, null)]),
|
16555
|
+
}, null)]), createElementVNode("div", {
|
16553
16556
|
"class": "v-color-picker-preview__dot"
|
16554
|
-
}, [
|
16555
|
-
"style": {
|
16557
|
+
}, [createElementVNode("div", {
|
16558
|
+
"style": normalizeStyle({
|
16556
16559
|
background: HSVtoCSS(props.color ?? nullColor)
|
16557
|
-
}
|
16558
|
-
}, null)]),
|
16560
|
+
})
|
16561
|
+
}, null)]), createElementVNode("div", {
|
16559
16562
|
"class": "v-color-picker-preview__sliders"
|
16560
16563
|
}, [createVNode(VSlider, {
|
16561
16564
|
"class": "v-color-picker-preview__track v-color-picker-preview__hue",
|
@@ -16940,24 +16943,24 @@ const VColorPickerSwatches = defineComponent({
|
|
16940
16943
|
let {
|
16941
16944
|
emit
|
16942
16945
|
} = _ref;
|
16943
|
-
useRender(() =>
|
16944
|
-
"class": ['v-color-picker-swatches', props.class],
|
16945
|
-
"style": [{
|
16946
|
+
useRender(() => createElementVNode("div", {
|
16947
|
+
"class": normalizeClass(['v-color-picker-swatches', props.class]),
|
16948
|
+
"style": normalizeStyle([{
|
16946
16949
|
maxHeight: convertToUnit(props.maxHeight)
|
16947
|
-
}, props.style]
|
16948
|
-
}, [
|
16950
|
+
}, props.style])
|
16951
|
+
}, [createElementVNode("div", null, [props.swatches.map(swatch => createElementVNode("div", {
|
16949
16952
|
"class": "v-color-picker-swatches__swatch"
|
16950
16953
|
}, [swatch.map(color => {
|
16951
16954
|
const rgba = parseColor(color);
|
16952
16955
|
const hsva = RGBtoHSV(rgba);
|
16953
16956
|
const background = RGBtoCSS(rgba);
|
16954
|
-
return
|
16957
|
+
return createElementVNode("div", {
|
16955
16958
|
"class": "v-color-picker-swatches__color",
|
16956
16959
|
"onClick": () => hsva && emit('update:color', hsva)
|
16957
|
-
}, [
|
16958
|
-
"style": {
|
16960
|
+
}, [createElementVNode("div", {
|
16961
|
+
"style": normalizeStyle({
|
16959
16962
|
background
|
16960
|
-
}
|
16963
|
+
})
|
16961
16964
|
}, [props.color && deepEqual(props.color, hsva) ? createVNode(VIcon, {
|
16962
16965
|
"size": "x-small",
|
16963
16966
|
"icon": "$success",
|
@@ -17016,8 +17019,8 @@ const VSheet = genericComponent()({
|
|
17016
17019
|
roundedClasses
|
17017
17020
|
} = useRounded(props);
|
17018
17021
|
useRender(() => createVNode(props.tag, {
|
17019
|
-
"class": ['v-sheet', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class],
|
17020
|
-
"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])
|
17021
17024
|
}, slots));
|
17022
17025
|
return {};
|
17023
17026
|
}
|
@@ -17056,17 +17059,17 @@ const VPicker = genericComponent()({
|
|
17056
17059
|
}, props.class],
|
17057
17060
|
"style": props.style
|
17058
17061
|
}), {
|
17059
|
-
default: () => [!props.hideHeader &&
|
17062
|
+
default: () => [!props.hideHeader && createElementVNode("div", {
|
17060
17063
|
"key": "header",
|
17061
|
-
"class": [backgroundColorClasses.value],
|
17062
|
-
"style": [backgroundColorStyles.value]
|
17064
|
+
"class": normalizeClass([backgroundColorClasses.value]),
|
17065
|
+
"style": normalizeStyle([backgroundColorStyles.value])
|
17063
17066
|
}, [hasTitle && createVNode(VPickerTitle, {
|
17064
17067
|
"key": "picker-title"
|
17065
17068
|
}, {
|
17066
17069
|
default: () => [slots.title?.() ?? props.title]
|
17067
|
-
}), slots.header &&
|
17070
|
+
}), slots.header && createElementVNode("div", {
|
17068
17071
|
"class": "v-picker__header"
|
17069
|
-
}, [slots.header()])]),
|
17072
|
+
}, [slots.header()])]), createElementVNode("div", {
|
17070
17073
|
"class": "v-picker__body"
|
17071
17074
|
}, [slots.default?.()]), slots.actions && createVNode(VDefaultsProvider, {
|
17072
17075
|
"defaults": {
|
@@ -17076,7 +17079,7 @@ const VPicker = genericComponent()({
|
|
17076
17079
|
}
|
17077
17080
|
}
|
17078
17081
|
}, {
|
17079
|
-
default: () => [
|
17082
|
+
default: () => [createElementVNode("div", {
|
17080
17083
|
"class": "v-picker__actions"
|
17081
17084
|
}, [slots.actions()])]
|
17082
17085
|
})]
|
@@ -17938,7 +17941,7 @@ const VColorPicker = defineComponent({
|
|
17938
17941
|
}, props.style]
|
17939
17942
|
}), {
|
17940
17943
|
...slots,
|
17941
|
-
default: () =>
|
17944
|
+
default: () => createElementVNode(Fragment, null, [!props.hideCanvas && createVNode(VColorPickerCanvas, {
|
17942
17945
|
"key": "canvas",
|
17943
17946
|
"color": currentColor.value,
|
17944
17947
|
"onUpdate:color": updateColor,
|
@@ -17946,7 +17949,7 @@ const VColorPicker = defineComponent({
|
|
17946
17949
|
"dotSize": props.dotSize,
|
17947
17950
|
"width": props.width,
|
17948
17951
|
"height": props.canvasHeight
|
17949
|
-
}, null), (!props.hideSliders || !props.hideInputs) &&
|
17952
|
+
}, null), (!props.hideSliders || !props.hideInputs) && createElementVNode("div", {
|
17950
17953
|
"key": "controls",
|
17951
17954
|
"class": "v-color-picker__controls"
|
17952
17955
|
}, [!props.hideSliders && createVNode(VColorPickerPreview, {
|
@@ -18321,7 +18324,7 @@ const VCombobox = genericComponent()({
|
|
18321
18324
|
"onKeydown": onKeydown
|
18322
18325
|
}), {
|
18323
18326
|
...slots,
|
18324
|
-
default: () =>
|
18327
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VMenu, mergeProps({
|
18325
18328
|
"ref": vMenuRef,
|
18326
18329
|
"modelValue": menu.value,
|
18327
18330
|
"onUpdate:modelValue": $event => menu.value = $event,
|
@@ -18380,7 +18383,7 @@ const VCombobox = genericComponent()({
|
|
18380
18383
|
let {
|
18381
18384
|
isSelected
|
18382
18385
|
} = _ref5;
|
18383
|
-
return
|
18386
|
+
return createElementVNode(Fragment, null, [props.multiple && !props.hideSelected ? createVNode(VCheckboxBtn, {
|
18384
18387
|
"key": item.value,
|
18385
18388
|
"modelValue": isSelected,
|
18386
18389
|
"ripple": false,
|
@@ -18429,10 +18432,10 @@ const VCombobox = genericComponent()({
|
|
18429
18432
|
index
|
18430
18433
|
})) : undefined;
|
18431
18434
|
if (hasSlot && !slotContent) return undefined;
|
18432
|
-
return
|
18435
|
+
return createElementVNode("div", {
|
18433
18436
|
"key": item.value,
|
18434
|
-
"class": ['v-combobox__selection', index === selectionIndex.value && ['v-combobox__selection--selected', textColorClasses.value]],
|
18435
|
-
"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 : {})
|
18436
18439
|
}, [hasChips.value ? !slots.chip ? createVNode(VChip, mergeProps({
|
18437
18440
|
"key": "chip",
|
18438
18441
|
"closable": props.closableChips,
|
@@ -18450,9 +18453,9 @@ const VCombobox = genericComponent()({
|
|
18450
18453
|
}
|
18451
18454
|
}, {
|
18452
18455
|
default: () => [slotContent]
|
18453
|
-
}) : slotContent ??
|
18456
|
+
}) : slotContent ?? createElementVNode("span", {
|
18454
18457
|
"class": "v-combobox__selection-text"
|
18455
|
-
}, [item.title, props.multiple && index < model.value.length - 1 &&
|
18458
|
+
}, [item.title, props.multiple && index < model.value.length - 1 && createElementVNode("span", {
|
18456
18459
|
"class": "v-combobox__selection-comma"
|
18457
18460
|
}, [createTextVNode(",")])])]);
|
18458
18461
|
})]),
|
@@ -18460,7 +18463,7 @@ const VCombobox = genericComponent()({
|
|
18460
18463
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
18461
18464
|
args[_key] = arguments[_key];
|
18462
18465
|
}
|
18463
|
-
return
|
18466
|
+
return createElementVNode(Fragment, null, [slots['append-inner']?.(...args), (!props.hideNoData || props.items.length) && props.menuIcon ? createVNode(VIcon, {
|
18464
18467
|
"class": "v-combobox__menu-icon",
|
18465
18468
|
"color": vTextFieldRef.value?.fieldIconColor,
|
18466
18469
|
"icon": props.menuIcon,
|
@@ -18548,7 +18551,7 @@ const VConfirmEdit = genericComponent()({
|
|
18548
18551
|
emit('cancel');
|
18549
18552
|
}
|
18550
18553
|
function actions(actionsProps) {
|
18551
|
-
return
|
18554
|
+
return createElementVNode(Fragment, null, [createVNode(VBtn, mergeProps({
|
18552
18555
|
"disabled": isCancelDisabled.value,
|
18553
18556
|
"variant": "text",
|
18554
18557
|
"color": props.color,
|
@@ -18564,7 +18567,7 @@ const VConfirmEdit = genericComponent()({
|
|
18564
18567
|
}
|
18565
18568
|
let actionsUsed = false;
|
18566
18569
|
useRender(() => {
|
18567
|
-
return
|
18570
|
+
return createElementVNode(Fragment, null, [slots.default?.({
|
18568
18571
|
model: internalModel,
|
18569
18572
|
save,
|
18570
18573
|
cancel,
|
@@ -19447,10 +19450,10 @@ const VDataIterator = genericComponent()({
|
|
19447
19450
|
groupedItems: paginatedItems.value
|
19448
19451
|
}));
|
19449
19452
|
useRender(() => createVNode(props.tag, {
|
19450
|
-
"class": ['v-data-iterator', {
|
19453
|
+
"class": normalizeClass(['v-data-iterator', {
|
19451
19454
|
'v-data-iterator--loading': props.loading
|
19452
|
-
}, props.class],
|
19453
|
-
"style": props.style
|
19455
|
+
}, props.class]),
|
19456
|
+
"style": normalizeStyle(props.style)
|
19454
19457
|
}, {
|
19455
19458
|
default: () => [slots.header?.(slotProps.value), createVNode(MaybeTransition, {
|
19456
19459
|
"transition": props.transition
|
@@ -19461,7 +19464,7 @@ const VDataIterator = genericComponent()({
|
|
19461
19464
|
"active": true
|
19462
19465
|
}, {
|
19463
19466
|
default: slotProps => slots.loader?.(slotProps)
|
19464
|
-
}) :
|
19467
|
+
}) : createElementVNode("div", {
|
19465
19468
|
"key": "items"
|
19466
19469
|
}, [!paginatedItems.value.length ? slots['no-data']?.() : slots.default?.(slotProps.value)])]
|
19467
19470
|
}), slots.footer?.(slotProps.value)]
|
@@ -19755,44 +19758,44 @@ const VPagination = genericComponent()({
|
|
19755
19758
|
}
|
19756
19759
|
useRender(() => createVNode(props.tag, {
|
19757
19760
|
"ref": resizeRef,
|
19758
|
-
"class": ['v-pagination', themeClasses.value, props.class],
|
19759
|
-
"style": props.style,
|
19761
|
+
"class": normalizeClass(['v-pagination', themeClasses.value, props.class]),
|
19762
|
+
"style": normalizeStyle(props.style),
|
19760
19763
|
"role": "navigation",
|
19761
19764
|
"aria-label": t(props.ariaLabel),
|
19762
19765
|
"onKeydown": onKeydown,
|
19763
19766
|
"data-test": "v-pagination-root"
|
19764
19767
|
}, {
|
19765
|
-
default: () => [
|
19768
|
+
default: () => [createElementVNode("ul", {
|
19766
19769
|
"class": "v-pagination__list"
|
19767
|
-
}, [props.showFirstLastPage &&
|
19770
|
+
}, [props.showFirstLastPage && createElementVNode("li", {
|
19768
19771
|
"key": "first",
|
19769
19772
|
"class": "v-pagination__first",
|
19770
19773
|
"data-test": "v-pagination-first"
|
19771
19774
|
}, [slots.first ? slots.first(controls.value.first) : createVNode(VBtn, mergeProps({
|
19772
19775
|
"_as": "VPaginationBtn"
|
19773
|
-
}, controls.value.first), null)]),
|
19776
|
+
}, controls.value.first), null)]), createElementVNode("li", {
|
19774
19777
|
"key": "prev",
|
19775
19778
|
"class": "v-pagination__prev",
|
19776
19779
|
"data-test": "v-pagination-prev"
|
19777
19780
|
}, [slots.prev ? slots.prev(controls.value.prev) : createVNode(VBtn, mergeProps({
|
19778
19781
|
"_as": "VPaginationBtn"
|
19779
|
-
}, controls.value.prev), null)]), items.value.map((item, index) =>
|
19782
|
+
}, controls.value.prev), null)]), items.value.map((item, index) => createElementVNode("li", {
|
19780
19783
|
"key": item.key,
|
19781
|
-
"class": ['v-pagination__item', {
|
19784
|
+
"class": normalizeClass(['v-pagination__item', {
|
19782
19785
|
'v-pagination__item--is-active': item.isActive
|
19783
|
-
}],
|
19786
|
+
}]),
|
19784
19787
|
"data-test": "v-pagination-item"
|
19785
19788
|
}, [slots.item ? slots.item(item) : createVNode(VBtn, mergeProps({
|
19786
19789
|
"_as": "VPaginationBtn"
|
19787
19790
|
}, item.props), {
|
19788
19791
|
default: () => [item.page]
|
19789
|
-
})])),
|
19792
|
+
})])), createElementVNode("li", {
|
19790
19793
|
"key": "next",
|
19791
19794
|
"class": "v-pagination__next",
|
19792
19795
|
"data-test": "v-pagination-next"
|
19793
19796
|
}, [slots.next ? slots.next(controls.value.next) : createVNode(VBtn, mergeProps({
|
19794
19797
|
"_as": "VPaginationBtn"
|
19795
|
-
}, controls.value.next), null)]), props.showFirstLastPage &&
|
19798
|
+
}, controls.value.next), null)]), props.showFirstLastPage && createElementVNode("li", {
|
19796
19799
|
"key": "last",
|
19797
19800
|
"class": "v-pagination__last",
|
19798
19801
|
"data-test": "v-pagination-last"
|
@@ -19901,20 +19904,20 @@ const VDataTableFooter = genericComponent()({
|
|
19901
19904
|
}));
|
19902
19905
|
useRender(() => {
|
19903
19906
|
const paginationProps = VPagination.filterProps(props);
|
19904
|
-
return
|
19907
|
+
return createElementVNode("div", {
|
19905
19908
|
"class": "v-data-table-footer"
|
19906
|
-
}, [slots.prepend?.(),
|
19909
|
+
}, [slots.prepend?.(), createElementVNode("div", {
|
19907
19910
|
"class": "v-data-table-footer__items-per-page"
|
19908
|
-
}, [
|
19911
|
+
}, [createElementVNode("span", null, [t(props.itemsPerPageText)]), createVNode(VSelect, {
|
19909
19912
|
"items": itemsPerPageOptions.value,
|
19910
19913
|
"modelValue": itemsPerPage.value,
|
19911
19914
|
"onUpdate:modelValue": v => setItemsPerPage(Number(v)),
|
19912
19915
|
"density": "compact",
|
19913
19916
|
"variant": "outlined",
|
19914
19917
|
"hide-details": true
|
19915
|
-
}, null)]),
|
19918
|
+
}, null)]), createElementVNode("div", {
|
19916
19919
|
"class": "v-data-table-footer__info"
|
19917
|
-
}, [
|
19920
|
+
}, [createElementVNode("div", null, [t(props.pageText, !itemsLength.value ? 0 : startIndex.value + 1, stopIndex.value, itemsLength.value)])]), createElementVNode("div", {
|
19918
19921
|
"class": "v-data-table-footer__pagination"
|
19919
19922
|
}, [createVNode(VPagination, mergeProps({
|
19920
19923
|
"modelValue": page.value,
|
@@ -19957,18 +19960,18 @@ const VDataTableColumn = defineFunctionalComponent({
|
|
19957
19960
|
} = _ref;
|
19958
19961
|
const Tag = props.tag ?? 'td';
|
19959
19962
|
return createVNode(Tag, {
|
19960
|
-
"class": ['v-data-table__td', {
|
19963
|
+
"class": normalizeClass(['v-data-table__td', {
|
19961
19964
|
'v-data-table-column--fixed': props.fixed,
|
19962
19965
|
'v-data-table-column--last-fixed': props.lastFixed,
|
19963
19966
|
'v-data-table-column--no-padding': props.noPadding,
|
19964
19967
|
'v-data-table-column--nowrap': props.nowrap
|
19965
|
-
}, `v-data-table-column--align-${props.align}`],
|
19966
|
-
"style": {
|
19968
|
+
}, `v-data-table-column--align-${props.align}`]),
|
19969
|
+
"style": normalizeStyle({
|
19967
19970
|
height: convertToUnit(props.height),
|
19968
19971
|
width: convertToUnit(props.width),
|
19969
19972
|
maxWidth: convertToUnit(props.maxWidth),
|
19970
19973
|
left: convertToUnit(props.fixedOffset || null)
|
19971
|
-
}
|
19974
|
+
})
|
19972
19975
|
}, {
|
19973
19976
|
default: () => [slots.default?.()]
|
19974
19977
|
});
|
@@ -20378,16 +20381,16 @@ const VDataTableHeaders = genericComponent()({
|
|
20378
20381
|
"onUpdate:modelValue": selectAll
|
20379
20382
|
}, null));
|
20380
20383
|
}
|
20381
|
-
return
|
20384
|
+
return createElementVNode("div", {
|
20382
20385
|
"class": "v-data-table-header__content"
|
20383
|
-
}, [
|
20386
|
+
}, [createElementVNode("span", null, [column.title]), column.sortable && !props.disableSort && createVNode(VIcon, {
|
20384
20387
|
"key": "icon",
|
20385
20388
|
"class": "v-data-table-header__sort-icon",
|
20386
20389
|
"icon": getSortIcon(column)
|
20387
|
-
}, null), props.multiSort && isSorted(column) &&
|
20390
|
+
}, null), props.multiSort && isSorted(column) && createElementVNode("div", {
|
20388
20391
|
"key": "badge",
|
20389
|
-
"class": ['v-data-table-header__sort-badge', ...backgroundColorClasses.value],
|
20390
|
-
"style": backgroundColorStyles.value
|
20392
|
+
"class": normalizeClass(['v-data-table-header__sort-badge', ...backgroundColorClasses.value]),
|
20393
|
+
"style": normalizeStyle(backgroundColorStyles.value)
|
20391
20394
|
}, [sortBy.value.findIndex(x => x.key === column.key) + 1])]);
|
20392
20395
|
}
|
20393
20396
|
});
|
@@ -20406,7 +20409,7 @@ const VDataTableHeaders = genericComponent()({
|
|
20406
20409
|
"class": [...headerCellClasses.value],
|
20407
20410
|
"colspan": headers.value.length + 1
|
20408
20411
|
}, props.headerProps), {
|
20409
|
-
default: () => [
|
20412
|
+
default: () => [createElementVNode("div", {
|
20410
20413
|
"class": "v-data-table-header__content"
|
20411
20414
|
}, [createVNode(VSelect, {
|
20412
20415
|
"chips": true,
|
@@ -20430,7 +20433,7 @@ const VDataTableHeaders = genericComponent()({
|
|
20430
20433
|
}
|
20431
20434
|
}, {
|
20432
20435
|
default: () => [props.item.title, createVNode(VIcon, {
|
20433
|
-
"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']),
|
20434
20437
|
"icon": getSortIcon(props.item.raw),
|
20435
20438
|
"size": "small"
|
20436
20439
|
}, null)]
|
@@ -20439,13 +20442,13 @@ const VDataTableHeaders = genericComponent()({
|
|
20439
20442
|
});
|
20440
20443
|
};
|
20441
20444
|
useRender(() => {
|
20442
|
-
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, {
|
20443
20446
|
"column": column,
|
20444
20447
|
"x": x,
|
20445
20448
|
"y": y
|
20446
|
-
}, null))])), props.loading &&
|
20449
|
+
}, null))])), props.loading && createElementVNode("tr", {
|
20447
20450
|
"class": "v-data-table-progress"
|
20448
|
-
}, [
|
20451
|
+
}, [createElementVNode("th", {
|
20449
20452
|
"colspan": columns.value.length
|
20450
20453
|
}, [createVNode(LoaderSlot, {
|
20451
20454
|
"name": "v-data-table-progress",
|
@@ -20491,11 +20494,11 @@ const VDataTableGroupHeaderRow = genericComponent()({
|
|
20491
20494
|
const rows = computed(() => {
|
20492
20495
|
return extractRows([props.item]);
|
20493
20496
|
});
|
20494
|
-
return () =>
|
20497
|
+
return () => createElementVNode("tr", {
|
20495
20498
|
"class": "v-data-table-group-header-row",
|
20496
|
-
"style": {
|
20499
|
+
"style": normalizeStyle({
|
20497
20500
|
'--v-data-table-group-header-row-depth': props.item.depth
|
20498
|
-
}
|
20501
|
+
})
|
20499
20502
|
}, [columns.value.map(column => {
|
20500
20503
|
if (column.key === 'data-table-group') {
|
20501
20504
|
const icon = isGroupOpen(props.item) ? '$expand' : '$next';
|
@@ -20515,7 +20518,7 @@ const VDataTableGroupHeaderRow = genericComponent()({
|
|
20515
20518
|
"variant": "text",
|
20516
20519
|
"icon": icon,
|
20517
20520
|
"onClick": onClick
|
20518
|
-
}, null),
|
20521
|
+
}, null), createElementVNode("span", null, [props.item.value]), createElementVNode("span", null, [createTextVNode("("), rows.value.length, createTextVNode(")")])]
|
20519
20522
|
});
|
20520
20523
|
}
|
20521
20524
|
if (column.key === 'data-table-select') {
|
@@ -20528,13 +20531,13 @@ const VDataTableGroupHeaderRow = genericComponent()({
|
|
20528
20531
|
indeterminate,
|
20529
20532
|
'onUpdate:modelValue': selectGroup
|
20530
20533
|
}
|
20531
|
-
}) ??
|
20534
|
+
}) ?? createElementVNode("td", null, [createVNode(VCheckboxBtn, {
|
20532
20535
|
"modelValue": modelValue,
|
20533
20536
|
"indeterminate": indeterminate,
|
20534
20537
|
"onUpdate:modelValue": selectGroup
|
20535
20538
|
}, null)]);
|
20536
20539
|
}
|
20537
|
-
return
|
20540
|
+
return createElementVNode("td", null, null);
|
20538
20541
|
})]);
|
20539
20542
|
}
|
20540
20543
|
});
|
@@ -20580,10 +20583,10 @@ const VDataTableRow = genericComponent()({
|
|
20580
20583
|
const {
|
20581
20584
|
columns
|
20582
20585
|
} = useHeaders();
|
20583
|
-
useRender(() =>
|
20584
|
-
"class": ['v-data-table__tr', {
|
20586
|
+
useRender(() => createElementVNode("tr", {
|
20587
|
+
"class": normalizeClass(['v-data-table__tr', {
|
20585
20588
|
'v-data-table__tr--clickable': !!(props.onClick || props.onContextmenu || props.onDblclick)
|
20586
|
-
}, displayClasses.value],
|
20589
|
+
}, displayClasses.value]),
|
20587
20590
|
"onClick": props.onClick,
|
20588
20591
|
"onContextmenu": props.onContextmenu,
|
20589
20592
|
"onDblclick": props.onDblclick
|
@@ -20672,9 +20675,9 @@ const VDataTableRow = genericComponent()({
|
|
20672
20675
|
}
|
20673
20676
|
if (slots[slotName] && !mobile.value) return slots[slotName](slotProps);
|
20674
20677
|
const displayValue = toDisplayString(slotProps.value);
|
20675
|
-
return !mobile.value ? displayValue :
|
20678
|
+
return !mobile.value ? displayValue : createElementVNode(Fragment, null, [createElementVNode("div", {
|
20676
20679
|
"class": "v-data-table__td-title"
|
20677
|
-
}, [slots[headerSlotName]?.(columnSlotProps) ?? column.title]),
|
20680
|
+
}, [slots[headerSlotName]?.(columnSlotProps) ?? column.title]), createElementVNode("div", {
|
20678
20681
|
"class": "v-data-table__td-value"
|
20679
20682
|
}, [slots[slotName]?.(slotProps) ?? displayValue])]);
|
20680
20683
|
}
|
@@ -20737,22 +20740,22 @@ const VDataTableRows = genericComponent()({
|
|
20737
20740
|
} = useDisplay(props);
|
20738
20741
|
useRender(() => {
|
20739
20742
|
if (props.loading && (!props.items.length || slots.loading)) {
|
20740
|
-
return
|
20743
|
+
return createElementVNode("tr", {
|
20741
20744
|
"class": "v-data-table-rows-loading",
|
20742
20745
|
"key": "loading"
|
20743
|
-
}, [
|
20746
|
+
}, [createElementVNode("td", {
|
20744
20747
|
"colspan": columns.value.length
|
20745
20748
|
}, [slots.loading?.() ?? t(props.loadingText)])]);
|
20746
20749
|
}
|
20747
20750
|
if (!props.loading && !props.items.length && !props.hideNoData) {
|
20748
|
-
return
|
20751
|
+
return createElementVNode("tr", {
|
20749
20752
|
"class": "v-data-table-rows-no-data",
|
20750
20753
|
"key": "no-data"
|
20751
|
-
}, [
|
20754
|
+
}, [createElementVNode("td", {
|
20752
20755
|
"colspan": columns.value.length
|
20753
20756
|
}, [slots['no-data']?.() ?? t(props.noDataText)])]);
|
20754
20757
|
}
|
20755
|
-
return
|
20758
|
+
return createElementVNode(Fragment, null, [props.items.map((item, index) => {
|
20756
20759
|
if (item.type === 'group') {
|
20757
20760
|
const slotProps = {
|
20758
20761
|
index,
|
@@ -20797,7 +20800,7 @@ const VDataTableRows = genericComponent()({
|
|
20797
20800
|
internalItem: slotProps.internalItem
|
20798
20801
|
}) : props.rowProps)
|
20799
20802
|
};
|
20800
|
-
return
|
20803
|
+
return createElementVNode(Fragment, {
|
20801
20804
|
"key": itemSlotProps.props.key
|
20802
20805
|
}, [slots.item ? slots.item(itemSlotProps) : createVNode(VDataTableRow, itemSlotProps.props, slots), isExpanded(item) && slots['expanded-row']?.(slotProps)]);
|
20803
20806
|
})]);
|
@@ -20831,22 +20834,22 @@ const VTable = genericComponent()({
|
|
20831
20834
|
densityClasses
|
20832
20835
|
} = useDensity(props);
|
20833
20836
|
useRender(() => createVNode(props.tag, {
|
20834
|
-
"class": ['v-table', {
|
20837
|
+
"class": normalizeClass(['v-table', {
|
20835
20838
|
'v-table--fixed-height': !!props.height,
|
20836
20839
|
'v-table--fixed-header': props.fixedHeader,
|
20837
20840
|
'v-table--fixed-footer': props.fixedFooter,
|
20838
20841
|
'v-table--has-top': !!slots.top,
|
20839
20842
|
'v-table--has-bottom': !!slots.bottom,
|
20840
20843
|
'v-table--hover': props.hover
|
20841
|
-
}, themeClasses.value, densityClasses.value, props.class],
|
20842
|
-
"style": props.style
|
20844
|
+
}, themeClasses.value, densityClasses.value, props.class]),
|
20845
|
+
"style": normalizeStyle(props.style)
|
20843
20846
|
}, {
|
20844
|
-
default: () => [slots.top?.(), slots.default ?
|
20847
|
+
default: () => [slots.top?.(), slots.default ? createElementVNode("div", {
|
20845
20848
|
"class": "v-table__wrapper",
|
20846
|
-
"style": {
|
20849
|
+
"style": normalizeStyle({
|
20847
20850
|
height: convertToUnit(props.height)
|
20848
|
-
}
|
20849
|
-
}, [
|
20851
|
+
})
|
20852
|
+
}, [createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
|
20850
20853
|
}));
|
20851
20854
|
return {};
|
20852
20855
|
}
|
@@ -21099,12 +21102,12 @@ const VDataTable = genericComponent()({
|
|
21099
21102
|
"fixedHeader": props.fixedHeader || props.sticky
|
21100
21103
|
}), {
|
21101
21104
|
top: () => slots.top?.(slotProps.value),
|
21102
|
-
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", {
|
21103
21106
|
"key": "thead"
|
21104
|
-
}, [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, {
|
21105
21108
|
"items": paginatedItems.value
|
21106
21109
|
}), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
|
21107
|
-
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, {
|
21108
21111
|
prepend: slots['footer.prepend']
|
21109
21112
|
})])
|
21110
21113
|
});
|
@@ -21275,25 +21278,25 @@ const VDataTableVirtual = genericComponent()({
|
|
21275
21278
|
"fixedHeader": props.fixedHeader || props.sticky
|
21276
21279
|
}), {
|
21277
21280
|
top: () => slots.top?.(slotProps.value),
|
21278
|
-
wrapper: () =>
|
21281
|
+
wrapper: () => createElementVNode("div", {
|
21279
21282
|
"ref": containerRef,
|
21280
21283
|
"onScrollPassive": handleScroll,
|
21281
21284
|
"onScrollend": handleScrollend,
|
21282
21285
|
"class": "v-table__wrapper",
|
21283
|
-
"style": {
|
21286
|
+
"style": normalizeStyle({
|
21284
21287
|
height: convertToUnit(props.height)
|
21285
|
-
}
|
21286
|
-
}, [
|
21288
|
+
})
|
21289
|
+
}, [createElementVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && createElementVNode("thead", {
|
21287
21290
|
"key": "thead"
|
21288
|
-
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody &&
|
21291
|
+
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && createElementVNode("tbody", {
|
21289
21292
|
"key": "tbody"
|
21290
|
-
}, [
|
21293
|
+
}, [createElementVNode("tr", {
|
21291
21294
|
"ref": markerRef,
|
21292
|
-
"style": {
|
21295
|
+
"style": normalizeStyle({
|
21293
21296
|
height: convertToUnit(paddingTop.value),
|
21294
21297
|
border: 0
|
21295
|
-
}
|
21296
|
-
}, [
|
21298
|
+
})
|
21299
|
+
}, [createElementVNode("td", {
|
21297
21300
|
"colspan": columns.value.length,
|
21298
21301
|
"style": {
|
21299
21302
|
height: 0,
|
@@ -21322,12 +21325,12 @@ const VDataTableVirtual = genericComponent()({
|
|
21322
21325
|
}), slots);
|
21323
21326
|
}
|
21324
21327
|
})
|
21325
|
-
}), slots['body.append']?.(slotProps.value),
|
21326
|
-
"style": {
|
21328
|
+
}), slots['body.append']?.(slotProps.value), createElementVNode("tr", {
|
21329
|
+
"style": normalizeStyle({
|
21327
21330
|
height: convertToUnit(paddingBottom.value),
|
21328
21331
|
border: 0
|
21329
|
-
}
|
21330
|
-
}, [
|
21332
|
+
})
|
21333
|
+
}, [createElementVNode("td", {
|
21331
21334
|
"colspan": columns.value.length,
|
21332
21335
|
"style": {
|
21333
21336
|
height: 0,
|
@@ -21500,17 +21503,17 @@ const VDataTableServer = genericComponent()({
|
|
21500
21503
|
"fixedHeader": props.fixedHeader || props.sticky
|
21501
21504
|
}), {
|
21502
21505
|
top: () => slots.top?.(slotProps.value),
|
21503
|
-
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", {
|
21504
21507
|
"key": "thead",
|
21505
21508
|
"class": "v-data-table__thead",
|
21506
21509
|
"role": "rowgroup"
|
21507
|
-
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody &&
|
21510
|
+
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && createElementVNode("tbody", {
|
21508
21511
|
"class": "v-data-table__tbody",
|
21509
21512
|
"role": "rowgroup"
|
21510
21513
|
}, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : createVNode(VDataTableRows, mergeProps(attrs, dataTableRowsProps, {
|
21511
21514
|
"items": flatItems.value
|
21512
21515
|
}), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
|
21513
|
-
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, {
|
21514
21517
|
prepend: slots['footer.prepend']
|
21515
21518
|
})])
|
21516
21519
|
});
|
@@ -21541,10 +21544,10 @@ const VContainer = genericComponent()({
|
|
21541
21544
|
dimensionStyles
|
21542
21545
|
} = useDimension(props);
|
21543
21546
|
useRender(() => createVNode(props.tag, {
|
21544
|
-
"class": ['v-container', {
|
21547
|
+
"class": normalizeClass(['v-container', {
|
21545
21548
|
'v-container--fluid': props.fluid
|
21546
|
-
}, rtlClasses.value, props.class],
|
21547
|
-
"style": [dimensionStyles.value, props.style]
|
21549
|
+
}, rtlClasses.value, props.class]),
|
21550
|
+
"style": normalizeStyle([dimensionStyles.value, props.style])
|
21548
21551
|
}, slots));
|
21549
21552
|
return {};
|
21550
21553
|
}
|
@@ -21863,11 +21866,11 @@ const VDatePickerControls = genericComponent()({
|
|
21863
21866
|
}
|
21864
21867
|
useRender(() => {
|
21865
21868
|
// TODO: add slot support and scope defaults
|
21866
|
-
return
|
21869
|
+
return createElementVNode("div", {
|
21867
21870
|
"class": ['v-date-picker-controls'],
|
21868
|
-
"style": {
|
21871
|
+
"style": normalizeStyle({
|
21869
21872
|
'--v-date-picker-controls-height': convertToUnit(props.controlHeight)
|
21870
|
-
}
|
21873
|
+
})
|
21871
21874
|
}, [createVNode(VBtn, {
|
21872
21875
|
"class": "v-date-picker-controls__month-btn",
|
21873
21876
|
"data-testid": "month-btn",
|
@@ -21884,7 +21887,7 @@ const VDatePickerControls = genericComponent()({
|
|
21884
21887
|
"icon": props.modeIcon,
|
21885
21888
|
"variant": "text",
|
21886
21889
|
"onClick": onClickYear
|
21887
|
-
}, null), createVNode(VSpacer, null, null),
|
21890
|
+
}, null), createVNode(VSpacer, null, null), createElementVNode("div", {
|
21888
21891
|
"class": "v-date-picker-controls__month"
|
21889
21892
|
}, [createVNode(VBtn, {
|
21890
21893
|
"data-testid": "prev-month",
|
@@ -21940,24 +21943,24 @@ const VDatePickerHeader = genericComponent()({
|
|
21940
21943
|
useRender(() => {
|
21941
21944
|
const hasContent = !!(slots.default || props.header);
|
21942
21945
|
const hasAppend = !!(slots.append || props.appendIcon);
|
21943
|
-
return
|
21944
|
-
"class": ['v-date-picker-header', {
|
21946
|
+
return createElementVNode("div", {
|
21947
|
+
"class": normalizeClass(['v-date-picker-header', {
|
21945
21948
|
'v-date-picker-header--clickable': !!props.onClick
|
21946
|
-
}, backgroundColorClasses.value],
|
21947
|
-
"style": backgroundColorStyles.value,
|
21949
|
+
}, backgroundColorClasses.value]),
|
21950
|
+
"style": normalizeStyle(backgroundColorStyles.value),
|
21948
21951
|
"onClick": onClick
|
21949
|
-
}, [slots.prepend &&
|
21952
|
+
}, [slots.prepend && createElementVNode("div", {
|
21950
21953
|
"key": "prepend",
|
21951
21954
|
"class": "v-date-picker-header__prepend"
|
21952
21955
|
}, [slots.prepend()]), hasContent && createVNode(MaybeTransition, {
|
21953
21956
|
"key": "content",
|
21954
21957
|
"name": props.transition
|
21955
21958
|
}, {
|
21956
|
-
default: () => [
|
21959
|
+
default: () => [createElementVNode("div", {
|
21957
21960
|
"key": props.header,
|
21958
21961
|
"class": "v-date-picker-header__content"
|
21959
21962
|
}, [slots.default?.() ?? props.header])]
|
21960
|
-
}), hasAppend &&
|
21963
|
+
}), hasAppend && createElementVNode("div", {
|
21961
21964
|
"class": "v-date-picker-header__append"
|
21962
21965
|
}, [!slots.append ? createVNode(VBtn, {
|
21963
21966
|
"key": "append-btn",
|
@@ -22243,24 +22246,24 @@ const VDatePickerMonth = genericComponent()({
|
|
22243
22246
|
model.value = [value];
|
22244
22247
|
}
|
22245
22248
|
}
|
22246
|
-
useRender(() =>
|
22249
|
+
useRender(() => createElementVNode("div", {
|
22247
22250
|
"class": "v-date-picker-month"
|
22248
|
-
}, [props.showWeek &&
|
22251
|
+
}, [props.showWeek && createElementVNode("div", {
|
22249
22252
|
"key": "weeks",
|
22250
22253
|
"class": "v-date-picker-month__weeks"
|
22251
|
-
}, [!props.hideWeekdays &&
|
22254
|
+
}, [!props.hideWeekdays && createElementVNode("div", {
|
22252
22255
|
"key": "hide-week-days",
|
22253
22256
|
"class": "v-date-picker-month__day"
|
22254
|
-
}, [createTextVNode("\xA0")]), weekNumbers.value.map(week =>
|
22257
|
+
}, [createTextVNode("\xA0")]), weekNumbers.value.map(week => createElementVNode("div", {
|
22255
22258
|
"class": ['v-date-picker-month__day', 'v-date-picker-month__day--adjacent']
|
22256
22259
|
}, [week]))]), createVNode(MaybeTransition, {
|
22257
22260
|
"name": transition.value
|
22258
22261
|
}, {
|
22259
|
-
default: () => [
|
22262
|
+
default: () => [createElementVNode("div", {
|
22260
22263
|
"ref": daysRef,
|
22261
22264
|
"key": daysInMonth.value[0].date?.toString(),
|
22262
22265
|
"class": "v-date-picker-month__days"
|
22263
|
-
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay =>
|
22266
|
+
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => createElementVNode("div", {
|
22264
22267
|
"class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
|
22265
22268
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
22266
22269
|
const slotProps = {
|
@@ -22280,14 +22283,14 @@ const VDatePickerMonth = genericComponent()({
|
|
22280
22283
|
if (atMax.value && !item.isSelected) {
|
22281
22284
|
item.isDisabled = true;
|
22282
22285
|
}
|
22283
|
-
return
|
22284
|
-
"class": ['v-date-picker-month__day', {
|
22286
|
+
return createElementVNode("div", {
|
22287
|
+
"class": normalizeClass(['v-date-picker-month__day', {
|
22285
22288
|
'v-date-picker-month__day--adjacent': item.isAdjacent,
|
22286
22289
|
'v-date-picker-month__day--hide-adjacent': item.isHidden,
|
22287
22290
|
'v-date-picker-month__day--selected': item.isSelected,
|
22288
22291
|
'v-date-picker-month__day--week-end': item.isWeekEnd,
|
22289
22292
|
'v-date-picker-month__day--week-start': item.isWeekStart
|
22290
|
-
}],
|
22293
|
+
}]),
|
22291
22294
|
"data-v-date": !item.isDisabled ? item.isoDate : undefined
|
22292
22295
|
}, [(props.showAdjacentMonths || !item.isAdjacent) && (slots.day?.(slotProps) ?? createVNode(VBtn, slotProps.props, null))]);
|
22293
22296
|
})])]
|
@@ -22337,12 +22340,12 @@ const VDatePickerMonths = genericComponent()({
|
|
22337
22340
|
watchEffect(() => {
|
22338
22341
|
model.value = model.value ?? adapter.getMonth(adapter.date());
|
22339
22342
|
});
|
22340
|
-
useRender(() =>
|
22343
|
+
useRender(() => createElementVNode("div", {
|
22341
22344
|
"class": "v-date-picker-months",
|
22342
|
-
"style": {
|
22345
|
+
"style": normalizeStyle({
|
22343
22346
|
height: convertToUnit(props.height)
|
22344
|
-
}
|
22345
|
-
}, [
|
22347
|
+
})
|
22348
|
+
}, [createElementVNode("div", {
|
22346
22349
|
"class": "v-date-picker-months__content"
|
22347
22350
|
}, [months.value.map((month, i) => {
|
22348
22351
|
const btnProps = {
|
@@ -22428,12 +22431,12 @@ const VDatePickerYears = genericComponent()({
|
|
22428
22431
|
block: 'center'
|
22429
22432
|
});
|
22430
22433
|
});
|
22431
|
-
useRender(() =>
|
22434
|
+
useRender(() => createElementVNode("div", {
|
22432
22435
|
"class": "v-date-picker-years",
|
22433
|
-
"style": {
|
22436
|
+
"style": normalizeStyle({
|
22434
22437
|
height: convertToUnit(props.height)
|
22435
|
-
}
|
22436
|
-
}, [
|
22438
|
+
})
|
22439
|
+
}, [createElementVNode("div", {
|
22437
22440
|
"class": "v-date-picker-years__content"
|
22438
22441
|
}, [years.value.map((year, i) => {
|
22439
22442
|
const btnProps = {
|
@@ -22670,7 +22673,7 @@ const VDatePicker = genericComponent()({
|
|
22670
22673
|
}, rtlClasses.value, props.class],
|
22671
22674
|
"style": props.style
|
22672
22675
|
}), {
|
22673
|
-
title: () => slots.title?.() ??
|
22676
|
+
title: () => slots.title?.() ?? createElementVNode("div", {
|
22674
22677
|
"class": "v-date-picker__title"
|
22675
22678
|
}, [t(props.title)]),
|
22676
22679
|
header: () => slots.header ? createVNode(VDefaultsProvider, {
|
@@ -22689,7 +22692,7 @@ const VDatePicker = genericComponent()({
|
|
22689
22692
|
...slots,
|
22690
22693
|
default: undefined
|
22691
22694
|
}),
|
22692
|
-
default: () =>
|
22695
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VDatePickerControls, mergeProps(datePickerControlsProps, {
|
22693
22696
|
"disabled": disabled.value,
|
22694
22697
|
"text": text.value,
|
22695
22698
|
"onClick:next": onClickNext,
|
@@ -22798,15 +22801,15 @@ const VEmptyState = genericComponent()({
|
|
22798
22801
|
const hasText = !!(slots.text || props.text);
|
22799
22802
|
const hasMedia = !!(slots.media || props.image || props.icon);
|
22800
22803
|
const size = props.size || (props.image ? 200 : 96);
|
22801
|
-
return
|
22802
|
-
"class": ['v-empty-state', {
|
22804
|
+
return createElementVNode("div", {
|
22805
|
+
"class": normalizeClass(['v-empty-state', {
|
22803
22806
|
[`v-empty-state--${props.justify}`]: true
|
22804
|
-
}, themeClasses.value, backgroundColorClasses.value, displayClasses.value, props.class],
|
22805
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, props.style]
|
22806
|
-
}, [hasMedia &&
|
22807
|
+
}, themeClasses.value, backgroundColorClasses.value, displayClasses.value, props.class]),
|
22808
|
+
"style": normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style])
|
22809
|
+
}, [hasMedia && createElementVNode("div", {
|
22807
22810
|
"key": "media",
|
22808
22811
|
"class": "v-empty-state__media"
|
22809
|
-
}, [!slots.media ?
|
22812
|
+
}, [!slots.media ? createElementVNode(Fragment, null, [props.image ? createVNode(VImg, {
|
22810
22813
|
"key": "image",
|
22811
22814
|
"src": props.image,
|
22812
22815
|
"height": size
|
@@ -22829,22 +22832,22 @@ const VEmptyState = genericComponent()({
|
|
22829
22832
|
}
|
22830
22833
|
}, {
|
22831
22834
|
default: () => [slots.media()]
|
22832
|
-
})]), hasHeadline &&
|
22835
|
+
})]), hasHeadline && createElementVNode("div", {
|
22833
22836
|
"key": "headline",
|
22834
22837
|
"class": "v-empty-state__headline"
|
22835
|
-
}, [slots.headline?.() ?? props.headline]), hasTitle &&
|
22838
|
+
}, [slots.headline?.() ?? props.headline]), hasTitle && createElementVNode("div", {
|
22836
22839
|
"key": "title",
|
22837
22840
|
"class": "v-empty-state__title"
|
22838
|
-
}, [slots.title?.() ?? props.title]), hasText &&
|
22841
|
+
}, [slots.title?.() ?? props.title]), hasText && createElementVNode("div", {
|
22839
22842
|
"key": "text",
|
22840
22843
|
"class": "v-empty-state__text",
|
22841
|
-
"style": {
|
22844
|
+
"style": normalizeStyle({
|
22842
22845
|
maxWidth: convertToUnit(props.textWidth)
|
22843
|
-
}
|
22844
|
-
}, [slots.text?.() ?? props.text]), slots.default &&
|
22846
|
+
})
|
22847
|
+
}, [slots.text?.() ?? props.text]), slots.default && createElementVNode("div", {
|
22845
22848
|
"key": "content",
|
22846
22849
|
"class": "v-empty-state__content"
|
22847
|
-
}, [slots.default()]), hasActions &&
|
22850
|
+
}, [slots.default()]), hasActions && createElementVNode("div", {
|
22848
22851
|
"key": "actions",
|
22849
22852
|
"class": "v-empty-state__actions"
|
22850
22853
|
}, [createVNode(VDefaultsProvider, {
|
@@ -22895,10 +22898,10 @@ const VExpansionPanelText = genericComponent()({
|
|
22895
22898
|
useRender(() => createVNode(VExpandTransition, {
|
22896
22899
|
"onAfterLeave": onAfterLeave
|
22897
22900
|
}, {
|
22898
|
-
default: () => [withDirectives(
|
22899
|
-
"class": ['v-expansion-panel-text', props.class],
|
22900
|
-
"style": props.style
|
22901
|
-
}, [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", {
|
22902
22905
|
"class": "v-expansion-panel-text__wrapper"
|
22903
22906
|
}, [slots.default?.()])]), [[vShow, expansionPanel.isSelected.value]])]
|
22904
22907
|
}));
|
@@ -22932,7 +22935,7 @@ const makeVExpansionPanelTitleProps = propsFactory({
|
|
22932
22935
|
const VExpansionPanelTitle = genericComponent()({
|
22933
22936
|
name: 'VExpansionPanelTitle',
|
22934
22937
|
directives: {
|
22935
|
-
Ripple
|
22938
|
+
vRipple: Ripple
|
22936
22939
|
},
|
22937
22940
|
props: makeVExpansionPanelTitleProps(),
|
22938
22941
|
setup(props, _ref) {
|
@@ -22956,19 +22959,19 @@ const VExpansionPanelTitle = genericComponent()({
|
|
22956
22959
|
readonly: props.readonly
|
22957
22960
|
}));
|
22958
22961
|
const icon = toRef(() => expansionPanel.isSelected.value ? props.collapseIcon : props.expandIcon);
|
22959
|
-
useRender(() => withDirectives(
|
22960
|
-
"class": ['v-expansion-panel-title', {
|
22962
|
+
useRender(() => withDirectives(createElementVNode("button", {
|
22963
|
+
"class": normalizeClass(['v-expansion-panel-title', {
|
22961
22964
|
'v-expansion-panel-title--active': expansionPanel.isSelected.value,
|
22962
22965
|
'v-expansion-panel-title--focusable': props.focusable,
|
22963
22966
|
'v-expansion-panel-title--static': props.static
|
22964
|
-
}, backgroundColorClasses.value, props.class],
|
22965
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, props.style],
|
22967
|
+
}, backgroundColorClasses.value, props.class]),
|
22968
|
+
"style": normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style]),
|
22966
22969
|
"type": "button",
|
22967
22970
|
"tabindex": expansionPanel.disabled.value ? -1 : undefined,
|
22968
22971
|
"disabled": expansionPanel.disabled.value,
|
22969
22972
|
"aria-expanded": expansionPanel.isSelected.value,
|
22970
22973
|
"onClick": !props.readonly ? expansionPanel.toggle : undefined
|
22971
|
-
}, [
|
22974
|
+
}, [createElementVNode("span", {
|
22972
22975
|
"class": "v-expansion-panel-title__overlay"
|
22973
22976
|
}, null), slots.default?.(slotProps.value), !props.hideActions && createVNode(VDefaultsProvider, {
|
22974
22977
|
"defaults": {
|
@@ -22977,10 +22980,10 @@ const VExpansionPanelTitle = genericComponent()({
|
|
22977
22980
|
}
|
22978
22981
|
}
|
22979
22982
|
}, {
|
22980
|
-
default: () => [
|
22983
|
+
default: () => [createElementVNode("span", {
|
22981
22984
|
"class": "v-expansion-panel-title__icon"
|
22982
22985
|
}, [slots.actions?.(slotProps.value) ?? createVNode(VIcon, null, null)])]
|
22983
|
-
})]), [[
|
22986
|
+
})]), [[Ripple, props.ripple]]));
|
22984
22987
|
return {};
|
22985
22988
|
}
|
22986
22989
|
});
|
@@ -23037,16 +23040,16 @@ const VExpansionPanel = genericComponent()({
|
|
23037
23040
|
const expansionPanelTitleProps = VExpansionPanelTitle.filterProps(props);
|
23038
23041
|
const expansionPanelTextProps = VExpansionPanelText.filterProps(props);
|
23039
23042
|
return createVNode(props.tag, {
|
23040
|
-
"class": ['v-expansion-panel', {
|
23043
|
+
"class": normalizeClass(['v-expansion-panel', {
|
23041
23044
|
'v-expansion-panel--active': groupItem.isSelected.value,
|
23042
23045
|
'v-expansion-panel--before-active': isBeforeSelected.value,
|
23043
23046
|
'v-expansion-panel--after-active': isAfterSelected.value,
|
23044
23047
|
'v-expansion-panel--disabled': isDisabled.value
|
23045
|
-
}, roundedClasses.value, backgroundColorClasses.value, props.class],
|
23046
|
-
"style": [backgroundColorStyles.value, props.style]
|
23048
|
+
}, roundedClasses.value, backgroundColorClasses.value, props.class]),
|
23049
|
+
"style": normalizeStyle([backgroundColorStyles.value, props.style])
|
23047
23050
|
}, {
|
23048
|
-
default: () => [
|
23049
|
-
"class": ['v-expansion-panel__shadow', ...elevationClasses.value]
|
23051
|
+
default: () => [createElementVNode("div", {
|
23052
|
+
"class": normalizeClass(['v-expansion-panel__shadow', ...elevationClasses.value])
|
23050
23053
|
}, null), createVNode(VDefaultsProvider, {
|
23051
23054
|
"defaults": {
|
23052
23055
|
VExpansionPanelTitle: {
|
@@ -23126,11 +23129,11 @@ const VExpansionPanels = genericComponent()({
|
|
23126
23129
|
}
|
23127
23130
|
});
|
23128
23131
|
useRender(() => createVNode(props.tag, {
|
23129
|
-
"class": ['v-expansion-panels', {
|
23132
|
+
"class": normalizeClass(['v-expansion-panels', {
|
23130
23133
|
'v-expansion-panels--flat': props.flat,
|
23131
23134
|
'v-expansion-panels--tile': props.tile
|
23132
|
-
}, themeClasses.value, variantClass.value, props.class],
|
23133
|
-
"style": props.style
|
23135
|
+
}, themeClasses.value, variantClass.value, props.class]),
|
23136
|
+
"style": normalizeStyle(props.style)
|
23134
23137
|
}, {
|
23135
23138
|
default: () => [slots.default?.({
|
23136
23139
|
prev,
|
@@ -23210,22 +23213,22 @@ const VFab = genericComponent()({
|
|
23210
23213
|
const vFabRef = ref();
|
23211
23214
|
useRender(() => {
|
23212
23215
|
const btnProps = VBtn.filterProps(props);
|
23213
|
-
return
|
23216
|
+
return createElementVNode("div", {
|
23214
23217
|
"ref": vFabRef,
|
23215
|
-
"class": ['v-fab', {
|
23218
|
+
"class": normalizeClass(['v-fab', {
|
23216
23219
|
'v-fab--absolute': props.absolute,
|
23217
23220
|
'v-fab--app': !!props.app,
|
23218
23221
|
'v-fab--extended': props.extended,
|
23219
23222
|
'v-fab--offset': props.offset,
|
23220
23223
|
[`v-fab--${position.value}`]: hasPosition.value,
|
23221
23224
|
[`v-fab--${orientation.value}`]: hasPosition.value
|
23222
|
-
}, props.class],
|
23223
|
-
"style": [props.app ? {
|
23225
|
+
}, props.class]),
|
23226
|
+
"style": normalizeStyle([props.app ? {
|
23224
23227
|
...layoutItemStyles.value
|
23225
23228
|
} : {
|
23226
23229
|
height: props.absolute ? '100%' : 'inherit'
|
23227
|
-
}, props.style]
|
23228
|
-
}, [
|
23230
|
+
}, props.style])
|
23231
|
+
}, [createElementVNode("div", {
|
23229
23232
|
"class": "v-fab__container"
|
23230
23233
|
}, [createVNode(MaybeTransition, {
|
23231
23234
|
"appear": props.appear,
|
@@ -23441,7 +23444,7 @@ const VFileInput = genericComponent()({
|
|
23441
23444
|
...slotProps
|
23442
23445
|
}
|
23443
23446
|
} = _ref4;
|
23444
|
-
return
|
23447
|
+
return createElementVNode(Fragment, null, [createElementVNode("input", mergeProps({
|
23445
23448
|
"ref": inputRef,
|
23446
23449
|
"type": "file",
|
23447
23450
|
"readonly": isReadonly.value,
|
@@ -23461,8 +23464,8 @@ const VFileInput = genericComponent()({
|
|
23461
23464
|
"onDragleave": onDragleave,
|
23462
23465
|
"onFocus": onFocus,
|
23463
23466
|
"onBlur": blur
|
23464
|
-
}, slotProps, inputAttrs), null),
|
23465
|
-
"class": fieldClass
|
23467
|
+
}, slotProps, inputAttrs), null), createElementVNode("div", {
|
23468
|
+
"class": normalizeClass(fieldClass)
|
23466
23469
|
}, [!!model.value?.length && !props.hideInput && (slots.selection ? slots.selection({
|
23467
23470
|
fileNames: fileNames.value,
|
23468
23471
|
totalBytes: totalBytes.value,
|
@@ -23475,7 +23478,7 @@ const VFileInput = genericComponent()({
|
|
23475
23478
|
}
|
23476
23479
|
});
|
23477
23480
|
},
|
23478
|
-
details: hasDetails ? slotProps =>
|
23481
|
+
details: hasDetails ? slotProps => createElementVNode(Fragment, null, [slots.details?.(slotProps), hasCounter && createElementVNode(Fragment, null, [createElementVNode("span", null, null), createVNode(VCounter, {
|
23479
23482
|
"active": !!model.value?.length,
|
23480
23483
|
"value": counterValue.value,
|
23481
23484
|
"disabled": props.disabled
|
@@ -23551,10 +23554,10 @@ const VFooter = genericComponent()({
|
|
23551
23554
|
});
|
23552
23555
|
useRender(() => createVNode(props.tag, {
|
23553
23556
|
"ref": resizeRef,
|
23554
|
-
"class": ['v-footer', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
23555
|
-
"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 : {
|
23556
23559
|
height: convertToUnit(props.height)
|
23557
|
-
}, props.style]
|
23560
|
+
}, props.style])
|
23558
23561
|
}, slots));
|
23559
23562
|
return {};
|
23560
23563
|
}
|
@@ -23603,10 +23606,10 @@ const VForm = genericComponent()({
|
|
23603
23606
|
}
|
23604
23607
|
e.preventDefault();
|
23605
23608
|
}
|
23606
|
-
useRender(() =>
|
23609
|
+
useRender(() => createElementVNode("form", {
|
23607
23610
|
"ref": formRef,
|
23608
|
-
"class": ['v-form', props.class],
|
23609
|
-
"style": props.style,
|
23611
|
+
"class": normalizeClass(['v-form', props.class]),
|
23612
|
+
"style": normalizeStyle(props.style),
|
23610
23613
|
"novalidate": true,
|
23611
23614
|
"onReset": onReset,
|
23612
23615
|
"onSubmit": onSubmit
|
@@ -23703,11 +23706,11 @@ const VInfiniteScrollIntersect = defineComponent({
|
|
23703
23706
|
watch(isIntersecting, async val => {
|
23704
23707
|
emit('intersect', props.side, val);
|
23705
23708
|
});
|
23706
|
-
useRender(() =>
|
23709
|
+
useRender(() => createElementVNode("div", {
|
23707
23710
|
"class": "v-infinite-scroll-intersect",
|
23708
|
-
"style": {
|
23711
|
+
"style": normalizeStyle({
|
23709
23712
|
'--v-infinite-margin-size': props.rootMargin
|
23710
|
-
},
|
23713
|
+
}),
|
23711
23714
|
"ref": intersectionRef
|
23712
23715
|
}, [createTextVNode("\xA0")]));
|
23713
23716
|
return {};
|
@@ -23819,7 +23822,7 @@ const VInfiniteScroll = genericComponent()({
|
|
23819
23822
|
}
|
23820
23823
|
};
|
23821
23824
|
if (status === 'error') return slots.error?.(slotProps);
|
23822
|
-
if (status === 'empty') return slots.empty?.(slotProps) ??
|
23825
|
+
if (status === 'empty') return slots.empty?.(slotProps) ?? createElementVNode("div", null, [t(props.emptyText)]);
|
23823
23826
|
if (props.mode === 'manual') {
|
23824
23827
|
if (status === 'loading') {
|
23825
23828
|
return slots.loading?.(slotProps) ?? createVNode(VProgressCircular, {
|
@@ -23850,13 +23853,13 @@ const VInfiniteScroll = genericComponent()({
|
|
23850
23853
|
const intersectMode = props.mode === 'intersect';
|
23851
23854
|
return createVNode(Tag, {
|
23852
23855
|
"ref": rootEl,
|
23853
|
-
"class": ['v-infinite-scroll', `v-infinite-scroll--${props.direction}`, {
|
23856
|
+
"class": normalizeClass(['v-infinite-scroll', `v-infinite-scroll--${props.direction}`, {
|
23854
23857
|
'v-infinite-scroll--start': hasStartIntersect,
|
23855
23858
|
'v-infinite-scroll--end': hasEndIntersect
|
23856
|
-
}],
|
23857
|
-
"style": dimensionStyles.value
|
23859
|
+
}]),
|
23860
|
+
"style": normalizeStyle(dimensionStyles.value)
|
23858
23861
|
}, {
|
23859
|
-
default: () => [
|
23862
|
+
default: () => [createElementVNode("div", {
|
23860
23863
|
"class": "v-infinite-scroll__side"
|
23861
23864
|
}, [renderSide('start', startStatus.value)]), hasStartIntersect && intersectMode && createVNode(VInfiniteScrollIntersect, {
|
23862
23865
|
"key": "start",
|
@@ -23868,7 +23871,7 @@ const VInfiniteScroll = genericComponent()({
|
|
23868
23871
|
"side": "end",
|
23869
23872
|
"onIntersect": handleIntersect,
|
23870
23873
|
"rootMargin": margin.value
|
23871
|
-
}, null),
|
23874
|
+
}, null), createElementVNode("div", {
|
23872
23875
|
"class": "v-infinite-scroll__side"
|
23873
23876
|
}, [renderSide('end', endStatus.value)])]
|
23874
23877
|
});
|
@@ -23908,8 +23911,8 @@ const VItemGroup = genericComponent()({
|
|
23908
23911
|
selected
|
23909
23912
|
} = useGroup(props, VItemGroupSymbol);
|
23910
23913
|
return () => createVNode(props.tag, {
|
23911
|
-
"class": ['v-item-group', themeClasses.value, props.class],
|
23912
|
-
"style": props.style
|
23914
|
+
"class": normalizeClass(['v-item-group', themeClasses.value, props.class]),
|
23915
|
+
"style": normalizeStyle(props.style)
|
23913
23916
|
}, {
|
23914
23917
|
default: () => [slots.default?.({
|
23915
23918
|
isSelected,
|
@@ -23977,10 +23980,10 @@ const VLayout = genericComponent()({
|
|
23977
23980
|
const {
|
23978
23981
|
dimensionStyles
|
23979
23982
|
} = useDimension(props);
|
23980
|
-
useRender(() =>
|
23983
|
+
useRender(() => createElementVNode("div", {
|
23981
23984
|
"ref": layoutRef,
|
23982
|
-
"class": [layoutClasses.value, props.class],
|
23983
|
-
"style": [dimensionStyles.value, layoutStyles.value, props.style]
|
23985
|
+
"class": normalizeClass([layoutClasses.value, props.class]),
|
23986
|
+
"style": normalizeStyle([dimensionStyles.value, layoutStyles.value, props.style])
|
23984
23987
|
}, [slots.default?.()]));
|
23985
23988
|
return {
|
23986
23989
|
getLayoutItem,
|
@@ -24022,9 +24025,9 @@ const VLayoutItem = genericComponent()({
|
|
24022
24025
|
active: toRef(() => props.modelValue),
|
24023
24026
|
absolute: toRef(() => props.absolute)
|
24024
24027
|
});
|
24025
|
-
return () =>
|
24026
|
-
"class": ['v-layout-item', props.class],
|
24027
|
-
"style": [layoutItemStyles.value, props.style]
|
24028
|
+
return () => createElementVNode("div", {
|
24029
|
+
"class": normalizeClass(['v-layout-item', props.class]),
|
24030
|
+
"style": normalizeStyle([layoutItemStyles.value, props.style])
|
24028
24031
|
}, [slots.default?.()]);
|
24029
24032
|
}
|
24030
24033
|
});
|
@@ -24053,7 +24056,7 @@ const makeVLazyProps = propsFactory({
|
|
24053
24056
|
const VLazy = genericComponent()({
|
24054
24057
|
name: 'VLazy',
|
24055
24058
|
directives: {
|
24056
|
-
|
24059
|
+
vIntersect: Intersect
|
24057
24060
|
},
|
24058
24061
|
props: makeVLazyProps(),
|
24059
24062
|
emits: {
|
@@ -24072,8 +24075,8 @@ const VLazy = genericComponent()({
|
|
24072
24075
|
isActive.value = isIntersecting;
|
24073
24076
|
}
|
24074
24077
|
useRender(() => withDirectives(createVNode(props.tag, {
|
24075
|
-
"class": ['v-lazy', props.class],
|
24076
|
-
"style": [dimensionStyles.value, props.style]
|
24078
|
+
"class": normalizeClass(['v-lazy', props.class]),
|
24079
|
+
"style": normalizeStyle([dimensionStyles.value, props.style])
|
24077
24080
|
}, {
|
24078
24081
|
default: () => [isActive.value && createVNode(MaybeTransition, {
|
24079
24082
|
"transition": props.transition,
|
@@ -24081,7 +24084,7 @@ const VLazy = genericComponent()({
|
|
24081
24084
|
}, {
|
24082
24085
|
default: () => [slots.default?.()]
|
24083
24086
|
})]
|
24084
|
-
}), [[
|
24087
|
+
}), [[Intersect, {
|
24085
24088
|
handler: onIntersect,
|
24086
24089
|
options: props.options
|
24087
24090
|
}, null]]));
|
@@ -24109,9 +24112,9 @@ const VLocaleProvider = genericComponent()({
|
|
24109
24112
|
const {
|
24110
24113
|
rtlClasses
|
24111
24114
|
} = provideLocale(props);
|
24112
|
-
useRender(() =>
|
24113
|
-
"class": ['v-locale-provider', rtlClasses.value, props.class],
|
24114
|
-
"style": props.style
|
24115
|
+
useRender(() => createElementVNode("div", {
|
24116
|
+
"class": normalizeClass(['v-locale-provider', rtlClasses.value, props.class]),
|
24117
|
+
"style": normalizeStyle(props.style)
|
24115
24118
|
}, [slots.default?.()]));
|
24116
24119
|
return {};
|
24117
24120
|
}
|
@@ -24142,12 +24145,12 @@ const VMain = genericComponent()({
|
|
24142
24145
|
ssrBootStyles
|
24143
24146
|
} = useSsrBoot();
|
24144
24147
|
useRender(() => createVNode(props.tag, {
|
24145
|
-
"class": ['v-main', {
|
24148
|
+
"class": normalizeClass(['v-main', {
|
24146
24149
|
'v-main--scrollable': props.scrollable
|
24147
|
-
}, props.class],
|
24148
|
-
"style": [mainStyles.value, ssrBootStyles.value, dimensionStyles.value, props.style]
|
24150
|
+
}, props.class]),
|
24151
|
+
"style": normalizeStyle([mainStyles.value, ssrBootStyles.value, dimensionStyles.value, props.style])
|
24149
24152
|
}, {
|
24150
|
-
default: () => [props.scrollable ?
|
24153
|
+
default: () => [props.scrollable ? createElementVNode("div", {
|
24151
24154
|
"class": "v-main__scroller"
|
24152
24155
|
}, [slots.default?.()]) : slots.default?.()]
|
24153
24156
|
}));
|
@@ -24658,7 +24661,7 @@ const VNavigationDrawer = genericComponent()({
|
|
24658
24661
|
});
|
24659
24662
|
useRender(() => {
|
24660
24663
|
const hasImage = slots.image || props.image;
|
24661
|
-
return
|
24664
|
+
return createElementVNode(Fragment, null, [createVNode(props.tag, mergeProps({
|
24662
24665
|
"ref": rootEl,
|
24663
24666
|
"onMouseenter": runOpenDelay,
|
24664
24667
|
"onMouseleave": runCloseDelay,
|
@@ -24674,7 +24677,7 @@ const VNavigationDrawer = genericComponent()({
|
|
24674
24677
|
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, displayClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
24675
24678
|
"style": [backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, stickyStyles.value, props.style]
|
24676
24679
|
}, scopeId, attrs), {
|
24677
|
-
default: () => [hasImage &&
|
24680
|
+
default: () => [hasImage && createElementVNode("div", {
|
24678
24681
|
"key": "image",
|
24679
24682
|
"class": "v-navigation-drawer__img"
|
24680
24683
|
}, [!slots.image ? createVNode(VImg, {
|
@@ -24694,17 +24697,17 @@ const VNavigationDrawer = genericComponent()({
|
|
24694
24697
|
src: props.image
|
24695
24698
|
}
|
24696
24699
|
}
|
24697
|
-
}, slots.image)]), slots.prepend &&
|
24700
|
+
}, slots.image)]), slots.prepend && createElementVNode("div", {
|
24698
24701
|
"class": "v-navigation-drawer__prepend"
|
24699
|
-
}, [slots.prepend?.()]),
|
24702
|
+
}, [slots.prepend?.()]), createElementVNode("div", {
|
24700
24703
|
"class": "v-navigation-drawer__content"
|
24701
|
-
}, [slots.default?.()]), slots.append &&
|
24704
|
+
}, [slots.default?.()]), slots.append && createElementVNode("div", {
|
24702
24705
|
"class": "v-navigation-drawer__append"
|
24703
24706
|
}, [slots.append?.()])]
|
24704
24707
|
}), createVNode(Transition, {
|
24705
24708
|
"name": "fade-transition"
|
24706
24709
|
}, {
|
24707
|
-
default: () => [isTemporary.value && (isDragging.value || isActive.value) && !!props.scrim &&
|
24710
|
+
default: () => [isTemporary.value && (isDragging.value || isActive.value) && !!props.scrim && createElementVNode("div", mergeProps({
|
24708
24711
|
"class": ['v-navigation-drawer__scrim', scrimColor.backgroundColorClasses.value],
|
24709
24712
|
"style": [scrimStyles.value, scrimColor.backgroundColorStyles.value],
|
24710
24713
|
"onClick": () => {
|
@@ -25075,7 +25078,7 @@ const VNumberInput = genericComponent()({
|
|
25075
25078
|
});
|
25076
25079
|
}
|
25077
25080
|
function controlNode() {
|
25078
|
-
return
|
25081
|
+
return createElementVNode("div", {
|
25079
25082
|
"class": "v-number-input__control"
|
25080
25083
|
}, [decrementControlNode(), createVNode(VDivider, {
|
25081
25084
|
"vertical": controlVariant.value !== 'stacked'
|
@@ -25086,17 +25089,17 @@ const VNumberInput = genericComponent()({
|
|
25086
25089
|
"vertical": true
|
25087
25090
|
}, null) : undefined;
|
25088
25091
|
}
|
25089
|
-
const appendInnerControl = controlVariant.value === 'split' ?
|
25092
|
+
const appendInnerControl = controlVariant.value === 'split' ? createElementVNode("div", {
|
25090
25093
|
"class": "v-number-input__control"
|
25091
25094
|
}, [createVNode(VDivider, {
|
25092
25095
|
"vertical": true
|
25093
|
-
}, null), incrementControlNode()]) : props.reverse || controlVariant.value === 'hidden' ? undefined :
|
25096
|
+
}, null), incrementControlNode()]) : props.reverse || controlVariant.value === 'hidden' ? undefined : createElementVNode(Fragment, null, [dividerNode(), controlNode()]);
|
25094
25097
|
const hasAppendInner = slots['append-inner'] || appendInnerControl;
|
25095
|
-
const prependInnerControl = controlVariant.value === 'split' ?
|
25098
|
+
const prependInnerControl = controlVariant.value === 'split' ? createElementVNode("div", {
|
25096
25099
|
"class": "v-number-input__control"
|
25097
25100
|
}, [decrementControlNode(), createVNode(VDivider, {
|
25098
25101
|
"vertical": true
|
25099
|
-
}, null)]) : props.reverse && controlVariant.value !== 'hidden' ?
|
25102
|
+
}, null)]) : props.reverse && controlVariant.value !== 'hidden' ? createElementVNode(Fragment, null, [controlNode(), dividerNode()]) : undefined;
|
25100
25103
|
const hasPrependInner = slots['prepend-inner'] || prependInnerControl;
|
25101
25104
|
return createVNode(VTextField, mergeProps({
|
25102
25105
|
"ref": vTextFieldRef,
|
@@ -25124,13 +25127,13 @@ const VNumberInput = genericComponent()({
|
|
25124
25127
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
25125
25128
|
args[_key] = arguments[_key];
|
25126
25129
|
}
|
25127
|
-
return
|
25130
|
+
return createElementVNode(Fragment, null, [slots['append-inner']?.(...args), appendInnerControl]);
|
25128
25131
|
} : undefined,
|
25129
25132
|
'prepend-inner': hasPrependInner ? function () {
|
25130
25133
|
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
25131
25134
|
args[_key2] = arguments[_key2];
|
25132
25135
|
}
|
25133
|
-
return
|
25136
|
+
return createElementVNode(Fragment, null, [prependInnerControl, slots['prepend-inner']?.(...args)]);
|
25134
25137
|
} : undefined
|
25135
25138
|
});
|
25136
25139
|
});
|
@@ -25294,16 +25297,16 @@ const VOtpInput = genericComponent()({
|
|
25294
25297
|
});
|
25295
25298
|
useRender(() => {
|
25296
25299
|
const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
|
25297
|
-
return
|
25300
|
+
return createElementVNode("div", mergeProps({
|
25298
25301
|
"class": ['v-otp-input', {
|
25299
25302
|
'v-otp-input--divided': !!props.divider
|
25300
25303
|
}, props.class],
|
25301
25304
|
"style": [props.style]
|
25302
|
-
}, rootAttrs), [
|
25305
|
+
}, rootAttrs), [createElementVNode("div", {
|
25303
25306
|
"ref": contentRef,
|
25304
25307
|
"class": "v-otp-input__content",
|
25305
|
-
"style": [dimensionStyles.value]
|
25306
|
-
}, [fields.value.map((_, i) =>
|
25308
|
+
"style": normalizeStyle([dimensionStyles.value])
|
25309
|
+
}, [fields.value.map((_, i) => createElementVNode(Fragment, null, [props.divider && i !== 0 && createElementVNode("span", {
|
25307
25310
|
"class": "v-otp-input__divider"
|
25308
25311
|
}, [props.divider]), createVNode(VField, {
|
25309
25312
|
"focused": isFocused.value && props.focusAll || focusIndex.value === i,
|
@@ -25312,7 +25315,7 @@ const VOtpInput = genericComponent()({
|
|
25312
25315
|
...slots,
|
25313
25316
|
loader: undefined,
|
25314
25317
|
default: () => {
|
25315
|
-
return
|
25318
|
+
return createElementVNode("input", {
|
25316
25319
|
"ref": val => inputRef.value[i] = val,
|
25317
25320
|
"aria-label": t(props.label, i + 1),
|
25318
25321
|
"autofocus": i === 0 && props.autofocus,
|
@@ -25332,7 +25335,7 @@ const VOtpInput = genericComponent()({
|
|
25332
25335
|
"onPaste": event => onPaste(i, event)
|
25333
25336
|
}, null);
|
25334
25337
|
}
|
25335
|
-
})])),
|
25338
|
+
})])), createElementVNode("input", mergeProps({
|
25336
25339
|
"class": "v-otp-input-input",
|
25337
25340
|
"type": "hidden"
|
25338
25341
|
}, inputAttrs, {
|
@@ -25437,10 +25440,10 @@ const VParallax = genericComponent()({
|
|
25437
25440
|
});
|
25438
25441
|
}
|
25439
25442
|
useRender(() => createVNode(VImg, {
|
25440
|
-
"class": ['v-parallax', {
|
25443
|
+
"class": normalizeClass(['v-parallax', {
|
25441
25444
|
'v-parallax--active': isIntersecting.value
|
25442
|
-
}, props.class],
|
25443
|
-
"style": props.style,
|
25445
|
+
}, props.class]),
|
25446
|
+
"style": normalizeStyle(props.style),
|
25444
25447
|
"ref": root,
|
25445
25448
|
"cover": true,
|
25446
25449
|
"onLoadstart": onScroll,
|
@@ -25540,7 +25543,7 @@ const VRadioGroup = genericComponent()({
|
|
25540
25543
|
isDisabled,
|
25541
25544
|
isReadonly
|
25542
25545
|
} = _ref2;
|
25543
|
-
return
|
25546
|
+
return createElementVNode(Fragment, null, [label && createVNode(VLabel, {
|
25544
25547
|
"id": id.value
|
25545
25548
|
}, {
|
25546
25549
|
default: () => [label]
|
@@ -25678,7 +25681,7 @@ const VRangeSlider = genericComponent()({
|
|
25678
25681
|
"focused": isFocused.value
|
25679
25682
|
}), {
|
25680
25683
|
...slots,
|
25681
|
-
prepend: hasPrepend ? slotProps =>
|
25684
|
+
prepend: hasPrepend ? slotProps => createElementVNode(Fragment, null, [slots.label?.(slotProps) ?? (props.label ? createVNode(VLabel, {
|
25682
25685
|
"class": "v-slider__label",
|
25683
25686
|
"text": props.label
|
25684
25687
|
}, null) : undefined), slots.prepend?.(slotProps)]) : undefined,
|
@@ -25687,18 +25690,18 @@ const VRangeSlider = genericComponent()({
|
|
25687
25690
|
id,
|
25688
25691
|
messagesId
|
25689
25692
|
} = _ref4;
|
25690
|
-
return
|
25693
|
+
return createElementVNode("div", {
|
25691
25694
|
"class": "v-slider__container",
|
25692
25695
|
"onMousedown": !readonly.value ? onSliderMousedown : undefined,
|
25693
25696
|
"onTouchstartPassive": !readonly.value ? onSliderTouchstart : undefined
|
25694
|
-
}, [
|
25697
|
+
}, [createElementVNode("input", {
|
25695
25698
|
"id": `${id.value}_start`,
|
25696
25699
|
"name": props.name || id.value,
|
25697
25700
|
"disabled": !!props.disabled,
|
25698
25701
|
"readonly": !!props.readonly,
|
25699
25702
|
"tabindex": "-1",
|
25700
25703
|
"value": model.value[0]
|
25701
|
-
}, null),
|
25704
|
+
}, null), createElementVNode("input", {
|
25702
25705
|
"id": `${id.value}_stop`,
|
25703
25706
|
"name": props.name || id.value,
|
25704
25707
|
"disabled": !!props.disabled,
|
@@ -25897,16 +25900,16 @@ const VRating = genericComponent()({
|
|
25897
25900
|
size: props.size,
|
25898
25901
|
variant: 'plain'
|
25899
25902
|
};
|
25900
|
-
return
|
25903
|
+
return createElementVNode(Fragment, null, [createElementVNode("label", {
|
25901
25904
|
"for": id,
|
25902
|
-
"class": {
|
25905
|
+
"class": normalizeClass({
|
25903
25906
|
'v-rating__item--half': props.halfIncrements && value % 1 > 0,
|
25904
25907
|
'v-rating__item--full': props.halfIncrements && value % 1 === 0
|
25905
|
-
},
|
25908
|
+
}),
|
25906
25909
|
"onMouseenter": onMouseenter,
|
25907
25910
|
"onMouseleave": onMouseleave,
|
25908
25911
|
"onClick": onClick
|
25909
|
-
}, [
|
25912
|
+
}, [createElementVNode("span", {
|
25910
25913
|
"class": "v-rating__hidden"
|
25911
25914
|
}, [t(props.itemAriaLabel, value, props.length)]), !showStar ? undefined : slots.item ? slots.item({
|
25912
25915
|
...itemState.value[index],
|
@@ -25916,7 +25919,7 @@ const VRating = genericComponent()({
|
|
25916
25919
|
rating: normalizedValue.value
|
25917
25920
|
}) : createVNode(VBtn, mergeProps({
|
25918
25921
|
"aria-label": t(props.itemAriaLabel, value, props.length)
|
25919
|
-
}, btnProps), null)]),
|
25922
|
+
}, btnProps), null)]), createElementVNode("input", {
|
25920
25923
|
"class": "v-rating__hidden",
|
25921
25924
|
"name": name.value,
|
25922
25925
|
"id": id,
|
@@ -25930,31 +25933,31 @@ const VRating = genericComponent()({
|
|
25930
25933
|
}
|
25931
25934
|
function createLabel(labelProps) {
|
25932
25935
|
if (slots['item-label']) return slots['item-label'](labelProps);
|
25933
|
-
if (labelProps.label) return
|
25934
|
-
return
|
25936
|
+
if (labelProps.label) return createElementVNode("span", null, [labelProps.label]);
|
25937
|
+
return createElementVNode("span", null, [createTextVNode("\xA0")]);
|
25935
25938
|
}
|
25936
25939
|
useRender(() => {
|
25937
25940
|
const hasLabels = !!props.itemLabels?.length || slots['item-label'];
|
25938
25941
|
return createVNode(props.tag, {
|
25939
|
-
"class": ['v-rating', {
|
25942
|
+
"class": normalizeClass(['v-rating', {
|
25940
25943
|
'v-rating--hover': props.hover,
|
25941
25944
|
'v-rating--readonly': props.readonly
|
25942
|
-
}, themeClasses.value, props.class],
|
25943
|
-
"style": props.style
|
25945
|
+
}, themeClasses.value, props.class]),
|
25946
|
+
"style": normalizeStyle(props.style)
|
25944
25947
|
}, {
|
25945
25948
|
default: () => [createVNode(VRatingItem, {
|
25946
25949
|
"value": 0,
|
25947
25950
|
"index": -1,
|
25948
25951
|
"showStar": false
|
25949
|
-
}, null), range.value.map((value, i) =>
|
25952
|
+
}, null), range.value.map((value, i) => createElementVNode("div", {
|
25950
25953
|
"class": "v-rating__wrapper"
|
25951
25954
|
}, [hasLabels && props.itemLabelPosition === 'top' ? createLabel({
|
25952
25955
|
value,
|
25953
25956
|
index: i,
|
25954
25957
|
label: props.itemLabels?.[i]
|
25955
|
-
}) : undefined,
|
25958
|
+
}) : undefined, createElementVNode("div", {
|
25956
25959
|
"class": "v-rating__item"
|
25957
|
-
}, [props.halfIncrements ?
|
25960
|
+
}, [props.halfIncrements ? createElementVNode(Fragment, null, [createVNode(VRatingItem, {
|
25958
25961
|
"value": value - 0.5,
|
25959
25962
|
"index": i * 2
|
25960
25963
|
}, null), createVNode(VRatingItem, {
|
@@ -26011,8 +26014,8 @@ const rootTypes = {
|
|
26011
26014
|
};
|
26012
26015
|
function genBone(type) {
|
26013
26016
|
let children = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
26014
|
-
return
|
26015
|
-
"class": ['v-skeleton-loader__bone', `v-skeleton-loader__${type}`]
|
26017
|
+
return createElementVNode("div", {
|
26018
|
+
"class": normalizeClass(['v-skeleton-loader__bone', `v-skeleton-loader__${type}`])
|
26016
26019
|
}, [children]);
|
26017
26020
|
}
|
26018
26021
|
function genBones(bone) {
|
@@ -26098,7 +26101,7 @@ const VSkeletonLoader = genericComponent()({
|
|
26098
26101
|
ariaLabel: t(props.loadingText),
|
26099
26102
|
role: 'alert'
|
26100
26103
|
};
|
26101
|
-
return
|
26104
|
+
return createElementVNode("div", mergeProps({
|
26102
26105
|
"class": ['v-skeleton-loader', {
|
26103
26106
|
'v-skeleton-loader--boilerplate': props.boilerplate
|
26104
26107
|
}, themeClasses.value, backgroundColorClasses.value, elevationClasses.value],
|
@@ -26304,7 +26307,7 @@ const VSnackbar = genericComponent()({
|
|
26304
26307
|
"onTouchend": onTouchend,
|
26305
26308
|
"onAfterLeave": onAfterLeave
|
26306
26309
|
}, scopeId), {
|
26307
|
-
default: () => [genOverlays(false, 'v-snackbar'), props.timer && !isHovering.value &&
|
26310
|
+
default: () => [genOverlays(false, 'v-snackbar'), props.timer && !isHovering.value && createElementVNode("div", {
|
26308
26311
|
"key": "timer",
|
26309
26312
|
"class": "v-snackbar__timer"
|
26310
26313
|
}, [createVNode(VProgressLinear, {
|
@@ -26312,7 +26315,7 @@ const VSnackbar = genericComponent()({
|
|
26312
26315
|
"color": typeof props.timer === 'string' ? props.timer : 'info',
|
26313
26316
|
"max": props.timeout,
|
26314
26317
|
"model-value": countdown.time.value
|
26315
|
-
}, null)]), hasContent &&
|
26318
|
+
}, null)]), hasContent && createElementVNode("div", {
|
26316
26319
|
"key": "content",
|
26317
26320
|
"class": "v-snackbar__content",
|
26318
26321
|
"role": "status",
|
@@ -26326,7 +26329,7 @@ const VSnackbar = genericComponent()({
|
|
26326
26329
|
}
|
26327
26330
|
}
|
26328
26331
|
}, {
|
26329
|
-
default: () => [
|
26332
|
+
default: () => [createElementVNode("div", {
|
26330
26333
|
"class": "v-snackbar__actions"
|
26331
26334
|
}, [slots.actions({
|
26332
26335
|
isActive
|
@@ -26410,7 +26413,7 @@ const VSnackbarQueue = genericComponent()({
|
|
26410
26413
|
modelValue: _,
|
26411
26414
|
...snackbarProps
|
26412
26415
|
} = VSnackbar.filterProps(props);
|
26413
|
-
return
|
26416
|
+
return createElementVNode(Fragment, null, [isVisible.value && !!current.value && (slots.default ? createVNode(VDefaultsProvider, {
|
26414
26417
|
"defaults": {
|
26415
26418
|
VSnackbar: current.value
|
26416
26419
|
}
|
@@ -26426,7 +26429,7 @@ const VSnackbarQueue = genericComponent()({
|
|
26426
26429
|
text: slots.text ? () => slots.text?.({
|
26427
26430
|
item: current.value
|
26428
26431
|
}) : undefined,
|
26429
|
-
actions: hasActions ? () =>
|
26432
|
+
actions: hasActions ? () => createElementVNode(Fragment, null, [!slots.actions ? createVNode(VBtn, mergeProps(btnProps.value, {
|
26430
26433
|
"onClick": onClickClose
|
26431
26434
|
}), null) : createVNode(VDefaultsProvider, {
|
26432
26435
|
"defaults": {
|
@@ -26584,57 +26587,57 @@ const VBarline = genericComponent()({
|
|
26584
26587
|
const smooth = computed(() => typeof props.smooth === 'boolean' ? props.smooth ? 2 : 0 : Number(props.smooth));
|
26585
26588
|
useRender(() => {
|
26586
26589
|
const gradientData = !props.gradient.slice().length ? [''] : props.gradient.slice().reverse();
|
26587
|
-
return
|
26590
|
+
return createElementVNode("svg", {
|
26588
26591
|
"display": "block"
|
26589
|
-
}, [
|
26592
|
+
}, [createElementVNode("defs", null, [createElementVNode("linearGradient", {
|
26590
26593
|
"id": id.value,
|
26591
26594
|
"gradientUnits": "userSpaceOnUse",
|
26592
26595
|
"x1": props.gradientDirection === 'left' ? '100%' : '0',
|
26593
26596
|
"y1": props.gradientDirection === 'top' ? '100%' : '0',
|
26594
26597
|
"x2": props.gradientDirection === 'right' ? '100%' : '0',
|
26595
26598
|
"y2": props.gradientDirection === 'bottom' ? '100%' : '0'
|
26596
|
-
}, [gradientData.map((color, index) =>
|
26599
|
+
}, [gradientData.map((color, index) => createElementVNode("stop", {
|
26597
26600
|
"offset": index / Math.max(gradientData.length - 1, 1),
|
26598
26601
|
"stop-color": color || 'currentColor'
|
26599
|
-
}, null))])]),
|
26602
|
+
}, null))])]), createElementVNode("clipPath", {
|
26600
26603
|
"id": `${id.value}-clip`
|
26601
|
-
}, [bars.value.map(item =>
|
26604
|
+
}, [bars.value.map(item => createElementVNode("rect", {
|
26602
26605
|
"x": item.x + offsetX.value,
|
26603
26606
|
"y": item.y,
|
26604
26607
|
"width": lineWidth.value,
|
26605
26608
|
"height": item.height,
|
26606
26609
|
"rx": smooth.value,
|
26607
26610
|
"ry": smooth.value
|
26608
|
-
}, [props.autoDraw &&
|
26611
|
+
}, [props.autoDraw && createElementVNode(Fragment, null, [createElementVNode("animate", {
|
26609
26612
|
"attributeName": "y",
|
26610
26613
|
"from": item.y + item.height,
|
26611
26614
|
"to": item.y,
|
26612
26615
|
"dur": `${autoDrawDuration.value}ms`,
|
26613
26616
|
"fill": "freeze"
|
26614
|
-
}, null),
|
26617
|
+
}, null), createElementVNode("animate", {
|
26615
26618
|
"attributeName": "height",
|
26616
26619
|
"from": "0",
|
26617
26620
|
"to": item.height,
|
26618
26621
|
"dur": `${autoDrawDuration.value}ms`,
|
26619
26622
|
"fill": "freeze"
|
26620
|
-
}, null)])]))]), hasLabels.value &&
|
26623
|
+
}, null)])]))]), hasLabels.value && createElementVNode("g", {
|
26621
26624
|
"key": "labels",
|
26622
26625
|
"style": {
|
26623
26626
|
textAnchor: 'middle',
|
26624
26627
|
dominantBaseline: 'mathematical',
|
26625
26628
|
fill: 'currentColor'
|
26626
26629
|
}
|
26627
|
-
}, [parsedLabels.value.map((item, i) =>
|
26630
|
+
}, [parsedLabels.value.map((item, i) => createElementVNode("text", {
|
26628
26631
|
"x": item.x + offsetX.value + lineWidth.value / 2,
|
26629
26632
|
"y": parseInt(props.height, 10) - 2 + (parseInt(props.labelSize, 10) || 7 * 0.75),
|
26630
26633
|
"font-size": Number(props.labelSize) || 7
|
26631
26634
|
}, [slots.label?.({
|
26632
26635
|
index: i,
|
26633
26636
|
value: item.value
|
26634
|
-
}) ?? item.value]))]),
|
26637
|
+
}) ?? item.value]))]), createElementVNode("g", {
|
26635
26638
|
"clip-path": `url(#${id.value}-clip)`,
|
26636
26639
|
"fill": `url(#${id.value})`
|
26637
|
-
}, [
|
26640
|
+
}, [createElementVNode("rect", {
|
26638
26641
|
"x": 0,
|
26639
26642
|
"y": 0,
|
26640
26643
|
"width": Math.max(props.modelValue.length * lineWidth.value, Number(props.width)),
|
@@ -26813,39 +26816,39 @@ const VTrendline = genericComponent()({
|
|
26813
26816
|
}
|
26814
26817
|
useRender(() => {
|
26815
26818
|
const gradientData = !props.gradient.slice().length ? [''] : props.gradient.slice().reverse();
|
26816
|
-
return
|
26819
|
+
return createElementVNode("svg", {
|
26817
26820
|
"display": "block",
|
26818
26821
|
"stroke-width": parseFloat(props.lineWidth) ?? 4
|
26819
|
-
}, [
|
26822
|
+
}, [createElementVNode("defs", null, [createElementVNode("linearGradient", {
|
26820
26823
|
"id": id.value,
|
26821
26824
|
"gradientUnits": "userSpaceOnUse",
|
26822
26825
|
"x1": props.gradientDirection === 'left' ? '100%' : '0',
|
26823
26826
|
"y1": props.gradientDirection === 'top' ? '100%' : '0',
|
26824
26827
|
"x2": props.gradientDirection === 'right' ? '100%' : '0',
|
26825
26828
|
"y2": props.gradientDirection === 'bottom' ? '100%' : '0'
|
26826
|
-
}, [gradientData.map((color, index) =>
|
26829
|
+
}, [gradientData.map((color, index) => createElementVNode("stop", {
|
26827
26830
|
"offset": index / Math.max(gradientData.length - 1, 1),
|
26828
26831
|
"stop-color": color || 'currentColor'
|
26829
|
-
}, null))])]), hasLabels.value &&
|
26832
|
+
}, null))])]), hasLabels.value && createElementVNode("g", {
|
26830
26833
|
"key": "labels",
|
26831
26834
|
"style": {
|
26832
26835
|
textAnchor: 'middle',
|
26833
26836
|
dominantBaseline: 'mathematical',
|
26834
26837
|
fill: 'currentColor'
|
26835
26838
|
}
|
26836
|
-
}, [parsedLabels.value.map((item, i) =>
|
26839
|
+
}, [parsedLabels.value.map((item, i) => createElementVNode("text", {
|
26837
26840
|
"x": item.x + lineWidth.value / 2 + lineWidth.value / 2,
|
26838
26841
|
"y": parseInt(props.height, 10) - 4 + (parseInt(props.labelSize, 10) || 7 * 0.75),
|
26839
26842
|
"font-size": Number(props.labelSize) || 7
|
26840
26843
|
}, [slots.label?.({
|
26841
26844
|
index: i,
|
26842
26845
|
value: item.value
|
26843
|
-
}) ?? item.value]))]),
|
26846
|
+
}) ?? item.value]))]), createElementVNode("path", {
|
26844
26847
|
"ref": path,
|
26845
26848
|
"d": genPath$1(props.fill),
|
26846
26849
|
"fill": props.fill ? `url(#${id.value})` : 'none',
|
26847
26850
|
"stroke": props.fill ? 'none' : `url(#${id.value})`
|
26848
|
-
}, null), props.fill &&
|
26851
|
+
}, null), props.fill && createElementVNode("path", {
|
26849
26852
|
"d": genPath$1(false),
|
26850
26853
|
"fill": "none",
|
26851
26854
|
"stroke": props.color ?? props.gradient?.[0]
|
@@ -27013,7 +27016,7 @@ const VStepperActions = genericComponent()({
|
|
27013
27016
|
const nextSlotProps = {
|
27014
27017
|
onClick: onClickNext
|
27015
27018
|
};
|
27016
|
-
return
|
27019
|
+
return createElementVNode("div", {
|
27017
27020
|
"class": "v-stepper-actions"
|
27018
27021
|
}, [createVNode(VDefaultsProvider, {
|
27019
27022
|
"defaults": {
|
@@ -27087,7 +27090,7 @@ const makeVStepperItemProps = propsFactory({
|
|
27087
27090
|
const VStepperItem = genericComponent()({
|
27088
27091
|
name: 'VStepperItem',
|
27089
27092
|
directives: {
|
27090
|
-
Ripple
|
27093
|
+
vRipple: Ripple
|
27091
27094
|
},
|
27092
27095
|
props: makeVStepperItemProps(),
|
27093
27096
|
emits: {
|
@@ -27126,12 +27129,12 @@ const VStepperItem = genericComponent()({
|
|
27126
27129
|
function onClick() {
|
27127
27130
|
group?.toggle();
|
27128
27131
|
}
|
27129
|
-
return withDirectives(
|
27130
|
-
"class": ['v-stepper-item', {
|
27132
|
+
return withDirectives(createElementVNode("button", {
|
27133
|
+
"class": normalizeClass(['v-stepper-item', {
|
27131
27134
|
'v-stepper-item--complete': hasCompleted.value,
|
27132
27135
|
'v-stepper-item--disabled': props.disabled,
|
27133
27136
|
'v-stepper-item--error': hasError.value
|
27134
|
-
}, group?.selectedClass.value],
|
27137
|
+
}, group?.selectedClass.value]),
|
27135
27138
|
"disabled": !props.editable,
|
27136
27139
|
"type": "button",
|
27137
27140
|
"onClick": onClick
|
@@ -27144,15 +27147,15 @@ const VStepperItem = genericComponent()({
|
|
27144
27147
|
default: () => [slots.icon?.(slotProps.value) ?? (icon.value ? createVNode(VIcon, {
|
27145
27148
|
"icon": icon.value
|
27146
27149
|
}, null) : step.value)]
|
27147
|
-
}),
|
27150
|
+
}), createElementVNode("div", {
|
27148
27151
|
"class": "v-stepper-item__content"
|
27149
|
-
}, [hasTitle &&
|
27152
|
+
}, [hasTitle && createElementVNode("div", {
|
27150
27153
|
"key": "title",
|
27151
27154
|
"class": "v-stepper-item__title"
|
27152
|
-
}, [slots.title?.(slotProps.value) ?? props.title]), hasSubtitle &&
|
27155
|
+
}, [slots.title?.(slotProps.value) ?? props.title]), hasSubtitle && createElementVNode("div", {
|
27153
27156
|
"key": "subtitle",
|
27154
27157
|
"class": "v-stepper-item__subtitle"
|
27155
|
-
}, [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]]);
|
27156
27159
|
});
|
27157
27160
|
return {};
|
27158
27161
|
}
|
@@ -27348,7 +27351,7 @@ const VStepper = genericComponent()({
|
|
27348
27351
|
raw,
|
27349
27352
|
...item
|
27350
27353
|
} = _ref2;
|
27351
|
-
return
|
27354
|
+
return createElementVNode(Fragment, null, [!!index && createVNode(VDivider, null, null), createVNode(VStepperItem, item, {
|
27352
27355
|
default: slots[`header-item.${item.value}`] ?? slots.header,
|
27353
27356
|
icon: slots.icon,
|
27354
27357
|
title: slots.title,
|
@@ -27489,14 +27492,14 @@ const VSwitch = genericComponent()({
|
|
27489
27492
|
backgroundColorClasses,
|
27490
27493
|
backgroundColorStyles
|
27491
27494
|
} = _ref3;
|
27492
|
-
return
|
27493
|
-
"class": ['v-switch__track', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined],
|
27494
|
-
"style": backgroundColorStyles.value,
|
27495
|
+
return createElementVNode("div", {
|
27496
|
+
"class": normalizeClass(['v-switch__track', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
|
27497
|
+
"style": normalizeStyle(backgroundColorStyles.value),
|
27495
27498
|
"onClick": onTrackClick
|
27496
|
-
}, [slots['track-true'] &&
|
27499
|
+
}, [slots['track-true'] && createElementVNode("div", {
|
27497
27500
|
"key": "prepend",
|
27498
27501
|
"class": "v-switch__track-true"
|
27499
|
-
}, [slots['track-true'](slotProps)]), slots['track-false'] &&
|
27502
|
+
}, [slots['track-true'](slotProps)]), slots['track-false'] && createElementVNode("div", {
|
27500
27503
|
"key": "append",
|
27501
27504
|
"class": "v-switch__track-false"
|
27502
27505
|
}, [slots['track-false'](slotProps)])]);
|
@@ -27508,11 +27511,11 @@ const VSwitch = genericComponent()({
|
|
27508
27511
|
backgroundColorClasses,
|
27509
27512
|
backgroundColorStyles
|
27510
27513
|
} = _ref4;
|
27511
|
-
return
|
27512
|
-
"class": ['v-switch__thumb', {
|
27514
|
+
return createElementVNode(Fragment, null, [inputNode, createElementVNode("div", {
|
27515
|
+
"class": normalizeClass(['v-switch__thumb', {
|
27513
27516
|
'v-switch__thumb--filled': icon || props.loading
|
27514
|
-
}, props.inset || isForcedColorsModeActive ? undefined : backgroundColorClasses.value],
|
27515
|
-
"style": props.inset ? undefined : backgroundColorStyles.value
|
27517
|
+
}, props.inset || isForcedColorsModeActive ? undefined : backgroundColorClasses.value]),
|
27518
|
+
"style": normalizeStyle(props.inset ? undefined : backgroundColorStyles.value)
|
27516
27519
|
}, [slots.thumb ? createVNode(VDefaultsProvider, {
|
27517
27520
|
"defaults": {
|
27518
27521
|
VIcon: {
|
@@ -27600,10 +27603,10 @@ const VSystemBar = genericComponent()({
|
|
27600
27603
|
absolute: toRef(() => props.absolute)
|
27601
27604
|
});
|
27602
27605
|
useRender(() => createVNode(props.tag, {
|
27603
|
-
"class": ['v-system-bar', {
|
27606
|
+
"class": normalizeClass(['v-system-bar', {
|
27604
27607
|
'v-system-bar--window': props.window
|
27605
|
-
}, themeClasses.value, backgroundColorClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
27606
|
-
"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])
|
27607
27610
|
}, slots));
|
27608
27611
|
return {};
|
27609
27612
|
}
|
@@ -27694,10 +27697,10 @@ const VTab = genericComponent()({
|
|
27694
27697
|
"onGroup:selected": updateSlider
|
27695
27698
|
}), {
|
27696
27699
|
...slots,
|
27697
|
-
default: () =>
|
27700
|
+
default: () => createElementVNode(Fragment, null, [slots.default?.() ?? props.text, !props.hideSlider && createElementVNode("div", {
|
27698
27701
|
"ref": sliderEl,
|
27699
|
-
"class": ['v-tab__slider', sliderColorClasses.value],
|
27700
|
-
"style": sliderColorStyles.value
|
27702
|
+
"class": normalizeClass(['v-tab__slider', sliderColorClasses.value]),
|
27703
|
+
"style": normalizeStyle(sliderColorStyles.value)
|
27701
27704
|
}, null)])
|
27702
27705
|
});
|
27703
27706
|
});
|
@@ -27849,7 +27852,7 @@ const VTabs = genericComponent()({
|
|
27849
27852
|
useRender(() => {
|
27850
27853
|
const slideGroupProps = VSlideGroup.filterProps(props);
|
27851
27854
|
const hasWindow = !!(slots.window || props.items.length > 0);
|
27852
|
-
return
|
27855
|
+
return createElementVNode(Fragment, null, [createVNode(VSlideGroup, mergeProps(slideGroupProps, {
|
27853
27856
|
"modelValue": model.value,
|
27854
27857
|
"onUpdate:modelValue": $event => model.value = $event,
|
27855
27858
|
"class": ['v-tabs', `v-tabs--${props.direction}`, `v-tabs--align-tabs-${props.alignTabs}`, {
|
@@ -27922,7 +27925,7 @@ const makeVTextareaProps = propsFactory({
|
|
27922
27925
|
const VTextarea = genericComponent()({
|
27923
27926
|
name: 'VTextarea',
|
27924
27927
|
directives: {
|
27925
|
-
Intersect
|
27928
|
+
vIntersect: Intersect
|
27926
27929
|
},
|
27927
27930
|
inheritAttrs: false,
|
27928
27931
|
props: makeVTextareaProps(),
|
@@ -28095,9 +28098,9 @@ const VTextarea = genericComponent()({
|
|
28095
28098
|
...slotProps
|
28096
28099
|
}
|
28097
28100
|
} = _ref3;
|
28098
|
-
return
|
28101
|
+
return createElementVNode(Fragment, null, [props.prefix && createElementVNode("span", {
|
28099
28102
|
"class": "v-text-field__prefix"
|
28100
|
-
}, [props.prefix]), withDirectives(
|
28103
|
+
}, [props.prefix]), withDirectives(createElementVNode("textarea", mergeProps({
|
28101
28104
|
"ref": textareaRef,
|
28102
28105
|
"class": fieldClass,
|
28103
28106
|
"value": model.value,
|
@@ -28110,24 +28113,24 @@ const VTextarea = genericComponent()({
|
|
28110
28113
|
"name": props.name,
|
28111
28114
|
"onFocus": onFocus,
|
28112
28115
|
"onBlur": blur
|
28113
|
-
}, slotProps, inputAttrs), null), [[
|
28116
|
+
}, slotProps, inputAttrs), null), [[Intersect, {
|
28114
28117
|
handler: onIntersect
|
28115
28118
|
}, null, {
|
28116
28119
|
once: true
|
28117
|
-
}]]), props.autoGrow && withDirectives(
|
28118
|
-
"class": [fieldClass, 'v-textarea__sizer'],
|
28120
|
+
}]]), props.autoGrow && withDirectives(createElementVNode("textarea", {
|
28121
|
+
"class": normalizeClass([fieldClass, 'v-textarea__sizer']),
|
28119
28122
|
"id": `${slotProps.id}-sizer`,
|
28120
28123
|
"onUpdate:modelValue": $event => model.value = $event,
|
28121
28124
|
"ref": sizerRef,
|
28122
28125
|
"readonly": true,
|
28123
28126
|
"aria-hidden": "true"
|
28124
|
-
}, null), [[vModelText, model.value]]), props.suffix &&
|
28127
|
+
}, null), [[vModelText, model.value]]), props.suffix && createElementVNode("span", {
|
28125
28128
|
"class": "v-text-field__suffix"
|
28126
28129
|
}, [props.suffix])]);
|
28127
28130
|
}
|
28128
28131
|
});
|
28129
28132
|
},
|
28130
|
-
details: hasDetails ? slotProps =>
|
28133
|
+
details: hasDetails ? slotProps => createElementVNode(Fragment, null, [slots.details?.(slotProps), hasCounter && createElementVNode(Fragment, null, [createElementVNode("span", null, null), createVNode(VCounter, {
|
28131
28134
|
"active": props.persistentCounter || isFocused.value,
|
28132
28135
|
"value": counterValue.value,
|
28133
28136
|
"max": max.value,
|
@@ -28158,8 +28161,8 @@ const VThemeProvider = genericComponent()({
|
|
28158
28161
|
return () => {
|
28159
28162
|
if (!props.withBackground) return slots.default?.();
|
28160
28163
|
return createVNode(props.tag, {
|
28161
|
-
"class": ['v-theme-provider', themeClasses.value, props.class],
|
28162
|
-
"style": props.style
|
28164
|
+
"class": normalizeClass(['v-theme-provider', themeClasses.value, props.class]),
|
28165
|
+
"style": normalizeStyle(props.style)
|
28163
28166
|
}, {
|
28164
28167
|
default: () => [slots.default?.()]
|
28165
28168
|
});
|
@@ -28204,21 +28207,21 @@ const VTimelineDivider = genericComponent()({
|
|
28204
28207
|
backgroundColorClasses: lineColorClasses,
|
28205
28208
|
backgroundColorStyles: lineColorStyles
|
28206
28209
|
} = useBackgroundColor(() => props.lineColor);
|
28207
|
-
useRender(() =>
|
28208
|
-
"class": ['v-timeline-divider', {
|
28210
|
+
useRender(() => createElementVNode("div", {
|
28211
|
+
"class": normalizeClass(['v-timeline-divider', {
|
28209
28212
|
'v-timeline-divider--fill-dot': props.fillDot
|
28210
|
-
}, props.class],
|
28211
|
-
"style": props.style
|
28212
|
-
}, [
|
28213
|
-
"class": ['v-timeline-divider__before', lineColorClasses.value],
|
28214
|
-
"style": lineColorStyles.value
|
28215
|
-
}, 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", {
|
28216
28219
|
"key": "dot",
|
28217
|
-
"class": ['v-timeline-divider__dot', elevationClasses.value, roundedClasses.value, sizeClasses.value],
|
28218
|
-
"style": sizeStyles.value
|
28219
|
-
}, [
|
28220
|
-
"class": ['v-timeline-divider__inner-dot', backgroundColorClasses.value, roundedClasses.value],
|
28221
|
-
"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)
|
28222
28225
|
}, [!slots.default ? createVNode(VIcon, {
|
28223
28226
|
"key": "icon",
|
28224
28227
|
"color": props.iconColor,
|
@@ -28234,9 +28237,9 @@ const VTimelineDivider = genericComponent()({
|
|
28234
28237
|
size: props.size
|
28235
28238
|
}
|
28236
28239
|
}
|
28237
|
-
}, slots.default)])]),
|
28238
|
-
"class": ['v-timeline-divider__after', lineColorClasses.value],
|
28239
|
-
"style": lineColorStyles.value
|
28240
|
+
}, slots.default)])]), createElementVNode("div", {
|
28241
|
+
"class": normalizeClass(['v-timeline-divider__after', lineColorClasses.value]),
|
28242
|
+
"style": normalizeStyle(lineColorStyles.value)
|
28240
28243
|
}, null)]));
|
28241
28244
|
return {};
|
28242
28245
|
}
|
@@ -28287,19 +28290,19 @@ const VTimelineItem = genericComponent()({
|
|
28287
28290
|
}, {
|
28288
28291
|
flush: 'post'
|
28289
28292
|
});
|
28290
|
-
useRender(() =>
|
28291
|
-
"class": ['v-timeline-item', {
|
28293
|
+
useRender(() => createElementVNode("div", {
|
28294
|
+
"class": normalizeClass(['v-timeline-item', {
|
28292
28295
|
'v-timeline-item--fill-dot': props.fillDot,
|
28293
28296
|
'v-timeline-item--side-start': props.side === 'start',
|
28294
28297
|
'v-timeline-item--side-end': props.side === 'end'
|
28295
|
-
}, props.class],
|
28296
|
-
"style": [{
|
28298
|
+
}, props.class]),
|
28299
|
+
"style": normalizeStyle([{
|
28297
28300
|
'--v-timeline-dot-size': convertToUnit(dotSize.value),
|
28298
28301
|
'--v-timeline-line-inset': props.lineInset ? `calc(var(--v-timeline-dot-size) / 2 + ${convertToUnit(props.lineInset)})` : convertToUnit(0)
|
28299
|
-
}, props.style]
|
28300
|
-
}, [
|
28302
|
+
}, props.style])
|
28303
|
+
}, [createElementVNode("div", {
|
28301
28304
|
"class": "v-timeline-item__body",
|
28302
|
-
"style": dimensionStyles.value
|
28305
|
+
"style": normalizeStyle(dimensionStyles.value)
|
28303
28306
|
}, [slots.default?.()]), createVNode(VTimelineDivider, {
|
28304
28307
|
"ref": dotRef,
|
28305
28308
|
"hideDot": props.hideDot,
|
@@ -28312,7 +28315,7 @@ const VTimelineItem = genericComponent()({
|
|
28312
28315
|
"rounded": props.rounded
|
28313
28316
|
}, {
|
28314
28317
|
default: slots.icon
|
28315
|
-
}), props.density !== 'compact' &&
|
28318
|
+
}), props.density !== 'compact' && createElementVNode("div", {
|
28316
28319
|
"class": "v-timeline-item__opposite"
|
28317
28320
|
}, [!props.hideOpposite && slots.opposite?.()])]));
|
28318
28321
|
return {};
|
@@ -28405,12 +28408,12 @@ const VTimeline = genericComponent()({
|
|
28405
28408
|
}
|
28406
28409
|
});
|
28407
28410
|
useRender(() => createVNode(props.tag, {
|
28408
|
-
"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, {
|
28409
28412
|
'v-timeline--inset-line': !!props.lineInset
|
28410
|
-
}, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class],
|
28411
|
-
"style": [{
|
28413
|
+
}, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class]),
|
28414
|
+
"style": normalizeStyle([{
|
28412
28415
|
'--v-timeline-line-thickness': convertToUnit(props.lineThickness)
|
28413
|
-
}, props.style]
|
28416
|
+
}, props.style])
|
28414
28417
|
}, slots));
|
28415
28418
|
return {};
|
28416
28419
|
}
|
@@ -28436,9 +28439,9 @@ const VToolbarItems = genericComponent()({
|
|
28436
28439
|
variant: toRef(() => props.variant)
|
28437
28440
|
}
|
28438
28441
|
});
|
28439
|
-
useRender(() =>
|
28440
|
-
"class": ['v-toolbar-items', props.class],
|
28441
|
-
"style": props.style
|
28442
|
+
useRender(() => createElementVNode("div", {
|
28443
|
+
"class": normalizeClass(['v-toolbar-items', props.class]),
|
28444
|
+
"style": normalizeStyle(props.style)
|
28442
28445
|
}, [slots.default?.()]));
|
28443
28446
|
return {};
|
28444
28447
|
}
|
@@ -28610,7 +28613,7 @@ const VCalendarIntervalEvent = genericComponent()({
|
|
28610
28613
|
}
|
28611
28614
|
};
|
28612
28615
|
useRender(() => {
|
28613
|
-
return
|
28616
|
+
return createElementVNode("div", null, [slots.intervalEvent?.({
|
28614
28617
|
height: calcHeight().height,
|
28615
28618
|
margin: calcHeight().margin,
|
28616
28619
|
eventClass: 'v-calendar-internal-event',
|
@@ -28702,20 +28705,20 @@ const VCalendarInterval = genericComponent()({
|
|
28702
28705
|
};
|
28703
28706
|
});
|
28704
28707
|
useRender(() => {
|
28705
|
-
return props.dayIndex === 0 ?
|
28708
|
+
return props.dayIndex === 0 ? createElementVNode("div", {
|
28706
28709
|
"class": "v-calendar-day__row-with-label",
|
28707
|
-
"style": `height: ${convertToUnit(props.intervalHeight)}`
|
28708
|
-
}, [
|
28710
|
+
"style": normalizeStyle(`height: ${convertToUnit(props.intervalHeight)}`)
|
28711
|
+
}, [createElementVNode("div", mergeProps({
|
28709
28712
|
"class": "v-calendar-day__row-label"
|
28710
28713
|
}, getPrefixedEventHandlers(attrs, ':time', () => props)), [slots.intervalTitle?.({
|
28711
28714
|
interval: interval.value
|
28712
|
-
}) ?? (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", {
|
28713
28716
|
"class": "v-calendar-day__row-hairline"
|
28714
|
-
}, null),
|
28717
|
+
}, null), createElementVNode("div", mergeProps({
|
28715
28718
|
"class": ['v-calendar-day__row-content', interval.value.events.some(e => !e.last) ? 'v-calendar-day__row-content-through' : '']
|
28716
28719
|
}, getPrefixedEventHandlers(attrs, ':interval', () => interval.value)), [slots.intervalBody?.({
|
28717
28720
|
interval: interval.value
|
28718
|
-
}) ??
|
28721
|
+
}) ?? createElementVNode("div", null, [interval.value.events?.map(event => createVNode(VCalendarIntervalEvent, mergeProps({
|
28719
28722
|
"event": event,
|
28720
28723
|
"interval": interval.value,
|
28721
28724
|
"intervalDivisions": props.intervalDivisions,
|
@@ -28740,10 +28743,10 @@ const VCalendarInterval = genericComponent()({
|
|
28740
28743
|
});
|
28741
28744
|
}
|
28742
28745
|
} : {})
|
28743
|
-
}))])])]) :
|
28746
|
+
}))])])]) : createElementVNode("div", {
|
28744
28747
|
"class": "v-calendar-day__row-without-label",
|
28745
|
-
"style": `height: ${convertToUnit(props.intervalHeight)}`
|
28746
|
-
}, [
|
28748
|
+
"style": normalizeStyle(`height: ${convertToUnit(props.intervalHeight)}`)
|
28749
|
+
}, [createElementVNode("div", mergeProps({
|
28747
28750
|
"class": ['v-calendar-day__row-content', interval.value.events.some(e => !e.last) ? 'v-calendar-day__row-content-through' : '']
|
28748
28751
|
}, getPrefixedEventHandlers(attrs, ':interval', () => interval.value)), [slots.intervalBody?.({
|
28749
28752
|
interval: interval.value
|
@@ -28805,12 +28808,12 @@ const VCalendarDay = genericComponent()({
|
|
28805
28808
|
}, (v, i) => i).filter((_, index) => props.intervalDuration * (index + props.intervalStart) < 1440)]);
|
28806
28809
|
useRender(() => {
|
28807
28810
|
const calendarIntervalProps = VCalendarInterval.filterProps(props);
|
28808
|
-
return
|
28811
|
+
return createElementVNode("div", {
|
28809
28812
|
"class": "v-calendar-day__container"
|
28810
|
-
}, [!props.hideDayHeader &&
|
28813
|
+
}, [!props.hideDayHeader && createElementVNode("div", mergeProps({
|
28811
28814
|
"key": "calendar-week-name",
|
28812
28815
|
"class": "v-calendar-weekly__head-weekday"
|
28813
|
-
}, 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), {
|
28814
28817
|
"class": props.day?.isToday ? 'v-calendar-day-label__today' : undefined,
|
28815
28818
|
"icon": true,
|
28816
28819
|
"text": adapter.format(props.day.date, 'dayOfMonth'),
|
@@ -28873,7 +28876,7 @@ const VCalendarHeader = genericComponent()({
|
|
28873
28876
|
function toToday() {
|
28874
28877
|
emit('click:toToday');
|
28875
28878
|
}
|
28876
|
-
useRender(() =>
|
28879
|
+
useRender(() => createElementVNode("div", {
|
28877
28880
|
"class": "v-calendar-header"
|
28878
28881
|
}, [props.text && createVNode(VBtn, {
|
28879
28882
|
"key": "today",
|
@@ -28891,11 +28894,11 @@ const VCalendarHeader = genericComponent()({
|
|
28891
28894
|
"icon": props.nextIcon,
|
28892
28895
|
"variant": "text",
|
28893
28896
|
"onClick": next
|
28894
|
-
}, null),
|
28897
|
+
}, null), createElementVNode("div", {
|
28895
28898
|
"class": "v-calendar-header__title"
|
28896
28899
|
}, [slots.title?.({
|
28897
28900
|
title: props.title
|
28898
|
-
}) ??
|
28901
|
+
}) ?? createElementVNode("span", null, [props.title])])]));
|
28899
28902
|
return {};
|
28900
28903
|
}
|
28901
28904
|
});
|
@@ -28957,9 +28960,9 @@ const VCalendarMonthDay = genericComponent()({
|
|
28957
28960
|
slots
|
28958
28961
|
} = _ref;
|
28959
28962
|
useRender(() => {
|
28960
|
-
return
|
28963
|
+
return createElementVNode("div", mergeProps({
|
28961
28964
|
"class": ['v-calendar-month__day']
|
28962
|
-
}, getPrefixedEventHandlers(attrs, ':day', () => props)), [!props.day?.isHidden ?
|
28965
|
+
}, getPrefixedEventHandlers(attrs, ':day', () => props)), [!props.day?.isHidden ? createElementVNode("div", {
|
28963
28966
|
"key": "title",
|
28964
28967
|
"class": "v-calendar-weekly__day-label"
|
28965
28968
|
}, [slots.dayTitle?.({
|
@@ -28972,13 +28975,13 @@ const VCalendarMonthDay = genericComponent()({
|
|
28972
28975
|
"size": "x-small",
|
28973
28976
|
"variant": props.day?.isToday ? undefined : 'flat',
|
28974
28977
|
"text": `${props.title}`
|
28975
|
-
}, getPrefixedEventHandlers(attrs, ':date', () => props)), null)]) : undefined, !props.day?.isHidden ?
|
28978
|
+
}, getPrefixedEventHandlers(attrs, ':date', () => props)), null)]) : undefined, !props.day?.isHidden ? createElementVNode("div", {
|
28976
28979
|
"key": "content",
|
28977
28980
|
"class": "v-calendar-weekly__day-content"
|
28978
28981
|
}, [slots.dayBody?.({
|
28979
28982
|
day: props.day,
|
28980
28983
|
events: props.events
|
28981
|
-
}) ??
|
28984
|
+
}) ?? createElementVNode("div", null, [createElementVNode("div", {
|
28982
28985
|
"class": "v-calendar-weekly__day-alldayevents-container"
|
28983
28986
|
}, [props.events?.filter(event => event.allDay).map(event => slots.dayEvent ? slots.dayEvent({
|
28984
28987
|
day: props.day,
|
@@ -28988,7 +28991,7 @@ const VCalendarMonthDay = genericComponent()({
|
|
28988
28991
|
"day": props.day,
|
28989
28992
|
"event": event,
|
28990
28993
|
"allDay": true
|
28991
|
-
}, attrs), null))]),
|
28994
|
+
}, attrs), null))]), createElementVNode("div", {
|
28992
28995
|
"class": "v-calendar-weekly__day-events-container"
|
28993
28996
|
}, [props.events?.filter(event => !event.allDay).map(event => slots.dayEvent ? slots.dayEvent({
|
28994
28997
|
day: props.day,
|
@@ -29075,13 +29078,13 @@ const VCalendar = genericComponent()({
|
|
29075
29078
|
useRender(() => {
|
29076
29079
|
const calendarDayProps = VCalendarDay.filterProps(props);
|
29077
29080
|
const calendarHeaderProps = VCalendarHeader.filterProps(props);
|
29078
|
-
return
|
29079
|
-
"class": ['v-calendar', {
|
29081
|
+
return createElementVNode("div", {
|
29082
|
+
"class": normalizeClass(['v-calendar', {
|
29080
29083
|
'v-calendar-monthly': props.viewMode === 'month',
|
29081
29084
|
'v-calendar-weekly': props.viewMode === 'week',
|
29082
29085
|
'v-calendar-day': props.viewMode === 'day'
|
29083
|
-
}]
|
29084
|
-
}, [
|
29086
|
+
}])
|
29087
|
+
}, [createElementVNode("div", null, [!props.hideHeader && (slots.header?.({
|
29085
29088
|
title: title.value,
|
29086
29089
|
clickNext: onClickNext,
|
29087
29090
|
clickPrev: onClickPrev,
|
@@ -29095,20 +29098,20 @@ const VCalendar = genericComponent()({
|
|
29095
29098
|
"onClick:toToday": onClickToday
|
29096
29099
|
}), {
|
29097
29100
|
title: slots.title
|
29098
|
-
}))]),
|
29099
|
-
"class": ['v-calendar__container', `days__${weekDays.value.length}`]
|
29100
|
-
}, [props.viewMode === 'month' && !props.hideDayHeader &&
|
29101
|
-
"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'] : [])]),
|
29102
29105
|
"key": "calendarWeeklyHead"
|
29103
|
-
}, [!props.hideWeekNumber ?
|
29106
|
+
}, [!props.hideWeekNumber ? createElementVNode("div", {
|
29104
29107
|
"key": "weekNumber0",
|
29105
29108
|
"class": "v-calendar-weekly__head-weeknumber"
|
29106
|
-
}, null) : '', weekDays.value.map(weekday =>
|
29107
|
-
"class": `v-calendar-weekly__head-weekday${!props.hideWeekNumber ? '-with-weeknumber' : ''}`
|
29108
|
-
}, [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", {
|
29109
29112
|
"key": "VCalendarMonth",
|
29110
|
-
"class": ['v-calendar-month__days', `days${!props.hideWeekNumber ? '-with-weeknumbers' : ''}__${weekDays.value.length}`, ...(!props.hideWeekNumber ? ['v-calendar-month__weeknumbers'] : [])]
|
29111
|
-
}, [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({
|
29112
29115
|
"class": "v-calendar-month__weeknumber"
|
29113
29116
|
}, getPrefixedEventHandlers(attrs, ':weekNumber', () => ({
|
29114
29117
|
weekNumber: weekNumbers.value[wi],
|
@@ -29220,11 +29223,11 @@ const VColorInput = genericComponent()({
|
|
29220
29223
|
}
|
29221
29224
|
}), {
|
29222
29225
|
...slots,
|
29223
|
-
prepend: props.pipIcon ? arg =>
|
29226
|
+
prepend: props.pipIcon ? arg => createElementVNode(Fragment, null, [hasPrepend && createVNode(VIcon, {
|
29224
29227
|
"color": props.pip ? model.value : undefined,
|
29225
29228
|
"icon": props.pipIcon
|
29226
29229
|
}, null), slots.prepend?.(arg)]) : undefined,
|
29227
|
-
default: () =>
|
29230
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VMenu, {
|
29228
29231
|
"modelValue": menu.value,
|
29229
29232
|
"onUpdate:modelValue": $event => menu.value = $event,
|
29230
29233
|
"activator": "parent",
|
@@ -29580,7 +29583,7 @@ const VDateInput = genericComponent()({
|
|
29580
29583
|
"onUpdate:modelValue": onUpdateDisplayModel
|
29581
29584
|
}), {
|
29582
29585
|
...slots,
|
29583
|
-
default: () =>
|
29586
|
+
default: () => createElementVNode(Fragment, null, [createVNode(VMenu, {
|
29584
29587
|
"modelValue": menu.value,
|
29585
29588
|
"onUpdate:modelValue": $event => menu.value = $event,
|
29586
29589
|
"activator": "parent",
|
@@ -29685,7 +29688,7 @@ const VFileUploadItem = genericComponent()({
|
|
29685
29688
|
"class": "v-file-upload-item"
|
29686
29689
|
}), {
|
29687
29690
|
...slots,
|
29688
|
-
prepend: slotProps =>
|
29691
|
+
prepend: slotProps => createElementVNode(Fragment, null, [!slots.prepend ? createVNode(VAvatar, {
|
29689
29692
|
"icon": props.fileIcon,
|
29690
29693
|
"image": preview.value,
|
29691
29694
|
"rounded": true
|
@@ -29700,7 +29703,7 @@ const VFileUploadItem = genericComponent()({
|
|
29700
29703
|
}, {
|
29701
29704
|
default: () => [slots.prepend?.(slotProps) ?? createVNode(VAvatar, null, null)]
|
29702
29705
|
})]),
|
29703
|
-
append: slotProps =>
|
29706
|
+
append: slotProps => createElementVNode(Fragment, null, [props.clearable && createElementVNode(Fragment, null, [!slots.clear ? createVNode(VBtn, {
|
29704
29707
|
"icon": "$clear",
|
29705
29708
|
"density": "comfortable",
|
29706
29709
|
"variant": "text",
|
@@ -29831,7 +29834,7 @@ const VFileUpload = genericComponent()({
|
|
29831
29834
|
const cardProps = VSheet.filterProps(props);
|
29832
29835
|
const dividerProps = VDivider.filterProps(props);
|
29833
29836
|
const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
|
29834
|
-
const inputNode =
|
29837
|
+
const inputNode = createElementVNode("input", mergeProps({
|
29835
29838
|
"ref": inputRef,
|
29836
29839
|
"type": "file",
|
29837
29840
|
"disabled": props.disabled,
|
@@ -29843,7 +29846,7 @@ const VFileUpload = genericComponent()({
|
|
29843
29846
|
model.value = [...(target.files ?? [])];
|
29844
29847
|
}
|
29845
29848
|
}, inputAttrs), null);
|
29846
|
-
return
|
29849
|
+
return createElementVNode(Fragment, null, [createVNode(VSheet, mergeProps({
|
29847
29850
|
"ref": vSheetRef
|
29848
29851
|
}, cardProps, {
|
29849
29852
|
"class": ['v-file-upload', {
|
@@ -29857,7 +29860,7 @@ const VFileUpload = genericComponent()({
|
|
29857
29860
|
"onDrop": onDrop,
|
29858
29861
|
"onClick": !hasBrowse ? onClick : undefined
|
29859
29862
|
}, rootAttrs), {
|
29860
|
-
default: () => [hasIcon &&
|
29863
|
+
default: () => [hasIcon && createElementVNode("div", {
|
29861
29864
|
"key": "icon",
|
29862
29865
|
"class": "v-file-upload-icon"
|
29863
29866
|
}, [!slots.icon ? createVNode(VIcon, {
|
@@ -29872,15 +29875,15 @@ const VFileUpload = genericComponent()({
|
|
29872
29875
|
}
|
29873
29876
|
}, {
|
29874
29877
|
default: () => [slots.icon()]
|
29875
|
-
})]), hasTitle &&
|
29878
|
+
})]), hasTitle && createElementVNode("div", {
|
29876
29879
|
"key": "title",
|
29877
29880
|
"class": "v-file-upload-title"
|
29878
|
-
}, [slots.title?.() ?? t(props.title)]), props.density === 'default' &&
|
29881
|
+
}, [slots.title?.() ?? t(props.title)]), props.density === 'default' && createElementVNode(Fragment, null, [createElementVNode("div", {
|
29879
29882
|
"key": "upload-divider",
|
29880
29883
|
"class": "v-file-upload-divider"
|
29881
29884
|
}, [slots.divider?.() ?? createVNode(VDivider, dividerProps, {
|
29882
29885
|
default: () => [t(props.dividerText)]
|
29883
|
-
})]), hasBrowse &&
|
29886
|
+
})]), hasBrowse && createElementVNode(Fragment, null, [!slots.browse ? createVNode(VBtn, {
|
29884
29887
|
"readonly": props.disabled,
|
29885
29888
|
"size": "large",
|
29886
29889
|
"text": t(props.browseText),
|
@@ -29901,7 +29904,7 @@ const VFileUpload = genericComponent()({
|
|
29901
29904
|
onClick
|
29902
29905
|
}
|
29903
29906
|
})]
|
29904
|
-
})]), props.subtitle &&
|
29907
|
+
})]), props.subtitle && createElementVNode("div", {
|
29905
29908
|
"class": "v-file-upload-subtitle"
|
29906
29909
|
}, [props.subtitle])]), createVNode(VOverlay, {
|
29907
29910
|
"model-value": isDragging.value,
|
@@ -29910,7 +29913,7 @@ const VFileUpload = genericComponent()({
|
|
29910
29913
|
}, null), slots.input?.({
|
29911
29914
|
inputNode
|
29912
29915
|
}) ?? inputNode]
|
29913
|
-
}), model.value.length > 0 &&
|
29916
|
+
}), model.value.length > 0 && createElementVNode("div", {
|
29914
29917
|
"class": "v-file-upload-items"
|
29915
29918
|
}, [model.value.map((file, i) => {
|
29916
29919
|
const slotProps = {
|
@@ -30060,23 +30063,23 @@ const VIconBtn = genericComponent()({
|
|
30060
30063
|
opacity: props.opacity
|
30061
30064
|
};
|
30062
30065
|
return createVNode(props.tag, {
|
30063
|
-
"class": [{
|
30066
|
+
"class": normalizeClass([{
|
30064
30067
|
'v-icon-btn': true,
|
30065
30068
|
'v-icon-btn--active': isActive.value,
|
30066
30069
|
'v-icon-btn--disabled': props.disabled,
|
30067
30070
|
'v-icon-btn--loading': props.loading,
|
30068
30071
|
'v-icon-btn--readonly': props.readonly,
|
30069
30072
|
[`v-icon-btn--${props.size}`]: true
|
30070
|
-
}, themeClasses.value, colorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, variantClasses.value, props.class],
|
30071
|
-
"style": [{
|
30073
|
+
}, themeClasses.value, colorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, variantClasses.value, props.class]),
|
30074
|
+
"style": normalizeStyle([{
|
30072
30075
|
'--v-icon-btn-rotate': convertToUnit(props.rotate, 'deg'),
|
30073
30076
|
'--v-icon-btn-height': convertToUnit(btnHeight),
|
30074
30077
|
'--v-icon-btn-width': convertToUnit(btnWidth)
|
30075
|
-
}, colorStyles.value, props.style],
|
30078
|
+
}, colorStyles.value, props.style]),
|
30076
30079
|
"tabindex": props.disabled || props.readonly ? -1 : 0,
|
30077
30080
|
"onClick": onClick
|
30078
30081
|
}, {
|
30079
|
-
default: () => [genOverlays(!props.hideOverlay, 'v-icon-btn'),
|
30082
|
+
default: () => [genOverlays(!props.hideOverlay, 'v-icon-btn'), createElementVNode("div", {
|
30080
30083
|
"class": "v-icon-btn__content",
|
30081
30084
|
"data-no-activator": ""
|
30082
30085
|
}, [!slots.default && icon ? createVNode(VIcon, mergeProps({
|
@@ -30091,7 +30094,7 @@ const VIconBtn = genericComponent()({
|
|
30091
30094
|
}
|
30092
30095
|
}, {
|
30093
30096
|
default: () => slots.default?.() ?? toDisplayString(props.text)
|
30094
|
-
})]), !!props.loading &&
|
30097
|
+
})]), !!props.loading && createElementVNode("span", {
|
30095
30098
|
"key": "loader",
|
30096
30099
|
"class": "v-icon-btn__loader"
|
30097
30100
|
}, [slots.loader?.() ?? createVNode(VProgressCircular, {
|
@@ -30226,7 +30229,7 @@ const VStepperVerticalItem = genericComponent()({
|
|
30226
30229
|
"hide-actions": false,
|
30227
30230
|
"value": step.value
|
30228
30231
|
}), {
|
30229
|
-
title: () =>
|
30232
|
+
title: () => createElementVNode(Fragment, null, [createVNode(VAvatar, {
|
30230
30233
|
"key": "stepper-avatar",
|
30231
30234
|
"class": "v-stepper-vertical-item__avatar",
|
30232
30235
|
"color": hasColor ? props.color : undefined,
|
@@ -30236,12 +30239,12 @@ const VStepperVerticalItem = genericComponent()({
|
|
30236
30239
|
default: () => [slots.icon?.(slotProps.value) ?? (icon.value ? createVNode(VIcon, {
|
30237
30240
|
"icon": icon.value
|
30238
30241
|
}, null) : step.value)]
|
30239
|
-
}),
|
30242
|
+
}), createElementVNode("div", null, [createElementVNode("div", {
|
30240
30243
|
"class": "v-stepper-vertical-item__title"
|
30241
|
-
}, [slots.title?.(slotProps.value) ?? props.title]),
|
30244
|
+
}, [slots.title?.(slotProps.value) ?? props.title]), createElementVNode("div", {
|
30242
30245
|
"class": "v-stepper-vertical-item__subtitle"
|
30243
30246
|
}, [slots.subtitle?.(slotProps.value) ?? props.subtitle])])]),
|
30244
|
-
text: () =>
|
30247
|
+
text: () => createElementVNode(Fragment, null, [slots.default?.(slotProps.value) ?? props.text, hasActions && createVNode(VDefaultsProvider, {
|
30245
30248
|
"defaults": {
|
30246
30249
|
VStepperVerticalActions: {
|
30247
30250
|
disabled: disabled.value,
|
@@ -30343,7 +30346,7 @@ const VStepperVertical = genericComponent()({
|
|
30343
30346
|
prev,
|
30344
30347
|
next
|
30345
30348
|
} = _ref2;
|
30346
|
-
return
|
30349
|
+
return createElementVNode(Fragment, null, [items.value.map(_ref3 => {
|
30347
30350
|
let {
|
30348
30351
|
raw,
|
30349
30352
|
...item
|
@@ -30432,7 +30435,7 @@ const VPullToRefresh = genericComponent()({
|
|
30432
30435
|
goingUp.value = newVal < oldVal;
|
30433
30436
|
});
|
30434
30437
|
useRender(() => {
|
30435
|
-
return
|
30438
|
+
return createElementVNode("div", {
|
30436
30439
|
"class": ['v-pull-to-refresh'],
|
30437
30440
|
"onTouchstart": onTouchstart,
|
30438
30441
|
"onTouchmove": onTouchmove,
|
@@ -30442,32 +30445,32 @@ const VPullToRefresh = genericComponent()({
|
|
30442
30445
|
"onMouseleave": onTouchend,
|
30443
30446
|
"onMousemove": onTouchmove,
|
30444
30447
|
"ref": containerRef
|
30445
|
-
}, [
|
30446
|
-
"class": ['v-pull-to-refresh__pull-down', {
|
30448
|
+
}, [createElementVNode("div", {
|
30449
|
+
"class": normalizeClass(['v-pull-to-refresh__pull-down', {
|
30447
30450
|
'v-pull-to-refresh__pull-down--touching': touching.value
|
30448
|
-
}],
|
30449
|
-
"style": {
|
30451
|
+
}]),
|
30452
|
+
"style": normalizeStyle({
|
30450
30453
|
top: convertToUnit(-1 * props.pullDownThreshold + topOffset.value),
|
30451
30454
|
height: convertToUnit(props.pullDownThreshold)
|
30452
|
-
}
|
30455
|
+
})
|
30453
30456
|
}, [slots.pullDownPanel ? slots.pullDownPanel({
|
30454
30457
|
canRefresh: canRefresh.value,
|
30455
30458
|
goingUp: goingUp.value,
|
30456
30459
|
refreshing: refreshing.value
|
30457
|
-
}) :
|
30460
|
+
}) : createElementVNode("div", {
|
30458
30461
|
"class": ['v-pull-to-refresh__pull-down-default']
|
30459
30462
|
}, [refreshing.value ? createVNode(VProgressCircular, {
|
30460
30463
|
"indeterminate": true,
|
30461
30464
|
"active": false
|
30462
30465
|
}, null) : createVNode(VIcon, {
|
30463
30466
|
"icon": canRefresh.value || goingUp.value ? '$sortAsc' : '$sortDesc'
|
30464
|
-
}, null)])]),
|
30465
|
-
"class": ['v-pull-to-refresh__scroll-container', {
|
30467
|
+
}, null)])]), createElementVNode("div", {
|
30468
|
+
"class": normalizeClass(['v-pull-to-refresh__scroll-container', {
|
30466
30469
|
'v-pull-to-refresh__scroll-container--touching': touching.value
|
30467
|
-
}],
|
30468
|
-
"style": {
|
30470
|
+
}]),
|
30471
|
+
"style": normalizeStyle({
|
30469
30472
|
top: convertToUnit(topOffset.value)
|
30470
|
-
}
|
30473
|
+
})
|
30471
30474
|
}, [slots.default?.()])]);
|
30472
30475
|
});
|
30473
30476
|
}
|
@@ -30682,37 +30685,37 @@ const VTimePickerClock = genericComponent()({
|
|
30682
30685
|
}
|
30683
30686
|
}
|
30684
30687
|
useRender(() => {
|
30685
|
-
return
|
30686
|
-
"class": [{
|
30688
|
+
return createElementVNode("div", {
|
30689
|
+
"class": normalizeClass([{
|
30687
30690
|
'v-time-picker-clock': true,
|
30688
30691
|
'v-time-picker-clock--indeterminate': props.modelValue == null,
|
30689
30692
|
'v-time-picker-clock--readonly': props.readonly
|
30690
|
-
}],
|
30693
|
+
}]),
|
30691
30694
|
"onMousedown": onMouseDown,
|
30692
30695
|
"onTouchstart": onMouseDown,
|
30693
30696
|
"onWheel": wheel,
|
30694
30697
|
"ref": clockRef
|
30695
|
-
}, [
|
30698
|
+
}, [createElementVNode("div", {
|
30696
30699
|
"class": "v-time-picker-clock__inner",
|
30697
30700
|
"ref": innerClockRef
|
30698
|
-
}, [
|
30699
|
-
"class": [{
|
30701
|
+
}, [createElementVNode("div", {
|
30702
|
+
"class": normalizeClass([{
|
30700
30703
|
'v-time-picker-clock__hand': true,
|
30701
30704
|
'v-time-picker-clock__hand--inner': isInner(props.modelValue)
|
30702
|
-
}, textColorClasses.value],
|
30703
|
-
"style": [{
|
30705
|
+
}, textColorClasses.value]),
|
30706
|
+
"style": normalizeStyle([{
|
30704
30707
|
transform: `rotate(${props.rotate + degreesPerUnit.value * (displayedValue.value - props.min)}deg) scaleY(${handScale(displayedValue.value)})`
|
30705
|
-
}, textColorStyles.value]
|
30708
|
+
}, textColorStyles.value])
|
30706
30709
|
}, null), genChildren.value.map(value => {
|
30707
30710
|
const isActive = value === displayedValue.value;
|
30708
|
-
return
|
30709
|
-
"class": [{
|
30711
|
+
return createElementVNode("div", {
|
30712
|
+
"class": normalizeClass([{
|
30710
30713
|
'v-time-picker-clock__item': true,
|
30711
30714
|
'v-time-picker-clock__item--active': isActive,
|
30712
30715
|
'v-time-picker-clock__item--disabled': props.disabled || !isAllowed(value)
|
30713
|
-
}, isActive && backgroundColorClasses.value],
|
30714
|
-
"style": [getTransform(value), isActive && backgroundColorStyles.value]
|
30715
|
-
}, [
|
30716
|
+
}, isActive && backgroundColorClasses.value]),
|
30717
|
+
"style": normalizeStyle([getTransform(value), isActive && backgroundColorStyles.value])
|
30718
|
+
}, [createElementVNode("span", null, [props.format(value)])]);
|
30716
30719
|
})])]);
|
30717
30720
|
});
|
30718
30721
|
}
|
@@ -30755,46 +30758,46 @@ const VTimePickerControls = genericComponent()({
|
|
30755
30758
|
if (props.ampm) {
|
30756
30759
|
hour = hour ? (hour - 1) % 12 + 1 : 12;
|
30757
30760
|
}
|
30758
|
-
return
|
30761
|
+
return createElementVNode("div", {
|
30759
30762
|
"class": "v-time-picker-controls"
|
30760
|
-
}, [
|
30761
|
-
"class": {
|
30763
|
+
}, [createElementVNode("div", {
|
30764
|
+
"class": normalizeClass({
|
30762
30765
|
'v-time-picker-controls__time': true,
|
30763
30766
|
'v-time-picker-controls__time--with-seconds': props.useSeconds
|
30764
|
-
}
|
30767
|
+
})
|
30765
30768
|
}, [createVNode(VBtn, {
|
30766
30769
|
"active": props.viewMode === 'hour',
|
30767
30770
|
"color": props.viewMode === 'hour' ? props.color : undefined,
|
30768
30771
|
"disabled": props.disabled,
|
30769
30772
|
"variant": "tonal",
|
30770
|
-
"class": {
|
30773
|
+
"class": normalizeClass({
|
30771
30774
|
'v-time-picker-controls__time__btn': true,
|
30772
30775
|
'v-time-picker-controls__time--with-ampm__btn': props.ampm,
|
30773
30776
|
'v-time-picker-controls__time--with-seconds__btn': props.useSeconds
|
30774
|
-
},
|
30777
|
+
}),
|
30775
30778
|
"text": props.hour == null ? '--' : pad(`${hour}`),
|
30776
30779
|
"onClick": () => emit('update:viewMode', 'hour')
|
30777
|
-
}, null),
|
30778
|
-
"class": ['v-time-picker-controls__time__separator', {
|
30780
|
+
}, null), createElementVNode("span", {
|
30781
|
+
"class": normalizeClass(['v-time-picker-controls__time__separator', {
|
30779
30782
|
'v-time-picker-controls--with-seconds__time__separator': props.useSeconds
|
30780
|
-
}]
|
30783
|
+
}])
|
30781
30784
|
}, [createTextVNode(":")]), createVNode(VBtn, {
|
30782
30785
|
"active": props.viewMode === 'minute',
|
30783
30786
|
"color": props.viewMode === 'minute' ? props.color : undefined,
|
30784
|
-
"class": {
|
30787
|
+
"class": normalizeClass({
|
30785
30788
|
'v-time-picker-controls__time__btn': true,
|
30786
30789
|
'v-time-picker-controls__time__btn__active': props.viewMode === 'minute',
|
30787
30790
|
'v-time-picker-controls__time--with-ampm__btn': props.ampm,
|
30788
30791
|
'v-time-picker-controls__time--with-seconds__btn': props.useSeconds
|
30789
|
-
},
|
30792
|
+
}),
|
30790
30793
|
"disabled": props.disabled,
|
30791
30794
|
"variant": "tonal",
|
30792
30795
|
"text": props.minute == null ? '--' : pad(props.minute),
|
30793
30796
|
"onClick": () => emit('update:viewMode', 'minute')
|
30794
|
-
}, null), props.useSeconds &&
|
30795
|
-
"class": ['v-time-picker-controls__time__separator', {
|
30797
|
+
}, null), props.useSeconds && createElementVNode("span", {
|
30798
|
+
"class": normalizeClass(['v-time-picker-controls__time__separator', {
|
30796
30799
|
'v-time-picker-controls--with-seconds__time__separator': props.useSeconds
|
30797
|
-
}],
|
30800
|
+
}]),
|
30798
30801
|
"key": "secondsDivider"
|
30799
30802
|
}, [createTextVNode(":")]), props.useSeconds && createVNode(VBtn, {
|
30800
30803
|
"key": "secondsVal",
|
@@ -30802,25 +30805,25 @@ const VTimePickerControls = genericComponent()({
|
|
30802
30805
|
"color": props.viewMode === 'second' ? props.color : undefined,
|
30803
30806
|
"variant": "tonal",
|
30804
30807
|
"onClick": () => emit('update:viewMode', 'second'),
|
30805
|
-
"class": {
|
30808
|
+
"class": normalizeClass({
|
30806
30809
|
'v-time-picker-controls__time__btn': true,
|
30807
30810
|
'v-time-picker-controls__time__btn__active': props.viewMode === 'second',
|
30808
30811
|
'v-time-picker-controls__time--with-seconds__btn': props.useSeconds
|
30809
|
-
},
|
30812
|
+
}),
|
30810
30813
|
"disabled": props.disabled,
|
30811
30814
|
"text": props.second == null ? '--' : pad(props.second)
|
30812
|
-
}, null), props.ampm && props.ampmInTitle &&
|
30813
|
-
"class": ['v-time-picker-controls__ampm', {
|
30815
|
+
}, null), props.ampm && props.ampmInTitle && createElementVNode("div", {
|
30816
|
+
"class": normalizeClass(['v-time-picker-controls__ampm', {
|
30814
30817
|
'v-time-picker-controls__ampm--readonly': props.ampmReadonly
|
30815
|
-
}]
|
30818
|
+
}])
|
30816
30819
|
}, [createVNode(VBtn, {
|
30817
30820
|
"active": props.period === 'am',
|
30818
30821
|
"color": props.period === 'am' ? props.color : undefined,
|
30819
|
-
"class": {
|
30822
|
+
"class": normalizeClass({
|
30820
30823
|
'v-time-picker-controls__ampm__am': true,
|
30821
30824
|
'v-time-picker-controls__ampm__btn': true,
|
30822
30825
|
'v-time-picker-controls__ampm__btn__active': props.period === 'am'
|
30823
|
-
},
|
30826
|
+
}),
|
30824
30827
|
"disabled": props.disabled,
|
30825
30828
|
"text": t('$vuetify.timePicker.am'),
|
30826
30829
|
"variant": props.disabled && props.period === 'am' ? 'elevated' : 'tonal',
|
@@ -30828,11 +30831,11 @@ const VTimePickerControls = genericComponent()({
|
|
30828
30831
|
}, null), createVNode(VBtn, {
|
30829
30832
|
"active": props.period === 'pm',
|
30830
30833
|
"color": props.period === 'pm' ? props.color : undefined,
|
30831
|
-
"class": {
|
30834
|
+
"class": normalizeClass({
|
30832
30835
|
'v-time-picker-controls__ampm__pm': true,
|
30833
30836
|
'v-time-picker-controls__ampm__btn': true,
|
30834
30837
|
'v-time-picker-controls__ampm__btn__active': props.period === 'pm'
|
30835
|
-
},
|
30838
|
+
}),
|
30836
30839
|
"disabled": props.disabled,
|
30837
30840
|
"text": t('$vuetify.timePicker.pm'),
|
30838
30841
|
"variant": props.disabled && props.period === 'pm' ? 'elevated' : 'tonal',
|
@@ -31060,7 +31063,7 @@ const VTimePicker = genericComponent()({
|
|
31060
31063
|
"class": ['v-time-picker', props.class],
|
31061
31064
|
"style": props.style
|
31062
31065
|
}), {
|
31063
|
-
title: () => slots.title?.() ??
|
31066
|
+
title: () => slots.title?.() ?? createElementVNode("div", {
|
31064
31067
|
"class": "v-time-picker__title"
|
31065
31068
|
}, [t(props.title)]),
|
31066
31069
|
header: () => createVNode(VTimePickerControls, mergeProps(timePickerControlsProps, {
|
@@ -31127,7 +31130,7 @@ const VTreeviewGroup = genericComponent()({
|
|
31127
31130
|
"subgroup": true
|
31128
31131
|
}), {
|
31129
31132
|
...slots,
|
31130
|
-
activator: slots.activator ? slotProps =>
|
31133
|
+
activator: slots.activator ? slotProps => createElementVNode(Fragment, null, [createVNode(VDefaultsProvider, {
|
31131
31134
|
"defaults": activatorDefaults.value
|
31132
31135
|
}, {
|
31133
31136
|
default: () => [slots.activator?.(slotProps)]
|
@@ -31193,7 +31196,7 @@ const VTreeviewItem = genericComponent()({
|
|
31193
31196
|
}), {
|
31194
31197
|
...slots,
|
31195
31198
|
prepend: hasPrepend ? slotProps => {
|
31196
|
-
return
|
31199
|
+
return createElementVNode(Fragment, null, [createVNode(VListItemAction, {
|
31197
31200
|
"start": false
|
31198
31201
|
}, {
|
31199
31202
|
default: () => [props.toggleIcon ? createVNode(VBtn, {
|
@@ -31210,7 +31213,7 @@ const VTreeviewItem = genericComponent()({
|
|
31210
31213
|
"width": "2"
|
31211
31214
|
}, null);
|
31212
31215
|
}
|
31213
|
-
}) :
|
31216
|
+
}) : createElementVNode("div", {
|
31214
31217
|
"class": "v-treeview-item__level"
|
31215
31218
|
}, null)]
|
31216
31219
|
}), slots.prepend?.(slotProps)]);
|
@@ -31279,7 +31282,7 @@ const VTreeviewChildren = genericComponent()({
|
|
31279
31282
|
} = item;
|
31280
31283
|
const loading = isLoading.has(item.value);
|
31281
31284
|
const slotsWithItem = {
|
31282
|
-
prepend: slotProps =>
|
31285
|
+
prepend: slotProps => createElementVNode(Fragment, null, [props.selectable && (!children || children && !['leaf', 'single-leaf'].includes(props.selectStrategy)) && createElementVNode("div", null, [createVNode(VCheckboxBtn, {
|
31283
31286
|
"key": item.value,
|
31284
31287
|
"modelValue": slotProps.isSelected,
|
31285
31288
|
"disabled": props.disabled,
|
@@ -32008,7 +32011,7 @@ function createVuetify$1() {
|
|
32008
32011
|
};
|
32009
32012
|
});
|
32010
32013
|
}
|
32011
|
-
const version$1 = "3.8.6-master.2025-05-
|
32014
|
+
const version$1 = "3.8.6-master.2025-05-26";
|
32012
32015
|
createVuetify$1.version = version$1;
|
32013
32016
|
|
32014
32017
|
// Vue's inject() can only be used in setup
|
@@ -32306,7 +32309,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
32306
32309
|
|
32307
32310
|
/* eslint-disable local-rules/sort-imports */
|
32308
32311
|
|
32309
|
-
const version = "3.8.6-master.2025-05-
|
32312
|
+
const version = "3.8.6-master.2025-05-26";
|
32310
32313
|
|
32311
32314
|
/* eslint-disable local-rules/sort-imports */
|
32312
32315
|
|