@vuetify/nightly 3.5.2-master.2024-02-07 → 3.5.3-dev.2024-02-14

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.
Files changed (80) hide show
  1. package/CHANGELOG.md +8 -6
  2. package/dist/json/attributes.json +111 -87
  3. package/dist/json/importMap-labs.json +8 -8
  4. package/dist/json/importMap.json +122 -122
  5. package/dist/json/tags.json +6 -0
  6. package/dist/json/web-types.json +208 -148
  7. package/dist/vuetify-labs.css +2388 -2373
  8. package/dist/vuetify-labs.d.ts +301 -152
  9. package/dist/vuetify-labs.esm.js +84 -69
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +83 -68
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +972 -957
  14. package/dist/vuetify.d.ts +339 -190
  15. package/dist/vuetify.esm.js +84 -69
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +83 -68
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +909 -914
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VApp/VApp.mjs +5 -2
  23. package/lib/components/VApp/VApp.mjs.map +1 -1
  24. package/lib/components/VApp/index.d.mts +6 -6
  25. package/lib/components/VAppBar/VAppBar.mjs +5 -5
  26. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  27. package/lib/components/VAppBar/index.d.mts +2 -2
  28. package/lib/components/VAutocomplete/index.d.mts +12 -0
  29. package/lib/components/VAvatar/VAvatar.mjs +16 -2
  30. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  31. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +5 -3
  32. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  33. package/lib/components/VBottomNavigation/index.d.mts +2 -2
  34. package/lib/components/VBottomSheet/index.d.mts +6 -0
  35. package/lib/components/VChip/VChip.css +0 -1
  36. package/lib/components/VChip/VChip.mjs +2 -1
  37. package/lib/components/VChip/VChip.mjs.map +1 -1
  38. package/lib/components/VChip/VChip.sass +0 -1
  39. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
  40. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  41. package/lib/components/VCombobox/index.d.mts +12 -0
  42. package/lib/components/VDialog/index.d.mts +21 -3
  43. package/lib/components/VFooter/VFooter.mjs +3 -2
  44. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  45. package/lib/components/VInput/VInput.sass +1 -1
  46. package/lib/components/VInput/_variables.scss +1 -0
  47. package/lib/components/VLayout/VLayout.mjs +5 -2
  48. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  49. package/lib/components/VLayout/VLayoutItem.mjs +6 -4
  50. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  51. package/lib/components/VLayout/index.d.mts +9 -9
  52. package/lib/components/VMain/VMain.mjs +3 -2
  53. package/lib/components/VMain/VMain.mjs.map +1 -1
  54. package/lib/components/VMain/index.d.mts +2 -2
  55. package/lib/components/VMenu/index.d.mts +21 -3
  56. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +7 -7
  57. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  58. package/lib/components/VOverlay/VOverlay.css +1 -1
  59. package/lib/components/VOverlay/VOverlay.mjs +2 -0
  60. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  61. package/lib/components/VOverlay/_variables.scss +1 -1
  62. package/lib/components/VOverlay/index.d.mts +6 -0
  63. package/lib/components/VSelect/index.d.mts +12 -0
  64. package/lib/components/VSnackbar/VSnackbar.mjs +5 -4
  65. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  66. package/lib/components/VSnackbar/index.d.mts +168 -122
  67. package/lib/components/VTooltip/index.d.mts +21 -3
  68. package/lib/components/index.d.mts +300 -152
  69. package/lib/composables/layout.mjs +14 -37
  70. package/lib/composables/layout.mjs.map +1 -1
  71. package/lib/entry-bundler.mjs +1 -1
  72. package/lib/entry-bundler.mjs.map +1 -1
  73. package/lib/framework.mjs +1 -1
  74. package/lib/framework.mjs.map +1 -1
  75. package/lib/index.d.mts +39 -38
  76. package/lib/styles/main.css +16 -0
  77. package/lib/styles/settings/_utilities.scss +20 -0
  78. package/lib/util/helpers.mjs +11 -1
  79. package/lib/util/helpers.mjs.map +1 -1
  80. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,19 +1,21 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.5.2-master.2024-02-07...v) (2024-02-07)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.5.3-dev.2024-02-14...v) (2024-02-14)
2
2
 
3
3
 
4
4
 
5
- ## [3.5.2-master.2024-02-07](https://github.com/vuetifyjs/vuetify/compare/v3.5.2...v3.5.2-master.2024-02-07) (2024-02-07)
5
+ ## [3.5.3-dev.2024-02-14](https://github.com/vuetifyjs/vuetify/compare/v3.5.3...v3.5.3-dev.2024-02-14) (2024-02-14)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
- * **VCheckbox/VSwitch:** incorrect default flex inherited from VInput ([de501c3](https://github.com/vuetifyjs/vuetify/commit/de501c343f9413d91ea0a05b8de89bc10e5b7621))
11
- * **VListItemAction:** adjust spacing when using the start/end props ([1f63ca8](https://github.com/vuetifyjs/vuetify/commit/1f63ca88dfb5d5c57331a68d94b1ff660ac989f1))
10
+ * **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))
11
+ * **VSnackbar:** progress animation reset styling ([d33f10b](https://github.com/vuetifyjs/vuetify/commit/d33f10b53429c768ab05d0877eeb0410cf45fdc3))
12
12
 
13
13
 
14
- ### Reverts
14
+ ### Features
15
15
 
16
- * Revert "fix(VOverlay): don't render if disabled" ([0b79317](https://github.com/vuetifyjs/vuetify/commit/0b79317ee1d2a3799213e006f1b0f3be224f8e47)), closes [#19144](https://github.com/vuetifyjs/vuetify/issues/19144)
16
+ * **position:** add left/top/right/bottom-0 utility classes ([5713630](https://github.com/vuetifyjs/vuetify/commit/5713630109ac8c3f2d28d49359f0a6bf4b105a85))
17
+ * **VInput:** add new $input-flex sass variable ([0f1d43a](https://github.com/vuetifyjs/vuetify/commit/0f1d43aac5a5e7d207653892dca968040ee0041d))
18
+ * **VSnackbar:** pass internal isActive model through activator slot ([75d0ed1](https://github.com/vuetifyjs/vuetify/commit/75d0ed173c7883fe4b7b4b7075d73251b9419b07))
17
19
 
18
20
 
19
21