@vuetify/nightly 3.8.9-master.2025-06-14 → 3.8.10-dev.2025-06-18
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 +46 -14
- package/dist/json/attributes.json +3541 -3137
- package/dist/json/importMap-labs.json +30 -26
- package/dist/json/importMap.json +174 -174
- package/dist/json/tags.json +108 -2
- package/dist/json/web-types.json +7295 -5648
- package/dist/vuetify-labs.cjs +795 -198
- package/dist/vuetify-labs.css +4855 -4806
- package/dist/vuetify-labs.d.ts +10430 -3099
- package/dist/vuetify-labs.esm.js +796 -199
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +795 -198
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +520 -183
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2398 -2349
- package/dist/vuetify.d.ts +2798 -2091
- package/dist/vuetify.esm.js +521 -184
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +520 -183
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1257 -1234
- 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 +175 -110
- package/lib/components/VAutocomplete/VAutocomplete.js +21 -3
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBadge/VBadge.d.ts +60 -0
- package/lib/components/VBadge/VBadge.js +7 -2
- package/lib/components/VBadge/VBadge.js.map +1 -1
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.d.ts +20 -10
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtnGroup/VBtnGroup.css +32 -8
- 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 +46 -18
- 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 +175 -110
- 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 +80 -5
- package/lib/components/VDatePicker/VDatePicker.js +10 -4
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- 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/VInfiniteScroll/VInfiniteScroll.d.ts +9 -3
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +29 -0
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VKbd/VKbd.css +13 -2
- package/lib/components/VKbd/VKbd.d.ts +221 -0
- package/lib/components/VKbd/VKbd.js +55 -0
- package/lib/components/VKbd/VKbd.js.map +1 -0
- package/lib/components/VKbd/VKbd.sass +2 -1
- package/lib/components/VKbd/_variables.scss +12 -1
- package/lib/components/VKbd/index.d.ts +1 -95
- package/lib/components/VKbd/index.js +1 -4
- package/lib/components/VKbd/index.js.map +1 -1
- 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 +4 -3
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VList/VListGroup.d.ts +10 -0
- package/lib/components/VList/VListGroup.js +2 -2
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +28 -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/VMenu/VMenu.d.ts +13 -0
- package/lib/components/VMenu/VMenu.js +2 -1
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +114 -89
- package/lib/components/VNumberInput/VNumberInput.js +43 -20
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +19 -2
- 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 +204 -118
- 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/VSpeedDial/VSpeedDial.d.ts +13 -0
- 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/VTextField/VTextField.js +4 -4
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/components/VTextarea/VTextarea.js +4 -4
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- 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/autofocus.d.ts +7 -0
- package/lib/composables/autofocus.js +10 -0
- package/lib/composables/autofocus.js.map +1 -0
- package/lib/composables/calendar.d.ts +5 -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/group.js +1 -0
- package/lib/composables/group.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/intersectionObserver.js +2 -2
- package/lib/composables/intersectionObserver.js.map +1 -1
- package/lib/composables/locale.d.ts +5 -1
- package/lib/composables/locale.js.map +1 -1
- package/lib/composables/mask.d.ts +38 -0
- package/lib/composables/mask.js +183 -0
- package/lib/composables/mask.js.map +1 -0
- package/lib/composables/selectLink.js +2 -2
- package/lib/composables/selectLink.js.map +1 -1
- package/lib/composables/theme.d.ts +6 -1
- package/lib/composables/theme.js +97 -29
- 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 +4 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +92 -73
- 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/VMaskInput/VMaskInput.d.ts +6993 -0
- package/lib/labs/VMaskInput/VMaskInput.js +67 -0
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -0
- package/lib/labs/VMaskInput/index.d.ts +1 -0
- package/lib/labs/VMaskInput/index.js +2 -0
- package/lib/labs/VMaskInput/index.js.map +1 -0
- 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 +51 -38
- package/lib/labs/VTreeview/VTreeview.js +1 -1
- package/lib/labs/VTreeview/VTreeview.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +35 -0
- package/lib/labs/VTreeview/VTreeviewChildren.js +21 -3
- package/lib/labs/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/labs/VTreeview/VTreeviewGroup.d.ts +10 -0
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +20 -10
- package/lib/labs/VTreeview/VTreeviewItem.js +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +4 -3
- package/lib/locale/adapters/vue-i18n.js +6 -1
- package/lib/locale/adapters/vue-i18n.js.map +1 -1
- package/lib/locale/adapters/vuetify.js +7 -1
- package/lib/locale/adapters/vuetify.js.map +1 -1
- 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 +2 -1
- package/lib/util/helpers.js +12 -7
- package/lib/util/helpers.js.map +1 -1
- package/package.json +9 -7
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",
|
@@ -242,11 +245,16 @@
|
|
242
245
|
"content",
|
243
246
|
"dot",
|
244
247
|
"floating",
|
248
|
+
"height",
|
245
249
|
"icon",
|
246
250
|
"inline",
|
247
251
|
"label",
|
248
252
|
"location",
|
249
253
|
"max",
|
254
|
+
"max-height",
|
255
|
+
"max-width",
|
256
|
+
"min-height",
|
257
|
+
"min-width",
|
250
258
|
"model-value",
|
251
259
|
"offset-x",
|
252
260
|
"offset-y",
|
@@ -255,7 +263,8 @@
|
|
255
263
|
"text-color",
|
256
264
|
"theme",
|
257
265
|
"tile",
|
258
|
-
"transition"
|
266
|
+
"transition",
|
267
|
+
"width"
|
259
268
|
],
|
260
269
|
"description": ""
|
261
270
|
},
|
@@ -465,6 +474,7 @@
|
|
465
474
|
"border",
|
466
475
|
"color",
|
467
476
|
"density",
|
477
|
+
"direction",
|
468
478
|
"divided",
|
469
479
|
"elevation",
|
470
480
|
"rounded",
|
@@ -481,6 +491,7 @@
|
|
481
491
|
"border",
|
482
492
|
"color",
|
483
493
|
"density",
|
494
|
+
"direction",
|
484
495
|
"disabled",
|
485
496
|
"divided",
|
486
497
|
"elevation",
|
@@ -525,6 +536,7 @@
|
|
525
536
|
"text",
|
526
537
|
"title",
|
527
538
|
"view-mode",
|
539
|
+
"weekday-format",
|
528
540
|
"weekdays",
|
529
541
|
"weeks-in-month",
|
530
542
|
"year"
|
@@ -854,6 +866,7 @@
|
|
854
866
|
"center-active",
|
855
867
|
"color",
|
856
868
|
"column",
|
869
|
+
"content-class",
|
857
870
|
"direction",
|
858
871
|
"disabled",
|
859
872
|
"filter",
|
@@ -1098,6 +1111,7 @@
|
|
1098
1111
|
"model-value",
|
1099
1112
|
"multiple",
|
1100
1113
|
"name",
|
1114
|
+
"no-auto-scroll",
|
1101
1115
|
"no-data-text",
|
1102
1116
|
"no-filter",
|
1103
1117
|
"open-on-clear",
|
@@ -1234,6 +1248,7 @@
|
|
1234
1248
|
"items-per-page",
|
1235
1249
|
"items-per-page-options",
|
1236
1250
|
"items-per-page-text",
|
1251
|
+
"last-fixed",
|
1237
1252
|
"last-icon",
|
1238
1253
|
"last-page-label",
|
1239
1254
|
"loading",
|
@@ -1262,6 +1277,7 @@
|
|
1262
1277
|
"sort-by",
|
1263
1278
|
"sort-desc-icon",
|
1264
1279
|
"sticky",
|
1280
|
+
"striped",
|
1265
1281
|
"tag",
|
1266
1282
|
"theme",
|
1267
1283
|
"value-comparator",
|
@@ -1292,6 +1308,7 @@
|
|
1292
1308
|
"disable-sort",
|
1293
1309
|
"fixed-header",
|
1294
1310
|
"header-props",
|
1311
|
+
"last-fixed",
|
1295
1312
|
"loading",
|
1296
1313
|
"mobile",
|
1297
1314
|
"mobile-breakpoint",
|
@@ -1355,6 +1372,7 @@
|
|
1355
1372
|
"items-per-page",
|
1356
1373
|
"items-per-page-options",
|
1357
1374
|
"items-per-page-text",
|
1375
|
+
"last-fixed",
|
1358
1376
|
"last-icon",
|
1359
1377
|
"last-page-label",
|
1360
1378
|
"loading",
|
@@ -1382,6 +1400,7 @@
|
|
1382
1400
|
"sort-by",
|
1383
1401
|
"sort-desc-icon",
|
1384
1402
|
"sticky",
|
1403
|
+
"striped",
|
1385
1404
|
"tag",
|
1386
1405
|
"theme",
|
1387
1406
|
"value-comparator",
|
@@ -1417,6 +1436,7 @@
|
|
1417
1436
|
"item-selectable",
|
1418
1437
|
"item-value",
|
1419
1438
|
"items",
|
1439
|
+
"last-fixed",
|
1420
1440
|
"loading",
|
1421
1441
|
"loading-text",
|
1422
1442
|
"mobile",
|
@@ -1436,6 +1456,7 @@
|
|
1436
1456
|
"sort-by",
|
1437
1457
|
"sort-desc-icon",
|
1438
1458
|
"sticky",
|
1459
|
+
"striped",
|
1439
1460
|
"tag",
|
1440
1461
|
"theme",
|
1441
1462
|
"value-comparator",
|
@@ -1543,6 +1564,7 @@
|
|
1543
1564
|
"validation-value",
|
1544
1565
|
"variant",
|
1545
1566
|
"view-mode",
|
1567
|
+
"weekday-format",
|
1546
1568
|
"weekdays",
|
1547
1569
|
"weeks-in-month",
|
1548
1570
|
"width",
|
@@ -1595,6 +1617,7 @@
|
|
1595
1617
|
"title",
|
1596
1618
|
"transition",
|
1597
1619
|
"view-mode",
|
1620
|
+
"weekday-format",
|
1598
1621
|
"weekdays",
|
1599
1622
|
"weeks-in-month",
|
1600
1623
|
"width",
|
@@ -1640,6 +1663,7 @@
|
|
1640
1663
|
"show-adjacent-months",
|
1641
1664
|
"show-week",
|
1642
1665
|
"transition",
|
1666
|
+
"weekday-format",
|
1643
1667
|
"weekdays",
|
1644
1668
|
"weeks-in-month",
|
1645
1669
|
"year"
|
@@ -2337,7 +2361,13 @@
|
|
2337
2361
|
},
|
2338
2362
|
"VKbd": {
|
2339
2363
|
"attributes": [
|
2340
|
-
"
|
2364
|
+
"border",
|
2365
|
+
"color",
|
2366
|
+
"elevation",
|
2367
|
+
"rounded",
|
2368
|
+
"tag",
|
2369
|
+
"theme",
|
2370
|
+
"tile"
|
2341
2371
|
],
|
2342
2372
|
"description": ""
|
2343
2373
|
},
|
@@ -2410,6 +2440,7 @@
|
|
2410
2440
|
"disabled",
|
2411
2441
|
"elevation",
|
2412
2442
|
"expand-icon",
|
2443
|
+
"filterable",
|
2413
2444
|
"height",
|
2414
2445
|
"item-children",
|
2415
2446
|
"item-props",
|
@@ -2451,6 +2482,7 @@
|
|
2451
2482
|
"expand-icon",
|
2452
2483
|
"fluid",
|
2453
2484
|
"prepend-icon",
|
2485
|
+
"raw-id",
|
2454
2486
|
"subgroup",
|
2455
2487
|
"tag",
|
2456
2488
|
"title",
|
@@ -2566,6 +2598,70 @@
|
|
2566
2598
|
],
|
2567
2599
|
"description": ""
|
2568
2600
|
},
|
2601
|
+
"VMaskInput": {
|
2602
|
+
"attributes": [
|
2603
|
+
"active",
|
2604
|
+
"append-icon",
|
2605
|
+
"append-inner-icon",
|
2606
|
+
"autofocus",
|
2607
|
+
"base-color",
|
2608
|
+
"bg-color",
|
2609
|
+
"center-affix",
|
2610
|
+
"clear-icon",
|
2611
|
+
"clearable",
|
2612
|
+
"color",
|
2613
|
+
"counter",
|
2614
|
+
"counter-value",
|
2615
|
+
"density",
|
2616
|
+
"direction",
|
2617
|
+
"dirty",
|
2618
|
+
"disabled",
|
2619
|
+
"error",
|
2620
|
+
"error-messages",
|
2621
|
+
"flat",
|
2622
|
+
"focused",
|
2623
|
+
"glow",
|
2624
|
+
"hide-details",
|
2625
|
+
"hide-spin-buttons",
|
2626
|
+
"hint",
|
2627
|
+
"icon-color",
|
2628
|
+
"id",
|
2629
|
+
"label",
|
2630
|
+
"loading",
|
2631
|
+
"mask",
|
2632
|
+
"max-errors",
|
2633
|
+
"max-width",
|
2634
|
+
"messages",
|
2635
|
+
"min-width",
|
2636
|
+
"model-modifiers",
|
2637
|
+
"model-value",
|
2638
|
+
"name",
|
2639
|
+
"persistent-clear",
|
2640
|
+
"persistent-counter",
|
2641
|
+
"persistent-hint",
|
2642
|
+
"persistent-placeholder",
|
2643
|
+
"placeholder",
|
2644
|
+
"prefix",
|
2645
|
+
"prepend-icon",
|
2646
|
+
"prepend-inner-icon",
|
2647
|
+
"readonly",
|
2648
|
+
"return-masked-value",
|
2649
|
+
"reverse",
|
2650
|
+
"role",
|
2651
|
+
"rounded",
|
2652
|
+
"rules",
|
2653
|
+
"single-line",
|
2654
|
+
"suffix",
|
2655
|
+
"theme",
|
2656
|
+
"tile",
|
2657
|
+
"type",
|
2658
|
+
"validate-on",
|
2659
|
+
"validation-value",
|
2660
|
+
"variant",
|
2661
|
+
"width"
|
2662
|
+
],
|
2663
|
+
"description": ""
|
2664
|
+
},
|
2569
2665
|
"VMenu": {
|
2570
2666
|
"attributes": [
|
2571
2667
|
"activator",
|
@@ -2577,6 +2673,7 @@
|
|
2577
2673
|
"contained",
|
2578
2674
|
"content-class",
|
2579
2675
|
"content-props",
|
2676
|
+
"disable-initial-focus",
|
2580
2677
|
"disabled",
|
2581
2678
|
"eager",
|
2582
2679
|
"height",
|
@@ -2671,6 +2768,7 @@
|
|
2671
2768
|
"control-variant",
|
2672
2769
|
"counter",
|
2673
2770
|
"counter-value",
|
2771
|
+
"decimal-separator",
|
2674
2772
|
"density",
|
2675
2773
|
"direction",
|
2676
2774
|
"dirty",
|
@@ -2694,6 +2792,7 @@
|
|
2694
2792
|
"max-width",
|
2695
2793
|
"messages",
|
2696
2794
|
"min",
|
2795
|
+
"min-fraction-digits",
|
2697
2796
|
"min-width",
|
2698
2797
|
"model-modifiers",
|
2699
2798
|
"model-value",
|
@@ -3211,6 +3310,7 @@
|
|
3211
3310
|
"model-value",
|
3212
3311
|
"multiple",
|
3213
3312
|
"name",
|
3313
|
+
"no-auto-scroll",
|
3214
3314
|
"no-data-text",
|
3215
3315
|
"open-on-clear",
|
3216
3316
|
"open-text",
|
@@ -3331,6 +3431,7 @@
|
|
3331
3431
|
"VSlideGroup": {
|
3332
3432
|
"attributes": [
|
3333
3433
|
"center-active",
|
3434
|
+
"content-class",
|
3334
3435
|
"direction",
|
3335
3436
|
"disabled",
|
3336
3437
|
"mandatory",
|
@@ -3593,6 +3694,7 @@
|
|
3593
3694
|
"contained",
|
3594
3695
|
"content-class",
|
3595
3696
|
"content-props",
|
3697
|
+
"disable-initial-focus",
|
3596
3698
|
"disabled",
|
3597
3699
|
"eager",
|
3598
3700
|
"height",
|
@@ -3936,6 +4038,7 @@
|
|
3936
4038
|
"fixed-header",
|
3937
4039
|
"height",
|
3938
4040
|
"hover",
|
4041
|
+
"striped",
|
3939
4042
|
"tag",
|
3940
4043
|
"theme"
|
3941
4044
|
],
|
@@ -3947,6 +4050,7 @@
|
|
3947
4050
|
"bg-color",
|
3948
4051
|
"center-active",
|
3949
4052
|
"color",
|
4053
|
+
"content-class",
|
3950
4054
|
"density",
|
3951
4055
|
"direction",
|
3952
4056
|
"disabled",
|
@@ -4348,6 +4452,7 @@
|
|
4348
4452
|
"false-icon",
|
4349
4453
|
"filter-keys",
|
4350
4454
|
"filter-mode",
|
4455
|
+
"filterable",
|
4351
4456
|
"fluid",
|
4352
4457
|
"height",
|
4353
4458
|
"indeterminate-icon",
|
@@ -4397,6 +4502,7 @@
|
|
4397
4502
|
"expand-icon",
|
4398
4503
|
"fluid",
|
4399
4504
|
"prepend-icon",
|
4505
|
+
"raw-id",
|
4400
4506
|
"tag",
|
4401
4507
|
"title",
|
4402
4508
|
"value"
|