@vuetify/nightly 3.7.3-master.2024-10-31 → 3.7.3-next.2024-11-01
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +5540 -5588
- package/dist/json/importMap-labs.json +10 -10
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +1 -14
- package/dist/json/web-types.json +10273 -10361
- package/dist/vuetify-labs.css +25568 -27281
- package/dist/vuetify-labs.d.ts +2967 -13803
- package/dist/vuetify-labs.esm.js +13 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +13 -7
- package/dist/vuetify-labs.min.css +3 -4
- package/dist/vuetify.css +22401 -24117
- package/dist/vuetify.d.ts +2722 -11907
- package/dist/vuetify.esm.js +13 -7
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +13 -7
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -4
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +207 -215
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +8 -86
- package/lib/components/VApp/VApp.css +16 -15
- package/lib/components/VApp/index.d.mts +4 -20
- package/lib/components/VAppBar/VAppBar.css +14 -12
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +12 -148
- package/lib/components/VAutocomplete/VAutocomplete.css +86 -85
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +201 -1360
- package/lib/components/VAvatar/VAvatar.css +108 -106
- package/lib/components/VAvatar/index.d.mts +4 -31
- package/lib/components/VBadge/VBadge.css +73 -73
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +4 -41
- package/lib/components/VBanner/VBanner.css +161 -166
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +12 -88
- package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -63
- package/lib/components/VBottomNavigation/index.d.mts +4 -32
- package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +4 -88
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +12 -65
- package/lib/components/VBtn/VBtn.css +385 -408
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +4 -72
- package/lib/components/VBtnGroup/VBtnGroup.css +63 -64
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +4 -28
- package/lib/components/VBtnToggle/VBtnToggle.css +13 -11
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +4 -24
- package/lib/components/VCard/VCard.css +294 -302
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +24 -190
- package/lib/components/VCarousel/VCarousel.css +63 -65
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +8 -86
- package/lib/components/VCheckbox/VCheckbox.css +7 -5
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +8 -90
- package/lib/components/VChip/VChip.css +378 -411
- package/lib/components/VChip/VChip.mjs +1 -1
- package/lib/components/VChip/index.d.mts +4 -105
- package/lib/components/VChipGroup/VChipGroup.css +19 -18
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +4 -28
- package/lib/components/VCode/VCode.css +10 -8
- package/lib/components/VCode/index.d.mts +4 -18
- package/lib/components/VColorPicker/VColorPicker.css +22 -22
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
- package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
- package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VColorPicker/index.d.mts +4 -68
- package/lib/components/VCombobox/VCombobox.css +86 -85
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +201 -1360
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +6 -13
- package/lib/components/VCounter/VCounter.css +7 -5
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +9 -31
- package/lib/components/VDataIterator/index.d.mts +12 -56
- package/lib/components/VDataTable/VDataTable.css +189 -186
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTable.sass +20 -10
- package/lib/components/VDataTable/VDataTableFooter.css +33 -31
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/index.d.mts +36 -389
- package/lib/components/VDatePicker/VDatePicker.css +8 -6
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.css +54 -56
- package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
- package/lib/components/VDatePicker/VDatePickerMonth.css +51 -55
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +24 -276
- package/lib/components/VDefaultsProvider/index.d.mts +4 -20
- package/lib/components/VDialog/VDialog.css +99 -99
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +143 -389
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VDivider/index.d.mts +4 -24
- package/lib/components/VEmptyState/VEmptyState.css +62 -67
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +4 -66
- package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +16 -152
- package/lib/components/VFab/VFab.css +74 -69
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/VFab.sass +5 -4
- package/lib/components/VFab/index.d.mts +9 -78
- package/lib/components/VField/VField.css +539 -579
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +11 -59
- package/lib/components/VFileInput/VFileInput.css +31 -29
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +71 -256
- package/lib/components/VFooter/VFooter.css +38 -36
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +4 -29
- package/lib/components/VForm/index.d.mts +267 -175
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/VGrid.css +565 -592
- package/lib/components/VGrid/index.d.mts +16 -118
- package/lib/components/VHover/index.d.mts +4 -33
- package/lib/components/VIcon/VIcon.css +51 -52
- package/lib/components/VIcon/index.d.mts +17 -75
- package/lib/components/VImg/VImg.css +50 -51
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +19 -74
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +4 -46
- package/lib/components/VInput/VInput.css +131 -142
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/index.d.mts +4 -37
- package/lib/components/VItemGroup/VItemGroup.css +7 -5
- package/lib/components/VItemGroup/index.d.mts +8 -65
- package/lib/components/VKbd/VKbd.css +13 -11
- package/lib/components/VKbd/index.d.mts +4 -18
- package/lib/components/VLabel/VLabel.css +16 -15
- package/lib/components/VLabel/index.d.mts +4 -20
- package/lib/components/VLayout/VLayout.css +10 -8
- package/lib/components/VLayout/VLayoutItem.css +8 -7
- package/lib/components/VLayout/index.d.mts +8 -48
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +4 -31
- package/lib/components/VList/VList.css +104 -108
- package/lib/components/VList/VList.mjs +1 -1
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.css +439 -451
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItem.sass +2 -1
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/_variables.scss +11 -0
- package/lib/components/VList/index.d.mts +48 -291
- package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
- package/lib/components/VLocaleProvider/index.d.mts +4 -21
- package/lib/components/VMain/VMain.css +32 -30
- package/lib/components/VMain/index.d.mts +4 -25
- package/lib/components/VMenu/VMenu.css +21 -19
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +155 -397
- package/lib/components/VMessages/VMessages.css +17 -15
- package/lib/components/VMessages/index.d.mts +4 -27
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +106 -108
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +7 -62
- package/lib/components/VOtpInput/VOtpInput.css +56 -58
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +7 -52
- package/lib/components/VOverlay/VOverlay.css +60 -63
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.sass +14 -13
- package/lib/components/VOverlay/index.d.mts +19 -101
- package/lib/components/VPagination/VPagination.css +10 -8
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +4 -64
- package/lib/components/VParallax/VParallax.css +8 -6
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +4 -27
- package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
- package/lib/components/VProgressCircular/index.d.mts +4 -34
- package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
- package/lib/components/VProgressLinear/index.d.mts +4 -54
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +4 -68
- package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +4 -48
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +4 -107
- package/lib/components/VRating/VRating.css +52 -53
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +4 -42
- package/lib/components/VResponsive/VResponsive.css +25 -26
- package/lib/components/VResponsive/index.d.mts +4 -29
- package/lib/components/VSelect/VSelect.css +54 -52
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +200 -1352
- package/lib/components/VSelectionControl/VSelectionControl.css +100 -102
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +10 -37
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
- package/lib/components/VSheet/VSheet.css +38 -36
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +4 -32
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +4 -28
- package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
- package/lib/components/VSlideGroup/index.d.mts +14 -70
- package/lib/components/VSlider/VSlider.css +53 -57
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.css +142 -153
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/VSliderTrack.css +155 -174
- package/lib/components/VSlider/index.d.mts +4 -106
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +152 -398
- package/lib/components/VSparkline/VBarline.mjs +1 -2
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +1 -2
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +4 -49
- package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +4 -85
- package/lib/components/VStepper/VStepper.css +55 -56
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.css +112 -115
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +24 -250
- package/lib/components/VSwitch/VSwitch.css +129 -139
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +4 -59
- package/lib/components/VSystemBar/VSystemBar.css +45 -43
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +4 -28
- package/lib/components/VTable/VTable.css +140 -141
- package/lib/components/VTable/VTable.sass +4 -2
- package/lib/components/VTable/index.d.mts +4 -33
- package/lib/components/VTabs/VTab.css +30 -29
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.css +59 -65
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +98 -394
- package/lib/components/VTextField/VTextField.css +65 -68
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +152 -374
- package/lib/components/VTextarea/VTextarea.css +47 -39
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.sass +4 -2
- package/lib/components/VTextarea/index.d.mts +71 -244
- package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
- package/lib/components/VThemeProvider/index.d.mts +4 -20
- package/lib/components/VTimeline/VTimeline.css +379 -418
- package/lib/components/VTimeline/VTimeline.mjs +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +8 -75
- package/lib/components/VToolbar/VToolbar.css +136 -143
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +12 -90
- package/lib/components/VTooltip/VTooltip.css +25 -21
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.sass +8 -6
- package/lib/components/VTooltip/index.d.mts +147 -386
- package/lib/components/VValidation/index.d.mts +10 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +4 -15
- package/lib/components/VWindow/VWindow.css +73 -70
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +8 -47
- package/lib/components/index.d.mts +2950 -12135
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +64 -309
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/theme.mjs +4 -4
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/directives/ripple/VRipple.css +38 -36
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +57 -57
- package/lib/labs/VCalendar/VCalendar.css +219 -225
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.css +33 -32
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
- package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
- package/lib/labs/VCalendar/index.d.mts +24 -211
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/index.d.mts +4 -115
- package/lib/labs/VNumberInput/VNumberInput.css +40 -38
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/index.d.mts +577 -1280
- package/lib/labs/VPicker/VPicker.css +53 -57
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +8 -63
- package/lib/labs/VPullToRefresh/index.d.mts +4 -35
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +12 -227
- package/lib/labs/VTimePicker/VTimePicker.css +9 -7
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.css +126 -129
- package/lib/labs/VTimePicker/VTimePickerControls.css +102 -103
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +12 -122
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +17 -15
- package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -1
- package/lib/labs/VTreeview/index.d.mts +18 -205
- package/lib/labs/components.d.mts +1015 -2912
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +13 -1
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +14667 -16140
- package/lib/styles/settings/_utilities.scss +0 -5
- package/lib/styles/settings/_variables.scss +1 -2
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +0 -10
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +0 -2
- package/lib/styles/tools/_layer.scss +4 -2
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +1 -5
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/package.json +5 -4
- package/lib/styles/tools/_bootable.sass +0 -3
- package/lib/styles/tools/_radius.sass +0 -10
@@ -1,178 +1,159 @@
|
|
1
|
-
.
|
2
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
3
|
-
}
|
4
|
-
@media (forced-colors: active) {
|
1
|
+
@layer vuetify.components {
|
5
2
|
.v-slider-track__background {
|
6
|
-
background-color:
|
7
|
-
}
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
}
|
13
|
-
@media (forced-colors: active) {
|
3
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
4
|
+
}
|
5
|
+
@media (forced-colors: active) {
|
6
|
+
.v-slider-track__background {
|
7
|
+
background-color: highlight;
|
8
|
+
}
|
9
|
+
}
|
14
10
|
.v-slider-track__fill {
|
15
|
-
background-color:
|
16
|
-
}
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
}
|
22
|
-
.v-slider-track__tick
|
23
|
-
|
24
|
-
}
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
}
|
29
|
-
@media (forced-colors: active) {
|
11
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
12
|
+
}
|
13
|
+
@media (forced-colors: active) {
|
14
|
+
.v-slider-track__fill {
|
15
|
+
background-color: highlight;
|
16
|
+
}
|
17
|
+
}
|
18
|
+
.v-slider-track__tick {
|
19
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
20
|
+
}
|
21
|
+
.v-slider-track__tick--filled {
|
22
|
+
background-color: rgb(var(--v-theme-surface-light));
|
23
|
+
}
|
30
24
|
.v-slider-track {
|
31
|
-
border:
|
32
|
-
}
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
.
|
41
|
-
|
42
|
-
}
|
43
|
-
.v-
|
44
|
-
|
45
|
-
}
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
.v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label {
|
67
|
-
|
68
|
-
}
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
.v-locale--is-
|
112
|
-
|
113
|
-
}
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
.v-slider.v-input--
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
.v-
|
134
|
-
|
135
|
-
}
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
bottom: calc(100% - var(--v-slider-tick-size) - 1px);
|
166
|
-
}
|
167
|
-
.v-slider.v-input--vertical .v-slider-track__tick .v-slider-track__tick-label {
|
168
|
-
margin-inline-start: calc(var(--v-slider-track-size) / 2 + 12px);
|
169
|
-
transform: translateY(-50%);
|
170
|
-
}
|
171
|
-
|
172
|
-
.v-slider-track__ticks--always-show .v-slider-track__tick, .v-slider--focused .v-slider-track__tick {
|
173
|
-
opacity: 1;
|
174
|
-
}
|
175
|
-
|
176
|
-
.v-slider-track__background--opacity {
|
177
|
-
opacity: 0.38;
|
25
|
+
border-radius: 6px;
|
26
|
+
}
|
27
|
+
@media (forced-colors: active) {
|
28
|
+
.v-slider-track {
|
29
|
+
border: thin solid buttontext;
|
30
|
+
}
|
31
|
+
}
|
32
|
+
.v-slider-track__background, .v-slider-track__fill {
|
33
|
+
position: absolute;
|
34
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
35
|
+
border-radius: inherit;
|
36
|
+
}
|
37
|
+
.v-slider--pressed .v-slider-track__background, .v-slider--pressed .v-slider-track__fill {
|
38
|
+
transition: none;
|
39
|
+
}
|
40
|
+
.v-input--error:not(.v-input--disabled) .v-slider-track__background, .v-input--error:not(.v-input--disabled) .v-slider-track__fill {
|
41
|
+
background-color: currentColor;
|
42
|
+
}
|
43
|
+
.v-slider-track__ticks {
|
44
|
+
height: 100%;
|
45
|
+
width: 100%;
|
46
|
+
position: relative;
|
47
|
+
}
|
48
|
+
.v-slider-track__tick {
|
49
|
+
position: absolute;
|
50
|
+
opacity: 0;
|
51
|
+
transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
52
|
+
border-radius: 2px;
|
53
|
+
width: var(--v-slider-tick-size);
|
54
|
+
height: var(--v-slider-tick-size);
|
55
|
+
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / -2));
|
56
|
+
}
|
57
|
+
.v-locale--is-ltr.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label {
|
58
|
+
transform: none;
|
59
|
+
}
|
60
|
+
.v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label {
|
61
|
+
transform: translateX(100%);
|
62
|
+
}
|
63
|
+
.v-locale--is-ltr.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label {
|
64
|
+
transform: translateX(-100%);
|
65
|
+
}
|
66
|
+
.v-locale--is-rtl.v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label {
|
67
|
+
transform: none;
|
68
|
+
}
|
69
|
+
.v-slider-track__tick-label {
|
70
|
+
position: absolute;
|
71
|
+
user-select: none;
|
72
|
+
white-space: nowrap;
|
73
|
+
}
|
74
|
+
.v-slider.v-input--horizontal .v-slider-track {
|
75
|
+
display: flex;
|
76
|
+
align-items: center;
|
77
|
+
width: 100%;
|
78
|
+
height: calc(var(--v-slider-track-size) + 2px);
|
79
|
+
touch-action: pan-y;
|
80
|
+
}
|
81
|
+
.v-slider.v-input--horizontal .v-slider-track__background {
|
82
|
+
height: var(--v-slider-track-size);
|
83
|
+
}
|
84
|
+
.v-slider.v-input--horizontal .v-slider-track__fill {
|
85
|
+
height: inherit;
|
86
|
+
}
|
87
|
+
.v-slider.v-input--horizontal .v-slider-track__tick {
|
88
|
+
margin-top: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
89
|
+
}
|
90
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick {
|
91
|
+
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / -2));
|
92
|
+
}
|
93
|
+
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
94
|
+
margin-top: calc(var(--v-slider-track-size) / 2 + 8px);
|
95
|
+
}
|
96
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
97
|
+
transform: translateX(-50%);
|
98
|
+
}
|
99
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
100
|
+
transform: translateX(50%);
|
101
|
+
}
|
102
|
+
.v-slider.v-input--horizontal .v-slider-track__tick--first {
|
103
|
+
margin-inline-start: calc(var(--v-slider-tick-size) + 1px);
|
104
|
+
}
|
105
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
106
|
+
transform: translateX(0%);
|
107
|
+
}
|
108
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
109
|
+
transform: translateX(0%);
|
110
|
+
}
|
111
|
+
.v-slider.v-input--horizontal .v-slider-track__tick--last {
|
112
|
+
margin-inline-start: calc(100% - var(--v-slider-tick-size) - 1px);
|
113
|
+
}
|
114
|
+
.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
115
|
+
transform: translateX(-100%);
|
116
|
+
}
|
117
|
+
.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
118
|
+
transform: translateX(100%);
|
119
|
+
}
|
120
|
+
.v-slider.v-input--vertical .v-slider-track {
|
121
|
+
height: 100%;
|
122
|
+
display: flex;
|
123
|
+
justify-content: center;
|
124
|
+
width: calc(var(--v-slider-track-size) + 2px);
|
125
|
+
touch-action: pan-x;
|
126
|
+
}
|
127
|
+
.v-slider.v-input--vertical .v-slider-track__background {
|
128
|
+
width: var(--v-slider-track-size);
|
129
|
+
}
|
130
|
+
.v-slider.v-input--vertical .v-slider-track__fill {
|
131
|
+
width: inherit;
|
132
|
+
}
|
133
|
+
.v-slider.v-input--vertical .v-slider-track__ticks {
|
134
|
+
height: 100%;
|
135
|
+
}
|
136
|
+
.v-slider.v-input--vertical .v-slider-track__tick {
|
137
|
+
margin-inline-start: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
138
|
+
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / 2));
|
139
|
+
}
|
140
|
+
.v-locale--is-rtl.v-slider.v-input--vertical .v-slider-track__tick, .v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick {
|
141
|
+
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / 2));
|
142
|
+
}
|
143
|
+
.v-slider.v-input--vertical .v-slider-track__tick--first {
|
144
|
+
bottom: calc(0% + var(--v-slider-tick-size) + 1px);
|
145
|
+
}
|
146
|
+
.v-slider.v-input--vertical .v-slider-track__tick--last {
|
147
|
+
bottom: calc(100% - var(--v-slider-tick-size) - 1px);
|
148
|
+
}
|
149
|
+
.v-slider.v-input--vertical .v-slider-track__tick .v-slider-track__tick-label {
|
150
|
+
margin-inline-start: calc(var(--v-slider-track-size) / 2 + 12px);
|
151
|
+
transform: translateY(-50%);
|
152
|
+
}
|
153
|
+
.v-slider-track__ticks--always-show .v-slider-track__tick, .v-slider--focused .v-slider-track__tick {
|
154
|
+
opacity: 1;
|
155
|
+
}
|
156
|
+
.v-slider-track__background--opacity {
|
157
|
+
opacity: 0.38;
|
158
|
+
}
|
178
159
|
}
|
@@ -63,7 +63,7 @@ interface VInputSlot {
|
|
63
63
|
}
|
64
64
|
|
65
65
|
declare const VSlider: {
|
66
|
-
new (...args: any[]): vue.
|
66
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
67
67
|
reverse: boolean;
|
68
68
|
max: string | number;
|
69
69
|
error: boolean;
|
@@ -170,109 +170,7 @@ declare const VSlider: {
|
|
170
170
|
'update:modelValue': (v: number) => true;
|
171
171
|
start: (value: number) => true;
|
172
172
|
end: (value: number) => true;
|
173
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
174
|
-
reverse: boolean;
|
175
|
-
max: string | number;
|
176
|
-
error: boolean;
|
177
|
-
min: string | number;
|
178
|
-
direction: "horizontal" | "vertical";
|
179
|
-
style: vue.StyleValue;
|
180
|
-
disabled: boolean | null;
|
181
|
-
readonly: boolean | null;
|
182
|
-
step: string | number;
|
183
|
-
elevation: string | number;
|
184
|
-
messages: string | readonly string[];
|
185
|
-
focused: boolean;
|
186
|
-
errorMessages: string | readonly string[] | null;
|
187
|
-
maxErrors: string | number;
|
188
|
-
rules: readonly ValidationRule[];
|
189
|
-
modelValue: string | number;
|
190
|
-
tile: boolean;
|
191
|
-
density: Density;
|
192
|
-
ripple: boolean;
|
193
|
-
centerAffix: boolean;
|
194
|
-
hideSpinButtons: boolean;
|
195
|
-
persistentHint: boolean;
|
196
|
-
showTicks: boolean | "always";
|
197
|
-
tickSize: string | number;
|
198
|
-
trackSize: string | number;
|
199
|
-
thumbSize: string | number;
|
200
|
-
} & {
|
201
|
-
name?: string | undefined;
|
202
|
-
id?: string | undefined;
|
203
|
-
width?: string | number | undefined;
|
204
|
-
color?: string | undefined;
|
205
|
-
maxWidth?: string | number | undefined;
|
206
|
-
minWidth?: string | number | undefined;
|
207
|
-
label?: string | undefined;
|
208
|
-
class?: any;
|
209
|
-
theme?: string | undefined;
|
210
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
211
|
-
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
212
|
-
validationValue?: any;
|
213
|
-
rounded?: string | number | boolean | undefined;
|
214
|
-
prependIcon?: IconValue | undefined;
|
215
|
-
appendIcon?: IconValue | undefined;
|
216
|
-
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
217
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
218
|
-
hint?: string | undefined;
|
219
|
-
hideDetails?: boolean | "auto" | undefined;
|
220
|
-
trackColor?: string | undefined;
|
221
|
-
trackFillColor?: string | undefined;
|
222
|
-
thumbColor?: string | undefined;
|
223
|
-
thumbLabel?: boolean | "always" | undefined;
|
224
|
-
ticks?: readonly number[] | Record<number, string> | undefined;
|
225
|
-
} & {
|
226
|
-
$children?: vue.VNodeChild | ((arg: VInputSlot) => vue.VNodeChild) | {
|
227
|
-
default?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
228
|
-
prepend?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
229
|
-
append?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
230
|
-
details?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
231
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
232
|
-
'thumb-label'?: ((arg: {
|
233
|
-
modelValue: number;
|
234
|
-
}) => vue.VNodeChild) | undefined;
|
235
|
-
'tick-label'?: ((arg: {
|
236
|
-
tick: Tick;
|
237
|
-
index: number;
|
238
|
-
}) => vue.VNodeChild) | undefined;
|
239
|
-
label?: ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
240
|
-
};
|
241
|
-
'v-slots'?: {
|
242
|
-
default?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
243
|
-
prepend?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
244
|
-
append?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
245
|
-
details?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
246
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
247
|
-
'thumb-label'?: false | ((arg: {
|
248
|
-
modelValue: number;
|
249
|
-
}) => vue.VNodeChild) | undefined;
|
250
|
-
'tick-label'?: false | ((arg: {
|
251
|
-
tick: Tick;
|
252
|
-
index: number;
|
253
|
-
}) => vue.VNodeChild) | undefined;
|
254
|
-
label?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
255
|
-
} | undefined;
|
256
|
-
} & {
|
257
|
-
"v-slot:default"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
258
|
-
"v-slot:prepend"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
259
|
-
"v-slot:append"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
260
|
-
"v-slot:details"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
261
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
262
|
-
"v-slot:thumb-label"?: false | ((arg: {
|
263
|
-
modelValue: number;
|
264
|
-
}) => vue.VNodeChild) | undefined;
|
265
|
-
"v-slot:tick-label"?: false | ((arg: {
|
266
|
-
tick: Tick;
|
267
|
-
index: number;
|
268
|
-
}) => vue.VNodeChild) | undefined;
|
269
|
-
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
270
|
-
} & {
|
271
|
-
onStart?: ((value: number) => any) | undefined;
|
272
|
-
onEnd?: ((value: number) => any) | undefined;
|
273
|
-
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
274
|
-
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
275
|
-
}, {
|
173
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
276
174
|
reverse: boolean;
|
277
175
|
max: string | number;
|
278
176
|
error: boolean;
|
@@ -315,7 +213,7 @@ declare const VSlider: {
|
|
315
213
|
index: number;
|
316
214
|
}) => vue.VNode[];
|
317
215
|
label: (arg: VInputSlot) => vue.VNode[];
|
318
|
-
}>>, {
|
216
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
319
217
|
P: {};
|
320
218
|
B: {};
|
321
219
|
D: {};
|
@@ -607,7 +505,7 @@ declare const VSlider: {
|
|
607
505
|
index: number;
|
608
506
|
}) => vue.VNode[];
|
609
507
|
label: (arg: VInputSlot) => vue.VNode[];
|
610
|
-
}
|
508
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
611
509
|
modelValue: {
|
612
510
|
type: (StringConstructor | NumberConstructor)[];
|
613
511
|
default: number;
|