@vuetify/nightly 3.10.9-dev.2025-11-05 → 3.10.9-dev.2025-11-08
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 +7 -3
- package/dist/json/attributes.json +1165 -1113
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +166 -166
- package/dist/json/tags.json +14 -1
- package/dist/json/web-types.json +2215 -2091
- package/dist/vuetify-labs.cjs +79 -38
- package/dist/vuetify-labs.css +5133 -5126
- package/dist/vuetify-labs.d.ts +398 -133
- package/dist/vuetify-labs.esm.js +79 -38
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +79 -38
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +79 -38
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2945 -2938
- package/dist/vuetify.d.ts +338 -113
- package/dist/vuetify.esm.js +79 -38
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +79 -38
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +23 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +33 -11
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +25 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +13 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js +3 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbs.js.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +20 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js +7 -2
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +33 -11
- package/lib/components/VDialog/VDialog.d.ts +52 -9
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +7 -0
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +3 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -0
- package/lib/components/VMenu/VMenu.d.ts +52 -9
- package/lib/components/VOverlay/VOverlay.d.ts +25 -0
- package/lib/components/VOverlay/locationStrategies.d.ts +12 -0
- package/lib/components/VOverlay/locationStrategies.js +10 -7
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VSelect/VSelect.d.ts +51 -17
- package/lib/components/VSnackbar/VSnackbar.d.ts +27 -9
- package/lib/components/VSnackbar/VSnackbar.js +1 -1
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +25 -0
- package/lib/components/VTabs/VTab.d.ts +20 -0
- package/lib/components/VTabs/VTab.js +46 -17
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTabs/VTabs.d.ts +20 -0
- package/lib/components/VTabs/VTabs.js +9 -7
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.d.ts +52 -9
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +90 -71
- package/lib/framework.js +1 -1
- package/lib/labs/VVideo/VVideo.d.ts +63 -21
- package/lib/labs/VVideo/VVideoControls.d.ts +30 -10
- package/lib/labs/VVideo/VVideoVolume.d.ts +30 -10
- package/package.json +1 -1
package/dist/json/tags.json
CHANGED
|
@@ -382,6 +382,7 @@
|
|
|
382
382
|
"target",
|
|
383
383
|
"theme",
|
|
384
384
|
"transition",
|
|
385
|
+
"viewport-margin",
|
|
385
386
|
"width",
|
|
386
387
|
"z-index"
|
|
387
388
|
],
|
|
@@ -397,6 +398,7 @@
|
|
|
397
398
|
"disabled",
|
|
398
399
|
"divider",
|
|
399
400
|
"icon",
|
|
401
|
+
"item-props",
|
|
400
402
|
"items",
|
|
401
403
|
"rounded",
|
|
402
404
|
"tag",
|
|
@@ -419,10 +421,12 @@
|
|
|
419
421
|
"disabled",
|
|
420
422
|
"exact",
|
|
421
423
|
"href",
|
|
424
|
+
"max-width",
|
|
422
425
|
"replace",
|
|
423
426
|
"tag",
|
|
424
427
|
"title",
|
|
425
|
-
"to"
|
|
428
|
+
"to",
|
|
429
|
+
"width"
|
|
426
430
|
],
|
|
427
431
|
"description": ""
|
|
428
432
|
},
|
|
@@ -1738,6 +1742,7 @@
|
|
|
1738
1742
|
"target",
|
|
1739
1743
|
"theme",
|
|
1740
1744
|
"transition",
|
|
1745
|
+
"viewport-margin",
|
|
1741
1746
|
"width",
|
|
1742
1747
|
"z-index"
|
|
1743
1748
|
],
|
|
@@ -2728,6 +2733,7 @@
|
|
|
2728
2733
|
"target",
|
|
2729
2734
|
"theme",
|
|
2730
2735
|
"transition",
|
|
2736
|
+
"viewport-margin",
|
|
2731
2737
|
"width",
|
|
2732
2738
|
"z-index"
|
|
2733
2739
|
],
|
|
@@ -2919,6 +2925,7 @@
|
|
|
2919
2925
|
"target",
|
|
2920
2926
|
"theme",
|
|
2921
2927
|
"transition",
|
|
2928
|
+
"viewport-margin",
|
|
2922
2929
|
"width",
|
|
2923
2930
|
"z-index"
|
|
2924
2931
|
],
|
|
@@ -3818,6 +3825,7 @@
|
|
|
3818
3825
|
"target",
|
|
3819
3826
|
"theme",
|
|
3820
3827
|
"transition",
|
|
3828
|
+
"viewport-margin",
|
|
3821
3829
|
"width",
|
|
3822
3830
|
"z-index"
|
|
3823
3831
|
],
|
|
@@ -4118,6 +4126,8 @@
|
|
|
4118
4126
|
"selected-class",
|
|
4119
4127
|
"size",
|
|
4120
4128
|
"slider-color",
|
|
4129
|
+
"slider-transition",
|
|
4130
|
+
"slider-transition-duration",
|
|
4121
4131
|
"slim",
|
|
4122
4132
|
"spaced",
|
|
4123
4133
|
"stacked",
|
|
@@ -4172,6 +4182,8 @@
|
|
|
4172
4182
|
"selected-class",
|
|
4173
4183
|
"show-arrows",
|
|
4174
4184
|
"slider-color",
|
|
4185
|
+
"slider-transition",
|
|
4186
|
+
"slider-transition-duration",
|
|
4175
4187
|
"spaced",
|
|
4176
4188
|
"stacked",
|
|
4177
4189
|
"symbol",
|
|
@@ -4537,6 +4549,7 @@
|
|
|
4537
4549
|
"text",
|
|
4538
4550
|
"theme",
|
|
4539
4551
|
"transition",
|
|
4552
|
+
"viewport-margin",
|
|
4540
4553
|
"width",
|
|
4541
4554
|
"z-index"
|
|
4542
4555
|
],
|