vuetify 2.3.8 → 2.3.12

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 (58) hide show
  1. package/dist/json/attributes.json +4690 -5458
  2. package/dist/json/tags.json +1 -272
  3. package/dist/json/web-types.json +13756 -9115
  4. package/dist/vuetify.css +9 -10
  5. package/dist/vuetify.css.map +1 -1
  6. package/dist/vuetify.js +80 -73
  7. package/dist/vuetify.js.map +1 -1
  8. package/dist/vuetify.min.css +3 -6
  9. package/dist/vuetify.min.js +2 -2
  10. package/es5/components/VIcon/VIcon.js +24 -18
  11. package/es5/components/VIcon/VIcon.js.map +1 -1
  12. package/es5/components/VSparkline/VSparkline.js +5 -4
  13. package/es5/components/VSparkline/VSparkline.js.map +1 -1
  14. package/es5/components/VSparkline/helpers/core.js +1 -1
  15. package/es5/components/VSparkline/helpers/core.js.map +1 -1
  16. package/es5/components/VTextField/VTextField.js +17 -5
  17. package/es5/components/VTextField/VTextField.js.map +1 -1
  18. package/es5/components/VVirtualScroll/VVirtualScroll.js +2 -1
  19. package/es5/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
  20. package/es5/framework.js +1 -1
  21. package/es5/mixins/mobile/index.js.map +1 -1
  22. package/es5/services/theme/utils.js +10 -10
  23. package/es5/services/theme/utils.js.map +1 -1
  24. package/es5/util/mergeData.js +17 -25
  25. package/es5/util/mergeData.js.map +1 -1
  26. package/lib/components/VIcon/VIcon.js +23 -16
  27. package/lib/components/VIcon/VIcon.js.map +1 -1
  28. package/lib/components/VSparkline/VSparkline.js +5 -4
  29. package/lib/components/VSparkline/VSparkline.js.map +1 -1
  30. package/lib/components/VSparkline/helpers/core.js +1 -1
  31. package/lib/components/VSparkline/helpers/core.js.map +1 -1
  32. package/lib/components/VTextField/VTextField.js +17 -5
  33. package/lib/components/VTextField/VTextField.js.map +1 -1
  34. package/lib/components/VVirtualScroll/VVirtualScroll.js +2 -1
  35. package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
  36. package/lib/framework.js +1 -1
  37. package/lib/mixins/mobile/index.js.map +1 -1
  38. package/lib/util/mergeData.js +20 -15
  39. package/lib/util/mergeData.js.map +1 -1
  40. package/package.json +8 -19
  41. package/src/components/VCard/VCard.sass +1 -1
  42. package/src/components/VColorPicker/VColorPicker.sass +1 -0
  43. package/src/components/VFileInput/VFileInput.sass +1 -0
  44. package/src/components/VIcon/VIcon.sass +4 -8
  45. package/src/components/VIcon/VIcon.ts +25 -18
  46. package/src/components/VIcon/__tests__/VIcon.spec.ts +0 -1
  47. package/src/components/VIcon/__tests__/__snapshots__/VIcon.spec.ts.snap +43 -25
  48. package/src/components/VMenu/VMenu.sass +0 -1
  49. package/src/components/VSparkline/VSparkline.ts +5 -4
  50. package/src/components/VSparkline/__tests__/__snapshots__/VSparkline.spec.ts.snap +57 -34
  51. package/src/components/VSparkline/helpers/core.ts +1 -5
  52. package/src/components/VTextField/VTextField.ts +17 -7
  53. package/src/components/VTimePicker/VTimePickerClock.sass +1 -0
  54. package/src/components/VVirtualScroll/VVirtualScroll.ts +1 -0
  55. package/src/mixins/mobile/index.ts +2 -2
  56. package/src/util/__tests__/mergeData.spec.ts +24 -0
  57. package/src/util/mergeData.ts +23 -19
  58. package/types/services/breakpoint.d.ts +3 -3
@@ -1,9 +1,7 @@
1
1
  {
2
2
  "v-app": {
3
3
  "attributes": [
4
- "dark",
5
- "id",
6
- "light"
4
+ "id"
7
5
  ],
8
6
  "description": ""
9
7
  },
@@ -456,39 +454,6 @@
456
454
  ],
457
455
  "description": ""
458
456
  },
