@vuetify/nightly 4.0.0-dev-20230426.0 → 4.0.0-dev-20230427.0
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/CHANGELOG.md +10 -2
- package/dist/json/attributes.json +218 -194
- package/dist/json/importMap.json +12 -12
- package/dist/json/tags.json +7 -1
- package/dist/json/web-types.json +379 -326
- package/dist/vuetify-labs.css +1361 -1362
- package/dist/vuetify-labs.d.ts +5791 -8230
- package/dist/vuetify-labs.esm.js +1286 -1090
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1285 -1089
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +29 -30
- package/dist/vuetify.d.ts +5991 -7516
- package/dist/vuetify.esm.js +1248 -1063
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1247 -1062
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +743 -738
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +1 -1
- package/lib/blueprints/md1.d.ts +1 -1
- package/lib/blueprints/md2.d.ts +1 -1
- package/lib/blueprints/md3.d.ts +1 -1
- package/lib/components/VAlert/VAlert.mjs +6 -4
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +57 -55
- package/lib/components/VApp/VApp.mjs +4 -2
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.ts +22 -13
- package/lib/components/VAppBar/VAppBar.mjs +3 -3
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +7 -4
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +87 -92
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +225 -403
- package/lib/components/VAvatar/VAvatar.mjs +4 -2
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.ts +23 -14
- package/lib/components/VBadge/VBadge.mjs +6 -5
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.ts +27 -22
- package/lib/components/VBanner/VBanner.mjs +6 -4
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +5 -2
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/index.d.ts +92 -66
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +4 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.ts +22 -13
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +35 -18
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +4 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +134 -93
- package/lib/components/VBtn/VBtn.mjs +5 -3
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.ts +33 -36
- package/lib/components/VBtnGroup/VBtnGroup.mjs +4 -1
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +22 -13
- package/lib/components/VBtnToggle/VBtnToggle.mjs +4 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +30 -21
- package/lib/components/VCard/VCard.mjs +5 -3
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardActions.mjs +7 -4
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +5 -2
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +250 -141
- package/lib/components/VCarousel/VCarousel.mjs +3 -3
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +6 -3
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.ts +78 -141
- package/lib/components/VCheckbox/VCheckbox.mjs +3 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +2 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +69 -103
- package/lib/components/VChip/VChip.mjs +7 -8
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +27 -30
- package/lib/components/VChipGroup/VChipGroup.mjs +4 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.ts +22 -13
- package/lib/components/VCode/index.d.ts +30 -17
- package/lib/components/VColorPicker/VColorPicker.mjs +3 -3
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +5 -2
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +6 -3
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +6 -3
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +7 -5
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.ts +34 -1
- package/lib/components/VCombobox/VCombobox.mjs +2 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +225 -403
- package/lib/components/VCounter/VCounter.mjs +4 -1
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.ts +22 -145
- package/lib/components/VDefaultsProvider/index.d.ts +0 -12
- package/lib/components/VDialog/VDialog.mjs +4 -3
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.ts +104 -282
- package/lib/components/VDivider/VDivider.mjs +4 -2
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.ts +22 -13
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +4 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +4 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +4 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.ts +109 -81
- package/lib/components/VField/VField.css +0 -1
- package/lib/components/VField/VField.mjs +9 -6
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +0 -1
- package/lib/components/VField/VFieldLabel.mjs +6 -3
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +119 -70
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +99 -150
- package/lib/components/VFooter/VFooter.mjs +4 -2
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.ts +22 -13
- package/lib/components/VForm/VForm.mjs +5 -2
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.ts +30 -17
- package/lib/components/VGrid/VCol.mjs +4 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +4 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +4 -1
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +104 -60
- package/lib/components/VHover/index.d.ts +20 -44
- package/lib/components/VIcon/VIcon.mjs +4 -2
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.ts +23 -26
- package/lib/components/VImg/VImg.mjs +5 -3
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +26 -29
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +31 -34
- package/lib/components/VItemGroup/VItemGroup.mjs +4 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.ts +30 -33
- package/lib/components/VKbd/index.d.ts +30 -17
- package/lib/components/VLabel/VLabel.mjs +4 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.ts +22 -13
- package/lib/components/VLayout/VLayout.mjs +8 -4
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +4 -2
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.ts +44 -26
- package/lib/components/VLazy/VLazy.mjs +4 -2
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +22 -13
- package/lib/components/VList/VList.mjs +7 -24
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +5 -2
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +4 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +4 -1
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +4 -1
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +5 -3
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +932 -826
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -2
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.ts +30 -17
- package/lib/components/VMain/VMain.mjs +4 -2
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.ts +30 -17
- package/lib/components/VMenu/VMenu.mjs +2 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +104 -282
- package/lib/components/VMessages/VMessages.mjs +4 -2
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.ts +22 -145
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +4 -2
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.ts +26 -29
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.d.ts +3 -13
- package/lib/components/VOverlay/VOverlay.mjs +5 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +38 -45
- package/lib/components/VPagination/VPagination.mjs +4 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.ts +23 -30
- package/lib/components/VParallax/VParallax.mjs +5 -2
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +34 -33
- package/lib/components/VProgressCircular/VProgressCircular.mjs +4 -2
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.ts +22 -13
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -4
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +42 -45
- package/lib/components/VRadio/VRadio.mjs +2 -1
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.ts +27 -38
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +39 -62
- package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +27 -38
- package/lib/components/VRating/VRating.mjs +4 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.ts +23 -18
- package/lib/components/VResponsive/VResponsive.mjs +4 -2
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.ts +43 -31
- package/lib/components/VSelect/VSelect.mjs +2 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +194 -552
- package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +76 -46
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +4 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.ts +23 -14
- package/lib/components/VSheet/VSheet.mjs +4 -2
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +22 -13
- package/lib/components/VSlideGroup/VSlideGroup.mjs +6 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.ts +59 -90
- package/lib/components/VSlider/VSlider.mjs +2 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +6 -4
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +6 -4
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +27 -38
- package/lib/components/VSnackbar/VSnackbar.mjs +2 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +92 -142
- package/lib/components/VSwitch/VSwitch.mjs +2 -1
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +39 -66
- package/lib/components/VSystemBar/VSystemBar.mjs +4 -2
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.d.ts +22 -13
- package/lib/components/VTable/VTable.mjs +4 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.ts +26 -29
- package/lib/components/VTabs/VTab.mjs +2 -2
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +2 -2
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +45 -27
- package/lib/components/VTextField/VTextField.mjs +2 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +208 -269
- package/lib/components/VTextarea/VTextarea.mjs +2 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +79 -122
- package/lib/components/VThemeProvider/VThemeProvider.mjs +6 -3
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.ts +22 -13
- package/lib/components/VTimeline/VTimeline.mjs +5 -3
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +4 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +8 -6
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.ts +67 -57
- package/lib/components/VToolbar/VToolbar.mjs +4 -2
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +9 -4
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs +5 -2
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +74 -71
- package/lib/components/VTooltip/VTooltip.mjs +2 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +104 -150
- package/lib/components/VValidation/index.d.ts +0 -12
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +21 -23
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +5 -2
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.ts +70 -30
- package/lib/components/VWindow/VWindow.mjs +4 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +4 -1
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.ts +61 -79
- package/lib/components/index.d.ts +5229 -6754
- package/lib/components/transitions/index.d.ts +0 -192
- package/lib/composables/component.mjs +11 -0
- package/lib/composables/component.mjs.map +1 -0
- package/lib/composables/defaults.mjs +51 -5
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/icons.mjs +15 -4
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +2 -2
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa-svg.d.ts +1 -1
- package/lib/iconsets/fa.d.ts +1 -1
- package/lib/iconsets/fa4.d.ts +1 -1
- package/lib/iconsets/md.d.ts +1 -1
- package/lib/iconsets/mdi-svg.d.ts +1 -1
- package/lib/iconsets/mdi.d.ts +1 -1
- package/lib/index.d.ts +11 -11
- package/lib/labs/VDataTable/VDataTable.mjs +1 -1
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +34 -20
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +2 -2
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +61 -933
- package/lib/labs/VInfiniteScroll/index.d.ts +8 -36
- package/lib/labs/VSkeletonLoader/index.d.ts +0 -12
- package/lib/labs/components.d.ts +115 -1027
- package/lib/labs/date/DateAdapter.mjs +2 -0
- package/lib/labs/date/DateAdapter.mjs.map +1 -0
- package/lib/labs/date/adapters/vuetify.d.ts +52 -0
- package/lib/{adapters → labs/date/adapters}/vuetify.mjs +2 -2
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -0
- package/lib/{composables → labs/date}/date.mjs +3 -3
- package/lib/labs/date/date.mjs.map +1 -0
- package/lib/labs/date/index.d.ts +40 -0
- package/lib/labs/date/index.mjs +2 -0
- package/lib/labs/date/index.mjs.map +1 -0
- package/lib/labs/index.mjs +3 -2
- package/lib/labs/index.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs +9 -4
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +11 -43
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +28 -2
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs +1 -0
- package/lib/util/index.mjs.map +1 -1
- package/package.json +2 -1
- package/lib/adapters/date-adapter.mjs +0 -2
- package/lib/adapters/date-adapter.mjs.map +0 -1
- package/lib/adapters/vuetify.mjs.map +0 -1
- package/lib/composables/date.mjs.map +0 -1
@@ -13,7 +13,7 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
13
13
|
|
14
14
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
15
15
|
|
16
|
-
type IconValue = string | JSXComponent;
|
16
|
+
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
17
17
|
declare const IconValue: PropType<IconValue>;
|
18
18
|
|
19
19
|
declare const VBanner: {
|
@@ -21,12 +21,14 @@ declare const VBanner: {
|
|
21
21
|
$: vue.ComponentInternalInstance;
|
22
22
|
$data: {};
|
23
23
|
$props: Partial<{
|
24
|
+
style: vue.StyleValue;
|
24
25
|
tag: string;
|
25
26
|
sticky: boolean;
|
26
27
|
rounded: string | number | boolean;
|
27
28
|
density: Density;
|
28
29
|
stacked: boolean;
|
29
30
|
}> & Omit<{
|
31
|
+
style: vue.StyleValue;
|
30
32
|
tag: string;
|
31
33
|
sticky: boolean;
|
32
34
|
density: Density;
|
@@ -43,6 +45,7 @@ declare const VBanner: {
|
|
43
45
|
minWidth?: string | number | undefined;
|
44
46
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
45
47
|
text?: string | undefined;
|
48
|
+
class?: any;
|
46
49
|
icon?: IconValue | undefined;
|
47
50
|
elevation?: string | number | undefined;
|
48
51
|
theme?: string | undefined;
|
@@ -50,18 +53,12 @@ declare const VBanner: {
|
|
50
53
|
lines?: "one" | "two" | "three" | undefined;
|
51
54
|
avatar?: string | undefined;
|
52
55
|
} & {
|
53
|
-
$children?:
|
56
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
54
57
|
default?: (() => vue.VNodeChild) | undefined;
|
55
58
|
prepend?: (() => vue.VNodeChild) | undefined;
|
56
59
|
text?: (() => vue.VNodeChild) | undefined;
|
57
60
|
actions?: (() => vue.VNodeChild) | undefined;
|
58
61
|
};
|
59
|
-
$slots?: {
|
60
|
-
default?: (() => vue.VNodeChild) | undefined;
|
61
|
-
prepend?: (() => vue.VNodeChild) | undefined;
|
62
|
-
text?: (() => vue.VNodeChild) | undefined;
|
63
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
64
|
-
} | undefined;
|
65
62
|
'v-slots'?: {
|
66
63
|
default?: false | (() => vue.VNodeChild) | undefined;
|
67
64
|
prepend?: false | (() => vue.VNodeChild) | undefined;
|
@@ -73,7 +70,7 @@ declare const VBanner: {
|
|
73
70
|
"v-slot:prepend"?: false | (() => vue.VNodeChild) | undefined;
|
74
71
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
75
72
|
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
76
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "tag" | "sticky" | "rounded" | "density" | "stacked">;
|
73
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "tag" | "sticky" | "rounded" | "density" | "stacked">;
|
77
74
|
$attrs: {
|
78
75
|
[x: string]: unknown;
|
79
76
|
};
|
@@ -88,6 +85,7 @@ declare const VBanner: {
|
|
88
85
|
$emit: (event: string, ...args: any[]) => void;
|
89
86
|
$el: any;
|
90
87
|
$options: vue.ComponentOptionsBase<{
|
88
|
+
style: vue.StyleValue;
|
91
89
|
tag: string;
|
92
90
|
sticky: boolean;
|
93
91
|
density: Density;
|
@@ -104,6 +102,7 @@ declare const VBanner: {
|
|
104
102
|
minWidth?: string | number | undefined;
|
105
103
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
106
104
|
text?: string | undefined;
|
105
|
+
class?: any;
|
107
106
|
icon?: IconValue | undefined;
|
108
107
|
elevation?: string | number | undefined;
|
109
108
|
theme?: string | undefined;
|
@@ -111,18 +110,12 @@ declare const VBanner: {
|
|
111
110
|
lines?: "one" | "two" | "three" | undefined;
|
112
111
|
avatar?: string | undefined;
|
113
112
|
} & {
|
114
|
-
$children?:
|
113
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
115
114
|
default?: (() => vue.VNodeChild) | undefined;
|
116
115
|
prepend?: (() => vue.VNodeChild) | undefined;
|
117
116
|
text?: (() => vue.VNodeChild) | undefined;
|
118
117
|
actions?: (() => vue.VNodeChild) | undefined;
|
119
118
|
};
|
120
|
-
$slots?: {
|
121
|
-
default?: (() => vue.VNodeChild) | undefined;
|
122
|
-
prepend?: (() => vue.VNodeChild) | undefined;
|
123
|
-
text?: (() => vue.VNodeChild) | undefined;
|
124
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
125
|
-
} | undefined;
|
126
119
|
'v-slots'?: {
|
127
120
|
default?: false | (() => vue.VNodeChild) | undefined;
|
128
121
|
prepend?: false | (() => vue.VNodeChild) | undefined;
|
@@ -135,6 +128,7 @@ declare const VBanner: {
|
|
135
128
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
136
129
|
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
137
130
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
131
|
+
style: vue.StyleValue;
|
138
132
|
tag: string;
|
139
133
|
sticky: boolean;
|
140
134
|
rounded: string | number | boolean;
|
@@ -161,6 +155,7 @@ declare const VBanner: {
|
|
161
155
|
$nextTick: typeof vue.nextTick;
|
162
156
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
163
157
|
} & {
|
158
|
+
style: vue.StyleValue;
|
164
159
|
tag: string;
|
165
160
|
sticky: boolean;
|
166
161
|
density: Density;
|
@@ -177,6 +172,7 @@ declare const VBanner: {
|
|
177
172
|
minWidth?: string | number | undefined;
|
178
173
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
179
174
|
text?: string | undefined;
|
175
|
+
class?: any;
|
180
176
|
icon?: IconValue | undefined;
|
181
177
|
elevation?: string | number | undefined;
|
182
178
|
theme?: string | undefined;
|
@@ -184,18 +180,12 @@ declare const VBanner: {
|
|
184
180
|
lines?: "one" | "two" | "three" | undefined;
|
185
181
|
avatar?: string | undefined;
|
186
182
|
} & {
|
187
|
-
$children?:
|
183
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
188
184
|
default?: (() => vue.VNodeChild) | undefined;
|
189
185
|
prepend?: (() => vue.VNodeChild) | undefined;
|
190
186
|
text?: (() => vue.VNodeChild) | undefined;
|
191
187
|
actions?: (() => vue.VNodeChild) | undefined;
|
192
188
|
};
|
193
|
-
$slots?: {
|
194
|
-
default?: (() => vue.VNodeChild) | undefined;
|
195
|
-
prepend?: (() => vue.VNodeChild) | undefined;
|
196
|
-
text?: (() => vue.VNodeChild) | undefined;
|
197
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
198
|
-
} | undefined;
|
199
189
|
'v-slots'?: {
|
200
190
|
default?: false | (() => vue.VNodeChild) | undefined;
|
201
191
|
prepend?: false | (() => vue.VNodeChild) | undefined;
|
@@ -212,6 +202,7 @@ declare const VBanner: {
|
|
212
202
|
__isTeleport?: undefined;
|
213
203
|
__isSuspense?: undefined;
|
214
204
|
} & vue.ComponentOptionsBase<{
|
205
|
+
style: vue.StyleValue;
|
215
206
|
tag: string;
|
216
207
|
sticky: boolean;
|
217
208
|
density: Density;
|
@@ -228,6 +219,7 @@ declare const VBanner: {
|
|
228
219
|
minWidth?: string | number | undefined;
|
229
220
|
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
230
221
|
text?: string | undefined;
|
222
|
+
class?: any;
|
231
223
|
icon?: IconValue | undefined;
|
232
224
|
elevation?: string | number | undefined;
|
233
225
|
theme?: string | undefined;
|
@@ -235,18 +227,12 @@ declare const VBanner: {
|
|
235
227
|
lines?: "one" | "two" | "three" | undefined;
|
236
228
|
avatar?: string | undefined;
|
237
229
|
} & {
|
238
|
-
$children?:
|
230
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
239
231
|
default?: (() => vue.VNodeChild) | undefined;
|
240
232
|
prepend?: (() => vue.VNodeChild) | undefined;
|
241
233
|
text?: (() => vue.VNodeChild) | undefined;
|
242
234
|
actions?: (() => vue.VNodeChild) | undefined;
|
243
235
|
};
|
244
|
-
$slots?: {
|
245
|
-
default?: (() => vue.VNodeChild) | undefined;
|
246
|
-
prepend?: (() => vue.VNodeChild) | undefined;
|
247
|
-
text?: (() => vue.VNodeChild) | undefined;
|
248
|
-
actions?: (() => vue.VNodeChild) | undefined;
|
249
|
-
} | undefined;
|
250
236
|
'v-slots'?: {
|
251
237
|
default?: false | (() => vue.VNodeChild) | undefined;
|
252
238
|
prepend?: false | (() => vue.VNodeChild) | undefined;
|
@@ -259,6 +245,7 @@ declare const VBanner: {
|
|
259
245
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
260
246
|
"v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
|
261
247
|
}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
248
|
+
style: vue.StyleValue;
|
262
249
|
tag: string;
|
263
250
|
sticky: boolean;
|
264
251
|
rounded: string | number | boolean;
|
@@ -294,6 +281,11 @@ declare const VBanner: {
|
|
294
281
|
default: string;
|
295
282
|
validator: (v: any) => boolean;
|
296
283
|
};
|
284
|
+
class: PropType<any>;
|
285
|
+
style: {
|
286
|
+
type: PropType<vue.StyleValue>;
|
287
|
+
default: null;
|
288
|
+
};
|
297
289
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
298
290
|
avatar: StringConstructor;
|
299
291
|
color: StringConstructor;
|
@@ -332,6 +324,11 @@ declare const VBanner: {
|
|
332
324
|
default: string;
|
333
325
|
validator: (v: any) => boolean;
|
334
326
|
};
|
327
|
+
class: PropType<any>;
|
328
|
+
style: {
|
329
|
+
type: PropType<vue.StyleValue>;
|
330
|
+
default: null;
|
331
|
+
};
|
335
332
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
336
333
|
avatar: StringConstructor;
|
337
334
|
color: StringConstructor;
|
@@ -347,22 +344,24 @@ declare const VBannerActions: {
|
|
347
344
|
new (...args: any[]): {
|
348
345
|
$: vue.ComponentInternalInstance;
|
349
346
|
$data: {};
|
350
|
-
$props: Partial<{
|
347
|
+
$props: Partial<{
|
348
|
+
style: vue.StyleValue;
|
349
|
+
}> & Omit<{
|
350
|
+
style: vue.StyleValue;
|
351
|
+
} & {
|
351
352
|
color?: string | undefined;
|
353
|
+
class?: any;
|
352
354
|
density?: string | undefined;
|
353
355
|
} & {
|
354
356
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
355
357
|
default?: (() => vue.VNodeChild) | undefined;
|
356
358
|
};
|
357
|
-
$slots?: {
|
358
|
-
default?: (() => vue.VNodeChild) | undefined;
|
359
|
-
} | undefined;
|
360
359
|
'v-slots'?: {
|
361
360
|
default?: false | (() => vue.VNodeChild) | undefined;
|
362
361
|
} | undefined;
|
363
362
|
} & {
|
364
363
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
365
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps,
|
364
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style">;
|
366
365
|
$attrs: {
|
367
366
|
[x: string]: unknown;
|
368
367
|
};
|
@@ -376,22 +375,24 @@ declare const VBannerActions: {
|
|
376
375
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
377
376
|
$emit: (event: string, ...args: any[]) => void;
|
378
377
|
$el: any;
|
379
|
-
$options: vue.ComponentOptionsBase<{
|
378
|
+
$options: vue.ComponentOptionsBase<{
|
379
|
+
style: vue.StyleValue;
|
380
|
+
} & {
|
380
381
|
color?: string | undefined;
|
382
|
+
class?: any;
|
381
383
|
density?: string | undefined;
|
382
384
|
} & {
|
383
385
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
384
386
|
default?: (() => vue.VNodeChild) | undefined;
|
385
387
|
};
|
386
|
-
$slots?: {
|
387
|
-
default?: (() => vue.VNodeChild) | undefined;
|
388
|
-
} | undefined;
|
389
388
|
'v-slots'?: {
|
390
389
|
default?: false | (() => vue.VNodeChild) | undefined;
|
391
390
|
} | undefined;
|
392
391
|
} & {
|
393
392
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
394
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
393
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
394
|
+
style: vue.StyleValue;
|
395
|
+
}, {}, string> & {
|
395
396
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
396
397
|
created?: ((() => void) | (() => void)[]) | undefined;
|
397
398
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
@@ -411,16 +412,16 @@ declare const VBannerActions: {
|
|
411
412
|
$forceUpdate: () => void;
|
412
413
|
$nextTick: typeof vue.nextTick;
|
413
414
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
414
|
-
} & {
|
415
|
+
} & {
|
416
|
+
style: vue.StyleValue;
|
417
|
+
} & {
|
415
418
|
color?: string | undefined;
|
419
|
+
class?: any;
|
416
420
|
density?: string | undefined;
|
417
421
|
} & {
|
418
422
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
419
423
|
default?: (() => vue.VNodeChild) | undefined;
|
420
424
|
};
|
421
|
-
$slots?: {
|
422
|
-
default?: (() => vue.VNodeChild) | undefined;
|
423
|
-
} | undefined;
|
424
425
|
'v-slots'?: {
|
425
426
|
default?: false | (() => vue.VNodeChild) | undefined;
|
426
427
|
} | undefined;
|
@@ -430,25 +431,37 @@ declare const VBannerActions: {
|
|
430
431
|
__isFragment?: undefined;
|
431
432
|
__isTeleport?: undefined;
|
432
433
|
__isSuspense?: undefined;
|
433
|
-
} & vue.ComponentOptionsBase<{
|
434
|
+
} & vue.ComponentOptionsBase<{
|
435
|
+
style: vue.StyleValue;
|
436
|
+
} & {
|
434
437
|
color?: string | undefined;
|
438
|
+
class?: any;
|
435
439
|
density?: string | undefined;
|
436
440
|
} & {
|
437
441
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
438
442
|
default?: (() => vue.VNodeChild) | undefined;
|
439
443
|
};
|
440
|
-
$slots?: {
|
441
|
-
default?: (() => vue.VNodeChild) | undefined;
|
442
|
-
} | undefined;
|
443
444
|
'v-slots'?: {
|
444
445
|
default?: false | (() => vue.VNodeChild) | undefined;
|
445
446
|
} | undefined;
|
446
447
|
} & {
|
447
448
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
448
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
449
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
450
|
+
style: vue.StyleValue;
|
451
|
+
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
452
|
+
class: vue.PropType<any>;
|
453
|
+
style: {
|
454
|
+
type: vue.PropType<vue.StyleValue>;
|
455
|
+
default: null;
|
456
|
+
};
|
449
457
|
color: StringConstructor;
|
450
458
|
density: StringConstructor;
|
451
459
|
}, vue.ExtractPropTypes<{
|
460
|
+
class: vue.PropType<any>;
|
461
|
+
style: {
|
462
|
+
type: vue.PropType<vue.StyleValue>;
|
463
|
+
default: null;
|
464
|
+
};
|
452
465
|
color: StringConstructor;
|
453
466
|
density: StringConstructor;
|
454
467
|
}>>;
|
@@ -459,22 +472,23 @@ declare const VBannerText: {
|
|
459
472
|
$: vue.ComponentInternalInstance;
|
460
473
|
$data: {};
|
461
474
|
$props: Partial<{
|
475
|
+
style: vue.StyleValue;
|
462
476
|
tag: string;
|
463
477
|
}> & Omit<{
|
478
|
+
style: vue.StyleValue;
|
464
479
|
tag: string;
|
465
|
-
} & {
|
480
|
+
} & {
|
481
|
+
class?: any;
|
482
|
+
} & {
|
466
483
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
467
484
|
default?: (() => vue.VNodeChild) | undefined;
|
468
485
|
};
|
469
|
-
$slots?: {
|
470
|
-
default?: (() => vue.VNodeChild) | undefined;
|
471
|
-
} | undefined;
|
472
486
|
'v-slots'?: {
|
473
487
|
default?: false | (() => vue.VNodeChild) | undefined;
|
474
488
|
} | undefined;
|
475
489
|
} & {
|
476
490
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
477
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "tag">;
|
491
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "tag">;
|
478
492
|
$attrs: {
|
479
493
|
[x: string]: unknown;
|
480
494
|
};
|
@@ -489,14 +503,14 @@ declare const VBannerText: {
|
|
489
503
|
$emit: (event: string, ...args: any[]) => void;
|
490
504
|
$el: any;
|
491
505
|
$options: vue.ComponentOptionsBase<{
|
506
|
+
style: vue.StyleValue;
|
492
507
|
tag: string;
|
493
|
-
} & {
|
508
|
+
} & {
|
509
|
+
class?: any;
|
510
|
+
} & {
|
494
511
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
495
512
|
default?: (() => vue.VNodeChild) | undefined;
|
496
513
|
};
|
497
|
-
$slots?: {
|
498
|
-
default?: (() => vue.VNodeChild) | undefined;
|
499
|
-
} | undefined;
|
500
514
|
'v-slots'?: {
|
501
515
|
default?: false | (() => vue.VNodeChild) | undefined;
|
502
516
|
} | undefined;
|
@@ -505,6 +519,7 @@ declare const VBannerText: {
|
|
505
519
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
506
520
|
[key: string]: any;
|
507
521
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
522
|
+
style: vue.StyleValue;
|
508
523
|
tag: string;
|
509
524
|
}, {}, string> & {
|
510
525
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
@@ -527,14 +542,14 @@ declare const VBannerText: {
|
|
527
542
|
$nextTick: typeof vue.nextTick;
|
528
543
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
529
544
|
} & {
|
545
|
+
style: vue.StyleValue;
|
530
546
|
tag: string;
|
531
|
-
} & {
|
547
|
+
} & {
|
548
|
+
class?: any;
|
549
|
+
} & {
|
532
550
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
533
551
|
default?: (() => vue.VNodeChild) | undefined;
|
534
552
|
};
|
535
|
-
$slots?: {
|
536
|
-
default?: (() => vue.VNodeChild) | undefined;
|
537
|
-
} | undefined;
|
538
553
|
'v-slots'?: {
|
539
554
|
default?: false | (() => vue.VNodeChild) | undefined;
|
540
555
|
} | undefined;
|
@@ -547,14 +562,14 @@ declare const VBannerText: {
|
|
547
562
|
__isTeleport?: undefined;
|
548
563
|
__isSuspense?: undefined;
|
549
564
|
} & vue.ComponentOptionsBase<{
|
565
|
+
style: vue.StyleValue;
|
550
566
|
tag: string;
|
551
|
-
} & {
|
567
|
+
} & {
|
568
|
+
class?: any;
|
569
|
+
} & {
|
552
570
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
553
571
|
default?: (() => vue.VNodeChild) | undefined;
|
554
572
|
};
|
555
|
-
$slots?: {
|
556
|
-
default?: (() => vue.VNodeChild) | undefined;
|
557
|
-
} | undefined;
|
558
573
|
'v-slots'?: {
|
559
574
|
default?: false | (() => vue.VNodeChild) | undefined;
|
560
575
|
} | undefined;
|
@@ -563,13 +578,24 @@ declare const VBannerText: {
|
|
563
578
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
564
579
|
[key: string]: any;
|
565
580
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
581
|
+
style: vue.StyleValue;
|
566
582
|
tag: string;
|
567
583
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
584
|
+
class: vue.PropType<any>;
|
585
|
+
style: {
|
586
|
+
type: vue.PropType<vue.StyleValue>;
|
587
|
+
default: null;
|
588
|
+
};
|
568
589
|
tag: {
|
569
590
|
type: StringConstructor;
|
570
591
|
default: string;
|
571
592
|
};
|
572
593
|
}, vue.ExtractPropTypes<{
|
594
|
+
class: vue.PropType<any>;
|
595
|
+
style: {
|
596
|
+
type: vue.PropType<vue.StyleValue>;
|
597
|
+
default: null;
|
598
|
+
};
|
573
599
|
tag: {
|
574
600
|
type: StringConstructor;
|
575
601
|
default: string;
|
@@ -4,6 +4,7 @@ import "./VBottomNavigation.css";
|
|
4
4
|
|
5
5
|
// Composables
|
6
6
|
import { makeBorderProps, useBorder } from "../../composables/border.mjs";
|
7
|
+
import { makeComponentProps } from "../../composables/component.mjs";
|
7
8
|
import { makeDensityProps, useDensity } from "../../composables/density.mjs";
|
8
9
|
import { makeElevationProps, useElevation } from "../../composables/elevation.mjs";
|
9
10
|
import { makeGroupProps, useGroup } from "../../composables/group.mjs";
|
@@ -36,6 +37,7 @@ export const VBottomNavigation = genericComponent()({
|
|
36
37
|
default: true
|
37
38
|
},
|
38
39
|
...makeBorderProps(),
|
40
|
+
...makeComponentProps(),
|
39
41
|
...makeDensityProps(),
|
40
42
|
...makeElevationProps(),
|
41
43
|
...makeRoundedProps(),
|
@@ -110,11 +112,11 @@ export const VBottomNavigation = genericComponent()({
|
|
110
112
|
'v-bottom-navigation--active': isActive.value,
|
111
113
|
'v-bottom-navigation--grow': props.grow,
|
112
114
|
'v-bottom-navigation--shift': props.mode === 'shift'
|
113
|
-
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value],
|
115
|
+
}, themeClasses.value, backgroundColorClasses.value, borderClasses.value, densityClasses.value, elevationClasses.value, roundedClasses.value, props.class],
|
114
116
|
"style": [backgroundColorStyles.value, layoutItemStyles.value, {
|
115
117
|
height: convertToUnit(height.value),
|
116
118
|
transform: `translateY(${convertToUnit(!isActive.value ? 100 : 0, '%')})`
|
117
|
-
}, ssrBootStyles.value]
|
119
|
+
}, ssrBootStyles.value, props.style]
|
118
120
|
}, {
|
119
121
|
default: () => [slots.default && _createVNode("div", {
|
120
122
|
"class": "v-bottom-navigation__content"
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"VBottomNavigation.mjs","names":["makeBorderProps","useBorder","makeDensityProps","useDensity","makeElevationProps","useElevation","makeGroupProps","useGroup","makeLayoutItemProps","useLayoutItem","makeRoundedProps","useRounded","makeTagProps","makeThemeProps","useTheme","provideDefaults","useBackgroundColor","useSsrBoot","computed","toRef","convertToUnit","genericComponent","useRender","VBtnToggleSymbol","VBottomNavigation","name","props","bgColor","String","color","grow","Boolean","mode","type","validator","v","includes","height","Number","default","active","tag","modelValue","selectedClass","emits","value","setup","_ref","slots","themeClasses","borderClasses","backgroundColorClasses","backgroundColorStyles","densityClasses","elevationClasses","roundedClasses","ssrBootStyles","density","isActive","layoutItemStyles","id","order","parseInt","position","layoutSize","elementSize","absolute","VBtn","stacked","variant","scoped","_createVNode","transform"],"sources":["../../../src/components/VBottomNavigation/VBottomNavigation.tsx"],"sourcesContent":["// Styles\nimport './VBottomNavigation.sass'\n\n// Composables\nimport { makeBorderProps, useBorder } from '@/composables/border'\nimport { makeDensityProps, useDensity } from '@/composables/density'\nimport { makeElevationProps, useElevation } from '@/composables/elevation'\nimport { makeGroupProps, useGroup } from '@/composables/group'\nimport { makeLayoutItemProps, useLayoutItem } from '@/composables/layout'\nimport { makeRoundedProps, useRounded } from '@/composables/rounded'\nimport { makeTagProps } from '@/composables/tag'\nimport { makeThemeProps, useTheme } from '@/composables/theme'\nimport { provideDefaults } from '@/composables/defaults'\nimport { useBackgroundColor } from '@/composables/color'\nimport { useSsrBoot } from '@/composables/ssrBoot'\n\n// Utilities\nimport { computed, toRef } from 'vue'\nimport { convertToUnit, genericComponent, useRender } from '@/util'\n\n// Types\nimport { VBtnToggleSymbol } from '@/components/VBtnToggle/VBtnToggle'\n\nexport const VBottomNavigation = genericComponent()({\n name: 'VBottomNavigation',\n\n props: {\n bgColor: String,\n color: String,\n grow: Boolean,\n mode: {\n type: String,\n validator: (v: any) => !v || ['horizontal', 'shift'].includes(v),\n },\n height: {\n type: [Number, String],\n default: 56,\n },\n active: {\n type: Boolean,\n default: true,\n },\n\n ...makeBorderProps(),\n ...makeDensityProps(),\n ...makeElevationProps(),\n ...makeRoundedProps(),\n ...makeLayoutItemProps({ name: 'bottom-navigation' }),\n ...makeTagProps({ tag: 'header' }),\n ...makeGroupProps({\n modelValue: true,\n selectedClass: 'v-btn--selected',\n }),\n ...makeThemeProps(),\n },\n\n emits: {\n 'update:modelValue': (value: any) => true,\n },\n\n setup (props, { slots }) {\n const { themeClasses } = useTheme()\n const { borderClasses } = useBorder(props)\n const { backgroundColorClasses, backgroundColorStyles } = useBackgroundColor(toRef(props, 'bgColor'))\n const { densityClasses } = useDensity(props)\n const { elevationClasses } = useElevation(props)\n const { roundedClasses } = useRounded(props)\n const { ssrBootStyles } = useSsrBoot()\n const height = computed(() => (\n Number(props.height) -\n (props.density === 'comfortable' ? 8 : 0) -\n (props.density === 'compact' ? 16 : 0)\n ))\n const isActive = toRef(props, 'active')\n const { layoutItemStyles } = useLayoutItem({\n id: props.name,\n order: computed(() => parseInt(props.order, 10)),\n position: computed(() => 'bottom'),\n layoutSize: computed(() => isActive.value ? height.value : 0),\n elementSize: height,\n active: isActive,\n absolute: toRef(props, 'absolute'),\n })\n\n useGroup(props, VBtnToggleSymbol)\n\n provideDefaults({\n VBtn: {\n color: toRef(props, 'color'),\n density: toRef(props, 'density'),\n stacked: computed(() => props.mode !== 'horizontal'),\n variant: 'text',\n },\n }, { scoped: true })\n\n useRender(() => {\n return (\n <props.tag\n class={[\n 'v-bottom-navigation',\n {\n 'v-bottom-navigation--active': isActive.value,\n 'v-bottom-navigation--grow': props.grow,\n 'v-bottom-navigation--shift': props.mode === 'shift',\n },\n themeClasses.value,\n backgroundColorClasses.value,\n borderClasses.value,\n densityClasses.value,\n elevationClasses.value,\n roundedClasses.value,\n ]}\n style={[\n backgroundColorStyles.value,\n layoutItemStyles.value,\n {\n height: convertToUnit(height.value),\n transform: `translateY(${convertToUnit(!isActive.value ? 100 : 0, '%')})`,\n },\n ssrBootStyles.value,\n ]}\n >\n { slots.default && (\n <div class=\"v-bottom-navigation__content\">\n { slots.default() }\n </div>\n )}\n </props.tag>\n )\n })\n\n return {}\n },\n})\n\nexport type VBottomNavigation = InstanceType<typeof VBottomNavigation>\n"],"mappings":";AAAA;AACA;;AAEA;AAAA,SACSA,eAAe,EAAEC,SAAS;AAAA,SAC1BC,gBAAgB,EAAEC,UAAU;AAAA,SAC5BC,kBAAkB,EAAEC,YAAY;AAAA,SAChCC,cAAc,EAAEC,QAAQ;AAAA,SACxBC,mBAAmB,EAAEC,aAAa;AAAA,SAClCC,gBAAgB,EAAEC,UAAU;AAAA,SAC5BC,YAAY;AAAA,SACZC,cAAc,EAAEC,QAAQ;AAAA,SACxBC,eAAe;AAAA,SACfC,kBAAkB;AAAA,SAClBC,UAAU,yCAEnB;AACA,SAASC,QAAQ,EAAEC,KAAK,QAAQ,KAAK;AAAA,SAC5BC,aAAa,EAAEC,gBAAgB,EAAEC,SAAS,gCAEnD;AAAA,SACSC,gBAAgB;AAEzB,OAAO,MAAMC,iBAAiB,GAAGH,gBAAgB,EAAE,CAAC;EAClDI,IAAI,EAAE,mBAAmB;EAEzBC,KAAK,EAAE;IACLC,OAAO,EAAEC,MAAM;IACfC,KAAK,EAAED,MAAM;IACbE,IAAI,EAAEC,OAAO;IACbC,IAAI,EAAE;MACJC,IAAI,EAAEL,MAAM;MACZM,SAAS,EAAGC,CAAM,IAAK,CAACA,CAAC,IAAI,CAAC,YAAY,EAAE,OAAO,CAAC,CAACC,QAAQ,CAACD,CAAC;IACjE,CAAC;IACDE,MAAM,EAAE;MACNJ,IAAI,EAAE,CAACK,MAAM,EAAEV,MAAM,CAAC;MACtBW,OAAO,EAAE;IACX,CAAC;IACDC,MAAM,EAAE;MACNP,IAAI,EAAEF,OAAO;MACbQ,OAAO,EAAE;IACX,CAAC;IAED,
|
1
|
+
{"version":3,"file":"VBottomNavigation.mjs","names":["makeBorderProps","useBorder","makeComponentProps","makeDensityProps","useDensity","makeElevationProps","useElevation","makeGroupProps","useGroup","makeLayoutItemProps","useLayoutItem","makeRoundedProps","useRounded","makeTagProps","makeThemeProps","useTheme","provideDefaults","useBackgroundColor","useSsrBoot","computed","toRef","convertToUnit","genericComponent","useRender","VBtnToggleSymbol","VBottomNavigation","name","props","bgColor","String","color","grow","Boolean","mode","type","validator","v","includes","height","Number","default","active","tag","modelValue","selectedClass","emits","value","setup","_ref","slots","themeClasses","borderClasses","backgroundColorClasses","backgroundColorStyles","densityClasses","elevationClasses","roundedClasses","ssrBootStyles","density","isActive","layoutItemStyles","id","order","parseInt","position","layoutSize","elementSize","absolute","VBtn","stacked","variant","scoped","_createVNode","class","transform","style"],"sources":["../../../src/components/VBottomNavigation/VBottomNavigation.tsx"],"sourcesContent":["// Styles\nimport './VBottomNavigation.sass'\n\n// Composables\nimport { makeBorderProps, useBorder } from '@/composables/border'\nimport { makeComponentProps } from '@/composables/component'\nimport { makeDensityProps, useDensity } from '@/composables/density'\nimport { makeElevationProps, useElevation } from '@/composables/elevation'\nimport { makeGroupProps, useGroup } from '@/composables/group'\nimport { makeLayoutItemProps, useLayoutItem } from '@/composables/layout'\nimport { makeRoundedProps, useRounded } from '@/composables/rounded'\nimport { makeTagProps } from '@/composables/tag'\nimport { makeThemeProps, useTheme } from '@/composables/theme'\nimport { provideDefaults } from '@/composables/defaults'\nimport { useBackgroundColor } from '@/composables/color'\nimport { useSsrBoot } from '@/composables/ssrBoot'\n\n// Utilities\nimport { computed, toRef } from 'vue'\nimport { convertToUnit, genericComponent, useRender } from '@/util'\n\n// Types\nimport { VBtnToggleSymbol } from '@/components/VBtnToggle/VBtnToggle'\n\nexport const VBottomNavigation = genericComponent()({\n name: 'VBottomNavigation',\n\n props: {\n bgColor: String,\n color: String,\n grow: Boolean,\n mode: {\n type: String,\n validator: (v: any) => !v || ['horizontal', 'shift'].includes(v),\n },\n height: {\n type: [Number, String],\n default: 56,\n },\n active: {\n type: Boolean,\n default: true,\n },\n\n ...makeBorderProps(),\n ...makeComponentProps(),\n ...makeDensityProps(),\n ...makeElevationProps(),\n ...makeRoundedProps(),\n ...makeLayoutItemProps({ name: 'bottom-navigation' }),\n ...makeTagProps({ tag: 'header' }),\n ...makeGroupProps({\n modelValue: true,\n selectedClass: 'v-btn--selected',\n }),\n ...makeThemeProps(),\n },\n\n emits: {\n 'update:modelValue': (value: any) => true,\n },\n\n setup (props, { slots }) {\n const { themeClasses } = useTheme()\n const { borderClasses } = useBorder(props)\n const { backgroundColorClasses, backgroundColorStyles } = useBackgroundColor(toRef(props, 'bgColor'))\n const { densityClasses } = useDensity(props)\n const { elevationClasses } = useElevation(props)\n const { roundedClasses } = useRounded(props)\n const { ssrBootStyles } = useSsrBoot()\n const height = computed(() => (\n Number(props.height) -\n (props.density === 'comfortable' ? 8 : 0) -\n (props.density === 'compact' ? 16 : 0)\n ))\n const isActive = toRef(props, 'active')\n const { layoutItemStyles } = useLayoutItem({\n id: props.name,\n order: computed(() => parseInt(props.order, 10)),\n position: computed(() => 'bottom'),\n layoutSize: computed(() => isActive.value ? height.value : 0),\n elementSize: height,\n active: isActive,\n absolute: toRef(props, 'absolute'),\n })\n\n useGroup(props, VBtnToggleSymbol)\n\n provideDefaults({\n VBtn: {\n color: toRef(props, 'color'),\n density: toRef(props, 'density'),\n stacked: computed(() => props.mode !== 'horizontal'),\n variant: 'text',\n },\n }, { scoped: true })\n\n useRender(() => {\n return (\n <props.tag\n class={[\n 'v-bottom-navigation',\n {\n 'v-bottom-navigation--active': isActive.value,\n 'v-bottom-navigation--grow': props.grow,\n 'v-bottom-navigation--shift': props.mode === 'shift',\n },\n themeClasses.value,\n backgroundColorClasses.value,\n borderClasses.value,\n densityClasses.value,\n elevationClasses.value,\n roundedClasses.value,\n props.class,\n ]}\n style={[\n backgroundColorStyles.value,\n layoutItemStyles.value,\n {\n height: convertToUnit(height.value),\n transform: `translateY(${convertToUnit(!isActive.value ? 100 : 0, '%')})`,\n },\n ssrBootStyles.value,\n props.style,\n ]}\n >\n { slots.default && (\n <div class=\"v-bottom-navigation__content\">\n { slots.default() }\n </div>\n )}\n </props.tag>\n )\n })\n\n return {}\n },\n})\n\nexport type VBottomNavigation = InstanceType<typeof VBottomNavigation>\n"],"mappings":"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"}
|
@@ -17,6 +17,7 @@ declare const VBottomNavigation: {
|
|
17
17
|
active: boolean;
|
18
18
|
name: string;
|
19
19
|
order: string | number;
|
20
|
+
style: vue.StyleValue;
|
20
21
|
disabled: boolean;
|
21
22
|
multiple: boolean;
|
22
23
|
tag: string;
|
@@ -31,6 +32,7 @@ declare const VBottomNavigation: {
|
|
31
32
|
active: boolean;
|
32
33
|
name: string;
|
33
34
|
order: string | number;
|
35
|
+
style: vue.StyleValue;
|
34
36
|
disabled: boolean;
|
35
37
|
multiple: boolean;
|
36
38
|
tag: string;
|
@@ -41,6 +43,7 @@ declare const VBottomNavigation: {
|
|
41
43
|
max?: number | undefined;
|
42
44
|
border?: string | number | boolean | undefined;
|
43
45
|
color?: string | undefined;
|
46
|
+
class?: any;
|
44
47
|
mode?: string | undefined;
|
45
48
|
mandatory?: boolean | "force" | undefined;
|
46
49
|
elevation?: string | number | undefined;
|
@@ -52,9 +55,6 @@ declare const VBottomNavigation: {
|
|
52
55
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
53
56
|
default?: (() => vue.VNodeChild) | undefined;
|
54
57
|
};
|
55
|
-
$slots?: {
|
56
|
-
default?: (() => vue.VNodeChild) | undefined;
|
57
|
-
} | undefined;
|
58
58
|
'v-slots'?: {
|
59
59
|
default?: false | (() => vue.VNodeChild) | undefined;
|
60
60
|
} | undefined;
|
@@ -62,7 +62,7 @@ declare const VBottomNavigation: {
|
|
62
62
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
63
63
|
} & {
|
64
64
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
65
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "height" | "active" | "name" | "order" | "disabled" | "multiple" | "tag" | "rounded" | "density" | "modelValue" | "selectedClass" | "grow">;
|
65
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "height" | "active" | "name" | "order" | "style" | "disabled" | "multiple" | "tag" | "rounded" | "density" | "modelValue" | "selectedClass" | "grow">;
|
66
66
|
$attrs: {
|
67
67
|
[x: string]: unknown;
|
68
68
|
};
|
@@ -82,6 +82,7 @@ declare const VBottomNavigation: {
|
|
82
82
|
active: boolean;
|
83
83
|
name: string;
|
84
84
|
order: string | number;
|
85
|
+
style: vue.StyleValue;
|
85
86
|
disabled: boolean;
|
86
87
|
multiple: boolean;
|
87
88
|
tag: string;
|
@@ -92,6 +93,7 @@ declare const VBottomNavigation: {
|
|
92
93
|
max?: number | undefined;
|
93
94
|
border?: string | number | boolean | undefined;
|
94
95
|
color?: string | undefined;
|
96
|
+
class?: any;
|
95
97
|
mode?: string | undefined;
|
96
98
|
mandatory?: boolean | "force" | undefined;
|
97
99
|
elevation?: string | number | undefined;
|
@@ -103,9 +105,6 @@ declare const VBottomNavigation: {
|
|
103
105
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
104
106
|
default?: (() => vue.VNodeChild) | undefined;
|
105
107
|
};
|
106
|
-
$slots?: {
|
107
|
-
default?: (() => vue.VNodeChild) | undefined;
|
108
|
-
} | undefined;
|
109
108
|
'v-slots'?: {
|
110
109
|
default?: false | (() => vue.VNodeChild) | undefined;
|
111
110
|
} | undefined;
|
@@ -121,6 +120,7 @@ declare const VBottomNavigation: {
|
|
121
120
|
active: boolean;
|
122
121
|
name: string;
|
123
122
|
order: string | number;
|
123
|
+
style: vue.StyleValue;
|
124
124
|
disabled: boolean;
|
125
125
|
multiple: boolean;
|
126
126
|
tag: string;
|
@@ -155,6 +155,7 @@ declare const VBottomNavigation: {
|
|
155
155
|
active: boolean;
|
156
156
|
name: string;
|
157
157
|
order: string | number;
|
158
|
+
style: vue.StyleValue;
|
158
159
|
disabled: boolean;
|
159
160
|
multiple: boolean;
|
160
161
|
tag: string;
|
@@ -165,6 +166,7 @@ declare const VBottomNavigation: {
|
|
165
166
|
max?: number | undefined;
|
166
167
|
border?: string | number | boolean | undefined;
|
167
168
|
color?: string | undefined;
|
169
|
+
class?: any;
|
168
170
|
mode?: string | undefined;
|
169
171
|
mandatory?: boolean | "force" | undefined;
|
170
172
|
elevation?: string | number | undefined;
|
@@ -176,9 +178,6 @@ declare const VBottomNavigation: {
|
|
176
178
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
177
179
|
default?: (() => vue.VNodeChild) | undefined;
|
178
180
|
};
|
179
|
-
$slots?: {
|
180
|
-
default?: (() => vue.VNodeChild) | undefined;
|
181
|
-
} | undefined;
|
182
181
|
'v-slots'?: {
|
183
182
|
default?: false | (() => vue.VNodeChild) | undefined;
|
184
183
|
} | undefined;
|
@@ -196,6 +195,7 @@ declare const VBottomNavigation: {
|
|
196
195
|
active: boolean;
|
197
196
|
name: string;
|
198
197
|
order: string | number;
|
198
|
+
style: vue.StyleValue;
|
199
199
|
disabled: boolean;
|
200
200
|
multiple: boolean;
|
201
201
|
tag: string;
|
@@ -206,6 +206,7 @@ declare const VBottomNavigation: {
|
|
206
206
|
max?: number | undefined;
|
207
207
|
border?: string | number | boolean | undefined;
|
208
208
|
color?: string | undefined;
|
209
|
+
class?: any;
|
209
210
|
mode?: string | undefined;
|
210
211
|
mandatory?: boolean | "force" | undefined;
|
211
212
|
elevation?: string | number | undefined;
|
@@ -217,9 +218,6 @@ declare const VBottomNavigation: {
|
|
217
218
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
218
219
|
default?: (() => vue.VNodeChild) | undefined;
|
219
220
|
};
|
220
|
-
$slots?: {
|
221
|
-
default?: (() => vue.VNodeChild) | undefined;
|
222
|
-
} | undefined;
|
223
221
|
'v-slots'?: {
|
224
222
|
default?: false | (() => vue.VNodeChild) | undefined;
|
225
223
|
} | undefined;
|
@@ -235,6 +233,7 @@ declare const VBottomNavigation: {
|
|
235
233
|
active: boolean;
|
236
234
|
name: string;
|
237
235
|
order: string | number;
|
236
|
+
style: vue.StyleValue;
|
238
237
|
disabled: boolean;
|
239
238
|
multiple: boolean;
|
240
239
|
tag: string;
|
@@ -291,6 +290,11 @@ declare const VBottomNavigation: {
|
|
291
290
|
default: string;
|
292
291
|
validator: (v: any) => boolean;
|
293
292
|
};
|
293
|
+
class: vue.PropType<any>;
|
294
|
+
style: {
|
295
|
+
type: vue.PropType<vue.StyleValue>;
|
296
|
+
default: null;
|
297
|
+
};
|
294
298
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
295
299
|
bgColor: StringConstructor;
|
296
300
|
color: StringConstructor;
|
@@ -355,6 +359,11 @@ declare const VBottomNavigation: {
|
|
355
359
|
default: string;
|
356
360
|
validator: (v: any) => boolean;
|
357
361
|
};
|
362
|
+
class: vue.PropType<any>;
|
363
|
+
style: {
|
364
|
+
type: vue.PropType<vue.StyleValue>;
|
365
|
+
default: null;
|
366
|
+
};
|
358
367
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
359
368
|
bgColor: StringConstructor;
|
360
369
|
color: StringConstructor;
|