@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
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "3.0.0-beta.
|
|
5
|
+
"version": "3.0.0-beta.4",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"type": "boolean"
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
|
-
"name": "
|
|
79
|
+
"name": "location",
|
|
80
80
|
"description": "",
|
|
81
81
|
"doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
|
|
82
82
|
"default": "'top'",
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
}
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
|
-
"name": "
|
|
275
|
+
"name": "order",
|
|
276
276
|
"description": "",
|
|
277
277
|
"doc-url": "https://vuetifyjs.com/api/v-app-bar#props",
|
|
278
278
|
"default": "0",
|
|
@@ -341,7 +341,11 @@
|
|
|
341
341
|
"default": "'$menu'",
|
|
342
342
|
"value": {
|
|
343
343
|
"kind": "expression",
|
|
344
|
-
"type":
|
|
344
|
+
"type": [
|
|
345
|
+
"string",
|
|
346
|
+
"function",
|
|
347
|
+
"object"
|
|
348
|
+
]
|
|
345
349
|
}
|
|
346
350
|
}
|
|
347
351
|
],
|
|
@@ -447,7 +451,11 @@
|
|
|
447
451
|
"default": "'$close'",
|
|
448
452
|
"value": {
|
|
449
453
|
"kind": "expression",
|
|
450
|
-
"type":
|
|
454
|
+
"type": [
|
|
455
|
+
"string",
|
|
456
|
+
"function",
|
|
457
|
+
"object"
|
|
458
|
+
]
|
|
451
459
|
}
|
|
452
460
|
},
|
|
453
461
|
{
|
|
@@ -469,7 +477,9 @@
|
|
|
469
477
|
"kind": "expression",
|
|
470
478
|
"type": [
|
|
471
479
|
"boolean",
|
|
472
|
-
"string"
|
|
480
|
+
"string",
|
|
481
|
+
"function",
|
|
482
|
+
"object"
|
|
473
483
|
]
|
|
474
484
|
}
|
|
475
485
|
},
|
|
@@ -615,53 +625,12 @@
|
|
|
615
625
|
}
|
|
616
626
|
},
|
|
617
627
|
{
|
|
618
|
-
"name": "
|
|
619
|
-
"description": "
|
|
620
|
-
"doc-url": "https://vuetifyjs.com/api/v-alert#props",
|
|
621
|
-
"default": "false",
|
|
622
|
-
"value": {
|
|
623
|
-
"kind": "expression",
|
|
624
|
-
"type": "boolean"
|
|
625
|
-
},
|
|
626
|
-
"type": "boolean"
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"name": "bottom",
|
|
630
|
-
"description": "Aligns the component towards the bottom.",
|
|
631
|
-
"doc-url": "https://vuetifyjs.com/api/v-alert#props",
|
|
632
|
-
"default": "false",
|
|
633
|
-
"value": {
|
|
634
|
-
"kind": "expression",
|
|
635
|
-
"type": [
|
|
636
|
-
"boolean",
|
|
637
|
-
"number",
|
|
638
|
-
"string"
|
|
639
|
-
]
|
|
640
|
-
}
|
|
641
|
-
},
|
|
642
|
-
{
|
|
643
|
-
"name": "fixed",
|
|
644
|
-
"description": "Applies **position: fixed** to the component.",
|
|
645
|
-
"doc-url": "https://vuetifyjs.com/api/v-alert#props",
|
|
646
|
-
"default": "false",
|
|
647
|
-
"value": {
|
|
648
|
-
"kind": "expression",
|
|
649
|
-
"type": "boolean"
|
|
650
|
-
},
|
|
651
|
-
"type": "boolean"
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"name": "left",
|
|
655
|
-
"description": "Aligns the component towards the left.",
|
|
628
|
+
"name": "location",
|
|
629
|
+
"description": "",
|
|
656
630
|
"doc-url": "https://vuetifyjs.com/api/v-alert#props",
|
|
657
|
-
"default": "false",
|
|
658
631
|
"value": {
|
|
659
632
|
"kind": "expression",
|
|
660
|
-
"type":
|
|
661
|
-
"boolean",
|
|
662
|
-
"number",
|
|
663
|
-
"string"
|
|
664
|
-
]
|
|
633
|
+
"type": "string"
|
|
665
634
|
}
|
|
666
635
|
},
|
|
667
636
|
{
|
|
@@ -673,34 +642,6 @@
|
|
|
673
642
|
"type": "string"
|
|
674
643
|
}
|
|
675
644
|
},
|
|
676
|
-
{
|
|
677
|
-
"name": "right",
|
|
678
|
-
"description": "Aligns the component towards the right.",
|
|
679
|
-
"doc-url": "https://vuetifyjs.com/api/v-alert#props",
|
|
680
|
-
"default": "false",
|
|
681
|
-
"value": {
|
|
682
|
-
"kind": "expression",
|
|
683
|
-
"type": [
|
|
684
|
-
"boolean",
|
|
685
|
-
"number",
|
|
686
|
-
"string"
|
|
687
|
-
]
|
|
688
|
-
}
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"name": "top",
|
|
692
|
-
"description": "Aligns the content towards the top.",
|
|
693
|
-
"doc-url": "https://vuetifyjs.com/api/v-alert#props",
|
|
694
|
-
"default": "false",
|
|
695
|
-
"value": {
|
|
696
|
-
"kind": "expression",
|
|
697
|
-
"type": [
|
|
698
|
-
"boolean",
|
|
699
|
-
"number",
|
|
700
|
-
"string"
|
|
701
|
-
]
|
|
702
|
-
}
|
|
703
|
-
},
|
|
704
645
|
{
|
|
705
646
|
"name": "rounded",
|
|
706
647
|
"description": "",
|
|
@@ -743,20 +684,11 @@
|
|
|
743
684
|
"type": "string"
|
|
744
685
|
}
|
|
745
686
|
},
|
|
746
|
-
{
|
|
747
|
-
"name": "text-color",
|
|
748
|
-
"description": "Applies a specified color to the control text",
|
|
749
|
-
"doc-url": "https://vuetifyjs.com/api/v-alert#props",
|
|
750
|
-
"value": {
|
|
751
|
-
"kind": "expression",
|
|
752
|
-
"type": "string"
|
|
753
|
-
}
|
|
754
|
-
},
|
|
755
687
|
{
|
|
756
688
|
"name": "variant",
|
|
757
|
-
"description": "Applies one of
|
|
689
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
758
690
|
"doc-url": "https://vuetifyjs.com/api/v-alert#props",
|
|
759
|
-
"default": "'
|
|
691
|
+
"default": "'flat'",
|
|
760
692
|
"value": {
|
|
761
693
|
"kind": "expression",
|
|
762
694
|
"type": "string"
|
|
@@ -972,14 +904,15 @@
|
|
|
972
904
|
"type": "boolean"
|
|
973
905
|
},
|
|
974
906
|
{
|
|
975
|
-
"name": "
|
|
907
|
+
"name": "menu",
|
|
976
908
|
"description": "",
|
|
977
909
|
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
978
|
-
"default": "
|
|
910
|
+
"default": "false",
|
|
979
911
|
"value": {
|
|
980
912
|
"kind": "expression",
|
|
981
|
-
"type": "
|
|
982
|
-
}
|
|
913
|
+
"type": "boolean"
|
|
914
|
+
},
|
|
915
|
+
"type": "boolean"
|
|
983
916
|
},
|
|
984
917
|
{
|
|
985
918
|
"name": "menu-icon",
|
|
@@ -988,7 +921,20 @@
|
|
|
988
921
|
"default": "'$dropdown'",
|
|
989
922
|
"value": {
|
|
990
923
|
"kind": "expression",
|
|
991
|
-
"type":
|
|
924
|
+
"type": [
|
|
925
|
+
"string",
|
|
926
|
+
"function",
|
|
927
|
+
"object"
|
|
928
|
+
]
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "menu-props",
|
|
933
|
+
"description": "",
|
|
934
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
935
|
+
"value": {
|
|
936
|
+
"kind": "expression",
|
|
937
|
+
"type": "object"
|
|
992
938
|
}
|
|
993
939
|
},
|
|
994
940
|
{
|
|
@@ -998,11 +944,7 @@
|
|
|
998
944
|
"default": "[]",
|
|
999
945
|
"value": {
|
|
1000
946
|
"kind": "expression",
|
|
1001
|
-
"type":
|
|
1002
|
-
"number",
|
|
1003
|
-
"string",
|
|
1004
|
-
"array"
|
|
1005
|
-
]
|
|
947
|
+
"type": "any"
|
|
1006
948
|
}
|
|
1007
949
|
},
|
|
1008
950
|
{
|
|
@@ -1037,6 +979,85 @@
|
|
|
1037
979
|
},
|
|
1038
980
|
"type": "boolean"
|
|
1039
981
|
},
|
|
982
|
+
{
|
|
983
|
+
"name": "items",
|
|
984
|
+
"description": "",
|
|
985
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
986
|
+
"default": "[]",
|
|
987
|
+
"value": {
|
|
988
|
+
"kind": "expression",
|
|
989
|
+
"type": "array"
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "item-title",
|
|
994
|
+
"description": "",
|
|
995
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
996
|
+
"default": "'title'",
|
|
997
|
+
"value": {
|
|
998
|
+
"kind": "expression",
|
|
999
|
+
"type": [
|
|
1000
|
+
"string",
|
|
1001
|
+
"array",
|
|
1002
|
+
"function"
|
|
1003
|
+
]
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"name": "item-value",
|
|
1008
|
+
"description": "",
|
|
1009
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1010
|
+
"default": "'value'",
|
|
1011
|
+
"value": {
|
|
1012
|
+
"kind": "expression",
|
|
1013
|
+
"type": [
|
|
1014
|
+
"string",
|
|
1015
|
+
"array",
|
|
1016
|
+
"function"
|
|
1017
|
+
]
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"name": "item-children",
|
|
1022
|
+
"description": "",
|
|
1023
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1024
|
+
"default": "false",
|
|
1025
|
+
"value": {
|
|
1026
|
+
"kind": "expression",
|
|
1027
|
+
"type": [
|
|
1028
|
+
"boolean",
|
|
1029
|
+
"string",
|
|
1030
|
+
"array",
|
|
1031
|
+
"function"
|
|
1032
|
+
]
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"name": "item-props",
|
|
1037
|
+
"description": "",
|
|
1038
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1039
|
+
"default": "'props'",
|
|
1040
|
+
"value": {
|
|
1041
|
+
"kind": "expression",
|
|
1042
|
+
"type": [
|
|
1043
|
+
"boolean",
|
|
1044
|
+
"string",
|
|
1045
|
+
"array",
|
|
1046
|
+
"function"
|
|
1047
|
+
]
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"name": "return-object",
|
|
1052
|
+
"description": "",
|
|
1053
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#props",
|
|
1054
|
+
"default": "false",
|
|
1055
|
+
"value": {
|
|
1056
|
+
"kind": "expression",
|
|
1057
|
+
"type": "boolean"
|
|
1058
|
+
},
|
|
1059
|
+
"type": "boolean"
|
|
1060
|
+
},
|
|
1040
1061
|
{
|
|
1041
1062
|
"name": "transition",
|
|
1042
1063
|
"description": "",
|
|
@@ -1082,6 +1103,16 @@
|
|
|
1082
1103
|
"name": "argument"
|
|
1083
1104
|
}
|
|
1084
1105
|
]
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"name": "update:menu",
|
|
1109
|
+
"description": "",
|
|
1110
|
+
"doc-url": "https://vuetifyjs.com/api/v-autocomplete#events",
|
|
1111
|
+
"arguments": [
|
|
1112
|
+
{
|
|
1113
|
+
"name": "argument"
|
|
1114
|
+
}
|
|
1115
|
+
]
|
|
1085
1116
|
}
|
|
1086
1117
|
],
|
|
1087
1118
|
"slots": [],
|
|
@@ -1105,26 +1136,30 @@
|
|
|
1105
1136
|
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
1106
1137
|
"value": {
|
|
1107
1138
|
"kind": "expression",
|
|
1108
|
-
"type": "
|
|
1139
|
+
"type": "string"
|
|
1109
1140
|
}
|
|
1110
1141
|
},
|
|
1111
1142
|
{
|
|
1112
|
-
"name": "
|
|
1113
|
-
"description": "
|
|
1143
|
+
"name": "start",
|
|
1144
|
+
"description": "",
|
|
1114
1145
|
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
1146
|
+
"default": "false",
|
|
1115
1147
|
"value": {
|
|
1116
1148
|
"kind": "expression",
|
|
1117
|
-
"type": "
|
|
1118
|
-
}
|
|
1149
|
+
"type": "boolean"
|
|
1150
|
+
},
|
|
1151
|
+
"type": "boolean"
|
|
1119
1152
|
},
|
|
1120
1153
|
{
|
|
1121
|
-
"name": "
|
|
1122
|
-
"description": "
|
|
1154
|
+
"name": "end",
|
|
1155
|
+
"description": "",
|
|
1123
1156
|
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
1157
|
+
"default": "false",
|
|
1124
1158
|
"value": {
|
|
1125
1159
|
"kind": "expression",
|
|
1126
|
-
"type": "
|
|
1127
|
-
}
|
|
1160
|
+
"type": "boolean"
|
|
1161
|
+
},
|
|
1162
|
+
"type": "boolean"
|
|
1128
1163
|
},
|
|
1129
1164
|
{
|
|
1130
1165
|
"name": "icon",
|
|
@@ -1132,7 +1167,11 @@
|
|
|
1132
1167
|
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
1133
1168
|
"value": {
|
|
1134
1169
|
"kind": "expression",
|
|
1135
|
-
"type":
|
|
1170
|
+
"type": [
|
|
1171
|
+
"string",
|
|
1172
|
+
"function",
|
|
1173
|
+
"object"
|
|
1174
|
+
]
|
|
1136
1175
|
}
|
|
1137
1176
|
},
|
|
1138
1177
|
{
|
|
@@ -1141,7 +1180,7 @@
|
|
|
1141
1180
|
"doc-url": "https://vuetifyjs.com/api/v-avatar#props",
|
|
1142
1181
|
"value": {
|
|
1143
1182
|
"kind": "expression",
|
|
1144
|
-
"type": "
|
|
1183
|
+
"type": "string"
|
|
1145
1184
|
}
|
|
1146
1185
|
},
|
|
1147
1186
|
{
|
|
@@ -1287,16 +1326,6 @@
|
|
|
1287
1326
|
"type": "string"
|
|
1288
1327
|
}
|
|
1289
1328
|
},
|
|
1290
|
-
{
|
|
1291
|
-
"name": "location",
|
|
1292
|
-
"description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**.",
|
|
1293
|
-
"doc-url": "https://vuetifyjs.com/api/v-badge#props",
|
|
1294
|
-
"default": "'top-end'",
|
|
1295
|
-
"value": {
|
|
1296
|
-
"kind": "expression",
|
|
1297
|
-
"type": "string"
|
|
1298
|
-
}
|
|
1299
|
-
},
|
|
1300
1329
|
{
|
|
1301
1330
|
"name": "max",
|
|
1302
1331
|
"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.",
|
|
@@ -1344,6 +1373,16 @@
|
|
|
1344
1373
|
"type": "any"
|
|
1345
1374
|
}
|
|
1346
1375
|
},
|
|
1376
|
+
{
|
|
1377
|
+
"name": "location",
|
|
1378
|
+
"description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**.",
|
|
1379
|
+
"doc-url": "https://vuetifyjs.com/api/v-badge#props",
|
|
1380
|
+
"default": "'top end'",
|
|
1381
|
+
"value": {
|
|
1382
|
+
"kind": "expression",
|
|
1383
|
+
"type": "string"
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1347
1386
|
{
|
|
1348
1387
|
"name": "rounded",
|
|
1349
1388
|
"description": "",
|
|
@@ -1455,6 +1494,15 @@
|
|
|
1455
1494
|
"type": "any"
|
|
1456
1495
|
}
|
|
1457
1496
|
},
|
|
1497
|
+
{
|
|
1498
|
+
"name": "stacked",
|
|
1499
|
+
"description": "",
|
|
1500
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
1501
|
+
"value": {
|
|
1502
|
+
"kind": "expression",
|
|
1503
|
+
"type": "any"
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1458
1506
|
{
|
|
1459
1507
|
"name": "sticky",
|
|
1460
1508
|
"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).",
|
|
@@ -1582,20 +1630,27 @@
|
|
|
1582
1630
|
}
|
|
1583
1631
|
},
|
|
1584
1632
|
{
|
|
1585
|
-
"name": "
|
|
1586
|
-
"description": "
|
|
1633
|
+
"name": "location",
|
|
1634
|
+
"description": "",
|
|
1587
1635
|
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
1588
|
-
"default": "false",
|
|
1589
1636
|
"value": {
|
|
1590
1637
|
"kind": "expression",
|
|
1591
|
-
"type": "
|
|
1592
|
-
}
|
|
1593
|
-
"type": "boolean"
|
|
1638
|
+
"type": "string"
|
|
1639
|
+
}
|
|
1594
1640
|
},
|
|
1595
1641
|
{
|
|
1596
|
-
"name": "
|
|
1597
|
-
"description": "
|
|
1598
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
1642
|
+
"name": "position",
|
|
1643
|
+
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**.",
|
|
1644
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
1645
|
+
"value": {
|
|
1646
|
+
"kind": "expression",
|
|
1647
|
+
"type": "string"
|
|
1648
|
+
}
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"name": "rounded",
|
|
1652
|
+
"description": "",
|
|
1653
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
1599
1654
|
"default": "false",
|
|
1600
1655
|
"value": {
|
|
1601
1656
|
"kind": "expression",
|
|
@@ -1607,9 +1662,89 @@
|
|
|
1607
1662
|
}
|
|
1608
1663
|
},
|
|
1609
1664
|
{
|
|
1610
|
-
"name": "
|
|
1611
|
-
"description": "
|
|
1665
|
+
"name": "tag",
|
|
1666
|
+
"description": "Specify a custom tag used on the root element.",
|
|
1667
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
1668
|
+
"default": "'div'",
|
|
1669
|
+
"value": {
|
|
1670
|
+
"kind": "expression",
|
|
1671
|
+
"type": "string"
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"name": "theme",
|
|
1676
|
+
"description": "Specify a theme for this component and all of its children",
|
|
1612
1677
|
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
1678
|
+
"value": {
|
|
1679
|
+
"kind": "expression",
|
|
1680
|
+
"type": "string"
|
|
1681
|
+
}
|
|
1682
|
+
}
|
|
1683
|
+
],
|
|
1684
|
+
"events": [],
|
|
1685
|
+
"slots": [],
|
|
1686
|
+
"vue-model": {
|
|
1687
|
+
"prop": "modelValue",
|
|
1688
|
+
"event": "update:modelValue"
|
|
1689
|
+
}
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"name": "VBannerActions",
|
|
1693
|
+
"source": {
|
|
1694
|
+
"module": "./src/components/index.ts",
|
|
1695
|
+
"symbol": "VBannerActions"
|
|
1696
|
+
},
|
|
1697
|
+
"description": "",
|
|
1698
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-actions",
|
|
1699
|
+
"attributes": [
|
|
1700
|
+
{
|
|
1701
|
+
"name": "color",
|
|
1702
|
+
"description": "",
|
|
1703
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-actions#props",
|
|
1704
|
+
"value": {
|
|
1705
|
+
"kind": "expression",
|
|
1706
|
+
"type": "any"
|
|
1707
|
+
}
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"name": "density",
|
|
1711
|
+
"description": "",
|
|
1712
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-actions#props",
|
|
1713
|
+
"value": {
|
|
1714
|
+
"kind": "expression",
|
|
1715
|
+
"type": "any"
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1718
|
+
],
|
|
1719
|
+
"events": [],
|
|
1720
|
+
"slots": [],
|
|
1721
|
+
"vue-model": {
|
|
1722
|
+
"prop": "modelValue",
|
|
1723
|
+
"event": "update:modelValue"
|
|
1724
|
+
}
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"name": "VBannerAvatar",
|
|
1728
|
+
"source": {
|
|
1729
|
+
"module": "./src/components/index.ts",
|
|
1730
|
+
"symbol": "VBannerAvatar"
|
|
1731
|
+
},
|
|
1732
|
+
"description": "",
|
|
1733
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar",
|
|
1734
|
+
"attributes": [
|
|
1735
|
+
{
|
|
1736
|
+
"name": "color",
|
|
1737
|
+
"description": "",
|
|
1738
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1739
|
+
"value": {
|
|
1740
|
+
"kind": "expression",
|
|
1741
|
+
"type": "string"
|
|
1742
|
+
}
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"name": "start",
|
|
1746
|
+
"description": "",
|
|
1747
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1613
1748
|
"default": "false",
|
|
1614
1749
|
"value": {
|
|
1615
1750
|
"kind": "expression",
|
|
@@ -1618,46 +1753,52 @@
|
|
|
1618
1753
|
"type": "boolean"
|
|
1619
1754
|
},
|
|
1620
1755
|
{
|
|
1621
|
-
"name": "
|
|
1622
|
-
"description": "
|
|
1623
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
1756
|
+
"name": "end",
|
|
1757
|
+
"description": "",
|
|
1758
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1624
1759
|
"default": "false",
|
|
1760
|
+
"value": {
|
|
1761
|
+
"kind": "expression",
|
|
1762
|
+
"type": "boolean"
|
|
1763
|
+
},
|
|
1764
|
+
"type": "boolean"
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"name": "icon",
|
|
1768
|
+
"description": "",
|
|
1769
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1625
1770
|
"value": {
|
|
1626
1771
|
"kind": "expression",
|
|
1627
1772
|
"type": [
|
|
1628
|
-
"
|
|
1629
|
-
"
|
|
1630
|
-
"
|
|
1773
|
+
"string",
|
|
1774
|
+
"function",
|
|
1775
|
+
"object"
|
|
1631
1776
|
]
|
|
1632
1777
|
}
|
|
1633
1778
|
},
|
|
1634
1779
|
{
|
|
1635
|
-
"name": "
|
|
1636
|
-
"description": "
|
|
1637
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
1780
|
+
"name": "image",
|
|
1781
|
+
"description": "",
|
|
1782
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1638
1783
|
"value": {
|
|
1639
1784
|
"kind": "expression",
|
|
1640
1785
|
"type": "string"
|
|
1641
1786
|
}
|
|
1642
1787
|
},
|
|
1643
1788
|
{
|
|
1644
|
-
"name": "
|
|
1645
|
-
"description": "
|
|
1646
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
1647
|
-
"default": "
|
|
1789
|
+
"name": "density",
|
|
1790
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
1791
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1792
|
+
"default": "'default'",
|
|
1648
1793
|
"value": {
|
|
1649
1794
|
"kind": "expression",
|
|
1650
|
-
"type":
|
|
1651
|
-
"boolean",
|
|
1652
|
-
"number",
|
|
1653
|
-
"string"
|
|
1654
|
-
]
|
|
1795
|
+
"type": "string"
|
|
1655
1796
|
}
|
|
1656
1797
|
},
|
|
1657
1798
|
{
|
|
1658
|
-
"name": "
|
|
1659
|
-
"description": "
|
|
1660
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
1799
|
+
"name": "rounded",
|
|
1800
|
+
"description": "",
|
|
1801
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1661
1802
|
"default": "false",
|
|
1662
1803
|
"value": {
|
|
1663
1804
|
"kind": "expression",
|
|
@@ -1669,37 +1810,27 @@
|
|
|
1669
1810
|
}
|
|
1670
1811
|
},
|
|
1671
1812
|
{
|
|
1672
|
-
"name": "
|
|
1673
|
-
"description": "",
|
|
1674
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
1675
|
-
"default": "
|
|
1813
|
+
"name": "size",
|
|
1814
|
+
"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**.",
|
|
1815
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1816
|
+
"default": "'default'",
|
|
1676
1817
|
"value": {
|
|
1677
1818
|
"kind": "expression",
|
|
1678
1819
|
"type": [
|
|
1679
|
-
"
|
|
1680
|
-
"number"
|
|
1681
|
-
"string"
|
|
1820
|
+
"string",
|
|
1821
|
+
"number"
|
|
1682
1822
|
]
|
|
1683
1823
|
}
|
|
1684
1824
|
},
|
|
1685
1825
|
{
|
|
1686
1826
|
"name": "tag",
|
|
1687
1827
|
"description": "Specify a custom tag used on the root element.",
|
|
1688
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
1828
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-avatar#props",
|
|
1689
1829
|
"default": "'div'",
|
|
1690
1830
|
"value": {
|
|
1691
1831
|
"kind": "expression",
|
|
1692
1832
|
"type": "string"
|
|
1693
1833
|
}
|
|
1694
|
-
},
|
|
1695
|
-
{
|
|
1696
|
-
"name": "theme",
|
|
1697
|
-
"description": "Specify a theme for this component and all of its children",
|
|
1698
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner#props",
|
|
1699
|
-
"value": {
|
|
1700
|
-
"kind": "expression",
|
|
1701
|
-
"type": "string"
|
|
1702
|
-
}
|
|
1703
1834
|
}
|
|
1704
1835
|
],
|
|
1705
1836
|
"events": [],
|
|
@@ -1710,18 +1841,108 @@
|
|
|
1710
1841
|
}
|
|
1711
1842
|
},
|
|
1712
1843
|
{
|
|
1713
|
-
"name": "
|
|
1844
|
+
"name": "VBannerIcon",
|
|
1714
1845
|
"source": {
|
|
1715
1846
|
"module": "./src/components/index.ts",
|
|
1716
|
-
"symbol": "
|
|
1847
|
+
"symbol": "VBannerIcon"
|
|
1717
1848
|
},
|
|
1718
1849
|
"description": "",
|
|
1719
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-
|
|
1850
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon",
|
|
1720
1851
|
"attributes": [
|
|
1721
1852
|
{
|
|
1722
|
-
"name": "
|
|
1853
|
+
"name": "color",
|
|
1723
1854
|
"description": "",
|
|
1724
|
-
"doc-url": "https://vuetifyjs.com/api/v-banner-
|
|
1855
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1856
|
+
"value": {
|
|
1857
|
+
"kind": "expression",
|
|
1858
|
+
"type": "string"
|
|
1859
|
+
}
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"name": "start",
|
|
1863
|
+
"description": "",
|
|
1864
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1865
|
+
"default": "false",
|
|
1866
|
+
"value": {
|
|
1867
|
+
"kind": "expression",
|
|
1868
|
+
"type": "boolean"
|
|
1869
|
+
},
|
|
1870
|
+
"type": "boolean"
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "end",
|
|
1874
|
+
"description": "",
|
|
1875
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1876
|
+
"default": "false",
|
|
1877
|
+
"value": {
|
|
1878
|
+
"kind": "expression",
|
|
1879
|
+
"type": "boolean"
|
|
1880
|
+
},
|
|
1881
|
+
"type": "boolean"
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"name": "icon",
|
|
1885
|
+
"description": "",
|
|
1886
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1887
|
+
"value": {
|
|
1888
|
+
"kind": "expression",
|
|
1889
|
+
"type": [
|
|
1890
|
+
"string",
|
|
1891
|
+
"function",
|
|
1892
|
+
"object"
|
|
1893
|
+
]
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
"name": "image",
|
|
1898
|
+
"description": "",
|
|
1899
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1900
|
+
"value": {
|
|
1901
|
+
"kind": "expression",
|
|
1902
|
+
"type": "string"
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"name": "density",
|
|
1907
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
1908
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1909
|
+
"default": "'default'",
|
|
1910
|
+
"value": {
|
|
1911
|
+
"kind": "expression",
|
|
1912
|
+
"type": "string"
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"name": "rounded",
|
|
1917
|
+
"description": "",
|
|
1918
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1919
|
+
"default": "false",
|
|
1920
|
+
"value": {
|
|
1921
|
+
"kind": "expression",
|
|
1922
|
+
"type": [
|
|
1923
|
+
"boolean",
|
|
1924
|
+
"number",
|
|
1925
|
+
"string"
|
|
1926
|
+
]
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"name": "size",
|
|
1931
|
+
"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**.",
|
|
1932
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1933
|
+
"default": "'default'",
|
|
1934
|
+
"value": {
|
|
1935
|
+
"kind": "expression",
|
|
1936
|
+
"type": [
|
|
1937
|
+
"string",
|
|
1938
|
+
"number"
|
|
1939
|
+
]
|
|
1940
|
+
}
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"name": "tag",
|
|
1944
|
+
"description": "Specify a custom tag used on the root element.",
|
|
1945
|
+
"doc-url": "https://vuetifyjs.com/api/v-banner-icon#props",
|
|
1725
1946
|
"default": "'div'",
|
|
1726
1947
|
"value": {
|
|
1727
1948
|
"kind": "expression",
|
|
@@ -1882,7 +2103,7 @@
|
|
|
1882
2103
|
}
|
|
1883
2104
|
},
|
|
1884
2105
|
{
|
|
1885
|
-
"name": "
|
|
2106
|
+
"name": "order",
|
|
1886
2107
|
"description": "",
|
|
1887
2108
|
"doc-url": "https://vuetifyjs.com/api/v-bottom-navigation#props",
|
|
1888
2109
|
"default": "0",
|
|
@@ -2063,6 +2284,15 @@
|
|
|
2063
2284
|
"type": "any"
|
|
2064
2285
|
}
|
|
2065
2286
|
},
|
|
2287
|
+
{
|
|
2288
|
+
"name": "active-color",
|
|
2289
|
+
"description": "",
|
|
2290
|
+
"doc-url": "https://vuetifyjs.com/api/v-breadcrumbs#props",
|
|
2291
|
+
"value": {
|
|
2292
|
+
"kind": "expression",
|
|
2293
|
+
"type": "any"
|
|
2294
|
+
}
|
|
2295
|
+
},
|
|
2066
2296
|
{
|
|
2067
2297
|
"name": "bg-color",
|
|
2068
2298
|
"description": "",
|
|
@@ -2329,8 +2559,8 @@
|
|
|
2329
2559
|
"doc-url": "https://vuetifyjs.com/api/v-btn",
|
|
2330
2560
|
"attributes": [
|
|
2331
2561
|
{
|
|
2332
|
-
"name": "
|
|
2333
|
-
"description": "
|
|
2562
|
+
"name": "active",
|
|
2563
|
+
"description": "",
|
|
2334
2564
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2335
2565
|
"value": {
|
|
2336
2566
|
"kind": "expression",
|
|
@@ -2338,8 +2568,8 @@
|
|
|
2338
2568
|
}
|
|
2339
2569
|
},
|
|
2340
2570
|
{
|
|
2341
|
-
"name": "
|
|
2342
|
-
"description": "
|
|
2571
|
+
"name": "symbol",
|
|
2572
|
+
"description": "",
|
|
2343
2573
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2344
2574
|
"value": {
|
|
2345
2575
|
"kind": "expression",
|
|
@@ -2347,8 +2577,8 @@
|
|
|
2347
2577
|
}
|
|
2348
2578
|
},
|
|
2349
2579
|
{
|
|
2350
|
-
"name": "
|
|
2351
|
-
"description": "
|
|
2580
|
+
"name": "flat",
|
|
2581
|
+
"description": "Removes the button box shadow.",
|
|
2352
2582
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2353
2583
|
"value": {
|
|
2354
2584
|
"kind": "expression",
|
|
@@ -2356,7 +2586,25 @@
|
|
|
2356
2586
|
}
|
|
2357
2587
|
},
|
|
2358
2588
|
{
|
|
2359
|
-
"name": "
|
|
2589
|
+
"name": "icon",
|
|
2590
|
+
"description": "Designates the button as icon. Button will become _round_ and applies the **text** prop.",
|
|
2591
|
+
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2592
|
+
"value": {
|
|
2593
|
+
"kind": "expression",
|
|
2594
|
+
"type": "any"
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"name": "prepend-icon",
|
|
2599
|
+
"description": "Adds an icon before the default slot content.",
|
|
2600
|
+
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2601
|
+
"value": {
|
|
2602
|
+
"kind": "expression",
|
|
2603
|
+
"type": "any"
|
|
2604
|
+
}
|
|
2605
|
+
},
|
|
2606
|
+
{
|
|
2607
|
+
"name": "append-icon",
|
|
2360
2608
|
"description": "Adds an icon after the default slot content.",
|
|
2361
2609
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2362
2610
|
"value": {
|
|
@@ -2382,6 +2630,15 @@
|
|
|
2382
2630
|
"type": "any"
|
|
2383
2631
|
}
|
|
2384
2632
|
},
|
|
2633
|
+
{
|
|
2634
|
+
"name": "loading",
|
|
2635
|
+
"description": "",
|
|
2636
|
+
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2637
|
+
"value": {
|
|
2638
|
+
"kind": "expression",
|
|
2639
|
+
"type": "any"
|
|
2640
|
+
}
|
|
2641
|
+
},
|
|
2385
2642
|
{
|
|
2386
2643
|
"name": "ripple",
|
|
2387
2644
|
"description": "",
|
|
@@ -2545,53 +2802,12 @@
|
|
|
2545
2802
|
}
|
|
2546
2803
|
},
|
|
2547
2804
|
{
|
|
2548
|
-
"name": "
|
|
2549
|
-
"description": "
|
|
2550
|
-
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2551
|
-
"default": "false",
|
|
2552
|
-
"value": {
|
|
2553
|
-
"kind": "expression",
|
|
2554
|
-
"type": "boolean"
|
|
2555
|
-
},
|
|
2556
|
-
"type": "boolean"
|
|
2557
|
-
},
|
|
2558
|
-
{
|
|
2559
|
-
"name": "bottom",
|
|
2560
|
-
"description": "Aligns the component towards the bottom.",
|
|
2561
|
-
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2562
|
-
"default": "false",
|
|
2563
|
-
"value": {
|
|
2564
|
-
"kind": "expression",
|
|
2565
|
-
"type": [
|
|
2566
|
-
"boolean",
|
|
2567
|
-
"number",
|
|
2568
|
-
"string"
|
|
2569
|
-
]
|
|
2570
|
-
}
|
|
2571
|
-
},
|
|
2572
|
-
{
|
|
2573
|
-
"name": "fixed",
|
|
2574
|
-
"description": "Applies **position: fixed** to the component.",
|
|
2575
|
-
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2576
|
-
"default": "false",
|
|
2577
|
-
"value": {
|
|
2578
|
-
"kind": "expression",
|
|
2579
|
-
"type": "boolean"
|
|
2580
|
-
},
|
|
2581
|
-
"type": "boolean"
|
|
2582
|
-
},
|
|
2583
|
-
{
|
|
2584
|
-
"name": "left",
|
|
2585
|
-
"description": "Aligns the component towards the left.",
|
|
2805
|
+
"name": "location",
|
|
2806
|
+
"description": "",
|
|
2586
2807
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2587
|
-
"default": "false",
|
|
2588
2808
|
"value": {
|
|
2589
2809
|
"kind": "expression",
|
|
2590
|
-
"type":
|
|
2591
|
-
"boolean",
|
|
2592
|
-
"number",
|
|
2593
|
-
"string"
|
|
2594
|
-
]
|
|
2810
|
+
"type": "string"
|
|
2595
2811
|
}
|
|
2596
2812
|
},
|
|
2597
2813
|
{
|
|
@@ -2603,34 +2819,6 @@
|
|
|
2603
2819
|
"type": "string"
|
|
2604
2820
|
}
|
|
2605
2821
|
},
|
|
2606
|
-
{
|
|
2607
|
-
"name": "right",
|
|
2608
|
-
"description": "Aligns the component towards the right.",
|
|
2609
|
-
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2610
|
-
"default": "false",
|
|
2611
|
-
"value": {
|
|
2612
|
-
"kind": "expression",
|
|
2613
|
-
"type": [
|
|
2614
|
-
"boolean",
|
|
2615
|
-
"number",
|
|
2616
|
-
"string"
|
|
2617
|
-
]
|
|
2618
|
-
}
|
|
2619
|
-
},
|
|
2620
|
-
{
|
|
2621
|
-
"name": "top",
|
|
2622
|
-
"description": "Aligns the content towards the top.",
|
|
2623
|
-
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2624
|
-
"default": "false",
|
|
2625
|
-
"value": {
|
|
2626
|
-
"kind": "expression",
|
|
2627
|
-
"type": [
|
|
2628
|
-
"boolean",
|
|
2629
|
-
"number",
|
|
2630
|
-
"string"
|
|
2631
|
-
]
|
|
2632
|
-
}
|
|
2633
|
-
},
|
|
2634
2822
|
{
|
|
2635
2823
|
"name": "href",
|
|
2636
2824
|
"description": "",
|
|
@@ -2704,20 +2892,11 @@
|
|
|
2704
2892
|
"type": "string"
|
|
2705
2893
|
}
|
|
2706
2894
|
},
|
|
2707
|
-
{
|
|
2708
|
-
"name": "text-color",
|
|
2709
|
-
"description": "Applies a specified color to the control text",
|
|
2710
|
-
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2711
|
-
"value": {
|
|
2712
|
-
"kind": "expression",
|
|
2713
|
-
"type": "string"
|
|
2714
|
-
}
|
|
2715
|
-
},
|
|
2716
2895
|
{
|
|
2717
2896
|
"name": "variant",
|
|
2718
|
-
"description": "Applies one of
|
|
2897
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
2719
2898
|
"doc-url": "https://vuetifyjs.com/api/v-btn#props",
|
|
2720
|
-
"default": "'
|
|
2899
|
+
"default": "'elevated'",
|
|
2721
2900
|
"value": {
|
|
2722
2901
|
"kind": "expression",
|
|
2723
2902
|
"type": "string"
|
|
@@ -2850,20 +3029,11 @@
|
|
|
2850
3029
|
"type": "string"
|
|
2851
3030
|
}
|
|
2852
3031
|
},
|
|
2853
|
-
{
|
|
2854
|
-
"name": "text-color",
|
|
2855
|
-
"description": "Applies a specified color to the control text",
|
|
2856
|
-
"doc-url": "https://vuetifyjs.com/api/v-btn-group#props",
|
|
2857
|
-
"value": {
|
|
2858
|
-
"kind": "expression",
|
|
2859
|
-
"type": "string"
|
|
2860
|
-
}
|
|
2861
|
-
},
|
|
2862
3032
|
{
|
|
2863
3033
|
"name": "variant",
|
|
2864
|
-
"description": "Applies one of
|
|
3034
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
2865
3035
|
"doc-url": "https://vuetifyjs.com/api/v-btn-group#props",
|
|
2866
|
-
"default": "'
|
|
3036
|
+
"default": "'elevated'",
|
|
2867
3037
|
"value": {
|
|
2868
3038
|
"kind": "expression",
|
|
2869
3039
|
"type": "string"
|
|
@@ -3229,53 +3399,12 @@
|
|
|
3229
3399
|
}
|
|
3230
3400
|
},
|
|
3231
3401
|
{
|
|
3232
|
-
"name": "
|
|
3233
|
-
"description": "
|
|
3234
|
-
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3235
|
-
"default": "false",
|
|
3236
|
-
"value": {
|
|
3237
|
-
"kind": "expression",
|
|
3238
|
-
"type": "boolean"
|
|
3239
|
-
},
|
|
3240
|
-
"type": "boolean"
|
|
3241
|
-
},
|
|
3242
|
-
{
|
|
3243
|
-
"name": "bottom",
|
|
3244
|
-
"description": "Aligns the component towards the bottom.",
|
|
3245
|
-
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3246
|
-
"default": "false",
|
|
3247
|
-
"value": {
|
|
3248
|
-
"kind": "expression",
|
|
3249
|
-
"type": [
|
|
3250
|
-
"boolean",
|
|
3251
|
-
"number",
|
|
3252
|
-
"string"
|
|
3253
|
-
]
|
|
3254
|
-
}
|
|
3255
|
-
},
|
|
3256
|
-
{
|
|
3257
|
-
"name": "fixed",
|
|
3258
|
-
"description": "Applies **position: fixed** to the component.",
|
|
3259
|
-
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3260
|
-
"default": "false",
|
|
3261
|
-
"value": {
|
|
3262
|
-
"kind": "expression",
|
|
3263
|
-
"type": "boolean"
|
|
3264
|
-
},
|
|
3265
|
-
"type": "boolean"
|
|
3266
|
-
},
|
|
3267
|
-
{
|
|
3268
|
-
"name": "left",
|
|
3269
|
-
"description": "Aligns the component towards the left.",
|
|
3402
|
+
"name": "location",
|
|
3403
|
+
"description": "",
|
|
3270
3404
|
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3271
|
-
"default": "false",
|
|
3272
3405
|
"value": {
|
|
3273
3406
|
"kind": "expression",
|
|
3274
|
-
"type":
|
|
3275
|
-
"boolean",
|
|
3276
|
-
"number",
|
|
3277
|
-
"string"
|
|
3278
|
-
]
|
|
3407
|
+
"type": "string"
|
|
3279
3408
|
}
|
|
3280
3409
|
},
|
|
3281
3410
|
{
|
|
@@ -3287,34 +3416,6 @@
|
|
|
3287
3416
|
"type": "string"
|
|
3288
3417
|
}
|
|
3289
3418
|
},
|
|
3290
|
-
{
|
|
3291
|
-
"name": "right",
|
|
3292
|
-
"description": "Aligns the component towards the right.",
|
|
3293
|
-
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3294
|
-
"default": "false",
|
|
3295
|
-
"value": {
|
|
3296
|
-
"kind": "expression",
|
|
3297
|
-
"type": [
|
|
3298
|
-
"boolean",
|
|
3299
|
-
"number",
|
|
3300
|
-
"string"
|
|
3301
|
-
]
|
|
3302
|
-
}
|
|
3303
|
-
},
|
|
3304
|
-
{
|
|
3305
|
-
"name": "top",
|
|
3306
|
-
"description": "Aligns the content towards the top.",
|
|
3307
|
-
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3308
|
-
"default": "false",
|
|
3309
|
-
"value": {
|
|
3310
|
-
"kind": "expression",
|
|
3311
|
-
"type": [
|
|
3312
|
-
"boolean",
|
|
3313
|
-
"number",
|
|
3314
|
-
"string"
|
|
3315
|
-
]
|
|
3316
|
-
}
|
|
3317
|
-
},
|
|
3318
3419
|
{
|
|
3319
3420
|
"name": "rounded",
|
|
3320
3421
|
"description": "",
|
|
@@ -3380,20 +3481,11 @@
|
|
|
3380
3481
|
"type": "string"
|
|
3381
3482
|
}
|
|
3382
3483
|
},
|
|
3383
|
-
{
|
|
3384
|
-
"name": "text-color",
|
|
3385
|
-
"description": "Applies a specified color to the control text",
|
|
3386
|
-
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3387
|
-
"value": {
|
|
3388
|
-
"kind": "expression",
|
|
3389
|
-
"type": "string"
|
|
3390
|
-
}
|
|
3391
|
-
},
|
|
3392
3484
|
{
|
|
3393
3485
|
"name": "variant",
|
|
3394
|
-
"description": "Applies one of
|
|
3486
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
3395
3487
|
"doc-url": "https://vuetifyjs.com/api/v-card#props",
|
|
3396
|
-
"default": "'
|
|
3488
|
+
"default": "'elevated'",
|
|
3397
3489
|
"value": {
|
|
3398
3490
|
"kind": "expression",
|
|
3399
3491
|
"type": "string"
|
|
@@ -3504,6 +3596,33 @@
|
|
|
3504
3596
|
"event": "update:modelValue"
|
|
3505
3597
|
}
|
|
3506
3598
|
},
|
|
3599
|
+
{
|
|
3600
|
+
"name": "VCardContent",
|
|
3601
|
+
"source": {
|
|
3602
|
+
"module": "./src/components/index.ts",
|
|
3603
|
+
"symbol": "VCardContent"
|
|
3604
|
+
},
|
|
3605
|
+
"description": "",
|
|
3606
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-content",
|
|
3607
|
+
"attributes": [
|
|
3608
|
+
{
|
|
3609
|
+
"name": "tag",
|
|
3610
|
+
"description": "",
|
|
3611
|
+
"doc-url": "https://vuetifyjs.com/api/v-card-content#props",
|
|
3612
|
+
"default": "'div'",
|
|
3613
|
+
"value": {
|
|
3614
|
+
"kind": "expression",
|
|
3615
|
+
"type": "string"
|
|
3616
|
+
}
|
|
3617
|
+
}
|
|
3618
|
+
],
|
|
3619
|
+
"events": [],
|
|
3620
|
+
"slots": [],
|
|
3621
|
+
"vue-model": {
|
|
3622
|
+
"prop": "modelValue",
|
|
3623
|
+
"event": "update:modelValue"
|
|
3624
|
+
}
|
|
3625
|
+
},
|
|
3507
3626
|
{
|
|
3508
3627
|
"name": "VCardHeader",
|
|
3509
3628
|
"source": {
|
|
@@ -3718,7 +3837,11 @@
|
|
|
3718
3837
|
"default": "'$delimiter'",
|
|
3719
3838
|
"value": {
|
|
3720
3839
|
"kind": "expression",
|
|
3721
|
-
"type":
|
|
3840
|
+
"type": [
|
|
3841
|
+
"string",
|
|
3842
|
+
"function",
|
|
3843
|
+
"object"
|
|
3844
|
+
]
|
|
3722
3845
|
}
|
|
3723
3846
|
},
|
|
3724
3847
|
{
|
|
@@ -3912,25 +4035,6 @@
|
|
|
3912
4035
|
"description": "",
|
|
3913
4036
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox",
|
|
3914
4037
|
"attributes": [
|
|
3915
|
-
{
|
|
3916
|
-
"name": "indeterminate",
|
|
3917
|
-
"description": "Sets an indeterminate state for the checkbox",
|
|
3918
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
3919
|
-
"value": {
|
|
3920
|
-
"kind": "expression",
|
|
3921
|
-
"type": "any"
|
|
3922
|
-
}
|
|
3923
|
-
},
|
|
3924
|
-
{
|
|
3925
|
-
"name": "indeterminate-icon",
|
|
3926
|
-
"description": "The icon used when in an indeterminate state",
|
|
3927
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
3928
|
-
"default": "'$checkboxIndeterminate'",
|
|
3929
|
-
"value": {
|
|
3930
|
-
"kind": "expression",
|
|
3931
|
-
"type": "string"
|
|
3932
|
-
}
|
|
3933
|
-
},
|
|
3934
4038
|
{
|
|
3935
4039
|
"name": "id",
|
|
3936
4040
|
"description": "",
|
|
@@ -3946,7 +4050,11 @@
|
|
|
3946
4050
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
3947
4051
|
"value": {
|
|
3948
4052
|
"kind": "expression",
|
|
3949
|
-
"type":
|
|
4053
|
+
"type": [
|
|
4054
|
+
"string",
|
|
4055
|
+
"function",
|
|
4056
|
+
"object"
|
|
4057
|
+
]
|
|
3950
4058
|
}
|
|
3951
4059
|
},
|
|
3952
4060
|
{
|
|
@@ -3955,7 +4063,11 @@
|
|
|
3955
4063
|
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
3956
4064
|
"value": {
|
|
3957
4065
|
"kind": "expression",
|
|
3958
|
-
"type":
|
|
4066
|
+
"type": [
|
|
4067
|
+
"string",
|
|
4068
|
+
"function",
|
|
4069
|
+
"object"
|
|
4070
|
+
]
|
|
3959
4071
|
}
|
|
3960
4072
|
},
|
|
3961
4073
|
{
|
|
@@ -4079,22 +4191,262 @@
|
|
|
4079
4191
|
"default": "[]",
|
|
4080
4192
|
"value": {
|
|
4081
4193
|
"kind": "expression",
|
|
4082
|
-
"type": "array"
|
|
4083
|
-
}
|
|
4194
|
+
"type": "array"
|
|
4195
|
+
}
|
|
4196
|
+
},
|
|
4197
|
+
{
|
|
4198
|
+
"name": "model-value",
|
|
4199
|
+
"description": "",
|
|
4200
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4201
|
+
"value": {
|
|
4202
|
+
"kind": "expression",
|
|
4203
|
+
"type": "any"
|
|
4204
|
+
}
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"name": "validation-value",
|
|
4208
|
+
"description": "",
|
|
4209
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4210
|
+
"value": {
|
|
4211
|
+
"kind": "expression",
|
|
4212
|
+
"type": "any"
|
|
4213
|
+
}
|
|
4214
|
+
},
|
|
4215
|
+
{
|
|
4216
|
+
"name": "indeterminate",
|
|
4217
|
+
"description": "Sets an indeterminate state for the checkbox",
|
|
4218
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4219
|
+
"default": "false",
|
|
4220
|
+
"value": {
|
|
4221
|
+
"kind": "expression",
|
|
4222
|
+
"type": "boolean"
|
|
4223
|
+
},
|
|
4224
|
+
"type": "boolean"
|
|
4225
|
+
},
|
|
4226
|
+
{
|
|
4227
|
+
"name": "indeterminate-icon",
|
|
4228
|
+
"description": "The icon used when in an indeterminate state",
|
|
4229
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4230
|
+
"default": "'$checkboxIndeterminate'",
|
|
4231
|
+
"value": {
|
|
4232
|
+
"kind": "expression",
|
|
4233
|
+
"type": [
|
|
4234
|
+
"string",
|
|
4235
|
+
"function",
|
|
4236
|
+
"object"
|
|
4237
|
+
]
|
|
4238
|
+
}
|
|
4239
|
+
},
|
|
4240
|
+
{
|
|
4241
|
+
"name": "color",
|
|
4242
|
+
"description": "",
|
|
4243
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4244
|
+
"value": {
|
|
4245
|
+
"kind": "expression",
|
|
4246
|
+
"type": "string"
|
|
4247
|
+
}
|
|
4248
|
+
},
|
|
4249
|
+
{
|
|
4250
|
+
"name": "inline",
|
|
4251
|
+
"description": "",
|
|
4252
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4253
|
+
"default": "false",
|
|
4254
|
+
"value": {
|
|
4255
|
+
"kind": "expression",
|
|
4256
|
+
"type": "boolean"
|
|
4257
|
+
},
|
|
4258
|
+
"type": "boolean"
|
|
4259
|
+
},
|
|
4260
|
+
{
|
|
4261
|
+
"name": "label",
|
|
4262
|
+
"description": "",
|
|
4263
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4264
|
+
"value": {
|
|
4265
|
+
"kind": "expression",
|
|
4266
|
+
"type": "string"
|
|
4267
|
+
}
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"name": "false-icon",
|
|
4271
|
+
"description": "The icon used when inactive",
|
|
4272
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4273
|
+
"default": "'$checkboxOff'",
|
|
4274
|
+
"value": {
|
|
4275
|
+
"kind": "expression",
|
|
4276
|
+
"type": [
|
|
4277
|
+
"string",
|
|
4278
|
+
"function",
|
|
4279
|
+
"object"
|
|
4280
|
+
]
|
|
4281
|
+
}
|
|
4282
|
+
},
|
|
4283
|
+
{
|
|
4284
|
+
"name": "true-icon",
|
|
4285
|
+
"description": "The icon used when active",
|
|
4286
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4287
|
+
"default": "'$checkboxOn'",
|
|
4288
|
+
"value": {
|
|
4289
|
+
"kind": "expression",
|
|
4290
|
+
"type": [
|
|
4291
|
+
"string",
|
|
4292
|
+
"function",
|
|
4293
|
+
"object"
|
|
4294
|
+
]
|
|
4295
|
+
}
|
|
4296
|
+
},
|
|
4297
|
+
{
|
|
4298
|
+
"name": "ripple",
|
|
4299
|
+
"description": "",
|
|
4300
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4301
|
+
"default": "true",
|
|
4302
|
+
"value": {
|
|
4303
|
+
"kind": "expression",
|
|
4304
|
+
"type": "boolean"
|
|
4305
|
+
},
|
|
4306
|
+
"type": "boolean"
|
|
4307
|
+
},
|
|
4308
|
+
{
|
|
4309
|
+
"name": "multiple",
|
|
4310
|
+
"description": "Changes expected model to an array",
|
|
4311
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4312
|
+
"default": "false",
|
|
4313
|
+
"value": {
|
|
4314
|
+
"kind": "expression",
|
|
4315
|
+
"type": "boolean"
|
|
4316
|
+
},
|
|
4317
|
+
"type": "boolean"
|
|
4318
|
+
},
|
|
4319
|
+
{
|
|
4320
|
+
"name": "true-value",
|
|
4321
|
+
"description": "Sets value for truthy state",
|
|
4322
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4323
|
+
"value": {
|
|
4324
|
+
"kind": "expression",
|
|
4325
|
+
"type": "any"
|
|
4326
|
+
}
|
|
4327
|
+
},
|
|
4328
|
+
{
|
|
4329
|
+
"name": "false-value",
|
|
4330
|
+
"description": "Sets value for falsy state",
|
|
4331
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4332
|
+
"value": {
|
|
4333
|
+
"kind": "expression",
|
|
4334
|
+
"type": "any"
|
|
4335
|
+
}
|
|
4336
|
+
},
|
|
4337
|
+
{
|
|
4338
|
+
"name": "type",
|
|
4339
|
+
"description": "",
|
|
4340
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4341
|
+
"value": {
|
|
4342
|
+
"kind": "expression",
|
|
4343
|
+
"type": "string"
|
|
4344
|
+
}
|
|
4345
|
+
},
|
|
4346
|
+
{
|
|
4347
|
+
"name": "value",
|
|
4348
|
+
"description": "",
|
|
4349
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4350
|
+
"value": {
|
|
4351
|
+
"kind": "expression",
|
|
4352
|
+
"type": "any"
|
|
4353
|
+
}
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
"name": "value-comparator",
|
|
4357
|
+
"description": "",
|
|
4358
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4359
|
+
"value": {
|
|
4360
|
+
"kind": "expression",
|
|
4361
|
+
"type": "function"
|
|
4362
|
+
}
|
|
4363
|
+
},
|
|
4364
|
+
{
|
|
4365
|
+
"name": "theme",
|
|
4366
|
+
"description": "Specify a theme for this component and all of its children",
|
|
4367
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4368
|
+
"value": {
|
|
4369
|
+
"kind": "expression",
|
|
4370
|
+
"type": "string"
|
|
4371
|
+
}
|
|
4372
|
+
}
|
|
4373
|
+
],
|
|
4374
|
+
"events": [],
|
|
4375
|
+
"slots": [],
|
|
4376
|
+
"vue-model": {
|
|
4377
|
+
"prop": "modelValue",
|
|
4378
|
+
"event": "update:modelValue"
|
|
4379
|
+
}
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
"name": "VCheckboxBtn",
|
|
4383
|
+
"source": {
|
|
4384
|
+
"module": "./src/components/index.ts",
|
|
4385
|
+
"symbol": "VCheckboxBtn"
|
|
4386
|
+
},
|
|
4387
|
+
"description": "",
|
|
4388
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn",
|
|
4389
|
+
"attributes": [
|
|
4390
|
+
{
|
|
4391
|
+
"name": "indeterminate",
|
|
4392
|
+
"description": "",
|
|
4393
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4394
|
+
"default": "false",
|
|
4395
|
+
"value": {
|
|
4396
|
+
"kind": "expression",
|
|
4397
|
+
"type": "boolean"
|
|
4398
|
+
},
|
|
4399
|
+
"type": "boolean"
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"name": "indeterminate-icon",
|
|
4403
|
+
"description": "",
|
|
4404
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4405
|
+
"default": "'$checkboxIndeterminate'",
|
|
4406
|
+
"value": {
|
|
4407
|
+
"kind": "expression",
|
|
4408
|
+
"type": [
|
|
4409
|
+
"string",
|
|
4410
|
+
"function",
|
|
4411
|
+
"object"
|
|
4412
|
+
]
|
|
4413
|
+
}
|
|
4414
|
+
},
|
|
4415
|
+
{
|
|
4416
|
+
"name": "color",
|
|
4417
|
+
"description": "",
|
|
4418
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4419
|
+
"value": {
|
|
4420
|
+
"kind": "expression",
|
|
4421
|
+
"type": "string"
|
|
4422
|
+
}
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
"name": "disabled",
|
|
4426
|
+
"description": "",
|
|
4427
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4428
|
+
"default": "false",
|
|
4429
|
+
"value": {
|
|
4430
|
+
"kind": "expression",
|
|
4431
|
+
"type": "boolean"
|
|
4432
|
+
},
|
|
4433
|
+
"type": "boolean"
|
|
4084
4434
|
},
|
|
4085
4435
|
{
|
|
4086
|
-
"name": "
|
|
4436
|
+
"name": "error",
|
|
4087
4437
|
"description": "",
|
|
4088
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4438
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4439
|
+
"default": "false",
|
|
4089
4440
|
"value": {
|
|
4090
4441
|
"kind": "expression",
|
|
4091
|
-
"type": "
|
|
4092
|
-
}
|
|
4442
|
+
"type": "boolean"
|
|
4443
|
+
},
|
|
4444
|
+
"type": "boolean"
|
|
4093
4445
|
},
|
|
4094
4446
|
{
|
|
4095
|
-
"name": "
|
|
4447
|
+
"name": "id",
|
|
4096
4448
|
"description": "",
|
|
4097
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4449
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4098
4450
|
"value": {
|
|
4099
4451
|
"kind": "expression",
|
|
4100
4452
|
"type": "string"
|
|
@@ -4103,7 +4455,7 @@
|
|
|
4103
4455
|
{
|
|
4104
4456
|
"name": "inline",
|
|
4105
4457
|
"description": "",
|
|
4106
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4458
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4107
4459
|
"default": "false",
|
|
4108
4460
|
"value": {
|
|
4109
4461
|
"kind": "expression",
|
|
@@ -4114,7 +4466,7 @@
|
|
|
4114
4466
|
{
|
|
4115
4467
|
"name": "label",
|
|
4116
4468
|
"description": "",
|
|
4117
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4469
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4118
4470
|
"value": {
|
|
4119
4471
|
"kind": "expression",
|
|
4120
4472
|
"type": "string"
|
|
@@ -4122,28 +4474,36 @@
|
|
|
4122
4474
|
},
|
|
4123
4475
|
{
|
|
4124
4476
|
"name": "false-icon",
|
|
4125
|
-
"description": "
|
|
4126
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4477
|
+
"description": "",
|
|
4478
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4127
4479
|
"default": "'$checkboxOff'",
|
|
4128
4480
|
"value": {
|
|
4129
4481
|
"kind": "expression",
|
|
4130
|
-
"type":
|
|
4482
|
+
"type": [
|
|
4483
|
+
"string",
|
|
4484
|
+
"function",
|
|
4485
|
+
"object"
|
|
4486
|
+
]
|
|
4131
4487
|
}
|
|
4132
4488
|
},
|
|
4133
4489
|
{
|
|
4134
4490
|
"name": "true-icon",
|
|
4135
|
-
"description": "
|
|
4136
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4491
|
+
"description": "",
|
|
4492
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4137
4493
|
"default": "'$checkboxOn'",
|
|
4138
4494
|
"value": {
|
|
4139
4495
|
"kind": "expression",
|
|
4140
|
-
"type":
|
|
4496
|
+
"type": [
|
|
4497
|
+
"string",
|
|
4498
|
+
"function",
|
|
4499
|
+
"object"
|
|
4500
|
+
]
|
|
4141
4501
|
}
|
|
4142
4502
|
},
|
|
4143
4503
|
{
|
|
4144
4504
|
"name": "ripple",
|
|
4145
4505
|
"description": "",
|
|
4146
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4506
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4147
4507
|
"default": "true",
|
|
4148
4508
|
"value": {
|
|
4149
4509
|
"kind": "expression",
|
|
@@ -4153,8 +4513,28 @@
|
|
|
4153
4513
|
},
|
|
4154
4514
|
{
|
|
4155
4515
|
"name": "multiple",
|
|
4156
|
-
"description": "
|
|
4157
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4516
|
+
"description": "",
|
|
4517
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4518
|
+
"default": "false",
|
|
4519
|
+
"value": {
|
|
4520
|
+
"kind": "expression",
|
|
4521
|
+
"type": "boolean"
|
|
4522
|
+
},
|
|
4523
|
+
"type": "boolean"
|
|
4524
|
+
},
|
|
4525
|
+
{
|
|
4526
|
+
"name": "name",
|
|
4527
|
+
"description": "",
|
|
4528
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4529
|
+
"value": {
|
|
4530
|
+
"kind": "expression",
|
|
4531
|
+
"type": "string"
|
|
4532
|
+
}
|
|
4533
|
+
},
|
|
4534
|
+
{
|
|
4535
|
+
"name": "readonly",
|
|
4536
|
+
"description": "",
|
|
4537
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4158
4538
|
"default": "false",
|
|
4159
4539
|
"value": {
|
|
4160
4540
|
"kind": "expression",
|
|
@@ -4165,7 +4545,7 @@
|
|
|
4165
4545
|
{
|
|
4166
4546
|
"name": "true-value",
|
|
4167
4547
|
"description": "Sets value for truthy state",
|
|
4168
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4548
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4169
4549
|
"value": {
|
|
4170
4550
|
"kind": "expression",
|
|
4171
4551
|
"type": "any"
|
|
@@ -4174,7 +4554,16 @@
|
|
|
4174
4554
|
{
|
|
4175
4555
|
"name": "false-value",
|
|
4176
4556
|
"description": "Sets value for falsy state",
|
|
4177
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4557
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4558
|
+
"value": {
|
|
4559
|
+
"kind": "expression",
|
|
4560
|
+
"type": "any"
|
|
4561
|
+
}
|
|
4562
|
+
},
|
|
4563
|
+
{
|
|
4564
|
+
"name": "model-value",
|
|
4565
|
+
"description": "",
|
|
4566
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4178
4567
|
"value": {
|
|
4179
4568
|
"kind": "expression",
|
|
4180
4569
|
"type": "any"
|
|
@@ -4183,7 +4572,7 @@
|
|
|
4183
4572
|
{
|
|
4184
4573
|
"name": "type",
|
|
4185
4574
|
"description": "",
|
|
4186
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4575
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4187
4576
|
"value": {
|
|
4188
4577
|
"kind": "expression",
|
|
4189
4578
|
"type": "string"
|
|
@@ -4192,7 +4581,7 @@
|
|
|
4192
4581
|
{
|
|
4193
4582
|
"name": "value",
|
|
4194
4583
|
"description": "",
|
|
4195
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4584
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4196
4585
|
"value": {
|
|
4197
4586
|
"kind": "expression",
|
|
4198
4587
|
"type": "any"
|
|
@@ -4201,7 +4590,7 @@
|
|
|
4201
4590
|
{
|
|
4202
4591
|
"name": "value-comparator",
|
|
4203
4592
|
"description": "",
|
|
4204
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4593
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4205
4594
|
"value": {
|
|
4206
4595
|
"kind": "expression",
|
|
4207
4596
|
"type": "function"
|
|
@@ -4210,7 +4599,17 @@
|
|
|
4210
4599
|
{
|
|
4211
4600
|
"name": "theme",
|
|
4212
4601
|
"description": "Specify a theme for this component and all of its children",
|
|
4213
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#props",
|
|
4602
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4603
|
+
"value": {
|
|
4604
|
+
"kind": "expression",
|
|
4605
|
+
"type": "string"
|
|
4606
|
+
}
|
|
4607
|
+
},
|
|
4608
|
+
{
|
|
4609
|
+
"name": "density",
|
|
4610
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
4611
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#props",
|
|
4612
|
+
"default": "'default'",
|
|
4214
4613
|
"value": {
|
|
4215
4614
|
"kind": "expression",
|
|
4216
4615
|
"type": "string"
|
|
@@ -4218,10 +4617,20 @@
|
|
|
4218
4617
|
}
|
|
4219
4618
|
],
|
|
4220
4619
|
"events": [
|
|
4620
|
+
{
|
|
4621
|
+
"name": "update:modelValue",
|
|
4622
|
+
"description": "",
|
|
4623
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#events",
|
|
4624
|
+
"arguments": [
|
|
4625
|
+
{
|
|
4626
|
+
"name": "argument"
|
|
4627
|
+
}
|
|
4628
|
+
]
|
|
4629
|
+
},
|
|
4221
4630
|
{
|
|
4222
4631
|
"name": "update:indeterminate",
|
|
4223
|
-
"description": "
|
|
4224
|
-
"doc-url": "https://vuetifyjs.com/api/v-checkbox#events",
|
|
4632
|
+
"description": "",
|
|
4633
|
+
"doc-url": "https://vuetifyjs.com/api/v-checkbox-btn#events",
|
|
4225
4634
|
"arguments": [
|
|
4226
4635
|
{
|
|
4227
4636
|
"name": "argument"
|
|
@@ -4287,7 +4696,11 @@
|
|
|
4287
4696
|
"default": "'$delete'",
|
|
4288
4697
|
"value": {
|
|
4289
4698
|
"kind": "expression",
|
|
4290
|
-
"type":
|
|
4699
|
+
"type": [
|
|
4700
|
+
"string",
|
|
4701
|
+
"function",
|
|
4702
|
+
"object"
|
|
4703
|
+
]
|
|
4291
4704
|
}
|
|
4292
4705
|
},
|
|
4293
4706
|
{
|
|
@@ -4556,20 +4969,11 @@
|
|
|
4556
4969
|
"type": "string"
|
|
4557
4970
|
}
|
|
4558
4971
|
},
|
|
4559
|
-
{
|
|
4560
|
-
"name": "text-color",
|
|
4561
|
-
"description": "Applies a specified color to the control text",
|
|
4562
|
-
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4563
|
-
"value": {
|
|
4564
|
-
"kind": "expression",
|
|
4565
|
-
"type": "string"
|
|
4566
|
-
}
|
|
4567
|
-
},
|
|
4568
4972
|
{
|
|
4569
4973
|
"name": "variant",
|
|
4570
|
-
"description": "Applies one of
|
|
4974
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
4571
4975
|
"doc-url": "https://vuetifyjs.com/api/v-chip#props",
|
|
4572
|
-
"default": "'
|
|
4976
|
+
"default": "'tonal'",
|
|
4573
4977
|
"value": {
|
|
4574
4978
|
"kind": "expression",
|
|
4575
4979
|
"type": "string"
|
|
@@ -4771,20 +5175,11 @@
|
|
|
4771
5175
|
"type": "string"
|
|
4772
5176
|
}
|
|
4773
5177
|
},
|
|
4774
|
-
{
|
|
4775
|
-
"name": "text-color",
|
|
4776
|
-
"description": "Applies a specified color to the control text",
|
|
4777
|
-
"doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
|
|
4778
|
-
"value": {
|
|
4779
|
-
"kind": "expression",
|
|
4780
|
-
"type": "string"
|
|
4781
|
-
}
|
|
4782
|
-
},
|
|
4783
5178
|
{
|
|
4784
5179
|
"name": "variant",
|
|
4785
|
-
"description": "Applies one of
|
|
5180
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
4786
5181
|
"doc-url": "https://vuetifyjs.com/api/v-chip-group#props",
|
|
4787
|
-
"default": "'
|
|
5182
|
+
"default": "'tonal'",
|
|
4788
5183
|
"value": {
|
|
4789
5184
|
"kind": "expression",
|
|
4790
5185
|
"type": "string"
|
|
@@ -5213,14 +5608,15 @@
|
|
|
5213
5608
|
"type": "boolean"
|
|
5214
5609
|
},
|
|
5215
5610
|
{
|
|
5216
|
-
"name": "
|
|
5611
|
+
"name": "menu",
|
|
5217
5612
|
"description": "",
|
|
5218
5613
|
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5219
|
-
"default": "
|
|
5614
|
+
"default": "false",
|
|
5220
5615
|
"value": {
|
|
5221
5616
|
"kind": "expression",
|
|
5222
|
-
"type": "
|
|
5223
|
-
}
|
|
5617
|
+
"type": "boolean"
|
|
5618
|
+
},
|
|
5619
|
+
"type": "boolean"
|
|
5224
5620
|
},
|
|
5225
5621
|
{
|
|
5226
5622
|
"name": "menu-icon",
|
|
@@ -5229,7 +5625,20 @@
|
|
|
5229
5625
|
"default": "'$dropdown'",
|
|
5230
5626
|
"value": {
|
|
5231
5627
|
"kind": "expression",
|
|
5232
|
-
"type":
|
|
5628
|
+
"type": [
|
|
5629
|
+
"string",
|
|
5630
|
+
"function",
|
|
5631
|
+
"object"
|
|
5632
|
+
]
|
|
5633
|
+
}
|
|
5634
|
+
},
|
|
5635
|
+
{
|
|
5636
|
+
"name": "menu-props",
|
|
5637
|
+
"description": "",
|
|
5638
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5639
|
+
"value": {
|
|
5640
|
+
"kind": "expression",
|
|
5641
|
+
"type": "object"
|
|
5233
5642
|
}
|
|
5234
5643
|
},
|
|
5235
5644
|
{
|
|
@@ -5239,11 +5648,7 @@
|
|
|
5239
5648
|
"default": "[]",
|
|
5240
5649
|
"value": {
|
|
5241
5650
|
"kind": "expression",
|
|
5242
|
-
"type":
|
|
5243
|
-
"number",
|
|
5244
|
-
"string",
|
|
5245
|
-
"array"
|
|
5246
|
-
]
|
|
5651
|
+
"type": "any"
|
|
5247
5652
|
}
|
|
5248
5653
|
},
|
|
5249
5654
|
{
|
|
@@ -5278,6 +5683,85 @@
|
|
|
5278
5683
|
},
|
|
5279
5684
|
"type": "boolean"
|
|
5280
5685
|
},
|
|
5686
|
+
{
|
|
5687
|
+
"name": "items",
|
|
5688
|
+
"description": "",
|
|
5689
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5690
|
+
"default": "[]",
|
|
5691
|
+
"value": {
|
|
5692
|
+
"kind": "expression",
|
|
5693
|
+
"type": "array"
|
|
5694
|
+
}
|
|
5695
|
+
},
|
|
5696
|
+
{
|
|
5697
|
+
"name": "item-title",
|
|
5698
|
+
"description": "",
|
|
5699
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5700
|
+
"default": "'title'",
|
|
5701
|
+
"value": {
|
|
5702
|
+
"kind": "expression",
|
|
5703
|
+
"type": [
|
|
5704
|
+
"string",
|
|
5705
|
+
"array",
|
|
5706
|
+
"function"
|
|
5707
|
+
]
|
|
5708
|
+
}
|
|
5709
|
+
},
|
|
5710
|
+
{
|
|
5711
|
+
"name": "item-value",
|
|
5712
|
+
"description": "",
|
|
5713
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5714
|
+
"default": "'value'",
|
|
5715
|
+
"value": {
|
|
5716
|
+
"kind": "expression",
|
|
5717
|
+
"type": [
|
|
5718
|
+
"string",
|
|
5719
|
+
"array",
|
|
5720
|
+
"function"
|
|
5721
|
+
]
|
|
5722
|
+
}
|
|
5723
|
+
},
|
|
5724
|
+
{
|
|
5725
|
+
"name": "item-children",
|
|
5726
|
+
"description": "",
|
|
5727
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5728
|
+
"default": "false",
|
|
5729
|
+
"value": {
|
|
5730
|
+
"kind": "expression",
|
|
5731
|
+
"type": [
|
|
5732
|
+
"boolean",
|
|
5733
|
+
"string",
|
|
5734
|
+
"array",
|
|
5735
|
+
"function"
|
|
5736
|
+
]
|
|
5737
|
+
}
|
|
5738
|
+
},
|
|
5739
|
+
{
|
|
5740
|
+
"name": "item-props",
|
|
5741
|
+
"description": "",
|
|
5742
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5743
|
+
"default": "'props'",
|
|
5744
|
+
"value": {
|
|
5745
|
+
"kind": "expression",
|
|
5746
|
+
"type": [
|
|
5747
|
+
"boolean",
|
|
5748
|
+
"string",
|
|
5749
|
+
"array",
|
|
5750
|
+
"function"
|
|
5751
|
+
]
|
|
5752
|
+
}
|
|
5753
|
+
},
|
|
5754
|
+
{
|
|
5755
|
+
"name": "return-object",
|
|
5756
|
+
"description": "",
|
|
5757
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#props",
|
|
5758
|
+
"default": "true",
|
|
5759
|
+
"value": {
|
|
5760
|
+
"kind": "expression",
|
|
5761
|
+
"type": "boolean"
|
|
5762
|
+
},
|
|
5763
|
+
"type": "boolean"
|
|
5764
|
+
},
|
|
5281
5765
|
{
|
|
5282
5766
|
"name": "transition",
|
|
5283
5767
|
"description": "",
|
|
@@ -5303,6 +5787,26 @@
|
|
|
5303
5787
|
"name": "argument"
|
|
5304
5788
|
}
|
|
5305
5789
|
]
|
|
5790
|
+
},
|
|
5791
|
+
{
|
|
5792
|
+
"name": "update:searchInput",
|
|
5793
|
+
"description": "",
|
|
5794
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#events",
|
|
5795
|
+
"arguments": [
|
|
5796
|
+
{
|
|
5797
|
+
"name": "argument"
|
|
5798
|
+
}
|
|
5799
|
+
]
|
|
5800
|
+
},
|
|
5801
|
+
{
|
|
5802
|
+
"name": "update:menu",
|
|
5803
|
+
"description": "",
|
|
5804
|
+
"doc-url": "https://vuetifyjs.com/api/v-combobox#events",
|
|
5805
|
+
"arguments": [
|
|
5806
|
+
{
|
|
5807
|
+
"name": "argument"
|
|
5808
|
+
}
|
|
5809
|
+
]
|
|
5306
5810
|
}
|
|
5307
5811
|
],
|
|
5308
5812
|
"slots": [],
|
|
@@ -5680,6 +6184,15 @@
|
|
|
5680
6184
|
"type": "string"
|
|
5681
6185
|
}
|
|
5682
6186
|
},
|
|
6187
|
+
{
|
|
6188
|
+
"name": "readonly",
|
|
6189
|
+
"description": "Makes the entire expansion-panel read only.",
|
|
6190
|
+
"doc-url": "https://vuetifyjs.com/api/v-expansion-panels#props",
|
|
6191
|
+
"value": {
|
|
6192
|
+
"kind": "expression",
|
|
6193
|
+
"type": "any"
|
|
6194
|
+
}
|
|
6195
|
+
},
|
|
5683
6196
|
{
|
|
5684
6197
|
"name": "model-value",
|
|
5685
6198
|
"description": "Represents the selected item(s). Will be an array if **multiple** prop is used.",
|
|
@@ -5908,7 +6421,11 @@
|
|
|
5908
6421
|
"default": "'$expand'",
|
|
5909
6422
|
"value": {
|
|
5910
6423
|
"kind": "expression",
|
|
5911
|
-
"type":
|
|
6424
|
+
"type": [
|
|
6425
|
+
"string",
|
|
6426
|
+
"function",
|
|
6427
|
+
"object"
|
|
6428
|
+
]
|
|
5912
6429
|
}
|
|
5913
6430
|
},
|
|
5914
6431
|
{
|
|
@@ -5918,7 +6435,11 @@
|
|
|
5918
6435
|
"default": "'$collapse'",
|
|
5919
6436
|
"value": {
|
|
5920
6437
|
"kind": "expression",
|
|
5921
|
-
"type":
|
|
6438
|
+
"type": [
|
|
6439
|
+
"string",
|
|
6440
|
+
"function",
|
|
6441
|
+
"object"
|
|
6442
|
+
]
|
|
5922
6443
|
}
|
|
5923
6444
|
},
|
|
5924
6445
|
{
|
|
@@ -5944,6 +6465,17 @@
|
|
|
5944
6465
|
"object"
|
|
5945
6466
|
]
|
|
5946
6467
|
}
|
|
6468
|
+
},
|
|
6469
|
+
{
|
|
6470
|
+
"name": "readonly",
|
|
6471
|
+
"description": "Makes the expansion-panel content read only.",
|
|
6472
|
+
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel#props",
|
|
6473
|
+
"default": "false",
|
|
6474
|
+
"value": {
|
|
6475
|
+
"kind": "expression",
|
|
6476
|
+
"type": "boolean"
|
|
6477
|
+
},
|
|
6478
|
+
"type": "boolean"
|
|
5947
6479
|
}
|
|
5948
6480
|
],
|
|
5949
6481
|
"events": [
|
|
@@ -6029,7 +6561,11 @@
|
|
|
6029
6561
|
"default": "'$expand'",
|
|
6030
6562
|
"value": {
|
|
6031
6563
|
"kind": "expression",
|
|
6032
|
-
"type":
|
|
6564
|
+
"type": [
|
|
6565
|
+
"string",
|
|
6566
|
+
"function",
|
|
6567
|
+
"object"
|
|
6568
|
+
]
|
|
6033
6569
|
}
|
|
6034
6570
|
},
|
|
6035
6571
|
{
|
|
@@ -6039,7 +6575,11 @@
|
|
|
6039
6575
|
"default": "'$collapse'",
|
|
6040
6576
|
"value": {
|
|
6041
6577
|
"kind": "expression",
|
|
6042
|
-
"type":
|
|
6578
|
+
"type": [
|
|
6579
|
+
"string",
|
|
6580
|
+
"function",
|
|
6581
|
+
"object"
|
|
6582
|
+
]
|
|
6043
6583
|
}
|
|
6044
6584
|
},
|
|
6045
6585
|
{
|
|
@@ -6065,6 +6605,17 @@
|
|
|
6065
6605
|
"object"
|
|
6066
6606
|
]
|
|
6067
6607
|
}
|
|
6608
|
+
},
|
|
6609
|
+
{
|
|
6610
|
+
"name": "readonly",
|
|
6611
|
+
"description": "",
|
|
6612
|
+
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#props",
|
|
6613
|
+
"default": "false",
|
|
6614
|
+
"value": {
|
|
6615
|
+
"kind": "expression",
|
|
6616
|
+
"type": "boolean"
|
|
6617
|
+
},
|
|
6618
|
+
"type": "boolean"
|
|
6068
6619
|
}
|
|
6069
6620
|
],
|
|
6070
6621
|
"events": [],
|
|
@@ -6109,7 +6660,11 @@
|
|
|
6109
6660
|
"doc-url": "https://vuetifyjs.com/api/v-field#props",
|
|
6110
6661
|
"value": {
|
|
6111
6662
|
"kind": "expression",
|
|
6112
|
-
"type":
|
|
6663
|
+
"type": [
|
|
6664
|
+
"string",
|
|
6665
|
+
"function",
|
|
6666
|
+
"object"
|
|
6667
|
+
]
|
|
6113
6668
|
}
|
|
6114
6669
|
},
|
|
6115
6670
|
{
|
|
@@ -6139,7 +6694,11 @@
|
|
|
6139
6694
|
"default": "'$clear'",
|
|
6140
6695
|
"value": {
|
|
6141
6696
|
"kind": "expression",
|
|
6142
|
-
"type":
|
|
6697
|
+
"type": [
|
|
6698
|
+
"string",
|
|
6699
|
+
"function",
|
|
6700
|
+
"object"
|
|
6701
|
+
]
|
|
6143
6702
|
}
|
|
6144
6703
|
},
|
|
6145
6704
|
{
|
|
@@ -6221,7 +6780,11 @@
|
|
|
6221
6780
|
"doc-url": "https://vuetifyjs.com/api/v-field#props",
|
|
6222
6781
|
"value": {
|
|
6223
6782
|
"kind": "expression",
|
|
6224
|
-
"type":
|
|
6783
|
+
"type": [
|
|
6784
|
+
"string",
|
|
6785
|
+
"function",
|
|
6786
|
+
"object"
|
|
6787
|
+
]
|
|
6225
6788
|
}
|
|
6226
6789
|
},
|
|
6227
6790
|
{
|
|
@@ -6288,26 +6851,6 @@
|
|
|
6288
6851
|
}
|
|
6289
6852
|
]
|
|
6290
6853
|
},
|
|
6291
|
-
{
|
|
6292
|
-
"name": "click:prepend-inner",
|
|
6293
|
-
"description": "",
|
|
6294
|
-
"doc-url": "https://vuetifyjs.com/api/v-field#events",
|
|
6295
|
-
"arguments": [
|
|
6296
|
-
{
|
|
6297
|
-
"name": "argument"
|
|
6298
|
-
}
|
|
6299
|
-
]
|
|
6300
|
-
},
|
|
6301
|
-
{
|
|
6302
|
-
"name": "click:append-inner",
|
|
6303
|
-
"description": "",
|
|
6304
|
-
"doc-url": "https://vuetifyjs.com/api/v-field#events",
|
|
6305
|
-
"arguments": [
|
|
6306
|
-
{
|
|
6307
|
-
"name": "argument"
|
|
6308
|
-
}
|
|
6309
|
-
]
|
|
6310
|
-
},
|
|
6311
6854
|
{
|
|
6312
6855
|
"name": "click:control",
|
|
6313
6856
|
"description": "",
|
|
@@ -6482,7 +7025,11 @@
|
|
|
6482
7025
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
6483
7026
|
"value": {
|
|
6484
7027
|
"kind": "expression",
|
|
6485
|
-
"type":
|
|
7028
|
+
"type": [
|
|
7029
|
+
"string",
|
|
7030
|
+
"function",
|
|
7031
|
+
"object"
|
|
7032
|
+
]
|
|
6486
7033
|
}
|
|
6487
7034
|
},
|
|
6488
7035
|
{
|
|
@@ -6492,7 +7039,11 @@
|
|
|
6492
7039
|
"default": "'$file'",
|
|
6493
7040
|
"value": {
|
|
6494
7041
|
"kind": "expression",
|
|
6495
|
-
"type":
|
|
7042
|
+
"type": [
|
|
7043
|
+
"string",
|
|
7044
|
+
"function",
|
|
7045
|
+
"object"
|
|
7046
|
+
]
|
|
6496
7047
|
}
|
|
6497
7048
|
},
|
|
6498
7049
|
{
|
|
@@ -6629,13 +7180,26 @@
|
|
|
6629
7180
|
"type": "array"
|
|
6630
7181
|
}
|
|
6631
7182
|
},
|
|
7183
|
+
{
|
|
7184
|
+
"name": "validation-value",
|
|
7185
|
+
"description": "",
|
|
7186
|
+
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
7187
|
+
"value": {
|
|
7188
|
+
"kind": "expression",
|
|
7189
|
+
"type": "any"
|
|
7190
|
+
}
|
|
7191
|
+
},
|
|
6632
7192
|
{
|
|
6633
7193
|
"name": "append-inner-icon",
|
|
6634
7194
|
"description": "",
|
|
6635
7195
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
6636
7196
|
"value": {
|
|
6637
7197
|
"kind": "expression",
|
|
6638
|
-
"type":
|
|
7198
|
+
"type": [
|
|
7199
|
+
"string",
|
|
7200
|
+
"function",
|
|
7201
|
+
"object"
|
|
7202
|
+
]
|
|
6639
7203
|
}
|
|
6640
7204
|
},
|
|
6641
7205
|
{
|
|
@@ -6665,7 +7229,11 @@
|
|
|
6665
7229
|
"default": "'$clear'",
|
|
6666
7230
|
"value": {
|
|
6667
7231
|
"kind": "expression",
|
|
6668
|
-
"type":
|
|
7232
|
+
"type": [
|
|
7233
|
+
"string",
|
|
7234
|
+
"function",
|
|
7235
|
+
"object"
|
|
7236
|
+
]
|
|
6669
7237
|
}
|
|
6670
7238
|
},
|
|
6671
7239
|
{
|
|
@@ -6725,7 +7293,11 @@
|
|
|
6725
7293
|
"doc-url": "https://vuetifyjs.com/api/v-file-input#props",
|
|
6726
7294
|
"value": {
|
|
6727
7295
|
"kind": "expression",
|
|
6728
|
-
"type":
|
|
7296
|
+
"type": [
|
|
7297
|
+
"string",
|
|
7298
|
+
"function",
|
|
7299
|
+
"object"
|
|
7300
|
+
]
|
|
6729
7301
|
}
|
|
6730
7302
|
},
|
|
6731
7303
|
{
|
|
@@ -6829,7 +7401,7 @@
|
|
|
6829
7401
|
"doc-url": "https://vuetifyjs.com/api/v-footer",
|
|
6830
7402
|
"attributes": [
|
|
6831
7403
|
{
|
|
6832
|
-
"name": "
|
|
7404
|
+
"name": "app",
|
|
6833
7405
|
"description": "",
|
|
6834
7406
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6835
7407
|
"value": {
|
|
@@ -6838,71 +7410,19 @@
|
|
|
6838
7410
|
}
|
|
6839
7411
|
},
|
|
6840
7412
|
{
|
|
6841
|
-
"name": "
|
|
6842
|
-
"description": "
|
|
7413
|
+
"name": "color",
|
|
7414
|
+
"description": "",
|
|
6843
7415
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6844
|
-
"default": "false",
|
|
6845
7416
|
"value": {
|
|
6846
7417
|
"kind": "expression",
|
|
6847
|
-
"type":
|
|
6848
|
-
"boolean",
|
|
6849
|
-
"number",
|
|
6850
|
-
"string"
|
|
6851
|
-
]
|
|
7418
|
+
"type": "any"
|
|
6852
7419
|
}
|
|
6853
7420
|
},
|
|
6854
7421
|
{
|
|
6855
7422
|
"name": "height",
|
|
6856
|
-
"description": "Sets the height for the component
|
|
6857
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6858
|
-
"value": {
|
|
6859
|
-
"kind": "expression",
|
|
6860
|
-
"type": [
|
|
6861
|
-
"number",
|
|
6862
|
-
"string"
|
|
6863
|
-
]
|
|
6864
|
-
}
|
|
6865
|
-
},
|
|
6866
|
-
{
|
|
6867
|
-
"name": "max-height",
|
|
6868
|
-
"description": "Sets the maximum height for the component.",
|
|
6869
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6870
|
-
"value": {
|
|
6871
|
-
"kind": "expression",
|
|
6872
|
-
"type": [
|
|
6873
|
-
"number",
|
|
6874
|
-
"string"
|
|
6875
|
-
]
|
|
6876
|
-
}
|
|
6877
|
-
},
|
|
6878
|
-
{
|
|
6879
|
-
"name": "max-width",
|
|
6880
|
-
"description": "Sets the maximum width for the component.",
|
|
6881
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6882
|
-
"value": {
|
|
6883
|
-
"kind": "expression",
|
|
6884
|
-
"type": [
|
|
6885
|
-
"number",
|
|
6886
|
-
"string"
|
|
6887
|
-
]
|
|
6888
|
-
}
|
|
6889
|
-
},
|
|
6890
|
-
{
|
|
6891
|
-
"name": "min-height",
|
|
6892
|
-
"description": "Sets the minimum height for the component.",
|
|
6893
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6894
|
-
"value": {
|
|
6895
|
-
"kind": "expression",
|
|
6896
|
-
"type": [
|
|
6897
|
-
"number",
|
|
6898
|
-
"string"
|
|
6899
|
-
]
|
|
6900
|
-
}
|
|
6901
|
-
},
|
|
6902
|
-
{
|
|
6903
|
-
"name": "min-width",
|
|
6904
|
-
"description": "Sets the minimum width for the component.",
|
|
7423
|
+
"description": "Sets the height for the component",
|
|
6905
7424
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
7425
|
+
"default": "'auto'",
|
|
6906
7426
|
"value": {
|
|
6907
7427
|
"kind": "expression",
|
|
6908
7428
|
"type": [
|
|
@@ -6912,12 +7432,14 @@
|
|
|
6912
7432
|
}
|
|
6913
7433
|
},
|
|
6914
7434
|
{
|
|
6915
|
-
"name": "
|
|
6916
|
-
"description": "
|
|
7435
|
+
"name": "border",
|
|
7436
|
+
"description": "Applies border styles to component.",
|
|
6917
7437
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
7438
|
+
"default": "false",
|
|
6918
7439
|
"value": {
|
|
6919
7440
|
"kind": "expression",
|
|
6920
7441
|
"type": [
|
|
7442
|
+
"boolean",
|
|
6921
7443
|
"number",
|
|
6922
7444
|
"string"
|
|
6923
7445
|
]
|
|
@@ -6936,33 +7458,30 @@
|
|
|
6936
7458
|
}
|
|
6937
7459
|
},
|
|
6938
7460
|
{
|
|
6939
|
-
"name": "
|
|
6940
|
-
"description": "
|
|
7461
|
+
"name": "name",
|
|
7462
|
+
"description": "",
|
|
6941
7463
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6942
|
-
"default": "false",
|
|
6943
7464
|
"value": {
|
|
6944
7465
|
"kind": "expression",
|
|
6945
|
-
"type": "
|
|
6946
|
-
}
|
|
6947
|
-
"type": "boolean"
|
|
7466
|
+
"type": "string"
|
|
7467
|
+
}
|
|
6948
7468
|
},
|
|
6949
7469
|
{
|
|
6950
|
-
"name": "
|
|
6951
|
-
"description": "
|
|
7470
|
+
"name": "order",
|
|
7471
|
+
"description": "",
|
|
6952
7472
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6953
|
-
"default": "
|
|
7473
|
+
"default": "0",
|
|
6954
7474
|
"value": {
|
|
6955
7475
|
"kind": "expression",
|
|
6956
7476
|
"type": [
|
|
6957
|
-
"boolean",
|
|
6958
7477
|
"number",
|
|
6959
7478
|
"string"
|
|
6960
7479
|
]
|
|
6961
7480
|
}
|
|
6962
7481
|
},
|
|
6963
7482
|
{
|
|
6964
|
-
"name": "
|
|
6965
|
-
"description": "
|
|
7483
|
+
"name": "absolute",
|
|
7484
|
+
"description": "",
|
|
6966
7485
|
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6967
7486
|
"default": "false",
|
|
6968
7487
|
"value": {
|
|
@@ -6971,57 +7490,6 @@
|
|
|
6971
7490
|
},
|
|
6972
7491
|
"type": "boolean"
|
|
6973
7492
|
},
|
|
6974
|
-
{
|
|
6975
|
-
"name": "left",
|
|
6976
|
-
"description": "Aligns the component towards the left.",
|
|
6977
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6978
|
-
"default": "false",
|
|
6979
|
-
"value": {
|
|
6980
|
-
"kind": "expression",
|
|
6981
|
-
"type": [
|
|
6982
|
-
"boolean",
|
|
6983
|
-
"number",
|
|
6984
|
-
"string"
|
|
6985
|
-
]
|
|
6986
|
-
}
|
|
6987
|
-
},
|
|
6988
|
-
{
|
|
6989
|
-
"name": "position",
|
|
6990
|
-
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**.",
|
|
6991
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
6992
|
-
"value": {
|
|
6993
|
-
"kind": "expression",
|
|
6994
|
-
"type": "string"
|
|
6995
|
-
}
|
|
6996
|
-
},
|
|
6997
|
-
{
|
|
6998
|
-
"name": "right",
|
|
6999
|
-
"description": "Aligns the component towards the right.",
|
|
7000
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
7001
|
-
"default": "false",
|
|
7002
|
-
"value": {
|
|
7003
|
-
"kind": "expression",
|
|
7004
|
-
"type": [
|
|
7005
|
-
"boolean",
|
|
7006
|
-
"number",
|
|
7007
|
-
"string"
|
|
7008
|
-
]
|
|
7009
|
-
}
|
|
7010
|
-
},
|
|
7011
|
-
{
|
|
7012
|
-
"name": "top",
|
|
7013
|
-
"description": "Aligns the content towards the top.",
|
|
7014
|
-
"doc-url": "https://vuetifyjs.com/api/v-footer#props",
|
|
7015
|
-
"default": "false",
|
|
7016
|
-
"value": {
|
|
7017
|
-
"kind": "expression",
|
|
7018
|
-
"type": [
|
|
7019
|
-
"boolean",
|
|
7020
|
-
"number",
|
|
7021
|
-
"string"
|
|
7022
|
-
]
|
|
7023
|
-
}
|
|
7024
|
-
},
|
|
7025
7493
|
{
|
|
7026
7494
|
"name": "rounded",
|
|
7027
7495
|
"description": "",
|
|
@@ -7130,8 +7598,8 @@
|
|
|
7130
7598
|
],
|
|
7131
7599
|
"events": [
|
|
7132
7600
|
{
|
|
7133
|
-
"name": "
|
|
7134
|
-
"description": "
|
|
7601
|
+
"name": "update:modelValue",
|
|
7602
|
+
"description": "",
|
|
7135
7603
|
"doc-url": "https://vuetifyjs.com/api/v-form#events",
|
|
7136
7604
|
"arguments": [
|
|
7137
7605
|
{
|
|
@@ -7147,17 +7615,7 @@
|
|
|
7147
7615
|
"arguments": [
|
|
7148
7616
|
{
|
|
7149
7617
|
"name": "argument",
|
|
7150
|
-
"type": "
|
|
7151
|
-
}
|
|
7152
|
-
]
|
|
7153
|
-
},
|
|
7154
|
-
{
|
|
7155
|
-
"name": "update:modelValue",
|
|
7156
|
-
"description": "",
|
|
7157
|
-
"doc-url": "https://vuetifyjs.com/api/v-form#events",
|
|
7158
|
-
"arguments": [
|
|
7159
|
-
{
|
|
7160
|
-
"name": "argument"
|
|
7618
|
+
"type": "SubmitEventPromise"
|
|
7161
7619
|
}
|
|
7162
7620
|
]
|
|
7163
7621
|
}
|
|
@@ -7850,26 +8308,30 @@
|
|
|
7850
8308
|
"doc-url": "https://vuetifyjs.com/api/v-icon#props",
|
|
7851
8309
|
"value": {
|
|
7852
8310
|
"kind": "expression",
|
|
7853
|
-
"type": "
|
|
8311
|
+
"type": "string"
|
|
7854
8312
|
}
|
|
7855
8313
|
},
|
|
7856
8314
|
{
|
|
7857
|
-
"name": "
|
|
7858
|
-
"description": "
|
|
8315
|
+
"name": "start",
|
|
8316
|
+
"description": "",
|
|
7859
8317
|
"doc-url": "https://vuetifyjs.com/api/v-icon#props",
|
|
8318
|
+
"default": "false",
|
|
7860
8319
|
"value": {
|
|
7861
8320
|
"kind": "expression",
|
|
7862
|
-
"type": "
|
|
7863
|
-
}
|
|
8321
|
+
"type": "boolean"
|
|
8322
|
+
},
|
|
8323
|
+
"type": "boolean"
|
|
7864
8324
|
},
|
|
7865
8325
|
{
|
|
7866
|
-
"name": "
|
|
7867
|
-
"description": "
|
|
8326
|
+
"name": "end",
|
|
8327
|
+
"description": "",
|
|
7868
8328
|
"doc-url": "https://vuetifyjs.com/api/v-icon#props",
|
|
8329
|
+
"default": "false",
|
|
7869
8330
|
"value": {
|
|
7870
8331
|
"kind": "expression",
|
|
7871
|
-
"type": "
|
|
7872
|
-
}
|
|
8332
|
+
"type": "boolean"
|
|
8333
|
+
},
|
|
8334
|
+
"type": "boolean"
|
|
7873
8335
|
},
|
|
7874
8336
|
{
|
|
7875
8337
|
"name": "icon",
|
|
@@ -7879,6 +8341,7 @@
|
|
|
7879
8341
|
"kind": "expression",
|
|
7880
8342
|
"type": [
|
|
7881
8343
|
"string",
|
|
8344
|
+
"function",
|
|
7882
8345
|
"object"
|
|
7883
8346
|
]
|
|
7884
8347
|
}
|
|
@@ -7898,7 +8361,7 @@
|
|
|
7898
8361
|
},
|
|
7899
8362
|
{
|
|
7900
8363
|
"name": "tag",
|
|
7901
|
-
"description": "
|
|
8364
|
+
"description": "",
|
|
7902
8365
|
"doc-url": "https://vuetifyjs.com/api/v-icon#props",
|
|
7903
8366
|
"default": "'i'",
|
|
7904
8367
|
"value": {
|
|
@@ -7908,7 +8371,7 @@
|
|
|
7908
8371
|
},
|
|
7909
8372
|
{
|
|
7910
8373
|
"name": "theme",
|
|
7911
|
-
"description": "
|
|
8374
|
+
"description": "",
|
|
7912
8375
|
"doc-url": "https://vuetifyjs.com/api/v-icon#props",
|
|
7913
8376
|
"value": {
|
|
7914
8377
|
"kind": "expression",
|
|
@@ -8113,7 +8576,11 @@
|
|
|
8113
8576
|
"doc-url": "https://vuetifyjs.com/api/v-input#props",
|
|
8114
8577
|
"value": {
|
|
8115
8578
|
"kind": "expression",
|
|
8116
|
-
"type":
|
|
8579
|
+
"type": [
|
|
8580
|
+
"string",
|
|
8581
|
+
"function",
|
|
8582
|
+
"object"
|
|
8583
|
+
]
|
|
8117
8584
|
}
|
|
8118
8585
|
},
|
|
8119
8586
|
{
|
|
@@ -8122,7 +8589,11 @@
|
|
|
8122
8589
|
"doc-url": "https://vuetifyjs.com/api/v-input#props",
|
|
8123
8590
|
"value": {
|
|
8124
8591
|
"kind": "expression",
|
|
8125
|
-
"type":
|
|
8592
|
+
"type": [
|
|
8593
|
+
"string",
|
|
8594
|
+
"function",
|
|
8595
|
+
"object"
|
|
8596
|
+
]
|
|
8126
8597
|
}
|
|
8127
8598
|
},
|
|
8128
8599
|
{
|
|
@@ -8257,29 +8728,18 @@
|
|
|
8257
8728
|
"kind": "expression",
|
|
8258
8729
|
"type": "any"
|
|
8259
8730
|
}
|
|
8731
|
+
},
|
|
8732
|
+
{
|
|
8733
|
+
"name": "validation-value",
|
|
8734
|
+
"description": "",
|
|
8735
|
+
"doc-url": "https://vuetifyjs.com/api/v-input#props",
|
|
8736
|
+
"value": {
|
|
8737
|
+
"kind": "expression",
|
|
8738
|
+
"type": "any"
|
|
8739
|
+
}
|
|
8260
8740
|
}
|
|
8261
8741
|
],
|
|
8262
8742
|
"events": [
|
|
8263
|
-
{
|
|
8264
|
-
"name": "click:prepend",
|
|
8265
|
-
"description": "Emitted when prepended icon is clicked",
|
|
8266
|
-
"doc-url": "https://vuetifyjs.com/api/v-input#events",
|
|
8267
|
-
"arguments": [
|
|
8268
|
-
{
|
|
8269
|
-
"name": "argument"
|
|
8270
|
-
}
|
|
8271
|
-
]
|
|
8272
|
-
},
|
|
8273
|
-
{
|
|
8274
|
-
"name": "click:append",
|
|
8275
|
-
"description": "Emitted when appended icon is clicked",
|
|
8276
|
-
"doc-url": "https://vuetifyjs.com/api/v-input#events",
|
|
8277
|
-
"arguments": [
|
|
8278
|
-
{
|
|
8279
|
-
"name": "argument"
|
|
8280
|
-
}
|
|
8281
|
-
]
|
|
8282
|
-
},
|
|
8283
8743
|
{
|
|
8284
8744
|
"name": "update:modelValue",
|
|
8285
8745
|
"description": "",
|
|
@@ -8633,7 +9093,7 @@
|
|
|
8633
9093
|
}
|
|
8634
9094
|
},
|
|
8635
9095
|
{
|
|
8636
|
-
"name": "
|
|
9096
|
+
"name": "order",
|
|
8637
9097
|
"description": "",
|
|
8638
9098
|
"doc-url": "https://vuetifyjs.com/api/v-layout-item#props",
|
|
8639
9099
|
"default": "0",
|
|
@@ -8823,7 +9283,7 @@
|
|
|
8823
9283
|
"doc-url": "https://vuetifyjs.com/api/v-list",
|
|
8824
9284
|
"attributes": [
|
|
8825
9285
|
{
|
|
8826
|
-
"name": "color",
|
|
9286
|
+
"name": "active-color",
|
|
8827
9287
|
"description": "",
|
|
8828
9288
|
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
8829
9289
|
"value": {
|
|
@@ -8832,8 +9292,8 @@
|
|
|
8832
9292
|
}
|
|
8833
9293
|
},
|
|
8834
9294
|
{
|
|
8835
|
-
"name": "
|
|
8836
|
-
"description": "
|
|
9295
|
+
"name": "active-class",
|
|
9296
|
+
"description": "",
|
|
8837
9297
|
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
8838
9298
|
"value": {
|
|
8839
9299
|
"kind": "expression",
|
|
@@ -8841,18 +9301,17 @@
|
|
|
8841
9301
|
}
|
|
8842
9302
|
},
|
|
8843
9303
|
{
|
|
8844
|
-
"name": "
|
|
8845
|
-
"description": "
|
|
9304
|
+
"name": "bg-color",
|
|
9305
|
+
"description": "",
|
|
8846
9306
|
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
8847
|
-
"default": "'one'",
|
|
8848
9307
|
"value": {
|
|
8849
9308
|
"kind": "expression",
|
|
8850
|
-
"type": "
|
|
9309
|
+
"type": "any"
|
|
8851
9310
|
}
|
|
8852
9311
|
},
|
|
8853
9312
|
{
|
|
8854
|
-
"name": "
|
|
8855
|
-
"description": "
|
|
9313
|
+
"name": "disabled",
|
|
9314
|
+
"description": "Disables all children `v-list-item` components",
|
|
8856
9315
|
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
8857
9316
|
"value": {
|
|
8858
9317
|
"kind": "expression",
|
|
@@ -8860,8 +9319,21 @@
|
|
|
8860
9319
|
}
|
|
8861
9320
|
},
|
|
8862
9321
|
{
|
|
8863
|
-
"name": "
|
|
8864
|
-
"description": "",
|
|
9322
|
+
"name": "lines",
|
|
9323
|
+
"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.",
|
|
9324
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
9325
|
+
"default": "'one'",
|
|
9326
|
+
"value": {
|
|
9327
|
+
"kind": "expression",
|
|
9328
|
+
"type": [
|
|
9329
|
+
"boolean",
|
|
9330
|
+
"string"
|
|
9331
|
+
]
|
|
9332
|
+
}
|
|
9333
|
+
},
|
|
9334
|
+
{
|
|
9335
|
+
"name": "nav",
|
|
9336
|
+
"description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**",
|
|
8865
9337
|
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
8866
9338
|
"value": {
|
|
8867
9339
|
"kind": "expression",
|
|
@@ -8885,7 +9357,7 @@
|
|
|
8885
9357
|
"name": "open-strategy",
|
|
8886
9358
|
"description": "",
|
|
8887
9359
|
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
8888
|
-
"default": "'
|
|
9360
|
+
"default": "'list'",
|
|
8889
9361
|
"value": {
|
|
8890
9362
|
"kind": "expression",
|
|
8891
9363
|
"type": [
|
|
@@ -9031,6 +9503,95 @@
|
|
|
9031
9503
|
]
|
|
9032
9504
|
}
|
|
9033
9505
|
},
|
|
9506
|
+
{
|
|
9507
|
+
"name": "item-type",
|
|
9508
|
+
"description": "",
|
|
9509
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
9510
|
+
"default": "'type'",
|
|
9511
|
+
"value": {
|
|
9512
|
+
"kind": "expression",
|
|
9513
|
+
"type": "string"
|
|
9514
|
+
}
|
|
9515
|
+
},
|
|
9516
|
+
{
|
|
9517
|
+
"name": "items",
|
|
9518
|
+
"description": "",
|
|
9519
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
9520
|
+
"default": "[]",
|
|
9521
|
+
"value": {
|
|
9522
|
+
"kind": "expression",
|
|
9523
|
+
"type": "array"
|
|
9524
|
+
}
|
|
9525
|
+
},
|
|
9526
|
+
{
|
|
9527
|
+
"name": "item-title",
|
|
9528
|
+
"description": "",
|
|
9529
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
9530
|
+
"default": "'title'",
|
|
9531
|
+
"value": {
|
|
9532
|
+
"kind": "expression",
|
|
9533
|
+
"type": [
|
|
9534
|
+
"string",
|
|
9535
|
+
"array",
|
|
9536
|
+
"function"
|
|
9537
|
+
]
|
|
9538
|
+
}
|
|
9539
|
+
},
|
|
9540
|
+
{
|
|
9541
|
+
"name": "item-value",
|
|
9542
|
+
"description": "",
|
|
9543
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
9544
|
+
"default": "'value'",
|
|
9545
|
+
"value": {
|
|
9546
|
+
"kind": "expression",
|
|
9547
|
+
"type": [
|
|
9548
|
+
"string",
|
|
9549
|
+
"array",
|
|
9550
|
+
"function"
|
|
9551
|
+
]
|
|
9552
|
+
}
|
|
9553
|
+
},
|
|
9554
|
+
{
|
|
9555
|
+
"name": "item-children",
|
|
9556
|
+
"description": "",
|
|
9557
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
9558
|
+
"default": "'children'",
|
|
9559
|
+
"value": {
|
|
9560
|
+
"kind": "expression",
|
|
9561
|
+
"type": [
|
|
9562
|
+
"boolean",
|
|
9563
|
+
"string",
|
|
9564
|
+
"array",
|
|
9565
|
+
"function"
|
|
9566
|
+
]
|
|
9567
|
+
}
|
|
9568
|
+
},
|
|
9569
|
+
{
|
|
9570
|
+
"name": "item-props",
|
|
9571
|
+
"description": "",
|
|
9572
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
9573
|
+
"default": "'props'",
|
|
9574
|
+
"value": {
|
|
9575
|
+
"kind": "expression",
|
|
9576
|
+
"type": [
|
|
9577
|
+
"boolean",
|
|
9578
|
+
"string",
|
|
9579
|
+
"array",
|
|
9580
|
+
"function"
|
|
9581
|
+
]
|
|
9582
|
+
}
|
|
9583
|
+
},
|
|
9584
|
+
{
|
|
9585
|
+
"name": "return-object",
|
|
9586
|
+
"description": "",
|
|
9587
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
9588
|
+
"default": "false",
|
|
9589
|
+
"value": {
|
|
9590
|
+
"kind": "expression",
|
|
9591
|
+
"type": "boolean"
|
|
9592
|
+
},
|
|
9593
|
+
"type": "boolean"
|
|
9594
|
+
},
|
|
9034
9595
|
{
|
|
9035
9596
|
"name": "rounded",
|
|
9036
9597
|
"description": "",
|
|
@@ -9063,6 +9624,25 @@
|
|
|
9063
9624
|
"kind": "expression",
|
|
9064
9625
|
"type": "string"
|
|
9065
9626
|
}
|
|
9627
|
+
},
|
|
9628
|
+
{
|
|
9629
|
+
"name": "color",
|
|
9630
|
+
"description": "",
|
|
9631
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
9632
|
+
"value": {
|
|
9633
|
+
"kind": "expression",
|
|
9634
|
+
"type": "string"
|
|
9635
|
+
}
|
|
9636
|
+
},
|
|
9637
|
+
{
|
|
9638
|
+
"name": "variant",
|
|
9639
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
9640
|
+
"doc-url": "https://vuetifyjs.com/api/v-list#props",
|
|
9641
|
+
"default": "'text'",
|
|
9642
|
+
"value": {
|
|
9643
|
+
"kind": "expression",
|
|
9644
|
+
"type": "string"
|
|
9645
|
+
}
|
|
9066
9646
|
}
|
|
9067
9647
|
],
|
|
9068
9648
|
"events": [
|
|
@@ -9156,7 +9736,7 @@
|
|
|
9156
9736
|
}
|
|
9157
9737
|
},
|
|
9158
9738
|
{
|
|
9159
|
-
"name": "
|
|
9739
|
+
"name": "title",
|
|
9160
9740
|
"description": "",
|
|
9161
9741
|
"doc-url": "https://vuetifyjs.com/api/v-list-subheader#props",
|
|
9162
9742
|
"value": {
|
|
@@ -9273,7 +9853,16 @@
|
|
|
9273
9853
|
}
|
|
9274
9854
|
},
|
|
9275
9855
|
{
|
|
9276
|
-
"name": "
|
|
9856
|
+
"name": "lines",
|
|
9857
|
+
"description": "",
|
|
9858
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9859
|
+
"value": {
|
|
9860
|
+
"kind": "expression",
|
|
9861
|
+
"type": "any"
|
|
9862
|
+
}
|
|
9863
|
+
},
|
|
9864
|
+
{
|
|
9865
|
+
"name": "nav",
|
|
9277
9866
|
"description": "",
|
|
9278
9867
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9279
9868
|
"value": {
|
|
@@ -9326,6 +9915,15 @@
|
|
|
9326
9915
|
"type": "any"
|
|
9327
9916
|
}
|
|
9328
9917
|
},
|
|
9918
|
+
{
|
|
9919
|
+
"name": "link",
|
|
9920
|
+
"description": "",
|
|
9921
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9922
|
+
"value": {
|
|
9923
|
+
"kind": "expression",
|
|
9924
|
+
"type": "any"
|
|
9925
|
+
}
|
|
9926
|
+
},
|
|
9329
9927
|
{
|
|
9330
9928
|
"name": "border",
|
|
9331
9929
|
"description": "Applies border styles to component.",
|
|
@@ -9508,18 +10106,9 @@
|
|
|
9508
10106
|
"type": "string"
|
|
9509
10107
|
}
|
|
9510
10108
|
},
|
|
9511
|
-
{
|
|
9512
|
-
"name": "text-color",
|
|
9513
|
-
"description": "Applies a specified color to the control text",
|
|
9514
|
-
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9515
|
-
"value": {
|
|
9516
|
-
"kind": "expression",
|
|
9517
|
-
"type": "string"
|
|
9518
|
-
}
|
|
9519
|
-
},
|
|
9520
10109
|
{
|
|
9521
10110
|
"name": "variant",
|
|
9522
|
-
"description": "Applies one of
|
|
10111
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
9523
10112
|
"doc-url": "https://vuetifyjs.com/api/v-list-item#props",
|
|
9524
10113
|
"default": "'text'",
|
|
9525
10114
|
"value": {
|
|
@@ -9574,6 +10163,57 @@
|
|
|
9574
10163
|
"event": "update:modelValue"
|
|
9575
10164
|
}
|
|
9576
10165
|
},
|
|
10166
|
+
{
|
|
10167
|
+
"name": "VListItemAction",
|
|
10168
|
+
"source": {
|
|
10169
|
+
"module": "./src/components/index.ts",
|
|
10170
|
+
"symbol": "VListItemAction"
|
|
10171
|
+
},
|
|
10172
|
+
"description": "",
|
|
10173
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-action",
|
|
10174
|
+
"attributes": [
|
|
10175
|
+
{
|
|
10176
|
+
"name": "start",
|
|
10177
|
+
"description": "",
|
|
10178
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-action#props",
|
|
10179
|
+
"value": {
|
|
10180
|
+
"kind": "expression",
|
|
10181
|
+
"type": "any"
|
|
10182
|
+
}
|
|
10183
|
+
},
|
|
10184
|
+
{
|
|
10185
|
+
"name": "end",
|
|
10186
|
+
"description": "",
|
|
10187
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-action#props",
|
|
10188
|
+
"value": {
|
|
10189
|
+
"kind": "expression",
|
|
10190
|
+
"type": "any"
|
|
10191
|
+
}
|
|
10192
|
+
},
|
|
10193
|
+
{
|
|
10194
|
+
"name": "tag",
|
|
10195
|
+
"description": "Specify a custom tag used on the root element.",
|
|
10196
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-action#props",
|
|
10197
|
+
"default": "'div'",
|
|
10198
|
+
"value": {
|
|
10199
|
+
"kind": "expression",
|
|
10200
|
+
"type": "string"
|
|
10201
|
+
}
|
|
10202
|
+
}
|
|
10203
|
+
],
|
|
10204
|
+
"events": [],
|
|
10205
|
+
"slots": [
|
|
10206
|
+
{
|
|
10207
|
+
"name": "default",
|
|
10208
|
+
"description": "The default Vue slot.",
|
|
10209
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-action#slots"
|
|
10210
|
+
}
|
|
10211
|
+
],
|
|
10212
|
+
"vue-model": {
|
|
10213
|
+
"prop": "modelValue",
|
|
10214
|
+
"event": "update:modelValue"
|
|
10215
|
+
}
|
|
10216
|
+
},
|
|
9577
10217
|
{
|
|
9578
10218
|
"name": "VListItemAvatar",
|
|
9579
10219
|
"source": {
|
|
@@ -9584,21 +10224,93 @@
|
|
|
9584
10224
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar",
|
|
9585
10225
|
"attributes": [
|
|
9586
10226
|
{
|
|
9587
|
-
"name": "
|
|
10227
|
+
"name": "color",
|
|
10228
|
+
"description": "",
|
|
10229
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
10230
|
+
"value": {
|
|
10231
|
+
"kind": "expression",
|
|
10232
|
+
"type": "string"
|
|
10233
|
+
}
|
|
10234
|
+
},
|
|
10235
|
+
{
|
|
10236
|
+
"name": "start",
|
|
10237
|
+
"description": "",
|
|
10238
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
10239
|
+
"default": "false",
|
|
10240
|
+
"value": {
|
|
10241
|
+
"kind": "expression",
|
|
10242
|
+
"type": "boolean"
|
|
10243
|
+
},
|
|
10244
|
+
"type": "boolean"
|
|
10245
|
+
},
|
|
10246
|
+
{
|
|
10247
|
+
"name": "end",
|
|
10248
|
+
"description": "",
|
|
10249
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
10250
|
+
"default": "false",
|
|
10251
|
+
"value": {
|
|
10252
|
+
"kind": "expression",
|
|
10253
|
+
"type": "boolean"
|
|
10254
|
+
},
|
|
10255
|
+
"type": "boolean"
|
|
10256
|
+
},
|
|
10257
|
+
{
|
|
10258
|
+
"name": "icon",
|
|
9588
10259
|
"description": "",
|
|
9589
10260
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9590
10261
|
"value": {
|
|
9591
10262
|
"kind": "expression",
|
|
9592
|
-
"type":
|
|
10263
|
+
"type": [
|
|
10264
|
+
"string",
|
|
10265
|
+
"function",
|
|
10266
|
+
"object"
|
|
10267
|
+
]
|
|
9593
10268
|
}
|
|
9594
10269
|
},
|
|
9595
10270
|
{
|
|
9596
|
-
"name": "
|
|
10271
|
+
"name": "image",
|
|
9597
10272
|
"description": "",
|
|
9598
10273
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
9599
10274
|
"value": {
|
|
9600
10275
|
"kind": "expression",
|
|
9601
|
-
"type": "
|
|
10276
|
+
"type": "string"
|
|
10277
|
+
}
|
|
10278
|
+
},
|
|
10279
|
+
{
|
|
10280
|
+
"name": "density",
|
|
10281
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**.",
|
|
10282
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
10283
|
+
"default": "'default'",
|
|
10284
|
+
"value": {
|
|
10285
|
+
"kind": "expression",
|
|
10286
|
+
"type": "string"
|
|
10287
|
+
}
|
|
10288
|
+
},
|
|
10289
|
+
{
|
|
10290
|
+
"name": "rounded",
|
|
10291
|
+
"description": "",
|
|
10292
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
10293
|
+
"default": "false",
|
|
10294
|
+
"value": {
|
|
10295
|
+
"kind": "expression",
|
|
10296
|
+
"type": [
|
|
10297
|
+
"boolean",
|
|
10298
|
+
"number",
|
|
10299
|
+
"string"
|
|
10300
|
+
]
|
|
10301
|
+
}
|
|
10302
|
+
},
|
|
10303
|
+
{
|
|
10304
|
+
"name": "size",
|
|
10305
|
+
"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**.",
|
|
10306
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-avatar#props",
|
|
10307
|
+
"default": "'default'",
|
|
10308
|
+
"value": {
|
|
10309
|
+
"kind": "expression",
|
|
10310
|
+
"type": [
|
|
10311
|
+
"string",
|
|
10312
|
+
"number"
|
|
10313
|
+
]
|
|
9602
10314
|
}
|
|
9603
10315
|
},
|
|
9604
10316
|
{
|
|
@@ -9652,6 +10364,105 @@
|
|
|
9652
10364
|
"event": "update:modelValue"
|
|
9653
10365
|
}
|
|
9654
10366
|
},
|
|
10367
|
+
{
|
|
10368
|
+
"name": "VListItemIcon",
|
|
10369
|
+
"source": {
|
|
10370
|
+
"module": "./src/components/index.ts",
|
|
10371
|
+
"symbol": "VListItemIcon"
|
|
10372
|
+
},
|
|
10373
|
+
"description": "",
|
|
10374
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon",
|
|
10375
|
+
"attributes": [
|
|
10376
|
+
{
|
|
10377
|
+
"name": "color",
|
|
10378
|
+
"description": "",
|
|
10379
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10380
|
+
"value": {
|
|
10381
|
+
"kind": "expression",
|
|
10382
|
+
"type": "string"
|
|
10383
|
+
}
|
|
10384
|
+
},
|
|
10385
|
+
{
|
|
10386
|
+
"name": "start",
|
|
10387
|
+
"description": "",
|
|
10388
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10389
|
+
"default": "false",
|
|
10390
|
+
"value": {
|
|
10391
|
+
"kind": "expression",
|
|
10392
|
+
"type": "boolean"
|
|
10393
|
+
},
|
|
10394
|
+
"type": "boolean"
|
|
10395
|
+
},
|
|
10396
|
+
{
|
|
10397
|
+
"name": "end",
|
|
10398
|
+
"description": "",
|
|
10399
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10400
|
+
"default": "false",
|
|
10401
|
+
"value": {
|
|
10402
|
+
"kind": "expression",
|
|
10403
|
+
"type": "boolean"
|
|
10404
|
+
},
|
|
10405
|
+
"type": "boolean"
|
|
10406
|
+
},
|
|
10407
|
+
{
|
|
10408
|
+
"name": "icon",
|
|
10409
|
+
"description": "Designates a specific icon.",
|
|
10410
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10411
|
+
"value": {
|
|
10412
|
+
"kind": "expression",
|
|
10413
|
+
"type": [
|
|
10414
|
+
"string",
|
|
10415
|
+
"function",
|
|
10416
|
+
"object"
|
|
10417
|
+
]
|
|
10418
|
+
}
|
|
10419
|
+
},
|
|
10420
|
+
{
|
|
10421
|
+
"name": "size",
|
|
10422
|
+
"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**.",
|
|
10423
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10424
|
+
"default": "'default'",
|
|
10425
|
+
"value": {
|
|
10426
|
+
"kind": "expression",
|
|
10427
|
+
"type": [
|
|
10428
|
+
"string",
|
|
10429
|
+
"number"
|
|
10430
|
+
]
|
|
10431
|
+
}
|
|
10432
|
+
},
|
|
10433
|
+
{
|
|
10434
|
+
"name": "tag",
|
|
10435
|
+
"description": "",
|
|
10436
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10437
|
+
"default": "'i'",
|
|
10438
|
+
"value": {
|
|
10439
|
+
"kind": "expression",
|
|
10440
|
+
"type": "string"
|
|
10441
|
+
}
|
|
10442
|
+
},
|
|
10443
|
+
{
|
|
10444
|
+
"name": "theme",
|
|
10445
|
+
"description": "",
|
|
10446
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#props",
|
|
10447
|
+
"value": {
|
|
10448
|
+
"kind": "expression",
|
|
10449
|
+
"type": "string"
|
|
10450
|
+
}
|
|
10451
|
+
}
|
|
10452
|
+
],
|
|
10453
|
+
"events": [],
|
|
10454
|
+
"slots": [
|
|
10455
|
+
{
|
|
10456
|
+
"name": "default",
|
|
10457
|
+
"description": "The default Vue slot.",
|
|
10458
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-item-icon#slots"
|
|
10459
|
+
}
|
|
10460
|
+
],
|
|
10461
|
+
"vue-model": {
|
|
10462
|
+
"prop": "modelValue",
|
|
10463
|
+
"event": "update:modelValue"
|
|
10464
|
+
}
|
|
10465
|
+
},
|
|
9655
10466
|
{
|
|
9656
10467
|
"name": "VListItemMedia",
|
|
9657
10468
|
"source": {
|
|
@@ -9662,7 +10473,7 @@
|
|
|
9662
10473
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-media",
|
|
9663
10474
|
"attributes": [
|
|
9664
10475
|
{
|
|
9665
|
-
"name": "
|
|
10476
|
+
"name": "start",
|
|
9666
10477
|
"description": "",
|
|
9667
10478
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-media#props",
|
|
9668
10479
|
"value": {
|
|
@@ -9671,7 +10482,7 @@
|
|
|
9671
10482
|
}
|
|
9672
10483
|
},
|
|
9673
10484
|
{
|
|
9674
|
-
"name": "
|
|
10485
|
+
"name": "end",
|
|
9675
10486
|
"description": "",
|
|
9676
10487
|
"doc-url": "https://vuetifyjs.com/api/v-list-item-media#props",
|
|
9677
10488
|
"value": {
|
|
@@ -9772,6 +10583,24 @@
|
|
|
9772
10583
|
"description": "",
|
|
9773
10584
|
"doc-url": "https://vuetifyjs.com/api/v-list-group",
|
|
9774
10585
|
"attributes": [
|
|
10586
|
+
{
|
|
10587
|
+
"name": "active-color",
|
|
10588
|
+
"description": "",
|
|
10589
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
10590
|
+
"value": {
|
|
10591
|
+
"kind": "expression",
|
|
10592
|
+
"type": "any"
|
|
10593
|
+
}
|
|
10594
|
+
},
|
|
10595
|
+
{
|
|
10596
|
+
"name": "color",
|
|
10597
|
+
"description": "",
|
|
10598
|
+
"doc-url": "https://vuetifyjs.com/api/v-list-group#props",
|
|
10599
|
+
"value": {
|
|
10600
|
+
"kind": "expression",
|
|
10601
|
+
"type": "any"
|
|
10602
|
+
}
|
|
10603
|
+
},
|
|
9775
10604
|
{
|
|
9776
10605
|
"name": "collapse-icon",
|
|
9777
10606
|
"description": "",
|
|
@@ -9779,7 +10608,11 @@
|
|
|
9779
10608
|
"default": "'$collapse'",
|
|
9780
10609
|
"value": {
|
|
9781
10610
|
"kind": "expression",
|
|
9782
|
-
"type":
|
|
10611
|
+
"type": [
|
|
10612
|
+
"string",
|
|
10613
|
+
"function",
|
|
10614
|
+
"object"
|
|
10615
|
+
]
|
|
9783
10616
|
}
|
|
9784
10617
|
},
|
|
9785
10618
|
{
|
|
@@ -9789,7 +10622,11 @@
|
|
|
9789
10622
|
"default": "'$expand'",
|
|
9790
10623
|
"value": {
|
|
9791
10624
|
"kind": "expression",
|
|
9792
|
-
"type":
|
|
10625
|
+
"type": [
|
|
10626
|
+
"string",
|
|
10627
|
+
"function",
|
|
10628
|
+
"object"
|
|
10629
|
+
]
|
|
9793
10630
|
}
|
|
9794
10631
|
},
|
|
9795
10632
|
{
|
|
@@ -9943,15 +10780,6 @@
|
|
|
9943
10780
|
"description": "",
|
|
9944
10781
|
"doc-url": "https://vuetifyjs.com/api/v-menu",
|
|
9945
10782
|
"attributes": [
|
|
9946
|
-
{
|
|
9947
|
-
"name": "disable-keys",
|
|
9948
|
-
"description": "Removes all keyboard interaction",
|
|
9949
|
-
"doc-url": "https://vuetifyjs.com/api/v-menu#props",
|
|
9950
|
-
"value": {
|
|
9951
|
-
"kind": "expression",
|
|
9952
|
-
"type": "any"
|
|
9953
|
-
}
|
|
9954
|
-
},
|
|
9955
10783
|
{
|
|
9956
10784
|
"name": "model-value",
|
|
9957
10785
|
"description": "",
|
|
@@ -10176,7 +11004,7 @@
|
|
|
10176
11004
|
}
|
|
10177
11005
|
},
|
|
10178
11006
|
{
|
|
10179
|
-
"name": "
|
|
11007
|
+
"name": "location",
|
|
10180
11008
|
"description": "",
|
|
10181
11009
|
"doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
|
|
10182
11010
|
"default": "'left'",
|
|
@@ -10221,7 +11049,7 @@
|
|
|
10221
11049
|
}
|
|
10222
11050
|
},
|
|
10223
11051
|
{
|
|
10224
|
-
"name": "
|
|
11052
|
+
"name": "order",
|
|
10225
11053
|
"description": "",
|
|
10226
11054
|
"doc-url": "https://vuetifyjs.com/api/v-navigation-drawer#props",
|
|
10227
11055
|
"default": "0",
|
|
@@ -10403,6 +11231,17 @@
|
|
|
10403
11231
|
"type": "any"
|
|
10404
11232
|
}
|
|
10405
11233
|
},
|
|
11234
|
+
{
|
|
11235
|
+
"name": "close-on-back",
|
|
11236
|
+
"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.",
|
|
11237
|
+
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
11238
|
+
"default": "true",
|
|
11239
|
+
"value": {
|
|
11240
|
+
"kind": "expression",
|
|
11241
|
+
"type": "boolean"
|
|
11242
|
+
},
|
|
11243
|
+
"type": "boolean"
|
|
11244
|
+
},
|
|
10406
11245
|
{
|
|
10407
11246
|
"name": "contained",
|
|
10408
11247
|
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`.",
|
|
@@ -10421,6 +11260,24 @@
|
|
|
10421
11260
|
"type": "any"
|
|
10422
11261
|
}
|
|
10423
11262
|
},
|
|
11263
|
+
{
|
|
11264
|
+
"name": "content-props",
|
|
11265
|
+
"description": "",
|
|
11266
|
+
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
11267
|
+
"value": {
|
|
11268
|
+
"kind": "expression",
|
|
11269
|
+
"type": "any"
|
|
11270
|
+
}
|
|
11271
|
+
},
|
|
11272
|
+
{
|
|
11273
|
+
"name": "disabled",
|
|
11274
|
+
"description": "",
|
|
11275
|
+
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
11276
|
+
"value": {
|
|
11277
|
+
"kind": "expression",
|
|
11278
|
+
"type": "any"
|
|
11279
|
+
}
|
|
11280
|
+
},
|
|
10424
11281
|
{
|
|
10425
11282
|
"name": "no-click-animation",
|
|
10426
11283
|
"description": "",
|
|
@@ -10461,6 +11318,19 @@
|
|
|
10461
11318
|
]
|
|
10462
11319
|
}
|
|
10463
11320
|
},
|
|
11321
|
+
{
|
|
11322
|
+
"name": "z-index",
|
|
11323
|
+
"description": "The z-index used for the component",
|
|
11324
|
+
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
11325
|
+
"default": "2000",
|
|
11326
|
+
"value": {
|
|
11327
|
+
"kind": "expression",
|
|
11328
|
+
"type": [
|
|
11329
|
+
"number",
|
|
11330
|
+
"string"
|
|
11331
|
+
]
|
|
11332
|
+
}
|
|
11333
|
+
},
|
|
10464
11334
|
{
|
|
10465
11335
|
"name": "activator",
|
|
10466
11336
|
"description": "",
|
|
@@ -10516,6 +11386,17 @@
|
|
|
10516
11386
|
},
|
|
10517
11387
|
"type": "boolean"
|
|
10518
11388
|
},
|
|
11389
|
+
{
|
|
11390
|
+
"name": "close-on-content-click",
|
|
11391
|
+
"description": "",
|
|
11392
|
+
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
11393
|
+
"default": "false",
|
|
11394
|
+
"value": {
|
|
11395
|
+
"kind": "expression",
|
|
11396
|
+
"type": "boolean"
|
|
11397
|
+
},
|
|
11398
|
+
"type": "boolean"
|
|
11399
|
+
},
|
|
10519
11400
|
{
|
|
10520
11401
|
"name": "close-delay",
|
|
10521
11402
|
"description": "",
|
|
@@ -10613,7 +11494,7 @@
|
|
|
10613
11494
|
}
|
|
10614
11495
|
},
|
|
10615
11496
|
{
|
|
10616
|
-
"name": "
|
|
11497
|
+
"name": "location-strategy",
|
|
10617
11498
|
"description": "",
|
|
10618
11499
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
10619
11500
|
"default": "'static'",
|
|
@@ -10626,7 +11507,7 @@
|
|
|
10626
11507
|
}
|
|
10627
11508
|
},
|
|
10628
11509
|
{
|
|
10629
|
-
"name": "
|
|
11510
|
+
"name": "location",
|
|
10630
11511
|
"description": "",
|
|
10631
11512
|
"doc-url": "https://vuetifyjs.com/api/v-overlay#props",
|
|
10632
11513
|
"default": "'bottom'",
|
|
@@ -10818,7 +11699,11 @@
|
|
|
10818
11699
|
"default": "'$first'",
|
|
10819
11700
|
"value": {
|
|
10820
11701
|
"kind": "expression",
|
|
10821
|
-
"type":
|
|
11702
|
+
"type": [
|
|
11703
|
+
"string",
|
|
11704
|
+
"function",
|
|
11705
|
+
"object"
|
|
11706
|
+
]
|
|
10822
11707
|
}
|
|
10823
11708
|
},
|
|
10824
11709
|
{
|
|
@@ -10828,7 +11713,11 @@
|
|
|
10828
11713
|
"default": "'$prev'",
|
|
10829
11714
|
"value": {
|
|
10830
11715
|
"kind": "expression",
|
|
10831
|
-
"type":
|
|
11716
|
+
"type": [
|
|
11717
|
+
"string",
|
|
11718
|
+
"function",
|
|
11719
|
+
"object"
|
|
11720
|
+
]
|
|
10832
11721
|
}
|
|
10833
11722
|
},
|
|
10834
11723
|
{
|
|
@@ -10838,7 +11727,11 @@
|
|
|
10838
11727
|
"default": "'$next'",
|
|
10839
11728
|
"value": {
|
|
10840
11729
|
"kind": "expression",
|
|
10841
|
-
"type":
|
|
11730
|
+
"type": [
|
|
11731
|
+
"string",
|
|
11732
|
+
"function",
|
|
11733
|
+
"object"
|
|
11734
|
+
]
|
|
10842
11735
|
}
|
|
10843
11736
|
},
|
|
10844
11737
|
{
|
|
@@ -10848,7 +11741,11 @@
|
|
|
10848
11741
|
"default": "'$last'",
|
|
10849
11742
|
"value": {
|
|
10850
11743
|
"kind": "expression",
|
|
10851
|
-
"type":
|
|
11744
|
+
"type": [
|
|
11745
|
+
"string",
|
|
11746
|
+
"function",
|
|
11747
|
+
"object"
|
|
11748
|
+
]
|
|
10852
11749
|
}
|
|
10853
11750
|
},
|
|
10854
11751
|
{
|
|
@@ -11024,16 +11921,7 @@
|
|
|
11024
11921
|
},
|
|
11025
11922
|
{
|
|
11026
11923
|
"name": "color",
|
|
11027
|
-
"description": "Color of the selected page button",
|
|
11028
|
-
"doc-url": "https://vuetifyjs.com/api/v-pagination#props",
|
|
11029
|
-
"value": {
|
|
11030
|
-
"kind": "expression",
|
|
11031
|
-
"type": "string"
|
|
11032
|
-
}
|
|
11033
|
-
},
|
|
11034
|
-
{
|
|
11035
|
-
"name": "text-color",
|
|
11036
|
-
"description": "Applies a specified color to the control text",
|
|
11924
|
+
"description": "Color of the selected page button",
|
|
11037
11925
|
"doc-url": "https://vuetifyjs.com/api/v-pagination#props",
|
|
11038
11926
|
"value": {
|
|
11039
11927
|
"kind": "expression",
|
|
@@ -11042,7 +11930,7 @@
|
|
|
11042
11930
|
},
|
|
11043
11931
|
{
|
|
11044
11932
|
"name": "variant",
|
|
11045
|
-
"description": "Applies one of
|
|
11933
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
11046
11934
|
"doc-url": "https://vuetifyjs.com/api/v-pagination#props",
|
|
11047
11935
|
"default": "'text'",
|
|
11048
11936
|
"value": {
|
|
@@ -11525,7 +12413,11 @@
|
|
|
11525
12413
|
"default": "'$radioOff'",
|
|
11526
12414
|
"value": {
|
|
11527
12415
|
"kind": "expression",
|
|
11528
|
-
"type":
|
|
12416
|
+
"type": [
|
|
12417
|
+
"string",
|
|
12418
|
+
"function",
|
|
12419
|
+
"object"
|
|
12420
|
+
]
|
|
11529
12421
|
}
|
|
11530
12422
|
},
|
|
11531
12423
|
{
|
|
@@ -11535,7 +12427,11 @@
|
|
|
11535
12427
|
"default": "'$radioOn'",
|
|
11536
12428
|
"value": {
|
|
11537
12429
|
"kind": "expression",
|
|
11538
|
-
"type":
|
|
12430
|
+
"type": [
|
|
12431
|
+
"string",
|
|
12432
|
+
"function",
|
|
12433
|
+
"object"
|
|
12434
|
+
]
|
|
11539
12435
|
}
|
|
11540
12436
|
}
|
|
11541
12437
|
],
|
|
@@ -11583,7 +12479,11 @@
|
|
|
11583
12479
|
"doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
|
|
11584
12480
|
"value": {
|
|
11585
12481
|
"kind": "expression",
|
|
11586
|
-
"type":
|
|
12482
|
+
"type": [
|
|
12483
|
+
"string",
|
|
12484
|
+
"function",
|
|
12485
|
+
"object"
|
|
12486
|
+
]
|
|
11587
12487
|
}
|
|
11588
12488
|
},
|
|
11589
12489
|
{
|
|
@@ -11592,7 +12492,11 @@
|
|
|
11592
12492
|
"doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
|
|
11593
12493
|
"value": {
|
|
11594
12494
|
"kind": "expression",
|
|
11595
|
-
"type":
|
|
12495
|
+
"type": [
|
|
12496
|
+
"string",
|
|
12497
|
+
"function",
|
|
12498
|
+
"object"
|
|
12499
|
+
]
|
|
11596
12500
|
}
|
|
11597
12501
|
},
|
|
11598
12502
|
{
|
|
@@ -11728,6 +12632,15 @@
|
|
|
11728
12632
|
"type": "any"
|
|
11729
12633
|
}
|
|
11730
12634
|
},
|
|
12635
|
+
{
|
|
12636
|
+
"name": "validation-value",
|
|
12637
|
+
"description": "",
|
|
12638
|
+
"doc-url": "https://vuetifyjs.com/api/v-radio-group#props",
|
|
12639
|
+
"value": {
|
|
12640
|
+
"kind": "expression",
|
|
12641
|
+
"type": "any"
|
|
12642
|
+
}
|
|
12643
|
+
},
|
|
11731
12644
|
{
|
|
11732
12645
|
"name": "color",
|
|
11733
12646
|
"description": "",
|
|
@@ -11764,7 +12677,11 @@
|
|
|
11764
12677
|
"default": "'$radioOff'",
|
|
11765
12678
|
"value": {
|
|
11766
12679
|
"kind": "expression",
|
|
11767
|
-
"type":
|
|
12680
|
+
"type": [
|
|
12681
|
+
"string",
|
|
12682
|
+
"function",
|
|
12683
|
+
"object"
|
|
12684
|
+
]
|
|
11768
12685
|
}
|
|
11769
12686
|
},
|
|
11770
12687
|
{
|
|
@@ -11774,7 +12691,11 @@
|
|
|
11774
12691
|
"default": "'$radioOn'",
|
|
11775
12692
|
"value": {
|
|
11776
12693
|
"kind": "expression",
|
|
11777
|
-
"type":
|
|
12694
|
+
"type": [
|
|
12695
|
+
"string",
|
|
12696
|
+
"function",
|
|
12697
|
+
"object"
|
|
12698
|
+
]
|
|
11778
12699
|
}
|
|
11779
12700
|
},
|
|
11780
12701
|
{
|
|
@@ -11897,7 +12818,11 @@
|
|
|
11897
12818
|
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
|
11898
12819
|
"value": {
|
|
11899
12820
|
"kind": "expression",
|
|
11900
|
-
"type":
|
|
12821
|
+
"type": [
|
|
12822
|
+
"string",
|
|
12823
|
+
"function",
|
|
12824
|
+
"object"
|
|
12825
|
+
]
|
|
11901
12826
|
}
|
|
11902
12827
|
},
|
|
11903
12828
|
{
|
|
@@ -11906,7 +12831,11 @@
|
|
|
11906
12831
|
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
|
11907
12832
|
"value": {
|
|
11908
12833
|
"kind": "expression",
|
|
11909
|
-
"type":
|
|
12834
|
+
"type": [
|
|
12835
|
+
"string",
|
|
12836
|
+
"function",
|
|
12837
|
+
"object"
|
|
12838
|
+
]
|
|
11910
12839
|
}
|
|
11911
12840
|
},
|
|
11912
12841
|
{
|
|
@@ -12043,6 +12972,15 @@
|
|
|
12043
12972
|
"type": "array"
|
|
12044
12973
|
}
|
|
12045
12974
|
},
|
|
12975
|
+
{
|
|
12976
|
+
"name": "validation-value",
|
|
12977
|
+
"description": "",
|
|
12978
|
+
"doc-url": "https://vuetifyjs.com/api/v-range-slider#props",
|
|
12979
|
+
"value": {
|
|
12980
|
+
"kind": "expression",
|
|
12981
|
+
"type": "any"
|
|
12982
|
+
}
|
|
12983
|
+
},
|
|
12046
12984
|
{
|
|
12047
12985
|
"name": "max",
|
|
12048
12986
|
"description": "",
|
|
@@ -12342,7 +13280,11 @@
|
|
|
12342
13280
|
"default": "'$ratingEmpty'",
|
|
12343
13281
|
"value": {
|
|
12344
13282
|
"kind": "expression",
|
|
12345
|
-
"type":
|
|
13283
|
+
"type": [
|
|
13284
|
+
"string",
|
|
13285
|
+
"function",
|
|
13286
|
+
"object"
|
|
13287
|
+
]
|
|
12346
13288
|
}
|
|
12347
13289
|
},
|
|
12348
13290
|
{
|
|
@@ -12352,7 +13294,11 @@
|
|
|
12352
13294
|
"default": "'$ratingFull'",
|
|
12353
13295
|
"value": {
|
|
12354
13296
|
"kind": "expression",
|
|
12355
|
-
"type":
|
|
13297
|
+
"type": [
|
|
13298
|
+
"string",
|
|
13299
|
+
"function",
|
|
13300
|
+
"object"
|
|
13301
|
+
]
|
|
12356
13302
|
}
|
|
12357
13303
|
},
|
|
12358
13304
|
{
|
|
@@ -12850,14 +13796,15 @@
|
|
|
12850
13796
|
"type": "boolean"
|
|
12851
13797
|
},
|
|
12852
13798
|
{
|
|
12853
|
-
"name": "
|
|
12854
|
-
"description": "
|
|
13799
|
+
"name": "menu",
|
|
13800
|
+
"description": "",
|
|
12855
13801
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
12856
|
-
"default": "
|
|
13802
|
+
"default": "false",
|
|
12857
13803
|
"value": {
|
|
12858
13804
|
"kind": "expression",
|
|
12859
|
-
"type": "
|
|
12860
|
-
}
|
|
13805
|
+
"type": "boolean"
|
|
13806
|
+
},
|
|
13807
|
+
"type": "boolean"
|
|
12861
13808
|
},
|
|
12862
13809
|
{
|
|
12863
13810
|
"name": "menu-icon",
|
|
@@ -12866,7 +13813,20 @@
|
|
|
12866
13813
|
"default": "'$dropdown'",
|
|
12867
13814
|
"value": {
|
|
12868
13815
|
"kind": "expression",
|
|
12869
|
-
"type":
|
|
13816
|
+
"type": [
|
|
13817
|
+
"string",
|
|
13818
|
+
"function",
|
|
13819
|
+
"object"
|
|
13820
|
+
]
|
|
13821
|
+
}
|
|
13822
|
+
},
|
|
13823
|
+
{
|
|
13824
|
+
"name": "menu-props",
|
|
13825
|
+
"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 }\"`",
|
|
13826
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
13827
|
+
"value": {
|
|
13828
|
+
"kind": "expression",
|
|
13829
|
+
"type": "object"
|
|
12870
13830
|
}
|
|
12871
13831
|
},
|
|
12872
13832
|
{
|
|
@@ -12876,11 +13836,7 @@
|
|
|
12876
13836
|
"default": "[]",
|
|
12877
13837
|
"value": {
|
|
12878
13838
|
"kind": "expression",
|
|
12879
|
-
"type":
|
|
12880
|
-
"number",
|
|
12881
|
-
"string",
|
|
12882
|
-
"array"
|
|
12883
|
-
]
|
|
13839
|
+
"type": "any"
|
|
12884
13840
|
}
|
|
12885
13841
|
},
|
|
12886
13842
|
{
|
|
@@ -12915,11 +13871,90 @@
|
|
|
12915
13871
|
},
|
|
12916
13872
|
"type": "boolean"
|
|
12917
13873
|
},
|
|
13874
|
+
{
|
|
13875
|
+
"name": "items",
|
|
13876
|
+
"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.",
|
|
13877
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
13878
|
+
"default": "[]",
|
|
13879
|
+
"value": {
|
|
13880
|
+
"kind": "expression",
|
|
13881
|
+
"type": "array"
|
|
13882
|
+
}
|
|
13883
|
+
},
|
|
13884
|
+
{
|
|
13885
|
+
"name": "item-title",
|
|
13886
|
+
"description": "",
|
|
13887
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
13888
|
+
"default": "'title'",
|
|
13889
|
+
"value": {
|
|
13890
|
+
"kind": "expression",
|
|
13891
|
+
"type": [
|
|
13892
|
+
"string",
|
|
13893
|
+
"array",
|
|
13894
|
+
"function"
|
|
13895
|
+
]
|
|
13896
|
+
}
|
|
13897
|
+
},
|
|
13898
|
+
{
|
|
13899
|
+
"name": "item-value",
|
|
13900
|
+
"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)",
|
|
13901
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
13902
|
+
"default": "'value'",
|
|
13903
|
+
"value": {
|
|
13904
|
+
"kind": "expression",
|
|
13905
|
+
"type": [
|
|
13906
|
+
"string",
|
|
13907
|
+
"array",
|
|
13908
|
+
"function"
|
|
13909
|
+
]
|
|
13910
|
+
}
|
|
13911
|
+
},
|
|
13912
|
+
{
|
|
13913
|
+
"name": "item-children",
|
|
13914
|
+
"description": "",
|
|
13915
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
13916
|
+
"default": "false",
|
|
13917
|
+
"value": {
|
|
13918
|
+
"kind": "expression",
|
|
13919
|
+
"type": [
|
|
13920
|
+
"boolean",
|
|
13921
|
+
"string",
|
|
13922
|
+
"array",
|
|
13923
|
+
"function"
|
|
13924
|
+
]
|
|
13925
|
+
}
|
|
13926
|
+
},
|
|
13927
|
+
{
|
|
13928
|
+
"name": "item-props",
|
|
13929
|
+
"description": "",
|
|
13930
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
13931
|
+
"default": "'props'",
|
|
13932
|
+
"value": {
|
|
13933
|
+
"kind": "expression",
|
|
13934
|
+
"type": [
|
|
13935
|
+
"boolean",
|
|
13936
|
+
"string",
|
|
13937
|
+
"array",
|
|
13938
|
+
"function"
|
|
13939
|
+
]
|
|
13940
|
+
}
|
|
13941
|
+
},
|
|
13942
|
+
{
|
|
13943
|
+
"name": "return-object",
|
|
13944
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**",
|
|
13945
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
13946
|
+
"default": "false",
|
|
13947
|
+
"value": {
|
|
13948
|
+
"kind": "expression",
|
|
13949
|
+
"type": "boolean"
|
|
13950
|
+
},
|
|
13951
|
+
"type": "boolean"
|
|
13952
|
+
},
|
|
12918
13953
|
{
|
|
12919
13954
|
"name": "transition",
|
|
12920
13955
|
"description": "",
|
|
12921
13956
|
"doc-url": "https://vuetifyjs.com/api/v-select#props",
|
|
12922
|
-
"default": "
|
|
13957
|
+
"default": "{\"component\":{\"name\":\"VDialogTransition\",\"props\":{}}}",
|
|
12923
13958
|
"value": {
|
|
12924
13959
|
"kind": "expression",
|
|
12925
13960
|
"type": [
|
|
@@ -12940,6 +13975,16 @@
|
|
|
12940
13975
|
"name": "argument"
|
|
12941
13976
|
}
|
|
12942
13977
|
]
|
|
13978
|
+
},
|
|
13979
|
+
{
|
|
13980
|
+
"name": "update:menu",
|
|
13981
|
+
"description": "",
|
|
13982
|
+
"doc-url": "https://vuetifyjs.com/api/v-select#events",
|
|
13983
|
+
"arguments": [
|
|
13984
|
+
{
|
|
13985
|
+
"name": "argument"
|
|
13986
|
+
}
|
|
13987
|
+
]
|
|
12943
13988
|
}
|
|
12944
13989
|
],
|
|
12945
13990
|
"slots": [],
|
|
@@ -13023,7 +14068,11 @@
|
|
|
13023
14068
|
"doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
|
|
13024
14069
|
"value": {
|
|
13025
14070
|
"kind": "expression",
|
|
13026
|
-
"type":
|
|
14071
|
+
"type": [
|
|
14072
|
+
"string",
|
|
14073
|
+
"function",
|
|
14074
|
+
"object"
|
|
14075
|
+
]
|
|
13027
14076
|
}
|
|
13028
14077
|
},
|
|
13029
14078
|
{
|
|
@@ -13032,7 +14081,11 @@
|
|
|
13032
14081
|
"doc-url": "https://vuetifyjs.com/api/v-selection-control#props",
|
|
13033
14082
|
"value": {
|
|
13034
14083
|
"kind": "expression",
|
|
13035
|
-
"type":
|
|
14084
|
+
"type": [
|
|
14085
|
+
"string",
|
|
14086
|
+
"function",
|
|
14087
|
+
"object"
|
|
14088
|
+
]
|
|
13036
14089
|
}
|
|
13037
14090
|
},
|
|
13038
14091
|
{
|
|
@@ -13406,53 +14459,12 @@
|
|
|
13406
14459
|
}
|
|
13407
14460
|
},
|
|
13408
14461
|
{
|
|
13409
|
-
"name": "
|
|
13410
|
-
"description": "
|
|
13411
|
-
"doc-url": "https://vuetifyjs.com/api/v-sheet#props",
|
|
13412
|
-
"default": "false",
|
|
13413
|
-
"value": {
|
|
13414
|
-
"kind": "expression",
|
|
13415
|
-
"type": "boolean"
|
|
13416
|
-
},
|
|
13417
|
-
"type": "boolean"
|
|
13418
|
-
},
|
|
13419
|
-
{
|
|
13420
|
-
"name": "bottom",
|
|
13421
|
-
"description": "Aligns the component towards the bottom.",
|
|
13422
|
-
"doc-url": "https://vuetifyjs.com/api/v-sheet#props",
|
|
13423
|
-
"default": "false",
|
|
13424
|
-
"value": {
|
|
13425
|
-
"kind": "expression",
|
|
13426
|
-
"type": [
|
|
13427
|
-
"boolean",
|
|
13428
|
-
"number",
|
|
13429
|
-
"string"
|
|
13430
|
-
]
|
|
13431
|
-
}
|
|
13432
|
-
},
|
|
13433
|
-
{
|
|
13434
|
-
"name": "fixed",
|
|
13435
|
-
"description": "Applies **position: fixed** to the component.",
|
|
13436
|
-
"doc-url": "https://vuetifyjs.com/api/v-sheet#props",
|
|
13437
|
-
"default": "false",
|
|
13438
|
-
"value": {
|
|
13439
|
-
"kind": "expression",
|
|
13440
|
-
"type": "boolean"
|
|
13441
|
-
},
|
|
13442
|
-
"type": "boolean"
|
|
13443
|
-
},
|
|
13444
|
-
{
|
|
13445
|
-
"name": "left",
|
|
13446
|
-
"description": "Aligns the component towards the left.",
|
|
14462
|
+
"name": "location",
|
|
14463
|
+
"description": "",
|
|
13447
14464
|
"doc-url": "https://vuetifyjs.com/api/v-sheet#props",
|
|
13448
|
-
"default": "false",
|
|
13449
14465
|
"value": {
|
|
13450
14466
|
"kind": "expression",
|
|
13451
|
-
"type":
|
|
13452
|
-
"boolean",
|
|
13453
|
-
"number",
|
|
13454
|
-
"string"
|
|
13455
|
-
]
|
|
14467
|
+
"type": "string"
|
|
13456
14468
|
}
|
|
13457
14469
|
},
|
|
13458
14470
|
{
|
|
@@ -13464,34 +14476,6 @@
|
|
|
13464
14476
|
"type": "string"
|
|
13465
14477
|
}
|
|
13466
14478
|
},
|
|
13467
|
-
{
|
|
13468
|
-
"name": "right",
|
|
13469
|
-
"description": "Aligns the component towards the right.",
|
|
13470
|
-
"doc-url": "https://vuetifyjs.com/api/v-sheet#props",
|
|
13471
|
-
"default": "false",
|
|
13472
|
-
"value": {
|
|
13473
|
-
"kind": "expression",
|
|
13474
|
-
"type": [
|
|
13475
|
-
"boolean",
|
|
13476
|
-
"number",
|
|
13477
|
-
"string"
|
|
13478
|
-
]
|
|
13479
|
-
}
|
|
13480
|
-
},
|
|
13481
|
-
{
|
|
13482
|
-
"name": "top",
|
|
13483
|
-
"description": "Aligns the content towards the top.",
|
|
13484
|
-
"doc-url": "https://vuetifyjs.com/api/v-sheet#props",
|
|
13485
|
-
"default": "false",
|
|
13486
|
-
"value": {
|
|
13487
|
-
"kind": "expression",
|
|
13488
|
-
"type": [
|
|
13489
|
-
"boolean",
|
|
13490
|
-
"number",
|
|
13491
|
-
"string"
|
|
13492
|
-
]
|
|
13493
|
-
}
|
|
13494
|
-
},
|
|
13495
14479
|
{
|
|
13496
14480
|
"name": "rounded",
|
|
13497
14481
|
"description": "",
|
|
@@ -13558,16 +14542,6 @@
|
|
|
13558
14542
|
"description": "",
|
|
13559
14543
|
"doc-url": "https://vuetifyjs.com/api/v-slide-group",
|
|
13560
14544
|
"attributes": [
|
|
13561
|
-
{
|
|
13562
|
-
"name": "active-class",
|
|
13563
|
-
"description": "",
|
|
13564
|
-
"doc-url": "https://vuetifyjs.com/api/v-slide-group#props",
|
|
13565
|
-
"default": "'v-slide-item--active'",
|
|
13566
|
-
"value": {
|
|
13567
|
-
"kind": "expression",
|
|
13568
|
-
"type": "string"
|
|
13569
|
-
}
|
|
13570
|
-
},
|
|
13571
14545
|
{
|
|
13572
14546
|
"name": "center-active",
|
|
13573
14547
|
"description": "Forces the selected component to be centered",
|
|
@@ -13603,7 +14577,11 @@
|
|
|
13603
14577
|
"default": "'$next'",
|
|
13604
14578
|
"value": {
|
|
13605
14579
|
"kind": "expression",
|
|
13606
|
-
"type":
|
|
14580
|
+
"type": [
|
|
14581
|
+
"string",
|
|
14582
|
+
"function",
|
|
14583
|
+
"object"
|
|
14584
|
+
]
|
|
13607
14585
|
}
|
|
13608
14586
|
},
|
|
13609
14587
|
{
|
|
@@ -13613,7 +14591,11 @@
|
|
|
13613
14591
|
"default": "'$prev'",
|
|
13614
14592
|
"value": {
|
|
13615
14593
|
"kind": "expression",
|
|
13616
|
-
"type":
|
|
14594
|
+
"type": [
|
|
14595
|
+
"string",
|
|
14596
|
+
"function",
|
|
14597
|
+
"object"
|
|
14598
|
+
]
|
|
13617
14599
|
}
|
|
13618
14600
|
},
|
|
13619
14601
|
{
|
|
@@ -13685,6 +14667,7 @@
|
|
|
13685
14667
|
"name": "selected-class",
|
|
13686
14668
|
"description": "Configure the selected CSS class.",
|
|
13687
14669
|
"doc-url": "https://vuetifyjs.com/api/v-slide-group#props",
|
|
14670
|
+
"default": "'v-slide-group-item--active'",
|
|
13688
14671
|
"value": {
|
|
13689
14672
|
"kind": "expression",
|
|
13690
14673
|
"type": "string"
|
|
@@ -14083,7 +15066,11 @@
|
|
|
14083
15066
|
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
|
14084
15067
|
"value": {
|
|
14085
15068
|
"kind": "expression",
|
|
14086
|
-
"type":
|
|
15069
|
+
"type": [
|
|
15070
|
+
"string",
|
|
15071
|
+
"function",
|
|
15072
|
+
"object"
|
|
15073
|
+
]
|
|
14087
15074
|
}
|
|
14088
15075
|
},
|
|
14089
15076
|
{
|
|
@@ -14092,7 +15079,11 @@
|
|
|
14092
15079
|
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
|
14093
15080
|
"value": {
|
|
14094
15081
|
"kind": "expression",
|
|
14095
|
-
"type":
|
|
15082
|
+
"type": [
|
|
15083
|
+
"string",
|
|
15084
|
+
"function",
|
|
15085
|
+
"object"
|
|
15086
|
+
]
|
|
14096
15087
|
}
|
|
14097
15088
|
},
|
|
14098
15089
|
{
|
|
@@ -14188,6 +15179,15 @@
|
|
|
14188
15179
|
"string"
|
|
14189
15180
|
]
|
|
14190
15181
|
}
|
|
15182
|
+
},
|
|
15183
|
+
{
|
|
15184
|
+
"name": "validation-value",
|
|
15185
|
+
"description": "",
|
|
15186
|
+
"doc-url": "https://vuetifyjs.com/api/v-slider#props",
|
|
15187
|
+
"value": {
|
|
15188
|
+
"kind": "expression",
|
|
15189
|
+
"type": "any"
|
|
15190
|
+
}
|
|
14191
15191
|
}
|
|
14192
15192
|
],
|
|
14193
15193
|
"events": [
|
|
@@ -14236,15 +15236,6 @@
|
|
|
14236
15236
|
"type": "any"
|
|
14237
15237
|
}
|
|
14238
15238
|
},
|
|
14239
|
-
{
|
|
14240
|
-
"name": "centered",
|
|
14241
|
-
"description": "Positions the snackbar in the center of the screen, (x and y axis).",
|
|
14242
|
-
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
14243
|
-
"value": {
|
|
14244
|
-
"kind": "expression",
|
|
14245
|
-
"type": "any"
|
|
14246
|
-
}
|
|
14247
|
-
},
|
|
14248
15239
|
{
|
|
14249
15240
|
"name": "content-class",
|
|
14250
15241
|
"description": "Apply a custom class to the snackbar content",
|
|
@@ -14296,53 +15287,13 @@
|
|
|
14296
15287
|
}
|
|
14297
15288
|
},
|
|
14298
15289
|
{
|
|
14299
|
-
"name": "
|
|
14300
|
-
"description": "
|
|
14301
|
-
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
14302
|
-
"default": "false",
|
|
14303
|
-
"value": {
|
|
14304
|
-
"kind": "expression",
|
|
14305
|
-
"type": "boolean"
|
|
14306
|
-
},
|
|
14307
|
-
"type": "boolean"
|
|
14308
|
-
},
|
|
14309
|
-
{
|
|
14310
|
-
"name": "bottom",
|
|
14311
|
-
"description": "Aligns the component towards the bottom.",
|
|
14312
|
-
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
14313
|
-
"default": "false",
|
|
14314
|
-
"value": {
|
|
14315
|
-
"kind": "expression",
|
|
14316
|
-
"type": [
|
|
14317
|
-
"boolean",
|
|
14318
|
-
"number",
|
|
14319
|
-
"string"
|
|
14320
|
-
]
|
|
14321
|
-
}
|
|
14322
|
-
},
|
|
14323
|
-
{
|
|
14324
|
-
"name": "fixed",
|
|
14325
|
-
"description": "Applies **position: fixed** to the component.",
|
|
14326
|
-
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
14327
|
-
"default": "false",
|
|
14328
|
-
"value": {
|
|
14329
|
-
"kind": "expression",
|
|
14330
|
-
"type": "boolean"
|
|
14331
|
-
},
|
|
14332
|
-
"type": "boolean"
|
|
14333
|
-
},
|
|
14334
|
-
{
|
|
14335
|
-
"name": "left",
|
|
14336
|
-
"description": "Aligns the component towards the left.",
|
|
15290
|
+
"name": "location",
|
|
15291
|
+
"description": "",
|
|
14337
15292
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
14338
|
-
"default": "
|
|
15293
|
+
"default": "'bottom'",
|
|
14339
15294
|
"value": {
|
|
14340
15295
|
"kind": "expression",
|
|
14341
|
-
"type":
|
|
14342
|
-
"boolean",
|
|
14343
|
-
"number",
|
|
14344
|
-
"string"
|
|
14345
|
-
]
|
|
15296
|
+
"type": "string"
|
|
14346
15297
|
}
|
|
14347
15298
|
},
|
|
14348
15299
|
{
|
|
@@ -14355,22 +15306,8 @@
|
|
|
14355
15306
|
}
|
|
14356
15307
|
},
|
|
14357
15308
|
{
|
|
14358
|
-
"name": "
|
|
14359
|
-
"description": "
|
|
14360
|
-
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
14361
|
-
"default": "false",
|
|
14362
|
-
"value": {
|
|
14363
|
-
"kind": "expression",
|
|
14364
|
-
"type": [
|
|
14365
|
-
"boolean",
|
|
14366
|
-
"number",
|
|
14367
|
-
"string"
|
|
14368
|
-
]
|
|
14369
|
-
}
|
|
14370
|
-
},
|
|
14371
|
-
{
|
|
14372
|
-
"name": "top",
|
|
14373
|
-
"description": "Aligns the content towards the top.",
|
|
15309
|
+
"name": "rounded",
|
|
15310
|
+
"description": "",
|
|
14374
15311
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
14375
15312
|
"default": "false",
|
|
14376
15313
|
"value": {
|
|
@@ -14391,20 +15328,11 @@
|
|
|
14391
15328
|
"type": "string"
|
|
14392
15329
|
}
|
|
14393
15330
|
},
|
|
14394
|
-
{
|
|
14395
|
-
"name": "text-color",
|
|
14396
|
-
"description": "Applies a specified color to the control text",
|
|
14397
|
-
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
14398
|
-
"value": {
|
|
14399
|
-
"kind": "expression",
|
|
14400
|
-
"type": "string"
|
|
14401
|
-
}
|
|
14402
|
-
},
|
|
14403
15331
|
{
|
|
14404
15332
|
"name": "variant",
|
|
14405
|
-
"description": "Applies one of
|
|
15333
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
14406
15334
|
"doc-url": "https://vuetifyjs.com/api/v-snackbar#props",
|
|
14407
|
-
"default": "'
|
|
15335
|
+
"default": "'elevated'",
|
|
14408
15336
|
"value": {
|
|
14409
15337
|
"kind": "expression",
|
|
14410
15338
|
"type": "string"
|
|
@@ -14508,9 +15436,11 @@
|
|
|
14508
15436
|
"default": "false",
|
|
14509
15437
|
"value": {
|
|
14510
15438
|
"kind": "expression",
|
|
14511
|
-
"type":
|
|
14512
|
-
|
|
14513
|
-
|
|
15439
|
+
"type": [
|
|
15440
|
+
"boolean",
|
|
15441
|
+
"string"
|
|
15442
|
+
]
|
|
15443
|
+
}
|
|
14514
15444
|
},
|
|
14515
15445
|
{
|
|
14516
15446
|
"name": "id",
|
|
@@ -14527,7 +15457,11 @@
|
|
|
14527
15457
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
14528
15458
|
"value": {
|
|
14529
15459
|
"kind": "expression",
|
|
14530
|
-
"type":
|
|
15460
|
+
"type": [
|
|
15461
|
+
"string",
|
|
15462
|
+
"function",
|
|
15463
|
+
"object"
|
|
15464
|
+
]
|
|
14531
15465
|
}
|
|
14532
15466
|
},
|
|
14533
15467
|
{
|
|
@@ -14536,7 +15470,11 @@
|
|
|
14536
15470
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
14537
15471
|
"value": {
|
|
14538
15472
|
"kind": "expression",
|
|
14539
|
-
"type":
|
|
15473
|
+
"type": [
|
|
15474
|
+
"string",
|
|
15475
|
+
"function",
|
|
15476
|
+
"object"
|
|
15477
|
+
]
|
|
14540
15478
|
}
|
|
14541
15479
|
},
|
|
14542
15480
|
{
|
|
@@ -14672,6 +15610,15 @@
|
|
|
14672
15610
|
"type": "any"
|
|
14673
15611
|
}
|
|
14674
15612
|
},
|
|
15613
|
+
{
|
|
15614
|
+
"name": "validation-value",
|
|
15615
|
+
"description": "",
|
|
15616
|
+
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
15617
|
+
"value": {
|
|
15618
|
+
"kind": "expression",
|
|
15619
|
+
"type": "any"
|
|
15620
|
+
}
|
|
15621
|
+
},
|
|
14675
15622
|
{
|
|
14676
15623
|
"name": "color",
|
|
14677
15624
|
"description": "",
|
|
@@ -14707,7 +15654,11 @@
|
|
|
14707
15654
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
14708
15655
|
"value": {
|
|
14709
15656
|
"kind": "expression",
|
|
14710
|
-
"type":
|
|
15657
|
+
"type": [
|
|
15658
|
+
"string",
|
|
15659
|
+
"function",
|
|
15660
|
+
"object"
|
|
15661
|
+
]
|
|
14711
15662
|
}
|
|
14712
15663
|
},
|
|
14713
15664
|
{
|
|
@@ -14716,7 +15667,11 @@
|
|
|
14716
15667
|
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
14717
15668
|
"value": {
|
|
14718
15669
|
"kind": "expression",
|
|
14719
|
-
"type":
|
|
15670
|
+
"type": [
|
|
15671
|
+
"string",
|
|
15672
|
+
"function",
|
|
15673
|
+
"object"
|
|
15674
|
+
]
|
|
14720
15675
|
}
|
|
14721
15676
|
},
|
|
14722
15677
|
{
|
|
@@ -14760,224 +15715,111 @@
|
|
|
14760
15715
|
}
|
|
14761
15716
|
},
|
|
14762
15717
|
{
|
|
14763
|
-
"name": "type",
|
|
14764
|
-
"description": "",
|
|
14765
|
-
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
14766
|
-
"value": {
|
|
14767
|
-
"kind": "expression",
|
|
14768
|
-
"type": "string"
|
|
14769
|
-
}
|
|
14770
|
-
},
|
|
14771
|
-
{
|
|
14772
|
-
"name": "value",
|
|
14773
|
-
"description": "",
|
|
14774
|
-
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
14775
|
-
"value": {
|
|
14776
|
-
"kind": "expression",
|
|
14777
|
-
"type": "any"
|
|
14778
|
-
}
|
|
14779
|
-
},
|
|
14780
|
-
{
|
|
14781
|
-
"name": "value-comparator",
|
|
14782
|
-
"description": "",
|
|
14783
|
-
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
14784
|
-
"value": {
|
|
14785
|
-
"kind": "expression",
|
|
14786
|
-
"type": "function"
|
|
14787
|
-
}
|
|
14788
|
-
},
|
|
14789
|
-
{
|
|
14790
|
-
"name": "theme",
|
|
14791
|
-
"description": "Specify a theme for this component and all of its children",
|
|
14792
|
-
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
14793
|
-
"value": {
|
|
14794
|
-
"kind": "expression",
|
|
14795
|
-
"type": "string"
|
|
14796
|
-
}
|
|
14797
|
-
}
|
|
14798
|
-
],
|
|
14799
|
-
"events": [
|
|
14800
|
-
{
|
|
14801
|
-
"name": "update:indeterminate",
|
|
14802
|
-
"description": "",
|
|
14803
|
-
"doc-url": "https://vuetifyjs.com/api/v-switch#events",
|
|
14804
|
-
"arguments": [
|
|
14805
|
-
{
|
|
14806
|
-
"name": "argument"
|
|
14807
|
-
}
|
|
14808
|
-
]
|
|
14809
|
-
}
|
|
14810
|
-
],
|
|
14811
|
-
"slots": [],
|
|
14812
|
-
"vue-model": {
|
|
14813
|
-
"prop": "modelValue",
|
|
14814
|
-
"event": "update:modelValue"
|
|
14815
|
-
}
|
|
14816
|
-
},
|
|
14817
|
-
{
|
|
14818
|
-
"name": "VSystemBar",
|
|
14819
|
-
"source": {
|
|
14820
|
-
"module": "./src/components/index.ts",
|
|
14821
|
-
"symbol": "VSystemBar"
|
|
14822
|
-
},
|
|
14823
|
-
"description": "",
|
|
14824
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar",
|
|
14825
|
-
"attributes": [
|
|
14826
|
-
{
|
|
14827
|
-
"name": "color",
|
|
14828
|
-
"description": "",
|
|
14829
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14830
|
-
"value": {
|
|
14831
|
-
"kind": "expression",
|
|
14832
|
-
"type": "any"
|
|
14833
|
-
}
|
|
14834
|
-
},
|
|
14835
|
-
{
|
|
14836
|
-
"name": "window",
|
|
14837
|
-
"description": "Increases the system bar height to 32px (24px default).",
|
|
14838
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14839
|
-
"value": {
|
|
14840
|
-
"kind": "expression",
|
|
14841
|
-
"type": "any"
|
|
14842
|
-
}
|
|
14843
|
-
},
|
|
14844
|
-
{
|
|
14845
|
-
"name": "height",
|
|
14846
|
-
"description": "Sets the height for the component.",
|
|
14847
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14848
|
-
"value": {
|
|
14849
|
-
"kind": "expression",
|
|
14850
|
-
"type": [
|
|
14851
|
-
"number",
|
|
14852
|
-
"string"
|
|
14853
|
-
]
|
|
14854
|
-
}
|
|
14855
|
-
},
|
|
14856
|
-
{
|
|
14857
|
-
"name": "max-height",
|
|
14858
|
-
"description": "Sets the maximum height for the component.",
|
|
14859
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14860
|
-
"value": {
|
|
14861
|
-
"kind": "expression",
|
|
14862
|
-
"type": [
|
|
14863
|
-
"number",
|
|
14864
|
-
"string"
|
|
14865
|
-
]
|
|
14866
|
-
}
|
|
14867
|
-
},
|
|
14868
|
-
{
|
|
14869
|
-
"name": "max-width",
|
|
14870
|
-
"description": "Sets the maximum width for the component.",
|
|
14871
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14872
|
-
"value": {
|
|
14873
|
-
"kind": "expression",
|
|
14874
|
-
"type": [
|
|
14875
|
-
"number",
|
|
14876
|
-
"string"
|
|
14877
|
-
]
|
|
14878
|
-
}
|
|
14879
|
-
},
|
|
14880
|
-
{
|
|
14881
|
-
"name": "min-height",
|
|
14882
|
-
"description": "Sets the minimum height for the component.",
|
|
14883
|
-
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
15718
|
+
"name": "type",
|
|
15719
|
+
"description": "",
|
|
15720
|
+
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
14884
15721
|
"value": {
|
|
14885
15722
|
"kind": "expression",
|
|
14886
|
-
"type":
|
|
14887
|
-
"number",
|
|
14888
|
-
"string"
|
|
14889
|
-
]
|
|
15723
|
+
"type": "string"
|
|
14890
15724
|
}
|
|
14891
15725
|
},
|
|
14892
15726
|
{
|
|
14893
|
-
"name": "
|
|
14894
|
-
"description": "
|
|
14895
|
-
"doc-url": "https://vuetifyjs.com/api/v-
|
|
15727
|
+
"name": "value",
|
|
15728
|
+
"description": "",
|
|
15729
|
+
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
14896
15730
|
"value": {
|
|
14897
15731
|
"kind": "expression",
|
|
14898
|
-
"type":
|
|
14899
|
-
"number",
|
|
14900
|
-
"string"
|
|
14901
|
-
]
|
|
15732
|
+
"type": "any"
|
|
14902
15733
|
}
|
|
14903
15734
|
},
|
|
14904
15735
|
{
|
|
14905
|
-
"name": "
|
|
14906
|
-
"description": "
|
|
14907
|
-
"doc-url": "https://vuetifyjs.com/api/v-
|
|
15736
|
+
"name": "value-comparator",
|
|
15737
|
+
"description": "",
|
|
15738
|
+
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
14908
15739
|
"value": {
|
|
14909
15740
|
"kind": "expression",
|
|
14910
|
-
"type":
|
|
14911
|
-
"number",
|
|
14912
|
-
"string"
|
|
14913
|
-
]
|
|
15741
|
+
"type": "function"
|
|
14914
15742
|
}
|
|
14915
15743
|
},
|
|
14916
15744
|
{
|
|
14917
|
-
"name": "
|
|
14918
|
-
"description": "
|
|
14919
|
-
"doc-url": "https://vuetifyjs.com/api/v-
|
|
15745
|
+
"name": "theme",
|
|
15746
|
+
"description": "Specify a theme for this component and all of its children",
|
|
15747
|
+
"doc-url": "https://vuetifyjs.com/api/v-switch#props",
|
|
14920
15748
|
"value": {
|
|
14921
15749
|
"kind": "expression",
|
|
14922
|
-
"type":
|
|
14923
|
-
"number",
|
|
14924
|
-
"string"
|
|
14925
|
-
]
|
|
15750
|
+
"type": "string"
|
|
14926
15751
|
}
|
|
14927
|
-
}
|
|
15752
|
+
}
|
|
15753
|
+
],
|
|
15754
|
+
"events": [
|
|
14928
15755
|
{
|
|
14929
|
-
"name": "
|
|
14930
|
-
"description": "
|
|
15756
|
+
"name": "update:indeterminate",
|
|
15757
|
+
"description": "",
|
|
15758
|
+
"doc-url": "https://vuetifyjs.com/api/v-switch#events",
|
|
15759
|
+
"arguments": [
|
|
15760
|
+
{
|
|
15761
|
+
"name": "argument"
|
|
15762
|
+
}
|
|
15763
|
+
]
|
|
15764
|
+
}
|
|
15765
|
+
],
|
|
15766
|
+
"slots": [],
|
|
15767
|
+
"vue-model": {
|
|
15768
|
+
"prop": "modelValue",
|
|
15769
|
+
"event": "update:modelValue"
|
|
15770
|
+
}
|
|
15771
|
+
},
|
|
15772
|
+
{
|
|
15773
|
+
"name": "VSystemBar",
|
|
15774
|
+
"source": {
|
|
15775
|
+
"module": "./src/components/index.ts",
|
|
15776
|
+
"symbol": "VSystemBar"
|
|
15777
|
+
},
|
|
15778
|
+
"description": "",
|
|
15779
|
+
"doc-url": "https://vuetifyjs.com/api/v-system-bar",
|
|
15780
|
+
"attributes": [
|
|
15781
|
+
{
|
|
15782
|
+
"name": "color",
|
|
15783
|
+
"description": "",
|
|
14931
15784
|
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14932
|
-
"default": "false",
|
|
14933
15785
|
"value": {
|
|
14934
15786
|
"kind": "expression",
|
|
14935
|
-
"type": "
|
|
14936
|
-
}
|
|
14937
|
-
"type": "boolean"
|
|
15787
|
+
"type": "any"
|
|
15788
|
+
}
|
|
14938
15789
|
},
|
|
14939
15790
|
{
|
|
14940
|
-
"name": "
|
|
14941
|
-
"description": "
|
|
15791
|
+
"name": "height",
|
|
15792
|
+
"description": "Sets the height for the component.",
|
|
14942
15793
|
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14943
|
-
"default": "false",
|
|
14944
15794
|
"value": {
|
|
14945
15795
|
"kind": "expression",
|
|
14946
|
-
"type":
|
|
14947
|
-
"boolean",
|
|
14948
|
-
"number",
|
|
14949
|
-
"string"
|
|
14950
|
-
]
|
|
15796
|
+
"type": "any"
|
|
14951
15797
|
}
|
|
14952
15798
|
},
|
|
14953
15799
|
{
|
|
14954
|
-
"name": "
|
|
14955
|
-
"description": "
|
|
15800
|
+
"name": "window",
|
|
15801
|
+
"description": "Increases the system bar height to 32px (24px default).",
|
|
14956
15802
|
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14957
|
-
"default": "false",
|
|
14958
15803
|
"value": {
|
|
14959
15804
|
"kind": "expression",
|
|
14960
|
-
"type": "
|
|
14961
|
-
}
|
|
14962
|
-
"type": "boolean"
|
|
15805
|
+
"type": "any"
|
|
15806
|
+
}
|
|
14963
15807
|
},
|
|
14964
15808
|
{
|
|
14965
|
-
"name": "
|
|
14966
|
-
"description": "
|
|
15809
|
+
"name": "elevation",
|
|
15810
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
|
|
14967
15811
|
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14968
|
-
"default": "false",
|
|
14969
15812
|
"value": {
|
|
14970
15813
|
"kind": "expression",
|
|
14971
15814
|
"type": [
|
|
14972
|
-
"boolean",
|
|
14973
15815
|
"number",
|
|
14974
15816
|
"string"
|
|
14975
15817
|
]
|
|
14976
15818
|
}
|
|
14977
15819
|
},
|
|
14978
15820
|
{
|
|
14979
|
-
"name": "
|
|
14980
|
-
"description": "
|
|
15821
|
+
"name": "name",
|
|
15822
|
+
"description": "",
|
|
14981
15823
|
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14982
15824
|
"value": {
|
|
14983
15825
|
"kind": "expression",
|
|
@@ -14985,32 +15827,28 @@
|
|
|
14985
15827
|
}
|
|
14986
15828
|
},
|
|
14987
15829
|
{
|
|
14988
|
-
"name": "
|
|
14989
|
-
"description": "
|
|
15830
|
+
"name": "order",
|
|
15831
|
+
"description": "",
|
|
14990
15832
|
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
14991
|
-
"default": "
|
|
15833
|
+
"default": "0",
|
|
14992
15834
|
"value": {
|
|
14993
15835
|
"kind": "expression",
|
|
14994
15836
|
"type": [
|
|
14995
|
-
"boolean",
|
|
14996
15837
|
"number",
|
|
14997
15838
|
"string"
|
|
14998
15839
|
]
|
|
14999
15840
|
}
|
|
15000
15841
|
},
|
|
15001
15842
|
{
|
|
15002
|
-
"name": "
|
|
15003
|
-
"description": "
|
|
15843
|
+
"name": "absolute",
|
|
15844
|
+
"description": "",
|
|
15004
15845
|
"doc-url": "https://vuetifyjs.com/api/v-system-bar#props",
|
|
15005
15846
|
"default": "false",
|
|
15006
15847
|
"value": {
|
|
15007
15848
|
"kind": "expression",
|
|
15008
|
-
"type":
|
|
15009
|
-
|
|
15010
|
-
|
|
15011
|
-
"string"
|
|
15012
|
-
]
|
|
15013
|
-
}
|
|
15849
|
+
"type": "boolean"
|
|
15850
|
+
},
|
|
15851
|
+
"type": "boolean"
|
|
15014
15852
|
},
|
|
15015
15853
|
{
|
|
15016
15854
|
"name": "rounded",
|
|
@@ -15176,8 +16014,8 @@
|
|
|
15176
16014
|
}
|
|
15177
16015
|
},
|
|
15178
16016
|
{
|
|
15179
|
-
"name": "
|
|
15180
|
-
"description": "
|
|
16017
|
+
"name": "end",
|
|
16018
|
+
"description": "",
|
|
15181
16019
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#props",
|
|
15182
16020
|
"value": {
|
|
15183
16021
|
"kind": "expression",
|
|
@@ -15728,7 +16566,11 @@
|
|
|
15728
16566
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
15729
16567
|
"value": {
|
|
15730
16568
|
"kind": "expression",
|
|
15731
|
-
"type":
|
|
16569
|
+
"type": [
|
|
16570
|
+
"string",
|
|
16571
|
+
"function",
|
|
16572
|
+
"object"
|
|
16573
|
+
]
|
|
15732
16574
|
}
|
|
15733
16575
|
},
|
|
15734
16576
|
{
|
|
@@ -15737,7 +16579,11 @@
|
|
|
15737
16579
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
15738
16580
|
"value": {
|
|
15739
16581
|
"kind": "expression",
|
|
15740
|
-
"type":
|
|
16582
|
+
"type": [
|
|
16583
|
+
"string",
|
|
16584
|
+
"function",
|
|
16585
|
+
"object"
|
|
16586
|
+
]
|
|
15741
16587
|
}
|
|
15742
16588
|
},
|
|
15743
16589
|
{
|
|
@@ -15873,13 +16719,26 @@
|
|
|
15873
16719
|
"type": "any"
|
|
15874
16720
|
}
|
|
15875
16721
|
},
|
|
16722
|
+
{
|
|
16723
|
+
"name": "validation-value",
|
|
16724
|
+
"description": "",
|
|
16725
|
+
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
16726
|
+
"value": {
|
|
16727
|
+
"kind": "expression",
|
|
16728
|
+
"type": "any"
|
|
16729
|
+
}
|
|
16730
|
+
},
|
|
15876
16731
|
{
|
|
15877
16732
|
"name": "append-inner-icon",
|
|
15878
16733
|
"description": "",
|
|
15879
16734
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
15880
16735
|
"value": {
|
|
15881
16736
|
"kind": "expression",
|
|
15882
|
-
"type":
|
|
16737
|
+
"type": [
|
|
16738
|
+
"string",
|
|
16739
|
+
"function",
|
|
16740
|
+
"object"
|
|
16741
|
+
]
|
|
15883
16742
|
}
|
|
15884
16743
|
},
|
|
15885
16744
|
{
|
|
@@ -15909,7 +16768,11 @@
|
|
|
15909
16768
|
"default": "'$clear'",
|
|
15910
16769
|
"value": {
|
|
15911
16770
|
"kind": "expression",
|
|
15912
|
-
"type":
|
|
16771
|
+
"type": [
|
|
16772
|
+
"string",
|
|
16773
|
+
"function",
|
|
16774
|
+
"object"
|
|
16775
|
+
]
|
|
15913
16776
|
}
|
|
15914
16777
|
},
|
|
15915
16778
|
{
|
|
@@ -15969,7 +16832,11 @@
|
|
|
15969
16832
|
"doc-url": "https://vuetifyjs.com/api/v-textarea#props",
|
|
15970
16833
|
"value": {
|
|
15971
16834
|
"kind": "expression",
|
|
15972
|
-
"type":
|
|
16835
|
+
"type": [
|
|
16836
|
+
"string",
|
|
16837
|
+
"function",
|
|
16838
|
+
"object"
|
|
16839
|
+
]
|
|
15973
16840
|
}
|
|
15974
16841
|
},
|
|
15975
16842
|
{
|
|
@@ -16187,7 +17054,11 @@
|
|
|
16187
17054
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
16188
17055
|
"value": {
|
|
16189
17056
|
"kind": "expression",
|
|
16190
|
-
"type":
|
|
17057
|
+
"type": [
|
|
17058
|
+
"string",
|
|
17059
|
+
"function",
|
|
17060
|
+
"object"
|
|
17061
|
+
]
|
|
16191
17062
|
}
|
|
16192
17063
|
},
|
|
16193
17064
|
{
|
|
@@ -16196,7 +17067,11 @@
|
|
|
16196
17067
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
16197
17068
|
"value": {
|
|
16198
17069
|
"kind": "expression",
|
|
16199
|
-
"type":
|
|
17070
|
+
"type": [
|
|
17071
|
+
"string",
|
|
17072
|
+
"function",
|
|
17073
|
+
"object"
|
|
17074
|
+
]
|
|
16200
17075
|
}
|
|
16201
17076
|
},
|
|
16202
17077
|
{
|
|
@@ -16332,13 +17207,26 @@
|
|
|
16332
17207
|
"type": "any"
|
|
16333
17208
|
}
|
|
16334
17209
|
},
|
|
17210
|
+
{
|
|
17211
|
+
"name": "validation-value",
|
|
17212
|
+
"description": "",
|
|
17213
|
+
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
17214
|
+
"value": {
|
|
17215
|
+
"kind": "expression",
|
|
17216
|
+
"type": "any"
|
|
17217
|
+
}
|
|
17218
|
+
},
|
|
16335
17219
|
{
|
|
16336
17220
|
"name": "append-inner-icon",
|
|
16337
17221
|
"description": "",
|
|
16338
17222
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
16339
17223
|
"value": {
|
|
16340
17224
|
"kind": "expression",
|
|
16341
|
-
"type":
|
|
17225
|
+
"type": [
|
|
17226
|
+
"string",
|
|
17227
|
+
"function",
|
|
17228
|
+
"object"
|
|
17229
|
+
]
|
|
16342
17230
|
}
|
|
16343
17231
|
},
|
|
16344
17232
|
{
|
|
@@ -16368,7 +17256,11 @@
|
|
|
16368
17256
|
"default": "'$clear'",
|
|
16369
17257
|
"value": {
|
|
16370
17258
|
"kind": "expression",
|
|
16371
|
-
"type":
|
|
17259
|
+
"type": [
|
|
17260
|
+
"string",
|
|
17261
|
+
"function",
|
|
17262
|
+
"object"
|
|
17263
|
+
]
|
|
16372
17264
|
}
|
|
16373
17265
|
},
|
|
16374
17266
|
{
|
|
@@ -16428,7 +17320,11 @@
|
|
|
16428
17320
|
"doc-url": "https://vuetifyjs.com/api/v-text-field#props",
|
|
16429
17321
|
"value": {
|
|
16430
17322
|
"kind": "expression",
|
|
16431
|
-
"type":
|
|
17323
|
+
"type": [
|
|
17324
|
+
"string",
|
|
17325
|
+
"function",
|
|
17326
|
+
"object"
|
|
17327
|
+
]
|
|
16432
17328
|
}
|
|
16433
17329
|
},
|
|
16434
17330
|
{
|
|
@@ -16485,26 +17381,6 @@
|
|
|
16485
17381
|
}
|
|
16486
17382
|
],
|
|
16487
17383
|
"events": [
|
|
16488
|
-
{
|
|
16489
|
-
"name": "click:append",
|
|
16490
|
-
"description": "",
|
|
16491
|
-
"doc-url": "https://vuetifyjs.com/api/v-text-field#events",
|
|
16492
|
-
"arguments": [
|
|
16493
|
-
{
|
|
16494
|
-
"name": "argument"
|
|
16495
|
-
}
|
|
16496
|
-
]
|
|
16497
|
-
},
|
|
16498
|
-
{
|
|
16499
|
-
"name": "click:append-inner",
|
|
16500
|
-
"description": "",
|
|
16501
|
-
"doc-url": "https://vuetifyjs.com/api/v-text-field#events",
|
|
16502
|
-
"arguments": [
|
|
16503
|
-
{
|
|
16504
|
-
"name": "argument"
|
|
16505
|
-
}
|
|
16506
|
-
]
|
|
16507
|
-
},
|
|
16508
17384
|
{
|
|
16509
17385
|
"name": "click:clear",
|
|
16510
17386
|
"description": "Emitted when clearable icon clicked",
|
|
@@ -16535,26 +17411,6 @@
|
|
|
16535
17411
|
}
|
|
16536
17412
|
]
|
|
16537
17413
|
},
|
|
16538
|
-
{
|
|
16539
|
-
"name": "click:prepend",
|
|
16540
|
-
"description": "",
|
|
16541
|
-
"doc-url": "https://vuetifyjs.com/api/v-text-field#events",
|
|
16542
|
-
"arguments": [
|
|
16543
|
-
{
|
|
16544
|
-
"name": "argument"
|
|
16545
|
-
}
|
|
16546
|
-
]
|
|
16547
|
-
},
|
|
16548
|
-
{
|
|
16549
|
-
"name": "click:prepend-inner",
|
|
16550
|
-
"description": "Emitted when prepended inner icon is clicked",
|
|
16551
|
-
"doc-url": "https://vuetifyjs.com/api/v-text-field#events",
|
|
16552
|
-
"arguments": [
|
|
16553
|
-
{
|
|
16554
|
-
"name": "argument"
|
|
16555
|
-
}
|
|
16556
|
-
]
|
|
16557
|
-
},
|
|
16558
17414
|
{
|
|
16559
17415
|
"name": "update:modelValue",
|
|
16560
17416
|
"description": "",
|
|
@@ -16626,6 +17482,16 @@
|
|
|
16626
17482
|
"description": "",
|
|
16627
17483
|
"doc-url": "https://vuetifyjs.com/api/v-timeline",
|
|
16628
17484
|
"attributes": [
|
|
17485
|
+
{
|
|
17486
|
+
"name": "align",
|
|
17487
|
+
"description": "",
|
|
17488
|
+
"doc-url": "https://vuetifyjs.com/api/v-timeline#props",
|
|
17489
|
+
"default": "'center'",
|
|
17490
|
+
"value": {
|
|
17491
|
+
"kind": "expression",
|
|
17492
|
+
"type": "string"
|
|
17493
|
+
}
|
|
17494
|
+
},
|
|
16629
17495
|
{
|
|
16630
17496
|
"name": "direction",
|
|
16631
17497
|
"description": "Display timeline in a **vertical** or **horizontal** direction",
|
|
@@ -16684,7 +17550,6 @@
|
|
|
16684
17550
|
"name": "truncate-line",
|
|
16685
17551
|
"description": "Truncate timeline directly at the **start** or **end** of the line, or on **both** ends",
|
|
16686
17552
|
"doc-url": "https://vuetifyjs.com/api/v-timeline#props",
|
|
16687
|
-
"default": "'start'",
|
|
16688
17553
|
"value": {
|
|
16689
17554
|
"kind": "expression",
|
|
16690
17555
|
"type": "string"
|
|
@@ -17229,20 +18094,11 @@
|
|
|
17229
18094
|
"type": "string"
|
|
17230
18095
|
}
|
|
17231
18096
|
},
|
|
17232
|
-
{
|
|
17233
|
-
"name": "text-color",
|
|
17234
|
-
"description": "Applies a specified color to the control text",
|
|
17235
|
-
"doc-url": "https://vuetifyjs.com/api/v-toolbar-items#props",
|
|
17236
|
-
"value": {
|
|
17237
|
-
"kind": "expression",
|
|
17238
|
-
"type": "string"
|
|
17239
|
-
}
|
|
17240
|
-
},
|
|
17241
18097
|
{
|
|
17242
18098
|
"name": "variant",
|
|
17243
|
-
"description": "Applies one of
|
|
18099
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**.",
|
|
17244
18100
|
"doc-url": "https://vuetifyjs.com/api/v-toolbar-items#props",
|
|
17245
|
-
"default": "'
|
|
18101
|
+
"default": "'tonal'",
|
|
17246
18102
|
"value": {
|
|
17247
18103
|
"kind": "expression",
|
|
17248
18104
|
"type": "string"
|
|
@@ -17299,7 +18155,7 @@
|
|
|
17299
18155
|
}
|
|
17300
18156
|
},
|
|
17301
18157
|
{
|
|
17302
|
-
"name": "
|
|
18158
|
+
"name": "location",
|
|
17303
18159
|
"description": "",
|
|
17304
18160
|
"doc-url": "https://vuetifyjs.com/api/v-tooltip#props",
|
|
17305
18161
|
"default": "'end'",
|
|
@@ -17467,6 +18323,15 @@
|
|
|
17467
18323
|
"kind": "expression",
|
|
17468
18324
|
"type": "any"
|
|
17469
18325
|
}
|
|
18326
|
+
},
|
|
18327
|
+
{
|
|
18328
|
+
"name": "validation-value",
|
|
18329
|
+
"description": "",
|
|
18330
|
+
"doc-url": "https://vuetifyjs.com/api/v-validation#props",
|
|
18331
|
+
"value": {
|
|
18332
|
+
"kind": "expression",
|
|
18333
|
+
"type": "any"
|
|
18334
|
+
}
|
|
17470
18335
|
}
|
|
17471
18336
|
],
|
|
17472
18337
|
"events": [
|
|
@@ -17527,7 +18392,9 @@
|
|
|
17527
18392
|
"kind": "expression",
|
|
17528
18393
|
"type": [
|
|
17529
18394
|
"boolean",
|
|
17530
|
-
"string"
|
|
18395
|
+
"string",
|
|
18396
|
+
"function",
|
|
18397
|
+
"object"
|
|
17531
18398
|
]
|
|
17532
18399
|
}
|
|
17533
18400
|
},
|
|
@@ -17540,7 +18407,9 @@
|
|
|
17540
18407
|
"kind": "expression",
|
|
17541
18408
|
"type": [
|
|
17542
18409
|
"boolean",
|
|
17543
|
-
"string"
|
|
18410
|
+
"string",
|
|
18411
|
+
"function",
|
|
18412
|
+
"object"
|
|
17544
18413
|
]
|
|
17545
18414
|
}
|
|
17546
18415
|
},
|