@vuetify/nightly 3.7.4-master.2024-11-06 → 3.7.4-next.2024-11-06
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/dist/json/attributes.json +3555 -3555
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +6429 -6429
- package/dist/vuetify-labs.css +25717 -27430
- package/dist/vuetify-labs.d.ts +2966 -13801
- package/dist/vuetify-labs.esm.js +14 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +14 -8
- package/dist/vuetify-labs.min.css +3 -4
- package/dist/vuetify.css +22734 -24450
- package/dist/vuetify.d.ts +3119 -12303
- package/dist/vuetify.esm.js +14 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +14 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -4
- package/dist/vuetify.min.js +6 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +207 -215
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +8 -86
- package/lib/components/VApp/VApp.css +16 -15
- package/lib/components/VApp/index.d.mts +4 -20
- package/lib/components/VAppBar/VAppBar.css +14 -12
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +12 -148
- package/lib/components/VAutocomplete/VAutocomplete.css +86 -85
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +201 -1360
- package/lib/components/VAvatar/VAvatar.css +108 -106
- package/lib/components/VAvatar/index.d.mts +4 -31
- package/lib/components/VBadge/VBadge.css +73 -73
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +4 -41
- package/lib/components/VBanner/VBanner.css +161 -166
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +12 -88
- package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -63
- package/lib/components/VBottomNavigation/index.d.mts +4 -32
- package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +4 -88
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +12 -65
- package/lib/components/VBtn/VBtn.css +385 -408
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +4 -72
- package/lib/components/VBtnGroup/VBtnGroup.css +63 -64
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +4 -28
- package/lib/components/VBtnToggle/VBtnToggle.css +16 -14
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +4 -24
- package/lib/components/VCard/VCard.css +294 -302
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +24 -190
- package/lib/components/VCarousel/VCarousel.css +63 -65
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +8 -86
- package/lib/components/VCheckbox/VCheckbox.css +7 -5
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +8 -90
- package/lib/components/VChip/VChip.css +378 -411
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/index.d.mts +4 -105
- package/lib/components/VChipGroup/VChipGroup.css +19 -18
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +4 -28
- package/lib/components/VCode/VCode.css +10 -8
- package/lib/components/VCode/index.d.mts +4 -18
- package/lib/components/VColorPicker/VColorPicker.css +22 -22
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
- package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
- package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VColorPicker/index.d.mts +4 -68
- package/lib/components/VCombobox/VCombobox.css +86 -85
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +201 -1360
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +6 -13
- package/lib/components/VCounter/VCounter.css +7 -5
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +9 -31
- package/lib/components/VDataIterator/index.d.mts +12 -56
- package/lib/components/VDataTable/VDataTable.css +189 -186
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTable.sass +20 -10
- package/lib/components/VDataTable/VDataTableFooter.css +33 -31
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/index.d.mts +36 -388
- package/lib/components/VDatePicker/VDatePicker.css +8 -6
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.css +54 -56
- package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
- package/lib/components/VDatePicker/VDatePickerMonth.css +51 -55
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +24 -276
- package/lib/components/VDefaultsProvider/index.d.mts +4 -20
- package/lib/components/VDialog/VDialog.css +95 -95
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +143 -389
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VDivider/index.d.mts +4 -24
- package/lib/components/VEmptyState/VEmptyState.css +62 -67
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +4 -66
- package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +16 -152
- package/lib/components/VFab/VFab.css +74 -69
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/VFab.sass +5 -4
- package/lib/components/VFab/index.d.mts +9 -78
- package/lib/components/VField/VField.css +539 -579
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +11 -59
- package/lib/components/VFileInput/VFileInput.css +31 -29
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +71 -256
- package/lib/components/VFooter/VFooter.css +38 -36
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +4 -29
- package/lib/components/VForm/index.d.mts +267 -175
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/VGrid.css +565 -592
- package/lib/components/VGrid/index.d.mts +16 -118
- package/lib/components/VHover/index.d.mts +4 -33
- package/lib/components/VIcon/VIcon.css +51 -52
- package/lib/components/VIcon/index.d.mts +17 -75
- package/lib/components/VImg/VImg.css +50 -51
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +19 -74
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +4 -46
- package/lib/components/VInput/VInput.css +131 -142
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/index.d.mts +4 -37
- package/lib/components/VItemGroup/VItemGroup.css +7 -5
- package/lib/components/VItemGroup/index.d.mts +8 -65
- package/lib/components/VKbd/VKbd.css +13 -11
- package/lib/components/VKbd/index.d.mts +4 -18
- package/lib/components/VLabel/VLabel.css +16 -15
- package/lib/components/VLabel/index.d.mts +4 -20
- package/lib/components/VLayout/VLayout.css +10 -8
- package/lib/components/VLayout/VLayoutItem.css +8 -7
- package/lib/components/VLayout/index.d.mts +8 -48
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +4 -31
- package/lib/components/VList/VList.css +104 -108
- package/lib/components/VList/VList.mjs +1 -1
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.css +440 -452
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItem.sass +2 -1
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +48 -291
- package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
- package/lib/components/VLocaleProvider/index.d.mts +4 -21
- package/lib/components/VMain/VMain.css +32 -30
- package/lib/components/VMain/index.d.mts +4 -25
- package/lib/components/VMenu/VMenu.css +21 -19
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +155 -397
- package/lib/components/VMessages/VMessages.css +17 -15
- package/lib/components/VMessages/index.d.mts +4 -27
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +106 -108
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +7 -62
- package/lib/components/VOtpInput/VOtpInput.css +56 -58
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +7 -52
- package/lib/components/VOverlay/VOverlay.css +60 -63
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.sass +14 -13
- package/lib/components/VOverlay/index.d.mts +19 -101
- package/lib/components/VPagination/VPagination.css +10 -8
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +4 -64
- package/lib/components/VParallax/VParallax.css +8 -6
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +4 -27
- package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
- package/lib/components/VProgressCircular/index.d.mts +4 -34
- package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
- package/lib/components/VProgressLinear/index.d.mts +4 -54
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +4 -68
- package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +4 -48
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +4 -107
- package/lib/components/VRating/VRating.css +52 -53
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +4 -42
- package/lib/components/VResponsive/VResponsive.css +25 -26
- package/lib/components/VResponsive/index.d.mts +4 -29
- package/lib/components/VSelect/VSelect.css +54 -52
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +200 -1352
- package/lib/components/VSelectionControl/VSelectionControl.css +100 -102
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +10 -37
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
- package/lib/components/VSheet/VSheet.css +38 -36
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +4 -32
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +4 -28
- package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
- package/lib/components/VSlideGroup/index.d.mts +14 -70
- package/lib/components/VSlider/VSlider.css +53 -57
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.css +142 -153
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/VSliderTrack.css +155 -174
- package/lib/components/VSlider/index.d.mts +4 -106
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +152 -398
- package/lib/components/VSparkline/VBarline.mjs +1 -2
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +1 -2
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +4 -49
- package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +4 -85
- package/lib/components/VStepper/VStepper.css +55 -56
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.css +112 -115
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +24 -250
- package/lib/components/VSwitch/VSwitch.css +129 -139
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +4 -59
- package/lib/components/VSystemBar/VSystemBar.css +45 -43
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +4 -28
- package/lib/components/VTable/VTable.css +140 -141
- package/lib/components/VTable/VTable.sass +4 -2
- package/lib/components/VTable/index.d.mts +4 -33
- package/lib/components/VTabs/VTab.css +30 -29
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.css +59 -65
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +98 -394
- package/lib/components/VTextField/VTextField.css +65 -68
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +152 -374
- package/lib/components/VTextarea/VTextarea.css +47 -39
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.sass +4 -2
- package/lib/components/VTextarea/index.d.mts +71 -244
- package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
- package/lib/components/VThemeProvider/index.d.mts +4 -20
- package/lib/components/VTimeline/VTimeline.css +379 -418
- package/lib/components/VTimeline/VTimeline.mjs +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +8 -75
- package/lib/components/VToolbar/VToolbar.css +136 -143
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +12 -90
- package/lib/components/VTooltip/VTooltip.css +25 -21
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.sass +8 -6
- package/lib/components/VTooltip/index.d.mts +147 -386
- package/lib/components/VValidation/index.d.mts +10 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +4 -15
- package/lib/components/VWindow/VWindow.css +73 -70
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +8 -47
- package/lib/components/index.d.mts +2950 -12134
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +64 -309
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/theme.mjs +4 -4
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/composables/virtual.mjs +1 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.css +38 -36
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +51 -51
- package/lib/labs/VCalendar/VCalendar.css +219 -225
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.css +33 -32
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
- package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
- package/lib/labs/VCalendar/index.d.mts +24 -211
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/index.d.mts +4 -115
- package/lib/labs/VNumberInput/VNumberInput.css +40 -38
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/index.d.mts +577 -1280
- package/lib/labs/VPicker/VPicker.css +53 -57
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +8 -63
- package/lib/labs/VPullToRefresh/index.d.mts +4 -35
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +12 -227
- package/lib/labs/VTimePicker/VTimePicker.css +9 -7
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.css +126 -129
- package/lib/labs/VTimePicker/VTimePickerControls.css +102 -103
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +12 -122
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +17 -15
- package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -1
- package/lib/labs/VTreeview/index.d.mts +18 -205
- package/lib/labs/components.d.mts +1015 -2912
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +13 -1
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +14667 -16140
- package/lib/styles/settings/_utilities.scss +0 -5
- package/lib/styles/settings/_variables.scss +1 -2
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +0 -10
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +0 -2
- package/lib/styles/tools/_layer.scss +4 -2
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +1 -5
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/package.json +5 -4
- package/lib/styles/tools/_bootable.sass +0 -3
- package/lib/styles/tools/_radius.sass +0 -10
@@ -1,167 +1,162 @@
|
|
1
|
-
.
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
border
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
.v-banner--density-comfortable .v-banner-actions {
|
79
|
-
|
80
|
-
}
|
81
|
-
.v-banner--density-comfortable.v-banner--one-line {
|
82
|
-
|
83
|
-
|
84
|
-
}
|
85
|
-
.v-banner--density-comfortable.v-banner--one-line .v-banner-actions {
|
86
|
-
|
87
|
-
}
|
88
|
-
.v-banner--density-comfortable.v-banner--two-line {
|
89
|
-
|
90
|
-
|
91
|
-
}
|
92
|
-
.v-banner--density-comfortable.v-banner--three-line {
|
93
|
-
|
94
|
-
|
95
|
-
}
|
96
|
-
.v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-comfortable.v-banner--two-line .v-banner-actions, .v-banner--density-comfortable.v-banner--three-line .v-banner-actions {
|
97
|
-
|
98
|
-
}
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
.v-banner-text {
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
}
|
156
|
-
.v-banner--
|
157
|
-
|
158
|
-
}
|
159
|
-
.v-banner--two-line .v-banner-text {
|
160
|
-
|
161
|
-
}
|
162
|
-
.v-banner--three-line .v-banner-text {
|
163
|
-
-webkit-line-clamp: 3;
|
164
|
-
}
|
165
|
-
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
166
|
-
align-self: flex-start;
|
1
|
+
@layer vuetify.components {
|
2
|
+
.v-banner {
|
3
|
+
display: grid;
|
4
|
+
flex: 1 1;
|
5
|
+
font-size: 0.875rem;
|
6
|
+
grid-template-areas: "prepend content actions";
|
7
|
+
grid-template-columns: max-content auto max-content;
|
8
|
+
grid-template-rows: max-content max-content;
|
9
|
+
line-height: 1.6;
|
10
|
+
overflow: hidden;
|
11
|
+
padding-inline: 16px 8px;
|
12
|
+
padding-top: 16px;
|
13
|
+
padding-bottom: 16px;
|
14
|
+
position: relative;
|
15
|
+
width: 100%;
|
16
|
+
}
|
17
|
+
.v-banner {
|
18
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
19
|
+
border-style: solid;
|
20
|
+
border-width: 0 0 thin 0;
|
21
|
+
}
|
22
|
+
.v-banner--border {
|
23
|
+
border-width: thin;
|
24
|
+
box-shadow: none;
|
25
|
+
}
|
26
|
+
.v-banner {
|
27
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
28
|
+
}
|
29
|
+
.v-banner--absolute {
|
30
|
+
position: absolute;
|
31
|
+
}
|
32
|
+
.v-banner--fixed {
|
33
|
+
position: fixed;
|
34
|
+
}
|
35
|
+
.v-banner--sticky {
|
36
|
+
position: sticky;
|
37
|
+
}
|
38
|
+
.v-banner {
|
39
|
+
border-radius: 0;
|
40
|
+
}
|
41
|
+
.v-banner {
|
42
|
+
background: rgb(var(--v-theme-surface));
|
43
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
44
|
+
}
|
45
|
+
.v-banner--rounded {
|
46
|
+
border-radius: 4px;
|
47
|
+
}
|
48
|
+
.v-banner--stacked:not(.v-banner--one-line) {
|
49
|
+
grid-template-areas: "prepend content" ". actions";
|
50
|
+
}
|
51
|
+
.v-banner--stacked .v-banner-text {
|
52
|
+
padding-inline-end: 36px;
|
53
|
+
}
|
54
|
+
.v-banner--density-default .v-banner-actions {
|
55
|
+
margin-bottom: -8px;
|
56
|
+
}
|
57
|
+
.v-banner--density-default.v-banner--one-line {
|
58
|
+
padding-top: 8px;
|
59
|
+
padding-bottom: 8px;
|
60
|
+
}
|
61
|
+
.v-banner--density-default.v-banner--one-line .v-banner-actions {
|
62
|
+
margin-bottom: 0;
|
63
|
+
}
|
64
|
+
.v-banner--density-default.v-banner--one-line {
|
65
|
+
padding-top: 10px;
|
66
|
+
}
|
67
|
+
.v-banner--density-default.v-banner--two-line {
|
68
|
+
padding-top: 16px;
|
69
|
+
padding-bottom: 16px;
|
70
|
+
}
|
71
|
+
.v-banner--density-default.v-banner--three-line {
|
72
|
+
padding-top: 24px;
|
73
|
+
padding-bottom: 16px;
|
74
|
+
}
|
75
|
+
.v-banner--density-default:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-default.v-banner--two-line .v-banner-actions, .v-banner--density-default.v-banner--three-line .v-banner-actions {
|
76
|
+
margin-top: 20px;
|
77
|
+
}
|
78
|
+
.v-banner--density-comfortable .v-banner-actions {
|
79
|
+
margin-bottom: -4px;
|
80
|
+
}
|
81
|
+
.v-banner--density-comfortable.v-banner--one-line {
|
82
|
+
padding-top: 4px;
|
83
|
+
padding-bottom: 4px;
|
84
|
+
}
|
85
|
+
.v-banner--density-comfortable.v-banner--one-line .v-banner-actions {
|
86
|
+
margin-bottom: 0;
|
87
|
+
}
|
88
|
+
.v-banner--density-comfortable.v-banner--two-line {
|
89
|
+
padding-top: 12px;
|
90
|
+
padding-bottom: 12px;
|
91
|
+
}
|
92
|
+
.v-banner--density-comfortable.v-banner--three-line {
|
93
|
+
padding-top: 20px;
|
94
|
+
padding-bottom: 12px;
|
95
|
+
}
|
96
|
+
.v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-comfortable.v-banner--two-line .v-banner-actions, .v-banner--density-comfortable.v-banner--three-line .v-banner-actions {
|
97
|
+
margin-top: 16px;
|
98
|
+
}
|
99
|
+
.v-banner--density-compact .v-banner-actions {
|
100
|
+
margin-bottom: 0px;
|
101
|
+
}
|
102
|
+
.v-banner--density-compact.v-banner--one-line {
|
103
|
+
padding-top: 0px;
|
104
|
+
padding-bottom: 0px;
|
105
|
+
}
|
106
|
+
.v-banner--density-compact.v-banner--one-line .v-banner-actions {
|
107
|
+
margin-bottom: 0;
|
108
|
+
}
|
109
|
+
.v-banner--density-compact.v-banner--two-line {
|
110
|
+
padding-top: 8px;
|
111
|
+
padding-bottom: 8px;
|
112
|
+
}
|
113
|
+
.v-banner--density-compact.v-banner--three-line {
|
114
|
+
padding-top: 16px;
|
115
|
+
padding-bottom: 8px;
|
116
|
+
}
|
117
|
+
.v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-compact.v-banner--two-line .v-banner-actions, .v-banner--density-compact.v-banner--three-line .v-banner-actions {
|
118
|
+
margin-top: 12px;
|
119
|
+
}
|
120
|
+
.v-banner--sticky {
|
121
|
+
top: 0;
|
122
|
+
z-index: 1;
|
123
|
+
}
|
124
|
+
.v-banner__content {
|
125
|
+
align-items: center;
|
126
|
+
display: flex;
|
127
|
+
grid-area: content;
|
128
|
+
}
|
129
|
+
.v-banner__prepend {
|
130
|
+
align-self: flex-start;
|
131
|
+
grid-area: prepend;
|
132
|
+
margin-inline-end: 24px;
|
133
|
+
}
|
134
|
+
.v-banner-actions {
|
135
|
+
align-self: flex-end;
|
136
|
+
display: flex;
|
137
|
+
flex: 0 1;
|
138
|
+
grid-area: actions;
|
139
|
+
justify-content: flex-end;
|
140
|
+
}
|
141
|
+
.v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
|
142
|
+
margin-top: 20px;
|
143
|
+
}
|
144
|
+
.v-banner-text {
|
145
|
+
-webkit-box-orient: vertical;
|
146
|
+
display: -webkit-box;
|
147
|
+
padding-inline-end: 90px;
|
148
|
+
overflow: hidden;
|
149
|
+
}
|
150
|
+
.v-banner--one-line .v-banner-text {
|
151
|
+
-webkit-line-clamp: 1;
|
152
|
+
}
|
153
|
+
.v-banner--two-line .v-banner-text {
|
154
|
+
-webkit-line-clamp: 2;
|
155
|
+
}
|
156
|
+
.v-banner--three-line .v-banner-text {
|
157
|
+
-webkit-line-clamp: 3;
|
158
|
+
}
|
159
|
+
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
160
|
+
align-self: flex-start;
|
161
|
+
}
|
167
162
|
}
|
@@ -26,7 +26,7 @@ type IconValue = string | (string | [path: string, opacity: number])[] | JSXComp
|
|
26
26
|
declare const IconValue: PropType<IconValue>;
|
27
27
|
|
28
28
|
declare const VBanner: {
|
29
|
-
new (...args: any[]): vue.
|
29
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
30
30
|
style: vue.StyleValue;
|
31
31
|
mobile: boolean | null;
|
32
32
|
tag: string;
|
@@ -73,54 +73,7 @@ declare const VBanner: {
|
|
73
73
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
74
74
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
75
75
|
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
76
|
-
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
77
|
-
style: vue.StyleValue;
|
78
|
-
mobile: boolean | null;
|
79
|
-
tag: string;
|
80
|
-
sticky: boolean;
|
81
|
-
tile: boolean;
|
82
|
-
density: Density;
|
83
|
-
stacked: boolean;
|
84
|
-
} & {
|
85
|
-
location?: Anchor | null | undefined;
|
86
|
-
height?: string | number | undefined;
|
87
|
-
width?: string | number | undefined;
|
88
|
-
border?: string | number | boolean | undefined;
|
89
|
-
color?: string | undefined;
|
90
|
-
maxHeight?: string | number | undefined;
|
91
|
-
maxWidth?: string | number | undefined;
|
92
|
-
minHeight?: string | number | undefined;
|
93
|
-
minWidth?: string | number | undefined;
|
94
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
95
|
-
text?: string | undefined;
|
96
|
-
class?: any;
|
97
|
-
theme?: string | undefined;
|
98
|
-
lines?: "one" | "two" | "three" | undefined;
|
99
|
-
icon?: IconValue | undefined;
|
100
|
-
elevation?: string | number | undefined;
|
101
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
102
|
-
rounded?: string | number | boolean | undefined;
|
103
|
-
bgColor?: string | undefined;
|
104
|
-
avatar?: string | undefined;
|
105
|
-
} & {
|
106
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
107
|
-
default?: (() => vue.VNodeChild) | undefined;
|
108
|
-
prepend?: (() => vue.VNodeChild) | undefined;
|
109
|
-
text?: (() => vue.VNodeChild) | undefined;
|
110
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
111
|
-
};
|
112
|
-
'v-slots'?: {
|
113
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
114
|
-
prepend?: false | (() => vue.VNodeChild) | undefined;
|
115
|
-
text?: false | (() => vue.VNodeChild) | undefined;
|
116
|
-
actions?: false | (() => vue.VNodeChild) | undefined;
|
117
|
-
} | undefined;
|
118
|
-
} & {
|
119
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
120
|
-
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
121
|
-
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
122
|
-
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
123
|
-
}, {
|
76
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
124
77
|
style: vue.StyleValue;
|
125
78
|
mobile: boolean | null;
|
126
79
|
tag: string;
|
@@ -134,7 +87,7 @@ declare const VBanner: {
|
|
134
87
|
prepend: () => vue.VNode[];
|
135
88
|
text: () => vue.VNode[];
|
136
89
|
actions: () => vue.VNode[];
|
137
|
-
}>>, {
|
90
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
138
91
|
P: {};
|
139
92
|
B: {};
|
140
93
|
D: {};
|
@@ -262,7 +215,7 @@ declare const VBanner: {
|
|
262
215
|
prepend: () => vue.VNode[];
|
263
216
|
text: () => vue.VNode[];
|
264
217
|
actions: () => vue.VNode[];
|
265
|
-
}
|
218
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
266
219
|
theme: StringConstructor;
|
267
220
|
tag: {
|
268
221
|
type: StringConstructor;
|
@@ -372,22 +325,7 @@ declare const VBanner: {
|
|
372
325
|
type VBanner = InstanceType<typeof VBanner>;
|
373
326
|
|
374
327
|
declare const VBannerActions: {
|
375
|
-
new (...args: any[]): vue.
|
376
|
-
style: vue.StyleValue;
|
377
|
-
} & {
|
378
|
-
color?: string | undefined;
|
379
|
-
class?: any;
|
380
|
-
density?: string | undefined;
|
381
|
-
} & {
|
382
|
-
$children?: vue.VNodeChild | {
|
383
|
-
default?: (() => vue.VNodeChild) | undefined;
|
384
|
-
} | (() => vue.VNodeChild);
|
385
|
-
'v-slots'?: {
|
386
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
387
|
-
} | undefined;
|
388
|
-
} & {
|
389
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
390
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
328
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
391
329
|
style: vue.StyleValue;
|
392
330
|
} & {
|
393
331
|
color?: string | undefined;
|
@@ -402,11 +340,11 @@ declare const VBannerActions: {
|
|
402
340
|
} | undefined;
|
403
341
|
} & {
|
404
342
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
405
|
-
}, {
|
343
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
406
344
|
style: vue.StyleValue;
|
407
345
|
}, true, {}, vue.SlotsType<Partial<{
|
408
346
|
default: () => vue.VNode[];
|
409
|
-
}>>, {
|
347
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
410
348
|
P: {};
|
411
349
|
B: {};
|
412
350
|
D: {};
|
@@ -453,7 +391,7 @@ declare const VBannerActions: {
|
|
453
391
|
style: vue.StyleValue;
|
454
392
|
}, {}, string, vue.SlotsType<Partial<{
|
455
393
|
default: () => vue.VNode[];
|
456
|
-
}
|
394
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
457
395
|
class: vue.PropType<ClassValue>;
|
458
396
|
style: {
|
459
397
|
type: vue.PropType<vue.StyleValue>;
|
@@ -473,7 +411,7 @@ declare const VBannerActions: {
|
|
473
411
|
type VBannerActions = InstanceType<typeof VBannerActions>;
|
474
412
|
|
475
413
|
declare const VBannerText: {
|
476
|
-
new (...args: any[]): vue.
|
414
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
477
415
|
style: vue.StyleValue;
|
478
416
|
tag: string;
|
479
417
|
} & {
|
@@ -489,26 +427,12 @@ declare const VBannerText: {
|
|
489
427
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
490
428
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
491
429
|
[key: string]: any;
|
492
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
493
|
-
style: vue.StyleValue;
|
494
|
-
tag: string;
|
495
|
-
} & {
|
496
|
-
class?: any;
|
497
|
-
} & {
|
498
|
-
$children?: vue.VNodeChild | {
|
499
|
-
default?: (() => vue.VNodeChild) | undefined;
|
500
|
-
} | (() => vue.VNodeChild);
|
501
|
-
'v-slots'?: {
|
502
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
503
|
-
} | undefined;
|
504
|
-
} & {
|
505
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
506
|
-
}, {
|
430
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
507
431
|
style: vue.StyleValue;
|
508
432
|
tag: string;
|
509
433
|
}, true, {}, vue.SlotsType<Partial<{
|
510
434
|
default: () => vue.VNode[];
|
511
|
-
}>>, {
|
435
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
512
436
|
P: {};
|
513
437
|
B: {};
|
514
438
|
D: {};
|
@@ -559,7 +483,7 @@ declare const VBannerText: {
|
|
559
483
|
tag: string;
|
560
484
|
}, {}, string, vue.SlotsType<Partial<{
|
561
485
|
default: () => vue.VNode[];
|
562
|
-
}
|
486
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
563
487
|
class: vue.PropType<ClassValue>;
|
564
488
|
style: {
|
565
489
|
type: vue.PropType<vue.StyleValue>;
|
@@ -1,64 +1,65 @@
|
|
1
|
-
.
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
border
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
.v-bottom-navigation__content {
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
}
|
36
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
}
|
45
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
46
|
-
|
47
|
-
}
|
48
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
49
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
50
|
-
|
51
|
-
}
|
52
|
-
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
53
|
-
|
54
|
-
}
|
55
|
-
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
56
|
-
|
57
|
-
}
|
58
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
59
|
-
|
60
|
-
|
61
|
-
}
|
62
|
-
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
63
|
-
|
1
|
+
@layer vuetify.components {
|
2
|
+
.v-bottom-navigation {
|
3
|
+
display: flex;
|
4
|
+
max-width: 100%;
|
5
|
+
overflow: hidden;
|
6
|
+
position: absolute;
|
7
|
+
transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
8
|
+
}
|
9
|
+
.v-bottom-navigation {
|
10
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
11
|
+
border-style: solid;
|
12
|
+
border-width: 0;
|
13
|
+
}
|
14
|
+
.v-bottom-navigation--border {
|
15
|
+
border-width: thin;
|
16
|
+
box-shadow: none;
|
17
|
+
}
|
18
|
+
.v-bottom-navigation {
|
19
|
+
border-radius: 0;
|
20
|
+
}
|
21
|
+
.v-bottom-navigation {
|
22
|
+
background: rgb(var(--v-theme-surface));
|
23
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
24
|
+
}
|
25
|
+
.v-bottom-navigation--active {
|
26
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
27
|
+
}
|
28
|
+
.v-bottom-navigation__content {
|
29
|
+
display: flex;
|
30
|
+
flex: none;
|
31
|
+
font-size: 0.75rem;
|
32
|
+
justify-content: center;
|
33
|
+
transition: inherit;
|
34
|
+
width: 100%;
|
35
|
+
}
|
36
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
37
|
+
font-size: inherit;
|
38
|
+
height: 100%;
|
39
|
+
max-width: 168px;
|
40
|
+
min-width: 80px;
|
41
|
+
text-transform: none;
|
42
|
+
transition: inherit;
|
43
|
+
width: auto;
|
44
|
+
}
|
45
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn {
|
46
|
+
border-radius: 0;
|
47
|
+
}
|
48
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
|
49
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
50
|
+
transition: inherit;
|
51
|
+
}
|
52
|
+
.v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
|
53
|
+
font-size: 1.5rem;
|
54
|
+
}
|
55
|
+
.v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
|
56
|
+
flex-grow: 1;
|
57
|
+
}
|
58
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
|
59
|
+
transition: inherit;
|
60
|
+
opacity: 0;
|
61
|
+
}
|
62
|
+
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
63
|
+
transform: translateY(0.5rem);
|
64
|
+
}
|
64
65
|
}
|