vuetify 2.5.14 → 2.6.2

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 (237) hide show
  1. package/dist/json/attributes.json +196 -0
  2. package/dist/json/tags.json +88 -20
  3. package/dist/json/web-types.json +721 -141
  4. package/dist/vuetify.css +165 -5
  5. package/dist/vuetify.css.map +1 -1
  6. package/dist/vuetify.js +966 -333
  7. package/dist/vuetify.js.map +1 -1
  8. package/dist/vuetify.min.css +2 -2
  9. package/dist/vuetify.min.js +2 -2
  10. package/es5/components/VAutocomplete/VAutocomplete.js +1 -0
  11. package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
  12. package/es5/components/VBanner/VBanner.js +3 -2
  13. package/es5/components/VBanner/VBanner.js.map +1 -1
  14. package/es5/components/VBottomNavigation/VBottomNavigation.js +10 -2
  15. package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
  16. package/es5/components/VBottomSheet/VBottomSheet.js +1 -4
  17. package/es5/components/VBottomSheet/VBottomSheet.js.map +1 -1
  18. package/es5/components/VCalendar/VCalendar.js +2 -2
  19. package/es5/components/VCalendar/VCalendar.js.map +1 -1
  20. package/es5/components/VCalendar/VCalendarDaily.js +16 -8
  21. package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
  22. package/es5/components/VCalendar/VCalendarWeekly.js +14 -10
  23. package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
  24. package/es5/components/VCalendar/mixins/calendar-with-events.js +19 -20
  25. package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  26. package/es5/components/VCalendar/mixins/mouse.js +13 -4
  27. package/es5/components/VCalendar/mixins/mouse.js.map +1 -1
  28. package/es5/components/VCombobox/VCombobox.js +1 -1
  29. package/es5/components/VCombobox/VCombobox.js.map +1 -1
  30. package/es5/components/VDataTable/MobileRow.js +2 -2
  31. package/es5/components/VDataTable/MobileRow.js.map +1 -1
  32. package/es5/components/VDataTable/Row.js +25 -9
  33. package/es5/components/VDataTable/Row.js.map +1 -1
  34. package/es5/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
  35. package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
  36. package/es5/components/VDatePicker/mixins/date-picker-table.js +13 -3
  37. package/es5/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
  38. package/es5/components/VDialog/VDialog.js +4 -10
  39. package/es5/components/VDialog/VDialog.js.map +1 -1
  40. package/es5/components/VInput/VInput.js +3 -1
  41. package/es5/components/VInput/VInput.js.map +1 -1
  42. package/es5/components/VItemGroup/VItemGroup.js +8 -4
  43. package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
  44. package/es5/components/VMenu/VMenu.js +0 -4
  45. package/es5/components/VMenu/VMenu.js.map +1 -1
  46. package/es5/components/VNavigationDrawer/VNavigationDrawer.js +7 -11
  47. package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  48. package/es5/components/VOtpInput/VOtpInput.js +377 -0
  49. package/es5/components/VOtpInput/VOtpInput.js.map +1 -0
  50. package/es5/components/VOtpInput/index.js +20 -0
  51. package/es5/components/VOtpInput/index.js.map +1 -0
  52. package/es5/components/VRadioGroup/VRadioGroup.js +1 -3
  53. package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
  54. package/es5/components/VSelect/VSelect.js +6 -1
  55. package/es5/components/VSelect/VSelect.js.map +1 -1
  56. package/es5/components/VSlideGroup/VSlideGroup.js +12 -4
  57. package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
  58. package/es5/components/VSnackbar/VSnackbar.js +4 -8
  59. package/es5/components/VSnackbar/VSnackbar.js.map +1 -1
  60. package/es5/components/VStepper/VStepperStep.js +12 -1
  61. package/es5/components/VStepper/VStepperStep.js.map +1 -1
  62. package/es5/components/VTabs/VTab.js +3 -2
  63. package/es5/components/VTabs/VTab.js.map +1 -1
  64. package/es5/components/VTooltip/VTooltip.js +14 -9
  65. package/es5/components/VTooltip/VTooltip.js.map +1 -1
  66. package/es5/components/VTreeview/VTreeview.js +2 -1
  67. package/es5/components/VTreeview/VTreeview.js.map +1 -1
  68. package/es5/components/VTreeview/VTreeviewNode.js +3 -1
  69. package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
  70. package/es5/components/index.js +13 -0
  71. package/es5/components/index.js.map +1 -1
  72. package/es5/directives/ripple/index.js +0 -7
  73. package/es5/directives/ripple/index.js.map +1 -1
  74. package/es5/framework.js +1 -1
  75. package/es5/locale/da.js +77 -0
  76. package/es5/locale/da.js.map +1 -0
  77. package/es5/locale/index.js +8 -0
  78. package/es5/locale/index.js.map +1 -1
  79. package/es5/locale/it.js +6 -6
  80. package/es5/locale/it.js.map +1 -1
  81. package/es5/mixins/activatable/index.js +6 -2
  82. package/es5/mixins/activatable/index.js.map +1 -1
  83. package/es5/mixins/menuable/index.js +9 -8
  84. package/es5/mixins/menuable/index.js.map +1 -1
  85. package/es5/mixins/routable/index.js +4 -7
  86. package/es5/mixins/routable/index.js.map +1 -1
  87. package/es5/services/application/index.js +1 -3
  88. package/es5/services/application/index.js.map +1 -1
  89. package/es5/util/helpers.js +13 -6
  90. package/es5/util/helpers.js.map +1 -1
  91. package/lib/components/VAutocomplete/VAutocomplete.js +1 -0
  92. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  93. package/lib/components/VBanner/VBanner.js +3 -2
  94. package/lib/components/VBanner/VBanner.js.map +1 -1
  95. package/lib/components/VBottomNavigation/VBottomNavigation.js +10 -2
  96. package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
  97. package/lib/components/VBottomSheet/VBottomSheet.js +1 -4
  98. package/lib/components/VBottomSheet/VBottomSheet.js.map +1 -1
  99. package/lib/components/VCalendar/VCalendar.js +2 -2
  100. package/lib/components/VCalendar/VCalendar.js.map +1 -1
  101. package/lib/components/VCalendar/VCalendarDaily.js +20 -8
  102. package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
  103. package/lib/components/VCalendar/VCalendarWeekly.js +10 -2
  104. package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
  105. package/lib/components/VCalendar/mixins/calendar-with-events.js +6 -3
  106. package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  107. package/lib/components/VCalendar/mixins/mouse.js +9 -4
  108. package/lib/components/VCalendar/mixins/mouse.js.map +1 -1
  109. package/lib/components/VCombobox/VCombobox.js +1 -1
  110. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  111. package/lib/components/VDataTable/MobileRow.js +2 -2
  112. package/lib/components/VDataTable/MobileRow.js.map +1 -1
  113. package/lib/components/VDataTable/Row.js +15 -8
  114. package/lib/components/VDataTable/Row.js.map +1 -1
  115. package/lib/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
  116. package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
  117. package/lib/components/VDatePicker/mixins/date-picker-table.js +12 -2
  118. package/lib/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
  119. package/lib/components/VDialog/VDialog.js +4 -10
  120. package/lib/components/VDialog/VDialog.js.map +1 -1
  121. package/lib/components/VInput/VInput.js +2 -0
  122. package/lib/components/VInput/VInput.js.map +1 -1
  123. package/lib/components/VItemGroup/VItemGroup.js +7 -5
  124. package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
  125. package/lib/components/VMenu/VMenu.js +0 -4
  126. package/lib/components/VMenu/VMenu.js.map +1 -1
  127. package/lib/components/VNavigationDrawer/VNavigationDrawer.js +3 -7
  128. package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
  129. package/lib/components/VOtpInput/VOtpInput.js +344 -0
  130. package/lib/components/VOtpInput/VOtpInput.js.map +1 -0
  131. package/lib/components/VOtpInput/index.js +4 -0
  132. package/lib/components/VOtpInput/index.js.map +1 -0
  133. package/lib/components/VRadioGroup/VRadioGroup.js +2 -4
  134. package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
  135. package/lib/components/VSelect/VSelect.js +6 -1
  136. package/lib/components/VSelect/VSelect.js.map +1 -1
  137. package/lib/components/VSlideGroup/VSlideGroup.js +13 -4
  138. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  139. package/lib/components/VSnackbar/VSnackbar.js +4 -8
  140. package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
  141. package/lib/components/VStepper/VStepperStep.js +12 -1
  142. package/lib/components/VStepper/VStepperStep.js.map +1 -1
  143. package/lib/components/VTabs/VTab.js +3 -2
  144. package/lib/components/VTabs/VTab.js.map +1 -1
  145. package/lib/components/VTooltip/VTooltip.js +14 -9
  146. package/lib/components/VTooltip/VTooltip.js.map +1 -1
  147. package/lib/components/VTreeview/VTreeview.js +2 -1
  148. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  149. package/lib/components/VTreeview/VTreeviewNode.js +3 -1
  150. package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
  151. package/lib/components/index.js +1 -0
  152. package/lib/components/index.js.map +1 -1
  153. package/lib/directives/ripple/index.js +0 -7
  154. package/lib/directives/ripple/index.js.map +1 -1
  155. package/lib/framework.js +1 -1
  156. package/lib/locale/da.js +70 -0
  157. package/lib/locale/da.js.map +1 -0
  158. package/lib/locale/index.js +1 -0
  159. package/lib/locale/index.js.map +1 -1
  160. package/lib/locale/it.js +6 -6
  161. package/lib/locale/it.js.map +1 -1
  162. package/lib/mixins/activatable/index.js +6 -2
  163. package/lib/mixins/activatable/index.js.map +1 -1
  164. package/lib/mixins/menuable/index.js +9 -8
  165. package/lib/mixins/menuable/index.js.map +1 -1
  166. package/lib/mixins/routable/index.js +5 -7
  167. package/lib/mixins/routable/index.js.map +1 -1
  168. package/lib/services/application/index.js +1 -3
  169. package/lib/services/application/index.js.map +1 -1
  170. package/lib/util/helpers.js +13 -6
  171. package/lib/util/helpers.js.map +1 -1
  172. package/package.json +2 -2
  173. package/src/components/VAutocomplete/VAutocomplete.ts +2 -0
  174. package/src/components/VAutocomplete/__tests__/VAutocomplete3.spec.ts +16 -0
  175. package/src/components/VBanner/VBanner.ts +16 -10
  176. package/src/components/VBottomNavigation/VBottomNavigation.ts +14 -2
  177. package/src/components/VBottomNavigation/__tests__/VBottomNavigation.spec.ts +9 -7
  178. package/src/components/VBottomSheet/VBottomSheet.ts +1 -4
  179. package/src/components/VCalendar/VCalendar.ts +3 -2
  180. package/src/components/VCalendar/VCalendarCategory.sass +67 -0
  181. package/src/components/VCalendar/VCalendarDaily.ts +9 -8
  182. package/src/components/VCalendar/VCalendarWeekly.ts +4 -2
  183. package/src/components/VCalendar/_variables.scss +4 -0
  184. package/src/components/VCalendar/mixins/calendar-with-events.ts +4 -3
  185. package/src/components/VCalendar/mixins/mouse.ts +10 -4
  186. package/src/components/VCombobox/VCombobox.ts +1 -1
  187. package/src/components/VCombobox/__tests__/VCombobox.spec.ts +2 -2
  188. package/src/components/VDataTable/MobileRow.ts +2 -2
  189. package/src/components/VDataTable/Row.ts +23 -16
  190. package/src/components/VDataTable/VDataTableHeaderDesktop.ts +1 -1
  191. package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +16 -0
  192. package/src/components/VDatePicker/__tests__/VDatePicker.month.spec.ts +16 -0
  193. package/src/components/VDatePicker/mixins/date-picker-table.ts +24 -2
  194. package/src/components/VDialog/VDialog.ts +4 -10
  195. package/src/components/VInput/VInput.sass +8 -0
  196. package/src/components/VInput/VInput.ts +2 -0
  197. package/src/components/VItemGroup/VItemGroup.ts +5 -3
  198. package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +19 -2
  199. package/src/components/VMenu/VMenu.ts +0 -4
  200. package/src/components/VNavigationDrawer/VNavigationDrawer.ts +3 -6
  201. package/src/components/VOtpInput/VOtpInput.sass +37 -0
  202. package/src/components/VOtpInput/VOtpInput.ts +324 -0
  203. package/src/components/VOtpInput/__tests__/VOtpInput.spec.ts +294 -0
  204. package/src/components/VOtpInput/_variables.scss +4 -0
  205. package/src/components/VOtpInput/index.ts +4 -0
  206. package/src/components/VRadioGroup/VRadioGroup.ts +0 -4
  207. package/src/components/VSelect/VSelect.ts +4 -0
  208. package/src/components/VSlideGroup/VSlideGroup.ts +21 -2
  209. package/src/components/VSnackbar/VSnackbar.ts +3 -7
  210. package/src/components/VSnackbar/__tests__/VSnackbar.spec.ts +4 -1
  211. package/src/components/VStepper/VStepper.sass +4 -4
  212. package/src/components/VStepper/VStepperStep.ts +14 -2
  213. package/src/components/VStepper/__tests__/__snapshots__/VStepperStep.spec.ts.snap +18 -6
  214. package/src/components/VTabs/VTab.ts +10 -2
  215. package/src/components/VTextarea/VTextarea.sass +13 -0
  216. package/src/components/VTooltip/VTooltip.sass +4 -1
  217. package/src/components/VTooltip/VTooltip.ts +14 -8
  218. package/src/components/VTooltip/_variables.scss +1 -0
  219. package/src/components/VTreeview/VTreeview.ts +2 -1
  220. package/src/components/VTreeview/VTreeviewNode.ts +3 -1
  221. package/src/components/index.ts +1 -0
  222. package/src/directives/ripple/VRipple.sass +4 -1
  223. package/src/directives/ripple/index.ts +0 -7
  224. package/src/locale/da.ts +69 -0
  225. package/src/locale/index.ts +1 -0
  226. package/src/locale/it.ts +6 -6
  227. package/src/mixins/activatable/__tests__/__snapshots__/activatable.spec.ts.snap +1 -2
  228. package/src/mixins/activatable/index.ts +6 -2
  229. package/src/mixins/menuable/index.ts +8 -7
  230. package/src/mixins/routable/index.ts +3 -6
  231. package/src/services/application/index.ts +1 -1
  232. package/src/styles/settings/_variables.scss +4 -3
  233. package/src/util/__tests__/__snapshots__/helpers.spec.ts.snap +11 -0
  234. package/src/util/__tests__/helpers.spec.ts +17 -0
  235. package/src/util/helpers.ts +14 -7
  236. package/types/lib.d.ts +2 -0
  237. package/src/directives/ripple/_variables.scss +0 -6
