@vuetify/nightly 4.0.0-dev-20230206.0 → 4.0.0-dev-20230211.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 +7 -2
- package/dist/json/importMap.json +98 -98
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +208 -199
- package/dist/vuetify-labs.d.ts +54 -0
- package/dist/vuetify-labs.esm.js +50 -14
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +50 -14
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +156 -156
- package/dist/vuetify.d.ts +26 -26
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +26 -26
- package/lib/labs/VDataTable/VDataTableFooter.css +9 -0
- package/lib/labs/VDataTable/VDataTableFooter.mjs +51 -13
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.sass +7 -0
- package/lib/labs/VDataTable/index.d.ts +54 -0
- package/lib/labs/components.d.ts +54 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-dev-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v4.0.0-dev-20230211.0...v) (2023-02-11)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
# [4.0.0-dev-
|
5
|
+
# [4.0.0-dev-20230211.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.3...v4.0.0-dev-20230211.0) (2023-02-11)
|
6
6
|
|
7
7
|
|
8
8
|
### Bug Fixes
|
@@ -14,6 +14,11 @@
|
|
14
14
|
* **VDataTableServer:** remove properties from options update ([55c2021](https://github.com/vuetifyjs/vuetify/commit/55c2021fde6b2167ad6956471c55811c83a1fb30))
|
15
15
|
|
16
16
|
|
17
|
+
### Features
|
18
|
+
|
19
|
+
* **VDataTableFooter:** add i18n props ([6f2aef0](https://github.com/vuetifyjs/vuetify/commit/6f2aef0cb68ae075528bb9e6b27a0f0f6fd624f1)), closes [#16625](https://github.com/vuetifyjs/vuetify/issues/16625)
|
20
|
+
|
21
|
+
|
17
22
|
|
18
23
|
## [2.6.14](https://github.com/vuetifyjs/vuetify/compare/v3.1.0...v2.6.14) (2023-01-10)
|
19
24
|
|
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,16 +24,8 @@
|
|
28
24
|
"from": "components/VHover/index.mjs",
|
29
25
|
"styles": []
|
30
26
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VLayoutItem": {
|
36
|
-
"from": "components/VLayout/index.mjs",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VLazy": {
|
40
|
-
"from": "components/VLazy/index.mjs",
|
27
|
+
"VForm": {
|
28
|
+
"from": "components/VForm/index.mjs",
|
41
29
|
"styles": []
|
42
30
|
},
|
43
31
|
"VLocaleProvider": {
|
@@ -48,10 +36,6 @@
|
|
48
36
|
"from": "components/VNoSsr/index.mjs",
|
49
37
|
"styles": []
|
50
38
|
},
|
51
|
-
"VParallax": {
|
52
|
-
"from": "components/VParallax/index.mjs",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
39
|
"VRadio": {
|
56
40
|
"from": "components/VRadio/index.mjs",
|
57
41
|
"styles": []
|
@@ -64,6 +48,10 @@
|
|
64
48
|
"from": "components/VResponsive/index.mjs",
|
65
49
|
"styles": []
|
66
50
|
},
|
51
|
+
"VParallax": {
|
52
|
+
"from": "components/VParallax/index.mjs",
|
53
|
+
"styles": []
|
54
|
+
},
|
67
55
|
"VThemeProvider": {
|
68
56
|
"from": "components/VThemeProvider/index.mjs",
|
69
57
|
"styles": []
|
@@ -160,34 +148,22 @@
|
|
160
148
|
"from": "components/VAlert/index.mjs",
|
161
149
|
"styles": []
|
162
150
|
},
|
163
|
-
"VAutocomplete": {
|
164
|
-
"from": "components/VAutocomplete/index.mjs",
|
165
|
-
"styles": []
|
166
|
-
},
|
167
151
|
"VAvatar": {
|
168
152
|
"from": "components/VAvatar/index.mjs",
|
169
153
|
"styles": []
|
170
154
|
},
|
171
|
-
"
|
172
|
-
"from": "components/
|
173
|
-
"styles": []
|
174
|
-
},
|
175
|
-
"VBanner": {
|
176
|
-
"from": "components/VBanner/index.mjs",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VBannerActions": {
|
180
|
-
"from": "components/VBanner/index.mjs",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VBannerText": {
|
184
|
-
"from": "components/VBanner/index.mjs",
|
155
|
+
"VAutocomplete": {
|
156
|
+
"from": "components/VAutocomplete/index.mjs",
|
185
157
|
"styles": []
|
186
158
|
},
|
187
159
|
"VBottomNavigation": {
|
188
160
|
"from": "components/VBottomNavigation/index.mjs",
|
189
161
|
"styles": []
|
190
162
|
},
|
163
|
+
"VBadge": {
|
164
|
+
"from": "components/VBadge/index.mjs",
|
165
|
+
"styles": []
|
166
|
+
},
|
191
167
|
"VBreadcrumbs": {
|
192
168
|
"from": "components/VBreadcrumbs/index.mjs",
|
193
169
|
"styles": []
|
@@ -200,16 +176,20 @@
|
|
200
176
|
"from": "components/VBreadcrumbs/index.mjs",
|
201
177
|
"styles": []
|
202
178
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
179
|
+
"VBanner": {
|
180
|
+
"from": "components/VBanner/index.mjs",
|
205
181
|
"styles": []
|
206
182
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
183
|
+
"VBannerActions": {
|
184
|
+
"from": "components/VBanner/index.mjs",
|
209
185
|
"styles": []
|
210
186
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
187
|
+
"VBannerText": {
|
188
|
+
"from": "components/VBanner/index.mjs",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VBtn": {
|
192
|
+
"from": "components/VBtn/index.mjs",
|
213
193
|
"styles": []
|
214
194
|
},
|
215
195
|
"VCard": {
|
@@ -236,6 +216,14 @@
|
|
236
216
|
"from": "components/VCard/index.mjs",
|
237
217
|
"styles": []
|
238
218
|
},
|
219
|
+
"VBtnToggle": {
|
220
|
+
"from": "components/VBtnToggle/index.mjs",
|
221
|
+
"styles": []
|
222
|
+
},
|
223
|
+
"VBtnGroup": {
|
224
|
+
"from": "components/VBtnGroup/index.mjs",
|
225
|
+
"styles": []
|
226
|
+
},
|
239
227
|
"VCarousel": {
|
240
228
|
"from": "components/VCarousel/index.mjs",
|
241
229
|
"styles": []
|
@@ -256,26 +244,26 @@
|
|
256
244
|
"from": "components/VChip/index.mjs",
|
257
245
|
"styles": []
|
258
246
|
},
|
259
|
-
"VChipGroup": {
|
260
|
-
"from": "components/VChipGroup/index.mjs",
|
261
|
-
"styles": []
|
262
|
-
},
|
263
247
|
"VCode": {
|
264
248
|
"from": "components/VCode/index.mjs",
|
265
249
|
"styles": []
|
266
250
|
},
|
267
|
-
"
|
268
|
-
"from": "components/
|
251
|
+
"VChipGroup": {
|
252
|
+
"from": "components/VChipGroup/index.mjs",
|
269
253
|
"styles": []
|
270
254
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
255
|
+
"VColorPicker": {
|
256
|
+
"from": "components/VColorPicker/index.mjs",
|
273
257
|
"styles": []
|
274
258
|
},
|
275
259
|
"VCounter": {
|
276
260
|
"from": "components/VCounter/index.mjs",
|
277
261
|
"styles": []
|
278
262
|
},
|
263
|
+
"VCombobox": {
|
264
|
+
"from": "components/VCombobox/index.mjs",
|
265
|
+
"styles": []
|
266
|
+
},
|
279
267
|
"VDialog": {
|
280
268
|
"from": "components/VDialog/index.mjs",
|
281
269
|
"styles": []
|
@@ -340,10 +328,6 @@
|
|
340
328
|
"from": "components/VImg/index.mjs",
|
341
329
|
"styles": []
|
342
330
|
},
|
343
|
-
"VInput": {
|
344
|
-
"from": "components/VInput/index.mjs",
|
345
|
-
"styles": []
|
346
|
-
},
|
347
331
|
"VItemGroup": {
|
348
332
|
"from": "components/VItemGroup/index.mjs",
|
349
333
|
"styles": []
|
@@ -352,6 +336,10 @@
|
|
352
336
|
"from": "components/VItemGroup/index.mjs",
|
353
337
|
"styles": []
|
354
338
|
},
|
339
|
+
"VInput": {
|
340
|
+
"from": "components/VInput/index.mjs",
|
341
|
+
"styles": []
|
342
|
+
},
|
355
343
|
"VKbd": {
|
356
344
|
"from": "components/VKbd/index.mjs",
|
357
345
|
"styles": []
|
@@ -360,42 +348,6 @@
|
|
360
348
|
"from": "components/VLabel/index.mjs",
|
361
349
|
"styles": []
|
362
350
|
},
|
363
|
-
"VList": {
|
364
|
-
"from": "components/VList/index.mjs",
|
365
|
-
"styles": []
|
366
|
-
},
|
367
|
-
"VListGroup": {
|
368
|
-
"from": "components/VList/index.mjs",
|
369
|
-
"styles": []
|
370
|
-
},
|
371
|
-
"VListImg": {
|
372
|
-
"from": "components/VList/index.mjs",
|
373
|
-
"styles": []
|
374
|
-
},
|
375
|
-
"VListItem": {
|
376
|
-
"from": "components/VList/index.mjs",
|
377
|
-
"styles": []
|
378
|
-
},
|
379
|
-
"VListItemAction": {
|
380
|
-
"from": "components/VList/index.mjs",
|
381
|
-
"styles": []
|
382
|
-
},
|
383
|
-
"VListItemMedia": {
|
384
|
-
"from": "components/VList/index.mjs",
|
385
|
-
"styles": []
|
386
|
-
},
|
387
|
-
"VListItemSubtitle": {
|
388
|
-
"from": "components/VList/index.mjs",
|
389
|
-
"styles": []
|
390
|
-
},
|
391
|
-
"VListItemTitle": {
|
392
|
-
"from": "components/VList/index.mjs",
|
393
|
-
"styles": []
|
394
|
-
},
|
395
|
-
"VListSubheader": {
|
396
|
-
"from": "components/VList/index.mjs",
|
397
|
-
"styles": []
|
398
|
-
},
|
399
351
|
"VMain": {
|
400
352
|
"from": "components/VMain/index.mjs",
|
401
353
|
"styles": []
|
@@ -436,14 +388,14 @@
|
|
436
388
|
"from": "components/VRating/index.mjs",
|
437
389
|
"styles": []
|
438
390
|
},
|
439
|
-
"VSelect": {
|
440
|
-
"from": "components/VSelect/index.mjs",
|
441
|
-
"styles": []
|
442
|
-
},
|
443
391
|
"VSelectionControl": {
|
444
392
|
"from": "components/VSelectionControl/index.mjs",
|
445
393
|
"styles": []
|
446
394
|
},
|
395
|
+
"VSelect": {
|
396
|
+
"from": "components/VSelect/index.mjs",
|
397
|
+
"styles": []
|
398
|
+
},
|
447
399
|
"VSelectionControlGroup": {
|
448
400
|
"from": "components/VSelectionControlGroup/index.mjs",
|
449
401
|
"styles": []
|
@@ -504,6 +456,10 @@
|
|
504
456
|
"from": "components/VTimeline/index.mjs",
|
505
457
|
"styles": []
|
506
458
|
},
|
459
|
+
"VTooltip": {
|
460
|
+
"from": "components/VTooltip/index.mjs",
|
461
|
+
"styles": []
|
462
|
+
},
|
507
463
|
"VToolbar": {
|
508
464
|
"from": "components/VToolbar/index.mjs",
|
509
465
|
"styles": []
|
@@ -516,10 +472,6 @@
|
|
516
472
|
"from": "components/VToolbar/index.mjs",
|
517
473
|
"styles": []
|
518
474
|
},
|
519
|
-
"VTooltip": {
|
520
|
-
"from": "components/VTooltip/index.mjs",
|
521
|
-
"styles": []
|
522
|
-
},
|
523
475
|
"VWindow": {
|
524
476
|
"from": "components/VWindow/index.mjs",
|
525
477
|
"styles": []
|
@@ -527,6 +479,54 @@
|
|
527
479
|
"VWindowItem": {
|
528
480
|
"from": "components/VWindow/index.mjs",
|
529
481
|
"styles": []
|
482
|
+
},
|
483
|
+
"VLazy": {
|
484
|
+
"from": "components/VLazy/index.mjs",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
|
+
"VLayout": {
|
488
|
+
"from": "components/VLayout/index.mjs",
|
489
|
+
"styles": []
|
490
|
+
},
|
491
|
+
"VLayoutItem": {
|
492
|
+
"from": "components/VLayout/index.mjs",
|
493
|
+
"styles": []
|
494
|
+
},
|
495
|
+
"VList": {
|
496
|
+
"from": "components/VList/index.mjs",
|
497
|
+
"styles": []
|
498
|
+
},
|
499
|
+
"VListGroup": {
|
500
|
+
"from": "components/VList/index.mjs",
|
501
|
+
"styles": []
|
502
|
+
},
|
503
|
+
"VListImg": {
|
504
|
+
"from": "components/VList/index.mjs",
|
505
|
+
"styles": []
|
506
|
+
},
|
507
|
+
"VListItem": {
|
508
|
+
"from": "components/VList/index.mjs",
|
509
|
+
"styles": []
|
510
|
+
},
|
511
|
+
"VListItemAction": {
|
512
|
+
"from": "components/VList/index.mjs",
|
513
|
+
"styles": []
|
514
|
+
},
|
515
|
+
"VListItemMedia": {
|
516
|
+
"from": "components/VList/index.mjs",
|
517
|
+
"styles": []
|
518
|
+
},
|
519
|
+
"VListItemSubtitle": {
|
520
|
+
"from": "components/VList/index.mjs",
|
521
|
+
"styles": []
|
522
|
+
},
|
523
|
+
"VListItemTitle": {
|
524
|
+
"from": "components/VList/index.mjs",
|
525
|
+
"styles": []
|
526
|
+
},
|
527
|
+
"VListSubheader": {
|
528
|
+
"from": "components/VList/index.mjs",
|
529
|
+
"styles": []
|
530
530
|
}
|
531
531
|
},
|
532
532
|
"directives": [
|
package/dist/json/web-types.json
CHANGED