@vuetify/nightly 3.6.10-master.2024-06-27 → 3.6.11-master.2024-07-03

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.10-master.2024-06-27
2
+ * Vuetify v3.6.11-master.2024-07-03
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17472,18 +17472,6 @@ html.overflow-y-hidden {
17472
17472
  min-height: 100vh;
17473
17473
  min-height: 100dvh;
17474
17474
  position: relative;
17475
- }.v-app-bar {
17476
- display: flex;
17477
- }
17478
- .v-app-bar.v-toolbar {
17479
- background: rgb(var(--v-theme-surface));
17480
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17481
- }
17482
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17483
- 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-ambient-opacity, rgba(0, 0, 0, 0.12));
17484
- }
17485
- .v-app-bar:not(.v-toolbar--absolute) {
17486
- padding-inline-end: var(--v-scrollbar-offset);
17487
17475
  }.v-alert {
17488
17476
  display: grid;
17489
17477
  flex: 1 1;
@@ -17696,6 +17684,18 @@ html.overflow-y-hidden {
17696
17684
  text-transform: none;
17697
17685
  word-break: normal;
17698
17686
  word-wrap: break-word;
17687
+ }.v-app-bar {
17688
+ display: flex;
17689
+ }
17690
+ .v-app-bar.v-toolbar {
17691
+ background: rgb(var(--v-theme-surface));
17692
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17693
+ }
17694
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17695
+ 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-ambient-opacity, rgba(0, 0, 0, 0.12));
17696
+ }
17697
+ .v-app-bar:not(.v-toolbar--absolute) {
17698
+ padding-inline-end: var(--v-scrollbar-offset);
17699
17699
  }.v-autocomplete .v-field .v-text-field__prefix,
17700
17700
  .v-autocomplete .v-field .v-text-field__suffix,
17701
17701
  .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
