vuetify 2.3.14 → 2.3.15

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 (201) hide show
  1. package/dist/json/attributes.json +16 -16
  2. package/dist/json/web-types.json +131 -61
  3. package/dist/vuetify.css +0 -2
  4. package/dist/vuetify.css.map +1 -1
  5. package/dist/vuetify.js +137 -112
  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/VCalendar/VCalendar.js +1 -1
  10. package/es5/components/VCalendar/VCalendar.js.map +1 -1
  11. package/es5/components/VCalendar/util/events.js.map +1 -1
  12. package/es5/components/VCalendar/util/timestamp.js.map +1 -1
  13. package/es5/components/VColorPicker/VColorPickerEdit.js +36 -42
  14. package/es5/components/VColorPicker/VColorPickerEdit.js.map +1 -1
  15. package/es5/components/VData/VData.js +1 -2
  16. package/es5/components/VData/VData.js.map +1 -1
  17. package/es5/components/VDataIterator/VDataIterator.js +1 -1
  18. package/es5/components/VDataIterator/VDataIterator.js.map +1 -1
  19. package/es5/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
  20. package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
  21. package/es5/components/VDatePicker/VDatePicker.js +1 -3
  22. package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
  23. package/es5/components/VList/VListItem.js +1 -1
  24. package/es5/components/VList/VListItem.js.map +1 -1
  25. package/es5/components/VMenu/VMenu.js +4 -4
  26. package/es5/components/VMenu/VMenu.js.map +1 -1
  27. package/es5/components/VNavigationDrawer/VNavigationDrawer.js +6 -7
  28. package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  29. package/es5/components/VOverflowBtn/VOverflowBtn.js +1 -1
  30. package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
  31. package/es5/components/VSelect/VSelect.js +1 -0
  32. package/es5/components/VSelect/VSelect.js.map +1 -1
  33. package/es5/components/VSlider/VSlider.js +1 -2
  34. package/es5/components/VSlider/VSlider.js.map +1 -1
  35. package/es5/components/VTextField/VTextField.js +12 -4
  36. package/es5/components/VTextField/VTextField.js.map +1 -1
  37. package/es5/components/VWindow/VWindow.js +3 -3
  38. package/es5/components/VWindow/VWindow.js.map +1 -1
  39. package/es5/components/transitions/expand-transition.js.map +1 -1
  40. package/es5/directives/ripple/index.js +3 -3
  41. package/es5/directives/ripple/index.js.map +1 -1
  42. package/es5/framework.js +1 -1
  43. package/es5/install.js +1 -1
  44. package/es5/install.js.map +1 -1
  45. package/es5/locale/ca.js +1 -1
  46. package/es5/locale/ca.js.map +1 -1
  47. package/es5/locale/fr.js +2 -2
  48. package/es5/locale/fr.js.map +1 -1
  49. package/es5/locale/it.js +3 -3
  50. package/es5/locale/it.js.map +1 -1
  51. package/es5/mixins/groupable/index.js +1 -1
  52. package/es5/mixins/groupable/index.js.map +1 -1
  53. package/es5/mixins/proxyable/index.js +1 -1
  54. package/es5/mixins/proxyable/index.js.map +1 -1
  55. package/es5/mixins/themeable/index.js +9 -10
  56. package/es5/mixins/themeable/index.js.map +1 -1
  57. package/es5/mixins/toggleable/index.js +1 -1
  58. package/es5/mixins/toggleable/index.js.map +1 -1
  59. package/es5/services/goto/index.js +0 -1
  60. package/es5/services/goto/index.js.map +1 -1
  61. package/es5/services/icons/presets/mdi.js +1 -1
  62. package/es5/services/icons/presets/mdi.js.map +1 -1
  63. package/es5/services/theme/index.js +3 -2
  64. package/es5/services/theme/index.js.map +1 -1
  65. package/es5/util/helpers.js +3 -3
  66. package/es5/util/helpers.js.map +1 -1
  67. package/lib/components/VCalendar/VCalendar.js +1 -1
  68. package/lib/components/VCalendar/VCalendar.js.map +1 -1
  69. package/lib/components/VCalendar/util/events.js.map +1 -1
  70. package/lib/components/VCalendar/util/timestamp.js.map +1 -1
  71. package/lib/components/VColorPicker/VColorPickerEdit.js +31 -37
  72. package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
  73. package/lib/components/VData/VData.js +1 -2
  74. package/lib/components/VData/VData.js.map +1 -1
  75. package/lib/components/VDataIterator/VDataIterator.js +1 -1
  76. package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
  77. package/lib/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
  78. package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
  79. package/lib/components/VDatePicker/VDatePicker.js +1 -3
  80. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  81. package/lib/components/VList/VListItem.js +1 -1
  82. package/lib/components/VList/VListItem.js.map +1 -1
  83. package/lib/components/VMenu/VMenu.js +4 -4
  84. package/lib/components/VMenu/VMenu.js.map +1 -1
  85. package/lib/components/VNavigationDrawer/VNavigationDrawer.js +6 -7
  86. package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  87. package/lib/components/VOverflowBtn/VOverflowBtn.js +1 -1
  88. package/lib/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
  89. package/lib/components/VSelect/VSelect.js +1 -0
  90. package/lib/components/VSelect/VSelect.js.map +1 -1
  91. package/lib/components/VSlider/VSlider.js +1 -2
  92. package/lib/components/VSlider/VSlider.js.map +1 -1
  93. package/lib/components/VTextField/VTextField.js +4 -4
  94. package/lib/components/VTextField/VTextField.js.map +1 -1
  95. package/lib/components/VWindow/VWindow.js +3 -3
  96. package/lib/components/VWindow/VWindow.js.map +1 -1
  97. package/lib/components/transitions/expand-transition.js.map +1 -1
  98. package/lib/directives/ripple/index.js +3 -3
  99. package/lib/directives/ripple/index.js.map +1 -1
  100. package/lib/framework.js +1 -1
  101. package/lib/install.js +4 -1
  102. package/lib/install.js.map +1 -1
  103. package/lib/locale/ca.js +1 -1
  104. package/lib/locale/ca.js.map +1 -1
  105. package/lib/locale/fr.js +2 -2
  106. package/lib/locale/fr.js.map +1 -1
  107. package/lib/locale/it.js +3 -3
  108. package/lib/locale/it.js.map +1 -1
  109. package/lib/mixins/groupable/index.js +1 -1
  110. package/lib/mixins/groupable/index.js.map +1 -1
  111. package/lib/mixins/proxyable/index.js +1 -1
  112. package/lib/mixins/proxyable/index.js.map +1 -1
  113. package/lib/mixins/themeable/index.js +9 -9
  114. package/lib/mixins/themeable/index.js.map +1 -1
  115. package/lib/mixins/toggleable/index.js +1 -1
  116. package/lib/mixins/toggleable/index.js.map +1 -1
  117. package/lib/services/goto/index.js +0 -1
  118. package/lib/services/goto/index.js.map +1 -1
  119. package/lib/services/icons/presets/mdi.js +1 -1
  120. package/lib/services/icons/presets/mdi.js.map +1 -1
  121. package/lib/services/theme/index.js +3 -2
  122. package/lib/services/theme/index.js.map +1 -1
  123. package/lib/util/helpers.js +3 -3
  124. package/lib/util/helpers.js.map +1 -1
  125. package/package.json +10 -11
  126. package/src/components/VAppBar/__tests__/VAppBar.spec.ts +1 -1
  127. package/src/components/VAutocomplete/__tests__/VAutocomplete2.spec.ts +1 -1
  128. package/src/components/VBanner/__tests__/VBanner.spec.ts +4 -4
  129. package/src/components/VCalendar/VCalendar.ts +1 -1
  130. package/src/components/VCalendar/mixins/__tests__/calendar-with-events.spec.ts +0 -1
  131. package/src/components/VCalendar/util/__tests__/events.spec.ts +1 -1
  132. package/src/components/VCalendar/util/__tests__/timestamp.spec.ts +6 -6
  133. package/src/components/VCalendar/util/events.ts +1 -1
  134. package/src/components/VCalendar/util/timestamp.ts +2 -2
  135. package/src/components/VColorPicker/VColorPickerEdit.ts +35 -38
  136. package/src/components/VColorPicker/__tests__/VColorPicker.spec.ts +2 -11
  137. package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +0 -154
  138. package/src/components/VData/VData.ts +1 -3
  139. package/src/components/VDataIterator/VDataIterator.ts +1 -1
  140. package/src/components/VDataTable/VDataTableHeaderDesktop.ts +1 -1
  141. package/src/components/VDataTable/__tests__/VDataTable.spec.ts +2 -0
  142. package/src/components/VDataTable/__tests__/VDataTableHeader.spec.ts +1 -1
  143. package/src/components/VDataTable/__tests__/VEditDialog.spec.ts +1 -1
  144. package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +238 -0
  145. package/src/components/VDatePicker/VDatePicker.ts +4 -3
  146. package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +7 -5
  147. package/src/components/VDialog/__tests__/VDialog.spec.ts +4 -0
  148. package/src/components/VExpansionPanel/__tests__/VExpansionPanel.spec.ts +4 -4
  149. package/src/components/VForm/__tests__/VForm.spec.ts +12 -62
  150. package/src/components/VGrid/__tests__/VCol.spec.ts +2 -2
  151. package/src/components/VHover/__tests__/VHover.spec.ts +7 -13
  152. package/src/components/VList/VListItem.ts +2 -2
  153. package/src/components/VMenu/VMenu.ts +5 -5
  154. package/src/components/VNavigationDrawer/VNavigationDrawer.ts +7 -9
  155. package/src/components/VNavigationDrawer/__tests__/VNavigationDrawer.spec.ts +34 -22
  156. package/src/components/VOverflowBtn/VOverflowBtn.ts +1 -1
  157. package/src/components/VProgressLinear/VProgressLinear.sass +0 -2
  158. package/src/components/VProgressLinear/__tests__/VProgressLinear.spec.ts +1 -0
  159. package/src/components/VProgressLinear/__tests__/__snapshots__/VProgressLinear.spec.ts.snap +1 -1
  160. package/src/components/VRadioGroup/__tests__/VRadio.spec.ts +0 -15
  161. package/src/components/VRadioGroup/__tests__/__snapshots__/VRadio.spec.ts.snap +3 -3
  162. package/src/components/VRating/__tests__/VRating.spec.ts +1 -1
  163. package/src/components/VSelect/VSelect.ts +1 -0
  164. package/src/components/VSlideGroup/__tests__/VSlideGroup.spec.ts +1 -1
  165. package/src/components/VSlider/VSlider.ts +1 -3
  166. package/src/components/VSnackbar/__tests__/VSnackbar.spec.ts +0 -15
  167. package/src/components/VTextField/VTextField.ts +4 -4
  168. package/src/components/VTextField/__tests__/VTextField.spec.ts +1 -0
  169. package/src/components/VTextarea/__tests__/VTextarea.spec.ts +1 -1
  170. package/src/components/VTreeview/__tests__/VTreeview.spec.ts +23 -19
  171. package/src/components/VVirtualScroll/__tests__/VVirtualScroll.spec.ts +1 -1
  172. package/src/components/VWindow/VWindow.ts +2 -2
  173. package/src/components/VWindow/__tests__/VWindow.spec.ts +1 -1
  174. package/src/components/transitions/expand-transition.ts +4 -4
  175. package/src/directives/intersect/__tests__/intersect.spec.ts +2 -2
  176. package/src/directives/ripple/__tests__/ripple.spec.ts +4 -4
  177. package/src/directives/ripple/index.ts +3 -3
  178. package/src/directives/touch/__tests__/touch.spec.ts +1 -1
  179. package/src/install.ts +4 -1
  180. package/src/locale/ca.ts +1 -1
  181. package/src/locale/fr.ts +2 -2
  182. package/src/locale/it.ts +3 -3
  183. package/src/mixins/activatable/__tests__/activatable.spec.ts +1 -1
  184. package/src/mixins/detachable/__tests__/detachable.spec.ts +0 -26
  185. package/src/mixins/groupable/index.ts +1 -2
  186. package/src/mixins/proxyable/index.ts +1 -2
  187. package/src/mixins/scrollable/__tests__/scrollable.spec.ts +1 -1
  188. package/src/mixins/themeable/index.ts +11 -12
  189. package/src/mixins/toggleable/index.ts +1 -2
  190. package/src/mixins/validatable/__tests__/validatable.spec.ts +1 -1
  191. package/src/services/application/__tests__/application.spec.ts +1 -1
  192. package/src/services/goto/__tests__/goto.spec.ts +1 -1
  193. package/src/services/goto/index.ts +0 -1
  194. package/src/services/icons/__tests__/__snapshots__/icons.spec.ts.snap +1 -1
  195. package/src/services/icons/presets/mdi.ts +1 -1
  196. package/src/services/theme/__tests__/theme.spec.ts +2 -2
  197. package/src/services/theme/index.ts +2 -2
  198. package/src/util/__tests__/helpers.spec.ts +1 -1
  199. package/src/util/helpers.ts +7 -3
  200. package/types/index.d.ts +1 -0
  201. package/src/mixins/groupable/__tests__/groupable.spec.ts +0 -5
