@vuetify/nightly 3.0.0-beta.5 → 3.0.0-beta.6

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 (118) hide show
  1. package/CHANGELOG.md +39 -17
  2. package/dist/json/attributes.json +26 -70
  3. package/dist/json/importMap.json +66 -98
  4. package/dist/json/tags.json +6 -32
  5. package/dist/json/web-types.json +135 -255
  6. package/dist/vuetify.css +688 -652
  7. package/dist/vuetify.d.ts +3566 -1150
  8. package/dist/vuetify.esm.js +276 -226
  9. package/dist/vuetify.esm.js.map +1 -1
  10. package/dist/vuetify.js +275 -225
  11. package/dist/vuetify.js.map +1 -1
  12. package/dist/vuetify.min.css +2 -2
  13. package/dist/vuetify.min.js +611 -612
  14. package/dist/vuetify.min.js.map +1 -1
  15. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  16. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  17. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +13 -6
  18. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -5
  19. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  20. package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +8 -3
  21. package/lib/components/VBreadcrumbs/_variables.scss +2 -1
  22. package/lib/components/VBtn/VBtn.css +20 -13
  23. package/lib/components/VBtn/VBtn.mjs +6 -3
  24. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  25. package/lib/components/VBtn/VBtn.sass +20 -9
  26. package/lib/components/VBtn/_variables.scss +2 -3
  27. package/lib/components/VBtnGroup/VBtnGroup.css +1 -1
  28. package/lib/components/VCard/VCard.css +3 -3
  29. package/lib/components/VCard/VCard.sass +3 -3
  30. package/lib/components/VCard/_variables.scss +1 -0
  31. package/lib/components/VChip/VChip.mjs +2 -1
  32. package/lib/components/VChip/VChip.mjs.map +1 -1
  33. package/lib/components/VCombobox/VCombobox.mjs +5 -11
  34. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  35. package/lib/components/VDialog/VDialog.mjs +5 -4
  36. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  37. package/lib/components/VExpansionPanel/VExpansionPanel.css +1 -0
  38. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +3 -0
  39. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  40. package/lib/components/VExpansionPanel/VExpansionPanel.sass +1 -0
  41. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +2 -2
  42. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  43. package/lib/components/VField/VField.css +2 -2
  44. package/lib/components/VField/VField.sass +2 -2
  45. package/lib/components/VFileInput/VFileInput.css +3 -3
  46. package/lib/components/VFileInput/VFileInput.mjs +9 -4
  47. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  48. package/lib/components/VFileInput/VFileInput.sass +3 -3
  49. package/lib/components/VInput/VInput.mjs +1 -1
  50. package/lib/components/VInput/VInput.mjs.map +1 -1
  51. package/lib/components/VItemGroup/VItem.mjs +3 -0
  52. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  53. package/lib/components/VList/VList.css +2 -2
  54. package/lib/components/VList/VList.sass +1 -1
  55. package/lib/components/VList/VListChildren.mjs +4 -3
  56. package/lib/components/VList/VListChildren.mjs.map +1 -1
  57. package/lib/components/VList/VListGroup.mjs +42 -38
  58. package/lib/components/VList/VListGroup.mjs.map +1 -1
  59. package/lib/components/VList/VListItem.css +78 -52
  60. package/lib/components/VList/VListItem.mjs +69 -41
  61. package/lib/components/VList/VListItem.mjs.map +1 -1
  62. package/lib/components/VList/VListItem.sass +67 -38
  63. package/lib/components/VList/_variables.scss +11 -5
  64. package/lib/components/VList/index.mjs +0 -3
  65. package/lib/components/VList/index.mjs.map +1 -1
  66. package/lib/components/VPagination/VPagination.mjs +23 -9
  67. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  68. package/lib/components/VSelect/VSelect.mjs +4 -4
  69. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  70. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +3 -0
  71. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  72. package/lib/components/VSnackbar/VSnackbar.mjs +6 -2
  73. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  74. package/lib/components/VSwitch/VSwitch.css +7 -0
  75. package/lib/components/VSwitch/VSwitch.sass +6 -0
  76. package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
  77. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  78. package/lib/components/VTable/VTable.css +1 -0
  79. package/lib/components/VTable/VTable.sass +1 -0
  80. package/lib/components/VTabs/VTab.css +3 -1
  81. package/lib/components/VTabs/VTab.sass +4 -1
  82. package/lib/components/VTabs/VTabs.mjs +7 -6
  83. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  84. package/lib/components/VTextField/VTextField.mjs +18 -8
  85. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  86. package/lib/components/VTextarea/VTextarea.mjs +18 -8
  87. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  88. package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
  89. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  90. package/lib/components/VTooltip/VTooltip.mjs +6 -3
  91. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  92. package/lib/components/VWindow/VWindowItem.mjs +3 -0
  93. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  94. package/lib/components/index.d.ts +3566 -1135
  95. package/lib/components/transitions/index.mjs +0 -5
  96. package/lib/components/transitions/index.mjs.map +1 -1
  97. package/lib/composables/group.mjs.map +1 -1
  98. package/lib/composables/proxiedModel.mjs +2 -1
  99. package/lib/composables/proxiedModel.mjs.map +1 -1
  100. package/lib/composables/stack.mjs +7 -7
  101. package/lib/composables/stack.mjs.map +1 -1
  102. package/lib/composables/theme.mjs +9 -4
  103. package/lib/composables/theme.mjs.map +1 -1
  104. package/lib/composables/variant.mjs +2 -2
  105. package/lib/composables/variant.mjs.map +1 -1
  106. package/lib/entry-bundler.mjs +1 -1
  107. package/lib/index.d.ts +22 -29
  108. package/lib/styles/generic/_transitions.scss +13 -77
  109. package/lib/styles/main.css +44 -58
  110. package/lib/util/helpers.mjs +16 -4
  111. package/lib/util/helpers.mjs.map +1 -1
  112. package/package.json +3 -3
  113. package/lib/components/VList/VListItemAvatar.mjs +0 -24
  114. package/lib/components/VList/VListItemAvatar.mjs.map +0 -1
  115. package/lib/components/VList/VListItemHeader.mjs +0 -3
  116. package/lib/components/VList/VListItemHeader.mjs.map +0 -1
  117. package/lib/components/VList/VListItemIcon.mjs +0 -24
  118. package/lib/components/VList/VListItemIcon.mjs.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,27 +1,49 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.5...v) (2022-07-01)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.6...v) (2022-07-30)