@@ -17872,77 +17872,6 @@ html.overflow-y-hidden {
17872
17872
  .v-avatar .v-img {
17873
17873
  height: 100%;
17874
17874
  width: 100%;
17875
- }.v-badge {
17876
- display: inline-block;
17877
- line-height: 1;
17878
- }
17879
-
17880
- .v-badge__badge {
17881
- align-items: center;
17882
- display: inline-flex;
17883
- border-radius: 10px;
17884
- font-size: 0.75rem;
17885
- font-weight: 500;
17886
- height: 1.25rem;
17887
- justify-content: center;
17888
- min-width: 20px;
17889
- padding: 4px 6px;
17890
- pointer-events: auto;
17891
- position: absolute;
17892
- text-align: center;
17893
- text-indent: 0;
17894
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17895
- white-space: nowrap;
17896
- background: rgb(var(--v-theme-surface-variant));
17897
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17898
- }
17899
- .v-badge--bordered .v-badge__badge::after {
17900
- border-radius: inherit;
17901
- border-style: solid;
17902
- border-width: 2px;
17903
- bottom: 0;
17904
- color: rgb(var(--v-theme-background));
17905
- content: "";
17906
- left: 0;
17907
- position: absolute;
17908
- right: 0;
17909
- top: 0;
17910
- transform: scale(1.05);
17911
- }
17912
- .v-badge--dot .v-badge__badge {
17913
- border-radius: 4.5px;
17914
- height: 9px;
17915
- min-width: 0;
17916
- padding: 0;
17917
- width: 9px;
17918
- }
17919
- .v-badge--dot .v-badge__badge::after {
17920
- border-width: 1.5px;
17921
- }
17922
- .v-badge--inline .v-badge__badge {
17923
- position: relative;
17924
- vertical-align: middle;
17925
- }
17926
- .v-badge__badge .v-icon {
17927
- color: inherit;
17928
- font-size: 0.75rem;
17929
- margin: 0 -2px;
17930
- }
17931
- .v-badge__badge img,
17932
- .v-badge__badge .v-img {
17933
- height: 100%;
17934
- width: 100%;
17935
- }
17936
-
17937
- .v-badge__wrapper {
17938
- display: flex;
17939
- position: relative;
17940
- }
17941
- .v-badge--inline .v-badge__wrapper {
17942
- align-items: center;
17943
- display: inline-flex;
17944
- justify-content: center;
17945
- margin: 0 4px;
17946
17875
  }.v-banner {
17947
17876
  display: grid;
17948
17877
  flex: 1 1;
@@ -18101,6 +18030,109 @@ html.overflow-y-hidden {
18101
18030
  }
18102
18031
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18103
18032
  align-self: flex-start;
18033
+ }.v-badge {
18034
+ display: inline-block;
18035
+ line-height: 1;
18036
+ }
18037
+
18038
+ .v-badge__badge {
18039
+ align-items: center;
18040
+ display: inline-flex;
18041
+ border-radius: 10px;
18042
+ font-size: 0.75rem;
18043
+ font-weight: 500;
18044
+ height: 1.25rem;
18045
+ justify-content: center;
18046
+ min-width: 20px;
18047
+ padding: 4px 6px;
18048
+ pointer-events: auto;
18049
+ position: absolute;
18050
+ text-align: center;
18051
+ text-indent: 0;
18052
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18053
+ white-space: nowrap;
18054
+ background: rgb(var(--v-theme-surface-variant));
18055
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18056
+ }
18057
+ .v-badge--bordered .v-badge__badge::after {
18058
+ border-radius: inherit;
18059
+ border-style: solid;
18060
+ border-width: 2px;
18061
+ bottom: 0;
18062
+ color: rgb(var(--v-theme-background));
18063
+ content: "";
18064
+ left: 0;
18065
+ position: absolute;
18066
+ right: 0;
18067
+ top: 0;
18068
+ transform: scale(1.05);
18069
+ }
18070
+ .v-badge--dot .v-badge__badge {
18071
+ border-radius: 4.5px;
18072
+ height: 9px;
18073
+ min-width: 0;
18074
+ padding: 0;
18075
+ width: 9px;
18076
+ }
18077
+ .v-badge--dot .v-badge__badge::after {
18078
+ border-width: 1.5px;
18079
+ }
18080
+ .v-badge--inline .v-badge__badge {
18081
+ position: relative;
18082
+ vertical-align: middle;
18083
+ }
18084
+ .v-badge__badge .v-icon {
18085
+ color: inherit;
18086
+ font-size: 0.75rem;
18087
+ margin: 0 -2px;
18088
+ }
18089
+ .v-badge__badge img,
18090
+ .v-badge__badge .v-img {
18091
+ height: 100%;
18092
+ width: 100%;
18093
+ }
18094
+
18095
+ .v-badge__wrapper {
18096
+ display: flex;
18097
+ position: relative;
18098
+ }
18099
+ .v-badge--inline .v-badge__wrapper {
18100
+ align-items: center;
18101
+ display: inline-flex;
18102
+ justify-content: center;
18103
+ margin: 0 4px;
18104
+ }.bottom-sheet-transition-enter-from {
18105
+ transform: translateY(100%);
18106
+ }
18107
+ .bottom-sheet-transition-leave-to {
18108
+ transform: translateY(100%);
18109
+ }
18110
+
18111
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18112
+ align-self: flex-end;
18113
+ border-radius: 0;
18114
+ flex: 0 1 auto;
18115
+ left: 0;
18116
+ right: 0;
18117
+ margin-inline: 0;
18118
+ margin-bottom: 0;
18119
+ transition-duration: 0.2s;
18120
+ width: 100%;
18121
+ max-width: 100%;
18122
+ overflow: visible;
18123
+ 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));
18124
+ }
18125
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18126
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18127
+ border-radius: 0;
18128
+ }
18129
+ .v-bottom-sheet.v-bottom-sheet--inset {
18130
+ max-width: none;
18131
+ }
18132
+ @media (min-width: 600px) {
18133
+ .v-bottom-sheet.v-bottom-sheet--inset {
18134
+ max-width: 70%;
18135
+ }
18104
18136
  }.v-bottom-navigation {
18105
18137
  display: flex;
18106
18138
  max-width: 100%;
@@ -18213,38 +18245,6 @@ html.overflow-y-hidden {
18213
18245
  display: inline-block;
18214
18246
  padding: 0 8px;
18215
18247
  vertical-align: middle;
18216
- }.bottom-sheet-transition-enter-from {
18217
- transform: translateY(100%);
18218
- }
18219
- .bottom-sheet-transition-leave-to {
18220
- transform: translateY(100%);
18221
- }
18222
-
18223
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18224
- align-self: flex-end;
18225
- border-radius: 0;
18226
- flex: 0 1 auto;
18227
- left: 0;
18228
- right: 0;
18229
- margin-inline: 0;
18230
- margin-bottom: 0;
18231
- transition-duration: 0.2s;
18232
- width: 100%;
18233
- max-width: 100%;
18234
- overflow: visible;
18235
- 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));
18236
- }
18237
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18238
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18239
- border-radius: 0;
18240
- }
18241
- .v-bottom-sheet.v-bottom-sheet--inset {
18242
- max-width: none;
18243
- }
18244
- @media (min-width: 600px) {
18245
- .v-bottom-sheet.v-bottom-sheet--inset {
18246
- max-width: 70%;
18247
- }
18248
18248
  }.v-btn {
18249
18249
  align-items: center;
18250
18250
  border-radius: 4px;
@@ -19031,89 +19031,21 @@ html.overflow-y-hidden {
19031
19031
  pointer-events: none;
19032
19032
  opacity: 0;
19033
19033
  transition: opacity 0.2s ease-in-out;
19034
- }.v-carousel {
19034
+ }.v-chip {
19035
+ align-items: center;
19036
+ display: inline-flex;
19037
+ font-weight: 400;
19038
+ max-width: 100%;
19039
+ min-width: 0;
19035
19040
  overflow: hidden;
19036
19041
  position: relative;
19037
- width: 100%;
19038
- }
19039
- .v-carousel__controls {
19040
- align-items: center;
19041
- bottom: 0;
19042
- display: flex;
19043
- height: 50px;
19044
- justify-content: center;
19045
- list-style-type: none;
19046
- position: absolute;
19047
- width: 100%;
19048
- z-index: 1;
19049
- background: rgba(var(--v-theme-surface-variant), 0.3);
19050
- color: rgb(var(--v-theme-on-surface-variant));
19051
- }
19052
- .v-carousel__controls > .v-item-group {
19053
- flex: 0 1 auto;
19054
- }
19055
- .v-carousel__controls__item {
19056
- margin: 0 8px;
19057
- }
19058
- .v-carousel__controls__item .v-icon {
19059
- opacity: 0.5;
19060
- }
19061
- .v-carousel__controls__item--active .v-icon {
19062
- opacity: 1;
19063
- vertical-align: middle;
19064
- }
19065
- .v-carousel__controls__item:hover {
19066
- background: none;
19067
- }
19068
- .v-carousel__controls__item:hover .v-icon {
19069
- opacity: 0.8;
19070
- }
19071
-
19072
- .v-carousel__progress {
19073
- margin: 0;
19074
- position: absolute;
19075
- bottom: 0;
19076
- left: 0;
19077
- right: 0;
19078
- }
19079
-
19080
- .v-carousel-item {
19081
- display: block;
19082
- height: inherit;
19083
- text-decoration: none;
19084
- }
19085
- .v-carousel-item > .v-img {
19086
- height: inherit;
19087
- }
19088
-
19089
- .v-carousel--hide-delimiter-background .v-carousel__controls {
19090
- background: transparent;
19091
- }
19092
-
19093
- .v-carousel--vertical-delimiters .v-carousel__controls {
19094
- flex-direction: column;
19095
- height: 100% !important;
19096
- width: 50px;
19097
- }.v-checkbox.v-input {
19098
- flex: 0 1 auto;
19099
- }
19100
- .v-checkbox .v-selection-control {
19101
- min-height: var(--v-input-control-height);
19102
- }.v-chip {
19103
- align-items: center;
19104
- display: inline-flex;
19105
- font-weight: 400;
19106
- max-width: 100%;
19107
- min-width: 0;
19108
- overflow: hidden;
19109
- position: relative;
19110
- text-decoration: none;
19111
- white-space: nowrap;
19112
- vertical-align: middle;
19113
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19114
- border-style: solid;
19115
- border-width: 0;
19116
- border-radius: 9999px;
19042
+ text-decoration: none;
19043
+ white-space: nowrap;
19044
+ vertical-align: middle;
19045
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19046
+ border-style: solid;
19047
+ border-width: 0;
19048
+ border-radius: 9999px;
19117
19049
  }
19118
19050
  .v-chip .v-icon {
19119
19051
  --v-icon-size-multiplier: 0.8571428571;
@@ -19511,6 +19443,74 @@ html.overflow-y-hidden {
19511
19443
 
19512
19444
  .v-chip--label {
19513
19445
  border-radius: 4px;
19446
+ }.v-carousel {
19447
+ overflow: hidden;
19448
+ position: relative;
19449
+ width: 100%;
19450
+ }
19451
+ .v-carousel__controls {
19452
+ align-items: center;
19453
+ bottom: 0;
19454
+ display: flex;
19455
+ height: 50px;
19456
+ justify-content: center;
19457
+ list-style-type: none;
19458
+ position: absolute;
19459
+ width: 100%;
19460
+ z-index: 1;
19461
+ background: rgba(var(--v-theme-surface-variant), 0.3);
19462
+ color: rgb(var(--v-theme-on-surface-variant));
19463
+ }
19464
+ .v-carousel__controls > .v-item-group {
19465
+ flex: 0 1 auto;
19466
+ }
19467
+ .v-carousel__controls__item {
19468
+ margin: 0 8px;
19469
+ }
19470
+ .v-carousel__controls__item .v-icon {
19471
+ opacity: 0.5;
19472
+ }
19473
+ .v-carousel__controls__item--active .v-icon {
19474
+ opacity: 1;
19475
+ vertical-align: middle;
19476
+ }
19477
+ .v-carousel__controls__item:hover {
19478
+ background: none;
19479
+ }
19480
+ .v-carousel__controls__item:hover .v-icon {
19481
+ opacity: 0.8;
19482
+ }
19483
+
19484
+ .v-carousel__progress {
19485
+ margin: 0;
19486
+ position: absolute;
19487
+ bottom: 0;
19488
+ left: 0;
19489
+ right: 0;
19490
+ }
19491
+
19492
+ .v-carousel-item {
19493
+ display: block;
19494
+ height: inherit;
19495
+ text-decoration: none;
19496
+ }
19497
+ .v-carousel-item > .v-img {
19498
+ height: inherit;
19499
+ }
19500
+
19501
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
19502
+ background: transparent;
19503
+ }
19504
+
19505
+ .v-carousel--vertical-delimiters .v-carousel__controls {
19506
+ flex-direction: column;
19507
+ height: 100% !important;
19508
+ width: 50px;
19509
+ }.v-checkbox.v-input {
19510
+ flex: 0 1 auto;
19511
+ }
19512
+ .v-checkbox .v-selection-control {
19513
+ min-height: var(--v-input-control-height);
19514
19514
  }.v-chip-group {
19515
19515
  display: flex;
19516
19516
  max-width: 100%;
@@ -19859,61 +19859,6 @@ html.overflow-y-hidden {
19859
19859
  }
19860
19860
  .v-date-picker--show-week {
19861
19861
  width: 368px;
19862
- }.v-date-picker-month {
19863
- display: flex;
19864
- justify-content: center;
19865
- padding: 0 12px 8px;
19866
- --v-date-picker-month-day-diff: 4px;
19867
- }
19868
-
19869
- .v-date-picker-month__weeks {
19870
- display: grid;
19871
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19872
- column-gap: 4px;
19873
- font-size: 0.85rem;
19874
- }
19875
- .v-date-picker-month__weeks + .v-date-picker-month__days {
19876
- grid-row-gap: 0;
19877
- }
19878
-
19879
- .v-date-picker-month__weekday {
19880
- font-size: 0.85rem;
19881
- }
19882
-
19883
- .v-date-picker-month__days {
19884
- display: grid;
19885
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
19886
- column-gap: 4px;
19887
- flex: 1 1;
19888
- justify-content: space-around;
19889
- }
19890
-
19891
- .v-date-picker-month__day {
19892
- align-items: center;
19893
- display: flex;
19894
- justify-content: center;
19895
- position: relative;
19896
- height: 40px;
19897
- width: 40px;
19898
- }
19899
- .v-date-picker-month__day--selected .v-btn {
19900
- background-color: rgb(var(--v-theme-surface-variant));
19901
- color: rgb(var(--v-theme-on-surface-variant));
19902
- }
19903
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
19904
- --v-btn-height: 24px;
19905
- --v-btn-size: 0.85rem;
19906
- }
19907
- .v-date-picker-month__day--week {
19908
- font-size: var(--v-btn-size);
19909
- }
19910
-
19911
- .v-date-picker-month__day--adjacent {
19912
- opacity: 0.5;
19913
- }
19914
-
19915
- .v-date-picker-month__day--hide-adjacent {
19916
- opacity: 0;
19917
19862
  }.v-date-picker-controls {
19918
19863
  display: flex;
19919
19864
  align-items: center;
@@ -20049,6 +19994,61 @@ html.overflow-y-hidden {
20049
19994
  text-transform: none;
20050
19995
  padding-inline-start: 8px;
20051
19996
  padding-inline-end: 8px;
19997
+ }.v-date-picker-month {
19998
+ display: flex;
19999
+ justify-content: center;
20000
+ padding: 0 12px 8px;
20001
+ --v-date-picker-month-day-diff: 4px;
20002
+ }
20003
+
20004
+ .v-date-picker-month__weeks {
20005
+ display: grid;
20006
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20007
+ column-gap: 4px;
20008
+ font-size: 0.85rem;
20009
+ }
20010
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20011
+ grid-row-gap: 0;
20012
+ }
20013
+
20014
+ .v-date-picker-month__weekday {
20015
+ font-size: 0.85rem;
20016
+ }
20017
+
20018
+ .v-date-picker-month__days {
20019
+ display: grid;
20020
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20021
+ column-gap: 4px;
20022
+ flex: 1 1;
20023
+ justify-content: space-around;
20024
+ }
20025
+
20026
+ .v-date-picker-month__day {
20027
+ align-items: center;
20028
+ display: flex;
20029
+ justify-content: center;
20030
+ position: relative;
20031
+ height: 40px;
20032
+ width: 40px;
20033
+ }
20034
+ .v-date-picker-month__day--selected .v-btn {
20035
+ background-color: rgb(var(--v-theme-surface-variant));
20036
+ color: rgb(var(--v-theme-on-surface-variant));
20037
+ }
20038
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20039
+ --v-btn-height: 24px;
20040
+ --v-btn-size: 0.85rem;
20041
+ }
20042
+ .v-date-picker-month__day--week {
20043
+ font-size: var(--v-btn-size);
20044
+ }
20045
+
20046
+ .v-date-picker-month__day--adjacent {
20047
+ opacity: 0.5;
20048
+ }
20049
+
20050
+ .v-date-picker-month__day--hide-adjacent {
20051
+ opacity: 0;
20052
20052
  }.v-date-picker-years {
20053
20053
  height: 288px;
20054
20054
  overflow-y: scroll;
@@ -21152,34 +21152,6 @@ textarea.v-field__input::placeholder {
21152
21152
  }
21153
21153
  .v-input--plain-underlined.v-file-input .v-input__details {
21154
21154
  padding-inline: 0;
21155
- }.v-footer {
21156
- align-items: center;
21157
- display: flex;
21158
- flex: 1 1 auto;
21159
- padding: 8px 16px;
21160
- position: relative;
21161
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21162
- transition-property: height, width, transform, max-width, left, right, top, bottom;
21163
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21164
- border-style: solid;
21165
- border-width: 0;
21166
- 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));
21167
- border-radius: 0;
21168
- background: rgb(var(--v-theme-surface));
21169
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21170
- }
21171
- .v-footer--border {
21172
- border-width: thin;
21173
- box-shadow: none;
21174
- }
21175
- .v-footer--absolute {
21176
- position: absolute;
21177
- }
21178
- .v-footer--fixed {
21179
- position: fixed;
21180
- }
21181
- .v-footer--rounded {
21182
- border-radius: 4px;
21183
21155
  }.v-container {
21184
21156
  width: 100%;
21185
21157
  padding: 16px;
@@ -21852,6 +21824,34 @@ textarea.v-field__input::placeholder {
21852
21824
  .offset-xxl-11 {
21853
21825
  margin-inline-start: 91.6666666667%;
21854
21826
  }
21827
+ }.v-footer {
21828
+ align-items: center;
21829
+ display: flex;
21830
+ flex: 1 1 auto;
21831
+ padding: 8px 16px;
21832
+ position: relative;
21833
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21834
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
21835
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21836
+ border-style: solid;
21837
+ border-width: 0;
21838
+ 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));
21839
+ border-radius: 0;
21840
+ background: rgb(var(--v-theme-surface));
21841
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21842
+ }
21843
+ .v-footer--border {
21844
+ border-width: thin;
21845
+ box-shadow: none;
21846
+ }
21847
+ .v-footer--absolute {
21848
+ position: absolute;
21849
+ }
21850
+ .v-footer--fixed {
21851
+ position: fixed;
21852
+ }
21853
+ .v-footer--rounded {
21854
+ border-radius: 4px;
21855
21855
  }.v-icon {
21856
21856
  --v-icon-size-multiplier: 1;
21857
21857
  align-items: center;
@@ -21905,67 +21905,6 @@ textarea.v-field__input::placeholder {
21905
21905
 
21906
21906
  .v-icon--end {
21907
21907
  margin-inline-start: 8px;
21908
- }.v-img {
21909
- --v-theme-overlay-multiplier: 3;
21910
- z-index: 0;
21911
- }
21912
- .v-img--booting .v-responsive__sizer {
21913
- transition: none;
21914
- }
21915
- .v-img--rounded {
21916
- border-radius: 4px;
21917
- }
21918
-
21919
- .v-img__img,
21920
- .v-img__picture,
21921
- .v-img__gradient,
21922
- .v-img__placeholder,
21923
- .v-img__error {
21924
- z-index: -1;
21925
- position: absolute;
21926
- top: 0;
21927
- left: 0;
21928
- width: 100%;
21929
- height: 100%;
21930
- }
21931
-
21932
- .v-img__img--preload {
21933
- filter: blur(4px);
21934
- }
21935
- .v-img__img--contain {
21936
- object-fit: contain;
21937
- }
21938
- .v-img__img--cover {
21939
- object-fit: cover;
21940
- }
21941
-
21942
- .v-img__gradient {
21943
- background-repeat: no-repeat;
21944
- }.v-infinite-scroll--horizontal {
21945
- display: flex;
21946
- flex-direction: row;
21947
- overflow-x: auto;
21948
- }
21949
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21950
- height: 100%;
21951
- width: 1px;
21952
- }
21953
-
21954
- .v-infinite-scroll--vertical {
21955
- display: flex;
21956
- flex-direction: column;
21957
- overflow-y: auto;
21958
- }
21959
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21960
- height: 1px;
21961
- width: 100%;
21962
- }
21963
-
21964
- .v-infinite-scroll__side {
21965
- align-items: center;
21966
- display: flex;
21967
- justify-content: center;
21968
- padding: 8px;
21969
21908
  }.v-input {
21970
21909
  display: grid;
21971
21910
  flex: 1 1 auto;
@@ -22108,6 +22047,67 @@ textarea.v-field__input::placeholder {
22108
22047
 
22109
22048
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22110
22049
  padding-top: calc(var(--v-input-padding-top) + 0px);
22050
+ }.v-img {
22051
+ --v-theme-overlay-multiplier: 3;
22052
+ z-index: 0;
22053
+ }
22054
+ .v-img--booting .v-responsive__sizer {
22055
+ transition: none;
22056
+ }
22057
+ .v-img--rounded {
22058
+ border-radius: 4px;
22059
+ }
22060
+
22061
+ .v-img__img,
22062
+ .v-img__picture,
22063
+ .v-img__gradient,
22064
+ .v-img__placeholder,
22065
+ .v-img__error {
22066
+ z-index: -1;
22067
+ position: absolute;
22068
+ top: 0;
22069
+ left: 0;
22070
+ width: 100%;
22071
+ height: 100%;
22072
+ }
22073
+
22074
+ .v-img__img--preload {
22075
+ filter: blur(4px);
22076
+ }
22077
+ .v-img__img--contain {
22078
+ object-fit: contain;
22079
+ }
22080
+ .v-img__img--cover {
22081
+ object-fit: cover;
22082
+ }
22083
+
22084
+ .v-img__gradient {
22085
+ background-repeat: no-repeat;
22086
+ }.v-infinite-scroll--horizontal {
22087
+ display: flex;
22088
+ flex-direction: row;
22089
+ overflow-x: auto;
22090
+ }
22091
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22092
+ height: 100%;
22093
+ width: 1px;
22094
+ }
22095
+
22096
+ .v-infinite-scroll--vertical {
22097
+ display: flex;
22098
+ flex-direction: column;
22099
+ overflow-y: auto;
22100
+ }
22101
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22102
+ height: 1px;
22103
+ width: 100%;
22104
+ }
22105
+
22106
+ .v-infinite-scroll__side {
22107
+ align-items: center;
22108
+ display: flex;
22109
+ justify-content: center;
22110
+ padding: 8px;
22111
22111
  }.v-item-group {
22112
22112
  flex: 0 1 auto;
22113
22113
  max-width: 100%;
@@ -22143,8 +22143,6 @@ textarea.v-field__input::placeholder {
22143
22143
 
22144
22144
  .v-layout-item--absolute {
22145
22145
  position: absolute;
22146
- }.v-locale-provider {
22147
- display: contents;
22148
22146
  }.v-list {
22149
22147
  overflow: auto;
22150
22148
  padding: 8px 0;
@@ -22702,6 +22700,8 @@ textarea.v-field__input::placeholder {
22702
22700
  }
22703
22701
  .v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
22704
22702
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22703
+ }.v-locale-provider {
22704
+ display: contents;
22705
22705
  }.v-main {
22706
22706
  flex: 1 0 auto;
22707
22707
  max-width: 100%;
@@ -22743,22 +22743,6 @@ textarea.v-field__input::placeholder {
22743
22743
  overflow: auto;
22744
22744
  height: 100%;
22745
22745
  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));
22746
- }.v-messages {
22747
- flex: 1 1 auto;
22748
- font-size: 12px;
22749
- min-height: 14px;
22750
- min-width: 1px;
22751
- opacity: var(--v-medium-emphasis-opacity);
22752
- position: relative;
22753
- }
22754
- .v-messages__message {
22755
- line-height: 12px;
22756
- word-break: break-word;
22757
- overflow-wrap: break-word;
22758
- word-wrap: break-word;
22759
- -webkit-hyphens: auto;
22760
- hyphens: auto;
22761
- transition-duration: 150ms;
22762
22746
  }.v-navigation-drawer {
22763
22747
  -webkit-overflow-scrolling: touch;
22764
22748
  background: rgb(var(--v-theme-surface));
@@ -22980,12 +22964,6 @@ html.v-overlay-scroll-blocked {
22980
22964
 
22981
22965
  .v-overlay--scroll-blocked {
22982
22966
  padding-inline-end: var(--v-scrollbar-offset);
22983
- }.v-parallax {
22984
- position: relative;
22985
- overflow: hidden;
22986
- }
22987
- .v-parallax--active > .v-img__img {
22988
- will-change: transform;
22989
22967
  }.v-pagination__list {
22990
22968
  display: inline-flex;
22991
22969
  list-style-type: none;
@@ -23096,59 +23074,276 @@ html.v-overlay-scroll-blocked {
23096
23074
  100% {
23097
23075
  transform: rotate(270deg);
23098
23076
  }
23099
- }.v-radio-group > .v-input__control {
23100
- flex-direction: column;
23101
- }
23102
- .v-radio-group > .v-input__control > .v-label {
23103
- margin-inline-start: 16px;
23104
- }
23105
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23106
- padding-inline-start: 6px;
23107
- margin-top: 8px;
23108
- }
23109
- .v-radio-group .v-input__details {
23110
- padding-inline: 16px;
23111
- }.v-slider .v-slider__container input {
23112
- cursor: default;
23113
- padding: 0;
23077
+ }.v-progress-linear {
23078
+ background: transparent;
23079
+ overflow: hidden;
23080
+ position: relative;
23081
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23114
23082
  width: 100%;
23115
- display: none;
23116
23083
  }
23117
- .v-slider > .v-input__append,
23118
- .v-slider > .v-input__prepend {
23119
- padding: 0;
23084
+ .v-progress-linear--rounded {
23085
+ border-radius: 9999px;
23120
23086
  }
23121
23087
 
23122
- .v-slider__container {
23123
- position: relative;
23124
- min-height: inherit;
23088
+ .v-progress-linear__background,
23089
+ .v-progress-linear__buffer {
23090
+ background: currentColor;
23091
+ bottom: 0;
23092
+ left: 0;
23093
+ opacity: var(--v-border-opacity);
23094
+ position: absolute;
23095
+ top: 0;
23125
23096
  width: 100%;
23126
- height: 100%;
23127
- display: flex;
23128
- justify-content: center;
23129
- align-items: center;
23130
- cursor: pointer;
23131
- }
23132
- .v-input--disabled .v-slider__container {
23133
- opacity: var(--v-disabled-opacity);
23134
- }
23135
- .v-input--error:not(.v-input--disabled) .v-slider__container {
23136
- color: rgb(var(--v-theme-error));
23097
+ transition-property: width, left, right;
23098
+ transition: inherit;
23137
23099
  }
23138
23100
 
23139
- .v-slider.v-input--horizontal {
23101
+ .v-progress-linear__content {
23140
23102
  align-items: center;
23141
- margin-inline: 8px 8px;
23142
- }
23143
- .v-slider.v-input--horizontal > .v-input__control {
23144
- min-height: 32px;
23145
23103
  display: flex;
23146
- align-items: center;
23147
- }
23148
-
23149
- .v-slider.v-input--vertical {
23104
+ height: 100%;
23150
23105
  justify-content: center;
23151
- margin-top: 12px;
23106
+ left: 0;
23107
+ pointer-events: none;
23108
+ position: absolute;
23109
+ top: 0;
23110
+ width: 100%;
23111
+ }
23112
+
23113
+ .v-progress-linear__determinate,
23114
+ .v-progress-linear__indeterminate {
23115
+ background: currentColor;
23116
+ }
23117
+
23118
+ .v-progress-linear__determinate {
23119
+ height: inherit;
23120
+ left: 0;
23121
+ position: absolute;
23122
+ transition: inherit;
23123
+ transition-property: width, left, right;
23124
+ }
23125
+
23126
+ .v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
23127
+ animation-play-state: paused;
23128
+ animation-duration: 2.2s;
23129
+ animation-iteration-count: infinite;
23130
+ bottom: 0;
23131
+ height: inherit;
23132
+ left: 0;
23133
+ position: absolute;
23134
+ right: auto;
23135
+ top: 0;
23136
+ width: auto;
23137
+ }
23138
+ .v-progress-linear__indeterminate .long {
23139
+ animation-name: indeterminate-ltr;
23140
+ }
23141
+ .v-progress-linear__indeterminate .short {
23142
+ animation-name: indeterminate-short-ltr;
23143
+ }
23144
+
23145
+ .v-progress-linear__stream {
23146
+ animation: stream 0.25s infinite linear;
23147
+ animation-play-state: paused;
23148
+ bottom: 0;
23149
+ left: auto;
23150
+ opacity: 0.3;
23151
+ pointer-events: none;
23152
+ position: absolute;
23153
+ transition: inherit;
23154
+ transition-property: width, left, right;
23155
+ }
23156
+
23157
+ .v-progress-linear--reverse .v-progress-linear__background,
23158
+ .v-progress-linear--reverse .v-progress-linear__determinate,
23159
+ .v-progress-linear--reverse .v-progress-linear__content {
23160
+ left: auto;
23161
+ right: 0;
23162
+ }
23163
+ .v-progress-linear--reverse .v-progress-linear__indeterminate .long, .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
23164
+ left: auto;
23165
+ right: 0;
23166
+ }
23167
+ .v-progress-linear--reverse .v-progress-linear__indeterminate .long {
23168
+ animation-name: indeterminate-rtl;
23169
+ }
23170
+ .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
23171
+ animation-name: indeterminate-short-rtl;
23172
+ }
23173
+ .v-progress-linear--reverse .v-progress-linear__stream {
23174
+ right: auto;
23175
+ }
23176
+
23177
+ .v-progress-linear--absolute,
23178
+ .v-progress-linear--fixed {
23179
+ left: 0;
23180
+ z-index: 1;
23181
+ }
23182
+
23183
+ .v-progress-linear--absolute {
23184
+ position: absolute;
23185
+ }
23186
+
23187
+ .v-progress-linear--fixed {
23188
+ position: fixed;
23189
+ }
23190
+
23191
+ .v-progress-linear--rounded {
23192
+ border-radius: 9999px;
23193
+ }
23194
+ .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
23195
+ .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
23196
+ border-radius: inherit;
23197
+ }
23198
+
23199
+ .v-progress-linear--striped .v-progress-linear__determinate {
23200
+ animation: progress-linear-stripes 1s infinite linear;
23201
+ background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
23202
+ background-repeat: repeat;
23203
+ background-size: var(--v-progress-linear-height);
23204
+ }
23205
+
23206
+ .v-progress-linear--active .v-progress-linear__indeterminate .long, .v-progress-linear--active .v-progress-linear__indeterminate .short {
23207
+ animation-play-state: running;
23208
+ }
23209
+ .v-progress-linear--active .v-progress-linear__stream {
23210
+ animation-play-state: running;
23211
+ }
23212
+
23213
+ .v-progress-linear--rounded-bar .v-progress-linear__determinate,
23214
+ .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
23215
+ .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
23216
+ border-radius: 9999px;
23217
+ }
23218
+ .v-progress-linear--rounded-bar .v-progress-linear__determinate {
23219
+ border-start-start-radius: 0;
23220
+ border-end-start-radius: 0;
23221
+ }
23222
+
23223
+ @keyframes indeterminate-ltr {
23224
+ 0% {
23225
+ left: -90%;
23226
+ right: 100%;
23227
+ }
23228
+ 60% {
23229
+ left: -90%;
23230
+ right: 100%;
23231
+ }
23232
+ 100% {
23233
+ left: 100%;
23234
+ right: -35%;
23235
+ }
23236
+ }
23237
+ @keyframes indeterminate-rtl {
23238
+ 0% {
23239
+ left: 100%;
23240
+ right: -90%;
23241
+ }
23242
+ 60% {
23243
+ left: 100%;
23244
+ right: -90%;
23245
+ }
23246
+ 100% {
23247
+ left: -35%;
23248
+ right: 100%;
23249
+ }
23250
+ }
23251
+ @keyframes indeterminate-short-ltr {
23252
+ 0% {
23253
+ left: -200%;
23254
+ right: 100%;
23255
+ }
23256
+ 60% {
23257
+ left: 107%;
23258
+ right: -8%;
23259
+ }
23260
+ 100% {
23261
+ left: 107%;
23262
+ right: -8%;
23263
+ }
23264
+ }
23265
+ @keyframes indeterminate-short-rtl {
23266
+ 0% {
23267
+ left: 100%;
23268
+ right: -200%;
23269
+ }
23270
+ 60% {
23271
+ left: -8%;
23272
+ right: 107%;
23273
+ }
23274
+ 100% {
23275
+ left: -8%;
23276
+ right: 107%;
23277
+ }
23278
+ }
23279
+ @keyframes stream {
23280
+ to {
23281
+ transform: translateX(var(--v-progress-linear-stream-to));
23282
+ }
23283
+ }
23284
+ @keyframes progress-linear-stripes {
23285
+ 0% {
23286
+ background-position-x: var(--v-progress-linear-height);
23287
+ }
23288
+ }.v-parallax {
23289
+ position: relative;
23290
+ overflow: hidden;
23291
+ }
23292
+ .v-parallax--active > .v-img__img {
23293
+ will-change: transform;
23294
+ }.v-radio-group > .v-input__control {
23295
+ flex-direction: column;
23296
+ }
23297
+ .v-radio-group > .v-input__control > .v-label {
23298
+ margin-inline-start: 16px;
23299
+ }
23300
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23301
+ padding-inline-start: 6px;
23302
+ margin-top: 8px;
23303
+ }
23304
+ .v-radio-group .v-input__details {
23305
+ padding-inline: 16px;
23306
+ }.v-slider .v-slider__container input {
23307
+ cursor: default;
23308
+ padding: 0;
23309
+ width: 100%;
23310
+ display: none;
23311
+ }
23312
+ .v-slider > .v-input__append,
23313
+ .v-slider > .v-input__prepend {
23314
+ padding: 0;
23315
+ }
23316
+
23317
+ .v-slider__container {
23318
+ position: relative;
23319
+ min-height: inherit;
23320
+ width: 100%;
23321
+ height: 100%;
23322
+ display: flex;
23323
+ justify-content: center;
23324
+ align-items: center;
23325
+ cursor: pointer;
23326
+ }
23327
+ .v-input--disabled .v-slider__container {
23328
+ opacity: var(--v-disabled-opacity);
23329
+ }
23330
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
23331
+ color: rgb(var(--v-theme-error));
23332
+ }
23333
+
23334
+ .v-slider.v-input--horizontal {
23335
+ align-items: center;
23336
+ margin-inline: 8px 8px;
23337
+ }
23338
+ .v-slider.v-input--horizontal > .v-input__control {
23339
+ min-height: 32px;
23340
+ display: flex;
23341
+ align-items: center;
23342
+ }
23343
+
23344
+ .v-slider.v-input--vertical {
23345
+ justify-content: center;
23346
+ margin-top: 12px;
23152
23347
  margin-bottom: 12px;
23153
23348
  }
