@vuetify/nightly 3.7.3-master.2024-10-24 → 3.7.3-master.2024-10-27

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.7.3-master.2024-10-24
2
+ * Vuetify v3.7.3-master.2024-10-27
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17990,107 +17990,6 @@ html.overflow-y-hidden {
17990
17990
  }
17991
17991
  .v-app-bar:not(.v-toolbar--absolute) {
17992
17992
  padding-inline-end: var(--v-scrollbar-offset);
17993
- }.v-application {
17994
- display: flex;
17995
- background: rgb(var(--v-theme-background));
17996
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17997
- }
17998
-
17999
- .v-application__wrap {
18000
- -webkit-backface-visibility: hidden;
18001
- backface-visibility: hidden;
18002
- display: flex;
18003
- flex-direction: column;
18004
- flex: 1 1 auto;
18005
- max-width: 100%;
18006
- min-height: 100vh;
18007
- min-height: 100dvh;
18008
- position: relative;
18009
- }.v-autocomplete .v-field .v-text-field__prefix,
18010
- .v-autocomplete .v-field .v-text-field__suffix,
18011
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18012
- cursor: text;
18013
- }
18014
- .v-autocomplete .v-field .v-field__input > input {
18015
- flex: 1 1;
18016
- }
18017
- .v-autocomplete .v-field input {
18018
- min-width: 64px;
18019
- }
18020
- .v-autocomplete .v-field:not(.v-field--focused) input {
18021
- min-width: 0;
18022
- }
18023
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18024
- margin-inline-end: 2px;
18025
- }
18026
- .v-autocomplete .v-autocomplete__selection-text {
18027
- overflow: hidden;
18028
- text-overflow: ellipsis;
18029
- white-space: nowrap;
18030
- }
18031
-
18032
- .v-autocomplete__content {
18033
- overflow: hidden;
18034
- }
18035
- .v-autocomplete__content {
18036
- 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));
18037
- }
18038
- .v-autocomplete__content {
18039
- border-radius: 4px;
18040
- }
18041
- .v-autocomplete__mask {
18042
- background: rgb(var(--v-theme-surface-light));
18043
- }
18044
- .v-autocomplete__selection {
18045
- display: inline-flex;
18046
- align-items: center;
18047
- height: 1.5rem;
18048
- letter-spacing: inherit;
18049
- line-height: inherit;
18050
- max-width: calc(100% - 2px - 2px);
18051
- }
18052
- .v-autocomplete__selection:first-child {
18053
- margin-inline-start: 0;
18054
- }
18055
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18056
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18057
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18058
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18059
- top: 0px;
18060
- }
18061
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18062
- opacity: var(--v-medium-emphasis-opacity);
18063
- }
18064
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18065
- opacity: 1;
18066
- }
18067
- .v-autocomplete--selecting-index .v-field__input > input {
18068
- caret-color: transparent;
18069
- }
18070
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18071
- flex: 1 1;
18072
- position: absolute;
18073
- left: 0;
18074
- right: 0;
18075
- width: 100%;
18076
- padding-inline: inherit;
18077
- }
18078
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18079
- transition: none;
18080
- }
18081
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18082
- opacity: 0;
18083
- }
18084
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18085
- opacity: 0;
18086
- }
18087
- .v-autocomplete__menu-icon {
18088
- margin-inline-start: 4px;
18089
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18090
- }
18091
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18092
- opacity: var(--v-high-emphasis-opacity);
18093
- transform: rotate(180deg);
18094
17993
  }.v-alert {
18095
17994
  display: grid;
18096
17995
  flex: 1 1;
@@ -18307,6 +18206,107 @@ html.overflow-y-hidden {
18307
18206
  text-transform: none;
18308
18207
  word-break: normal;
18309
18208
  word-wrap: break-word;
18209
+ }.v-application {
18210
+ display: flex;
18211
+ background: rgb(var(--v-theme-background));
18212
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18213
+ }
18214
+
18215
+ .v-application__wrap {
18216
+ -webkit-backface-visibility: hidden;
18217
+ backface-visibility: hidden;
18218
+ display: flex;
18219
+ flex-direction: column;
18220
+ flex: 1 1 auto;
18221
+ max-width: 100%;
18222
+ min-height: 100vh;
18223
+ min-height: 100dvh;
18224
+ position: relative;
18225
+ }.v-autocomplete .v-field .v-text-field__prefix,
18226
+ .v-autocomplete .v-field .v-text-field__suffix,
18227
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18228
+ cursor: text;
18229
+ }
18230
+ .v-autocomplete .v-field .v-field__input > input {
18231
+ flex: 1 1;
18232
+ }
18233
+ .v-autocomplete .v-field input {
18234
+ min-width: 64px;
18235
+ }
18236
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18237
+ min-width: 0;
18238
+ }
18239
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18240
+ margin-inline-end: 2px;
18241
+ }
18242
+ .v-autocomplete .v-autocomplete__selection-text {
18243
+ overflow: hidden;
18244
+ text-overflow: ellipsis;
18245
+ white-space: nowrap;
18246
+ }
18247
+
18248
+ .v-autocomplete__content {
18249
+ overflow: hidden;
18250
+ }
18251
+ .v-autocomplete__content {
18252
+ 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));
18253
+ }
18254
+ .v-autocomplete__content {
18255
+ border-radius: 4px;
18256
+ }
18257
+ .v-autocomplete__mask {
18258
+ background: rgb(var(--v-theme-surface-light));
18259
+ }
18260
+ .v-autocomplete__selection {
18261
+ display: inline-flex;
18262
+ align-items: center;
18263
+ height: 1.5rem;
18264
+ letter-spacing: inherit;
18265
+ line-height: inherit;
18266
+ max-width: calc(100% - 2px - 2px);
18267
+ }
18268
+ .v-autocomplete__selection:first-child {
18269
+ margin-inline-start: 0;
18270
+ }
18271
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18272
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18273
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18274
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18275
+ top: 0px;
18276
+ }
18277
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18278
+ opacity: var(--v-medium-emphasis-opacity);
18279
+ }
18280
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18281
+ opacity: 1;
18282
+ }
18283
+ .v-autocomplete--selecting-index .v-field__input > input {
18284
+ caret-color: transparent;
18285
+ }
18286
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18287
+ flex: 1 1;
18288
+ position: absolute;
18289
+ left: 0;
18290
+ right: 0;
18291
+ width: 100%;
18292
+ padding-inline: inherit;
18293
+ }
18294
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18295
+ transition: none;
18296
+ }
18297
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18298
+ opacity: 0;
18299
+ }
18300
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18301
+ opacity: 0;
18302
+ }
18303
+ .v-autocomplete__menu-icon {
18304
+ margin-inline-start: 4px;
18305
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18306
+ }
18307
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18308
+ opacity: var(--v-high-emphasis-opacity);
18309
+ transform: rotate(180deg);
18310
18310
  }.v-avatar {
18311
18311
  flex: none;
18312
18312
  align-items: center;
@@ -18579,94 +18579,21 @@ html.overflow-y-hidden {
18579
18579
  }
18580
18580
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18581
18581
  align-self: flex-start;
18582
- }.v-badge {
18583
- display: inline-block;
18584
- line-height: 1;
18585
- }
18586
-
18587
- .v-badge__badge {
18588
- align-items: center;
18589
- display: inline-flex;
18590
- border-radius: 10px;
18591
- font-size: 0.75rem;
18592
- font-weight: 500;
18593
- height: 1.25rem;
18594
- justify-content: center;
18595
- min-width: 20px;
18596
- padding: 4px 6px;
18597
- pointer-events: auto;
18582
+ }.v-bottom-navigation {
18583
+ display: flex;
18584
+ max-width: 100%;
18585
+ overflow: hidden;
18598
18586
  position: absolute;
18599
- text-align: center;
18600
- text-indent: 0;
18601
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18602
- white-space: nowrap;
18603
- }
18604
- .v-badge__badge {
18605
- background: rgb(var(--v-theme-surface-variant));
18606
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18587
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18607
18588
  }
