@vuetify/nightly 3.6.9-master.2024-06-15 → 3.6.9-master.2024-06-18
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 -2
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +104 -104
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2527 -2527
- package/dist/vuetify-labs.esm.js +8 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +8 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1443 -1443
- package/dist/vuetify.d.ts +40 -40
- package/dist/vuetify.esm.js +8 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +7 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +5 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -40
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.9-master.2024-06-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.9-master.2024-06-18...v) (2024-06-18)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.6.9-master.2024-06-
|
5
|
+
## [3.6.9-master.2024-06-18](https://github.com/vuetifyjs/vuetify/compare/v3.6.9...v3.6.9-master.2024-06-18) (2024-06-18)
|
6
6
|
|
7
7
|
|
8
8
|
### Bug Fixes
|
9
9
|
|
10
|
+
* **VDatePicker:** don't update month/year if new model is empty ([154e751](https://github.com/vuetifyjs/vuetify/commit/154e7516b89eb28f2f6c7568be92a5a28b5f572e)), closes [#20015](https://github.com/vuetifyjs/vuetify/issues/20015)
|
10
11
|
* **VExpansionPanel:** propagate defaults provided by VExpansionPanels ([666484a](https://github.com/vuetifyjs/vuetify/commit/666484ae265194dc1512cb4f84f53ab928f5482b))
|
11
12
|
* **VExpansionPanel:** remove unused toRef ([0931cec](https://github.com/vuetifyjs/vuetify/commit/0931cec21c35c062192b8f22b0438542f31bbce8))
|
12
13
|
* **VExpansionPanelTitle:** propagate VIcon defaults ([cec2094](https://github.com/vuetifyjs/vuetify/commit/cec20943af77b1c723c560d7282ebecee865e38b))
|
@@ -1,5 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VNumberInput": {
|
4
|
+
"from": "labs/VNumberInput/index.mjs",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VPicker": {
|
8
|
+
"from": "labs/VPicker/index.mjs",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VPickerTitle": {
|
12
|
+
"from": "labs/VPicker/index.mjs",
|
13
|
+
"styles": []
|
14
|
+
},
|
3
15
|
"VCalendar": {
|
4
16
|
"from": "labs/VCalendar/index.mjs",
|
5
17
|
"styles": []
|
@@ -24,16 +36,16 @@
|
|
24
36
|
"from": "labs/VCalendar/index.mjs",
|
25
37
|
"styles": []
|
26
38
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
39
|
+
"VStepperVertical": {
|
40
|
+
"from": "labs/VStepperVertical/index.mjs",
|
29
41
|
"styles": []
|
30
42
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
43
|
+
"VStepperVerticalItem": {
|
44
|
+
"from": "labs/VStepperVertical/index.mjs",
|
33
45
|
"styles": []
|
34
46
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
47
|
+
"VStepperVerticalActions": {
|
48
|
+
"from": "labs/VStepperVertical/index.mjs",
|
37
49
|
"styles": []
|
38
50
|
},
|
39
51
|
"VTreeview": {
|
@@ -60,29 +72,17 @@
|
|
60
72
|
"from": "labs/VTimePicker/index.mjs",
|
61
73
|
"styles": []
|
62
74
|
},
|
63
|
-
"VStepperVertical": {
|
64
|
-
"from": "labs/VStepperVertical/index.mjs",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VStepperVerticalItem": {
|
68
|
-
"from": "labs/VStepperVertical/index.mjs",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VStepperVerticalActions": {
|
72
|
-
"from": "labs/VStepperVertical/index.mjs",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
75
|
"VDateInput": {
|
76
76
|
"from": "labs/VDateInput/index.mjs",
|
77
77
|
"styles": []
|
78
78
|
},
|
79
|
-
"VPullToRefresh": {
|
80
|
-
"from": "labs/VPullToRefresh/index.mjs",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
79
|
"VSnackbarQueue": {
|
84
80
|
"from": "labs/VSnackbarQueue/index.mjs",
|
85
81
|
"styles": []
|
82
|
+
},
|
83
|
+
"VPullToRefresh": {
|
84
|
+
"from": "labs/VPullToRefresh/index.mjs",
|
85
|
+
"styles": []
|
86
86
|
}
|
87
87
|
}
|
88
88
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -16,8 +16,8 @@
|
|
16
16
|
"from": "components/VAppBar/index.mjs",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
19
|
+
"VBadge": {
|
20
|
+
"from": "components/VBadge/index.mjs",
|
21
21
|
"styles": []
|
22
22
|
},
|
23
23
|
"VAlert": {
|
@@ -32,10 +32,6 @@
|
|
32
32
|
"from": "components/VAutocomplete/index.mjs",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
-
"VBadge": {
|
36
|
-
"from": "components/VBadge/index.mjs",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
35
|
"VBanner": {
|
40
36
|
"from": "components/VBanner/index.mjs",
|
41
37
|
"styles": []
|
@@ -48,10 +44,6 @@
|
|
48
44
|
"from": "components/VBanner/index.mjs",
|
49
45
|
"styles": []
|
50
46
|
},
|
51
|
-
"VBottomSheet": {
|
52
|
-
"from": "components/VBottomSheet/index.mjs",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
47
|
"VBottomNavigation": {
|
56
48
|
"from": "components/VBottomNavigation/index.mjs",
|
57
49
|
"styles": []
|
@@ -68,28 +60,24 @@
|
|
68
60
|
"from": "components/VBreadcrumbs/index.mjs",
|
69
61
|
"styles": []
|
70
62
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
63
|
+
"VBottomSheet": {
|
64
|
+
"from": "components/VBottomSheet/index.mjs",
|
73
65
|
"styles": []
|
74
66
|
},
|
75
67
|
"VBtn": {
|
76
68
|
"from": "components/VBtn/index.mjs",
|
77
69
|
"styles": []
|
78
70
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VCheckbox": {
|
84
|
-
"from": "components/VCheckbox/index.mjs",
|
71
|
+
"VAvatar": {
|
72
|
+
"from": "components/VAvatar/index.mjs",
|
85
73
|
"styles": []
|
86
74
|
},
|
87
|
-
"
|
88
|
-
"from": "components/
|
75
|
+
"VBtnGroup": {
|
76
|
+
"from": "components/VBtnGroup/index.mjs",
|
89
77
|
"styles": []
|
90
78
|
},
|
91
|
-
"
|
92
|
-
"from": "components/
|
79
|
+
"VBtnToggle": {
|
80
|
+
"from": "components/VBtnToggle/index.mjs",
|
93
81
|
"styles": []
|
94
82
|
},
|
95
83
|
"VCard": {
|
@@ -116,10 +104,6 @@
|
|
116
104
|
"from": "components/VCard/index.mjs",
|
117
105
|
"styles": []
|
118
106
|
},
|
119
|
-
"VCode": {
|
120
|
-
"from": "components/VCode/index.mjs",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
107
|
"VCarousel": {
|
124
108
|
"from": "components/VCarousel/index.mjs",
|
125
109
|
"styles": []
|
@@ -128,8 +112,20 @@
|
|
128
112
|
"from": "components/VCarousel/index.mjs",
|
129
113
|
"styles": []
|
130
114
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
115
|
+
"VCheckbox": {
|
116
|
+
"from": "components/VCheckbox/index.mjs",
|
117
|
+
"styles": []
|
118
|
+
},
|
119
|
+
"VCheckboxBtn": {
|
120
|
+
"from": "components/VCheckbox/index.mjs",
|
121
|
+
"styles": []
|
122
|
+
},
|
123
|
+
"VCode": {
|
124
|
+
"from": "components/VCode/index.mjs",
|
125
|
+
"styles": []
|
126
|
+
},
|
127
|
+
"VChip": {
|
128
|
+
"from": "components/VChip/index.mjs",
|
133
129
|
"styles": []
|
134
130
|
},
|
135
131
|
"VChipGroup": {
|
@@ -168,12 +164,8 @@
|
|
168
164
|
"from": "components/VDatePicker/index.mjs",
|
169
165
|
"styles": []
|
170
166
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
173
|
-
"styles": []
|
174
|
-
},
|
175
|
-
"VEmptyState": {
|
176
|
-
"from": "components/VEmptyState/index.mjs",
|
167
|
+
"VCombobox": {
|
168
|
+
"from": "components/VCombobox/index.mjs",
|
177
169
|
"styles": []
|
178
170
|
},
|
179
171
|
"VDataTable": {
|
@@ -208,8 +200,12 @@
|
|
208
200
|
"from": "components/VDivider/index.mjs",
|
209
201
|
"styles": []
|
210
202
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
203
|
+
"VDialog": {
|
204
|
+
"from": "components/VDialog/index.mjs",
|
205
|
+
"styles": []
|
206
|
+
},
|
207
|
+
"VEmptyState": {
|
208
|
+
"from": "components/VEmptyState/index.mjs",
|
213
209
|
"styles": []
|
214
210
|
},
|
215
211
|
"VExpansionPanels": {
|
@@ -240,6 +236,10 @@
|
|
240
236
|
"from": "components/VField/index.mjs",
|
241
237
|
"styles": []
|
242
238
|
},
|
239
|
+
"VFileInput": {
|
240
|
+
"from": "components/VFileInput/index.mjs",
|
241
|
+
"styles": []
|
242
|
+
},
|
243
243
|
"VFooter": {
|
244
244
|
"from": "components/VFooter/index.mjs",
|
245
245
|
"styles": []
|
@@ -264,22 +264,6 @@
|
|
264
264
|
"from": "components/VIcon/index.mjs",
|
265
265
|
"styles": []
|
266
266
|
},
|
267
|
-
"VImg": {
|
268
|
-
"from": "components/VImg/index.mjs",
|
269
|
-
"styles": []
|
270
|
-
},
|
271
|
-
"VInfiniteScroll": {
|
272
|
-
"from": "components/VInfiniteScroll/index.mjs",
|
273
|
-
"styles": []
|
274
|
-
},
|
275
|
-
"VKbd": {
|
276
|
-
"from": "components/VKbd/index.mjs",
|
277
|
-
"styles": []
|
278
|
-
},
|
279
|
-
"VInput": {
|
280
|
-
"from": "components/VInput/index.mjs",
|
281
|
-
"styles": []
|
282
|
-
},
|
283
267
|
"VItemGroup": {
|
284
268
|
"from": "components/VItemGroup/index.mjs",
|
285
269
|
"styles": []
|
@@ -288,12 +272,12 @@
|
|
288
272
|
"from": "components/VItemGroup/index.mjs",
|
289
273
|
"styles": []
|
290
274
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
275
|
+
"VImg": {
|
276
|
+
"from": "components/VImg/index.mjs",
|
293
277
|
"styles": []
|
294
278
|
},
|
295
|
-
"
|
296
|
-
"from": "components/
|
279
|
+
"VInfiniteScroll": {
|
280
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
297
281
|
"styles": []
|
298
282
|
},
|
299
283
|
"VList": {
|
@@ -332,12 +316,24 @@
|
|
332
316
|
"from": "components/VList/index.mjs",
|
333
317
|
"styles": []
|
334
318
|
},
|
319
|
+
"VInput": {
|
320
|
+
"from": "components/VInput/index.mjs",
|
321
|
+
"styles": []
|
322
|
+
},
|
323
|
+
"VKbd": {
|
324
|
+
"from": "components/VKbd/index.mjs",
|
325
|
+
"styles": []
|
326
|
+
},
|
335
327
|
"VMenu": {
|
336
328
|
"from": "components/VMenu/index.mjs",
|
337
329
|
"styles": []
|
338
330
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
331
|
+
"VMain": {
|
332
|
+
"from": "components/VMain/index.mjs",
|
333
|
+
"styles": []
|
334
|
+
},
|
335
|
+
"VLabel": {
|
336
|
+
"from": "components/VLabel/index.mjs",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
339
|
"VMessages": {
|
@@ -348,18 +344,26 @@
|
|
348
344
|
"from": "components/VNavigationDrawer/index.mjs",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
347
|
+
"VOtpInput": {
|
348
|
+
"from": "components/VOtpInput/index.mjs",
|
353
349
|
"styles": []
|
354
350
|
},
|
355
351
|
"VPagination": {
|
356
352
|
"from": "components/VPagination/index.mjs",
|
357
353
|
"styles": []
|
358
354
|
},
|
355
|
+
"VOverlay": {
|
356
|
+
"from": "components/VOverlay/index.mjs",
|
357
|
+
"styles": []
|
358
|
+
},
|
359
359
|
"VProgressCircular": {
|
360
360
|
"from": "components/VProgressCircular/index.mjs",
|
361
361
|
"styles": []
|
362
362
|
},
|
363
|
+
"VRating": {
|
364
|
+
"from": "components/VRating/index.mjs",
|
365
|
+
"styles": []
|
366
|
+
},
|
363
367
|
"VProgressLinear": {
|
364
368
|
"from": "components/VProgressLinear/index.mjs",
|
365
369
|
"styles": []
|
@@ -368,24 +372,28 @@
|
|
368
372
|
"from": "components/VRadioGroup/index.mjs",
|
369
373
|
"styles": []
|
370
374
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
375
|
+
"VSelectionControlGroup": {
|
376
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
373
377
|
"styles": []
|
374
378
|
},
|
375
379
|
"VSelect": {
|
376
380
|
"from": "components/VSelect/index.mjs",
|
377
381
|
"styles": []
|
378
382
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
383
|
+
"VSelectionControl": {
|
384
|
+
"from": "components/VSelectionControl/index.mjs",
|
381
385
|
"styles": []
|
382
386
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
387
|
+
"VSkeletonLoader": {
|
388
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
385
389
|
"styles": []
|
386
390
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
391
|
+
"VSnackbar": {
|
392
|
+
"from": "components/VSnackbar/index.mjs",
|
393
|
+
"styles": []
|
394
|
+
},
|
395
|
+
"VSheet": {
|
396
|
+
"from": "components/VSheet/index.mjs",
|
389
397
|
"styles": []
|
390
398
|
},
|
391
399
|
"VSlideGroup": {
|
@@ -396,16 +404,12 @@
|
|
396
404
|
"from": "components/VSlideGroup/index.mjs",
|
397
405
|
"styles": []
|
398
406
|
},
|
399
|
-
"VSkeletonLoader": {
|
400
|
-
"from": "components/VSkeletonLoader/index.mjs",
|
401
|
-
"styles": []
|
402
|
-
},
|
403
407
|
"VSlider": {
|
404
408
|
"from": "components/VSlider/index.mjs",
|
405
409
|
"styles": []
|
406
410
|
},
|
407
|
-
"
|
408
|
-
"from": "components/
|
411
|
+
"VTable": {
|
412
|
+
"from": "components/VTable/index.mjs",
|
409
413
|
"styles": []
|
410
414
|
},
|
411
415
|
"VStepper": {
|
@@ -432,48 +436,44 @@
|
|
432
436
|
"from": "components/VStepper/index.mjs",
|
433
437
|
"styles": []
|
434
438
|
},
|
435
|
-
"VSystemBar": {
|
436
|
-
"from": "components/VSystemBar/index.mjs",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
439
|
"VSwitch": {
|
440
440
|
"from": "components/VSwitch/index.mjs",
|
441
441
|
"styles": []
|
442
442
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
445
|
-
"styles": []
|
446
|
-
},
|
447
|
-
"VTabs": {
|
448
|
-
"from": "components/VTabs/index.mjs",
|
443
|
+
"VTextField": {
|
444
|
+
"from": "components/VTextField/index.mjs",
|
449
445
|
"styles": []
|
450
446
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
447
|
+
"VTimeline": {
|
448
|
+
"from": "components/VTimeline/index.mjs",
|
453
449
|
"styles": []
|
454
450
|
},
|
455
|
-
"
|
456
|
-
"from": "components/
|
451
|
+
"VTimelineItem": {
|
452
|
+
"from": "components/VTimeline/index.mjs",
|
457
453
|
"styles": []
|
458
454
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
455
|
+
"VSystemBar": {
|
456
|
+
"from": "components/VSystemBar/index.mjs",
|
461
457
|
"styles": []
|
462
458
|
},
|
463
459
|
"VTextarea": {
|
464
460
|
"from": "components/VTextarea/index.mjs",
|
465
461
|
"styles": []
|
466
462
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
463
|
+
"VTab": {
|
464
|
+
"from": "components/VTabs/index.mjs",
|
469
465
|
"styles": []
|
470
466
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
467
|
+
"VTabs": {
|
468
|
+
"from": "components/VTabs/index.mjs",
|
473
469
|
"styles": []
|
474
470
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
471
|
+
"VTabsWindow": {
|
472
|
+
"from": "components/VTabs/index.mjs",
|
473
|
+
"styles": []
|
474
|
+
},
|
475
|
+
"VTabsWindowItem": {
|
476
|
+
"from": "components/VTabs/index.mjs",
|
477
477
|
"styles": []
|
478
478
|
},
|
479
479
|
"VToolbar": {
|
@@ -536,6 +536,10 @@
|
|
536
536
|
"from": "components/VHover/index.mjs",
|
537
537
|
"styles": []
|
538
538
|
},
|
539
|
+
"VLazy": {
|
540
|
+
"from": "components/VLazy/index.mjs",
|
541
|
+
"styles": []
|
542
|
+
},
|
539
543
|
"VLayout": {
|
540
544
|
"from": "components/VLayout/index.mjs",
|
541
545
|
"styles": []
|
@@ -544,10 +548,6 @@
|
|
544
548
|
"from": "components/VLayout/index.mjs",
|
545
549
|
"styles": []
|
546
550
|
},
|
547
|
-
"VLazy": {
|
548
|
-
"from": "components/VLazy/index.mjs",
|
549
|
-
"styles": []
|
550
|
-
},
|
551
551
|
"VLocaleProvider": {
|
552
552
|
"from": "components/VLocaleProvider/index.mjs",
|
553
553
|
"styles": []
|
@@ -584,10 +584,6 @@
|
|
584
584
|
"from": "components/VThemeProvider/index.mjs",
|
585
585
|
"styles": []
|
586
586
|
},
|
587
|
-
"VVirtualScroll": {
|
588
|
-
"from": "components/VVirtualScroll/index.mjs",
|
589
|
-
"styles": []
|
590
|
-
},
|
591
587
|
"VValidation": {
|
592
588
|
"from": "components/VValidation/index.mjs",
|
593
589
|
"styles": []
|
@@ -655,6 +651,10 @@
|
|
655
651
|
"VDialogTransition": {
|
656
652
|
"from": "components/transitions/index.mjs",
|
657
653
|
"styles": []
|
654
|
+
},
|
655
|
+
"VVirtualScroll": {
|
656
|
+
"from": "components/VVirtualScroll/index.mjs",
|
657
|
+
"styles": []
|
658
658
|
}
|
659
659
|
},
|
660
660
|
"directives": [
|
package/dist/json/web-types.json
CHANGED