@vuetify/nightly 3.7.4-next.2024-11-06 → 3.7.5-master.2024-12-03
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 +1561 -1561
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +120 -120
- package/dist/json/web-types.json +2945 -2945
- package/dist/vuetify-labs.css +25432 -23715
- package/dist/vuetify-labs.d.ts +14220 -3389
- package/dist/vuetify-labs.esm.js +73 -70
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +73 -70
- package/dist/vuetify-labs.min.css +4 -3
- package/dist/vuetify.css +23969 -22249
- package/dist/vuetify.d.ts +11832 -2652
- package/dist/vuetify.esm.js +62 -60
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +62 -60
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +4 -3
- package/dist/vuetify.min.js +37 -37
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +215 -207
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +86 -8
- package/lib/components/VApp/VApp.css +15 -16
- package/lib/components/VApp/index.d.mts +20 -4
- package/lib/components/VAppBar/VAppBar.css +12 -14
- 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 +148 -12
- package/lib/components/VAutocomplete/VAutocomplete.css +85 -86
- package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1396 -237
- package/lib/components/VAvatar/VAvatar.css +106 -108
- package/lib/components/VAvatar/index.d.mts +31 -4
- package/lib/components/VBadge/VBadge.css +77 -73
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/VBadge.sass +4 -0
- package/lib/components/VBadge/index.d.mts +41 -4
- package/lib/components/VBanner/VBanner.css +166 -161
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +88 -12
- package/lib/components/VBottomNavigation/VBottomNavigation.css +63 -64
- package/lib/components/VBottomNavigation/index.d.mts +32 -4
- package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +88 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +65 -12
- package/lib/components/VBtn/VBtn.css +408 -385
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +72 -4
- package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +28 -4
- package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +24 -4
- package/lib/components/VCard/VCard.css +302 -294
- 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 +190 -24
- package/lib/components/VCarousel/VCarousel.css +65 -63
- 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 +86 -8
- package/lib/components/VCheckbox/VCheckbox.css +5 -7
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +90 -8
- package/lib/components/VChip/VChip.css +411 -378
- package/lib/components/VChip/VChip.mjs +4 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +113 -12
- package/lib/components/VChipGroup/VChipGroup.css +18 -19
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +28 -4
- package/lib/components/VCode/VCode.css +8 -10
- package/lib/components/VCode/index.d.mts +18 -4
- package/lib/components/VColorPicker/VColorPicker.css +22 -22
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
- package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
- package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
- package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VColorPicker/index.d.mts +68 -4
- package/lib/components/VCombobox/VCombobox.css +85 -86
- package/lib/components/VCombobox/VCombobox.mjs +5 -5
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1396 -237
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +9 -7
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +2 -2
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +16 -13
- package/lib/components/VCounter/VCounter.css +5 -7
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +31 -9
- package/lib/components/VDataIterator/index.d.mts +56 -12
- package/lib/components/VDataTable/VDataTable.css +186 -189
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTable.sass +10 -20
- package/lib/components/VDataTable/VDataTableFooter.css +31 -33
- 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 +388 -36
- package/lib/components/VDatePicker/VDatePicker.css +6 -8
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.css +56 -54
- package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
- package/lib/components/VDatePicker/VDatePickerHeader.mjs +2 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +281 -29
- package/lib/components/VDefaultsProvider/index.d.mts +20 -4
- 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 +389 -143
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VDivider/index.d.mts +24 -4
- package/lib/components/VEmptyState/VEmptyState.css +67 -62
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +66 -4
- package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +152 -16
- package/lib/components/VFab/VFab.css +69 -74
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/VFab.sass +4 -5
- package/lib/components/VFab/index.d.mts +78 -9
- package/lib/components/VField/VField.css +579 -539
- package/lib/components/VField/VField.mjs +3 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +59 -11
- package/lib/components/VFileInput/VFileInput.css +29 -31
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +256 -71
- package/lib/components/VFooter/VFooter.css +36 -38
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +29 -4
- package/lib/components/VForm/index.d.mts +175 -267
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/VGrid.css +592 -565
- package/lib/components/VGrid/index.d.mts +118 -16
- package/lib/components/VHover/index.d.mts +33 -4
- package/lib/components/VIcon/VIcon.css +52 -51
- package/lib/components/VIcon/index.d.mts +75 -17
- package/lib/components/VImg/VImg.css +51 -50
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +74 -19
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +46 -4
- package/lib/components/VInput/VInput.css +142 -131
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/index.d.mts +37 -4
- package/lib/components/VItemGroup/VItemGroup.css +5 -7
- package/lib/components/VItemGroup/index.d.mts +65 -8
- package/lib/components/VKbd/VKbd.css +11 -13
- package/lib/components/VKbd/index.d.mts +18 -4
- package/lib/components/VLabel/VLabel.css +15 -16
- package/lib/components/VLabel/index.d.mts +20 -4
- package/lib/components/VLayout/VLayout.css +8 -10
- package/lib/components/VLayout/VLayoutItem.css +7 -8
- package/lib/components/VLayout/index.d.mts +48 -8
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +31 -4
- package/lib/components/VList/VList.css +108 -104
- package/lib/components/VList/VList.mjs +4 -3
- package/lib/components/VList/VList.mjs.map +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 +452 -440
- package/lib/components/VList/VListItem.mjs +4 -3
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -2
- 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 +301 -58
- package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
- package/lib/components/VLocaleProvider/index.d.mts +21 -4
- package/lib/components/VMain/VMain.css +30 -32
- package/lib/components/VMain/index.d.mts +25 -4
- package/lib/components/VMenu/VMenu.css +19 -21
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +397 -155
- package/lib/components/VMessages/VMessages.css +15 -17
- package/lib/components/VMessages/index.d.mts +27 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +108 -106
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +62 -7
- package/lib/components/VOtpInput/VOtpInput.css +58 -56
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +52 -7
- package/lib/components/VOverlay/VOverlay.css +63 -60
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.sass +13 -14
- package/lib/components/VOverlay/index.d.mts +101 -19
- package/lib/components/VPagination/VPagination.css +8 -10
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +64 -4
- package/lib/components/VParallax/VParallax.css +6 -8
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +27 -4
- package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
- package/lib/components/VProgressCircular/index.d.mts +34 -4
- package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
- package/lib/components/VProgressLinear/index.d.mts +54 -4
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +68 -4
- package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +48 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +107 -4
- package/lib/components/VRating/VRating.css +53 -52
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +42 -4
- package/lib/components/VResponsive/VResponsive.css +26 -25
- package/lib/components/VResponsive/index.d.mts +29 -4
- package/lib/components/VSelect/VSelect.css +52 -54
- package/lib/components/VSelect/VSelect.mjs +4 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1388 -236
- package/lib/components/VSelectionControl/VSelectionControl.css +102 -100
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +37 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
- package/lib/components/VSelectionControlGroup/index.d.mts +26 -4
- package/lib/components/VSheet/VSheet.css +36 -38
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +32 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +28 -4
- package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
- package/lib/components/VSlideGroup/index.d.mts +70 -14
- package/lib/components/VSlider/VSlider.css +57 -53
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.css +153 -142
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/VSliderTrack.css +174 -155
- package/lib/components/VSlider/index.d.mts +106 -4
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +398 -152
- package/lib/components/VSparkline/VBarline.mjs +2 -1
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +2 -1
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +49 -4
- package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +85 -4
- package/lib/components/VStepper/VStepper.css +56 -55
- package/lib/components/VStepper/VStepper.mjs +6 -5
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +115 -112
- package/lib/components/VStepper/VStepperItem.mjs +6 -5
- package/lib/components/VStepper/VStepperItem.mjs.map +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 +301 -69
- package/lib/components/VSwitch/VSwitch.css +139 -129
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +59 -4
- package/lib/components/VSystemBar/VSystemBar.css +43 -45
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +28 -4
- package/lib/components/VTable/VTable.css +141 -140
- package/lib/components/VTable/VTable.sass +2 -4
- package/lib/components/VTable/index.d.mts +33 -4
- package/lib/components/VTabs/VTab.css +29 -30
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.css +65 -59
- 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 +394 -98
- package/lib/components/VTextField/VTextField.css +68 -65
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +374 -152
- package/lib/components/VTextarea/VTextarea.css +39 -47
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.sass +2 -4
- package/lib/components/VTextarea/index.d.mts +244 -71
- package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
- package/lib/components/VThemeProvider/index.d.mts +20 -4
- package/lib/components/VTimeline/VTimeline.css +418 -379
- 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 +75 -8
- package/lib/components/VToolbar/VToolbar.css +143 -136
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +90 -12
- package/lib/components/VTooltip/VTooltip.css +21 -25
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.sass +6 -8
- package/lib/components/VTooltip/index.d.mts +386 -147
- package/lib/components/VValidation/index.d.mts +24 -10
- package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +15 -4
- package/lib/components/VWindow/VWindow.css +70 -73
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +47 -8
- package/lib/components/index.d.mts +11793 -2613
- package/lib/components/transitions/dialog-transition.mjs +2 -1
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +309 -64
- package/lib/composables/form.mjs +7 -2
- package/lib/composables/form.mjs.map +1 -1
- 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/validation.mjs +10 -12
- package/lib/composables/validation.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 +36 -38
- 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 +44 -44
- package/lib/labs/VCalendar/VCalendar.css +225 -219
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.css +32 -33
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
- package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
- package/lib/labs/VCalendar/index.d.mts +211 -24
- package/lib/labs/VDateInput/VDateInput.mjs +2 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +115 -4
- package/lib/labs/VNumberInput/VNumberInput.css +38 -40
- package/lib/labs/VNumberInput/VNumberInput.mjs +8 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +1267 -564
- package/lib/labs/VPicker/VPicker.css +57 -53
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +63 -8
- package/lib/labs/VPullToRefresh/index.d.mts +35 -4
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +453 -156
- 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 +271 -56
- package/lib/labs/VTimePicker/VTimePicker.css +7 -9
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
- package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +122 -12
- 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 +15 -17
- package/lib/labs/VTreeview/VTreeviewItem.mjs +4 -5
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +1 -2
- package/lib/labs/VTreeview/index.d.mts +225 -38
- package/lib/labs/components.d.mts +2940 -1043
- package/lib/locale/fr.mjs +1 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +1 -13
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +16139 -14666
- package/lib/styles/settings/_utilities.scss +5 -0
- package/lib/styles/settings/_variables.scss +2 -1
- package/lib/styles/tools/_bootable.sass +3 -0
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +10 -0
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +2 -0
- package/lib/styles/tools/_layer.scss +2 -4
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_radius.sass +10 -0
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +5 -1
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/package.json +4 -5
@@ -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.CreateComponentPublicInstance<{
|
31
31
|
style: vue.StyleValue;
|
32
32
|
density: Density;
|
33
33
|
} & {
|
@@ -59,7 +59,39 @@ 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
|
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
|
+
}, {
|
63
95
|
style: vue.StyleValue;
|
64
96
|
density: Density;
|
65
97
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -68,7 +100,7 @@ declare const VCardItem: {
|
|
68
100
|
append: () => vue.VNode[];
|
69
101
|
title: () => vue.VNode[];
|
70
102
|
subtitle: () => vue.VNode[];
|
71
|
-
}>>,
|
103
|
+
}>>, {
|
72
104
|
P: {};
|
73
105
|
B: {};
|
74
106
|
D: {};
|
@@ -155,7 +187,7 @@ declare const VCardItem: {
|
|
155
187
|
append: () => vue.VNode[];
|
156
188
|
title: () => vue.VNode[];
|
157
189
|
subtitle: () => vue.VNode[];
|
158
|
-
}
|
190
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
159
191
|
density: {
|
160
192
|
type: vue.PropType<Density>;
|
161
193
|
default: string;
|
@@ -209,7 +241,84 @@ interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'v
|
|
209
241
|
}
|
210
242
|
|
211
243
|
declare const VCard: {
|
212
|
-
new (...args: any[]): vue.
|
244
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
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 & {
|
213
322
|
replace: boolean;
|
214
323
|
flat: boolean;
|
215
324
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -286,7 +395,7 @@ declare const VCard: {
|
|
286
395
|
"v-slot:loader"?: false | ((arg: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
287
396
|
"v-slot:image"?: false | (() => vue.VNodeChild) | undefined;
|
288
397
|
"v-slot:item"?: false | (() => vue.VNodeChild) | undefined;
|
289
|
-
}, {
|
398
|
+
}, {
|
290
399
|
replace: boolean;
|
291
400
|
link: boolean;
|
292
401
|
flat: boolean;
|
@@ -313,7 +422,7 @@ declare const VCard: {
|
|
313
422
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
314
423
|
image: () => vue.VNode[];
|
315
424
|
item: () => vue.VNode[];
|
316
|
-
}>>,
|
425
|
+
}>>, {
|
317
426
|
P: {};
|
318
427
|
B: {};
|
319
428
|
D: {};
|
@@ -521,7 +630,7 @@ declare const VCard: {
|
|
521
630
|
loader: (arg: LoaderSlotProps) => vue.VNode[];
|
522
631
|
image: () => vue.VNode[];
|
523
632
|
item: () => vue.VNode[];
|
524
|
-
}
|
633
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
525
634
|
color: StringConstructor;
|
526
635
|
variant: Omit<{
|
527
636
|
type: PropType<Variant>;
|
@@ -665,7 +774,7 @@ declare const VCard: {
|
|
665
774
|
type VCard = InstanceType<typeof VCard>;
|
666
775
|
|
667
776
|
declare const VCardActions: {
|
668
|
-
new (...args: any[]): vue.
|
777
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
669
778
|
style: vue.StyleValue;
|
670
779
|
} & {
|
671
780
|
class?: any;
|
@@ -678,11 +787,24 @@ declare const VCardActions: {
|
|
678
787
|
} | undefined;
|
679
788
|
} & {
|
680
789
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
681
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
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
|
+
}, {
|
682
804
|
style: vue.StyleValue;
|
683
805
|
}, true, {}, vue.SlotsType<Partial<{
|
684
806
|
default: () => vue.VNode[];
|
685
|
-
}>>,
|
807
|
+
}>>, {
|
686
808
|
P: {};
|
687
809
|
B: {};
|
688
810
|
D: {};
|
@@ -725,7 +847,7 @@ declare const VCardActions: {
|
|
725
847
|
style: vue.StyleValue;
|
726
848
|
}, {}, string, vue.SlotsType<Partial<{
|
727
849
|
default: () => vue.VNode[];
|
728
|
-
}
|
850
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
729
851
|
class: vue.PropType<ClassValue>;
|
730
852
|
style: {
|
731
853
|
type: vue.PropType<vue.StyleValue>;
|
@@ -741,7 +863,7 @@ declare const VCardActions: {
|
|
741
863
|
type VCardActions = InstanceType<typeof VCardActions>;
|
742
864
|
|
743
865
|
declare const VCardSubtitle: {
|
744
|
-
new (...args: any[]): vue.
|
866
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
745
867
|
style: vue.StyleValue;
|
746
868
|
tag: string;
|
747
869
|
} & {
|
@@ -756,12 +878,27 @@ declare const VCardSubtitle: {
|
|
756
878
|
} | undefined;
|
757
879
|
} & {
|
758
880
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
759
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
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
|
+
}, {
|
760
897
|
style: vue.StyleValue;
|
761
898
|
tag: string;
|
762
899
|
}, true, {}, vue.SlotsType<Partial<{
|
763
900
|
default: () => vue.VNode[];
|
764
|
-
}>>,
|
901
|
+
}>>, {
|
765
902
|
P: {};
|
766
903
|
B: {};
|
767
904
|
D: {};
|
@@ -810,7 +947,7 @@ declare const VCardSubtitle: {
|
|
810
947
|
tag: string;
|
811
948
|
}, {}, string, vue.SlotsType<Partial<{
|
812
949
|
default: () => vue.VNode[];
|
813
|
-
}
|
950
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
814
951
|
tag: {
|
815
952
|
type: StringConstructor;
|
816
953
|
default: string;
|
@@ -836,7 +973,7 @@ declare const VCardSubtitle: {
|
|
836
973
|
type VCardSubtitle = InstanceType<typeof VCardSubtitle>;
|
837
974
|
|
838
975
|
declare const VCardText: {
|
839
|
-
new (...args: any[]): vue.
|
976
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
840
977
|
style: vue.StyleValue;
|
841
978
|
tag: string;
|
842
979
|
} & {
|
@@ -851,12 +988,27 @@ declare const VCardText: {
|
|
851
988
|
} | undefined;
|
852
989
|
} & {
|
853
990
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
854
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
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
|
+
}, {
|
855
1007
|
style: vue.StyleValue;
|
856
1008
|
tag: string;
|
857
1009
|
}, true, {}, vue.SlotsType<Partial<{
|
858
1010
|
default: () => vue.VNode[];
|
859
|
-
}>>,
|
1011
|
+
}>>, {
|
860
1012
|
P: {};
|
861
1013
|
B: {};
|
862
1014
|
D: {};
|
@@ -905,7 +1057,7 @@ declare const VCardText: {
|
|
905
1057
|
tag: string;
|
906
1058
|
}, {}, string, vue.SlotsType<Partial<{
|
907
1059
|
default: () => vue.VNode[];
|
908
|
-
}
|
1060
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
909
1061
|
tag: {
|
910
1062
|
type: StringConstructor;
|
911
1063
|
default: string;
|
@@ -931,7 +1083,7 @@ declare const VCardText: {
|
|
931
1083
|
type VCardText = InstanceType<typeof VCardText>;
|
932
1084
|
|
933
1085
|
declare const VCardTitle: {
|
934
|
-
new (...args: any[]): vue.
|
1086
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
935
1087
|
style: vue.StyleValue;
|
936
1088
|
tag: string;
|
937
1089
|
} & {
|
@@ -947,12 +1099,26 @@ declare const VCardTitle: {
|
|
947
1099
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
948
1100
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
949
1101
|
[key: string]: any;
|
950
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
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
|
+
}, {
|
951
1117
|
style: vue.StyleValue;
|
952
1118
|
tag: string;
|
953
1119
|
}, true, {}, vue.SlotsType<Partial<{
|
954
1120
|
default: () => vue.VNode[];
|
955
|
-
}>>,
|
1121
|
+
}>>, {
|
956
1122
|
P: {};
|
957
1123
|
B: {};
|
958
1124
|
D: {};
|
@@ -1003,7 +1169,7 @@ declare const VCardTitle: {
|
|
1003
1169
|
tag: string;
|
1004
1170
|
}, {}, string, vue.SlotsType<Partial<{
|
1005
1171
|
default: () => vue.VNode[];
|
1006
|
-
}
|
1172
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1007
1173
|
class: vue.PropType<ClassValue>;
|
1008
1174
|
style: {
|
1009
1175
|
type: vue.PropType<vue.StyleValue>;
|
@@ -1,64 +1,66 @@
|
|
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
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
1
|
+
.v-carousel {
|
2
|
+
overflow: hidden;
|
3
|
+
position: relative;
|
4
|
+
width: 100%;
|
5
|
+
}
|
6
|
+
.v-carousel__controls {
|
7
|
+
align-items: center;
|
8
|
+
bottom: 0;
|
9
|
+
display: flex;
|
10
|
+
height: 50px;
|
11
|
+
justify-content: center;
|
12
|
+
list-style-type: none;
|
13
|
+
position: absolute;
|
14
|
+
width: 100%;
|
15
|
+
z-index: 1;
|
16
|
+
}
|
17
|
+
.v-carousel__controls {
|
18
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
19
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
20
|
+
}
|
21
|
+
.v-carousel__controls > .v-item-group {
|
22
|
+
flex: 0 1 auto;
|
23
|
+
}
|
24
|
+
.v-carousel__controls__item {
|
25
|
+
margin: 0 8px;
|
26
|
+
}
|
27
|
+
.v-carousel__controls__item .v-icon {
|
28
|
+
opacity: 0.5;
|
29
|
+
}
|
30
|
+
.v-carousel__controls__item--active .v-icon {
|
31
|
+
opacity: 1;
|
32
|
+
vertical-align: middle;
|
33
|
+
}
|
34
|
+
.v-carousel__controls__item:hover {
|
35
|
+
background: none;
|
36
|
+
}
|
37
|
+
.v-carousel__controls__item:hover .v-icon {
|
38
|
+
opacity: 0.8;
|
39
|
+
}
|
40
|
+
|
41
|
+
.v-carousel__progress {
|
42
|
+
margin: 0;
|
43
|
+
position: absolute;
|
44
|
+
bottom: 0;
|
45
|
+
left: 0;
|
46
|
+
right: 0;
|
47
|
+
}
|
48
|
+
|
49
|
+
.v-carousel-item {
|
50
|
+
display: block;
|
51
|
+
height: inherit;
|
52
|
+
text-decoration: none;
|
53
|
+
}
|
54
|
+
.v-carousel-item > .v-img {
|
55
|
+
height: inherit;
|
56
|
+
}
|
57
|
+
|
58
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
59
|
+
background: transparent;
|
60
|
+
}
|
61
|
+
|
62
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
63
|
+
flex-direction: column;
|
64
|
+
height: 100% !important;
|
65
|
+
width: 50px;
|
64
66
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { mergeProps as _mergeProps,
|
1
|
+
import { createVNode as _createVNode, mergeProps as _mergeProps, resolveDirective as _resolveDirective } 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.CreateComponentPublicInstance<{
|
124
124
|
reverse: boolean;
|
125
125
|
interval: string | number;
|
126
126
|
height: string | number;
|
@@ -147,7 +147,32 @@ 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
|
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
|
+
} & {}, {
|
151
176
|
reverse: boolean;
|
152
177
|
interval: string | number;
|
153
178
|
height: string | number;
|
@@ -197,7 +222,7 @@ declare const VCarousel: {
|
|
197
222
|
disabled: boolean | undefined;
|
198
223
|
};
|
199
224
|
}) => vue.VNode[];
|
200
|
-
}>>,
|
225
|
+
}>>, {
|
201
226
|
P: {};
|
202
227
|
B: {};
|
203
228
|
D: {};
|
@@ -329,7 +354,7 @@ declare const VCarousel: {
|
|
329
354
|
disabled: boolean | undefined;
|
330
355
|
};
|
331
356
|
}) => vue.VNode[];
|
332
|
-
}
|
357
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T>(props: {
|
333
358
|
modelValue?: T;
|
334
359
|
"onUpdate:modelValue"?: (value: T) => void;
|
335
360
|
}, slots: VCarouselSlots) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{
|
@@ -485,7 +510,7 @@ interface srcObject {
|
|
485
510
|
}
|
486
511
|
|
487
512
|
declare const VCarouselItem: {
|
488
|
-
new (...args: any[]): vue.
|
513
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
489
514
|
inline: boolean;
|
490
515
|
absolute: boolean;
|
491
516
|
style: vue.StyleValue;
|
@@ -538,7 +563,60 @@ declare const VCarouselItem: {
|
|
538
563
|
"v-slot:placeholder"?: false | (() => vue.VNodeChild) | undefined;
|
539
564
|
"v-slot:error"?: false | (() => vue.VNodeChild) | undefined;
|
540
565
|
"v-slot:sources"?: false | (() => vue.VNodeChild) | undefined;
|
541
|
-
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
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
|
+
}, {
|
542
620
|
inline: boolean;
|
543
621
|
absolute: boolean;
|
544
622
|
transition: string | boolean;
|
@@ -557,7 +635,7 @@ declare const VCarouselItem: {
|
|
557
635
|
placeholder: () => vue.VNode[];
|
558
636
|
error: () => vue.VNode[];
|
559
637
|
sources: () => vue.VNode[];
|
560
|
-
}>>,
|
638
|
+
}>>, {
|
561
639
|
P: {};
|
562
640
|
B: {};
|
563
641
|
D: {};
|
@@ -707,7 +785,7 @@ declare const VCarouselItem: {
|
|
707
785
|
placeholder: () => vue.VNode[];
|
708
786
|
error: () => vue.VNode[];
|
709
787
|
sources: () => vue.VNode[];
|
710
|
-
}
|
788
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
711
789
|
eager: BooleanConstructor;
|
712
790
|
value: null;
|
713
791
|
disabled: BooleanConstructor;
|