@vuetify/nightly 3.8.0-beta.0-dev.2025-03-26 → 3.8.0-beta.0-dev.2025-03-31
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 +7 -3
- package/dist/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +3154 -3038
- package/dist/json/importMap-labs.json +24 -20
- package/dist/json/importMap.json +176 -176
- package/dist/json/tags.json +34 -0
- package/dist/json/web-types.json +5829 -5511
- package/dist/vuetify-labs.cjs +204 -13
- package/dist/vuetify-labs.css +4590 -4409
- package/dist/vuetify-labs.d.ts +527 -230
- package/dist/vuetify-labs.esm.js +204 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +204 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +31 -13
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2980 -2976
- package/dist/vuetify.d.ts +118 -143
- package/dist/vuetify.esm.js +31 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +31 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +18 -17
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.d.ts +31 -6
- package/lib/components/VConfirmEdit/VConfirmEdit.js +17 -2
- package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +33 -78
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +33 -78
- package/lib/composables/calendar.d.ts +12 -35
- package/lib/composables/calendar.js +11 -8
- package/lib/composables/calendar.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +33 -78
- package/lib/labs/VDateInput/VDateInput.d.ts +33 -78
- package/lib/labs/VDateInput/VDateInput.js +4 -0
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.css +178 -0
- package/lib/labs/VIconBtn/VIconBtn.d.ts +608 -0
- package/lib/labs/VIconBtn/VIconBtn.js +184 -0
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -0
- package/lib/labs/VIconBtn/VIconBtn.scss +110 -0
- package/lib/labs/VIconBtn/_variables.scss +36 -0
- package/lib/labs/VIconBtn/index.d.ts +1 -0
- package/lib/labs/VIconBtn/index.js +2 -0
- package/lib/labs/VIconBtn/index.js.map +1 -0
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +5 -0
- package/package.json +1 -1
@@ -1,5 +1,29 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VIconBtn": {
|
4
|
+
"from": "labs/VIconBtn",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VPicker": {
|
8
|
+
"from": "labs/VPicker",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VPickerTitle": {
|
12
|
+
"from": "labs/VPicker",
|
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
|
"VTimePicker": {
|
4
28
|
"from": "labs/VTimePicker",
|
5
29
|
"styles": []
|
@@ -12,14 +36,6 @@
|
|
12
36
|
"from": "labs/VTimePicker",
|
13
37
|
"styles": []
|
14
38
|
},
|
15
|
-
"VPicker": {
|
16
|
-
"from": "labs/VPicker",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VPickerTitle": {
|
20
|
-
"from": "labs/VPicker",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
39
|
"VCalendar": {
|
24
40
|
"from": "labs/VCalendar",
|
25
41
|
"styles": []
|
@@ -56,18 +72,6 @@
|
|
56
72
|
"from": "labs/VTreeview",
|
57
73
|
"styles": []
|
58
74
|
},
|
59
|
-
"VStepperVertical": {
|
60
|
-
"from": "labs/VStepperVertical",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
|
-
"VStepperVerticalItem": {
|
64
|
-
"from": "labs/VStepperVertical",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VStepperVerticalActions": {
|
68
|
-
"from": "labs/VStepperVertical",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
75
|
"VFileUpload": {
|
72
76
|
"from": "labs/VFileUpload",
|
73
77
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -4,40 +4,28 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "components/
|
7
|
+
"VAppBar": {
|
8
|
+
"from": "components/VAppBar",
|
9
9
|
"styles": []
|
10
10
|
},
|
11
|
-
"
|
12
|
-
"from": "components/
|
11
|
+
"VAppBarNavIcon": {
|
12
|
+
"from": "components/VAppBar",
|
13
13
|
"styles": []
|
14
14
|
},
|
15
|
-
"
|
16
|
-
"from": "components/
|
15
|
+
"VAppBarTitle": {
|
16
|
+
"from": "components/VAppBar",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
19
|
"VAvatar": {
|
20
20
|
"from": "components/VAvatar",
|
21
21
|
"styles": []
|
22
22
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
25
|
-
"styles": []
|
26
|
-
},
|
27
|
-
"VBottomNavigation": {
|
28
|
-
"from": "components/VBottomNavigation",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
|
-
"VAppBar": {
|
32
|
-
"from": "components/VAppBar",
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VAppBarNavIcon": {
|
36
|
-
"from": "components/VAppBar",
|
23
|
+
"VAutocomplete": {
|
24
|
+
"from": "components/VAutocomplete",
|
37
25
|
"styles": []
|
38
26
|
},
|
39
|
-
"
|
40
|
-
"from": "components/
|
27
|
+
"VBadge": {
|
28
|
+
"from": "components/VBadge",
|
41
29
|
"styles": []
|
42
30
|
},
|
43
31
|
"VBanner": {
|
@@ -52,60 +40,36 @@
|
|
52
40
|
"from": "components/VBanner",
|
53
41
|
"styles": []
|
54
42
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VBreadcrumbsItem": {
|
60
|
-
"from": "components/VBreadcrumbs",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
|
-
"VBreadcrumbsDivider": {
|
64
|
-
"from": "components/VBreadcrumbs",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VBtnToggle": {
|
68
|
-
"from": "components/VBtnToggle",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VBtn": {
|
72
|
-
"from": "components/VBtn",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
|
-
"VCarousel": {
|
76
|
-
"from": "components/VCarousel",
|
43
|
+
"VAlert": {
|
44
|
+
"from": "components/VAlert",
|
77
45
|
"styles": []
|
78
46
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
47
|
+
"VAlertTitle": {
|
48
|
+
"from": "components/VAlert",
|
81
49
|
"styles": []
|
82
50
|
},
|
83
51
|
"VBottomSheet": {
|
84
52
|
"from": "components/VBottomSheet",
|
85
53
|
"styles": []
|
86
54
|
},
|
87
|
-
"
|
88
|
-
"from": "components/
|
89
|
-
"styles": []
|
90
|
-
},
|
91
|
-
"VChip": {
|
92
|
-
"from": "components/VChip",
|
55
|
+
"VBottomNavigation": {
|
56
|
+
"from": "components/VBottomNavigation",
|
93
57
|
"styles": []
|
94
58
|
},
|
95
|
-
"
|
96
|
-
"from": "components/
|
59
|
+
"VBreadcrumbs": {
|
60
|
+
"from": "components/VBreadcrumbs",
|
97
61
|
"styles": []
|
98
62
|
},
|
99
|
-
"
|
100
|
-
"from": "components/
|
63
|
+
"VBreadcrumbsItem": {
|
64
|
+
"from": "components/VBreadcrumbs",
|
101
65
|
"styles": []
|
102
66
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
67
|
+
"VBreadcrumbsDivider": {
|
68
|
+
"from": "components/VBreadcrumbs",
|
105
69
|
"styles": []
|
106
70
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
71
|
+
"VBtnGroup": {
|
72
|
+
"from": "components/VBtnGroup",
|
109
73
|
"styles": []
|
110
74
|
},
|
111
75
|
"VCard": {
|
@@ -132,32 +96,52 @@
|
|
132
96
|
"from": "components/VCard",
|
133
97
|
"styles": []
|
134
98
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
99
|
+
"VBtn": {
|
100
|
+
"from": "components/VBtn",
|
137
101
|
"styles": []
|
138
102
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
103
|
+
"VCheckbox": {
|
104
|
+
"from": "components/VCheckbox",
|
141
105
|
"styles": []
|
142
106
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
107
|
+
"VCheckboxBtn": {
|
108
|
+
"from": "components/VCheckbox",
|
145
109
|
"styles": []
|
146
110
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
111
|
+
"VBtnToggle": {
|
112
|
+
"from": "components/VBtnToggle",
|
149
113
|
"styles": []
|
150
114
|
},
|
151
|
-
"
|
152
|
-
"from": "components/
|
115
|
+
"VChipGroup": {
|
116
|
+
"from": "components/VChipGroup",
|
153
117
|
"styles": []
|
154
118
|
},
|
155
|
-
"
|
156
|
-
"from": "components/
|
119
|
+
"VCode": {
|
120
|
+
"from": "components/VCode",
|
157
121
|
"styles": []
|
158
122
|
},
|
159
|
-
"
|
160
|
-
"from": "components/
|
123
|
+
"VChip": {
|
124
|
+
"from": "components/VChip",
|
125
|
+
"styles": []
|
126
|
+
},
|
127
|
+
"VCarousel": {
|
128
|
+
"from": "components/VCarousel",
|
129
|
+
"styles": []
|
130
|
+
},
|
131
|
+
"VCarouselItem": {
|
132
|
+
"from": "components/VCarousel",
|
133
|
+
"styles": []
|
134
|
+
},
|
135
|
+
"VColorPicker": {
|
136
|
+
"from": "components/VColorPicker",
|
137
|
+
"styles": []
|
138
|
+
},
|
139
|
+
"VCombobox": {
|
140
|
+
"from": "components/VCombobox",
|
141
|
+
"styles": []
|
142
|
+
},
|
143
|
+
"VCounter": {
|
144
|
+
"from": "components/VCounter",
|
161
145
|
"styles": []
|
162
146
|
},
|
163
147
|
"VDataTable": {
|
@@ -188,22 +172,46 @@
|
|
188
172
|
"from": "components/VDataTable",
|
189
173
|
"styles": []
|
190
174
|
},
|
191
|
-
"
|
192
|
-
"from": "components/
|
175
|
+
"VDatePicker": {
|
176
|
+
"from": "components/VDatePicker",
|
193
177
|
"styles": []
|
194
178
|
},
|
195
|
-
"
|
196
|
-
"from": "components/
|
179
|
+
"VDatePickerControls": {
|
180
|
+
"from": "components/VDatePicker",
|
197
181
|
"styles": []
|
198
182
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
183
|
+
"VDatePickerHeader": {
|
184
|
+
"from": "components/VDatePicker",
|
185
|
+
"styles": []
|
186
|
+
},
|
187
|
+
"VDatePickerMonth": {
|
188
|
+
"from": "components/VDatePicker",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VDatePickerMonths": {
|
192
|
+
"from": "components/VDatePicker",
|
193
|
+
"styles": []
|
194
|
+
},
|
195
|
+
"VDatePickerYears": {
|
196
|
+
"from": "components/VDatePicker",
|
197
|
+
"styles": []
|
198
|
+
},
|
199
|
+
"VDivider": {
|
200
|
+
"from": "components/VDivider",
|
201
201
|
"styles": []
|
202
202
|
},
|
203
203
|
"VDialog": {
|
204
204
|
"from": "components/VDialog",
|
205
205
|
"styles": []
|
206
206
|
},
|
207
|
+
"VFab": {
|
208
|
+
"from": "components/VFab",
|
209
|
+
"styles": []
|
210
|
+
},
|
211
|
+
"VEmptyState": {
|
212
|
+
"from": "components/VEmptyState",
|
213
|
+
"styles": []
|
214
|
+
},
|
207
215
|
"VExpansionPanels": {
|
208
216
|
"from": "components/VExpansionPanel",
|
209
217
|
"styles": []
|
@@ -220,18 +228,6 @@
|
|
220
228
|
"from": "components/VExpansionPanel",
|
221
229
|
"styles": []
|
222
230
|
},
|
223
|
-
"VDivider": {
|
224
|
-
"from": "components/VDivider",
|
225
|
-
"styles": []
|
226
|
-
},
|
227
|
-
"VFab": {
|
228
|
-
"from": "components/VFab",
|
229
|
-
"styles": []
|
230
|
-
},
|
231
|
-
"VFileInput": {
|
232
|
-
"from": "components/VFileInput",
|
233
|
-
"styles": []
|
234
|
-
},
|
235
231
|
"VField": {
|
236
232
|
"from": "components/VField",
|
237
233
|
"styles": []
|
@@ -244,20 +240,8 @@
|
|
244
240
|
"from": "components/VFooter",
|
245
241
|
"styles": []
|
246
242
|
},
|
247
|
-
"
|
248
|
-
"from": "components/
|
249
|
-
"styles": []
|
250
|
-
},
|
251
|
-
"VInfiniteScroll": {
|
252
|
-
"from": "components/VInfiniteScroll",
|
253
|
-
"styles": []
|
254
|
-
},
|
255
|
-
"VKbd": {
|
256
|
-
"from": "components/VKbd",
|
257
|
-
"styles": []
|
258
|
-
},
|
259
|
-
"VInput": {
|
260
|
-
"from": "components/VInput",
|
243
|
+
"VFileInput": {
|
244
|
+
"from": "components/VFileInput",
|
261
245
|
"styles": []
|
262
246
|
},
|
263
247
|
"VIcon": {
|
@@ -280,20 +264,20 @@
|
|
280
264
|
"from": "components/VIcon",
|
281
265
|
"styles": []
|
282
266
|
},
|
283
|
-
"
|
284
|
-
"from": "components/
|
267
|
+
"VImg": {
|
268
|
+
"from": "components/VImg",
|
285
269
|
"styles": []
|
286
270
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
271
|
+
"VInfiniteScroll": {
|
272
|
+
"from": "components/VInfiniteScroll",
|
289
273
|
"styles": []
|
290
274
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
275
|
+
"VItemGroup": {
|
276
|
+
"from": "components/VItemGroup",
|
293
277
|
"styles": []
|
294
278
|
},
|
295
|
-
"
|
296
|
-
"from": "components/
|
279
|
+
"VItem": {
|
280
|
+
"from": "components/VItemGroup",
|
297
281
|
"styles": []
|
298
282
|
},
|
299
283
|
"VList": {
|
@@ -332,12 +316,24 @@
|
|
332
316
|
"from": "components/VList",
|
333
317
|
"styles": []
|
334
318
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
319
|
+
"VInput": {
|
320
|
+
"from": "components/VInput",
|
337
321
|
"styles": []
|
338
322
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
323
|
+
"VMenu": {
|
324
|
+
"from": "components/VMenu",
|
325
|
+
"styles": []
|
326
|
+
},
|
327
|
+
"VLabel": {
|
328
|
+
"from": "components/VLabel",
|
329
|
+
"styles": []
|
330
|
+
},
|
331
|
+
"VKbd": {
|
332
|
+
"from": "components/VKbd",
|
333
|
+
"styles": []
|
334
|
+
},
|
335
|
+
"VMain": {
|
336
|
+
"from": "components/VMain",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
339
|
"VMessages": {
|
@@ -348,58 +344,66 @@
|
|
348
344
|
"from": "components/VNavigationDrawer",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
|
-
"VPagination": {
|
352
|
-
"from": "components/VPagination",
|
353
|
-
"styles": []
|
354
|
-
},
|
355
347
|
"VOverlay": {
|
356
348
|
"from": "components/VOverlay",
|
357
349
|
"styles": []
|
358
350
|
},
|
359
|
-
"VProgressCircular": {
|
360
|
-
"from": "components/VProgressCircular",
|
361
|
-
"styles": []
|
362
|
-
},
|
363
351
|
"VNumberInput": {
|
364
352
|
"from": "components/VNumberInput",
|
365
353
|
"styles": []
|
366
354
|
},
|
355
|
+
"VPagination": {
|
356
|
+
"from": "components/VPagination",
|
357
|
+
"styles": []
|
358
|
+
},
|
359
|
+
"VOtpInput": {
|
360
|
+
"from": "components/VOtpInput",
|
361
|
+
"styles": []
|
362
|
+
},
|
367
363
|
"VRadioGroup": {
|
368
364
|
"from": "components/VRadioGroup",
|
369
365
|
"styles": []
|
370
366
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
367
|
+
"VProgressCircular": {
|
368
|
+
"from": "components/VProgressCircular",
|
373
369
|
"styles": []
|
374
370
|
},
|
375
371
|
"VProgressLinear": {
|
376
372
|
"from": "components/VProgressLinear",
|
377
373
|
"styles": []
|
378
374
|
},
|
375
|
+
"VSelect": {
|
376
|
+
"from": "components/VSelect",
|
377
|
+
"styles": []
|
378
|
+
},
|
379
379
|
"VRating": {
|
380
380
|
"from": "components/VRating",
|
381
381
|
"styles": []
|
382
382
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
383
|
+
"VSheet": {
|
384
|
+
"from": "components/VSheet",
|
385
385
|
"styles": []
|
386
386
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
387
|
+
"VSelectionControl": {
|
388
|
+
"from": "components/VSelectionControl",
|
389
389
|
"styles": []
|
390
390
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
391
|
+
"VSelectionControlGroup": {
|
392
|
+
"from": "components/VSelectionControlGroup",
|
393
393
|
"styles": []
|
394
394
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
395
|
+
"VSlider": {
|
396
|
+
"from": "components/VSlider",
|
397
397
|
"styles": []
|
398
398
|
},
|
399
399
|
"VSnackbar": {
|
400
400
|
"from": "components/VSnackbar",
|
401
401
|
"styles": []
|
402
402
|
},
|
403
|
+
"VSkeletonLoader": {
|
404
|
+
"from": "components/VSkeletonLoader",
|
405
|
+
"styles": []
|
406
|
+
},
|
403
407
|
"VSlideGroup": {
|
404
408
|
"from": "components/VSlideGroup",
|
405
409
|
"styles": []
|
@@ -408,10 +412,6 @@
|
|
408
412
|
"from": "components/VSlideGroup",
|
409
413
|
"styles": []
|
410
414
|
},
|
411
|
-
"VSlider": {
|
412
|
-
"from": "components/VSlider",
|
413
|
-
"styles": []
|
414
|
-
},
|
415
415
|
"VStepper": {
|
416
416
|
"from": "components/VStepper",
|
417
417
|
"styles": []
|
@@ -436,6 +436,14 @@
|
|
436
436
|
"from": "components/VStepper",
|
437
437
|
"styles": []
|
438
438
|
},
|
439
|
+
"VSwitch": {
|
440
|
+
"from": "components/VSwitch",
|
441
|
+
"styles": []
|
442
|
+
},
|
443
|
+
"VSystemBar": {
|
444
|
+
"from": "components/VSystemBar",
|
445
|
+
"styles": []
|
446
|
+
},
|
439
447
|
"VTab": {
|
440
448
|
"from": "components/VTabs",
|
441
449
|
"styles": []
|
@@ -452,36 +460,36 @@
|
|
452
460
|
"from": "components/VTabs",
|
453
461
|
"styles": []
|
454
462
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
463
|
+
"VTable": {
|
464
|
+
"from": "components/VTable",
|
457
465
|
"styles": []
|
458
466
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
467
|
+
"VTimeline": {
|
468
|
+
"from": "components/VTimeline",
|
461
469
|
"styles": []
|
462
470
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
471
|
+
"VTimelineItem": {
|
472
|
+
"from": "components/VTimeline",
|
465
473
|
"styles": []
|
466
474
|
},
|
467
475
|
"VTextField": {
|
468
476
|
"from": "components/VTextField",
|
469
477
|
"styles": []
|
470
478
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
479
|
+
"VTooltip": {
|
480
|
+
"from": "components/VTooltip",
|
473
481
|
"styles": []
|
474
482
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
483
|
+
"VTextarea": {
|
484
|
+
"from": "components/VTextarea",
|
477
485
|
"styles": []
|
478
486
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
487
|
+
"VWindow": {
|
488
|
+
"from": "components/VWindow",
|
481
489
|
"styles": []
|
482
490
|
},
|
483
|
-
"
|
484
|
-
"from": "components/
|
491
|
+
"VWindowItem": {
|
492
|
+
"from": "components/VWindow",
|
485
493
|
"styles": []
|
486
494
|
},
|
487
495
|
"VToolbar": {
|
@@ -496,14 +504,6 @@
|
|
496
504
|
"from": "components/VToolbar",
|
497
505
|
"styles": []
|
498
506
|
},
|
499
|
-
"VWindow": {
|
500
|
-
"from": "components/VWindow",
|
501
|
-
"styles": []
|
502
|
-
},
|
503
|
-
"VWindowItem": {
|
504
|
-
"from": "components/VWindow",
|
505
|
-
"styles": []
|
506
|
-
},
|
507
507
|
"VConfirmEdit": {
|
508
508
|
"from": "components/VConfirmEdit",
|
509
509
|
"styles": []
|
@@ -540,10 +540,6 @@
|
|
540
540
|
"from": "components/VHover",
|
541
541
|
"styles": []
|
542
542
|
},
|
543
|
-
"VLazy": {
|
544
|
-
"from": "components/VLazy",
|
545
|
-
"styles": []
|
546
|
-
},
|
547
543
|
"VLayout": {
|
548
544
|
"from": "components/VLayout",
|
549
545
|
"styles": []
|
@@ -552,6 +548,10 @@
|
|
552
548
|
"from": "components/VLayout",
|
553
549
|
"styles": []
|
554
550
|
},
|
551
|
+
"VLazy": {
|
552
|
+
"from": "components/VLazy",
|
553
|
+
"styles": []
|
554
|
+
},
|
555
555
|
"VLocaleProvider": {
|
556
556
|
"from": "components/VLocaleProvider",
|
557
557
|
"styles": []
|
@@ -572,22 +572,22 @@
|
|
572
572
|
"from": "components/VRangeSlider",
|
573
573
|
"styles": []
|
574
574
|
},
|
575
|
-
"VResponsive": {
|
576
|
-
"from": "components/VResponsive",
|
577
|
-
"styles": []
|
578
|
-
},
|
579
575
|
"VSnackbarQueue": {
|
580
576
|
"from": "components/VSnackbarQueue",
|
581
577
|
"styles": []
|
582
578
|
},
|
583
|
-
"
|
584
|
-
"from": "components/
|
579
|
+
"VResponsive": {
|
580
|
+
"from": "components/VResponsive",
|
585
581
|
"styles": []
|
586
582
|
},
|
587
583
|
"VSpeedDial": {
|
588
584
|
"from": "components/VSpeedDial",
|
589
585
|
"styles": []
|
590
586
|
},
|
587
|
+
"VSparkline": {
|
588
|
+
"from": "components/VSparkline",
|
589
|
+
"styles": []
|
590
|
+
},
|
591
591
|
"VThemeProvider": {
|
592
592
|
"from": "components/VThemeProvider",
|
593
593
|
"styles": []
|
@@ -596,10 +596,6 @@
|
|
596
596
|
"from": "components/VValidation",
|
597
597
|
"styles": []
|
598
598
|
},
|
599
|
-
"VVirtualScroll": {
|
600
|
-
"from": "components/VVirtualScroll",
|
601
|
-
"styles": []
|
602
|
-
},
|
603
599
|
"VFabTransition": {
|
604
600
|
"from": "components/transitions",
|
605
601
|
"styles": []
|
@@ -663,6 +659,10 @@
|
|
663
659
|
"VDialogTransition": {
|
664
660
|
"from": "components/transitions",
|
665
661
|
"styles": []
|
662
|
+
},
|
663
|
+
"VVirtualScroll": {
|
664
|
+
"from": "components/VVirtualScroll",
|
665
|
+
"styles": []
|
666
666
|
}
|
667
667
|
},
|
668
668
|
"directives": [
|
package/dist/json/tags.json
CHANGED
@@ -1051,6 +1051,7 @@
|
|
1051
1051
|
"attributes": [
|
1052
1052
|
"cancel-text",
|
1053
1053
|
"color",
|
1054
|
+
"disabled",
|
1054
1055
|
"hide-actions",
|
1055
1056
|
"model-value",
|
1056
1057
|
"ok-text"
|
@@ -2096,6 +2097,39 @@
|
|
2096
2097
|
],
|
2097
2098
|
"description": ""
|
2098
2099
|
},
|
2100
|
+
"VIconBtn": {
|
2101
|
+
"attributes": [
|
2102
|
+
"active",
|
2103
|
+
"active-color",
|
2104
|
+
"active-icon",
|
2105
|
+
"active-variant",
|
2106
|
+
"base-variant",
|
2107
|
+
"border",
|
2108
|
+
"color",
|
2109
|
+
"disabled",
|
2110
|
+
"elevation",
|
2111
|
+
"height",
|
2112
|
+
"hide-overlay",
|
2113
|
+
"icon",
|
2114
|
+
"icon-color",
|
2115
|
+
"icon-size",
|
2116
|
+
"icon-sizes",
|
2117
|
+
"loading",
|
2118
|
+
"opacity",
|
2119
|
+
"readonly",
|
2120
|
+
"rotate",
|
2121
|
+
"rounded",
|
2122
|
+
"size",
|
2123
|
+
"sizes",
|
2124
|
+
"tag",
|
2125
|
+
"text",
|
2126
|
+
"theme",
|
2127
|
+
"tile",
|
2128
|
+
"variant",
|
2129
|
+
"width"
|
2130
|
+
],
|
2131
|
+
"description": ""
|
2132
|
+
},
|
2099
2133
|
"VImg": {
|
2100
2134
|
"attributes": [
|
2101
2135
|
"absolute",
|