@@ -125,6 +125,7 @@
125
125
  "hide-details",
126
126
  "hide-no-data",
127
127
  "hide-selected",
128
+ "hide-spin-buttons",
128
129
  "hint",
129
130
  "id",
130
131
  "item-color",
@@ -285,6 +286,7 @@
285
286
  "max-width",
286
287
  "no-click-animation",
287
288
  "open-delay",
289
+ "open-on-click",
288
290
  "open-on-focus",
289
291
  "open-on-hover",
290
292
  "origin",
@@ -330,7 +332,9 @@
330
332
  "description": ""
331
333
  },
332
334
  "v-breadcrumbs-divider": {
333
- "attributes": [],
335
+ "attributes": [
336
+ "tag"
337
+ ],
334
338
  "description": ""
335
339
  },
336
340
  "v-btn": {
@@ -404,7 +408,8 @@
404
408
  "shaped",
405
409
  "tag",
406
410
  "tile",
407
- "value"
411
+ "value",
412
+ "value-comparator"
408
413
  ],
409
414
  "description": ""
410
415
  },
@@ -579,19 +584,27 @@
579
584
  "description": ""
580
585
  },
581
586
  "v-card-actions": {
582
- "attributes": [],
587
+ "attributes": [
588
+ "tag"
589
+ ],
583
590
  "description": ""
584
591
  },