23154
23349
  .v-slider.v-input--vertical > .v-input__control {
@@ -23402,14 +23597,42 @@ html.v-overlay-scroll-blocked {
23402
23597
  .v-selection-control-group--inline {
23403
23598
  flex-direction: row;
23404
23599
  flex-wrap: wrap;
23405
- }.v-skeleton-loader {
23406
- align-items: center;
23600
+ }.v-sheet {
23601
+ display: block;
23602
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23603
+ border-style: solid;
23604
+ border-width: 0;
23605
+ 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));
23606
+ border-radius: 0;
23407
23607
  background: rgb(var(--v-theme-surface));
23408
- border-radius: 4px;
23409
- display: flex;
23410
- flex-wrap: wrap;
23411
- position: relative;
23412
- vertical-align: top;
23608
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23609
+ }
23610
+ .v-sheet--border {
23611
+ border-width: thin;
23612
+ box-shadow: none;
23613
+ }
23614
+ .v-sheet--absolute {
23615
+ position: absolute;
23616
+ }
23617
+ .v-sheet--fixed {
23618
+ position: fixed;
23619
+ }
23620
+ .v-sheet--relative {
23621
+ position: relative;
23622
+ }
23623
+ .v-sheet--sticky {
23624
+ position: sticky;
23625
+ }
23626
+ .v-sheet--rounded {
23627
+ border-radius: 4px;
23628
+ }.v-skeleton-loader {
23629
+ align-items: center;
23630
+ background: rgb(var(--v-theme-surface));
23631
+ border-radius: 4px;
23632
+ display: flex;
23633
+ flex-wrap: wrap;
23634
+ position: relative;
23635
+ vertical-align: top;
23413
23636
  }
