vuetify 3.1.2 → 3.1.3
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 +450 -450
- package/dist/json/importMap.json +44 -44
- package/dist/json/tags.json +1 -1
- package/dist/json/web-types.json +815 -805
- package/dist/vuetify-labs.css +250 -246
- package/dist/vuetify-labs.d.ts +205 -174
- package/dist/vuetify-labs.esm.js +244 -170
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +243 -169
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +29 -25
- package/dist/vuetify.d.ts +206 -186
- package/dist/vuetify.esm.js +221 -162
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +220 -161
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +700 -692
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +2 -2
- package/lib/blueprints/md1.d.ts +2 -2
- package/lib/blueprints/md2.d.ts +2 -2
- package/lib/blueprints/md3.d.ts +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +43 -20
- package/lib/components/VBtn/VBtn.mjs +8 -3
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +3 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +43 -20
- package/lib/components/VDefaultsProvider/index.d.ts +5 -4
- package/lib/components/VDialog/VDialog.mjs +6 -5
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.ts +57 -34
- package/lib/components/VDivider/VDivider.mjs +6 -6
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VField/VField.mjs +28 -26
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +7 -4
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VForm/index.d.ts +0 -3
- package/lib/components/VList/VList.mjs +4 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +29 -19
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +6 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +57 -34
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +4 -0
- package/lib/components/VNavigationDrawer/index.d.ts +3 -3
- package/lib/components/VNavigationDrawer/touch.mjs +7 -6
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +34 -11
- package/lib/components/VOverlay/locationStrategies.mjs +40 -29
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +25 -16
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +3 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +43 -20
- package/lib/components/VSnackbar/index.d.ts +42 -19
- package/lib/components/VTable/VTable.css +4 -4
- package/lib/components/VTable/VTable.sass +2 -2
- package/lib/components/VTooltip/VTooltip.mjs +4 -3
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +57 -34
- package/lib/components/index.d.ts +195 -174
- package/lib/composables/defaults.mjs +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/form.mjs +0 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +14 -7
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +14 -14
- package/lib/labs/VDataTable/VDataTable.mjs +2 -1
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +19 -6
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +2 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +4 -2
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +11 -0
- package/lib/labs/components.d.ts +11 -0
- package/lib/locale/adapters/vue-i18n.mjs +12 -2
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/en.mjs +2 -2
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/sv.mjs +7 -7
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +21 -18
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +5 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"v-app/full-height": {
|
|
3
3
|
"type": "boolean",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Sets the component height to 100%"
|
|
5
5
|
},
|
|
6
6
|
"v-app/overlaps": {
|
|
7
7
|
"type": "string[]",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"v-app-bar/model-value": {
|
|
27
27
|
"type": "boolean",
|
|
28
|
-
"description": "
|
|
28
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
29
29
|
},
|
|
30
30
|
"v-app-bar/location": {
|
|
31
31
|
"type": "\"top\" | \"bottom\"",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"v-app-bar/color": {
|
|
43
43
|
"type": "string",
|
|
44
|
-
"description": "
|
|
44
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
45
45
|
},
|
|
46
46
|
"v-app-bar/density": {
|
|
47
47
|
"type": "\"default\" | \"prominent\" | \"comfortable\" | \"compact\"",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"v-app-bar/rounded": {
|
|
75
75
|
"type": "string | number | boolean",
|
|
76
|
-
"description": "
|
|
76
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
77
77
|
},
|
|
78
78
|
"v-app-bar/tag": {
|
|
79
79
|
"type": "string",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
},
|
|
142
142
|
"v-alert/rounded": {
|
|
143
143
|
"type": "string | number | boolean",
|
|
144
|
-
"description": "
|
|
144
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
145
145
|
},
|
|
146
146
|
"v-alert/tag": {
|
|
147
147
|
"type": "string",
|
|
@@ -153,11 +153,11 @@
|
|
|
153
153
|
},
|
|
154
154
|
"v-alert/color": {
|
|
155
155
|
"type": "string",
|
|
156
|
-
"description": "Applies specified color to the control -
|
|
156
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
157
157
|
},
|
|
158
158
|
"v-alert/variant": {
|
|
159
159
|
"type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
|
|
160
|
-
"description": "Applies
|
|
160
|
+
"description": "Applies a distinct style to the component"
|
|
161
161
|
},
|
|
162
162
|
"v-alert/text": {
|
|
163
163
|
"type": "string",
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
},
|
|
190
190
|
"v-alert/model-value": {
|
|
191
191
|
"type": "boolean",
|
|
192
|
-
"description": "
|
|
192
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
193
193
|
},
|
|
194
194
|
"v-alert/prominent": {
|
|
195
195
|
"type": "boolean",
|
|
@@ -201,11 +201,11 @@
|
|
|
201
201
|
},
|
|
202
202
|
"v-alert-title/tag": {
|
|
203
203
|
"type": "string",
|
|
204
|
-
"description": "
|
|
204
|
+
"description": "Specify a custom tag used on the root element"
|
|
205
205
|
},
|
|
206
206
|
"v-autocomplete/label": {
|
|
207
207
|
"type": "string",
|
|
208
|
-
"description": "
|
|
208
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
209
209
|
},
|
|
210
210
|
"v-autocomplete/type": {
|
|
211
211
|
"type": "string",
|
|
@@ -277,11 +277,11 @@
|
|
|
277
277
|
},
|
|
278
278
|
"v-autocomplete/disabled": {
|
|
279
279
|
"type": "boolean",
|
|
280
|
-
"description": "
|
|
280
|
+
"description": "Removes the ability to click or target the input"
|
|
281
281
|
},
|
|
282
282
|
"v-autocomplete/model-value": {
|
|
283
283
|
"type": "any",
|
|
284
|
-
"description": "
|
|
284
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
285
285
|
},
|
|
286
286
|
"v-autocomplete/theme": {
|
|
287
287
|
"type": "string",
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
},
|
|
302
302
|
"v-autocomplete/no-data-text": {
|
|
303
303
|
"type": "string",
|
|
304
|
-
"description": "
|
|
304
|
+
"description": "Text shown when no items are provided to the component"
|
|
305
305
|
},
|
|
306
306
|
"v-autocomplete/open-on-clear": {
|
|
307
307
|
"type": "boolean",
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
},
|
|
310
310
|
"v-autocomplete/value-comparator": {
|
|
311
311
|
"type": "(a: any, b: any) => boolean",
|
|
312
|
-
"description": "
|
|
312
|
+
"description": "Apply a custom comparison algorithm used for values"
|
|
313
313
|
},
|
|
314
314
|
"v-autocomplete/items": {
|
|
315
315
|
"type": "unknown[]",
|
|
@@ -421,11 +421,11 @@
|
|
|
421
421
|
},
|
|
422
422
|
"v-autocomplete/bg-color": {
|
|
423
423
|
"type": "string",
|
|
424
|
-
"description": "
|
|
424
|
+
"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)"
|
|
425
425
|
},
|
|
426
426
|
"v-autocomplete/clearable": {
|
|
427
427
|
"type": "boolean",
|
|
428
|
-
"description": "
|
|
428
|
+
"description": "Allows for the component to be cleared"
|
|
429
429
|
},
|
|
430
430
|
"v-autocomplete/clear-icon": {
|
|
431
431
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -433,11 +433,11 @@
|
|
|
433
433
|
},
|
|
434
434
|
"v-autocomplete/active": {
|
|
435
435
|
"type": "boolean",
|
|
436
|
-
"description": "
|
|
436
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
437
437
|
},
|
|
438
438
|
"v-autocomplete/color": {
|
|
439
439
|
"type": "string",
|
|
440
|
-
"description": "
|
|
440
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
441
441
|
},
|
|
442
442
|
"v-autocomplete/persistent-clear": {
|
|
443
443
|
"type": "boolean",
|
|
@@ -445,15 +445,15 @@
|
|
|
445
445
|
},
|
|
446
446
|
"v-autocomplete/prepend-inner-icon": {
|
|
447
447
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
448
|
-
"description": "
|
|
448
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
|
449
449
|
},
|
|
450
450
|
"v-autocomplete/single-line": {
|
|
451
451
|
"type": "boolean",
|
|
452
|
-
"description": "
|
|
452
|
+
"description": "Label does not move on focus/dirty"
|
|
453
453
|
},
|
|
454
454
|
"v-autocomplete/variant": {
|
|
455
455
|
"type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
|
|
456
|
-
"description": "
|
|
456
|
+
"description": "Applies a distinct style to the component"
|
|
457
457
|
},
|
|
458
458
|
"v-autocomplete/loading": {
|
|
459
459
|
"type": "string | boolean",
|
|
@@ -489,7 +489,7 @@
|
|
|
489
489
|
},
|
|
490
490
|
"v-avatar/rounded": {
|
|
491
491
|
"type": "string | number | boolean",
|
|
492
|
-
"description": "
|
|
492
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
493
493
|
},
|
|
494
494
|
"v-avatar/size": {
|
|
495
495
|
"type": "string | number",
|
|
@@ -505,11 +505,11 @@
|
|
|
505
505
|
},
|
|
506
506
|
"v-avatar/color": {
|
|
507
507
|
"type": "string",
|
|
508
|
-
"description": "
|
|
508
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
509
509
|
},
|
|
510
510
|
"v-avatar/variant": {
|
|
511
511
|
"type": "\"elevated\" | \"flat\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
|
|
512
|
-
"description": "Applies
|
|
512
|
+
"description": "Applies a distinct style to the component"
|
|
513
513
|
},
|
|
514
514
|
"v-badge/location": {
|
|
515
515
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a>",
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
},
|
|
518
518
|
"v-badge/rounded": {
|
|
519
519
|
"type": "string | number | boolean",
|
|
520
|
-
"description": "
|
|
520
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
521
521
|
},
|
|
522
522
|
"v-badge/tag": {
|
|
523
523
|
"type": "string",
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
},
|
|
538
538
|
"v-badge/color": {
|
|
539
539
|
"type": "string",
|
|
540
|
-
"description": "
|
|
540
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
541
541
|
},
|
|
542
542
|
"v-badge/content": {
|
|
543
543
|
"type": "string | number",
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
},
|
|
562
562
|
"v-badge/label": {
|
|
563
563
|
"type": "string",
|
|
564
|
-
"description": "The **aria-label** used for the badge
|
|
564
|
+
"description": "The **aria-label** used for the badge"
|
|
565
565
|
},
|
|
566
566
|
"v-badge/max": {
|
|
567
567
|
"type": "string | number",
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
},
|
|
570
570
|
"v-badge/model-value": {
|
|
571
571
|
"type": "boolean",
|
|
572
|
-
"description": "
|
|
572
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
573
573
|
},
|
|
574
574
|
"v-badge/offset-x": {
|
|
575
575
|
"type": "string | number",
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
},
|
|
582
582
|
"v-badge/text-color": {
|
|
583
583
|
"type": "string",
|
|
584
|
-
"description": "
|
|
584
|
+
"description": "Applies a specified color to the control text - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
585
585
|
},
|
|
586
586
|
"v-banner/border": {
|
|
587
587
|
"type": "string | number | boolean",
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
},
|
|
634
634
|
"v-banner/rounded": {
|
|
635
635
|
"type": "string | number | boolean",
|
|
636
|
-
"description": "
|
|
636
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
637
637
|
},
|
|
638
638
|
"v-banner/tag": {
|
|
639
639
|
"type": "string",
|
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
},
|
|
650
650
|
"v-banner/color": {
|
|
651
651
|
"type": "string",
|
|
652
|
-
"description": "
|
|
652
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
653
653
|
},
|
|
654
654
|
"v-banner/icon": {
|
|
655
655
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
},
|
|
670
670
|
"v-banner-actions/color": {
|
|
671
671
|
"type": "string",
|
|
672
|
-
"description": "
|
|
672
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
673
673
|
},
|
|
674
674
|
"v-banner-actions/density": {
|
|
675
675
|
"type": "string",
|
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
},
|
|
678
678
|
"v-banner-text/tag": {
|
|
679
679
|
"type": "string",
|
|
680
|
-
"description": "
|
|
680
|
+
"description": "Specify a custom tag used on the root element"
|
|
681
681
|
},
|
|
682
682
|
"v-bottom-navigation/border": {
|
|
683
683
|
"type": "string | number | boolean",
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
},
|
|
694
694
|
"v-bottom-navigation/rounded": {
|
|
695
695
|
"type": "string | number | boolean",
|
|
696
|
-
"description": "
|
|
696
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
697
697
|
},
|
|
698
698
|
"v-bottom-navigation/name": {
|
|
699
699
|
"type": "string",
|
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
},
|
|
714
714
|
"v-bottom-navigation/model-value": {
|
|
715
715
|
"type": "any",
|
|
716
|
-
"description": "
|
|
716
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
717
717
|
},
|
|
718
718
|
"v-bottom-navigation/multiple": {
|
|
719
719
|
"type": "boolean",
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
},
|
|
730
730
|
"v-bottom-navigation/disabled": {
|
|
731
731
|
"type": "boolean",
|
|
732
|
-
"description": "
|
|
732
|
+
"description": "Puts all children components into a disabled state"
|
|
733
733
|
},
|
|
734
734
|
"v-bottom-navigation/mandatory": {
|
|
735
735
|
"type": "boolean | \"force\"",
|
|
@@ -741,11 +741,11 @@
|
|
|
741
741
|
},
|
|
742
742
|
"v-bottom-navigation/bg-color": {
|
|
743
743
|
"type": "string",
|
|
744
|
-
"description": "
|
|
744
|
+
"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)"
|
|
745
745
|
},
|
|
746
746
|
"v-bottom-navigation/color": {
|
|
747
747
|
"type": "string",
|
|
748
|
-
"description": "
|
|
748
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
749
749
|
},
|
|
750
750
|
"v-bottom-navigation/grow": {
|
|
751
751
|
"type": "boolean",
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
},
|
|
762
762
|
"v-bottom-navigation/active": {
|
|
763
763
|
"type": "boolean",
|
|
764
|
-
"description": "
|
|
764
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
765
765
|
},
|
|
766
766
|
"v-breadcrumbs/divider": {
|
|
767
767
|
"type": "string",
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
},
|
|
770
770
|
"v-breadcrumbs/active-class": {
|
|
771
771
|
"type": "string",
|
|
772
|
-
"description": "
|
|
772
|
+
"description": "The class applied to the component when it is in an active state"
|
|
773
773
|
},
|
|
774
774
|
"v-breadcrumbs/active-color": {
|
|
775
775
|
"type": "string",
|
|
@@ -777,15 +777,15 @@
|
|
|
777
777
|
},
|
|
778
778
|
"v-breadcrumbs/bg-color": {
|
|
779
779
|
"type": "string",
|
|
780
|
-
"description": "
|
|
780
|
+
"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)"
|
|
781
781
|
},
|
|
782
782
|
"v-breadcrumbs/color": {
|
|
783
783
|
"type": "string",
|
|
784
|
-
"description": "
|
|
784
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
785
785
|
},
|
|
786
786
|
"v-breadcrumbs/disabled": {
|
|
787
787
|
"type": "boolean",
|
|
788
|
-
"description": "
|
|
788
|
+
"description": "Removes the ability to click or target the component"
|
|
789
789
|
},
|
|
790
790
|
"v-breadcrumbs/icon": {
|
|
791
791
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
},
|
|
794
794
|
"v-breadcrumbs/items": {
|
|
795
795
|
"type": "unknown[]",
|
|
796
|
-
"description": "An array of objects for
|
|
796
|
+
"description": "An array of strings or objects used for automatically generating children components"
|
|
797
797
|
},
|
|
798
798
|
"v-breadcrumbs/density": {
|
|
799
799
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
},
|
|
802
802
|
"v-breadcrumbs/rounded": {
|
|
803
803
|
"type": "string | number | boolean",
|
|
804
|
-
"description": "
|
|
804
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
805
805
|
},
|
|
806
806
|
"v-breadcrumbs/tag": {
|
|
807
807
|
"type": "string",
|
|
@@ -809,19 +809,19 @@
|
|
|
809
809
|
},
|
|
810
810
|
"v-breadcrumbs-item/href": {
|
|
811
811
|
"type": "string",
|
|
812
|
-
"description": "
|
|
812
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
813
813
|
},
|
|
814
814
|
"v-breadcrumbs-item/replace": {
|
|
815
815
|
"type": "boolean",
|
|
816
|
-
"description": "
|
|
816
|
+
"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** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
|
817
817
|
},
|
|
818
818
|
"v-breadcrumbs-item/exact": {
|
|
819
819
|
"type": "boolean",
|
|
820
|
-
"description": "
|
|
820
|
+
"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."
|
|
821
821
|
},
|
|
822
822
|
"v-breadcrumbs-item/to": {
|
|
823
823
|
"type": "unknown",
|
|
824
|
-
"description": "
|
|
824
|
+
"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."
|
|
825
825
|
},
|
|
826
826
|
"v-breadcrumbs-item/tag": {
|
|
827
827
|
"type": "string",
|
|
@@ -829,11 +829,11 @@
|
|
|
829
829
|
},
|
|
830
830
|
"v-breadcrumbs-item/active": {
|
|
831
831
|
"type": "boolean",
|
|
832
|
-
"description": "
|
|
832
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
833
833
|
},
|
|
834
834
|
"v-breadcrumbs-item/active-class": {
|
|
835
835
|
"type": "string",
|
|
836
|
-
"description": "
|
|
836
|
+
"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"
|
|
837
837
|
},
|
|
838
838
|
"v-breadcrumbs-item/active-color": {
|
|
839
839
|
"type": "string",
|
|
@@ -841,11 +841,11 @@
|
|
|
841
841
|
},
|
|
842
842
|
"v-breadcrumbs-item/color": {
|
|
843
843
|
"type": "string",
|
|
844
|
-
"description": "
|
|
844
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
845
845
|
},
|
|
846
846
|
"v-breadcrumbs-item/disabled": {
|
|
847
847
|
"type": "boolean",
|
|
848
|
-
"description": "
|
|
848
|
+
"description": "Removes the ability to click or target the component"
|
|
849
849
|
},
|
|
850
850
|
"v-breadcrumbs-item/title": {
|
|
851
851
|
"type": "string",
|
|
@@ -865,7 +865,7 @@
|
|
|
865
865
|
},
|
|
866
866
|
"v-btn/rounded": {
|
|
867
867
|
"type": "string | number | boolean",
|
|
868
|
-
"description": "
|
|
868
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
869
869
|
},
|
|
870
870
|
"v-btn/density": {
|
|
871
871
|
"type": "\"default\" | \"comfortable\" | \"compact\"",
|
|
@@ -905,7 +905,7 @@
|
|
|
905
905
|
},
|
|
906
906
|
"v-btn/disabled": {
|
|
907
907
|
"type": "boolean",
|
|
908
|
-
"description": "Removes the ability to click or target the component
|
|
908
|
+
"description": "Removes the ability to click or target the component"
|
|
909
909
|
},
|
|
910
910
|
"v-btn/selected-class": {
|
|
911
911
|
"type": "string",
|
|
@@ -925,19 +925,19 @@
|
|
|
925
925
|
},
|
|
926
926
|
"v-btn/href": {
|
|
927
927
|
"type": "string",
|
|
928
|
-
"description": "
|
|
928
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
929
929
|
},
|
|
930
930
|
"v-btn/replace": {
|
|
931
931
|
"type": "boolean",
|
|
932
|
-
"description": "
|
|
932
|
+
"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** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
|
933
933
|
},
|
|
934
934
|
"v-btn/exact": {
|
|
935
935
|
"type": "boolean",
|
|
936
|
-
"description": "
|
|
936
|
+
"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."
|
|
937
937
|
},
|
|
938
938
|
"v-btn/to": {
|
|
939
939
|
"type": "unknown",
|
|
940
|
-
"description": "
|
|
940
|
+
"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."
|
|
941
941
|
},
|
|
942
942
|
"v-btn/size": {
|
|
943
943
|
"type": "string | number",
|
|
@@ -953,23 +953,23 @@
|
|
|
953
953
|
},
|
|
954
954
|
"v-btn/color": {
|
|
955
955
|
"type": "string",
|
|
956
|
-
"description": "Applies specified color to the control -
|
|
956
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
957
957
|
},
|
|
958
958
|
"v-btn/variant": {
|
|
959
959
|
"type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
|
|
960
|
-
"description": "Applies
|
|
960
|
+
"description": "Applies a distinct style to the component"
|
|
961
961
|
},
|
|
962
962
|
"v-btn/active": {
|
|
963
963
|
"type": "boolean",
|
|
964
|
-
"description": "
|
|
964
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
965
965
|
},
|
|
966
966
|
"v-btn/prepend-icon": {
|
|
967
967
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
968
|
-
"description": "
|
|
968
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
|
969
969
|
},
|
|
970
970
|
"v-btn/append-icon": {
|
|
971
971
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
972
|
-
"description": "
|
|
972
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
973
973
|
},
|
|
974
974
|
"v-btn/block": {
|
|
975
975
|
"type": "boolean",
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
},
|
|
1002
1002
|
"v-btn-group/rounded": {
|
|
1003
1003
|
"type": "string | number | boolean",
|
|
1004
|
-
"description": "
|
|
1004
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
1005
1005
|
},
|
|
1006
1006
|
"v-btn-group/tag": {
|
|
1007
1007
|
"type": "string",
|
|
@@ -1013,11 +1013,11 @@
|
|
|
1013
1013
|
},
|
|
1014
1014
|
"v-btn-group/color": {
|
|
1015
1015
|
"type": "string",
|
|
1016
|
-
"description": "
|
|
1016
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
1017
1017
|
},
|
|
1018
1018
|
"v-btn-group/variant": {
|
|
1019
1019
|
"type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
|
|
1020
|
-
"description": "Applies
|
|
1020
|
+
"description": "Applies a distinct style to the component"
|
|
1021
1021
|
},
|
|
1022
1022
|
"v-btn-group/divided": {
|
|
1023
1023
|
"type": "boolean",
|
|
@@ -1025,7 +1025,7 @@
|
|
|
1025
1025
|
},
|
|
1026
1026
|
"v-btn-toggle/model-value": {
|
|
1027
1027
|
"type": "any",
|
|
1028
|
-
"description": "
|
|
1028
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
1029
1029
|
},
|
|
1030
1030
|
"v-btn-toggle/multiple": {
|
|
1031
1031
|
"type": "boolean",
|
|
@@ -1041,7 +1041,7 @@
|
|
|
1041
1041
|
},
|
|
1042
1042
|
"v-btn-toggle/disabled": {
|
|
1043
1043
|
"type": "boolean",
|
|
1044
|
-
"description": "
|
|
1044
|
+
"description": "Puts all children components into a disabled state"
|
|
1045
1045
|
},
|
|
1046
1046
|
"v-btn-toggle/mandatory": {
|
|
1047
1047
|
"type": "boolean | \"force\"",
|
|
@@ -1105,23 +1105,23 @@
|
|
|
1105
1105
|
},
|
|
1106
1106
|
"v-card/rounded": {
|
|
1107
1107
|
"type": "string | number | boolean",
|
|
1108
|
-
"description": "
|
|
1108
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
1109
1109
|
},
|
|
1110
1110
|
"v-card/href": {
|
|
1111
1111
|
"type": "string",
|
|
1112
|
-
"description": "
|
|
1112
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
1113
1113
|
},
|
|
1114
1114
|
"v-card/replace": {
|
|
1115
1115
|
"type": "boolean",
|
|
1116
|
-
"description": "
|
|
1116
|
+
"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** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
|
1117
1117
|
},
|
|
1118
1118
|
"v-card/exact": {
|
|
1119
1119
|
"type": "boolean",
|
|
1120
|
-
"description": "
|
|
1120
|
+
"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."
|
|
1121
1121
|
},
|
|
1122
1122
|
"v-card/to": {
|
|
1123
1123
|
"type": "unknown",
|
|
1124
|
-
"description": "
|
|
1124
|
+
"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."
|
|
1125
1125
|
},
|
|
1126
1126
|
"v-card/tag": {
|
|
1127
1127
|
"type": "string",
|
|
@@ -1129,11 +1129,11 @@
|
|
|
1129
1129
|
},
|
|
1130
1130
|
"v-card/color": {
|
|
1131
1131
|
"type": "string",
|
|
1132
|
-
"description": "
|
|
1132
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
1133
1133
|
},
|
|
1134
1134
|
"v-card/variant": {
|
|
1135
1135
|
"type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
|
|
1136
|
-
"description": "Applies
|
|
1136
|
+
"description": "Applies a distinct style to the component"
|
|
1137
1137
|
},
|
|
1138
1138
|
"v-card/text": {
|
|
1139
1139
|
"type": "string",
|
|
@@ -1145,7 +1145,7 @@
|
|
|
1145
1145
|
},
|
|
1146
1146
|
"v-card/append-avatar": {
|
|
1147
1147
|
"type": "string",
|
|
1148
|
-
"description": "Appends a [v-avatar](/components/avatars/) component
|
|
1148
|
+
"description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot"
|
|
1149
1149
|
},
|
|
1150
1150
|
"v-card/append-icon": {
|
|
1151
1151
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -1153,7 +1153,7 @@
|
|
|
1153
1153
|
},
|
|
1154
1154
|
"v-card/disabled": {
|
|
1155
1155
|
"type": "boolean",
|
|
1156
|
-
"description": "
|
|
1156
|
+
"description": "Removes the ability to click or target the component"
|
|
1157
1157
|
},
|
|
1158
1158
|
"v-card/hover": {
|
|
1159
1159
|
"type": "boolean",
|
|
@@ -1165,7 +1165,7 @@
|
|
|
1165
1165
|
},
|
|
1166
1166
|
"v-card/prepend-avatar": {
|
|
1167
1167
|
"type": "string",
|
|
1168
|
-
"description": "Prepends a [v-avatar](/components/avatars/) component
|
|
1168
|
+
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
|
|
1169
1169
|
},
|
|
1170
1170
|
"v-card/prepend-icon": {
|
|
1171
1171
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -1189,43 +1189,43 @@
|
|
|
1189
1189
|
},
|
|
1190
1190
|
"v-card-item/append-avatar": {
|
|
1191
1191
|
"type": "string",
|
|
1192
|
-
"description": "
|
|
1192
|
+
"description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot"
|
|
1193
1193
|
},
|
|
1194
1194
|
"v-card-item/append-icon": {
|
|
1195
1195
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1196
|
-
"description": "
|
|
1196
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
1197
1197
|
},
|
|
1198
1198
|
"v-card-item/prepend-avatar": {
|
|
1199
1199
|
"type": "string",
|
|
1200
|
-
"description": "
|
|
1200
|
+
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
|
|
1201
1201
|
},
|
|
1202
1202
|
"v-card-item/prepend-icon": {
|
|
1203
1203
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1204
|
-
"description": "
|
|
1204
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
|
1205
1205
|
},
|
|
1206
1206
|
"v-card-item/subtitle": {
|
|
1207
1207
|
"type": "string",
|
|
1208
|
-
"description": "MISSING DESCRIPTION
|
|
1208
|
+
"description": "MISSING DESCRIPTION"
|
|
1209
1209
|
},
|
|
1210
1210
|
"v-card-item/title": {
|
|
1211
1211
|
"type": "string",
|
|
1212
|
-
"description": "MISSING DESCRIPTION
|
|
1212
|
+
"description": "MISSING DESCRIPTION"
|
|
1213
1213
|
},
|
|
1214
1214
|
"v-card-subtitle/tag": {
|
|
1215
1215
|
"type": "string",
|
|
1216
|
-
"description": "
|
|
1216
|
+
"description": "Specify a custom tag used on the root element"
|
|
1217
1217
|
},
|
|
1218
1218
|
"v-card-text/tag": {
|
|
1219
1219
|
"type": "string",
|
|
1220
|
-
"description": "
|
|
1220
|
+
"description": "Specify a custom tag used on the root element"
|
|
1221
1221
|
},
|
|
1222
1222
|
"v-card-title/tag": {
|
|
1223
1223
|
"type": "string",
|
|
1224
|
-
"description": "
|
|
1224
|
+
"description": "Specify a custom tag used on the root element"
|
|
1225
1225
|
},
|
|
1226
1226
|
"v-carousel/color": {
|
|
1227
1227
|
"type": "string",
|
|
1228
|
-
"description": "Applies a color to the navigation dots"
|
|
1228
|
+
"description": "Applies a color to the navigation dots - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
1229
1229
|
},
|
|
1230
1230
|
"v-carousel/cycle": {
|
|
1231
1231
|
"type": "boolean",
|
|
@@ -1253,7 +1253,7 @@
|
|
|
1253
1253
|
},
|
|
1254
1254
|
"v-carousel/model-value": {
|
|
1255
1255
|
"type": "any",
|
|
1256
|
-
"description": "The v-model
|
|
1256
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
1257
1257
|
},
|
|
1258
1258
|
"v-carousel/progress": {
|
|
1259
1259
|
"type": "string | boolean",
|
|
@@ -1301,7 +1301,7 @@
|
|
|
1301
1301
|
},
|
|
1302
1302
|
"v-checkbox/disabled": {
|
|
1303
1303
|
"type": "boolean",
|
|
1304
|
-
"description": "
|
|
1304
|
+
"description": "Removes the ability to click or target the component"
|
|
1305
1305
|
},
|
|
1306
1306
|
"v-checkbox/error": {
|
|
1307
1307
|
"type": "boolean",
|
|
@@ -1321,7 +1321,7 @@
|
|
|
1321
1321
|
},
|
|
1322
1322
|
"v-checkbox/label": {
|
|
1323
1323
|
"type": "string",
|
|
1324
|
-
"description": "Sets
|
|
1324
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
1325
1325
|
},
|
|
1326
1326
|
"v-checkbox/readonly": {
|
|
1327
1327
|
"type": "boolean",
|
|
@@ -1333,7 +1333,7 @@
|
|
|
1333
1333
|
},
|
|
1334
1334
|
"v-checkbox/model-value": {
|
|
1335
1335
|
"type": "any",
|
|
1336
|
-
"description": "
|
|
1336
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
1337
1337
|
},
|
|
1338
1338
|
"v-checkbox/validate-on": {
|
|
1339
1339
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
},
|
|
1374
1374
|
"v-checkbox/color": {
|
|
1375
1375
|
"type": "string",
|
|
1376
|
-
"description": "
|
|
1376
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
1377
1377
|
},
|
|
1378
1378
|
"v-checkbox/inline": {
|
|
1379
1379
|
"type": "boolean",
|
|
@@ -1397,7 +1397,7 @@
|
|
|
1397
1397
|
},
|
|
1398
1398
|
"v-checkbox/value-comparator": {
|
|
1399
1399
|
"type": "(a: any, b: any) => boolean",
|
|
1400
|
-
"description": "
|
|
1400
|
+
"description": "Apply a custom comparison algorithm used for values"
|
|
1401
1401
|
},
|
|
1402
1402
|
"v-checkbox/theme": {
|
|
1403
1403
|
"type": "string",
|
|
@@ -1417,7 +1417,7 @@
|
|
|
1417
1417
|
},
|
|
1418
1418
|
"v-checkbox-btn/label": {
|
|
1419
1419
|
"type": "string",
|
|
1420
|
-
"description": "
|
|
1420
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
1421
1421
|
},
|
|
1422
1422
|
"v-checkbox-btn/true-value": {
|
|
1423
1423
|
"type": "any",
|
|
@@ -1433,11 +1433,11 @@
|
|
|
1433
1433
|
},
|
|
1434
1434
|
"v-checkbox-btn/color": {
|
|
1435
1435
|
"type": "string",
|
|
1436
|
-
"description": "
|
|
1436
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
1437
1437
|
},
|
|
1438
1438
|
"v-checkbox-btn/disabled": {
|
|
1439
1439
|
"type": "boolean",
|
|
1440
|
-
"description": "
|
|
1440
|
+
"description": "Removes the ability to click or target the component"
|
|
1441
1441
|
},
|
|
1442
1442
|
"v-checkbox-btn/error": {
|
|
1443
1443
|
"type": "boolean",
|
|
@@ -1477,11 +1477,11 @@
|
|
|
1477
1477
|
},
|
|
1478
1478
|
"v-checkbox-btn/model-value": {
|
|
1479
1479
|
"type": "any",
|
|
1480
|
-
"description": "
|
|
1480
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
1481
1481
|
},
|
|
1482
1482
|
"v-checkbox-btn/value-comparator": {
|
|
1483
1483
|
"type": "(a: any, b: any) => boolean",
|
|
1484
|
-
"description": "
|
|
1484
|
+
"description": "Apply a custom comparison algorithm used for values"
|
|
1485
1485
|
},
|
|
1486
1486
|
"v-checkbox-btn/theme": {
|
|
1487
1487
|
"type": "string",
|
|
@@ -1513,7 +1513,7 @@
|
|
|
1513
1513
|
},
|
|
1514
1514
|
"v-chip/disabled": {
|
|
1515
1515
|
"type": "boolean",
|
|
1516
|
-
"description": "
|
|
1516
|
+
"description": "Removes the ability to click or target the component"
|
|
1517
1517
|
},
|
|
1518
1518
|
"v-chip/selected-class": {
|
|
1519
1519
|
"type": "string",
|
|
@@ -1521,23 +1521,23 @@
|
|
|
1521
1521
|
},
|
|
1522
1522
|
"v-chip/rounded": {
|
|
1523
1523
|
"type": "string | number | boolean",
|
|
1524
|
-
"description": "
|
|
1524
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
1525
1525
|
},
|
|
1526
1526
|
"v-chip/href": {
|
|
1527
1527
|
"type": "string",
|
|
1528
|
-
"description": "
|
|
1528
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
1529
1529
|
},
|
|
1530
1530
|
"v-chip/replace": {
|
|
1531
1531
|
"type": "boolean",
|
|
1532
|
-
"description": "
|
|
1532
|
+
"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** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
|
1533
1533
|
},
|
|
1534
1534
|
"v-chip/exact": {
|
|
1535
1535
|
"type": "boolean",
|
|
1536
|
-
"description": "
|
|
1536
|
+
"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."
|
|
1537
1537
|
},
|
|
1538
1538
|
"v-chip/to": {
|
|
1539
1539
|
"type": "unknown",
|
|
1540
|
-
"description": "
|
|
1540
|
+
"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."
|
|
1541
1541
|
},
|
|
1542
1542
|
"v-chip/size": {
|
|
1543
1543
|
"type": "string | number",
|
|
@@ -1553,11 +1553,11 @@
|
|
|
1553
1553
|
},
|
|
1554
1554
|
"v-chip/color": {
|
|
1555
1555
|
"type": "string",
|
|
1556
|
-
"description": "
|
|
1556
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
1557
1557
|
},
|
|
1558
1558
|
"v-chip/variant": {
|
|
1559
1559
|
"type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
|
|
1560
|
-
"description": "Applies
|
|
1560
|
+
"description": "Applies a distinct style to the component"
|
|
1561
1561
|
},
|
|
1562
1562
|
"v-chip/text": {
|
|
1563
1563
|
"type": "string",
|
|
@@ -1569,15 +1569,15 @@
|
|
|
1569
1569
|
},
|
|
1570
1570
|
"v-chip/active-class": {
|
|
1571
1571
|
"type": "string",
|
|
1572
|
-
"description": "
|
|
1572
|
+
"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"
|
|
1573
1573
|
},
|
|
1574
1574
|
"v-chip/append-avatar": {
|
|
1575
1575
|
"type": "string",
|
|
1576
|
-
"description": "Appends a v-avatar component
|
|
1576
|
+
"description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot"
|
|
1577
1577
|
},
|
|
1578
1578
|
"v-chip/append-icon": {
|
|
1579
1579
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1580
|
-
"description": "
|
|
1580
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
1581
1581
|
},
|
|
1582
1582
|
"v-chip/closable": {
|
|
1583
1583
|
"type": "boolean",
|
|
@@ -1601,7 +1601,7 @@
|
|
|
1601
1601
|
},
|
|
1602
1602
|
"v-chip/label": {
|
|
1603
1603
|
"type": "boolean",
|
|
1604
|
-
"description": "
|
|
1604
|
+
"description": "Applies a medium size border radius"
|
|
1605
1605
|
},
|
|
1606
1606
|
"v-chip/pill": {
|
|
1607
1607
|
"type": "boolean",
|
|
@@ -1609,11 +1609,11 @@
|
|
|
1609
1609
|
},
|
|
1610
1610
|
"v-chip/prepend-avatar": {
|
|
1611
1611
|
"type": "string",
|
|
1612
|
-
"description": "Prepends a v-avatar component
|
|
1612
|
+
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
|
|
1613
1613
|
},
|
|
1614
1614
|
"v-chip/prepend-icon": {
|
|
1615
1615
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1616
|
-
"description": "
|
|
1616
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
|
1617
1617
|
},
|
|
1618
1618
|
"v-chip/ripple": {
|
|
1619
1619
|
"type": "boolean",
|
|
@@ -1621,11 +1621,11 @@
|
|
|
1621
1621
|
},
|
|
1622
1622
|
"v-chip/model-value": {
|
|
1623
1623
|
"type": "boolean",
|
|
1624
|
-
"description": "
|
|
1624
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
1625
1625
|
},
|
|
1626
1626
|
"v-chip-group/model-value": {
|
|
1627
1627
|
"type": "any",
|
|
1628
|
-
"description": "
|
|
1628
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
1629
1629
|
},
|
|
1630
1630
|
"v-chip-group/multiple": {
|
|
1631
1631
|
"type": "boolean",
|
|
@@ -1641,7 +1641,7 @@
|
|
|
1641
1641
|
},
|
|
1642
1642
|
"v-chip-group/disabled": {
|
|
1643
1643
|
"type": "boolean",
|
|
1644
|
-
"description": "
|
|
1644
|
+
"description": "Puts all children components into a disabled state"
|
|
1645
1645
|
},
|
|
1646
1646
|
"v-chip-group/mandatory": {
|
|
1647
1647
|
"type": "boolean | \"force\"",
|
|
@@ -1661,11 +1661,11 @@
|
|
|
1661
1661
|
},
|
|
1662
1662
|
"v-chip-group/color": {
|
|
1663
1663
|
"type": "string",
|
|
1664
|
-
"description": "
|
|
1664
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
1665
1665
|
},
|
|
1666
1666
|
"v-chip-group/variant": {
|
|
1667
1667
|
"type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
|
|
1668
|
-
"description": "Applies
|
|
1668
|
+
"description": "Applies a distinct style to the component"
|
|
1669
1669
|
},
|
|
1670
1670
|
"v-chip-group/column": {
|
|
1671
1671
|
"type": "boolean",
|
|
@@ -1673,11 +1673,11 @@
|
|
|
1673
1673
|
},
|
|
1674
1674
|
"v-chip-group/value-comparator": {
|
|
1675
1675
|
"type": "(a: any, b: any) => boolean",
|
|
1676
|
-
"description": "
|
|
1676
|
+
"description": "Apply a custom comparison algorithm used for values"
|
|
1677
1677
|
},
|
|
1678
1678
|
"v-code/tag": {
|
|
1679
1679
|
"type": "string",
|
|
1680
|
-
"description": "
|
|
1680
|
+
"description": "Specify a custom tag used on the root element"
|
|
1681
1681
|
},
|
|
1682
1682
|
"v-color-picker/elevation": {
|
|
1683
1683
|
"type": "string | number",
|
|
@@ -1685,7 +1685,7 @@
|
|
|
1685
1685
|
},
|
|
1686
1686
|
"v-color-picker/rounded": {
|
|
1687
1687
|
"type": "string | number | boolean",
|
|
1688
|
-
"description": "
|
|
1688
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
1689
1689
|
},
|
|
1690
1690
|
"v-color-picker/theme": {
|
|
1691
1691
|
"type": "string",
|
|
@@ -1697,7 +1697,7 @@
|
|
|
1697
1697
|
},
|
|
1698
1698
|
"v-color-picker/disabled": {
|
|
1699
1699
|
"type": "boolean",
|
|
1700
|
-
"description": "
|
|
1700
|
+
"description": "Removes the ability to click or target the component"
|
|
1701
1701
|
},
|
|
1702
1702
|
"v-color-picker/dot-size": {
|
|
1703
1703
|
"type": "string | number",
|
|
@@ -1733,7 +1733,7 @@
|
|
|
1733
1733
|
},
|
|
1734
1734
|
"v-color-picker/model-value": {
|
|
1735
1735
|
"type": "string | Record<string, unknown>",
|
|
1736
|
-
"description": "
|
|
1736
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
1737
1737
|
},
|
|
1738
1738
|
"v-color-picker/width": {
|
|
1739
1739
|
"type": "string | number",
|
|
@@ -1745,7 +1745,7 @@
|
|
|
1745
1745
|
},
|
|
1746
1746
|
"v-combobox/label": {
|
|
1747
1747
|
"type": "string",
|
|
1748
|
-
"description": "
|
|
1748
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
1749
1749
|
},
|
|
1750
1750
|
"v-combobox/type": {
|
|
1751
1751
|
"type": "string",
|
|
@@ -1813,11 +1813,11 @@
|
|
|
1813
1813
|
},
|
|
1814
1814
|
"v-combobox/disabled": {
|
|
1815
1815
|
"type": "boolean",
|
|
1816
|
-
"description": "
|
|
1816
|
+
"description": "Removes the ability to click or target the input"
|
|
1817
1817
|
},
|
|
1818
1818
|
"v-combobox/model-value": {
|
|
1819
1819
|
"type": "any",
|
|
1820
|
-
"description": "
|
|
1820
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
1821
1821
|
},
|
|
1822
1822
|
"v-combobox/theme": {
|
|
1823
1823
|
"type": "string",
|
|
@@ -1837,7 +1837,7 @@
|
|
|
1837
1837
|
},
|
|
1838
1838
|
"v-combobox/no-data-text": {
|
|
1839
1839
|
"type": "string",
|
|
1840
|
-
"description": "
|
|
1840
|
+
"description": "Text shown when no items are provided to the component"
|
|
1841
1841
|
},
|
|
1842
1842
|
"v-combobox/open-on-clear": {
|
|
1843
1843
|
"type": "boolean",
|
|
@@ -1845,7 +1845,7 @@
|
|
|
1845
1845
|
},
|
|
1846
1846
|
"v-combobox/value-comparator": {
|
|
1847
1847
|
"type": "(a: any, b: any) => boolean",
|
|
1848
|
-
"description": "
|
|
1848
|
+
"description": "Apply a custom comparison algorithm used for values"
|
|
1849
1849
|
},
|
|
1850
1850
|
"v-combobox/items": {
|
|
1851
1851
|
"type": "unknown[]",
|
|
@@ -1957,11 +1957,11 @@
|
|
|
1957
1957
|
},
|
|
1958
1958
|
"v-combobox/bg-color": {
|
|
1959
1959
|
"type": "string",
|
|
1960
|
-
"description": "
|
|
1960
|
+
"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)"
|
|
1961
1961
|
},
|
|
1962
1962
|
"v-combobox/clearable": {
|
|
1963
1963
|
"type": "boolean",
|
|
1964
|
-
"description": "
|
|
1964
|
+
"description": "Allows for the component to be cleared"
|
|
1965
1965
|
},
|
|
1966
1966
|
"v-combobox/clear-icon": {
|
|
1967
1967
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -1969,11 +1969,11 @@
|
|
|
1969
1969
|
},
|
|
1970
1970
|
"v-combobox/active": {
|
|
1971
1971
|
"type": "boolean",
|
|
1972
|
-
"description": "
|
|
1972
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
1973
1973
|
},
|
|
1974
1974
|
"v-combobox/color": {
|
|
1975
1975
|
"type": "string",
|
|
1976
|
-
"description": "
|
|
1976
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
1977
1977
|
},
|
|
1978
1978
|
"v-combobox/persistent-clear": {
|
|
1979
1979
|
"type": "boolean",
|
|
@@ -1981,15 +1981,15 @@
|
|
|
1981
1981
|
},
|
|
1982
1982
|
"v-combobox/prepend-inner-icon": {
|
|
1983
1983
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
1984
|
-
"description": "
|
|
1984
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
|
1985
1985
|
},
|
|
1986
1986
|
"v-combobox/single-line": {
|
|
1987
1987
|
"type": "boolean",
|
|
1988
|
-
"description": "
|
|
1988
|
+
"description": "Label does not move on focus/dirty"
|
|
1989
1989
|
},
|
|
1990
1990
|
"v-combobox/variant": {
|
|
1991
1991
|
"type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
|
|
1992
|
-
"description": "
|
|
1992
|
+
"description": "Applies a distinct style to the component"
|
|
1993
1993
|
},
|
|
1994
1994
|
"v-combobox/loading": {
|
|
1995
1995
|
"type": "string | boolean",
|
|
@@ -2017,7 +2017,7 @@
|
|
|
2017
2017
|
},
|
|
2018
2018
|
"v-counter/active": {
|
|
2019
2019
|
"type": "boolean",
|
|
2020
|
-
"description": "
|
|
2020
|
+
"description": "Determines whether the counter is visible or not"
|
|
2021
2021
|
},
|
|
2022
2022
|
"v-counter/max": {
|
|
2023
2023
|
"type": "string | number",
|
|
@@ -2036,7 +2036,7 @@
|
|
|
2036
2036
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-defaults-provider.json))"
|
|
2037
2037
|
},
|
|
2038
2038
|
"v-defaults-provider/defaults": {
|
|
2039
|
-
"type": "
|
|
2039
|
+
"type": "{ global: Record<string, unknown> }",
|
|
2040
2040
|
"description": "Specify new default prop values for components. Keep in mind that this will be merged with previously defined values"
|
|
2041
2041
|
},
|
|
2042
2042
|
"v-dialog/activator": {
|
|
@@ -2069,7 +2069,7 @@
|
|
|
2069
2069
|
},
|
|
2070
2070
|
"v-dialog/content-class": {
|
|
2071
2071
|
"type": "any",
|
|
2072
|
-
"description": "
|
|
2072
|
+
"description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component"
|
|
2073
2073
|
},
|
|
2074
2074
|
"v-dialog/content-props": {
|
|
2075
2075
|
"type": "any",
|
|
@@ -2077,7 +2077,7 @@
|
|
|
2077
2077
|
},
|
|
2078
2078
|
"v-dialog/disabled": {
|
|
2079
2079
|
"type": "boolean",
|
|
2080
|
-
"description": "
|
|
2080
|
+
"description": "Removes the ability to click or target the component"
|
|
2081
2081
|
},
|
|
2082
2082
|
"v-dialog/no-click-animation": {
|
|
2083
2083
|
"type": "boolean",
|
|
@@ -2085,7 +2085,7 @@
|
|
|
2085
2085
|
},
|
|
2086
2086
|
"v-dialog/model-value": {
|
|
2087
2087
|
"type": "boolean",
|
|
2088
|
-
"description": "
|
|
2088
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
2089
2089
|
},
|
|
2090
2090
|
"v-dialog/persistent": {
|
|
2091
2091
|
"type": "boolean",
|
|
@@ -2156,7 +2156,7 @@
|
|
|
2156
2156
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/lazy.json))"
|
|
2157
2157
|
},
|
|
2158
2158
|
"v-dialog/location-strategy": {
|
|
2159
|
-
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#
|
|
2159
|
+
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
|
2160
2160
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
|
|
2161
2161
|
},
|
|
2162
2162
|
"v-dialog/location": {
|
|
@@ -2185,7 +2185,7 @@
|
|
|
2185
2185
|
},
|
|
2186
2186
|
"v-dialog/attach": {
|
|
2187
2187
|
"type": "string | boolean | Element",
|
|
2188
|
-
"description": "
|
|
2188
|
+
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attachs to the root `v-app` component by default"
|
|
2189
2189
|
},
|
|
2190
2190
|
"v-divider/theme": {
|
|
2191
2191
|
"type": "string",
|
|
@@ -2197,7 +2197,7 @@
|
|
|
2197
2197
|
},
|
|
2198
2198
|
"v-divider/color": {
|
|
2199
2199
|
"type": "string",
|
|
2200
|
-
"description": "
|
|
2200
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
2201
2201
|
},
|
|
2202
2202
|
"v-divider/inset": {
|
|
2203
2203
|
"type": "boolean",
|
|
@@ -2213,7 +2213,7 @@
|
|
|
2213
2213
|
},
|
|
2214
2214
|
"v-expansion-panels/model-value": {
|
|
2215
2215
|
"type": "any",
|
|
2216
|
-
"description": "
|
|
2216
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
2217
2217
|
},
|
|
2218
2218
|
"v-expansion-panels/multiple": {
|
|
2219
2219
|
"type": "boolean",
|
|
@@ -2229,7 +2229,7 @@
|
|
|
2229
2229
|
},
|
|
2230
2230
|
"v-expansion-panels/disabled": {
|
|
2231
2231
|
"type": "boolean",
|
|
2232
|
-
"description": "
|
|
2232
|
+
"description": "Puts all children components into a disabled state"
|
|
2233
2233
|
},
|
|
2234
2234
|
"v-expansion-panels/mandatory": {
|
|
2235
2235
|
"type": "boolean | \"force\"",
|
|
@@ -2245,11 +2245,11 @@
|
|
|
2245
2245
|
},
|
|
2246
2246
|
"v-expansion-panels/color": {
|
|
2247
2247
|
"type": "string",
|
|
2248
|
-
"description": "
|
|
2248
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
2249
2249
|
},
|
|
2250
2250
|
"v-expansion-panels/variant": {
|
|
2251
2251
|
"type": "\"default\" | \"accordion\" | \"inset\" | \"popout\"",
|
|
2252
|
-
"description": "
|
|
2252
|
+
"description": "Applies a distinct style to the component"
|
|
2253
2253
|
},
|
|
2254
2254
|
"v-expansion-panels/readonly": {
|
|
2255
2255
|
"type": "boolean",
|
|
@@ -2277,7 +2277,7 @@
|
|
|
2277
2277
|
},
|
|
2278
2278
|
"v-expansion-panel/rounded": {
|
|
2279
2279
|
"type": "string | number | boolean",
|
|
2280
|
-
"description": "
|
|
2280
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
2281
2281
|
},
|
|
2282
2282
|
"v-expansion-panel/tag": {
|
|
2283
2283
|
"type": "string",
|
|
@@ -2285,7 +2285,7 @@
|
|
|
2285
2285
|
},
|
|
2286
2286
|
"v-expansion-panel/color": {
|
|
2287
2287
|
"type": "string",
|
|
2288
|
-
"description": "
|
|
2288
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
2289
2289
|
},
|
|
2290
2290
|
"v-expansion-panel/expand-icon": {
|
|
2291
2291
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -2317,7 +2317,7 @@
|
|
|
2317
2317
|
},
|
|
2318
2318
|
"v-expansion-panel/bg-color": {
|
|
2319
2319
|
"type": "string",
|
|
2320
|
-
"description": "
|
|
2320
|
+
"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)"
|
|
2321
2321
|
},
|
|
2322
2322
|
"v-expansion-panel-text/eager": {
|
|
2323
2323
|
"type": "boolean",
|
|
@@ -2325,7 +2325,7 @@
|
|
|
2325
2325
|
},
|
|
2326
2326
|
"v-expansion-panel-title/color": {
|
|
2327
2327
|
"type": "string",
|
|
2328
|
-
"description": "
|
|
2328
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
2329
2329
|
},
|
|
2330
2330
|
"v-expansion-panel-title/expand-icon": {
|
|
2331
2331
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -2349,7 +2349,7 @@
|
|
|
2349
2349
|
},
|
|
2350
2350
|
"v-field/label": {
|
|
2351
2351
|
"type": "string",
|
|
2352
|
-
"description": "
|
|
2352
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
2353
2353
|
},
|
|
2354
2354
|
"v-field/id": {
|
|
2355
2355
|
"type": "string",
|
|
@@ -2361,15 +2361,15 @@
|
|
|
2361
2361
|
},
|
|
2362
2362
|
"v-field/append-inner-icon": {
|
|
2363
2363
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2364
|
-
"description": "
|
|
2364
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
|
|
2365
2365
|
},
|
|
2366
2366
|
"v-field/bg-color": {
|
|
2367
2367
|
"type": "string",
|
|
2368
|
-
"description": "
|
|
2368
|
+
"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)"
|
|
2369
2369
|
},
|
|
2370
2370
|
"v-field/clearable": {
|
|
2371
2371
|
"type": "boolean",
|
|
2372
|
-
"description": "
|
|
2372
|
+
"description": "Allows for the component to be cleared"
|
|
2373
2373
|
},
|
|
2374
2374
|
"v-field/clear-icon": {
|
|
2375
2375
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -2377,19 +2377,19 @@
|
|
|
2377
2377
|
},
|
|
2378
2378
|
"v-field/active": {
|
|
2379
2379
|
"type": "boolean",
|
|
2380
|
-
"description": "
|
|
2380
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
2381
2381
|
},
|
|
2382
2382
|
"v-field/color": {
|
|
2383
2383
|
"type": "string",
|
|
2384
|
-
"description": "
|
|
2384
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
2385
2385
|
},
|
|
2386
2386
|
"v-field/dirty": {
|
|
2387
2387
|
"type": "boolean",
|
|
2388
|
-
"description": "
|
|
2388
|
+
"description": "Manually apply the dirty state styling"
|
|
2389
2389
|
},
|
|
2390
2390
|
"v-field/disabled": {
|
|
2391
2391
|
"type": "boolean",
|
|
2392
|
-
"description": "
|
|
2392
|
+
"description": "Removes the ability to click or target the input"
|
|
2393
2393
|
},
|
|
2394
2394
|
"v-field/error": {
|
|
2395
2395
|
"type": "boolean",
|
|
@@ -2401,7 +2401,7 @@
|
|
|
2401
2401
|
},
|
|
2402
2402
|
"v-field/prepend-inner-icon": {
|
|
2403
2403
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2404
|
-
"description": "
|
|
2404
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
|
2405
2405
|
},
|
|
2406
2406
|
"v-field/reverse": {
|
|
2407
2407
|
"type": "boolean",
|
|
@@ -2409,11 +2409,11 @@
|
|
|
2409
2409
|
},
|
|
2410
2410
|
"v-field/single-line": {
|
|
2411
2411
|
"type": "boolean",
|
|
2412
|
-
"description": "
|
|
2412
|
+
"description": "Label does not move on focus/dirty"
|
|
2413
2413
|
},
|
|
2414
2414
|
"v-field/variant": {
|
|
2415
2415
|
"type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
|
|
2416
|
-
"description": "
|
|
2416
|
+
"description": "Applies a distinct style to the component"
|
|
2417
2417
|
},
|
|
2418
2418
|
"v-field/theme": {
|
|
2419
2419
|
"type": "string",
|
|
@@ -2425,7 +2425,7 @@
|
|
|
2425
2425
|
},
|
|
2426
2426
|
"v-field/model-value": {
|
|
2427
2427
|
"type": "unknown",
|
|
2428
|
-
"description": "
|
|
2428
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
2429
2429
|
},
|
|
2430
2430
|
"v-field-label/floating": {
|
|
2431
2431
|
"type": "boolean",
|
|
@@ -2457,7 +2457,7 @@
|
|
|
2457
2457
|
},
|
|
2458
2458
|
"v-file-input/disabled": {
|
|
2459
2459
|
"type": "boolean",
|
|
2460
|
-
"description": "
|
|
2460
|
+
"description": "Removes the ability to click or target the input"
|
|
2461
2461
|
},
|
|
2462
2462
|
"v-file-input/error": {
|
|
2463
2463
|
"type": "boolean",
|
|
@@ -2477,7 +2477,7 @@
|
|
|
2477
2477
|
},
|
|
2478
2478
|
"v-file-input/label": {
|
|
2479
2479
|
"type": "string",
|
|
2480
|
-
"description": "Sets
|
|
2480
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
2481
2481
|
},
|
|
2482
2482
|
"v-file-input/readonly": {
|
|
2483
2483
|
"type": "boolean",
|
|
@@ -2489,7 +2489,7 @@
|
|
|
2489
2489
|
},
|
|
2490
2490
|
"v-file-input/model-value": {
|
|
2491
2491
|
"type": "File[]",
|
|
2492
|
-
"description": "
|
|
2492
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
2493
2493
|
},
|
|
2494
2494
|
"v-file-input/validate-on": {
|
|
2495
2495
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
@@ -2513,15 +2513,15 @@
|
|
|
2513
2513
|
},
|
|
2514
2514
|
"v-file-input/append-inner-icon": {
|
|
2515
2515
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2516
|
-
"description": "
|
|
2516
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
|
|
2517
2517
|
},
|
|
2518
2518
|
"v-file-input/bg-color": {
|
|
2519
2519
|
"type": "string",
|
|
2520
|
-
"description": "
|
|
2520
|
+
"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)"
|
|
2521
2521
|
},
|
|
2522
2522
|
"v-file-input/clearable": {
|
|
2523
2523
|
"type": "boolean",
|
|
2524
|
-
"description": "
|
|
2524
|
+
"description": "Allows for the component to be cleared"
|
|
2525
2525
|
},
|
|
2526
2526
|
"v-file-input/clear-icon": {
|
|
2527
2527
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -2529,15 +2529,15 @@
|
|
|
2529
2529
|
},
|
|
2530
2530
|
"v-file-input/active": {
|
|
2531
2531
|
"type": "boolean",
|
|
2532
|
-
"description": "
|
|
2532
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
2533
2533
|
},
|
|
2534
2534
|
"v-file-input/color": {
|
|
2535
2535
|
"type": "string",
|
|
2536
|
-
"description": "
|
|
2536
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
2537
2537
|
},
|
|
2538
2538
|
"v-file-input/dirty": {
|
|
2539
2539
|
"type": "boolean",
|
|
2540
|
-
"description": "
|
|
2540
|
+
"description": "Manually apply the dirty state styling"
|
|
2541
2541
|
},
|
|
2542
2542
|
"v-file-input/persistent-clear": {
|
|
2543
2543
|
"type": "boolean",
|
|
@@ -2545,15 +2545,15 @@
|
|
|
2545
2545
|
},
|
|
2546
2546
|
"v-file-input/prepend-inner-icon": {
|
|
2547
2547
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
2548
|
-
"description": "
|
|
2548
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
|
2549
2549
|
},
|
|
2550
2550
|
"v-file-input/single-line": {
|
|
2551
2551
|
"type": "boolean",
|
|
2552
|
-
"description": "
|
|
2552
|
+
"description": "Label does not move on focus/dirty"
|
|
2553
2553
|
},
|
|
2554
2554
|
"v-file-input/variant": {
|
|
2555
2555
|
"type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
|
|
2556
|
-
"description": "
|
|
2556
|
+
"description": "Applies a distinct style to the component"
|
|
2557
2557
|
},
|
|
2558
2558
|
"v-file-input/theme": {
|
|
2559
2559
|
"type": "string",
|
|
@@ -2621,7 +2621,7 @@
|
|
|
2621
2621
|
},
|
|
2622
2622
|
"v-footer/rounded": {
|
|
2623
2623
|
"type": "string | number | boolean",
|
|
2624
|
-
"description": "
|
|
2624
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
2625
2625
|
},
|
|
2626
2626
|
"v-footer/tag": {
|
|
2627
2627
|
"type": "string",
|
|
@@ -2637,7 +2637,7 @@
|
|
|
2637
2637
|
},
|
|
2638
2638
|
"v-footer/color": {
|
|
2639
2639
|
"type": "string",
|
|
2640
|
-
"description": "
|
|
2640
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
2641
2641
|
},
|
|
2642
2642
|
"v-footer/height": {
|
|
2643
2643
|
"type": "string | number",
|
|
@@ -2645,23 +2645,19 @@
|
|
|
2645
2645
|
},
|
|
2646
2646
|
"v-form/disabled": {
|
|
2647
2647
|
"type": "boolean",
|
|
2648
|
-
"description": "Puts all children inputs into a disabled state
|
|
2648
|
+
"description": "Puts all children inputs into a disabled state"
|
|
2649
2649
|
},
|
|
2650
2650
|
"v-form/fast-fail": {
|
|
2651
2651
|
"type": "boolean",
|
|
2652
2652
|
"description": "Stop validation as soon as any rules fail."
|
|
2653
2653
|
},
|
|
2654
|
-
"v-form/lazy-validation": {
|
|
2655
|
-
"type": "boolean",
|
|
2656
|
-
"description": "If enabled, **value** will always be _true_ unless there are visible validation errors. You can still call `validate()` to manually trigger validation"
|
|
2657
|
-
},
|
|
2658
2654
|
"v-form/readonly": {
|
|
2659
2655
|
"type": "boolean",
|
|
2660
2656
|
"description": "Puts all children inputs into a readonly state."
|
|
2661
2657
|
},
|
|
2662
2658
|
"v-form/model-value": {
|
|
2663
2659
|
"type": "boolean",
|
|
2664
|
-
"description": "
|
|
2660
|
+
"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."
|
|
2665
2661
|
},
|
|
2666
2662
|
"v-form/validate-on": {
|
|
2667
2663
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
@@ -2721,7 +2717,7 @@
|
|
|
2721
2717
|
},
|
|
2722
2718
|
"v-spacer/tag": {
|
|
2723
2719
|
"type": "string",
|
|
2724
|
-
"description": "
|
|
2720
|
+
"description": "Specify a custom tag used on the root element"
|
|
2725
2721
|
},
|
|
2726
2722
|
"v-hover/close-delay": {
|
|
2727
2723
|
"type": "string | number",
|
|
@@ -2733,15 +2729,15 @@
|
|
|
2733
2729
|
},
|
|
2734
2730
|
"v-hover/disabled": {
|
|
2735
2731
|
"type": "boolean",
|
|
2736
|
-
"description": "
|
|
2732
|
+
"description": "Removes hover functionality"
|
|
2737
2733
|
},
|
|
2738
2734
|
"v-hover/model-value": {
|
|
2739
2735
|
"type": "boolean",
|
|
2740
|
-
"description": "
|
|
2736
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
2741
2737
|
},
|
|
2742
2738
|
"v-icon/color": {
|
|
2743
2739
|
"type": "string",
|
|
2744
|
-
"description": "
|
|
2740
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
2745
2741
|
},
|
|
2746
2742
|
"v-icon/start": {
|
|
2747
2743
|
"type": "boolean",
|
|
@@ -2773,7 +2769,7 @@
|
|
|
2773
2769
|
},
|
|
2774
2770
|
"v-component-icon/tag": {
|
|
2775
2771
|
"type": "string",
|
|
2776
|
-
"description": "
|
|
2772
|
+
"description": "Specify a custom tag used on the root element"
|
|
2777
2773
|
},
|
|
2778
2774
|
"v-svg-icon/icon": {
|
|
2779
2775
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -2781,7 +2777,7 @@
|
|
|
2781
2777
|
},
|
|
2782
2778
|
"v-svg-icon/tag": {
|
|
2783
2779
|
"type": "string",
|
|
2784
|
-
"description": "
|
|
2780
|
+
"description": "Specify a custom tag used on the root element"
|
|
2785
2781
|
},
|
|
2786
2782
|
"v-ligature-icon/icon": {
|
|
2787
2783
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -2789,7 +2785,7 @@
|
|
|
2789
2785
|
},
|
|
2790
2786
|
"v-ligature-icon/tag": {
|
|
2791
2787
|
"type": "string",
|
|
2792
|
-
"description": "
|
|
2788
|
+
"description": "Specify a custom tag used on the root element"
|
|
2793
2789
|
},
|
|
2794
2790
|
"v-class-icon/icon": {
|
|
2795
2791
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -2797,7 +2793,7 @@
|
|
|
2797
2793
|
},
|
|
2798
2794
|
"v-class-icon/tag": {
|
|
2799
2795
|
"type": "string",
|
|
2800
|
-
"description": "
|
|
2796
|
+
"description": "Specify a custom tag used on the root element"
|
|
2801
2797
|
},
|
|
2802
2798
|
"v-img/transition": {
|
|
2803
2799
|
"type": "string",
|
|
@@ -2873,7 +2869,7 @@
|
|
|
2873
2869
|
},
|
|
2874
2870
|
"v-input/disabled": {
|
|
2875
2871
|
"type": "boolean",
|
|
2876
|
-
"description": "
|
|
2872
|
+
"description": "Removes the ability to click or target the component"
|
|
2877
2873
|
},
|
|
2878
2874
|
"v-input/error": {
|
|
2879
2875
|
"type": "boolean",
|
|
@@ -2893,7 +2889,7 @@
|
|
|
2893
2889
|
},
|
|
2894
2890
|
"v-input/label": {
|
|
2895
2891
|
"type": "string",
|
|
2896
|
-
"description": "Sets
|
|
2892
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
2897
2893
|
},
|
|
2898
2894
|
"v-input/readonly": {
|
|
2899
2895
|
"type": "boolean",
|
|
@@ -2905,7 +2901,7 @@
|
|
|
2905
2901
|
},
|
|
2906
2902
|
"v-input/model-value": {
|
|
2907
2903
|
"type": "any",
|
|
2908
|
-
"description": "
|
|
2904
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
2909
2905
|
},
|
|
2910
2906
|
"v-input/validate-on": {
|
|
2911
2907
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
@@ -2925,7 +2921,7 @@
|
|
|
2925
2921
|
},
|
|
2926
2922
|
"v-item-group/model-value": {
|
|
2927
2923
|
"type": "any",
|
|
2928
|
-
"description": "
|
|
2924
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
2929
2925
|
},
|
|
2930
2926
|
"v-item-group/multiple": {
|
|
2931
2927
|
"type": "boolean",
|
|
@@ -2941,7 +2937,7 @@
|
|
|
2941
2937
|
},
|
|
2942
2938
|
"v-item-group/disabled": {
|
|
2943
2939
|
"type": "boolean",
|
|
2944
|
-
"description": "
|
|
2940
|
+
"description": "Puts all children components into a disabled state"
|
|
2945
2941
|
},
|
|
2946
2942
|
"v-item-group/mandatory": {
|
|
2947
2943
|
"type": "boolean | \"force\"",
|
|
@@ -2961,7 +2957,7 @@
|
|
|
2961
2957
|
},
|
|
2962
2958
|
"v-item/disabled": {
|
|
2963
2959
|
"type": "boolean",
|
|
2964
|
-
"description": "Removes the ability to click or target the component
|
|
2960
|
+
"description": "Removes the ability to click or target the component"
|
|
2965
2961
|
},
|
|
2966
2962
|
"v-item/selected-class": {
|
|
2967
2963
|
"type": "string",
|
|
@@ -2969,7 +2965,7 @@
|
|
|
2969
2965
|
},
|
|
2970
2966
|
"v-kbd/tag": {
|
|
2971
2967
|
"type": "string",
|
|
2972
|
-
"description": "
|
|
2968
|
+
"description": "Specify a custom tag used on the root element"
|
|
2973
2969
|
},
|
|
2974
2970
|
"v-label/theme": {
|
|
2975
2971
|
"type": "string",
|
|
@@ -2977,7 +2973,7 @@
|
|
|
2977
2973
|
},
|
|
2978
2974
|
"v-label/text": {
|
|
2979
2975
|
"type": "string",
|
|
2980
|
-
"description": "
|
|
2976
|
+
"description": "Specify the displayed label text"
|
|
2981
2977
|
},
|
|
2982
2978
|
"v-label/clickable": {
|
|
2983
2979
|
"type": "boolean",
|
|
@@ -2985,7 +2981,7 @@
|
|
|
2985
2981
|
},
|
|
2986
2982
|
"v-layout/full-height": {
|
|
2987
2983
|
"type": "boolean",
|
|
2988
|
-
"description": "
|
|
2984
|
+
"description": "Sets the component height to 100%"
|
|
2989
2985
|
},
|
|
2990
2986
|
"v-layout/overlaps": {
|
|
2991
2987
|
"type": "string[]",
|
|
@@ -3013,7 +3009,7 @@
|
|
|
3013
3009
|
},
|
|
3014
3010
|
"v-layout-item/model-value": {
|
|
3015
3011
|
"type": "boolean",
|
|
3016
|
-
"description": "
|
|
3012
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
3017
3013
|
},
|
|
3018
3014
|
"v-lazy/height": {
|
|
3019
3015
|
"type": "string | number",
|
|
@@ -3049,7 +3045,7 @@
|
|
|
3049
3045
|
},
|
|
3050
3046
|
"v-lazy/model-value": {
|
|
3051
3047
|
"type": "boolean",
|
|
3052
|
-
"description": "
|
|
3048
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
3053
3049
|
},
|
|
3054
3050
|
"v-lazy/options": {
|
|
3055
3051
|
"type": "{ root: any; rootMargin: any; threshold: any }",
|
|
@@ -3061,15 +3057,15 @@
|
|
|
3061
3057
|
},
|
|
3062
3058
|
"v-list/active-class": {
|
|
3063
3059
|
"type": "string",
|
|
3064
|
-
"description": "
|
|
3060
|
+
"description": "The class applied to the component when it is in an active state"
|
|
3065
3061
|
},
|
|
3066
3062
|
"v-list/bg-color": {
|
|
3067
3063
|
"type": "string",
|
|
3068
|
-
"description": "
|
|
3064
|
+
"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)"
|
|
3069
3065
|
},
|
|
3070
3066
|
"v-list/disabled": {
|
|
3071
3067
|
"type": "boolean",
|
|
3072
|
-
"description": "
|
|
3068
|
+
"description": "Puts all children inputs into a disabled state"
|
|
3073
3069
|
},
|
|
3074
3070
|
"v-list/nav": {
|
|
3075
3071
|
"type": "boolean",
|
|
@@ -3141,7 +3137,7 @@
|
|
|
3141
3137
|
},
|
|
3142
3138
|
"v-list/items": {
|
|
3143
3139
|
"type": "unknown[]",
|
|
3144
|
-
"description": "
|
|
3140
|
+
"description": "An array of strings or objects used for automatically generating children components"
|
|
3145
3141
|
},
|
|
3146
3142
|
"v-list/item-title": {
|
|
3147
3143
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
@@ -3165,7 +3161,7 @@
|
|
|
3165
3161
|
},
|
|
3166
3162
|
"v-list/rounded": {
|
|
3167
3163
|
"type": "string | number | boolean",
|
|
3168
|
-
"description": "
|
|
3164
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
3169
3165
|
},
|
|
3170
3166
|
"v-list/tag": {
|
|
3171
3167
|
"type": "string",
|
|
@@ -3177,11 +3173,11 @@
|
|
|
3177
3173
|
},
|
|
3178
3174
|
"v-list/color": {
|
|
3179
3175
|
"type": "string",
|
|
3180
|
-
"description": "
|
|
3176
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
3181
3177
|
},
|
|
3182
3178
|
"v-list/variant": {
|
|
3183
3179
|
"type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
|
|
3184
|
-
"description": "Applies
|
|
3180
|
+
"description": "Applies a distinct style to the component"
|
|
3185
3181
|
},
|
|
3186
3182
|
"v-list-group/title": {
|
|
3187
3183
|
"type": "string",
|
|
@@ -3193,7 +3189,7 @@
|
|
|
3193
3189
|
},
|
|
3194
3190
|
"v-list-group/color": {
|
|
3195
3191
|
"type": "string",
|
|
3196
|
-
"description": "
|
|
3192
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
3197
3193
|
},
|
|
3198
3194
|
"v-list-group/collapse-icon": {
|
|
3199
3195
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -3233,7 +3229,7 @@
|
|
|
3233
3229
|
},
|
|
3234
3230
|
"v-list-img/tag": {
|
|
3235
3231
|
"type": "string",
|
|
3236
|
-
"description": "
|
|
3232
|
+
"description": "Specify a custom tag used on the root element"
|
|
3237
3233
|
},
|
|
3238
3234
|
"v-list-item/title": {
|
|
3239
3235
|
"type": "string | number | boolean",
|
|
@@ -3245,7 +3241,7 @@
|
|
|
3245
3241
|
},
|
|
3246
3242
|
"v-list-item/active-class": {
|
|
3247
3243
|
"type": "string",
|
|
3248
|
-
"description": "
|
|
3244
|
+
"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"
|
|
3249
3245
|
},
|
|
3250
3246
|
"v-list-item/active-color": {
|
|
3251
3247
|
"type": "string",
|
|
@@ -3253,15 +3249,15 @@
|
|
|
3253
3249
|
},
|
|
3254
3250
|
"v-list-item/append-avatar": {
|
|
3255
3251
|
"type": "string",
|
|
3256
|
-
"description": "Appends a [v-avatar](/components/avatars/) component
|
|
3252
|
+
"description": "Appends a [v-avatar](/components/avatars/) component after default content in the **append** slot"
|
|
3257
3253
|
},
|
|
3258
3254
|
"v-list-item/append-icon": {
|
|
3259
3255
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
3260
|
-
"description": "
|
|
3256
|
+
"description": "Creates a [v-icon](/api/v-icon/) component after default content in the **append** slot"
|
|
3261
3257
|
},
|
|
3262
3258
|
"v-list-item/disabled": {
|
|
3263
3259
|
"type": "boolean",
|
|
3264
|
-
"description": "
|
|
3260
|
+
"description": "Removes the ability to click or target the component"
|
|
3265
3261
|
},
|
|
3266
3262
|
"v-list-item/nav": {
|
|
3267
3263
|
"type": "boolean",
|
|
@@ -3269,11 +3265,11 @@
|
|
|
3269
3265
|
},
|
|
3270
3266
|
"v-list-item/prepend-avatar": {
|
|
3271
3267
|
"type": "string",
|
|
3272
|
-
"description": "Prepends a [v-avatar](/components/avatars/) component
|
|
3268
|
+
"description": "Prepends a [v-avatar](/components/avatars/) component in the **prepend** slot before default content"
|
|
3273
3269
|
},
|
|
3274
3270
|
"v-list-item/prepend-icon": {
|
|
3275
3271
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
3276
|
-
"description": "
|
|
3272
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend** slot before default content"
|
|
3277
3273
|
},
|
|
3278
3274
|
"v-list-item/value": {
|
|
3279
3275
|
"type": "any",
|
|
@@ -3329,23 +3325,23 @@
|
|
|
3329
3325
|
},
|
|
3330
3326
|
"v-list-item/rounded": {
|
|
3331
3327
|
"type": "string | number | boolean",
|
|
3332
|
-
"description": "
|
|
3328
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
3333
3329
|
},
|
|
3334
3330
|
"v-list-item/href": {
|
|
3335
3331
|
"type": "string",
|
|
3336
|
-
"description": "
|
|
3332
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
3337
3333
|
},
|
|
3338
3334
|
"v-list-item/replace": {
|
|
3339
3335
|
"type": "boolean",
|
|
3340
|
-
"description": "
|
|
3336
|
+
"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** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
|
3341
3337
|
},
|
|
3342
3338
|
"v-list-item/exact": {
|
|
3343
3339
|
"type": "boolean",
|
|
3344
|
-
"description": "
|
|
3340
|
+
"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."
|
|
3345
3341
|
},
|
|
3346
3342
|
"v-list-item/to": {
|
|
3347
3343
|
"type": "unknown",
|
|
3348
|
-
"description": "
|
|
3344
|
+
"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."
|
|
3349
3345
|
},
|
|
3350
3346
|
"v-list-item/tag": {
|
|
3351
3347
|
"type": "string",
|
|
@@ -3357,11 +3353,11 @@
|
|
|
3357
3353
|
},
|
|
3358
3354
|
"v-list-item/color": {
|
|
3359
3355
|
"type": "string",
|
|
3360
|
-
"description": "Applies specified color to the control when in an **active** state or **input-value** is **true** -
|
|
3356
|
+
"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 (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)"
|
|
3361
3357
|
},
|
|
3362
3358
|
"v-list-item/variant": {
|
|
3363
3359
|
"type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
|
|
3364
|
-
"description": "Applies
|
|
3360
|
+
"description": "Applies a distinct style to the component"
|
|
3365
3361
|
},
|
|
3366
3362
|
"v-list-item/lines": {
|
|
3367
3363
|
"type": "\"one\" | \"two\" | \"three\"",
|
|
@@ -3393,11 +3389,11 @@
|
|
|
3393
3389
|
},
|
|
3394
3390
|
"v-list-item-subtitle/tag": {
|
|
3395
3391
|
"type": "string",
|
|
3396
|
-
"description": "
|
|
3392
|
+
"description": "Specify a custom tag used on the root element"
|
|
3397
3393
|
},
|
|
3398
3394
|
"v-list-item-title/tag": {
|
|
3399
3395
|
"type": "string",
|
|
3400
|
-
"description": "
|
|
3396
|
+
"description": "Specify a custom tag used on the root element"
|
|
3401
3397
|
},
|
|
3402
3398
|
"v-list-subheader/tag": {
|
|
3403
3399
|
"type": "string",
|
|
@@ -3405,7 +3401,7 @@
|
|
|
3405
3401
|
},
|
|
3406
3402
|
"v-list-subheader/color": {
|
|
3407
3403
|
"type": "string",
|
|
3408
|
-
"description": "
|
|
3404
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
3409
3405
|
},
|
|
3410
3406
|
"v-list-subheader/inset": {
|
|
3411
3407
|
"type": "boolean",
|
|
@@ -3461,7 +3457,7 @@
|
|
|
3461
3457
|
},
|
|
3462
3458
|
"v-menu/content-class": {
|
|
3463
3459
|
"type": "any",
|
|
3464
|
-
"description": "
|
|
3460
|
+
"description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component"
|
|
3465
3461
|
},
|
|
3466
3462
|
"v-menu/content-props": {
|
|
3467
3463
|
"type": "any",
|
|
@@ -3469,7 +3465,7 @@
|
|
|
3469
3465
|
},
|
|
3470
3466
|
"v-menu/disabled": {
|
|
3471
3467
|
"type": "boolean",
|
|
3472
|
-
"description": "
|
|
3468
|
+
"description": "Removes the ability to click or target the component"
|
|
3473
3469
|
},
|
|
3474
3470
|
"v-menu/no-click-animation": {
|
|
3475
3471
|
"type": "boolean",
|
|
@@ -3477,7 +3473,7 @@
|
|
|
3477
3473
|
},
|
|
3478
3474
|
"v-menu/model-value": {
|
|
3479
3475
|
"type": "boolean",
|
|
3480
|
-
"description": "
|
|
3476
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
3481
3477
|
},
|
|
3482
3478
|
"v-menu/persistent": {
|
|
3483
3479
|
"type": "boolean",
|
|
@@ -3548,7 +3544,7 @@
|
|
|
3548
3544
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/lazy.json))"
|
|
3549
3545
|
},
|
|
3550
3546
|
"v-menu/location-strategy": {
|
|
3551
|
-
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#
|
|
3547
|
+
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
|
3552
3548
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
|
|
3553
3549
|
},
|
|
3554
3550
|
"v-menu/location": {
|
|
@@ -3577,7 +3573,7 @@
|
|
|
3577
3573
|
},
|
|
3578
3574
|
"v-menu/attach": {
|
|
3579
3575
|
"type": "string | boolean | Element",
|
|
3580
|
-
"description": "
|
|
3576
|
+
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attachs to the root `v-app` component by default"
|
|
3581
3577
|
},
|
|
3582
3578
|
"v-messages/transition": {
|
|
3583
3579
|
"type": "string | { component: DefineComponent<{ group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }, () => VNode<RendererNode, RendererElement, { [key: string]: any; }>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{ group: BooleanConstructor; hideOnLeave: BooleanConstructor; leaveAbsolute: BooleanConstructor; mode: { type: StringConstructor; default: string; }; origin: { type: StringConstructor; default: string; }; }>>, { group: boolean; hideOnLeave: boolean; leaveAbsolute: boolean; mode: string; origin: string; }>; leaveAbsolute: boolean; group: boolean }",
|
|
@@ -3585,11 +3581,11 @@
|
|
|
3585
3581
|
},
|
|
3586
3582
|
"v-messages/active": {
|
|
3587
3583
|
"type": "boolean",
|
|
3588
|
-
"description": "
|
|
3584
|
+
"description": "Determines whether the messages are visible or not"
|
|
3589
3585
|
},
|
|
3590
3586
|
"v-messages/color": {
|
|
3591
3587
|
"type": "string",
|
|
3592
|
-
"description": "
|
|
3588
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
3593
3589
|
},
|
|
3594
3590
|
"v-messages/messages": {
|
|
3595
3591
|
"type": "string | string[]",
|
|
@@ -3617,7 +3613,7 @@
|
|
|
3617
3613
|
},
|
|
3618
3614
|
"v-navigation-drawer/rounded": {
|
|
3619
3615
|
"type": "string | number | boolean",
|
|
3620
|
-
"description": "
|
|
3616
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
3621
3617
|
},
|
|
3622
3618
|
"v-navigation-drawer/tag": {
|
|
3623
3619
|
"type": "string",
|
|
@@ -3629,7 +3625,7 @@
|
|
|
3629
3625
|
},
|
|
3630
3626
|
"v-navigation-drawer/color": {
|
|
3631
3627
|
"type": "string",
|
|
3632
|
-
"description": "
|
|
3628
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
3633
3629
|
},
|
|
3634
3630
|
"v-navigation-drawer/disable-resize-watcher": {
|
|
3635
3631
|
"type": "boolean",
|
|
@@ -3649,7 +3645,7 @@
|
|
|
3649
3645
|
},
|
|
3650
3646
|
"v-navigation-drawer/model-value": {
|
|
3651
3647
|
"type": "boolean",
|
|
3652
|
-
"description": "
|
|
3648
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
3653
3649
|
},
|
|
3654
3650
|
"v-navigation-drawer/permanent": {
|
|
3655
3651
|
"type": "boolean",
|
|
@@ -3684,7 +3680,7 @@
|
|
|
3684
3680
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
|
|
3685
3681
|
},
|
|
3686
3682
|
"v-navigation-drawer/location": {
|
|
3687
|
-
"type": "\"start\" | \"end\" | \"left\" | \"right\" | \"bottom\"",
|
|
3683
|
+
"type": "\"start\" | \"end\" | \"left\" | \"right\" | \"top\" | \"bottom\"",
|
|
3688
3684
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-navigation-drawer.json))"
|
|
3689
3685
|
},
|
|
3690
3686
|
"v-navigation-drawer/sticky": {
|
|
@@ -3709,7 +3705,7 @@
|
|
|
3709
3705
|
},
|
|
3710
3706
|
"v-overlay/content-class": {
|
|
3711
3707
|
"type": "any",
|
|
3712
|
-
"description": "
|
|
3708
|
+
"description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component"
|
|
3713
3709
|
},
|
|
3714
3710
|
"v-overlay/content-props": {
|
|
3715
3711
|
"type": "any",
|
|
@@ -3717,7 +3713,7 @@
|
|
|
3717
3713
|
},
|
|
3718
3714
|
"v-overlay/disabled": {
|
|
3719
3715
|
"type": "boolean",
|
|
3720
|
-
"description": "
|
|
3716
|
+
"description": "Removes the ability to click or target the component"
|
|
3721
3717
|
},
|
|
3722
3718
|
"v-overlay/no-click-animation": {
|
|
3723
3719
|
"type": "boolean",
|
|
@@ -3725,7 +3721,7 @@
|
|
|
3725
3721
|
},
|
|
3726
3722
|
"v-overlay/model-value": {
|
|
3727
3723
|
"type": "boolean",
|
|
3728
|
-
"description": "
|
|
3724
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
3729
3725
|
},
|
|
3730
3726
|
"v-overlay/persistent": {
|
|
3731
3727
|
"type": "boolean",
|
|
@@ -3796,7 +3792,7 @@
|
|
|
3796
3792
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/lazy.json))"
|
|
3797
3793
|
},
|
|
3798
3794
|
"v-overlay/location-strategy": {
|
|
3799
|
-
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#
|
|
3795
|
+
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
|
3800
3796
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
|
|
3801
3797
|
},
|
|
3802
3798
|
"v-overlay/location": {
|
|
@@ -3805,7 +3801,7 @@
|
|
|
3805
3801
|
},
|
|
3806
3802
|
"v-overlay/origin": {
|
|
3807
3803
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
|
3808
|
-
"description": "
|
|
3804
|
+
"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)."
|
|
3809
3805
|
},
|
|
3810
3806
|
"v-overlay/offset": {
|
|
3811
3807
|
"type": "string | number | number[]",
|
|
@@ -3825,7 +3821,7 @@
|
|
|
3825
3821
|
},
|
|
3826
3822
|
"v-overlay/attach": {
|
|
3827
3823
|
"type": "string | boolean | Element",
|
|
3828
|
-
"description": "
|
|
3824
|
+
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attachs to the root `v-app` component by default"
|
|
3829
3825
|
},
|
|
3830
3826
|
"v-pagination/border": {
|
|
3831
3827
|
"type": "string | number | boolean",
|
|
@@ -3845,7 +3841,7 @@
|
|
|
3845
3841
|
},
|
|
3846
3842
|
"v-pagination/rounded": {
|
|
3847
3843
|
"type": "string | number | boolean",
|
|
3848
|
-
"description": "
|
|
3844
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
3849
3845
|
},
|
|
3850
3846
|
"v-pagination/size": {
|
|
3851
3847
|
"type": "string | number",
|
|
@@ -3861,11 +3857,11 @@
|
|
|
3861
3857
|
},
|
|
3862
3858
|
"v-pagination/color": {
|
|
3863
3859
|
"type": "string",
|
|
3864
|
-
"description": "
|
|
3860
|
+
"description": "Applies specified color to the selected page button - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
3865
3861
|
},
|
|
3866
3862
|
"v-pagination/variant": {
|
|
3867
3863
|
"type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
|
|
3868
|
-
"description": "Applies
|
|
3864
|
+
"description": "Applies a distinct style to the component"
|
|
3869
3865
|
},
|
|
3870
3866
|
"v-pagination/active-color": {
|
|
3871
3867
|
"type": "string",
|
|
@@ -3877,11 +3873,11 @@
|
|
|
3877
3873
|
},
|
|
3878
3874
|
"v-pagination/model-value": {
|
|
3879
3875
|
"type": "number",
|
|
3880
|
-
"description": "
|
|
3876
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
3881
3877
|
},
|
|
3882
3878
|
"v-pagination/disabled": {
|
|
3883
3879
|
"type": "boolean",
|
|
3884
|
-
"description": "
|
|
3880
|
+
"description": "Removes the ability to click or target the component"
|
|
3885
3881
|
},
|
|
3886
3882
|
"v-pagination/total-visible": {
|
|
3887
3883
|
"type": "string | number",
|
|
@@ -3957,11 +3953,11 @@
|
|
|
3957
3953
|
},
|
|
3958
3954
|
"v-progress-circular/bg-color": {
|
|
3959
3955
|
"type": "string",
|
|
3960
|
-
"description": "
|
|
3956
|
+
"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)"
|
|
3961
3957
|
},
|
|
3962
3958
|
"v-progress-circular/color": {
|
|
3963
3959
|
"type": "string",
|
|
3964
|
-
"description": "
|
|
3960
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
3965
3961
|
},
|
|
3966
3962
|
"v-progress-circular/model-value": {
|
|
3967
3963
|
"type": "string | number",
|
|
@@ -3989,7 +3985,7 @@
|
|
|
3989
3985
|
},
|
|
3990
3986
|
"v-progress-linear/rounded": {
|
|
3991
3987
|
"type": "string | number | boolean",
|
|
3992
|
-
"description": "
|
|
3988
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
3993
3989
|
},
|
|
3994
3990
|
"v-progress-linear/tag": {
|
|
3995
3991
|
"type": "string",
|
|
@@ -4009,7 +4005,7 @@
|
|
|
4009
4005
|
},
|
|
4010
4006
|
"v-progress-linear/bg-color": {
|
|
4011
4007
|
"type": "string",
|
|
4012
|
-
"description": "
|
|
4008
|
+
"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)"
|
|
4013
4009
|
},
|
|
4014
4010
|
"v-progress-linear/bg-opacity": {
|
|
4015
4011
|
"type": "string | number",
|
|
@@ -4025,7 +4021,7 @@
|
|
|
4025
4021
|
},
|
|
4026
4022
|
"v-progress-linear/color": {
|
|
4027
4023
|
"type": "string",
|
|
4028
|
-
"description": "
|
|
4024
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
4029
4025
|
},
|
|
4030
4026
|
"v-progress-linear/height": {
|
|
4031
4027
|
"type": "string | number",
|
|
@@ -4041,7 +4037,7 @@
|
|
|
4041
4037
|
},
|
|
4042
4038
|
"v-progress-linear/model-value": {
|
|
4043
4039
|
"type": "string | number",
|
|
4044
|
-
"description": "
|
|
4040
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
4045
4041
|
},
|
|
4046
4042
|
"v-progress-linear/stream": {
|
|
4047
4043
|
"type": "boolean",
|
|
@@ -4057,7 +4053,7 @@
|
|
|
4057
4053
|
},
|
|
4058
4054
|
"v-radio/label": {
|
|
4059
4055
|
"type": "string",
|
|
4060
|
-
"description": "
|
|
4056
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
4061
4057
|
},
|
|
4062
4058
|
"v-radio/true-value": {
|
|
4063
4059
|
"type": "any",
|
|
@@ -4073,11 +4069,11 @@
|
|
|
4073
4069
|
},
|
|
4074
4070
|
"v-radio/color": {
|
|
4075
4071
|
"type": "string",
|
|
4076
|
-
"description": "
|
|
4072
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
4077
4073
|
},
|
|
4078
4074
|
"v-radio/disabled": {
|
|
4079
4075
|
"type": "boolean",
|
|
4080
|
-
"description": "
|
|
4076
|
+
"description": "Removes the ability to click or target the component"
|
|
4081
4077
|
},
|
|
4082
4078
|
"v-radio/error": {
|
|
4083
4079
|
"type": "boolean",
|
|
@@ -4121,11 +4117,11 @@
|
|
|
4121
4117
|
},
|
|
4122
4118
|
"v-radio/model-value": {
|
|
4123
4119
|
"type": "any",
|
|
4124
|
-
"description": "
|
|
4120
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
4125
4121
|
},
|
|
4126
4122
|
"v-radio/value-comparator": {
|
|
4127
4123
|
"type": "(a: any, b: any) => boolean",
|
|
4128
|
-
"description": "
|
|
4124
|
+
"description": "Apply a custom comparison algorithm used for values"
|
|
4129
4125
|
},
|
|
4130
4126
|
"v-radio/theme": {
|
|
4131
4127
|
"type": "string",
|
|
@@ -4165,7 +4161,7 @@
|
|
|
4165
4161
|
},
|
|
4166
4162
|
"v-radio-group/disabled": {
|
|
4167
4163
|
"type": "boolean",
|
|
4168
|
-
"description": "
|
|
4164
|
+
"description": "Removes the ability to click or target the component"
|
|
4169
4165
|
},
|
|
4170
4166
|
"v-radio-group/error": {
|
|
4171
4167
|
"type": "boolean",
|
|
@@ -4185,7 +4181,7 @@
|
|
|
4185
4181
|
},
|
|
4186
4182
|
"v-radio-group/label": {
|
|
4187
4183
|
"type": "string",
|
|
4188
|
-
"description": "Sets
|
|
4184
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
4189
4185
|
},
|
|
4190
4186
|
"v-radio-group/readonly": {
|
|
4191
4187
|
"type": "boolean",
|
|
@@ -4197,7 +4193,7 @@
|
|
|
4197
4193
|
},
|
|
4198
4194
|
"v-radio-group/model-value": {
|
|
4199
4195
|
"type": "any",
|
|
4200
|
-
"description": "
|
|
4196
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
4201
4197
|
},
|
|
4202
4198
|
"v-radio-group/validate-on": {
|
|
4203
4199
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
@@ -4217,7 +4213,7 @@
|
|
|
4217
4213
|
},
|
|
4218
4214
|
"v-radio-group/color": {
|
|
4219
4215
|
"type": "string",
|
|
4220
|
-
"description": "
|
|
4216
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
4221
4217
|
},
|
|
4222
4218
|
"v-radio-group/inline": {
|
|
4223
4219
|
"type": "boolean",
|
|
@@ -4237,7 +4233,7 @@
|
|
|
4237
4233
|
},
|
|
4238
4234
|
"v-radio-group/value-comparator": {
|
|
4239
4235
|
"type": "(a: any, b: any) => boolean",
|
|
4240
|
-
"description": "
|
|
4236
|
+
"description": "Apply a custom comparison algorithm used for values"
|
|
4241
4237
|
},
|
|
4242
4238
|
"v-radio-group/theme": {
|
|
4243
4239
|
"type": "string",
|
|
@@ -4277,7 +4273,7 @@
|
|
|
4277
4273
|
},
|
|
4278
4274
|
"v-range-slider/disabled": {
|
|
4279
4275
|
"type": "boolean",
|
|
4280
|
-
"description": "
|
|
4276
|
+
"description": "Removes the ability to click or target the component"
|
|
4281
4277
|
},
|
|
4282
4278
|
"v-range-slider/error": {
|
|
4283
4279
|
"type": "boolean",
|
|
@@ -4297,7 +4293,7 @@
|
|
|
4297
4293
|
},
|
|
4298
4294
|
"v-range-slider/label": {
|
|
4299
4295
|
"type": "string",
|
|
4300
|
-
"description": "Sets
|
|
4296
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
4301
4297
|
},
|
|
4302
4298
|
"v-range-slider/readonly": {
|
|
4303
4299
|
"type": "boolean",
|
|
@@ -4309,7 +4305,7 @@
|
|
|
4309
4305
|
},
|
|
4310
4306
|
"v-range-slider/model-value": {
|
|
4311
4307
|
"type": "number[]",
|
|
4312
|
-
"description": "
|
|
4308
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
4313
4309
|
},
|
|
4314
4310
|
"v-range-slider/validate-on": {
|
|
4315
4311
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
@@ -4365,7 +4361,7 @@
|
|
|
4365
4361
|
},
|
|
4366
4362
|
"v-range-slider/color": {
|
|
4367
4363
|
"type": "string",
|
|
4368
|
-
"description": "
|
|
4364
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
4369
4365
|
},
|
|
4370
4366
|
"v-range-slider/track-color": {
|
|
4371
4367
|
"type": "string",
|
|
@@ -4381,7 +4377,7 @@
|
|
|
4381
4377
|
},
|
|
4382
4378
|
"v-range-slider/rounded": {
|
|
4383
4379
|
"type": "string | number | boolean",
|
|
4384
|
-
"description": "
|
|
4380
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
4385
4381
|
},
|
|
4386
4382
|
"v-range-slider/elevation": {
|
|
4387
4383
|
"type": "string | number",
|
|
@@ -4405,7 +4401,7 @@
|
|
|
4405
4401
|
},
|
|
4406
4402
|
"v-rating/color": {
|
|
4407
4403
|
"type": "string",
|
|
4408
|
-
"description": "
|
|
4404
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
4409
4405
|
},
|
|
4410
4406
|
"v-rating/clearable": {
|
|
4411
4407
|
"type": "boolean",
|
|
@@ -4413,7 +4409,7 @@
|
|
|
4413
4409
|
},
|
|
4414
4410
|
"v-rating/disabled": {
|
|
4415
4411
|
"type": "boolean",
|
|
4416
|
-
"description": "
|
|
4412
|
+
"description": "Removes the ability to click or target the component"
|
|
4417
4413
|
},
|
|
4418
4414
|
"v-rating/half-increments": {
|
|
4419
4415
|
"type": "boolean",
|
|
@@ -4445,7 +4441,7 @@
|
|
|
4445
4441
|
},
|
|
4446
4442
|
"v-rating/model-value": {
|
|
4447
4443
|
"type": "string | number",
|
|
4448
|
-
"description": "The
|
|
4444
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
4449
4445
|
},
|
|
4450
4446
|
"v-rating/item-label-position": {
|
|
4451
4447
|
"type": "string",
|
|
@@ -4497,15 +4493,15 @@
|
|
|
4497
4493
|
},
|
|
4498
4494
|
"v-responsive/aspect-ratio": {
|
|
4499
4495
|
"type": "string | number",
|
|
4500
|
-
"description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content
|
|
4496
|
+
"description": "Sets a base aspect ratio, calculated as width/height. This will only set a **minimum** height, the component can still grow if it has a lot of content"
|
|
4501
4497
|
},
|
|
4502
4498
|
"v-responsive/content-class": {
|
|
4503
4499
|
"type": "string",
|
|
4504
|
-
"description": "
|
|
4500
|
+
"description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component"
|
|
4505
4501
|
},
|
|
4506
4502
|
"v-select/label": {
|
|
4507
4503
|
"type": "string",
|
|
4508
|
-
"description": "
|
|
4504
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
4509
4505
|
},
|
|
4510
4506
|
"v-select/type": {
|
|
4511
4507
|
"type": "string",
|
|
@@ -4549,11 +4545,11 @@
|
|
|
4549
4545
|
},
|
|
4550
4546
|
"v-select/disabled": {
|
|
4551
4547
|
"type": "boolean",
|
|
4552
|
-
"description": "
|
|
4548
|
+
"description": "Removes the ability to click or target the input"
|
|
4553
4549
|
},
|
|
4554
4550
|
"v-select/model-value": {
|
|
4555
4551
|
"type": "any",
|
|
4556
|
-
"description": "
|
|
4552
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
4557
4553
|
},
|
|
4558
4554
|
"v-select/reverse": {
|
|
4559
4555
|
"type": "boolean",
|
|
@@ -4577,7 +4573,7 @@
|
|
|
4577
4573
|
},
|
|
4578
4574
|
"v-select/no-data-text": {
|
|
4579
4575
|
"type": "string",
|
|
4580
|
-
"description": "
|
|
4576
|
+
"description": "Text shown when no items are provided to the component"
|
|
4581
4577
|
},
|
|
4582
4578
|
"v-select/open-on-clear": {
|
|
4583
4579
|
"type": "boolean",
|
|
@@ -4585,7 +4581,7 @@
|
|
|
4585
4581
|
},
|
|
4586
4582
|
"v-select/value-comparator": {
|
|
4587
4583
|
"type": "(a: any, b: any) => boolean",
|
|
4588
|
-
"description": "
|
|
4584
|
+
"description": "Apply a custom comparison algorithm used for values"
|
|
4589
4585
|
},
|
|
4590
4586
|
"v-select/items": {
|
|
4591
4587
|
"type": "unknown[]",
|
|
@@ -4697,11 +4693,11 @@
|
|
|
4697
4693
|
},
|
|
4698
4694
|
"v-select/bg-color": {
|
|
4699
4695
|
"type": "string",
|
|
4700
|
-
"description": "
|
|
4696
|
+
"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)"
|
|
4701
4697
|
},
|
|
4702
4698
|
"v-select/clearable": {
|
|
4703
4699
|
"type": "boolean",
|
|
4704
|
-
"description": "
|
|
4700
|
+
"description": "Allows for the component to be cleared"
|
|
4705
4701
|
},
|
|
4706
4702
|
"v-select/clear-icon": {
|
|
4707
4703
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -4709,11 +4705,11 @@
|
|
|
4709
4705
|
},
|
|
4710
4706
|
"v-select/active": {
|
|
4711
4707
|
"type": "boolean",
|
|
4712
|
-
"description": "
|
|
4708
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
4713
4709
|
},
|
|
4714
4710
|
"v-select/color": {
|
|
4715
4711
|
"type": "string",
|
|
4716
|
-
"description": "
|
|
4712
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
4717
4713
|
},
|
|
4718
4714
|
"v-select/persistent-clear": {
|
|
4719
4715
|
"type": "boolean",
|
|
@@ -4721,15 +4717,15 @@
|
|
|
4721
4717
|
},
|
|
4722
4718
|
"v-select/prepend-inner-icon": {
|
|
4723
4719
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
4724
|
-
"description": "
|
|
4720
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
|
4725
4721
|
},
|
|
4726
4722
|
"v-select/single-line": {
|
|
4727
4723
|
"type": "boolean",
|
|
4728
|
-
"description": "
|
|
4724
|
+
"description": "Label does not move on focus/dirty"
|
|
4729
4725
|
},
|
|
4730
4726
|
"v-select/variant": {
|
|
4731
4727
|
"type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
|
|
4732
|
-
"description": "
|
|
4728
|
+
"description": "Applies a distinct style to the component"
|
|
4733
4729
|
},
|
|
4734
4730
|
"v-select/loading": {
|
|
4735
4731
|
"type": "string | boolean",
|
|
@@ -4749,7 +4745,7 @@
|
|
|
4749
4745
|
},
|
|
4750
4746
|
"v-selection-control/label": {
|
|
4751
4747
|
"type": "string",
|
|
4752
|
-
"description": "
|
|
4748
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
4753
4749
|
},
|
|
4754
4750
|
"v-selection-control/true-value": {
|
|
4755
4751
|
"type": "any",
|
|
@@ -4765,11 +4761,11 @@
|
|
|
4765
4761
|
},
|
|
4766
4762
|
"v-selection-control/color": {
|
|
4767
4763
|
"type": "string",
|
|
4768
|
-
"description": "
|
|
4764
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
4769
4765
|
},
|
|
4770
4766
|
"v-selection-control/disabled": {
|
|
4771
4767
|
"type": "boolean",
|
|
4772
|
-
"description": "
|
|
4768
|
+
"description": "Removes the ability to click or target the component"
|
|
4773
4769
|
},
|
|
4774
4770
|
"v-selection-control/error": {
|
|
4775
4771
|
"type": "boolean",
|
|
@@ -4809,11 +4805,11 @@
|
|
|
4809
4805
|
},
|
|
4810
4806
|
"v-selection-control/model-value": {
|
|
4811
4807
|
"type": "unknown",
|
|
4812
|
-
"description": "
|
|
4808
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
4813
4809
|
},
|
|
4814
4810
|
"v-selection-control/value-comparator": {
|
|
4815
4811
|
"type": "(a: any, b: any) => boolean",
|
|
4816
|
-
"description": "
|
|
4812
|
+
"description": "Apply a custom comparison algorithm used for values"
|
|
4817
4813
|
},
|
|
4818
4814
|
"v-selection-control/theme": {
|
|
4819
4815
|
"type": "string",
|
|
@@ -4825,11 +4821,11 @@
|
|
|
4825
4821
|
},
|
|
4826
4822
|
"v-selection-control-group/color": {
|
|
4827
4823
|
"type": "string",
|
|
4828
|
-
"description": "
|
|
4824
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
4829
4825
|
},
|
|
4830
4826
|
"v-selection-control-group/disabled": {
|
|
4831
4827
|
"type": "boolean",
|
|
4832
|
-
"description": "
|
|
4828
|
+
"description": "Removes the ability to click or target the component"
|
|
4833
4829
|
},
|
|
4834
4830
|
"v-selection-control-group/error": {
|
|
4835
4831
|
"type": "boolean",
|
|
@@ -4873,11 +4869,11 @@
|
|
|
4873
4869
|
},
|
|
4874
4870
|
"v-selection-control-group/model-value": {
|
|
4875
4871
|
"type": "any",
|
|
4876
|
-
"description": "
|
|
4872
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
4877
4873
|
},
|
|
4878
4874
|
"v-selection-control-group/value-comparator": {
|
|
4879
4875
|
"type": "(a: any, b: any) => boolean",
|
|
4880
|
-
"description": "
|
|
4876
|
+
"description": "Apply a custom comparison algorithm used for values"
|
|
4881
4877
|
},
|
|
4882
4878
|
"v-selection-control-group/theme": {
|
|
4883
4879
|
"type": "string",
|
|
@@ -4933,7 +4929,7 @@
|
|
|
4933
4929
|
},
|
|
4934
4930
|
"v-sheet/rounded": {
|
|
4935
4931
|
"type": "string | number | boolean",
|
|
4936
|
-
"description": "
|
|
4932
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
4937
4933
|
},
|
|
4938
4934
|
"v-sheet/tag": {
|
|
4939
4935
|
"type": "string",
|
|
@@ -4945,7 +4941,7 @@
|
|
|
4945
4941
|
},
|
|
4946
4942
|
"v-sheet/color": {
|
|
4947
4943
|
"type": "string",
|
|
4948
|
-
"description": "
|
|
4944
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
4949
4945
|
},
|
|
4950
4946
|
"v-slide-group/symbol": {
|
|
4951
4947
|
"type": "any",
|
|
@@ -4977,7 +4973,7 @@
|
|
|
4977
4973
|
},
|
|
4978
4974
|
"v-slide-group/model-value": {
|
|
4979
4975
|
"type": "any",
|
|
4980
|
-
"description": "
|
|
4976
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
4981
4977
|
},
|
|
4982
4978
|
"v-slide-group/multiple": {
|
|
4983
4979
|
"type": "boolean",
|
|
@@ -4993,7 +4989,7 @@
|
|
|
4993
4989
|
},
|
|
4994
4990
|
"v-slide-group/disabled": {
|
|
4995
4991
|
"type": "boolean",
|
|
4996
|
-
"description": "
|
|
4992
|
+
"description": "Puts all children components into a disabled state"
|
|
4997
4993
|
},
|
|
4998
4994
|
"v-slide-group/mandatory": {
|
|
4999
4995
|
"type": "boolean | \"force\"",
|
|
@@ -5009,7 +5005,7 @@
|
|
|
5009
5005
|
},
|
|
5010
5006
|
"v-slide-group-item/disabled": {
|
|
5011
5007
|
"type": "boolean",
|
|
5012
|
-
"description": "Removes the ability to click or target the component
|
|
5008
|
+
"description": "Removes the ability to click or target the component"
|
|
5013
5009
|
},
|
|
5014
5010
|
"v-slider/focused": {
|
|
5015
5011
|
"type": "boolean",
|
|
@@ -5017,7 +5013,7 @@
|
|
|
5017
5013
|
},
|
|
5018
5014
|
"v-slider/disabled": {
|
|
5019
5015
|
"type": "boolean",
|
|
5020
|
-
"description": "
|
|
5016
|
+
"description": "Removes the ability to click or target the component"
|
|
5021
5017
|
},
|
|
5022
5018
|
"v-slider/error": {
|
|
5023
5019
|
"type": "boolean",
|
|
@@ -5065,7 +5061,7 @@
|
|
|
5065
5061
|
},
|
|
5066
5062
|
"v-slider/color": {
|
|
5067
5063
|
"type": "string",
|
|
5068
|
-
"description": "
|
|
5064
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
5069
5065
|
},
|
|
5070
5066
|
"v-slider/track-color": {
|
|
5071
5067
|
"type": "string",
|
|
@@ -5089,7 +5085,7 @@
|
|
|
5089
5085
|
},
|
|
5090
5086
|
"v-slider/rounded": {
|
|
5091
5087
|
"type": "string | number | boolean",
|
|
5092
|
-
"description": "
|
|
5088
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
5093
5089
|
},
|
|
5094
5090
|
"v-slider/elevation": {
|
|
5095
5091
|
"type": "string | number",
|
|
@@ -5129,7 +5125,7 @@
|
|
|
5129
5125
|
},
|
|
5130
5126
|
"v-slider/label": {
|
|
5131
5127
|
"type": "string",
|
|
5132
|
-
"description": "
|
|
5128
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
5133
5129
|
},
|
|
5134
5130
|
"v-slider/rules": {
|
|
5135
5131
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/composables/validation.ts#L16-L20\" target=\"_blank\">ValidationRule</a>[]",
|
|
@@ -5137,7 +5133,7 @@
|
|
|
5137
5133
|
},
|
|
5138
5134
|
"v-slider/model-value": {
|
|
5139
5135
|
"type": "string | number",
|
|
5140
|
-
"description": "
|
|
5136
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
5141
5137
|
},
|
|
5142
5138
|
"v-slider/validate-on": {
|
|
5143
5139
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
@@ -5181,15 +5177,15 @@
|
|
|
5181
5177
|
},
|
|
5182
5178
|
"v-snackbar/rounded": {
|
|
5183
5179
|
"type": "string | number | boolean",
|
|
5184
|
-
"description": "
|
|
5180
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
5185
5181
|
},
|
|
5186
5182
|
"v-snackbar/color": {
|
|
5187
5183
|
"type": "string",
|
|
5188
|
-
"description": "
|
|
5184
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
5189
5185
|
},
|
|
5190
5186
|
"v-snackbar/variant": {
|
|
5191
5187
|
"type": "\"flat\" | \"elevated\" | \"tonal\" | \"outlined\" | \"text\" | \"plain\"",
|
|
5192
|
-
"description": "Applies
|
|
5188
|
+
"description": "Applies a distinct style to the component"
|
|
5193
5189
|
},
|
|
5194
5190
|
"v-snackbar/theme": {
|
|
5195
5191
|
"type": "string",
|
|
@@ -5205,7 +5201,7 @@
|
|
|
5205
5201
|
},
|
|
5206
5202
|
"v-snackbar/content-class": {
|
|
5207
5203
|
"type": "any",
|
|
5208
|
-
"description": "
|
|
5204
|
+
"description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component"
|
|
5209
5205
|
},
|
|
5210
5206
|
"v-snackbar/content-props": {
|
|
5211
5207
|
"type": "any",
|
|
@@ -5213,11 +5209,11 @@
|
|
|
5213
5209
|
},
|
|
5214
5210
|
"v-snackbar/disabled": {
|
|
5215
5211
|
"type": "boolean",
|
|
5216
|
-
"description": "
|
|
5212
|
+
"description": "Removes the ability to click or target the component"
|
|
5217
5213
|
},
|
|
5218
5214
|
"v-snackbar/model-value": {
|
|
5219
5215
|
"type": "boolean",
|
|
5220
|
-
"description": "
|
|
5216
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
5221
5217
|
},
|
|
5222
5218
|
"v-snackbar/z-index": {
|
|
5223
5219
|
"type": "string | number",
|
|
@@ -5280,12 +5276,12 @@
|
|
|
5280
5276
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/lazy.json))"
|
|
5281
5277
|
},
|
|
5282
5278
|
"v-snackbar/location-strategy": {
|
|
5283
|
-
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#
|
|
5279
|
+
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
|
5284
5280
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
|
|
5285
5281
|
},
|
|
5286
5282
|
"v-snackbar/origin": {
|
|
5287
5283
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
|
5288
|
-
"description": "
|
|
5284
|
+
"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)."
|
|
5289
5285
|
},
|
|
5290
5286
|
"v-snackbar/offset": {
|
|
5291
5287
|
"type": "string | number | number[]",
|
|
@@ -5297,7 +5293,7 @@
|
|
|
5297
5293
|
},
|
|
5298
5294
|
"v-snackbar/attach": {
|
|
5299
5295
|
"type": "string | boolean | Element",
|
|
5300
|
-
"description": "
|
|
5296
|
+
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attachs to the root `v-app` component by default"
|
|
5301
5297
|
},
|
|
5302
5298
|
"v-switch/id": {
|
|
5303
5299
|
"type": "string",
|
|
@@ -5329,7 +5325,7 @@
|
|
|
5329
5325
|
},
|
|
5330
5326
|
"v-switch/disabled": {
|
|
5331
5327
|
"type": "boolean",
|
|
5332
|
-
"description": "
|
|
5328
|
+
"description": "Removes the ability to click or target the component"
|
|
5333
5329
|
},
|
|
5334
5330
|
"v-switch/error": {
|
|
5335
5331
|
"type": "boolean",
|
|
@@ -5349,7 +5345,7 @@
|
|
|
5349
5345
|
},
|
|
5350
5346
|
"v-switch/label": {
|
|
5351
5347
|
"type": "string",
|
|
5352
|
-
"description": "Sets
|
|
5348
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
5353
5349
|
},
|
|
5354
5350
|
"v-switch/readonly": {
|
|
5355
5351
|
"type": "boolean",
|
|
@@ -5361,7 +5357,7 @@
|
|
|
5361
5357
|
},
|
|
5362
5358
|
"v-switch/model-value": {
|
|
5363
5359
|
"type": "any",
|
|
5364
|
-
"description": "
|
|
5360
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
5365
5361
|
},
|
|
5366
5362
|
"v-switch/validate-on": {
|
|
5367
5363
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
@@ -5397,7 +5393,7 @@
|
|
|
5397
5393
|
},
|
|
5398
5394
|
"v-switch/color": {
|
|
5399
5395
|
"type": "string",
|
|
5400
|
-
"description": "
|
|
5396
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
5401
5397
|
},
|
|
5402
5398
|
"v-switch/inline": {
|
|
5403
5399
|
"type": "boolean",
|
|
@@ -5421,7 +5417,7 @@
|
|
|
5421
5417
|
},
|
|
5422
5418
|
"v-switch/value-comparator": {
|
|
5423
5419
|
"type": "(a: any, b: any) => boolean",
|
|
5424
|
-
"description": "
|
|
5420
|
+
"description": "Apply a custom comparison algorithm used for values"
|
|
5425
5421
|
},
|
|
5426
5422
|
"v-switch/theme": {
|
|
5427
5423
|
"type": "string",
|
|
@@ -5457,7 +5453,7 @@
|
|
|
5457
5453
|
},
|
|
5458
5454
|
"v-system-bar/rounded": {
|
|
5459
5455
|
"type": "string | number | boolean",
|
|
5460
|
-
"description": "
|
|
5456
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
5461
5457
|
},
|
|
5462
5458
|
"v-system-bar/tag": {
|
|
5463
5459
|
"type": "string",
|
|
@@ -5469,7 +5465,7 @@
|
|
|
5469
5465
|
},
|
|
5470
5466
|
"v-system-bar/color": {
|
|
5471
5467
|
"type": "string",
|
|
5472
|
-
"description": "
|
|
5468
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
5473
5469
|
},
|
|
5474
5470
|
"v-system-bar/height": {
|
|
5475
5471
|
"type": "string | number",
|
|
@@ -5493,7 +5489,7 @@
|
|
|
5493
5489
|
},
|
|
5494
5490
|
"v-tabs/color": {
|
|
5495
5491
|
"type": "string",
|
|
5496
|
-
"description": "
|
|
5492
|
+
"description": "Applies specified color to the selected tab - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
5497
5493
|
},
|
|
5498
5494
|
"v-tabs/direction": {
|
|
5499
5495
|
"type": "\"horizontal\" | \"vertical\"",
|
|
@@ -5513,7 +5509,7 @@
|
|
|
5513
5509
|
},
|
|
5514
5510
|
"v-tabs/bg-color": {
|
|
5515
5511
|
"type": "string",
|
|
5516
|
-
"description": "
|
|
5512
|
+
"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)"
|
|
5517
5513
|
},
|
|
5518
5514
|
"v-tabs/grow": {
|
|
5519
5515
|
"type": "boolean",
|
|
@@ -5533,7 +5529,7 @@
|
|
|
5533
5529
|
},
|
|
5534
5530
|
"v-tabs/model-value": {
|
|
5535
5531
|
"type": "any",
|
|
5536
|
-
"description": "The v-model of the component."
|
|
5532
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
5537
5533
|
},
|
|
5538
5534
|
"v-tabs/mandatory": {
|
|
5539
5535
|
"type": "boolean | \"force\"",
|
|
@@ -5545,19 +5541,19 @@
|
|
|
5545
5541
|
},
|
|
5546
5542
|
"v-tab/href": {
|
|
5547
5543
|
"type": "string",
|
|
5548
|
-
"description": "
|
|
5544
|
+
"description": "Designates the component as anchor and applies the **href** attribute."
|
|
5549
5545
|
},
|
|
5550
5546
|
"v-tab/replace": {
|
|
5551
5547
|
"type": "boolean",
|
|
5552
|
-
"description": "
|
|
5548
|
+
"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** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation."
|
|
5553
5549
|
},
|
|
5554
5550
|
"v-tab/exact": {
|
|
5555
5551
|
"type": "boolean",
|
|
5556
|
-
"description": "
|
|
5552
|
+
"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."
|
|
5557
5553
|
},
|
|
5558
5554
|
"v-tab/to": {
|
|
5559
5555
|
"type": "unknown",
|
|
5560
|
-
"description": "
|
|
5556
|
+
"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."
|
|
5561
5557
|
},
|
|
5562
5558
|
"v-tab/value": {
|
|
5563
5559
|
"type": "any",
|
|
@@ -5565,7 +5561,7 @@
|
|
|
5565
5561
|
},
|
|
5566
5562
|
"v-tab/disabled": {
|
|
5567
5563
|
"type": "boolean",
|
|
5568
|
-
"description": "Removes the ability to click or target the component
|
|
5564
|
+
"description": "Removes the ability to click or target the component"
|
|
5569
5565
|
},
|
|
5570
5566
|
"v-tab/selected-class": {
|
|
5571
5567
|
"type": "string",
|
|
@@ -5601,7 +5597,7 @@
|
|
|
5601
5597
|
},
|
|
5602
5598
|
"v-tab/color": {
|
|
5603
5599
|
"type": "string",
|
|
5604
|
-
"description": "
|
|
5600
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
5605
5601
|
},
|
|
5606
5602
|
"v-tab/slider-color": {
|
|
5607
5603
|
"type": "string",
|
|
@@ -5673,7 +5669,7 @@
|
|
|
5673
5669
|
},
|
|
5674
5670
|
"v-textarea/disabled": {
|
|
5675
5671
|
"type": "boolean",
|
|
5676
|
-
"description": "
|
|
5672
|
+
"description": "Removes the ability to click or target the input"
|
|
5677
5673
|
},
|
|
5678
5674
|
"v-textarea/error": {
|
|
5679
5675
|
"type": "boolean",
|
|
@@ -5693,7 +5689,7 @@
|
|
|
5693
5689
|
},
|
|
5694
5690
|
"v-textarea/label": {
|
|
5695
5691
|
"type": "string",
|
|
5696
|
-
"description": "Sets
|
|
5692
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
5697
5693
|
},
|
|
5698
5694
|
"v-textarea/readonly": {
|
|
5699
5695
|
"type": "boolean",
|
|
@@ -5705,7 +5701,7 @@
|
|
|
5705
5701
|
},
|
|
5706
5702
|
"v-textarea/model-value": {
|
|
5707
5703
|
"type": "any",
|
|
5708
|
-
"description": "
|
|
5704
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
5709
5705
|
},
|
|
5710
5706
|
"v-textarea/validate-on": {
|
|
5711
5707
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
@@ -5729,15 +5725,15 @@
|
|
|
5729
5725
|
},
|
|
5730
5726
|
"v-textarea/append-inner-icon": {
|
|
5731
5727
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5732
|
-
"description": "
|
|
5728
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
|
|
5733
5729
|
},
|
|
5734
5730
|
"v-textarea/bg-color": {
|
|
5735
5731
|
"type": "string",
|
|
5736
|
-
"description": "
|
|
5732
|
+
"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)"
|
|
5737
5733
|
},
|
|
5738
5734
|
"v-textarea/clearable": {
|
|
5739
5735
|
"type": "boolean",
|
|
5740
|
-
"description": "
|
|
5736
|
+
"description": "Allows for the component to be cleared"
|
|
5741
5737
|
},
|
|
5742
5738
|
"v-textarea/clear-icon": {
|
|
5743
5739
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -5745,15 +5741,15 @@
|
|
|
5745
5741
|
},
|
|
5746
5742
|
"v-textarea/active": {
|
|
5747
5743
|
"type": "boolean",
|
|
5748
|
-
"description": "
|
|
5744
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
5749
5745
|
},
|
|
5750
5746
|
"v-textarea/color": {
|
|
5751
5747
|
"type": "string",
|
|
5752
|
-
"description": "
|
|
5748
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
5753
5749
|
},
|
|
5754
5750
|
"v-textarea/dirty": {
|
|
5755
5751
|
"type": "boolean",
|
|
5756
|
-
"description": "
|
|
5752
|
+
"description": "Manually apply the dirty state styling"
|
|
5757
5753
|
},
|
|
5758
5754
|
"v-textarea/persistent-clear": {
|
|
5759
5755
|
"type": "boolean",
|
|
@@ -5761,15 +5757,15 @@
|
|
|
5761
5757
|
},
|
|
5762
5758
|
"v-textarea/prepend-inner-icon": {
|
|
5763
5759
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5764
|
-
"description": "
|
|
5760
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **prepend-inner** slot"
|
|
5765
5761
|
},
|
|
5766
5762
|
"v-textarea/single-line": {
|
|
5767
5763
|
"type": "boolean",
|
|
5768
|
-
"description": "
|
|
5764
|
+
"description": "Label does not move on focus/dirty"
|
|
5769
5765
|
},
|
|
5770
5766
|
"v-textarea/variant": {
|
|
5771
5767
|
"type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
|
|
5772
|
-
"description": "
|
|
5768
|
+
"description": "Applies a distinct style to the component"
|
|
5773
5769
|
},
|
|
5774
5770
|
"v-textarea/theme": {
|
|
5775
5771
|
"type": "string",
|
|
@@ -5837,7 +5833,7 @@
|
|
|
5837
5833
|
},
|
|
5838
5834
|
"v-text-field/label": {
|
|
5839
5835
|
"type": "string",
|
|
5840
|
-
"description": "
|
|
5836
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
5841
5837
|
},
|
|
5842
5838
|
"v-text-field/type": {
|
|
5843
5839
|
"type": "string",
|
|
@@ -5901,7 +5897,7 @@
|
|
|
5901
5897
|
},
|
|
5902
5898
|
"v-text-field/disabled": {
|
|
5903
5899
|
"type": "boolean",
|
|
5904
|
-
"description": "
|
|
5900
|
+
"description": "Removes the ability to click or target the input"
|
|
5905
5901
|
},
|
|
5906
5902
|
"v-text-field/error": {
|
|
5907
5903
|
"type": "boolean",
|
|
@@ -5929,7 +5925,7 @@
|
|
|
5929
5925
|
},
|
|
5930
5926
|
"v-text-field/model-value": {
|
|
5931
5927
|
"type": "any",
|
|
5932
|
-
"description": "
|
|
5928
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
5933
5929
|
},
|
|
5934
5930
|
"v-text-field/validate-on": {
|
|
5935
5931
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
@@ -5953,15 +5949,15 @@
|
|
|
5953
5949
|
},
|
|
5954
5950
|
"v-text-field/append-inner-icon": {
|
|
5955
5951
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
5956
|
-
"description": "
|
|
5952
|
+
"description": "Creates a [v-icon](/api/v-icon/) component in the **append-inner** slot"
|
|
5957
5953
|
},
|
|
5958
5954
|
"v-text-field/bg-color": {
|
|
5959
5955
|
"type": "string",
|
|
5960
|
-
"description": "
|
|
5956
|
+
"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)"
|
|
5961
5957
|
},
|
|
5962
5958
|
"v-text-field/clearable": {
|
|
5963
5959
|
"type": "boolean",
|
|
5964
|
-
"description": "
|
|
5960
|
+
"description": "Allows for the component to be cleared"
|
|
5965
5961
|
},
|
|
5966
5962
|
"v-text-field/clear-icon": {
|
|
5967
5963
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -5969,15 +5965,15 @@
|
|
|
5969
5965
|
},
|
|
5970
5966
|
"v-text-field/active": {
|
|
5971
5967
|
"type": "boolean",
|
|
5972
|
-
"description": "
|
|
5968
|
+
"description": "Controls the **active** state of the item. This is typically used to highlight the component"
|
|
5973
5969
|
},
|
|
5974
5970
|
"v-text-field/color": {
|
|
5975
5971
|
"type": "string",
|
|
5976
|
-
"description": "
|
|
5972
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
5977
5973
|
},
|
|
5978
5974
|
"v-text-field/dirty": {
|
|
5979
5975
|
"type": "boolean",
|
|
5980
|
-
"description": "
|
|
5976
|
+
"description": "Manually apply the dirty state styling"
|
|
5981
5977
|
},
|
|
5982
5978
|
"v-text-field/persistent-clear": {
|
|
5983
5979
|
"type": "boolean",
|
|
@@ -5993,7 +5989,7 @@
|
|
|
5993
5989
|
},
|
|
5994
5990
|
"v-text-field/variant": {
|
|
5995
5991
|
"type": "\"underlined\" | \"outlined\" | \"filled\" | \"solo\" | \"plain\"",
|
|
5996
|
-
"description": "
|
|
5992
|
+
"description": "Applies a distinct style to the component"
|
|
5997
5993
|
},
|
|
5998
5994
|
"v-text-field/theme": {
|
|
5999
5995
|
"type": "string",
|
|
@@ -6069,7 +6065,7 @@
|
|
|
6069
6065
|
},
|
|
6070
6066
|
"v-timeline-item/rounded": {
|
|
6071
6067
|
"type": "string | number | boolean",
|
|
6072
|
-
"description": "
|
|
6068
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
6073
6069
|
},
|
|
6074
6070
|
"v-timeline-item/elevation": {
|
|
6075
6071
|
"type": "string | number",
|
|
@@ -6161,7 +6157,7 @@
|
|
|
6161
6157
|
},
|
|
6162
6158
|
"v-toolbar/color": {
|
|
6163
6159
|
"type": "string",
|
|
6164
|
-
"description": "
|
|
6160
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
6165
6161
|
},
|
|
6166
6162
|
"v-toolbar/density": {
|
|
6167
6163
|
"type": "\"default\" | \"prominent\" | \"comfortable\" | \"compact\"",
|
|
@@ -6193,7 +6189,7 @@
|
|
|
6193
6189
|
},
|
|
6194
6190
|
"v-toolbar/rounded": {
|
|
6195
6191
|
"type": "string | number | boolean",
|
|
6196
|
-
"description": "
|
|
6192
|
+
"description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius)."
|
|
6197
6193
|
},
|
|
6198
6194
|
"v-toolbar/tag": {
|
|
6199
6195
|
"type": "string",
|
|
@@ -6213,11 +6209,11 @@
|
|
|
6213
6209
|
},
|
|
6214
6210
|
"v-toolbar-items/color": {
|
|
6215
6211
|
"type": "string",
|
|
6216
|
-
"description": "
|
|
6212
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
6217
6213
|
},
|
|
6218
6214
|
"v-toolbar-items/variant": {
|
|
6219
6215
|
"type": "string",
|
|
6220
|
-
"description": "Applies
|
|
6216
|
+
"description": "Applies a distinct style to the component"
|
|
6221
6217
|
},
|
|
6222
6218
|
"v-tooltip/activator": {
|
|
6223
6219
|
"type": "string | Element | ComponentPublicInstance",
|
|
@@ -6241,7 +6237,7 @@
|
|
|
6241
6237
|
},
|
|
6242
6238
|
"v-tooltip/content-class": {
|
|
6243
6239
|
"type": "any",
|
|
6244
|
-
"description": "
|
|
6240
|
+
"description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component"
|
|
6245
6241
|
},
|
|
6246
6242
|
"v-tooltip/content-props": {
|
|
6247
6243
|
"type": "any",
|
|
@@ -6249,7 +6245,7 @@
|
|
|
6249
6245
|
},
|
|
6250
6246
|
"v-tooltip/disabled": {
|
|
6251
6247
|
"type": "boolean",
|
|
6252
|
-
"description": "
|
|
6248
|
+
"description": "Removes the ability to click or target the component"
|
|
6253
6249
|
},
|
|
6254
6250
|
"v-tooltip/no-click-animation": {
|
|
6255
6251
|
"type": "boolean",
|
|
@@ -6257,7 +6253,7 @@
|
|
|
6257
6253
|
},
|
|
6258
6254
|
"v-tooltip/model-value": {
|
|
6259
6255
|
"type": "boolean",
|
|
6260
|
-
"description": "
|
|
6256
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
6261
6257
|
},
|
|
6262
6258
|
"v-tooltip/scrim": {
|
|
6263
6259
|
"type": "string | boolean",
|
|
@@ -6320,7 +6316,7 @@
|
|
|
6320
6316
|
"description": "Sets the width for the component."
|
|
6321
6317
|
},
|
|
6322
6318
|
"v-tooltip/location-strategy": {
|
|
6323
|
-
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#
|
|
6319
|
+
"type": "\"static\" | \"connected\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>",
|
|
6324
6320
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/next/packages/api-generator/src/locale/en/v-overlay-location-strategies.json))"
|
|
6325
6321
|
},
|
|
6326
6322
|
"v-tooltip/location": {
|
|
@@ -6329,7 +6325,7 @@
|
|
|
6329
6325
|
},
|
|
6330
6326
|
"v-tooltip/origin": {
|
|
6331
6327
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/anchor.ts#L7-L13\" target=\"_blank\">Anchor</a> | \"auto\" | \"overlap\"",
|
|
6332
|
-
"description": "
|
|
6328
|
+
"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)."
|
|
6333
6329
|
},
|
|
6334
6330
|
"v-tooltip/offset": {
|
|
6335
6331
|
"type": "string | number | number[]",
|
|
@@ -6349,11 +6345,11 @@
|
|
|
6349
6345
|
},
|
|
6350
6346
|
"v-tooltip/attach": {
|
|
6351
6347
|
"type": "string | boolean | Element",
|
|
6352
|
-
"description": "
|
|
6348
|
+
"description": "Specifies which DOM element that this component should detach to. String can be any valid querySelector and Object can be any valid Node. This attachs to the root `v-app` component by default"
|
|
6353
6349
|
},
|
|
6354
6350
|
"v-validation/disabled": {
|
|
6355
6351
|
"type": "boolean",
|
|
6356
|
-
"description": "
|
|
6352
|
+
"description": "Removes the ability to click or target the component"
|
|
6357
6353
|
},
|
|
6358
6354
|
"v-validation/error": {
|
|
6359
6355
|
"type": "boolean",
|
|
@@ -6373,7 +6369,7 @@
|
|
|
6373
6369
|
},
|
|
6374
6370
|
"v-validation/label": {
|
|
6375
6371
|
"type": "string",
|
|
6376
|
-
"description": "
|
|
6372
|
+
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component"
|
|
6377
6373
|
},
|
|
6378
6374
|
"v-validation/readonly": {
|
|
6379
6375
|
"type": "boolean",
|
|
@@ -6385,7 +6381,7 @@
|
|
|
6385
6381
|
},
|
|
6386
6382
|
"v-validation/model-value": {
|
|
6387
6383
|
"type": "any",
|
|
6388
|
-
"description": "
|
|
6384
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
6389
6385
|
},
|
|
6390
6386
|
"v-validation/validate-on": {
|
|
6391
6387
|
"type": "\"blur\" | \"input\" | \"submit\"",
|
|
@@ -6409,11 +6405,11 @@
|
|
|
6409
6405
|
},
|
|
6410
6406
|
"v-window/model-value": {
|
|
6411
6407
|
"type": "any",
|
|
6412
|
-
"description": "
|
|
6408
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
6413
6409
|
},
|
|
6414
6410
|
"v-window/disabled": {
|
|
6415
6411
|
"type": "boolean",
|
|
6416
|
-
"description": "
|
|
6412
|
+
"description": "Removes the ability to click or target the component"
|
|
6417
6413
|
},
|
|
6418
6414
|
"v-window/next-icon": {
|
|
6419
6415
|
"type": "string | (new () => any) | FunctionalComponent",
|
|
@@ -6481,263 +6477,263 @@
|
|
|
6481
6477
|
},
|
|
6482
6478
|
"v-fab-transition/group": {
|
|
6483
6479
|
"type": "boolean",
|
|
6484
|
-
"description": "
|
|
6480
|
+
"description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
|
|
6485
6481
|
},
|
|
6486
6482
|
"v-fab-transition/hide-on-leave": {
|
|
6487
6483
|
"type": "boolean",
|
|
6488
|
-
"description": "
|
|
6484
|
+
"description": "Hides the leaving element (no exit animation)"
|
|
6489
6485
|
},
|
|
6490
6486
|
"v-fab-transition/leave-absolute": {
|
|
6491
6487
|
"type": "boolean",
|
|
6492
|
-
"description": "
|
|
6488
|
+
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6493
6489
|
},
|
|
6494
6490
|
"v-fab-transition/mode": {
|
|
6495
6491
|
"type": "string",
|
|
6496
|
-
"description": "
|
|
6492
|
+
"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/v2/api/#transition)."
|
|
6497
6493
|
},
|
|
6498
6494
|
"v-fab-transition/origin": {
|
|
6499
6495
|
"type": "string",
|
|
6500
|
-
"description": "
|
|
6496
|
+
"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)."
|
|
6501
6497
|
},
|
|
6502
6498
|
"v-dialog-bottom-transition/group": {
|
|
6503
6499
|
"type": "boolean",
|
|
6504
|
-
"description": "
|
|
6500
|
+
"description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
|
|
6505
6501
|
},
|
|
6506
6502
|
"v-dialog-bottom-transition/hide-on-leave": {
|
|
6507
6503
|
"type": "boolean",
|
|
6508
|
-
"description": "
|
|
6504
|
+
"description": "Hides the leaving element (no exit animation)"
|
|
6509
6505
|
},
|
|
6510
6506
|
"v-dialog-bottom-transition/leave-absolute": {
|
|
6511
6507
|
"type": "boolean",
|
|
6512
|
-
"description": "
|
|
6508
|
+
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6513
6509
|
},
|
|
6514
6510
|
"v-dialog-bottom-transition/mode": {
|
|
6515
6511
|
"type": "string",
|
|
6516
|
-
"description": "
|
|
6512
|
+
"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/v2/api/#transition)."
|
|
6517
6513
|
},
|
|
6518
6514
|
"v-dialog-bottom-transition/origin": {
|
|
6519
6515
|
"type": "string",
|
|
6520
|
-
"description": "
|
|
6516
|
+
"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)."
|
|
6521
6517
|
},
|
|
6522
6518
|
"v-dialog-top-transition/group": {
|
|
6523
6519
|
"type": "boolean",
|
|
6524
|
-
"description": "
|
|
6520
|
+
"description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
|
|
6525
6521
|
},
|
|
6526
6522
|
"v-dialog-top-transition/hide-on-leave": {
|
|
6527
6523
|
"type": "boolean",
|
|
6528
|
-
"description": "
|
|
6524
|
+
"description": "Hides the leaving element (no exit animation)"
|
|
6529
6525
|
},
|
|
6530
6526
|
"v-dialog-top-transition/leave-absolute": {
|
|
6531
6527
|
"type": "boolean",
|
|
6532
|
-
"description": "
|
|
6528
|
+
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6533
6529
|
},
|
|
6534
6530
|
"v-dialog-top-transition/mode": {
|
|
6535
6531
|
"type": "string",
|
|
6536
|
-
"description": "
|
|
6532
|
+
"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/v2/api/#transition)."
|
|
6537
6533
|
},
|
|
6538
6534
|
"v-dialog-top-transition/origin": {
|
|
6539
6535
|
"type": "string",
|
|
6540
|
-
"description": "
|
|
6536
|
+
"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)."
|
|
6541
6537
|
},
|
|
6542
6538
|
"v-fade-transition/group": {
|
|
6543
6539
|
"type": "boolean",
|
|
6544
|
-
"description": "
|
|
6540
|
+
"description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
|
|
6545
6541
|
},
|
|
6546
6542
|
"v-fade-transition/hide-on-leave": {
|
|
6547
6543
|
"type": "boolean",
|
|
6548
|
-
"description": "
|
|
6544
|
+
"description": "Hides the leaving element (no exit animation)"
|
|
6549
6545
|
},
|
|
6550
6546
|
"v-fade-transition/leave-absolute": {
|
|
6551
6547
|
"type": "boolean",
|
|
6552
|
-
"description": "
|
|
6548
|
+
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6553
6549
|
},
|
|
6554
6550
|
"v-fade-transition/mode": {
|
|
6555
6551
|
"type": "string",
|
|
6556
|
-
"description": "
|
|
6552
|
+
"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/v2/api/#transition)."
|
|
6557
6553
|
},
|
|
6558
6554
|
"v-fade-transition/origin": {
|
|
6559
6555
|
"type": "string",
|
|
6560
|
-
"description": "
|
|
6556
|
+
"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)."
|
|
6561
6557
|
},
|
|
6562
6558
|
"v-scale-transition/group": {
|
|
6563
6559
|
"type": "boolean",
|
|
6564
|
-
"description": "
|
|
6560
|
+
"description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
|
|
6565
6561
|
},
|
|
6566
6562
|
"v-scale-transition/hide-on-leave": {
|
|
6567
6563
|
"type": "boolean",
|
|
6568
|
-
"description": "
|
|
6564
|
+
"description": "Hides the leaving element (no exit animation)"
|
|
6569
6565
|
},
|
|
6570
6566
|
"v-scale-transition/leave-absolute": {
|
|
6571
6567
|
"type": "boolean",
|
|
6572
|
-
"description": "
|
|
6568
|
+
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6573
6569
|
},
|
|
6574
6570
|
"v-scale-transition/mode": {
|
|
6575
6571
|
"type": "string",
|
|
6576
|
-
"description": "
|
|
6572
|
+
"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/v2/api/#transition)."
|
|
6577
6573
|
},
|
|
6578
6574
|
"v-scale-transition/origin": {
|
|
6579
6575
|
"type": "string",
|
|
6580
|
-
"description": "
|
|
6576
|
+
"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)."
|
|
6581
6577
|
},
|
|
6582
6578
|
"v-scroll-x-transition/group": {
|
|
6583
6579
|
"type": "boolean",
|
|
6584
|
-
"description": "
|
|
6580
|
+
"description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
|
|
6585
6581
|
},
|
|
6586
6582
|
"v-scroll-x-transition/hide-on-leave": {
|
|
6587
6583
|
"type": "boolean",
|
|
6588
|
-
"description": "
|
|
6584
|
+
"description": "Hides the leaving element (no exit animation)"
|
|
6589
6585
|
},
|
|
6590
6586
|
"v-scroll-x-transition/leave-absolute": {
|
|
6591
6587
|
"type": "boolean",
|
|
6592
|
-
"description": "
|
|
6588
|
+
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6593
6589
|
},
|
|
6594
6590
|
"v-scroll-x-transition/mode": {
|
|
6595
6591
|
"type": "string",
|
|
6596
|
-
"description": "
|
|
6592
|
+
"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/v2/api/#transition)."
|
|
6597
6593
|
},
|
|
6598
6594
|
"v-scroll-x-transition/origin": {
|
|
6599
6595
|
"type": "string",
|
|
6600
|
-
"description": "
|
|
6596
|
+
"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)."
|
|
6601
6597
|
},
|
|
6602
6598
|
"v-scroll-x-reverse-transition/group": {
|
|
6603
6599
|
"type": "boolean",
|
|
6604
|
-
"description": "
|
|
6600
|
+
"description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
|
|
6605
6601
|
},
|
|
6606
6602
|
"v-scroll-x-reverse-transition/hide-on-leave": {
|
|
6607
6603
|
"type": "boolean",
|
|
6608
|
-
"description": "
|
|
6604
|
+
"description": "Hides the leaving element (no exit animation)"
|
|
6609
6605
|
},
|
|
6610
6606
|
"v-scroll-x-reverse-transition/leave-absolute": {
|
|
6611
6607
|
"type": "boolean",
|
|
6612
|
-
"description": "
|
|
6608
|
+
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6613
6609
|
},
|
|
6614
6610
|
"v-scroll-x-reverse-transition/mode": {
|
|
6615
6611
|
"type": "string",
|
|
6616
|
-
"description": "
|
|
6612
|
+
"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/v2/api/#transition)."
|
|
6617
6613
|
},
|
|
6618
6614
|
"v-scroll-x-reverse-transition/origin": {
|
|
6619
6615
|
"type": "string",
|
|
6620
|
-
"description": "
|
|
6616
|
+
"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)."
|
|
6621
6617
|
},
|
|
6622
6618
|
"v-scroll-y-transition/group": {
|
|
6623
6619
|
"type": "boolean",
|
|
6624
|
-
"description": "
|
|
6620
|
+
"description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
|
|
6625
6621
|
},
|
|
6626
6622
|
"v-scroll-y-transition/hide-on-leave": {
|
|
6627
6623
|
"type": "boolean",
|
|
6628
|
-
"description": "
|
|
6624
|
+
"description": "Hides the leaving element (no exit animation)"
|
|
6629
6625
|
},
|
|
6630
6626
|
"v-scroll-y-transition/leave-absolute": {
|
|
6631
6627
|
"type": "boolean",
|
|
6632
|
-
"description": "
|
|
6628
|
+
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6633
6629
|
},
|
|
6634
6630
|
"v-scroll-y-transition/mode": {
|
|
6635
6631
|
"type": "string",
|
|
6636
|
-
"description": "
|
|
6632
|
+
"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/v2/api/#transition)."
|
|
6637
6633
|
},
|
|
6638
6634
|
"v-scroll-y-transition/origin": {
|
|
6639
6635
|
"type": "string",
|
|
6640
|
-
"description": "
|
|
6636
|
+
"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)."
|
|
6641
6637
|
},
|
|
6642
6638
|
"v-scroll-y-reverse-transition/group": {
|
|
6643
6639
|
"type": "boolean",
|
|
6644
|
-
"description": "
|
|
6640
|
+
"description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
|
|
6645
6641
|
},
|
|
6646
6642
|
"v-scroll-y-reverse-transition/hide-on-leave": {
|
|
6647
6643
|
"type": "boolean",
|
|
6648
|
-
"description": "
|
|
6644
|
+
"description": "Hides the leaving element (no exit animation)"
|
|
6649
6645
|
},
|
|
6650
6646
|
"v-scroll-y-reverse-transition/leave-absolute": {
|
|
6651
6647
|
"type": "boolean",
|
|
6652
|
-
"description": "
|
|
6648
|
+
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6653
6649
|
},
|
|
6654
6650
|
"v-scroll-y-reverse-transition/mode": {
|
|
6655
6651
|
"type": "string",
|
|
6656
|
-
"description": "
|
|
6652
|
+
"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/v2/api/#transition)."
|
|
6657
6653
|
},
|
|
6658
6654
|
"v-scroll-y-reverse-transition/origin": {
|
|
6659
6655
|
"type": "string",
|
|
6660
|
-
"description": "
|
|
6656
|
+
"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)."
|
|
6661
6657
|
},
|
|
6662
6658
|
"v-slide-x-transition/group": {
|
|
6663
6659
|
"type": "boolean",
|
|
6664
|
-
"description": "
|
|
6660
|
+
"description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
|
|
6665
6661
|
},
|
|
6666
6662
|
"v-slide-x-transition/hide-on-leave": {
|
|
6667
6663
|
"type": "boolean",
|
|
6668
|
-
"description": "
|
|
6664
|
+
"description": "Hides the leaving element (no exit animation)"
|
|
6669
6665
|
},
|
|
6670
6666
|
"v-slide-x-transition/leave-absolute": {
|
|
6671
6667
|
"type": "boolean",
|
|
6672
|
-
"description": "
|
|
6668
|
+
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6673
6669
|
},
|
|
6674
6670
|
"v-slide-x-transition/mode": {
|
|
6675
6671
|
"type": "string",
|
|
6676
|
-
"description": "
|
|
6672
|
+
"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/v2/api/#transition)."
|
|
6677
6673
|
},
|
|
6678
6674
|
"v-slide-x-transition/origin": {
|
|
6679
6675
|
"type": "string",
|
|
6680
|
-
"description": "
|
|
6676
|
+
"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)."
|
|
6681
6677
|
},
|
|
6682
6678
|
"v-slide-x-reverse-transition/group": {
|
|
6683
6679
|
"type": "boolean",
|
|
6684
|
-
"description": "
|
|
6680
|
+
"description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
|
|
6685
6681
|
},
|
|
6686
6682
|
"v-slide-x-reverse-transition/hide-on-leave": {
|
|
6687
6683
|
"type": "boolean",
|
|
6688
|
-
"description": "
|
|
6684
|
+
"description": "Hides the leaving element (no exit animation)"
|
|
6689
6685
|
},
|
|
6690
6686
|
"v-slide-x-reverse-transition/leave-absolute": {
|
|
6691
6687
|
"type": "boolean",
|
|
6692
|
-
"description": "
|
|
6688
|
+
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6693
6689
|
},
|
|
6694
6690
|
"v-slide-x-reverse-transition/mode": {
|
|
6695
6691
|
"type": "string",
|
|
6696
|
-
"description": "
|
|
6692
|
+
"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/v2/api/#transition)."
|
|
6697
6693
|
},
|
|
6698
6694
|
"v-slide-x-reverse-transition/origin": {
|
|
6699
6695
|
"type": "string",
|
|
6700
|
-
"description": "
|
|
6696
|
+
"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)."
|
|
6701
6697
|
},
|
|
6702
6698
|
"v-slide-y-transition/group": {
|
|
6703
6699
|
"type": "boolean",
|
|
6704
|
-
"description": "
|
|
6700
|
+
"description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
|
|
6705
6701
|
},
|
|
6706
6702
|
"v-slide-y-transition/hide-on-leave": {
|
|
6707
6703
|
"type": "boolean",
|
|
6708
|
-
"description": "
|
|
6704
|
+
"description": "Hides the leaving element (no exit animation)"
|
|
6709
6705
|
},
|
|
6710
6706
|
"v-slide-y-transition/leave-absolute": {
|
|
6711
6707
|
"type": "boolean",
|
|
6712
|
-
"description": "
|
|
6708
|
+
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6713
6709
|
},
|
|
6714
6710
|
"v-slide-y-transition/mode": {
|
|
6715
6711
|
"type": "string",
|
|
6716
|
-
"description": "
|
|
6712
|
+
"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/v2/api/#transition)."
|
|
6717
6713
|
},
|
|
6718
6714
|
"v-slide-y-transition/origin": {
|
|
6719
6715
|
"type": "string",
|
|
6720
|
-
"description": "
|
|
6716
|
+
"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)."
|
|
6721
6717
|
},
|
|
6722
6718
|
"v-slide-y-reverse-transition/group": {
|
|
6723
6719
|
"type": "boolean",
|
|
6724
|
-
"description": "
|
|
6720
|
+
"description": "Creates a `transition-group` component. [vue docs](https://vuejs.org/v2/api/#transition-group)"
|
|
6725
6721
|
},
|
|
6726
6722
|
"v-slide-y-reverse-transition/hide-on-leave": {
|
|
6727
6723
|
"type": "boolean",
|
|
6728
|
-
"description": "
|
|
6724
|
+
"description": "Hides the leaving element (no exit animation)"
|
|
6729
6725
|
},
|
|
6730
6726
|
"v-slide-y-reverse-transition/leave-absolute": {
|
|
6731
6727
|
"type": "boolean",
|
|
6732
|
-
"description": "
|
|
6728
|
+
"description": "Absolutely positions the leaving element (useful for [FLIP](https://aerotwist.com/blog/flip-your-animations/))"
|
|
6733
6729
|
},
|
|
6734
6730
|
"v-slide-y-reverse-transition/mode": {
|
|
6735
6731
|
"type": "string",
|
|
6736
|
-
"description": "
|
|
6732
|
+
"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/v2/api/#transition)."
|
|
6737
6733
|
},
|
|
6738
6734
|
"v-slide-y-reverse-transition/origin": {
|
|
6739
6735
|
"type": "string",
|
|
6740
|
-
"description": "
|
|
6736
|
+
"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)."
|
|
6741
6737
|
},
|
|
6742
6738
|
"v-expand-transition/mode": {
|
|
6743
6739
|
"type": "\"in-out\" | \"out-in\" | \"default\"",
|
|
@@ -6749,7 +6745,7 @@
|
|
|
6749
6745
|
},
|
|
6750
6746
|
"v-data-table/items": {
|
|
6751
6747
|
"type": "any[]",
|
|
6752
|
-
"description": "
|
|
6748
|
+
"description": "An array of strings or objects used for automatically generating children components"
|
|
6753
6749
|
},
|
|
6754
6750
|
"v-data-table/item-title": {
|
|
6755
6751
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
@@ -6781,7 +6777,7 @@
|
|
|
6781
6777
|
},
|
|
6782
6778
|
"v-data-table/no-data-text": {
|
|
6783
6779
|
"type": "string",
|
|
6784
|
-
"description": "
|
|
6780
|
+
"description": "Text shown when no items are provided to the component"
|
|
6785
6781
|
},
|
|
6786
6782
|
"v-data-table/height": {
|
|
6787
6783
|
"type": "string | number",
|
|
@@ -6789,7 +6785,7 @@
|
|
|
6789
6785
|
},
|
|
6790
6786
|
"v-data-table/width": {
|
|
6791
6787
|
"type": "string | number",
|
|
6792
|
-
"description": "Sets the width for the component
|
|
6788
|
+
"description": "Sets the width for the component"
|
|
6793
6789
|
},
|
|
6794
6790
|
"v-data-table/fixed-header": {
|
|
6795
6791
|
"type": "boolean",
|
|
@@ -6821,7 +6817,7 @@
|
|
|
6821
6817
|
},
|
|
6822
6818
|
"v-data-table/model-value": {
|
|
6823
6819
|
"type": "any[]",
|
|
6824
|
-
"description": "
|
|
6820
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
6825
6821
|
},
|
|
6826
6822
|
"v-data-table/sort-by": {
|
|
6827
6823
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
|
|
@@ -6881,11 +6877,11 @@
|
|
|
6881
6877
|
},
|
|
6882
6878
|
"v-data-table-rows/items": {
|
|
6883
6879
|
"type": "(DataTableItem | GroupHeaderItem)[]",
|
|
6884
|
-
"description": "
|
|
6880
|
+
"description": "An array of strings or objects used for automatically generating children components"
|
|
6885
6881
|
},
|
|
6886
6882
|
"v-data-table-rows/no-data-text": {
|
|
6887
6883
|
"type": "string",
|
|
6888
|
-
"description": "
|
|
6884
|
+
"description": "Text shown when no items are provided to the component"
|
|
6889
6885
|
},
|
|
6890
6886
|
"v-data-table-rows/row-height": {
|
|
6891
6887
|
"type": "number",
|
|
@@ -6897,7 +6893,7 @@
|
|
|
6897
6893
|
},
|
|
6898
6894
|
"v-data-table-virtual/items": {
|
|
6899
6895
|
"type": "any[]",
|
|
6900
|
-
"description": "
|
|
6896
|
+
"description": "An array of strings or objects used for automatically generating children components"
|
|
6901
6897
|
},
|
|
6902
6898
|
"v-data-table-virtual/item-title": {
|
|
6903
6899
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
@@ -6929,7 +6925,7 @@
|
|
|
6929
6925
|
},
|
|
6930
6926
|
"v-data-table-virtual/no-data-text": {
|
|
6931
6927
|
"type": "string",
|
|
6932
|
-
"description": "
|
|
6928
|
+
"description": "Text shown when no items are provided to the component"
|
|
6933
6929
|
},
|
|
6934
6930
|
"v-data-table-virtual/height": {
|
|
6935
6931
|
"type": "string | number",
|
|
@@ -6937,7 +6933,7 @@
|
|
|
6937
6933
|
},
|
|
6938
6934
|
"v-data-table-virtual/width": {
|
|
6939
6935
|
"type": "string | number",
|
|
6940
|
-
"description": "Sets the width for the component
|
|
6936
|
+
"description": "Sets the width for the component"
|
|
6941
6937
|
},
|
|
6942
6938
|
"v-data-table-virtual/fixed-header": {
|
|
6943
6939
|
"type": "boolean",
|
|
@@ -6969,7 +6965,7 @@
|
|
|
6969
6965
|
},
|
|
6970
6966
|
"v-data-table-virtual/model-value": {
|
|
6971
6967
|
"type": "any[]",
|
|
6972
|
-
"description": "
|
|
6968
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
6973
6969
|
},
|
|
6974
6970
|
"v-data-table-virtual/sort-by": {
|
|
6975
6971
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
|
|
@@ -7017,7 +7013,7 @@
|
|
|
7017
7013
|
},
|
|
7018
7014
|
"v-data-table-server/items": {
|
|
7019
7015
|
"type": "any[]",
|
|
7020
|
-
"description": "
|
|
7016
|
+
"description": "An array of strings or objects used for automatically generating children components"
|
|
7021
7017
|
},
|
|
7022
7018
|
"v-data-table-server/item-title": {
|
|
7023
7019
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/util/helpers.ts#L71-L75\" target=\"_blank\">SelectItemKey</a>",
|
|
@@ -7049,7 +7045,7 @@
|
|
|
7049
7045
|
},
|
|
7050
7046
|
"v-data-table-server/no-data-text": {
|
|
7051
7047
|
"type": "string",
|
|
7052
|
-
"description": "
|
|
7048
|
+
"description": "Text shown when no items are provided to the component"
|
|
7053
7049
|
},
|
|
7054
7050
|
"v-data-table-server/height": {
|
|
7055
7051
|
"type": "string | number",
|
|
@@ -7057,7 +7053,7 @@
|
|
|
7057
7053
|
},
|
|
7058
7054
|
"v-data-table-server/width": {
|
|
7059
7055
|
"type": "string | number",
|
|
7060
|
-
"description": "Sets the width for the component
|
|
7056
|
+
"description": "Sets the width for the component"
|
|
7061
7057
|
},
|
|
7062
7058
|
"v-data-table-server/fixed-header": {
|
|
7063
7059
|
"type": "boolean",
|
|
@@ -7085,7 +7081,7 @@
|
|
|
7085
7081
|
},
|
|
7086
7082
|
"v-data-table-server/model-value": {
|
|
7087
7083
|
"type": "any[]",
|
|
7088
|
-
"description": "
|
|
7084
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array"
|
|
7089
7085
|
},
|
|
7090
7086
|
"v-data-table-server/sort-by": {
|
|
7091
7087
|
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
|
|
@@ -7107,9 +7103,13 @@
|
|
|
7107
7103
|
"type": "string | number",
|
|
7108
7104
|
"description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page"
|
|
7109
7105
|
},
|
|
7106
|
+
"v-data-table-server/group-by": {
|
|
7107
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/next/packages/vuetify/src/labs/VDataTable/composables/sort.ts#L27-L27\" target=\"_blank\">SortItem</a>[]",
|
|
7108
|
+
"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"
|
|
7109
|
+
},
|
|
7110
7110
|
"v-data-table-server/color": {
|
|
7111
7111
|
"type": "string",
|
|
7112
|
-
"description": "
|
|
7112
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (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)"
|
|
7113
7113
|
},
|
|
7114
7114
|
"v-data-table-server/loading": {
|
|
7115
7115
|
"type": "string | boolean",
|