459
- "v-calendar-category": {
460
- "attributes": [
461
- "categories",
462
- "category-days",
463
- "category-for-invalid",
464
- "category-hide-dynamic",
465
- "category-show-all",
466
- "color",
467
- "dark",
468
- "day-format",
469
- "end",
470
- "first-interval",
471
- "first-time",
472
- "hide-header",
473
- "interval-count",
474
- "interval-format",
475
- "interval-height",
476
- "interval-minutes",
477
- "interval-style",
478
- "interval-width",
479
- "light",
480
- "locale",
481
- "max-days",
482
- "now",
483
- "short-intervals",
484
- "short-weekdays",
485
- "show-interval-label",
486
- "start",
487
- "weekday-format",
488
- "weekdays"
489
- ],
490
- "description": ""
491
- },
492
457
  "v-calendar-daily": {
493
458
  "attributes": [
494
459
  "color",
@@ -681,7 +646,6 @@
681
646
  "error-count",
682
647
  "error-messages",
683
648
  "false-value",
684
- "height",
685
649
  "hide-details",
686
650
  "hint",
687
651
  "id",
@@ -690,7 +654,6 @@
690
654
  "input-value",
691
655
  "label",
692
656
  "light",
693
- "loading",
694
657
  "messages",
695
658
  "multiple",
696
659
  "off-icon",
@@ -801,27 +764,6 @@
801
764
  ],
802
765
  "description": ""
803
766
  },
804
- "v-color-picker-swatches": {
805
- "attributes": [
806
- "color",
807
- "dark",
808
- "light",
809
- "max-height",
810
- "max-width",
811
- "swatches"
812
- ],
813
- "description": ""
814
- },
815
- "v-color-picker-canvas": {
816
- "attributes": [
817
- "color",
818
- "disabled",
819
- "dot-size",
820
- "height",
821
- "width"
822
- ],
823
- "description": ""
824
- },
825
767
  "v-content": {
826
768
  "attributes": [
827
769
  "tag"
@@ -906,40 +848,6 @@
906
848
  ],
907
849
  "description": ""
908
850
  },
909
- "v-counter": {
910
- "attributes": [
911
- "dark",
912
- "light",
913
- "max",
914
- "value"
915
- ],
916
- "description": ""
917
- },
918
- "v-data": {
919
- "attributes": [
920
- "custom-filter",
921
- "custom-group",
922
- "custom-sort",
923
- "disable-filtering",
924
- "disable-pagination",
925
- "disable-sort",
926
- "group-by",
927
- "group-desc",
928
- "item-key",
929
- "items",
930
- "items-per-page",
931
- "locale",
932
- "multi-sort",
933
- "must-sort",
934
- "options",
935
- "page",
936
- "search",
937
- "server-items-length",
938
- "sort-by",
939
- "sort-desc"
940
- ],
941
- "description": ""
942
- },
943
851
  "v-data-iterator": {
944
852
  "attributes": [
945
853
  "custom-filter",
@@ -1066,10 +974,6 @@
1066
974
  ],
1067
975
  "description": ""
1068
976
  },
1069
- "v-table-overflow": {
1070
- "attributes": [],
1071
- "description": ""
1072
- },
1073
977
  "v-data-table-header": {
1074
978
  "attributes": [
1075
979
  "disable-sort",
@@ -1094,20 +998,6 @@
1094
998
  ],
1095
999
  "description": ""
1096
1000
  },
1097
- "v-virtual-table": {
1098
- "attributes": [
1099
- "chunk-size",
1100
- "dark",
1101
- "dense",
1102
- "fixed-header",
1103
- "header-height",
1104
- "height",
1105
- "items",
1106
- "light",
1107
- "row-height"
1108
- ],
1109
- "description": ""
1110
- },
1111
1001
  "v-date-picker": {
1112
1002
  "attributes": [
1113
1003
  "allowed-dates",
@@ -1156,98 +1046,6 @@
1156
1046
  ],
1157
1047
  "description": ""
1158
1048
  },
1159
- "v-date-picker-title": {
1160
- "attributes": [
1161
- "color",
1162
- "date",
1163
- "disabled",
1164
- "readonly",
1165
- "selecting-year",
1166
- "value",
1167
- "year",
1168
- "year-icon"
1169
- ],
1170
- "description": ""
1171
- },
1172
- "v-date-picker-header": {
1173
- "attributes": [
1174
- "color",
1175
- "dark",
1176
- "disabled",
1177
- "format",
1178
- "light",
1179
- "locale",
1180
- "max",
1181
- "min",
1182
- "next-aria-label",
1183
- "next-icon",
1184
- "prev-aria-label",
1185
- "prev-icon",
1186
- "readonly",
1187
- "value"
1188
- ],
1189
- "description": ""
1190
- },
1191
- "v-date-picker-date-table": {
1192
- "attributes": [
1193
- "allowed-dates",
1194
- "color",
1195
- "current",
1196
- "dark",
1197
- "disabled",
1198
- "event-color",
1199
- "events",
1200
- "first-day-of-week",
1201
- "format",
1202
- "light",
1203
- "locale",
1204
- "locale-first-day-of-year",
1205
- "max",
1206
- "min",
1207
- "range",
1208
- "readonly",
1209
- "scrollable",
1210
- "show-week",
1211
- "table-date",
1212
- "value",
1213
- "weekday-format"
1214
- ],
1215
- "description": ""
1216
- },
1217
- "v-date-picker-month-table": {
1218
- "attributes": [
1219
- "allowed-dates",
1220
- "color",
1221
- "current",
1222
- "dark",
1223
- "disabled",
1224
- "event-color",
1225
- "events",
1226
- "format",
1227
- "light",
1228
- "locale",
1229
- "max",
1230
- "min",
1231
- "range",
1232
- "readonly",
1233
- "scrollable",
1234
- "table-date",
1235
- "value"
1236
- ],
1237
- "description": ""
1238
- },
1239
- "v-date-picker-years": {
1240
- "attributes": [
1241
- "color",
1242
- "format",
1243
- "locale",
1244
- "max",
1245
- "min",
1246
- "readonly",
1247
- "value"
1248
- ],
1249
- "description": ""
1250
- },
1251
1049
  "v-dialog": {
1252
1050
  "attributes": [
1253
1051
  "activator",
@@ -1610,14 +1408,6 @@
1610
1408
  ],
1611
1409
  "description": ""
1612
1410
  },
