vuetify 2.6.12 → 2.6.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2016-2020 John Jeremy Leider
3
+ Copyright (c) 2016-2022 John Jeremy Leider
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -279,10 +279,6 @@
279
279
  "type": "number|string",
280
280
  "description": "Sets the width for the component."
281
281
  },
282
- "v-autocomplete/allow-overflow": {
283
- "type": "boolean",
284
- "description": "Allow the menu to overflow off the screen"
285
- },
286
282
  "v-autocomplete/append-icon": {
287
283
  "type": "string",
288
284
  "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
@@ -403,10 +399,6 @@
403
399
  "type": "boolean",
404
400
  "description": "Do not display in the select menu items that are already selected"
405
401
  },
406
- "v-autocomplete/hide-spin-buttons": {
407
- "type": "boolean",
408
- "description": "Hides spin buttons on the input when type is set to `number`."
409
- },
410
402
  "v-autocomplete/hint": {
411
403
  "type": "string",
412
404
  "description": "Hint text"
@@ -559,10 +551,6 @@
559
551
  "type": "string",
560
552
  "description": "Displays suffix text"
561
553
  },
562
- "v-autocomplete/type": {
563
- "type": "string",
564
- "description": "Sets input type"
565
- },
566
554
  "v-autocomplete/validate-on-blur": {
567
555
  "type": "boolean",
568
556
  "description": "Delays validation until blur event"
@@ -897,7 +885,7 @@
897
885
  },
898
886
  "v-bottom-sheet/close-delay": {
899
887
  "type": "number|string",
900
- "description": "Milliseconds to wait before closing component."
888
+ "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
901
889
  },
902
890
  "v-bottom-sheet/content-class": {
903
891
  "type": "string",
@@ -945,7 +933,7 @@
945
933
  },
946
934
  "v-bottom-sheet/open-delay": {
947
935
  "type": "number|string",
948
- "description": "Milliseconds to wait before opening component."
936
+ "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
949
937
  },
950
938
  "v-bottom-sheet/open-on-click": {
951
939
  "type": "boolean",
@@ -955,10 +943,6 @@
955
943
  "type": "boolean",
956
944
  "description": ""
957
945
  },
958
- "v-bottom-sheet/open-on-hover": {
959
- "type": "boolean",
960
- "description": "Designates whether component should activate when its activator is hovered."
961
- },
962
946
  "v-bottom-sheet/origin": {
963
947
  "type": "string",
964
948
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
@@ -2163,10 +2147,6 @@
2163
2147
  "type": "boolean|string",
2164
2148
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
2165
2149
  },
2166
- "v-checkbox/hide-spin-buttons": {
2167
- "type": "boolean",
2168
- "description": "Hides spin buttons on the input when type is set to `number`."
2169
- },
2170
2150
  "v-checkbox/hint": {
2171
2151
  "type": "string",
2172
2152
  "description": "Hint text"
@@ -2567,10 +2547,6 @@
2567
2547
  "type": "string",
2568
2548
  "description": "Specify a custom tag used on the root element."
2569
2549
  },
2570
- "v-combobox/allow-overflow": {
2571
- "type": "boolean",
2572
- "description": "Allow the menu to overflow off the screen"
2573
- },
2574
2550
  "v-combobox/append-icon": {
2575
2551
  "type": "string",
2576
2552
  "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
@@ -2669,7 +2645,7 @@
2669
2645
  },
2670
2646
  "v-combobox/filter": {
2671
2647
  "type": "function",
2672
- "description": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#L40)"
2648
+ "description": "The function used for filtering items"
2673
2649
  },
2674
2650
  "v-combobox/flat": {
2675
2651
  "type": "boolean",
@@ -2695,10 +2671,6 @@
2695
2671
  "type": "boolean",
2696
2672
  "description": "Do not display in the select menu items that are already selected"
2697
2673
  },
2698
- "v-combobox/hide-spin-buttons": {
2699
- "type": "boolean",
2700
- "description": "Hides spin buttons on the input when type is set to `number`."
2701
- },
2702
2674
  "v-combobox/hint": {
2703
2675
  "type": "string",
2704
2676
  "description": "Hint text"
@@ -2817,7 +2789,7 @@
2817
2789
  },
