@vuetify/nightly 3.8.7-dev.2025-05-27 → 3.8.7-dev.2025-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 +8 -3
- package/dist/json/attributes.json +1893 -1885
- package/dist/json/importMap-labs.json +34 -34
- package/dist/json/importMap.json +140 -140
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +3286 -3266
- package/dist/vuetify-labs.cjs +36 -15
- package/dist/vuetify-labs.css +5222 -5222
- package/dist/vuetify-labs.d.ts +401 -213
- package/dist/vuetify-labs.esm.js +36 -15
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +36 -15
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +36 -15
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5419 -5419
- package/dist/vuetify.d.ts +345 -189
- package/dist/vuetify.esm.js +36 -15
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +36 -15
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +24 -19
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +20 -10
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +21 -7
- package/lib/components/VAutocomplete/VAutocomplete.js +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBtn/VBtn.d.ts +20 -10
- package/lib/components/VCard/VCard.d.ts +20 -10
- package/lib/components/VCheckbox/VCheckbox.d.ts +20 -10
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +20 -10
- package/lib/components/VChip/VChip.d.ts +20 -10
- package/lib/components/VCombobox/VCombobox.d.ts +21 -7
- package/lib/components/VCombobox/VCombobox.js +2 -1
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +20 -10
- package/lib/components/VFab/VFab.d.ts +20 -10
- package/lib/components/VList/VList.d.ts +13 -0
- package/lib/components/VList/VList.js +4 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +23 -10
- package/lib/components/VList/VListItem.js +7 -3
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/list.d.ts +9 -2
- package/lib/components/VList/list.js +7 -0
- package/lib/components/VList/list.js.map +1 -1
- package/lib/components/VRadio/VRadio.d.ts +20 -10
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +20 -10
- package/lib/components/VSelect/VSelect.d.ts +33 -11
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +20 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +28 -14
- package/lib/components/VSlider/VSliderThumb.d.ts +20 -10
- package/lib/components/VStepper/VStepperItem.d.ts +28 -14
- package/lib/components/VSwitch/VSwitch.d.ts +20 -10
- package/lib/components/VTabs/VTab.d.ts +56 -28
- package/lib/directives/ripple/index.d.ts +2 -1
- package/lib/directives/ripple/index.js +12 -7
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +53 -53
- package/lib/framework.js +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +20 -10
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +20 -10
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +20 -10
- package/lib/labs/VTreeview/VTreeview.d.ts +13 -0
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +20 -10
- package/package.json +1 -1
@@ -1,5 +1,29 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VColorInput": {
|
4
|
+
"from": "labs/VColorInput",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VFileUpload": {
|
8
|
+
"from": "labs/VFileUpload",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VFileUploadItem": {
|
12
|
+
"from": "labs/VFileUpload",
|
13
|
+
"styles": []
|
14
|
+
},
|
15
|
+
"VStepperVertical": {
|
16
|
+
"from": "labs/VStepperVertical",
|
17
|
+
"styles": []
|
18
|
+
},
|
19
|
+
"VStepperVerticalItem": {
|
20
|
+
"from": "labs/VStepperVertical",
|
21
|
+
"styles": []
|
22
|
+
},
|
23
|
+
"VStepperVerticalActions": {
|
24
|
+
"from": "labs/VStepperVertical",
|
25
|
+
"styles": []
|
26
|
+
},
|
3
27
|
"VCalendar": {
|
4
28
|
"from": "labs/VCalendar",
|
5
29
|
"styles": []
|
@@ -24,14 +48,6 @@
|
|
24
48
|
"from": "labs/VCalendar",
|
25
49
|
"styles": []
|
26
50
|
},
|
27
|
-
"VFileUpload": {
|
28
|
-
"from": "labs/VFileUpload",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VFileUploadItem": {
|
32
|
-
"from": "labs/VFileUpload",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
51
|
"VPicker": {
|
36
52
|
"from": "labs/VPicker",
|
37
53
|
"styles": []
|
@@ -40,26 +56,6 @@
|
|
40
56
|
"from": "labs/VPicker",
|
41
57
|
"styles": []
|
42
58
|
},
|
43
|
-
"VColorInput": {
|
44
|
-
"from": "labs/VColorInput",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VIconBtn": {
|
48
|
-
"from": "labs/VIconBtn",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VTimePicker": {
|
52
|
-
"from": "labs/VTimePicker",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VTimePickerClock": {
|
56
|
-
"from": "labs/VTimePicker",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VTimePickerControls": {
|
60
|
-
"from": "labs/VTimePicker",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
59
|
"VTreeview": {
|
64
60
|
"from": "labs/VTreeview",
|
65
61
|
"styles": []
|
@@ -72,16 +68,20 @@
|
|
72
68
|
"from": "labs/VTreeview",
|
73
69
|
"styles": []
|
74
70
|
},
|
75
|
-
"
|
76
|
-
"from": "labs/
|
71
|
+
"VTimePicker": {
|
72
|
+
"from": "labs/VTimePicker",
|
77
73
|
"styles": []
|
78
74
|
},
|
79
|
-
"
|
80
|
-
"from": "labs/
|
75
|
+
"VTimePickerClock": {
|
76
|
+
"from": "labs/VTimePicker",
|
81
77
|
"styles": []
|
82
78
|
},
|
83
|
-
"
|
84
|
-
"from": "labs/
|
79
|
+
"VTimePickerControls": {
|
80
|
+
"from": "labs/VTimePicker",
|
81
|
+
"styles": []
|
82
|
+
},
|
83
|
+
"VIconBtn": {
|
84
|
+
"from": "labs/VIconBtn",
|
85
85
|
"styles": []
|
86
86
|
},
|
87
87
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
@@ -4,16 +4,12 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "components/
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAppBarNavIcon": {
|
12
|
-
"from": "components/VAppBar",
|
7
|
+
"VAutocomplete": {
|
8
|
+
"from": "components/VAutocomplete",
|
13
9
|
"styles": []
|
14
10
|
},
|
15
|
-
"
|
16
|
-
"from": "components/
|
11
|
+
"VAvatar": {
|
12
|
+
"from": "components/VAvatar",
|
17
13
|
"styles": []
|
18
14
|
},
|
19
15
|
"VAlert": {
|
@@ -28,10 +24,6 @@
|
|
28
24
|
"from": "components/VBadge",
|
29
25
|
"styles": []
|
30
26
|
},
|
31
|
-
"VAutocomplete": {
|
32
|
-
"from": "components/VAutocomplete",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
27
|
"VBanner": {
|
36
28
|
"from": "components/VBanner",
|
37
29
|
"styles": []
|
@@ -44,28 +36,48 @@
|
|
44
36
|
"from": "components/VBanner",
|
45
37
|
"styles": []
|
46
38
|
},
|
47
|
-
"VBottomNavigation": {
|
48
|
-
"from": "components/VBottomNavigation",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
39
|
"VBottomSheet": {
|
52
40
|
"from": "components/VBottomSheet",
|
53
41
|
"styles": []
|
54
42
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
43
|
+
"VBottomNavigation": {
|
44
|
+
"from": "components/VBottomNavigation",
|
57
45
|
"styles": []
|
58
46
|
},
|
59
47
|
"VBtnGroup": {
|
60
48
|
"from": "components/VBtnGroup",
|
61
49
|
"styles": []
|
62
50
|
},
|
51
|
+
"VCarousel": {
|
52
|
+
"from": "components/VCarousel",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VCarouselItem": {
|
56
|
+
"from": "components/VCarousel",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VBreadcrumbs": {
|
60
|
+
"from": "components/VBreadcrumbs",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VBreadcrumbsItem": {
|
64
|
+
"from": "components/VBreadcrumbs",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VBreadcrumbsDivider": {
|
68
|
+
"from": "components/VBreadcrumbs",
|
69
|
+
"styles": []
|
70
|
+
},
|
63
71
|
"VBtnToggle": {
|
64
72
|
"from": "components/VBtnToggle",
|
65
73
|
"styles": []
|
66
74
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
75
|
+
"VBtn": {
|
76
|
+
"from": "components/VBtn",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VChip": {
|
80
|
+
"from": "components/VChip",
|
69
81
|
"styles": []
|
70
82
|
},
|
71
83
|
"VCard": {
|
@@ -92,6 +104,10 @@
|
|
92
104
|
"from": "components/VCard",
|
93
105
|
"styles": []
|
94
106
|
},
|
107
|
+
"VCode": {
|
108
|
+
"from": "components/VCode",
|
109
|
+
"styles": []
|
110
|
+
},
|
95
111
|
"VCheckbox": {
|
96
112
|
"from": "components/VCheckbox",
|
97
113
|
"styles": []
|
@@ -100,14 +116,6 @@
|
|
100
116
|
"from": "components/VCheckbox",
|
101
117
|
"styles": []
|
102
118
|
},
|
103
|
-
"VCarousel": {
|
104
|
-
"from": "components/VCarousel",
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VCarouselItem": {
|
108
|
-
"from": "components/VCarousel",
|
109
|
-
"styles": []
|
110
|
-
},
|
111
119
|
"VColorPicker": {
|
112
120
|
"from": "components/VColorPicker",
|
113
121
|
"styles": []
|
@@ -116,6 +124,14 @@
|
|
116
124
|
"from": "components/VChipGroup",
|
117
125
|
"styles": []
|
118
126
|
},
|
127
|
+
"VCombobox": {
|
128
|
+
"from": "components/VCombobox",
|
129
|
+
"styles": []
|
130
|
+
},
|
131
|
+
"VCounter": {
|
132
|
+
"from": "components/VCounter",
|
133
|
+
"styles": []
|
134
|
+
},
|
119
135
|
"VDataTable": {
|
120
136
|
"from": "components/VDataTable",
|
121
137
|
"styles": []
|
@@ -144,34 +160,6 @@
|
|
144
160
|
"from": "components/VDataTable",
|
145
161
|
"styles": []
|
146
162
|
},
|
147
|
-
"VCode": {
|
148
|
-
"from": "components/VCode",
|
149
|
-
"styles": []
|
150
|
-
},
|
151
|
-
"VBreadcrumbs": {
|
152
|
-
"from": "components/VBreadcrumbs",
|
153
|
-
"styles": []
|
154
|
-
},
|
155
|
-
"VBreadcrumbsItem": {
|
156
|
-
"from": "components/VBreadcrumbs",
|
157
|
-
"styles": []
|
158
|
-
},
|
159
|
-
"VBreadcrumbsDivider": {
|
160
|
-
"from": "components/VBreadcrumbs",
|
161
|
-
"styles": []
|
162
|
-
},
|
163
|
-
"VCounter": {
|
164
|
-
"from": "components/VCounter",
|
165
|
-
"styles": []
|
166
|
-
},
|
167
|
-
"VCombobox": {
|
168
|
-
"from": "components/VCombobox",
|
169
|
-
"styles": []
|
170
|
-
},
|
171
|
-
"VDialog": {
|
172
|
-
"from": "components/VDialog",
|
173
|
-
"styles": []
|
174
|
-
},
|
175
163
|
"VDatePicker": {
|
176
164
|
"from": "components/VDatePicker",
|
177
165
|
"styles": []
|
@@ -196,14 +184,30 @@
|
|
196
184
|
"from": "components/VDatePicker",
|
197
185
|
"styles": []
|
198
186
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
187
|
+
"VDialog": {
|
188
|
+
"from": "components/VDialog",
|
201
189
|
"styles": []
|
202
190
|
},
|
203
191
|
"VDivider": {
|
204
192
|
"from": "components/VDivider",
|
205
193
|
"styles": []
|
206
194
|
},
|
195
|
+
"VField": {
|
196
|
+
"from": "components/VField",
|
197
|
+
"styles": []
|
198
|
+
},
|
199
|
+
"VFieldLabel": {
|
200
|
+
"from": "components/VField",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VEmptyState": {
|
204
|
+
"from": "components/VEmptyState",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VFab": {
|
208
|
+
"from": "components/VFab",
|
209
|
+
"styles": []
|
210
|
+
},
|
207
211
|
"VExpansionPanels": {
|
208
212
|
"from": "components/VExpansionPanel",
|
209
213
|
"styles": []
|
@@ -224,26 +228,6 @@
|
|
224
228
|
"from": "components/VFileInput",
|
225
229
|
"styles": []
|
226
230
|
},
|
227
|
-
"VFab": {
|
228
|
-
"from": "components/VFab",
|
229
|
-
"styles": []
|
230
|
-
},
|
231
|
-
"VFooter": {
|
232
|
-
"from": "components/VFooter",
|
233
|
-
"styles": []
|
234
|
-
},
|
235
|
-
"VField": {
|
236
|
-
"from": "components/VField",
|
237
|
-
"styles": []
|
238
|
-
},
|
239
|
-
"VFieldLabel": {
|
240
|
-
"from": "components/VField",
|
241
|
-
"styles": []
|
242
|
-
},
|
243
|
-
"VChip": {
|
244
|
-
"from": "components/VChip",
|
245
|
-
"styles": []
|
246
|
-
},
|
247
231
|
"VIcon": {
|
248
232
|
"from": "components/VIcon",
|
249
233
|
"styles": []
|
@@ -264,16 +248,12 @@
|
|
264
248
|
"from": "components/VIcon",
|
265
249
|
"styles": []
|
266
250
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
269
|
-
"styles": []
|
270
|
-
},
|
271
|
-
"VItemGroup": {
|
272
|
-
"from": "components/VItemGroup",
|
251
|
+
"VFooter": {
|
252
|
+
"from": "components/VFooter",
|
273
253
|
"styles": []
|
274
254
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
255
|
+
"VInfiniteScroll": {
|
256
|
+
"from": "components/VInfiniteScroll",
|
277
257
|
"styles": []
|
278
258
|
},
|
279
259
|
"VInput": {
|
@@ -284,14 +264,22 @@
|
|
284
264
|
"from": "components/VImg",
|
285
265
|
"styles": []
|
286
266
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
267
|
+
"VItemGroup": {
|
268
|
+
"from": "components/VItemGroup",
|
269
|
+
"styles": []
|
270
|
+
},
|
271
|
+
"VItem": {
|
272
|
+
"from": "components/VItemGroup",
|
289
273
|
"styles": []
|
290
274
|
},
|
291
275
|
"VLabel": {
|
292
276
|
"from": "components/VLabel",
|
293
277
|
"styles": []
|
294
278
|
},
|
279
|
+
"VKbd": {
|
280
|
+
"from": "components/VKbd",
|
281
|
+
"styles": []
|
282
|
+
},
|
295
283
|
"VList": {
|
296
284
|
"from": "components/VList",
|
297
285
|
"styles": []
|
@@ -328,10 +316,6 @@
|
|
328
316
|
"from": "components/VList",
|
329
317
|
"styles": []
|
330
318
|
},
|
331
|
-
"VMain": {
|
332
|
-
"from": "components/VMain",
|
333
|
-
"styles": []
|
334
|
-
},
|
335
319
|
"VMenu": {
|
336
320
|
"from": "components/VMenu",
|
337
321
|
"styles": []
|
@@ -340,34 +324,42 @@
|
|
340
324
|
"from": "components/VMessages",
|
341
325
|
"styles": []
|
342
326
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
327
|
+
"VMain": {
|
328
|
+
"from": "components/VMain",
|
345
329
|
"styles": []
|
346
330
|
},
|
347
331
|
"VNumberInput": {
|
348
332
|
"from": "components/VNumberInput",
|
349
333
|
"styles": []
|
350
334
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
335
|
+
"VNavigationDrawer": {
|
336
|
+
"from": "components/VNavigationDrawer",
|
353
337
|
"styles": []
|
354
338
|
},
|
355
339
|
"VOtpInput": {
|
356
340
|
"from": "components/VOtpInput",
|
357
341
|
"styles": []
|
358
342
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
343
|
+
"VPagination": {
|
344
|
+
"from": "components/VPagination",
|
361
345
|
"styles": []
|
362
346
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
347
|
+
"VOverlay": {
|
348
|
+
"from": "components/VOverlay",
|
349
|
+
"styles": []
|
350
|
+
},
|
351
|
+
"VRadioGroup": {
|
352
|
+
"from": "components/VRadioGroup",
|
365
353
|
"styles": []
|
366
354
|
},
|
367
355
|
"VProgressLinear": {
|
368
356
|
"from": "components/VProgressLinear",
|
369
357
|
"styles": []
|
370
358
|
},
|
359
|
+
"VProgressCircular": {
|
360
|
+
"from": "components/VProgressCircular",
|
361
|
+
"styles": []
|
362
|
+
},
|
371
363
|
"VRating": {
|
372
364
|
"from": "components/VRating",
|
373
365
|
"styles": []
|
@@ -380,8 +372,8 @@
|
|
380
372
|
"from": "components/VSelectionControl",
|
381
373
|
"styles": []
|
382
374
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
375
|
+
"VSelectionControlGroup": {
|
376
|
+
"from": "components/VSelectionControlGroup",
|
385
377
|
"styles": []
|
386
378
|
},
|
387
379
|
"VSkeletonLoader": {
|
@@ -392,8 +384,8 @@
|
|
392
384
|
"from": "components/VSheet",
|
393
385
|
"styles": []
|
394
386
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
387
|
+
"VSnackbar": {
|
388
|
+
"from": "components/VSnackbar",
|
397
389
|
"styles": []
|
398
390
|
},
|
399
391
|
"VSlideGroup": {
|
@@ -404,12 +396,16 @@
|
|
404
396
|
"from": "components/VSlideGroup",
|
405
397
|
"styles": []
|
406
398
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
399
|
+
"VSlider": {
|
400
|
+
"from": "components/VSlider",
|
409
401
|
"styles": []
|
410
402
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
403
|
+
"VSwitch": {
|
404
|
+
"from": "components/VSwitch",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
|
+
"VSystemBar": {
|
408
|
+
"from": "components/VSystemBar",
|
413
409
|
"styles": []
|
414
410
|
},
|
415
411
|
"VStepper": {
|
@@ -436,14 +432,6 @@
|
|
436
432
|
"from": "components/VStepper",
|
437
433
|
"styles": []
|
438
434
|
},
|
439
|
-
"VSwitch": {
|
440
|
-
"from": "components/VSwitch",
|
441
|
-
"styles": []
|
442
|
-
},
|
443
|
-
"VSystemBar": {
|
444
|
-
"from": "components/VSystemBar",
|
445
|
-
"styles": []
|
446
|
-
},
|
447
435
|
"VTab": {
|
448
436
|
"from": "components/VTabs",
|
449
437
|
"styles": []
|
@@ -460,12 +448,24 @@
|
|
460
448
|
"from": "components/VTabs",
|
461
449
|
"styles": []
|
462
450
|
},
|
451
|
+
"VTextField": {
|
452
|
+
"from": "components/VTextField",
|
453
|
+
"styles": []
|
454
|
+
},
|
463
455
|
"VTextarea": {
|
464
456
|
"from": "components/VTextarea",
|
465
457
|
"styles": []
|
466
458
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
459
|
+
"VAppBar": {
|
460
|
+
"from": "components/VAppBar",
|
461
|
+
"styles": []
|
462
|
+
},
|
463
|
+
"VAppBarNavIcon": {
|
464
|
+
"from": "components/VAppBar",
|
465
|
+
"styles": []
|
466
|
+
},
|
467
|
+
"VAppBarTitle": {
|
468
|
+
"from": "components/VAppBar",
|
469
469
|
"styles": []
|
470
470
|
},
|
471
471
|
"VTimeline": {
|
@@ -476,8 +476,8 @@
|
|
476
476
|
"from": "components/VTimeline",
|
477
477
|
"styles": []
|
478
478
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
479
|
+
"VTooltip": {
|
480
|
+
"from": "components/VTooltip",
|
481
481
|
"styles": []
|
482
482
|
},
|
483
483
|
"VToolbar": {
|
@@ -492,10 +492,6 @@
|
|
492
492
|
"from": "components/VToolbar",
|
493
493
|
"styles": []
|
494
494
|
},
|
495
|
-
"VTooltip": {
|
496
|
-
"from": "components/VTooltip",
|
497
|
-
"styles": []
|
498
|
-
},
|
499
495
|
"VWindow": {
|
500
496
|
"from": "components/VWindow",
|
501
497
|
"styles": []
|
@@ -516,6 +512,22 @@
|
|
516
512
|
"from": "components/VDefaultsProvider",
|
517
513
|
"styles": []
|
518
514
|
},
|
515
|
+
"VContainer": {
|
516
|
+
"from": "components/VGrid",
|
517
|
+
"styles": []
|
518
|
+
},
|
519
|
+
"VCol": {
|
520
|
+
"from": "components/VGrid",
|
521
|
+
"styles": []
|
522
|
+
},
|
523
|
+
"VRow": {
|
524
|
+
"from": "components/VGrid",
|
525
|
+
"styles": []
|
526
|
+
},
|
527
|
+
"VSpacer": {
|
528
|
+
"from": "components/VGrid",
|
529
|
+
"styles": []
|
530
|
+
},
|
519
531
|
"VForm": {
|
520
532
|
"from": "components/VForm",
|
521
533
|
"styles": []
|
@@ -536,22 +548,6 @@
|
|
536
548
|
"from": "components/VLazy",
|
537
549
|
"styles": []
|
538
550
|
},
|
539
|
-
"VContainer": {
|
540
|
-
"from": "components/VGrid",
|
541
|
-
"styles": []
|
542
|
-
},
|
543
|
-
"VCol": {
|
544
|
-
"from": "components/VGrid",
|
545
|
-
"styles": []
|
546
|
-
},
|
547
|
-
"VRow": {
|
548
|
-
"from": "components/VGrid",
|
549
|
-
"styles": []
|
550
|
-
},
|
551
|
-
"VSpacer": {
|
552
|
-
"from": "components/VGrid",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
551
|
"VLocaleProvider": {
|
556
552
|
"from": "components/VLocaleProvider",
|
557
553
|
"styles": []
|
@@ -580,6 +576,10 @@
|
|
580
576
|
"from": "components/VSparkline",
|
581
577
|
"styles": []
|
582
578
|
},
|
579
|
+
"VTable": {
|
580
|
+
"from": "components/VTable",
|
581
|
+
"styles": []
|
582
|
+
},
|
583
583
|
"VSnackbarQueue": {
|
584
584
|
"from": "components/VSnackbarQueue",
|
585
585
|
"styles": []
|
package/dist/json/tags.json
CHANGED
@@ -2419,6 +2419,7 @@
|
|
2419
2419
|
"disabled",
|
2420
2420
|
"elevation",
|
2421
2421
|
"expand-icon",
|
2422
|
+
"filterable",
|
2422
2423
|
"height",
|
2423
2424
|
"item-children",
|
2424
2425
|
"item-props",
|
@@ -4361,6 +4362,7 @@
|
|
4361
4362
|
"false-icon",
|
4362
4363
|
"filter-keys",
|
4363
4364
|
"filter-mode",
|
4365
|
+
"filterable",
|
4364
4366
|
"fluid",
|
4365
4367
|
"height",
|
4366
4368
|
"indeterminate-icon",
|