585
592
  "v-card-subtitle": {
586
- "attributes": [],
593
+ "attributes": [
594
+ "tag"
595
+ ],
587
596
  "description": ""
588
597
  },
589
598
  "v-card-text": {
590
- "attributes": [],
599
+ "attributes": [
600
+ "tag"
601
+ ],
591
602
  "description": ""
592
603
  },
593
604
  "v-card-title": {
594
- "attributes": [],
605
+ "attributes": [
606
+ "tag"
607
+ ],
595
608
  "description": ""
596
609
  },
597
610
  "v-carousel": {
@@ -620,6 +633,7 @@
620
633
  "touch",
621
634
  "touchless",
622
635
  "value",
636
+ "value-comparator",
623
637
  "vertical",
624
638
  "vertical-delimiters"
625
639
  ],
@@ -661,6 +675,7 @@
661
675
  "error-messages",
662
676
  "false-value",
663
677
  "hide-details",
678
+ "hide-spin-buttons",
664
679
  "hint",
665
680
  "id",
666
681
  "indeterminate",
@@ -756,7 +771,8 @@
756
771
  "prev-icon",
757
772
  "show-arrows",
758
773
  "tag",
759
- "value"
774
+ "value",
775
+ "value-comparator"
760
776
  ],
761
777
  "description": ""
