@vuetify/nightly 3.6.0-alpha.2-dev.2024-04-22 → 3.6.0-alpha.2-dev.2024-04-24
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 +81 -2
- package/dist/json/attributes.json +230 -30
- package/dist/json/importMap-labs.json +24 -20
- package/dist/json/importMap.json +118 -118
- package/dist/json/tags.json +55 -0
- package/dist/json/web-types.json +617 -84
- package/dist/vuetify-labs.css +2500 -2457
- package/dist/vuetify-labs.d.ts +751 -64
- package/dist/vuetify-labs.esm.js +670 -363
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +669 -362
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +828 -786
- package/dist/vuetify.d.ts +137 -63
- package/dist/vuetify.esm.js +483 -337
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +482 -336
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +706 -699
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +1 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.css +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +1 -1
- package/lib/components/VBtn/index.d.mts +1 -0
- package/lib/components/VBtnToggle/index.d.mts +1 -0
- package/lib/components/VCard/VCard.css +3 -3
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -0
- package/lib/components/VChip/VChip.css +1 -1
- package/lib/components/VChip/VChip.sass +1 -0
- package/lib/components/VChipGroup/index.d.mts +1 -0
- package/lib/components/VCombobox/VCombobox.mjs +8 -10
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +10 -0
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.mjs +6 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +39 -0
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +1 -0
- package/lib/components/VDialog/index.d.mts +4 -10
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +17 -5
- package/lib/components/VInput/VInput.mjs +6 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +6 -0
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +10 -4
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +9 -0
- package/lib/components/VNavigationDrawer/touch.mjs +16 -2
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +11 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.mts +21 -0
- package/lib/components/VRangeSlider/index.d.mts +6 -0
- package/lib/components/VSelect/VSelect.mjs +5 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.css +14 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +110 -93
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +14 -1
- package/lib/components/VSlideGroup/helpers.mjs +48 -28
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +1 -0
- package/lib/components/VSlider/index.d.mts +6 -0
- package/lib/components/VSnackbar/VSnackbar.css +18 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +26 -8
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +19 -0
- package/lib/components/VSwitch/VSwitch.css +14 -2
- package/lib/components/VSwitch/VSwitch.sass +8 -2
- package/lib/components/VSystemBar/VSystemBar.css +1 -1
- package/lib/components/VTabs/index.d.mts +1 -0
- package/lib/components/VTextField/index.d.mts +15 -3
- package/lib/components/VTextarea/index.d.mts +15 -3
- package/lib/components/VWindow/index.d.mts +1 -0
- package/lib/components/index.d.mts +94 -21
- package/lib/composables/goto.mjs +40 -3
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/group.mjs +10 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -42
- package/lib/labs/VEmptyState/VEmptyState.css +3 -3
- package/lib/labs/VFab/VFab.css +1 -0
- package/lib/labs/VFab/VFab.mjs +3 -2
- package/lib/labs/VFab/VFab.mjs.map +1 -1
- package/lib/labs/VFab/VFab.sass +1 -0
- package/lib/labs/VFab/index.d.mts +10 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +79 -24
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +56 -29
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +112 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +2721 -0
- package/lib/labs/VSnackbarQueue/index.mjs +2 -0
- package/lib/labs/VSnackbarQueue/index.mjs.map +1 -0
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +1 -3
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +6 -13
- package/lib/labs/components.d.mts +2921 -282
- package/lib/labs/components.mjs +1 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +43 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +1 -0
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +1 -0
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/main.css +78 -78
- package/lib/styles/settings/_variables.scss +21 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.2-dev.2024-04-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.2-dev.2024-04-24...v) (2024-04-24)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [3.6.0-alpha.2-dev.2024-04-
|
|
5
|
+
# [3.6.0-alpha.2-dev.2024-04-24](https://github.com/vuetifyjs/vuetify/compare/v3.5.17...v3.6.0-alpha.2-dev.2024-04-24) (2024-04-24)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -16,6 +16,85 @@
|
|
|
16
16
|
|
|
17
17
|
* support css cascade layers ([#19641](https://github.com/vuetifyjs/vuetify/issues/19641)) ([4820347](https://github.com/vuetifyjs/vuetify/commit/4820347463f5ea139bea08a712dd4573c3f492b4))
|
|
18
18
|
* **VBtn:** add new readonly prop ([72f33dc](https://github.com/vuetifyjs/vuetify/commit/72f33dcd84ef3a3799ec1312a5eaa42e320b3e92))
|
|
19
|
+
* **VNavigationDrawer:** add new persistent prop ([#19552](https://github.com/vuetifyjs/vuetify/issues/19552)) ([74cc2bf](https://github.com/vuetifyjs/vuetify/commit/74cc2bf338cf3b785ddc7d69636ae5cb05d89e1e))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
# [3.6.0-alpha.2](https://github.com/vuetifyjs/vuetify/compare/v3.5.16...v3.6.0-alpha.2) (2024-04-16)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* **VCounter:** add error color when max is exceeded ([d4921d8](https://github.com/vuetifyjs/vuetify/commit/d4921d87f04e4eb224e835da3d4e6e7ad074718c)), closes [#19615](https://github.com/vuetifyjs/vuetify/issues/19615)
|
|
29
|
+
* **VDataTable:** sort on transformed column values ([b6b9be5](https://github.com/vuetifyjs/vuetify/commit/b6b9be5e0f30df8f2444a565dcc1e93e39116b33)), closes [#18840](https://github.com/vuetifyjs/vuetify/issues/18840)
|
|
30
|
+
* **VFileInput:** add hideInput prop ([#17270](https://github.com/vuetifyjs/vuetify/issues/17270)) ([614262e](https://github.com/vuetifyjs/vuetify/commit/614262e878dc9ace77f870df6b67844149be6fe1)), closes [#17142](https://github.com/vuetifyjs/vuetify/issues/17142)
|
|
31
|
+
* **VTimeline:** provide correct dot-color default ([380e8e6](https://github.com/vuetifyjs/vuetify/commit/380e8e650f4ed969d738747242991743842b9a67))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* **date:** support typescript module augmentation for adapters ([20ffadc](https://github.com/vuetifyjs/vuetify/commit/20ffadc9d73fe57d357edde56d7e907a7135bcee)), closes [#18710](https://github.com/vuetifyjs/vuetify/issues/18710)
|
|
37
|
+
* **Tooltip:** add new directive ([#19053](https://github.com/vuetifyjs/vuetify/issues/19053)) ([2e1e743](https://github.com/vuetifyjs/vuetify/commit/2e1e74378b47e2f77721e1d3e5810cf6e25774f9))
|
|
38
|
+
* **variant:** add configurable $border-width-root ([2abb221](https://github.com/vuetifyjs/vuetify/commit/2abb221696ae1a8ca2f264e6ed83ad3f1bd9875e)), closes [#16786](https://github.com/vuetifyjs/vuetify/issues/16786)
|
|
39
|
+
* **VCardText/Subtitle:** add opacity support ([8633854](https://github.com/vuetifyjs/vuetify/commit/8633854c59306b3e7318bd0be9c499f59e883285))
|
|
40
|
+
* **VDataIterator:** loading prop fix and add new slot "loader" ([#18811](https://github.com/vuetifyjs/vuetify/issues/18811)) ([3fca676](https://github.com/vuetifyjs/vuetify/commit/3fca676ad16d843a5ea610cd2656420afe111634)), closes [#17652](https://github.com/vuetifyjs/vuetify/issues/17652)
|
|
41
|
+
* **VDivider:** add opacity support ([702bb50](https://github.com/vuetifyjs/vuetify/commit/702bb508cdfc5e1ce161b4ddd4a4b6d68de2c75d))
|
|
42
|
+
* **VDivider:** add slot support ([395f157](https://github.com/vuetifyjs/vuetify/commit/395f157d5ecc676885a69fd76639ad8a485b8ee7))
|
|
43
|
+
* **VInput:** add dimensions support to VInput ([#19600](https://github.com/vuetifyjs/vuetify/issues/19600)) ([45c8f61](https://github.com/vuetifyjs/vuetify/commit/45c8f615913c10d7e8f189ac067a6c860e96941d))
|
|
44
|
+
* **VListItemSubtitle:** add new opacity prop ([565a794](https://github.com/vuetifyjs/vuetify/commit/565a794b7eebafbdf65e0efab8d39ba6abb700e3)), closes [#16446](https://github.com/vuetifyjs/vuetify/issues/16446)
|
|
45
|
+
* **VProgressLinear:** add new buffer color / opacity props ([#19190](https://github.com/vuetifyjs/vuetify/issues/19190)) ([f257755](https://github.com/vuetifyjs/vuetify/commit/f25775557cb767629f2d6b3edaa2310a87eb58b7))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
# [3.6.0-alpha.1](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.0...v3.6.0-alpha.1) (2024-04-11)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* **layout:** partial revert of layout change ([0cd9e54](https://github.com/vuetifyjs/vuetify/commit/0cd9e54a84249260eb9531a2f972ffd4d363a225))
|
|
55
|
+
* **VBottomNavigation:** remove internal translate and fix active/modelValue ([54e33b6](https://github.com/vuetifyjs/vuetify/commit/54e33b636db904fe90b350cf195a53cc7ab7b664))
|
|
56
|
+
* **VNavigationDrawer:** only show shadow when active ([665a46f](https://github.com/vuetifyjs/vuetify/commit/665a46ff297765b7b53f4b2b441714282e2a8069))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Features
|
|
60
|
+
|
|
61
|
+
* **calendar:** add new prop for dynamic/static number of weeks ([#19584](https://github.com/vuetifyjs/vuetify/issues/19584)) ([296a790](https://github.com/vuetifyjs/vuetify/commit/296a790f9ed42590390c99625096b4e42dde86a1))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
# [3.6.0-alpha.0](https://github.com/vuetifyjs/vuetify/compare/v3.5.15...v3.6.0-alpha.0) (2024-04-10)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### Bug Fixes
|
|
69
|
+
|
|
70
|
+
* **layout:** use suspense to delay render of layout items ([#15229](https://github.com/vuetifyjs/vuetify/issues/15229)) ([727bc1a](https://github.com/vuetifyjs/vuetify/commit/727bc1adba18d57b4d690b75c05db789539ba260))
|
|
71
|
+
* **VDataTable:** add new prop to wrap text when use maxWidth ([#18961](https://github.com/vuetifyjs/vuetify/issues/18961)) ([dd929f5](https://github.com/vuetifyjs/vuetify/commit/dd929f5e52ff2a8a70c2df944c787b64a90335dd)), closes [#18862](https://github.com/vuetifyjs/vuetify/issues/18862)
|
|
72
|
+
* **VDataTableFooter:** dont apply i18n to numbers ([#18980](https://github.com/vuetifyjs/vuetify/issues/18980)) ([8e1f56e](https://github.com/vuetifyjs/vuetify/commit/8e1f56e7f7cec212f95a9fe991960107be7093e4)), closes [#18978](https://github.com/vuetifyjs/vuetify/issues/18978)
|
|
73
|
+
* **VDataTable:** selection duplication ([#18908](https://github.com/vuetifyjs/vuetify/issues/18908)) ([9745cd1](https://github.com/vuetifyjs/vuetify/commit/9745cd12f878465483d92d7ac0ffc1feceb35355)), closes [#18877](https://github.com/vuetifyjs/vuetify/issues/18877)
|
|
74
|
+
* **VDatePicker:** add missing transition between months ([24c53d0](https://github.com/vuetifyjs/vuetify/commit/24c53d02e407a0d5ef148d9c39ac42bd9fed57e8))
|
|
75
|
+
* **VExpansionPanels:** propagate all defaults to VExpansionPanel ([27b172b](https://github.com/vuetifyjs/vuetify/commit/27b172b6820ee0089e4a39791825c35f0dd2d52a))
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Features
|
|
79
|
+
|
|
80
|
+
* **date:** add more functions to default adapter ([#19141](https://github.com/vuetifyjs/vuetify/issues/19141)) ([a6a02f0](https://github.com/vuetifyjs/vuetify/commit/a6a02f04c491568332848f54110a855c88d06e6f))
|
|
81
|
+
* **dates:** add all supported formats ([45199a4](https://github.com/vuetifyjs/vuetify/commit/45199a4a37108779763c083ffa2f10a5cb5dcd31))
|
|
82
|
+
* **icons:** add vuetify-play icon ([0f2ea2b](https://github.com/vuetifyjs/vuetify/commit/0f2ea2b53156eebb296c1719a3616156da9d3e53))
|
|
83
|
+
* **opacity:** add new utility classes ([44e5588](https://github.com/vuetifyjs/vuetify/commit/44e55888f256169bc79805c6abce60fc03aa2295))
|
|
84
|
+
* **position:** add left/top/right/bottom-0 utility classes ([5713630](https://github.com/vuetifyjs/vuetify/commit/5713630109ac8c3f2d28d49359f0a6bf4b105a85))
|
|
85
|
+
* **transitions:** add root variable ([#19120](https://github.com/vuetifyjs/vuetify/issues/19120)) ([f1735a5](https://github.com/vuetifyjs/vuetify/commit/f1735a5aa08fb3e82c66c034469380af724fb7db)), closes [#6470](https://github.com/vuetifyjs/vuetify/issues/6470)
|
|
86
|
+
* **utilities:** add new classes ([a3ff4eb](https://github.com/vuetifyjs/vuetify/commit/a3ff4ebe0816d61085b32a1d9a195458891dfb39)), closes [#9243](https://github.com/vuetifyjs/vuetify/issues/9243)
|
|
87
|
+
* **VAppBar:** add support for fully-hide scroll-behavior ([#19557](https://github.com/vuetifyjs/vuetify/issues/19557)) ([c6f6587](https://github.com/vuetifyjs/vuetify/commit/c6f65877b33f371c54c571aaea4155394b7debf2)), closes [#18020](https://github.com/vuetifyjs/vuetify/issues/18020)
|
|
88
|
+
* **VBtnGroup/VBottomNavigation:** add baseColor prop ([#19088](https://github.com/vuetifyjs/vuetify/issues/19088)) ([4e84c67](https://github.com/vuetifyjs/vuetify/commit/4e84c67246d3d2f7364b9f843c67178e3486ccdd)), closes [#17042](https://github.com/vuetifyjs/vuetify/issues/17042)
|
|
89
|
+
* **VExpandTransition:** add `group` prop ([#19347](https://github.com/vuetifyjs/vuetify/issues/19347)) ([f785b7c](https://github.com/vuetifyjs/vuetify/commit/f785b7ccb0b5d9fa2104b3e0b0b2a9b9c250e0cc)), closes [#19210](https://github.com/vuetifyjs/vuetify/issues/19210)
|
|
90
|
+
* **VForm:** expose component instances ([56c5c62](https://github.com/vuetifyjs/vuetify/commit/56c5c62670ff185d482c284b915aca920e5b56cf)), closes [#19365](https://github.com/vuetifyjs/vuetify/issues/19365)
|
|
91
|
+
* **VInput:** add new $input-flex sass variable ([0f1d43a](https://github.com/vuetifyjs/vuetify/commit/0f1d43aac5a5e7d207653892dca968040ee0041d))
|
|
92
|
+
* **VLabel:** add opacity sass variable ([c6fb388](https://github.com/vuetifyjs/vuetify/commit/c6fb388be73b042e985ed371ba8cd392b4408c62))
|
|
93
|
+
* **VMain:** add dimension support ([8ba749b](https://github.com/vuetifyjs/vuetify/commit/8ba749b401ebd5dc07c057a9f363b006fdbe31a4))
|
|
94
|
+
* **VNavigationDrawer:** add delay functionality for rail ([0201c01](https://github.com/vuetifyjs/vuetify/commit/0201c019398c3a9ae1ecb4dbede775df875c8c70)), closes [#18413](https://github.com/vuetifyjs/vuetify/issues/18413)
|
|
95
|
+
* **VSnackbar:** pass internal isActive model through activator slot ([75d0ed1](https://github.com/vuetifyjs/vuetify/commit/75d0ed173c7883fe4b7b4b7075d73251b9419b07))
|
|
96
|
+
* **VTabs:** add support for v-tabs-window ([#19248](https://github.com/vuetifyjs/vuetify/issues/19248)) ([b905b67](https://github.com/vuetifyjs/vuetify/commit/b905b677a69bc2c5a749d380895497a86b702e1d))
|
|
97
|
+
* **VTimeline:** add more passthrough props to defaults provide ([c008ad5](https://github.com/vuetifyjs/vuetify/commit/c008ad506cbd8125d4ecb148c3f63f998c9f5399))
|
|
19
98
|
|
|
20
99
|
|
|
21
100
|
|
|
@@ -2279,6 +2279,10 @@
|
|
|
2279
2279
|
"type": "string | number\n",
|
|
2280
2280
|
"description": "Sets the width for the component."
|
|
2281
2281
|
},
|
|
2282
|
+
"VCheckbox/theme": {
|
|
2283
|
+
"type": "string\n",
|
|
2284
|
+
"description": "Specify a theme for this component and all of its children."
|
|
2285
|
+
},
|
|
2282
2286
|
"VCheckbox/disabled": {
|
|
2283
2287
|
"type": "boolean\n",
|
|
2284
2288
|
"description": "Removes the ability to click or target the component."
|
|
@@ -2379,10 +2383,6 @@
|
|
|
2379
2383
|
"type": "(a: any, b: any) => boolean\n",
|
|
2380
2384
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
2381
2385
|
},
|
|
2382
|
-
"VCheckbox/theme": {
|
|
2383
|
-
"type": "string\n",
|
|
2384
|
-
"description": "Specify a theme for this component and all of its children."
|
|
2385
|
-
},
|
|
2386
2386
|
"VCheckboxBtn/label": {
|
|
2387
2387
|
"type": "string\n",
|
|
2388
2388
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
@@ -4943,6 +4943,10 @@
|
|
|
4943
4943
|
"type": "boolean\n",
|
|
4944
4944
|
"description": "An alternate style for the FAB that expects text."
|
|
4945
4945
|
},
|
|
4946
|
+
"VFab/layout": {
|
|
4947
|
+
"type": "boolean\n",
|
|
4948
|
+
"description": "If true, will effect layout dimensions based on size and position."
|
|
4949
|
+
},
|
|
4946
4950
|
"VFab/location": {
|
|
4947
4951
|
"type": "'start' | 'end' | 'left' | 'right' | 'top' | 'bottom'\n",
|
|
4948
4952
|
"description": "The location of the fab relative to the layout. Only works when using **app**."
|
|
@@ -5359,6 +5363,10 @@
|
|
|
5359
5363
|
"type": "string | number\n",
|
|
5360
5364
|
"description": "Sets the width for the component."
|
|
5361
5365
|
},
|
|
5366
|
+
"VFileInput/theme": {
|
|
5367
|
+
"type": "string\n",
|
|
5368
|
+
"description": "Specify a theme for this component and all of its children."
|
|
5369
|
+
},
|
|
5362
5370
|
"VFileInput/disabled": {
|
|
5363
5371
|
"type": "boolean\n",
|
|
5364
5372
|
"description": "Removes the ability to click or target the input."
|
|
@@ -5467,10 +5475,6 @@
|
|
|
5467
5475
|
"type": "boolean\n",
|
|
5468
5476
|
"description": "Removes any applied **border-radius** from the component."
|
|
5469
5477
|
},
|
|
5470
|
-
"VFileInput/theme": {
|
|
5471
|
-
"type": "string\n",
|
|
5472
|
-
"description": "Specify a theme for this component and all of its children."
|
|
5473
|
-
},
|
|
5474
5478
|
"VFooter/app": {
|
|
5475
5479
|
"type": "boolean\n",
|
|
5476
5480
|
"description": "Determines the position of the footer. If true, the footer would be given a fixed position at the bottom of the viewport. If false, the footer is set to the bottom of the page."
|
|
@@ -5799,6 +5803,10 @@
|
|
|
5799
5803
|
"type": "string | number\n",
|
|
5800
5804
|
"description": "Sets the width for the component."
|
|
5801
5805
|
},
|
|
5806
|
+
"VInput/theme": {
|
|
5807
|
+
"type": "string\n",
|
|
5808
|
+
"description": "Specify a theme for this component and all of its children."
|
|
5809
|
+
},
|
|
5802
5810
|
"VInput/disabled": {
|
|
5803
5811
|
"type": "boolean\n",
|
|
5804
5812
|
"description": "Removes the ability to click or target the component."
|
|
@@ -6663,6 +6671,10 @@
|
|
|
6663
6671
|
"type": "boolean\n",
|
|
6664
6672
|
"description": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background."
|
|
6665
6673
|
},
|
|
6674
|
+
"VNavigationDrawer/persistent": {
|
|
6675
|
+
"type": "boolean\n",
|
|
6676
|
+
"description": "Clicking outside or pressing **esc** key will not dismiss the dialog."
|
|
6677
|
+
},
|
|
6666
6678
|
"VNavigationDrawer/touchless": {
|
|
6667
6679
|
"type": "boolean\n",
|
|
6668
6680
|
"description": "Disable mobile touch functionality."
|
|
@@ -6771,6 +6783,10 @@
|
|
|
6771
6783
|
"type": "'default' | 'comfortable' | 'compact'\n",
|
|
6772
6784
|
"description": "Adjusts the vertical height used by the component."
|
|
6773
6785
|
},
|
|
6786
|
+
"VNumberInput/theme": {
|
|
6787
|
+
"type": "string\n",
|
|
6788
|
+
"description": "Specify a theme for this component and all of its children."
|
|
6789
|
+
},
|
|
6774
6790
|
"VNumberInput/disabled": {
|
|
6775
6791
|
"type": "boolean\n",
|
|
6776
6792
|
"description": "Removes the ability to click or target the input."
|
|
@@ -6784,7 +6800,7 @@
|
|
|
6784
6800
|
"description": "Puts input in readonly state."
|
|
6785
6801
|
},
|
|
6786
6802
|
"VNumberInput/model-value": {
|
|
6787
|
-
"type": "
|
|
6803
|
+
"type": "number\n",
|
|
6788
6804
|
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
6789
6805
|
},
|
|
6790
6806
|
"VNumberInput/focused": {
|
|
@@ -6819,10 +6835,6 @@
|
|
|
6819
6835
|
"type": "string | number | boolean\n",
|
|
6820
6836
|
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
|
|
6821
6837
|
},
|
|
6822
|
-
"VNumberInput/theme": {
|
|
6823
|
-
"type": "string\n",
|
|
6824
|
-
"description": "Specify a theme for this component and all of its children."
|
|
6825
|
-
},
|
|
6826
6838
|
"VOtpInput/length": {
|
|
6827
6839
|
"type": "string | number\n",
|
|
6828
6840
|
"description": "The OTP field's length."
|
|
@@ -7371,6 +7383,10 @@
|
|
|
7371
7383
|
"type": "boolean\n",
|
|
7372
7384
|
"description": "Applies a border radius to the progress bar."
|
|
7373
7385
|
},
|
|
7386
|
+
"VProgressLinear/location": {
|
|
7387
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
7388
|
+
"description": "Specifies the component's location. Can combine by using a space separated string."
|
|
7389
|
+
},
|
|
7374
7390
|
"VProgressLinear/rounded": {
|
|
7375
7391
|
"type": "string | number | boolean\n",
|
|
7376
7392
|
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
|
|
@@ -7539,6 +7555,10 @@
|
|
|
7539
7555
|
"type": "string | number\n",
|
|
7540
7556
|
"description": "Sets the width for the component."
|
|
7541
7557
|
},
|
|
7558
|
+
"VRadioGroup/theme": {
|
|
7559
|
+
"type": "string\n",
|
|
7560
|
+
"description": "Specify a theme for this component and all of its children."
|
|
7561
|
+
},
|
|
7542
7562
|
"VRadioGroup/disabled": {
|
|
7543
7563
|
"type": "boolean\n",
|
|
7544
7564
|
"description": "Removes the ability to click or target the component."
|
|
@@ -7615,10 +7635,6 @@
|
|
|
7615
7635
|
"type": "(a: any, b: any) => boolean\n",
|
|
7616
7636
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
7617
7637
|
},
|
|
7618
|
-
"VRadioGroup/theme": {
|
|
7619
|
-
"type": "string\n",
|
|
7620
|
-
"description": "Specify a theme for this component and all of its children."
|
|
7621
|
-
},
|
|
7622
7638
|
"VRangeSlider/label": {
|
|
7623
7639
|
"type": "string\n",
|
|
7624
7640
|
"description": "Sets the text of the [v-label](/api/v-label/) or [v-field-label](/api/v-field-label/) component."
|
|
@@ -7683,6 +7699,10 @@
|
|
|
7683
7699
|
"type": "string | number\n",
|
|
7684
7700
|
"description": "Sets the width for the component."
|
|
7685
7701
|
},
|
|
7702
|
+
"VRangeSlider/theme": {
|
|
7703
|
+
"type": "string\n",
|
|
7704
|
+
"description": "Specify a theme for this component and all of its children."
|
|
7705
|
+
},
|
|
7686
7706
|
"VRangeSlider/disabled": {
|
|
7687
7707
|
"type": "boolean\n",
|
|
7688
7708
|
"description": "Removes the ability to click or target the component."
|
|
@@ -8995,6 +9015,10 @@
|
|
|
8995
9015
|
"type": "string | number\n",
|
|
8996
9016
|
"description": "Sets the width for the component."
|
|
8997
9017
|
},
|
|
9018
|
+
"VSlider/theme": {
|
|
9019
|
+
"type": "string\n",
|
|
9020
|
+
"description": "Specify a theme for this component and all of its children."
|
|
9021
|
+
},
|
|
8998
9022
|
"VSlider/error-messages": {
|
|
8999
9023
|
"type": "string | string[]\n",
|
|
9000
9024
|
"description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation."
|
|
@@ -9195,6 +9219,182 @@
|
|
|
9195
9219
|
"type": "string | boolean | Element\n",
|
|
9196
9220
|
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
|
9197
9221
|
},
|
|
9222
|
+
"VSnackbarQueue/activator": {
|
|
9223
|
+
"type": "Element | 'parent' | (string & {}) | ComponentPublicInstance\n",
|
|
9224
|
+
"description": "Explicitly sets the overlay's activator."
|
|
9225
|
+
},
|
|
9226
|
+
"VSnackbarQueue/text": {
|
|
9227
|
+
"type": "string\n",
|
|
9228
|
+
"description": "Specify content text for the component."
|
|
9229
|
+
},
|
|
9230
|
+
"VSnackbarQueue/multi-line": {
|
|
9231
|
+
"type": "boolean\n",
|
|
9232
|
+
"description": "Gives the snackbar a larger minimum height."
|
|
9233
|
+
},
|
|
9234
|
+
"VSnackbarQueue/timer": {
|
|
9235
|
+
"type": "string | boolean\n",
|
|
9236
|
+
"description": "Display a progress bar that counts down until the snackbar closes. Pass a string to set a custom color, otherwise uses `info`."
|
|
9237
|
+
},
|
|
9238
|
+
"VSnackbarQueue/timeout": {
|
|
9239
|
+
"type": "string | number\n",
|
|
9240
|
+
"description": "Time (in milliseconds) to wait until snackbar is automatically hidden. Use `-1` to keep open indefinitely (`0` in version < 2.3 ). It is recommended for this number to be between `4000` and `10000`. Changes to this property will reset the timeout."
|
|
9241
|
+
},
|
|
9242
|
+
"VSnackbarQueue/vertical": {
|
|
9243
|
+
"type": "boolean\n",
|
|
9244
|
+
"description": "Stacks snackbar content on top of the actions (button)."
|
|
9245
|
+
},
|
|
9246
|
+
"VSnackbarQueue/location": {
|
|
9247
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n",
|
|
9248
|
+
"description": "Specifies the anchor point for positioning the component, using directional cues to align it either horizontally, vertically, or both.."
|
|
9249
|
+
},
|
|
9250
|
+
"VSnackbarQueue/position": {
|
|
9251
|
+
"type": "'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n",
|
|
9252
|
+
"description": "Sets the position for the component."
|
|
9253
|
+
},
|
|
9254
|
+
"VSnackbarQueue/absolute": {
|
|
9255
|
+
"type": "boolean\n",
|
|
9256
|
+
"description": "Applies **position: absolute** to the content element."
|
|
9257
|
+
},
|
|
9258
|
+
"VSnackbarQueue/rounded": {
|
|
9259
|
+
"type": "string | number | boolean\n",
|
|
9260
|
+
"description": "Designates the **border-radius** applied to the component. This can be **0**, **xs**, **sm**, true, **lg**, **xl**, **pill**, **circle**, and **shaped**. Find more information on available border radius classes on the [Border Radius page](/styles/border-radius)."
|
|
9261
|
+
},
|
|
9262
|
+
"VSnackbarQueue/tile": {
|
|
9263
|
+
"type": "boolean\n",
|
|
9264
|
+
"description": "Removes any applied **border-radius** from the component."
|
|
9265
|
+
},
|
|
9266
|
+
"VSnackbarQueue/color": {
|
|
9267
|
+
"type": "string\n",
|
|
9268
|
+
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
9269
|
+
},
|
|
9270
|
+
"VSnackbarQueue/variant": {
|
|
9271
|
+
"type": "'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n",
|
|
9272
|
+
"description": "Applies a distinct style to the component."
|
|
9273
|
+
},
|
|
9274
|
+
"VSnackbarQueue/theme": {
|
|
9275
|
+
"type": "string\n",
|
|
9276
|
+
"description": "Specify a theme for this component and all of its children."
|
|
9277
|
+
},
|
|
9278
|
+
"VSnackbarQueue/close-on-back": {
|
|
9279
|
+
"type": "boolean\n",
|
|
9280
|
+
"description": "Closes the overlay content when the browser's back button is pressed or `$router.back()` is called, cancelling the original navigation. `persistent` overlays will cancel navigation and animate as if they were clicked outside instead of closing."
|
|
9281
|
+
},
|
|
9282
|
+
"VSnackbarQueue/contained": {
|
|
9283
|
+
"type": "boolean\n",
|
|
9284
|
+
"description": "Limits the size of the component and scrim to its offset parent. Implies `absolute` and `attach`. (Note: The parent element must have position: relative.)."
|
|
9285
|
+
},
|
|
9286
|
+
"VSnackbarQueue/content-class": {
|
|
9287
|
+
"type": "any\n",
|
|
9288
|
+
"description": "Applies a custom class to the detached element. This is useful because the content is moved to the beginning of the `v-app` component (unless the **attach** prop is provided) and is not targetable by classes passed directly on the component."
|
|
9289
|
+
},
|
|
9290
|
+
"VSnackbarQueue/content-props": {
|
|
9291
|
+
"type": "any\n",
|
|
9292
|
+
"description": "Apply custom properties to the content."
|
|
9293
|
+
},
|
|
9294
|
+
"VSnackbarQueue/disabled": {
|
|
9295
|
+
"type": "boolean\n",
|
|
9296
|
+
"description": "Removes the ability to click or target the component."
|
|
9297
|
+
},
|
|
9298
|
+
"VSnackbarQueue/opacity": {
|
|
9299
|
+
"type": "string | number\n",
|
|
9300
|
+
"description": "Sets the overlay opacity."
|
|
9301
|
+
},
|
|
9302
|
+
"VSnackbarQueue/model-value": {
|
|
9303
|
+
"type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]\n",
|
|
9304
|
+
"description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
|
|
9305
|
+
},
|
|
9306
|
+
"VSnackbarQueue/z-index": {
|
|
9307
|
+
"type": "string | number\n",
|
|
9308
|
+
"description": "The z-index used for the component."
|
|
9309
|
+
},
|
|
9310
|
+
"VSnackbarQueue/target": {
|
|
9311
|
+
"type": " | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n",
|
|
9312
|
+
"description": "For locationStrategy=\"connected\", specify an element or array of x,y coordinates that the overlay should position itself relative to. This will be the activator element by default."
|
|
9313
|
+
},
|
|
9314
|
+
"VSnackbarQueue/activator-props": {
|
|
9315
|
+
"type": "unknown\n",
|
|
9316
|
+
"description": "Apply custom properties to the activator."
|
|
9317
|
+
},
|
|
9318
|
+
"VSnackbarQueue/open-on-click": {
|
|
9319
|
+
"type": "boolean\n",
|
|
9320
|
+
"description": "Activate the component when the activator is clicked."
|
|
9321
|
+
},
|
|
9322
|
+
"VSnackbarQueue/open-on-hover": {
|
|
9323
|
+
"type": "boolean\n",
|
|
9324
|
+
"description": "Activate the component when the activator is hovered."
|
|
9325
|
+
},
|
|
9326
|
+
"VSnackbarQueue/open-on-focus": {
|
|
9327
|
+
"type": "boolean\n",
|
|
9328
|
+
"description": "Activate the component when the activator is focused."
|
|
9329
|
+
},
|
|
9330
|
+
"VSnackbarQueue/close-on-content-click": {
|
|
9331
|
+
"type": "boolean\n",
|
|
9332
|
+
"description": "Closes component when you click on its content."
|
|
9333
|
+
},
|
|
9334
|
+
"VSnackbarQueue/close-delay": {
|
|
9335
|
+
"type": "string | number\n",
|
|
9336
|
+
"description": "Milliseconds to wait before closing component. Only applies to hover and focus events."
|
|
9337
|
+
},
|
|
9338
|
+
"VSnackbarQueue/open-delay": {
|
|
9339
|
+
"type": "string | number\n",
|
|
9340
|
+
"description": "Milliseconds to wait before opening component. Only applies to hover and focus events."
|
|
9341
|
+
},
|
|
9342
|
+
"VSnackbarQueue/height": {
|
|
9343
|
+
"type": "string | number\n",
|
|
9344
|
+
"description": "Sets the height for the component."
|
|
9345
|
+
},
|
|
9346
|
+
"VSnackbarQueue/max-height": {
|
|
9347
|
+
"type": "string | number\n",
|
|
9348
|
+
"description": "Sets the maximum height for the component."
|
|
9349
|
+
},
|
|
9350
|
+
"VSnackbarQueue/max-width": {
|
|
9351
|
+
"type": "string | number\n",
|
|
9352
|
+
"description": "Sets the maximum width for the component."
|
|
9353
|
+
},
|
|
9354
|
+
"VSnackbarQueue/min-height": {
|
|
9355
|
+
"type": "string | number\n",
|
|
9356
|
+
"description": "Sets the minimum height for the component."
|
|
9357
|
+
},
|
|
9358
|
+
"VSnackbarQueue/min-width": {
|
|
9359
|
+
"type": "string | number\n",
|
|
9360
|
+
"description": "Sets the minimum width for the component."
|
|
9361
|
+
},
|
|
9362
|
+
"VSnackbarQueue/width": {
|
|
9363
|
+
"type": "string | number\n",
|
|
9364
|
+
"description": "Sets the width for the component."
|
|
9365
|
+
},
|
|
9366
|
+
"VSnackbarQueue/eager": {
|
|
9367
|
+
"type": "boolean\n",
|
|
9368
|
+
"description": "Forces the component's content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO."
|
|
9369
|
+
},
|
|
9370
|
+
"VSnackbarQueue/location-strategy": {
|
|
9371
|
+
"type": "'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n",
|
|
9372
|
+
"description": "A function used to specifies how the component should position relative to its activator."
|
|
9373
|
+
},
|
|
9374
|
+
"VSnackbarQueue/origin": {
|
|
9375
|
+
"type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n",
|
|
9376
|
+
"description": "Sets the transition origin on the element. You can find more information on the MDN documentation [for transition origin](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-origin)."
|
|
9377
|
+
},
|
|
9378
|
+
"VSnackbarQueue/offset": {
|
|
9379
|
+
"type": "string | number | number[]\n",
|
|
9380
|
+
"description": "A single value that offsets content away from the target based upon what side it is on."
|
|
9381
|
+
},
|
|
9382
|
+
"VSnackbarQueue/transition": {
|
|
9383
|
+
"type": "string | boolean | (TransitionProps & { component: Component })\n",
|
|
9384
|
+
"description": "Sets the component transition. Can be one of the [built in](/styles/transitions/) or custom transition."
|
|
9385
|
+
},
|
|
9386
|
+
"VSnackbarQueue/attach": {
|
|
9387
|
+
"type": "string | boolean | Element\n",
|
|
9388
|
+
"description": "Specifies which DOM element the overlay content should teleport to. Can be a direct element reference, querySelector string, or `true` to disable teleporting. Uses `body` by default."
|
|
9389
|
+
},
|
|
9390
|
+
"VSnackbarQueue/closable": {
|
|
9391
|
+
"type": "string | boolean\n",
|
|
9392
|
+
"description": "Adds a dismiss button that closes the active snackbar."
|
|
9393
|
+
},
|
|
9394
|
+
"VSnackbarQueue/close-text": {
|
|
9395
|
+
"type": "string\n",
|
|
9396
|
+
"description": "The text used in the close button when using the **closable** prop."
|
|
9397
|
+
},
|
|
9198
9398
|
"VSpacer/tag": {
|
|
9199
9399
|
"type": "string\n",
|
|
9200
9400
|
"description": "Specify a custom tag used on the root element."
|
|
@@ -9779,6 +9979,10 @@
|
|
|
9779
9979
|
"type": "string | number\n",
|
|
9780
9980
|
"description": "Sets the width for the component."
|
|
9781
9981
|
},
|
|
9982
|
+
"VSwitch/theme": {
|
|
9983
|
+
"type": "string\n",
|
|
9984
|
+
"description": "Specify a theme for this component and all of its children."
|
|
9985
|
+
},
|
|
9782
9986
|
"VSwitch/disabled": {
|
|
9783
9987
|
"type": "boolean\n",
|
|
9784
9988
|
"description": "Removes the ability to click or target the component."
|
|
@@ -9875,10 +10079,6 @@
|
|
|
9875
10079
|
"type": "(a: any, b: any) => boolean\n",
|
|
9876
10080
|
"description": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop."
|
|
9877
10081
|
},
|
|
9878
|
-
"VSwitch/theme": {
|
|
9879
|
-
"type": "string\n",
|
|
9880
|
-
"description": "Specify a theme for this component and all of its children."
|
|
9881
|
-
},
|
|
9882
10082
|
"VSystemBar/color": {
|
|
9883
10083
|
"type": "string\n",
|
|
9884
10084
|
"description": "Applies specified color to the control - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors)."
|
|
@@ -10351,6 +10551,10 @@
|
|
|
10351
10551
|
"type": "string | number\n",
|
|
10352
10552
|
"description": "Sets the width for the component."
|
|
10353
10553
|
},
|
|
10554
|
+
"VTextField/theme": {
|
|
10555
|
+
"type": "string\n",
|
|
10556
|
+
"description": "Specify a theme for this component and all of its children."
|
|
10557
|
+
},
|
|
10354
10558
|
"VTextField/disabled": {
|
|
10355
10559
|
"type": "boolean\n",
|
|
10356
10560
|
"description": "Removes the ability to click or target the input."
|
|
@@ -10459,10 +10663,6 @@
|
|
|
10459
10663
|
"type": "boolean\n",
|
|
10460
10664
|
"description": "Removes any applied **border-radius** from the component."
|
|
10461
10665
|
},
|
|
10462
|
-
"VTextField/theme": {
|
|
10463
|
-
"type": "string\n",
|
|
10464
|
-
"description": "Specify a theme for this component and all of its children."
|
|
10465
|
-
},
|
|
10466
10666
|
"VTextField/counter-value": {
|
|
10467
10667
|
"type": "number | ((value: any) => number)\n",
|
|
10468
10668
|
"description": "Function returns the counter display text."
|
|
@@ -10579,6 +10779,10 @@
|
|
|
10579
10779
|
"type": "string | number\n",
|
|
10580
10780
|
"description": "Sets the width for the component."
|
|
10581
10781
|
},
|
|
10782
|
+
"VTextarea/theme": {
|
|
10783
|
+
"type": "string\n",
|
|
10784
|
+
"description": "Specify a theme for this component and all of its children."
|
|
10785
|
+
},
|
|
10582
10786
|
"VTextarea/disabled": {
|
|
10583
10787
|
"type": "boolean\n",
|
|
10584
10788
|
"description": "Removes the ability to click or target the input."
|
|
@@ -10687,10 +10891,6 @@
|
|
|
10687
10891
|
"type": "boolean\n",
|
|
10688
10892
|
"description": "Removes any applied **border-radius** from the component."
|
|
10689
10893
|
},
|
|
10690
|
-
"VTextarea/theme": {
|
|
10691
|
-
"type": "string\n",
|
|
10692
|
-
"description": "Specify a theme for this component and all of its children."
|
|
10693
|
-
},
|
|
10694
10894
|
"VTextarea/counter-value": {
|
|
10695
10895
|
"type": "(value: any) => number\n",
|
|
10696
10896
|
"description": "Display the input length but do not provide any validation."
|
|
@@ -10844,7 +11044,7 @@
|
|
|
10844
11044
|
"description": "Removes the ability to click or target the component."
|
|
10845
11045
|
},
|
|
10846
11046
|
"VTimePickerClock/displayed-value": {
|
|
10847
|
-
"type": "",
|
|
11047
|
+
"type": "any\n",
|
|
10848
11048
|
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VTimePickerClock.json))"
|
|
10849
11049
|
},
|
|
10850
11050
|
"VTimePickerClock/double": {
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VFab": {
|
|
4
|
-
"from": "labs/VFab/index.mjs",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VCalendar": {
|
|
8
4
|
"from": "labs/VCalendar/index.mjs",
|
|
9
5
|
"styles": []
|
|
@@ -28,24 +24,24 @@
|
|
|
28
24
|
"from": "labs/VCalendar/index.mjs",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
|
-
"VEmptyState": {
|
|
32
|
-
"from": "labs/VEmptyState/index.mjs",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
27
|
"VNumberInput": {
|
|
36
28
|
"from": "labs/VNumberInput/index.mjs",
|
|
37
29
|
"styles": []
|
|
38
30
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "labs/
|
|
31
|
+
"VFab": {
|
|
32
|
+
"from": "labs/VFab/index.mjs",
|
|
41
33
|
"styles": []
|
|
42
34
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "labs/
|
|
35
|
+
"VEmptyState": {
|
|
36
|
+
"from": "labs/VEmptyState/index.mjs",
|
|
45
37
|
"styles": []
|
|
46
38
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "labs/
|
|
39
|
+
"VPicker": {
|
|
40
|
+
"from": "labs/VPicker/index.mjs",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VPickerTitle": {
|
|
44
|
+
"from": "labs/VPicker/index.mjs",
|
|
49
45
|
"styles": []
|
|
50
46
|
},
|
|
51
47
|
"VTimePicker": {
|
|
@@ -60,25 +56,33 @@
|
|
|
60
56
|
"from": "labs/VTimePicker/index.mjs",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
59
|
+
"VTreeview": {
|
|
60
|
+
"from": "labs/VTreeview/index.mjs",
|
|
65
61
|
"styles": []
|
|
66
62
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
63
|
+
"VTreeviewItem": {
|
|
64
|
+
"from": "labs/VTreeview/index.mjs",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VTreeviewGroup": {
|
|
68
|
+
"from": "labs/VTreeview/index.mjs",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
71
|
"VConfirmEdit": {
|
|
72
72
|
"from": "labs/VConfirmEdit/index.mjs",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "labs/
|
|
75
|
+
"VSnackbarQueue": {
|
|
76
|
+
"from": "labs/VSnackbarQueue/index.mjs",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
79
|
"VSparkline": {
|
|
80
80
|
"from": "labs/VSparkline/index.mjs",
|
|
81
81
|
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VSpeedDial": {
|
|
84
|
+
"from": "labs/VSpeedDial/index.mjs",
|
|
85
|
+
"styles": []
|
|
82
86
|
}
|
|
83
87
|
}
|
|
84
88
|
}
|