@vuetify/nightly 3.6.0-alpha.2-dev.2024-04-30 → 3.6.1-dev.2024-05-01
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 +2 -102
- package/dist/_component-variables-labs.sass +0 -2
- package/dist/_component-variables.sass +2 -0
- package/dist/json/importMap-labs.json +28 -48
- package/dist/json/importMap.json +152 -132
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2517 -2517
- package/dist/vuetify-labs.d.ts +4811 -4811
- package/dist/vuetify-labs.esm.js +10062 -10058
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10062 -10058
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +978 -801
- package/dist/vuetify.d.ts +2858 -560
- package/dist/vuetify.esm.js +1724 -893
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1724 -893
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +616 -561
- package/dist/vuetify.min.js.map +1 -1
- package/lib/{labs → components}/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -0
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +1 -0
- package/lib/components/VConfirmEdit/index.mjs.map +1 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +4 -4
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/{labs → components}/VEmptyState/VEmptyState.mjs +4 -4
- package/lib/components/VEmptyState/VEmptyState.mjs.map +1 -0
- package/lib/components/VEmptyState/index.mjs.map +1 -0
- package/lib/{labs → components}/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/VFab.mjs.map +1 -0
- package/lib/components/VFab/index.mjs.map +1 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +12 -5
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSparkline/VBarline.mjs.map +1 -0
- package/lib/components/VSparkline/VSparkline.mjs +44 -320
- package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -0
- package/lib/components/VSparkline/index.mjs +1 -3
- package/lib/components/VSparkline/index.mjs.map +1 -1
- package/lib/components/VSparkline/util/line.mjs.map +1 -0
- package/lib/components/VSparkline/util/path.mjs.map +1 -0
- package/lib/components/VSpeedDial/VSpeedDial.mjs +68 -85
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.sass +20 -72
- package/lib/components/VSpeedDial/index.mjs +1 -3
- package/lib/components/VSpeedDial/index.mjs.map +1 -1
- package/lib/components/index.d.mts +2840 -547
- package/lib/components/index.mjs +6 -2
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +53 -53
- package/lib/labs/VDateInput/VDateInput.mjs +2 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +14 -14
- package/lib/labs/components.d.mts +1628 -3945
- package/lib/labs/components.mjs +0 -5
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/ko.mjs +8 -8
- package/lib/locale/ko.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/components/VSparkline/helpers/core.mjs +0 -49
- package/lib/components/VSparkline/helpers/core.mjs.map +0 -1
- package/lib/components/VSparkline/helpers/math.mjs +0 -34
- package/lib/components/VSparkline/helpers/math.mjs.map +0 -1
- package/lib/components/VSparkline/helpers/path.mjs +0 -27
- package/lib/components/VSparkline/helpers/path.mjs.map +0 -1
- package/lib/components/VSpeedDial/_variables.scss +0 -5
- package/lib/labs/VConfirmEdit/VConfirmEdit.mjs.map +0 -1
- package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
- package/lib/labs/VConfirmEdit/index.mjs.map +0 -1
- package/lib/labs/VEmptyState/VEmptyState.mjs.map +0 -1
- package/lib/labs/VEmptyState/index.mjs.map +0 -1
- package/lib/labs/VFab/VFab.mjs.map +0 -1
- package/lib/labs/VFab/index.mjs.map +0 -1
- package/lib/labs/VSparkline/VBarline.mjs.map +0 -1
- package/lib/labs/VSparkline/VSparkline.mjs +0 -49
- package/lib/labs/VSparkline/VSparkline.mjs.map +0 -1
- package/lib/labs/VSparkline/VTrendline.mjs.map +0 -1
- package/lib/labs/VSparkline/index.mjs +0 -2
- package/lib/labs/VSparkline/index.mjs.map +0 -1
- package/lib/labs/VSparkline/util/line.mjs.map +0 -1
- package/lib/labs/VSparkline/util/path.mjs.map +0 -1
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +0 -77
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +0 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +0 -27
- package/lib/labs/VSpeedDial/index.mjs +0 -2
- package/lib/labs/VSpeedDial/index.mjs.map +0 -1
- /package/lib/{labs → components}/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -0
- /package/lib/{labs → components}/VConfirmEdit/index.d.mts +0 -0
- /package/lib/{labs → components}/VConfirmEdit/index.mjs +0 -0
- /package/lib/{labs → components}/VEmptyState/VEmptyState.css +0 -0
- /package/lib/{labs → components}/VEmptyState/VEmptyState.sass +0 -0
- /package/lib/{labs → components}/VEmptyState/_variables.scss +0 -0
- /package/lib/{labs → components}/VEmptyState/index.d.mts +0 -0
- /package/lib/{labs → components}/VEmptyState/index.mjs +0 -0
- /package/lib/{labs → components}/VFab/VFab.css +0 -0
- /package/lib/{labs → components}/VFab/VFab.sass +0 -0
- /package/lib/{labs → components}/VFab/_mixins.scss +0 -0
- /package/lib/{labs → components}/VFab/_variables.scss +0 -0
- /package/lib/{labs → components}/VFab/index.d.mts +0 -0
- /package/lib/{labs → components}/VFab/index.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/VBarline.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/VTrendline.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/index.d.mts +0 -0
- /package/lib/{labs → components}/VSparkline/util/line.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/util/path.mjs +0 -0
- /package/lib/{labs → components}/VSpeedDial/VSpeedDial.css +0 -0
- /package/lib/{labs → components}/VSpeedDial/index.d.mts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,108 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.1-dev.2024-05-01...v) (2024-05-01)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
* **layout:** translate full amount if element and layout size is 0 ([99ea55d](https://github.com/vuetifyjs/vuetify/commit/99ea55d2debbab3c7941b9a8b2070258261d8c48))
|
|
11
|
-
* **VDataTable:** add missing scss variable for loading opacity ([69b5cc8](https://github.com/vuetifyjs/vuetify/commit/69b5cc8e36092350987f53a32b4820c22785a612))
|
|
12
|
-
* **VDialog:** adjust styling to better match material spec ([383bbdc](https://github.com/vuetifyjs/vuetify/commit/383bbdc2e642922ac50de1b88b4be156510b8b2d))
|
|
13
|
-
* **VNavigationDrawer:** don't restrict elementSize when location is top or bottom ([1ee802d](https://github.com/vuetifyjs/vuetify/commit/1ee802dbcd25e38ad8be627ba531d680df5d1f04))
|
|
14
|
-
* **VOverlay:** move targetRef out of props ([5e40cc8](https://github.com/vuetifyjs/vuetify/commit/5e40cc89fd1d944bcc338802e4ed286dacc7fbda)), closes [#19685](https://github.com/vuetifyjs/vuetify/issues/19685)
|
|
15
|
-
* **VSpeedDial:** proxy VMenu model ([245f6d3](https://github.com/vuetifyjs/vuetify/commit/245f6d3868c62d41048a9f91769ae2e327cc2366))
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Features
|
|
19
|
-
|
|
20
|
-
* **display:** add explicit prop that overrides mobile state ([fafc39f](https://github.com/vuetifyjs/vuetify/commit/fafc39f5d27cf0d6c5870bd18b43d84622ed6d11))
|
|
21
|
-
* support css cascade layers ([#19641](https://github.com/vuetifyjs/vuetify/issues/19641)) ([4820347](https://github.com/vuetifyjs/vuetify/commit/4820347463f5ea139bea08a712dd4573c3f492b4))
|
|
22
|
-
* **VBtn:** add new readonly prop ([72f33dc](https://github.com/vuetifyjs/vuetify/commit/72f33dcd84ef3a3799ec1312a5eaa42e320b3e92))
|
|
23
|
-
* **VDataTable:** add mobile view ([#19431](https://github.com/vuetifyjs/vuetify/issues/19431)) ([66880ce](https://github.com/vuetifyjs/vuetify/commit/66880ce3a2a7899d4c63372713fca14971beb06f))
|
|
24
|
-
* **VDateInput:** create new component ([#19680](https://github.com/vuetifyjs/vuetify/issues/19680)) ([e9d132f](https://github.com/vuetifyjs/vuetify/commit/e9d132ffe6050e4acac3bf455083b3a1a03957fc))
|
|
25
|
-
* **VLayout:** add dimension support ([0114108](https://github.com/vuetifyjs/vuetify/commit/01141086f3482b40f03457a59de11fa6c8229210))
|
|
26
|
-
* **VNavigationDrawer:** add new persistent prop ([#19552](https://github.com/vuetifyjs/vuetify/issues/19552)) ([74cc2bf](https://github.com/vuetifyjs/vuetify/commit/74cc2bf338cf3b785ddc7d69636ae5cb05d89e1e))
|
|
27
|
-
* **VPullToRefresh:** add new component ([#19666](https://github.com/vuetifyjs/vuetify/issues/19666)) ([1816775](https://github.com/vuetifyjs/vuetify/commit/18167753354c30ee88fc1a08588193c530ac2d40))
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
# [3.6.0-alpha.2](https://github.com/vuetifyjs/vuetify/compare/v3.5.16...v3.6.0-alpha.2) (2024-04-16)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### Bug Fixes
|
|
35
|
-
|
|
36
|
-
* **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)
|
|
37
|
-
* **VDataTable:** sort on transformed column values ([b6b9be5](https://github.com/vuetifyjs/vuetify/commit/b6b9be5e0f30df8f2444a565dcc1e93e39116b33)), closes [#18840](https://github.com/vuetifyjs/vuetify/issues/18840)
|
|
38
|
-
* **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)
|
|
39
|
-
* **VTimeline:** provide correct dot-color default ([380e8e6](https://github.com/vuetifyjs/vuetify/commit/380e8e650f4ed969d738747242991743842b9a67))
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
### Features
|
|
43
|
-
|
|
44
|
-
* **date:** support typescript module augmentation for adapters ([20ffadc](https://github.com/vuetifyjs/vuetify/commit/20ffadc9d73fe57d357edde56d7e907a7135bcee)), closes [#18710](https://github.com/vuetifyjs/vuetify/issues/18710)
|
|
45
|
-
* **Tooltip:** add new directive ([#19053](https://github.com/vuetifyjs/vuetify/issues/19053)) ([2e1e743](https://github.com/vuetifyjs/vuetify/commit/2e1e74378b47e2f77721e1d3e5810cf6e25774f9))
|
|
46
|
-
* **variant:** add configurable $border-width-root ([2abb221](https://github.com/vuetifyjs/vuetify/commit/2abb221696ae1a8ca2f264e6ed83ad3f1bd9875e)), closes [#16786](https://github.com/vuetifyjs/vuetify/issues/16786)
|
|
47
|
-
* **VCardText/Subtitle:** add opacity support ([8633854](https://github.com/vuetifyjs/vuetify/commit/8633854c59306b3e7318bd0be9c499f59e883285))
|
|
48
|
-
* **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)
|
|
49
|
-
* **VDivider:** add opacity support ([702bb50](https://github.com/vuetifyjs/vuetify/commit/702bb508cdfc5e1ce161b4ddd4a4b6d68de2c75d))
|
|
50
|
-
* **VDivider:** add slot support ([395f157](https://github.com/vuetifyjs/vuetify/commit/395f157d5ecc676885a69fd76639ad8a485b8ee7))
|
|
51
|
-
* **VInput:** add dimensions support to VInput ([#19600](https://github.com/vuetifyjs/vuetify/issues/19600)) ([45c8f61](https://github.com/vuetifyjs/vuetify/commit/45c8f615913c10d7e8f189ac067a6c860e96941d))
|
|
52
|
-
* **VListItemSubtitle:** add new opacity prop ([565a794](https://github.com/vuetifyjs/vuetify/commit/565a794b7eebafbdf65e0efab8d39ba6abb700e3)), closes [#16446](https://github.com/vuetifyjs/vuetify/issues/16446)
|
|
53
|
-
* **VProgressLinear:** add new buffer color / opacity props ([#19190](https://github.com/vuetifyjs/vuetify/issues/19190)) ([f257755](https://github.com/vuetifyjs/vuetify/commit/f25775557cb767629f2d6b3edaa2310a87eb58b7))
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
# [3.6.0-alpha.1](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.0...v3.6.0-alpha.1) (2024-04-11)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
### Bug Fixes
|
|
61
|
-
|
|
62
|
-
* **layout:** partial revert of layout change ([0cd9e54](https://github.com/vuetifyjs/vuetify/commit/0cd9e54a84249260eb9531a2f972ffd4d363a225))
|
|
63
|
-
* **VBottomNavigation:** remove internal translate and fix active/modelValue ([54e33b6](https://github.com/vuetifyjs/vuetify/commit/54e33b636db904fe90b350cf195a53cc7ab7b664))
|
|
64
|
-
* **VNavigationDrawer:** only show shadow when active ([665a46f](https://github.com/vuetifyjs/vuetify/commit/665a46ff297765b7b53f4b2b441714282e2a8069))
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
### Features
|
|
68
|
-
|
|
69
|
-
* **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))
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
# [3.6.0-alpha.0](https://github.com/vuetifyjs/vuetify/compare/v3.5.15...v3.6.0-alpha.0) (2024-04-10)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### Bug Fixes
|
|
77
|
-
|
|
78
|
-
* **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))
|
|
79
|
-
* **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)
|
|
80
|
-
* **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)
|
|
81
|
-
* **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)
|
|
82
|
-
* **VDatePicker:** add missing transition between months ([24c53d0](https://github.com/vuetifyjs/vuetify/commit/24c53d02e407a0d5ef148d9c39ac42bd9fed57e8))
|
|
83
|
-
* **VExpansionPanels:** propagate all defaults to VExpansionPanel ([27b172b](https://github.com/vuetifyjs/vuetify/commit/27b172b6820ee0089e4a39791825c35f0dd2d52a))
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
### Features
|
|
87
|
-
|
|
88
|
-
* **date:** add more functions to default adapter ([#19141](https://github.com/vuetifyjs/vuetify/issues/19141)) ([a6a02f0](https://github.com/vuetifyjs/vuetify/commit/a6a02f04c491568332848f54110a855c88d06e6f))
|
|
89
|
-
* **dates:** add all supported formats ([45199a4](https://github.com/vuetifyjs/vuetify/commit/45199a4a37108779763c083ffa2f10a5cb5dcd31))
|
|
90
|
-
* **icons:** add vuetify-play icon ([0f2ea2b](https://github.com/vuetifyjs/vuetify/commit/0f2ea2b53156eebb296c1719a3616156da9d3e53))
|
|
91
|
-
* **opacity:** add new utility classes ([44e5588](https://github.com/vuetifyjs/vuetify/commit/44e55888f256169bc79805c6abce60fc03aa2295))
|
|
92
|
-
* **position:** add left/top/right/bottom-0 utility classes ([5713630](https://github.com/vuetifyjs/vuetify/commit/5713630109ac8c3f2d28d49359f0a6bf4b105a85))
|
|
93
|
-
* **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)
|
|
94
|
-
* **utilities:** add new classes ([a3ff4eb](https://github.com/vuetifyjs/vuetify/commit/a3ff4ebe0816d61085b32a1d9a195458891dfb39)), closes [#9243](https://github.com/vuetifyjs/vuetify/issues/9243)
|
|
95
|
-
* **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)
|
|
96
|
-
* **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)
|
|
97
|
-
* **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)
|
|
98
|
-
* **VForm:** expose component instances ([56c5c62](https://github.com/vuetifyjs/vuetify/commit/56c5c62670ff185d482c284b915aca920e5b56cf)), closes [#19365](https://github.com/vuetifyjs/vuetify/issues/19365)
|
|
99
|
-
* **VInput:** add new $input-flex sass variable ([0f1d43a](https://github.com/vuetifyjs/vuetify/commit/0f1d43aac5a5e7d207653892dca968040ee0041d))
|
|
100
|
-
* **VLabel:** add opacity sass variable ([c6fb388](https://github.com/vuetifyjs/vuetify/commit/c6fb388be73b042e985ed371ba8cd392b4408c62))
|
|
101
|
-
* **VMain:** add dimension support ([8ba749b](https://github.com/vuetifyjs/vuetify/commit/8ba749b401ebd5dc07c057a9f363b006fdbe31a4))
|
|
102
|
-
* **VNavigationDrawer:** add delay functionality for rail ([0201c01](https://github.com/vuetifyjs/vuetify/commit/0201c019398c3a9ae1ecb4dbede775df875c8c70)), closes [#18413](https://github.com/vuetifyjs/vuetify/issues/18413)
|
|
103
|
-
* **VSnackbar:** pass internal isActive model through activator slot ([75d0ed1](https://github.com/vuetifyjs/vuetify/commit/75d0ed173c7883fe4b7b4b7075d73251b9419b07))
|
|
104
|
-
* **VTabs:** add support for v-tabs-window ([#19248](https://github.com/vuetifyjs/vuetify/issues/19248)) ([b905b67](https://github.com/vuetifyjs/vuetify/commit/b905b677a69bc2c5a749d380895497a86b702e1d))
|
|
105
|
-
* **VTimeline:** add more passthrough props to defaults provide ([c008ad5](https://github.com/vuetifyjs/vuetify/commit/c008ad506cbd8125d4ecb148c3f63f998c9f5399))
|
|
5
|
+
## [3.6.1-dev.2024-05-01](https://github.com/vuetifyjs/vuetify/compare/v3.6.1...v3.6.1-dev.2024-05-01) (2024-05-01)
|
|
106
6
|
|
|
107
7
|
|
|
108
8
|
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
@forward '../lib/labs/VCalendar/_variables.scss'
|
|
2
|
-
@forward '../lib/labs/VEmptyState/_variables.scss'
|
|
3
|
-
@forward '../lib/labs/VFab/_variables.scss'
|
|
4
2
|
@forward '../lib/labs/VNumberInput/_variables.scss'
|
|
5
3
|
@forward '../lib/labs/VPicker/_variables.scss'
|
|
6
4
|
@forward '../lib/labs/VTimePicker/_variables.scss'
|
|
@@ -24,7 +24,9 @@
|
|
|
24
24
|
@forward '../lib/components/VDatePicker/_variables.scss'
|
|
25
25
|
@forward '../lib/components/VDialog/_variables.scss'
|
|
26
26
|
@forward '../lib/components/VDivider/_variables.scss'
|
|
27
|
+
@forward '../lib/components/VEmptyState/_variables.scss'
|
|
27
28
|
@forward '../lib/components/VExpansionPanel/_variables.scss'
|
|
29
|
+
@forward '../lib/components/VFab/_variables.scss'
|
|
28
30
|
@forward '../lib/components/VField/_variables.scss'
|
|
29
31
|
@forward '../lib/components/VFileInput/_variables.scss'
|
|
30
32
|
@forward '../lib/components/VFooter/_variables.scss'
|
|
@@ -1,33 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VCalendar": {
|
|
4
|
-
"from": "labs/VCalendar/index.mjs",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VCalendarDay": {
|
|
8
|
-
"from": "labs/VCalendar/index.mjs",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VCalendarHeader": {
|
|
12
|
-
"from": "labs/VCalendar/index.mjs",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
|
-
"VCalendarInterval": {
|
|
16
|
-
"from": "labs/VCalendar/index.mjs",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
|
-
"VCalendarIntervalEvent": {
|
|
20
|
-
"from": "labs/VCalendar/index.mjs",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VCalendarMonthDay": {
|
|
24
|
-
"from": "labs/VCalendar/index.mjs",
|
|
25
|
-
"styles": []
|
|
26
|
-
},
|
|
27
|
-
"VEmptyState": {
|
|
28
|
-
"from": "labs/VEmptyState/index.mjs",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
3
|
"VNumberInput": {
|
|
32
4
|
"from": "labs/VNumberInput/index.mjs",
|
|
33
5
|
"styles": []
|
|
@@ -40,8 +12,16 @@
|
|
|
40
12
|
"from": "labs/VPicker/index.mjs",
|
|
41
13
|
"styles": []
|
|
42
14
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "labs/
|
|
15
|
+
"VTimePicker": {
|
|
16
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
|
+
"VTimePickerClock": {
|
|
20
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VTimePickerControls": {
|
|
24
|
+
"from": "labs/VTimePicker/index.mjs",
|
|
45
25
|
"styles": []
|
|
46
26
|
},
|
|
47
27
|
"VTreeview": {
|
|
@@ -56,40 +36,40 @@
|
|
|
56
36
|
"from": "labs/VTreeview/index.mjs",
|
|
57
37
|
"styles": []
|
|
58
38
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
39
|
+
"VCalendar": {
|
|
40
|
+
"from": "labs/VCalendar/index.mjs",
|
|
61
41
|
"styles": []
|
|
62
42
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
43
|
+
"VCalendarDay": {
|
|
44
|
+
"from": "labs/VCalendar/index.mjs",
|
|
65
45
|
"styles": []
|
|
66
46
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
47
|
+
"VCalendarHeader": {
|
|
48
|
+
"from": "labs/VCalendar/index.mjs",
|
|
69
49
|
"styles": []
|
|
70
50
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "labs/
|
|
51
|
+
"VCalendarInterval": {
|
|
52
|
+
"from": "labs/VCalendar/index.mjs",
|
|
73
53
|
"styles": []
|
|
74
54
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "labs/
|
|
55
|
+
"VCalendarIntervalEvent": {
|
|
56
|
+
"from": "labs/VCalendar/index.mjs",
|
|
77
57
|
"styles": []
|
|
78
58
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "labs/
|
|
59
|
+
"VCalendarMonthDay": {
|
|
60
|
+
"from": "labs/VCalendar/index.mjs",
|
|
81
61
|
"styles": []
|
|
82
62
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "labs/
|
|
63
|
+
"VDateInput": {
|
|
64
|
+
"from": "labs/VDateInput/index.mjs",
|
|
85
65
|
"styles": []
|
|
86
66
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "labs/
|
|
67
|
+
"VPullToRefresh": {
|
|
68
|
+
"from": "labs/VPullToRefresh/index.mjs",
|
|
89
69
|
"styles": []
|
|
90
70
|
},
|
|
91
|
-
"
|
|
92
|
-
"from": "labs/
|
|
71
|
+
"VSnackbarQueue": {
|
|
72
|
+
"from": "labs/VSnackbarQueue/index.mjs",
|
|
93
73
|
"styles": []
|
|
94
74
|
}
|
|
95
75
|
}
|