@vuetify/nightly 3.6.7-master.2024-05-25 → 3.6.7-master.2024-05-28

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/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.7-master.2024-05-25
2
+ * Vuetify v3.6.7-master.2024-05-28
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -3499,6 +3499,22 @@ html.overflow-y-hidden {
3499
3499
  flex: 0 0 100% !important;
3500
3500
  }
3501
3501
 
3502
+ .flex-1-1-0 {
3503
+ flex: 1 1 0 !important;
3504
+ }
3505
+
3506
+ .flex-1-0-0 {
3507
+ flex: 1 0 0 !important;
3508
+ }
3509
+
3510
+ .flex-0-1-0 {
3511
+ flex: 0 1 0 !important;
3512
+ }
3513
+
3514
+ .flex-0-0-0 {
3515
+ flex: 0 0 0 !important;
3516
+ }
3517
+
3502
3518
  .flex-row {
3503
3519
  flex-direction: row !important;
3504
3520
  }
@@ -7179,6 +7195,18 @@ html.overflow-y-hidden {
7179
7195
  .flex-sm-0-0-100 {
7180
7196
  flex: 0 0 100% !important;
7181
7197
  }
7198
+ .flex-sm-1-1-0 {
7199
+ flex: 1 1 0 !important;
7200
+ }
7201
+ .flex-sm-1-0-0 {
7202
+ flex: 1 0 0 !important;
7203
+ }
7204
+ .flex-sm-0-1-0 {
7205
+ flex: 0 1 0 !important;
7206
+ }
7207
+ .flex-sm-0-0-0 {
7208
+ flex: 0 0 0 !important;
7209
+ }
7182
7210
  .flex-sm-row {
7183
7211
  flex-direction: row !important;
7184
7212
  }
@@ -9214,6 +9242,18 @@ html.overflow-y-hidden {
9214
9242
  .flex-md-0-0-100 {
9215
9243
  flex: 0 0 100% !important;
9216
9244
  }
9245
+ .flex-md-1-1-0 {
9246
+ flex: 1 1 0 !important;
9247
+ }
9248
+ .flex-md-1-0-0 {
9249
+ flex: 1 0 0 !important;
9250
+ }
9251
+ .flex-md-0-1-0 {
9252
+ flex: 0 1 0 !important;
9253
+ }
9254
+ .flex-md-0-0-0 {
9255
+ flex: 0 0 0 !important;
9256
+ }
9217
9257
  .flex-md-row {
9218
9258
  flex-direction: row !important;
9219
9259
  }
@@ -11249,6 +11289,18 @@ html.overflow-y-hidden {
11249
11289
  .flex-lg-0-0-100 {
11250
11290
  flex: 0 0 100% !important;
11251
11291
  }
11292
+ .flex-lg-1-1-0 {
11293
+ flex: 1 1 0 !important;
11294
+ }
11295
+ .flex-lg-1-0-0 {
11296
+ flex: 1 0 0 !important;
11297
+ }
11298
+ .flex-lg-0-1-0 {
11299
+ flex: 0 1 0 !important;
11300
+ }
11301
+ .flex-lg-0-0-0 {
11302
+ flex: 0 0 0 !important;
11303
+ }
11252
11304
  .flex-lg-row {
11253
11305
  flex-direction: row !important;
11254
11306
  }
@@ -13284,6 +13336,18 @@ html.overflow-y-hidden {
13284
13336
  .flex-xl-0-0-100 {
13285
13337
  flex: 0 0 100% !important;
13286
13338
  }
13339
+ .flex-xl-1-1-0 {
13340
+ flex: 1 1 0 !important;
13341
+ }
13342
+ .flex-xl-1-0-0 {
13343
+ flex: 1 0 0 !important;
13344
+ }
13345
+ .flex-xl-0-1-0 {
13346
+ flex: 0 1 0 !important;
13347
+ }
13348
+ .flex-xl-0-0-0 {
13349
+ flex: 0 0 0 !important;
13350
+ }
13287
13351
  .flex-xl-row {
13288
13352
  flex-direction: row !important;
13289
13353
  }
@@ -15319,6 +15383,18 @@ html.overflow-y-hidden {
15319
15383
  .flex-xxl-0-0-100 {
15320
15384
  flex: 0 0 100% !important;
15321
15385
  }
15386
+ .flex-xxl-1-1-0 {
15387
+ flex: 1 1 0 !important;
15388
+ }
15389
+ .flex-xxl-1-0-0 {
15390
+ flex: 1 0 0 !important;
15391
+ }
15392
+ .flex-xxl-0-1-0 {
15393
+ flex: 0 1 0 !important;
15394
+ }
15395
+ .flex-xxl-0-0-0 {
15396
+ flex: 0 0 0 !important;
15397
+ }
15322
15398
  .flex-xxl-row {
15323
15399
  flex-direction: row !important;
15324
15400
  }
@@ -18079,38 +18155,6 @@ html.overflow-y-hidden {
18079
18155
  }
18080
18156
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18081
18157
  transform: translateY(0.5rem);
18082
- }.bottom-sheet-transition-enter-from {
18083
- transform: translateY(100%);
18084
- }
18085
- .bottom-sheet-transition-leave-to {
18086
- transform: translateY(100%);
18087
- }
18088
-
18089
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18090
- align-self: flex-end;
18091
- border-radius: 0;
18092
- flex: 0 1 auto;
18093
- left: 0;
18094
- right: 0;
18095
- margin-inline: 0;
18096
- margin-bottom: 0;
18097
- transition-duration: 0.2s;
18098
- width: 100%;
18099
- max-width: 100%;
18100
- overflow: visible;
18101
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18102
- }
18103
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18104
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18105
- border-radius: 0;
18106
- }
18107
- .v-bottom-sheet.v-bottom-sheet--inset {
18108
- max-width: none;
18109
- }
18110
- @media (min-width: 600px) {
18111
- .v-bottom-sheet.v-bottom-sheet--inset {
18112
- max-width: 70%;
18113
- }
18114
18158
  }.v-breadcrumbs {
18115
18159
  display: flex;
18116
18160
  align-items: center;
@@ -18168,6 +18212,38 @@ html.overflow-y-hidden {
18168
18212
  display: inline-block;
18169
18213
  padding: 0 8px;
18170
18214
  vertical-align: middle;
18215
+ }.bottom-sheet-transition-enter-from {
18216
+ transform: translateY(100%);
18217
+ }
18218
+ .bottom-sheet-transition-leave-to {
18219
+ transform: translateY(100%);
18220
+ }
18221
+
18222
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18223
+ align-self: flex-end;
18224
+ border-radius: 0;
18225
+ flex: 0 1 auto;
18226
+ left: 0;
18227
+ right: 0;
18228
+ margin-inline: 0;
18229
+ margin-bottom: 0;
18230
+ transition-duration: 0.2s;
18231
+ width: 100%;
18232
+ max-width: 100%;
18233
+ overflow: visible;
18234
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18235
+ }
18236
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18237
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18238
+ border-radius: 0;
18239
+ }
18240
+ .v-bottom-sheet.v-bottom-sheet--inset {
18241
+ max-width: none;
18242
+ }
18243
+ @media (min-width: 600px) {
18244
+ .v-bottom-sheet.v-bottom-sheet--inset {
18245
+ max-width: 70%;
18246
+ }
18171
18247
  }.v-btn {
18172
18248
  align-items: center;
18173
18249
  border-radius: 4px;
@@ -18586,6 +18662,19 @@ html.overflow-y-hidden {
18586
18662
  }
18587
18663
  .v-pagination__item--is-active .v-btn__overlay {
18588
18664
  opacity: var(--v-border-opacity);
18665
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18666
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18667
+ }
18668
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18669
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18670
+ }
18671
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18672
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18673
+ }
18674
+ @supports not selector(:focus-visible) {
18675
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18676
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18677
+ }
18589
18678
  }.v-btn-group {
18590
18679
  display: inline-flex;
18591
18680
  flex-wrap: nowrap;
@@ -18642,19 +18731,6 @@ html.overflow-y-hidden {
18642
18731
  }
18643
18732
  .v-btn-group--tile {
18644
18733
  border-radius: 0;
18645
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18646
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18647
- }
18648
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18649
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18650
- }
18651
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18652
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18653
- }
18654
- @supports not selector(:focus-visible) {
18655
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18656
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18657
- }
18658
18734
  }.v-card {
18659
18735
  display: block;
18660
18736
  overflow: hidden;
@@ -19553,6 +19629,37 @@ html.overflow-y-hidden {
19553
19629
  .v-combobox--active-menu .v-combobox__menu-icon {
19554
19630
  opacity: var(--v-high-emphasis-opacity);
19555
19631
  transform: rotate(180deg);
19632
+ }.v-data-table-footer {
19633
+ align-items: center;
19634
+ display: flex;
19635
+ flex-wrap: wrap;
19636
+ justify-content: flex-end;
19637
+ padding: 8px 4px;
19638
+ }
19639
+ .v-data-table-footer__items-per-page {
19640
+ align-items: center;
19641
+ display: flex;
19642
+ justify-content: center;
19643
+ }
19644
+ .v-data-table-footer__items-per-page > span {
19645
+ padding-inline-end: 8px;
19646
+ }
19647
+ .v-data-table-footer__items-per-page > .v-select {
19648
+ width: 90px;
19649
+ }
19650
+ .v-data-table-footer__info {
19651
+ display: flex;
19652
+ justify-content: flex-end;
19653
+ min-width: 116px;
19654
+ padding: 0 16px;
19655
+ }
19656
+ .v-data-table-footer__paginationz {
19657
+ align-items: center;
19658
+ display: flex;
19659
+ margin-inline-start: 16px;
19660
+ }
19661
+ .v-data-table-footer__page {
19662
+ padding: 0 8px;
19556
19663
  }.v-counter {
19557
19664
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19558
19665
  flex: 0 1 auto;
@@ -19745,37 +19852,67 @@ html.overflow-y-hidden {
19745
19852
  }
19746
19853
  .v-data-table__td-sort-icon-active {
19747
19854
  color: rgba(var(--v-theme-on-surface));
19748
- }.v-data-table-footer {
19749
- align-items: center;
19750
- display: flex;
19751
- flex-wrap: wrap;
19752
- justify-content: flex-end;
19753
- padding: 8px 4px;
19855
+ }.v-date-picker {
19856
+ overflow: hidden;
19857
+ width: 328px;
19754
19858
  }
19755
- .v-data-table-footer__items-per-page {
19756
- align-items: center;
19859
+ .v-date-picker--show-week {
19860
+ width: 368px;
19861
+ }.v-date-picker-month {
19757
19862
  display: flex;
19758
19863
  justify-content: center;
19864
+ padding: 0 12px 8px;
19865
+ --v-date-picker-month-day-diff: 4px;
19759
19866
  }
19760
- .v-data-table-footer__items-per-page > span {
19761
- padding-inline-end: 8px;
19867
+
19868
+ .v-date-picker-month__weeks {
19869
+ display: grid;
19870
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19871
+ column-gap: 4px;
19872
+ font-size: 0.85rem;
19762
19873
  }
19763
- .v-data-table-footer__items-per-page > .v-select {
19764
- width: 90px;
19874
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
19875
+ grid-row-gap: 0;
19765
19876
  }
19766
- .v-data-table-footer__info {
19767
- display: flex;
19768
- justify-content: flex-end;
19769
- min-width: 116px;
19770
- padding: 0 16px;
19877
+
19878
+ .v-date-picker-month__weekday {
19879
+ font-size: 0.85rem;
19771
19880
  }
19772
- .v-data-table-footer__paginationz {
19881
+
19882
+ .v-date-picker-month__days {
19883
+ display: grid;
19884
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
19885
+ column-gap: 4px;
19886
+ flex: 1 1;
19887
+ justify-content: space-around;
19888
+ }
19889
+
19890
+ .v-date-picker-month__day {
19773
19891
  align-items: center;
19774
19892
  display: flex;
19775
- margin-inline-start: 16px;
19893
+ justify-content: center;
19894
+ position: relative;
19895
+ height: 40px;
19896
+ width: 40px;
19776
19897
  }
19777
- .v-data-table-footer__page {
19778
- padding: 0 8px;
19898
+ .v-date-picker-month__day--selected .v-btn {
19899
+ background-color: rgb(var(--v-theme-surface-variant));
19900
+ color: rgb(var(--v-theme-on-surface-variant));
19901
+ }
19902
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
19903
+ --v-btn-height: 24px;
19904
+ --v-btn-size: 0.85rem;
19905
+ }
19906
+ .v-date-picker-month__day--week {
19907
+ font-size: var(--v-btn-size);
19908
+ }
19909
+
19910
+ .v-date-picker-month__day--adjacent {
19911
+ opacity: 0.5;
19912
+ }
19913
+
19914
+ .v-date-picker-month__day--hide-adjacent {
19915
+ opacity: 0;
19779
19916
  }.v-date-picker-controls {
19780
19917
  display: flex;
19781
19918
  align-items: center;
@@ -19832,12 +19969,6 @@ html.overflow-y-hidden {
19832
19969
 
19833
19970
  .v-date-picker__title {
19834
19971
  display: inline-block;
19835
- }.v-date-picker {
19836
- overflow: hidden;
19837
- width: 328px;
19838
- }
19839
- .v-date-picker--show-week {
19840
- width: 368px;
19841
19972
  }.v-date-picker-header {
19842
19973
  align-items: flex-end;
19843
19974
  height: 70px;
@@ -19898,95 +20029,90 @@ html.overflow-y-hidden {
19898
20029
  .date-picker-header-reverse-transition-leave-to {
19899
20030
  opacity: 0;
19900
20031
  transform: translate(0, 100%);
19901
- }.v-date-picker-month {
19902
- display: flex;
19903
- justify-content: center;
19904
- padding: 0 12px 8px;
19905
- --v-date-picker-month-day-diff: 4px;
20032
+ }.v-date-picker-months {
20033
+ height: 288px;
19906
20034
  }
19907
20035
 
19908
- .v-date-picker-month__weeks {
20036
+ .v-date-picker-months__content {
20037
+ align-items: center;
19909
20038
  display: grid;
19910
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19911
- column-gap: 4px;
19912
- font-size: 0.85rem;
20039
+ flex: 1 1;
20040
+ height: inherit;
20041
+ justify-content: space-around;
20042
+ grid-template-columns: repeat(2, 1fr);
20043
+ grid-gap: 0px 24px;
20044
+ padding-inline-start: 36px;
20045
+ padding-inline-end: 36px;
19913
20046
  }
19914
- .v-date-picker-month__weeks + .v-date-picker-month__days {
19915
- grid-row-gap: 0;
20047
+ .v-date-picker-months__content .v-btn {
20048
+ text-transform: none;
20049
+ padding-inline-start: 8px;
20050
+ padding-inline-end: 8px;
20051
+ }.v-date-picker-years {
20052
+ height: 288px;
20053
+ overflow-y: scroll;
19916
20054
  }
19917
20055
 
19918
- .v-date-picker-month__weekday {
19919
- font-size: 0.85rem;
19920
- }
19921
-
19922
- .v-date-picker-month__days {
20056
+ .v-date-picker-years__content {
19923
20057
  display: grid;
19924
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
19925
- column-gap: 4px;
19926
20058
  flex: 1 1;
19927
20059
  justify-content: space-around;
20060
+ grid-template-columns: repeat(3, 1fr);
20061
+ gap: 8px 24px;
20062
+ padding-inline: 32px;
19928
20063
  }
19929
-
19930
- .v-date-picker-month__day {
19931
- align-items: center;
19932
- display: flex;
19933
- justify-content: center;
19934
- position: relative;
19935
- height: 40px;
19936
- width: 40px;
20064
+ .v-date-picker-years__content .v-btn {
20065
+ padding-inline: 8px;
20066
+ }.v-divider {
20067
+ display: block;
20068
+ flex: 1 1 100%;
20069
+ height: 0px;
20070
+ max-height: 0px;
20071
+ opacity: var(--v-border-opacity);
20072
+ transition: inherit;
20073
+ border-style: solid;
20074
+ border-width: thin 0 0 0;
19937
20075
  }
19938
- .v-date-picker-month__day--selected .v-btn {
19939
- background-color: rgb(var(--v-theme-surface-variant));
19940
- color: rgb(var(--v-theme-on-surface-variant));
20076
+ .v-divider--vertical {
20077
+ align-self: stretch;
20078
+ border-width: 0 thin 0 0;
20079
+ display: inline-flex;
20080
+ height: auto;
20081
+ margin-left: -1px;
20082
+ max-height: 100%;
20083
+ max-width: 0px;
20084
+ vertical-align: text-bottom;
20085
+ width: 0px;
19941
20086
  }
19942
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
19943
- --v-btn-height: 24px;
19944
- --v-btn-size: 0.85rem;
20087
+ .v-divider--inset:not(.v-divider--vertical) {
20088
+ max-width: calc(100% - 72px);
20089
+ margin-inline-start: 72px;
19945
20090
  }
19946
- .v-date-picker-month__day--week {
19947
- font-size: var(--v-btn-size);
20091
+ .v-divider--inset.v-divider--vertical {
20092
+ margin-bottom: 8px;
20093
+ margin-top: 8px;
20094
+ max-height: calc(100% - 16px);
19948
20095
  }
19949
20096
 
19950
- .v-date-picker-month__day--adjacent {
19951
- opacity: 0.5;
20097
+ .v-divider__content {
20098
+ padding: 0 16px;
20099
+ text-wrap: nowrap;
19952
20100
  }
19953
-
19954
- .v-date-picker-month__day--hide-adjacent {
19955
- opacity: 0;
19956
- }.v-date-picker-months {
19957
- height: 288px;
20101
+ .v-divider__wrapper--vertical .v-divider__content {
20102
+ padding: 4px 0;
19958
20103
  }
19959
20104
 
19960
- .v-date-picker-months__content {
20105
+ .v-divider__wrapper {
20106
+ display: flex;
19961
20107
  align-items: center;
19962
- display: grid;
19963
- flex: 1 1;
19964
- height: inherit;
19965
- justify-content: space-around;
19966
- grid-template-columns: repeat(2, 1fr);
19967
- grid-gap: 0px 24px;
19968
- padding-inline-start: 36px;
19969
- padding-inline-end: 36px;
19970
- }
19971
- .v-date-picker-months__content .v-btn {
19972
- text-transform: none;
19973
- padding-inline-start: 8px;
19974
- padding-inline-end: 8px;
19975
- }.v-date-picker-years {
19976
- height: 288px;
19977
- overflow-y: scroll;
20108
+ justify-content: center;
19978
20109
  }
19979
-
19980
- .v-date-picker-years__content {
19981
- display: grid;
19982
- flex: 1 1;
19983
- justify-content: space-around;
19984
- grid-template-columns: repeat(3, 1fr);
19985
- gap: 8px 24px;
19986
- padding-inline: 32px;
20110
+ .v-divider__wrapper--vertical {
20111
+ flex-direction: column;
20112
+ height: 100%;
19987
20113
  }
19988
- .v-date-picker-years__content .v-btn {
19989
- padding-inline: 8px;
20114
+ .v-divider__wrapper--vertical .v-divider {
20115
+ margin: 0 auto;
19990
20116
  }.v-dialog {
19991
20117
  align-items: center;
19992
20118
  justify-content: center;
@@ -20079,123 +20205,6 @@ html.overflow-y-hidden {
20079
20205
  -webkit-backface-visibility: hidden;
20080
20206
  backface-visibility: hidden;
20081
20207
  overflow-y: auto;
20082
- }.v-divider {
20083
- display: block;
20084
- flex: 1 1 100%;
20085
- height: 0px;
20086
- max-height: 0px;
20087
- opacity: var(--v-border-opacity);
20088
- transition: inherit;
20089
- border-style: solid;
20090
- border-width: thin 0 0 0;
20091
- }
20092
- .v-divider--vertical {
20093
- align-self: stretch;
20094
- border-width: 0 thin 0 0;
20095
- display: inline-flex;
20096
- height: auto;
20097
- margin-left: -1px;
20098
- max-height: 100%;
20099
- max-width: 0px;
20100
- vertical-align: text-bottom;
20101
- width: 0px;
20102
- }
20103
- .v-divider--inset:not(.v-divider--vertical) {
20104
- max-width: calc(100% - 72px);
20105
- margin-inline-start: 72px;
20106
- }
20107
- .v-divider--inset.v-divider--vertical {
20108
- margin-bottom: 8px;
20109
- margin-top: 8px;
20110
- max-height: calc(100% - 16px);
20111
- }
20112
-
20113
- .v-divider__content {
20114
- padding: 0 16px;
20115
- text-wrap: nowrap;
20116
- }
20117
- .v-divider__wrapper--vertical .v-divider__content {
20118
- padding: 4px 0;
20119
- }
20120
-
20121
- .v-divider__wrapper {
20122
- display: flex;
20123
- align-items: center;
20124
- justify-content: center;
20125
- }
20126
- .v-divider__wrapper--vertical {
20127
- flex-direction: column;
20128
- height: 100%;
20129
- }
20130
- .v-divider__wrapper--vertical .v-divider {
20131
- margin: 0 auto;
20132
- }.v-empty-state {
20133
- align-items: center;
20134
- display: flex;
20135
- flex-direction: column;
20136
- justify-content: center;
20137
- min-height: 100%;
20138
- padding: 16px;
20139
- }
20140
- .v-empty-state--start {
20141
- align-items: flex-start;
20142
- }
20143
- .v-empty-state--center {
20144
- align-items: center;
20145
- }
20146
- .v-empty-state--end {
20147
- align-items: flex-end;
20148
- }
20149
-
20150
- .v-empty-state__media {
20151
- text-align: center;
20152
- width: 100%;
20153
- }
20154
- .v-empty-state__media .v-icon {
20155
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20156
- }
20157
-
20158
- .v-empty-state__headline {
20159
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20160
- font-size: 3.75rem;
20161
- font-weight: 300;
20162
- line-height: 1;
20163
- text-align: center;
20164
- margin-bottom: 8px;
20165
- }
20166
- .v-empty-state--mobile .v-empty-state__headline {
20167
- font-size: 2.125rem;
20168
- }
20169
-
20170
- .v-empty-state__title {
20171
- font-size: 1.25rem;
20172
- font-weight: 500;
20173
- line-height: 1.6;
20174
- margin-bottom: 4px;
20175
- text-align: center;
20176
- }
20177
-
20178
- .v-empty-state__text {
20179
- font-size: 0.875rem;
20180
- font-weight: 400;
20181
- line-height: 1.425;
20182
- padding: 0 16px;
20183
- text-align: center;
20184
- }
20185
-
20186
- .v-empty-state__content {
20187
- padding: 24px 0;
20188
- }
20189
-
20190
- .v-empty-state__actions {
20191
- display: flex;
20192
- gap: 8px;
20193
- padding: 16px;
20194
- }
20195
-
20196
- .v-empty-state__action-btn.v-btn {
20197
- background-color: rgb(var(--v-theme-surface-variant));
20198
- color: rgb(var(--v-theme-on-surface-variant));
20199
20208
  }.v-expansion-panel {
20200
20209
  background-color: rgb(var(--v-theme-surface));
20201
20210
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -20394,18 +20403,85 @@ html.overflow-y-hidden {
20394
20403
  max-width: calc(100% - 32px);
20395
20404
  }
20396
20405
 
20397
- .v-expansion-panels--flat > .v-expansion-panel::after {
20398
- border-top: none;
20406
+ .v-expansion-panels--flat > .v-expansion-panel::after {
20407
+ border-top: none;
20408
+ }
20409
+ .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
20410
+ display: none;
20411
+ }
20412
+
20413
+ .v-expansion-panels--tile {
20414
+ border-radius: 0;
20415
+ }
20416
+ .v-expansion-panels--tile > .v-expansion-panel {
20417
+ border-radius: 0;
20418
+ }.v-empty-state {
20419
+ align-items: center;
20420
+ display: flex;
20421
+ flex-direction: column;
20422
+ justify-content: center;
20423
+ min-height: 100%;
20424
+ padding: 16px;
20425
+ }
20426
+ .v-empty-state--start {
20427
+ align-items: flex-start;
20428
+ }
20429
+ .v-empty-state--center {
20430
+ align-items: center;
20431
+ }
20432
+ .v-empty-state--end {
20433
+ align-items: flex-end;
20434
+ }
20435
+
20436
+ .v-empty-state__media {
20437
+ text-align: center;
20438
+ width: 100%;
20439
+ }
20440
+ .v-empty-state__media .v-icon {
20441
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20442
+ }
20443
+
20444
+ .v-empty-state__headline {
20445
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20446
+ font-size: 3.75rem;
20447
+ font-weight: 300;
20448
+ line-height: 1;
20449
+ text-align: center;
20450
+ margin-bottom: 8px;
20451
+ }
20452
+ .v-empty-state--mobile .v-empty-state__headline {
20453
+ font-size: 2.125rem;
20454
+ }
20455
+
20456
+ .v-empty-state__title {
20457
+ font-size: 1.25rem;
20458
+ font-weight: 500;
20459
+ line-height: 1.6;
20460
+ margin-bottom: 4px;
20461
+ text-align: center;
20462
+ }
20463
+
20464
+ .v-empty-state__text {
20465
+ font-size: 0.875rem;
20466
+ font-weight: 400;
20467
+ line-height: 1.425;
20468
+ padding: 0 16px;
20469
+ text-align: center;
20399
20470
  }
20400
- .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
20401
- display: none;
20471
+
20472
+ .v-empty-state__content {
20473
+ padding: 24px 0;
20402
20474
  }
20403
20475
 
20404
- .v-expansion-panels--tile {
20405
- border-radius: 0;
20476
+ .v-empty-state__actions {
20477
+ display: flex;
20478
+ gap: 8px;
20479
+ padding: 16px;
20406
20480
  }
20407
- .v-expansion-panels--tile > .v-expansion-panel {
20408
- border-radius: 0;
20481
+
20482
+ .v-empty-state__action-btn.v-btn {
20483
+ background-color: rgb(var(--v-theme-surface-variant));
20484
+ color: rgb(var(--v-theme-on-surface-variant));
20409
20485
  }.v-fab {
20410
20486
  align-items: center;
20411
20487
  display: inline-flex;
@@ -22666,22 +22742,6 @@ textarea.v-field__input::placeholder {
22666
22742
  overflow: auto;
22667
22743
  height: 100%;
22668
22744
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22669
- }.v-messages {
22670
- flex: 1 1 auto;
22671
- font-size: 12px;
22672
- min-height: 14px;
22673
- min-width: 1px;
22674
- opacity: var(--v-medium-emphasis-opacity);
22675
- position: relative;
22676
- }
22677
- .v-messages__message {
22678
- line-height: 12px;
22679
- word-break: break-word;
22680
- overflow-wrap: break-word;
22681
- word-wrap: break-word;
22682
- -webkit-hyphens: auto;
22683
- hyphens: auto;
22684
- transition-duration: 150ms;
22685
22745
  }.v-navigation-drawer {
22686
22746
  -webkit-overflow-scrolling: touch;
22687
22747
  background: rgb(var(--v-theme-surface));
@@ -22917,108 +22977,6 @@ html.v-overlay-scroll-blocked {
22917
22977
  }
22918
22978
  .v-parallax--active > .v-img__img {
22919
22979
  will-change: transform;
22920
- }.v-progress-circular {
22921
- align-items: center;
22922
- display: inline-flex;
22923
- justify-content: center;
22924
- position: relative;
22925
- vertical-align: middle;
22926
- }
22927
- .v-progress-circular > svg {
22928
- width: 100%;
22929
- height: 100%;
22930
- margin: auto;
22931
- position: absolute;
22932
- top: 0;
22933
- bottom: 0;
22934
- left: 0;
22935
- right: 0;
22936
- z-index: 0;
22937
- }
22938
-
22939
- .v-progress-circular__content {
22940
- align-items: center;
22941
- display: flex;
22942
- justify-content: center;
22943
- }
22944
-
22945
- .v-progress-circular__underlay {
22946
- color: rgba(var(--v-border-color), var(--v-border-opacity));
22947
- stroke: currentColor;
22948
- z-index: 1;
22949
- }
22950
-
22951
- .v-progress-circular__overlay {
22952
- stroke: currentColor;
22953
- transition: all 0.2s ease-in-out, stroke-width 0s;
22954
- z-index: 2;
22955
- }
22956
-
22957
- .v-progress-circular--size-x-small {
22958
- height: 16px;
22959
- width: 16px;
22960
- }
22961
- .v-progress-circular--size-small {
22962
- height: 24px;
22963
- width: 24px;
22964
- }
22965
- .v-progress-circular--size-default {
22966
- height: 32px;
22967
- width: 32px;
22968
- }
22969
- .v-progress-circular--size-large {
22970
- height: 48px;
22971
- width: 48px;
22972
- }
22973
- .v-progress-circular--size-x-large {
22974
- height: 64px;
22975
- width: 64px;
22976
- }
22977
-
22978
- .v-progress-circular--indeterminate > svg {
22979
- animation: progress-circular-rotate 1.4s linear infinite;
22980
- transform-origin: center center;
22981
- transition: all 0.2s ease-in-out;
22982
- }
22983
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
22984
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
22985
- stroke-dasharray: 25, 200;
22986
- stroke-dashoffset: 0;
22987
- stroke-linecap: round;
22988
- transform-origin: center center;
22989
- transform: rotate(-90deg);
22990
- }
22991
-
22992
- .v-progress-circular--disable-shrink > svg {
22993
- animation-duration: 0.7s;
22994
- }
22995
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
22996
- animation: none;
22997
- }
22998
-
22999
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23000
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23001
- animation-play-state: paused !important;
23002
- }
23003
-
23004
- @keyframes progress-circular-dash {
23005
- 0% {
23006
- stroke-dasharray: 1, 200;
23007
- stroke-dashoffset: 0px;
23008
- }
23009
- 50% {
23010
- stroke-dasharray: 100, 200;
23011
- stroke-dashoffset: -15px;
23012
- }
23013
- 100% {
23014
- stroke-dasharray: 100, 200;
23015
- stroke-dashoffset: -124px;
23016
- }
23017
- }
23018
- @keyframes progress-circular-rotate {
23019
- 100% {
23020
- transform: rotate(270deg);
23021
- }
23022
22980
  }.v-progress-linear {
23023
22981
  background: transparent;
23024
22982
  overflow: hidden;
@@ -23193,42 +23151,144 @@ html.v-overlay-scroll-blocked {
23193
23151
  right: 100%;
23194
23152
  }
23195
23153
  }
23196
- @keyframes indeterminate-short-ltr {
23197
- 0% {
23198
- left: -200%;
23199
- right: 100%;
23200
- }
23201
- 60% {
23202
- left: 107%;
23203
- right: -8%;
23204
- }
23205
- 100% {
23206
- left: 107%;
23207
- right: -8%;
23208
- }
23154
+ @keyframes indeterminate-short-ltr {
23155
+ 0% {
23156
+ left: -200%;
23157
+ right: 100%;
23158
+ }
23159
+ 60% {
23160
+ left: 107%;
23161
+ right: -8%;
23162
+ }
23163
+ 100% {
23164
+ left: 107%;
23165
+ right: -8%;
23166
+ }
23167
+ }
23168
+ @keyframes indeterminate-short-rtl {
23169
+ 0% {
23170
+ left: 100%;
23171
+ right: -200%;
23172
+ }
23173
+ 60% {
23174
+ left: -8%;
23175
+ right: 107%;
23176
+ }
23177
+ 100% {
23178
+ left: -8%;
23179
+ right: 107%;
23180
+ }
23181
+ }
23182
+ @keyframes stream {
23183
+ to {
23184
+ transform: translateX(var(--v-progress-linear-stream-to));
23185
+ }
23186
+ }
23187
+ @keyframes progress-linear-stripes {
23188
+ 0% {
23189
+ background-position-x: var(--v-progress-linear-height);
23190
+ }
23191
+ }.v-progress-circular {
23192
+ align-items: center;
23193
+ display: inline-flex;
23194
+ justify-content: center;
23195
+ position: relative;
23196
+ vertical-align: middle;
23197
+ }
23198
+ .v-progress-circular > svg {
23199
+ width: 100%;
23200
+ height: 100%;
23201
+ margin: auto;
23202
+ position: absolute;
23203
+ top: 0;
23204
+ bottom: 0;
23205
+ left: 0;
23206
+ right: 0;
23207
+ z-index: 0;
23208
+ }
23209
+
23210
+ .v-progress-circular__content {
23211
+ align-items: center;
23212
+ display: flex;
23213
+ justify-content: center;
23214
+ }
23215
+
23216
+ .v-progress-circular__underlay {
23217
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23218
+ stroke: currentColor;
23219
+ z-index: 1;
23220
+ }
23221
+
23222
+ .v-progress-circular__overlay {
23223
+ stroke: currentColor;
23224
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23225
+ z-index: 2;
23226
+ }
23227
+
23228
+ .v-progress-circular--size-x-small {
23229
+ height: 16px;
23230
+ width: 16px;
23231
+ }
23232
+ .v-progress-circular--size-small {
23233
+ height: 24px;
23234
+ width: 24px;
23235
+ }
23236
+ .v-progress-circular--size-default {
23237
+ height: 32px;
23238
+ width: 32px;
23239
+ }
23240
+ .v-progress-circular--size-large {
23241
+ height: 48px;
23242
+ width: 48px;
23243
+ }
23244
+ .v-progress-circular--size-x-large {
23245
+ height: 64px;
23246
+ width: 64px;
23247
+ }
23248
+
23249
+ .v-progress-circular--indeterminate > svg {
23250
+ animation: progress-circular-rotate 1.4s linear infinite;
23251
+ transform-origin: center center;
23252
+ transition: all 0.2s ease-in-out;
23253
+ }
23254
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23255
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23256
+ stroke-dasharray: 25, 200;
23257
+ stroke-dashoffset: 0;
23258
+ stroke-linecap: round;
23259
+ transform-origin: center center;
23260
+ transform: rotate(-90deg);
23261
+ }
23262
+
23263
+ .v-progress-circular--disable-shrink > svg {
23264
+ animation-duration: 0.7s;
23265
+ }
23266
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23267
+ animation: none;
23209
23268
  }
23210
- @keyframes indeterminate-short-rtl {
23269
+
23270
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23271
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23272
+ animation-play-state: paused !important;
23273
+ }
23274
+
23275
+ @keyframes progress-circular-dash {
23211
23276
  0% {
23212
- left: 100%;
23213
- right: -200%;
23277
+ stroke-dasharray: 1, 200;
23278
+ stroke-dashoffset: 0px;
23214
23279
  }
23215
- 60% {
23216
- left: -8%;
23217
- right: 107%;
23280
+ 50% {
23281
+ stroke-dasharray: 100, 200;
23282
+ stroke-dashoffset: -15px;
23218
23283
  }
23219
23284
  100% {
23220
- left: -8%;
23221
- right: 107%;
23222
- }
23223
- }
23224
- @keyframes stream {
23225
- to {
23226
- transform: translateX(var(--v-progress-linear-stream-to));
23285
+ stroke-dasharray: 100, 200;
23286
+ stroke-dashoffset: -124px;
23227
23287
  }
23228
23288
  }
23229
- @keyframes progress-linear-stripes {
23230
- 0% {
23231
- background-position-x: var(--v-progress-linear-height);
23289
+ @keyframes progress-circular-rotate {
23290
+ 100% {
23291
+ transform: rotate(270deg);
23232
23292
  }
23233
23293
  }.v-radio-group > .v-input__control {
23234
23294
  flex-direction: column;
@@ -24401,6 +24461,101 @@ html.v-overlay-scroll-blocked {
24401
24461
  }
24402
24462
  .v-system-bar:not(.v-system-bar--absolute) {
24403
24463
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24464
+ }.v-tabs {
24465
+ display: flex;
24466
+ height: var(--v-tabs-height);
24467
+ }
24468
+ .v-tabs--density-default {
24469
+ --v-tabs-height: 48px;
24470
+ }
24471
+ .v-tabs--density-default.v-tabs--stacked {
24472
+ --v-tabs-height: 72px;
24473
+ }
24474
+
24475
+ .v-tabs--density-comfortable {
24476
+ --v-tabs-height: 44px;
24477
+ }
24478
+ .v-tabs--density-comfortable.v-tabs--stacked {
24479
+ --v-tabs-height: 68px;
24480
+ }
24481
+
24482
+ .v-tabs--density-compact {
24483
+ --v-tabs-height: 36px;
24484
+ }
24485
+ .v-tabs--density-compact.v-tabs--stacked {
24486
+ --v-tabs-height: 60px;
24487
+ }
24488
+
24489
+ .v-tabs.v-slide-group--vertical {
24490
+ height: auto;
24491
+ flex: none;
24492
+ --v-tabs-height: 48px;
24493
+ }
24494
+
24495
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24496
+ margin-inline-start: 42px;
24497
+ }
24498
+
24499
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24500
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24501
+ margin-inline-end: auto;
24502
+ }
24503
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24504
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24505
+ margin-inline-start: auto;
24506
+ }
24507
+
24508
+ .v-tabs--grow {
24509
+ flex-grow: 1;
24510
+ }
24511
+ .v-tabs--grow .v-tab {
24512
+ flex: 1 0 auto;
24513
+ max-width: none;
24514
+ }
24515
+
24516
+ .v-tabs--align-tabs-end .v-tab:first-child {
24517
+ margin-inline-start: auto;
24518
+ }
24519
+ .v-tabs--align-tabs-end .v-tab:last-child {
24520
+ margin-inline-end: 0;
24521
+ }
24522
+
24523
+ @media (max-width: 1279.98px) {
24524
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24525
+ margin-inline-start: 52px;
24526
+ }
24527
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24528
+ margin-inline-end: 52px;
24529
+ }
24530
+ }.v-tab.v-tab.v-btn {
24531
+ height: var(--v-tabs-height);
24532
+ border-radius: 0;
24533
+ min-width: 90px;
24534
+ }
24535
+ .v-slide-group--horizontal .v-tab {
24536
+ max-width: 360px;
24537
+ }
24538
+ .v-slide-group--vertical .v-tab {
24539
+ justify-content: start;
24540
+ }
24541
+
24542
+ .v-tab__slider {
24543
+ position: absolute;
24544
+ bottom: 0;
24545
+ left: 0;
24546
+ height: 2px;
24547
+ width: 100%;
24548
+ background: currentColor;
24549
+ pointer-events: none;
24550
+ opacity: 0;
24551
+ }
24552
+ .v-tab--selected .v-tab__slider {
24553
+ opacity: 1;
24554
+ }
24555
+ .v-slide-group--vertical .v-tab__slider {
24556
+ top: 0;
24557
+ height: 100%;
24558
+ width: 2px;
24404
24559
  }.v-table {
24405
24560
  background: rgb(var(--v-theme-surface));
24406
24561
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -24488,191 +24643,57 @@ html.v-overlay-scroll-blocked {
24488
24643
  --v-table-row-height: 52px;
24489
24644
  }
24490
24645
 
24491
- .v-table--density-comfortable {
24492
- --v-table-header-height: 48px;
24493
- --v-table-row-height: 44px;
24494
- }
24495
-
24496
- .v-table--density-compact {
24497
- --v-table-header-height: 40px;
24498
- --v-table-row-height: 36px;
24499
- }
24500
-
24501
- .v-table__wrapper {
24502
- border-radius: inherit;
24503
- overflow: auto;
24504
- flex: 1 1 auto;
24505
- }
24506
-
24507
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
24508
- border-top-left-radius: 0;
24509
- }
24510
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
24511
- border-top-right-radius: 0;
24512
- }
24513
-
24514
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
24515
- border-bottom-left-radius: 0;
24516
- }
24517
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
24518
- border-bottom-right-radius: 0;
24519
- }
24520
-
24521
- .v-table--fixed-height > .v-table__wrapper {
24522
- overflow-y: auto;
24523
- }
24524
-
24525
- .v-table--fixed-header > .v-table__wrapper > table > thead {
24526
- position: sticky;
24527
- top: 0;
24528
- z-index: 2;
24529
- }
24530
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
24531
- border-bottom: 0px !important;
24532
- }
24533
-
24534
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
24535
- position: sticky;
24536
- bottom: 0;
24537
- z-index: 1;
24538
- }
24539
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24540
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24541
- border-top: 0px !important;
24542
- }.v-tab.v-tab.v-btn {
24543
- height: var(--v-tabs-height);
24544
- border-radius: 0;
24545
- min-width: 90px;
24546
- }
24547
- .v-slide-group--horizontal .v-tab {
24548
- max-width: 360px;
24549
- }
24550
- .v-slide-group--vertical .v-tab {
24551
- justify-content: start;
24552
- }
24553
-
24554
- .v-tab__slider {
24555
- position: absolute;
24556
- bottom: 0;
24557
- left: 0;
24558
- height: 2px;
24559
- width: 100%;
24560
- background: currentColor;
24561
- pointer-events: none;
24562
- opacity: 0;
24563
- }
24564
- .v-tab--selected .v-tab__slider {
24565
- opacity: 1;
24566
- }
24567
- .v-slide-group--vertical .v-tab__slider {
24568
- top: 0;
24569
- height: 100%;
24570
- width: 2px;
24571
- }.v-tabs {
24572
- display: flex;
24573
- height: var(--v-tabs-height);
24574
- }
24575
- .v-tabs--density-default {
24576
- --v-tabs-height: 48px;
24577
- }
24578
- .v-tabs--density-default.v-tabs--stacked {
24579
- --v-tabs-height: 72px;
24580
- }
24581
-
24582
- .v-tabs--density-comfortable {
24583
- --v-tabs-height: 44px;
24584
- }
24585
- .v-tabs--density-comfortable.v-tabs--stacked {
24586
- --v-tabs-height: 68px;
24587
- }
24588
-
24589
- .v-tabs--density-compact {
24590
- --v-tabs-height: 36px;
24591
- }
24592
- .v-tabs--density-compact.v-tabs--stacked {
24593
- --v-tabs-height: 60px;
24594
- }
24595
-
24596
- .v-tabs.v-slide-group--vertical {
24597
- height: auto;
24598
- flex: none;
24599
- --v-tabs-height: 48px;
24600
- }
24601
-
24602
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24603
- margin-inline-start: 42px;
24646
+ .v-table--density-comfortable {
24647
+ --v-table-header-height: 48px;
24648
+ --v-table-row-height: 44px;
24604
24649
  }
24605
24650
 
24606
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24607
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24608
- margin-inline-end: auto;
24609
- }
24610
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24611
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24612
- margin-inline-start: auto;
24651
+ .v-table--density-compact {
24652
+ --v-table-header-height: 40px;
24653
+ --v-table-row-height: 36px;
24613
24654
  }
24614
24655
 
24615
- .v-tabs--grow {
24616
- flex-grow: 1;
24617
- }
24618
- .v-tabs--grow .v-tab {
24619
- flex: 1 0 auto;
24620
- max-width: none;
24656
+ .v-table__wrapper {
24657
+ border-radius: inherit;
24658
+ overflow: auto;
24659
+ flex: 1 1 auto;
24621
24660
  }
24622
24661
 
24623
- .v-tabs--align-tabs-end .v-tab:first-child {
24624
- margin-inline-start: auto;
24662
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
24663
+ border-top-left-radius: 0;
24625
24664
  }
24626
- .v-tabs--align-tabs-end .v-tab:last-child {
24627
- margin-inline-end: 0;
24665
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
24666
+ border-top-right-radius: 0;
24628
24667
  }
24629
24668
 
24630
- @media (max-width: 1279.98px) {
24631
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24632
- margin-inline-start: 52px;
24633
- }
24634
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24635
- margin-inline-end: 52px;
24636
- }
24637
- }.v-textarea .v-field {
24638
- --v-textarea-control-height: var(--v-input-control-height);
24669
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
24670
+ border-bottom-left-radius: 0;
24639
24671
  }
24640
- .v-textarea .v-field__field {
24641
- --v-input-control-height: var(--v-textarea-control-height);
24672
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
24673
+ border-bottom-right-radius: 0;
24642
24674
  }
24643
- .v-textarea .v-field__input {
24644
- flex: 1 1 auto;
24645
- outline: none;
24646
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24647
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24675
+
24676
+ .v-table--fixed-height > .v-table__wrapper {
24677
+ overflow-y: auto;
24648
24678
  }
24649
- .v-textarea .v-field__input.v-textarea__sizer {
24650
- visibility: hidden;
24651
- position: absolute;
24679
+
24680
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
24681
+ position: sticky;
24652
24682
  top: 0;
24653
- left: 0;
24654
- height: 0 !important;
24655
- min-height: 0 !important;
24656
- pointer-events: none;
24657
- }
24658
- .v-textarea--no-resize .v-field__input {
24659
- resize: none;
24660
- }
24661
- .v-textarea .v-field--no-label textarea,
24662
- .v-textarea .v-field--active textarea {
24663
- opacity: 1;
24683
+ z-index: 2;
24664
24684
  }
24665
- .v-textarea textarea {
24666
- opacity: 0;
24667
- flex: 1;
24668
- min-width: 0;
24669
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24685
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
24686
+ border-bottom: 0px !important;
24670
24687
  }
24671
- .v-textarea textarea:focus, .v-textarea textarea:active {
24672
- outline: none;
24688
+
24689
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
24690
+ position: sticky;
24691
+ bottom: 0;
24692
+ z-index: 1;
24673
24693
  }
24674
- .v-textarea textarea:invalid {
24675
- box-shadow: none;
24694
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24695
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24696
+ border-top: 0px !important;
24676
24697
  }/* region BLOCK */
24677
24698
  .v-text-field input {
24678
24699
  color: inherit;
@@ -24740,7 +24761,46 @@ html.v-overlay-scroll-blocked {
24740
24761
  padding-inline-end: var(--v-field-padding-end);
24741
24762
  }
24742
24763
 
24743
- /* endregion */.v-theme-provider {
24764
+ /* endregion */.v-textarea .v-field {
24765
+ --v-textarea-control-height: var(--v-input-control-height);
24766
+ }
24767
+ .v-textarea .v-field__field {
24768
+ --v-input-control-height: var(--v-textarea-control-height);
24769
+ }
24770
+ .v-textarea .v-field__input {
24771
+ flex: 1 1 auto;
24772
+ outline: none;
24773
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24774
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24775
+ }
24776
+ .v-textarea .v-field__input.v-textarea__sizer {
24777
+ visibility: hidden;
24778
+ position: absolute;
24779
+ top: 0;
24780
+ left: 0;
24781
+ height: 0 !important;
24782
+ min-height: 0 !important;
24783
+ pointer-events: none;
24784
+ }
24785
+ .v-textarea--no-resize .v-field__input {
24786
+ resize: none;
24787
+ }
24788
+ .v-textarea .v-field--no-label textarea,
24789
+ .v-textarea .v-field--active textarea {
24790
+ opacity: 1;
24791
+ }
24792
+ .v-textarea textarea {
24793
+ opacity: 0;
24794
+ flex: 1;
24795
+ min-width: 0;
24796
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24797
+ }
24798
+ .v-textarea textarea:focus, .v-textarea textarea:active {
24799
+ outline: none;
24800
+ }
24801
+ .v-textarea textarea:invalid {
24802
+ box-shadow: none;
24803
+ }.v-theme-provider {
24744
24804
  background: rgb(var(--v-theme-background));
24745
24805
  color: rgb(var(--v-theme-on-background));
24746
24806
  }.v-timeline .v-timeline-divider__dot {
@@ -25389,34 +25449,22 @@ html.v-overlay-scroll-blocked {
25389
25449
  }
25390
25450
  .v-window-y-reverse-transition-leave-to {
25391
25451
  transform: translateY(100%);
25392
- }.v-color-picker-edit {
25393
- display: flex;
25394
- margin-top: 24px;
25395
- }
25396
-
25397
- .v-color-picker-edit__input {
25398
- width: 100%;
25399
- display: flex;
25400
- flex-wrap: wrap;
25401
- justify-content: center;
25402
- text-align: center;
25403
- }
25404
- .v-color-picker-edit__input:not(:last-child) {
25405
- margin-inline-end: 8px;
25406
- }
25407
- .v-color-picker-edit__input input {
25408
- border-radius: 4px;
25409
- margin-bottom: 8px;
25410
- min-width: 0;
25411
- outline: none;
25412
- text-align: center;
25413
- width: 100%;
25414
- height: 32px;
25415
- background: rgba(var(--v-theme-surface-variant), 0.2);
25416
- color: rgba(var(--v-theme-on-surface));
25452
+ }.v-messages {
25453
+ flex: 1 1 auto;
25454
+ font-size: 12px;
25455
+ min-height: 14px;
25456
+ min-width: 1px;
25457
+ opacity: var(--v-medium-emphasis-opacity);
25458
+ position: relative;
25417
25459
  }
25418
- .v-color-picker-edit__input span {
25419
- font-size: 0.75rem;
25460
+ .v-messages__message {
25461
+ line-height: 12px;
25462
+ word-break: break-word;
25463
+ overflow-wrap: break-word;
25464
+ word-wrap: break-word;
25465
+ -webkit-hyphens: auto;
25466
+ hyphens: auto;
25467
+ transition-duration: 150ms;
25420
25468
  }.v-color-picker-canvas {
25421
25469
  display: flex;
25422
25470
  position: relative;
@@ -25439,41 +25487,34 @@ html.v-overlay-scroll-blocked {
25439
25487
  }
25440
25488
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25441
25489
  will-change: transform;
25442
- }.v-color-picker-swatches {
25443
- overflow-y: auto;
25444
- }
25445
- .v-color-picker-swatches > div {
25490
+ }.v-color-picker-edit {
25446
25491
  display: flex;
25447
- flex-wrap: wrap;
25448
- justify-content: center;
25449
- padding: 8px;
25492
+ margin-top: 24px;
25450
25493
  }
25451
25494
 
25452
- .v-color-picker-swatches__swatch {
25495
+ .v-color-picker-edit__input {
25496
+ width: 100%;
25453
25497
  display: flex;
25454
- flex-direction: column;
25455
- margin-bottom: 10px;
25498
+ flex-wrap: wrap;
25499
+ justify-content: center;
25500
+ text-align: center;
25456
25501
  }
25457
-
25458
- .v-color-picker-swatches__color {
25459
- position: relative;
25460
- height: 18px;
25461
- max-height: 18px;
25462
- width: 45px;
25463
- margin: 2px 4px;
25464
- border-radius: 2px;
25465
- -webkit-user-select: none;
25466
- user-select: none;
25467
- overflow: hidden;
25468
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25469
- cursor: pointer;
25502
+ .v-color-picker-edit__input:not(:last-child) {
25503
+ margin-inline-end: 8px;
25470
25504
  }
25471
- .v-color-picker-swatches__color > div {
25472
- display: flex;
25473
- align-items: center;
25474
- justify-content: center;
25505
+ .v-color-picker-edit__input input {
25506
+ border-radius: 4px;
25507
+ margin-bottom: 8px;
25508
+ min-width: 0;
25509
+ outline: none;
25510
+ text-align: center;
25475
25511
  width: 100%;
25476
- height: 100%;
25512
+ height: 32px;
25513
+ background: rgba(var(--v-theme-surface-variant), 0.2);
25514
+ color: rgba(var(--v-theme-on-surface));
25515
+ }
25516
+ .v-color-picker-edit__input span {
25517
+ font-size: 0.75rem;
25477
25518
  }.v-color-picker-preview__alpha .v-slider-track__background {
25478
25519
  background-color: transparent !important;
25479
25520
  }
@@ -25544,6 +25585,41 @@ html.v-overlay-scroll-blocked {
25544
25585
  .v-color-picker-preview__eye-dropper {
25545
25586
  position: relative;
25546
25587
  margin-right: 12px;
25588
+ }.v-color-picker-swatches {
25589
+ overflow-y: auto;
25590
+ }
25591
+ .v-color-picker-swatches > div {
25592
+ display: flex;
25593
+ flex-wrap: wrap;
25594
+ justify-content: center;
25595
+ padding: 8px;
25596
+ }
25597
+
25598
+ .v-color-picker-swatches__swatch {
25599
+ display: flex;
25600
+ flex-direction: column;
25601
+ margin-bottom: 10px;
25602
+ }
25603
+
25604
+ .v-color-picker-swatches__color {
25605
+ position: relative;
25606
+ height: 18px;
25607
+ max-height: 18px;
25608
+ width: 45px;
25609
+ margin: 2px 4px;
25610
+ border-radius: 2px;
25611
+ -webkit-user-select: none;
25612
+ user-select: none;
25613
+ overflow: hidden;
25614
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25615
+ cursor: pointer;
25616
+ }
25617
+ .v-color-picker-swatches__color > div {
25618
+ display: flex;
25619
+ align-items: center;
25620
+ justify-content: center;
25621
+ width: 100%;
25622
+ height: 100%;
25547
25623
  }.v-picker.v-sheet {
25548
25624
  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-ambient-opacity, rgba(0, 0, 0, 0.12));
25549
25625
  border-radius: 4px;