2818
2790
  "v-combobox/search-input": {
2819
2791
  "type": "string",
2820
- "description": "Search value. Can be used with `.sync` modifier."
2792
+ "description": "Use the **.sync** modifier to catch user input from the search input"
2821
2793
  },
2822
2794
  "v-combobox/shaped": {
2823
2795
  "type": "boolean",
@@ -2851,10 +2823,6 @@
2851
2823
  "type": "string",
2852
2824
  "description": "Displays suffix text"
2853
2825
  },
2854
- "v-combobox/type": {
2855
- "type": "string",
2856
- "description": "Sets input type"
2857
- },
2858
2826
  "v-combobox/validate-on-blur": {
2859
2827
  "type": "boolean",
2860
2828
  "description": "Delays validation until blur event"
@@ -3553,7 +3521,7 @@
3553
3521
  },
3554
3522
  "v-dialog/close-delay": {
3555
3523
  "type": "number|string",
3556
- "description": "Milliseconds to wait before closing component."
3524
+ "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
3557
3525
  },
3558
3526
  "v-dialog/content-class": {
3559
3527
  "type": "string",
@@ -3597,7 +3565,7 @@
3597
3565
  },
3598
3566
  "v-dialog/open-delay": {
3599
3567
  "type": "number|string",
3600
- "description": "Milliseconds to wait before opening component."
3568
+ "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
3601
3569
  },
3602
3570
  "v-dialog/open-on-click": {
3603
3571
  "type": "boolean",
@@ -3607,10 +3575,6 @@
3607
3575
  "type": "boolean",
3608
3576
  "description": ""
3609
3577
  },
3610
- "v-dialog/open-on-hover": {
3611
- "type": "boolean",
3612
- "description": "Designates whether component should activate when its activator is hovered."
3613
- },
3614
3578
  "v-dialog/origin": {
3615
3579
  "type": "string",
3616
3580
  "description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
@@ -3875,10 +3839,6 @@
3875
3839
  "type": "boolean",
3876
3840
  "description": "Display the icon only without the input (file names)"
3877
3841
  },
3878
- "v-file-input/hide-spin-buttons": {
3879
- "type": "boolean",
3880
- "description": "Hides spin buttons on the input when type is set to `number`."
3881
- },
3882
3842
  "v-file-input/hint": {
3883
3843
  "type": "string",
3884
3844
  "description": "Hint text"
@@ -3991,10 +3951,6 @@
3991
3951
  "type": "number|string",
3992
3952
  "description": "The length of a filename before it is truncated with ellipsis"
3993
3953
  },
3994
- "v-file-input/type": {
3995
- "type": "string",
3996
- "description": "Sets input type"
3997
- },
3998
3954
  "v-file-input/validate-on-blur": {
3999
3955
  "type": "boolean",
4000
3956
  "description": "Delays validation until blur event"
@@ -4389,7 +4345,7 @@
4389
4345
  },
4390
4346
  "v-hover/close-delay": {
4391
4347
  "type": "number|string",
4392
- "description": "Milliseconds to wait before closing component."
4348
+ "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
4393
4349
  },
4394
4350
  "v-hover/disabled": {
4395
4351
  "type": "boolean",
@@ -4397,7 +4353,7 @@
4397
4353
  },
4398
4354
  "v-hover/open-delay": {
4399
4355
  "type": "number|string",
4400
- "description": "Milliseconds to wait before opening component."
4356
+ "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
4401
4357
  },
4402
4358
  "v-hover/value": {
4403
4359
  "type": "boolean",
@@ -5367,10 +5323,6 @@
5367
5323
  "type": "boolean",
5368
5324
  "description": "Disable the input"
5369
5325
  },
5370
- "v-otp-input/hide-spin-buttons": {
5371
- "type": "boolean",
5372
- "description": "Hides spin buttons on the input when type is set to `number`."
5373
- },
5374
5326
  "v-otp-input/id": {
5375
5327
  "type": "string",
5376
5328
  "description": "Sets the DOM id on the component"
@@ -5395,10 +5347,6 @@
5395
5347
  "type": "any",
5396
5348
  "description": "The input's value"
5397
5349
  },