2
2
 
3
3
 
4
4
 
5
- # [3.0.0-beta.5](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2022-07-01)
5
+ # [3.0.0-beta.6](https://github.com/vuetifyjs/vuetify/compare/v3.0.0-beta.5...v3.0.0-beta.6) (2022-07-29)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
- * **border:** only apply <name>--border class when true or '' ([baa4a9b](https://github.com/vuetifyjs/vuetify/commit/baa4a9b921e15003b1f5b75f2703d711a676cea9))
11
- * **validation:** set input to invalid using error/errorMessages ([#15269](https://github.com/vuetifyjs/vuetify/issues/15269)) ([2d91603](https://github.com/vuetifyjs/vuetify/commit/2d9160325e619442ac5caf22c51c1846d057166a)), closes [#15209](https://github.com/vuetifyjs/vuetify/issues/15209)
12
- * **VChipGroup:** [@import](https://github.com/import) -> [@use](https://github.com/use) ([d0ccb81](https://github.com/vuetifyjs/vuetify/commit/d0ccb81490a79cdf2b906bf8785afd3907ac2fb5))
13
- * **VSlideGroup:** add key to prevent unnecessary unmount ([#15267](https://github.com/vuetifyjs/vuetify/issues/15267)) ([6ad0dc1](https://github.com/vuetifyjs/vuetify/commit/6ad0dc1cfac915891f9bcddc58fe384e723e4970))
14
- * **VSlideGroup:** debounce size updates, scroll to active item on resize ([6682129](https://github.com/vuetifyjs/vuetify/commit/668212969812477880c8fd9810d5becee5fa7d58))
15
- * **VToolbar:** v-btn location in and outside of prepend/append elements ([#15350](https://github.com/vuetifyjs/vuetify/issues/15350)) ([1335939](https://github.com/vuetifyjs/vuetify/commit/1335939b5df317f7b12213d3c215cfcae235fa0f))
16
- * add keys to conditional elements ([afc3893](https://github.com/vuetifyjs/vuetify/commit/afc3893de1217bf6b0438d8e450725e43a45bbd8))
17
- * **VToolbar:** extend full available width in flex elements ([ecdfcab](https://github.com/vuetifyjs/vuetify/commit/ecdfcab9d6ca73d498147f48fbdfe1aabedb9a11))
18
-
19
-
20
- ### Features
21
-
22
- * **framework:** add new blueprint global options ([#15177](https://github.com/vuetifyjs/vuetify/issues/15177)) ([61ff03a](https://github.com/vuetifyjs/vuetify/commit/61ff03a73391ccc1a7133677d090c6185659cfd0))
23
- * **VMenu:** rewrite location strategy ([2468bcd](https://github.com/vuetifyjs/vuetify/commit/2468bcdff7f19bd22f2b6738ec1737145d08245b)), closes [#5870](https://github.com/vuetifyjs/vuetify/issues/5870) [#9486](https://github.com/vuetifyjs/vuetify/issues/9486) [#14451](https://github.com/vuetifyjs/vuetify/issues/14451) [#15347](https://github.com/vuetifyjs/vuetify/issues/15347) [#15353](https://github.com/vuetifyjs/vuetify/issues/15353)
24
- * rename camelCase slots to kebab-case ([911e4f5](https://github.com/vuetifyjs/vuetify/commit/911e4f52b103143deeacf2556754c0549fb70f98))
10
+ * **proxiedModel:** count undefined prop value as present ([7bbbe04](https://github.com/vuetifyjs/vuetify/commit/7bbbe0496e72d4cfb20e30ea206ec09bff2b849a)), closes [#15203](https://github.com/vuetifyjs/vuetify/issues/15203)
11
+ * **theme:** allow a csp nonce to be specified ([#15359](https://github.com/vuetifyjs/vuetify/issues/15359)) ([0a3d070](https://github.com/vuetifyjs/vuetify/commit/0a3d070e74df8e1a554c1beb23f41cfedbfc3da6)), closes [#15358](https://github.com/vuetifyjs/vuetify/issues/15358)
12
+ * **transitions:** apply default transition to component transitions ([#15385](https://github.com/vuetifyjs/vuetify/issues/15385)) ([c59ec9a](https://github.com/vuetifyjs/vuetify/commit/c59ec9a36a6614170a50e38bf6c3d049b0a36d01)), closes [#14440](https://github.com/vuetifyjs/vuetify/issues/14440)
13
+ * **VBreadcrumbs:** only render one icon ([#15447](https://github.com/vuetifyjs/vuetify/issues/15447)) ([3c68cd8](https://github.com/vuetifyjs/vuetify/commit/3c68cd8ce1735d05250e6f53769c3f4924aa226e)), closes [#15430](https://github.com/vuetifyjs/vuetify/issues/15430)
14
+ * **VBtn:** display as inline-grid ([7434d21](https://github.com/vuetifyjs/vuetify/commit/7434d21156bda74c4d77991ce3e18c52ddb2d37b)), closes [#15369](https://github.com/vuetifyjs/vuetify/issues/15369)
15
+ * **VBtn:** make disabled color consistent across all variants ([#15156](https://github.com/vuetifyjs/vuetify/issues/15156)) ([9abf709](https://github.com/vuetifyjs/vuetify/commit/9abf709bc5d66534a251406a2549115271492826)), closes [#15147](https://github.com/vuetifyjs/vuetify/issues/15147)
16
+ * **VBtn:** override v-btn icon size for default icon buttons ([#15492](https://github.com/vuetifyjs/vuetify/issues/15492)) ([569b75d](https://github.com/vuetifyjs/vuetify/commit/569b75d4e6b5ef4de72f406c55716a96fd6d0803)), closes [#15486](https://github.com/vuetifyjs/vuetify/issues/15486)
17
+ * **VBtn:** remove underlay from grid flow ([4f5795b](https://github.com/vuetifyjs/vuetify/commit/4f5795bb6e3ca2e6c8df9a5301f5ba23b49f08be))
18
+ * **VBtn:** restore original density values ([#15382](https://github.com/vuetifyjs/vuetify/issues/15382)) ([1da0b42](https://github.com/vuetifyjs/vuetify/commit/1da0b4210554e97ef2a0af6f92a2b2395ce15a91))
19
+ * **VBtn:** use <span> inside of html buttons ([4ee21dc](https://github.com/vuetifyjs/vuetify/commit/4ee21dc4c736ff72a9a8713e1c3e03797f9dfad5)), closes [#15029](https://github.com/vuetifyjs/vuetify/issues/15029)
20
+ * **VCard:** add overflow-wrap ([#15450](https://github.com/vuetifyjs/vuetify/issues/15450)) ([bd48eaa](https://github.com/vuetifyjs/vuetify/commit/bd48eaabfe4512a3fa6804d07512946167904c34)), closes [#15486](https://github.com/vuetifyjs/vuetify/issues/15486)
21
+ * **VCard:** apply disabled opacity to all direct children ([45b1621](https://github.com/vuetifyjs/vuetify/commit/45b1621a3c316a42f93605ead4bab9febdbd6ec4))
22
+ * **VCard:** set explicit z-index ([5e57395](https://github.com/vuetifyjs/vuetify/commit/5e57395110410483290a732a2b22f618007d2800))
23
+ * **VCardText:** remove transition css properties ([81dd8a9](https://github.com/vuetifyjs/vuetify/commit/81dd8a94e1761ad6fe1bba7dbfc1e03535fc8e8c)), closes [#15111](https://github.com/vuetifyjs/vuetify/issues/15111)
24
+ * **VCombobox:** make search work when multiple prop missing ([#15271](https://github.com/vuetifyjs/vuetify/issues/15271)) ([6ebdfd6](https://github.com/vuetifyjs/vuetify/commit/6ebdfd65198831a3d8bd6e0fde052b0666244c2d))
25
+ * **VExpansionPanel:** align title to the start ([b54f0ec](https://github.com/vuetifyjs/vuetify/commit/b54f0ec5d4dbbd18fa94f9a1c9ed60e95fd8d5ff)), closes [#15365](https://github.com/vuetifyjs/vuetify/issues/15365)
26
+ * **VField:** allow input to shrink ([5e05dc5](https://github.com/vuetifyjs/vuetify/commit/5e05dc5bf96ab657f8b31980fe0e408dd0c42edd)), closes [#15377](https://github.com/vuetifyjs/vuetify/issues/15377)
27
+ * **VField:** remove explicit v-field__input align-self ([#15494](https://github.com/vuetifyjs/vuetify/issues/15494)) ([004a74b](https://github.com/vuetifyjs/vuetify/commit/004a74b53f91a1a8571256748fa4998ef42aba64)), closes [#15483](https://github.com/vuetifyjs/vuetify/issues/15483)
28
+ * **VFileInput:** allow native drag and drop ([#15208](https://github.com/vuetifyjs/vuetify/issues/15208)) ([68b9797](https://github.com/vuetifyjs/vuetify/commit/68b9797acf360ebd65c79a730c3eb128299d5942))
29
+ * **VListItem:** add default min-height when **lines** is not used ([c48db3a](https://github.com/vuetifyjs/vuetify/commit/c48db3a799c7c7090a969a323c7d7660744e419c))
30
+ * **VOverlay:** compare uid instead of object reference in isTop ([63a2c6c](https://github.com/vuetifyjs/vuetify/commit/63a2c6cf2531305bb5ed8352c3a1f3e092948772)), closes [#15380](https://github.com/vuetifyjs/vuetify/issues/15380) [#15412](https://github.com/vuetifyjs/vuetify/issues/15412)
31
+ * **VPagination:** remove VBtn defaults, add activeColor prop ([#15449](https://github.com/vuetifyjs/vuetify/issues/15449)) ([b0df2d0](https://github.com/vuetifyjs/vuetify/commit/b0df2d07a1a72caa2fcad9a0730302d58fa185f9)), closes [#15424](https://github.com/vuetifyjs/vuetify/issues/15424)
32
+ * **VSelect:** add prepend-item and append-item slots ([#15448](https://github.com/vuetifyjs/vuetify/issues/15448)) ([07131a8](https://github.com/vuetifyjs/vuetify/commit/07131a848652b6242b23393aa9f9fa07cd584e3c)), closes [#15426](https://github.com/vuetifyjs/vuetify/issues/15426)
33
+ * **VSelect:** don't show checkboxes if hideSelected is set ([11b6dea](https://github.com/vuetifyjs/vuetify/commit/11b6dea79f6a9e5b62e64632f30344dc367f4623))
34
+ * **VSystemBar:** use height prop ([0ba754e](https://github.com/vuetifyjs/vuetify/commit/0ba754e0bb5efcf64ff0341839220cd753cece00))
35
+ * **VTable:** position fixed header above tbody content ([#15502](https://github.com/vuetifyjs/vuetify/issues/15502)) ([fd8df05](https://github.com/vuetifyjs/vuetify/commit/fd8df0585c5cde3fb90c496bb04011643c220a85)), closes [#15297](https://github.com/vuetifyjs/vuetify/issues/15297)
36
+ * specify MINIMUM vite/webpack plugin versions ([e9ab916](https://github.com/vuetifyjs/vuetify/commit/e9ab9166ee8ed1fb0a6e77e442354d89400bb43d))
37
+ * **VListGroup:** respect initial opened prop ([9cb7ca5](https://github.com/vuetifyjs/vuetify/commit/9cb7ca52de567346fc6fb97a47bac05eda11a848)), closes [#15388](https://github.com/vuetifyjs/vuetify/issues/15388)
38
+ * **VOverlay:** prevent "expects a reactive object" warning ([bf2c54d](https://github.com/vuetifyjs/vuetify/commit/bf2c54d73bd2d2029ee05352861aa5447e841a2e))
39
+ * **VSwitch:** hide default thumb when true/false-icon is present ([8e8715e](https://github.com/vuetifyjs/vuetify/commit/8e8715e1b9c5d2d308472b4699d74eb514e03491)), closes [#15318](https://github.com/vuetifyjs/vuetify/issues/15318)
40
+ * **VTabs:** force inherit tabs height ([86b2cf1](https://github.com/vuetifyjs/vuetify/commit/86b2cf1cb7df6547e5608edb32dee3ab81d1c54f)), closes [#15376](https://github.com/vuetifyjs/vuetify/issues/15376)
41
+ * **VTabs:** proxy modelValue to VSlideGroup ([0f30a42](https://github.com/vuetifyjs/vuetify/commit/0f30a42777de57f9a150c1bec3455f9b239133d4))
42
+ * **VTextField:** show counter if using hide-details="auto" ([#15268](https://github.com/vuetifyjs/vuetify/issues/15268)) ([a63a838](https://github.com/vuetifyjs/vuetify/commit/a63a838f78f7d56938f9bd1c4d22dbe70f747f66)), closes [#15231](https://github.com/vuetifyjs/vuetify/issues/15231)
43
+ * **VTextField:** update model value immediately on input event ([0ea08f8](https://github.com/vuetifyjs/vuetify/commit/0ea08f8945958b6009f2b4ef3758ef305aeeb6ec)), closes [#11243](https://github.com/vuetifyjs/vuetify/issues/11243)
44
+ * **VTimeline:** render icon slot if provided ([034fcfd](https://github.com/vuetifyjs/vuetify/commit/034fcfd41620a1cd9a2d86c628a7ee203ce90ddd)), closes [#15511](https://github.com/vuetifyjs/vuetify/issues/15511)
45
+ * declare group:selected emits ([b897800](https://github.com/vuetifyjs/vuetify/commit/b897800ee184263530f0e879f44704e804db280e)), closes [#15187](https://github.com/vuetifyjs/vuetify/issues/15187)
46
+ * forward overlay ref ([cf420ff](https://github.com/vuetifyjs/vuetify/commit/cf420ff4f0f941442653ec1131ce1641fcf66a02))
25
47
 
26
48
 
27
49
 
@@ -2763,12 +2763,16 @@
2763
2763
  "type": "string",
2764
2764
  "description": "Applies one of 6 styles: **elevated**(default), **flat**, **tonal**, **outlined**, **text**, and **plain**."
2765
2765
  },
2766
- "v-list-group/active-color": {
2766
+ "v-list-group/title": {
2767
2767
  "type": "any",
2768
2768
  "description": ""
2769
2769
  },
2770
+ "v-list-group/active-color": {
2771
+ "type": "string",
2772
+ "description": ""
2773
+ },
2770
2774
  "v-list-group/color": {
2771
- "type": "any",
2775
+ "type": "string",
2772
2776
  "description": ""
2773
2777
  },
2774
2778
  "v-list-group/collapse-icon": {
@@ -2779,6 +2783,22 @@
2779
2783
  "type": "string|function|object",
2780
2784
  "description": ""
2781
2785
  },
2786
+ "v-list-group/prepend-icon": {
2787
+ "type": "string|function|object",
2788
+ "description": "Prepends an icon to the component, uses the same syntax as `v-icon`"
2789
+ },
2790
+ "v-list-group/append-icon": {
2791
+ "type": "string|function|object",
2792
+ "description": "Appends an icon to the component, uses the same syntax as `v-icon`"
2793
+ },
2794
+ "v-list-group/fluid": {
2795
+ "type": "boolean",
2796
+ "description": ""
2797
+ },
2798
+ "v-list-group/subgroup": {
2799
+ "type": "boolean",
2800
+ "description": ""
2801
+ },
2782
2802
  "v-list-group/value": {
2783
2803
  "type": "any",
2784
2804
  "description": "Expands / Collapse the list-group"
@@ -2927,74 +2947,6 @@
2927
2947
  "type": "string",
2928
2948
  "description": "Specify a custom tag used on the root element."
2929
2949
  },
2930
- "v-list-item-avatar/color": {
2931
- "type": "string",
2932
- "description": ""
2933
- },
2934
- "v-list-item-avatar/start": {
2935
- "type": "boolean",
2936
- "description": ""
2937
- },
2938
- "v-list-item-avatar/end": {
2939
- "type": "boolean",
2940
- "description": ""
2941
- },
2942
- "v-list-item-avatar/icon": {
2943
- "type": "string|function|object",
2944
- "description": ""
2945
- },
2946
- "v-list-item-avatar/image": {
2947
- "type": "string",
2948
- "description": ""
2949
- },
2950
- "v-list-item-avatar/density": {
2951
- "type": "string",
2952
- "description": "Adjusts the spacing within the component. Available options are: **default**, **comfortable**, and **compact**."
2953
- },
2954
- "v-list-item-avatar/rounded": {
2955
- "type": "boolean|number|string",
2956
- "description": ""
2957
- },
2958
- "v-list-item-avatar/size": {
2959
- "type": "string|number",
2960
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
2961
- },
2962
- "v-list-item-avatar/tag": {
2963
- "type": "string",
2964
- "description": "Specify a custom tag used on the root element."
2965
- },
2966
- "v-list-item-header/tag": {
2967
- "type": "string",
2968
- "description": ""
2969
- },
2970
- "v-list-item-icon/color": {
2971
- "type": "string",
2972
- "description": ""
2973
- },
2974
- "v-list-item-icon/start": {
2975
- "type": "boolean",
2976
- "description": ""
2977
- },
2978
- "v-list-item-icon/end": {
2979
- "type": "boolean",
2980
- "description": ""
2981
- },
2982
- "v-list-item-icon/icon": {
2983
- "type": "string|function|object",
2984
- "description": "Designates a specific icon."
2985
- },
2986
- "v-list-item-icon/size": {
2987
- "type": "string|number",
2988
- "description": "Sets the height and width of the component. Default unit is px. Can also use the following predefined sizes: **x-small**, **small**, **default**, **large**, and **x-large**."
2989
- },
2990
- "v-list-item-icon/tag": {
2991
- "type": "string",
2992
- "description": ""
2993
- },
2994
- "v-list-item-icon/theme": {
2995
- "type": "string",
2996
- "description": ""
2997
- },
2998
2950
  "v-list-item-media/start": {
2999
2951
  "type": "any",
3000
2952
  "description": ""
@@ -3291,6 +3243,10 @@
3291
3243
  "type": "boolean|string|object",
3292
3244
  "description": ""
3293
3245
  },
3246
+ "v-pagination/active-color": {
3247
+ "type": "any",
3248
+ "description": ""
3249
+ },
3294
3250
  "v-pagination/start": {
3295
3251
  "type": "number|string",
3296
3252
  "description": "Specify the starting page"
@@ -8,10 +8,6 @@
8
8
  "from": "components/VDefaultsProvider/index.mjs",
9
9
  "styles": []
10
10
  },
11
- "VHover": {
12
- "from": "components/VHover/index.mjs",
13
- "styles": []
14
- },
15
11
  "VContainer": {
16
12
  "from": "components/VGrid/index.mjs",
17
13
  "styles": []
@@ -28,18 +24,14 @@
28
24
  "from": "components/VGrid/index.mjs",
29
25
  "styles": []
30
26
  },
31
- "VLazy": {
32
- "from": "components/VLazy/index.mjs",
27
+ "VHover": {
28
+ "from": "components/VHover/index.mjs",
33
29
  "styles": []
34
30
  },
35
31
  "VForm": {
36
32
  "from": "components/VForm/index.mjs",
37
33
  "styles": []
38
34
  },
39
- "VLocaleProvider": {
40
- "from": "components/VLocaleProvider/index.mjs",
41
- "styles": []
42
- },
43
35
  "VLayout": {
44
36
  "from": "components/VLayout/index.mjs",
45
37
  "styles": []
@@ -48,48 +40,52 @@
48
40
  "from": "components/VLayout/index.mjs",
49
41
  "styles": []
50
42
  },
51
- "VNoSsr": {
52
- "from": "components/VNoSsr/index.mjs",
43
+ "VLazy": {
44
+ "from": "components/VLazy/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VLocaleProvider": {
48
+ "from": "components/VLocaleProvider/index.mjs",
53
49
  "styles": []
54
50
  },
55
51
  "VParallax": {
56
52
  "from": "components/VParallax/index.mjs",
57
53
  "styles": []
58
54
  },
59
- "VRangeSlider": {
60
- "from": "components/VRangeSlider/index.mjs",
55
+ "VNoSsr": {
56
+ "from": "components/VNoSsr/index.mjs",
61
57
  "styles": []
62
58
  },
63
59
  "VRadio": {
64
60
  "from": "components/VRadio/index.mjs",
65
61
  "styles": []
66
62
  },
67
- "VThemeProvider": {
68
- "from": "components/VThemeProvider/index.mjs",
63
+ "VRangeSlider": {
64
+ "from": "components/VRangeSlider/index.mjs",
69
65
  "styles": []
70
66
  },
71
- "VValidation": {
72
- "from": "components/VValidation/index.mjs",
67
+ "VResponsive": {
68
+ "from": "components/VResponsive/index.mjs",
73
69
  "styles": []
74
70
  },
75
- "VCarouselTransition": {
76
- "from": "components/transitions/index.mjs",
71
+ "VThemeProvider": {
72
+ "from": "components/VThemeProvider/index.mjs",
77
73
  "styles": []
78
74
  },
79
- "VCarouselReverseTransition": {
80
- "from": "components/transitions/index.mjs",
75
+ "VValidation": {
76
+ "from": "components/VValidation/index.mjs",
81
77
  "styles": []
82
78
  },
83
- "VTabTransition": {
84
- "from": "components/transitions/index.mjs",
79
+ "VAppBar": {
80
+ "from": "components/VAppBar/index.mjs",
85
81
  "styles": []
86
82
  },
87
- "VTabReverseTransition": {
88
- "from": "components/transitions/index.mjs",
83
+ "VAppBarNavIcon": {
84
+ "from": "components/VAppBar/index.mjs",
89
85
  "styles": []
90
86
  },
91
- "VMenuTransition": {
92
- "from": "components/transitions/index.mjs",
87
+ "VAppBarTitle": {
88
+ "from": "components/VAppBar/index.mjs",
93
89
  "styles": []
94
90
  },
95
91
  "VFabTransition": {
@@ -156,18 +152,6 @@
156
152
  "from": "components/transitions/index.mjs",
157
153
  "styles": []
158
154
  },
159
- "VAppBar": {
160
- "from": "components/VAppBar/index.mjs",
161
- "styles": []
162
- },
163
- "VAppBarNavIcon": {
164
- "from": "components/VAppBar/index.mjs",
165
- "styles": []
166
- },
167
- "VAppBarTitle": {
168
- "from": "components/VAppBar/index.mjs",
169
- "styles": []
170
- },
171
155
  "VAlert": {
172
156
  "from": "components/VAlert/index.mjs",
173
157
  "styles": []
@@ -204,10 +188,6 @@
204
188
  "from": "components/VBottomNavigation/index.mjs",
205
189
  "styles": []
206
190
  },
207
- "VBtn": {
208
- "from": "components/VBtn/index.mjs",
209
- "styles": []
210
- },
211
191
  "VBreadcrumbs": {
212
192
  "from": "components/VBreadcrumbs/index.mjs",
213
193
  "styles": []
@@ -224,6 +204,10 @@
224
204
  "from": "components/VBtnGroup/index.mjs",
225
205
  "styles": []
226
206
  },
207
+ "VBtn": {
208
+ "from": "components/VBtn/index.mjs",
209
+ "styles": []
210
+ },
227
211
  "VBtnToggle": {
228
212
  "from": "components/VBtnToggle/index.mjs",
229
213
  "styles": []
@@ -280,10 +264,6 @@
280
264
  "from": "components/VCode/index.mjs",
281
265
  "styles": []
282
266
  },
283
- "VResponsive": {
284
- "from": "components/VResponsive/index.mjs",
285
- "styles": []
286
- },
287
267
  "VColorPicker": {
288
268
  "from": "components/VColorPicker/index.mjs",
289
269
  "styles": []
@@ -304,18 +284,6 @@
304
284
  "from": "components/VDivider/index.mjs",
305
285
  "styles": []
306
286
  },
307
- "VField": {
308
- "from": "components/VField/index.mjs",
309
- "styles": []
310
- },
311
- "VFieldLabel": {
312
- "from": "components/VField/index.mjs",
313
- "styles": []
314
- },
315
- "VFileInput": {
316
- "from": "components/VFileInput/index.mjs",
317
- "styles": []
318
- },
319
287
  "VExpansionPanels": {
320
288
  "from": "components/VExpansionPanel/index.mjs",
321
289
  "styles": []
@@ -332,6 +300,14 @@
332
300
  "from": "components/VExpansionPanel/index.mjs",
333
301
  "styles": []
334
302
  },
303
+ "VField": {
304
+ "from": "components/VField/index.mjs",
305
+ "styles": []
306
+ },
307
+ "VFieldLabel": {
308
+ "from": "components/VField/index.mjs",
309
+ "styles": []
310
+ },
335
311
  "VFooter": {
336
312
  "from": "components/VFooter/index.mjs",
337
313
  "styles": []
@@ -356,12 +332,16 @@
356
332
  "from": "components/VIcon/index.mjs",
357
333
  "styles": []
358
334
  },
335
+ "VImg": {
336
+ "from": "components/VImg/index.mjs",
337
+ "styles": []
338
+ },
359
339
  "VInput": {
360
340
  "from": "components/VInput/index.mjs",
361
341
  "styles": []
362
342
  },
363
- "VImg": {
364
- "from": "components/VImg/index.mjs",
343
+ "VFileInput": {
344
+ "from": "components/VFileInput/index.mjs",
365
345
  "styles": []
366
346
  },
367
347
  "VItemGroup": {
@@ -400,18 +380,6 @@
400
380
  "from": "components/VList/index.mjs",
401
381
  "styles": []
402
382
  },
403
- "VListItemAvatar": {
404
- "from": "components/VList/index.mjs",
405
- "styles": []
406
- },
407
- "VListItemHeader": {
408
- "from": "components/VList/index.mjs",
409
- "styles": []
410
- },
411
- "VListItemIcon": {
412
- "from": "components/VList/index.mjs",
413
- "styles": []
414
- },
415
383
  "VListItemMedia": {
416
384
  "from": "components/VList/index.mjs",
417
385
  "styles": []
@@ -428,14 +396,14 @@
428
396
  "from": "components/VList/index.mjs",
429
397
  "styles": []
430
398
  },
431
- "VMain": {
432
- "from": "components/VMain/index.mjs",
433
- "styles": []
434
- },
435
399
  "VMenu": {
436
400
  "from": "components/VMenu/index.mjs",
437
401
  "styles": []
438
402
  },
403
+ "VMain": {
404
+ "from": "components/VMain/index.mjs",
405
+ "styles": []
406
+ },
439
407
  "VMessages": {
440
408
  "from": "components/VMessages/index.mjs",
441
409
  "styles": []
@@ -448,8 +416,8 @@
448
416
  "from": "components/VOverlay/index.mjs",
449
417
  "styles": []
450
418
  },
451
- "VPagination": {
452
- "from": "components/VPagination/index.mjs",
419
+ "VProgressCircular": {
420
+ "from": "components/VProgressCircular/index.mjs",
453
421
  "styles": []
454
422
  },
455
423
  "VProgressLinear": {
@@ -460,22 +428,18 @@
460
428
  "from": "components/VRating/index.mjs",
461
429
  "styles": []
462
430
  },
463
- "VProgressCircular": {
464
- "from": "components/VProgressCircular/index.mjs",
465
- "styles": []
466
- },
467
431
  "VRadioGroup": {
468
432
  "from": "components/VRadioGroup/index.mjs",
469
433
  "styles": []
470
434
  },
471
- "VSelectionControl": {
472
- "from": "components/VSelectionControl/index.mjs",
473
- "styles": []
474
- },
475
435
  "VSelect": {
476
436
  "from": "components/VSelect/index.mjs",
477
437
  "styles": []
478
438
  },
439
+ "VSelectionControl": {
440
+ "from": "components/VSelectionControl/index.mjs",
441
+ "styles": []
442
+ },
479
443
  "VSelectionControlGroup": {
480
444
  "from": "components/VSelectionControlGroup/index.mjs",
481
445
  "styles": []
@@ -484,6 +448,10 @@
484
448
  "from": "components/VSheet/index.mjs",
485
449
  "styles": []
486
450
  },
451
+ "VSlider": {
452
+ "from": "components/VSlider/index.mjs",
453
+ "styles": []
454
+ },
487
455
  "VSlideGroup": {
488
456
  "from": "components/VSlideGroup/index.mjs",
489
457
  "styles": []
@@ -492,10 +460,6 @@
492
460
  "from": "components/VSlideGroup/index.mjs",
493
461
  "styles": []
494
462
  },
495
- "VSlider": {
496
- "from": "components/VSlider/index.mjs",
497
- "styles": []
498
- },
499
463
  "VSnackbar": {
500
464
  "from": "components/VSnackbar/index.mjs",
501
465
  "styles": []
@@ -508,6 +472,10 @@
508
472
  "from": "components/VSwitch/index.mjs",
509
473
  "styles": []
510
474
  },
475
+ "VTable": {
476
+ "from": "components/VTable/index.mjs",
477
+ "styles": []
478
+ },
511
479
  "VTabs": {
512
480
  "from": "components/VTabs/index.mjs",
513
481
  "styles": []
@@ -516,18 +484,14 @@
516
484
  "from": "components/VTabs/index.mjs",
517
485
  "styles": []
518
486
  },
519
- "VTable": {
520
- "from": "components/VTable/index.mjs",
487
+ "VTextarea": {
488
+ "from": "components/VTextarea/index.mjs",
521
489
  "styles": []
522
490
  },
523
491
  "VTextField": {
524
492
  "from": "components/VTextField/index.mjs",
525
493
  "styles": []
526
494
  },
527
- "VTextarea": {
528
- "from": "components/VTextarea/index.mjs",
529
- "styles": []
530
- },
531
495
  "VTimeline": {
532
496
  "from": "components/VTimeline/index.mjs",
533
497
  "styles": []
@@ -559,6 +523,10 @@
559
523
  "VWindowItem": {
560
524
  "from": "components/VWindow/index.mjs",
561
525
  "styles": []
526
+ },
527
+ "VPagination": {
528
+ "from": "components/VPagination/index.mjs",
529
+ "styles": []
562
530
  }
563
531
  },
564
532
  "directives": [
@@ -997,10 +997,15 @@
997
997
  "v-list-group": {
998
998
  "attributes": [
999
999
  "active-color",
1000
+ "append-icon",
1000
1001
  "collapse-icon",
1001
1002
  "color",
1002
1003
  "expand-icon",
1004
+ "fluid",
1005
+ "prepend-icon",
1006
+ "subgroup",
1003
1007
  "tag",
1008
+ "title",
1004
1009
  "value"
1005
1010
  ],
1006
1011
  "description": ""
@@ -1055,38 +1060,6 @@
1055
1060
  ],
1056
1061
  "description": ""
1057
1062
  },
1058
- "v-list-item-avatar": {
1059
- "attributes": [
1060
- "color",
1061
- "density",
1062
- "end",
1063
- "icon",
1064
- "image",
1065
- "rounded",
1066
- "size",
1067
- "start",
1068
- "tag"
1069
- ],
1070
- "description": ""
1071
- },
1072
- "v-list-item-header": {
1073
- "attributes": [
1074
- "tag"
1075
- ],
1076
- "description": ""
1077
- },
1078
- "v-list-item-icon": {
1079
- "attributes": [
1080
- "color",
1081
- "end",
1082
- "icon",
1083
- "size",
1084
- "start",
1085
- "tag",
1086
- "theme"
1087
- ],
1088
- "description": ""
1089
- },
1090
1063
  "v-list-item-media": {
1091
1064
  "attributes": [
1092
1065
  "end",
@@ -1212,6 +1185,7 @@
1212
1185
  },
1213
1186
  "v-pagination": {
1214
1187
  "attributes": [
1188
+ "active-color",
1215
1189
  "aria-label",
1216
1190
  "border",
1217
1191
  "color",