@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,16 +1,18 @@
|
|
1
|
-
.
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
1
|
+
@layer vuetify.components {
|
2
|
+
.v-messages {
|
3
|
+
flex: 1 1 auto;
|
4
|
+
font-size: 12px;
|
5
|
+
min-height: 14px;
|
6
|
+
min-width: 1px;
|
7
|
+
opacity: var(--v-medium-emphasis-opacity);
|
8
|
+
position: relative;
|
9
|
+
}
|
10
|
+
.v-messages__message {
|
11
|
+
line-height: 12px;
|
12
|
+
word-break: break-word;
|
13
|
+
overflow-wrap: break-word;
|
14
|
+
word-wrap: break-word;
|
15
|
+
hyphens: auto;
|
16
|
+
transition-duration: 150ms;
|
17
|
+
}
|
16
18
|
}
|
@@ -11,7 +11,7 @@ type VMessageSlot = {
|
|
11
11
|
message: string;
|
12
12
|
};
|
13
13
|
declare const VMessages: {
|
14
|
-
new (...args: any[]): vue.
|
14
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
15
15
|
active: boolean;
|
16
16
|
transition: string | boolean | (vue.TransitionProps & {
|
17
17
|
component?: Component;
|
@@ -34,30 +34,7 @@ declare const VMessages: {
|
|
34
34
|
} | undefined;
|
35
35
|
} & {
|
36
36
|
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
37
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
38
|
-
active: boolean;
|
39
|
-
transition: string | boolean | (vue.TransitionProps & {
|
40
|
-
component?: Component;
|
41
|
-
}) | {
|
42
|
-
component: Component;
|
43
|
-
leaveAbsolute: boolean;
|
44
|
-
group: boolean;
|
45
|
-
};
|
46
|
-
style: vue.StyleValue;
|
47
|
-
messages: string | readonly string[];
|
48
|
-
} & {
|
49
|
-
color?: string | undefined;
|
50
|
-
class?: any;
|
51
|
-
} & {
|
52
|
-
$children?: {} | vue.VNodeChild | {
|
53
|
-
message?: ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
54
|
-
};
|
55
|
-
'v-slots'?: {
|
56
|
-
message?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
57
|
-
} | undefined;
|
58
|
-
} & {
|
59
|
-
"v-slot:message"?: false | ((arg: VMessageSlot) => vue.VNodeChild) | undefined;
|
60
|
-
}, {
|
37
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
61
38
|
active: boolean;
|
62
39
|
transition: string | boolean | (vue.TransitionProps & {
|
63
40
|
component?: Component;
|
@@ -70,7 +47,7 @@ declare const VMessages: {
|
|
70
47
|
messages: string | readonly string[];
|
71
48
|
}, true, {}, vue.SlotsType<Partial<{
|
72
49
|
message: (arg: VMessageSlot) => vue.VNode[];
|
73
|
-
}>>, {
|
50
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
74
51
|
P: {};
|
75
52
|
B: {};
|
76
53
|
D: {};
|
@@ -151,7 +128,7 @@ declare const VMessages: {
|
|
151
128
|
messages: string | readonly string[];
|
152
129
|
}, {}, string, vue.SlotsType<Partial<{
|
153
130
|
message: (arg: VMessageSlot) => vue.VNode[];
|
154
|
-
}
|
131
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
155
132
|
transition: Omit<{
|
156
133
|
type: PropType<string | boolean | (vue.TransitionProps & {
|
157
134
|
component?: Component;
|
@@ -1,109 +1,107 @@
|
|
1
|
-
.
|
2
|
-
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
border
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
top
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
.v-navigation-drawer__content {
|
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
|
-
flex: none;
|
108
|
-
overflow: hidden;
|
1
|
+
@layer vuetify.components {
|
2
|
+
.v-navigation-drawer {
|
3
|
+
-webkit-overflow-scrolling: touch;
|
4
|
+
background: rgb(var(--v-theme-surface));
|
5
|
+
display: flex;
|
6
|
+
flex-direction: column;
|
7
|
+
height: 100%;
|
8
|
+
max-width: 100%;
|
9
|
+
pointer-events: auto;
|
10
|
+
transition-duration: 0.2s;
|
11
|
+
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
12
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
13
|
+
position: absolute;
|
14
|
+
}
|
15
|
+
.v-navigation-drawer {
|
16
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
17
|
+
border-style: solid;
|
18
|
+
border-width: 0;
|
19
|
+
}
|
20
|
+
.v-navigation-drawer--border {
|
21
|
+
border-width: thin;
|
22
|
+
box-shadow: none;
|
23
|
+
}
|
24
|
+
.v-navigation-drawer {
|
25
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
26
|
+
}
|
27
|
+
.v-navigation-drawer {
|
28
|
+
background: rgb(var(--v-theme-surface));
|
29
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
30
|
+
}
|
31
|
+
.v-navigation-drawer--rounded {
|
32
|
+
border-radius: 4px;
|
33
|
+
}
|
34
|
+
.v-navigation-drawer--top, .v-navigation-drawer--bottom {
|
35
|
+
max-height: -webkit-fill-available;
|
36
|
+
overflow-y: auto;
|
37
|
+
}
|
38
|
+
.v-navigation-drawer--top {
|
39
|
+
top: 0;
|
40
|
+
border-bottom-width: thin;
|
41
|
+
}
|
42
|
+
.v-navigation-drawer--bottom {
|
43
|
+
left: 0;
|
44
|
+
border-top-width: thin;
|
45
|
+
}
|
46
|
+
.v-navigation-drawer--left {
|
47
|
+
top: 0;
|
48
|
+
left: 0;
|
49
|
+
right: auto;
|
50
|
+
border-right-width: thin;
|
51
|
+
}
|
52
|
+
.v-navigation-drawer--right {
|
53
|
+
top: 0;
|
54
|
+
left: auto;
|
55
|
+
right: 0;
|
56
|
+
border-left-width: thin;
|
57
|
+
}
|
58
|
+
.v-navigation-drawer--floating {
|
59
|
+
border: none;
|
60
|
+
}
|
61
|
+
.v-navigation-drawer--temporary.v-navigation-drawer--active {
|
62
|
+
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
63
|
+
}
|
64
|
+
.v-navigation-drawer--sticky {
|
65
|
+
height: auto;
|
66
|
+
transition: box-shadow, transform, visibility, width, height, left, right;
|
67
|
+
}
|
68
|
+
.v-navigation-drawer .v-list {
|
69
|
+
overflow: hidden;
|
70
|
+
}
|
71
|
+
.v-navigation-drawer__content {
|
72
|
+
flex: 0 1 auto;
|
73
|
+
height: 100%;
|
74
|
+
max-width: 100%;
|
75
|
+
overflow-x: hidden;
|
76
|
+
overflow-y: auto;
|
77
|
+
}
|
78
|
+
.v-navigation-drawer__img {
|
79
|
+
height: 100%;
|
80
|
+
left: 0;
|
81
|
+
position: absolute;
|
82
|
+
top: 0;
|
83
|
+
width: 100%;
|
84
|
+
z-index: -1;
|
85
|
+
}
|
86
|
+
.v-navigation-drawer__img img:not(.v-img__img) {
|
87
|
+
height: inherit;
|
88
|
+
object-fit: cover;
|
89
|
+
width: inherit;
|
90
|
+
}
|
91
|
+
.v-navigation-drawer__scrim {
|
92
|
+
position: absolute;
|
93
|
+
top: 0;
|
94
|
+
left: 0;
|
95
|
+
width: 100%;
|
96
|
+
height: 100%;
|
97
|
+
background: black;
|
98
|
+
opacity: 0.2;
|
99
|
+
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
100
|
+
z-index: 1;
|
101
|
+
}
|
102
|
+
.v-navigation-drawer__prepend,
|
103
|
+
.v-navigation-drawer__append {
|
104
|
+
flex: none;
|
105
|
+
overflow: hidden;
|
106
|
+
}
|
109
107
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { Fragment as _Fragment, createVNode as _createVNode, mergeProps as _mergeProps } from "vue";
|
2
2
|
// Styles
|
3
3
|
import "./VNavigationDrawer.css";
|
4
4
|
|
@@ -16,7 +16,7 @@ type VNavigationDrawerImageSlot = {
|
|
16
16
|
};
|
17
17
|
declare const locations: readonly ["start", "end", "left", "right", "top", "bottom"];
|
18
18
|
declare const VNavigationDrawer: {
|
19
|
-
new (...args: any[]): vue.
|
19
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
20
20
|
absolute: boolean;
|
21
21
|
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
22
22
|
width: string | number;
|
@@ -72,66 +72,11 @@ declare const VNavigationDrawer: {
|
|
72
72
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
73
73
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
74
74
|
}, {
|
75
|
-
isStuck: vue.ShallowRef<boolean | "top" | "bottom">;
|
75
|
+
isStuck: vue.ShallowRef<boolean | "top" | "bottom", boolean | "top" | "bottom">;
|
76
76
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
77
77
|
'update:modelValue': (val: boolean) => true;
|
78
78
|
'update:rail': (val: boolean) => true;
|
79
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
80
|
-
absolute: boolean;
|
81
|
-
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
82
|
-
width: string | number;
|
83
|
-
order: string | number;
|
84
|
-
style: vue.StyleValue;
|
85
|
-
mobile: boolean | null;
|
86
|
-
temporary: boolean;
|
87
|
-
persistent: boolean;
|
88
|
-
tag: string;
|
89
|
-
sticky: boolean;
|
90
|
-
modelValue: boolean | null;
|
91
|
-
tile: boolean;
|
92
|
-
floating: boolean;
|
93
|
-
scrim: string | boolean;
|
94
|
-
touchless: boolean;
|
95
|
-
disableResizeWatcher: boolean;
|
96
|
-
disableRouteWatcher: boolean;
|
97
|
-
expandOnHover: boolean;
|
98
|
-
permanent: boolean;
|
99
|
-
rail: boolean | null;
|
100
|
-
railWidth: string | number;
|
101
|
-
} & {
|
102
|
-
name?: string | undefined;
|
103
|
-
border?: string | number | boolean | undefined;
|
104
|
-
color?: string | undefined;
|
105
|
-
image?: string | undefined;
|
106
|
-
class?: any;
|
107
|
-
theme?: string | undefined;
|
108
|
-
elevation?: string | number | undefined;
|
109
|
-
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
110
|
-
rounded?: string | number | boolean | undefined;
|
111
|
-
closeDelay?: string | number | undefined;
|
112
|
-
openDelay?: string | number | undefined;
|
113
|
-
} & {
|
114
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
115
|
-
default?: (() => vue.VNodeChild) | undefined;
|
116
|
-
prepend?: (() => vue.VNodeChild) | undefined;
|
117
|
-
append?: (() => vue.VNodeChild) | undefined;
|
118
|
-
image?: ((arg: VNavigationDrawerImageSlot) => vue.VNodeChild) | undefined;
|
119
|
-
};
|
120
|
-
'v-slots'?: {
|
121
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
122
|
-
prepend?: false | (() => vue.VNodeChild) | undefined;
|
123
|
-
append?: false | (() => vue.VNodeChild) | undefined;
|
124
|
-
image?: false | ((arg: VNavigationDrawerImageSlot) => vue.VNodeChild) | undefined;
|
125
|
-
} | undefined;
|
126
|
-
} & {
|
127
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
128
|
-
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
129
|
-
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
130
|
-
"v-slot:image"?: false | ((arg: VNavigationDrawerImageSlot) => vue.VNodeChild) | undefined;
|
131
|
-
} & {
|
132
|
-
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
133
|
-
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
134
|
-
}, {
|
79
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
135
80
|
absolute: boolean;
|
136
81
|
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
137
82
|
width: string | number;
|
@@ -159,7 +104,7 @@ declare const VNavigationDrawer: {
|
|
159
104
|
prepend: () => vue.VNode[];
|
160
105
|
append: () => vue.VNode[];
|
161
106
|
image: (arg: VNavigationDrawerImageSlot) => vue.VNode[];
|
162
|
-
}>>, {
|
107
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
163
108
|
P: {};
|
164
109
|
B: {};
|
165
110
|
D: {};
|
@@ -222,7 +167,7 @@ declare const VNavigationDrawer: {
|
|
222
167
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
223
168
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
224
169
|
}, {
|
225
|
-
isStuck: vue.ShallowRef<boolean | "top" | "bottom">;
|
170
|
+
isStuck: vue.ShallowRef<boolean | "top" | "bottom", boolean | "top" | "bottom">;
|
226
171
|
}, {}, {}, {}, {
|
227
172
|
absolute: boolean;
|
228
173
|
location: "end" | "start" | "left" | "top" | "bottom" | "right";
|
@@ -306,7 +251,7 @@ declare const VNavigationDrawer: {
|
|
306
251
|
"onUpdate:modelValue"?: ((val: boolean) => any) | undefined;
|
307
252
|
"onUpdate:rail"?: ((val: boolean) => any) | undefined;
|
308
253
|
}, {
|
309
|
-
isStuck: vue.ShallowRef<boolean | "top" | "bottom">;
|
254
|
+
isStuck: vue.ShallowRef<boolean | "top" | "bottom", boolean | "top" | "bottom">;
|
310
255
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
311
256
|
'update:modelValue': (val: boolean) => true;
|
312
257
|
'update:rail': (val: boolean) => true;
|
@@ -338,7 +283,7 @@ declare const VNavigationDrawer: {
|
|
338
283
|
prepend: () => vue.VNode[];
|
339
284
|
append: () => vue.VNode[];
|
340
285
|
image: (arg: VNavigationDrawerImageSlot) => vue.VNode[];
|
341
|
-
}
|
286
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
342
287
|
theme: StringConstructor;
|
343
288
|
tag: Omit<{
|
344
289
|
type: StringConstructor;
|
@@ -1,59 +1,57 @@
|
|
1
|
-
.
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
.v-otp-input__divider {
|
16
|
-
|
17
|
-
}
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
}
|
57
|
-
.v-otp-input__loader .v-progress-linear {
|
58
|
-
position: absolute;
|
1
|
+
@layer vuetify.components {
|
2
|
+
.v-otp-input {
|
3
|
+
align-items: center;
|
4
|
+
display: flex;
|
5
|
+
justify-content: center;
|
6
|
+
padding: 0.5rem 0;
|
7
|
+
position: relative;
|
8
|
+
}
|
9
|
+
.v-otp-input {
|
10
|
+
border-radius: 4px;
|
11
|
+
}
|
12
|
+
.v-otp-input .v-field {
|
13
|
+
height: 100%;
|
14
|
+
}
|
15
|
+
.v-otp-input__divider {
|
16
|
+
margin: 0 8px;
|
17
|
+
}
|
18
|
+
.v-otp-input__content {
|
19
|
+
align-items: center;
|
20
|
+
display: flex;
|
21
|
+
gap: 0.5rem;
|
22
|
+
height: 64px;
|
23
|
+
padding: 0.5rem;
|
24
|
+
justify-content: center;
|
25
|
+
max-width: 320px;
|
26
|
+
position: relative;
|
27
|
+
border-radius: inherit;
|
28
|
+
}
|
29
|
+
.v-otp-input--divided .v-otp-input__content {
|
30
|
+
max-width: 360px;
|
31
|
+
}
|
32
|
+
.v-otp-input__field {
|
33
|
+
color: inherit;
|
34
|
+
font-size: 1.25rem;
|
35
|
+
height: 100%;
|
36
|
+
outline: none;
|
37
|
+
text-align: center;
|
38
|
+
width: 100%;
|
39
|
+
}
|
40
|
+
.v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
|
41
|
+
-webkit-appearance: none;
|
42
|
+
margin: 0;
|
43
|
+
}
|
44
|
+
.v-otp-input__field[type=number] {
|
45
|
+
-moz-appearance: textfield;
|
46
|
+
}
|
47
|
+
.v-otp-input__loader {
|
48
|
+
align-items: center;
|
49
|
+
display: flex;
|
50
|
+
height: 100%;
|
51
|
+
justify-content: center;
|
52
|
+
width: 100%;
|
53
|
+
}
|
54
|
+
.v-otp-input__loader .v-progress-linear {
|
55
|
+
position: absolute;
|
56
|
+
}
|
59
57
|
}
|
@@ -8,7 +8,7 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
8
8
|
type ClassValue = any;
|
9
9
|
|
10
10
|
declare const VOtpInput: {
|
11
|
-
new (...args: any[]): vue.
|
11
|
+
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
12
12
|
length: string | number;
|
13
13
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
14
14
|
type: "number" | "text" | "password";
|
@@ -57,59 +57,14 @@ declare const VOtpInput: {
|
|
57
57
|
blur: () => void;
|
58
58
|
focus: () => void;
|
59
59
|
reset: () => void;
|
60
|
-
isFocused: vue.Ref<boolean> & {
|
60
|
+
isFocused: vue.Ref<boolean, boolean> & {
|
61
61
|
readonly externalValue: boolean;
|
62
62
|
};
|
63
63
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
64
64
|
finish: (val: string) => true;
|
65
65
|
'update:focused': (val: boolean) => true;
|
66
66
|
'update:modelValue': (val: string) => true;
|
67
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
68
|
-
length: string | number;
|
69
|
-
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
70
|
-
type: "number" | "text" | "password";
|
71
|
-
error: boolean;
|
72
|
-
label: string;
|
73
|
-
style: vue.StyleValue;
|
74
|
-
autofocus: boolean;
|
75
|
-
disabled: boolean;
|
76
|
-
focused: boolean;
|
77
|
-
focusAll: boolean;
|
78
|
-
} & {
|
79
|
-
height?: string | number | undefined;
|
80
|
-
width?: string | number | undefined;
|
81
|
-
color?: string | undefined;
|
82
|
-
maxHeight?: string | number | undefined;
|
83
|
-
maxWidth?: string | number | undefined;
|
84
|
-
minHeight?: string | number | undefined;
|
85
|
-
minWidth?: string | number | undefined;
|
86
|
-
loading?: string | boolean | undefined;
|
87
|
-
class?: any;
|
88
|
-
theme?: string | undefined;
|
89
|
-
placeholder?: string | undefined;
|
90
|
-
divider?: string | undefined;
|
91
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
92
|
-
modelValue?: string | number | undefined;
|
93
|
-
rounded?: string | number | boolean | undefined;
|
94
|
-
baseColor?: string | undefined;
|
95
|
-
bgColor?: string | undefined;
|
96
|
-
} & {
|
97
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
98
|
-
default?: (() => vue.VNodeChild) | undefined;
|
99
|
-
loader?: (() => vue.VNodeChild) | undefined;
|
100
|
-
};
|
101
|
-
'v-slots'?: {
|
102
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
103
|
-
loader?: false | (() => vue.VNodeChild) | undefined;
|
104
|
-
} | undefined;
|
105
|
-
} & {
|
106
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
107
|
-
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
108
|
-
} & {
|
109
|
-
"onUpdate:focused"?: ((val: boolean) => any) | undefined;
|
110
|
-
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
111
|
-
onFinish?: ((val: string) => any) | undefined;
|
112
|
-
}, {
|
67
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
113
68
|
length: string | number;
|
114
69
|
variant: "filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
115
70
|
type: "number" | "text" | "password";
|
@@ -125,7 +80,7 @@ declare const VOtpInput: {
|
|
125
80
|
}, true, {}, vue.SlotsType<Partial<{
|
126
81
|
default: () => vue.VNode[];
|
127
82
|
loader: () => vue.VNode[];
|
128
|
-
}>>, {
|
83
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
129
84
|
P: {};
|
130
85
|
B: {};
|
131
86
|
D: {};
|
@@ -181,7 +136,7 @@ declare const VOtpInput: {
|
|
181
136
|
blur: () => void;
|
182
137
|
focus: () => void;
|
183
138
|
reset: () => void;
|
184
|
-
isFocused: vue.Ref<boolean> & {
|
139
|
+
isFocused: vue.Ref<boolean, boolean> & {
|
185
140
|
readonly externalValue: boolean;
|
186
141
|
};
|
187
142
|
}, {}, {}, {}, {
|
@@ -250,7 +205,7 @@ declare const VOtpInput: {
|
|
250
205
|
blur: () => void;
|
251
206
|
focus: () => void;
|
252
207
|
reset: () => void;
|
253
|
-
isFocused: vue.Ref<boolean> & {
|
208
|
+
isFocused: vue.Ref<boolean, boolean> & {
|
254
209
|
readonly externalValue: boolean;
|
255
210
|
};
|
256
211
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
@@ -273,7 +228,7 @@ declare const VOtpInput: {
|
|
273
228
|
}, {}, string, vue.SlotsType<Partial<{
|
274
229
|
default: () => vue.VNode[];
|
275
230
|
loader: () => vue.VNode[];
|
276
|
-
}
|
231
|
+
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
277
232
|
variant: Omit<{
|
278
233
|
type: PropType<"filled" | "underlined" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled">;
|
279
234
|
default: string;
|