@vuetify/nightly 4.0.0-dev-20230426.0 → 4.0.0-dev-20230427.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -2
- package/dist/json/attributes.json +218 -194
- package/dist/json/importMap.json +12 -12
- package/dist/json/tags.json +7 -1
- package/dist/json/web-types.json +379 -326
- package/dist/vuetify-labs.css +1361 -1362
- package/dist/vuetify-labs.d.ts +5791 -8230
- package/dist/vuetify-labs.esm.js +1286 -1090
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1285 -1089
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +29 -30
- package/dist/vuetify.d.ts +5991 -7516
- package/dist/vuetify.esm.js +1248 -1063
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1247 -1062
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +743 -738
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +1 -1
- package/lib/blueprints/md1.d.ts +1 -1
- package/lib/blueprints/md2.d.ts +1 -1
- package/lib/blueprints/md3.d.ts +1 -1
- package/lib/components/VAlert/VAlert.mjs +6 -4
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +57 -55
- package/lib/components/VApp/VApp.mjs +4 -2
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.d.ts +22 -13
- package/lib/components/VAppBar/VAppBar.mjs +3 -3
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +7 -4
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +87 -92
- package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +225 -403
- package/lib/components/VAvatar/VAvatar.mjs +4 -2
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.ts +23 -14
- package/lib/components/VBadge/VBadge.mjs +6 -5
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.d.ts +27 -22
- package/lib/components/VBanner/VBanner.mjs +6 -4
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +5 -2
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/index.d.ts +92 -66
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +4 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.ts +22 -13
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +35 -18
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +4 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +134 -93
- package/lib/components/VBtn/VBtn.mjs +5 -3
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.ts +33 -36
- package/lib/components/VBtnGroup/VBtnGroup.mjs +4 -1
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +22 -13
- package/lib/components/VBtnToggle/VBtnToggle.mjs +4 -2
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +30 -21
- package/lib/components/VCard/VCard.mjs +5 -3
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardActions.mjs +7 -4
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +5 -2
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +250 -141
- package/lib/components/VCarousel/VCarousel.mjs +3 -3
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +6 -3
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.ts +78 -141
- package/lib/components/VCheckbox/VCheckbox.mjs +3 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +2 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +69 -103
- package/lib/components/VChip/VChip.mjs +7 -8
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +27 -30
- package/lib/components/VChipGroup/VChipGroup.mjs +4 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.ts +22 -13
- package/lib/components/VCode/index.d.ts +30 -17
- package/lib/components/VColorPicker/VColorPicker.mjs +3 -3
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +5 -2
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +6 -3
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +6 -3
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +7 -5
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/index.d.ts +34 -1
- package/lib/components/VCombobox/VCombobox.mjs +2 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +225 -403
- package/lib/components/VCounter/VCounter.mjs +4 -1
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/index.d.ts +22 -145
- package/lib/components/VDefaultsProvider/index.d.ts +0 -12
- package/lib/components/VDialog/VDialog.mjs +4 -3
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.ts +104 -282
- package/lib/components/VDivider/VDivider.mjs +4 -2
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.d.ts +22 -13
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +4 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +4 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +4 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.ts +109 -81
- package/lib/components/VField/VField.css +0 -1
- package/lib/components/VField/VField.mjs +9 -6
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +0 -1
- package/lib/components/VField/VFieldLabel.mjs +6 -3
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +119 -70
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +99 -150
- package/lib/components/VFooter/VFooter.mjs +4 -2
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.ts +22 -13
- package/lib/components/VForm/VForm.mjs +5 -2
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.d.ts +30 -17
- package/lib/components/VGrid/VCol.mjs +4 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +4 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +4 -1
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/index.d.ts +104 -60
- package/lib/components/VHover/index.d.ts +20 -44
- package/lib/components/VIcon/VIcon.mjs +4 -2
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.d.ts +23 -26
- package/lib/components/VImg/VImg.mjs +5 -3
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +26 -29
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +31 -34
- package/lib/components/VItemGroup/VItemGroup.mjs +4 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.ts +30 -33
- package/lib/components/VKbd/index.d.ts +30 -17
- package/lib/components/VLabel/VLabel.mjs +4 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/index.d.ts +22 -13
- package/lib/components/VLayout/VLayout.mjs +8 -4
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +4 -2
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.d.ts +44 -26
- package/lib/components/VLazy/VLazy.mjs +4 -2
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.d.ts +22 -13
- package/lib/components/VList/VList.mjs +7 -24
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +5 -2
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +4 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +4 -1
- package/lib/components/VList/VListItemAction.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +4 -1
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +5 -3
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.d.ts +932 -826
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -2
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.d.ts +30 -17
- package/lib/components/VMain/VMain.mjs +4 -2
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.d.ts +30 -17
- package/lib/components/VMenu/VMenu.mjs +2 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +104 -282
- package/lib/components/VMessages/VMessages.mjs +4 -2
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/index.d.ts +22 -145
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +4 -2
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.ts +26 -29
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.d.ts +3 -13
- package/lib/components/VOverlay/VOverlay.mjs +5 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +38 -45
- package/lib/components/VPagination/VPagination.mjs +4 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/index.d.ts +23 -30
- package/lib/components/VParallax/VParallax.mjs +5 -2
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.d.ts +34 -33
- package/lib/components/VProgressCircular/VProgressCircular.mjs +4 -2
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.d.ts +22 -13
- package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -4
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +42 -45
- package/lib/components/VRadio/VRadio.mjs +2 -1
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.d.ts +27 -38
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +39 -62
- package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +27 -38
- package/lib/components/VRating/VRating.mjs +4 -1
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.ts +23 -18
- package/lib/components/VResponsive/VResponsive.mjs +4 -2
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.ts +43 -31
- package/lib/components/VSelect/VSelect.mjs +2 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +194 -552
- package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.ts +76 -46
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +4 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.ts +23 -14
- package/lib/components/VSheet/VSheet.mjs +4 -2
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/index.d.ts +22 -13
- package/lib/components/VSlideGroup/VSlideGroup.mjs +6 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.ts +59 -90
- package/lib/components/VSlider/VSlider.mjs +2 -1
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +6 -4
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +6 -4
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +27 -38
- package/lib/components/VSnackbar/VSnackbar.mjs +2 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.ts +92 -142
- package/lib/components/VSwitch/VSwitch.mjs +2 -1
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +39 -66
- package/lib/components/VSystemBar/VSystemBar.mjs +4 -2
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.d.ts +22 -13
- package/lib/components/VTable/VTable.mjs +4 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/index.d.ts +26 -29
- package/lib/components/VTabs/VTab.mjs +2 -2
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +2 -2
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.ts +45 -27
- package/lib/components/VTextField/VTextField.mjs +2 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +208 -269
- package/lib/components/VTextarea/VTextarea.mjs +2 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +79 -122
- package/lib/components/VThemeProvider/VThemeProvider.mjs +6 -3
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.d.ts +22 -13
- package/lib/components/VTimeline/VTimeline.mjs +5 -3
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +4 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +8 -6
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.d.ts +67 -57
- package/lib/components/VToolbar/VToolbar.mjs +4 -2
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +9 -4
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs +5 -2
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/index.d.ts +74 -71
- package/lib/components/VTooltip/VTooltip.mjs +2 -1
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +104 -150
- package/lib/components/VValidation/index.d.ts +0 -12
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +21 -23
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +5 -2
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.ts +70 -30
- package/lib/components/VWindow/VWindow.mjs +4 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +4 -1
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.d.ts +61 -79
- package/lib/components/index.d.ts +5229 -6754
- package/lib/components/transitions/index.d.ts +0 -192
- package/lib/composables/component.mjs +11 -0
- package/lib/composables/component.mjs.map +1 -0
- package/lib/composables/defaults.mjs +51 -5
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/icons.mjs +15 -4
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +2 -2
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa-svg.d.ts +1 -1
- package/lib/iconsets/fa.d.ts +1 -1
- package/lib/iconsets/fa4.d.ts +1 -1
- package/lib/iconsets/md.d.ts +1 -1
- package/lib/iconsets/mdi-svg.d.ts +1 -1
- package/lib/iconsets/mdi.d.ts +1 -1
- package/lib/index.d.ts +11 -11
- package/lib/labs/VDataTable/VDataTable.mjs +1 -1
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +34 -20
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +2 -2
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +61 -933
- package/lib/labs/VInfiniteScroll/index.d.ts +8 -36
- package/lib/labs/VSkeletonLoader/index.d.ts +0 -12
- package/lib/labs/components.d.ts +115 -1027
- package/lib/labs/date/DateAdapter.mjs +2 -0
- package/lib/labs/date/DateAdapter.mjs.map +1 -0
- package/lib/labs/date/adapters/vuetify.d.ts +52 -0
- package/lib/{adapters → labs/date/adapters}/vuetify.mjs +2 -2
- package/lib/labs/date/adapters/vuetify.mjs.map +1 -0
- package/lib/{composables → labs/date}/date.mjs +3 -3
- package/lib/labs/date/date.mjs.map +1 -0
- package/lib/labs/date/index.d.ts +40 -0
- package/lib/labs/date/index.mjs +2 -0
- package/lib/labs/date/index.mjs.map +1 -0
- package/lib/labs/index.mjs +3 -2
- package/lib/labs/index.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs +9 -4
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +11 -43
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +28 -2
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs +1 -0
- package/lib/util/index.mjs.map +1 -1
- package/package.json +2 -1
- package/lib/adapters/date-adapter.mjs +0 -2
- package/lib/adapters/date-adapter.mjs.map +0 -1
- package/lib/adapters/vuetify.mjs.map +0 -1
- package/lib/composables/date.mjs.map +0 -1
@@ -28,7 +28,7 @@
|
|
28
28
|
"description": "Create a specialized alert that uses a contextual color and has a pre-defined icon."
|
29
29
|
},
|
30
30
|
"v-alert/close-icon": {
|
31
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
31
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
32
32
|
"description": "Change the default icon used for **closable** alerts."
|
33
33
|
},
|
34
34
|
"v-alert/close-label": {
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"description": "Text used for *aria-label* on **closable** alerts. Can also be customized globally in [Internationalization](/customization/internationalization)."
|
37
37
|
},
|
38
38
|
"v-alert/icon": {
|
39
|
-
"type": "false | string | (new () => any) | FunctionalComponent",
|
39
|
+
"type": "false | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
40
40
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
41
41
|
},
|
42
42
|
"v-alert/model-value": {
|
@@ -212,7 +212,7 @@
|
|
212
212
|
"description": "MISSING DESCRIPTION"
|
213
213
|
},
|
214
214
|
"v-app-bar-nav-icon/icon": {
|
215
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
215
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
216
216
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
217
217
|
},
|
218
218
|
"v-app-bar-title/text": {
|
@@ -328,7 +328,7 @@
|
|
328
328
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
329
329
|
},
|
330
330
|
"v-autocomplete/menu-icon": {
|
331
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
331
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
332
332
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
333
333
|
},
|
334
334
|
"v-autocomplete/menu-props": {
|
@@ -404,11 +404,11 @@
|
|
404
404
|
"description": "Displays suffix text"
|
405
405
|
},
|
406
406
|
"v-autocomplete/append-icon": {
|
407
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
407
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
408
408
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
409
409
|
},
|
410
410
|
"v-autocomplete/prepend-icon": {
|
411
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
411
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
412
412
|
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
413
413
|
},
|
414
414
|
"v-autocomplete/hint": {
|
@@ -464,19 +464,23 @@
|
|
464
464
|
"description": "Allows for the component to be cleared"
|
465
465
|
},
|
466
466
|
"v-autocomplete/clear-icon": {
|
467
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
467
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
468
468
|
"description": "The icon used when the **clerable** prop is set to true"
|
469
469
|
},
|
470
470
|
"v-autocomplete/active": {
|
471
471
|
"type": "boolean",
|
472
472
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
473
473
|
},
|
474
|
+
"v-autocomplete/base-color": {
|
475
|
+
"type": "string",
|
476
|
+
"description": "MISSING DESCRIPTION"
|
477
|
+
},
|
474
478
|
"v-autocomplete/persistent-clear": {
|
475
479
|
"type": "boolean",
|
476
480
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
477
481
|
},
|
478
482
|
"v-autocomplete/prepend-inner-icon": {
|
479
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
483
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
480
484
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
481
485
|
},
|
482
486
|
"v-autocomplete/single-line": {
|
@@ -508,7 +512,7 @@
|
|
508
512
|
"description": "Applies margin at the end of the component."
|
509
513
|
},
|
510
514
|
"v-avatar/icon": {
|
511
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
515
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
512
516
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
513
517
|
},
|
514
518
|
"v-avatar/density": {
|
@@ -544,7 +548,7 @@
|
|
544
548
|
"description": "Apply a specific image using [v-img](/components/images/)."
|
545
549
|
},
|
546
550
|
"v-badge/icon": {
|
547
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
551
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
548
552
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
549
553
|
},
|
550
554
|
"v-badge/model-value": {
|
@@ -624,7 +628,7 @@
|
|
624
628
|
"description": "Applies border styles to component."
|
625
629
|
},
|
626
630
|
"v-banner/icon": {
|
627
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
631
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
628
632
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
629
633
|
},
|
630
634
|
"v-banner/density": {
|
@@ -796,7 +800,7 @@
|
|
796
800
|
"description": "Forces at least one item to always be selected (if available)."
|
797
801
|
},
|
798
802
|
"v-breadcrumbs/icon": {
|
799
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
803
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
800
804
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
801
805
|
},
|
802
806
|
"v-breadcrumbs/density": {
|
@@ -816,7 +820,7 @@
|
|
816
820
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
817
821
|
},
|
818
822
|
"v-breadcrumbs/items": {
|
819
|
-
"type": "
|
823
|
+
"type": "(string | Partial<LinkProps> & { title: string; disabled?: boolean; })[]",
|
820
824
|
"description": "An array of strings or objects used for automatically generating children components"
|
821
825
|
},
|
822
826
|
"v-breadcrumbs/disabled": {
|
@@ -859,6 +863,10 @@
|
|
859
863
|
"type": "boolean",
|
860
864
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
861
865
|
},
|
866
|
+
"v-breadcrumbs-item/replace": {
|
867
|
+
"type": "boolean",
|
868
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
869
|
+
},
|
862
870
|
"v-breadcrumbs-item/active-class": {
|
863
871
|
"type": "string",
|
864
872
|
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation"
|
@@ -871,18 +879,14 @@
|
|
871
879
|
"type": "string",
|
872
880
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
873
881
|
},
|
874
|
-
"v-breadcrumbs-item/
|
875
|
-
"type": "
|
876
|
-
"description": "
|
882
|
+
"v-breadcrumbs-item/to": {
|
883
|
+
"type": "unknown",
|
884
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
877
885
|
},
|
878
886
|
"v-breadcrumbs-item/exact": {
|
879
887
|
"type": "boolean",
|
880
888
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
881
889
|
},
|
882
|
-
"v-breadcrumbs-item/to": {
|
883
|
-
"type": "unknown",
|
884
|
-
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
885
|
-
},
|
886
890
|
"v-btn/symbol": {
|
887
891
|
"type": "any",
|
888
892
|
"description": "The [Symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) used to hook into group functionality for components like [v-btn-toggle](/components/btn-toggle) and [v-bottom-navigation](/components/bottom-navigations/) "
|
@@ -900,7 +904,7 @@
|
|
900
904
|
"description": "Applies border styles to component."
|
901
905
|
},
|
902
906
|
"v-btn/icon": {
|
903
|
-
"type": "boolean | string | (new () => any) | FunctionalComponent",
|
907
|
+
"type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
904
908
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component. The button will become _round_."
|
905
909
|
},
|
906
910
|
"v-btn/density": {
|
@@ -980,11 +984,11 @@
|
|
980
984
|
"description": "Expands the button to 100% of available space."
|
981
985
|
},
|
982
986
|
"v-btn/append-icon": {
|
983
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
987
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
984
988
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
985
989
|
},
|
986
990
|
"v-btn/prepend-icon": {
|
987
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
991
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
988
992
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
989
993
|
},
|
990
994
|
"v-btn/active": {
|
@@ -995,6 +999,10 @@
|
|
995
999
|
"type": "string | boolean",
|
996
1000
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
997
1001
|
},
|
1002
|
+
"v-btn/replace": {
|
1003
|
+
"type": "boolean",
|
1004
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
1005
|
+
},
|
998
1006
|
"v-btn/stacked": {
|
999
1007
|
"type": "boolean",
|
1000
1008
|
"description": "Displays the button as a flex-column."
|
@@ -1007,18 +1015,14 @@
|
|
1007
1015
|
"type": "string",
|
1008
1016
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
1009
1017
|
},
|
1010
|
-
"v-btn/
|
1011
|
-
"type": "
|
1012
|
-
"description": "
|
1018
|
+
"v-btn/to": {
|
1019
|
+
"type": "unknown",
|
1020
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
1013
1021
|
},
|
1014
1022
|
"v-btn/exact": {
|
1015
1023
|
"type": "boolean",
|
1016
1024
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
1017
1025
|
},
|
1018
|
-
"v-btn/to": {
|
1019
|
-
"type": "unknown",
|
1020
|
-
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
1021
|
-
},
|
1022
1026
|
"v-btn/ripple": {
|
1023
1027
|
"type": "boolean",
|
1024
1028
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
@@ -1204,33 +1208,37 @@
|
|
1204
1208
|
"description": "Removes the ability to click or target the component"
|
1205
1209
|
},
|
1206
1210
|
"v-card/append-icon": {
|
1207
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1211
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1208
1212
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
1209
1213
|
},
|
1210
1214
|
"v-card/prepend-icon": {
|
1211
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1215
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1212
1216
|
"description": "Prepends a [v-icon](/components/icons/) component to the header"
|
1213
1217
|
},
|
1214
1218
|
"v-card/loading": {
|
1215
1219
|
"type": "string | boolean",
|
1216
1220
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
1217
1221
|
},
|
1218
|
-
"v-card/href": {
|
1219
|
-
"type": "string",
|
1220
|
-
"description": "Designates the component as anchor and applies the **href** attribute."
|
1221
|
-
},
|
1222
1222
|
"v-card/replace": {
|
1223
1223
|
"type": "boolean",
|
1224
1224
|
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
1225
1225
|
},
|
1226
|
-
"v-card/
|
1226
|
+
"v-card/link": {
|
1227
1227
|
"type": "boolean",
|
1228
|
-
"description": "
|
1228
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
1229
|
+
},
|
1230
|
+
"v-card/href": {
|
1231
|
+
"type": "string",
|
1232
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
1229
1233
|
},
|
1230
1234
|
"v-card/to": {
|
1231
1235
|
"type": "unknown",
|
1232
1236
|
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
1233
1237
|
},
|
1238
|
+
"v-card/exact": {
|
1239
|
+
"type": "boolean",
|
1240
|
+
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
1241
|
+
},
|
1234
1242
|
"v-card/ripple": {
|
1235
1243
|
"type": "boolean",
|
1236
1244
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
@@ -1251,10 +1259,6 @@
|
|
1251
1259
|
"type": "string",
|
1252
1260
|
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
|
1253
1261
|
},
|
1254
|
-
"v-card/link": {
|
1255
|
-
"type": "boolean",
|
1256
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
1257
|
-
},
|
1258
1262
|
"v-card-item/title": {
|
1259
1263
|
"type": "string",
|
1260
1264
|
"description": "Specify a title text for the component."
|
@@ -1264,11 +1268,11 @@
|
|
1264
1268
|
"description": "Adjusts the vertical height used by the component."
|
1265
1269
|
},
|
1266
1270
|
"v-card-item/append-icon": {
|
1267
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1271
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1268
1272
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
1269
1273
|
},
|
1270
1274
|
"v-card-item/prepend-icon": {
|
1271
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1275
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1272
1276
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
1273
1277
|
},
|
1274
1278
|
"v-card-item/subtitle": {
|
@@ -1348,7 +1352,7 @@
|
|
1348
1352
|
"description": "Hides the bottom delimiter background."
|
1349
1353
|
},
|
1350
1354
|
"v-carousel/delimiter-icon": {
|
1351
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1355
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1352
1356
|
"description": "Sets icon for carousel delimiter"
|
1353
1357
|
},
|
1354
1358
|
"v-carousel/interval": {
|
@@ -1364,11 +1368,11 @@
|
|
1364
1368
|
"description": "Determines whether carousel is continuous"
|
1365
1369
|
},
|
1366
1370
|
"v-carousel/next-icon": {
|
1367
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1371
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1368
1372
|
"description": "The displayed icon for forcing pagination to the next item."
|
1369
1373
|
},
|
1370
1374
|
"v-carousel/prev-icon": {
|
1371
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1375
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1372
1376
|
"description": "The displayed icon for forcing pagination to the previous item."
|
1373
1377
|
},
|
1374
1378
|
"v-carousel/show-arrows": {
|
@@ -1417,7 +1421,7 @@
|
|
1417
1421
|
},
|
1418
1422
|
"v-checkbox/value": {
|
1419
1423
|
"type": "any",
|
1420
|
-
"description": "
|
1424
|
+
"description": "The input's value"
|
1421
1425
|
},
|
1422
1426
|
"v-checkbox/id": {
|
1423
1427
|
"type": "string",
|
@@ -1440,11 +1444,11 @@
|
|
1440
1444
|
"description": "Apply a custom comparison algorithm used for values"
|
1441
1445
|
},
|
1442
1446
|
"v-checkbox/append-icon": {
|
1443
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1447
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1444
1448
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
1445
1449
|
},
|
1446
1450
|
"v-checkbox/prepend-icon": {
|
1447
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1451
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1448
1452
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
1449
1453
|
},
|
1450
1454
|
"v-checkbox/hint": {
|
@@ -1504,23 +1508,23 @@
|
|
1504
1508
|
"description": "Sets an indeterminate state for the checkbox"
|
1505
1509
|
},
|
1506
1510
|
"v-checkbox/indeterminate-icon": {
|
1507
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1511
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1508
1512
|
"description": "The icon used when in an indeterminate state"
|
1509
1513
|
},
|
1510
1514
|
"v-checkbox/true-value": {
|
1511
1515
|
"type": "any",
|
1512
|
-
"description": "
|
1516
|
+
"description": "Sets value for truthy state"
|
1513
1517
|
},
|
1514
1518
|
"v-checkbox/false-value": {
|
1515
1519
|
"type": "any",
|
1516
|
-
"description": "
|
1520
|
+
"description": "Sets value for falsy state"
|
1517
1521
|
},
|
1518
1522
|
"v-checkbox/false-icon": {
|
1519
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1523
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1520
1524
|
"description": "The icon used when inactive"
|
1521
1525
|
},
|
1522
1526
|
"v-checkbox/true-icon": {
|
1523
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1527
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1524
1528
|
"description": "The icon used when active"
|
1525
1529
|
},
|
1526
1530
|
"v-checkbox-btn/type": {
|
@@ -1553,7 +1557,7 @@
|
|
1553
1557
|
},
|
1554
1558
|
"v-checkbox-btn/value": {
|
1555
1559
|
"type": "any",
|
1556
|
-
"description": "MISSING DESCRIPTION
|
1560
|
+
"description": "MISSING DESCRIPTION"
|
1557
1561
|
},
|
1558
1562
|
"v-checkbox-btn/id": {
|
1559
1563
|
"type": "string",
|
@@ -1592,23 +1596,23 @@
|
|
1592
1596
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
|
1593
1597
|
},
|
1594
1598
|
"v-checkbox-btn/indeterminate-icon": {
|
1595
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1599
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1596
1600
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-checkbox-btn.json))"
|
1597
1601
|
},
|
1598
1602
|
"v-checkbox-btn/true-value": {
|
1599
1603
|
"type": "any",
|
1600
|
-
"description": "
|
1604
|
+
"description": "Sets value for truthy state"
|
1601
1605
|
},
|
1602
1606
|
"v-checkbox-btn/false-value": {
|
1603
1607
|
"type": "any",
|
1604
|
-
"description": "
|
1608
|
+
"description": "Sets value for falsy state"
|
1605
1609
|
},
|
1606
1610
|
"v-checkbox-btn/false-icon": {
|
1607
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1611
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1608
1612
|
"description": "The icon used when inactive"
|
1609
1613
|
},
|
1610
1614
|
"v-checkbox-btn/true-icon": {
|
1611
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1615
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1612
1616
|
"description": "The icon used when active"
|
1613
1617
|
},
|
1614
1618
|
"v-chip/text": {
|
@@ -1628,7 +1632,7 @@
|
|
1628
1632
|
"description": "Applies border styles to component."
|
1629
1633
|
},
|
1630
1634
|
"v-chip/close-icon": {
|
1631
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1635
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1632
1636
|
"description": "Change the default icon used for **close** chips"
|
1633
1637
|
},
|
1634
1638
|
"v-chip/close-label": {
|
@@ -1684,13 +1688,21 @@
|
|
1684
1688
|
"description": "Removes the ability to click or target the component"
|
1685
1689
|
},
|
1686
1690
|
"v-chip/append-icon": {
|
1687
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1691
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1688
1692
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
1689
1693
|
},
|
1690
1694
|
"v-chip/prepend-icon": {
|
1691
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1695
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1692
1696
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
1693
1697
|
},
|
1698
|
+
"v-chip/replace": {
|
1699
|
+
"type": "boolean",
|
1700
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
1701
|
+
},
|
1702
|
+
"v-chip/link": {
|
1703
|
+
"type": "boolean",
|
1704
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
1705
|
+
},
|
1694
1706
|
"v-chip/selected-class": {
|
1695
1707
|
"type": "string",
|
1696
1708
|
"description": "Configure the active CSS class applied when an item is selected."
|
@@ -1703,18 +1715,14 @@
|
|
1703
1715
|
"type": "string",
|
1704
1716
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
1705
1717
|
},
|
1706
|
-
"v-chip/
|
1707
|
-
"type": "
|
1708
|
-
"description": "
|
1718
|
+
"v-chip/to": {
|
1719
|
+
"type": "unknown",
|
1720
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
1709
1721
|
},
|
1710
1722
|
"v-chip/exact": {
|
1711
1723
|
"type": "boolean",
|
1712
1724
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
1713
1725
|
},
|
1714
|
-
"v-chip/to": {
|
1715
|
-
"type": "unknown",
|
1716
|
-
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
1717
|
-
},
|
1718
1726
|
"v-chip/ripple": {
|
1719
1727
|
"type": "boolean",
|
1720
1728
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
@@ -1727,10 +1735,6 @@
|
|
1727
1735
|
"type": "string",
|
1728
1736
|
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
|
1729
1737
|
},
|
1730
|
-
"v-chip/link": {
|
1731
|
-
"type": "boolean",
|
1732
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
1733
|
-
},
|
1734
1738
|
"v-chip/draggable": {
|
1735
1739
|
"type": "boolean",
|
1736
1740
|
"description": "Makes the chip draggable"
|
@@ -1796,7 +1800,7 @@
|
|
1796
1800
|
"description": "Remove horizontal pagination and wrap items as needed"
|
1797
1801
|
},
|
1798
1802
|
"v-class-icon/icon": {
|
1799
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
1803
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
1800
1804
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
1801
1805
|
},
|
1802
1806
|
"v-class-icon/tag": {
|
@@ -2068,7 +2072,7 @@
|
|
2068
2072
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
2069
2073
|
},
|
2070
2074
|
"v-combobox/menu-icon": {
|
2071
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
2075
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2072
2076
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
2073
2077
|
},
|
2074
2078
|
"v-combobox/menu-props": {
|
@@ -2144,11 +2148,11 @@
|
|
2144
2148
|
"description": "Displays suffix text"
|
2145
2149
|
},
|
2146
2150
|
"v-combobox/append-icon": {
|
2147
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
2151
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2148
2152
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
2149
2153
|
},
|
2150
2154
|
"v-combobox/prepend-icon": {
|
2151
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
2155
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2152
2156
|
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
2153
2157
|
},
|
2154
2158
|
"v-combobox/hint": {
|
@@ -2204,19 +2208,23 @@
|
|
2204
2208
|
"description": "Allows for the component to be cleared"
|
2205
2209
|
},
|
2206
2210
|
"v-combobox/clear-icon": {
|
2207
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
2211
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2208
2212
|
"description": "The icon used when the **clerable** prop is set to true"
|
2209
2213
|
},
|
2210
2214
|
"v-combobox/active": {
|
2211
2215
|
"type": "boolean",
|
2212
2216
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
2213
2217
|
},
|
2218
|
+
"v-combobox/base-color": {
|
2219
|
+
"type": "string",
|
2220
|
+
"description": "MISSING DESCRIPTION"
|
2221
|
+
},
|
2214
2222
|
"v-combobox/persistent-clear": {
|
2215
2223
|
"type": "boolean",
|
2216
2224
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
2217
2225
|
},
|
2218
2226
|
"v-combobox/prepend-inner-icon": {
|
2219
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
2227
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2220
2228
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
2221
2229
|
},
|
2222
2230
|
"v-combobox/single-line": {
|
@@ -2244,7 +2252,7 @@
|
|
2244
2252
|
"description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
|
2245
2253
|
},
|
2246
2254
|
"v-component-icon/icon": {
|
2247
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
2255
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2248
2256
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
2249
2257
|
},
|
2250
2258
|
"v-component-icon/tag": {
|
@@ -2264,7 +2272,7 @@
|
|
2264
2272
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-counter.json))"
|
2265
2273
|
},
|
2266
2274
|
"v-counter/transition": {
|
2267
|
-
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?:
|
2275
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ disabled: BooleanConstructor; group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $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?: WatchOptions<boolean>): WatchStopHandle; } & { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
2268
2276
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
2269
2277
|
},
|
2270
2278
|
"v-counter/active": {
|
@@ -2824,7 +2832,7 @@
|
|
2824
2832
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
2825
2833
|
},
|
2826
2834
|
"v-dialog/transition": {
|
2827
|
-
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?:
|
2835
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $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?: WatchOptions<boolean>): WatchStopHandle; } & {} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => JSX.Element> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
2828
2836
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
2829
2837
|
},
|
2830
2838
|
"v-dialog/attach": {
|
@@ -2988,11 +2996,11 @@
|
|
2988
2996
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
2989
2997
|
},
|
2990
2998
|
"v-expansion-panel/expand-icon": {
|
2991
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
2999
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2992
3000
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
2993
3001
|
},
|
2994
3002
|
"v-expansion-panel/collapse-icon": {
|
2995
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3003
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
2996
3004
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
2997
3005
|
},
|
2998
3006
|
"v-expansion-panel/hide-actions": {
|
@@ -3016,11 +3024,11 @@
|
|
3016
3024
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
3017
3025
|
},
|
3018
3026
|
"v-expansion-panel-title/expand-icon": {
|
3019
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3027
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3020
3028
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
3021
3029
|
},
|
3022
3030
|
"v-expansion-panel-title/collapse-icon": {
|
3023
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3031
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3024
3032
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-expansion-panel-title.json))"
|
3025
3033
|
},
|
3026
3034
|
"v-expansion-panel-title/hide-actions": {
|
@@ -3168,7 +3176,7 @@
|
|
3168
3176
|
"description": "Forces a focused state styling on the component."
|
3169
3177
|
},
|
3170
3178
|
"v-field/append-inner-icon": {
|
3171
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3179
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3172
3180
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
|
3173
3181
|
},
|
3174
3182
|
"v-field/bg-color": {
|
@@ -3180,13 +3188,17 @@
|
|
3180
3188
|
"description": "Allows for the component to be cleared"
|
3181
3189
|
},
|
3182
3190
|
"v-field/clear-icon": {
|
3183
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3191
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3184
3192
|
"description": "The icon used when the **clerable** prop is set to true"
|
3185
3193
|
},
|
3186
3194
|
"v-field/active": {
|
3187
3195
|
"type": "boolean",
|
3188
3196
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
3189
3197
|
},
|
3198
|
+
"v-field/base-color": {
|
3199
|
+
"type": "string",
|
3200
|
+
"description": "MISSING DESCRIPTION"
|
3201
|
+
},
|
3190
3202
|
"v-field/dirty": {
|
3191
3203
|
"type": "boolean",
|
3192
3204
|
"description": "Manually apply the dirty state styling"
|
@@ -3196,7 +3208,7 @@
|
|
3196
3208
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
3197
3209
|
},
|
3198
3210
|
"v-field/prepend-inner-icon": {
|
3199
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3211
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3200
3212
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
3201
3213
|
},
|
3202
3214
|
"v-field/single-line": {
|
@@ -3272,11 +3284,11 @@
|
|
3272
3284
|
"description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
|
3273
3285
|
},
|
3274
3286
|
"v-file-input/append-icon": {
|
3275
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3287
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3276
3288
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
3277
3289
|
},
|
3278
3290
|
"v-file-input/prepend-icon": {
|
3279
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3291
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3280
3292
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
3281
3293
|
},
|
3282
3294
|
"v-file-input/hint": {
|
@@ -3328,7 +3340,7 @@
|
|
3328
3340
|
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
|
3329
3341
|
},
|
3330
3342
|
"v-file-input/append-inner-icon": {
|
3331
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3343
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3332
3344
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
|
3333
3345
|
},
|
3334
3346
|
"v-file-input/bg-color": {
|
@@ -3340,13 +3352,17 @@
|
|
3340
3352
|
"description": "Allows for the component to be cleared"
|
3341
3353
|
},
|
3342
3354
|
"v-file-input/clear-icon": {
|
3343
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3355
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3344
3356
|
"description": "The icon used when the **clerable** prop is set to true"
|
3345
3357
|
},
|
3346
3358
|
"v-file-input/active": {
|
3347
3359
|
"type": "boolean",
|
3348
3360
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
3349
3361
|
},
|
3362
|
+
"v-file-input/base-color": {
|
3363
|
+
"type": "string",
|
3364
|
+
"description": "MISSING DESCRIPTION"
|
3365
|
+
},
|
3350
3366
|
"v-file-input/dirty": {
|
3351
3367
|
"type": "boolean",
|
3352
3368
|
"description": "Manually apply the dirty state styling"
|
@@ -3356,7 +3372,7 @@
|
|
3356
3372
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
3357
3373
|
},
|
3358
3374
|
"v-file-input/prepend-inner-icon": {
|
3359
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3375
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3360
3376
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
3361
3377
|
},
|
3362
3378
|
"v-file-input/single-line": {
|
@@ -3425,7 +3441,7 @@
|
|
3425
3441
|
},
|
3426
3442
|
"v-footer/app": {
|
3427
3443
|
"type": "boolean",
|
3428
|
-
"description": "
|
3444
|
+
"description": "Determines the position of the footer. If true, the footer would be given a fixed position at the bottom of the viewport. If false, the footer is set to the bottom of the page"
|
3429
3445
|
},
|
3430
3446
|
"v-form/model-value": {
|
3431
3447
|
"type": "boolean",
|
@@ -3472,7 +3488,7 @@
|
|
3472
3488
|
"description": "Applies margin at the end of the component."
|
3473
3489
|
},
|
3474
3490
|
"v-icon/icon": {
|
3475
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3491
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3476
3492
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
3477
3493
|
},
|
3478
3494
|
"v-icon/tag": {
|
@@ -3620,11 +3636,11 @@
|
|
3620
3636
|
"description": "Removes the ability to click or target the component"
|
3621
3637
|
},
|
3622
3638
|
"v-input/append-icon": {
|
3623
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3639
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3624
3640
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
3625
3641
|
},
|
3626
3642
|
"v-input/prepend-icon": {
|
3627
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3643
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3628
3644
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
3629
3645
|
},
|
3630
3646
|
"v-input/hint": {
|
@@ -3808,7 +3824,7 @@
|
|
3808
3824
|
"description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
|
3809
3825
|
},
|
3810
3826
|
"v-ligature-icon/icon": {
|
3811
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3827
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3812
3828
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
3813
3829
|
},
|
3814
3830
|
"v-ligature-icon/tag": {
|
@@ -3960,11 +3976,11 @@
|
|
3960
3976
|
"description": "Expands / Collapse the list-group"
|
3961
3977
|
},
|
3962
3978
|
"v-list-group/append-icon": {
|
3963
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3979
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3964
3980
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
3965
3981
|
},
|
3966
3982
|
"v-list-group/prepend-icon": {
|
3967
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3983
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3968
3984
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
3969
3985
|
},
|
3970
3986
|
"v-list-group/active-color": {
|
@@ -3976,11 +3992,11 @@
|
|
3976
3992
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
|
3977
3993
|
},
|
3978
3994
|
"v-list-group/expand-icon": {
|
3979
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3995
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3980
3996
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
|
3981
3997
|
},
|
3982
3998
|
"v-list-group/collapse-icon": {
|
3983
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
3999
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
3984
4000
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-group.json))"
|
3985
4001
|
},
|
3986
4002
|
"v-list-group/subgroup": {
|
@@ -4060,17 +4076,25 @@
|
|
4060
4076
|
"description": "Removes the ability to click or target the component"
|
4061
4077
|
},
|
4062
4078
|
"v-list-item/append-icon": {
|
4063
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4079
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4064
4080
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
4065
4081
|
},
|
4066
4082
|
"v-list-item/prepend-icon": {
|
4067
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4083
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4068
4084
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
4069
4085
|
},
|
4070
4086
|
"v-list-item/active": {
|
4071
4087
|
"type": "boolean",
|
4072
4088
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
4073
4089
|
},
|
4090
|
+
"v-list-item/replace": {
|
4091
|
+
"type": "boolean",
|
4092
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
4093
|
+
},
|
4094
|
+
"v-list-item/link": {
|
4095
|
+
"type": "boolean",
|
4096
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
4097
|
+
},
|
4074
4098
|
"v-list-item/lines": {
|
4075
4099
|
"type": "\"one\" | \"two\" | \"three\"",
|
4076
4100
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))"
|
@@ -4087,18 +4111,14 @@
|
|
4087
4111
|
"type": "string",
|
4088
4112
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
4089
4113
|
},
|
4090
|
-
"v-list-item/
|
4091
|
-
"type": "
|
4092
|
-
"description": "
|
4114
|
+
"v-list-item/to": {
|
4115
|
+
"type": "unknown",
|
4116
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
4093
4117
|
},
|
4094
4118
|
"v-list-item/exact": {
|
4095
4119
|
"type": "boolean",
|
4096
4120
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
4097
4121
|
},
|
4098
|
-
"v-list-item/to": {
|
4099
|
-
"type": "unknown",
|
4100
|
-
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
4101
|
-
},
|
4102
4122
|
"v-list-item/ripple": {
|
4103
4123
|
"type": "boolean",
|
4104
4124
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
@@ -4115,10 +4135,6 @@
|
|
4115
4135
|
"type": "string",
|
4116
4136
|
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
|
4117
4137
|
},
|
4118
|
-
"v-list-item/link": {
|
4119
|
-
"type": "boolean",
|
4120
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
4121
|
-
},
|
4122
4138
|
"v-list-item/nav": {
|
4123
4139
|
"type": "boolean",
|
4124
4140
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))"
|
@@ -4328,7 +4344,7 @@
|
|
4328
4344
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-overlay-scroll-strategies.json))"
|
4329
4345
|
},
|
4330
4346
|
"v-menu/transition": {
|
4331
|
-
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?:
|
4347
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $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?: WatchOptions<boolean>): WatchStopHandle; } & {} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => JSX.Element> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
4332
4348
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
4333
4349
|
},
|
4334
4350
|
"v-menu/attach": {
|
@@ -4340,7 +4356,7 @@
|
|
4340
4356
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)"
|
4341
4357
|
},
|
4342
4358
|
"v-messages/transition": {
|
4343
|
-
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?:
|
4359
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }> & Omit<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, DefaultKeys<{ disabled: BooleanConstructor; group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $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?: WatchOptions<boolean>): WatchStopHandle; } & { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => VNode<RendererNode, RendererElement, { [key: string]: any; }>> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{ disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; } & {} & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, { disabled: boolean; origin: string; mode: string; group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; }, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] }; leaveAbsolute: boolean; group: boolean }",
|
4344
4360
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
4345
4361
|
},
|
4346
4362
|
"v-messages/messages": {
|
@@ -4361,7 +4377,7 @@
|
|
4361
4377
|
},
|
4362
4378
|
"v-navigation-drawer/width": {
|
4363
4379
|
"type": "string | number",
|
4364
|
-
"description": "
|
4380
|
+
"description": "Sets the width for the component"
|
4365
4381
|
},
|
4366
4382
|
"v-navigation-drawer/elevation": {
|
4367
4383
|
"type": "string | number",
|
@@ -4369,7 +4385,7 @@
|
|
4369
4385
|
},
|
4370
4386
|
"v-navigation-drawer/location": {
|
4371
4387
|
"type": "\"top\" | \"end\" | \"bottom\" | \"start\" | \"left\" | \"right\"",
|
4372
|
-
"description": "
|
4388
|
+
"description": "Sets the drawer's location within the layout."
|
4373
4389
|
},
|
4374
4390
|
"v-navigation-drawer/absolute": {
|
4375
4391
|
"type": "boolean",
|
@@ -4445,7 +4461,7 @@
|
|
4445
4461
|
},
|
4446
4462
|
"v-navigation-drawer/rail-width": {
|
4447
4463
|
"type": "string | number",
|
4448
|
-
"description": "
|
4464
|
+
"description": "Sets the width for the component when `rail` is enabled."
|
4449
4465
|
},
|
4450
4466
|
"v-overlay/model-value": {
|
4451
4467
|
"type": "boolean",
|
@@ -4640,11 +4656,11 @@
|
|
4640
4656
|
"description": "The applied color when the component is in an active state"
|
4641
4657
|
},
|
4642
4658
|
"v-pagination/next-icon": {
|
4643
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4659
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4644
4660
|
"description": "The icon to use for the next button"
|
4645
4661
|
},
|
4646
4662
|
"v-pagination/prev-icon": {
|
4647
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4663
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4648
4664
|
"description": "The icon to use for the prev button"
|
4649
4665
|
},
|
4650
4666
|
"v-pagination/show-first-last-page": {
|
@@ -4656,11 +4672,11 @@
|
|
4656
4672
|
"description": "Specify the total visible pagination numbers"
|
4657
4673
|
},
|
4658
4674
|
"v-pagination/first-icon": {
|
4659
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4675
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4660
4676
|
"description": "The icon to use for the first button"
|
4661
4677
|
},
|
4662
4678
|
"v-pagination/last-icon": {
|
4663
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4679
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4664
4680
|
"description": "The icon to use for the last button"
|
4665
4681
|
},
|
4666
4682
|
"v-pagination/aria-label": {
|
@@ -4841,7 +4857,7 @@
|
|
4841
4857
|
},
|
4842
4858
|
"v-radio/value": {
|
4843
4859
|
"type": "any",
|
4844
|
-
"description": "MISSING DESCRIPTION
|
4860
|
+
"description": "MISSING DESCRIPTION"
|
4845
4861
|
},
|
4846
4862
|
"v-radio/id": {
|
4847
4863
|
"type": "string",
|
@@ -4877,18 +4893,18 @@
|
|
4877
4893
|
},
|
4878
4894
|
"v-radio/true-value": {
|
4879
4895
|
"type": "any",
|
4880
|
-
"description": "
|
4896
|
+
"description": "Sets value for truthy state"
|
4881
4897
|
},
|
4882
4898
|
"v-radio/false-value": {
|
4883
4899
|
"type": "any",
|
4884
|
-
"description": "
|
4900
|
+
"description": "Sets value for falsy state"
|
4885
4901
|
},
|
4886
4902
|
"v-radio/false-icon": {
|
4887
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4903
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4888
4904
|
"description": "The icon used when inactive"
|
4889
4905
|
},
|
4890
4906
|
"v-radio/true-icon": {
|
4891
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4907
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4892
4908
|
"description": "The icon used when active"
|
4893
4909
|
},
|
4894
4910
|
"v-radio-group/type": {
|
@@ -4940,11 +4956,11 @@
|
|
4940
4956
|
"description": "Apply a custom comparison algorithm used for values"
|
4941
4957
|
},
|
4942
4958
|
"v-radio-group/append-icon": {
|
4943
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4959
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4944
4960
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
4945
4961
|
},
|
4946
4962
|
"v-radio-group/prepend-icon": {
|
4947
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
4963
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
4948
4964
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
4949
4965
|
},
|
4950
4966
|
"v-radio-group/hint": {
|
@@ -5004,11 +5020,11 @@
|
|
5004
5020
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5005
5021
|
},
|
5006
5022
|
"v-radio-group/false-icon": {
|
5007
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5023
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5008
5024
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
|
5009
5025
|
},
|
5010
5026
|
"v-radio-group/true-icon": {
|
5011
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5027
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5012
5028
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-radio-group.json))"
|
5013
5029
|
},
|
5014
5030
|
"v-range-slider/model-value": {
|
@@ -5056,11 +5072,11 @@
|
|
5056
5072
|
"description": "Removes the ability to click or target the component"
|
5057
5073
|
},
|
5058
5074
|
"v-range-slider/append-icon": {
|
5059
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5075
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5060
5076
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
5061
5077
|
},
|
5062
5078
|
"v-range-slider/prepend-icon": {
|
5063
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5079
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5064
5080
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
5065
5081
|
},
|
5066
5082
|
"v-range-slider/hint": {
|
@@ -5228,11 +5244,11 @@
|
|
5228
5244
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-rating.json))"
|
5229
5245
|
},
|
5230
5246
|
"v-rating/empty-icon": {
|
5231
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5247
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5232
5248
|
"description": "The icon displayed when empty"
|
5233
5249
|
},
|
5234
5250
|
"v-rating/full-icon": {
|
5235
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5251
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5236
5252
|
"description": "The icon displayed when full"
|
5237
5253
|
},
|
5238
5254
|
"v-rating/item-label-position": {
|
@@ -5560,7 +5576,7 @@
|
|
5560
5576
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
5561
5577
|
},
|
5562
5578
|
"v-select/menu-icon": {
|
5563
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5579
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5564
5580
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-select.json))"
|
5565
5581
|
},
|
5566
5582
|
"v-select/menu-props": {
|
@@ -5572,7 +5588,7 @@
|
|
5572
5588
|
"description": "Removes the ability to click or target the input"
|
5573
5589
|
},
|
5574
5590
|
"v-select/transition": {
|
5575
|
-
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?:
|
5591
|
+
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>; $attrs: Data; $refs: Data; $slots: Readonly<InternalSlots>; $root: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $parent: ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>; $emit: (event: string, ...args: any[]) => void; $el: any; $options: ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & MergedComponentOptionsOverride; $forceUpdate: () => void; $nextTick: typeof nextTick; $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?: WatchOptions<boolean>): WatchStopHandle; } & {} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; } & ShallowUnwrapRef<() => JSX.Element> & ExtractComputedReturns<{}> & ComponentCustomProperties & {}, any, any, any, ComputedOptions, MethodOptions> & ComponentOptionsBase<{} & { target?: HTMLElement; } & { $children?: VNodeChild | Slot<[]> | { default?: Slot<[]>; }; 'v-slots'?: { default?: false | Slot<[]>; }; } & { \"v-slot:default\"?: false | Slot<[]>; }, () => JSX.Element, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & VNodeProps & AllowedComponentProps & ComponentCustomProps & { filterProps: (props: T) => [Partial<Pick<T, U>>, Omit<T, U>] } }",
|
5576
5592
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
5577
5593
|
},
|
5578
5594
|
"v-select/multiple": {
|
@@ -5636,11 +5652,11 @@
|
|
5636
5652
|
"description": "Displays suffix text"
|
5637
5653
|
},
|
5638
5654
|
"v-select/append-icon": {
|
5639
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5655
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5640
5656
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
5641
5657
|
},
|
5642
5658
|
"v-select/prepend-icon": {
|
5643
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5659
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5644
5660
|
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
5645
5661
|
},
|
5646
5662
|
"v-select/hint": {
|
@@ -5696,19 +5712,23 @@
|
|
5696
5712
|
"description": "Allows for the component to be cleared"
|
5697
5713
|
},
|
5698
5714
|
"v-select/clear-icon": {
|
5699
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5715
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5700
5716
|
"description": "The icon used when the **clerable** prop is set to true"
|
5701
5717
|
},
|
5702
5718
|
"v-select/active": {
|
5703
5719
|
"type": "boolean",
|
5704
5720
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
5705
5721
|
},
|
5722
|
+
"v-select/base-color": {
|
5723
|
+
"type": "string",
|
5724
|
+
"description": "MISSING DESCRIPTION"
|
5725
|
+
},
|
5706
5726
|
"v-select/persistent-clear": {
|
5707
5727
|
"type": "boolean",
|
5708
5728
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
5709
5729
|
},
|
5710
5730
|
"v-select/prepend-inner-icon": {
|
5711
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5731
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5712
5732
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
5713
5733
|
},
|
5714
5734
|
"v-select/single-line": {
|
@@ -5761,7 +5781,7 @@
|
|
5761
5781
|
},
|
5762
5782
|
"v-selection-control/value": {
|
5763
5783
|
"type": "any",
|
5764
|
-
"description": "MISSING DESCRIPTION
|
5784
|
+
"description": "MISSING DESCRIPTION"
|
5765
5785
|
},
|
5766
5786
|
"v-selection-control/id": {
|
5767
5787
|
"type": "string",
|
@@ -5797,18 +5817,18 @@
|
|
5797
5817
|
},
|
5798
5818
|
"v-selection-control/true-value": {
|
5799
5819
|
"type": "any",
|
5800
|
-
"description": "
|
5820
|
+
"description": "Sets value for truthy state"
|
5801
5821
|
},
|
5802
5822
|
"v-selection-control/false-value": {
|
5803
5823
|
"type": "any",
|
5804
|
-
"description": "
|
5824
|
+
"description": "Sets value for falsy state"
|
5805
5825
|
},
|
5806
5826
|
"v-selection-control/false-icon": {
|
5807
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5827
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5808
5828
|
"description": "The icon used when inactive"
|
5809
5829
|
},
|
5810
5830
|
"v-selection-control/true-icon": {
|
5811
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5831
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5812
5832
|
"description": "The icon used when active"
|
5813
5833
|
},
|
5814
5834
|
"v-selection-control-group/type": {
|
@@ -5868,11 +5888,11 @@
|
|
5868
5888
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5869
5889
|
},
|
5870
5890
|
"v-selection-control-group/false-icon": {
|
5871
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5891
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5872
5892
|
"description": "The icon used when inactive"
|
5873
5893
|
},
|
5874
5894
|
"v-selection-control-group/true-icon": {
|
5875
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
5895
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
5876
5896
|
"description": "The icon used when active"
|
5877
5897
|
},
|
5878
5898
|
"v-selection-control-group/defaults-target": {
|
@@ -6024,11 +6044,11 @@
|
|
6024
6044
|
"description": "Forces at least one item to always be selected (if available)."
|
6025
6045
|
},
|
6026
6046
|
"v-slide-group/next-icon": {
|
6027
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6047
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6028
6048
|
"description": "The appended slot when arrows are shown"
|
6029
6049
|
},
|
6030
6050
|
"v-slide-group/prev-icon": {
|
6031
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6051
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6032
6052
|
"description": "The prepended slot when arrows are shown"
|
6033
6053
|
},
|
6034
6054
|
"v-slide-group/show-arrows": {
|
@@ -6192,11 +6212,11 @@
|
|
6192
6212
|
"description": "Removes the ability to click or target the component"
|
6193
6213
|
},
|
6194
6214
|
"v-slider/append-icon": {
|
6195
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6215
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6196
6216
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
6197
6217
|
},
|
6198
6218
|
"v-slider/prepend-icon": {
|
6199
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6219
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6200
6220
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
6201
6221
|
},
|
6202
6222
|
"v-slider/hint": {
|
@@ -6448,7 +6468,7 @@
|
|
6448
6468
|
"description": "Specify a custom tag used on the root element"
|
6449
6469
|
},
|
6450
6470
|
"v-svg-icon/icon": {
|
6451
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6471
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6452
6472
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
6453
6473
|
},
|
6454
6474
|
"v-svg-icon/tag": {
|
@@ -6489,7 +6509,7 @@
|
|
6489
6509
|
},
|
6490
6510
|
"v-switch/value": {
|
6491
6511
|
"type": "any",
|
6492
|
-
"description": "
|
6512
|
+
"description": "The input's value"
|
6493
6513
|
},
|
6494
6514
|
"v-switch/id": {
|
6495
6515
|
"type": "string",
|
@@ -6512,11 +6532,11 @@
|
|
6512
6532
|
"description": "Apply a custom comparison algorithm used for values"
|
6513
6533
|
},
|
6514
6534
|
"v-switch/append-icon": {
|
6515
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6535
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6516
6536
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
6517
6537
|
},
|
6518
6538
|
"v-switch/prepend-icon": {
|
6519
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6539
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6520
6540
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
6521
6541
|
},
|
6522
6542
|
"v-switch/hint": {
|
@@ -6585,18 +6605,18 @@
|
|
6585
6605
|
},
|
6586
6606
|
"v-switch/true-value": {
|
6587
6607
|
"type": "any",
|
6588
|
-
"description": "
|
6608
|
+
"description": "Sets value for truthy state"
|
6589
6609
|
},
|
6590
6610
|
"v-switch/false-value": {
|
6591
6611
|
"type": "any",
|
6592
|
-
"description": "
|
6612
|
+
"description": "Sets value for falsy state"
|
6593
6613
|
},
|
6594
6614
|
"v-switch/false-icon": {
|
6595
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6615
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6596
6616
|
"description": "The icon used when inactive"
|
6597
6617
|
},
|
6598
6618
|
"v-switch/true-icon": {
|
6599
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6619
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6600
6620
|
"description": "The icon used when active"
|
6601
6621
|
},
|
6602
6622
|
"v-switch/inset": {
|
@@ -6652,7 +6672,7 @@
|
|
6652
6672
|
"description": "Applies border styles to component."
|
6653
6673
|
},
|
6654
6674
|
"v-tab/icon": {
|
6655
|
-
"type": "boolean | string | (new () => any) | FunctionalComponent",
|
6675
|
+
"type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6656
6676
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
6657
6677
|
},
|
6658
6678
|
"v-tab/density": {
|
@@ -6724,11 +6744,11 @@
|
|
6724
6744
|
"description": "Removes the ability to click or target the component"
|
6725
6745
|
},
|
6726
6746
|
"v-tab/append-icon": {
|
6727
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6747
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6728
6748
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
6729
6749
|
},
|
6730
6750
|
"v-tab/prepend-icon": {
|
6731
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6751
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6732
6752
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
6733
6753
|
},
|
6734
6754
|
"v-tab/direction": {
|
@@ -6739,6 +6759,10 @@
|
|
6739
6759
|
"type": "string | boolean",
|
6740
6760
|
"description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color"
|
6741
6761
|
},
|
6762
|
+
"v-tab/replace": {
|
6763
|
+
"type": "boolean",
|
6764
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
6765
|
+
},
|
6742
6766
|
"v-tab/stacked": {
|
6743
6767
|
"type": "boolean",
|
6744
6768
|
"description": "Displays the tab as a flex-column."
|
@@ -6751,18 +6775,14 @@
|
|
6751
6775
|
"type": "string",
|
6752
6776
|
"description": "Designates the component as anchor and applies the **href** attribute."
|
6753
6777
|
},
|
6754
|
-
"v-tab/
|
6755
|
-
"type": "
|
6756
|
-
"description": "
|
6778
|
+
"v-tab/to": {
|
6779
|
+
"type": "unknown",
|
6780
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
6757
6781
|
},
|
6758
6782
|
"v-tab/exact": {
|
6759
6783
|
"type": "boolean",
|
6760
6784
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
6761
6785
|
},
|
6762
|
-
"v-tab/to": {
|
6763
|
-
"type": "unknown",
|
6764
|
-
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
6765
|
-
},
|
6766
6786
|
"v-tab/ripple": {
|
6767
6787
|
"type": "boolean",
|
6768
6788
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
@@ -6868,11 +6888,11 @@
|
|
6868
6888
|
"description": "Forces at least one item to always be selected (if available)."
|
6869
6889
|
},
|
6870
6890
|
"v-tabs/next-icon": {
|
6871
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6891
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6872
6892
|
"description": "Right pagination icon"
|
6873
6893
|
},
|
6874
6894
|
"v-tabs/prev-icon": {
|
6875
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
6895
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6876
6896
|
"description": "Left pagination icon"
|
6877
6897
|
},
|
6878
6898
|
"v-tabs/show-arrows": {
|
@@ -6980,11 +7000,11 @@
|
|
6980
7000
|
"description": "Displays suffix text"
|
6981
7001
|
},
|
6982
7002
|
"v-text-field/append-icon": {
|
6983
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7003
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6984
7004
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
6985
7005
|
},
|
6986
7006
|
"v-text-field/prepend-icon": {
|
6987
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7007
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
6988
7008
|
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`"
|
6989
7009
|
},
|
6990
7010
|
"v-text-field/hint": {
|
@@ -7036,7 +7056,7 @@
|
|
7036
7056
|
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
|
7037
7057
|
},
|
7038
7058
|
"v-text-field/append-inner-icon": {
|
7039
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7059
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7040
7060
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
|
7041
7061
|
},
|
7042
7062
|
"v-text-field/bg-color": {
|
@@ -7048,13 +7068,17 @@
|
|
7048
7068
|
"description": "Allows for the component to be cleared"
|
7049
7069
|
},
|
7050
7070
|
"v-text-field/clear-icon": {
|
7051
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7071
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7052
7072
|
"description": "Applied when using **clearable** and the input is dirty"
|
7053
7073
|
},
|
7054
7074
|
"v-text-field/active": {
|
7055
7075
|
"type": "boolean",
|
7056
7076
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
7057
7077
|
},
|
7078
|
+
"v-text-field/base-color": {
|
7079
|
+
"type": "string",
|
7080
|
+
"description": "MISSING DESCRIPTION"
|
7081
|
+
},
|
7058
7082
|
"v-text-field/dirty": {
|
7059
7083
|
"type": "boolean",
|
7060
7084
|
"description": "Manually apply the dirty state styling"
|
@@ -7064,7 +7088,7 @@
|
|
7064
7088
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
7065
7089
|
},
|
7066
7090
|
"v-text-field/prepend-inner-icon": {
|
7067
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7091
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7068
7092
|
"description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
|
7069
7093
|
},
|
7070
7094
|
"v-text-field/single-line": {
|
@@ -7164,11 +7188,11 @@
|
|
7164
7188
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-textarea.json))"
|
7165
7189
|
},
|
7166
7190
|
"v-textarea/append-icon": {
|
7167
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7191
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7168
7192
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
7169
7193
|
},
|
7170
7194
|
"v-textarea/prepend-icon": {
|
7171
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7195
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7172
7196
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
7173
7197
|
},
|
7174
7198
|
"v-textarea/hint": {
|
@@ -7220,7 +7244,7 @@
|
|
7220
7244
|
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
|
7221
7245
|
},
|
7222
7246
|
"v-textarea/append-inner-icon": {
|
7223
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7247
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7224
7248
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
|
7225
7249
|
},
|
7226
7250
|
"v-textarea/bg-color": {
|
@@ -7232,13 +7256,17 @@
|
|
7232
7256
|
"description": "Allows for the component to be cleared"
|
7233
7257
|
},
|
7234
7258
|
"v-textarea/clear-icon": {
|
7235
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7259
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7236
7260
|
"description": "The icon used when the **clerable** prop is set to true"
|
7237
7261
|
},
|
7238
7262
|
"v-textarea/active": {
|
7239
7263
|
"type": "boolean",
|
7240
7264
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
7241
7265
|
},
|
7266
|
+
"v-textarea/base-color": {
|
7267
|
+
"type": "string",
|
7268
|
+
"description": "MISSING DESCRIPTION"
|
7269
|
+
},
|
7242
7270
|
"v-textarea/dirty": {
|
7243
7271
|
"type": "boolean",
|
7244
7272
|
"description": "Manually apply the dirty state styling"
|
@@ -7248,7 +7276,7 @@
|
|
7248
7276
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)"
|
7249
7277
|
},
|
7250
7278
|
"v-textarea/prepend-inner-icon": {
|
7251
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7279
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7252
7280
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
7253
7281
|
},
|
7254
7282
|
"v-textarea/single-line": {
|
@@ -7344,7 +7372,7 @@
|
|
7344
7372
|
"description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends"
|
7345
7373
|
},
|
7346
7374
|
"v-timeline-item/icon": {
|
7347
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7375
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7348
7376
|
"description": "Apply a specific icon to the inside dot using the [v-icon](/components/icons/) component."
|
7349
7377
|
},
|
7350
7378
|
"v-timeline-item/density": {
|
@@ -7707,10 +7735,6 @@
|
|
7707
7735
|
"type": "unknown[]",
|
7708
7736
|
"description": "The array of items to display"
|
7709
7737
|
},
|
7710
|
-
"v-virtual-scroll/visible-items": {
|
7711
|
-
"type": "string | number",
|
7712
|
-
"description": "MISSING DESCRIPTION"
|
7713
|
-
},
|
7714
7738
|
"v-virtual-scroll/item-height": {
|
7715
7739
|
"type": "string | number",
|
7716
7740
|
"description": "Height in pixels of each item to display. When using **dynamic-item-height** this should be an average initial size."
|
@@ -7752,11 +7776,11 @@
|
|
7752
7776
|
"description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
|
7753
7777
|
},
|
7754
7778
|
"v-window/next-icon": {
|
7755
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7779
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7756
7780
|
"description": "Icon used for the \"next\" button if `show-arrows` is `true`"
|
7757
7781
|
},
|
7758
7782
|
"v-window/prev-icon": {
|
7759
|
-
"type": "string | (new () => any) | FunctionalComponent",
|
7783
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent",
|
7760
7784
|
"description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
|
7761
7785
|
},
|
7762
7786
|
"v-window/show-arrows": {
|