@vuetify/nightly 3.1.7 → 3.1.8-master-20230307.0
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 +4 -6
- package/dist/json/importMap.json +68 -68
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +355 -355
- package/dist/vuetify-labs.esm.js +18 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +18 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +101 -101
- package/dist/vuetify.d.ts +20 -20
- 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 +20 -20
- package/lib/labs/VDataTable/VDataTable.mjs +4 -2
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +4 -2
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +7 -1
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/styles/generic/_index.scss +0 -1
- package/lib/styles/main.css +100 -100
- package/lib/styles/tools/_sheet.sass +3 -6
- package/lib/styles/utilities/_display.sass +6 -5
- package/lib/styles/utilities/_elevation.scss +13 -0
- package/lib/styles/utilities/_index.sass +3 -2
- package/lib/styles/utilities/_screenreaders.sass +13 -11
- package/package.json +1 -1
- package/lib/styles/generic/_elevation.scss +0 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.8-master-20230307.0...v) (2023-03-07)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.1.
|
|
5
|
+
## [3.1.8-master-20230307.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.7...v3.1.8-master-20230307.0) (2023-03-07)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* **
|
|
11
|
-
* **VDataTable:**
|
|
12
|
-
* **VExpansionPanelTitle:** add missing slot types ([163ec60](https://github.com/vuetifyjs/vuetify/commit/163ec60ab02e2b6e166821aaf859599554ea0251))
|
|
13
|
-
* **VVirtualScroll:** reset cached sizes on items length change ([#16736](https://github.com/vuetifyjs/vuetify/issues/16736)) ([151b872](https://github.com/vuetifyjs/vuetify/commit/151b872044024091dc5edc6e83741c96728d8a29)), closes [#16725](https://github.com/vuetifyjs/vuetify/issues/16725)
|
|
10
|
+
* **utilities:** make $utilities effect sr/disp/elev styles ([#16670](https://github.com/vuetifyjs/vuetify/issues/16670)) ([e790898](https://github.com/vuetifyjs/vuetify/commit/e7908981f0d0892f08e6f0c74c6324d7b26eb48e))
|
|
11
|
+
* **VDataTable:** reset page when searching ([6cc6070](https://github.com/vuetifyjs/vuetify/commit/6cc6070c4f1b75ab77c6b8ae930a191bad4c7ea6)), closes [#16806](https://github.com/vuetifyjs/vuetify/issues/16806)
|
|
14
12
|
|
|
15
13
|
|
|
16
14
|
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"VForm": {
|
|
8
|
-
"from": "components/VForm/index.mjs",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
7
|
"VContainer": {
|
|
12
8
|
"from": "components/VGrid/index.mjs",
|
|
13
9
|
"styles": []
|
|
@@ -28,6 +24,14 @@
|
|
|
28
24
|
"from": "components/VHover/index.mjs",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
27
|
+
"VForm": {
|
|
28
|
+
"from": "components/VForm/index.mjs",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VLazy": {
|
|
32
|
+
"from": "components/VLazy/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
31
35
|
"VLayout": {
|
|
32
36
|
"from": "components/VLayout/index.mjs",
|
|
33
37
|
"styles": []
|
|
@@ -36,10 +40,6 @@
|
|
|
36
40
|
"from": "components/VLayout/index.mjs",
|
|
37
41
|
"styles": []
|
|
38
42
|
},
|
|
39
|
-
"VLazy": {
|
|
40
|
-
"from": "components/VLazy/index.mjs",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
43
|
"VLocaleProvider": {
|
|
44
44
|
"from": "components/VLocaleProvider/index.mjs",
|
|
45
45
|
"styles": []
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"from": "components/VResponsive/index.mjs",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
67
|
+
"VApp": {
|
|
68
|
+
"from": "components/VApp/index.mjs",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
71
|
"VValidation": {
|
|
@@ -136,8 +136,8 @@
|
|
|
136
136
|
"from": "components/transitions/index.mjs",
|
|
137
137
|
"styles": []
|
|
138
138
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
139
|
+
"VThemeProvider": {
|
|
140
|
+
"from": "components/VThemeProvider/index.mjs",
|
|
141
141
|
"styles": []
|
|
142
142
|
},
|
|
143
143
|
"VAppBar": {
|
|
@@ -164,14 +164,14 @@
|
|
|
164
164
|
"from": "components/VAutocomplete/index.mjs",
|
|
165
165
|
"styles": []
|
|
166
166
|
},
|
|
167
|
-
"VAvatar": {
|
|
168
|
-
"from": "components/VAvatar/index.mjs",
|
|
169
|
-
"styles": []
|
|
170
|
-
},
|
|
171
167
|
"VBadge": {
|
|
172
168
|
"from": "components/VBadge/index.mjs",
|
|
173
169
|
"styles": []
|
|
174
170
|
},
|
|
171
|
+
"VAvatar": {
|
|
172
|
+
"from": "components/VAvatar/index.mjs",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
175
175
|
"VBanner": {
|
|
176
176
|
"from": "components/VBanner/index.mjs",
|
|
177
177
|
"styles": []
|
|
@@ -184,10 +184,6 @@
|
|
|
184
184
|
"from": "components/VBanner/index.mjs",
|
|
185
185
|
"styles": []
|
|
186
186
|
},
|
|
187
|
-
"VBottomNavigation": {
|
|
188
|
-
"from": "components/VBottomNavigation/index.mjs",
|
|
189
|
-
"styles": []
|
|
190
|
-
},
|
|
191
187
|
"VBreadcrumbs": {
|
|
192
188
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
193
189
|
"styles": []
|
|
@@ -204,6 +200,10 @@
|
|
|
204
200
|
"from": "components/VBtn/index.mjs",
|
|
205
201
|
"styles": []
|
|
206
202
|
},
|
|
203
|
+
"VBottomNavigation": {
|
|
204
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
207
|
"VBtnGroup": {
|
|
208
208
|
"from": "components/VBtnGroup/index.mjs",
|
|
209
209
|
"styles": []
|
|
@@ -212,6 +212,14 @@
|
|
|
212
212
|
"from": "components/VBtnToggle/index.mjs",
|
|
213
213
|
"styles": []
|
|
214
214
|
},
|
|
215
|
+
"VCarousel": {
|
|
216
|
+
"from": "components/VCarousel/index.mjs",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VCarouselItem": {
|
|
220
|
+
"from": "components/VCarousel/index.mjs",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
215
223
|
"VCard": {
|
|
216
224
|
"from": "components/VCard/index.mjs",
|
|
217
225
|
"styles": []
|
|
@@ -236,12 +244,12 @@
|
|
|
236
244
|
"from": "components/VCard/index.mjs",
|
|
237
245
|
"styles": []
|
|
238
246
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
247
|
+
"VChip": {
|
|
248
|
+
"from": "components/VChip/index.mjs",
|
|
241
249
|
"styles": []
|
|
242
250
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
251
|
+
"VChipGroup": {
|
|
252
|
+
"from": "components/VChipGroup/index.mjs",
|
|
245
253
|
"styles": []
|
|
246
254
|
},
|
|
247
255
|
"VCheckbox": {
|
|
@@ -252,22 +260,14 @@
|
|
|
252
260
|
"from": "components/VCheckbox/index.mjs",
|
|
253
261
|
"styles": []
|
|
254
262
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
|
-
"VChipGroup": {
|
|
260
|
-
"from": "components/VChipGroup/index.mjs",
|
|
263
|
+
"VColorPicker": {
|
|
264
|
+
"from": "components/VColorPicker/index.mjs",
|
|
261
265
|
"styles": []
|
|
262
266
|
},
|
|
263
267
|
"VCode": {
|
|
264
268
|
"from": "components/VCode/index.mjs",
|
|
265
269
|
"styles": []
|
|
266
270
|
},
|
|
267
|
-
"VColorPicker": {
|
|
268
|
-
"from": "components/VColorPicker/index.mjs",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
271
|
"VCombobox": {
|
|
272
272
|
"from": "components/VCombobox/index.mjs",
|
|
273
273
|
"styles": []
|
|
@@ -280,10 +280,6 @@
|
|
|
280
280
|
"from": "components/VDialog/index.mjs",
|
|
281
281
|
"styles": []
|
|
282
282
|
},
|
|
283
|
-
"VDivider": {
|
|
284
|
-
"from": "components/VDivider/index.mjs",
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
283
|
"VExpansionPanels": {
|
|
288
284
|
"from": "components/VExpansionPanel/index.mjs",
|
|
289
285
|
"styles": []
|
|
@@ -300,6 +296,14 @@
|
|
|
300
296
|
"from": "components/VExpansionPanel/index.mjs",
|
|
301
297
|
"styles": []
|
|
302
298
|
},
|
|
299
|
+
"VFileInput": {
|
|
300
|
+
"from": "components/VFileInput/index.mjs",
|
|
301
|
+
"styles": []
|
|
302
|
+
},
|
|
303
|
+
"VDivider": {
|
|
304
|
+
"from": "components/VDivider/index.mjs",
|
|
305
|
+
"styles": []
|
|
306
|
+
},
|
|
303
307
|
"VField": {
|
|
304
308
|
"from": "components/VField/index.mjs",
|
|
305
309
|
"styles": []
|
|
@@ -308,10 +312,6 @@
|
|
|
308
312
|
"from": "components/VField/index.mjs",
|
|
309
313
|
"styles": []
|
|
310
314
|
},
|
|
311
|
-
"VFileInput": {
|
|
312
|
-
"from": "components/VFileInput/index.mjs",
|
|
313
|
-
"styles": []
|
|
314
|
-
},
|
|
315
315
|
"VFooter": {
|
|
316
316
|
"from": "components/VFooter/index.mjs",
|
|
317
317
|
"styles": []
|
|
@@ -396,20 +396,16 @@
|
|
|
396
396
|
"from": "components/VList/index.mjs",
|
|
397
397
|
"styles": []
|
|
398
398
|
},
|
|
399
|
-
"VMain": {
|
|
400
|
-
"from": "components/VMain/index.mjs",
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
399
|
"VMenu": {
|
|
404
400
|
"from": "components/VMenu/index.mjs",
|
|
405
401
|
"styles": []
|
|
406
402
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
403
|
+
"VMain": {
|
|
404
|
+
"from": "components/VMain/index.mjs",
|
|
409
405
|
"styles": []
|
|
410
406
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
407
|
+
"VMessages": {
|
|
408
|
+
"from": "components/VMessages/index.mjs",
|
|
413
409
|
"styles": []
|
|
414
410
|
},
|
|
415
411
|
"VOverlay": {
|
|
@@ -420,6 +416,10 @@
|
|
|
420
416
|
"from": "components/VPagination/index.mjs",
|
|
421
417
|
"styles": []
|
|
422
418
|
},
|
|
419
|
+
"VNavigationDrawer": {
|
|
420
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
423
423
|
"VProgressCircular": {
|
|
424
424
|
"from": "components/VProgressCircular/index.mjs",
|
|
425
425
|
"styles": []
|
|
@@ -460,14 +460,14 @@
|
|
|
460
460
|
"from": "components/VSlideGroup/index.mjs",
|
|
461
461
|
"styles": []
|
|
462
462
|
},
|
|
463
|
-
"VSlider": {
|
|
464
|
-
"from": "components/VSlider/index.mjs",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
463
|
"VSnackbar": {
|
|
468
464
|
"from": "components/VSnackbar/index.mjs",
|
|
469
465
|
"styles": []
|
|
470
466
|
},
|
|
467
|
+
"VSlider": {
|
|
468
|
+
"from": "components/VSlider/index.mjs",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
471
471
|
"VSwitch": {
|
|
472
472
|
"from": "components/VSwitch/index.mjs",
|
|
473
473
|
"styles": []
|
|
@@ -492,18 +492,6 @@
|
|
|
492
492
|
"from": "components/VTextarea/index.mjs",
|
|
493
493
|
"styles": []
|
|
494
494
|
},
|
|
495
|
-
"VTextField": {
|
|
496
|
-
"from": "components/VTextField/index.mjs",
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
|
-
"VTimeline": {
|
|
500
|
-
"from": "components/VTimeline/index.mjs",
|
|
501
|
-
"styles": []
|
|
502
|
-
},
|
|
503
|
-
"VTimelineItem": {
|
|
504
|
-
"from": "components/VTimeline/index.mjs",
|
|
505
|
-
"styles": []
|
|
506
|
-
},
|
|
507
495
|
"VToolbar": {
|
|
508
496
|
"from": "components/VToolbar/index.mjs",
|
|
509
497
|
"styles": []
|
|
@@ -516,8 +504,16 @@
|
|
|
516
504
|
"from": "components/VToolbar/index.mjs",
|
|
517
505
|
"styles": []
|
|
518
506
|
},
|
|
519
|
-
"
|
|
520
|
-
"from": "components/
|
|
507
|
+
"VTextField": {
|
|
508
|
+
"from": "components/VTextField/index.mjs",
|
|
509
|
+
"styles": []
|
|
510
|
+
},
|
|
511
|
+
"VTimeline": {
|
|
512
|
+
"from": "components/VTimeline/index.mjs",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
515
|
+
"VTimelineItem": {
|
|
516
|
+
"from": "components/VTimeline/index.mjs",
|
|
521
517
|
"styles": []
|
|
522
518
|
},
|
|
523
519
|
"VWindow": {
|
|
@@ -527,6 +523,10 @@
|
|
|
527
523
|
"VWindowItem": {
|
|
528
524
|
"from": "components/VWindow/index.mjs",
|
|
529
525
|
"styles": []
|
|
526
|
+
},
|
|
527
|
+
"VTooltip": {
|
|
528
|
+
"from": "components/VTooltip/index.mjs",
|
|
529
|
+
"styles": []
|
|
530
530
|
}
|
|
531
531
|
},
|
|
532
532
|
"directives": [
|