762
778
  },
@@ -822,6 +838,7 @@
822
838
  "hide-details",
823
839
  "hide-no-data",
824
840
  "hide-selected",
841
+ "hide-spin-buttons",
825
842
  "hint",
826
843
  "id",
827
844
  "item-color",
@@ -1087,6 +1104,7 @@
1087
1104
  "max-width",
1088
1105
  "no-click-animation",
1089
1106
  "open-delay",
1107
+ "open-on-click",
1090
1108
  "open-on-focus",
1091
1109
  "open-on-hover",
1092
1110
  "origin",
@@ -1129,7 +1147,8 @@
1129
1147
  "readonly",
1130
1148
  "tag",
1131
1149
  "tile",
1132
- "value"
1150
+ "value",
1151
+ "value-comparator"
1133
1152
  ],
1134
1153
  "description": ""
1135
1154
  },
@@ -1184,6 +1203,7 @@
1184
1203
  "height",
1185
1204
  "hide-details",
1186
1205
  "hide-input",
1206
+ "hide-spin-buttons",
1187
1207
  "hint",
1188
1208
  "id",
1189
1209
  "label",
@@ -1306,7 +1326,9 @@
1306
1326
  "description": ""
1307
1327
  },
1308
1328
  "v-spacer": {
1309
- "attributes": [],
1329
+ "attributes": [
1330
+ "tag"
1331
+ ],
1310
1332
  "description": ""
1311
1333
  },
