@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
@@ -8,7 +8,7 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
8
8
|
type ClassValue = any;
|
9
9
|
|
10
10
|
declare const VContainer: {
|
11
|
-
new (...args: any[]): vue.
|
11
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
12
12
|
style: vue.StyleValue;
|
13
13
|
tag: string;
|
14
14
|
fluid: boolean;
|
@@ -29,34 +29,13 @@ declare const VContainer: {
|
|
29
29
|
} | undefined;
|
30
30
|
} & {
|
31
31
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
32
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
33
|
-
style: vue.StyleValue;
|
34
|
-
tag: string;
|
35
|
-
fluid: boolean;
|
36
|
-
} & {
|
37
|
-
height?: string | number | undefined;
|
38
|
-
width?: string | number | undefined;
|
39
|
-
maxHeight?: string | number | undefined;
|
40
|
-
maxWidth?: string | number | undefined;
|
41
|
-
minHeight?: string | number | undefined;
|
42
|
-
minWidth?: string | number | undefined;
|
43
|
-
class?: any;
|
44
|
-
} & {
|
45
|
-
$children?: vue.VNodeChild | {
|
46
|
-
default?: (() => vue.VNodeChild) | undefined;
|
47
|
-
} | (() => vue.VNodeChild);
|
48
|
-
'v-slots'?: {
|
49
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
50
|
-
} | undefined;
|
51
|
-
} & {
|
52
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
53
|
-
}, {
|
32
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
54
33
|
style: vue.StyleValue;
|
55
34
|
tag: string;
|
56
35
|
fluid: boolean;
|
57
36
|
}, true, {}, vue.SlotsType<Partial<{
|
58
37
|
default: () => vue.VNode[];
|
59
|
-
}>>, {
|
38
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
60
39
|
P: {};
|
61
40
|
B: {};
|
62
41
|
D: {};
|
@@ -119,7 +98,7 @@ declare const VContainer: {
|
|
119
98
|
fluid: boolean;
|
120
99
|
}, {}, string, vue.SlotsType<Partial<{
|
121
100
|
default: () => vue.VNode[];
|
122
|
-
}
|
101
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
123
102
|
tag: {
|
124
103
|
type: StringConstructor;
|
125
104
|
default: string;
|
@@ -164,7 +143,7 @@ type VContainer = InstanceType<typeof VContainer>;
|
|
164
143
|
|
165
144
|
declare const ALIGN_SELF_VALUES: readonly ["auto", "start", "end", "center", "baseline", "stretch"];
|
166
145
|
declare const VCol: {
|
167
|
-
new (...args: any[]): vue.
|
146
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
168
147
|
offset: string | number;
|
169
148
|
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
170
149
|
order: string | number;
|
@@ -199,40 +178,7 @@ declare const VCol: {
|
|
199
178
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
200
179
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
201
180
|
[key: string]: any;
|
202
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
203
|
-
offset: string | number;
|
204
|
-
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
205
|
-
order: string | number;
|
206
|
-
style: vue.StyleValue;
|
207
|
-
tag: string;
|
208
|
-
cols: string | number | boolean;
|
209
|
-
} & {
|
210
|
-
class?: any;
|
211
|
-
sm?: string | number | boolean | undefined;
|
212
|
-
md?: string | number | boolean | undefined;
|
213
|
-
lg?: string | number | boolean | undefined;
|
214
|
-
xl?: string | number | boolean | undefined;
|
215
|
-
xxl?: string | number | boolean | undefined;
|
216
|
-
offsetSm?: string | number | undefined;
|
217
|
-
offsetMd?: string | number | undefined;
|
218
|
-
offsetLg?: string | number | undefined;
|
219
|
-
offsetXl?: string | number | undefined;
|
220
|
-
offsetXxl?: string | number | undefined;
|
221
|
-
orderSm?: string | number | undefined;
|
222
|
-
orderMd?: string | number | undefined;
|
223
|
-
orderLg?: string | number | undefined;
|
224
|
-
orderXl?: string | number | undefined;
|
225
|
-
orderXxl?: string | number | undefined;
|
226
|
-
} & {
|
227
|
-
$children?: vue.VNodeChild | {
|
228
|
-
default?: (() => vue.VNodeChild) | undefined;
|
229
|
-
} | (() => vue.VNodeChild);
|
230
|
-
'v-slots'?: {
|
231
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
232
|
-
} | undefined;
|
233
|
-
} & {
|
234
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
235
|
-
}, {
|
181
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
236
182
|
offset: string | number;
|
237
183
|
alignSelf: "auto" | "center" | "end" | "start" | "stretch" | "baseline";
|
238
184
|
order: string | number;
|
@@ -241,7 +187,7 @@ declare const VCol: {
|
|
241
187
|
cols: string | number | boolean;
|
242
188
|
}, true, {}, vue.SlotsType<Partial<{
|
243
189
|
default: () => vue.VNode[];
|
244
|
-
}>>, {
|
190
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
245
191
|
P: {};
|
246
192
|
B: {};
|
247
193
|
D: {};
|
@@ -338,7 +284,7 @@ declare const VCol: {
|
|
338
284
|
cols: string | number | boolean;
|
339
285
|
}, {}, string, vue.SlotsType<Partial<{
|
340
286
|
default: () => vue.VNode[];
|
341
|
-
}
|
287
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
342
288
|
tag: {
|
343
289
|
type: StringConstructor;
|
344
290
|
default: string;
|
@@ -428,7 +374,7 @@ type VCol = InstanceType<typeof VCol>;
|
|
428
374
|
declare const ALIGN_VALUES: readonly ["start", "end", "center", "baseline", "stretch"];
|
429
375
|
declare const ALIGN_CONTENT_VALUES: readonly ["start", "end", "center", "space-between", "space-around", "space-evenly", "stretch"];
|
430
376
|
declare const VRow: {
|
431
|
-
new (...args: any[]): vue.
|
377
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
432
378
|
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
433
379
|
style: vue.StyleValue;
|
434
380
|
tag: string;
|
@@ -464,41 +410,7 @@ declare const VRow: {
|
|
464
410
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
465
411
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
466
412
|
[key: string]: any;
|
467
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
468
|
-
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
469
|
-
style: vue.StyleValue;
|
470
|
-
tag: string;
|
471
|
-
dense: boolean;
|
472
|
-
justify: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
473
|
-
align: "center" | "end" | "start" | "stretch" | "baseline";
|
474
|
-
noGutters: boolean;
|
475
|
-
} & {
|
476
|
-
class?: any;
|
477
|
-
alignSm?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
478
|
-
alignMd?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
479
|
-
alignLg?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
480
|
-
alignXl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
481
|
-
alignXxl?: "center" | "end" | "start" | "stretch" | "baseline" | undefined;
|
482
|
-
justifySm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
483
|
-
justifyMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
484
|
-
justifyLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
485
|
-
justifyXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
486
|
-
justifyXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | undefined;
|
487
|
-
alignContentSm?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
488
|
-
alignContentMd?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
489
|
-
alignContentLg?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
490
|
-
alignContentXl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
491
|
-
alignContentXxl?: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch" | undefined;
|
492
|
-
} & {
|
493
|
-
$children?: vue.VNodeChild | {
|
494
|
-
default?: (() => vue.VNodeChild) | undefined;
|
495
|
-
} | (() => vue.VNodeChild);
|
496
|
-
'v-slots'?: {
|
497
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
498
|
-
} | undefined;
|
499
|
-
} & {
|
500
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
501
|
-
}, {
|
413
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
502
414
|
alignContent: "center" | "end" | "start" | "space-around" | "space-between" | "space-evenly" | "stretch";
|
503
415
|
style: vue.StyleValue;
|
504
416
|
tag: string;
|
@@ -508,7 +420,7 @@ declare const VRow: {
|
|
508
420
|
noGutters: boolean;
|
509
421
|
}, true, {}, vue.SlotsType<Partial<{
|
510
422
|
default: () => vue.VNode[];
|
511
|
-
}>>, {
|
423
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
512
424
|
P: {};
|
513
425
|
B: {};
|
514
426
|
D: {};
|
@@ -609,7 +521,7 @@ declare const VRow: {
|
|
609
521
|
noGutters: boolean;
|
610
522
|
}, {}, string, vue.SlotsType<Partial<{
|
611
523
|
default: () => vue.VNode[];
|
612
|
-
}
|
524
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
613
525
|
tag: {
|
614
526
|
type: StringConstructor;
|
615
527
|
default: string;
|
@@ -697,7 +609,7 @@ declare const VRow: {
|
|
697
609
|
type VRow = InstanceType<typeof VRow>;
|
698
610
|
|
699
611
|
declare const VSpacer: {
|
700
|
-
new (...args: any[]): vue.
|
612
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
701
613
|
style: vue.StyleValue;
|
702
614
|
tag: string;
|
703
615
|
} & {
|
@@ -713,26 +625,12 @@ declare const VSpacer: {
|
|
713
625
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
714
626
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
715
627
|
[key: string]: any;
|
716
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
717
|
-
style: vue.StyleValue;
|
718
|
-
tag: string;
|
719
|
-
} & {
|
720
|
-
class?: any;
|
721
|
-
} & {
|
722
|
-
$children?: vue.VNodeChild | {
|
723
|
-
default?: (() => vue.VNodeChild) | undefined;
|
724
|
-
} | (() => vue.VNodeChild);
|
725
|
-
'v-slots'?: {
|
726
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
727
|
-
} | undefined;
|
728
|
-
} & {
|
729
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
730
|
-
}, {
|
628
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
731
629
|
style: vue.StyleValue;
|
732
630
|
tag: string;
|
733
631
|
}, true, {}, vue.SlotsType<Partial<{
|
734
632
|
default: () => vue.VNode[];
|
735
|
-
}>>, {
|
633
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
736
634
|
P: {};
|
737
635
|
B: {};
|
738
636
|
D: {};
|
@@ -783,7 +681,7 @@ declare const VSpacer: {
|
|
783
681
|
tag: string;
|
784
682
|
}, {}, string, vue.SlotsType<Partial<{
|
785
683
|
default: () => vue.VNode[];
|
786
|
-
}
|
684
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
787
685
|
class: vue.PropType<ClassValue>;
|
788
686
|
style: {
|
789
687
|
type: vue.PropType<vue.StyleValue>;
|
@@ -6,7 +6,7 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
6
6
|
}
|
7
7
|
|
8
8
|
declare const VHover: {
|
9
|
-
new (...args: any[]): vue.
|
9
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
10
10
|
disabled: boolean;
|
11
11
|
modelValue: boolean;
|
12
12
|
} & {
|
@@ -39,36 +39,7 @@ declare const VHover: {
|
|
39
39
|
[key: string]: any;
|
40
40
|
}>[] | undefined, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
41
41
|
'update:modelValue': (value: boolean) => true;
|
42
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
43
|
-
disabled: boolean;
|
44
|
-
modelValue: boolean;
|
45
|
-
} & {
|
46
|
-
closeDelay?: string | number | undefined;
|
47
|
-
openDelay?: string | number | undefined;
|
48
|
-
} & {
|
49
|
-
$children?: vue.VNodeChild | {
|
50
|
-
default?: ((arg: {
|
51
|
-
isHovering: boolean | null;
|
52
|
-
props: Record<string, unknown>;
|
53
|
-
}) => vue.VNodeChild) | undefined;
|
54
|
-
} | ((arg: {
|
55
|
-
isHovering: boolean | null;
|
56
|
-
props: Record<string, unknown>;
|
57
|
-
}) => vue.VNodeChild);
|
58
|
-
'v-slots'?: {
|
59
|
-
default?: false | ((arg: {
|
60
|
-
isHovering: boolean | null;
|
61
|
-
props: Record<string, unknown>;
|
62
|
-
}) => vue.VNodeChild) | undefined;
|
63
|
-
} | undefined;
|
64
|
-
} & {
|
65
|
-
"v-slot:default"?: false | ((arg: {
|
66
|
-
isHovering: boolean | null;
|
67
|
-
props: Record<string, unknown>;
|
68
|
-
}) => vue.VNodeChild) | undefined;
|
69
|
-
} & {
|
70
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
71
|
-
}, {
|
42
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
72
43
|
disabled: boolean;
|
73
44
|
modelValue: boolean;
|
74
45
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -76,7 +47,7 @@ declare const VHover: {
|
|
76
47
|
isHovering: boolean | null;
|
77
48
|
props: Record<string, unknown>;
|
78
49
|
}) => vue.VNode[];
|
79
|
-
}>>, {
|
50
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
80
51
|
P: {};
|
81
52
|
B: {};
|
82
53
|
D: {};
|
@@ -162,7 +133,7 @@ declare const VHover: {
|
|
162
133
|
isHovering: boolean | null;
|
163
134
|
props: Record<string, unknown>;
|
164
135
|
}) => vue.VNode[];
|
165
|
-
}
|
136
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
166
137
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
167
138
|
openDelay: (StringConstructor | NumberConstructor)[];
|
168
139
|
disabled: BooleanConstructor;
|
@@ -1,53 +1,52 @@
|
|
1
|
-
.
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
.v-icon__svg {
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
}
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
margin-inline-start: 8px;
|
1
|
+
@layer vuetify.components {
|
2
|
+
.v-icon {
|
3
|
+
--v-icon-size-multiplier: 1;
|
4
|
+
align-items: center;
|
5
|
+
display: inline-flex;
|
6
|
+
font-feature-settings: "liga";
|
7
|
+
height: 1em;
|
8
|
+
justify-content: center;
|
9
|
+
letter-spacing: normal;
|
10
|
+
line-height: 1;
|
11
|
+
position: relative;
|
12
|
+
text-indent: 0;
|
13
|
+
text-align: center;
|
14
|
+
user-select: none;
|
15
|
+
vertical-align: middle;
|
16
|
+
width: 1em;
|
17
|
+
min-width: 1em;
|
18
|
+
}
|
19
|
+
.v-icon--clickable {
|
20
|
+
cursor: pointer;
|
21
|
+
}
|
22
|
+
.v-icon--disabled {
|
23
|
+
pointer-events: none;
|
24
|
+
opacity: 0.38;
|
25
|
+
}
|
26
|
+
.v-icon--size-x-small {
|
27
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1em);
|
28
|
+
}
|
29
|
+
.v-icon--size-small {
|
30
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
|
31
|
+
}
|
32
|
+
.v-icon--size-default {
|
33
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
|
34
|
+
}
|
35
|
+
.v-icon--size-large {
|
36
|
+
font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
|
37
|
+
}
|
38
|
+
.v-icon--size-x-large {
|
39
|
+
font-size: calc(var(--v-icon-size-multiplier) * 2em);
|
40
|
+
}
|
41
|
+
.v-icon__svg {
|
42
|
+
fill: currentColor;
|
43
|
+
width: 100%;
|
44
|
+
height: 100%;
|
45
|
+
}
|
46
|
+
.v-icon--start {
|
47
|
+
margin-inline-end: 8px;
|
48
|
+
}
|
49
|
+
.v-icon--end {
|
50
|
+
margin-inline-start: 8px;
|
51
|
+
}
|
53
52
|
}
|
@@ -13,7 +13,7 @@ type JSXComponent<Props = any> = {
|
|
13
13
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
14
14
|
declare const IconValue: PropType<IconValue>;
|
15
15
|
declare const VComponentIcon: {
|
16
|
-
new (...args: any[]): vue.
|
16
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
17
17
|
tag: string;
|
18
18
|
} & {
|
19
19
|
icon?: IconValue | undefined;
|
@@ -26,22 +26,9 @@ declare const VComponentIcon: {
|
|
26
26
|
} | undefined;
|
27
27
|
} & {
|
28
28
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
29
|
-
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
30
|
-
tag: string;
|
31
|
-
} & {
|
32
|
-
icon?: IconValue | undefined;
|
33
|
-
} & {
|
34
|
-
$children?: vue.VNodeChild | {
|
35
|
-
default?: (() => vue.VNodeChild) | undefined;
|
36
|
-
} | (() => vue.VNodeChild);
|
37
|
-
'v-slots'?: {
|
38
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
39
|
-
} | undefined;
|
40
|
-
} & {
|
41
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
42
|
-
}, {}, true, {}, vue.SlotsType<Partial<{
|
29
|
+
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {}, true, {}, vue.SlotsType<Partial<{
|
43
30
|
default: () => vue.VNode[];
|
44
|
-
}>>, {
|
31
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
45
32
|
P: {};
|
46
33
|
B: {};
|
47
34
|
D: {};
|
@@ -80,7 +67,7 @@ declare const VComponentIcon: {
|
|
80
67
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
81
68
|
}, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, vue.SlotsType<Partial<{
|
82
69
|
default: () => vue.VNode[];
|
83
|
-
}
|
70
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
84
71
|
icon: {
|
85
72
|
type: PropType<IconValue>;
|
86
73
|
};
|
@@ -99,7 +86,7 @@ declare const VComponentIcon: {
|
|
99
86
|
}>>;
|
100
87
|
type VComponentIcon = InstanceType<typeof VComponentIcon>;
|
101
88
|
declare const VSvgIcon: {
|
102
|
-
new (...args: any[]): vue.
|
89
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<vue.ExtractPropTypes<{
|
103
90
|
icon: {
|
104
91
|
type: PropType<IconValue>;
|
105
92
|
};
|
@@ -107,15 +94,7 @@ declare const VSvgIcon: {
|
|
107
94
|
type: StringConstructor;
|
108
95
|
required: true;
|
109
96
|
};
|
110
|
-
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.
|
111
|
-
icon: {
|
112
|
-
type: PropType<IconValue>;
|
113
|
-
};
|
114
|
-
tag: {
|
115
|
-
type: StringConstructor;
|
116
|
-
required: true;
|
117
|
-
};
|
118
|
-
}>>, {}, true, {}, {}, {
|
97
|
+
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, true, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
119
98
|
P: {};
|
120
99
|
B: {};
|
121
100
|
D: {};
|
@@ -142,7 +121,7 @@ declare const VSvgIcon: {
|
|
142
121
|
type: StringConstructor;
|
143
122
|
required: true;
|
144
123
|
};
|
145
|
-
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
124
|
+
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
146
125
|
icon: {
|
147
126
|
type: PropType<IconValue>;
|
148
127
|
};
|
@@ -161,7 +140,7 @@ declare const VSvgIcon: {
|
|
161
140
|
}>>;
|
162
141
|
type VSvgIcon = InstanceType<typeof VSvgIcon>;
|
163
142
|
declare const VLigatureIcon: {
|
164
|
-
new (...args: any[]): vue.
|
143
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<vue.ExtractPropTypes<{
|
165
144
|
icon: {
|
166
145
|
type: PropType<IconValue>;
|
167
146
|
};
|
@@ -169,15 +148,7 @@ declare const VLigatureIcon: {
|
|
169
148
|
type: StringConstructor;
|
170
149
|
required: true;
|
171
150
|
};
|
172
|
-
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.
|
173
|
-
icon: {
|
174
|
-
type: PropType<IconValue>;
|
175
|
-
};
|
176
|
-
tag: {
|
177
|
-
type: StringConstructor;
|
178
|
-
required: true;
|
179
|
-
};
|
180
|
-
}>>, {}, true, {}, {}, {
|
151
|
+
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, true, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
181
152
|
P: {};
|
182
153
|
B: {};
|
183
154
|
D: {};
|
@@ -204,7 +175,7 @@ declare const VLigatureIcon: {
|
|
204
175
|
type: StringConstructor;
|
205
176
|
required: true;
|
206
177
|
};
|
207
|
-
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
178
|
+
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
208
179
|
icon: {
|
209
180
|
type: PropType<IconValue>;
|
210
181
|
};
|
@@ -223,15 +194,7 @@ declare const VLigatureIcon: {
|
|
223
194
|
}>>;
|
224
195
|
type VLigatureIcon = InstanceType<typeof VLigatureIcon>;
|
225
196
|
declare const VClassIcon: {
|
226
|
-
new (...args: any[]): vue.
|
227
|
-
icon: {
|
228
|
-
type: PropType<IconValue>;
|
229
|
-
};
|
230
|
-
tag: {
|
231
|
-
type: StringConstructor;
|
232
|
-
required: true;
|
233
|
-
};
|
234
|
-
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & Readonly<vue.ExtractPropTypes<{
|
197
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<vue.ExtractPropTypes<{
|
235
198
|
icon: {
|
236
199
|
type: PropType<IconValue>;
|
237
200
|
};
|
@@ -239,7 +202,7 @@ declare const VClassIcon: {
|
|
239
202
|
type: StringConstructor;
|
240
203
|
required: true;
|
241
204
|
};
|
242
|
-
}>>, {}, true, {}, {}, {
|
205
|
+
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, vue.PublicProps, {}, true, {}, {}, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
243
206
|
P: {};
|
244
207
|
B: {};
|
245
208
|
D: {};
|
@@ -266,7 +229,7 @@ declare const VClassIcon: {
|
|
266
229
|
type: StringConstructor;
|
267
230
|
required: true;
|
268
231
|
};
|
269
|
-
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
232
|
+
}>>, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, {}, {}, string, {}, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
270
233
|
icon: {
|
271
234
|
type: PropType<IconValue>;
|
272
235
|
};
|
@@ -286,7 +249,7 @@ declare const VClassIcon: {
|
|
286
249
|
type VClassIcon = InstanceType<typeof VClassIcon>;
|
287
250
|
|
288
251
|
declare const VIcon: {
|
289
|
-
new (...args: any[]): vue.
|
252
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
290
253
|
end: boolean;
|
291
254
|
start: boolean;
|
292
255
|
style: vue.StyleValue;
|
@@ -307,28 +270,7 @@ declare const VIcon: {
|
|
307
270
|
} | undefined;
|
308
271
|
} & {
|
309
272
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
310
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
311
|
-
end: boolean;
|
312
|
-
start: boolean;
|
313
|
-
style: vue.StyleValue;
|
314
|
-
disabled: boolean;
|
315
|
-
size: string | number;
|
316
|
-
tag: string;
|
317
|
-
} & {
|
318
|
-
color?: string | undefined;
|
319
|
-
class?: any;
|
320
|
-
theme?: string | undefined;
|
321
|
-
icon?: IconValue | undefined;
|
322
|
-
} & {
|
323
|
-
$children?: vue.VNodeChild | {
|
324
|
-
default?: (() => vue.VNodeChild) | undefined;
|
325
|
-
} | (() => vue.VNodeChild);
|
326
|
-
'v-slots'?: {
|
327
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
328
|
-
} | undefined;
|
329
|
-
} & {
|
330
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
331
|
-
}, {
|
273
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
332
274
|
end: boolean;
|
333
275
|
start: boolean;
|
334
276
|
style: vue.StyleValue;
|
@@ -337,7 +279,7 @@ declare const VIcon: {
|
|
337
279
|
tag: string;
|
338
280
|
}, true, {}, vue.SlotsType<Partial<{
|
339
281
|
default: () => vue.VNode[];
|
340
|
-
}>>, {
|
282
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
341
283
|
P: {};
|
342
284
|
B: {};
|
343
285
|
D: {};
|
@@ -406,7 +348,7 @@ declare const VIcon: {
|
|
406
348
|
tag: string;
|
407
349
|
}, {}, string, vue.SlotsType<Partial<{
|
408
350
|
default: () => vue.VNode[];
|
409
|
-
}
|
351
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
410
352
|
theme: StringConstructor;
|
411
353
|
tag: Omit<{
|
412
354
|
type: StringConstructor;
|