@@ -513,7 +513,7 @@
513
513
  },
514
514
  "v-autocomplete/rules": {
515
515
  "type": "array",
516
- "description": "Accepts an array of functions that take an input value as an argument and return either `true` / `false` or a `string` with an error message"
516
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
517
517
  },
518
518
  "v-autocomplete/search-input": {
519
519
  "type": "string",
@@ -1793,7 +1793,7 @@
1793
1793
  },
1794
1794
  "v-card/img": {
1795
1795
  "type": "string",
1796
- "description": "Specifies an image background for the card. For more advanced implementations, it is recommended that you use the [v-img](/components/images) component. You can find a [v-img example here](#media-with-text)."
1796
+ "description": "Specifies an image background for the card. For more advanced implementations, it is recommended that you use the [v-img](/components/images) component. You can find a [v-img example here](/components/cards/#media-with-text)."
1797
1797
  },
1798
1798
  "v-card/light": {
1799
1799
  "type": "boolean",
@@ -2149,7 +2149,7 @@
2149
2149
  },
2150
2150
  "v-checkbox/rules": {
2151
2151
  "type": "array",
2152
- "description": "Accepts an array of functions that take an input value as an argument and return either `true` / `false` or a `string` with an error message"
2152
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
2153
2153
  },
2154
2154
  "v-checkbox/success": {
2155
2155
  "type": "boolean",
@@ -2705,7 +2705,7 @@
2705
2705
  },
