@vuetify/nightly 4.0.0-dev-20230422.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 +11 -2
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +274 -198
- package/dist/json/importMap-labs.json +4 -0
- package/dist/json/importMap.json +60 -60
- package/dist/json/tags.json +25 -1
- package/dist/json/web-types.json +624 -344
- package/dist/vuetify-labs.css +110 -86
- package/dist/vuetify-labs.d.ts +5976 -8072
- package/dist/vuetify-labs.esm.js +1499 -1093
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1498 -1092
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +21 -22
- package/dist/vuetify.d.ts +5999 -7524
- package/dist/vuetify.esm.js +1255 -1066
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1254 -1065
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +744 -739
- 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/intersectionObserver.mjs +2 -2
- package/lib/composables/intersectionObserver.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 +24 -24
- 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/VInfiniteScroll.css +26 -0
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +215 -0
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -0
- package/lib/labs/VInfiniteScroll/VInfiniteScroll.sass +25 -0
- package/lib/labs/VInfiniteScroll/_variables.scss +3 -0
- package/lib/labs/VInfiniteScroll/index.d.ts +321 -0
- package/lib/labs/VInfiniteScroll/index.mjs +2 -0
- package/lib/labs/VInfiniteScroll/index.mjs.map +1 -0
- package/lib/labs/VSkeletonLoader/index.d.ts +0 -12
- package/lib/labs/components.d.ts +398 -969
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- 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/locale/af.mjs +5 -1
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +5 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +5 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +5 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +5 -1
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +5 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +5 -1
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +5 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +5 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +5 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +5 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +5 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +5 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +5 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +5 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +5 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +5 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +5 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +5 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.ts +168 -0
- package/lib/locale/it.mjs +5 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +5 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +5 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +5 -1
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +5 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +5 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +5 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +5 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +5 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +5 -1
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +5 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +5 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +5 -1
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +5 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +5 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +5 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +5 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +5 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +5 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +5 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +5 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +5 -1
- package/lib/locale/zh-Hant.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
@@ -1,8 +1,28 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent } from 'vue';
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, PropType, JSXComponent } from 'vue';
|
3
3
|
// @ts-ignore
|
4
4
|
import * as vue_router from 'vue-router';
|
5
5
|
|
6
|
+
type SlotsToProps<U extends Record<string, any[]> | Record<string, Slot>, T = U extends Record<string, any[]> ? MakeSlots<U> : U> = {
|
7
|
+
$children?: (VNodeChild | (T extends {
|
8
|
+
default: infer V;
|
9
|
+
} ? V : {}) | {
|
10
|
+
[K in keyof T]?: T[K];
|
11
|
+
});
|
12
|
+
'v-slots'?: {
|
13
|
+
[K in keyof T]?: T[K] | false;
|
14
|
+
};
|
15
|
+
} & {
|
16
|
+
[K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
|
17
|
+
};
|
18
|
+
type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
|
19
|
+
type MakeSlots<T extends Record<string, any[]> | Record<string, Slot>> = {
|
20
|
+
[K in keyof T]: T[K] extends any[] ? Slot<T[K]> : T[K];
|
21
|
+
};
|
22
|
+
type GenericProps<Props, Slots extends Record<string, any[]>> = {
|
23
|
+
$props: Props & SlotsToProps<Slots>;
|
24
|
+
$slots: MakeSlots<Slots>;
|
25
|
+
};
|
6
26
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
7
27
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
|
8
28
|
}
|
@@ -47,121 +67,108 @@ type OpenStrategyProp = 'single' | 'multiple' | 'list' | OpenStrategy;
|
|
47
67
|
|
48
68
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
49
69
|
|
50
|
-
|
70
|
+
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
71
|
+
declare const IconValue: PropType<IconValue>;
|
72
|
+
|
73
|
+
type ListItemSlot = {
|
74
|
+
isActive: boolean;
|
75
|
+
isSelected: boolean;
|
76
|
+
isIndeterminate: boolean;
|
77
|
+
select: (value: boolean) => void;
|
78
|
+
};
|
79
|
+
type ListItemTitleSlot = {
|
80
|
+
title?: string;
|
81
|
+
};
|
82
|
+
type ListItemSubtitleSlot = {
|
83
|
+
subtitle?: string;
|
84
|
+
};
|
85
|
+
type VListItemSlots = {
|
86
|
+
prepend: [ListItemSlot];
|
87
|
+
append: [ListItemSlot];
|
88
|
+
default: [ListItemSlot];
|
89
|
+
title: [ListItemTitleSlot];
|
90
|
+
subtitle: [ListItemSubtitleSlot];
|
91
|
+
};
|
92
|
+
declare const VListItem: {
|
51
93
|
new (...args: any[]): {
|
52
94
|
$: vue.ComponentInternalInstance;
|
53
95
|
$data: {};
|
54
96
|
$props: Partial<{
|
97
|
+
replace: boolean;
|
98
|
+
link: boolean;
|
99
|
+
exact: boolean;
|
100
|
+
active: boolean;
|
55
101
|
nav: boolean;
|
102
|
+
style: vue.StyleValue;
|
56
103
|
disabled: boolean;
|
57
104
|
tag: string;
|
58
|
-
mandatory: boolean;
|
59
105
|
rounded: string | number | boolean;
|
60
106
|
density: Density;
|
61
107
|
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
};
|
110
|
-
returnObject: BooleanConstructor;
|
111
|
-
itemType: {
|
112
|
-
type: StringConstructor;
|
113
|
-
default: string;
|
114
|
-
};
|
115
|
-
elevation: {
|
116
|
-
type: (StringConstructor | NumberConstructor)[];
|
117
|
-
validator(v: any): boolean;
|
118
|
-
};
|
119
|
-
height: (StringConstructor | NumberConstructor)[];
|
120
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
121
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
122
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
123
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
124
|
-
width: (StringConstructor | NumberConstructor)[];
|
125
|
-
density: {
|
126
|
-
type: PropType<Density>;
|
127
|
-
default: string;
|
128
|
-
validator: (v: any) => boolean;
|
129
|
-
};
|
130
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
131
|
-
selectStrategy: {
|
132
|
-
type: PropType<NonNullable<SelectStrategy>>;
|
133
|
-
default: NonNullable<SelectStrategy>;
|
134
|
-
};
|
135
|
-
openStrategy: {
|
136
|
-
type: PropType<NonNullable<OpenStrategyProp>>;
|
137
|
-
default: NonNullable<OpenStrategyProp>;
|
138
|
-
};
|
139
|
-
opened: PropType<unknown[]>;
|
140
|
-
selected: PropType<unknown[]>;
|
141
|
-
mandatory: BooleanConstructor;
|
142
|
-
activeColor: StringConstructor;
|
143
|
-
activeClass: StringConstructor;
|
144
|
-
bgColor: StringConstructor;
|
145
|
-
disabled: BooleanConstructor;
|
146
|
-
lines: {
|
147
|
-
type: PropType<false | "one" | "two" | "three">;
|
148
|
-
default: string;
|
108
|
+
ripple: boolean;
|
109
|
+
}> & Omit<{
|
110
|
+
replace: boolean;
|
111
|
+
exact: boolean;
|
112
|
+
nav: boolean;
|
113
|
+
style: vue.StyleValue;
|
114
|
+
disabled: boolean;
|
115
|
+
tag: string;
|
116
|
+
density: Density;
|
117
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
118
|
+
ripple: boolean;
|
119
|
+
} & {
|
120
|
+
link?: boolean | undefined;
|
121
|
+
height?: string | number | undefined;
|
122
|
+
width?: string | number | undefined;
|
123
|
+
active?: boolean | undefined;
|
124
|
+
border?: string | number | boolean | undefined;
|
125
|
+
color?: string | undefined;
|
126
|
+
maxHeight?: string | number | undefined;
|
127
|
+
maxWidth?: string | number | undefined;
|
128
|
+
minHeight?: string | number | undefined;
|
129
|
+
minWidth?: string | number | undefined;
|
130
|
+
value?: any;
|
131
|
+
title?: string | number | boolean | undefined;
|
132
|
+
class?: any;
|
133
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
134
|
+
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
135
|
+
href?: string | undefined;
|
136
|
+
elevation?: string | number | undefined;
|
137
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
138
|
+
theme?: string | undefined;
|
139
|
+
rounded?: string | number | boolean | undefined;
|
140
|
+
prependIcon?: IconValue | undefined;
|
141
|
+
appendIcon?: IconValue | undefined;
|
142
|
+
activeClass?: string | undefined;
|
143
|
+
appendAvatar?: string | undefined;
|
144
|
+
prependAvatar?: string | undefined;
|
145
|
+
activeColor?: string | undefined;
|
146
|
+
subtitle?: string | number | boolean | undefined;
|
147
|
+
lines?: "one" | "two" | "three" | undefined;
|
148
|
+
} & {
|
149
|
+
$children?: vue.VNodeChild | ((args_0: ListItemSlot) => vue.VNodeChild) | {
|
150
|
+
prepend?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
151
|
+
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
152
|
+
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
153
|
+
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
154
|
+
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
149
155
|
};
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
"
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
156
|
+
'v-slots'?: {
|
157
|
+
prepend?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
158
|
+
append?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
159
|
+
default?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
160
|
+
title?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
161
|
+
subtitle?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
162
|
+
} | undefined;
|
163
|
+
} & {
|
164
|
+
"v-slot:prepend"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
165
|
+
"v-slot:append"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
166
|
+
"v-slot:default"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
167
|
+
"v-slot:title"?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
168
|
+
"v-slot:subtitle"?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
169
|
+
} & {
|
170
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
171
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "replace" | "link" | "exact" | "active" | "nav" | "style" | "disabled" | "tag" | "rounded" | "density" | "variant" | "ripple">;
|
165
172
|
$attrs: {
|
166
173
|
[x: string]: unknown;
|
167
174
|
};
|
@@ -173,34 +180,565 @@ declare const VList: {
|
|
173
180
|
}>;
|
174
181
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
175
182
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
176
|
-
$emit: (
|
177
|
-
id: unknown;
|
178
|
-
value: boolean;
|
179
|
-
path: unknown[];
|
180
|
-
}) => void) & ((event: "click:select", value: {
|
181
|
-
id: unknown;
|
182
|
-
value: boolean;
|
183
|
-
path: unknown[];
|
184
|
-
}) => void) & ((event: "update:selected", val: unknown[]) => void) & ((event: "update:opened", val: unknown[]) => void);
|
183
|
+
$emit: (event: "click", e: MouseEvent | KeyboardEvent) => void;
|
185
184
|
$el: any;
|
186
|
-
$options: vue.ComponentOptionsBase<
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
185
|
+
$options: vue.ComponentOptionsBase<{
|
186
|
+
replace: boolean;
|
187
|
+
exact: boolean;
|
188
|
+
nav: boolean;
|
189
|
+
style: vue.StyleValue;
|
190
|
+
disabled: boolean;
|
191
|
+
tag: string;
|
192
|
+
density: Density;
|
193
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
194
|
+
ripple: boolean;
|
195
|
+
} & {
|
196
|
+
link?: boolean | undefined;
|
197
|
+
height?: string | number | undefined;
|
198
|
+
width?: string | number | undefined;
|
199
|
+
active?: boolean | undefined;
|
200
|
+
border?: string | number | boolean | undefined;
|
201
|
+
color?: string | undefined;
|
202
|
+
maxHeight?: string | number | undefined;
|
203
|
+
maxWidth?: string | number | undefined;
|
204
|
+
minHeight?: string | number | undefined;
|
205
|
+
minWidth?: string | number | undefined;
|
206
|
+
value?: any;
|
207
|
+
title?: string | number | boolean | undefined;
|
208
|
+
class?: any;
|
209
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
210
|
+
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
211
|
+
href?: string | undefined;
|
212
|
+
elevation?: string | number | undefined;
|
213
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
214
|
+
theme?: string | undefined;
|
215
|
+
rounded?: string | number | boolean | undefined;
|
216
|
+
prependIcon?: IconValue | undefined;
|
217
|
+
appendIcon?: IconValue | undefined;
|
218
|
+
activeClass?: string | undefined;
|
219
|
+
appendAvatar?: string | undefined;
|
220
|
+
prependAvatar?: string | undefined;
|
221
|
+
activeColor?: string | undefined;
|
222
|
+
subtitle?: string | number | boolean | undefined;
|
223
|
+
lines?: "one" | "two" | "three" | undefined;
|
224
|
+
} & {
|
225
|
+
$children?: vue.VNodeChild | ((args_0: ListItemSlot) => vue.VNodeChild) | {
|
226
|
+
prepend?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
227
|
+
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
228
|
+
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
229
|
+
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
230
|
+
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
200
231
|
};
|
201
|
-
|
202
|
-
|
203
|
-
|
232
|
+
'v-slots'?: {
|
233
|
+
prepend?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
234
|
+
append?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
235
|
+
default?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
236
|
+
title?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
237
|
+
subtitle?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
238
|
+
} | undefined;
|
239
|
+
} & {
|
240
|
+
"v-slot:prepend"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
241
|
+
"v-slot:append"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
242
|
+
"v-slot:default"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
243
|
+
"v-slot:title"?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
244
|
+
"v-slot:subtitle"?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
245
|
+
} & {
|
246
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
247
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
248
|
+
click: (e: MouseEvent | KeyboardEvent) => true;
|
249
|
+
}, string, {
|
250
|
+
replace: boolean;
|
251
|
+
link: boolean;
|
252
|
+
exact: boolean;
|
253
|
+
active: boolean;
|
254
|
+
nav: boolean;
|
255
|
+
style: vue.StyleValue;
|
256
|
+
disabled: boolean;
|
257
|
+
tag: string;
|
258
|
+
rounded: string | number | boolean;
|
259
|
+
density: Density;
|
260
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
261
|
+
ripple: boolean;
|
262
|
+
}, {}, string> & {
|
263
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
264
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
265
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
266
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
267
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
268
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
269
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
270
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
271
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
272
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
273
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
274
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
275
|
+
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
276
|
+
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
277
|
+
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
278
|
+
};
|
279
|
+
$forceUpdate: () => void;
|
280
|
+
$nextTick: typeof vue.nextTick;
|
281
|
+
$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;
|
282
|
+
} & {
|
283
|
+
replace: boolean;
|
284
|
+
exact: boolean;
|
285
|
+
nav: boolean;
|
286
|
+
style: vue.StyleValue;
|
287
|
+
disabled: boolean;
|
288
|
+
tag: string;
|
289
|
+
density: Density;
|
290
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
291
|
+
ripple: boolean;
|
292
|
+
} & {
|
293
|
+
link?: boolean | undefined;
|
294
|
+
height?: string | number | undefined;
|
295
|
+
width?: string | number | undefined;
|
296
|
+
active?: boolean | undefined;
|
297
|
+
border?: string | number | boolean | undefined;
|
298
|
+
color?: string | undefined;
|
299
|
+
maxHeight?: string | number | undefined;
|
300
|
+
maxWidth?: string | number | undefined;
|
301
|
+
minHeight?: string | number | undefined;
|
302
|
+
minWidth?: string | number | undefined;
|
303
|
+
value?: any;
|
304
|
+
title?: string | number | boolean | undefined;
|
305
|
+
class?: any;
|
306
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
307
|
+
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
308
|
+
href?: string | undefined;
|
309
|
+
elevation?: string | number | undefined;
|
310
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
311
|
+
theme?: string | undefined;
|
312
|
+
rounded?: string | number | boolean | undefined;
|
313
|
+
prependIcon?: IconValue | undefined;
|
314
|
+
appendIcon?: IconValue | undefined;
|
315
|
+
activeClass?: string | undefined;
|
316
|
+
appendAvatar?: string | undefined;
|
317
|
+
prependAvatar?: string | undefined;
|
318
|
+
activeColor?: string | undefined;
|
319
|
+
subtitle?: string | number | boolean | undefined;
|
320
|
+
lines?: "one" | "two" | "three" | undefined;
|
321
|
+
} & {
|
322
|
+
$children?: vue.VNodeChild | ((args_0: ListItemSlot) => vue.VNodeChild) | {
|
323
|
+
prepend?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
324
|
+
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
325
|
+
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
326
|
+
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
327
|
+
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
328
|
+
};
|
329
|
+
'v-slots'?: {
|
330
|
+
prepend?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
331
|
+
append?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
332
|
+
default?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
333
|
+
title?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
334
|
+
subtitle?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
335
|
+
} | undefined;
|
336
|
+
} & {
|
337
|
+
"v-slot:prepend"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
338
|
+
"v-slot:append"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
339
|
+
"v-slot:default"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
340
|
+
"v-slot:title"?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
341
|
+
"v-slot:subtitle"?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
342
|
+
} & {
|
343
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
344
|
+
} & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
|
345
|
+
__isFragment?: undefined;
|
346
|
+
__isTeleport?: undefined;
|
347
|
+
__isSuspense?: undefined;
|
348
|
+
} & vue.ComponentOptionsBase<{
|
349
|
+
replace: boolean;
|
350
|
+
exact: boolean;
|
351
|
+
nav: boolean;
|
352
|
+
style: vue.StyleValue;
|
353
|
+
disabled: boolean;
|
354
|
+
tag: string;
|
355
|
+
density: Density;
|
356
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
357
|
+
ripple: boolean;
|
358
|
+
} & {
|
359
|
+
link?: boolean | undefined;
|
360
|
+
height?: string | number | undefined;
|
361
|
+
width?: string | number | undefined;
|
362
|
+
active?: boolean | undefined;
|
363
|
+
border?: string | number | boolean | undefined;
|
364
|
+
color?: string | undefined;
|
365
|
+
maxHeight?: string | number | undefined;
|
366
|
+
maxWidth?: string | number | undefined;
|
367
|
+
minHeight?: string | number | undefined;
|
368
|
+
minWidth?: string | number | undefined;
|
369
|
+
value?: any;
|
370
|
+
title?: string | number | boolean | undefined;
|
371
|
+
class?: any;
|
372
|
+
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
373
|
+
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
374
|
+
href?: string | undefined;
|
375
|
+
elevation?: string | number | undefined;
|
376
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
377
|
+
theme?: string | undefined;
|
378
|
+
rounded?: string | number | boolean | undefined;
|
379
|
+
prependIcon?: IconValue | undefined;
|
380
|
+
appendIcon?: IconValue | undefined;
|
381
|
+
activeClass?: string | undefined;
|
382
|
+
appendAvatar?: string | undefined;
|
383
|
+
prependAvatar?: string | undefined;
|
384
|
+
activeColor?: string | undefined;
|
385
|
+
subtitle?: string | number | boolean | undefined;
|
386
|
+
lines?: "one" | "two" | "three" | undefined;
|
387
|
+
} & {
|
388
|
+
$children?: vue.VNodeChild | ((args_0: ListItemSlot) => vue.VNodeChild) | {
|
389
|
+
prepend?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
390
|
+
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
391
|
+
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
392
|
+
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
393
|
+
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
394
|
+
};
|
395
|
+
'v-slots'?: {
|
396
|
+
prepend?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
397
|
+
append?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
398
|
+
default?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
399
|
+
title?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
400
|
+
subtitle?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
401
|
+
} | undefined;
|
402
|
+
} & {
|
403
|
+
"v-slot:prepend"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
404
|
+
"v-slot:append"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
405
|
+
"v-slot:default"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
406
|
+
"v-slot:title"?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
407
|
+
"v-slot:subtitle"?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
408
|
+
} & {
|
409
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
410
|
+
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
411
|
+
click: (e: MouseEvent | KeyboardEvent) => true;
|
412
|
+
}, string, {
|
413
|
+
replace: boolean;
|
414
|
+
link: boolean;
|
415
|
+
exact: boolean;
|
416
|
+
active: boolean;
|
417
|
+
nav: boolean;
|
418
|
+
style: vue.StyleValue;
|
419
|
+
disabled: boolean;
|
420
|
+
tag: string;
|
421
|
+
rounded: string | number | boolean;
|
422
|
+
density: Density;
|
423
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
424
|
+
ripple: boolean;
|
425
|
+
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
426
|
+
color: StringConstructor;
|
427
|
+
variant: Omit<{
|
428
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
429
|
+
default: string;
|
430
|
+
validator: (v: any) => boolean;
|
431
|
+
}, "type" | "default"> & {
|
432
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
433
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
434
|
+
};
|
435
|
+
theme: StringConstructor;
|
436
|
+
tag: {
|
437
|
+
type: StringConstructor;
|
438
|
+
default: string;
|
439
|
+
};
|
440
|
+
href: StringConstructor;
|
441
|
+
replace: BooleanConstructor;
|
442
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
443
|
+
exact: BooleanConstructor;
|
444
|
+
rounded: {
|
445
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
446
|
+
default: undefined;
|
447
|
+
};
|
448
|
+
elevation: {
|
449
|
+
type: (StringConstructor | NumberConstructor)[];
|
450
|
+
validator(v: any): boolean;
|
451
|
+
};
|
452
|
+
height: (StringConstructor | NumberConstructor)[];
|
453
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
454
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
455
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
456
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
457
|
+
width: (StringConstructor | NumberConstructor)[];
|
458
|
+
density: {
|
459
|
+
type: PropType<Density>;
|
460
|
+
default: string;
|
461
|
+
validator: (v: any) => boolean;
|
462
|
+
};
|
463
|
+
class: PropType<any>;
|
464
|
+
style: {
|
465
|
+
type: PropType<vue.StyleValue>;
|
466
|
+
default: null;
|
467
|
+
};
|
468
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
469
|
+
active: {
|
470
|
+
type: BooleanConstructor;
|
471
|
+
default: undefined;
|
472
|
+
};
|
473
|
+
activeClass: StringConstructor;
|
474
|
+
activeColor: StringConstructor;
|
475
|
+
appendAvatar: StringConstructor;
|
476
|
+
appendIcon: PropType<IconValue>;
|
477
|
+
disabled: BooleanConstructor;
|
478
|
+
lines: PropType<"one" | "two" | "three">;
|
479
|
+
link: {
|
480
|
+
type: BooleanConstructor;
|
481
|
+
default: undefined;
|
482
|
+
};
|
483
|
+
nav: BooleanConstructor;
|
484
|
+
prependAvatar: StringConstructor;
|
485
|
+
prependIcon: PropType<IconValue>;
|
486
|
+
ripple: {
|
487
|
+
type: BooleanConstructor;
|
488
|
+
default: boolean;
|
489
|
+
};
|
490
|
+
subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
491
|
+
title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
492
|
+
value: null;
|
493
|
+
onClick: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
494
|
+
onClickOnce: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
495
|
+
}, vue.ExtractPropTypes<{
|
496
|
+
color: StringConstructor;
|
497
|
+
variant: Omit<{
|
498
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
499
|
+
default: string;
|
500
|
+
validator: (v: any) => boolean;
|
501
|
+
}, "type" | "default"> & {
|
502
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
503
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
504
|
+
};
|
505
|
+
theme: StringConstructor;
|
506
|
+
tag: {
|
507
|
+
type: StringConstructor;
|
508
|
+
default: string;
|
509
|
+
};
|
510
|
+
href: StringConstructor;
|
511
|
+
replace: BooleanConstructor;
|
512
|
+
to: PropType<vue_router.RouteLocationRaw>;
|
513
|
+
exact: BooleanConstructor;
|
514
|
+
rounded: {
|
515
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
516
|
+
default: undefined;
|
517
|
+
};
|
518
|
+
elevation: {
|
519
|
+
type: (StringConstructor | NumberConstructor)[];
|
520
|
+
validator(v: any): boolean;
|
521
|
+
};
|
522
|
+
height: (StringConstructor | NumberConstructor)[];
|
523
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
524
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
525
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
526
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
527
|
+
width: (StringConstructor | NumberConstructor)[];
|
528
|
+
density: {
|
529
|
+
type: PropType<Density>;
|
530
|
+
default: string;
|
531
|
+
validator: (v: any) => boolean;
|
532
|
+
};
|
533
|
+
class: PropType<any>;
|
534
|
+
style: {
|
535
|
+
type: PropType<vue.StyleValue>;
|
536
|
+
default: null;
|
537
|
+
};
|
538
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
539
|
+
active: {
|
540
|
+
type: BooleanConstructor;
|
541
|
+
default: undefined;
|
542
|
+
};
|
543
|
+
activeClass: StringConstructor;
|
544
|
+
activeColor: StringConstructor;
|
545
|
+
appendAvatar: StringConstructor;
|
546
|
+
appendIcon: PropType<IconValue>;
|
547
|
+
disabled: BooleanConstructor;
|
548
|
+
lines: PropType<"one" | "two" | "three">;
|
549
|
+
link: {
|
550
|
+
type: BooleanConstructor;
|
551
|
+
default: undefined;
|
552
|
+
};
|
553
|
+
nav: BooleanConstructor;
|
554
|
+
prependAvatar: StringConstructor;
|
555
|
+
prependIcon: PropType<IconValue>;
|
556
|
+
ripple: {
|
557
|
+
type: BooleanConstructor;
|
558
|
+
default: boolean;
|
559
|
+
};
|
560
|
+
subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
561
|
+
title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
562
|
+
value: null;
|
563
|
+
onClick: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
564
|
+
onClickOnce: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
565
|
+
}>>;
|
566
|
+
type VListItem = InstanceType<typeof VListItem>;
|
567
|
+
|
568
|
+
type VListChildrenSlots<T> = {
|
569
|
+
[K in keyof VListItemSlots]: VListItemSlots[K] & [{
|
570
|
+
item: T;
|
571
|
+
}];
|
572
|
+
} & {
|
573
|
+
item: [T];
|
574
|
+
divider: [{
|
575
|
+
props: T;
|
576
|
+
}];
|
577
|
+
subheader: [{
|
578
|
+
props: T;
|
579
|
+
}];
|
580
|
+
};
|
581
|
+
|
582
|
+
declare const VList: {
|
583
|
+
new (...args: any[]): {
|
584
|
+
$: vue.ComponentInternalInstance;
|
585
|
+
$data: {};
|
586
|
+
$props: Partial<{
|
587
|
+
nav: boolean;
|
588
|
+
style: vue.StyleValue;
|
589
|
+
disabled: boolean;
|
590
|
+
tag: string;
|
591
|
+
mandatory: boolean;
|
592
|
+
rounded: string | number | boolean;
|
593
|
+
density: Density;
|
594
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
595
|
+
selectStrategy: NonNullable<SelectStrategy>;
|
596
|
+
openStrategy: NonNullable<OpenStrategyProp>;
|
597
|
+
lines: false | "one" | "two" | "three";
|
598
|
+
itemTitle: SelectItemKey;
|
599
|
+
itemValue: SelectItemKey;
|
600
|
+
itemChildren: SelectItemKey;
|
601
|
+
itemProps: SelectItemKey;
|
602
|
+
returnObject: boolean;
|
603
|
+
itemType: string;
|
604
|
+
}> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
|
605
|
+
color: StringConstructor;
|
606
|
+
variant: Omit<{
|
607
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
608
|
+
default: string;
|
609
|
+
validator: (v: any) => boolean;
|
610
|
+
}, "type" | "default"> & {
|
611
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
612
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
613
|
+
};
|
614
|
+
theme: StringConstructor;
|
615
|
+
tag: {
|
616
|
+
type: StringConstructor;
|
617
|
+
default: string;
|
618
|
+
};
|
619
|
+
rounded: {
|
620
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
621
|
+
default: undefined;
|
622
|
+
};
|
623
|
+
items: {
|
624
|
+
type: PropType<any[]>;
|
625
|
+
default: () => never[];
|
626
|
+
};
|
627
|
+
itemTitle: {
|
628
|
+
type: PropType<SelectItemKey>;
|
629
|
+
default: string;
|
630
|
+
};
|
631
|
+
itemValue: {
|
632
|
+
type: PropType<SelectItemKey>;
|
633
|
+
default: string;
|
634
|
+
};
|
635
|
+
itemChildren: {
|
636
|
+
type: PropType<SelectItemKey>;
|
637
|
+
default: string;
|
638
|
+
};
|
639
|
+
itemProps: {
|
640
|
+
type: PropType<SelectItemKey>;
|
641
|
+
default: string;
|
642
|
+
};
|
643
|
+
returnObject: BooleanConstructor;
|
644
|
+
itemType: {
|
645
|
+
type: StringConstructor;
|
646
|
+
default: string;
|
647
|
+
};
|
648
|
+
elevation: {
|
649
|
+
type: (StringConstructor | NumberConstructor)[];
|
650
|
+
validator(v: any): boolean;
|
651
|
+
};
|
652
|
+
height: (StringConstructor | NumberConstructor)[];
|
653
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
654
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
655
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
656
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
657
|
+
width: (StringConstructor | NumberConstructor)[];
|
658
|
+
density: {
|
659
|
+
type: PropType<Density>;
|
660
|
+
default: string;
|
661
|
+
validator: (v: any) => boolean;
|
662
|
+
};
|
663
|
+
class: PropType<any>;
|
664
|
+
style: {
|
665
|
+
type: PropType<vue.StyleValue>;
|
666
|
+
default: null;
|
667
|
+
};
|
668
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
669
|
+
selectStrategy: {
|
670
|
+
type: PropType<NonNullable<SelectStrategy>>;
|
671
|
+
default: NonNullable<SelectStrategy>;
|
672
|
+
};
|
673
|
+
openStrategy: {
|
674
|
+
type: PropType<NonNullable<OpenStrategyProp>>;
|
675
|
+
default: NonNullable<OpenStrategyProp>;
|
676
|
+
};
|
677
|
+
opened: PropType<unknown[]>;
|
678
|
+
selected: PropType<unknown[]>;
|
679
|
+
mandatory: BooleanConstructor;
|
680
|
+
activeColor: StringConstructor;
|
681
|
+
activeClass: StringConstructor;
|
682
|
+
bgColor: StringConstructor;
|
683
|
+
disabled: BooleanConstructor;
|
684
|
+
lines: {
|
685
|
+
type: PropType<false | "one" | "two" | "three">;
|
686
|
+
default: string;
|
687
|
+
};
|
688
|
+
nav: BooleanConstructor;
|
689
|
+
}, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:append" | "v-slot:prepend" | "v-slot:subtitle" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader">>> & {
|
690
|
+
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
691
|
+
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
692
|
+
"onClick:open"?: ((value: {
|
693
|
+
id: unknown;
|
694
|
+
value: boolean;
|
695
|
+
path: unknown[];
|
696
|
+
}) => any) | undefined;
|
697
|
+
"onClick:select"?: ((value: {
|
698
|
+
id: unknown;
|
699
|
+
value: boolean;
|
700
|
+
path: unknown[];
|
701
|
+
}) => any) | undefined;
|
702
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "nav" | "style" | "disabled" | "tag" | "mandatory" | "rounded" | "density" | "variant" | "selectStrategy" | "openStrategy" | "lines" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "returnObject" | "itemType">;
|
703
|
+
$attrs: {
|
704
|
+
[x: string]: unknown;
|
705
|
+
};
|
706
|
+
$refs: {
|
707
|
+
[x: string]: unknown;
|
708
|
+
};
|
709
|
+
$slots: Readonly<{
|
710
|
+
[name: string]: vue.Slot | undefined;
|
711
|
+
}>;
|
712
|
+
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
713
|
+
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
714
|
+
$emit: ((event: "click:open", value: {
|
715
|
+
id: unknown;
|
716
|
+
value: boolean;
|
717
|
+
path: unknown[];
|
718
|
+
}) => void) & ((event: "click:select", value: {
|
719
|
+
id: unknown;
|
720
|
+
value: boolean;
|
721
|
+
path: unknown[];
|
722
|
+
}) => void) & ((event: "update:selected", val: unknown[]) => void) & ((event: "update:opened", val: unknown[]) => void);
|
723
|
+
$el: any;
|
724
|
+
$options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
|
725
|
+
color: StringConstructor;
|
726
|
+
variant: Omit<{
|
727
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
728
|
+
default: string;
|
729
|
+
validator: (v: any) => boolean;
|
730
|
+
}, "type" | "default"> & {
|
731
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
732
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
733
|
+
};
|
734
|
+
theme: StringConstructor;
|
735
|
+
tag: {
|
736
|
+
type: StringConstructor;
|
737
|
+
default: string;
|
738
|
+
};
|
739
|
+
rounded: {
|
740
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
741
|
+
default: undefined;
|
204
742
|
};
|
205
743
|
items: {
|
206
744
|
type: PropType<any[]>;
|
@@ -242,6 +780,11 @@ declare const VList: {
|
|
242
780
|
default: string;
|
243
781
|
validator: (v: any) => boolean;
|
244
782
|
};
|
783
|
+
class: PropType<any>;
|
784
|
+
style: {
|
785
|
+
type: PropType<vue.StyleValue>;
|
786
|
+
default: null;
|
787
|
+
};
|
245
788
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
246
789
|
selectStrategy: {
|
247
790
|
type: PropType<NonNullable<SelectStrategy>>;
|
@@ -263,7 +806,7 @@ declare const VList: {
|
|
263
806
|
default: string;
|
264
807
|
};
|
265
808
|
nav: BooleanConstructor;
|
266
|
-
}, "$children" | "
|
809
|
+
}, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:append" | "v-slot:prepend" | "v-slot:subtitle" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader">>> & {
|
267
810
|
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
268
811
|
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
269
812
|
"onClick:open"?: ((value: {
|
@@ -293,8 +836,9 @@ declare const VList: {
|
|
293
836
|
value: boolean;
|
294
837
|
path: unknown[];
|
295
838
|
}) => boolean;
|
296
|
-
}, "$children" | "
|
839
|
+
}, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:append" | "v-slot:prepend" | "v-slot:subtitle" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader">, string, {
|
297
840
|
nav: boolean;
|
841
|
+
style: vue.StyleValue;
|
298
842
|
disabled: boolean;
|
299
843
|
tag: string;
|
300
844
|
mandatory: boolean;
|
@@ -389,6 +933,11 @@ declare const VList: {
|
|
389
933
|
default: string;
|
390
934
|
validator: (v: any) => boolean;
|
391
935
|
};
|
936
|
+
class: PropType<any>;
|
937
|
+
style: {
|
938
|
+
type: PropType<vue.StyleValue>;
|
939
|
+
default: null;
|
940
|
+
};
|
392
941
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
393
942
|
selectStrategy: {
|
394
943
|
type: PropType<NonNullable<SelectStrategy>>;
|
@@ -410,7 +959,7 @@ declare const VList: {
|
|
410
959
|
default: string;
|
411
960
|
};
|
412
961
|
nav: BooleanConstructor;
|
413
|
-
}, "$children" | "
|
962
|
+
}, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:append" | "v-slot:prepend" | "v-slot:subtitle" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader">>> & {
|
414
963
|
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
415
964
|
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
416
965
|
"onClick:open"?: ((value: {
|
@@ -490,6 +1039,11 @@ declare const VList: {
|
|
490
1039
|
default: string;
|
491
1040
|
validator: (v: any) => boolean;
|
492
1041
|
};
|
1042
|
+
class: PropType<any>;
|
1043
|
+
style: {
|
1044
|
+
type: PropType<vue.StyleValue>;
|
1045
|
+
default: null;
|
1046
|
+
};
|
493
1047
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
494
1048
|
selectStrategy: {
|
495
1049
|
type: PropType<NonNullable<SelectStrategy>>;
|
@@ -511,7 +1065,7 @@ declare const VList: {
|
|
511
1065
|
default: string;
|
512
1066
|
};
|
513
1067
|
nav: BooleanConstructor;
|
514
|
-
}, "$children" | "
|
1068
|
+
}, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:append" | "v-slot:prepend" | "v-slot:subtitle" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader">>> & {
|
515
1069
|
"onUpdate:selected"?: ((val: unknown[]) => any) | undefined;
|
516
1070
|
"onUpdate:opened"?: ((val: unknown[]) => any) | undefined;
|
517
1071
|
"onClick:open"?: ((value: {
|
@@ -541,8 +1095,9 @@ declare const VList: {
|
|
541
1095
|
value: boolean;
|
542
1096
|
path: unknown[];
|
543
1097
|
}) => boolean;
|
544
|
-
}, "$children" | "
|
1098
|
+
}, "$children" | "v-slot:default" | "items" | "v-slots" | "v-slot:title" | "v-slot:append" | "v-slot:prepend" | "v-slot:subtitle" | "v-slot:item" | "v-slot:divider" | "v-slot:subheader">, string, {
|
545
1099
|
nav: boolean;
|
1100
|
+
style: vue.StyleValue;
|
546
1101
|
disabled: boolean;
|
547
1102
|
tag: string;
|
548
1103
|
mandatory: boolean;
|
@@ -558,39 +1113,11 @@ declare const VList: {
|
|
558
1113
|
itemProps: SelectItemKey;
|
559
1114
|
returnObject: boolean;
|
560
1115
|
itemType: string;
|
561
|
-
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1>(
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
subheader?: (() => vue.VNodeChild) | undefined;
|
567
|
-
header?: ((args_0: {
|
568
|
-
props: Record<string, unknown>;
|
569
|
-
}) => vue.VNodeChild) | undefined;
|
570
|
-
item?: ((args_0: T_1) => vue.VNodeChild) | undefined;
|
571
|
-
};
|
572
|
-
$slots?: {
|
573
|
-
subheader?: (() => vue.VNodeChild) | undefined;
|
574
|
-
header?: ((args_0: {
|
575
|
-
props: Record<string, unknown>;
|
576
|
-
}) => vue.VNodeChild) | undefined;
|
577
|
-
item?: ((args_0: T_1) => vue.VNodeChild) | undefined;
|
578
|
-
} | undefined;
|
579
|
-
'v-slots'?: {
|
580
|
-
subheader?: false | (() => vue.VNodeChild) | undefined;
|
581
|
-
header?: false | ((args_0: {
|
582
|
-
props: Record<string, unknown>;
|
583
|
-
}) => vue.VNodeChild) | undefined;
|
584
|
-
item?: false | ((args_0: T_1) => vue.VNodeChild) | undefined;
|
585
|
-
} | undefined;
|
586
|
-
} & {
|
587
|
-
"v-slot:subheader"?: false | (() => vue.VNodeChild) | undefined;
|
588
|
-
"v-slot:header"?: false | ((args_0: {
|
589
|
-
props: Record<string, unknown>;
|
590
|
-
}) => vue.VNodeChild) | undefined;
|
591
|
-
"v-slot:item"?: false | ((args_0: T_1) => vue.VNodeChild) | undefined;
|
592
|
-
};
|
593
|
-
}) & FilterPropsOptions<{
|
1116
|
+
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1>(props: {
|
1117
|
+
items?: T_1[] | undefined;
|
1118
|
+
}) => GenericProps<{
|
1119
|
+
items?: T_1[] | undefined;
|
1120
|
+
}, VListChildrenSlots<T_1>>) & FilterPropsOptions<{
|
594
1121
|
color: StringConstructor;
|
595
1122
|
variant: Omit<{
|
596
1123
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
@@ -649,6 +1176,11 @@ declare const VList: {
|
|
649
1176
|
default: string;
|
650
1177
|
validator: (v: any) => boolean;
|
651
1178
|
};
|
1179
|
+
class: PropType<any>;
|
1180
|
+
style: {
|
1181
|
+
type: PropType<vue.StyleValue>;
|
1182
|
+
default: null;
|
1183
|
+
};
|
652
1184
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
653
1185
|
selectStrategy: {
|
654
1186
|
type: PropType<NonNullable<SelectStrategy>>;
|
@@ -729,6 +1261,11 @@ declare const VList: {
|
|
729
1261
|
default: string;
|
730
1262
|
validator: (v: any) => boolean;
|
731
1263
|
};
|
1264
|
+
class: PropType<any>;
|
1265
|
+
style: {
|
1266
|
+
type: PropType<vue.StyleValue>;
|
1267
|
+
default: null;
|
1268
|
+
};
|
732
1269
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
733
1270
|
selectStrategy: {
|
734
1271
|
type: PropType<NonNullable<SelectStrategy>>;
|
@@ -753,20 +1290,19 @@ declare const VList: {
|
|
753
1290
|
}>>;
|
754
1291
|
type VList = InstanceType<typeof VList>;
|
755
1292
|
|
756
|
-
type IconValue = string | JSXComponent;
|
757
|
-
declare const IconValue: PropType<IconValue>;
|
758
|
-
|
759
1293
|
declare const VListGroup: {
|
760
1294
|
new (...args: any[]): {
|
761
1295
|
$: vue.ComponentInternalInstance;
|
762
1296
|
$data: {};
|
763
1297
|
$props: Partial<{
|
1298
|
+
style: vue.StyleValue;
|
764
1299
|
tag: string;
|
765
1300
|
subgroup: boolean;
|
766
1301
|
collapseIcon: IconValue;
|
767
1302
|
expandIcon: IconValue;
|
768
1303
|
fluid: boolean;
|
769
1304
|
}> & Omit<{
|
1305
|
+
style: vue.StyleValue;
|
770
1306
|
tag: string;
|
771
1307
|
subgroup: boolean;
|
772
1308
|
collapseIcon: IconValue;
|
@@ -776,24 +1312,18 @@ declare const VListGroup: {
|
|
776
1312
|
color?: string | undefined;
|
777
1313
|
value?: any;
|
778
1314
|
title?: string | undefined;
|
1315
|
+
class?: any;
|
779
1316
|
prependIcon?: IconValue | undefined;
|
780
1317
|
appendIcon?: IconValue | undefined;
|
781
1318
|
activeColor?: string | undefined;
|
782
1319
|
} & {
|
783
|
-
$children?:
|
1320
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
784
1321
|
default?: (() => vue.VNodeChild) | undefined;
|
785
1322
|
activator?: ((args_0: {
|
786
1323
|
isOpen: boolean;
|
787
1324
|
props: Record<string, unknown>;
|
788
1325
|
}) => vue.VNodeChild) | undefined;
|
789
1326
|
};
|
790
|
-
$slots?: {
|
791
|
-
default?: (() => vue.VNodeChild) | undefined;
|
792
|
-
activator?: ((args_0: {
|
793
|
-
isOpen: boolean;
|
794
|
-
props: Record<string, unknown>;
|
795
|
-
}) => vue.VNodeChild) | undefined;
|
796
|
-
} | undefined;
|
797
1327
|
'v-slots'?: {
|
798
1328
|
default?: false | (() => vue.VNodeChild) | undefined;
|
799
1329
|
activator?: false | ((args_0: {
|
@@ -807,7 +1337,7 @@ declare const VListGroup: {
|
|
807
1337
|
isOpen: boolean;
|
808
1338
|
props: Record<string, unknown>;
|
809
1339
|
}) => vue.VNodeChild) | undefined;
|
810
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "tag" | "subgroup" | "collapseIcon" | "expandIcon" | "fluid">;
|
1340
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "tag" | "subgroup" | "collapseIcon" | "expandIcon" | "fluid">;
|
811
1341
|
$attrs: {
|
812
1342
|
[x: string]: unknown;
|
813
1343
|
};
|
@@ -822,6 +1352,7 @@ declare const VListGroup: {
|
|
822
1352
|
$emit: (event: string, ...args: any[]) => void;
|
823
1353
|
$el: any;
|
824
1354
|
$options: vue.ComponentOptionsBase<{
|
1355
|
+
style: vue.StyleValue;
|
825
1356
|
tag: string;
|
826
1357
|
subgroup: boolean;
|
827
1358
|
collapseIcon: IconValue;
|
@@ -831,24 +1362,18 @@ declare const VListGroup: {
|
|
831
1362
|
color?: string | undefined;
|
832
1363
|
value?: any;
|
833
1364
|
title?: string | undefined;
|
1365
|
+
class?: any;
|
834
1366
|
prependIcon?: IconValue | undefined;
|
835
1367
|
appendIcon?: IconValue | undefined;
|
836
1368
|
activeColor?: string | undefined;
|
837
1369
|
} & {
|
838
|
-
$children?:
|
1370
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
839
1371
|
default?: (() => vue.VNodeChild) | undefined;
|
840
1372
|
activator?: ((args_0: {
|
841
1373
|
isOpen: boolean;
|
842
1374
|
props: Record<string, unknown>;
|
843
1375
|
}) => vue.VNodeChild) | undefined;
|
844
1376
|
};
|
845
|
-
$slots?: {
|
846
|
-
default?: (() => vue.VNodeChild) | undefined;
|
847
|
-
activator?: ((args_0: {
|
848
|
-
isOpen: boolean;
|
849
|
-
props: Record<string, unknown>;
|
850
|
-
}) => vue.VNodeChild) | undefined;
|
851
|
-
} | undefined;
|
852
1377
|
'v-slots'?: {
|
853
1378
|
default?: false | (() => vue.VNodeChild) | undefined;
|
854
1379
|
activator?: false | ((args_0: {
|
@@ -863,6 +1388,7 @@ declare const VListGroup: {
|
|
863
1388
|
props: Record<string, unknown>;
|
864
1389
|
}) => vue.VNodeChild) | undefined;
|
865
1390
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1391
|
+
style: vue.StyleValue;
|
866
1392
|
tag: string;
|
867
1393
|
subgroup: boolean;
|
868
1394
|
collapseIcon: IconValue;
|
@@ -889,6 +1415,7 @@ declare const VListGroup: {
|
|
889
1415
|
$nextTick: typeof vue.nextTick;
|
890
1416
|
$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;
|
891
1417
|
} & {
|
1418
|
+
style: vue.StyleValue;
|
892
1419
|
tag: string;
|
893
1420
|
subgroup: boolean;
|
894
1421
|
collapseIcon: IconValue;
|
@@ -898,24 +1425,18 @@ declare const VListGroup: {
|
|
898
1425
|
color?: string | undefined;
|
899
1426
|
value?: any;
|
900
1427
|
title?: string | undefined;
|
1428
|
+
class?: any;
|
901
1429
|
prependIcon?: IconValue | undefined;
|
902
1430
|
appendIcon?: IconValue | undefined;
|
903
1431
|
activeColor?: string | undefined;
|
904
1432
|
} & {
|
905
|
-
$children?:
|
1433
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
906
1434
|
default?: (() => vue.VNodeChild) | undefined;
|
907
1435
|
activator?: ((args_0: {
|
908
1436
|
isOpen: boolean;
|
909
1437
|
props: Record<string, unknown>;
|
910
1438
|
}) => vue.VNodeChild) | undefined;
|
911
1439
|
};
|
912
|
-
$slots?: {
|
913
|
-
default?: (() => vue.VNodeChild) | undefined;
|
914
|
-
activator?: ((args_0: {
|
915
|
-
isOpen: boolean;
|
916
|
-
props: Record<string, unknown>;
|
917
|
-
}) => vue.VNodeChild) | undefined;
|
918
|
-
} | undefined;
|
919
1440
|
'v-slots'?: {
|
920
1441
|
default?: false | (() => vue.VNodeChild) | undefined;
|
921
1442
|
activator?: false | ((args_0: {
|
@@ -934,6 +1455,7 @@ declare const VListGroup: {
|
|
934
1455
|
__isTeleport?: undefined;
|
935
1456
|
__isSuspense?: undefined;
|
936
1457
|
} & vue.ComponentOptionsBase<{
|
1458
|
+
style: vue.StyleValue;
|
937
1459
|
tag: string;
|
938
1460
|
subgroup: boolean;
|
939
1461
|
collapseIcon: IconValue;
|
@@ -943,24 +1465,18 @@ declare const VListGroup: {
|
|
943
1465
|
color?: string | undefined;
|
944
1466
|
value?: any;
|
945
1467
|
title?: string | undefined;
|
1468
|
+
class?: any;
|
946
1469
|
prependIcon?: IconValue | undefined;
|
947
1470
|
appendIcon?: IconValue | undefined;
|
948
1471
|
activeColor?: string | undefined;
|
949
1472
|
} & {
|
950
|
-
$children?:
|
1473
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
951
1474
|
default?: (() => vue.VNodeChild) | undefined;
|
952
1475
|
activator?: ((args_0: {
|
953
1476
|
isOpen: boolean;
|
954
1477
|
props: Record<string, unknown>;
|
955
1478
|
}) => vue.VNodeChild) | undefined;
|
956
1479
|
};
|
957
|
-
$slots?: {
|
958
|
-
default?: (() => vue.VNodeChild) | undefined;
|
959
|
-
activator?: ((args_0: {
|
960
|
-
isOpen: boolean;
|
961
|
-
props: Record<string, unknown>;
|
962
|
-
}) => vue.VNodeChild) | undefined;
|
963
|
-
} | undefined;
|
964
1480
|
'v-slots'?: {
|
965
1481
|
default?: false | (() => vue.VNodeChild) | undefined;
|
966
1482
|
activator?: false | ((args_0: {
|
@@ -975,6 +1491,7 @@ declare const VListGroup: {
|
|
975
1491
|
props: Record<string, unknown>;
|
976
1492
|
}) => vue.VNodeChild) | undefined;
|
977
1493
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1494
|
+
style: vue.StyleValue;
|
978
1495
|
tag: string;
|
979
1496
|
subgroup: boolean;
|
980
1497
|
collapseIcon: IconValue;
|
@@ -985,6 +1502,11 @@ declare const VListGroup: {
|
|
985
1502
|
type: StringConstructor;
|
986
1503
|
default: string;
|
987
1504
|
};
|
1505
|
+
class: vue.PropType<any>;
|
1506
|
+
style: {
|
1507
|
+
type: vue.PropType<vue.StyleValue>;
|
1508
|
+
default: null;
|
1509
|
+
};
|
988
1510
|
activeColor: StringConstructor;
|
989
1511
|
color: StringConstructor;
|
990
1512
|
collapseIcon: {
|
@@ -1006,6 +1528,11 @@ declare const VListGroup: {
|
|
1006
1528
|
type: StringConstructor;
|
1007
1529
|
default: string;
|
1008
1530
|
};
|
1531
|
+
class: vue.PropType<any>;
|
1532
|
+
style: {
|
1533
|
+
type: vue.PropType<vue.StyleValue>;
|
1534
|
+
default: null;
|
1535
|
+
};
|
1009
1536
|
activeColor: StringConstructor;
|
1010
1537
|
color: StringConstructor;
|
1011
1538
|
collapseIcon: {
|
@@ -1022,228 +1549,31 @@ declare const VListGroup: {
|
|
1022
1549
|
subgroup: BooleanConstructor;
|
1023
1550
|
value: null;
|
1024
1551
|
title: StringConstructor;
|
1025
|
-
}>>;
|
1026
|
-
type VListGroup = InstanceType<typeof VListGroup>;
|
1027
|
-
|
1028
|
-
declare const VListImg: {
|
1029
|
-
new (...args: any[]): {
|
1030
|
-
$: vue.ComponentInternalInstance;
|
1031
|
-
$data: {};
|
1032
|
-
$props: Partial<{
|
1033
|
-
tag: string;
|
1034
|
-
}> & Omit<{
|
1035
|
-
tag: string;
|
1036
|
-
} & {} & {
|
1037
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1038
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1039
|
-
};
|
1040
|
-
$slots?: {
|
1041
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1042
|
-
} | undefined;
|
1043
|
-
'v-slots'?: {
|
1044
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1045
|
-
} | undefined;
|
1046
|
-
} & {
|
1047
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1048
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "tag">;
|
1049
|
-
$attrs: {
|
1050
|
-
[x: string]: unknown;
|
1051
|
-
};
|
1052
|
-
$refs: {
|
1053
|
-
[x: string]: unknown;
|
1054
|
-
};
|
1055
|
-
$slots: Readonly<{
|
1056
|
-
[name: string]: vue.Slot | undefined;
|
1057
|
-
}>;
|
1058
|
-
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
1059
|
-
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
1060
|
-
$emit: (event: string, ...args: any[]) => void;
|
1061
|
-
$el: any;
|
1062
|
-
$options: vue.ComponentOptionsBase<{
|
1063
|
-
tag: string;
|
1064
|
-
} & {} & {
|
1065
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1066
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1067
|
-
};
|
1068
|
-
$slots?: {
|
1069
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1070
|
-
} | undefined;
|
1071
|
-
'v-slots'?: {
|
1072
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1073
|
-
} | undefined;
|
1074
|
-
} & {
|
1075
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1076
|
-
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1077
|
-
[key: string]: any;
|
1078
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1079
|
-
tag: string;
|
1080
|
-
}, {}, string> & {
|
1081
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
1082
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
1083
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
1084
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
1085
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
1086
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
1087
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
1088
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
1089
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
1090
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
1091
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
1092
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
1093
|
-
renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
1094
|
-
renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
|
1095
|
-
errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
1096
|
-
};
|
1097
|
-
$forceUpdate: () => void;
|
1098
|
-
$nextTick: typeof vue.nextTick;
|
1099
|
-
$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;
|
1100
|
-
} & {
|
1101
|
-
tag: string;
|
1102
|
-
} & {} & {
|
1103
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1104
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1105
|
-
};
|
1106
|
-
$slots?: {
|
1107
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1108
|
-
} | undefined;
|
1109
|
-
'v-slots'?: {
|
1110
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1111
|
-
} | undefined;
|
1112
|
-
} & {
|
1113
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1114
|
-
} & vue.ShallowUnwrapRef<() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1115
|
-
[key: string]: any;
|
1116
|
-
}>> & {} & vue.ComponentCustomProperties & {};
|
1117
|
-
__isFragment?: undefined;
|
1118
|
-
__isTeleport?: undefined;
|
1119
|
-
__isSuspense?: undefined;
|
1120
|
-
} & vue.ComponentOptionsBase<{
|
1121
|
-
tag: string;
|
1122
|
-
} & {} & {
|
1123
|
-
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1124
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1125
|
-
};
|
1126
|
-
$slots?: {
|
1127
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1128
|
-
} | undefined;
|
1129
|
-
'v-slots'?: {
|
1130
|
-
default?: false | (() => vue.VNodeChild) | undefined;
|
1131
|
-
} | undefined;
|
1132
|
-
} & {
|
1133
|
-
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1134
|
-
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1135
|
-
[key: string]: any;
|
1136
|
-
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1137
|
-
tag: string;
|
1138
|
-
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1139
|
-
tag: {
|
1140
|
-
type: StringConstructor;
|
1141
|
-
default: string;
|
1142
|
-
};
|
1143
|
-
}, vue.ExtractPropTypes<{
|
1144
|
-
tag: {
|
1145
|
-
type: StringConstructor;
|
1146
|
-
default: string;
|
1147
|
-
};
|
1148
|
-
}>>;
|
1149
|
-
type VListImg = InstanceType<typeof VListImg>;
|
1150
|
-
|
1151
|
-
type ListItemSlot = {
|
1152
|
-
isActive: boolean;
|
1153
|
-
activate: (value: boolean) => void;
|
1154
|
-
isSelected: boolean;
|
1155
|
-
select: (value: boolean) => void;
|
1156
|
-
};
|
1157
|
-
type ListItemTitleSlot = {
|
1158
|
-
title?: string;
|
1159
|
-
};
|
1160
|
-
type ListItemSubtitleSlot = {
|
1161
|
-
subtitle?: string;
|
1162
|
-
};
|
1163
|
-
declare const VListItem: {
|
1552
|
+
}>>;
|
1553
|
+
type VListGroup = InstanceType<typeof VListGroup>;
|
1554
|
+
|
1555
|
+
declare const VListImg: {
|
1164
1556
|
new (...args: any[]): {
|
1165
1557
|
$: vue.ComponentInternalInstance;
|
1166
1558
|
$data: {};
|
1167
1559
|
$props: Partial<{
|
1168
|
-
|
1169
|
-
link: boolean;
|
1170
|
-
exact: boolean;
|
1171
|
-
active: boolean;
|
1172
|
-
nav: boolean;
|
1173
|
-
disabled: boolean;
|
1560
|
+
style: vue.StyleValue;
|
1174
1561
|
tag: string;
|
1175
|
-
rounded: string | number | boolean;
|
1176
|
-
density: Density;
|
1177
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1178
|
-
ripple: boolean;
|
1179
1562
|
}> & Omit<{
|
1180
|
-
|
1181
|
-
exact: boolean;
|
1182
|
-
nav: boolean;
|
1183
|
-
disabled: boolean;
|
1563
|
+
style: vue.StyleValue;
|
1184
1564
|
tag: string;
|
1185
|
-
density: Density;
|
1186
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1187
|
-
ripple: boolean;
|
1188
1565
|
} & {
|
1189
|
-
|
1190
|
-
height?: string | number | undefined;
|
1191
|
-
width?: string | number | undefined;
|
1192
|
-
active?: boolean | undefined;
|
1193
|
-
border?: string | number | boolean | undefined;
|
1194
|
-
color?: string | undefined;
|
1195
|
-
maxHeight?: string | number | undefined;
|
1196
|
-
maxWidth?: string | number | undefined;
|
1197
|
-
minHeight?: string | number | undefined;
|
1198
|
-
minWidth?: string | number | undefined;
|
1199
|
-
value?: any;
|
1200
|
-
title?: string | number | boolean | undefined;
|
1201
|
-
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1202
|
-
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1203
|
-
href?: string | undefined;
|
1204
|
-
elevation?: string | number | undefined;
|
1205
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
1206
|
-
theme?: string | undefined;
|
1207
|
-
rounded?: string | number | boolean | undefined;
|
1208
|
-
prependIcon?: IconValue | undefined;
|
1209
|
-
appendIcon?: IconValue | undefined;
|
1210
|
-
activeClass?: string | undefined;
|
1211
|
-
appendAvatar?: string | undefined;
|
1212
|
-
prependAvatar?: string | undefined;
|
1213
|
-
activeColor?: string | undefined;
|
1214
|
-
subtitle?: string | number | boolean | undefined;
|
1215
|
-
lines?: "one" | "two" | "three" | undefined;
|
1566
|
+
class?: any;
|
1216
1567
|
} & {
|
1217
|
-
$children?:
|
1218
|
-
|
1219
|
-
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1220
|
-
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1221
|
-
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
1222
|
-
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
1568
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1569
|
+
default?: (() => vue.VNodeChild) | undefined;
|
1223
1570
|
};
|
1224
|
-
$slots?: {
|
1225
|
-
prepend?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1226
|
-
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1227
|
-
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1228
|
-
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
1229
|
-
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
1230
|
-
} | undefined;
|
1231
1571
|
'v-slots'?: {
|
1232
|
-
|
1233
|
-
append?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1234
|
-
default?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1235
|
-
title?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
1236
|
-
subtitle?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
1572
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
1237
1573
|
} | undefined;
|
1238
1574
|
} & {
|
1239
|
-
"v-slot:
|
1240
|
-
|
1241
|
-
"v-slot:default"?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1242
|
-
"v-slot:title"?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
1243
|
-
"v-slot:subtitle"?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
1244
|
-
} & {
|
1245
|
-
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
1246
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "replace" | "link" | "exact" | "active" | "nav" | "disabled" | "tag" | "rounded" | "density" | "variant" | "ripple">;
|
1575
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1576
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "tag">;
|
1247
1577
|
$attrs: {
|
1248
1578
|
[x: string]: unknown;
|
1249
1579
|
};
|
@@ -1255,89 +1585,27 @@ declare const VListItem: {
|
|
1255
1585
|
}>;
|
1256
1586
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
1257
1587
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
1258
|
-
$emit: (event:
|
1588
|
+
$emit: (event: string, ...args: any[]) => void;
|
1259
1589
|
$el: any;
|
1260
1590
|
$options: vue.ComponentOptionsBase<{
|
1261
|
-
|
1262
|
-
exact: boolean;
|
1263
|
-
nav: boolean;
|
1264
|
-
disabled: boolean;
|
1591
|
+
style: vue.StyleValue;
|
1265
1592
|
tag: string;
|
1266
|
-
density: Density;
|
1267
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1268
|
-
ripple: boolean;
|
1269
1593
|
} & {
|
1270
|
-
|
1271
|
-
height?: string | number | undefined;
|
1272
|
-
width?: string | number | undefined;
|
1273
|
-
active?: boolean | undefined;
|
1274
|
-
border?: string | number | boolean | undefined;
|
1275
|
-
color?: string | undefined;
|
1276
|
-
maxHeight?: string | number | undefined;
|
1277
|
-
maxWidth?: string | number | undefined;
|
1278
|
-
minHeight?: string | number | undefined;
|
1279
|
-
minWidth?: string | number | undefined;
|
1280
|
-
value?: any;
|
1281
|
-
title?: string | number | boolean | undefined;
|
1282
|
-
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1283
|
-
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1284
|
-
href?: string | undefined;
|
1285
|
-
elevation?: string | number | undefined;
|
1286
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
1287
|
-
theme?: string | undefined;
|
1288
|
-
rounded?: string | number | boolean | undefined;
|
1289
|
-
prependIcon?: IconValue | undefined;
|
1290
|
-
appendIcon?: IconValue | undefined;
|
1291
|
-
activeClass?: string | undefined;
|
1292
|
-
appendAvatar?: string | undefined;
|
1293
|
-
prependAvatar?: string | undefined;
|
1294
|
-
activeColor?: string | undefined;
|
1295
|
-
subtitle?: string | number | boolean | undefined;
|
1296
|
-
lines?: "one" | "two" | "three" | undefined;
|
1594
|
+
class?: any;
|
1297
1595
|
} & {
|
1298
|
-
$children?:
|
1299
|
-
|
1300
|
-
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1301
|
-
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1302
|
-
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
1303
|
-
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
1596
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1597
|
+
default?: (() => vue.VNodeChild) | undefined;
|
1304
1598
|
};
|
1305
|
-
$slots?: {
|
1306
|
-
prepend?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1307
|
-
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1308
|
-
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1309
|
-
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
1310
|
-
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
1311
|
-
} | undefined;
|
1312
1599
|
'v-slots'?: {
|
1313
|
-
|
1314
|
-
append?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1315
|
-
default?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1316
|
-
title?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
1317
|
-
subtitle?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
1600
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
1318
1601
|
} | undefined;
|
1319
1602
|
} & {
|
1320
|
-
"v-slot:
|
1321
|
-
|
1322
|
-
|
1323
|
-
|
1324
|
-
|
1325
|
-
} & {
|
1326
|
-
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
1327
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1328
|
-
click: (e: MouseEvent | KeyboardEvent) => true;
|
1329
|
-
}, string, {
|
1330
|
-
replace: boolean;
|
1331
|
-
link: boolean;
|
1332
|
-
exact: boolean;
|
1333
|
-
active: boolean;
|
1334
|
-
nav: boolean;
|
1335
|
-
disabled: boolean;
|
1603
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1604
|
+
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1605
|
+
[key: string]: any;
|
1606
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1607
|
+
style: vue.StyleValue;
|
1336
1608
|
tag: string;
|
1337
|
-
rounded: string | number | boolean;
|
1338
|
-
density: Density;
|
1339
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1340
|
-
ripple: boolean;
|
1341
1609
|
}, {}, string> & {
|
1342
1610
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
1343
1611
|
created?: ((() => void) | (() => void)[]) | undefined;
|
@@ -1359,289 +1627,66 @@ declare const VListItem: {
|
|
1359
1627
|
$nextTick: typeof vue.nextTick;
|
1360
1628
|
$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;
|
1361
1629
|
} & {
|
1362
|
-
|
1363
|
-
exact: boolean;
|
1364
|
-
nav: boolean;
|
1365
|
-
disabled: boolean;
|
1630
|
+
style: vue.StyleValue;
|
1366
1631
|
tag: string;
|
1367
|
-
density: Density;
|
1368
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1369
|
-
ripple: boolean;
|
1370
1632
|
} & {
|
1371
|
-
|
1372
|
-
height?: string | number | undefined;
|
1373
|
-
width?: string | number | undefined;
|
1374
|
-
active?: boolean | undefined;
|
1375
|
-
border?: string | number | boolean | undefined;
|
1376
|
-
color?: string | undefined;
|
1377
|
-
maxHeight?: string | number | undefined;
|
1378
|
-
maxWidth?: string | number | undefined;
|
1379
|
-
minHeight?: string | number | undefined;
|
1380
|
-
minWidth?: string | number | undefined;
|
1381
|
-
value?: any;
|
1382
|
-
title?: string | number | boolean | undefined;
|
1383
|
-
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1384
|
-
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1385
|
-
href?: string | undefined;
|
1386
|
-
elevation?: string | number | undefined;
|
1387
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
1388
|
-
theme?: string | undefined;
|
1389
|
-
rounded?: string | number | boolean | undefined;
|
1390
|
-
prependIcon?: IconValue | undefined;
|
1391
|
-
appendIcon?: IconValue | undefined;
|
1392
|
-
activeClass?: string | undefined;
|
1393
|
-
appendAvatar?: string | undefined;
|
1394
|
-
prependAvatar?: string | undefined;
|
1395
|
-
activeColor?: string | undefined;
|
1396
|
-
subtitle?: string | number | boolean | undefined;
|
1397
|
-
lines?: "one" | "two" | "three" | undefined;
|
1633
|
+
class?: any;
|
1398
1634
|
} & {
|
1399
|
-
$children?:
|
1400
|
-
|
1401
|
-
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1402
|
-
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1403
|
-
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
1404
|
-
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
1635
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1636
|
+
default?: (() => vue.VNodeChild) | undefined;
|
1405
1637
|
};
|
1406
|
-
$slots?: {
|
1407
|
-
prepend?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1408
|
-
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1409
|
-
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1410
|
-
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
1411
|
-
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
1412
|
-
} | undefined;
|
1413
1638
|
'v-slots'?: {
|
1414
|
-
|
1415
|
-
append?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1416
|
-
default?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1417
|
-
title?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
1418
|
-
subtitle?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
1639
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
1419
1640
|
} | undefined;
|
1420
|
-
} & {
|
1421
|
-
"v-slot:
|
1422
|
-
|
1423
|
-
|
1424
|
-
|
1425
|
-
|
1426
|
-
|
1427
|
-
|
1428
|
-
|
1429
|
-
|
1430
|
-
|
1431
|
-
__isSuspense?: undefined;
|
1432
|
-
} & vue.ComponentOptionsBase<{
|
1433
|
-
replace: boolean;
|
1434
|
-
exact: boolean;
|
1435
|
-
nav: boolean;
|
1436
|
-
disabled: boolean;
|
1437
|
-
tag: string;
|
1438
|
-
density: Density;
|
1439
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1440
|
-
ripple: boolean;
|
1441
|
-
} & {
|
1442
|
-
link?: boolean | undefined;
|
1443
|
-
height?: string | number | undefined;
|
1444
|
-
width?: string | number | undefined;
|
1445
|
-
active?: boolean | undefined;
|
1446
|
-
border?: string | number | boolean | undefined;
|
1447
|
-
color?: string | undefined;
|
1448
|
-
maxHeight?: string | number | undefined;
|
1449
|
-
maxWidth?: string | number | undefined;
|
1450
|
-
minHeight?: string | number | undefined;
|
1451
|
-
minWidth?: string | number | undefined;
|
1452
|
-
value?: any;
|
1453
|
-
title?: string | number | boolean | undefined;
|
1454
|
-
onClick?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1455
|
-
onClickOnce?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
1456
|
-
href?: string | undefined;
|
1457
|
-
elevation?: string | number | undefined;
|
1458
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
1459
|
-
theme?: string | undefined;
|
1460
|
-
rounded?: string | number | boolean | undefined;
|
1461
|
-
prependIcon?: IconValue | undefined;
|
1462
|
-
appendIcon?: IconValue | undefined;
|
1463
|
-
activeClass?: string | undefined;
|
1464
|
-
appendAvatar?: string | undefined;
|
1465
|
-
prependAvatar?: string | undefined;
|
1466
|
-
activeColor?: string | undefined;
|
1467
|
-
subtitle?: string | number | boolean | undefined;
|
1468
|
-
lines?: "one" | "two" | "three" | undefined;
|
1641
|
+
} & {
|
1642
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1643
|
+
} & vue.ShallowUnwrapRef<() => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1644
|
+
[key: string]: any;
|
1645
|
+
}>> & {} & vue.ComponentCustomProperties & {};
|
1646
|
+
__isFragment?: undefined;
|
1647
|
+
__isTeleport?: undefined;
|
1648
|
+
__isSuspense?: undefined;
|
1649
|
+
} & vue.ComponentOptionsBase<{
|
1650
|
+
style: vue.StyleValue;
|
1651
|
+
tag: string;
|
1469
1652
|
} & {
|
1470
|
-
|
1471
|
-
|
1472
|
-
|
1473
|
-
default?: ((
|
1474
|
-
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
1475
|
-
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
1653
|
+
class?: any;
|
1654
|
+
} & {
|
1655
|
+
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1656
|
+
default?: (() => vue.VNodeChild) | undefined;
|
1476
1657
|
};
|
1477
|
-
$slots?: {
|
1478
|
-
prepend?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1479
|
-
append?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1480
|
-
default?: ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1481
|
-
title?: ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
1482
|
-
subtitle?: ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
1483
|
-
} | undefined;
|
1484
1658
|
'v-slots'?: {
|
1485
|
-
|
1486
|
-
append?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1487
|
-
default?: false | ((args_0: ListItemSlot) => vue.VNodeChild) | undefined;
|
1488
|
-
title?: false | ((args_0: ListItemTitleSlot) => vue.VNodeChild) | undefined;
|
1489
|
-
subtitle?: false | ((args_0: ListItemSubtitleSlot) => vue.VNodeChild) | undefined;
|
1659
|
+
default?: false | (() => vue.VNodeChild) | undefined;
|
1490
1660
|
} | undefined;
|
1491
1661
|
} & {
|
1492
|
-
"v-slot:
|
1493
|
-
|
1494
|
-
|
1495
|
-
|
1496
|
-
|
1497
|
-
} & {
|
1498
|
-
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
1499
|
-
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1500
|
-
click: (e: MouseEvent | KeyboardEvent) => true;
|
1501
|
-
}, string, {
|
1502
|
-
replace: boolean;
|
1503
|
-
link: boolean;
|
1504
|
-
exact: boolean;
|
1505
|
-
active: boolean;
|
1506
|
-
nav: boolean;
|
1507
|
-
disabled: boolean;
|
1662
|
+
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1663
|
+
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1664
|
+
[key: string]: any;
|
1665
|
+
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1666
|
+
style: vue.StyleValue;
|
1508
1667
|
tag: string;
|
1509
|
-
rounded: string | number | boolean;
|
1510
|
-
density: Density;
|
1511
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1512
|
-
ripple: boolean;
|
1513
1668
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1514
|
-
|
1515
|
-
|
1516
|
-
type: PropType<
|
1517
|
-
default:
|
1518
|
-
validator: (v: any) => boolean;
|
1519
|
-
}, "type" | "default"> & {
|
1520
|
-
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1521
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1669
|
+
class: vue.PropType<any>;
|
1670
|
+
style: {
|
1671
|
+
type: vue.PropType<vue.StyleValue>;
|
1672
|
+
default: null;
|
1522
1673
|
};
|
1523
|
-
theme: StringConstructor;
|
1524
1674
|
tag: {
|
1525
1675
|
type: StringConstructor;
|
1526
1676
|
default: string;
|
1527
1677
|
};
|
1528
|
-
href: StringConstructor;
|
1529
|
-
replace: BooleanConstructor;
|
1530
|
-
to: PropType<vue_router.RouteLocationRaw>;
|
1531
|
-
exact: BooleanConstructor;
|
1532
|
-
rounded: {
|
1533
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1534
|
-
default: undefined;
|
1535
|
-
};
|
1536
|
-
elevation: {
|
1537
|
-
type: (StringConstructor | NumberConstructor)[];
|
1538
|
-
validator(v: any): boolean;
|
1539
|
-
};
|
1540
|
-
height: (StringConstructor | NumberConstructor)[];
|
1541
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
1542
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
1543
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
1544
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
1545
|
-
width: (StringConstructor | NumberConstructor)[];
|
1546
|
-
density: {
|
1547
|
-
type: PropType<Density>;
|
1548
|
-
default: string;
|
1549
|
-
validator: (v: any) => boolean;
|
1550
|
-
};
|
1551
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1552
|
-
active: {
|
1553
|
-
type: BooleanConstructor;
|
1554
|
-
default: undefined;
|
1555
|
-
};
|
1556
|
-
activeClass: StringConstructor;
|
1557
|
-
activeColor: StringConstructor;
|
1558
|
-
appendAvatar: StringConstructor;
|
1559
|
-
appendIcon: PropType<IconValue>;
|
1560
|
-
disabled: BooleanConstructor;
|
1561
|
-
lines: PropType<"one" | "two" | "three">;
|
1562
|
-
link: {
|
1563
|
-
type: BooleanConstructor;
|
1564
|
-
default: undefined;
|
1565
|
-
};
|
1566
|
-
nav: BooleanConstructor;
|
1567
|
-
prependAvatar: StringConstructor;
|
1568
|
-
prependIcon: PropType<IconValue>;
|
1569
|
-
ripple: {
|
1570
|
-
type: BooleanConstructor;
|
1571
|
-
default: boolean;
|
1572
|
-
};
|
1573
|
-
subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1574
|
-
title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1575
|
-
value: null;
|
1576
|
-
onClick: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
1577
|
-
onClickOnce: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
1578
1678
|
}, vue.ExtractPropTypes<{
|
1579
|
-
|
1580
|
-
|
1581
|
-
type: PropType<
|
1582
|
-
default:
|
1583
|
-
validator: (v: any) => boolean;
|
1584
|
-
}, "type" | "default"> & {
|
1585
|
-
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1586
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1679
|
+
class: vue.PropType<any>;
|
1680
|
+
style: {
|
1681
|
+
type: vue.PropType<vue.StyleValue>;
|
1682
|
+
default: null;
|
1587
1683
|
};
|
1588
|
-
theme: StringConstructor;
|
1589
1684
|
tag: {
|
1590
1685
|
type: StringConstructor;
|
1591
1686
|
default: string;
|
1592
1687
|
};
|
1593
|
-
href: StringConstructor;
|
1594
|
-
replace: BooleanConstructor;
|
1595
|
-
to: PropType<vue_router.RouteLocationRaw>;
|
1596
|
-
exact: BooleanConstructor;
|
1597
|
-
rounded: {
|
1598
|
-
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1599
|
-
default: undefined;
|
1600
|
-
};
|
1601
|
-
elevation: {
|
1602
|
-
type: (StringConstructor | NumberConstructor)[];
|
1603
|
-
validator(v: any): boolean;
|
1604
|
-
};
|
1605
|
-
height: (StringConstructor | NumberConstructor)[];
|
1606
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
1607
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
1608
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
1609
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
1610
|
-
width: (StringConstructor | NumberConstructor)[];
|
1611
|
-
density: {
|
1612
|
-
type: PropType<Density>;
|
1613
|
-
default: string;
|
1614
|
-
validator: (v: any) => boolean;
|
1615
|
-
};
|
1616
|
-
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1617
|
-
active: {
|
1618
|
-
type: BooleanConstructor;
|
1619
|
-
default: undefined;
|
1620
|
-
};
|
1621
|
-
activeClass: StringConstructor;
|
1622
|
-
activeColor: StringConstructor;
|
1623
|
-
appendAvatar: StringConstructor;
|
1624
|
-
appendIcon: PropType<IconValue>;
|
1625
|
-
disabled: BooleanConstructor;
|
1626
|
-
lines: PropType<"one" | "two" | "three">;
|
1627
|
-
link: {
|
1628
|
-
type: BooleanConstructor;
|
1629
|
-
default: undefined;
|
1630
|
-
};
|
1631
|
-
nav: BooleanConstructor;
|
1632
|
-
prependAvatar: StringConstructor;
|
1633
|
-
prependIcon: PropType<IconValue>;
|
1634
|
-
ripple: {
|
1635
|
-
type: BooleanConstructor;
|
1636
|
-
default: boolean;
|
1637
|
-
};
|
1638
|
-
subtitle: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1639
|
-
title: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1640
|
-
value: null;
|
1641
|
-
onClick: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
1642
|
-
onClickOnce: PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
1643
1688
|
}>>;
|
1644
|
-
type
|
1689
|
+
type VListImg = InstanceType<typeof VListImg>;
|
1645
1690
|
|
1646
1691
|
declare const VListItemAction: {
|
1647
1692
|
new (...args: any[]): {
|
@@ -1650,24 +1695,25 @@ declare const VListItemAction: {
|
|
1650
1695
|
$props: Partial<{
|
1651
1696
|
end: boolean;
|
1652
1697
|
start: boolean;
|
1698
|
+
style: vue.StyleValue;
|
1653
1699
|
tag: string;
|
1654
1700
|
}> & Omit<{
|
1655
1701
|
end: boolean;
|
1656
1702
|
start: boolean;
|
1703
|
+
style: vue.StyleValue;
|
1657
1704
|
tag: string;
|
1658
|
-
} & {
|
1705
|
+
} & {
|
1706
|
+
class?: any;
|
1707
|
+
} & {
|
1659
1708
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1660
1709
|
default?: (() => vue.VNodeChild) | undefined;
|
1661
1710
|
};
|
1662
|
-
$slots?: {
|
1663
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1664
|
-
} | undefined;
|
1665
1711
|
'v-slots'?: {
|
1666
1712
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1667
1713
|
} | undefined;
|
1668
1714
|
} & {
|
1669
1715
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1670
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "end" | "start" | "tag">;
|
1716
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "end" | "start" | "style" | "tag">;
|
1671
1717
|
$attrs: {
|
1672
1718
|
[x: string]: unknown;
|
1673
1719
|
};
|
@@ -1684,14 +1730,14 @@ declare const VListItemAction: {
|
|
1684
1730
|
$options: vue.ComponentOptionsBase<{
|
1685
1731
|
end: boolean;
|
1686
1732
|
start: boolean;
|
1733
|
+
style: vue.StyleValue;
|
1687
1734
|
tag: string;
|
1688
|
-
} & {
|
1735
|
+
} & {
|
1736
|
+
class?: any;
|
1737
|
+
} & {
|
1689
1738
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1690
1739
|
default?: (() => vue.VNodeChild) | undefined;
|
1691
1740
|
};
|
1692
|
-
$slots?: {
|
1693
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1694
|
-
} | undefined;
|
1695
1741
|
'v-slots'?: {
|
1696
1742
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1697
1743
|
} | undefined;
|
@@ -1700,6 +1746,7 @@ declare const VListItemAction: {
|
|
1700
1746
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1701
1747
|
end: boolean;
|
1702
1748
|
start: boolean;
|
1749
|
+
style: vue.StyleValue;
|
1703
1750
|
tag: string;
|
1704
1751
|
}, {}, string> & {
|
1705
1752
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
@@ -1724,14 +1771,14 @@ declare const VListItemAction: {
|
|
1724
1771
|
} & {
|
1725
1772
|
end: boolean;
|
1726
1773
|
start: boolean;
|
1774
|
+
style: vue.StyleValue;
|
1727
1775
|
tag: string;
|
1728
|
-
} & {
|
1776
|
+
} & {
|
1777
|
+
class?: any;
|
1778
|
+
} & {
|
1729
1779
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1730
1780
|
default?: (() => vue.VNodeChild) | undefined;
|
1731
1781
|
};
|
1732
|
-
$slots?: {
|
1733
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1734
|
-
} | undefined;
|
1735
1782
|
'v-slots'?: {
|
1736
1783
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1737
1784
|
} | undefined;
|
@@ -1744,14 +1791,14 @@ declare const VListItemAction: {
|
|
1744
1791
|
} & vue.ComponentOptionsBase<{
|
1745
1792
|
end: boolean;
|
1746
1793
|
start: boolean;
|
1794
|
+
style: vue.StyleValue;
|
1747
1795
|
tag: string;
|
1748
|
-
} & {
|
1796
|
+
} & {
|
1797
|
+
class?: any;
|
1798
|
+
} & {
|
1749
1799
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1750
1800
|
default?: (() => vue.VNodeChild) | undefined;
|
1751
1801
|
};
|
1752
|
-
$slots?: {
|
1753
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1754
|
-
} | undefined;
|
1755
1802
|
'v-slots'?: {
|
1756
1803
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1757
1804
|
} | undefined;
|
@@ -1760,12 +1807,18 @@ declare const VListItemAction: {
|
|
1760
1807
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1761
1808
|
end: boolean;
|
1762
1809
|
start: boolean;
|
1810
|
+
style: vue.StyleValue;
|
1763
1811
|
tag: string;
|
1764
1812
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1765
1813
|
tag: {
|
1766
1814
|
type: StringConstructor;
|
1767
1815
|
default: string;
|
1768
1816
|
};
|
1817
|
+
class: vue.PropType<any>;
|
1818
|
+
style: {
|
1819
|
+
type: vue.PropType<vue.StyleValue>;
|
1820
|
+
default: null;
|
1821
|
+
};
|
1769
1822
|
start: BooleanConstructor;
|
1770
1823
|
end: BooleanConstructor;
|
1771
1824
|
}, vue.ExtractPropTypes<{
|
@@ -1773,6 +1826,11 @@ declare const VListItemAction: {
|
|
1773
1826
|
type: StringConstructor;
|
1774
1827
|
default: string;
|
1775
1828
|
};
|
1829
|
+
class: vue.PropType<any>;
|
1830
|
+
style: {
|
1831
|
+
type: vue.PropType<vue.StyleValue>;
|
1832
|
+
default: null;
|
1833
|
+
};
|
1776
1834
|
start: BooleanConstructor;
|
1777
1835
|
end: BooleanConstructor;
|
1778
1836
|
}>>;
|
@@ -1785,24 +1843,25 @@ declare const VListItemMedia: {
|
|
1785
1843
|
$props: Partial<{
|
1786
1844
|
end: boolean;
|
1787
1845
|
start: boolean;
|
1846
|
+
style: vue.StyleValue;
|
1788
1847
|
tag: string;
|
1789
1848
|
}> & Omit<{
|
1790
1849
|
end: boolean;
|
1791
1850
|
start: boolean;
|
1851
|
+
style: vue.StyleValue;
|
1792
1852
|
tag: string;
|
1793
|
-
} & {
|
1853
|
+
} & {
|
1854
|
+
class?: any;
|
1855
|
+
} & {
|
1794
1856
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1795
1857
|
default?: (() => vue.VNodeChild) | undefined;
|
1796
1858
|
};
|
1797
|
-
$slots?: {
|
1798
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1799
|
-
} | undefined;
|
1800
1859
|
'v-slots'?: {
|
1801
1860
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1802
1861
|
} | undefined;
|
1803
1862
|
} & {
|
1804
1863
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1805
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "end" | "start" | "tag">;
|
1864
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "end" | "start" | "style" | "tag">;
|
1806
1865
|
$attrs: {
|
1807
1866
|
[x: string]: unknown;
|
1808
1867
|
};
|
@@ -1819,14 +1878,14 @@ declare const VListItemMedia: {
|
|
1819
1878
|
$options: vue.ComponentOptionsBase<{
|
1820
1879
|
end: boolean;
|
1821
1880
|
start: boolean;
|
1881
|
+
style: vue.StyleValue;
|
1822
1882
|
tag: string;
|
1823
|
-
} & {
|
1883
|
+
} & {
|
1884
|
+
class?: any;
|
1885
|
+
} & {
|
1824
1886
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1825
1887
|
default?: (() => vue.VNodeChild) | undefined;
|
1826
1888
|
};
|
1827
|
-
$slots?: {
|
1828
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1829
|
-
} | undefined;
|
1830
1889
|
'v-slots'?: {
|
1831
1890
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1832
1891
|
} | undefined;
|
@@ -1835,6 +1894,7 @@ declare const VListItemMedia: {
|
|
1835
1894
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1836
1895
|
end: boolean;
|
1837
1896
|
start: boolean;
|
1897
|
+
style: vue.StyleValue;
|
1838
1898
|
tag: string;
|
1839
1899
|
}, {}, string> & {
|
1840
1900
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
@@ -1859,14 +1919,14 @@ declare const VListItemMedia: {
|
|
1859
1919
|
} & {
|
1860
1920
|
end: boolean;
|
1861
1921
|
start: boolean;
|
1922
|
+
style: vue.StyleValue;
|
1862
1923
|
tag: string;
|
1863
|
-
} & {
|
1924
|
+
} & {
|
1925
|
+
class?: any;
|
1926
|
+
} & {
|
1864
1927
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1865
1928
|
default?: (() => vue.VNodeChild) | undefined;
|
1866
1929
|
};
|
1867
|
-
$slots?: {
|
1868
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1869
|
-
} | undefined;
|
1870
1930
|
'v-slots'?: {
|
1871
1931
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1872
1932
|
} | undefined;
|
@@ -1879,14 +1939,14 @@ declare const VListItemMedia: {
|
|
1879
1939
|
} & vue.ComponentOptionsBase<{
|
1880
1940
|
end: boolean;
|
1881
1941
|
start: boolean;
|
1942
|
+
style: vue.StyleValue;
|
1882
1943
|
tag: string;
|
1883
|
-
} & {
|
1944
|
+
} & {
|
1945
|
+
class?: any;
|
1946
|
+
} & {
|
1884
1947
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1885
1948
|
default?: (() => vue.VNodeChild) | undefined;
|
1886
1949
|
};
|
1887
|
-
$slots?: {
|
1888
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1889
|
-
} | undefined;
|
1890
1950
|
'v-slots'?: {
|
1891
1951
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1892
1952
|
} | undefined;
|
@@ -1895,12 +1955,18 @@ declare const VListItemMedia: {
|
|
1895
1955
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1896
1956
|
end: boolean;
|
1897
1957
|
start: boolean;
|
1958
|
+
style: vue.StyleValue;
|
1898
1959
|
tag: string;
|
1899
1960
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1900
1961
|
tag: {
|
1901
1962
|
type: StringConstructor;
|
1902
1963
|
default: string;
|
1903
1964
|
};
|
1965
|
+
class: vue.PropType<any>;
|
1966
|
+
style: {
|
1967
|
+
type: vue.PropType<vue.StyleValue>;
|
1968
|
+
default: null;
|
1969
|
+
};
|
1904
1970
|
start: BooleanConstructor;
|
1905
1971
|
end: BooleanConstructor;
|
1906
1972
|
}, vue.ExtractPropTypes<{
|
@@ -1908,6 +1974,11 @@ declare const VListItemMedia: {
|
|
1908
1974
|
type: StringConstructor;
|
1909
1975
|
default: string;
|
1910
1976
|
};
|
1977
|
+
class: vue.PropType<any>;
|
1978
|
+
style: {
|
1979
|
+
type: vue.PropType<vue.StyleValue>;
|
1980
|
+
default: null;
|
1981
|
+
};
|
1911
1982
|
start: BooleanConstructor;
|
1912
1983
|
end: BooleanConstructor;
|
1913
1984
|
}>>;
|
@@ -1918,22 +1989,23 @@ declare const VListItemSubtitle: {
|
|
1918
1989
|
$: vue.ComponentInternalInstance;
|
1919
1990
|
$data: {};
|
1920
1991
|
$props: Partial<{
|
1992
|
+
style: vue.StyleValue;
|
1921
1993
|
tag: string;
|
1922
1994
|
}> & Omit<{
|
1995
|
+
style: vue.StyleValue;
|
1923
1996
|
tag: string;
|
1924
|
-
} & {
|
1997
|
+
} & {
|
1998
|
+
class?: any;
|
1999
|
+
} & {
|
1925
2000
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1926
2001
|
default?: (() => vue.VNodeChild) | undefined;
|
1927
2002
|
};
|
1928
|
-
$slots?: {
|
1929
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1930
|
-
} | undefined;
|
1931
2003
|
'v-slots'?: {
|
1932
2004
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1933
2005
|
} | undefined;
|
1934
2006
|
} & {
|
1935
2007
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1936
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "tag">;
|
2008
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "tag">;
|
1937
2009
|
$attrs: {
|
1938
2010
|
[x: string]: unknown;
|
1939
2011
|
};
|
@@ -1948,14 +2020,14 @@ declare const VListItemSubtitle: {
|
|
1948
2020
|
$emit: (event: string, ...args: any[]) => void;
|
1949
2021
|
$el: any;
|
1950
2022
|
$options: vue.ComponentOptionsBase<{
|
2023
|
+
style: vue.StyleValue;
|
1951
2024
|
tag: string;
|
1952
|
-
} & {
|
2025
|
+
} & {
|
2026
|
+
class?: any;
|
2027
|
+
} & {
|
1953
2028
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1954
2029
|
default?: (() => vue.VNodeChild) | undefined;
|
1955
2030
|
};
|
1956
|
-
$slots?: {
|
1957
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1958
|
-
} | undefined;
|
1959
2031
|
'v-slots'?: {
|
1960
2032
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1961
2033
|
} | undefined;
|
@@ -1964,6 +2036,7 @@ declare const VListItemSubtitle: {
|
|
1964
2036
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1965
2037
|
[key: string]: any;
|
1966
2038
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
2039
|
+
style: vue.StyleValue;
|
1967
2040
|
tag: string;
|
1968
2041
|
}, {}, string> & {
|
1969
2042
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
@@ -1986,14 +2059,14 @@ declare const VListItemSubtitle: {
|
|
1986
2059
|
$nextTick: typeof vue.nextTick;
|
1987
2060
|
$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;
|
1988
2061
|
} & {
|
2062
|
+
style: vue.StyleValue;
|
1989
2063
|
tag: string;
|
1990
|
-
} & {
|
2064
|
+
} & {
|
2065
|
+
class?: any;
|
2066
|
+
} & {
|
1991
2067
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1992
2068
|
default?: (() => vue.VNodeChild) | undefined;
|
1993
2069
|
};
|
1994
|
-
$slots?: {
|
1995
|
-
default?: (() => vue.VNodeChild) | undefined;
|
1996
|
-
} | undefined;
|
1997
2070
|
'v-slots'?: {
|
1998
2071
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1999
2072
|
} | undefined;
|
@@ -2006,14 +2079,14 @@ declare const VListItemSubtitle: {
|
|
2006
2079
|
__isTeleport?: undefined;
|
2007
2080
|
__isSuspense?: undefined;
|
2008
2081
|
} & vue.ComponentOptionsBase<{
|
2082
|
+
style: vue.StyleValue;
|
2009
2083
|
tag: string;
|
2010
|
-
} & {
|
2084
|
+
} & {
|
2085
|
+
class?: any;
|
2086
|
+
} & {
|
2011
2087
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2012
2088
|
default?: (() => vue.VNodeChild) | undefined;
|
2013
2089
|
};
|
2014
|
-
$slots?: {
|
2015
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2016
|
-
} | undefined;
|
2017
2090
|
'v-slots'?: {
|
2018
2091
|
default?: false | (() => vue.VNodeChild) | undefined;
|
2019
2092
|
} | undefined;
|
@@ -2022,13 +2095,24 @@ declare const VListItemSubtitle: {
|
|
2022
2095
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2023
2096
|
[key: string]: any;
|
2024
2097
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
2098
|
+
style: vue.StyleValue;
|
2025
2099
|
tag: string;
|
2026
2100
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2101
|
+
class: vue.PropType<any>;
|
2102
|
+
style: {
|
2103
|
+
type: vue.PropType<vue.StyleValue>;
|
2104
|
+
default: null;
|
2105
|
+
};
|
2027
2106
|
tag: {
|
2028
2107
|
type: StringConstructor;
|
2029
2108
|
default: string;
|
2030
2109
|
};
|
2031
2110
|
}, vue.ExtractPropTypes<{
|
2111
|
+
class: vue.PropType<any>;
|
2112
|
+
style: {
|
2113
|
+
type: vue.PropType<vue.StyleValue>;
|
2114
|
+
default: null;
|
2115
|
+
};
|
2032
2116
|
tag: {
|
2033
2117
|
type: StringConstructor;
|
2034
2118
|
default: string;
|
@@ -2041,22 +2125,23 @@ declare const VListItemTitle: {
|
|
2041
2125
|
$: vue.ComponentInternalInstance;
|
2042
2126
|
$data: {};
|
2043
2127
|
$props: Partial<{
|
2128
|
+
style: vue.StyleValue;
|
2044
2129
|
tag: string;
|
2045
2130
|
}> & Omit<{
|
2131
|
+
style: vue.StyleValue;
|
2046
2132
|
tag: string;
|
2047
|
-
} & {
|
2133
|
+
} & {
|
2134
|
+
class?: any;
|
2135
|
+
} & {
|
2048
2136
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2049
2137
|
default?: (() => vue.VNodeChild) | undefined;
|
2050
2138
|
};
|
2051
|
-
$slots?: {
|
2052
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2053
|
-
} | undefined;
|
2054
2139
|
'v-slots'?: {
|
2055
2140
|
default?: false | (() => vue.VNodeChild) | undefined;
|
2056
2141
|
} | undefined;
|
2057
2142
|
} & {
|
2058
2143
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2059
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "tag">;
|
2144
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "style" | "tag">;
|
2060
2145
|
$attrs: {
|
2061
2146
|
[x: string]: unknown;
|
2062
2147
|
};
|
@@ -2071,14 +2156,14 @@ declare const VListItemTitle: {
|
|
2071
2156
|
$emit: (event: string, ...args: any[]) => void;
|
2072
2157
|
$el: any;
|
2073
2158
|
$options: vue.ComponentOptionsBase<{
|
2159
|
+
style: vue.StyleValue;
|
2074
2160
|
tag: string;
|
2075
|
-
} & {
|
2161
|
+
} & {
|
2162
|
+
class?: any;
|
2163
|
+
} & {
|
2076
2164
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2077
2165
|
default?: (() => vue.VNodeChild) | undefined;
|
2078
2166
|
};
|
2079
|
-
$slots?: {
|
2080
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2081
|
-
} | undefined;
|
2082
2167
|
'v-slots'?: {
|
2083
2168
|
default?: false | (() => vue.VNodeChild) | undefined;
|
2084
2169
|
} | undefined;
|
@@ -2087,6 +2172,7 @@ declare const VListItemTitle: {
|
|
2087
2172
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2088
2173
|
[key: string]: any;
|
2089
2174
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
2175
|
+
style: vue.StyleValue;
|
2090
2176
|
tag: string;
|
2091
2177
|
}, {}, string> & {
|
2092
2178
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
@@ -2109,14 +2195,14 @@ declare const VListItemTitle: {
|
|
2109
2195
|
$nextTick: typeof vue.nextTick;
|
2110
2196
|
$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;
|
2111
2197
|
} & {
|
2198
|
+
style: vue.StyleValue;
|
2112
2199
|
tag: string;
|
2113
|
-
} & {
|
2200
|
+
} & {
|
2201
|
+
class?: any;
|
2202
|
+
} & {
|
2114
2203
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2115
2204
|
default?: (() => vue.VNodeChild) | undefined;
|
2116
2205
|
};
|
2117
|
-
$slots?: {
|
2118
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2119
|
-
} | undefined;
|
2120
2206
|
'v-slots'?: {
|
2121
2207
|
default?: false | (() => vue.VNodeChild) | undefined;
|
2122
2208
|
} | undefined;
|
@@ -2129,14 +2215,14 @@ declare const VListItemTitle: {
|
|
2129
2215
|
__isTeleport?: undefined;
|
2130
2216
|
__isSuspense?: undefined;
|
2131
2217
|
} & vue.ComponentOptionsBase<{
|
2218
|
+
style: vue.StyleValue;
|
2132
2219
|
tag: string;
|
2133
|
-
} & {
|
2220
|
+
} & {
|
2221
|
+
class?: any;
|
2222
|
+
} & {
|
2134
2223
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2135
2224
|
default?: (() => vue.VNodeChild) | undefined;
|
2136
2225
|
};
|
2137
|
-
$slots?: {
|
2138
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2139
|
-
} | undefined;
|
2140
2226
|
'v-slots'?: {
|
2141
2227
|
default?: false | (() => vue.VNodeChild) | undefined;
|
2142
2228
|
} | undefined;
|
@@ -2145,13 +2231,24 @@ declare const VListItemTitle: {
|
|
2145
2231
|
}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
2146
2232
|
[key: string]: any;
|
2147
2233
|
}>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
2234
|
+
style: vue.StyleValue;
|
2148
2235
|
tag: string;
|
2149
2236
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2237
|
+
class: vue.PropType<any>;
|
2238
|
+
style: {
|
2239
|
+
type: vue.PropType<vue.StyleValue>;
|
2240
|
+
default: null;
|
2241
|
+
};
|
2150
2242
|
tag: {
|
2151
2243
|
type: StringConstructor;
|
2152
2244
|
default: string;
|
2153
2245
|
};
|
2154
2246
|
}, vue.ExtractPropTypes<{
|
2247
|
+
class: vue.PropType<any>;
|
2248
|
+
style: {
|
2249
|
+
type: vue.PropType<vue.StyleValue>;
|
2250
|
+
default: null;
|
2251
|
+
};
|
2155
2252
|
tag: {
|
2156
2253
|
type: StringConstructor;
|
2157
2254
|
default: string;
|
@@ -2165,28 +2262,28 @@ declare const VListSubheader: {
|
|
2165
2262
|
$data: {};
|
2166
2263
|
$props: Partial<{
|
2167
2264
|
inset: boolean;
|
2265
|
+
style: vue.StyleValue;
|
2168
2266
|
tag: string;
|
2169
2267
|
sticky: boolean;
|
2170
2268
|
}> & Omit<{
|
2171
2269
|
inset: boolean;
|
2270
|
+
style: vue.StyleValue;
|
2172
2271
|
tag: string;
|
2173
2272
|
sticky: boolean;
|
2174
2273
|
} & {
|
2175
2274
|
color?: string | undefined;
|
2176
2275
|
title?: string | undefined;
|
2276
|
+
class?: any;
|
2177
2277
|
} & {
|
2178
2278
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2179
2279
|
default?: (() => vue.VNodeChild) | undefined;
|
2180
2280
|
};
|
2181
|
-
$slots?: {
|
2182
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2183
|
-
} | undefined;
|
2184
2281
|
'v-slots'?: {
|
2185
2282
|
default?: false | (() => vue.VNodeChild) | undefined;
|
2186
2283
|
} | undefined;
|
2187
2284
|
} & {
|
2188
2285
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2189
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inset" | "tag" | "sticky">;
|
2286
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "inset" | "style" | "tag" | "sticky">;
|
2190
2287
|
$attrs: {
|
2191
2288
|
[x: string]: unknown;
|
2192
2289
|
};
|
@@ -2202,18 +2299,17 @@ declare const VListSubheader: {
|
|
2202
2299
|
$el: any;
|
2203
2300
|
$options: vue.ComponentOptionsBase<{
|
2204
2301
|
inset: boolean;
|
2302
|
+
style: vue.StyleValue;
|
2205
2303
|
tag: string;
|
2206
2304
|
sticky: boolean;
|
2207
2305
|
} & {
|
2208
2306
|
color?: string | undefined;
|
2209
2307
|
title?: string | undefined;
|
2308
|
+
class?: any;
|
2210
2309
|
} & {
|
2211
2310
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2212
2311
|
default?: (() => vue.VNodeChild) | undefined;
|
2213
2312
|
};
|
2214
|
-
$slots?: {
|
2215
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2216
|
-
} | undefined;
|
2217
2313
|
'v-slots'?: {
|
2218
2314
|
default?: false | (() => vue.VNodeChild) | undefined;
|
2219
2315
|
} | undefined;
|
@@ -2221,6 +2317,7 @@ declare const VListSubheader: {
|
|
2221
2317
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2222
2318
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
2223
2319
|
inset: boolean;
|
2320
|
+
style: vue.StyleValue;
|
2224
2321
|
tag: string;
|
2225
2322
|
sticky: boolean;
|
2226
2323
|
}, {}, string> & {
|
@@ -2245,18 +2342,17 @@ declare const VListSubheader: {
|
|
2245
2342
|
$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;
|
2246
2343
|
} & {
|
2247
2344
|
inset: boolean;
|
2345
|
+
style: vue.StyleValue;
|
2248
2346
|
tag: string;
|
2249
2347
|
sticky: boolean;
|
2250
2348
|
} & {
|
2251
2349
|
color?: string | undefined;
|
2252
2350
|
title?: string | undefined;
|
2351
|
+
class?: any;
|
2253
2352
|
} & {
|
2254
2353
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2255
2354
|
default?: (() => vue.VNodeChild) | undefined;
|
2256
2355
|
};
|
2257
|
-
$slots?: {
|
2258
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2259
|
-
} | undefined;
|
2260
2356
|
'v-slots'?: {
|
2261
2357
|
default?: false | (() => vue.VNodeChild) | undefined;
|
2262
2358
|
} | undefined;
|
@@ -2268,18 +2364,17 @@ declare const VListSubheader: {
|
|
2268
2364
|
__isSuspense?: undefined;
|
2269
2365
|
} & vue.ComponentOptionsBase<{
|
2270
2366
|
inset: boolean;
|
2367
|
+
style: vue.StyleValue;
|
2271
2368
|
tag: string;
|
2272
2369
|
sticky: boolean;
|
2273
2370
|
} & {
|
2274
2371
|
color?: string | undefined;
|
2275
2372
|
title?: string | undefined;
|
2373
|
+
class?: any;
|
2276
2374
|
} & {
|
2277
2375
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
2278
2376
|
default?: (() => vue.VNodeChild) | undefined;
|
2279
2377
|
};
|
2280
|
-
$slots?: {
|
2281
|
-
default?: (() => vue.VNodeChild) | undefined;
|
2282
|
-
} | undefined;
|
2283
2378
|
'v-slots'?: {
|
2284
2379
|
default?: false | (() => vue.VNodeChild) | undefined;
|
2285
2380
|
} | undefined;
|
@@ -2287,6 +2382,7 @@ declare const VListSubheader: {
|
|
2287
2382
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2288
2383
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
2289
2384
|
inset: boolean;
|
2385
|
+
style: vue.StyleValue;
|
2290
2386
|
tag: string;
|
2291
2387
|
sticky: boolean;
|
2292
2388
|
}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
@@ -2294,6 +2390,11 @@ declare const VListSubheader: {
|
|
2294
2390
|
type: StringConstructor;
|
2295
2391
|
default: string;
|
2296
2392
|
};
|
2393
|
+
class: vue.PropType<any>;
|
2394
|
+
style: {
|
2395
|
+
type: vue.PropType<vue.StyleValue>;
|
2396
|
+
default: null;
|
2397
|
+
};
|
2297
2398
|
color: StringConstructor;
|
2298
2399
|
inset: BooleanConstructor;
|
2299
2400
|
sticky: BooleanConstructor;
|
@@ -2303,6 +2404,11 @@ declare const VListSubheader: {
|
|
2303
2404
|
type: StringConstructor;
|
2304
2405
|
default: string;
|
2305
2406
|
};
|
2407
|
+
class: vue.PropType<any>;
|
2408
|
+
style: {
|
2409
|
+
type: vue.PropType<vue.StyleValue>;
|
2410
|
+
default: null;
|
2411
|
+
};
|
2306
2412
|
color: StringConstructor;
|
2307
2413
|
inset: BooleanConstructor;
|
2308
2414
|
sticky: BooleanConstructor;
|