1312
1334
  "v-layout": {
@@ -1418,6 +1440,7 @@
1418
1440
  "error-messages",
1419
1441
  "height",
1420
1442
  "hide-details",
1443
+ "hide-spin-buttons",
1421
1444
  "hint",
1422
1445
  "id",
1423
1446
  "label",
@@ -1452,7 +1475,8 @@
1452
1475
  "max",
1453
1476
  "multiple",
1454
1477
  "tag",
1455
- "value"
1478
+ "value",
1479
+ "value-comparator"
1456
1480
  ],
1457
1481
  "description": ""
1458
1482
  },
@@ -1472,19 +1496,27 @@
1472
1496
  "description": ""
1473
1497
  },
1474
1498
  "v-list-item-action-text": {
1475
- "attributes": [],
1499
+ "attributes": [
1500
+ "tag"
1501
+ ],
1476
1502
  "description": ""
1477
1503
  },
1478
1504
  "v-list-item-content": {
1479
- "attributes": [],
1505
+ "attributes": [
1506
+ "tag"
1507
+ ],
1480
1508
  "description": ""
1481
1509
  },
1482
1510
  "v-list-item-title": {
1483
- "attributes": [],
1511
+ "attributes": [
1512
+ "tag"
1513
+ ],
1484
1514
  "description": ""
1485
1515
  },
1486
1516
  "v-list-item-subtitle": {
1487
- "attributes": [],
1517
+ "attributes": [
1518
+ "tag"
1519
+ ],
1488
1520
  "description": ""
1489
1521
  },
1490
1522
  "v-list": {
@@ -1596,7 +1628,8 @@
1596
1628
  "max",
1597
1629
  "multiple",
1598
1630
  "tag",
1599
- "value"
1631
+ "value",
1632
+ "value-comparator"
1600
1633
  ],
1601
1634
  "description": ""
1602
1635
  },
@@ -1687,6 +1720,20 @@
1687
1720
  ],
1688
1721
  "description": ""
1689
1722
  },
