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