@vuetify/nightly 3.6.7-master.2024-05-29 → 3.6.8-master.2024-05-30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -15
- package/dist/json/attributes.json +5 -5
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +150 -150
- package/dist/json/web-types.json +36 -36
- package/dist/vuetify-labs.css +2393 -2393
- package/dist/vuetify-labs.d.ts +450 -1374
- package/dist/vuetify-labs.esm.js +127 -38
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +127 -38
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +837 -837
- package/dist/vuetify.d.ts +396 -1130
- package/dist/vuetify.esm.js +23 -7
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +23 -7
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +10 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +102 -336
- package/lib/components/VCombobox/index.d.mts +102 -336
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VList/VList.mjs +3 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +1 -0
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +52 -66
- package/lib/components/VSelect/index.d.mts +102 -336
- package/lib/components/VSelectionControl/VSelectionControl.mjs +9 -1
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +2 -2
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/index.d.mts +340 -1074
- package/lib/composables/filter.mjs +1 -1
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +56 -56
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +30 -25
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +81 -10
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +110 -300
- package/lib/labs/components.d.mts +110 -300
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,21 +1,8 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.8-master.2024-05-30...v) (2024-05-30)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.6.
|
6
|
-
|
7
|
-
|
8
|
-
### Bug Fixes
|
9
|
-
|
10
|
-
* **flex:** add missing flex-x-x-0 classes ([a23dece](https://github.com/vuetifyjs/vuetify/commit/a23dece86fe666f15c74e304f65bbdd1ce13cefc))
|
11
|
-
* remove circular imports ([957b4bc](https://github.com/vuetifyjs/vuetify/commit/957b4bc1cc8f870ba155e37be2dca6d5de4e588a)), closes [#19852](https://github.com/vuetifyjs/vuetify/issues/19852)
|
12
|
-
* **VDivider:** missing when vertical and aligned to center ([#19890](https://github.com/vuetifyjs/vuetify/issues/19890)) ([18d64fe](https://github.com/vuetifyjs/vuetify/commit/18d64feb0f93b49a244c6bd83365dd2f89b9f1e1)), closes [#19889](https://github.com/vuetifyjs/vuetify/issues/19889)
|
13
|
-
* **VNumberInput:** disable up/down controls for readonly state ([#19906](https://github.com/vuetifyjs/vuetify/issues/19906)) ([4ceaaa5](https://github.com/vuetifyjs/vuetify/commit/4ceaaa5bc060b32c4b4077174f26a6dc9f236d2f))
|
14
|
-
* **VSlider:** add missing aria-label ([#19887](https://github.com/vuetifyjs/vuetify/issues/19887)) ([e46a98d](https://github.com/vuetifyjs/vuetify/commit/e46a98db5be9ae899b7e31236b10de263fdd32e8))
|
15
|
-
* **VSnackbar:** fix class name for center location ([#19878](https://github.com/vuetifyjs/vuetify/issues/19878)) ([e48d37b](https://github.com/vuetifyjs/vuetify/commit/e48d37bce506ebff8b82bae10b05b09a7052f4b8))
|
16
|
-
* **VStepper:** accept null value for mobile ([908fb59](https://github.com/vuetifyjs/vuetify/commit/908fb5914a6685245935a7a5d299dfc774738417))
|
17
|
-
* **VStepperItem:** remove inline margin in mobile mode ([e94dc93](https://github.com/vuetifyjs/vuetify/commit/e94dc93b8cc32c720fb7cfe79a7f29cce77e5d42))
|
18
|
-
* **VStepper:** propagate complete/error/edit icons ([64acd01](https://github.com/vuetifyjs/vuetify/commit/64acd015420b31b553b16608fd97687c307b672d))
|
5
|
+
## [3.6.8-master.2024-05-30](https://github.com/vuetifyjs/vuetify/compare/v3.6.8...v3.6.8-master.2024-05-30) (2024-05-30)
|
19
6
|
|
20
7
|
|
21
8
|
|
@@ -11265,7 +11265,7 @@
|
|
11265
11265
|
},
|
11266
11266
|
"VTabs/items": {
|
11267
11267
|
"type": "(string | number | Record<string, any>)[]\n",
|
11268
|
-
"description": "The items to display in the component. This can be an array of strings or objects with a property `
|
11268
|
+
"description": "The items to display in the component. This can be an array of strings or objects with a property `text`."
|
11269
11269
|
},
|
11270
11270
|
"VTabs/stacked": {
|
11271
11271
|
"type": "boolean\n",
|
@@ -12499,6 +12499,10 @@
|
|
12499
12499
|
"type": "unknown[]\n",
|
12500
12500
|
"description": "An array of items used to build the treeview."
|
12501
12501
|
},
|
12502
|
+
"VTreeview/select-strategy": {
|
12503
|
+
"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",
|
12504
|
+
"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."
|
12505
|
+
},
|
12502
12506
|
"VTreeview/base-color": {
|
12503
12507
|
"type": "string\n",
|
12504
12508
|
"description": "Sets the color of component when not focused."
|
@@ -12559,10 +12563,6 @@
|
|
12559
12563
|
"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",
|
12560
12564
|
"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."
|
12561
12565
|
},
|
12562
|
-
"VTreeview/select-strategy": {
|
12563
|
-
"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",
|
12564
|
-
"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."
|
12565
|
-
},
|
12566
12566
|
"VTreeview/open-strategy": {
|
12567
12567
|
"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",
|
12568
12568
|
"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."
|
@@ -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,20 +28,24 @@
|
|
24
28
|
"from": "labs/VCalendar/index.mjs",
|
25
29
|
"styles": []
|
26
30
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
31
|
+
"VTimePicker": {
|
32
|
+
"from": "labs/VTimePicker/index.mjs",
|
29
33
|
"styles": []
|
30
34
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
35
|
+
"VTimePickerClock": {
|
36
|
+
"from": "labs/VTimePicker/index.mjs",
|
33
37
|
"styles": []
|
34
38
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
39
|
+
"VTimePickerControls": {
|
40
|
+
"from": "labs/VTimePicker/index.mjs",
|
37
41
|
"styles": []
|
38
42
|
},
|
39
|
-
"
|
40
|
-
"from": "labs/
|
43
|
+
"VPicker": {
|
44
|
+
"from": "labs/VPicker/index.mjs",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VPickerTitle": {
|
48
|
+
"from": "labs/VPicker/index.mjs",
|
41
49
|
"styles": []
|
42
50
|
},
|
43
51
|
"VStepperVertical": {
|
@@ -52,24 +60,16 @@
|
|
52
60
|
"from": "labs/VStepperVertical/index.mjs",
|
53
61
|
"styles": []
|
54
62
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VPickerTitle": {
|
60
|
-
"from": "labs/VPicker/index.mjs",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
|
-
"VTimePicker": {
|
64
|
-
"from": "labs/VTimePicker/index.mjs",
|
63
|
+
"VTreeview": {
|
64
|
+
"from": "labs/VTreeview/index.mjs",
|
65
65
|
"styles": []
|
66
66
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
67
|
+
"VTreeviewItem": {
|
68
|
+
"from": "labs/VTreeview/index.mjs",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
-
"
|
72
|
-
"from": "labs/
|
71
|
+
"VTreeviewGroup": {
|
72
|
+
"from": "labs/VTreeview/index.mjs",
|
73
73
|
"styles": []
|
74
74
|
},
|
75
75
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VApp": {
|
4
|
+
"from": "components/VApp/index.mjs",
|
5
|
+
"styles": []
|
6
|
+
},
|
3
7
|
"VAppBar": {
|
4
8
|
"from": "components/VAppBar/index.mjs",
|
5
9
|
"styles": []
|
@@ -28,50 +32,34 @@
|
|
28
32
|
"from": "components/VAutocomplete/index.mjs",
|
29
33
|
"styles": []
|
30
34
|
},
|
31
|
-
"VBanner": {
|
32
|
-
"from": "components/VBanner/index.mjs",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VBannerActions": {
|
36
|
-
"from": "components/VBanner/index.mjs",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VBannerText": {
|
40
|
-
"from": "components/VBanner/index.mjs",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
35
|
"VBadge": {
|
44
36
|
"from": "components/VBadge/index.mjs",
|
45
37
|
"styles": []
|
46
38
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
39
|
+
"VBottomNavigation": {
|
40
|
+
"from": "components/VBottomNavigation/index.mjs",
|
49
41
|
"styles": []
|
50
42
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
43
|
+
"VBtn": {
|
44
|
+
"from": "components/VBtn/index.mjs",
|
53
45
|
"styles": []
|
54
46
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
47
|
+
"VBanner": {
|
48
|
+
"from": "components/VBanner/index.mjs",
|
57
49
|
"styles": []
|
58
50
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
51
|
+
"VBannerActions": {
|
52
|
+
"from": "components/VBanner/index.mjs",
|
61
53
|
"styles": []
|
62
54
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
55
|
+
"VBannerText": {
|
56
|
+
"from": "components/VBanner/index.mjs",
|
65
57
|
"styles": []
|
66
58
|
},
|
67
59
|
"VBottomSheet": {
|
68
60
|
"from": "components/VBottomSheet/index.mjs",
|
69
61
|
"styles": []
|
70
62
|
},
|
71
|
-
"VBtn": {
|
72
|
-
"from": "components/VBtn/index.mjs",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
63
|
"VBtnGroup": {
|
76
64
|
"from": "components/VBtnGroup/index.mjs",
|
77
65
|
"styles": []
|
@@ -100,24 +88,20 @@
|
|
100
88
|
"from": "components/VCard/index.mjs",
|
101
89
|
"styles": []
|
102
90
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VCarouselItem": {
|
108
|
-
"from": "components/VCarousel/index.mjs",
|
91
|
+
"VBreadcrumbs": {
|
92
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
109
93
|
"styles": []
|
110
94
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
95
|
+
"VBreadcrumbsItem": {
|
96
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
113
97
|
"styles": []
|
114
98
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
99
|
+
"VBreadcrumbsDivider": {
|
100
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
117
101
|
"styles": []
|
118
102
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
103
|
+
"VBtnToggle": {
|
104
|
+
"from": "components/VBtnToggle/index.mjs",
|
121
105
|
"styles": []
|
122
106
|
},
|
123
107
|
"VCheckbox": {
|
@@ -128,14 +112,38 @@
|
|
128
112
|
"from": "components/VCheckbox/index.mjs",
|
129
113
|
"styles": []
|
130
114
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
115
|
+
"VChip": {
|
116
|
+
"from": "components/VChip/index.mjs",
|
133
117
|
"styles": []
|
134
118
|
},
|
135
119
|
"VColorPicker": {
|
136
120
|
"from": "components/VColorPicker/index.mjs",
|
137
121
|
"styles": []
|
138
122
|
},
|
123
|
+
"VCombobox": {
|
124
|
+
"from": "components/VCombobox/index.mjs",
|
125
|
+
"styles": []
|
126
|
+
},
|
127
|
+
"VCarousel": {
|
128
|
+
"from": "components/VCarousel/index.mjs",
|
129
|
+
"styles": []
|
130
|
+
},
|
131
|
+
"VCarouselItem": {
|
132
|
+
"from": "components/VCarousel/index.mjs",
|
133
|
+
"styles": []
|
134
|
+
},
|
135
|
+
"VChipGroup": {
|
136
|
+
"from": "components/VChipGroup/index.mjs",
|
137
|
+
"styles": []
|
138
|
+
},
|
139
|
+
"VCounter": {
|
140
|
+
"from": "components/VCounter/index.mjs",
|
141
|
+
"styles": []
|
142
|
+
},
|
143
|
+
"VCode": {
|
144
|
+
"from": "components/VCode/index.mjs",
|
145
|
+
"styles": []
|
146
|
+
},
|
139
147
|
"VDataTable": {
|
140
148
|
"from": "components/VDataTable/index.mjs",
|
141
149
|
"styles": []
|
@@ -164,6 +172,10 @@
|
|
164
172
|
"from": "components/VDataTable/index.mjs",
|
165
173
|
"styles": []
|
166
174
|
},
|
175
|
+
"VDialog": {
|
176
|
+
"from": "components/VDialog/index.mjs",
|
177
|
+
"styles": []
|
178
|
+
},
|
167
179
|
"VDatePicker": {
|
168
180
|
"from": "components/VDatePicker/index.mjs",
|
169
181
|
"styles": []
|
@@ -192,22 +204,6 @@
|
|
192
204
|
"from": "components/VDivider/index.mjs",
|
193
205
|
"styles": []
|
194
206
|
},
|
195
|
-
"VCombobox": {
|
196
|
-
"from": "components/VCombobox/index.mjs",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VEmptyState": {
|
200
|
-
"from": "components/VEmptyState/index.mjs",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
|
-
"VDialog": {
|
204
|
-
"from": "components/VDialog/index.mjs",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
|
-
"VFileInput": {
|
208
|
-
"from": "components/VFileInput/index.mjs",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
207
|
"VExpansionPanels": {
|
212
208
|
"from": "components/VExpansionPanel/index.mjs",
|
213
209
|
"styles": []
|
@@ -224,6 +220,14 @@
|
|
224
220
|
"from": "components/VExpansionPanel/index.mjs",
|
225
221
|
"styles": []
|
226
222
|
},
|
223
|
+
"VEmptyState": {
|
224
|
+
"from": "components/VEmptyState/index.mjs",
|
225
|
+
"styles": []
|
226
|
+
},
|
227
|
+
"VFab": {
|
228
|
+
"from": "components/VFab/index.mjs",
|
229
|
+
"styles": []
|
230
|
+
},
|
227
231
|
"VField": {
|
228
232
|
"from": "components/VField/index.mjs",
|
229
233
|
"styles": []
|
@@ -232,12 +236,20 @@
|
|
232
236
|
"from": "components/VField/index.mjs",
|
233
237
|
"styles": []
|
234
238
|
},
|
239
|
+
"VFileInput": {
|
240
|
+
"from": "components/VFileInput/index.mjs",
|
241
|
+
"styles": []
|
242
|
+
},
|
235
243
|
"VFooter": {
|
236
244
|
"from": "components/VFooter/index.mjs",
|
237
245
|
"styles": []
|
238
246
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
247
|
+
"VImg": {
|
248
|
+
"from": "components/VImg/index.mjs",
|
249
|
+
"styles": []
|
250
|
+
},
|
251
|
+
"VKbd": {
|
252
|
+
"from": "components/VKbd/index.mjs",
|
241
253
|
"styles": []
|
242
254
|
},
|
243
255
|
"VIcon": {
|
@@ -260,16 +272,28 @@
|
|
260
272
|
"from": "components/VIcon/index.mjs",
|
261
273
|
"styles": []
|
262
274
|
},
|
275
|
+
"VInfiniteScroll": {
|
276
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
277
|
+
"styles": []
|
278
|
+
},
|
263
279
|
"VInput": {
|
264
280
|
"from": "components/VInput/index.mjs",
|
265
281
|
"styles": []
|
266
282
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
283
|
+
"VItemGroup": {
|
284
|
+
"from": "components/VItemGroup/index.mjs",
|
269
285
|
"styles": []
|
270
286
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
287
|
+
"VItem": {
|
288
|
+
"from": "components/VItemGroup/index.mjs",
|
289
|
+
"styles": []
|
290
|
+
},
|
291
|
+
"VLabel": {
|
292
|
+
"from": "components/VLabel/index.mjs",
|
293
|
+
"styles": []
|
294
|
+
},
|
295
|
+
"VMain": {
|
296
|
+
"from": "components/VMain/index.mjs",
|
273
297
|
"styles": []
|
274
298
|
},
|
275
299
|
"VList": {
|
@@ -308,36 +332,28 @@
|
|
308
332
|
"from": "components/VList/index.mjs",
|
309
333
|
"styles": []
|
310
334
|
},
|
311
|
-
"
|
312
|
-
"from": "components/
|
313
|
-
"styles": []
|
314
|
-
},
|
315
|
-
"VItemGroup": {
|
316
|
-
"from": "components/VItemGroup/index.mjs",
|
317
|
-
"styles": []
|
318
|
-
},
|
319
|
-
"VItem": {
|
320
|
-
"from": "components/VItemGroup/index.mjs",
|
335
|
+
"VMenu": {
|
336
|
+
"from": "components/VMenu/index.mjs",
|
321
337
|
"styles": []
|
322
338
|
},
|
323
|
-
"
|
324
|
-
"from": "components/
|
339
|
+
"VNavigationDrawer": {
|
340
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
325
341
|
"styles": []
|
326
342
|
},
|
327
343
|
"VMessages": {
|
328
344
|
"from": "components/VMessages/index.mjs",
|
329
345
|
"styles": []
|
330
346
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
347
|
+
"VOtpInput": {
|
348
|
+
"from": "components/VOtpInput/index.mjs",
|
333
349
|
"styles": []
|
334
350
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
351
|
+
"VProgressCircular": {
|
352
|
+
"from": "components/VProgressCircular/index.mjs",
|
337
353
|
"styles": []
|
338
354
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
355
|
+
"VProgressLinear": {
|
356
|
+
"from": "components/VProgressLinear/index.mjs",
|
341
357
|
"styles": []
|
342
358
|
},
|
343
359
|
"VPagination": {
|
@@ -348,18 +364,6 @@
|
|
348
364
|
"from": "components/VOverlay/index.mjs",
|
349
365
|
"styles": []
|
350
366
|
},
|
351
|
-
"VNavigationDrawer": {
|
352
|
-
"from": "components/VNavigationDrawer/index.mjs",
|
353
|
-
"styles": []
|
354
|
-
},
|
355
|
-
"VProgressCircular": {
|
356
|
-
"from": "components/VProgressCircular/index.mjs",
|
357
|
-
"styles": []
|
358
|
-
},
|
359
|
-
"VProgressLinear": {
|
360
|
-
"from": "components/VProgressLinear/index.mjs",
|
361
|
-
"styles": []
|
362
|
-
},
|
363
367
|
"VRadioGroup": {
|
364
368
|
"from": "components/VRadioGroup/index.mjs",
|
365
369
|
"styles": []
|
@@ -372,28 +376,20 @@
|
|
372
376
|
"from": "components/VSelect/index.mjs",
|
373
377
|
"styles": []
|
374
378
|
},
|
375
|
-
"VSheet": {
|
376
|
-
"from": "components/VSheet/index.mjs",
|
377
|
-
"styles": []
|
378
|
-
},
|
379
379
|
"VSelectionControl": {
|
380
380
|
"from": "components/VSelectionControl/index.mjs",
|
381
381
|
"styles": []
|
382
382
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
383
|
+
"VSheet": {
|
384
|
+
"from": "components/VSheet/index.mjs",
|
385
385
|
"styles": []
|
386
386
|
},
|
387
387
|
"VSelectionControlGroup": {
|
388
388
|
"from": "components/VSelectionControlGroup/index.mjs",
|
389
389
|
"styles": []
|
390
390
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
393
|
-
"styles": []
|
394
|
-
},
|
395
|
-
"VSlideGroupItem": {
|
396
|
-
"from": "components/VSlideGroup/index.mjs",
|
391
|
+
"VSkeletonLoader": {
|
392
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
397
393
|
"styles": []
|
398
394
|
},
|
399
395
|
"VSlider": {
|
@@ -404,28 +400,16 @@
|
|
404
400
|
"from": "components/VSnackbar/index.mjs",
|
405
401
|
"styles": []
|
406
402
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
409
|
-
"styles": []
|
410
|
-
},
|
411
|
-
"VSwitch": {
|
412
|
-
"from": "components/VSwitch/index.mjs",
|
413
|
-
"styles": []
|
414
|
-
},
|
415
|
-
"VTab": {
|
416
|
-
"from": "components/VTabs/index.mjs",
|
417
|
-
"styles": []
|
418
|
-
},
|
419
|
-
"VTabs": {
|
420
|
-
"from": "components/VTabs/index.mjs",
|
403
|
+
"VSlideGroup": {
|
404
|
+
"from": "components/VSlideGroup/index.mjs",
|
421
405
|
"styles": []
|
422
406
|
},
|
423
|
-
"
|
424
|
-
"from": "components/
|
407
|
+
"VSlideGroupItem": {
|
408
|
+
"from": "components/VSlideGroup/index.mjs",
|
425
409
|
"styles": []
|
426
410
|
},
|
427
|
-
"
|
428
|
-
"from": "components/
|
411
|
+
"VSwitch": {
|
412
|
+
"from": "components/VSwitch/index.mjs",
|
429
413
|
"styles": []
|
430
414
|
},
|
431
415
|
"VStepper": {
|
@@ -452,24 +436,28 @@
|
|
452
436
|
"from": "components/VStepper/index.mjs",
|
453
437
|
"styles": []
|
454
438
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
439
|
+
"VSystemBar": {
|
440
|
+
"from": "components/VSystemBar/index.mjs",
|
457
441
|
"styles": []
|
458
442
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
443
|
+
"VTextField": {
|
444
|
+
"from": "components/VTextField/index.mjs",
|
461
445
|
"styles": []
|
462
446
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
447
|
+
"VTab": {
|
448
|
+
"from": "components/VTabs/index.mjs",
|
465
449
|
"styles": []
|
466
450
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
451
|
+
"VTabs": {
|
452
|
+
"from": "components/VTabs/index.mjs",
|
469
453
|
"styles": []
|
470
454
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
455
|
+
"VTabsWindow": {
|
456
|
+
"from": "components/VTabs/index.mjs",
|
457
|
+
"styles": []
|
458
|
+
},
|
459
|
+
"VTabsWindowItem": {
|
460
|
+
"from": "components/VTabs/index.mjs",
|
473
461
|
"styles": []
|
474
462
|
},
|
475
463
|
"VTimeline": {
|
@@ -480,6 +468,10 @@
|
|
480
468
|
"from": "components/VTimeline/index.mjs",
|
481
469
|
"styles": []
|
482
470
|
},
|
471
|
+
"VTable": {
|
472
|
+
"from": "components/VTable/index.mjs",
|
473
|
+
"styles": []
|
474
|
+
},
|
483
475
|
"VTextarea": {
|
484
476
|
"from": "components/VTextarea/index.mjs",
|
485
477
|
"styles": []
|
@@ -496,8 +488,16 @@
|
|
496
488
|
"from": "components/VWindow/index.mjs",
|
497
489
|
"styles": []
|
498
490
|
},
|
499
|
-
"
|
500
|
-
"from": "components/
|
491
|
+
"VToolbar": {
|
492
|
+
"from": "components/VToolbar/index.mjs",
|
493
|
+
"styles": []
|
494
|
+
},
|
495
|
+
"VToolbarTitle": {
|
496
|
+
"from": "components/VToolbar/index.mjs",
|
497
|
+
"styles": []
|
498
|
+
},
|
499
|
+
"VToolbarItems": {
|
500
|
+
"from": "components/VToolbar/index.mjs",
|
501
501
|
"styles": []
|
502
502
|
},
|
503
503
|
"VConfirmEdit": {
|
@@ -512,6 +512,10 @@
|
|
512
512
|
"from": "components/VDefaultsProvider/index.mjs",
|
513
513
|
"styles": []
|
514
514
|
},
|
515
|
+
"VForm": {
|
516
|
+
"from": "components/VForm/index.mjs",
|
517
|
+
"styles": []
|
518
|
+
},
|
515
519
|
"VContainer": {
|
516
520
|
"from": "components/VGrid/index.mjs",
|
517
521
|
"styles": []
|
@@ -528,18 +532,10 @@
|
|
528
532
|
"from": "components/VGrid/index.mjs",
|
529
533
|
"styles": []
|
530
534
|
},
|
531
|
-
"VForm": {
|
532
|
-
"from": "components/VForm/index.mjs",
|
533
|
-
"styles": []
|
534
|
-
},
|
535
535
|
"VHover": {
|
536
536
|
"from": "components/VHover/index.mjs",
|
537
537
|
"styles": []
|
538
538
|
},
|
539
|
-
"VLazy": {
|
540
|
-
"from": "components/VLazy/index.mjs",
|
541
|
-
"styles": []
|
542
|
-
},
|
543
539
|
"VLayout": {
|
544
540
|
"from": "components/VLayout/index.mjs",
|
545
541
|
"styles": []
|
@@ -548,6 +544,10 @@
|
|
548
544
|
"from": "components/VLayout/index.mjs",
|
549
545
|
"styles": []
|
550
546
|
},
|
547
|
+
"VLazy": {
|
548
|
+
"from": "components/VLazy/index.mjs",
|
549
|
+
"styles": []
|
550
|
+
},
|
551
551
|
"VLocaleProvider": {
|
552
552
|
"from": "components/VLocaleProvider/index.mjs",
|
553
553
|
"styles": []
|
@@ -564,30 +564,30 @@
|
|
564
564
|
"from": "components/VRadio/index.mjs",
|
565
565
|
"styles": []
|
566
566
|
},
|
567
|
-
"VRangeSlider": {
|
568
|
-
"from": "components/VRangeSlider/index.mjs",
|
569
|
-
"styles": []
|
570
|
-
},
|
571
567
|
"VResponsive": {
|
572
568
|
"from": "components/VResponsive/index.mjs",
|
573
569
|
"styles": []
|
574
570
|
},
|
575
|
-
"
|
576
|
-
"from": "components/
|
571
|
+
"VRangeSlider": {
|
572
|
+
"from": "components/VRangeSlider/index.mjs",
|
577
573
|
"styles": []
|
578
574
|
},
|
579
575
|
"VSpeedDial": {
|
580
576
|
"from": "components/VSpeedDial/index.mjs",
|
581
577
|
"styles": []
|
582
578
|
},
|
583
|
-
"
|
584
|
-
"from": "components/
|
579
|
+
"VSparkline": {
|
580
|
+
"from": "components/VSparkline/index.mjs",
|
585
581
|
"styles": []
|
586
582
|
},
|
587
583
|
"VValidation": {
|
588
584
|
"from": "components/VValidation/index.mjs",
|
589
585
|
"styles": []
|
590
586
|
},
|
587
|
+
"VThemeProvider": {
|
588
|
+
"from": "components/VThemeProvider/index.mjs",
|
589
|
+
"styles": []
|
590
|
+
},
|
591
591
|
"VVirtualScroll": {
|
592
592
|
"from": "components/VVirtualScroll/index.mjs",
|
593
593
|
"styles": []
|