5398
- "v-overflow-btn/allow-overflow": {
5399
- "type": "boolean",
5400
- "description": "Allow the menu to overflow off the screen"
5401
- },
5402
5350
  "v-overflow-btn/append-icon": {
5403
5351
  "type": "string",
5404
5352
  "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
@@ -5497,7 +5445,7 @@
5497
5445
  },
5498
5446
  "v-overflow-btn/filter": {
5499
5447
  "type": "function",
5500
- "description": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#L40)"
5448
+ "description": "The function used for filtering items"
5501
5449
  },
5502
5450
  "v-overflow-btn/flat": {
5503
5451
  "type": "boolean",
@@ -5523,10 +5471,6 @@
5523
5471
  "type": "boolean",
5524
5472
  "description": "Do not display in the select menu items that are already selected"
5525
5473
  },
5526
- "v-overflow-btn/hide-spin-buttons": {
5527
- "type": "boolean",
5528
- "description": "Hides spin buttons on the input when type is set to `number`."
5529
- },
5530
5474
  "v-overflow-btn/hint": {
5531
5475
  "type": "string",
5532
5476
  "description": "Hint text"
@@ -5645,7 +5589,7 @@
5645
5589
  },
5646
5590
  "v-overflow-btn/search-input": {
5647
5591
  "type": "string",
5648
- "description": "Search value. Can be used with `.sync` modifier."
5592
+ "description": "Use the **.sync** modifier to catch user input from the search input"
5649
5593
  },
5650
5594
  "v-overflow-btn/segmented": {
5651
5595
  "type": "boolean",
@@ -5683,10 +5627,6 @@
5683
5627
  "type": "string",
5684
5628
  "description": "Displays suffix text"
5685
5629
  },
5686
- "v-overflow-btn/type": {
5687
- "type": "string",
5688
- "description": "Sets input type"
5689
- },
5690
5630
  "v-overflow-btn/validate-on-blur": {
5691
5631
  "type": "boolean",
5692
5632
  "description": "Delays validation until blur event"
@@ -6011,10 +5951,6 @@
6011
5951
  "type": "boolean|string",
6012
5952
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
6013
5953
  },
6014
- "v-radio-group/hide-spin-buttons": {
6015
- "type": "boolean",
6016
- "description": "Hides spin buttons on the input when type is set to `number`."
6017
- },
6018
5954
  "v-radio-group/hint": {
6019
5955
  "type": "string",
6020
5956
  "description": "Hint text"
@@ -6191,10 +6127,6 @@
6191
6127
  "type": "boolean|string",
6192
6128
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
6193
6129
  },
6194
- "v-range-slider/hide-spin-buttons": {
6195
- "type": "boolean",
6196
- "description": "Hides spin buttons on the input when type is set to `number`."
6197
- },
6198
6130
  "v-range-slider/hint": {
6199
6131
  "type": "string",
6200
6132
  "description": "Hint text"
@@ -6317,7 +6249,7 @@
6317
6249
  },
6318
6250
  "v-rating/close-delay": {
6319
6251
  "type": "number|string",
6320
- "description": "Milliseconds to wait before closing component."
6252
+ "description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
6321
6253
  },
6322
6254
  "v-rating/color": {
6323
6255
  "type": "string",
@@ -6369,7 +6301,7 @@
6369
6301
  },
6370
6302
  "v-rating/open-delay": {
6371
6303
  "type": "number|string",
6372
- "description": "Milliseconds to wait before opening component."
6304
+ "description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
6373
6305
  },
6374
6306
  "v-rating/readonly": {
6375
6307
  "type": "boolean",
@@ -6539,10 +6471,6 @@
6539
6471
  "type": "boolean",
6540
6472
  "description": "Do not display in the select menu items that are already selected"
6541
6473
  },
6542
- "v-select/hide-spin-buttons": {
6543
- "type": "boolean",
6544
- "description": "Hides spin buttons on the input when type is set to `number`."
6545
- },
6546
6474
  "v-select/hint": {
6547
6475
  "type": "string",
6548
6476
  "description": "Hint text"
@@ -6687,10 +6615,6 @@
6687
6615
  "type": "string",
6688
6616
  "description": "Displays suffix text"
6689
6617
  },
