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