@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
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes,
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent, DirectiveBinding } from 'vue';
|
3
3
|
|
4
4
|
type ClassValue = any;
|
5
5
|
|
@@ -17,6 +17,12 @@ declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
|
|
17
17
|
type Breakpoint = typeof breakpoints[number];
|
18
18
|
type DisplayBreakpoint = 'xs' | Breakpoint;
|
19
19
|
|
20
|
+
type JSXComponent<Props = any> = {
|
21
|
+
new (): ComponentPublicInstance<Props>;
|
22
|
+
} | FunctionalComponent<Props>;
|
23
|
+
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
24
|
+
declare const IconValue: PropType<IconValue>;
|
25
|
+
|
20
26
|
interface RippleDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
|
21
27
|
value?: boolean | {
|
22
28
|
class: string;
|
@@ -39,7 +45,7 @@ type StepperItemSlot = {
|
|
39
45
|
};
|
40
46
|
type ValidationRule = () => string | boolean;
|
41
47
|
declare const VStepperItem: {
|
42
|
-
new (...args: any[]): vue.
|
48
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
43
49
|
error: boolean;
|
44
50
|
complete: boolean;
|
45
51
|
disabled: boolean;
|
@@ -47,15 +53,15 @@ declare const VStepperItem: {
|
|
47
53
|
ripple: boolean | {
|
48
54
|
class: string;
|
49
55
|
} | undefined;
|
50
|
-
completeIcon:
|
56
|
+
completeIcon: IconValue;
|
51
57
|
editable: boolean;
|
52
|
-
editIcon:
|
53
|
-
errorIcon:
|
58
|
+
editIcon: IconValue;
|
59
|
+
errorIcon: IconValue;
|
54
60
|
} & {
|
55
61
|
color?: string | undefined;
|
56
62
|
value?: any;
|
57
63
|
title?: string | undefined;
|
58
|
-
icon?:
|
64
|
+
icon?: IconValue | undefined;
|
59
65
|
selectedClass?: string | undefined;
|
60
66
|
subtitle?: string | undefined;
|
61
67
|
} & {
|
@@ -84,7 +90,7 @@ declare const VStepperItem: {
|
|
84
90
|
'group:selected': (val: {
|
85
91
|
value: boolean;
|
86
92
|
}) => true;
|
87
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
93
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
88
94
|
error: boolean;
|
89
95
|
complete: boolean;
|
90
96
|
disabled: boolean;
|
@@ -92,16 +98,57 @@ declare const VStepperItem: {
|
|
92
98
|
ripple: boolean | {
|
93
99
|
class: string;
|
94
100
|
} | undefined;
|
95
|
-
completeIcon:
|
101
|
+
completeIcon: IconValue;
|
96
102
|
editable: boolean;
|
97
|
-
editIcon:
|
98
|
-
errorIcon:
|
103
|
+
editIcon: IconValue;
|
104
|
+
errorIcon: IconValue;
|
105
|
+
} & {
|
106
|
+
color?: string | undefined;
|
107
|
+
value?: any;
|
108
|
+
title?: string | undefined;
|
109
|
+
icon?: IconValue | undefined;
|
110
|
+
selectedClass?: string | undefined;
|
111
|
+
subtitle?: string | undefined;
|
112
|
+
} & {
|
113
|
+
$children?: vue.VNodeChild | ((arg: StepperItemSlot) => vue.VNodeChild) | {
|
114
|
+
default?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
115
|
+
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
116
|
+
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
117
|
+
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
118
|
+
};
|
119
|
+
'v-slots'?: {
|
120
|
+
default?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
121
|
+
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
122
|
+
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
123
|
+
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
124
|
+
} | undefined;
|
125
|
+
} & {
|
126
|
+
"v-slot:default"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
127
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
128
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
129
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
130
|
+
} & {
|
131
|
+
"onGroup:selected"?: ((val: {
|
132
|
+
value: boolean;
|
133
|
+
}) => any) | undefined;
|
134
|
+
}, {
|
135
|
+
error: boolean;
|
136
|
+
complete: boolean;
|
137
|
+
disabled: boolean;
|
138
|
+
rules: readonly ValidationRule[];
|
139
|
+
ripple: boolean | {
|
140
|
+
class: string;
|
141
|
+
} | undefined;
|
142
|
+
completeIcon: IconValue;
|
143
|
+
editable: boolean;
|
144
|
+
editIcon: IconValue;
|
145
|
+
errorIcon: IconValue;
|
99
146
|
}, true, {}, vue.SlotsType<Partial<{
|
100
147
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
101
148
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
102
149
|
title: (arg: StepperItemSlot) => vue.VNode[];
|
103
150
|
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
104
|
-
}>>,
|
151
|
+
}>>, {
|
105
152
|
P: {};
|
106
153
|
B: {};
|
107
154
|
D: {};
|
@@ -116,15 +163,15 @@ declare const VStepperItem: {
|
|
116
163
|
ripple: boolean | {
|
117
164
|
class: string;
|
118
165
|
} | undefined;
|
119
|
-
completeIcon:
|
166
|
+
completeIcon: IconValue;
|
120
167
|
editable: boolean;
|
121
|
-
editIcon:
|
122
|
-
errorIcon:
|
168
|
+
editIcon: IconValue;
|
169
|
+
errorIcon: IconValue;
|
123
170
|
} & {
|
124
171
|
color?: string | undefined;
|
125
172
|
value?: any;
|
126
173
|
title?: string | undefined;
|
127
|
-
icon?:
|
174
|
+
icon?: IconValue | undefined;
|
128
175
|
selectedClass?: string | undefined;
|
129
176
|
subtitle?: string | undefined;
|
130
177
|
} & {
|
@@ -157,10 +204,10 @@ declare const VStepperItem: {
|
|
157
204
|
ripple: boolean | {
|
158
205
|
class: string;
|
159
206
|
} | undefined;
|
160
|
-
completeIcon:
|
207
|
+
completeIcon: IconValue;
|
161
208
|
editable: boolean;
|
162
|
-
editIcon:
|
163
|
-
errorIcon:
|
209
|
+
editIcon: IconValue;
|
210
|
+
errorIcon: IconValue;
|
164
211
|
}>;
|
165
212
|
__isFragment?: never;
|
166
213
|
__isTeleport?: never;
|
@@ -173,15 +220,15 @@ declare const VStepperItem: {
|
|
173
220
|
ripple: boolean | {
|
174
221
|
class: string;
|
175
222
|
} | undefined;
|
176
|
-
completeIcon:
|
223
|
+
completeIcon: IconValue;
|
177
224
|
editable: boolean;
|
178
|
-
editIcon:
|
179
|
-
errorIcon:
|
225
|
+
editIcon: IconValue;
|
226
|
+
errorIcon: IconValue;
|
180
227
|
} & {
|
181
228
|
color?: string | undefined;
|
182
229
|
value?: any;
|
183
230
|
title?: string | undefined;
|
184
|
-
icon?:
|
231
|
+
icon?: IconValue | undefined;
|
185
232
|
selectedClass?: string | undefined;
|
186
233
|
subtitle?: string | undefined;
|
187
234
|
} & {
|
@@ -218,16 +265,16 @@ declare const VStepperItem: {
|
|
218
265
|
ripple: boolean | {
|
219
266
|
class: string;
|
220
267
|
} | undefined;
|
221
|
-
completeIcon:
|
268
|
+
completeIcon: IconValue;
|
222
269
|
editable: boolean;
|
223
|
-
editIcon:
|
224
|
-
errorIcon:
|
270
|
+
editIcon: IconValue;
|
271
|
+
errorIcon: IconValue;
|
225
272
|
}, {}, string, vue.SlotsType<Partial<{
|
226
273
|
default: (arg: StepperItemSlot) => vue.VNode[];
|
227
274
|
icon: (arg: StepperItemSlot) => vue.VNode[];
|
228
275
|
title: (arg: StepperItemSlot) => vue.VNode[];
|
229
276
|
subtitle: (arg: StepperItemSlot) => vue.VNode[];
|
230
|
-
}
|
277
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
231
278
|
value: null;
|
232
279
|
disabled: BooleanConstructor;
|
233
280
|
selectedClass: StringConstructor;
|
@@ -236,20 +283,20 @@ declare const VStepperItem: {
|
|
236
283
|
subtitle: StringConstructor;
|
237
284
|
complete: BooleanConstructor;
|
238
285
|
completeIcon: {
|
239
|
-
type:
|
286
|
+
type: PropType<IconValue>;
|
240
287
|
default: string;
|
241
288
|
};
|
242
289
|
editable: BooleanConstructor;
|
243
290
|
editIcon: {
|
244
|
-
type:
|
291
|
+
type: PropType<IconValue>;
|
245
292
|
default: string;
|
246
293
|
};
|
247
294
|
error: BooleanConstructor;
|
248
295
|
errorIcon: {
|
249
|
-
type:
|
296
|
+
type: PropType<IconValue>;
|
250
297
|
default: string;
|
251
298
|
};
|
252
|
-
icon:
|
299
|
+
icon: PropType<IconValue>;
|
253
300
|
ripple: {
|
254
301
|
type: PropType<RippleDirectiveBinding["value"]>;
|
255
302
|
default: boolean;
|
@@ -267,20 +314,20 @@ declare const VStepperItem: {
|
|
267
314
|
subtitle: StringConstructor;
|
268
315
|
complete: BooleanConstructor;
|
269
316
|
completeIcon: {
|
270
|
-
type:
|
317
|
+
type: PropType<IconValue>;
|
271
318
|
default: string;
|
272
319
|
};
|
273
320
|
editable: BooleanConstructor;
|
274
321
|
editIcon: {
|
275
|
-
type:
|
322
|
+
type: PropType<IconValue>;
|
276
323
|
default: string;
|
277
324
|
};
|
278
325
|
error: BooleanConstructor;
|
279
326
|
errorIcon: {
|
280
|
-
type:
|
327
|
+
type: PropType<IconValue>;
|
281
328
|
default: string;
|
282
329
|
};
|
283
|
-
icon:
|
330
|
+
icon: PropType<IconValue>;
|
284
331
|
ripple: {
|
285
332
|
type: PropType<RippleDirectiveBinding["value"]>;
|
286
333
|
default: boolean;
|
@@ -297,7 +344,7 @@ type VStepperSlot = {
|
|
297
344
|
next: () => void;
|
298
345
|
};
|
299
346
|
declare const VStepper: {
|
300
|
-
new (...args: any[]): vue.
|
347
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
301
348
|
flat: boolean;
|
302
349
|
style: vue.StyleValue;
|
303
350
|
mobile: boolean | null;
|
@@ -335,9 +382,9 @@ declare const VStepper: {
|
|
335
382
|
modelValue?: any;
|
336
383
|
rounded?: string | number | boolean | undefined;
|
337
384
|
bgColor?: string | undefined;
|
338
|
-
completeIcon?:
|
339
|
-
editIcon?:
|
340
|
-
errorIcon?:
|
385
|
+
completeIcon?: IconValue | undefined;
|
386
|
+
editIcon?: IconValue | undefined;
|
387
|
+
errorIcon?: IconValue | undefined;
|
341
388
|
} & {
|
342
389
|
$children?: vue.VNodeChild | {
|
343
390
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -387,7 +434,92 @@ declare const VStepper: {
|
|
387
434
|
next: () => void;
|
388
435
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
389
436
|
'update:modelValue': (v: unknown) => true;
|
390
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
437
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
438
|
+
flat: boolean;
|
439
|
+
style: vue.StyleValue;
|
440
|
+
mobile: boolean | null;
|
441
|
+
disabled: boolean;
|
442
|
+
multiple: boolean;
|
443
|
+
tag: string;
|
444
|
+
mandatory: boolean | "force";
|
445
|
+
items: readonly StepperItem[];
|
446
|
+
tile: boolean;
|
447
|
+
selectedClass: string;
|
448
|
+
itemTitle: string;
|
449
|
+
itemValue: string;
|
450
|
+
hideActions: boolean;
|
451
|
+
prevText: string;
|
452
|
+
nextText: string;
|
453
|
+
editable: boolean;
|
454
|
+
altLabels: boolean;
|
455
|
+
nonLinear: boolean;
|
456
|
+
} & {
|
457
|
+
max?: number | undefined;
|
458
|
+
location?: Anchor | null | undefined;
|
459
|
+
height?: string | number | undefined;
|
460
|
+
width?: string | number | undefined;
|
461
|
+
border?: string | number | boolean | undefined;
|
462
|
+
color?: string | undefined;
|
463
|
+
maxHeight?: string | number | undefined;
|
464
|
+
maxWidth?: string | number | undefined;
|
465
|
+
minHeight?: string | number | undefined;
|
466
|
+
minWidth?: string | number | undefined;
|
467
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
468
|
+
class?: any;
|
469
|
+
theme?: string | undefined;
|
470
|
+
elevation?: string | number | undefined;
|
471
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
472
|
+
modelValue?: any;
|
473
|
+
rounded?: string | number | boolean | undefined;
|
474
|
+
bgColor?: string | undefined;
|
475
|
+
completeIcon?: IconValue | undefined;
|
476
|
+
editIcon?: IconValue | undefined;
|
477
|
+
errorIcon?: IconValue | undefined;
|
478
|
+
} & {
|
479
|
+
$children?: vue.VNodeChild | {
|
480
|
+
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
481
|
+
[x: `item.${string}`]: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
482
|
+
actions?: ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
483
|
+
default?: ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
484
|
+
header?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
485
|
+
'header-item'?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
486
|
+
icon?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
487
|
+
title?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
488
|
+
subtitle?: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
489
|
+
item?: ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
490
|
+
prev?: (() => vue.VNodeChild) | undefined;
|
491
|
+
next?: (() => vue.VNodeChild) | undefined;
|
492
|
+
} | ((arg: VStepperSlot) => vue.VNodeChild);
|
493
|
+
'v-slots'?: {
|
494
|
+
[x: `header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
495
|
+
[x: `item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
496
|
+
actions?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
497
|
+
default?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
498
|
+
header?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
499
|
+
'header-item'?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
500
|
+
icon?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
501
|
+
title?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
502
|
+
subtitle?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
503
|
+
item?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
504
|
+
prev?: false | (() => vue.VNodeChild) | undefined;
|
505
|
+
next?: false | (() => vue.VNodeChild) | undefined;
|
506
|
+
} | undefined;
|
507
|
+
} & {
|
508
|
+
[x: `v-slot:header-item.${string}`]: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
509
|
+
[x: `v-slot:item.${string}`]: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
510
|
+
"v-slot:actions"?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
511
|
+
"v-slot:default"?: false | ((arg: VStepperSlot) => vue.VNodeChild) | undefined;
|
512
|
+
"v-slot:header"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
513
|
+
"v-slot:header-item"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
514
|
+
"v-slot:icon"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
515
|
+
"v-slot:title"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
516
|
+
"v-slot:subtitle"?: false | ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
517
|
+
"v-slot:item"?: false | ((arg: StepperItem) => vue.VNodeChild) | undefined;
|
518
|
+
"v-slot:prev"?: false | (() => vue.VNodeChild) | undefined;
|
519
|
+
"v-slot:next"?: false | (() => vue.VNodeChild) | undefined;
|
520
|
+
} & {
|
521
|
+
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
522
|
+
}, {
|
391
523
|
flat: boolean;
|
392
524
|
style: vue.StyleValue;
|
393
525
|
mobile: boolean | null;
|
@@ -421,7 +553,7 @@ declare const VStepper: {
|
|
421
553
|
item: (arg: StepperItem) => vue.VNode[];
|
422
554
|
prev: () => vue.VNode[];
|
423
555
|
next: () => vue.VNode[];
|
424
|
-
}>>,
|
556
|
+
}>>, {
|
425
557
|
P: {};
|
426
558
|
B: {};
|
427
559
|
D: {};
|
@@ -466,9 +598,9 @@ declare const VStepper: {
|
|
466
598
|
modelValue?: any;
|
467
599
|
rounded?: string | number | boolean | undefined;
|
468
600
|
bgColor?: string | undefined;
|
469
|
-
completeIcon?:
|
470
|
-
editIcon?:
|
471
|
-
errorIcon?:
|
601
|
+
completeIcon?: IconValue | undefined;
|
602
|
+
editIcon?: IconValue | undefined;
|
603
|
+
errorIcon?: IconValue | undefined;
|
472
604
|
} & {
|
473
605
|
$children?: vue.VNodeChild | {
|
474
606
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -579,9 +711,9 @@ declare const VStepper: {
|
|
579
711
|
modelValue?: any;
|
580
712
|
rounded?: string | number | boolean | undefined;
|
581
713
|
bgColor?: string | undefined;
|
582
|
-
completeIcon?:
|
583
|
-
editIcon?:
|
584
|
-
errorIcon?:
|
714
|
+
completeIcon?: IconValue | undefined;
|
715
|
+
editIcon?: IconValue | undefined;
|
716
|
+
errorIcon?: IconValue | undefined;
|
585
717
|
} & {
|
586
718
|
$children?: vue.VNodeChild | {
|
587
719
|
[x: `header-item.${string}`]: ((arg: StepperItemSlot) => vue.VNodeChild) | undefined;
|
@@ -665,7 +797,7 @@ declare const VStepper: {
|
|
665
797
|
item: (arg: StepperItem) => vue.VNode[];
|
666
798
|
prev: () => vue.VNode[];
|
667
799
|
next: () => vue.VNode[];
|
668
|
-
}
|
800
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
669
801
|
prevText: {
|
670
802
|
type: StringConstructor;
|
671
803
|
default: string;
|
@@ -728,10 +860,10 @@ declare const VStepper: {
|
|
728
860
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
729
861
|
altLabels: BooleanConstructor;
|
730
862
|
bgColor: StringConstructor;
|
731
|
-
completeIcon:
|
732
|
-
editIcon:
|
863
|
+
completeIcon: PropType<IconValue>;
|
864
|
+
editIcon: PropType<IconValue>;
|
733
865
|
editable: BooleanConstructor;
|
734
|
-
errorIcon:
|
866
|
+
errorIcon: PropType<IconValue>;
|
735
867
|
hideActions: BooleanConstructor;
|
736
868
|
items: {
|
737
869
|
type: PropType<readonly StepperItem[]>;
|
@@ -810,10 +942,10 @@ declare const VStepper: {
|
|
810
942
|
mobileBreakpoint: PropType<number | DisplayBreakpoint>;
|
811
943
|
altLabels: BooleanConstructor;
|
812
944
|
bgColor: StringConstructor;
|
813
|
-
completeIcon:
|
814
|
-
editIcon:
|
945
|
+
completeIcon: PropType<IconValue>;
|
946
|
+
editIcon: PropType<IconValue>;
|
815
947
|
editable: BooleanConstructor;
|
816
|
-
errorIcon:
|
948
|
+
errorIcon: PropType<IconValue>;
|
817
949
|
hideActions: BooleanConstructor;
|
818
950
|
items: {
|
819
951
|
type: PropType<readonly StepperItem[]>;
|
@@ -833,7 +965,7 @@ declare const VStepper: {
|
|
833
965
|
type VStepper = InstanceType<typeof VStepper>;
|
834
966
|
|
835
967
|
declare const VStepperActions: {
|
836
|
-
new (...args: any[]): vue.
|
968
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
837
969
|
disabled: boolean | "next" | "prev";
|
838
970
|
prevText: string;
|
839
971
|
nextText: string;
|
@@ -881,7 +1013,52 @@ declare const VStepperActions: {
|
|
881
1013
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
882
1014
|
'click:prev': () => true;
|
883
1015
|
'click:next': () => true;
|
884
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1016
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1017
|
+
disabled: boolean | "next" | "prev";
|
1018
|
+
prevText: string;
|
1019
|
+
nextText: string;
|
1020
|
+
} & {
|
1021
|
+
color?: string | undefined;
|
1022
|
+
} & {
|
1023
|
+
$children?: {} | vue.VNodeChild | {
|
1024
|
+
prev?: ((arg: {
|
1025
|
+
props: {
|
1026
|
+
onClick: () => void;
|
1027
|
+
};
|
1028
|
+
}) => vue.VNodeChild) | undefined;
|
1029
|
+
next?: ((arg: {
|
1030
|
+
props: {
|
1031
|
+
onClick: () => void;
|
1032
|
+
};
|
1033
|
+
}) => vue.VNodeChild) | undefined;
|
1034
|
+
};
|
1035
|
+
'v-slots'?: {
|
1036
|
+
prev?: false | ((arg: {
|
1037
|
+
props: {
|
1038
|
+
onClick: () => void;
|
1039
|
+
};
|
1040
|
+
}) => vue.VNodeChild) | undefined;
|
1041
|
+
next?: false | ((arg: {
|
1042
|
+
props: {
|
1043
|
+
onClick: () => void;
|
1044
|
+
};
|
1045
|
+
}) => vue.VNodeChild) | undefined;
|
1046
|
+
} | undefined;
|
1047
|
+
} & {
|
1048
|
+
"v-slot:prev"?: false | ((arg: {
|
1049
|
+
props: {
|
1050
|
+
onClick: () => void;
|
1051
|
+
};
|
1052
|
+
}) => vue.VNodeChild) | undefined;
|
1053
|
+
"v-slot:next"?: false | ((arg: {
|
1054
|
+
props: {
|
1055
|
+
onClick: () => void;
|
1056
|
+
};
|
1057
|
+
}) => vue.VNodeChild) | undefined;
|
1058
|
+
} & {
|
1059
|
+
"onClick:prev"?: (() => any) | undefined;
|
1060
|
+
"onClick:next"?: (() => any) | undefined;
|
1061
|
+
}, {
|
885
1062
|
disabled: boolean | "next" | "prev";
|
886
1063
|
prevText: string;
|
887
1064
|
nextText: string;
|
@@ -896,7 +1073,7 @@ declare const VStepperActions: {
|
|
896
1073
|
onClick: () => void;
|
897
1074
|
};
|
898
1075
|
}) => vue.VNode[];
|
899
|
-
}>>,
|
1076
|
+
}>>, {
|
900
1077
|
P: {};
|
901
1078
|
B: {};
|
902
1079
|
D: {};
|
@@ -1019,7 +1196,7 @@ declare const VStepperActions: {
|
|
1019
1196
|
onClick: () => void;
|
1020
1197
|
};
|
1021
1198
|
}) => vue.VNode[];
|
1022
|
-
}
|
1199
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1023
1200
|
color: StringConstructor;
|
1024
1201
|
disabled: {
|
1025
1202
|
type: PropType<boolean | "next" | "prev">;
|
@@ -1051,7 +1228,7 @@ declare const VStepperActions: {
|
|
1051
1228
|
type VStepperActions = InstanceType<typeof VStepperActions>;
|
1052
1229
|
|
1053
1230
|
declare const VStepperHeader: {
|
1054
|
-
new (...args: any[]): vue.
|
1231
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
1055
1232
|
style: vue.StyleValue;
|
1056
1233
|
tag: string;
|
1057
1234
|
} & {
|
@@ -1067,12 +1244,26 @@ declare const VStepperHeader: {
|
|
1067
1244
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1068
1245
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1069
1246
|
[key: string]: any;
|
1070
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1247
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1248
|
+
style: vue.StyleValue;
|
1249
|
+
tag: string;
|
1250
|
+
} & {
|
1251
|
+
class?: any;
|
1252
|
+
} & {
|
1253
|
+
$children?: vue.VNodeChild | {
|
1254
|
+
default?: (() => vue.VNodeChild) | undefined;
|
1255
|
+
} | (() => vue.VNodeChild);
|
1256
|
+
'v-slots'?: {
|
1257
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
1258
|
+
} | undefined;
|
1259
|
+
} & {
|
1260
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1261
|
+
}, {
|
1071
1262
|
style: vue.StyleValue;
|
1072
1263
|
tag: string;
|
1073
1264
|
}, true, {}, vue.SlotsType<Partial<{
|
1074
1265
|
default: () => vue.VNode[];
|
1075
|
-
}>>,
|
1266
|
+
}>>, {
|
1076
1267
|
P: {};
|
1077
1268
|
B: {};
|
1078
1269
|
D: {};
|
@@ -1123,7 +1314,7 @@ declare const VStepperHeader: {
|
|
1123
1314
|
tag: string;
|
1124
1315
|
}, {}, string, vue.SlotsType<Partial<{
|
1125
1316
|
default: () => vue.VNode[];
|
1126
|
-
}
|
1317
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1127
1318
|
class: vue.PropType<ClassValue>;
|
1128
1319
|
style: {
|
1129
1320
|
type: vue.PropType<vue.StyleValue>;
|
@@ -1147,7 +1338,7 @@ declare const VStepperHeader: {
|
|
1147
1338
|
type VStepperHeader = InstanceType<typeof VStepperHeader>;
|
1148
1339
|
|
1149
1340
|
declare const VStepperWindow: {
|
1150
|
-
new (...args: any[]): vue.
|
1341
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
1151
1342
|
reverse: boolean;
|
1152
1343
|
direction: "horizontal" | "vertical";
|
1153
1344
|
style: vue.StyleValue;
|
@@ -1171,7 +1362,29 @@ declare const VStepperWindow: {
|
|
1171
1362
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
1172
1363
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1173
1364
|
'update:modelValue': (v: unknown) => true;
|
1174
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1365
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1366
|
+
reverse: boolean;
|
1367
|
+
direction: "horizontal" | "vertical";
|
1368
|
+
style: vue.StyleValue;
|
1369
|
+
disabled: boolean;
|
1370
|
+
tag: string;
|
1371
|
+
selectedClass: string;
|
1372
|
+
} & {
|
1373
|
+
class?: any;
|
1374
|
+
theme?: string | undefined;
|
1375
|
+
modelValue?: any;
|
1376
|
+
} & {
|
1377
|
+
$children?: vue.VNodeChild | {
|
1378
|
+
default?: (() => vue.VNodeChild) | undefined;
|
1379
|
+
} | (() => vue.VNodeChild);
|
1380
|
+
'v-slots'?: {
|
1381
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
1382
|
+
} | undefined;
|
1383
|
+
} & {
|
1384
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1385
|
+
} & {
|
1386
|
+
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
1387
|
+
}, {
|
1175
1388
|
reverse: boolean;
|
1176
1389
|
direction: "horizontal" | "vertical";
|
1177
1390
|
style: vue.StyleValue;
|
@@ -1180,7 +1393,7 @@ declare const VStepperWindow: {
|
|
1180
1393
|
selectedClass: string;
|
1181
1394
|
}, true, {}, vue.SlotsType<Partial<{
|
1182
1395
|
default: () => vue.VNode[];
|
1183
|
-
}>>,
|
1396
|
+
}>>, {
|
1184
1397
|
P: {};
|
1185
1398
|
B: {};
|
1186
1399
|
D: {};
|
@@ -1253,7 +1466,7 @@ declare const VStepperWindow: {
|
|
1253
1466
|
selectedClass: string;
|
1254
1467
|
}, {}, string, vue.SlotsType<Partial<{
|
1255
1468
|
default: () => vue.VNode[];
|
1256
|
-
}
|
1469
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1257
1470
|
reverse: BooleanConstructor;
|
1258
1471
|
direction: {
|
1259
1472
|
type: vue.PropType<"horizontal" | "vertical">;
|
@@ -1301,7 +1514,26 @@ declare const VStepperWindow: {
|
|
1301
1514
|
type VStepperWindow = InstanceType<typeof VStepperWindow>;
|
1302
1515
|
|
1303
1516
|
declare const VStepperWindowItem: {
|
1304
|
-
new (...args: any[]): vue.
|
1517
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
1518
|
+
style: vue.StyleValue;
|
1519
|
+
eager: boolean;
|
1520
|
+
disabled: boolean;
|
1521
|
+
} & {
|
1522
|
+
transition?: string | boolean | undefined;
|
1523
|
+
value?: any;
|
1524
|
+
class?: any;
|
1525
|
+
selectedClass?: string | undefined;
|
1526
|
+
reverseTransition?: string | boolean | undefined;
|
1527
|
+
} & {
|
1528
|
+
$children?: vue.VNodeChild | {
|
1529
|
+
default?: (() => vue.VNodeChild) | undefined;
|
1530
|
+
} | (() => vue.VNodeChild);
|
1531
|
+
'v-slots'?: {
|
1532
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
1533
|
+
} | undefined;
|
1534
|
+
} & {
|
1535
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1536
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1305
1537
|
style: vue.StyleValue;
|
1306
1538
|
eager: boolean;
|
1307
1539
|
disabled: boolean;
|
@@ -1320,7 +1552,7 @@ declare const VStepperWindowItem: {
|
|
1320
1552
|
} | undefined;
|
1321
1553
|
} & {
|
1322
1554
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1323
|
-
}, {
|
1555
|
+
}, {
|
1324
1556
|
transition: string | boolean;
|
1325
1557
|
style: vue.StyleValue;
|
1326
1558
|
eager: boolean;
|
@@ -1328,7 +1560,7 @@ declare const VStepperWindowItem: {
|
|
1328
1560
|
reverseTransition: string | boolean;
|
1329
1561
|
}, true, {}, vue.SlotsType<Partial<{
|
1330
1562
|
default: () => vue.VNode[];
|
1331
|
-
}>>,
|
1563
|
+
}>>, {
|
1332
1564
|
P: {};
|
1333
1565
|
B: {};
|
1334
1566
|
D: {};
|
@@ -1391,7 +1623,7 @@ declare const VStepperWindowItem: {
|
|
1391
1623
|
reverseTransition: string | boolean;
|
1392
1624
|
}, {}, string, vue.SlotsType<Partial<{
|
1393
1625
|
default: () => vue.VNode[];
|
1394
|
-
}
|
1626
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1395
1627
|
eager: BooleanConstructor;
|
1396
1628
|
value: null;
|
1397
1629
|
disabled: BooleanConstructor;
|