23414
23637
  .v-skeleton-loader__actions {
23415
23638
  justify-content: end;
@@ -23625,34 +23848,6 @@ html.v-overlay-scroll-blocked {
23625
23848
  100% {
23626
23849
  transform: translateX(100%);
23627
23850
  }
23628
- }.v-sheet {
23629
- display: block;
23630
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23631
- border-style: solid;
23632
- border-width: 0;
23633
- 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));
23634
- border-radius: 0;
23635
- background: rgb(var(--v-theme-surface));
23636
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23637
- }
23638
- .v-sheet--border {
23639
- border-width: thin;
23640
- box-shadow: none;
23641
- }
23642
- .v-sheet--absolute {
23643
- position: absolute;
23644
- }
23645
- .v-sheet--fixed {
23646
- position: fixed;
23647
- }
23648
- .v-sheet--relative {
23649
- position: relative;
23650
- }
23651
- .v-sheet--sticky {
23652
- position: sticky;
23653
- }
23654
- .v-sheet--rounded {
23655
- border-radius: 4px;
23656
23851
  }.v-slide-group {
23657
23852
  display: flex;
23658
23853
  overflow: hidden;
@@ -24270,6 +24465,101 @@ html.v-overlay-scroll-blocked {
24270
24465
  }
24271
24466
  .v-system-bar:not(.v-system-bar--absolute) {
24272
24467
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24468
+ }.v-tab.v-tab.v-btn {
24469
+ height: var(--v-tabs-height);
24470
+ border-radius: 0;
24471
+ min-width: 90px;
24472
+ }
24473
+ .v-slide-group--horizontal .v-tab {
24474
+ max-width: 360px;
24475
+ }
24476
+ .v-slide-group--vertical .v-tab {
24477
+ justify-content: start;
24478
+ }
24479
+
24480
+ .v-tab__slider {
24481
+ position: absolute;
24482
+ bottom: 0;
24483
+ left: 0;
24484
+ height: 2px;
24485
+ width: 100%;
24486
+ background: currentColor;
24487
+ pointer-events: none;
24488
+ opacity: 0;
24489
+ }
24490
+ .v-tab--selected .v-tab__slider {
24491
+ opacity: 1;
24492
+ }
24493
+ .v-slide-group--vertical .v-tab__slider {
24494
+ top: 0;
24495
+ height: 100%;
24496
+ width: 2px;
24497
+ }.v-tabs {
24498
+ display: flex;
24499
+ height: var(--v-tabs-height);
24500
+ }
24501
+ .v-tabs--density-default {
24502
+ --v-tabs-height: 48px;
24503
+ }
24504
+ .v-tabs--density-default.v-tabs--stacked {
24505
+ --v-tabs-height: 72px;
24506
+ }
24507
+
24508
+ .v-tabs--density-comfortable {
24509
+ --v-tabs-height: 44px;
24510
+ }
24511
+ .v-tabs--density-comfortable.v-tabs--stacked {
24512
+ --v-tabs-height: 68px;
24513
+ }
24514
+
24515
+ .v-tabs--density-compact {
24516
+ --v-tabs-height: 36px;
24517
+ }
24518
+ .v-tabs--density-compact.v-tabs--stacked {
24519
+ --v-tabs-height: 60px;
24520
+ }
24521
+
24522
+ .v-tabs.v-slide-group--vertical {
24523
+ height: auto;
24524
+ flex: none;
24525
+ --v-tabs-height: 48px;
24526
+ }
24527
+
24528
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24529
+ margin-inline-start: 42px;
24530
+ }
24531
+
24532
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24533
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24534
+ margin-inline-end: auto;
24535
+ }
24536
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24537
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24538
+ margin-inline-start: auto;
24539
+ }
24540
+
24541
+ .v-tabs--grow {
24542
+ flex-grow: 1;
24543
+ }
24544
+ .v-tabs--grow .v-tab {
24545
+ flex: 1 0 auto;
24546
+ max-width: none;
24547
+ }
24548
+
24549
+ .v-tabs--align-tabs-end .v-tab:first-child {
24550
+ margin-inline-start: auto;
24551
+ }
24552
+ .v-tabs--align-tabs-end .v-tab:last-child {
24553
+ margin-inline-end: 0;
24554
+ }
24555
+
24556
+ @media (max-width: 1279.98px) {
24557
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24558
+ margin-inline-start: 52px;
24559
+ }
24560
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24561
+ margin-inline-end: 52px;
24562
+ }
24273
24563
  }.v-table {
24274
24564
  background: rgb(var(--v-theme-surface));
24275
24565
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -24408,139 +24698,83 @@ html.v-overlay-scroll-blocked {
24408
24698
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24409
24699
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24410
24700
  border-top: 0px !important;
24411
- }.v-tabs {
24412
- display: flex;
24413
- height: var(--v-tabs-height);
24701
+ }.v-textarea .v-field {
24702
+ --v-textarea-control-height: var(--v-input-control-height);
24414
24703
  }
24415
- .v-tabs--density-default {
24416
- --v-tabs-height: 48px;
24704
+ .v-textarea .v-field__field {
24705
+ --v-input-control-height: var(--v-textarea-control-height);
24417
24706
  }
24418
- .v-tabs--density-default.v-tabs--stacked {
24419
- --v-tabs-height: 72px;
24707
+ .v-textarea .v-field__input {
24708
+ flex: 1 1 auto;
24709
+ outline: none;
24710
+ -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));
24711
+ 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));
24420
24712
  }
