@vuetify/nightly 3.6.3-master.2024-05-07 → 3.6.4-master.2024-05-08

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/CHANGELOG.md +2 -17
  2. package/dist/json/attributes.json +30 -30
  3. package/dist/json/importMap-labs.json +14 -14
  4. package/dist/json/importMap.json +110 -110
  5. package/dist/json/web-types.json +63 -63
  6. package/dist/vuetify-labs.css +2972 -2948
  7. package/dist/vuetify-labs.d.ts +995 -966
  8. package/dist/vuetify-labs.esm.js +88 -61
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +87 -60
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1224 -1204
  13. package/dist/vuetify.d.ts +964 -935
  14. package/dist/vuetify.esm.js +88 -61
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +87 -60
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +980 -976
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +169 -140
  22. package/lib/components/VBottomSheet/index.d.mts +33 -27
  23. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
  24. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  25. package/lib/components/VCombobox/index.d.mts +169 -140
  26. package/lib/components/VDataIterator/index.d.mts +1 -1
  27. package/lib/components/VDataTable/VDataTable.css +1 -1
  28. package/lib/components/VDataTable/VDataTable.sass +2 -1
  29. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  30. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  31. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  32. package/lib/components/VDataTable/composables/select.mjs +2 -1
  33. package/lib/components/VDataTable/composables/select.mjs.map +1 -1
  34. package/lib/components/VDataTable/index.d.mts +10 -5
  35. package/lib/components/VDatePicker/VDatePickerYears.mjs +4 -4
  36. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  37. package/lib/components/VDialog/index.d.mts +99 -93
  38. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  39. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  40. package/lib/components/VList/VList.mjs.map +1 -1
  41. package/lib/components/VList/index.d.mts +70 -46
  42. package/lib/components/VMenu/index.d.mts +99 -93
  43. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  44. package/lib/components/VOverlay/index.d.mts +33 -27
  45. package/lib/components/VOverlay/useActivator.mjs +5 -5
  46. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  47. package/lib/components/VSelect/index.d.mts +169 -140
  48. package/lib/components/VSheet/VSheet.css +1 -1
  49. package/lib/components/VSheet/_variables.scss +1 -1
  50. package/lib/components/VSlideGroup/VSlideGroup.mjs +25 -25
  51. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  52. package/lib/components/VSlider/VSliderThumb.css +5 -0
  53. package/lib/components/VSlider/VSliderThumb.sass +3 -0
  54. package/lib/components/VSlider/VSliderTrack.css +15 -0
  55. package/lib/components/VSlider/VSliderTrack.sass +9 -0
  56. package/lib/components/VSnackbar/index.d.mts +85 -79
  57. package/lib/components/VSpeedDial/index.d.mts +33 -27
  58. package/lib/components/VStepper/VStepperWindow.mjs +2 -1
  59. package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
  60. package/lib/components/VStepper/VStepperWindowItem.mjs +2 -1
  61. package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
  62. package/lib/components/VTabs/VTabsWindow.mjs +2 -1
  63. package/lib/components/VTabs/VTabsWindow.mjs.map +1 -1
  64. package/lib/components/VTooltip/index.d.mts +99 -93
  65. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  66. package/lib/components/index.d.mts +926 -897
  67. package/lib/composables/nested/activeStrategies.mjs +16 -10
  68. package/lib/composables/nested/activeStrategies.mjs.map +1 -1
  69. package/lib/composables/nested/nested.mjs +7 -5
  70. package/lib/composables/nested/nested.mjs.map +1 -1
  71. package/lib/composables/resizeObserver.mjs +5 -5
  72. package/lib/composables/resizeObserver.mjs.map +1 -1
  73. package/lib/entry-bundler.mjs +1 -1
  74. package/lib/framework.mjs +1 -1
  75. package/lib/index.d.mts +38 -38
  76. package/lib/labs/VCalendar/VCalendar.css +5 -1
  77. package/lib/labs/VCalendar/VCalendar.sass +3 -2
  78. package/lib/labs/VCalendar/_variables.scss +8 -0
  79. package/lib/labs/VSnackbarQueue/index.d.mts +97 -91
  80. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  81. package/lib/labs/VTreeview/index.d.mts +82 -58
  82. package/lib/labs/components.d.mts +178 -149
  83. package/lib/util/helpers.mjs +16 -0
  84. package/lib/util/helpers.mjs.map +1 -1
  85. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,23 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.3-master.2024-05-07...v) (2024-05-07)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.4-master.2024-05-08...v) (2024-05-08)
