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.
Files changed (153) hide show
  1. package/dist/json/attributes.json +58 -58
  2. package/dist/json/web-types.json +89 -89
  3. package/dist/vuetify.css +26 -15
  4. package/dist/vuetify.css.map +1 -1
  5. package/dist/vuetify.js +227 -120
  6. package/dist/vuetify.js.map +1 -1
  7. package/dist/vuetify.min.css +2 -2
  8. package/dist/vuetify.min.js +2 -2
  9. package/es5/components/VAutocomplete/VAutocomplete.js +20 -2
  10. package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
  11. package/es5/components/VCalendar/VCalendarDaily.js +13 -15
  12. package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
  13. package/es5/components/VCalendar/mixins/calendar-with-events.js +4 -2
  14. package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  15. package/es5/components/VCalendar/mixins/mouse.js +1 -1
  16. package/es5/components/VCalendar/mixins/mouse.js.map +1 -1
  17. package/es5/components/VCombobox/VCombobox.js +0 -5
  18. package/es5/components/VCombobox/VCombobox.js.map +1 -1
  19. package/es5/components/VDialog/VDialog.js +4 -2
  20. package/es5/components/VDialog/VDialog.js.map +1 -1
  21. package/es5/components/VList/VListItem.js +8 -1
  22. package/es5/components/VList/VListItem.js.map +1 -1
  23. package/es5/components/VMenu/VMenu.js +1 -1
  24. package/es5/components/VMenu/VMenu.js.map +1 -1
  25. package/es5/components/VOverlay/VOverlay.js +1 -0
  26. package/es5/components/VOverlay/VOverlay.js.map +1 -1
  27. package/es5/components/VRadioGroup/VRadioGroup.js +7 -0
  28. package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
  29. package/es5/components/VRangeSlider/VRangeSlider.js +4 -1
  30. package/es5/components/VRangeSlider/VRangeSlider.js.map +1 -1
  31. package/es5/components/VSelect/VSelect.js +1 -1
  32. package/es5/components/VSelect/VSelect.js.map +1 -1
  33. package/es5/components/VTabs/VTab.js +15 -4
  34. package/es5/components/VTabs/VTab.js.map +1 -1
  35. package/es5/components/VTextField/VTextField.js +6 -1
  36. package/es5/components/VTextField/VTextField.js.map +1 -1
  37. package/es5/components/transitions/createTransition.js +0 -20
  38. package/es5/components/transitions/createTransition.js.map +1 -1
  39. package/es5/directives/click-outside/index.js +21 -10
  40. package/es5/directives/click-outside/index.js.map +1 -1
  41. package/es5/directives/intersect/index.js +16 -12
  42. package/es5/directives/intersect/index.js.map +1 -1
  43. package/es5/directives/mutate/index.js +10 -8
  44. package/es5/directives/mutate/index.js.map +1 -1
  45. package/es5/directives/resize/index.js +11 -8
  46. package/es5/directives/resize/index.js.map +1 -1
  47. package/es5/directives/scroll/index.js +13 -10
  48. package/es5/directives/scroll/index.js.map +1 -1
  49. package/es5/framework.js +1 -1
  50. package/es5/locale/fr.js +1 -1
  51. package/es5/locale/fr.js.map +1 -1
  52. package/es5/mixins/detachable/index.js +32 -14
  53. package/es5/mixins/detachable/index.js.map +1 -1
  54. package/es5/mixins/intersectable/index.js +11 -2
  55. package/es5/mixins/intersectable/index.js.map +1 -1
  56. package/es5/mixins/overlayable/index.js +21 -11
  57. package/es5/mixins/overlayable/index.js.map +1 -1
  58. package/es5/mixins/routable/index.js +9 -3
  59. package/es5/mixins/routable/index.js.map +1 -1
  60. package/lib/components/VAutocomplete/VAutocomplete.js +18 -2
  61. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  62. package/lib/components/VCalendar/VCalendarDaily.js +9 -9
  63. package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
  64. package/lib/components/VCalendar/mixins/calendar-with-events.js +4 -2
  65. package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  66. package/lib/components/VCalendar/mixins/mouse.js +1 -1
  67. package/lib/components/VCalendar/mixins/mouse.js.map +1 -1
  68. package/lib/components/VCombobox/VCombobox.js +0 -5
  69. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  70. package/lib/components/VDialog/VDialog.js +5 -2
  71. package/lib/components/VDialog/VDialog.js.map +1 -1
  72. package/lib/components/VList/VListItem.js +9 -1
  73. package/lib/components/VList/VListItem.js.map +1 -1
  74. package/lib/components/VMenu/VMenu.js +1 -1
  75. package/lib/components/VMenu/VMenu.js.map +1 -1
  76. package/lib/components/VOverlay/VOverlay.js +1 -0
  77. package/lib/components/VOverlay/VOverlay.js.map +1 -1
  78. package/lib/components/VRadioGroup/VRadioGroup.js +9 -0
  79. package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
  80. package/lib/components/VRangeSlider/VRangeSlider.js +4 -1
  81. package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
  82. package/lib/components/VSelect/VSelect.js +1 -1
  83. package/lib/components/VSelect/VSelect.js.map +1 -1
  84. package/lib/components/VTabs/VTab.js +16 -6
  85. package/lib/components/VTabs/VTab.js.map +1 -1
  86. package/lib/components/VTextField/VTextField.js +8 -1
  87. package/lib/components/VTextField/VTextField.js.map +1 -1
  88. package/lib/components/transitions/createTransition.js +0 -6
  89. package/lib/components/transitions/createTransition.js.map +1 -1
  90. package/lib/directives/click-outside/index.js +22 -10
  91. package/lib/directives/click-outside/index.js.map +1 -1
  92. package/lib/directives/intersect/index.js +16 -12
  93. package/lib/directives/intersect/index.js.map +1 -1
  94. package/lib/directives/mutate/index.js +10 -8
  95. package/lib/directives/mutate/index.js.map +1 -1
  96. package/lib/directives/resize/index.js +9 -6
  97. package/lib/directives/resize/index.js.map +1 -1
  98. package/lib/directives/scroll/index.js +9 -6
  99. package/lib/directives/scroll/index.js.map +1 -1
  100. package/lib/framework.js +1 -1
  101. package/lib/locale/fr.js +1 -1
  102. package/lib/locale/fr.js.map +1 -1
  103. package/lib/mixins/detachable/index.js +28 -13
  104. package/lib/mixins/detachable/index.js.map +1 -1
  105. package/lib/mixins/intersectable/index.js +9 -2
  106. package/lib/mixins/intersectable/index.js.map +1 -1
  107. package/lib/mixins/overlayable/index.js +21 -11
  108. package/lib/mixins/overlayable/index.js.map +1 -1
  109. package/lib/mixins/routable/index.js +12 -3
  110. package/lib/mixins/routable/index.js.map +1 -1
  111. package/package.json +2 -2
  112. package/src/components/VAutocomplete/VAutocomplete.ts +15 -2
  113. package/src/components/VCalendar/VCalendarDaily.ts +7 -7
  114. package/src/components/VCalendar/mixins/calendar-with-events.sass +7 -1
  115. package/src/components/VCalendar/mixins/calendar-with-events.ts +3 -3
  116. package/src/components/VCalendar/mixins/mouse.ts +1 -1
  117. package/src/components/VCombobox/VCombobox.ts +0 -5
  118. package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +113 -0
  119. package/src/components/VCombobox/__tests__/VCombobox.spec.ts +30 -0
  120. package/src/components/VDialog/VDialog.ts +4 -2
  121. package/src/components/VImg/__tests__/VImg.spec.ts +1 -1
  122. package/src/components/VList/VListItem.sass +2 -1
  123. package/src/components/VList/VListItem.ts +7 -1
  124. package/src/components/VList/__tests__/VListItem.spec.ts +16 -0
  125. package/src/components/VMenu/VMenu.ts +1 -1
  126. package/src/components/VOverlay/VOverlay.ts +1 -0
  127. package/src/components/VRadioGroup/VRadioGroup.ts +8 -0
  128. package/src/components/VRangeSlider/VRangeSlider.ts +3 -1
  129. package/src/components/VSelect/VSelect.ts +1 -1
  130. package/src/components/VTabs/VTab.ts +14 -4
  131. package/src/components/VTabs/VTabs.sass +5 -2
  132. package/src/components/VTextField/VTextField.ts +8 -3
  133. package/src/components/transitions/createTransition.ts +0 -8
  134. package/src/directives/click-outside/__tests__/click-outside-shadow-dom.spec.ts +9 -6
  135. package/src/directives/click-outside/__tests__/click-outside.spec.ts +7 -4
  136. package/src/directives/click-outside/index.ts +19 -10
  137. package/src/directives/intersect/__tests__/intersect.spec.ts +13 -10
  138. package/src/directives/intersect/index.ts +15 -13
  139. package/src/directives/mutate/__tests__/mutate.spec.ts +36 -17
  140. package/src/directives/mutate/index.ts +9 -9
  141. package/src/directives/resize/__tests__/resize.spec.ts +4 -4
  142. package/src/directives/resize/index.ts +11 -6
  143. package/src/directives/scroll/__tests__/scroll.spec.ts +9 -9
  144. package/src/directives/scroll/index.ts +8 -7
  145. package/src/globals.d.ts +10 -12
  146. package/src/locale/fr.ts +1 -1
  147. package/src/mixins/detachable/index.ts +32 -15
  148. package/src/mixins/intersectable/index.ts +11 -2
  149. package/src/mixins/overlayable/index.ts +22 -11
  150. package/src/mixins/routable/__tests__/routable.spec.ts +82 -5
  151. package/src/mixins/routable/index.ts +10 -3
  152. package/src/styles/generic/_transitions.scss +219 -215
  153. package/src/styles/settings/_variables.scss +7 -7
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "2.5.10",
5
+ "version": "2.5.14",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -129,7 +129,7 @@
129
129
  },
