vuetify 2.6.0-beta.0 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +64 -60
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +128 -92
- package/dist/vuetify.css +37 -33
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +244 -146
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VAutocomplete/VAutocomplete.js +20 -2
- package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/es5/components/VCalendar/VCalendarDaily.js +13 -15
- package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/es5/components/VCalendar/mixins/calendar-with-events.js +4 -2
- package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/es5/components/VCalendar/mixins/mouse.js +1 -1
- package/es5/components/VCalendar/mixins/mouse.js.map +1 -1
- package/es5/components/VCombobox/VCombobox.js +0 -5
- package/es5/components/VCombobox/VCombobox.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +4 -2
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VList/VListItem.js +8 -1
- package/es5/components/VList/VListItem.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +1 -1
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VOtpInput/VOtpInput.js +14 -25
- package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
- package/es5/components/VOverlay/VOverlay.js +1 -0
- package/es5/components/VOverlay/VOverlay.js.map +1 -1
- package/es5/components/VRadioGroup/VRadioGroup.js +7 -0
- package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/es5/components/VRangeSlider/VRangeSlider.js +4 -1
- package/es5/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +1 -1
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VTabs/VTab.js +15 -4
- package/es5/components/VTabs/VTab.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +6 -1
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/components/VTreeview/VTreeviewNode.js +3 -1
- package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/es5/components/transitions/createTransition.js +0 -20
- package/es5/components/transitions/createTransition.js.map +1 -1
- package/es5/directives/click-outside/index.js +21 -10
- package/es5/directives/click-outside/index.js.map +1 -1
- package/es5/directives/intersect/index.js +16 -12
- package/es5/directives/intersect/index.js.map +1 -1
- package/es5/directives/mutate/index.js +10 -8
- package/es5/directives/mutate/index.js.map +1 -1
- package/es5/directives/resize/index.js +11 -8
- package/es5/directives/resize/index.js.map +1 -1
- package/es5/directives/scroll/index.js +13 -10
- package/es5/directives/scroll/index.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/locale/fr.js +1 -1
- package/es5/locale/fr.js.map +1 -1
- package/es5/mixins/detachable/index.js +32 -14
- package/es5/mixins/detachable/index.js.map +1 -1
- package/es5/mixins/intersectable/index.js +11 -2
- package/es5/mixins/intersectable/index.js.map +1 -1
- package/es5/mixins/overlayable/index.js +21 -11
- package/es5/mixins/overlayable/index.js.map +1 -1
- package/es5/mixins/routable/index.js +9 -3
- package/es5/mixins/routable/index.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +18 -2
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCalendar/VCalendarDaily.js +9 -9
- package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.js +4 -2
- package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.js +1 -1
- package/lib/components/VCalendar/mixins/mouse.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +0 -5
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +5 -2
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VList/VListItem.js +9 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +1 -1
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +14 -25
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.js +1 -0
- package/lib/components/VOverlay/VOverlay.js.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.js +9 -0
- package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.js +4 -1
- package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +1 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VTabs/VTab.js +16 -6
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +8 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.js +3 -1
- package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/lib/components/transitions/createTransition.js +0 -6
- package/lib/components/transitions/createTransition.js.map +1 -1
- package/lib/directives/click-outside/index.js +22 -10
- package/lib/directives/click-outside/index.js.map +1 -1
- package/lib/directives/intersect/index.js +16 -12
- package/lib/directives/intersect/index.js.map +1 -1
- package/lib/directives/mutate/index.js +10 -8
- package/lib/directives/mutate/index.js.map +1 -1
- package/lib/directives/resize/index.js +9 -6
- package/lib/directives/resize/index.js.map +1 -1
- package/lib/directives/scroll/index.js +9 -6
- package/lib/directives/scroll/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/locale/fr.js +1 -1
- package/lib/locale/fr.js.map +1 -1
- package/lib/mixins/detachable/index.js +28 -13
- package/lib/mixins/detachable/index.js.map +1 -1
- package/lib/mixins/intersectable/index.js +9 -2
- package/lib/mixins/intersectable/index.js.map +1 -1
- package/lib/mixins/overlayable/index.js +21 -11
- package/lib/mixins/overlayable/index.js.map +1 -1
- package/lib/mixins/routable/index.js +12 -3
- package/lib/mixins/routable/index.js.map +1 -1
- package/package.json +2 -2
- package/src/components/VAutocomplete/VAutocomplete.ts +15 -2
- package/src/components/VCalendar/VCalendarDaily.ts +7 -7
- package/src/components/VCalendar/mixins/calendar-with-events.sass +7 -1
- package/src/components/VCalendar/mixins/calendar-with-events.ts +3 -3
- package/src/components/VCalendar/mixins/mouse.ts +1 -1
- package/src/components/VCombobox/VCombobox.ts +0 -5
- package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +113 -0
- package/src/components/VCombobox/__tests__/VCombobox.spec.ts +30 -0
- package/src/components/VDialog/VDialog.ts +4 -2
- package/src/components/VImg/__tests__/VImg.spec.ts +1 -1
- package/src/components/VList/VListItem.sass +2 -1
- package/src/components/VList/VListItem.ts +7 -1
- package/src/components/VList/__tests__/VListItem.spec.ts +16 -0
- package/src/components/VMenu/VMenu.ts +1 -1
- package/src/components/VOtpInput/VOtpInput.sass +13 -16
- package/src/components/VOtpInput/VOtpInput.ts +12 -28
- package/src/components/VOtpInput/_variables.scss +2 -4
- package/src/components/VOverlay/VOverlay.ts +1 -0
- package/src/components/VRadioGroup/VRadioGroup.ts +8 -0
- package/src/components/VRangeSlider/VRangeSlider.ts +3 -1
- package/src/components/VSelect/VSelect.ts +1 -1
- package/src/components/VTabs/VTab.ts +14 -4
- package/src/components/VTabs/VTabs.sass +5 -2
- package/src/components/VTextField/VTextField.ts +8 -3
- package/src/components/VTreeview/VTreeviewNode.ts +3 -1
- package/src/components/transitions/createTransition.ts +0 -8
- package/src/directives/click-outside/__tests__/click-outside-shadow-dom.spec.ts +9 -6
- package/src/directives/click-outside/__tests__/click-outside.spec.ts +7 -4
- package/src/directives/click-outside/index.ts +19 -10
- package/src/directives/intersect/__tests__/intersect.spec.ts +13 -10
- package/src/directives/intersect/index.ts +15 -13
- package/src/directives/mutate/__tests__/mutate.spec.ts +36 -17
- package/src/directives/mutate/index.ts +9 -9
- package/src/directives/resize/__tests__/resize.spec.ts +4 -4
- package/src/directives/resize/index.ts +11 -6
- package/src/directives/scroll/__tests__/scroll.spec.ts +9 -9
- package/src/directives/scroll/index.ts +8 -7
- package/src/globals.d.ts +10 -12
- package/src/locale/fr.ts +1 -1
- package/src/mixins/detachable/index.ts +32 -15
- package/src/mixins/intersectable/index.ts +11 -2
- package/src/mixins/overlayable/index.ts +22 -11
- package/src/mixins/routable/__tests__/routable.spec.ts +82 -5
- package/src/mixins/routable/index.ts +10 -3
- package/src/styles/generic/_transitions.scss +219 -215
- package/src/styles/settings/_variables.scss +10 -9
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "2.6.0
|
|
5
|
+
"version": "2.6.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"name": "color",
|
|
132
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
132
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
133
133
|
"doc-url": "https://www.vuetifyjs.com/api/v-app-bar#props",
|
|
134
134
|
"default": "undefined",
|
|
135
135
|
"value": {
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
},
|
|
625
625
|
{
|
|
626
626
|
"name": "color",
|
|
627
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
627
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
628
628
|
"doc-url": "https://www.vuetifyjs.com/api/v-alert#props",
|
|
629
629
|
"default": "undefined",
|
|
630
630
|
"value": {
|
|
@@ -1094,7 +1094,7 @@
|
|
|
1094
1094
|
},
|
|
1095
1095
|
{
|
|
1096
1096
|
"name": "color",
|
|
1097
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
1097
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
1098
1098
|
"doc-url": "https://www.vuetifyjs.com/api/v-autocomplete#props",
|
|
1099
1099
|
"default": "undefined",
|
|
1100
1100
|
"value": {
|
|
@@ -2117,7 +2117,7 @@
|
|
|
2117
2117
|
"attributes": [
|
|
2118
2118
|
{
|
|
2119
2119
|
"name": "color",
|
|
2120
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
2120
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
2121
2121
|
"doc-url": "https://www.vuetifyjs.com/api/v-avatar#props",
|
|
2122
2122
|
"default": "undefined",
|
|
2123
2123
|
"value": {
|
|
@@ -2320,7 +2320,7 @@
|
|
|
2320
2320
|
},
|
|
2321
2321
|
{
|
|
2322
2322
|
"name": "color",
|
|
2323
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
2323
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
2324
2324
|
"doc-url": "https://www.vuetifyjs.com/api/v-badge#props",
|
|
2325
2325
|
"default": "'primary'",
|
|
2326
2326
|
"value": {
|
|
@@ -2542,7 +2542,7 @@
|
|
|
2542
2542
|
},
|
|
2543
2543
|
{
|
|
2544
2544
|
"name": "color",
|
|
2545
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
2545
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
2546
2546
|
"doc-url": "https://www.vuetifyjs.com/api/v-banner#props",
|
|
2547
2547
|
"default": "undefined",
|
|
2548
2548
|
"value": {
|
|
@@ -2867,7 +2867,7 @@
|
|
|
2867
2867
|
},
|
|
2868
2868
|
{
|
|
2869
2869
|
"name": "color",
|
|
2870
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
2870
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
2871
2871
|
"doc-url": "https://www.vuetifyjs.com/api/v-bottom-navigation#props",
|
|
2872
2872
|
"default": "undefined",
|
|
2873
2873
|
"value": {
|
|
@@ -3832,7 +3832,7 @@
|
|
|
3832
3832
|
},
|
|
3833
3833
|
{
|
|
3834
3834
|
"name": "color",
|
|
3835
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
3835
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
3836
3836
|
"doc-url": "https://www.vuetifyjs.com/api/v-btn#props",
|
|
3837
3837
|
"default": "undefined",
|
|
3838
3838
|
"value": {
|
|
@@ -4400,7 +4400,7 @@
|
|
|
4400
4400
|
},
|
|
4401
4401
|
{
|
|
4402
4402
|
"name": "color",
|
|
4403
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
4403
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
4404
4404
|
"doc-url": "https://www.vuetifyjs.com/api/v-btn-toggle#props",
|
|
4405
4405
|
"default": "undefined",
|
|
4406
4406
|
"value": {
|
|
@@ -4648,7 +4648,7 @@
|
|
|
4648
4648
|
},
|
|
4649
4649
|
{
|
|
4650
4650
|
"name": "color",
|
|
4651
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
4651
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
4652
4652
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
|
|
4653
4653
|
"default": "undefined",
|
|
4654
4654
|
"value": {
|
|
@@ -5119,7 +5119,7 @@
|
|
|
5119
5119
|
"name": "start",
|
|
5120
5120
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
5121
5121
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
|
|
5122
|
-
"default": "2021-
|
|
5122
|
+
"default": "2021-11-15",
|
|
5123
5123
|
"value": {
|
|
5124
5124
|
"kind": "expression",
|
|
5125
5125
|
"type": [
|
|
@@ -6518,7 +6518,7 @@
|
|
|
6518
6518
|
"attributes": [
|
|
6519
6519
|
{
|
|
6520
6520
|
"name": "color",
|
|
6521
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
6521
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
6522
6522
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
|
|
6523
6523
|
"default": "undefined",
|
|
6524
6524
|
"value": {
|
|
@@ -6748,7 +6748,7 @@
|
|
|
6748
6748
|
"name": "start",
|
|
6749
6749
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
6750
6750
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
|
|
6751
|
-
"default": "2021-
|
|
6751
|
+
"default": "2021-11-15",
|
|
6752
6752
|
"value": {
|
|
6753
6753
|
"kind": "expression",
|
|
6754
6754
|
"type": [
|
|
@@ -6800,7 +6800,7 @@
|
|
|
6800
6800
|
"attributes": [
|
|
6801
6801
|
{
|
|
6802
6802
|
"name": "color",
|
|
6803
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
6803
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
6804
6804
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
|
|
6805
6805
|
"default": "undefined",
|
|
6806
6806
|
"value": {
|
|
@@ -6966,7 +6966,7 @@
|
|
|
6966
6966
|
"name": "start",
|
|
6967
6967
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
6968
6968
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
|
|
6969
|
-
"default": "2021-
|
|
6969
|
+
"default": "2021-11-15",
|
|
6970
6970
|
"value": {
|
|
6971
6971
|
"kind": "expression",
|
|
6972
6972
|
"type": [
|
|
@@ -7018,7 +7018,7 @@
|
|
|
7018
7018
|
"attributes": [
|
|
7019
7019
|
{
|
|
7020
7020
|
"name": "color",
|
|
7021
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
7021
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
7022
7022
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
|
|
7023
7023
|
"default": "undefined",
|
|
7024
7024
|
"value": {
|
|
@@ -7184,7 +7184,7 @@
|
|
|
7184
7184
|
"name": "start",
|
|
7185
7185
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
7186
7186
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
|
|
7187
|
-
"default": "2021-
|
|
7187
|
+
"default": "2021-11-15",
|
|
7188
7188
|
"value": {
|
|
7189
7189
|
"kind": "expression",
|
|
7190
7190
|
"type": [
|
|
@@ -7257,7 +7257,7 @@
|
|
|
7257
7257
|
},
|
|
7258
7258
|
{
|
|
7259
7259
|
"name": "color",
|
|
7260
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
7260
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
7261
7261
|
"doc-url": "https://www.vuetifyjs.com/api/v-card#props",
|
|
7262
7262
|
"default": "undefined",
|
|
7263
7263
|
"value": {
|
|
@@ -8402,7 +8402,7 @@
|
|
|
8402
8402
|
},
|
|
8403
8403
|
{
|
|
8404
8404
|
"name": "color",
|
|
8405
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
8405
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
8406
8406
|
"doc-url": "https://www.vuetifyjs.com/api/v-checkbox#props",
|
|
8407
8407
|
"default": "undefined",
|
|
8408
8408
|
"value": {
|
|
@@ -8892,7 +8892,7 @@
|
|
|
8892
8892
|
"attributes": [
|
|
8893
8893
|
{
|
|
8894
8894
|
"name": "color",
|
|
8895
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
8895
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
8896
8896
|
"doc-url": "https://www.vuetifyjs.com/api/v-simple-checkbox#props",
|
|
8897
8897
|
"default": "undefined",
|
|
8898
8898
|
"value": {
|
|
@@ -9090,7 +9090,7 @@
|
|
|
9090
9090
|
},
|
|
9091
9091
|
{
|
|
9092
9092
|
"name": "color",
|
|
9093
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
9093
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
9094
9094
|
"doc-url": "https://www.vuetifyjs.com/api/v-chip#props",
|
|
9095
9095
|
"default": "undefined",
|
|
9096
9096
|
"value": {
|
|
@@ -9485,7 +9485,7 @@
|
|
|
9485
9485
|
},
|
|
9486
9486
|
{
|
|
9487
9487
|
"name": "color",
|
|
9488
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
9488
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
9489
9489
|
"doc-url": "https://www.vuetifyjs.com/api/v-chip-group#props",
|
|
9490
9490
|
"default": "undefined",
|
|
9491
9491
|
"value": {
|
|
@@ -10054,7 +10054,7 @@
|
|
|
10054
10054
|
},
|
|
10055
10055
|
{
|
|
10056
10056
|
"name": "color",
|
|
10057
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
10057
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
10058
10058
|
"doc-url": "https://www.vuetifyjs.com/api/v-combobox#props",
|
|
10059
10059
|
"default": "undefined",
|
|
10060
10060
|
"value": {
|
|
@@ -11466,7 +11466,7 @@
|
|
|
11466
11466
|
"events": [
|
|
11467
11467
|
{
|
|
11468
11468
|
"name": "current-items",
|
|
11469
|
-
"description": "",
|
|
11469
|
+
"description": "Emits the items provided via the **items** prop, every time the internal **computedItems** is changed.",
|
|
11470
11470
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
|
|
11471
11471
|
"arguments": [
|
|
11472
11472
|
{
|
|
@@ -11510,7 +11510,7 @@
|
|
|
11510
11510
|
},
|
|
11511
11511
|
{
|
|
11512
11512
|
"name": "page-count",
|
|
11513
|
-
"description": "",
|
|
11513
|
+
"description": "Emits when the **pageCount** property of the **pagination** prop is updated",
|
|
11514
11514
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
|
|
11515
11515
|
"arguments": [
|
|
11516
11516
|
{
|
|
@@ -11521,7 +11521,7 @@
|
|
|
11521
11521
|
},
|
|
11522
11522
|
{
|
|
11523
11523
|
"name": "pagination",
|
|
11524
|
-
"description": "",
|
|
11524
|
+
"description": "Emits when something changed to the `pagination` which can be provided via the `pagination` prop",
|
|
11525
11525
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
|
|
11526
11526
|
"arguments": [
|
|
11527
11527
|
{
|
|
@@ -11532,7 +11532,7 @@
|
|
|
11532
11532
|
},
|
|
11533
11533
|
{
|
|
11534
11534
|
"name": "toggle-select-all",
|
|
11535
|
-
"description": "",
|
|
11535
|
+
"description": "Emits when the `select-all` checkbox in table header is clicked. This checkbox is enabled by the **show-select** prop",
|
|
11536
11536
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
|
|
11537
11537
|
"arguments": [
|
|
11538
11538
|
{
|
|
@@ -11554,7 +11554,7 @@
|
|
|
11554
11554
|
},
|
|
11555
11555
|
{
|
|
11556
11556
|
"name": "update:group-by",
|
|
11557
|
-
"description": "",
|
|
11557
|
+
"description": "Emits when the **group-by** property of the **options** property is updated",
|
|
11558
11558
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
|
|
11559
11559
|
"arguments": [
|
|
11560
11560
|
{
|
|
@@ -11565,7 +11565,7 @@
|
|
|
11565
11565
|
},
|
|
11566
11566
|
{
|
|
11567
11567
|
"name": "update:group-desc",
|
|
11568
|
-
"description": "",
|
|
11568
|
+
"description": "Emits when the **group-desc** property of the **options** prop is updated",
|
|
11569
11569
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
|
|
11570
11570
|
"arguments": [
|
|
11571
11571
|
{
|
|
@@ -11576,7 +11576,7 @@
|
|
|
11576
11576
|
},
|
|
11577
11577
|
{
|
|
11578
11578
|
"name": "update:items-per-page",
|
|
11579
|
-
"description": "",
|
|
11579
|
+
"description": "Emits when the **items-per-page** property of the **options** prop is updated",
|
|
11580
11580
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
|
|
11581
11581
|
"arguments": [
|
|
11582
11582
|
{
|
|
@@ -11587,7 +11587,7 @@
|
|
|
11587
11587
|
},
|
|
11588
11588
|
{
|
|
11589
11589
|
"name": "update:multi-sort",
|
|
11590
|
-
"description": "",
|
|
11590
|
+
"description": "Emits when the **multi-sort** property of the **options** prop is updated",
|
|
11591
11591
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
|
|
11592
11592
|
"arguments": [
|
|
11593
11593
|
{
|
|
@@ -11598,7 +11598,7 @@
|
|
|
11598
11598
|
},
|
|
11599
11599
|
{
|
|
11600
11600
|
"name": "update:must-sort",
|
|
11601
|
-
"description": "",
|
|
11601
|
+
"description": "Emits when the **must-sort** property of the **options** prop is updated",
|
|
11602
11602
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
|
|
11603
11603
|
"arguments": [
|
|
11604
11604
|
{
|
|
@@ -11609,7 +11609,7 @@
|
|
|
11609
11609
|
},
|
|
11610
11610
|
{
|
|
11611
11611
|
"name": "update:options",
|
|
11612
|
-
"description": "",
|
|
11612
|
+
"description": "Emits when one of the **options** properties is updated",
|
|
11613
11613
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
|
|
11614
11614
|
"arguments": [
|
|
11615
11615
|
{
|
|
@@ -11620,7 +11620,7 @@
|
|
|
11620
11620
|
},
|
|
11621
11621
|
{
|
|
11622
11622
|
"name": "update:page",
|
|
11623
|
-
"description": "",
|
|
11623
|
+
"description": "Emits when the **page** property of the **options** prop is updated",
|
|
11624
11624
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
|
|
11625
11625
|
"arguments": [
|
|
11626
11626
|
{
|
|
@@ -11631,7 +11631,7 @@
|
|
|
11631
11631
|
},
|
|
11632
11632
|
{
|
|
11633
11633
|
"name": "update:sort-by",
|
|
11634
|
-
"description": "",
|
|
11634
|
+
"description": "Emits when the **sort-by** property of the **options** prop is updated",
|
|
11635
11635
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
|
|
11636
11636
|
"arguments": [
|
|
11637
11637
|
{
|
|
@@ -11642,7 +11642,7 @@
|
|
|
11642
11642
|
},
|
|
11643
11643
|
{
|
|
11644
11644
|
"name": "update:sort-desc",
|
|
11645
|
-
"description": "",
|
|
11645
|
+
"description": "Emits when the **sort-desc** property of the **options** prop is updated",
|
|
11646
11646
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
|
|
11647
11647
|
"arguments": [
|
|
11648
11648
|
{
|
|
@@ -12500,7 +12500,7 @@
|
|
|
12500
12500
|
},
|
|
12501
12501
|
{
|
|
12502
12502
|
"name": "page",
|
|
12503
|
-
"description": "",
|
|
12503
|
+
"description": "The current displayed page number (1-indexed)",
|
|
12504
12504
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#props",
|
|
12505
12505
|
"default": "1",
|
|
12506
12506
|
"value": {
|
|
@@ -12655,7 +12655,7 @@
|
|
|
12655
12655
|
},
|
|
12656
12656
|
{
|
|
12657
12657
|
"name": "current-items",
|
|
12658
|
-
"description": "",
|
|
12658
|
+
"description": "Emits the items provided via the **items** prop, every time the internal **computedItems** is changed.",
|
|
12659
12659
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
|
|
12660
12660
|
"arguments": [
|
|
12661
12661
|
{
|
|
@@ -12710,7 +12710,7 @@
|
|
|
12710
12710
|
},
|
|
12711
12711
|
{
|
|
12712
12712
|
"name": "page-count",
|
|
12713
|
-
"description": "",
|
|
12713
|
+
"description": "Emits when the **pageCount** property of the **pagination** prop is updated",
|
|
12714
12714
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
|
|
12715
12715
|
"arguments": [
|
|
12716
12716
|
{
|
|
@@ -12721,7 +12721,7 @@
|
|
|
12721
12721
|
},
|
|
12722
12722
|
{
|
|
12723
12723
|
"name": "pagination",
|
|
12724
|
-
"description": "",
|
|
12724
|
+
"description": "Emits when something changed to the `pagination` which can be provided via the `pagination` prop",
|
|
12725
12725
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
|
|
12726
12726
|
"arguments": [
|
|
12727
12727
|
{
|
|
@@ -12732,7 +12732,7 @@
|
|
|
12732
12732
|
},
|
|
12733
12733
|
{
|
|
12734
12734
|
"name": "toggle-select-all",
|
|
12735
|
-
"description": "",
|
|
12735
|
+
"description": "Emits when the `select-all` checkbox in table header is clicked. This checkbox is enabled by the **show-select** prop",
|
|
12736
12736
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
|
|
12737
12737
|
"arguments": [
|
|
12738
12738
|
{
|
|
@@ -12754,7 +12754,7 @@
|
|
|
12754
12754
|
},
|
|
12755
12755
|
{
|
|
12756
12756
|
"name": "update:group-by",
|
|
12757
|
-
"description": "",
|
|
12757
|
+
"description": "Emits when the **group-by** property of the **options** property is updated",
|
|
12758
12758
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
|
|
12759
12759
|
"arguments": [
|
|
12760
12760
|
{
|
|
@@ -12765,7 +12765,7 @@
|
|
|
12765
12765
|
},
|
|
12766
12766
|
{
|
|
12767
12767
|
"name": "update:group-desc",
|
|
12768
|
-
"description": "",
|
|
12768
|
+
"description": "Emits when the **group-desc** property of the **options** prop is updated",
|
|
12769
12769
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
|
|
12770
12770
|
"arguments": [
|
|
12771
12771
|
{
|
|
@@ -12776,7 +12776,7 @@
|
|
|
12776
12776
|
},
|
|
12777
12777
|
{
|
|
12778
12778
|
"name": "update:items-per-page",
|
|
12779
|
-
"description": "",
|
|
12779
|
+
"description": "Emits when the **items-per-page** property of the **options** prop is updated",
|
|
12780
12780
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
|
|
12781
12781
|
"arguments": [
|
|
12782
12782
|
{
|
|
@@ -12787,7 +12787,7 @@
|
|
|
12787
12787
|
},
|
|
12788
12788
|
{
|
|
12789
12789
|
"name": "update:multi-sort",
|
|
12790
|
-
"description": "",
|
|
12790
|
+
"description": "Emits when the **multi-sort** property of the **options** prop is updated",
|
|
12791
12791
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
|
|
12792
12792
|
"arguments": [
|
|
12793
12793
|
{
|
|
@@ -12798,7 +12798,7 @@
|
|
|
12798
12798
|
},
|
|
12799
12799
|
{
|
|
12800
12800
|
"name": "update:must-sort",
|
|
12801
|
-
"description": "",
|
|
12801
|
+
"description": "Emits when the **must-sort** property of the **options** prop is updated",
|
|
12802
12802
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
|
|
12803
12803
|
"arguments": [
|
|
12804
12804
|
{
|
|
@@ -12809,7 +12809,7 @@
|
|
|
12809
12809
|
},
|
|
12810
12810
|
{
|
|
12811
12811
|
"name": "update:options",
|
|
12812
|
-
"description": "",
|
|
12812
|
+
"description": "Emits when one of the **options** properties is updated",
|
|
12813
12813
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
|
|
12814
12814
|
"arguments": [
|
|
12815
12815
|
{
|
|
@@ -12820,7 +12820,7 @@
|
|
|
12820
12820
|
},
|
|
12821
12821
|
{
|
|
12822
12822
|
"name": "update:page",
|
|
12823
|
-
"description": "",
|
|
12823
|
+
"description": "Emits when the **page** property of the **options** prop is updated",
|
|
12824
12824
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
|
|
12825
12825
|
"arguments": [
|
|
12826
12826
|
{
|
|
@@ -12831,7 +12831,7 @@
|
|
|
12831
12831
|
},
|
|
12832
12832
|
{
|
|
12833
12833
|
"name": "update:sort-by",
|
|
12834
|
-
"description": "",
|
|
12834
|
+
"description": "Emits when the **sort-by** property of the **options** prop is updated",
|
|
12835
12835
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
|
|
12836
12836
|
"arguments": [
|
|
12837
12837
|
{
|
|
@@ -12842,7 +12842,7 @@
|
|
|
12842
12842
|
},
|
|
12843
12843
|
{
|
|
12844
12844
|
"name": "update:sort-desc",
|
|
12845
|
-
"description": "",
|
|
12845
|
+
"description": "Emits when the **sort-desc** property of the **options** prop is updated",
|
|
12846
12846
|
"doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
|
|
12847
12847
|
"arguments": [
|
|
12848
12848
|
{
|
|
@@ -13938,7 +13938,7 @@
|
|
|
13938
13938
|
},
|
|
13939
13939
|
{
|
|
13940
13940
|
"name": "color",
|
|
13941
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
13941
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
13942
13942
|
"doc-url": "https://www.vuetifyjs.com/api/v-date-picker#props",
|
|
13943
13943
|
"default": "undefined",
|
|
13944
13944
|
"value": {
|
|
@@ -15208,7 +15208,7 @@
|
|
|
15208
15208
|
"attributes": [
|
|
15209
15209
|
{
|
|
15210
15210
|
"name": "color",
|
|
15211
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
15211
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
15212
15212
|
"doc-url": "https://www.vuetifyjs.com/api/v-expansion-panel-header#props",
|
|
15213
15213
|
"default": "undefined",
|
|
15214
15214
|
"value": {
|
|
@@ -15309,7 +15309,7 @@
|
|
|
15309
15309
|
"attributes": [
|
|
15310
15310
|
{
|
|
15311
15311
|
"name": "color",
|
|
15312
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
15312
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
15313
15313
|
"doc-url": "https://www.vuetifyjs.com/api/v-expansion-panel-content#props",
|
|
15314
15314
|
"default": "undefined",
|
|
15315
15315
|
"value": {
|
|
@@ -15426,7 +15426,7 @@
|
|
|
15426
15426
|
},
|
|
15427
15427
|
{
|
|
15428
15428
|
"name": "color",
|
|
15429
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
15429
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
15430
15430
|
"doc-url": "https://www.vuetifyjs.com/api/v-file-input#props",
|
|
15431
15431
|
"default": "undefined",
|
|
15432
15432
|
"value": {
|
|
@@ -16245,7 +16245,7 @@
|
|
|
16245
16245
|
},
|
|
16246
16246
|
{
|
|
16247
16247
|
"name": "color",
|
|
16248
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
16248
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
16249
16249
|
"doc-url": "https://www.vuetifyjs.com/api/v-footer#props",
|
|
16250
16250
|
"default": "undefined",
|
|
16251
16251
|
"value": {
|
|
@@ -17571,7 +17571,7 @@
|
|
|
17571
17571
|
"attributes": [
|
|
17572
17572
|
{
|
|
17573
17573
|
"name": "color",
|
|
17574
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
17574
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
17575
17575
|
"doc-url": "https://www.vuetifyjs.com/api/v-icon#props",
|
|
17576
17576
|
"default": "undefined",
|
|
17577
17577
|
"value": {
|
|
@@ -18060,7 +18060,7 @@
|
|
|
18060
18060
|
},
|
|
18061
18061
|
{
|
|
18062
18062
|
"name": "color",
|
|
18063
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
18063
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
18064
18064
|
"doc-url": "https://www.vuetifyjs.com/api/v-input#props",
|
|
18065
18065
|
"default": "undefined",
|
|
18066
18066
|
"value": {
|
|
@@ -18889,7 +18889,7 @@
|
|
|
18889
18889
|
"attributes": [
|
|
18890
18890
|
{
|
|
18891
18891
|
"name": "color",
|
|
18892
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
18892
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
18893
18893
|
"doc-url": "https://www.vuetifyjs.com/api/v-list#props",
|
|
18894
18894
|
"default": "undefined",
|
|
18895
18895
|
"value": {
|
|
@@ -19197,7 +19197,7 @@
|
|
|
19197
19197
|
},
|
|
19198
19198
|
{
|
|
19199
19199
|
"name": "color",
|
|
19200
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
19200
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
19201
19201
|
"doc-url": "https://www.vuetifyjs.com/api/v-list-group#props",
|
|
19202
19202
|
"default": "'primary'",
|
|
19203
19203
|
"value": {
|
|
@@ -19688,7 +19688,7 @@
|
|
|
19688
19688
|
"attributes": [
|
|
19689
19689
|
{
|
|
19690
19690
|
"name": "color",
|
|
19691
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
19691
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
19692
19692
|
"doc-url": "https://www.vuetifyjs.com/api/v-list-item-avatar#props",
|
|
19693
19693
|
"default": "undefined",
|
|
19694
19694
|
"value": {
|
|
@@ -19901,7 +19901,7 @@
|
|
|
19901
19901
|
},
|
|
19902
19902
|
{
|
|
19903
19903
|
"name": "color",
|
|
19904
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
19904
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
19905
19905
|
"doc-url": "https://www.vuetifyjs.com/api/v-list-item-group#props",
|
|
19906
19906
|
"default": "undefined",
|
|
19907
19907
|
"value": {
|
|
@@ -20639,7 +20639,7 @@
|
|
|
20639
20639
|
},
|
|
20640
20640
|
{
|
|
20641
20641
|
"name": "color",
|
|
20642
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
20642
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
20643
20643
|
"doc-url": "https://www.vuetifyjs.com/api/v-navigation-drawer#props",
|
|
20644
20644
|
"default": "undefined",
|
|
20645
20645
|
"value": {
|
|
@@ -21035,12 +21035,15 @@
|
|
|
21035
21035
|
},
|
|
21036
21036
|
{
|
|
21037
21037
|
"name": "length",
|
|
21038
|
-
"description": "The OTP
|
|
21038
|
+
"description": "The OTP field's length",
|
|
21039
21039
|
"doc-url": "https://www.vuetifyjs.com/api/v-otp-input#props",
|
|
21040
21040
|
"default": "6",
|
|
21041
21041
|
"value": {
|
|
21042
21042
|
"kind": "expression",
|
|
21043
|
-
"type":
|
|
21043
|
+
"type": [
|
|
21044
|
+
"number",
|
|
21045
|
+
"string"
|
|
21046
|
+
]
|
|
21044
21047
|
}
|
|
21045
21048
|
},
|
|
21046
21049
|
{
|
|
@@ -21087,6 +21090,17 @@
|
|
|
21087
21090
|
}
|
|
21088
21091
|
],
|
|
21089
21092
|
"events": [
|
|
21093
|
+
{
|
|
21094
|
+
"name": "change",
|
|
21095
|
+
"description": "Emitted when the input is changed by user interaction",
|
|
21096
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-otp-input#events",
|
|
21097
|
+
"arguments": [
|
|
21098
|
+
{
|
|
21099
|
+
"name": "argument",
|
|
21100
|
+
"type": "string"
|
|
21101
|
+
}
|
|
21102
|
+
]
|
|
21103
|
+
},
|
|
21090
21104
|
{
|
|
21091
21105
|
"name": "finish",
|
|
21092
21106
|
"description": "Emitted when the input is filled completely and cursor is blurred",
|
|
@@ -21094,7 +21108,18 @@
|
|
|
21094
21108
|
"arguments": [
|
|
21095
21109
|
{
|
|
21096
21110
|
"name": "argument",
|
|
21097
|
-
"type": "
|
|
21111
|
+
"type": "string"
|
|
21112
|
+
}
|
|
21113
|
+
]
|
|
21114
|
+
},
|
|
21115
|
+
{
|
|
21116
|
+
"name": "input",
|
|
21117
|
+
"description": "The updated bound model",
|
|
21118
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-otp-input#events",
|
|
21119
|
+
"arguments": [
|
|
21120
|
+
{
|
|
21121
|
+
"name": "argument",
|
|
21122
|
+
"type": "string"
|
|
21098
21123
|
}
|
|
21099
21124
|
]
|
|
21100
21125
|
}
|
|
@@ -21232,7 +21257,7 @@
|
|
|
21232
21257
|
},
|
|
21233
21258
|
{
|
|
21234
21259
|
"name": "color",
|
|
21235
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
21260
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
21236
21261
|
"doc-url": "https://www.vuetifyjs.com/api/v-overflow-btn#props",
|
|
21237
21262
|
"default": "undefined",
|
|
21238
21263
|
"value": {
|
|
@@ -22288,7 +22313,7 @@
|
|
|
22288
22313
|
},
|
|
22289
22314
|
{
|
|
22290
22315
|
"name": "color",
|
|
22291
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
22316
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
22292
22317
|
"doc-url": "https://www.vuetifyjs.com/api/v-overlay#props",
|
|
22293
22318
|
"default": "'#212121'",
|
|
22294
22319
|
"value": {
|
|
@@ -22390,7 +22415,7 @@
|
|
|
22390
22415
|
},
|
|
22391
22416
|
{
|
|
22392
22417
|
"name": "color",
|
|
22393
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
22418
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
22394
22419
|
"doc-url": "https://www.vuetifyjs.com/api/v-pagination#props",
|
|
22395
22420
|
"default": "undefined",
|
|
22396
22421
|
"value": {
|
|
@@ -22587,7 +22612,7 @@
|
|
|
22587
22612
|
"attributes": [
|
|
22588
22613
|
{
|
|
22589
22614
|
"name": "color",
|
|
22590
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
22615
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
22591
22616
|
"doc-url": "https://www.vuetifyjs.com/api/v-sheet#props",
|
|
22592
22617
|
"default": "undefined",
|
|
22593
22618
|
"value": {
|
|
@@ -22866,7 +22891,7 @@
|
|
|
22866
22891
|
},
|
|
22867
22892
|
{
|
|
22868
22893
|
"name": "color",
|
|
22869
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
22894
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
22870
22895
|
"doc-url": "https://www.vuetifyjs.com/api/v-progress-circular#props",
|
|
22871
22896
|
"default": "undefined",
|
|
22872
22897
|
"value": {
|
|
@@ -23037,7 +23062,7 @@
|
|
|
23037
23062
|
},
|
|
23038
23063
|
{
|
|
23039
23064
|
"name": "color",
|
|
23040
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
23065
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
23041
23066
|
"doc-url": "https://www.vuetifyjs.com/api/v-progress-linear#props",
|
|
23042
23067
|
"default": "'primary'",
|
|
23043
23068
|
"value": {
|
|
@@ -23693,7 +23718,7 @@
|
|
|
23693
23718
|
},
|
|
23694
23719
|
{
|
|
23695
23720
|
"name": "color",
|
|
23696
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
23721
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
23697
23722
|
"doc-url": "https://www.vuetifyjs.com/api/v-radio#props",
|
|
23698
23723
|
"default": "undefined",
|
|
23699
23724
|
"value": {
|
|
@@ -23959,7 +23984,7 @@
|
|
|
23959
23984
|
},
|
|
23960
23985
|
{
|
|
23961
23986
|
"name": "color",
|
|
23962
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
23987
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
23963
23988
|
"doc-url": "https://www.vuetifyjs.com/api/v-range-slider#props",
|
|
23964
23989
|
"default": "undefined",
|
|
23965
23990
|
"value": {
|
|
@@ -24608,7 +24633,7 @@
|
|
|
24608
24633
|
},
|
|
24609
24634
|
{
|
|
24610
24635
|
"name": "color",
|
|
24611
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
24636
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
24612
24637
|
"doc-url": "https://www.vuetifyjs.com/api/v-rating#props",
|
|
24613
24638
|
"default": "'primary'",
|
|
24614
24639
|
"value": {
|
|
@@ -25118,7 +25143,7 @@
|
|
|
25118
25143
|
},
|
|
25119
25144
|
{
|
|
25120
25145
|
"name": "color",
|
|
25121
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
25146
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
25122
25147
|
"doc-url": "https://www.vuetifyjs.com/api/v-select#props",
|
|
25123
25148
|
"default": "undefined",
|
|
25124
25149
|
"value": {
|
|
@@ -26318,7 +26343,7 @@
|
|
|
26318
26343
|
},
|
|
26319
26344
|
{
|
|
26320
26345
|
"name": "color",
|
|
26321
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
26346
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
26322
26347
|
"doc-url": "https://www.vuetifyjs.com/api/v-slider#props",
|
|
26323
26348
|
"default": "undefined",
|
|
26324
26349
|
"value": {
|
|
@@ -27240,7 +27265,7 @@
|
|
|
27240
27265
|
},
|
|
27241
27266
|
{
|
|
27242
27267
|
"name": "color",
|
|
27243
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
27268
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
27244
27269
|
"doc-url": "https://www.vuetifyjs.com/api/v-snackbar#props",
|
|
27245
27270
|
"default": "undefined",
|
|
27246
27271
|
"value": {
|
|
@@ -27619,7 +27644,7 @@
|
|
|
27619
27644
|
},
|
|
27620
27645
|
{
|
|
27621
27646
|
"name": "color",
|
|
27622
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
27647
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
27623
27648
|
"doc-url": "https://www.vuetifyjs.com/api/v-sparkline#props",
|
|
27624
27649
|
"default": "'primary'",
|
|
27625
27650
|
"value": {
|
|
@@ -27969,7 +27994,7 @@
|
|
|
27969
27994
|
},
|
|
27970
27995
|
{
|
|
27971
27996
|
"name": "color",
|
|
27972
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
27997
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
27973
27998
|
"doc-url": "https://www.vuetifyjs.com/api/v-stepper#props",
|
|
27974
27999
|
"default": "undefined",
|
|
27975
28000
|
"value": {
|
|
@@ -28262,7 +28287,7 @@
|
|
|
28262
28287
|
"attributes": [
|
|
28263
28288
|
{
|
|
28264
28289
|
"name": "color",
|
|
28265
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
28290
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
28266
28291
|
"doc-url": "https://www.vuetifyjs.com/api/v-stepper-step#props",
|
|
28267
28292
|
"default": "'primary'",
|
|
28268
28293
|
"value": {
|
|
@@ -28524,7 +28549,7 @@
|
|
|
28524
28549
|
},
|
|
28525
28550
|
{
|
|
28526
28551
|
"name": "color",
|
|
28527
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
28552
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
28528
28553
|
"doc-url": "https://www.vuetifyjs.com/api/v-switch#props",
|
|
28529
28554
|
"default": "undefined",
|
|
28530
28555
|
"value": {
|
|
@@ -29009,7 +29034,7 @@
|
|
|
29009
29034
|
},
|
|
29010
29035
|
{
|
|
29011
29036
|
"name": "color",
|
|
29012
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
29037
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
29013
29038
|
"doc-url": "https://www.vuetifyjs.com/api/v-system-bar#props",
|
|
29014
29039
|
"default": "undefined",
|
|
29015
29040
|
"value": {
|
|
@@ -29157,7 +29182,7 @@
|
|
|
29157
29182
|
},
|
|
29158
29183
|
{
|
|
29159
29184
|
"name": "color",
|
|
29160
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
29185
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
29161
29186
|
"doc-url": "https://www.vuetifyjs.com/api/v-tabs#props",
|
|
29162
29187
|
"default": "undefined",
|
|
29163
29188
|
"value": {
|
|
@@ -29951,7 +29976,7 @@
|
|
|
29951
29976
|
"attributes": [
|
|
29952
29977
|
{
|
|
29953
29978
|
"name": "color",
|
|
29954
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
29979
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
29955
29980
|
"doc-url": "https://www.vuetifyjs.com/api/v-tabs-slider#props",
|
|
29956
29981
|
"default": "undefined",
|
|
29957
29982
|
"value": {
|
|
@@ -30051,7 +30076,7 @@
|
|
|
30051
30076
|
},
|
|
30052
30077
|
{
|
|
30053
30078
|
"name": "color",
|
|
30054
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
30079
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
30055
30080
|
"doc-url": "https://www.vuetifyjs.com/api/v-textarea#props",
|
|
30056
30081
|
"default": "undefined",
|
|
30057
30082
|
"value": {
|
|
@@ -30856,7 +30881,7 @@
|
|
|
30856
30881
|
},
|
|
30857
30882
|
{
|
|
30858
30883
|
"name": "color",
|
|
30859
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
30884
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
30860
30885
|
"doc-url": "https://www.vuetifyjs.com/api/v-text-field#props",
|
|
30861
30886
|
"default": "undefined",
|
|
30862
30887
|
"value": {
|
|
@@ -31690,7 +31715,7 @@
|
|
|
31690
31715
|
"attributes": [
|
|
31691
31716
|
{
|
|
31692
31717
|
"name": "color",
|
|
31693
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
31718
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
31694
31719
|
"doc-url": "https://www.vuetifyjs.com/api/v-timeline-item#props",
|
|
31695
31720
|
"default": "'primary'",
|
|
31696
31721
|
"value": {
|
|
@@ -31743,7 +31768,7 @@
|
|
|
31743
31768
|
},
|
|
31744
31769
|
{
|
|
31745
31770
|
"name": "icon-color",
|
|
31746
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
31771
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
31747
31772
|
"doc-url": "https://www.vuetifyjs.com/api/v-timeline-item#props",
|
|
31748
31773
|
"default": "undefined",
|
|
31749
31774
|
"value": {
|
|
@@ -31891,7 +31916,7 @@
|
|
|
31891
31916
|
},
|
|
31892
31917
|
{
|
|
31893
31918
|
"name": "color",
|
|
31894
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
31919
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
31895
31920
|
"doc-url": "https://www.vuetifyjs.com/api/v-time-picker#props",
|
|
31896
31921
|
"default": "undefined",
|
|
31897
31922
|
"value": {
|
|
@@ -32210,7 +32235,7 @@
|
|
|
32210
32235
|
},
|
|
32211
32236
|
{
|
|
32212
32237
|
"name": "color",
|
|
32213
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
32238
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
32214
32239
|
"doc-url": "https://www.vuetifyjs.com/api/v-toolbar#props",
|
|
32215
32240
|
"default": "undefined",
|
|
32216
32241
|
"value": {
|
|
@@ -32652,7 +32677,7 @@
|
|
|
32652
32677
|
},
|
|
32653
32678
|
{
|
|
32654
32679
|
"name": "color",
|
|
32655
|
-
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built
|
|
32680
|
+
"description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
|
|
32656
32681
|
"doc-url": "https://www.vuetifyjs.com/api/v-tooltip#props",
|
|
32657
32682
|
"default": "undefined",
|
|
32658
32683
|
"value": {
|
|
@@ -33048,6 +33073,17 @@
|
|
|
33048
33073
|
},
|
|
33049
33074
|
"type": "boolean"
|
|
33050
33075
|
},
|
|
33076
|
+
{
|
|
33077
|
+
"name": "disable-per-node",
|
|
33078
|
+
"description": "Prevents disabling children nodes",
|
|
33079
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-treeview#props",
|
|
33080
|
+
"default": "false",
|
|
33081
|
+
"value": {
|
|
33082
|
+
"kind": "expression",
|
|
33083
|
+
"type": "boolean"
|
|
33084
|
+
},
|
|
33085
|
+
"type": "boolean"
|
|
33086
|
+
},
|
|
33051
33087
|
{
|
|
33052
33088
|
"name": "disabled",
|
|
33053
33089
|
"description": "Disables selection for all nodes",
|