@vuetify/nightly 3.8.7-master.2025-06-03 → 3.8.8-dev.2025-06-04
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 +29 -15
- package/dist/json/attributes.json +3615 -3515
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +25 -0
- package/dist/json/web-types.json +6428 -6096
- package/dist/vuetify-labs.cjs +363 -145
- package/dist/vuetify-labs.css +3793 -3759
- package/dist/vuetify-labs.d.ts +2390 -1886
- package/dist/vuetify-labs.esm.js +364 -146
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +363 -145
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +357 -134
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3553 -3519
- package/dist/vuetify.d.ts +1545 -1081
- package/dist/vuetify.esm.js +358 -135
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +357 -134
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1224 -1206
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +6 -1
- package/lib/components/VAlert/VAlert.d.ts +35 -0
- package/lib/components/VAlert/VAlert.js +15 -10
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +7 -1
- package/lib/components/VAppBar/VAppBar.d.ts +15 -3
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +20 -10
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +154 -103
- package/lib/components/VAutocomplete/VAutocomplete.js +21 -3
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtn/VBtn.d.ts +20 -10
- package/lib/components/VBtnGroup/VBtnGroup.css +30 -7
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
- package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
- package/lib/components/VCard/VCard.d.ts +20 -10
- package/lib/components/VCheckbox/VCheckbox.d.ts +23 -13
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +20 -10
- package/lib/components/VChip/VChip.d.ts +20 -10
- package/lib/components/VChipGroup/VChipGroup.d.ts +10 -0
- package/lib/components/VCombobox/VCombobox.d.ts +154 -103
- package/lib/components/VCombobox/VCombobox.js +22 -3
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +60 -0
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +13 -0
- package/lib/components/VDataTable/VDataTableHeaders.js +4 -2
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +42 -0
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +42 -0
- package/lib/components/VDatePicker/VDatePicker.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +20 -10
- package/lib/components/VFab/VFab.d.ts +20 -10
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +15 -15
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VList/VList.d.ts +13 -0
- package/lib/components/VList/VList.js +4 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +23 -10
- package/lib/components/VList/VListItem.js +7 -3
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/list.d.ts +9 -2
- package/lib/components/VList/list.js +7 -0
- package/lib/components/VList/list.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +103 -89
- package/lib/components/VNumberInput/VNumberInput.js +19 -4
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -1
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VRadio/VRadio.d.ts +20 -10
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +23 -13
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +171 -107
- package/lib/components/VSelect/VSelect.js +21 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +20 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +28 -14
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +10 -0
- package/lib/components/VSlideGroup/VSlideGroup.js +2 -1
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSlider/VSlider.d.ts +3 -3
- package/lib/components/VSlider/VSliderThumb.d.ts +20 -10
- package/lib/components/VStepper/VStepperItem.d.ts +28 -14
- package/lib/components/VSwitch/VSwitch.d.ts +23 -13
- package/lib/components/VTable/VTable.css +6 -0
- package/lib/components/VTable/VTable.d.ts +55 -24
- package/lib/components/VTable/VTable.js +9 -2
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTable/VTable.sass +14 -0
- package/lib/components/VTable/_variables.scss +1 -0
- package/lib/components/VTabs/VTab.d.ts +56 -28
- package/lib/components/VTabs/VTabs.d.ts +10 -0
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/components/VToolbar/VToolbar.d.ts +15 -3
- package/lib/components/VToolbar/VToolbar.js +6 -3
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/composables/calendar.d.ts +6 -0
- package/lib/composables/calendar.js +2 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +3 -3
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/string.d.ts +54 -0
- package/lib/composables/date/adapters/string.js +153 -0
- package/lib/composables/date/adapters/string.js.map +1 -0
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +4 -4
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +3 -3
- package/lib/composables/date/index.d.ts +1 -0
- package/lib/composables/date/index.js +1 -0
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/filter.js +3 -0
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/iconSizes.d.ts +28 -0
- package/lib/composables/iconSizes.js +23 -0
- package/lib/composables/iconSizes.js.map +1 -0
- package/lib/composables/list-items.js +2 -2
- package/lib/composables/list-items.js.map +1 -1
- package/lib/composables/theme.d.ts +6 -1
- package/lib/composables/theme.js +94 -26
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +6 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/directives/ripple/index.d.ts +2 -1
- package/lib/directives/ripple/index.js +12 -7
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/entry-bundler.d.ts +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +70 -55
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +10 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +97 -87
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +20 -10
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +7 -11
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +20 -10
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +20 -10
- package/lib/labs/VTreeview/VTreeview.d.ts +13 -0
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +20 -10
- package/lib/labs/entry-bundler.d.ts +3 -3
- package/lib/util/globals.d.ts +1 -0
- package/lib/util/globals.js +1 -0
- package/lib/util/globals.js.map +1 -1
- package/lib/util/helpers.d.ts +1 -0
- package/lib/util/helpers.js +9 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +3 -1
package/dist/json/tags.json
CHANGED
@@ -11,6 +11,8 @@
|
|
11
11
|
"elevation",
|
12
12
|
"height",
|
13
13
|
"icon",
|
14
|
+
"icon-size",
|
15
|
+
"icon-sizes",
|
14
16
|
"location",
|
15
17
|
"max-height",
|
16
18
|
"max-width",
|
@@ -184,6 +186,7 @@
|
|
184
186
|
"model-value",
|
185
187
|
"multiple",
|
186
188
|
"name",
|
189
|
+
"no-auto-scroll",
|
187
190
|
"no-data-text",
|
188
191
|
"no-filter",
|
189
192
|
"open-on-clear",
|
@@ -465,6 +468,7 @@
|
|
465
468
|
"border",
|
466
469
|
"color",
|
467
470
|
"density",
|
471
|
+
"direction",
|
468
472
|
"divided",
|
469
473
|
"elevation",
|
470
474
|
"rounded",
|
@@ -481,6 +485,7 @@
|
|
481
485
|
"border",
|
482
486
|
"color",
|
483
487
|
"density",
|
488
|
+
"direction",
|
484
489
|
"disabled",
|
485
490
|
"divided",
|
486
491
|
"elevation",
|
@@ -525,6 +530,7 @@
|
|
525
530
|
"text",
|
526
531
|
"title",
|
527
532
|
"view-mode",
|
533
|
+
"weekday-format",
|
528
534
|
"weekdays",
|
529
535
|
"weeks-in-month",
|
530
536
|
"year"
|
@@ -854,6 +860,7 @@
|
|
854
860
|
"center-active",
|
855
861
|
"color",
|
856
862
|
"column",
|
863
|
+
"content-class",
|
857
864
|
"direction",
|
858
865
|
"disabled",
|
859
866
|
"filter",
|
@@ -1098,6 +1105,7 @@
|
|
1098
1105
|
"model-value",
|
1099
1106
|
"multiple",
|
1100
1107
|
"name",
|
1108
|
+
"no-auto-scroll",
|
1101
1109
|
"no-data-text",
|
1102
1110
|
"no-filter",
|
1103
1111
|
"open-on-clear",
|
@@ -1234,6 +1242,7 @@
|
|
1234
1242
|
"items-per-page",
|
1235
1243
|
"items-per-page-options",
|
1236
1244
|
"items-per-page-text",
|
1245
|
+
"last-fixed",
|
1237
1246
|
"last-icon",
|
1238
1247
|
"last-page-label",
|
1239
1248
|
"loading",
|
@@ -1262,6 +1271,7 @@
|
|
1262
1271
|
"sort-by",
|
1263
1272
|
"sort-desc-icon",
|
1264
1273
|
"sticky",
|
1274
|
+
"striped",
|
1265
1275
|
"tag",
|
1266
1276
|
"theme",
|
1267
1277
|
"value-comparator",
|
@@ -1292,6 +1302,7 @@
|
|
1292
1302
|
"disable-sort",
|
1293
1303
|
"fixed-header",
|
1294
1304
|
"header-props",
|
1305
|
+
"last-fixed",
|
1295
1306
|
"loading",
|
1296
1307
|
"mobile",
|
1297
1308
|
"mobile-breakpoint",
|
@@ -1355,6 +1366,7 @@
|
|
1355
1366
|
"items-per-page",
|
1356
1367
|
"items-per-page-options",
|
1357
1368
|
"items-per-page-text",
|
1369
|
+
"last-fixed",
|
1358
1370
|
"last-icon",
|
1359
1371
|
"last-page-label",
|
1360
1372
|
"loading",
|
@@ -1382,6 +1394,7 @@
|
|
1382
1394
|
"sort-by",
|
1383
1395
|
"sort-desc-icon",
|
1384
1396
|
"sticky",
|
1397
|
+
"striped",
|
1385
1398
|
"tag",
|
1386
1399
|
"theme",
|
1387
1400
|
"value-comparator",
|
@@ -1417,6 +1430,7 @@
|
|
1417
1430
|
"item-selectable",
|
1418
1431
|
"item-value",
|
1419
1432
|
"items",
|
1433
|
+
"last-fixed",
|
1420
1434
|
"loading",
|
1421
1435
|
"loading-text",
|
1422
1436
|
"mobile",
|
@@ -1436,6 +1450,7 @@
|
|
1436
1450
|
"sort-by",
|
1437
1451
|
"sort-desc-icon",
|
1438
1452
|
"sticky",
|
1453
|
+
"striped",
|
1439
1454
|
"tag",
|
1440
1455
|
"theme",
|
1441
1456
|
"value-comparator",
|
@@ -1543,6 +1558,7 @@
|
|
1543
1558
|
"validation-value",
|
1544
1559
|
"variant",
|
1545
1560
|
"view-mode",
|
1561
|
+
"weekday-format",
|
1546
1562
|
"weekdays",
|
1547
1563
|
"weeks-in-month",
|
1548
1564
|
"width",
|
@@ -1595,6 +1611,7 @@
|
|
1595
1611
|
"title",
|
1596
1612
|
"transition",
|
1597
1613
|
"view-mode",
|
1614
|
+
"weekday-format",
|
1598
1615
|
"weekdays",
|
1599
1616
|
"weeks-in-month",
|
1600
1617
|
"width",
|
@@ -1640,6 +1657,7 @@
|
|
1640
1657
|
"show-adjacent-months",
|
1641
1658
|
"show-week",
|
1642
1659
|
"transition",
|
1660
|
+
"weekday-format",
|
1643
1661
|
"weekdays",
|
1644
1662
|
"weeks-in-month",
|
1645
1663
|
"year"
|
@@ -2410,6 +2428,7 @@
|
|
2410
2428
|
"disabled",
|
2411
2429
|
"elevation",
|
2412
2430
|
"expand-icon",
|
2431
|
+
"filterable",
|
2413
2432
|
"height",
|
2414
2433
|
"item-children",
|
2415
2434
|
"item-props",
|
@@ -2694,6 +2713,7 @@
|
|
2694
2713
|
"max-width",
|
2695
2714
|
"messages",
|
2696
2715
|
"min",
|
2716
|
+
"min-fraction-digits",
|
2697
2717
|
"min-width",
|
2698
2718
|
"model-modifiers",
|
2699
2719
|
"model-value",
|
@@ -3211,6 +3231,7 @@
|
|
3211
3231
|
"model-value",
|
3212
3232
|
"multiple",
|
3213
3233
|
"name",
|
3234
|
+
"no-auto-scroll",
|
3214
3235
|
"no-data-text",
|
3215
3236
|
"open-on-clear",
|
3216
3237
|
"open-text",
|
@@ -3331,6 +3352,7 @@
|
|
3331
3352
|
"VSlideGroup": {
|
3332
3353
|
"attributes": [
|
3333
3354
|
"center-active",
|
3355
|
+
"content-class",
|
3334
3356
|
"direction",
|
3335
3357
|
"disabled",
|
3336
3358
|
"mandatory",
|
@@ -3936,6 +3958,7 @@
|
|
3936
3958
|
"fixed-header",
|
3937
3959
|
"height",
|
3938
3960
|
"hover",
|
3961
|
+
"striped",
|
3939
3962
|
"tag",
|
3940
3963
|
"theme"
|
3941
3964
|
],
|
@@ -3947,6 +3970,7 @@
|
|
3947
3970
|
"bg-color",
|
3948
3971
|
"center-active",
|
3949
3972
|
"color",
|
3973
|
+
"content-class",
|
3950
3974
|
"density",
|
3951
3975
|
"direction",
|
3952
3976
|
"disabled",
|
@@ -4348,6 +4372,7 @@
|
|
4348
4372
|
"false-icon",
|
4349
4373
|
"filter-keys",
|
4350
4374
|
"filter-mode",
|
4375
|
+
"filterable",
|
4351
4376
|
"fluid",
|
4352
4377
|
"height",
|
4353
4378
|
"indeterminate-icon",
|