2706
2706
  "v-combobox/rules": {
2707
2707
  "type": "array",
2708
- "description": "Accepts an array of functions that take an input value as an argument and return either `true` / `false` or a `string` with an error message"
2708
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
2709
2709
  },
2710
2710
  "v-combobox/search-input": {
2711
2711
  "type": "string",
@@ -3793,7 +3793,7 @@
3793
3793
  },
3794
3794
  "v-file-input/rules": {
3795
3795
  "type": "array",
3796
- "description": "Accepts an array of functions that take an input value as an argument and return either `true` / `false` or a `string` with an error message"
3796
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
3797
3797
  },
3798
3798
  "v-file-input/shaped": {
3799
3799
  "type": "boolean",
@@ -4357,7 +4357,7 @@
4357
4357
  },
4358
4358
  "v-img/options": {
4359
4359
  "type": "object",
4360
- "description": ""
4360
+ "description": "Options that are passed to the [Intersection observer](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API) constructor."
4361
4361
  },
4362
4362
  "v-img/position": {
4363
4363
  "type": "string",
@@ -4465,7 +4465,7 @@
4465
4465
  },
4466
4466
  "v-input/rules": {
4467
4467
  "type": "array",
4468
- "description": "Accepts an array of functions that take an input value as an argument and return either `true` / `false` or a `string` with an error message"
4468
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
4469
4469
  },
