@vuetify/nightly 3.7.3-master.2024-10-31 → 3.7.3-next.2024-11-01
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 +5540 -5588
- package/dist/json/importMap-labs.json +10 -10
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +1 -14
- package/dist/json/web-types.json +10273 -10361
- package/dist/vuetify-labs.css +25568 -27281
- package/dist/vuetify-labs.d.ts +2967 -13803
- package/dist/vuetify-labs.esm.js +13 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +13 -7
- package/dist/vuetify-labs.min.css +3 -4
- package/dist/vuetify.css +22401 -24117
- package/dist/vuetify.d.ts +2722 -11907
- package/dist/vuetify.esm.js +13 -7
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +13 -7
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -4
- package/dist/vuetify.min.js +5 -5
- 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 +13 -11
- 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/VDataTableFooter.mjs.map +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 -389
- 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 +99 -99
- 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 +439 -451
- 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/_variables.scss +11 -0
- 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 -12135
- 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/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 +57 -57
- 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
@@ -27,7 +27,7 @@ type IconValue = string | (string | [path: string, opacity: number])[] | JSXComp
|
|
27
27
|
declare const IconValue: PropType<IconValue>;
|
28
28
|
|
29
29
|
declare const VCardItem: {
|
30
|
-
new (...args: any[]): vue.
|
30
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
31
31
|
style: vue.StyleValue;
|
32
32
|
density: Density;
|
33
33
|
} & {
|
@@ -59,39 +59,7 @@ declare const VCardItem: {
|
|
59
59
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
60
60
|
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
61
61
|
"v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
|
62
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
63
|
-
style: vue.StyleValue;
|
64
|
-
density: Density;
|
65
|
-
} & {
|
66
|
-
title?: string | number | undefined;
|
67
|
-
class?: any;
|
68
|
-
prependIcon?: IconValue | undefined;
|
69
|
-
appendIcon?: IconValue | undefined;
|
70
|
-
appendAvatar?: string | undefined;
|
71
|
-
prependAvatar?: string | undefined;
|
72
|
-
subtitle?: string | number | undefined;
|
73
|
-
} & {
|
74
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
75
|
-
default?: (() => vue.VNodeChild) | undefined;
|
76
|
-
prepend?: (() => vue.VNodeChild) | undefined;
|
77
|
-
append?: (() => vue.VNodeChild) | undefined;
|
78
|
-
title?: (() => vue.VNodeChild) | undefined;
|
79
|
-
subtitle?: (() => vue.VNodeChild) | undefined;
|
80
|
-
};
|
81
|
-
'v-slots'?: {
|
82
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
83
|
-
prepend?: false | (() => vue.VNodeChild) | undefined;
|
84
|
-
append?: false | (() => vue.VNodeChild) | undefined;
|
85
|
-
title?: false | (() => vue.VNodeChild) | undefined;
|
86
|
-
subtitle?: false | (() => vue.VNodeChild) | undefined;
|
87
|
-
} | undefined;
|
88
|
-
} & {
|
89
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
90
|
-
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
91
|
-
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
92
|
-
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
93
|
-
"v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
|
94
|
-
}, {
|
62
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
95
63
|
style: vue.StyleValue;
|
96
64
|
density: Density;
|
97
65
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -100,7 +68,7 @@ declare const VCardItem: {
|
|
100
68
|
append: () => vue.VNode[];
|
101
69
|
title: () => vue.VNode[];
|
102
70
|
subtitle: () => vue.VNode[];
|
103
|
-
}>>, {
|
71
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
104
72
|
P: {};
|
105
73
|
B: {};
|
106
74
|
D: {};
|
@@ -187,7 +155,7 @@ declare const VCardItem: {
|
|
187
155
|
append: () => vue.VNode[];
|
188
156
|
title: () => vue.VNode[];
|
189
157
|
subtitle: () => vue.VNode[];
|
190
|
-
}
|
158
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
191
159
|
density: {
|
192
160
|
type: vue.PropType<Density>;
|
193
161
|
default: string;
|
@@ -241,84 +209,7 @@ interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'v
|
|
241
209
|
}
|
242
210
|
|
243
211
|
declare const VCard: {
|
244
|
-
new (...args: any[]): vue.
|
245
|
-
replace: boolean;
|
246
|
-
flat: boolean;
|
247
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
248
|
-
exact: boolean;
|
249
|
-
style: vue.StyleValue;
|
250
|
-
disabled: boolean;
|
251
|
-
tag: string;
|
252
|
-
tile: boolean;
|
253
|
-
density: Density;
|
254
|
-
ripple: boolean | {
|
255
|
-
class: string;
|
256
|
-
} | undefined;
|
257
|
-
hover: boolean;
|
258
|
-
} & {
|
259
|
-
link?: boolean | undefined;
|
260
|
-
location?: Anchor | null | undefined;
|
261
|
-
height?: string | number | undefined;
|
262
|
-
width?: string | number | undefined;
|
263
|
-
border?: string | number | boolean | undefined;
|
264
|
-
color?: string | undefined;
|
265
|
-
maxHeight?: string | number | undefined;
|
266
|
-
maxWidth?: string | number | undefined;
|
267
|
-
minHeight?: string | number | undefined;
|
268
|
-
minWidth?: string | number | undefined;
|
269
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
270
|
-
loading?: string | boolean | undefined;
|
271
|
-
title?: string | number | undefined;
|
272
|
-
image?: string | undefined;
|
273
|
-
text?: string | number | undefined;
|
274
|
-
class?: any;
|
275
|
-
theme?: string | undefined;
|
276
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
277
|
-
href?: string | undefined;
|
278
|
-
elevation?: string | number | undefined;
|
279
|
-
rounded?: string | number | boolean | undefined;
|
280
|
-
prependIcon?: IconValue | undefined;
|
281
|
-
appendIcon?: IconValue | undefined;
|
282
|
-
appendAvatar?: string | undefined;
|
283
|
-
prependAvatar?: string | undefined;
|
284
|
-
subtitle?: string | number | undefined;
|
285
|
-
} & {
|
286
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
287
|
-
default?: (() => vue.VNodeChild) | undefined;
|
288
|
-
prepend?: (() => vue.VNodeChild) | undefined;
|
289
|
-
append?: (() => vue.VNodeChild) | undefined;
|
290
|
-
title?: (() => vue.VNodeChild) | undefined;
|
291
|
-
subtitle?: (() => vue.VNodeChild) | undefined;
|
292
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
293
|
-
text?: (() => vue.VNodeChild) | undefined;
|
294
|
-
loader?: ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
295
|
-
image?: (() => vue.VNodeChild) | undefined;
|
296
|
-
item?: (() => vue.VNodeChild) | undefined;
|
297
|
-
};
|
298
|
-
'v-slots'?: {
|
299
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
300
|
-
prepend?: false | (() => vue.VNodeChild) | undefined;
|
301
|
-
append?: false | (() => vue.VNodeChild) | undefined;
|
302
|
-
title?: false | (() => vue.VNodeChild) | undefined;
|
303
|
-
subtitle?: false | (() => vue.VNodeChild) | undefined;
|
304
|
-
actions?: false | (() => vue.VNodeChild) | undefined;
|
305
|
-
text?: false | (() => vue.VNodeChild) | undefined;
|
306
|
-
loader?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
307
|
-
image?: false | (() => vue.VNodeChild) | undefined;
|
308
|
-
item?: false | (() => vue.VNodeChild) | undefined;
|
309
|
-
} | undefined;
|
310
|
-
} & {
|
311
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
312
|
-
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
313
|
-
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
314
|
-
"v-slot:title"?: false | (() => vue.VNodeChild) | undefined;
|
315
|
-
"v-slot:subtitle"?: false | (() => vue.VNodeChild) | undefined;
|
316
|
-
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
317
|
-
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
318
|
-
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
319
|
-
"v-slot:image"?: false | (() => vue.VNodeChild) | undefined;
|
320
|
-
"v-slot:item"?: false | (() => vue.VNodeChild) | undefined;
|
321
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
212
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
322
213
|
replace: boolean;
|
323
214
|
flat: boolean;
|
324
215
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -395,7 +286,7 @@ declare const VCard: {
|
|
395
286
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
396
287
|
"v-slot:image"?: false | (() => vue.VNodeChild) | undefined;
|
397
288
|
"v-slot:item"?: false | (() => vue.VNodeChild) | undefined;
|
398
|
-
}, {
|
289
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
399
290
|
replace: boolean;
|
400
291
|
link: boolean;
|
401
292
|
flat: boolean;
|
@@ -422,7 +313,7 @@ declare const VCard: {
|
|
422
313
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
423
314
|
image: () => vue.VNode[];
|
424
315
|
item: () => vue.VNode[];
|
425
|
-
}>>, {
|
316
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
426
317
|
P: {};
|
427
318
|
B: {};
|
428
319
|
D: {};
|
@@ -630,7 +521,7 @@ declare const VCard: {
|
|
630
521
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
631
522
|
image: () => vue.VNode[];
|
632
523
|
item: () => vue.VNode[];
|
633
|
-
}
|
524
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
634
525
|
color: StringConstructor;
|
635
526
|
variant: Omit<{
|
636
527
|
type: PropType<Variant>;
|
@@ -774,7 +665,7 @@ declare const VCard: {
|
|
774
665
|
type VCard = InstanceType<typeof VCard>;
|
775
666
|
|
776
667
|
declare const VCardActions: {
|
777
|
-
new (...args: any[]): vue.
|
668
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
778
669
|
style: vue.StyleValue;
|
779
670
|
} & {
|
780
671
|
class?: any;
|
@@ -787,24 +678,11 @@ declare const VCardActions: {
|
|
787
678
|
} | undefined;
|
788
679
|
} & {
|
789
680
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
790
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
791
|
-
style: vue.StyleValue;
|
792
|
-
} & {
|
793
|
-
class?: any;
|
794
|
-
} & {
|
795
|
-
$children?: vue.VNodeChild | {
|
796
|
-
default?: (() => vue.VNodeChild) | undefined;
|
797
|
-
} | (() => vue.VNodeChild);
|
798
|
-
'v-slots'?: {
|
799
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
800
|
-
} | undefined;
|
801
|
-
} & {
|
802
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
803
|
-
}, {
|
681
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
804
682
|
style: vue.StyleValue;
|
805
683
|
}, true, {}, vue.SlotsType<Partial<{
|
806
684
|
default: () => vue.VNode[];
|
807
|
-
}>>, {
|
685
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
808
686
|
P: {};
|
809
687
|
B: {};
|
810
688
|
D: {};
|
@@ -847,7 +725,7 @@ declare const VCardActions: {
|
|
847
725
|
style: vue.StyleValue;
|
848
726
|
}, {}, string, vue.SlotsType<Partial<{
|
849
727
|
default: () => vue.VNode[];
|
850
|
-
}
|
728
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
851
729
|
class: vue.PropType<ClassValue>;
|
852
730
|
style: {
|
853
731
|
type: vue.PropType<vue.StyleValue>;
|
@@ -863,7 +741,7 @@ declare const VCardActions: {
|
|
863
741
|
type VCardActions = InstanceType<typeof VCardActions>;
|
864
742
|
|
865
743
|
declare const VCardSubtitle: {
|
866
|
-
new (...args: any[]): vue.
|
744
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
867
745
|
style: vue.StyleValue;
|
868
746
|
tag: string;
|
869
747
|
} & {
|
@@ -878,27 +756,12 @@ declare const VCardSubtitle: {
|
|
878
756
|
} | undefined;
|
879
757
|
} & {
|
880
758
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
881
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
882
|
-
style: vue.StyleValue;
|
883
|
-
tag: string;
|
884
|
-
} & {
|
885
|
-
opacity?: string | number | undefined;
|
886
|
-
class?: any;
|
887
|
-
} & {
|
888
|
-
$children?: vue.VNodeChild | {
|
889
|
-
default?: (() => vue.VNodeChild) | undefined;
|
890
|
-
} | (() => vue.VNodeChild);
|
891
|
-
'v-slots'?: {
|
892
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
893
|
-
} | undefined;
|
894
|
-
} & {
|
895
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
896
|
-
}, {
|
759
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
897
760
|
style: vue.StyleValue;
|
898
761
|
tag: string;
|
899
762
|
}, true, {}, vue.SlotsType<Partial<{
|
900
763
|
default: () => vue.VNode[];
|
901
|
-
}>>, {
|
764
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
902
765
|
P: {};
|
903
766
|
B: {};
|
904
767
|
D: {};
|
@@ -947,7 +810,7 @@ declare const VCardSubtitle: {
|
|
947
810
|
tag: string;
|
948
811
|
}, {}, string, vue.SlotsType<Partial<{
|
949
812
|
default: () => vue.VNode[];
|
950
|
-
}
|
813
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
951
814
|
tag: {
|
952
815
|
type: StringConstructor;
|
953
816
|
default: string;
|
@@ -973,7 +836,7 @@ declare const VCardSubtitle: {
|
|
973
836
|
type VCardSubtitle = InstanceType<typeof VCardSubtitle>;
|
974
837
|
|
975
838
|
declare const VCardText: {
|
976
|
-
new (...args: any[]): vue.
|
839
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
977
840
|
style: vue.StyleValue;
|
978
841
|
tag: string;
|
979
842
|
} & {
|
@@ -988,27 +851,12 @@ declare const VCardText: {
|
|
988
851
|
} | undefined;
|
989
852
|
} & {
|
990
853
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
991
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
992
|
-
style: vue.StyleValue;
|
993
|
-
tag: string;
|
994
|
-
} & {
|
995
|
-
opacity?: string | number | undefined;
|
996
|
-
class?: any;
|
997
|
-
} & {
|
998
|
-
$children?: vue.VNodeChild | {
|
999
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1000
|
-
} | (() => vue.VNodeChild);
|
1001
|
-
'v-slots'?: {
|
1002
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1003
|
-
} | undefined;
|
1004
|
-
} & {
|
1005
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1006
|
-
}, {
|
854
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
1007
855
|
style: vue.StyleValue;
|
1008
856
|
tag: string;
|
1009
857
|
}, true, {}, vue.SlotsType<Partial<{
|
1010
858
|
default: () => vue.VNode[];
|
1011
|
-
}>>, {
|
859
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
1012
860
|
P: {};
|
1013
861
|
B: {};
|
1014
862
|
D: {};
|
@@ -1057,7 +905,7 @@ declare const VCardText: {
|
|
1057
905
|
tag: string;
|
1058
906
|
}, {}, string, vue.SlotsType<Partial<{
|
1059
907
|
default: () => vue.VNode[];
|
1060
|
-
}
|
908
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1061
909
|
tag: {
|
1062
910
|
type: StringConstructor;
|
1063
911
|
default: string;
|
@@ -1083,7 +931,7 @@ declare const VCardText: {
|
|
1083
931
|
type VCardText = InstanceType<typeof VCardText>;
|
1084
932
|
|
1085
933
|
declare const VCardTitle: {
|
1086
|
-
new (...args: any[]): vue.
|
934
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
1087
935
|
style: vue.StyleValue;
|
1088
936
|
tag: string;
|
1089
937
|
} & {
|
@@ -1099,26 +947,12 @@ declare const VCardTitle: {
|
|
1099
947
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1100
948
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1101
949
|
[key: string]: any;
|
1102
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1103
|
-
style: vue.StyleValue;
|
1104
|
-
tag: string;
|
1105
|
-
} & {
|
1106
|
-
class?: any;
|
1107
|
-
} & {
|
1108
|
-
$children?: vue.VNodeChild | {
|
1109
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1110
|
-
} | (() => vue.VNodeChild);
|
1111
|
-
'v-slots'?: {
|
1112
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1113
|
-
} | undefined;
|
1114
|
-
} & {
|
1115
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1116
|
-
}, {
|
950
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
1117
951
|
style: vue.StyleValue;
|
1118
952
|
tag: string;
|
1119
953
|
}, true, {}, vue.SlotsType<Partial<{
|
1120
954
|
default: () => vue.VNode[];
|
1121
|
-
}>>, {
|
955
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
1122
956
|
P: {};
|
1123
957
|
B: {};
|
1124
958
|
D: {};
|
@@ -1169,7 +1003,7 @@ declare const VCardTitle: {
|
|
1169
1003
|
tag: string;
|
1170
1004
|
}, {}, string, vue.SlotsType<Partial<{
|
1171
1005
|
default: () => vue.VNode[];
|
1172
|
-
}
|
1006
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1173
1007
|
class: vue.PropType<ClassValue>;
|
1174
1008
|
style: {
|
1175
1009
|
type: vue.PropType<vue.StyleValue>;
|
@@ -1,66 +1,64 @@
|
|
1
|
-
.
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
.v-carousel__progress {
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
}
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
height: 100% !important;
|
65
|
-
width: 50px;
|
1
|
+
@layer vuetify.components {
|
2
|
+
.v-carousel {
|
3
|
+
overflow: hidden;
|
4
|
+
position: relative;
|
5
|
+
width: 100%;
|
6
|
+
}
|
7
|
+
.v-carousel__controls {
|
8
|
+
align-items: center;
|
9
|
+
bottom: 0;
|
10
|
+
display: flex;
|
11
|
+
height: 50px;
|
12
|
+
justify-content: center;
|
13
|
+
list-style-type: none;
|
14
|
+
position: absolute;
|
15
|
+
width: 100%;
|
16
|
+
z-index: 1;
|
17
|
+
}
|
18
|
+
.v-carousel__controls {
|
19
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
20
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
21
|
+
}
|
22
|
+
.v-carousel__controls > .v-item-group {
|
23
|
+
flex: 0 1 auto;
|
24
|
+
}
|
25
|
+
.v-carousel__controls__item {
|
26
|
+
margin: 0 8px;
|
27
|
+
}
|
28
|
+
.v-carousel__controls__item .v-icon {
|
29
|
+
opacity: 0.5;
|
30
|
+
}
|
31
|
+
.v-carousel__controls__item--active .v-icon {
|
32
|
+
opacity: 1;
|
33
|
+
vertical-align: middle;
|
34
|
+
}
|
35
|
+
.v-carousel__controls__item:hover {
|
36
|
+
background: none;
|
37
|
+
}
|
38
|
+
.v-carousel__controls__item:hover .v-icon {
|
39
|
+
opacity: 0.8;
|
40
|
+
}
|
41
|
+
.v-carousel__progress {
|
42
|
+
margin: 0;
|
43
|
+
position: absolute;
|
44
|
+
bottom: 0;
|
45
|
+
left: 0;
|
46
|
+
right: 0;
|
47
|
+
}
|
48
|
+
.v-carousel-item {
|
49
|
+
display: block;
|
50
|
+
height: inherit;
|
51
|
+
text-decoration: none;
|
52
|
+
}
|
53
|
+
.v-carousel-item > .v-img {
|
54
|
+
height: inherit;
|
55
|
+
}
|
56
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
57
|
+
background: transparent;
|
58
|
+
}
|
59
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
60
|
+
flex-direction: column;
|
61
|
+
height: 100%;
|
62
|
+
width: 50px;
|
63
|
+
}
|
66
64
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { mergeProps as _mergeProps, createVNode as _createVNode } from "vue";
|
2
2
|
// Components
|
3
3
|
import { makeVImgProps, VImg } from "../VImg/VImg.mjs";
|
4
4
|
import { makeVWindowItemProps, VWindowItem } from "../VWindow/VWindowItem.mjs"; // Utilities
|
@@ -120,7 +120,7 @@ type VCarouselSlots = VWindowSlots & {
|
|
120
120
|
};
|
121
121
|
};
|
122
122
|
declare const VCarousel: {
|
123
|
-
new (...args: any[]): vue.
|
123
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
124
124
|
reverse: boolean;
|
125
125
|
interval: string | number;
|
126
126
|
height: string | number;
|
@@ -147,32 +147,7 @@ declare const VCarousel: {
|
|
147
147
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
148
148
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
149
149
|
'update:modelValue': (value: any) => true;
|
150
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
151
|
-
reverse: boolean;
|
152
|
-
interval: string | number;
|
153
|
-
height: string | number;
|
154
|
-
direction: "horizontal" | "vertical";
|
155
|
-
style: vue.StyleValue;
|
156
|
-
disabled: boolean;
|
157
|
-
tag: string;
|
158
|
-
cycle: boolean;
|
159
|
-
mandatory: boolean | "force";
|
160
|
-
selectedClass: string;
|
161
|
-
nextIcon: IconValue;
|
162
|
-
prevIcon: IconValue;
|
163
|
-
showArrows: string | boolean;
|
164
|
-
continuous: boolean;
|
165
|
-
delimiterIcon: IconValue;
|
166
|
-
hideDelimiters: boolean;
|
167
|
-
hideDelimiterBackground: boolean;
|
168
|
-
} & {
|
169
|
-
progress?: string | boolean | undefined;
|
170
|
-
color?: string | undefined;
|
171
|
-
class?: any;
|
172
|
-
theme?: string | undefined;
|
173
|
-
touch?: boolean | TouchHandlers | undefined;
|
174
|
-
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
175
|
-
} & {}, {
|
150
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:additional" | "update:modelValue" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
176
151
|
reverse: boolean;
|
177
152
|
interval: string | number;
|
178
153
|
height: string | number;
|
@@ -222,7 +197,7 @@ declare const VCarousel: {
|
|
222
197
|
disabled: boolean | undefined;
|
223
198
|
};
|
224
199
|
}) => vue.VNode[];
|
225
|
-
}>>, {
|
200
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
226
201
|
P: {};
|
227
202
|
B: {};
|
228
203
|
D: {};
|
@@ -354,7 +329,7 @@ declare const VCarousel: {
|
|
354
329
|
disabled: boolean | undefined;
|
355
330
|
};
|
356
331
|
}) => vue.VNode[];
|
357
|
-
}
|
332
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
358
333
|
modelValue?: T;
|
359
334
|
"onUpdate:modelValue"?: (value: T) => void;
|
360
335
|
}, slots: VCarouselSlots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
@@ -510,7 +485,7 @@ interface srcObject {
|
|
510
485
|
}
|
511
486
|
|
512
487
|
declare const VCarouselItem: {
|
513
|
-
new (...args: any[]): vue.
|
488
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
514
489
|
inline: boolean;
|
515
490
|
absolute: boolean;
|
516
491
|
style: vue.StyleValue;
|
@@ -563,60 +538,7 @@ declare const VCarouselItem: {
|
|
563
538
|
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
564
539
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
565
540
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
566
|
-
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
567
|
-
inline: boolean;
|
568
|
-
absolute: boolean;
|
569
|
-
style: vue.StyleValue;
|
570
|
-
eager: boolean;
|
571
|
-
disabled: boolean;
|
572
|
-
options: IntersectionObserverInit;
|
573
|
-
cover: boolean;
|
574
|
-
src: string | srcObject;
|
575
|
-
tile: boolean;
|
576
|
-
} & {
|
577
|
-
height?: string | number | undefined;
|
578
|
-
width?: string | number | undefined;
|
579
|
-
aspectRatio?: string | number | undefined;
|
580
|
-
color?: string | undefined;
|
581
|
-
maxHeight?: string | number | undefined;
|
582
|
-
maxWidth?: string | number | undefined;
|
583
|
-
minHeight?: string | number | undefined;
|
584
|
-
minWidth?: string | number | undefined;
|
585
|
-
position?: string | undefined;
|
586
|
-
transition?: string | boolean | undefined;
|
587
|
-
value?: any;
|
588
|
-
draggable?: boolean | "false" | "true" | undefined;
|
589
|
-
class?: any;
|
590
|
-
alt?: string | undefined;
|
591
|
-
referrerpolicy?: "origin" | "same-origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url" | undefined;
|
592
|
-
crossorigin?: "" | "anonymous" | "use-credentials" | undefined;
|
593
|
-
sizes?: string | undefined;
|
594
|
-
srcset?: string | undefined;
|
595
|
-
rounded?: string | number | boolean | undefined;
|
596
|
-
contentClass?: any;
|
597
|
-
gradient?: string | undefined;
|
598
|
-
lazySrc?: string | undefined;
|
599
|
-
selectedClass?: string | undefined;
|
600
|
-
reverseTransition?: string | boolean | undefined;
|
601
|
-
} & {
|
602
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
603
|
-
default?: (() => vue.VNodeChild) | undefined;
|
604
|
-
placeholder?: (() => vue.VNodeChild) | undefined;
|
605
|
-
error?: (() => vue.VNodeChild) | undefined;
|
606
|
-
sources?: (() => vue.VNodeChild) | undefined;
|
607
|
-
};
|
608
|
-
'v-slots'?: {
|
609
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
610
|
-
placeholder?: false | (() => vue.VNodeChild) | undefined;
|
611
|
-
error?: false | (() => vue.VNodeChild) | undefined;
|
612
|
-
sources?: false | (() => vue.VNodeChild) | undefined;
|
613
|
-
} | undefined;
|
614
|
-
} & {
|
615
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
616
|
-
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
617
|
-
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
618
|
-
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
619
|
-
}, {
|
541
|
+
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
620
542
|
inline: boolean;
|
621
543
|
absolute: boolean;
|
622
544
|
transition: string | boolean;
|
@@ -635,7 +557,7 @@ declare const VCarouselItem: {
|
|
635
557
|
placeholder: () => vue.VNode[];
|
636
558
|
error: () => vue.VNode[];
|
637
559
|
sources: () => vue.VNode[];
|
638
|
-
}>>, {
|
560
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
639
561
|
P: {};
|
640
562
|
B: {};
|
641
563
|
D: {};
|
@@ -785,7 +707,7 @@ declare const VCarouselItem: {
|
|
785
707
|
placeholder: () => vue.VNode[];
|
786
708
|
error: () => vue.VNode[];
|
787
709
|
sources: () => vue.VNode[];
|
788
|
-
}
|
710
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
789
711
|
eager: BooleanConstructor;
|
790
712
|
value: null;
|
791
713
|
disabled: BooleanConstructor;
|