@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/dist/vuetify.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v4.0.0-dev-
|
2
|
+
* Vuetify v4.0.0-dev-20230211.0
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -23001,8 +23001,6 @@ textarea.v-field__input::placeholder {
|
|
23001
23001
|
|
23002
23002
|
.v-list-group__header.v-list-item--active:not(:focus-visible) .v-list-item__overlay {
|
23003
23003
|
opacity: 0;
|
23004
|
-
}.v-locale-provider {
|
23005
|
-
display: contents;
|
23006
23004
|
}.v-main {
|
23007
23005
|
flex: 1 0 auto;
|
23008
23006
|
max-width: 100%;
|
@@ -25142,6 +25140,8 @@ html.v-overlay-scroll-blocked {
|
|
25142
25140
|
}
|
25143
25141
|
.v-window-y-reverse-transition-leave-to {
|
25144
25142
|
transform: translateY(100%);
|
25143
|
+
}.v-locale-provider {
|
25144
|
+
display: contents;
|
25145
25145
|
}.v-color-picker-canvas {
|
25146
25146
|
position: relative;
|
25147
25147
|
overflow: hidden;
|
@@ -25293,159 +25293,6 @@ html.v-overlay-scroll-blocked {
|
|
25293
25293
|
justify-content: center;
|
25294
25294
|
width: 100%;
|
25295
25295
|
height: 100%;
|
25296
|
-
}.v-slider-track__background {
|
25297
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
25298
|
-
}
|
25299
|
-
|
25300
|
-
.v-slider-track__fill {
|
25301
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
25302
|
-
}
|
25303
|
-
|
25304
|
-
.v-slider-track__tick {
|
25305
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
25306
|
-
}
|
25307
|
-
.v-slider-track__tick--filled {
|
25308
|
-
background-color: rgb(var(--v-theme-on-surface-variant));
|
25309
|
-
}
|
25310
|
-
|
25311
|
-
.v-slider-track {
|
25312
|
-
border-radius: 6px;
|
25313
|
-
}
|
25314
|
-
|
25315
|
-
.v-slider-track__background, .v-slider-track__fill {
|
25316
|
-
position: absolute;
|
25317
|
-
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25318
|
-
border-radius: inherit;
|
25319
|
-
}
|
25320
|
-
.v-slider--pressed .v-slider-track__background, .v-slider--pressed .v-slider-track__fill {
|
25321
|
-
transition: none;
|
25322
|
-
}
|
25323
|
-
.v-input--error:not(.v-input--disabled) .v-slider-track__background, .v-input--error:not(.v-input--disabled) .v-slider-track__fill {
|
25324
|
-
background-color: currentColor;
|
25325
|
-
}
|
25326
|
-
|
25327
|
-
.v-slider-track__ticks {
|
25328
|
-
height: 100%;
|
25329
|
-
width: 100%;
|
25330
|
-
position: relative;
|
25331
|
-
}
|
25332
|
-
|
25333
|
-
.v-slider-track__tick {
|
25334
|
-
position: absolute;
|
25335
|
-
opacity: 0;
|
25336
|
-
transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25337
|
-
border-radius: 2px;
|
25338
|
-
width: var(--v-slider-tick-size);
|
25339
|
-
height: var(--v-slider-tick-size);
|
25340
|
-
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / -2));
|
25341
|
-
}
|
25342
|
-
.v-slider-track__tick--first .v-slider-track__tick-label.v-locale--is-ltr, .v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label {
|
25343
|
-
transform: none;
|
25344
|
-
}
|
25345
|
-
.v-slider-track__tick--first .v-slider-track__tick-label.v-locale--is-rtl, .v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label {
|
25346
|
-
transform: translateX(100%);
|
25347
|
-
}
|
25348
|
-
.v-slider-track__tick--last .v-slider-track__tick-label.v-locale--is-ltr, .v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label {
|
25349
|
-
transform: translateX(-100%);
|
25350
|
-
}
|
25351
|
-
.v-slider-track__tick--last .v-slider-track__tick-label.v-locale--is-rtl, .v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label {
|
25352
|
-
transform: none;
|
25353
|
-
}
|
25354
|
-
|
25355
|
-
.v-slider-track__tick-label {
|
25356
|
-
position: absolute;
|
25357
|
-
-webkit-user-select: none;
|
25358
|
-
user-select: none;
|
25359
|
-
white-space: nowrap;
|
25360
|
-
}
|
25361
|
-
|
25362
|
-
.v-slider.v-input--horizontal .v-slider-track {
|
25363
|
-
display: flex;
|
25364
|
-
align-items: center;
|
25365
|
-
width: 100%;
|
25366
|
-
height: calc(var(--v-slider-track-size) + 2px);
|
25367
|
-
touch-action: pan-y;
|
25368
|
-
}
|
25369
|
-
.v-slider.v-input--horizontal .v-slider-track__background {
|
25370
|
-
height: var(--v-slider-track-size);
|
25371
|
-
}
|
25372
|
-
.v-slider.v-input--horizontal .v-slider-track__fill {
|
25373
|
-
height: inherit;
|
25374
|
-
}
|
25375
|
-
.v-slider.v-input--horizontal .v-slider-track__tick {
|
25376
|
-
margin-top: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
25377
|
-
}
|
25378
|
-
.v-slider.v-input--horizontal .v-slider-track__tick.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick {
|
25379
|
-
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / -2));
|
25380
|
-
}
|
25381
|
-
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
25382
|
-
margin-top: calc(var(--v-slider-track-size) / 2 + 8px);
|
25383
|
-
}
|
25384
|
-
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label.v-locale--is-ltr, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
25385
|
-
transform: translateX(-50%);
|
25386
|
-
}
|
25387
|
-
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
25388
|
-
transform: translateX(50%);
|
25389
|
-
}
|
25390
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--first {
|
25391
|
-
margin-inline-start: calc(var(--v-slider-tick-size) + 1px);
|
25392
|
-
}
|
25393
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label.v-locale--is-ltr, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
25394
|
-
transform: translateX(0%);
|
25395
|
-
}
|
25396
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
25397
|
-
transform: translateX(0%);
|
25398
|
-
}
|
25399
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--last {
|
25400
|
-
margin-inline-start: calc(100% - var(--v-slider-tick-size) - 1px);
|
25401
|
-
}
|
25402
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label.v-locale--is-ltr, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
25403
|
-
transform: translateX(-100%);
|
25404
|
-
}
|
25405
|
-
.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
25406
|
-
transform: translateX(100%);
|
25407
|
-
}
|
25408
|
-
|
25409
|
-
.v-slider.v-input--vertical .v-slider-track {
|
25410
|
-
height: 100%;
|
25411
|
-
display: flex;
|
25412
|
-
justify-content: center;
|
25413
|
-
width: calc(var(--v-slider-track-size) + 2px);
|
25414
|
-
touch-action: pan-x;
|
25415
|
-
}
|
25416
|
-
.v-slider.v-input--vertical .v-slider-track__background {
|
25417
|
-
width: var(--v-slider-track-size);
|
25418
|
-
}
|
25419
|
-
.v-slider.v-input--vertical .v-slider-track__fill {
|
25420
|
-
width: inherit;
|
25421
|
-
}
|
25422
|
-
.v-slider.v-input--vertical .v-slider-track__ticks {
|
25423
|
-
height: 100%;
|
25424
|
-
}
|
25425
|
-
.v-slider.v-input--vertical .v-slider-track__tick {
|
25426
|
-
margin-inline-start: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
25427
|
-
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / 2));
|
25428
|
-
}
|
25429
|
-
.v-slider.v-input--vertical .v-slider-track__tick.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick {
|
25430
|
-
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / 2));
|
25431
|
-
}
|
25432
|
-
.v-slider.v-input--vertical .v-slider-track__tick--first {
|
25433
|
-
bottom: calc(0% + var(--v-slider-tick-size) + 1px);
|
25434
|
-
}
|
25435
|
-
.v-slider.v-input--vertical .v-slider-track__tick--last {
|
25436
|
-
bottom: calc(100% - var(--v-slider-tick-size) - 1px);
|
25437
|
-
}
|
25438
|
-
.v-slider.v-input--vertical .v-slider-track__tick .v-slider-track__tick-label {
|
25439
|
-
margin-inline-start: calc(var(--v-slider-track-size) / 2 + 12px);
|
25440
|
-
transform: translateY(-50%);
|
25441
|
-
}
|
25442
|
-
|
25443
|
-
.v-slider-track__ticks--always-show .v-slider-track__tick, .v-slider--focused .v-slider-track__tick {
|
25444
|
-
opacity: 1;
|
25445
|
-
}
|
25446
|
-
|
25447
|
-
.v-slider-track__background--opacity {
|
25448
|
-
opacity: 0.38;
|
25449
25296
|
}.v-slider-thumb {
|
25450
25297
|
touch-action: none;
|
25451
25298
|
color: rgb(var(--v-theme-surface-variant));
|
@@ -25604,4 +25451,157 @@ html.v-overlay-scroll-blocked {
|
|
25604
25451
|
.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
|
25605
25452
|
opacity: var(--v-hover-opacity);
|
25606
25453
|
}
|
25454
|
+
}.v-slider-track__background {
|
25455
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
25456
|
+
}
|
25457
|
+
|
25458
|
+
.v-slider-track__fill {
|
25459
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
25460
|
+
}
|
25461
|
+
|
25462
|
+
.v-slider-track__tick {
|
25463
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
25464
|
+
}
|
25465
|
+
.v-slider-track__tick--filled {
|
25466
|
+
background-color: rgb(var(--v-theme-on-surface-variant));
|
25467
|
+
}
|
25468
|
+
|
25469
|
+
.v-slider-track {
|
25470
|
+
border-radius: 6px;
|
25471
|
+
}
|
25472
|
+
|
25473
|
+
.v-slider-track__background, .v-slider-track__fill {
|
25474
|
+
position: absolute;
|
25475
|
+
transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
|
25476
|
+
border-radius: inherit;
|
25477
|
+
}
|
25478
|
+
.v-slider--pressed .v-slider-track__background, .v-slider--pressed .v-slider-track__fill {
|
25479
|
+
transition: none;
|
25480
|
+
}
|
25481
|
+
.v-input--error:not(.v-input--disabled) .v-slider-track__background, .v-input--error:not(.v-input--disabled) .v-slider-track__fill {
|
25482
|
+
background-color: currentColor;
|
25483
|
+
}
|
25484
|
+
|
25485
|
+
.v-slider-track__ticks {
|
25486
|
+
height: 100%;
|
25487
|
+
width: 100%;
|
25488
|
+
position: relative;
|
25489
|
+
}
|
25490
|
+
|
25491
|
+
.v-slider-track__tick {
|
25492
|
+
position: absolute;
|
25493
|
+
opacity: 0;
|
25494
|
+
transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
25495
|
+
border-radius: 2px;
|
25496
|
+
width: var(--v-slider-tick-size);
|
25497
|
+
height: var(--v-slider-tick-size);
|
25498
|
+
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / -2));
|
25499
|
+
}
|
25500
|
+
.v-slider-track__tick--first .v-slider-track__tick-label.v-locale--is-ltr, .v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label {
|
25501
|
+
transform: none;
|
25502
|
+
}
|
25503
|
+
.v-slider-track__tick--first .v-slider-track__tick-label.v-locale--is-rtl, .v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label {
|
25504
|
+
transform: translateX(100%);
|
25505
|
+
}
|
25506
|
+
.v-slider-track__tick--last .v-slider-track__tick-label.v-locale--is-ltr, .v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label {
|
25507
|
+
transform: translateX(-100%);
|
25508
|
+
}
|
25509
|
+
.v-slider-track__tick--last .v-slider-track__tick-label.v-locale--is-rtl, .v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label {
|
25510
|
+
transform: none;
|
25511
|
+
}
|
25512
|
+
|
25513
|
+
.v-slider-track__tick-label {
|
25514
|
+
position: absolute;
|
25515
|
+
-webkit-user-select: none;
|
25516
|
+
user-select: none;
|
25517
|
+
white-space: nowrap;
|
25518
|
+
}
|
25519
|
+
|
25520
|
+
.v-slider.v-input--horizontal .v-slider-track {
|
25521
|
+
display: flex;
|
25522
|
+
align-items: center;
|
25523
|
+
width: 100%;
|
25524
|
+
height: calc(var(--v-slider-track-size) + 2px);
|
25525
|
+
touch-action: pan-y;
|
25526
|
+
}
|
25527
|
+
.v-slider.v-input--horizontal .v-slider-track__background {
|
25528
|
+
height: var(--v-slider-track-size);
|
25529
|
+
}
|
25530
|
+
.v-slider.v-input--horizontal .v-slider-track__fill {
|
25531
|
+
height: inherit;
|
25532
|
+
}
|
25533
|
+
.v-slider.v-input--horizontal .v-slider-track__tick {
|
25534
|
+
margin-top: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
25535
|
+
}
|
25536
|
+
.v-slider.v-input--horizontal .v-slider-track__tick.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick {
|
25537
|
+
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / -2));
|
25538
|
+
}
|
25539
|
+
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
25540
|
+
margin-top: calc(var(--v-slider-track-size) / 2 + 8px);
|
25541
|
+
}
|
25542
|
+
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label.v-locale--is-ltr, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
25543
|
+
transform: translateX(-50%);
|
25544
|
+
}
|
25545
|
+
.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label {
|
25546
|
+
transform: translateX(50%);
|
25547
|
+
}
|
25548
|
+
.v-slider.v-input--horizontal .v-slider-track__tick--first {
|
25549
|
+
margin-inline-start: calc(var(--v-slider-tick-size) + 1px);
|
25550
|
+
}
|
25551
|
+
.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label.v-locale--is-ltr, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
25552
|
+
transform: translateX(0%);
|
25553
|
+
}
|
25554
|
+
.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label {
|
25555
|
+
transform: translateX(0%);
|
25556
|
+
}
|
25557
|
+
.v-slider.v-input--horizontal .v-slider-track__tick--last {
|
25558
|
+
margin-inline-start: calc(100% - var(--v-slider-tick-size) - 1px);
|
25559
|
+
}
|
25560
|
+
.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label.v-locale--is-ltr, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
25561
|
+
transform: translateX(-100%);
|
25562
|
+
}
|
25563
|
+
.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label {
|
25564
|
+
transform: translateX(100%);
|
25565
|
+
}
|
25566
|
+
|
25567
|
+
.v-slider.v-input--vertical .v-slider-track {
|
25568
|
+
height: 100%;
|
25569
|
+
display: flex;
|
25570
|
+
justify-content: center;
|
25571
|
+
width: calc(var(--v-slider-track-size) + 2px);
|
25572
|
+
touch-action: pan-x;
|
25573
|
+
}
|
25574
|
+
.v-slider.v-input--vertical .v-slider-track__background {
|
25575
|
+
width: var(--v-slider-track-size);
|
25576
|
+
}
|
25577
|
+
.v-slider.v-input--vertical .v-slider-track__fill {
|
25578
|
+
width: inherit;
|
25579
|
+
}
|
25580
|
+
.v-slider.v-input--vertical .v-slider-track__ticks {
|
25581
|
+
height: 100%;
|
25582
|
+
}
|
25583
|
+
.v-slider.v-input--vertical .v-slider-track__tick {
|
25584
|
+
margin-inline-start: calc(calc(var(--v-slider-track-size) + 2px) / 2);
|
25585
|
+
transform: translate(calc(var(--v-slider-tick-size) / -2), calc(var(--v-slider-tick-size) / 2));
|
25586
|
+
}
|
25587
|
+
.v-slider.v-input--vertical .v-slider-track__tick.v-locale--is-rtl, .v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick {
|
25588
|
+
transform: translate(calc(var(--v-slider-tick-size) / 2), calc(var(--v-slider-tick-size) / 2));
|
25589
|
+
}
|
25590
|
+
.v-slider.v-input--vertical .v-slider-track__tick--first {
|
25591
|
+
bottom: calc(0% + var(--v-slider-tick-size) + 1px);
|
25592
|
+
}
|
25593
|
+
.v-slider.v-input--vertical .v-slider-track__tick--last {
|
25594
|
+
bottom: calc(100% - var(--v-slider-tick-size) - 1px);
|
25595
|
+
}
|
25596
|
+
.v-slider.v-input--vertical .v-slider-track__tick .v-slider-track__tick-label {
|
25597
|
+
margin-inline-start: calc(var(--v-slider-track-size) / 2 + 12px);
|
25598
|
+
transform: translateY(-50%);
|
25599
|
+
}
|
25600
|
+
|
25601
|
+
.v-slider-track__ticks--always-show .v-slider-track__tick, .v-slider--focused .v-slider-track__tick {
|
25602
|
+
opacity: 1;
|
25603
|
+
}
|
25604
|
+
|
25605
|
+
.v-slider-track__background--opacity {
|
25606
|
+
opacity: 0.38;
|
25607
25607
|
}
|
package/dist/vuetify.d.ts
CHANGED
@@ -26158,21 +26158,18 @@ declare module '@vue/runtime-core' {
|
|
26158
26158
|
|
26159
26159
|
export interface GlobalComponents {
|
26160
26160
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
26161
|
-
VForm: typeof import('vuetify/components')['VForm']
|
26162
26161
|
VContainer: typeof import('vuetify/components')['VContainer']
|
26163
26162
|
VCol: typeof import('vuetify/components')['VCol']
|
26164
26163
|
VRow: typeof import('vuetify/components')['VRow']
|
26165
26164
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
26166
26165
|
VHover: typeof import('vuetify/components')['VHover']
|
26167
|
-
|
26168
|
-
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
26169
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
26166
|
+
VForm: typeof import('vuetify/components')['VForm']
|
26170
26167
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
26171
26168
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
26172
|
-
VParallax: typeof import('vuetify/components')['VParallax']
|
26173
26169
|
VRadio: typeof import('vuetify/components')['VRadio']
|
26174
26170
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
26175
26171
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
26172
|
+
VParallax: typeof import('vuetify/components')['VParallax']
|
26176
26173
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
26177
26174
|
VValidation: typeof import('vuetify/components')['VValidation']
|
26178
26175
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
@@ -26197,35 +26194,35 @@ declare module '@vue/runtime-core' {
|
|
26197
26194
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
26198
26195
|
VAlert: typeof import('vuetify/components')['VAlert']
|
26199
26196
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
26200
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
26201
26197
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
26202
|
-
|
26203
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
26204
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
26205
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
26198
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
26206
26199
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
26200
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
26207
26201
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
26208
26202
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
26209
26203
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
26204
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
26205
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
26206
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
26210
26207
|
VBtn: typeof import('vuetify/components')['VBtn']
|
26211
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
26212
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
26213
26208
|
VCard: typeof import('vuetify/components')['VCard']
|
26214
26209
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
26215
26210
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
26216
26211
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
26217
26212
|
VCardText: typeof import('vuetify/components')['VCardText']
|
26218
26213
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
26214
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
26215
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
26219
26216
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
26220
26217
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
26221
26218
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
26222
26219
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
26223
26220
|
VChip: typeof import('vuetify/components')['VChip']
|
26224
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
26225
26221
|
VCode: typeof import('vuetify/components')['VCode']
|
26222
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
26226
26223
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
26227
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
26228
26224
|
VCounter: typeof import('vuetify/components')['VCounter']
|
26225
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
26229
26226
|
VDialog: typeof import('vuetify/components')['VDialog']
|
26230
26227
|
VDivider: typeof import('vuetify/components')['VDivider']
|
26231
26228
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
@@ -26242,20 +26239,11 @@ declare module '@vue/runtime-core' {
|
|
26242
26239
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
26243
26240
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
26244
26241
|
VImg: typeof import('vuetify/components')['VImg']
|
26245
|
-
VInput: typeof import('vuetify/components')['VInput']
|
26246
26242
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
26247
26243
|
VItem: typeof import('vuetify/components')['VItem']
|
26244
|
+
VInput: typeof import('vuetify/components')['VInput']
|
26248
26245
|
VKbd: typeof import('vuetify/components')['VKbd']
|
26249
26246
|
VLabel: typeof import('vuetify/components')['VLabel']
|
26250
|
-
VList: typeof import('vuetify/components')['VList']
|
26251
|
-
VListGroup: typeof import('vuetify/components')['VListGroup']
|
26252
|
-
VListImg: typeof import('vuetify/components')['VListImg']
|
26253
|
-
VListItem: typeof import('vuetify/components')['VListItem']
|
26254
|
-
VListItemAction: typeof import('vuetify/components')['VListItemAction']
|
26255
|
-
VListItemMedia: typeof import('vuetify/components')['VListItemMedia']
|
26256
|
-
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
26257
|
-
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
26258
|
-
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
26259
26247
|
VMain: typeof import('vuetify/components')['VMain']
|
26260
26248
|
VMenu: typeof import('vuetify/components')['VMenu']
|
26261
26249
|
VMessages: typeof import('vuetify/components')['VMessages']
|
@@ -26266,8 +26254,8 @@ declare module '@vue/runtime-core' {
|
|
26266
26254
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
26267
26255
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
26268
26256
|
VRating: typeof import('vuetify/components')['VRating']
|
26269
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
26270
26257
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
26258
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
26271
26259
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
26272
26260
|
VSheet: typeof import('vuetify/components')['VSheet']
|
26273
26261
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
@@ -26283,11 +26271,23 @@ declare module '@vue/runtime-core' {
|
|
26283
26271
|
VTextField: typeof import('vuetify/components')['VTextField']
|
26284
26272
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
26285
26273
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
26274
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
26286
26275
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
26287
26276
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
26288
26277
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
26289
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
26290
26278
|
VWindow: typeof import('vuetify/components')['VWindow']
|
26291
26279
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
26280
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
26281
|
+
VLayout: typeof import('vuetify/components')['VLayout']
|
26282
|
+
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
26283
|
+
VList: typeof import('vuetify/components')['VList']
|
26284
|
+
VListGroup: typeof import('vuetify/components')['VListGroup']
|
26285
|
+
VListImg: typeof import('vuetify/components')['VListImg']
|
26286
|
+
VListItem: typeof import('vuetify/components')['VListItem']
|
26287
|
+
VListItemAction: typeof import('vuetify/components')['VListItemAction']
|
26288
|
+
VListItemMedia: typeof import('vuetify/components')['VListItemMedia']
|
26289
|
+
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
26290
|
+
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
26291
|
+
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
26292
26292
|
}
|
26293
26293
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v4.0.0-dev-
|
2
|
+
* Vuetify v4.0.0-dev-20230211.0
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -18454,7 +18454,7 @@ function createVuetify$1() {
|
|
18454
18454
|
locale
|
18455
18455
|
};
|
18456
18456
|
}
|
18457
|
-
const version$1 = "4.0.0-dev-
|
18457
|
+
const version$1 = "4.0.0-dev-20230211.0";
|
18458
18458
|
createVuetify$1.version = version$1;
|
18459
18459
|
|
18460
18460
|
// Vue's inject() can only be used in setup
|
@@ -18475,7 +18475,7 @@ const createVuetify = function () {
|
|
18475
18475
|
...options
|
18476
18476
|
});
|
18477
18477
|
};
|
18478
|
-
const version = "4.0.0-dev-
|
18478
|
+
const version = "4.0.0-dev-20230211.0";
|
18479
18479
|
createVuetify.version = version;
|
18480
18480
|
|
18481
18481
|
export { components, createVuetify, directives, useDisplay, useLayout, useLocale, useRtl, useTheme, version };
|
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v4.0.0-dev-
|
2
|
+
* Vuetify v4.0.0-dev-20230211.0
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -18458,7 +18458,7 @@
|
|
18458
18458
|
locale
|
18459
18459
|
};
|
18460
18460
|
}
|
18461
|
-
const version$1 = "4.0.0-dev-
|
18461
|
+
const version$1 = "4.0.0-dev-20230211.0";
|
18462
18462
|
createVuetify$1.version = version$1;
|
18463
18463
|
|
18464
18464
|
// Vue's inject() can only be used in setup
|
@@ -18479,7 +18479,7 @@
|
|
18479
18479
|
...options
|
18480
18480
|
});
|
18481
18481
|
};
|
18482
|
-
const version = "4.0.0-dev-
|
18482
|
+
const version = "4.0.0-dev-20230211.0";
|
18483
18483
|
createVuetify.version = version;
|
18484
18484
|
|
18485
18485
|
exports.components = components;
|