@vuetify/nightly 2.6.12 → 2.6.13-master-20221106.0
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/CHANGELOG.md +3 -6
- package/dist/json/attributes.json +12 -96
- package/dist/json/tags.json +0 -21
- package/dist/json/web-types.json +27 -242
- package/dist/vuetify.js +1 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VAutocomplete/VAutocomplete.js +0 -4
- package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/es5/framework.js +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +0 -4
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/framework.js +1 -1
- package/package.json +1 -1
- package/src/components/VAutocomplete/VAutocomplete.ts +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v2.6.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v2.6.13-master-20221106.0...v) (2022-11-06)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [2.6.
|
|
5
|
+
## [2.6.13-master-20221106.0](https://github.com/vuetifyjs/vuetify/compare/v2.6.12...v2.6.13-master-20221106.0) (2022-11-06)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* **
|
|
11
|
-
* **VCombobox:** emit paste event ([7417807](https://github.com/vuetifyjs/vuetify/commit/7417807908a0fc0578c0c7db29be8c25ae601921)), closes [#11186](https://github.com/vuetifyjs/vuetify/issues/11186)
|
|
12
|
-
* **VFileInput:** label click opens dialog twice ([#15902](https://github.com/vuetifyjs/vuetify/issues/15902)) ([7c9f717](https://github.com/vuetifyjs/vuetify/commit/7c9f71730192f2362400ec08d7a99b920571b395)), closes [#15888](https://github.com/vuetifyjs/vuetify/issues/15888)
|
|
13
|
-
* **VStepper:** increate error label selector specificity ([785de11](https://github.com/vuetifyjs/vuetify/commit/785de11b70102f09b274c83490755d2bc25a0aaa)), closes [#15886](https://github.com/vuetifyjs/vuetify/issues/15886)
|
|
10
|
+
* **VAutocomplete:** remove unused allowOverflow prop ([f16c2c5](https://github.com/vuetifyjs/vuetify/commit/f16c2c506bc73074866859cbd798086801a9b1da)), closes [#16008](https://github.com/vuetifyjs/vuetify/issues/16008)
|
|
14
11
|
|
|
15
12
|
|
|
16
13
|
|
|
@@ -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",
|
|
@@ -2163,10 +2151,6 @@
|
|
|
2163
2151
|
"type": "boolean|string",
|
|
2164
2152
|
"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
2153
|
},
|
|
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
2154
|
"v-checkbox/hint": {
|
|
2171
2155
|
"type": "string",
|
|
2172
2156
|
"description": "Hint text"
|
|
@@ -2567,10 +2551,6 @@
|
|
|
2567
2551
|
"type": "string",
|
|
2568
2552
|
"description": "Specify a custom tag used on the root element."
|
|
2569
2553
|
},
|
|
2570
|
-
"v-combobox/allow-overflow": {
|
|
2571
|
-
"type": "boolean",
|
|
2572
|
-
"description": "Allow the menu to overflow off the screen"
|
|
2573
|
-
},
|
|
2574
2554
|
"v-combobox/append-icon": {
|
|
2575
2555
|
"type": "string",
|
|
2576
2556
|
"description": "Appends an icon to the component, uses the same syntax as `v-icon`"
|
|
@@ -2669,7 +2649,7 @@
|
|
|
2669
2649
|
},
|
|
2670
2650
|
"v-combobox/filter": {
|
|
2671
2651
|
"type": "function",
|
|
2672
|
-
"description": "The
|
|
2652
|
+
"description": "The function used for filtering items"
|
|
2673
2653
|
},
|
|
2674
2654
|
"v-combobox/flat": {
|
|
2675
2655
|
"type": "boolean",
|
|
@@ -2695,10 +2675,6 @@
|
|
|
2695
2675
|
"type": "boolean",
|
|
2696
2676
|
"description": "Do not display in the select menu items that are already selected"
|
|
2697
2677
|
},
|
|
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
2678
|
"v-combobox/hint": {
|
|
2703
2679
|
"type": "string",
|
|
2704
2680
|
"description": "Hint text"
|
|
@@ -2817,7 +2793,7 @@
|
|
|
2817
2793
|
},
|
|
2818
2794
|
"v-combobox/search-input": {
|
|
2819
2795
|
"type": "string",
|
|
2820
|
-
"description": "
|
|
2796
|
+
"description": "Use the **.sync** modifier to catch user input from the search input"
|
|
2821
2797
|
},
|
|
2822
2798
|
"v-combobox/shaped": {
|
|
2823
2799
|
"type": "boolean",
|
|
@@ -2851,10 +2827,6 @@
|
|
|
2851
2827
|
"type": "string",
|
|
2852
2828
|
"description": "Displays suffix text"
|
|
2853
2829
|
},
|
|
2854
|
-
"v-combobox/type": {
|
|
2855
|
-
"type": "string",
|
|
2856
|
-
"description": "Sets input type"
|
|
2857
|
-
},
|
|
2858
2830
|
"v-combobox/validate-on-blur": {
|
|
2859
2831
|
"type": "boolean",
|
|
2860
2832
|
"description": "Delays validation until blur event"
|
|
@@ -3553,7 +3525,7 @@
|
|
|
3553
3525
|
},
|
|
3554
3526
|
"v-dialog/close-delay": {
|
|
3555
3527
|
"type": "number|string",
|
|
3556
|
-
"description": "Milliseconds to wait before closing component."
|
|
3528
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
|
3557
3529
|
},
|
|
3558
3530
|
"v-dialog/content-class": {
|
|
3559
3531
|
"type": "string",
|
|
@@ -3597,7 +3569,7 @@
|
|
|
3597
3569
|
},
|
|
3598
3570
|
"v-dialog/open-delay": {
|
|
3599
3571
|
"type": "number|string",
|
|
3600
|
-
"description": "Milliseconds to wait before opening component."
|
|
3572
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
3601
3573
|
},
|
|
3602
3574
|
"v-dialog/open-on-click": {
|
|
3603
3575
|
"type": "boolean",
|
|
@@ -3875,10 +3847,6 @@
|
|
|
3875
3847
|
"type": "boolean",
|
|
3876
3848
|
"description": "Display the icon only without the input (file names)"
|
|
3877
3849
|
},
|
|
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
3850
|
"v-file-input/hint": {
|
|
3883
3851
|
"type": "string",
|
|
3884
3852
|
"description": "Hint text"
|
|
@@ -3991,10 +3959,6 @@
|
|
|
3991
3959
|
"type": "number|string",
|
|
3992
3960
|
"description": "The length of a filename before it is truncated with ellipsis"
|
|
3993
3961
|
},
|
|
3994
|
-
"v-file-input/type": {
|
|
3995
|
-
"type": "string",
|
|
3996
|
-
"description": "Sets input type"
|
|
3997
|
-
},
|
|
3998
3962
|
"v-file-input/validate-on-blur": {
|
|
3999
3963
|
"type": "boolean",
|
|
4000
3964
|
"description": "Delays validation until blur event"
|
|
@@ -4389,7 +4353,7 @@
|
|
|
4389
4353
|
},
|
|
4390
4354
|
"v-hover/close-delay": {
|
|
4391
4355
|
"type": "number|string",
|
|
4392
|
-
"description": "Milliseconds to wait before closing component."
|
|
4356
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
|
4393
4357
|
},
|
|
4394
4358
|
"v-hover/disabled": {
|
|
4395
4359
|
"type": "boolean",
|
|
@@ -4397,7 +4361,7 @@
|
|
|
4397
4361
|
},
|
|
4398
4362
|
"v-hover/open-delay": {
|
|
4399
4363
|
"type": "number|string",
|
|
4400
|
-
"description": "Milliseconds to wait before opening component."
|
|
4364
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
4401
4365
|
},
|
|
4402
4366
|
"v-hover/value": {
|
|
4403
4367
|
"type": "boolean",
|
|
@@ -5367,10 +5331,6 @@
|
|
|
5367
5331
|
"type": "boolean",
|
|
5368
5332
|
"description": "Disable the input"
|
|
5369
5333
|
},
|
|
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
5334
|
"v-otp-input/id": {
|
|
5375
5335
|
"type": "string",
|
|
5376
5336
|
"description": "Sets the DOM id on the component"
|
|
@@ -5395,10 +5355,6 @@
|
|
|
5395
5355
|
"type": "any",
|
|
5396
5356
|
"description": "The input's value"
|
|
5397
5357
|
},
|
|
5398
|
-
"v-overflow-btn/allow-overflow": {
|
|
5399
|
-
"type": "boolean",
|
|
5400
|
-
"description": "Allow the menu to overflow off the screen"
|
|
5401
|
-
},
|
|
5402
5358
|
"v-overflow-btn/append-icon": {
|
|
5403
5359
|
"type": "string",
|
|
5404
5360
|
"description": "Appends an icon to the component, uses the same syntax as `v-icon`"
|
|
@@ -5497,7 +5453,7 @@
|
|
|
5497
5453
|
},
|
|
5498
5454
|
"v-overflow-btn/filter": {
|
|
5499
5455
|
"type": "function",
|
|
5500
|
-
"description": "The
|
|
5456
|
+
"description": "The function used for filtering items"
|
|
5501
5457
|
},
|
|
5502
5458
|
"v-overflow-btn/flat": {
|
|
5503
5459
|
"type": "boolean",
|
|
@@ -5523,10 +5479,6 @@
|
|
|
5523
5479
|
"type": "boolean",
|
|
5524
5480
|
"description": "Do not display in the select menu items that are already selected"
|
|
5525
5481
|
},
|
|
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
5482
|
"v-overflow-btn/hint": {
|
|
5531
5483
|
"type": "string",
|
|
5532
5484
|
"description": "Hint text"
|
|
@@ -5645,7 +5597,7 @@
|
|
|
5645
5597
|
},
|
|
5646
5598
|
"v-overflow-btn/search-input": {
|
|
5647
5599
|
"type": "string",
|
|
5648
|
-
"description": "
|
|
5600
|
+
"description": "Use the **.sync** modifier to catch user input from the search input"
|
|
5649
5601
|
},
|
|
5650
5602
|
"v-overflow-btn/segmented": {
|
|
5651
5603
|
"type": "boolean",
|
|
@@ -5683,10 +5635,6 @@
|
|
|
5683
5635
|
"type": "string",
|
|
5684
5636
|
"description": "Displays suffix text"
|
|
5685
5637
|
},
|
|
5686
|
-
"v-overflow-btn/type": {
|
|
5687
|
-
"type": "string",
|
|
5688
|
-
"description": "Sets input type"
|
|
5689
|
-
},
|
|
5690
5638
|
"v-overflow-btn/validate-on-blur": {
|
|
5691
5639
|
"type": "boolean",
|
|
5692
5640
|
"description": "Delays validation until blur event"
|
|
@@ -6011,10 +5959,6 @@
|
|
|
6011
5959
|
"type": "boolean|string",
|
|
6012
5960
|
"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
5961
|
},
|
|
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
5962
|
"v-radio-group/hint": {
|
|
6019
5963
|
"type": "string",
|
|
6020
5964
|
"description": "Hint text"
|
|
@@ -6191,10 +6135,6 @@
|
|
|
6191
6135
|
"type": "boolean|string",
|
|
6192
6136
|
"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
6137
|
},
|
|
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
6138
|
"v-range-slider/hint": {
|
|
6199
6139
|
"type": "string",
|
|
6200
6140
|
"description": "Hint text"
|
|
@@ -6317,7 +6257,7 @@
|
|
|
6317
6257
|
},
|
|
6318
6258
|
"v-rating/close-delay": {
|
|
6319
6259
|
"type": "number|string",
|
|
6320
|
-
"description": "Milliseconds to wait before closing component."
|
|
6260
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
|
6321
6261
|
},
|
|
6322
6262
|
"v-rating/color": {
|
|
6323
6263
|
"type": "string",
|
|
@@ -6369,7 +6309,7 @@
|
|
|
6369
6309
|
},
|
|
6370
6310
|
"v-rating/open-delay": {
|
|
6371
6311
|
"type": "number|string",
|
|
6372
|
-
"description": "Milliseconds to wait before opening component."
|
|
6312
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
6373
6313
|
},
|
|
6374
6314
|
"v-rating/readonly": {
|
|
6375
6315
|
"type": "boolean",
|
|
@@ -6539,10 +6479,6 @@
|
|
|
6539
6479
|
"type": "boolean",
|
|
6540
6480
|
"description": "Do not display in the select menu items that are already selected"
|
|
6541
6481
|
},
|
|
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
6482
|
"v-select/hint": {
|
|
6547
6483
|
"type": "string",
|
|
6548
6484
|
"description": "Hint text"
|
|
@@ -6687,10 +6623,6 @@
|
|
|
6687
6623
|
"type": "string",
|
|
6688
6624
|
"description": "Displays suffix text"
|
|
6689
6625
|
},
|
|
6690
|
-
"v-select/type": {
|
|
6691
|
-
"type": "string",
|
|
6692
|
-
"description": "Sets input type"
|
|
6693
|
-
},
|
|
6694
6626
|
"v-select/validate-on-blur": {
|
|
6695
6627
|
"type": "boolean",
|
|
6696
6628
|
"description": "Delays validation until blur event"
|
|
@@ -6807,10 +6739,6 @@
|
|
|
6807
6739
|
"type": "boolean|string",
|
|
6808
6740
|
"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
6741
|
},
|
|
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
6742
|
"v-slider/hint": {
|
|
6815
6743
|
"type": "string",
|
|
6816
6744
|
"description": "Hint text"
|
|
@@ -7411,10 +7339,6 @@
|
|
|
7411
7339
|
"type": "boolean|string",
|
|
7412
7340
|
"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
7341
|
},
|
|
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
7342
|
"v-switch/hint": {
|
|
7419
7343
|
"type": "string",
|
|
7420
7344
|
"description": "Hint text"
|
|
@@ -7875,10 +7799,6 @@
|
|
|
7875
7799
|
"type": "boolean|string",
|
|
7876
7800
|
"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
7801
|
},
|
|
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
7802
|
"v-textarea/hint": {
|
|
7883
7803
|
"type": "string",
|
|
7884
7804
|
"description": "Hint text"
|
|
@@ -7991,10 +7911,6 @@
|
|
|
7991
7911
|
"type": "string",
|
|
7992
7912
|
"description": "Displays suffix text"
|
|
7993
7913
|
},
|
|
7994
|
-
"v-textarea/type": {
|
|
7995
|
-
"type": "string",
|
|
7996
|
-
"description": "Sets input type"
|
|
7997
|
-
},
|
|
7998
7914
|
"v-textarea/validate-on-blur": {
|
|
7999
7915
|
"type": "boolean",
|
|
8000
7916
|
"description": "Delays validation until blur event"
|
package/dist/json/tags.json
CHANGED
|
@@ -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"
|
|
@@ -675,7 +672,6 @@
|
|
|
675
672
|
"error-messages",
|
|
676
673
|
"false-value",
|
|
677
674
|
"hide-details",
|
|
678
|
-
"hide-spin-buttons",
|
|
679
675
|
"hint",
|
|
680
676
|
"id",
|
|
681
677
|
"indeterminate",
|
|
@@ -806,7 +802,6 @@
|
|
|
806
802
|
},
|
|
807
803
|
"v-combobox": {
|
|
808
804
|
"attributes": [
|
|
809
|
-
"allow-overflow",
|
|
810
805
|
"append-icon",
|
|
811
806
|
"append-outer-icon",
|
|
812
807
|
"attach",
|
|
@@ -838,7 +833,6 @@
|
|
|
838
833
|
"hide-details",
|
|
839
834
|
"hide-no-data",
|
|
840
835
|
"hide-selected",
|
|
841
|
-
"hide-spin-buttons",
|
|
842
836
|
"hint",
|
|
843
837
|
"id",
|
|
844
838
|
"item-color",
|
|
@@ -877,7 +871,6 @@
|
|
|
877
871
|
"success",
|
|
878
872
|
"success-messages",
|
|
879
873
|
"suffix",
|
|
880
|
-
"type",
|
|
881
874
|
"validate-on-blur",
|
|
882
875
|
"value",
|
|
883
876
|
"value-comparator"
|
|
@@ -1203,7 +1196,6 @@
|
|
|
1203
1196
|
"height",
|
|
1204
1197
|
"hide-details",
|
|
1205
1198
|
"hide-input",
|
|
1206
|
-
"hide-spin-buttons",
|
|
1207
1199
|
"hint",
|
|
1208
1200
|
"id",
|
|
1209
1201
|
"label",
|
|
@@ -1232,7 +1224,6 @@
|
|
|
1232
1224
|
"success-messages",
|
|
1233
1225
|
"suffix",
|
|
1234
1226
|
"truncate-length",
|
|
1235
|
-
"type",
|
|
1236
1227
|
"validate-on-blur",
|
|
1237
1228
|
"value"
|
|
1238
1229
|
],
|
|
@@ -1724,7 +1715,6 @@
|
|
|
1724
1715
|
"attributes": [
|
|
1725
1716
|
"dark",
|
|
1726
1717
|
"disabled",
|
|
1727
|
-
"hide-spin-buttons",
|
|
1728
1718
|
"id",
|
|
1729
1719
|
"length",
|
|
1730
1720
|
"plain",
|
|
@@ -1736,7 +1726,6 @@
|
|
|
1736
1726
|
},
|
|
1737
1727
|
"v-overflow-btn": {
|
|
1738
1728
|
"attributes": [
|
|
1739
|
-
"allow-overflow",
|
|
1740
1729
|
"append-icon",
|
|
1741
1730
|
"append-outer-icon",
|
|
1742
1731
|
"attach",
|
|
@@ -1768,7 +1757,6 @@
|
|
|
1768
1757
|
"hide-details",
|
|
1769
1758
|
"hide-no-data",
|
|
1770
1759
|
"hide-selected",
|
|
1771
|
-
"hide-spin-buttons",
|
|
1772
1760
|
"hint",
|
|
1773
1761
|
"id",
|
|
1774
1762
|
"item-color",
|
|
@@ -1808,7 +1796,6 @@
|
|
|
1808
1796
|
"success",
|
|
1809
1797
|
"success-messages",
|
|
1810
1798
|
"suffix",
|
|
1811
|
-
"type",
|
|
1812
1799
|
"validate-on-blur",
|
|
1813
1800
|
"value",
|
|
1814
1801
|
"value-comparator"
|
|
@@ -1925,7 +1912,6 @@
|
|
|
1925
1912
|
"error-count",
|
|
1926
1913
|
"error-messages",
|
|
1927
1914
|
"hide-details",
|
|
1928
|
-
"hide-spin-buttons",
|
|
1929
1915
|
"hint",
|
|
1930
1916
|
"id",
|
|
1931
1917
|
"label",
|
|
@@ -1980,7 +1966,6 @@
|
|
|
1980
1966
|
"error-messages",
|
|
1981
1967
|
"height",
|
|
1982
1968
|
"hide-details",
|
|
1983
|
-
"hide-spin-buttons",
|
|
1984
1969
|
"hint",
|
|
1985
1970
|
"id",
|
|
1986
1971
|
"inverse-label",
|
|
@@ -2082,7 +2067,6 @@
|
|
|
2082
2067
|
"height",
|
|
2083
2068
|
"hide-details",
|
|
2084
2069
|
"hide-selected",
|
|
2085
|
-
"hide-spin-buttons",
|
|
2086
2070
|
"hint",
|
|
2087
2071
|
"id",
|
|
2088
2072
|
"item-color",
|
|
@@ -2119,7 +2103,6 @@
|
|
|
2119
2103
|
"success",
|
|
2120
2104
|
"success-messages",
|
|
2121
2105
|
"suffix",
|
|
2122
|
-
"type",
|
|
2123
2106
|
"validate-on-blur",
|
|
2124
2107
|
"value",
|
|
2125
2108
|
"value-comparator"
|
|
@@ -2159,7 +2142,6 @@
|
|
|
2159
2142
|
"error-messages",
|
|
2160
2143
|
"height",
|
|
2161
2144
|
"hide-details",
|
|
2162
|
-
"hide-spin-buttons",
|
|
2163
2145
|
"hint",
|
|
2164
2146
|
"id",
|
|
2165
2147
|
"inverse-label",
|
|
@@ -2370,7 +2352,6 @@
|
|
|
2370
2352
|
"false-value",
|
|
2371
2353
|
"flat",
|
|
2372
2354
|
"hide-details",
|
|
2373
|
-
"hide-spin-buttons",
|
|
2374
2355
|
"hint",
|
|
2375
2356
|
"id",
|
|
2376
2357
|
"input-value",
|
|
@@ -2521,7 +2502,6 @@
|
|
|
2521
2502
|
"full-width",
|
|
2522
2503
|
"height",
|
|
2523
2504
|
"hide-details",
|
|
2524
|
-
"hide-spin-buttons",
|
|
2525
2505
|
"hint",
|
|
2526
2506
|
"id",
|
|
2527
2507
|
"label",
|
|
@@ -2550,7 +2530,6 @@
|
|
|
2550
2530
|
"success",
|
|
2551
2531
|
"success-messages",
|
|
2552
2532
|
"suffix",
|
|
2553
|
-
"type",
|
|
2554
2533
|
"validate-on-blur",
|
|
2555
2534
|
"value"
|
|
2556
2535
|
],
|