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
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"v-app-bar/color": {
|
|
35
35
|
"type": "string",
|
|
36
|
-
"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
|
|
36
|
+
"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)."
|
|
37
37
|
},
|
|
38
38
|
"v-app-bar/dark": {
|
|
39
39
|
"type": "boolean",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
},
|
|
178
178
|
"v-alert/color": {
|
|
179
179
|
"type": "string",
|
|
180
|
-
"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
|
|
180
|
+
"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)."
|
|
181
181
|
},
|
|
182
182
|
"v-alert/colored-border": {
|
|
183
183
|
"type": "boolean",
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
},
|
|
326
326
|
"v-autocomplete/color": {
|
|
327
327
|
"type": "string",
|
|
328
|
-
"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
|
|
328
|
+
"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)."
|
|
329
329
|
},
|
|
330
330
|
"v-autocomplete/counter": {
|
|
331
331
|
"type": "boolean|number|string",
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
},
|
|
578
578
|
"v-avatar/color": {
|
|
579
579
|
"type": "string",
|
|
580
|
-
"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
|
|
580
|
+
"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)."
|
|
581
581
|
},
|
|
582
582
|
"v-avatar/height": {
|
|
583
583
|
"type": "number|string",
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
},
|
|
638
638
|
"v-badge/color": {
|
|
639
639
|
"type": "string",
|
|
640
|
-
"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
|
|
640
|
+
"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)."
|
|
641
641
|
},
|
|
642
642
|
"v-badge/content": {
|
|
643
643
|
"type": "any",
|
|
@@ -709,7 +709,7 @@
|
|
|
709
709
|
},
|
|
710
710
|
"v-banner/color": {
|
|
711
711
|
"type": "string",
|
|
712
|
-
"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
|
|
712
|
+
"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)."
|
|
713
713
|
},
|
|
714
714
|
"v-banner/dark": {
|
|
715
715
|
"type": "boolean",
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
},
|
|
810
810
|
"v-bottom-navigation/color": {
|
|
811
811
|
"type": "string",
|
|
812
|
-
"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
|
|
812
|
+
"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)."
|
|
813
813
|
},
|
|
814
814
|
"v-bottom-navigation/dark": {
|
|
815
815
|
"type": "boolean",
|
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
},
|
|
1098
1098
|
"v-btn/color": {
|
|
1099
1099
|
"type": "string",
|
|
1100
|
-
"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
|
|
1100
|
+
"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)."
|
|
1101
1101
|
},
|
|
1102
1102
|
"v-btn/dark": {
|
|
1103
1103
|
"type": "boolean",
|
|
@@ -1285,7 +1285,7 @@
|
|
|
1285
1285
|
},
|
|
1286
1286
|
"v-btn-toggle/color": {
|
|
1287
1287
|
"type": "string",
|
|
1288
|
-
"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
|
|
1288
|
+
"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)."
|
|
1289
1289
|
},
|
|
1290
1290
|
"v-btn-toggle/dark": {
|
|
1291
1291
|
"type": "boolean",
|
|
@@ -1361,7 +1361,7 @@
|
|
|
1361
1361
|
},
|
|
1362
1362
|
"v-calendar/color": {
|
|
1363
1363
|
"type": "string",
|
|
1364
|
-
"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
|
|
1364
|
+
"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)."
|
|
1365
1365
|
},
|
|
1366
1366
|
"v-calendar/dark": {
|
|
1367
1367
|
"type": "boolean",
|
|
@@ -1545,7 +1545,7 @@
|
|
|
1545
1545
|
},
|
|
1546
1546
|
"v-calendar-daily/color": {
|
|
1547
1547
|
"type": "string",
|
|
1548
|
-
"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
|
|
1548
|
+
"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)."
|
|
1549
1549
|
},
|
|
1550
1550
|
"v-calendar-daily/dark": {
|
|
1551
1551
|
"type": "boolean",
|
|
@@ -1637,7 +1637,7 @@
|
|
|
1637
1637
|
},
|
|
1638
1638
|
"v-calendar-weekly/color": {
|
|
1639
1639
|
"type": "string",
|
|
1640
|
-
"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
|
|
1640
|
+
"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)."
|
|
1641
1641
|
},
|
|
1642
1642
|
"v-calendar-weekly/dark": {
|
|
1643
1643
|
"type": "boolean",
|
|
@@ -1709,7 +1709,7 @@
|
|
|
1709
1709
|
},
|
|
1710
1710
|
"v-calendar-monthly/color": {
|
|
1711
1711
|
"type": "string",
|
|
1712
|
-
"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
|
|
1712
|
+
"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)."
|
|
1713
1713
|
},
|
|
1714
1714
|
"v-calendar-monthly/dark": {
|
|
1715
1715
|
"type": "boolean",
|
|
@@ -1789,7 +1789,7 @@
|
|
|
1789
1789
|
},
|
|
1790
1790
|
"v-card/color": {
|
|
1791
1791
|
"type": "string",
|
|
1792
|
-
"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
|
|
1792
|
+
"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)."
|
|
1793
1793
|
},
|
|
1794
1794
|
"v-card/dark": {
|
|
1795
1795
|
"type": "boolean",
|
|
@@ -2117,7 +2117,7 @@
|
|
|
2117
2117
|
},
|
|
2118
2118
|
"v-checkbox/color": {
|
|
2119
2119
|
"type": "string",
|
|
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
|
},
|
|
2122
2122
|
"v-checkbox/dark": {
|
|
2123
2123
|
"type": "boolean",
|
|
@@ -2245,7 +2245,7 @@
|
|
|
2245
2245
|
},
|
|
2246
2246
|
"v-simple-checkbox/color": {
|
|
2247
2247
|
"type": "string",
|
|
2248
|
-
"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
|
|
2248
|
+
"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)."
|
|
2249
2249
|
},
|
|
2250
2250
|
"v-simple-checkbox/dark": {
|
|
2251
2251
|
"type": "boolean",
|
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
},
|
|
2310
2310
|
"v-chip/color": {
|
|
2311
2311
|
"type": "string",
|
|
2312
|
-
"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
|
|
2312
|
+
"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)."
|
|
2313
2313
|
},
|
|
2314
2314
|
"v-chip/dark": {
|
|
2315
2315
|
"type": "boolean",
|
|
@@ -2429,7 +2429,7 @@
|
|
|
2429
2429
|
},
|
|
2430
2430
|
"v-chip-group/color": {
|
|
2431
2431
|
"type": "string",
|
|
2432
|
-
"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
|
|
2432
|
+
"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)."
|
|
2433
2433
|
},
|
|
2434
2434
|
"v-chip-group/column": {
|
|
2435
2435
|
"type": "boolean",
|
|
@@ -2597,7 +2597,7 @@
|
|
|
2597
2597
|
},
|
|
2598
2598
|
"v-combobox/color": {
|
|
2599
2599
|
"type": "string",
|
|
2600
|
-
"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
|
|
2600
|
+
"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)."
|
|
2601
2601
|
},
|
|
2602
2602
|
"v-combobox/counter": {
|
|
2603
2603
|
"type": "boolean|number|string",
|
|
@@ -3201,7 +3201,7 @@
|
|
|
3201
3201
|
},
|
|
3202
3202
|
"v-data-table/page": {
|
|
3203
3203
|
"type": "number",
|
|
3204
|
-
"description": ""
|
|
3204
|
+
"description": "The current displayed page number (1-indexed)"
|
|
3205
3205
|
},
|
|
3206
3206
|
"v-data-table/search": {
|
|
3207
3207
|
"type": "string",
|
|
@@ -3357,7 +3357,7 @@
|
|
|
3357
3357
|
},
|
|
3358
3358
|
"v-date-picker/color": {
|
|
3359
3359
|
"type": "string",
|
|
3360
|
-
"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
|
|
3360
|
+
"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)."
|
|
3361
3361
|
},
|
|
3362
3362
|
"v-date-picker/dark": {
|
|
3363
3363
|
"type": "boolean",
|
|
@@ -3729,7 +3729,7 @@
|
|
|
3729
3729
|
},
|
|
3730
3730
|
"v-expansion-panel-header/color": {
|
|
3731
3731
|
"type": "string",
|
|
3732
|
-
"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
|
|
3732
|
+
"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)."
|
|
3733
3733
|
},
|
|
3734
3734
|
"v-expansion-panel-header/disable-icon-rotate": {
|
|
3735
3735
|
"type": "boolean",
|
|
@@ -3749,7 +3749,7 @@
|
|
|
3749
3749
|
},
|
|
3750
3750
|
"v-expansion-panel-content/color": {
|
|
3751
3751
|
"type": "string",
|
|
3752
|
-
"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
|
|
3752
|
+
"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)."
|
|
3753
3753
|
},
|
|
3754
3754
|
"v-expansion-panel-content/eager": {
|
|
3755
3755
|
"type": "boolean",
|
|
@@ -3785,7 +3785,7 @@
|
|
|
3785
3785
|
},
|
|
3786
3786
|
"v-file-input/color": {
|
|
3787
3787
|
"type": "string",
|
|
3788
|
-
"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
|
|
3788
|
+
"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)."
|
|
3789
3789
|
},
|
|
3790
3790
|
"v-file-input/counter": {
|
|
3791
3791
|
"type": "boolean|number|string",
|
|
@@ -3989,7 +3989,7 @@
|
|
|
3989
3989
|
},
|
|
3990
3990
|
"v-footer/color": {
|
|
3991
3991
|
"type": "string",
|
|
3992
|
-
"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
|
|
3992
|
+
"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)."
|
|
3993
3993
|
},
|
|
3994
3994
|
"v-footer/dark": {
|
|
3995
3995
|
"type": "boolean",
|
|
@@ -4381,7 +4381,7 @@
|
|
|
4381
4381
|
},
|
|
4382
4382
|
"v-icon/color": {
|
|
4383
4383
|
"type": "string",
|
|
4384
|
-
"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
|
|
4384
|
+
"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)."
|
|
4385
4385
|
},
|
|
4386
4386
|
"v-icon/dark": {
|
|
4387
4387
|
"type": "boolean",
|
|
@@ -4525,7 +4525,7 @@
|
|
|
4525
4525
|
},
|
|
4526
4526
|
"v-input/color": {
|
|
4527
4527
|
"type": "string",
|
|
4528
|
-
"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
|
|
4528
|
+
"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)."
|
|
4529
4529
|
},
|
|
4530
4530
|
"v-input/dark": {
|
|
4531
4531
|
"type": "boolean",
|
|
@@ -4721,7 +4721,7 @@
|
|
|
4721
4721
|
},
|
|
4722
4722
|
"v-list/color": {
|
|
4723
4723
|
"type": "string",
|
|
4724
|
-
"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
|
|
4724
|
+
"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)."
|
|
4725
4725
|
},
|
|
4726
4726
|
"v-list/dark": {
|
|
4727
4727
|
"type": "boolean",
|
|
@@ -4821,7 +4821,7 @@
|
|
|
4821
4821
|
},
|
|
4822
4822
|
"v-list-group/color": {
|
|
4823
4823
|
"type": "string",
|
|
4824
|
-
"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
|
|
4824
|
+
"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)."
|
|
4825
4825
|
},
|
|
4826
4826
|
"v-list-group/disabled": {
|
|
4827
4827
|
"type": "boolean",
|
|
@@ -4953,7 +4953,7 @@
|
|
|
4953
4953
|
},
|
|
4954
4954
|
"v-list-item-avatar/color": {
|
|
4955
4955
|
"type": "string",
|
|
4956
|
-
"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
|
|
4956
|
+
"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)."
|
|
4957
4957
|
},
|
|
4958
4958
|
"v-list-item-avatar/height": {
|
|
4959
4959
|
"type": "number|string",
|
|
@@ -5009,7 +5009,7 @@
|
|
|
5009
5009
|
},
|
|
5010
5010
|
"v-list-item-group/color": {
|
|
5011
5011
|
"type": "string",
|
|
5012
|
-
"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
|
|
5012
|
+
"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)."
|
|
5013
5013
|
},
|
|
5014
5014
|
"v-list-item-group/dark": {
|
|
5015
5015
|
"type": "boolean",
|
|
@@ -5233,7 +5233,7 @@
|
|
|
5233
5233
|
},
|
|
5234
5234
|
"v-navigation-drawer/color": {
|
|
5235
5235
|
"type": "string",
|
|
5236
|
-
"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
|
|
5236
|
+
"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)."
|
|
5237
5237
|
},
|
|
5238
5238
|
"v-navigation-drawer/dark": {
|
|
5239
5239
|
"type": "boolean",
|
|
@@ -5344,8 +5344,8 @@
|
|
|
5344
5344
|
"description": "Sets the DOM id on the component"
|
|
5345
5345
|
},
|
|
5346
5346
|
"v-otp-input/length": {
|
|
5347
|
-
"type": "number",
|
|
5348
|
-
"description": "The OTP
|
|
5347
|
+
"type": "number|string",
|
|
5348
|
+
"description": "The OTP field's length"
|
|
5349
5349
|
},
|
|
5350
5350
|
"v-otp-input/plain": {
|
|
5351
5351
|
"type": "boolean",
|
|
@@ -5409,7 +5409,7 @@
|
|
|
5409
5409
|
},
|
|
5410
5410
|
"v-overflow-btn/color": {
|
|
5411
5411
|
"type": "string",
|
|
5412
|
-
"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
|
|
5412
|
+
"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)."
|
|
5413
5413
|
},
|
|
5414
5414
|
"v-overflow-btn/counter": {
|
|
5415
5415
|
"type": "boolean|number|string",
|
|
@@ -5673,7 +5673,7 @@
|
|
|
5673
5673
|
},
|
|
5674
5674
|
"v-overlay/color": {
|
|
5675
5675
|
"type": "string",
|
|
5676
|
-
"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
|
|
5676
|
+
"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)."
|
|
5677
5677
|
},
|
|
5678
5678
|
"v-overlay/dark": {
|
|
5679
5679
|
"type": "boolean",
|
|
@@ -5701,7 +5701,7 @@
|
|
|
5701
5701
|
},
|
|
5702
5702
|
"v-pagination/color": {
|
|
5703
5703
|
"type": "string",
|
|
5704
|
-
"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
|
|
5704
|
+
"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)."
|
|
5705
5705
|
},
|
|
5706
5706
|
"v-pagination/current-page-aria-label": {
|
|
5707
5707
|
"type": "string",
|
|
@@ -5757,7 +5757,7 @@
|
|
|
5757
5757
|
},
|
|
5758
5758
|
"v-sheet/color": {
|
|
5759
5759
|
"type": "string",
|
|
5760
|
-
"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
|
|
5760
|
+
"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)."
|
|
5761
5761
|
},
|
|
5762
5762
|
"v-sheet/dark": {
|
|
5763
5763
|
"type": "boolean",
|
|
@@ -5837,7 +5837,7 @@
|
|
|
5837
5837
|
},
|
|
5838
5838
|
"v-progress-circular/color": {
|
|
5839
5839
|
"type": "string",
|
|
5840
|
-
"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
|
|
5840
|
+
"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)."
|
|
5841
5841
|
},
|
|
5842
5842
|
"v-progress-circular/indeterminate": {
|
|
5843
5843
|
"type": "boolean",
|
|
@@ -5885,7 +5885,7 @@
|
|
|
5885
5885
|
},
|
|
5886
5886
|
"v-progress-linear/color": {
|
|
5887
5887
|
"type": "string",
|
|
5888
|
-
"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
|
|
5888
|
+
"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)."
|
|
5889
5889
|
},
|
|
5890
5890
|
"v-progress-linear/dark": {
|
|
5891
5891
|
"type": "boolean",
|
|
@@ -6069,7 +6069,7 @@
|
|
|
6069
6069
|
},
|
|
6070
6070
|
"v-radio/color": {
|
|
6071
6071
|
"type": "string",
|
|
6072
|
-
"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
|
|
6072
|
+
"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)."
|
|
6073
6073
|
},
|
|
6074
6074
|
"v-radio/dark": {
|
|
6075
6075
|
"type": "boolean",
|
|
@@ -6125,7 +6125,7 @@
|
|
|
6125
6125
|
},
|
|
6126
6126
|
"v-range-slider/color": {
|
|
6127
6127
|
"type": "string",
|
|
6128
|
-
"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
|
|
6128
|
+
"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)."
|
|
6129
6129
|
},
|
|
6130
6130
|
"v-range-slider/dark": {
|
|
6131
6131
|
"type": "boolean",
|
|
@@ -6289,7 +6289,7 @@
|
|
|
6289
6289
|
},
|
|
6290
6290
|
"v-rating/color": {
|
|
6291
6291
|
"type": "string",
|
|
6292
|
-
"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
|
|
6292
|
+
"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)."
|
|
6293
6293
|
},
|
|
6294
6294
|
"v-rating/dark": {
|
|
6295
6295
|
"type": "boolean",
|
|
@@ -6437,7 +6437,7 @@
|
|
|
6437
6437
|
},
|
|
6438
6438
|
"v-select/color": {
|
|
6439
6439
|
"type": "string",
|
|
6440
|
-
"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
|
|
6440
|
+
"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)."
|
|
6441
6441
|
},
|
|
6442
6442
|
"v-select/counter": {
|
|
6443
6443
|
"type": "boolean|number|string",
|
|
@@ -6741,7 +6741,7 @@
|
|
|
6741
6741
|
},
|
|
6742
6742
|
"v-slider/color": {
|
|
6743
6743
|
"type": "string",
|
|
6744
|
-
"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
|
|
6744
|
+
"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)."
|
|
6745
6745
|
},
|
|
6746
6746
|
"v-slider/dark": {
|
|
6747
6747
|
"type": "boolean",
|
|
@@ -6973,7 +6973,7 @@
|
|
|
6973
6973
|
},
|
|
6974
6974
|
"v-snackbar/color": {
|
|
6975
6975
|
"type": "string",
|
|
6976
|
-
"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
|
|
6976
|
+
"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)."
|
|
6977
6977
|
},
|
|
6978
6978
|
"v-snackbar/content-class": {
|
|
6979
6979
|
"type": "string",
|
|
@@ -7089,7 +7089,7 @@
|
|
|
7089
7089
|
},
|
|
7090
7090
|
"v-sparkline/color": {
|
|
7091
7091
|
"type": "string",
|
|
7092
|
-
"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
|
|
7092
|
+
"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)."
|
|
7093
7093
|
},
|
|
7094
7094
|
"v-sparkline/fill": {
|
|
7095
7095
|
"type": "boolean",
|
|
@@ -7197,7 +7197,7 @@
|
|
|
7197
7197
|
},
|
|
7198
7198
|
"v-stepper/color": {
|
|
7199
7199
|
"type": "string",
|
|
7200
|
-
"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
|
|
7200
|
+
"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)."
|
|
7201
7201
|
},
|
|
7202
7202
|
"v-stepper/dark": {
|
|
7203
7203
|
"type": "boolean",
|
|
@@ -7277,7 +7277,7 @@
|
|
|
7277
7277
|
},
|
|
7278
7278
|
"v-stepper-step/color": {
|
|
7279
7279
|
"type": "string",
|
|
7280
|
-
"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
|
|
7280
|
+
"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)."
|
|
7281
7281
|
},
|
|
7282
7282
|
"v-stepper-step/complete": {
|
|
7283
7283
|
"type": "boolean",
|
|
@@ -7337,7 +7337,7 @@
|
|
|
7337
7337
|
},
|
|
7338
7338
|
"v-switch/color": {
|
|
7339
7339
|
"type": "string",
|
|
7340
|
-
"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
|
|
7340
|
+
"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)."
|
|
7341
7341
|
},
|
|
7342
7342
|
"v-switch/dark": {
|
|
7343
7343
|
"type": "boolean",
|
|
@@ -7469,7 +7469,7 @@
|
|
|
7469
7469
|
},
|
|
7470
7470
|
"v-system-bar/color": {
|
|
7471
7471
|
"type": "string",
|
|
7472
|
-
"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
|
|
7472
|
+
"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)."
|
|
7473
7473
|
},
|
|
7474
7474
|
"v-system-bar/dark": {
|
|
7475
7475
|
"type": "boolean",
|
|
@@ -7517,7 +7517,7 @@
|
|
|
7517
7517
|
},
|
|
7518
7518
|
"v-tabs/color": {
|
|
7519
7519
|
"type": "string",
|
|
7520
|
-
"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
|
|
7520
|
+
"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)."
|
|
7521
7521
|
},
|
|
7522
7522
|
"v-tabs/dark": {
|
|
7523
7523
|
"type": "boolean",
|
|
@@ -7749,7 +7749,7 @@
|
|
|
7749
7749
|
},
|
|
7750
7750
|
"v-tabs-slider/color": {
|
|
7751
7751
|
"type": "string",
|
|
7752
|
-
"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
|
|
7752
|
+
"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)."
|
|
7753
7753
|
},
|
|
7754
7754
|
"v-textarea/append-icon": {
|
|
7755
7755
|
"type": "string",
|
|
@@ -7781,7 +7781,7 @@
|
|
|
7781
7781
|
},
|
|
7782
7782
|
"v-textarea/color": {
|
|
7783
7783
|
"type": "string",
|
|
7784
|
-
"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
|
|
7784
|
+
"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)."
|
|
7785
7785
|
},
|
|
7786
7786
|
"v-textarea/counter": {
|
|
7787
7787
|
"type": "boolean|number|string",
|
|
@@ -7989,7 +7989,7 @@
|
|
|
7989
7989
|
},
|
|
7990
7990
|
"v-text-field/color": {
|
|
7991
7991
|
"type": "string",
|
|
7992
|
-
"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
|
|
7992
|
+
"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)."
|
|
7993
7993
|
},
|
|
7994
7994
|
"v-text-field/counter": {
|
|
7995
7995
|
"type": "boolean|number|string",
|
|
@@ -8193,7 +8193,7 @@
|
|
|
8193
8193
|
},
|
|
8194
8194
|
"v-timeline-item/color": {
|
|
8195
8195
|
"type": "string",
|
|
8196
|
-
"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
|
|
8196
|
+
"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)."
|
|
8197
8197
|
},
|
|
8198
8198
|
"v-timeline-item/dark": {
|
|
8199
8199
|
"type": "boolean",
|
|
@@ -8213,7 +8213,7 @@
|
|
|
8213
8213
|
},
|
|
8214
8214
|
"v-timeline-item/icon-color": {
|
|
8215
8215
|
"type": "string",
|
|
8216
|
-
"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
|
|
8216
|
+
"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)."
|
|
8217
8217
|
},
|
|
8218
8218
|
"v-timeline-item/large": {
|
|
8219
8219
|
"type": "boolean",
|
|
@@ -8253,7 +8253,7 @@
|
|
|
8253
8253
|
},
|
|
8254
8254
|
"v-time-picker/color": {
|
|
8255
8255
|
"type": "string",
|
|
8256
|
-
"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
|
|
8256
|
+
"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)."
|
|
8257
8257
|
},
|
|
8258
8258
|
"v-time-picker/dark": {
|
|
8259
8259
|
"type": "boolean",
|
|
@@ -8337,7 +8337,7 @@
|
|
|
8337
8337
|
},
|
|
8338
8338
|
"v-toolbar/color": {
|
|
8339
8339
|
"type": "string",
|
|
8340
|
-
"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
|
|
8340
|
+
"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)."
|
|
8341
8341
|
},
|
|
8342
8342
|
"v-toolbar/dark": {
|
|
8343
8343
|
"type": "boolean",
|
|
@@ -8461,7 +8461,7 @@
|
|
|
8461
8461
|
},
|
|
8462
8462
|
"v-tooltip/color": {
|
|
8463
8463
|
"type": "string",
|
|
8464
|
-
"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
|
|
8464
|
+
"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)."
|
|
8465
8465
|
},
|
|
8466
8466
|
"v-tooltip/content-class": {
|
|
8467
8467
|
"type": "string",
|
|
@@ -8587,6 +8587,10 @@
|
|
|
8587
8587
|
"type": "boolean",
|
|
8588
8588
|
"description": "Decreases the height of the items"
|
|
8589
8589
|
},
|
|
8590
|
+
"v-treeview/disable-per-node": {
|
|
8591
|
+
"type": "boolean",
|
|
8592
|
+
"description": "Prevents disabling children nodes"
|
|
8593
|
+
},
|
|
8590
8594
|
"v-treeview/disabled": {
|
|
8591
8595
|
"type": "boolean",
|
|
8592
8596
|
"description": "Disables selection for all nodes"
|