@vuetify/nightly 3.0.0-beta.0 → 3.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +53 -2
- package/dist/json/attributes.json +343 -195
- package/dist/json/importMap.json +20 -0
- package/dist/json/tags.json +106 -44
- package/dist/json/web-types.json +946 -549
- package/dist/vuetify.css +1486 -1085
- package/dist/vuetify.d.ts +9036 -8077
- package/dist/vuetify.esm.js +1511 -944
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1510 -943
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +825 -754
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +29 -8
- package/lib/components/VAlert/VAlert.mjs +31 -17
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/VAlert.sass +27 -7
- package/lib/components/VAlert/VAlertTitle.mjs +1 -0
- package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
- package/lib/components/VAlert/_variables.scss +14 -7
- package/lib/components/VApp/VApp.css +1 -0
- package/lib/components/VApp/VApp.sass +1 -0
- package/lib/components/VAppBar/VAppBar.mjs +7 -3
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +82 -69
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.mjs +15 -14
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.css +82 -58
- package/lib/components/VBanner/VBanner.mjs +39 -43
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.sass +61 -54
- package/lib/components/VBanner/VBannerActions.mjs +34 -2
- package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
- package/lib/components/VBanner/VBannerAvatar.mjs +20 -0
- package/lib/components/VBanner/VBannerAvatar.mjs.map +1 -0
- package/lib/components/VBanner/VBannerIcon.mjs +20 -0
- package/lib/components/VBanner/VBannerIcon.mjs.map +1 -0
- package/lib/components/VBanner/_variables.scss +10 -14
- package/lib/components/VBanner/index.mjs +2 -0
- package/lib/components/VBanner/index.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +2 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +10 -9
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +20 -1
- package/lib/components/VBtn/VBtn.mjs +20 -7
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +15 -2
- package/lib/components/VBtn/_variables.scss +3 -0
- package/lib/components/VBtnGroup/VBtnGroup.css +14 -6
- package/lib/components/VBtnGroup/VBtnGroup.sass +14 -6
- package/lib/components/VCard/VCard.css +13 -11
- package/lib/components/VCard/VCard.mjs +5 -2
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCard.sass +12 -9
- package/lib/components/VCard/VCardActions.mjs +1 -2
- package/lib/components/VCard/VCardActions.mjs.map +1 -1
- package/lib/components/VCard/VCardContent.mjs +3 -0
- package/lib/components/VCard/VCardContent.mjs.map +1 -0
- package/lib/components/VCard/_variables.scss +11 -5
- package/lib/components/VCard/index.mjs +1 -0
- package/lib/components/VCard/index.mjs.map +1 -1
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VChip/VChip.css +3 -0
- package/lib/components/VChip/VChip.sass +3 -0
- package/lib/components/VChip/_variables.scss +3 -0
- package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +92 -74
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.css +31 -11
- package/lib/components/VDialog/VDialog.mjs +6 -9
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +27 -10
- package/lib/components/VDialog/_variables.scss +3 -6
- package/lib/components/VExpansionPanel/VExpansionPanel.css +3 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +6 -2
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +5 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -0
- package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
- package/lib/components/VField/VField.css +1 -1
- package/lib/components/VField/VField.mjs +3 -4
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFooter/VFooter.mjs +32 -15
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VForm/VForm.mjs +25 -11
- package/lib/components/VForm/VForm.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.css +27 -12
- package/lib/components/VIcon/VIcon.mjs +19 -16
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +27 -16
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VInput/VInput.css +3 -1
- package/lib/components/VInput/VInput.mjs +3 -4
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +3 -1
- package/lib/components/VInput/_variables.scss +4 -0
- package/lib/components/VList/VList.css +7 -6
- package/lib/components/VList/VList.mjs +36 -17
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +3 -2
- package/lib/components/VList/VListChildren.mjs +1 -1
- package/lib/components/VList/VListChildren.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +28 -10
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +119 -42
- package/lib/components/VList/VListItem.mjs +36 -32
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +76 -28
- package/lib/components/VList/VListItemAction.mjs +29 -0
- package/lib/components/VList/VListItemAction.mjs.map +1 -0
- package/lib/components/VList/VListItemAvatar.mjs +10 -16
- package/lib/components/VList/VListItemAvatar.mjs.map +1 -1
- package/lib/components/VList/VListItemIcon.mjs +23 -0
- package/lib/components/VList/VListItemIcon.mjs.map +1 -0
- package/lib/components/VList/VListItemMedia.mjs +4 -4
- package/lib/components/VList/VListItemMedia.mjs.map +1 -1
- package/lib/components/VList/_variables.scss +12 -3
- package/lib/components/VList/index.mjs +2 -0
- package/lib/components/VList/index.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.css +2 -12
- package/lib/components/VMenu/VMenu.mjs +61 -31
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.sass +3 -6
- package/lib/components/VMenu/shared.mjs +2 -0
- package/lib/components/VMenu/shared.mjs.map +1 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +8 -0
- package/lib/components/VOverlay/VOverlay.mjs +16 -15
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +9 -0
- package/lib/components/VOverlay/_variables.scss +1 -0
- package/lib/components/VOverlay/positionStrategies.mjs +7 -3
- package/lib/components/VOverlay/positionStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +9 -0
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +50 -14
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +10 -12
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
- package/lib/components/VRadio/VRadio.mjs +1 -2
- package/lib/components/VRadio/VRadio.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +5 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRating/VRating.css +2 -2
- package/lib/components/VRating/VRating.mjs +13 -3
- package/lib/components/VRating/VRating.mjs.map +1 -1
- package/lib/components/VRating/VRating.sass +2 -2
- package/lib/components/VSelect/VSelect.mjs +70 -91
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +2 -2
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.css +0 -5
- package/lib/components/VSlideGroup/VSlideGroup.mjs +36 -14
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +0 -4
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.css +7 -2
- package/lib/components/VSlider/VSlider.sass +11 -5
- package/lib/components/VSlider/VSliderTrack.css +6 -6
- package/lib/components/VSlider/VSliderTrack.mjs +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.sass +7 -7
- package/lib/components/VSlider/_variables.scss +5 -2
- package/lib/components/VSnackbar/VSnackbar.css +14 -13
- package/lib/components/VSnackbar/VSnackbar.mjs +22 -10
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +15 -16
- package/lib/components/VSnackbar/_variables.scss +0 -4
- package/lib/components/VSwitch/VSwitch.mjs +8 -5
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.css +0 -5
- package/lib/components/VSystemBar/VSystemBar.mjs +31 -14
- package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +0 -5
- package/lib/components/VSystemBar/_variables.scss +0 -3
- package/lib/components/VTabs/VTab.mjs +28 -32
- package/lib/components/VTabs/VTab.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.css +6 -2
- package/lib/components/VTabs/VTabs.mjs +7 -8
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.sass +6 -1
- package/lib/components/VTabs/shared.mjs +2 -0
- package/lib/components/VTabs/shared.mjs.map +1 -0
- package/lib/components/VTextField/VTextField.css +4 -4
- package/lib/components/VTextField/VTextField.mjs +5 -9
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/VTextField.sass +5 -5
- package/lib/components/VTextarea/VTextarea.css +7 -4
- package/lib/components/VTextarea/VTextarea.sass +9 -5
- package/lib/components/VTimeline/VTimeline.css +187 -48
- package/lib/components/VTimeline/VTimeline.mjs +27 -11
- package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
- package/lib/components/VTimeline/VTimeline.sass +196 -51
- package/lib/components/VTimeline/VTimelineDivider.mjs +2 -1
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VTimeline/_variables.scss +2 -1
- package/lib/components/VToolbar/VToolbar.css +8 -1
- package/lib/components/VToolbar/VToolbar.mjs +8 -11
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.sass +2 -1
- package/lib/components/VToolbar/VToolbarItems.mjs +0 -1
- package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
- package/lib/components/VToolbar/_variables.scss +13 -1
- package/lib/components/VWindow/VWindow.mjs +0 -8
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/index.d.ts +9025 -8077
- package/lib/composables/defaults.mjs +2 -2
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/form.mjs +18 -5
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/forwardRef.mjs +10 -6
- package/lib/composables/forwardRef.mjs.map +1 -1
- package/lib/composables/group.mjs +14 -6
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/items.mjs +56 -0
- package/lib/composables/items.mjs.map +1 -0
- package/lib/composables/layout.mjs +7 -3
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/loader.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +27 -14
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +63 -36
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +163 -122
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/overlay.mjs +5 -1
- package/lib/composables/overlay.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +1 -9
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/composables/router.mjs +17 -5
- package/lib/composables/router.mjs.map +1 -1
- package/lib/composables/selectLink.mjs +19 -0
- package/lib/composables/selectLink.mjs.map +1 -0
- package/lib/composables/stack.mjs +7 -4
- package/lib/composables/stack.mjs.map +1 -1
- package/lib/composables/validation.mjs +6 -3
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/variant.mjs +0 -3
- package/lib/composables/variant.mjs.map +1 -1
- package/lib/directives/ripple/index.mjs +15 -3
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +12 -7
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +18 -2
- package/lib/locale/ca.mjs +9 -9
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/styles/generic/_colors.scss +0 -1
- package/lib/styles/main.css +400 -392
- package/lib/styles/settings/_utilities.scss +54 -26
- package/lib/styles/tools/_states.sass +2 -1
- package/lib/util/defineComponent.mjs +37 -6
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/getCurrentInstance.mjs +1 -1
- package/lib/util/getCurrentInstance.mjs.map +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +31 -29
|
@@ -223,13 +223,9 @@
|
|
|
223
223
|
"type": "string",
|
|
224
224
|
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
225
225
|
},
|
|
226
|
-
"v-alert/text-color": {
|
|
227
|
-
"type": "string",
|
|
228
|
-
"description": "Applies a specified color to the control text"
|
|
229
|
-
},
|
|
230
226
|
"v-alert/variant": {
|
|
231
227
|
"type": "string",
|
|
232
|
-
"description": "Applies one of
|
|
228
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
|
|
233
229
|
},
|
|
234
230
|
"v-alert-title/tag": {
|
|
235
231
|
"type": "string",
|
|
@@ -279,10 +275,6 @@
|
|
|
279
275
|
"type": "boolean",
|
|
280
276
|
"description": ""
|
|
281
277
|
},
|
|
282
|
-
"v-autocomplete/items": {
|
|
283
|
-
"type": "array",
|
|
284
|
-
"description": ""
|
|
285
|
-
},
|
|
286
278
|
"v-autocomplete/menu-icon": {
|
|
287
279
|
"type": "string",
|
|
288
280
|
"description": ""
|
|
@@ -303,28 +295,48 @@
|
|
|
303
295
|
"type": "boolean",
|
|
304
296
|
"description": ""
|
|
305
297
|
},
|
|
298
|
+
"v-autocomplete/items": {
|
|
299
|
+
"type": "array",
|
|
300
|
+
"description": ""
|
|
301
|
+
},
|
|
302
|
+
"v-autocomplete/item-title": {
|
|
303
|
+
"type": "string|array|function",
|
|
304
|
+
"description": ""
|
|
305
|
+
},
|
|
306
|
+
"v-autocomplete/item-value": {
|
|
307
|
+
"type": "string|array|function",
|
|
308
|
+
"description": ""
|
|
309
|
+
},
|
|
310
|
+
"v-autocomplete/item-children": {
|
|
311
|
+
"type": "string",
|
|
312
|
+
"description": ""
|
|
313
|
+
},
|
|
314
|
+
"v-autocomplete/item-props": {
|
|
315
|
+
"type": "function",
|
|
316
|
+
"description": ""
|
|
317
|
+
},
|
|
306
318
|
"v-autocomplete/transition": {
|
|
307
319
|
"type": "boolean|string|object",
|
|
308
320
|
"description": ""
|
|
309
321
|
},
|
|
310
322
|
"v-avatar/color": {
|
|
311
|
-
"type": "
|
|
323
|
+
"type": "string",
|
|
312
324
|
"description": ""
|
|
313
325
|
},
|
|
314
|
-
"v-avatar/
|
|
315
|
-
"type": "
|
|
316
|
-
"description": "
|
|
326
|
+
"v-avatar/start": {
|
|
327
|
+
"type": "boolean",
|
|
328
|
+
"description": ""
|
|
317
329
|
},
|
|
318
|
-
"v-avatar/
|
|
319
|
-
"type": "
|
|
320
|
-
"description": "
|
|
330
|
+
"v-avatar/end": {
|
|
331
|
+
"type": "boolean",
|
|
332
|
+
"description": ""
|
|
321
333
|
},
|
|
322
334
|
"v-avatar/icon": {
|
|
323
|
-
"type": "
|
|
335
|
+
"type": "string",
|
|
324
336
|
"description": ""
|
|
325
337
|
},
|
|
326
338
|
"v-avatar/image": {
|
|
327
|
-
"type": "
|
|
339
|
+
"type": "string",
|
|
328
340
|
"description": ""
|
|
329
341
|
},
|
|
330
342
|
"v-avatar/density": {
|
|
@@ -431,6 +443,10 @@
|
|
|
431
443
|
"type": "any",
|
|
432
444
|
"description": ""
|
|
433
445
|
},
|
|
446
|
+
"v-banner/stacked": {
|
|
447
|
+
"type": "any",
|
|
448
|
+
"description": ""
|
|
449
|
+
},
|
|
434
450
|
"v-banner/sticky": {
|
|
435
451
|
"type": "any",
|
|
436
452
|
"description": "Applies **position: sticky** to the component (**Evergreen browsers only**). You can find more information on the [MDN documentation for sticky position](https://developer.mozilla.org/en-US/docs/Web/CSS/position)."
|
|
@@ -515,10 +531,86 @@
|
|
|
515
531
|
"type": "string",
|
|
516
532
|
"description": "Specify a theme for this component and all of its children"
|
|
517
533
|
},
|
|
518
|
-
"v-banner-actions/
|
|
534
|
+
"v-banner-actions/color": {
|
|
535
|
+
"type": "any",
|
|
536
|
+
"description": ""
|
|
537
|
+
},
|
|
538
|
+
"v-banner-actions/density": {
|
|
539
|
+
"type": "any",
|
|
540
|
+
"description": ""
|
|
541
|
+
},
|
|
542
|
+
"v-banner-avatar/color": {
|
|
543
|
+
"type": "string",
|
|
544
|
+
"description": ""
|
|
545
|
+
},
|
|
546
|
+
"v-banner-avatar/start": {
|
|
547
|
+
"type": "boolean",
|
|
548
|
+
"description": ""
|
|
549
|
+
},
|
|
550
|
+
"v-banner-avatar/end": {
|
|
551
|
+
"type": "boolean",
|
|
552
|
+
"description": ""
|
|
553
|
+
},
|
|
554
|
+
"v-banner-avatar/icon": {
|
|
555
|
+
"type": "string",
|
|
556
|
+
"description": ""
|
|
557
|
+
},
|
|
558
|
+
"v-banner-avatar/image": {
|
|
559
|
+
"type": "string",
|
|
560
|
+
"description": ""
|
|
561
|
+
},
|
|
562
|
+
"v-banner-avatar/density": {
|
|
563
|
+
"type": "string",
|
|
564
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
565
|
+
},
|
|
566
|
+
"v-banner-avatar/rounded": {
|
|
567
|
+
"type": "boolean|number|string",
|
|
568
|
+
"description": ""
|
|
569
|
+
},
|
|
570
|
+
"v-banner-avatar/size": {
|
|
571
|
+
"type": "string|number",
|
|
572
|
+
"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**."
|
|
573
|
+
},
|
|
574
|
+
"v-banner-avatar/tag": {
|
|
575
|
+
"type": "string",
|
|
576
|
+
"description": "Specify a custom tag used on the root element."
|
|
577
|
+
},
|
|
578
|
+
"v-banner-icon/color": {
|
|
579
|
+
"type": "string",
|
|
580
|
+
"description": ""
|
|
581
|
+
},
|
|
582
|
+
"v-banner-icon/start": {
|
|
583
|
+
"type": "boolean",
|
|
584
|
+
"description": ""
|
|
585
|
+
},
|
|
586
|
+
"v-banner-icon/end": {
|
|
587
|
+
"type": "boolean",
|
|
588
|
+
"description": ""
|
|
589
|
+
},
|
|
590
|
+
"v-banner-icon/icon": {
|
|
591
|
+
"type": "string",
|
|
592
|
+
"description": ""
|
|
593
|
+
},
|
|
594
|
+
"v-banner-icon/image": {
|
|
519
595
|
"type": "string",
|
|
520
596
|
"description": ""
|
|
521
597
|
},
|
|
598
|
+
"v-banner-icon/density": {
|
|
599
|
+
"type": "string",
|
|
600
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
601
|
+
},
|
|
602
|
+
"v-banner-icon/rounded": {
|
|
603
|
+
"type": "boolean|number|string",
|
|
604
|
+
"description": ""
|
|
605
|
+
},
|
|
606
|
+
"v-banner-icon/size": {
|
|
607
|
+
"type": "string|number",
|
|
608
|
+
"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**."
|
|
609
|
+
},
|
|
610
|
+
"v-banner-icon/tag": {
|
|
611
|
+
"type": "string",
|
|
612
|
+
"description": "Specify a custom tag used on the root element."
|
|
613
|
+
},
|
|
522
614
|
"v-banner-text/tag": {
|
|
523
615
|
"type": "string",
|
|
524
616
|
"description": ""
|
|
@@ -611,6 +703,10 @@
|
|
|
611
703
|
"type": "any",
|
|
612
704
|
"description": ""
|
|
613
705
|
},
|
|
706
|
+
"v-breadcrumbs/active-color": {
|
|
707
|
+
"type": "any",
|
|
708
|
+
"description": ""
|
|
709
|
+
},
|
|
614
710
|
"v-breadcrumbs/bg-color": {
|
|
615
711
|
"type": "any",
|
|
616
712
|
"description": ""
|
|
@@ -687,6 +783,14 @@
|
|
|
687
783
|
"type": "string",
|
|
688
784
|
"description": ""
|
|
689
785
|
},
|
|
786
|
+
"v-btn/active": {
|
|
787
|
+
"type": "any",
|
|
788
|
+
"description": ""
|
|
789
|
+
},
|
|
790
|
+
"v-btn/symbol": {
|
|
791
|
+
"type": "any",
|
|
792
|
+
"description": ""
|
|
793
|
+
},
|
|
690
794
|
"v-btn/flat": {
|
|
691
795
|
"type": "any",
|
|
692
796
|
"description": "Removes the button box shadow."
|
|
@@ -823,13 +927,9 @@
|
|
|
823
927
|
"type": "string",
|
|
824
928
|
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors)."
|
|
825
929
|
},
|
|
826
|
-
"v-btn/text-color": {
|
|
827
|
-
"type": "string",
|
|
828
|
-
"description": "Applies a specified color to the control text"
|
|
829
|
-
},
|
|
830
930
|
"v-btn/variant": {
|
|
831
931
|
"type": "string",
|
|
832
|
-
"description": "Applies one of
|
|
932
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
|
|
833
933
|
},
|
|
834
934
|
"v-btn-group/divided": {
|
|
835
935
|
"type": "any",
|
|
@@ -863,13 +963,9 @@
|
|
|
863
963
|
"type": "string",
|
|
864
964
|
"description": ""
|
|
865
965
|
},
|
|
866
|
-
"v-btn-group/text-color": {
|
|
867
|
-
"type": "string",
|
|
868
|
-
"description": "Applies a specified color to the control text"
|
|
869
|
-
},
|
|
870
966
|
"v-btn-group/variant": {
|
|
871
967
|
"type": "string",
|
|
872
|
-
"description": "Applies one of
|
|
968
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
|
|
873
969
|
},
|
|
874
970
|
"v-btn-toggle/model-value": {
|
|
875
971
|
"type": "any",
|
|
@@ -1039,18 +1135,18 @@
|
|
|
1039
1135
|
"type": "string",
|
|
1040
1136
|
"description": ""
|
|
1041
1137
|
},
|
|
1042
|
-
"v-card/text-color": {
|
|
1043
|
-
"type": "string",
|
|
1044
|
-
"description": "Applies a specified color to the control text"
|
|
1045
|
-
},
|
|
1046
1138
|
"v-card/variant": {
|
|
1047
1139
|
"type": "string",
|
|
1048
|
-
"description": "Applies one of
|
|
1140
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
|
|
1049
1141
|
},
|
|
1050
1142
|
"v-card-avatar/tag": {
|
|
1051
1143
|
"type": "string",
|
|
1052
1144
|
"description": ""
|
|
1053
1145
|
},
|
|
1146
|
+
"v-card-content/tag": {
|
|
1147
|
+
"type": "string",
|
|
1148
|
+
"description": ""
|
|
1149
|
+
},
|
|
1054
1150
|
"v-card-header/tag": {
|
|
1055
1151
|
"type": "string",
|
|
1056
1152
|
"description": ""
|
|
@@ -1367,13 +1463,9 @@
|
|
|
1367
1463
|
"type": "string",
|
|
1368
1464
|
"description": ""
|
|
1369
1465
|
},
|
|
1370
|
-
"v-chip/text-color": {
|
|
1371
|
-
"type": "string",
|
|
1372
|
-
"description": "Applies a specified color to the control text"
|
|
1373
|
-
},
|
|
1374
1466
|
"v-chip/variant": {
|
|
1375
1467
|
"type": "string",
|
|
1376
|
-
"description": "Applies one of
|
|
1468
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
|
|
1377
1469
|
},
|
|
1378
1470
|
"v-chip-group/column": {
|
|
1379
1471
|
"type": "any",
|
|
@@ -1423,13 +1515,9 @@
|
|
|
1423
1515
|
"type": "string",
|
|
1424
1516
|
"description": ""
|
|
1425
1517
|
},
|
|
1426
|
-
"v-chip-group/text-color": {
|
|
1427
|
-
"type": "string",
|
|
1428
|
-
"description": "Applies a specified color to the control text"
|
|
1429
|
-
},
|
|
1430
1518
|
"v-chip-group/variant": {
|
|
1431
1519
|
"type": "string",
|
|
1432
|
-
"description": "Applies one of
|
|
1520
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
|
|
1433
1521
|
},
|
|
1434
1522
|
"v-code/tag": {
|
|
1435
1523
|
"type": "string",
|
|
@@ -1543,10 +1631,6 @@
|
|
|
1543
1631
|
"type": "boolean",
|
|
1544
1632
|
"description": ""
|
|
1545
1633
|
},
|
|
1546
|
-
"v-combobox/items": {
|
|
1547
|
-
"type": "array",
|
|
1548
|
-
"description": ""
|
|
1549
|
-
},
|
|
1550
1634
|
"v-combobox/menu-icon": {
|
|
1551
1635
|
"type": "string",
|
|
1552
1636
|
"description": ""
|
|
@@ -1567,6 +1651,26 @@
|
|
|
1567
1651
|
"type": "boolean",
|
|
1568
1652
|
"description": ""
|
|
1569
1653
|
},
|
|
1654
|
+
"v-combobox/items": {
|
|
1655
|
+
"type": "array",
|
|
1656
|
+
"description": ""
|
|
1657
|
+
},
|
|
1658
|
+
"v-combobox/item-title": {
|
|
1659
|
+
"type": "string|array|function",
|
|
1660
|
+
"description": ""
|
|
1661
|
+
},
|
|
1662
|
+
"v-combobox/item-value": {
|
|
1663
|
+
"type": "string|array|function",
|
|
1664
|
+
"description": ""
|
|
1665
|
+
},
|
|
1666
|
+
"v-combobox/item-children": {
|
|
1667
|
+
"type": "string",
|
|
1668
|
+
"description": ""
|
|
1669
|
+
},
|
|
1670
|
+
"v-combobox/item-props": {
|
|
1671
|
+
"type": "function",
|
|
1672
|
+
"description": ""
|
|
1673
|
+
},
|
|
1570
1674
|
"v-combobox/transition": {
|
|
1571
1675
|
"type": "boolean|string|object",
|
|
1572
1676
|
"description": ""
|
|
@@ -1667,6 +1771,10 @@
|
|
|
1667
1771
|
"type": "string",
|
|
1668
1772
|
"description": ""
|
|
1669
1773
|
},
|
|
1774
|
+
"v-expansion-panels/readonly": {
|
|
1775
|
+
"type": "any",
|
|
1776
|
+
"description": "Makes the entire expansion-panel read only."
|
|
1777
|
+
},
|
|
1670
1778
|
"v-expansion-panels/model-value": {
|
|
1671
1779
|
"type": "any",
|
|
1672
1780
|
"description": "Represents the selected item(s). Will be an array if **multiple** prop is used."
|
|
@@ -1759,6 +1867,10 @@
|
|
|
1759
1867
|
"type": "boolean|object",
|
|
1760
1868
|
"description": ""
|
|
1761
1869
|
},
|
|
1870
|
+
"v-expansion-panel/readonly": {
|
|
1871
|
+
"type": "boolean",
|
|
1872
|
+
"description": "Makes the expansion-panel content read only."
|
|
1873
|
+
},
|
|
1762
1874
|
"v-expansion-panel-text/eager": {
|
|
1763
1875
|
"type": "boolean",
|
|
1764
1876
|
"description": ""
|
|
@@ -1783,6 +1895,10 @@
|
|
|
1783
1895
|
"type": "boolean|object",
|
|
1784
1896
|
"description": ""
|
|
1785
1897
|
},
|
|
1898
|
+
"v-expansion-panel-title/readonly": {
|
|
1899
|
+
"type": "boolean",
|
|
1900
|
+
"description": ""
|
|
1901
|
+
},
|
|
1786
1902
|
"v-field/id": {
|
|
1787
1903
|
"type": "any",
|
|
1788
1904
|
"description": ""
|
|
@@ -2019,69 +2135,37 @@
|
|
|
2019
2135
|
"type": "boolean",
|
|
2020
2136
|
"description": ""
|
|
2021
2137
|
},
|
|
2022
|
-
"v-footer/
|
|
2138
|
+
"v-footer/app": {
|
|
2023
2139
|
"type": "any",
|
|
2024
2140
|
"description": ""
|
|
2025
2141
|
},
|
|
2026
|
-
"v-footer/
|
|
2027
|
-
"type": "
|
|
2028
|
-
"description": "
|
|
2142
|
+
"v-footer/color": {
|
|
2143
|
+
"type": "any",
|
|
2144
|
+
"description": ""
|
|
2029
2145
|
},
|
|
2030
2146
|
"v-footer/height": {
|
|
2031
2147
|
"type": "number|string",
|
|
2032
|
-
"description": "Sets the height for the component
|
|
2033
|
-
},
|
|
2034
|
-
"v-footer/max-height": {
|
|
2035
|
-
"type": "number|string",
|
|
2036
|
-
"description": "Sets the maximum height for the component."
|
|
2037
|
-
},
|
|
2038
|
-
"v-footer/max-width": {
|
|
2039
|
-
"type": "number|string",
|
|
2040
|
-
"description": "Sets the maximum width for the component."
|
|
2041
|
-
},
|
|
2042
|
-
"v-footer/min-height": {
|
|
2043
|
-
"type": "number|string",
|
|
2044
|
-
"description": "Sets the minimum height for the component."
|
|
2045
|
-
},
|
|
2046
|
-
"v-footer/min-width": {
|
|
2047
|
-
"type": "number|string",
|
|
2048
|
-
"description": "Sets the minimum width for the component."
|
|
2148
|
+
"description": "Sets the height for the component"
|
|
2049
2149
|
},
|
|
2050
|
-
"v-footer/
|
|
2051
|
-
"type": "number|string",
|
|
2052
|
-
"description": "
|
|
2150
|
+
"v-footer/border": {
|
|
2151
|
+
"type": "boolean|number|string",
|
|
2152
|
+
"description": "Applies border styles to component."
|
|
2053
2153
|
},
|
|
2054
2154
|
"v-footer/elevation": {
|
|
2055
2155
|
"type": "number|string",
|
|
2056
2156
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
2057
2157
|
},
|
|
2058
|
-
"v-footer/
|
|
2059
|
-
"type": "boolean",
|
|
2060
|
-
"description": "Applies **position: absolute** to the component."
|
|
2061
|
-
},
|
|
2062
|
-
"v-footer/bottom": {
|
|
2063
|
-
"type": "boolean|number|string",
|
|
2064
|
-
"description": "Aligns the component towards the bottom."
|
|
2065
|
-
},
|
|
2066
|
-
"v-footer/fixed": {
|
|
2067
|
-
"type": "boolean",
|
|
2068
|
-
"description": "Applies **position: fixed** to the component."
|
|
2069
|
-
},
|
|
2070
|
-
"v-footer/left": {
|
|
2071
|
-
"type": "boolean|number|string",
|
|
2072
|
-
"description": "Aligns the component towards the left."
|
|
2073
|
-
},
|
|
2074
|
-
"v-footer/position": {
|
|
2158
|
+
"v-footer/name": {
|
|
2075
2159
|
"type": "string",
|
|
2076
|
-
"description": "
|
|
2160
|
+
"description": ""
|
|
2077
2161
|
},
|
|
2078
|
-
"v-footer/
|
|
2079
|
-
"type": "
|
|
2080
|
-
"description": "
|
|
2162
|
+
"v-footer/priority": {
|
|
2163
|
+
"type": "number|string",
|
|
2164
|
+
"description": ""
|
|
2081
2165
|
},
|
|
2082
|
-
"v-footer/
|
|
2083
|
-
"type": "boolean
|
|
2084
|
-
"description": "
|
|
2166
|
+
"v-footer/absolute": {
|
|
2167
|
+
"type": "boolean",
|
|
2168
|
+
"description": ""
|
|
2085
2169
|
},
|
|
2086
2170
|
"v-footer/rounded": {
|
|
2087
2171
|
"type": "boolean|number|string",
|
|
@@ -2308,16 +2392,16 @@
|
|
|
2308
2392
|
"description": ""
|
|
2309
2393
|
},
|
|
2310
2394
|
"v-icon/color": {
|
|
2311
|
-
"type": "
|
|
2395
|
+
"type": "string",
|
|
2312
2396
|
"description": ""
|
|
2313
2397
|
},
|
|
2314
|
-
"v-icon/
|
|
2315
|
-
"type": "
|
|
2316
|
-
"description": "
|
|
2398
|
+
"v-icon/start": {
|
|
2399
|
+
"type": "boolean",
|
|
2400
|
+
"description": ""
|
|
2317
2401
|
},
|
|
2318
|
-
"v-icon/
|
|
2319
|
-
"type": "
|
|
2320
|
-
"description": "
|
|
2402
|
+
"v-icon/end": {
|
|
2403
|
+
"type": "boolean",
|
|
2404
|
+
"description": ""
|
|
2321
2405
|
},
|
|
2322
2406
|
"v-icon/icon": {
|
|
2323
2407
|
"type": "string|object",
|
|
@@ -2329,11 +2413,11 @@
|
|
|
2329
2413
|
},
|
|
2330
2414
|
"v-icon/tag": {
|
|
2331
2415
|
"type": "string",
|
|
2332
|
-
"description": "
|
|
2416
|
+
"description": ""
|
|
2333
2417
|
},
|
|
2334
2418
|
"v-icon/theme": {
|
|
2335
2419
|
"type": "string",
|
|
2336
|
-
"description": "
|
|
2420
|
+
"description": ""
|
|
2337
2421
|
},
|
|
2338
2422
|
"v-img/aspect-ratio": {
|
|
2339
2423
|
"type": "any",
|
|
@@ -2563,7 +2647,15 @@
|
|
|
2563
2647
|
"type": "boolean|string|object",
|
|
2564
2648
|
"description": "Sets the component transition. Can be one of the [built in transitions](/styles/transitions) or one your own."
|
|
2565
2649
|
},
|
|
2566
|
-
"v-list/color": {
|
|
2650
|
+
"v-list/active-color": {
|
|
2651
|
+
"type": "any",
|
|
2652
|
+
"description": ""
|
|
2653
|
+
},
|
|
2654
|
+
"v-list/active-class": {
|
|
2655
|
+
"type": "any",
|
|
2656
|
+
"description": ""
|
|
2657
|
+
},
|
|
2658
|
+
"v-list/bg-color": {
|
|
2567
2659
|
"type": "any",
|
|
2568
2660
|
"description": ""
|
|
2569
2661
|
},
|
|
@@ -2572,7 +2664,7 @@
|
|
|
2572
2664
|
"description": "Disables all children `v-list-item` components"
|
|
2573
2665
|
},
|
|
2574
2666
|
"v-list/lines": {
|
|
2575
|
-
"type": "string",
|
|
2667
|
+
"type": "boolean|string",
|
|
2576
2668
|
"description": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers."
|
|
2577
2669
|
},
|
|
2578
2670
|
"v-list/nav": {
|
|
@@ -2651,6 +2743,14 @@
|
|
|
2651
2743
|
"type": "string",
|
|
2652
2744
|
"description": "Specify a theme for this component and all of its children"
|
|
2653
2745
|
},
|
|
2746
|
+
"v-list/color": {
|
|
2747
|
+
"type": "string",
|
|
2748
|
+
"description": ""
|
|
2749
|
+
},
|
|
2750
|
+
"v-list/variant": {
|
|
2751
|
+
"type": "string",
|
|
2752
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
|
|
2753
|
+
},
|
|
2654
2754
|
"v-list-subheader/color": {
|
|
2655
2755
|
"type": "any",
|
|
2656
2756
|
"description": ""
|
|
@@ -2699,7 +2799,11 @@
|
|
|
2699
2799
|
"type": "any",
|
|
2700
2800
|
"description": "Disables the component"
|
|
2701
2801
|
},
|
|
2702
|
-
"v-list-item/
|
|
2802
|
+
"v-list-item/lines": {
|
|
2803
|
+
"type": "any",
|
|
2804
|
+
"description": ""
|
|
2805
|
+
},
|
|
2806
|
+
"v-list-item/nav": {
|
|
2703
2807
|
"type": "any",
|
|
2704
2808
|
"description": ""
|
|
2705
2809
|
},
|
|
@@ -2723,6 +2827,10 @@
|
|
|
2723
2827
|
"type": "any",
|
|
2724
2828
|
"description": "The value used when a child of a [v-list-item-group](/components/list-item-groups)."
|
|
2725
2829
|
},
|
|
2830
|
+
"v-list-item/link": {
|
|
2831
|
+
"type": "any",
|
|
2832
|
+
"description": ""
|
|
2833
|
+
},
|
|
2726
2834
|
"v-list-item/border": {
|
|
2727
2835
|
"type": "boolean|number|string",
|
|
2728
2836
|
"description": "Applies border styles to component."
|
|
@@ -2787,22 +2895,54 @@
|
|
|
2787
2895
|
"type": "string",
|
|
2788
2896
|
"description": "Applies specified color to the control when in an **active** state or **input-value** is **true** - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`)"
|
|
2789
2897
|
},
|
|
2790
|
-
"v-list-item/text-color": {
|
|
2791
|
-
"type": "string",
|
|
2792
|
-
"description": "Applies a specified color to the control text"
|
|
2793
|
-
},
|
|
2794
2898
|
"v-list-item/variant": {
|
|
2795
2899
|
"type": "string",
|
|
2796
|
-
"description": "Applies one of
|
|
2900
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
|
|
2797
2901
|
},
|
|
2798
|
-
"v-list-item-
|
|
2902
|
+
"v-list-item-action/start": {
|
|
2799
2903
|
"type": "any",
|
|
2800
2904
|
"description": ""
|
|
2801
2905
|
},
|
|
2802
|
-
"v-list-item-
|
|
2906
|
+
"v-list-item-action/end": {
|
|
2803
2907
|
"type": "any",
|
|
2804
2908
|
"description": ""
|
|
2805
2909
|
},
|
|
2910
|
+
"v-list-item-action/tag": {
|
|
2911
|
+
"type": "string",
|
|
2912
|
+
"description": "Specify a custom tag used on the root element."
|
|
2913
|
+
},
|
|
2914
|
+
"v-list-item-avatar/color": {
|
|
2915
|
+
"type": "string",
|
|
2916
|
+
"description": ""
|
|
2917
|
+
},
|
|
2918
|
+
"v-list-item-avatar/start": {
|
|
2919
|
+
"type": "boolean",
|
|
2920
|
+
"description": ""
|
|
2921
|
+
},
|
|
2922
|
+
"v-list-item-avatar/end": {
|
|
2923
|
+
"type": "boolean",
|
|
2924
|
+
"description": ""
|
|
2925
|
+
},
|
|
2926
|
+
"v-list-item-avatar/icon": {
|
|
2927
|
+
"type": "string",
|
|
2928
|
+
"description": ""
|
|
2929
|
+
},
|
|
2930
|
+
"v-list-item-avatar/image": {
|
|
2931
|
+
"type": "string",
|
|
2932
|
+
"description": ""
|
|
2933
|
+
},
|
|
2934
|
+
"v-list-item-avatar/density": {
|
|
2935
|
+
"type": "string",
|
|
2936
|
+
"description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
|
|
2937
|
+
},
|
|
2938
|
+
"v-list-item-avatar/rounded": {
|
|
2939
|
+
"type": "boolean|number|string",
|
|
2940
|
+
"description": ""
|
|
2941
|
+
},
|
|
2942
|
+
"v-list-item-avatar/size": {
|
|
2943
|
+
"type": "string|number",
|
|
2944
|
+
"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**."
|
|
2945
|
+
},
|
|
2806
2946
|
"v-list-item-avatar/tag": {
|
|
2807
2947
|
"type": "string",
|
|
2808
2948
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -2811,11 +2951,39 @@
|
|
|
2811
2951
|
"type": "string",
|
|
2812
2952
|
"description": ""
|
|
2813
2953
|
},
|
|
2814
|
-
"v-list-item-
|
|
2954
|
+
"v-list-item-icon/color": {
|
|
2955
|
+
"type": "string",
|
|
2956
|
+
"description": ""
|
|
2957
|
+
},
|
|
2958
|
+
"v-list-item-icon/start": {
|
|
2959
|
+
"type": "boolean",
|
|
2960
|
+
"description": ""
|
|
2961
|
+
},
|
|
2962
|
+
"v-list-item-icon/end": {
|
|
2963
|
+
"type": "boolean",
|
|
2964
|
+
"description": ""
|
|
2965
|
+
},
|
|
2966
|
+
"v-list-item-icon/icon": {
|
|
2967
|
+
"type": "string|object",
|
|
2968
|
+
"description": "Designates a specific icon."
|
|
2969
|
+
},
|
|
2970
|
+
"v-list-item-icon/size": {
|
|
2971
|
+
"type": "string|number",
|
|
2972
|
+
"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**."
|
|
2973
|
+
},
|
|
2974
|
+
"v-list-item-icon/tag": {
|
|
2975
|
+
"type": "string",
|
|
2976
|
+
"description": ""
|
|
2977
|
+
},
|
|
2978
|
+
"v-list-item-icon/theme": {
|
|
2979
|
+
"type": "string",
|
|
2980
|
+
"description": ""
|
|
2981
|
+
},
|
|
2982
|
+
"v-list-item-media/start": {
|
|
2815
2983
|
"type": "any",
|
|
2816
2984
|
"description": ""
|
|
2817
2985
|
},
|
|
2818
|
-
"v-list-item-media/
|
|
2986
|
+
"v-list-item-media/end": {
|
|
2819
2987
|
"type": "any",
|
|
2820
2988
|
"description": ""
|
|
2821
2989
|
},
|
|
@@ -2831,6 +2999,14 @@
|
|
|
2831
2999
|
"type": "string",
|
|
2832
3000
|
"description": ""
|
|
2833
3001
|
},
|
|
3002
|
+
"v-list-group/active-color": {
|
|
3003
|
+
"type": "any",
|
|
3004
|
+
"description": ""
|
|
3005
|
+
},
|
|
3006
|
+
"v-list-group/color": {
|
|
3007
|
+
"type": "any",
|
|
3008
|
+
"description": ""
|
|
3009
|
+
},
|
|
2834
3010
|
"v-list-group/collapse-icon": {
|
|
2835
3011
|
"type": "string",
|
|
2836
3012
|
"description": ""
|
|
@@ -2867,10 +3043,6 @@
|
|
|
2867
3043
|
"type": "string",
|
|
2868
3044
|
"description": "Specify a custom tag used on the root element."
|
|
2869
3045
|
},
|
|
2870
|
-
"v-menu/disable-keys": {
|
|
2871
|
-
"type": "any",
|
|
2872
|
-
"description": "Removes all keyboard interaction"
|
|
2873
|
-
},
|
|
2874
3046
|
"v-menu/model-value": {
|
|
2875
3047
|
"type": "any",
|
|
2876
3048
|
"description": ""
|
|
@@ -3023,6 +3195,10 @@
|
|
|
3023
3195
|
"type": "boolean",
|
|
3024
3196
|
"description": ""
|
|
3025
3197
|
},
|
|
3198
|
+
"v-overlay/close-on-content-click": {
|
|
3199
|
+
"type": "boolean",
|
|
3200
|
+
"description": ""
|
|
3201
|
+
},
|
|
3026
3202
|
"v-overlay/close-delay": {
|
|
3027
3203
|
"type": "number|string",
|
|
3028
3204
|
"description": ""
|
|
@@ -3191,13 +3367,9 @@
|
|
|
3191
3367
|
"type": "string",
|
|
3192
3368
|
"description": "Color of the selected page button"
|
|
3193
3369
|
},
|
|
3194
|
-
"v-pagination/text-color": {
|
|
3195
|
-
"type": "string",
|
|
3196
|
-
"description": "Applies a specified color to the control text"
|
|
3197
|
-
},
|
|
3198
3370
|
"v-pagination/variant": {
|
|
3199
3371
|
"type": "string",
|
|
3200
|
-
"description": "Applies one of
|
|
3372
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
|
|
3201
3373
|
},
|
|
3202
3374
|
"v-parallax/scale": {
|
|
3203
3375
|
"type": "number|string",
|
|
@@ -3695,10 +3867,6 @@
|
|
|
3695
3867
|
"type": "boolean",
|
|
3696
3868
|
"description": "Do not display in the select menu items that are already selected"
|
|
3697
3869
|
},
|
|
3698
|
-
"v-select/items": {
|
|
3699
|
-
"type": "array",
|
|
3700
|
-
"description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
|
|
3701
|
-
},
|
|
3702
3870
|
"v-select/menu-icon": {
|
|
3703
3871
|
"type": "string",
|
|
3704
3872
|
"description": ""
|
|
@@ -3719,6 +3887,26 @@
|
|
|
3719
3887
|
"type": "boolean",
|
|
3720
3888
|
"description": "When using the **clearable** prop, once cleared, the select menu will either open or stay open, depending on the current state"
|
|
3721
3889
|
},
|
|
3890
|
+
"v-select/items": {
|
|
3891
|
+
"type": "array",
|
|
3892
|
+
"description": "Can be an array of objects or array of strings. When using objects, will look for a text, value and disabled keys. This can be changed using the **item-text**, **item-value** and **item-disabled** props. Objects that have a **header** or **divider** property are considered special cases and generate a list header or divider; these items are not selectable."
|
|
3893
|
+
},
|
|
3894
|
+
"v-select/item-title": {
|
|
3895
|
+
"type": "string|array|function",
|
|
3896
|
+
"description": ""
|
|
3897
|
+
},
|
|
3898
|
+
"v-select/item-value": {
|
|
3899
|
+
"type": "string|array|function",
|
|
3900
|
+
"description": "Set property of **items**'s value - **must be primitive**. Dot notation is supported. **Note:** This is currently not supported with `v-combobox` [GitHub Issue](https://github.com/vuetifyjs/vuetify/issues/5479)"
|
|
3901
|
+
},
|
|
3902
|
+
"v-select/item-children": {
|
|
3903
|
+
"type": "string",
|
|
3904
|
+
"description": ""
|
|
3905
|
+
},
|
|
3906
|
+
"v-select/item-props": {
|
|
3907
|
+
"type": "function",
|
|
3908
|
+
"description": ""
|
|
3909
|
+
},
|
|
3722
3910
|
"v-select/transition": {
|
|
3723
3911
|
"type": "boolean|string|object",
|
|
3724
3912
|
"description": ""
|
|
@@ -3919,10 +4107,6 @@
|
|
|
3919
4107
|
"type": "string",
|
|
3920
4108
|
"description": "Specify a theme for this component and all of its children"
|
|
3921
4109
|
},
|
|
3922
|
-
"v-slide-group/active-class": {
|
|
3923
|
-
"type": "string",
|
|
3924
|
-
"description": ""
|
|
3925
|
-
},
|
|
3926
4110
|
"v-slide-group/center-active": {
|
|
3927
4111
|
"type": "any",
|
|
3928
4112
|
"description": "Forces the selected component to be centered"
|
|
@@ -4171,17 +4355,17 @@
|
|
|
4171
4355
|
"type": "boolean|number|string",
|
|
4172
4356
|
"description": "Aligns the content towards the top."
|
|
4173
4357
|
},
|
|
4174
|
-
"v-snackbar/
|
|
4175
|
-
"type": "string",
|
|
4358
|
+
"v-snackbar/rounded": {
|
|
4359
|
+
"type": "boolean|number|string",
|
|
4176
4360
|
"description": ""
|
|
4177
4361
|
},
|
|
4178
|
-
"v-snackbar/
|
|
4362
|
+
"v-snackbar/color": {
|
|
4179
4363
|
"type": "string",
|
|
4180
|
-
"description": "
|
|
4364
|
+
"description": ""
|
|
4181
4365
|
},
|
|
4182
4366
|
"v-snackbar/variant": {
|
|
4183
4367
|
"type": "string",
|
|
4184
|
-
"description": "Applies one of
|
|
4368
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
|
|
4185
4369
|
},
|
|
4186
4370
|
"v-snackbar/transition": {
|
|
4187
4371
|
"type": "boolean|string|object",
|
|
@@ -4200,7 +4384,7 @@
|
|
|
4200
4384
|
"description": "Display component without elevation. Default elevation for thumb is 4dp, `flat` resets it"
|
|
4201
4385
|
},
|
|
4202
4386
|
"v-switch/loading": {
|
|
4203
|
-
"type": "boolean",
|
|
4387
|
+
"type": "boolean|string",
|
|
4204
4388
|
"description": "Displays circular progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - primary, secondary, success, info, warning, error) or a Boolean which uses the component color (set by color prop - if it's supported by the component) or the primary color"
|
|
4205
4389
|
},
|
|
4206
4390
|
"v-switch/id": {
|
|
@@ -4319,65 +4503,29 @@
|
|
|
4319
4503
|
"type": "any",
|
|
4320
4504
|
"description": ""
|
|
4321
4505
|
},
|
|
4322
|
-
"v-system-bar/window": {
|
|
4323
|
-
"type": "any",
|
|
4324
|
-
"description": "Increases the system bar height to 32px (24px default)."
|
|
4325
|
-
},
|
|
4326
4506
|
"v-system-bar/height": {
|
|
4327
|
-
"type": "
|
|
4507
|
+
"type": "any",
|
|
4328
4508
|
"description": "Sets the height for the component."
|
|
4329
4509
|
},
|
|
4330
|
-
"v-system-bar/
|
|
4331
|
-
"type": "
|
|
4332
|
-
"description": "
|
|
4333
|
-
},
|
|
4334
|
-
"v-system-bar/max-width": {
|
|
4335
|
-
"type": "number|string",
|
|
4336
|
-
"description": "Sets the maximum width for the component."
|
|
4337
|
-
},
|
|
4338
|
-
"v-system-bar/min-height": {
|
|
4339
|
-
"type": "number|string",
|
|
4340
|
-
"description": "Sets the minimum height for the component."
|
|
4341
|
-
},
|
|
4342
|
-
"v-system-bar/min-width": {
|
|
4343
|
-
"type": "number|string",
|
|
4344
|
-
"description": "Sets the minimum width for the component."
|
|
4345
|
-
},
|
|
4346
|
-
"v-system-bar/width": {
|
|
4347
|
-
"type": "number|string",
|
|
4348
|
-
"description": "Sets the width for the component."
|
|
4510
|
+
"v-system-bar/window": {
|
|
4511
|
+
"type": "any",
|
|
4512
|
+
"description": "Increases the system bar height to 32px (24px default)."
|
|
4349
4513
|
},
|
|
4350
4514
|
"v-system-bar/elevation": {
|
|
4351
4515
|
"type": "number|string",
|
|
4352
4516
|
"description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation)."
|
|
4353
4517
|
},
|
|
4354
|
-
"v-system-bar/
|
|
4355
|
-
"type": "boolean",
|
|
4356
|
-
"description": "Applies **position: absolute** to the component."
|
|
4357
|
-
},
|
|
4358
|
-
"v-system-bar/bottom": {
|
|
4359
|
-
"type": "boolean|number|string",
|
|
4360
|
-
"description": "Aligns the component towards the bottom."
|
|
4361
|
-
},
|
|
4362
|
-
"v-system-bar/fixed": {
|
|
4363
|
-
"type": "boolean",
|
|
4364
|
-
"description": "Applies **position: fixed** to the component."
|
|
4365
|
-
},
|
|
4366
|
-
"v-system-bar/left": {
|
|
4367
|
-
"type": "boolean|number|string",
|
|
4368
|
-
"description": "Aligns the component towards the left."
|
|
4369
|
-
},
|
|
4370
|
-
"v-system-bar/position": {
|
|
4518
|
+
"v-system-bar/name": {
|
|
4371
4519
|
"type": "string",
|
|
4372
|
-
"description": "
|
|
4520
|
+
"description": ""
|
|
4373
4521
|
},
|
|
4374
|
-
"v-system-bar/
|
|
4375
|
-
"type": "
|
|
4376
|
-
"description": "
|
|
4522
|
+
"v-system-bar/priority": {
|
|
4523
|
+
"type": "number|string",
|
|
4524
|
+
"description": ""
|
|
4377
4525
|
},
|
|
4378
|
-
"v-system-bar/
|
|
4379
|
-
"type": "boolean
|
|
4380
|
-
"description": "
|
|
4526
|
+
"v-system-bar/absolute": {
|
|
4527
|
+
"type": "boolean",
|
|
4528
|
+
"description": ""
|
|
4381
4529
|
},
|
|
4382
4530
|
"v-system-bar/rounded": {
|
|
4383
4531
|
"type": "boolean|number|string",
|
|
@@ -4439,9 +4587,9 @@
|
|
|
4439
4587
|
"type": "any",
|
|
4440
4588
|
"description": "Does not require an active item. Useful when using `v-tab` as a `router-link`"
|
|
4441
4589
|
},
|
|
4442
|
-
"v-tabs/
|
|
4590
|
+
"v-tabs/end": {
|
|
4443
4591
|
"type": "any",
|
|
4444
|
-
"description": "
|
|
4592
|
+
"description": ""
|
|
4445
4593
|
},
|
|
4446
4594
|
"v-tabs/slider-color": {
|
|
4447
4595
|
"type": "any",
|
|
@@ -4911,6 +5059,10 @@
|
|
|
4911
5059
|
"type": "string",
|
|
4912
5060
|
"description": "Specify a custom tag used on the root element."
|
|
4913
5061
|
},
|
|
5062
|
+
"v-timeline/align": {
|
|
5063
|
+
"type": "string",
|
|
5064
|
+
"description": ""
|
|
5065
|
+
},
|
|
4914
5066
|
"v-timeline/direction": {
|
|
4915
5067
|
"type": "string",
|
|
4916
5068
|
"description": "Display timeline in a **vertical** or **horizontal** direction"
|
|
@@ -5087,13 +5239,9 @@
|
|
|
5087
5239
|
"type": "string",
|
|
5088
5240
|
"description": ""
|
|
5089
5241
|
},
|
|
5090
|
-
"v-toolbar-items/text-color": {
|
|
5091
|
-
"type": "string",
|
|
5092
|
-
"description": "Applies a specified color to the control text"
|
|
5093
|
-
},
|
|
5094
5242
|
"v-toolbar-items/variant": {
|
|
5095
5243
|
"type": "string",
|
|
5096
|
-
"description": "Applies one of
|
|
5244
|
+
"description": "Applies one of 6 styles, **contained** (default), **contained-flat**, **contained-text**, **outlined**, **plain**, and **text**."
|
|
5097
5245
|
},
|
|
5098
5246
|
"v-tooltip/id": {
|
|
5099
5247
|
"type": "any",
|