@vuetify/nightly 3.7.4-next.2024-11-06 → 3.7.5-master.2024-12-03
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +1561 -1561
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +120 -120
- package/dist/json/web-types.json +2945 -2945
- package/dist/vuetify-labs.css +25432 -23715
- package/dist/vuetify-labs.d.ts +14220 -3389
- package/dist/vuetify-labs.esm.js +73 -70
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +73 -70
- package/dist/vuetify-labs.min.css +4 -3
- package/dist/vuetify.css +23969 -22249
- package/dist/vuetify.d.ts +11832 -2652
- package/dist/vuetify.esm.js +62 -60
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +62 -60
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +4 -3
- package/dist/vuetify.min.js +37 -37
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +215 -207
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +86 -8
- package/lib/components/VApp/VApp.css +15 -16
- package/lib/components/VApp/index.d.mts +20 -4
- package/lib/components/VAppBar/VAppBar.css +12 -14
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +148 -12
- package/lib/components/VAutocomplete/VAutocomplete.css +85 -86
- package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +1396 -237
- package/lib/components/VAvatar/VAvatar.css +106 -108
- package/lib/components/VAvatar/index.d.mts +31 -4
- package/lib/components/VBadge/VBadge.css +77 -73
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/VBadge.sass +4 -0
- package/lib/components/VBadge/index.d.mts +41 -4
- package/lib/components/VBanner/VBanner.css +166 -161
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +88 -12
- package/lib/components/VBottomNavigation/VBottomNavigation.css +63 -64
- package/lib/components/VBottomNavigation/index.d.mts +32 -4
- package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +88 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +65 -12
- package/lib/components/VBtn/VBtn.css +408 -385
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +72 -4
- package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +28 -4
- package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +24 -4
- package/lib/components/VCard/VCard.css +302 -294
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +190 -24
- package/lib/components/VCarousel/VCarousel.css +65 -63
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +86 -8
- package/lib/components/VCheckbox/VCheckbox.css +5 -7
- package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +90 -8
- package/lib/components/VChip/VChip.css +411 -378
- package/lib/components/VChip/VChip.mjs +4 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +113 -12
- package/lib/components/VChipGroup/VChipGroup.css +18 -19
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/index.d.mts +28 -4
- package/lib/components/VCode/VCode.css +8 -10
- package/lib/components/VCode/index.d.mts +18 -4
- package/lib/components/VColorPicker/VColorPicker.css +22 -22
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
- package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
- package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
- package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VColorPicker/index.d.mts +68 -4
- package/lib/components/VCombobox/VCombobox.css +85 -86
- package/lib/components/VCombobox/VCombobox.mjs +5 -5
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +1396 -237
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +9 -7
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +2 -2
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +16 -13
- package/lib/components/VCounter/VCounter.css +5 -7
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +31 -9
- package/lib/components/VDataIterator/index.d.mts +56 -12
- package/lib/components/VDataTable/VDataTable.css +186 -189
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTable.sass +10 -20
- package/lib/components/VDataTable/VDataTableFooter.css +31 -33
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/index.d.mts +388 -36
- package/lib/components/VDatePicker/VDatePicker.css +6 -8
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.css +56 -54
- package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
- package/lib/components/VDatePicker/VDatePickerHeader.mjs +2 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +281 -29
- package/lib/components/VDefaultsProvider/index.d.mts +20 -4
- package/lib/components/VDialog/VDialog.css +95 -95
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +389 -143
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VDivider/index.d.mts +24 -4
- package/lib/components/VEmptyState/VEmptyState.css +67 -62
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +66 -4
- package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +152 -16
- package/lib/components/VFab/VFab.css +69 -74
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/VFab.sass +4 -5
- package/lib/components/VFab/index.d.mts +78 -9
- package/lib/components/VField/VField.css +579 -539
- package/lib/components/VField/VField.mjs +3 -2
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +59 -11
- package/lib/components/VFileInput/VFileInput.css +29 -31
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +256 -71
- package/lib/components/VFooter/VFooter.css +36 -38
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +29 -4
- package/lib/components/VForm/index.d.mts +175 -267
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/VGrid.css +592 -565
- package/lib/components/VGrid/index.d.mts +118 -16
- package/lib/components/VHover/index.d.mts +33 -4
- package/lib/components/VIcon/VIcon.css +52 -51
- package/lib/components/VIcon/index.d.mts +75 -17
- package/lib/components/VImg/VImg.css +51 -50
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +74 -19
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +46 -4
- package/lib/components/VInput/VInput.css +142 -131
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/index.d.mts +37 -4
- package/lib/components/VItemGroup/VItemGroup.css +5 -7
- package/lib/components/VItemGroup/index.d.mts +65 -8
- package/lib/components/VKbd/VKbd.css +11 -13
- package/lib/components/VKbd/index.d.mts +18 -4
- package/lib/components/VLabel/VLabel.css +15 -16
- package/lib/components/VLabel/index.d.mts +20 -4
- package/lib/components/VLayout/VLayout.css +8 -10
- package/lib/components/VLayout/VLayoutItem.css +7 -8
- package/lib/components/VLayout/index.d.mts +48 -8
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +31 -4
- package/lib/components/VList/VList.css +108 -104
- package/lib/components/VList/VList.mjs +4 -3
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.css +452 -440
- package/lib/components/VList/VListItem.mjs +4 -3
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -2
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +301 -58
- package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
- package/lib/components/VLocaleProvider/index.d.mts +21 -4
- package/lib/components/VMain/VMain.css +30 -32
- package/lib/components/VMain/index.d.mts +25 -4
- package/lib/components/VMenu/VMenu.css +19 -21
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/index.d.mts +397 -155
- package/lib/components/VMessages/VMessages.css +15 -17
- package/lib/components/VMessages/index.d.mts +27 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +108 -106
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +62 -7
- package/lib/components/VOtpInput/VOtpInput.css +58 -56
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +52 -7
- package/lib/components/VOverlay/VOverlay.css +63 -60
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.sass +13 -14
- package/lib/components/VOverlay/index.d.mts +101 -19
- package/lib/components/VPagination/VPagination.css +8 -10
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +64 -4
- package/lib/components/VParallax/VParallax.css +6 -8
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +27 -4
- package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
- package/lib/components/VProgressCircular/index.d.mts +34 -4
- package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
- package/lib/components/VProgressLinear/index.d.mts +54 -4
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +68 -4
- package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/index.d.mts +48 -4
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +107 -4
- package/lib/components/VRating/VRating.css +53 -52
- package/lib/components/VRating/VRating.mjs +1 -1
- package/lib/components/VRating/index.d.mts +42 -4
- package/lib/components/VResponsive/VResponsive.css +26 -25
- package/lib/components/VResponsive/index.d.mts +29 -4
- package/lib/components/VSelect/VSelect.css +52 -54
- package/lib/components/VSelect/VSelect.mjs +4 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +1388 -236
- package/lib/components/VSelectionControl/VSelectionControl.css +102 -100
- package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
- package/lib/components/VSelectionControl/index.d.mts +37 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
- package/lib/components/VSelectionControlGroup/index.d.mts +26 -4
- package/lib/components/VSheet/VSheet.css +36 -38
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +32 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +28 -4
- package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
- package/lib/components/VSlideGroup/index.d.mts +70 -14
- package/lib/components/VSlider/VSlider.css +57 -53
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.css +153 -142
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/VSliderTrack.css +174 -155
- package/lib/components/VSlider/index.d.mts +106 -4
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +398 -152
- package/lib/components/VSparkline/VBarline.mjs +2 -1
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +2 -1
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +49 -4
- package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +85 -4
- package/lib/components/VStepper/VStepper.css +56 -55
- package/lib/components/VStepper/VStepper.mjs +6 -5
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperItem.css +115 -112
- package/lib/components/VStepper/VStepperItem.mjs +6 -5
- package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +301 -69
- package/lib/components/VSwitch/VSwitch.css +139 -129
- package/lib/components/VSwitch/VSwitch.mjs +1 -1
- package/lib/components/VSwitch/index.d.mts +59 -4
- package/lib/components/VSystemBar/VSystemBar.css +43 -45
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +28 -4
- package/lib/components/VTable/VTable.css +141 -140
- package/lib/components/VTable/VTable.sass +2 -4
- package/lib/components/VTable/index.d.mts +33 -4
- package/lib/components/VTabs/VTab.css +29 -30
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.css +65 -59
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +394 -98
- package/lib/components/VTextField/VTextField.css +68 -65
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +374 -152
- package/lib/components/VTextarea/VTextarea.css +39 -47
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.sass +2 -4
- package/lib/components/VTextarea/index.d.mts +244 -71
- package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
- package/lib/components/VThemeProvider/index.d.mts +20 -4
- package/lib/components/VTimeline/VTimeline.css +418 -379
- package/lib/components/VTimeline/VTimeline.mjs +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +75 -8
- package/lib/components/VToolbar/VToolbar.css +143 -136
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +90 -12
- package/lib/components/VTooltip/VTooltip.css +21 -25
- package/lib/components/VTooltip/VTooltip.mjs +1 -1
- package/lib/components/VTooltip/VTooltip.sass +6 -8
- package/lib/components/VTooltip/index.d.mts +386 -147
- package/lib/components/VValidation/index.d.mts +24 -10
- package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +15 -4
- package/lib/components/VWindow/VWindow.css +70 -73
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +47 -8
- package/lib/components/index.d.mts +11793 -2613
- package/lib/components/transitions/dialog-transition.mjs +2 -1
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +309 -64
- package/lib/composables/form.mjs +7 -2
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/theme.mjs +4 -4
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/validation.mjs +10 -12
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/composables/virtual.mjs +1 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.css +36 -38
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VCalendar/VCalendar.css +225 -219
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.css +32 -33
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
- package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
- package/lib/labs/VCalendar/index.d.mts +211 -24
- package/lib/labs/VDateInput/VDateInput.mjs +2 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +115 -4
- package/lib/labs/VNumberInput/VNumberInput.css +38 -40
- package/lib/labs/VNumberInput/VNumberInput.mjs +8 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +1267 -564
- package/lib/labs/VPicker/VPicker.css +57 -53
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +63 -8
- package/lib/labs/VPullToRefresh/index.d.mts +35 -4
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +453 -156
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +271 -56
- package/lib/labs/VTimePicker/VTimePicker.css +7 -9
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
- package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +122 -12
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +15 -17
- package/lib/labs/VTreeview/VTreeviewItem.mjs +4 -5
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +1 -2
- package/lib/labs/VTreeview/index.d.mts +225 -38
- package/lib/labs/components.d.mts +2940 -1043
- package/lib/locale/fr.mjs +1 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +1 -13
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +16139 -14666
- package/lib/styles/settings/_utilities.scss +5 -0
- package/lib/styles/settings/_variables.scss +2 -1
- package/lib/styles/tools/_bootable.sass +3 -0
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +10 -0
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +2 -0
- package/lib/styles/tools/_layer.scss +2 -4
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_radius.sass +10 -0
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +5 -1
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/package.json +4 -5
@@ -1,4 +1,3 @@
|
|
1
|
-
import * as _vue_reactivity from '@vue/reactivity';
|
2
1
|
import * as vue from 'vue';
|
3
2
|
import { ComponentPropsOptions, ExtractPropTypes, ComponentInternalInstance, Ref, ComputedRef, DirectiveBinding, PropType, ComponentPublicInstance, FunctionalComponent } from 'vue';
|
4
3
|
// @ts-ignore
|
@@ -75,7 +74,7 @@ declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined"
|
|
75
74
|
type Variant = typeof allowedVariants[number];
|
76
75
|
|
77
76
|
declare const VTab: {
|
78
|
-
new (...args: any[]): vue.
|
77
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
79
78
|
replace: boolean;
|
80
79
|
fixed: boolean;
|
81
80
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -225,7 +224,75 @@ declare const VTab: {
|
|
225
224
|
"onGroup:selected"?: ((val: {
|
226
225
|
value: boolean;
|
227
226
|
}) => any) | undefined;
|
228
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
227
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
228
|
+
symbol: any;
|
229
|
+
replace: boolean;
|
230
|
+
flat: boolean;
|
231
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
232
|
+
exact: boolean;
|
233
|
+
block: boolean;
|
234
|
+
style: vue.StyleValue;
|
235
|
+
disabled: boolean;
|
236
|
+
size: string | number;
|
237
|
+
readonly: boolean;
|
238
|
+
tag: string;
|
239
|
+
tile: boolean;
|
240
|
+
density: Density;
|
241
|
+
slim: boolean;
|
242
|
+
stacked: boolean;
|
243
|
+
ripple: boolean | {
|
244
|
+
class: string;
|
245
|
+
} | undefined;
|
246
|
+
} & {
|
247
|
+
location?: Anchor | null | undefined;
|
248
|
+
height?: string | number | undefined;
|
249
|
+
width?: string | number | undefined;
|
250
|
+
active?: boolean | undefined;
|
251
|
+
border?: string | number | boolean | undefined;
|
252
|
+
color?: string | undefined;
|
253
|
+
maxHeight?: string | number | undefined;
|
254
|
+
maxWidth?: string | number | undefined;
|
255
|
+
minHeight?: string | number | undefined;
|
256
|
+
minWidth?: string | number | undefined;
|
257
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
258
|
+
value?: any;
|
259
|
+
loading?: string | boolean | undefined;
|
260
|
+
text?: string | undefined;
|
261
|
+
class?: any;
|
262
|
+
theme?: string | undefined;
|
263
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
264
|
+
icon?: boolean | IconValue | undefined;
|
265
|
+
href?: string | undefined;
|
266
|
+
elevation?: string | number | undefined;
|
267
|
+
rounded?: string | number | boolean | undefined;
|
268
|
+
baseColor?: string | undefined;
|
269
|
+
selectedClass?: string | undefined;
|
270
|
+
activeColor?: string | undefined;
|
271
|
+
prependIcon?: IconValue | undefined;
|
272
|
+
appendIcon?: IconValue | undefined;
|
273
|
+
} & {
|
274
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
275
|
+
default?: (() => vue.VNodeChild) | undefined;
|
276
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
277
|
+
append?: (() => vue.VNodeChild) | undefined;
|
278
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
279
|
+
};
|
280
|
+
'v-slots'?: {
|
281
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
282
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
283
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
284
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
285
|
+
} | undefined;
|
286
|
+
} & {
|
287
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
288
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
289
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
290
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
291
|
+
} & {
|
292
|
+
"onGroup:selected"?: ((val: {
|
293
|
+
value: boolean;
|
294
|
+
}) => any) | undefined;
|
295
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
229
296
|
$attrs: {
|
230
297
|
[x: string]: unknown;
|
231
298
|
};
|
@@ -240,7 +307,6 @@ declare const VTab: {
|
|
240
307
|
}>;
|
241
308
|
$root: vue.ComponentPublicInstance | null;
|
242
309
|
$parent: vue.ComponentPublicInstance | null;
|
243
|
-
$host: Element | null;
|
244
310
|
$emit: (event: "group:selected", val: {
|
245
311
|
value: boolean;
|
246
312
|
}) => void;
|
@@ -345,7 +411,7 @@ declare const VTab: {
|
|
345
411
|
prepend: () => vue.VNode[];
|
346
412
|
append: () => vue.VNode[];
|
347
413
|
loader: () => vue.VNode[];
|
348
|
-
}
|
414
|
+
}>>> & {
|
349
415
|
beforeCreate?: (() => void) | (() => void)[];
|
350
416
|
created?: (() => void) | (() => void)[];
|
351
417
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -364,21 +430,19 @@ declare const VTab: {
|
|
364
430
|
};
|
365
431
|
$forceUpdate: () => void;
|
366
432
|
$nextTick: typeof vue.nextTick;
|
367
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R
|
368
|
-
} &
|
433
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
434
|
+
} & Omit<{
|
369
435
|
symbol: any;
|
370
436
|
replace: boolean;
|
371
437
|
flat: boolean;
|
372
438
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
373
439
|
exact: boolean;
|
374
440
|
block: boolean;
|
375
|
-
active: boolean;
|
376
441
|
style: vue.StyleValue;
|
377
442
|
disabled: boolean;
|
378
443
|
size: string | number;
|
379
444
|
readonly: boolean;
|
380
445
|
tag: string;
|
381
|
-
rounded: string | number | boolean;
|
382
446
|
tile: boolean;
|
383
447
|
density: Density;
|
384
448
|
slim: boolean;
|
@@ -386,13 +450,67 @@ declare const VTab: {
|
|
386
450
|
ripple: boolean | {
|
387
451
|
class: string;
|
388
452
|
} | undefined;
|
389
|
-
}
|
390
|
-
|
453
|
+
} & {
|
454
|
+
location?: Anchor | null | undefined;
|
455
|
+
height?: string | number | undefined;
|
456
|
+
width?: string | number | undefined;
|
457
|
+
active?: boolean | undefined;
|
458
|
+
border?: string | number | boolean | undefined;
|
459
|
+
color?: string | undefined;
|
460
|
+
maxHeight?: string | number | undefined;
|
461
|
+
maxWidth?: string | number | undefined;
|
462
|
+
minHeight?: string | number | undefined;
|
463
|
+
minWidth?: string | number | undefined;
|
464
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
465
|
+
value?: any;
|
466
|
+
loading?: string | boolean | undefined;
|
467
|
+
text?: string | undefined;
|
468
|
+
class?: any;
|
469
|
+
theme?: string | undefined;
|
470
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
471
|
+
icon?: boolean | IconValue | undefined;
|
472
|
+
href?: string | undefined;
|
473
|
+
elevation?: string | number | undefined;
|
474
|
+
rounded?: string | number | boolean | undefined;
|
475
|
+
baseColor?: string | undefined;
|
476
|
+
selectedClass?: string | undefined;
|
477
|
+
activeColor?: string | undefined;
|
478
|
+
prependIcon?: IconValue | undefined;
|
479
|
+
appendIcon?: IconValue | undefined;
|
480
|
+
} & {
|
481
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
482
|
+
default?: (() => vue.VNodeChild) | undefined;
|
483
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
484
|
+
append?: (() => vue.VNodeChild) | undefined;
|
485
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
486
|
+
};
|
487
|
+
'v-slots'?: {
|
488
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
489
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
490
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
491
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
492
|
+
} | undefined;
|
493
|
+
} & {
|
494
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
495
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
496
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
497
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
498
|
+
} & {
|
499
|
+
"onGroup:selected"?: ((val: {
|
500
|
+
value: boolean;
|
501
|
+
}) => any) | undefined;
|
502
|
+
}, "group"> & vue.ShallowUnwrapRef<{
|
503
|
+
group: GroupItemProvide | null;
|
504
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
|
505
|
+
_allExposed: {
|
506
|
+
group: GroupItemProvide | null;
|
507
|
+
} | {};
|
508
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
391
509
|
replace: boolean;
|
392
|
-
|
510
|
+
fixed: boolean;
|
393
511
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
394
512
|
exact: boolean;
|
395
|
-
|
513
|
+
direction: "horizontal" | "vertical";
|
396
514
|
style: vue.StyleValue;
|
397
515
|
disabled: boolean;
|
398
516
|
size: string | number;
|
@@ -400,23 +518,22 @@ declare const VTab: {
|
|
400
518
|
tag: string;
|
401
519
|
tile: boolean;
|
402
520
|
density: Density;
|
521
|
+
selectedClass: string;
|
403
522
|
slim: boolean;
|
404
523
|
stacked: boolean;
|
405
524
|
ripple: boolean | {
|
406
525
|
class: string;
|
407
526
|
} | undefined;
|
527
|
+
hideSlider: boolean;
|
408
528
|
} & {
|
409
|
-
location?: Anchor | null | undefined;
|
410
529
|
height?: string | number | undefined;
|
411
530
|
width?: string | number | undefined;
|
412
|
-
active?: boolean | undefined;
|
413
531
|
border?: string | number | boolean | undefined;
|
414
532
|
color?: string | undefined;
|
415
533
|
maxHeight?: string | number | undefined;
|
416
534
|
maxWidth?: string | number | undefined;
|
417
535
|
minHeight?: string | number | undefined;
|
418
536
|
minWidth?: string | number | undefined;
|
419
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
420
537
|
value?: any;
|
421
538
|
loading?: string | boolean | undefined;
|
422
539
|
text?: string | undefined;
|
@@ -428,10 +545,10 @@ declare const VTab: {
|
|
428
545
|
elevation?: string | number | undefined;
|
429
546
|
rounded?: string | number | boolean | undefined;
|
430
547
|
baseColor?: string | undefined;
|
431
|
-
selectedClass?: string | undefined;
|
432
548
|
activeColor?: string | undefined;
|
433
549
|
prependIcon?: IconValue | undefined;
|
434
550
|
appendIcon?: IconValue | undefined;
|
551
|
+
sliderColor?: string | undefined;
|
435
552
|
} & {
|
436
553
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
437
554
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -450,17 +567,7 @@ declare const VTab: {
|
|
450
567
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
451
568
|
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
452
569
|
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
453
|
-
}
|
454
|
-
"onGroup:selected"?: ((val: {
|
455
|
-
value: boolean;
|
456
|
-
}) => any) | undefined;
|
457
|
-
}, "group" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple")> & vue.ShallowUnwrapRef<{
|
458
|
-
group: GroupItemProvide | null;
|
459
|
-
}> & {} & vue.ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
|
460
|
-
_allExposed: {
|
461
|
-
group: GroupItemProvide | null;
|
462
|
-
} | {};
|
463
|
-
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
570
|
+
}, {
|
464
571
|
replace: boolean;
|
465
572
|
fixed: boolean;
|
466
573
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
@@ -486,7 +593,7 @@ declare const VTab: {
|
|
486
593
|
prepend: () => vue.VNode[];
|
487
594
|
append: () => vue.VNode[];
|
488
595
|
loader: () => vue.VNode[];
|
489
|
-
}>>,
|
596
|
+
}>>, {
|
490
597
|
P: {};
|
491
598
|
B: {};
|
492
599
|
D: {};
|
@@ -643,7 +750,75 @@ declare const VTab: {
|
|
643
750
|
"onGroup:selected"?: ((val: {
|
644
751
|
value: boolean;
|
645
752
|
}) => any) | undefined;
|
646
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
753
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
754
|
+
symbol: any;
|
755
|
+
replace: boolean;
|
756
|
+
flat: boolean;
|
757
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
758
|
+
exact: boolean;
|
759
|
+
block: boolean;
|
760
|
+
style: vue.StyleValue;
|
761
|
+
disabled: boolean;
|
762
|
+
size: string | number;
|
763
|
+
readonly: boolean;
|
764
|
+
tag: string;
|
765
|
+
tile: boolean;
|
766
|
+
density: Density;
|
767
|
+
slim: boolean;
|
768
|
+
stacked: boolean;
|
769
|
+
ripple: boolean | {
|
770
|
+
class: string;
|
771
|
+
} | undefined;
|
772
|
+
} & {
|
773
|
+
location?: Anchor | null | undefined;
|
774
|
+
height?: string | number | undefined;
|
775
|
+
width?: string | number | undefined;
|
776
|
+
active?: boolean | undefined;
|
777
|
+
border?: string | number | boolean | undefined;
|
778
|
+
color?: string | undefined;
|
779
|
+
maxHeight?: string | number | undefined;
|
780
|
+
maxWidth?: string | number | undefined;
|
781
|
+
minHeight?: string | number | undefined;
|
782
|
+
minWidth?: string | number | undefined;
|
783
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
784
|
+
value?: any;
|
785
|
+
loading?: string | boolean | undefined;
|
786
|
+
text?: string | undefined;
|
787
|
+
class?: any;
|
788
|
+
theme?: string | undefined;
|
789
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
790
|
+
icon?: boolean | IconValue | undefined;
|
791
|
+
href?: string | undefined;
|
792
|
+
elevation?: string | number | undefined;
|
793
|
+
rounded?: string | number | boolean | undefined;
|
794
|
+
baseColor?: string | undefined;
|
795
|
+
selectedClass?: string | undefined;
|
796
|
+
activeColor?: string | undefined;
|
797
|
+
prependIcon?: IconValue | undefined;
|
798
|
+
appendIcon?: IconValue | undefined;
|
799
|
+
} & {
|
800
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
801
|
+
default?: (() => vue.VNodeChild) | undefined;
|
802
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
803
|
+
append?: (() => vue.VNodeChild) | undefined;
|
804
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
805
|
+
};
|
806
|
+
'v-slots'?: {
|
807
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
808
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
809
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
810
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
811
|
+
} | undefined;
|
812
|
+
} & {
|
813
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
814
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
815
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
816
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
817
|
+
} & {
|
818
|
+
"onGroup:selected"?: ((val: {
|
819
|
+
value: boolean;
|
820
|
+
}) => any) | undefined;
|
821
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
647
822
|
$attrs: {
|
648
823
|
[x: string]: unknown;
|
649
824
|
};
|
@@ -658,7 +833,6 @@ declare const VTab: {
|
|
658
833
|
}>;
|
659
834
|
$root: vue.ComponentPublicInstance | null;
|
660
835
|
$parent: vue.ComponentPublicInstance | null;
|
661
|
-
$host: Element | null;
|
662
836
|
$emit: (event: "group:selected", val: {
|
663
837
|
value: boolean;
|
664
838
|
}) => void;
|
@@ -763,7 +937,7 @@ declare const VTab: {
|
|
763
937
|
prepend: () => vue.VNode[];
|
764
938
|
append: () => vue.VNode[];
|
765
939
|
loader: () => vue.VNode[];
|
766
|
-
}
|
940
|
+
}>>> & {
|
767
941
|
beforeCreate?: (() => void) | (() => void)[];
|
768
942
|
created?: (() => void) | (() => void)[];
|
769
943
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -782,29 +956,8 @@ declare const VTab: {
|
|
782
956
|
};
|
783
957
|
$forceUpdate: () => void;
|
784
958
|
$nextTick: typeof vue.nextTick;
|
785
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R
|
786
|
-
} &
|
787
|
-
symbol: any;
|
788
|
-
replace: boolean;
|
789
|
-
flat: boolean;
|
790
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
791
|
-
exact: boolean;
|
792
|
-
block: boolean;
|
793
|
-
active: boolean;
|
794
|
-
style: vue.StyleValue;
|
795
|
-
disabled: boolean;
|
796
|
-
size: string | number;
|
797
|
-
readonly: boolean;
|
798
|
-
tag: string;
|
799
|
-
rounded: string | number | boolean;
|
800
|
-
tile: boolean;
|
801
|
-
density: Density;
|
802
|
-
slim: boolean;
|
803
|
-
stacked: boolean;
|
804
|
-
ripple: boolean | {
|
805
|
-
class: string;
|
806
|
-
} | undefined;
|
807
|
-
}> & Omit<{
|
959
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
960
|
+
} & Omit<{
|
808
961
|
symbol: any;
|
809
962
|
replace: boolean;
|
810
963
|
flat: boolean;
|
@@ -872,9 +1025,9 @@ declare const VTab: {
|
|
872
1025
|
"onGroup:selected"?: ((val: {
|
873
1026
|
value: boolean;
|
874
1027
|
}) => any) | undefined;
|
875
|
-
}, "group"
|
1028
|
+
}, "group"> & vue.ShallowUnwrapRef<{
|
876
1029
|
group: GroupItemProvide | null;
|
877
|
-
}> & {} & vue.ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" |
|
1030
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
|
878
1031
|
_allExposed: {
|
879
1032
|
group: GroupItemProvide | null;
|
880
1033
|
} | {};
|
@@ -1053,7 +1206,75 @@ declare const VTab: {
|
|
1053
1206
|
"onGroup:selected"?: ((val: {
|
1054
1207
|
value: boolean;
|
1055
1208
|
}) => any) | undefined;
|
1056
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1209
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1210
|
+
symbol: any;
|
1211
|
+
replace: boolean;
|
1212
|
+
flat: boolean;
|
1213
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1214
|
+
exact: boolean;
|
1215
|
+
block: boolean;
|
1216
|
+
style: vue.StyleValue;
|
1217
|
+
disabled: boolean;
|
1218
|
+
size: string | number;
|
1219
|
+
readonly: boolean;
|
1220
|
+
tag: string;
|
1221
|
+
tile: boolean;
|
1222
|
+
density: Density;
|
1223
|
+
slim: boolean;
|
1224
|
+
stacked: boolean;
|
1225
|
+
ripple: boolean | {
|
1226
|
+
class: string;
|
1227
|
+
} | undefined;
|
1228
|
+
} & {
|
1229
|
+
location?: Anchor | null | undefined;
|
1230
|
+
height?: string | number | undefined;
|
1231
|
+
width?: string | number | undefined;
|
1232
|
+
active?: boolean | undefined;
|
1233
|
+
border?: string | number | boolean | undefined;
|
1234
|
+
color?: string | undefined;
|
1235
|
+
maxHeight?: string | number | undefined;
|
1236
|
+
maxWidth?: string | number | undefined;
|
1237
|
+
minHeight?: string | number | undefined;
|
1238
|
+
minWidth?: string | number | undefined;
|
1239
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
1240
|
+
value?: any;
|
1241
|
+
loading?: string | boolean | undefined;
|
1242
|
+
text?: string | undefined;
|
1243
|
+
class?: any;
|
1244
|
+
theme?: string | undefined;
|
1245
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1246
|
+
icon?: boolean | IconValue | undefined;
|
1247
|
+
href?: string | undefined;
|
1248
|
+
elevation?: string | number | undefined;
|
1249
|
+
rounded?: string | number | boolean | undefined;
|
1250
|
+
baseColor?: string | undefined;
|
1251
|
+
selectedClass?: string | undefined;
|
1252
|
+
activeColor?: string | undefined;
|
1253
|
+
prependIcon?: IconValue | undefined;
|
1254
|
+
appendIcon?: IconValue | undefined;
|
1255
|
+
} & {
|
1256
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1257
|
+
default?: (() => vue.VNodeChild) | undefined;
|
1258
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
1259
|
+
append?: (() => vue.VNodeChild) | undefined;
|
1260
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
1261
|
+
};
|
1262
|
+
'v-slots'?: {
|
1263
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
1264
|
+
prepend?: false | (() => vue.VNodeChild) | undefined;
|
1265
|
+
append?: false | (() => vue.VNodeChild) | undefined;
|
1266
|
+
loader?: false | (() => vue.VNodeChild) | undefined;
|
1267
|
+
} | undefined;
|
1268
|
+
} & {
|
1269
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1270
|
+
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
1271
|
+
"v-slot:append"?: false | (() => vue.VNodeChild) | undefined;
|
1272
|
+
"v-slot:loader"?: false | (() => vue.VNodeChild) | undefined;
|
1273
|
+
} & {
|
1274
|
+
"onGroup:selected"?: ((val: {
|
1275
|
+
value: boolean;
|
1276
|
+
}) => any) | undefined;
|
1277
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
1057
1278
|
$attrs: {
|
1058
1279
|
[x: string]: unknown;
|
1059
1280
|
};
|
@@ -1068,7 +1289,6 @@ declare const VTab: {
|
|
1068
1289
|
}>;
|
1069
1290
|
$root: vue.ComponentPublicInstance | null;
|
1070
1291
|
$parent: vue.ComponentPublicInstance | null;
|
1071
|
-
$host: Element | null;
|
1072
1292
|
$emit: (event: "group:selected", val: {
|
1073
1293
|
value: boolean;
|
1074
1294
|
}) => void;
|
@@ -1173,7 +1393,7 @@ declare const VTab: {
|
|
1173
1393
|
prepend: () => vue.VNode[];
|
1174
1394
|
append: () => vue.VNode[];
|
1175
1395
|
loader: () => vue.VNode[];
|
1176
|
-
}
|
1396
|
+
}>>> & {
|
1177
1397
|
beforeCreate?: (() => void) | (() => void)[];
|
1178
1398
|
created?: (() => void) | (() => void)[];
|
1179
1399
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -1192,29 +1412,8 @@ declare const VTab: {
|
|
1192
1412
|
};
|
1193
1413
|
$forceUpdate: () => void;
|
1194
1414
|
$nextTick: typeof vue.nextTick;
|
1195
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R
|
1196
|
-
} &
|
1197
|
-
symbol: any;
|
1198
|
-
replace: boolean;
|
1199
|
-
flat: boolean;
|
1200
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1201
|
-
exact: boolean;
|
1202
|
-
block: boolean;
|
1203
|
-
active: boolean;
|
1204
|
-
style: vue.StyleValue;
|
1205
|
-
disabled: boolean;
|
1206
|
-
size: string | number;
|
1207
|
-
readonly: boolean;
|
1208
|
-
tag: string;
|
1209
|
-
rounded: string | number | boolean;
|
1210
|
-
tile: boolean;
|
1211
|
-
density: Density;
|
1212
|
-
slim: boolean;
|
1213
|
-
stacked: boolean;
|
1214
|
-
ripple: boolean | {
|
1215
|
-
class: string;
|
1216
|
-
} | undefined;
|
1217
|
-
}> & Omit<{
|
1415
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1416
|
+
} & Omit<{
|
1218
1417
|
symbol: any;
|
1219
1418
|
replace: boolean;
|
1220
1419
|
flat: boolean;
|
@@ -1282,9 +1481,9 @@ declare const VTab: {
|
|
1282
1481
|
"onGroup:selected"?: ((val: {
|
1283
1482
|
value: boolean;
|
1284
1483
|
}) => any) | undefined;
|
1285
|
-
}, "group"
|
1484
|
+
}, "group"> & vue.ShallowUnwrapRef<{
|
1286
1485
|
group: GroupItemProvide | null;
|
1287
|
-
}> & {} & vue.ComponentCustomProperties & {}, "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "theme" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" |
|
1486
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "theme" | "ref" | "to" | "icon" | "$children" | "href" | "elevation" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:prepend" | "v-slot:append" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`> & {
|
1288
1487
|
_allExposed: {
|
1289
1488
|
group: GroupItemProvide | null;
|
1290
1489
|
} | {};
|
@@ -1314,7 +1513,7 @@ declare const VTab: {
|
|
1314
1513
|
prepend: () => vue.VNode[];
|
1315
1514
|
append: () => vue.VNode[];
|
1316
1515
|
loader: () => vue.VNode[];
|
1317
|
-
}
|
1516
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1318
1517
|
replace: BooleanConstructor;
|
1319
1518
|
variant: Omit<Omit<{
|
1320
1519
|
type: PropType<Variant>;
|
@@ -1490,7 +1689,7 @@ type VTabsSlot = {
|
|
1490
1689
|
item: TabItem;
|
1491
1690
|
};
|
1492
1691
|
declare const VTabs: {
|
1493
|
-
new (...args: any[]): vue.
|
1692
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
1494
1693
|
symbol: any;
|
1495
1694
|
direction: "horizontal" | "vertical";
|
1496
1695
|
style: vue.StyleValue;
|
@@ -1548,7 +1747,63 @@ declare const VTabs: {
|
|
1548
1747
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
1549
1748
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1550
1749
|
'update:modelValue': (v: unknown) => true;
|
1551
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
1750
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1751
|
+
symbol: any;
|
1752
|
+
direction: "horizontal" | "vertical";
|
1753
|
+
style: vue.StyleValue;
|
1754
|
+
mobile: boolean | null;
|
1755
|
+
disabled: boolean;
|
1756
|
+
multiple: boolean;
|
1757
|
+
tag: string;
|
1758
|
+
mandatory: boolean | "force";
|
1759
|
+
items: readonly TabItem[];
|
1760
|
+
density: Density;
|
1761
|
+
selectedClass: string;
|
1762
|
+
stacked: boolean;
|
1763
|
+
centerActive: boolean;
|
1764
|
+
nextIcon: IconValue;
|
1765
|
+
prevIcon: IconValue;
|
1766
|
+
grow: boolean;
|
1767
|
+
hideSlider: boolean;
|
1768
|
+
alignTabs: "center" | "end" | "start" | "title";
|
1769
|
+
fixedTabs: boolean;
|
1770
|
+
} & {
|
1771
|
+
max?: number | undefined;
|
1772
|
+
height?: string | number | undefined;
|
1773
|
+
color?: string | undefined;
|
1774
|
+
class?: any;
|
1775
|
+
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
1776
|
+
modelValue?: any;
|
1777
|
+
bgColor?: string | undefined;
|
1778
|
+
showArrows?: string | boolean | undefined;
|
1779
|
+
sliderColor?: string | undefined;
|
1780
|
+
} & {
|
1781
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1782
|
+
[x: `tab.${string}`]: ((arg: VTabsSlot) => vue.VNodeChild) | undefined;
|
1783
|
+
[x: `item.${string}`]: ((arg: VTabsSlot) => vue.VNodeChild) | undefined;
|
1784
|
+
default?: (() => vue.VNodeChild) | undefined;
|
1785
|
+
tab?: ((arg: VTabsSlot) => vue.VNodeChild) | undefined;
|
1786
|
+
item?: ((arg: VTabsSlot) => vue.VNodeChild) | undefined;
|
1787
|
+
window?: (() => vue.VNodeChild) | undefined;
|
1788
|
+
};
|
1789
|
+
'v-slots'?: {
|
1790
|
+
[x: `tab.${string}`]: false | ((arg: VTabsSlot) => vue.VNodeChild) | undefined;
|
1791
|
+
[x: `item.${string}`]: false | ((arg: VTabsSlot) => vue.VNodeChild) | undefined;
|
1792
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
1793
|
+
tab?: false | ((arg: VTabsSlot) => vue.VNodeChild) | undefined;
|
1794
|
+
item?: false | ((arg: VTabsSlot) => vue.VNodeChild) | undefined;
|
1795
|
+
window?: false | (() => vue.VNodeChild) | undefined;
|
1796
|
+
} | undefined;
|
1797
|
+
} & {
|
1798
|
+
[x: `v-slot:tab.${string}`]: false | ((arg: VTabsSlot) => vue.VNodeChild) | undefined;
|
1799
|
+
[x: `v-slot:item.${string}`]: false | ((arg: VTabsSlot) => vue.VNodeChild) | undefined;
|
1800
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1801
|
+
"v-slot:tab"?: false | ((arg: VTabsSlot) => vue.VNodeChild) | undefined;
|
1802
|
+
"v-slot:item"?: false | ((arg: VTabsSlot) => vue.VNodeChild) | undefined;
|
1803
|
+
"v-slot:window"?: false | (() => vue.VNodeChild) | undefined;
|
1804
|
+
} & {
|
1805
|
+
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
1806
|
+
}, {
|
1552
1807
|
symbol: any;
|
1553
1808
|
height: string | number;
|
1554
1809
|
direction: "horizontal" | "vertical";
|
@@ -1577,7 +1832,7 @@ declare const VTabs: {
|
|
1577
1832
|
tab: (arg: VTabsSlot) => vue.VNode[];
|
1578
1833
|
item: (arg: VTabsSlot) => vue.VNode[];
|
1579
1834
|
window: () => vue.VNode[];
|
1580
|
-
}>>,
|
1835
|
+
}>>, {
|
1581
1836
|
P: {};
|
1582
1837
|
B: {};
|
1583
1838
|
D: {};
|
@@ -1753,7 +2008,7 @@ declare const VTabs: {
|
|
1753
2008
|
tab: (arg: VTabsSlot) => vue.VNode[];
|
1754
2009
|
item: (arg: VTabsSlot) => vue.VNode[];
|
1755
2010
|
window: () => vue.VNode[];
|
1756
|
-
}
|
2011
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1757
2012
|
tag: {
|
1758
2013
|
type: StringConstructor;
|
1759
2014
|
default: string;
|
@@ -1919,7 +2174,7 @@ declare const VTabs: {
|
|
1919
2174
|
type VTabs = InstanceType<typeof VTabs>;
|
1920
2175
|
|
1921
2176
|
declare const VTabsWindow: {
|
1922
|
-
new (...args: any[]): vue.
|
2177
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
1923
2178
|
reverse: boolean;
|
1924
2179
|
direction: "horizontal" | "vertical";
|
1925
2180
|
style: vue.StyleValue;
|
@@ -1943,7 +2198,29 @@ declare const VTabsWindow: {
|
|
1943
2198
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
1944
2199
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1945
2200
|
'update:modelValue': (v: unknown) => true;
|
1946
|
-
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
2201
|
+
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2202
|
+
reverse: boolean;
|
2203
|
+
direction: "horizontal" | "vertical";
|
2204
|
+
style: vue.StyleValue;
|
2205
|
+
disabled: boolean;
|
2206
|
+
tag: string;
|
2207
|
+
selectedClass: string;
|
2208
|
+
} & {
|
2209
|
+
class?: any;
|
2210
|
+
theme?: string | undefined;
|
2211
|
+
modelValue?: any;
|
2212
|
+
} & {
|
2213
|
+
$children?: vue.VNodeChild | {
|
2214
|
+
default?: (() => vue.VNodeChild) | undefined;
|
2215
|
+
} | (() => vue.VNodeChild);
|
2216
|
+
'v-slots'?: {
|
2217
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
2218
|
+
} | undefined;
|
2219
|
+
} & {
|
2220
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2221
|
+
} & {
|
2222
|
+
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
2223
|
+
}, {
|
1947
2224
|
reverse: boolean;
|
1948
2225
|
direction: "horizontal" | "vertical";
|
1949
2226
|
style: vue.StyleValue;
|
@@ -1952,7 +2229,7 @@ declare const VTabsWindow: {
|
|
1952
2229
|
selectedClass: string;
|
1953
2230
|
}, true, {}, vue.SlotsType<Partial<{
|
1954
2231
|
default: () => vue.VNode[];
|
1955
|
-
}>>,
|
2232
|
+
}>>, {
|
1956
2233
|
P: {};
|
1957
2234
|
B: {};
|
1958
2235
|
D: {};
|
@@ -2025,7 +2302,7 @@ declare const VTabsWindow: {
|
|
2025
2302
|
selectedClass: string;
|
2026
2303
|
}, {}, string, vue.SlotsType<Partial<{
|
2027
2304
|
default: () => vue.VNode[];
|
2028
|
-
}
|
2305
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2029
2306
|
reverse: BooleanConstructor;
|
2030
2307
|
direction: {
|
2031
2308
|
type: vue.PropType<"horizontal" | "vertical">;
|
@@ -2073,7 +2350,7 @@ declare const VTabsWindow: {
|
|
2073
2350
|
type VTabsWindow = InstanceType<typeof VTabsWindow>;
|
2074
2351
|
|
2075
2352
|
declare const VTabsWindowItem: {
|
2076
|
-
new (...args: any[]): vue.
|
2353
|
+
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
2077
2354
|
style: vue.StyleValue;
|
2078
2355
|
eager: boolean;
|
2079
2356
|
disabled: boolean;
|
@@ -2092,7 +2369,26 @@ declare const VTabsWindowItem: {
|
|
2092
2369
|
} | undefined;
|
2093
2370
|
} & {
|
2094
2371
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2095
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps
|
2372
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2373
|
+
style: vue.StyleValue;
|
2374
|
+
eager: boolean;
|
2375
|
+
disabled: boolean;
|
2376
|
+
} & {
|
2377
|
+
transition?: string | boolean | undefined;
|
2378
|
+
value?: any;
|
2379
|
+
class?: any;
|
2380
|
+
selectedClass?: string | undefined;
|
2381
|
+
reverseTransition?: string | boolean | undefined;
|
2382
|
+
} & {
|
2383
|
+
$children?: vue.VNodeChild | {
|
2384
|
+
default?: (() => vue.VNodeChild) | undefined;
|
2385
|
+
} | (() => vue.VNodeChild);
|
2386
|
+
'v-slots'?: {
|
2387
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
2388
|
+
} | undefined;
|
2389
|
+
} & {
|
2390
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2391
|
+
}, {
|
2096
2392
|
transition: string | boolean;
|
2097
2393
|
style: vue.StyleValue;
|
2098
2394
|
eager: boolean;
|
@@ -2100,7 +2396,7 @@ declare const VTabsWindowItem: {
|
|
2100
2396
|
reverseTransition: string | boolean;
|
2101
2397
|
}, true, {}, vue.SlotsType<Partial<{
|
2102
2398
|
default: () => vue.VNode[];
|
2103
|
-
}>>,
|
2399
|
+
}>>, {
|
2104
2400
|
P: {};
|
2105
2401
|
B: {};
|
2106
2402
|
D: {};
|
@@ -2163,7 +2459,7 @@ declare const VTabsWindowItem: {
|
|
2163
2459
|
reverseTransition: string | boolean;
|
2164
2460
|
}, {}, string, vue.SlotsType<Partial<{
|
2165
2461
|
default: () => vue.VNode[];
|
2166
|
-
}
|
2462
|
+
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2167
2463
|
eager: BooleanConstructor;
|
2168
2464
|
value: null;
|
2169
2465
|
disabled: BooleanConstructor;
|