4470
4470
  "v-input/success": {
4471
4471
  "type": "boolean",
@@ -5405,7 +5405,7 @@
5405
5405
  },
5406
5406
  "v-overflow-btn/rules": {
5407
5407
  "type": "array",
5408
- "description": "Accepts an array of functions that take an input value as an argument and return either `true` / `false` or a `string` with an error message"
5408
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
5409
5409
  },
5410
5410
  "v-overflow-btn/search-input": {
5411
5411
  "type": "string",
@@ -5829,7 +5829,7 @@
5829
5829
  },
5830
5830
  "v-radio-group/rules": {
5831
5831
  "type": "array",
5832
- "description": "Accepts an array of functions that take an input value as an argument and return either `true` / `false` or a `string` with an error message"
5832
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
5833
5833
  },
5834
5834
  "v-radio-group/success": {
5835
5835
  "type": "boolean",
@@ -6001,7 +6001,7 @@
6001
6001
  },
6002
6002
  "v-range-slider/rules": {
6003
6003
  "type": "array",
6004
- "description": "Accepts an array of functions that take an input value as an argument and return either `true` / `false` or a `string` with an error message"
6004
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
6005
6005
  },
6006
6006
  "v-range-slider/step": {
6007
6007
  "type": "number|string",
@@ -6389,7 +6389,7 @@
6389
6389
  },
