vuetify 3.11.0 → 3.11.2
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/dist/json/attributes.json +2912 -2904
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +198 -198
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +4995 -4976
- package/dist/vuetify-labs.cjs +41 -31
- package/dist/vuetify-labs.css +5310 -5314
- package/dist/vuetify-labs.d.ts +85 -72
- package/dist/vuetify-labs.esm.js +41 -31
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +41 -31
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +37 -27
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4184 -4185
- package/dist/vuetify.d.ts +85 -72
- package/dist/vuetify.esm.js +37 -27
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +37 -27
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +25 -21
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.js +1 -1
- package/lib/components/VDataTable/VDataTable.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +10 -0
- package/lib/components/VDataTable/VDataTableHeaders.js +7 -7
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +8 -3
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.browser.js +5 -9
- package/lib/components/VDialog/__test__/VDialog.spec.browser.js.map +1 -1
- package/lib/components/VHotkey/_variables.scss +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +1 -1
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js +4 -1
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VTabs/VTab.d.ts +13 -0
- package/lib/components/VTabs/VTab.js +3 -2
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTabs/VTabs.css +6 -7
- package/lib/components/VTabs/VTabs.js +1 -0
- package/lib/components/VTabs/VTabs.js.map +1 -1
- package/lib/components/VTabs/VTabs.sass +6 -7
- package/lib/components/VTextField/VTextField.js +8 -10
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/composables/autofocus.js +3 -1
- package/lib/composables/autofocus.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +72 -72
- package/lib/framework.js +1 -1
- package/lib/labs/VMaskInput/VMaskInput.js +4 -4
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.css +0 -3
- package/lib/labs/VStepperVertical/VStepperVerticalItem.sass +0 -3
- package/package.json +26 -26
package/dist/json/importMap.json
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VAutocomplete": {
|
|
4
|
+
"from": "components/VAutocomplete",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VApp": {
|
|
8
|
+
"from": "components/VApp",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VBadge": {
|
|
12
|
+
"from": "components/VBadge",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VBottomNavigation": {
|
|
16
|
+
"from": "components/VBottomNavigation",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
3
19
|
"VAppBar": {
|
|
4
20
|
"from": "components/VAppBar",
|
|
5
21
|
"styles": []
|
|
@@ -16,54 +32,42 @@
|
|
|
16
32
|
"from": "components/VAvatar",
|
|
17
33
|
"styles": []
|
|
18
34
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "components/
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VAlert": {
|
|
24
|
-
"from": "components/VAlert",
|
|
25
|
-
"styles": []
|
|
26
|
-
},
|
|
27
|
-
"VAlertTitle": {
|
|
28
|
-
"from": "components/VAlert",
|
|
35
|
+
"VBanner": {
|
|
36
|
+
"from": "components/VBanner",
|
|
29
37
|
"styles": []
|
|
30
38
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
39
|
+
"VBannerActions": {
|
|
40
|
+
"from": "components/VBanner",
|
|
33
41
|
"styles": []
|
|
34
42
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
43
|
+
"VBannerText": {
|
|
44
|
+
"from": "components/VBanner",
|
|
37
45
|
"styles": []
|
|
38
46
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
47
|
+
"VBtnToggle": {
|
|
48
|
+
"from": "components/VBtnToggle",
|
|
41
49
|
"styles": []
|
|
42
50
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
51
|
+
"VBtn": {
|
|
52
|
+
"from": "components/VBtn",
|
|
45
53
|
"styles": []
|
|
46
54
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
55
|
+
"VBottomSheet": {
|
|
56
|
+
"from": "components/VBottomSheet",
|
|
49
57
|
"styles": []
|
|
50
58
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
59
|
+
"VAlert": {
|
|
60
|
+
"from": "components/VAlert",
|
|
53
61
|
"styles": []
|
|
54
62
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
63
|
+
"VAlertTitle": {
|
|
64
|
+
"from": "components/VAlert",
|
|
57
65
|
"styles": []
|
|
58
66
|
},
|
|
59
67
|
"VBtnGroup": {
|
|
60
68
|
"from": "components/VBtnGroup",
|
|
61
69
|
"styles": []
|
|
62
70
|
},
|
|
63
|
-
"VBtnToggle": {
|
|
64
|
-
"from": "components/VBtnToggle",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
71
|
"VBreadcrumbs": {
|
|
68
72
|
"from": "components/VBreadcrumbs",
|
|
69
73
|
"styles": []
|
|
@@ -76,20 +80,20 @@
|
|
|
76
80
|
"from": "components/VBreadcrumbs",
|
|
77
81
|
"styles": []
|
|
78
82
|
},
|
|
79
|
-
"VBtn": {
|
|
80
|
-
"from": "components/VBtn",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
83
|
"VCalendar": {
|
|
84
84
|
"from": "components/VCalendar",
|
|
85
85
|
"styles": []
|
|
86
86
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "components/
|
|
87
|
+
"VCode": {
|
|
88
|
+
"from": "components/VCode",
|
|
89
89
|
"styles": []
|
|
90
90
|
},
|
|
91
|
-
"
|
|
92
|
-
"from": "components/
|
|
91
|
+
"VCheckbox": {
|
|
92
|
+
"from": "components/VCheckbox",
|
|
93
|
+
"styles": []
|
|
94
|
+
},
|
|
95
|
+
"VCheckboxBtn": {
|
|
96
|
+
"from": "components/VCheckbox",
|
|
93
97
|
"styles": []
|
|
94
98
|
},
|
|
95
99
|
"VCard": {
|
|
@@ -116,32 +120,28 @@
|
|
|
116
120
|
"from": "components/VCard",
|
|
117
121
|
"styles": []
|
|
118
122
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
|
-
"VChip": {
|
|
124
|
-
"from": "components/VChip",
|
|
123
|
+
"VChipGroup": {
|
|
124
|
+
"from": "components/VChipGroup",
|
|
125
125
|
"styles": []
|
|
126
126
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
127
|
+
"VCarousel": {
|
|
128
|
+
"from": "components/VCarousel",
|
|
129
129
|
"styles": []
|
|
130
130
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
131
|
+
"VCarouselItem": {
|
|
132
|
+
"from": "components/VCarousel",
|
|
133
133
|
"styles": []
|
|
134
134
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
135
|
+
"VChip": {
|
|
136
|
+
"from": "components/VChip",
|
|
137
137
|
"styles": []
|
|
138
138
|
},
|
|
139
139
|
"VColorPicker": {
|
|
140
140
|
"from": "components/VColorPicker",
|
|
141
141
|
"styles": []
|
|
142
142
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
143
|
+
"VCombobox": {
|
|
144
|
+
"from": "components/VCombobox",
|
|
145
145
|
"styles": []
|
|
146
146
|
},
|
|
147
147
|
"VCounter": {
|
|
@@ -172,32 +172,12 @@
|
|
|
172
172
|
"from": "components/VDatePicker",
|
|
173
173
|
"styles": []
|
|
174
174
|
},
|
|
175
|
-
"
|
|
176
|
-
"from": "components/
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VDataTableHeaders": {
|
|
180
|
-
"from": "components/VDataTable",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
|
-
"VDataTableFooter": {
|
|
184
|
-
"from": "components/VDataTable",
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
|
-
"VDataTableRows": {
|
|
188
|
-
"from": "components/VDataTable",
|
|
189
|
-
"styles": []
|
|
190
|
-
},
|
|
191
|
-
"VDataTableRow": {
|
|
192
|
-
"from": "components/VDataTable",
|
|
193
|
-
"styles": []
|
|
194
|
-
},
|
|
195
|
-
"VDataTableVirtual": {
|
|
196
|
-
"from": "components/VDataTable",
|
|
175
|
+
"VDialog": {
|
|
176
|
+
"from": "components/VDialog",
|
|
197
177
|
"styles": []
|
|
198
178
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
179
|
+
"VDivider": {
|
|
180
|
+
"from": "components/VDivider",
|
|
201
181
|
"styles": []
|
|
202
182
|
},
|
|
203
183
|
"VExpansionPanels": {
|
|
@@ -216,44 +196,56 @@
|
|
|
216
196
|
"from": "components/VExpansionPanel",
|
|
217
197
|
"styles": []
|
|
218
198
|
},
|
|
219
|
-
"
|
|
220
|
-
"from": "components/
|
|
199
|
+
"VEmptyState": {
|
|
200
|
+
"from": "components/VEmptyState",
|
|
221
201
|
"styles": []
|
|
222
202
|
},
|
|
223
|
-
"
|
|
224
|
-
"from": "components/
|
|
203
|
+
"VDataTable": {
|
|
204
|
+
"from": "components/VDataTable",
|
|
225
205
|
"styles": []
|
|
226
206
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
207
|
+
"VDataTableHeaders": {
|
|
208
|
+
"from": "components/VDataTable",
|
|
229
209
|
"styles": []
|
|
230
210
|
},
|
|
231
|
-
"
|
|
232
|
-
"from": "components/
|
|
211
|
+
"VDataTableFooter": {
|
|
212
|
+
"from": "components/VDataTable",
|
|
233
213
|
"styles": []
|
|
234
214
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
215
|
+
"VDataTableRows": {
|
|
216
|
+
"from": "components/VDataTable",
|
|
237
217
|
"styles": []
|
|
238
218
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
219
|
+
"VDataTableRow": {
|
|
220
|
+
"from": "components/VDataTable",
|
|
241
221
|
"styles": []
|
|
242
222
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
223
|
+
"VDataTableVirtual": {
|
|
224
|
+
"from": "components/VDataTable",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
|
+
"VDataTableServer": {
|
|
228
|
+
"from": "components/VDataTable",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
231
|
+
"VFab": {
|
|
232
|
+
"from": "components/VFab",
|
|
245
233
|
"styles": []
|
|
246
234
|
},
|
|
247
235
|
"VFooter": {
|
|
248
236
|
"from": "components/VFooter",
|
|
249
237
|
"styles": []
|
|
250
238
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
239
|
+
"VFileInput": {
|
|
240
|
+
"from": "components/VFileInput",
|
|
253
241
|
"styles": []
|
|
254
242
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
243
|
+
"VField": {
|
|
244
|
+
"from": "components/VField",
|
|
245
|
+
"styles": []
|
|
246
|
+
},
|
|
247
|
+
"VFieldLabel": {
|
|
248
|
+
"from": "components/VField",
|
|
257
249
|
"styles": []
|
|
258
250
|
},
|
|
259
251
|
"VIcon": {
|
|
@@ -276,28 +268,24 @@
|
|
|
276
268
|
"from": "components/VIcon",
|
|
277
269
|
"styles": []
|
|
278
270
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
|
-
"VItemGroup": {
|
|
284
|
-
"from": "components/VItemGroup",
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
|
-
"VItem": {
|
|
288
|
-
"from": "components/VItemGroup",
|
|
271
|
+
"VInfiniteScroll": {
|
|
272
|
+
"from": "components/VInfiniteScroll",
|
|
289
273
|
"styles": []
|
|
290
274
|
},
|
|
291
275
|
"VImg": {
|
|
292
276
|
"from": "components/VImg",
|
|
293
277
|
"styles": []
|
|
294
278
|
},
|
|
295
|
-
"
|
|
296
|
-
"from": "components/
|
|
279
|
+
"VHotkey": {
|
|
280
|
+
"from": "components/VHotkey",
|
|
297
281
|
"styles": []
|
|
298
282
|
},
|
|
299
|
-
"
|
|
300
|
-
"from": "components/
|
|
283
|
+
"VItemGroup": {
|
|
284
|
+
"from": "components/VItemGroup",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
287
|
+
"VItem": {
|
|
288
|
+
"from": "components/VItemGroup",
|
|
301
289
|
"styles": []
|
|
302
290
|
},
|
|
303
291
|
"VList": {
|
|
@@ -336,14 +324,30 @@
|
|
|
336
324
|
"from": "components/VList",
|
|
337
325
|
"styles": []
|
|
338
326
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
327
|
+
"VInput": {
|
|
328
|
+
"from": "components/VInput",
|
|
329
|
+
"styles": []
|
|
330
|
+
},
|
|
331
|
+
"VLabel": {
|
|
332
|
+
"from": "components/VLabel",
|
|
333
|
+
"styles": []
|
|
334
|
+
},
|
|
335
|
+
"VKbd": {
|
|
336
|
+
"from": "components/VKbd",
|
|
341
337
|
"styles": []
|
|
342
338
|
},
|
|
343
339
|
"VMenu": {
|
|
344
340
|
"from": "components/VMenu",
|
|
345
341
|
"styles": []
|
|
346
342
|
},
|
|
343
|
+
"VMain": {
|
|
344
|
+
"from": "components/VMain",
|
|
345
|
+
"styles": []
|
|
346
|
+
},
|
|
347
|
+
"VMessages": {
|
|
348
|
+
"from": "components/VMessages",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
347
351
|
"VNavigationDrawer": {
|
|
348
352
|
"from": "components/VNavigationDrawer",
|
|
349
353
|
"styles": []
|
|
@@ -352,42 +356,38 @@
|
|
|
352
356
|
"from": "components/VNumberInput",
|
|
353
357
|
"styles": []
|
|
354
358
|
},
|
|
359
|
+
"VOtpInput": {
|
|
360
|
+
"from": "components/VOtpInput",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
355
363
|
"VPagination": {
|
|
356
364
|
"from": "components/VPagination",
|
|
357
365
|
"styles": []
|
|
358
366
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
367
|
+
"VOverlay": {
|
|
368
|
+
"from": "components/VOverlay",
|
|
361
369
|
"styles": []
|
|
362
370
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
371
|
+
"VProgressCircular": {
|
|
372
|
+
"from": "components/VProgressCircular",
|
|
365
373
|
"styles": []
|
|
366
374
|
},
|
|
367
375
|
"VProgressLinear": {
|
|
368
376
|
"from": "components/VProgressLinear",
|
|
369
377
|
"styles": []
|
|
370
378
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
379
|
+
"VSelectionControl": {
|
|
380
|
+
"from": "components/VSelectionControl",
|
|
373
381
|
"styles": []
|
|
374
382
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
383
|
+
"VSkeletonLoader": {
|
|
384
|
+
"from": "components/VSkeletonLoader",
|
|
377
385
|
"styles": []
|
|
378
386
|
},
|
|
379
387
|
"VRating": {
|
|
380
388
|
"from": "components/VRating",
|
|
381
389
|
"styles": []
|
|
382
390
|
},
|
|
383
|
-
"VSelectionControl": {
|
|
384
|
-
"from": "components/VSelectionControl",
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
|
-
"VSelect": {
|
|
388
|
-
"from": "components/VSelect",
|
|
389
|
-
"styles": []
|
|
390
|
-
},
|
|
391
391
|
"VRadioGroup": {
|
|
392
392
|
"from": "components/VRadioGroup",
|
|
393
393
|
"styles": []
|
|
@@ -396,48 +396,24 @@
|
|
|
396
396
|
"from": "components/VSelectionControlGroup",
|
|
397
397
|
"styles": []
|
|
398
398
|
},
|
|
399
|
-
"VSheet": {
|
|
400
|
-
"from": "components/VSheet",
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
|
-
"VSlideGroup": {
|
|
404
|
-
"from": "components/VSlideGroup",
|
|
405
|
-
"styles": []
|
|
406
|
-
},
|
|
407
|
-
"VSlideGroupItem": {
|
|
408
|
-
"from": "components/VSlideGroup",
|
|
409
|
-
"styles": []
|
|
410
|
-
},
|
|
411
|
-
"VSkeletonLoader": {
|
|
412
|
-
"from": "components/VSkeletonLoader",
|
|
413
|
-
"styles": []
|
|
414
|
-
},
|
|
415
|
-
"VSlider": {
|
|
416
|
-
"from": "components/VSlider",
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
399
|
"VSnackbar": {
|
|
420
400
|
"from": "components/VSnackbar",
|
|
421
401
|
"styles": []
|
|
422
402
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
425
|
-
"styles": []
|
|
426
|
-
},
|
|
427
|
-
"VTab": {
|
|
428
|
-
"from": "components/VTabs",
|
|
403
|
+
"VSlider": {
|
|
404
|
+
"from": "components/VSlider",
|
|
429
405
|
"styles": []
|
|
430
406
|
},
|
|
431
|
-
"
|
|
432
|
-
"from": "components/
|
|
407
|
+
"VSheet": {
|
|
408
|
+
"from": "components/VSheet",
|
|
433
409
|
"styles": []
|
|
434
410
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
411
|
+
"VSelect": {
|
|
412
|
+
"from": "components/VSelect",
|
|
437
413
|
"styles": []
|
|
438
414
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
415
|
+
"VSystemBar": {
|
|
416
|
+
"from": "components/VSystemBar",
|
|
441
417
|
"styles": []
|
|
442
418
|
},
|
|
443
419
|
"VStepper": {
|
|
@@ -464,50 +440,42 @@
|
|
|
464
440
|
"from": "components/VStepper",
|
|
465
441
|
"styles": []
|
|
466
442
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
443
|
+
"VSwitch": {
|
|
444
|
+
"from": "components/VSwitch",
|
|
469
445
|
"styles": []
|
|
470
446
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
447
|
+
"VSlideGroup": {
|
|
448
|
+
"from": "components/VSlideGroup",
|
|
473
449
|
"styles": []
|
|
474
450
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
451
|
+
"VSlideGroupItem": {
|
|
452
|
+
"from": "components/VSlideGroup",
|
|
477
453
|
"styles": []
|
|
478
454
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
455
|
+
"VTab": {
|
|
456
|
+
"from": "components/VTabs",
|
|
481
457
|
"styles": []
|
|
482
458
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
459
|
+
"VTabs": {
|
|
460
|
+
"from": "components/VTabs",
|
|
485
461
|
"styles": []
|
|
486
462
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
463
|
+
"VTabsWindow": {
|
|
464
|
+
"from": "components/VTabs",
|
|
489
465
|
"styles": []
|
|
490
466
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
467
|
+
"VTabsWindowItem": {
|
|
468
|
+
"from": "components/VTabs",
|
|
493
469
|
"styles": []
|
|
494
470
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
471
|
+
"VTable": {
|
|
472
|
+
"from": "components/VTable",
|
|
497
473
|
"styles": []
|
|
498
474
|
},
|
|
499
475
|
"VTextarea": {
|
|
500
476
|
"from": "components/VTextarea",
|
|
501
477
|
"styles": []
|
|
502
478
|
},
|
|
503
|
-
"VTextField": {
|
|
504
|
-
"from": "components/VTextField",
|
|
505
|
-
"styles": []
|
|
506
|
-
},
|
|
507
|
-
"VTooltip": {
|
|
508
|
-
"from": "components/VTooltip",
|
|
509
|
-
"styles": []
|
|
510
|
-
},
|
|
511
479
|
"VTimeline": {
|
|
512
480
|
"from": "components/VTimeline",
|
|
513
481
|
"styles": []
|
|
@@ -516,12 +484,20 @@
|
|
|
516
484
|
"from": "components/VTimeline",
|
|
517
485
|
"styles": []
|
|
518
486
|
},
|
|
519
|
-
"
|
|
520
|
-
"from": "components/
|
|
487
|
+
"VTooltip": {
|
|
488
|
+
"from": "components/VTooltip",
|
|
521
489
|
"styles": []
|
|
522
490
|
},
|
|
523
|
-
"
|
|
524
|
-
"from": "components/
|
|
491
|
+
"VToolbar": {
|
|
492
|
+
"from": "components/VToolbar",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
|
+
"VToolbarTitle": {
|
|
496
|
+
"from": "components/VToolbar",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
499
|
+
"VToolbarItems": {
|
|
500
|
+
"from": "components/VToolbar",
|
|
525
501
|
"styles": []
|
|
526
502
|
},
|
|
527
503
|
"VTreeview": {
|
|
@@ -536,6 +512,30 @@
|
|
|
536
512
|
"from": "components/VTreeview",
|
|
537
513
|
"styles": []
|
|
538
514
|
},
|
|
515
|
+
"VTimePicker": {
|
|
516
|
+
"from": "components/VTimePicker",
|
|
517
|
+
"styles": []
|
|
518
|
+
},
|
|
519
|
+
"VTimePickerClock": {
|
|
520
|
+
"from": "components/VTimePicker",
|
|
521
|
+
"styles": []
|
|
522
|
+
},
|
|
523
|
+
"VTimePickerControls": {
|
|
524
|
+
"from": "components/VTimePicker",
|
|
525
|
+
"styles": []
|
|
526
|
+
},
|
|
527
|
+
"VTextField": {
|
|
528
|
+
"from": "components/VTextField",
|
|
529
|
+
"styles": []
|
|
530
|
+
},
|
|
531
|
+
"VWindow": {
|
|
532
|
+
"from": "components/VWindow",
|
|
533
|
+
"styles": []
|
|
534
|
+
},
|
|
535
|
+
"VWindowItem": {
|
|
536
|
+
"from": "components/VWindow",
|
|
537
|
+
"styles": []
|
|
538
|
+
},
|
|
539
539
|
"VConfirmEdit": {
|
|
540
540
|
"from": "components/VConfirmEdit",
|
|
541
541
|
"styles": []
|
|
@@ -572,10 +572,6 @@
|
|
|
572
572
|
"from": "components/VHover",
|
|
573
573
|
"styles": []
|
|
574
574
|
},
|
|
575
|
-
"VLocaleProvider": {
|
|
576
|
-
"from": "components/VLocaleProvider",
|
|
577
|
-
"styles": []
|
|
578
|
-
},
|
|
579
575
|
"VLayout": {
|
|
580
576
|
"from": "components/VLayout",
|
|
581
577
|
"styles": []
|
|
@@ -588,6 +584,10 @@
|
|
|
588
584
|
"from": "components/VLazy",
|
|
589
585
|
"styles": []
|
|
590
586
|
},
|
|
587
|
+
"VLocaleProvider": {
|
|
588
|
+
"from": "components/VLocaleProvider",
|
|
589
|
+
"styles": []
|
|
590
|
+
},
|
|
591
591
|
"VNoSsr": {
|
|
592
592
|
"from": "components/VNoSsr",
|
|
593
593
|
"styles": []
|
|
@@ -600,22 +600,22 @@
|
|
|
600
600
|
"from": "components/VRadio",
|
|
601
601
|
"styles": []
|
|
602
602
|
},
|
|
603
|
-
"VRangeSlider": {
|
|
604
|
-
"from": "components/VRangeSlider",
|
|
605
|
-
"styles": []
|
|
606
|
-
},
|
|
607
603
|
"VResponsive": {
|
|
608
604
|
"from": "components/VResponsive",
|
|
609
605
|
"styles": []
|
|
610
606
|
},
|
|
611
|
-
"
|
|
612
|
-
"from": "components/
|
|
607
|
+
"VRangeSlider": {
|
|
608
|
+
"from": "components/VRangeSlider",
|
|
613
609
|
"styles": []
|
|
614
610
|
},
|
|
615
611
|
"VSnackbarQueue": {
|
|
616
612
|
"from": "components/VSnackbarQueue",
|
|
617
613
|
"styles": []
|
|
618
614
|
},
|
|
615
|
+
"VSparkline": {
|
|
616
|
+
"from": "components/VSparkline",
|
|
617
|
+
"styles": []
|
|
618
|
+
},
|
|
619
619
|
"VSpeedDial": {
|
|
620
620
|
"from": "components/VSpeedDial",
|
|
621
621
|
"styles": []
|
|
@@ -628,10 +628,6 @@
|
|
|
628
628
|
"from": "components/VValidation",
|
|
629
629
|
"styles": []
|
|
630
630
|
},
|
|
631
|
-
"VVirtualScroll": {
|
|
632
|
-
"from": "components/VVirtualScroll",
|
|
633
|
-
"styles": []
|
|
634
|
-
},
|
|
635
631
|
"VFabTransition": {
|
|
636
632
|
"from": "components/transitions",
|
|
637
633
|
"styles": []
|
|
@@ -695,6 +691,10 @@
|
|
|
695
691
|
"VDialogTransition": {
|
|
696
692
|
"from": "components/transitions",
|
|
697
693
|
"styles": []
|
|
694
|
+
},
|
|
695
|
+
"VVirtualScroll": {
|
|
696
|
+
"from": "components/VVirtualScroll",
|
|
697
|
+
"styles": []
|
|
698
698
|
}
|
|
699
699
|
},
|
|
700
700
|
"directives": [
|
package/dist/json/tags.json
CHANGED
|
@@ -1280,6 +1280,7 @@
|
|
|
1280
1280
|
"disable-sort",
|
|
1281
1281
|
"fixed-header",
|
|
1282
1282
|
"header-props",
|
|
1283
|
+
"initial-sort-order",
|
|
1283
1284
|
"loading",
|
|
1284
1285
|
"mobile",
|
|
1285
1286
|
"mobile-breakpoint",
|
|
@@ -4140,6 +4141,7 @@
|
|
|
4140
4141
|
"hide-slider",
|
|
4141
4142
|
"href",
|
|
4142
4143
|
"icon",
|
|
4144
|
+
"inset",
|
|
4143
4145
|
"loading",
|
|
4144
4146
|
"max-height",
|
|
4145
4147
|
"max-width",
|