vuetify 3.1.9 → 3.1.10
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/dist/json/importMap.json +88 -88
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +254 -254
- package/dist/vuetify-labs.esm.js +18 -26
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +18 -26
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +30 -30
- package/dist/vuetify.d.ts +25 -25
- package/dist/vuetify.esm.js +18 -26
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +18 -26
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +267 -267
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +15 -23
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/composables/defaults.mjs +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- 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 +25 -25
- package/package.json +2 -2
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.
|
|
2
|
+
* Vuetify v3.1.10
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -18935,82 +18935,6 @@ html.overflow-y-hidden {
|
|
|
18935
18935
|
flex: 0 1 auto;
|
|
18936
18936
|
font-size: 12px;
|
|
18937
18937
|
transition-duration: 150ms;
|
|
18938
|
-
}.v-dialog {
|
|
18939
|
-
align-items: center;
|
|
18940
|
-
justify-content: center;
|
|
18941
|
-
margin: auto;
|
|
18942
|
-
}
|
|
18943
|
-
.v-dialog .v-overlay__content {
|
|
18944
|
-
max-height: calc(100% - 48px);
|
|
18945
|
-
width: calc(100% - 48px);
|
|
18946
|
-
max-width: calc(100% - 48px);
|
|
18947
|
-
margin: 24px;
|
|
18948
|
-
display: flex;
|
|
18949
|
-
flex-direction: column;
|
|
18950
|
-
}
|
|
18951
|
-
.v-dialog .v-overlay__content > .v-card,
|
|
18952
|
-
.v-dialog .v-overlay__content > .v-sheet {
|
|
18953
|
-
--v-scrollbar-offset: 0px;
|
|
18954
|
-
border-radius: 4px;
|
|
18955
|
-
overflow-y: auto;
|
|
18956
|
-
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18957
|
-
}
|
|
18958
|
-
.v-dialog .v-overlay__content > .v-card {
|
|
18959
|
-
display: flex;
|
|
18960
|
-
flex-direction: column;
|
|
18961
|
-
}
|
|
18962
|
-
.v-dialog .v-overlay__content > .v-card > .v-card-item {
|
|
18963
|
-
padding: 14px 24px 0;
|
|
18964
|
-
}
|
|
18965
|
-
.v-dialog .v-overlay__content > .v-card > .v-card-item + .v-card-text {
|
|
18966
|
-
padding-top: 10px;
|
|
18967
|
-
}
|
|
18968
|
-
.v-dialog .v-overlay__content > .v-card > .v-card-text {
|
|
18969
|
-
font-size: inherit;
|
|
18970
|
-
letter-spacing: 0.03125em;
|
|
18971
|
-
line-height: inherit;
|
|
18972
|
-
padding: 16px 24px 10px;
|
|
18973
|
-
}
|
|
18974
|
-
|
|
18975
|
-
.v-dialog--fullscreen {
|
|
18976
|
-
--v-scrollbar-offset: 0px;
|
|
18977
|
-
}
|
|
18978
|
-
.v-dialog--fullscreen .v-overlay__content {
|
|
18979
|
-
border-radius: 0;
|
|
18980
|
-
margin: 0;
|
|
18981
|
-
padding: 0;
|
|
18982
|
-
width: 100%;
|
|
18983
|
-
height: 100%;
|
|
18984
|
-
max-width: 100%;
|
|
18985
|
-
max-height: 100%;
|
|
18986
|
-
overflow-y: auto;
|
|
18987
|
-
top: 0;
|
|
18988
|
-
left: 0;
|
|
18989
|
-
}
|
|
18990
|
-
.v-dialog--fullscreen .v-overlay__content > .v-card,
|
|
18991
|
-
.v-dialog--fullscreen .v-overlay__content > .v-sheet {
|
|
18992
|
-
min-height: 100%;
|
|
18993
|
-
min-width: 100%;
|
|
18994
|
-
border-radius: 0;
|
|
18995
|
-
}
|
|
18996
|
-
|
|
18997
|
-
.v-dialog--scrollable .v-overlay__content,
|
|
18998
|
-
.v-dialog--scrollable .v-overlay__content > form {
|
|
18999
|
-
display: flex;
|
|
19000
|
-
}
|
|
19001
|
-
.v-dialog--scrollable .v-overlay__content > .v-card,
|
|
19002
|
-
.v-dialog--scrollable .v-overlay__content > form > .v-card {
|
|
19003
|
-
display: flex;
|
|
19004
|
-
flex: 1 1 100%;
|
|
19005
|
-
flex-direction: column;
|
|
19006
|
-
max-height: 100%;
|
|
19007
|
-
max-width: 100%;
|
|
19008
|
-
}
|
|
19009
|
-
.v-dialog--scrollable .v-overlay__content > .v-card > .v-card-text,
|
|
19010
|
-
.v-dialog--scrollable .v-overlay__content > form > .v-card > .v-card-text {
|
|
19011
|
-
-webkit-backface-visibility: hidden;
|
|
19012
|
-
backface-visibility: hidden;
|
|
19013
|
-
overflow-y: auto;
|
|
19014
18938
|
}.v-divider {
|
|
19015
18939
|
display: block;
|
|
19016
18940
|
flex: 1 1 100%;
|
|
@@ -20488,97 +20412,6 @@ textarea.v-field__input::placeholder {
|
|
|
20488
20412
|
-webkit-hyphens: auto;
|
|
20489
20413
|
hyphens: auto;
|
|
20490
20414
|
transition-duration: 150ms;
|
|
20491
|
-
}.v-navigation-drawer {
|
|
20492
|
-
-webkit-overflow-scrolling: touch;
|
|
20493
|
-
background: rgb(var(--v-theme-surface));
|
|
20494
|
-
display: flex;
|
|
20495
|
-
flex-direction: column;
|
|
20496
|
-
height: 100%;
|
|
20497
|
-
max-width: 100%;
|
|
20498
|
-
pointer-events: auto;
|
|
20499
|
-
transition-duration: 0.2s;
|
|
20500
|
-
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
|
20501
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20502
|
-
will-change: transform;
|
|
20503
|
-
position: absolute;
|
|
20504
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
20505
|
-
border-style: solid;
|
|
20506
|
-
border-width: 0;
|
|
20507
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
20508
|
-
background: rgb(var(--v-theme-surface));
|
|
20509
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20510
|
-
}
|
|
20511
|
-
.v-navigation-drawer--border {
|
|
20512
|
-
border-width: thin;
|
|
20513
|
-
box-shadow: none;
|
|
20514
|
-
}
|
|
20515
|
-
.v-navigation-drawer--rounded {
|
|
20516
|
-
border-radius: 4px;
|
|
20517
|
-
}
|
|
20518
|
-
.v-navigation-drawer--top {
|
|
20519
|
-
top: 0;
|
|
20520
|
-
border-bottom-width: thin;
|
|
20521
|
-
}
|
|
20522
|
-
.v-navigation-drawer--bottom {
|
|
20523
|
-
left: 0;
|
|
20524
|
-
border-top-width: thin;
|
|
20525
|
-
}
|
|
20526
|
-
.v-navigation-drawer--left {
|
|
20527
|
-
top: 0;
|
|
20528
|
-
left: 0;
|
|
20529
|
-
right: auto;
|
|
20530
|
-
border-right-width: thin;
|
|
20531
|
-
}
|
|
20532
|
-
.v-navigation-drawer--right {
|
|
20533
|
-
top: 0;
|
|
20534
|
-
left: auto;
|
|
20535
|
-
right: 0;
|
|
20536
|
-
border-left-width: thin;
|
|
20537
|
-
}
|
|
20538
|
-
.v-navigation-drawer--floating {
|
|
20539
|
-
border: none;
|
|
20540
|
-
}
|
|
20541
|
-
.v-navigation-drawer--temporary {
|
|
20542
|
-
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
20543
|
-
}
|
|
20544
|
-
.v-navigation-drawer--sticky {
|
|
20545
|
-
height: auto;
|
|
20546
|
-
transition: box-shadow, transform, visibility, width, height, left, right;
|
|
20547
|
-
}
|
|
20548
|
-
.v-navigation-drawer .v-list {
|
|
20549
|
-
overflow: hidden;
|
|
20550
|
-
}
|
|
20551
|
-
|
|
20552
|
-
.v-navigation-drawer__content {
|
|
20553
|
-
flex: 0 1 auto;
|
|
20554
|
-
height: 100%;
|
|
20555
|
-
max-width: 100%;
|
|
20556
|
-
overflow-x: hidden;
|
|
20557
|
-
overflow-y: auto;
|
|
20558
|
-
}
|
|
20559
|
-
|
|
20560
|
-
.v-navigation-drawer__img {
|
|
20561
|
-
height: 100%;
|
|
20562
|
-
left: 0;
|
|
20563
|
-
position: absolute;
|
|
20564
|
-
top: 0;
|
|
20565
|
-
width: 100%;
|
|
20566
|
-
z-index: -1;
|
|
20567
|
-
}
|
|
20568
|
-
.v-navigation-drawer__img img {
|
|
20569
|
-
height: inherit;
|
|
20570
|
-
object-fit: cover;
|
|
20571
|
-
width: inherit;
|
|
20572
|
-
}
|
|
20573
|
-
|
|
20574
|
-
.v-navigation-drawer__scrim {
|
|
20575
|
-
position: absolute;
|
|
20576
|
-
width: 100%;
|
|
20577
|
-
height: 100%;
|
|
20578
|
-
background: black;
|
|
20579
|
-
opacity: 0.2;
|
|
20580
|
-
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20581
|
-
z-index: 1;
|
|
20582
20415
|
}.v-overlay-container {
|
|
20583
20416
|
contain: layout;
|
|
20584
20417
|
left: 0;
|
|
@@ -20754,6 +20587,82 @@ html.v-overlay-scroll-blocked {
|
|
|
20754
20587
|
100% {
|
|
20755
20588
|
transform: rotate(270deg);
|
|
20756
20589
|
}
|
|
20590
|
+
}.v-dialog {
|
|
20591
|
+
align-items: center;
|
|
20592
|
+
justify-content: center;
|
|
20593
|
+
margin: auto;
|
|
20594
|
+
}
|
|
20595
|
+
.v-dialog .v-overlay__content {
|
|
20596
|
+
max-height: calc(100% - 48px);
|
|
20597
|
+
width: calc(100% - 48px);
|
|
20598
|
+
max-width: calc(100% - 48px);
|
|
20599
|
+
margin: 24px;
|
|
20600
|
+
display: flex;
|
|
20601
|
+
flex-direction: column;
|
|
20602
|
+
}
|
|
20603
|
+
.v-dialog .v-overlay__content > .v-card,
|
|
20604
|
+
.v-dialog .v-overlay__content > .v-sheet {
|
|
20605
|
+
--v-scrollbar-offset: 0px;
|
|
20606
|
+
border-radius: 4px;
|
|
20607
|
+
overflow-y: auto;
|
|
20608
|
+
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
20609
|
+
}
|
|
20610
|
+
.v-dialog .v-overlay__content > .v-card {
|
|
20611
|
+
display: flex;
|
|
20612
|
+
flex-direction: column;
|
|
20613
|
+
}
|
|
20614
|
+
.v-dialog .v-overlay__content > .v-card > .v-card-item {
|
|
20615
|
+
padding: 14px 24px 0;
|
|
20616
|
+
}
|
|
20617
|
+
.v-dialog .v-overlay__content > .v-card > .v-card-item + .v-card-text {
|
|
20618
|
+
padding-top: 10px;
|
|
20619
|
+
}
|
|
20620
|
+
.v-dialog .v-overlay__content > .v-card > .v-card-text {
|
|
20621
|
+
font-size: inherit;
|
|
20622
|
+
letter-spacing: 0.03125em;
|
|
20623
|
+
line-height: inherit;
|
|
20624
|
+
padding: 16px 24px 10px;
|
|
20625
|
+
}
|
|
20626
|
+
|
|
20627
|
+
.v-dialog--fullscreen {
|
|
20628
|
+
--v-scrollbar-offset: 0px;
|
|
20629
|
+
}
|
|
20630
|
+
.v-dialog--fullscreen .v-overlay__content {
|
|
20631
|
+
border-radius: 0;
|
|
20632
|
+
margin: 0;
|
|
20633
|
+
padding: 0;
|
|
20634
|
+
width: 100%;
|
|
20635
|
+
height: 100%;
|
|
20636
|
+
max-width: 100%;
|
|
20637
|
+
max-height: 100%;
|
|
20638
|
+
overflow-y: auto;
|
|
20639
|
+
top: 0;
|
|
20640
|
+
left: 0;
|
|
20641
|
+
}
|
|
20642
|
+
.v-dialog--fullscreen .v-overlay__content > .v-card,
|
|
20643
|
+
.v-dialog--fullscreen .v-overlay__content > .v-sheet {
|
|
20644
|
+
min-height: 100%;
|
|
20645
|
+
min-width: 100%;
|
|
20646
|
+
border-radius: 0;
|
|
20647
|
+
}
|
|
20648
|
+
|
|
20649
|
+
.v-dialog--scrollable .v-overlay__content,
|
|
20650
|
+
.v-dialog--scrollable .v-overlay__content > form {
|
|
20651
|
+
display: flex;
|
|
20652
|
+
}
|
|
20653
|
+
.v-dialog--scrollable .v-overlay__content > .v-card,
|
|
20654
|
+
.v-dialog--scrollable .v-overlay__content > form > .v-card {
|
|
20655
|
+
display: flex;
|
|
20656
|
+
flex: 1 1 100%;
|
|
20657
|
+
flex-direction: column;
|
|
20658
|
+
max-height: 100%;
|
|
20659
|
+
max-width: 100%;
|
|
20660
|
+
}
|
|
20661
|
+
.v-dialog--scrollable .v-overlay__content > .v-card > .v-card-text,
|
|
20662
|
+
.v-dialog--scrollable .v-overlay__content > form > .v-card > .v-card-text {
|
|
20663
|
+
-webkit-backface-visibility: hidden;
|
|
20664
|
+
backface-visibility: hidden;
|
|
20665
|
+
overflow-y: auto;
|
|
20757
20666
|
}.v-progress-linear {
|
|
20758
20667
|
background: transparent;
|
|
20759
20668
|
overflow: hidden;
|
|
@@ -21030,6 +20939,28 @@ html.v-overlay-scroll-blocked {
|
|
|
21030
20939
|
|
|
21031
20940
|
.v-slider__label {
|
|
21032
20941
|
margin-inline-end: 12px;
|
|
20942
|
+
}.v-responsive {
|
|
20943
|
+
display: flex;
|
|
20944
|
+
flex: 1 0 auto;
|
|
20945
|
+
max-height: 100%;
|
|
20946
|
+
max-width: 100%;
|
|
20947
|
+
overflow: hidden;
|
|
20948
|
+
position: relative;
|
|
20949
|
+
}
|
|
20950
|
+
|
|
20951
|
+
.v-responsive__content {
|
|
20952
|
+
flex: 1 0 0px;
|
|
20953
|
+
max-width: 100%;
|
|
20954
|
+
}
|
|
20955
|
+
|
|
20956
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
20957
|
+
margin-inline-start: -100%;
|
|
20958
|
+
}
|
|
20959
|
+
|
|
20960
|
+
.v-responsive__sizer {
|
|
20961
|
+
flex: 1 0 0px;
|
|
20962
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20963
|
+
pointer-events: none;
|
|
21033
20964
|
}.v-rating {
|
|
21034
20965
|
max-width: 100%;
|
|
21035
20966
|
display: inline-flex;
|
|
@@ -21088,28 +21019,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21088
21019
|
opacity: 0;
|
|
21089
21020
|
position: absolute;
|
|
21090
21021
|
width: 0;
|
|
21091
|
-
}.v-responsive {
|
|
21092
|
-
display: flex;
|
|
21093
|
-
flex: 1 0 auto;
|
|
21094
|
-
max-height: 100%;
|
|
21095
|
-
max-width: 100%;
|
|
21096
|
-
overflow: hidden;
|
|
21097
|
-
position: relative;
|
|
21098
|
-
}
|
|
21099
|
-
|
|
21100
|
-
.v-responsive__content {
|
|
21101
|
-
flex: 1 0 0px;
|
|
21102
|
-
max-width: 100%;
|
|
21103
|
-
}
|
|
21104
|
-
|
|
21105
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
|
21106
|
-
margin-inline-start: -100%;
|
|
21107
|
-
}
|
|
21108
|
-
|
|
21109
|
-
.v-responsive__sizer {
|
|
21110
|
-
flex: 1 0 0px;
|
|
21111
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21112
|
-
pointer-events: none;
|
|
21113
21022
|
}.v-input--density-default {
|
|
21114
21023
|
--select-chips-margin-bottom: 0px;
|
|
21115
21024
|
}
|
|
@@ -21456,6 +21365,81 @@ html.v-overlay-scroll-blocked {
|
|
|
21456
21365
|
}
|
|
21457
21366
|
.v-snackbar-transition-leave-to {
|
|
21458
21367
|
opacity: 0;
|
|
21368
|
+
}.v-switch .v-label {
|
|
21369
|
+
padding-inline-start: 10px;
|
|
21370
|
+
}
|
|
21371
|
+
|
|
21372
|
+
.v-switch__loader {
|
|
21373
|
+
display: flex;
|
|
21374
|
+
}
|
|
21375
|
+
|
|
21376
|
+
.v-switch__track,
|
|
21377
|
+
.v-switch__thumb {
|
|
21378
|
+
background-color: currentColor;
|
|
21379
|
+
transition: none;
|
|
21380
|
+
}
|
|
21381
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
21382
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
21383
|
+
background-color: rgb(var(--v-theme-error));
|
|
21384
|
+
}
|
|
21385
|
+
|
|
21386
|
+
.v-switch__track {
|
|
21387
|
+
border-radius: 8px;
|
|
21388
|
+
height: 14px;
|
|
21389
|
+
opacity: 0.6;
|
|
21390
|
+
width: 36px;
|
|
21391
|
+
cursor: pointer;
|
|
21392
|
+
}
|
|
21393
|
+
.v-switch--inset .v-switch__track {
|
|
21394
|
+
border-radius: 14px;
|
|
21395
|
+
height: 28px;
|
|
21396
|
+
width: 48px;
|
|
21397
|
+
}
|
|
21398
|
+
|
|
21399
|
+
.v-switch__thumb {
|
|
21400
|
+
align-items: center;
|
|
21401
|
+
border-radius: 50%;
|
|
21402
|
+
color: rgb(var(--v-theme-surface));
|
|
21403
|
+
display: flex;
|
|
21404
|
+
height: 20px;
|
|
21405
|
+
justify-content: center;
|
|
21406
|
+
width: 20px;
|
|
21407
|
+
pointer-events: none;
|
|
21408
|
+
transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
21409
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
21410
|
+
}
|
|
21411
|
+
.v-switch--inset .v-switch__thumb {
|
|
21412
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
21413
|
+
}
|
|
21414
|
+
.v-switch:not(.v-switch--loading) .v-icon ~ .v-switch__thumb {
|
|
21415
|
+
display: none;
|
|
21416
|
+
}
|
|
21417
|
+
|
|
21418
|
+
.v-switch--loading .v-selection-control__input > .v-icon {
|
|
21419
|
+
display: none;
|
|
21420
|
+
}
|
|
21421
|
+
|
|
21422
|
+
.v-switch .v-selection-control {
|
|
21423
|
+
min-height: var(--v-input-control-height);
|
|
21424
|
+
}
|
|
21425
|
+
.v-switch .v-selection-control__wrapper {
|
|
21426
|
+
width: auto;
|
|
21427
|
+
}
|
|
21428
|
+
.v-switch .v-selection-control__input {
|
|
21429
|
+
border-radius: 50%;
|
|
21430
|
+
transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
21431
|
+
transform: translateX(-10px);
|
|
21432
|
+
position: absolute;
|
|
21433
|
+
}
|
|
21434
|
+
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
21435
|
+
transform: translateX(10px);
|
|
21436
|
+
}
|
|
21437
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
21438
|
+
transform: scale(0.8);
|
|
21439
|
+
}
|
|
21440
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
21441
|
+
transform: scale(0.75);
|
|
21442
|
+
box-shadow: none;
|
|
21459
21443
|
}.v-system-bar {
|
|
21460
21444
|
align-items: center;
|
|
21461
21445
|
display: flex;
|
|
@@ -21825,7 +21809,10 @@ html.v-overlay-scroll-blocked {
|
|
|
21825
21809
|
padding: 0;
|
|
21826
21810
|
}
|
|
21827
21811
|
|
|
21828
|
-
/* endregion */.v-
|
|
21812
|
+
/* endregion */.v-theme-provider {
|
|
21813
|
+
background: rgb(var(--v-theme-background));
|
|
21814
|
+
color: rgb(var(--v-theme-on-background));
|
|
21815
|
+
}.v-timeline .v-timeline-divider__dot {
|
|
21829
21816
|
background: rgb(var(--v-theme-on-surface-variant));
|
|
21830
21817
|
}
|
|
21831
21818
|
.v-timeline .v-timeline-divider__inner-dot {
|
|
@@ -22490,84 +22477,97 @@ html.v-overlay-scroll-blocked {
|
|
|
22490
22477
|
}
|
|
22491
22478
|
.v-window-y-reverse-transition-leave-to {
|
|
22492
22479
|
transform: translateY(100%);
|
|
22493
|
-
}.v-
|
|
22494
|
-
|
|
22495
|
-
|
|
22496
|
-
}.v-switch .v-label {
|
|
22497
|
-
padding-inline-start: 10px;
|
|
22498
|
-
}
|
|
22499
|
-
|
|
22500
|
-
.v-switch__loader {
|
|
22480
|
+
}.v-navigation-drawer {
|
|
22481
|
+
-webkit-overflow-scrolling: touch;
|
|
22482
|
+
background: rgb(var(--v-theme-surface));
|
|
22501
22483
|
display: flex;
|
|
22484
|
+
flex-direction: column;
|
|
22485
|
+
height: 100%;
|
|
22486
|
+
max-width: 100%;
|
|
22487
|
+
pointer-events: auto;
|
|
22488
|
+
transition-duration: 0.2s;
|
|
22489
|
+
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
|
22490
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
22491
|
+
will-change: transform;
|
|
22492
|
+
position: absolute;
|
|
22493
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22494
|
+
border-style: solid;
|
|
22495
|
+
border-width: 0;
|
|
22496
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22497
|
+
background: rgb(var(--v-theme-surface));
|
|
22498
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
22502
22499
|
}
|
|
22503
|
-
|
|
22504
|
-
|
|
22505
|
-
|
|
22506
|
-
background-color: currentColor;
|
|
22507
|
-
transition: none;
|
|
22500
|
+
.v-navigation-drawer--border {
|
|
22501
|
+
border-width: thin;
|
|
22502
|
+
box-shadow: none;
|
|
22508
22503
|
}
|
|
22509
|
-
.v-
|
|
22510
|
-
|
|
22511
|
-
background-color: rgb(var(--v-theme-error));
|
|
22504
|
+
.v-navigation-drawer--rounded {
|
|
22505
|
+
border-radius: 4px;
|
|
22512
22506
|
}
|
|
22513
|
-
|
|
22514
|
-
|
|
22515
|
-
border-
|
|
22516
|
-
height: 14px;
|
|
22517
|
-
opacity: 0.6;
|
|
22518
|
-
width: 36px;
|
|
22519
|
-
cursor: pointer;
|
|
22507
|
+
.v-navigation-drawer--top {
|
|
22508
|
+
top: 0;
|
|
22509
|
+
border-bottom-width: thin;
|
|
22520
22510
|
}
|
|
22521
|
-
.v-
|
|
22522
|
-
|
|
22523
|
-
|
|
22524
|
-
width: 48px;
|
|
22511
|
+
.v-navigation-drawer--bottom {
|
|
22512
|
+
left: 0;
|
|
22513
|
+
border-top-width: thin;
|
|
22525
22514
|
}
|
|
22526
|
-
|
|
22527
|
-
|
|
22528
|
-
|
|
22529
|
-
|
|
22530
|
-
|
|
22531
|
-
display: flex;
|
|
22532
|
-
height: 20px;
|
|
22533
|
-
justify-content: center;
|
|
22534
|
-
width: 20px;
|
|
22535
|
-
pointer-events: none;
|
|
22536
|
-
transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
22537
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22515
|
+
.v-navigation-drawer--left {
|
|
22516
|
+
top: 0;
|
|
22517
|
+
left: 0;
|
|
22518
|
+
right: auto;
|
|
22519
|
+
border-right-width: thin;
|
|
22538
22520
|
}
|
|
22539
|
-
.v-
|
|
22540
|
-
|
|
22521
|
+
.v-navigation-drawer--right {
|
|
22522
|
+
top: 0;
|
|
22523
|
+
left: auto;
|
|
22524
|
+
right: 0;
|
|
22525
|
+
border-left-width: thin;
|
|
22541
22526
|
}
|
|
22542
|
-
.v-
|
|
22543
|
-
|
|
22527
|
+
.v-navigation-drawer--floating {
|
|
22528
|
+
border: none;
|
|
22544
22529
|
}
|
|
22545
|
-
|
|
22546
|
-
|
|
22547
|
-
display: none;
|
|
22530
|
+
.v-navigation-drawer--temporary {
|
|
22531
|
+
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22548
22532
|
}
|
|
22549
|
-
|
|
22550
|
-
|
|
22551
|
-
|
|
22533
|
+
.v-navigation-drawer--sticky {
|
|
22534
|
+
height: auto;
|
|
22535
|
+
transition: box-shadow, transform, visibility, width, height, left, right;
|
|
22552
22536
|
}
|
|
22553
|
-
.v-
|
|
22554
|
-
|
|
22537
|
+
.v-navigation-drawer .v-list {
|
|
22538
|
+
overflow: hidden;
|
|
22555
22539
|
}
|
|
22556
|
-
|
|
22557
|
-
|
|
22558
|
-
|
|
22559
|
-
|
|
22560
|
-
|
|
22540
|
+
|
|
22541
|
+
.v-navigation-drawer__content {
|
|
22542
|
+
flex: 0 1 auto;
|
|
22543
|
+
height: 100%;
|
|
22544
|
+
max-width: 100%;
|
|
22545
|
+
overflow-x: hidden;
|
|
22546
|
+
overflow-y: auto;
|
|
22561
22547
|
}
|
|
22562
|
-
|
|
22563
|
-
|
|
22548
|
+
|
|
22549
|
+
.v-navigation-drawer__img {
|
|
22550
|
+
height: 100%;
|
|
22551
|
+
left: 0;
|
|
22552
|
+
position: absolute;
|
|
22553
|
+
top: 0;
|
|
22554
|
+
width: 100%;
|
|
22555
|
+
z-index: -1;
|
|
22564
22556
|
}
|
|
22565
|
-
.v-
|
|
22566
|
-
|
|
22557
|
+
.v-navigation-drawer__img img {
|
|
22558
|
+
height: inherit;
|
|
22559
|
+
object-fit: cover;
|
|
22560
|
+
width: inherit;
|
|
22567
22561
|
}
|
|
22568
|
-
|
|
22569
|
-
|
|
22570
|
-
|
|
22562
|
+
|
|
22563
|
+
.v-navigation-drawer__scrim {
|
|
22564
|
+
position: absolute;
|
|
22565
|
+
width: 100%;
|
|
22566
|
+
height: 100%;
|
|
22567
|
+
background: black;
|
|
22568
|
+
opacity: 0.2;
|
|
22569
|
+
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22570
|
+
z-index: 1;
|
|
22571
22571
|
}.v-color-picker-canvas {
|
|
22572
22572
|
display: flex;
|
|
22573
22573
|
position: relative;
|
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.
|
|
2
|
+
* Vuetify v3.1.10
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -950,7 +950,7 @@ function provideDefaults(defaults, options) {
|
|
|
950
950
|
const providedDefaults = ref(defaults);
|
|
951
951
|
const newDefaults = computed(() => {
|
|
952
952
|
const disabled = unref(options?.disabled);
|
|
953
|
-
if (disabled) return
|
|
953
|
+
if (disabled) return injectedDefaults.value;
|
|
954
954
|
const scoped = unref(options?.scoped);
|
|
955
955
|
const reset = unref(options?.reset);
|
|
956
956
|
const root = unref(options?.root);
|
|
@@ -7738,7 +7738,7 @@ const VListItem = genericComponent()({
|
|
|
7738
7738
|
const hasColor = !list || isSelected.value || isActive.value;
|
|
7739
7739
|
const hasTitle = slots.title || props.title;
|
|
7740
7740
|
const hasSubtitle = slots.subtitle || props.subtitle;
|
|
7741
|
-
const hasAppendMedia = !!(props.
|
|
7741
|
+
const hasAppendMedia = !!(props.appendAvatar || props.appendIcon);
|
|
7742
7742
|
const hasAppend = !!(hasAppendMedia || slots.append);
|
|
7743
7743
|
const hasPrependMedia = !!(props.prependAvatar || props.prependIcon);
|
|
7744
7744
|
const hasPrepend = !!(hasPrependMedia || slots.prepend);
|
|
@@ -17326,6 +17326,16 @@ const VTabs = genericComponent()({
|
|
|
17326
17326
|
backgroundColorClasses,
|
|
17327
17327
|
backgroundColorStyles
|
|
17328
17328
|
} = useBackgroundColor(toRef(props, 'bgColor'));
|
|
17329
|
+
provideDefaults({
|
|
17330
|
+
VTab: {
|
|
17331
|
+
color: toRef(props, 'color'),
|
|
17332
|
+
direction: toRef(props, 'direction'),
|
|
17333
|
+
stacked: toRef(props, 'stacked'),
|
|
17334
|
+
fixed: toRef(props, 'fixedTabs'),
|
|
17335
|
+
sliderColor: toRef(props, 'sliderColor'),
|
|
17336
|
+
hideSlider: toRef(props, 'hideSlider')
|
|
17337
|
+
}
|
|
17338
|
+
});
|
|
17329
17339
|
useRender(() => createVNode(VSlideGroup, {
|
|
17330
17340
|
"modelValue": model.value,
|
|
17331
17341
|
"onUpdate:modelValue": $event => model.value = $event,
|
|
@@ -17342,27 +17352,9 @@ const VTabs = genericComponent()({
|
|
|
17342
17352
|
"mandatory": props.mandatory,
|
|
17343
17353
|
"direction": props.direction
|
|
17344
17354
|
}, {
|
|
17345
|
-
default: () => [
|
|
17346
|
-
"key": item.title
|
|
17347
|
-
|
|
17348
|
-
"direction": props.direction,
|
|
17349
|
-
"fixed": props.fixedTabs,
|
|
17350
|
-
"hideSlider": props.hideSlider,
|
|
17351
|
-
"sliderColor": props.sliderColor,
|
|
17352
|
-
"stacked": props.stacked
|
|
17353
|
-
}, item), null)) : createVNode(VDefaultsProvider, {
|
|
17354
|
-
"key": "tabs-defaults",
|
|
17355
|
-
"defaults": {
|
|
17356
|
-
VTab: {
|
|
17357
|
-
color: props.color,
|
|
17358
|
-
direction: props.direction,
|
|
17359
|
-
fixed: props.fixedTabs,
|
|
17360
|
-
hideSlider: props.hideSlider,
|
|
17361
|
-
sliderColor: props.sliderColor,
|
|
17362
|
-
stacked: props.stacked
|
|
17363
|
-
}
|
|
17364
|
-
}
|
|
17365
|
-
}, slots.default)]
|
|
17355
|
+
default: () => [slots.default ? slots.default() : parsedItems.value.map(item => createVNode(VTab, mergeProps(item, {
|
|
17356
|
+
"key": item.title
|
|
17357
|
+
}), null))]
|
|
17366
17358
|
}));
|
|
17367
17359
|
return {};
|
|
17368
17360
|
}
|
|
@@ -20238,7 +20230,7 @@ function createVuetify$1() {
|
|
|
20238
20230
|
locale
|
|
20239
20231
|
};
|
|
20240
20232
|
}
|
|
20241
|
-
const version$1 = "3.1.
|
|
20233
|
+
const version$1 = "3.1.10";
|
|
20242
20234
|
createVuetify$1.version = version$1;
|
|
20243
20235
|
|
|
20244
20236
|
// Vue's inject() can only be used in setup
|
|
@@ -20250,7 +20242,7 @@ function inject(key) {
|
|
|
20250
20242
|
}
|
|
20251
20243
|
}
|
|
20252
20244
|
|
|
20253
|
-
const version = "3.1.
|
|
20245
|
+
const version = "3.1.10";
|
|
20254
20246
|
|
|
20255
20247
|
const createVuetify = function () {
|
|
20256
20248
|
let options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|