vuetify 3.10.5 → 3.10.7
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/README.md +0 -6
- package/dist/json/attributes.json +3488 -3512
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +176 -176
- package/dist/json/tags.json +3 -9
- package/dist/json/web-types.json +6467 -6520
- package/dist/vuetify-labs.cjs +190 -82
- package/dist/vuetify-labs.css +4945 -4895
- package/dist/vuetify-labs.d.ts +117 -172
- package/dist/vuetify-labs.esm.js +190 -82
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +190 -82
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +171 -72
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3926 -3898
- package/dist/vuetify.d.ts +117 -137
- package/dist/vuetify.esm.js +171 -72
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +171 -72
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +118 -107
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +0 -61
- package/lib/components/VAutocomplete/VAutocomplete.js +15 -12
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.d.ts +37 -0
- package/lib/components/VChipGroup/VChipGroup.js +3 -1
- package/lib/components/VChipGroup/VChipGroup.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +6 -67
- package/lib/components/VCombobox/VCombobox.js +29 -30
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.css +1 -0
- package/lib/components/VCounter/VCounter.sass +1 -0
- package/lib/components/VDatePicker/VDatePicker.js +1 -1
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.js +3 -2
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VList/VListItem.css +14 -12
- package/lib/components/VList/VListItem.js +4 -2
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/VListItem.sass +20 -18
- package/lib/components/VMenu/VMenu.js +22 -4
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.css +8 -0
- package/lib/components/VNumberInput/VNumberInput.js +5 -2
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.sass +10 -4
- package/lib/components/VSelect/VSelect.js +2 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +17 -0
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js +3 -3
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +7 -0
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +25 -0
- package/lib/components/VSlideGroup/VSlideGroup.js +5 -1
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VTabs/VTabs.d.ts +25 -0
- package/lib/components/VTextField/VTextField.js +3 -5
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.css +2 -2
- package/lib/components/VTextarea/VTextarea.d.ts +3 -3
- package/lib/components/VTextarea/VTextarea.js +23 -3
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +4 -2
- package/lib/components/VWindow/VWindow.js +39 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/composables/date/date.js +1 -1
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/group.js +1 -1
- package/lib/composables/group.js.map +1 -1
- package/lib/composables/nested/nested.js +12 -2
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/virtual.js +2 -2
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +60 -60
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +0 -40
- package/lib/labs/VColorInput/VColorInput.js +2 -2
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +0 -30
- package/lib/labs/VDateInput/VDateInput.js +16 -7
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.css +22 -0
- package/lib/labs/VIconBtn/VIconBtn.scss +32 -0
- package/lib/labs/VMaskInput/VMaskInput.js +1 -1
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
- package/lib/labs/rules/rules.js +1 -1
- package/lib/labs/rules/rules.js.map +1 -1
- package/lib/util/helpers.js +4 -2
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/dist/json/tags.json
CHANGED
|
@@ -212,7 +212,6 @@
|
|
|
212
212
|
"suffix",
|
|
213
213
|
"theme",
|
|
214
214
|
"tile",
|
|
215
|
-
"transition",
|
|
216
215
|
"type",
|
|
217
216
|
"validate-on",
|
|
218
217
|
"value-comparator",
|
|
@@ -828,6 +827,7 @@
|
|
|
828
827
|
"multiple",
|
|
829
828
|
"next-icon",
|
|
830
829
|
"prev-icon",
|
|
830
|
+
"scroll-to-active",
|
|
831
831
|
"selected-class",
|
|
832
832
|
"show-arrows",
|
|
833
833
|
"symbol",
|
|
@@ -909,7 +909,6 @@
|
|
|
909
909
|
"flat",
|
|
910
910
|
"focused",
|
|
911
911
|
"glow",
|
|
912
|
-
"height",
|
|
913
912
|
"hide-actions",
|
|
914
913
|
"hide-canvas",
|
|
915
914
|
"hide-details",
|
|
@@ -926,12 +925,9 @@
|
|
|
926
925
|
"label",
|
|
927
926
|
"landscape",
|
|
928
927
|
"loading",
|
|
929
|
-
"location",
|
|
930
928
|
"max-errors",
|
|
931
|
-
"max-height",
|
|
932
929
|
"max-width",
|
|
933
930
|
"messages",
|
|
934
|
-
"min-height",
|
|
935
931
|
"min-width",
|
|
936
932
|
"mode",
|
|
937
933
|
"model-modifiers",
|
|
@@ -1099,7 +1095,6 @@
|
|
|
1099
1095
|
"suffix",
|
|
1100
1096
|
"theme",
|
|
1101
1097
|
"tile",
|
|
1102
|
-
"transition",
|
|
1103
1098
|
"type",
|
|
1104
1099
|
"validate-on",
|
|
1105
1100
|
"value-comparator",
|
|
@@ -1484,7 +1479,6 @@
|
|
|
1484
1479
|
"glow",
|
|
1485
1480
|
"header",
|
|
1486
1481
|
"header-color",
|
|
1487
|
-
"height",
|
|
1488
1482
|
"hide-actions",
|
|
1489
1483
|
"hide-details",
|
|
1490
1484
|
"hide-header",
|
|
@@ -1501,12 +1495,10 @@
|
|
|
1501
1495
|
"location",
|
|
1502
1496
|
"max",
|
|
1503
1497
|
"max-errors",
|
|
1504
|
-
"max-height",
|
|
1505
1498
|
"max-width",
|
|
1506
1499
|
"menu",
|
|
1507
1500
|
"messages",
|
|
1508
1501
|
"min",
|
|
1509
|
-
"min-height",
|
|
1510
1502
|
"min-width",
|
|
1511
1503
|
"mobile",
|
|
1512
1504
|
"mobile-breakpoint",
|
|
@@ -3526,6 +3518,7 @@
|
|
|
3526
3518
|
"multiple",
|
|
3527
3519
|
"next-icon",
|
|
3528
3520
|
"prev-icon",
|
|
3521
|
+
"scroll-to-active",
|
|
3529
3522
|
"selected-class",
|
|
3530
3523
|
"show-arrows",
|
|
3531
3524
|
"symbol",
|
|
@@ -4157,6 +4150,7 @@
|
|
|
4157
4150
|
"multiple",
|
|
4158
4151
|
"next-icon",
|
|
4159
4152
|
"prev-icon",
|
|
4153
|
+
"scroll-to-active",
|
|
4160
4154
|
"selected-class",
|
|
4161
4155
|
"show-arrows",
|
|
4162
4156
|
"slider-color",
|