@vuetify/nightly 3.0.0-beta.0 → 3.0.0-beta.4
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 +32 -2
- package/dist/_component-variables.sass +61 -0
- package/dist/json/attributes.json +662 -430
- package/dist/json/importMap.json +222 -198
- package/dist/json/tags.json +184 -96
- package/dist/json/web-types.json +2021 -1152
- package/dist/vuetify.css +1869 -1468
- package/dist/vuetify.d.ts +12840 -9217
- package/dist/vuetify.esm.js +6121 -5104
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +6120 -5103
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +1085 -964
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +34 -13
- package/lib/components/VAlert/VAlert.mjs +43 -24
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.sass +26 -8
- package/lib/components/VAlert/VAlertTitle.mjs +1 -0
- package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
- package/lib/components/VAlert/_variables.scss +14 -7
- package/lib/components/VAlert/index.mjs.map +1 -1
- package/lib/components/VApp/VApp.css +1 -0
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/VApp.sass +1 -0
- package/lib/components/VApp/index.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +11 -7
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.sass +0 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +4 -2
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +3 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/index.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +133 -101
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +0 -2
- package/lib/components/VAutocomplete/index.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/VAvatar.mjs +17 -15
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -2
- package/lib/components/VAvatar/_mixins.scss +0 -1
- package/lib/components/VAvatar/index.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.css +3 -6
- package/lib/components/VBadge/VBadge.mjs +16 -44
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.sass +2 -5
- package/lib/components/VBadge/_variables.scss +1 -2
- package/lib/components/VBadge/index.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.css +82 -58
- package/lib/components/VBanner/VBanner.mjs +49 -48
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.sass +61 -55
- package/lib/components/VBanner/VBannerActions.mjs +34 -2
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerAvatar.mjs +20 -0
- package/lib/components/VBanner/VBannerAvatar.mjs.map +1 -0
- package/lib/components/VBanner/VBannerIcon.mjs +20 -0
- package/lib/components/VBanner/VBannerIcon.mjs.map +1 -0
- package/lib/components/VBanner/VBannerText.mjs.map +1 -1
- package/lib/components/VBanner/_variables.scss +10 -14
- package/lib/components/VBanner/index.mjs +2 -0
- package/lib/components/VBanner/index.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +1 -2
- package/lib/components/VBottomNavigation/index.mjs.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBottomSheet/index.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +5 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +0 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +10 -9
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/shared.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +56 -11
- package/lib/components/VBtn/VBtn.mjs +51 -20
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +35 -4
- package/lib/components/VBtn/_variables.scss +2 -0
- package/lib/components/VBtn/index.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +14 -6
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +14 -7
- package/lib/components/VBtnGroup/index.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/VBtnToggle.sass +0 -1
- package/lib/components/VBtnToggle/index.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarMonthly.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
- package/lib/components/VCalendar/index.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/times.mjs.map +1 -1
- package/lib/components/VCalendar/modes/column.mjs.map +1 -1
- package/lib/components/VCalendar/modes/common.mjs.map +1 -1
- package/lib/components/VCalendar/modes/index.mjs.map +1 -1
- package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
- package/lib/components/VCalendar/util/events.mjs.map +1 -1
- package/lib/components/VCalendar/util/parser.mjs.map +1 -1
- package/lib/components/VCalendar/util/props.mjs.map +1 -1
- package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
- package/lib/components/VCard/VCard.css +23 -20
- package/lib/components/VCard/VCard.mjs +17 -9
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +12 -10
- package/lib/components/VCard/VCardActions.mjs +1 -2
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardAvatar.mjs.map +1 -1
- package/lib/components/VCard/VCardContent.mjs +3 -0
- package/lib/components/VCard/VCardContent.mjs.map +1 -0
- package/lib/components/VCard/VCardHeader.mjs.map +1 -1
- package/lib/components/VCard/VCardHeaderText.mjs.map +1 -1
- package/lib/components/VCard/VCardImg.mjs.map +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
- package/lib/components/VCard/VCardText.mjs.map +1 -1
- package/lib/components/VCard/VCardTitle.mjs.map +1 -1
- package/lib/components/VCard/_variables.scss +11 -5
- package/lib/components/VCard/index.mjs +1 -0
- package/lib/components/VCard/index.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs +4 -3
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +0 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +15 -47
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.sass +0 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +67 -0
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -0
- package/lib/components/VCheckbox/index.mjs +1 -0
- package/lib/components/VCheckbox/index.mjs.map +1 -1
- package/lib/components/VChip/VChip.css +8 -5
- package/lib/components/VChip/VChip.mjs +6 -5
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +3 -1
- package/lib/components/VChip/_variables.scss +3 -0
- package/lib/components/VChip/index.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.mjs.map +1 -1
- package/lib/components/VCode/VCode.sass +1 -2
- package/lib/components/VCode/_variables.scss +1 -1
- package/lib/components/VCode/index.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +0 -1
- package/lib/components/VColorPicker/index.mjs.map +1 -1
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +140 -110
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +0 -2
- package/lib/components/VCombobox/index.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.sass +0 -1
- package/lib/components/VCounter/index.mjs.map +1 -1
- package/lib/components/VData/VData.mjs.map +1 -1
- package/lib/components/VData/index.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataFooter.mjs.map +1 -1
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataIterator/index.mjs.map +1 -1
- package/lib/components/VDataTable/MobileRow.mjs.map +1 -1
- package/lib/components/VDataTable/Row.mjs.map +1 -1
- package/lib/components/VDataTable/RowGroup.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeader.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +1 -1
- package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
- package/lib/components/VDataTable/VVirtualTable.mjs.map +1 -1
- package/lib/components/VDataTable/index.mjs.map +1 -1
- package/lib/components/VDataTable/mixins/header.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerDateTable.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerHeader.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonthTable.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerTitle.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.mjs.map +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +1 -1
- package/lib/components/VDatePicker/util/index.mjs.map +1 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +1 -1
- package/lib/components/VDatePicker/util/monthChange.mjs.map +1 -1
- package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.css +31 -12
- package/lib/components/VDialog/VDialog.mjs +14 -12
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +27 -12
- package/lib/components/VDialog/_variables.scss +3 -7
- package/lib/components/VDialog/index.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.sass +0 -1
- package/lib/components/VDivider/index.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +8 -6
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +6 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +0 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +9 -6
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -0
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.mjs.map +1 -1
- package/lib/components/VField/VField.css +10 -10
- package/lib/components/VField/VField.mjs +12 -11
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +7 -9
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/_variables.scss +3 -3
- package/lib/components/VField/index.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +5 -3
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +0 -1
- package/lib/components/VFileInput/index.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.mjs +32 -15
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.sass +0 -1
- package/lib/components/VFooter/index.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs +25 -11
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VGrid/index.mjs.map +1 -1
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.css +27 -12
- package/lib/components/VIcon/VIcon.mjs +18 -17
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +27 -17
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VIcon/index.mjs.map +1 -1
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +0 -1
- package/lib/components/VImg/index.mjs.map +1 -1
- package/lib/components/VInput/VInput.css +3 -1
- package/lib/components/VInput/VInput.mjs +10 -10
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +3 -2
- package/lib/components/VInput/_variables.scss +4 -0
- package/lib/components/VInput/index.mjs.map +1 -1
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.sass +0 -1
- package/lib/components/VItemGroup/index.mjs.map +1 -1
- package/lib/components/VKbd/VKbd.sass +0 -1
- package/lib/components/VKbd/_variables.scss +1 -1
- package/lib/components/VKbd/index.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.sass +0 -1
- package/lib/components/VLabel/index.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.mjs.map +1 -1
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.mjs.map +1 -1
- package/lib/components/VList/VList.css +7 -12
- package/lib/components/VList/VList.mjs +83 -48
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +3 -4
- package/lib/components/VList/VListChildren.mjs +41 -3
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +43 -15
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +129 -51
- package/lib/components/VList/VListItem.mjs +49 -44
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +77 -30
- package/lib/components/VList/VListItemAction.mjs +29 -0
- package/lib/components/VList/VListItemAction.mjs.map +1 -0
- package/lib/components/VList/VListItemAvatar.mjs +10 -16
- package/lib/components/VList/VListItemAvatar.mjs.map +1 -1
- package/lib/components/VList/VListItemHeader.mjs.map +1 -1
- package/lib/components/VList/VListItemIcon.mjs +23 -0
- package/lib/components/VList/VListItemIcon.mjs.map +1 -0
- package/lib/components/VList/VListItemMedia.mjs +4 -4
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
- package/lib/components/VList/VListItemTitle.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +3 -3
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +12 -4
- package/lib/components/VList/index.mjs +2 -0
- package/lib/components/VList/index.mjs.map +1 -1
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.mjs.map +1 -1
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/VMain.sass +0 -1
- package/lib/components/VMain/index.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.css +2 -12
- package/lib/components/VMenu/VMenu.mjs +65 -31
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +3 -7
- package/lib/components/VMenu/_variables.scss +0 -1
- package/lib/components/VMenu/index.mjs.map +1 -1
- package/lib/components/VMenu/shared.mjs +2 -0
- package/lib/components/VMenu/shared.mjs.map +1 -0
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.sass +0 -1
- package/lib/components/VMessages/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +13 -9
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
- package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.mjs.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
- package/lib/components/VOverflowBtn/index.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +7 -0
- package/lib/components/VOverlay/VOverlay.mjs +57 -32
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +8 -1
- package/lib/components/VOverlay/index.mjs.map +1 -1
- package/lib/components/VOverlay/{positionStrategies.mjs → locationStrategies.mjs} +39 -36
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -0
- package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +11 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +57 -15
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VOverlay/util/point.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +16 -17
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.sass +0 -1
- package/lib/components/VPagination/index.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/index.mjs.map +1 -1
- package/lib/components/VPicker/VPicker.mjs.map +1 -1
- package/lib/components/VPicker/index.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.sass +0 -1
- package/lib/components/VProgressCircular/index.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/index.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs +6 -5
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +11 -6
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +5 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.mjs.map +1 -1
- package/lib/components/VRating/VRating.css +2 -2
- package/lib/components/VRating/VRating.mjs +17 -6
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/VRating.sass +2 -3
- package/lib/components/VRating/index.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +134 -107
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +0 -2
- package/lib/components/VSelect/index.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +1 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +15 -12
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControl/index.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +6 -5
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +0 -1
- package/lib/components/VSelectionControlGroup/index.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.mjs +7 -3
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.sass +0 -1
- package/lib/components/VSheet/index.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/index.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.css +0 -5
- package/lib/components/VSlideGroup/VSlideGroup.mjs +40 -17
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +0 -5
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.css +7 -2
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.sass +11 -7
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.sass +0 -2
- package/lib/components/VSlider/VSliderTrack.css +6 -6
- package/lib/components/VSlider/VSliderTrack.mjs +3 -2
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.sass +7 -9
- package/lib/components/VSlider/_variables.scss +5 -2
- package/lib/components/VSlider/index.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +19 -36
- package/lib/components/VSnackbar/VSnackbar.mjs +38 -19
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +15 -35
- package/lib/components/VSnackbar/_variables.scss +0 -4
- package/lib/components/VSnackbar/index.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/core.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/math.mjs.map +1 -1
- package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
- package/lib/components/VSparkline/index.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.mjs.map +1 -1
- package/lib/components/VStepper/VStepperContent.mjs.map +1 -1
- package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
- package/lib/components/VStepper/index.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.mjs +15 -6
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +0 -1
- package/lib/components/VSwitch/index.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.css +0 -5
- package/lib/components/VSystemBar/VSystemBar.mjs +31 -14
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +0 -6
- package/lib/components/VSystemBar/_variables.scss +0 -3
- package/lib/components/VSystemBar/index.mjs.map +1 -1
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/VTable.sass +0 -1
- package/lib/components/VTable/index.mjs.map +1 -1
- package/lib/components/VTabs/VTab.css +1 -1
- package/lib/components/VTabs/VTab.mjs +33 -36
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTab.sass +1 -2
- package/lib/components/VTabs/VTabs.css +14 -11
- package/lib/components/VTabs/VTabs.mjs +7 -8
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.sass +10 -7
- package/lib/components/VTabs/_variables.scss +1 -1
- package/lib/components/VTabs/index.mjs.map +1 -1
- package/lib/components/VTabs/shared.mjs +2 -0
- package/lib/components/VTabs/shared.mjs.map +1 -0
- package/lib/components/VTextField/VTextField.css +4 -4
- package/lib/components/VTextField/VTextField.mjs +9 -10
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +5 -6
- package/lib/components/VTextField/index.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.css +7 -4
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +9 -7
- package/lib/components/VTextarea/index.mjs.map +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.mjs.map +1 -1
- package/lib/components/VTimePicker/SelectingTimes.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/components/VTimePicker/VTimePickerTitle.mjs.map +1 -1
- package/lib/components/VTimePicker/index.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +187 -48
- package/lib/components/VTimeline/VTimeline.mjs +27 -11
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.sass +196 -52
- package/lib/components/VTimeline/VTimelineDivider.mjs +5 -3
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +3 -2
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/_variables.scss +2 -1
- package/lib/components/VTimeline/index.mjs.map +1 -1
- package/lib/components/VTimeline/shared.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.css +8 -1
- package/lib/components/VToolbar/VToolbar.mjs +21 -17
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +2 -2
- package/lib/components/VToolbar/VToolbarItems.mjs +1 -2
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/_variables.scss +13 -1
- package/lib/components/VToolbar/index.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +12 -7
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +0 -1
- package/lib/components/VTooltip/index.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
- package/lib/components/VTreeview/index.mjs.map +1 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +1 -1
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.mjs.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.mjs +2 -10
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.sass +0 -2
- package/lib/components/VWindow/VWindowItem.mjs +9 -3
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/index.mjs.map +1 -1
- package/lib/components/index.d.ts +13464 -9854
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +61 -8
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/expand-transition.mjs.map +1 -1
- package/lib/components/transitions/index.mjs.map +1 -1
- package/lib/composables/border.mjs.map +1 -1
- package/lib/composables/color.mjs.map +1 -1
- package/lib/composables/defaults.mjs +2 -2
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/delay.mjs.map +1 -1
- package/lib/composables/density.mjs.map +1 -1
- package/lib/composables/dimensions.mjs.map +1 -1
- package/lib/composables/display.mjs +13 -11
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/elevation.mjs.map +1 -1
- package/lib/composables/filter.mjs +33 -13
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/form.mjs +24 -11
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRef.mjs +10 -6
- package/lib/composables/forwardRef.mjs.map +1 -1
- package/lib/composables/group.mjs +14 -6
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +15 -3
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/intersectionObserver.mjs.map +1 -1
- package/lib/composables/items.mjs +84 -0
- package/lib/composables/items.mjs.map +1 -0
- package/lib/composables/layout.mjs +10 -6
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/lazy.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/locale.mjs +11 -8
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/location.mjs +70 -0
- package/lib/composables/location.mjs.map +1 -0
- package/lib/composables/mutationObserver.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +27 -14
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +63 -36
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +163 -122
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/position.mjs +4 -25
- package/lib/composables/position.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/refs.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +1 -9
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/rounded.mjs.map +1 -1
- package/lib/composables/router.mjs +29 -15
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/rtl.mjs.map +1 -1
- package/lib/composables/scopeId.mjs +11 -0
- package/lib/composables/scopeId.mjs.map +1 -0
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/selectLink.mjs +19 -0
- package/lib/composables/selectLink.mjs.map +1 -0
- package/lib/composables/size.mjs.map +1 -1
- package/lib/composables/ssrBoot.mjs +3 -2
- package/lib/composables/ssrBoot.mjs.map +1 -1
- package/lib/composables/stack.mjs +27 -23
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/tag.mjs.map +1 -1
- package/lib/composables/teleport.mjs.map +1 -1
- package/lib/composables/theme.mjs +94 -93
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +18 -0
- package/lib/composables/toggleScope.mjs.map +1 -0
- package/lib/composables/touch.mjs.map +1 -1
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +17 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +3 -6
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/color/index.mjs.map +1 -1
- package/lib/directives/index.mjs.map +1 -1
- package/lib/directives/intersect/index.mjs.map +1 -1
- package/lib/directives/mutate/index.mjs.map +1 -1
- package/lib/directives/resize/index.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.sass +0 -1
- package/lib/directives/ripple/index.mjs +15 -3
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +39 -29
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa-svg.d.ts +2 -1
- package/lib/iconsets/fa-svg.mjs.map +1 -1
- package/lib/iconsets/fa.d.ts +2 -1
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.d.ts +2 -1
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.d.ts +2 -1
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.d.ts +2 -1
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.d.ts +2 -1
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.ts +161 -138
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/adapters/vue-intl.mjs.map +1 -1
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +9 -9
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/presets/default/index.mjs.map +1 -1
- package/lib/services/goto/easing-patterns.mjs.map +1 -1
- package/lib/services/goto/index.mjs.map +1 -1
- package/lib/services/goto/util.mjs.map +1 -1
- package/lib/styles/generic/_colors.scss +0 -1
- package/lib/styles/main.css +400 -392
- package/lib/styles/settings/_utilities.scss +54 -26
- package/lib/styles/tools/_states.sass +11 -3
- package/lib/styles/tools/_utilities.sass +1 -1
- package/lib/styles/tools/_variant.sass +6 -6
- package/lib/{components/VOverlay/util → util}/anchor.mjs +0 -0
- package/lib/util/anchor.mjs.map +1 -0
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/box.mjs.map +1 -1
- package/lib/util/color/APCA.mjs.map +1 -1
- package/lib/util/color/transformCIELAB.mjs.map +1 -1
- package/lib/util/color/transformSRGB.mjs.map +1 -1
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/colors.mjs.map +1 -1
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/dateTimeUtils.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +37 -6
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/dom.mjs.map +1 -1
- package/lib/util/easing.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs +20 -1
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/getScrollParent.mjs.map +1 -1
- package/lib/util/globals.mjs +0 -3
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +1 -5
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs +1 -0
- package/lib/util/index.mjs.map +1 -1
- package/lib/util/isFixedPosition.mjs.map +1 -1
- package/lib/util/propsFactory.mjs.map +1 -1
- package/lib/util/useRender.mjs.map +1 -1
- package/package.json +41 -31
- package/lib/components/VOverlay/positionStrategies.mjs.map +0 -1
- package/lib/components/VOverlay/util/anchor.mjs.map +0 -1
- package/lib/composables/overlay.mjs +0 -30
- package/lib/composables/overlay.mjs.map +0 -1
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"type": "boolean",
|
|
16
16
|
"description": ""
|
|
17
17
|
},
|
|
18
|
-
"v-app-bar/
|
|
18
|
+
"v-app-bar/location": {
|
|
19
19
|
"type": "string",
|
|
20
20
|
"description": ""
|
|
21
21
|
},
|
|
@@ -87,12 +87,12 @@
|
|
|
87
87
|
"type": "string",
|
|
88
88
|
"description": ""
|
|
89
89
|
},
|
|
90
|
-
"v-app-bar/
|
|
90
|
+
"v-app-bar/order": {
|
|
91
91
|
"type": "number|string",
|
|
92
92
|
"description": ""
|
|
93
93
|
},
|
|
94
94
|
"v-app-bar-nav-icon/icon": {
|
|
95
|
-
"type": "string",
|
|
95
|
+
"type": "string|function|object",
|
|
96
96
|
"description": ""
|
|
97
97
|
},
|
|
98
98
|
"v-app-bar-title/text": {
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"description": ""
|
|
117
117
|
},
|
|
118
118
|
"v-alert/close-icon": {
|
|
119
|
-
"type": "string",
|
|
119
|
+
"type": "string|function|object",
|
|
120
120
|
"description": "Change the default icon used for **dismissible** alerts."
|
|
121
121
|
},
|
|
122
122
|
"v-alert/close-label": {
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"description": "Text used for *aria-label* on **dismissible** alerts. Can also be customizing globally in [Internationalization](/customization/internationalization)."
|
|
125
125
|
},
|
|
126
126
|
"v-alert/icon": {
|
|
127
|
-
"type": "boolean|string",
|
|
127
|
+
"type": "boolean|string|function|object",
|
|
128
128
|
"description": "Designates a specific icon."
|
|
129
129
|
},
|
|
130
130
|
"v-alert/model-value": {
|
|
@@ -179,34 +179,14 @@
|
|
|
179
179
|
"type": "number|string",
|
|
180
180
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
181
181
|
},
|
|
182
|
-
"v-alert/
|
|
183
|
-
"type": "
|
|
184
|
-
"description": "
|
|
185
|
-
},
|
|
186
|
-
"v-alert/bottom": {
|
|
187
|
-
"type": "boolean|number|string",
|
|
188
|
-
"description": "Aligns the component towards the bottom."
|
|
189
|
-
},
|
|
190
|
-
"v-alert/fixed": {
|
|
191
|
-
"type": "boolean",
|
|
192
|
-
"description": "Applies **position: fixed** to the component."
|
|
193
|
-
},
|
|
194
|
-
"v-alert/left": {
|
|
195
|
-
"type": "boolean|number|string",
|
|
196
|
-
"description": "Aligns the component towards the left."
|
|
182
|
+
"v-alert/location": {
|
|
183
|
+
"type": "string",
|
|
184
|
+
"description": ""
|
|
197
185
|
},
|
|
198
186
|
"v-alert/position": {
|
|
199
187
|
"type": "string",
|
|
200
188
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
201
189
|
},
|
|
202
|
-
"v-alert/right": {
|
|
203
|
-
"type": "boolean|number|string",
|
|
204
|
-
"description": "Aligns the component towards the right."
|
|
205
|
-
},
|
|
206
|
-
"v-alert/top": {
|
|
207
|
-
"type": "boolean|number|string",
|
|
208
|
-
"description": "Aligns the content towards the top."
|
|
209
|
-
},
|
|
210
190
|
"v-alert/rounded": {
|
|
211
191
|
"type": "boolean|number|string",
|
|
212
192
|
"description": ""
|
|
@@ -223,13 +203,9 @@
|
|
|
223
203
|
"type": "string",
|
|
224
204
|
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
225
205
|
},
|
|
226
|
-
"v-alert/text-color": {
|
|
227
|
-
"type": "string",
|
|
228
|
-
"description": "Applies a specified color to the control text"
|
|
229
|
-
},
|
|
230
206
|
"v-alert/variant": {
|
|
231
207
|
"type": "string",
|
|
232
|
-
"description": "Applies one of
|
|
208
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
233
209
|
},
|
|
234
210
|
"v-alert-title/tag": {
|
|
235
211
|
"type": "string",
|
|
@@ -279,16 +255,20 @@
|
|
|
279
255
|
"type": "boolean",
|
|
280
256
|
"description": ""
|
|
281
257
|
},
|
|
282
|
-
"v-autocomplete/
|
|
283
|
-
"type": "
|
|
258
|
+
"v-autocomplete/menu": {
|
|
259
|
+
"type": "boolean",
|
|
284
260
|
"description": ""
|
|
285
261
|
},
|
|
286
262
|
"v-autocomplete/menu-icon": {
|
|
287
|
-
"type": "string",
|
|
263
|
+
"type": "string|function|object",
|
|
264
|
+
"description": ""
|
|
265
|
+
},
|
|
266
|
+
"v-autocomplete/menu-props": {
|
|
267
|
+
"type": "object",
|
|
288
268
|
"description": ""
|
|
289
269
|
},
|
|
290
270
|
"v-autocomplete/model-value": {
|
|
291
|
-
"type": "
|
|
271
|
+
"type": "any",
|
|
292
272
|
"description": ""
|
|
293
273
|
},
|
|
294
274
|
"v-autocomplete/multiple": {
|
|
@@ -303,28 +283,52 @@
|
|
|
303
283
|
"type": "boolean",
|
|
304
284
|
"description": ""
|
|
305
285
|
},
|
|
286
|
+
"v-autocomplete/items": {
|
|
287
|
+
"type": "array",
|
|
288
|
+
"description": ""
|
|
289
|
+
},
|
|
290
|
+
"v-autocomplete/item-title": {
|
|
291
|
+
"type": "string|array|function",
|
|
292
|
+
"description": ""
|
|
293
|
+
},
|
|
294
|
+
"v-autocomplete/item-value": {
|
|
295
|
+
"type": "string|array|function",
|
|
296
|
+
"description": ""
|
|
297
|
+
},
|
|
298
|
+
"v-autocomplete/item-children": {
|
|
299
|
+
"type": "boolean|string|array|function",
|
|
300
|
+
"description": ""
|
|
301
|
+
},
|
|
302
|
+
"v-autocomplete/item-props": {
|
|
303
|
+
"type": "boolean|string|array|function",
|
|
304
|
+
"description": ""
|
|
305
|
+
},
|
|
306
|
+
"v-autocomplete/return-object": {
|
|
307
|
+
"type": "boolean",
|
|
308
|
+
"description": ""
|
|
309
|
+
},
|
|
306
310
|
"v-autocomplete/transition": {
|
|
307
311
|
"type": "boolean|string|object",
|
|
308
312
|
"description": ""
|
|
309
313
|
},
|
|
310
314
|
"v-avatar/color": {
|
|
311
|
-
"type": "
|
|
315
|
+
"type": "string",
|
|
312
316
|
"description": ""
|
|
313
317
|
},
|
|
314
|
-
"v-avatar/
|
|
315
|
-
"type": "
|
|
316
|
-
"description": "
|
|
318
|
+
"v-avatar/start": {
|
|
319
|
+
"type": "boolean",
|
|
320
|
+
"description": ""
|
|
317
321
|
},
|
|
318
|
-
"v-avatar/
|
|
319
|
-
"type": "
|
|
320
|
-
"description": "
|
|
322
|
+
"v-avatar/end": {
|
|
323
|
+
"type": "boolean",
|
|
324
|
+
"description": ""
|
|
321
325
|
},
|
|
322
326
|
"v-avatar/icon": {
|
|
323
|
-
"type": "
|
|
327
|
+
"type": "string|function|object",
|
|
324
328
|
"description": ""
|
|
325
329
|
},
|
|
326
330
|
"v-avatar/image": {
|
|
327
|
-
"type": "
|
|
331
|
+
"type": "string",
|
|
328
332
|
"description": ""
|
|
329
333
|
},
|
|
330
334
|
"v-avatar/density": {
|
|
@@ -375,10 +379,6 @@
|
|
|
375
379
|
"type": "string",
|
|
376
380
|
"description": "The **aria-label** used for the badge."
|
|
377
381
|
},
|
|
378
|
-
"v-badge/location": {
|
|
379
|
-
"type": "string",
|
|
380
|
-
"description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**."
|
|
381
|
-
},
|
|
382
382
|
"v-badge/max": {
|
|
383
383
|
"type": "any",
|
|
384
384
|
"description": "Sets the maximum number allowed when using the **content** prop with a `number` like value. If the content number exceeds the maximum value, a `+` suffix is added."
|
|
@@ -399,6 +399,10 @@
|
|
|
399
399
|
"type": "any",
|
|
400
400
|
"description": "Defines the text color of the badge."
|
|
401
401
|
},
|
|
402
|
+
"v-badge/location": {
|
|
403
|
+
"type": "string",
|
|
404
|
+
"description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**."
|
|
405
|
+
},
|
|
402
406
|
"v-badge/rounded": {
|
|
403
407
|
"type": "boolean|number|string",
|
|
404
408
|
"description": ""
|
|
@@ -431,6 +435,10 @@
|
|
|
431
435
|
"type": "any",
|
|
432
436
|
"description": ""
|
|
433
437
|
},
|
|
438
|
+
"v-banner/stacked": {
|
|
439
|
+
"type": "any",
|
|
440
|
+
"description": ""
|
|
441
|
+
},
|
|
434
442
|
"v-banner/sticky": {
|
|
435
443
|
"type": "any",
|
|
436
444
|
"description": "Applies **position: sticky** to the component (**Evergreen browsers only**). You can find more information on the [MDN documentation for sticky position](https://developer.mozilla.org/en-US/docs/Web/CSS/position)."
|
|
@@ -475,34 +483,14 @@
|
|
|
475
483
|
"type": "number|string",
|
|
476
484
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
477
485
|
},
|
|
478
|
-
"v-banner/
|
|
479
|
-
"type": "
|
|
480
|
-
"description": "
|
|
481
|
-
},
|
|
482
|
-
"v-banner/bottom": {
|
|
483
|
-
"type": "boolean|number|string",
|
|
484
|
-
"description": "Aligns the component towards the bottom."
|
|
485
|
-
},
|
|
486
|
-
"v-banner/fixed": {
|
|
487
|
-
"type": "boolean",
|
|
488
|
-
"description": "Applies **position: fixed** to the component."
|
|
489
|
-
},
|
|
490
|
-
"v-banner/left": {
|
|
491
|
-
"type": "boolean|number|string",
|
|
492
|
-
"description": "Aligns the component towards the left."
|
|
486
|
+
"v-banner/location": {
|
|
487
|
+
"type": "string",
|
|
488
|
+
"description": ""
|
|
493
489
|
},
|
|
494
490
|
"v-banner/position": {
|
|
495
491
|
"type": "string",
|
|
496
492
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
497
493
|
},
|
|
498
|
-
"v-banner/right": {
|
|
499
|
-
"type": "boolean|number|string",
|
|
500
|
-
"description": "Aligns the component towards the right."
|
|
501
|
-
},
|
|
502
|
-
"v-banner/top": {
|
|
503
|
-
"type": "boolean|number|string",
|
|
504
|
-
"description": "Aligns the content towards the top."
|
|
505
|
-
},
|
|
506
494
|
"v-banner/rounded": {
|
|
507
495
|
"type": "boolean|number|string",
|
|
508
496
|
"description": ""
|
|
@@ -515,10 +503,86 @@
|
|
|
515
503
|
"type": "string",
|
|
516
504
|
"description": "Specify a theme for this component and all of its children"
|
|
517
505
|
},
|
|
518
|
-
"v-banner-actions/
|
|
506
|
+
"v-banner-actions/color": {
|
|
507
|
+
"type": "any",
|
|
508
|
+
"description": ""
|
|
509
|
+
},
|
|
510
|
+
"v-banner-actions/density": {
|
|
511
|
+
"type": "any",
|
|
512
|
+
"description": ""
|
|
513
|
+
},
|
|
514
|
+
"v-banner-avatar/color": {
|
|
515
|
+
"type": "string",
|
|
516
|
+
"description": ""
|
|
517
|
+
},
|
|
518
|
+
"v-banner-avatar/start": {
|
|
519
|
+
"type": "boolean",
|
|
520
|
+
"description": ""
|
|
521
|
+
},
|
|
522
|
+
"v-banner-avatar/end": {
|
|
523
|
+
"type": "boolean",
|
|
524
|
+
"description": ""
|
|
525
|
+
},
|
|
526
|
+
"v-banner-avatar/icon": {
|
|
527
|
+
"type": "string|function|object",
|
|
528
|
+
"description": ""
|
|
529
|
+
},
|
|
530
|
+
"v-banner-avatar/image": {
|
|
531
|
+
"type": "string",
|
|
532
|
+
"description": ""
|
|
533
|
+
},
|
|
534
|
+
"v-banner-avatar/density": {
|
|
535
|
+
"type": "string",
|
|
536
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
537
|
+
},
|
|
538
|
+
"v-banner-avatar/rounded": {
|
|
539
|
+
"type": "boolean|number|string",
|
|
540
|
+
"description": ""
|
|
541
|
+
},
|
|
542
|
+
"v-banner-avatar/size": {
|
|
543
|
+
"type": "string|number",
|
|
544
|
+
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
545
|
+
},
|
|
546
|
+
"v-banner-avatar/tag": {
|
|
547
|
+
"type": "string",
|
|
548
|
+
"description": "Specify a custom tag used on the root element."
|
|
549
|
+
},
|
|
550
|
+
"v-banner-icon/color": {
|
|
551
|
+
"type": "string",
|
|
552
|
+
"description": ""
|
|
553
|
+
},
|
|
554
|
+
"v-banner-icon/start": {
|
|
555
|
+
"type": "boolean",
|
|
556
|
+
"description": ""
|
|
557
|
+
},
|
|
558
|
+
"v-banner-icon/end": {
|
|
559
|
+
"type": "boolean",
|
|
560
|
+
"description": ""
|
|
561
|
+
},
|
|
562
|
+
"v-banner-icon/icon": {
|
|
563
|
+
"type": "string|function|object",
|
|
564
|
+
"description": ""
|
|
565
|
+
},
|
|
566
|
+
"v-banner-icon/image": {
|
|
519
567
|
"type": "string",
|
|
520
568
|
"description": ""
|
|
521
569
|
},
|
|
570
|
+
"v-banner-icon/density": {
|
|
571
|
+
"type": "string",
|
|
572
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
573
|
+
},
|
|
574
|
+
"v-banner-icon/rounded": {
|
|
575
|
+
"type": "boolean|number|string",
|
|
576
|
+
"description": ""
|
|
577
|
+
},
|
|
578
|
+
"v-banner-icon/size": {
|
|
579
|
+
"type": "string|number",
|
|
580
|
+
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
581
|
+
},
|
|
582
|
+
"v-banner-icon/tag": {
|
|
583
|
+
"type": "string",
|
|
584
|
+
"description": "Specify a custom tag used on the root element."
|
|
585
|
+
},
|
|
522
586
|
"v-banner-text/tag": {
|
|
523
587
|
"type": "string",
|
|
524
588
|
"description": ""
|
|
@@ -563,7 +627,7 @@
|
|
|
563
627
|
"type": "string",
|
|
564
628
|
"description": ""
|
|
565
629
|
},
|
|
566
|
-
"v-bottom-navigation/
|
|
630
|
+
"v-bottom-navigation/order": {
|
|
567
631
|
"type": "number|string",
|
|
568
632
|
"description": ""
|
|
569
633
|
},
|
|
@@ -611,6 +675,10 @@
|
|
|
611
675
|
"type": "any",
|
|
612
676
|
"description": ""
|
|
613
677
|
},
|
|
678
|
+
"v-breadcrumbs/active-color": {
|
|
679
|
+
"type": "any",
|
|
680
|
+
"description": ""
|
|
681
|
+
},
|
|
614
682
|
"v-breadcrumbs/bg-color": {
|
|
615
683
|
"type": "any",
|
|
616
684
|
"description": ""
|
|
@@ -687,6 +755,14 @@
|
|
|
687
755
|
"type": "string",
|
|
688
756
|
"description": ""
|
|
689
757
|
},
|
|
758
|
+
"v-btn/active": {
|
|
759
|
+
"type": "any",
|
|
760
|
+
"description": ""
|
|
761
|
+
},
|
|
762
|
+
"v-btn/symbol": {
|
|
763
|
+
"type": "any",
|
|
764
|
+
"description": ""
|
|
765
|
+
},
|
|
690
766
|
"v-btn/flat": {
|
|
691
767
|
"type": "any",
|
|
692
768
|
"description": "Removes the button box shadow."
|
|
@@ -711,6 +787,10 @@
|
|
|
711
787
|
"type": "any",
|
|
712
788
|
"description": "Displays the button as a flex-column."
|
|
713
789
|
},
|
|
790
|
+
"v-btn/loading": {
|
|
791
|
+
"type": "any",
|
|
792
|
+
"description": ""
|
|
793
|
+
},
|
|
714
794
|
"v-btn/ripple": {
|
|
715
795
|
"type": "boolean",
|
|
716
796
|
"description": ""
|
|
@@ -767,34 +847,14 @@
|
|
|
767
847
|
"type": "string",
|
|
768
848
|
"description": "Configure the active CSS class applied when the item is selected."
|
|
769
849
|
},
|
|
770
|
-
"v-btn/
|
|
771
|
-
"type": "
|
|
772
|
-
"description": "
|
|
773
|
-
},
|
|
774
|
-
"v-btn/bottom": {
|
|
775
|
-
"type": "boolean|number|string",
|
|
776
|
-
"description": "Aligns the component towards the bottom."
|
|
777
|
-
},
|
|
778
|
-
"v-btn/fixed": {
|
|
779
|
-
"type": "boolean",
|
|
780
|
-
"description": "Applies **position: fixed** to the component."
|
|
781
|
-
},
|
|
782
|
-
"v-btn/left": {
|
|
783
|
-
"type": "boolean|number|string",
|
|
784
|
-
"description": "Aligns the component towards the left."
|
|
850
|
+
"v-btn/location": {
|
|
851
|
+
"type": "string",
|
|
852
|
+
"description": ""
|
|
785
853
|
},
|
|
786
854
|
"v-btn/position": {
|
|
787
855
|
"type": "string",
|
|
788
856
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
789
857
|
},
|
|
790
|
-
"v-btn/right": {
|
|
791
|
-
"type": "boolean|number|string",
|
|
792
|
-
"description": "Aligns the component towards the right."
|
|
793
|
-
},
|
|
794
|
-
"v-btn/top": {
|
|
795
|
-
"type": "boolean|number|string",
|
|
796
|
-
"description": "Aligns the content towards the top."
|
|
797
|
-
},
|
|
798
858
|
"v-btn/href": {
|
|
799
859
|
"type": "string",
|
|
800
860
|
"description": ""
|
|
@@ -823,13 +883,9 @@
|
|
|
823
883
|
"type": "string",
|
|
824
884
|
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors)."
|
|
825
885
|
},
|
|
826
|
-
"v-btn/text-color": {
|
|
827
|
-
"type": "string",
|
|
828
|
-
"description": "Applies a specified color to the control text"
|
|
829
|
-
},
|
|
830
886
|
"v-btn/variant": {
|
|
831
887
|
"type": "string",
|
|
832
|
-
"description": "Applies one of
|
|
888
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
833
889
|
},
|
|
834
890
|
"v-btn-group/divided": {
|
|
835
891
|
"type": "any",
|
|
@@ -863,13 +919,9 @@
|
|
|
863
919
|
"type": "string",
|
|
864
920
|
"description": ""
|
|
865
921
|
},
|
|
866
|
-
"v-btn-group/text-color": {
|
|
867
|
-
"type": "string",
|
|
868
|
-
"description": "Applies a specified color to the control text"
|
|
869
|
-
},
|
|
870
922
|
"v-btn-group/variant": {
|
|
871
923
|
"type": "string",
|
|
872
|
-
"description": "Applies one of
|
|
924
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
873
925
|
},
|
|
874
926
|
"v-btn-toggle/model-value": {
|
|
875
927
|
"type": "any",
|
|
@@ -987,34 +1039,14 @@
|
|
|
987
1039
|
"type": "number|string",
|
|
988
1040
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
989
1041
|
},
|
|
990
|
-
"v-card/
|
|
991
|
-
"type": "
|
|
992
|
-
"description": "
|
|
993
|
-
},
|
|
994
|
-
"v-card/bottom": {
|
|
995
|
-
"type": "boolean|number|string",
|
|
996
|
-
"description": "Aligns the component towards the bottom."
|
|
997
|
-
},
|
|
998
|
-
"v-card/fixed": {
|
|
999
|
-
"type": "boolean",
|
|
1000
|
-
"description": "Applies **position: fixed** to the component."
|
|
1001
|
-
},
|
|
1002
|
-
"v-card/left": {
|
|
1003
|
-
"type": "boolean|number|string",
|
|
1004
|
-
"description": "Aligns the component towards the left."
|
|
1042
|
+
"v-card/location": {
|
|
1043
|
+
"type": "string",
|
|
1044
|
+
"description": ""
|
|
1005
1045
|
},
|
|
1006
1046
|
"v-card/position": {
|
|
1007
1047
|
"type": "string",
|
|
1008
1048
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
1009
1049
|
},
|
|
1010
|
-
"v-card/right": {
|
|
1011
|
-
"type": "boolean|number|string",
|
|
1012
|
-
"description": "Aligns the component towards the right."
|
|
1013
|
-
},
|
|
1014
|
-
"v-card/top": {
|
|
1015
|
-
"type": "boolean|number|string",
|
|
1016
|
-
"description": "Aligns the content towards the top."
|
|
1017
|
-
},
|
|
1018
1050
|
"v-card/rounded": {
|
|
1019
1051
|
"type": "boolean|number|string",
|
|
1020
1052
|
"description": ""
|
|
@@ -1039,18 +1071,18 @@
|
|
|
1039
1071
|
"type": "string",
|
|
1040
1072
|
"description": ""
|
|
1041
1073
|
},
|
|
1042
|
-
"v-card/text-color": {
|
|
1043
|
-
"type": "string",
|
|
1044
|
-
"description": "Applies a specified color to the control text"
|
|
1045
|
-
},
|
|
1046
1074
|
"v-card/variant": {
|
|
1047
1075
|
"type": "string",
|
|
1048
|
-
"description": "Applies one of
|
|
1076
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
1049
1077
|
},
|
|
1050
1078
|
"v-card-avatar/tag": {
|
|
1051
1079
|
"type": "string",
|
|
1052
1080
|
"description": ""
|
|
1053
1081
|
},
|
|
1082
|
+
"v-card-content/tag": {
|
|
1083
|
+
"type": "string",
|
|
1084
|
+
"description": ""
|
|
1085
|
+
},
|
|
1054
1086
|
"v-card-header/tag": {
|
|
1055
1087
|
"type": "string",
|
|
1056
1088
|
"description": ""
|
|
@@ -1084,7 +1116,7 @@
|
|
|
1084
1116
|
"description": "Determines if the carousel should cycle through images."
|
|
1085
1117
|
},
|
|
1086
1118
|
"v-carousel/delimiter-icon": {
|
|
1087
|
-
"type": "string",
|
|
1119
|
+
"type": "string|function|object",
|
|
1088
1120
|
"description": "Sets icon for carousel delimiter"
|
|
1089
1121
|
},
|
|
1090
1122
|
"v-carousel/height": {
|
|
@@ -1123,24 +1155,16 @@
|
|
|
1123
1155
|
"type": "any",
|
|
1124
1156
|
"description": ""
|
|
1125
1157
|
},
|
|
1126
|
-
"v-checkbox/indeterminate": {
|
|
1127
|
-
"type": "any",
|
|
1128
|
-
"description": "Sets an indeterminate state for the checkbox"
|
|
1129
|
-
},
|
|
1130
|
-
"v-checkbox/indeterminate-icon": {
|
|
1131
|
-
"type": "string",
|
|
1132
|
-
"description": "The icon used when in an indeterminate state"
|
|
1133
|
-
},
|
|
1134
1158
|
"v-checkbox/id": {
|
|
1135
1159
|
"type": "string",
|
|
1136
1160
|
"description": ""
|
|
1137
1161
|
},
|
|
1138
1162
|
"v-checkbox/append-icon": {
|
|
1139
|
-
"type": "string",
|
|
1163
|
+
"type": "string|function|object",
|
|
1140
1164
|
"description": ""
|
|
1141
1165
|
},
|
|
1142
1166
|
"v-checkbox/prepend-icon": {
|
|
1143
|
-
"type": "string",
|
|
1167
|
+
"type": "string|function|object",
|
|
1144
1168
|
"description": ""
|
|
1145
1169
|
},
|
|
1146
1170
|
"v-checkbox/hide-details": {
|
|
@@ -1191,6 +1215,18 @@
|
|
|
1191
1215
|
"type": "any",
|
|
1192
1216
|
"description": ""
|
|
1193
1217
|
},
|
|
1218
|
+
"v-checkbox/validation-value": {
|
|
1219
|
+
"type": "any",
|
|
1220
|
+
"description": ""
|
|
1221
|
+
},
|
|
1222
|
+
"v-checkbox/indeterminate": {
|
|
1223
|
+
"type": "boolean",
|
|
1224
|
+
"description": "Sets an indeterminate state for the checkbox"
|
|
1225
|
+
},
|
|
1226
|
+
"v-checkbox/indeterminate-icon": {
|
|
1227
|
+
"type": "string|function|object",
|
|
1228
|
+
"description": "The icon used when in an indeterminate state"
|
|
1229
|
+
},
|
|
1194
1230
|
"v-checkbox/color": {
|
|
1195
1231
|
"type": "string",
|
|
1196
1232
|
"description": ""
|
|
@@ -1204,11 +1240,11 @@
|
|
|
1204
1240
|
"description": ""
|
|
1205
1241
|
},
|
|
1206
1242
|
"v-checkbox/false-icon": {
|
|
1207
|
-
"type": "string",
|
|
1243
|
+
"type": "string|function|object",
|
|
1208
1244
|
"description": "The icon used when inactive"
|
|
1209
1245
|
},
|
|
1210
1246
|
"v-checkbox/true-icon": {
|
|
1211
|
-
"type": "string",
|
|
1247
|
+
"type": "string|function|object",
|
|
1212
1248
|
"description": "The icon used when active"
|
|
1213
1249
|
},
|
|
1214
1250
|
"v-checkbox/ripple": {
|
|
@@ -1243,6 +1279,94 @@
|
|
|
1243
1279
|
"type": "string",
|
|
1244
1280
|
"description": "Specify a theme for this component and all of its children"
|
|
1245
1281
|
},
|
|
1282
|
+
"v-checkbox-btn/indeterminate": {
|
|
1283
|
+
"type": "boolean",
|
|
1284
|
+
"description": ""
|
|
1285
|
+
},
|
|
1286
|
+
"v-checkbox-btn/indeterminate-icon": {
|
|
1287
|
+
"type": "string|function|object",
|
|
1288
|
+
"description": ""
|
|
1289
|
+
},
|
|
1290
|
+
"v-checkbox-btn/color": {
|
|
1291
|
+
"type": "string",
|
|
1292
|
+
"description": ""
|
|
1293
|
+
},
|
|
1294
|
+
"v-checkbox-btn/disabled": {
|
|
1295
|
+
"type": "boolean",
|
|
1296
|
+
"description": ""
|
|
1297
|
+
},
|
|
1298
|
+
"v-checkbox-btn/error": {
|
|
1299
|
+
"type": "boolean",
|
|
1300
|
+
"description": ""
|
|
1301
|
+
},
|
|
1302
|
+
"v-checkbox-btn/id": {
|
|
1303
|
+
"type": "string",
|
|
1304
|
+
"description": ""
|
|
1305
|
+
},
|
|
1306
|
+
"v-checkbox-btn/inline": {
|
|
1307
|
+
"type": "boolean",
|
|
1308
|
+
"description": ""
|
|
1309
|
+
},
|
|
1310
|
+
"v-checkbox-btn/label": {
|
|
1311
|
+
"type": "string",
|
|
1312
|
+
"description": ""
|
|
1313
|
+
},
|
|
1314
|
+
"v-checkbox-btn/false-icon": {
|
|
1315
|
+
"type": "string|function|object",
|
|
1316
|
+
"description": ""
|
|
1317
|
+
},
|
|
1318
|
+
"v-checkbox-btn/true-icon": {
|
|
1319
|
+
"type": "string|function|object",
|
|
1320
|
+
"description": ""
|
|
1321
|
+
},
|
|
1322
|
+
"v-checkbox-btn/ripple": {
|
|
1323
|
+
"type": "boolean",
|
|
1324
|
+
"description": ""
|
|
1325
|
+
},
|
|
1326
|
+
"v-checkbox-btn/multiple": {
|
|
1327
|
+
"type": "boolean",
|
|
1328
|
+
"description": ""
|
|
1329
|
+
},
|
|
1330
|
+
"v-checkbox-btn/name": {
|
|
1331
|
+
"type": "string",
|
|
1332
|
+
"description": ""
|
|
1333
|
+
},
|
|
1334
|
+
"v-checkbox-btn/readonly": {
|
|
1335
|
+
"type": "boolean",
|
|
1336
|
+
"description": ""
|
|
1337
|
+
},
|
|
1338
|
+
"v-checkbox-btn/true-value": {
|
|
1339
|
+
"type": "any",
|
|
1340
|
+
"description": "Sets value for truthy state"
|
|
1341
|
+
},
|
|
1342
|
+
"v-checkbox-btn/false-value": {
|
|
1343
|
+
"type": "any",
|
|
1344
|
+
"description": "Sets value for falsy state"
|
|
1345
|
+
},
|
|
1346
|
+
"v-checkbox-btn/model-value": {
|
|
1347
|
+
"type": "any",
|
|
1348
|
+
"description": ""
|
|
1349
|
+
},
|
|
1350
|
+
"v-checkbox-btn/type": {
|
|
1351
|
+
"type": "string",
|
|
1352
|
+
"description": ""
|
|
1353
|
+
},
|
|
1354
|
+
"v-checkbox-btn/value": {
|
|
1355
|
+
"type": "any",
|
|
1356
|
+
"description": ""
|
|
1357
|
+
},
|
|
1358
|
+
"v-checkbox-btn/value-comparator": {
|
|
1359
|
+
"type": "function",
|
|
1360
|
+
"description": ""
|
|
1361
|
+
},
|
|
1362
|
+
"v-checkbox-btn/theme": {
|
|
1363
|
+
"type": "string",
|
|
1364
|
+
"description": "Specify a theme for this component and all of its children"
|
|
1365
|
+
},
|
|
1366
|
+
"v-checkbox-btn/density": {
|
|
1367
|
+
"type": "string",
|
|
1368
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
1369
|
+
},
|
|
1246
1370
|
"v-chip/active-class": {
|
|
1247
1371
|
"type": "any",
|
|
1248
1372
|
"description": ""
|
|
@@ -1260,7 +1384,7 @@
|
|
|
1260
1384
|
"description": ""
|
|
1261
1385
|
},
|
|
1262
1386
|
"v-chip/close-icon": {
|
|
1263
|
-
"type": "string",
|
|
1387
|
+
"type": "string|function|object",
|
|
1264
1388
|
"description": "Change the default icon used for **close** chips"
|
|
1265
1389
|
},
|
|
1266
1390
|
"v-chip/close-label": {
|
|
@@ -1367,13 +1491,9 @@
|
|
|
1367
1491
|
"type": "string",
|
|
1368
1492
|
"description": ""
|
|
1369
1493
|
},
|
|
1370
|
-
"v-chip/text-color": {
|
|
1371
|
-
"type": "string",
|
|
1372
|
-
"description": "Applies a specified color to the control text"
|
|
1373
|
-
},
|
|
1374
1494
|
"v-chip/variant": {
|
|
1375
1495
|
"type": "string",
|
|
1376
|
-
"description": "Applies one of
|
|
1496
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
1377
1497
|
},
|
|
1378
1498
|
"v-chip-group/column": {
|
|
1379
1499
|
"type": "any",
|
|
@@ -1423,13 +1543,9 @@
|
|
|
1423
1543
|
"type": "string",
|
|
1424
1544
|
"description": ""
|
|
1425
1545
|
},
|
|
1426
|
-
"v-chip-group/text-color": {
|
|
1427
|
-
"type": "string",
|
|
1428
|
-
"description": "Applies a specified color to the control text"
|
|
1429
|
-
},
|
|
1430
1546
|
"v-chip-group/variant": {
|
|
1431
1547
|
"type": "string",
|
|
1432
|
-
"description": "Applies one of
|
|
1548
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
1433
1549
|
},
|
|
1434
1550
|
"v-code/tag": {
|
|
1435
1551
|
"type": "string",
|
|
@@ -1543,16 +1659,20 @@
|
|
|
1543
1659
|
"type": "boolean",
|
|
1544
1660
|
"description": ""
|
|
1545
1661
|
},
|
|
1546
|
-
"v-combobox/
|
|
1547
|
-
"type": "
|
|
1662
|
+
"v-combobox/menu": {
|
|
1663
|
+
"type": "boolean",
|
|
1548
1664
|
"description": ""
|
|
1549
1665
|
},
|
|
1550
1666
|
"v-combobox/menu-icon": {
|
|
1551
|
-
"type": "string",
|
|
1667
|
+
"type": "string|function|object",
|
|
1668
|
+
"description": ""
|
|
1669
|
+
},
|
|
1670
|
+
"v-combobox/menu-props": {
|
|
1671
|
+
"type": "object",
|
|
1552
1672
|
"description": ""
|
|
1553
1673
|
},
|
|
1554
1674
|
"v-combobox/model-value": {
|
|
1555
|
-
"type": "
|
|
1675
|
+
"type": "any",
|
|
1556
1676
|
"description": ""
|
|
1557
1677
|
},
|
|
1558
1678
|
"v-combobox/multiple": {
|
|
@@ -1567,6 +1687,30 @@
|
|
|
1567
1687
|
"type": "boolean",
|
|
1568
1688
|
"description": ""
|
|
1569
1689
|
},
|
|
1690
|
+
"v-combobox/items": {
|
|
1691
|
+
"type": "array",
|
|
1692
|
+
"description": ""
|
|
1693
|
+
},
|
|
1694
|
+
"v-combobox/item-title": {
|
|
1695
|
+
"type": "string|array|function",
|
|
1696
|
+
"description": ""
|
|
1697
|
+
},
|
|
1698
|
+
"v-combobox/item-value": {
|
|
1699
|
+
"type": "string|array|function",
|
|
1700
|
+
"description": ""
|
|
1701
|
+
},
|
|
1702
|
+
"v-combobox/item-children": {
|
|
1703
|
+
"type": "boolean|string|array|function",
|
|
1704
|
+
"description": ""
|
|
1705
|
+
},
|
|
1706
|
+
"v-combobox/item-props": {
|
|
1707
|
+
"type": "boolean|string|array|function",
|
|
1708
|
+
"description": ""
|
|
1709
|
+
},
|
|
1710
|
+
"v-combobox/return-object": {
|
|
1711
|
+
"type": "boolean",
|
|
1712
|
+
"description": ""
|
|
1713
|
+
},
|
|
1570
1714
|
"v-combobox/transition": {
|
|
1571
1715
|
"type": "boolean|string|object",
|
|
1572
1716
|
"description": ""
|
|
@@ -1667,6 +1811,10 @@
|
|
|
1667
1811
|
"type": "string",
|
|
1668
1812
|
"description": ""
|
|
1669
1813
|
},
|
|
1814
|
+
"v-expansion-panels/readonly": {
|
|
1815
|
+
"type": "any",
|
|
1816
|
+
"description": "Makes the entire expansion-panel read only."
|
|
1817
|
+
},
|
|
1670
1818
|
"v-expansion-panels/model-value": {
|
|
1671
1819
|
"type": "any",
|
|
1672
1820
|
"description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
|
|
@@ -1744,11 +1892,11 @@
|
|
|
1744
1892
|
"description": ""
|
|
1745
1893
|
},
|
|
1746
1894
|
"v-expansion-panel/expand-icon": {
|
|
1747
|
-
"type": "string",
|
|
1895
|
+
"type": "string|function|object",
|
|
1748
1896
|
"description": ""
|
|
1749
1897
|
},
|
|
1750
1898
|
"v-expansion-panel/collapse-icon": {
|
|
1751
|
-
"type": "string",
|
|
1899
|
+
"type": "string|function|object",
|
|
1752
1900
|
"description": ""
|
|
1753
1901
|
},
|
|
1754
1902
|
"v-expansion-panel/hide-actions": {
|
|
@@ -1759,6 +1907,10 @@
|
|
|
1759
1907
|
"type": "boolean|object",
|
|
1760
1908
|
"description": ""
|
|
1761
1909
|
},
|
|
1910
|
+
"v-expansion-panel/readonly": {
|
|
1911
|
+
"type": "boolean",
|
|
1912
|
+
"description": "Makes the expansion-panel content read only."
|
|
1913
|
+
},
|
|
1762
1914
|
"v-expansion-panel-text/eager": {
|
|
1763
1915
|
"type": "boolean",
|
|
1764
1916
|
"description": ""
|
|
@@ -1768,11 +1920,11 @@
|
|
|
1768
1920
|
"description": ""
|
|
1769
1921
|
},
|
|
1770
1922
|
"v-expansion-panel-title/expand-icon": {
|
|
1771
|
-
"type": "string",
|
|
1923
|
+
"type": "string|function|object",
|
|
1772
1924
|
"description": ""
|
|
1773
1925
|
},
|
|
1774
1926
|
"v-expansion-panel-title/collapse-icon": {
|
|
1775
|
-
"type": "string",
|
|
1927
|
+
"type": "string|function|object",
|
|
1776
1928
|
"description": ""
|
|
1777
1929
|
},
|
|
1778
1930
|
"v-expansion-panel-title/hide-actions": {
|
|
@@ -1783,6 +1935,10 @@
|
|
|
1783
1935
|
"type": "boolean|object",
|
|
1784
1936
|
"description": ""
|
|
1785
1937
|
},
|
|
1938
|
+
"v-expansion-panel-title/readonly": {
|
|
1939
|
+
"type": "boolean",
|
|
1940
|
+
"description": ""
|
|
1941
|
+
},
|
|
1786
1942
|
"v-field/id": {
|
|
1787
1943
|
"type": "any",
|
|
1788
1944
|
"description": ""
|
|
@@ -1792,7 +1948,7 @@
|
|
|
1792
1948
|
"description": ""
|
|
1793
1949
|
},
|
|
1794
1950
|
"v-field/append-inner-icon": {
|
|
1795
|
-
"type": "string",
|
|
1951
|
+
"type": "string|function|object",
|
|
1796
1952
|
"description": ""
|
|
1797
1953
|
},
|
|
1798
1954
|
"v-field/bg-color": {
|
|
@@ -1804,7 +1960,7 @@
|
|
|
1804
1960
|
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
1805
1961
|
},
|
|
1806
1962
|
"v-field/clear-icon": {
|
|
1807
|
-
"type": "string",
|
|
1963
|
+
"type": "string|function|object",
|
|
1808
1964
|
"description": ""
|
|
1809
1965
|
},
|
|
1810
1966
|
"v-field/active": {
|
|
@@ -1836,7 +1992,7 @@
|
|
|
1836
1992
|
"description": ""
|
|
1837
1993
|
},
|
|
1838
1994
|
"v-field/prepend-inner-icon": {
|
|
1839
|
-
"type": "string",
|
|
1995
|
+
"type": "string|function|object",
|
|
1840
1996
|
"description": ""
|
|
1841
1997
|
},
|
|
1842
1998
|
"v-field/reverse": {
|
|
@@ -1904,11 +2060,11 @@
|
|
|
1904
2060
|
"description": ""
|
|
1905
2061
|
},
|
|
1906
2062
|
"v-file-input/append-icon": {
|
|
1907
|
-
"type": "string",
|
|
2063
|
+
"type": "string|function|object",
|
|
1908
2064
|
"description": ""
|
|
1909
2065
|
},
|
|
1910
2066
|
"v-file-input/prepend-icon": {
|
|
1911
|
-
"type": "string",
|
|
2067
|
+
"type": "string|function|object",
|
|
1912
2068
|
"description": ""
|
|
1913
2069
|
},
|
|
1914
2070
|
"v-file-input/hide-details": {
|
|
@@ -1959,8 +2115,12 @@
|
|
|
1959
2115
|
"type": "array",
|
|
1960
2116
|
"description": ""
|
|
1961
2117
|
},
|
|
2118
|
+
"v-file-input/validation-value": {
|
|
2119
|
+
"type": "any",
|
|
2120
|
+
"description": ""
|
|
2121
|
+
},
|
|
1962
2122
|
"v-file-input/append-inner-icon": {
|
|
1963
|
-
"type": "string",
|
|
2123
|
+
"type": "string|function|object",
|
|
1964
2124
|
"description": ""
|
|
1965
2125
|
},
|
|
1966
2126
|
"v-file-input/bg-color": {
|
|
@@ -1972,7 +2132,7 @@
|
|
|
1972
2132
|
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
1973
2133
|
},
|
|
1974
2134
|
"v-file-input/clear-icon": {
|
|
1975
|
-
"type": "string",
|
|
2135
|
+
"type": "string|function|object",
|
|
1976
2136
|
"description": ""
|
|
1977
2137
|
},
|
|
1978
2138
|
"v-file-input/active": {
|
|
@@ -1996,7 +2156,7 @@
|
|
|
1996
2156
|
"description": ""
|
|
1997
2157
|
},
|
|
1998
2158
|
"v-file-input/prepend-inner-icon": {
|
|
1999
|
-
"type": "string",
|
|
2159
|
+
"type": "string|function|object",
|
|
2000
2160
|
"description": ""
|
|
2001
2161
|
},
|
|
2002
2162
|
"v-file-input/reverse": {
|
|
@@ -2019,69 +2179,37 @@
|
|
|
2019
2179
|
"type": "boolean",
|
|
2020
2180
|
"description": ""
|
|
2021
2181
|
},
|
|
2022
|
-
"v-footer/
|
|
2182
|
+
"v-footer/app": {
|
|
2023
2183
|
"type": "any",
|
|
2024
2184
|
"description": ""
|
|
2025
2185
|
},
|
|
2026
|
-
"v-footer/
|
|
2027
|
-
"type": "
|
|
2028
|
-
"description": "
|
|
2186
|
+
"v-footer/color": {
|
|
2187
|
+
"type": "any",
|
|
2188
|
+
"description": ""
|
|
2029
2189
|
},
|
|
2030
2190
|
"v-footer/height": {
|
|
2031
2191
|
"type": "number|string",
|
|
2032
|
-
"description": "Sets the height for the component
|
|
2033
|
-
},
|
|
2034
|
-
"v-footer/max-height": {
|
|
2035
|
-
"type": "number|string",
|
|
2036
|
-
"description": "Sets the maximum height for the component."
|
|
2037
|
-
},
|
|
2038
|
-
"v-footer/max-width": {
|
|
2039
|
-
"type": "number|string",
|
|
2040
|
-
"description": "Sets the maximum width for the component."
|
|
2041
|
-
},
|
|
2042
|
-
"v-footer/min-height": {
|
|
2043
|
-
"type": "number|string",
|
|
2044
|
-
"description": "Sets the minimum height for the component."
|
|
2045
|
-
},
|
|
2046
|
-
"v-footer/min-width": {
|
|
2047
|
-
"type": "number|string",
|
|
2048
|
-
"description": "Sets the minimum width for the component."
|
|
2192
|
+
"description": "Sets the height for the component"
|
|
2049
2193
|
},
|
|
2050
|
-
"v-footer/
|
|
2051
|
-
"type": "number|string",
|
|
2052
|
-
"description": "
|
|
2194
|
+
"v-footer/border": {
|
|
2195
|
+
"type": "boolean|number|string",
|
|
2196
|
+
"description": "Applies border styles to component."
|
|
2053
2197
|
},
|
|
2054
2198
|
"v-footer/elevation": {
|
|
2055
2199
|
"type": "number|string",
|
|
2056
2200
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
2057
2201
|
},
|
|
2058
|
-
"v-footer/
|
|
2059
|
-
"type": "boolean",
|
|
2060
|
-
"description": "Applies **position: absolute** to the component."
|
|
2061
|
-
},
|
|
2062
|
-
"v-footer/bottom": {
|
|
2063
|
-
"type": "boolean|number|string",
|
|
2064
|
-
"description": "Aligns the component towards the bottom."
|
|
2065
|
-
},
|
|
2066
|
-
"v-footer/fixed": {
|
|
2067
|
-
"type": "boolean",
|
|
2068
|
-
"description": "Applies **position: fixed** to the component."
|
|
2069
|
-
},
|
|
2070
|
-
"v-footer/left": {
|
|
2071
|
-
"type": "boolean|number|string",
|
|
2072
|
-
"description": "Aligns the component towards the left."
|
|
2073
|
-
},
|
|
2074
|
-
"v-footer/position": {
|
|
2202
|
+
"v-footer/name": {
|
|
2075
2203
|
"type": "string",
|
|
2076
|
-
"description": "
|
|
2204
|
+
"description": ""
|
|
2077
2205
|
},
|
|
2078
|
-
"v-footer/
|
|
2079
|
-
"type": "
|
|
2080
|
-
"description": "
|
|
2206
|
+
"v-footer/order": {
|
|
2207
|
+
"type": "number|string",
|
|
2208
|
+
"description": ""
|
|
2081
2209
|
},
|
|
2082
|
-
"v-footer/
|
|
2083
|
-
"type": "boolean
|
|
2084
|
-
"description": "
|
|
2210
|
+
"v-footer/absolute": {
|
|
2211
|
+
"type": "boolean",
|
|
2212
|
+
"description": ""
|
|
2085
2213
|
},
|
|
2086
2214
|
"v-footer/rounded": {
|
|
2087
2215
|
"type": "boolean|number|string",
|
|
@@ -2308,19 +2436,19 @@
|
|
|
2308
2436
|
"description": ""
|
|
2309
2437
|
},
|
|
2310
2438
|
"v-icon/color": {
|
|
2311
|
-
"type": "
|
|
2439
|
+
"type": "string",
|
|
2312
2440
|
"description": ""
|
|
2313
2441
|
},
|
|
2314
|
-
"v-icon/
|
|
2315
|
-
"type": "
|
|
2316
|
-
"description": "
|
|
2442
|
+
"v-icon/start": {
|
|
2443
|
+
"type": "boolean",
|
|
2444
|
+
"description": ""
|
|
2317
2445
|
},
|
|
2318
|
-
"v-icon/
|
|
2319
|
-
"type": "
|
|
2320
|
-
"description": "
|
|
2446
|
+
"v-icon/end": {
|
|
2447
|
+
"type": "boolean",
|
|
2448
|
+
"description": ""
|
|
2321
2449
|
},
|
|
2322
2450
|
"v-icon/icon": {
|
|
2323
|
-
"type": "string|object",
|
|
2451
|
+
"type": "string|function|object",
|
|
2324
2452
|
"description": "Designates a specific icon."
|
|
2325
2453
|
},
|
|
2326
2454
|
"v-icon/size": {
|
|
@@ -2329,11 +2457,11 @@
|
|
|
2329
2457
|
},
|
|
2330
2458
|
"v-icon/tag": {
|
|
2331
2459
|
"type": "string",
|
|
2332
|
-
"description": "
|
|
2460
|
+
"description": ""
|
|
2333
2461
|
},
|
|
2334
2462
|
"v-icon/theme": {
|
|
2335
2463
|
"type": "string",
|
|
2336
|
-
"description": "
|
|
2464
|
+
"description": ""
|
|
2337
2465
|
},
|
|
2338
2466
|
"v-img/aspect-ratio": {
|
|
2339
2467
|
"type": "any",
|
|
@@ -2388,11 +2516,11 @@
|
|
|
2388
2516
|
"description": ""
|
|
2389
2517
|
},
|
|
2390
2518
|
"v-input/append-icon": {
|
|
2391
|
-
"type": "string",
|
|
2519
|
+
"type": "string|function|object",
|
|
2392
2520
|
"description": "Appends an icon to the component, uses the same syntax as `v-icon`"
|
|
2393
2521
|
},
|
|
2394
2522
|
"v-input/prepend-icon": {
|
|
2395
|
-
"type": "string",
|
|
2523
|
+
"type": "string|function|object",
|
|
2396
2524
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
2397
2525
|
},
|
|
2398
2526
|
"v-input/hide-details": {
|
|
@@ -2443,6 +2571,10 @@
|
|
|
2443
2571
|
"type": "any",
|
|
2444
2572
|
"description": ""
|
|
2445
2573
|
},
|
|
2574
|
+
"v-input/validation-value": {
|
|
2575
|
+
"type": "any",
|
|
2576
|
+
"description": ""
|
|
2577
|
+
},
|
|
2446
2578
|
"v-item-group/model-value": {
|
|
2447
2579
|
"type": "any",
|
|
2448
2580
|
"description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
|
|
@@ -2515,7 +2647,7 @@
|
|
|
2515
2647
|
"type": "string",
|
|
2516
2648
|
"description": ""
|
|
2517
2649
|
},
|
|
2518
|
-
"v-layout-item/
|
|
2650
|
+
"v-layout-item/order": {
|
|
2519
2651
|
"type": "number|string",
|
|
2520
2652
|
"description": ""
|
|
2521
2653
|
},
|
|
@@ -2563,7 +2695,15 @@
|
|
|
2563
2695
|
"type": "boolean|string|object",
|
|
2564
2696
|
"description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
|
|
2565
2697
|
},
|
|
2566
|
-
"v-list/color": {
|
|
2698
|
+
"v-list/active-color": {
|
|
2699
|
+
"type": "any",
|
|
2700
|
+
"description": ""
|
|
2701
|
+
},
|
|
2702
|
+
"v-list/active-class": {
|
|
2703
|
+
"type": "any",
|
|
2704
|
+
"description": ""
|
|
2705
|
+
},
|
|
2706
|
+
"v-list/bg-color": {
|
|
2567
2707
|
"type": "any",
|
|
2568
2708
|
"description": ""
|
|
2569
2709
|
},
|
|
@@ -2572,17 +2712,13 @@
|
|
|
2572
2712
|
"description": "Disables all children `v-list-item` components"
|
|
2573
2713
|
},
|
|
2574
2714
|
"v-list/lines": {
|
|
2575
|
-
"type": "string",
|
|
2715
|
+
"type": "boolean|string",
|
|
2576
2716
|
"description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
|
|
2577
2717
|
},
|
|
2578
2718
|
"v-list/nav": {
|
|
2579
2719
|
"type": "any",
|
|
2580
2720
|
"description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**"
|
|
2581
2721
|
},
|
|
2582
|
-
"v-list/items": {
|
|
2583
|
-
"type": "any",
|
|
2584
|
-
"description": ""
|
|
2585
|
-
},
|
|
2586
2722
|
"v-list/select-strategy": {
|
|
2587
2723
|
"type": "string|function",
|
|
2588
2724
|
"description": ""
|
|
@@ -2631,13 +2767,41 @@
|
|
|
2631
2767
|
"type": "number|string",
|
|
2632
2768
|
"description": "Sets the minimum width for the component."
|
|
2633
2769
|
},
|
|
2634
|
-
"v-list/width": {
|
|
2635
|
-
"type": "number|string",
|
|
2636
|
-
"description": "Sets the width for the component."
|
|
2770
|
+
"v-list/width": {
|
|
2771
|
+
"type": "number|string",
|
|
2772
|
+
"description": "Sets the width for the component."
|
|
2773
|
+
},
|
|
2774
|
+
"v-list/elevation": {
|
|
2775
|
+
"type": "number|string",
|
|
2776
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
2777
|
+
},
|
|
2778
|
+
"v-list/item-type": {
|
|
2779
|
+
"type": "string",
|
|
2780
|
+
"description": ""
|
|
2781
|
+
},
|
|
2782
|
+
"v-list/items": {
|
|
2783
|
+
"type": "array",
|
|
2784
|
+
"description": ""
|
|
2785
|
+
},
|
|
2786
|
+
"v-list/item-title": {
|
|
2787
|
+
"type": "string|array|function",
|
|
2788
|
+
"description": ""
|
|
2789
|
+
},
|
|
2790
|
+
"v-list/item-value": {
|
|
2791
|
+
"type": "string|array|function",
|
|
2792
|
+
"description": ""
|
|
2793
|
+
},
|
|
2794
|
+
"v-list/item-children": {
|
|
2795
|
+
"type": "boolean|string|array|function",
|
|
2796
|
+
"description": ""
|
|
2637
2797
|
},
|
|
2638
|
-
"v-list/
|
|
2639
|
-
"type": "
|
|
2640
|
-
"description": "
|
|
2798
|
+
"v-list/item-props": {
|
|
2799
|
+
"type": "boolean|string|array|function",
|
|
2800
|
+
"description": ""
|
|
2801
|
+
},
|
|
2802
|
+
"v-list/return-object": {
|
|
2803
|
+
"type": "boolean",
|
|
2804
|
+
"description": ""
|
|
2641
2805
|
},
|
|
2642
2806
|
"v-list/rounded": {
|
|
2643
2807
|
"type": "boolean|number|string",
|
|
@@ -2651,6 +2815,14 @@
|
|
|
2651
2815
|
"type": "string",
|
|
2652
2816
|
"description": "Specify a theme for this component and all of its children"
|
|
2653
2817
|
},
|
|
2818
|
+
"v-list/color": {
|
|
2819
|
+
"type": "string",
|
|
2820
|
+
"description": ""
|
|
2821
|
+
},
|
|
2822
|
+
"v-list/variant": {
|
|
2823
|
+
"type": "string",
|
|
2824
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
2825
|
+
},
|
|
2654
2826
|
"v-list-subheader/color": {
|
|
2655
2827
|
"type": "any",
|
|
2656
2828
|
"description": ""
|
|
@@ -2663,7 +2835,7 @@
|
|
|
2663
2835
|
"type": "any",
|
|
2664
2836
|
"description": ""
|
|
2665
2837
|
},
|
|
2666
|
-
"v-list-subheader/
|
|
2838
|
+
"v-list-subheader/title": {
|
|
2667
2839
|
"type": "any",
|
|
2668
2840
|
"description": ""
|
|
2669
2841
|
},
|
|
@@ -2699,7 +2871,11 @@
|
|
|
2699
2871
|
"type": "any",
|
|
2700
2872
|
"description": "Disables the component"
|
|
2701
2873
|
},
|
|
2702
|
-
"v-list-item/
|
|
2874
|
+
"v-list-item/lines": {
|
|
2875
|
+
"type": "any",
|
|
2876
|
+
"description": ""
|
|
2877
|
+
},
|
|
2878
|
+
"v-list-item/nav": {
|
|
2703
2879
|
"type": "any",
|
|
2704
2880
|
"description": ""
|
|
2705
2881
|
},
|
|
@@ -2723,6 +2899,10 @@
|
|
|
2723
2899
|
"type": "any",
|
|
2724
2900
|
"description": "The value used when a child of a [v-list-item-group](/components/list-item-groups)."
|
|
2725
2901
|
},
|
|
2902
|
+
"v-list-item/link": {
|
|
2903
|
+
"type": "any",
|
|
2904
|
+
"description": ""
|
|
2905
|
+
},
|
|
2726
2906
|
"v-list-item/border": {
|
|
2727
2907
|
"type": "boolean|number|string",
|
|
2728
2908
|
"description": "Applies border styles to component."
|
|
@@ -2787,22 +2967,54 @@
|
|
|
2787
2967
|
"type": "string",
|
|
2788
2968
|
"description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`)"
|
|
2789
2969
|
},
|
|
2790
|
-
"v-list-item/text-color": {
|
|
2791
|
-
"type": "string",
|
|
2792
|
-
"description": "Applies a specified color to the control text"
|
|
2793
|
-
},
|
|
2794
2970
|
"v-list-item/variant": {
|
|
2795
2971
|
"type": "string",
|
|
2796
|
-
"description": "Applies one of
|
|
2972
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
2797
2973
|
},
|
|
2798
|
-
"v-list-item-
|
|
2974
|
+
"v-list-item-action/start": {
|
|
2799
2975
|
"type": "any",
|
|
2800
2976
|
"description": ""
|
|
2801
2977
|
},
|
|
2802
|
-
"v-list-item-
|
|
2978
|
+
"v-list-item-action/end": {
|
|
2803
2979
|
"type": "any",
|
|
2804
2980
|
"description": ""
|
|
2805
2981
|
},
|
|
2982
|
+
"v-list-item-action/tag": {
|
|
2983
|
+
"type": "string",
|
|
2984
|
+
"description": "Specify a custom tag used on the root element."
|
|
2985
|
+
},
|
|
2986
|
+
"v-list-item-avatar/color": {
|
|
2987
|
+
"type": "string",
|
|
2988
|
+
"description": ""
|
|
2989
|
+
},
|
|
2990
|
+
"v-list-item-avatar/start": {
|
|
2991
|
+
"type": "boolean",
|
|
2992
|
+
"description": ""
|
|
2993
|
+
},
|
|
2994
|
+
"v-list-item-avatar/end": {
|
|
2995
|
+
"type": "boolean",
|
|
2996
|
+
"description": ""
|
|
2997
|
+
},
|
|
2998
|
+
"v-list-item-avatar/icon": {
|
|
2999
|
+
"type": "string|function|object",
|
|
3000
|
+
"description": ""
|
|
3001
|
+
},
|
|
3002
|
+
"v-list-item-avatar/image": {
|
|
3003
|
+
"type": "string",
|
|
3004
|
+
"description": ""
|
|
3005
|
+
},
|
|
3006
|
+
"v-list-item-avatar/density": {
|
|
3007
|
+
"type": "string",
|
|
3008
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
3009
|
+
},
|
|
3010
|
+
"v-list-item-avatar/rounded": {
|
|
3011
|
+
"type": "boolean|number|string",
|
|
3012
|
+
"description": ""
|
|
3013
|
+
},
|
|
3014
|
+
"v-list-item-avatar/size": {
|
|
3015
|
+
"type": "string|number",
|
|
3016
|
+
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
3017
|
+
},
|
|
2806
3018
|
"v-list-item-avatar/tag": {
|
|
2807
3019
|
"type": "string",
|
|
2808
3020
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -2811,11 +3023,39 @@
|
|
|
2811
3023
|
"type": "string",
|
|
2812
3024
|
"description": ""
|
|
2813
3025
|
},
|
|
2814
|
-
"v-list-item-
|
|
3026
|
+
"v-list-item-icon/color": {
|
|
3027
|
+
"type": "string",
|
|
3028
|
+
"description": ""
|
|
3029
|
+
},
|
|
3030
|
+
"v-list-item-icon/start": {
|
|
3031
|
+
"type": "boolean",
|
|
3032
|
+
"description": ""
|
|
3033
|
+
},
|
|
3034
|
+
"v-list-item-icon/end": {
|
|
3035
|
+
"type": "boolean",
|
|
3036
|
+
"description": ""
|
|
3037
|
+
},
|
|
3038
|
+
"v-list-item-icon/icon": {
|
|
3039
|
+
"type": "string|function|object",
|
|
3040
|
+
"description": "Designates a specific icon."
|
|
3041
|
+
},
|
|
3042
|
+
"v-list-item-icon/size": {
|
|
3043
|
+
"type": "string|number",
|
|
3044
|
+
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
|
3045
|
+
},
|
|
3046
|
+
"v-list-item-icon/tag": {
|
|
3047
|
+
"type": "string",
|
|
3048
|
+
"description": ""
|
|
3049
|
+
},
|
|
3050
|
+
"v-list-item-icon/theme": {
|
|
3051
|
+
"type": "string",
|
|
3052
|
+
"description": ""
|
|
3053
|
+
},
|
|
3054
|
+
"v-list-item-media/start": {
|
|
2815
3055
|
"type": "any",
|
|
2816
3056
|
"description": ""
|
|
2817
3057
|
},
|
|
2818
|
-
"v-list-item-media/
|
|
3058
|
+
"v-list-item-media/end": {
|
|
2819
3059
|
"type": "any",
|
|
2820
3060
|
"description": ""
|
|
2821
3061
|
},
|
|
@@ -2831,12 +3071,20 @@
|
|
|
2831
3071
|
"type": "string",
|
|
2832
3072
|
"description": ""
|
|
2833
3073
|
},
|
|
3074
|
+
"v-list-group/active-color": {
|
|
3075
|
+
"type": "any",
|
|
3076
|
+
"description": ""
|
|
3077
|
+
},
|
|
3078
|
+
"v-list-group/color": {
|
|
3079
|
+
"type": "any",
|
|
3080
|
+
"description": ""
|
|
3081
|
+
},
|
|
2834
3082
|
"v-list-group/collapse-icon": {
|
|
2835
|
-
"type": "string",
|
|
3083
|
+
"type": "string|function|object",
|
|
2836
3084
|
"description": ""
|
|
2837
3085
|
},
|
|
2838
3086
|
"v-list-group/expand-icon": {
|
|
2839
|
-
"type": "string",
|
|
3087
|
+
"type": "string|function|object",
|
|
2840
3088
|
"description": ""
|
|
2841
3089
|
},
|
|
2842
3090
|
"v-list-group/value": {
|
|
@@ -2867,10 +3115,6 @@
|
|
|
2867
3115
|
"type": "string",
|
|
2868
3116
|
"description": "Specify a custom tag used on the root element."
|
|
2869
3117
|
},
|
|
2870
|
-
"v-menu/disable-keys": {
|
|
2871
|
-
"type": "any",
|
|
2872
|
-
"description": "Removes all keyboard interaction"
|
|
2873
|
-
},
|
|
2874
3118
|
"v-menu/model-value": {
|
|
2875
3119
|
"type": "any",
|
|
2876
3120
|
"description": ""
|
|
@@ -2935,7 +3179,7 @@
|
|
|
2935
3179
|
"type": "number|string",
|
|
2936
3180
|
"description": "Sets the width for the component."
|
|
2937
3181
|
},
|
|
2938
|
-
"v-navigation-drawer/
|
|
3182
|
+
"v-navigation-drawer/location": {
|
|
2939
3183
|
"type": "string",
|
|
2940
3184
|
"description": ""
|
|
2941
3185
|
},
|
|
@@ -2951,7 +3195,7 @@
|
|
|
2951
3195
|
"type": "string",
|
|
2952
3196
|
"description": ""
|
|
2953
3197
|
},
|
|
2954
|
-
"v-navigation-drawer/
|
|
3198
|
+
"v-navigation-drawer/order": {
|
|
2955
3199
|
"type": "number|string",
|
|
2956
3200
|
"description": ""
|
|
2957
3201
|
},
|
|
@@ -2979,6 +3223,10 @@
|
|
|
2979
3223
|
"type": "any",
|
|
2980
3224
|
"description": ""
|
|
2981
3225
|
},
|
|
3226
|
+
"v-overlay/close-on-back": {
|
|
3227
|
+
"type": "boolean",
|
|
3228
|
+
"description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
|
|
3229
|
+
},
|
|
2982
3230
|
"v-overlay/contained": {
|
|
2983
3231
|
"type": "any",
|
|
2984
3232
|
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
|
|
@@ -2987,6 +3235,14 @@
|
|
|
2987
3235
|
"type": "any",
|
|
2988
3236
|
"description": ""
|
|
2989
3237
|
},
|
|
3238
|
+
"v-overlay/content-props": {
|
|
3239
|
+
"type": "any",
|
|
3240
|
+
"description": ""
|
|
3241
|
+
},
|
|
3242
|
+
"v-overlay/disabled": {
|
|
3243
|
+
"type": "any",
|
|
3244
|
+
"description": ""
|
|
3245
|
+
},
|
|
2990
3246
|
"v-overlay/no-click-animation": {
|
|
2991
3247
|
"type": "any",
|
|
2992
3248
|
"description": ""
|
|
@@ -3003,6 +3259,10 @@
|
|
|
3003
3259
|
"type": "string|boolean",
|
|
3004
3260
|
"description": ""
|
|
3005
3261
|
},
|
|
3262
|
+
"v-overlay/z-index": {
|
|
3263
|
+
"type": "number|string",
|
|
3264
|
+
"description": "The z-index used for the component"
|
|
3265
|
+
},
|
|
3006
3266
|
"v-overlay/activator": {
|
|
3007
3267
|
"type": "string|object",
|
|
3008
3268
|
"description": ""
|
|
@@ -3023,6 +3283,10 @@
|
|
|
3023
3283
|
"type": "boolean",
|
|
3024
3284
|
"description": ""
|
|
3025
3285
|
},
|
|
3286
|
+
"v-overlay/close-on-content-click": {
|
|
3287
|
+
"type": "boolean",
|
|
3288
|
+
"description": ""
|
|
3289
|
+
},
|
|
3026
3290
|
"v-overlay/close-delay": {
|
|
3027
3291
|
"type": "number|string",
|
|
3028
3292
|
"description": ""
|
|
@@ -3055,11 +3319,11 @@
|
|
|
3055
3319
|
"type": "number|string",
|
|
3056
3320
|
"description": "Sets the width for the component."
|
|
3057
3321
|
},
|
|
3058
|
-
"v-overlay/
|
|
3322
|
+
"v-overlay/location-strategy": {
|
|
3059
3323
|
"type": "string|function",
|
|
3060
3324
|
"description": ""
|
|
3061
3325
|
},
|
|
3062
|
-
"v-overlay/
|
|
3326
|
+
"v-overlay/location": {
|
|
3063
3327
|
"type": "string",
|
|
3064
3328
|
"description": ""
|
|
3065
3329
|
},
|
|
@@ -3108,19 +3372,19 @@
|
|
|
3108
3372
|
"description": "Specify the total visible pagination numbers"
|
|
3109
3373
|
},
|
|
3110
3374
|
"v-pagination/first-icon": {
|
|
3111
|
-
"type": "string",
|
|
3375
|
+
"type": "string|function|object",
|
|
3112
3376
|
"description": "The icon to use for the first button"
|
|
3113
3377
|
},
|
|
3114
3378
|
"v-pagination/prev-icon": {
|
|
3115
|
-
"type": "string",
|
|
3379
|
+
"type": "string|function|object",
|
|
3116
3380
|
"description": "The icon to use for the prev button"
|
|
3117
3381
|
},
|
|
3118
3382
|
"v-pagination/next-icon": {
|
|
3119
|
-
"type": "string",
|
|
3383
|
+
"type": "string|function|object",
|
|
3120
3384
|
"description": "The icon to use for the next button"
|
|
3121
3385
|
},
|
|
3122
3386
|
"v-pagination/last-icon": {
|
|
3123
|
-
"type": "string",
|
|
3387
|
+
"type": "string|function|object",
|
|
3124
3388
|
"description": "The icon to use for the last button"
|
|
3125
3389
|
},
|
|
3126
3390
|
"v-pagination/aria-label": {
|
|
@@ -3191,13 +3455,9 @@
|
|
|
3191
3455
|
"type": "string",
|
|
3192
3456
|
"description": "Color of the selected page button"
|
|
3193
3457
|
},
|
|
3194
|
-
"v-pagination/text-color": {
|
|
3195
|
-
"type": "string",
|
|
3196
|
-
"description": "Applies a specified color to the control text"
|
|
3197
|
-
},
|
|
3198
3458
|
"v-pagination/variant": {
|
|
3199
3459
|
"type": "string",
|
|
3200
|
-
"description": "Applies one of
|
|
3460
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
3201
3461
|
},
|
|
3202
3462
|
"v-parallax/scale": {
|
|
3203
3463
|
"type": "number|string",
|
|
@@ -3308,11 +3568,11 @@
|
|
|
3308
3568
|
"description": "Specify a theme for this component and all of its children"
|
|
3309
3569
|
},
|
|
3310
3570
|
"v-radio/false-icon": {
|
|
3311
|
-
"type": "string",
|
|
3571
|
+
"type": "string|function|object",
|
|
3312
3572
|
"description": "The icon used when inactive"
|
|
3313
3573
|
},
|
|
3314
3574
|
"v-radio/true-icon": {
|
|
3315
|
-
"type": "string",
|
|
3575
|
+
"type": "string|function|object",
|
|
3316
3576
|
"description": "The icon used when active"
|
|
3317
3577
|
},
|
|
3318
3578
|
"v-radio-group/height": {
|
|
@@ -3324,11 +3584,11 @@
|
|
|
3324
3584
|
"description": ""
|
|
3325
3585
|
},
|
|
3326
3586
|
"v-radio-group/append-icon": {
|
|
3327
|
-
"type": "string",
|
|
3587
|
+
"type": "string|function|object",
|
|
3328
3588
|
"description": ""
|
|
3329
3589
|
},
|
|
3330
3590
|
"v-radio-group/prepend-icon": {
|
|
3331
|
-
"type": "string",
|
|
3591
|
+
"type": "string|function|object",
|
|
3332
3592
|
"description": ""
|
|
3333
3593
|
},
|
|
3334
3594
|
"v-radio-group/hide-details": {
|
|
@@ -3379,6 +3639,10 @@
|
|
|
3379
3639
|
"type": "any",
|
|
3380
3640
|
"description": ""
|
|
3381
3641
|
},
|
|
3642
|
+
"v-radio-group/validation-value": {
|
|
3643
|
+
"type": "any",
|
|
3644
|
+
"description": ""
|
|
3645
|
+
},
|
|
3382
3646
|
"v-radio-group/color": {
|
|
3383
3647
|
"type": "string",
|
|
3384
3648
|
"description": ""
|
|
@@ -3392,11 +3656,11 @@
|
|
|
3392
3656
|
"description": ""
|
|
3393
3657
|
},
|
|
3394
3658
|
"v-radio-group/false-icon": {
|
|
3395
|
-
"type": "string",
|
|
3659
|
+
"type": "string|function|object",
|
|
3396
3660
|
"description": ""
|
|
3397
3661
|
},
|
|
3398
3662
|
"v-radio-group/true-icon": {
|
|
3399
|
-
"type": "string",
|
|
3663
|
+
"type": "string|function|object",
|
|
3400
3664
|
"description": ""
|
|
3401
3665
|
},
|
|
3402
3666
|
"v-radio-group/ripple": {
|
|
@@ -3440,11 +3704,11 @@
|
|
|
3440
3704
|
"description": ""
|
|
3441
3705
|
},
|
|
3442
3706
|
"v-range-slider/append-icon": {
|
|
3443
|
-
"type": "string",
|
|
3707
|
+
"type": "string|function|object",
|
|
3444
3708
|
"description": ""
|
|
3445
3709
|
},
|
|
3446
3710
|
"v-range-slider/prepend-icon": {
|
|
3447
|
-
"type": "string",
|
|
3711
|
+
"type": "string|function|object",
|
|
3448
3712
|
"description": ""
|
|
3449
3713
|
},
|
|
3450
3714
|
"v-range-slider/hide-details": {
|
|
@@ -3495,6 +3759,10 @@
|
|
|
3495
3759
|
"type": "array",
|
|
3496
3760
|
"description": ""
|
|
3497
3761
|
},
|
|
3762
|
+
"v-range-slider/validation-value": {
|
|
3763
|
+
"type": "any",
|
|
3764
|
+
"description": ""
|
|
3765
|
+
},
|
|
3498
3766
|
"v-range-slider/max": {
|
|
3499
3767
|
"type": "number|string",
|
|
3500
3768
|
"description": ""
|
|
@@ -3588,11 +3856,11 @@
|
|
|
3588
3856
|
"description": ""
|
|
3589
3857
|
},
|
|
3590
3858
|
"v-rating/empty-icon": {
|
|
3591
|
-
"type": "string",
|
|
3859
|
+
"type": "string|function|object",
|
|
3592
3860
|
"description": "The icon displayed when empty"
|
|
3593
3861
|
},
|
|
3594
3862
|
"v-rating/full-icon": {
|
|
3595
|
-
"type": "string",
|
|
3863
|
+
"type": "string|function|object",
|
|
3596
3864
|
"description": "The icon displayed when full"
|
|
3597
3865
|
},
|
|
3598
3866
|
"v-rating/half-increments": {
|
|
@@ -3695,16 +3963,20 @@
|
|
|
3695
3963
|
"type": "boolean",
|
|
3696
3964
|
"description": "Do not display in the select menu items that are already selected"
|
|
3697
3965
|
},
|
|
3698
|
-
"v-select/
|
|
3699
|
-
"type": "
|
|
3700
|
-
"description": "
|
|
3966
|
+
"v-select/menu": {
|
|
3967
|
+
"type": "boolean",
|
|
3968
|
+
"description": ""
|
|
3701
3969
|
},
|
|
3702
3970
|
"v-select/menu-icon": {
|
|
3703
|
-
"type": "string",
|
|
3971
|
+
"type": "string|function|object",
|
|
3704
3972
|
"description": ""
|
|
3705
3973
|
},
|
|
3974
|
+
"v-select/menu-props": {
|
|
3975
|
+
"type": "object",
|
|
3976
|
+
"description": "Pass props through to the `v-menu` component. Accepts either a string for boolean props `menu-props=\"auto, overflowY\"`, or an object `:menu-props=\"{ auto: true, overflowY: true }\"`"
|
|
3977
|
+
},
|
|
3706
3978
|
"v-select/model-value": {
|
|
3707
|
-
"type": "
|
|
3979
|
+
"type": "any",
|
|
3708
3980
|
"description": ""
|
|
3709
3981
|
},
|
|
3710
3982
|
"v-select/multiple": {
|
|
@@ -3719,6 +3991,30 @@
|
|
|
3719
3991
|
"type": "boolean",
|
|
3720
3992
|
"description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state"
|
|
3721
3993
|
},
|
|
3994
|
+
"v-select/items": {
|
|
3995
|
+
"type": "array",
|
|
3996
|
+
"description": "Can be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the **item-title**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
|
|
3997
|
+
},
|
|
3998
|
+
"v-select/item-title": {
|
|
3999
|
+
"type": "string|array|function",
|
|
4000
|
+
"description": ""
|
|
4001
|
+
},
|
|
4002
|
+
"v-select/item-value": {
|
|
4003
|
+
"type": "string|array|function",
|
|
4004
|
+
"description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)"
|
|
4005
|
+
},
|
|
4006
|
+
"v-select/item-children": {
|
|
4007
|
+
"type": "boolean|string|array|function",
|
|
4008
|
+
"description": ""
|
|
4009
|
+
},
|
|
4010
|
+
"v-select/item-props": {
|
|
4011
|
+
"type": "boolean|string|array|function",
|
|
4012
|
+
"description": ""
|
|
4013
|
+
},
|
|
4014
|
+
"v-select/return-object": {
|
|
4015
|
+
"type": "boolean",
|
|
4016
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
|
4017
|
+
},
|
|
3722
4018
|
"v-select/transition": {
|
|
3723
4019
|
"type": "boolean|string|object",
|
|
3724
4020
|
"description": ""
|
|
@@ -3748,11 +4044,11 @@
|
|
|
3748
4044
|
"description": ""
|
|
3749
4045
|
},
|
|
3750
4046
|
"v-selection-control/false-icon": {
|
|
3751
|
-
"type": "string",
|
|
4047
|
+
"type": "string|function|object",
|
|
3752
4048
|
"description": ""
|
|
3753
4049
|
},
|
|
3754
4050
|
"v-selection-control/true-icon": {
|
|
3755
|
-
"type": "string",
|
|
4051
|
+
"type": "string|function|object",
|
|
3756
4052
|
"description": ""
|
|
3757
4053
|
},
|
|
3758
4054
|
"v-selection-control/ripple": {
|
|
@@ -3879,34 +4175,14 @@
|
|
|
3879
4175
|
"type": "number|string",
|
|
3880
4176
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
3881
4177
|
},
|
|
3882
|
-
"v-sheet/
|
|
3883
|
-
"type": "
|
|
3884
|
-
"description": "
|
|
3885
|
-
},
|
|
3886
|
-
"v-sheet/bottom": {
|
|
3887
|
-
"type": "boolean|number|string",
|
|
3888
|
-
"description": "Aligns the component towards the bottom."
|
|
3889
|
-
},
|
|
3890
|
-
"v-sheet/fixed": {
|
|
3891
|
-
"type": "boolean",
|
|
3892
|
-
"description": "Applies **position: fixed** to the component."
|
|
3893
|
-
},
|
|
3894
|
-
"v-sheet/left": {
|
|
3895
|
-
"type": "boolean|number|string",
|
|
3896
|
-
"description": "Aligns the component towards the left."
|
|
4178
|
+
"v-sheet/location": {
|
|
4179
|
+
"type": "string",
|
|
4180
|
+
"description": ""
|
|
3897
4181
|
},
|
|
3898
4182
|
"v-sheet/position": {
|
|
3899
4183
|
"type": "string",
|
|
3900
4184
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
3901
4185
|
},
|
|
3902
|
-
"v-sheet/right": {
|
|
3903
|
-
"type": "boolean|number|string",
|
|
3904
|
-
"description": "Aligns the component towards the right."
|
|
3905
|
-
},
|
|
3906
|
-
"v-sheet/top": {
|
|
3907
|
-
"type": "boolean|number|string",
|
|
3908
|
-
"description": "Aligns the content towards the top."
|
|
3909
|
-
},
|
|
3910
4186
|
"v-sheet/rounded": {
|
|
3911
4187
|
"type": "boolean|number|string",
|
|
3912
4188
|
"description": ""
|
|
@@ -3919,10 +4195,6 @@
|
|
|
3919
4195
|
"type": "string",
|
|
3920
4196
|
"description": "Specify a theme for this component and all of its children"
|
|
3921
4197
|
},
|
|
3922
|
-
"v-slide-group/active-class": {
|
|
3923
|
-
"type": "string",
|
|
3924
|
-
"description": ""
|
|
3925
|
-
},
|
|
3926
4198
|
"v-slide-group/center-active": {
|
|
3927
4199
|
"type": "any",
|
|
3928
4200
|
"description": "Forces the selected component to be centered"
|
|
@@ -3936,11 +4208,11 @@
|
|
|
3936
4208
|
"description": ""
|
|
3937
4209
|
},
|
|
3938
4210
|
"v-slide-group/next-icon": {
|
|
3939
|
-
"type": "string",
|
|
4211
|
+
"type": "string|function|object",
|
|
3940
4212
|
"description": "The appended slot when arrows are shown"
|
|
3941
4213
|
},
|
|
3942
4214
|
"v-slide-group/prev-icon": {
|
|
3943
|
-
"type": "string",
|
|
4215
|
+
"type": "string|function|object",
|
|
3944
4216
|
"description": "The prepended slot when arrows are shown"
|
|
3945
4217
|
},
|
|
3946
4218
|
"v-slide-group/show-arrows": {
|
|
@@ -4076,11 +4348,11 @@
|
|
|
4076
4348
|
"description": ""
|
|
4077
4349
|
},
|
|
4078
4350
|
"v-slider/append-icon": {
|
|
4079
|
-
"type": "string",
|
|
4351
|
+
"type": "string|function|object",
|
|
4080
4352
|
"description": ""
|
|
4081
4353
|
},
|
|
4082
4354
|
"v-slider/prepend-icon": {
|
|
4083
|
-
"type": "string",
|
|
4355
|
+
"type": "string|function|object",
|
|
4084
4356
|
"description": ""
|
|
4085
4357
|
},
|
|
4086
4358
|
"v-slider/hide-details": {
|
|
@@ -4115,13 +4387,13 @@
|
|
|
4115
4387
|
"type": "number|string",
|
|
4116
4388
|
"description": ""
|
|
4117
4389
|
},
|
|
4118
|
-
"v-
|
|
4390
|
+
"v-slider/validation-value": {
|
|
4119
4391
|
"type": "any",
|
|
4120
|
-
"description": "
|
|
4392
|
+
"description": ""
|
|
4121
4393
|
},
|
|
4122
|
-
"v-snackbar/
|
|
4394
|
+
"v-snackbar/app": {
|
|
4123
4395
|
"type": "any",
|
|
4124
|
-
"description": "
|
|
4396
|
+
"description": "Respects boundaries of—and will not overlap with—other `app` components like `v-app-bar`, `v-navigation-drawer`, and `v-footer`."
|
|
4125
4397
|
},
|
|
4126
4398
|
"v-snackbar/content-class": {
|
|
4127
4399
|
"type": "string",
|
|
@@ -4143,45 +4415,25 @@
|
|
|
4143
4415
|
"type": "any",
|
|
4144
4416
|
"description": ""
|
|
4145
4417
|
},
|
|
4146
|
-
"v-snackbar/
|
|
4147
|
-
"type": "
|
|
4148
|
-
"description": "
|
|
4149
|
-
},
|
|
4150
|
-
"v-snackbar/bottom": {
|
|
4151
|
-
"type": "boolean|number|string",
|
|
4152
|
-
"description": "Aligns the component towards the bottom."
|
|
4153
|
-
},
|
|
4154
|
-
"v-snackbar/fixed": {
|
|
4155
|
-
"type": "boolean",
|
|
4156
|
-
"description": "Applies **position: fixed** to the component."
|
|
4157
|
-
},
|
|
4158
|
-
"v-snackbar/left": {
|
|
4159
|
-
"type": "boolean|number|string",
|
|
4160
|
-
"description": "Aligns the component towards the left."
|
|
4418
|
+
"v-snackbar/location": {
|
|
4419
|
+
"type": "string",
|
|
4420
|
+
"description": ""
|
|
4161
4421
|
},
|
|
4162
4422
|
"v-snackbar/position": {
|
|
4163
4423
|
"type": "string",
|
|
4164
4424
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
4165
4425
|
},
|
|
4166
|
-
"v-snackbar/
|
|
4167
|
-
"type": "boolean|number|string",
|
|
4168
|
-
"description": "Aligns the component towards the right."
|
|
4169
|
-
},
|
|
4170
|
-
"v-snackbar/top": {
|
|
4426
|
+
"v-snackbar/rounded": {
|
|
4171
4427
|
"type": "boolean|number|string",
|
|
4172
|
-
"description": "
|
|
4428
|
+
"description": ""
|
|
4173
4429
|
},
|
|
4174
4430
|
"v-snackbar/color": {
|
|
4175
4431
|
"type": "string",
|
|
4176
4432
|
"description": ""
|
|
4177
4433
|
},
|
|
4178
|
-
"v-snackbar/text-color": {
|
|
4179
|
-
"type": "string",
|
|
4180
|
-
"description": "Applies a specified color to the control text"
|
|
4181
|
-
},
|
|
4182
4434
|
"v-snackbar/variant": {
|
|
4183
4435
|
"type": "string",
|
|
4184
|
-
"description": "Applies one of
|
|
4436
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
4185
4437
|
},
|
|
4186
4438
|
"v-snackbar/transition": {
|
|
4187
4439
|
"type": "boolean|string|object",
|
|
@@ -4200,7 +4452,7 @@
|
|
|
4200
4452
|
"description": "Display component without elevation. Default elevation for thumb is 4dp, `flat` resets it"
|
|
4201
4453
|
},
|
|
4202
4454
|
"v-switch/loading": {
|
|
4203
|
-
"type": "boolean",
|
|
4455
|
+
"type": "boolean|string",
|
|
4204
4456
|
"description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color"
|
|
4205
4457
|
},
|
|
4206
4458
|
"v-switch/id": {
|
|
@@ -4208,11 +4460,11 @@
|
|
|
4208
4460
|
"description": ""
|
|
4209
4461
|
},
|
|
4210
4462
|
"v-switch/append-icon": {
|
|
4211
|
-
"type": "string",
|
|
4463
|
+
"type": "string|function|object",
|
|
4212
4464
|
"description": ""
|
|
4213
4465
|
},
|
|
4214
4466
|
"v-switch/prepend-icon": {
|
|
4215
|
-
"type": "string",
|
|
4467
|
+
"type": "string|function|object",
|
|
4216
4468
|
"description": ""
|
|
4217
4469
|
},
|
|
4218
4470
|
"v-switch/hide-details": {
|
|
@@ -4263,6 +4515,10 @@
|
|
|
4263
4515
|
"type": "any",
|
|
4264
4516
|
"description": ""
|
|
4265
4517
|
},
|
|
4518
|
+
"v-switch/validation-value": {
|
|
4519
|
+
"type": "any",
|
|
4520
|
+
"description": ""
|
|
4521
|
+
},
|
|
4266
4522
|
"v-switch/color": {
|
|
4267
4523
|
"type": "string",
|
|
4268
4524
|
"description": ""
|
|
@@ -4276,11 +4532,11 @@
|
|
|
4276
4532
|
"description": ""
|
|
4277
4533
|
},
|
|
4278
4534
|
"v-switch/false-icon": {
|
|
4279
|
-
"type": "string",
|
|
4535
|
+
"type": "string|function|object",
|
|
4280
4536
|
"description": ""
|
|
4281
4537
|
},
|
|
4282
4538
|
"v-switch/true-icon": {
|
|
4283
|
-
"type": "string",
|
|
4539
|
+
"type": "string|function|object",
|
|
4284
4540
|
"description": ""
|
|
4285
4541
|
},
|
|
4286
4542
|
"v-switch/ripple": {
|
|
@@ -4319,65 +4575,29 @@
|
|
|
4319
4575
|
"type": "any",
|
|
4320
4576
|
"description": ""
|
|
4321
4577
|
},
|
|
4322
|
-
"v-system-bar/window": {
|
|
4323
|
-
"type": "any",
|
|
4324
|
-
"description": "Increases the system bar height to 32px (24px default)."
|
|
4325
|
-
},
|
|
4326
4578
|
"v-system-bar/height": {
|
|
4327
|
-
"type": "
|
|
4579
|
+
"type": "any",
|
|
4328
4580
|
"description": "Sets the height for the component."
|
|
4329
4581
|
},
|
|
4330
|
-
"v-system-bar/
|
|
4331
|
-
"type": "
|
|
4332
|
-
"description": "
|
|
4333
|
-
},
|
|
4334
|
-
"v-system-bar/max-width": {
|
|
4335
|
-
"type": "number|string",
|
|
4336
|
-
"description": "Sets the maximum width for the component."
|
|
4337
|
-
},
|
|
4338
|
-
"v-system-bar/min-height": {
|
|
4339
|
-
"type": "number|string",
|
|
4340
|
-
"description": "Sets the minimum height for the component."
|
|
4341
|
-
},
|
|
4342
|
-
"v-system-bar/min-width": {
|
|
4343
|
-
"type": "number|string",
|
|
4344
|
-
"description": "Sets the minimum width for the component."
|
|
4345
|
-
},
|
|
4346
|
-
"v-system-bar/width": {
|
|
4347
|
-
"type": "number|string",
|
|
4348
|
-
"description": "Sets the width for the component."
|
|
4582
|
+
"v-system-bar/window": {
|
|
4583
|
+
"type": "any",
|
|
4584
|
+
"description": "Increases the system bar height to 32px (24px default)."
|
|
4349
4585
|
},
|
|
4350
4586
|
"v-system-bar/elevation": {
|
|
4351
4587
|
"type": "number|string",
|
|
4352
4588
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
4353
4589
|
},
|
|
4354
|
-
"v-system-bar/
|
|
4355
|
-
"type": "boolean",
|
|
4356
|
-
"description": "Applies **position: absolute** to the component."
|
|
4357
|
-
},
|
|
4358
|
-
"v-system-bar/bottom": {
|
|
4359
|
-
"type": "boolean|number|string",
|
|
4360
|
-
"description": "Aligns the component towards the bottom."
|
|
4361
|
-
},
|
|
4362
|
-
"v-system-bar/fixed": {
|
|
4363
|
-
"type": "boolean",
|
|
4364
|
-
"description": "Applies **position: fixed** to the component."
|
|
4365
|
-
},
|
|
4366
|
-
"v-system-bar/left": {
|
|
4367
|
-
"type": "boolean|number|string",
|
|
4368
|
-
"description": "Aligns the component towards the left."
|
|
4369
|
-
},
|
|
4370
|
-
"v-system-bar/position": {
|
|
4590
|
+
"v-system-bar/name": {
|
|
4371
4591
|
"type": "string",
|
|
4372
|
-
"description": "
|
|
4592
|
+
"description": ""
|
|
4373
4593
|
},
|
|
4374
|
-
"v-system-bar/
|
|
4375
|
-
"type": "
|
|
4376
|
-
"description": "
|
|
4594
|
+
"v-system-bar/order": {
|
|
4595
|
+
"type": "number|string",
|
|
4596
|
+
"description": ""
|
|
4377
4597
|
},
|
|
4378
|
-
"v-system-bar/
|
|
4379
|
-
"type": "boolean
|
|
4380
|
-
"description": "
|
|
4598
|
+
"v-system-bar/absolute": {
|
|
4599
|
+
"type": "boolean",
|
|
4600
|
+
"description": ""
|
|
4381
4601
|
},
|
|
4382
4602
|
"v-system-bar/rounded": {
|
|
4383
4603
|
"type": "boolean|number|string",
|
|
@@ -4439,9 +4659,9 @@
|
|
|
4439
4659
|
"type": "any",
|
|
4440
4660
|
"description": "Does not require an active item. Useful when using `v-tab` as a `router-link`"
|
|
4441
4661
|
},
|
|
4442
|
-
"v-tabs/
|
|
4662
|
+
"v-tabs/end": {
|
|
4443
4663
|
"type": "any",
|
|
4444
|
-
"description": "
|
|
4664
|
+
"description": ""
|
|
4445
4665
|
},
|
|
4446
4666
|
"v-tabs/slider-color": {
|
|
4447
4667
|
"type": "any",
|
|
@@ -4620,11 +4840,11 @@
|
|
|
4620
4840
|
"description": ""
|
|
4621
4841
|
},
|
|
4622
4842
|
"v-textarea/append-icon": {
|
|
4623
|
-
"type": "string",
|
|
4843
|
+
"type": "string|function|object",
|
|
4624
4844
|
"description": ""
|
|
4625
4845
|
},
|
|
4626
4846
|
"v-textarea/prepend-icon": {
|
|
4627
|
-
"type": "string",
|
|
4847
|
+
"type": "string|function|object",
|
|
4628
4848
|
"description": ""
|
|
4629
4849
|
},
|
|
4630
4850
|
"v-textarea/hide-details": {
|
|
@@ -4675,8 +4895,12 @@
|
|
|
4675
4895
|
"type": "any",
|
|
4676
4896
|
"description": ""
|
|
4677
4897
|
},
|
|
4898
|
+
"v-textarea/validation-value": {
|
|
4899
|
+
"type": "any",
|
|
4900
|
+
"description": ""
|
|
4901
|
+
},
|
|
4678
4902
|
"v-textarea/append-inner-icon": {
|
|
4679
|
-
"type": "string",
|
|
4903
|
+
"type": "string|function|object",
|
|
4680
4904
|
"description": ""
|
|
4681
4905
|
},
|
|
4682
4906
|
"v-textarea/bg-color": {
|
|
@@ -4688,7 +4912,7 @@
|
|
|
4688
4912
|
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
4689
4913
|
},
|
|
4690
4914
|
"v-textarea/clear-icon": {
|
|
4691
|
-
"type": "string",
|
|
4915
|
+
"type": "string|function|object",
|
|
4692
4916
|
"description": ""
|
|
4693
4917
|
},
|
|
4694
4918
|
"v-textarea/active": {
|
|
@@ -4712,7 +4936,7 @@
|
|
|
4712
4936
|
"description": ""
|
|
4713
4937
|
},
|
|
4714
4938
|
"v-textarea/prepend-inner-icon": {
|
|
4715
|
-
"type": "string",
|
|
4939
|
+
"type": "string|function|object",
|
|
4716
4940
|
"description": ""
|
|
4717
4941
|
},
|
|
4718
4942
|
"v-textarea/reverse": {
|
|
@@ -4784,11 +5008,11 @@
|
|
|
4784
5008
|
"description": ""
|
|
4785
5009
|
},
|
|
4786
5010
|
"v-text-field/append-icon": {
|
|
4787
|
-
"type": "string",
|
|
5011
|
+
"type": "string|function|object",
|
|
4788
5012
|
"description": ""
|
|
4789
5013
|
},
|
|
4790
5014
|
"v-text-field/prepend-icon": {
|
|
4791
|
-
"type": "string",
|
|
5015
|
+
"type": "string|function|object",
|
|
4792
5016
|
"description": ""
|
|
4793
5017
|
},
|
|
4794
5018
|
"v-text-field/hide-details": {
|
|
@@ -4839,8 +5063,12 @@
|
|
|
4839
5063
|
"type": "any",
|
|
4840
5064
|
"description": ""
|
|
4841
5065
|
},
|
|
5066
|
+
"v-text-field/validation-value": {
|
|
5067
|
+
"type": "any",
|
|
5068
|
+
"description": ""
|
|
5069
|
+
},
|
|
4842
5070
|
"v-text-field/append-inner-icon": {
|
|
4843
|
-
"type": "string",
|
|
5071
|
+
"type": "string|function|object",
|
|
4844
5072
|
"description": ""
|
|
4845
5073
|
},
|
|
4846
5074
|
"v-text-field/bg-color": {
|
|
@@ -4852,7 +5080,7 @@
|
|
|
4852
5080
|
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
4853
5081
|
},
|
|
4854
5082
|
"v-text-field/clear-icon": {
|
|
4855
|
-
"type": "string",
|
|
5083
|
+
"type": "string|function|object",
|
|
4856
5084
|
"description": "Applied when using **clearable** and the input is dirty"
|
|
4857
5085
|
},
|
|
4858
5086
|
"v-text-field/active": {
|
|
@@ -4876,7 +5104,7 @@
|
|
|
4876
5104
|
"description": ""
|
|
4877
5105
|
},
|
|
4878
5106
|
"v-text-field/prepend-inner-icon": {
|
|
4879
|
-
"type": "string",
|
|
5107
|
+
"type": "string|function|object",
|
|
4880
5108
|
"description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
|
|
4881
5109
|
},
|
|
4882
5110
|
"v-text-field/reverse": {
|
|
@@ -4911,6 +5139,10 @@
|
|
|
4911
5139
|
"type": "string",
|
|
4912
5140
|
"description": "Specify a custom tag used on the root element."
|
|
4913
5141
|
},
|
|
5142
|
+
"v-timeline/align": {
|
|
5143
|
+
"type": "string",
|
|
5144
|
+
"description": ""
|
|
5145
|
+
},
|
|
4914
5146
|
"v-timeline/direction": {
|
|
4915
5147
|
"type": "string",
|
|
4916
5148
|
"description": "Display timeline in a **vertical** or **horizontal** direction"
|
|
@@ -5087,13 +5319,9 @@
|
|
|
5087
5319
|
"type": "string",
|
|
5088
5320
|
"description": ""
|
|
5089
5321
|
},
|
|
5090
|
-
"v-toolbar-items/text-color": {
|
|
5091
|
-
"type": "string",
|
|
5092
|
-
"description": "Applies a specified color to the control text"
|
|
5093
|
-
},
|
|
5094
5322
|
"v-toolbar-items/variant": {
|
|
5095
5323
|
"type": "string",
|
|
5096
|
-
"description": "Applies one of
|
|
5324
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
5097
5325
|
},
|
|
5098
5326
|
"v-tooltip/id": {
|
|
5099
5327
|
"type": "any",
|
|
@@ -5107,7 +5335,7 @@
|
|
|
5107
5335
|
"type": "any",
|
|
5108
5336
|
"description": ""
|
|
5109
5337
|
},
|
|
5110
|
-
"v-tooltip/
|
|
5338
|
+
"v-tooltip/location": {
|
|
5111
5339
|
"type": "string",
|
|
5112
5340
|
"description": ""
|
|
5113
5341
|
},
|
|
@@ -5151,6 +5379,10 @@
|
|
|
5151
5379
|
"type": "any",
|
|
5152
5380
|
"description": ""
|
|
5153
5381
|
},
|
|
5382
|
+
"v-validation/validation-value": {
|
|
5383
|
+
"type": "any",
|
|
5384
|
+
"description": ""
|
|
5385
|
+
},
|
|
5154
5386
|
"v-window/touch": {
|
|
5155
5387
|
"type": "object|boolean",
|
|
5156
5388
|
"description": "Provide a custom **left** and **right** function when swiped left or right."
|
|
@@ -5160,11 +5392,11 @@
|
|
|
5160
5392
|
"description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
|
|
5161
5393
|
},
|
|
5162
5394
|
"v-window/next-icon": {
|
|
5163
|
-
"type": "boolean|string",
|
|
5395
|
+
"type": "boolean|string|function|object",
|
|
5164
5396
|
"description": "Icon used for the \"next\" button if `show-arrows` is `true`"
|
|
5165
5397
|
},
|
|
5166
5398
|
"v-window/prev-icon": {
|
|
5167
|
-
"type": "boolean|string",
|
|
5399
|
+
"type": "boolean|string|function|object",
|
|
5168
5400
|
"description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
|
|
5169
5401
|
},
|
|
5170
5402
|
"v-window/reverse": {
|