@vuetify/nightly 3.9.0-beta.1-dev.2025-06-28 → 3.9.0-beta.1-dev.2025-07-04
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 +112 -3
- package/dist/json/attributes.json +3349 -3357
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +160 -160
- package/dist/json/tags.json +2 -4
- package/dist/json/web-types.json +6608 -6629
- package/dist/vuetify-labs.cjs +179 -121
- package/dist/vuetify-labs.css +3814 -3803
- package/dist/vuetify-labs.d.ts +248 -258
- package/dist/vuetify-labs.esm.js +179 -121
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +179 -121
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +154 -97
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3909 -3898
- package/dist/vuetify.d.ts +105 -115
- package/dist/vuetify.esm.js +154 -97
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +154 -97
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +102 -89
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.css +12 -1
- package/lib/components/VDataTable/VDataTable.d.ts +20 -38
- package/lib/components/VDataTable/VDataTable.sass +12 -2
- package/lib/components/VDataTable/VDataTableColumn.d.ts +9 -3
- package/lib/components/VDataTable/VDataTableColumn.js +12 -4
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +0 -13
- package/lib/components/VDataTable/VDataTableHeaders.js +10 -9
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.js +2 -0
- package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +10 -23
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +10 -23
- package/lib/components/VDataTable/composables/headers.d.ts +22 -14
- package/lib/components/VDataTable/composables/headers.js +51 -22
- package/lib/components/VDataTable/composables/headers.js.map +1 -1
- package/lib/components/VDataTable/composables/sort.js +2 -1
- package/lib/components/VDataTable/composables/sort.js.map +1 -1
- package/lib/components/VDataTable/types.d.ts +3 -1
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VList/VListGroup.d.ts +13 -0
- package/lib/components/VList/VListGroup.js +2 -1
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +6 -3
- package/lib/components/VList/VListItem.js +1 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +17 -14
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/locationStrategies.js +1 -1
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.d.ts +6 -21
- package/lib/components/VTreeview/VTreeview.js +6 -9
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewGroup.d.ts +13 -0
- package/lib/components/VTreeview/VTreeviewItem.d.ts +18 -9
- package/lib/components/VTreeview/VTreeviewItem.js +1 -1
- package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/composables/calendar.d.ts +0 -1
- package/lib/composables/calendar.js +6 -10
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.js +1 -1
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/nested/nested.d.ts +7 -4
- package/lib/composables/nested/nested.js +16 -6
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +2 -1
- package/lib/composables/nested/selectStrategies.js +22 -11
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/composables/virtual.js +1 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +60 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +33 -33
- package/lib/labs/VCalendar/VCalendar.js +9 -9
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarDay.d.ts +33 -33
- package/lib/labs/VCalendar/VCalendarDay.js +1 -1
- package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.d.ts +36 -36
- package/lib/labs/VCalendar/VCalendarInterval.js +9 -9
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +12 -12
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +36 -36
- package/lib/labs/VCalendar/VCalendarMonthDay.js +4 -4
- package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js +1 -0
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/package.json +1 -1
@@ -12,56 +12,56 @@
|
|
12
12
|
"from": "labs/VFileUpload",
|
13
13
|
"styles": []
|
14
14
|
},
|
15
|
-
"
|
16
|
-
"from": "labs/
|
15
|
+
"VCalendar": {
|
16
|
+
"from": "labs/VCalendar",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
|
-
"
|
20
|
-
"from": "labs/
|
19
|
+
"VCalendarDay": {
|
20
|
+
"from": "labs/VCalendar",
|
21
21
|
"styles": []
|
22
22
|
},
|
23
|
-
"
|
24
|
-
"from": "labs/
|
23
|
+
"VCalendarHeader": {
|
24
|
+
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
27
|
+
"VCalendarInterval": {
|
28
|
+
"from": "labs/VCalendar",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
31
|
+
"VCalendarIntervalEvent": {
|
32
|
+
"from": "labs/VCalendar",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
35
|
+
"VCalendarMonthDay": {
|
36
|
+
"from": "labs/VCalendar",
|
37
37
|
"styles": []
|
38
38
|
},
|
39
|
-
"
|
40
|
-
"from": "labs/
|
39
|
+
"VPicker": {
|
40
|
+
"from": "labs/VPicker",
|
41
41
|
"styles": []
|
42
42
|
},
|
43
|
-
"
|
44
|
-
"from": "labs/
|
43
|
+
"VPickerTitle": {
|
44
|
+
"from": "labs/VPicker",
|
45
45
|
"styles": []
|
46
46
|
},
|
47
|
-
"
|
48
|
-
"from": "labs/
|
47
|
+
"VIconBtn": {
|
48
|
+
"from": "labs/VIconBtn",
|
49
49
|
"styles": []
|
50
50
|
},
|
51
|
-
"
|
52
|
-
"from": "labs/
|
51
|
+
"VStepperVertical": {
|
52
|
+
"from": "labs/VStepperVertical",
|
53
53
|
"styles": []
|
54
54
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
55
|
+
"VStepperVerticalItem": {
|
56
|
+
"from": "labs/VStepperVertical",
|
57
57
|
"styles": []
|
58
58
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
59
|
+
"VStepperVerticalActions": {
|
60
|
+
"from": "labs/VStepperVertical",
|
61
61
|
"styles": []
|
62
62
|
},
|
63
|
-
"
|
64
|
-
"from": "labs/
|
63
|
+
"VHotkey": {
|
64
|
+
"from": "labs/VHotkey",
|
65
65
|
"styles": []
|
66
66
|
},
|
67
67
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
@@ -16,30 +16,50 @@
|
|
16
16
|
"from": "components/VAppBar",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
19
|
+
"VAvatar": {
|
20
|
+
"from": "components/VAvatar",
|
21
21
|
"styles": []
|
22
22
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
23
|
+
"VAutocomplete": {
|
24
|
+
"from": "components/VAutocomplete",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
27
|
"VBadge": {
|
28
28
|
"from": "components/VBadge",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
31
|
+
"VAlert": {
|
32
|
+
"from": "components/VAlert",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
35
|
+
"VAlertTitle": {
|
36
|
+
"from": "components/VAlert",
|
37
37
|
"styles": []
|
38
38
|
},
|
39
39
|
"VBottomSheet": {
|
40
40
|
"from": "components/VBottomSheet",
|
41
41
|
"styles": []
|
42
42
|
},
|
43
|
+
"VBanner": {
|
44
|
+
"from": "components/VBanner",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VBannerActions": {
|
48
|
+
"from": "components/VBanner",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VBannerText": {
|
52
|
+
"from": "components/VBanner",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VBottomNavigation": {
|
56
|
+
"from": "components/VBottomNavigation",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VBtn": {
|
60
|
+
"from": "components/VBtn",
|
61
|
+
"styles": []
|
62
|
+
},
|
43
63
|
"VBreadcrumbs": {
|
44
64
|
"from": "components/VBreadcrumbs",
|
45
65
|
"styles": []
|
@@ -84,18 +104,6 @@
|
|
84
104
|
"from": "components/VCard",
|
85
105
|
"styles": []
|
86
106
|
},
|
87
|
-
"VCarousel": {
|
88
|
-
"from": "components/VCarousel",
|
89
|
-
"styles": []
|
90
|
-
},
|
91
|
-
"VCarouselItem": {
|
92
|
-
"from": "components/VCarousel",
|
93
|
-
"styles": []
|
94
|
-
},
|
95
|
-
"VCode": {
|
96
|
-
"from": "components/VCode",
|
97
|
-
"styles": []
|
98
|
-
},
|
99
107
|
"VCheckbox": {
|
100
108
|
"from": "components/VCheckbox",
|
101
109
|
"styles": []
|
@@ -104,52 +112,32 @@
|
|
104
112
|
"from": "components/VCheckbox",
|
105
113
|
"styles": []
|
106
114
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
115
|
+
"VCarousel": {
|
116
|
+
"from": "components/VCarousel",
|
109
117
|
"styles": []
|
110
118
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
119
|
+
"VCarouselItem": {
|
120
|
+
"from": "components/VCarousel",
|
113
121
|
"styles": []
|
114
122
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
123
|
+
"VChip": {
|
124
|
+
"from": "components/VChip",
|
117
125
|
"styles": []
|
118
126
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
127
|
+
"VCode": {
|
128
|
+
"from": "components/VCode",
|
121
129
|
"styles": []
|
122
130
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
131
|
+
"VChipGroup": {
|
132
|
+
"from": "components/VChipGroup",
|
125
133
|
"styles": []
|
126
134
|
},
|
127
135
|
"VCombobox": {
|
128
136
|
"from": "components/VCombobox",
|
129
137
|
"styles": []
|
130
138
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
133
|
-
"styles": []
|
134
|
-
},
|
135
|
-
"VDatePickerControls": {
|
136
|
-
"from": "components/VDatePicker",
|
137
|
-
"styles": []
|
138
|
-
},
|
139
|
-
"VDatePickerHeader": {
|
140
|
-
"from": "components/VDatePicker",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
|
-
"VDatePickerMonth": {
|
144
|
-
"from": "components/VDatePicker",
|
145
|
-
"styles": []
|
146
|
-
},
|
147
|
-
"VDatePickerMonths": {
|
148
|
-
"from": "components/VDatePicker",
|
149
|
-
"styles": []
|
150
|
-
},
|
151
|
-
"VDatePickerYears": {
|
152
|
-
"from": "components/VDatePicker",
|
139
|
+
"VColorPicker": {
|
140
|
+
"from": "components/VColorPicker",
|
153
141
|
"styles": []
|
154
142
|
},
|
155
143
|
"VDataTable": {
|
@@ -180,24 +168,40 @@
|
|
180
168
|
"from": "components/VDataTable",
|
181
169
|
"styles": []
|
182
170
|
},
|
183
|
-
"
|
184
|
-
"from": "components/
|
171
|
+
"VCounter": {
|
172
|
+
"from": "components/VCounter",
|
185
173
|
"styles": []
|
186
174
|
},
|
187
|
-
"
|
188
|
-
"from": "components/
|
175
|
+
"VDatePicker": {
|
176
|
+
"from": "components/VDatePicker",
|
189
177
|
"styles": []
|
190
178
|
},
|
191
|
-
"
|
192
|
-
"from": "components/
|
179
|
+
"VDatePickerControls": {
|
180
|
+
"from": "components/VDatePicker",
|
193
181
|
"styles": []
|
194
182
|
},
|
195
|
-
"
|
196
|
-
"from": "components/
|
183
|
+
"VDatePickerHeader": {
|
184
|
+
"from": "components/VDatePicker",
|
197
185
|
"styles": []
|
198
186
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
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
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VDialog": {
|
204
|
+
"from": "components/VDialog",
|
201
205
|
"styles": []
|
202
206
|
},
|
203
207
|
"VExpansionPanels": {
|
@@ -216,20 +220,32 @@
|
|
216
220
|
"from": "components/VExpansionPanel",
|
217
221
|
"styles": []
|
218
222
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
223
|
+
"VEmptyState": {
|
224
|
+
"from": "components/VEmptyState",
|
221
225
|
"styles": []
|
222
226
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
227
|
+
"VFab": {
|
228
|
+
"from": "components/VFab",
|
225
229
|
"styles": []
|
226
230
|
},
|
227
231
|
"VFileInput": {
|
228
232
|
"from": "components/VFileInput",
|
229
233
|
"styles": []
|
230
234
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
235
|
+
"VField": {
|
236
|
+
"from": "components/VField",
|
237
|
+
"styles": []
|
238
|
+
},
|
239
|
+
"VFieldLabel": {
|
240
|
+
"from": "components/VField",
|
241
|
+
"styles": []
|
242
|
+
},
|
243
|
+
"VFooter": {
|
244
|
+
"from": "components/VFooter",
|
245
|
+
"styles": []
|
246
|
+
},
|
247
|
+
"VImg": {
|
248
|
+
"from": "components/VImg",
|
233
249
|
"styles": []
|
234
250
|
},
|
235
251
|
"VIcon": {
|
@@ -252,12 +268,12 @@
|
|
252
268
|
"from": "components/VIcon",
|
253
269
|
"styles": []
|
254
270
|
},
|
255
|
-
"
|
256
|
-
"from": "components/
|
271
|
+
"VInput": {
|
272
|
+
"from": "components/VInput",
|
257
273
|
"styles": []
|
258
274
|
},
|
259
|
-
"
|
260
|
-
"from": "components/
|
275
|
+
"VInfiniteScroll": {
|
276
|
+
"from": "components/VInfiniteScroll",
|
261
277
|
"styles": []
|
262
278
|
},
|
263
279
|
"VItemGroup": {
|
@@ -268,20 +284,8 @@
|
|
268
284
|
"from": "components/VItemGroup",
|
269
285
|
"styles": []
|
270
286
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
273
|
-
"styles": []
|
274
|
-
},
|
275
|
-
"VKbd": {
|
276
|
-
"from": "components/VKbd",
|
277
|
-
"styles": []
|
278
|
-
},
|
279
|
-
"VMenu": {
|
280
|
-
"from": "components/VMenu",
|
281
|
-
"styles": []
|
282
|
-
},
|
283
|
-
"VMain": {
|
284
|
-
"from": "components/VMain",
|
287
|
+
"VLabel": {
|
288
|
+
"from": "components/VLabel",
|
285
289
|
"styles": []
|
286
290
|
},
|
287
291
|
"VList": {
|
@@ -320,52 +324,60 @@
|
|
320
324
|
"from": "components/VList",
|
321
325
|
"styles": []
|
322
326
|
},
|
327
|
+
"VKbd": {
|
328
|
+
"from": "components/VKbd",
|
329
|
+
"styles": []
|
330
|
+
},
|
323
331
|
"VMessages": {
|
324
332
|
"from": "components/VMessages",
|
325
333
|
"styles": []
|
326
334
|
},
|
335
|
+
"VMenu": {
|
336
|
+
"from": "components/VMenu",
|
337
|
+
"styles": []
|
338
|
+
},
|
327
339
|
"VNavigationDrawer": {
|
328
340
|
"from": "components/VNavigationDrawer",
|
329
341
|
"styles": []
|
330
342
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
343
|
+
"VOtpInput": {
|
344
|
+
"from": "components/VOtpInput",
|
333
345
|
"styles": []
|
334
346
|
},
|
335
|
-
"
|
336
|
-
"from": "components/
|
347
|
+
"VMain": {
|
348
|
+
"from": "components/VMain",
|
337
349
|
"styles": []
|
338
350
|
},
|
339
351
|
"VPagination": {
|
340
352
|
"from": "components/VPagination",
|
341
353
|
"styles": []
|
342
354
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
355
|
+
"VNumberInput": {
|
356
|
+
"from": "components/VNumberInput",
|
345
357
|
"styles": []
|
346
358
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
359
|
+
"VOverlay": {
|
360
|
+
"from": "components/VOverlay",
|
349
361
|
"styles": []
|
350
362
|
},
|
351
363
|
"VProgressLinear": {
|
352
364
|
"from": "components/VProgressLinear",
|
353
365
|
"styles": []
|
354
366
|
},
|
355
|
-
"VOtpInput": {
|
356
|
-
"from": "components/VOtpInput",
|
357
|
-
"styles": []
|
358
|
-
},
|
359
367
|
"VRating": {
|
360
368
|
"from": "components/VRating",
|
361
369
|
"styles": []
|
362
370
|
},
|
371
|
+
"VProgressCircular": {
|
372
|
+
"from": "components/VProgressCircular",
|
373
|
+
"styles": []
|
374
|
+
},
|
363
375
|
"VSelect": {
|
364
376
|
"from": "components/VSelect",
|
365
377
|
"styles": []
|
366
378
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
379
|
+
"VRadioGroup": {
|
380
|
+
"from": "components/VRadioGroup",
|
369
381
|
"styles": []
|
370
382
|
},
|
371
383
|
"VSheet": {
|
@@ -376,10 +388,6 @@
|
|
376
388
|
"from": "components/VSelectionControlGroup",
|
377
389
|
"styles": []
|
378
390
|
},
|
379
|
-
"VSkeletonLoader": {
|
380
|
-
"from": "components/VSkeletonLoader",
|
381
|
-
"styles": []
|
382
|
-
},
|
383
391
|
"VSlideGroup": {
|
384
392
|
"from": "components/VSlideGroup",
|
385
393
|
"styles": []
|
@@ -388,20 +396,8 @@
|
|
388
396
|
"from": "components/VSlideGroup",
|
389
397
|
"styles": []
|
390
398
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
393
|
-
"styles": []
|
394
|
-
},
|
395
|
-
"VSnackbar": {
|
396
|
-
"from": "components/VSnackbar",
|
397
|
-
"styles": []
|
398
|
-
},
|
399
|
-
"VSystemBar": {
|
400
|
-
"from": "components/VSystemBar",
|
401
|
-
"styles": []
|
402
|
-
},
|
403
|
-
"VSwitch": {
|
404
|
-
"from": "components/VSwitch",
|
399
|
+
"VSelectionControl": {
|
400
|
+
"from": "components/VSelectionControl",
|
405
401
|
"styles": []
|
406
402
|
},
|
407
403
|
"VStepper": {
|
@@ -428,6 +424,26 @@
|
|
428
424
|
"from": "components/VStepper",
|
429
425
|
"styles": []
|
430
426
|
},
|
427
|
+
"VSkeletonLoader": {
|
428
|
+
"from": "components/VSkeletonLoader",
|
429
|
+
"styles": []
|
430
|
+
},
|
431
|
+
"VSnackbar": {
|
432
|
+
"from": "components/VSnackbar",
|
433
|
+
"styles": []
|
434
|
+
},
|
435
|
+
"VSlider": {
|
436
|
+
"from": "components/VSlider",
|
437
|
+
"styles": []
|
438
|
+
},
|
439
|
+
"VSwitch": {
|
440
|
+
"from": "components/VSwitch",
|
441
|
+
"styles": []
|
442
|
+
},
|
443
|
+
"VTable": {
|
444
|
+
"from": "components/VTable",
|
445
|
+
"styles": []
|
446
|
+
},
|
431
447
|
"VTab": {
|
432
448
|
"from": "components/VTabs",
|
433
449
|
"styles": []
|
@@ -444,20 +460,28 @@
|
|
444
460
|
"from": "components/VTabs",
|
445
461
|
"styles": []
|
446
462
|
},
|
447
|
-
"
|
448
|
-
"from": "components/
|
463
|
+
"VTimeline": {
|
464
|
+
"from": "components/VTimeline",
|
465
|
+
"styles": []
|
466
|
+
},
|
467
|
+
"VTimelineItem": {
|
468
|
+
"from": "components/VTimeline",
|
469
|
+
"styles": []
|
470
|
+
},
|
471
|
+
"VSystemBar": {
|
472
|
+
"from": "components/VSystemBar",
|
449
473
|
"styles": []
|
450
474
|
},
|
451
475
|
"VTextField": {
|
452
476
|
"from": "components/VTextField",
|
453
477
|
"styles": []
|
454
478
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
479
|
+
"VTextarea": {
|
480
|
+
"from": "components/VTextarea",
|
457
481
|
"styles": []
|
458
482
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
483
|
+
"VTooltip": {
|
484
|
+
"from": "components/VTooltip",
|
461
485
|
"styles": []
|
462
486
|
},
|
463
487
|
"VTreeview": {
|
@@ -472,18 +496,6 @@
|
|
472
496
|
"from": "components/VTreeview",
|
473
497
|
"styles": []
|
474
498
|
},
|
475
|
-
"VToolbar": {
|
476
|
-
"from": "components/VToolbar",
|
477
|
-
"styles": []
|
478
|
-
},
|
479
|
-
"VToolbarTitle": {
|
480
|
-
"from": "components/VToolbar",
|
481
|
-
"styles": []
|
482
|
-
},
|
483
|
-
"VToolbarItems": {
|
484
|
-
"from": "components/VToolbar",
|
485
|
-
"styles": []
|
486
|
-
},
|
487
499
|
"VTimePicker": {
|
488
500
|
"from": "components/VTimePicker",
|
489
501
|
"styles": []
|
@@ -496,10 +508,6 @@
|
|
496
508
|
"from": "components/VTimePicker",
|
497
509
|
"styles": []
|
498
510
|
},
|
499
|
-
"VTooltip": {
|
500
|
-
"from": "components/VTooltip",
|
501
|
-
"styles": []
|
502
|
-
},
|
503
511
|
"VWindow": {
|
504
512
|
"from": "components/VWindow",
|
505
513
|
"styles": []
|
@@ -508,18 +516,6 @@
|
|
508
516
|
"from": "components/VWindow",
|
509
517
|
"styles": []
|
510
518
|
},
|
511
|
-
"VBanner": {
|
512
|
-
"from": "components/VBanner",
|
513
|
-
"styles": []
|
514
|
-
},
|
515
|
-
"VBannerActions": {
|
516
|
-
"from": "components/VBanner",
|
517
|
-
"styles": []
|
518
|
-
},
|
519
|
-
"VBannerText": {
|
520
|
-
"from": "components/VBanner",
|
521
|
-
"styles": []
|
522
|
-
},
|
523
519
|
"VConfirmEdit": {
|
524
520
|
"from": "components/VConfirmEdit",
|
525
521
|
"styles": []
|
@@ -552,10 +548,6 @@
|
|
552
548
|
"from": "components/VGrid",
|
553
549
|
"styles": []
|
554
550
|
},
|
555
|
-
"VHover": {
|
556
|
-
"from": "components/VHover",
|
557
|
-
"styles": []
|
558
|
-
},
|
559
551
|
"VLayout": {
|
560
552
|
"from": "components/VLayout",
|
561
553
|
"styles": []
|
@@ -680,12 +672,20 @@
|
|
680
672
|
"from": "components/transitions",
|
681
673
|
"styles": []
|
682
674
|
},
|
683
|
-
"
|
684
|
-
"from": "components/
|
675
|
+
"VToolbar": {
|
676
|
+
"from": "components/VToolbar",
|
685
677
|
"styles": []
|
686
678
|
},
|
687
|
-
"
|
688
|
-
"from": "components/
|
679
|
+
"VToolbarTitle": {
|
680
|
+
"from": "components/VToolbar",
|
681
|
+
"styles": []
|
682
|
+
},
|
683
|
+
"VToolbarItems": {
|
684
|
+
"from": "components/VToolbar",
|
685
|
+
"styles": []
|
686
|
+
},
|
687
|
+
"VHover": {
|
688
|
+
"from": "components/VHover",
|
689
689
|
"styles": []
|
690
690
|
}
|
691
691
|
},
|
package/dist/json/tags.json
CHANGED
@@ -1249,7 +1249,6 @@
|
|
1249
1249
|
"items-per-page",
|
1250
1250
|
"items-per-page-options",
|
1251
1251
|
"items-per-page-text",
|
1252
|
-
"last-fixed",
|
1253
1252
|
"last-icon",
|
1254
1253
|
"last-page-label",
|
1255
1254
|
"loading",
|
@@ -1309,7 +1308,6 @@
|
|
1309
1308
|
"disable-sort",
|
1310
1309
|
"fixed-header",
|
1311
1310
|
"header-props",
|
1312
|
-
"last-fixed",
|
1313
1311
|
"loading",
|
1314
1312
|
"mobile",
|
1315
1313
|
"mobile-breakpoint",
|
@@ -1373,7 +1371,6 @@
|
|
1373
1371
|
"items-per-page",
|
1374
1372
|
"items-per-page-options",
|
1375
1373
|
"items-per-page-text",
|
1376
|
-
"last-fixed",
|
1377
1374
|
"last-icon",
|
1378
1375
|
"last-page-label",
|
1379
1376
|
"loading",
|
@@ -1437,7 +1434,6 @@
|
|
1437
1434
|
"item-selectable",
|
1438
1435
|
"item-value",
|
1439
1436
|
"items",
|
1440
|
-
"last-fixed",
|
1441
1437
|
"loading",
|
1442
1438
|
"loading-text",
|
1443
1439
|
"mobile",
|
@@ -2500,6 +2496,7 @@
|
|
2500
2496
|
"base-color",
|
2501
2497
|
"collapse-icon",
|
2502
2498
|
"color",
|
2499
|
+
"disabled",
|
2503
2500
|
"expand-icon",
|
2504
2501
|
"fluid",
|
2505
2502
|
"prepend-icon",
|
@@ -4519,6 +4516,7 @@
|
|
4519
4516
|
"base-color",
|
4520
4517
|
"collapse-icon",
|
4521
4518
|
"color",
|
4519
|
+
"disabled",
|
4522
4520
|
"expand-icon",
|
4523
4521
|
"fluid",
|
4524
4522
|
"prepend-icon",
|