24421
-
24422
- .v-tabs--density-comfortable {
24423
- --v-tabs-height: 44px;
24713
+ .v-textarea .v-field__input.v-textarea__sizer {
24714
+ visibility: hidden;
24715
+ position: absolute;
24716
+ top: 0;
24717
+ left: 0;
24718
+ height: 0 !important;
24719
+ min-height: 0 !important;
24720
+ pointer-events: none;
24424
24721
  }
24425
- .v-tabs--density-comfortable.v-tabs--stacked {
24426
- --v-tabs-height: 68px;
24722
+ .v-textarea--no-resize .v-field__input {
24723
+ resize: none;
24427
24724
  }
24428
-
24429
- .v-tabs--density-compact {
24430
- --v-tabs-height: 36px;
24725
+ .v-textarea .v-field--no-label textarea,
24726
+ .v-textarea .v-field--active textarea {
24727
+ opacity: 1;
24431
24728
  }
24432
- .v-tabs--density-compact.v-tabs--stacked {
24433
- --v-tabs-height: 60px;
24729
+ .v-textarea textarea {
24730
+ opacity: 0;
24731
+ flex: 1;
24732
+ min-width: 0;
24733
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24434
24734
  }
24435
-
24436
- .v-tabs.v-slide-group--vertical {
24437
- height: auto;
24438
- flex: none;
24439
- --v-tabs-height: 48px;
24735
+ .v-textarea textarea:focus, .v-textarea textarea:active {
24736
+ outline: none;
24440
24737
  }
24441
-
24442
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24443
- margin-inline-start: 42px;
24738
+ .v-textarea textarea:invalid {
24739
+ box-shadow: none;
24740
+ }/* region BLOCK */
24741
+ .v-text-field input {
24742
+ color: inherit;
24743
+ opacity: 0;
24744
+ flex: 1;
24745
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24746
+ min-width: 0;
24444
24747
  }
24445
-
24446
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24447
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24448
- margin-inline-end: auto;
24748
+ .v-text-field input:focus, .v-text-field input:active {
24749
+ outline: none;
24449
24750
  }
24450
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24451
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24452
- margin-inline-start: auto;
24751
+ .v-text-field input:invalid {
24752
+ box-shadow: none;
24753
+ }
24754
+ .v-text-field .v-field {
24755
+ cursor: text;
24756
+ }
24757
+ .v-text-field--prefixed.v-text-field .v-field__input {
24758
+ --v-field-padding-start: 6px;
24453
24759
  }
24454
24760
 
24455
- .v-tabs--grow {
24456
- flex-grow: 1;
24761
+ .v-text-field--suffixed.v-text-field .v-field__input {
24762
+ --v-field-padding-end: 0;
24457
24763
  }
24458
- .v-tabs--grow .v-tab {
24459
- flex: 1 0 auto;
24460
- max-width: none;
24764
+
24765
+ .v-text-field .v-input__details {
24766
+ padding-inline: 16px;
24767
+ }
24768
+ .v-input--plain-underlined.v-text-field .v-input__details {
24769
+ padding-inline: 0;
24461
24770
  }
24462
24771
 
24463
- .v-tabs--align-tabs-end .v-tab:first-child {
24464
- margin-inline-start: auto;
24772
+ .v-text-field .v-field--no-label input,
24773
+ .v-text-field .v-field--active input {
24774
+ opacity: 1;
24465
24775
  }
24466
- .v-tabs--align-tabs-end .v-tab:last-child {
24467
- margin-inline-end: 0;
24468
- }
24469
-
24470
- @media (max-width: 1279.98px) {
24471
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24472
- margin-inline-start: 52px;
24473
- }
24474
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24475
- margin-inline-end: 52px;
24476
- }
24477
- }.v-tab.v-tab.v-btn {
24478
- height: var(--v-tabs-height);
24479
- border-radius: 0;
24480
- min-width: 90px;
24481
- }
24482
- .v-slide-group--horizontal .v-tab {
24483
- max-width: 360px;
24484
- }
24485
- .v-slide-group--vertical .v-tab {
24486
- justify-content: start;
24487
- }
24488
-
24489
- .v-tab__slider {
24490
- position: absolute;
24491
- bottom: 0;
24492
- left: 0;
24493
- height: 2px;
24494
- width: 100%;
24495
- background: currentColor;
24496
- pointer-events: none;
24497
- opacity: 0;
24498
- }
24499
- .v-tab--selected .v-tab__slider {
24500
- opacity: 1;
24501
- }
24502
- .v-slide-group--vertical .v-tab__slider {
24503
- top: 0;
24504
- height: 100%;
24505
- width: 2px;
24506
- }/* region BLOCK */
24507
- .v-text-field input {
24508
- color: inherit;
24509
- opacity: 0;
24510
- flex: 1;
24511
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24512
- min-width: 0;
24513
- }
24514
- .v-text-field input:focus, .v-text-field input:active {
24515
- outline: none;
24516
- }
24517
- .v-text-field input:invalid {
24518
- box-shadow: none;
24519
- }
24520
- .v-text-field .v-field {
24521
- cursor: text;
24522
- }
24523
- .v-text-field--prefixed.v-text-field .v-field__input {
24524
- --v-field-padding-start: 6px;
24525
- }
24526
-
24527
- .v-text-field--suffixed.v-text-field .v-field__input {
24528
- --v-field-padding-end: 0;
24529
- }
24530
-
24531
- .v-text-field .v-input__details {
24532
- padding-inline: 16px;
24533
- }
24534
- .v-input--plain-underlined.v-text-field .v-input__details {
24535
- padding-inline: 0;
24536
- }
24537
-
24538
- .v-text-field .v-field--no-label input,
24539
- .v-text-field .v-field--active input {
24540
- opacity: 1;
24541
- }
24542
- .v-text-field .v-field--single-line input {
24543
- transition: none;
24776
+ .v-text-field .v-field--single-line input {
24777
+ transition: none;
24544
24778
  }
24545
24779
 
24546
24780
  /* endregion */
@@ -24570,7 +24804,26 @@ html.v-overlay-scroll-blocked {
24570
24804
  padding-inline-end: var(--v-field-padding-end);
24571
24805
  }
24572
24806
 
24573
- /* endregion */.v-timeline .v-timeline-divider__dot {
24807
+ /* endregion */.v-theme-provider {
24808
+ background: rgb(var(--v-theme-background));
24809
+ color: rgb(var(--v-theme-on-background));
24810
+ }.v-messages {
24811
+ flex: 1 1 auto;
24812
+ font-size: 12px;
24813
+ min-height: 14px;
24814
+ min-width: 1px;
24815
+ opacity: var(--v-medium-emphasis-opacity);
24816
+ position: relative;
24817
+ }
24818
+ .v-messages__message {
24819
+ line-height: 12px;
24820
+ word-break: break-word;
24821
+ overflow-wrap: break-word;
24822
+ word-wrap: break-word;
24823
+ -webkit-hyphens: auto;
24824
+ hyphens: auto;
24825
+ transition-duration: 150ms;
24826
+ }.v-timeline .v-timeline-divider__dot {
24574
24827
  background: rgb(var(--v-theme-surface-light));
24575
24828
  }
24576
24829
  .v-timeline .v-timeline-divider__inner-dot {
@@ -24986,48 +25239,28 @@ html.v-overlay-scroll-blocked {
24986
25239
 
24987
25240
  .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
24988
25241
  padding-inline-end: 0;
24989
- }.v-textarea .v-field {
24990
- --v-textarea-control-height: var(--v-input-control-height);
24991
- }
24992
- .v-textarea .v-field__field {
24993
- --v-input-control-height: var(--v-textarea-control-height);
24994
- }
24995
- .v-textarea .v-field__input {
24996
- flex: 1 1 auto;
24997
- outline: none;
24998
- -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));
24999
- 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));
25000
- }
25001
- .v-textarea .v-field__input.v-textarea__sizer {
25002
- visibility: hidden;
25003
- position: absolute;
25004
- top: 0;
25005
- left: 0;
25006
- height: 0 !important;
25007
- min-height: 0 !important;
25008
- pointer-events: none;
25009
- }
25010
- .v-textarea--no-resize .v-field__input {
25011
- resize: none;
25012
- }
25013
- .v-textarea .v-field--no-label textarea,
25014
- .v-textarea .v-field--active textarea {
25242
+ }.v-tooltip > .v-overlay__content {
25243
+ background: rgb(var(--v-theme-surface-variant));
25244
+ color: rgb(var(--v-theme-on-surface-variant));
25245
+ border-radius: 4px;
25246
+ font-size: 0.875rem;
25247
+ line-height: 1.6;
25248
+ display: inline-block;
25249
+ padding: 5px 16px;
25250
+ text-transform: initial;
25251
+ width: auto;
25015
25252
  opacity: 1;
25253
+ pointer-events: none;
25254
+ transition-property: opacity, transform;
25255
+ overflow-wrap: break-word;
25016
25256
  }
25017
- .v-textarea textarea {
25018
- opacity: 0;
25019
- flex: 1;
25020
- min-width: 0;
25021
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25022
- }
25023
- .v-textarea textarea:focus, .v-textarea textarea:active {
25024
- outline: none;
25257
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25258
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25259
+ transition-duration: 150ms;
25025
25260
  }
25026
- .v-textarea textarea:invalid {
25027
- box-shadow: none;
25028
- }.v-theme-provider {
25029
- background: rgb(var(--v-theme-background));
25030
- color: rgb(var(--v-theme-on-background));
25261
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25262
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25263
+ transition-duration: 75ms;
25031
25264
  }.v-toolbar {
25032
25265
  align-items: flex-start;
25033
25266
  display: flex;
@@ -25157,28 +25390,6 @@ html.v-overlay-scroll-blocked {
25157
25390
  }
25158
25391
  .v-toolbar-items > .v-btn {
25159
25392
  border-radius: 0;
25160
- }.v-tooltip > .v-overlay__content {
25161
- background: rgb(var(--v-theme-surface-variant));
25162
- color: rgb(var(--v-theme-on-surface-variant));
25163
- border-radius: 4px;
25164
- font-size: 0.875rem;
25165
- line-height: 1.6;
25166
- display: inline-block;
25167
- padding: 5px 16px;
25168
- text-transform: initial;
25169
- width: auto;
25170
- opacity: 1;
25171
- pointer-events: none;
25172
- transition-property: opacity, transform;
25173
- overflow-wrap: break-word;
25174
- }
25175
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25176
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25177
- transition-duration: 150ms;
25178
- }
25179
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25180
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25181
- transition-duration: 75ms;
25182
25393
  }.v-window {
25183
25394
  overflow: hidden;
25184
25395
  }
@@ -25258,257 +25469,74 @@ html.v-overlay-scroll-blocked {
25258
25469
  }
25259
25470
  .v-virtual-scroll__container {
25260
25471
  display: block;
25261
- }.v-progress-linear {
25262
- background: transparent;
25263
- overflow: hidden;
25472
+ }.v-color-picker-canvas {
25473
+ display: flex;
25264
25474
  position: relative;
25265
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25266
- width: 100%;
25267
- }
25268
- .v-progress-linear--rounded {
25269
- border-radius: 9999px;
25475
+ overflow: hidden;
25476
+ contain: content;
25477
+ touch-action: none;
25270
25478
  }
25271
-
25272
- .v-progress-linear__background,
25273
- .v-progress-linear__buffer {
25274
- background: currentColor;
25275
- bottom: 0;
25276
- left: 0;
25277
- opacity: var(--v-border-opacity);
25479
+ .v-color-picker-canvas__dot {
25278
25480
  position: absolute;
25279
25481
  top: 0;
25280
- width: 100%;
25281
- transition-property: width, left, right;
25282
- transition: inherit;
25482
+ left: 0;
25483
+ width: 15px;
25484
+ height: 15px;
25485
+ background: transparent;
25486
+ border-radius: 50%;
25487
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25488
+ }
25489
+ .v-color-picker-canvas__dot--disabled {
25490
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25491
+ }
25492
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25493
+ will-change: transform;
25494
+ }.v-color-picker-edit {
25495
+ display: flex;
25496
+ margin-top: 24px;
25283
25497
  }
25284
25498
 
25285
- .v-progress-linear__content {
25286
- align-items: center;
25499
+ .v-color-picker-edit__input {
25500
+ width: 100%;
25287
25501
  display: flex;
25288
- height: 100%;
25502
+ flex-wrap: wrap;
25289
25503
  justify-content: center;
25290
- left: 0;
25291
- pointer-events: none;
25292
- position: absolute;
25293
- top: 0;
25504
+ text-align: center;
25505
+ }
25506
+ .v-color-picker-edit__input:not(:last-child) {
25507
+ margin-inline-end: 8px;
25508
+ }
25509
+ .v-color-picker-edit__input input {
25510
+ border-radius: 4px;
25511
+ margin-bottom: 8px;
25512
+ min-width: 0;
25513
+ outline: none;
25514
+ text-align: center;
25294
25515
  width: 100%;
25516
+ height: 32px;
25517
+ background: rgba(var(--v-theme-surface-variant), 0.2);
25518
+ color: rgba(var(--v-theme-on-surface));
25519
+ }
25520
+ .v-color-picker-edit__input span {
25521
+ font-size: 0.75rem;
25522
+ }.v-color-picker-preview__alpha .v-slider-track__background {
25523
+ background-color: transparent !important;
25524
+ }
25525
+ .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
25526
+ background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
25295
25527
  }
25296
25528
 
25297
- .v-progress-linear__determinate,
25298
- .v-progress-linear__indeterminate {
25299
- background: currentColor;
25529
+ .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
25530
+ background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
25300
25531
  }
25301
25532
 
25302
- .v-progress-linear__determinate {
25303
- height: inherit;
25533
+ .v-color-picker-preview__alpha .v-slider-track__background::after {
25534
+ content: "";
25535
+ z-index: -1;
25304
25536
  left: 0;
25305
- position: absolute;
25306
- transition: inherit;
25307
- transition-property: width, left, right;
25308
- }
25309
-
25310
- .v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
25311
- animation-play-state: paused;
25312
- animation-duration: 2.2s;
25313
- animation-iteration-count: infinite;
25314
- bottom: 0;
25315
- height: inherit;
25316
- left: 0;
25317
- position: absolute;
25318
- right: auto;
25319
- top: 0;
25320
- width: auto;
25321
- }
25322
- .v-progress-linear__indeterminate .long {
25323
- animation-name: indeterminate-ltr;
25324
- }
25325
- .v-progress-linear__indeterminate .short {
25326
- animation-name: indeterminate-short-ltr;
25327
- }
25328
-
25329
- .v-progress-linear__stream {
25330
- animation: stream 0.25s infinite linear;
25331
- animation-play-state: paused;
25332
- bottom: 0;
25333
- left: auto;
25334
- opacity: 0.3;
25335
- pointer-events: none;
25336
- position: absolute;
25337
- transition: inherit;
25338
- transition-property: width, left, right;
25339
- }
25340
-
25341
- .v-progress-linear--reverse .v-progress-linear__background,
25342
- .v-progress-linear--reverse .v-progress-linear__determinate,
25343
- .v-progress-linear--reverse .v-progress-linear__content {
25344
- left: auto;
25345
- right: 0;
25346
- }
25347
- .v-progress-linear--reverse .v-progress-linear__indeterminate .long, .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
25348
- left: auto;
25349
- right: 0;
25350
- }
25351
- .v-progress-linear--reverse .v-progress-linear__indeterminate .long {
25352
- animation-name: indeterminate-rtl;
25353
- }
25354
- .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
25355
- animation-name: indeterminate-short-rtl;
25356
- }
25357
- .v-progress-linear--reverse .v-progress-linear__stream {
25358
- right: auto;
25359
- }
25360
-
25361
- .v-progress-linear--absolute,
25362
- .v-progress-linear--fixed {
25363
- left: 0;
25364
- z-index: 1;
25365
- }
25366
-
25367
- .v-progress-linear--absolute {
25368
- position: absolute;
25369
- }
25370
-
25371
- .v-progress-linear--fixed {
25372
- position: fixed;
25373
- }
25374
-
25375
- .v-progress-linear--rounded {
25376
- border-radius: 9999px;
25377
- }
25378
- .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
25379
- .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
25380
- border-radius: inherit;
25381
- }
25382
-
25383
- .v-progress-linear--striped .v-progress-linear__determinate {
25384
- animation: progress-linear-stripes 1s infinite linear;
25385
- background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
25386
- background-repeat: repeat;
25387
- background-size: var(--v-progress-linear-height);
25388
- }
25389
-
25390
- .v-progress-linear--active .v-progress-linear__indeterminate .long, .v-progress-linear--active .v-progress-linear__indeterminate .short {
25391
- animation-play-state: running;
25392
- }
25393
- .v-progress-linear--active .v-progress-linear__stream {
25394
- animation-play-state: running;
25395
- }
25396
-
25397
- .v-progress-linear--rounded-bar .v-progress-linear__determinate,
25398
- .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
25399
- .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
25400
- border-radius: 9999px;
25401
- }
25402
- .v-progress-linear--rounded-bar .v-progress-linear__determinate {
25403
- border-start-start-radius: 0;
25404
- border-end-start-radius: 0;
25405
- }
25406
-
25407
- @keyframes indeterminate-ltr {
25408
- 0% {
25409
- left: -90%;
25410
- right: 100%;
25411
- }
25412
- 60% {
25413
- left: -90%;
25414
- right: 100%;
25415
- }
25416
- 100% {
25417
- left: 100%;
25418
- right: -35%;
25419
- }
25420
- }
25421
- @keyframes indeterminate-rtl {
25422
- 0% {
25423
- left: 100%;
25424
- right: -90%;
25425
- }
25426
- 60% {
25427
- left: 100%;
25428
- right: -90%;
25429
- }
25430
- 100% {
25431
- left: -35%;
25432
- right: 100%;
25433
- }
25434
- }
25435
- @keyframes indeterminate-short-ltr {
25436
- 0% {
25437
- left: -200%;
25438
- right: 100%;
25439
- }
25440
- 60% {
25441
- left: 107%;
25442
- right: -8%;
25443
- }
25444
- 100% {
25445
- left: 107%;
25446
- right: -8%;
25447
- }
25448
- }
25449
- @keyframes indeterminate-short-rtl {
25450
- 0% {
25451
- left: 100%;
25452
- right: -200%;
25453
- }
25454
- 60% {
25455
- left: -8%;
25456
- right: 107%;
25457
- }
25458
- 100% {
25459
- left: -8%;
25460
- right: 107%;
25461
- }
25462
- }
25463
- @keyframes stream {
25464
- to {
25465
- transform: translateX(var(--v-progress-linear-stream-to));
25466
- }
25467
- }
25468
- @keyframes progress-linear-stripes {
25469
- 0% {
25470
- background-position-x: var(--v-progress-linear-height);
25471
- }
25472
- }.v-color-picker-canvas {
25473
- display: flex;
25474
- position: relative;
25475
- overflow: hidden;
25476
- contain: content;
25477
- touch-action: none;
25478
- }
25479
- .v-color-picker-canvas__dot {
25480
- position: absolute;
25481
- top: 0;
25482
- left: 0;
25483
- width: 15px;
25484
- height: 15px;
25485
- background: transparent;
25486
- border-radius: 50%;
25487
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25488
- }
25489
- .v-color-picker-canvas__dot--disabled {
25490
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25491
- }
25492
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25493
- will-change: transform;
25494
- }.v-color-picker-preview__alpha .v-slider-track__background {
25495
- background-color: transparent !important;
25496
- }
25497
- .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
25498
- background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
25499
- }
25500
-
25501
- .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
25502
- background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
25503
- }
25504
-
25505
- .v-color-picker-preview__alpha .v-slider-track__background::after {
25506
- content: "";
25507
- z-index: -1;
25508
- left: 0;
25509
- top: 0;
25510
- width: 100%;
25511
- height: 100%;
25537
+ top: 0;
25538
+ width: 100%;
25539
+ height: 100%;
25512
25540
  position: absolute;
25513
25541
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25514
25542
  border-radius: inherit;
@@ -25561,34 +25589,6 @@ html.v-overlay-scroll-blocked {
25561
25589
  .v-color-picker-preview__eye-dropper {
25562
25590
  position: relative;
25563
25591
  margin-right: 12px;
25564
- }.v-color-picker-edit {
25565
- display: flex;
25566
- margin-top: 24px;
25567
- }
25568
-
25569
- .v-color-picker-edit__input {
25570
- width: 100%;
25571
- display: flex;
25572
- flex-wrap: wrap;
25573
- justify-content: center;
25574
- text-align: center;
25575
- }
25576
- .v-color-picker-edit__input:not(:last-child) {
25577
- margin-inline-end: 8px;
25578
- }
25579
- .v-color-picker-edit__input input {
25580
- border-radius: 4px;
25581
- margin-bottom: 8px;
25582
- min-width: 0;
25583
- outline: none;
25584
- text-align: center;
25585
- width: 100%;
25586
- height: 32px;
25587
- background: rgba(var(--v-theme-surface-variant), 0.2);
25588
- color: rgba(var(--v-theme-on-surface));
25589
- }
25590
- .v-color-picker-edit__input span {
25591
- font-size: 0.75rem;
25592
25592
  }.v-color-picker-swatches {
25593
25593
  overflow-y: auto;
25594
25594
  }
@@ -25618,65 +25618,224 @@ html.v-overlay-scroll-blocked {
25618
25618
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25619
25619
  cursor: pointer;
25620
25620
  }
25621
- .v-color-picker-swatches__color > div {
25622
- display: flex;
25623
- align-items: center;
25624
- justify-content: center;
25625
- width: 100%;
25626
- height: 100%;
25627
- }.v-picker.v-sheet {
25628
- 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));
25629
- border-radius: 4px;
25630
- display: grid;
25631
- grid-auto-rows: min-content;
25632
- grid-template-areas: "title" "header" "body";
25633
- overflow: hidden;
25621
+ .v-color-picker-swatches__color > div {
25622
+ display: flex;
25623
+ align-items: center;
25624
+ justify-content: center;
25625
+ width: 100%;
25626
+ height: 100%;
25627
+ }.v-picker.v-sheet {
25628
+ 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));
25629
+ border-radius: 4px;
25630
+ display: grid;
25631
+ grid-auto-rows: min-content;
25632
+ grid-template-areas: "title" "header" "body";
25633
+ overflow: hidden;
25634
+ }
25635
+ .v-picker.v-sheet.v-picker--with-actions {
25636
+ grid-template-areas: "title" "header" "body" "actions";
25637
+ }
25638
+
25639
+ .v-picker__body {
25640
+ grid-area: body;
25641
+ overflow: hidden;
25642
+ position: relative;
25643
+ }
25644
+
25645
+ .v-picker__header {
25646
+ grid-area: header;
25647
+ }
25648
+
25649
+ .v-picker__actions {
25650
+ grid-area: actions;
25651
+ padding: 0 12px 12px;
25652
+ display: flex;
25653
+ align-items: center;
25654
+ justify-content: flex-end;
25655
+ }
25656
+ .v-picker__actions .v-btn {
25657
+ min-width: 48px;
25658
+ }
25659
+ .v-picker__actions .v-btn:not(:last-child) {
25660
+ margin-inline-end: 8px;
25661
+ }
25662
+
25663
+ .v-picker--landscape {
25664
+ grid-template-areas: "title" "header body" "header body";
25665
+ }
25666
+
25667
+ .v-picker--landscape.v-picker--with-actions {
25668
+ grid-template-areas: "title" "header body" "header actions";
25669
+ }
25670
+
25671
+ .v-picker-title {
25672
+ text-transform: uppercase;
25673
+ font-size: 0.75rem;
25674
+ grid-area: title;
25675
+ padding-inline: 24px 12px;
25676
+ padding-top: 16px;
25677
+ padding-bottom: 16px;
25678
+ font-weight: 400;
25679
+ letter-spacing: 0.1666666667em;
25680
+ }.v-slider-thumb {
25681
+ touch-action: none;
25682
+ color: rgb(var(--v-theme-surface-variant));
25683
+ }
25684
+ .v-input--error:not(.v-input--disabled) .v-slider-thumb {
25685
+ color: inherit;
25686
+ }
25687
+
25688
+ .v-slider-thumb__label {
25689
+ background: rgba(var(--v-theme-surface-variant), 0.7);
25690
+ color: rgb(var(--v-theme-on-surface-variant));
25691
+ }
25692
+ .v-slider-thumb__label::before {
25693
+ color: rgba(var(--v-theme-surface-variant), 0.7);
25694
+ }
25695
+
25696
+ .v-slider-thumb {
25697
+ outline: none;
25698
+ position: absolute;
25699
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25700
+ }
25701
+
25702
+ .v-slider-thumb__surface {
25703
+ cursor: pointer;
25704
+ width: var(--v-slider-thumb-size);
25705
+ height: var(--v-slider-thumb-size);
25706
+ border-radius: 50%;
25707
+ -webkit-user-select: none;
25708
+ user-select: none;
25709
+ background-color: currentColor;
25710
+ }
25711
+ @media (forced-colors: active) {
25712
+ .v-slider-thumb__surface {
25713
+ background-color: highlight;
25714
+ }
25715
+ }
25716
+ .v-slider-thumb__surface::before {
25717
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
25718
+ content: "";
25719
+ color: inherit;
25720
+ top: 0;
25721
+ left: 0;
25722
+ width: 100%;
25723
+ height: 100%;
25724
+ border-radius: 50%;
25725
+ background: currentColor;
25726
+ position: absolute;
25727
+ pointer-events: none;
25728
+ opacity: 0;
25729
+ }
25730
+ .v-slider-thumb__surface::after {
25731
+ content: "";
25732
+ width: 42px;
25733
+ height: 42px;
25734
+ position: absolute;
25735
+ top: 50%;
25736
+ left: 50%;
25737
+ transform: translate(-50%, -50%);
25738
+ }
25739
+
25740
+ .v-slider-thumb__label-container {
25741
+ position: absolute;
25742
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25743
+ }
25744
+
25745
+ .v-slider-thumb__label {
25746
+ display: flex;
25747
+ align-items: center;
25748
+ justify-content: center;
25749
+ font-size: 0.75rem;
25750
+ min-width: 35px;
25751
+ height: 25px;
25752
+ border-radius: 4px;
25753
+ padding: 6px;
25754
+ position: absolute;
25755
+ -webkit-user-select: none;
25756
+ user-select: none;
25757
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25758
+ }
25759
+ .v-slider-thumb__label::before {
25760
+ content: "";
25761
+ width: 0;
25762
+ height: 0;
25763
+ position: absolute;
25764
+ }
25765
+
25766
+ .v-slider-thumb__ripple {
25767
+ position: absolute;
25768
+ left: calc(var(--v-slider-thumb-size) / -2);
25769
+ top: calc(var(--v-slider-thumb-size) / -2);
25770
+ width: calc(var(--v-slider-thumb-size) * 2);
25771
+ height: calc(var(--v-slider-thumb-size) * 2);
25772
+ background: inherit;
25773
+ }
25774
+
25775
+ .v-slider.v-input--horizontal .v-slider-thumb {
25776
+ top: 50%;
25777
+ transform: translateY(-50%);
25778
+ inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25634
25779
  }