130
130
  {
131
131
  "name": "color",
132
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
132
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
133
133
  "doc-url": "https://www.vuetifyjs.com/api/v-app-bar#props",
134
134
  "default": "undefined",
135
135
  "value": {
@@ -624,7 +624,7 @@
624
624
  },
625
625
  {
626
626
  "name": "color",
627
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
627
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
628
628
  "doc-url": "https://www.vuetifyjs.com/api/v-alert#props",
629
629
  "default": "undefined",
630
630
  "value": {
@@ -1094,7 +1094,7 @@
1094
1094
  },
1095
1095
  {
1096
1096
  "name": "color",
1097
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
1097
+ "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
1098
1098
  "doc-url": "https://www.vuetifyjs.com/api/v-autocomplete#props",
1099
1099
  "default": "undefined",
1100
1100
  "value": {
@@ -2106,7 +2106,7 @@
2106
2106
  "attributes": [
2107
2107
  {
2108
2108
  "name": "color",
2109
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
2109
+ "description": "Applies specified color to the control - it can be 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).",
2110
2110
  "doc-url": "https://www.vuetifyjs.com/api/v-avatar#props",
2111
2111
  "default": "undefined",
2112
2112
  "value": {
@@ -2309,7 +2309,7 @@
2309
2309
  },
2310
2310
  {
2311
2311
  "name": "color",
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 in classes on the [colors page](/styles/colors#material-colors).",
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
  "doc-url": "https://www.vuetifyjs.com/api/v-badge#props",
2314
2314
  "default": "'primary'",
2315
2315
  "value": {
@@ -2531,7 +2531,7 @@
2531
2531
  },
2532
2532
  {
2533
2533
  "name": "color",
2534
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
2534
+ "description": "Applies specified color to the control - it can be 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).",
2535
2535
  "doc-url": "https://www.vuetifyjs.com/api/v-banner#props",
2536
2536
  "default": "undefined",
2537
2537
  "value": {
@@ -2856,7 +2856,7 @@
2856
2856
  },
2857
2857
  {
2858
2858
  "name": "color",
2859
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
2859
+ "description": "Applies specified color to the control - it can be 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).",
2860
2860
  "doc-url": "https://www.vuetifyjs.com/api/v-bottom-navigation#props",
2861
2861
  "default": "undefined",
2862
2862
  "value": {
@@ -3810,7 +3810,7 @@
3810
3810
  },
3811
3811
  {
3812
3812
  "name": "color",
3813
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
3813
+ "description": "Applies specified color to the control - it can be 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).",
3814
3814
  "doc-url": "https://www.vuetifyjs.com/api/v-btn#props",
3815
3815
  "default": "undefined",
3816
3816
  "value": {
@@ -4378,7 +4378,7 @@
4378
4378
  },
4379
4379
  {
4380
4380
  "name": "color",
4381
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
4381
+ "description": "Applies specified color to the control - it can be 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).",
4382
4382
  "doc-url": "https://www.vuetifyjs.com/api/v-btn-toggle#props",
4383
4383
  "default": "undefined",
4384
4384
  "value": {
@@ -4626,7 +4626,7 @@
4626
4626
  },
4627
4627
  {
4628
4628
  "name": "color",
4629
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
4629
+ "description": "Applies specified color to the control - it can be 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).",
4630
4630
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
4631
4631
  "default": "undefined",
4632
4632
  "value": {
@@ -5097,7 +5097,7 @@
5097
5097
  "name": "start",
5098
5098
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
5099
5099
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
5100
- "default": "2021-10-12",
5100
+ "default": "2021-11-09",
5101
5101
  "value": {
5102
5102
  "kind": "expression",
5103
5103
  "type": [
@@ -6496,7 +6496,7 @@
6496
6496
  "attributes": [
6497
6497
  {
6498
6498
  "name": "color",
6499
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
6499
+ "description": "Applies specified color to the control - it can be 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).",
6500
6500
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
6501
6501
  "default": "undefined",
6502
6502
  "value": {
@@ -6726,7 +6726,7 @@
6726
6726
  "name": "start",
6727
6727
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
6728
6728
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
6729
- "default": "2021-10-12",
6729
+ "default": "2021-11-09",
6730
6730
  "value": {
6731
6731
  "kind": "expression",
6732
6732
  "type": [
@@ -6778,7 +6778,7 @@
6778
6778
  "attributes": [
6779
6779
  {
6780
6780
  "name": "color",
6781
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
6781
+ "description": "Applies specified color to the control - it can be 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).",
6782
6782
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
6783
6783
  "default": "undefined",
6784
6784
  "value": {
@@ -6944,7 +6944,7 @@
6944
6944
  "name": "start",
6945
6945
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
6946
6946
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
6947
- "default": "2021-10-12",
6947
+ "default": "2021-11-09",
6948
6948
  "value": {
6949
6949
  "kind": "expression",
6950
6950
  "type": [
@@ -6996,7 +6996,7 @@
6996
6996
  "attributes": [
6997
6997
  {
6998
6998
  "name": "color",
6999
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
6999
+ "description": "Applies specified color to the control - it can be 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).",
7000
7000
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
7001
7001
  "default": "undefined",
7002
7002
  "value": {
@@ -7162,7 +7162,7 @@
7162
7162
  "name": "start",
7163
7163
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
7164
7164
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
7165
- "default": "2021-10-12",
7165
+ "default": "2021-11-09",
7166
7166
  "value": {
7167
7167
  "kind": "expression",
7168
7168
  "type": [
@@ -7235,7 +7235,7 @@
7235
7235
  },
7236
7236
  {
7237
7237
  "name": "color",
7238
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
7238
+ "description": "Applies specified color to the control - it can be 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).",
7239
7239
  "doc-url": "https://www.vuetifyjs.com/api/v-card#props",
7240
7240
  "default": "undefined",
7241
7241
  "value": {
@@ -8336,7 +8336,7 @@
8336
8336
  },
8337
8337
  {
8338
8338
  "name": "color",
8339
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
8339
+ "description": "Applies specified color to the control - it can be 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).",
8340
8340
  "doc-url": "https://www.vuetifyjs.com/api/v-checkbox#props",
8341
8341
  "default": "undefined",
8342
8342
  "value": {
@@ -8815,7 +8815,7 @@
8815
8815
  "attributes": [
8816
8816
  {
8817
8817
  "name": "color",
8818
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
8818
+ "description": "Applies specified color to the control - it can be 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).",
8819
8819
  "doc-url": "https://www.vuetifyjs.com/api/v-simple-checkbox#props",
8820
8820
  "default": "undefined",
8821
8821
  "value": {
@@ -9013,7 +9013,7 @@
9013
9013
  },
9014
9014
  {
9015
9015
  "name": "color",
9016
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
9016
+ "description": "Applies specified color to the control - it can be 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).",
9017
9017
  "doc-url": "https://www.vuetifyjs.com/api/v-chip#props",
9018
9018
  "default": "undefined",
9019
9019
  "value": {
@@ -9408,7 +9408,7 @@
9408
9408
  },
9409
9409
  {
9410
9410
  "name": "color",
9411
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
9411
+ "description": "Applies specified color to the control - it can be 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).",
9412
9412
  "doc-url": "https://www.vuetifyjs.com/api/v-chip-group#props",
9413
9413
  "default": "undefined",
9414
9414
  "value": {
@@ -9977,7 +9977,7 @@
9977
9977
  },
9978
9978
  {
9979
9979
  "name": "color",
9980
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
9980
+ "description": "Applies specified color to the control - it can be 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).",
9981
9981
  "doc-url": "https://www.vuetifyjs.com/api/v-combobox#props",
9982
9982
  "default": "undefined",
9983
9983
  "value": {
@@ -11378,7 +11378,7 @@
11378
11378
  "events": [
11379
11379
  {
11380
11380
  "name": "current-items",
11381
- "description": "",
11381
+ "description": "Emits the items provided via the **items** prop, every time the internal **computedItems** is changed.",
11382
11382
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11383
11383
  "arguments": [
11384
11384
  {
@@ -11422,7 +11422,7 @@
11422
11422
  },
11423
11423
  {
11424
11424
  "name": "page-count",
11425
- "description": "",
11425
+ "description": "Emits when the **pageCount** property of the **pagination** prop is updated",
11426
11426
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11427
11427
  "arguments": [
11428
11428
  {
@@ -11433,7 +11433,7 @@
11433
11433
  },
11434
11434
  {
11435
11435
  "name": "pagination",
11436
- "description": "",
11436
+ "description": "Emits when something changed to the `pagination` which can be provided via the `pagination` prop",
11437
11437
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11438
11438
  "arguments": [
11439
11439
  {
@@ -11444,7 +11444,7 @@
11444
11444
  },
11445
11445
  {
11446
11446
  "name": "toggle-select-all",
11447
- "description": "",
11447
+ "description": "Emits when the `select-all` checkbox in table header is clicked. This checkbox is enabled by the **show-select** prop",
11448
11448
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11449
11449
  "arguments": [
11450
11450
  {
@@ -11466,7 +11466,7 @@
11466
11466
  },
11467
11467
  {
11468
11468
  "name": "update:group-by",
11469
- "description": "",
11469
+ "description": "Emits when the **group-by** property of the **options** property is updated",
11470
11470
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11471
11471
  "arguments": [
11472
11472
  {
@@ -11477,7 +11477,7 @@
11477
11477
  },
11478
11478
  {
11479
11479
  "name": "update:group-desc",
11480
- "description": "",
11480
+ "description": "Emits when the **group-desc** property of the **options** prop is updated",
11481
11481
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11482
11482
  "arguments": [
11483
11483
  {
@@ -11488,7 +11488,7 @@
11488
11488
  },
11489
11489
  {
11490
11490
  "name": "update:items-per-page",
11491
- "description": "",
11491
+ "description": "Emits when the **items-per-page** property of the **options** prop is updated",
11492
11492
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11493
11493
  "arguments": [
11494
11494
  {
@@ -11499,7 +11499,7 @@
11499
11499
  },
11500
11500
  {
11501
11501
  "name": "update:multi-sort",
11502
- "description": "",
11502
+ "description": "Emits when the **multi-sort** property of the **options** prop is updated",
11503
11503
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11504
11504
  "arguments": [
11505
11505
  {
@@ -11510,7 +11510,7 @@
11510
11510
  },
11511
11511
  {
11512
11512
  "name": "update:must-sort",
11513
- "description": "",
11513
+ "description": "Emits when the **must-sort** property of the **options** prop is updated",
11514
11514
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11515
11515
  "arguments": [
11516
11516
  {
@@ -11521,7 +11521,7 @@
11521
11521
  },
11522
11522
  {
11523
11523
  "name": "update:options",
11524
- "description": "",
11524
+ "description": "Emits when one of the **options** properties is updated",
11525
11525
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11526
11526
  "arguments": [
11527
11527
  {
@@ -11532,7 +11532,7 @@
11532
11532
  },
11533
11533
  {
11534
11534
  "name": "update:page",
11535
- "description": "",
11535
+ "description": "Emits when the **page** property of the **options** prop is updated",
11536
11536
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11537
11537
  "arguments": [
11538
11538
  {
@@ -11543,7 +11543,7 @@
11543
11543
  },
11544
11544
  {
11545
11545
  "name": "update:sort-by",
11546
- "description": "",
11546
+ "description": "Emits when the **sort-by** property of the **options** prop is updated",
11547
11547
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11548
11548
  "arguments": [
11549
11549
  {
@@ -11554,7 +11554,7 @@
11554
11554
  },
11555
11555
  {
11556
11556
  "name": "update:sort-desc",
11557
- "description": "",
11557
+ "description": "Emits when the **sort-desc** property of the **options** prop is updated",
11558
11558
  "doc-url": "https://www.vuetifyjs.com/api/v-data-iterator#events",
11559
11559
  "arguments": [
11560
11560
  {
@@ -12412,7 +12412,7 @@
12412
12412
  },
12413
12413
  {
12414
12414
  "name": "page",
12415
- "description": "",
12415
+ "description": "The current displayed page number (1-indexed)",
12416
12416
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#props",
12417
12417
  "default": "1",
12418
12418
  "value": {
@@ -12567,7 +12567,7 @@
12567
12567
  },
12568
12568
  {
12569
12569
  "name": "current-items",
12570
- "description": "",
12570
+ "description": "Emits the items provided via the **items** prop, every time the internal **computedItems** is changed.",
12571
12571
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12572
12572
  "arguments": [
12573
12573
  {
@@ -12622,7 +12622,7 @@
12622
12622
  },
12623
12623
  {
12624
12624
  "name": "page-count",
12625
- "description": "",
12625
+ "description": "Emits when the **pageCount** property of the **pagination** prop is updated",
12626
12626
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12627
12627
  "arguments": [
12628
12628
  {
@@ -12633,7 +12633,7 @@
12633
12633
  },
12634
12634
  {
12635
12635
  "name": "pagination",
12636
- "description": "",
12636
+ "description": "Emits when something changed to the `pagination` which can be provided via the `pagination` prop",
12637
12637
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12638
12638
  "arguments": [
12639
12639
  {
@@ -12644,7 +12644,7 @@
12644
12644
  },
12645
12645
  {
12646
12646
  "name": "toggle-select-all",
12647
- "description": "",
12647
+ "description": "Emits when the `select-all` checkbox in table header is clicked. This checkbox is enabled by the **show-select** prop",
12648
12648
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12649
12649
  "arguments": [
12650
12650
  {
@@ -12666,7 +12666,7 @@
12666
12666
  },
12667
12667
  {
12668
12668
  "name": "update:group-by",
12669
- "description": "",
12669
+ "description": "Emits when the **group-by** property of the **options** property is updated",
12670
12670
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12671
12671
  "arguments": [
12672
12672
  {
@@ -12677,7 +12677,7 @@
12677
12677
  },
12678
12678
  {
12679
12679
  "name": "update:group-desc",
12680
- "description": "",
12680
+ "description": "Emits when the **group-desc** property of the **options** prop is updated",
12681
12681
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12682
12682
  "arguments": [
12683
12683
  {
@@ -12688,7 +12688,7 @@
12688
12688
  },
12689
12689
  {
12690
12690
  "name": "update:items-per-page",
12691
- "description": "",
12691
+ "description": "Emits when the **items-per-page** property of the **options** prop is updated",
12692
12692
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12693
12693
  "arguments": [
12694
12694
  {
@@ -12699,7 +12699,7 @@
12699
12699
  },
12700
12700
  {
12701
12701
  "name": "update:multi-sort",
12702
- "description": "",
12702
+ "description": "Emits when the **multi-sort** property of the **options** prop is updated",
12703
12703
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12704
12704
  "arguments": [
12705
12705
  {
@@ -12710,7 +12710,7 @@
12710
12710
  },
12711
12711
  {
12712
12712
  "name": "update:must-sort",
12713
- "description": "",
12713
+ "description": "Emits when the **must-sort** property of the **options** prop is updated",
12714
12714
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12715
12715
  "arguments": [
12716
12716
  {
@@ -12721,7 +12721,7 @@
12721
12721
  },
12722
12722
  {
12723
12723
  "name": "update:options",
12724
- "description": "",
12724
+ "description": "Emits when one of the **options** properties is updated",
12725
12725
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12726
12726
  "arguments": [
12727
12727
  {
@@ -12732,7 +12732,7 @@
12732
12732
  },
12733
12733
  {
12734
12734
  "name": "update:page",
12735
- "description": "",
12735
+ "description": "Emits when the **page** property of the **options** prop is updated",
12736
12736
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12737
12737
  "arguments": [
12738
12738
  {
@@ -12743,7 +12743,7 @@
12743
12743
  },
12744
12744
  {
12745
12745
  "name": "update:sort-by",
12746
- "description": "",
12746
+ "description": "Emits when the **sort-by** property of the **options** prop is updated",
12747
12747
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12748
12748
  "arguments": [
12749
12749
  {
@@ -12754,7 +12754,7 @@
12754
12754
  },
12755
12755
  {
12756
12756
  "name": "update:sort-desc",
12757
- "description": "",
12757
+ "description": "Emits when the **sort-desc** property of the **options** prop is updated",
12758
12758
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#events",
12759
12759
  "arguments": [
12760
12760
  {
@@ -13850,7 +13850,7 @@
13850
13850
  },
13851
13851
  {
13852
13852
  "name": "color",
13853
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
13853
+ "description": "Applies specified color to the control - it can be 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).",
13854
13854
  "doc-url": "https://www.vuetifyjs.com/api/v-date-picker#props",
13855
13855
  "default": "undefined",
13856
13856
  "value": {
@@ -15120,7 +15120,7 @@
15120
15120
  "attributes": [
15121
15121
  {
15122
15122
  "name": "color",
15123
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
15123
+ "description": "Applies specified color to the control - it can be 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).",
15124
15124
  "doc-url": "https://www.vuetifyjs.com/api/v-expansion-panel-header#props",
15125
15125
  "default": "undefined",
15126
15126
  "value": {
@@ -15221,7 +15221,7 @@
15221
15221
  "attributes": [
15222
15222
  {
15223
15223
  "name": "color",
15224
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
15224
+ "description": "Applies specified color to the control - it can be 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).",
15225
15225
  "doc-url": "https://www.vuetifyjs.com/api/v-expansion-panel-content#props",
15226
15226
  "default": "undefined",
15227
15227
  "value": {
@@ -15338,7 +15338,7 @@
15338
15338
  },
15339
15339
  {
15340
15340
  "name": "color",
15341
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
15341
+ "description": "Applies specified color to the control - it can be 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).",
15342
15342
  "doc-url": "https://www.vuetifyjs.com/api/v-file-input#props",
15343
15343
  "default": "undefined",
15344
15344
  "value": {
@@ -16146,7 +16146,7 @@
16146
16146
  },
16147
16147
  {
16148
16148
  "name": "color",
16149
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
16149
+ "description": "Applies specified color to the control - it can be 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).",
16150
16150
  "doc-url": "https://www.vuetifyjs.com/api/v-footer#props",
16151
16151
  "default": "undefined",
16152
16152
  "value": {
@@ -17461,7 +17461,7 @@
17461
17461
  "attributes": [
17462
17462
  {
17463
17463
  "name": "color",
17464
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
17464
+ "description": "Applies specified color to the control - it can be 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).",
17465
17465
  "doc-url": "https://www.vuetifyjs.com/api/v-icon#props",
17466
17466
  "default": "undefined",
17467
17467
  "value": {
@@ -17950,7 +17950,7 @@
17950
17950
  },
17951
17951
  {
17952
17952
  "name": "color",
17953
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
17953
+ "description": "Applies specified color to the control - it can be 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).",
17954
17954
  "doc-url": "https://www.vuetifyjs.com/api/v-input#props",
17955
17955
  "default": "undefined",
17956
17956
  "value": {
@@ -18724,7 +18724,7 @@
18724
18724
  "attributes": [
18725
18725
  {
18726
18726
  "name": "color",
18727
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
18727
+ "description": "Applies specified color to the control - it can be 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).",
18728
18728
  "doc-url": "https://www.vuetifyjs.com/api/v-list#props",
18729
18729
  "default": "undefined",
18730
18730
  "value": {
@@ -19032,7 +19032,7 @@
19032
19032
  },
19033
19033
  {
19034
19034
  "name": "color",
19035
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
19035
+ "description": "Applies specified color to the control - it can be 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).",
19036
19036
  "doc-url": "https://www.vuetifyjs.com/api/v-list-group#props",
19037
19037
  "default": "'primary'",
19038
19038
  "value": {
@@ -19523,7 +19523,7 @@
19523
19523
  "attributes": [
19524
19524
  {
19525
19525
  "name": "color",
19526
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
19526
+ "description": "Applies specified color to the control - it can be 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).",
19527
19527
  "doc-url": "https://www.vuetifyjs.com/api/v-list-item-avatar#props",
19528
19528
  "default": "undefined",
19529
19529
  "value": {
@@ -19736,7 +19736,7 @@
19736
19736
  },
19737
19737
  {
19738
19738
  "name": "color",
19739
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
19739
+ "description": "Applies specified color to the control - it can be 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).",
19740
19740
  "doc-url": "https://www.vuetifyjs.com/api/v-list-item-group#props",
19741
19741
  "default": "undefined",
19742
19742
  "value": {
@@ -20474,7 +20474,7 @@
20474
20474
  },
20475
20475
  {
20476
20476
  "name": "color",
20477
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
20477
+ "description": "Applies specified color to the control - it can be 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).",
20478
20478
  "doc-url": "https://www.vuetifyjs.com/api/v-navigation-drawer#props",
20479
20479
  "default": "undefined",
20480
20480
  "value": {
@@ -20943,7 +20943,7 @@
20943
20943
  },
20944
20944
  {
20945
20945
  "name": "color",
20946
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
20946
+ "description": "Applies specified color to the control - it can be 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).",
20947
20947
  "doc-url": "https://www.vuetifyjs.com/api/v-overflow-btn#props",
20948
20948
  "default": "undefined",
20949
20949
  "value": {
@@ -21988,7 +21988,7 @@
21988
21988
  },
21989
21989
  {
21990
21990
  "name": "color",
21991
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
21991
+ "description": "Applies specified color to the control - it can be 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).",
21992
21992
  "doc-url": "https://www.vuetifyjs.com/api/v-overlay#props",
21993
21993
  "default": "'#212121'",
21994
21994
  "value": {
@@ -22090,7 +22090,7 @@
22090
22090
  },
22091
22091
  {
22092
22092
  "name": "color",
22093
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
22093
+ "description": "Applies specified color to the control - it can be 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).",
22094
22094
  "doc-url": "https://www.vuetifyjs.com/api/v-pagination#props",
22095
22095
  "default": "undefined",
22096
22096
  "value": {
@@ -22287,7 +22287,7 @@
22287
22287
  "attributes": [
22288
22288
  {
22289
22289
  "name": "color",
22290
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
22290
+ "description": "Applies specified color to the control - it can be 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).",
22291
22291
  "doc-url": "https://www.vuetifyjs.com/api/v-sheet#props",
22292
22292
  "default": "undefined",
22293
22293
  "value": {
@@ -22566,7 +22566,7 @@
22566
22566
  },
22567
22567
  {
22568
22568
  "name": "color",
22569
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
22569
+ "description": "Applies specified color to the control - it can be 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).",
22570
22570
  "doc-url": "https://www.vuetifyjs.com/api/v-progress-circular#props",
22571
22571
  "default": "undefined",
22572
22572
  "value": {
@@ -22737,7 +22737,7 @@
22737
22737
  },
22738
22738
  {
22739
22739
  "name": "color",
22740
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
22740
+ "description": "Applies specified color to the control - it can be 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).",
22741
22741
  "doc-url": "https://www.vuetifyjs.com/api/v-progress-linear#props",
22742
22742
  "default": "'primary'",
22743
22743
  "value": {
@@ -23382,7 +23382,7 @@
23382
23382
  },
23383
23383
  {
23384
23384
  "name": "color",
23385
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
23385
+ "description": "Applies specified color to the control - it can be 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).",
23386
23386
  "doc-url": "https://www.vuetifyjs.com/api/v-radio#props",
23387
23387
  "default": "undefined",
23388
23388
  "value": {
@@ -23648,7 +23648,7 @@
23648
23648
  },
23649
23649
  {
23650
23650
  "name": "color",
23651
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
23651
+ "description": "Applies specified color to the control - it can be 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).",
23652
23652
  "doc-url": "https://www.vuetifyjs.com/api/v-range-slider#props",
23653
23653
  "default": "undefined",
23654
23654
  "value": {
@@ -24286,7 +24286,7 @@
24286
24286
  },
24287
24287
  {
24288
24288
  "name": "color",
24289
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
24289
+ "description": "Applies specified color to the control - it can be 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).",
24290
24290
  "doc-url": "https://www.vuetifyjs.com/api/v-rating#props",
24291
24291
  "default": "'primary'",
24292
24292
  "value": {
@@ -24796,7 +24796,7 @@
24796
24796
  },
24797
24797
  {
24798
24798
  "name": "color",
24799
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
24799
+ "description": "Applies specified color to the control - it can be 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).",
24800
24800
  "doc-url": "https://www.vuetifyjs.com/api/v-select#props",
24801
24801
  "default": "undefined",
24802
24802
  "value": {
@@ -25985,7 +25985,7 @@
25985
25985
  },
25986
25986
  {
25987
25987
  "name": "color",
25988
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
25988
+ "description": "Applies specified color to the control - it can be 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).",
25989
25989
  "doc-url": "https://www.vuetifyjs.com/api/v-slider#props",
25990
25990
  "default": "undefined",
25991
25991
  "value": {
@@ -26896,7 +26896,7 @@
26896
26896
  },
26897
26897
  {
26898
26898
  "name": "color",
26899
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
26899
+ "description": "Applies specified color to the control - it can be 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).",
26900
26900
  "doc-url": "https://www.vuetifyjs.com/api/v-snackbar#props",
26901
26901
  "default": "undefined",
26902
26902
  "value": {
@@ -27275,7 +27275,7 @@
27275
27275
  },
27276
27276
  {
27277
27277
  "name": "color",
27278
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
27278
+ "description": "Applies specified color to the control - it can be 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).",
27279
27279
  "doc-url": "https://www.vuetifyjs.com/api/v-sparkline#props",
27280
27280
  "default": "'primary'",
27281
27281
  "value": {
@@ -27625,7 +27625,7 @@
27625
27625
  },
27626
27626
  {
27627
27627
  "name": "color",
27628
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
27628
+ "description": "Applies specified color to the control - it can be 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).",
27629
27629
  "doc-url": "https://www.vuetifyjs.com/api/v-stepper#props",
27630
27630
  "default": "undefined",
27631
27631
  "value": {
@@ -27918,7 +27918,7 @@
27918
27918
  "attributes": [
27919
27919
  {
27920
27920
  "name": "color",
27921
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
27921
+ "description": "Applies specified color to the control - it can be 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).",
27922
27922
  "doc-url": "https://www.vuetifyjs.com/api/v-stepper-step#props",
27923
27923
  "default": "'primary'",
27924
27924
  "value": {
@@ -28158,7 +28158,7 @@
28158
28158
  },
28159
28159
  {
28160
28160
  "name": "color",
28161
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
28161
+ "description": "Applies specified color to the control - it can be 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).",
28162
28162
  "doc-url": "https://www.vuetifyjs.com/api/v-switch#props",
28163
28163
  "default": "undefined",
28164
28164
  "value": {
@@ -28632,7 +28632,7 @@
28632
28632
  },
28633
28633
  {
28634
28634
  "name": "color",
28635
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
28635
+ "description": "Applies specified color to the control - it can be 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).",
28636
28636
  "doc-url": "https://www.vuetifyjs.com/api/v-system-bar#props",
28637
28637
  "default": "undefined",
28638
28638
  "value": {
@@ -28780,7 +28780,7 @@
28780
28780
  },
28781
28781
  {
28782
28782
  "name": "color",
28783
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
28783
+ "description": "Applies specified color to the control - it can be 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).",
28784
28784
  "doc-url": "https://www.vuetifyjs.com/api/v-tabs#props",
28785
28785
  "default": "undefined",
28786
28786
  "value": {
@@ -29574,7 +29574,7 @@
29574
29574
  "attributes": [
29575
29575
  {
29576
29576
  "name": "color",
29577
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
29577
+ "description": "Applies specified color to the control - it can be 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).",
29578
29578
  "doc-url": "https://www.vuetifyjs.com/api/v-tabs-slider#props",
29579
29579
  "default": "undefined",
29580
29580
  "value": {
@@ -29674,7 +29674,7 @@
29674
29674
  },
29675
29675
  {
29676
29676
  "name": "color",
29677
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
29677
+ "description": "Applies specified color to the control - it can be 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).",
29678
29678
  "doc-url": "https://www.vuetifyjs.com/api/v-textarea#props",
29679
29679
  "default": "undefined",
29680
29680
  "value": {
@@ -30468,7 +30468,7 @@
30468
30468
  },
30469
30469
  {
30470
30470
  "name": "color",
30471
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
30471
+ "description": "Applies specified color to the control - it can be 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).",
30472
30472
  "doc-url": "https://www.vuetifyjs.com/api/v-text-field#props",
30473
30473
  "default": "undefined",
30474
30474
  "value": {
@@ -31291,7 +31291,7 @@
31291
31291
  "attributes": [
31292
31292
  {
31293
31293
  "name": "color",
31294
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
31294
+ "description": "Applies specified color to the control - it can be 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).",
31295
31295
  "doc-url": "https://www.vuetifyjs.com/api/v-timeline-item#props",
31296
31296
  "default": "'primary'",
31297
31297
  "value": {
@@ -31344,7 +31344,7 @@
31344
31344
  },
31345
31345
  {
31346
31346
  "name": "icon-color",
31347
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
31347
+ "description": "Applies specified color to the control - it can be 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).",
31348
31348
  "doc-url": "https://www.vuetifyjs.com/api/v-timeline-item#props",
31349
31349
  "default": "undefined",
31350
31350
  "value": {
@@ -31492,7 +31492,7 @@
31492
31492
  },
31493
31493
  {
31494
31494
  "name": "color",
31495
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
31495
+ "description": "Applies specified color to the control - it can be 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).",
31496
31496
  "doc-url": "https://www.vuetifyjs.com/api/v-time-picker#props",
31497
31497
  "default": "undefined",
31498
31498
  "value": {
@@ -31811,7 +31811,7 @@
31811
31811
  },
31812
31812
  {
31813
31813
  "name": "color",
31814
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
31814
+ "description": "Applies specified color to the control - it can be 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).",
31815
31815
  "doc-url": "https://www.vuetifyjs.com/api/v-toolbar#props",
31816
31816
  "default": "undefined",
31817
31817
  "value": {
@@ -32231,7 +32231,7 @@
32231
32231
  },
32232
32232
  {
32233
32233
  "name": "color",
32234
- "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find list of built in classes on the [colors page](/styles/colors#material-colors).",
32234
+ "description": "Applies specified color to the control - it can be 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).",
32235
32235
  "doc-url": "https://www.vuetifyjs.com/api/v-tooltip#props",
32236
32236
  "default": "undefined",
32237
32237
  "value": {