@vuetify/nightly 3.1.16-master-20230426.0 → 3.1.16
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 +2 -2
- package/dist/json/importMap.json +36 -36
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +425 -425
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +225 -225
- package/dist/vuetify.d.ts +9 -9
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +9 -9
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.16
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.16...v) (2023-04-27)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.1.16
|
|
5
|
+
## [3.1.16](https://github.com/vuetifyjs/vuetify/compare/v3.1.15...v3.1.16) (2023-04-26)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
package/dist/json/importMap.json
CHANGED
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
"from": "components/VAppBar/index.mjs",
|
|
17
17
|
"styles": []
|
|
18
18
|
},
|
|
19
|
+
"VAutocomplete": {
|
|
20
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
19
23
|
"VAlert": {
|
|
20
24
|
"from": "components/VAlert/index.mjs",
|
|
21
25
|
"styles": []
|
|
@@ -24,10 +28,6 @@
|
|
|
24
28
|
"from": "components/VAlert/index.mjs",
|
|
25
29
|
"styles": []
|
|
26
30
|
},
|
|
27
|
-
"VAutocomplete": {
|
|
28
|
-
"from": "components/VAutocomplete/index.mjs",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
31
|
"VAvatar": {
|
|
32
32
|
"from": "components/VAvatar/index.mjs",
|
|
33
33
|
"styles": []
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
|
-
"VBtn": {
|
|
68
|
-
"from": "components/VBtn/index.mjs",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
67
|
"VBtnGroup": {
|
|
72
68
|
"from": "components/VBtnGroup/index.mjs",
|
|
73
69
|
"styles": []
|
|
74
70
|
},
|
|
71
|
+
"VBtn": {
|
|
72
|
+
"from": "components/VBtn/index.mjs",
|
|
73
|
+
"styles": []
|
|
74
|
+
},
|
|
75
75
|
"VBtnToggle": {
|
|
76
76
|
"from": "components/VBtnToggle/index.mjs",
|
|
77
77
|
"styles": []
|
|
@@ -100,6 +100,10 @@
|
|
|
100
100
|
"from": "components/VCard/index.mjs",
|
|
101
101
|
"styles": []
|
|
102
102
|
},
|
|
103
|
+
"VChip": {
|
|
104
|
+
"from": "components/VChip/index.mjs",
|
|
105
|
+
"styles": []
|
|
106
|
+
},
|
|
103
107
|
"VCarousel": {
|
|
104
108
|
"from": "components/VCarousel/index.mjs",
|
|
105
109
|
"styles": []
|
|
@@ -116,10 +120,6 @@
|
|
|
116
120
|
"from": "components/VCheckbox/index.mjs",
|
|
117
121
|
"styles": []
|
|
118
122
|
},
|
|
119
|
-
"VChip": {
|
|
120
|
-
"from": "components/VChip/index.mjs",
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
123
|
"VChipGroup": {
|
|
124
124
|
"from": "components/VChipGroup/index.mjs",
|
|
125
125
|
"styles": []
|
|
@@ -204,10 +204,6 @@
|
|
|
204
204
|
"from": "components/VImg/index.mjs",
|
|
205
205
|
"styles": []
|
|
206
206
|
},
|
|
207
|
-
"VInput": {
|
|
208
|
-
"from": "components/VInput/index.mjs",
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
207
|
"VItemGroup": {
|
|
212
208
|
"from": "components/VItemGroup/index.mjs",
|
|
213
209
|
"styles": []
|
|
@@ -216,6 +212,10 @@
|
|
|
216
212
|
"from": "components/VItemGroup/index.mjs",
|
|
217
213
|
"styles": []
|
|
218
214
|
},
|
|
215
|
+
"VInput": {
|
|
216
|
+
"from": "components/VInput/index.mjs",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
219
|
"VKbd": {
|
|
220
220
|
"from": "components/VKbd/index.mjs",
|
|
221
221
|
"styles": []
|
|
@@ -288,6 +288,10 @@
|
|
|
288
288
|
"from": "components/VProgressLinear/index.mjs",
|
|
289
289
|
"styles": []
|
|
290
290
|
},
|
|
291
|
+
"VProgressCircular": {
|
|
292
|
+
"from": "components/VProgressCircular/index.mjs",
|
|
293
|
+
"styles": []
|
|
294
|
+
},
|
|
291
295
|
"VRadioGroup": {
|
|
292
296
|
"from": "components/VRadioGroup/index.mjs",
|
|
293
297
|
"styles": []
|
|
@@ -308,10 +312,6 @@
|
|
|
308
312
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
309
313
|
"styles": []
|
|
310
314
|
},
|
|
311
|
-
"VSheet": {
|
|
312
|
-
"from": "components/VSheet/index.mjs",
|
|
313
|
-
"styles": []
|
|
314
|
-
},
|
|
315
315
|
"VSlideGroup": {
|
|
316
316
|
"from": "components/VSlideGroup/index.mjs",
|
|
317
317
|
"styles": []
|
|
@@ -324,6 +324,10 @@
|
|
|
324
324
|
"from": "components/VSlider/index.mjs",
|
|
325
325
|
"styles": []
|
|
326
326
|
},
|
|
327
|
+
"VSheet": {
|
|
328
|
+
"from": "components/VSheet/index.mjs",
|
|
329
|
+
"styles": []
|
|
330
|
+
},
|
|
327
331
|
"VSnackbar": {
|
|
328
332
|
"from": "components/VSnackbar/index.mjs",
|
|
329
333
|
"styles": []
|
|
@@ -392,6 +396,10 @@
|
|
|
392
396
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
393
397
|
"styles": []
|
|
394
398
|
},
|
|
399
|
+
"VHover": {
|
|
400
|
+
"from": "components/VHover/index.mjs",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
395
403
|
"VForm": {
|
|
396
404
|
"from": "components/VForm/index.mjs",
|
|
397
405
|
"styles": []
|
|
@@ -412,10 +420,6 @@
|
|
|
412
420
|
"from": "components/VGrid/index.mjs",
|
|
413
421
|
"styles": []
|
|
414
422
|
},
|
|
415
|
-
"VHover": {
|
|
416
|
-
"from": "components/VHover/index.mjs",
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
423
|
"VLayout": {
|
|
420
424
|
"from": "components/VLayout/index.mjs",
|
|
421
425
|
"styles": []
|
|
@@ -436,10 +440,6 @@
|
|
|
436
440
|
"from": "components/VNoSsr/index.mjs",
|
|
437
441
|
"styles": []
|
|
438
442
|
},
|
|
439
|
-
"VParallax": {
|
|
440
|
-
"from": "components/VParallax/index.mjs",
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
443
|
"VRadio": {
|
|
444
444
|
"from": "components/VRadio/index.mjs",
|
|
445
445
|
"styles": []
|
|
@@ -448,18 +448,22 @@
|
|
|
448
448
|
"from": "components/VRangeSlider/index.mjs",
|
|
449
449
|
"styles": []
|
|
450
450
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
451
|
+
"VParallax": {
|
|
452
|
+
"from": "components/VParallax/index.mjs",
|
|
453
453
|
"styles": []
|
|
454
454
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
455
|
+
"VResponsive": {
|
|
456
|
+
"from": "components/VResponsive/index.mjs",
|
|
457
457
|
"styles": []
|
|
458
458
|
},
|
|
459
459
|
"VValidation": {
|
|
460
460
|
"from": "components/VValidation/index.mjs",
|
|
461
461
|
"styles": []
|
|
462
462
|
},
|
|
463
|
+
"VThemeProvider": {
|
|
464
|
+
"from": "components/VThemeProvider/index.mjs",
|
|
465
|
+
"styles": []
|
|
466
|
+
},
|
|
463
467
|
"VFabTransition": {
|
|
464
468
|
"from": "components/transitions/index.mjs",
|
|
465
469
|
"styles": []
|
|
@@ -523,10 +527,6 @@
|
|
|
523
527
|
"VDialogTransition": {
|
|
524
528
|
"from": "components/transitions/index.mjs",
|
|
525
529
|
"styles": []
|
|
526
|
-
},
|
|
527
|
-
"VProgressCircular": {
|
|
528
|
-
"from": "components/VProgressCircular/index.mjs",
|
|
529
|
-
"styles": []
|
|
530
530
|
}
|
|
531
531
|
},
|
|
532
532
|
"directives": [
|