6690
- "v-select/type": {
6691
- "type": "string",
6692
- "description": "Sets input type"
6693
- },
6694
6618
  "v-select/validate-on-blur": {
6695
6619
  "type": "boolean",
6696
6620
  "description": "Delays validation until blur event"
@@ -6807,10 +6731,6 @@
6807
6731
  "type": "boolean|string",
6808
6732
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
6809
6733
  },
6810
- "v-slider/hide-spin-buttons": {
6811
- "type": "boolean",
6812
- "description": "Hides spin buttons on the input when type is set to `number`."
6813
- },
6814
6734
  "v-slider/hint": {
6815
6735
  "type": "string",
6816
6736
  "description": "Hint text"
@@ -7411,10 +7331,6 @@
7411
7331
  "type": "boolean|string",
7412
7332
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
7413
7333
  },
7414
- "v-switch/hide-spin-buttons": {
7415
- "type": "boolean",
7416
- "description": "Hides spin buttons on the input when type is set to `number`."
7417
- },
7418
7334
  "v-switch/hint": {
7419
7335
  "type": "string",
7420
7336
  "description": "Hint text"
@@ -7875,10 +7791,6 @@
7875
7791
  "type": "boolean|string",
7876
7792
  "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display"
7877
7793
  },
7878
- "v-textarea/hide-spin-buttons": {
7879
- "type": "boolean",
7880
- "description": "Hides spin buttons on the input when type is set to `number`."
7881
- },
7882
7794
  "v-textarea/hint": {
7883
7795
  "type": "string",
7884
7796
  "description": "Hint text"
@@ -7991,10 +7903,6 @@
7991
7903
  "type": "string",
7992
7904
  "description": "Displays suffix text"
7993
7905
  },
7994
- "v-textarea/type": {
7995
- "type": "string",
7996
- "description": "Sets input type"
7997
- },
7998
7906
  "v-textarea/validate-on-blur": {
7999
7907
  "type": "boolean",
8000
7908
  "description": "Delays validation until blur event"
@@ -94,7 +94,6 @@
94
94
  },