6390
6390
  "v-select/rules": {
6391
6391
  "type": "array",
6392
- "description": "Accepts an array of functions that take an input value as an argument and return either `true` / `false` or a `string` with an error message"
6392
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
6393
6393
  },
6394
6394
  "v-select/shaped": {
6395
6395
  "type": "boolean",
@@ -6597,7 +6597,7 @@
6597
6597
  },
6598
6598
  "v-slider/rules": {
6599
6599
  "type": "array",
6600
- "description": "Accepts an array of functions that take an input value as an argument and return either `true` / `false` or a `string` with an error message"
6600
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
6601
6601
  },
6602
6602
  "v-slider/step": {
6603
6603
  "type": "number|string",
@@ -7005,7 +7005,7 @@
7005
7005
  },
7006
7006
  "v-stepper-step/rules": {
7007
7007
  "type": "array",
7008
- "description": "Accepts an array of functions that take an input value as an argument and return either `true` / `false` or a `string` with an error message"
7008
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
7009
7009
  },
7010
7010
  "v-stepper-step/step": {
7011
7011
  "type": "number|string",
@@ -7125,7 +7125,7 @@
7125
7125
  },
7126
7126
  "v-switch/rules": {
7127
7127
  "type": "array",
7128
- "description": "Accepts an array of functions that take an input value as an argument and return either `true` / `false` or a `string` with an error message"
7128
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
7129
7129
  },
7130
7130
  "v-switch/success": {
7131
7131
  "type": "boolean",
@@ -7597,7 +7597,7 @@
7597
7597
  },
7598
7598
  "v-textarea/rules": {
7599
7599
  "type": "array",
7600
- "description": "Accepts an array of functions that take an input value as an argument and return either `true` / `false` or a `string` with an error message"
7600
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
7601
7601
  },
7602
7602
  "v-textarea/shaped": {
7603
7603
  "type": "boolean",
@@ -7785,7 +7785,7 @@
7785
7785
  },
7786
7786
  "v-text-field/rules": {
7787
7787
  "type": "array",
7788
- "description": "Accepts an array of functions that take an input value as an argument and return either `true` / `false` or a `string` with an error message"
7788
+ "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`"
7789
7789
  },
7790
7790
  "v-text-field/shaped": {
7791
7791
  "type": "boolean",