@vuetify/nightly 3.0.0-beta.0 → 3.0.0-beta.10
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 +2 -2
- package/_settings.scss +2 -0
- package/_styles.scss +1 -0
- package/_tools.scss +1 -0
- package/dist/_component-variables.sass +61 -0
- package/dist/json/attributes.json +860 -496
- package/dist/json/importMap.json +170 -194
- package/dist/json/tags.json +211 -139
- package/dist/json/web-types.json +2560 -1485
- package/dist/vuetify.css +3961 -4505
- package/dist/vuetify.d.ts +10313 -10018
- package/dist/vuetify.esm.js +10729 -9050
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10728 -9048
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +1368 -1253
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.mjs +4 -0
- package/lib/blueprints/index.mjs.map +1 -0
- package/lib/blueprints/md1.mjs +63 -0
- package/lib/blueprints/md1.mjs.map +1 -0
- package/lib/blueprints/md2.mjs +60 -0
- package/lib/blueprints/md2.mjs.map +1 -0
- package/lib/blueprints/md3.mjs +74 -0
- package/lib/blueprints/md3.mjs.map +1 -0
- package/lib/components/VAlert/VAlert.css +36 -19
- package/lib/components/VAlert/VAlert.mjs +69 -40
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.sass +26 -11
- 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 +2 -15
- package/lib/components/VApp/VApp.mjs +3 -4
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/VApp.sass +11 -20
- package/lib/components/VApp/index.mjs.map +1 -1
- package/lib/components/VApp/variables.scss +6 -0
- package/lib/components/VAppBar/VAppBar.css +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +15 -10
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.sass +0 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +11 -14
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +7 -4
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/_variables.scss +2 -0
- package/lib/components/VAppBar/index.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +11 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +142 -105
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +10 -2
- package/lib/components/VAutocomplete/_variables.scss +1 -0
- package/lib/components/VAutocomplete/index.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +4 -1
- package/lib/components/VAvatar/VAvatar.mjs +17 -15
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +5 -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 +20 -49
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.sass +2 -5
- package/lib/components/VBadge/_variables.scss +3 -4
- package/lib/components/VBadge/index.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.css +81 -57
- package/lib/components/VBanner/VBanner.mjs +45 -37
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.sass +60 -55
- package/lib/components/VBanner/VBannerActions.mjs +34 -2
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerText.mjs.map +1 -1
- package/lib/components/VBanner/_variables.scss +10 -14
- package/lib/components/VBanner/index.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.css +6 -13
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +5 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +6 -14
- package/lib/components/VBottomNavigation/_variables.scss +7 -8
- 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.css +13 -6
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +35 -21
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +8 -4
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -17
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/_variables.scss +2 -1
- package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +136 -28
- package/lib/components/VBtn/VBtn.mjs +98 -33
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +119 -16
- package/lib/components/VBtn/_variables.scss +10 -1
- package/lib/components/VBtn/index.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +16 -7
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +14 -7
- package/lib/components/VBtnGroup/_variables.scss +2 -0
- 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/_variables.scss +1 -0
- 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 +2 -6
- 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 +103 -84
- package/lib/components/VCard/VCard.mjs +72 -73
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +76 -61
- package/lib/components/VCard/VCardActions.mjs +2 -3
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +88 -0
- package/lib/components/VCard/VCardItem.mjs.map +1 -0
- 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 +45 -23
- package/lib/components/VCard/index.mjs +1 -4
- package/lib/components/VCard/index.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs +6 -4
- 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/_variables.scss +1 -0
- 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 +147 -68
- package/lib/components/VChip/VChip.mjs +83 -43
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +9 -1
- package/lib/components/VChip/_mixins.scss +26 -6
- package/lib/components/VChip/_variables.scss +4 -5
- package/lib/components/VChip/index.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.mjs +5 -4
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.sass +1 -1
- package/lib/components/VChipGroup/_variables.scss +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.css +3 -3
- package/lib/components/VColorPicker/VColorPicker.mjs +55 -53
- 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 +10 -9
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -3
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerPreview.mjs +14 -21
- package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.sass +0 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs +6 -5
- package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +0 -1
- package/lib/components/VColorPicker/_variables.scss +17 -10
- package/lib/components/VColorPicker/index.mjs.map +1 -1
- package/lib/components/VColorPicker/util/index.mjs +1 -3
- package/lib/components/VColorPicker/util/index.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.css +11 -1
- package/lib/components/VCombobox/VCombobox.mjs +145 -116
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +10 -2
- package/lib/components/VCombobox/_variables.scss +1 -0
- package/lib/components/VCombobox/index.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.mjs +16 -16
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.sass +1 -2
- package/lib/components/VCounter/_variables.scss +2 -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 +11 -15
- 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 +1 -3
- 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 +34 -17
- package/lib/components/VDialog/VDialog.mjs +34 -31
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +28 -15
- package/lib/components/VDialog/_variables.scss +3 -8
- package/lib/components/VDialog/index.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs +16 -17
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.sass +0 -1
- package/lib/components/VDivider/_variables.scss +3 -1
- package/lib/components/VDivider/index.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +10 -7
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -6
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +14 -11
- 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/_variables.scss +15 -10
- package/lib/components/VExpansionPanel/index.mjs.map +1 -1
- package/lib/components/VField/VField.css +54 -35
- package/lib/components/VField/VField.mjs +52 -36
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +39 -27
- package/lib/components/VField/VFieldLabel.mjs +8 -9
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/_variables.scss +6 -5
- package/lib/components/VField/index.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.css +3 -3
- package/lib/components/VFileInput/VFileInput.mjs +45 -44
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +3 -4
- package/lib/components/VFileInput/index.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.css +1 -1
- package/lib/components/VFooter/VFooter.mjs +36 -18
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.sass +0 -1
- package/lib/components/VFooter/_variables.scss +2 -1
- package/lib/components/VFooter/index.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs +27 -13
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs +2 -1
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +4 -3
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +8 -3
- 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 +13 -16
- package/lib/components/VIcon/VIcon.mjs +34 -33
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +8 -16
- package/lib/components/VIcon/_variables.scss +2 -5
- package/lib/components/VIcon/index.mjs.map +1 -1
- package/lib/components/VImg/VImg.mjs +1 -0
- 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/InputIcon.mjs +33 -0
- package/lib/components/VInput/InputIcon.mjs.map +1 -0
- package/lib/components/VInput/VInput.css +5 -2
- package/lib/components/VInput/VInput.mjs +26 -18
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +5 -3
- package/lib/components/VInput/_variables.scss +4 -1
- package/lib/components/VInput/index.mjs.map +1 -1
- package/lib/components/VItemGroup/VItem.mjs +3 -0
- 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.css +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 +4 -3
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.sass +0 -1
- package/lib/components/VLabel/_variables.scss +1 -0
- package/lib/components/VLabel/index.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.css +0 -2
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.sass +0 -2
- 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 +5 -3
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.mjs.map +1 -1
- package/lib/components/VList/VList.css +14 -16
- package/lib/components/VList/VList.mjs +92 -59
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +9 -6
- package/lib/components/VList/VListChildren.mjs +69 -13
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +52 -19
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +176 -73
- package/lib/components/VList/VListItem.mjs +123 -81
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +125 -49
- package/lib/components/VList/VListItemAction.mjs +28 -0
- package/lib/components/VList/VListItemAction.mjs.map +1 -0
- package/lib/components/VList/VListItemMedia.mjs +8 -7
- 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 +8 -7
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +24 -9
- package/lib/components/VList/index.mjs +3 -4
- package/lib/components/VList/index.mjs.map +1 -1
- package/lib/components/VList/list.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -3
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.mjs.map +1 -1
- package/lib/components/VMain/VMain.css +20 -9
- package/lib/components/VMain/VMain.mjs +17 -11
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/VMain.sass +17 -11
- package/lib/components/VMain/_variables.scss +1 -1
- package/lib/components/VMain/index.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.css +3 -13
- package/lib/components/VMenu/VMenu.mjs +68 -34
- 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 +5 -3
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.sass +0 -1
- package/lib/components/VMessages/_variables.scss +1 -1
- package/lib/components/VMessages/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +14 -19
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +60 -21
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +16 -22
- package/lib/components/VNavigationDrawer/_variables.scss +4 -2
- package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/sticky.mjs +70 -0
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -0
- package/lib/components/VNavigationDrawer/touch.mjs +5 -2
- 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 +70 -43
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +8 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VOverlay/index.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +404 -0
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -0
- package/lib/components/VOverlay/requestNewFrame.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +19 -13
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +60 -17
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VOverlay/util/point.mjs +3 -3
- package/lib/components/VOverlay/util/point.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +60 -44
- 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 +8 -8
- 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 +6 -5
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.sass +0 -1
- package/lib/components/VProgressCircular/_variables.scss +2 -0
- package/lib/components/VProgressCircular/index.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +5 -3
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/_variables.scss +1 -0
- package/lib/components/VProgressLinear/index.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs +9 -17
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadio/index.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +30 -8
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +5 -3
- package/lib/components/VRadioGroup/_variables.scss +3 -4
- package/lib/components/VRadioGroup/index.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +16 -14
- 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 +24 -18
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/VRating.sass +4 -3
- package/lib/components/VRating/index.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.mjs +7 -6
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.css +18 -2
- package/lib/components/VSelect/VSelect.mjs +145 -112
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +20 -3
- package/lib/components/VSelect/_variables.scss +1 -0
- package/lib/components/VSelect/index.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +1 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +31 -24
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControl/_variables.scss +1 -0
- package/lib/components/VSelectionControl/index.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +7 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +1 -6
- package/lib/components/VSelectionControlGroup/_variables.scss +1 -4
- package/lib/components/VSelectionControlGroup/index.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.css +1 -1
- package/lib/components/VSheet/VSheet.mjs +10 -6
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.sass +0 -1
- package/lib/components/VSheet/_variables.scss +3 -2
- 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 +105 -74
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +0 -5
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +10 -4
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlideGroup/_variables.scss +0 -5
- package/lib/components/VSlideGroup/helpers.mjs +4 -15
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.mjs +2 -2
- package/lib/components/VSlideGroup/index.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.css +7 -2
- package/lib/components/VSlider/VSlider.mjs +7 -9
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.sass +11 -7
- package/lib/components/VSlider/VSliderThumb.css +10 -6
- package/lib/components/VSlider/VSliderThumb.mjs +9 -8
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.sass +11 -10
- package/lib/components/VSlider/VSliderTrack.css +6 -6
- package/lib/components/VSlider/VSliderTrack.mjs +17 -15
- 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 +13 -23
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +22 -40
- package/lib/components/VSnackbar/VSnackbar.mjs +67 -48
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +15 -35
- package/lib/components/VSnackbar/_variables.scss +3 -7
- 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.css +9 -2
- package/lib/components/VSwitch/VSwitch.mjs +15 -6
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +6 -1
- package/lib/components/VSwitch/_variables.scss +1 -0
- package/lib/components/VSwitch/index.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.css +1 -6
- package/lib/components/VSystemBar/VSystemBar.mjs +22 -17
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +0 -6
- package/lib/components/VSystemBar/_variables.scss +2 -4
- package/lib/components/VSystemBar/index.mjs.map +1 -1
- package/lib/components/VTable/VTable.css +1 -0
- package/lib/components/VTable/VTable.mjs +9 -8
- package/lib/components/VTable/VTable.mjs.map +1 -1
- package/lib/components/VTable/VTable.sass +1 -1
- package/lib/components/VTable/_variables.scss +2 -0
- package/lib/components/VTable/index.mjs.map +1 -1
- package/lib/components/VTabs/VTab.css +6 -3
- package/lib/components/VTabs/VTab.mjs +33 -36
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTab.sass +7 -4
- package/lib/components/VTabs/VTabs.css +16 -13
- package/lib/components/VTabs/VTabs.mjs +17 -15
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.sass +11 -8
- package/lib/components/VTabs/_variables.scss +2 -0
- 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 +6 -5
- package/lib/components/VTextField/VTextField.mjs +42 -37
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +7 -7
- package/lib/components/VTextField/_variables.scss +1 -1
- package/lib/components/VTextField/index.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.css +12 -5
- package/lib/components/VTextarea/VTextarea.mjs +45 -25
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +17 -8
- package/lib/components/VTextarea/_variables.scss +1 -1
- 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 +220 -49
- package/lib/components/VTimeline/VTimeline.mjs +47 -32
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.sass +235 -55
- package/lib/components/VTimeline/VTimelineDivider.mjs +45 -37
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +17 -15
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/_mixins.sass +10 -0
- package/lib/components/VTimeline/_variables.scss +12 -6
- package/lib/components/VTimeline/index.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.css +25 -33
- package/lib/components/VToolbar/VToolbar.mjs +32 -31
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +18 -19
- package/lib/components/VToolbar/VToolbarItems.mjs +12 -9
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
- package/lib/components/VToolbar/_variables.scss +20 -8
- package/lib/components/VToolbar/index.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +48 -41
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +0 -1
- package/lib/components/VTooltip/_variables.scss +1 -0
- package/lib/components/VTooltip/index.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeview.mjs +1 -3
- 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 +7 -21
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/VWindow.sass +0 -2
- package/lib/components/VWindow/VWindowItem.mjs +21 -11
- package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
- package/lib/components/VWindow/_variables.scss +1 -0
- package/lib/components/VWindow/index.mjs.map +1 -1
- package/lib/components/index.d.ts +9808 -9503
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +66 -10
- 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 +0 -5
- package/lib/components/transitions/index.mjs.map +1 -1
- package/lib/composables/border.mjs +5 -6
- package/lib/composables/border.mjs.map +1 -1
- package/lib/composables/color.mjs +19 -26
- 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 +1 -3
- 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 +35 -17
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/form.mjs +44 -11
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +72 -0
- package/lib/composables/forwardRefs.mjs.map +1 -0
- package/lib/composables/group.mjs +16 -12
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/hydration.mjs.map +1 -1
- package/lib/composables/icons.mjs +16 -4
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs +3 -2
- 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 +24 -24
- 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 +17 -28
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/location.mjs +66 -0
- package/lib/composables/location.mjs.map +1 -0
- package/lib/composables/mutationObserver.mjs +4 -6
- package/lib/composables/mutationObserver.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +34 -22
- 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 +2 -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 +2 -4
- 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 +1 -3
- 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 +18 -14
- 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 +37 -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 +108 -101
- 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 +1 -3
- package/lib/composables/touch.mjs.map +1 -1
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +24 -10
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +7 -8
- 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 +4 -6
- 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 +16 -6
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs +1 -3
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs +3 -3
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +2 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +49 -32
- 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 +155 -136
- package/lib/locale/adapters/vue-i18n.mjs +1 -3
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/adapters/vue-intl.mjs +3 -5
- package/lib/locale/adapters/vue-intl.mjs.map +1 -1
- package/lib/locale/af.mjs +5 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +5 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +5 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +5 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +14 -9
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +5 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +5 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +5 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +5 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +5 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +5 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +5 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +5 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +5 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +5 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +5 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +5 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +5 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +5 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.ts +210 -0
- package/lib/locale/index.mjs.map +1 -1
- package/lib/locale/it.mjs +5 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +5 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/ko.mjs +5 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +5 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +5 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +5 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +5 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +5 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +5 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +5 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +5 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +5 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +5 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +5 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +5 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +5 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +5 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +5 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +5 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +5 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +5 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +5 -0
- package/lib/locale/zh-Hant.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 +17 -10
- package/lib/styles/generic/_transitions.scss +13 -77
- package/lib/styles/main.css +1611 -1853
- package/lib/styles/settings/_elevations.scss +3 -3
- package/lib/styles/settings/_utilities.scss +74 -35
- package/lib/styles/tools/_states.sass +11 -3
- package/lib/styles/tools/_utilities.sass +1 -1
- package/lib/styles/tools/_variant.sass +6 -7
- package/lib/styles/utilities/_index.sass +0 -1
- package/lib/util/anchor.mjs +56 -0
- package/lib/util/anchor.mjs.map +1 -0
- package/lib/util/animation.mjs +18 -2
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/box.mjs +12 -0
- 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 +2 -2
- package/lib/util/colorUtils.mjs.map +1 -1
- package/lib/util/colors.mjs +1 -1
- package/lib/util/colors.mjs.map +1 -1
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs +1 -1
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/dateTimeUtils.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +37 -11
- 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 +3 -1
- package/lib/util/getScrollParent.mjs.map +1 -1
- package/lib/util/globals.mjs +1 -4
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +42 -7
- 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/injectSelf.mjs +12 -0
- package/lib/util/injectSelf.mjs.map +1 -0
- 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 +47 -34
- package/lib/components/VBreadcrumbs/shared.mjs +0 -2
- package/lib/components/VBreadcrumbs/shared.mjs.map +0 -1
- package/lib/components/VCard/VCardAvatar.mjs +0 -3
- package/lib/components/VCard/VCardAvatar.mjs.map +0 -1
- package/lib/components/VCard/VCardHeader.mjs +0 -3
- package/lib/components/VCard/VCardHeader.mjs.map +0 -1
- package/lib/components/VCard/VCardHeaderText.mjs +0 -3
- package/lib/components/VCard/VCardHeaderText.mjs.map +0 -1
- package/lib/components/VCard/VCardImg.mjs +0 -3
- package/lib/components/VCard/VCardImg.mjs.map +0 -1
- package/lib/components/VList/VListItemAvatar.mjs +0 -29
- package/lib/components/VList/VListItemAvatar.mjs.map +0 -1
- package/lib/components/VList/VListItemHeader.mjs +0 -3
- package/lib/components/VList/VListItemHeader.mjs.map +0 -1
- package/lib/components/VOverlay/positionStrategies.mjs +0 -203
- package/lib/components/VOverlay/positionStrategies.mjs.map +0 -1
- package/lib/components/VOverlay/util/anchor.mjs +0 -52
- package/lib/components/VOverlay/util/anchor.mjs.map +0 -1
- package/lib/components/VTimeline/shared.mjs +0 -2
- package/lib/components/VTimeline/shared.mjs.map +0 -1
- package/lib/composables/forwardRef.mjs +0 -42
- package/lib/composables/forwardRef.mjs.map +0 -1
- package/lib/composables/overlay.mjs +0 -30
- package/lib/composables/overlay.mjs.map +0 -1
- package/lib/presets/default/index.mjs +0 -71
- package/lib/presets/default/index.mjs.map +0 -1
- package/lib/styles/utilities/_text.sass +0 -9
- package/lib/styles.scss +0 -4
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"type": "boolean",
|
|
16
16
|
"description": ""
|
|
17
17
|
},
|
|
18
|
-
"v-app-bar/
|
|
18
|
+
"v-app-bar/location": {
|
|
19
19
|
"type": "string",
|
|
20
20
|
"description": ""
|
|
21
21
|
},
|
|
@@ -87,12 +87,12 @@
|
|
|
87
87
|
"type": "string",
|
|
88
88
|
"description": ""
|
|
89
89
|
},
|
|
90
|
-
"v-app-bar/
|
|
90
|
+
"v-app-bar/order": {
|
|
91
91
|
"type": "number|string",
|
|
92
92
|
"description": ""
|
|
93
93
|
},
|
|
94
94
|
"v-app-bar-nav-icon/icon": {
|
|
95
|
-
"type": "string",
|
|
95
|
+
"type": "string|function|object",
|
|
96
96
|
"description": ""
|
|
97
97
|
},
|
|
98
98
|
"v-app-bar-title/text": {
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"description": ""
|
|
117
117
|
},
|
|
118
118
|
"v-alert/close-icon": {
|
|
119
|
-
"type": "string",
|
|
119
|
+
"type": "string|function|object",
|
|
120
120
|
"description": "Change the default icon used for **dismissible** alerts."
|
|
121
121
|
},
|
|
122
122
|
"v-alert/close-label": {
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"description": "Text used for *aria-label* on **dismissible** alerts. Can also be customizing globally in [Internationalization](/customization/internationalization)."
|
|
125
125
|
},
|
|
126
126
|
"v-alert/icon": {
|
|
127
|
-
"type": "boolean|string",
|
|
127
|
+
"type": "boolean|string|function|object",
|
|
128
128
|
"description": "Designates a specific icon."
|
|
129
129
|
},
|
|
130
130
|
"v-alert/model-value": {
|
|
@@ -179,34 +179,14 @@
|
|
|
179
179
|
"type": "number|string",
|
|
180
180
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
181
181
|
},
|
|
182
|
-
"v-alert/
|
|
183
|
-
"type": "
|
|
184
|
-
"description": "
|
|
185
|
-
},
|
|
186
|
-
"v-alert/bottom": {
|
|
187
|
-
"type": "boolean|number|string",
|
|
188
|
-
"description": "Aligns the component towards the bottom."
|
|
189
|
-
},
|
|
190
|
-
"v-alert/fixed": {
|
|
191
|
-
"type": "boolean",
|
|
192
|
-
"description": "Applies **position: fixed** to the component."
|
|
193
|
-
},
|
|
194
|
-
"v-alert/left": {
|
|
195
|
-
"type": "boolean|number|string",
|
|
196
|
-
"description": "Aligns the component towards the left."
|
|
182
|
+
"v-alert/location": {
|
|
183
|
+
"type": "string",
|
|
184
|
+
"description": ""
|
|
197
185
|
},
|
|
198
186
|
"v-alert/position": {
|
|
199
187
|
"type": "string",
|
|
200
188
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
201
189
|
},
|
|
202
|
-
"v-alert/right": {
|
|
203
|
-
"type": "boolean|number|string",
|
|
204
|
-
"description": "Aligns the component towards the right."
|
|
205
|
-
},
|
|
206
|
-
"v-alert/top": {
|
|
207
|
-
"type": "boolean|number|string",
|
|
208
|
-
"description": "Aligns the content towards the top."
|
|
209
|
-
},
|
|
210
190
|
"v-alert/rounded": {
|
|
211
191
|
"type": "boolean|number|string",
|
|
212
192
|
"description": ""
|
|
@@ -223,13 +203,9 @@
|
|
|
223
203
|
"type": "string",
|
|
224
204
|
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
225
205
|
},
|
|
226
|
-
"v-alert/text-color": {
|
|
227
|
-
"type": "string",
|
|
228
|
-
"description": "Applies a specified color to the control text"
|
|
229
|
-
},
|
|
230
206
|
"v-alert/variant": {
|
|
231
207
|
"type": "string",
|
|
232
|
-
"description": "Applies one of
|
|
208
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
233
209
|
},
|
|
234
210
|
"v-alert-title/tag": {
|
|
235
211
|
"type": "string",
|
|
@@ -279,16 +255,20 @@
|
|
|
279
255
|
"type": "boolean",
|
|
280
256
|
"description": ""
|
|
281
257
|
},
|
|
282
|
-
"v-autocomplete/
|
|
283
|
-
"type": "
|
|
258
|
+
"v-autocomplete/menu": {
|
|
259
|
+
"type": "boolean",
|
|
284
260
|
"description": ""
|
|
285
261
|
},
|
|
286
262
|
"v-autocomplete/menu-icon": {
|
|
287
|
-
"type": "string",
|
|
263
|
+
"type": "string|function|object",
|
|
264
|
+
"description": ""
|
|
265
|
+
},
|
|
266
|
+
"v-autocomplete/menu-props": {
|
|
267
|
+
"type": "object",
|
|
288
268
|
"description": ""
|
|
289
269
|
},
|
|
290
270
|
"v-autocomplete/model-value": {
|
|
291
|
-
"type": "
|
|
271
|
+
"type": "any",
|
|
292
272
|
"description": ""
|
|
293
273
|
},
|
|
294
274
|
"v-autocomplete/multiple": {
|
|
@@ -303,28 +283,56 @@
|
|
|
303
283
|
"type": "boolean",
|
|
304
284
|
"description": ""
|
|
305
285
|
},
|
|
286
|
+
"v-autocomplete/readonly": {
|
|
287
|
+
"type": "boolean",
|
|
288
|
+
"description": ""
|
|
289
|
+
},
|
|
290
|
+
"v-autocomplete/items": {
|
|
291
|
+
"type": "array",
|
|
292
|
+
"description": ""
|
|
293
|
+
},
|
|
294
|
+
"v-autocomplete/item-title": {
|
|
295
|
+
"type": "string|array|function",
|
|
296
|
+
"description": ""
|
|
297
|
+
},
|
|
298
|
+
"v-autocomplete/item-value": {
|
|
299
|
+
"type": "string|array|function",
|
|
300
|
+
"description": ""
|
|
301
|
+
},
|
|
302
|
+
"v-autocomplete/item-children": {
|
|
303
|
+
"type": "boolean|string|array|function",
|
|
304
|
+
"description": ""
|
|
305
|
+
},
|
|
306
|
+
"v-autocomplete/item-props": {
|
|
307
|
+
"type": "boolean|string|array|function",
|
|
308
|
+
"description": ""
|
|
309
|
+
},
|
|
310
|
+
"v-autocomplete/return-object": {
|
|
311
|
+
"type": "boolean",
|
|
312
|
+
"description": ""
|
|
313
|
+
},
|
|
306
314
|
"v-autocomplete/transition": {
|
|
307
315
|
"type": "boolean|string|object",
|
|
308
316
|
"description": ""
|
|
309
317
|
},
|
|
310
318
|
"v-avatar/color": {
|
|
311
|
-
"type": "
|
|
319
|
+
"type": "string",
|
|
312
320
|
"description": ""
|
|
313
321
|
},
|
|
314
|
-
"v-avatar/
|
|
315
|
-
"type": "
|
|
316
|
-
"description": "
|
|
322
|
+
"v-avatar/start": {
|
|
323
|
+
"type": "boolean",
|
|
324
|
+
"description": ""
|
|
317
325
|
},
|
|
318
|
-
"v-avatar/
|
|
319
|
-
"type": "
|
|
320
|
-
"description": "
|
|
326
|
+
"v-avatar/end": {
|
|
327
|
+
"type": "boolean",
|
|
328
|
+
"description": ""
|
|
321
329
|
},
|
|
322
330
|
"v-avatar/icon": {
|
|
323
|
-
"type": "
|
|
331
|
+
"type": "string|function|object",
|
|
324
332
|
"description": ""
|
|
325
333
|
},
|
|
326
334
|
"v-avatar/image": {
|
|
327
|
-
"type": "
|
|
335
|
+
"type": "string",
|
|
328
336
|
"description": ""
|
|
329
337
|
},
|
|
330
338
|
"v-avatar/density": {
|
|
@@ -375,10 +383,6 @@
|
|
|
375
383
|
"type": "string",
|
|
376
384
|
"description": "The **aria-label** used for the badge."
|
|
377
385
|
},
|
|
378
|
-
"v-badge/location": {
|
|
379
|
-
"type": "string",
|
|
380
|
-
"description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**."
|
|
381
|
-
},
|
|
382
386
|
"v-badge/max": {
|
|
383
387
|
"type": "any",
|
|
384
388
|
"description": "Sets the maximum number allowed when using the **content** prop with a `number` like value. If the content number exceeds the maximum value, a `+` suffix is added."
|
|
@@ -399,6 +403,10 @@
|
|
|
399
403
|
"type": "any",
|
|
400
404
|
"description": "Defines the text color of the badge."
|
|
401
405
|
},
|
|
406
|
+
"v-badge/location": {
|
|
407
|
+
"type": "string",
|
|
408
|
+
"description": "Changes the location of the badge. Possible values are **top-right**, **bottom-right**, **bottom-left**, **top-left**."
|
|
409
|
+
},
|
|
402
410
|
"v-badge/rounded": {
|
|
403
411
|
"type": "boolean|number|string",
|
|
404
412
|
"description": ""
|
|
@@ -431,6 +439,10 @@
|
|
|
431
439
|
"type": "any",
|
|
432
440
|
"description": ""
|
|
433
441
|
},
|
|
442
|
+
"v-banner/stacked": {
|
|
443
|
+
"type": "any",
|
|
444
|
+
"description": ""
|
|
445
|
+
},
|
|
434
446
|
"v-banner/sticky": {
|
|
435
447
|
"type": "any",
|
|
436
448
|
"description": "Applies **position: sticky** to the component (**Evergreen browsers only**). You can find more information on the [MDN documentation for sticky position](https://developer.mozilla.org/en-US/docs/Web/CSS/position)."
|
|
@@ -475,34 +487,14 @@
|
|
|
475
487
|
"type": "number|string",
|
|
476
488
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
477
489
|
},
|
|
478
|
-
"v-banner/
|
|
479
|
-
"type": "
|
|
480
|
-
"description": "
|
|
481
|
-
},
|
|
482
|
-
"v-banner/bottom": {
|
|
483
|
-
"type": "boolean|number|string",
|
|
484
|
-
"description": "Aligns the component towards the bottom."
|
|
485
|
-
},
|
|
486
|
-
"v-banner/fixed": {
|
|
487
|
-
"type": "boolean",
|
|
488
|
-
"description": "Applies **position: fixed** to the component."
|
|
489
|
-
},
|
|
490
|
-
"v-banner/left": {
|
|
491
|
-
"type": "boolean|number|string",
|
|
492
|
-
"description": "Aligns the component towards the left."
|
|
490
|
+
"v-banner/location": {
|
|
491
|
+
"type": "string",
|
|
492
|
+
"description": ""
|
|
493
493
|
},
|
|
494
494
|
"v-banner/position": {
|
|
495
495
|
"type": "string",
|
|
496
496
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
497
497
|
},
|
|
498
|
-
"v-banner/right": {
|
|
499
|
-
"type": "boolean|number|string",
|
|
500
|
-
"description": "Aligns the component towards the right."
|
|
501
|
-
},
|
|
502
|
-
"v-banner/top": {
|
|
503
|
-
"type": "boolean|number|string",
|
|
504
|
-
"description": "Aligns the content towards the top."
|
|
505
|
-
},
|
|
506
498
|
"v-banner/rounded": {
|
|
507
499
|
"type": "boolean|number|string",
|
|
508
500
|
"description": ""
|
|
@@ -515,8 +507,12 @@
|
|
|
515
507
|
"type": "string",
|
|
516
508
|
"description": "Specify a theme for this component and all of its children"
|
|
517
509
|
},
|
|
518
|
-
"v-banner-actions/
|
|
519
|
-
"type": "
|
|
510
|
+
"v-banner-actions/color": {
|
|
511
|
+
"type": "any",
|
|
512
|
+
"description": ""
|
|
513
|
+
},
|
|
514
|
+
"v-banner-actions/density": {
|
|
515
|
+
"type": "any",
|
|
520
516
|
"description": ""
|
|
521
517
|
},
|
|
522
518
|
"v-banner-text/tag": {
|
|
@@ -563,7 +559,7 @@
|
|
|
563
559
|
"type": "string",
|
|
564
560
|
"description": ""
|
|
565
561
|
},
|
|
566
|
-
"v-bottom-navigation/
|
|
562
|
+
"v-bottom-navigation/order": {
|
|
567
563
|
"type": "number|string",
|
|
568
564
|
"description": ""
|
|
569
565
|
},
|
|
@@ -611,6 +607,10 @@
|
|
|
611
607
|
"type": "any",
|
|
612
608
|
"description": ""
|
|
613
609
|
},
|
|
610
|
+
"v-breadcrumbs/active-color": {
|
|
611
|
+
"type": "any",
|
|
612
|
+
"description": ""
|
|
613
|
+
},
|
|
614
614
|
"v-breadcrumbs/bg-color": {
|
|
615
615
|
"type": "any",
|
|
616
616
|
"description": ""
|
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
"type": "any",
|
|
664
664
|
"description": ""
|
|
665
665
|
},
|
|
666
|
-
"v-breadcrumbs-item/
|
|
666
|
+
"v-breadcrumbs-item/title": {
|
|
667
667
|
"type": "any",
|
|
668
668
|
"description": ""
|
|
669
669
|
},
|
|
@@ -687,6 +687,14 @@
|
|
|
687
687
|
"type": "string",
|
|
688
688
|
"description": ""
|
|
689
689
|
},
|
|
690
|
+
"v-btn/active": {
|
|
691
|
+
"type": "any",
|
|
692
|
+
"description": ""
|
|
693
|
+
},
|
|
694
|
+
"v-btn/symbol": {
|
|
695
|
+
"type": "any",
|
|
696
|
+
"description": ""
|
|
697
|
+
},
|
|
690
698
|
"v-btn/flat": {
|
|
691
699
|
"type": "any",
|
|
692
700
|
"description": "Removes the button box shadow."
|
|
@@ -767,34 +775,18 @@
|
|
|
767
775
|
"type": "string",
|
|
768
776
|
"description": "Configure the active CSS class applied when the item is selected."
|
|
769
777
|
},
|
|
770
|
-
"v-btn/
|
|
771
|
-
"type": "boolean",
|
|
772
|
-
"description": "Applies **position: absolute** to the component."
|
|
773
|
-
},
|
|
774
|
-
"v-btn/bottom": {
|
|
775
|
-
"type": "boolean|number|string",
|
|
776
|
-
"description": "Aligns the component towards the bottom."
|
|
777
|
-
},
|
|
778
|
-
"v-btn/fixed": {
|
|
778
|
+
"v-btn/loading": {
|
|
779
779
|
"type": "boolean",
|
|
780
|
-
"description": "
|
|
780
|
+
"description": ""
|
|
781
781
|
},
|
|
782
|
-
"v-btn/
|
|
783
|
-
"type": "
|
|
784
|
-
"description": "
|
|
782
|
+
"v-btn/location": {
|
|
783
|
+
"type": "string",
|
|
784
|
+
"description": ""
|
|
785
785
|
},
|
|
786
786
|
"v-btn/position": {
|
|
787
787
|
"type": "string",
|
|
788
788
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
789
789
|
},
|
|
790
|
-
"v-btn/right": {
|
|
791
|
-
"type": "boolean|number|string",
|
|
792
|
-
"description": "Aligns the component towards the right."
|
|
793
|
-
},
|
|
794
|
-
"v-btn/top": {
|
|
795
|
-
"type": "boolean|number|string",
|
|
796
|
-
"description": "Aligns the content towards the top."
|
|
797
|
-
},
|
|
798
790
|
"v-btn/href": {
|
|
799
791
|
"type": "string",
|
|
800
792
|
"description": ""
|
|
@@ -823,13 +815,9 @@
|
|
|
823
815
|
"type": "string",
|
|
824
816
|
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors)."
|
|
825
817
|
},
|
|
826
|
-
"v-btn/text-color": {
|
|
827
|
-
"type": "string",
|
|
828
|
-
"description": "Applies a specified color to the control text"
|
|
829
|
-
},
|
|
830
818
|
"v-btn/variant": {
|
|
831
819
|
"type": "string",
|
|
832
|
-
"description": "Applies one of
|
|
820
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
833
821
|
},
|
|
834
822
|
"v-btn-group/divided": {
|
|
835
823
|
"type": "any",
|
|
@@ -863,13 +851,9 @@
|
|
|
863
851
|
"type": "string",
|
|
864
852
|
"description": ""
|
|
865
853
|
},
|
|
866
|
-
"v-btn-group/text-color": {
|
|
867
|
-
"type": "string",
|
|
868
|
-
"description": "Applies a specified color to the control text"
|
|
869
|
-
},
|
|
870
854
|
"v-btn-group/variant": {
|
|
871
855
|
"type": "string",
|
|
872
|
-
"description": "Applies one of
|
|
856
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
873
857
|
},
|
|
874
858
|
"v-btn-toggle/model-value": {
|
|
875
859
|
"type": "any",
|
|
@@ -920,7 +904,7 @@
|
|
|
920
904
|
"description": "Specifies an image background for the card. For more advanced implementations, it is recommended that you use the [v-img](/components/images) component. You can find a [v-img example here](/components/cards/#media-with-text)."
|
|
921
905
|
},
|
|
922
906
|
"v-card/link": {
|
|
923
|
-
"type": "
|
|
907
|
+
"type": "boolean",
|
|
924
908
|
"description": ""
|
|
925
909
|
},
|
|
926
910
|
"v-card/prepend-avatar": {
|
|
@@ -987,34 +971,18 @@
|
|
|
987
971
|
"type": "number|string",
|
|
988
972
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
989
973
|
},
|
|
990
|
-
"v-card/
|
|
974
|
+
"v-card/loading": {
|
|
991
975
|
"type": "boolean",
|
|
992
|
-
"description": "
|
|
993
|
-
},
|
|
994
|
-
"v-card/bottom": {
|
|
995
|
-
"type": "boolean|number|string",
|
|
996
|
-
"description": "Aligns the component towards the bottom."
|
|
997
|
-
},
|
|
998
|
-
"v-card/fixed": {
|
|
999
|
-
"type": "boolean",
|
|
1000
|
-
"description": "Applies **position: fixed** to the component."
|
|
976
|
+
"description": ""
|
|
1001
977
|
},
|
|
1002
|
-
"v-card/
|
|
1003
|
-
"type": "
|
|
1004
|
-
"description": "
|
|
978
|
+
"v-card/location": {
|
|
979
|
+
"type": "string",
|
|
980
|
+
"description": ""
|
|
1005
981
|
},
|
|
1006
982
|
"v-card/position": {
|
|
1007
983
|
"type": "string",
|
|
1008
984
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
1009
985
|
},
|
|
1010
|
-
"v-card/right": {
|
|
1011
|
-
"type": "boolean|number|string",
|
|
1012
|
-
"description": "Aligns the component towards the right."
|
|
1013
|
-
},
|
|
1014
|
-
"v-card/top": {
|
|
1015
|
-
"type": "boolean|number|string",
|
|
1016
|
-
"description": "Aligns the content towards the top."
|
|
1017
|
-
},
|
|
1018
986
|
"v-card/rounded": {
|
|
1019
987
|
"type": "boolean|number|string",
|
|
1020
988
|
"description": ""
|
|
@@ -1039,30 +1007,38 @@
|
|
|
1039
1007
|
"type": "string",
|
|
1040
1008
|
"description": ""
|
|
1041
1009
|
},
|
|
1042
|
-
"v-card/text-color": {
|
|
1043
|
-
"type": "string",
|
|
1044
|
-
"description": "Applies a specified color to the control text"
|
|
1045
|
-
},
|
|
1046
1010
|
"v-card/variant": {
|
|
1047
1011
|
"type": "string",
|
|
1048
|
-
"description": "Applies one of
|
|
1012
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
1049
1013
|
},
|
|
1050
|
-
"v-card-avatar
|
|
1051
|
-
"type": "
|
|
1014
|
+
"v-card-item/append-avatar": {
|
|
1015
|
+
"type": "any",
|
|
1052
1016
|
"description": ""
|
|
1053
1017
|
},
|
|
1054
|
-
"v-card-
|
|
1055
|
-
"type": "
|
|
1018
|
+
"v-card-item/append-icon": {
|
|
1019
|
+
"type": "any",
|
|
1056
1020
|
"description": ""
|
|
1057
1021
|
},
|
|
1058
|
-
"v-card-
|
|
1059
|
-
"type": "
|
|
1022
|
+
"v-card-item/prepend-avatar": {
|
|
1023
|
+
"type": "any",
|
|
1060
1024
|
"description": ""
|
|
1061
1025
|
},
|
|
1062
|
-
"v-card-
|
|
1063
|
-
"type": "
|
|
1026
|
+
"v-card-item/prepend-icon": {
|
|
1027
|
+
"type": "any",
|
|
1028
|
+
"description": ""
|
|
1029
|
+
},
|
|
1030
|
+
"v-card-item/subtitle": {
|
|
1031
|
+
"type": "any",
|
|
1032
|
+
"description": ""
|
|
1033
|
+
},
|
|
1034
|
+
"v-card-item/title": {
|
|
1035
|
+
"type": "any",
|
|
1064
1036
|
"description": ""
|
|
1065
1037
|
},
|
|
1038
|
+
"v-card-item/density": {
|
|
1039
|
+
"type": "string",
|
|
1040
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
1041
|
+
},
|
|
1066
1042
|
"v-card-subtitle/tag": {
|
|
1067
1043
|
"type": "string",
|
|
1068
1044
|
"description": ""
|
|
@@ -1084,7 +1060,7 @@
|
|
|
1084
1060
|
"description": "Determines if the carousel should cycle through images."
|
|
1085
1061
|
},
|
|
1086
1062
|
"v-carousel/delimiter-icon": {
|
|
1087
|
-
"type": "string",
|
|
1063
|
+
"type": "string|function|object",
|
|
1088
1064
|
"description": "Sets icon for carousel delimiter"
|
|
1089
1065
|
},
|
|
1090
1066
|
"v-carousel/height": {
|
|
@@ -1123,24 +1099,16 @@
|
|
|
1123
1099
|
"type": "any",
|
|
1124
1100
|
"description": ""
|
|
1125
1101
|
},
|
|
1126
|
-
"v-checkbox/indeterminate": {
|
|
1127
|
-
"type": "any",
|
|
1128
|
-
"description": "Sets an indeterminate state for the checkbox"
|
|
1129
|
-
},
|
|
1130
|
-
"v-checkbox/indeterminate-icon": {
|
|
1131
|
-
"type": "string",
|
|
1132
|
-
"description": "The icon used when in an indeterminate state"
|
|
1133
|
-
},
|
|
1134
1102
|
"v-checkbox/id": {
|
|
1135
1103
|
"type": "string",
|
|
1136
1104
|
"description": ""
|
|
1137
1105
|
},
|
|
1138
1106
|
"v-checkbox/append-icon": {
|
|
1139
|
-
"type": "string",
|
|
1107
|
+
"type": "string|function|object",
|
|
1140
1108
|
"description": ""
|
|
1141
1109
|
},
|
|
1142
1110
|
"v-checkbox/prepend-icon": {
|
|
1143
|
-
"type": "string",
|
|
1111
|
+
"type": "string|function|object",
|
|
1144
1112
|
"description": ""
|
|
1145
1113
|
},
|
|
1146
1114
|
"v-checkbox/hide-details": {
|
|
@@ -1155,6 +1123,14 @@
|
|
|
1155
1123
|
"type": "string",
|
|
1156
1124
|
"description": ""
|
|
1157
1125
|
},
|
|
1126
|
+
"v-checkbox/on-click:prepend": {
|
|
1127
|
+
"type": "function|array",
|
|
1128
|
+
"description": ""
|
|
1129
|
+
},
|
|
1130
|
+
"v-checkbox/on-click:append": {
|
|
1131
|
+
"type": "function|array",
|
|
1132
|
+
"description": ""
|
|
1133
|
+
},
|
|
1158
1134
|
"v-checkbox/density": {
|
|
1159
1135
|
"type": "string",
|
|
1160
1136
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
@@ -1179,6 +1155,10 @@
|
|
|
1179
1155
|
"type": "string",
|
|
1180
1156
|
"description": "Sets the component's name attribute"
|
|
1181
1157
|
},
|
|
1158
|
+
"v-checkbox/label": {
|
|
1159
|
+
"type": "string",
|
|
1160
|
+
"description": ""
|
|
1161
|
+
},
|
|
1182
1162
|
"v-checkbox/readonly": {
|
|
1183
1163
|
"type": "boolean",
|
|
1184
1164
|
"description": ""
|
|
@@ -1191,6 +1171,18 @@
|
|
|
1191
1171
|
"type": "any",
|
|
1192
1172
|
"description": ""
|
|
1193
1173
|
},
|
|
1174
|
+
"v-checkbox/validation-value": {
|
|
1175
|
+
"type": "any",
|
|
1176
|
+
"description": ""
|
|
1177
|
+
},
|
|
1178
|
+
"v-checkbox/indeterminate": {
|
|
1179
|
+
"type": "boolean",
|
|
1180
|
+
"description": "Sets an indeterminate state for the checkbox"
|
|
1181
|
+
},
|
|
1182
|
+
"v-checkbox/indeterminate-icon": {
|
|
1183
|
+
"type": "string|function|object",
|
|
1184
|
+
"description": "The icon used when in an indeterminate state"
|
|
1185
|
+
},
|
|
1194
1186
|
"v-checkbox/color": {
|
|
1195
1187
|
"type": "string",
|
|
1196
1188
|
"description": ""
|
|
@@ -1199,16 +1191,12 @@
|
|
|
1199
1191
|
"type": "boolean",
|
|
1200
1192
|
"description": ""
|
|
1201
1193
|
},
|
|
1202
|
-
"v-checkbox/label": {
|
|
1203
|
-
"type": "string",
|
|
1204
|
-
"description": ""
|
|
1205
|
-
},
|
|
1206
1194
|
"v-checkbox/false-icon": {
|
|
1207
|
-
"type": "string",
|
|
1195
|
+
"type": "string|function|object",
|
|
1208
1196
|
"description": "The icon used when inactive"
|
|
1209
1197
|
},
|
|
1210
1198
|
"v-checkbox/true-icon": {
|
|
1211
|
-
"type": "string",
|
|
1199
|
+
"type": "string|function|object",
|
|
1212
1200
|
"description": "The icon used when active"
|
|
1213
1201
|
},
|
|
1214
1202
|
"v-checkbox/ripple": {
|
|
@@ -1243,6 +1231,94 @@
|
|
|
1243
1231
|
"type": "string",
|
|
1244
1232
|
"description": "Specify a theme for this component and all of its children"
|
|
1245
1233
|
},
|
|
1234
|
+
"v-checkbox-btn/indeterminate": {
|
|
1235
|
+
"type": "boolean",
|
|
1236
|
+
"description": ""
|
|
1237
|
+
},
|
|
1238
|
+
"v-checkbox-btn/indeterminate-icon": {
|
|
1239
|
+
"type": "string|function|object",
|
|
1240
|
+
"description": ""
|
|
1241
|
+
},
|
|
1242
|
+
"v-checkbox-btn/color": {
|
|
1243
|
+
"type": "string",
|
|
1244
|
+
"description": ""
|
|
1245
|
+
},
|
|
1246
|
+
"v-checkbox-btn/disabled": {
|
|
1247
|
+
"type": "boolean",
|
|
1248
|
+
"description": ""
|
|
1249
|
+
},
|
|
1250
|
+
"v-checkbox-btn/error": {
|
|
1251
|
+
"type": "boolean",
|
|
1252
|
+
"description": ""
|
|
1253
|
+
},
|
|
1254
|
+
"v-checkbox-btn/id": {
|
|
1255
|
+
"type": "string",
|
|
1256
|
+
"description": ""
|
|
1257
|
+
},
|
|
1258
|
+
"v-checkbox-btn/inline": {
|
|
1259
|
+
"type": "boolean",
|
|
1260
|
+
"description": ""
|
|
1261
|
+
},
|
|
1262
|
+
"v-checkbox-btn/label": {
|
|
1263
|
+
"type": "string",
|
|
1264
|
+
"description": ""
|
|
1265
|
+
},
|
|
1266
|
+
"v-checkbox-btn/false-icon": {
|
|
1267
|
+
"type": "string|function|object",
|
|
1268
|
+
"description": ""
|
|
1269
|
+
},
|
|
1270
|
+
"v-checkbox-btn/true-icon": {
|
|
1271
|
+
"type": "string|function|object",
|
|
1272
|
+
"description": ""
|
|
1273
|
+
},
|
|
1274
|
+
"v-checkbox-btn/ripple": {
|
|
1275
|
+
"type": "boolean",
|
|
1276
|
+
"description": ""
|
|
1277
|
+
},
|
|
1278
|
+
"v-checkbox-btn/multiple": {
|
|
1279
|
+
"type": "boolean",
|
|
1280
|
+
"description": ""
|
|
1281
|
+
},
|
|
1282
|
+
"v-checkbox-btn/name": {
|
|
1283
|
+
"type": "string",
|
|
1284
|
+
"description": ""
|
|
1285
|
+
},
|
|
1286
|
+
"v-checkbox-btn/readonly": {
|
|
1287
|
+
"type": "boolean",
|
|
1288
|
+
"description": ""
|
|
1289
|
+
},
|
|
1290
|
+
"v-checkbox-btn/true-value": {
|
|
1291
|
+
"type": "any",
|
|
1292
|
+
"description": "Sets value for truthy state"
|
|
1293
|
+
},
|
|
1294
|
+
"v-checkbox-btn/false-value": {
|
|
1295
|
+
"type": "any",
|
|
1296
|
+
"description": "Sets value for falsy state"
|
|
1297
|
+
},
|
|
1298
|
+
"v-checkbox-btn/model-value": {
|
|
1299
|
+
"type": "any",
|
|
1300
|
+
"description": ""
|
|
1301
|
+
},
|
|
1302
|
+
"v-checkbox-btn/type": {
|
|
1303
|
+
"type": "string",
|
|
1304
|
+
"description": ""
|
|
1305
|
+
},
|
|
1306
|
+
"v-checkbox-btn/value": {
|
|
1307
|
+
"type": "any",
|
|
1308
|
+
"description": ""
|
|
1309
|
+
},
|
|
1310
|
+
"v-checkbox-btn/value-comparator": {
|
|
1311
|
+
"type": "function",
|
|
1312
|
+
"description": ""
|
|
1313
|
+
},
|
|
1314
|
+
"v-checkbox-btn/theme": {
|
|
1315
|
+
"type": "string",
|
|
1316
|
+
"description": "Specify a theme for this component and all of its children"
|
|
1317
|
+
},
|
|
1318
|
+
"v-checkbox-btn/density": {
|
|
1319
|
+
"type": "string",
|
|
1320
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
1321
|
+
},
|
|
1246
1322
|
"v-chip/active-class": {
|
|
1247
1323
|
"type": "any",
|
|
1248
1324
|
"description": ""
|
|
@@ -1260,7 +1336,7 @@
|
|
|
1260
1336
|
"description": ""
|
|
1261
1337
|
},
|
|
1262
1338
|
"v-chip/close-icon": {
|
|
1263
|
-
"type": "string",
|
|
1339
|
+
"type": "string|function|object",
|
|
1264
1340
|
"description": "Change the default icon used for **close** chips"
|
|
1265
1341
|
},
|
|
1266
1342
|
"v-chip/close-label": {
|
|
@@ -1367,13 +1443,9 @@
|
|
|
1367
1443
|
"type": "string",
|
|
1368
1444
|
"description": ""
|
|
1369
1445
|
},
|
|
1370
|
-
"v-chip/text-color": {
|
|
1371
|
-
"type": "string",
|
|
1372
|
-
"description": "Applies a specified color to the control text"
|
|
1373
|
-
},
|
|
1374
1446
|
"v-chip/variant": {
|
|
1375
1447
|
"type": "string",
|
|
1376
|
-
"description": "Applies one of
|
|
1448
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
1377
1449
|
},
|
|
1378
1450
|
"v-chip-group/column": {
|
|
1379
1451
|
"type": "any",
|
|
@@ -1423,13 +1495,9 @@
|
|
|
1423
1495
|
"type": "string",
|
|
1424
1496
|
"description": ""
|
|
1425
1497
|
},
|
|
1426
|
-
"v-chip-group/text-color": {
|
|
1427
|
-
"type": "string",
|
|
1428
|
-
"description": "Applies a specified color to the control text"
|
|
1429
|
-
},
|
|
1430
1498
|
"v-chip-group/variant": {
|
|
1431
1499
|
"type": "string",
|
|
1432
|
-
"description": "Applies one of
|
|
1500
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
1433
1501
|
},
|
|
1434
1502
|
"v-code/tag": {
|
|
1435
1503
|
"type": "string",
|
|
@@ -1543,16 +1611,20 @@
|
|
|
1543
1611
|
"type": "boolean",
|
|
1544
1612
|
"description": ""
|
|
1545
1613
|
},
|
|
1546
|
-
"v-combobox/
|
|
1547
|
-
"type": "
|
|
1614
|
+
"v-combobox/menu": {
|
|
1615
|
+
"type": "boolean",
|
|
1548
1616
|
"description": ""
|
|
1549
1617
|
},
|
|
1550
1618
|
"v-combobox/menu-icon": {
|
|
1551
|
-
"type": "string",
|
|
1619
|
+
"type": "string|function|object",
|
|
1620
|
+
"description": ""
|
|
1621
|
+
},
|
|
1622
|
+
"v-combobox/menu-props": {
|
|
1623
|
+
"type": "object",
|
|
1552
1624
|
"description": ""
|
|
1553
1625
|
},
|
|
1554
1626
|
"v-combobox/model-value": {
|
|
1555
|
-
"type": "
|
|
1627
|
+
"type": "any",
|
|
1556
1628
|
"description": ""
|
|
1557
1629
|
},
|
|
1558
1630
|
"v-combobox/multiple": {
|
|
@@ -1567,7 +1639,35 @@
|
|
|
1567
1639
|
"type": "boolean",
|
|
1568
1640
|
"description": ""
|
|
1569
1641
|
},
|
|
1570
|
-
"v-combobox/
|
|
1642
|
+
"v-combobox/readonly": {
|
|
1643
|
+
"type": "boolean",
|
|
1644
|
+
"description": ""
|
|
1645
|
+
},
|
|
1646
|
+
"v-combobox/items": {
|
|
1647
|
+
"type": "array",
|
|
1648
|
+
"description": ""
|
|
1649
|
+
},
|
|
1650
|
+
"v-combobox/item-title": {
|
|
1651
|
+
"type": "string|array|function",
|
|
1652
|
+
"description": ""
|
|
1653
|
+
},
|
|
1654
|
+
"v-combobox/item-value": {
|
|
1655
|
+
"type": "string|array|function",
|
|
1656
|
+
"description": ""
|
|
1657
|
+
},
|
|
1658
|
+
"v-combobox/item-children": {
|
|
1659
|
+
"type": "boolean|string|array|function",
|
|
1660
|
+
"description": ""
|
|
1661
|
+
},
|
|
1662
|
+
"v-combobox/item-props": {
|
|
1663
|
+
"type": "boolean|string|array|function",
|
|
1664
|
+
"description": ""
|
|
1665
|
+
},
|
|
1666
|
+
"v-combobox/return-object": {
|
|
1667
|
+
"type": "boolean",
|
|
1668
|
+
"description": ""
|
|
1669
|
+
},
|
|
1670
|
+
"v-combobox/transition": {
|
|
1571
1671
|
"type": "boolean|string|object",
|
|
1572
1672
|
"description": ""
|
|
1573
1673
|
},
|
|
@@ -1667,6 +1767,10 @@
|
|
|
1667
1767
|
"type": "string",
|
|
1668
1768
|
"description": ""
|
|
1669
1769
|
},
|
|
1770
|
+
"v-expansion-panels/readonly": {
|
|
1771
|
+
"type": "any",
|
|
1772
|
+
"description": "Makes the entire expansion-panel read only."
|
|
1773
|
+
},
|
|
1670
1774
|
"v-expansion-panels/model-value": {
|
|
1671
1775
|
"type": "any",
|
|
1672
1776
|
"description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
|
|
@@ -1744,11 +1848,11 @@
|
|
|
1744
1848
|
"description": ""
|
|
1745
1849
|
},
|
|
1746
1850
|
"v-expansion-panel/expand-icon": {
|
|
1747
|
-
"type": "string",
|
|
1851
|
+
"type": "string|function|object",
|
|
1748
1852
|
"description": ""
|
|
1749
1853
|
},
|
|
1750
1854
|
"v-expansion-panel/collapse-icon": {
|
|
1751
|
-
"type": "string",
|
|
1855
|
+
"type": "string|function|object",
|
|
1752
1856
|
"description": ""
|
|
1753
1857
|
},
|
|
1754
1858
|
"v-expansion-panel/hide-actions": {
|
|
@@ -1759,6 +1863,10 @@
|
|
|
1759
1863
|
"type": "boolean|object",
|
|
1760
1864
|
"description": ""
|
|
1761
1865
|
},
|
|
1866
|
+
"v-expansion-panel/readonly": {
|
|
1867
|
+
"type": "boolean",
|
|
1868
|
+
"description": "Makes the expansion-panel content read only."
|
|
1869
|
+
},
|
|
1762
1870
|
"v-expansion-panel-text/eager": {
|
|
1763
1871
|
"type": "boolean",
|
|
1764
1872
|
"description": ""
|
|
@@ -1768,11 +1876,11 @@
|
|
|
1768
1876
|
"description": ""
|
|
1769
1877
|
},
|
|
1770
1878
|
"v-expansion-panel-title/expand-icon": {
|
|
1771
|
-
"type": "string",
|
|
1879
|
+
"type": "string|function|object",
|
|
1772
1880
|
"description": ""
|
|
1773
1881
|
},
|
|
1774
1882
|
"v-expansion-panel-title/collapse-icon": {
|
|
1775
|
-
"type": "string",
|
|
1883
|
+
"type": "string|function|object",
|
|
1776
1884
|
"description": ""
|
|
1777
1885
|
},
|
|
1778
1886
|
"v-expansion-panel-title/hide-actions": {
|
|
@@ -1783,6 +1891,10 @@
|
|
|
1783
1891
|
"type": "boolean|object",
|
|
1784
1892
|
"description": ""
|
|
1785
1893
|
},
|
|
1894
|
+
"v-expansion-panel-title/readonly": {
|
|
1895
|
+
"type": "boolean",
|
|
1896
|
+
"description": ""
|
|
1897
|
+
},
|
|
1786
1898
|
"v-field/id": {
|
|
1787
1899
|
"type": "any",
|
|
1788
1900
|
"description": ""
|
|
@@ -1792,7 +1904,7 @@
|
|
|
1792
1904
|
"description": ""
|
|
1793
1905
|
},
|
|
1794
1906
|
"v-field/append-inner-icon": {
|
|
1795
|
-
"type": "string",
|
|
1907
|
+
"type": "string|function|object",
|
|
1796
1908
|
"description": ""
|
|
1797
1909
|
},
|
|
1798
1910
|
"v-field/bg-color": {
|
|
@@ -1804,7 +1916,7 @@
|
|
|
1804
1916
|
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
1805
1917
|
},
|
|
1806
1918
|
"v-field/clear-icon": {
|
|
1807
|
-
"type": "string",
|
|
1919
|
+
"type": "string|function|object",
|
|
1808
1920
|
"description": ""
|
|
1809
1921
|
},
|
|
1810
1922
|
"v-field/active": {
|
|
@@ -1836,7 +1948,7 @@
|
|
|
1836
1948
|
"description": ""
|
|
1837
1949
|
},
|
|
1838
1950
|
"v-field/prepend-inner-icon": {
|
|
1839
|
-
"type": "string",
|
|
1951
|
+
"type": "string|function|object",
|
|
1840
1952
|
"description": ""
|
|
1841
1953
|
},
|
|
1842
1954
|
"v-field/reverse": {
|
|
@@ -1851,6 +1963,18 @@
|
|
|
1851
1963
|
"type": "string",
|
|
1852
1964
|
"description": ""
|
|
1853
1965
|
},
|
|
1966
|
+
"v-field/on-click:clear": {
|
|
1967
|
+
"type": "function|array",
|
|
1968
|
+
"description": ""
|
|
1969
|
+
},
|
|
1970
|
+
"v-field/on-click:append-inner": {
|
|
1971
|
+
"type": "function|array",
|
|
1972
|
+
"description": ""
|
|
1973
|
+
},
|
|
1974
|
+
"v-field/on-click:prepend-inner": {
|
|
1975
|
+
"type": "function|array",
|
|
1976
|
+
"description": ""
|
|
1977
|
+
},
|
|
1854
1978
|
"v-field/theme": {
|
|
1855
1979
|
"type": "string",
|
|
1856
1980
|
"description": ""
|
|
@@ -1904,11 +2028,11 @@
|
|
|
1904
2028
|
"description": ""
|
|
1905
2029
|
},
|
|
1906
2030
|
"v-file-input/append-icon": {
|
|
1907
|
-
"type": "string",
|
|
2031
|
+
"type": "string|function|object",
|
|
1908
2032
|
"description": ""
|
|
1909
2033
|
},
|
|
1910
2034
|
"v-file-input/prepend-icon": {
|
|
1911
|
-
"type": "string",
|
|
2035
|
+
"type": "string|function|object",
|
|
1912
2036
|
"description": ""
|
|
1913
2037
|
},
|
|
1914
2038
|
"v-file-input/hide-details": {
|
|
@@ -1923,6 +2047,14 @@
|
|
|
1923
2047
|
"type": "string",
|
|
1924
2048
|
"description": ""
|
|
1925
2049
|
},
|
|
2050
|
+
"v-file-input/on-click:prepend": {
|
|
2051
|
+
"type": "function|array",
|
|
2052
|
+
"description": ""
|
|
2053
|
+
},
|
|
2054
|
+
"v-file-input/on-click:append": {
|
|
2055
|
+
"type": "function|array",
|
|
2056
|
+
"description": ""
|
|
2057
|
+
},
|
|
1926
2058
|
"v-file-input/density": {
|
|
1927
2059
|
"type": "string",
|
|
1928
2060
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
@@ -1947,6 +2079,10 @@
|
|
|
1947
2079
|
"type": "string",
|
|
1948
2080
|
"description": ""
|
|
1949
2081
|
},
|
|
2082
|
+
"v-file-input/label": {
|
|
2083
|
+
"type": "string",
|
|
2084
|
+
"description": ""
|
|
2085
|
+
},
|
|
1950
2086
|
"v-file-input/readonly": {
|
|
1951
2087
|
"type": "boolean",
|
|
1952
2088
|
"description": ""
|
|
@@ -1959,8 +2095,12 @@
|
|
|
1959
2095
|
"type": "array",
|
|
1960
2096
|
"description": ""
|
|
1961
2097
|
},
|
|
2098
|
+
"v-file-input/validation-value": {
|
|
2099
|
+
"type": "any",
|
|
2100
|
+
"description": ""
|
|
2101
|
+
},
|
|
1962
2102
|
"v-file-input/append-inner-icon": {
|
|
1963
|
-
"type": "string",
|
|
2103
|
+
"type": "string|function|object",
|
|
1964
2104
|
"description": ""
|
|
1965
2105
|
},
|
|
1966
2106
|
"v-file-input/bg-color": {
|
|
@@ -1972,7 +2112,7 @@
|
|
|
1972
2112
|
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
1973
2113
|
},
|
|
1974
2114
|
"v-file-input/clear-icon": {
|
|
1975
|
-
"type": "string",
|
|
2115
|
+
"type": "string|function|object",
|
|
1976
2116
|
"description": ""
|
|
1977
2117
|
},
|
|
1978
2118
|
"v-file-input/active": {
|
|
@@ -1987,16 +2127,12 @@
|
|
|
1987
2127
|
"type": "boolean",
|
|
1988
2128
|
"description": ""
|
|
1989
2129
|
},
|
|
1990
|
-
"v-file-input/label": {
|
|
1991
|
-
"type": "string",
|
|
1992
|
-
"description": ""
|
|
1993
|
-
},
|
|
1994
2130
|
"v-file-input/persistent-clear": {
|
|
1995
2131
|
"type": "boolean",
|
|
1996
2132
|
"description": ""
|
|
1997
2133
|
},
|
|
1998
2134
|
"v-file-input/prepend-inner-icon": {
|
|
1999
|
-
"type": "string",
|
|
2135
|
+
"type": "string|function|object",
|
|
2000
2136
|
"description": ""
|
|
2001
2137
|
},
|
|
2002
2138
|
"v-file-input/reverse": {
|
|
@@ -2011,6 +2147,18 @@
|
|
|
2011
2147
|
"type": "string",
|
|
2012
2148
|
"description": ""
|
|
2013
2149
|
},
|
|
2150
|
+
"v-file-input/on-click:clear": {
|
|
2151
|
+
"type": "function|array",
|
|
2152
|
+
"description": ""
|
|
2153
|
+
},
|
|
2154
|
+
"v-file-input/on-click:append-inner": {
|
|
2155
|
+
"type": "function|array",
|
|
2156
|
+
"description": ""
|
|
2157
|
+
},
|
|
2158
|
+
"v-file-input/on-click:prepend-inner": {
|
|
2159
|
+
"type": "function|array",
|
|
2160
|
+
"description": ""
|
|
2161
|
+
},
|
|
2014
2162
|
"v-file-input/theme": {
|
|
2015
2163
|
"type": "string",
|
|
2016
2164
|
"description": ""
|
|
@@ -2019,69 +2167,37 @@
|
|
|
2019
2167
|
"type": "boolean",
|
|
2020
2168
|
"description": ""
|
|
2021
2169
|
},
|
|
2022
|
-
"v-footer/
|
|
2170
|
+
"v-footer/app": {
|
|
2023
2171
|
"type": "any",
|
|
2024
2172
|
"description": ""
|
|
2025
2173
|
},
|
|
2026
|
-
"v-footer/
|
|
2027
|
-
"type": "
|
|
2028
|
-
"description": "
|
|
2174
|
+
"v-footer/color": {
|
|
2175
|
+
"type": "any",
|
|
2176
|
+
"description": ""
|
|
2029
2177
|
},
|
|
2030
2178
|
"v-footer/height": {
|
|
2031
2179
|
"type": "number|string",
|
|
2032
|
-
"description": "Sets the height for the component
|
|
2033
|
-
},
|
|
2034
|
-
"v-footer/max-height": {
|
|
2035
|
-
"type": "number|string",
|
|
2036
|
-
"description": "Sets the maximum height for the component."
|
|
2037
|
-
},
|
|
2038
|
-
"v-footer/max-width": {
|
|
2039
|
-
"type": "number|string",
|
|
2040
|
-
"description": "Sets the maximum width for the component."
|
|
2041
|
-
},
|
|
2042
|
-
"v-footer/min-height": {
|
|
2043
|
-
"type": "number|string",
|
|
2044
|
-
"description": "Sets the minimum height for the component."
|
|
2045
|
-
},
|
|
2046
|
-
"v-footer/min-width": {
|
|
2047
|
-
"type": "number|string",
|
|
2048
|
-
"description": "Sets the minimum width for the component."
|
|
2180
|
+
"description": "Sets the height for the component"
|
|
2049
2181
|
},
|
|
2050
|
-
"v-footer/
|
|
2051
|
-
"type": "number|string",
|
|
2052
|
-
"description": "
|
|
2182
|
+
"v-footer/border": {
|
|
2183
|
+
"type": "boolean|number|string",
|
|
2184
|
+
"description": "Applies border styles to component."
|
|
2053
2185
|
},
|
|
2054
2186
|
"v-footer/elevation": {
|
|
2055
2187
|
"type": "number|string",
|
|
2056
2188
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
2057
2189
|
},
|
|
2058
|
-
"v-footer/
|
|
2059
|
-
"type": "boolean",
|
|
2060
|
-
"description": "Applies **position: absolute** to the component."
|
|
2061
|
-
},
|
|
2062
|
-
"v-footer/bottom": {
|
|
2063
|
-
"type": "boolean|number|string",
|
|
2064
|
-
"description": "Aligns the component towards the bottom."
|
|
2065
|
-
},
|
|
2066
|
-
"v-footer/fixed": {
|
|
2067
|
-
"type": "boolean",
|
|
2068
|
-
"description": "Applies **position: fixed** to the component."
|
|
2069
|
-
},
|
|
2070
|
-
"v-footer/left": {
|
|
2071
|
-
"type": "boolean|number|string",
|
|
2072
|
-
"description": "Aligns the component towards the left."
|
|
2073
|
-
},
|
|
2074
|
-
"v-footer/position": {
|
|
2190
|
+
"v-footer/name": {
|
|
2075
2191
|
"type": "string",
|
|
2076
|
-
"description": "
|
|
2192
|
+
"description": ""
|
|
2077
2193
|
},
|
|
2078
|
-
"v-footer/
|
|
2079
|
-
"type": "
|
|
2080
|
-
"description": "
|
|
2194
|
+
"v-footer/order": {
|
|
2195
|
+
"type": "number|string",
|
|
2196
|
+
"description": ""
|
|
2081
2197
|
},
|
|
2082
|
-
"v-footer/
|
|
2083
|
-
"type": "boolean
|
|
2084
|
-
"description": "
|
|
2198
|
+
"v-footer/absolute": {
|
|
2199
|
+
"type": "boolean",
|
|
2200
|
+
"description": ""
|
|
2085
2201
|
},
|
|
2086
2202
|
"v-footer/rounded": {
|
|
2087
2203
|
"type": "boolean|number|string",
|
|
@@ -2308,19 +2424,19 @@
|
|
|
2308
2424
|
"description": ""
|
|
2309
2425
|
},
|
|
2310
2426
|
"v-icon/color": {
|
|
2311
|
-
"type": "
|
|
2427
|
+
"type": "string",
|
|
2312
2428
|
"description": ""
|
|
2313
2429
|
},
|
|
2314
|
-
"v-icon/
|
|
2315
|
-
"type": "
|
|
2316
|
-
"description": "
|
|
2430
|
+
"v-icon/start": {
|
|
2431
|
+
"type": "boolean",
|
|
2432
|
+
"description": ""
|
|
2317
2433
|
},
|
|
2318
|
-
"v-icon/
|
|
2319
|
-
"type": "
|
|
2320
|
-
"description": "
|
|
2434
|
+
"v-icon/end": {
|
|
2435
|
+
"type": "boolean",
|
|
2436
|
+
"description": ""
|
|
2321
2437
|
},
|
|
2322
2438
|
"v-icon/icon": {
|
|
2323
|
-
"type": "string|object",
|
|
2439
|
+
"type": "string|function|object",
|
|
2324
2440
|
"description": "Designates a specific icon."
|
|
2325
2441
|
},
|
|
2326
2442
|
"v-icon/size": {
|
|
@@ -2329,11 +2445,11 @@
|
|
|
2329
2445
|
},
|
|
2330
2446
|
"v-icon/tag": {
|
|
2331
2447
|
"type": "string",
|
|
2332
|
-
"description": "
|
|
2448
|
+
"description": ""
|
|
2333
2449
|
},
|
|
2334
2450
|
"v-icon/theme": {
|
|
2335
2451
|
"type": "string",
|
|
2336
|
-
"description": "
|
|
2452
|
+
"description": ""
|
|
2337
2453
|
},
|
|
2338
2454
|
"v-img/aspect-ratio": {
|
|
2339
2455
|
"type": "any",
|
|
@@ -2388,11 +2504,11 @@
|
|
|
2388
2504
|
"description": ""
|
|
2389
2505
|
},
|
|
2390
2506
|
"v-input/append-icon": {
|
|
2391
|
-
"type": "string",
|
|
2507
|
+
"type": "string|function|object",
|
|
2392
2508
|
"description": "Appends an icon to the component, uses the same syntax as `v-icon`"
|
|
2393
2509
|
},
|
|
2394
2510
|
"v-input/prepend-icon": {
|
|
2395
|
-
"type": "string",
|
|
2511
|
+
"type": "string|function|object",
|
|
2396
2512
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
2397
2513
|
},
|
|
2398
2514
|
"v-input/hide-details": {
|
|
@@ -2407,6 +2523,14 @@
|
|
|
2407
2523
|
"type": "string",
|
|
2408
2524
|
"description": ""
|
|
2409
2525
|
},
|
|
2526
|
+
"v-input/on-click:prepend": {
|
|
2527
|
+
"type": "function|array",
|
|
2528
|
+
"description": ""
|
|
2529
|
+
},
|
|
2530
|
+
"v-input/on-click:append": {
|
|
2531
|
+
"type": "function|array",
|
|
2532
|
+
"description": ""
|
|
2533
|
+
},
|
|
2410
2534
|
"v-input/density": {
|
|
2411
2535
|
"type": "string",
|
|
2412
2536
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
@@ -2431,6 +2555,10 @@
|
|
|
2431
2555
|
"type": "string",
|
|
2432
2556
|
"description": ""
|
|
2433
2557
|
},
|
|
2558
|
+
"v-input/label": {
|
|
2559
|
+
"type": "string",
|
|
2560
|
+
"description": "Sets input label"
|
|
2561
|
+
},
|
|
2434
2562
|
"v-input/readonly": {
|
|
2435
2563
|
"type": "boolean",
|
|
2436
2564
|
"description": ""
|
|
@@ -2443,6 +2571,10 @@
|
|
|
2443
2571
|
"type": "any",
|
|
2444
2572
|
"description": ""
|
|
2445
2573
|
},
|
|
2574
|
+
"v-input/validation-value": {
|
|
2575
|
+
"type": "any",
|
|
2576
|
+
"description": ""
|
|
2577
|
+
},
|
|
2446
2578
|
"v-item-group/model-value": {
|
|
2447
2579
|
"type": "any",
|
|
2448
2580
|
"description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
|
|
@@ -2515,7 +2647,7 @@
|
|
|
2515
2647
|
"type": "string",
|
|
2516
2648
|
"description": ""
|
|
2517
2649
|
},
|
|
2518
|
-
"v-layout-item/
|
|
2650
|
+
"v-layout-item/order": {
|
|
2519
2651
|
"type": "number|string",
|
|
2520
2652
|
"description": ""
|
|
2521
2653
|
},
|
|
@@ -2563,7 +2695,15 @@
|
|
|
2563
2695
|
"type": "boolean|string|object",
|
|
2564
2696
|
"description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
|
|
2565
2697
|
},
|
|
2566
|
-
"v-list/color": {
|
|
2698
|
+
"v-list/active-color": {
|
|
2699
|
+
"type": "any",
|
|
2700
|
+
"description": ""
|
|
2701
|
+
},
|
|
2702
|
+
"v-list/active-class": {
|
|
2703
|
+
"type": "any",
|
|
2704
|
+
"description": ""
|
|
2705
|
+
},
|
|
2706
|
+
"v-list/bg-color": {
|
|
2567
2707
|
"type": "any",
|
|
2568
2708
|
"description": ""
|
|
2569
2709
|
},
|
|
@@ -2572,17 +2712,13 @@
|
|
|
2572
2712
|
"description": "Disables all children `v-list-item` components"
|
|
2573
2713
|
},
|
|
2574
2714
|
"v-list/lines": {
|
|
2575
|
-
"type": "string",
|
|
2715
|
+
"type": "boolean|string",
|
|
2576
2716
|
"description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
|
|
2577
2717
|
},
|
|
2578
2718
|
"v-list/nav": {
|
|
2579
2719
|
"type": "any",
|
|
2580
2720
|
"description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**"
|
|
2581
2721
|
},
|
|
2582
|
-
"v-list/items": {
|
|
2583
|
-
"type": "any",
|
|
2584
|
-
"description": ""
|
|
2585
|
-
},
|
|
2586
2722
|
"v-list/select-strategy": {
|
|
2587
2723
|
"type": "string|function",
|
|
2588
2724
|
"description": ""
|
|
@@ -2639,6 +2775,34 @@
|
|
|
2639
2775
|
"type": "number|string",
|
|
2640
2776
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
2641
2777
|
},
|
|
2778
|
+
"v-list/item-type": {
|
|
2779
|
+
"type": "string",
|
|
2780
|
+
"description": ""
|
|
2781
|
+
},
|
|
2782
|
+
"v-list/items": {
|
|
2783
|
+
"type": "array",
|
|
2784
|
+
"description": ""
|
|
2785
|
+
},
|
|
2786
|
+
"v-list/item-title": {
|
|
2787
|
+
"type": "string|array|function",
|
|
2788
|
+
"description": ""
|
|
2789
|
+
},
|
|
2790
|
+
"v-list/item-value": {
|
|
2791
|
+
"type": "string|array|function",
|
|
2792
|
+
"description": ""
|
|
2793
|
+
},
|
|
2794
|
+
"v-list/item-children": {
|
|
2795
|
+
"type": "boolean|string|array|function",
|
|
2796
|
+
"description": ""
|
|
2797
|
+
},
|
|
2798
|
+
"v-list/item-props": {
|
|
2799
|
+
"type": "boolean|string|array|function",
|
|
2800
|
+
"description": ""
|
|
2801
|
+
},
|
|
2802
|
+
"v-list/return-object": {
|
|
2803
|
+
"type": "boolean",
|
|
2804
|
+
"description": ""
|
|
2805
|
+
},
|
|
2642
2806
|
"v-list/rounded": {
|
|
2643
2807
|
"type": "boolean|number|string",
|
|
2644
2808
|
"description": ""
|
|
@@ -2651,23 +2815,55 @@
|
|
|
2651
2815
|
"type": "string",
|
|
2652
2816
|
"description": "Specify a theme for this component and all of its children"
|
|
2653
2817
|
},
|
|
2654
|
-
"v-list
|
|
2655
|
-
"type": "
|
|
2818
|
+
"v-list/color": {
|
|
2819
|
+
"type": "string",
|
|
2656
2820
|
"description": ""
|
|
2657
2821
|
},
|
|
2658
|
-
"v-list
|
|
2822
|
+
"v-list/variant": {
|
|
2823
|
+
"type": "string",
|
|
2824
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
2825
|
+
},
|
|
2826
|
+
"v-list-group/title": {
|
|
2659
2827
|
"type": "any",
|
|
2660
2828
|
"description": ""
|
|
2661
2829
|
},
|
|
2662
|
-
"v-list-
|
|
2663
|
-
"type": "
|
|
2830
|
+
"v-list-group/active-color": {
|
|
2831
|
+
"type": "string",
|
|
2664
2832
|
"description": ""
|
|
2665
2833
|
},
|
|
2666
|
-
"v-list-
|
|
2667
|
-
"type": "
|
|
2834
|
+
"v-list-group/color": {
|
|
2835
|
+
"type": "string",
|
|
2668
2836
|
"description": ""
|
|
2669
2837
|
},
|
|
2670
|
-
"v-list-
|
|
2838
|
+
"v-list-group/collapse-icon": {
|
|
2839
|
+
"type": "string|function|object",
|
|
2840
|
+
"description": ""
|
|
2841
|
+
},
|
|
2842
|
+
"v-list-group/expand-icon": {
|
|
2843
|
+
"type": "string|function|object",
|
|
2844
|
+
"description": ""
|
|
2845
|
+
},
|
|
2846
|
+
"v-list-group/prepend-icon": {
|
|
2847
|
+
"type": "string|function|object",
|
|
2848
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
2849
|
+
},
|
|
2850
|
+
"v-list-group/append-icon": {
|
|
2851
|
+
"type": "string|function|object",
|
|
2852
|
+
"description": "Appends an icon to the component, uses the same syntax as `v-icon`"
|
|
2853
|
+
},
|
|
2854
|
+
"v-list-group/fluid": {
|
|
2855
|
+
"type": "boolean",
|
|
2856
|
+
"description": ""
|
|
2857
|
+
},
|
|
2858
|
+
"v-list-group/subgroup": {
|
|
2859
|
+
"type": "boolean",
|
|
2860
|
+
"description": ""
|
|
2861
|
+
},
|
|
2862
|
+
"v-list-group/value": {
|
|
2863
|
+
"type": "any",
|
|
2864
|
+
"description": "Expands / Collapse the list-group"
|
|
2865
|
+
},
|
|
2866
|
+
"v-list-group/tag": {
|
|
2671
2867
|
"type": "string",
|
|
2672
2868
|
"description": "Specify a custom tag used on the root element."
|
|
2673
2869
|
},
|
|
@@ -2676,17 +2872,17 @@
|
|
|
2676
2872
|
"description": ""
|
|
2677
2873
|
},
|
|
2678
2874
|
"v-list-item/active": {
|
|
2679
|
-
"type": "
|
|
2875
|
+
"type": "boolean",
|
|
2680
2876
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
2681
2877
|
},
|
|
2682
|
-
"v-list-item/active-color": {
|
|
2683
|
-
"type": "any",
|
|
2684
|
-
"description": "The applied color when a `v-list-item` is in an active state"
|
|
2685
|
-
},
|
|
2686
2878
|
"v-list-item/active-class": {
|
|
2687
2879
|
"type": "any",
|
|
2688
2880
|
"description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation."
|
|
2689
2881
|
},
|
|
2882
|
+
"v-list-item/active-color": {
|
|
2883
|
+
"type": "any",
|
|
2884
|
+
"description": "The applied color when a `v-list-item` is in an active state"
|
|
2885
|
+
},
|
|
2690
2886
|
"v-list-item/append-avatar": {
|
|
2691
2887
|
"type": "any",
|
|
2692
2888
|
"description": "Appends a [v-avatar](/components/avatars/) component to the header"
|
|
@@ -2699,7 +2895,15 @@
|
|
|
2699
2895
|
"type": "any",
|
|
2700
2896
|
"description": "Disables the component"
|
|
2701
2897
|
},
|
|
2898
|
+
"v-list-item/lines": {
|
|
2899
|
+
"type": "any",
|
|
2900
|
+
"description": ""
|
|
2901
|
+
},
|
|
2702
2902
|
"v-list-item/link": {
|
|
2903
|
+
"type": "boolean",
|
|
2904
|
+
"description": ""
|
|
2905
|
+
},
|
|
2906
|
+
"v-list-item/nav": {
|
|
2703
2907
|
"type": "any",
|
|
2704
2908
|
"description": ""
|
|
2705
2909
|
},
|
|
@@ -2787,35 +2991,27 @@
|
|
|
2787
2991
|
"type": "string",
|
|
2788
2992
|
"description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`)"
|
|
2789
2993
|
},
|
|
2790
|
-
"v-list-item/text-color": {
|
|
2791
|
-
"type": "string",
|
|
2792
|
-
"description": "Applies a specified color to the control text"
|
|
2793
|
-
},
|
|
2794
2994
|
"v-list-item/variant": {
|
|
2795
2995
|
"type": "string",
|
|
2796
|
-
"description": "Applies one of
|
|
2996
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
2797
2997
|
},
|
|
2798
|
-
"v-list-item-
|
|
2998
|
+
"v-list-item-action/start": {
|
|
2799
2999
|
"type": "any",
|
|
2800
3000
|
"description": ""
|
|
2801
3001
|
},
|
|
2802
|
-
"v-list-item-
|
|
3002
|
+
"v-list-item-action/end": {
|
|
2803
3003
|
"type": "any",
|
|
2804
3004
|
"description": ""
|
|
2805
3005
|
},
|
|
2806
|
-
"v-list-item-
|
|
3006
|
+
"v-list-item-action/tag": {
|
|
2807
3007
|
"type": "string",
|
|
2808
3008
|
"description": "Specify a custom tag used on the root element."
|
|
2809
3009
|
},
|
|
2810
|
-
"v-list-item-
|
|
2811
|
-
"type": "string",
|
|
2812
|
-
"description": ""
|
|
2813
|
-
},
|
|
2814
|
-
"v-list-item-media/left": {
|
|
3010
|
+
"v-list-item-media/start": {
|
|
2815
3011
|
"type": "any",
|
|
2816
3012
|
"description": ""
|
|
2817
3013
|
},
|
|
2818
|
-
"v-list-item-media/
|
|
3014
|
+
"v-list-item-media/end": {
|
|
2819
3015
|
"type": "any",
|
|
2820
3016
|
"description": ""
|
|
2821
3017
|
},
|
|
@@ -2831,19 +3027,23 @@
|
|
|
2831
3027
|
"type": "string",
|
|
2832
3028
|
"description": ""
|
|
2833
3029
|
},
|
|
2834
|
-
"v-list-
|
|
2835
|
-
"type": "
|
|
3030
|
+
"v-list-subheader/color": {
|
|
3031
|
+
"type": "any",
|
|
2836
3032
|
"description": ""
|
|
2837
3033
|
},
|
|
2838
|
-
"v-list-
|
|
2839
|
-
"type": "
|
|
3034
|
+
"v-list-subheader/inset": {
|
|
3035
|
+
"type": "any",
|
|
2840
3036
|
"description": ""
|
|
2841
3037
|
},
|
|
2842
|
-
"v-list-
|
|
3038
|
+
"v-list-subheader/sticky": {
|
|
2843
3039
|
"type": "any",
|
|
2844
|
-
"description": "
|
|
3040
|
+
"description": ""
|
|
2845
3041
|
},
|
|
2846
|
-
"v-list-
|
|
3042
|
+
"v-list-subheader/title": {
|
|
3043
|
+
"type": "any",
|
|
3044
|
+
"description": ""
|
|
3045
|
+
},
|
|
3046
|
+
"v-list-subheader/tag": {
|
|
2847
3047
|
"type": "string",
|
|
2848
3048
|
"description": "Specify a custom tag used on the root element."
|
|
2849
3049
|
},
|
|
@@ -2863,14 +3063,14 @@
|
|
|
2863
3063
|
"type": "boolean",
|
|
2864
3064
|
"description": ""
|
|
2865
3065
|
},
|
|
3066
|
+
"v-main/scrollable": {
|
|
3067
|
+
"type": "any",
|
|
3068
|
+
"description": ""
|
|
3069
|
+
},
|
|
2866
3070
|
"v-main/tag": {
|
|
2867
3071
|
"type": "string",
|
|
2868
3072
|
"description": "Specify a custom tag used on the root element."
|
|
2869
3073
|
},
|
|
2870
|
-
"v-menu/disable-keys": {
|
|
2871
|
-
"type": "any",
|
|
2872
|
-
"description": "Removes all keyboard interaction"
|
|
2873
|
-
},
|
|
2874
3074
|
"v-menu/model-value": {
|
|
2875
3075
|
"type": "any",
|
|
2876
3076
|
"description": ""
|
|
@@ -2919,6 +3119,10 @@
|
|
|
2919
3119
|
"type": "number|string",
|
|
2920
3120
|
"description": ""
|
|
2921
3121
|
},
|
|
3122
|
+
"v-navigation-drawer/scrim": {
|
|
3123
|
+
"type": "string|boolean",
|
|
3124
|
+
"description": ""
|
|
3125
|
+
},
|
|
2922
3126
|
"v-navigation-drawer/image": {
|
|
2923
3127
|
"type": "any",
|
|
2924
3128
|
"description": ""
|
|
@@ -2935,10 +3139,14 @@
|
|
|
2935
3139
|
"type": "number|string",
|
|
2936
3140
|
"description": "Sets the width for the component."
|
|
2937
3141
|
},
|
|
2938
|
-
"v-navigation-drawer/
|
|
3142
|
+
"v-navigation-drawer/location": {
|
|
2939
3143
|
"type": "string",
|
|
2940
3144
|
"description": ""
|
|
2941
3145
|
},
|
|
3146
|
+
"v-navigation-drawer/sticky": {
|
|
3147
|
+
"type": "any",
|
|
3148
|
+
"description": ""
|
|
3149
|
+
},
|
|
2942
3150
|
"v-navigation-drawer/border": {
|
|
2943
3151
|
"type": "boolean|number|string",
|
|
2944
3152
|
"description": "Applies border styles to component."
|
|
@@ -2951,7 +3159,7 @@
|
|
|
2951
3159
|
"type": "string",
|
|
2952
3160
|
"description": ""
|
|
2953
3161
|
},
|
|
2954
|
-
"v-navigation-drawer/
|
|
3162
|
+
"v-navigation-drawer/order": {
|
|
2955
3163
|
"type": "number|string",
|
|
2956
3164
|
"description": ""
|
|
2957
3165
|
},
|
|
@@ -2979,6 +3187,10 @@
|
|
|
2979
3187
|
"type": "any",
|
|
2980
3188
|
"description": ""
|
|
2981
3189
|
},
|
|
3190
|
+
"v-overlay/close-on-back": {
|
|
3191
|
+
"type": "boolean",
|
|
3192
|
+
"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."
|
|
3193
|
+
},
|
|
2982
3194
|
"v-overlay/contained": {
|
|
2983
3195
|
"type": "any",
|
|
2984
3196
|
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
|
|
@@ -2987,6 +3199,14 @@
|
|
|
2987
3199
|
"type": "any",
|
|
2988
3200
|
"description": ""
|
|
2989
3201
|
},
|
|
3202
|
+
"v-overlay/content-props": {
|
|
3203
|
+
"type": "any",
|
|
3204
|
+
"description": ""
|
|
3205
|
+
},
|
|
3206
|
+
"v-overlay/disabled": {
|
|
3207
|
+
"type": "any",
|
|
3208
|
+
"description": ""
|
|
3209
|
+
},
|
|
2990
3210
|
"v-overlay/no-click-animation": {
|
|
2991
3211
|
"type": "any",
|
|
2992
3212
|
"description": ""
|
|
@@ -3003,6 +3223,10 @@
|
|
|
3003
3223
|
"type": "string|boolean",
|
|
3004
3224
|
"description": ""
|
|
3005
3225
|
},
|
|
3226
|
+
"v-overlay/z-index": {
|
|
3227
|
+
"type": "number|string",
|
|
3228
|
+
"description": "The z-index used for the component"
|
|
3229
|
+
},
|
|
3006
3230
|
"v-overlay/activator": {
|
|
3007
3231
|
"type": "string|object",
|
|
3008
3232
|
"description": ""
|
|
@@ -3023,6 +3247,10 @@
|
|
|
3023
3247
|
"type": "boolean",
|
|
3024
3248
|
"description": ""
|
|
3025
3249
|
},
|
|
3250
|
+
"v-overlay/close-on-content-click": {
|
|
3251
|
+
"type": "boolean",
|
|
3252
|
+
"description": ""
|
|
3253
|
+
},
|
|
3026
3254
|
"v-overlay/close-delay": {
|
|
3027
3255
|
"type": "number|string",
|
|
3028
3256
|
"description": ""
|
|
@@ -3055,11 +3283,15 @@
|
|
|
3055
3283
|
"type": "number|string",
|
|
3056
3284
|
"description": "Sets the width for the component."
|
|
3057
3285
|
},
|
|
3058
|
-
"v-overlay/
|
|
3286
|
+
"v-overlay/eager": {
|
|
3287
|
+
"type": "boolean",
|
|
3288
|
+
"description": ""
|
|
3289
|
+
},
|
|
3290
|
+
"v-overlay/location-strategy": {
|
|
3059
3291
|
"type": "string|function",
|
|
3060
3292
|
"description": ""
|
|
3061
3293
|
},
|
|
3062
|
-
"v-overlay/
|
|
3294
|
+
"v-overlay/location": {
|
|
3063
3295
|
"type": "string",
|
|
3064
3296
|
"description": ""
|
|
3065
3297
|
},
|
|
@@ -3068,7 +3300,7 @@
|
|
|
3068
3300
|
"description": ""
|
|
3069
3301
|
},
|
|
3070
3302
|
"v-overlay/offset": {
|
|
3071
|
-
"type": "number|string",
|
|
3303
|
+
"type": "number|string|array",
|
|
3072
3304
|
"description": ""
|
|
3073
3305
|
},
|
|
3074
3306
|
"v-overlay/scroll-strategy": {
|
|
@@ -3083,8 +3315,8 @@
|
|
|
3083
3315
|
"type": "boolean|string|object",
|
|
3084
3316
|
"description": ""
|
|
3085
3317
|
},
|
|
3086
|
-
"v-
|
|
3087
|
-
"type": "
|
|
3318
|
+
"v-pagination/active-color": {
|
|
3319
|
+
"type": "any",
|
|
3088
3320
|
"description": ""
|
|
3089
3321
|
},
|
|
3090
3322
|
"v-pagination/start": {
|
|
@@ -3108,19 +3340,19 @@
|
|
|
3108
3340
|
"description": "Specify the total visible pagination numbers"
|
|
3109
3341
|
},
|
|
3110
3342
|
"v-pagination/first-icon": {
|
|
3111
|
-
"type": "string",
|
|
3343
|
+
"type": "string|function|object",
|
|
3112
3344
|
"description": "The icon to use for the first button"
|
|
3113
3345
|
},
|
|
3114
3346
|
"v-pagination/prev-icon": {
|
|
3115
|
-
"type": "string",
|
|
3347
|
+
"type": "string|function|object",
|
|
3116
3348
|
"description": "The icon to use for the prev button"
|
|
3117
3349
|
},
|
|
3118
3350
|
"v-pagination/next-icon": {
|
|
3119
|
-
"type": "string",
|
|
3351
|
+
"type": "string|function|object",
|
|
3120
3352
|
"description": "The icon to use for the next button"
|
|
3121
3353
|
},
|
|
3122
3354
|
"v-pagination/last-icon": {
|
|
3123
|
-
"type": "string",
|
|
3355
|
+
"type": "string|function|object",
|
|
3124
3356
|
"description": "The icon to use for the last button"
|
|
3125
3357
|
},
|
|
3126
3358
|
"v-pagination/aria-label": {
|
|
@@ -3159,10 +3391,6 @@
|
|
|
3159
3391
|
"type": "any",
|
|
3160
3392
|
"description": "Show buttons for going to first and last page"
|
|
3161
3393
|
},
|
|
3162
|
-
"v-pagination/rounded": {
|
|
3163
|
-
"type": "boolean|number|string",
|
|
3164
|
-
"description": ""
|
|
3165
|
-
},
|
|
3166
3394
|
"v-pagination/border": {
|
|
3167
3395
|
"type": "boolean|number|string",
|
|
3168
3396
|
"description": "Applies border styles to component."
|
|
@@ -3175,6 +3403,10 @@
|
|
|
3175
3403
|
"type": "number|string",
|
|
3176
3404
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
3177
3405
|
},
|
|
3406
|
+
"v-pagination/rounded": {
|
|
3407
|
+
"type": "boolean|number|string",
|
|
3408
|
+
"description": ""
|
|
3409
|
+
},
|
|
3178
3410
|
"v-pagination/size": {
|
|
3179
3411
|
"type": "string|number",
|
|
3180
3412
|
"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**."
|
|
@@ -3191,13 +3423,9 @@
|
|
|
3191
3423
|
"type": "string",
|
|
3192
3424
|
"description": "Color of the selected page button"
|
|
3193
3425
|
},
|
|
3194
|
-
"v-pagination/text-color": {
|
|
3195
|
-
"type": "string",
|
|
3196
|
-
"description": "Applies a specified color to the control text"
|
|
3197
|
-
},
|
|
3198
3426
|
"v-pagination/variant": {
|
|
3199
3427
|
"type": "string",
|
|
3200
|
-
"description": "Applies one of
|
|
3428
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
3201
3429
|
},
|
|
3202
3430
|
"v-parallax/scale": {
|
|
3203
3431
|
"type": "number|string",
|
|
@@ -3307,13 +3535,85 @@
|
|
|
3307
3535
|
"type": "string",
|
|
3308
3536
|
"description": "Specify a theme for this component and all of its children"
|
|
3309
3537
|
},
|
|
3310
|
-
"v-radio/
|
|
3538
|
+
"v-radio/color": {
|
|
3539
|
+
"type": "string",
|
|
3540
|
+
"description": ""
|
|
3541
|
+
},
|
|
3542
|
+
"v-radio/disabled": {
|
|
3543
|
+
"type": "boolean",
|
|
3544
|
+
"description": ""
|
|
3545
|
+
},
|
|
3546
|
+
"v-radio/error": {
|
|
3547
|
+
"type": "boolean",
|
|
3548
|
+
"description": ""
|
|
3549
|
+
},
|
|
3550
|
+
"v-radio/id": {
|
|
3551
|
+
"type": "string",
|
|
3552
|
+
"description": ""
|
|
3553
|
+
},
|
|
3554
|
+
"v-radio/inline": {
|
|
3555
|
+
"type": "boolean",
|
|
3556
|
+
"description": ""
|
|
3557
|
+
},
|
|
3558
|
+
"v-radio/label": {
|
|
3311
3559
|
"type": "string",
|
|
3560
|
+
"description": ""
|
|
3561
|
+
},
|
|
3562
|
+
"v-radio/false-icon": {
|
|
3563
|
+
"type": "string|function|object",
|
|
3312
3564
|
"description": "The icon used when inactive"
|
|
3313
3565
|
},
|
|
3314
3566
|
"v-radio/true-icon": {
|
|
3567
|
+
"type": "string|function|object",
|
|
3568
|
+
"description": "The icon used when active"
|
|
3569
|
+
},
|
|
3570
|
+
"v-radio/ripple": {
|
|
3571
|
+
"type": "boolean",
|
|
3572
|
+
"description": ""
|
|
3573
|
+
},
|
|
3574
|
+
"v-radio/multiple": {
|
|
3575
|
+
"type": "boolean",
|
|
3576
|
+
"description": ""
|
|
3577
|
+
},
|
|
3578
|
+
"v-radio/name": {
|
|
3579
|
+
"type": "string",
|
|
3580
|
+
"description": "Sets the component's name attribute"
|
|
3581
|
+
},
|
|
3582
|
+
"v-radio/readonly": {
|
|
3583
|
+
"type": "boolean",
|
|
3584
|
+
"description": ""
|
|
3585
|
+
},
|
|
3586
|
+
"v-radio/true-value": {
|
|
3587
|
+
"type": "any",
|
|
3588
|
+
"description": "Sets value for truthy state"
|
|
3589
|
+
},
|
|
3590
|
+
"v-radio/false-value": {
|
|
3591
|
+
"type": "any",
|
|
3592
|
+
"description": "Sets value for falsy state"
|
|
3593
|
+
},
|
|
3594
|
+
"v-radio/model-value": {
|
|
3595
|
+
"type": "any",
|
|
3596
|
+
"description": ""
|
|
3597
|
+
},
|
|
3598
|
+
"v-radio/type": {
|
|
3599
|
+
"type": "string",
|
|
3600
|
+
"description": ""
|
|
3601
|
+
},
|
|
3602
|
+
"v-radio/value": {
|
|
3603
|
+
"type": "any",
|
|
3604
|
+
"description": ""
|
|
3605
|
+
},
|
|
3606
|
+
"v-radio/value-comparator": {
|
|
3607
|
+
"type": "function",
|
|
3608
|
+
"description": ""
|
|
3609
|
+
},
|
|
3610
|
+
"v-radio/theme": {
|
|
3611
|
+
"type": "string",
|
|
3612
|
+
"description": "Specify a theme for this component and all of its children"
|
|
3613
|
+
},
|
|
3614
|
+
"v-radio/density": {
|
|
3315
3615
|
"type": "string",
|
|
3316
|
-
"description": "
|
|
3616
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
3317
3617
|
},
|
|
3318
3618
|
"v-radio-group/height": {
|
|
3319
3619
|
"type": "number|string",
|
|
@@ -3324,11 +3624,11 @@
|
|
|
3324
3624
|
"description": ""
|
|
3325
3625
|
},
|
|
3326
3626
|
"v-radio-group/append-icon": {
|
|
3327
|
-
"type": "string",
|
|
3627
|
+
"type": "string|function|object",
|
|
3328
3628
|
"description": ""
|
|
3329
3629
|
},
|
|
3330
3630
|
"v-radio-group/prepend-icon": {
|
|
3331
|
-
"type": "string",
|
|
3631
|
+
"type": "string|function|object",
|
|
3332
3632
|
"description": ""
|
|
3333
3633
|
},
|
|
3334
3634
|
"v-radio-group/hide-details": {
|
|
@@ -3343,6 +3643,14 @@
|
|
|
3343
3643
|
"type": "string",
|
|
3344
3644
|
"description": ""
|
|
3345
3645
|
},
|
|
3646
|
+
"v-radio-group/on-click:prepend": {
|
|
3647
|
+
"type": "function|array",
|
|
3648
|
+
"description": ""
|
|
3649
|
+
},
|
|
3650
|
+
"v-radio-group/on-click:append": {
|
|
3651
|
+
"type": "function|array",
|
|
3652
|
+
"description": ""
|
|
3653
|
+
},
|
|
3346
3654
|
"v-radio-group/density": {
|
|
3347
3655
|
"type": "string",
|
|
3348
3656
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
@@ -3367,6 +3675,10 @@
|
|
|
3367
3675
|
"type": "string",
|
|
3368
3676
|
"description": "Sets the component's name attribute"
|
|
3369
3677
|
},
|
|
3678
|
+
"v-radio-group/label": {
|
|
3679
|
+
"type": "string",
|
|
3680
|
+
"description": ""
|
|
3681
|
+
},
|
|
3370
3682
|
"v-radio-group/readonly": {
|
|
3371
3683
|
"type": "boolean",
|
|
3372
3684
|
"description": ""
|
|
@@ -3379,6 +3691,10 @@
|
|
|
3379
3691
|
"type": "any",
|
|
3380
3692
|
"description": ""
|
|
3381
3693
|
},
|
|
3694
|
+
"v-radio-group/validation-value": {
|
|
3695
|
+
"type": "any",
|
|
3696
|
+
"description": ""
|
|
3697
|
+
},
|
|
3382
3698
|
"v-radio-group/color": {
|
|
3383
3699
|
"type": "string",
|
|
3384
3700
|
"description": ""
|
|
@@ -3387,16 +3703,12 @@
|
|
|
3387
3703
|
"type": "boolean",
|
|
3388
3704
|
"description": "Displays radio buttons in row"
|
|
3389
3705
|
},
|
|
3390
|
-
"v-radio-group/label": {
|
|
3391
|
-
"type": "string",
|
|
3392
|
-
"description": ""
|
|
3393
|
-
},
|
|
3394
3706
|
"v-radio-group/false-icon": {
|
|
3395
|
-
"type": "string",
|
|
3707
|
+
"type": "string|function|object",
|
|
3396
3708
|
"description": ""
|
|
3397
3709
|
},
|
|
3398
3710
|
"v-radio-group/true-icon": {
|
|
3399
|
-
"type": "string",
|
|
3711
|
+
"type": "string|function|object",
|
|
3400
3712
|
"description": ""
|
|
3401
3713
|
},
|
|
3402
3714
|
"v-radio-group/ripple": {
|
|
@@ -3440,11 +3752,11 @@
|
|
|
3440
3752
|
"description": ""
|
|
3441
3753
|
},
|
|
3442
3754
|
"v-range-slider/append-icon": {
|
|
3443
|
-
"type": "string",
|
|
3755
|
+
"type": "string|function|object",
|
|
3444
3756
|
"description": ""
|
|
3445
3757
|
},
|
|
3446
3758
|
"v-range-slider/prepend-icon": {
|
|
3447
|
-
"type": "string",
|
|
3759
|
+
"type": "string|function|object",
|
|
3448
3760
|
"description": ""
|
|
3449
3761
|
},
|
|
3450
3762
|
"v-range-slider/hide-details": {
|
|
@@ -3459,6 +3771,14 @@
|
|
|
3459
3771
|
"type": "string",
|
|
3460
3772
|
"description": ""
|
|
3461
3773
|
},
|
|
3774
|
+
"v-range-slider/on-click:prepend": {
|
|
3775
|
+
"type": "function|array",
|
|
3776
|
+
"description": ""
|
|
3777
|
+
},
|
|
3778
|
+
"v-range-slider/on-click:append": {
|
|
3779
|
+
"type": "function|array",
|
|
3780
|
+
"description": ""
|
|
3781
|
+
},
|
|
3462
3782
|
"v-range-slider/density": {
|
|
3463
3783
|
"type": "string",
|
|
3464
3784
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
@@ -3483,6 +3803,10 @@
|
|
|
3483
3803
|
"type": "string",
|
|
3484
3804
|
"description": ""
|
|
3485
3805
|
},
|
|
3806
|
+
"v-range-slider/label": {
|
|
3807
|
+
"type": "string",
|
|
3808
|
+
"description": ""
|
|
3809
|
+
},
|
|
3486
3810
|
"v-range-slider/readonly": {
|
|
3487
3811
|
"type": "boolean",
|
|
3488
3812
|
"description": ""
|
|
@@ -3495,6 +3819,10 @@
|
|
|
3495
3819
|
"type": "array",
|
|
3496
3820
|
"description": ""
|
|
3497
3821
|
},
|
|
3822
|
+
"v-range-slider/validation-value": {
|
|
3823
|
+
"type": "any",
|
|
3824
|
+
"description": ""
|
|
3825
|
+
},
|
|
3498
3826
|
"v-range-slider/max": {
|
|
3499
3827
|
"type": "number|string",
|
|
3500
3828
|
"description": ""
|
|
@@ -3588,11 +3916,11 @@
|
|
|
3588
3916
|
"description": ""
|
|
3589
3917
|
},
|
|
3590
3918
|
"v-rating/empty-icon": {
|
|
3591
|
-
"type": "string",
|
|
3919
|
+
"type": "string|function|object",
|
|
3592
3920
|
"description": "The icon displayed when empty"
|
|
3593
3921
|
},
|
|
3594
3922
|
"v-rating/full-icon": {
|
|
3595
|
-
"type": "string",
|
|
3923
|
+
"type": "string|function|object",
|
|
3596
3924
|
"description": "The icon displayed when full"
|
|
3597
3925
|
},
|
|
3598
3926
|
"v-rating/half-increments": {
|
|
@@ -3695,16 +4023,20 @@
|
|
|
3695
4023
|
"type": "boolean",
|
|
3696
4024
|
"description": "Do not display in the select menu items that are already selected"
|
|
3697
4025
|
},
|
|
3698
|
-
"v-select/
|
|
3699
|
-
"type": "
|
|
3700
|
-
"description": "
|
|
4026
|
+
"v-select/menu": {
|
|
4027
|
+
"type": "boolean",
|
|
4028
|
+
"description": ""
|
|
3701
4029
|
},
|
|
3702
4030
|
"v-select/menu-icon": {
|
|
3703
|
-
"type": "string",
|
|
4031
|
+
"type": "string|function|object",
|
|
3704
4032
|
"description": ""
|
|
3705
4033
|
},
|
|
4034
|
+
"v-select/menu-props": {
|
|
4035
|
+
"type": "object",
|
|
4036
|
+
"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 }\"`"
|
|
4037
|
+
},
|
|
3706
4038
|
"v-select/model-value": {
|
|
3707
|
-
"type": "
|
|
4039
|
+
"type": "any",
|
|
3708
4040
|
"description": ""
|
|
3709
4041
|
},
|
|
3710
4042
|
"v-select/multiple": {
|
|
@@ -3719,6 +4051,34 @@
|
|
|
3719
4051
|
"type": "boolean",
|
|
3720
4052
|
"description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state"
|
|
3721
4053
|
},
|
|
4054
|
+
"v-select/readonly": {
|
|
4055
|
+
"type": "boolean",
|
|
4056
|
+
"description": ""
|
|
4057
|
+
},
|
|
4058
|
+
"v-select/items": {
|
|
4059
|
+
"type": "array",
|
|
4060
|
+
"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."
|
|
4061
|
+
},
|
|
4062
|
+
"v-select/item-title": {
|
|
4063
|
+
"type": "string|array|function",
|
|
4064
|
+
"description": ""
|
|
4065
|
+
},
|
|
4066
|
+
"v-select/item-value": {
|
|
4067
|
+
"type": "string|array|function",
|
|
4068
|
+
"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)"
|
|
4069
|
+
},
|
|
4070
|
+
"v-select/item-children": {
|
|
4071
|
+
"type": "boolean|string|array|function",
|
|
4072
|
+
"description": ""
|
|
4073
|
+
},
|
|
4074
|
+
"v-select/item-props": {
|
|
4075
|
+
"type": "boolean|string|array|function",
|
|
4076
|
+
"description": ""
|
|
4077
|
+
},
|
|
4078
|
+
"v-select/return-object": {
|
|
4079
|
+
"type": "boolean",
|
|
4080
|
+
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**"
|
|
4081
|
+
},
|
|
3722
4082
|
"v-select/transition": {
|
|
3723
4083
|
"type": "boolean|string|object",
|
|
3724
4084
|
"description": ""
|
|
@@ -3748,11 +4108,11 @@
|
|
|
3748
4108
|
"description": ""
|
|
3749
4109
|
},
|
|
3750
4110
|
"v-selection-control/false-icon": {
|
|
3751
|
-
"type": "string",
|
|
4111
|
+
"type": "string|function|object",
|
|
3752
4112
|
"description": ""
|
|
3753
4113
|
},
|
|
3754
4114
|
"v-selection-control/true-icon": {
|
|
3755
|
-
"type": "string",
|
|
4115
|
+
"type": "string|function|object",
|
|
3756
4116
|
"description": ""
|
|
3757
4117
|
},
|
|
3758
4118
|
"v-selection-control/ripple": {
|
|
@@ -3879,34 +4239,14 @@
|
|
|
3879
4239
|
"type": "number|string",
|
|
3880
4240
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
3881
4241
|
},
|
|
3882
|
-
"v-sheet/
|
|
3883
|
-
"type": "
|
|
3884
|
-
"description": "
|
|
3885
|
-
},
|
|
3886
|
-
"v-sheet/bottom": {
|
|
3887
|
-
"type": "boolean|number|string",
|
|
3888
|
-
"description": "Aligns the component towards the bottom."
|
|
3889
|
-
},
|
|
3890
|
-
"v-sheet/fixed": {
|
|
3891
|
-
"type": "boolean",
|
|
3892
|
-
"description": "Applies **position: fixed** to the component."
|
|
3893
|
-
},
|
|
3894
|
-
"v-sheet/left": {
|
|
3895
|
-
"type": "boolean|number|string",
|
|
3896
|
-
"description": "Aligns the component towards the left."
|
|
4242
|
+
"v-sheet/location": {
|
|
4243
|
+
"type": "string",
|
|
4244
|
+
"description": ""
|
|
3897
4245
|
},
|
|
3898
4246
|
"v-sheet/position": {
|
|
3899
4247
|
"type": "string",
|
|
3900
4248
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
3901
4249
|
},
|
|
3902
|
-
"v-sheet/right": {
|
|
3903
|
-
"type": "boolean|number|string",
|
|
3904
|
-
"description": "Aligns the component towards the right."
|
|
3905
|
-
},
|
|
3906
|
-
"v-sheet/top": {
|
|
3907
|
-
"type": "boolean|number|string",
|
|
3908
|
-
"description": "Aligns the content towards the top."
|
|
3909
|
-
},
|
|
3910
4250
|
"v-sheet/rounded": {
|
|
3911
4251
|
"type": "boolean|number|string",
|
|
3912
4252
|
"description": ""
|
|
@@ -3919,10 +4259,6 @@
|
|
|
3919
4259
|
"type": "string",
|
|
3920
4260
|
"description": "Specify a theme for this component and all of its children"
|
|
3921
4261
|
},
|
|
3922
|
-
"v-slide-group/active-class": {
|
|
3923
|
-
"type": "string",
|
|
3924
|
-
"description": ""
|
|
3925
|
-
},
|
|
3926
4262
|
"v-slide-group/center-active": {
|
|
3927
4263
|
"type": "any",
|
|
3928
4264
|
"description": "Forces the selected component to be centered"
|
|
@@ -3936,11 +4272,11 @@
|
|
|
3936
4272
|
"description": ""
|
|
3937
4273
|
},
|
|
3938
4274
|
"v-slide-group/next-icon": {
|
|
3939
|
-
"type": "string",
|
|
4275
|
+
"type": "string|function|object",
|
|
3940
4276
|
"description": "The appended slot when arrows are shown"
|
|
3941
4277
|
},
|
|
3942
4278
|
"v-slide-group/prev-icon": {
|
|
3943
|
-
"type": "string",
|
|
4279
|
+
"type": "string|function|object",
|
|
3944
4280
|
"description": "The prepended slot when arrows are shown"
|
|
3945
4281
|
},
|
|
3946
4282
|
"v-slide-group/show-arrows": {
|
|
@@ -4076,11 +4412,11 @@
|
|
|
4076
4412
|
"description": ""
|
|
4077
4413
|
},
|
|
4078
4414
|
"v-slider/append-icon": {
|
|
4079
|
-
"type": "string",
|
|
4415
|
+
"type": "string|function|object",
|
|
4080
4416
|
"description": ""
|
|
4081
4417
|
},
|
|
4082
4418
|
"v-slider/prepend-icon": {
|
|
4083
|
-
"type": "string",
|
|
4419
|
+
"type": "string|function|object",
|
|
4084
4420
|
"description": ""
|
|
4085
4421
|
},
|
|
4086
4422
|
"v-slider/hide-details": {
|
|
@@ -4091,6 +4427,14 @@
|
|
|
4091
4427
|
"type": "array|string",
|
|
4092
4428
|
"description": ""
|
|
4093
4429
|
},
|
|
4430
|
+
"v-slider/on-click:prepend": {
|
|
4431
|
+
"type": "function|array",
|
|
4432
|
+
"description": ""
|
|
4433
|
+
},
|
|
4434
|
+
"v-slider/on-click:append": {
|
|
4435
|
+
"type": "function|array",
|
|
4436
|
+
"description": ""
|
|
4437
|
+
},
|
|
4094
4438
|
"v-slider/density": {
|
|
4095
4439
|
"type": "string",
|
|
4096
4440
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
@@ -4107,6 +4451,10 @@
|
|
|
4107
4451
|
"type": "string",
|
|
4108
4452
|
"description": ""
|
|
4109
4453
|
},
|
|
4454
|
+
"v-slider/label": {
|
|
4455
|
+
"type": "string",
|
|
4456
|
+
"description": ""
|
|
4457
|
+
},
|
|
4110
4458
|
"v-slider/rules": {
|
|
4111
4459
|
"type": "array",
|
|
4112
4460
|
"description": ""
|
|
@@ -4115,13 +4463,9 @@
|
|
|
4115
4463
|
"type": "number|string",
|
|
4116
4464
|
"description": ""
|
|
4117
4465
|
},
|
|
4118
|
-
"v-
|
|
4466
|
+
"v-slider/validation-value": {
|
|
4119
4467
|
"type": "any",
|
|
4120
|
-
"description": "
|
|
4121
|
-
},
|
|
4122
|
-
"v-snackbar/centered": {
|
|
4123
|
-
"type": "any",
|
|
4124
|
-
"description": "Positions the snackbar in the center of the screen, (x and y axis)."
|
|
4468
|
+
"description": ""
|
|
4125
4469
|
},
|
|
4126
4470
|
"v-snackbar/content-class": {
|
|
4127
4471
|
"type": "string",
|
|
@@ -4143,45 +4487,25 @@
|
|
|
4143
4487
|
"type": "any",
|
|
4144
4488
|
"description": ""
|
|
4145
4489
|
},
|
|
4146
|
-
"v-snackbar/
|
|
4147
|
-
"type": "
|
|
4148
|
-
"description": "
|
|
4149
|
-
},
|
|
4150
|
-
"v-snackbar/bottom": {
|
|
4151
|
-
"type": "boolean|number|string",
|
|
4152
|
-
"description": "Aligns the component towards the bottom."
|
|
4153
|
-
},
|
|
4154
|
-
"v-snackbar/fixed": {
|
|
4155
|
-
"type": "boolean",
|
|
4156
|
-
"description": "Applies **position: fixed** to the component."
|
|
4157
|
-
},
|
|
4158
|
-
"v-snackbar/left": {
|
|
4159
|
-
"type": "boolean|number|string",
|
|
4160
|
-
"description": "Aligns the component towards the left."
|
|
4490
|
+
"v-snackbar/location": {
|
|
4491
|
+
"type": "string",
|
|
4492
|
+
"description": ""
|
|
4161
4493
|
},
|
|
4162
4494
|
"v-snackbar/position": {
|
|
4163
4495
|
"type": "string",
|
|
4164
4496
|
"description": "Specifies the type of positioning method used for an element. Available options are: **static**, **relative**, **fixed**, **absolute**, and **sticky**."
|
|
4165
4497
|
},
|
|
4166
|
-
"v-snackbar/
|
|
4498
|
+
"v-snackbar/rounded": {
|
|
4167
4499
|
"type": "boolean|number|string",
|
|
4168
|
-
"description": "
|
|
4169
|
-
},
|
|
4170
|
-
"v-snackbar/top": {
|
|
4171
|
-
"type": "boolean|number|string",
|
|
4172
|
-
"description": "Aligns the content towards the top."
|
|
4500
|
+
"description": ""
|
|
4173
4501
|
},
|
|
4174
4502
|
"v-snackbar/color": {
|
|
4175
4503
|
"type": "string",
|
|
4176
4504
|
"description": ""
|
|
4177
4505
|
},
|
|
4178
|
-
"v-snackbar/text-color": {
|
|
4179
|
-
"type": "string",
|
|
4180
|
-
"description": "Applies a specified color to the control text"
|
|
4181
|
-
},
|
|
4182
4506
|
"v-snackbar/variant": {
|
|
4183
4507
|
"type": "string",
|
|
4184
|
-
"description": "Applies one of
|
|
4508
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
4185
4509
|
},
|
|
4186
4510
|
"v-snackbar/transition": {
|
|
4187
4511
|
"type": "boolean|string|object",
|
|
@@ -4200,7 +4524,7 @@
|
|
|
4200
4524
|
"description": "Display component without elevation. Default elevation for thumb is 4dp, `flat` resets it"
|
|
4201
4525
|
},
|
|
4202
4526
|
"v-switch/loading": {
|
|
4203
|
-
"type": "boolean",
|
|
4527
|
+
"type": "boolean|string",
|
|
4204
4528
|
"description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color"
|
|
4205
4529
|
},
|
|
4206
4530
|
"v-switch/id": {
|
|
@@ -4208,11 +4532,11 @@
|
|
|
4208
4532
|
"description": ""
|
|
4209
4533
|
},
|
|
4210
4534
|
"v-switch/append-icon": {
|
|
4211
|
-
"type": "string",
|
|
4535
|
+
"type": "string|function|object",
|
|
4212
4536
|
"description": ""
|
|
4213
4537
|
},
|
|
4214
4538
|
"v-switch/prepend-icon": {
|
|
4215
|
-
"type": "string",
|
|
4539
|
+
"type": "string|function|object",
|
|
4216
4540
|
"description": ""
|
|
4217
4541
|
},
|
|
4218
4542
|
"v-switch/hide-details": {
|
|
@@ -4227,6 +4551,14 @@
|
|
|
4227
4551
|
"type": "string",
|
|
4228
4552
|
"description": ""
|
|
4229
4553
|
},
|
|
4554
|
+
"v-switch/on-click:prepend": {
|
|
4555
|
+
"type": "function|array",
|
|
4556
|
+
"description": ""
|
|
4557
|
+
},
|
|
4558
|
+
"v-switch/on-click:append": {
|
|
4559
|
+
"type": "function|array",
|
|
4560
|
+
"description": ""
|
|
4561
|
+
},
|
|
4230
4562
|
"v-switch/density": {
|
|
4231
4563
|
"type": "string",
|
|
4232
4564
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
@@ -4251,6 +4583,10 @@
|
|
|
4251
4583
|
"type": "string",
|
|
4252
4584
|
"description": ""
|
|
4253
4585
|
},
|
|
4586
|
+
"v-switch/label": {
|
|
4587
|
+
"type": "string",
|
|
4588
|
+
"description": ""
|
|
4589
|
+
},
|
|
4254
4590
|
"v-switch/readonly": {
|
|
4255
4591
|
"type": "boolean",
|
|
4256
4592
|
"description": ""
|
|
@@ -4263,6 +4599,10 @@
|
|
|
4263
4599
|
"type": "any",
|
|
4264
4600
|
"description": ""
|
|
4265
4601
|
},
|
|
4602
|
+
"v-switch/validation-value": {
|
|
4603
|
+
"type": "any",
|
|
4604
|
+
"description": ""
|
|
4605
|
+
},
|
|
4266
4606
|
"v-switch/color": {
|
|
4267
4607
|
"type": "string",
|
|
4268
4608
|
"description": ""
|
|
@@ -4271,16 +4611,12 @@
|
|
|
4271
4611
|
"type": "boolean",
|
|
4272
4612
|
"description": ""
|
|
4273
4613
|
},
|
|
4274
|
-
"v-switch/label": {
|
|
4275
|
-
"type": "string",
|
|
4276
|
-
"description": ""
|
|
4277
|
-
},
|
|
4278
4614
|
"v-switch/false-icon": {
|
|
4279
|
-
"type": "string",
|
|
4615
|
+
"type": "string|function|object",
|
|
4280
4616
|
"description": ""
|
|
4281
4617
|
},
|
|
4282
4618
|
"v-switch/true-icon": {
|
|
4283
|
-
"type": "string",
|
|
4619
|
+
"type": "string|function|object",
|
|
4284
4620
|
"description": ""
|
|
4285
4621
|
},
|
|
4286
4622
|
"v-switch/ripple": {
|
|
@@ -4319,65 +4655,29 @@
|
|
|
4319
4655
|
"type": "any",
|
|
4320
4656
|
"description": ""
|
|
4321
4657
|
},
|
|
4322
|
-
"v-system-bar/window": {
|
|
4323
|
-
"type": "any",
|
|
4324
|
-
"description": "Increases the system bar height to 32px (24px default)."
|
|
4325
|
-
},
|
|
4326
4658
|
"v-system-bar/height": {
|
|
4327
|
-
"type": "
|
|
4659
|
+
"type": "any",
|
|
4328
4660
|
"description": "Sets the height for the component."
|
|
4329
4661
|
},
|
|
4330
|
-
"v-system-bar/
|
|
4331
|
-
"type": "
|
|
4332
|
-
"description": "
|
|
4333
|
-
},
|
|
4334
|
-
"v-system-bar/max-width": {
|
|
4335
|
-
"type": "number|string",
|
|
4336
|
-
"description": "Sets the maximum width for the component."
|
|
4337
|
-
},
|
|
4338
|
-
"v-system-bar/min-height": {
|
|
4339
|
-
"type": "number|string",
|
|
4340
|
-
"description": "Sets the minimum height for the component."
|
|
4341
|
-
},
|
|
4342
|
-
"v-system-bar/min-width": {
|
|
4343
|
-
"type": "number|string",
|
|
4344
|
-
"description": "Sets the minimum width for the component."
|
|
4345
|
-
},
|
|
4346
|
-
"v-system-bar/width": {
|
|
4347
|
-
"type": "number|string",
|
|
4348
|
-
"description": "Sets the width for the component."
|
|
4662
|
+
"v-system-bar/window": {
|
|
4663
|
+
"type": "any",
|
|
4664
|
+
"description": "Increases the system bar height to 32px (24px default)."
|
|
4349
4665
|
},
|
|
4350
4666
|
"v-system-bar/elevation": {
|
|
4351
4667
|
"type": "number|string",
|
|
4352
4668
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
4353
4669
|
},
|
|
4354
|
-
"v-system-bar/
|
|
4355
|
-
"type": "boolean",
|
|
4356
|
-
"description": "Applies **position: absolute** to the component."
|
|
4357
|
-
},
|
|
4358
|
-
"v-system-bar/bottom": {
|
|
4359
|
-
"type": "boolean|number|string",
|
|
4360
|
-
"description": "Aligns the component towards the bottom."
|
|
4361
|
-
},
|
|
4362
|
-
"v-system-bar/fixed": {
|
|
4363
|
-
"type": "boolean",
|
|
4364
|
-
"description": "Applies **position: fixed** to the component."
|
|
4365
|
-
},
|
|
4366
|
-
"v-system-bar/left": {
|
|
4367
|
-
"type": "boolean|number|string",
|
|
4368
|
-
"description": "Aligns the component towards the left."
|
|
4369
|
-
},
|
|
4370
|
-
"v-system-bar/position": {
|
|
4670
|
+
"v-system-bar/name": {
|
|
4371
4671
|
"type": "string",
|
|
4372
|
-
"description": "
|
|
4672
|
+
"description": ""
|
|
4373
4673
|
},
|
|
4374
|
-
"v-system-bar/
|
|
4375
|
-
"type": "
|
|
4376
|
-
"description": "
|
|
4674
|
+
"v-system-bar/order": {
|
|
4675
|
+
"type": "number|string",
|
|
4676
|
+
"description": ""
|
|
4377
4677
|
},
|
|
4378
|
-
"v-system-bar/
|
|
4379
|
-
"type": "boolean
|
|
4380
|
-
"description": "
|
|
4678
|
+
"v-system-bar/absolute": {
|
|
4679
|
+
"type": "boolean",
|
|
4680
|
+
"description": ""
|
|
4381
4681
|
},
|
|
4382
4682
|
"v-system-bar/rounded": {
|
|
4383
4683
|
"type": "boolean|number|string",
|
|
@@ -4415,9 +4715,9 @@
|
|
|
4415
4715
|
"type": "any",
|
|
4416
4716
|
"description": ""
|
|
4417
4717
|
},
|
|
4418
|
-
"v-tabs/
|
|
4718
|
+
"v-tabs/bg-color": {
|
|
4419
4719
|
"type": "any",
|
|
4420
|
-
"description": "
|
|
4720
|
+
"description": ""
|
|
4421
4721
|
},
|
|
4422
4722
|
"v-tabs/centered": {
|
|
4423
4723
|
"type": "any",
|
|
@@ -4439,9 +4739,9 @@
|
|
|
4439
4739
|
"type": "any",
|
|
4440
4740
|
"description": "Does not require an active item. Useful when using `v-tab` as a `router-link`"
|
|
4441
4741
|
},
|
|
4442
|
-
"v-tabs/
|
|
4742
|
+
"v-tabs/end": {
|
|
4443
4743
|
"type": "any",
|
|
4444
|
-
"description": "
|
|
4744
|
+
"description": ""
|
|
4445
4745
|
},
|
|
4446
4746
|
"v-tabs/slider-color": {
|
|
4447
4747
|
"type": "any",
|
|
@@ -4551,14 +4851,14 @@
|
|
|
4551
4851
|
"type": "string",
|
|
4552
4852
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
4553
4853
|
},
|
|
4554
|
-
"v-table/theme": {
|
|
4555
|
-
"type": "string",
|
|
4556
|
-
"description": "Specify a theme for this component and all of its children"
|
|
4557
|
-
},
|
|
4558
4854
|
"v-table/tag": {
|
|
4559
4855
|
"type": "string",
|
|
4560
4856
|
"description": "Specify a custom tag used on the root element."
|
|
4561
4857
|
},
|
|
4858
|
+
"v-table/theme": {
|
|
4859
|
+
"type": "string",
|
|
4860
|
+
"description": "Specify a theme for this component and all of its children"
|
|
4861
|
+
},
|
|
4562
4862
|
"v-textarea/auto-grow": {
|
|
4563
4863
|
"type": "any",
|
|
4564
4864
|
"description": "Automatically grow the textarea depending on amount of text"
|
|
@@ -4620,11 +4920,11 @@
|
|
|
4620
4920
|
"description": ""
|
|
4621
4921
|
},
|
|
4622
4922
|
"v-textarea/append-icon": {
|
|
4623
|
-
"type": "string",
|
|
4923
|
+
"type": "string|function|object",
|
|
4624
4924
|
"description": ""
|
|
4625
4925
|
},
|
|
4626
4926
|
"v-textarea/prepend-icon": {
|
|
4627
|
-
"type": "string",
|
|
4927
|
+
"type": "string|function|object",
|
|
4628
4928
|
"description": ""
|
|
4629
4929
|
},
|
|
4630
4930
|
"v-textarea/hide-details": {
|
|
@@ -4639,6 +4939,14 @@
|
|
|
4639
4939
|
"type": "string",
|
|
4640
4940
|
"description": ""
|
|
4641
4941
|
},
|
|
4942
|
+
"v-textarea/on-click:prepend": {
|
|
4943
|
+
"type": "function|array",
|
|
4944
|
+
"description": ""
|
|
4945
|
+
},
|
|
4946
|
+
"v-textarea/on-click:append": {
|
|
4947
|
+
"type": "function|array",
|
|
4948
|
+
"description": ""
|
|
4949
|
+
},
|
|
4642
4950
|
"v-textarea/density": {
|
|
4643
4951
|
"type": "string",
|
|
4644
4952
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
@@ -4663,6 +4971,10 @@
|
|
|
4663
4971
|
"type": "string",
|
|
4664
4972
|
"description": ""
|
|
4665
4973
|
},
|
|
4974
|
+
"v-textarea/label": {
|
|
4975
|
+
"type": "string",
|
|
4976
|
+
"description": ""
|
|
4977
|
+
},
|
|
4666
4978
|
"v-textarea/readonly": {
|
|
4667
4979
|
"type": "boolean",
|
|
4668
4980
|
"description": ""
|
|
@@ -4675,8 +4987,12 @@
|
|
|
4675
4987
|
"type": "any",
|
|
4676
4988
|
"description": ""
|
|
4677
4989
|
},
|
|
4990
|
+
"v-textarea/validation-value": {
|
|
4991
|
+
"type": "any",
|
|
4992
|
+
"description": ""
|
|
4993
|
+
},
|
|
4678
4994
|
"v-textarea/append-inner-icon": {
|
|
4679
|
-
"type": "string",
|
|
4995
|
+
"type": "string|function|object",
|
|
4680
4996
|
"description": ""
|
|
4681
4997
|
},
|
|
4682
4998
|
"v-textarea/bg-color": {
|
|
@@ -4688,7 +5004,7 @@
|
|
|
4688
5004
|
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
4689
5005
|
},
|
|
4690
5006
|
"v-textarea/clear-icon": {
|
|
4691
|
-
"type": "string",
|
|
5007
|
+
"type": "string|function|object",
|
|
4692
5008
|
"description": ""
|
|
4693
5009
|
},
|
|
4694
5010
|
"v-textarea/active": {
|
|
@@ -4703,16 +5019,12 @@
|
|
|
4703
5019
|
"type": "boolean",
|
|
4704
5020
|
"description": ""
|
|
4705
5021
|
},
|
|
4706
|
-
"v-textarea/label": {
|
|
4707
|
-
"type": "string",
|
|
4708
|
-
"description": ""
|
|
4709
|
-
},
|
|
4710
5022
|
"v-textarea/persistent-clear": {
|
|
4711
5023
|
"type": "boolean",
|
|
4712
5024
|
"description": ""
|
|
4713
5025
|
},
|
|
4714
5026
|
"v-textarea/prepend-inner-icon": {
|
|
4715
|
-
"type": "string",
|
|
5027
|
+
"type": "string|function|object",
|
|
4716
5028
|
"description": ""
|
|
4717
5029
|
},
|
|
4718
5030
|
"v-textarea/reverse": {
|
|
@@ -4727,6 +5039,18 @@
|
|
|
4727
5039
|
"type": "string",
|
|
4728
5040
|
"description": ""
|
|
4729
5041
|
},
|
|
5042
|
+
"v-textarea/on-click:clear": {
|
|
5043
|
+
"type": "function|array",
|
|
5044
|
+
"description": ""
|
|
5045
|
+
},
|
|
5046
|
+
"v-textarea/on-click:append-inner": {
|
|
5047
|
+
"type": "function|array",
|
|
5048
|
+
"description": ""
|
|
5049
|
+
},
|
|
5050
|
+
"v-textarea/on-click:prepend-inner": {
|
|
5051
|
+
"type": "function|array",
|
|
5052
|
+
"description": ""
|
|
5053
|
+
},
|
|
4730
5054
|
"v-textarea/theme": {
|
|
4731
5055
|
"type": "string",
|
|
4732
5056
|
"description": ""
|
|
@@ -4784,11 +5108,11 @@
|
|
|
4784
5108
|
"description": ""
|
|
4785
5109
|
},
|
|
4786
5110
|
"v-text-field/append-icon": {
|
|
4787
|
-
"type": "string",
|
|
5111
|
+
"type": "string|function|object",
|
|
4788
5112
|
"description": ""
|
|
4789
5113
|
},
|
|
4790
5114
|
"v-text-field/prepend-icon": {
|
|
4791
|
-
"type": "string",
|
|
5115
|
+
"type": "string|function|object",
|
|
4792
5116
|
"description": ""
|
|
4793
5117
|
},
|
|
4794
5118
|
"v-text-field/hide-details": {
|
|
@@ -4803,6 +5127,14 @@
|
|
|
4803
5127
|
"type": "string",
|
|
4804
5128
|
"description": ""
|
|
4805
5129
|
},
|
|
5130
|
+
"v-text-field/on-click:prepend": {
|
|
5131
|
+
"type": "function|array",
|
|
5132
|
+
"description": ""
|
|
5133
|
+
},
|
|
5134
|
+
"v-text-field/on-click:append": {
|
|
5135
|
+
"type": "function|array",
|
|
5136
|
+
"description": ""
|
|
5137
|
+
},
|
|
4806
5138
|
"v-text-field/density": {
|
|
4807
5139
|
"type": "string",
|
|
4808
5140
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
@@ -4827,6 +5159,10 @@
|
|
|
4827
5159
|
"type": "string",
|
|
4828
5160
|
"description": ""
|
|
4829
5161
|
},
|
|
5162
|
+
"v-text-field/label": {
|
|
5163
|
+
"type": "string",
|
|
5164
|
+
"description": ""
|
|
5165
|
+
},
|
|
4830
5166
|
"v-text-field/readonly": {
|
|
4831
5167
|
"type": "boolean",
|
|
4832
5168
|
"description": ""
|
|
@@ -4839,8 +5175,12 @@
|
|
|
4839
5175
|
"type": "any",
|
|
4840
5176
|
"description": ""
|
|
4841
5177
|
},
|
|
5178
|
+
"v-text-field/validation-value": {
|
|
5179
|
+
"type": "any",
|
|
5180
|
+
"description": ""
|
|
5181
|
+
},
|
|
4842
5182
|
"v-text-field/append-inner-icon": {
|
|
4843
|
-
"type": "string",
|
|
5183
|
+
"type": "string|function|object",
|
|
4844
5184
|
"description": ""
|
|
4845
5185
|
},
|
|
4846
5186
|
"v-text-field/bg-color": {
|
|
@@ -4852,7 +5192,7 @@
|
|
|
4852
5192
|
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
4853
5193
|
},
|
|
4854
5194
|
"v-text-field/clear-icon": {
|
|
4855
|
-
"type": "string",
|
|
5195
|
+
"type": "string|function|object",
|
|
4856
5196
|
"description": "Applied when using **clearable** and the input is dirty"
|
|
4857
5197
|
},
|
|
4858
5198
|
"v-text-field/active": {
|
|
@@ -4867,16 +5207,12 @@
|
|
|
4867
5207
|
"type": "boolean",
|
|
4868
5208
|
"description": ""
|
|
4869
5209
|
},
|
|
4870
|
-
"v-text-field/label": {
|
|
4871
|
-
"type": "string",
|
|
4872
|
-
"description": ""
|
|
4873
|
-
},
|
|
4874
5210
|
"v-text-field/persistent-clear": {
|
|
4875
5211
|
"type": "boolean",
|
|
4876
5212
|
"description": ""
|
|
4877
5213
|
},
|
|
4878
5214
|
"v-text-field/prepend-inner-icon": {
|
|
4879
|
-
"type": "string",
|
|
5215
|
+
"type": "string|function|object",
|
|
4880
5216
|
"description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`"
|
|
4881
5217
|
},
|
|
4882
5218
|
"v-text-field/reverse": {
|
|
@@ -4891,6 +5227,18 @@
|
|
|
4891
5227
|
"type": "string",
|
|
4892
5228
|
"description": ""
|
|
4893
5229
|
},
|
|
5230
|
+
"v-text-field/on-click:clear": {
|
|
5231
|
+
"type": "function|array",
|
|
5232
|
+
"description": ""
|
|
5233
|
+
},
|
|
5234
|
+
"v-text-field/on-click:append-inner": {
|
|
5235
|
+
"type": "function|array",
|
|
5236
|
+
"description": ""
|
|
5237
|
+
},
|
|
5238
|
+
"v-text-field/on-click:prepend-inner": {
|
|
5239
|
+
"type": "function|array",
|
|
5240
|
+
"description": ""
|
|
5241
|
+
},
|
|
4894
5242
|
"v-text-field/theme": {
|
|
4895
5243
|
"type": "string",
|
|
4896
5244
|
"description": ""
|
|
@@ -4911,6 +5259,10 @@
|
|
|
4911
5259
|
"type": "string",
|
|
4912
5260
|
"description": "Specify a custom tag used on the root element."
|
|
4913
5261
|
},
|
|
5262
|
+
"v-timeline/align": {
|
|
5263
|
+
"type": "string",
|
|
5264
|
+
"description": ""
|
|
5265
|
+
},
|
|
4914
5266
|
"v-timeline/direction": {
|
|
4915
5267
|
"type": "string",
|
|
4916
5268
|
"description": "Display timeline in a **vertical** or **horizontal** direction"
|
|
@@ -4947,6 +5299,10 @@
|
|
|
4947
5299
|
"type": "string",
|
|
4948
5300
|
"description": "Specify a theme for this component and all of its children"
|
|
4949
5301
|
},
|
|
5302
|
+
"v-timeline-item/density": {
|
|
5303
|
+
"type": "any",
|
|
5304
|
+
"description": ""
|
|
5305
|
+
},
|
|
4950
5306
|
"v-timeline-item/dot-color": {
|
|
4951
5307
|
"type": "any",
|
|
4952
5308
|
"description": ""
|
|
@@ -4971,6 +5327,10 @@
|
|
|
4971
5327
|
"type": "any",
|
|
4972
5328
|
"description": "Color of the icon"
|
|
4973
5329
|
},
|
|
5330
|
+
"v-timeline-item/line-inset": {
|
|
5331
|
+
"type": "any",
|
|
5332
|
+
"description": ""
|
|
5333
|
+
},
|
|
4974
5334
|
"v-timeline-item/rounded": {
|
|
4975
5335
|
"type": "boolean|number|string",
|
|
4976
5336
|
"description": ""
|
|
@@ -5087,13 +5447,9 @@
|
|
|
5087
5447
|
"type": "string",
|
|
5088
5448
|
"description": ""
|
|
5089
5449
|
},
|
|
5090
|
-
"v-toolbar-items/text-color": {
|
|
5091
|
-
"type": "string",
|
|
5092
|
-
"description": "Applies a specified color to the control text"
|
|
5093
|
-
},
|
|
5094
5450
|
"v-toolbar-items/variant": {
|
|
5095
5451
|
"type": "string",
|
|
5096
|
-
"description": "Applies one of
|
|
5452
|
+
"description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
|
|
5097
5453
|
},
|
|
5098
5454
|
"v-tooltip/id": {
|
|
5099
5455
|
"type": "any",
|
|
@@ -5107,7 +5463,7 @@
|
|
|
5107
5463
|
"type": "any",
|
|
5108
5464
|
"description": ""
|
|
5109
5465
|
},
|
|
5110
|
-
"v-tooltip/
|
|
5466
|
+
"v-tooltip/location": {
|
|
5111
5467
|
"type": "string",
|
|
5112
5468
|
"description": ""
|
|
5113
5469
|
},
|
|
@@ -5139,6 +5495,10 @@
|
|
|
5139
5495
|
"type": "string",
|
|
5140
5496
|
"description": ""
|
|
5141
5497
|
},
|
|
5498
|
+
"v-validation/label": {
|
|
5499
|
+
"type": "string",
|
|
5500
|
+
"description": ""
|
|
5501
|
+
},
|
|
5142
5502
|
"v-validation/readonly": {
|
|
5143
5503
|
"type": "boolean",
|
|
5144
5504
|
"description": ""
|
|
@@ -5151,6 +5511,10 @@
|
|
|
5151
5511
|
"type": "any",
|
|
5152
5512
|
"description": ""
|
|
5153
5513
|
},
|
|
5514
|
+
"v-validation/validation-value": {
|
|
5515
|
+
"type": "any",
|
|
5516
|
+
"description": ""
|
|
5517
|
+
},
|
|
5154
5518
|
"v-window/touch": {
|
|
5155
5519
|
"type": "object|boolean",
|
|
5156
5520
|
"description": "Provide a custom **left** and **right** function when swiped left or right."
|
|
@@ -5160,11 +5524,11 @@
|
|
|
5160
5524
|
"description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last"
|
|
5161
5525
|
},
|
|
5162
5526
|
"v-window/next-icon": {
|
|
5163
|
-
"type": "boolean|string",
|
|
5527
|
+
"type": "boolean|string|function|object",
|
|
5164
5528
|
"description": "Icon used for the \"next\" button if `show-arrows` is `true`"
|
|
5165
5529
|
},
|
|
5166
5530
|
"v-window/prev-icon": {
|
|
5167
|
-
"type": "boolean|string",
|
|
5531
|
+
"type": "boolean|string|function|object",
|
|
5168
5532
|
"description": "Icon used for the \"prev\" button if `show-arrows` is `true`"
|
|
5169
5533
|
},
|
|
5170
5534
|
"v-window/reverse": {
|
|
@@ -5211,10 +5575,6 @@
|
|
|
5211
5575
|
"type": "boolean|string",
|
|
5212
5576
|
"description": "The transition used when the component progressing through items. Can be one of the [built in transitions](/styles/transitions) or one your own."
|
|
5213
5577
|
},
|
|
5214
|
-
"v-window-item/eager": {
|
|
5215
|
-
"type": "boolean",
|
|
5216
|
-
"description": ""
|
|
5217
|
-
},
|
|
5218
5578
|
"v-window-item/value": {
|
|
5219
5579
|
"type": "any",
|
|
5220
5580
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
|
@@ -5226,5 +5586,9 @@
|
|
|
5226
5586
|
"v-window-item/selected-class": {
|
|
5227
5587
|
"type": "string",
|
|
5228
5588
|
"description": "Configure the active CSS class applied when the item is selected."
|
|
5589
|
+
},
|
|
5590
|
+
"v-window-item/eager": {
|
|
5591
|
+
"type": "boolean",
|
|
5592
|
+
"description": ""
|
|
5229
5593
|
}
|
|
5230
5594
|
}
|