@vuetify/nightly 3.9.0-beta.1-dev.2025-07-05 → 3.9.0-master.2025-07-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.
- package/CHANGELOG.md +3 -117
- package/dist/json/attributes.json +3556 -3520
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +140 -140
- package/dist/json/tags.json +9 -0
- package/dist/json/web-types.json +6422 -6333
- package/dist/vuetify-labs.cjs +124 -32
- package/dist/vuetify-labs.css +5401 -5344
- package/dist/vuetify-labs.d.ts +271 -176
- package/dist/vuetify-labs.esm.js +124 -32
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +124 -32
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +123 -31
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4117 -4060
- package/dist/vuetify.d.ts +271 -176
- package/dist/vuetify.esm.js +123 -31
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +123 -31
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1083 -1079
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +39 -14
- package/lib/components/VAutocomplete/VAutocomplete.js +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +39 -14
- package/lib/components/VCombobox/VCombobox.js +2 -2
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataIterator/composables/items.d.ts +2 -1
- package/lib/components/VDataIterator/composables/items.js.map +1 -1
- package/lib/components/VDataTable/types.d.ts +1 -1
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +2 -1
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VList/VList.d.ts +24 -27
- package/lib/components/VList/VList.js +0 -4
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VSelect/VSelect.d.ts +58 -22
- package/lib/components/VSelect/VSelect.js +2 -2
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.d.ts +229 -167
- package/lib/components/VTreeview/VTreeview.js +7 -3
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +81 -10
- package/lib/components/VTreeview/VTreeviewChildren.js +50 -11
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.css +57 -0
- package/lib/components/VTreeview/VTreeviewItem.d.ts +119 -94
- package/lib/components/VTreeview/VTreeviewItem.js +13 -3
- package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.sass +60 -0
- package/lib/components/VTreeview/_variables.scss +15 -0
- package/lib/composables/filter.d.ts +1 -0
- package/lib/composables/filter.js +1 -1
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/list-items.d.ts +14 -1
- package/lib/composables/list-items.js +9 -3
- package/lib/composables/list-items.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +56 -55
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.js +1 -1
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/util/helpers.d.ts +3 -0
- package/lib/util/helpers.js +4 -0
- package/lib/util/helpers.js.map +1 -1
- package/lib/util/indentLines.d.ts +17 -0
- package/lib/util/indentLines.js +34 -0
- package/lib/util/indentLines.js.map +1 -0
- package/lib/util/index.d.ts +1 -0
- package/lib/util/index.js +1 -0
- package/lib/util/index.js.map +1 -1
- package/package.json +1 -1
@@ -1,5 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VColorInput": {
|
4
|
+
"from": "labs/VColorInput",
|
5
|
+
"styles": []
|
6
|
+
},
|
3
7
|
"VFileUpload": {
|
4
8
|
"from": "labs/VFileUpload",
|
5
9
|
"styles": []
|
@@ -8,28 +12,8 @@
|
|
8
12
|
"from": "labs/VFileUpload",
|
9
13
|
"styles": []
|
10
14
|
},
|
11
|
-
"
|
12
|
-
"from": "labs/
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VCalendarDay": {
|
16
|
-
"from": "labs/VCalendar",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VCalendarHeader": {
|
20
|
-
"from": "labs/VCalendar",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VCalendarInterval": {
|
24
|
-
"from": "labs/VCalendar",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VCalendarIntervalEvent": {
|
28
|
-
"from": "labs/VCalendar",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VCalendarMonthDay": {
|
32
|
-
"from": "labs/VCalendar",
|
15
|
+
"VIconBtn": {
|
16
|
+
"from": "labs/VIconBtn",
|
33
17
|
"styles": []
|
34
18
|
},
|
35
19
|
"VPicker": {
|
@@ -52,28 +36,44 @@
|
|
52
36
|
"from": "labs/VStepperVertical",
|
53
37
|
"styles": []
|
54
38
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VIconBtn": {
|
60
|
-
"from": "labs/VIconBtn",
|
39
|
+
"VHotkey": {
|
40
|
+
"from": "labs/VHotkey",
|
61
41
|
"styles": []
|
62
42
|
},
|
63
43
|
"VDateInput": {
|
64
44
|
"from": "labs/VDateInput",
|
65
45
|
"styles": []
|
66
46
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
47
|
+
"VMaskInput": {
|
48
|
+
"from": "labs/VMaskInput",
|
69
49
|
"styles": []
|
70
50
|
},
|
71
51
|
"VPullToRefresh": {
|
72
52
|
"from": "labs/VPullToRefresh",
|
73
53
|
"styles": []
|
74
54
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
55
|
+
"VCalendar": {
|
56
|
+
"from": "labs/VCalendar",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VCalendarDay": {
|
60
|
+
"from": "labs/VCalendar",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VCalendarHeader": {
|
64
|
+
"from": "labs/VCalendar",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VCalendarInterval": {
|
68
|
+
"from": "labs/VCalendar",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VCalendarIntervalEvent": {
|
72
|
+
"from": "labs/VCalendar",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VCalendarMonthDay": {
|
76
|
+
"from": "labs/VCalendar",
|
77
77
|
"styles": []
|
78
78
|
}
|
79
79
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VApp": {
|
4
|
+
"from": "components/VApp",
|
5
|
+
"styles": []
|
6
|
+
},
|
3
7
|
"VAppBar": {
|
4
8
|
"from": "components/VAppBar",
|
5
9
|
"styles": []
|
@@ -12,8 +16,8 @@
|
|
12
16
|
"from": "components/VAppBar",
|
13
17
|
"styles": []
|
14
18
|
},
|
15
|
-
"
|
16
|
-
"from": "components/
|
19
|
+
"VAutocomplete": {
|
20
|
+
"from": "components/VAutocomplete",
|
17
21
|
"styles": []
|
18
22
|
},
|
19
23
|
"VAlert": {
|
@@ -24,54 +28,58 @@
|
|
24
28
|
"from": "components/VAlert",
|
25
29
|
"styles": []
|
26
30
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
31
|
+
"VBreadcrumbs": {
|
32
|
+
"from": "components/VBreadcrumbs",
|
29
33
|
"styles": []
|
30
34
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
35
|
+
"VBreadcrumbsItem": {
|
36
|
+
"from": "components/VBreadcrumbs",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VBreadcrumbsDivider": {
|
40
|
+
"from": "components/VBreadcrumbs",
|
33
41
|
"styles": []
|
34
42
|
},
|
35
43
|
"VBadge": {
|
36
44
|
"from": "components/VBadge",
|
37
45
|
"styles": []
|
38
46
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
47
|
+
"VAvatar": {
|
48
|
+
"from": "components/VAvatar",
|
41
49
|
"styles": []
|
42
50
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
51
|
+
"VBottomNavigation": {
|
52
|
+
"from": "components/VBottomNavigation",
|
45
53
|
"styles": []
|
46
54
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
55
|
+
"VBtn": {
|
56
|
+
"from": "components/VBtn",
|
49
57
|
"styles": []
|
50
58
|
},
|
51
59
|
"VBtnGroup": {
|
52
60
|
"from": "components/VBtnGroup",
|
53
61
|
"styles": []
|
54
62
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VBreadcrumbsItem": {
|
60
|
-
"from": "components/VBreadcrumbs",
|
63
|
+
"VBanner": {
|
64
|
+
"from": "components/VBanner",
|
61
65
|
"styles": []
|
62
66
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
67
|
+
"VBannerActions": {
|
68
|
+
"from": "components/VBanner",
|
65
69
|
"styles": []
|
66
70
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
71
|
+
"VBannerText": {
|
72
|
+
"from": "components/VBanner",
|
69
73
|
"styles": []
|
70
74
|
},
|
71
75
|
"VBottomSheet": {
|
72
76
|
"from": "components/VBottomSheet",
|
73
77
|
"styles": []
|
74
78
|
},
|
79
|
+
"VChip": {
|
80
|
+
"from": "components/VChip",
|
81
|
+
"styles": []
|
82
|
+
},
|
75
83
|
"VCard": {
|
76
84
|
"from": "components/VCard",
|
77
85
|
"styles": []
|
@@ -100,14 +108,6 @@
|
|
100
108
|
"from": "components/VBtnToggle",
|
101
109
|
"styles": []
|
102
110
|
},
|
103
|
-
"VChip": {
|
104
|
-
"from": "components/VChip",
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VChipGroup": {
|
108
|
-
"from": "components/VChipGroup",
|
109
|
-
"styles": []
|
110
|
-
},
|
111
111
|
"VCarousel": {
|
112
112
|
"from": "components/VCarousel",
|
113
113
|
"styles": []
|
@@ -116,6 +116,10 @@
|
|
116
116
|
"from": "components/VCarousel",
|
117
117
|
"styles": []
|
118
118
|
},
|
119
|
+
"VChipGroup": {
|
120
|
+
"from": "components/VChipGroup",
|
121
|
+
"styles": []
|
122
|
+
},
|
119
123
|
"VCheckbox": {
|
120
124
|
"from": "components/VCheckbox",
|
121
125
|
"styles": []
|
@@ -124,6 +128,10 @@
|
|
124
128
|
"from": "components/VCheckbox",
|
125
129
|
"styles": []
|
126
130
|
},
|
131
|
+
"VColorPicker": {
|
132
|
+
"from": "components/VColorPicker",
|
133
|
+
"styles": []
|
134
|
+
},
|
127
135
|
"VCode": {
|
128
136
|
"from": "components/VCode",
|
129
137
|
"styles": []
|
@@ -136,8 +144,8 @@
|
|
136
144
|
"from": "components/VCounter",
|
137
145
|
"styles": []
|
138
146
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
147
|
+
"VDialog": {
|
148
|
+
"from": "components/VDialog",
|
141
149
|
"styles": []
|
142
150
|
},
|
143
151
|
"VDatePicker": {
|
@@ -164,6 +172,10 @@
|
|
164
172
|
"from": "components/VDatePicker",
|
165
173
|
"styles": []
|
166
174
|
},
|
175
|
+
"VDivider": {
|
176
|
+
"from": "components/VDivider",
|
177
|
+
"styles": []
|
178
|
+
},
|
167
179
|
"VDataTable": {
|
168
180
|
"from": "components/VDataTable",
|
169
181
|
"styles": []
|
@@ -192,18 +204,14 @@
|
|
192
204
|
"from": "components/VDataTable",
|
193
205
|
"styles": []
|
194
206
|
},
|
195
|
-
"VBottomNavigation": {
|
196
|
-
"from": "components/VBottomNavigation",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VDialog": {
|
200
|
-
"from": "components/VDialog",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
207
|
"VEmptyState": {
|
204
208
|
"from": "components/VEmptyState",
|
205
209
|
"styles": []
|
206
210
|
},
|
211
|
+
"VFab": {
|
212
|
+
"from": "components/VFab",
|
213
|
+
"styles": []
|
214
|
+
},
|
207
215
|
"VExpansionPanels": {
|
208
216
|
"from": "components/VExpansionPanel",
|
209
217
|
"styles": []
|
@@ -232,24 +240,12 @@
|
|
232
240
|
"from": "components/VField",
|
233
241
|
"styles": []
|
234
242
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
237
|
-
"styles": []
|
238
|
-
},
|
239
|
-
"VFab": {
|
240
|
-
"from": "components/VFab",
|
241
|
-
"styles": []
|
242
|
-
},
|
243
|
-
"VItemGroup": {
|
244
|
-
"from": "components/VItemGroup",
|
245
|
-
"styles": []
|
246
|
-
},
|
247
|
-
"VItem": {
|
248
|
-
"from": "components/VItemGroup",
|
243
|
+
"VFooter": {
|
244
|
+
"from": "components/VFooter",
|
249
245
|
"styles": []
|
250
246
|
},
|
251
|
-
"
|
252
|
-
"from": "components/
|
247
|
+
"VImg": {
|
248
|
+
"from": "components/VImg",
|
253
249
|
"styles": []
|
254
250
|
},
|
255
251
|
"VIcon": {
|
@@ -272,22 +268,18 @@
|
|
272
268
|
"from": "components/VIcon",
|
273
269
|
"styles": []
|
274
270
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
277
|
-
"styles": []
|
278
|
-
},
|
279
|
-
"VInput": {
|
280
|
-
"from": "components/VInput",
|
281
|
-
"styles": []
|
282
|
-
},
|
283
|
-
"VLabel": {
|
284
|
-
"from": "components/VLabel",
|
271
|
+
"VInfiniteScroll": {
|
272
|
+
"from": "components/VInfiniteScroll",
|
285
273
|
"styles": []
|
286
274
|
},
|
287
275
|
"VKbd": {
|
288
276
|
"from": "components/VKbd",
|
289
277
|
"styles": []
|
290
278
|
},
|
279
|
+
"VInput": {
|
280
|
+
"from": "components/VInput",
|
281
|
+
"styles": []
|
282
|
+
},
|
291
283
|
"VList": {
|
292
284
|
"from": "components/VList",
|
293
285
|
"styles": []
|
@@ -324,74 +316,90 @@
|
|
324
316
|
"from": "components/VList",
|
325
317
|
"styles": []
|
326
318
|
},
|
327
|
-
"
|
328
|
-
"from": "components/
|
319
|
+
"VItemGroup": {
|
320
|
+
"from": "components/VItemGroup",
|
321
|
+
"styles": []
|
322
|
+
},
|
323
|
+
"VItem": {
|
324
|
+
"from": "components/VItemGroup",
|
325
|
+
"styles": []
|
326
|
+
},
|
327
|
+
"VLabel": {
|
328
|
+
"from": "components/VLabel",
|
329
329
|
"styles": []
|
330
330
|
},
|
331
331
|
"VMain": {
|
332
332
|
"from": "components/VMain",
|
333
333
|
"styles": []
|
334
334
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
335
|
+
"VNumberInput": {
|
336
|
+
"from": "components/VNumberInput",
|
337
|
+
"styles": []
|
338
|
+
},
|
339
|
+
"VMenu": {
|
340
|
+
"from": "components/VMenu",
|
337
341
|
"styles": []
|
338
342
|
},
|
339
343
|
"VMessages": {
|
340
344
|
"from": "components/VMessages",
|
341
345
|
"styles": []
|
342
346
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
347
|
+
"VNavigationDrawer": {
|
348
|
+
"from": "components/VNavigationDrawer",
|
345
349
|
"styles": []
|
346
350
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
351
|
+
"VPagination": {
|
352
|
+
"from": "components/VPagination",
|
353
|
+
"styles": []
|
354
|
+
},
|
355
|
+
"VOtpInput": {
|
356
|
+
"from": "components/VOtpInput",
|
349
357
|
"styles": []
|
350
358
|
},
|
351
359
|
"VOverlay": {
|
352
360
|
"from": "components/VOverlay",
|
353
361
|
"styles": []
|
354
362
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
363
|
+
"VRadioGroup": {
|
364
|
+
"from": "components/VRadioGroup",
|
357
365
|
"styles": []
|
358
366
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
367
|
+
"VProgressLinear": {
|
368
|
+
"from": "components/VProgressLinear",
|
361
369
|
"styles": []
|
362
370
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
371
|
+
"VProgressCircular": {
|
372
|
+
"from": "components/VProgressCircular",
|
365
373
|
"styles": []
|
366
374
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
375
|
+
"VRating": {
|
376
|
+
"from": "components/VRating",
|
369
377
|
"styles": []
|
370
378
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
379
|
+
"VSelect": {
|
380
|
+
"from": "components/VSelect",
|
373
381
|
"styles": []
|
374
382
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
383
|
+
"VSheet": {
|
384
|
+
"from": "components/VSheet",
|
385
|
+
"styles": []
|
386
|
+
},
|
387
|
+
"VSelectionControl": {
|
388
|
+
"from": "components/VSelectionControl",
|
377
389
|
"styles": []
|
378
390
|
},
|
379
391
|
"VSkeletonLoader": {
|
380
392
|
"from": "components/VSkeletonLoader",
|
381
393
|
"styles": []
|
382
394
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
395
|
+
"VSelectionControlGroup": {
|
396
|
+
"from": "components/VSelectionControlGroup",
|
385
397
|
"styles": []
|
386
398
|
},
|
387
399
|
"VSlider": {
|
388
400
|
"from": "components/VSlider",
|
389
401
|
"styles": []
|
390
402
|
},
|
391
|
-
"VSheet": {
|
392
|
-
"from": "components/VSheet",
|
393
|
-
"styles": []
|
394
|
-
},
|
395
403
|
"VSlideGroup": {
|
396
404
|
"from": "components/VSlideGroup",
|
397
405
|
"styles": []
|
@@ -400,6 +408,10 @@
|
|
400
408
|
"from": "components/VSlideGroup",
|
401
409
|
"styles": []
|
402
410
|
},
|
411
|
+
"VSnackbar": {
|
412
|
+
"from": "components/VSnackbar",
|
413
|
+
"styles": []
|
414
|
+
},
|
403
415
|
"VStepper": {
|
404
416
|
"from": "components/VStepper",
|
405
417
|
"styles": []
|
@@ -432,26 +444,6 @@
|
|
432
444
|
"from": "components/VSystemBar",
|
433
445
|
"styles": []
|
434
446
|
},
|
435
|
-
"VSnackbar": {
|
436
|
-
"from": "components/VSnackbar",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
|
-
"VTimePicker": {
|
440
|
-
"from": "components/VTimePicker",
|
441
|
-
"styles": []
|
442
|
-
},
|
443
|
-
"VTimePickerClock": {
|
444
|
-
"from": "components/VTimePicker",
|
445
|
-
"styles": []
|
446
|
-
},
|
447
|
-
"VTimePickerControls": {
|
448
|
-
"from": "components/VTimePicker",
|
449
|
-
"styles": []
|
450
|
-
},
|
451
|
-
"VTextField": {
|
452
|
-
"from": "components/VTextField",
|
453
|
-
"styles": []
|
454
|
-
},
|
455
447
|
"VTab": {
|
456
448
|
"from": "components/VTabs",
|
457
449
|
"styles": []
|
@@ -468,14 +460,26 @@
|
|
468
460
|
"from": "components/VTabs",
|
469
461
|
"styles": []
|
470
462
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
463
|
+
"VTextField": {
|
464
|
+
"from": "components/VTextField",
|
473
465
|
"styles": []
|
474
466
|
},
|
475
467
|
"VTable": {
|
476
468
|
"from": "components/VTable",
|
477
469
|
"styles": []
|
478
470
|
},
|
471
|
+
"VTimePicker": {
|
472
|
+
"from": "components/VTimePicker",
|
473
|
+
"styles": []
|
474
|
+
},
|
475
|
+
"VTimePickerClock": {
|
476
|
+
"from": "components/VTimePicker",
|
477
|
+
"styles": []
|
478
|
+
},
|
479
|
+
"VTimePickerControls": {
|
480
|
+
"from": "components/VTimePicker",
|
481
|
+
"styles": []
|
482
|
+
},
|
479
483
|
"VTimeline": {
|
480
484
|
"from": "components/VTimeline",
|
481
485
|
"styles": []
|
@@ -484,6 +488,14 @@
|
|
484
488
|
"from": "components/VTimeline",
|
485
489
|
"styles": []
|
486
490
|
},
|
491
|
+
"VTextarea": {
|
492
|
+
"from": "components/VTextarea",
|
493
|
+
"styles": []
|
494
|
+
},
|
495
|
+
"VTooltip": {
|
496
|
+
"from": "components/VTooltip",
|
497
|
+
"styles": []
|
498
|
+
},
|
487
499
|
"VToolbar": {
|
488
500
|
"from": "components/VToolbar",
|
489
501
|
"styles": []
|
@@ -496,10 +508,6 @@
|
|
496
508
|
"from": "components/VToolbar",
|
497
509
|
"styles": []
|
498
510
|
},
|
499
|
-
"VTooltip": {
|
500
|
-
"from": "components/VTooltip",
|
501
|
-
"styles": []
|
502
|
-
},
|
503
511
|
"VTreeview": {
|
504
512
|
"from": "components/VTreeview",
|
505
513
|
"styles": []
|
@@ -552,6 +560,10 @@
|
|
552
560
|
"from": "components/VForm",
|
553
561
|
"styles": []
|
554
562
|
},
|
563
|
+
"VHover": {
|
564
|
+
"from": "components/VHover",
|
565
|
+
"styles": []
|
566
|
+
},
|
555
567
|
"VLayout": {
|
556
568
|
"from": "components/VLayout",
|
557
569
|
"styles": []
|
@@ -560,10 +572,6 @@
|
|
560
572
|
"from": "components/VLayout",
|
561
573
|
"styles": []
|
562
574
|
},
|
563
|
-
"VHover": {
|
564
|
-
"from": "components/VHover",
|
565
|
-
"styles": []
|
566
|
-
},
|
567
575
|
"VLazy": {
|
568
576
|
"from": "components/VLazy",
|
569
577
|
"styles": []
|
@@ -576,20 +584,16 @@
|
|
576
584
|
"from": "components/VNoSsr",
|
577
585
|
"styles": []
|
578
586
|
},
|
579
|
-
"
|
580
|
-
"from": "components/
|
587
|
+
"VParallax": {
|
588
|
+
"from": "components/VParallax",
|
581
589
|
"styles": []
|
582
590
|
},
|
583
591
|
"VRangeSlider": {
|
584
592
|
"from": "components/VRangeSlider",
|
585
593
|
"styles": []
|
586
594
|
},
|
587
|
-
"
|
588
|
-
"from": "components/
|
589
|
-
"styles": []
|
590
|
-
},
|
591
|
-
"VSparkline": {
|
592
|
-
"from": "components/VSparkline",
|
595
|
+
"VRadio": {
|
596
|
+
"from": "components/VRadio",
|
593
597
|
"styles": []
|
594
598
|
},
|
595
599
|
"VResponsive": {
|
@@ -600,14 +604,18 @@
|
|
600
604
|
"from": "components/VSnackbarQueue",
|
601
605
|
"styles": []
|
602
606
|
},
|
603
|
-
"
|
604
|
-
"from": "components/
|
607
|
+
"VSparkline": {
|
608
|
+
"from": "components/VSparkline",
|
605
609
|
"styles": []
|
606
610
|
},
|
607
611
|
"VSpeedDial": {
|
608
612
|
"from": "components/VSpeedDial",
|
609
613
|
"styles": []
|
610
614
|
},
|
615
|
+
"VThemeProvider": {
|
616
|
+
"from": "components/VThemeProvider",
|
617
|
+
"styles": []
|
618
|
+
},
|
611
619
|
"VValidation": {
|
612
620
|
"from": "components/VValidation",
|
613
621
|
"styles": []
|
@@ -679,14 +687,6 @@
|
|
679
687
|
"VDialogTransition": {
|
680
688
|
"from": "components/transitions",
|
681
689
|
"styles": []
|
682
|
-
},
|
683
|
-
"VProgressLinear": {
|
684
|
-
"from": "components/VProgressLinear",
|
685
|
-
"styles": []
|
686
|
-
},
|
687
|
-
"VFooter": {
|
688
|
-
"from": "components/VFooter",
|
689
|
-
"styles": []
|
690
690
|
}
|
691
691
|
},
|
692
692
|
"directives": [
|
package/dist/json/tags.json
CHANGED
@@ -170,6 +170,7 @@
|
|
170
170
|
"item-color",
|
171
171
|
"item-props",
|
172
172
|
"item-title",
|
173
|
+
"item-type",
|
173
174
|
"item-value",
|
174
175
|
"items",
|
175
176
|
"label",
|
@@ -1096,6 +1097,7 @@
|
|
1096
1097
|
"item-color",
|
1097
1098
|
"item-props",
|
1098
1099
|
"item-title",
|
1100
|
+
"item-type",
|
1099
1101
|
"item-value",
|
1100
1102
|
"items",
|
1101
1103
|
"label",
|
@@ -3312,6 +3314,7 @@
|
|
3312
3314
|
"item-color",
|
3313
3315
|
"item-props",
|
3314
3316
|
"item-title",
|
3317
|
+
"item-type",
|
3315
3318
|
"item-value",
|
3316
3319
|
"items",
|
3317
3320
|
"label",
|
@@ -4472,10 +4475,13 @@
|
|
4472
4475
|
"filterable",
|
4473
4476
|
"fluid",
|
4474
4477
|
"height",
|
4478
|
+
"hide-actions",
|
4479
|
+
"indent-lines",
|
4475
4480
|
"indeterminate-icon",
|
4476
4481
|
"item-children",
|
4477
4482
|
"item-props",
|
4478
4483
|
"item-title",
|
4484
|
+
"item-type",
|
4479
4485
|
"item-value",
|
4480
4486
|
"items",
|
4481
4487
|
"lines",
|
@@ -4498,6 +4504,7 @@
|
|
4498
4504
|
"selectable",
|
4499
4505
|
"selected",
|
4500
4506
|
"selected-color",
|
4507
|
+
"separate-roots",
|
4501
4508
|
"slim",
|
4502
4509
|
"tag",
|
4503
4510
|
"theme",
|
@@ -4542,7 +4549,9 @@
|
|
4542
4549
|
"elevation",
|
4543
4550
|
"exact",
|
4544
4551
|
"height",
|
4552
|
+
"hide-actions",
|
4545
4553
|
"href",
|
4554
|
+
"indent-lines",
|
4546
4555
|
"lines",
|
4547
4556
|
"link",
|
4548
4557
|
"loading",
|