vuetify 3.6.0-alpha.2 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_component-variables-labs.sass +2 -1
- package/dist/json/attributes.json +731 -63
- package/dist/json/importMap-labs.json +32 -20
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +184 -2
- package/dist/json/web-types.json +13002 -10923
- package/dist/vuetify-labs.css +2039 -1927
- package/dist/vuetify-labs.d.ts +3575 -1079
- package/dist/vuetify-labs.esm.js +1047 -390
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1046 -389
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3026 -2941
- package/dist/vuetify.d.ts +927 -306
- package/dist/vuetify.esm.js +625 -363
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +624 -362
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +728 -714
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +128 -127
- package/lib/components/VApp/VApp.sass +15 -13
- package/lib/components/VAppBar/VAppBar.sass +9 -8
- package/lib/components/VAppBar/index.d.mts +10 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +94 -93
- package/lib/components/VAutocomplete/index.d.mts +36 -0
- package/lib/components/VAvatar/VAvatar.sass +26 -25
- package/lib/components/VBadge/VBadge.sass +61 -60
- package/lib/components/VBanner/VBanner.css +1 -1
- package/lib/components/VBanner/VBanner.sass +92 -91
- package/lib/components/VBanner/index.d.mts +15 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +50 -49
- package/lib/components/VBottomSheet/VBottomSheet.sass +28 -26
- package/lib/components/VBottomSheet/index.d.mts +14 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +41 -40
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +204 -200
- package/lib/components/VBtn/index.d.mts +10 -0
- package/lib/components/VBtnGroup/VBtnGroup.sass +47 -46
- package/lib/components/VBtnToggle/VBtnToggle.sass +4 -3
- package/lib/components/VBtnToggle/index.d.mts +1 -0
- package/lib/components/VCard/VCard.css +3 -3
- package/lib/components/VCard/VCard.sass +181 -180
- package/lib/components/VCarousel/VCarousel.sass +50 -49
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -0
- package/lib/components/VCheckbox/VCheckbox.sass +6 -5
- package/lib/components/VChip/VChip.css +1 -1
- package/lib/components/VChip/VChip.sass +78 -76
- package/lib/components/VChipGroup/VChipGroup.sass +20 -18
- package/lib/components/VChipGroup/index.d.mts +16 -0
- package/lib/components/VCode/VCode.sass +10 -8
- package/lib/components/VColorPicker/VColorPicker.sass +18 -17
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +21 -20
- package/lib/components/VColorPicker/VColorPickerEdit.sass +24 -23
- package/lib/components/VColorPicker/VColorPickerPreview.sass +54 -53
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +29 -28
- package/lib/components/VCombobox/VCombobox.mjs +8 -10
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +94 -93
- package/lib/components/VCombobox/index.d.mts +36 -0
- package/lib/components/VCounter/VCounter.sass +7 -5
- package/lib/components/VDataIterator/index.d.mts +2 -0
- package/lib/components/VDataTable/VDataTable.css +36 -1
- package/lib/components/VDataTable/VDataTable.sass +137 -103
- package/lib/components/VDataTable/VDataTableFooter.css +5 -9
- package/lib/components/VDataTable/VDataTableFooter.sass +26 -25
- package/lib/components/VDataTable/VDataTableHeaders.mjs +66 -7
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +45 -10
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +8 -2
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/_variables.scss +9 -3
- package/lib/components/VDataTable/index.d.mts +263 -217
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +12 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +6 -5
- package/lib/components/VDatePicker/VDatePickerControls.sass +56 -55
- package/lib/components/VDatePicker/VDatePickerHeader.sass +58 -56
- package/lib/components/VDatePicker/VDatePickerMonth.sass +53 -51
- package/lib/components/VDatePicker/VDatePickerMonths.sass +18 -16
- package/lib/components/VDatePicker/VDatePickerYears.sass +14 -12
- package/lib/components/VDialog/VDialog.css +7 -3
- package/lib/components/VDialog/VDialog.mjs +6 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +71 -68
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +39 -0
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +1 -0
- package/lib/components/VDialog/_variables.scss +4 -3
- package/lib/components/VDialog/index.d.mts +60 -10
- package/lib/components/VDivider/VDivider.sass +49 -48
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +172 -171
- package/lib/components/VField/VField.sass +451 -450
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +30 -31
- package/lib/components/VFileInput/index.d.mts +17 -5
- package/lib/components/VFooter/VFooter.sass +17 -16
- package/lib/components/VGrid/VGrid.sass +42 -40
- package/lib/components/VIcon/VIcon.sass +34 -32
- package/lib/components/VImg/VImg.sass +24 -23
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +21 -19
- package/lib/components/VInput/VInput.mjs +6 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +103 -102
- package/lib/components/VInput/index.d.mts +6 -0
- package/lib/components/VItemGroup/VItemGroup.sass +7 -5
- package/lib/components/VKbd/VKbd.sass +10 -9
- package/lib/components/VLabel/VLabel.sass +14 -13
- package/lib/components/VLayout/VLayout.mjs +6 -1
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.sass +10 -7
- package/lib/components/VLayout/VLayoutItem.sass +7 -5
- package/lib/components/VLayout/index.d.mts +36 -0
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +81 -80
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VList/VListItem.sass +260 -259
- package/lib/components/VLocaleProvider/VLocaleProvider.sass +5 -2
- package/lib/components/VMain/VMain.sass +22 -21
- package/lib/components/VMenu/VMenu.sass +14 -13
- package/lib/components/VMenu/index.d.mts +56 -0
- package/lib/components/VMessages/VMessages.sass +16 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +14 -5
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +90 -84
- package/lib/components/VNavigationDrawer/index.d.mts +24 -0
- package/lib/components/VNavigationDrawer/touch.mjs +16 -2
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.sass +51 -50
- package/lib/components/VOverlay/VOverlay.mjs +2 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +57 -55
- package/lib/components/VOverlay/index.d.mts +27 -13
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.sass +14 -12
- package/lib/components/VParallax/VParallax.sass +8 -5
- package/lib/components/VProgressCircular/VProgressCircular.sass +85 -83
- package/lib/components/VProgressLinear/VProgressLinear.mjs +11 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +170 -169
- package/lib/components/VProgressLinear/index.d.mts +21 -0
- package/lib/components/VRadioGroup/VRadioGroup.sass +12 -10
- package/lib/components/VRangeSlider/index.d.mts +6 -0
- package/lib/components/VRating/VRating.sass +46 -44
- package/lib/components/VResponsive/VResponsive.sass +21 -19
- package/lib/components/VSelect/VSelect.mjs +5 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +50 -49
- package/lib/components/VSelect/index.d.mts +36 -0
- package/lib/components/VSelectionControl/VSelectionControl.sass +87 -86
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +9 -7
- package/lib/components/VSheet/VSheet.sass +10 -9
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +174 -173
- package/lib/components/VSlideGroup/VSlideGroup.css +14 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +110 -93
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +54 -40
- package/lib/components/VSlideGroup/helpers.mjs +48 -28
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +16 -0
- package/lib/components/VSlider/VSlider.sass +49 -48
- package/lib/components/VSlider/VSliderThumb.sass +129 -128
- package/lib/components/VSlider/VSliderTrack.sass +120 -119
- package/lib/components/VSlider/index.d.mts +6 -0
- package/lib/components/VSnackbar/VSnackbar.css +18 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +34 -9
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +103 -83
- package/lib/components/VSnackbar/index.d.mts +42 -0
- package/lib/components/VStepper/VStepper.sass +37 -36
- package/lib/components/VStepper/VStepperItem.sass +69 -67
- package/lib/components/VSwitch/VSwitch.css +14 -2
- package/lib/components/VSwitch/VSwitch.sass +119 -112
- package/lib/components/VSystemBar/VSystemBar.css +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +24 -23
- package/lib/components/VTable/VTable.sass +140 -139
- package/lib/components/VTabs/VTab.sass +27 -25
- package/lib/components/VTabs/VTabs.sass +38 -37
- package/lib/components/VTabs/index.d.mts +49 -6
- package/lib/components/VTextField/VTextField.sass +58 -56
- package/lib/components/VTextField/index.d.mts +15 -3
- package/lib/components/VTextarea/VTextarea.sass +43 -42
- package/lib/components/VTextarea/index.d.mts +15 -3
- package/lib/components/VThemeProvider/VThemeProvider.sass +6 -3
- package/lib/components/VTimeline/VTimeline.sass +308 -307
- package/lib/components/VToolbar/VToolbar.sass +90 -89
- package/lib/components/VTooltip/VTooltip.sass +23 -21
- package/lib/components/VTooltip/index.d.mts +56 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.sass +10 -7
- package/lib/components/VWindow/VWindow.css +1 -0
- package/lib/components/VWindow/VWindow.sass +74 -70
- package/lib/components/VWindow/index.d.mts +1 -0
- package/lib/components/index.d.mts +870 -253
- package/lib/composables/directiveComponent.mjs +4 -2
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/display.mjs +5 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/goto.mjs +40 -3
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/group.mjs +10 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/layout.mjs +3 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.sass +35 -33
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +58 -54
- package/lib/labs/VCalendar/VCalendar.sass +160 -158
- package/lib/labs/VCalendar/VCalendarDay.sass +26 -23
- package/lib/labs/VCalendar/VCalendarHeader.sass +12 -10
- package/lib/labs/VCalendar/VCalendarInterval.sass +36 -34
- package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +9 -6
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +59 -57
- package/lib/labs/VDateInput/VDateInput.mjs +129 -0
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -0
- package/lib/labs/VDateInput/index.d.mts +1068 -0
- package/lib/labs/VDateInput/index.mjs +2 -0
- package/lib/labs/VDateInput/index.mjs.map +1 -0
- package/lib/labs/VEmptyState/VEmptyState.css +3 -3
- package/lib/labs/VEmptyState/VEmptyState.sass +59 -57
- package/lib/labs/VFab/VFab.css +1 -0
- package/lib/labs/VFab/VFab.mjs +3 -2
- package/lib/labs/VFab/VFab.mjs.map +1 -1
- package/lib/labs/VFab/VFab.sass +62 -60
- package/lib/labs/VFab/index.d.mts +19 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +79 -24
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +42 -40
- package/lib/labs/VNumberInput/index.d.mts +56 -29
- package/lib/labs/VPicker/VPicker.sass +49 -48
- package/lib/labs/VPullToRefresh/VPullToRefresh.css +27 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +117 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.sass +23 -0
- package/lib/labs/VPullToRefresh/index.d.mts +189 -0
- package/lib/labs/VPullToRefresh/index.mjs +2 -0
- package/lib/labs/VPullToRefresh/index.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +112 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +2763 -0
- package/lib/labs/VSnackbarQueue/index.mjs +2 -0
- package/lib/labs/VSnackbarQueue/index.mjs.map +1 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +8 -2
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +23 -20
- package/lib/labs/VSpeedDial/index.d.mts +28 -2
- package/lib/labs/VTimePicker/VTimePicker.sass +9 -8
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +1 -3
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.sass +114 -113
- package/lib/labs/VTimePicker/VTimePickerControls.sass +90 -90
- package/lib/labs/VTimePicker/_variables.scss +1 -1
- package/lib/labs/VTimePicker/index.d.mts +6 -13
- package/lib/labs/VTreeview/VTreeviewItem.sass +14 -12
- package/lib/labs/VTreeview/{variables.scss → _variables.scss} +0 -2
- package/lib/labs/components.d.mts +5587 -1641
- package/lib/labs/components.mjs +3 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +43 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +1 -0
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +9 -8
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/elements/_blockquote.sass +6 -4
- package/lib/styles/elements/_global.sass +20 -18
- package/lib/styles/generic/_animations.scss +13 -9
- package/lib/styles/generic/_colors.scss +36 -35
- package/lib/styles/generic/_index.scss +1 -0
- package/lib/styles/generic/_layers.scss +7 -0
- package/lib/styles/generic/_reset.scss +235 -232
- package/lib/styles/generic/_rtl.scss +10 -6
- package/lib/styles/generic/_transitions.scss +244 -241
- package/lib/styles/main.css +78 -78
- package/lib/styles/settings/_variables.scss +22 -14
- package/lib/styles/tools/_index.sass +1 -0
- package/lib/styles/tools/_layer.scss +11 -0
- package/lib/styles/utilities/_display.sass +7 -5
- package/lib/styles/utilities/_elevation.scss +8 -6
- package/lib/styles/utilities/_index.sass +28 -29
- package/lib/styles/utilities/_screenreaders.sass +13 -11
- package/package.json +2 -2
|
@@ -247,6 +247,10 @@
|
|
|
247
247
|
"type": "boolean\n",
|
|
248
248
|
"description": "Expands the button to 100% of available space."
|
|
249
249
|
},
|
|
250
|
+
"VAppBarNavIcon/readonly": {
|
|
251
|
+
"type": "boolean\n",
|
|
252
|
+
"description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
|
|
253
|
+
},
|
|
250
254
|
"VAppBarNavIcon/slim": {
|
|
251
255
|
"type": "boolean\n",
|
|
252
256
|
"description": "Reduces padding to 0 8px."
|
|
@@ -899,9 +903,13 @@
|
|
|
899
903
|
"type": "string | number\n",
|
|
900
904
|
"description": "Sets the width for the component."
|
|
901
905
|
},
|
|
906
|
+
"VBanner/mobile": {
|
|
907
|
+
"type": "boolean\n",
|
|
908
|
+
"description": "Applies the mobile banner styles."
|
|
909
|
+
},
|
|
902
910
|
"VBanner/mobile-breakpoint": {
|
|
903
911
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
904
|
-
"description": "
|
|
912
|
+
"description": "Overrides the display configuration default."
|
|
905
913
|
},
|
|
906
914
|
"VBanner/elevation": {
|
|
907
915
|
"type": "string | number\n",
|
|
@@ -1323,6 +1331,10 @@
|
|
|
1323
1331
|
"type": "boolean\n",
|
|
1324
1332
|
"description": "Expands the button to 100% of available space."
|
|
1325
1333
|
},
|
|
1334
|
+
"VBtn/readonly": {
|
|
1335
|
+
"type": "boolean\n",
|
|
1336
|
+
"description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
|
|
1337
|
+
},
|
|
1326
1338
|
"VBtn/slim": {
|
|
1327
1339
|
"type": "boolean\n",
|
|
1328
1340
|
"description": "Reduces padding to 0 8px."
|
|
@@ -1589,7 +1601,7 @@
|
|
|
1589
1601
|
},
|
|
1590
1602
|
"VCalendar/weeks-in-month": {
|
|
1591
1603
|
"type": "'dynamic' | 'static'\n",
|
|
1592
|
-
"description": "
|
|
1604
|
+
"description": "A dynamic number of weeks in a month will grow and shrink depending on how many days are in the month. A static number always shows 7 weeks."
|
|
1593
1605
|
},
|
|
1594
1606
|
"VCalendar/allowed-dates": {
|
|
1595
1607
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
|
@@ -2271,6 +2283,10 @@
|
|
|
2271
2283
|
"type": "string | number\n",
|
|
2272
2284
|
"description": "Sets the width for the component."
|
|
2273
2285
|
},
|
|
2286
|
+
"VCheckbox/theme": {
|
|
2287
|
+
"type": "string\n",
|
|
2288
|
+
"description": "Specify a theme for this component and all of its children."
|
|
2289
|
+
},
|
|
2274
2290
|
"VCheckbox/disabled": {
|
|
2275
2291
|
"type": "boolean\n",
|
|
2276
2292
|
"description": "Removes the ability to click or target the component."
|
|
@@ -2371,10 +2387,6 @@
|
|
|
2371
2387
|
"type": "(a: any, b: any) => boolean\n",
|
|
2372
2388
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
2373
2389
|
},
|
|
2374
|
-
"VCheckbox/theme": {
|
|
2375
|
-
"type": "string\n",
|
|
2376
|
-
"description": "Specify a theme for this component and all of its children."
|
|
2377
|
-
},
|
|
2378
2390
|
"VCheckboxBtn/label": {
|
|
2379
2391
|
"type": "string\n",
|
|
2380
2392
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
@@ -2643,6 +2655,10 @@
|
|
|
2643
2655
|
"type": "string | boolean\n",
|
|
2644
2656
|
"description": "Force the display of the pagination arrows."
|
|
2645
2657
|
},
|
|
2658
|
+
"VChipGroup/mobile": {
|
|
2659
|
+
"type": "boolean\n",
|
|
2660
|
+
"description": "Explicitly designate as a mobile display configuration."
|
|
2661
|
+
},
|
|
2646
2662
|
"VChipGroup/mobile-breakpoint": {
|
|
2647
2663
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
2648
2664
|
"description": "Sets the designated mobile breakpoint for the component."
|
|
@@ -3367,12 +3383,16 @@
|
|
|
3367
3383
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
|
3368
3384
|
"description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
|
|
3369
3385
|
},
|
|
3386
|
+
"VDataTable/mobile": {
|
|
3387
|
+
"type": "boolean\n",
|
|
3388
|
+
"description": "Explicitly designate as a mobile display configuration."
|
|
3389
|
+
},
|
|
3370
3390
|
"VDataTable/loading": {
|
|
3371
3391
|
"type": "string | boolean\n",
|
|
3372
3392
|
"description": "Displays linear 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."
|
|
3373
3393
|
},
|
|
3374
3394
|
"VDataTable/headers": {
|
|
3375
|
-
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
|
|
3395
|
+
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<any>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?: readonly any[] | undefined\n}[]\n",
|
|
3376
3396
|
"description": "An array of objects that each describe a header column. See the example below for a definition of all properties."
|
|
3377
3397
|
},
|
|
3378
3398
|
"VDataTable/page": {
|
|
@@ -3399,6 +3419,10 @@
|
|
|
3399
3419
|
"type": "string\n",
|
|
3400
3420
|
"description": "Text shown when no items are provided to the component."
|
|
3401
3421
|
},
|
|
3422
|
+
"VDataTable/mobile-breakpoint": {
|
|
3423
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
3424
|
+
"description": "Overrides the display configuration default."
|
|
3425
|
+
},
|
|
3402
3426
|
"VDataTable/row-props": {
|
|
3403
3427
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
|
3404
3428
|
"description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
|
|
@@ -3603,6 +3627,14 @@
|
|
|
3603
3627
|
"type": "unknown\n",
|
|
3604
3628
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
|
3605
3629
|
},
|
|
3630
|
+
"VDataTableHeaders/mobile": {
|
|
3631
|
+
"type": "boolean\n",
|
|
3632
|
+
"description": "Explicitly designate as a mobile display configuration."
|
|
3633
|
+
},
|
|
3634
|
+
"VDataTableHeaders/mobile-breakpoint": {
|
|
3635
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
3636
|
+
"description": "Overrides the display configuration default."
|
|
3637
|
+
},
|
|
3606
3638
|
"VDataTableHeaders/loading": {
|
|
3607
3639
|
"type": "string | boolean\n",
|
|
3608
3640
|
"description": "Displays linear 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."
|
|
@@ -3611,10 +3643,18 @@
|
|
|
3611
3643
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'index' | 'item' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
|
3612
3644
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDataTableRow.json))"
|
|
3613
3645
|
},
|
|
3646
|
+
"VDataTableRow/mobile": {
|
|
3647
|
+
"type": "boolean\n",
|
|
3648
|
+
"description": "Explicitly designate as a mobile display configuration."
|
|
3649
|
+
},
|
|
3614
3650
|
"VDataTableRow/index": {
|
|
3615
3651
|
"type": "number\n",
|
|
3616
3652
|
"description": "Row index."
|
|
3617
3653
|
},
|
|
3654
|
+
"VDataTableRow/mobile-breakpoint": {
|
|
3655
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
3656
|
+
"description": "Overrides the display configuration default."
|
|
3657
|
+
},
|
|
3618
3658
|
"VDataTableRow/item": {
|
|
3619
3659
|
"type": "unknown\n",
|
|
3620
3660
|
"description": "Data (key, index and column values) of the displayed item."
|
|
@@ -3623,6 +3663,10 @@
|
|
|
3623
3663
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
|
3624
3664
|
"description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
|
|
3625
3665
|
},
|
|
3666
|
+
"VDataTableRows/mobile": {
|
|
3667
|
+
"type": "boolean\n",
|
|
3668
|
+
"description": "Explicitly designate as a mobile display configuration."
|
|
3669
|
+
},
|
|
3626
3670
|
"VDataTableRows/loading": {
|
|
3627
3671
|
"type": "string | boolean\n",
|
|
3628
3672
|
"description": "Displays `loading` slot if set to `true`"
|
|
@@ -3636,13 +3680,17 @@
|
|
|
3636
3680
|
"description": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open."
|
|
3637
3681
|
},
|
|
3638
3682
|
"VDataTableRows/items": {
|
|
3639
|
-
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#
|
|
3683
|
+
"type": "(<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/types.ts#L48-L54\" target=\"_blank\">DataTableItem</a> | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/group.ts#L18-L25\" target=\"_blank\">Group</a>)[]\n",
|
|
3640
3684
|
"description": "An array of strings or objects used for automatically generating children components."
|
|
3641
3685
|
},
|
|
3642
3686
|
"VDataTableRows/no-data-text": {
|
|
3643
3687
|
"type": "string\n",
|
|
3644
3688
|
"description": "Text shown when no items are provided to the component."
|
|
3645
3689
|
},
|
|
3690
|
+
"VDataTableRows/mobile-breakpoint": {
|
|
3691
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
3692
|
+
"description": "Overrides the display configuration default."
|
|
3693
|
+
},
|
|
3646
3694
|
"VDataTableRows/row-props": {
|
|
3647
3695
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
|
3648
3696
|
"description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
|
|
@@ -3659,12 +3707,16 @@
|
|
|
3659
3707
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
|
3660
3708
|
"description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
|
|
3661
3709
|
},
|
|
3710
|
+
"VDataTableServer/mobile": {
|
|
3711
|
+
"type": "boolean\n",
|
|
3712
|
+
"description": "Explicitly designate as a mobile display configuration."
|
|
3713
|
+
},
|
|
3662
3714
|
"VDataTableServer/loading": {
|
|
3663
3715
|
"type": "string | boolean\n",
|
|
3664
3716
|
"description": "Displays linear 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."
|
|
3665
3717
|
},
|
|
3666
3718
|
"VDataTableServer/headers": {
|
|
3667
|
-
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
|
|
3719
|
+
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
|
|
3668
3720
|
"description": "An array of objects that each describe a header column."
|
|
3669
3721
|
},
|
|
3670
3722
|
"VDataTableServer/items-length": {
|
|
@@ -3695,6 +3747,10 @@
|
|
|
3695
3747
|
"type": "string\n",
|
|
3696
3748
|
"description": "Text shown when no items are provided to the component."
|
|
3697
3749
|
},
|
|
3750
|
+
"VDataTableServer/mobile-breakpoint": {
|
|
3751
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
3752
|
+
"description": "Overrides the display configuration default."
|
|
3753
|
+
},
|
|
3698
3754
|
"VDataTableServer/row-props": {
|
|
3699
3755
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
|
3700
3756
|
"description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
|
|
@@ -3867,8 +3923,12 @@
|
|
|
3867
3923
|
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
|
3868
3924
|
"description": "An object of additional props to be passed to each `<td>` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used."
|
|
3869
3925
|
},
|
|
3926
|
+
"VDataTableVirtual/mobile": {
|
|
3927
|
+
"type": "boolean\n",
|
|
3928
|
+
"description": "Explicitly designate as a mobile display configuration."
|
|
3929
|
+
},
|
|
3870
3930
|
"VDataTableVirtual/headers": {
|
|
3871
|
-
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
|
|
3931
|
+
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
|
|
3872
3932
|
"description": "An array of objects that each describe a header column."
|
|
3873
3933
|
},
|
|
3874
3934
|
"VDataTableVirtual/loading": {
|
|
@@ -3891,6 +3951,10 @@
|
|
|
3891
3951
|
"type": "string\n",
|
|
3892
3952
|
"description": "Text shown when no items are provided to the component."
|
|
3893
3953
|
},
|
|
3954
|
+
"VDataTableVirtual/mobile-breakpoint": {
|
|
3955
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
3956
|
+
"description": "Overrides the display configuration default."
|
|
3957
|
+
},
|
|
3894
3958
|
"VDataTableVirtual/row-props": {
|
|
3895
3959
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
|
3896
3960
|
"description": "An object of additional props to be passed to each `<tr>` in the table body. Also accepts a function that will be called for each row."
|
|
@@ -4019,13 +4083,369 @@
|
|
|
4019
4083
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/filter.ts#L19-L19\" target=\"_blank\">FilterFunction</a>\n",
|
|
4020
4084
|
"description": "Function used to filter items, called for each filterable key on each item in the list. The first argument is the filterable value from the item, the second is the search term, and the third is the internal item object. The function should return true if the item should be included in the filtered list, or the index of the match in the value if it should be included with the result highlighted."
|
|
4021
4085
|
},
|
|
4022
|
-
"VDataTableVirtual/custom-key-filter": {
|
|
4023
|
-
"type": "unknown\n",
|
|
4024
|
-
"description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
|
|
4086
|
+
"VDataTableVirtual/custom-key-filter": {
|
|
4087
|
+
"type": "unknown\n",
|
|
4088
|
+
"description": "Function used on specific keys within the item object. `customFilter` is skipped for columns with `customKeyFilter` specified."
|
|
4089
|
+
},
|
|
4090
|
+
"VDataTableVirtual/filter-keys": {
|
|
4091
|
+
"type": "string | string[]\n",
|
|
4092
|
+
"description": "Array of specific keys to filter on the item."
|
|
4093
|
+
},
|
|
4094
|
+
"VDateInput/flat": {
|
|
4095
|
+
"type": "boolean\n",
|
|
4096
|
+
"description": "Removes box shadow when using a variant with elevation."
|
|
4097
|
+
},
|
|
4098
|
+
"VDateInput/hide-actions": {
|
|
4099
|
+
"type": "boolean\n",
|
|
4100
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VDateInput.json))"
|
|
4101
|
+
},
|
|
4102
|
+
"VDateInput/focused": {
|
|
4103
|
+
"type": "boolean\n",
|
|
4104
|
+
"description": "Forces a focused state styling on the component."
|
|
4105
|
+
},
|
|
4106
|
+
"VDateInput/reverse": {
|
|
4107
|
+
"type": "boolean\n",
|
|
4108
|
+
"description": "Reverses the orientation."
|
|
4109
|
+
},
|
|
4110
|
+
"VDateInput/model-value": {
|
|
4111
|
+
"type": "any\n",
|
|
4112
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
4113
|
+
},
|
|
4114
|
+
"VDateInput/color": {
|
|
4115
|
+
"type": "string\n",
|
|
4116
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
4117
|
+
},
|
|
4118
|
+
"VDateInput/cancel-text": {
|
|
4119
|
+
"type": "string\n",
|
|
4120
|
+
"description": "Text for the cancel button"
|
|
4121
|
+
},
|
|
4122
|
+
"VDateInput/type": {
|
|
4123
|
+
"type": "string\n",
|
|
4124
|
+
"description": "Determines the type of the picker - `date` for date picker, `month` for month picker."
|
|
4125
|
+
},
|
|
4126
|
+
"VDateInput/ok-text": {
|
|
4127
|
+
"type": "string\n",
|
|
4128
|
+
"description": "Text for the ok button"
|
|
4129
|
+
},
|
|
4130
|
+
"VDateInput/autofocus": {
|
|
4131
|
+
"type": "boolean\n",
|
|
4132
|
+
"description": "Enables autofocus."
|
|
4133
|
+
},
|
|
4134
|
+
"VDateInput/counter": {
|
|
4135
|
+
"type": "string | number | boolean\n",
|
|
4136
|
+
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
|
4137
|
+
},
|
|
4138
|
+
"VDateInput/prefix": {
|
|
4139
|
+
"type": "string\n",
|
|
4140
|
+
"description": "Displays prefix text."
|
|
4141
|
+
},
|
|
4142
|
+
"VDateInput/placeholder": {
|
|
4143
|
+
"type": "string\n",
|
|
4144
|
+
"description": "Sets the input’s placeholder text."
|
|
4145
|
+
},
|
|
4146
|
+
"VDateInput/persistent-placeholder": {
|
|
4147
|
+
"type": "boolean\n",
|
|
4148
|
+
"description": "Forces placeholder to always be visible."
|
|
4149
|
+
},
|
|
4150
|
+
"VDateInput/persistent-counter": {
|
|
4151
|
+
"type": "boolean\n",
|
|
4152
|
+
"description": "Forces counter to always be visible."
|
|
4153
|
+
},
|
|
4154
|
+
"VDateInput/suffix": {
|
|
4155
|
+
"type": "string\n",
|
|
4156
|
+
"description": "Displays suffix text."
|
|
4157
|
+
},
|
|
4158
|
+
"VDateInput/role": {
|
|
4159
|
+
"type": "string\n",
|
|
4160
|
+
"description": "The role attribute applied to the input."
|
|
4161
|
+
},
|
|
4162
|
+
"VDateInput/text": {
|
|
4163
|
+
"type": "string\n",
|
|
4164
|
+
"description": "Specify content text for the component."
|
|
4165
|
+
},
|
|
4166
|
+
"VDateInput/id": {
|
|
4167
|
+
"type": "string\n",
|
|
4168
|
+
"description": "Sets the DOM id on the component."
|
|
4169
|
+
},
|
|
4170
|
+
"VDateInput/append-icon": {
|
|
4171
|
+
"type": "any\n",
|
|
4172
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
4173
|
+
},
|
|
4174
|
+
"VDateInput/center-affix": {
|
|
4175
|
+
"type": "boolean\n",
|
|
4176
|
+
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
|
4177
|
+
},
|
|
4178
|
+
"VDateInput/prepend-icon": {
|
|
4179
|
+
"type": "any\n",
|
|
4180
|
+
"description": "Prepends an icon to the outnside the component's input, uses the same syntax as `v-icon`."
|
|
4181
|
+
},
|
|
4182
|
+
"VDateInput/hide-spin-buttons": {
|
|
4183
|
+
"type": "boolean\n",
|
|
4184
|
+
"description": "Hides spin buttons on the input when type is set to `number`."
|
|
4185
|
+
},
|
|
4186
|
+
"VDateInput/hint": {
|
|
4187
|
+
"type": "string\n",
|
|
4188
|
+
"description": "Displays hint text below the input when focused. Force this always open with the [persistent-hint](#props-persistent-hint) property."
|
|
4189
|
+
},
|
|
4190
|
+
"VDateInput/persistent-hint": {
|
|
4191
|
+
"type": "boolean\n",
|
|
4192
|
+
"description": "Forces [hint](#props-hint) to always be visible."
|
|
4193
|
+
},
|
|
4194
|
+
"VDateInput/messages": {
|
|
4195
|
+
"type": "string | string[]\n",
|
|
4196
|
+
"description": "Displays a list of messages or a single message if using a string."
|
|
4197
|
+
},
|
|
4198
|
+
"VDateInput/direction": {
|
|
4199
|
+
"type": "'horizontal' | 'vertical'\n",
|
|
4200
|
+
"description": "Changes the direction of the input."
|
|
4201
|
+
},
|
|
4202
|
+
"VDateInput/density": {
|
|
4203
|
+
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
4204
|
+
"description": "Adjusts the vertical height used by the component."
|
|
4205
|
+
},
|
|
4206
|
+
"VDateInput/height": {
|
|
4207
|
+
"type": "string | number\n",
|
|
4208
|
+
"description": "Sets the height of the input."
|
|
4209
|
+
},
|
|
4210
|
+
"VDateInput/max-height": {
|
|
4211
|
+
"type": "string | number\n",
|
|
4212
|
+
"description": "Sets the maximum height for the component."
|
|
4213
|
+
},
|
|
4214
|
+
"VDateInput/max-width": {
|
|
4215
|
+
"type": "string | number\n",
|
|
4216
|
+
"description": "Sets the maximum width for the component."
|
|
4217
|
+
},
|
|
4218
|
+
"VDateInput/min-height": {
|
|
4219
|
+
"type": "string | number\n",
|
|
4220
|
+
"description": "Sets the minimum height for the component."
|
|
4221
|
+
},
|
|
4222
|
+
"VDateInput/min-width": {
|
|
4223
|
+
"type": "string | number\n",
|
|
4224
|
+
"description": "Sets the minimum width for the component."
|
|
4225
|
+
},
|
|
4226
|
+
"VDateInput/width": {
|
|
4227
|
+
"type": "string | number\n",
|
|
4228
|
+
"description": "Width of the picker."
|
|
4229
|
+
},
|
|
4230
|
+
"VDateInput/theme": {
|
|
4231
|
+
"type": "string\n",
|
|
4232
|
+
"description": "Specify a theme for this component and all of its children."
|
|
4233
|
+
},
|
|
4234
|
+
"VDateInput/disabled": {
|
|
4235
|
+
"type": "boolean\n",
|
|
4236
|
+
"description": "Removes the ability to click or target the input."
|
|
4237
|
+
},
|
|
4238
|
+
"VDateInput/error": {
|
|
4239
|
+
"type": "boolean\n",
|
|
4240
|
+
"description": "Puts the input in a manual error state."
|
|
4241
|
+
},
|
|
4242
|
+
"VDateInput/error-messages": {
|
|
4243
|
+
"type": "string | string[]\n",
|
|
4244
|
+
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
|
|
4245
|
+
},
|
|
4246
|
+
"VDateInput/max-errors": {
|
|
4247
|
+
"type": "string | number\n",
|
|
4248
|
+
"description": "Control the maximum number of shown errors from validation."
|
|
4249
|
+
},
|
|
4250
|
+
"VDateInput/name": {
|
|
4251
|
+
"type": "string\n",
|
|
4252
|
+
"description": "Sets the component's name attribute."
|
|
4253
|
+
},
|
|
4254
|
+
"VDateInput/label": {
|
|
4255
|
+
"type": "string\n",
|
|
4256
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
4257
|
+
},
|
|
4258
|
+
"VDateInput/readonly": {
|
|
4259
|
+
"type": "boolean\n",
|
|
4260
|
+
"description": "Makes the picker readonly (doesn't allow to select new date)."
|
|
4261
|
+
},
|
|
4262
|
+
"VDateInput/rules": {
|
|
4263
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
|
|
4264
|
+
"description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
|
|
4265
|
+
},
|
|
4266
|
+
"VDateInput/validate-on": {
|
|
4267
|
+
"type": " | 'blur'\n | 'input'\n | 'submit'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy'\n",
|
|
4268
|
+
"description": "Change what type of event triggers validation to run."
|
|
4269
|
+
},
|
|
4270
|
+
"VDateInput/validation-value": {
|
|
4271
|
+
"type": "any\n",
|
|
4272
|
+
"description": "The value used when applying validation rules."
|
|
4273
|
+
},
|
|
4274
|
+
"VDateInput/hide-details": {
|
|
4275
|
+
"type": "boolean | 'auto'\n",
|
|
4276
|
+
"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."
|
|
4277
|
+
},
|
|
4278
|
+
"VDateInput/append-inner-icon": {
|
|
4279
|
+
"type": "any\n",
|
|
4280
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot."
|
|
4281
|
+
},
|
|
4282
|
+
"VDateInput/bg-color": {
|
|
4283
|
+
"type": "string\n",
|
|
4284
|
+
"description": "Applies specified color to the control's background. Used on components that also support the **color** prop. - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
4285
|
+
},
|
|
4286
|
+
"VDateInput/clearable": {
|
|
4287
|
+
"type": "boolean\n",
|
|
4288
|
+
"description": "Allows for the component to be cleared."
|
|
4289
|
+
},
|
|
4290
|
+
"VDateInput/clear-icon": {
|
|
4291
|
+
"type": "any\n",
|
|
4292
|
+
"description": "The icon used when the **clearable** prop is set to true."
|
|
4293
|
+
},
|
|
4294
|
+
"VDateInput/active": {
|
|
4295
|
+
"type": "boolean\n",
|
|
4296
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
|
4297
|
+
},
|
|
4298
|
+
"VDateInput/base-color": {
|
|
4299
|
+
"type": "string\n",
|
|
4300
|
+
"description": "Sets the color of the input when it is not focused."
|
|
4301
|
+
},
|
|
4302
|
+
"VDateInput/dirty": {
|
|
4303
|
+
"type": "boolean\n",
|
|
4304
|
+
"description": "Manually apply the dirty state styling."
|
|
4305
|
+
},
|
|
4306
|
+
"VDateInput/persistent-clear": {
|
|
4307
|
+
"type": "boolean\n",
|
|
4308
|
+
"description": "Always show the clearable icon when the input is dirty (By default it only shows on hover)."
|
|
4309
|
+
},
|
|
4310
|
+
"VDateInput/prepend-inner-icon": {
|
|
4311
|
+
"type": "any\n",
|
|
4312
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot."
|
|
4313
|
+
},
|
|
4314
|
+
"VDateInput/single-line": {
|
|
4315
|
+
"type": "boolean\n",
|
|
4316
|
+
"description": "Label does not move on focus/dirty."
|
|
4317
|
+
},
|
|
4318
|
+
"VDateInput/variant": {
|
|
4319
|
+
"type": " | 'underlined'\n | 'outlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n | 'plain'\n",
|
|
4320
|
+
"description": "Applies a distinct style to the component."
|
|
4321
|
+
},
|
|
4322
|
+
"VDateInput/loading": {
|
|
4323
|
+
"type": "string | boolean\n",
|
|
4324
|
+
"description": "Displays linear 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."
|
|
4325
|
+
},
|
|
4326
|
+
"VDateInput/rounded": {
|
|
4327
|
+
"type": "string | number | boolean\n",
|
|
4328
|
+
"description": "Adds a border radius to the input."
|
|
4329
|
+
},
|
|
4330
|
+
"VDateInput/tile": {
|
|
4331
|
+
"type": "boolean\n",
|
|
4332
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
4333
|
+
},
|
|
4334
|
+
"VDateInput/counter-value": {
|
|
4335
|
+
"type": "number | ((value: any) => number)\n",
|
|
4336
|
+
"description": "Function returns the counter display text."
|
|
4337
|
+
},
|
|
4338
|
+
"VDateInput/model-modifiers": {
|
|
4339
|
+
"type": "unknown\n",
|
|
4340
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
|
4341
|
+
},
|
|
4342
|
+
"VDateInput/header": {
|
|
4343
|
+
"type": "string\n",
|
|
4344
|
+
"description": "Text shown when no **display-date** is set."
|
|
4345
|
+
},
|
|
4346
|
+
"VDateInput/next-icon": {
|
|
4347
|
+
"type": "string\n",
|
|
4348
|
+
"description": "Sets the icon for next month/year button."
|
|
4349
|
+
},
|
|
4350
|
+
"VDateInput/prev-icon": {
|
|
4351
|
+
"type": "string\n",
|
|
4352
|
+
"description": "Sets the icon for previous month/year button."
|
|
4353
|
+
},
|
|
4354
|
+
"VDateInput/mode-icon": {
|
|
4355
|
+
"type": "string\n",
|
|
4356
|
+
"description": "Icon displayed next to the current month and year, toggles year selection when clicked."
|
|
4357
|
+
},
|
|
4358
|
+
"VDateInput/view-mode": {
|
|
4359
|
+
"type": "'month' | 'months' | 'year'\n",
|
|
4360
|
+
"description": "Determines which picker in the date or month picker is being displayed. Allowed values: `'month'`, `'months'`, `'year'`."
|
|
4361
|
+
},
|
|
4362
|
+
"VDateInput/month": {
|
|
4363
|
+
"type": "string | number\n",
|
|
4364
|
+
"description": "The current month number to show"
|
|
4365
|
+
},
|
|
4366
|
+
"VDateInput/year": {
|
|
4367
|
+
"type": "string | number\n",
|
|
4368
|
+
"description": "The current year number to show"
|
|
4369
|
+
},
|
|
4370
|
+
"VDateInput/hide-weekdays": {
|
|
4371
|
+
"type": "boolean\n",
|
|
4372
|
+
"description": "Hide the days of the week letters."
|
|
4373
|
+
},
|
|
4374
|
+
"VDateInput/show-week": {
|
|
4375
|
+
"type": "boolean\n",
|
|
4376
|
+
"description": "Toggles visibility of the week numbers in the body of the calendar."
|
|
4377
|
+
},
|
|
4378
|
+
"VDateInput/transition": {
|
|
4379
|
+
"type": "string\n",
|
|
4380
|
+
"description": "The transition used when changing months into the future"
|
|
4381
|
+
},
|
|
4382
|
+
"VDateInput/reverse-transition": {
|
|
4383
|
+
"type": "string\n",
|
|
4384
|
+
"description": "The transition used when changing months into the past"
|
|
4385
|
+
},
|
|
4386
|
+
"VDateInput/show-adjacent-months": {
|
|
4387
|
+
"type": "boolean\n",
|
|
4388
|
+
"description": "Toggles visibility of days from previous and next months."
|
|
4389
|
+
},
|
|
4390
|
+
"VDateInput/weekdays": {
|
|
4391
|
+
"type": "number[]\n",
|
|
4392
|
+
"description": "An array of weekdays to display."
|
|
4393
|
+
},
|
|
4394
|
+
"VDateInput/weeks-in-month": {
|
|
4395
|
+
"type": "'dynamic' | 'static'\n",
|
|
4396
|
+
"description": "A dynamic number of weeks in a month will grow and shrink depending on how many days are in the month. A static number always shows 7 weeks."
|
|
4397
|
+
},
|
|
4398
|
+
"VDateInput/allowed-dates": {
|
|
4399
|
+
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
|
4400
|
+
"description": "Restricts which dates can be selected."
|
|
4401
|
+
},
|
|
4402
|
+
"VDateInput/display-value": {
|
|
4403
|
+
"type": "unknown\n",
|
|
4404
|
+
"description": "The value that determines the month to show. This is different from modelValue, which determines the selected value."
|
|
4405
|
+
},
|
|
4406
|
+
"VDateInput/max": {
|
|
4407
|
+
"type": "unknown\n",
|
|
4408
|
+
"description": "Maximum allowed date/month (ISO 8601 format)."
|
|
4409
|
+
},
|
|
4410
|
+
"VDateInput/min": {
|
|
4411
|
+
"type": "unknown\n",
|
|
4412
|
+
"description": "Minimum allowed date/month (ISO 8601 format)."
|
|
4413
|
+
},
|
|
4414
|
+
"VDateInput/multiple": {
|
|
4415
|
+
"type": "number | boolean | (string & {}) | 'range'\n",
|
|
4416
|
+
"description": "Allow the selection of multiple dates. The **range** value selects all dates between two selections."
|
|
4417
|
+
},
|
|
4418
|
+
"VDateInput/landscape": {
|
|
4419
|
+
"type": "boolean\n",
|
|
4420
|
+
"description": "Puts the picker into landscape mode."
|
|
4421
|
+
},
|
|
4422
|
+
"VDateInput/title": {
|
|
4423
|
+
"type": "string\n",
|
|
4424
|
+
"description": "Specify a title text for the component."
|
|
4425
|
+
},
|
|
4426
|
+
"VDateInput/hide-header": {
|
|
4427
|
+
"type": "boolean\n",
|
|
4428
|
+
"description": "Hide the picker header."
|
|
4429
|
+
},
|
|
4430
|
+
"VDateInput/border": {
|
|
4431
|
+
"type": "string | number | boolean\n",
|
|
4432
|
+
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
|
|
4433
|
+
},
|
|
4434
|
+
"VDateInput/elevation": {
|
|
4435
|
+
"type": "string | number\n",
|
|
4436
|
+
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
4437
|
+
},
|
|
4438
|
+
"VDateInput/location": {
|
|
4439
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
4440
|
+
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
4025
4441
|
},
|
|
4026
|
-
"
|
|
4027
|
-
"type": "
|
|
4028
|
-
"description": "
|
|
4442
|
+
"VDateInput/position": {
|
|
4443
|
+
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
4444
|
+
"description": "Sets the position for the component."
|
|
4445
|
+
},
|
|
4446
|
+
"VDateInput/tag": {
|
|
4447
|
+
"type": "string\n",
|
|
4448
|
+
"description": "Specify a custom tag used on the root element."
|
|
4029
4449
|
},
|
|
4030
4450
|
"VDatePicker/header": {
|
|
4031
4451
|
"type": "string\n",
|
|
@@ -4065,11 +4485,11 @@
|
|
|
4065
4485
|
},
|
|
4066
4486
|
"VDatePicker/month": {
|
|
4067
4487
|
"type": "string | number\n",
|
|
4068
|
-
"description": "
|
|
4488
|
+
"description": "The current month number to show"
|
|
4069
4489
|
},
|
|
4070
4490
|
"VDatePicker/year": {
|
|
4071
4491
|
"type": "string | number\n",
|
|
4072
|
-
"description": "
|
|
4492
|
+
"description": "The current year number to show"
|
|
4073
4493
|
},
|
|
4074
4494
|
"VDatePicker/color": {
|
|
4075
4495
|
"type": "string\n",
|
|
@@ -4077,7 +4497,7 @@
|
|
|
4077
4497
|
},
|
|
4078
4498
|
"VDatePicker/hide-weekdays": {
|
|
4079
4499
|
"type": "boolean\n",
|
|
4080
|
-
"description": "
|
|
4500
|
+
"description": "Hide the days of the week letters."
|
|
4081
4501
|
},
|
|
4082
4502
|
"VDatePicker/show-week": {
|
|
4083
4503
|
"type": "boolean\n",
|
|
@@ -4085,11 +4505,11 @@
|
|
|
4085
4505
|
},
|
|
4086
4506
|
"VDatePicker/transition": {
|
|
4087
4507
|
"type": "string\n",
|
|
4088
|
-
"description": "
|
|
4508
|
+
"description": "The transition used when changing months into the future"
|
|
4089
4509
|
},
|
|
4090
4510
|
"VDatePicker/reverse-transition": {
|
|
4091
4511
|
"type": "string\n",
|
|
4092
|
-
"description": "
|
|
4512
|
+
"description": "The transition used when changing months into the past"
|
|
4093
4513
|
},
|
|
4094
4514
|
"VDatePicker/show-adjacent-months": {
|
|
4095
4515
|
"type": "boolean\n",
|
|
@@ -4097,11 +4517,11 @@
|
|
|
4097
4517
|
},
|
|
4098
4518
|
"VDatePicker/weekdays": {
|
|
4099
4519
|
"type": "number[]\n",
|
|
4100
|
-
"description": "
|
|
4520
|
+
"description": "An array of weekdays to display."
|
|
4101
4521
|
},
|
|
4102
4522
|
"VDatePicker/weeks-in-month": {
|
|
4103
4523
|
"type": "'dynamic' | 'static'\n",
|
|
4104
|
-
"description": "
|
|
4524
|
+
"description": "A dynamic number of weeks in a month will grow and shrink depending on how many days are in the month. A static number always shows 7 weeks."
|
|
4105
4525
|
},
|
|
4106
4526
|
"VDatePicker/allowed-dates": {
|
|
4107
4527
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
|
@@ -4109,7 +4529,7 @@
|
|
|
4109
4529
|
},
|
|
4110
4530
|
"VDatePicker/display-value": {
|
|
4111
4531
|
"type": "unknown\n",
|
|
4112
|
-
"description": "
|
|
4532
|
+
"description": "The value that determines the month to show. This is different from modelValue, which determines the selected value."
|
|
4113
4533
|
},
|
|
4114
4534
|
"VDatePicker/model-value": {
|
|
4115
4535
|
"type": "unknown\n",
|
|
@@ -4137,11 +4557,11 @@
|
|
|
4137
4557
|
},
|
|
4138
4558
|
"VDatePicker/landscape": {
|
|
4139
4559
|
"type": "boolean\n",
|
|
4140
|
-
"description": "
|
|
4560
|
+
"description": "Puts the picker into landscape mode."
|
|
4141
4561
|
},
|
|
4142
4562
|
"VDatePicker/hide-header": {
|
|
4143
4563
|
"type": "boolean\n",
|
|
4144
|
-
"description": "
|
|
4564
|
+
"description": "Hide the picker header."
|
|
4145
4565
|
},
|
|
4146
4566
|
"VDatePicker/border": {
|
|
4147
4567
|
"type": "string | number | boolean\n",
|
|
@@ -4245,7 +4665,7 @@
|
|
|
4245
4665
|
},
|
|
4246
4666
|
"VDatePickerMonth/hide-weekdays": {
|
|
4247
4667
|
"type": "boolean\n",
|
|
4248
|
-
"description": "
|
|
4668
|
+
"description": "Hide the days of the week letters."
|
|
4249
4669
|
},
|
|
4250
4670
|
"VDatePickerMonth/show-week": {
|
|
4251
4671
|
"type": "boolean\n",
|
|
@@ -4253,11 +4673,11 @@
|
|
|
4253
4673
|
},
|
|
4254
4674
|
"VDatePickerMonth/transition": {
|
|
4255
4675
|
"type": "string\n",
|
|
4256
|
-
"description": "
|
|
4676
|
+
"description": "The transition used when changing months into the future"
|
|
4257
4677
|
},
|
|
4258
4678
|
"VDatePickerMonth/reverse-transition": {
|
|
4259
4679
|
"type": "string\n",
|
|
4260
|
-
"description": "
|
|
4680
|
+
"description": "The transition used when changing months into the past"
|
|
4261
4681
|
},
|
|
4262
4682
|
"VDatePickerMonth/disabled": {
|
|
4263
4683
|
"type": "boolean\n",
|
|
@@ -4265,7 +4685,7 @@
|
|
|
4265
4685
|
},
|
|
4266
4686
|
"VDatePickerMonth/month": {
|
|
4267
4687
|
"type": "string | number\n",
|
|
4268
|
-
"description": "
|
|
4688
|
+
"description": "The current month number to show"
|
|
4269
4689
|
},
|
|
4270
4690
|
"VDatePickerMonth/show-adjacent-months": {
|
|
4271
4691
|
"type": "boolean\n",
|
|
@@ -4273,15 +4693,15 @@
|
|
|
4273
4693
|
},
|
|
4274
4694
|
"VDatePickerMonth/year": {
|
|
4275
4695
|
"type": "string | number\n",
|
|
4276
|
-
"description": "
|
|
4696
|
+
"description": "The current year number to show"
|
|
4277
4697
|
},
|
|
4278
4698
|
"VDatePickerMonth/weekdays": {
|
|
4279
4699
|
"type": "number[]\n",
|
|
4280
|
-
"description": "
|
|
4700
|
+
"description": "An array of weekdays to display."
|
|
4281
4701
|
},
|
|
4282
4702
|
"VDatePickerMonth/weeks-in-month": {
|
|
4283
4703
|
"type": "'dynamic' | 'static'\n",
|
|
4284
|
-
"description": "
|
|
4704
|
+
"description": "A dynamic number of weeks in a month will grow and shrink depending on how many days are in the month. A static number always shows 7 weeks."
|
|
4285
4705
|
},
|
|
4286
4706
|
"VDatePickerMonth/allowed-dates": {
|
|
4287
4707
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
|
@@ -4289,7 +4709,7 @@
|
|
|
4289
4709
|
},
|
|
4290
4710
|
"VDatePickerMonth/display-value": {
|
|
4291
4711
|
"type": "unknown\n",
|
|
4292
|
-
"description": "
|
|
4712
|
+
"description": "The value that determines the month to show. This is different from modelValue, which determines the selected value."
|
|
4293
4713
|
},
|
|
4294
4714
|
"VDatePickerMonth/model-value": {
|
|
4295
4715
|
"type": "unknown[]\n",
|
|
@@ -4935,6 +5355,10 @@
|
|
|
4935
5355
|
"type": "boolean\n",
|
|
4936
5356
|
"description": "An alternate style for the FAB that expects text."
|
|
4937
5357
|
},
|
|
5358
|
+
"VFab/layout": {
|
|
5359
|
+
"type": "boolean\n",
|
|
5360
|
+
"description": "If true, will effect layout dimensions based on size and position."
|
|
5361
|
+
},
|
|
4938
5362
|
"VFab/location": {
|
|
4939
5363
|
"type": "'start' | 'end' | 'left' | 'right' | 'top' | 'bottom'\n",
|
|
4940
5364
|
"description": "The location of the fab relative to the layout. Only works when using **app**."
|
|
@@ -4967,6 +5391,10 @@
|
|
|
4967
5391
|
"type": "boolean\n",
|
|
4968
5392
|
"description": "Expands the button to 100% of available space."
|
|
4969
5393
|
},
|
|
5394
|
+
"VFab/readonly": {
|
|
5395
|
+
"type": "boolean\n",
|
|
5396
|
+
"description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
|
|
5397
|
+
},
|
|
4970
5398
|
"VFab/slim": {
|
|
4971
5399
|
"type": "boolean\n",
|
|
4972
5400
|
"description": "Reduces padding to 0 8px."
|
|
@@ -5347,6 +5775,10 @@
|
|
|
5347
5775
|
"type": "string | number\n",
|
|
5348
5776
|
"description": "Sets the width for the component."
|
|
5349
5777
|
},
|
|
5778
|
+
"VFileInput/theme": {
|
|
5779
|
+
"type": "string\n",
|
|
5780
|
+
"description": "Specify a theme for this component and all of its children."
|
|
5781
|
+
},
|
|
5350
5782
|
"VFileInput/disabled": {
|
|
5351
5783
|
"type": "boolean\n",
|
|
5352
5784
|
"description": "Removes the ability to click or target the input."
|
|
@@ -5455,10 +5887,6 @@
|
|
|
5455
5887
|
"type": "boolean\n",
|
|
5456
5888
|
"description": "Removes any applied **border-radius** from the component."
|
|
5457
5889
|
},
|
|
5458
|
-
"VFileInput/theme": {
|
|
5459
|
-
"type": "string\n",
|
|
5460
|
-
"description": "Specify a theme for this component and all of its children."
|
|
5461
|
-
},
|
|
5462
5890
|
"VFooter/app": {
|
|
5463
5891
|
"type": "boolean\n",
|
|
5464
5892
|
"description": "Determines the position of the footer. If true, the footer would be given a fixed position at the bottom of the viewport. If false, the footer is set to the bottom of the page."
|
|
@@ -5787,6 +6215,10 @@
|
|
|
5787
6215
|
"type": "string | number\n",
|
|
5788
6216
|
"description": "Sets the width for the component."
|
|
5789
6217
|
},
|
|
6218
|
+
"VInput/theme": {
|
|
6219
|
+
"type": "string\n",
|
|
6220
|
+
"description": "Specify a theme for this component and all of its children."
|
|
6221
|
+
},
|
|
5790
6222
|
"VInput/disabled": {
|
|
5791
6223
|
"type": "boolean\n",
|
|
5792
6224
|
"description": "Removes the ability to click or target the component."
|
|
@@ -5895,6 +6327,30 @@
|
|
|
5895
6327
|
"type": "string\n",
|
|
5896
6328
|
"description": "Specify a theme for this component and all of its children."
|
|
5897
6329
|
},
|
|
6330
|
+
"VLayout/height": {
|
|
6331
|
+
"type": "string | number\n",
|
|
6332
|
+
"description": "Sets the height for the component."
|
|
6333
|
+
},
|
|
6334
|
+
"VLayout/max-height": {
|
|
6335
|
+
"type": "string | number\n",
|
|
6336
|
+
"description": "Sets the maximum height for the component."
|
|
6337
|
+
},
|
|
6338
|
+
"VLayout/max-width": {
|
|
6339
|
+
"type": "string | number\n",
|
|
6340
|
+
"description": "Sets the maximum width for the component."
|
|
6341
|
+
},
|
|
6342
|
+
"VLayout/min-height": {
|
|
6343
|
+
"type": "string | number\n",
|
|
6344
|
+
"description": "Sets the minimum height for the component."
|
|
6345
|
+
},
|
|
6346
|
+
"VLayout/min-width": {
|
|
6347
|
+
"type": "string | number\n",
|
|
6348
|
+
"description": "Sets the minimum width for the component."
|
|
6349
|
+
},
|
|
6350
|
+
"VLayout/width": {
|
|
6351
|
+
"type": "string | number\n",
|
|
6352
|
+
"description": "Sets the width for the component."
|
|
6353
|
+
},
|
|
5898
6354
|
"VLayout/full-height": {
|
|
5899
6355
|
"type": "boolean\n",
|
|
5900
6356
|
"description": "Sets the component height to 100%."
|
|
@@ -6651,6 +7107,10 @@
|
|
|
6651
7107
|
"type": "boolean\n",
|
|
6652
7108
|
"description": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background."
|
|
6653
7109
|
},
|
|
7110
|
+
"VNavigationDrawer/persistent": {
|
|
7111
|
+
"type": "boolean\n",
|
|
7112
|
+
"description": "Clicking outside or pressing **esc** key will not dismiss the dialog."
|
|
7113
|
+
},
|
|
6654
7114
|
"VNavigationDrawer/touchless": {
|
|
6655
7115
|
"type": "boolean\n",
|
|
6656
7116
|
"description": "Disable mobile touch functionality."
|
|
@@ -6679,6 +7139,10 @@
|
|
|
6679
7139
|
"type": "string | number\n",
|
|
6680
7140
|
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
6681
7141
|
},
|
|
7142
|
+
"VNavigationDrawer/mobile": {
|
|
7143
|
+
"type": "boolean\n",
|
|
7144
|
+
"description": "Explicitly designate as a mobile display configuration."
|
|
7145
|
+
},
|
|
6682
7146
|
"VNavigationDrawer/mobile-breakpoint": {
|
|
6683
7147
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
6684
7148
|
"description": "Sets the designated mobile breakpoint for the component. This will apply alternate styles for mobile devices such as the `temporary` prop, or activate the `bottom` prop when the breakpoint value is met. Setting the value to `0` will disable this functionality."
|
|
@@ -6759,6 +7223,10 @@
|
|
|
6759
7223
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
6760
7224
|
"description": "Adjusts the vertical height used by the component."
|
|
6761
7225
|
},
|
|
7226
|
+
"VNumberInput/theme": {
|
|
7227
|
+
"type": "string\n",
|
|
7228
|
+
"description": "Specify a theme for this component and all of its children."
|
|
7229
|
+
},
|
|
6762
7230
|
"VNumberInput/disabled": {
|
|
6763
7231
|
"type": "boolean\n",
|
|
6764
7232
|
"description": "Removes the ability to click or target the input."
|
|
@@ -6772,7 +7240,7 @@
|
|
|
6772
7240
|
"description": "Puts input in readonly state."
|
|
6773
7241
|
},
|
|
6774
7242
|
"VNumberInput/model-value": {
|
|
6775
|
-
"type": "
|
|
7243
|
+
"type": "number\n",
|
|
6776
7244
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
6777
7245
|
},
|
|
6778
7246
|
"VNumberInput/focused": {
|
|
@@ -6807,10 +7275,6 @@
|
|
|
6807
7275
|
"type": "string | number | boolean\n",
|
|
6808
7276
|
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
|
|
6809
7277
|
},
|
|
6810
|
-
"VNumberInput/theme": {
|
|
6811
|
-
"type": "string\n",
|
|
6812
|
-
"description": "Specify a theme for this component and all of its children."
|
|
6813
|
-
},
|
|
6814
7278
|
"VOtpInput/length": {
|
|
6815
7279
|
"type": "string | number\n",
|
|
6816
7280
|
"description": "The OTP field's length."
|
|
@@ -7181,11 +7645,11 @@
|
|
|
7181
7645
|
},
|
|
7182
7646
|
"VPicker/landscape": {
|
|
7183
7647
|
"type": "boolean\n",
|
|
7184
|
-
"description": "
|
|
7648
|
+
"description": "Puts the picker into landscape mode."
|
|
7185
7649
|
},
|
|
7186
7650
|
"VPicker/hide-header": {
|
|
7187
7651
|
"type": "boolean\n",
|
|
7188
|
-
"description": "
|
|
7652
|
+
"description": "Hide the picker header."
|
|
7189
7653
|
},
|
|
7190
7654
|
"VPicker/color": {
|
|
7191
7655
|
"type": "string\n",
|
|
@@ -7359,6 +7823,10 @@
|
|
|
7359
7823
|
"type": "boolean\n",
|
|
7360
7824
|
"description": "Applies a border radius to the progress bar."
|
|
7361
7825
|
},
|
|
7826
|
+
"VProgressLinear/location": {
|
|
7827
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
7828
|
+
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
7829
|
+
},
|
|
7362
7830
|
"VProgressLinear/rounded": {
|
|
7363
7831
|
"type": "string | number | boolean\n",
|
|
7364
7832
|
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
|
|
@@ -7375,6 +7843,10 @@
|
|
|
7375
7843
|
"type": "string\n",
|
|
7376
7844
|
"description": "Specify a theme for this component and all of its children."
|
|
7377
7845
|
},
|
|
7846
|
+
"VPullToRefresh/pull-down-threshold": {
|
|
7847
|
+
"type": "number\n",
|
|
7848
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VPullToRefresh.json))"
|
|
7849
|
+
},
|
|
7378
7850
|
"VRadio/label": {
|
|
7379
7851
|
"type": "string\n",
|
|
7380
7852
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
@@ -7527,6 +7999,10 @@
|
|
|
7527
7999
|
"type": "string | number\n",
|
|
7528
8000
|
"description": "Sets the width for the component."
|
|
7529
8001
|
},
|
|
8002
|
+
"VRadioGroup/theme": {
|
|
8003
|
+
"type": "string\n",
|
|
8004
|
+
"description": "Specify a theme for this component and all of its children."
|
|
8005
|
+
},
|
|
7530
8006
|
"VRadioGroup/disabled": {
|
|
7531
8007
|
"type": "boolean\n",
|
|
7532
8008
|
"description": "Removes the ability to click or target the component."
|
|
@@ -7603,10 +8079,6 @@
|
|
|
7603
8079
|
"type": "(a: any, b: any) => boolean\n",
|
|
7604
8080
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
7605
8081
|
},
|
|
7606
|
-
"VRadioGroup/theme": {
|
|
7607
|
-
"type": "string\n",
|
|
7608
|
-
"description": "Specify a theme for this component and all of its children."
|
|
7609
|
-
},
|
|
7610
8082
|
"VRangeSlider/label": {
|
|
7611
8083
|
"type": "string\n",
|
|
7612
8084
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
@@ -7671,6 +8143,10 @@
|
|
|
7671
8143
|
"type": "string | number\n",
|
|
7672
8144
|
"description": "Sets the width for the component."
|
|
7673
8145
|
},
|
|
8146
|
+
"VRangeSlider/theme": {
|
|
8147
|
+
"type": "string\n",
|
|
8148
|
+
"description": "Specify a theme for this component and all of its children."
|
|
8149
|
+
},
|
|
7674
8150
|
"VRangeSlider/disabled": {
|
|
7675
8151
|
"type": "boolean\n",
|
|
7676
8152
|
"description": "Removes the ability to click or target the component."
|
|
@@ -8699,6 +9175,10 @@
|
|
|
8699
9175
|
"type": "string | boolean\n",
|
|
8700
9176
|
"description": "Change when the overflow arrow indicators are shown. By **default**, arrows *always* display on Desktop when the container is overflowing. When the container overflows on mobile, arrows are not shown by default. A **show-arrows** value of `true` allows these arrows to show on Mobile if the container overflowing. A value of `desktop` *always* displays arrows on Desktop while a value of `mobile` always displays arrows on Mobile. A value of `always` always displays arrows on Desktop *and* Mobile. Find more information on how to customize breakpoint thresholds on the [breakpoints page](/customizing/breakpoints)."
|
|
8701
9177
|
},
|
|
9178
|
+
"VSlideGroup/mobile": {
|
|
9179
|
+
"type": "boolean\n",
|
|
9180
|
+
"description": "Explicitly designate as a mobile display configuration."
|
|
9181
|
+
},
|
|
8702
9182
|
"VSlideGroup/mobile-breakpoint": {
|
|
8703
9183
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
8704
9184
|
"description": "Sets the designated mobile breakpoint for the component."
|
|
@@ -8983,6 +9463,10 @@
|
|
|
8983
9463
|
"type": "string | number\n",
|
|
8984
9464
|
"description": "Sets the width for the component."
|
|
8985
9465
|
},
|
|
9466
|
+
"VSlider/theme": {
|
|
9467
|
+
"type": "string\n",
|
|
9468
|
+
"description": "Specify a theme for this component and all of its children."
|
|
9469
|
+
},
|
|
8986
9470
|
"VSlider/error-messages": {
|
|
8987
9471
|
"type": "string | string[]\n",
|
|
8988
9472
|
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
|
|
@@ -9183,6 +9667,182 @@
|
|
|
9183
9667
|
"type": "string | boolean | Element\n",
|
|
9184
9668
|
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
|
9185
9669
|
},
|
|
9670
|
+
"VSnackbarQueue/activator": {
|
|
9671
|
+
"type": "Element | 'parent' | (string & {}) | ComponentPublicInstance\n",
|
|
9672
|
+
"description": "Explicitly sets the overlay's activator."
|
|
9673
|
+
},
|
|
9674
|
+
"VSnackbarQueue/text": {
|
|
9675
|
+
"type": "string\n",
|
|
9676
|
+
"description": "Specify content text for the component."
|
|
9677
|
+
},
|
|
9678
|
+
"VSnackbarQueue/multi-line": {
|
|
9679
|
+
"type": "boolean\n",
|
|
9680
|
+
"description": "Gives the snackbar a larger minimum height."
|
|
9681
|
+
},
|
|
9682
|
+
"VSnackbarQueue/timer": {
|
|
9683
|
+
"type": "string | boolean\n",
|
|
9684
|
+
"description": "Display a progress bar that counts down until the snackbar closes. Pass a string to set a custom color, otherwise uses `info`."
|
|
9685
|
+
},
|
|
9686
|
+
"VSnackbarQueue/timeout": {
|
|
9687
|
+
"type": "string | number\n",
|
|
9688
|
+
"description": "Time (in milliseconds) to wait until snackbar is automatically hidden. Use `-1` to keep open indefinitely (`0` in version < 2.3 ). It is recommended for this number to be between `4000` and `10000`. Changes to this property will reset the timeout."
|
|
9689
|
+
},
|
|
9690
|
+
"VSnackbarQueue/vertical": {
|
|
9691
|
+
"type": "boolean\n",
|
|
9692
|
+
"description": "Stacks snackbar content on top of the actions (button)."
|
|
9693
|
+
},
|
|
9694
|
+
"VSnackbarQueue/location": {
|
|
9695
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
9696
|
+
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
|
9697
|
+
},
|
|
9698
|
+
"VSnackbarQueue/position": {
|
|
9699
|
+
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
9700
|
+
"description": "Sets the position for the component."
|
|
9701
|
+
},
|
|
9702
|
+
"VSnackbarQueue/absolute": {
|
|
9703
|
+
"type": "boolean\n",
|
|
9704
|
+
"description": "Applies **position: absolute** to the content element."
|
|
9705
|
+
},
|
|
9706
|
+
"VSnackbarQueue/rounded": {
|
|
9707
|
+
"type": "string | number | boolean\n",
|
|
9708
|
+
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
|
|
9709
|
+
},
|
|
9710
|
+
"VSnackbarQueue/tile": {
|
|
9711
|
+
"type": "boolean\n",
|
|
9712
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
9713
|
+
},
|
|
9714
|
+
"VSnackbarQueue/color": {
|
|
9715
|
+
"type": "string\n",
|
|
9716
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
9717
|
+
},
|
|
9718
|
+
"VSnackbarQueue/variant": {
|
|
9719
|
+
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
9720
|
+
"description": "Applies a distinct style to the component."
|
|
9721
|
+
},
|
|
9722
|
+
"VSnackbarQueue/theme": {
|
|
9723
|
+
"type": "string\n",
|
|
9724
|
+
"description": "Specify a theme for this component and all of its children."
|
|
9725
|
+
},
|
|
9726
|
+
"VSnackbarQueue/close-on-back": {
|
|
9727
|
+
"type": "boolean\n",
|
|
9728
|
+
"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."
|
|
9729
|
+
},
|
|
9730
|
+
"VSnackbarQueue/contained": {
|
|
9731
|
+
"type": "boolean\n",
|
|
9732
|
+
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)."
|
|
9733
|
+
},
|
|
9734
|
+
"VSnackbarQueue/content-class": {
|
|
9735
|
+
"type": "any\n",
|
|
9736
|
+
"description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component."
|
|
9737
|
+
},
|
|
9738
|
+
"VSnackbarQueue/content-props": {
|
|
9739
|
+
"type": "any\n",
|
|
9740
|
+
"description": "Apply custom properties to the content."
|
|
9741
|
+
},
|
|
9742
|
+
"VSnackbarQueue/disabled": {
|
|
9743
|
+
"type": "boolean\n",
|
|
9744
|
+
"description": "Removes the ability to click or target the component."
|
|
9745
|
+
},
|
|
9746
|
+
"VSnackbarQueue/opacity": {
|
|
9747
|
+
"type": "string | number\n",
|
|
9748
|
+
"description": "Sets the overlay opacity."
|
|
9749
|
+
},
|
|
9750
|
+
"VSnackbarQueue/model-value": {
|
|
9751
|
+
"type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]\n",
|
|
9752
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9753
|
+
},
|
|
9754
|
+
"VSnackbarQueue/z-index": {
|
|
9755
|
+
"type": "string | number\n",
|
|
9756
|
+
"description": "The z-index used for the component."
|
|
9757
|
+
},
|
|
9758
|
+
"VSnackbarQueue/target": {
|
|
9759
|
+
"type": " | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n",
|
|
9760
|
+
"description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
|
|
9761
|
+
},
|
|
9762
|
+
"VSnackbarQueue/activator-props": {
|
|
9763
|
+
"type": "unknown\n",
|
|
9764
|
+
"description": "Apply custom properties to the activator."
|
|
9765
|
+
},
|
|
9766
|
+
"VSnackbarQueue/open-on-click": {
|
|
9767
|
+
"type": "boolean\n",
|
|
9768
|
+
"description": "Activate the component when the activator is clicked."
|
|
9769
|
+
},
|
|
9770
|
+
"VSnackbarQueue/open-on-hover": {
|
|
9771
|
+
"type": "boolean\n",
|
|
9772
|
+
"description": "Activate the component when the activator is hovered."
|
|
9773
|
+
},
|
|
9774
|
+
"VSnackbarQueue/open-on-focus": {
|
|
9775
|
+
"type": "boolean\n",
|
|
9776
|
+
"description": "Activate the component when the activator is focused."
|
|
9777
|
+
},
|
|
9778
|
+
"VSnackbarQueue/close-on-content-click": {
|
|
9779
|
+
"type": "boolean\n",
|
|
9780
|
+
"description": "Closes component when you click on its content."
|
|
9781
|
+
},
|
|
9782
|
+
"VSnackbarQueue/close-delay": {
|
|
9783
|
+
"type": "string | number\n",
|
|
9784
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
|
9785
|
+
},
|
|
9786
|
+
"VSnackbarQueue/open-delay": {
|
|
9787
|
+
"type": "string | number\n",
|
|
9788
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
9789
|
+
},
|
|
9790
|
+
"VSnackbarQueue/height": {
|
|
9791
|
+
"type": "string | number\n",
|
|
9792
|
+
"description": "Sets the height for the component."
|
|
9793
|
+
},
|
|
9794
|
+
"VSnackbarQueue/max-height": {
|
|
9795
|
+
"type": "string | number\n",
|
|
9796
|
+
"description": "Sets the maximum height for the component."
|
|
9797
|
+
},
|
|
9798
|
+
"VSnackbarQueue/max-width": {
|
|
9799
|
+
"type": "string | number\n",
|
|
9800
|
+
"description": "Sets the maximum width for the component."
|
|
9801
|
+
},
|
|
9802
|
+
"VSnackbarQueue/min-height": {
|
|
9803
|
+
"type": "string | number\n",
|
|
9804
|
+
"description": "Sets the minimum height for the component."
|
|
9805
|
+
},
|
|
9806
|
+
"VSnackbarQueue/min-width": {
|
|
9807
|
+
"type": "string | number\n",
|
|
9808
|
+
"description": "Sets the minimum width for the component."
|
|
9809
|
+
},
|
|
9810
|
+
"VSnackbarQueue/width": {
|
|
9811
|
+
"type": "string | number\n",
|
|
9812
|
+
"description": "Sets the width for the component."
|
|
9813
|
+
},
|
|
9814
|
+
"VSnackbarQueue/eager": {
|
|
9815
|
+
"type": "boolean\n",
|
|
9816
|
+
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
|
|
9817
|
+
},
|
|
9818
|
+
"VSnackbarQueue/location-strategy": {
|
|
9819
|
+
"type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n",
|
|
9820
|
+
"description": "A function used to specifies how the component should position relative to its activator."
|
|
9821
|
+
},
|
|
9822
|
+
"VSnackbarQueue/origin": {
|
|
9823
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
|
|
9824
|
+
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
9825
|
+
},
|
|
9826
|
+
"VSnackbarQueue/offset": {
|
|
9827
|
+
"type": "string | number | number[]\n",
|
|
9828
|
+
"description": "A single value that offsets content away from the target based upon what side it is on."
|
|
9829
|
+
},
|
|
9830
|
+
"VSnackbarQueue/transition": {
|
|
9831
|
+
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
|
9832
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
9833
|
+
},
|
|
9834
|
+
"VSnackbarQueue/attach": {
|
|
9835
|
+
"type": "string | boolean | Element\n",
|
|
9836
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
|
9837
|
+
},
|
|
9838
|
+
"VSnackbarQueue/closable": {
|
|
9839
|
+
"type": "string | boolean\n",
|
|
9840
|
+
"description": "Adds a dismiss button that closes the active snackbar."
|
|
9841
|
+
},
|
|
9842
|
+
"VSnackbarQueue/close-text": {
|
|
9843
|
+
"type": "string\n",
|
|
9844
|
+
"description": "The text used in the close button when using the **closable** prop."
|
|
9845
|
+
},
|
|
9186
9846
|
"VSpacer/tag": {
|
|
9187
9847
|
"type": "string\n",
|
|
9188
9848
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -9767,6 +10427,10 @@
|
|
|
9767
10427
|
"type": "string | number\n",
|
|
9768
10428
|
"description": "Sets the width for the component."
|
|
9769
10429
|
},
|
|
10430
|
+
"VSwitch/theme": {
|
|
10431
|
+
"type": "string\n",
|
|
10432
|
+
"description": "Specify a theme for this component and all of its children."
|
|
10433
|
+
},
|
|
9770
10434
|
"VSwitch/disabled": {
|
|
9771
10435
|
"type": "boolean\n",
|
|
9772
10436
|
"description": "Removes the ability to click or target the component."
|
|
@@ -9863,10 +10527,6 @@
|
|
|
9863
10527
|
"type": "(a: any, b: any) => boolean\n",
|
|
9864
10528
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
9865
10529
|
},
|
|
9866
|
-
"VSwitch/theme": {
|
|
9867
|
-
"type": "string\n",
|
|
9868
|
-
"description": "Specify a theme for this component and all of its children."
|
|
9869
|
-
},
|
|
9870
10530
|
"VSystemBar/color": {
|
|
9871
10531
|
"type": "string\n",
|
|
9872
10532
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
@@ -9939,6 +10599,10 @@
|
|
|
9939
10599
|
"type": "any\n",
|
|
9940
10600
|
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
|
9941
10601
|
},
|
|
10602
|
+
"VTab/readonly": {
|
|
10603
|
+
"type": "boolean\n",
|
|
10604
|
+
"description": "Puts the button in a readonly state. Cannot be clicked or navigated to by keyboard."
|
|
10605
|
+
},
|
|
9942
10606
|
"VTab/slim": {
|
|
9943
10607
|
"type": "boolean\n",
|
|
9944
10608
|
"description": "Reduces padding to 0 8px."
|
|
@@ -10147,6 +10811,10 @@
|
|
|
10147
10811
|
"type": "string | boolean\n",
|
|
10148
10812
|
"description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop."
|
|
10149
10813
|
},
|
|
10814
|
+
"VTabs/mobile": {
|
|
10815
|
+
"type": "boolean\n",
|
|
10816
|
+
"description": "Explicitly designate as a mobile display configuration."
|
|
10817
|
+
},
|
|
10150
10818
|
"VTabs/mobile-breakpoint": {
|
|
10151
10819
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
|
10152
10820
|
"description": "Sets the designated mobile breakpoint for the component."
|
|
@@ -10335,6 +11003,10 @@
|
|
|
10335
11003
|
"type": "string | number\n",
|
|
10336
11004
|
"description": "Sets the width for the component."
|
|
10337
11005
|
},
|
|
11006
|
+
"VTextField/theme": {
|
|
11007
|
+
"type": "string\n",
|
|
11008
|
+
"description": "Specify a theme for this component and all of its children."
|
|
11009
|
+
},
|
|
10338
11010
|
"VTextField/disabled": {
|
|
10339
11011
|
"type": "boolean\n",
|
|
10340
11012
|
"description": "Removes the ability to click or target the input."
|
|
@@ -10443,10 +11115,6 @@
|
|
|
10443
11115
|
"type": "boolean\n",
|
|
10444
11116
|
"description": "Removes any applied **border-radius** from the component."
|
|
10445
11117
|
},
|
|
10446
|
-
"VTextField/theme": {
|
|
10447
|
-
"type": "string\n",
|
|
10448
|
-
"description": "Specify a theme for this component and all of its children."
|
|
10449
|
-
},
|
|
10450
11118
|
"VTextField/counter-value": {
|
|
10451
11119
|
"type": "number | ((value: any) => number)\n",
|
|
10452
11120
|
"description": "Function returns the counter display text."
|
|
@@ -10563,6 +11231,10 @@
|
|
|
10563
11231
|
"type": "string | number\n",
|
|
10564
11232
|
"description": "Sets the width for the component."
|
|
10565
11233
|
},
|
|
11234
|
+
"VTextarea/theme": {
|
|
11235
|
+
"type": "string\n",
|
|
11236
|
+
"description": "Specify a theme for this component and all of its children."
|
|
11237
|
+
},
|
|
10566
11238
|
"VTextarea/disabled": {
|
|
10567
11239
|
"type": "boolean\n",
|
|
10568
11240
|
"description": "Removes the ability to click or target the input."
|
|
@@ -10671,10 +11343,6 @@
|
|
|
10671
11343
|
"type": "boolean\n",
|
|
10672
11344
|
"description": "Removes any applied **border-radius** from the component."
|
|
10673
11345
|
},
|
|
10674
|
-
"VTextarea/theme": {
|
|
10675
|
-
"type": "string\n",
|
|
10676
|
-
"description": "Specify a theme for this component and all of its children."
|
|
10677
|
-
},
|
|
10678
11346
|
"VTextarea/counter-value": {
|
|
10679
11347
|
"type": "(value: any) => number\n",
|
|
10680
11348
|
"description": "Display the input length but do not provide any validation."
|
|
@@ -10737,7 +11405,7 @@
|
|
|
10737
11405
|
},
|
|
10738
11406
|
"VTimePicker/hide-header": {
|
|
10739
11407
|
"type": "boolean\n",
|
|
10740
|
-
"description": "
|
|
11408
|
+
"description": "Hide the picker header."
|
|
10741
11409
|
},
|
|
10742
11410
|
"VTimePicker/color": {
|
|
10743
11411
|
"type": "string\n",
|
|
@@ -10828,7 +11496,7 @@
|
|
|
10828
11496
|
"description": "Removes the ability to click or target the component."
|
|
10829
11497
|
},
|
|
10830
11498
|
"VTimePickerClock/displayed-value": {
|
|
10831
|
-
"type": "",
|
|
11499
|
+
"type": "any\n",
|
|
10832
11500
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree//packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
|
10833
11501
|
},
|
|
10834
11502
|
"VTimePickerClock/double": {
|