18608
- .v-badge--bordered .v-badge__badge::after {
18609
- border-radius: inherit;
18589
+ .v-bottom-navigation {
18590
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18610
18591
  border-style: solid;
18611
- border-width: 2px;
18612
- bottom: 0;
18613
- color: rgb(var(--v-theme-background));
18614
- content: "";
18615
- left: 0;
18616
- position: absolute;
18617
- right: 0;
18618
- top: 0;
18619
- transform: scale(1.05);
18592
+ border-width: 0;
18620
18593
  }
18621
- .v-badge--dot .v-badge__badge {
18622
- border-radius: 4.5px;
18623
- height: 9px;
18624
- min-width: 0;
18625
- padding: 0;
18626
- width: 9px;
18627
- }
18628
- .v-badge--dot .v-badge__badge::after {
18629
- border-width: 1.5px;
18630
- }
18631
- .v-badge--inline .v-badge__badge {
18632
- position: relative;
18633
- vertical-align: middle;
18634
- }
18635
- .v-badge__badge .v-icon {
18636
- color: inherit;
18637
- font-size: 0.75rem;
18638
- margin: 0 -2px;
18639
- }
18640
- .v-badge__badge img,
18641
- .v-badge__badge .v-img {
18642
- height: 100%;
18643
- width: 100%;
18644
- }
18645
-
18646
- .v-badge__wrapper {
18647
- display: flex;
18648
- position: relative;
18649
- }
18650
- .v-badge--inline .v-badge__wrapper {
18651
- align-items: center;
18652
- display: inline-flex;
18653
- justify-content: center;
18654
- margin: 0 4px;
18655
- }.v-bottom-navigation {
18656
- display: flex;
18657
- max-width: 100%;
18658
- overflow: hidden;
18659
- position: absolute;
18660
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18661
- }
18662
- .v-bottom-navigation {
18663
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18664
- border-style: solid;
18665
- border-width: 0;
18666
- }
18667
- .v-bottom-navigation--border {
18668
- border-width: thin;
18669
- box-shadow: none;
18594
+ .v-bottom-navigation--border {
18595
+ border-width: thin;
18596
+ box-shadow: none;
18670
18597
  }
18671
18598
  .v-bottom-navigation {
18672
18599
  border-radius: 0;
@@ -19615,11 +19542,6 @@ html.overflow-y-hidden {
19615
19542
  pointer-events: none;
19616
19543
  opacity: 0;
19617
19544
  transition: opacity 0.2s ease-in-out;
19618
- }.v-checkbox.v-input {
19619
- flex: 0 1 auto;
19620
- }
19621
- .v-checkbox .v-selection-control {
19622
- min-height: var(--v-input-control-height);
19623
19545
  }.v-carousel {
19624
19546
  overflow: hidden;
19625
19547
  position: relative;
@@ -19685,6 +19607,79 @@ html.overflow-y-hidden {
19685
19607
  flex-direction: column;
19686
19608
  height: 100% !important;
19687
19609
  width: 50px;
19610
+ }.v-badge {
19611
+ display: inline-block;
19612
+ line-height: 1;
19613
+ }
19614
+
19615
+ .v-badge__badge {
19616
+ align-items: center;
19617
+ display: inline-flex;
19618
+ border-radius: 10px;
19619
+ font-size: 0.75rem;
19620
+ font-weight: 500;
19621
+ height: 1.25rem;
19622
+ justify-content: center;
19623
+ min-width: 20px;
19624
+ padding: 4px 6px;
19625
+ pointer-events: auto;
19626
+ position: absolute;
19627
+ text-align: center;
19628
+ text-indent: 0;
19629
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
19630
+ white-space: nowrap;
19631
+ }
19632
+ .v-badge__badge {
19633
+ background: rgb(var(--v-theme-surface-variant));
19634
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
19635
+ }
19636
+ .v-badge--bordered .v-badge__badge::after {
19637
+ border-radius: inherit;
19638
+ border-style: solid;
19639
+ border-width: 2px;
19640
+ bottom: 0;
19641
+ color: rgb(var(--v-theme-background));
19642
+ content: "";
19643
+ left: 0;
19644
+ position: absolute;
19645
+ right: 0;
19646
+ top: 0;
19647
+ transform: scale(1.05);
19648
+ }
19649
+ .v-badge--dot .v-badge__badge {
19650
+ border-radius: 4.5px;
19651
+ height: 9px;
19652
+ min-width: 0;
19653
+ padding: 0;
19654
+ width: 9px;
19655
+ }
19656
+ .v-badge--dot .v-badge__badge::after {
19657
+ border-width: 1.5px;
19658
+ }
19659
+ .v-badge--inline .v-badge__badge {
19660
+ position: relative;
19661
+ vertical-align: middle;
19662
+ }
19663
+ .v-badge__badge .v-icon {
19664
+ color: inherit;
19665
+ font-size: 0.75rem;
19666
+ margin: 0 -2px;
19667
+ }
19668
+ .v-badge__badge img,
19669
+ .v-badge__badge .v-img {
19670
+ height: 100%;
19671
+ width: 100%;
19672
+ }
19673
+
19674
+ .v-badge__wrapper {
19675
+ display: flex;
19676
+ position: relative;
19677
+ }
19678
+ .v-badge--inline .v-badge__wrapper {
19679
+ align-items: center;
19680
+ display: inline-flex;
19681
+ justify-content: center;
19682
+ margin: 0 4px;
19688
19683
  }.v-chip {
19689
19684
  align-items: center;
19690
19685
  display: inline-flex;
@@ -20103,28 +20098,6 @@ html.overflow-y-hidden {
20103
20098
 
20104
20099
  .v-chip--label {
20105
20100
  border-radius: 4px;
20106
- }.v-color-picker {
20107
- align-self: flex-start;
20108
- contain: content;
20109
- }
20110
- .v-color-picker.v-sheet {
20111
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20112
- }
20113
- .v-color-picker.v-sheet {
20114
- border-radius: 4px;
20115
- }
20116
-
20117
- .v-color-picker__controls {
20118
- display: flex;
20119
- flex-direction: column;
20120
- padding: 16px;
20121
- }
20122
-
20123
- .v-color-picker--flat {
20124
- 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));
20125
- }
20126
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20127
- 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));
20128
20101
  }.v-chip-group {
20129
20102
  display: flex;
20130
20103
  max-width: 100%;
@@ -20143,6 +20116,11 @@ html.overflow-y-hidden {
20143
20116
  white-space: normal;
20144
20117
  flex-wrap: wrap;
20145
20118
  max-width: 100%;
20119
+ }.v-checkbox.v-input {
20120
+ flex: 0 1 auto;
20121
+ }
20122
+ .v-checkbox .v-selection-control {
20123
+ min-height: var(--v-input-control-height);
20146
20124
  }.v-combobox .v-field .v-text-field__prefix,
20147
20125
  .v-combobox .v-field .v-text-field__suffix,
20148
20126
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -20228,6 +20206,28 @@ html.overflow-y-hidden {
20228
20206
  .v-combobox--active-menu .v-combobox__menu-icon {
20229
20207
  opacity: var(--v-high-emphasis-opacity);
20230
20208
  transform: rotate(180deg);
20209
+ }.v-color-picker {
20210
+ align-self: flex-start;
20211
+ contain: content;
20212
+ }
20213
+ .v-color-picker.v-sheet {
20214
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20215
+ }
20216
+ .v-color-picker.v-sheet {
20217
+ border-radius: 4px;
20218
+ }
20219
+
20220
+ .v-color-picker__controls {
20221
+ display: flex;
20222
+ flex-direction: column;
20223
+ padding: 16px;
20224
+ }
20225
+
20226
+ .v-color-picker--flat {
20227
+ 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));
20228
+ }
20229
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20230
+ 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));
20231
20231
  }.v-counter {
20232
20232
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20233
20233
  flex: 0 1 auto;
@@ -20451,61 +20451,6 @@ html.overflow-y-hidden {
20451
20451
  }
20452
20452
  .v-data-table-footer__page {
20453
20453
  padding: 0 8px;
20454
- }.v-date-picker-month {
20455
- display: flex;
20456
- justify-content: center;
20457
- padding: 0 12px 8px;
20458
- --v-date-picker-month-day-diff: 4px;
20459
- }
20460
-
20461
- .v-date-picker-month__weeks {
20462
- display: grid;
20463
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20464
- column-gap: 4px;
20465
- font-size: 0.85rem;
20466
- }
20467
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20468
- grid-row-gap: 0;
20469
- }
20470
-
20471
- .v-date-picker-month__weekday {
20472
- font-size: 0.85rem;
20473
- }
20474
-
20475
- .v-date-picker-month__days {
20476
- display: grid;
20477
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20478
- column-gap: 4px;
20479
- flex: 1 1;
20480
- justify-content: space-around;
20481
- }
20482
-
20483
- .v-date-picker-month__day {
20484
- align-items: center;
20485
- display: flex;
20486
- justify-content: center;
20487
- position: relative;
20488
- height: 40px;
20489
- width: 40px;
20490
- }
20491
- .v-date-picker-month__day--selected .v-btn {
20492
- background-color: rgb(var(--v-theme-surface-variant));
20493
- color: rgb(var(--v-theme-on-surface-variant));
20494
- }
20495
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20496
- --v-btn-height: 24px;
20497
- --v-btn-size: 0.85rem;
20498
- }
20499
- .v-date-picker-month__day--week {
20500
- font-size: var(--v-btn-size);
20501
- }
20502
-
20503
- .v-date-picker-month__day--adjacent {
20504
- opacity: 0.5;
20505
- }
20506
-
20507
- .v-date-picker-month__day--hide-adjacent {
20508
- opacity: 0;
20509
20454
  }.v-date-picker {
20510
20455
  overflow: hidden;
20511
20456
  width: 328px;
@@ -20628,25 +20573,147 @@ html.overflow-y-hidden {
20628
20573
  .date-picker-header-reverse-transition-leave-to {
20629
20574
  opacity: 0;
20630
20575
  transform: translate(0, 100%);
20631
- }.v-date-picker-months {
20632
- height: 288px;
20576
+ }.v-date-picker-month {
20577
+ display: flex;
20578
+ justify-content: center;
20579
+ padding: 0 12px 8px;
20580
+ --v-date-picker-month-day-diff: 4px;
20633
20581
  }
20634
20582
 
20635
- .v-date-picker-months__content {
20636
- align-items: center;
20583
+ .v-date-picker-month__weeks {
20584
+ display: grid;
20585
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20586
+ column-gap: 4px;
20587
+ font-size: 0.85rem;
20588
+ }
20589
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20590
+ grid-row-gap: 0;
20591
+ }
20592
+
20593
+ .v-date-picker-month__weekday {
20594
+ font-size: 0.85rem;
20595
+ }
20596
+
20597
+ .v-date-picker-month__days {
20637
20598
  display: grid;
20599
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20600
+ column-gap: 4px;
20638
20601
  flex: 1 1;
20639
- height: inherit;
20640
20602
  justify-content: space-around;
20641
- grid-template-columns: repeat(2, 1fr);
20642
- grid-gap: 0px 24px;
20643
- padding-inline-start: 36px;
20644
- padding-inline-end: 36px;
20645
20603
  }
20646
- .v-date-picker-months__content .v-btn {
20647
- text-transform: none;
20604
+
20605
+ .v-date-picker-month__day {
20606
+ align-items: center;
20607
+ display: flex;
20608
+ justify-content: center;
20609
+ position: relative;
20610
+ height: 40px;
20611
+ width: 40px;
20612
+ }
20613
+ .v-date-picker-month__day--selected .v-btn {
20614
+ background-color: rgb(var(--v-theme-surface-variant));
20615
+ color: rgb(var(--v-theme-on-surface-variant));
20616
+ }
20617
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20618
+ --v-btn-height: 24px;
20619
+ --v-btn-size: 0.85rem;
20620
+ }
20621
+ .v-date-picker-month__day--week {
20622
+ font-size: var(--v-btn-size);
20623
+ }
20624
+
20625
+ .v-date-picker-month__day--adjacent {
20626
+ opacity: 0.5;
20627
+ }
20628
+
20629
+ .v-date-picker-month__day--hide-adjacent {
20630
+ opacity: 0;
20631
+ }.v-date-picker-years {
20632
+ height: 288px;
20633
+ overflow-y: scroll;
20634
+ }
20635
+
20636
+ .v-date-picker-years__content {
20637
+ display: grid;
20638
+ flex: 1 1;
20639
+ justify-content: space-around;
20640
+ grid-template-columns: repeat(3, 1fr);
20641
+ gap: 8px 24px;
20642
+ padding-inline: 32px;
20643
+ }
20644
+ .v-date-picker-years__content .v-btn {
20645
+ padding-inline: 8px;
20646
+ }.v-date-picker-months {
20647
+ height: 288px;
20648
+ }
20649
+
20650
+ .v-date-picker-months__content {
20651
+ align-items: center;
20652
+ display: grid;
20653
+ flex: 1 1;
20654
+ height: inherit;
20655
+ justify-content: space-around;
20656
+ grid-template-columns: repeat(2, 1fr);
20657
+ grid-gap: 0px 24px;
20658
+ padding-inline-start: 36px;
20659
+ padding-inline-end: 36px;
20660
+ }
20661
+ .v-date-picker-months__content .v-btn {
20662
+ text-transform: none;
20648
20663
  padding-inline-start: 8px;
20649
20664
  padding-inline-end: 8px;
20665
+ }.v-divider {
20666
+ display: block;
20667
+ flex: 1 1 100%;
20668
+ height: 0px;
20669
+ max-height: 0px;
20670
+ opacity: var(--v-border-opacity);
20671
+ transition: inherit;
20672
+ }
20673
+ .v-divider {
20674
+ border-style: solid;
20675
+ border-width: thin 0 0 0;
20676
+ }
20677
+ .v-divider--vertical {
20678
+ align-self: stretch;
20679
+ border-width: 0 thin 0 0;
20680
+ display: inline-flex;
20681
+ height: auto;
20682
+ margin-left: -1px;
20683
+ max-height: 100%;
20684
+ max-width: 0px;
20685
+ vertical-align: text-bottom;
20686
+ width: 0px;
20687
+ }
20688
+ .v-divider--inset:not(.v-divider--vertical) {
20689
+ max-width: calc(100% - 72px);
20690
+ margin-inline-start: 72px;
20691
+ }
20692
+ .v-divider--inset.v-divider--vertical {
20693
+ margin-bottom: 8px;
20694
+ margin-top: 8px;
20695
+ max-height: calc(100% - 16px);
20696
+ }
20697
+
20698
+ .v-divider__content {
20699
+ padding: 0 16px;
20700
+ text-wrap: nowrap;
20701
+ }
20702
+ .v-divider__wrapper--vertical .v-divider__content {
20703
+ padding: 4px 0;
20704
+ }
20705
+
20706
+ .v-divider__wrapper {
20707
+ display: flex;
20708
+ align-items: center;
20709
+ justify-content: center;
20710
+ }
20711
+ .v-divider__wrapper--vertical {
20712
+ flex-direction: column;
20713
+ height: 100%;
20714
+ }
20715
+ .v-divider__wrapper--vertical .v-divider {
20716
+ margin: 0 auto;
20650
20717
  }.v-dialog {
20651
20718
  align-items: center;
20652
20719
  justify-content: center;
@@ -20747,73 +20814,6 @@ html.overflow-y-hidden {
20747
20814
  -webkit-backface-visibility: hidden;
20748
20815
  backface-visibility: hidden;
20749
20816
  overflow-y: auto;
20750
- }.v-date-picker-years {
20751
- height: 288px;
20752
- overflow-y: scroll;
20753
- }
20754
-
20755
- .v-date-picker-years__content {
20756
- display: grid;
20757
- flex: 1 1;
20758
- justify-content: space-around;
20759
- grid-template-columns: repeat(3, 1fr);
20760
- gap: 8px 24px;
20761
- padding-inline: 32px;
20762
- }
20763
- .v-date-picker-years__content .v-btn {
20764
- padding-inline: 8px;
20765
- }.v-divider {
20766
- display: block;
20767
- flex: 1 1 100%;
20768
- height: 0px;
20769
- max-height: 0px;
20770
- opacity: var(--v-border-opacity);
20771
- transition: inherit;
20772
- }
20773
- .v-divider {
20774
- border-style: solid;
20775
- border-width: thin 0 0 0;
20776
- }
20777
- .v-divider--vertical {
20778
- align-self: stretch;
20779
- border-width: 0 thin 0 0;
20780
- display: inline-flex;
20781
- height: auto;
20782
- margin-left: -1px;
20783
- max-height: 100%;
20784
- max-width: 0px;
20785
- vertical-align: text-bottom;
20786
- width: 0px;
20787
- }
20788
- .v-divider--inset:not(.v-divider--vertical) {
20789
- max-width: calc(100% - 72px);
20790
- margin-inline-start: 72px;
20791
- }
20792
- .v-divider--inset.v-divider--vertical {
20793
- margin-bottom: 8px;
20794
- margin-top: 8px;
20795
- max-height: calc(100% - 16px);
20796
- }
20797
-
20798
- .v-divider__content {
20799
- padding: 0 16px;
20800
- text-wrap: nowrap;
20801
- }
20802
- .v-divider__wrapper--vertical .v-divider__content {
20803
- padding: 4px 0;
20804
- }
20805
-
20806
- .v-divider__wrapper {
20807
- display: flex;
20808
- align-items: center;
20809
- justify-content: center;
20810
- }
20811
- .v-divider__wrapper--vertical {
20812
- flex-direction: column;
20813
- height: 100%;
20814
- }
20815
- .v-divider__wrapper--vertical .v-divider {
20816
- margin: 0 auto;
20817
20817
  }.v-empty-state {
20818
20818
  align-items: center;
20819
20819
  display: flex;
@@ -21097,6 +21097,75 @@ html.overflow-y-hidden {
21097
21097
  }
21098
21098
  .v-expansion-panels--tile > .v-expansion-panel {
21099
21099
  border-radius: 0;
21100
+ }.v-fab {
21101
+ align-items: center;
21102
+ display: inline-flex;
21103
+ flex: 1 1 auto;
21104
+ pointer-events: none;
21105
+ position: relative;
21106
+ transition-duration: 0.2s;
21107
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21108
+ vertical-align: middle;
21109
+ }
21110
+ .v-fab .v-btn {
21111
+ pointer-events: auto;
21112
+ }
21113
+ .v-fab .v-btn--variant-elevated {
21114
+ box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21115
+ }
21116
+ .v-fab--app, .v-fab--absolute {
21117
+ display: flex;
21118
+ }
21119
+ .v-fab--start, .v-fab--left {
21120
+ justify-content: flex-start;
21121
+ }
21122
+ .v-fab--center {
21123
+ align-items: center;
21124
+ justify-content: center;
21125
+ }
21126
+ .v-fab--end, .v-fab--right {
21127
+ justify-content: flex-end;
21128
+ }
21129
+ .v-fab--bottom {
21130
+ align-items: flex-end;
21131
+ }
21132
+ .v-fab--top {
21133
+ align-items: flex-start;
21134
+ }
21135
+ .v-fab--extended .v-btn {
21136
+ border-radius: 9999px !important;
21137
+ }
21138
+
21139
+ .v-fab__container {
21140
+ align-self: center;
21141
+ display: inline-flex;
21142
+ position: absolute;
21143
+ vertical-align: middle;
21144
+ }
21145
+ .v-fab--app .v-fab__container {
21146
+ margin: 12px;
21147
+ }
21148
+ .v-fab--absolute .v-fab__container {
21149
+ position: absolute;
21150
+ z-index: 4;
21151
+ }
21152
+ .v-fab--offset.v-fab--top .v-fab__container {
21153
+ transform: translateY(-50%);
21154
+ }
21155
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21156
+ transform: translateY(50%);
21157
+ }
21158
+ .v-fab--top .v-fab__container {
21159
+ top: 0;
21160
+ }
21161
+ .v-fab--bottom .v-fab__container {
21162
+ bottom: 0;
21163
+ }
21164
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21165
+ left: 0;
21166
+ }
21167
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21168
+ right: 0;
21100
21169
  }/* region INPUT */
21101
21170
  .v-field {
21102
21171
  display: grid;
@@ -21680,76 +21749,7 @@ textarea.v-field__input::placeholder {
21680
21749
  opacity: 0;
21681
21750
  }
21682
21751
 
21683
- /* endregion */.v-fab {
21684
- align-items: center;
21685
- display: inline-flex;
21686
- flex: 1 1 auto;
21687
- pointer-events: none;
21688
- position: relative;
21689
- transition-duration: 0.2s;
21690
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21691
- vertical-align: middle;
21692
- }
21693
- .v-fab .v-btn {
21694
- pointer-events: auto;
21695
- }
21696
- .v-fab .v-btn--variant-elevated {
21697
- box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21698
- }
21699
- .v-fab--app, .v-fab--absolute {
21700
- display: flex;
21701
- }
21702
- .v-fab--start, .v-fab--left {
21703
- justify-content: flex-start;
21704
- }
21705
- .v-fab--center {
21706
- align-items: center;
21707
- justify-content: center;
21708
- }
21709
- .v-fab--end, .v-fab--right {
21710
- justify-content: flex-end;
21711
- }
21712
- .v-fab--bottom {
21713
- align-items: flex-end;
21714
- }
21715
- .v-fab--top {
21716
- align-items: flex-start;
21717
- }
21718
- .v-fab--extended .v-btn {
21719
- border-radius: 9999px !important;
21720
- }
21721
-
21722
- .v-fab__container {
21723
- align-self: center;
21724
- display: inline-flex;
21725
- position: absolute;
21726
- vertical-align: middle;
21727
- }
21728
- .v-fab--app .v-fab__container {
21729
- margin: 12px;
21730
- }
21731
- .v-fab--absolute .v-fab__container {
21732
- position: absolute;
21733
- z-index: 4;
21734
- }
21735
- .v-fab--offset.v-fab--top .v-fab__container {
21736
- transform: translateY(-50%);
21737
- }
21738
- .v-fab--offset.v-fab--bottom .v-fab__container {
21739
- transform: translateY(50%);
21740
- }
21741
- .v-fab--top .v-fab__container {
21742
- top: 0;
21743
- }
21744
- .v-fab--bottom .v-fab__container {
21745
- bottom: 0;
21746
- }
21747
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21748
- left: 0;
21749
- }
21750
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21751
- right: 0;
21752
- }.v-file-input--hide.v-input .v-field,
21752
+ /* endregion */.v-file-input--hide.v-input .v-field,
21753
21753
  .v-file-input--hide.v-input .v-input__control,
