vuetify 3.2.0 → 3.2.1
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 +8 -8
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +343 -343
- package/dist/vuetify-labs.d.ts +1 -4
- package/dist/vuetify-labs.esm.js +16 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +15 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +38 -38
- package/dist/vuetify.d.ts +3 -6
- package/dist/vuetify.esm.js +16 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/defaults.mjs +11 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +3 -6
- package/lib/util/defineComponent.mjs +2 -2
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +2 -2
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.2.
|
|
2
|
+
* Vuetify v3.2.1
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17060,63 +17060,6 @@ html.overflow-y-hidden {
|
|
|
17060
17060
|
}
|
|
17061
17061
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
17062
17062
|
transform: translateY(0.5rem);
|
|
17063
|
-
}/** if false, disabled buttons will be greyed out */
|
|
17064
|
-
.v-btn-group {
|
|
17065
|
-
display: inline-flex;
|
|
17066
|
-
flex-wrap: nowrap;
|
|
17067
|
-
max-width: 100%;
|
|
17068
|
-
min-width: 0;
|
|
17069
|
-
overflow: hidden;
|
|
17070
|
-
vertical-align: middle;
|
|
17071
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17072
|
-
border-style: solid;
|
|
17073
|
-
border-width: 0;
|
|
17074
|
-
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));
|
|
17075
|
-
border-radius: 4px;
|
|
17076
|
-
background: transparent;
|
|
17077
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17078
|
-
}
|
|
17079
|
-
.v-btn-group--border {
|
|
17080
|
-
border-width: thin;
|
|
17081
|
-
box-shadow: none;
|
|
17082
|
-
}
|
|
17083
|
-
.v-btn-group--density-default.v-btn-group {
|
|
17084
|
-
height: 48px;
|
|
17085
|
-
}
|
|
17086
|
-
|
|
17087
|
-
.v-btn-group--density-comfortable.v-btn-group {
|
|
17088
|
-
height: 40px;
|
|
17089
|
-
}
|
|
17090
|
-
|
|
17091
|
-
.v-btn-group--density-compact.v-btn-group {
|
|
17092
|
-
height: 36px;
|
|
17093
|
-
}
|
|
17094
|
-
|
|
17095
|
-
.v-btn-group .v-btn {
|
|
17096
|
-
border-radius: 0;
|
|
17097
|
-
border-color: inherit;
|
|
17098
|
-
}
|
|
17099
|
-
.v-btn-group .v-btn:not(:last-child) {
|
|
17100
|
-
border-inline-end: none;
|
|
17101
|
-
}
|
|
17102
|
-
.v-btn-group .v-btn:not(:first-child) {
|
|
17103
|
-
border-inline-start: none;
|
|
17104
|
-
}
|
|
17105
|
-
.v-btn-group .v-btn:first-child {
|
|
17106
|
-
border-start-start-radius: inherit;
|
|
17107
|
-
border-end-start-radius: inherit;
|
|
17108
|
-
}
|
|
17109
|
-
.v-btn-group .v-btn:last-child {
|
|
17110
|
-
border-start-end-radius: inherit;
|
|
17111
|
-
border-end-end-radius: inherit;
|
|
17112
|
-
}
|
|
17113
|
-
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
17114
|
-
border-inline-end-width: thin;
|
|
17115
|
-
border-inline-end-style: solid;
|
|
17116
|
-
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17117
|
-
}
|
|
17118
|
-
.v-btn-group--tile {
|
|
17119
|
-
border-radius: 0;
|
|
17120
17063
|
}.v-breadcrumbs {
|
|
17121
17064
|
display: flex;
|
|
17122
17065
|
align-items: center;
|
|
@@ -17579,6 +17522,63 @@ html.overflow-y-hidden {
|
|
|
17579
17522
|
|
|
17580
17523
|
.v-snackbar-actions .v-btn {
|
|
17581
17524
|
padding: 0 8px;
|
|
17525
|
+
}/** if false, disabled buttons will be greyed out */
|
|
17526
|
+
.v-btn-group {
|
|
17527
|
+
display: inline-flex;
|
|
17528
|
+
flex-wrap: nowrap;
|
|
17529
|
+
max-width: 100%;
|
|
17530
|
+
min-width: 0;
|
|
17531
|
+
overflow: hidden;
|
|
17532
|
+
vertical-align: middle;
|
|
17533
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17534
|
+
border-style: solid;
|
|
17535
|
+
border-width: 0;
|
|
17536
|
+
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));
|
|
17537
|
+
border-radius: 4px;
|
|
17538
|
+
background: transparent;
|
|
17539
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
17540
|
+
}
|
|
17541
|
+
.v-btn-group--border {
|
|
17542
|
+
border-width: thin;
|
|
17543
|
+
box-shadow: none;
|
|
17544
|
+
}
|
|
17545
|
+
.v-btn-group--density-default.v-btn-group {
|
|
17546
|
+
height: 48px;
|
|
17547
|
+
}
|
|
17548
|
+
|
|
17549
|
+
.v-btn-group--density-comfortable.v-btn-group {
|
|
17550
|
+
height: 40px;
|
|
17551
|
+
}
|
|
17552
|
+
|
|
17553
|
+
.v-btn-group--density-compact.v-btn-group {
|
|
17554
|
+
height: 36px;
|
|
17555
|
+
}
|
|
17556
|
+
|
|
17557
|
+
.v-btn-group .v-btn {
|
|
17558
|
+
border-radius: 0;
|
|
17559
|
+
border-color: inherit;
|
|
17560
|
+
}
|
|
17561
|
+
.v-btn-group .v-btn:not(:last-child) {
|
|
17562
|
+
border-inline-end: none;
|
|
17563
|
+
}
|
|
17564
|
+
.v-btn-group .v-btn:not(:first-child) {
|
|
17565
|
+
border-inline-start: none;
|
|
17566
|
+
}
|
|
17567
|
+
.v-btn-group .v-btn:first-child {
|
|
17568
|
+
border-start-start-radius: inherit;
|
|
17569
|
+
border-end-start-radius: inherit;
|
|
17570
|
+
}
|
|
17571
|
+
.v-btn-group .v-btn:last-child {
|
|
17572
|
+
border-start-end-radius: inherit;
|
|
17573
|
+
border-end-end-radius: inherit;
|
|
17574
|
+
}
|
|
17575
|
+
.v-btn-group--divided .v-btn:not(:last-child) {
|
|
17576
|
+
border-inline-end-width: thin;
|
|
17577
|
+
border-inline-end-style: solid;
|
|
17578
|
+
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
17579
|
+
}
|
|
17580
|
+
.v-btn-group--tile {
|
|
17581
|
+
border-radius: 0;
|
|
17582
17582
|
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
17583
17583
|
opacity: var(--v-activated-opacity);
|
|
17584
17584
|
}.v-card {
|
|
@@ -21817,85 +21817,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21817
21817
|
.v-slide-group--vertical .v-slide-group__container,
|
|
21818
21818
|
.v-slide-group--vertical .v-slide-group__content {
|
|
21819
21819
|
flex-direction: column;
|
|
21820
|
-
}.v-switch .v-label {
|
|
21821
|
-
padding-inline-start: 10px;
|
|
21822
|
-
}
|
|
21823
|
-
|
|
21824
|
-
.v-switch__loader {
|
|
21825
|
-
display: flex;
|
|
21826
|
-
}
|
|
21827
|
-
|
|
21828
|
-
.v-switch__track,
|
|
21829
|
-
.v-switch__thumb {
|
|
21830
|
-
background-color: currentColor;
|
|
21831
|
-
transition: none;
|
|
21832
|
-
}
|
|
21833
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
21834
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
21835
|
-
background-color: rgb(var(--v-theme-error));
|
|
21836
|
-
}
|
|
21837
|
-
|
|
21838
|
-
.v-selection-control--dirty .v-switch__thumb {
|
|
21839
|
-
color: currentColor;
|
|
21840
|
-
}
|
|
21841
|
-
|
|
21842
|
-
.v-switch__track {
|
|
21843
|
-
border-radius: 8px;
|
|
21844
|
-
height: 14px;
|
|
21845
|
-
opacity: 0.6;
|
|
21846
|
-
width: 36px;
|
|
21847
|
-
cursor: pointer;
|
|
21848
|
-
}
|
|
21849
|
-
.v-switch--inset .v-switch__track {
|
|
21850
|
-
border-radius: 14px;
|
|
21851
|
-
height: 28px;
|
|
21852
|
-
width: 48px;
|
|
21853
|
-
}
|
|
21854
|
-
|
|
21855
|
-
.v-switch__thumb {
|
|
21856
|
-
align-items: center;
|
|
21857
|
-
border-radius: 50%;
|
|
21858
|
-
color: rgb(var(--v-theme-surface));
|
|
21859
|
-
display: flex;
|
|
21860
|
-
height: 20px;
|
|
21861
|
-
justify-content: center;
|
|
21862
|
-
width: 20px;
|
|
21863
|
-
pointer-events: none;
|
|
21864
|
-
transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
21865
|
-
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));
|
|
21866
|
-
}
|
|
21867
|
-
.v-switch--inset .v-switch__thumb {
|
|
21868
|
-
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));
|
|
21869
|
-
}
|
|
21870
|
-
.v-switch:not(.v-switch--loading) .v-icon ~ .v-switch__thumb {
|
|
21871
|
-
display: none;
|
|
21872
|
-
}
|
|
21873
|
-
|
|
21874
|
-
.v-switch--loading .v-selection-control__input > .v-icon {
|
|
21875
|
-
display: none;
|
|
21876
|
-
}
|
|
21877
|
-
|
|
21878
|
-
.v-switch .v-selection-control {
|
|
21879
|
-
min-height: var(--v-input-control-height);
|
|
21880
|
-
}
|
|
21881
|
-
.v-switch .v-selection-control__wrapper {
|
|
21882
|
-
width: auto;
|
|
21883
|
-
}
|
|
21884
|
-
.v-switch .v-selection-control__input {
|
|
21885
|
-
border-radius: 50%;
|
|
21886
|
-
transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
21887
|
-
transform: translateX(-10px);
|
|
21888
|
-
position: absolute;
|
|
21889
|
-
}
|
|
21890
|
-
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
21891
|
-
transform: translateX(10px);
|
|
21892
|
-
}
|
|
21893
|
-
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
21894
|
-
transform: scale(0.8);
|
|
21895
|
-
}
|
|
21896
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
21897
|
-
transform: scale(0.75);
|
|
21898
|
-
box-shadow: none;
|
|
21899
21820
|
}.v-snackbar {
|
|
21900
21821
|
justify-content: center;
|
|
21901
21822
|
z-index: 10000;
|
|
@@ -22006,63 +21927,142 @@ html.v-overlay-scroll-blocked {
|
|
|
22006
21927
|
}
|
|
22007
21928
|
.v-snackbar-transition-leave-to {
|
|
22008
21929
|
opacity: 0;
|
|
22009
|
-
}.v-
|
|
22010
|
-
|
|
22011
|
-
display: flex;
|
|
22012
|
-
flex: 1 1 auto;
|
|
22013
|
-
height: 24px;
|
|
22014
|
-
justify-content: flex-end;
|
|
22015
|
-
max-width: 100%;
|
|
22016
|
-
padding-inline-start: 8px;
|
|
22017
|
-
padding-inline-end: 8px;
|
|
22018
|
-
position: relative;
|
|
22019
|
-
text-align: end;
|
|
22020
|
-
width: 100%;
|
|
22021
|
-
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));
|
|
22022
|
-
background: rgba(var(--v-theme-on-surface-variant));
|
|
22023
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
22024
|
-
font-size: 0.75rem;
|
|
22025
|
-
font-weight: 400;
|
|
22026
|
-
letter-spacing: 0.0333333333em;
|
|
22027
|
-
line-height: 1.25rem;
|
|
22028
|
-
text-transform: none;
|
|
22029
|
-
}
|
|
22030
|
-
.v-system-bar .v-icon {
|
|
22031
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
22032
|
-
}
|
|
22033
|
-
.v-system-bar--absolute {
|
|
22034
|
-
position: absolute;
|
|
22035
|
-
}
|
|
22036
|
-
.v-system-bar--fixed {
|
|
22037
|
-
position: fixed;
|
|
22038
|
-
}
|
|
22039
|
-
.v-system-bar--rounded {
|
|
22040
|
-
border-radius: 0;
|
|
22041
|
-
}
|
|
22042
|
-
.v-system-bar--window {
|
|
22043
|
-
height: 32px;
|
|
21930
|
+
}.v-switch .v-label {
|
|
21931
|
+
padding-inline-start: 10px;
|
|
22044
21932
|
}
|
|
22045
|
-
|
|
22046
|
-
|
|
22047
|
-
}.v-tabs {
|
|
21933
|
+
|
|
21934
|
+
.v-switch__loader {
|
|
22048
21935
|
display: flex;
|
|
22049
|
-
height: var(--v-tabs-height);
|
|
22050
21936
|
}
|
|
22051
|
-
|
|
22052
|
-
|
|
21937
|
+
|
|
21938
|
+
.v-switch__track,
|
|
21939
|
+
.v-switch__thumb {
|
|
21940
|
+
background-color: currentColor;
|
|
21941
|
+
transition: none;
|
|
22053
21942
|
}
|
|
22054
|
-
.v-
|
|
22055
|
-
|
|
21943
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
21944
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
21945
|
+
background-color: rgb(var(--v-theme-error));
|
|
22056
21946
|
}
|
|
22057
21947
|
|
|
22058
|
-
.v-
|
|
22059
|
-
|
|
22060
|
-
}
|
|
22061
|
-
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
22062
|
-
--v-tabs-height: 68px;
|
|
21948
|
+
.v-selection-control--dirty .v-switch__thumb {
|
|
21949
|
+
color: currentColor;
|
|
22063
21950
|
}
|
|
22064
21951
|
|
|
22065
|
-
.v-
|
|
21952
|
+
.v-switch__track {
|
|
21953
|
+
border-radius: 8px;
|
|
21954
|
+
height: 14px;
|
|
21955
|
+
opacity: 0.6;
|
|
21956
|
+
width: 36px;
|
|
21957
|
+
cursor: pointer;
|
|
21958
|
+
}
|
|
21959
|
+
.v-switch--inset .v-switch__track {
|
|
21960
|
+
border-radius: 14px;
|
|
21961
|
+
height: 28px;
|
|
21962
|
+
width: 48px;
|
|
21963
|
+
}
|
|
21964
|
+
|
|
21965
|
+
.v-switch__thumb {
|
|
21966
|
+
align-items: center;
|
|
21967
|
+
border-radius: 50%;
|
|
21968
|
+
color: rgb(var(--v-theme-surface));
|
|
21969
|
+
display: flex;
|
|
21970
|
+
height: 20px;
|
|
21971
|
+
justify-content: center;
|
|
21972
|
+
width: 20px;
|
|
21973
|
+
pointer-events: none;
|
|
21974
|
+
transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
21975
|
+
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));
|
|
21976
|
+
}
|
|
21977
|
+
.v-switch--inset .v-switch__thumb {
|
|
21978
|
+
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));
|
|
21979
|
+
}
|
|
21980
|
+
.v-switch:not(.v-switch--loading) .v-icon ~ .v-switch__thumb {
|
|
21981
|
+
display: none;
|
|
21982
|
+
}
|
|
21983
|
+
|
|
21984
|
+
.v-switch--loading .v-selection-control__input > .v-icon {
|
|
21985
|
+
display: none;
|
|
21986
|
+
}
|
|
21987
|
+
|
|
21988
|
+
.v-switch .v-selection-control {
|
|
21989
|
+
min-height: var(--v-input-control-height);
|
|
21990
|
+
}
|
|
21991
|
+
.v-switch .v-selection-control__wrapper {
|
|
21992
|
+
width: auto;
|
|
21993
|
+
}
|
|
21994
|
+
.v-switch .v-selection-control__input {
|
|
21995
|
+
border-radius: 50%;
|
|
21996
|
+
transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
21997
|
+
transform: translateX(-10px);
|
|
21998
|
+
position: absolute;
|
|
21999
|
+
}
|
|
22000
|
+
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
22001
|
+
transform: translateX(10px);
|
|
22002
|
+
}
|
|
22003
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
22004
|
+
transform: scale(0.8);
|
|
22005
|
+
}
|
|
22006
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
22007
|
+
transform: scale(0.75);
|
|
22008
|
+
box-shadow: none;
|
|
22009
|
+
}.v-system-bar {
|
|
22010
|
+
align-items: center;
|
|
22011
|
+
display: flex;
|
|
22012
|
+
flex: 1 1 auto;
|
|
22013
|
+
height: 24px;
|
|
22014
|
+
justify-content: flex-end;
|
|
22015
|
+
max-width: 100%;
|
|
22016
|
+
padding-inline-start: 8px;
|
|
22017
|
+
padding-inline-end: 8px;
|
|
22018
|
+
position: relative;
|
|
22019
|
+
text-align: end;
|
|
22020
|
+
width: 100%;
|
|
22021
|
+
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));
|
|
22022
|
+
background: rgba(var(--v-theme-on-surface-variant));
|
|
22023
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
22024
|
+
font-size: 0.75rem;
|
|
22025
|
+
font-weight: 400;
|
|
22026
|
+
letter-spacing: 0.0333333333em;
|
|
22027
|
+
line-height: 1.25rem;
|
|
22028
|
+
text-transform: none;
|
|
22029
|
+
}
|
|
22030
|
+
.v-system-bar .v-icon {
|
|
22031
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
22032
|
+
}
|
|
22033
|
+
.v-system-bar--absolute {
|
|
22034
|
+
position: absolute;
|
|
22035
|
+
}
|
|
22036
|
+
.v-system-bar--fixed {
|
|
22037
|
+
position: fixed;
|
|
22038
|
+
}
|
|
22039
|
+
.v-system-bar--rounded {
|
|
22040
|
+
border-radius: 0;
|
|
22041
|
+
}
|
|
22042
|
+
.v-system-bar--window {
|
|
22043
|
+
height: 32px;
|
|
22044
|
+
}
|
|
22045
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
22046
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
22047
|
+
}.v-tabs {
|
|
22048
|
+
display: flex;
|
|
22049
|
+
height: var(--v-tabs-height);
|
|
22050
|
+
}
|
|
22051
|
+
.v-tabs--density-default {
|
|
22052
|
+
--v-tabs-height: 48px;
|
|
22053
|
+
}
|
|
22054
|
+
.v-tabs--density-default.v-tabs--stacked {
|
|
22055
|
+
--v-tabs-height: 72px;
|
|
22056
|
+
}
|
|
22057
|
+
|
|
22058
|
+
.v-tabs--density-comfortable {
|
|
22059
|
+
--v-tabs-height: 44px;
|
|
22060
|
+
}
|
|
22061
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
22062
|
+
--v-tabs-height: 68px;
|
|
22063
|
+
}
|
|
22064
|
+
|
|
22065
|
+
.v-tabs--density-compact {
|
|
22066
22066
|
--v-tabs-height: 36px;
|
|
22067
22067
|
}
|
|
22068
22068
|
.v-tabs--density-compact.v-tabs--stacked {
|
|
@@ -22137,6 +22137,133 @@ html.v-overlay-scroll-blocked {
|
|
|
22137
22137
|
top: 0;
|
|
22138
22138
|
height: 100%;
|
|
22139
22139
|
width: 2px;
|
|
22140
|
+
}.v-table {
|
|
22141
|
+
background: rgb(var(--v-theme-surface));
|
|
22142
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
22143
|
+
}
|
|
22144
|
+
.v-table .v-table-divider {
|
|
22145
|
+
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22146
|
+
}
|
|
22147
|
+
.v-table .v-table__wrapper > table > thead > tr > th {
|
|
22148
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22149
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
22150
|
+
}
|
|
22151
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
|
22152
|
+
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
|
22153
|
+
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22154
|
+
}
|
|
22155
|
+
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
|
22156
|
+
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
|
22157
|
+
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22158
|
+
}
|
|
22159
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover td {
|
|
22160
|
+
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
|
22161
|
+
}
|
|
22162
|
+
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
22163
|
+
background: rgb(var(--v-theme-surface));
|
|
22164
|
+
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22165
|
+
z-index: 1;
|
|
22166
|
+
}
|
|
22167
|
+
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
|
22168
|
+
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
|
22169
|
+
background: rgb(var(--v-theme-surface));
|
|
22170
|
+
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22171
|
+
}
|
|
22172
|
+
|
|
22173
|
+
.v-table {
|
|
22174
|
+
--v-table-header-height: 56px;
|
|
22175
|
+
border-radius: inherit;
|
|
22176
|
+
line-height: 1.5;
|
|
22177
|
+
max-width: 100%;
|
|
22178
|
+
}
|
|
22179
|
+
.v-table > .v-table__wrapper > table {
|
|
22180
|
+
width: 100%;
|
|
22181
|
+
border-spacing: 0;
|
|
22182
|
+
}
|
|
22183
|
+
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
22184
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
22185
|
+
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
22186
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
22187
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
|
22188
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
22189
|
+
padding: 0 16px;
|
|
22190
|
+
transition: height cubic-bezier(0.4, 0, 0.2, 1);
|
|
22191
|
+
}
|
|
22192
|
+
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
22193
|
+
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
22194
|
+
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
22195
|
+
font-weight: 500;
|
|
22196
|
+
-webkit-user-select: none;
|
|
22197
|
+
user-select: none;
|
|
22198
|
+
text-align: start;
|
|
22199
|
+
}
|
|
22200
|
+
.v-table--density-default > .v-table__wrapper > table > tbody > tr > th,
|
|
22201
|
+
.v-table--density-default > .v-table__wrapper > table > thead > tr > th,
|
|
22202
|
+
.v-table--density-default > .v-table__wrapper > table > tfoot > tr > th {
|
|
22203
|
+
height: calc(var(--v-table-header-height) + 0px);
|
|
22204
|
+
}
|
|
22205
|
+
.v-table--density-default > .v-table__wrapper > table > tbody > tr > td,
|
|
22206
|
+
.v-table--density-default > .v-table__wrapper > table > thead > tr > td,
|
|
22207
|
+
.v-table--density-default > .v-table__wrapper > table > tfoot > tr > td {
|
|
22208
|
+
height: calc(var(--v-table-row-height, 52px) + 0px);
|
|
22209
|
+
}
|
|
22210
|
+
|
|
22211
|
+
.v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > th,
|
|
22212
|
+
.v-table--density-comfortable > .v-table__wrapper > table > thead > tr > th,
|
|
22213
|
+
.v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > th {
|
|
22214
|
+
height: calc(var(--v-table-header-height) - 8px);
|
|
22215
|
+
}
|
|
22216
|
+
.v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > td,
|
|
22217
|
+
.v-table--density-comfortable > .v-table__wrapper > table > thead > tr > td,
|
|
22218
|
+
.v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > td {
|
|
22219
|
+
height: calc(var(--v-table-row-height, 52px) - 8px);
|
|
22220
|
+
}
|
|
22221
|
+
|
|
22222
|
+
.v-table--density-compact > .v-table__wrapper > table > tbody > tr > th,
|
|
22223
|
+
.v-table--density-compact > .v-table__wrapper > table > thead > tr > th,
|
|
22224
|
+
.v-table--density-compact > .v-table__wrapper > table > tfoot > tr > th {
|
|
22225
|
+
height: calc(var(--v-table-header-height) - 16px);
|
|
22226
|
+
}
|
|
22227
|
+
.v-table--density-compact > .v-table__wrapper > table > tbody > tr > td,
|
|
22228
|
+
.v-table--density-compact > .v-table__wrapper > table > thead > tr > td,
|
|
22229
|
+
.v-table--density-compact > .v-table__wrapper > table > tfoot > tr > td {
|
|
22230
|
+
height: calc(var(--v-table-row-height, 52px) - 16px);
|
|
22231
|
+
}
|
|
22232
|
+
|
|
22233
|
+
.v-table__wrapper {
|
|
22234
|
+
border-radius: inherit;
|
|
22235
|
+
overflow: auto;
|
|
22236
|
+
}
|
|
22237
|
+
|
|
22238
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
|
22239
|
+
border-top-left-radius: 0;
|
|
22240
|
+
}
|
|
22241
|
+
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
|
22242
|
+
border-top-right-radius: 0;
|
|
22243
|
+
}
|
|
22244
|
+
|
|
22245
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
|
22246
|
+
border-bottom-left-radius: 0;
|
|
22247
|
+
}
|
|
22248
|
+
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
|
22249
|
+
border-bottom-right-radius: 0;
|
|
22250
|
+
}
|
|
22251
|
+
|
|
22252
|
+
.v-table--fixed-height > .v-table__wrapper {
|
|
22253
|
+
overflow-y: auto;
|
|
22254
|
+
}
|
|
22255
|
+
|
|
22256
|
+
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
22257
|
+
border-bottom: 0px !important;
|
|
22258
|
+
position: sticky;
|
|
22259
|
+
top: 0;
|
|
22260
|
+
}
|
|
22261
|
+
|
|
22262
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
22263
|
+
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
22264
|
+
border-top: 0px !important;
|
|
22265
|
+
position: sticky;
|
|
22266
|
+
bottom: 0;
|
|
22140
22267
|
}.v-textarea .v-field {
|
|
22141
22268
|
--v-textarea-control-height: var(--v-input-control-height);
|
|
22142
22269
|
}
|
|
@@ -22929,133 +23056,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22929
23056
|
}
|
|
22930
23057
|
.v-window-y-reverse-transition-leave-to {
|
|
22931
23058
|
transform: translateY(100%);
|
|
22932
|
-
}.v-table {
|
|
22933
|
-
background: rgb(var(--v-theme-surface));
|
|
22934
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
22935
|
-
}
|
|
22936
|
-
.v-table .v-table-divider {
|
|
22937
|
-
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22938
|
-
}
|
|
22939
|
-
.v-table .v-table__wrapper > table > thead > tr > th {
|
|
22940
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22941
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
22942
|
-
}
|
|
22943
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
|
|
22944
|
-
.v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
|
|
22945
|
-
border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22946
|
-
}
|
|
22947
|
-
.v-table .v-table__wrapper > table > tfoot > tr > td,
|
|
22948
|
-
.v-table .v-table__wrapper > table > tfoot > tr > th {
|
|
22949
|
-
border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22950
|
-
}
|
|
22951
|
-
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover td {
|
|
22952
|
-
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
|
22953
|
-
}
|
|
22954
|
-
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
22955
|
-
background: rgb(var(--v-theme-surface));
|
|
22956
|
-
box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22957
|
-
z-index: 1;
|
|
22958
|
-
}
|
|
22959
|
-
.v-table.v-table--fixed-footer > tfoot > tr > th,
|
|
22960
|
-
.v-table.v-table--fixed-footer > tfoot > tr > td {
|
|
22961
|
-
background: rgb(var(--v-theme-surface));
|
|
22962
|
-
box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22963
|
-
}
|
|
22964
|
-
|
|
22965
|
-
.v-table {
|
|
22966
|
-
--v-table-header-height: 56px;
|
|
22967
|
-
border-radius: inherit;
|
|
22968
|
-
line-height: 1.5;
|
|
22969
|
-
max-width: 100%;
|
|
22970
|
-
}
|
|
22971
|
-
.v-table > .v-table__wrapper > table {
|
|
22972
|
-
width: 100%;
|
|
22973
|
-
border-spacing: 0;
|
|
22974
|
-
}
|
|
22975
|
-
.v-table > .v-table__wrapper > table > tbody > tr > td,
|
|
22976
|
-
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
22977
|
-
.v-table > .v-table__wrapper > table > thead > tr > td,
|
|
22978
|
-
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
22979
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > td,
|
|
22980
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
22981
|
-
padding: 0 16px;
|
|
22982
|
-
transition: height cubic-bezier(0.4, 0, 0.2, 1);
|
|
22983
|
-
}
|
|
22984
|
-
.v-table > .v-table__wrapper > table > tbody > tr > th,
|
|
22985
|
-
.v-table > .v-table__wrapper > table > thead > tr > th,
|
|
22986
|
-
.v-table > .v-table__wrapper > table > tfoot > tr > th {
|
|
22987
|
-
font-weight: 500;
|
|
22988
|
-
-webkit-user-select: none;
|
|
22989
|
-
user-select: none;
|
|
22990
|
-
text-align: start;
|
|
22991
|
-
}
|
|
22992
|
-
.v-table--density-default > .v-table__wrapper > table > tbody > tr > th,
|
|
22993
|
-
.v-table--density-default > .v-table__wrapper > table > thead > tr > th,
|
|
22994
|
-
.v-table--density-default > .v-table__wrapper > table > tfoot > tr > th {
|
|
22995
|
-
height: calc(var(--v-table-header-height) + 0px);
|
|
22996
|
-
}
|
|
22997
|
-
.v-table--density-default > .v-table__wrapper > table > tbody > tr > td,
|
|
22998
|
-
.v-table--density-default > .v-table__wrapper > table > thead > tr > td,
|
|
22999
|
-
.v-table--density-default > .v-table__wrapper > table > tfoot > tr > td {
|
|
23000
|
-
height: calc(var(--v-table-row-height, 52px) + 0px);
|
|
23001
|
-
}
|
|
23002
|
-
|
|
23003
|
-
.v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > th,
|
|
23004
|
-
.v-table--density-comfortable > .v-table__wrapper > table > thead > tr > th,
|
|
23005
|
-
.v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > th {
|
|
23006
|
-
height: calc(var(--v-table-header-height) - 8px);
|
|
23007
|
-
}
|
|
23008
|
-
.v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > td,
|
|
23009
|
-
.v-table--density-comfortable > .v-table__wrapper > table > thead > tr > td,
|
|
23010
|
-
.v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > td {
|
|
23011
|
-
height: calc(var(--v-table-row-height, 52px) - 8px);
|
|
23012
|
-
}
|
|
23013
|
-
|
|
23014
|
-
.v-table--density-compact > .v-table__wrapper > table > tbody > tr > th,
|
|
23015
|
-
.v-table--density-compact > .v-table__wrapper > table > thead > tr > th,
|
|
23016
|
-
.v-table--density-compact > .v-table__wrapper > table > tfoot > tr > th {
|
|
23017
|
-
height: calc(var(--v-table-header-height) - 16px);
|
|
23018
|
-
}
|
|
23019
|
-
.v-table--density-compact > .v-table__wrapper > table > tbody > tr > td,
|
|
23020
|
-
.v-table--density-compact > .v-table__wrapper > table > thead > tr > td,
|
|
23021
|
-
.v-table--density-compact > .v-table__wrapper > table > tfoot > tr > td {
|
|
23022
|
-
height: calc(var(--v-table-row-height, 52px) - 16px);
|
|
23023
|
-
}
|
|
23024
|
-
|
|
23025
|
-
.v-table__wrapper {
|
|
23026
|
-
border-radius: inherit;
|
|
23027
|
-
overflow: auto;
|
|
23028
|
-
}
|
|
23029
|
-
|
|
23030
|
-
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
|
|
23031
|
-
border-top-left-radius: 0;
|
|
23032
|
-
}
|
|
23033
|
-
.v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
|
|
23034
|
-
border-top-right-radius: 0;
|
|
23035
|
-
}
|
|
23036
|
-
|
|
23037
|
-
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
|
|
23038
|
-
border-bottom-left-radius: 0;
|
|
23039
|
-
}
|
|
23040
|
-
.v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
|
|
23041
|
-
border-bottom-right-radius: 0;
|
|
23042
|
-
}
|
|
23043
|
-
|
|
23044
|
-
.v-table--fixed-height > .v-table__wrapper {
|
|
23045
|
-
overflow-y: auto;
|
|
23046
|
-
}
|
|
23047
|
-
|
|
23048
|
-
.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
|
23049
|
-
border-bottom: 0px !important;
|
|
23050
|
-
position: sticky;
|
|
23051
|
-
top: 0;
|
|
23052
|
-
}
|
|
23053
|
-
|
|
23054
|
-
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
23055
|
-
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
23056
|
-
border-top: 0px !important;
|
|
23057
|
-
position: sticky;
|
|
23058
|
-
bottom: 0;
|
|
23059
23059
|
}.v-color-picker-canvas {
|
|
23060
23060
|
display: flex;
|
|
23061
23061
|
position: relative;
|
|
@@ -23077,36 +23077,6 @@ html.v-overlay-scroll-blocked {
|
|
|
23077
23077
|
}
|
|
23078
23078
|
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
23079
23079
|
will-change: transform;
|
|
23080
|
-
}.v-color-picker-edit {
|
|
23081
|
-
display: flex;
|
|
23082
|
-
}
|
|
23083
|
-
|
|
23084
|
-
.v-color-picker-edit__input {
|
|
23085
|
-
width: 100%;
|
|
23086
|
-
display: flex;
|
|
23087
|
-
flex-wrap: wrap;
|
|
23088
|
-
justify-content: center;
|
|
23089
|
-
text-align: center;
|
|
23090
|
-
}
|
|
23091
|
-
.v-color-picker-edit__input:not(:last-child).v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
|
|
23092
|
-
margin-right: 8px;
|
|
23093
|
-
}
|
|
23094
|
-
.v-color-picker-edit__input:not(:last-child).v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
|
|
23095
|
-
margin-left: 8px;
|
|
23096
|
-
}
|
|
23097
|
-
.v-color-picker-edit__input input {
|
|
23098
|
-
border-radius: 4px;
|
|
23099
|
-
margin-bottom: 8px;
|
|
23100
|
-
min-width: 0;
|
|
23101
|
-
outline: none;
|
|
23102
|
-
text-align: center;
|
|
23103
|
-
width: 100%;
|
|
23104
|
-
height: 32px;
|
|
23105
|
-
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
23106
|
-
color: rgba(var(--v-theme-on-surface));
|
|
23107
|
-
}
|
|
23108
|
-
.v-color-picker-edit__input span {
|
|
23109
|
-
font-size: 0.75rem;
|
|
23110
23080
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
23111
23081
|
background-color: transparent !important;
|
|
23112
23082
|
}
|
|
@@ -23208,6 +23178,36 @@ html.v-overlay-scroll-blocked {
|
|
|
23208
23178
|
justify-content: center;
|
|
23209
23179
|
width: 100%;
|
|
23210
23180
|
height: 100%;
|
|
23181
|
+
}.v-color-picker-edit {
|
|
23182
|
+
display: flex;
|
|
23183
|
+
}
|
|
23184
|
+
|
|
23185
|
+
.v-color-picker-edit__input {
|
|
23186
|
+
width: 100%;
|
|
23187
|
+
display: flex;
|
|
23188
|
+
flex-wrap: wrap;
|
|
23189
|
+
justify-content: center;
|
|
23190
|
+
text-align: center;
|
|
23191
|
+
}
|
|
23192
|
+
.v-color-picker-edit__input:not(:last-child).v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
|
|
23193
|
+
margin-right: 8px;
|
|
23194
|
+
}
|
|
23195
|
+
.v-color-picker-edit__input:not(:last-child).v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
|
|
23196
|
+
margin-left: 8px;
|
|
23197
|
+
}
|
|
23198
|
+
.v-color-picker-edit__input input {
|
|
23199
|
+
border-radius: 4px;
|
|
23200
|
+
margin-bottom: 8px;
|
|
23201
|
+
min-width: 0;
|
|
23202
|
+
outline: none;
|
|
23203
|
+
text-align: center;
|
|
23204
|
+
width: 100%;
|
|
23205
|
+
height: 32px;
|
|
23206
|
+
background: rgba(var(--v-theme-surface-variant), 0.2);
|
|
23207
|
+
color: rgba(var(--v-theme-on-surface));
|
|
23208
|
+
}
|
|
23209
|
+
.v-color-picker-edit__input span {
|
|
23210
|
+
font-size: 0.75rem;
|
|
23211
23211
|
}.v-slider-thumb {
|
|
23212
23212
|
touch-action: none;
|
|
23213
23213
|
color: rgb(var(--v-theme-surface-variant));
|