95
95
  "v-autocomplete": {
96
96
  "attributes": [
97
- "allow-overflow",
98
97
  "append-icon",
99
98
  "append-outer-icon",
100
99
  "attach",
@@ -125,7 +124,6 @@
125
124
  "hide-details",
126
125
  "hide-no-data",
127
126
  "hide-selected",
128
- "hide-spin-buttons",
129
127
  "hint",
130
128
  "id",
131
129
  "item-color",
@@ -164,7 +162,6 @@
164
162
  "success",
165
163
  "success-messages",
166
164
  "suffix",
167
- "type",
168
165
  "validate-on-blur",
169
166
  "value",
170
167
  "value-comparator"
@@ -288,7 +285,6 @@
288
285
  "open-delay",
289
286
  "open-on-click",
290
287
  "open-on-focus",
291
- "open-on-hover",
292
288
  "origin",
293
289
  "overlay-color",
294
290
  "overlay-opacity",
@@ -675,7 +671,6 @@
675
671
  "error-messages",
676
672
  "false-value",
677
673
  "hide-details",
678
- "hide-spin-buttons",
679
674
  "hint",
680
675
  "id",
681
676
  "indeterminate",
@@ -806,7 +801,6 @@
806
801
  },
807
802
  "v-combobox": {
808
803
  "attributes": [
809
- "allow-overflow",
810
804
  "append-icon",
811
805
  "append-outer-icon",
812
806
  "attach",
@@ -838,7 +832,6 @@
838
832
  "hide-details",
839
833
  "hide-no-data",
840
834
  "hide-selected",
841
- "hide-spin-buttons",
842
835
  "hint",
843
836
  "id",
844
837
  "item-color",
@@ -877,7 +870,6 @@
877
870
  "success",
878
871
  "success-messages",
879
872
  "suffix",
880
- "type",
881
873
  "validate-on-blur",
882
874
  "value",
883
875
  "value-comparator"
@@ -1106,7 +1098,6 @@
1106
1098
  "open-delay",
1107
1099
  "open-on-click",
1108
1100
  "open-on-focus",
1109
- "open-on-hover",
1110
1101
  "origin",
1111
1102
  "overlay-color",
1112
1103
  "overlay-opacity",
@@ -1203,7 +1194,6 @@
1203
1194
  "height",
1204
1195
  "hide-details",
1205
1196
  "hide-input",
1206
- "hide-spin-buttons",
1207
1197
  "hint",
1208
1198
  "id",
1209
1199
  "label",
@@ -1232,7 +1222,6 @@
1232
1222
  "success-messages",
1233
1223
  "suffix",
1234
1224
  "truncate-length",
1235
- "type",
1236
1225
  "validate-on-blur",
1237
1226
  "value"
1238
1227
  ],
@@ -1724,7 +1713,6 @@
1724
1713
  "attributes": [
1725
1714
  "dark",
1726
1715
  "disabled",
1727
- "hide-spin-buttons",
1728
1716
  "id",
1729
1717
  "length",
1730
1718
  "plain",
@@ -1736,7 +1724,6 @@
1736
1724
  },
1737
1725
  "v-overflow-btn": {
1738
1726
  "attributes": [
1739
- "allow-overflow",
1740
1727
  "append-icon",
1741
1728
  "append-outer-icon",
1742
1729
  "attach",
@@ -1768,7 +1755,6 @@
1768
1755
  "hide-details",
1769
1756
  "hide-no-data",
1770
1757
  "hide-selected",
1771
- "hide-spin-buttons",
1772
1758
  "hint",
1773
1759
  "id",
1774
1760
  "item-color",
@@ -1808,7 +1794,6 @@
1808
1794
  "success",
1809
1795
  "success-messages",
1810
1796
  "suffix",
1811
- "type",
1812
1797
  "validate-on-blur",
1813
1798
  "value",
1814
1799
  "value-comparator"
@@ -1925,7 +1910,6 @@
1925
1910
  "error-count",
1926
1911
  "error-messages",
1927
1912
  "hide-details",
1928
- "hide-spin-buttons",
1929
1913
  "hint",
1930
1914
  "id",
1931
1915
  "label",
@@ -1980,7 +1964,6 @@
1980
1964
  "error-messages",
1981
1965
  "height",
1982
1966
  "hide-details",
1983
- "hide-spin-buttons",
1984
1967
  "hint",
1985
1968
  "id",
1986
1969
  "inverse-label",
@@ -2082,7 +2065,6 @@
2082
2065
  "height",
2083
2066
  "hide-details",
2084
2067
  "hide-selected",
2085
- "hide-spin-buttons",
2086
2068
  "hint",
2087
2069
  "id",
2088
2070
  "item-color",
@@ -2119,7 +2101,6 @@
2119
2101
  "success",
2120
2102
  "success-messages",
2121
2103
  "suffix",
2122
- "type",
2123
2104
  "validate-on-blur",
2124
2105
  "value",
2125
2106
  "value-comparator"
@@ -2159,7 +2140,6 @@
2159
2140
  "error-messages",
2160
2141
  "height",
2161
2142
  "hide-details",
2162
- "hide-spin-buttons",
2163
2143
  "hint",
2164
2144
  "id",
2165
2145
  "inverse-label",
@@ -2370,7 +2350,6 @@
2370
2350
  "false-value",
2371
2351
  "flat",
2372
2352
  "hide-details",
2373
- "hide-spin-buttons",
2374
2353
  "hint",
2375
2354
  "id",
2376
2355
  "input-value",
@@ -2521,7 +2500,6 @@
2521
2500
  "full-width",
2522
2501
  "height",
2523
2502
  "hide-details",
2524
- "hide-spin-buttons",
2525
2503
  "hint",
2526
2504
  "id",
2527
2505
  "label",
@@ -2550,7 +2528,6 @@
2550
2528
  "success",
2551
2529
  "success-messages",
2552
2530
  "suffix",
2553
- "type",
2554
2531
  "validate-on-blur",
2555
2532
  "value"
2556
2533
  ],