2
2
 
3
3
 
4
4
 
5
- ## [3.6.3-master.2024-05-07](https://github.com/vuetifyjs/vuetify/compare/v3.6.3...v3.6.3-master.2024-05-07) (2024-05-07)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **colors:** apply theme-on-surface override for bg text color ([43529fa](https://github.com/vuetifyjs/vuetify/commit/43529fa936cbb0d58d78e1c48aebc1e6c7fe3d1e))
11
- * **variant:** always remove underlay from normal flow ([6aea5e4](https://github.com/vuetifyjs/vuetify/commit/6aea5e4cb24f29978c8d416c8e53330189d917a7))
12
- * **VAutocomplete:** only clear search on blur in multiple or using chips/selection shots ([#19701](https://github.com/vuetifyjs/vuetify/issues/19701)) ([d02e1b3](https://github.com/vuetifyjs/vuetify/commit/d02e1b3cec7b98a29eb69f42249f15ace6da25f3)), closes [#19543](https://github.com/vuetifyjs/vuetify/issues/19543)
13
- * **VDataTable:** change mobile default to false ([#19744](https://github.com/vuetifyjs/vuetify/issues/19744)) ([a194622](https://github.com/vuetifyjs/vuetify/commit/a194622437e9baa0e9202a349fbc97dee95885cf))
14
- * **VFileInput:** correctly set single value to null when cleared ([fce7f75](https://github.com/vuetifyjs/vuetify/commit/fce7f758cfa26dac23e79fafa5c6fc5b67294e5d))
15
- * **VList:** allow group activators to be links ([94a05d1](https://github.com/vuetifyjs/vuetify/commit/94a05d1f1aae54b97a9a9ea27c61d3c28314f953)), closes [#10981](https://github.com/vuetifyjs/vuetify/issues/10981)
16
- * **VNumberInput:** use VTextField as the base component ([#19714](https://github.com/vuetifyjs/vuetify/issues/19714)) ([53d6bb9](https://github.com/vuetifyjs/vuetify/commit/53d6bb9138be4eb19a85f0722253a7aba3065cc9)), closes [#19659](https://github.com/vuetifyjs/vuetify/issues/19659) [#19757](https://github.com/vuetifyjs/vuetify/issues/19757)
17
- * **VResponsive:** contentClass accepts array and object ([8f0322d](https://github.com/vuetifyjs/vuetify/commit/8f0322d095f277074678f4b454bdc83203d592bc)), closes [#19729](https://github.com/vuetifyjs/vuetify/issues/19729)
18
- * **VTabs:** inherit attrs and scope id ([67b30e7](https://github.com/vuetifyjs/vuetify/commit/67b30e70435f7bcbb7abb64d2a5b9c4dc191355d)), closes [#19752](https://github.com/vuetifyjs/vuetify/issues/19752) [#19754](https://github.com/vuetifyjs/vuetify/issues/19754)
19
- * **VToolbar/VAppBar:** nav-icon and title alignment ([daa96e9](https://github.com/vuetifyjs/vuetify/commit/daa96e98f1a6d84c14a3c610e654faed47160c62))
20
- * **VTreeview:** lines prop supports boolean type ([#19668](https://github.com/vuetifyjs/vuetify/issues/19668)) ([330baa0](https://github.com/vuetifyjs/vuetify/commit/330baa073d4cc93a996f5e9ca039a8721cef8691)), closes [#19638](https://github.com/vuetifyjs/vuetify/issues/19638)
5
+ ## [3.6.4-master.2024-05-08](https://github.com/vuetifyjs/vuetify/compare/v3.6.4...v3.6.4-master.2024-05-08) (2024-05-08)
21
6
 
22
7
 
23
8
 
@@ -6479,34 +6479,34 @@
6479
6479
  "type": "boolean\n",
6480
6480
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
6481
6481
  },
6482
+ "VList/opened": {
6483
+ "type": "unknown\n",
6484
+ "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
6485
+ },
6486
+ "VList/activated": {
6487
+ "type": "any\n",
6488
+ "description": "Array of ids of activated nodes."
6489
+ },
6490
+ "VList/selected": {
6491
+ "type": "unknown\n",
6492
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
6493
+ },
6482
6494
  "VList/mandatory": {
6483
6495
  "type": "boolean\n",
6484
6496
  "description": "Forces at least one item to always be selected (if available)."
6485
6497
  },
6486
6498
  "VList/active-strategy": {
6487
- "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>\n",
6499
+ "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
6488
6500
  "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
6489
6501
  },
6490
6502
  "VList/select-strategy": {
6491
- "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>\n",
6503
+ "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
6492
6504
  "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
6493
6505
  },
6494
6506
  "VList/open-strategy": {
6495
- "type": " | 'single'\n | 'multiple'\n | 'list'\n | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }\n",
6507
+ "type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
6496
6508
  "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
6497
6509
  },
6498
- "VList/opened": {
6499
- "type": "unknown[]\n",
6500
- "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
6501
- },
6502
- "VList/activated": {
6503
- "type": "unknown[]\n",
6504
- "description": "Array of ids of activated nodes."
6505
- },
6506
- "VList/selected": {
6507
- "type": "unknown[]\n",
6508
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
6509
- },
6510
6510
  "VList/border": {
6511
6511
  "type": "string | number | boolean\n",
6512
6512
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -12179,34 +12179,34 @@
12179
12179
  "type": "boolean\n",
12180
12180
  "description": "Allows user to mark a node as active by clicking on it."
12181
12181
  },
12182
+ "VTreeview/opened": {
12183
+ "type": "any\n",
12184
+ "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
12185
+ },
12186
+ "VTreeview/activated": {
12187
+ "type": "any\n",
12188
+ "description": "Array of ids of activated nodes."
12189
+ },
12190
+ "VTreeview/selected": {
12191
+ "type": "any\n",
12192
+ "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
12193
+ },
12182
12194
  "VTreeview/mandatory": {
12183
12195
  "type": "boolean\n",
12184
12196
  "description": "Forces at least one item to always be selected (if available)."
12185
12197
  },
12186
12198
  "VTreeview/active-strategy": {
12187
- "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>\n",
12199
+ "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/activeStrategies.ts#L27-L31\" target=\"_blank\">ActiveStrategy</a>)\n",
12188
12200
  "description": "Affects how items with children behave when activated.\n- **leaf:** Only leaf nodes (items without children) can be activated.\n- **independent:** All nodes can be activated whether they have children or not.\n- **classic:** Activating a parent node will cause all children to be activated."
12189
12201
  },
12190
12202
  "VTreeview/select-strategy": {
12191
- "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L5-L12\" target=\"_blank\">SelectStrategyFn</a>\n",
12203
+ "type": " | 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)\n",
12192
12204
  "description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model."
12193
12205
  },
12194
12206
  "VTreeview/open-strategy": {
12195
- "type": " | 'single'\n | 'multiple'\n | 'list'\n | { open: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L1-L8\" target=\"_blank\">OpenStrategyFn</a>; select: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L10-L18\" target=\"_blank\">OpenSelectStrategyFn</a> }\n",
12207
+ "type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>\n",
12196
12208
  "description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected."
12197
12209
  },
12198
- "VTreeview/opened": {
12199
- "type": "unknown[]\n",
12200
- "description": "An array containing the values of currently opened groups. Can be two-way bound with `v-model:opened`."
12201
- },
12202
- "VTreeview/activated": {
12203
- "type": "unknown[]\n",
12204
- "description": "Array of ids of activated nodes."
12205
- },
12206
- "VTreeview/selected": {
12207
- "type": "unknown[]\n",
12208
- "description": "An array containing the values of currently selected items. Can be two-way bound with `v-model:selected`."
12209
- },
12210
12210
  "VTreeview/border": {
12211
12211
  "type": "string | number | boolean\n",
12212
12212
  "description": "Designates the **border-radius** applied to the component. This can be **xs**, **sm**, **md**, **lg**, **xl**."
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "components": {
3
+ "VNumberInput": {
4
+ "from": "labs/VNumberInput/index.mjs",
5
+ "styles": []
6
+ },
3
7
  "VCalendar": {
4
8
  "from": "labs/VCalendar/index.mjs",
5
9
  "styles": []
@@ -24,8 +28,16 @@
24
28
  "from": "labs/VCalendar/index.mjs",
25
29
  "styles": []
26
30
  },
27
- "VNumberInput": {
28
- "from": "labs/VNumberInput/index.mjs",
31
+ "VTimePicker": {
32
+ "from": "labs/VTimePicker/index.mjs",
33
+ "styles": []
34
+ },
35
+ "VTimePickerClock": {
36
+ "from": "labs/VTimePicker/index.mjs",
37
+ "styles": []
38
+ },
39
+ "VTimePickerControls": {
40
+ "from": "labs/VTimePicker/index.mjs",
29
41
  "styles": []
30
42
  },
31
43
  "VPicker": {
@@ -48,18 +60,6 @@
48
60
  "from": "labs/VTreeview/index.mjs",
49
61
  "styles": []
50
62
  },
51
- "VTimePicker": {
52
- "from": "labs/VTimePicker/index.mjs",
53
- "styles": []
54
- },
55
- "VTimePickerClock": {
56
- "from": "labs/VTimePicker/index.mjs",
57
- "styles": []
58
- },
59
- "VTimePickerControls": {
60
- "from": "labs/VTimePicker/index.mjs",
61
- "styles": []
62
- },
63
63
  "VDateInput": {
64
64
  "from": "labs/VDateInput/index.mjs",
65
65
  "styles": []
@@ -4,18 +4,6 @@
4
4
  "from": "components/VApp/index.mjs",
5
5
  "styles": []
6
6
  },
7
- "VAutocomplete": {
8
- "from": "components/VAutocomplete/index.mjs",
9
- "styles": []
10
- },
11
- "VBadge": {
12
- "from": "components/VBadge/index.mjs",
13
- "styles": []
14
- },
15
- "VAvatar": {
16
- "from": "components/VAvatar/index.mjs",
17
- "styles": []
18
- },
19
7
  "VAppBar": {
20
8
  "from": "components/VAppBar/index.mjs",
21
9
  "styles": []
@@ -36,6 +24,14 @@
36
24
  "from": "components/VAlert/index.mjs",
37
25
  "styles": []
38
26
  },
27
+ "VAutocomplete": {
28
+ "from": "components/VAutocomplete/index.mjs",
29
+ "styles": []
30
+ },
31
+ "VBadge": {
32
+ "from": "components/VBadge/index.mjs",
33
+ "styles": []
34
+ },
39
35
  "VBanner": {
40
36
  "from": "components/VBanner/index.mjs",
41
37
  "styles": []
@@ -48,20 +44,12 @@
48
44
  "from": "components/VBanner/index.mjs",
49
45
  "styles": []
50
46
  },
51
- "VBottomSheet": {
52
- "from": "components/VBottomSheet/index.mjs",
53
- "styles": []
54
- },
55
- "VBottomNavigation": {
56
- "from": "components/VBottomNavigation/index.mjs",
57
- "styles": []
58
- },
59
- "VCarousel": {
60
- "from": "components/VCarousel/index.mjs",
47
+ "VAvatar": {
48
+ "from": "components/VAvatar/index.mjs",
61
49
  "styles": []
62
50
  },
63
- "VCarouselItem": {
64
- "from": "components/VCarousel/index.mjs",
51
+ "VBottomSheet": {
52
+ "from": "components/VBottomSheet/index.mjs",
65
53
  "styles": []
66
54
  },
67
55
  "VBreadcrumbs": {
@@ -76,16 +64,20 @@
76
64
  "from": "components/VBreadcrumbs/index.mjs",
77
65
  "styles": []
78
66
  },
67
+ "VBottomNavigation": {
68
+ "from": "components/VBottomNavigation/index.mjs",
69
+ "styles": []
70
+ },
79
71
  "VBtn": {
80
72
  "from": "components/VBtn/index.mjs",
81
73
  "styles": []
82
74
  },
83
- "VBtnGroup": {
84
- "from": "components/VBtnGroup/index.mjs",
75
+ "VCarousel": {
76
+ "from": "components/VCarousel/index.mjs",
85
77
  "styles": []
86
78
  },
87
- "VChip": {
88
- "from": "components/VChip/index.mjs",
79
+ "VCarouselItem": {
80
+ "from": "components/VCarousel/index.mjs",
89
81
  "styles": []
90
82
  },
91
83
  "VCheckbox": {
@@ -96,10 +88,18 @@
96
88
  "from": "components/VCheckbox/index.mjs",
97
89
  "styles": []
98
90
  },
91
+ "VBtnGroup": {
92
+ "from": "components/VBtnGroup/index.mjs",
93
+ "styles": []
94
+ },
99
95
  "VBtnToggle": {
100
96
  "from": "components/VBtnToggle/index.mjs",
101
97
  "styles": []
102
98
  },
99
+ "VChip": {
100
+ "from": "components/VChip/index.mjs",
101
+ "styles": []
102
+ },
103
103
  "VCard": {
104
104
  "from": "components/VCard/index.mjs",
105
105
  "styles": []
@@ -124,14 +124,14 @@
124
124
  "from": "components/VCard/index.mjs",
125
125
  "styles": []
126
126
  },
127
- "VCode": {
128
- "from": "components/VCode/index.mjs",
129
- "styles": []
130
- },
131
127
  "VChipGroup": {
132
128
  "from": "components/VChipGroup/index.mjs",
133
129
  "styles": []
134
130
  },
131
+ "VCode": {
132
+ "from": "components/VCode/index.mjs",
133
+ "styles": []
134
+ },
135
135
  "VColorPicker": {
136
136
  "from": "components/VColorPicker/index.mjs",
137
137
  "styles": []
@@ -172,6 +172,14 @@
172
172
  "from": "components/VDataTable/index.mjs",
173
173
  "styles": []
174
174
  },
175
+ "VDivider": {
176
+ "from": "components/VDivider/index.mjs",
177
+ "styles": []
178
+ },
179
+ "VDialog": {
180
+ "from": "components/VDialog/index.mjs",
181
+ "styles": []
182
+ },
175
183
  "VDatePicker": {
176
184
  "from": "components/VDatePicker/index.mjs",
177
185
  "styles": []
@@ -196,18 +204,6 @@
196
204
  "from": "components/VDatePicker/index.mjs",
197
205
  "styles": []
198
206
  },
199
- "VDialog": {
200
- "from": "components/VDialog/index.mjs",
201
- "styles": []
202
- },
203
- "VDivider": {
204
- "from": "components/VDivider/index.mjs",
205
- "styles": []
206
- },
207
- "VFab": {
208
- "from": "components/VFab/index.mjs",
209
- "styles": []
210
- },
211
207
  "VExpansionPanels": {
212
208
  "from": "components/VExpansionPanel/index.mjs",
213
209
  "styles": []
@@ -236,16 +232,20 @@
236
232
  "from": "components/VField/index.mjs",
237
233
  "styles": []
238
234
  },
239
- "VFooter": {
240
- "from": "components/VFooter/index.mjs",
241
- "styles": []
242
- },
243
235
  "VFileInput": {
244
236
  "from": "components/VFileInput/index.mjs",
245
237
  "styles": []
246
238
  },
247
- "VInput": {
248
- "from": "components/VInput/index.mjs",
239
+ "VFab": {
240
+ "from": "components/VFab/index.mjs",
241
+ "styles": []
242
+ },
243
+ "VFooter": {
244
+ "from": "components/VFooter/index.mjs",
245
+ "styles": []
246
+ },
247
+ "VInfiniteScroll": {
248
+ "from": "components/VInfiniteScroll/index.mjs",
249
249
  "styles": []
250
250
  },
251
251
  "VIcon": {
@@ -268,14 +268,22 @@
268
268
  "from": "components/VIcon/index.mjs",
269
269
  "styles": []
270
270
  },
271
- "VInfiniteScroll": {
272
- "from": "components/VInfiniteScroll/index.mjs",
271
+ "VInput": {
272
+ "from": "components/VInput/index.mjs",
273
273
  "styles": []
274
274
  },
275
275
  "VImg": {
276
276
  "from": "components/VImg/index.mjs",
277
277
  "styles": []
278
278
  },
279
+ "VLabel": {
280
+ "from": "components/VLabel/index.mjs",
281
+ "styles": []
282
+ },
283
+ "VKbd": {
284
+ "from": "components/VKbd/index.mjs",
285
+ "styles": []
286
+ },
279
287
  "VItemGroup": {
280
288
  "from": "components/VItemGroup/index.mjs",
281
289
  "styles": []
@@ -284,8 +292,12 @@
284
292
  "from": "components/VItemGroup/index.mjs",
285
293
  "styles": []
286
294
  },
287
- "VKbd": {
288
- "from": "components/VKbd/index.mjs",
295
+ "VMenu": {
296
+ "from": "components/VMenu/index.mjs",
297
+ "styles": []
298
+ },
299
+ "VMessages": {
300
+ "from": "components/VMessages/index.mjs",
289
301
  "styles": []
290
302
  },
291
303
  "VList": {
@@ -324,72 +336,56 @@
324
336
  "from": "components/VList/index.mjs",
325
337
  "styles": []
326
338
  },
327
- "VLabel": {
328
- "from": "components/VLabel/index.mjs",
329
- "styles": []
330
- },
331
- "VMessages": {
332
- "from": "components/VMessages/index.mjs",
333
- "styles": []
334
- },
335
- "VMenu": {
336
- "from": "components/VMenu/index.mjs",
339
+ "VNavigationDrawer": {
340
+ "from": "components/VNavigationDrawer/index.mjs",
337
341
  "styles": []
338
342
  },
339
343
  "VMain": {
340
344
  "from": "components/VMain/index.mjs",
341
345
  "styles": []
342
346
  },
343
- "VNavigationDrawer": {
344
- "from": "components/VNavigationDrawer/index.mjs",
347
+ "VOtpInput": {
348
+ "from": "components/VOtpInput/index.mjs",
345
349
  "styles": []
346
350
  },
347
351
  "VPagination": {
348
352
  "from": "components/VPagination/index.mjs",
349
353
  "styles": []
350
354
  },
351
- "VOtpInput": {
352
- "from": "components/VOtpInput/index.mjs",
355
+ "VProgressCircular": {
356
+ "from": "components/VProgressCircular/index.mjs",
353
357
  "styles": []
354
358
  },
355
359
  "VProgressLinear": {
356
360
  "from": "components/VProgressLinear/index.mjs",
357
361
  "styles": []
358
362
  },
359
- "VRating": {
360
- "from": "components/VRating/index.mjs",
361
- "styles": []
362
- },
363
- "VProgressCircular": {
364
- "from": "components/VProgressCircular/index.mjs",
363
+ "VOverlay": {
364
+ "from": "components/VOverlay/index.mjs",
365
365
  "styles": []
366
366
  },
367
367
  "VRadioGroup": {
368
368
  "from": "components/VRadioGroup/index.mjs",
369
369
  "styles": []
370
370
  },
371
- "VOverlay": {
372
- "from": "components/VOverlay/index.mjs",
371
+ "VRating": {
372
+ "from": "components/VRating/index.mjs",
373
373
  "styles": []
374
374
  },
375
375
  "VSelect": {
376
376
  "from": "components/VSelect/index.mjs",
377
377
  "styles": []
378
378
  },
379
- "VSheet": {
380
- "from": "components/VSheet/index.mjs",
379
+ "VSelectionControl": {
380
+ "from": "components/VSelectionControl/index.mjs",
381
381
  "styles": []
382
382
  },
383
383
  "VSelectionControlGroup": {
384
384
  "from": "components/VSelectionControlGroup/index.mjs",
385
385
  "styles": []
386
386
  },
387
- "VSelectionControl": {
388
- "from": "components/VSelectionControl/index.mjs",
389
- "styles": []
390
- },
391
- "VSlider": {
392
- "from": "components/VSlider/index.mjs",
387
+ "VSheet": {
388
+ "from": "components/VSheet/index.mjs",
393
389
  "styles": []
394
390
  },
395
391
  "VSlideGroup": {
@@ -404,18 +400,10 @@
404
400
  "from": "components/VSkeletonLoader/index.mjs",
405
401
  "styles": []
406
402
  },
407
- "VSwitch": {
408
- "from": "components/VSwitch/index.mjs",
409
- "styles": []
410
- },
411
403
  "VSnackbar": {
412
404
  "from": "components/VSnackbar/index.mjs",
413
405
  "styles": []
414
406
  },
415
- "VTextField": {
416
- "from": "components/VTextField/index.mjs",
417
- "styles": []
418
- },
419
407
  "VStepper": {
420
408
  "from": "components/VStepper/index.mjs",
421
409
  "styles": []
@@ -440,10 +428,6 @@
440
428
  "from": "components/VStepper/index.mjs",
441
429
  "styles": []
442
430
  },
443
- "VTable": {
444
- "from": "components/VTable/index.mjs",
445
- "styles": []
446
- },
447
431
  "VTab": {
448
432
  "from": "components/VTabs/index.mjs",
449
433
  "styles": []
@@ -460,10 +444,34 @@
460
444
  "from": "components/VTabs/index.mjs",
461
445
  "styles": []
462
446
  },
447
+ "VSlider": {
448
+ "from": "components/VSlider/index.mjs",
449
+ "styles": []
450
+ },
463
451
  "VSystemBar": {
464
452
  "from": "components/VSystemBar/index.mjs",
465
453
  "styles": []
466
454
  },
455
+ "VSwitch": {
456
+ "from": "components/VSwitch/index.mjs",
457
+ "styles": []
458
+ },
459
+ "VTable": {
460
+ "from": "components/VTable/index.mjs",
461
+ "styles": []
462
+ },
463
+ "VTextField": {
464
+ "from": "components/VTextField/index.mjs",
465
+ "styles": []
466
+ },
467
+ "VTextarea": {
468
+ "from": "components/VTextarea/index.mjs",
469
+ "styles": []
470
+ },
471
+ "VTooltip": {
472
+ "from": "components/VTooltip/index.mjs",
473
+ "styles": []
474
+ },
467
475
  "VToolbar": {
468
476
  "from": "components/VToolbar/index.mjs",
469
477
  "styles": []
@@ -476,10 +484,6 @@
476
484
  "from": "components/VToolbar/index.mjs",
477
485
  "styles": []
478
486
  },
479
- "VTextarea": {
480
- "from": "components/VTextarea/index.mjs",
481
- "styles": []
482
- },
483
487
  "VTimeline": {
484
488
  "from": "components/VTimeline/index.mjs",
485
489
  "styles": []
@@ -496,18 +500,14 @@
496
500
  "from": "components/VWindow/index.mjs",
497
501
  "styles": []
498
502
  },
499
- "VTooltip": {
500
- "from": "components/VTooltip/index.mjs",
503
+ "VDataIterator": {
504
+ "from": "components/VDataIterator/index.mjs",
501
505
  "styles": []
502
506
  },
503
507
  "VConfirmEdit": {
504
508
  "from": "components/VConfirmEdit/index.mjs",
505
509
  "styles": []
506
510
  },
507
- "VDataIterator": {
508
- "from": "components/VDataIterator/index.mjs",
509
- "styles": []
510
- },
511
511
  "VDefaultsProvider": {
512
512
  "from": "components/VDefaultsProvider/index.mjs",
513
513
  "styles": []
@@ -584,14 +584,14 @@
584
584
  "from": "components/VThemeProvider/index.mjs",
585
585
  "styles": []
586
586
  },
587
- "VVirtualScroll": {
588
- "from": "components/VVirtualScroll/index.mjs",
589
- "styles": []
590
- },
591
587
  "VValidation": {
592
588
  "from": "components/VValidation/index.mjs",
593
589
  "styles": []
594
590
  },
591
+ "VVirtualScroll": {
592
+ "from": "components/VVirtualScroll/index.mjs",
593
+ "styles": []
594
+ },
595
595
  "VFabTransition": {
596
596
  "from": "components/transitions/index.mjs",
597
597
  "styles": []