@vuetify/nightly 3.7.5-master.2024-12-16 → 3.7.6-dev.2024-12-18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +925 -917
- package/dist/json/importMap-labs.json +42 -42
- package/dist/json/importMap.json +162 -162
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +2000 -1982
- package/dist/vuetify-labs.css +4432 -4432
- package/dist/vuetify-labs.d.ts +3365 -14377
- package/dist/vuetify-labs.esm.js +58 -54
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +57 -53
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2655 -2655
- package/dist/vuetify.d.ts +2726 -11900
- package/dist/vuetify.esm.js +58 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +57 -53
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +879 -884
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +1 -1
- package/lib/components/VAlert/index.d.mts +8 -86
- package/lib/components/VApp/index.d.mts +4 -20
- package/lib/components/VAppBar/VAppBar.mjs +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
- package/lib/components/VAppBar/index.d.mts +18 -154
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/index.d.mts +201 -1360
- package/lib/components/VAvatar/index.d.mts +4 -31
- package/lib/components/VBadge/VBadge.mjs +1 -1
- package/lib/components/VBadge/index.d.mts +4 -41
- package/lib/components/VBanner/VBanner.mjs +1 -1
- package/lib/components/VBanner/index.d.mts +12 -88
- package/lib/components/VBottomNavigation/index.d.mts +4 -32
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
- package/lib/components/VBottomSheet/index.d.mts +4 -88
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +12 -65
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/index.d.mts +11 -79
- package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
- package/lib/components/VBtnGroup/index.d.mts +4 -28
- package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
- package/lib/components/VBtnToggle/index.d.mts +13 -33
- package/lib/components/VCard/VCard.mjs +1 -1
- package/lib/components/VCard/VCardItem.mjs +1 -1
- package/lib/components/VCard/VCardSubtitle.mjs +1 -1
- package/lib/components/VCard/VCardText.mjs +1 -1
- package/lib/components/VCard/index.d.mts +24 -190
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/index.d.mts +17 -95
- package/lib/components/VCheckbox/VCheckbox.mjs +4 -4
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/index.d.mts +8 -90
- package/lib/components/VChip/VChip.mjs +16 -9
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +9 -105
- package/lib/components/VChipGroup/VChipGroup.mjs +3 -1
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +24 -43
- package/lib/components/VCode/index.d.mts +4 -18
- package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
- package/lib/components/VColorPicker/index.d.mts +4 -68
- package/lib/components/VCombobox/VCombobox.mjs +1 -1
- package/lib/components/VCombobox/index.d.mts +201 -1360
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
- package/lib/components/VConfirmEdit/index.d.mts +6 -13
- package/lib/components/VCounter/VCounter.mjs +1 -1
- package/lib/components/VCounter/index.d.mts +9 -31
- package/lib/components/VDataIterator/index.d.mts +12 -56
- package/lib/components/VDataTable/VDataTable.mjs +1 -1
- package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
- package/lib/components/VDataTable/index.d.mts +36 -388
- package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/index.d.mts +24 -276
- package/lib/components/VDefaultsProvider/index.d.mts +4 -20
- package/lib/components/VDialog/VDialog.mjs +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
- package/lib/components/VDialog/index.d.mts +143 -389
- package/lib/components/VDivider/index.d.mts +4 -24
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/index.d.mts +4 -66
- package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +23 -159
- package/lib/components/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/index.d.mts +15 -84
- package/lib/components/VField/VField.mjs +4 -4
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VFieldLabel.mjs +1 -1
- package/lib/components/VField/index.d.mts +11 -59
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/index.d.mts +71 -256
- package/lib/components/VFooter/VFooter.mjs +1 -1
- package/lib/components/VFooter/index.d.mts +4 -29
- package/lib/components/VForm/index.d.mts +267 -175
- package/lib/components/VGrid/VContainer.mjs +1 -1
- package/lib/components/VGrid/index.d.mts +16 -118
- package/lib/components/VHover/index.d.mts +4 -33
- package/lib/components/VIcon/index.d.mts +17 -75
- package/lib/components/VImg/VImg.mjs +1 -1
- package/lib/components/VImg/index.d.mts +19 -74
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/index.d.mts +4 -46
- package/lib/components/VInput/VInput.mjs +4 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +4 -37
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +17 -74
- package/lib/components/VKbd/index.d.mts +4 -18
- package/lib/components/VLabel/index.d.mts +4 -20
- package/lib/components/VLayout/index.d.mts +8 -48
- package/lib/components/VLazy/VLazy.mjs +1 -1
- package/lib/components/VLazy/index.d.mts +4 -31
- package/lib/components/VList/VList.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -1
- package/lib/components/VList/VListItem.mjs +15 -9
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItemAction.mjs +1 -1
- package/lib/components/VList/VListItemMedia.mjs +1 -1
- package/lib/components/VList/VListItemSubtitle.mjs +1 -1
- package/lib/components/VList/index.d.mts +48 -291
- package/lib/components/VLocaleProvider/index.d.mts +4 -21
- package/lib/components/VMain/index.d.mts +4 -25
- package/lib/components/VMenu/VMenu.mjs +4 -4
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +155 -397
- package/lib/components/VMessages/index.d.mts +4 -27
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +7 -62
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/index.d.mts +7 -52
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/index.d.mts +19 -101
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/index.d.mts +4 -64
- package/lib/components/VParallax/VParallax.mjs +1 -1
- package/lib/components/VParallax/index.d.mts +4 -27
- package/lib/components/VProgressCircular/index.d.mts +4 -34
- package/lib/components/VProgressLinear/index.d.mts +4 -54
- package/lib/components/VRadio/VRadio.mjs +1 -1
- package/lib/components/VRadio/index.d.mts +4 -68
- package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +4 -48
- package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
- package/lib/components/VRangeSlider/index.d.mts +4 -107
- package/lib/components/VRating/VRating.mjs +5 -4
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/index.d.mts +4 -42
- package/lib/components/VResponsive/index.d.mts +4 -29
- package/lib/components/VSelect/VSelect.mjs +1 -1
- package/lib/components/VSelect/index.d.mts +200 -1352
- package/lib/components/VSelectionControl/VSelectionControl.mjs +4 -4
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +10 -37
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
- package/lib/components/VSheet/VSheet.mjs +1 -1
- package/lib/components/VSheet/index.d.mts +4 -32
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
- package/lib/components/VSkeletonLoader/index.d.mts +4 -28
- package/lib/components/VSlideGroup/index.d.mts +21 -77
- package/lib/components/VSlider/VSlider.mjs +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +1 -1
- package/lib/components/VSlider/index.d.mts +4 -106
- package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
- package/lib/components/VSnackbar/index.d.mts +152 -398
- package/lib/components/VSparkline/VBarline.mjs +3 -4
- package/lib/components/VSparkline/VBarline.mjs.map +1 -1
- package/lib/components/VSparkline/VSparkline.mjs +1 -1
- package/lib/components/VSparkline/VTrendline.mjs +3 -4
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
- package/lib/components/VSparkline/index.d.mts +4 -49
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/index.d.mts +4 -85
- package/lib/components/VStepper/VStepper.mjs +1 -1
- package/lib/components/VStepper/VStepperItem.mjs +1 -1
- package/lib/components/VStepper/VStepperWindow.mjs +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
- package/lib/components/VStepper/index.d.mts +24 -250
- package/lib/components/VSwitch/VSwitch.mjs +4 -4
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +4 -59
- package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
- package/lib/components/VSystemBar/index.d.mts +4 -28
- package/lib/components/VTable/index.d.mts +4 -33
- package/lib/components/VTabs/VTab.mjs +1 -1
- package/lib/components/VTabs/VTabs.mjs +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +1 -1
- package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
- package/lib/components/VTabs/index.d.mts +105 -401
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/index.d.mts +152 -374
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/index.d.mts +71 -244
- package/lib/components/VThemeProvider/index.d.mts +4 -20
- package/lib/components/VTimeline/VTimeline.mjs +1 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
- package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
- package/lib/components/VTimeline/index.d.mts +8 -75
- package/lib/components/VToolbar/VToolbar.mjs +1 -1
- package/lib/components/VToolbar/index.d.mts +12 -90
- package/lib/components/VTooltip/VTooltip.mjs +4 -4
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +147 -386
- package/lib/components/VValidation/index.d.mts +10 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +4 -15
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindowItem.mjs +1 -1
- package/lib/components/VWindow/index.d.mts +15 -54
- package/lib/components/index.d.mts +2947 -12121
- package/lib/components/transitions/dialog-transition.mjs +1 -2
- package/lib/components/transitions/dialog-transition.mjs.map +1 -1
- package/lib/components/transitions/index.d.mts +64 -309
- package/lib/composables/group.mjs +3 -3
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/icons.mjs +1 -1
- package/lib/composables/layout.mjs +3 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +2 -2
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/validation.mjs +3 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +1 -1
- package/lib/composables/virtual.mjs +1 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +2 -3
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +65 -65
- package/lib/labs/VCalendar/VCalendar.mjs +1 -1
- package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
- package/lib/labs/VCalendar/index.d.mts +24 -211
- package/lib/labs/VDateInput/VDateInput.mjs +1 -1
- package/lib/labs/VDateInput/index.d.mts +4 -115
- package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
- package/lib/labs/VFileUpload/index.d.mts +8 -195
- package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
- package/lib/labs/VNumberInput/index.d.mts +577 -1280
- package/lib/labs/VPicker/VPicker.mjs +1 -1
- package/lib/labs/VPicker/index.d.mts +8 -63
- package/lib/labs/VPullToRefresh/index.d.mts +4 -35
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
- package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +12 -227
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
- package/lib/labs/VTimePicker/index.d.mts +12 -122
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
- package/lib/labs/VTreeview/index.d.mts +18 -205
- package/lib/labs/components.d.mts +1116 -3200
- package/lib/util/getCurrentInstance.mjs +1 -15
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/package.json +5 -4
@@ -80,7 +80,7 @@
|
|
80
80
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
81
81
|
},
|
82
82
|
"VAlert/position": {
|
83
|
-
"type": "'
|
83
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
84
84
|
"description": "Sets the position for the component."
|
85
85
|
},
|
86
86
|
"VAlert/rounded": {
|
@@ -227,14 +227,14 @@
|
|
227
227
|
"type": "boolean\n",
|
228
228
|
"description": "Removes the button box shadow. This is different than using the 'flat' variant."
|
229
229
|
},
|
230
|
-
"VAppBarNavIcon/tag": {
|
231
|
-
"type": "string\n",
|
232
|
-
"description": "Specify a custom tag used on the root element."
|
233
|
-
},
|
234
230
|
"VAppBarNavIcon/replace": {
|
235
231
|
"type": "boolean\n",
|
236
232
|
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
237
233
|
},
|
234
|
+
"VAppBarNavIcon/tag": {
|
235
|
+
"type": "string\n",
|
236
|
+
"description": "Specify a custom tag used on the root element."
|
237
|
+
},
|
238
238
|
"VAppBarNavIcon/theme": {
|
239
239
|
"type": "string\n",
|
240
240
|
"description": "Specify a theme for this component and all of its children."
|
@@ -391,6 +391,10 @@
|
|
391
391
|
"type": "boolean\n",
|
392
392
|
"description": "Removes box shadow when using a variant with elevation."
|
393
393
|
},
|
394
|
+
"VAutocomplete/search": {
|
395
|
+
"type": "string\n",
|
396
|
+
"description": "Text input used to filter items."
|
397
|
+
},
|
394
398
|
"VAutocomplete/type": {
|
395
399
|
"type": "string\n",
|
396
400
|
"description": "Sets input type."
|
@@ -447,10 +451,6 @@
|
|
447
451
|
"type": "string\n",
|
448
452
|
"description": "Sets the component's name attribute."
|
449
453
|
},
|
450
|
-
"VAutocomplete/search": {
|
451
|
-
"type": "string\n",
|
452
|
-
"description": "Text input used to filter items."
|
453
|
-
},
|
454
454
|
"VAutocomplete/label": {
|
455
455
|
"type": "string\n",
|
456
456
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
@@ -1104,7 +1104,7 @@
|
|
1104
1104
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
1105
1105
|
},
|
1106
1106
|
"VBottomSheet/activator": {
|
1107
|
-
"type": "(string & {}) |
|
1107
|
+
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
1108
1108
|
"description": "Explicitly sets the overlay's activator."
|
1109
1109
|
},
|
1110
1110
|
"VBottomSheet/inset": {
|
@@ -1160,7 +1160,7 @@
|
|
1160
1160
|
"description": "The z-index used for the component."
|
1161
1161
|
},
|
1162
1162
|
"VBottomSheet/target": {
|
1163
|
-
"type": " | (string & {})\n |
|
1163
|
+
"type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
1164
1164
|
"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."
|
1165
1165
|
},
|
1166
1166
|
"VBottomSheet/activator-props": {
|
@@ -1267,6 +1267,10 @@
|
|
1267
1267
|
"type": "string | number\n",
|
1268
1268
|
"description": "Specifies the dividing character between items."
|
1269
1269
|
},
|
1270
|
+
"VBreadcrumbsItem/replace": {
|
1271
|
+
"type": "boolean\n",
|
1272
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
1273
|
+
},
|
1270
1274
|
"VBreadcrumbsItem/tag": {
|
1271
1275
|
"type": "string\n",
|
1272
1276
|
"description": "Specify a custom tag used on the root element."
|
@@ -1275,10 +1279,6 @@
|
|
1275
1279
|
"type": "string\n",
|
1276
1280
|
"description": "Specify a title text for the component."
|
1277
1281
|
},
|
1278
|
-
"VBreadcrumbsItem/replace": {
|
1279
|
-
"type": "boolean\n",
|
1280
|
-
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
1281
|
-
},
|
1282
1282
|
"VBreadcrumbsItem/active": {
|
1283
1283
|
"type": "boolean\n",
|
1284
1284
|
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
@@ -1319,14 +1319,14 @@
|
|
1319
1319
|
"type": "boolean\n",
|
1320
1320
|
"description": "Removes the button box shadow. This is different than using the 'flat' variant."
|
1321
1321
|
},
|
1322
|
-
"VBtn/tag": {
|
1323
|
-
"type": "string\n",
|
1324
|
-
"description": "Specify a custom tag used on the root element."
|
1325
|
-
},
|
1326
1322
|
"VBtn/replace": {
|
1327
1323
|
"type": "boolean\n",
|
1328
1324
|
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
1329
1325
|
},
|
1326
|
+
"VBtn/tag": {
|
1327
|
+
"type": "string\n",
|
1328
|
+
"description": "Specify a custom tag used on the root element."
|
1329
|
+
},
|
1330
1330
|
"VBtn/theme": {
|
1331
1331
|
"type": "string\n",
|
1332
1332
|
"description": "Specify a theme for this component and all of its children."
|
@@ -1633,7 +1633,7 @@
|
|
1633
1633
|
},
|
1634
1634
|
"VCalendar/first-day-of-week": {
|
1635
1635
|
"type": "string | number\n",
|
1636
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
1636
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
|
1637
1637
|
},
|
1638
1638
|
"VCalendar/allowed-dates": {
|
1639
1639
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
@@ -1795,10 +1795,6 @@
|
|
1795
1795
|
"type": "number\n",
|
1796
1796
|
"description": "Index or position of the interval in the day view."
|
1797
1797
|
},
|
1798
|
-
"VCalendarIntervalEvent/event": {
|
1799
|
-
"type": "unknown\n",
|
1800
|
-
"description": "The event object associated with this calendar interval."
|
1801
|
-
},
|
1802
1798
|
"VCalendarIntervalEvent/interval-divisions": {
|
1803
1799
|
"type": "number\n",
|
1804
1800
|
"description": "Number of subdivisions within the interval for this event."
|
@@ -1819,6 +1815,10 @@
|
|
1819
1815
|
"type": "unknown\n",
|
1820
1816
|
"description": "The specific time interval this event is associated with."
|
1821
1817
|
},
|
1818
|
+
"VCalendarIntervalEvent/event": {
|
1819
|
+
"type": "unknown\n",
|
1820
|
+
"description": "The event object associated with this calendar interval."
|
1821
|
+
},
|
1822
1822
|
"VCalendarMonthDay/title": {
|
1823
1823
|
"type": "string | number\n",
|
1824
1824
|
"description": "Specify a title text for the component."
|
@@ -1847,22 +1847,22 @@
|
|
1847
1847
|
"type": "boolean\n",
|
1848
1848
|
"description": "Removes the card's elevation."
|
1849
1849
|
},
|
1850
|
-
"VCard/
|
1851
|
-
"type": "
|
1852
|
-
"description": "
|
1850
|
+
"VCard/replace": {
|
1851
|
+
"type": "boolean\n",
|
1852
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
1853
1853
|
},
|
1854
1854
|
"VCard/link": {
|
1855
1855
|
"type": "boolean\n",
|
1856
1856
|
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
1857
1857
|
},
|
1858
|
+
"VCard/tag": {
|
1859
|
+
"type": "string\n",
|
1860
|
+
"description": "Specify a custom tag used on the root element."
|
1861
|
+
},
|
1858
1862
|
"VCard/title": {
|
1859
1863
|
"type": "string | number\n",
|
1860
1864
|
"description": "Specify a title text for the component."
|
1861
1865
|
},
|
1862
|
-
"VCard/replace": {
|
1863
|
-
"type": "boolean\n",
|
1864
|
-
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
1865
|
-
},
|
1866
1866
|
"VCard/theme": {
|
1867
1867
|
"type": "string\n",
|
1868
1868
|
"description": "Specify a theme for this component and all of its children."
|
@@ -2149,7 +2149,7 @@
|
|
2149
2149
|
},
|
2150
2150
|
"VCarouselItem/absolute": {
|
2151
2151
|
"type": "boolean\n",
|
2152
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
2152
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VImg.json))"
|
2153
2153
|
},
|
2154
2154
|
"VCarouselItem/rounded": {
|
2155
2155
|
"type": "string | number | boolean\n",
|
@@ -2507,21 +2507,21 @@
|
|
2507
2507
|
"type": "boolean\n",
|
2508
2508
|
"description": "Displays a selection icon when selected."
|
2509
2509
|
},
|
2510
|
-
"VChip/
|
2511
|
-
"type": "string\n",
|
2512
|
-
"description": "Specify a custom tag used on the root element."
|
2513
|
-
},
|
2514
|
-
"VChip/label": {
|
2510
|
+
"VChip/replace": {
|
2515
2511
|
"type": "boolean\n",
|
2516
|
-
"description": "
|
2512
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
2517
2513
|
},
|
2518
2514
|
"VChip/link": {
|
2519
2515
|
"type": "boolean\n",
|
2520
2516
|
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
2521
2517
|
},
|
2522
|
-
"VChip/
|
2518
|
+
"VChip/tag": {
|
2519
|
+
"type": "string\n",
|
2520
|
+
"description": "Specify a custom tag used on the root element."
|
2521
|
+
},
|
2522
|
+
"VChip/label": {
|
2523
2523
|
"type": "boolean\n",
|
2524
|
-
"description": "
|
2524
|
+
"description": "Applies a medium size border radius."
|
2525
2525
|
},
|
2526
2526
|
"VChip/theme": {
|
2527
2527
|
"type": "string\n",
|
@@ -2535,6 +2535,10 @@
|
|
2535
2535
|
"type": "any\n",
|
2536
2536
|
"description": "The value used when a child of a [v-chip-group](/components/chip-groups)."
|
2537
2537
|
},
|
2538
|
+
"VChip/base-color": {
|
2539
|
+
"type": "string\n",
|
2540
|
+
"description": "Sets the color of component when not focused."
|
2541
|
+
},
|
2538
2542
|
"VChip/prepend-icon": {
|
2539
2543
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
2540
2544
|
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
@@ -2667,6 +2671,10 @@
|
|
2667
2671
|
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
2668
2672
|
"description": "Applies a distinct style to the component."
|
2669
2673
|
},
|
2674
|
+
"VChipGroup/base-color": {
|
2675
|
+
"type": "string\n",
|
2676
|
+
"description": "Sets the color of component when not focused. Recommended with `color` or `filter` to properly highlight selected items."
|
2677
|
+
},
|
2670
2678
|
"VChipGroup/disabled": {
|
2671
2679
|
"type": "boolean\n",
|
2672
2680
|
"description": "Puts all children components into a disabled state."
|
@@ -2832,7 +2840,7 @@
|
|
2832
2840
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
2833
2841
|
},
|
2834
2842
|
"VColorPicker/position": {
|
2835
|
-
"type": "'
|
2843
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
2836
2844
|
"description": "Sets the position for the component."
|
2837
2845
|
},
|
2838
2846
|
"VColorPicker/rounded": {
|
@@ -2927,6 +2935,10 @@
|
|
2927
2935
|
"type": "boolean\n",
|
2928
2936
|
"description": "Renders with the menu open by default."
|
2929
2937
|
},
|
2938
|
+
"VCombobox/delimiters": {
|
2939
|
+
"type": "string[]\n",
|
2940
|
+
"description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
|
2941
|
+
},
|
2930
2942
|
"VCombobox/theme": {
|
2931
2943
|
"type": "string\n",
|
2932
2944
|
"description": "Specify a theme for this component and all of its children."
|
@@ -3019,6 +3031,14 @@
|
|
3019
3031
|
"type": "boolean\n",
|
3020
3032
|
"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."
|
3021
3033
|
},
|
3034
|
+
"VCombobox/prefix": {
|
3035
|
+
"type": "string\n",
|
3036
|
+
"description": "Displays prefix text."
|
3037
|
+
},
|
3038
|
+
"VCombobox/role": {
|
3039
|
+
"type": "string\n",
|
3040
|
+
"description": "The role attribute applied to the input."
|
3041
|
+
},
|
3022
3042
|
"VCombobox/direction": {
|
3023
3043
|
"type": "'horizontal' | 'vertical'\n",
|
3024
3044
|
"description": "Changes the direction of the input."
|
@@ -3131,10 +3151,6 @@
|
|
3131
3151
|
"type": "string | number | boolean\n",
|
3132
3152
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
3133
3153
|
},
|
3134
|
-
"VCombobox/prefix": {
|
3135
|
-
"type": "string\n",
|
3136
|
-
"description": "Displays prefix text."
|
3137
|
-
},
|
3138
3154
|
"VCombobox/placeholder": {
|
3139
3155
|
"type": "string\n",
|
3140
3156
|
"description": "Sets the input’s placeholder text."
|
@@ -3151,10 +3167,6 @@
|
|
3151
3167
|
"type": "string\n",
|
3152
3168
|
"description": "Displays suffix text."
|
3153
3169
|
},
|
3154
|
-
"VCombobox/role": {
|
3155
|
-
"type": "string\n",
|
3156
|
-
"description": "The role attribute applied to the input."
|
3157
|
-
},
|
3158
3170
|
"VCombobox/center-affix": {
|
3159
3171
|
"type": "boolean\n",
|
3160
3172
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
@@ -3227,10 +3239,6 @@
|
|
3227
3239
|
"type": "unknown\n",
|
3228
3240
|
"description": "**FOR INTERNAL USE ONLY**"
|
3229
3241
|
},
|
3230
|
-
"VCombobox/delimiters": {
|
3231
|
-
"type": "string[]\n",
|
3232
|
-
"description": "Accepts an array of strings that will trigger a new tag when typing. Does not replace the normal Tab and Enter keys."
|
3233
|
-
},
|
3234
3242
|
"VComponentIcon/icon": {
|
3235
3243
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
3236
3244
|
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
@@ -3307,6 +3315,10 @@
|
|
3307
3315
|
"type": "string | number\n",
|
3308
3316
|
"description": "Sets the maximum allowed value."
|
3309
3317
|
},
|
3318
|
+
"VDataIterator/search": {
|
3319
|
+
"type": "string\n",
|
3320
|
+
"description": "Text input used to filter items."
|
3321
|
+
},
|
3310
3322
|
"VDataIterator/model-value": {
|
3311
3323
|
"type": "any[]\n",
|
3312
3324
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
@@ -3315,10 +3327,6 @@
|
|
3315
3327
|
"type": "string\n",
|
3316
3328
|
"description": "Specify a custom tag used on the root element."
|
3317
3329
|
},
|
3318
|
-
"VDataIterator/search": {
|
3319
|
-
"type": "string\n",
|
3320
|
-
"description": "Text input used to filter items."
|
3321
|
-
},
|
3322
3330
|
"VDataIterator/filter-mode": {
|
3323
3331
|
"type": "'every' | 'some' | 'union' | 'intersection'\n",
|
3324
3332
|
"description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
|
@@ -3415,6 +3423,10 @@
|
|
3415
3423
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
3416
3424
|
"description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier."
|
3417
3425
|
},
|
3426
|
+
"VDataTable/search": {
|
3427
|
+
"type": "string\n",
|
3428
|
+
"description": "Text input used to filter items."
|
3429
|
+
},
|
3418
3430
|
"VDataTable/model-value": {
|
3419
3431
|
"type": "unknown\n",
|
3420
3432
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
@@ -3447,10 +3459,6 @@
|
|
3447
3459
|
"type": "string\n",
|
3448
3460
|
"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)."
|
3449
3461
|
},
|
3450
|
-
"VDataTable/search": {
|
3451
|
-
"type": "string\n",
|
3452
|
-
"description": "Text input used to filter items."
|
3453
|
-
},
|
3454
3462
|
"VDataTable/filter-mode": {
|
3455
3463
|
"type": "'every' | 'some' | 'union' | 'intersection'\n",
|
3456
3464
|
"description": "Controls how the results of `customFilter` and `customKeyFilter` are combined. All modes only apply `customFilter` to columns not specified in `customKeyFilter`.\n\n- **some**: There is at least one match from either the custom filter or the custom key filter.\n- **every**: All columns match either the custom filter or the custom key filter.\n- **union**: There is at least one match from the custom filter, or all columns match the custom key filters.\n- **intersection**: There is at least one match from the custom filter, and all columns match the custom key filters."
|
@@ -3572,7 +3580,7 @@
|
|
3572
3580
|
"description": "Pass props to the default header. See [`v-data-table-headers` API](/api/v-data-table-headers) for more information."
|
3573
3581
|
},
|
3574
3582
|
"VDataTable/cell-props": {
|
3575
|
-
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | '
|
3583
|
+
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
|
3576
3584
|
"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."
|
3577
3585
|
},
|
3578
3586
|
"VDataTable/disable-sort": {
|
@@ -3737,7 +3745,7 @@
|
|
3737
3745
|
},
|
3738
3746
|
"VDataTableHeaders/multi-sort": {
|
3739
3747
|
"type": "boolean\n",
|
3740
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3748
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
3741
3749
|
},
|
3742
3750
|
"VDataTableHeaders/sort-asc-icon": {
|
3743
3751
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
@@ -3749,7 +3757,7 @@
|
|
3749
3757
|
},
|
3750
3758
|
"VDataTableHeaders/header-props": {
|
3751
3759
|
"type": "unknown\n",
|
3752
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3760
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDataTableHeaders.json))"
|
3753
3761
|
},
|
3754
3762
|
"VDataTableRow/mobile": {
|
3755
3763
|
"type": "boolean\n",
|
@@ -3763,14 +3771,14 @@
|
|
3763
3771
|
"type": "unknown\n",
|
3764
3772
|
"description": "Data (key, index and column values) of the displayed item."
|
3765
3773
|
},
|
3766
|
-
"VDataTableRow/cell-props": {
|
3767
|
-
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
3768
|
-
"description": "Props to be applied to the cell."
|
3769
|
-
},
|
3770
3774
|
"VDataTableRow/index": {
|
3771
3775
|
"type": "number\n",
|
3772
3776
|
"description": "Row index."
|
3773
3777
|
},
|
3778
|
+
"VDataTableRow/cell-props": {
|
3779
|
+
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<unknown>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
3780
|
+
"description": "Props to be applied to the cell."
|
3781
|
+
},
|
3774
3782
|
"VDataTableRows/items": {
|
3775
3783
|
"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",
|
3776
3784
|
"description": "An array of strings or objects used for automatically generating children components."
|
@@ -3807,21 +3815,13 @@
|
|
3807
3815
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
3808
3816
|
"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."
|
3809
3817
|
},
|
3810
|
-
"VDataTableServer/tag": {
|
3811
|
-
"type": "string\n",
|
3812
|
-
"description": "Specify a custom tag used on the root element."
|
3813
|
-
},
|
3814
3818
|
"VDataTableServer/search": {
|
3815
3819
|
"type": "string\n",
|
3816
3820
|
"description": "Text input used to filter items."
|
3817
3821
|
},
|
3818
|
-
"VDataTableServer/
|
3819
|
-
"type": "
|
3820
|
-
"description": "
|
3821
|
-
},
|
3822
|
-
"VDataTableServer/items": {
|
3823
|
-
"type": "any[]\n",
|
3824
|
-
"description": "An array of strings or objects used for automatically generating children components."
|
3822
|
+
"VDataTableServer/model-value": {
|
3823
|
+
"type": "unknown\n",
|
3824
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
3825
3825
|
},
|
3826
3826
|
"VDataTableServer/density": {
|
3827
3827
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
@@ -3835,45 +3835,21 @@
|
|
3835
3835
|
"type": "string | number\n",
|
3836
3836
|
"description": "Sets the width for the component."
|
3837
3837
|
},
|
3838
|
-
"VDataTableServer/loading": {
|
3839
|
-
"type": "string | boolean\n",
|
3840
|
-
"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."
|
3841
|
-
},
|
3842
3838
|
"VDataTableServer/sticky": {
|
3843
3839
|
"type": "boolean\n",
|
3844
3840
|
"description": "Sticks the header to the top of the table."
|
3845
3841
|
},
|
3846
|
-
"VDataTableServer/
|
3842
|
+
"VDataTableServer/tag": {
|
3847
3843
|
"type": "string\n",
|
3848
|
-
"description": "
|
3849
|
-
},
|
3850
|
-
"VDataTableServer/model-value": {
|
3851
|
-
"type": "unknown\n",
|
3852
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
3853
|
-
},
|
3854
|
-
"VDataTableServer/mobile": {
|
3855
|
-
"type": "boolean\n",
|
3856
|
-
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
3857
|
-
},
|
3858
|
-
"VDataTableServer/mobile-breakpoint": {
|
3859
|
-
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
3860
|
-
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
3861
|
-
},
|
3862
|
-
"VDataTableServer/next-icon": {
|
3863
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
3864
|
-
"description": "Next icon."
|
3865
|
-
},
|
3866
|
-
"VDataTableServer/prev-icon": {
|
3867
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
3868
|
-
"description": "Previous icon."
|
3844
|
+
"description": "Specify a custom tag used on the root element."
|
3869
3845
|
},
|
3870
|
-
"VDataTableServer/
|
3871
|
-
"type": "
|
3872
|
-
"description": "
|
3846
|
+
"VDataTableServer/theme": {
|
3847
|
+
"type": "string\n",
|
3848
|
+
"description": "Specify a theme for this component and all of its children."
|
3873
3849
|
},
|
3874
|
-
"VDataTableServer/
|
3875
|
-
"type": "
|
3876
|
-
"description": "
|
3850
|
+
"VDataTableServer/color": {
|
3851
|
+
"type": "string\n",
|
3852
|
+
"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)."
|
3877
3853
|
},
|
3878
3854
|
"VDataTableServer/hide-no-data": {
|
3879
3855
|
"type": "boolean\n",
|
@@ -3883,6 +3859,10 @@
|
|
3883
3859
|
"type": "'single' | 'page' | 'all'\n",
|
3884
3860
|
"description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
|
3885
3861
|
},
|
3862
|
+
"VDataTableServer/items": {
|
3863
|
+
"type": "any[]\n",
|
3864
|
+
"description": "An array of strings or objects used for automatically generating children components."
|
3865
|
+
},
|
3886
3866
|
"VDataTableServer/item-value": {
|
3887
3867
|
"type": "SelectItemKey<any>\n",
|
3888
3868
|
"description": "Property on supplied `items` that contains its value."
|
@@ -3891,93 +3871,101 @@
|
|
3891
3871
|
"type": "boolean\n",
|
3892
3872
|
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
|
3893
3873
|
},
|
3874
|
+
"VDataTableServer/value-comparator": {
|
3875
|
+
"type": "(a: any, b: any) => boolean\n",
|
3876
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
3877
|
+
},
|
3894
3878
|
"VDataTableServer/no-data-text": {
|
3895
3879
|
"type": "string\n",
|
3896
3880
|
"description": "Text shown when no items are provided to the component."
|
3897
3881
|
},
|
3898
|
-
"VDataTableServer/
|
3899
|
-
"type": "
|
3900
|
-
"description": "
|
3882
|
+
"VDataTableServer/loading": {
|
3883
|
+
"type": "string | boolean\n",
|
3884
|
+
"description": "Displays `loading` slot if set to `true`"
|
3901
3885
|
},
|
3902
|
-
"VDataTableServer/
|
3886
|
+
"VDataTableServer/next-icon": {
|
3903
3887
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
3904
|
-
"description": "
|
3905
|
-
},
|
3906
|
-
"VDataTableServer/items-per-page-text": {
|
3907
|
-
"type": "string\n",
|
3908
|
-
"description": "Text for items-per-page dropdown."
|
3909
|
-
},
|
3910
|
-
"VDataTableServer/page-text": {
|
3911
|
-
"type": "string\n",
|
3912
|
-
"description": "Label for page number."
|
3913
|
-
},
|
3914
|
-
"VDataTableServer/first-page-label": {
|
3915
|
-
"type": "string\n",
|
3916
|
-
"description": "Label for first page."
|
3888
|
+
"description": "Next icon."
|
3917
3889
|
},
|
3918
|
-
"VDataTableServer/prev-
|
3919
|
-
"type": "string\n",
|
3920
|
-
"description": "
|
3890
|
+
"VDataTableServer/prev-icon": {
|
3891
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
3892
|
+
"description": "Previous icon."
|
3921
3893
|
},
|
3922
|
-
"VDataTableServer/
|
3923
|
-
"type": "
|
3924
|
-
"description": "
|
3894
|
+
"VDataTableServer/mobile": {
|
3895
|
+
"type": "boolean\n",
|
3896
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
3925
3897
|
},
|
3926
|
-
"VDataTableServer/
|
3927
|
-
"type": "
|
3928
|
-
"description": "
|
3898
|
+
"VDataTableServer/mobile-breakpoint": {
|
3899
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
3900
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
3929
3901
|
},
|
3930
|
-
"VDataTableServer/
|
3931
|
-
"type": "
|
3932
|
-
"description": "
|
3902
|
+
"VDataTableServer/item-selectable": {
|
3903
|
+
"type": "SelectItemKey<any>\n",
|
3904
|
+
"description": "Property on supplied `items` that indicates whether the item is selectable."
|
3933
3905
|
},
|
3934
|
-
"VDataTableServer/show-
|
3906
|
+
"VDataTableServer/show-select": {
|
3935
3907
|
"type": "boolean\n",
|
3936
|
-
"description": "
|
3908
|
+
"description": "Shows the column with checkboxes for selecting items in the list."
|
3937
3909
|
},
|
3938
|
-
"VDataTableServer/
|
3939
|
-
"type": "
|
3940
|
-
"description": "
|
3910
|
+
"VDataTableServer/page": {
|
3911
|
+
"type": "string | number\n",
|
3912
|
+
"description": "The current displayed page number (1-indexed)."
|
3941
3913
|
},
|
3942
|
-
"VDataTableServer/
|
3943
|
-
"type": "
|
3944
|
-
"description": "
|
3914
|
+
"VDataTableServer/sort-by": {
|
3915
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
3916
|
+
"description": "Array of column keys and sort orders that determines the sort order of the table."
|
3945
3917
|
},
|
3946
3918
|
"VDataTableServer/multi-sort": {
|
3947
3919
|
"type": "boolean\n",
|
3948
3920
|
"description": "Allows sorting by multiple columns."
|
3949
3921
|
},
|
3950
|
-
"VDataTableServer/sort
|
3951
|
-
"type": "
|
3952
|
-
"description": "
|
3922
|
+
"VDataTableServer/must-sort": {
|
3923
|
+
"type": "boolean\n",
|
3924
|
+
"description": "Forces sorting on the column(s)."
|
3953
3925
|
},
|
3954
|
-
"VDataTableServer/
|
3955
|
-
"type": "
|
3956
|
-
"description": "
|
3926
|
+
"VDataTableServer/custom-key-sort": {
|
3927
|
+
"type": "unknown\n",
|
3928
|
+
"description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
|
3929
|
+
},
|
3930
|
+
"VDataTableServer/items-per-page": {
|
3931
|
+
"type": "string | number\n",
|
3932
|
+
"description": "The number of items to display on each page."
|
3933
|
+
},
|
3934
|
+
"VDataTableServer/expand-on-click": {
|
3935
|
+
"type": "boolean\n",
|
3936
|
+
"description": "Expands item when the row is clicked."
|
3937
|
+
},
|
3938
|
+
"VDataTableServer/show-expand": {
|
3939
|
+
"type": "boolean\n",
|
3940
|
+
"description": "Shows the expand icon."
|
3941
|
+
},
|
3942
|
+
"VDataTableServer/expanded": {
|
3943
|
+
"type": "string[]\n",
|
3944
|
+
"description": "Whether the item is expanded or not."
|
3945
|
+
},
|
3946
|
+
"VDataTableServer/group-by": {
|
3947
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
3948
|
+
"description": "Defines the grouping of the table items."
|
3957
3949
|
},
|
3958
3950
|
"VDataTableServer/header-props": {
|
3959
3951
|
"type": "unknown\n",
|
3960
3952
|
"description": "Pass props to the default header. See [`v-data-table-server` API](/api/v-data-table-server) for more information."
|
3961
3953
|
},
|
3962
3954
|
"VDataTableServer/cell-props": {
|
3963
|
-
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n '
|
3955
|
+
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'item' | 'value' | 'column' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n",
|
3964
3956
|
"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."
|
3965
3957
|
},
|
3966
|
-
"VDataTableServer/
|
3967
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
3968
|
-
"description": "Array of column keys and sort orders that determines the sort order of the table."
|
3969
|
-
},
|
3970
|
-
"VDataTableServer/page": {
|
3958
|
+
"VDataTableServer/items-length": {
|
3971
3959
|
"type": "string | number\n",
|
3972
|
-
"description": "
|
3973
|
-
},
|
3974
|
-
"VDataTableServer/expanded": {
|
3975
|
-
"type": "string[]\n",
|
3976
|
-
"description": "Whether the item is expanded or not."
|
3960
|
+
"description": "Number of all items."
|
3977
3961
|
},
|
3978
|
-
"VDataTableServer/
|
3962
|
+
"VDataTableServer/disable-sort": {
|
3979
3963
|
"type": "boolean\n",
|
3980
|
-
"description": "
|
3964
|
+
"description": "Toggles rendering of sort button."
|
3965
|
+
},
|
3966
|
+
"VDataTableServer/headers": {
|
3967
|
+
"type": "{\n readonly key?:\n | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | '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 'item' | 'value' | '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 | (string & {})\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'end' | 'start' | '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 'item' | 'value' | '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",
|
3968
|
+
"description": "An array of objects that each describe a header column."
|
3981
3969
|
},
|
3982
3970
|
"VDataTableServer/loading-text": {
|
3983
3971
|
"type": "string\n",
|
@@ -3987,49 +3975,25 @@
|
|
3987
3975
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
3988
3976
|
"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."
|
3989
3977
|
},
|
3990
|
-
"VDataTableServer/group-by": {
|
3991
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
3992
|
-
"description": "Defines the grouping of the table items."
|
3993
|
-
},
|
3994
|
-
"VDataTableServer/items-length": {
|
3995
|
-
"type": "string | number\n",
|
3996
|
-
"description": "Number of all items."
|
3997
|
-
},
|
3998
|
-
"VDataTableServer/items-per-page": {
|
3999
|
-
"type": "string | number\n",
|
4000
|
-
"description": "The number of items to display on each page."
|
4001
|
-
},
|
4002
3978
|
"VDataTableServer/hide-default-body": {
|
4003
3979
|
"type": "boolean\n",
|
4004
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3980
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
|
4005
3981
|
},
|
4006
3982
|
"VDataTableServer/hide-default-footer": {
|
4007
3983
|
"type": "boolean\n",
|
4008
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
3984
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
|
4009
3985
|
},
|
4010
3986
|
"VDataTableServer/hide-default-header": {
|
4011
3987
|
"type": "boolean\n",
|
4012
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4013
|
-
},
|
4014
|
-
"VDataTableServer/show-expand": {
|
4015
|
-
"type": "boolean\n",
|
4016
|
-
"description": "Shows the expand icon."
|
4017
|
-
},
|
4018
|
-
"VDataTableServer/item-selectable": {
|
4019
|
-
"type": "SelectItemKey<any>\n",
|
4020
|
-
"description": "Property on supplied `items` that indicates whether the item is selectable."
|
4021
|
-
},
|
4022
|
-
"VDataTableServer/show-select": {
|
4023
|
-
"type": "boolean\n",
|
4024
|
-
"description": "Shows the column with checkboxes for selecting items in the list."
|
3988
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
|
4025
3989
|
},
|
4026
|
-
"VDataTableServer/
|
4027
|
-
"type": "
|
4028
|
-
"description": "
|
3990
|
+
"VDataTableServer/sort-asc-icon": {
|
3991
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
3992
|
+
"description": "Icon used for ascending sort button."
|
4029
3993
|
},
|
4030
|
-
"VDataTableServer/
|
4031
|
-
"type": "
|
4032
|
-
"description": "
|
3994
|
+
"VDataTableServer/sort-desc-icon": {
|
3995
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
3996
|
+
"description": "Icon used for descending sort button."
|
4033
3997
|
},
|
4034
3998
|
"VDataTableServer/fixed-header": {
|
4035
3999
|
"type": "boolean\n",
|
@@ -4039,9 +4003,65 @@
|
|
4039
4003
|
"type": "boolean\n",
|
4040
4004
|
"description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
|
4041
4005
|
},
|
4042
|
-
"
|
4043
|
-
"type": "
|
4044
|
-
"description": "
|
4006
|
+
"VDataTableServer/hover": {
|
4007
|
+
"type": "boolean\n",
|
4008
|
+
"description": "Will add a hover effect to a table's row when the mouse is over it."
|
4009
|
+
},
|
4010
|
+
"VDataTableServer/first-icon": {
|
4011
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
4012
|
+
"description": "First icon."
|
4013
|
+
},
|
4014
|
+
"VDataTableServer/last-icon": {
|
4015
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
4016
|
+
"description": "Last icon."
|
4017
|
+
},
|
4018
|
+
"VDataTableServer/items-per-page-text": {
|
4019
|
+
"type": "string\n",
|
4020
|
+
"description": "Text for items-per-page dropdown."
|
4021
|
+
},
|
4022
|
+
"VDataTableServer/page-text": {
|
4023
|
+
"type": "string\n",
|
4024
|
+
"description": "Label for page number."
|
4025
|
+
},
|
4026
|
+
"VDataTableServer/first-page-label": {
|
4027
|
+
"type": "string\n",
|
4028
|
+
"description": "Label for first page."
|
4029
|
+
},
|
4030
|
+
"VDataTableServer/prev-page-label": {
|
4031
|
+
"type": "string\n",
|
4032
|
+
"description": "Label for previous page."
|
4033
|
+
},
|
4034
|
+
"VDataTableServer/next-page-label": {
|
4035
|
+
"type": "string\n",
|
4036
|
+
"description": "Label for next page."
|
4037
|
+
},
|
4038
|
+
"VDataTableServer/last-page-label": {
|
4039
|
+
"type": "string\n",
|
4040
|
+
"description": "Label for last page."
|
4041
|
+
},
|
4042
|
+
"VDataTableServer/items-per-page-options": {
|
4043
|
+
"type": "(number | { title: string; value: number })[]\n",
|
4044
|
+
"description": "Array of options to show in the items-per-page dropdown."
|
4045
|
+
},
|
4046
|
+
"VDataTableServer/show-current-page": {
|
4047
|
+
"type": "boolean\n",
|
4048
|
+
"description": "Show current page number between prev/next icons."
|
4049
|
+
},
|
4050
|
+
"VDataTableVirtual/search": {
|
4051
|
+
"type": "string\n",
|
4052
|
+
"description": "Text input used to filter items."
|
4053
|
+
},
|
4054
|
+
"VDataTableVirtual/tag": {
|
4055
|
+
"type": "string\n",
|
4056
|
+
"description": "Specify a custom tag used on the root element."
|
4057
|
+
},
|
4058
|
+
"VDataTableVirtual/theme": {
|
4059
|
+
"type": "string\n",
|
4060
|
+
"description": "Specify a theme for this component and all of its children."
|
4061
|
+
},
|
4062
|
+
"VDataTableVirtual/items": {
|
4063
|
+
"type": "any[]\n",
|
4064
|
+
"description": "An array of strings or objects used for automatically generating children components."
|
4045
4065
|
},
|
4046
4066
|
"VDataTableVirtual/density": {
|
4047
4067
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
@@ -4055,25 +4075,37 @@
|
|
4055
4075
|
"type": "string | number\n",
|
4056
4076
|
"description": "Sets the width for the component."
|
4057
4077
|
},
|
4078
|
+
"VDataTableVirtual/loading": {
|
4079
|
+
"type": "string | boolean\n",
|
4080
|
+
"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."
|
4081
|
+
},
|
4058
4082
|
"VDataTableVirtual/sticky": {
|
4059
4083
|
"type": "boolean\n",
|
4060
4084
|
"description": "Sticks the header to the top of the table."
|
4061
4085
|
},
|
4062
|
-
"VDataTableVirtual/tag": {
|
4063
|
-
"type": "string\n",
|
4064
|
-
"description": "Specify a custom tag used on the root element."
|
4065
|
-
},
|
4066
|
-
"VDataTableVirtual/theme": {
|
4067
|
-
"type": "string\n",
|
4068
|
-
"description": "Specify a theme for this component and all of its children."
|
4069
|
-
},
|
4070
4086
|
"VDataTableVirtual/color": {
|
4071
4087
|
"type": "string\n",
|
4072
4088
|
"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)."
|
4073
4089
|
},
|
4074
|
-
"VDataTableVirtual/
|
4075
|
-
"type": "
|
4076
|
-
"description": "
|
4090
|
+
"VDataTableVirtual/model-value": {
|
4091
|
+
"type": "unknown\n",
|
4092
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
4093
|
+
},
|
4094
|
+
"VDataTableVirtual/mobile": {
|
4095
|
+
"type": "boolean\n",
|
4096
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
4097
|
+
},
|
4098
|
+
"VDataTableVirtual/mobile-breakpoint": {
|
4099
|
+
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
4100
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
4101
|
+
},
|
4102
|
+
"VDataTableVirtual/hover": {
|
4103
|
+
"type": "boolean\n",
|
4104
|
+
"description": "Will add a hover effect to a table's row when the mouse is over it."
|
4105
|
+
},
|
4106
|
+
"VDataTableVirtual/value-comparator": {
|
4107
|
+
"type": "(a: any, b: any) => boolean\n",
|
4108
|
+
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
4077
4109
|
},
|
4078
4110
|
"VDataTableVirtual/filter-mode": {
|
4079
4111
|
"type": "'every' | 'some' | 'union' | 'intersection'\n",
|
@@ -4103,10 +4135,6 @@
|
|
4103
4135
|
"type": "'single' | 'page' | 'all'\n",
|
4104
4136
|
"description": "Defines the strategy of selecting items in the list. Possible values are: 'single' (only one item can be selected at a time), 'page' ('Select all' button will select only items on the current page), 'all' ('Select all' button will select all items in the list)."
|
4105
4137
|
},
|
4106
|
-
"VDataTableVirtual/items": {
|
4107
|
-
"type": "any[]\n",
|
4108
|
-
"description": "An array of strings or objects used for automatically generating children components."
|
4109
|
-
},
|
4110
4138
|
"VDataTableVirtual/item-value": {
|
4111
4139
|
"type": "SelectItemKey<any>\n",
|
4112
4140
|
"description": "Property on supplied `items` that contains its value."
|
@@ -4115,81 +4143,49 @@
|
|
4115
4143
|
"type": "boolean\n",
|
4116
4144
|
"description": "Changes the selection behavior to return the object directly rather than the value specified with **item-value**."
|
4117
4145
|
},
|
4118
|
-
"VDataTableVirtual/value-comparator": {
|
4119
|
-
"type": "(a: any, b: any) => boolean\n",
|
4120
|
-
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
4121
|
-
},
|
4122
4146
|
"VDataTableVirtual/no-data-text": {
|
4123
4147
|
"type": "string\n",
|
4124
4148
|
"description": "Text shown when no items are provided to the component."
|
4125
4149
|
},
|
4126
|
-
"VDataTableVirtual/
|
4127
|
-
"type": "string | boolean\n",
|
4128
|
-
"description": "
|
4129
|
-
},
|
4130
|
-
"VDataTableVirtual/mobile": {
|
4131
|
-
"type": "boolean\n",
|
4132
|
-
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
4133
|
-
},
|
4134
|
-
"VDataTableVirtual/mobile-breakpoint": {
|
4135
|
-
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
4136
|
-
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
4137
|
-
},
|
4138
|
-
"VDataTableVirtual/item-selectable": {
|
4139
|
-
"type": "SelectItemKey<any>\n",
|
4140
|
-
"description": "Property on supplied `items` that indicates whether the item is selectable."
|
4150
|
+
"VDataTableVirtual/headers": {
|
4151
|
+
"type": "{\n readonly key?:\n | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\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 | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: 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 | (string & {})\n | 'data-table-expand'\n | 'data-table-select'\n | 'data-table-group'\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 | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | { readonly [x: 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",
|
4152
|
+
"description": "An array of objects that each describe a header column."
|
4141
4153
|
},
|
4142
|
-
"VDataTableVirtual/
|
4154
|
+
"VDataTableVirtual/disable-sort": {
|
4143
4155
|
"type": "boolean\n",
|
4144
|
-
"description": "
|
4145
|
-
},
|
4146
|
-
"VDataTableVirtual/sort-by": {
|
4147
|
-
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
4148
|
-
"description": "Array of column keys and sort orders that determines the sort order of the table."
|
4156
|
+
"description": "Toggles rendering of sort button."
|
4149
4157
|
},
|
4150
4158
|
"VDataTableVirtual/multi-sort": {
|
4151
4159
|
"type": "boolean\n",
|
4152
4160
|
"description": "Allows sorting by multiple columns."
|
4153
4161
|
},
|
4154
|
-
"VDataTableVirtual/
|
4155
|
-
"type": "
|
4156
|
-
"description": "
|
4157
|
-
},
|
4158
|
-
"VDataTableVirtual/custom-key-sort": {
|
4159
|
-
"type": "unknown\n",
|
4160
|
-
"description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
|
4161
|
-
},
|
4162
|
-
"VDataTableVirtual/expand-on-click": {
|
4163
|
-
"type": "boolean\n",
|
4164
|
-
"description": "Expands item when the row is clicked."
|
4165
|
-
},
|
4166
|
-
"VDataTableVirtual/show-expand": {
|
4167
|
-
"type": "boolean\n",
|
4168
|
-
"description": "Shows the expand icon."
|
4169
|
-
},
|
4170
|
-
"VDataTableVirtual/expanded": {
|
4171
|
-
"type": "string[]\n",
|
4172
|
-
"description": "Whether the item is expanded or not."
|
4162
|
+
"VDataTableVirtual/sort-asc-icon": {
|
4163
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
4164
|
+
"description": "Icon used for ascending sort button."
|
4173
4165
|
},
|
4174
|
-
"VDataTableVirtual/
|
4175
|
-
"type": "
|
4176
|
-
"description": "
|
4166
|
+
"VDataTableVirtual/sort-desc-icon": {
|
4167
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
4168
|
+
"description": "Icon used for descending sort button."
|
4177
4169
|
},
|
4178
4170
|
"VDataTableVirtual/header-props": {
|
4179
4171
|
"type": "unknown\n",
|
4180
4172
|
"description": "Pass props to the default header."
|
4181
4173
|
},
|
4182
4174
|
"VDataTableVirtual/cell-props": {
|
4183
|
-
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n '
|
4175
|
+
"type": " | Record<string, any>\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem' | 'column'\n >,\n ) => Record<string, any>)\n",
|
4184
4176
|
"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."
|
4185
4177
|
},
|
4186
|
-
"VDataTableVirtual/
|
4187
|
-
"type": "
|
4188
|
-
"description": "
|
4178
|
+
"VDataTableVirtual/sort-by": {
|
4179
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
4180
|
+
"description": "Array of column keys and sort orders that determines the sort order of the table."
|
4189
4181
|
},
|
4190
|
-
"VDataTableVirtual/
|
4191
|
-
"type": "
|
4192
|
-
"description": "
|
4182
|
+
"VDataTableVirtual/expanded": {
|
4183
|
+
"type": "string[]\n",
|
4184
|
+
"description": "Whether the item is expanded or not."
|
4185
|
+
},
|
4186
|
+
"VDataTableVirtual/expand-on-click": {
|
4187
|
+
"type": "boolean\n",
|
4188
|
+
"description": "Expands item when the row is clicked."
|
4193
4189
|
},
|
4194
4190
|
"VDataTableVirtual/loading-text": {
|
4195
4191
|
"type": "string\n",
|
@@ -4199,25 +4195,41 @@
|
|
4199
4195
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
4200
4196
|
"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."
|
4201
4197
|
},
|
4198
|
+
"VDataTableVirtual/group-by": {
|
4199
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VDataTable/composables/sort.ts#L30-L30\" target=\"_blank\">SortItem</a>[]\n",
|
4200
|
+
"description": "Defines the grouping of the table items."
|
4201
|
+
},
|
4202
4202
|
"VDataTableVirtual/hide-default-body": {
|
4203
4203
|
"type": "boolean\n",
|
4204
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4204
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
|
4205
4205
|
},
|
4206
4206
|
"VDataTableVirtual/hide-default-footer": {
|
4207
4207
|
"type": "boolean\n",
|
4208
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4208
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
|
4209
4209
|
},
|
4210
4210
|
"VDataTableVirtual/hide-default-header": {
|
4211
4211
|
"type": "boolean\n",
|
4212
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4212
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/DataTable.json))"
|
4213
4213
|
},
|
4214
|
-
"VDataTableVirtual/
|
4215
|
-
"type": "
|
4216
|
-
"description": "
|
4214
|
+
"VDataTableVirtual/show-expand": {
|
4215
|
+
"type": "boolean\n",
|
4216
|
+
"description": "Shows the expand icon."
|
4217
4217
|
},
|
4218
|
-
"VDataTableVirtual/
|
4219
|
-
"type": "
|
4220
|
-
"description": "
|
4218
|
+
"VDataTableVirtual/item-selectable": {
|
4219
|
+
"type": "SelectItemKey<any>\n",
|
4220
|
+
"description": "Property on supplied `items` that indicates whether the item is selectable."
|
4221
|
+
},
|
4222
|
+
"VDataTableVirtual/show-select": {
|
4223
|
+
"type": "boolean\n",
|
4224
|
+
"description": "Shows the column with checkboxes for selecting items in the list."
|
4225
|
+
},
|
4226
|
+
"VDataTableVirtual/must-sort": {
|
4227
|
+
"type": "boolean\n",
|
4228
|
+
"description": "Forces sorting on the column(s)."
|
4229
|
+
},
|
4230
|
+
"VDataTableVirtual/custom-key-sort": {
|
4231
|
+
"type": "unknown\n",
|
4232
|
+
"description": "Function used on specific keys within the item object. `customSort` is skipped for columns with `customKeySort` specified."
|
4221
4233
|
},
|
4222
4234
|
"VDataTableVirtual/fixed-header": {
|
4223
4235
|
"type": "boolean\n",
|
@@ -4227,10 +4239,6 @@
|
|
4227
4239
|
"type": "boolean\n",
|
4228
4240
|
"description": "Use the fixed-footer prop together with the height prop to fix the footer to the bottom of the table."
|
4229
4241
|
},
|
4230
|
-
"VDataTableVirtual/hover": {
|
4231
|
-
"type": "boolean\n",
|
4232
|
-
"description": "Will add a hover effect to a table's row when the mouse is over it."
|
4233
|
-
},
|
4234
4242
|
"VDataTableVirtual/item-height": {
|
4235
4243
|
"type": "string | number\n",
|
4236
4244
|
"description": "Height in pixels of each item to display."
|
@@ -4304,7 +4312,7 @@
|
|
4304
4312
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
4305
4313
|
},
|
4306
4314
|
"VDateInput/position": {
|
4307
|
-
"type": "'
|
4315
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
4308
4316
|
"description": "Sets the position for the component."
|
4309
4317
|
},
|
4310
4318
|
"VDateInput/rounded": {
|
@@ -4541,7 +4549,7 @@
|
|
4541
4549
|
},
|
4542
4550
|
"VDateInput/hide-actions": {
|
4543
4551
|
"type": "boolean\n",
|
4544
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4552
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDateInput.json))"
|
4545
4553
|
},
|
4546
4554
|
"VDateInput/mode-icon": {
|
4547
4555
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
@@ -4767,6 +4775,10 @@
|
|
4767
4775
|
"type": "boolean\n",
|
4768
4776
|
"description": "Changes the picker to landscape mode."
|
4769
4777
|
},
|
4778
|
+
"VDatePickerControls/active": {
|
4779
|
+
"type": "string | string[]\n",
|
4780
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
4781
|
+
},
|
4770
4782
|
"VDatePickerControls/text": {
|
4771
4783
|
"type": "string\n",
|
4772
4784
|
"description": "Specify content text for the component."
|
@@ -4775,10 +4787,6 @@
|
|
4775
4787
|
"type": "string | boolean | string[]\n",
|
4776
4788
|
"description": "Removes the ability to click or target the component."
|
4777
4789
|
},
|
4778
|
-
"VDatePickerControls/active": {
|
4779
|
-
"type": "string | string[]\n",
|
4780
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
4781
|
-
},
|
4782
4790
|
"VDatePickerControls/next-icon": {
|
4783
4791
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
4784
4792
|
"description": "Icon used for the next button."
|
@@ -4788,7 +4796,7 @@
|
|
4788
4796
|
"description": "Icon used for the previous button."
|
4789
4797
|
},
|
4790
4798
|
"VDatePickerControls/view-mode": {
|
4791
|
-
"type": "'month' | '
|
4799
|
+
"type": "'month' | 'year' | 'months'\n",
|
4792
4800
|
"description": "Sets the view mode of the date picker."
|
4793
4801
|
},
|
4794
4802
|
"VDatePickerControls/mode-icon": {
|
@@ -4857,7 +4865,7 @@
|
|
4857
4865
|
},
|
4858
4866
|
"VDatePickerMonth/first-day-of-week": {
|
4859
4867
|
"type": "string | number\n",
|
4860
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4868
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/calendar.json))"
|
4861
4869
|
},
|
4862
4870
|
"VDatePickerMonth/allowed-dates": {
|
4863
4871
|
"type": "unknown[] | ((date: unknown) => boolean)\n",
|
@@ -4897,19 +4905,15 @@
|
|
4897
4905
|
},
|
4898
4906
|
"VDatePickerMonths/max": {
|
4899
4907
|
"type": "unknown\n",
|
4900
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4908
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
|
4901
4909
|
},
|
4902
4910
|
"VDatePickerMonths/year": {
|
4903
4911
|
"type": "number\n",
|
4904
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4912
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
|
4905
4913
|
},
|
4906
4914
|
"VDatePickerMonths/min": {
|
4907
4915
|
"type": "unknown\n",
|
4908
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
4909
|
-
},
|
4910
|
-
"VDatePickerYears/model-value": {
|
4911
|
-
"type": "number\n",
|
4912
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
4916
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VDatePickerMonths.json))"
|
4913
4917
|
},
|
4914
4918
|
"VDatePickerYears/height": {
|
4915
4919
|
"type": "string | number\n",
|
@@ -4923,14 +4927,14 @@
|
|
4923
4927
|
"type": "unknown\n",
|
4924
4928
|
"description": "Sets the maximum date of the month."
|
4925
4929
|
},
|
4930
|
+
"VDatePickerYears/model-value": {
|
4931
|
+
"type": "number\n",
|
4932
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
4933
|
+
},
|
4926
4934
|
"VDatePickerYears/min": {
|
4927
4935
|
"type": "unknown\n",
|
4928
4936
|
"description": "Sets the minimum date of the month."
|
4929
4937
|
},
|
4930
|
-
"VDefaultsProvider/reset": {
|
4931
|
-
"type": "string | number\n",
|
4932
|
-
"description": "Reset the default values up the nested chain by {n} amount."
|
4933
|
-
},
|
4934
4938
|
"VDefaultsProvider/disabled": {
|
4935
4939
|
"type": "boolean\n",
|
4936
4940
|
"description": "Turns off all calculations of new default values for improved performance in situations where defaults propagation isn't necessary."
|
@@ -4939,6 +4943,10 @@
|
|
4939
4943
|
"type": "string | boolean\n",
|
4940
4944
|
"description": "Force current defaults to match the application root defaults."
|
4941
4945
|
},
|
4946
|
+
"VDefaultsProvider/reset": {
|
4947
|
+
"type": "string | number\n",
|
4948
|
+
"description": "Reset the default values up the nested chain by {n} amount."
|
4949
|
+
},
|
4942
4950
|
"VDefaultsProvider/scoped": {
|
4943
4951
|
"type": "boolean\n",
|
4944
4952
|
"description": "Prevents the ability for default values to be inherited from parent components."
|
@@ -4947,9 +4955,9 @@
|
|
4947
4955
|
"type": "{\n global: Record<string, unknown>\n [string]: Record<string, unknown>\n}\n",
|
4948
4956
|
"description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values."
|
4949
4957
|
},
|
4950
|
-
"VDialog/
|
4951
|
-
"type": "
|
4952
|
-
"description": "
|
4958
|
+
"VDialog/theme": {
|
4959
|
+
"type": "string\n",
|
4960
|
+
"description": "Specify a theme for this component and all of its children."
|
4953
4961
|
},
|
4954
4962
|
"VDialog/height": {
|
4955
4963
|
"type": "string | number\n",
|
@@ -4975,6 +4983,10 @@
|
|
4975
4983
|
"type": "string | number\n",
|
4976
4984
|
"description": "Sets the width for the component."
|
4977
4985
|
},
|
4986
|
+
"VDialog/disabled": {
|
4987
|
+
"type": "boolean\n",
|
4988
|
+
"description": "Removes the ability to click or target the component."
|
4989
|
+
},
|
4978
4990
|
"VDialog/location": {
|
4979
4991
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
4980
4992
|
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
@@ -4983,22 +4995,30 @@
|
|
4983
4995
|
"type": "boolean\n",
|
4984
4996
|
"description": "Applies **position: absolute** to the content element."
|
4985
4997
|
},
|
4986
|
-
"VDialog/
|
4987
|
-
"type": "string\n",
|
4988
|
-
"description": "Specify a theme for this component and all of its children."
|
4989
|
-
},
|
4990
|
-
"VDialog/eager": {
|
4998
|
+
"VDialog/model-value": {
|
4991
4999
|
"type": "boolean\n",
|
4992
|
-
"description": "
|
5000
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
4993
5001
|
},
|
4994
|
-
"VDialog/
|
4995
|
-
"type": "boolean\n",
|
4996
|
-
"description": "
|
5002
|
+
"VDialog/transition": {
|
5003
|
+
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
|
5004
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
4997
5005
|
},
|
4998
5006
|
"VDialog/activator": {
|
4999
|
-
"type": "(string & {}) |
|
5007
|
+
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
5000
5008
|
"description": "Explicitly sets the overlay's activator."
|
5001
5009
|
},
|
5010
|
+
"VDialog/fullscreen": {
|
5011
|
+
"type": "boolean\n",
|
5012
|
+
"description": "Changes layout for fullscreen display."
|
5013
|
+
},
|
5014
|
+
"VDialog/retain-focus": {
|
5015
|
+
"type": "boolean\n",
|
5016
|
+
"description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
|
5017
|
+
},
|
5018
|
+
"VDialog/scrollable": {
|
5019
|
+
"type": "boolean\n",
|
5020
|
+
"description": "When set to true, expects a `v-card` and a `v-card-text` component with a designated height. For more information, check out the [scrollable example](/components/dialogs#scrollable)."
|
5021
|
+
},
|
5002
5022
|
"VDialog/close-on-back": {
|
5003
5023
|
"type": "boolean\n",
|
5004
5024
|
"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."
|
@@ -5036,7 +5056,7 @@
|
|
5036
5056
|
"description": "The z-index used for the component."
|
5037
5057
|
},
|
5038
5058
|
"VDialog/target": {
|
5039
|
-
"type": " | (string & {})\n |
|
5059
|
+
"type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
5040
5060
|
"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."
|
5041
5061
|
},
|
5042
5062
|
"VDialog/activator-props": {
|
@@ -5067,6 +5087,10 @@
|
|
5067
5087
|
"type": "string | number\n",
|
5068
5088
|
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
5069
5089
|
},
|
5090
|
+
"VDialog/eager": {
|
5091
|
+
"type": "boolean\n",
|
5092
|
+
"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."
|
5093
|
+
},
|
5070
5094
|
"VDialog/location-strategy": {
|
5071
5095
|
"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",
|
5072
5096
|
"description": "A function used to specifies how the component should position relative to its activator."
|
@@ -5080,45 +5104,29 @@
|
|
5080
5104
|
"description": "A single value that offsets content away from the target based upon what side it is on."
|
5081
5105
|
},
|
5082
5106
|
"VDialog/scroll-strategy": {
|
5083
|
-
"type": "'close' | '
|
5107
|
+
"type": "'close' | 'block' | 'none' | 'reposition' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/scrollStrategies.ts#L17-L17\" target=\"_blank\">ScrollStrategyFn</a>\n",
|
5084
5108
|
"description": "Strategy used when the component is activate and user scrolls."
|
5085
5109
|
},
|
5086
|
-
"VDialog/transition": {
|
5087
|
-
"type": " | string\n | boolean\n | (TransitionProps & { component: Component })\n | { component: Component }\n",
|
5088
|
-
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
5089
|
-
},
|
5090
5110
|
"VDialog/attach": {
|
5091
5111
|
"type": "string | boolean | Element\n",
|
5092
5112
|
"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."
|
5093
5113
|
},
|
5094
|
-
"
|
5095
|
-
"type": "boolean\n",
|
5096
|
-
"description": "Changes layout for fullscreen display."
|
5097
|
-
},
|
5098
|
-
"VDialog/retain-focus": {
|
5099
|
-
"type": "boolean\n",
|
5100
|
-
"description": "Tab focus will return to the first child of the dialog by default. Disable this when using external tools that require focus such as TinyMCE or vue-clipboard."
|
5101
|
-
},
|
5102
|
-
"VDialog/scrollable": {
|
5114
|
+
"VDialogBottomTransition/disabled": {
|
5103
5115
|
"type": "boolean\n",
|
5104
|
-
"description": "
|
5116
|
+
"description": "Removes the ability to click or target the component."
|
5105
5117
|
},
|
5106
5118
|
"VDialogBottomTransition/mode": {
|
5107
5119
|
"type": "string\n",
|
5108
5120
|
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
|
5109
5121
|
},
|
5110
|
-
"VDialogBottomTransition/
|
5111
|
-
"type": "
|
5112
|
-
"description": "
|
5122
|
+
"VDialogBottomTransition/origin": {
|
5123
|
+
"type": "string\n",
|
5124
|
+
"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)."
|
5113
5125
|
},
|
5114
5126
|
"VDialogBottomTransition/group": {
|
5115
5127
|
"type": "boolean\n",
|
5116
5128
|
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
5117
5129
|
},
|
5118
|
-
"VDialogBottomTransition/origin": {
|
5119
|
-
"type": "string\n",
|
5120
|
-
"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)."
|
5121
|
-
},
|
5122
5130
|
"VDialogBottomTransition/hide-on-leave": {
|
5123
5131
|
"type": "boolean\n",
|
5124
5132
|
"description": "Hides the leaving element (no exit animation)."
|
@@ -5127,22 +5135,22 @@
|
|
5127
5135
|
"type": "boolean\n",
|
5128
5136
|
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))."
|
5129
5137
|
},
|
5130
|
-
"VDialogTopTransition/mode": {
|
5131
|
-
"type": "string\n",
|
5132
|
-
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
|
5133
|
-
},
|
5134
5138
|
"VDialogTopTransition/disabled": {
|
5135
5139
|
"type": "boolean\n",
|
5136
5140
|
"description": "Removes the ability to click or target the component."
|
5137
5141
|
},
|
5138
|
-
"VDialogTopTransition/
|
5139
|
-
"type": "
|
5140
|
-
"description": "
|
5142
|
+
"VDialogTopTransition/mode": {
|
5143
|
+
"type": "string\n",
|
5144
|
+
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
|
5141
5145
|
},
|
5142
5146
|
"VDialogTopTransition/origin": {
|
5143
5147
|
"type": "string\n",
|
5144
5148
|
"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)."
|
5145
5149
|
},
|
5150
|
+
"VDialogTopTransition/group": {
|
5151
|
+
"type": "boolean\n",
|
5152
|
+
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
5153
|
+
},
|
5146
5154
|
"VDialogTopTransition/hide-on-leave": {
|
5147
5155
|
"type": "boolean\n",
|
5148
5156
|
"description": "Hides the leaving element (no exit animation)."
|
@@ -5167,10 +5175,6 @@
|
|
5167
5175
|
"type": "string\n",
|
5168
5176
|
"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)."
|
5169
5177
|
},
|
5170
|
-
"VDivider/inset": {
|
5171
|
-
"type": "boolean\n",
|
5172
|
-
"description": "Adds indentation (72px) for **normal** dividers, reduces max height for **vertical**."
|
5173
|
-
},
|
5174
5178
|
"VDivider/opacity": {
|
5175
5179
|
"type": "string | number\n",
|
5176
5180
|
"description": "Sets the component's opacity value"
|
@@ -5179,6 +5183,10 @@
|
|
5179
5183
|
"type": "boolean\n",
|
5180
5184
|
"description": "Displays dividers vertically."
|
5181
5185
|
},
|
5186
|
+
"VDivider/inset": {
|
5187
|
+
"type": "boolean\n",
|
5188
|
+
"description": "Adds indentation (72px) for **normal** dividers, reduces max height for **vertical**."
|
5189
|
+
},
|
5182
5190
|
"VDivider/thickness": {
|
5183
5191
|
"type": "string | number\n",
|
5184
5192
|
"description": "Sets the dividers thickness. Default unit is px."
|
@@ -5187,18 +5195,14 @@
|
|
5187
5195
|
"type": "string\n",
|
5188
5196
|
"description": "Specify a title text for the component."
|
5189
5197
|
},
|
5190
|
-
"VEmptyState/theme": {
|
5191
|
-
"type": "string\n",
|
5192
|
-
"description": "Specify a theme for this component and all of its children."
|
5193
|
-
},
|
5194
|
-
"VEmptyState/size": {
|
5195
|
-
"type": "string | number\n",
|
5196
|
-
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
5197
|
-
},
|
5198
5198
|
"VEmptyState/text": {
|
5199
5199
|
"type": "string\n",
|
5200
5200
|
"description": "Specify content text for the component."
|
5201
5201
|
},
|
5202
|
+
"VEmptyState/icon": {
|
5203
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
5204
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
5205
|
+
},
|
5202
5206
|
"VEmptyState/height": {
|
5203
5207
|
"type": "string | number\n",
|
5204
5208
|
"description": "Sets the height for the component."
|
@@ -5223,22 +5227,14 @@
|
|
5223
5227
|
"type": "string | number\n",
|
5224
5228
|
"description": "Sets the width for the component."
|
5225
5229
|
},
|
5226
|
-
"VEmptyState/
|
5227
|
-
"type": "string\n",
|
5228
|
-
"description": "The URL the action button links to."
|
5229
|
-
},
|
5230
|
-
"VEmptyState/to": {
|
5230
|
+
"VEmptyState/theme": {
|
5231
5231
|
"type": "string\n",
|
5232
|
-
"description": "
|
5232
|
+
"description": "Specify a theme for this component and all of its children."
|
5233
5233
|
},
|
5234
5234
|
"VEmptyState/color": {
|
5235
5235
|
"type": "string\n",
|
5236
5236
|
"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)."
|
5237
5237
|
},
|
5238
|
-
"VEmptyState/icon": {
|
5239
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
5240
|
-
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
5241
|
-
},
|
5242
5238
|
"VEmptyState/image": {
|
5243
5239
|
"type": "string\n",
|
5244
5240
|
"description": "Apply a specific image using [v-img](/components/images/)."
|
@@ -5247,6 +5243,10 @@
|
|
5247
5243
|
"type": "string\n",
|
5248
5244
|
"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)."
|
5249
5245
|
},
|
5246
|
+
"VEmptyState/size": {
|
5247
|
+
"type": "string | number\n",
|
5248
|
+
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
5249
|
+
},
|
5250
5250
|
"VEmptyState/headline": {
|
5251
5251
|
"type": "string\n",
|
5252
5252
|
"description": "A large headline often used for 404 pages."
|
@@ -5256,33 +5256,41 @@
|
|
5256
5256
|
"description": "The text used for the action button."
|
5257
5257
|
},
|
5258
5258
|
"VEmptyState/justify": {
|
5259
|
-
"type": "'
|
5259
|
+
"type": "'end' | 'start' | 'center'\n",
|
5260
5260
|
"description": "Control the justification of the text."
|
5261
5261
|
},
|
5262
5262
|
"VEmptyState/text-width": {
|
5263
5263
|
"type": "string | number\n",
|
5264
5264
|
"description": "Sets the width of the text container."
|
5265
5265
|
},
|
5266
|
-
"
|
5267
|
-
"type": "
|
5268
|
-
"description": "
|
5266
|
+
"VEmptyState/href": {
|
5267
|
+
"type": "string\n",
|
5268
|
+
"description": "The URL the action button links to."
|
5269
|
+
},
|
5270
|
+
"VEmptyState/to": {
|
5271
|
+
"type": "string\n",
|
5272
|
+
"description": "The URL the action button links to."
|
5269
5273
|
},
|
5270
5274
|
"VExpandTransition/mode": {
|
5271
5275
|
"type": "'default' | 'in-out' | 'out-in'\n",
|
5272
5276
|
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
|
5273
5277
|
},
|
5274
|
-
"VExpandTransition/
|
5278
|
+
"VExpandTransition/disabled": {
|
5275
5279
|
"type": "boolean\n",
|
5276
|
-
"description": "
|
5280
|
+
"description": "Removes the ability to click or target the component."
|
5277
5281
|
},
|
5278
|
-
"
|
5282
|
+
"VExpandTransition/group": {
|
5279
5283
|
"type": "boolean\n",
|
5280
|
-
"description": "
|
5284
|
+
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
5281
5285
|
},
|
5282
5286
|
"VExpandXTransition/mode": {
|
5283
5287
|
"type": "'default' | 'in-out' | 'out-in'\n",
|
5284
5288
|
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
|
5285
5289
|
},
|
5290
|
+
"VExpandXTransition/disabled": {
|
5291
|
+
"type": "boolean\n",
|
5292
|
+
"description": "Removes the ability to click or target the component."
|
5293
|
+
},
|
5286
5294
|
"VExpandXTransition/group": {
|
5287
5295
|
"type": "boolean\n",
|
5288
5296
|
"description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
|
@@ -5551,6 +5559,10 @@
|
|
5551
5559
|
"type": "boolean\n",
|
5552
5560
|
"description": "Removes the button box shadow. This is different than using the 'flat' variant."
|
5553
5561
|
},
|
5562
|
+
"VFab/replace": {
|
5563
|
+
"type": "boolean\n",
|
5564
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
5565
|
+
},
|
5554
5566
|
"VFab/border": {
|
5555
5567
|
"type": "string | number | boolean\n",
|
5556
5568
|
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
|
@@ -5600,7 +5612,7 @@
|
|
5600
5612
|
"description": "The location of the fab relative to the layout. Only works when using **app**."
|
5601
5613
|
},
|
5602
5614
|
"VFab/position": {
|
5603
|
-
"type": "'
|
5615
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
5604
5616
|
"description": "Sets the position for the component."
|
5605
5617
|
},
|
5606
5618
|
"VFab/absolute": {
|
@@ -5635,10 +5647,6 @@
|
|
5635
5647
|
"type": "string\n",
|
5636
5648
|
"description": "Assign a specific name for layout registration."
|
5637
5649
|
},
|
5638
|
-
"VFab/replace": {
|
5639
|
-
"type": "boolean\n",
|
5640
|
-
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
5641
|
-
},
|
5642
5650
|
"VFab/extended": {
|
5643
5651
|
"type": "boolean\n",
|
5644
5652
|
"description": "An alternate style for the FAB that expects text."
|
@@ -5715,6 +5723,14 @@
|
|
5715
5723
|
"type": "boolean | { class: string }\n",
|
5716
5724
|
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
5717
5725
|
},
|
5726
|
+
"VFab/href": {
|
5727
|
+
"type": "string\n",
|
5728
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
5729
|
+
},
|
5730
|
+
"VFab/to": {
|
5731
|
+
"type": "RouteLocationRaw\n",
|
5732
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
5733
|
+
},
|
5718
5734
|
"VFab/app": {
|
5719
5735
|
"type": "boolean\n",
|
5720
5736
|
"description": "If true, attaches to the closest layout and positions according to the value of **location**."
|
@@ -5731,14 +5747,6 @@
|
|
5731
5747
|
"type": "boolean\n",
|
5732
5748
|
"description": "Displays the button as a flex-column."
|
5733
5749
|
},
|
5734
|
-
"VFab/href": {
|
5735
|
-
"type": "string\n",
|
5736
|
-
"description": "Designates the component as anchor and applies the **href** attribute."
|
5737
|
-
},
|
5738
|
-
"VFab/to": {
|
5739
|
-
"type": "RouteLocationRaw\n",
|
5740
|
-
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
5741
|
-
},
|
5742
5750
|
"VFabTransition/mode": {
|
5743
5751
|
"type": "string\n",
|
5744
5752
|
"description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
|
@@ -5791,41 +5799,17 @@
|
|
5791
5799
|
"type": "boolean\n",
|
5792
5800
|
"description": "Removes box shadow when using a variant with elevation."
|
5793
5801
|
},
|
5794
|
-
"VField/
|
5795
|
-
"type": "
|
5796
|
-
"description": "
|
5802
|
+
"VField/model-value": {
|
5803
|
+
"type": "unknown\n",
|
5804
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
5797
5805
|
},
|
5798
5806
|
"VField/error": {
|
5799
5807
|
"type": "boolean\n",
|
5800
5808
|
"description": "Puts the input in a manual error state."
|
5801
5809
|
},
|
5802
|
-
"VField/
|
5803
|
-
"type": "string\n",
|
5804
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
5805
|
-
},
|
5806
|
-
"VField/theme": {
|
5807
|
-
"type": "string\n",
|
5808
|
-
"description": "Specify a theme for this component and all of its children."
|
5809
|
-
},
|
5810
|
-
"VField/id": {
|
5811
|
-
"type": "string\n",
|
5812
|
-
"description": "Sets the DOM id on the component."
|
5813
|
-
},
|
5814
|
-
"VField/active": {
|
5815
|
-
"type": "boolean\n",
|
5816
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
5817
|
-
},
|
5818
|
-
"VField/base-color": {
|
5819
|
-
"type": "string\n",
|
5820
|
-
"description": "Sets the color of the input when it is not focused."
|
5821
|
-
},
|
5822
|
-
"VField/disabled": {
|
5810
|
+
"VField/reverse": {
|
5823
5811
|
"type": "boolean\n",
|
5824
|
-
"description": "
|
5825
|
-
},
|
5826
|
-
"VField/loading": {
|
5827
|
-
"type": "string | boolean\n",
|
5828
|
-
"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."
|
5812
|
+
"description": "Reverses the orientation."
|
5829
5813
|
},
|
5830
5814
|
"VField/rounded": {
|
5831
5815
|
"type": "string | number | boolean\n",
|
@@ -5835,6 +5819,10 @@
|
|
5835
5819
|
"type": "boolean\n",
|
5836
5820
|
"description": "Removes any applied **border-radius** from the component."
|
5837
5821
|
},
|
5822
|
+
"VField/theme": {
|
5823
|
+
"type": "string\n",
|
5824
|
+
"description": "Specify a theme for this component and all of its children."
|
5825
|
+
},
|
5838
5826
|
"VField/color": {
|
5839
5827
|
"type": "string\n",
|
5840
5828
|
"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)."
|
@@ -5843,14 +5831,26 @@
|
|
5843
5831
|
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
5844
5832
|
"description": "Applies a distinct style to the component."
|
5845
5833
|
},
|
5846
|
-
"VField/
|
5847
|
-
"type": "
|
5848
|
-
"description": "
|
5834
|
+
"VField/label": {
|
5835
|
+
"type": "string\n",
|
5836
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
5837
|
+
},
|
5838
|
+
"VField/base-color": {
|
5839
|
+
"type": "string\n",
|
5840
|
+
"description": "Sets the color of the input when it is not focused."
|
5849
5841
|
},
|
5850
5842
|
"VField/bg-color": {
|
5851
5843
|
"type": "string\n",
|
5852
5844
|
"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)."
|
5853
5845
|
},
|
5846
|
+
"VField/disabled": {
|
5847
|
+
"type": "boolean\n",
|
5848
|
+
"description": "Removes the ability to click or target the input."
|
5849
|
+
},
|
5850
|
+
"VField/id": {
|
5851
|
+
"type": "string\n",
|
5852
|
+
"description": "Sets the DOM id on the component."
|
5853
|
+
},
|
5854
5854
|
"VField/center-affix": {
|
5855
5855
|
"type": "boolean\n",
|
5856
5856
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
@@ -5871,6 +5871,10 @@
|
|
5871
5871
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
5872
5872
|
"description": "The icon used when the **clearable** prop is set to true."
|
5873
5873
|
},
|
5874
|
+
"VField/active": {
|
5875
|
+
"type": "boolean\n",
|
5876
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
5877
|
+
},
|
5874
5878
|
"VField/dirty": {
|
5875
5879
|
"type": "boolean\n",
|
5876
5880
|
"description": "Manually apply the dirty state styling."
|
@@ -5887,6 +5891,10 @@
|
|
5887
5891
|
"type": "boolean\n",
|
5888
5892
|
"description": "Label does not move on focus/dirty."
|
5889
5893
|
},
|
5894
|
+
"VField/loading": {
|
5895
|
+
"type": "string | boolean\n",
|
5896
|
+
"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."
|
5897
|
+
},
|
5890
5898
|
"VFieldLabel/floating": {
|
5891
5899
|
"type": "boolean\n",
|
5892
5900
|
"description": "Elevates the label above the slotted content."
|
@@ -5895,17 +5903,49 @@
|
|
5895
5903
|
"type": "boolean\n",
|
5896
5904
|
"description": "Removes box shadow when using a variant with elevation."
|
5897
5905
|
},
|
5898
|
-
"VFileInput/
|
5899
|
-
"type": "
|
5900
|
-
"description": "
|
5906
|
+
"VFileInput/reverse": {
|
5907
|
+
"type": "boolean\n",
|
5908
|
+
"description": "Reverses the orientation."
|
5909
|
+
},
|
5910
|
+
"VFileInput/name": {
|
5911
|
+
"type": "string\n",
|
5912
|
+
"description": "Sets the component's name attribute."
|
5901
5913
|
},
|
5902
5914
|
"VFileInput/error": {
|
5903
5915
|
"type": "boolean\n",
|
5904
5916
|
"description": "Puts the input in a manual error state."
|
5905
5917
|
},
|
5906
|
-
"VFileInput/
|
5918
|
+
"VFileInput/label": {
|
5919
|
+
"type": "string\n",
|
5920
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
5921
|
+
},
|
5922
|
+
"VFileInput/theme": {
|
5923
|
+
"type": "string\n",
|
5924
|
+
"description": "Specify a theme for this component and all of its children."
|
5925
|
+
},
|
5926
|
+
"VFileInput/id": {
|
5927
|
+
"type": "string\n",
|
5928
|
+
"description": "Sets the DOM id on the component."
|
5929
|
+
},
|
5930
|
+
"VFileInput/active": {
|
5907
5931
|
"type": "boolean\n",
|
5908
|
-
"description": "
|
5932
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
5933
|
+
},
|
5934
|
+
"VFileInput/base-color": {
|
5935
|
+
"type": "string\n",
|
5936
|
+
"description": "Sets the color of the input when it is not focused."
|
5937
|
+
},
|
5938
|
+
"VFileInput/prepend-icon": {
|
5939
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
5940
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
5941
|
+
},
|
5942
|
+
"VFileInput/append-icon": {
|
5943
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
5944
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
5945
|
+
},
|
5946
|
+
"VFileInput/readonly": {
|
5947
|
+
"type": "boolean\n",
|
5948
|
+
"description": "Puts input in readonly state."
|
5909
5949
|
},
|
5910
5950
|
"VFileInput/density": {
|
5911
5951
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
@@ -5923,6 +5963,14 @@
|
|
5923
5963
|
"type": "string | number\n",
|
5924
5964
|
"description": "Sets the width for the component."
|
5925
5965
|
},
|
5966
|
+
"VFileInput/disabled": {
|
5967
|
+
"type": "boolean\n",
|
5968
|
+
"description": "Removes the ability to click or target the input."
|
5969
|
+
},
|
5970
|
+
"VFileInput/loading": {
|
5971
|
+
"type": "string | boolean\n",
|
5972
|
+
"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."
|
5973
|
+
},
|
5926
5974
|
"VFileInput/rounded": {
|
5927
5975
|
"type": "string | number | boolean\n",
|
5928
5976
|
"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)."
|
@@ -5931,10 +5979,6 @@
|
|
5931
5979
|
"type": "boolean\n",
|
5932
5980
|
"description": "Removes any applied **border-radius** from the component."
|
5933
5981
|
},
|
5934
|
-
"VFileInput/theme": {
|
5935
|
-
"type": "string\n",
|
5936
|
-
"description": "Specify a theme for this component and all of its children."
|
5937
|
-
},
|
5938
5982
|
"VFileInput/color": {
|
5939
5983
|
"type": "string\n",
|
5940
5984
|
"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)."
|
@@ -5943,54 +5987,34 @@
|
|
5943
5987
|
"type": " | 'outlined'\n | 'plain'\n | 'underlined'\n | 'filled'\n | 'solo'\n | 'solo-inverted'\n | 'solo-filled'\n",
|
5944
5988
|
"description": "Applies a distinct style to the component."
|
5945
5989
|
},
|
5946
|
-
"VFileInput/
|
5947
|
-
"type": "
|
5948
|
-
"description": "
|
5949
|
-
},
|
5950
|
-
"VFileInput/label": {
|
5951
|
-
"type": "string\n",
|
5952
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
5953
|
-
},
|
5954
|
-
"VFileInput/chips": {
|
5955
|
-
"type": "boolean\n",
|
5956
|
-
"description": "Changes display of selections to chips."
|
5957
|
-
},
|
5958
|
-
"VFileInput/base-color": {
|
5959
|
-
"type": "string\n",
|
5960
|
-
"description": "Sets the color of the input when it is not focused."
|
5990
|
+
"VFileInput/model-value": {
|
5991
|
+
"type": "File | File[]\n",
|
5992
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
5961
5993
|
},
|
5962
5994
|
"VFileInput/bg-color": {
|
5963
5995
|
"type": "string\n",
|
5964
5996
|
"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)."
|
5965
5997
|
},
|
5966
|
-
"VFileInput/disabled": {
|
5967
|
-
"type": "boolean\n",
|
5968
|
-
"description": "Removes the ability to click or target the input."
|
5969
|
-
},
|
5970
5998
|
"VFileInput/multiple": {
|
5971
5999
|
"type": "boolean\n",
|
5972
6000
|
"description": "Adds the **multiple** attribute to the input, allowing multiple file selections."
|
5973
6001
|
},
|
5974
|
-
"VFileInput/
|
5975
|
-
"type": "
|
5976
|
-
"description": "
|
6002
|
+
"VFileInput/direction": {
|
6003
|
+
"type": "'horizontal' | 'vertical'\n",
|
6004
|
+
"description": "Changes the direction of the input."
|
6005
|
+
},
|
6006
|
+
"VFileInput/chips": {
|
6007
|
+
"type": "boolean\n",
|
6008
|
+
"description": "Changes display of selections to chips."
|
5977
6009
|
},
|
5978
6010
|
"VFileInput/counter": {
|
5979
6011
|
"type": "boolean\n",
|
5980
6012
|
"description": "Displays the number of selected files."
|
5981
6013
|
},
|
5982
|
-
"VFileInput/append-icon": {
|
5983
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
5984
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
5985
|
-
},
|
5986
6014
|
"VFileInput/center-affix": {
|
5987
6015
|
"type": "boolean\n",
|
5988
6016
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
5989
6017
|
},
|
5990
|
-
"VFileInput/prepend-icon": {
|
5991
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
5992
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
5993
|
-
},
|
5994
6018
|
"VFileInput/hide-spin-buttons": {
|
5995
6019
|
"type": "boolean\n",
|
5996
6020
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
@@ -6007,10 +6031,6 @@
|
|
6007
6031
|
"type": "string | string[]\n",
|
6008
6032
|
"description": "Displays a list of messages or a single message if using a string."
|
6009
6033
|
},
|
6010
|
-
"VFileInput/direction": {
|
6011
|
-
"type": "'horizontal' | 'vertical'\n",
|
6012
|
-
"description": "Changes the direction of the input."
|
6013
|
-
},
|
6014
6034
|
"VFileInput/error-messages": {
|
6015
6035
|
"type": "string | string[]\n",
|
6016
6036
|
"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."
|
@@ -6019,10 +6039,6 @@
|
|
6019
6039
|
"type": "string | number\n",
|
6020
6040
|
"description": "Control the maximum number of shown errors from validation."
|
6021
6041
|
},
|
6022
|
-
"VFileInput/readonly": {
|
6023
|
-
"type": "boolean\n",
|
6024
|
-
"description": "Puts input in readonly state."
|
6025
|
-
},
|
6026
6042
|
"VFileInput/rules": {
|
6027
6043
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
|
6028
6044
|
"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`."
|
@@ -6055,10 +6071,6 @@
|
|
6055
6071
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
6056
6072
|
"description": "The icon used when the **clearable** prop is set to true."
|
6057
6073
|
},
|
6058
|
-
"VFileInput/active": {
|
6059
|
-
"type": "boolean\n",
|
6060
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
6061
|
-
},
|
6062
6074
|
"VFileInput/dirty": {
|
6063
6075
|
"type": "boolean\n",
|
6064
6076
|
"description": "Manually apply the dirty state styling."
|
@@ -6075,50 +6087,42 @@
|
|
6075
6087
|
"type": "boolean\n",
|
6076
6088
|
"description": "Label does not move on focus/dirty."
|
6077
6089
|
},
|
6078
|
-
"VFileInput/loading": {
|
6079
|
-
"type": "string | boolean\n",
|
6080
|
-
"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."
|
6081
|
-
},
|
6082
6090
|
"VFileInput/counter-size-string": {
|
6083
6091
|
"type": "string\n",
|
6084
6092
|
"description": "The text displayed when using the **counter** and **show-size** props. Can also be customized globally on the [internationalization page](/customization/internationalization)."
|
6085
6093
|
},
|
6086
6094
|
"VFileInput/counter-string": {
|
6087
6095
|
"type": "string\n",
|
6088
|
-
"description": "The text displayed when using the **counter** prop. Can also be customized globally on the [internationalization page](/customization/internationalization)."
|
6089
|
-
},
|
6090
|
-
"VFileInput/hide-input": {
|
6091
|
-
"type": "boolean\n",
|
6092
|
-
"description": "Display the icon only without the input (file names)."
|
6093
|
-
},
|
6094
|
-
"VFileInput/show-size": {
|
6095
|
-
"type": "boolean | 1000 | 1024\n",
|
6096
|
-
"description": "Sets the displayed size of selected file(s). When using **true** will default to _1000_ displaying (**kB, MB, GB**) while _1024_ will display (**KiB, MiB, GiB**)."
|
6097
|
-
},
|
6098
|
-
"VFileUpload/length": {
|
6099
|
-
"type": "string | number\n",
|
6100
|
-
"description": "Sets the dividers length. Default unit is px."
|
6101
|
-
},
|
6102
|
-
"VFileUpload/tag": {
|
6103
|
-
"type": "string\n",
|
6104
|
-
"description": "Specify a custom tag used on the root element."
|
6105
|
-
},
|
6106
|
-
"VFileUpload/name": {
|
6107
|
-
"type": "string\n",
|
6108
|
-
"description": "Sets the component's name attribute."
|
6096
|
+
"description": "The text displayed when using the **counter** prop. Can also be customized globally on the [internationalization page](/customization/internationalization)."
|
6097
|
+
},
|
6098
|
+
"VFileInput/hide-input": {
|
6099
|
+
"type": "boolean\n",
|
6100
|
+
"description": "Display the icon only without the input (file names)."
|
6101
|
+
},
|
6102
|
+
"VFileInput/show-size": {
|
6103
|
+
"type": "boolean | 1000 | 1024\n",
|
6104
|
+
"description": "Sets the displayed size of selected file(s). When using **true** will default to _1000_ displaying (**kB, MB, GB**) while _1024_ will display (**KiB, MiB, GiB**)."
|
6109
6105
|
},
|
6110
6106
|
"VFileUpload/title": {
|
6111
6107
|
"type": "string\n",
|
6112
6108
|
"description": "Specify a title text for the component."
|
6113
6109
|
},
|
6114
|
-
"VFileUpload/
|
6115
|
-
"type": "string\n",
|
6116
|
-
"description": "
|
6110
|
+
"VFileUpload/length": {
|
6111
|
+
"type": "string | number\n",
|
6112
|
+
"description": "Sets the dividers length. Default unit is px."
|
6117
6113
|
},
|
6118
6114
|
"VFileUpload/border": {
|
6119
6115
|
"type": "string | number | boolean\n",
|
6120
6116
|
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
|
6121
6117
|
},
|
6118
|
+
"VFileUpload/icon": {
|
6119
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
6120
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
6121
|
+
},
|
6122
|
+
"VFileUpload/model-value": {
|
6123
|
+
"type": "File | File[]\n",
|
6124
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
6125
|
+
},
|
6122
6126
|
"VFileUpload/density": {
|
6123
6127
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
6124
6128
|
"description": "Adjusts the vertical height used by the component."
|
@@ -6151,16 +6155,12 @@
|
|
6151
6155
|
"type": "string | number\n",
|
6152
6156
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
6153
6157
|
},
|
6154
|
-
"VFileUpload/disabled": {
|
6155
|
-
"type": "boolean\n",
|
6156
|
-
"description": "Removes the ability to click or target the component."
|
6157
|
-
},
|
6158
6158
|
"VFileUpload/location": {
|
6159
6159
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
6160
6160
|
"description": "Specifies the component's location. Can combine by using a space separated string."
|
6161
6161
|
},
|
6162
6162
|
"VFileUpload/position": {
|
6163
|
-
"type": "'fixed' | '
|
6163
|
+
"type": "'fixed' | 'static' | 'relative' | 'absolute' | 'sticky'\n",
|
6164
6164
|
"description": "Sets the position for the component."
|
6165
6165
|
},
|
6166
6166
|
"VFileUpload/rounded": {
|
@@ -6171,21 +6171,33 @@
|
|
6171
6171
|
"type": "boolean\n",
|
6172
6172
|
"description": "Removes any applied **border-radius** from the component."
|
6173
6173
|
},
|
6174
|
+
"VFileUpload/tag": {
|
6175
|
+
"type": "string\n",
|
6176
|
+
"description": "Specify a custom tag used on the root element."
|
6177
|
+
},
|
6178
|
+
"VFileUpload/theme": {
|
6179
|
+
"type": "string\n",
|
6180
|
+
"description": "Specify a theme for this component and all of its children."
|
6181
|
+
},
|
6174
6182
|
"VFileUpload/color": {
|
6175
6183
|
"type": "string\n",
|
6176
6184
|
"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)."
|
6177
6185
|
},
|
6178
|
-
"VFileUpload/
|
6179
|
-
"type": "
|
6180
|
-
"description": "
|
6186
|
+
"VFileUpload/name": {
|
6187
|
+
"type": "string\n",
|
6188
|
+
"description": "Sets the component's name attribute."
|
6181
6189
|
},
|
6182
|
-
"VFileUpload/
|
6183
|
-
"type": "
|
6184
|
-
"description": "
|
6190
|
+
"VFileUpload/subtitle": {
|
6191
|
+
"type": "string\n",
|
6192
|
+
"description": "Specify a subtitle text for the component."
|
6193
|
+
},
|
6194
|
+
"VFileUpload/disabled": {
|
6195
|
+
"type": "boolean\n",
|
6196
|
+
"description": "Removes the ability to click or target the component."
|
6185
6197
|
},
|
6186
6198
|
"VFileUpload/multiple": {
|
6187
6199
|
"type": "boolean\n",
|
6188
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6200
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUpload.json))"
|
6189
6201
|
},
|
6190
6202
|
"VFileUpload/opacity": {
|
6191
6203
|
"type": "string | number\n",
|
@@ -6193,7 +6205,7 @@
|
|
6193
6205
|
},
|
6194
6206
|
"VFileUpload/scrim": {
|
6195
6207
|
"type": "string | boolean\n",
|
6196
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6208
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUpload.json))"
|
6197
6209
|
},
|
6198
6210
|
"VFileUpload/close-delay": {
|
6199
6211
|
"type": "string | number\n",
|
@@ -6203,10 +6215,6 @@
|
|
6203
6215
|
"type": "string | number\n",
|
6204
6216
|
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
6205
6217
|
},
|
6206
|
-
"VFileUpload/subtitle": {
|
6207
|
-
"type": "string\n",
|
6208
|
-
"description": "Specify a subtitle text for the component."
|
6209
|
-
},
|
6210
6218
|
"VFileUpload/clearable": {
|
6211
6219
|
"type": "boolean\n",
|
6212
6220
|
"description": "Allows for the component to be cleared."
|
@@ -6217,31 +6225,19 @@
|
|
6217
6225
|
},
|
6218
6226
|
"VFileUpload/browse-text": {
|
6219
6227
|
"type": "string\n",
|
6220
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6228
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUpload.json))"
|
6221
6229
|
},
|
6222
6230
|
"VFileUpload/divider-text": {
|
6223
6231
|
"type": "string\n",
|
6224
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6232
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUpload.json))"
|
6225
6233
|
},
|
6226
6234
|
"VFileUpload/hide-browse": {
|
6227
6235
|
"type": "boolean\n",
|
6228
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6236
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUpload.json))"
|
6229
6237
|
},
|
6230
6238
|
"VFileUpload/show-size": {
|
6231
6239
|
"type": "boolean\n",
|
6232
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6233
|
-
},
|
6234
|
-
"VFileUploadItem/tag": {
|
6235
|
-
"type": "string\n",
|
6236
|
-
"description": "Specify a custom tag used on the root element."
|
6237
|
-
},
|
6238
|
-
"VFileUploadItem/link": {
|
6239
|
-
"type": "boolean\n",
|
6240
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
6241
|
-
},
|
6242
|
-
"VFileUploadItem/nav": {
|
6243
|
-
"type": "boolean\n",
|
6244
|
-
"description": "Reduces the width v-list-item takes up as well as adding a border radius."
|
6240
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUpload.json))"
|
6245
6241
|
},
|
6246
6242
|
"VFileUploadItem/title": {
|
6247
6243
|
"type": "string | number\n",
|
@@ -6251,41 +6247,9 @@
|
|
6251
6247
|
"type": "boolean\n",
|
6252
6248
|
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
6253
6249
|
},
|
6254
|
-
"VFileUploadItem/
|
6255
|
-
"type": "string\n",
|
6256
|
-
"description": "Specify a theme for this component and all of its children."
|
6257
|
-
},
|
6258
|
-
"VFileUploadItem/value": {
|
6259
|
-
"type": "any\n",
|
6260
|
-
"description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
|
6261
|
-
},
|
6262
|
-
"VFileUploadItem/active": {
|
6263
|
-
"type": "boolean\n",
|
6264
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
6265
|
-
},
|
6266
|
-
"VFileUploadItem/active-color": {
|
6267
|
-
"type": "string\n",
|
6268
|
-
"description": "The applied color when the component is in an active state."
|
6269
|
-
},
|
6270
|
-
"VFileUploadItem/base-color": {
|
6271
|
-
"type": "string\n",
|
6272
|
-
"description": "Sets the color of component when not focused."
|
6273
|
-
},
|
6274
|
-
"VFileUploadItem/prepend-icon": {
|
6275
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
6276
|
-
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
6277
|
-
},
|
6278
|
-
"VFileUploadItem/append-icon": {
|
6279
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
6280
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
6281
|
-
},
|
6282
|
-
"VFileUploadItem/slim": {
|
6250
|
+
"VFileUploadItem/link": {
|
6283
6251
|
"type": "boolean\n",
|
6284
|
-
"description": "
|
6285
|
-
},
|
6286
|
-
"VFileUploadItem/ripple": {
|
6287
|
-
"type": "boolean | { class: string }\n",
|
6288
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
6252
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
6289
6253
|
},
|
6290
6254
|
"VFileUploadItem/border": {
|
6291
6255
|
"type": "string | number | boolean\n",
|
@@ -6323,10 +6287,6 @@
|
|
6323
6287
|
"type": "string | number\n",
|
6324
6288
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
6325
6289
|
},
|
6326
|
-
"VFileUploadItem/disabled": {
|
6327
|
-
"type": "boolean\n",
|
6328
|
-
"description": "Removes the ability to click or target the component."
|
6329
|
-
},
|
6330
6290
|
"VFileUploadItem/rounded": {
|
6331
6291
|
"type": "string | number | boolean\n",
|
6332
6292
|
"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)."
|
@@ -6335,37 +6295,77 @@
|
|
6335
6295
|
"type": "boolean\n",
|
6336
6296
|
"description": "Removes any applied **border-radius** from the component."
|
6337
6297
|
},
|
6338
|
-
"VFileUploadItem/
|
6298
|
+
"VFileUploadItem/tag": {
|
6339
6299
|
"type": "string\n",
|
6340
|
-
"description": "
|
6341
|
-
},
|
6342
|
-
"VFileUploadItem/exact": {
|
6343
|
-
"type": "boolean\n",
|
6344
|
-
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
6300
|
+
"description": "Specify a custom tag used on the root element."
|
6345
6301
|
},
|
6346
|
-
"VFileUploadItem/
|
6347
|
-
"type": "
|
6348
|
-
"description": "
|
6302
|
+
"VFileUploadItem/theme": {
|
6303
|
+
"type": "string\n",
|
6304
|
+
"description": "Specify a theme for this component and all of its children."
|
6349
6305
|
},
|
6350
6306
|
"VFileUploadItem/color": {
|
6351
6307
|
"type": "string\n",
|
6352
6308
|
"description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - 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),"
|
6353
6309
|
},
|
6354
6310
|
"VFileUploadItem/variant": {
|
6355
|
-
"type": "'
|
6311
|
+
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
6356
6312
|
"description": "Applies a distinct style to the component."
|
6357
6313
|
},
|
6358
|
-
"VFileUploadItem/
|
6359
|
-
"type": "
|
6360
|
-
"description": "
|
6314
|
+
"VFileUploadItem/exact": {
|
6315
|
+
"type": "boolean\n",
|
6316
|
+
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
6317
|
+
},
|
6318
|
+
"VFileUploadItem/subtitle": {
|
6319
|
+
"type": "string | number\n",
|
6320
|
+
"description": "Specify a subtitle text for the component."
|
6321
|
+
},
|
6322
|
+
"VFileUploadItem/base-color": {
|
6323
|
+
"type": "string\n",
|
6324
|
+
"description": "Sets the color of component when not focused."
|
6325
|
+
},
|
6326
|
+
"VFileUploadItem/active-color": {
|
6327
|
+
"type": "string\n",
|
6328
|
+
"description": "The applied color when the component is in an active state."
|
6361
6329
|
},
|
6362
6330
|
"VFileUploadItem/active-class": {
|
6363
6331
|
"type": "string\n",
|
6364
6332
|
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
|
6365
6333
|
},
|
6366
|
-
"VFileUploadItem/
|
6367
|
-
"type": "
|
6368
|
-
"description": "
|
6334
|
+
"VFileUploadItem/disabled": {
|
6335
|
+
"type": "boolean\n",
|
6336
|
+
"description": "Removes the ability to click or target the component."
|
6337
|
+
},
|
6338
|
+
"VFileUploadItem/lines": {
|
6339
|
+
"type": "false | 'one' | 'two' | 'three'\n",
|
6340
|
+
"description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
|
6341
|
+
},
|
6342
|
+
"VFileUploadItem/slim": {
|
6343
|
+
"type": "boolean\n",
|
6344
|
+
"description": "Reduces horizontal spacing for badges, icons, tooltips, and avatars to create a more compact visual representation."
|
6345
|
+
},
|
6346
|
+
"VFileUploadItem/nav": {
|
6347
|
+
"type": "boolean\n",
|
6348
|
+
"description": "Reduces the width v-list-item takes up as well as adding a border radius."
|
6349
|
+
},
|
6350
|
+
"VFileUploadItem/value": {
|
6351
|
+
"type": "any\n",
|
6352
|
+
"description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
|
6353
|
+
},
|
6354
|
+
"VFileUploadItem/append-icon": {
|
6355
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
6356
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
6357
|
+
},
|
6358
|
+
"VFileUploadItem/prepend-icon": {
|
6359
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
6360
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
6361
|
+
},
|
6362
|
+
"VFileUploadItem/clearable": {
|
6363
|
+
"type": "boolean\n",
|
6364
|
+
"description": "Allows for the component to be cleared."
|
6365
|
+
},
|
6366
|
+
"VFileUploadItem/active": {
|
6367
|
+
"type": "boolean\n",
|
6368
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
6369
6369
|
},
|
6370
6370
|
"VFileUploadItem/append-avatar": {
|
6371
6371
|
"type": "string\n",
|
@@ -6375,33 +6375,29 @@
|
|
6375
6375
|
"type": "string\n",
|
6376
6376
|
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
|
6377
6377
|
},
|
6378
|
-
"VFileUploadItem/
|
6379
|
-
"type": "boolean\n",
|
6380
|
-
"description": "
|
6378
|
+
"VFileUploadItem/ripple": {
|
6379
|
+
"type": "boolean | { class: string }\n",
|
6380
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
6381
|
+
},
|
6382
|
+
"VFileUploadItem/href": {
|
6383
|
+
"type": "string\n",
|
6384
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
6385
|
+
},
|
6386
|
+
"VFileUploadItem/to": {
|
6387
|
+
"type": "RouteLocationRaw\n",
|
6388
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
6381
6389
|
},
|
6382
6390
|
"VFileUploadItem/show-size": {
|
6383
6391
|
"type": "boolean\n",
|
6384
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6392
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUploadItem.json))"
|
6385
6393
|
},
|
6386
6394
|
"VFileUploadItem/file": {
|
6387
6395
|
"type": "File\n",
|
6388
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6396
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUploadItem.json))"
|
6389
6397
|
},
|
6390
6398
|
"VFileUploadItem/file-icon": {
|
6391
6399
|
"type": "string\n",
|
6392
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6393
|
-
},
|
6394
|
-
"VFooter/tag": {
|
6395
|
-
"type": "string\n",
|
6396
|
-
"description": "Specify a custom tag used on the root element."
|
6397
|
-
},
|
6398
|
-
"VFooter/name": {
|
6399
|
-
"type": "string\n",
|
6400
|
-
"description": "Assign a specific name for layout registration."
|
6401
|
-
},
|
6402
|
-
"VFooter/theme": {
|
6403
|
-
"type": "string\n",
|
6404
|
-
"description": "Specify a theme for this component and all of its children."
|
6400
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VFileUploadItem.json))"
|
6405
6401
|
},
|
6406
6402
|
"VFooter/border": {
|
6407
6403
|
"type": "string | number | boolean\n",
|
@@ -6427,10 +6423,22 @@
|
|
6427
6423
|
"type": "boolean\n",
|
6428
6424
|
"description": "Removes any applied **border-radius** from the component."
|
6429
6425
|
},
|
6426
|
+
"VFooter/tag": {
|
6427
|
+
"type": "string\n",
|
6428
|
+
"description": "Specify a custom tag used on the root element."
|
6429
|
+
},
|
6430
|
+
"VFooter/theme": {
|
6431
|
+
"type": "string\n",
|
6432
|
+
"description": "Specify a theme for this component and all of its children."
|
6433
|
+
},
|
6430
6434
|
"VFooter/color": {
|
6431
6435
|
"type": "string\n",
|
6432
6436
|
"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)."
|
6433
6437
|
},
|
6438
|
+
"VFooter/name": {
|
6439
|
+
"type": "string\n",
|
6440
|
+
"description": "Assign a specific name for layout registration."
|
6441
|
+
},
|
6434
6442
|
"VFooter/order": {
|
6435
6443
|
"type": "string | number\n",
|
6436
6444
|
"description": "Adjust the order of the component in relation to its registration order."
|
@@ -6439,17 +6447,17 @@
|
|
6439
6447
|
"type": "boolean\n",
|
6440
6448
|
"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."
|
6441
6449
|
},
|
6442
|
-
"VForm/
|
6450
|
+
"VForm/model-value": {
|
6443
6451
|
"type": "boolean\n",
|
6444
|
-
"description": "
|
6452
|
+
"description": "The value representing the validity of the form. If the value is `null` then no validation has taken place yet, or the form has been reset. Otherwise the value will be a `boolean` that indicates if validation has passed or not."
|
6445
6453
|
},
|
6446
6454
|
"VForm/disabled": {
|
6447
6455
|
"type": "boolean\n",
|
6448
6456
|
"description": "Puts all children inputs into a disabled state."
|
6449
6457
|
},
|
6450
|
-
"VForm/
|
6458
|
+
"VForm/readonly": {
|
6451
6459
|
"type": "boolean\n",
|
6452
|
-
"description": "
|
6460
|
+
"description": "Puts all children inputs into a readonly state."
|
6453
6461
|
},
|
6454
6462
|
"VForm/validate-on": {
|
6455
6463
|
"type": " | 'eager'\n | 'lazy'\n | 'blur'\n | 'input'\n | 'submit'\n | 'invalid-input'\n | 'blur lazy'\n | 'input lazy'\n | 'submit lazy'\n | 'invalid-input lazy'\n | 'blur eager'\n | 'input eager'\n | 'submit eager'\n | 'invalid-input eager'\n | 'lazy blur'\n | 'lazy input'\n | 'lazy submit'\n | 'lazy invalid-input'\n | 'eager blur'\n | 'eager input'\n | 'eager submit'\n | 'eager invalid-input'\n",
|
@@ -6459,14 +6467,14 @@
|
|
6459
6467
|
"type": "boolean\n",
|
6460
6468
|
"description": "Stop validation as soon as any rules fail."
|
6461
6469
|
},
|
6462
|
-
"VHover/model-value": {
|
6463
|
-
"type": "boolean\n",
|
6464
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
6465
|
-
},
|
6466
6470
|
"VHover/disabled": {
|
6467
6471
|
"type": "boolean\n",
|
6468
6472
|
"description": "Removes hover functionality."
|
6469
6473
|
},
|
6474
|
+
"VHover/model-value": {
|
6475
|
+
"type": "boolean\n",
|
6476
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
6477
|
+
},
|
6470
6478
|
"VHover/close-delay": {
|
6471
6479
|
"type": "string | number\n",
|
6472
6480
|
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
@@ -6475,37 +6483,37 @@
|
|
6475
6483
|
"type": "string | number\n",
|
6476
6484
|
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
6477
6485
|
},
|
6478
|
-
"VIcon/
|
6479
|
-
"type": "string\n",
|
6480
|
-
"description": "Specify a custom tag used on the root element."
|
6481
|
-
},
|
6482
|
-
"VIcon/theme": {
|
6483
|
-
"type": "string\n",
|
6484
|
-
"description": "Specify a theme for this component and all of its children."
|
6485
|
-
},
|
6486
|
-
"VIcon/size": {
|
6487
|
-
"type": "string | number\n",
|
6488
|
-
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
6489
|
-
},
|
6490
|
-
"VIcon/disabled": {
|
6486
|
+
"VIcon/end": {
|
6491
6487
|
"type": "boolean\n",
|
6492
|
-
"description": "
|
6488
|
+
"description": "Applies margin at the start of the component."
|
6493
6489
|
},
|
6494
6490
|
"VIcon/start": {
|
6495
6491
|
"type": "boolean\n",
|
6496
6492
|
"description": "Applies margin at the end of the component."
|
6497
6493
|
},
|
6498
|
-
"VIcon/
|
6499
|
-
"type": "
|
6500
|
-
"description": "
|
6494
|
+
"VIcon/icon": {
|
6495
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
6496
|
+
"description": "Apply a specific icon using the [v-icon](/components/icons/) component."
|
6497
|
+
},
|
6498
|
+
"VIcon/tag": {
|
6499
|
+
"type": "string\n",
|
6500
|
+
"description": "Specify a custom tag used on the root element."
|
6501
|
+
},
|
6502
|
+
"VIcon/theme": {
|
6503
|
+
"type": "string\n",
|
6504
|
+
"description": "Specify a theme for this component and all of its children."
|
6501
6505
|
},
|
6502
6506
|
"VIcon/color": {
|
6503
6507
|
"type": "string\n",
|
6504
6508
|
"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)."
|
6505
6509
|
},
|
6506
|
-
"VIcon/
|
6507
|
-
"type": "
|
6508
|
-
"description": "
|
6510
|
+
"VIcon/disabled": {
|
6511
|
+
"type": "boolean\n",
|
6512
|
+
"description": "Removes the ability to click or target the component."
|
6513
|
+
},
|
6514
|
+
"VIcon/size": {
|
6515
|
+
"type": "string | number\n",
|
6516
|
+
"description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
|
6509
6517
|
},
|
6510
6518
|
"VImg/height": {
|
6511
6519
|
"type": "string | number\n",
|
@@ -6537,7 +6545,7 @@
|
|
6537
6545
|
},
|
6538
6546
|
"VImg/absolute": {
|
6539
6547
|
"type": "boolean\n",
|
6540
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
6548
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VImg.json))"
|
6541
6549
|
},
|
6542
6550
|
"VImg/rounded": {
|
6543
6551
|
"type": "string | number | boolean\n",
|
@@ -6671,14 +6679,38 @@
|
|
6671
6679
|
"type": "string\n",
|
6672
6680
|
"description": "Text shown when there is no more content to load."
|
6673
6681
|
},
|
6674
|
-
"VInput/
|
6675
|
-
"type": "
|
6676
|
-
"description": "
|
6682
|
+
"VInput/name": {
|
6683
|
+
"type": "string\n",
|
6684
|
+
"description": "Sets the component's name attribute."
|
6677
6685
|
},
|
6678
6686
|
"VInput/error": {
|
6679
6687
|
"type": "boolean\n",
|
6680
6688
|
"description": "Puts the input in a manual error state."
|
6681
6689
|
},
|
6690
|
+
"VInput/label": {
|
6691
|
+
"type": "string\n",
|
6692
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
6693
|
+
},
|
6694
|
+
"VInput/theme": {
|
6695
|
+
"type": "string\n",
|
6696
|
+
"description": "Specify a theme for this component and all of its children."
|
6697
|
+
},
|
6698
|
+
"VInput/id": {
|
6699
|
+
"type": "string\n",
|
6700
|
+
"description": "Sets the DOM id on the component."
|
6701
|
+
},
|
6702
|
+
"VInput/prepend-icon": {
|
6703
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
6704
|
+
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
6705
|
+
},
|
6706
|
+
"VInput/append-icon": {
|
6707
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
6708
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
6709
|
+
},
|
6710
|
+
"VInput/readonly": {
|
6711
|
+
"type": "boolean\n",
|
6712
|
+
"description": "Puts input in readonly state."
|
6713
|
+
},
|
6682
6714
|
"VInput/density": {
|
6683
6715
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
6684
6716
|
"description": "Adjusts the vertical height used by the component."
|
@@ -6695,38 +6727,22 @@
|
|
6695
6727
|
"type": "string | number\n",
|
6696
6728
|
"description": "Sets the width for the component."
|
6697
6729
|
},
|
6698
|
-
"VInput/theme": {
|
6699
|
-
"type": "string\n",
|
6700
|
-
"description": "Specify a theme for this component and all of its children."
|
6701
|
-
},
|
6702
|
-
"VInput/name": {
|
6703
|
-
"type": "string\n",
|
6704
|
-
"description": "Sets the component's name attribute."
|
6705
|
-
},
|
6706
|
-
"VInput/label": {
|
6707
|
-
"type": "string\n",
|
6708
|
-
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
6709
|
-
},
|
6710
6730
|
"VInput/disabled": {
|
6711
6731
|
"type": "boolean\n",
|
6712
6732
|
"description": "Removes the ability to click or target the component."
|
6713
6733
|
},
|
6714
|
-
"VInput/
|
6715
|
-
"type": "
|
6716
|
-
"description": "
|
6734
|
+
"VInput/model-value": {
|
6735
|
+
"type": "unknown\n",
|
6736
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
6717
6737
|
},
|
6718
|
-
"VInput/
|
6719
|
-
"type": "
|
6720
|
-
"description": "
|
6738
|
+
"VInput/direction": {
|
6739
|
+
"type": "'horizontal' | 'vertical'\n",
|
6740
|
+
"description": "Changes the direction of the input."
|
6721
6741
|
},
|
6722
6742
|
"VInput/center-affix": {
|
6723
6743
|
"type": "boolean\n",
|
6724
6744
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
6725
6745
|
},
|
6726
|
-
"VInput/prepend-icon": {
|
6727
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
6728
|
-
"description": "Prepends an icon to the component, uses the same syntax as `v-icon`."
|
6729
|
-
},
|
6730
6746
|
"VInput/hide-spin-buttons": {
|
6731
6747
|
"type": "boolean\n",
|
6732
6748
|
"description": "Hides spin buttons on the input when type is set to `number`."
|
@@ -6743,10 +6759,6 @@
|
|
6743
6759
|
"type": "string | string[]\n",
|
6744
6760
|
"description": "Displays a list of messages or a single message if using a string."
|
6745
6761
|
},
|
6746
|
-
"VInput/direction": {
|
6747
|
-
"type": "'horizontal' | 'vertical'\n",
|
6748
|
-
"description": "Changes the direction of the input."
|
6749
|
-
},
|
6750
6762
|
"VInput/error-messages": {
|
6751
6763
|
"type": "string | string[]\n",
|
6752
6764
|
"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."
|
@@ -6755,10 +6767,6 @@
|
|
6755
6767
|
"type": "string | number\n",
|
6756
6768
|
"description": "Control the maximum number of shown errors from validation."
|
6757
6769
|
},
|
6758
|
-
"VInput/readonly": {
|
6759
|
-
"type": "boolean\n",
|
6760
|
-
"description": "Puts input in readonly state."
|
6761
|
-
},
|
6762
6770
|
"VInput/rules": {
|
6763
6771
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]\n",
|
6764
6772
|
"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`."
|
@@ -6779,18 +6787,22 @@
|
|
6779
6787
|
"type": "boolean | 'auto'\n",
|
6780
6788
|
"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."
|
6781
6789
|
},
|
6782
|
-
"VItem/value": {
|
6783
|
-
"type": "any\n",
|
6784
|
-
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
6785
|
-
},
|
6786
6790
|
"VItem/disabled": {
|
6787
6791
|
"type": "boolean\n",
|
6788
6792
|
"description": "Removes the ability to click or target the component."
|
6789
6793
|
},
|
6794
|
+
"VItem/value": {
|
6795
|
+
"type": "any\n",
|
6796
|
+
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|
6797
|
+
},
|
6790
6798
|
"VItem/selected-class": {
|
6791
6799
|
"type": "string\n",
|
6792
6800
|
"description": "Configure the active CSS class applied when an item is selected."
|
6793
6801
|
},
|
6802
|
+
"VItemGroup/model-value": {
|
6803
|
+
"type": "unknown\n",
|
6804
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
6805
|
+
},
|
6794
6806
|
"VItemGroup/tag": {
|
6795
6807
|
"type": "string\n",
|
6796
6808
|
"description": "Specify a custom tag used on the root element."
|
@@ -6803,18 +6815,6 @@
|
|
6803
6815
|
"type": "boolean\n",
|
6804
6816
|
"description": "Puts all children components into a disabled state."
|
6805
6817
|
},
|
6806
|
-
"VItemGroup/selected-class": {
|
6807
|
-
"type": "string\n",
|
6808
|
-
"description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
|
6809
|
-
},
|
6810
|
-
"VItemGroup/max": {
|
6811
|
-
"type": "number\n",
|
6812
|
-
"description": "Sets a maximum number of selections that can be made."
|
6813
|
-
},
|
6814
|
-
"VItemGroup/model-value": {
|
6815
|
-
"type": "unknown\n",
|
6816
|
-
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
6817
|
-
},
|
6818
6818
|
"VItemGroup/multiple": {
|
6819
6819
|
"type": "boolean\n",
|
6820
6820
|
"description": "Allows one to select multiple items."
|
@@ -6823,25 +6823,25 @@
|
|
6823
6823
|
"type": "boolean | 'force'\n",
|
6824
6824
|
"description": "Forces at least one item to always be selected (if available)."
|
6825
6825
|
},
|
6826
|
-
"
|
6826
|
+
"VItemGroup/max": {
|
6827
|
+
"type": "number\n",
|
6828
|
+
"description": "Sets a maximum number of selections that can be made."
|
6829
|
+
},
|
6830
|
+
"VItemGroup/selected-class": {
|
6827
6831
|
"type": "string\n",
|
6828
|
-
"description": "
|
6832
|
+
"description": "Configure the selected CSS class. This class will be available in `v-item` default scoped slot."
|
6829
6833
|
},
|
6830
|
-
"
|
6834
|
+
"VKbd/tag": {
|
6831
6835
|
"type": "string\n",
|
6832
|
-
"description": "Specify
|
6836
|
+
"description": "Specify a custom tag used on the root element."
|
6833
6837
|
},
|
6834
6838
|
"VLabel/theme": {
|
6835
6839
|
"type": "string\n",
|
6836
6840
|
"description": "Specify a theme for this component and all of its children."
|
6837
6841
|
},
|
6838
|
-
"
|
6839
|
-
"type": "
|
6840
|
-
"description": "
|
6841
|
-
},
|
6842
|
-
"VLayout/overlaps": {
|
6843
|
-
"type": "string[]\n",
|
6844
|
-
"description": "**FOR INTERNAL USE ONLY**"
|
6842
|
+
"VLabel/text": {
|
6843
|
+
"type": "string\n",
|
6844
|
+
"description": "Specify content text for the component."
|
6845
6845
|
},
|
6846
6846
|
"VLayout/height": {
|
6847
6847
|
"type": "string | number\n",
|
@@ -6867,30 +6867,38 @@
|
|
6867
6867
|
"type": "string | number\n",
|
6868
6868
|
"description": "Sets the width for the component."
|
6869
6869
|
},
|
6870
|
-
"
|
6870
|
+
"VLayout/full-height": {
|
6871
6871
|
"type": "boolean\n",
|
6872
|
-
"description": "
|
6872
|
+
"description": "Sets the component height to 100%."
|
6873
|
+
},
|
6874
|
+
"VLayout/overlaps": {
|
6875
|
+
"type": "string[]\n",
|
6876
|
+
"description": "**FOR INTERNAL USE ONLY**"
|
6877
|
+
},
|
6878
|
+
"VLayoutItem/name": {
|
6879
|
+
"type": "string\n",
|
6880
|
+
"description": "Assign a specific name for layout registration."
|
6881
|
+
},
|
6882
|
+
"VLayoutItem/size": {
|
6883
|
+
"type": "string | number\n",
|
6884
|
+
"description": "Sets the height and width of the component."
|
6873
6885
|
},
|
6874
6886
|
"VLayoutItem/position": {
|
6875
|
-
"type": "'top' | '
|
6887
|
+
"type": "'top' | 'left' | 'right' | 'bottom'\n",
|
6876
6888
|
"description": "The position of the item."
|
6877
6889
|
},
|
6878
6890
|
"VLayoutItem/absolute": {
|
6879
6891
|
"type": "boolean\n",
|
6880
6892
|
"description": "Applies **position: absolute** to the component."
|
6881
6893
|
},
|
6882
|
-
"VLayoutItem/
|
6883
|
-
"type": "
|
6884
|
-
"description": "
|
6894
|
+
"VLayoutItem/model-value": {
|
6895
|
+
"type": "boolean\n",
|
6896
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
6885
6897
|
},
|
6886
6898
|
"VLayoutItem/order": {
|
6887
6899
|
"type": "string | number\n",
|
6888
6900
|
"description": "Adjust the order of the component in relation to its registration order."
|
6889
6901
|
},
|
6890
|
-
"VLayoutItem/size": {
|
6891
|
-
"type": "string | number\n",
|
6892
|
-
"description": "Sets the height and width of the component."
|
6893
|
-
},
|
6894
6902
|
"VLazy/tag": {
|
6895
6903
|
"type": "string\n",
|
6896
6904
|
"description": "Specify a custom tag used on the root element."
|
@@ -6999,6 +7007,10 @@
|
|
6999
7007
|
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
7000
7008
|
"description": "Applies a distinct style to the component."
|
7001
7009
|
},
|
7010
|
+
"VList/activated": {
|
7011
|
+
"type": "any\n",
|
7012
|
+
"description": "Array of ids of activated nodes."
|
7013
|
+
},
|
7002
7014
|
"VList/base-color": {
|
7003
7015
|
"type": "string\n",
|
7004
7016
|
"description": "Sets the color of component when not focused."
|
@@ -7051,10 +7063,6 @@
|
|
7051
7063
|
"type": "unknown\n",
|
7052
7064
|
"description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
|
7053
7065
|
},
|
7054
|
-
"VList/activated": {
|
7055
|
-
"type": "any\n",
|
7056
|
-
"description": "Array of ids of activated nodes."
|
7057
|
-
},
|
7058
7066
|
"VList/selected": {
|
7059
7067
|
"type": "unknown\n",
|
7060
7068
|
"description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
|
@@ -7159,14 +7167,18 @@
|
|
7159
7167
|
"type": "string\n",
|
7160
7168
|
"description": "Specify a custom tag used on the root element."
|
7161
7169
|
},
|
7162
|
-
"VListItem/
|
7163
|
-
"type": "
|
7164
|
-
"description": "
|
7170
|
+
"VListItem/replace": {
|
7171
|
+
"type": "boolean\n",
|
7172
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
7165
7173
|
},
|
7166
7174
|
"VListItem/link": {
|
7167
7175
|
"type": "boolean\n",
|
7168
7176
|
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
7169
7177
|
},
|
7178
|
+
"VListItem/tag": {
|
7179
|
+
"type": "string\n",
|
7180
|
+
"description": "Specify a custom tag used on the root element."
|
7181
|
+
},
|
7170
7182
|
"VListItem/nav": {
|
7171
7183
|
"type": "boolean\n",
|
7172
7184
|
"description": "Reduces the width v-list-item takes up as well as adding a border radius."
|
@@ -7175,10 +7187,6 @@
|
|
7175
7187
|
"type": "string | number\n",
|
7176
7188
|
"description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
|
7177
7189
|
},
|
7178
|
-
"VListItem/replace": {
|
7179
|
-
"type": "boolean\n",
|
7180
|
-
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
7181
|
-
},
|
7182
7190
|
"VListItem/theme": {
|
7183
7191
|
"type": "string\n",
|
7184
7192
|
"description": "Specify a theme for this component and all of its children."
|
@@ -7339,10 +7347,6 @@
|
|
7339
7347
|
"type": "string\n",
|
7340
7348
|
"description": "Specify a custom tag used on the root element."
|
7341
7349
|
},
|
7342
|
-
"VListSubheader/tag": {
|
7343
|
-
"type": "string\n",
|
7344
|
-
"description": "Specify a custom tag used on the root element."
|
7345
|
-
},
|
7346
7350
|
"VListSubheader/title": {
|
7347
7351
|
"type": "string\n",
|
7348
7352
|
"description": "Specify a title text for the component."
|
@@ -7351,6 +7355,10 @@
|
|
7351
7355
|
"type": "boolean\n",
|
7352
7356
|
"description": "Sticks the header to the top of the table."
|
7353
7357
|
},
|
7358
|
+
"VListSubheader/tag": {
|
7359
|
+
"type": "string\n",
|
7360
|
+
"description": "Specify a custom tag used on the root element."
|
7361
|
+
},
|
7354
7362
|
"VListSubheader/color": {
|
7355
7363
|
"type": "string\n",
|
7356
7364
|
"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)."
|
@@ -7452,7 +7460,7 @@
|
|
7452
7460
|
"description": "Removes the ability to click or target the component."
|
7453
7461
|
},
|
7454
7462
|
"VMenu/activator": {
|
7455
|
-
"type": "(string & {}) |
|
7463
|
+
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
7456
7464
|
"description": "Explicitly sets the overlay's activator."
|
7457
7465
|
},
|
7458
7466
|
"VMenu/id": {
|
@@ -7500,7 +7508,7 @@
|
|
7500
7508
|
"description": "The z-index used for the component."
|
7501
7509
|
},
|
7502
7510
|
"VMenu/target": {
|
7503
|
-
"type": " | (string & {})\n |
|
7511
|
+
"type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
7504
7512
|
"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."
|
7505
7513
|
},
|
7506
7514
|
"VMenu/activator-props": {
|
@@ -7911,21 +7919,21 @@
|
|
7911
7919
|
"type": "number\n",
|
7912
7920
|
"description": "Specifies the minimum allowable value for the input."
|
7913
7921
|
},
|
7914
|
-
"VNumberInput/
|
7922
|
+
"VNumberInput/inset": {
|
7915
7923
|
"type": "boolean\n",
|
7916
|
-
"description": "
|
7917
|
-
},
|
7918
|
-
"VNumberInput/step": {
|
7919
|
-
"type": "number\n",
|
7920
|
-
"description": "Defines the interval between allowed values when the user increments or decrements the input"
|
7924
|
+
"description": "Applies an indentation to the dividers used in the stepper buttons."
|
7921
7925
|
},
|
7922
7926
|
"VNumberInput/control-variant": {
|
7923
7927
|
"type": "'default' | 'split' | 'stacked'\n",
|
7924
7928
|
"description": "The color of the control. It defaults to the value of `variant` prop."
|
7925
7929
|
},
|
7926
|
-
"VNumberInput/
|
7930
|
+
"VNumberInput/hide-input": {
|
7927
7931
|
"type": "boolean\n",
|
7928
|
-
"description": "
|
7932
|
+
"description": "Hide the input field."
|
7933
|
+
},
|
7934
|
+
"VNumberInput/step": {
|
7935
|
+
"type": "number\n",
|
7936
|
+
"description": "Defines the interval between allowed values when the user increments or decrements the input"
|
7929
7937
|
},
|
7930
7938
|
"VOtpInput/length": {
|
7931
7939
|
"type": "string | number\n",
|
@@ -8072,7 +8080,7 @@
|
|
8072
8080
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
8073
8081
|
},
|
8074
8082
|
"VOverlay/activator": {
|
8075
|
-
"type": "(string & {}) |
|
8083
|
+
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
8076
8084
|
"description": "Explicitly sets the overlay's activator."
|
8077
8085
|
},
|
8078
8086
|
"VOverlay/close-on-back": {
|
@@ -8112,7 +8120,7 @@
|
|
8112
8120
|
"description": "The z-index used for the component."
|
8113
8121
|
},
|
8114
8122
|
"VOverlay/target": {
|
8115
|
-
"type": " | (string & {})\n |
|
8123
|
+
"type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
8116
8124
|
"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."
|
8117
8125
|
},
|
8118
8126
|
"VOverlay/activator-props": {
|
@@ -8227,6 +8235,10 @@
|
|
8227
8235
|
"type": "number\n",
|
8228
8236
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
8229
8237
|
},
|
8238
|
+
"VPagination/aria-label": {
|
8239
|
+
"type": "string\n",
|
8240
|
+
"description": "Label for the root element."
|
8241
|
+
},
|
8230
8242
|
"VPagination/next-icon": {
|
8231
8243
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
8232
8244
|
"description": "The icon to use for the next button."
|
@@ -8243,10 +8255,6 @@
|
|
8243
8255
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
8244
8256
|
"description": "The icon to use for the last button."
|
8245
8257
|
},
|
8246
|
-
"VPagination/aria-label": {
|
8247
|
-
"type": "string\n",
|
8248
|
-
"description": "Label for the root element."
|
8249
|
-
},
|
8250
8258
|
"VPagination/total-visible": {
|
8251
8259
|
"type": "string | number\n",
|
8252
8260
|
"description": "Specify the total visible pagination numbers."
|
@@ -8463,10 +8471,6 @@
|
|
8463
8471
|
"type": "boolean\n",
|
8464
8472
|
"description": "Constantly animates, use when loading progress is unknown."
|
8465
8473
|
},
|
8466
|
-
"VProgressLinear/stream": {
|
8467
|
-
"type": "boolean\n",
|
8468
|
-
"description": "An alternative style for portraying loading that works in tandem with **buffer-value**."
|
8469
|
-
},
|
8470
8474
|
"VProgressLinear/bg-opacity": {
|
8471
8475
|
"type": "string | number\n",
|
8472
8476
|
"description": "Background opacity, if null it defaults to 0.3 if background color is not specified or 1 otherwise."
|
@@ -8487,6 +8491,10 @@
|
|
8487
8491
|
"type": "boolean\n",
|
8488
8492
|
"description": "Clicking on the progress track will automatically set the value."
|
8489
8493
|
},
|
8494
|
+
"VProgressLinear/stream": {
|
8495
|
+
"type": "boolean\n",
|
8496
|
+
"description": "An alternative style for portraying loading that works in tandem with **buffer-value**."
|
8497
|
+
},
|
8490
8498
|
"VProgressLinear/striped": {
|
8491
8499
|
"type": "boolean\n",
|
8492
8500
|
"description": "Adds a stripe background to the filled portion of the progress component."
|
@@ -8501,7 +8509,7 @@
|
|
8501
8509
|
},
|
8502
8510
|
"VPullToRefresh/pull-down-threshold": {
|
8503
8511
|
"type": "number\n",
|
8504
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
8512
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VPullToRefresh.json))"
|
8505
8513
|
},
|
8506
8514
|
"VRadio/type": {
|
8507
8515
|
"type": "string\n",
|
@@ -9043,10 +9051,6 @@
|
|
9043
9051
|
"type": "'start' | 'end' | 'center' | 'baseline' | 'stretch'\n",
|
9044
9052
|
"description": "Applies the [align-items](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items) css property. Available options are: **start**, **center**, **end**, **baseline** and **stretch**."
|
9045
9053
|
},
|
9046
|
-
"VRow/justify": {
|
9047
|
-
"type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
9048
|
-
"description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**."
|
9049
|
-
},
|
9050
9054
|
"VRow/dense": {
|
9051
9055
|
"type": "boolean\n",
|
9052
9056
|
"description": "Reduces the gutter between `v-col`s."
|
@@ -9115,6 +9119,10 @@
|
|
9115
9119
|
"type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
9116
9120
|
"description": "Changes the **align-content** property on extra extra large and greater breakpoints."
|
9117
9121
|
},
|
9122
|
+
"VRow/justify": {
|
9123
|
+
"type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
9124
|
+
"description": "Applies the [justify-content](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) css property. Available options are: **start**, **center**, **end**, **space-between** and **space-around**."
|
9125
|
+
},
|
9118
9126
|
"VRow/align-content": {
|
9119
9127
|
"type": " | 'start'\n | 'end'\n | 'center'\n | 'stretch'\n | 'space-between'\n | 'space-around'\n | 'space-evenly'\n",
|
9120
9128
|
"description": "Applies the [align-content](https://developer.mozilla.org/en-US/docs/Web/CSS/align-content) css property. Available options are: **start**, **center**, **end**, **space-between**, **space-around** and **stretch**."
|
@@ -9359,6 +9367,14 @@
|
|
9359
9367
|
"type": "boolean\n",
|
9360
9368
|
"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."
|
9361
9369
|
},
|
9370
|
+
"VSelect/prefix": {
|
9371
|
+
"type": "string\n",
|
9372
|
+
"description": "Displays prefix text."
|
9373
|
+
},
|
9374
|
+
"VSelect/role": {
|
9375
|
+
"type": "string\n",
|
9376
|
+
"description": "The role attribute applied to the input."
|
9377
|
+
},
|
9362
9378
|
"VSelect/direction": {
|
9363
9379
|
"type": "'horizontal' | 'vertical'\n",
|
9364
9380
|
"description": "Changes the direction of the input."
|
@@ -9443,10 +9459,6 @@
|
|
9443
9459
|
"type": "string | number | boolean\n",
|
9444
9460
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
9445
9461
|
},
|
9446
|
-
"VSelect/prefix": {
|
9447
|
-
"type": "string\n",
|
9448
|
-
"description": "Displays prefix text."
|
9449
|
-
},
|
9450
9462
|
"VSelect/placeholder": {
|
9451
9463
|
"type": "string\n",
|
9452
9464
|
"description": "Sets the input’s placeholder text."
|
@@ -9463,10 +9475,6 @@
|
|
9463
9475
|
"type": "string\n",
|
9464
9476
|
"description": "Displays suffix text."
|
9465
9477
|
},
|
9466
|
-
"VSelect/role": {
|
9467
|
-
"type": "string\n",
|
9468
|
-
"description": "The role attribute applied to the input."
|
9469
|
-
},
|
9470
9478
|
"VSelect/center-affix": {
|
9471
9479
|
"type": "boolean\n",
|
9472
9480
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
@@ -10228,7 +10236,7 @@
|
|
10228
10236
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
10229
10237
|
},
|
10230
10238
|
"VSnackbar/activator": {
|
10231
|
-
"type": "(string & {}) |
|
10239
|
+
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
10232
10240
|
"description": "Explicitly sets the overlay's activator."
|
10233
10241
|
},
|
10234
10242
|
"VSnackbar/close-on-back": {
|
@@ -10256,7 +10264,7 @@
|
|
10256
10264
|
"description": "The z-index used for the component."
|
10257
10265
|
},
|
10258
10266
|
"VSnackbar/target": {
|
10259
|
-
"type": " | (string & {})\n |
|
10267
|
+
"type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
10260
10268
|
"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."
|
10261
10269
|
},
|
10262
10270
|
"VSnackbar/activator-props": {
|
@@ -10388,7 +10396,7 @@
|
|
10388
10396
|
"description": "Applies a distinct style to the component."
|
10389
10397
|
},
|
10390
10398
|
"VSnackbarQueue/model-value": {
|
10391
|
-
"type": "(\n | string\n | {\n style: StyleValue\n class: any\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
|
10399
|
+
"type": "(\n | string\n | {\n style: StyleValue\n class: any\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:\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n key: PropertyKey\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 theme: string\n text: string\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 disabled: 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: 'fixed' | 'relative' | 'static' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n 'v-slot:text': false | (() => VNodeChild)\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean, boolean> }) => VNodeChild)\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\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 attach: string | boolean | Element\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n vertical: boolean\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n }\n)[]\n",
|
10392
10400
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
10393
10401
|
},
|
10394
10402
|
"VSnackbarQueue/transition": {
|
@@ -10396,7 +10404,7 @@
|
|
10396
10404
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
10397
10405
|
},
|
10398
10406
|
"VSnackbarQueue/activator": {
|
10399
|
-
"type": "(string & {}) |
|
10407
|
+
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
10400
10408
|
"description": "Explicitly sets the overlay's activator."
|
10401
10409
|
},
|
10402
10410
|
"VSnackbarQueue/close-on-back": {
|
@@ -10424,7 +10432,7 @@
|
|
10424
10432
|
"description": "The z-index used for the component."
|
10425
10433
|
},
|
10426
10434
|
"VSnackbarQueue/target": {
|
10427
|
-
"type": " | (string & {})\n |
|
10435
|
+
"type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
10428
10436
|
"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."
|
10429
10437
|
},
|
10430
10438
|
"VSnackbarQueue/activator-props": {
|
@@ -10543,6 +10551,10 @@
|
|
10543
10551
|
"type": "string\n",
|
10544
10552
|
"description": "The value of the item."
|
10545
10553
|
},
|
10554
|
+
"VSparkline/labels": {
|
10555
|
+
"type": "(number | { value: number })[]\n",
|
10556
|
+
"description": "An array of string labels that correspond to the same index as its data counterpart."
|
10557
|
+
},
|
10546
10558
|
"VSparkline/auto-line-width": {
|
10547
10559
|
"type": "boolean\n",
|
10548
10560
|
"description": "Automatically expand bars to use space efficiently."
|
@@ -10567,10 +10579,6 @@
|
|
10567
10579
|
"type": "'top' | 'left' | 'right' | 'bottom'\n",
|
10568
10580
|
"description": "The direction the gradient should run."
|
10569
10581
|
},
|
10570
|
-
"VSparkline/labels": {
|
10571
|
-
"type": "(number | { value: number })[]\n",
|
10572
|
-
"description": "An array of string labels that correspond to the same index as its data counterpart."
|
10573
|
-
},
|
10574
10582
|
"VSparkline/label-size": {
|
10575
10583
|
"type": "string | number\n",
|
10576
10584
|
"description": "The label font size."
|
@@ -10640,7 +10648,7 @@
|
|
10640
10648
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
10641
10649
|
},
|
10642
10650
|
"VSpeedDial/activator": {
|
10643
|
-
"type": "(string & {}) |
|
10651
|
+
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
10644
10652
|
"description": "Explicitly sets the overlay's activator."
|
10645
10653
|
},
|
10646
10654
|
"VSpeedDial/close-on-back": {
|
@@ -10680,7 +10688,7 @@
|
|
10680
10688
|
"description": "The z-index used for the component."
|
10681
10689
|
},
|
10682
10690
|
"VSpeedDial/target": {
|
10683
|
-
"type": " | (string & {})\n |
|
10691
|
+
"type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
10684
10692
|
"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."
|
10685
10693
|
},
|
10686
10694
|
"VSpeedDial/activator-props": {
|
@@ -10861,11 +10869,11 @@
|
|
10861
10869
|
},
|
10862
10870
|
"VStepper/complete-icon": {
|
10863
10871
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
10864
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10872
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
|
10865
10873
|
},
|
10866
10874
|
"VStepper/edit-icon": {
|
10867
10875
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
10868
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10876
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
|
10869
10877
|
},
|
10870
10878
|
"VStepper/editable": {
|
10871
10879
|
"type": "boolean\n",
|
@@ -10873,7 +10881,7 @@
|
|
10873
10881
|
},
|
10874
10882
|
"VStepper/error-icon": {
|
10875
10883
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
10876
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
10884
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
|
10877
10885
|
},
|
10878
10886
|
"VStepper/non-linear": {
|
10879
10887
|
"type": "boolean\n",
|
@@ -11081,11 +11089,11 @@
|
|
11081
11089
|
},
|
11082
11090
|
"VStepperVertical/complete-icon": {
|
11083
11091
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
11084
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11092
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
|
11085
11093
|
},
|
11086
11094
|
"VStepperVertical/edit-icon": {
|
11087
11095
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
11088
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11096
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
|
11089
11097
|
},
|
11090
11098
|
"VStepperVertical/editable": {
|
11091
11099
|
"type": "boolean\n",
|
@@ -11093,7 +11101,7 @@
|
|
11093
11101
|
},
|
11094
11102
|
"VStepperVertical/error-icon": {
|
11095
11103
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
11096
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
11104
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/Stepper.json))"
|
11097
11105
|
},
|
11098
11106
|
"VStepperVertical/non-linear": {
|
11099
11107
|
"type": "boolean\n",
|
@@ -11539,10 +11547,6 @@
|
|
11539
11547
|
"type": "boolean\n",
|
11540
11548
|
"description": "Increases the system bar height to 32px (24px default)."
|
11541
11549
|
},
|
11542
|
-
"VTab/tag": {
|
11543
|
-
"type": "string\n",
|
11544
|
-
"description": "Specify a custom tag used on the root element."
|
11545
|
-
},
|
11546
11550
|
"VTab/replace": {
|
11547
11551
|
"type": "boolean\n",
|
11548
11552
|
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
@@ -11551,6 +11555,10 @@
|
|
11551
11555
|
"type": "boolean\n",
|
11552
11556
|
"description": "Forces component to take up all available space up to their maximum width (300px), and centers it."
|
11553
11557
|
},
|
11558
|
+
"VTab/tag": {
|
11559
|
+
"type": "string\n",
|
11560
|
+
"description": "Specify a custom tag used on the root element."
|
11561
|
+
},
|
11554
11562
|
"VTab/theme": {
|
11555
11563
|
"type": "string\n",
|
11556
11564
|
"description": "Specify a theme for this component and all of its children."
|
@@ -11975,6 +11983,14 @@
|
|
11975
11983
|
"type": "string\n",
|
11976
11984
|
"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)."
|
11977
11985
|
},
|
11986
|
+
"VTextField/prefix": {
|
11987
|
+
"type": "string\n",
|
11988
|
+
"description": "Displays prefix text."
|
11989
|
+
},
|
11990
|
+
"VTextField/role": {
|
11991
|
+
"type": "string\n",
|
11992
|
+
"description": "The role attribute applied to the input."
|
11993
|
+
},
|
11978
11994
|
"VTextField/direction": {
|
11979
11995
|
"type": "'horizontal' | 'vertical'\n",
|
11980
11996
|
"description": "Changes the direction of the input."
|
@@ -11987,10 +12003,6 @@
|
|
11987
12003
|
"type": "string | number | boolean\n",
|
11988
12004
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
11989
12005
|
},
|
11990
|
-
"VTextField/prefix": {
|
11991
|
-
"type": "string\n",
|
11992
|
-
"description": "Displays prefix text."
|
11993
|
-
},
|
11994
12006
|
"VTextField/placeholder": {
|
11995
12007
|
"type": "string\n",
|
11996
12008
|
"description": "Sets the input’s placeholder text."
|
@@ -12007,10 +12019,6 @@
|
|
12007
12019
|
"type": "string\n",
|
12008
12020
|
"description": "Displays suffix text."
|
12009
12021
|
},
|
12010
|
-
"VTextField/role": {
|
12011
|
-
"type": "string\n",
|
12012
|
-
"description": "The role attribute applied to the input."
|
12013
|
-
},
|
12014
12022
|
"VTextField/center-affix": {
|
12015
12023
|
"type": "boolean\n",
|
12016
12024
|
"description": "Vertically align **appendInner**, **prependInner**, **clearIcon** and **label** in the center."
|
@@ -12191,6 +12199,10 @@
|
|
12191
12199
|
"type": "string\n",
|
12192
12200
|
"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)."
|
12193
12201
|
},
|
12202
|
+
"VTextarea/prefix": {
|
12203
|
+
"type": "string\n",
|
12204
|
+
"description": "Displays prefix text."
|
12205
|
+
},
|
12194
12206
|
"VTextarea/direction": {
|
12195
12207
|
"type": "'horizontal' | 'vertical'\n",
|
12196
12208
|
"description": "Changes the direction of the input."
|
@@ -12203,10 +12215,6 @@
|
|
12203
12215
|
"type": "string | number | true\n",
|
12204
12216
|
"description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation."
|
12205
12217
|
},
|
12206
|
-
"VTextarea/prefix": {
|
12207
|
-
"type": "string\n",
|
12208
|
-
"description": "Displays prefix text."
|
12209
|
-
},
|
12210
12218
|
"VTextarea/placeholder": {
|
12211
12219
|
"type": "string\n",
|
12212
12220
|
"description": "Sets the input's placeholder text."
|
@@ -12441,7 +12449,7 @@
|
|
12441
12449
|
},
|
12442
12450
|
"VTimePicker/use-seconds": {
|
12443
12451
|
"type": "boolean\n",
|
12444
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12452
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePicker.json))"
|
12445
12453
|
},
|
12446
12454
|
"VTimePicker/allowed-hours": {
|
12447
12455
|
"type": "number[] | ((val: number) => boolean)\n",
|
@@ -12483,14 +12491,14 @@
|
|
12483
12491
|
"type": "number\n",
|
12484
12492
|
"description": "Defines the minimum time value that can be selected."
|
12485
12493
|
},
|
12486
|
-
"VTimePickerClock/rotate": {
|
12487
|
-
"type": "number\n",
|
12488
|
-
"description": "Controls rotation, specifying the degree of rotation for the clock hands."
|
12489
|
-
},
|
12490
12494
|
"VTimePickerClock/step": {
|
12491
12495
|
"type": "number\n",
|
12492
12496
|
"description": "Defines the increments between selectable times, such as a step of 1 for every minute or a larger step for every 5 or 15 minutes."
|
12493
12497
|
},
|
12498
|
+
"VTimePickerClock/rotate": {
|
12499
|
+
"type": "number\n",
|
12500
|
+
"description": "Controls rotation, specifying the degree of rotation for the clock hands."
|
12501
|
+
},
|
12494
12502
|
"VTimePickerClock/format": {
|
12495
12503
|
"type": "Function\n",
|
12496
12504
|
"description": "Specifies the format of the displayed time, either 12-hour or 24-hour, depending on the component's setup."
|
@@ -12501,7 +12509,7 @@
|
|
12501
12509
|
},
|
12502
12510
|
"VTimePickerClock/displayed-value": {
|
12503
12511
|
"type": "any\n",
|
12504
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12512
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
12505
12513
|
},
|
12506
12514
|
"VTimePickerClock/double": {
|
12507
12515
|
"type": "boolean\n",
|
@@ -12513,11 +12521,11 @@
|
|
12513
12521
|
},
|
12514
12522
|
"VTimePickerControls/value": {
|
12515
12523
|
"type": "number\n",
|
12516
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12524
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12517
12525
|
},
|
12518
12526
|
"VTimePickerControls/readonly": {
|
12519
12527
|
"type": "boolean\n",
|
12520
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12528
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12521
12529
|
},
|
12522
12530
|
"VTimePickerControls/disabled": {
|
12523
12531
|
"type": "boolean\n",
|
@@ -12529,39 +12537,39 @@
|
|
12529
12537
|
},
|
12530
12538
|
"VTimePickerControls/ampm-in-title": {
|
12531
12539
|
"type": "boolean\n",
|
12532
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12540
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12533
12541
|
},
|
12534
12542
|
"VTimePickerControls/ampm": {
|
12535
12543
|
"type": "boolean\n",
|
12536
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12544
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12537
12545
|
},
|
12538
12546
|
"VTimePickerControls/use-seconds": {
|
12539
12547
|
"type": "boolean\n",
|
12540
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12548
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12541
12549
|
},
|
12542
12550
|
"VTimePickerControls/ampm-readonly": {
|
12543
12551
|
"type": "boolean\n",
|
12544
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12552
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12545
12553
|
},
|
12546
12554
|
"VTimePickerControls/hour": {
|
12547
12555
|
"type": "number\n",
|
12548
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12556
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12549
12557
|
},
|
12550
12558
|
"VTimePickerControls/minute": {
|
12551
12559
|
"type": "number\n",
|
12552
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12560
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12553
12561
|
},
|
12554
12562
|
"VTimePickerControls/second": {
|
12555
12563
|
"type": "number\n",
|
12556
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12564
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12557
12565
|
},
|
12558
12566
|
"VTimePickerControls/period": {
|
12559
12567
|
"type": "string\n",
|
12560
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12568
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12561
12569
|
},
|
12562
12570
|
"VTimePickerControls/selecting": {
|
12563
12571
|
"type": "number\n",
|
12564
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
12572
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerControls.json))"
|
12565
12573
|
},
|
12566
12574
|
"VTimeline/tag": {
|
12567
12575
|
"type": "string\n",
|
@@ -12587,14 +12595,14 @@
|
|
12587
12595
|
"type": "'start' | 'center'\n",
|
12588
12596
|
"description": "Places the timeline dot at the top or center of the timeline item."
|
12589
12597
|
},
|
12590
|
-
"VTimeline/justify": {
|
12591
|
-
"type": "string\n",
|
12592
|
-
"description": "Places timeline line at the center or automatically on the left or right side."
|
12593
|
-
},
|
12594
12598
|
"VTimeline/side": {
|
12595
12599
|
"type": "'start' | 'end'\n",
|
12596
12600
|
"description": "Display all timeline items on one side of the timeline, either **before** or **after**."
|
12597
12601
|
},
|
12602
|
+
"VTimeline/justify": {
|
12603
|
+
"type": "string\n",
|
12604
|
+
"description": "Places timeline line at the center or automatically on the left or right side."
|
12605
|
+
},
|
12598
12606
|
"VTimeline/line-thickness": {
|
12599
12607
|
"type": "string | number\n",
|
12600
12608
|
"description": "Thickness of the timeline line."
|
@@ -12840,7 +12848,7 @@
|
|
12840
12848
|
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
12841
12849
|
},
|
12842
12850
|
"VTooltip/activator": {
|
12843
|
-
"type": "(string & {}) |
|
12851
|
+
"type": "Element | (string & {}) | 'parent' | ComponentPublicInstance\n",
|
12844
12852
|
"description": "Explicitly sets the overlay's activator."
|
12845
12853
|
},
|
12846
12854
|
"VTooltip/close-on-back": {
|
@@ -12876,7 +12884,7 @@
|
|
12876
12884
|
"description": "The z-index used for the component."
|
12877
12885
|
},
|
12878
12886
|
"VTooltip/target": {
|
12879
|
-
"type": " | (string & {})\n |
|
12887
|
+
"type": " | Element\n | (string & {})\n | 'parent'\n | 'cursor'\n | ComponentPublicInstance\n | [number, number]\n",
|
12880
12888
|
"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."
|
12881
12889
|
},
|
12882
12890
|
"VTooltip/activator-props": {
|
@@ -12931,13 +12939,17 @@
|
|
12931
12939
|
"type": "string | boolean | Element\n",
|
12932
12940
|
"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."
|
12933
12941
|
},
|
12942
|
+
"VTreeview/search": {
|
12943
|
+
"type": "string\n",
|
12944
|
+
"description": "The search model for filtering results."
|
12945
|
+
},
|
12934
12946
|
"VTreeview/tag": {
|
12935
12947
|
"type": "string\n",
|
12936
12948
|
"description": "Specify a custom tag used on the root element."
|
12937
12949
|
},
|
12938
|
-
"VTreeview/
|
12939
|
-
"type": "
|
12940
|
-
"description": "
|
12950
|
+
"VTreeview/activated": {
|
12951
|
+
"type": "any\n",
|
12952
|
+
"description": "Array of ids of activated nodes."
|
12941
12953
|
},
|
12942
12954
|
"VTreeview/theme": {
|
12943
12955
|
"type": "string\n",
|
@@ -13049,11 +13061,11 @@
|
|
13049
13061
|
},
|
13050
13062
|
"VTreeview/false-icon": {
|
13051
13063
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13052
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13064
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewChildren.json))"
|
13053
13065
|
},
|
13054
13066
|
"VTreeview/true-icon": {
|
13055
13067
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13056
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/
|
13068
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTreeviewChildren.json))"
|
13057
13069
|
},
|
13058
13070
|
"VTreeview/value-comparator": {
|
13059
13071
|
"type": "(a: any, b: any) => boolean\n",
|
@@ -13099,10 +13111,6 @@
|
|
13099
13111
|
"type": "any\n",
|
13100
13112
|
"description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
|
13101
13113
|
},
|
13102
|
-
"VTreeview/activated": {
|
13103
|
-
"type": "any\n",
|
13104
|
-
"description": "Array of ids of activated nodes."
|
13105
|
-
},
|
13106
13114
|
"VTreeview/active-strategy": {
|
13107
13115
|
"type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
|
13108
13116
|
"description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
|
@@ -13191,10 +13199,62 @@
|
|
13191
13199
|
"type": "boolean\n",
|
13192
13200
|
"description": "Removes viewport maximum-width size breakpoints."
|
13193
13201
|
},
|
13202
|
+
"VTreeviewItem/replace": {
|
13203
|
+
"type": "boolean\n",
|
13204
|
+
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
13205
|
+
},
|
13206
|
+
"VTreeviewItem/link": {
|
13207
|
+
"type": "boolean\n",
|
13208
|
+
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
13209
|
+
},
|
13210
|
+
"VTreeviewItem/tag": {
|
13211
|
+
"type": "string\n",
|
13212
|
+
"description": "Specify a custom tag used on the root element."
|
13213
|
+
},
|
13214
|
+
"VTreeviewItem/nav": {
|
13215
|
+
"type": "boolean\n",
|
13216
|
+
"description": "Reduces the width of v-list-item takes and adds a border radius."
|
13217
|
+
},
|
13194
13218
|
"VTreeviewItem/title": {
|
13195
13219
|
"type": "string | number\n",
|
13196
13220
|
"description": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead."
|
13197
13221
|
},
|
13222
|
+
"VTreeviewItem/theme": {
|
13223
|
+
"type": "string\n",
|
13224
|
+
"description": "Specify a theme for this component and all of its children."
|
13225
|
+
},
|
13226
|
+
"VTreeviewItem/value": {
|
13227
|
+
"type": "any\n",
|
13228
|
+
"description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
|
13229
|
+
},
|
13230
|
+
"VTreeviewItem/active": {
|
13231
|
+
"type": "boolean\n",
|
13232
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
13233
|
+
},
|
13234
|
+
"VTreeviewItem/active-color": {
|
13235
|
+
"type": "string\n",
|
13236
|
+
"description": "The applied color when the component is in an active state."
|
13237
|
+
},
|
13238
|
+
"VTreeviewItem/base-color": {
|
13239
|
+
"type": "string\n",
|
13240
|
+
"description": "Sets the color of component when not focused."
|
13241
|
+
},
|
13242
|
+
"VTreeviewItem/prepend-icon": {
|
13243
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13244
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
13245
|
+
},
|
13246
|
+
"VTreeviewItem/append-icon": {
|
13247
|
+
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13248
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
13249
|
+
},
|
13250
|
+
"VTreeviewItem/slim": {
|
13251
|
+
"type": "boolean\n",
|
13252
|
+
"description": "Reduces the vertical padding or height of the v-treeview-item, making it more compact."
|
13253
|
+
},
|
13254
|
+
"VTreeviewItem/ripple": {
|
13255
|
+
"type": "boolean | { class: string }\n",
|
13256
|
+
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
13257
|
+
},
|
13198
13258
|
"VTreeviewItem/border": {
|
13199
13259
|
"type": "string | number | boolean\n",
|
13200
13260
|
"description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
|
@@ -13231,6 +13291,14 @@
|
|
13231
13291
|
"type": "string | number\n",
|
13232
13292
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
13233
13293
|
},
|
13294
|
+
"VTreeviewItem/disabled": {
|
13295
|
+
"type": "boolean\n",
|
13296
|
+
"description": "Removes the ability to click or target the component."
|
13297
|
+
},
|
13298
|
+
"VTreeviewItem/loading": {
|
13299
|
+
"type": "boolean\n",
|
13300
|
+
"description": "Places the v-treeview-item into a loading state."
|
13301
|
+
},
|
13234
13302
|
"VTreeviewItem/rounded": {
|
13235
13303
|
"type": "string | number | boolean\n",
|
13236
13304
|
"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)."
|
@@ -13239,85 +13307,37 @@
|
|
13239
13307
|
"type": "boolean\n",
|
13240
13308
|
"description": "Removes any applied **border-radius** from the component."
|
13241
13309
|
},
|
13242
|
-
"VTreeviewItem/
|
13243
|
-
"type": "string\n",
|
13244
|
-
"description": "Specify a custom tag used on the root element."
|
13245
|
-
},
|
13246
|
-
"VTreeviewItem/theme": {
|
13247
|
-
"type": "string\n",
|
13248
|
-
"description": "Specify a theme for this component and all of its children."
|
13249
|
-
},
|
13250
|
-
"VTreeviewItem/color": {
|
13310
|
+
"VTreeviewItem/href": {
|
13251
13311
|
"type": "string\n",
|
13252
|
-
"description": "
|
13253
|
-
},
|
13254
|
-
"VTreeviewItem/variant": {
|
13255
|
-
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
13256
|
-
"description": "Applies a distinct style to the component."
|
13257
|
-
},
|
13258
|
-
"VTreeviewItem/replace": {
|
13259
|
-
"type": "boolean\n",
|
13260
|
-
"description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [replace](https://router.vuejs.org/api/#replace) prop on the vue-router documentation."
|
13261
|
-
},
|
13262
|
-
"VTreeviewItem/link": {
|
13263
|
-
"type": "boolean\n",
|
13264
|
-
"description": "Designates that the component is a link. This is automatic when using the href or to prop."
|
13312
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
13265
13313
|
},
|
13266
13314
|
"VTreeviewItem/exact": {
|
13267
13315
|
"type": "boolean\n",
|
13268
13316
|
"description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation."
|
13269
13317
|
},
|
13270
|
-
"VTreeviewItem/
|
13271
|
-
"type": "
|
13272
|
-
"description": "
|
13273
|
-
},
|
13274
|
-
"VTreeviewItem/base-color": {
|
13275
|
-
"type": "string\n",
|
13276
|
-
"description": "Sets the color of component when not focused."
|
13277
|
-
},
|
13278
|
-
"VTreeviewItem/active-color": {
|
13279
|
-
"type": "string\n",
|
13280
|
-
"description": "The applied color when the component is in an active state."
|
13318
|
+
"VTreeviewItem/to": {
|
13319
|
+
"type": "RouteLocationRaw\n",
|
13320
|
+
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
13281
13321
|
},
|
13282
|
-
"VTreeviewItem/
|
13322
|
+
"VTreeviewItem/color": {
|
13283
13323
|
"type": "string\n",
|
13284
|
-
"description": "
|
13324
|
+
"description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - 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),"
|
13285
13325
|
},
|
13286
|
-
"VTreeviewItem/
|
13287
|
-
"type": "
|
13288
|
-
"description": "
|
13326
|
+
"VTreeviewItem/variant": {
|
13327
|
+
"type": "'flat' | 'text' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
13328
|
+
"description": "Applies a distinct style to the component."
|
13289
13329
|
},
|
13290
13330
|
"VTreeviewItem/lines": {
|
13291
13331
|
"type": "false | 'one' | 'two' | 'three'\n",
|
13292
13332
|
"description": "The line declaration specifies the minimum height of the item and can also be controlled from v-list with the same prop."
|
13293
13333
|
},
|
13294
|
-
"VTreeviewItem/
|
13295
|
-
"type": "
|
13296
|
-
"description": "
|
13297
|
-
},
|
13298
|
-
"VTreeviewItem/nav": {
|
13299
|
-
"type": "boolean\n",
|
13300
|
-
"description": "Reduces the width of v-list-item takes and adds a border radius."
|
13301
|
-
},
|
13302
|
-
"VTreeviewItem/value": {
|
13303
|
-
"type": "any\n",
|
13304
|
-
"description": "The value used for selection. Obtained from [`v-list`](/api/v-list)'s `v-model:selected` when the item is selected."
|
13305
|
-
},
|
13306
|
-
"VTreeviewItem/append-icon": {
|
13307
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13308
|
-
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot."
|
13309
|
-
},
|
13310
|
-
"VTreeviewItem/prepend-icon": {
|
13311
|
-
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13312
|
-
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content."
|
13313
|
-
},
|
13314
|
-
"VTreeviewItem/active": {
|
13315
|
-
"type": "boolean\n",
|
13316
|
-
"description": "Controls the **active** state of the item. This is typically used to highlight the component."
|
13334
|
+
"VTreeviewItem/active-class": {
|
13335
|
+
"type": "string\n",
|
13336
|
+
"description": "The class applied to the component when it matches the current route. Find more information about the [active-class prop](https://router.vuejs.org/api/#active-class) on the [vue-router](https://router.vuejs.org/) documentation."
|
13317
13337
|
},
|
13318
|
-
"VTreeviewItem/
|
13319
|
-
"type": "
|
13320
|
-
"description": "
|
13338
|
+
"VTreeviewItem/subtitle": {
|
13339
|
+
"type": "string | number\n",
|
13340
|
+
"description": "Specify a subtitle text for the component."
|
13321
13341
|
},
|
13322
13342
|
"VTreeviewItem/append-avatar": {
|
13323
13343
|
"type": "string\n",
|
@@ -13327,18 +13347,6 @@
|
|
13327
13347
|
"type": "string\n",
|
13328
13348
|
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content."
|
13329
13349
|
},
|
13330
|
-
"VTreeviewItem/ripple": {
|
13331
|
-
"type": "boolean | { class: string }\n",
|
13332
|
-
"description": "Applies the [v-ripple](/directives/ripple) directive."
|
13333
|
-
},
|
13334
|
-
"VTreeviewItem/href": {
|
13335
|
-
"type": "string\n",
|
13336
|
-
"description": "Designates the component as anchor and applies the **href** attribute."
|
13337
|
-
},
|
13338
|
-
"VTreeviewItem/to": {
|
13339
|
-
"type": "RouteLocationRaw\n",
|
13340
|
-
"description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation."
|
13341
|
-
},
|
13342
13350
|
"VTreeviewItem/toggle-icon": {
|
13343
13351
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13344
13352
|
"description": "Allows customization of the icon used to toggle the expansion and collapse of treeview branches."
|
@@ -13391,10 +13399,6 @@
|
|
13391
13399
|
"type": "boolean\n",
|
13392
13400
|
"description": "Forces a focused state styling on the component."
|
13393
13401
|
},
|
13394
|
-
"VVirtualScroll/items": {
|
13395
|
-
"type": "unknown[]\n",
|
13396
|
-
"description": "The array of items to display."
|
13397
|
-
},
|
13398
13402
|
"VVirtualScroll/height": {
|
13399
13403
|
"type": "string | number\n",
|
13400
13404
|
"description": "Height of the component as a css value/"
|
@@ -13419,6 +13423,10 @@
|
|
13419
13423
|
"type": "string | number\n",
|
13420
13424
|
"description": "Sets the width for the component."
|
13421
13425
|
},
|
13426
|
+
"VVirtualScroll/items": {
|
13427
|
+
"type": "unknown[]\n",
|
13428
|
+
"description": "The array of items to display."
|
13429
|
+
},
|
13422
13430
|
"VVirtualScroll/renderless": {
|
13423
13431
|
"type": "boolean\n",
|
13424
13432
|
"description": "Disables default component rendering functionality."
|
@@ -13427,18 +13435,14 @@
|
|
13427
13435
|
"type": "string | number\n",
|
13428
13436
|
"description": "Height in pixels of each item to display."
|
13429
13437
|
},
|
13430
|
-
"VWindow/
|
13431
|
-
"type": "
|
13432
|
-
"description": "
|
13438
|
+
"VWindow/tag": {
|
13439
|
+
"type": "string\n",
|
13440
|
+
"description": "Specify a custom tag used on the root element."
|
13433
13441
|
},
|
13434
13442
|
"VWindow/reverse": {
|
13435
13443
|
"type": "boolean\n",
|
13436
13444
|
"description": "Reverse the normal transition direction."
|
13437
13445
|
},
|
13438
|
-
"VWindow/tag": {
|
13439
|
-
"type": "string\n",
|
13440
|
-
"description": "Specify a custom tag used on the root element."
|
13441
|
-
},
|
13442
13446
|
"VWindow/theme": {
|
13443
13447
|
"type": "string\n",
|
13444
13448
|
"description": "Specify a theme for this component and all of its children."
|
@@ -13447,18 +13451,18 @@
|
|
13447
13451
|
"type": "boolean\n",
|
13448
13452
|
"description": "Removes the ability to click or target the component."
|
13449
13453
|
},
|
13450
|
-
"VWindow/mandatory": {
|
13451
|
-
"type": "boolean | 'force'\n",
|
13452
|
-
"description": "Forces at least one item to always be selected (if available)."
|
13453
|
-
},
|
13454
|
-
"VWindow/direction": {
|
13455
|
-
"type": "'horizontal' | 'vertical'\n",
|
13456
|
-
"description": "The transition direction when changing windows."
|
13457
|
-
},
|
13458
13454
|
"VWindow/selected-class": {
|
13459
13455
|
"type": "string\n",
|
13460
13456
|
"description": "Configure the active CSS class applied when an item is selected."
|
13461
13457
|
},
|
13458
|
+
"VWindow/model-value": {
|
13459
|
+
"type": "unknown\n",
|
13460
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
13461
|
+
},
|
13462
|
+
"VWindow/mandatory": {
|
13463
|
+
"type": "boolean | 'force'\n",
|
13464
|
+
"description": "Forces at least one item to always be selected (if available)."
|
13465
|
+
},
|
13462
13466
|
"VWindow/next-icon": {
|
13463
13467
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13464
13468
|
"description": "Icon used for the \"next\" button if `show-arrows` is `true`."
|
@@ -13467,18 +13471,22 @@
|
|
13467
13471
|
"type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
|
13468
13472
|
"description": "Icon used for the \"prev\" button if `show-arrows` is `true`."
|
13469
13473
|
},
|
13470
|
-
"VWindow/show-arrows": {
|
13471
|
-
"type": "string | boolean\n",
|
13472
|
-
"description": "Display the \"next\" and \"prev\" buttons."
|
13473
|
-
},
|
13474
13474
|
"VWindow/continuous": {
|
13475
13475
|
"type": "boolean\n",
|
13476
13476
|
"description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last."
|
13477
13477
|
},
|
13478
|
+
"VWindow/show-arrows": {
|
13479
|
+
"type": "string | boolean\n",
|
13480
|
+
"description": "Display the \"next\" and \"prev\" buttons."
|
13481
|
+
},
|
13478
13482
|
"VWindow/touch": {
|
13479
13483
|
"type": "boolean | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/directives/touch/index.ts#L9-L17\" target=\"_blank\">TouchHandlers</a>\n",
|
13480
13484
|
"description": "Provide a custom **left** and **right** function when swiped left or right."
|
13481
13485
|
},
|
13486
|
+
"VWindow/direction": {
|
13487
|
+
"type": "'horizontal' | 'vertical'\n",
|
13488
|
+
"description": "The transition direction when changing windows."
|
13489
|
+
},
|
13482
13490
|
"VWindowItem/value": {
|
13483
13491
|
"type": "any\n",
|
13484
13492
|
"description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
|