@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
package/dist/json/web-types.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
3
3
|
"framework": "vue",
|
4
4
|
"name": "vuetify",
|
5
|
-
"version": "4.0.0-dev-
|
5
|
+
"version": "4.0.0-dev-20230427.0",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"default": "'$close'",
|
93
93
|
"value": {
|
94
94
|
"kind": "expression",
|
95
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
95
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
96
96
|
}
|
97
97
|
},
|
98
98
|
{
|
@@ -112,7 +112,7 @@
|
|
112
112
|
"default": "false",
|
113
113
|
"value": {
|
114
114
|
"kind": "expression",
|
115
|
-
"type": "false | string | (new () => any) | FunctionalComponent"
|
115
|
+
"type": "false | string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
116
116
|
}
|
117
117
|
},
|
118
118
|
{
|
@@ -716,7 +716,7 @@
|
|
716
716
|
"default": "'$menu'",
|
717
717
|
"value": {
|
718
718
|
"kind": "expression",
|
719
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
719
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
720
720
|
}
|
721
721
|
}
|
722
722
|
],
|
@@ -1073,7 +1073,7 @@
|
|
1073
1073
|
"default": "'$dropdown'",
|
1074
1074
|
"value": {
|
1075
1075
|
"kind": "expression",
|
1076
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
1076
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
1077
1077
|
}
|
1078
1078
|
},
|
1079
1079
|
{
|
@@ -1264,7 +1264,7 @@
|
|
1264
1264
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
1265
1265
|
"value": {
|
1266
1266
|
"kind": "expression",
|
1267
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
1267
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
1268
1268
|
}
|
1269
1269
|
},
|
1270
1270
|
{
|
@@ -1273,7 +1273,7 @@
|
|
1273
1273
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
1274
1274
|
"value": {
|
1275
1275
|
"kind": "expression",
|
1276
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
1276
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
1277
1277
|
}
|
1278
1278
|
},
|
1279
1279
|
{
|
@@ -1414,7 +1414,7 @@
|
|
1414
1414
|
"default": "'$clear'",
|
1415
1415
|
"value": {
|
1416
1416
|
"kind": "expression",
|
1417
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
1417
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
1418
1418
|
}
|
1419
1419
|
},
|
1420
1420
|
{
|
@@ -1428,6 +1428,15 @@
|
|
1428
1428
|
},
|
1429
1429
|
"type": "boolean"
|
1430
1430
|
},
|
1431
|
+
{
|
1432
|
+
"name": "baseColor",
|
1433
|
+
"description": "MISSING DESCRIPTION",
|
1434
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
1435
|
+
"value": {
|
1436
|
+
"kind": "expression",
|
1437
|
+
"type": "string"
|
1438
|
+
}
|
1439
|
+
},
|
1431
1440
|
{
|
1432
1441
|
"name": "persistentClear",
|
1433
1442
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
|
@@ -1445,7 +1454,7 @@
|
|
1445
1454
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
1446
1455
|
"value": {
|
1447
1456
|
"kind": "expression",
|
1448
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
1457
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
1449
1458
|
}
|
1450
1459
|
},
|
1451
1460
|
{
|
@@ -1899,7 +1908,7 @@
|
|
1899
1908
|
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
1900
1909
|
"value": {
|
1901
1910
|
"kind": "expression",
|
1902
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
1911
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
1903
1912
|
}
|
1904
1913
|
},
|
1905
1914
|
{
|
@@ -2008,7 +2017,7 @@
|
|
2008
2017
|
"doc-url": "https://vuetifyjs.com/api/v-badge#props",
|
2009
2018
|
"value": {
|
2010
2019
|
"kind": "expression",
|
2011
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
2020
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
2012
2021
|
}
|
2013
2022
|
},
|
2014
2023
|
{
|
@@ -2232,7 +2241,7 @@
|
|
2232
2241
|
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
2233
2242
|
"value": {
|
2234
2243
|
"kind": "expression",
|
2235
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
2244
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
2236
2245
|
}
|
2237
2246
|
},
|
2238
2247
|
{
|
@@ -2766,7 +2775,7 @@
|
|
2766
2775
|
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs#props",
|
2767
2776
|
"value": {
|
2768
2777
|
"kind": "expression",
|
2769
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
2778
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
2770
2779
|
}
|
2771
2780
|
},
|
2772
2781
|
{
|
@@ -2815,7 +2824,7 @@
|
|
2815
2824
|
"default": "[]",
|
2816
2825
|
"value": {
|
2817
2826
|
"kind": "expression",
|
2818
|
-
"type": "
|
2827
|
+
"type": "(string | Partial<LinkProps> & { title: string; disabled?: boolean; })[]"
|
2819
2828
|
}
|
2820
2829
|
},
|
2821
2830
|
{
|
@@ -2881,7 +2890,7 @@
|
|
2881
2890
|
"vue-properties": [
|
2882
2891
|
{
|
2883
2892
|
"name": "item",
|
2884
|
-
"type": "
|
2893
|
+
"type": "string | Partial<LinkProps> & { title: string; disabled: boolean }"
|
2885
2894
|
},
|
2886
2895
|
{
|
2887
2896
|
"name": "index",
|
@@ -2896,7 +2905,7 @@
|
|
2896
2905
|
"vue-properties": [
|
2897
2906
|
{
|
2898
2907
|
"name": "item",
|
2899
|
-
"type": "
|
2908
|
+
"type": "string | Partial<LinkProps> & { title: string; disabled: boolean }"
|
2900
2909
|
},
|
2901
2910
|
{
|
2902
2911
|
"name": "index",
|
@@ -2996,6 +3005,17 @@
|
|
2996
3005
|
},
|
2997
3006
|
"type": "boolean"
|
2998
3007
|
},
|
3008
|
+
{
|
3009
|
+
"name": "replace",
|
3010
|
+
"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.",
|
3011
|
+
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
|
3012
|
+
"default": "false",
|
3013
|
+
"value": {
|
3014
|
+
"kind": "expression",
|
3015
|
+
"type": "boolean"
|
3016
|
+
},
|
3017
|
+
"type": "boolean"
|
3018
|
+
},
|
2999
3019
|
{
|
3000
3020
|
"name": "activeClass",
|
3001
3021
|
"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",
|
@@ -3024,15 +3044,13 @@
|
|
3024
3044
|
}
|
3025
3045
|
},
|
3026
3046
|
{
|
3027
|
-
"name": "
|
3028
|
-
"description": "
|
3047
|
+
"name": "to",
|
3048
|
+
"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.",
|
3029
3049
|
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
|
3030
|
-
"default": "false",
|
3031
3050
|
"value": {
|
3032
3051
|
"kind": "expression",
|
3033
|
-
"type": "
|
3034
|
-
}
|
3035
|
-
"type": "boolean"
|
3052
|
+
"type": "unknown"
|
3053
|
+
}
|
3036
3054
|
},
|
3037
3055
|
{
|
3038
3056
|
"name": "exact",
|
@@ -3044,15 +3062,6 @@
|
|
3044
3062
|
"type": "boolean"
|
3045
3063
|
},
|
3046
3064
|
"type": "boolean"
|
3047
|
-
},
|
3048
|
-
{
|
3049
|
-
"name": "to",
|
3050
|
-
"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.",
|
3051
|
-
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs-item#props",
|
3052
|
-
"value": {
|
3053
|
-
"kind": "expression",
|
3054
|
-
"type": "unknown"
|
3055
|
-
}
|
3056
3065
|
}
|
3057
3066
|
],
|
3058
3067
|
"events": [],
|
@@ -3123,7 +3132,7 @@
|
|
3123
3132
|
"default": "false",
|
3124
3133
|
"value": {
|
3125
3134
|
"kind": "expression",
|
3126
|
-
"type": "boolean | string | (new () => any) | FunctionalComponent"
|
3135
|
+
"type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
3127
3136
|
}
|
3128
3137
|
},
|
3129
3138
|
{
|
@@ -3312,7 +3321,7 @@
|
|
3312
3321
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
3313
3322
|
"value": {
|
3314
3323
|
"kind": "expression",
|
3315
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
3324
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
3316
3325
|
}
|
3317
3326
|
},
|
3318
3327
|
{
|
@@ -3321,7 +3330,7 @@
|
|
3321
3330
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
3322
3331
|
"value": {
|
3323
3332
|
"kind": "expression",
|
3324
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
3333
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
3325
3334
|
}
|
3326
3335
|
},
|
3327
3336
|
{
|
@@ -3345,6 +3354,17 @@
|
|
3345
3354
|
"type": "string | boolean"
|
3346
3355
|
}
|
3347
3356
|
},
|
3357
|
+
{
|
3358
|
+
"name": "replace",
|
3359
|
+
"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.",
|
3360
|
+
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
3361
|
+
"default": "false",
|
3362
|
+
"value": {
|
3363
|
+
"kind": "expression",
|
3364
|
+
"type": "boolean"
|
3365
|
+
},
|
3366
|
+
"type": "boolean"
|
3367
|
+
},
|
3348
3368
|
{
|
3349
3369
|
"name": "stacked",
|
3350
3370
|
"description": "Displays the button as a flex-column.",
|
@@ -3375,15 +3395,13 @@
|
|
3375
3395
|
}
|
3376
3396
|
},
|
3377
3397
|
{
|
3378
|
-
"name": "
|
3379
|
-
"description": "
|
3398
|
+
"name": "to",
|
3399
|
+
"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.",
|
3380
3400
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
3381
|
-
"default": "false",
|
3382
3401
|
"value": {
|
3383
3402
|
"kind": "expression",
|
3384
|
-
"type": "
|
3385
|
-
}
|
3386
|
-
"type": "boolean"
|
3403
|
+
"type": "unknown"
|
3404
|
+
}
|
3387
3405
|
},
|
3388
3406
|
{
|
3389
3407
|
"name": "exact",
|
@@ -3396,15 +3414,6 @@
|
|
3396
3414
|
},
|
3397
3415
|
"type": "boolean"
|
3398
3416
|
},
|
3399
|
-
{
|
3400
|
-
"name": "to",
|
3401
|
-
"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.",
|
3402
|
-
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
3403
|
-
"value": {
|
3404
|
-
"kind": "expression",
|
3405
|
-
"type": "unknown"
|
3406
|
-
}
|
3407
|
-
},
|
3408
3417
|
{
|
3409
3418
|
"name": "ripple",
|
3410
3419
|
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
@@ -3985,7 +3994,7 @@
|
|
3985
3994
|
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
3986
3995
|
"value": {
|
3987
3996
|
"kind": "expression",
|
3988
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
3997
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
3989
3998
|
}
|
3990
3999
|
},
|
3991
4000
|
{
|
@@ -3994,7 +4003,7 @@
|
|
3994
4003
|
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
3995
4004
|
"value": {
|
3996
4005
|
"kind": "expression",
|
3997
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
4006
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
3998
4007
|
}
|
3999
4008
|
},
|
4000
4009
|
{
|
@@ -4007,15 +4016,6 @@
|
|
4007
4016
|
"type": "string | boolean"
|
4008
4017
|
}
|
4009
4018
|
},
|
4010
|
-
{
|
4011
|
-
"name": "href",
|
4012
|
-
"description": "Designates the component as anchor and applies the **href** attribute.",
|
4013
|
-
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
4014
|
-
"value": {
|
4015
|
-
"kind": "expression",
|
4016
|
-
"type": "string"
|
4017
|
-
}
|
4018
|
-
},
|
4019
4019
|
{
|
4020
4020
|
"name": "replace",
|
4021
4021
|
"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.",
|
@@ -4028,8 +4028,8 @@
|
|
4028
4028
|
"type": "boolean"
|
4029
4029
|
},
|
4030
4030
|
{
|
4031
|
-
"name": "
|
4032
|
-
"description": "
|
4031
|
+
"name": "link",
|
4032
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop.",
|
4033
4033
|
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
4034
4034
|
"default": "false",
|
4035
4035
|
"value": {
|
@@ -4038,6 +4038,15 @@
|
|
4038
4038
|
},
|
4039
4039
|
"type": "boolean"
|
4040
4040
|
},
|
4041
|
+
{
|
4042
|
+
"name": "href",
|
4043
|
+
"description": "Designates the component as anchor and applies the **href** attribute.",
|
4044
|
+
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
4045
|
+
"value": {
|
4046
|
+
"kind": "expression",
|
4047
|
+
"type": "string"
|
4048
|
+
}
|
4049
|
+
},
|
4041
4050
|
{
|
4042
4051
|
"name": "to",
|
4043
4052
|
"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.",
|
@@ -4047,6 +4056,17 @@
|
|
4047
4056
|
"type": "unknown"
|
4048
4057
|
}
|
4049
4058
|
},
|
4059
|
+
{
|
4060
|
+
"name": "exact",
|
4061
|
+
"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.",
|
4062
|
+
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
4063
|
+
"default": "false",
|
4064
|
+
"value": {
|
4065
|
+
"kind": "expression",
|
4066
|
+
"type": "boolean"
|
4067
|
+
},
|
4068
|
+
"type": "boolean"
|
4069
|
+
},
|
4050
4070
|
{
|
4051
4071
|
"name": "ripple",
|
4052
4072
|
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
@@ -4095,17 +4115,6 @@
|
|
4095
4115
|
"kind": "expression",
|
4096
4116
|
"type": "string"
|
4097
4117
|
}
|
4098
|
-
},
|
4099
|
-
{
|
4100
|
-
"name": "link",
|
4101
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop.",
|
4102
|
-
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
4103
|
-
"default": "false",
|
4104
|
-
"value": {
|
4105
|
-
"kind": "expression",
|
4106
|
-
"type": "boolean"
|
4107
|
-
},
|
4108
|
-
"type": "boolean"
|
4109
4118
|
}
|
4110
4119
|
],
|
4111
4120
|
"events": [],
|
@@ -4227,7 +4236,7 @@
|
|
4227
4236
|
"doc-url": "https://vuetifyjs.com/api/v-card-item#props",
|
4228
4237
|
"value": {
|
4229
4238
|
"kind": "expression",
|
4230
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
4239
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
4231
4240
|
}
|
4232
4241
|
},
|
4233
4242
|
{
|
@@ -4236,7 +4245,7 @@
|
|
4236
4245
|
"doc-url": "https://vuetifyjs.com/api/v-card-item#props",
|
4237
4246
|
"value": {
|
4238
4247
|
"kind": "expression",
|
4239
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
4248
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
4240
4249
|
}
|
4241
4250
|
},
|
4242
4251
|
{
|
@@ -4547,7 +4556,7 @@
|
|
4547
4556
|
"default": "'$delimiter'",
|
4548
4557
|
"value": {
|
4549
4558
|
"kind": "expression",
|
4550
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
4559
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
4551
4560
|
}
|
4552
4561
|
},
|
4553
4562
|
{
|
@@ -4588,7 +4597,7 @@
|
|
4588
4597
|
"default": "'$next'",
|
4589
4598
|
"value": {
|
4590
4599
|
"kind": "expression",
|
4591
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
4600
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
4592
4601
|
}
|
4593
4602
|
},
|
4594
4603
|
{
|
@@ -4598,7 +4607,7 @@
|
|
4598
4607
|
"default": "'$prev'",
|
4599
4608
|
"value": {
|
4600
4609
|
"kind": "expression",
|
4601
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
4610
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
4602
4611
|
}
|
4603
4612
|
},
|
4604
4613
|
{
|
@@ -4675,7 +4684,7 @@
|
|
4675
4684
|
"vue-properties": [
|
4676
4685
|
{
|
4677
4686
|
"name": "props",
|
4678
|
-
"type": "{ icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
|
4687
|
+
"type": "{ icon: string | (string | [string, number])[] | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
|
4679
4688
|
}
|
4680
4689
|
]
|
4681
4690
|
},
|
@@ -4686,7 +4695,7 @@
|
|
4686
4695
|
"vue-properties": [
|
4687
4696
|
{
|
4688
4697
|
"name": "props",
|
4689
|
-
"type": "{ icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
|
4698
|
+
"type": "{ icon: string | (string | [string, number])[] | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
|
4690
4699
|
}
|
4691
4700
|
]
|
4692
4701
|
}
|
@@ -4820,7 +4829,7 @@
|
|
4820
4829
|
},
|
4821
4830
|
{
|
4822
4831
|
"name": "value",
|
4823
|
-
"description": "
|
4832
|
+
"description": "The input's value",
|
4824
4833
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
4825
4834
|
"value": {
|
4826
4835
|
"kind": "expression",
|
@@ -4882,7 +4891,7 @@
|
|
4882
4891
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
4883
4892
|
"value": {
|
4884
4893
|
"kind": "expression",
|
4885
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
4894
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
4886
4895
|
}
|
4887
4896
|
},
|
4888
4897
|
{
|
@@ -4891,7 +4900,7 @@
|
|
4891
4900
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
4892
4901
|
"value": {
|
4893
4902
|
"kind": "expression",
|
4894
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
4903
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
4895
4904
|
}
|
4896
4905
|
},
|
4897
4906
|
{
|
@@ -5043,12 +5052,12 @@
|
|
5043
5052
|
"default": "'$checkboxIndeterminate'",
|
5044
5053
|
"value": {
|
5045
5054
|
"kind": "expression",
|
5046
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
5055
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
5047
5056
|
}
|
5048
5057
|
},
|
5049
5058
|
{
|
5050
5059
|
"name": "trueValue",
|
5051
|
-
"description": "
|
5060
|
+
"description": "Sets value for truthy state",
|
5052
5061
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
5053
5062
|
"value": {
|
5054
5063
|
"kind": "expression",
|
@@ -5057,7 +5066,7 @@
|
|
5057
5066
|
},
|
5058
5067
|
{
|
5059
5068
|
"name": "falseValue",
|
5060
|
-
"description": "
|
5069
|
+
"description": "Sets value for falsy state",
|
5061
5070
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
5062
5071
|
"value": {
|
5063
5072
|
"kind": "expression",
|
@@ -5071,7 +5080,7 @@
|
|
5071
5080
|
"default": "'$checkboxOff'",
|
5072
5081
|
"value": {
|
5073
5082
|
"kind": "expression",
|
5074
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
5083
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
5075
5084
|
}
|
5076
5085
|
},
|
5077
5086
|
{
|
@@ -5081,7 +5090,7 @@
|
|
5081
5090
|
"default": "'$checkboxOn'",
|
5082
5091
|
"value": {
|
5083
5092
|
"kind": "expression",
|
5084
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
5093
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
5085
5094
|
}
|
5086
5095
|
}
|
5087
5096
|
],
|
@@ -5400,7 +5409,7 @@
|
|
5400
5409
|
},
|
5401
5410
|
{
|
5402
5411
|
"name": "value",
|
5403
|
-
"description": "MISSING DESCRIPTION
|
5412
|
+
"description": "MISSING DESCRIPTION",
|
5404
5413
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
5405
5414
|
"value": {
|
5406
5415
|
"kind": "expression",
|
@@ -5507,12 +5516,12 @@
|
|
5507
5516
|
"default": "'$checkboxIndeterminate'",
|
5508
5517
|
"value": {
|
5509
5518
|
"kind": "expression",
|
5510
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
5519
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
5511
5520
|
}
|
5512
5521
|
},
|
5513
5522
|
{
|
5514
5523
|
"name": "trueValue",
|
5515
|
-
"description": "
|
5524
|
+
"description": "Sets value for truthy state",
|
5516
5525
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
5517
5526
|
"value": {
|
5518
5527
|
"kind": "expression",
|
@@ -5521,7 +5530,7 @@
|
|
5521
5530
|
},
|
5522
5531
|
{
|
5523
5532
|
"name": "falseValue",
|
5524
|
-
"description": "
|
5533
|
+
"description": "Sets value for falsy state",
|
5525
5534
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
5526
5535
|
"value": {
|
5527
5536
|
"kind": "expression",
|
@@ -5535,7 +5544,7 @@
|
|
5535
5544
|
"default": "'$checkboxOff'",
|
5536
5545
|
"value": {
|
5537
5546
|
"kind": "expression",
|
5538
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
5547
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
5539
5548
|
}
|
5540
5549
|
},
|
5541
5550
|
{
|
@@ -5545,7 +5554,7 @@
|
|
5545
5554
|
"default": "'$checkboxOn'",
|
5546
5555
|
"value": {
|
5547
5556
|
"kind": "expression",
|
5548
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
5557
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
5549
5558
|
}
|
5550
5559
|
}
|
5551
5560
|
],
|
@@ -5680,7 +5689,7 @@
|
|
5680
5689
|
"default": "'$delete'",
|
5681
5690
|
"value": {
|
5682
5691
|
"kind": "expression",
|
5683
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
5692
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
5684
5693
|
}
|
5685
5694
|
},
|
5686
5695
|
{
|
@@ -5818,7 +5827,7 @@
|
|
5818
5827
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
5819
5828
|
"value": {
|
5820
5829
|
"kind": "expression",
|
5821
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
5830
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
5822
5831
|
}
|
5823
5832
|
},
|
5824
5833
|
{
|
@@ -5827,9 +5836,31 @@
|
|
5827
5836
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
5828
5837
|
"value": {
|
5829
5838
|
"kind": "expression",
|
5830
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
5839
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
5831
5840
|
}
|
5832
5841
|
},
|
5842
|
+
{
|
5843
|
+
"name": "replace",
|
5844
|
+
"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.",
|
5845
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
5846
|
+
"default": "false",
|
5847
|
+
"value": {
|
5848
|
+
"kind": "expression",
|
5849
|
+
"type": "boolean"
|
5850
|
+
},
|
5851
|
+
"type": "boolean"
|
5852
|
+
},
|
5853
|
+
{
|
5854
|
+
"name": "link",
|
5855
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop.",
|
5856
|
+
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
5857
|
+
"default": "false",
|
5858
|
+
"value": {
|
5859
|
+
"kind": "expression",
|
5860
|
+
"type": "boolean"
|
5861
|
+
},
|
5862
|
+
"type": "boolean"
|
5863
|
+
},
|
5833
5864
|
{
|
5834
5865
|
"name": "selectedClass",
|
5835
5866
|
"description": "Configure the active CSS class applied when an item is selected.",
|
@@ -5858,15 +5889,13 @@
|
|
5858
5889
|
}
|
5859
5890
|
},
|
5860
5891
|
{
|
5861
|
-
"name": "
|
5862
|
-
"description": "
|
5892
|
+
"name": "to",
|
5893
|
+
"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.",
|
5863
5894
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
5864
|
-
"default": "false",
|
5865
5895
|
"value": {
|
5866
5896
|
"kind": "expression",
|
5867
|
-
"type": "
|
5868
|
-
}
|
5869
|
-
"type": "boolean"
|
5897
|
+
"type": "unknown"
|
5898
|
+
}
|
5870
5899
|
},
|
5871
5900
|
{
|
5872
5901
|
"name": "exact",
|
@@ -5879,15 +5908,6 @@
|
|
5879
5908
|
},
|
5880
5909
|
"type": "boolean"
|
5881
5910
|
},
|
5882
|
-
{
|
5883
|
-
"name": "to",
|
5884
|
-
"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.",
|
5885
|
-
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
5886
|
-
"value": {
|
5887
|
-
"kind": "expression",
|
5888
|
-
"type": "unknown"
|
5889
|
-
}
|
5890
|
-
},
|
5891
5911
|
{
|
5892
5912
|
"name": "ripple",
|
5893
5913
|
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
@@ -5917,17 +5937,6 @@
|
|
5917
5937
|
"type": "string"
|
5918
5938
|
}
|
5919
5939
|
},
|
5920
|
-
{
|
5921
|
-
"name": "link",
|
5922
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop.",
|
5923
|
-
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
5924
|
-
"default": "false",
|
5925
|
-
"value": {
|
5926
|
-
"kind": "expression",
|
5927
|
-
"type": "boolean"
|
5928
|
-
},
|
5929
|
-
"type": "boolean"
|
5930
|
-
},
|
5931
5940
|
{
|
5932
5941
|
"name": "draggable",
|
5933
5942
|
"description": "Makes the chip draggable",
|
@@ -6224,7 +6233,7 @@
|
|
6224
6233
|
"doc-url": "https://vuetifyjs.com/api/v-class-icon#props",
|
6225
6234
|
"value": {
|
6226
6235
|
"kind": "expression",
|
6227
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
6236
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
6228
6237
|
}
|
6229
6238
|
},
|
6230
6239
|
{
|
@@ -7008,7 +7017,7 @@
|
|
7008
7017
|
"default": "'$dropdown'",
|
7009
7018
|
"value": {
|
7010
7019
|
"kind": "expression",
|
7011
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
7020
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
7012
7021
|
}
|
7013
7022
|
},
|
7014
7023
|
{
|
@@ -7199,7 +7208,7 @@
|
|
7199
7208
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
7200
7209
|
"value": {
|
7201
7210
|
"kind": "expression",
|
7202
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
7211
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
7203
7212
|
}
|
7204
7213
|
},
|
7205
7214
|
{
|
@@ -7208,7 +7217,7 @@
|
|
7208
7217
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
7209
7218
|
"value": {
|
7210
7219
|
"kind": "expression",
|
7211
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
7220
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
7212
7221
|
}
|
7213
7222
|
},
|
7214
7223
|
{
|
@@ -7349,7 +7358,7 @@
|
|
7349
7358
|
"default": "'$clear'",
|
7350
7359
|
"value": {
|
7351
7360
|
"kind": "expression",
|
7352
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
7361
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
7353
7362
|
}
|
7354
7363
|
},
|
7355
7364
|
{
|
@@ -7363,6 +7372,15 @@
|
|
7363
7372
|
},
|
7364
7373
|
"type": "boolean"
|
7365
7374
|
},
|
7375
|
+
{
|
7376
|
+
"name": "baseColor",
|
7377
|
+
"description": "MISSING DESCRIPTION",
|
7378
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
7379
|
+
"value": {
|
7380
|
+
"kind": "expression",
|
7381
|
+
"type": "string"
|
7382
|
+
}
|
7383
|
+
},
|
7366
7384
|
{
|
7367
7385
|
"name": "persistentClear",
|
7368
7386
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
|
@@ -7380,7 +7398,7 @@
|
|
7380
7398
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
7381
7399
|
"value": {
|
7382
7400
|
"kind": "expression",
|
7383
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
7401
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
7384
7402
|
}
|
7385
7403
|
},
|
7386
7404
|
{
|
@@ -7821,7 +7839,7 @@
|
|
7821
7839
|
"doc-url": "https://vuetifyjs.com/api/v-component-icon#props",
|
7822
7840
|
"value": {
|
7823
7841
|
"kind": "expression",
|
7824
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
7842
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
7825
7843
|
}
|
7826
7844
|
},
|
7827
7845
|
{
|
@@ -7917,7 +7935,7 @@
|
|
7917
7935
|
"default": "{component: {name: 'slide-y-transition'}}",
|
7918
7936
|
"value": {
|
7919
7937
|
"kind": "expression",
|
7920
|
-
"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?:
|
7938
|
+
"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>] } }"
|
7921
7939
|
}
|
7922
7940
|
},
|
7923
7941
|
{
|
@@ -10793,7 +10811,7 @@
|
|
10793
10811
|
"default": "{component: {name: 'VDialogTransition'}}",
|
10794
10812
|
"value": {
|
10795
10813
|
"kind": "expression",
|
10796
|
-
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?:
|
10814
|
+
"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>] } }"
|
10797
10815
|
}
|
10798
10816
|
},
|
10799
10817
|
{
|
@@ -11401,7 +11419,7 @@
|
|
11401
11419
|
"default": "'$expand'",
|
11402
11420
|
"value": {
|
11403
11421
|
"kind": "expression",
|
11404
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
11422
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
11405
11423
|
}
|
11406
11424
|
},
|
11407
11425
|
{
|
@@ -11411,7 +11429,7 @@
|
|
11411
11429
|
"default": "'$collapse'",
|
11412
11430
|
"value": {
|
11413
11431
|
"kind": "expression",
|
11414
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
11432
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
11415
11433
|
}
|
11416
11434
|
},
|
11417
11435
|
{
|
@@ -11541,7 +11559,7 @@
|
|
11541
11559
|
"default": "'$expand'",
|
11542
11560
|
"value": {
|
11543
11561
|
"kind": "expression",
|
11544
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
11562
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
11545
11563
|
}
|
11546
11564
|
},
|
11547
11565
|
{
|
@@ -11551,7 +11569,7 @@
|
|
11551
11569
|
"default": "'$collapse'",
|
11552
11570
|
"value": {
|
11553
11571
|
"kind": "expression",
|
11554
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
11572
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
11555
11573
|
}
|
11556
11574
|
},
|
11557
11575
|
{
|
@@ -11575,7 +11593,7 @@
|
|
11575
11593
|
"vue-properties": [
|
11576
11594
|
{
|
11577
11595
|
"name": "collapseIcon",
|
11578
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
11596
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
11579
11597
|
},
|
11580
11598
|
{
|
11581
11599
|
"name": "disabled",
|
@@ -11587,7 +11605,7 @@
|
|
11587
11605
|
},
|
11588
11606
|
{
|
11589
11607
|
"name": "expandIcon",
|
11590
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
11608
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
11591
11609
|
},
|
11592
11610
|
{
|
11593
11611
|
"name": "readonly",
|
@@ -11602,7 +11620,7 @@
|
|
11602
11620
|
"vue-properties": [
|
11603
11621
|
{
|
11604
11622
|
"name": "collapseIcon",
|
11605
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
11623
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
11606
11624
|
},
|
11607
11625
|
{
|
11608
11626
|
"name": "disabled",
|
@@ -11614,7 +11632,7 @@
|
|
11614
11632
|
},
|
11615
11633
|
{
|
11616
11634
|
"name": "expandIcon",
|
11617
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
11635
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
11618
11636
|
},
|
11619
11637
|
{
|
11620
11638
|
"name": "readonly",
|
@@ -12079,7 +12097,7 @@
|
|
12079
12097
|
"doc-url": "https://vuetifyjs.com/api/v-field#props",
|
12080
12098
|
"value": {
|
12081
12099
|
"kind": "expression",
|
12082
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
12100
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
12083
12101
|
}
|
12084
12102
|
},
|
12085
12103
|
{
|
@@ -12109,7 +12127,7 @@
|
|
12109
12127
|
"default": "'$clear'",
|
12110
12128
|
"value": {
|
12111
12129
|
"kind": "expression",
|
12112
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
12130
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
12113
12131
|
}
|
12114
12132
|
},
|
12115
12133
|
{
|
@@ -12123,6 +12141,15 @@
|
|
12123
12141
|
},
|
12124
12142
|
"type": "boolean"
|
12125
12143
|
},
|
12144
|
+
{
|
12145
|
+
"name": "baseColor",
|
12146
|
+
"description": "MISSING DESCRIPTION",
|
12147
|
+
"doc-url": "https://vuetifyjs.com/api/v-field#props",
|
12148
|
+
"value": {
|
12149
|
+
"kind": "expression",
|
12150
|
+
"type": "string"
|
12151
|
+
}
|
12152
|
+
},
|
12126
12153
|
{
|
12127
12154
|
"name": "dirty",
|
12128
12155
|
"description": "Manually apply the dirty state styling",
|
@@ -12151,7 +12178,7 @@
|
|
12151
12178
|
"doc-url": "https://vuetifyjs.com/api/v-field#props",
|
12152
12179
|
"value": {
|
12153
12180
|
"kind": "expression",
|
12154
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
12181
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
12155
12182
|
}
|
12156
12183
|
},
|
12157
12184
|
{
|
@@ -12506,7 +12533,7 @@
|
|
12506
12533
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
12507
12534
|
"value": {
|
12508
12535
|
"kind": "expression",
|
12509
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
12536
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
12510
12537
|
}
|
12511
12538
|
},
|
12512
12539
|
{
|
@@ -12516,7 +12543,7 @@
|
|
12516
12543
|
"default": "'$file'",
|
12517
12544
|
"value": {
|
12518
12545
|
"kind": "expression",
|
12519
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
12546
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
12520
12547
|
}
|
12521
12548
|
},
|
12522
12549
|
{
|
@@ -12645,7 +12672,7 @@
|
|
12645
12672
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
12646
12673
|
"value": {
|
12647
12674
|
"kind": "expression",
|
12648
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
12675
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
12649
12676
|
}
|
12650
12677
|
},
|
12651
12678
|
{
|
@@ -12675,7 +12702,7 @@
|
|
12675
12702
|
"default": "'$clear'",
|
12676
12703
|
"value": {
|
12677
12704
|
"kind": "expression",
|
12678
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
12705
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
12679
12706
|
}
|
12680
12707
|
},
|
12681
12708
|
{
|
@@ -12689,6 +12716,15 @@
|
|
12689
12716
|
},
|
12690
12717
|
"type": "boolean"
|
12691
12718
|
},
|
12719
|
+
{
|
12720
|
+
"name": "baseColor",
|
12721
|
+
"description": "MISSING DESCRIPTION",
|
12722
|
+
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
12723
|
+
"value": {
|
12724
|
+
"kind": "expression",
|
12725
|
+
"type": "string"
|
12726
|
+
}
|
12727
|
+
},
|
12692
12728
|
{
|
12693
12729
|
"name": "dirty",
|
12694
12730
|
"description": "Manually apply the dirty state styling",
|
@@ -12717,7 +12753,7 @@
|
|
12717
12753
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
12718
12754
|
"value": {
|
12719
12755
|
"kind": "expression",
|
12720
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
12756
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
12721
12757
|
}
|
12722
12758
|
},
|
12723
12759
|
{
|
@@ -12888,33 +12924,7 @@
|
|
12888
12924
|
{
|
12889
12925
|
"name": "default",
|
12890
12926
|
"description": "The default Vue slot.",
|
12891
|
-
"doc-url": "https://vuetifyjs.com/api/v-file-input#slots"
|
12892
|
-
"vue-properties": [
|
12893
|
-
{
|
12894
|
-
"name": "props",
|
12895
|
-
"type": "Record<string, unknown>"
|
12896
|
-
},
|
12897
|
-
{
|
12898
|
-
"name": "isActive",
|
12899
|
-
"type": "Ref<boolean>"
|
12900
|
-
},
|
12901
|
-
{
|
12902
|
-
"name": "isFocused",
|
12903
|
-
"type": "Ref<boolean>"
|
12904
|
-
},
|
12905
|
-
{
|
12906
|
-
"name": "controlRef",
|
12907
|
-
"type": "Ref<HTMLElement>"
|
12908
|
-
},
|
12909
|
-
{
|
12910
|
-
"name": "focus",
|
12911
|
-
"type": "() => void"
|
12912
|
-
},
|
12913
|
-
{
|
12914
|
-
"name": "blur",
|
12915
|
-
"type": "() => void"
|
12916
|
-
}
|
12917
|
-
]
|
12927
|
+
"doc-url": "https://vuetifyjs.com/api/v-file-input#slots"
|
12918
12928
|
},
|
12919
12929
|
{
|
12920
12930
|
"name": "prepend",
|
@@ -13223,7 +13233,7 @@
|
|
13223
13233
|
},
|
13224
13234
|
{
|
13225
13235
|
"name": "app",
|
13226
|
-
"description": "
|
13236
|
+
"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",
|
13227
13237
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
13228
13238
|
"default": "false",
|
13229
13239
|
"value": {
|
@@ -13468,7 +13478,7 @@
|
|
13468
13478
|
"doc-url": "https://vuetifyjs.com/api/v-icon#props",
|
13469
13479
|
"value": {
|
13470
13480
|
"kind": "expression",
|
13471
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
13481
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
13472
13482
|
}
|
13473
13483
|
},
|
13474
13484
|
{
|
@@ -14020,7 +14030,7 @@
|
|
14020
14030
|
"doc-url": "https://vuetifyjs.com/api/v-input#props",
|
14021
14031
|
"value": {
|
14022
14032
|
"kind": "expression",
|
14023
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
14033
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
14024
14034
|
}
|
14025
14035
|
},
|
14026
14036
|
{
|
@@ -14029,7 +14039,7 @@
|
|
14029
14039
|
"doc-url": "https://vuetifyjs.com/api/v-input#props",
|
14030
14040
|
"value": {
|
14031
14041
|
"kind": "expression",
|
14032
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
14042
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
14033
14043
|
}
|
14034
14044
|
},
|
14035
14045
|
{
|
@@ -14979,7 +14989,7 @@
|
|
14979
14989
|
"doc-url": "https://vuetifyjs.com/api/v-ligature-icon#props",
|
14980
14990
|
"value": {
|
14981
14991
|
"kind": "expression",
|
14982
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
14992
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
14983
14993
|
}
|
14984
14994
|
},
|
14985
14995
|
{
|
@@ -15367,25 +15377,56 @@
|
|
15367
15377
|
],
|
15368
15378
|
"slots": [
|
15369
15379
|
{
|
15370
|
-
"name": "
|
15371
|
-
"description": "
|
15380
|
+
"name": "prepend",
|
15381
|
+
"description": "Adds an item outside the input and before input content",
|
15382
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#slots"
|
15383
|
+
},
|
15384
|
+
{
|
15385
|
+
"name": "append",
|
15386
|
+
"description": "Adds an item inside the input and after input content",
|
15372
15387
|
"doc-url": "https://vuetifyjs.com/api/v-list#slots"
|
15373
15388
|
},
|
15374
15389
|
{
|
15375
|
-
"name": "
|
15390
|
+
"name": "default",
|
15391
|
+
"description": "The default Vue slot.",
|
15392
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#slots"
|
15393
|
+
},
|
15394
|
+
{
|
15395
|
+
"name": "title",
|
15396
|
+
"description": "Slot for the component's title content",
|
15397
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#slots"
|
15398
|
+
},
|
15399
|
+
{
|
15400
|
+
"name": "subtitle",
|
15401
|
+
"description": "Slot for the component's subtitle content",
|
15402
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#slots"
|
15403
|
+
},
|
15404
|
+
{
|
15405
|
+
"name": "item",
|
15376
15406
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list.json))",
|
15407
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#slots"
|
15408
|
+
},
|
15409
|
+
{
|
15410
|
+
"name": "divider",
|
15411
|
+
"description": "MISSING DESCRIPTION",
|
15377
15412
|
"doc-url": "https://vuetifyjs.com/api/v-list#slots",
|
15378
15413
|
"vue-properties": [
|
15379
15414
|
{
|
15380
15415
|
"name": "props",
|
15381
|
-
"type": "
|
15416
|
+
"type": "unknown"
|
15382
15417
|
}
|
15383
15418
|
]
|
15384
15419
|
},
|
15385
15420
|
{
|
15386
|
-
"name": "
|
15421
|
+
"name": "subheader",
|
15387
15422
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list.json))",
|
15388
|
-
"doc-url": "https://vuetifyjs.com/api/v-list#slots"
|
15423
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#slots",
|
15424
|
+
"vue-properties": [
|
15425
|
+
{
|
15426
|
+
"name": "props",
|
15427
|
+
"type": "unknown"
|
15428
|
+
}
|
15429
|
+
]
|
15389
15430
|
}
|
15390
15431
|
],
|
15391
15432
|
"vue-model": {
|
@@ -15445,7 +15486,7 @@
|
|
15445
15486
|
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
15446
15487
|
"value": {
|
15447
15488
|
"kind": "expression",
|
15448
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
15489
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
15449
15490
|
}
|
15450
15491
|
},
|
15451
15492
|
{
|
@@ -15454,7 +15495,7 @@
|
|
15454
15495
|
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
15455
15496
|
"value": {
|
15456
15497
|
"kind": "expression",
|
15457
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
15498
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
15458
15499
|
}
|
15459
15500
|
},
|
15460
15501
|
{
|
@@ -15484,7 +15525,7 @@
|
|
15484
15525
|
"default": "'$expand'",
|
15485
15526
|
"value": {
|
15486
15527
|
"kind": "expression",
|
15487
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
15528
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
15488
15529
|
}
|
15489
15530
|
},
|
15490
15531
|
{
|
@@ -15494,7 +15535,7 @@
|
|
15494
15535
|
"default": "'$collapse'",
|
15495
15536
|
"value": {
|
15496
15537
|
"kind": "expression",
|
15497
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
15538
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
15498
15539
|
}
|
15499
15540
|
},
|
15500
15541
|
{
|
@@ -15746,7 +15787,7 @@
|
|
15746
15787
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
15747
15788
|
"value": {
|
15748
15789
|
"kind": "expression",
|
15749
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
15790
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
15750
15791
|
}
|
15751
15792
|
},
|
15752
15793
|
{
|
@@ -15755,7 +15796,7 @@
|
|
15755
15796
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
15756
15797
|
"value": {
|
15757
15798
|
"kind": "expression",
|
15758
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
15799
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
15759
15800
|
}
|
15760
15801
|
},
|
15761
15802
|
{
|
@@ -15769,6 +15810,28 @@
|
|
15769
15810
|
},
|
15770
15811
|
"type": "boolean"
|
15771
15812
|
},
|
15813
|
+
{
|
15814
|
+
"name": "replace",
|
15815
|
+
"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.",
|
15816
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
15817
|
+
"default": "false",
|
15818
|
+
"value": {
|
15819
|
+
"kind": "expression",
|
15820
|
+
"type": "boolean"
|
15821
|
+
},
|
15822
|
+
"type": "boolean"
|
15823
|
+
},
|
15824
|
+
{
|
15825
|
+
"name": "link",
|
15826
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop.",
|
15827
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
15828
|
+
"default": "false",
|
15829
|
+
"value": {
|
15830
|
+
"kind": "expression",
|
15831
|
+
"type": "boolean"
|
15832
|
+
},
|
15833
|
+
"type": "boolean"
|
15834
|
+
},
|
15772
15835
|
{
|
15773
15836
|
"name": "lines",
|
15774
15837
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))",
|
@@ -15806,15 +15869,13 @@
|
|
15806
15869
|
}
|
15807
15870
|
},
|
15808
15871
|
{
|
15809
|
-
"name": "
|
15810
|
-
"description": "
|
15872
|
+
"name": "to",
|
15873
|
+
"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.",
|
15811
15874
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
15812
|
-
"default": "false",
|
15813
15875
|
"value": {
|
15814
15876
|
"kind": "expression",
|
15815
|
-
"type": "
|
15816
|
-
}
|
15817
|
-
"type": "boolean"
|
15877
|
+
"type": "unknown"
|
15878
|
+
}
|
15818
15879
|
},
|
15819
15880
|
{
|
15820
15881
|
"name": "exact",
|
@@ -15827,15 +15888,6 @@
|
|
15827
15888
|
},
|
15828
15889
|
"type": "boolean"
|
15829
15890
|
},
|
15830
|
-
{
|
15831
|
-
"name": "to",
|
15832
|
-
"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.",
|
15833
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
15834
|
-
"value": {
|
15835
|
-
"kind": "expression",
|
15836
|
-
"type": "unknown"
|
15837
|
-
}
|
15838
|
-
},
|
15839
15891
|
{
|
15840
15892
|
"name": "ripple",
|
15841
15893
|
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
@@ -15875,17 +15927,6 @@
|
|
15875
15927
|
"type": "string"
|
15876
15928
|
}
|
15877
15929
|
},
|
15878
|
-
{
|
15879
|
-
"name": "link",
|
15880
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop.",
|
15881
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
15882
|
-
"default": "false",
|
15883
|
-
"value": {
|
15884
|
-
"kind": "expression",
|
15885
|
-
"type": "boolean"
|
15886
|
-
},
|
15887
|
-
"type": "boolean"
|
15888
|
-
},
|
15889
15930
|
{
|
15890
15931
|
"name": "nav",
|
15891
15932
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-list-item.json))",
|
@@ -15933,11 +15974,11 @@
|
|
15933
15974
|
"type": "boolean"
|
15934
15975
|
},
|
15935
15976
|
{
|
15936
|
-
"name": "
|
15937
|
-
"type": "
|
15977
|
+
"name": "isSelected",
|
15978
|
+
"type": "boolean"
|
15938
15979
|
},
|
15939
15980
|
{
|
15940
|
-
"name": "
|
15981
|
+
"name": "isIndeterminate",
|
15941
15982
|
"type": "boolean"
|
15942
15983
|
},
|
15943
15984
|
{
|
@@ -15956,11 +15997,11 @@
|
|
15956
15997
|
"type": "boolean"
|
15957
15998
|
},
|
15958
15999
|
{
|
15959
|
-
"name": "
|
15960
|
-
"type": "
|
16000
|
+
"name": "isSelected",
|
16001
|
+
"type": "boolean"
|
15961
16002
|
},
|
15962
16003
|
{
|
15963
|
-
"name": "
|
16004
|
+
"name": "isIndeterminate",
|
15964
16005
|
"type": "boolean"
|
15965
16006
|
},
|
15966
16007
|
{
|
@@ -15979,11 +16020,11 @@
|
|
15979
16020
|
"type": "boolean"
|
15980
16021
|
},
|
15981
16022
|
{
|
15982
|
-
"name": "
|
15983
|
-
"type": "
|
16023
|
+
"name": "isSelected",
|
16024
|
+
"type": "boolean"
|
15984
16025
|
},
|
15985
16026
|
{
|
15986
|
-
"name": "
|
16027
|
+
"name": "isIndeterminate",
|
15987
16028
|
"type": "boolean"
|
15988
16029
|
},
|
15989
16030
|
{
|
@@ -16709,7 +16750,7 @@
|
|
16709
16750
|
"default": "{component: {name: 'VDialogTransition'}}",
|
16710
16751
|
"value": {
|
16711
16752
|
"kind": "expression",
|
16712
|
-
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?:
|
16753
|
+
"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>] } }"
|
16713
16754
|
}
|
16714
16755
|
},
|
16715
16756
|
{
|
@@ -16794,7 +16835,7 @@
|
|
16794
16835
|
"default": "{\n component: {name: 'slide-y-transition'},\n leaveAbsolute: true,\n group: true\n}",
|
16795
16836
|
"value": {
|
16796
16837
|
"kind": "expression",
|
16797
|
-
"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?:
|
16838
|
+
"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 }"
|
16798
16839
|
}
|
16799
16840
|
},
|
16800
16841
|
{
|
@@ -16870,7 +16911,7 @@
|
|
16870
16911
|
},
|
16871
16912
|
{
|
16872
16913
|
"name": "width",
|
16873
|
-
"description": "
|
16914
|
+
"description": "Sets the width for the component",
|
16874
16915
|
"doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
|
16875
16916
|
"default": "256",
|
16876
16917
|
"value": {
|
@@ -16889,7 +16930,7 @@
|
|
16889
16930
|
},
|
16890
16931
|
{
|
16891
16932
|
"name": "location",
|
16892
|
-
"description": "
|
16933
|
+
"description": "Sets the drawer's location within the layout.",
|
16893
16934
|
"doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
|
16894
16935
|
"default": "'start'",
|
16895
16936
|
"value": {
|
@@ -17085,7 +17126,7 @@
|
|
17085
17126
|
},
|
17086
17127
|
{
|
17087
17128
|
"name": "railWidth",
|
17088
|
-
"description": "
|
17129
|
+
"description": "Sets the width for the component when `rail` is enabled.",
|
17089
17130
|
"doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
|
17090
17131
|
"default": "56",
|
17091
17132
|
"value": {
|
@@ -17161,13 +17202,7 @@
|
|
17161
17202
|
"doc-url": "https://vuetifyjs.com/api/v-no-ssr",
|
17162
17203
|
"attributes": [],
|
17163
17204
|
"events": [],
|
17164
|
-
"slots": [
|
17165
|
-
{
|
17166
|
-
"name": "default",
|
17167
|
-
"description": "The default Vue slot.",
|
17168
|
-
"doc-url": "https://vuetifyjs.com/api/v-no-ssr#slots"
|
17169
|
-
}
|
17170
|
-
],
|
17205
|
+
"slots": [],
|
17171
17206
|
"vue-model": {
|
17172
17207
|
"prop": "modelValue",
|
17173
17208
|
"event": "update:modelValue"
|
@@ -17742,7 +17777,7 @@
|
|
17742
17777
|
"default": "'$next'",
|
17743
17778
|
"value": {
|
17744
17779
|
"kind": "expression",
|
17745
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
17780
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
17746
17781
|
}
|
17747
17782
|
},
|
17748
17783
|
{
|
@@ -17752,7 +17787,7 @@
|
|
17752
17787
|
"default": "'$prev'",
|
17753
17788
|
"value": {
|
17754
17789
|
"kind": "expression",
|
17755
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
17790
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
17756
17791
|
}
|
17757
17792
|
},
|
17758
17793
|
{
|
@@ -17782,7 +17817,7 @@
|
|
17782
17817
|
"default": "'$first'",
|
17783
17818
|
"value": {
|
17784
17819
|
"kind": "expression",
|
17785
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
17820
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
17786
17821
|
}
|
17787
17822
|
},
|
17788
17823
|
{
|
@@ -17792,7 +17827,7 @@
|
|
17792
17827
|
"default": "'$last'",
|
17793
17828
|
"value": {
|
17794
17829
|
"kind": "expression",
|
17795
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
17830
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
17796
17831
|
}
|
17797
17832
|
},
|
17798
17833
|
{
|
@@ -18439,7 +18474,7 @@
|
|
18439
18474
|
},
|
18440
18475
|
{
|
18441
18476
|
"name": "value",
|
18442
|
-
"description": "MISSING DESCRIPTION
|
18477
|
+
"description": "MISSING DESCRIPTION",
|
18443
18478
|
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
18444
18479
|
"value": {
|
18445
18480
|
"kind": "expression",
|
@@ -18530,7 +18565,7 @@
|
|
18530
18565
|
},
|
18531
18566
|
{
|
18532
18567
|
"name": "trueValue",
|
18533
|
-
"description": "
|
18568
|
+
"description": "Sets value for truthy state",
|
18534
18569
|
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
18535
18570
|
"value": {
|
18536
18571
|
"kind": "expression",
|
@@ -18539,7 +18574,7 @@
|
|
18539
18574
|
},
|
18540
18575
|
{
|
18541
18576
|
"name": "falseValue",
|
18542
|
-
"description": "
|
18577
|
+
"description": "Sets value for falsy state",
|
18543
18578
|
"doc-url": "https://vuetifyjs.com/api/v-radio#props",
|
18544
18579
|
"value": {
|
18545
18580
|
"kind": "expression",
|
@@ -18553,7 +18588,7 @@
|
|
18553
18588
|
"default": "'$radioOff'",
|
18554
18589
|
"value": {
|
18555
18590
|
"kind": "expression",
|
18556
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
18591
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
18557
18592
|
}
|
18558
18593
|
},
|
18559
18594
|
{
|
@@ -18563,7 +18598,7 @@
|
|
18563
18598
|
"default": "'$radioOn'",
|
18564
18599
|
"value": {
|
18565
18600
|
"kind": "expression",
|
18566
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
18601
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
18567
18602
|
}
|
18568
18603
|
}
|
18569
18604
|
],
|
@@ -18748,7 +18783,7 @@
|
|
18748
18783
|
"doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
|
18749
18784
|
"value": {
|
18750
18785
|
"kind": "expression",
|
18751
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
18786
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
18752
18787
|
}
|
18753
18788
|
},
|
18754
18789
|
{
|
@@ -18757,7 +18792,7 @@
|
|
18757
18792
|
"doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
|
18758
18793
|
"value": {
|
18759
18794
|
"kind": "expression",
|
18760
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
18795
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
18761
18796
|
}
|
18762
18797
|
},
|
18763
18798
|
{
|
@@ -18909,7 +18944,7 @@
|
|
18909
18944
|
"default": "'$radioOff'",
|
18910
18945
|
"value": {
|
18911
18946
|
"kind": "expression",
|
18912
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
18947
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
18913
18948
|
}
|
18914
18949
|
},
|
18915
18950
|
{
|
@@ -18919,7 +18954,7 @@
|
|
18919
18954
|
"default": "'$radioOn'",
|
18920
18955
|
"value": {
|
18921
18956
|
"kind": "expression",
|
18922
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
18957
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
18923
18958
|
}
|
18924
18959
|
}
|
18925
18960
|
],
|
@@ -19296,7 +19331,7 @@
|
|
19296
19331
|
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
19297
19332
|
"value": {
|
19298
19333
|
"kind": "expression",
|
19299
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
19334
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
19300
19335
|
}
|
19301
19336
|
},
|
19302
19337
|
{
|
@@ -19305,7 +19340,7 @@
|
|
19305
19340
|
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
19306
19341
|
"value": {
|
19307
19342
|
"kind": "expression",
|
19308
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
19343
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
19309
19344
|
}
|
19310
19345
|
},
|
19311
19346
|
{
|
@@ -20023,7 +20058,7 @@
|
|
20023
20058
|
"default": "'$ratingEmpty'",
|
20024
20059
|
"value": {
|
20025
20060
|
"kind": "expression",
|
20026
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
20061
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
20027
20062
|
}
|
20028
20063
|
},
|
20029
20064
|
{
|
@@ -20033,7 +20068,7 @@
|
|
20033
20068
|
"default": "'$ratingFull'",
|
20034
20069
|
"value": {
|
20035
20070
|
"kind": "expression",
|
20036
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
20071
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
20037
20072
|
}
|
20038
20073
|
},
|
20039
20074
|
{
|
@@ -20093,7 +20128,7 @@
|
|
20093
20128
|
},
|
20094
20129
|
{
|
20095
20130
|
"name": "icon",
|
20096
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
20131
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
20097
20132
|
},
|
20098
20133
|
{
|
20099
20134
|
"name": "color",
|
@@ -21119,7 +21154,7 @@
|
|
21119
21154
|
"default": "'$dropdown'",
|
21120
21155
|
"value": {
|
21121
21156
|
"kind": "expression",
|
21122
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
21157
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
21123
21158
|
}
|
21124
21159
|
},
|
21125
21160
|
{
|
@@ -21149,7 +21184,7 @@
|
|
21149
21184
|
"default": "{component: {name: 'VDialogTransition'}}",
|
21150
21185
|
"value": {
|
21151
21186
|
"kind": "expression",
|
21152
|
-
"type": "string | { component: ComponentPublicInstanceConstructor<{ $: ComponentInternalInstance; $data: {}; $props: Partial<{}> & Omit<{} & { target?: HTMLElement; } & { $children?:
|
21187
|
+
"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>] } }"
|
21153
21188
|
}
|
21154
21189
|
},
|
21155
21190
|
{
|
@@ -21310,7 +21345,7 @@
|
|
21310
21345
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
21311
21346
|
"value": {
|
21312
21347
|
"kind": "expression",
|
21313
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
21348
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
21314
21349
|
}
|
21315
21350
|
},
|
21316
21351
|
{
|
@@ -21319,7 +21354,7 @@
|
|
21319
21354
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
21320
21355
|
"value": {
|
21321
21356
|
"kind": "expression",
|
21322
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
21357
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
21323
21358
|
}
|
21324
21359
|
},
|
21325
21360
|
{
|
@@ -21460,7 +21495,7 @@
|
|
21460
21495
|
"default": "'$clear'",
|
21461
21496
|
"value": {
|
21462
21497
|
"kind": "expression",
|
21463
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
21498
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
21464
21499
|
}
|
21465
21500
|
},
|
21466
21501
|
{
|
@@ -21474,6 +21509,15 @@
|
|
21474
21509
|
},
|
21475
21510
|
"type": "boolean"
|
21476
21511
|
},
|
21512
|
+
{
|
21513
|
+
"name": "baseColor",
|
21514
|
+
"description": "MISSING DESCRIPTION",
|
21515
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
21516
|
+
"value": {
|
21517
|
+
"kind": "expression",
|
21518
|
+
"type": "string"
|
21519
|
+
}
|
21520
|
+
},
|
21477
21521
|
{
|
21478
21522
|
"name": "persistentClear",
|
21479
21523
|
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)",
|
@@ -21491,7 +21535,7 @@
|
|
21491
21535
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
21492
21536
|
"value": {
|
21493
21537
|
"kind": "expression",
|
21494
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
21538
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
21495
21539
|
}
|
21496
21540
|
},
|
21497
21541
|
{
|
@@ -21974,7 +22018,7 @@
|
|
21974
22018
|
},
|
21975
22019
|
{
|
21976
22020
|
"name": "value",
|
21977
|
-
"description": "MISSING DESCRIPTION
|
22021
|
+
"description": "MISSING DESCRIPTION",
|
21978
22022
|
"doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
|
21979
22023
|
"value": {
|
21980
22024
|
"kind": "expression",
|
@@ -22065,7 +22109,7 @@
|
|
22065
22109
|
},
|
22066
22110
|
{
|
22067
22111
|
"name": "trueValue",
|
22068
|
-
"description": "
|
22112
|
+
"description": "Sets value for truthy state",
|
22069
22113
|
"doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
|
22070
22114
|
"value": {
|
22071
22115
|
"kind": "expression",
|
@@ -22074,7 +22118,7 @@
|
|
22074
22118
|
},
|
22075
22119
|
{
|
22076
22120
|
"name": "falseValue",
|
22077
|
-
"description": "
|
22121
|
+
"description": "Sets value for falsy state",
|
22078
22122
|
"doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
|
22079
22123
|
"value": {
|
22080
22124
|
"kind": "expression",
|
@@ -22087,7 +22131,7 @@
|
|
22087
22131
|
"doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
|
22088
22132
|
"value": {
|
22089
22133
|
"kind": "expression",
|
22090
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
22134
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
22091
22135
|
}
|
22092
22136
|
},
|
22093
22137
|
{
|
@@ -22096,7 +22140,7 @@
|
|
22096
22140
|
"doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
|
22097
22141
|
"value": {
|
22098
22142
|
"kind": "expression",
|
22099
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
22143
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
22100
22144
|
}
|
22101
22145
|
}
|
22102
22146
|
],
|
@@ -22317,7 +22361,7 @@
|
|
22317
22361
|
"doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
|
22318
22362
|
"value": {
|
22319
22363
|
"kind": "expression",
|
22320
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
22364
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
22321
22365
|
}
|
22322
22366
|
},
|
22323
22367
|
{
|
@@ -22326,7 +22370,7 @@
|
|
22326
22370
|
"doc-url": "https://vuetifyjs.com/api/v-selection-control-group#props",
|
22327
22371
|
"value": {
|
22328
22372
|
"kind": "expression",
|
22329
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
22373
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
22330
22374
|
}
|
22331
22375
|
},
|
22332
22376
|
{
|
@@ -22768,7 +22812,7 @@
|
|
22768
22812
|
"default": "'$next'",
|
22769
22813
|
"value": {
|
22770
22814
|
"kind": "expression",
|
22771
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
22815
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
22772
22816
|
}
|
22773
22817
|
},
|
22774
22818
|
{
|
@@ -22778,7 +22822,7 @@
|
|
22778
22822
|
"default": "'$prev'",
|
22779
22823
|
"value": {
|
22780
22824
|
"kind": "expression",
|
22781
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
22825
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
22782
22826
|
}
|
22783
22827
|
},
|
22784
22828
|
{
|
@@ -23442,7 +23486,7 @@
|
|
23442
23486
|
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
23443
23487
|
"value": {
|
23444
23488
|
"kind": "expression",
|
23445
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
23489
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
23446
23490
|
}
|
23447
23491
|
},
|
23448
23492
|
{
|
@@ -23451,7 +23495,7 @@
|
|
23451
23495
|
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
23452
23496
|
"value": {
|
23453
23497
|
"kind": "expression",
|
23454
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
23498
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
23455
23499
|
}
|
23456
23500
|
},
|
23457
23501
|
{
|
@@ -24450,7 +24494,7 @@
|
|
24450
24494
|
"doc-url": "https://vuetifyjs.com/api/v-svg-icon#props",
|
24451
24495
|
"value": {
|
24452
24496
|
"kind": "expression",
|
24453
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
24497
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
24454
24498
|
}
|
24455
24499
|
},
|
24456
24500
|
{
|
@@ -24558,7 +24602,7 @@
|
|
24558
24602
|
},
|
24559
24603
|
{
|
24560
24604
|
"name": "value",
|
24561
|
-
"description": "
|
24605
|
+
"description": "The input's value",
|
24562
24606
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
24563
24607
|
"value": {
|
24564
24608
|
"kind": "expression",
|
@@ -24620,7 +24664,7 @@
|
|
24620
24664
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
24621
24665
|
"value": {
|
24622
24666
|
"kind": "expression",
|
24623
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
24667
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
24624
24668
|
}
|
24625
24669
|
},
|
24626
24670
|
{
|
@@ -24629,7 +24673,7 @@
|
|
24629
24673
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
24630
24674
|
"value": {
|
24631
24675
|
"kind": "expression",
|
24632
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
24676
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
24633
24677
|
}
|
24634
24678
|
},
|
24635
24679
|
{
|
@@ -24797,7 +24841,7 @@
|
|
24797
24841
|
},
|
24798
24842
|
{
|
24799
24843
|
"name": "trueValue",
|
24800
|
-
"description": "
|
24844
|
+
"description": "Sets value for truthy state",
|
24801
24845
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
24802
24846
|
"value": {
|
24803
24847
|
"kind": "expression",
|
@@ -24806,7 +24850,7 @@
|
|
24806
24850
|
},
|
24807
24851
|
{
|
24808
24852
|
"name": "falseValue",
|
24809
|
-
"description": "
|
24853
|
+
"description": "Sets value for falsy state",
|
24810
24854
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
24811
24855
|
"value": {
|
24812
24856
|
"kind": "expression",
|
@@ -24819,7 +24863,7 @@
|
|
24819
24863
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
24820
24864
|
"value": {
|
24821
24865
|
"kind": "expression",
|
24822
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
24866
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
24823
24867
|
}
|
24824
24868
|
},
|
24825
24869
|
{
|
@@ -24828,7 +24872,7 @@
|
|
24828
24872
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
24829
24873
|
"value": {
|
24830
24874
|
"kind": "expression",
|
24831
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
24875
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
24832
24876
|
}
|
24833
24877
|
},
|
24834
24878
|
{
|
@@ -25273,7 +25317,7 @@
|
|
25273
25317
|
"default": "false",
|
25274
25318
|
"value": {
|
25275
25319
|
"kind": "expression",
|
25276
|
-
"type": "boolean | string | (new () => any) | FunctionalComponent"
|
25320
|
+
"type": "boolean | string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
25277
25321
|
}
|
25278
25322
|
},
|
25279
25323
|
{
|
@@ -25444,7 +25488,7 @@
|
|
25444
25488
|
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
25445
25489
|
"value": {
|
25446
25490
|
"kind": "expression",
|
25447
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
25491
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
25448
25492
|
}
|
25449
25493
|
},
|
25450
25494
|
{
|
@@ -25453,7 +25497,7 @@
|
|
25453
25497
|
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
25454
25498
|
"value": {
|
25455
25499
|
"kind": "expression",
|
25456
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
25500
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
25457
25501
|
}
|
25458
25502
|
},
|
25459
25503
|
{
|
@@ -25476,6 +25520,17 @@
|
|
25476
25520
|
"type": "string | boolean"
|
25477
25521
|
}
|
25478
25522
|
},
|
25523
|
+
{
|
25524
|
+
"name": "replace",
|
25525
|
+
"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.",
|
25526
|
+
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
25527
|
+
"default": "false",
|
25528
|
+
"value": {
|
25529
|
+
"kind": "expression",
|
25530
|
+
"type": "boolean"
|
25531
|
+
},
|
25532
|
+
"type": "boolean"
|
25533
|
+
},
|
25479
25534
|
{
|
25480
25535
|
"name": "stacked",
|
25481
25536
|
"description": "Displays the tab as a flex-column.",
|
@@ -25507,15 +25562,13 @@
|
|
25507
25562
|
}
|
25508
25563
|
},
|
25509
25564
|
{
|
25510
|
-
"name": "
|
25511
|
-
"description": "
|
25565
|
+
"name": "to",
|
25566
|
+
"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.",
|
25512
25567
|
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
25513
|
-
"default": "false",
|
25514
25568
|
"value": {
|
25515
25569
|
"kind": "expression",
|
25516
|
-
"type": "
|
25517
|
-
}
|
25518
|
-
"type": "boolean"
|
25570
|
+
"type": "unknown"
|
25571
|
+
}
|
25519
25572
|
},
|
25520
25573
|
{
|
25521
25574
|
"name": "exact",
|
@@ -25528,15 +25581,6 @@
|
|
25528
25581
|
},
|
25529
25582
|
"type": "boolean"
|
25530
25583
|
},
|
25531
|
-
{
|
25532
|
-
"name": "to",
|
25533
|
-
"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.",
|
25534
|
-
"doc-url": "https://vuetifyjs.com/api/v-tab#props",
|
25535
|
-
"value": {
|
25536
|
-
"kind": "expression",
|
25537
|
-
"type": "unknown"
|
25538
|
-
}
|
25539
|
-
},
|
25540
25584
|
{
|
25541
25585
|
"name": "ripple",
|
25542
25586
|
"description": "Applies the [v-ripple](/directives/ripple) directive.",
|
@@ -25865,7 +25909,7 @@
|
|
25865
25909
|
"default": "'$next'",
|
25866
25910
|
"value": {
|
25867
25911
|
"kind": "expression",
|
25868
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
25912
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
25869
25913
|
}
|
25870
25914
|
},
|
25871
25915
|
{
|
@@ -25875,7 +25919,7 @@
|
|
25875
25919
|
"default": "'$prev'",
|
25876
25920
|
"value": {
|
25877
25921
|
"kind": "expression",
|
25878
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
25922
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
25879
25923
|
}
|
25880
25924
|
},
|
25881
25925
|
{
|
@@ -26179,7 +26223,7 @@
|
|
26179
26223
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
26180
26224
|
"value": {
|
26181
26225
|
"kind": "expression",
|
26182
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
26226
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
26183
26227
|
}
|
26184
26228
|
},
|
26185
26229
|
{
|
@@ -26188,7 +26232,7 @@
|
|
26188
26232
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
26189
26233
|
"value": {
|
26190
26234
|
"kind": "expression",
|
26191
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
26235
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
26192
26236
|
}
|
26193
26237
|
},
|
26194
26238
|
{
|
@@ -26317,7 +26361,7 @@
|
|
26317
26361
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
26318
26362
|
"value": {
|
26319
26363
|
"kind": "expression",
|
26320
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
26364
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
26321
26365
|
}
|
26322
26366
|
},
|
26323
26367
|
{
|
@@ -26347,7 +26391,7 @@
|
|
26347
26391
|
"default": "'$clear'",
|
26348
26392
|
"value": {
|
26349
26393
|
"kind": "expression",
|
26350
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
26394
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
26351
26395
|
}
|
26352
26396
|
},
|
26353
26397
|
{
|
@@ -26361,6 +26405,15 @@
|
|
26361
26405
|
},
|
26362
26406
|
"type": "boolean"
|
26363
26407
|
},
|
26408
|
+
{
|
26409
|
+
"name": "baseColor",
|
26410
|
+
"description": "MISSING DESCRIPTION",
|
26411
|
+
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
26412
|
+
"value": {
|
26413
|
+
"kind": "expression",
|
26414
|
+
"type": "string"
|
26415
|
+
}
|
26416
|
+
},
|
26364
26417
|
{
|
26365
26418
|
"name": "dirty",
|
26366
26419
|
"description": "Manually apply the dirty state styling",
|
@@ -26389,7 +26442,7 @@
|
|
26389
26442
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
26390
26443
|
"value": {
|
26391
26444
|
"kind": "expression",
|
26392
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
26445
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
26393
26446
|
}
|
26394
26447
|
},
|
26395
26448
|
{
|
@@ -26946,7 +26999,7 @@
|
|
26946
26999
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
26947
27000
|
"value": {
|
26948
27001
|
"kind": "expression",
|
26949
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
27002
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
26950
27003
|
}
|
26951
27004
|
},
|
26952
27005
|
{
|
@@ -26955,7 +27008,7 @@
|
|
26955
27008
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
26956
27009
|
"value": {
|
26957
27010
|
"kind": "expression",
|
26958
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
27011
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
26959
27012
|
}
|
26960
27013
|
},
|
26961
27014
|
{
|
@@ -27084,7 +27137,7 @@
|
|
27084
27137
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
27085
27138
|
"value": {
|
27086
27139
|
"kind": "expression",
|
27087
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
27140
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
27088
27141
|
}
|
27089
27142
|
},
|
27090
27143
|
{
|
@@ -27114,7 +27167,7 @@
|
|
27114
27167
|
"default": "'$clear'",
|
27115
27168
|
"value": {
|
27116
27169
|
"kind": "expression",
|
27117
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
27170
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
27118
27171
|
}
|
27119
27172
|
},
|
27120
27173
|
{
|
@@ -27128,6 +27181,15 @@
|
|
27128
27181
|
},
|
27129
27182
|
"type": "boolean"
|
27130
27183
|
},
|
27184
|
+
{
|
27185
|
+
"name": "baseColor",
|
27186
|
+
"description": "MISSING DESCRIPTION",
|
27187
|
+
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
27188
|
+
"value": {
|
27189
|
+
"kind": "expression",
|
27190
|
+
"type": "string"
|
27191
|
+
}
|
27192
|
+
},
|
27131
27193
|
{
|
27132
27194
|
"name": "dirty",
|
27133
27195
|
"description": "Manually apply the dirty state styling",
|
@@ -27156,7 +27218,7 @@
|
|
27156
27218
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
27157
27219
|
"value": {
|
27158
27220
|
"kind": "expression",
|
27159
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
27221
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
27160
27222
|
}
|
27161
27223
|
},
|
27162
27224
|
{
|
@@ -27743,7 +27805,7 @@
|
|
27743
27805
|
"doc-url": "https://vuetifyjs.com/api/v-timeline-item#props",
|
27744
27806
|
"value": {
|
27745
27807
|
"kind": "expression",
|
27746
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
27808
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
27747
27809
|
}
|
27748
27810
|
},
|
27749
27811
|
{
|
@@ -28860,15 +28922,6 @@
|
|
28860
28922
|
"type": "unknown[]"
|
28861
28923
|
}
|
28862
28924
|
},
|
28863
|
-
{
|
28864
|
-
"name": "visibleItems",
|
28865
|
-
"description": "MISSING DESCRIPTION",
|
28866
|
-
"doc-url": "https://vuetifyjs.com/api/v-virtual-scroll#props",
|
28867
|
-
"value": {
|
28868
|
-
"kind": "expression",
|
28869
|
-
"type": "string | number"
|
28870
|
-
}
|
28871
|
-
},
|
28872
28925
|
{
|
28873
28926
|
"name": "itemHeight",
|
28874
28927
|
"description": "Height in pixels of each item to display. When using **dynamic-item-height** this should be an average initial size.",
|
@@ -29009,7 +29062,7 @@
|
|
29009
29062
|
"default": "'$next'",
|
29010
29063
|
"value": {
|
29011
29064
|
"kind": "expression",
|
29012
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
29065
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
29013
29066
|
}
|
29014
29067
|
},
|
29015
29068
|
{
|
@@ -29019,7 +29072,7 @@
|
|
29019
29072
|
"default": "'$prev'",
|
29020
29073
|
"value": {
|
29021
29074
|
"kind": "expression",
|
29022
|
-
"type": "string | (new () => any) | FunctionalComponent"
|
29075
|
+
"type": "string | (string | [string, number])[] | (new () => any) | FunctionalComponent"
|
29023
29076
|
}
|
29024
29077
|
},
|
29025
29078
|
{
|
@@ -29086,7 +29139,7 @@
|
|
29086
29139
|
"vue-properties": [
|
29087
29140
|
{
|
29088
29141
|
"name": "props",
|
29089
|
-
"type": "{ icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
|
29142
|
+
"type": "{ icon: string | (string | [string, number])[] | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
|
29090
29143
|
}
|
29091
29144
|
]
|
29092
29145
|
},
|
@@ -29097,7 +29150,7 @@
|
|
29097
29150
|
"vue-properties": [
|
29098
29151
|
{
|
29099
29152
|
"name": "props",
|
29100
|
-
"type": "{ icon: string | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
|
29153
|
+
"type": "{ icon: string | (string | [string, number])[] | (new () => any) | FunctionalComponent; class: string; onClick: () => void; ariaLabel: string }"
|
29101
29154
|
}
|
29102
29155
|
]
|
29103
29156
|
}
|