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

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 (93) hide show
  1. package/CHANGELOG.md +7 -13
  2. package/dist/json/attributes.json +31 -31
  3. package/dist/json/importMap-labs.json +8 -8
  4. package/dist/json/importMap.json +124 -124
  5. package/dist/json/web-types.json +64 -64
  6. package/dist/vuetify-labs.css +2434 -2363
  7. package/dist/vuetify-labs.d.ts +995 -966
  8. package/dist/vuetify-labs.esm.js +104 -70
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +103 -69
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +775 -708
  13. package/dist/vuetify.d.ts +965 -936
  14. package/dist/vuetify.esm.js +104 -70
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +103 -69
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +981 -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/VFileInput/VFileInput.mjs +1 -1
  39. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  40. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  41. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  42. package/lib/components/VList/VList.mjs.map +1 -1
  43. package/lib/components/VList/index.d.mts +70 -46
  44. package/lib/components/VMenu/index.d.mts +99 -93
  45. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  46. package/lib/components/VOverlay/index.d.mts +33 -27
  47. package/lib/components/VOverlay/useActivator.mjs +5 -5
  48. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  49. package/lib/components/VSelect/index.d.mts +169 -140
  50. package/lib/components/VSheet/VSheet.css +1 -1
  51. package/lib/components/VSheet/_variables.scss +1 -1
  52. package/lib/components/VSlideGroup/VSlideGroup.mjs +25 -25
  53. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  54. package/lib/components/VSlider/VSliderThumb.css +5 -0
  55. package/lib/components/VSlider/VSliderThumb.sass +3 -0
  56. package/lib/components/VSlider/VSliderTrack.css +15 -0
  57. package/lib/components/VSlider/VSliderTrack.sass +9 -0
  58. package/lib/components/VSnackbar/index.d.mts +85 -79
  59. package/lib/components/VSpeedDial/index.d.mts +33 -27
  60. package/lib/components/VStepper/VStepper.mjs +12 -6
  61. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  62. package/lib/components/VStepper/VStepperItem.css +47 -0
  63. package/lib/components/VStepper/VStepperItem.mjs +5 -3
  64. package/lib/components/VStepper/VStepperItem.mjs.map +1 -1
  65. package/lib/components/VStepper/VStepperItem.sass +18 -0
  66. package/lib/components/VStepper/VStepperWindow.mjs +2 -1
  67. package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
  68. package/lib/components/VStepper/VStepperWindowItem.mjs +2 -1
  69. package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
  70. package/lib/components/VTabs/VTabsWindow.mjs +2 -1
  71. package/lib/components/VTabs/VTabsWindow.mjs.map +1 -1
  72. package/lib/components/VTooltip/index.d.mts +99 -93
  73. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  74. package/lib/components/index.d.mts +926 -897
  75. package/lib/composables/nested/activeStrategies.mjs +16 -10
  76. package/lib/composables/nested/activeStrategies.mjs.map +1 -1
  77. package/lib/composables/nested/nested.mjs +7 -5
  78. package/lib/composables/nested/nested.mjs.map +1 -1
  79. package/lib/composables/resizeObserver.mjs +5 -5
  80. package/lib/composables/resizeObserver.mjs.map +1 -1
  81. package/lib/entry-bundler.mjs +1 -1
  82. package/lib/framework.mjs +1 -1
  83. package/lib/index.d.mts +39 -39
  84. package/lib/labs/VCalendar/VCalendar.css +5 -1
  85. package/lib/labs/VCalendar/VCalendar.sass +3 -2
  86. package/lib/labs/VCalendar/_variables.scss +8 -0
  87. package/lib/labs/VSnackbarQueue/index.d.mts +97 -91
  88. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  89. package/lib/labs/VTreeview/index.d.mts +82 -58
  90. package/lib/labs/components.d.mts +178 -149
  91. package/lib/util/helpers.mjs +16 -0
  92. package/lib/util/helpers.mjs.map +1 -1
  93. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,23 +1,17 @@
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-09...v) (2024-05-09)
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)
5
+ ## [3.6.4-master.2024-05-09](https://github.com/vuetifyjs/vuetify/compare/v3.6.4...v3.6.4-master.2024-05-09) (2024-05-09)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
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)
10
+ * **VFileInput:** allow dirty prop to trigger dirty state ([85c41db](https://github.com/vuetifyjs/vuetify/commit/85c41dbe8028c878da6cd8cbd7510a8b21be298b)), closes [#19699](https://github.com/vuetifyjs/vuetify/issues/19699)
11
+ * **VStepper:** add missing hover and focus styling ([b45ab1a](https://github.com/vuetifyjs/vuetify/commit/b45ab1aff93965c31a88cb567d83f934dac00e1d))
12
+ * **VStepper:** add missing non-linear styles ([da6d5f3](https://github.com/vuetifyjs/vuetify/commit/da6d5f3cd2d54bf6ad652688b61c9626933d969d))
13
+ * **VStepper:** do not spread raw property onto VStepperItem ([3d9deb7](https://github.com/vuetifyjs/vuetify/commit/3d9deb7db53e70e0605b76f270f7d962d38f09e4))
14
+ * **VStepper:** only show edit icon if editable and selected ([34bb202](https://github.com/vuetifyjs/vuetify/commit/34bb2020124553436691d7542ca77948452d7fab))
21
15
 
22
16
 
23
17
 
@@ -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**."
@@ -10420,7 +10420,7 @@
10420
10420
  "description": "The value used when the component is selected in a group. If not provided, a unique ID will be used."
10421
10421
  },
10422
10422
  "VStepperItem/rules": {
10423
- "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L39-L39\" target=\"_blank\">ValidationRule</a>[]\n",
10423
+ "type": "<a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VStepper/VStepperItem.tsx#L40-L40\" target=\"_blank\">ValidationRule</a>[]\n",
10424
10424
  "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`."
10425
10425
  },
10426
10426
  "VStepperItem/disabled": {
@@ -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**."
@@ -24,10 +24,6 @@
24
24
  "from": "labs/VCalendar/index.mjs",
25
25
  "styles": []
26
26
  },
27
- "VNumberInput": {
28
- "from": "labs/VNumberInput/index.mjs",
29
- "styles": []
30
- },
31
27
  "VPicker": {
32
28
  "from": "labs/VPicker/index.mjs",
33
29
  "styles": []
@@ -36,6 +32,10 @@
36
32
  "from": "labs/VPicker/index.mjs",
37
33
  "styles": []
38
34
  },
35
+ "VNumberInput": {
36
+ "from": "labs/VNumberInput/index.mjs",
37
+ "styles": []
38
+ },
39
39
  "VTreeview": {
40
40
  "from": "labs/VTreeview/index.mjs",
41
41
  "styles": []
@@ -60,6 +60,10 @@
60
60
  "from": "labs/VTimePicker/index.mjs",
61
61
  "styles": []
62
62
  },
63
+ "VSnackbarQueue": {
64
+ "from": "labs/VSnackbarQueue/index.mjs",
65
+ "styles": []
66
+ },
63
67
  "VDateInput": {
64
68
  "from": "labs/VDateInput/index.mjs",
65
69
  "styles": []
@@ -67,10 +71,6 @@
67
71
  "VPullToRefresh": {
68
72
  "from": "labs/VPullToRefresh/index.mjs",
69
73
  "styles": []
70
- },
71
- "VSnackbarQueue": {
72
- "from": "labs/VSnackbarQueue/index.mjs",
73
- "styles": []
74
74
  }
75
75
  }
76
76
  }
@@ -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
+ "VAvatar": {
28
+ "from": "components/VAvatar/index.mjs",
29
+ "styles": []
30
+ },
31
+ "VAutocomplete": {
32
+ "from": "components/VAutocomplete/index.mjs",
33
+ "styles": []
34
+ },
39
35
  "VBanner": {
40
36
  "from": "components/VBanner/index.mjs",
41
37
  "styles": []
@@ -56,12 +52,8 @@
56
52
  "from": "components/VBottomNavigation/index.mjs",
57
53
  "styles": []
58
54
  },
59
- "VCarousel": {
60
- "from": "components/VCarousel/index.mjs",
61
- "styles": []
62
- },
63
- "VCarouselItem": {
64
- "from": "components/VCarousel/index.mjs",
55
+ "VBadge": {
56
+ "from": "components/VBadge/index.mjs",
65
57
  "styles": []
66
58
  },
67
59
  "VBreadcrumbs": {
@@ -80,26 +72,14 @@
80
72
  "from": "components/VBtn/index.mjs",
81
73
  "styles": []
82
74
  },
83
- "VBtnGroup": {
84
- "from": "components/VBtnGroup/index.mjs",
85
- "styles": []
86
- },
87
- "VChip": {
88
- "from": "components/VChip/index.mjs",
89
- "styles": []
90
- },
91
- "VCheckbox": {
92
- "from": "components/VCheckbox/index.mjs",
93
- "styles": []
94
- },
95
- "VCheckboxBtn": {
96
- "from": "components/VCheckbox/index.mjs",
97
- "styles": []
98
- },
99
75
  "VBtnToggle": {
100
76
  "from": "components/VBtnToggle/index.mjs",
101
77
  "styles": []
102
78
  },
79
+ "VBtnGroup": {
80
+ "from": "components/VBtnGroup/index.mjs",
81
+ "styles": []
82
+ },
103
83
  "VCard": {
104
84
  "from": "components/VCard/index.mjs",
105
85
  "styles": []
@@ -124,22 +104,42 @@
124
104
  "from": "components/VCard/index.mjs",
125
105
  "styles": []
126
106
  },
127
- "VCode": {
128
- "from": "components/VCode/index.mjs",
107
+ "VCheckbox": {
108
+ "from": "components/VCheckbox/index.mjs",
129
109
  "styles": []
130
110
  },
131
- "VChipGroup": {
132
- "from": "components/VChipGroup/index.mjs",
111
+ "VCheckboxBtn": {
112
+ "from": "components/VCheckbox/index.mjs",
113
+ "styles": []
114
+ },
115
+ "VCarousel": {
116
+ "from": "components/VCarousel/index.mjs",
117
+ "styles": []
118
+ },
119
+ "VCarouselItem": {
120
+ "from": "components/VCarousel/index.mjs",
121
+ "styles": []
122
+ },
123
+ "VCode": {
124
+ "from": "components/VCode/index.mjs",
133
125
  "styles": []
134
126
  },
135
127
  "VColorPicker": {
136
128
  "from": "components/VColorPicker/index.mjs",
137
129
  "styles": []
138
130
  },
131
+ "VChip": {
132
+ "from": "components/VChip/index.mjs",
133
+ "styles": []
134
+ },
139
135
  "VCombobox": {
140
136
  "from": "components/VCombobox/index.mjs",
141
137
  "styles": []
142
138
  },
139
+ "VChipGroup": {
140
+ "from": "components/VChipGroup/index.mjs",
141
+ "styles": []
142
+ },
143
143
  "VCounter": {
144
144
  "from": "components/VCounter/index.mjs",
145
145
  "styles": []
@@ -204,8 +204,8 @@
204
204
  "from": "components/VDivider/index.mjs",
205
205
  "styles": []
206
206
  },
207
- "VFab": {
208
- "from": "components/VFab/index.mjs",
207
+ "VEmptyState": {
208
+ "from": "components/VEmptyState/index.mjs",
209
209
  "styles": []
210
210
  },
211
211
  "VExpansionPanels": {
@@ -224,8 +224,12 @@
224
224
  "from": "components/VExpansionPanel/index.mjs",
225
225
  "styles": []
226
226
  },
227
- "VEmptyState": {
228
- "from": "components/VEmptyState/index.mjs",
227
+ "VFab": {
228
+ "from": "components/VFab/index.mjs",
229
+ "styles": []
230
+ },
231
+ "VFileInput": {
232
+ "from": "components/VFileInput/index.mjs",
229
233
  "styles": []
230
234
  },
231
235
  "VField": {
@@ -240,14 +244,6 @@
240
244
  "from": "components/VFooter/index.mjs",
241
245
  "styles": []
242
246
  },
243
- "VFileInput": {
244
- "from": "components/VFileInput/index.mjs",
245
- "styles": []
246
- },
247
- "VInput": {
248
- "from": "components/VInput/index.mjs",
249
- "styles": []
250
- },
251
247
  "VIcon": {
252
248
  "from": "components/VIcon/index.mjs",
253
249
  "styles": []
@@ -268,26 +264,34 @@
268
264
  "from": "components/VIcon/index.mjs",
269
265
  "styles": []
270
266
  },
271
- "VInfiniteScroll": {
272
- "from": "components/VInfiniteScroll/index.mjs",
267
+ "VInput": {
268
+ "from": "components/VInput/index.mjs",
273
269
  "styles": []
274
270
  },
275
271
  "VImg": {
276
272
  "from": "components/VImg/index.mjs",
277
273
  "styles": []
278
274
  },
279
- "VItemGroup": {
280
- "from": "components/VItemGroup/index.mjs",
275
+ "VLabel": {
276
+ "from": "components/VLabel/index.mjs",
281
277
  "styles": []
282
278
  },
283
- "VItem": {
284
- "from": "components/VItemGroup/index.mjs",
279
+ "VInfiniteScroll": {
280
+ "from": "components/VInfiniteScroll/index.mjs",
285
281
  "styles": []
286
282
  },
287
283
  "VKbd": {
288
284
  "from": "components/VKbd/index.mjs",
289
285
  "styles": []
290
286
  },
287
+ "VItemGroup": {
288
+ "from": "components/VItemGroup/index.mjs",
289
+ "styles": []
290
+ },
291
+ "VItem": {
292
+ "from": "components/VItemGroup/index.mjs",
293
+ "styles": []
294
+ },
291
295
  "VList": {
292
296
  "from": "components/VList/index.mjs",
293
297
  "styles": []
@@ -324,72 +328,64 @@
324
328
  "from": "components/VList/index.mjs",
325
329
  "styles": []
326
330
  },
327
- "VLabel": {
328
- "from": "components/VLabel/index.mjs",
331
+ "VMenu": {
332
+ "from": "components/VMenu/index.mjs",
329
333
  "styles": []
330
334
  },
331
335
  "VMessages": {
332
336
  "from": "components/VMessages/index.mjs",
333
337
  "styles": []
334
338
  },
335
- "VMenu": {
336
- "from": "components/VMenu/index.mjs",
337
- "styles": []
338
- },
339
339
  "VMain": {
340
340
  "from": "components/VMain/index.mjs",
341
341
  "styles": []
342
342
  },
343
- "VNavigationDrawer": {
344
- "from": "components/VNavigationDrawer/index.mjs",
345
- "styles": []
346
- },
347
- "VPagination": {
348
- "from": "components/VPagination/index.mjs",
349
- "styles": []
350
- },
351
343
  "VOtpInput": {
352
344
  "from": "components/VOtpInput/index.mjs",
353
345
  "styles": []
354
346
  },
355
- "VProgressLinear": {
356
- "from": "components/VProgressLinear/index.mjs",
347
+ "VNavigationDrawer": {
348
+ "from": "components/VNavigationDrawer/index.mjs",
357
349
  "styles": []
358
350
  },
359
- "VRating": {
360
- "from": "components/VRating/index.mjs",
351
+ "VPagination": {
352
+ "from": "components/VPagination/index.mjs",
361
353
  "styles": []
362
354
  },
363
355
  "VProgressCircular": {
364
356
  "from": "components/VProgressCircular/index.mjs",
365
357
  "styles": []
366
358
  },
359
+ "VOverlay": {
360
+ "from": "components/VOverlay/index.mjs",
361
+ "styles": []
362
+ },
367
363
  "VRadioGroup": {
368
364
  "from": "components/VRadioGroup/index.mjs",
369
365
  "styles": []
370
366
  },
371
- "VOverlay": {
372
- "from": "components/VOverlay/index.mjs",
367
+ "VProgressLinear": {
368
+ "from": "components/VProgressLinear/index.mjs",
369
+ "styles": []
370
+ },
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
+ "VSkeletonLoader": {
380
+ "from": "components/VSkeletonLoader/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": {
@@ -400,22 +396,6 @@
400
396
  "from": "components/VSlideGroup/index.mjs",
401
397
  "styles": []
402
398
  },
403
- "VSkeletonLoader": {
404
- "from": "components/VSkeletonLoader/index.mjs",
405
- "styles": []
406
- },
407
- "VSwitch": {
408
- "from": "components/VSwitch/index.mjs",
409
- "styles": []
410
- },
411
- "VSnackbar": {
412
- "from": "components/VSnackbar/index.mjs",
413
- "styles": []
414
- },
415
- "VTextField": {
416
- "from": "components/VTextField/index.mjs",
417
- "styles": []
418
- },
419
399
  "VStepper": {
420
400
  "from": "components/VStepper/index.mjs",
421
401
  "styles": []
@@ -440,8 +420,20 @@
440
420
  "from": "components/VStepper/index.mjs",
441
421
  "styles": []
442
422
  },
443
- "VTable": {
444
- "from": "components/VTable/index.mjs",
423
+ "VSnackbar": {
424
+ "from": "components/VSnackbar/index.mjs",
425
+ "styles": []
426
+ },
427
+ "VSlider": {
428
+ "from": "components/VSlider/index.mjs",
429
+ "styles": []
430
+ },
431
+ "VSwitch": {
432
+ "from": "components/VSwitch/index.mjs",
433
+ "styles": []
434
+ },
435
+ "VSystemBar": {
436
+ "from": "components/VSystemBar/index.mjs",
445
437
  "styles": []
446
438
  },
447
439
  "VTab": {
@@ -460,8 +452,24 @@
460
452
  "from": "components/VTabs/index.mjs",
461
453
  "styles": []
462
454
  },
463
- "VSystemBar": {
464
- "from": "components/VSystemBar/index.mjs",
455
+ "VTable": {
456
+ "from": "components/VTable/index.mjs",
457
+ "styles": []
458
+ },
459
+ "VTextarea": {
460
+ "from": "components/VTextarea/index.mjs",
461
+ "styles": []
462
+ },
463
+ "VTimeline": {
464
+ "from": "components/VTimeline/index.mjs",
465
+ "styles": []
466
+ },
467
+ "VTimelineItem": {
468
+ "from": "components/VTimeline/index.mjs",
469
+ "styles": []
470
+ },
471
+ "VTextField": {
472
+ "from": "components/VTextField/index.mjs",
465
473
  "styles": []
466
474
  },
467
475
  "VToolbar": {
@@ -476,16 +484,12 @@
476
484
  "from": "components/VToolbar/index.mjs",
477
485
  "styles": []
478
486
  },
479
- "VTextarea": {
480
- "from": "components/VTextarea/index.mjs",
481
- "styles": []
482
- },
483
- "VTimeline": {
484
- "from": "components/VTimeline/index.mjs",
487
+ "VSelectionControl": {
488
+ "from": "components/VSelectionControl/index.mjs",
485
489
  "styles": []
486
490
  },
487
- "VTimelineItem": {
488
- "from": "components/VTimeline/index.mjs",
491
+ "VTooltip": {
492
+ "from": "components/VTooltip/index.mjs",
489
493
  "styles": []
490
494
  },
491
495
  "VWindow": {
@@ -496,10 +500,6 @@
496
500
  "from": "components/VWindow/index.mjs",
497
501
  "styles": []
498
502
  },
499
- "VTooltip": {
500
- "from": "components/VTooltip/index.mjs",
501
- "styles": []
502
- },
503
503
  "VConfirmEdit": {
504
504
  "from": "components/VConfirmEdit/index.mjs",
505
505
  "styles": []
@@ -536,6 +536,10 @@
536
536
  "from": "components/VHover/index.mjs",
537
537
  "styles": []
538
538
  },
539
+ "VLocaleProvider": {
540
+ "from": "components/VLocaleProvider/index.mjs",
541
+ "styles": []
542
+ },
539
543
  "VLayout": {
540
544
  "from": "components/VLayout/index.mjs",
541
545
  "styles": []
@@ -548,10 +552,6 @@
548
552
  "from": "components/VLazy/index.mjs",
549
553
  "styles": []
550
554
  },
551
- "VLocaleProvider": {
552
- "from": "components/VLocaleProvider/index.mjs",
553
- "styles": []
554
- },
555
555
  "VNoSsr": {
556
556
  "from": "components/VNoSsr/index.mjs",
557
557
  "styles": []
@@ -580,14 +580,14 @@
580
580
  "from": "components/VSpeedDial/index.mjs",
581
581
  "styles": []
582
582
  },
583
- "VThemeProvider": {
584
- "from": "components/VThemeProvider/index.mjs",
585
- "styles": []
586
- },
587
583
  "VVirtualScroll": {
588
584
  "from": "components/VVirtualScroll/index.mjs",
589
585
  "styles": []
590
586
  },
587
+ "VThemeProvider": {
588
+ "from": "components/VThemeProvider/index.mjs",
589
+ "styles": []
590
+ },
591
591
  "VValidation": {
592
592
  "from": "components/VValidation/index.mjs",
593
593
  "styles": []