21754
21754
  .v-file-input--hide.v-input .v-input__details {
21755
21755
  display: none;
@@ -21778,6 +21778,42 @@ textarea.v-field__input::placeholder {
21778
21778
  }
21779
21779
  .v-input--plain-underlined.v-file-input .v-input__details {
21780
21780
  padding-inline: 0;
21781
+ }.v-footer {
21782
+ align-items: center;
21783
+ display: flex;
21784
+ flex: 1 1 auto;
21785
+ padding: 8px 16px;
21786
+ position: relative;
21787
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21788
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
21789
+ }
21790
+ .v-footer {
21791
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21792
+ border-style: solid;
21793
+ border-width: 0;
21794
+ }
21795
+ .v-footer--border {
21796
+ border-width: thin;
21797
+ box-shadow: none;
21798
+ }
21799
+ .v-footer {
21800
+ 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));
21801
+ }
21802
+ .v-footer--absolute {
21803
+ position: absolute;
21804
+ }
21805
+ .v-footer--fixed {
21806
+ position: fixed;
21807
+ }
21808
+ .v-footer {
21809
+ border-radius: 0;
21810
+ }
21811
+ .v-footer {
21812
+ background: rgb(var(--v-theme-surface));
21813
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21814
+ }
21815
+ .v-footer--rounded {
21816
+ border-radius: 4px;
21781
21817
  }.v-container {
21782
21818
  width: 100%;
21783
21819
  padding: 16px;
@@ -22450,42 +22486,57 @@ textarea.v-field__input::placeholder {
22450
22486
  .offset-xxl-11 {
22451
22487
  margin-inline-start: 91.6666666667%;
22452
22488
  }
22453
- }.v-footer {
22454
- align-items: center;
22455
- display: flex;
22456
- flex: 1 1 auto;
22457
- padding: 8px 16px;
22458
- position: relative;
22459
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22460
- transition-property: height, width, transform, max-width, left, right, top, bottom;
22489
+ }.v-img {
22490
+ --v-theme-overlay-multiplier: 3;
22491
+ z-index: 0;
22461
22492
  }
22462
- .v-footer {
22463
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22464
- border-style: solid;
22465
- border-width: 0;
22493
+ .v-img.v-img--absolute {
22494
+ height: 100%;
22495
+ left: 0;
22496
+ overflow: hidden;
22497
+ position: absolute;
22498
+ top: 0;
22499
+ width: 100%;
22500
+ z-index: -1;
22466
22501
  }
22467
- .v-footer--border {
22468
- border-width: thin;
22469
- box-shadow: none;
22502
+ .v-img--booting .v-responsive__sizer {
22503
+ transition: none;
22470
22504
  }
22471
- .v-footer {
22472
- 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));
22505
+ .v-img--rounded {
22506
+ border-radius: 4px;
22473
22507
  }
22474
- .v-footer--absolute {
22508
+
22509
+ .v-img__img,
22510
+ .v-img__picture,
22511
+ .v-img__gradient,
22512
+ .v-img__placeholder,
22513
+ .v-img__error {
22514
+ z-index: -1;
22515
+ }
22516
+ .v-img__img,
22517
+ .v-img__picture,
22518
+ .v-img__gradient,
22519
+ .v-img__placeholder,
22520
+ .v-img__error {
22475
22521
  position: absolute;
22522
+ top: 0;
22523
+ left: 0;
22524
+ width: 100%;
22525
+ height: 100%;
22476
22526
  }
22477
- .v-footer--fixed {
22478
- position: fixed;
22527
+
22528
+ .v-img__img--preload {
22529
+ filter: blur(4px);
22479
22530
  }
22480
- .v-footer {
22481
- border-radius: 0;
22531
+ .v-img__img--contain {
22532
+ object-fit: contain;
22482
22533
  }
22483
- .v-footer {
22484
- background: rgb(var(--v-theme-surface));
22485
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22534
+ .v-img__img--cover {
22535
+ object-fit: cover;
22486
22536
  }
22487
- .v-footer--rounded {
22488
- border-radius: 4px;
22537
+
22538
+ .v-img__gradient {
22539
+ background-repeat: no-repeat;
22489
22540
  }.v-icon {
22490
22541
  --v-icon-size-multiplier: 1;
22491
22542
  align-items: center;
@@ -22539,57 +22590,6 @@ textarea.v-field__input::placeholder {
22539
22590
 
22540
22591
  .v-icon--end {
22541
22592
  margin-inline-start: 8px;
22542
- }.v-img {
22543
- --v-theme-overlay-multiplier: 3;
22544
- z-index: 0;
22545
- }
22546
- .v-img.v-img--absolute {
22547
- height: 100%;
22548
- left: 0;
22549
- overflow: hidden;
22550
- position: absolute;
22551
- top: 0;
22552
- width: 100%;
22553
- z-index: -1;
22554
- }
22555
- .v-img--booting .v-responsive__sizer {
22556
- transition: none;
22557
- }
22558
- .v-img--rounded {
22559
- border-radius: 4px;
22560
- }
22561
-
22562
- .v-img__img,
22563
- .v-img__picture,
22564
- .v-img__gradient,
22565
- .v-img__placeholder,
22566
- .v-img__error {
22567
- z-index: -1;
22568
- }
22569
- .v-img__img,
22570
- .v-img__picture,
22571
- .v-img__gradient,
22572
- .v-img__placeholder,
22573
- .v-img__error {
22574
- position: absolute;
22575
- top: 0;
22576
- left: 0;
22577
- width: 100%;
22578
- height: 100%;
22579
- }
22580
-
22581
- .v-img__img--preload {
22582
- filter: blur(4px);
22583
- }
22584
- .v-img__img--contain {
22585
- object-fit: contain;
22586
- }
22587
- .v-img__img--cover {
22588
- object-fit: cover;
22589
- }
22590
-
22591
- .v-img__gradient {
22592
- background-repeat: no-repeat;
22593
22593
  }.v-infinite-scroll--horizontal {
22594
22594
  display: flex;
22595
22595
  flex-direction: row;
@@ -22627,6 +22627,11 @@ textarea.v-field__input::placeholder {
22627
22627
  display: flex;
22628
22628
  justify-content: center;
22629
22629
  padding: 8px;
22630
+ }.v-item-group {
22631
+ flex: 0 1 auto;
22632
+ max-width: 100%;
22633
+ position: relative;
22634
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22630
22635
  }.v-input {
22631
22636
  display: grid;
22632
22637
  flex: 1 1 auto;
@@ -22769,11 +22774,6 @@ textarea.v-field__input::placeholder {
22769
22774
 
22770
22775
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22771
22776
  padding-top: calc(var(--v-input-padding-top) + 0px);
22772
- }.v-item-group {
22773
- flex: 0 1 auto;
22774
- max-width: 100%;
22775
- position: relative;
22776
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22777
22777
  }.v-label {
22778
22778
  align-items: center;
22779
22779
  color: inherit;
@@ -23379,8 +23379,6 @@ textarea.v-field__input::placeholder {
23379
23379
  }
23380
23380
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23381
23381
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23382
- }.v-locale-provider {
23383
- display: contents;
23384
23382
  }.v-main {
23385
23383
  flex: 1 0 auto;
23386
23384
  max-width: 100%;
@@ -23411,6 +23409,8 @@ textarea.v-field__input::placeholder {
23411
23409
  --v-layout-right: 0px;
23412
23410
  --v-layout-top: 0px;
23413
23411
  --v-layout-bottom: 0px;
23412
+ }.v-locale-provider {
23413
+ display: contents;
23414
23414
  }.v-menu > .v-overlay__content {
23415
23415
  display: flex;
23416
23416
  flex-direction: column;
@@ -23430,6 +23430,22 @@ textarea.v-field__input::placeholder {
23430
23430
  .v-menu > .v-overlay__content > .v-sheet,
23431
23431
  .v-menu > .v-overlay__content > .v-list {
23432
23432
  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));
23433
+ }.v-messages {
23434
+ flex: 1 1 auto;
23435
+ font-size: 12px;
23436
+ min-height: 14px;
23437
+ min-width: 1px;
23438
+ opacity: var(--v-medium-emphasis-opacity);
23439
+ position: relative;
23440
+ }
23441
+ .v-messages__message {
23442
+ line-height: 12px;
23443
+ word-break: break-word;
23444
+ overflow-wrap: break-word;
23445
+ word-wrap: break-word;
23446
+ -webkit-hyphens: auto;
23447
+ hyphens: auto;
23448
+ transition-duration: 150ms;
23433
23449
  }.v-navigation-drawer {
23434
23450
  -webkit-overflow-scrolling: touch;
23435
23451
  background: rgb(var(--v-theme-surface));
@@ -23538,22 +23554,6 @@ textarea.v-field__input::placeholder {
23538
23554
  .v-navigation-drawer__append {
23539
23555
  flex: none;
23540
23556
  overflow: hidden;
23541
- }.v-messages {
23542
- flex: 1 1 auto;
23543
- font-size: 12px;
23544
- min-height: 14px;
23545
- min-width: 1px;
23546
- opacity: var(--v-medium-emphasis-opacity);
23547
- position: relative;
23548
- }
23549
- .v-messages__message {
23550
- line-height: 12px;
23551
- word-break: break-word;
23552
- overflow-wrap: break-word;
23553
- word-wrap: break-word;
23554
- -webkit-hyphens: auto;
23555
- hyphens: auto;
23556
- transition-duration: 150ms;
23557
23557
  }.v-overlay-container {
23558
23558
  contain: layout;
23559
23559
  left: 0;
@@ -23617,64 +23617,6 @@ html.v-overlay-scroll-blocked {
23617
23617
 
23618
23618
  .v-overlay--scroll-blocked {
23619
23619
  padding-inline-end: var(--v-scrollbar-offset);
23620
- }.v-otp-input {
23621
- align-items: center;
23622
- display: flex;
23623
- justify-content: center;
23624
- padding: 0.5rem 0;
23625
- position: relative;
23626
- }
23627
- .v-otp-input {
23628
- border-radius: 4px;
23629
- }
23630
- .v-otp-input .v-field {
23631
- height: 100%;
23632
- }
23633
-
23634
- .v-otp-input__divider {
23635
- margin: 0 8px;
23636
- }
23637
-
23638
- .v-otp-input__content {
23639
- align-items: center;
23640
- display: flex;
23641
- gap: 0.5rem;
23642
- height: 64px;
23643
- padding: 0.5rem;
23644
- justify-content: center;
23645
- max-width: 320px;
23646
- position: relative;
23647
- border-radius: inherit;
23648
- }
23649
- .v-otp-input--divided .v-otp-input__content {
23650
- max-width: 360px;
23651
- }
23652
-
23653
- .v-otp-input__field {
23654
- color: inherit;
23655
- font-size: 1.25rem;
23656
- height: 100%;
23657
- outline: none;
23658
- text-align: center;
23659
- width: 100%;
23660
- }
23661
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23662
- -webkit-appearance: none;
23663
- margin: 0;
23664
- }
23665
- .v-otp-input__field[type=number] {
23666
- -moz-appearance: textfield;
23667
- }
23668
-
23669
- .v-otp-input__loader {
23670
- align-items: center;
23671
- display: flex;
23672
- height: 100%;
23673
- justify-content: center;
23674
- width: 100%;
23675
- }
23676
- .v-otp-input__loader .v-progress-linear {
23677
- position: absolute;
23678
23620
  }.v-pagination__list {
23679
23621
  display: inline-flex;
23680
23622
  list-style-type: none;
@@ -23683,6 +23625,12 @@ html.v-overlay-scroll-blocked {
23683
23625
  }
23684
23626
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23685
23627
  margin: 0.3rem;
23628
+ }.v-parallax {
23629
+ position: relative;
23630
+ overflow: hidden;
23631
+ }
23632
+ .v-parallax--active > .v-img__img {
23633
+ will-change: transform;
23686
23634
  }.v-progress-circular {
23687
23635
  align-items: center;
23688
23636
  display: inline-flex;
@@ -23785,12 +23733,6 @@ html.v-overlay-scroll-blocked {
23785
23733
  100% {
23786
23734
  transform: rotate(270deg);
23787
23735
  }
23788
- }.v-parallax {
23789
- position: relative;
23790
- overflow: hidden;
23791
- }
23792
- .v-parallax--active > .v-img__img {
23793
- will-change: transform;
23794
23736
  }.v-progress-linear {
23795
23737
  background: transparent;
23796
23738
  overflow: hidden;
@@ -24019,71 +23961,6 @@ html.v-overlay-scroll-blocked {
24019
23961
  0% {
24020
23962
  background-position-x: var(--v-progress-linear-height);
24021
23963
  }
24022
- }.v-rating {
24023
- max-width: 100%;
24024
- display: inline-flex;
24025
- white-space: nowrap;
24026
- }
24027
- .v-rating--readonly {
24028
- pointer-events: none;
24029
- }
24030
-
24031
- .v-rating__wrapper {
24032
- align-items: center;
24033
- display: inline-flex;
24034
- flex-direction: column;
24035
- }
24036
- .v-rating__wrapper--bottom {
24037
- flex-direction: column-reverse;
24038
- }
24039
-
24040
- .v-rating__item {
24041
- display: inline-flex;
24042
- position: relative;
24043
- }
24044
- .v-rating__item label {
24045
- cursor: pointer;
24046
- }
24047
- .v-rating__item .v-btn--variant-plain {
24048
- opacity: 1;
24049
- }
24050
- .v-rating__item .v-btn {
24051
- transition-property: transform;
24052
- }
24053
- .v-rating__item .v-btn .v-icon {
24054
- transition: inherit;
24055
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24056
- }
24057
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24058
- transform: scale(1.25);
24059
- }
24060
- .v-rating__item--half {
24061
- overflow: hidden;
24062
- position: absolute;
24063
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24064
- z-index: 1;
24065
- }
24066
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24067
- opacity: 0;
24068
- }
24069
-
24070
- .v-rating__hidden {
24071
- height: 0;
24072
- opacity: 0;
24073
- position: absolute;
24074
- width: 0;
24075
- }.v-radio-group > .v-input__control {
24076
- flex-direction: column;
24077
- }
24078
- .v-radio-group > .v-input__control > .v-label {
24079
- margin-inline-start: 16px;
24080
- }
24081
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24082
- padding-inline-start: 6px;
24083
- margin-top: 8px;
24084
- }
24085
- .v-radio-group .v-input__details {
24086
- padding-inline: 16px;
24087
23964
  }.v-slider .v-slider__container input {
24088
23965
  cursor: default;
24089
23966
  padding: 0;
@@ -24141,6 +24018,71 @@ html.v-overlay-scroll-blocked {
24141
24018
 
24142
24019
  .v-slider__label {
24143
24020
  margin-inline-end: 12px;
24021
+ }.v-radio-group > .v-input__control {
24022
+ flex-direction: column;
24023
+ }
24024
+ .v-radio-group > .v-input__control > .v-label {
24025
+ margin-inline-start: 16px;
24026
+ }
24027
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24028
+ padding-inline-start: 6px;
24029
+ margin-top: 8px;
24030
+ }
24031
+ .v-radio-group .v-input__details {
24032
+ padding-inline: 16px;
24033
+ }.v-rating {
24034
+ max-width: 100%;
24035
+ display: inline-flex;
24036
+ white-space: nowrap;
24037
+ }
24038
+ .v-rating--readonly {
24039
+ pointer-events: none;
24040
+ }
24041
+
24042
+ .v-rating__wrapper {
24043
+ align-items: center;
24044
+ display: inline-flex;
24045
+ flex-direction: column;
24046
+ }
24047
+ .v-rating__wrapper--bottom {
24048
+ flex-direction: column-reverse;
24049
+ }
24050
+
24051
+ .v-rating__item {
24052
+ display: inline-flex;
24053
+ position: relative;
24054
+ }
24055
+ .v-rating__item label {
24056
+ cursor: pointer;
24057
+ }
24058
+ .v-rating__item .v-btn--variant-plain {
24059
+ opacity: 1;
24060
+ }
24061
+ .v-rating__item .v-btn {
24062
+ transition-property: transform;
24063
+ }
24064
+ .v-rating__item .v-btn .v-icon {
24065
+ transition: inherit;
24066
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24067
+ }
24068
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24069
+ transform: scale(1.25);
24070
+ }
24071
+ .v-rating__item--half {
24072
+ overflow: hidden;
24073
+ position: absolute;
24074
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24075
+ z-index: 1;
24076
+ }
24077
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24078
+ opacity: 0;
24079
+ }
24080
+
24081
+ .v-rating__hidden {
24082
+ height: 0;
24083
+ opacity: 0;
24084
+ position: absolute;
24085
+ width: 0;
24144
24086
  }.v-responsive {
24145
24087
  display: flex;
24146
24088
  flex: 1 0 auto;
@@ -24167,161 +24109,116 @@ html.v-overlay-scroll-blocked {
24167
24109
  flex: 1 0 0px;
24168
24110
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24169
24111
  pointer-events: none;
24170
- }.v-select .v-field .v-text-field__prefix,
24171
- .v-select .v-field .v-text-field__suffix,
24172
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24173
- cursor: pointer;
24174
- }
24175
- .v-select .v-field .v-field__input > input {
24176
- align-self: flex-start;
24177
- opacity: 1;
24178
- flex: 0 0;
24179
- position: absolute;
24180
- width: 100%;
24181
- transition: none;
24182
- pointer-events: none;
24183
- caret-color: transparent;
24112
+ }.v-otp-input {
24113
+ align-items: center;
24114
+ display: flex;
24115
+ justify-content: center;
24116
+ padding: 0.5rem 0;
24117
+ position: relative;
24184
24118
  }
24185
- .v-select .v-field--dirty .v-select__selection {
24186
- margin-inline-end: 2px;
24119
+ .v-otp-input {
24120
+ border-radius: 4px;
24187
24121
  }
24188
- .v-select .v-select__selection-text {
24189
- overflow: hidden;
24190
- text-overflow: ellipsis;
24191
- white-space: nowrap;
24122
+ .v-otp-input .v-field {
24123
+ height: 100%;
24192
24124
  }
24193
- .v-select__content {
24194
- overflow: hidden;
24125
+
24126
+ .v-otp-input__divider {
24127
+ margin: 0 8px;
24195
24128
  }
24196
- .v-select__content {
24197
- 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));
24129
+
24130
+ .v-otp-input__content {
24131
+ align-items: center;
24132
+ display: flex;
24133
+ gap: 0.5rem;
24134
+ height: 64px;
24135
+ padding: 0.5rem;
24136
+ justify-content: center;
24137
+ max-width: 320px;
24138
+ position: relative;
24139
+ border-radius: inherit;
24198
24140
  }
24199
- .v-select__content {
24200
- border-radius: 4px;
24141
+ .v-otp-input--divided .v-otp-input__content {
24142
+ max-width: 360px;
24201
24143
  }
24202
- .v-select__selection {
24203
- display: inline-flex;
24204
- align-items: center;
24205
- letter-spacing: inherit;
24206
- line-height: inherit;
24207
- max-width: 100%;
24208
- }
24209
- .v-select .v-select__selection:first-child {
24210
- margin-inline-start: 0;
24144
+
24145
+ .v-otp-input__field {
24146
+ color: inherit;
24147
+ font-size: 1.25rem;
24148
+ height: 100%;
24149
+ outline: none;
24150
+ text-align: center;
24151
+ width: 100%;
24211
24152
  }
24212
- .v-select--selected .v-field .v-field__input > input {
24213
- opacity: 0;
24153
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
24154
+ -webkit-appearance: none;
24155
+ margin: 0;
24214
24156
  }
24215
- .v-select__menu-icon {
24216
- margin-inline-start: 4px;
24217
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24157
+ .v-otp-input__field[type=number] {
24158
+ -moz-appearance: textfield;
24218
24159
  }
24219
- .v-select--active-menu .v-select__menu-icon {
24220
- opacity: var(--v-high-emphasis-opacity);
24221
- transform: rotate(180deg);
24222
- }.v-selection-control {
24160
+
24161
+ .v-otp-input__loader {
24223
24162
  align-items: center;
24224
- contain: layout;
24225
24163
  display: flex;
24226
- flex: 1 0;
24227
- grid-area: control;
24228
- position: relative;
24229
- -webkit-user-select: none;
24230
- user-select: none;
24231
- }
24232
- .v-selection-control .v-label {
24233
- white-space: normal;
24234
- word-break: break-word;
24235
24164
  height: 100%;
24165
+ justify-content: center;
24166
+ width: 100%;
24236
24167
  }
24237
- .v-selection-control--disabled {
24238
- opacity: var(--v-disabled-opacity);
24239
- pointer-events: none;
24168
+ .v-otp-input__loader .v-progress-linear {
24169
+ position: absolute;
24170
+ }.v-select .v-field .v-text-field__prefix,
24171
+ .v-select .v-field .v-text-field__suffix,
24172
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24173
+ cursor: pointer;
24240
24174
  }
24241
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
24175
+ .v-select .v-field .v-field__input > input {
24176
+ align-self: flex-start;
24242
24177
  opacity: 1;
24178
+ flex: 0 0;
24179
+ position: absolute;
24180
+ width: 100%;
24181
+ transition: none;
24182
+ pointer-events: none;
24183
+ caret-color: transparent;
24243
24184
  }
24244
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
24245
- color: rgb(var(--v-theme-error));
24246
- }
24247
- .v-selection-control--inline {
24248
- display: inline-flex;
24249
- flex: 0 0 auto;
24250
- min-width: 0;
24251
- max-width: 100%;
24185
+ .v-select .v-field--dirty .v-select__selection {
24186
+ margin-inline-end: 2px;
24252
24187
  }
24253
- .v-selection-control--inline .v-label {
24254
- width: auto;
24188
+ .v-select .v-select__selection-text {
24189
+ overflow: hidden;
24190
+ text-overflow: ellipsis;
24191
+ white-space: nowrap;
24255
24192
  }
24256
- .v-selection-control--density-default {
24257
- --v-selection-control-size: 40px;
24193
+ .v-select__content {
24194
+ overflow: hidden;
24258
24195
  }
24259
-
24260
- .v-selection-control--density-comfortable {
24261
- --v-selection-control-size: 36px;
24196
+ .v-select__content {
24197
+ 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));
24262
24198
  }
24263
-
24264
- .v-selection-control--density-compact {
24265
- --v-selection-control-size: 28px;
24199
+ .v-select__content {
24200
+ border-radius: 4px;
24266
24201
  }
24267
-
24268
- .v-selection-control__wrapper {
24269
- width: var(--v-selection-control-size);
24270
- height: var(--v-selection-control-size);
24202
+ .v-select__selection {
24271
24203
  display: inline-flex;
24272
24204
  align-items: center;
24273
- position: relative;
24274
- justify-content: center;
24275
- flex: none;
24276
- }
24277
-
24278
- .v-selection-control__input {
24279
- width: var(--v-selection-control-size);
24280
- height: var(--v-selection-control-size);
24281
- align-items: center;
24282
- display: flex;
24283
- flex: none;
24284
- justify-content: center;
24285
- position: relative;
24286
- border-radius: 50%;
24205
+ letter-spacing: inherit;
24206
+ line-height: inherit;
24207
+ max-width: 100%;
24287
24208
  }
24288
- .v-selection-control__input input {
24289
- cursor: pointer;
24290
- position: absolute;
24291
- left: 0;
24292
- top: 0;
24293
- width: 100%;
24294
- height: 100%;
24295
- opacity: 0;
24209
+ .v-select .v-select__selection:first-child {
24210
+ margin-inline-start: 0;
24296
24211
  }
24297
- .v-selection-control__input::before {
24298
- border-radius: 100%;
24299
- background-color: currentColor;
24212
+ .v-select--selected .v-field .v-field__input > input {
24300
24213
  opacity: 0;
24301
- pointer-events: none;
24302
24214
  }
24303
- .v-selection-control__input::before {
24304
- content: "";
24305
- position: absolute;
24306
- top: 0;
24307
- left: 0;
24308
- width: 100%;
24309
- height: 100%;
24310
- }
24311
- .v-selection-control__input:hover::before {
24312
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24313
- }
24314
- .v-selection-control__input > .v-icon {
24315
- opacity: var(--v-medium-emphasis-opacity);
24316
- }
24317
- .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
24318
- opacity: 1;
24319
- }
24320
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
24321
- color: rgb(var(--v-theme-error));
24215
+ .v-select__menu-icon {
24216
+ margin-inline-start: 4px;
24217
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24322
24218
  }
24323
- .v-selection-control--focus-visible .v-selection-control__input::before {
24324
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24219
+ .v-select--active-menu .v-select__menu-icon {
24220
+ opacity: var(--v-high-emphasis-opacity);
24221
+ transform: rotate(180deg);
24325
24222
  }.v-selection-control-group {
24326
24223
  grid-area: control;
24327
24224
  display: flex;
@@ -24330,97 +24227,6 @@ html.v-overlay-scroll-blocked {
24330
24227
  .v-selection-control-group--inline {
24331
24228
  flex-direction: row;
24332
24229
  flex-wrap: wrap;
24333
- }.v-slide-group {
24334
- display: flex;
24335
- overflow: hidden;
24336
- }
24337
-
24338
- .v-slide-group__next,
24339
- .v-slide-group__prev {
24340
- align-items: center;
24341
- display: flex;
24342
- flex: 0 1 52px;
24343
- justify-content: center;
24344
- min-width: 52px;
24345
- cursor: pointer;
24346
- }
24347
- .v-slide-group__next--disabled,
24348
- .v-slide-group__prev--disabled {
24349
- pointer-events: none;
24350
- opacity: var(--v-disabled-opacity);
24351
- }
24352
-
24353
- .v-slide-group__content {
24354
- display: flex;
24355
- flex: 1 0 auto;
24356
- position: relative;
24357
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24358
- white-space: nowrap;
24359
- }
24360
- .v-slide-group__content > * {
24361
- white-space: initial;
24362
- }
24363
-
24364
- .v-slide-group__container {
24365
- contain: content;
24366
- display: flex;
24367
- flex: 1 1 auto;
24368
- overflow-x: auto;
24369
- overflow-y: hidden;
24370
- scrollbar-width: none;
24371
- scrollbar-color: rgba(0, 0, 0, 0);
24372
- }
24373
- .v-slide-group__container::-webkit-scrollbar {
24374
- display: none;
24375
- }
24376
-
24377
- .v-slide-group--vertical {
24378
- max-height: inherit;
24379
- }
24380
- .v-slide-group--vertical,
24381
- .v-slide-group--vertical .v-slide-group__container,
24382
- .v-slide-group--vertical .v-slide-group__content {
24383
- flex-direction: column;
24384
- }
24385
- .v-slide-group--vertical .v-slide-group__container {
24386
- overflow-x: hidden;
24387
- overflow-y: auto;
24388
- }.v-sheet {
24389
- display: block;
24390
- }
24391
- .v-sheet {
24392
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24393
- border-style: solid;
24394
- border-width: 0;
24395
- }
24396
- .v-sheet--border {
24397
- border-width: thin;
24398
- box-shadow: none;
24399
- }
24400
- .v-sheet {
24401
- 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));
24402
- }
24403
- .v-sheet--absolute {
24404
- position: absolute;
24405
- }
24406
- .v-sheet--fixed {
24407
- position: fixed;
24408
- }
24409
- .v-sheet--relative {
24410
- position: relative;
24411
- }
24412
- .v-sheet--sticky {
24413
- position: sticky;
24414
- }
24415
- .v-sheet {
24416
- border-radius: 0;
24417
- }
24418
- .v-sheet {
24419
- background: rgb(var(--v-theme-surface));
24420
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24421
- }
24422
- .v-sheet--rounded {
24423
- border-radius: 4px;
24424
24230
  }.v-skeleton-loader {
24425
24231
  align-items: center;
24426
24232
  background: rgb(var(--v-theme-surface));
@@ -24626,26 +24432,117 @@ html.v-overlay-scroll-blocked {
24626
24432
  margin-top: -8px;
24627
24433
  max-width: 50%;
24628
24434
  }
24629
- .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
24630
- max-width: 70%;
24435
+ .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
24436
+ max-width: 70%;
24437
+ }
24438
+ .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
24439
+ display: none;
24440
+ }
24441
+ .v-skeleton-loader--is-loading {
24442
+ overflow: hidden;
24443
+ }
24444
+ .v-skeleton-loader--tile {
24445
+ border-radius: 0;
24446
+ }
24447
+ .v-skeleton-loader--tile .v-skeleton-loader__bone {
24448
+ border-radius: 0;
24449
+ }
24450
+
24451
+ @keyframes loading {
24452
+ 100% {
24453
+ transform: translateX(100%);
24454
+ }
24455
+ }.v-sheet {
24456
+ display: block;
24457
+ }
24458
+ .v-sheet {
24459
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24460
+ border-style: solid;
24461
+ border-width: 0;
24462
+ }
24463
+ .v-sheet--border {
24464
+ border-width: thin;
24465
+ box-shadow: none;
24466
+ }
24467
+ .v-sheet {
24468
+ 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));
24469
+ }
24470
+ .v-sheet--absolute {
24471
+ position: absolute;
24472
+ }
24473
+ .v-sheet--fixed {
24474
+ position: fixed;
24475
+ }
24476
+ .v-sheet--relative {
24477
+ position: relative;
24478
+ }
24479
+ .v-sheet--sticky {
24480
+ position: sticky;
24481
+ }
24482
+ .v-sheet {
24483
+ border-radius: 0;
24484
+ }
24485
+ .v-sheet {
24486
+ background: rgb(var(--v-theme-surface));
24487
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24488
+ }
24489
+ .v-sheet--rounded {
24490
+ border-radius: 4px;
24491
+ }.v-slide-group {
24492
+ display: flex;
24493
+ overflow: hidden;
24494
+ }
24495
+
24496
+ .v-slide-group__next,
24497
+ .v-slide-group__prev {
24498
+ align-items: center;
24499
+ display: flex;
24500
+ flex: 0 1 52px;
24501
+ justify-content: center;
24502
+ min-width: 52px;
24503
+ cursor: pointer;
24504
+ }
24505
+ .v-slide-group__next--disabled,
24506
+ .v-slide-group__prev--disabled {
24507
+ pointer-events: none;
24508
+ opacity: var(--v-disabled-opacity);
24509
+ }
24510
+
24511
+ .v-slide-group__content {
24512
+ display: flex;
24513
+ flex: 1 0 auto;
24514
+ position: relative;
24515
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24516
+ white-space: nowrap;
24517
+ }
24518
+ .v-slide-group__content > * {
24519
+ white-space: initial;
24631
24520
  }
24632
- .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
24633
- display: none;
24521
+
24522
+ .v-slide-group__container {
24523
+ contain: content;
24524
+ display: flex;
24525
+ flex: 1 1 auto;
24526
+ overflow-x: auto;
24527
+ overflow-y: hidden;
24528
+ scrollbar-width: none;
24529
+ scrollbar-color: rgba(0, 0, 0, 0);
24634
24530
  }
24635
- .v-skeleton-loader--is-loading {
24636
- overflow: hidden;
24531
+ .v-slide-group__container::-webkit-scrollbar {
24532
+ display: none;
24637
24533
  }
24638
- .v-skeleton-loader--tile {
24639
- border-radius: 0;
24534
+
24535
+ .v-slide-group--vertical {
24536
+ max-height: inherit;
24640
24537
  }
24641
- .v-skeleton-loader--tile .v-skeleton-loader__bone {
24642
- border-radius: 0;
24538
+ .v-slide-group--vertical,
24539
+ .v-slide-group--vertical .v-slide-group__container,
24540
+ .v-slide-group--vertical .v-slide-group__content {
24541
+ flex-direction: column;
24643
24542
  }
24644
-
24645
- @keyframes loading {
24646
- 100% {
24647
- transform: translateX(100%);
24648
- }
24543
+ .v-slide-group--vertical .v-slide-group__container {
24544
+ overflow-x: hidden;
24545
+ overflow-y: auto;
24649
24546
  }.v-snackbar {
24650
24547
  justify-content: center;
24651
24548
  z-index: 10000;
@@ -26013,6 +25910,85 @@ html.v-overlay-scroll-blocked {
26013
25910
  .v-tooltip > .v-overlay__content[class*=leave-active] {
26014
25911
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26015
25912
  transition-duration: 75ms;
25913
+ }.v-virtual-scroll {
25914
+ display: block;
25915
+ flex: 1 1 auto;
25916
+ max-width: 100%;
25917
+ overflow: auto;
25918
+ position: relative;
25919
+ }
25920
+ .v-virtual-scroll__container {
25921
+ display: block;
25922
+ }.v-window {
25923
+ overflow: hidden;
25924
+ }
25925
+ .v-window__container {
25926
+ display: flex;
25927
+ flex-direction: column;
25928
+ height: inherit;
25929
+ position: relative;
25930
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25931
+ }
25932
+ .v-window__controls {
25933
+ position: absolute;
25934
+ left: 0;
25935
+ top: 0;
25936
+ width: 100%;
25937
+ height: 100%;
25938
+ display: flex;
25939
+ align-items: center;
25940
+ justify-content: space-between;
25941
+ padding: 0 16px;
25942
+ pointer-events: none;
25943
+ }
25944
+ .v-window__controls > * {
25945
+ pointer-events: auto;
25946
+ }
25947
+ .v-window--show-arrows-on-hover {
25948
+ overflow: hidden;
25949
+ }
25950
+ .v-window--show-arrows-on-hover .v-window__left {
25951
+ transform: translateX(-200%);
25952
+ }
25953
+ .v-window--show-arrows-on-hover .v-window__right {
25954
+ transform: translateX(200%);
25955
+ }
25956
+ .v-window--show-arrows-on-hover:hover .v-window__left,
25957
+ .v-window--show-arrows-on-hover:hover .v-window__right {
25958
+ transform: translateX(0);
25959
+ }
25960
+
25961
+ .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
25962
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25963
+ }
25964
+ .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
25965
+ position: absolute !important;
25966
+ top: 0;
25967
+ width: 100%;
25968
+ }
25969
+ .v-window-x-transition-enter-from {
25970
+ transform: translateX(100%);
25971
+ }
25972
+ .v-window-x-transition-leave-to {
25973
+ transform: translateX(-100%);
25974
+ }
25975
+ .v-window-x-reverse-transition-enter-from {
25976
+ transform: translateX(-100%);
25977
+ }
25978
+ .v-window-x-reverse-transition-leave-to {
25979
+ transform: translateX(100%);
25980
+ }
25981
+ .v-window-y-transition-enter-from {
25982
+ transform: translateY(100%);
25983
+ }
25984
+ .v-window-y-transition-leave-to {
25985
+ transform: translateY(-100%);
25986
+ }
25987
+ .v-window-y-reverse-transition-enter-from {
25988
+ transform: translateY(-100%);
25989
+ }
25990
+ .v-window-y-reverse-transition-leave-to {
25991
+ transform: translateY(100%);
26016
25992
  }.v-toolbar {
26017
25993
  align-items: flex-start;
26018
25994
  display: flex;
@@ -26156,85 +26132,109 @@ html.v-overlay-scroll-blocked {
26156
26132
  }
26157
26133
  .v-toolbar-items > .v-btn {
26158
26134
  border-radius: 0;
26159
- }.v-virtual-scroll {
26160
- display: block;
26161
- flex: 1 1 auto;
26162
- max-width: 100%;
26163
- overflow: auto;
26164
- position: relative;
26165
- }
26166
- .v-virtual-scroll__container {
26167
- display: block;
26168
- }.v-window {
26169
- overflow: hidden;
26170
- }
26171
- .v-window__container {
26135
+ }.v-selection-control {
26136
+ align-items: center;
26137
+ contain: layout;
26172
26138
  display: flex;
26173
- flex-direction: column;
26174
- height: inherit;
26139
+ flex: 1 0;
26140
+ grid-area: control;
26175
26141
  position: relative;
26176
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26142
+ -webkit-user-select: none;
26143
+ user-select: none;
26177
26144
  }
26178
- .v-window__controls {
26179
- position: absolute;
26180
- left: 0;
26181
- top: 0;
26182
- width: 100%;
26145
+ .v-selection-control .v-label {
26146
+ white-space: normal;
26147
+ word-break: break-word;
26183
26148
  height: 100%;
26184
- display: flex;
26185
- align-items: center;
26186
- justify-content: space-between;
26187
- padding: 0 16px;
26149
+ }
26150
+ .v-selection-control--disabled {
26151
+ opacity: var(--v-disabled-opacity);
26188
26152
  pointer-events: none;
26189
26153
  }
26190
- .v-window__controls > * {
26191
- pointer-events: auto;
26154
+ .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
26155
+ opacity: 1;
26192
26156
  }
26193
- .v-window--show-arrows-on-hover {
26194
- overflow: hidden;
26157
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
26158
+ color: rgb(var(--v-theme-error));
26195
26159
  }
26196
- .v-window--show-arrows-on-hover .v-window__left {
26197
- transform: translateX(-200%);
26160
+ .v-selection-control--inline {
26161
+ display: inline-flex;
26162
+ flex: 0 0 auto;
26163
+ min-width: 0;
26164
+ max-width: 100%;
26198
26165
  }
26199
- .v-window--show-arrows-on-hover .v-window__right {
26200
- transform: translateX(200%);
26166
+ .v-selection-control--inline .v-label {
26167
+ width: auto;
26201
26168
  }
26202
- .v-window--show-arrows-on-hover:hover .v-window__left,
26203
- .v-window--show-arrows-on-hover:hover .v-window__right {
26204
- transform: translateX(0);
26169
+ .v-selection-control--density-default {
26170
+ --v-selection-control-size: 40px;
26205
26171
  }
26206
26172
 
26207
- .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
26208
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26173
+ .v-selection-control--density-comfortable {
26174
+ --v-selection-control-size: 36px;
26209
26175
  }
26210
- .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
26211
- position: absolute !important;
26176
+
26177
+ .v-selection-control--density-compact {
26178
+ --v-selection-control-size: 28px;
26179
+ }
26180
+
26181
+ .v-selection-control__wrapper {
26182
+ width: var(--v-selection-control-size);
26183
+ height: var(--v-selection-control-size);
26184
+ display: inline-flex;
26185
+ align-items: center;
26186
+ position: relative;
26187
+ justify-content: center;
26188
+ flex: none;
26189
+ }
26190
+
26191
+ .v-selection-control__input {
26192
+ width: var(--v-selection-control-size);
26193
+ height: var(--v-selection-control-size);
26194
+ align-items: center;
26195
+ display: flex;
26196
+ flex: none;
26197
+ justify-content: center;
26198
+ position: relative;
26199
+ border-radius: 50%;
26200
+ }
26201
+ .v-selection-control__input input {
26202
+ cursor: pointer;
26203
+ position: absolute;
26204
+ left: 0;
26212
26205
  top: 0;
26213
26206
  width: 100%;
26207
+ height: 100%;
26208
+ opacity: 0;
26214
26209
  }
26215
- .v-window-x-transition-enter-from {
26216
- transform: translateX(100%);
26217
- }
26218
- .v-window-x-transition-leave-to {
26219
- transform: translateX(-100%);
26210
+ .v-selection-control__input::before {
26211
+ border-radius: 100%;
26212
+ background-color: currentColor;
26213
+ opacity: 0;
26214
+ pointer-events: none;
26220
26215
  }
26221
- .v-window-x-reverse-transition-enter-from {
26222
- transform: translateX(-100%);
26216
+ .v-selection-control__input::before {
26217
+ content: "";
26218
+ position: absolute;
26219
+ top: 0;
26220
+ left: 0;
26221
+ width: 100%;
26222
+ height: 100%;
26223
26223
  }
26224
- .v-window-x-reverse-transition-leave-to {
26225
- transform: translateX(100%);
26224
+ .v-selection-control__input:hover::before {
26225
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
26226
26226
  }
26227
- .v-window-y-transition-enter-from {
26228
- transform: translateY(100%);
26227
+ .v-selection-control__input > .v-icon {
26228
+ opacity: var(--v-medium-emphasis-opacity);
26229
26229
  }
26230
- .v-window-y-transition-leave-to {
26231
- transform: translateY(-100%);
26230
+ .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
26231
+ opacity: 1;
26232
26232
  }
26233
- .v-window-y-reverse-transition-enter-from {
26234
- transform: translateY(-100%);
26233
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
26234
+ color: rgb(var(--v-theme-error));
26235
26235
  }
26236
- .v-window-y-reverse-transition-leave-to {
26237
- transform: translateY(100%);
26236
+ .v-selection-control--focus-visible .v-selection-control__input::before {
26237
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
26238
26238
  }.v-color-picker-canvas {
26239
26239
  display: flex;
26240
26240
  position: relative;