1723
+ "v-otp-input": {
1724
+ "attributes": [
1725
+ "dark",
1726
+ "disabled",
1727
+ "hide-spin-buttons",
1728
+ "id",
1729
+ "length",
1730
+ "plain",
1731
+ "readonly",
1732
+ "type",
1733
+ "value"
1734
+ ],
1735
+ "description": ""
1736
+ },
1690
1737
  "v-overflow-btn": {
1691
1738
  "attributes": [
1692
1739
  "allow-overflow",
@@ -1721,6 +1768,7 @@
1721
1768
  "hide-details",
1722
1769
  "hide-no-data",
1723
1770
  "hide-selected",
1771
+ "hide-spin-buttons",
1724
1772
  "hint",
1725
1773
  "id",
1726
1774
  "item-color",
@@ -1877,6 +1925,7 @@
1877
1925
  "error-count",
1878
1926
  "error-messages",
1879
1927
  "hide-details",
1928
+ "hide-spin-buttons",
1880
1929
  "hint",
1881
1930
  "id",
1882
1931
  "label",
@@ -1931,6 +1980,7 @@
1931
1980
  "error-messages",
1932
1981
  "height",
1933
1982
  "hide-details",
1983
+ "hide-spin-buttons",
1934
1984
  "hint",
1935
1985
  "id",
1936
1986
  "inverse-label",
@@ -2032,6 +2082,7 @@
2032
2082
  "height",
2033
2083
  "hide-details",
2034
2084
  "hide-selected",
2085
+ "hide-spin-buttons",
2035
2086
  "hint",
2036
2087
  "id",
2037
2088
  "item-color",
@@ -2108,6 +2159,7 @@
2108
2159
  "error-messages",
2109
2160
  "height",
2110
2161
  "hide-details",
2162
+ "hide-spin-buttons",
2111
2163
  "hint",
2112
2164
  "id",
2113
2165
  "inverse-label",
@@ -2153,7 +2205,8 @@
2153
2205
  "prev-icon",
2154
2206
  "show-arrows",
2155
2207
  "tag",
2156
- "value"
2208
+ "value",
2209
+ "value-comparator"
2157
2210
  ],
2158
2211
  "description": ""
2159
2212
  },
@@ -2284,11 +2337,15 @@
2284
2337
  "description": ""
2285
2338
  },
2286
2339
  "v-stepper-header": {
2287
- "attributes": [],
2340
+ "attributes": [
2341
+ "tag"
2342
+ ],
2288
2343
  "description": ""
2289
2344
  },
2290
2345
  "v-stepper-items": {
2291
- "attributes": [],
2346
+ "attributes": [
2347
+ "tag"
2348
+ ],
2292
2349
  "description": ""
2293
2350
  },
2294
2351
  "v-subheader": {
@@ -2313,6 +2370,7 @@
2313
2370
  "false-value",
2314
2371
  "flat",
2315
2372
  "hide-details",
2373
+ "hide-spin-buttons",
2316
2374
  "hint",
2317
2375
  "id",
2318
2376
  "input-value",
@@ -2429,6 +2487,7 @@
2429
2487
  "touch",
2430
2488
  "touchless",
2431
2489
  "value",
2490
+ "value-comparator",
2432
2491
  "vertical"
2433
2492
  ],
2434
2493
  "description": ""
@@ -2462,6 +2521,7 @@
2462
2521
  "full-width",
2463
2522
  "height",
2464
2523
  "hide-details",
2524
+ "hide-spin-buttons",
2465
2525
  "hint",
2466
2526
  "id",
2467
2527
  "label",
@@ -2518,6 +2578,7 @@
2518
2578
  "full-width",
2519
2579
  "height",
2520
2580
  "hide-details",
2581
+ "hide-spin-buttons",
2521
2582
  "hint",
2522
2583
  "id",
2523
2584
  "label",
@@ -2642,11 +2703,15 @@
2642
2703
  "description": ""
2643
2704
  },
2644
2705
  "v-toolbar-items": {
2645
- "attributes": [],
2706
+ "attributes": [
2707
+ "tag"
2708
+ ],
2646
2709
  "description": ""
2647
2710
  },
2648
2711
  "v-toolbar-title": {
2649
- "attributes": [],
2712
+ "attributes": [
2713
+ "tag"
2714
+ ],
2650
2715
  "description": ""
2651
2716
  },
2652
2717
  "v-tooltip": {
@@ -2694,6 +2759,8 @@
2694
2759
  "color",
2695
2760
  "dark",
2696
2761
  "dense",
2762
+ "disable-per-node",
2763
+ "disabled",
2697
2764
  "expand-icon",
2698
2765
  "filter",
2699
2766
  "hoverable",
@@ -2753,6 +2820,7 @@
2753
2820
  "touch",
2754
2821
  "touchless",
2755
2822
  "value",
2823
+ "value-comparator",
2756
2824
  "vertical"
2757
2825
  ],
2758
2826
  "description": ""