@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.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
|
*/
|
@@ -1658,18 +1658,18 @@
|
|
1658
1658
|
return vue.createVNode(props.tag, vue.mergeProps(attrs, {
|
1659
1659
|
"style": null
|
1660
1660
|
}), {
|
1661
|
-
default: () => [vue.
|
1661
|
+
default: () => [vue.createElementVNode("svg", {
|
1662
1662
|
"class": "v-icon__svg",
|
1663
1663
|
"xmlns": "http://www.w3.org/2000/svg",
|
1664
1664
|
"viewBox": "0 0 24 24",
|
1665
1665
|
"role": "img",
|
1666
1666
|
"aria-hidden": "true"
|
1667
|
-
}, [Array.isArray(props.icon) ? props.icon.map(path => Array.isArray(path) ? vue.
|
1667
|
+
}, [Array.isArray(props.icon) ? props.icon.map(path => Array.isArray(path) ? vue.createElementVNode("path", {
|
1668
1668
|
"d": path[0],
|
1669
1669
|
"fill-opacity": path[1]
|
1670
|
-
}, null) : vue.
|
1670
|
+
}, null) : vue.createElementVNode("path", {
|
1671
1671
|
"d": path
|
1672
|
-
}, null)) : vue.
|
1672
|
+
}, null)) : vue.createElementVNode("path", {
|
1673
1673
|
"d": props.icon
|
1674
1674
|
}, null)])]
|
1675
1675
|
});
|
@@ -1693,7 +1693,7 @@
|
|
1693
1693
|
setup(props) {
|
1694
1694
|
return () => {
|
1695
1695
|
return vue.createVNode(props.tag, {
|
1696
|
-
"class": props.icon
|
1696
|
+
"class": vue.normalizeClass(props.icon)
|
1697
1697
|
}, null);
|
1698
1698
|
};
|
1699
1699
|
}
|
@@ -3158,11 +3158,11 @@
|
|
3158
3158
|
const {
|
3159
3159
|
rtlClasses
|
3160
3160
|
} = useRtl();
|
3161
|
-
useRender(() => vue.
|
3161
|
+
useRender(() => vue.createElementVNode("div", {
|
3162
3162
|
"ref": layoutRef,
|
3163
|
-
"class": ['v-application', theme.themeClasses.value, layoutClasses.value, rtlClasses.value, props.class],
|
3164
|
-
"style": [props.style]
|
3165
|
-
}, [vue.
|
3163
|
+
"class": vue.normalizeClass(['v-application', theme.themeClasses.value, layoutClasses.value, rtlClasses.value, props.class]),
|
3164
|
+
"style": vue.normalizeStyle([props.style])
|
3165
|
+
}, [vue.createElementVNode("div", {
|
3166
3166
|
"class": "v-application__wrap"
|
3167
3167
|
}, [slots.default?.()])]));
|
3168
3168
|
return {
|
@@ -3202,10 +3202,10 @@
|
|
3202
3202
|
useRender(() => {
|
3203
3203
|
const hasText = !!(slots.default || slots.text || props.text);
|
3204
3204
|
return vue.createVNode(props.tag, {
|
3205
|
-
"class": ['v-toolbar-title', props.class],
|
3206
|
-
"style": props.style
|
3205
|
+
"class": vue.normalizeClass(['v-toolbar-title', props.class]),
|
3206
|
+
"style": vue.normalizeStyle(props.style)
|
3207
3207
|
}, {
|
3208
|
-
default: () => [hasText && vue.
|
3208
|
+
default: () => [hasText && vue.createElementVNode("div", {
|
3209
3209
|
"class": "v-toolbar-title__placeholder"
|
3210
3210
|
}, [slots.text ? slots.text() : props.text, slots.default?.()])]
|
3211
3211
|
});
|
@@ -3665,16 +3665,16 @@
|
|
3665
3665
|
const {
|
3666
3666
|
dimensionStyles
|
3667
3667
|
} = useDimension(props);
|
3668
|
-
useRender(() => vue.
|
3669
|
-
"class": ['v-responsive', {
|
3668
|
+
useRender(() => vue.createElementVNode("div", {
|
3669
|
+
"class": vue.normalizeClass(['v-responsive', {
|
3670
3670
|
'v-responsive--inline': props.inline
|
3671
|
-
}, props.class],
|
3672
|
-
"style": [dimensionStyles.value, props.style]
|
3673
|
-
}, [vue.
|
3671
|
+
}, props.class]),
|
3672
|
+
"style": vue.normalizeStyle([dimensionStyles.value, props.style])
|
3673
|
+
}, [vue.createElementVNode("div", {
|
3674
3674
|
"class": "v-responsive__sizer",
|
3675
|
-
"style": aspectStyles.value
|
3676
|
-
}, null), slots.additional?.(), slots.default && vue.
|
3677
|
-
"class": ['v-responsive__content', props.contentClass]
|
3675
|
+
"style": vue.normalizeStyle(aspectStyles.value)
|
3676
|
+
}, null), slots.additional?.(), slots.default && vue.createElementVNode("div", {
|
3677
|
+
"class": vue.normalizeClass(['v-responsive__content', props.contentClass])
|
3678
3678
|
}, [slots.default()])]));
|
3679
3679
|
return {};
|
3680
3680
|
}
|
@@ -3908,7 +3908,7 @@
|
|
3908
3908
|
const VImg = genericComponent()({
|
3909
3909
|
name: 'VImg',
|
3910
3910
|
directives: {
|
3911
|
-
|
3911
|
+
vIntersect: Intersect
|
3912
3912
|
},
|
3913
3913
|
props: makeVImgProps(),
|
3914
3914
|
emits: {
|
@@ -4037,11 +4037,11 @@
|
|
4037
4037
|
}));
|
4038
4038
|
const __image = () => {
|
4039
4039
|
if (!normalisedSrc.value.src || state.value === 'idle') return null;
|
4040
|
-
const img = vue.
|
4041
|
-
"class": ['v-img__img', containClasses.value],
|
4042
|
-
"style": {
|
4040
|
+
const img = vue.createElementVNode("img", {
|
4041
|
+
"class": vue.normalizeClass(['v-img__img', containClasses.value]),
|
4042
|
+
"style": vue.normalizeStyle({
|
4043
4043
|
objectPosition: props.position
|
4044
|
-
},
|
4044
|
+
}),
|
4045
4045
|
"crossorigin": props.crossorigin,
|
4046
4046
|
"src": normalisedSrc.value.src,
|
4047
4047
|
"srcset": normalisedSrc.value.srcset,
|
@@ -4058,7 +4058,7 @@
|
|
4058
4058
|
"transition": props.transition,
|
4059
4059
|
"appear": true
|
4060
4060
|
}, {
|
4061
|
-
default: () => [vue.withDirectives(sources ? vue.
|
4061
|
+
default: () => [vue.withDirectives(sources ? vue.createElementVNode("picture", {
|
4062
4062
|
"class": "v-img__picture"
|
4063
4063
|
}, [sources, img]) : img, [[vue.vShow, state.value === 'loaded']])]
|
4064
4064
|
});
|
@@ -4066,11 +4066,11 @@
|
|
4066
4066
|
const __preloadImage = () => vue.createVNode(MaybeTransition, {
|
4067
4067
|
"transition": props.transition
|
4068
4068
|
}, {
|
4069
|
-
default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && vue.
|
4070
|
-
"class": ['v-img__img', 'v-img__img--preload', containClasses.value],
|
4071
|
-
"style": {
|
4069
|
+
default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && vue.createElementVNode("img", {
|
4070
|
+
"class": vue.normalizeClass(['v-img__img', 'v-img__img--preload', containClasses.value]),
|
4071
|
+
"style": vue.normalizeStyle({
|
4072
4072
|
objectPosition: props.position
|
4073
|
-
},
|
4073
|
+
}),
|
4074
4074
|
"crossorigin": props.crossorigin,
|
4075
4075
|
"src": normalisedSrc.value.lazySrc,
|
4076
4076
|
"alt": props.alt,
|
@@ -4084,7 +4084,7 @@
|
|
4084
4084
|
"transition": props.transition,
|
4085
4085
|
"appear": true
|
4086
4086
|
}, {
|
4087
|
-
default: () => [(state.value === 'loading' || state.value === 'error' && !slots.error) && vue.
|
4087
|
+
default: () => [(state.value === 'loading' || state.value === 'error' && !slots.error) && vue.createElementVNode("div", {
|
4088
4088
|
"class": "v-img__placeholder"
|
4089
4089
|
}, [slots.placeholder()])]
|
4090
4090
|
});
|
@@ -4095,18 +4095,18 @@
|
|
4095
4095
|
"transition": props.transition,
|
4096
4096
|
"appear": true
|
4097
4097
|
}, {
|
4098
|
-
default: () => [state.value === 'error' && vue.
|
4098
|
+
default: () => [state.value === 'error' && vue.createElementVNode("div", {
|
4099
4099
|
"class": "v-img__error"
|
4100
4100
|
}, [slots.error()])]
|
4101
4101
|
});
|
4102
4102
|
};
|
4103
4103
|
const __gradient = () => {
|
4104
4104
|
if (!props.gradient) return null;
|
4105
|
-
return vue.
|
4105
|
+
return vue.createElementVNode("div", {
|
4106
4106
|
"class": "v-img__gradient",
|
4107
|
-
"style": {
|
4107
|
+
"style": vue.normalizeStyle({
|
4108
4108
|
backgroundImage: `linear-gradient(${props.gradient})`
|
4109
|
-
}
|
4109
|
+
})
|
4110
4110
|
}, null);
|
4111
4111
|
};
|
4112
4112
|
const isBooted = vue.shallowRef(false);
|
@@ -4138,9 +4138,9 @@
|
|
4138
4138
|
"aria-label": props.alt,
|
4139
4139
|
"role": props.alt ? 'img' : undefined
|
4140
4140
|
}), {
|
4141
|
-
additional: () => vue.
|
4141
|
+
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)]),
|
4142
4142
|
default: slots.default
|
4143
|
-
}), [[
|
4143
|
+
}), [[Intersect, {
|
4144
4144
|
handler: init,
|
4145
4145
|
options: props.options
|
4146
4146
|
}, null, {
|
@@ -4283,16 +4283,16 @@
|
|
4283
4283
|
const extension = slots.extension?.();
|
4284
4284
|
isExtended.value = !!(props.extended || extension);
|
4285
4285
|
return vue.createVNode(props.tag, {
|
4286
|
-
"class": ['v-toolbar', {
|
4286
|
+
"class": vue.normalizeClass(['v-toolbar', {
|
4287
4287
|
'v-toolbar--absolute': props.absolute,
|
4288
4288
|
'v-toolbar--collapse': props.collapse,
|
4289
4289
|
'v-toolbar--flat': props.flat,
|
4290
4290
|
'v-toolbar--floating': props.floating,
|
4291
4291
|
[`v-toolbar--density-${props.density}`]: true
|
4292
|
-
}, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class],
|
4293
|
-
"style": [backgroundColorStyles.value, props.style]
|
4292
|
+
}, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class]),
|
4293
|
+
"style": vue.normalizeStyle([backgroundColorStyles.value, props.style])
|
4294
4294
|
}, {
|
4295
|
-
default: () => [hasImage && vue.
|
4295
|
+
default: () => [hasImage && vue.createElementVNode("div", {
|
4296
4296
|
"key": "image",
|
4297
4297
|
"class": "v-toolbar__image"
|
4298
4298
|
}, [!slots.image ? vue.createVNode(VImg, {
|
@@ -4315,19 +4315,19 @@
|
|
4315
4315
|
}
|
4316
4316
|
}
|
4317
4317
|
}, {
|
4318
|
-
default: () => [vue.
|
4318
|
+
default: () => [vue.createElementVNode("div", {
|
4319
4319
|
"class": "v-toolbar__content",
|
4320
|
-
"style": {
|
4320
|
+
"style": vue.normalizeStyle({
|
4321
4321
|
height: convertToUnit(contentHeight.value)
|
4322
|
-
}
|
4323
|
-
}, [slots.prepend && vue.
|
4322
|
+
})
|
4323
|
+
}, [slots.prepend && vue.createElementVNode("div", {
|
4324
4324
|
"class": "v-toolbar__prepend"
|
4325
4325
|
}, [slots.prepend?.()]), hasTitle && vue.createVNode(VToolbarTitle, {
|
4326
4326
|
"key": "title",
|
4327
4327
|
"text": props.title
|
4328
4328
|
}, {
|
4329
4329
|
text: slots.title
|
4330
|
-
}), slots.default?.(), slots.append && vue.
|
4330
|
+
}), slots.default?.(), slots.append && vue.createElementVNode("div", {
|
4331
4331
|
"class": "v-toolbar__append"
|
4332
4332
|
}, [slots.append?.()])])]
|
4333
4333
|
}), vue.createVNode(VDefaultsProvider, {
|
@@ -4338,11 +4338,11 @@
|
|
4338
4338
|
}
|
4339
4339
|
}, {
|
4340
4340
|
default: () => [vue.createVNode(VExpandTransition, null, {
|
4341
|
-
default: () => [isExtended.value && vue.
|
4341
|
+
default: () => [isExtended.value && vue.createElementVNode("div", {
|
4342
4342
|
"class": "v-toolbar__extension",
|
4343
|
-
"style": {
|
4343
|
+
"style": vue.normalizeStyle({
|
4344
4344
|
height: convertToUnit(extensionHeight.value)
|
4345
|
-
}
|
4345
|
+
})
|
4346
4346
|
}, [extension])]
|
4347
4347
|
})]
|
4348
4348
|
})]
|
@@ -4621,12 +4621,12 @@
|
|
4621
4621
|
|
4622
4622
|
const allowedVariants$2 = ['elevated', 'flat', 'tonal', 'outlined', 'text', 'plain'];
|
4623
4623
|
function genOverlays(isClickable, name) {
|
4624
|
-
return vue.
|
4624
|
+
return vue.createElementVNode(vue.Fragment, null, [isClickable && vue.createElementVNode("span", {
|
4625
4625
|
"key": "overlay",
|
4626
|
-
"class": `${name}__overlay`
|
4627
|
-
}, null), vue.
|
4626
|
+
"class": vue.normalizeClass(`${name}__overlay`)
|
4627
|
+
}, null), vue.createElementVNode("span", {
|
4628
4628
|
"key": "underlay",
|
4629
|
-
"class": `${name}__underlay`
|
4629
|
+
"class": vue.normalizeClass(`${name}__underlay`)
|
4630
4630
|
}, null)]);
|
4631
4631
|
}
|
4632
4632
|
const makeVariantProps = propsFactory({
|
@@ -4710,10 +4710,10 @@
|
|
4710
4710
|
});
|
4711
4711
|
useRender(() => {
|
4712
4712
|
return vue.createVNode(props.tag, {
|
4713
|
-
"class": ['v-btn-group', {
|
4713
|
+
"class": vue.normalizeClass(['v-btn-group', {
|
4714
4714
|
'v-btn-group--divided': props.divided
|
4715
|
-
}, themeClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
4716
|
-
"style": props.style
|
4715
|
+
}, themeClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
|
4716
|
+
"style": vue.normalizeStyle(props.style)
|
4717
4717
|
}, slots);
|
4718
4718
|
});
|
4719
4719
|
}
|
@@ -5070,19 +5070,19 @@
|
|
5070
5070
|
return vue.createVNode(iconData.value.component, {
|
5071
5071
|
"tag": props.tag,
|
5072
5072
|
"icon": iconData.value.icon,
|
5073
|
-
"class": ['v-icon', 'notranslate', themeClasses.value, sizeClasses.value, textColorClasses.value, {
|
5073
|
+
"class": vue.normalizeClass(['v-icon', 'notranslate', themeClasses.value, sizeClasses.value, textColorClasses.value, {
|
5074
5074
|
'v-icon--clickable': hasClick,
|
5075
5075
|
'v-icon--disabled': props.disabled,
|
5076
5076
|
'v-icon--start': props.start,
|
5077
5077
|
'v-icon--end': props.end
|
5078
|
-
}, props.class],
|
5079
|
-
"style": [{
|
5078
|
+
}, props.class]),
|
5079
|
+
"style": vue.normalizeStyle([{
|
5080
5080
|
'--v-icon-opacity': props.opacity
|
5081
5081
|
}, !sizeClasses.value ? {
|
5082
5082
|
fontSize: convertToUnit(props.size),
|
5083
5083
|
height: convertToUnit(props.size),
|
5084
5084
|
width: convertToUnit(props.size)
|
5085
|
-
} : undefined, textColorStyles.value, props.style],
|
5085
|
+
} : undefined, textColorStyles.value, props.style]),
|
5086
5086
|
"role": hasClick ? 'button' : undefined,
|
5087
5087
|
"aria-hidden": !hasClick,
|
5088
5088
|
"tabindex": hasClick ? props.disabled ? -1 : 0 : undefined
|
@@ -5194,26 +5194,26 @@
|
|
5194
5194
|
});
|
5195
5195
|
useRender(() => vue.createVNode(props.tag, {
|
5196
5196
|
"ref": root,
|
5197
|
-
"class": ['v-progress-circular', {
|
5197
|
+
"class": vue.normalizeClass(['v-progress-circular', {
|
5198
5198
|
'v-progress-circular--indeterminate': !!props.indeterminate,
|
5199
5199
|
'v-progress-circular--visible': isIntersecting.value,
|
5200
5200
|
'v-progress-circular--disable-shrink': props.indeterminate === 'disable-shrink'
|
5201
|
-
}, themeClasses.value, sizeClasses.value, textColorClasses.value, props.class],
|
5202
|
-
"style": [sizeStyles.value, textColorStyles.value, props.style],
|
5201
|
+
}, themeClasses.value, sizeClasses.value, textColorClasses.value, props.class]),
|
5202
|
+
"style": vue.normalizeStyle([sizeStyles.value, textColorStyles.value, props.style]),
|
5203
5203
|
"role": "progressbar",
|
5204
5204
|
"aria-valuemin": "0",
|
5205
5205
|
"aria-valuemax": "100",
|
5206
5206
|
"aria-valuenow": props.indeterminate ? undefined : normalizedValue.value
|
5207
5207
|
}, {
|
5208
|
-
default: () => [vue.
|
5209
|
-
"style": {
|
5208
|
+
default: () => [vue.createElementVNode("svg", {
|
5209
|
+
"style": vue.normalizeStyle({
|
5210
5210
|
transform: `rotate(calc(-90deg + ${Number(props.rotate)}deg))`
|
5211
|
-
},
|
5211
|
+
}),
|
5212
5212
|
"xmlns": "http://www.w3.org/2000/svg",
|
5213
5213
|
"viewBox": `0 0 ${diameter.value} ${diameter.value}`
|
5214
|
-
}, [vue.
|
5215
|
-
"class": ['v-progress-circular__underlay', underlayColorClasses.value],
|
5216
|
-
"style": underlayColorStyles.value,
|
5214
|
+
}, [vue.createElementVNode("circle", {
|
5215
|
+
"class": vue.normalizeClass(['v-progress-circular__underlay', underlayColorClasses.value]),
|
5216
|
+
"style": vue.normalizeStyle(underlayColorStyles.value),
|
5217
5217
|
"fill": "transparent",
|
5218
5218
|
"cx": "50%",
|
5219
5219
|
"cy": "50%",
|
@@ -5221,7 +5221,7 @@
|
|
5221
5221
|
"stroke-width": strokeWidth.value,
|
5222
5222
|
"stroke-dasharray": CIRCUMFERENCE,
|
5223
5223
|
"stroke-dashoffset": 0
|
5224
|
-
}, null), vue.
|
5224
|
+
}, null), vue.createElementVNode("circle", {
|
5225
5225
|
"class": "v-progress-circular__overlay",
|
5226
5226
|
"fill": "transparent",
|
5227
5227
|
"cx": "50%",
|
@@ -5230,7 +5230,7 @@
|
|
5230
5230
|
"stroke-width": strokeWidth.value,
|
5231
5231
|
"stroke-dasharray": CIRCUMFERENCE,
|
5232
5232
|
"stroke-dashoffset": strokeDashOffset.value
|
5233
|
-
}, null)]), slots.default && vue.
|
5233
|
+
}, null)]), slots.default && vue.createElementVNode("div", {
|
5234
5234
|
"class": "v-progress-circular__content"
|
5235
5235
|
}, [slots.default({
|
5236
5236
|
value: normalizedValue.value
|
@@ -5404,21 +5404,21 @@
|
|
5404
5404
|
}
|
5405
5405
|
useRender(() => vue.createVNode(props.tag, {
|
5406
5406
|
"ref": intersectionRef,
|
5407
|
-
"class": ['v-progress-linear', {
|
5407
|
+
"class": vue.normalizeClass(['v-progress-linear', {
|
5408
5408
|
'v-progress-linear--absolute': props.absolute,
|
5409
5409
|
'v-progress-linear--active': props.active && isIntersecting.value,
|
5410
5410
|
'v-progress-linear--reverse': isReversed.value,
|
5411
5411
|
'v-progress-linear--rounded': props.rounded,
|
5412
5412
|
'v-progress-linear--rounded-bar': props.roundedBar,
|
5413
5413
|
'v-progress-linear--striped': props.striped
|
5414
|
-
}, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class],
|
5415
|
-
"style": [{
|
5414
|
+
}, roundedClasses.value, themeClasses.value, rtlClasses.value, props.class]),
|
5415
|
+
"style": vue.normalizeStyle([{
|
5416
5416
|
bottom: props.location === 'bottom' ? 0 : undefined,
|
5417
5417
|
top: props.location === 'top' ? 0 : undefined,
|
5418
5418
|
height: props.active ? convertToUnit(height.value) : 0,
|
5419
5419
|
'--v-progress-linear-height': convertToUnit(height.value),
|
5420
5420
|
...(props.absolute ? locationStyles.value : {})
|
5421
|
-
}, props.style],
|
5421
|
+
}, props.style]),
|
5422
5422
|
"role": "progressbar",
|
5423
5423
|
"aria-hidden": props.active ? 'false' : 'true',
|
5424
5424
|
"aria-valuemin": "0",
|
@@ -5426,10 +5426,10 @@
|
|
5426
5426
|
"aria-valuenow": props.indeterminate ? undefined : Math.min(parseFloat(progress.value), max.value),
|
5427
5427
|
"onClick": props.clickable && handleClick
|
5428
5428
|
}, {
|
5429
|
-
default: () => [props.stream && vue.
|
5429
|
+
default: () => [props.stream && vue.createElementVNode("div", {
|
5430
5430
|
"key": "stream",
|
5431
|
-
"class": ['v-progress-linear__stream', textColorClasses.value],
|
5432
|
-
"style": {
|
5431
|
+
"class": vue.normalizeClass(['v-progress-linear__stream', textColorClasses.value]),
|
5432
|
+
"style": vue.normalizeStyle({
|
5433
5433
|
...textColorStyles.value,
|
5434
5434
|
[isReversed.value ? 'left' : 'right']: convertToUnit(-height.value),
|
5435
5435
|
borderTop: `${convertToUnit(height.value / 2)} dotted`,
|
@@ -5437,35 +5437,35 @@
|
|
5437
5437
|
top: `calc(50% - ${convertToUnit(height.value / 4)})`,
|
5438
5438
|
width: convertToUnit(100 - normalizedBuffer.value, '%'),
|
5439
5439
|
'--v-progress-linear-stream-to': convertToUnit(height.value * (isReversed.value ? 1 : -1))
|
5440
|
-
}
|
5441
|
-
}, null), vue.
|
5442
|
-
"class": ['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined],
|
5443
|
-
"style": [backgroundColorStyles.value, {
|
5440
|
+
})
|
5441
|
+
}, null), vue.createElementVNode("div", {
|
5442
|
+
"class": vue.normalizeClass(['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
|
5443
|
+
"style": vue.normalizeStyle([backgroundColorStyles.value, {
|
5444
5444
|
opacity: parseFloat(props.bgOpacity),
|
5445
5445
|
width: props.stream ? 0 : undefined
|
5446
|
-
}]
|
5447
|
-
}, null), vue.
|
5448
|
-
"class": ['v-progress-linear__buffer', !isForcedColorsModeActive ? bufferColorClasses.value : undefined],
|
5449
|
-
"style": [bufferColorStyles.value, {
|
5446
|
+
}])
|
5447
|
+
}, null), vue.createElementVNode("div", {
|
5448
|
+
"class": vue.normalizeClass(['v-progress-linear__buffer', !isForcedColorsModeActive ? bufferColorClasses.value : undefined]),
|
5449
|
+
"style": vue.normalizeStyle([bufferColorStyles.value, {
|
5450
5450
|
opacity: parseFloat(props.bufferOpacity),
|
5451
5451
|
width: convertToUnit(normalizedBuffer.value, '%')
|
5452
|
-
}]
|
5452
|
+
}])
|
5453
5453
|
}, null), vue.createVNode(vue.Transition, {
|
5454
5454
|
"name": transition.value
|
5455
5455
|
}, {
|
5456
|
-
default: () => [!props.indeterminate ? vue.
|
5457
|
-
"class": ['v-progress-linear__determinate', !isForcedColorsModeActive ? barColorClasses.value : undefined],
|
5458
|
-
"style": [barColorStyles.value, {
|
5456
|
+
default: () => [!props.indeterminate ? vue.createElementVNode("div", {
|
5457
|
+
"class": vue.normalizeClass(['v-progress-linear__determinate', !isForcedColorsModeActive ? barColorClasses.value : undefined]),
|
5458
|
+
"style": vue.normalizeStyle([barColorStyles.value, {
|
5459
5459
|
width: convertToUnit(normalizedValue.value, '%')
|
5460
|
-
}]
|
5461
|
-
}, null) : vue.
|
5460
|
+
}])
|
5461
|
+
}, null) : vue.createElementVNode("div", {
|
5462
5462
|
"class": "v-progress-linear__indeterminate"
|
5463
|
-
}, [['long', 'short'].map(bar => vue.
|
5463
|
+
}, [['long', 'short'].map(bar => vue.createElementVNode("div", {
|
5464
5464
|
"key": bar,
|
5465
|
-
"class": ['v-progress-linear__indeterminate', bar, !isForcedColorsModeActive ? barColorClasses.value : undefined],
|
5466
|
-
"style": barColorStyles.value
|
5465
|
+
"class": vue.normalizeClass(['v-progress-linear__indeterminate', bar, !isForcedColorsModeActive ? barColorClasses.value : undefined]),
|
5466
|
+
"style": vue.normalizeStyle(barColorStyles.value)
|
5467
5467
|
}, null))])]
|
5468
|
-
}), slots.default && vue.
|
5468
|
+
}), slots.default && vue.createElementVNode("div", {
|
5469
5469
|
"class": "v-progress-linear__content"
|
5470
5470
|
}, [slots.default({
|
5471
5471
|
value: normalizedValue.value,
|
@@ -5495,8 +5495,8 @@
|
|
5495
5495
|
let {
|
5496
5496
|
slots
|
5497
5497
|
} = _ref;
|
5498
|
-
return vue.
|
5499
|
-
"class": `${props.name}__loader`
|
5498
|
+
return vue.createElementVNode("div", {
|
5499
|
+
"class": vue.normalizeClass(`${props.name}__loader`)
|
5500
5500
|
}, [slots.default?.({
|
5501
5501
|
color: props.color,
|
5502
5502
|
isActive: props.active
|
@@ -6086,7 +6086,7 @@
|
|
6086
6086
|
"onClick": onClick,
|
6087
6087
|
"value": valueAttr.value
|
6088
6088
|
}, link.linkProps), {
|
6089
|
-
default: () => [genOverlays(true, 'v-btn'), !props.icon && hasPrepend && vue.
|
6089
|
+
default: () => [genOverlays(true, 'v-btn'), !props.icon && hasPrepend && vue.createElementVNode("span", {
|
6090
6090
|
"key": "prepend",
|
6091
6091
|
"class": "v-btn__prepend"
|
6092
6092
|
}, [!slots.prepend ? vue.createVNode(VIcon, {
|
@@ -6100,7 +6100,7 @@
|
|
6100
6100
|
icon: props.prependIcon
|
6101
6101
|
}
|
6102
6102
|
}
|
6103
|
-
}, slots.prepend)]), vue.
|
6103
|
+
}, slots.prepend)]), vue.createElementVNode("span", {
|
6104
6104
|
"class": "v-btn__content",
|
6105
6105
|
"data-no-activator": ""
|
6106
6106
|
}, [!slots.default && hasIcon ? vue.createVNode(VIcon, {
|
@@ -6116,7 +6116,7 @@
|
|
6116
6116
|
}
|
6117
6117
|
}, {
|
6118
6118
|
default: () => [slots.default?.() ?? vue.toDisplayString(props.text)]
|
6119
|
-
})]), !props.icon && hasAppend && vue.
|
6119
|
+
})]), !props.icon && hasAppend && vue.createElementVNode("span", {
|
6120
6120
|
"key": "append",
|
6121
6121
|
"class": "v-btn__append"
|
6122
6122
|
}, [!slots.append ? vue.createVNode(VIcon, {
|
@@ -6130,7 +6130,7 @@
|
|
6130
6130
|
icon: props.appendIcon
|
6131
6131
|
}
|
6132
6132
|
}
|
6133
|
-
}, slots.append)]), !!props.loading && vue.
|
6133
|
+
}, slots.append)]), !!props.loading && vue.createElementVNode("span", {
|
6134
6134
|
"key": "loader",
|
6135
6135
|
"class": "v-btn__loader"
|
6136
6136
|
}, [slots.loader?.() ?? vue.createVNode(VProgressCircular, {
|
@@ -6303,20 +6303,20 @@
|
|
6303
6303
|
const hasTitle = !!(slots.title || props.title);
|
6304
6304
|
const hasClose = !!(slots.close || props.closable);
|
6305
6305
|
return isActive.value && vue.createVNode(props.tag, {
|
6306
|
-
"class": ['v-alert', props.border && {
|
6306
|
+
"class": vue.normalizeClass(['v-alert', props.border && {
|
6307
6307
|
'v-alert--border': !!props.border,
|
6308
6308
|
[`v-alert--border-${props.border === true ? 'start' : props.border}`]: true
|
6309
6309
|
}, {
|
6310
6310
|
'v-alert--prominent': props.prominent
|
6311
|
-
}, themeClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, variantClasses.value, props.class],
|
6312
|
-
"style": [colorStyles.value, dimensionStyles.value, locationStyles.value, props.style],
|
6311
|
+
}, themeClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, variantClasses.value, props.class]),
|
6312
|
+
"style": vue.normalizeStyle([colorStyles.value, dimensionStyles.value, locationStyles.value, props.style]),
|
6313
6313
|
"role": "alert"
|
6314
6314
|
}, {
|
6315
|
-
default: () => [genOverlays(false, 'v-alert'), props.border && vue.
|
6315
|
+
default: () => [genOverlays(false, 'v-alert'), props.border && vue.createElementVNode("div", {
|
6316
6316
|
"key": "border",
|
6317
|
-
"class": ['v-alert__border', textColorClasses.value],
|
6318
|
-
"style": textColorStyles.value
|
6319
|
-
}, null), hasPrepend && vue.
|
6317
|
+
"class": vue.normalizeClass(['v-alert__border', textColorClasses.value]),
|
6318
|
+
"style": vue.normalizeStyle(textColorStyles.value)
|
6319
|
+
}, null), hasPrepend && vue.createElementVNode("div", {
|
6320
6320
|
"key": "prepend",
|
6321
6321
|
"class": "v-alert__prepend"
|
6322
6322
|
}, [!slots.prepend ? vue.createVNode(VIcon, {
|
@@ -6334,16 +6334,16 @@
|
|
6334
6334
|
size: props.prominent ? 44 : 28
|
6335
6335
|
}
|
6336
6336
|
}
|
6337
|
-
}, slots.prepend)]), vue.
|
6337
|
+
}, slots.prepend)]), vue.createElementVNode("div", {
|
6338
6338
|
"class": "v-alert__content"
|
6339
6339
|
}, [hasTitle && vue.createVNode(VAlertTitle, {
|
6340
6340
|
"key": "title"
|
6341
6341
|
}, {
|
6342
6342
|
default: () => [slots.title?.() ?? props.title]
|
6343
|
-
}), slots.text?.() ?? props.text, slots.default?.()]), slots.append && vue.
|
6343
|
+
}), slots.text?.() ?? props.text, slots.default?.()]), slots.append && vue.createElementVNode("div", {
|
6344
6344
|
"key": "append",
|
6345
6345
|
"class": "v-alert__append"
|
6346
|
-
}, [slots.append()]), hasClose && vue.
|
6346
|
+
}, [slots.append()]), hasClose && vue.createElementVNode("div", {
|
6347
6347
|
"key": "close",
|
6348
6348
|
"class": "v-alert__close"
|
6349
6349
|
}, [!slots.close ? vue.createVNode(VBtn, vue.mergeProps({
|
@@ -6416,11 +6416,11 @@
|
|
6416
6416
|
sizeStyles
|
6417
6417
|
} = useSize(props);
|
6418
6418
|
useRender(() => vue.createVNode(props.tag, {
|
6419
|
-
"class": ['v-avatar', {
|
6419
|
+
"class": vue.normalizeClass(['v-avatar', {
|
6420
6420
|
'v-avatar--start': props.start,
|
6421
6421
|
'v-avatar--end': props.end
|
6422
|
-
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, props.class],
|
6423
|
-
"style": [colorStyles.value, sizeStyles.value, props.style]
|
6422
|
+
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, roundedClasses.value, sizeClasses.value, variantClasses.value, props.class]),
|
6423
|
+
"style": vue.normalizeStyle([colorStyles.value, sizeStyles.value, props.style])
|
6424
6424
|
}, {
|
6425
6425
|
default: () => [!slots.default ? props.image ? vue.createVNode(VImg, {
|
6426
6426
|
"key": "image",
|
@@ -6462,11 +6462,11 @@
|
|
6462
6462
|
let {
|
6463
6463
|
slots
|
6464
6464
|
} = _ref;
|
6465
|
-
useRender(() => vue.
|
6466
|
-
"class": ['v-label', {
|
6465
|
+
useRender(() => vue.createElementVNode("label", {
|
6466
|
+
"class": vue.normalizeClass(['v-label', {
|
6467
6467
|
'v-label--clickable': !!props.onClick
|
6468
|
-
}, props.class],
|
6469
|
-
"style": props.style,
|
6468
|
+
}, props.class]),
|
6469
|
+
"style": vue.normalizeStyle(props.style),
|
6470
6470
|
"onClick": props.onClick
|
6471
6471
|
}, [props.text, slots.default?.()]));
|
6472
6472
|
return {};
|
@@ -6561,11 +6561,11 @@
|
|
6561
6561
|
valueComparator: vue.toRef(() => props.valueComparator)
|
6562
6562
|
}
|
6563
6563
|
});
|
6564
|
-
useRender(() => vue.
|
6565
|
-
"class": ['v-selection-control-group', {
|
6564
|
+
useRender(() => vue.createElementVNode("div", {
|
6565
|
+
"class": vue.normalizeClass(['v-selection-control-group', {
|
6566
6566
|
'v-selection-control-group--inline': props.inline
|
6567
|
-
}, props.class],
|
6568
|
-
"style": props.style,
|
6567
|
+
}, props.class]),
|
6568
|
+
"style": vue.normalizeStyle(props.style),
|
6569
6569
|
"role": props.type === 'radio' ? 'radiogroup' : undefined
|
6570
6570
|
}, [slots.default?.()]));
|
6571
6571
|
return {};
|
@@ -6641,7 +6641,7 @@
|
|
6641
6641
|
const VSelectionControl = genericComponent()({
|
6642
6642
|
name: 'VSelectionControl',
|
6643
6643
|
directives: {
|
6644
|
-
Ripple
|
6644
|
+
vRipple: Ripple
|
6645
6645
|
},
|
6646
6646
|
inheritAttrs: false,
|
6647
6647
|
props: makeVSelectionControlProps(),
|
@@ -6712,7 +6712,7 @@
|
|
6712
6712
|
}
|
6713
6713
|
}) : props.label;
|
6714
6714
|
const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
|
6715
|
-
const inputNode = vue.
|
6715
|
+
const inputNode = vue.createElementVNode("input", vue.mergeProps({
|
6716
6716
|
"ref": input,
|
6717
6717
|
"checked": model.value,
|
6718
6718
|
"disabled": !!props.disabled,
|
@@ -6727,7 +6727,7 @@
|
|
6727
6727
|
"name": props.name,
|
6728
6728
|
"aria-checked": props.type === 'checkbox' ? model.value : undefined
|
6729
6729
|
}, inputAttrs), null);
|
6730
|
-
return vue.
|
6730
|
+
return vue.createElementVNode("div", vue.mergeProps({
|
6731
6731
|
"class": ['v-selection-control', {
|
6732
6732
|
'v-selection-control--dirty': model.value,
|
6733
6733
|
'v-selection-control--disabled': props.disabled,
|
@@ -6738,13 +6738,13 @@
|
|
6738
6738
|
}, densityClasses.value, props.class]
|
6739
6739
|
}, rootAttrs, {
|
6740
6740
|
"style": props.style
|
6741
|
-
}), [vue.
|
6742
|
-
"class": ['v-selection-control__wrapper', textColorClasses.value],
|
6743
|
-
"style": textColorStyles.value
|
6741
|
+
}), [vue.createElementVNode("div", {
|
6742
|
+
"class": vue.normalizeClass(['v-selection-control__wrapper', textColorClasses.value]),
|
6743
|
+
"style": vue.normalizeStyle(textColorStyles.value)
|
6744
6744
|
}, [slots.default?.({
|
6745
6745
|
backgroundColorClasses,
|
6746
6746
|
backgroundColorStyles
|
6747
|
-
}), vue.withDirectives(vue.
|
6747
|
+
}), vue.withDirectives(vue.createElementVNode("div", {
|
6748
6748
|
"class": ['v-selection-control__input']
|
6749
6749
|
}, [slots.input?.({
|
6750
6750
|
model,
|
@@ -6759,10 +6759,10 @@
|
|
6759
6759
|
onBlur,
|
6760
6760
|
id: id.value
|
6761
6761
|
}
|
6762
|
-
}) ?? vue.
|
6762
|
+
}) ?? vue.createElementVNode(vue.Fragment, null, [icon.value && vue.createVNode(VIcon, {
|
6763
6763
|
"key": "icon",
|
6764
6764
|
"icon": icon.value
|
6765
|
-
}, null), inputNode])]), [[
|
6765
|
+
}, null), inputNode])]), [[Ripple, props.ripple && [!props.disabled && !props.readonly, null, ['center', 'circle']]]])]), label && vue.createVNode(VLabel, {
|
6766
6766
|
"for": id.value,
|
6767
6767
|
"onClick": onClickLabel
|
6768
6768
|
}, {
|
@@ -6839,7 +6839,8 @@
|
|
6839
6839
|
function InputIcon(_ref) {
|
6840
6840
|
let {
|
6841
6841
|
name,
|
6842
|
-
color
|
6842
|
+
color,
|
6843
|
+
...attrs
|
6843
6844
|
} = _ref;
|
6844
6845
|
const localeKey = {
|
6845
6846
|
prepend: 'prependAction',
|
@@ -6856,13 +6857,13 @@
|
|
6856
6857
|
callEvent(listener, new PointerEvent('click', e));
|
6857
6858
|
}
|
6858
6859
|
const label = listener && localeKey ? t(`$vuetify.input.${localeKey}`, props.label ?? '') : undefined;
|
6859
|
-
return vue.createVNode(VIcon, {
|
6860
|
+
return vue.createVNode(VIcon, vue.mergeProps({
|
6860
6861
|
"icon": props[`${name}Icon`],
|
6861
6862
|
"aria-label": label,
|
6862
6863
|
"onClick": listener,
|
6863
6864
|
"onKeydown": onKeydown,
|
6864
6865
|
"color": color
|
6865
|
-
}, null);
|
6866
|
+
}, attrs), null);
|
6866
6867
|
}
|
6867
6868
|
return {
|
6868
6869
|
InputIcon
|
@@ -6902,10 +6903,10 @@
|
|
6902
6903
|
useRender(() => vue.createVNode(MaybeTransition, {
|
6903
6904
|
"transition": props.transition,
|
6904
6905
|
"tag": "div",
|
6905
|
-
"class": ['v-messages', textColorClasses.value, props.class],
|
6906
|
-
"style": [textColorStyles.value, props.style]
|
6906
|
+
"class": vue.normalizeClass(['v-messages', textColorClasses.value, props.class]),
|
6907
|
+
"style": vue.normalizeStyle([textColorStyles.value, props.style])
|
6907
6908
|
}, {
|
6908
|
-
default: () => [props.active && messages.value.map((message, i) => vue.
|
6909
|
+
default: () => [props.active && messages.value.map((message, i) => vue.createElementVNode("div", {
|
6909
6910
|
"class": "v-messages__message",
|
6910
6911
|
"key": `${i}-${messages.value}`
|
6911
6912
|
}, [slots.message ? slots.message({
|
@@ -7371,31 +7372,31 @@
|
|
7371
7372
|
const hasAppend = !!(slots.append || props.appendIcon);
|
7372
7373
|
const hasMessages = messages.value.length > 0;
|
7373
7374
|
const hasDetails = !props.hideDetails || props.hideDetails === 'auto' && (hasMessages || !!slots.details);
|
7374
|
-
return vue.
|
7375
|
-
"class": ['v-input', `v-input--${props.direction}`, {
|
7375
|
+
return vue.createElementVNode("div", {
|
7376
|
+
"class": vue.normalizeClass(['v-input', `v-input--${props.direction}`, {
|
7376
7377
|
'v-input--center-affix': props.centerAffix,
|
7377
7378
|
'v-input--focused': props.focused,
|
7378
7379
|
'v-input--glow': props.glow,
|
7379
7380
|
'v-input--hide-spin-buttons': props.hideSpinButtons
|
7380
|
-
}, densityClasses.value, themeClasses.value, rtlClasses.value, validationClasses.value, props.class],
|
7381
|
-
"style": [dimensionStyles.value, props.style]
|
7382
|
-
}, [hasPrepend && vue.
|
7381
|
+
}, densityClasses.value, themeClasses.value, rtlClasses.value, validationClasses.value, props.class]),
|
7382
|
+
"style": vue.normalizeStyle([dimensionStyles.value, props.style])
|
7383
|
+
}, [hasPrepend && vue.createElementVNode("div", {
|
7383
7384
|
"key": "prepend",
|
7384
7385
|
"class": "v-input__prepend"
|
7385
7386
|
}, [slots.prepend?.(slotProps.value), props.prependIcon && vue.createVNode(InputIcon, {
|
7386
7387
|
"key": "prepend-icon",
|
7387
7388
|
"name": "prepend",
|
7388
7389
|
"color": iconColor.value
|
7389
|
-
}, null)]), slots.default && vue.
|
7390
|
+
}, null)]), slots.default && vue.createElementVNode("div", {
|
7390
7391
|
"class": "v-input__control"
|
7391
|
-
}, [slots.default?.(slotProps.value)]), hasAppend && vue.
|
7392
|
+
}, [slots.default?.(slotProps.value)]), hasAppend && vue.createElementVNode("div", {
|
7392
7393
|
"key": "append",
|
7393
7394
|
"class": "v-input__append"
|
7394
7395
|
}, [props.appendIcon && vue.createVNode(InputIcon, {
|
7395
7396
|
"key": "append-icon",
|
7396
7397
|
"name": "append",
|
7397
7398
|
"color": iconColor.value
|
7398
|
-
}, null), slots.append?.(slotProps.value)]), hasDetails && vue.
|
7399
|
+
}, null), slots.append?.(slotProps.value)]), hasDetails && vue.createElementVNode("div", {
|
7399
7400
|
"id": messagesId.value,
|
7400
7401
|
"class": "v-input__details",
|
7401
7402
|
"role": "alert",
|
@@ -8144,42 +8145,42 @@
|
|
8144
8145
|
return scrollSizeMax - Math.abs(scrollOffset.value) > 1;
|
8145
8146
|
});
|
8146
8147
|
useRender(() => vue.createVNode(props.tag, {
|
8147
|
-
"class": ['v-slide-group', {
|
8148
|
+
"class": vue.normalizeClass(['v-slide-group', {
|
8148
8149
|
'v-slide-group--vertical': !isHorizontal.value,
|
8149
8150
|
'v-slide-group--has-affixes': hasAffixes.value,
|
8150
8151
|
'v-slide-group--is-overflowing': isOverflowing.value
|
8151
|
-
}, displayClasses.value, props.class],
|
8152
|
-
"style": props.style,
|
8152
|
+
}, displayClasses.value, props.class]),
|
8153
|
+
"style": vue.normalizeStyle(props.style),
|
8153
8154
|
"tabindex": isFocused.value || group.selected.value.length ? -1 : 0,
|
8154
8155
|
"onFocus": onFocus
|
8155
8156
|
}, {
|
8156
|
-
default: () => [hasAffixes.value && vue.
|
8157
|
+
default: () => [hasAffixes.value && vue.createElementVNode("div", {
|
8157
8158
|
"key": "prev",
|
8158
|
-
"class": ['v-slide-group__prev', {
|
8159
|
+
"class": vue.normalizeClass(['v-slide-group__prev', {
|
8159
8160
|
'v-slide-group__prev--disabled': !hasPrev.value
|
8160
|
-
}],
|
8161
|
+
}]),
|
8161
8162
|
"onMousedown": onFocusAffixes,
|
8162
8163
|
"onClick": () => hasPrev.value && scrollTo('prev')
|
8163
8164
|
}, [slots.prev?.(slotProps.value) ?? vue.createVNode(VFadeTransition, null, {
|
8164
8165
|
default: () => [vue.createVNode(VIcon, {
|
8165
8166
|
"icon": isRtl.value ? props.nextIcon : props.prevIcon
|
8166
8167
|
}, null)]
|
8167
|
-
})]), vue.
|
8168
|
+
})]), vue.createElementVNode("div", {
|
8168
8169
|
"key": "container",
|
8169
8170
|
"ref": containerRef,
|
8170
8171
|
"class": "v-slide-group__container",
|
8171
8172
|
"onScroll": onScroll
|
8172
|
-
}, [vue.
|
8173
|
+
}, [vue.createElementVNode("div", {
|
8173
8174
|
"ref": contentRef,
|
8174
8175
|
"class": "v-slide-group__content",
|
8175
8176
|
"onFocusin": onFocusin,
|
8176
8177
|
"onFocusout": onFocusout,
|
8177
8178
|
"onKeydown": onKeydown
|
8178
|
-
}, [slots.default?.(slotProps.value)])]), hasAffixes.value && vue.
|
8179
|
+
}, [slots.default?.(slotProps.value)])]), hasAffixes.value && vue.createElementVNode("div", {
|
8179
8180
|
"key": "next",
|
8180
|
-
"class": ['v-slide-group__next', {
|
8181
|
+
"class": vue.normalizeClass(['v-slide-group__next', {
|
8181
8182
|
'v-slide-group__next--disabled': !hasNext.value
|
8182
|
-
}],
|
8183
|
+
}]),
|
8183
8184
|
"onMousedown": onFocusAffixes,
|
8184
8185
|
"onClick": () => hasNext.value && scrollTo('next')
|
8185
8186
|
}, [slots.next?.(slotProps.value) ?? vue.createVNode(VFadeTransition, null, {
|
@@ -8334,7 +8335,7 @@
|
|
8334
8335
|
const VChip = genericComponent()({
|
8335
8336
|
name: 'VChip',
|
8336
8337
|
directives: {
|
8337
|
-
Ripple
|
8338
|
+
vRipple: Ripple
|
8338
8339
|
},
|
8339
8340
|
props: makeVChipProps(),
|
8340
8341
|
emits: {
|
@@ -8434,7 +8435,7 @@
|
|
8434
8435
|
default: () => [genOverlays(isClickable.value, 'v-chip'), hasFilter && vue.createVNode(VExpandXTransition, {
|
8435
8436
|
"key": "filter"
|
8436
8437
|
}, {
|
8437
|
-
default: () => [vue.withDirectives(vue.
|
8438
|
+
default: () => [vue.withDirectives(vue.createElementVNode("div", {
|
8438
8439
|
"class": "v-chip__filter"
|
8439
8440
|
}, [!slots.filter ? vue.createVNode(VIcon, {
|
8440
8441
|
"key": "filter-icon",
|
@@ -8448,10 +8449,10 @@
|
|
8448
8449
|
}
|
8449
8450
|
}
|
8450
8451
|
}, slots.filter)]), [[vue.vShow, group.isSelected.value]])]
|
8451
|
-
}), hasPrepend && vue.
|
8452
|
+
}), hasPrepend && vue.createElementVNode("div", {
|
8452
8453
|
"key": "prepend",
|
8453
8454
|
"class": "v-chip__prepend"
|
8454
|
-
}, [!slots.prepend ? vue.
|
8455
|
+
}, [!slots.prepend ? vue.createElementVNode(vue.Fragment, null, [props.prependIcon && vue.createVNode(VIcon, {
|
8455
8456
|
"key": "prepend-icon",
|
8456
8457
|
"icon": props.prependIcon,
|
8457
8458
|
"start": true
|
@@ -8472,7 +8473,7 @@
|
|
8472
8473
|
start: true
|
8473
8474
|
}
|
8474
8475
|
}
|
8475
|
-
}, slots.prepend)]), vue.
|
8476
|
+
}, slots.prepend)]), vue.createElementVNode("div", {
|
8476
8477
|
"class": "v-chip__content",
|
8477
8478
|
"data-no-activator": ""
|
8478
8479
|
}, [slots.default?.({
|
@@ -8482,10 +8483,10 @@
|
|
8482
8483
|
toggle: group?.toggle,
|
8483
8484
|
value: group?.value.value,
|
8484
8485
|
disabled: props.disabled
|
8485
|
-
}) ?? vue.toDisplayString(props.text)]), hasAppend && vue.
|
8486
|
+
}) ?? vue.toDisplayString(props.text)]), hasAppend && vue.createElementVNode("div", {
|
8486
8487
|
"key": "append",
|
8487
8488
|
"class": "v-chip__append"
|
8488
|
-
}, [!slots.append ? vue.
|
8489
|
+
}, [!slots.append ? vue.createElementVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
|
8489
8490
|
"key": "append-icon",
|
8490
8491
|
"end": true,
|
8491
8492
|
"icon": props.appendIcon
|
@@ -8506,7 +8507,7 @@
|
|
8506
8507
|
icon: props.appendIcon
|
8507
8508
|
}
|
8508
8509
|
}
|
8509
|
-
}, slots.append)]), hasClose && vue.
|
8510
|
+
}, slots.append)]), hasClose && vue.createElementVNode("button", vue.mergeProps({
|
8510
8511
|
"key": "close",
|
8511
8512
|
"class": "v-chip__close",
|
8512
8513
|
"type": "button",
|
@@ -8524,7 +8525,7 @@
|
|
8524
8525
|
}
|
8525
8526
|
}
|
8526
8527
|
}, slots.close)])]
|
8527
|
-
}), [[
|
8528
|
+
}), [[Ripple, isClickable.value && props.ripple, null]]);
|
8528
8529
|
};
|
8529
8530
|
}
|
8530
8531
|
});
|
@@ -9297,13 +9298,13 @@
|
|
9297
9298
|
}
|
9298
9299
|
}));
|
9299
9300
|
useRender(() => vue.createVNode(props.tag, {
|
9300
|
-
"class": ['v-list-group', {
|
9301
|
+
"class": vue.normalizeClass(['v-list-group', {
|
9301
9302
|
'v-list-group--prepend': list?.hasPrepend.value,
|
9302
9303
|
'v-list-group--fluid': props.fluid,
|
9303
9304
|
'v-list-group--subgroup': props.subgroup,
|
9304
9305
|
'v-list-group--open': isOpen.value
|
9305
|
-
}, props.class],
|
9306
|
-
"style": props.style
|
9306
|
+
}, props.class]),
|
9307
|
+
"style": vue.normalizeStyle(props.style)
|
9307
9308
|
}, {
|
9308
9309
|
default: () => [slots.activator && vue.createVNode(VDefaultsProvider, {
|
9309
9310
|
"defaults": activatorDefaults.value
|
@@ -9320,7 +9321,7 @@
|
|
9320
9321
|
},
|
9321
9322
|
"disabled": !isBooted.value
|
9322
9323
|
}, {
|
9323
|
-
default: () => [vue.withDirectives(vue.
|
9324
|
+
default: () => [vue.withDirectives(vue.createElementVNode("div", {
|
9324
9325
|
"class": "v-list-group__items",
|
9325
9326
|
"role": "group",
|
9326
9327
|
"aria-labelledby": id.value
|
@@ -9346,10 +9347,10 @@
|
|
9346
9347
|
slots
|
9347
9348
|
} = _ref;
|
9348
9349
|
useRender(() => vue.createVNode(props.tag, {
|
9349
|
-
"class": ['v-list-item-subtitle', props.class],
|
9350
|
-
"style": [{
|
9350
|
+
"class": vue.normalizeClass(['v-list-item-subtitle', props.class]),
|
9351
|
+
"style": vue.normalizeStyle([{
|
9351
9352
|
'--v-list-item-subtitle-opacity': props.opacity
|
9352
|
-
}, props.style]
|
9353
|
+
}, props.style])
|
9353
9354
|
}, slots));
|
9354
9355
|
return {};
|
9355
9356
|
}
|
@@ -9412,7 +9413,7 @@
|
|
9412
9413
|
const VListItem = genericComponent()({
|
9413
9414
|
name: 'VListItem',
|
9414
9415
|
directives: {
|
9415
|
-
Ripple
|
9416
|
+
vRipple: Ripple
|
9416
9417
|
},
|
9417
9418
|
props: makeVListItemProps(),
|
9418
9419
|
emits: {
|
@@ -9547,10 +9548,10 @@
|
|
9547
9548
|
"onClick": onClick,
|
9548
9549
|
"onKeydown": isClickable.value && !isLink.value && onKeyDown
|
9549
9550
|
}, link.linkProps), {
|
9550
|
-
default: () => [genOverlays(isClickable.value || isActive.value, 'v-list-item'), hasPrepend && vue.
|
9551
|
+
default: () => [genOverlays(isClickable.value || isActive.value, 'v-list-item'), hasPrepend && vue.createElementVNode("div", {
|
9551
9552
|
"key": "prepend",
|
9552
9553
|
"class": "v-list-item__prepend"
|
9553
|
-
}, [!slots.prepend ? vue.
|
9554
|
+
}, [!slots.prepend ? vue.createElementVNode(vue.Fragment, null, [props.prependAvatar && vue.createVNode(VAvatar, {
|
9554
9555
|
"key": "prepend-avatar",
|
9555
9556
|
"density": props.density,
|
9556
9557
|
"image": props.prependAvatar
|
@@ -9576,9 +9577,9 @@
|
|
9576
9577
|
}
|
9577
9578
|
}, {
|
9578
9579
|
default: () => [slots.prepend?.(slotProps.value)]
|
9579
|
-
}), vue.
|
9580
|
+
}), vue.createElementVNode("div", {
|
9580
9581
|
"class": "v-list-item__spacer"
|
9581
|
-
}, null)]), vue.
|
9582
|
+
}, null)]), vue.createElementVNode("div", {
|
9582
9583
|
"class": "v-list-item__content",
|
9583
9584
|
"data-no-activator": ""
|
9584
9585
|
}, [hasTitle && vue.createVNode(VListItemTitle, {
|
@@ -9593,10 +9594,10 @@
|
|
9593
9594
|
default: () => [slots.subtitle?.({
|
9594
9595
|
subtitle: props.subtitle
|
9595
9596
|
}) ?? vue.toDisplayString(props.subtitle)]
|
9596
|
-
}), slots.default?.(slotProps.value)]), hasAppend && vue.
|
9597
|
+
}), slots.default?.(slotProps.value)]), hasAppend && vue.createElementVNode("div", {
|
9597
9598
|
"key": "append",
|
9598
9599
|
"class": "v-list-item__append"
|
9599
|
-
}, [!slots.append ? vue.
|
9600
|
+
}, [!slots.append ? vue.createElementVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
|
9600
9601
|
"key": "append-icon",
|
9601
9602
|
"density": props.density,
|
9602
9603
|
"icon": props.appendIcon
|
@@ -9622,10 +9623,10 @@
|
|
9622
9623
|
}
|
9623
9624
|
}, {
|
9624
9625
|
default: () => [slots.append?.(slotProps.value)]
|
9625
|
-
}), vue.
|
9626
|
+
}), vue.createElementVNode("div", {
|
9626
9627
|
"class": "v-list-item__spacer"
|
9627
9628
|
}, null)])]
|
9628
|
-
}), [[
|
9629
|
+
}), [[Ripple, isClickable.value && props.ripple]]);
|
9629
9630
|
});
|
9630
9631
|
return {
|
9631
9632
|
activate,
|
@@ -9663,15 +9664,15 @@
|
|
9663
9664
|
useRender(() => {
|
9664
9665
|
const hasText = !!(slots.default || props.title);
|
9665
9666
|
return vue.createVNode(props.tag, {
|
9666
|
-
"class": ['v-list-subheader', {
|
9667
|
+
"class": vue.normalizeClass(['v-list-subheader', {
|
9667
9668
|
'v-list-subheader--inset': props.inset,
|
9668
9669
|
'v-list-subheader--sticky': props.sticky
|
9669
|
-
}, textColorClasses.value, props.class],
|
9670
|
-
"style": [{
|
9670
|
+
}, textColorClasses.value, props.class]),
|
9671
|
+
"style": vue.normalizeStyle([{
|
9671
9672
|
textColorStyles
|
9672
|
-
}, props.style]
|
9673
|
+
}, props.style])
|
9673
9674
|
}, {
|
9674
|
-
default: () => [hasText && vue.
|
9675
|
+
default: () => [hasText && vue.createElementVNode("div", {
|
9675
9676
|
"class": "v-list-subheader__text"
|
9676
9677
|
}, [slots.default?.() ?? props.title])]
|
9677
9678
|
});
|
@@ -9716,25 +9717,25 @@
|
|
9716
9717
|
return styles;
|
9717
9718
|
});
|
9718
9719
|
useRender(() => {
|
9719
|
-
const divider = vue.
|
9720
|
-
"class": [{
|
9720
|
+
const divider = vue.createElementVNode("hr", {
|
9721
|
+
"class": vue.normalizeClass([{
|
9721
9722
|
'v-divider': true,
|
9722
9723
|
'v-divider--inset': props.inset,
|
9723
9724
|
'v-divider--vertical': props.vertical
|
9724
|
-
}, themeClasses.value, textColorClasses.value, props.class],
|
9725
|
-
"style": [dividerStyles.value, textColorStyles.value, {
|
9725
|
+
}, themeClasses.value, textColorClasses.value, props.class]),
|
9726
|
+
"style": vue.normalizeStyle([dividerStyles.value, textColorStyles.value, {
|
9726
9727
|
'--v-border-opacity': props.opacity
|
9727
|
-
}, props.style],
|
9728
|
+
}, props.style]),
|
9728
9729
|
"aria-orientation": !attrs.role || attrs.role === 'separator' ? props.vertical ? 'vertical' : 'horizontal' : undefined,
|
9729
9730
|
"role": `${attrs.role || 'separator'}`
|
9730
9731
|
}, null);
|
9731
9732
|
if (!slots.default) return divider;
|
9732
|
-
return vue.
|
9733
|
-
"class": ['v-divider__wrapper', {
|
9733
|
+
return vue.createElementVNode("div", {
|
9734
|
+
"class": vue.normalizeClass(['v-divider__wrapper', {
|
9734
9735
|
'v-divider__wrapper--vertical': props.vertical,
|
9735
9736
|
'v-divider__wrapper--inset': props.inset
|
9736
|
-
}]
|
9737
|
-
}, [divider, vue.
|
9737
|
+
}])
|
9738
|
+
}, [divider, vue.createElementVNode("div", {
|
9738
9739
|
"class": "v-divider__content"
|
9739
9740
|
}, [slots.default()]), divider]);
|
9740
9741
|
});
|
@@ -10153,12 +10154,12 @@
|
|
10153
10154
|
useRender(() => {
|
10154
10155
|
return vue.createVNode(props.tag, {
|
10155
10156
|
"ref": contentRef,
|
10156
|
-
"class": ['v-list', {
|
10157
|
+
"class": vue.normalizeClass(['v-list', {
|
10157
10158
|
'v-list--disabled': props.disabled,
|
10158
10159
|
'v-list--nav': props.nav,
|
10159
10160
|
'v-list--slim': props.slim
|
10160
|
-
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class],
|
10161
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, props.style],
|
10161
|
+
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, lineClasses.value, roundedClasses.value, props.class]),
|
10162
|
+
"style": vue.normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style]),
|
10162
10163
|
"tabindex": props.disabled ? -1 : 0,
|
10163
10164
|
"role": "listbox",
|
10164
10165
|
"aria-activedescendant": undefined,
|
@@ -10202,11 +10203,11 @@
|
|
10202
10203
|
slots
|
10203
10204
|
} = _ref;
|
10204
10205
|
useRender(() => vue.createVNode(props.tag, {
|
10205
|
-
"class": ['v-list-item-action', {
|
10206
|
+
"class": vue.normalizeClass(['v-list-item-action', {
|
10206
10207
|
'v-list-item-action--start': props.start,
|
10207
10208
|
'v-list-item-action--end': props.end
|
10208
|
-
}, props.class],
|
10209
|
-
"style": props.style
|
10209
|
+
}, props.class]),
|
10210
|
+
"style": vue.normalizeStyle(props.style)
|
10210
10211
|
}, slots));
|
10211
10212
|
return {};
|
10212
10213
|
}
|
@@ -10227,11 +10228,11 @@
|
|
10227
10228
|
} = _ref;
|
10228
10229
|
useRender(() => {
|
10229
10230
|
return vue.createVNode(props.tag, {
|
10230
|
-
"class": ['v-list-item-media', {
|
10231
|
+
"class": vue.normalizeClass(['v-list-item-media', {
|
10231
10232
|
'v-list-item-media--start': props.start,
|
10232
10233
|
'v-list-item-media--end': props.end
|
10233
|
-
}, props.class],
|
10234
|
-
"style": props.style
|
10234
|
+
}, props.class]),
|
10235
|
+
"style": vue.normalizeStyle(props.style)
|
10235
10236
|
}, slots);
|
10236
10237
|
});
|
10237
10238
|
return {};
|
@@ -11391,7 +11392,7 @@
|
|
11391
11392
|
"name": "fade-transition",
|
11392
11393
|
"appear": true
|
11393
11394
|
}, {
|
11394
|
-
default: () => [props.modelValue && vue.
|
11395
|
+
default: () => [props.modelValue && vue.createElementVNode("div", vue.mergeProps({
|
11395
11396
|
"class": ['v-overlay__scrim', props.color.backgroundColorClasses.value],
|
11396
11397
|
"style": props.color.backgroundColorStyles.value
|
11397
11398
|
}, rest), null)]
|
@@ -11432,7 +11433,7 @@
|
|
11432
11433
|
const VOverlay = genericComponent()({
|
11433
11434
|
name: 'VOverlay',
|
11434
11435
|
directives: {
|
11435
|
-
ClickOutside
|
11436
|
+
vClickOutside: ClickOutside
|
11436
11437
|
},
|
11437
11438
|
inheritAttrs: false,
|
11438
11439
|
props: {
|
@@ -11612,7 +11613,7 @@
|
|
11612
11613
|
_onAfterLeave();
|
11613
11614
|
emit('afterLeave');
|
11614
11615
|
}
|
11615
|
-
useRender(() => vue.
|
11616
|
+
useRender(() => vue.createElementVNode(vue.Fragment, null, [slots.activator?.({
|
11616
11617
|
isActive: isActive.value,
|
11617
11618
|
targetRef,
|
11618
11619
|
props: vue.mergeProps({
|
@@ -11622,7 +11623,7 @@
|
|
11622
11623
|
"disabled": !teleportTarget.value,
|
11623
11624
|
"to": teleportTarget.value
|
11624
11625
|
}, {
|
11625
|
-
default: () => [vue.
|
11626
|
+
default: () => [vue.createElementVNode("div", vue.mergeProps({
|
11626
11627
|
"class": ['v-overlay', {
|
11627
11628
|
'v-overlay--absolute': props.absolute || props.contained,
|
11628
11629
|
'v-overlay--active': isActive.value,
|
@@ -11646,13 +11647,13 @@
|
|
11646
11647
|
"onAfterEnter": onAfterEnter,
|
11647
11648
|
"onAfterLeave": onAfterLeave
|
11648
11649
|
}, {
|
11649
|
-
default: () => [vue.withDirectives(vue.
|
11650
|
+
default: () => [vue.withDirectives(vue.createElementVNode("div", vue.mergeProps({
|
11650
11651
|
"ref": contentEl,
|
11651
11652
|
"class": ['v-overlay__content', props.contentClass],
|
11652
11653
|
"style": [dimensionStyles.value, contentStyles.value]
|
11653
11654
|
}, contentEvents.value, props.contentProps), [slots.default?.({
|
11654
11655
|
isActive
|
11655
|
-
})]), [[vue.vShow, isActive.value], [
|
11656
|
+
})]), [[vue.vShow, isActive.value], [ClickOutside, {
|
11656
11657
|
handler: onClickOutside,
|
11657
11658
|
closeConditional,
|
11658
11659
|
include: () => [activatorEl.value]
|
@@ -11981,11 +11982,11 @@
|
|
11981
11982
|
useRender(() => vue.createVNode(MaybeTransition, {
|
11982
11983
|
"transition": props.transition
|
11983
11984
|
}, {
|
11984
|
-
default: () => [vue.withDirectives(vue.
|
11985
|
-
"class": ['v-counter', {
|
11985
|
+
default: () => [vue.withDirectives(vue.createElementVNode("div", {
|
11986
|
+
"class": vue.normalizeClass(['v-counter', {
|
11986
11987
|
'text-error': props.max && !props.disabled && parseFloat(props.value) > parseFloat(props.max)
|
11987
|
-
}, props.class],
|
11988
|
-
"style": props.style
|
11988
|
+
}, props.class]),
|
11989
|
+
"style": vue.normalizeStyle(props.style)
|
11989
11990
|
}, [slots.default ? slots.default({
|
11990
11991
|
counter: counter.value,
|
11991
11992
|
max: props.max,
|
@@ -12008,10 +12009,10 @@
|
|
12008
12009
|
slots
|
12009
12010
|
} = _ref;
|
12010
12011
|
useRender(() => vue.createVNode(VLabel, {
|
12011
|
-
"class": ['v-field-label', {
|
12012
|
+
"class": vue.normalizeClass(['v-field-label', {
|
12012
12013
|
'v-field-label--floating': props.floating
|
12013
|
-
}, props.class],
|
12014
|
-
"style": props.style,
|
12014
|
+
}, props.class]),
|
12015
|
+
"style": vue.normalizeStyle(props.style),
|
12015
12016
|
"aria-hidden": props.floating || undefined
|
12016
12017
|
}, slots));
|
12017
12018
|
return {};
|
@@ -12188,7 +12189,7 @@
|
|
12188
12189
|
for: id.value
|
12189
12190
|
}
|
12190
12191
|
}) : props.label;
|
12191
|
-
return vue.
|
12192
|
+
return vue.createElementVNode("div", vue.mergeProps({
|
12192
12193
|
"class": ['v-field', {
|
12193
12194
|
'v-field--active': isActive.value,
|
12194
12195
|
'v-field--appended': hasAppend,
|
@@ -12208,7 +12209,7 @@
|
|
12208
12209
|
}, themeClasses.value, backgroundColorClasses.value, focusClasses.value, loaderClasses.value, roundedClasses.value, rtlClasses.value, props.class],
|
12209
12210
|
"style": [backgroundColorStyles.value, props.style],
|
12210
12211
|
"onClick": onClick
|
12211
|
-
}, attrs), [vue.
|
12212
|
+
}, attrs), [vue.createElementVNode("div", {
|
12212
12213
|
"class": "v-field__overlay"
|
12213
12214
|
}, null), vue.createVNode(LoaderSlot, {
|
12214
12215
|
"name": "v-field",
|
@@ -12216,23 +12217,23 @@
|
|
12216
12217
|
"color": props.error ? 'error' : typeof props.loading === 'string' ? props.loading : props.color
|
12217
12218
|
}, {
|
12218
12219
|
default: slots.loader
|
12219
|
-
}), hasPrepend && vue.
|
12220
|
+
}), hasPrepend && vue.createElementVNode("div", {
|
12220
12221
|
"key": "prepend",
|
12221
12222
|
"class": "v-field__prepend-inner"
|
12222
12223
|
}, [props.prependInnerIcon && vue.createVNode(InputIcon, {
|
12223
12224
|
"key": "prepend-icon",
|
12224
12225
|
"name": "prependInner",
|
12225
12226
|
"color": iconColor.value
|
12226
|
-
}, null), slots['prepend-inner']?.(slotProps.value)]), vue.
|
12227
|
+
}, null), slots['prepend-inner']?.(slotProps.value)]), vue.createElementVNode("div", {
|
12227
12228
|
"class": "v-field__field",
|
12228
12229
|
"data-no-activator": ""
|
12229
12230
|
}, [['filled', 'solo', 'solo-inverted', 'solo-filled'].includes(props.variant) && hasFloatingLabel.value && vue.createVNode(VFieldLabel, {
|
12230
12231
|
"key": "floating-label",
|
12231
12232
|
"ref": floatingLabelRef,
|
12232
|
-
"class": [textColorClasses.value],
|
12233
|
+
"class": vue.normalizeClass([textColorClasses.value]),
|
12233
12234
|
"floating": true,
|
12234
12235
|
"for": id.value,
|
12235
|
-
"style": textColorStyles.value
|
12236
|
+
"style": vue.normalizeStyle(textColorStyles.value)
|
12236
12237
|
}, {
|
12237
12238
|
default: () => [label()]
|
12238
12239
|
}), hasLabel.value && vue.createVNode(VFieldLabel, {
|
@@ -12250,14 +12251,14 @@
|
|
12250
12251
|
},
|
12251
12252
|
focus,
|
12252
12253
|
blur
|
12253
|
-
}) ?? vue.
|
12254
|
+
}) ?? vue.createElementVNode("div", {
|
12254
12255
|
"id": id.value,
|
12255
12256
|
"class": "v-field__input",
|
12256
12257
|
"aria-describedby": messagesId.value
|
12257
12258
|
}, null)]), hasClear && vue.createVNode(VExpandXTransition, {
|
12258
12259
|
"key": "clear"
|
12259
12260
|
}, {
|
12260
|
-
default: () => [vue.withDirectives(vue.
|
12261
|
+
default: () => [vue.withDirectives(vue.createElementVNode("div", {
|
12261
12262
|
"class": "v-field__clearable",
|
12262
12263
|
"onMousedown": e => {
|
12263
12264
|
e.preventDefault();
|
@@ -12275,27 +12276,29 @@
|
|
12275
12276
|
props: {
|
12276
12277
|
onFocus: focus,
|
12277
12278
|
onBlur: blur,
|
12278
|
-
onClick: props['onClick:clear']
|
12279
|
+
onClick: props['onClick:clear'],
|
12280
|
+
tabindex: -1
|
12279
12281
|
}
|
12280
12282
|
}) : vue.createVNode(InputIcon, {
|
12281
12283
|
"name": "clear",
|
12282
12284
|
"onFocus": focus,
|
12283
|
-
"onBlur": blur
|
12285
|
+
"onBlur": blur,
|
12286
|
+
"tabindex": -1
|
12284
12287
|
}, null)]
|
12285
12288
|
})]), [[vue.vShow, props.dirty]])]
|
12286
|
-
}), hasAppend && vue.
|
12289
|
+
}), hasAppend && vue.createElementVNode("div", {
|
12287
12290
|
"key": "append",
|
12288
12291
|
"class": "v-field__append-inner"
|
12289
12292
|
}, [slots['append-inner']?.(slotProps.value), props.appendInnerIcon && vue.createVNode(InputIcon, {
|
12290
12293
|
"key": "append-icon",
|
12291
12294
|
"name": "appendInner",
|
12292
12295
|
"color": iconColor.value
|
12293
|
-
}, null)]), vue.
|
12294
|
-
"class": ['v-field__outline', textColorClasses.value],
|
12295
|
-
"style": textColorStyles.value
|
12296
|
-
}, [isOutlined && vue.
|
12296
|
+
}, null)]), vue.createElementVNode("div", {
|
12297
|
+
"class": vue.normalizeClass(['v-field__outline', textColorClasses.value]),
|
12298
|
+
"style": vue.normalizeStyle(textColorStyles.value)
|
12299
|
+
}, [isOutlined && vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("div", {
|
12297
12300
|
"class": "v-field__outline__start"
|
12298
|
-
}, null), hasFloatingLabel.value && vue.
|
12301
|
+
}, null), hasFloatingLabel.value && vue.createElementVNode("div", {
|
12299
12302
|
"class": "v-field__outline__notch"
|
12300
12303
|
}, [vue.createVNode(VFieldLabel, {
|
12301
12304
|
"ref": floatingLabelRef,
|
@@ -12303,7 +12306,7 @@
|
|
12303
12306
|
"for": id.value
|
12304
12307
|
}, {
|
12305
12308
|
default: () => [label()]
|
12306
|
-
})]), vue.
|
12309
|
+
})]), vue.createElementVNode("div", {
|
12307
12310
|
"class": "v-field__outline__end"
|
12308
12311
|
}, null)]), isPlainOrUnderlined.value && hasFloatingLabel.value && vue.createVNode(VFieldLabel, {
|
12309
12312
|
"ref": floatingLabelRef,
|
@@ -12344,7 +12347,7 @@
|
|
12344
12347
|
const VTextField = genericComponent()({
|
12345
12348
|
name: 'VTextField',
|
12346
12349
|
directives: {
|
12347
|
-
Intersect
|
12350
|
+
vIntersect: Intersect
|
12348
12351
|
},
|
12349
12352
|
inheritAttrs: false,
|
12350
12353
|
props: makeVTextFieldProps(),
|
@@ -12476,7 +12479,7 @@
|
|
12476
12479
|
...slotProps
|
12477
12480
|
}
|
12478
12481
|
} = _ref3;
|
12479
|
-
const inputNode = vue.withDirectives(vue.
|
12482
|
+
const inputNode = vue.withDirectives(vue.createElementVNode("input", vue.mergeProps({
|
12480
12483
|
"ref": inputRef,
|
12481
12484
|
"value": model.value,
|
12482
12485
|
"onInput": onInput,
|
@@ -12489,29 +12492,29 @@
|
|
12489
12492
|
"type": props.type,
|
12490
12493
|
"onFocus": onFocus,
|
12491
12494
|
"onBlur": blur
|
12492
|
-
}, slotProps, inputAttrs), null), [[
|
12495
|
+
}, slotProps, inputAttrs), null), [[Intersect, {
|
12493
12496
|
handler: onIntersect
|
12494
12497
|
}, null, {
|
12495
12498
|
once: true
|
12496
12499
|
}]]);
|
12497
|
-
return vue.
|
12500
|
+
return vue.createElementVNode(vue.Fragment, null, [props.prefix && vue.createElementVNode("span", {
|
12498
12501
|
"class": "v-text-field__prefix"
|
12499
|
-
}, [vue.
|
12502
|
+
}, [vue.createElementVNode("span", {
|
12500
12503
|
"class": "v-text-field__prefix__text"
|
12501
|
-
}, [props.prefix])]), slots.default ? vue.
|
12502
|
-
"class": fieldClass,
|
12504
|
+
}, [props.prefix])]), slots.default ? vue.createElementVNode("div", {
|
12505
|
+
"class": vue.normalizeClass(fieldClass),
|
12503
12506
|
"data-no-activator": ""
|
12504
12507
|
}, [slots.default(), inputNode]) : vue.cloneVNode(inputNode, {
|
12505
12508
|
class: fieldClass
|
12506
|
-
}), props.suffix && vue.
|
12509
|
+
}), props.suffix && vue.createElementVNode("span", {
|
12507
12510
|
"class": "v-text-field__suffix"
|
12508
|
-
}, [vue.
|
12511
|
+
}, [vue.createElementVNode("span", {
|
12509
12512
|
"class": "v-text-field__suffix__text"
|
12510
12513
|
}, [props.suffix])])]);
|
12511
12514
|
}
|
12512
12515
|
});
|
12513
12516
|
},
|
12514
|
-
details: hasDetails ? slotProps => vue.
|
12517
|
+
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, {
|
12515
12518
|
"active": props.persistentCounter || isFocused.value,
|
12516
12519
|
"value": counterValue.value,
|
12517
12520
|
"max": max.value,
|
@@ -12549,9 +12552,9 @@
|
|
12549
12552
|
vue.watch(() => contentRect.value?.height, height => {
|
12550
12553
|
if (height != null) emit('update:height', height);
|
12551
12554
|
});
|
12552
|
-
useRender(() => props.renderless ? vue.
|
12555
|
+
useRender(() => props.renderless ? vue.createElementVNode(vue.Fragment, null, [slots.default?.({
|
12553
12556
|
itemRef: resizeRef
|
12554
|
-
})]) : vue.
|
12557
|
+
})]) : vue.createElementVNode("div", vue.mergeProps({
|
12555
12558
|
"ref": resizeRef,
|
12556
12559
|
"class": ['v-virtual-scroll__item', props.class],
|
12557
12560
|
"style": props.style
|
@@ -12886,30 +12889,30 @@
|
|
12886
12889
|
...slotProps
|
12887
12890
|
})
|
12888
12891
|
}));
|
12889
|
-
return props.renderless ? vue.
|
12892
|
+
return props.renderless ? vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("div", {
|
12890
12893
|
"ref": markerRef,
|
12891
12894
|
"class": "v-virtual-scroll__spacer",
|
12892
|
-
"style": {
|
12895
|
+
"style": vue.normalizeStyle({
|
12893
12896
|
paddingTop: convertToUnit(paddingTop.value)
|
12894
|
-
}
|
12895
|
-
}, null), children, vue.
|
12897
|
+
})
|
12898
|
+
}, null), children, vue.createElementVNode("div", {
|
12896
12899
|
"class": "v-virtual-scroll__spacer",
|
12897
|
-
"style": {
|
12900
|
+
"style": vue.normalizeStyle({
|
12898
12901
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12899
|
-
}
|
12900
|
-
}, null)]) : vue.
|
12902
|
+
})
|
12903
|
+
}, null)]) : vue.createElementVNode("div", {
|
12901
12904
|
"ref": containerRef,
|
12902
|
-
"class": ['v-virtual-scroll', props.class],
|
12905
|
+
"class": vue.normalizeClass(['v-virtual-scroll', props.class]),
|
12903
12906
|
"onScrollPassive": handleScroll,
|
12904
12907
|
"onScrollend": handleScrollend,
|
12905
|
-
"style": [dimensionStyles.value, props.style]
|
12906
|
-
}, [vue.
|
12908
|
+
"style": vue.normalizeStyle([dimensionStyles.value, props.style])
|
12909
|
+
}, [vue.createElementVNode("div", {
|
12907
12910
|
"ref": markerRef,
|
12908
12911
|
"class": "v-virtual-scroll__container",
|
12909
|
-
"style": {
|
12912
|
+
"style": vue.normalizeStyle({
|
12910
12913
|
paddingTop: convertToUnit(paddingTop.value),
|
12911
12914
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12912
|
-
}
|
12915
|
+
})
|
12913
12916
|
}, [children])]);
|
12914
12917
|
});
|
12915
12918
|
return {
|
@@ -13280,7 +13283,7 @@
|
|
13280
13283
|
"title": t(label.value)
|
13281
13284
|
}), {
|
13282
13285
|
...slots,
|
13283
|
-
default: () => vue.
|
13286
|
+
default: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VMenu, vue.mergeProps({
|
13284
13287
|
"ref": vMenuRef,
|
13285
13288
|
"modelValue": menu.value,
|
13286
13289
|
"onUpdate:modelValue": $event => menu.value = $event,
|
@@ -13338,7 +13341,7 @@
|
|
13338
13341
|
let {
|
13339
13342
|
isSelected
|
13340
13343
|
} = _ref3;
|
13341
|
-
return vue.
|
13344
|
+
return vue.createElementVNode(vue.Fragment, null, [props.multiple && !props.hideSelected ? vue.createVNode(VCheckboxBtn, {
|
13342
13345
|
"key": item.value,
|
13343
13346
|
"modelValue": isSelected,
|
13344
13347
|
"ripple": false,
|
@@ -13384,7 +13387,7 @@
|
|
13384
13387
|
index
|
13385
13388
|
})) : undefined;
|
13386
13389
|
if (hasSlot && !slotContent) return undefined;
|
13387
|
-
return vue.
|
13390
|
+
return vue.createElementVNode("div", {
|
13388
13391
|
"key": item.value,
|
13389
13392
|
"class": "v-select__selection"
|
13390
13393
|
}, [hasChips ? !slots.chip ? vue.createVNode(VChip, vue.mergeProps({
|
@@ -13404,9 +13407,9 @@
|
|
13404
13407
|
}
|
13405
13408
|
}, {
|
13406
13409
|
default: () => [slotContent]
|
13407
|
-
}) : slotContent ?? vue.
|
13410
|
+
}) : slotContent ?? vue.createElementVNode("span", {
|
13408
13411
|
"class": "v-select__selection-text"
|
13409
|
-
}, [item.title, props.multiple && index < model.value.length - 1 && vue.
|
13412
|
+
}, [item.title, props.multiple && index < model.value.length - 1 && vue.createElementVNode("span", {
|
13410
13413
|
"class": "v-select__selection-comma"
|
13411
13414
|
}, [vue.createTextVNode(",")])])]);
|
13412
13415
|
})]),
|
@@ -13414,7 +13417,7 @@
|
|
13414
13417
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
13415
13418
|
args[_key] = arguments[_key];
|
13416
13419
|
}
|
13417
|
-
return vue.
|
13420
|
+
return vue.createElementVNode(vue.Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? vue.createVNode(VIcon, {
|
13418
13421
|
"class": "v-select__menu-icon",
|
13419
13422
|
"color": vTextFieldRef.value?.fieldIconColor,
|
13420
13423
|
"icon": props.menuIcon
|
@@ -13565,17 +13568,17 @@
|
|
13565
13568
|
if (matches == null || !matches.length) return text;
|
13566
13569
|
return matches.map((match, i) => {
|
13567
13570
|
const start = i === 0 ? 0 : matches[i - 1][1];
|
13568
|
-
const result = [vue.
|
13569
|
-
"class": `${name}__unmask`
|
13570
|
-
}, [text.slice(start, match[0])]), vue.
|
13571
|
-
"class": `${name}__mask`
|
13571
|
+
const result = [vue.createElementVNode("span", {
|
13572
|
+
"class": vue.normalizeClass(`${name}__unmask`)
|
13573
|
+
}, [text.slice(start, match[0])]), vue.createElementVNode("span", {
|
13574
|
+
"class": vue.normalizeClass(`${name}__mask`)
|
13572
13575
|
}, [text.slice(match[0], match[1])])];
|
13573
13576
|
if (i === matches.length - 1) {
|
13574
|
-
result.push(vue.
|
13575
|
-
"class": `${name}__unmask`
|
13577
|
+
result.push(vue.createElementVNode("span", {
|
13578
|
+
"class": vue.normalizeClass(`${name}__unmask`)
|
13576
13579
|
}, [text.slice(match[1])]));
|
13577
13580
|
}
|
13578
|
-
return vue.
|
13581
|
+
return vue.createElementVNode(vue.Fragment, null, [result]);
|
13579
13582
|
});
|
13580
13583
|
}
|
13581
13584
|
|
@@ -13877,7 +13880,7 @@
|
|
13877
13880
|
"onKeydown": onKeydown
|
13878
13881
|
}), {
|
13879
13882
|
...slots,
|
13880
|
-
default: () => vue.
|
13883
|
+
default: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VMenu, vue.mergeProps({
|
13881
13884
|
"ref": vMenuRef,
|
13882
13885
|
"modelValue": menu.value,
|
13883
13886
|
"onUpdate:modelValue": $event => menu.value = $event,
|
@@ -13936,7 +13939,7 @@
|
|
13936
13939
|
let {
|
13937
13940
|
isSelected
|
13938
13941
|
} = _ref4;
|
13939
|
-
return vue.
|
13942
|
+
return vue.createElementVNode(vue.Fragment, null, [props.multiple && !props.hideSelected ? vue.createVNode(VCheckboxBtn, {
|
13940
13943
|
"key": item.value,
|
13941
13944
|
"modelValue": isSelected,
|
13942
13945
|
"ripple": false,
|
@@ -13985,10 +13988,10 @@
|
|
13985
13988
|
index
|
13986
13989
|
})) : undefined;
|
13987
13990
|
if (hasSlot && !slotContent) return undefined;
|
13988
|
-
return vue.
|
13991
|
+
return vue.createElementVNode("div", {
|
13989
13992
|
"key": item.value,
|
13990
|
-
"class": ['v-autocomplete__selection', index === selectionIndex.value && ['v-autocomplete__selection--selected', textColorClasses.value]],
|
13991
|
-
"style": index === selectionIndex.value ? textColorStyles.value : {}
|
13993
|
+
"class": vue.normalizeClass(['v-autocomplete__selection', index === selectionIndex.value && ['v-autocomplete__selection--selected', textColorClasses.value]]),
|
13994
|
+
"style": vue.normalizeStyle(index === selectionIndex.value ? textColorStyles.value : {})
|
13992
13995
|
}, [hasChips.value ? !slots.chip ? vue.createVNode(VChip, vue.mergeProps({
|
13993
13996
|
"key": "chip",
|
13994
13997
|
"closable": props.closableChips,
|
@@ -14006,9 +14009,9 @@
|
|
14006
14009
|
}
|
14007
14010
|
}, {
|
14008
14011
|
default: () => [slotContent]
|
14009
|
-
}) : slotContent ?? vue.
|
14012
|
+
}) : slotContent ?? vue.createElementVNode("span", {
|
14010
14013
|
"class": "v-autocomplete__selection-text"
|
14011
|
-
}, [item.title, props.multiple && index < model.value.length - 1 && vue.
|
14014
|
+
}, [item.title, props.multiple && index < model.value.length - 1 && vue.createElementVNode("span", {
|
14012
14015
|
"class": "v-autocomplete__selection-comma"
|
14013
14016
|
}, [vue.createTextVNode(",")])])]);
|
14014
14017
|
})]),
|
@@ -14016,7 +14019,7 @@
|
|
14016
14019
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
14017
14020
|
args[_key] = arguments[_key];
|
14018
14021
|
}
|
14019
|
-
return vue.
|
14022
|
+
return vue.createElementVNode(vue.Fragment, null, [slots['append-inner']?.(...args), props.menuIcon ? vue.createVNode(VIcon, {
|
14020
14023
|
"class": "v-autocomplete__menu-icon",
|
14021
14024
|
"color": vTextFieldRef.value?.fieldIconColor,
|
14022
14025
|
"icon": props.menuIcon,
|
@@ -14113,12 +14116,12 @@
|
|
14113
14116
|
}, attrs, {
|
14114
14117
|
"style": props.style
|
14115
14118
|
}), {
|
14116
|
-
default: () => [vue.
|
14119
|
+
default: () => [vue.createElementVNode("div", {
|
14117
14120
|
"class": "v-badge__wrapper"
|
14118
14121
|
}, [ctx.slots.default?.(), vue.createVNode(MaybeTransition, {
|
14119
14122
|
"transition": props.transition
|
14120
14123
|
}, {
|
14121
|
-
default: () => [vue.withDirectives(vue.
|
14124
|
+
default: () => [vue.withDirectives(vue.createElementVNode("span", vue.mergeProps({
|
14122
14125
|
"class": ['v-badge__badge', themeClasses.value, backgroundColorClasses.value, roundedClasses.value, textColorClasses.value],
|
14123
14126
|
"style": [backgroundColorStyles.value, textColorStyles.value, props.inline ? {} : locationStyles.value],
|
14124
14127
|
"aria-atomic": "true",
|
@@ -14155,9 +14158,9 @@
|
|
14155
14158
|
variant: 'text'
|
14156
14159
|
}
|
14157
14160
|
});
|
14158
|
-
useRender(() => vue.
|
14159
|
-
"class": ['v-banner-actions', props.class],
|
14160
|
-
"style": props.style
|
14161
|
+
useRender(() => vue.createElementVNode("div", {
|
14162
|
+
"class": vue.normalizeClass(['v-banner-actions', props.class]),
|
14163
|
+
"style": vue.normalizeStyle(props.style)
|
14161
14164
|
}, [slots.default?.()]));
|
14162
14165
|
return {};
|
14163
14166
|
}
|
@@ -14243,15 +14246,15 @@
|
|
14243
14246
|
const hasPrependMedia = !!(props.avatar || props.icon);
|
14244
14247
|
const hasPrepend = !!(hasPrependMedia || slots.prepend);
|
14245
14248
|
return vue.createVNode(props.tag, {
|
14246
|
-
"class": ['v-banner', {
|
14249
|
+
"class": vue.normalizeClass(['v-banner', {
|
14247
14250
|
'v-banner--stacked': props.stacked || mobile.value,
|
14248
14251
|
'v-banner--sticky': props.sticky,
|
14249
14252
|
[`v-banner--${props.lines}-line`]: !!props.lines
|
14250
|
-
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, displayClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class],
|
14251
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style],
|
14253
|
+
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, displayClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class]),
|
14254
|
+
"style": vue.normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style]),
|
14252
14255
|
"role": "banner"
|
14253
14256
|
}, {
|
14254
|
-
default: () => [hasPrepend && vue.
|
14257
|
+
default: () => [hasPrepend && vue.createElementVNode("div", {
|
14255
14258
|
"key": "prepend",
|
14256
14259
|
"class": "v-banner__prepend"
|
14257
14260
|
}, [!slots.prepend ? vue.createVNode(VAvatar, {
|
@@ -14271,7 +14274,7 @@
|
|
14271
14274
|
image: props.avatar
|
14272
14275
|
}
|
14273
14276
|
}
|
14274
|
-
}, slots.prepend)]), vue.
|
14277
|
+
}, slots.prepend)]), vue.createElementVNode("div", {
|
14275
14278
|
"class": "v-banner__content"
|
14276
14279
|
}, [hasText && vue.createVNode(VBannerText, {
|
14277
14280
|
"key": "text"
|
@@ -14380,16 +14383,16 @@
|
|
14380
14383
|
});
|
14381
14384
|
useRender(() => {
|
14382
14385
|
return vue.createVNode(props.tag, {
|
14383
|
-
"class": ['v-bottom-navigation', {
|
14386
|
+
"class": vue.normalizeClass(['v-bottom-navigation', {
|
14384
14387
|
'v-bottom-navigation--active': isActive.value,
|
14385
14388
|
'v-bottom-navigation--grow': props.grow,
|
14386
14389
|
'v-bottom-navigation--shift': props.mode === 'shift'
|
14387
|
-
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
14388
|
-
"style": [backgroundColorStyles.value, layoutItemStyles.value, {
|
14390
|
+
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
|
14391
|
+
"style": vue.normalizeStyle([backgroundColorStyles.value, layoutItemStyles.value, {
|
14389
14392
|
height: convertToUnit(height.value)
|
14390
|
-
}, ssrBootStyles.value, props.style]
|
14393
|
+
}, ssrBootStyles.value, props.style])
|
14391
14394
|
}, {
|
14392
|
-
default: () => [slots.default && vue.
|
14395
|
+
default: () => [slots.default && vue.createElementVNode("div", {
|
14393
14396
|
"class": "v-bottom-navigation__content"
|
14394
14397
|
}, [slots.default()])]
|
14395
14398
|
});
|
@@ -14576,10 +14579,10 @@
|
|
14576
14579
|
let {
|
14577
14580
|
slots
|
14578
14581
|
} = _ref;
|
14579
|
-
useRender(() => vue.
|
14582
|
+
useRender(() => vue.createElementVNode("li", {
|
14580
14583
|
"aria-hidden": "true",
|
14581
|
-
"class": ['v-breadcrumbs-divider', props.class],
|
14582
|
-
"style": props.style
|
14584
|
+
"class": vue.normalizeClass(['v-breadcrumbs-divider', props.class]),
|
14585
|
+
"style": vue.normalizeStyle(props.style)
|
14583
14586
|
}, [slots?.default?.() ?? props.divider]));
|
14584
14587
|
return {};
|
14585
14588
|
}
|
@@ -14614,15 +14617,15 @@
|
|
14614
14617
|
} = useTextColor(() => isActive.value ? props.activeColor : props.color);
|
14615
14618
|
useRender(() => {
|
14616
14619
|
return vue.createVNode(props.tag, {
|
14617
|
-
"class": ['v-breadcrumbs-item', {
|
14620
|
+
"class": vue.normalizeClass(['v-breadcrumbs-item', {
|
14618
14621
|
'v-breadcrumbs-item--active': isActive.value,
|
14619
14622
|
'v-breadcrumbs-item--disabled': props.disabled,
|
14620
14623
|
[`${props.activeClass}`]: isActive.value && props.activeClass
|
14621
|
-
}, textColorClasses.value, props.class],
|
14622
|
-
"style": [textColorStyles.value, props.style],
|
14624
|
+
}, textColorClasses.value, props.class]),
|
14625
|
+
"style": vue.normalizeStyle([textColorStyles.value, props.style]),
|
14623
14626
|
"aria-current": isActive.value ? 'page' : undefined
|
14624
14627
|
}, {
|
14625
|
-
default: () => [!link.isLink.value ? slots.default?.() ?? props.title : vue.
|
14628
|
+
default: () => [!link.isLink.value ? slots.default?.() ?? props.title : vue.createElementVNode("a", vue.mergeProps({
|
14626
14629
|
"class": "v-breadcrumbs-item--link",
|
14627
14630
|
"onClick": link.navigate
|
14628
14631
|
}, link.linkProps), [slots.default?.() ?? props.title])]
|
@@ -14698,10 +14701,10 @@
|
|
14698
14701
|
useRender(() => {
|
14699
14702
|
const hasPrepend = !!(slots.prepend || props.icon);
|
14700
14703
|
return vue.createVNode(props.tag, {
|
14701
|
-
"class": ['v-breadcrumbs', backgroundColorClasses.value, densityClasses.value, roundedClasses.value, props.class],
|
14702
|
-
"style": [backgroundColorStyles.value, props.style]
|
14704
|
+
"class": vue.normalizeClass(['v-breadcrumbs', backgroundColorClasses.value, densityClasses.value, roundedClasses.value, props.class]),
|
14705
|
+
"style": vue.normalizeStyle([backgroundColorStyles.value, props.style])
|
14703
14706
|
}, {
|
14704
|
-
default: () => [hasPrepend && vue.
|
14707
|
+
default: () => [hasPrepend && vue.createElementVNode("li", {
|
14705
14708
|
"key": "prepend",
|
14706
14709
|
"class": "v-breadcrumbs__prepend"
|
14707
14710
|
}, [!slots.prepend ? vue.createVNode(VIcon, {
|
@@ -14722,7 +14725,7 @@
|
|
14722
14725
|
item,
|
14723
14726
|
raw
|
14724
14727
|
} = _ref2;
|
14725
|
-
return vue.
|
14728
|
+
return vue.createElementVNode(vue.Fragment, null, [slots.item?.({
|
14726
14729
|
item,
|
14727
14730
|
index
|
14728
14731
|
}) ?? vue.createVNode(VBreadcrumbsItem, vue.mergeProps({
|
@@ -14761,9 +14764,9 @@
|
|
14761
14764
|
variant: 'text'
|
14762
14765
|
}
|
14763
14766
|
});
|
14764
|
-
useRender(() => vue.
|
14765
|
-
"class": ['v-card-actions', props.class],
|
14766
|
-
"style": props.style
|
14767
|
+
useRender(() => vue.createElementVNode("div", {
|
14768
|
+
"class": vue.normalizeClass(['v-card-actions', props.class]),
|
14769
|
+
"style": vue.normalizeStyle(props.style)
|
14767
14770
|
}, [slots.default?.()]));
|
14768
14771
|
return {};
|
14769
14772
|
}
|
@@ -14782,10 +14785,10 @@
|
|
14782
14785
|
slots
|
14783
14786
|
} = _ref;
|
14784
14787
|
useRender(() => vue.createVNode(props.tag, {
|
14785
|
-
"class": ['v-card-subtitle', props.class],
|
14786
|
-
"style": [{
|
14788
|
+
"class": vue.normalizeClass(['v-card-subtitle', props.class]),
|
14789
|
+
"style": vue.normalizeStyle([{
|
14787
14790
|
'--v-card-subtitle-opacity': props.opacity
|
14788
|
-
}, props.style]
|
14791
|
+
}, props.style])
|
14789
14792
|
}, slots));
|
14790
14793
|
return {};
|
14791
14794
|
}
|
@@ -14824,13 +14827,13 @@
|
|
14824
14827
|
const hasAppend = !!(hasAppendMedia || slots.append);
|
14825
14828
|
const hasTitle = !!(props.title != null || slots.title);
|
14826
14829
|
const hasSubtitle = !!(props.subtitle != null || slots.subtitle);
|
14827
|
-
return vue.
|
14828
|
-
"class": ['v-card-item', props.class],
|
14829
|
-
"style": props.style
|
14830
|
-
}, [hasPrepend && vue.
|
14830
|
+
return vue.createElementVNode("div", {
|
14831
|
+
"class": vue.normalizeClass(['v-card-item', props.class]),
|
14832
|
+
"style": vue.normalizeStyle(props.style)
|
14833
|
+
}, [hasPrepend && vue.createElementVNode("div", {
|
14831
14834
|
"key": "prepend",
|
14832
14835
|
"class": "v-card-item__prepend"
|
14833
|
-
}, [!slots.prepend ? vue.
|
14836
|
+
}, [!slots.prepend ? vue.createElementVNode(vue.Fragment, null, [props.prependAvatar && vue.createVNode(VAvatar, {
|
14834
14837
|
"key": "prepend-avatar",
|
14835
14838
|
"density": props.density,
|
14836
14839
|
"image": props.prependAvatar
|
@@ -14851,7 +14854,7 @@
|
|
14851
14854
|
icon: props.prependIcon
|
14852
14855
|
}
|
14853
14856
|
}
|
14854
|
-
}, slots.prepend)]), vue.
|
14857
|
+
}, slots.prepend)]), vue.createElementVNode("div", {
|
14855
14858
|
"class": "v-card-item__content"
|
14856
14859
|
}, [hasTitle && vue.createVNode(VCardTitle, {
|
14857
14860
|
"key": "title"
|
@@ -14861,10 +14864,10 @@
|
|
14861
14864
|
"key": "subtitle"
|
14862
14865
|
}, {
|
14863
14866
|
default: () => [slots.subtitle?.() ?? vue.toDisplayString(props.subtitle)]
|
14864
|
-
}), slots.default?.()]), hasAppend && vue.
|
14867
|
+
}), slots.default?.()]), hasAppend && vue.createElementVNode("div", {
|
14865
14868
|
"key": "append",
|
14866
14869
|
"class": "v-card-item__append"
|
14867
|
-
}, [!slots.append ? vue.
|
14870
|
+
}, [!slots.append ? vue.createElementVNode(vue.Fragment, null, [props.appendIcon && vue.createVNode(VIcon, {
|
14868
14871
|
"key": "append-icon",
|
14869
14872
|
"density": props.density,
|
14870
14873
|
"icon": props.appendIcon
|
@@ -14904,10 +14907,10 @@
|
|
14904
14907
|
slots
|
14905
14908
|
} = _ref;
|
14906
14909
|
useRender(() => vue.createVNode(props.tag, {
|
14907
|
-
"class": ['v-card-text', props.class],
|
14908
|
-
"style": [{
|
14910
|
+
"class": vue.normalizeClass(['v-card-text', props.class]),
|
14911
|
+
"style": vue.normalizeStyle([{
|
14909
14912
|
'--v-card-text-opacity': props.opacity
|
14910
|
-
}, props.style]
|
14913
|
+
}, props.style])
|
14911
14914
|
}, slots));
|
14912
14915
|
return {};
|
14913
14916
|
}
|
@@ -14963,7 +14966,7 @@
|
|
14963
14966
|
const VCard = genericComponent()({
|
14964
14967
|
name: 'VCard',
|
14965
14968
|
directives: {
|
14966
|
-
Ripple
|
14969
|
+
vRipple: Ripple
|
14967
14970
|
},
|
14968
14971
|
props: makeVCardProps(),
|
14969
14972
|
setup(props, _ref) {
|
@@ -15027,7 +15030,7 @@
|
|
15027
15030
|
"onClick": isClickable && link.navigate,
|
15028
15031
|
"tabindex": props.disabled ? -1 : undefined
|
15029
15032
|
}, link.linkProps), {
|
15030
|
-
default: () => [hasImage && vue.
|
15033
|
+
default: () => [hasImage && vue.createElementVNode("div", {
|
15031
15034
|
"key": "image",
|
15032
15035
|
"class": "v-card__image"
|
15033
15036
|
}, [!slots.image ? vue.createVNode(VImg, {
|
@@ -15070,7 +15073,7 @@
|
|
15070
15073
|
}), slots.default?.(), slots.actions && vue.createVNode(VCardActions, null, {
|
15071
15074
|
default: slots.actions
|
15072
15075
|
}), genOverlays(isClickable, 'v-card')]
|
15073
|
-
}), [[
|
15076
|
+
}), [[Ripple, isClickable && props.ripple]]);
|
15074
15077
|
});
|
15075
15078
|
return {};
|
15076
15079
|
}
|
@@ -15229,7 +15232,7 @@
|
|
15229
15232
|
const VWindow = genericComponent()({
|
15230
15233
|
name: 'VWindow',
|
15231
15234
|
directives: {
|
15232
|
-
Touch
|
15235
|
+
vTouch: Touch
|
15233
15236
|
},
|
15234
15237
|
props: makeVWindowProps(),
|
15235
15238
|
emits: {
|
@@ -15301,7 +15304,7 @@
|
|
15301
15304
|
};
|
15302
15305
|
arrows.push(canMoveBack.value ? slots.prev ? slots.prev({
|
15303
15306
|
props: prevProps
|
15304
|
-
}) : vue.createVNode(VBtn, prevProps, null) : vue.
|
15307
|
+
}) : vue.createVNode(VBtn, prevProps, null) : vue.createElementVNode("div", null, null));
|
15305
15308
|
const nextProps = {
|
15306
15309
|
icon: isRtl.value ? props.prevIcon : props.nextIcon,
|
15307
15310
|
class: `v-window__${isRtlReverse.value ? 'left' : 'right'}`,
|
@@ -15310,7 +15313,7 @@
|
|
15310
15313
|
};
|
15311
15314
|
arrows.push(canMoveForward.value ? slots.next ? slots.next({
|
15312
15315
|
props: nextProps
|
15313
|
-
}) : vue.createVNode(VBtn, nextProps, null) : vue.
|
15316
|
+
}) : vue.createVNode(VBtn, nextProps, null) : vue.createElementVNode("div", null, null));
|
15314
15317
|
return arrows;
|
15315
15318
|
});
|
15316
15319
|
const touchOptions = vue.computed(() => {
|
@@ -15336,24 +15339,24 @@
|
|
15336
15339
|
});
|
15337
15340
|
useRender(() => vue.withDirectives(vue.createVNode(props.tag, {
|
15338
15341
|
"ref": rootRef,
|
15339
|
-
"class": ['v-window', {
|
15342
|
+
"class": vue.normalizeClass(['v-window', {
|
15340
15343
|
'v-window--show-arrows-on-hover': props.showArrows === 'hover'
|
15341
|
-
}, themeClasses.value, props.class],
|
15342
|
-
"style": props.style
|
15344
|
+
}, themeClasses.value, props.class]),
|
15345
|
+
"style": vue.normalizeStyle(props.style)
|
15343
15346
|
}, {
|
15344
|
-
default: () => [vue.
|
15347
|
+
default: () => [vue.createElementVNode("div", {
|
15345
15348
|
"class": "v-window__container",
|
15346
|
-
"style": {
|
15349
|
+
"style": vue.normalizeStyle({
|
15347
15350
|
height: transitionHeight.value
|
15348
|
-
}
|
15351
|
+
})
|
15349
15352
|
}, [slots.default?.({
|
15350
15353
|
group
|
15351
|
-
}), props.showArrows !== false && vue.
|
15354
|
+
}), props.showArrows !== false && vue.createElementVNode("div", {
|
15352
15355
|
"class": "v-window__controls"
|
15353
15356
|
}, [arrows.value])]), slots.additional?.({
|
15354
15357
|
group
|
15355
15358
|
})]
|
15356
|
-
}), [[
|
15359
|
+
}), [[Touch, touchOptions.value]]));
|
15357
15360
|
return {
|
15358
15361
|
group
|
15359
15362
|
};
|
@@ -15438,12 +15441,12 @@
|
|
15438
15441
|
let {
|
15439
15442
|
group
|
15440
15443
|
} = _ref2;
|
15441
|
-
return vue.
|
15444
|
+
return vue.createElementVNode(vue.Fragment, null, [!props.hideDelimiters && vue.createElementVNode("div", {
|
15442
15445
|
"class": "v-carousel__controls",
|
15443
|
-
"style": {
|
15446
|
+
"style": vue.normalizeStyle({
|
15444
15447
|
left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
|
15445
15448
|
right: props.verticalDelimiters === 'right' ? 0 : 'auto'
|
15446
|
-
}
|
15449
|
+
})
|
15447
15450
|
}, [group.items.value.length > 0 && vue.createVNode(VDefaultsProvider, {
|
15448
15451
|
"defaults": {
|
15449
15452
|
VBtn: {
|
@@ -15497,7 +15500,7 @@
|
|
15497
15500
|
const VWindowItem = genericComponent()({
|
15498
15501
|
name: 'VWindowItem',
|
15499
15502
|
directives: {
|
15500
|
-
Touch
|
15503
|
+
vTouch: Touch
|
15501
15504
|
},
|
15502
15505
|
props: makeVWindowItemProps(),
|
15503
15506
|
emits: {
|
@@ -15581,9 +15584,9 @@
|
|
15581
15584
|
"transition": transition.value,
|
15582
15585
|
"disabled": !isBooted.value
|
15583
15586
|
}, {
|
15584
|
-
default: () => [vue.withDirectives(vue.
|
15585
|
-
"class": ['v-window-item', groupItem.selectedClass.value, props.class],
|
15586
|
-
"style": props.style
|
15587
|
+
default: () => [vue.withDirectives(vue.createElementVNode("div", {
|
15588
|
+
"class": vue.normalizeClass(['v-window-item', groupItem.selectedClass.value, props.class]),
|
15589
|
+
"style": vue.normalizeStyle(props.style)
|
15587
15590
|
}, [hasContent.value && slots.default?.()]), [[vue.vShow, groupItem.isSelected.value]])]
|
15588
15591
|
}));
|
15589
15592
|
return {
|
@@ -15783,21 +15786,21 @@
|
|
15783
15786
|
immediate: true
|
15784
15787
|
});
|
15785
15788
|
vue.onMounted(() => updateCanvas());
|
15786
|
-
useRender(() => vue.
|
15789
|
+
useRender(() => vue.createElementVNode("div", {
|
15787
15790
|
"ref": resizeRef,
|
15788
|
-
"class": ['v-color-picker-canvas', props.class],
|
15789
|
-
"style": props.style,
|
15791
|
+
"class": vue.normalizeClass(['v-color-picker-canvas', props.class]),
|
15792
|
+
"style": vue.normalizeStyle(props.style),
|
15790
15793
|
"onMousedown": handleMouseDown,
|
15791
15794
|
"onTouchstartPassive": handleMouseDown
|
15792
|
-
}, [vue.
|
15795
|
+
}, [vue.createElementVNode("canvas", {
|
15793
15796
|
"ref": canvasRef,
|
15794
15797
|
"width": canvasWidth.value,
|
15795
15798
|
"height": canvasHeight.value
|
15796
|
-
}, null), props.color && vue.
|
15797
|
-
"class": ['v-color-picker-canvas__dot', {
|
15799
|
+
}, null), props.color && vue.createElementVNode("div", {
|
15800
|
+
"class": vue.normalizeClass(['v-color-picker-canvas__dot', {
|
15798
15801
|
'v-color-picker-canvas__dot--disabled': props.disabled
|
15799
|
-
}],
|
15800
|
-
"style": dotStyles.value
|
15802
|
+
}]),
|
15803
|
+
"style": vue.normalizeStyle(dotStyles.value)
|
15801
15804
|
}, null)]));
|
15802
15805
|
return {};
|
15803
15806
|
}
|
@@ -15997,9 +16000,9 @@
|
|
15997
16000
|
label,
|
15998
16001
|
...rest
|
15999
16002
|
} = _ref;
|
16000
|
-
return vue.
|
16003
|
+
return vue.createElementVNode("div", {
|
16001
16004
|
"class": "v-color-picker-edit__input"
|
16002
|
-
}, [vue.
|
16005
|
+
}, [vue.createElementVNode("input", vue.normalizeProps(vue.guardReactiveProps(rest)), null), vue.createElementVNode("span", null, [label])]);
|
16003
16006
|
};
|
16004
16007
|
const makeVColorPickerEditProps = propsFactory({
|
16005
16008
|
color: Object,
|
@@ -16056,9 +16059,9 @@
|
|
16056
16059
|
};
|
16057
16060
|
});
|
16058
16061
|
});
|
16059
|
-
useRender(() => vue.
|
16060
|
-
"class": ['v-color-picker-edit', props.class],
|
16061
|
-
"style": props.style
|
16062
|
+
useRender(() => vue.createElementVNode("div", {
|
16063
|
+
"class": vue.normalizeClass(['v-color-picker-edit', props.class]),
|
16064
|
+
"style": vue.normalizeStyle(props.style)
|
16062
16065
|
}, [inputs.value?.map(props => vue.createVNode(VColorPickerInput, props, null)), enabledModes.value.length > 1 && vue.createVNode(VBtn, {
|
16063
16066
|
"icon": "$unfold",
|
16064
16067
|
"size": "x-small",
|
@@ -16401,7 +16404,7 @@
|
|
16401
16404
|
const VSliderThumb = genericComponent()({
|
16402
16405
|
name: 'VSliderThumb',
|
16403
16406
|
directives: {
|
16404
|
-
Ripple
|
16407
|
+
vRipple: Ripple
|
16405
16408
|
},
|
16406
16409
|
props: makeVSliderThumbProps(),
|
16407
16410
|
emits: {
|
@@ -16481,15 +16484,15 @@
|
|
16481
16484
|
}
|
16482
16485
|
useRender(() => {
|
16483
16486
|
const positionPercentage = convertToUnit(indexFromEnd.value ? 100 - props.position : props.position, '%');
|
16484
|
-
return vue.
|
16485
|
-
"class": ['v-slider-thumb', {
|
16487
|
+
return vue.createElementVNode("div", {
|
16488
|
+
"class": vue.normalizeClass(['v-slider-thumb', {
|
16486
16489
|
'v-slider-thumb--focused': props.focused,
|
16487
16490
|
'v-slider-thumb--pressed': props.focused && mousePressed.value
|
16488
|
-
}, props.class, rtlClasses.value],
|
16489
|
-
"style": [{
|
16491
|
+
}, props.class, rtlClasses.value]),
|
16492
|
+
"style": vue.normalizeStyle([{
|
16490
16493
|
'--v-slider-thumb-position': positionPercentage,
|
16491
16494
|
'--v-slider-thumb-size': convertToUnit(thumbSize.value)
|
16492
|
-
}, props.style],
|
16495
|
+
}, props.style]),
|
16493
16496
|
"role": "slider",
|
16494
16497
|
"tabindex": disabled.value ? -1 : 0,
|
16495
16498
|
"aria-label": props.name,
|
@@ -16499,25 +16502,25 @@
|
|
16499
16502
|
"aria-readonly": !!readonly.value,
|
16500
16503
|
"aria-orientation": direction.value,
|
16501
16504
|
"onKeydown": !readonly.value ? onKeydown : undefined
|
16502
|
-
}, [vue.
|
16503
|
-
"class": ['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value],
|
16504
|
-
"style": {
|
16505
|
+
}, [vue.createElementVNode("div", {
|
16506
|
+
"class": vue.normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
|
16507
|
+
"style": vue.normalizeStyle({
|
16505
16508
|
...textColorStyles.value
|
16506
|
-
}
|
16507
|
-
}, null), vue.withDirectives(vue.
|
16508
|
-
"class": ['v-slider-thumb__ripple', textColorClasses.value],
|
16509
|
-
"style": textColorStyles.value
|
16510
|
-
}, null), [[
|
16509
|
+
})
|
16510
|
+
}, null), vue.withDirectives(vue.createElementVNode("div", {
|
16511
|
+
"class": vue.normalizeClass(['v-slider-thumb__ripple', textColorClasses.value]),
|
16512
|
+
"style": vue.normalizeStyle(textColorStyles.value)
|
16513
|
+
}, null), [[Ripple, props.ripple, null, {
|
16511
16514
|
circle: true,
|
16512
16515
|
center: true
|
16513
16516
|
}]]), vue.createVNode(VScaleTransition, {
|
16514
16517
|
"origin": "bottom center"
|
16515
16518
|
}, {
|
16516
|
-
default: () => [vue.withDirectives(vue.
|
16519
|
+
default: () => [vue.withDirectives(vue.createElementVNode("div", {
|
16517
16520
|
"class": "v-slider-thumb__label-container"
|
16518
|
-
}, [vue.
|
16521
|
+
}, [vue.createElementVNode("div", {
|
16519
16522
|
"class": ['v-slider-thumb__label']
|
16520
|
-
}, [vue.
|
16523
|
+
}, [vue.createElementVNode("div", null, [slots['thumb-label']?.({
|
16521
16524
|
modelValue: props.modelValue
|
16522
16525
|
}) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])])]), [[vue.vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
|
16523
16526
|
})]);
|
@@ -16594,17 +16597,17 @@
|
|
16594
16597
|
const ticks = vertical.value ? parsedTicks.value.slice().reverse() : parsedTicks.value;
|
16595
16598
|
return ticks.map((tick, index) => {
|
16596
16599
|
const directionValue = tick.value !== min.value && tick.value !== max.value ? convertToUnit(tick.position, '%') : undefined;
|
16597
|
-
return vue.
|
16600
|
+
return vue.createElementVNode("div", {
|
16598
16601
|
"key": tick.value,
|
16599
|
-
"class": ['v-slider-track__tick', {
|
16602
|
+
"class": vue.normalizeClass(['v-slider-track__tick', {
|
16600
16603
|
'v-slider-track__tick--filled': tick.position >= props.start && tick.position <= props.stop,
|
16601
16604
|
'v-slider-track__tick--first': tick.value === min.value,
|
16602
16605
|
'v-slider-track__tick--last': tick.value === max.value
|
16603
|
-
}],
|
16604
|
-
"style": {
|
16606
|
+
}]),
|
16607
|
+
"style": vue.normalizeStyle({
|
16605
16608
|
[startDir.value]: directionValue
|
16606
|
-
}
|
16607
|
-
}, [(tick.label || slots['tick-label']) && vue.
|
16609
|
+
})
|
16610
|
+
}, [(tick.label || slots['tick-label']) && vue.createElementVNode("div", {
|
16608
16611
|
"class": "v-slider-track__tick-label"
|
16609
16612
|
}, [slots['tick-label']?.({
|
16610
16613
|
tick,
|
@@ -16613,30 +16616,30 @@
|
|
16613
16616
|
});
|
16614
16617
|
});
|
16615
16618
|
useRender(() => {
|
16616
|
-
return vue.
|
16617
|
-
"class": ['v-slider-track', roundedClasses.value, props.class],
|
16618
|
-
"style": [{
|
16619
|
+
return vue.createElementVNode("div", {
|
16620
|
+
"class": vue.normalizeClass(['v-slider-track', roundedClasses.value, props.class]),
|
16621
|
+
"style": vue.normalizeStyle([{
|
16619
16622
|
'--v-slider-track-size': convertToUnit(trackSize.value),
|
16620
16623
|
'--v-slider-tick-size': convertToUnit(tickSize.value)
|
16621
|
-
}, props.style]
|
16622
|
-
}, [vue.
|
16623
|
-
"class": ['v-slider-track__background', trackColorClasses.value, {
|
16624
|
+
}, props.style])
|
16625
|
+
}, [vue.createElementVNode("div", {
|
16626
|
+
"class": vue.normalizeClass(['v-slider-track__background', trackColorClasses.value, {
|
16624
16627
|
'v-slider-track__background--opacity': !!color.value || !trackFillColor.value
|
16625
|
-
}],
|
16626
|
-
"style": {
|
16628
|
+
}]),
|
16629
|
+
"style": vue.normalizeStyle({
|
16627
16630
|
...backgroundStyles.value,
|
16628
16631
|
...trackColorStyles.value
|
16629
|
-
}
|
16630
|
-
}, null), vue.
|
16631
|
-
"class": ['v-slider-track__fill', trackFillColorClasses.value],
|
16632
|
-
"style": {
|
16632
|
+
})
|
16633
|
+
}, null), vue.createElementVNode("div", {
|
16634
|
+
"class": vue.normalizeClass(['v-slider-track__fill', trackFillColorClasses.value]),
|
16635
|
+
"style": vue.normalizeStyle({
|
16633
16636
|
...trackFillStyles.value,
|
16634
16637
|
...trackFillColorStyles.value
|
16635
|
-
}
|
16636
|
-
}, null), showTicks.value && vue.
|
16637
|
-
"class": ['v-slider-track__ticks', {
|
16638
|
+
})
|
16639
|
+
}, null), showTicks.value && vue.createElementVNode("div", {
|
16640
|
+
"class": vue.normalizeClass(['v-slider-track__ticks', {
|
16638
16641
|
'v-slider-track__ticks--always-show': showTicks.value === 'always'
|
16639
|
-
}]
|
16642
|
+
}])
|
16640
16643
|
}, [computedTicks.value])]);
|
16641
16644
|
});
|
16642
16645
|
return {};
|
@@ -16730,7 +16733,7 @@
|
|
16730
16733
|
"focused": isFocused.value
|
16731
16734
|
}), {
|
16732
16735
|
...slots,
|
16733
|
-
prepend: hasPrepend ? slotProps => vue.
|
16736
|
+
prepend: hasPrepend ? slotProps => vue.createElementVNode(vue.Fragment, null, [slots.label?.(slotProps) ?? (props.label ? vue.createVNode(VLabel, {
|
16734
16737
|
"id": slotProps.id.value,
|
16735
16738
|
"class": "v-slider__label",
|
16736
16739
|
"text": props.label
|
@@ -16740,11 +16743,11 @@
|
|
16740
16743
|
id,
|
16741
16744
|
messagesId
|
16742
16745
|
} = _ref4;
|
16743
|
-
return vue.
|
16746
|
+
return vue.createElementVNode("div", {
|
16744
16747
|
"class": "v-slider__container",
|
16745
16748
|
"onMousedown": !readonly.value ? onSliderMousedown : undefined,
|
16746
16749
|
"onTouchstartPassive": !readonly.value ? onSliderTouchstart : undefined
|
16747
|
-
}, [vue.
|
16750
|
+
}, [vue.createElementVNode("input", {
|
16748
16751
|
"id": id.value,
|
16749
16752
|
"name": props.name || id.value,
|
16750
16753
|
"disabled": !!props.disabled,
|
@@ -16817,12 +16820,12 @@
|
|
16817
16820
|
});
|
16818
16821
|
} catch (e) {}
|
16819
16822
|
}
|
16820
|
-
useRender(() => vue.
|
16821
|
-
"class": ['v-color-picker-preview', {
|
16823
|
+
useRender(() => vue.createElementVNode("div", {
|
16824
|
+
"class": vue.normalizeClass(['v-color-picker-preview', {
|
16822
16825
|
'v-color-picker-preview--hide-alpha': props.hideAlpha
|
16823
|
-
}, props.class],
|
16824
|
-
"style": props.style
|
16825
|
-
}, [SUPPORTS_EYE_DROPPER && vue.
|
16826
|
+
}, props.class]),
|
16827
|
+
"style": vue.normalizeStyle(props.style)
|
16828
|
+
}, [SUPPORTS_EYE_DROPPER && vue.createElementVNode("div", {
|
16826
16829
|
"class": "v-color-picker-preview__eye-dropper",
|
16827
16830
|
"key": "eyeDropper"
|
16828
16831
|
}, [vue.createVNode(VBtn, {
|
@@ -16831,13 +16834,13 @@
|
|
16831
16834
|
"icon": "$eyeDropper",
|
16832
16835
|
"variant": "plain",
|
16833
16836
|
"onClick": openEyeDropper
|
16834
|
-
}, null)]), vue.
|
16837
|
+
}, null)]), vue.createElementVNode("div", {
|
16835
16838
|
"class": "v-color-picker-preview__dot"
|
16836
|
-
}, [vue.
|
16837
|
-
"style": {
|
16839
|
+
}, [vue.createElementVNode("div", {
|
16840
|
+
"style": vue.normalizeStyle({
|
16838
16841
|
background: HSVtoCSS(props.color ?? nullColor)
|
16839
|
-
}
|
16840
|
-
}, null)]), vue.
|
16842
|
+
})
|
16843
|
+
}, null)]), vue.createElementVNode("div", {
|
16841
16844
|
"class": "v-color-picker-preview__sliders"
|
16842
16845
|
}, [vue.createVNode(VSlider, {
|
16843
16846
|
"class": "v-color-picker-preview__track v-color-picker-preview__hue",
|
@@ -17222,24 +17225,24 @@
|
|
17222
17225
|
let {
|
17223
17226
|
emit
|
17224
17227
|
} = _ref;
|
17225
|
-
useRender(() => vue.
|
17226
|
-
"class": ['v-color-picker-swatches', props.class],
|
17227
|
-
"style": [{
|
17228
|
+
useRender(() => vue.createElementVNode("div", {
|
17229
|
+
"class": vue.normalizeClass(['v-color-picker-swatches', props.class]),
|
17230
|
+
"style": vue.normalizeStyle([{
|
17228
17231
|
maxHeight: convertToUnit(props.maxHeight)
|
17229
|
-
}, props.style]
|
17230
|
-
}, [vue.
|
17232
|
+
}, props.style])
|
17233
|
+
}, [vue.createElementVNode("div", null, [props.swatches.map(swatch => vue.createElementVNode("div", {
|
17231
17234
|
"class": "v-color-picker-swatches__swatch"
|
17232
17235
|
}, [swatch.map(color => {
|
17233
17236
|
const rgba = parseColor(color);
|
17234
17237
|
const hsva = RGBtoHSV(rgba);
|
17235
17238
|
const background = RGBtoCSS(rgba);
|
17236
|
-
return vue.
|
17239
|
+
return vue.createElementVNode("div", {
|
17237
17240
|
"class": "v-color-picker-swatches__color",
|
17238
17241
|
"onClick": () => hsva && emit('update:color', hsva)
|
17239
|
-
}, [vue.
|
17240
|
-
"style": {
|
17242
|
+
}, [vue.createElementVNode("div", {
|
17243
|
+
"style": vue.normalizeStyle({
|
17241
17244
|
background
|
17242
|
-
}
|
17245
|
+
})
|
17243
17246
|
}, [props.color && deepEqual(props.color, hsva) ? vue.createVNode(VIcon, {
|
17244
17247
|
"size": "x-small",
|
17245
17248
|
"icon": "$success",
|
@@ -17298,8 +17301,8 @@
|
|
17298
17301
|
roundedClasses
|
17299
17302
|
} = useRounded(props);
|
17300
17303
|
useRender(() => vue.createVNode(props.tag, {
|
17301
|
-
"class": ['v-sheet', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class],
|
17302
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style]
|
17304
|
+
"class": vue.normalizeClass(['v-sheet', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, positionClasses.value, roundedClasses.value, props.class]),
|
17305
|
+
"style": vue.normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, locationStyles.value, props.style])
|
17303
17306
|
}, slots));
|
17304
17307
|
return {};
|
17305
17308
|
}
|
@@ -17338,17 +17341,17 @@
|
|
17338
17341
|
}, props.class],
|
17339
17342
|
"style": props.style
|
17340
17343
|
}), {
|
17341
|
-
default: () => [!props.hideHeader && vue.
|
17344
|
+
default: () => [!props.hideHeader && vue.createElementVNode("div", {
|
17342
17345
|
"key": "header",
|
17343
|
-
"class": [backgroundColorClasses.value],
|
17344
|
-
"style": [backgroundColorStyles.value]
|
17346
|
+
"class": vue.normalizeClass([backgroundColorClasses.value]),
|
17347
|
+
"style": vue.normalizeStyle([backgroundColorStyles.value])
|
17345
17348
|
}, [hasTitle && vue.createVNode(VPickerTitle, {
|
17346
17349
|
"key": "picker-title"
|
17347
17350
|
}, {
|
17348
17351
|
default: () => [slots.title?.() ?? props.title]
|
17349
|
-
}), slots.header && vue.
|
17352
|
+
}), slots.header && vue.createElementVNode("div", {
|
17350
17353
|
"class": "v-picker__header"
|
17351
|
-
}, [slots.header()])]), vue.
|
17354
|
+
}, [slots.header()])]), vue.createElementVNode("div", {
|
17352
17355
|
"class": "v-picker__body"
|
17353
17356
|
}, [slots.default?.()]), slots.actions && vue.createVNode(VDefaultsProvider, {
|
17354
17357
|
"defaults": {
|
@@ -17358,7 +17361,7 @@
|
|
17358
17361
|
}
|
17359
17362
|
}
|
17360
17363
|
}, {
|
17361
|
-
default: () => [vue.
|
17364
|
+
default: () => [vue.createElementVNode("div", {
|
17362
17365
|
"class": "v-picker__actions"
|
17363
17366
|
}, [slots.actions()])]
|
17364
17367
|
})]
|
@@ -18220,7 +18223,7 @@
|
|
18220
18223
|
}, props.style]
|
18221
18224
|
}), {
|
18222
18225
|
...slots,
|
18223
|
-
default: () => vue.
|
18226
|
+
default: () => vue.createElementVNode(vue.Fragment, null, [!props.hideCanvas && vue.createVNode(VColorPickerCanvas, {
|
18224
18227
|
"key": "canvas",
|
18225
18228
|
"color": currentColor.value,
|
18226
18229
|
"onUpdate:color": updateColor,
|
@@ -18228,7 +18231,7 @@
|
|
18228
18231
|
"dotSize": props.dotSize,
|
18229
18232
|
"width": props.width,
|
18230
18233
|
"height": props.canvasHeight
|
18231
|
-
}, null), (!props.hideSliders || !props.hideInputs) && vue.
|
18234
|
+
}, null), (!props.hideSliders || !props.hideInputs) && vue.createElementVNode("div", {
|
18232
18235
|
"key": "controls",
|
18233
18236
|
"class": "v-color-picker__controls"
|
18234
18237
|
}, [!props.hideSliders && vue.createVNode(VColorPickerPreview, {
|
@@ -18603,7 +18606,7 @@
|
|
18603
18606
|
"onKeydown": onKeydown
|
18604
18607
|
}), {
|
18605
18608
|
...slots,
|
18606
|
-
default: () => vue.
|
18609
|
+
default: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VMenu, vue.mergeProps({
|
18607
18610
|
"ref": vMenuRef,
|
18608
18611
|
"modelValue": menu.value,
|
18609
18612
|
"onUpdate:modelValue": $event => menu.value = $event,
|
@@ -18662,7 +18665,7 @@
|
|
18662
18665
|
let {
|
18663
18666
|
isSelected
|
18664
18667
|
} = _ref5;
|
18665
|
-
return vue.
|
18668
|
+
return vue.createElementVNode(vue.Fragment, null, [props.multiple && !props.hideSelected ? vue.createVNode(VCheckboxBtn, {
|
18666
18669
|
"key": item.value,
|
18667
18670
|
"modelValue": isSelected,
|
18668
18671
|
"ripple": false,
|
@@ -18711,10 +18714,10 @@
|
|
18711
18714
|
index
|
18712
18715
|
})) : undefined;
|
18713
18716
|
if (hasSlot && !slotContent) return undefined;
|
18714
|
-
return vue.
|
18717
|
+
return vue.createElementVNode("div", {
|
18715
18718
|
"key": item.value,
|
18716
|
-
"class": ['v-combobox__selection', index === selectionIndex.value && ['v-combobox__selection--selected', textColorClasses.value]],
|
18717
|
-
"style": index === selectionIndex.value ? textColorStyles.value : {}
|
18719
|
+
"class": vue.normalizeClass(['v-combobox__selection', index === selectionIndex.value && ['v-combobox__selection--selected', textColorClasses.value]]),
|
18720
|
+
"style": vue.normalizeStyle(index === selectionIndex.value ? textColorStyles.value : {})
|
18718
18721
|
}, [hasChips.value ? !slots.chip ? vue.createVNode(VChip, vue.mergeProps({
|
18719
18722
|
"key": "chip",
|
18720
18723
|
"closable": props.closableChips,
|
@@ -18732,9 +18735,9 @@
|
|
18732
18735
|
}
|
18733
18736
|
}, {
|
18734
18737
|
default: () => [slotContent]
|
18735
|
-
}) : slotContent ?? vue.
|
18738
|
+
}) : slotContent ?? vue.createElementVNode("span", {
|
18736
18739
|
"class": "v-combobox__selection-text"
|
18737
|
-
}, [item.title, props.multiple && index < model.value.length - 1 && vue.
|
18740
|
+
}, [item.title, props.multiple && index < model.value.length - 1 && vue.createElementVNode("span", {
|
18738
18741
|
"class": "v-combobox__selection-comma"
|
18739
18742
|
}, [vue.createTextVNode(",")])])]);
|
18740
18743
|
})]),
|
@@ -18742,7 +18745,7 @@
|
|
18742
18745
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
18743
18746
|
args[_key] = arguments[_key];
|
18744
18747
|
}
|
18745
|
-
return vue.
|
18748
|
+
return vue.createElementVNode(vue.Fragment, null, [slots['append-inner']?.(...args), (!props.hideNoData || props.items.length) && props.menuIcon ? vue.createVNode(VIcon, {
|
18746
18749
|
"class": "v-combobox__menu-icon",
|
18747
18750
|
"color": vTextFieldRef.value?.fieldIconColor,
|
18748
18751
|
"icon": props.menuIcon,
|
@@ -18830,7 +18833,7 @@
|
|
18830
18833
|
emit('cancel');
|
18831
18834
|
}
|
18832
18835
|
function actions(actionsProps) {
|
18833
|
-
return vue.
|
18836
|
+
return vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VBtn, vue.mergeProps({
|
18834
18837
|
"disabled": isCancelDisabled.value,
|
18835
18838
|
"variant": "text",
|
18836
18839
|
"color": props.color,
|
@@ -18846,7 +18849,7 @@
|
|
18846
18849
|
}
|
18847
18850
|
let actionsUsed = false;
|
18848
18851
|
useRender(() => {
|
18849
|
-
return vue.
|
18852
|
+
return vue.createElementVNode(vue.Fragment, null, [slots.default?.({
|
18850
18853
|
model: internalModel,
|
18851
18854
|
save,
|
18852
18855
|
cancel,
|
@@ -19729,10 +19732,10 @@
|
|
19729
19732
|
groupedItems: paginatedItems.value
|
19730
19733
|
}));
|
19731
19734
|
useRender(() => vue.createVNode(props.tag, {
|
19732
|
-
"class": ['v-data-iterator', {
|
19735
|
+
"class": vue.normalizeClass(['v-data-iterator', {
|
19733
19736
|
'v-data-iterator--loading': props.loading
|
19734
|
-
}, props.class],
|
19735
|
-
"style": props.style
|
19737
|
+
}, props.class]),
|
19738
|
+
"style": vue.normalizeStyle(props.style)
|
19736
19739
|
}, {
|
19737
19740
|
default: () => [slots.header?.(slotProps.value), vue.createVNode(MaybeTransition, {
|
19738
19741
|
"transition": props.transition
|
@@ -19743,7 +19746,7 @@
|
|
19743
19746
|
"active": true
|
19744
19747
|
}, {
|
19745
19748
|
default: slotProps => slots.loader?.(slotProps)
|
19746
|
-
}) : vue.
|
19749
|
+
}) : vue.createElementVNode("div", {
|
19747
19750
|
"key": "items"
|
19748
19751
|
}, [!paginatedItems.value.length ? slots['no-data']?.() : slots.default?.(slotProps.value)])]
|
19749
19752
|
}), slots.footer?.(slotProps.value)]
|
@@ -20037,44 +20040,44 @@
|
|
20037
20040
|
}
|
20038
20041
|
useRender(() => vue.createVNode(props.tag, {
|
20039
20042
|
"ref": resizeRef,
|
20040
|
-
"class": ['v-pagination', themeClasses.value, props.class],
|
20041
|
-
"style": props.style,
|
20043
|
+
"class": vue.normalizeClass(['v-pagination', themeClasses.value, props.class]),
|
20044
|
+
"style": vue.normalizeStyle(props.style),
|
20042
20045
|
"role": "navigation",
|
20043
20046
|
"aria-label": t(props.ariaLabel),
|
20044
20047
|
"onKeydown": onKeydown,
|
20045
20048
|
"data-test": "v-pagination-root"
|
20046
20049
|
}, {
|
20047
|
-
default: () => [vue.
|
20050
|
+
default: () => [vue.createElementVNode("ul", {
|
20048
20051
|
"class": "v-pagination__list"
|
20049
|
-
}, [props.showFirstLastPage && vue.
|
20052
|
+
}, [props.showFirstLastPage && vue.createElementVNode("li", {
|
20050
20053
|
"key": "first",
|
20051
20054
|
"class": "v-pagination__first",
|
20052
20055
|
"data-test": "v-pagination-first"
|
20053
20056
|
}, [slots.first ? slots.first(controls.value.first) : vue.createVNode(VBtn, vue.mergeProps({
|
20054
20057
|
"_as": "VPaginationBtn"
|
20055
|
-
}, controls.value.first), null)]), vue.
|
20058
|
+
}, controls.value.first), null)]), vue.createElementVNode("li", {
|
20056
20059
|
"key": "prev",
|
20057
20060
|
"class": "v-pagination__prev",
|
20058
20061
|
"data-test": "v-pagination-prev"
|
20059
20062
|
}, [slots.prev ? slots.prev(controls.value.prev) : vue.createVNode(VBtn, vue.mergeProps({
|
20060
20063
|
"_as": "VPaginationBtn"
|
20061
|
-
}, controls.value.prev), null)]), items.value.map((item, index) => vue.
|
20064
|
+
}, controls.value.prev), null)]), items.value.map((item, index) => vue.createElementVNode("li", {
|
20062
20065
|
"key": item.key,
|
20063
|
-
"class": ['v-pagination__item', {
|
20066
|
+
"class": vue.normalizeClass(['v-pagination__item', {
|
20064
20067
|
'v-pagination__item--is-active': item.isActive
|
20065
|
-
}],
|
20068
|
+
}]),
|
20066
20069
|
"data-test": "v-pagination-item"
|
20067
20070
|
}, [slots.item ? slots.item(item) : vue.createVNode(VBtn, vue.mergeProps({
|
20068
20071
|
"_as": "VPaginationBtn"
|
20069
20072
|
}, item.props), {
|
20070
20073
|
default: () => [item.page]
|
20071
|
-
})])), vue.
|
20074
|
+
})])), vue.createElementVNode("li", {
|
20072
20075
|
"key": "next",
|
20073
20076
|
"class": "v-pagination__next",
|
20074
20077
|
"data-test": "v-pagination-next"
|
20075
20078
|
}, [slots.next ? slots.next(controls.value.next) : vue.createVNode(VBtn, vue.mergeProps({
|
20076
20079
|
"_as": "VPaginationBtn"
|
20077
|
-
}, controls.value.next), null)]), props.showFirstLastPage && vue.
|
20080
|
+
}, controls.value.next), null)]), props.showFirstLastPage && vue.createElementVNode("li", {
|
20078
20081
|
"key": "last",
|
20079
20082
|
"class": "v-pagination__last",
|
20080
20083
|
"data-test": "v-pagination-last"
|
@@ -20183,20 +20186,20 @@
|
|
20183
20186
|
}));
|
20184
20187
|
useRender(() => {
|
20185
20188
|
const paginationProps = VPagination.filterProps(props);
|
20186
|
-
return vue.
|
20189
|
+
return vue.createElementVNode("div", {
|
20187
20190
|
"class": "v-data-table-footer"
|
20188
|
-
}, [slots.prepend?.(), vue.
|
20191
|
+
}, [slots.prepend?.(), vue.createElementVNode("div", {
|
20189
20192
|
"class": "v-data-table-footer__items-per-page"
|
20190
|
-
}, [vue.
|
20193
|
+
}, [vue.createElementVNode("span", null, [t(props.itemsPerPageText)]), vue.createVNode(VSelect, {
|
20191
20194
|
"items": itemsPerPageOptions.value,
|
20192
20195
|
"modelValue": itemsPerPage.value,
|
20193
20196
|
"onUpdate:modelValue": v => setItemsPerPage(Number(v)),
|
20194
20197
|
"density": "compact",
|
20195
20198
|
"variant": "outlined",
|
20196
20199
|
"hide-details": true
|
20197
|
-
}, null)]), vue.
|
20200
|
+
}, null)]), vue.createElementVNode("div", {
|
20198
20201
|
"class": "v-data-table-footer__info"
|
20199
|
-
}, [vue.
|
20202
|
+
}, [vue.createElementVNode("div", null, [t(props.pageText, !itemsLength.value ? 0 : startIndex.value + 1, stopIndex.value, itemsLength.value)])]), vue.createElementVNode("div", {
|
20200
20203
|
"class": "v-data-table-footer__pagination"
|
20201
20204
|
}, [vue.createVNode(VPagination, vue.mergeProps({
|
20202
20205
|
"modelValue": page.value,
|
@@ -20239,18 +20242,18 @@
|
|
20239
20242
|
} = _ref;
|
20240
20243
|
const Tag = props.tag ?? 'td';
|
20241
20244
|
return vue.createVNode(Tag, {
|
20242
|
-
"class": ['v-data-table__td', {
|
20245
|
+
"class": vue.normalizeClass(['v-data-table__td', {
|
20243
20246
|
'v-data-table-column--fixed': props.fixed,
|
20244
20247
|
'v-data-table-column--last-fixed': props.lastFixed,
|
20245
20248
|
'v-data-table-column--no-padding': props.noPadding,
|
20246
20249
|
'v-data-table-column--nowrap': props.nowrap
|
20247
|
-
}, `v-data-table-column--align-${props.align}`],
|
20248
|
-
"style": {
|
20250
|
+
}, `v-data-table-column--align-${props.align}`]),
|
20251
|
+
"style": vue.normalizeStyle({
|
20249
20252
|
height: convertToUnit(props.height),
|
20250
20253
|
width: convertToUnit(props.width),
|
20251
20254
|
maxWidth: convertToUnit(props.maxWidth),
|
20252
20255
|
left: convertToUnit(props.fixedOffset || null)
|
20253
|
-
}
|
20256
|
+
})
|
20254
20257
|
}, {
|
20255
20258
|
default: () => [slots.default?.()]
|
20256
20259
|
});
|
@@ -20660,16 +20663,16 @@
|
|
20660
20663
|
"onUpdate:modelValue": selectAll
|
20661
20664
|
}, null));
|
20662
20665
|
}
|
20663
|
-
return vue.
|
20666
|
+
return vue.createElementVNode("div", {
|
20664
20667
|
"class": "v-data-table-header__content"
|
20665
|
-
}, [vue.
|
20668
|
+
}, [vue.createElementVNode("span", null, [column.title]), column.sortable && !props.disableSort && vue.createVNode(VIcon, {
|
20666
20669
|
"key": "icon",
|
20667
20670
|
"class": "v-data-table-header__sort-icon",
|
20668
20671
|
"icon": getSortIcon(column)
|
20669
|
-
}, null), props.multiSort && isSorted(column) && vue.
|
20672
|
+
}, null), props.multiSort && isSorted(column) && vue.createElementVNode("div", {
|
20670
20673
|
"key": "badge",
|
20671
|
-
"class": ['v-data-table-header__sort-badge', ...backgroundColorClasses.value],
|
20672
|
-
"style": backgroundColorStyles.value
|
20674
|
+
"class": vue.normalizeClass(['v-data-table-header__sort-badge', ...backgroundColorClasses.value]),
|
20675
|
+
"style": vue.normalizeStyle(backgroundColorStyles.value)
|
20673
20676
|
}, [sortBy.value.findIndex(x => x.key === column.key) + 1])]);
|
20674
20677
|
}
|
20675
20678
|
});
|
@@ -20688,7 +20691,7 @@
|
|
20688
20691
|
"class": [...headerCellClasses.value],
|
20689
20692
|
"colspan": headers.value.length + 1
|
20690
20693
|
}, props.headerProps), {
|
20691
|
-
default: () => [vue.
|
20694
|
+
default: () => [vue.createElementVNode("div", {
|
20692
20695
|
"class": "v-data-table-header__content"
|
20693
20696
|
}, [vue.createVNode(VSelect, {
|
20694
20697
|
"chips": true,
|
@@ -20712,7 +20715,7 @@
|
|
20712
20715
|
}
|
20713
20716
|
}, {
|
20714
20717
|
default: () => [props.item.title, vue.createVNode(VIcon, {
|
20715
|
-
"class": ['v-data-table__td-sort-icon', isSorted(props.item.raw) && 'v-data-table__td-sort-icon-active'],
|
20718
|
+
"class": vue.normalizeClass(['v-data-table__td-sort-icon', isSorted(props.item.raw) && 'v-data-table__td-sort-icon-active']),
|
20716
20719
|
"icon": getSortIcon(props.item.raw),
|
20717
20720
|
"size": "small"
|
20718
20721
|
}, null)]
|
@@ -20721,13 +20724,13 @@
|
|
20721
20724
|
});
|
20722
20725
|
};
|
20723
20726
|
useRender(() => {
|
20724
|
-
return mobile.value ? vue.
|
20727
|
+
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, {
|
20725
20728
|
"column": column,
|
20726
20729
|
"x": x,
|
20727
20730
|
"y": y
|
20728
|
-
}, null))])), props.loading && vue.
|
20731
|
+
}, null))])), props.loading && vue.createElementVNode("tr", {
|
20729
20732
|
"class": "v-data-table-progress"
|
20730
|
-
}, [vue.
|
20733
|
+
}, [vue.createElementVNode("th", {
|
20731
20734
|
"colspan": columns.value.length
|
20732
20735
|
}, [vue.createVNode(LoaderSlot, {
|
20733
20736
|
"name": "v-data-table-progress",
|
@@ -20773,11 +20776,11 @@
|
|
20773
20776
|
const rows = vue.computed(() => {
|
20774
20777
|
return extractRows([props.item]);
|
20775
20778
|
});
|
20776
|
-
return () => vue.
|
20779
|
+
return () => vue.createElementVNode("tr", {
|
20777
20780
|
"class": "v-data-table-group-header-row",
|
20778
|
-
"style": {
|
20781
|
+
"style": vue.normalizeStyle({
|
20779
20782
|
'--v-data-table-group-header-row-depth': props.item.depth
|
20780
|
-
}
|
20783
|
+
})
|
20781
20784
|
}, [columns.value.map(column => {
|
20782
20785
|
if (column.key === 'data-table-group') {
|
20783
20786
|
const icon = isGroupOpen(props.item) ? '$expand' : '$next';
|
@@ -20797,7 +20800,7 @@
|
|
20797
20800
|
"variant": "text",
|
20798
20801
|
"icon": icon,
|
20799
20802
|
"onClick": onClick
|
20800
|
-
}, null), vue.
|
20803
|
+
}, null), vue.createElementVNode("span", null, [props.item.value]), vue.createElementVNode("span", null, [vue.createTextVNode("("), rows.value.length, vue.createTextVNode(")")])]
|
20801
20804
|
});
|
20802
20805
|
}
|
20803
20806
|
if (column.key === 'data-table-select') {
|
@@ -20810,13 +20813,13 @@
|
|
20810
20813
|
indeterminate,
|
20811
20814
|
'onUpdate:modelValue': selectGroup
|
20812
20815
|
}
|
20813
|
-
}) ?? vue.
|
20816
|
+
}) ?? vue.createElementVNode("td", null, [vue.createVNode(VCheckboxBtn, {
|
20814
20817
|
"modelValue": modelValue,
|
20815
20818
|
"indeterminate": indeterminate,
|
20816
20819
|
"onUpdate:modelValue": selectGroup
|
20817
20820
|
}, null)]);
|
20818
20821
|
}
|
20819
|
-
return vue.
|
20822
|
+
return vue.createElementVNode("td", null, null);
|
20820
20823
|
})]);
|
20821
20824
|
}
|
20822
20825
|
});
|
@@ -20862,10 +20865,10 @@
|
|
20862
20865
|
const {
|
20863
20866
|
columns
|
20864
20867
|
} = useHeaders();
|
20865
|
-
useRender(() => vue.
|
20866
|
-
"class": ['v-data-table__tr', {
|
20868
|
+
useRender(() => vue.createElementVNode("tr", {
|
20869
|
+
"class": vue.normalizeClass(['v-data-table__tr', {
|
20867
20870
|
'v-data-table__tr--clickable': !!(props.onClick || props.onContextmenu || props.onDblclick)
|
20868
|
-
}, displayClasses.value],
|
20871
|
+
}, displayClasses.value]),
|
20869
20872
|
"onClick": props.onClick,
|
20870
20873
|
"onContextmenu": props.onContextmenu,
|
20871
20874
|
"onDblclick": props.onDblclick
|
@@ -20954,9 +20957,9 @@
|
|
20954
20957
|
}
|
20955
20958
|
if (slots[slotName] && !mobile.value) return slots[slotName](slotProps);
|
20956
20959
|
const displayValue = vue.toDisplayString(slotProps.value);
|
20957
|
-
return !mobile.value ? displayValue : vue.
|
20960
|
+
return !mobile.value ? displayValue : vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("div", {
|
20958
20961
|
"class": "v-data-table__td-title"
|
20959
|
-
}, [slots[headerSlotName]?.(columnSlotProps) ?? column.title]), vue.
|
20962
|
+
}, [slots[headerSlotName]?.(columnSlotProps) ?? column.title]), vue.createElementVNode("div", {
|
20960
20963
|
"class": "v-data-table__td-value"
|
20961
20964
|
}, [slots[slotName]?.(slotProps) ?? displayValue])]);
|
20962
20965
|
}
|
@@ -21019,22 +21022,22 @@
|
|
21019
21022
|
} = useDisplay(props);
|
21020
21023
|
useRender(() => {
|
21021
21024
|
if (props.loading && (!props.items.length || slots.loading)) {
|
21022
|
-
return vue.
|
21025
|
+
return vue.createElementVNode("tr", {
|
21023
21026
|
"class": "v-data-table-rows-loading",
|
21024
21027
|
"key": "loading"
|
21025
|
-
}, [vue.
|
21028
|
+
}, [vue.createElementVNode("td", {
|
21026
21029
|
"colspan": columns.value.length
|
21027
21030
|
}, [slots.loading?.() ?? t(props.loadingText)])]);
|
21028
21031
|
}
|
21029
21032
|
if (!props.loading && !props.items.length && !props.hideNoData) {
|
21030
|
-
return vue.
|
21033
|
+
return vue.createElementVNode("tr", {
|
21031
21034
|
"class": "v-data-table-rows-no-data",
|
21032
21035
|
"key": "no-data"
|
21033
|
-
}, [vue.
|
21036
|
+
}, [vue.createElementVNode("td", {
|
21034
21037
|
"colspan": columns.value.length
|
21035
21038
|
}, [slots['no-data']?.() ?? t(props.noDataText)])]);
|
21036
21039
|
}
|
21037
|
-
return vue.
|
21040
|
+
return vue.createElementVNode(vue.Fragment, null, [props.items.map((item, index) => {
|
21038
21041
|
if (item.type === 'group') {
|
21039
21042
|
const slotProps = {
|
21040
21043
|
index,
|
@@ -21079,7 +21082,7 @@
|
|
21079
21082
|
internalItem: slotProps.internalItem
|
21080
21083
|
}) : props.rowProps)
|
21081
21084
|
};
|
21082
|
-
return vue.
|
21085
|
+
return vue.createElementVNode(vue.Fragment, {
|
21083
21086
|
"key": itemSlotProps.props.key
|
21084
21087
|
}, [slots.item ? slots.item(itemSlotProps) : vue.createVNode(VDataTableRow, itemSlotProps.props, slots), isExpanded(item) && slots['expanded-row']?.(slotProps)]);
|
21085
21088
|
})]);
|
@@ -21113,22 +21116,22 @@
|
|
21113
21116
|
densityClasses
|
21114
21117
|
} = useDensity(props);
|
21115
21118
|
useRender(() => vue.createVNode(props.tag, {
|
21116
|
-
"class": ['v-table', {
|
21119
|
+
"class": vue.normalizeClass(['v-table', {
|
21117
21120
|
'v-table--fixed-height': !!props.height,
|
21118
21121
|
'v-table--fixed-header': props.fixedHeader,
|
21119
21122
|
'v-table--fixed-footer': props.fixedFooter,
|
21120
21123
|
'v-table--has-top': !!slots.top,
|
21121
21124
|
'v-table--has-bottom': !!slots.bottom,
|
21122
21125
|
'v-table--hover': props.hover
|
21123
|
-
}, themeClasses.value, densityClasses.value, props.class],
|
21124
|
-
"style": props.style
|
21126
|
+
}, themeClasses.value, densityClasses.value, props.class]),
|
21127
|
+
"style": vue.normalizeStyle(props.style)
|
21125
21128
|
}, {
|
21126
|
-
default: () => [slots.top?.(), slots.default ? vue.
|
21129
|
+
default: () => [slots.top?.(), slots.default ? vue.createElementVNode("div", {
|
21127
21130
|
"class": "v-table__wrapper",
|
21128
|
-
"style": {
|
21131
|
+
"style": vue.normalizeStyle({
|
21129
21132
|
height: convertToUnit(props.height)
|
21130
|
-
}
|
21131
|
-
}, [vue.
|
21133
|
+
})
|
21134
|
+
}, [vue.createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
|
21132
21135
|
}));
|
21133
21136
|
return {};
|
21134
21137
|
}
|
@@ -21381,12 +21384,12 @@
|
|
21381
21384
|
"fixedHeader": props.fixedHeader || props.sticky
|
21382
21385
|
}), {
|
21383
21386
|
top: () => slots.top?.(slotProps.value),
|
21384
|
-
default: () => slots.default ? slots.default(slotProps.value) : vue.
|
21387
|
+
default: () => slots.default ? slots.default(slotProps.value) : vue.createElementVNode(vue.Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createElementVNode("thead", {
|
21385
21388
|
"key": "thead"
|
21386
|
-
}, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.
|
21389
|
+
}, [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, {
|
21387
21390
|
"items": paginatedItems.value
|
21388
21391
|
}), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
|
21389
|
-
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && vue.
|
21392
|
+
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VDivider, null, null), vue.createVNode(VDataTableFooter, dataTableFooterProps, {
|
21390
21393
|
prepend: slots['footer.prepend']
|
21391
21394
|
})])
|
21392
21395
|
});
|
@@ -21557,25 +21560,25 @@
|
|
21557
21560
|
"fixedHeader": props.fixedHeader || props.sticky
|
21558
21561
|
}), {
|
21559
21562
|
top: () => slots.top?.(slotProps.value),
|
21560
|
-
wrapper: () => vue.
|
21563
|
+
wrapper: () => vue.createElementVNode("div", {
|
21561
21564
|
"ref": containerRef,
|
21562
21565
|
"onScrollPassive": handleScroll,
|
21563
21566
|
"onScrollend": handleScrollend,
|
21564
21567
|
"class": "v-table__wrapper",
|
21565
|
-
"style": {
|
21568
|
+
"style": vue.normalizeStyle({
|
21566
21569
|
height: convertToUnit(props.height)
|
21567
|
-
}
|
21568
|
-
}, [vue.
|
21570
|
+
})
|
21571
|
+
}, [vue.createElementVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createElementVNode("thead", {
|
21569
21572
|
"key": "thead"
|
21570
|
-
}, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.
|
21573
|
+
}, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createElementVNode("tbody", {
|
21571
21574
|
"key": "tbody"
|
21572
|
-
}, [vue.
|
21575
|
+
}, [vue.createElementVNode("tr", {
|
21573
21576
|
"ref": markerRef,
|
21574
|
-
"style": {
|
21577
|
+
"style": vue.normalizeStyle({
|
21575
21578
|
height: convertToUnit(paddingTop.value),
|
21576
21579
|
border: 0
|
21577
|
-
}
|
21578
|
-
}, [vue.
|
21580
|
+
})
|
21581
|
+
}, [vue.createElementVNode("td", {
|
21579
21582
|
"colspan": columns.value.length,
|
21580
21583
|
"style": {
|
21581
21584
|
height: 0,
|
@@ -21604,12 +21607,12 @@
|
|
21604
21607
|
}), slots);
|
21605
21608
|
}
|
21606
21609
|
})
|
21607
|
-
}), slots['body.append']?.(slotProps.value), vue.
|
21608
|
-
"style": {
|
21610
|
+
}), slots['body.append']?.(slotProps.value), vue.createElementVNode("tr", {
|
21611
|
+
"style": vue.normalizeStyle({
|
21609
21612
|
height: convertToUnit(paddingBottom.value),
|
21610
21613
|
border: 0
|
21611
|
-
}
|
21612
|
-
}, [vue.
|
21614
|
+
})
|
21615
|
+
}, [vue.createElementVNode("td", {
|
21613
21616
|
"colspan": columns.value.length,
|
21614
21617
|
"style": {
|
21615
21618
|
height: 0,
|
@@ -21782,17 +21785,17 @@
|
|
21782
21785
|
"fixedHeader": props.fixedHeader || props.sticky
|
21783
21786
|
}), {
|
21784
21787
|
top: () => slots.top?.(slotProps.value),
|
21785
|
-
default: () => slots.default ? slots.default(slotProps.value) : vue.
|
21788
|
+
default: () => slots.default ? slots.default(slotProps.value) : vue.createElementVNode(vue.Fragment, null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && vue.createElementVNode("thead", {
|
21786
21789
|
"key": "thead",
|
21787
21790
|
"class": "v-data-table__thead",
|
21788
21791
|
"role": "rowgroup"
|
21789
|
-
}, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.
|
21792
|
+
}, [vue.createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && vue.createElementVNode("tbody", {
|
21790
21793
|
"class": "v-data-table__tbody",
|
21791
21794
|
"role": "rowgroup"
|
21792
21795
|
}, [slots['body.prepend']?.(slotProps.value), slots.body ? slots.body(slotProps.value) : vue.createVNode(VDataTableRows, vue.mergeProps(attrs, dataTableRowsProps, {
|
21793
21796
|
"items": flatItems.value
|
21794
21797
|
}), slots), slots['body.append']?.(slotProps.value)]), slots.tbody?.(slotProps.value), slots.tfoot?.(slotProps.value)]),
|
21795
|
-
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && vue.
|
21798
|
+
bottom: () => slots.bottom ? slots.bottom(slotProps.value) : !props.hideDefaultFooter && vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VDivider, null, null), vue.createVNode(VDataTableFooter, dataTableFooterProps, {
|
21796
21799
|
prepend: slots['footer.prepend']
|
21797
21800
|
})])
|
21798
21801
|
});
|
@@ -21823,10 +21826,10 @@
|
|
21823
21826
|
dimensionStyles
|
21824
21827
|
} = useDimension(props);
|
21825
21828
|
useRender(() => vue.createVNode(props.tag, {
|
21826
|
-
"class": ['v-container', {
|
21829
|
+
"class": vue.normalizeClass(['v-container', {
|
21827
21830
|
'v-container--fluid': props.fluid
|
21828
|
-
}, rtlClasses.value, props.class],
|
21829
|
-
"style": [dimensionStyles.value, props.style]
|
21831
|
+
}, rtlClasses.value, props.class]),
|
21832
|
+
"style": vue.normalizeStyle([dimensionStyles.value, props.style])
|
21830
21833
|
}, slots));
|
21831
21834
|
return {};
|
21832
21835
|
}
|
@@ -22145,11 +22148,11 @@
|
|
22145
22148
|
}
|
22146
22149
|
useRender(() => {
|
22147
22150
|
// TODO: add slot support and scope defaults
|
22148
|
-
return vue.
|
22151
|
+
return vue.createElementVNode("div", {
|
22149
22152
|
"class": ['v-date-picker-controls'],
|
22150
|
-
"style": {
|
22153
|
+
"style": vue.normalizeStyle({
|
22151
22154
|
'--v-date-picker-controls-height': convertToUnit(props.controlHeight)
|
22152
|
-
}
|
22155
|
+
})
|
22153
22156
|
}, [vue.createVNode(VBtn, {
|
22154
22157
|
"class": "v-date-picker-controls__month-btn",
|
22155
22158
|
"data-testid": "month-btn",
|
@@ -22166,7 +22169,7 @@
|
|
22166
22169
|
"icon": props.modeIcon,
|
22167
22170
|
"variant": "text",
|
22168
22171
|
"onClick": onClickYear
|
22169
|
-
}, null), vue.createVNode(VSpacer, null, null), vue.
|
22172
|
+
}, null), vue.createVNode(VSpacer, null, null), vue.createElementVNode("div", {
|
22170
22173
|
"class": "v-date-picker-controls__month"
|
22171
22174
|
}, [vue.createVNode(VBtn, {
|
22172
22175
|
"data-testid": "prev-month",
|
@@ -22222,24 +22225,24 @@
|
|
22222
22225
|
useRender(() => {
|
22223
22226
|
const hasContent = !!(slots.default || props.header);
|
22224
22227
|
const hasAppend = !!(slots.append || props.appendIcon);
|
22225
|
-
return vue.
|
22226
|
-
"class": ['v-date-picker-header', {
|
22228
|
+
return vue.createElementVNode("div", {
|
22229
|
+
"class": vue.normalizeClass(['v-date-picker-header', {
|
22227
22230
|
'v-date-picker-header--clickable': !!props.onClick
|
22228
|
-
}, backgroundColorClasses.value],
|
22229
|
-
"style": backgroundColorStyles.value,
|
22231
|
+
}, backgroundColorClasses.value]),
|
22232
|
+
"style": vue.normalizeStyle(backgroundColorStyles.value),
|
22230
22233
|
"onClick": onClick
|
22231
|
-
}, [slots.prepend && vue.
|
22234
|
+
}, [slots.prepend && vue.createElementVNode("div", {
|
22232
22235
|
"key": "prepend",
|
22233
22236
|
"class": "v-date-picker-header__prepend"
|
22234
22237
|
}, [slots.prepend()]), hasContent && vue.createVNode(MaybeTransition, {
|
22235
22238
|
"key": "content",
|
22236
22239
|
"name": props.transition
|
22237
22240
|
}, {
|
22238
|
-
default: () => [vue.
|
22241
|
+
default: () => [vue.createElementVNode("div", {
|
22239
22242
|
"key": props.header,
|
22240
22243
|
"class": "v-date-picker-header__content"
|
22241
22244
|
}, [slots.default?.() ?? props.header])]
|
22242
|
-
}), hasAppend && vue.
|
22245
|
+
}), hasAppend && vue.createElementVNode("div", {
|
22243
22246
|
"class": "v-date-picker-header__append"
|
22244
22247
|
}, [!slots.append ? vue.createVNode(VBtn, {
|
22245
22248
|
"key": "append-btn",
|
@@ -22525,24 +22528,24 @@
|
|
22525
22528
|
model.value = [value];
|
22526
22529
|
}
|
22527
22530
|
}
|
22528
|
-
useRender(() => vue.
|
22531
|
+
useRender(() => vue.createElementVNode("div", {
|
22529
22532
|
"class": "v-date-picker-month"
|
22530
|
-
}, [props.showWeek && vue.
|
22533
|
+
}, [props.showWeek && vue.createElementVNode("div", {
|
22531
22534
|
"key": "weeks",
|
22532
22535
|
"class": "v-date-picker-month__weeks"
|
22533
|
-
}, [!props.hideWeekdays && vue.
|
22536
|
+
}, [!props.hideWeekdays && vue.createElementVNode("div", {
|
22534
22537
|
"key": "hide-week-days",
|
22535
22538
|
"class": "v-date-picker-month__day"
|
22536
|
-
}, [vue.createTextVNode("\xA0")]), weekNumbers.value.map(week => vue.
|
22539
|
+
}, [vue.createTextVNode("\xA0")]), weekNumbers.value.map(week => vue.createElementVNode("div", {
|
22537
22540
|
"class": ['v-date-picker-month__day', 'v-date-picker-month__day--adjacent']
|
22538
22541
|
}, [week]))]), vue.createVNode(MaybeTransition, {
|
22539
22542
|
"name": transition.value
|
22540
22543
|
}, {
|
22541
|
-
default: () => [vue.
|
22544
|
+
default: () => [vue.createElementVNode("div", {
|
22542
22545
|
"ref": daysRef,
|
22543
22546
|
"key": daysInMonth.value[0].date?.toString(),
|
22544
22547
|
"class": "v-date-picker-month__days"
|
22545
|
-
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => vue.
|
22548
|
+
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => vue.createElementVNode("div", {
|
22546
22549
|
"class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
|
22547
22550
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
22548
22551
|
const slotProps = {
|
@@ -22562,14 +22565,14 @@
|
|
22562
22565
|
if (atMax.value && !item.isSelected) {
|
22563
22566
|
item.isDisabled = true;
|
22564
22567
|
}
|
22565
|
-
return vue.
|
22566
|
-
"class": ['v-date-picker-month__day', {
|
22568
|
+
return vue.createElementVNode("div", {
|
22569
|
+
"class": vue.normalizeClass(['v-date-picker-month__day', {
|
22567
22570
|
'v-date-picker-month__day--adjacent': item.isAdjacent,
|
22568
22571
|
'v-date-picker-month__day--hide-adjacent': item.isHidden,
|
22569
22572
|
'v-date-picker-month__day--selected': item.isSelected,
|
22570
22573
|
'v-date-picker-month__day--week-end': item.isWeekEnd,
|
22571
22574
|
'v-date-picker-month__day--week-start': item.isWeekStart
|
22572
|
-
}],
|
22575
|
+
}]),
|
22573
22576
|
"data-v-date": !item.isDisabled ? item.isoDate : undefined
|
22574
22577
|
}, [(props.showAdjacentMonths || !item.isAdjacent) && (slots.day?.(slotProps) ?? vue.createVNode(VBtn, slotProps.props, null))]);
|
22575
22578
|
})])]
|
@@ -22619,12 +22622,12 @@
|
|
22619
22622
|
vue.watchEffect(() => {
|
22620
22623
|
model.value = model.value ?? adapter.getMonth(adapter.date());
|
22621
22624
|
});
|
22622
|
-
useRender(() => vue.
|
22625
|
+
useRender(() => vue.createElementVNode("div", {
|
22623
22626
|
"class": "v-date-picker-months",
|
22624
|
-
"style": {
|
22627
|
+
"style": vue.normalizeStyle({
|
22625
22628
|
height: convertToUnit(props.height)
|
22626
|
-
}
|
22627
|
-
}, [vue.
|
22629
|
+
})
|
22630
|
+
}, [vue.createElementVNode("div", {
|
22628
22631
|
"class": "v-date-picker-months__content"
|
22629
22632
|
}, [months.value.map((month, i) => {
|
22630
22633
|
const btnProps = {
|
@@ -22710,12 +22713,12 @@
|
|
22710
22713
|
block: 'center'
|
22711
22714
|
});
|
22712
22715
|
});
|
22713
|
-
useRender(() => vue.
|
22716
|
+
useRender(() => vue.createElementVNode("div", {
|
22714
22717
|
"class": "v-date-picker-years",
|
22715
|
-
"style": {
|
22718
|
+
"style": vue.normalizeStyle({
|
22716
22719
|
height: convertToUnit(props.height)
|
22717
|
-
}
|
22718
|
-
}, [vue.
|
22720
|
+
})
|
22721
|
+
}, [vue.createElementVNode("div", {
|
22719
22722
|
"class": "v-date-picker-years__content"
|
22720
22723
|
}, [years.value.map((year, i) => {
|
22721
22724
|
const btnProps = {
|
@@ -22952,7 +22955,7 @@
|
|
22952
22955
|
}, rtlClasses.value, props.class],
|
22953
22956
|
"style": props.style
|
22954
22957
|
}), {
|
22955
|
-
title: () => slots.title?.() ?? vue.
|
22958
|
+
title: () => slots.title?.() ?? vue.createElementVNode("div", {
|
22956
22959
|
"class": "v-date-picker__title"
|
22957
22960
|
}, [t(props.title)]),
|
22958
22961
|
header: () => slots.header ? vue.createVNode(VDefaultsProvider, {
|
@@ -22971,7 +22974,7 @@
|
|
22971
22974
|
...slots,
|
22972
22975
|
default: undefined
|
22973
22976
|
}),
|
22974
|
-
default: () => vue.
|
22977
|
+
default: () => vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VDatePickerControls, vue.mergeProps(datePickerControlsProps, {
|
22975
22978
|
"disabled": disabled.value,
|
22976
22979
|
"text": text.value,
|
22977
22980
|
"onClick:next": onClickNext,
|
@@ -23080,15 +23083,15 @@
|
|
23080
23083
|
const hasText = !!(slots.text || props.text);
|
23081
23084
|
const hasMedia = !!(slots.media || props.image || props.icon);
|
23082
23085
|
const size = props.size || (props.image ? 200 : 96);
|
23083
|
-
return vue.
|
23084
|
-
"class": ['v-empty-state', {
|
23086
|
+
return vue.createElementVNode("div", {
|
23087
|
+
"class": vue.normalizeClass(['v-empty-state', {
|
23085
23088
|
[`v-empty-state--${props.justify}`]: true
|
23086
|
-
}, themeClasses.value, backgroundColorClasses.value, displayClasses.value, props.class],
|
23087
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, props.style]
|
23088
|
-
}, [hasMedia && vue.
|
23089
|
+
}, themeClasses.value, backgroundColorClasses.value, displayClasses.value, props.class]),
|
23090
|
+
"style": vue.normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style])
|
23091
|
+
}, [hasMedia && vue.createElementVNode("div", {
|
23089
23092
|
"key": "media",
|
23090
23093
|
"class": "v-empty-state__media"
|
23091
|
-
}, [!slots.media ? vue.
|
23094
|
+
}, [!slots.media ? vue.createElementVNode(vue.Fragment, null, [props.image ? vue.createVNode(VImg, {
|
23092
23095
|
"key": "image",
|
23093
23096
|
"src": props.image,
|
23094
23097
|
"height": size
|
@@ -23111,22 +23114,22 @@
|
|
23111
23114
|
}
|
23112
23115
|
}, {
|
23113
23116
|
default: () => [slots.media()]
|
23114
|
-
})]), hasHeadline && vue.
|
23117
|
+
})]), hasHeadline && vue.createElementVNode("div", {
|
23115
23118
|
"key": "headline",
|
23116
23119
|
"class": "v-empty-state__headline"
|
23117
|
-
}, [slots.headline?.() ?? props.headline]), hasTitle && vue.
|
23120
|
+
}, [slots.headline?.() ?? props.headline]), hasTitle && vue.createElementVNode("div", {
|
23118
23121
|
"key": "title",
|
23119
23122
|
"class": "v-empty-state__title"
|
23120
|
-
}, [slots.title?.() ?? props.title]), hasText && vue.
|
23123
|
+
}, [slots.title?.() ?? props.title]), hasText && vue.createElementVNode("div", {
|
23121
23124
|
"key": "text",
|
23122
23125
|
"class": "v-empty-state__text",
|
23123
|
-
"style": {
|
23126
|
+
"style": vue.normalizeStyle({
|
23124
23127
|
maxWidth: convertToUnit(props.textWidth)
|
23125
|
-
}
|
23126
|
-
}, [slots.text?.() ?? props.text]), slots.default && vue.
|
23128
|
+
})
|
23129
|
+
}, [slots.text?.() ?? props.text]), slots.default && vue.createElementVNode("div", {
|
23127
23130
|
"key": "content",
|
23128
23131
|
"class": "v-empty-state__content"
|
23129
|
-
}, [slots.default()]), hasActions && vue.
|
23132
|
+
}, [slots.default()]), hasActions && vue.createElementVNode("div", {
|
23130
23133
|
"key": "actions",
|
23131
23134
|
"class": "v-empty-state__actions"
|
23132
23135
|
}, [vue.createVNode(VDefaultsProvider, {
|
@@ -23177,10 +23180,10 @@
|
|
23177
23180
|
useRender(() => vue.createVNode(VExpandTransition, {
|
23178
23181
|
"onAfterLeave": onAfterLeave
|
23179
23182
|
}, {
|
23180
|
-
default: () => [vue.withDirectives(vue.
|
23181
|
-
"class": ['v-expansion-panel-text', props.class],
|
23182
|
-
"style": props.style
|
23183
|
-
}, [slots.default && hasContent.value && vue.
|
23183
|
+
default: () => [vue.withDirectives(vue.createElementVNode("div", {
|
23184
|
+
"class": vue.normalizeClass(['v-expansion-panel-text', props.class]),
|
23185
|
+
"style": vue.normalizeStyle(props.style)
|
23186
|
+
}, [slots.default && hasContent.value && vue.createElementVNode("div", {
|
23184
23187
|
"class": "v-expansion-panel-text__wrapper"
|
23185
23188
|
}, [slots.default?.()])]), [[vue.vShow, expansionPanel.isSelected.value]])]
|
23186
23189
|
}));
|
@@ -23214,7 +23217,7 @@
|
|
23214
23217
|
const VExpansionPanelTitle = genericComponent()({
|
23215
23218
|
name: 'VExpansionPanelTitle',
|
23216
23219
|
directives: {
|
23217
|
-
Ripple
|
23220
|
+
vRipple: Ripple
|
23218
23221
|
},
|
23219
23222
|
props: makeVExpansionPanelTitleProps(),
|
23220
23223
|
setup(props, _ref) {
|
@@ -23238,19 +23241,19 @@
|
|
23238
23241
|
readonly: props.readonly
|
23239
23242
|
}));
|
23240
23243
|
const icon = vue.toRef(() => expansionPanel.isSelected.value ? props.collapseIcon : props.expandIcon);
|
23241
|
-
useRender(() => vue.withDirectives(vue.
|
23242
|
-
"class": ['v-expansion-panel-title', {
|
23244
|
+
useRender(() => vue.withDirectives(vue.createElementVNode("button", {
|
23245
|
+
"class": vue.normalizeClass(['v-expansion-panel-title', {
|
23243
23246
|
'v-expansion-panel-title--active': expansionPanel.isSelected.value,
|
23244
23247
|
'v-expansion-panel-title--focusable': props.focusable,
|
23245
23248
|
'v-expansion-panel-title--static': props.static
|
23246
|
-
}, backgroundColorClasses.value, props.class],
|
23247
|
-
"style": [backgroundColorStyles.value, dimensionStyles.value, props.style],
|
23249
|
+
}, backgroundColorClasses.value, props.class]),
|
23250
|
+
"style": vue.normalizeStyle([backgroundColorStyles.value, dimensionStyles.value, props.style]),
|
23248
23251
|
"type": "button",
|
23249
23252
|
"tabindex": expansionPanel.disabled.value ? -1 : undefined,
|
23250
23253
|
"disabled": expansionPanel.disabled.value,
|
23251
23254
|
"aria-expanded": expansionPanel.isSelected.value,
|
23252
23255
|
"onClick": !props.readonly ? expansionPanel.toggle : undefined
|
23253
|
-
}, [vue.
|
23256
|
+
}, [vue.createElementVNode("span", {
|
23254
23257
|
"class": "v-expansion-panel-title__overlay"
|
23255
23258
|
}, null), slots.default?.(slotProps.value), !props.hideActions && vue.createVNode(VDefaultsProvider, {
|
23256
23259
|
"defaults": {
|
@@ -23259,10 +23262,10 @@
|
|
23259
23262
|
}
|
23260
23263
|
}
|
23261
23264
|
}, {
|
23262
|
-
default: () => [vue.
|
23265
|
+
default: () => [vue.createElementVNode("span", {
|
23263
23266
|
"class": "v-expansion-panel-title__icon"
|
23264
23267
|
}, [slots.actions?.(slotProps.value) ?? vue.createVNode(VIcon, null, null)])]
|
23265
|
-
})]), [[
|
23268
|
+
})]), [[Ripple, props.ripple]]));
|
23266
23269
|
return {};
|
23267
23270
|
}
|
23268
23271
|
});
|
@@ -23319,16 +23322,16 @@
|
|
23319
23322
|
const expansionPanelTitleProps = VExpansionPanelTitle.filterProps(props);
|
23320
23323
|
const expansionPanelTextProps = VExpansionPanelText.filterProps(props);
|
23321
23324
|
return vue.createVNode(props.tag, {
|
23322
|
-
"class": ['v-expansion-panel', {
|
23325
|
+
"class": vue.normalizeClass(['v-expansion-panel', {
|
23323
23326
|
'v-expansion-panel--active': groupItem.isSelected.value,
|
23324
23327
|
'v-expansion-panel--before-active': isBeforeSelected.value,
|
23325
23328
|
'v-expansion-panel--after-active': isAfterSelected.value,
|
23326
23329
|
'v-expansion-panel--disabled': isDisabled.value
|
23327
|
-
}, roundedClasses.value, backgroundColorClasses.value, props.class],
|
23328
|
-
"style": [backgroundColorStyles.value, props.style]
|
23330
|
+
}, roundedClasses.value, backgroundColorClasses.value, props.class]),
|
23331
|
+
"style": vue.normalizeStyle([backgroundColorStyles.value, props.style])
|
23329
23332
|
}, {
|
23330
|
-
default: () => [vue.
|
23331
|
-
"class": ['v-expansion-panel__shadow', ...elevationClasses.value]
|
23333
|
+
default: () => [vue.createElementVNode("div", {
|
23334
|
+
"class": vue.normalizeClass(['v-expansion-panel__shadow', ...elevationClasses.value])
|
23332
23335
|
}, null), vue.createVNode(VDefaultsProvider, {
|
23333
23336
|
"defaults": {
|
23334
23337
|
VExpansionPanelTitle: {
|
@@ -23408,11 +23411,11 @@
|
|
23408
23411
|
}
|
23409
23412
|
});
|
23410
23413
|
useRender(() => vue.createVNode(props.tag, {
|
23411
|
-
"class": ['v-expansion-panels', {
|
23414
|
+
"class": vue.normalizeClass(['v-expansion-panels', {
|
23412
23415
|
'v-expansion-panels--flat': props.flat,
|
23413
23416
|
'v-expansion-panels--tile': props.tile
|
23414
|
-
}, themeClasses.value, variantClass.value, props.class],
|
23415
|
-
"style": props.style
|
23417
|
+
}, themeClasses.value, variantClass.value, props.class]),
|
23418
|
+
"style": vue.normalizeStyle(props.style)
|
23416
23419
|
}, {
|
23417
23420
|
default: () => [slots.default?.({
|
23418
23421
|
prev,
|
@@ -23492,22 +23495,22 @@
|
|
23492
23495
|
const vFabRef = vue.ref();
|
23493
23496
|
useRender(() => {
|
23494
23497
|
const btnProps = VBtn.filterProps(props);
|
23495
|
-
return vue.
|
23498
|
+
return vue.createElementVNode("div", {
|
23496
23499
|
"ref": vFabRef,
|
23497
|
-
"class": ['v-fab', {
|
23500
|
+
"class": vue.normalizeClass(['v-fab', {
|
23498
23501
|
'v-fab--absolute': props.absolute,
|
23499
23502
|
'v-fab--app': !!props.app,
|
23500
23503
|
'v-fab--extended': props.extended,
|
23501
23504
|
'v-fab--offset': props.offset,
|
23502
23505
|
[`v-fab--${position.value}`]: hasPosition.value,
|
23503
23506
|
[`v-fab--${orientation.value}`]: hasPosition.value
|
23504
|
-
}, props.class],
|
23505
|
-
"style": [props.app ? {
|
23507
|
+
}, props.class]),
|
23508
|
+
"style": vue.normalizeStyle([props.app ? {
|
23506
23509
|
...layoutItemStyles.value
|
23507
23510
|
} : {
|
23508
23511
|
height: props.absolute ? '100%' : 'inherit'
|
23509
|
-
}, props.style]
|
23510
|
-
}, [vue.
|
23512
|
+
}, props.style])
|
23513
|
+
}, [vue.createElementVNode("div", {
|
23511
23514
|
"class": "v-fab__container"
|
23512
23515
|
}, [vue.createVNode(MaybeTransition, {
|
23513
23516
|
"appear": props.appear,
|
@@ -23723,7 +23726,7 @@
|
|
23723
23726
|
...slotProps
|
23724
23727
|
}
|
23725
23728
|
} = _ref4;
|
23726
|
-
return vue.
|
23729
|
+
return vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("input", vue.mergeProps({
|
23727
23730
|
"ref": inputRef,
|
23728
23731
|
"type": "file",
|
23729
23732
|
"readonly": isReadonly.value,
|
@@ -23743,8 +23746,8 @@
|
|
23743
23746
|
"onDragleave": onDragleave,
|
23744
23747
|
"onFocus": onFocus,
|
23745
23748
|
"onBlur": blur
|
23746
|
-
}, slotProps, inputAttrs), null), vue.
|
23747
|
-
"class": fieldClass
|
23749
|
+
}, slotProps, inputAttrs), null), vue.createElementVNode("div", {
|
23750
|
+
"class": vue.normalizeClass(fieldClass)
|
23748
23751
|
}, [!!model.value?.length && !props.hideInput && (slots.selection ? slots.selection({
|
23749
23752
|
fileNames: fileNames.value,
|
23750
23753
|
totalBytes: totalBytes.value,
|
@@ -23757,7 +23760,7 @@
|
|
23757
23760
|
}
|
23758
23761
|
});
|
23759
23762
|
},
|
23760
|
-
details: hasDetails ? slotProps => vue.
|
23763
|
+
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, {
|
23761
23764
|
"active": !!model.value?.length,
|
23762
23765
|
"value": counterValue.value,
|
23763
23766
|
"disabled": props.disabled
|
@@ -23833,10 +23836,10 @@
|
|
23833
23836
|
});
|
23834
23837
|
useRender(() => vue.createVNode(props.tag, {
|
23835
23838
|
"ref": resizeRef,
|
23836
|
-
"class": ['v-footer', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
23837
|
-
"style": [backgroundColorStyles.value, props.app ? layoutItemStyles.value : {
|
23839
|
+
"class": vue.normalizeClass(['v-footer', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
|
23840
|
+
"style": vue.normalizeStyle([backgroundColorStyles.value, props.app ? layoutItemStyles.value : {
|
23838
23841
|
height: convertToUnit(props.height)
|
23839
|
-
}, props.style]
|
23842
|
+
}, props.style])
|
23840
23843
|
}, slots));
|
23841
23844
|
return {};
|
23842
23845
|
}
|
@@ -23885,10 +23888,10 @@
|
|
23885
23888
|
}
|
23886
23889
|
e.preventDefault();
|
23887
23890
|
}
|
23888
|
-
useRender(() => vue.
|
23891
|
+
useRender(() => vue.createElementVNode("form", {
|
23889
23892
|
"ref": formRef,
|
23890
|
-
"class": ['v-form', props.class],
|
23891
|
-
"style": props.style,
|
23893
|
+
"class": vue.normalizeClass(['v-form', props.class]),
|
23894
|
+
"style": vue.normalizeStyle(props.style),
|
23892
23895
|
"novalidate": true,
|
23893
23896
|
"onReset": onReset,
|
23894
23897
|
"onSubmit": onSubmit
|
@@ -23985,11 +23988,11 @@
|
|
23985
23988
|
vue.watch(isIntersecting, async val => {
|
23986
23989
|
emit('intersect', props.side, val);
|
23987
23990
|
});
|
23988
|
-
useRender(() => vue.
|
23991
|
+
useRender(() => vue.createElementVNode("div", {
|
23989
23992
|
"class": "v-infinite-scroll-intersect",
|
23990
|
-
"style": {
|
23993
|
+
"style": vue.normalizeStyle({
|
23991
23994
|
'--v-infinite-margin-size': props.rootMargin
|
23992
|
-
},
|
23995
|
+
}),
|
23993
23996
|
"ref": intersectionRef
|
23994
23997
|
}, [vue.createTextVNode("\xA0")]));
|
23995
23998
|
return {};
|
@@ -24101,7 +24104,7 @@
|
|
24101
24104
|
}
|
24102
24105
|
};
|
24103
24106
|
if (status === 'error') return slots.error?.(slotProps);
|
24104
|
-
if (status === 'empty') return slots.empty?.(slotProps) ?? vue.
|
24107
|
+
if (status === 'empty') return slots.empty?.(slotProps) ?? vue.createElementVNode("div", null, [t(props.emptyText)]);
|
24105
24108
|
if (props.mode === 'manual') {
|
24106
24109
|
if (status === 'loading') {
|
24107
24110
|
return slots.loading?.(slotProps) ?? vue.createVNode(VProgressCircular, {
|
@@ -24132,13 +24135,13 @@
|
|
24132
24135
|
const intersectMode = props.mode === 'intersect';
|
24133
24136
|
return vue.createVNode(Tag, {
|
24134
24137
|
"ref": rootEl,
|
24135
|
-
"class": ['v-infinite-scroll', `v-infinite-scroll--${props.direction}`, {
|
24138
|
+
"class": vue.normalizeClass(['v-infinite-scroll', `v-infinite-scroll--${props.direction}`, {
|
24136
24139
|
'v-infinite-scroll--start': hasStartIntersect,
|
24137
24140
|
'v-infinite-scroll--end': hasEndIntersect
|
24138
|
-
}],
|
24139
|
-
"style": dimensionStyles.value
|
24141
|
+
}]),
|
24142
|
+
"style": vue.normalizeStyle(dimensionStyles.value)
|
24140
24143
|
}, {
|
24141
|
-
default: () => [vue.
|
24144
|
+
default: () => [vue.createElementVNode("div", {
|
24142
24145
|
"class": "v-infinite-scroll__side"
|
24143
24146
|
}, [renderSide('start', startStatus.value)]), hasStartIntersect && intersectMode && vue.createVNode(VInfiniteScrollIntersect, {
|
24144
24147
|
"key": "start",
|
@@ -24150,7 +24153,7 @@
|
|
24150
24153
|
"side": "end",
|
24151
24154
|
"onIntersect": handleIntersect,
|
24152
24155
|
"rootMargin": margin.value
|
24153
|
-
}, null), vue.
|
24156
|
+
}, null), vue.createElementVNode("div", {
|
24154
24157
|
"class": "v-infinite-scroll__side"
|
24155
24158
|
}, [renderSide('end', endStatus.value)])]
|
24156
24159
|
});
|
@@ -24190,8 +24193,8 @@
|
|
24190
24193
|
selected
|
24191
24194
|
} = useGroup(props, VItemGroupSymbol);
|
24192
24195
|
return () => vue.createVNode(props.tag, {
|
24193
|
-
"class": ['v-item-group', themeClasses.value, props.class],
|
24194
|
-
"style": props.style
|
24196
|
+
"class": vue.normalizeClass(['v-item-group', themeClasses.value, props.class]),
|
24197
|
+
"style": vue.normalizeStyle(props.style)
|
24195
24198
|
}, {
|
24196
24199
|
default: () => [slots.default?.({
|
24197
24200
|
isSelected,
|
@@ -24259,10 +24262,10 @@
|
|
24259
24262
|
const {
|
24260
24263
|
dimensionStyles
|
24261
24264
|
} = useDimension(props);
|
24262
|
-
useRender(() => vue.
|
24265
|
+
useRender(() => vue.createElementVNode("div", {
|
24263
24266
|
"ref": layoutRef,
|
24264
|
-
"class": [layoutClasses.value, props.class],
|
24265
|
-
"style": [dimensionStyles.value, layoutStyles.value, props.style]
|
24267
|
+
"class": vue.normalizeClass([layoutClasses.value, props.class]),
|
24268
|
+
"style": vue.normalizeStyle([dimensionStyles.value, layoutStyles.value, props.style])
|
24266
24269
|
}, [slots.default?.()]));
|
24267
24270
|
return {
|
24268
24271
|
getLayoutItem,
|
@@ -24304,9 +24307,9 @@
|
|
24304
24307
|
active: vue.toRef(() => props.modelValue),
|
24305
24308
|
absolute: vue.toRef(() => props.absolute)
|
24306
24309
|
});
|
24307
|
-
return () => vue.
|
24308
|
-
"class": ['v-layout-item', props.class],
|
24309
|
-
"style": [layoutItemStyles.value, props.style]
|
24310
|
+
return () => vue.createElementVNode("div", {
|
24311
|
+
"class": vue.normalizeClass(['v-layout-item', props.class]),
|
24312
|
+
"style": vue.normalizeStyle([layoutItemStyles.value, props.style])
|
24310
24313
|
}, [slots.default?.()]);
|
24311
24314
|
}
|
24312
24315
|
});
|
@@ -24335,7 +24338,7 @@
|
|
24335
24338
|
const VLazy = genericComponent()({
|
24336
24339
|
name: 'VLazy',
|
24337
24340
|
directives: {
|
24338
|
-
|
24341
|
+
vIntersect: Intersect
|
24339
24342
|
},
|
24340
24343
|
props: makeVLazyProps(),
|
24341
24344
|
emits: {
|
@@ -24354,8 +24357,8 @@
|
|
24354
24357
|
isActive.value = isIntersecting;
|
24355
24358
|
}
|
24356
24359
|
useRender(() => vue.withDirectives(vue.createVNode(props.tag, {
|
24357
|
-
"class": ['v-lazy', props.class],
|
24358
|
-
"style": [dimensionStyles.value, props.style]
|
24360
|
+
"class": vue.normalizeClass(['v-lazy', props.class]),
|
24361
|
+
"style": vue.normalizeStyle([dimensionStyles.value, props.style])
|
24359
24362
|
}, {
|
24360
24363
|
default: () => [isActive.value && vue.createVNode(MaybeTransition, {
|
24361
24364
|
"transition": props.transition,
|
@@ -24363,7 +24366,7 @@
|
|
24363
24366
|
}, {
|
24364
24367
|
default: () => [slots.default?.()]
|
24365
24368
|
})]
|
24366
|
-
}), [[
|
24369
|
+
}), [[Intersect, {
|
24367
24370
|
handler: onIntersect,
|
24368
24371
|
options: props.options
|
24369
24372
|
}, null]]));
|
@@ -24391,9 +24394,9 @@
|
|
24391
24394
|
const {
|
24392
24395
|
rtlClasses
|
24393
24396
|
} = provideLocale(props);
|
24394
|
-
useRender(() => vue.
|
24395
|
-
"class": ['v-locale-provider', rtlClasses.value, props.class],
|
24396
|
-
"style": props.style
|
24397
|
+
useRender(() => vue.createElementVNode("div", {
|
24398
|
+
"class": vue.normalizeClass(['v-locale-provider', rtlClasses.value, props.class]),
|
24399
|
+
"style": vue.normalizeStyle(props.style)
|
24397
24400
|
}, [slots.default?.()]));
|
24398
24401
|
return {};
|
24399
24402
|
}
|
@@ -24424,12 +24427,12 @@
|
|
24424
24427
|
ssrBootStyles
|
24425
24428
|
} = useSsrBoot();
|
24426
24429
|
useRender(() => vue.createVNode(props.tag, {
|
24427
|
-
"class": ['v-main', {
|
24430
|
+
"class": vue.normalizeClass(['v-main', {
|
24428
24431
|
'v-main--scrollable': props.scrollable
|
24429
|
-
}, props.class],
|
24430
|
-
"style": [mainStyles.value, ssrBootStyles.value, dimensionStyles.value, props.style]
|
24432
|
+
}, props.class]),
|
24433
|
+
"style": vue.normalizeStyle([mainStyles.value, ssrBootStyles.value, dimensionStyles.value, props.style])
|
24431
24434
|
}, {
|
24432
|
-
default: () => [props.scrollable ? vue.
|
24435
|
+
default: () => [props.scrollable ? vue.createElementVNode("div", {
|
24433
24436
|
"class": "v-main__scroller"
|
24434
24437
|
}, [slots.default?.()]) : slots.default?.()]
|
24435
24438
|
}));
|
@@ -24940,7 +24943,7 @@
|
|
24940
24943
|
});
|
24941
24944
|
useRender(() => {
|
24942
24945
|
const hasImage = slots.image || props.image;
|
24943
|
-
return vue.
|
24946
|
+
return vue.createElementVNode(vue.Fragment, null, [vue.createVNode(props.tag, vue.mergeProps({
|
24944
24947
|
"ref": rootEl,
|
24945
24948
|
"onMouseenter": runOpenDelay,
|
24946
24949
|
"onMouseleave": runCloseDelay,
|
@@ -24956,7 +24959,7 @@
|
|
24956
24959
|
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, displayClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
24957
24960
|
"style": [backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, stickyStyles.value, props.style]
|
24958
24961
|
}, scopeId, attrs), {
|
24959
|
-
default: () => [hasImage && vue.
|
24962
|
+
default: () => [hasImage && vue.createElementVNode("div", {
|
24960
24963
|
"key": "image",
|
24961
24964
|
"class": "v-navigation-drawer__img"
|
24962
24965
|
}, [!slots.image ? vue.createVNode(VImg, {
|
@@ -24976,17 +24979,17 @@
|
|
24976
24979
|
src: props.image
|
24977
24980
|
}
|
24978
24981
|
}
|
24979
|
-
}, slots.image)]), slots.prepend && vue.
|
24982
|
+
}, slots.image)]), slots.prepend && vue.createElementVNode("div", {
|
24980
24983
|
"class": "v-navigation-drawer__prepend"
|
24981
|
-
}, [slots.prepend?.()]), vue.
|
24984
|
+
}, [slots.prepend?.()]), vue.createElementVNode("div", {
|
24982
24985
|
"class": "v-navigation-drawer__content"
|
24983
|
-
}, [slots.default?.()]), slots.append && vue.
|
24986
|
+
}, [slots.default?.()]), slots.append && vue.createElementVNode("div", {
|
24984
24987
|
"class": "v-navigation-drawer__append"
|
24985
24988
|
}, [slots.append?.()])]
|
24986
24989
|
}), vue.createVNode(vue.Transition, {
|
24987
24990
|
"name": "fade-transition"
|
24988
24991
|
}, {
|
24989
|
-
default: () => [isTemporary.value && (isDragging.value || isActive.value) && !!props.scrim && vue.
|
24992
|
+
default: () => [isTemporary.value && (isDragging.value || isActive.value) && !!props.scrim && vue.createElementVNode("div", vue.mergeProps({
|
24990
24993
|
"class": ['v-navigation-drawer__scrim', scrimColor.backgroundColorClasses.value],
|
24991
24994
|
"style": [scrimStyles.value, scrimColor.backgroundColorStyles.value],
|
24992
24995
|
"onClick": () => {
|
@@ -25357,7 +25360,7 @@
|
|
25357
25360
|
});
|
25358
25361
|
}
|
25359
25362
|
function controlNode() {
|
25360
|
-
return vue.
|
25363
|
+
return vue.createElementVNode("div", {
|
25361
25364
|
"class": "v-number-input__control"
|
25362
25365
|
}, [decrementControlNode(), vue.createVNode(VDivider, {
|
25363
25366
|
"vertical": controlVariant.value !== 'stacked'
|
@@ -25368,17 +25371,17 @@
|
|
25368
25371
|
"vertical": true
|
25369
25372
|
}, null) : undefined;
|
25370
25373
|
}
|
25371
|
-
const appendInnerControl = controlVariant.value === 'split' ? vue.
|
25374
|
+
const appendInnerControl = controlVariant.value === 'split' ? vue.createElementVNode("div", {
|
25372
25375
|
"class": "v-number-input__control"
|
25373
25376
|
}, [vue.createVNode(VDivider, {
|
25374
25377
|
"vertical": true
|
25375
|
-
}, null), incrementControlNode()]) : props.reverse || controlVariant.value === 'hidden' ? undefined : vue.
|
25378
|
+
}, null), incrementControlNode()]) : props.reverse || controlVariant.value === 'hidden' ? undefined : vue.createElementVNode(vue.Fragment, null, [dividerNode(), controlNode()]);
|
25376
25379
|
const hasAppendInner = slots['append-inner'] || appendInnerControl;
|
25377
|
-
const prependInnerControl = controlVariant.value === 'split' ? vue.
|
25380
|
+
const prependInnerControl = controlVariant.value === 'split' ? vue.createElementVNode("div", {
|
25378
25381
|
"class": "v-number-input__control"
|
25379
25382
|
}, [decrementControlNode(), vue.createVNode(VDivider, {
|
25380
25383
|
"vertical": true
|
25381
|
-
}, null)]) : props.reverse && controlVariant.value !== 'hidden' ? vue.
|
25384
|
+
}, null)]) : props.reverse && controlVariant.value !== 'hidden' ? vue.createElementVNode(vue.Fragment, null, [controlNode(), dividerNode()]) : undefined;
|
25382
25385
|
const hasPrependInner = slots['prepend-inner'] || prependInnerControl;
|
25383
25386
|
return vue.createVNode(VTextField, vue.mergeProps({
|
25384
25387
|
"ref": vTextFieldRef,
|
@@ -25406,13 +25409,13 @@
|
|
25406
25409
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
25407
25410
|
args[_key] = arguments[_key];
|
25408
25411
|
}
|
25409
|
-
return vue.
|
25412
|
+
return vue.createElementVNode(vue.Fragment, null, [slots['append-inner']?.(...args), appendInnerControl]);
|
25410
25413
|
} : undefined,
|
25411
25414
|
'prepend-inner': hasPrependInner ? function () {
|
25412
25415
|
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
25413
25416
|
args[_key2] = arguments[_key2];
|
25414
25417
|
}
|
25415
|
-
return vue.
|
25418
|
+
return vue.createElementVNode(vue.Fragment, null, [prependInnerControl, slots['prepend-inner']?.(...args)]);
|
25416
25419
|
} : undefined
|
25417
25420
|
});
|
25418
25421
|
});
|
@@ -25576,16 +25579,16 @@
|
|
25576
25579
|
});
|
25577
25580
|
useRender(() => {
|
25578
25581
|
const [rootAttrs, inputAttrs] = filterInputAttrs(attrs);
|
25579
|
-
return vue.
|
25582
|
+
return vue.createElementVNode("div", vue.mergeProps({
|
25580
25583
|
"class": ['v-otp-input', {
|
25581
25584
|
'v-otp-input--divided': !!props.divider
|
25582
25585
|
}, props.class],
|
25583
25586
|
"style": [props.style]
|
25584
|
-
}, rootAttrs), [vue.
|
25587
|
+
}, rootAttrs), [vue.createElementVNode("div", {
|
25585
25588
|
"ref": contentRef,
|
25586
25589
|
"class": "v-otp-input__content",
|
25587
|
-
"style": [dimensionStyles.value]
|
25588
|
-
}, [fields.value.map((_, i) => vue.
|
25590
|
+
"style": vue.normalizeStyle([dimensionStyles.value])
|
25591
|
+
}, [fields.value.map((_, i) => vue.createElementVNode(vue.Fragment, null, [props.divider && i !== 0 && vue.createElementVNode("span", {
|
25589
25592
|
"class": "v-otp-input__divider"
|
25590
25593
|
}, [props.divider]), vue.createVNode(VField, {
|
25591
25594
|
"focused": isFocused.value && props.focusAll || focusIndex.value === i,
|
@@ -25594,7 +25597,7 @@
|
|
25594
25597
|
...slots,
|
25595
25598
|
loader: undefined,
|
25596
25599
|
default: () => {
|
25597
|
-
return vue.
|
25600
|
+
return vue.createElementVNode("input", {
|
25598
25601
|
"ref": val => inputRef.value[i] = val,
|
25599
25602
|
"aria-label": t(props.label, i + 1),
|
25600
25603
|
"autofocus": i === 0 && props.autofocus,
|
@@ -25614,7 +25617,7 @@
|
|
25614
25617
|
"onPaste": event => onPaste(i, event)
|
25615
25618
|
}, null);
|
25616
25619
|
}
|
25617
|
-
})])), vue.
|
25620
|
+
})])), vue.createElementVNode("input", vue.mergeProps({
|
25618
25621
|
"class": "v-otp-input-input",
|
25619
25622
|
"type": "hidden"
|
25620
25623
|
}, inputAttrs, {
|
@@ -25719,10 +25722,10 @@
|
|
25719
25722
|
});
|
25720
25723
|
}
|
25721
25724
|
useRender(() => vue.createVNode(VImg, {
|
25722
|
-
"class": ['v-parallax', {
|
25725
|
+
"class": vue.normalizeClass(['v-parallax', {
|
25723
25726
|
'v-parallax--active': isIntersecting.value
|
25724
|
-
}, props.class],
|
25725
|
-
"style": props.style,
|
25727
|
+
}, props.class]),
|
25728
|
+
"style": vue.normalizeStyle(props.style),
|
25726
25729
|
"ref": root,
|
25727
25730
|
"cover": true,
|
25728
25731
|
"onLoadstart": onScroll,
|
@@ -25822,7 +25825,7 @@
|
|
25822
25825
|
isDisabled,
|
25823
25826
|
isReadonly
|
25824
25827
|
} = _ref2;
|
25825
|
-
return vue.
|
25828
|
+
return vue.createElementVNode(vue.Fragment, null, [label && vue.createVNode(VLabel, {
|
25826
25829
|
"id": id.value
|
25827
25830
|
}, {
|
25828
25831
|
default: () => [label]
|
@@ -25960,7 +25963,7 @@
|
|
25960
25963
|
"focused": isFocused.value
|
25961
25964
|
}), {
|
25962
25965
|
...slots,
|
25963
|
-
prepend: hasPrepend ? slotProps => vue.
|
25966
|
+
prepend: hasPrepend ? slotProps => vue.createElementVNode(vue.Fragment, null, [slots.label?.(slotProps) ?? (props.label ? vue.createVNode(VLabel, {
|
25964
25967
|
"class": "v-slider__label",
|
25965
25968
|
"text": props.label
|
25966
25969
|
}, null) : undefined), slots.prepend?.(slotProps)]) : undefined,
|
@@ -25969,18 +25972,18 @@
|
|
25969
25972
|
id,
|
25970
25973
|
messagesId
|
25971
25974
|
} = _ref4;
|
25972
|
-
return vue.
|
25975
|
+
return vue.createElementVNode("div", {
|
25973
25976
|
"class": "v-slider__container",
|
25974
25977
|
"onMousedown": !readonly.value ? onSliderMousedown : undefined,
|
25975
25978
|
"onTouchstartPassive": !readonly.value ? onSliderTouchstart : undefined
|
25976
|
-
}, [vue.
|
25979
|
+
}, [vue.createElementVNode("input", {
|
25977
25980
|
"id": `${id.value}_start`,
|
25978
25981
|
"name": props.name || id.value,
|
25979
25982
|
"disabled": !!props.disabled,
|
25980
25983
|
"readonly": !!props.readonly,
|
25981
25984
|
"tabindex": "-1",
|
25982
25985
|
"value": model.value[0]
|
25983
|
-
}, null), vue.
|
25986
|
+
}, null), vue.createElementVNode("input", {
|
25984
25987
|
"id": `${id.value}_stop`,
|
25985
25988
|
"name": props.name || id.value,
|
25986
25989
|
"disabled": !!props.disabled,
|
@@ -26179,16 +26182,16 @@
|
|
26179
26182
|
size: props.size,
|
26180
26183
|
variant: 'plain'
|
26181
26184
|
};
|
26182
|
-
return vue.
|
26185
|
+
return vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("label", {
|
26183
26186
|
"for": id,
|
26184
|
-
"class": {
|
26187
|
+
"class": vue.normalizeClass({
|
26185
26188
|
'v-rating__item--half': props.halfIncrements && value % 1 > 0,
|
26186
26189
|
'v-rating__item--full': props.halfIncrements && value % 1 === 0
|
26187
|
-
},
|
26190
|
+
}),
|
26188
26191
|
"onMouseenter": onMouseenter,
|
26189
26192
|
"onMouseleave": onMouseleave,
|
26190
26193
|
"onClick": onClick
|
26191
|
-
}, [vue.
|
26194
|
+
}, [vue.createElementVNode("span", {
|
26192
26195
|
"class": "v-rating__hidden"
|
26193
26196
|
}, [t(props.itemAriaLabel, value, props.length)]), !showStar ? undefined : slots.item ? slots.item({
|
26194
26197
|
...itemState.value[index],
|
@@ -26198,7 +26201,7 @@
|
|
26198
26201
|
rating: normalizedValue.value
|
26199
26202
|
}) : vue.createVNode(VBtn, vue.mergeProps({
|
26200
26203
|
"aria-label": t(props.itemAriaLabel, value, props.length)
|
26201
|
-
}, btnProps), null)]), vue.
|
26204
|
+
}, btnProps), null)]), vue.createElementVNode("input", {
|
26202
26205
|
"class": "v-rating__hidden",
|
26203
26206
|
"name": name.value,
|
26204
26207
|
"id": id,
|
@@ -26212,31 +26215,31 @@
|
|
26212
26215
|
}
|
26213
26216
|
function createLabel(labelProps) {
|
26214
26217
|
if (slots['item-label']) return slots['item-label'](labelProps);
|
26215
|
-
if (labelProps.label) return vue.
|
26216
|
-
return vue.
|
26218
|
+
if (labelProps.label) return vue.createElementVNode("span", null, [labelProps.label]);
|
26219
|
+
return vue.createElementVNode("span", null, [vue.createTextVNode("\xA0")]);
|
26217
26220
|
}
|
26218
26221
|
useRender(() => {
|
26219
26222
|
const hasLabels = !!props.itemLabels?.length || slots['item-label'];
|
26220
26223
|
return vue.createVNode(props.tag, {
|
26221
|
-
"class": ['v-rating', {
|
26224
|
+
"class": vue.normalizeClass(['v-rating', {
|
26222
26225
|
'v-rating--hover': props.hover,
|
26223
26226
|
'v-rating--readonly': props.readonly
|
26224
|
-
}, themeClasses.value, props.class],
|
26225
|
-
"style": props.style
|
26227
|
+
}, themeClasses.value, props.class]),
|
26228
|
+
"style": vue.normalizeStyle(props.style)
|
26226
26229
|
}, {
|
26227
26230
|
default: () => [vue.createVNode(VRatingItem, {
|
26228
26231
|
"value": 0,
|
26229
26232
|
"index": -1,
|
26230
26233
|
"showStar": false
|
26231
|
-
}, null), range.value.map((value, i) => vue.
|
26234
|
+
}, null), range.value.map((value, i) => vue.createElementVNode("div", {
|
26232
26235
|
"class": "v-rating__wrapper"
|
26233
26236
|
}, [hasLabels && props.itemLabelPosition === 'top' ? createLabel({
|
26234
26237
|
value,
|
26235
26238
|
index: i,
|
26236
26239
|
label: props.itemLabels?.[i]
|
26237
|
-
}) : undefined, vue.
|
26240
|
+
}) : undefined, vue.createElementVNode("div", {
|
26238
26241
|
"class": "v-rating__item"
|
26239
|
-
}, [props.halfIncrements ? vue.
|
26242
|
+
}, [props.halfIncrements ? vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VRatingItem, {
|
26240
26243
|
"value": value - 0.5,
|
26241
26244
|
"index": i * 2
|
26242
26245
|
}, null), vue.createVNode(VRatingItem, {
|
@@ -26293,8 +26296,8 @@
|
|
26293
26296
|
};
|
26294
26297
|
function genBone(type) {
|
26295
26298
|
let children = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
26296
|
-
return vue.
|
26297
|
-
"class": ['v-skeleton-loader__bone', `v-skeleton-loader__${type}`]
|
26299
|
+
return vue.createElementVNode("div", {
|
26300
|
+
"class": vue.normalizeClass(['v-skeleton-loader__bone', `v-skeleton-loader__${type}`])
|
26298
26301
|
}, [children]);
|
26299
26302
|
}
|
26300
26303
|
function genBones(bone) {
|
@@ -26380,7 +26383,7 @@
|
|
26380
26383
|
ariaLabel: t(props.loadingText),
|
26381
26384
|
role: 'alert'
|
26382
26385
|
};
|
26383
|
-
return vue.
|
26386
|
+
return vue.createElementVNode("div", vue.mergeProps({
|
26384
26387
|
"class": ['v-skeleton-loader', {
|
26385
26388
|
'v-skeleton-loader--boilerplate': props.boilerplate
|
26386
26389
|
}, themeClasses.value, backgroundColorClasses.value, elevationClasses.value],
|
@@ -26586,7 +26589,7 @@
|
|
26586
26589
|
"onTouchend": onTouchend,
|
26587
26590
|
"onAfterLeave": onAfterLeave
|
26588
26591
|
}, scopeId), {
|
26589
|
-
default: () => [genOverlays(false, 'v-snackbar'), props.timer && !isHovering.value && vue.
|
26592
|
+
default: () => [genOverlays(false, 'v-snackbar'), props.timer && !isHovering.value && vue.createElementVNode("div", {
|
26590
26593
|
"key": "timer",
|
26591
26594
|
"class": "v-snackbar__timer"
|
26592
26595
|
}, [vue.createVNode(VProgressLinear, {
|
@@ -26594,7 +26597,7 @@
|
|
26594
26597
|
"color": typeof props.timer === 'string' ? props.timer : 'info',
|
26595
26598
|
"max": props.timeout,
|
26596
26599
|
"model-value": countdown.time.value
|
26597
|
-
}, null)]), hasContent && vue.
|
26600
|
+
}, null)]), hasContent && vue.createElementVNode("div", {
|
26598
26601
|
"key": "content",
|
26599
26602
|
"class": "v-snackbar__content",
|
26600
26603
|
"role": "status",
|
@@ -26608,7 +26611,7 @@
|
|
26608
26611
|
}
|
26609
26612
|
}
|
26610
26613
|
}, {
|
26611
|
-
default: () => [vue.
|
26614
|
+
default: () => [vue.createElementVNode("div", {
|
26612
26615
|
"class": "v-snackbar__actions"
|
26613
26616
|
}, [slots.actions({
|
26614
26617
|
isActive
|
@@ -26692,7 +26695,7 @@
|
|
26692
26695
|
modelValue: _,
|
26693
26696
|
...snackbarProps
|
26694
26697
|
} = VSnackbar.filterProps(props);
|
26695
|
-
return vue.
|
26698
|
+
return vue.createElementVNode(vue.Fragment, null, [isVisible.value && !!current.value && (slots.default ? vue.createVNode(VDefaultsProvider, {
|
26696
26699
|
"defaults": {
|
26697
26700
|
VSnackbar: current.value
|
26698
26701
|
}
|
@@ -26708,7 +26711,7 @@
|
|
26708
26711
|
text: slots.text ? () => slots.text?.({
|
26709
26712
|
item: current.value
|
26710
26713
|
}) : undefined,
|
26711
|
-
actions: hasActions ? () => vue.
|
26714
|
+
actions: hasActions ? () => vue.createElementVNode(vue.Fragment, null, [!slots.actions ? vue.createVNode(VBtn, vue.mergeProps(btnProps.value, {
|
26712
26715
|
"onClick": onClickClose
|
26713
26716
|
}), null) : vue.createVNode(VDefaultsProvider, {
|
26714
26717
|
"defaults": {
|
@@ -26866,57 +26869,57 @@
|
|
26866
26869
|
const smooth = vue.computed(() => typeof props.smooth === 'boolean' ? props.smooth ? 2 : 0 : Number(props.smooth));
|
26867
26870
|
useRender(() => {
|
26868
26871
|
const gradientData = !props.gradient.slice().length ? [''] : props.gradient.slice().reverse();
|
26869
|
-
return vue.
|
26872
|
+
return vue.createElementVNode("svg", {
|
26870
26873
|
"display": "block"
|
26871
|
-
}, [vue.
|
26874
|
+
}, [vue.createElementVNode("defs", null, [vue.createElementVNode("linearGradient", {
|
26872
26875
|
"id": id.value,
|
26873
26876
|
"gradientUnits": "userSpaceOnUse",
|
26874
26877
|
"x1": props.gradientDirection === 'left' ? '100%' : '0',
|
26875
26878
|
"y1": props.gradientDirection === 'top' ? '100%' : '0',
|
26876
26879
|
"x2": props.gradientDirection === 'right' ? '100%' : '0',
|
26877
26880
|
"y2": props.gradientDirection === 'bottom' ? '100%' : '0'
|
26878
|
-
}, [gradientData.map((color, index) => vue.
|
26881
|
+
}, [gradientData.map((color, index) => vue.createElementVNode("stop", {
|
26879
26882
|
"offset": index / Math.max(gradientData.length - 1, 1),
|
26880
26883
|
"stop-color": color || 'currentColor'
|
26881
|
-
}, null))])]), vue.
|
26884
|
+
}, null))])]), vue.createElementVNode("clipPath", {
|
26882
26885
|
"id": `${id.value}-clip`
|
26883
|
-
}, [bars.value.map(item => vue.
|
26886
|
+
}, [bars.value.map(item => vue.createElementVNode("rect", {
|
26884
26887
|
"x": item.x + offsetX.value,
|
26885
26888
|
"y": item.y,
|
26886
26889
|
"width": lineWidth.value,
|
26887
26890
|
"height": item.height,
|
26888
26891
|
"rx": smooth.value,
|
26889
26892
|
"ry": smooth.value
|
26890
|
-
}, [props.autoDraw && vue.
|
26893
|
+
}, [props.autoDraw && vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("animate", {
|
26891
26894
|
"attributeName": "y",
|
26892
26895
|
"from": item.y + item.height,
|
26893
26896
|
"to": item.y,
|
26894
26897
|
"dur": `${autoDrawDuration.value}ms`,
|
26895
26898
|
"fill": "freeze"
|
26896
|
-
}, null), vue.
|
26899
|
+
}, null), vue.createElementVNode("animate", {
|
26897
26900
|
"attributeName": "height",
|
26898
26901
|
"from": "0",
|
26899
26902
|
"to": item.height,
|
26900
26903
|
"dur": `${autoDrawDuration.value}ms`,
|
26901
26904
|
"fill": "freeze"
|
26902
|
-
}, null)])]))]), hasLabels.value && vue.
|
26905
|
+
}, null)])]))]), hasLabels.value && vue.createElementVNode("g", {
|
26903
26906
|
"key": "labels",
|
26904
26907
|
"style": {
|
26905
26908
|
textAnchor: 'middle',
|
26906
26909
|
dominantBaseline: 'mathematical',
|
26907
26910
|
fill: 'currentColor'
|
26908
26911
|
}
|
26909
|
-
}, [parsedLabels.value.map((item, i) => vue.
|
26912
|
+
}, [parsedLabels.value.map((item, i) => vue.createElementVNode("text", {
|
26910
26913
|
"x": item.x + offsetX.value + lineWidth.value / 2,
|
26911
26914
|
"y": parseInt(props.height, 10) - 2 + (parseInt(props.labelSize, 10) || 7 * 0.75),
|
26912
26915
|
"font-size": Number(props.labelSize) || 7
|
26913
26916
|
}, [slots.label?.({
|
26914
26917
|
index: i,
|
26915
26918
|
value: item.value
|
26916
|
-
}) ?? item.value]))]), vue.
|
26919
|
+
}) ?? item.value]))]), vue.createElementVNode("g", {
|
26917
26920
|
"clip-path": `url(#${id.value}-clip)`,
|
26918
26921
|
"fill": `url(#${id.value})`
|
26919
|
-
}, [vue.
|
26922
|
+
}, [vue.createElementVNode("rect", {
|
26920
26923
|
"x": 0,
|
26921
26924
|
"y": 0,
|
26922
26925
|
"width": Math.max(props.modelValue.length * lineWidth.value, Number(props.width)),
|
@@ -27095,39 +27098,39 @@
|
|
27095
27098
|
}
|
27096
27099
|
useRender(() => {
|
27097
27100
|
const gradientData = !props.gradient.slice().length ? [''] : props.gradient.slice().reverse();
|
27098
|
-
return vue.
|
27101
|
+
return vue.createElementVNode("svg", {
|
27099
27102
|
"display": "block",
|
27100
27103
|
"stroke-width": parseFloat(props.lineWidth) ?? 4
|
27101
|
-
}, [vue.
|
27104
|
+
}, [vue.createElementVNode("defs", null, [vue.createElementVNode("linearGradient", {
|
27102
27105
|
"id": id.value,
|
27103
27106
|
"gradientUnits": "userSpaceOnUse",
|
27104
27107
|
"x1": props.gradientDirection === 'left' ? '100%' : '0',
|
27105
27108
|
"y1": props.gradientDirection === 'top' ? '100%' : '0',
|
27106
27109
|
"x2": props.gradientDirection === 'right' ? '100%' : '0',
|
27107
27110
|
"y2": props.gradientDirection === 'bottom' ? '100%' : '0'
|
27108
|
-
}, [gradientData.map((color, index) => vue.
|
27111
|
+
}, [gradientData.map((color, index) => vue.createElementVNode("stop", {
|
27109
27112
|
"offset": index / Math.max(gradientData.length - 1, 1),
|
27110
27113
|
"stop-color": color || 'currentColor'
|
27111
|
-
}, null))])]), hasLabels.value && vue.
|
27114
|
+
}, null))])]), hasLabels.value && vue.createElementVNode("g", {
|
27112
27115
|
"key": "labels",
|
27113
27116
|
"style": {
|
27114
27117
|
textAnchor: 'middle',
|
27115
27118
|
dominantBaseline: 'mathematical',
|
27116
27119
|
fill: 'currentColor'
|
27117
27120
|
}
|
27118
|
-
}, [parsedLabels.value.map((item, i) => vue.
|
27121
|
+
}, [parsedLabels.value.map((item, i) => vue.createElementVNode("text", {
|
27119
27122
|
"x": item.x + lineWidth.value / 2 + lineWidth.value / 2,
|
27120
27123
|
"y": parseInt(props.height, 10) - 4 + (parseInt(props.labelSize, 10) || 7 * 0.75),
|
27121
27124
|
"font-size": Number(props.labelSize) || 7
|
27122
27125
|
}, [slots.label?.({
|
27123
27126
|
index: i,
|
27124
27127
|
value: item.value
|
27125
|
-
}) ?? item.value]))]), vue.
|
27128
|
+
}) ?? item.value]))]), vue.createElementVNode("path", {
|
27126
27129
|
"ref": path,
|
27127
27130
|
"d": genPath$1(props.fill),
|
27128
27131
|
"fill": props.fill ? `url(#${id.value})` : 'none',
|
27129
27132
|
"stroke": props.fill ? 'none' : `url(#${id.value})`
|
27130
|
-
}, null), props.fill && vue.
|
27133
|
+
}, null), props.fill && vue.createElementVNode("path", {
|
27131
27134
|
"d": genPath$1(false),
|
27132
27135
|
"fill": "none",
|
27133
27136
|
"stroke": props.color ?? props.gradient?.[0]
|
@@ -27295,7 +27298,7 @@
|
|
27295
27298
|
const nextSlotProps = {
|
27296
27299
|
onClick: onClickNext
|
27297
27300
|
};
|
27298
|
-
return vue.
|
27301
|
+
return vue.createElementVNode("div", {
|
27299
27302
|
"class": "v-stepper-actions"
|
27300
27303
|
}, [vue.createVNode(VDefaultsProvider, {
|
27301
27304
|
"defaults": {
|
@@ -27369,7 +27372,7 @@
|
|
27369
27372
|
const VStepperItem = genericComponent()({
|
27370
27373
|
name: 'VStepperItem',
|
27371
27374
|
directives: {
|
27372
|
-
Ripple
|
27375
|
+
vRipple: Ripple
|
27373
27376
|
},
|
27374
27377
|
props: makeVStepperItemProps(),
|
27375
27378
|
emits: {
|
@@ -27408,12 +27411,12 @@
|
|
27408
27411
|
function onClick() {
|
27409
27412
|
group?.toggle();
|
27410
27413
|
}
|
27411
|
-
return vue.withDirectives(vue.
|
27412
|
-
"class": ['v-stepper-item', {
|
27414
|
+
return vue.withDirectives(vue.createElementVNode("button", {
|
27415
|
+
"class": vue.normalizeClass(['v-stepper-item', {
|
27413
27416
|
'v-stepper-item--complete': hasCompleted.value,
|
27414
27417
|
'v-stepper-item--disabled': props.disabled,
|
27415
27418
|
'v-stepper-item--error': hasError.value
|
27416
|
-
}, group?.selectedClass.value],
|
27419
|
+
}, group?.selectedClass.value]),
|
27417
27420
|
"disabled": !props.editable,
|
27418
27421
|
"type": "button",
|
27419
27422
|
"onClick": onClick
|
@@ -27426,15 +27429,15 @@
|
|
27426
27429
|
default: () => [slots.icon?.(slotProps.value) ?? (icon.value ? vue.createVNode(VIcon, {
|
27427
27430
|
"icon": icon.value
|
27428
27431
|
}, null) : step.value)]
|
27429
|
-
}), vue.
|
27432
|
+
}), vue.createElementVNode("div", {
|
27430
27433
|
"class": "v-stepper-item__content"
|
27431
|
-
}, [hasTitle && vue.
|
27434
|
+
}, [hasTitle && vue.createElementVNode("div", {
|
27432
27435
|
"key": "title",
|
27433
27436
|
"class": "v-stepper-item__title"
|
27434
|
-
}, [slots.title?.(slotProps.value) ?? props.title]), hasSubtitle && vue.
|
27437
|
+
}, [slots.title?.(slotProps.value) ?? props.title]), hasSubtitle && vue.createElementVNode("div", {
|
27435
27438
|
"key": "subtitle",
|
27436
27439
|
"class": "v-stepper-item__subtitle"
|
27437
|
-
}, [slots.subtitle?.(slotProps.value) ?? props.subtitle]), slots.default?.(slotProps.value)])]), [[
|
27440
|
+
}, [slots.subtitle?.(slotProps.value) ?? props.subtitle]), slots.default?.(slotProps.value)])]), [[Ripple, props.ripple && props.editable, null]]);
|
27438
27441
|
});
|
27439
27442
|
return {};
|
27440
27443
|
}
|
@@ -27630,7 +27633,7 @@
|
|
27630
27633
|
raw,
|
27631
27634
|
...item
|
27632
27635
|
} = _ref2;
|
27633
|
-
return vue.
|
27636
|
+
return vue.createElementVNode(vue.Fragment, null, [!!index && vue.createVNode(VDivider, null, null), vue.createVNode(VStepperItem, item, {
|
27634
27637
|
default: slots[`header-item.${item.value}`] ?? slots.header,
|
27635
27638
|
icon: slots.icon,
|
27636
27639
|
title: slots.title,
|
@@ -27771,14 +27774,14 @@
|
|
27771
27774
|
backgroundColorClasses,
|
27772
27775
|
backgroundColorStyles
|
27773
27776
|
} = _ref3;
|
27774
|
-
return vue.
|
27775
|
-
"class": ['v-switch__track', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined],
|
27776
|
-
"style": backgroundColorStyles.value,
|
27777
|
+
return vue.createElementVNode("div", {
|
27778
|
+
"class": vue.normalizeClass(['v-switch__track', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
|
27779
|
+
"style": vue.normalizeStyle(backgroundColorStyles.value),
|
27777
27780
|
"onClick": onTrackClick
|
27778
|
-
}, [slots['track-true'] && vue.
|
27781
|
+
}, [slots['track-true'] && vue.createElementVNode("div", {
|
27779
27782
|
"key": "prepend",
|
27780
27783
|
"class": "v-switch__track-true"
|
27781
|
-
}, [slots['track-true'](slotProps)]), slots['track-false'] && vue.
|
27784
|
+
}, [slots['track-true'](slotProps)]), slots['track-false'] && vue.createElementVNode("div", {
|
27782
27785
|
"key": "append",
|
27783
27786
|
"class": "v-switch__track-false"
|
27784
27787
|
}, [slots['track-false'](slotProps)])]);
|
@@ -27790,11 +27793,11 @@
|
|
27790
27793
|
backgroundColorClasses,
|
27791
27794
|
backgroundColorStyles
|
27792
27795
|
} = _ref4;
|
27793
|
-
return vue.
|
27794
|
-
"class": ['v-switch__thumb', {
|
27796
|
+
return vue.createElementVNode(vue.Fragment, null, [inputNode, vue.createElementVNode("div", {
|
27797
|
+
"class": vue.normalizeClass(['v-switch__thumb', {
|
27795
27798
|
'v-switch__thumb--filled': icon || props.loading
|
27796
|
-
}, props.inset || isForcedColorsModeActive ? undefined : backgroundColorClasses.value],
|
27797
|
-
"style": props.inset ? undefined : backgroundColorStyles.value
|
27799
|
+
}, props.inset || isForcedColorsModeActive ? undefined : backgroundColorClasses.value]),
|
27800
|
+
"style": vue.normalizeStyle(props.inset ? undefined : backgroundColorStyles.value)
|
27798
27801
|
}, [slots.thumb ? vue.createVNode(VDefaultsProvider, {
|
27799
27802
|
"defaults": {
|
27800
27803
|
VIcon: {
|
@@ -27882,10 +27885,10 @@
|
|
27882
27885
|
absolute: vue.toRef(() => props.absolute)
|
27883
27886
|
});
|
27884
27887
|
useRender(() => vue.createVNode(props.tag, {
|
27885
|
-
"class": ['v-system-bar', {
|
27888
|
+
"class": vue.normalizeClass(['v-system-bar', {
|
27886
27889
|
'v-system-bar--window': props.window
|
27887
|
-
}, themeClasses.value, backgroundColorClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
27888
|
-
"style": [backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, props.style]
|
27890
|
+
}, themeClasses.value, backgroundColorClasses.value, elevationClasses.value, roundedClasses.value, props.class]),
|
27891
|
+
"style": vue.normalizeStyle([backgroundColorStyles.value, layoutItemStyles.value, ssrBootStyles.value, props.style])
|
27889
27892
|
}, slots));
|
27890
27893
|
return {};
|
27891
27894
|
}
|
@@ -27976,10 +27979,10 @@
|
|
27976
27979
|
"onGroup:selected": updateSlider
|
27977
27980
|
}), {
|
27978
27981
|
...slots,
|
27979
|
-
default: () => vue.
|
27982
|
+
default: () => vue.createElementVNode(vue.Fragment, null, [slots.default?.() ?? props.text, !props.hideSlider && vue.createElementVNode("div", {
|
27980
27983
|
"ref": sliderEl,
|
27981
|
-
"class": ['v-tab__slider', sliderColorClasses.value],
|
27982
|
-
"style": sliderColorStyles.value
|
27984
|
+
"class": vue.normalizeClass(['v-tab__slider', sliderColorClasses.value]),
|
27985
|
+
"style": vue.normalizeStyle(sliderColorStyles.value)
|
27983
27986
|
}, null)])
|
27984
27987
|
});
|
27985
27988
|
});
|
@@ -28131,7 +28134,7 @@
|
|
28131
28134
|
useRender(() => {
|
28132
28135
|
const slideGroupProps = VSlideGroup.filterProps(props);
|
28133
28136
|
const hasWindow = !!(slots.window || props.items.length > 0);
|
28134
|
-
return vue.
|
28137
|
+
return vue.createElementVNode(vue.Fragment, null, [vue.createVNode(VSlideGroup, vue.mergeProps(slideGroupProps, {
|
28135
28138
|
"modelValue": model.value,
|
28136
28139
|
"onUpdate:modelValue": $event => model.value = $event,
|
28137
28140
|
"class": ['v-tabs', `v-tabs--${props.direction}`, `v-tabs--align-tabs-${props.alignTabs}`, {
|
@@ -28204,7 +28207,7 @@
|
|
28204
28207
|
const VTextarea = genericComponent()({
|
28205
28208
|
name: 'VTextarea',
|
28206
28209
|
directives: {
|
28207
|
-
Intersect
|
28210
|
+
vIntersect: Intersect
|
28208
28211
|
},
|
28209
28212
|
inheritAttrs: false,
|
28210
28213
|
props: makeVTextareaProps(),
|
@@ -28377,9 +28380,9 @@
|
|
28377
28380
|
...slotProps
|
28378
28381
|
}
|
28379
28382
|
} = _ref3;
|
28380
|
-
return vue.
|
28383
|
+
return vue.createElementVNode(vue.Fragment, null, [props.prefix && vue.createElementVNode("span", {
|
28381
28384
|
"class": "v-text-field__prefix"
|
28382
|
-
}, [props.prefix]), vue.withDirectives(vue.
|
28385
|
+
}, [props.prefix]), vue.withDirectives(vue.createElementVNode("textarea", vue.mergeProps({
|
28383
28386
|
"ref": textareaRef,
|
28384
28387
|
"class": fieldClass,
|
28385
28388
|
"value": model.value,
|
@@ -28392,24 +28395,24 @@
|
|
28392
28395
|
"name": props.name,
|
28393
28396
|
"onFocus": onFocus,
|
28394
28397
|
"onBlur": blur
|
28395
|
-
}, slotProps, inputAttrs), null), [[
|
28398
|
+
}, slotProps, inputAttrs), null), [[Intersect, {
|
28396
28399
|
handler: onIntersect
|
28397
28400
|
}, null, {
|
28398
28401
|
once: true
|
28399
|
-
}]]), props.autoGrow && vue.withDirectives(vue.
|
28400
|
-
"class": [fieldClass, 'v-textarea__sizer'],
|
28402
|
+
}]]), props.autoGrow && vue.withDirectives(vue.createElementVNode("textarea", {
|
28403
|
+
"class": vue.normalizeClass([fieldClass, 'v-textarea__sizer']),
|
28401
28404
|
"id": `${slotProps.id}-sizer`,
|
28402
28405
|
"onUpdate:modelValue": $event => model.value = $event,
|
28403
28406
|
"ref": sizerRef,
|
28404
28407
|
"readonly": true,
|
28405
28408
|
"aria-hidden": "true"
|
28406
|
-
}, null), [[vue.vModelText, model.value]]), props.suffix && vue.
|
28409
|
+
}, null), [[vue.vModelText, model.value]]), props.suffix && vue.createElementVNode("span", {
|
28407
28410
|
"class": "v-text-field__suffix"
|
28408
28411
|
}, [props.suffix])]);
|
28409
28412
|
}
|
28410
28413
|
});
|
28411
28414
|
},
|
28412
|
-
details: hasDetails ? slotProps => vue.
|
28415
|
+
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, {
|
28413
28416
|
"active": props.persistentCounter || isFocused.value,
|
28414
28417
|
"value": counterValue.value,
|
28415
28418
|
"max": max.value,
|
@@ -28440,8 +28443,8 @@
|
|
28440
28443
|
return () => {
|
28441
28444
|
if (!props.withBackground) return slots.default?.();
|
28442
28445
|
return vue.createVNode(props.tag, {
|
28443
|
-
"class": ['v-theme-provider', themeClasses.value, props.class],
|
28444
|
-
"style": props.style
|
28446
|
+
"class": vue.normalizeClass(['v-theme-provider', themeClasses.value, props.class]),
|
28447
|
+
"style": vue.normalizeStyle(props.style)
|
28445
28448
|
}, {
|
28446
28449
|
default: () => [slots.default?.()]
|
28447
28450
|
});
|
@@ -28486,21 +28489,21 @@
|
|
28486
28489
|
backgroundColorClasses: lineColorClasses,
|
28487
28490
|
backgroundColorStyles: lineColorStyles
|
28488
28491
|
} = useBackgroundColor(() => props.lineColor);
|
28489
|
-
useRender(() => vue.
|
28490
|
-
"class": ['v-timeline-divider', {
|
28492
|
+
useRender(() => vue.createElementVNode("div", {
|
28493
|
+
"class": vue.normalizeClass(['v-timeline-divider', {
|
28491
28494
|
'v-timeline-divider--fill-dot': props.fillDot
|
28492
|
-
}, props.class],
|
28493
|
-
"style": props.style
|
28494
|
-
}, [vue.
|
28495
|
-
"class": ['v-timeline-divider__before', lineColorClasses.value],
|
28496
|
-
"style": lineColorStyles.value
|
28497
|
-
}, null), !props.hideDot && vue.
|
28495
|
+
}, props.class]),
|
28496
|
+
"style": vue.normalizeStyle(props.style)
|
28497
|
+
}, [vue.createElementVNode("div", {
|
28498
|
+
"class": vue.normalizeClass(['v-timeline-divider__before', lineColorClasses.value]),
|
28499
|
+
"style": vue.normalizeStyle(lineColorStyles.value)
|
28500
|
+
}, null), !props.hideDot && vue.createElementVNode("div", {
|
28498
28501
|
"key": "dot",
|
28499
|
-
"class": ['v-timeline-divider__dot', elevationClasses.value, roundedClasses.value, sizeClasses.value],
|
28500
|
-
"style": sizeStyles.value
|
28501
|
-
}, [vue.
|
28502
|
-
"class": ['v-timeline-divider__inner-dot', backgroundColorClasses.value, roundedClasses.value],
|
28503
|
-
"style": backgroundColorStyles.value
|
28502
|
+
"class": vue.normalizeClass(['v-timeline-divider__dot', elevationClasses.value, roundedClasses.value, sizeClasses.value]),
|
28503
|
+
"style": vue.normalizeStyle(sizeStyles.value)
|
28504
|
+
}, [vue.createElementVNode("div", {
|
28505
|
+
"class": vue.normalizeClass(['v-timeline-divider__inner-dot', backgroundColorClasses.value, roundedClasses.value]),
|
28506
|
+
"style": vue.normalizeStyle(backgroundColorStyles.value)
|
28504
28507
|
}, [!slots.default ? vue.createVNode(VIcon, {
|
28505
28508
|
"key": "icon",
|
28506
28509
|
"color": props.iconColor,
|
@@ -28516,9 +28519,9 @@
|
|
28516
28519
|
size: props.size
|
28517
28520
|
}
|
28518
28521
|
}
|
28519
|
-
}, slots.default)])]), vue.
|
28520
|
-
"class": ['v-timeline-divider__after', lineColorClasses.value],
|
28521
|
-
"style": lineColorStyles.value
|
28522
|
+
}, slots.default)])]), vue.createElementVNode("div", {
|
28523
|
+
"class": vue.normalizeClass(['v-timeline-divider__after', lineColorClasses.value]),
|
28524
|
+
"style": vue.normalizeStyle(lineColorStyles.value)
|
28522
28525
|
}, null)]));
|
28523
28526
|
return {};
|
28524
28527
|
}
|
@@ -28569,19 +28572,19 @@
|
|
28569
28572
|
}, {
|
28570
28573
|
flush: 'post'
|
28571
28574
|
});
|
28572
|
-
useRender(() => vue.
|
28573
|
-
"class": ['v-timeline-item', {
|
28575
|
+
useRender(() => vue.createElementVNode("div", {
|
28576
|
+
"class": vue.normalizeClass(['v-timeline-item', {
|
28574
28577
|
'v-timeline-item--fill-dot': props.fillDot,
|
28575
28578
|
'v-timeline-item--side-start': props.side === 'start',
|
28576
28579
|
'v-timeline-item--side-end': props.side === 'end'
|
28577
|
-
}, props.class],
|
28578
|
-
"style": [{
|
28580
|
+
}, props.class]),
|
28581
|
+
"style": vue.normalizeStyle([{
|
28579
28582
|
'--v-timeline-dot-size': convertToUnit(dotSize.value),
|
28580
28583
|
'--v-timeline-line-inset': props.lineInset ? `calc(var(--v-timeline-dot-size) / 2 + ${convertToUnit(props.lineInset)})` : convertToUnit(0)
|
28581
|
-
}, props.style]
|
28582
|
-
}, [vue.
|
28584
|
+
}, props.style])
|
28585
|
+
}, [vue.createElementVNode("div", {
|
28583
28586
|
"class": "v-timeline-item__body",
|
28584
|
-
"style": dimensionStyles.value
|
28587
|
+
"style": vue.normalizeStyle(dimensionStyles.value)
|
28585
28588
|
}, [slots.default?.()]), vue.createVNode(VTimelineDivider, {
|
28586
28589
|
"ref": dotRef,
|
28587
28590
|
"hideDot": props.hideDot,
|
@@ -28594,7 +28597,7 @@
|
|
28594
28597
|
"rounded": props.rounded
|
28595
28598
|
}, {
|
28596
28599
|
default: slots.icon
|
28597
|
-
}), props.density !== 'compact' && vue.
|
28600
|
+
}), props.density !== 'compact' && vue.createElementVNode("div", {
|
28598
28601
|
"class": "v-timeline-item__opposite"
|
28599
28602
|
}, [!props.hideOpposite && slots.opposite?.()])]));
|
28600
28603
|
return {};
|
@@ -28687,12 +28690,12 @@
|
|
28687
28690
|
}
|
28688
28691
|
});
|
28689
28692
|
useRender(() => vue.createVNode(props.tag, {
|
28690
|
-
"class": ['v-timeline', `v-timeline--${props.direction}`, `v-timeline--align-${props.align}`, `v-timeline--justify-${props.justify}`, truncateClasses.value, {
|
28693
|
+
"class": vue.normalizeClass(['v-timeline', `v-timeline--${props.direction}`, `v-timeline--align-${props.align}`, `v-timeline--justify-${props.justify}`, truncateClasses.value, {
|
28691
28694
|
'v-timeline--inset-line': !!props.lineInset
|
28692
|
-
}, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class],
|
28693
|
-
"style": [{
|
28695
|
+
}, themeClasses.value, densityClasses.value, sideClasses.value, rtlClasses.value, props.class]),
|
28696
|
+
"style": vue.normalizeStyle([{
|
28694
28697
|
'--v-timeline-line-thickness': convertToUnit(props.lineThickness)
|
28695
|
-
}, props.style]
|
28698
|
+
}, props.style])
|
28696
28699
|
}, slots));
|
28697
28700
|
return {};
|
28698
28701
|
}
|
@@ -28718,9 +28721,9 @@
|
|
28718
28721
|
variant: vue.toRef(() => props.variant)
|
28719
28722
|
}
|
28720
28723
|
});
|
28721
|
-
useRender(() => vue.
|
28722
|
-
"class": ['v-toolbar-items', props.class],
|
28723
|
-
"style": props.style
|
28724
|
+
useRender(() => vue.createElementVNode("div", {
|
28725
|
+
"class": vue.normalizeClass(['v-toolbar-items', props.class]),
|
28726
|
+
"style": vue.normalizeStyle(props.style)
|
28724
28727
|
}, [slots.default?.()]));
|
28725
28728
|
return {};
|
28726
28729
|
}
|
@@ -29317,7 +29320,7 @@
|
|
29317
29320
|
};
|
29318
29321
|
});
|
29319
29322
|
}
|
29320
|
-
const version$1 = "3.8.6-master.2025-05-
|
29323
|
+
const version$1 = "3.8.6-master.2025-05-26";
|
29321
29324
|
createVuetify$1.version = version$1;
|
29322
29325
|
|
29323
29326
|
// Vue's inject() can only be used in setup
|
@@ -29342,7 +29345,7 @@
|
|
29342
29345
|
...options
|
29343
29346
|
});
|
29344
29347
|
};
|
29345
|
-
const version = "3.8.6-master.2025-05-
|
29348
|
+
const version = "3.8.6-master.2025-05-26";
|
29346
29349
|
createVuetify.version = version;
|
29347
29350
|
|
29348
29351
|
exports.blueprints = index;
|