vuetify 3.0.0-alpha.11 → 3.0.0-alpha.12
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/dist/json/attributes.json +775 -87
- package/dist/json/importMap.json +60 -4
- package/dist/json/tags.json +245 -13
- package/dist/json/web-types.json +2633 -486
- package/dist/vuetify.css +1974 -1521
- package/dist/vuetify.d.ts +6507 -1464
- package/dist/vuetify.esm.js +3463 -1276
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3474 -1286
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +2 -2
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +2 -3
- package/lib/components/VAlert/VAlert.mjs +6 -5
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.sass +2 -2
- package/lib/components/VAlert/_variables.scss +1 -0
- package/lib/components/VAlert/index.mjs +1 -1
- package/lib/components/VAlert/index.mjs.map +1 -1
- package/lib/components/VApp/VApp.mjs +14 -7
- package/lib/components/VApp/VApp.mjs.map +1 -1
- package/lib/components/VApp/index.mjs +1 -1
- package/lib/components/VApp/index.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +5 -4
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +5 -4
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +5 -4
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAppBar/index.mjs +3 -3
- package/lib/components/VAppBar/index.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +20 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.mjs +5 -4
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.mjs +1 -1
- package/lib/components/VAvatar/index.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/VBadge.mjs.map +1 -1
- package/lib/components/VBadge/index.mjs +1 -1
- package/lib/components/VBadge/index.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.mjs +9 -8
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBannerActions.mjs +1 -1
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerAvatar.mjs +5 -4
- package/lib/components/VBanner/VBannerAvatar.mjs.map +1 -1
- package/lib/components/VBanner/VBannerContent.mjs +1 -1
- package/lib/components/VBanner/VBannerContent.mjs.map +1 -1
- package/lib/components/VBanner/VBannerText.mjs +1 -1
- package/lib/components/VBanner/VBannerText.mjs.map +1 -1
- package/lib/components/VBanner/index.mjs +5 -5
- package/lib/components/VBanner/index.mjs.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +5 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.mjs +1 -1
- package/lib/components/VBottomNavigation/index.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +8 -7
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +6 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.mjs +3 -3
- package/lib/components/VBreadcrumbs/index.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +5 -14
- package/lib/components/VBtn/VBtn.mjs +7 -5
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +5 -2
- package/lib/components/VBtn/index.mjs +1 -1
- package/lib/components/VBtn/index.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +33 -0
- package/lib/components/VBtnGroup/VBtnGroup.mjs +29 -0
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -0
- package/lib/components/VBtnGroup/VBtnGroup.sass +32 -0
- package/lib/components/VBtnGroup/index.mjs +2 -0
- package/lib/components/VBtnGroup/index.mjs.map +1 -0
- package/lib/components/VCalendar/VCalendar.mjs +8 -4
- package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.sass +67 -0
- package/lib/components/VCalendar/_variables.scss +4 -0
- package/lib/components/VCalendar/mixins/calendar-base.mjs +2 -1
- package/lib/components/VCalendar/mixins/calendar-base.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs +17 -11
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.sass +7 -1
- package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs +2 -1
- package/lib/components/VCalendar/mixins/calendar-with-intervals.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.mjs +19 -0
- package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
- package/lib/components/VCalendar/modes/common.mjs +7 -3
- package/lib/components/VCalendar/modes/common.mjs.map +1 -1
- package/lib/components/VCalendar/modes/stack.mjs +2 -1
- package/lib/components/VCalendar/modes/stack.mjs.map +1 -1
- package/lib/components/VCalendar/util/events.mjs +3 -1
- package/lib/components/VCalendar/util/events.mjs.map +1 -1
- package/lib/components/VCalendar/util/timestamp.mjs +19 -7
- package/lib/components/VCalendar/util/timestamp.mjs.map +1 -1
- package/lib/components/VCard/VCard.css +1 -11
- package/lib/components/VCard/VCard.mjs +15 -14
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +1 -0
- package/lib/components/VCard/VCardActions.mjs +1 -1
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardAvatar.mjs +1 -1
- package/lib/components/VCard/VCardAvatar.mjs.map +1 -1
- package/lib/components/VCard/VCardHeader.mjs +1 -1
- package/lib/components/VCard/VCardHeader.mjs.map +1 -1
- package/lib/components/VCard/VCardHeaderText.mjs +1 -1
- package/lib/components/VCard/VCardHeaderText.mjs.map +1 -1
- package/lib/components/VCard/VCardImg.mjs +1 -1
- package/lib/components/VCard/VCardImg.mjs.map +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs.map +1 -1
- package/lib/components/VCard/VCardTitle.mjs +1 -1
- package/lib/components/VCard/VCardTitle.mjs.map +1 -1
- package/lib/components/VCard/index.mjs +9 -10
- package/lib/components/VCard/index.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.css +3 -0
- package/lib/components/VCheckbox/VCheckbox.mjs +57 -82
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.sass +8 -8
- package/lib/components/VCheckbox/_variables.scss +2 -4
- package/lib/components/VCheckbox/index.mjs +1 -9
- package/lib/components/VCheckbox/index.mjs.map +1 -1
- package/lib/components/VChip/VChip.css +61 -65
- package/lib/components/VChip/VChip.mjs +10 -8
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/VChip.sass +4 -11
- package/lib/components/VChip/_mixins.scss +3 -2
- package/lib/components/VChip/_variables.scss +3 -12
- package/lib/components/VChip/index.mjs +1 -1
- package/lib/components/VChip/index.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs +2 -1
- package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +0 -5
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.css +2 -0
- package/lib/components/VCounter/VCounter.mjs +27 -13
- package/lib/components/VCounter/VCounter.mjs.map +1 -1
- package/lib/components/VCounter/VCounter.sass +3 -0
- package/lib/components/VCounter/_variables.scss +2 -0
- package/lib/components/VDataIterator/VDataIterator.mjs +12 -4
- package/lib/components/VDataIterator/VDataIterator.mjs.map +1 -1
- package/lib/components/VDataTable/MobileRow.mjs +6 -5
- package/lib/components/VDataTable/MobileRow.mjs.map +1 -1
- package/lib/components/VDataTable/Row.mjs +19 -11
- package/lib/components/VDataTable/Row.mjs.map +1 -1
- package/lib/components/VDataTable/RowGroup.mjs +5 -4
- package/lib/components/VDataTable/RowGroup.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTable.mjs +4 -2
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeader.mjs +6 -5
- package/lib/components/VDataTable/VDataTableHeader.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderMobile.mjs +2 -2
- package/lib/components/VDataTable/VDataTableHeaderMobile.mjs.map +1 -1
- package/lib/components/VDataTable/VEditDialog.mjs +4 -3
- package/lib/components/VDataTable/VEditDialog.mjs.map +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.mjs +2 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.mjs.map +1 -1
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +6 -4
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +1 -1
- package/lib/components/VDatePicker/util/pad.mjs +4 -1
- package/lib/components/VDatePicker/util/pad.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +6 -4
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.mjs +1 -1
- package/lib/components/VDefaultsProvider/index.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.css +8 -1
- package/lib/components/VDialog/VDialog.mjs +8 -6
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +7 -0
- package/lib/components/VDialog/index.mjs +1 -2
- package/lib/components/VDialog/index.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.mjs +5 -4
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VDivider/index.mjs +1 -1
- package/lib/components/VDivider/index.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +2 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +7 -6
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +5 -4
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +5 -4
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +8 -4
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.mjs +4 -4
- package/lib/components/VExpansionPanel/index.mjs.map +1 -1
- package/lib/components/VField/VField.css +43 -38
- package/lib/components/VField/VField.mjs +129 -121
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +51 -38
- package/lib/components/VField/VFieldLabel.mjs +12 -14
- package/lib/components/VField/VFieldLabel.mjs.map +1 -1
- package/lib/components/VField/_variables.scss +6 -4
- package/lib/components/VField/index.mjs +1 -1
- package/lib/components/VField/index.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +68 -59
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.mjs +1 -1
- package/lib/components/VFileInput/index.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.mjs +5 -4
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.mjs +1 -1
- package/lib/components/VFooter/index.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs +29 -131
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VForm/index.mjs +1 -3
- package/lib/components/VForm/index.mjs.map +1 -1
- package/lib/components/VGrid/VCol.mjs +5 -4
- package/lib/components/VGrid/VCol.mjs.map +1 -1
- package/lib/components/VGrid/VContainer.mjs +5 -4
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VRow.mjs +5 -4
- package/lib/components/VGrid/VRow.mjs.map +1 -1
- package/lib/components/VGrid/VSpacer.mjs +1 -1
- package/lib/components/VGrid/VSpacer.mjs.map +1 -1
- package/lib/components/VGrid/index.mjs +4 -4
- package/lib/components/VGrid/index.mjs.map +1 -1
- package/lib/components/VHover/VHover.mjs +5 -4
- package/lib/components/VHover/VHover.mjs.map +1 -1
- package/lib/components/VHover/index.mjs +1 -1
- package/lib/components/VHover/index.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.mjs +5 -4
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/index.mjs +1 -1
- package/lib/components/VIcon/index.mjs.map +1 -1
- package/lib/components/VImg/VImg.css +8 -0
- package/lib/components/VImg/VImg.mjs +44 -14
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +10 -5
- package/lib/components/VImg/index.mjs +1 -1
- package/lib/components/VImg/index.mjs.map +1 -1
- package/lib/components/VInput/VInput.css +17 -2
- package/lib/components/VInput/VInput.mjs +75 -21
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +17 -3
- package/lib/components/VInput/_variables.scss +1 -0
- package/lib/components/VItemGroup/VItem.mjs +5 -4
- package/lib/components/VItemGroup/VItem.mjs.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs +5 -4
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.mjs +2 -2
- package/lib/components/VItemGroup/index.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.css +18 -0
- package/lib/components/VLabel/VLabel.mjs +22 -55
- package/lib/components/VLabel/VLabel.mjs.map +1 -1
- package/lib/components/VLabel/VLabel.sass +19 -11
- package/lib/components/VLabel/_variables.scss +7 -4
- package/lib/components/VLabel/index.mjs +1 -3
- package/lib/components/VLabel/index.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.mjs +5 -4
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayoutItem.mjs +5 -4
- package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
- package/lib/components/VLayout/index.mjs +2 -2
- package/lib/components/VLayout/index.mjs.map +1 -1
- package/lib/components/VLazy/VLazy.mjs +5 -4
- package/lib/components/VLazy/VLazy.mjs.map +1 -1
- package/lib/components/VLazy/index.mjs +1 -1
- package/lib/components/VLazy/index.mjs.map +1 -1
- package/lib/components/VList/VList.mjs +70 -15
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListChildren.mjs +43 -0
- package/lib/components/VList/VListChildren.mjs.map +1 -0
- package/lib/components/VList/VListGroup.mjs +94 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -0
- package/lib/components/VList/VListImg.mjs +1 -1
- package/lib/components/VList/VListImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +28 -1
- package/lib/components/VList/VListItem.mjs +58 -19
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +21 -0
- package/lib/components/VList/VListItemAvatar.mjs +5 -4
- package/lib/components/VList/VListItemAvatar.mjs.map +1 -1
- package/lib/components/VList/VListItemHeader.mjs +1 -1
- package/lib/components/VList/VListItemHeader.mjs.map +1 -1
- package/lib/components/VList/VListItemMedia.mjs +5 -4
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
- package/lib/components/VList/VListItemTitle.mjs +1 -1
- package/lib/components/VList/VListItemTitle.mjs.map +1 -1
- package/lib/components/VList/VListSubheader.mjs +5 -4
- package/lib/components/VList/VListSubheader.mjs.map +1 -1
- package/lib/components/VList/index.mjs +10 -9
- package/lib/components/VList/index.mjs.map +1 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -4
- package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
- package/lib/components/VLocaleProvider/index.mjs +1 -1
- package/lib/components/VLocaleProvider/index.mjs.map +1 -1
- package/lib/components/VMain/VMain.mjs +7 -6
- package/lib/components/VMain/VMain.mjs.map +1 -1
- package/lib/components/VMain/index.mjs +1 -1
- package/lib/components/VMain/index.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +8 -6
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +1 -1
- package/lib/components/VMenu/index.mjs +1 -2
- package/lib/components/VMenu/index.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.css +16 -0
- package/lib/components/VMessages/VMessages.mjs +36 -40
- package/lib/components/VMessages/VMessages.mjs.map +1 -1
- package/lib/components/VMessages/VMessages.sass +5 -10
- package/lib/components/VMessages/_variables.scss +3 -2
- package/lib/components/VMessages/index.mjs +1 -3
- package/lib/components/VMessages/index.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +8 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +3 -3
- package/lib/components/VNavigationDrawer/index.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.mjs.map +1 -1
- package/lib/components/VNoSsr/VNoSsr.mjs +10 -18
- package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
- package/lib/components/VNoSsr/index.mjs +1 -1
- package/lib/components/VNoSsr/index.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +345 -0
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -0
- package/lib/components/VOtpInput/VOtpInput.sass +37 -0
- package/lib/components/VOtpInput/_variables.scss +4 -0
- package/lib/components/VOtpInput/index.mjs +4 -0
- package/lib/components/VOtpInput/index.mjs.map +1 -0
- package/lib/components/VOverlay/VOverlay.css +8 -1
- package/lib/components/VOverlay/VOverlay.mjs +45 -27
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +6 -1
- package/lib/components/VOverlay/index.mjs +1 -2
- package/lib/components/VOverlay/index.mjs.map +1 -1
- package/lib/components/VOverlay/positionStrategies.mjs +6 -3
- package/lib/components/VOverlay/positionStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +14 -1
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +26 -22
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VOverlay/util/point.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +7 -6
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VPagination/VPaginationBtn.mjs +1 -1
- package/lib/components/VPagination/VPaginationBtn.mjs.map +1 -1
- package/lib/components/VPagination/index.mjs +2 -2
- package/lib/components/VPagination/index.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.css +7 -0
- package/lib/components/VParallax/VParallax.mjs +71 -77
- package/lib/components/VParallax/VParallax.mjs.map +1 -1
- package/lib/components/VParallax/VParallax.sass +1 -32
- package/lib/components/VParallax/index.mjs +1 -3
- package/lib/components/VParallax/index.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.mjs +5 -4
- package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
- package/lib/components/VProgressCircular/index.mjs +1 -1
- package/lib/components/VProgressCircular/index.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +5 -6
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/index.mjs +1 -1
- package/lib/components/VProgressLinear/index.mjs.map +1 -1
- package/lib/components/VRadio/VRadio.mjs +34 -0
- package/lib/components/VRadio/VRadio.mjs.map +1 -0
- package/lib/components/VRadio/index.mjs +2 -0
- package/lib/components/VRadio/index.mjs.map +1 -0
- package/lib/components/VRadioGroup/VRadioGroup.css +10 -0
- package/lib/components/VRadioGroup/VRadioGroup.mjs +70 -69
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.sass +7 -37
- package/lib/components/VRadioGroup/_variables.scss +3 -3
- package/lib/components/VRadioGroup/index.mjs +1 -9
- package/lib/components/VRadioGroup/index.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +13 -3
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRating/VRating.css +1 -1
- package/lib/components/VRating/VRating.mjs +12 -9
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/VRating.sass +3 -2
- package/lib/components/VRating/index.mjs +1 -1
- package/lib/components/VRating/index.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.css +1 -0
- package/lib/components/VResponsive/VResponsive.mjs +5 -4
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.sass +1 -0
- package/lib/components/VResponsive/index.mjs +1 -1
- package/lib/components/VResponsive/index.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +15 -7
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelectList.mjs +9 -7
- package/lib/components/VSelect/VSelectList.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +94 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs +209 -0
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -0
- package/lib/components/VSelectionControl/VSelectionControl.sass +87 -0
- package/lib/components/VSelectionControl/_variables.scss +9 -0
- package/lib/components/VSelectionControl/index.mjs +2 -0
- package/lib/components/VSelectionControl/index.mjs.map +1 -0
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +3 -0
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +64 -0
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -0
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +9 -0
- package/lib/components/VSelectionControlGroup/_variables.scss +4 -0
- package/lib/components/VSelectionControlGroup/index.mjs +2 -0
- package/lib/components/VSelectionControlGroup/index.mjs.map +1 -0
- package/lib/components/VSheet/VSheet.css +1 -0
- package/lib/components/VSheet/VSheet.mjs +5 -4
- package/lib/components/VSheet/VSheet.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.sass +2 -0
- package/lib/components/VSheet/index.mjs +1 -1
- package/lib/components/VSheet/index.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +72 -41
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.mjs +6 -5
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -8
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +2 -0
- package/lib/components/VSparkline/helpers/path.mjs +3 -1
- package/lib/components/VSparkline/helpers/path.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.sass +5 -1
- package/lib/components/VStepper/_variables.scss +2 -1
- package/lib/components/VSwitch/VSwitch.css +54 -0
- package/lib/components/VSwitch/VSwitch.mjs +73 -111
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/VSwitch.sass +57 -129
- package/lib/components/VSwitch/_variables.scss +7 -23
- package/lib/components/VSwitch/index.mjs +1 -3
- package/lib/components/VSwitch/index.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.mjs +5 -4
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/index.mjs +1 -1
- package/lib/components/VSystemBar/index.mjs.map +1 -1
- package/lib/components/VTable/VTable.css +143 -0
- package/lib/components/VTable/VTable.mjs +55 -0
- package/lib/components/VTable/VTable.mjs.map +1 -0
- package/lib/components/VTable/VTable.sass +156 -0
- package/lib/components/VTable/_mixins.scss +25 -0
- package/lib/components/VTable/_variables.scss +21 -0
- package/lib/components/VTable/index.mjs +2 -0
- package/lib/components/VTable/index.mjs.map +1 -0
- package/lib/components/VTabs/VTab.mjs +17 -7
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.sass +5 -2
- package/lib/components/VTabs/VTabsBar.mjs +1 -1
- package/lib/components/VTabs/VTabsBar.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.css +5 -10
- package/lib/components/VTextField/VTextField.mjs +45 -30
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +6 -10
- package/lib/components/VTextField/_variables.scss +2 -0
- package/lib/components/VTextarea/VTextarea.css +32 -0
- package/lib/components/VTextarea/VTextarea.mjs +189 -73
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +23 -77
- package/lib/components/VTextarea/_variables.scss +2 -4
- package/lib/components/VTextarea/index.mjs +1 -3
- package/lib/components/VTextarea/index.mjs.map +1 -1
- package/lib/components/VThemeProvider/VThemeProvider.mjs +5 -4
- package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
- package/lib/components/VThemeProvider/index.mjs +1 -1
- package/lib/components/VThemeProvider/index.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.css +3 -3
- package/lib/components/VTimeline/VTimeline.mjs +6 -5
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +5 -4
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +6 -7
- package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
- package/lib/components/VTimeline/index.mjs +2 -2
- package/lib/components/VTimeline/index.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +2 -1
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.css +1 -0
- package/lib/components/VTooltip/VTooltip.mjs +7 -6
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/VTooltip.sass +1 -0
- package/lib/components/VTooltip/index.mjs +1 -1
- package/lib/components/VTooltip/index.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeview.mjs +13 -6
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.mjs +3 -1
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +1 -1
- package/lib/components/VValidation/VValidation.mjs +23 -0
- package/lib/components/VValidation/VValidation.mjs.map +1 -0
- package/lib/components/VValidation/index.mjs +2 -0
- package/lib/components/VValidation/index.mjs.map +1 -0
- package/lib/components/index.d.ts +6997 -2078
- package/lib/components/index.mjs +23 -16
- package/lib/components/index.mjs.map +1 -1
- package/lib/components/transitions/createTransition.mjs +14 -14
- package/lib/components/transitions/createTransition.mjs.map +1 -1
- package/lib/components/transitions/dialog-transition.mjs +5 -4
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/expand-transition.mjs +3 -1
- package/lib/components/transitions/expand-transition.mjs.map +1 -1
- package/lib/components/transitions/index.mjs +1 -1
- package/lib/components/transitions/index.mjs.map +1 -1
- package/lib/composables/display.mjs +2 -1
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/filter.mjs +90 -0
- package/lib/composables/filter.mjs.map +1 -0
- package/lib/composables/form.mjs +101 -0
- package/lib/composables/form.mjs.map +1 -0
- package/lib/composables/group.mjs +14 -10
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/hydration.mjs +12 -0
- package/lib/composables/hydration.mjs.map +1 -0
- package/lib/composables/icons.mjs +4 -3
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs +1 -0
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/layout.mjs +13 -5
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/loader.mjs +38 -0
- package/lib/composables/loader.mjs.map +1 -0
- package/lib/composables/locale.mjs +5 -1
- package/lib/composables/locale.mjs.map +1 -1
- package/lib/composables/nested/activeStrategies.mjs +19 -0
- package/lib/composables/nested/activeStrategies.mjs.map +1 -0
- package/lib/composables/nested/nested.mjs +207 -0
- package/lib/composables/nested/nested.mjs.map +1 -0
- package/lib/composables/nested/openStrategies.mjs +49 -0
- package/lib/composables/nested/openStrategies.mjs.map +1 -0
- package/lib/composables/nested/selectStrategies.mjs +127 -0
- package/lib/composables/nested/selectStrategies.mjs.map +1 -0
- package/lib/composables/proxiedModel.mjs +6 -5
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/refs.mjs.map +1 -1
- package/lib/composables/router.mjs +4 -4
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/scroll.mjs +2 -1
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/stack.mjs +33 -0
- package/lib/composables/stack.mjs.map +1 -0
- package/lib/composables/theme.mjs +5 -6
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/composables/transition.mjs +4 -3
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +116 -0
- package/lib/composables/validation.mjs.map +1 -0
- package/lib/directives/click-outside/index.mjs +23 -11
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/directives/index.d.ts +3 -3
- package/lib/directives/intersect/index.mjs +19 -12
- package/lib/directives/intersect/index.mjs.map +1 -1
- package/lib/directives/mutate/index.mjs +13 -7
- package/lib/directives/mutate/index.mjs.map +1 -1
- package/lib/directives/resize/index.mjs +8 -5
- package/lib/directives/resize/index.mjs.map +1 -1
- package/lib/directives/ripple/index.mjs +5 -2
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/directives/scroll/index.mjs +9 -6
- package/lib/directives/scroll/index.mjs.map +1 -1
- package/lib/directives/touch/index.mjs +2 -1
- package/lib/directives/touch/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +3 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +4 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +92 -2
- package/lib/locale/cs.mjs +3 -3
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/es.mjs +2 -2
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -1
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/mixins/applicationable/index.mjs +5 -2
- package/lib/mixins/applicationable/index.mjs.map +1 -1
- package/lib/mixins/colorable/index.mjs +6 -2
- package/lib/mixins/colorable/index.mjs.map +1 -1
- package/lib/mixins/overlayable/index.mjs +26 -37
- package/lib/mixins/overlayable/index.mjs.map +1 -1
- package/lib/mixins/picker-button/index.mjs +3 -1
- package/lib/mixins/picker-button/index.mjs.map +1 -1
- package/lib/mixins/proxyable/index.mjs +3 -3
- package/lib/mixins/proxyable/index.mjs.map +1 -1
- package/lib/mixins/rippleable/index.mjs +2 -1
- package/lib/mixins/rippleable/index.mjs.map +1 -1
- package/lib/mixins/stackable/index.mjs +2 -1
- package/lib/mixins/stackable/index.mjs.map +1 -1
- package/lib/mixins/toggleable/index.mjs +3 -3
- package/lib/mixins/toggleable/index.mjs.map +1 -1
- package/lib/mixins/validatable/index.mjs +3 -1
- package/lib/mixins/validatable/index.mjs.map +1 -1
- package/lib/services/application/index.mjs +2 -2
- package/lib/services/breakpoint/index.mjs +2 -1
- package/lib/services/breakpoint/index.mjs.map +1 -1
- package/lib/services/goto/index.mjs +6 -2
- package/lib/services/goto/index.mjs.map +1 -1
- package/lib/services/lang/index.mjs +13 -3
- package/lib/services/lang/index.mjs.map +1 -1
- package/lib/styles/main.css +9 -10
- package/lib/styles/settings/_variables.scss +14 -11
- package/lib/styles/tools/_absolute.sass +3 -2
- package/lib/styles/tools/_variant.sass +1 -6
- package/lib/util/animation.mjs +7 -9
- package/lib/util/animation.mjs.map +1 -1
- package/lib/util/box.mjs +32 -0
- package/lib/util/box.mjs.map +1 -0
- package/lib/util/console.mjs +2 -1
- package/lib/util/console.mjs.map +1 -1
- package/lib/util/createSimpleFunctional.mjs +7 -4
- package/lib/util/createSimpleFunctional.mjs.map +1 -1
- package/lib/util/dateTimeUtils.mjs +3 -1
- package/lib/util/dateTimeUtils.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +5 -1
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs +12 -0
- package/lib/util/getCurrentInstance.mjs.map +1 -0
- package/lib/util/getScrollParent.mjs +1 -2
- package/lib/util/getScrollParent.mjs.map +1 -1
- package/lib/util/globals.mjs +1 -0
- package/lib/util/globals.mjs.map +1 -1
- package/lib/util/helpers.mjs +28 -11
- package/lib/util/helpers.mjs.map +1 -1
- package/lib/util/index.mjs +1 -0
- package/lib/util/useRender.mjs +4 -2
- package/lib/util/useRender.mjs.map +1 -1
- package/package.json +37 -49
- package/lib/components/VCheckbox/VSimpleCheckbox.mjs +0 -92
- package/lib/components/VCheckbox/VSimpleCheckbox.mjs.map +0 -1
- package/lib/components/VCheckbox/VSimpleCheckbox.sass +0 -16
- package/lib/components/VDataTable/VSimpleTable.mjs +0 -48
- package/lib/components/VDataTable/VSimpleTable.mjs.map +0 -1
- package/lib/components/VDataTable/VSimpleTable.sass +0 -179
- package/lib/components/VParallax/_variables.scss +0 -4
- package/lib/components/VRadioGroup/VRadio.mjs +0 -179
- package/lib/components/VRadioGroup/VRadio.mjs.map +0 -1
- package/lib/components/VRadioGroup/VRadio.sass +0 -25
- package/lib/composables/index.d.ts +0 -173
- package/lib/mixins/routable/index.mjs +0 -148
- package/lib/mixins/routable/index.mjs.map +0 -1
- package/lib/mixins/translatable/index.mjs +0 -59
- package/lib/mixins/translatable/index.mjs.map +0 -1
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
},
|
|
202
202
|
"v-alert/color": {
|
|
203
203
|
"type": "string",
|
|
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 list of built
|
|
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)."
|
|
205
205
|
},
|
|
206
206
|
"v-alert/text-color": {
|
|
207
207
|
"type": "string",
|
|
@@ -735,6 +735,10 @@
|
|
|
735
735
|
"type": "string",
|
|
736
736
|
"description": "Applies one of 4 styles, default, contained, outlined, and text."
|
|
737
737
|
},
|
|
738
|
+
"v-btn-group/tag": {
|
|
739
|
+
"type": "string",
|
|
740
|
+
"description": ""
|
|
741
|
+
},
|
|
738
742
|
"v-card/append-avatar": {
|
|
739
743
|
"type": "any",
|
|
740
744
|
"description": "Appends a [v-avatar](/components/avatars/) component to the header"
|
|
@@ -911,10 +915,6 @@
|
|
|
911
915
|
"type": "string",
|
|
912
916
|
"description": ""
|
|
913
917
|
},
|
|
914
|
-
"v-card-item/tag": {
|
|
915
|
-
"type": "string",
|
|
916
|
-
"description": ""
|
|
917
|
-
},
|
|
918
918
|
"v-card-subtitle/tag": {
|
|
919
919
|
"type": "string",
|
|
920
920
|
"description": ""
|
|
@@ -927,6 +927,26 @@
|
|
|
927
927
|
"type": "string",
|
|
928
928
|
"description": ""
|
|
929
929
|
},
|
|
930
|
+
"v-checkbox/indeterminate": {
|
|
931
|
+
"type": "any",
|
|
932
|
+
"description": "Sets an indeterminate state for the checkbox"
|
|
933
|
+
},
|
|
934
|
+
"v-checkbox/indeterminate-icon": {
|
|
935
|
+
"type": "string",
|
|
936
|
+
"description": "The icon used when in an indeterminate state"
|
|
937
|
+
},
|
|
938
|
+
"v-checkbox/off-icon": {
|
|
939
|
+
"type": "string",
|
|
940
|
+
"description": "The icon used when inactive"
|
|
941
|
+
},
|
|
942
|
+
"v-checkbox/on-icon": {
|
|
943
|
+
"type": "string",
|
|
944
|
+
"description": "The icon used when active"
|
|
945
|
+
},
|
|
946
|
+
"v-checkbox/model-value": {
|
|
947
|
+
"type": "any",
|
|
948
|
+
"description": ""
|
|
949
|
+
},
|
|
930
950
|
"v-chip/active-class": {
|
|
931
951
|
"type": "any",
|
|
932
952
|
"description": ""
|
|
@@ -991,6 +1011,10 @@
|
|
|
991
1011
|
"type": "boolean",
|
|
992
1012
|
"description": ""
|
|
993
1013
|
},
|
|
1014
|
+
"v-chip/text": {
|
|
1015
|
+
"type": "any",
|
|
1016
|
+
"description": ""
|
|
1017
|
+
},
|
|
994
1018
|
"v-chip/model-value": {
|
|
995
1019
|
"type": "boolean",
|
|
996
1020
|
"description": ""
|
|
@@ -1136,7 +1160,7 @@
|
|
|
1136
1160
|
"description": "Specify a custom tag used on the root element."
|
|
1137
1161
|
},
|
|
1138
1162
|
"v-expansion-panels/model-value": {
|
|
1139
|
-
"type": "
|
|
1163
|
+
"type": "any",
|
|
1140
1164
|
"description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
|
|
1141
1165
|
},
|
|
1142
1166
|
"v-expansion-panels/multiple": {
|
|
@@ -1259,10 +1283,6 @@
|
|
|
1259
1283
|
"type": "any",
|
|
1260
1284
|
"description": ""
|
|
1261
1285
|
},
|
|
1262
|
-
"v-field/disabled": {
|
|
1263
|
-
"type": "boolean",
|
|
1264
|
-
"description": ""
|
|
1265
|
-
},
|
|
1266
1286
|
"v-field/append-inner-icon": {
|
|
1267
1287
|
"type": "string",
|
|
1268
1288
|
"description": ""
|
|
@@ -1283,19 +1303,35 @@
|
|
|
1283
1303
|
"type": "string",
|
|
1284
1304
|
"description": ""
|
|
1285
1305
|
},
|
|
1286
|
-
"v-field/
|
|
1287
|
-
"type": "
|
|
1306
|
+
"v-field/id": {
|
|
1307
|
+
"type": "string",
|
|
1288
1308
|
"description": ""
|
|
1289
1309
|
},
|
|
1290
|
-
"v-field/
|
|
1310
|
+
"v-field/label": {
|
|
1291
1311
|
"type": "string",
|
|
1292
1312
|
"description": ""
|
|
1293
1313
|
},
|
|
1294
|
-
"v-field/
|
|
1314
|
+
"v-field/persistent-clear": {
|
|
1315
|
+
"type": "boolean",
|
|
1316
|
+
"description": ""
|
|
1317
|
+
},
|
|
1318
|
+
"v-field/prepend-inner-icon": {
|
|
1295
1319
|
"type": "string",
|
|
1296
1320
|
"description": ""
|
|
1297
1321
|
},
|
|
1298
|
-
"v-field/
|
|
1322
|
+
"v-field/reverse": {
|
|
1323
|
+
"type": "boolean",
|
|
1324
|
+
"description": ""
|
|
1325
|
+
},
|
|
1326
|
+
"v-field/single-line": {
|
|
1327
|
+
"type": "boolean",
|
|
1328
|
+
"description": ""
|
|
1329
|
+
},
|
|
1330
|
+
"v-field/variant": {
|
|
1331
|
+
"type": "string",
|
|
1332
|
+
"description": ""
|
|
1333
|
+
},
|
|
1334
|
+
"v-field/theme": {
|
|
1299
1335
|
"type": "string",
|
|
1300
1336
|
"description": ""
|
|
1301
1337
|
},
|
|
@@ -1303,41 +1339,73 @@
|
|
|
1303
1339
|
"type": "boolean",
|
|
1304
1340
|
"description": ""
|
|
1305
1341
|
},
|
|
1306
|
-
"v-field/
|
|
1307
|
-
"type": "
|
|
1342
|
+
"v-field/append-icon": {
|
|
1343
|
+
"type": "string",
|
|
1308
1344
|
"description": ""
|
|
1309
1345
|
},
|
|
1310
|
-
"v-field/prepend-
|
|
1346
|
+
"v-field/prepend-icon": {
|
|
1311
1347
|
"type": "string",
|
|
1312
1348
|
"description": ""
|
|
1313
1349
|
},
|
|
1314
|
-
"v-field/
|
|
1350
|
+
"v-field/focused": {
|
|
1315
1351
|
"type": "boolean",
|
|
1316
1352
|
"description": ""
|
|
1317
1353
|
},
|
|
1318
|
-
"v-field/
|
|
1354
|
+
"v-field/hide-details": {
|
|
1355
|
+
"type": "boolean|string",
|
|
1356
|
+
"description": ""
|
|
1357
|
+
},
|
|
1358
|
+
"v-field/hint": {
|
|
1359
|
+
"type": "string",
|
|
1360
|
+
"description": ""
|
|
1361
|
+
},
|
|
1362
|
+
"v-field/messages": {
|
|
1363
|
+
"type": "array|string",
|
|
1364
|
+
"description": ""
|
|
1365
|
+
},
|
|
1366
|
+
"v-field/persistent-hint": {
|
|
1319
1367
|
"type": "boolean",
|
|
1320
1368
|
"description": ""
|
|
1321
1369
|
},
|
|
1322
|
-
"v-field/
|
|
1370
|
+
"v-field/density": {
|
|
1323
1371
|
"type": "string",
|
|
1372
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
1373
|
+
},
|
|
1374
|
+
"v-field/disabled": {
|
|
1375
|
+
"type": "boolean",
|
|
1324
1376
|
"description": ""
|
|
1325
1377
|
},
|
|
1326
|
-
"v-field/
|
|
1378
|
+
"v-field/error": {
|
|
1379
|
+
"type": "boolean",
|
|
1380
|
+
"description": ""
|
|
1381
|
+
},
|
|
1382
|
+
"v-field/error-messages": {
|
|
1383
|
+
"type": "array|string",
|
|
1384
|
+
"description": ""
|
|
1385
|
+
},
|
|
1386
|
+
"v-field/max-errors": {
|
|
1387
|
+
"type": "number|string",
|
|
1388
|
+
"description": ""
|
|
1389
|
+
},
|
|
1390
|
+
"v-field/name": {
|
|
1327
1391
|
"type": "string",
|
|
1328
1392
|
"description": ""
|
|
1329
1393
|
},
|
|
1330
|
-
"v-field/
|
|
1331
|
-
"type": "boolean
|
|
1394
|
+
"v-field/readonly": {
|
|
1395
|
+
"type": "boolean",
|
|
1332
1396
|
"description": ""
|
|
1333
1397
|
},
|
|
1334
|
-
"v-field
|
|
1398
|
+
"v-field/rules": {
|
|
1399
|
+
"type": "array",
|
|
1400
|
+
"description": ""
|
|
1401
|
+
},
|
|
1402
|
+
"v-field/model-value": {
|
|
1335
1403
|
"type": "any",
|
|
1336
1404
|
"description": ""
|
|
1337
1405
|
},
|
|
1338
|
-
"v-field-label/
|
|
1339
|
-
"type": "
|
|
1340
|
-
"description": "
|
|
1406
|
+
"v-field-label/floating": {
|
|
1407
|
+
"type": "any",
|
|
1408
|
+
"description": ""
|
|
1341
1409
|
},
|
|
1342
1410
|
"v-file-input/chips": {
|
|
1343
1411
|
"type": "any",
|
|
@@ -1359,22 +1427,10 @@
|
|
|
1359
1427
|
"type": "any",
|
|
1360
1428
|
"description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
|
|
1361
1429
|
},
|
|
1362
|
-
"v-file-input/prepend-icon": {
|
|
1363
|
-
"type": "string",
|
|
1364
|
-
"description": ""
|
|
1365
|
-
},
|
|
1366
1430
|
"v-file-input/show-size": {
|
|
1367
1431
|
"type": "boolean|number",
|
|
1368
1432
|
"description": "Sets the displayed size of selected file(s). When using **true** will default to _1000_ displaying (**kB, MB, GB**) while _1024_ will display (**KiB, MiB, GiB**)."
|
|
1369
1433
|
},
|
|
1370
|
-
"v-file-input/model-value": {
|
|
1371
|
-
"type": "array",
|
|
1372
|
-
"description": ""
|
|
1373
|
-
},
|
|
1374
|
-
"v-file-input/disabled": {
|
|
1375
|
-
"type": "boolean",
|
|
1376
|
-
"description": ""
|
|
1377
|
-
},
|
|
1378
1434
|
"v-file-input/append-inner-icon": {
|
|
1379
1435
|
"type": "string",
|
|
1380
1436
|
"description": ""
|
|
@@ -1395,19 +1451,35 @@
|
|
|
1395
1451
|
"type": "string",
|
|
1396
1452
|
"description": ""
|
|
1397
1453
|
},
|
|
1398
|
-
"v-file-input/
|
|
1399
|
-
"type": "
|
|
1454
|
+
"v-file-input/id": {
|
|
1455
|
+
"type": "string",
|
|
1400
1456
|
"description": ""
|
|
1401
1457
|
},
|
|
1402
|
-
"v-file-input/
|
|
1458
|
+
"v-file-input/label": {
|
|
1403
1459
|
"type": "string",
|
|
1404
1460
|
"description": ""
|
|
1405
1461
|
},
|
|
1406
|
-
"v-file-input/
|
|
1462
|
+
"v-file-input/persistent-clear": {
|
|
1463
|
+
"type": "boolean",
|
|
1464
|
+
"description": ""
|
|
1465
|
+
},
|
|
1466
|
+
"v-file-input/prepend-inner-icon": {
|
|
1407
1467
|
"type": "string",
|
|
1408
1468
|
"description": ""
|
|
1409
1469
|
},
|
|
1410
|
-
"v-file-input/
|
|
1470
|
+
"v-file-input/reverse": {
|
|
1471
|
+
"type": "boolean",
|
|
1472
|
+
"description": ""
|
|
1473
|
+
},
|
|
1474
|
+
"v-file-input/single-line": {
|
|
1475
|
+
"type": "boolean",
|
|
1476
|
+
"description": ""
|
|
1477
|
+
},
|
|
1478
|
+
"v-file-input/variant": {
|
|
1479
|
+
"type": "string",
|
|
1480
|
+
"description": ""
|
|
1481
|
+
},
|
|
1482
|
+
"v-file-input/theme": {
|
|
1411
1483
|
"type": "string",
|
|
1412
1484
|
"description": ""
|
|
1413
1485
|
},
|
|
@@ -1415,32 +1487,68 @@
|
|
|
1415
1487
|
"type": "boolean",
|
|
1416
1488
|
"description": ""
|
|
1417
1489
|
},
|
|
1418
|
-
"v-file-input/
|
|
1419
|
-
"type": "
|
|
1490
|
+
"v-file-input/append-icon": {
|
|
1491
|
+
"type": "string",
|
|
1420
1492
|
"description": ""
|
|
1421
1493
|
},
|
|
1422
|
-
"v-file-input/prepend-
|
|
1494
|
+
"v-file-input/prepend-icon": {
|
|
1423
1495
|
"type": "string",
|
|
1424
1496
|
"description": ""
|
|
1425
1497
|
},
|
|
1426
|
-
"v-file-input/
|
|
1498
|
+
"v-file-input/focused": {
|
|
1427
1499
|
"type": "boolean",
|
|
1428
1500
|
"description": ""
|
|
1429
1501
|
},
|
|
1430
|
-
"v-file-input/
|
|
1502
|
+
"v-file-input/hide-details": {
|
|
1503
|
+
"type": "boolean|string",
|
|
1504
|
+
"description": ""
|
|
1505
|
+
},
|
|
1506
|
+
"v-file-input/hint": {
|
|
1507
|
+
"type": "string",
|
|
1508
|
+
"description": ""
|
|
1509
|
+
},
|
|
1510
|
+
"v-file-input/messages": {
|
|
1511
|
+
"type": "array|string",
|
|
1512
|
+
"description": ""
|
|
1513
|
+
},
|
|
1514
|
+
"v-file-input/persistent-hint": {
|
|
1431
1515
|
"type": "boolean",
|
|
1432
1516
|
"description": ""
|
|
1433
1517
|
},
|
|
1434
|
-
"v-file-input/
|
|
1518
|
+
"v-file-input/density": {
|
|
1435
1519
|
"type": "string",
|
|
1520
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
1521
|
+
},
|
|
1522
|
+
"v-file-input/disabled": {
|
|
1523
|
+
"type": "boolean",
|
|
1436
1524
|
"description": ""
|
|
1437
1525
|
},
|
|
1438
|
-
"v-file-input/
|
|
1526
|
+
"v-file-input/error": {
|
|
1527
|
+
"type": "boolean",
|
|
1528
|
+
"description": ""
|
|
1529
|
+
},
|
|
1530
|
+
"v-file-input/error-messages": {
|
|
1531
|
+
"type": "array|string",
|
|
1532
|
+
"description": ""
|
|
1533
|
+
},
|
|
1534
|
+
"v-file-input/max-errors": {
|
|
1535
|
+
"type": "number|string",
|
|
1536
|
+
"description": ""
|
|
1537
|
+
},
|
|
1538
|
+
"v-file-input/name": {
|
|
1439
1539
|
"type": "string",
|
|
1440
1540
|
"description": ""
|
|
1441
1541
|
},
|
|
1442
|
-
"v-file-input/
|
|
1443
|
-
"type": "boolean
|
|
1542
|
+
"v-file-input/readonly": {
|
|
1543
|
+
"type": "boolean",
|
|
1544
|
+
"description": ""
|
|
1545
|
+
},
|
|
1546
|
+
"v-file-input/rules": {
|
|
1547
|
+
"type": "array",
|
|
1548
|
+
"description": ""
|
|
1549
|
+
},
|
|
1550
|
+
"v-file-input/model-value": {
|
|
1551
|
+
"type": "array",
|
|
1444
1552
|
"description": ""
|
|
1445
1553
|
},
|
|
1446
1554
|
"v-footer/border": {
|
|
@@ -1519,6 +1627,26 @@
|
|
|
1519
1627
|
"type": "string",
|
|
1520
1628
|
"description": "Specify a theme for this component and all of its children"
|
|
1521
1629
|
},
|
|
1630
|
+
"v-form/disabled": {
|
|
1631
|
+
"type": "boolean",
|
|
1632
|
+
"description": "Puts all children inputs into a disabled state."
|
|
1633
|
+
},
|
|
1634
|
+
"v-form/fast-fail": {
|
|
1635
|
+
"type": "boolean",
|
|
1636
|
+
"description": ""
|
|
1637
|
+
},
|
|
1638
|
+
"v-form/lazy-validation": {
|
|
1639
|
+
"type": "boolean",
|
|
1640
|
+
"description": "If enabled, **value** will always be _true_ unless there are visible validation errors. You can still call `validate()` to manually trigger validation"
|
|
1641
|
+
},
|
|
1642
|
+
"v-form/readonly": {
|
|
1643
|
+
"type": "boolean",
|
|
1644
|
+
"description": "Puts all children inputs into a readonly state."
|
|
1645
|
+
},
|
|
1646
|
+
"v-form/model-value": {
|
|
1647
|
+
"type": "boolean",
|
|
1648
|
+
"description": ""
|
|
1649
|
+
},
|
|
1522
1650
|
"v-container/fluid": {
|
|
1523
1651
|
"type": "boolean",
|
|
1524
1652
|
"description": "Removes viewport maximum-width size breakpoints."
|
|
@@ -1751,6 +1879,10 @@
|
|
|
1751
1879
|
"type": "any",
|
|
1752
1880
|
"description": "Will force the components content to render on mounted. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
|
|
1753
1881
|
},
|
|
1882
|
+
"v-img/gradient": {
|
|
1883
|
+
"type": "any",
|
|
1884
|
+
"description": ""
|
|
1885
|
+
},
|
|
1754
1886
|
"v-img/lazy-src": {
|
|
1755
1887
|
"type": "any",
|
|
1756
1888
|
"description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically."
|
|
@@ -1759,10 +1891,6 @@
|
|
|
1759
1891
|
"type": "object",
|
|
1760
1892
|
"description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
|
|
1761
1893
|
},
|
|
1762
|
-
"v-img/position": {
|
|
1763
|
-
"type": "string",
|
|
1764
|
-
"description": "Overrides the default to change which parts get cropped off. Uses the same syntax as [`background-position`](https://developer.mozilla.org/en-US/docs/Web/CSS/background-position)."
|
|
1765
|
-
},
|
|
1766
1894
|
"v-img/sizes": {
|
|
1767
1895
|
"type": "any",
|
|
1768
1896
|
"description": "For use with `srcset`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-sizes)."
|
|
@@ -1775,24 +1903,80 @@
|
|
|
1775
1903
|
"type": "any",
|
|
1776
1904
|
"description": "A set of alternate images to use based on device size. [Read more...](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-srcset)."
|
|
1777
1905
|
},
|
|
1906
|
+
"v-img/width": {
|
|
1907
|
+
"type": "any",
|
|
1908
|
+
"description": "Sets the width for the component."
|
|
1909
|
+
},
|
|
1778
1910
|
"v-img/transition": {
|
|
1779
1911
|
"type": "boolean|string|object",
|
|
1780
1912
|
"description": "The transition to use when switching from `lazy-src` to `src`."
|
|
1781
1913
|
},
|
|
1782
1914
|
"v-input/append-icon": {
|
|
1783
|
-
"type": "
|
|
1915
|
+
"type": "string",
|
|
1784
1916
|
"description": "Appends an icon to the component, uses the same syntax as `v-icon`"
|
|
1785
1917
|
},
|
|
1786
1918
|
"v-input/prepend-icon": {
|
|
1787
|
-
"type": "
|
|
1919
|
+
"type": "string",
|
|
1788
1920
|
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
|
|
1789
1921
|
},
|
|
1922
|
+
"v-input/focused": {
|
|
1923
|
+
"type": "boolean",
|
|
1924
|
+
"description": ""
|
|
1925
|
+
},
|
|
1926
|
+
"v-input/hide-details": {
|
|
1927
|
+
"type": "boolean|string",
|
|
1928
|
+
"description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
|
|
1929
|
+
},
|
|
1930
|
+
"v-input/hint": {
|
|
1931
|
+
"type": "string",
|
|
1932
|
+
"description": "Hint text"
|
|
1933
|
+
},
|
|
1934
|
+
"v-input/messages": {
|
|
1935
|
+
"type": "array|string",
|
|
1936
|
+
"description": ""
|
|
1937
|
+
},
|
|
1938
|
+
"v-input/persistent-hint": {
|
|
1939
|
+
"type": "boolean",
|
|
1940
|
+
"description": "Forces hint to always be visible"
|
|
1941
|
+
},
|
|
1790
1942
|
"v-input/density": {
|
|
1791
1943
|
"type": "string",
|
|
1792
1944
|
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
1793
1945
|
},
|
|
1946
|
+
"v-input/disabled": {
|
|
1947
|
+
"type": "boolean",
|
|
1948
|
+
"description": ""
|
|
1949
|
+
},
|
|
1950
|
+
"v-input/error": {
|
|
1951
|
+
"type": "boolean",
|
|
1952
|
+
"description": ""
|
|
1953
|
+
},
|
|
1954
|
+
"v-input/error-messages": {
|
|
1955
|
+
"type": "array|string",
|
|
1956
|
+
"description": ""
|
|
1957
|
+
},
|
|
1958
|
+
"v-input/max-errors": {
|
|
1959
|
+
"type": "number|string",
|
|
1960
|
+
"description": ""
|
|
1961
|
+
},
|
|
1962
|
+
"v-input/name": {
|
|
1963
|
+
"type": "string",
|
|
1964
|
+
"description": ""
|
|
1965
|
+
},
|
|
1966
|
+
"v-input/readonly": {
|
|
1967
|
+
"type": "boolean",
|
|
1968
|
+
"description": ""
|
|
1969
|
+
},
|
|
1970
|
+
"v-input/rules": {
|
|
1971
|
+
"type": "array",
|
|
1972
|
+
"description": ""
|
|
1973
|
+
},
|
|
1974
|
+
"v-input/model-value": {
|
|
1975
|
+
"type": "any",
|
|
1976
|
+
"description": ""
|
|
1977
|
+
},
|
|
1794
1978
|
"v-item-group/model-value": {
|
|
1795
|
-
"type": "
|
|
1979
|
+
"type": "any",
|
|
1796
1980
|
"description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
|
|
1797
1981
|
},
|
|
1798
1982
|
"v-item-group/multiple": {
|
|
@@ -1931,6 +2115,34 @@
|
|
|
1931
2115
|
"type": "boolean|string",
|
|
1932
2116
|
"description": "Removes the top padding from `v-list-subheader` components. When used as a **String**, renders a subheader for you"
|
|
1933
2117
|
},
|
|
2118
|
+
"v-list/items": {
|
|
2119
|
+
"type": "any",
|
|
2120
|
+
"description": ""
|
|
2121
|
+
},
|
|
2122
|
+
"v-list/select-strategy": {
|
|
2123
|
+
"type": "string|function",
|
|
2124
|
+
"description": ""
|
|
2125
|
+
},
|
|
2126
|
+
"v-list/open-strategy": {
|
|
2127
|
+
"type": "string|function",
|
|
2128
|
+
"description": ""
|
|
2129
|
+
},
|
|
2130
|
+
"v-list/active-strategy": {
|
|
2131
|
+
"type": "string|function",
|
|
2132
|
+
"description": ""
|
|
2133
|
+
},
|
|
2134
|
+
"v-list/opened": {
|
|
2135
|
+
"type": "array",
|
|
2136
|
+
"description": ""
|
|
2137
|
+
},
|
|
2138
|
+
"v-list/selected": {
|
|
2139
|
+
"type": "array",
|
|
2140
|
+
"description": ""
|
|
2141
|
+
},
|
|
2142
|
+
"v-list/active": {
|
|
2143
|
+
"type": "array",
|
|
2144
|
+
"description": ""
|
|
2145
|
+
},
|
|
1934
2146
|
"v-list/border": {
|
|
1935
2147
|
"type": "boolean|number|string",
|
|
1936
2148
|
"description": "Applies border styles to component."
|
|
@@ -2043,6 +2255,10 @@
|
|
|
2043
2255
|
"type": "any",
|
|
2044
2256
|
"description": "Generates a `v-list-item-title` component with the supplied value"
|
|
2045
2257
|
},
|
|
2258
|
+
"v-list-item/value": {
|
|
2259
|
+
"type": "any",
|
|
2260
|
+
"description": "The value used when a child of a [v-list-item-group](/components/list-item-groups)."
|
|
2261
|
+
},
|
|
2046
2262
|
"v-list-item/border": {
|
|
2047
2263
|
"type": "boolean|number|string",
|
|
2048
2264
|
"description": "Applies border styles to component."
|
|
@@ -2155,7 +2371,27 @@
|
|
|
2155
2371
|
"type": "string",
|
|
2156
2372
|
"description": ""
|
|
2157
2373
|
},
|
|
2158
|
-
"v-
|
|
2374
|
+
"v-list-group/value": {
|
|
2375
|
+
"type": "any",
|
|
2376
|
+
"description": "Expands / Collapse the list-group"
|
|
2377
|
+
},
|
|
2378
|
+
"v-list-group/collapse-icon": {
|
|
2379
|
+
"type": "string",
|
|
2380
|
+
"description": ""
|
|
2381
|
+
},
|
|
2382
|
+
"v-list-group/expand-icon": {
|
|
2383
|
+
"type": "string",
|
|
2384
|
+
"description": ""
|
|
2385
|
+
},
|
|
2386
|
+
"v-list-group/items": {
|
|
2387
|
+
"type": "any",
|
|
2388
|
+
"description": ""
|
|
2389
|
+
},
|
|
2390
|
+
"v-list-group/tag": {
|
|
2391
|
+
"type": "string",
|
|
2392
|
+
"description": "Specify a custom tag used on the root element."
|
|
2393
|
+
},
|
|
2394
|
+
"v-locale-provider/locale": {
|
|
2159
2395
|
"type": "any",
|
|
2160
2396
|
"description": ""
|
|
2161
2397
|
},
|
|
@@ -2277,12 +2513,16 @@
|
|
|
2277
2513
|
},
|
|
2278
2514
|
"v-overlay/absolute": {
|
|
2279
2515
|
"type": "any",
|
|
2280
|
-
"description": "Applies **position: absolute** to the
|
|
2516
|
+
"description": "Applies **position: absolute** to the content element."
|
|
2281
2517
|
},
|
|
2282
2518
|
"v-overlay/attach": {
|
|
2283
|
-
"type": "
|
|
2519
|
+
"type": "any",
|
|
2284
2520
|
"description": ""
|
|
2285
2521
|
},
|
|
2522
|
+
"v-overlay/contained": {
|
|
2523
|
+
"type": "any",
|
|
2524
|
+
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`."
|
|
2525
|
+
},
|
|
2286
2526
|
"v-overlay/content-class": {
|
|
2287
2527
|
"type": "any",
|
|
2288
2528
|
"description": ""
|
|
@@ -2643,6 +2883,10 @@
|
|
|
2643
2883
|
"type": "string",
|
|
2644
2884
|
"description": "Applies one of 4 styles, default, contained, outlined, and text."
|
|
2645
2885
|
},
|
|
2886
|
+
"v-parallax/scale": {
|
|
2887
|
+
"type": "number|string",
|
|
2888
|
+
"description": ""
|
|
2889
|
+
},
|
|
2646
2890
|
"v-progress-circular/bg-color": {
|
|
2647
2891
|
"type": "any",
|
|
2648
2892
|
"description": ""
|
|
@@ -2751,6 +2995,42 @@
|
|
|
2751
2995
|
"type": "string",
|
|
2752
2996
|
"description": "Specify a theme for this component and all of its children"
|
|
2753
2997
|
},
|
|
2998
|
+
"v-radio-group/height": {
|
|
2999
|
+
"type": "number|string",
|
|
3000
|
+
"description": "Sets the height for the component"
|
|
3001
|
+
},
|
|
3002
|
+
"v-radio-group/label": {
|
|
3003
|
+
"type": "any",
|
|
3004
|
+
"description": ""
|
|
3005
|
+
},
|
|
3006
|
+
"v-radio-group/id": {
|
|
3007
|
+
"type": "any",
|
|
3008
|
+
"description": ""
|
|
3009
|
+
},
|
|
3010
|
+
"v-radio-group/inline": {
|
|
3011
|
+
"type": "any",
|
|
3012
|
+
"description": ""
|
|
3013
|
+
},
|
|
3014
|
+
"v-radio-group/on-icon": {
|
|
3015
|
+
"type": "string",
|
|
3016
|
+
"description": ""
|
|
3017
|
+
},
|
|
3018
|
+
"v-radio-group/off-icon": {
|
|
3019
|
+
"type": "string",
|
|
3020
|
+
"description": ""
|
|
3021
|
+
},
|
|
3022
|
+
"v-radio-group/type": {
|
|
3023
|
+
"type": "string",
|
|
3024
|
+
"description": ""
|
|
3025
|
+
},
|
|
3026
|
+
"v-radio/off-icon": {
|
|
3027
|
+
"type": "string",
|
|
3028
|
+
"description": "The icon used when inactive"
|
|
3029
|
+
},
|
|
3030
|
+
"v-radio/on-icon": {
|
|
3031
|
+
"type": "string",
|
|
3032
|
+
"description": "The icon used when active"
|
|
3033
|
+
},
|
|
2754
3034
|
"v-rating/name": {
|
|
2755
3035
|
"type": "any",
|
|
2756
3036
|
"description": ""
|
|
@@ -2863,6 +3143,126 @@
|
|
|
2863
3143
|
"type": "number|string",
|
|
2864
3144
|
"description": "Sets the width for the component."
|
|
2865
3145
|
},
|
|
3146
|
+
"v-selection-control/color": {
|
|
3147
|
+
"type": "any",
|
|
3148
|
+
"description": ""
|
|
3149
|
+
},
|
|
3150
|
+
"v-selection-control/disabled": {
|
|
3151
|
+
"type": "any",
|
|
3152
|
+
"description": ""
|
|
3153
|
+
},
|
|
3154
|
+
"v-selection-control/error": {
|
|
3155
|
+
"type": "any",
|
|
3156
|
+
"description": ""
|
|
3157
|
+
},
|
|
3158
|
+
"v-selection-control/id": {
|
|
3159
|
+
"type": "any",
|
|
3160
|
+
"description": ""
|
|
3161
|
+
},
|
|
3162
|
+
"v-selection-control/inline": {
|
|
3163
|
+
"type": "any",
|
|
3164
|
+
"description": ""
|
|
3165
|
+
},
|
|
3166
|
+
"v-selection-control/label": {
|
|
3167
|
+
"type": "any",
|
|
3168
|
+
"description": ""
|
|
3169
|
+
},
|
|
3170
|
+
"v-selection-control/off-icon": {
|
|
3171
|
+
"type": "any",
|
|
3172
|
+
"description": ""
|
|
3173
|
+
},
|
|
3174
|
+
"v-selection-control/on-icon": {
|
|
3175
|
+
"type": "any",
|
|
3176
|
+
"description": ""
|
|
3177
|
+
},
|
|
3178
|
+
"v-selection-control/ripple": {
|
|
3179
|
+
"type": "boolean",
|
|
3180
|
+
"description": ""
|
|
3181
|
+
},
|
|
3182
|
+
"v-selection-control/multiple": {
|
|
3183
|
+
"type": "boolean",
|
|
3184
|
+
"description": ""
|
|
3185
|
+
},
|
|
3186
|
+
"v-selection-control/name": {
|
|
3187
|
+
"type": "any",
|
|
3188
|
+
"description": ""
|
|
3189
|
+
},
|
|
3190
|
+
"v-selection-control/readonly": {
|
|
3191
|
+
"type": "any",
|
|
3192
|
+
"description": ""
|
|
3193
|
+
},
|
|
3194
|
+
"v-selection-control/true-value": {
|
|
3195
|
+
"type": "any",
|
|
3196
|
+
"description": "Sets value for truthy state"
|
|
3197
|
+
},
|
|
3198
|
+
"v-selection-control/false-value": {
|
|
3199
|
+
"type": "any",
|
|
3200
|
+
"description": "Sets value for falsy state"
|
|
3201
|
+
},
|
|
3202
|
+
"v-selection-control/model-value": {
|
|
3203
|
+
"type": "any",
|
|
3204
|
+
"description": ""
|
|
3205
|
+
},
|
|
3206
|
+
"v-selection-control/type": {
|
|
3207
|
+
"type": "any",
|
|
3208
|
+
"description": ""
|
|
3209
|
+
},
|
|
3210
|
+
"v-selection-control/value": {
|
|
3211
|
+
"type": "any",
|
|
3212
|
+
"description": ""
|
|
3213
|
+
},
|
|
3214
|
+
"v-selection-control/value-comparator": {
|
|
3215
|
+
"type": "function",
|
|
3216
|
+
"description": ""
|
|
3217
|
+
},
|
|
3218
|
+
"v-selection-control/theme": {
|
|
3219
|
+
"type": "string",
|
|
3220
|
+
"description": "Specify a theme for this component and all of its children"
|
|
3221
|
+
},
|
|
3222
|
+
"v-selection-control/density": {
|
|
3223
|
+
"type": "string",
|
|
3224
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
3225
|
+
},
|
|
3226
|
+
"v-selection-control-group/disabled": {
|
|
3227
|
+
"type": "any",
|
|
3228
|
+
"description": ""
|
|
3229
|
+
},
|
|
3230
|
+
"v-selection-control-group/id": {
|
|
3231
|
+
"type": "any",
|
|
3232
|
+
"description": ""
|
|
3233
|
+
},
|
|
3234
|
+
"v-selection-control-group/inline": {
|
|
3235
|
+
"type": "any",
|
|
3236
|
+
"description": ""
|
|
3237
|
+
},
|
|
3238
|
+
"v-selection-control-group/name": {
|
|
3239
|
+
"type": "any",
|
|
3240
|
+
"description": ""
|
|
3241
|
+
},
|
|
3242
|
+
"v-selection-control-group/off-icon": {
|
|
3243
|
+
"type": "any",
|
|
3244
|
+
"description": ""
|
|
3245
|
+
},
|
|
3246
|
+
"v-selection-control-group/on-icon": {
|
|
3247
|
+
"type": "any",
|
|
3248
|
+
"description": ""
|
|
3249
|
+
},
|
|
3250
|
+
"v-selection-control-group/multiple": {
|
|
3251
|
+
"type": "boolean",
|
|
3252
|
+
"description": ""
|
|
3253
|
+
},
|
|
3254
|
+
"v-selection-control-group/readonly": {
|
|
3255
|
+
"type": "any",
|
|
3256
|
+
"description": ""
|
|
3257
|
+
},
|
|
3258
|
+
"v-selection-control-group/type": {
|
|
3259
|
+
"type": "any",
|
|
3260
|
+
"description": ""
|
|
3261
|
+
},
|
|
3262
|
+
"v-selection-control-group/model-value": {
|
|
3263
|
+
"type": "any",
|
|
3264
|
+
"description": ""
|
|
3265
|
+
},
|
|
2866
3266
|
"v-sheet/color": {
|
|
2867
3267
|
"type": "string",
|
|
2868
3268
|
"description": ""
|
|
@@ -2943,6 +3343,22 @@
|
|
|
2943
3343
|
"type": "string",
|
|
2944
3344
|
"description": "Specify a theme for this component and all of its children"
|
|
2945
3345
|
},
|
|
3346
|
+
"v-switch/indeterminate": {
|
|
3347
|
+
"type": "any",
|
|
3348
|
+
"description": ""
|
|
3349
|
+
},
|
|
3350
|
+
"v-switch/inset": {
|
|
3351
|
+
"type": "any",
|
|
3352
|
+
"description": "Enlarge the `v-switch` track to encompass the thumb"
|
|
3353
|
+
},
|
|
3354
|
+
"v-switch/loading": {
|
|
3355
|
+
"type": "any",
|
|
3356
|
+
"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"
|
|
3357
|
+
},
|
|
3358
|
+
"v-switch/flat": {
|
|
3359
|
+
"type": "any",
|
|
3360
|
+
"description": "Display component without elevation. Default elevation for thumb is 4dp, `flat` resets it"
|
|
3361
|
+
},
|
|
2946
3362
|
"v-system-bar/lights-out": {
|
|
2947
3363
|
"type": "any",
|
|
2948
3364
|
"description": "Reduces the system bar opacity."
|
|
@@ -3027,6 +3443,198 @@
|
|
|
3027
3443
|
"type": "string",
|
|
3028
3444
|
"description": "Specify a theme for this component and all of its children"
|
|
3029
3445
|
},
|
|
3446
|
+
"v-table/fixed-header": {
|
|
3447
|
+
"type": "any",
|
|
3448
|
+
"description": ""
|
|
3449
|
+
},
|
|
3450
|
+
"v-table/fixed-footer": {
|
|
3451
|
+
"type": "any",
|
|
3452
|
+
"description": ""
|
|
3453
|
+
},
|
|
3454
|
+
"v-table/height": {
|
|
3455
|
+
"type": "any",
|
|
3456
|
+
"description": "Sets the height for the component"
|
|
3457
|
+
},
|
|
3458
|
+
"v-table/density": {
|
|
3459
|
+
"type": "string",
|
|
3460
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
3461
|
+
},
|
|
3462
|
+
"v-table/theme": {
|
|
3463
|
+
"type": "string",
|
|
3464
|
+
"description": "Specify a theme for this component and all of its children"
|
|
3465
|
+
},
|
|
3466
|
+
"v-table/tag": {
|
|
3467
|
+
"type": "string",
|
|
3468
|
+
"description": "Specify a custom tag used on the root element."
|
|
3469
|
+
},
|
|
3470
|
+
"v-textarea/auto-grow": {
|
|
3471
|
+
"type": "any",
|
|
3472
|
+
"description": "Automatically grow the textarea depending on amount of text"
|
|
3473
|
+
},
|
|
3474
|
+
"v-textarea/autofocus": {
|
|
3475
|
+
"type": "any",
|
|
3476
|
+
"description": ""
|
|
3477
|
+
},
|
|
3478
|
+
"v-textarea/counter": {
|
|
3479
|
+
"type": "any",
|
|
3480
|
+
"description": ""
|
|
3481
|
+
},
|
|
3482
|
+
"v-textarea/counter-value": {
|
|
3483
|
+
"type": "any",
|
|
3484
|
+
"description": ""
|
|
3485
|
+
},
|
|
3486
|
+
"v-textarea/prefix": {
|
|
3487
|
+
"type": "any",
|
|
3488
|
+
"description": ""
|
|
3489
|
+
},
|
|
3490
|
+
"v-textarea/placeholder": {
|
|
3491
|
+
"type": "any",
|
|
3492
|
+
"description": ""
|
|
3493
|
+
},
|
|
3494
|
+
"v-textarea/persistent-placeholder": {
|
|
3495
|
+
"type": "any",
|
|
3496
|
+
"description": ""
|
|
3497
|
+
},
|
|
3498
|
+
"v-textarea/persistent-counter": {
|
|
3499
|
+
"type": "any",
|
|
3500
|
+
"description": ""
|
|
3501
|
+
},
|
|
3502
|
+
"v-textarea/no-resize": {
|
|
3503
|
+
"type": "any",
|
|
3504
|
+
"description": "Remove resize handle"
|
|
3505
|
+
},
|
|
3506
|
+
"v-textarea/rows": {
|
|
3507
|
+
"type": "number|string",
|
|
3508
|
+
"description": "Default row count"
|
|
3509
|
+
},
|
|
3510
|
+
"v-textarea/max-rows": {
|
|
3511
|
+
"type": "number|string",
|
|
3512
|
+
"description": ""
|
|
3513
|
+
},
|
|
3514
|
+
"v-textarea/suffix": {
|
|
3515
|
+
"type": "any",
|
|
3516
|
+
"description": ""
|
|
3517
|
+
},
|
|
3518
|
+
"v-textarea/append-inner-icon": {
|
|
3519
|
+
"type": "string",
|
|
3520
|
+
"description": ""
|
|
3521
|
+
},
|
|
3522
|
+
"v-textarea/bg-color": {
|
|
3523
|
+
"type": "string",
|
|
3524
|
+
"description": ""
|
|
3525
|
+
},
|
|
3526
|
+
"v-textarea/clearable": {
|
|
3527
|
+
"type": "boolean",
|
|
3528
|
+
"description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**"
|
|
3529
|
+
},
|
|
3530
|
+
"v-textarea/clear-icon": {
|
|
3531
|
+
"type": "string",
|
|
3532
|
+
"description": ""
|
|
3533
|
+
},
|
|
3534
|
+
"v-textarea/color": {
|
|
3535
|
+
"type": "string",
|
|
3536
|
+
"description": ""
|
|
3537
|
+
},
|
|
3538
|
+
"v-textarea/id": {
|
|
3539
|
+
"type": "string",
|
|
3540
|
+
"description": ""
|
|
3541
|
+
},
|
|
3542
|
+
"v-textarea/label": {
|
|
3543
|
+
"type": "string",
|
|
3544
|
+
"description": ""
|
|
3545
|
+
},
|
|
3546
|
+
"v-textarea/persistent-clear": {
|
|
3547
|
+
"type": "boolean",
|
|
3548
|
+
"description": ""
|
|
3549
|
+
},
|
|
3550
|
+
"v-textarea/prepend-inner-icon": {
|
|
3551
|
+
"type": "string",
|
|
3552
|
+
"description": ""
|
|
3553
|
+
},
|
|
3554
|
+
"v-textarea/reverse": {
|
|
3555
|
+
"type": "boolean",
|
|
3556
|
+
"description": ""
|
|
3557
|
+
},
|
|
3558
|
+
"v-textarea/single-line": {
|
|
3559
|
+
"type": "boolean",
|
|
3560
|
+
"description": ""
|
|
3561
|
+
},
|
|
3562
|
+
"v-textarea/variant": {
|
|
3563
|
+
"type": "string",
|
|
3564
|
+
"description": ""
|
|
3565
|
+
},
|
|
3566
|
+
"v-textarea/theme": {
|
|
3567
|
+
"type": "string",
|
|
3568
|
+
"description": ""
|
|
3569
|
+
},
|
|
3570
|
+
"v-textarea/loading": {
|
|
3571
|
+
"type": "boolean",
|
|
3572
|
+
"description": ""
|
|
3573
|
+
},
|
|
3574
|
+
"v-textarea/append-icon": {
|
|
3575
|
+
"type": "string",
|
|
3576
|
+
"description": ""
|
|
3577
|
+
},
|
|
3578
|
+
"v-textarea/prepend-icon": {
|
|
3579
|
+
"type": "string",
|
|
3580
|
+
"description": ""
|
|
3581
|
+
},
|
|
3582
|
+
"v-textarea/focused": {
|
|
3583
|
+
"type": "boolean",
|
|
3584
|
+
"description": ""
|
|
3585
|
+
},
|
|
3586
|
+
"v-textarea/hide-details": {
|
|
3587
|
+
"type": "boolean|string",
|
|
3588
|
+
"description": ""
|
|
3589
|
+
},
|
|
3590
|
+
"v-textarea/hint": {
|
|
3591
|
+
"type": "string",
|
|
3592
|
+
"description": ""
|
|
3593
|
+
},
|
|
3594
|
+
"v-textarea/messages": {
|
|
3595
|
+
"type": "array|string",
|
|
3596
|
+
"description": ""
|
|
3597
|
+
},
|
|
3598
|
+
"v-textarea/persistent-hint": {
|
|
3599
|
+
"type": "boolean",
|
|
3600
|
+
"description": ""
|
|
3601
|
+
},
|
|
3602
|
+
"v-textarea/density": {
|
|
3603
|
+
"type": "string",
|
|
3604
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
3605
|
+
},
|
|
3606
|
+
"v-textarea/disabled": {
|
|
3607
|
+
"type": "boolean",
|
|
3608
|
+
"description": ""
|
|
3609
|
+
},
|
|
3610
|
+
"v-textarea/error": {
|
|
3611
|
+
"type": "boolean",
|
|
3612
|
+
"description": ""
|
|
3613
|
+
},
|
|
3614
|
+
"v-textarea/error-messages": {
|
|
3615
|
+
"type": "array|string",
|
|
3616
|
+
"description": ""
|
|
3617
|
+
},
|
|
3618
|
+
"v-textarea/max-errors": {
|
|
3619
|
+
"type": "number|string",
|
|
3620
|
+
"description": ""
|
|
3621
|
+
},
|
|
3622
|
+
"v-textarea/name": {
|
|
3623
|
+
"type": "string",
|
|
3624
|
+
"description": ""
|
|
3625
|
+
},
|
|
3626
|
+
"v-textarea/readonly": {
|
|
3627
|
+
"type": "boolean",
|
|
3628
|
+
"description": ""
|
|
3629
|
+
},
|
|
3630
|
+
"v-textarea/rules": {
|
|
3631
|
+
"type": "array",
|
|
3632
|
+
"description": ""
|
|
3633
|
+
},
|
|
3634
|
+
"v-textarea/model-value": {
|
|
3635
|
+
"type": "any",
|
|
3636
|
+
"description": ""
|
|
3637
|
+
},
|
|
3030
3638
|
"v-text-field/autofocus": {
|
|
3031
3639
|
"type": "any",
|
|
3032
3640
|
"description": "Enables autofocus"
|
|
@@ -3051,6 +3659,10 @@
|
|
|
3051
3659
|
"type": "any",
|
|
3052
3660
|
"description": "Forces placeholder to always be visible"
|
|
3053
3661
|
},
|
|
3662
|
+
"v-text-field/persistent-counter": {
|
|
3663
|
+
"type": "any",
|
|
3664
|
+
"description": ""
|
|
3665
|
+
},
|
|
3054
3666
|
"v-text-field/suffix": {
|
|
3055
3667
|
"type": "any",
|
|
3056
3668
|
"description": "Displays suffix text"
|
|
@@ -3059,14 +3671,6 @@
|
|
|
3059
3671
|
"type": "string",
|
|
3060
3672
|
"description": "Sets input type"
|
|
3061
3673
|
},
|
|
3062
|
-
"v-text-field/model-value": {
|
|
3063
|
-
"type": "any",
|
|
3064
|
-
"description": ""
|
|
3065
|
-
},
|
|
3066
|
-
"v-text-field/disabled": {
|
|
3067
|
-
"type": "boolean",
|
|
3068
|
-
"description": ""
|
|
3069
|
-
},
|
|
3070
3674
|
"v-text-field/append-inner-icon": {
|
|
3071
3675
|
"type": "string",
|
|
3072
3676
|
"description": ""
|
|
@@ -3087,14 +3691,6 @@
|
|
|
3087
3691
|
"type": "string",
|
|
3088
3692
|
"description": ""
|
|
3089
3693
|
},
|
|
3090
|
-
"v-text-field/hide-details": {
|
|
3091
|
-
"type": "boolean|string",
|
|
3092
|
-
"description": ""
|
|
3093
|
-
},
|
|
3094
|
-
"v-text-field/hint": {
|
|
3095
|
-
"type": "string",
|
|
3096
|
-
"description": ""
|
|
3097
|
-
},
|
|
3098
3694
|
"v-text-field/id": {
|
|
3099
3695
|
"type": "string",
|
|
3100
3696
|
"description": ""
|
|
@@ -3103,11 +3699,7 @@
|
|
|
3103
3699
|
"type": "string",
|
|
3104
3700
|
"description": ""
|
|
3105
3701
|
},
|
|
3106
|
-
"v-text-field/
|
|
3107
|
-
"type": "boolean",
|
|
3108
|
-
"description": ""
|
|
3109
|
-
},
|
|
3110
|
-
"v-text-field/persistent-hint": {
|
|
3702
|
+
"v-text-field/persistent-clear": {
|
|
3111
3703
|
"type": "boolean",
|
|
3112
3704
|
"description": ""
|
|
3113
3705
|
},
|
|
@@ -3131,8 +3723,72 @@
|
|
|
3131
3723
|
"type": "string",
|
|
3132
3724
|
"description": ""
|
|
3133
3725
|
},
|
|
3134
|
-
"v-text-field/
|
|
3135
|
-
"type": "boolean
|
|
3726
|
+
"v-text-field/loading": {
|
|
3727
|
+
"type": "boolean",
|
|
3728
|
+
"description": ""
|
|
3729
|
+
},
|
|
3730
|
+
"v-text-field/append-icon": {
|
|
3731
|
+
"type": "string",
|
|
3732
|
+
"description": ""
|
|
3733
|
+
},
|
|
3734
|
+
"v-text-field/prepend-icon": {
|
|
3735
|
+
"type": "string",
|
|
3736
|
+
"description": ""
|
|
3737
|
+
},
|
|
3738
|
+
"v-text-field/focused": {
|
|
3739
|
+
"type": "boolean",
|
|
3740
|
+
"description": ""
|
|
3741
|
+
},
|
|
3742
|
+
"v-text-field/hide-details": {
|
|
3743
|
+
"type": "boolean|string",
|
|
3744
|
+
"description": ""
|
|
3745
|
+
},
|
|
3746
|
+
"v-text-field/hint": {
|
|
3747
|
+
"type": "string",
|
|
3748
|
+
"description": ""
|
|
3749
|
+
},
|
|
3750
|
+
"v-text-field/messages": {
|
|
3751
|
+
"type": "array|string",
|
|
3752
|
+
"description": ""
|
|
3753
|
+
},
|
|
3754
|
+
"v-text-field/persistent-hint": {
|
|
3755
|
+
"type": "boolean",
|
|
3756
|
+
"description": ""
|
|
3757
|
+
},
|
|
3758
|
+
"v-text-field/density": {
|
|
3759
|
+
"type": "string",
|
|
3760
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
3761
|
+
},
|
|
3762
|
+
"v-text-field/disabled": {
|
|
3763
|
+
"type": "boolean",
|
|
3764
|
+
"description": ""
|
|
3765
|
+
},
|
|
3766
|
+
"v-text-field/error": {
|
|
3767
|
+
"type": "boolean",
|
|
3768
|
+
"description": ""
|
|
3769
|
+
},
|
|
3770
|
+
"v-text-field/error-messages": {
|
|
3771
|
+
"type": "array|string",
|
|
3772
|
+
"description": ""
|
|
3773
|
+
},
|
|
3774
|
+
"v-text-field/max-errors": {
|
|
3775
|
+
"type": "number|string",
|
|
3776
|
+
"description": ""
|
|
3777
|
+
},
|
|
3778
|
+
"v-text-field/name": {
|
|
3779
|
+
"type": "string",
|
|
3780
|
+
"description": ""
|
|
3781
|
+
},
|
|
3782
|
+
"v-text-field/readonly": {
|
|
3783
|
+
"type": "boolean",
|
|
3784
|
+
"description": ""
|
|
3785
|
+
},
|
|
3786
|
+
"v-text-field/rules": {
|
|
3787
|
+
"type": "array",
|
|
3788
|
+
"description": ""
|
|
3789
|
+
},
|
|
3790
|
+
"v-text-field/model-value": {
|
|
3791
|
+
"type": "any",
|
|
3136
3792
|
"description": ""
|
|
3137
3793
|
},
|
|
3138
3794
|
"v-theme-provider/with-background": {
|
|
@@ -3274,5 +3930,37 @@
|
|
|
3274
3930
|
"v-tooltip/transition": {
|
|
3275
3931
|
"type": "boolean|string|object",
|
|
3276
3932
|
"description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
|
|
3933
|
+
},
|
|
3934
|
+
"v-validation/disabled": {
|
|
3935
|
+
"type": "boolean",
|
|
3936
|
+
"description": ""
|
|
3937
|
+
},
|
|
3938
|
+
"v-validation/error": {
|
|
3939
|
+
"type": "boolean",
|
|
3940
|
+
"description": ""
|
|
3941
|
+
},
|
|
3942
|
+
"v-validation/error-messages": {
|
|
3943
|
+
"type": "array|string",
|
|
3944
|
+
"description": ""
|
|
3945
|
+
},
|
|
3946
|
+
"v-validation/max-errors": {
|
|
3947
|
+
"type": "number|string",
|
|
3948
|
+
"description": ""
|
|
3949
|
+
},
|
|
3950
|
+
"v-validation/name": {
|
|
3951
|
+
"type": "string",
|
|
3952
|
+
"description": ""
|
|
3953
|
+
},
|
|
3954
|
+
"v-validation/readonly": {
|
|
3955
|
+
"type": "boolean",
|
|
3956
|
+
"description": ""
|
|
3957
|
+
},
|
|
3958
|
+
"v-validation/rules": {
|
|
3959
|
+
"type": "array",
|
|
3960
|
+
"description": ""
|
|
3961
|
+
},
|
|
3962
|
+
"v-validation/model-value": {
|
|
3963
|
+
"type": "any",
|
|
3964
|
+
"description": ""
|
|
3277
3965
|
}
|
|
3278
3966
|
}
|