vuetify 2.5.10 → 2.5.14
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 +58 -58
- package/dist/json/web-types.json +89 -89
- package/dist/vuetify.css +26 -15
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +227 -120
- 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/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/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/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/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/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/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 +7 -7
|
@@ -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",
|
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
},
|
|
574
574
|
"v-avatar/color": {
|
|
575
575
|
"type": "string",
|
|
576
|
-
"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
|
|
576
|
+
"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)."
|
|
577
577
|
},
|
|
578
578
|
"v-avatar/height": {
|
|
579
579
|
"type": "number|string",
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
},
|
|
634
634
|
"v-badge/color": {
|
|
635
635
|
"type": "string",
|
|
636
|
-
"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
|
|
636
|
+
"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)."
|
|
637
637
|
},
|
|
638
638
|
"v-badge/content": {
|
|
639
639
|
"type": "any",
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
},
|
|
706
706
|
"v-banner/color": {
|
|
707
707
|
"type": "string",
|
|
708
|
-
"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
|
|
708
|
+
"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)."
|
|
709
709
|
},
|
|
710
710
|
"v-banner/dark": {
|
|
711
711
|
"type": "boolean",
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
},
|
|
806
806
|
"v-bottom-navigation/color": {
|
|
807
807
|
"type": "string",
|
|
808
|
-
"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
|
|
808
|
+
"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)."
|
|
809
809
|
},
|
|
810
810
|
"v-bottom-navigation/dark": {
|
|
811
811
|
"type": "boolean",
|
|
@@ -1089,7 +1089,7 @@
|
|
|
1089
1089
|
},
|
|
1090
1090
|
"v-btn/color": {
|
|
1091
1091
|
"type": "string",
|
|
1092
|
-
"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
|
|
1092
|
+
"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)."
|
|
1093
1093
|
},
|
|
1094
1094
|
"v-btn/dark": {
|
|
1095
1095
|
"type": "boolean",
|
|
@@ -1277,7 +1277,7 @@
|
|
|
1277
1277
|
},
|
|
1278
1278
|
"v-btn-toggle/color": {
|
|
1279
1279
|
"type": "string",
|
|
1280
|
-
"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
|
|
1280
|
+
"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)."
|
|
1281
1281
|
},
|
|
1282
1282
|
"v-btn-toggle/dark": {
|
|
1283
1283
|
"type": "boolean",
|
|
@@ -1353,7 +1353,7 @@
|
|
|
1353
1353
|
},
|
|
1354
1354
|
"v-calendar/color": {
|
|
1355
1355
|
"type": "string",
|
|
1356
|
-
"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
|
|
1356
|
+
"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)."
|
|
1357
1357
|
},
|
|
1358
1358
|
"v-calendar/dark": {
|
|
1359
1359
|
"type": "boolean",
|
|
@@ -1537,7 +1537,7 @@
|
|
|
1537
1537
|
},
|
|
1538
1538
|
"v-calendar-daily/color": {
|
|
1539
1539
|
"type": "string",
|
|
1540
|
-
"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
|
|
1540
|
+
"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)."
|
|
1541
1541
|
},
|
|
1542
1542
|
"v-calendar-daily/dark": {
|
|
1543
1543
|
"type": "boolean",
|
|
@@ -1629,7 +1629,7 @@
|
|
|
1629
1629
|
},
|
|
1630
1630
|
"v-calendar-weekly/color": {
|
|
1631
1631
|
"type": "string",
|
|
1632
|
-
"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
|
|
1632
|
+
"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)."
|
|
1633
1633
|
},
|
|
1634
1634
|
"v-calendar-weekly/dark": {
|
|
1635
1635
|
"type": "boolean",
|
|
@@ -1701,7 +1701,7 @@
|
|
|
1701
1701
|
},
|
|
1702
1702
|
"v-calendar-monthly/color": {
|
|
1703
1703
|
"type": "string",
|
|
1704
|
-
"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
|
|
1704
|
+
"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)."
|
|
1705
1705
|
},
|
|
1706
1706
|
"v-calendar-monthly/dark": {
|
|
1707
1707
|
"type": "boolean",
|
|
@@ -1781,7 +1781,7 @@
|
|
|
1781
1781
|
},
|
|
1782
1782
|
"v-card/color": {
|
|
1783
1783
|
"type": "string",
|
|
1784
|
-
"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
|
|
1784
|
+
"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)."
|
|
1785
1785
|
},
|
|
1786
1786
|
"v-card/dark": {
|
|
1787
1787
|
"type": "boolean",
|
|
@@ -2093,7 +2093,7 @@
|
|
|
2093
2093
|
},
|
|
2094
2094
|
"v-checkbox/color": {
|
|
2095
2095
|
"type": "string",
|
|
2096
|
-
"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
|
|
2096
|
+
"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)."
|
|
2097
2097
|
},
|
|
2098
2098
|
"v-checkbox/dark": {
|
|
2099
2099
|
"type": "boolean",
|
|
@@ -2217,7 +2217,7 @@
|
|
|
2217
2217
|
},
|
|
2218
2218
|
"v-simple-checkbox/color": {
|
|
2219
2219
|
"type": "string",
|
|
2220
|
-
"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
|
|
2220
|
+
"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)."
|
|
2221
2221
|
},
|
|
2222
2222
|
"v-simple-checkbox/dark": {
|
|
2223
2223
|
"type": "boolean",
|
|
@@ -2281,7 +2281,7 @@
|
|
|
2281
2281
|
},
|
|
2282
2282
|
"v-chip/color": {
|
|
2283
2283
|
"type": "string",
|
|
2284
|
-
"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
|
|
2284
|
+
"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)."
|
|
2285
2285
|
},
|
|
2286
2286
|
"v-chip/dark": {
|
|
2287
2287
|
"type": "boolean",
|
|
@@ -2401,7 +2401,7 @@
|
|
|
2401
2401
|
},
|
|
2402
2402
|
"v-chip-group/color": {
|
|
2403
2403
|
"type": "string",
|
|
2404
|
-
"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
|
|
2404
|
+
"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)."
|
|
2405
2405
|
},
|
|
2406
2406
|
"v-chip-group/column": {
|
|
2407
2407
|
"type": "boolean",
|
|
@@ -2569,7 +2569,7 @@
|
|
|
2569
2569
|
},
|
|
2570
2570
|
"v-combobox/color": {
|
|
2571
2571
|
"type": "string",
|
|
2572
|
-
"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
|
|
2572
|
+
"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)."
|
|
2573
2573
|
},
|
|
2574
2574
|
"v-combobox/counter": {
|
|
2575
2575
|
"type": "boolean|number|string",
|
|
@@ -3169,7 +3169,7 @@
|
|
|
3169
3169
|
},
|
|
3170
3170
|
"v-data-table/page": {
|
|
3171
3171
|
"type": "number",
|
|
3172
|
-
"description": ""
|
|
3172
|
+
"description": "The current displayed page number (1-indexed)"
|
|
3173
3173
|
},
|
|
3174
3174
|
"v-data-table/search": {
|
|
3175
3175
|
"type": "string",
|
|
@@ -3325,7 +3325,7 @@
|
|
|
3325
3325
|
},
|
|
3326
3326
|
"v-date-picker/color": {
|
|
3327
3327
|
"type": "string",
|
|
3328
|
-
"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
|
|
3328
|
+
"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)."
|
|
3329
3329
|
},
|
|
3330
3330
|
"v-date-picker/dark": {
|
|
3331
3331
|
"type": "boolean",
|
|
@@ -3697,7 +3697,7 @@
|
|
|
3697
3697
|
},
|
|
3698
3698
|
"v-expansion-panel-header/color": {
|
|
3699
3699
|
"type": "string",
|
|
3700
|
-
"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
|
|
3700
|
+
"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)."
|
|
3701
3701
|
},
|
|
3702
3702
|
"v-expansion-panel-header/disable-icon-rotate": {
|
|
3703
3703
|
"type": "boolean",
|
|
@@ -3717,7 +3717,7 @@
|
|
|
3717
3717
|
},
|
|
3718
3718
|
"v-expansion-panel-content/color": {
|
|
3719
3719
|
"type": "string",
|
|
3720
|
-
"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
|
|
3720
|
+
"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)."
|
|
3721
3721
|
},
|
|
3722
3722
|
"v-expansion-panel-content/eager": {
|
|
3723
3723
|
"type": "boolean",
|
|
@@ -3753,7 +3753,7 @@
|
|
|
3753
3753
|
},
|
|
3754
3754
|
"v-file-input/color": {
|
|
3755
3755
|
"type": "string",
|
|
3756
|
-
"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
|
|
3756
|
+
"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)."
|
|
3757
3757
|
},
|
|
3758
3758
|
"v-file-input/counter": {
|
|
3759
3759
|
"type": "boolean|number|string",
|
|
@@ -3953,7 +3953,7 @@
|
|
|
3953
3953
|
},
|
|
3954
3954
|
"v-footer/color": {
|
|
3955
3955
|
"type": "string",
|
|
3956
|
-
"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
|
|
3956
|
+
"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)."
|
|
3957
3957
|
},
|
|
3958
3958
|
"v-footer/dark": {
|
|
3959
3959
|
"type": "boolean",
|
|
@@ -4341,7 +4341,7 @@
|
|
|
4341
4341
|
},
|
|
4342
4342
|
"v-icon/color": {
|
|
4343
4343
|
"type": "string",
|
|
4344
|
-
"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
|
|
4344
|
+
"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)."
|
|
4345
4345
|
},
|
|
4346
4346
|
"v-icon/dark": {
|
|
4347
4347
|
"type": "boolean",
|
|
@@ -4485,7 +4485,7 @@
|
|
|
4485
4485
|
},
|
|
4486
4486
|
"v-input/color": {
|
|
4487
4487
|
"type": "string",
|
|
4488
|
-
"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
|
|
4488
|
+
"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)."
|
|
4489
4489
|
},
|
|
4490
4490
|
"v-input/dark": {
|
|
4491
4491
|
"type": "boolean",
|
|
@@ -4661,7 +4661,7 @@
|
|
|
4661
4661
|
},
|
|
4662
4662
|
"v-list/color": {
|
|
4663
4663
|
"type": "string",
|
|
4664
|
-
"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
|
|
4664
|
+
"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)."
|
|
4665
4665
|
},
|
|
4666
4666
|
"v-list/dark": {
|
|
4667
4667
|
"type": "boolean",
|
|
@@ -4761,7 +4761,7 @@
|
|
|
4761
4761
|
},
|
|
4762
4762
|
"v-list-group/color": {
|
|
4763
4763
|
"type": "string",
|
|
4764
|
-
"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
|
|
4764
|
+
"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)."
|
|
4765
4765
|
},
|
|
4766
4766
|
"v-list-group/disabled": {
|
|
4767
4767
|
"type": "boolean",
|
|
@@ -4893,7 +4893,7 @@
|
|
|
4893
4893
|
},
|
|
4894
4894
|
"v-list-item-avatar/color": {
|
|
4895
4895
|
"type": "string",
|
|
4896
|
-
"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
|
|
4896
|
+
"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)."
|
|
4897
4897
|
},
|
|
4898
4898
|
"v-list-item-avatar/height": {
|
|
4899
4899
|
"type": "number|string",
|
|
@@ -4949,7 +4949,7 @@
|
|
|
4949
4949
|
},
|
|
4950
4950
|
"v-list-item-group/color": {
|
|
4951
4951
|
"type": "string",
|
|
4952
|
-
"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
|
|
4952
|
+
"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)."
|
|
4953
4953
|
},
|
|
4954
4954
|
"v-list-item-group/dark": {
|
|
4955
4955
|
"type": "boolean",
|
|
@@ -5173,7 +5173,7 @@
|
|
|
5173
5173
|
},
|
|
5174
5174
|
"v-navigation-drawer/color": {
|
|
5175
5175
|
"type": "string",
|
|
5176
|
-
"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
|
|
5176
|
+
"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)."
|
|
5177
5177
|
},
|
|
5178
5178
|
"v-navigation-drawer/dark": {
|
|
5179
5179
|
"type": "boolean",
|
|
@@ -5313,7 +5313,7 @@
|
|
|
5313
5313
|
},
|
|
5314
5314
|
"v-overflow-btn/color": {
|
|
5315
5315
|
"type": "string",
|
|
5316
|
-
"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
|
|
5316
|
+
"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)."
|
|
5317
5317
|
},
|
|
5318
5318
|
"v-overflow-btn/counter": {
|
|
5319
5319
|
"type": "boolean|number|string",
|
|
@@ -5573,7 +5573,7 @@
|
|
|
5573
5573
|
},
|
|
5574
5574
|
"v-overlay/color": {
|
|
5575
5575
|
"type": "string",
|
|
5576
|
-
"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
|
|
5576
|
+
"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)."
|
|
5577
5577
|
},
|
|
5578
5578
|
"v-overlay/dark": {
|
|
5579
5579
|
"type": "boolean",
|
|
@@ -5601,7 +5601,7 @@
|
|
|
5601
5601
|
},
|
|
5602
5602
|
"v-pagination/color": {
|
|
5603
5603
|
"type": "string",
|
|
5604
|
-
"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
|
|
5604
|
+
"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)."
|
|
5605
5605
|
},
|
|
5606
5606
|
"v-pagination/current-page-aria-label": {
|
|
5607
5607
|
"type": "string",
|
|
@@ -5657,7 +5657,7 @@
|
|
|
5657
5657
|
},
|
|
5658
5658
|
"v-sheet/color": {
|
|
5659
5659
|
"type": "string",
|
|
5660
|
-
"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
|
|
5660
|
+
"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)."
|
|
5661
5661
|
},
|
|
5662
5662
|
"v-sheet/dark": {
|
|
5663
5663
|
"type": "boolean",
|
|
@@ -5737,7 +5737,7 @@
|
|
|
5737
5737
|
},
|
|
5738
5738
|
"v-progress-circular/color": {
|
|
5739
5739
|
"type": "string",
|
|
5740
|
-
"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
|
|
5740
|
+
"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)."
|
|
5741
5741
|
},
|
|
5742
5742
|
"v-progress-circular/indeterminate": {
|
|
5743
5743
|
"type": "boolean",
|
|
@@ -5785,7 +5785,7 @@
|
|
|
5785
5785
|
},
|
|
5786
5786
|
"v-progress-linear/color": {
|
|
5787
5787
|
"type": "string",
|
|
5788
|
-
"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
|
|
5788
|
+
"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)."
|
|
5789
5789
|
},
|
|
5790
5790
|
"v-progress-linear/dark": {
|
|
5791
5791
|
"type": "boolean",
|
|
@@ -5965,7 +5965,7 @@
|
|
|
5965
5965
|
},
|
|
5966
5966
|
"v-radio/color": {
|
|
5967
5967
|
"type": "string",
|
|
5968
|
-
"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
|
|
5968
|
+
"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)."
|
|
5969
5969
|
},
|
|
5970
5970
|
"v-radio/dark": {
|
|
5971
5971
|
"type": "boolean",
|
|
@@ -6021,7 +6021,7 @@
|
|
|
6021
6021
|
},
|
|
6022
6022
|
"v-range-slider/color": {
|
|
6023
6023
|
"type": "string",
|
|
6024
|
-
"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
|
|
6024
|
+
"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)."
|
|
6025
6025
|
},
|
|
6026
6026
|
"v-range-slider/dark": {
|
|
6027
6027
|
"type": "boolean",
|
|
@@ -6181,7 +6181,7 @@
|
|
|
6181
6181
|
},
|
|
6182
6182
|
"v-rating/color": {
|
|
6183
6183
|
"type": "string",
|
|
6184
|
-
"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
|
|
6184
|
+
"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)."
|
|
6185
6185
|
},
|
|
6186
6186
|
"v-rating/dark": {
|
|
6187
6187
|
"type": "boolean",
|
|
@@ -6329,7 +6329,7 @@
|
|
|
6329
6329
|
},
|
|
6330
6330
|
"v-select/color": {
|
|
6331
6331
|
"type": "string",
|
|
6332
|
-
"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
|
|
6332
|
+
"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)."
|
|
6333
6333
|
},
|
|
6334
6334
|
"v-select/counter": {
|
|
6335
6335
|
"type": "boolean|number|string",
|
|
@@ -6629,7 +6629,7 @@
|
|
|
6629
6629
|
},
|
|
6630
6630
|
"v-slider/color": {
|
|
6631
6631
|
"type": "string",
|
|
6632
|
-
"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
|
|
6632
|
+
"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)."
|
|
6633
6633
|
},
|
|
6634
6634
|
"v-slider/dark": {
|
|
6635
6635
|
"type": "boolean",
|
|
@@ -6857,7 +6857,7 @@
|
|
|
6857
6857
|
},
|
|
6858
6858
|
"v-snackbar/color": {
|
|
6859
6859
|
"type": "string",
|
|
6860
|
-
"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
|
|
6860
|
+
"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)."
|
|
6861
6861
|
},
|
|
6862
6862
|
"v-snackbar/content-class": {
|
|
6863
6863
|
"type": "string",
|
|
@@ -6973,7 +6973,7 @@
|
|
|
6973
6973
|
},
|
|
6974
6974
|
"v-sparkline/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-sparkline/fill": {
|
|
6979
6979
|
"type": "boolean",
|
|
@@ -7081,7 +7081,7 @@
|
|
|
7081
7081
|
},
|
|
7082
7082
|
"v-stepper/color": {
|
|
7083
7083
|
"type": "string",
|
|
7084
|
-
"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
|
|
7084
|
+
"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)."
|
|
7085
7085
|
},
|
|
7086
7086
|
"v-stepper/dark": {
|
|
7087
7087
|
"type": "boolean",
|
|
@@ -7161,7 +7161,7 @@
|
|
|
7161
7161
|
},
|
|
7162
7162
|
"v-stepper-step/color": {
|
|
7163
7163
|
"type": "string",
|
|
7164
|
-
"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
|
|
7164
|
+
"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)."
|
|
7165
7165
|
},
|
|
7166
7166
|
"v-stepper-step/complete": {
|
|
7167
7167
|
"type": "boolean",
|
|
@@ -7213,7 +7213,7 @@
|
|
|
7213
7213
|
},
|
|
7214
7214
|
"v-switch/color": {
|
|
7215
7215
|
"type": "string",
|
|
7216
|
-
"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
|
|
7216
|
+
"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)."
|
|
7217
7217
|
},
|
|
7218
7218
|
"v-switch/dark": {
|
|
7219
7219
|
"type": "boolean",
|
|
@@ -7341,7 +7341,7 @@
|
|
|
7341
7341
|
},
|
|
7342
7342
|
"v-system-bar/color": {
|
|
7343
7343
|
"type": "string",
|
|
7344
|
-
"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
|
|
7344
|
+
"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)."
|
|
7345
7345
|
},
|
|
7346
7346
|
"v-system-bar/dark": {
|
|
7347
7347
|
"type": "boolean",
|
|
@@ -7389,7 +7389,7 @@
|
|
|
7389
7389
|
},
|
|
7390
7390
|
"v-tabs/color": {
|
|
7391
7391
|
"type": "string",
|
|
7392
|
-
"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
|
|
7392
|
+
"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)."
|
|
7393
7393
|
},
|
|
7394
7394
|
"v-tabs/dark": {
|
|
7395
7395
|
"type": "boolean",
|
|
@@ -7621,7 +7621,7 @@
|
|
|
7621
7621
|
},
|
|
7622
7622
|
"v-tabs-slider/color": {
|
|
7623
7623
|
"type": "string",
|
|
7624
|
-
"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
|
|
7624
|
+
"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)."
|
|
7625
7625
|
},
|
|
7626
7626
|
"v-textarea/append-icon": {
|
|
7627
7627
|
"type": "string",
|
|
@@ -7653,7 +7653,7 @@
|
|
|
7653
7653
|
},
|
|
7654
7654
|
"v-textarea/color": {
|
|
7655
7655
|
"type": "string",
|
|
7656
|
-
"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
|
|
7656
|
+
"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)."
|
|
7657
7657
|
},
|
|
7658
7658
|
"v-textarea/counter": {
|
|
7659
7659
|
"type": "boolean|number|string",
|
|
@@ -7857,7 +7857,7 @@
|
|
|
7857
7857
|
},
|
|
7858
7858
|
"v-text-field/color": {
|
|
7859
7859
|
"type": "string",
|
|
7860
|
-
"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
|
|
7860
|
+
"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)."
|
|
7861
7861
|
},
|
|
7862
7862
|
"v-text-field/counter": {
|
|
7863
7863
|
"type": "boolean|number|string",
|
|
@@ -8057,7 +8057,7 @@
|
|
|
8057
8057
|
},
|
|
8058
8058
|
"v-timeline-item/color": {
|
|
8059
8059
|
"type": "string",
|
|
8060
|
-
"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
|
|
8060
|
+
"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)."
|
|
8061
8061
|
},
|
|
8062
8062
|
"v-timeline-item/dark": {
|
|
8063
8063
|
"type": "boolean",
|
|
@@ -8077,7 +8077,7 @@
|
|
|
8077
8077
|
},
|
|
8078
8078
|
"v-timeline-item/icon-color": {
|
|
8079
8079
|
"type": "string",
|
|
8080
|
-
"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
|
|
8080
|
+
"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)."
|
|
8081
8081
|
},
|
|
8082
8082
|
"v-timeline-item/large": {
|
|
8083
8083
|
"type": "boolean",
|
|
@@ -8117,7 +8117,7 @@
|
|
|
8117
8117
|
},
|
|
8118
8118
|
"v-time-picker/color": {
|
|
8119
8119
|
"type": "string",
|
|
8120
|
-
"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
|
|
8120
|
+
"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)."
|
|
8121
8121
|
},
|
|
8122
8122
|
"v-time-picker/dark": {
|
|
8123
8123
|
"type": "boolean",
|
|
@@ -8201,7 +8201,7 @@
|
|
|
8201
8201
|
},
|
|
8202
8202
|
"v-toolbar/color": {
|
|
8203
8203
|
"type": "string",
|
|
8204
|
-
"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
|
|
8204
|
+
"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)."
|
|
8205
8205
|
},
|
|
8206
8206
|
"v-toolbar/dark": {
|
|
8207
8207
|
"type": "boolean",
|
|
@@ -8317,7 +8317,7 @@
|
|
|
8317
8317
|
},
|
|
8318
8318
|
"v-tooltip/color": {
|
|
8319
8319
|
"type": "string",
|
|
8320
|
-
"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
|
|
8320
|
+
"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)."
|
|
8321
8321
|
},
|
|
8322
8322
|
"v-tooltip/content-class": {
|
|
8323
8323
|
"type": "string",
|