25635
- .v-picker.v-sheet.v-picker--with-actions {
25636
- grid-template-areas: "title" "header" "body" "actions";
25780
+ .v-slider.v-input--horizontal .v-slider-thumb__label-container {
25781
+ left: calc(var(--v-slider-thumb-size) / 2);
25782
+ top: 0;
25783
+ }
25784
+ .v-slider.v-input--horizontal .v-slider-thumb__label {
25785
+ bottom: calc(var(--v-slider-thumb-size) / 2);
25786
+ }
25787
+ .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
25788
+ transform: translateX(-50%);
25637
25789
  }
25638
25790
 
25639
- .v-picker__body {
25640
- grid-area: body;
25641
- overflow: hidden;
25642
- position: relative;
25791
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
25792
+ transform: translateX(50%);
25643
25793
  }
25644
25794
 
25645
- .v-picker__header {
25646
- grid-area: header;
25795
+ .v-slider.v-input--horizontal .v-slider-thumb__label::before {
25796
+ border-left: 6px solid transparent;
25797
+ border-right: 6px solid transparent;
25798
+ border-top: 6px solid currentColor;
25799
+ bottom: -6px;
25647
25800
  }
25648
25801
 
25649
- .v-picker__actions {
25650
- grid-area: actions;
25651
- padding: 0 12px 12px;
25652
- display: flex;
25653
- align-items: center;
25654
- justify-content: flex-end;
25802
+ .v-slider.v-input--vertical .v-slider-thumb {
25803
+ top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25655
25804
  }
25656
- .v-picker__actions .v-btn {
25657
- min-width: 48px;
25805
+ .v-slider.v-input--vertical .v-slider-thumb__label-container {
25806
+ top: calc(var(--v-slider-thumb-size) / 2);
25807
+ right: 0;
25658
25808
  }
25659
- .v-picker__actions .v-btn:not(:last-child) {
25660
- margin-inline-end: 8px;
25809
+ .v-slider.v-input--vertical .v-slider-thumb__label {
25810
+ top: -12.5px;
25811
+ left: calc(var(--v-slider-thumb-size) / 2);
25812
+ }
25813
+ .v-slider.v-input--vertical .v-slider-thumb__label::before {
25814
+ border-right: 6px solid currentColor;
25815
+ border-top: 6px solid transparent;
25816
+ border-bottom: 6px solid transparent;
25817
+ left: -6px;
25661
25818
  }
25662
25819
 
25663
- .v-picker--landscape {
25664
- grid-template-areas: "title" "header body" "header body";
25820
+ .v-slider-thumb--focused .v-slider-thumb__surface::before {
25821
+ transform: scale(2);
25822
+ opacity: var(--v-focus-opacity);
25665
25823
  }
25666
25824
 
25667
- .v-picker--landscape.v-picker--with-actions {
25668
- grid-template-areas: "title" "header body" "header actions";
25825
+ .v-slider-thumb--pressed {
25826
+ transition: none;
25827
+ }
25828
+ .v-slider-thumb--pressed .v-slider-thumb__surface::before {
25829
+ opacity: var(--v-pressed-opacity);
25669
25830
  }
25670
25831
 
25671
- .v-picker-title {
25672
- text-transform: uppercase;
25673
- font-size: 0.75rem;
25674
- grid-area: title;
25675
- padding-inline: 24px 12px;
25676
- padding-top: 16px;
25677
- padding-bottom: 16px;
25678
- font-weight: 400;
25679
- letter-spacing: 0.1666666667em;
25832
+ @media (hover: hover) {
25833
+ .v-slider-thumb:hover .v-slider-thumb__surface::before {
25834
+ transform: scale(2);
25835
+ }
25836
+ .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
25837
+ opacity: var(--v-hover-opacity);
25838
+ }
25680
25839
  }.v-slider-track__background {
25681
25840
  background-color: rgb(var(--v-theme-surface-variant));
25682
25841
  }
@@ -25855,163 +26014,4 @@ html.v-overlay-scroll-blocked {
25855
26014
 
25856
26015
  .v-slider-track__background--opacity {
25857
26016
  opacity: 0.38;
25858
- }.v-slider-thumb {
25859
- touch-action: none;
25860
- color: rgb(var(--v-theme-surface-variant));
25861
- }
25862
- .v-input--error:not(.v-input--disabled) .v-slider-thumb {
25863
- color: inherit;
25864
- }
25865
-
25866
- .v-slider-thumb__label {
25867
- background: rgba(var(--v-theme-surface-variant), 0.7);
25868
- color: rgb(var(--v-theme-on-surface-variant));
25869
- }
25870
- .v-slider-thumb__label::before {
25871
- color: rgba(var(--v-theme-surface-variant), 0.7);
25872
- }
25873
-
25874
- .v-slider-thumb {
25875
- outline: none;
25876
- position: absolute;
25877
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25878
- }
25879
-
25880
- .v-slider-thumb__surface {
25881
- cursor: pointer;
25882
- width: var(--v-slider-thumb-size);
25883
- height: var(--v-slider-thumb-size);
25884
- border-radius: 50%;
25885
- -webkit-user-select: none;
25886
- user-select: none;
25887
- background-color: currentColor;
25888
- }
25889
- @media (forced-colors: active) {
25890
- .v-slider-thumb__surface {
25891
- background-color: highlight;
25892
- }
25893
- }
25894
- .v-slider-thumb__surface::before {
25895
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
25896
- content: "";
25897
- color: inherit;
25898
- top: 0;
25899
- left: 0;
25900
- width: 100%;
25901
- height: 100%;
25902
- border-radius: 50%;
25903
- background: currentColor;
25904
- position: absolute;
25905
- pointer-events: none;
25906
- opacity: 0;
25907
- }
25908
- .v-slider-thumb__surface::after {
25909
- content: "";
25910
- width: 42px;
25911
- height: 42px;
25912
- position: absolute;
25913
- top: 50%;
25914
- left: 50%;
25915
- transform: translate(-50%, -50%);
25916
- }
25917
-
25918
- .v-slider-thumb__label-container {
25919
- position: absolute;
25920
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25921
- }
25922
-
25923
- .v-slider-thumb__label {
25924
- display: flex;
25925
- align-items: center;
25926
- justify-content: center;
25927
- font-size: 0.75rem;
25928
- min-width: 35px;
25929
- height: 25px;
25930
- border-radius: 4px;
25931
- padding: 6px;
25932
- position: absolute;
25933
- -webkit-user-select: none;
25934
- user-select: none;
25935
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
25936
- }
25937
- .v-slider-thumb__label::before {
25938
- content: "";
25939
- width: 0;
25940
- height: 0;
25941
- position: absolute;
25942
- }
25943
-
25944
- .v-slider-thumb__ripple {
25945
- position: absolute;
25946
- left: calc(var(--v-slider-thumb-size) / -2);
25947
- top: calc(var(--v-slider-thumb-size) / -2);
25948
- width: calc(var(--v-slider-thumb-size) * 2);
25949
- height: calc(var(--v-slider-thumb-size) * 2);
25950
- background: inherit;
25951
- }
25952
-
25953
- .v-slider.v-input--horizontal .v-slider-thumb {
25954
- top: 50%;
25955
- transform: translateY(-50%);
25956
- inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25957
- }
25958
- .v-slider.v-input--horizontal .v-slider-thumb__label-container {
25959
- left: calc(var(--v-slider-thumb-size) / 2);
25960
- top: 0;
25961
- }
25962
- .v-slider.v-input--horizontal .v-slider-thumb__label {
25963
- bottom: calc(var(--v-slider-thumb-size) / 2);
25964
- }
25965
- .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
25966
- transform: translateX(-50%);
25967
- }
25968
-
25969
- .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
25970
- transform: translateX(50%);
25971
- }
25972
-
25973
- .v-slider.v-input--horizontal .v-slider-thumb__label::before {
25974
- border-left: 6px solid transparent;
25975
- border-right: 6px solid transparent;
25976
- border-top: 6px solid currentColor;
25977
- bottom: -6px;
25978
- }
25979
-
25980
- .v-slider.v-input--vertical .v-slider-thumb {
25981
- top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
25982
- }
25983
- .v-slider.v-input--vertical .v-slider-thumb__label-container {
25984
- top: calc(var(--v-slider-thumb-size) / 2);
25985
- right: 0;
25986
- }
25987
- .v-slider.v-input--vertical .v-slider-thumb__label {
25988
- top: -12.5px;
25989
- left: calc(var(--v-slider-thumb-size) / 2);
25990
- }
25991
- .v-slider.v-input--vertical .v-slider-thumb__label::before {
25992
- border-right: 6px solid currentColor;
25993
- border-top: 6px solid transparent;
25994
- border-bottom: 6px solid transparent;
25995
- left: -6px;
25996
- }
25997
-
25998
- .v-slider-thumb--focused .v-slider-thumb__surface::before {
25999
- transform: scale(2);
26000
- opacity: var(--v-focus-opacity);
26001
- }
26002
-
26003
- .v-slider-thumb--pressed {
26004
- transition: none;
26005
- }
26006
- .v-slider-thumb--pressed .v-slider-thumb__surface::before {
26007
- opacity: var(--v-pressed-opacity);
26008
- }
26009
-
26010
- @media (hover: hover) {
26011
- .v-slider-thumb:hover .v-slider-thumb__surface::before {
26012
- transform: scale(2);
26013
- }
26014
- .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
26015
- opacity: var(--v-hover-opacity);
26016
- }
26017
26017
  }