1613
- "v-item": {
1614
- "attributes": [
1615
- "active-class",
1616
- "disabled",
1617
- "value"
1618
- ],
1619
- "description": ""
1620
- },
1621
1411
  "v-item-group": {
1622
1412
  "attributes": [
1623
1413
  "active-class",
@@ -2000,21 +1790,6 @@
2000
1790
  ],
2001
1791
  "description": ""
2002
1792
  },
2003
- "v-picker": {
2004
- "attributes": [
2005
- "color",
2006
- "dark",
2007
- "elevation",
2008
- "flat",
2009
- "full-width",
2010
- "landscape",
2011
- "light",
2012
- "no-title",
2013
- "transition",
2014
- "width"
2015
- ],
2016
- "description": ""
2017
- },
2018
1793
  "v-progress-circular": {
2019
1794
  "attributes": [
2020
1795
  "button",
@@ -2056,7 +1831,6 @@
2056
1831
  "active-class",
2057
1832
  "append-icon",
2058
1833
  "background-color",
2059
- "color",
2060
1834
  "column",
2061
1835
  "dark",
2062
1836
  "dense",
@@ -2064,13 +1838,11 @@
2064
1838
  "error",
2065
1839
  "error-count",
2066
1840
  "error-messages",
2067
- "height",
2068
1841
  "hide-details",
2069
1842
  "hint",
2070
1843
  "id",
2071
1844
  "label",
2072
1845
  "light",
2073
- "loading",
2074
1846
  "mandatory",
2075
1847
  "max",
2076
1848
  "messages",
@@ -2214,7 +1986,6 @@
2214
1986
  "error-count",
2215
1987
  "error-messages",
2216
1988
  "filled",
2217
- "filter",
2218
1989
  "flat",
2219
1990
  "full-width",
2220
1991
  "height",
@@ -2484,7 +2255,6 @@
2484
2255
  "error-messages",
2485
2256
  "false-value",
2486
2257
  "flat",
2487
- "height",
2488
2258
  "hide-details",
2489
2259
  "hint",
2490
2260
  "id",
@@ -2779,42 +2549,6 @@
2779
2549
  ],
2780
2550
  "description": ""
2781
2551
  },
2782
- "v-time-picker-clock": {
2783
- "attributes": [
2784
- "allowed-values",
2785
- "ampm",
2786
- "color",
2787
- "dark",
2788
- "disabled",
2789
- "double",
2790
- "format",
2791
- "light",
2792
- "max",
2793
- "min",
2794
- "readonly",
2795
- "rotate",
2796
- "scrollable",
2797
- "step",
2798
- "value"
2799
- ],
2800
- "description": ""
2801
- },
2802
- "v-time-picker-title": {
2803
- "attributes": [
2804
- "ampm",
2805
- "ampm-readonly",
2806
- "color",
2807
- "disabled",
2808
- "hour",
2809
- "minute",
2810
- "period",
2811
- "readonly",
2812
- "second",
2813
- "selecting",
2814
- "use-seconds"
2815
- ],
2816
- "description": ""
2817
- },
2818
2552
  "v-toolbar": {
2819
2553
  "attributes": [
2820
2554
  "absolute",
@@ -2864,13 +2598,11 @@
2864
2598
  "close-delay",
2865
2599
  "color",
2866
2600
  "content-class",
2867
- "dark",
2868
2601
  "disabled",
2869
2602
  "eager",
2870
2603
  "fixed",
2871
2604
  "internal-activator",
2872
2605
  "left",
2873
- "light",
2874
2606
  "max-width",
2875
2607
  "min-width",
2876
2608
  "nudge-bottom",
@@ -2980,9 +2712,6 @@
2980
2712
  "continuous",
2981
2713
  "dark",
2982
2714
  "light",
2983
- "mandatory",
2984
- "max",
2985
- "multiple",
2986
2715
  "next-icon",
2987
2716
  "prev-icon",
2988
2717
  "reverse",