@vuetify/nightly 3.7.4-master.2024-11-15 → 3.7.4-master.2024-11-24

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.
Files changed (37) hide show
  1. package/dist/json/attributes.json +3032 -3032
  2. package/dist/json/importMap-labs.json +20 -20
  3. package/dist/json/importMap.json +176 -176
  4. package/dist/json/web-types.json +5731 -5731
  5. package/dist/vuetify-labs.css +2236 -2232
  6. package/dist/vuetify-labs.d.ts +3 -7
  7. package/dist/vuetify-labs.esm.js +15 -12
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +15 -12
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1058 -1054
  12. package/dist/vuetify.d.ts +59 -63
  13. package/dist/vuetify.esm.js +14 -11
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +14 -11
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +9 -10
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VBadge/VBadge.css +4 -0
  21. package/lib/components/VBadge/VBadge.sass +4 -0
  22. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +9 -7
  23. package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -1
  24. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  25. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -1
  26. package/lib/components/VConfirmEdit/index.d.mts +3 -7
  27. package/lib/components/VList/VListItem.mjs +3 -2
  28. package/lib/components/VList/VListItem.mjs.map +1 -1
  29. package/lib/components/index.d.mts +3 -7
  30. package/lib/entry-bundler.mjs +1 -1
  31. package/lib/framework.mjs +1 -1
  32. package/lib/index.d.mts +56 -56
  33. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  34. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  35. package/lib/locale/fr.mjs +1 -1
  36. package/lib/locale/fr.mjs.map +1 -1
  37. package/package.json +1 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.4-master.2024-11-15
2
+ * Vuetify v3.7.4-master.2024-11-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18006,91 +18006,6 @@ html.overflow-y-hidden {
18006
18006
  }
18007
18007
  .v-app-bar:not(.v-toolbar--absolute) {
18008
18008
  padding-inline-end: var(--v-scrollbar-offset);
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
18009
  }.v-alert {
18095
18010
  display: grid;
18096
18011
  flex: 1 1;
@@ -18307,6 +18222,91 @@ html.overflow-y-hidden {
18307
18222
  text-transform: none;
18308
18223
  word-break: normal;
18309
18224
  word-wrap: break-word;
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;
@@ -18422,6 +18422,7 @@ html.overflow-y-hidden {
18422
18422
  align-items: center;
18423
18423
  display: inline-flex;
18424
18424
  border-radius: 10px;
18425
+ font-family: "Roboto", sans-serif;
18425
18426
  font-size: 0.75rem;
18426
18427
  font-weight: 500;
18427
18428
  height: 1.25rem;
@@ -18439,6 +18440,9 @@ html.overflow-y-hidden {
18439
18440
  background: rgb(var(--v-theme-surface-variant));
18440
18441
  color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18441
18442
  }
18443
+ .v-badge__badge:has(.v-icon) {
18444
+ padding: 4px 6px;
18445
+ }
18442
18446
  .v-badge--bordered .v-badge__badge::after {
18443
18447
  border-radius: inherit;
18444
18448
  border-style: solid;
@@ -18652,69 +18656,40 @@ html.overflow-y-hidden {
18652
18656
  }
18653
18657
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18654
18658
  align-self: flex-start;
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;
18670
- }
18671
- .v-bottom-navigation {
18672
- border-radius: 0;
18673
- }
18674
- .v-bottom-navigation {
18675
- background: rgb(var(--v-theme-surface));
18676
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18659
+ }.bottom-sheet-transition-enter-from {
18660
+ transform: translateY(100%);
18677
18661
  }
18678
- .v-bottom-navigation--active {
18679
- 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));
18662
+ .bottom-sheet-transition-leave-to {
18663
+ transform: translateY(100%);
18680
18664
  }
18681
18665
 
18682
- .v-bottom-navigation__content {
18683
- display: flex;
18684
- flex: none;
18685
- font-size: 0.75rem;
18686
- justify-content: center;
18687
- transition: inherit;
18666
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18667
+ align-self: flex-end;
18668
+ border-radius: 0;
18669
+ flex: 0 1 auto;
18670
+ left: 0;
18671
+ right: 0;
18672
+ margin-inline: 0;
18673
+ margin-bottom: 0;
18674
+ transition-duration: 0.2s;
18688
18675
  width: 100%;
18676
+ max-width: 100%;
18677
+ overflow: visible;
18689
18678
  }
18690
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18691
- font-size: inherit;
18692
- height: 100%;
18693
- max-width: 168px;
18694
- min-width: 80px;
18695
- text-transform: none;
18696
- transition: inherit;
18697
- width: auto;
18679
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18680
+ 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));
18698
18681
  }
18699
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18682
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18683
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18700
18684
  border-radius: 0;
18701
18685
  }
18702
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18703
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18704
- transition: inherit;
18705
- }
18706
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18707
- font-size: 1.5rem;
18708
- }
18709
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18710
- flex-grow: 1;
18711
- }
18712
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18713
- transition: inherit;
18714
- opacity: 0;
18686
+ .v-bottom-sheet.v-bottom-sheet--inset {
18687
+ max-width: none;
18715
18688
  }
18716
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18717
- transform: translateY(0.5rem);
18689
+ @media (min-width: 600px) {
18690
+ .v-bottom-sheet.v-bottom-sheet--inset {
18691
+ max-width: 70%;
18692
+ }
18718
18693
  }.v-breadcrumbs {
18719
18694
  display: flex;
18720
18695
  align-items: center;
@@ -18772,40 +18747,69 @@ html.overflow-y-hidden {
18772
18747
  display: inline-block;
18773
18748
  padding: 0 8px;
18774
18749
  vertical-align: middle;
18775
- }.bottom-sheet-transition-enter-from {
18776
- transform: translateY(100%);
18777
- }
18778
- .bottom-sheet-transition-leave-to {
18779
- transform: translateY(100%);
18750
+ }.v-bottom-navigation {
18751
+ display: flex;
18752
+ max-width: 100%;
18753
+ overflow: hidden;
18754
+ position: absolute;
18755
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18780
18756
  }
18781
-
18782
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18783
- align-self: flex-end;
18757
+ .v-bottom-navigation {
18758
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18759
+ border-style: solid;
18760
+ border-width: 0;
18761
+ }
18762
+ .v-bottom-navigation--border {
18763
+ border-width: thin;
18764
+ box-shadow: none;
18765
+ }
18766
+ .v-bottom-navigation {
18784
18767
  border-radius: 0;
18785
- flex: 0 1 auto;
18786
- left: 0;
18787
- right: 0;
18788
- margin-inline: 0;
18789
- margin-bottom: 0;
18790
- transition-duration: 0.2s;
18768
+ }
18769
+ .v-bottom-navigation {
18770
+ background: rgb(var(--v-theme-surface));
18771
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18772
+ }
18773
+ .v-bottom-navigation--active {
18774
+ 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));
18775
+ }
18776
+
18777
+ .v-bottom-navigation__content {
18778
+ display: flex;
18779
+ flex: none;
18780
+ font-size: 0.75rem;
18781
+ justify-content: center;
18782
+ transition: inherit;
18791
18783
  width: 100%;
18792
- max-width: 100%;
18793
- overflow: visible;
18794
18784
  }
18795
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18796
- 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));
18785
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18786
+ font-size: inherit;
18787
+ height: 100%;
18788
+ max-width: 168px;
18789
+ min-width: 80px;
18790
+ text-transform: none;
18791
+ transition: inherit;
18792
+ width: auto;
18797
18793
  }
18798
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18799
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18794
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18800
18795
  border-radius: 0;
18801
18796
  }
18802
- .v-bottom-sheet.v-bottom-sheet--inset {
18803
- max-width: none;
18797
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18798
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18799
+ transition: inherit;
18804
18800
  }
18805
- @media (min-width: 600px) {
18806
- .v-bottom-sheet.v-bottom-sheet--inset {
18807
- max-width: 70%;
18808
- }
18801
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18802
+ font-size: 1.5rem;
18803
+ }
18804
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18805
+ flex-grow: 1;
18806
+ }
18807
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18808
+ transition: inherit;
18809
+ opacity: 0;
18810
+ }
18811
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18812
+ transform: translateY(0.5rem);
18809
18813
  }.v-btn {
18810
18814
  align-items: center;
18811
18815
  border-radius: 4px;
@@ -19618,11 +19622,6 @@ html.overflow-y-hidden {
19618
19622
  pointer-events: none;
19619
19623
  opacity: 0;
19620
19624
  transition: opacity 0.2s ease-in-out;
19621
- }.v-checkbox.v-input {
19622
- flex: 0 1 auto;
19623
- }
19624
- .v-checkbox .v-selection-control {
19625
- min-height: var(--v-input-control-height);
19626
19625
  }.v-carousel {
19627
19626
  overflow: hidden;
19628
19627
  position: relative;
@@ -19688,6 +19687,11 @@ html.overflow-y-hidden {
19688
19687
  flex-direction: column;
19689
19688
  height: 100% !important;
19690
19689
  width: 50px;
19690
+ }.v-checkbox.v-input {
19691
+ flex: 0 1 auto;
19692
+ }
19693
+ .v-checkbox .v-selection-control {
19694
+ min-height: var(--v-input-control-height);
19691
19695
  }.v-chip {
19692
19696
  align-items: center;
19693
19697
  display: inline-flex;
@@ -20231,6 +20235,11 @@ html.overflow-y-hidden {
20231
20235
  .v-combobox--active-menu .v-combobox__menu-icon {
20232
20236
  opacity: var(--v-high-emphasis-opacity);
20233
20237
  transform: rotate(180deg);
20238
+ }.v-counter {
20239
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20240
+ flex: 0 1 auto;
20241
+ font-size: 12px;
20242
+ transition-duration: 150ms;
20234
20243
  }.v-data-table {
20235
20244
  width: 100%;
20236
20245
  }
@@ -20449,12 +20458,6 @@ html.overflow-y-hidden {
20449
20458
  }
20450
20459
  .v-data-table-footer__page {
20451
20460
  padding: 0 8px;
20452
- }.v-date-picker {
20453
- overflow: hidden;
20454
- width: 328px;
20455
- }
20456
- .v-date-picker--show-week {
20457
- width: 368px;
20458
20461
  }.v-date-picker-header {
20459
20462
  align-items: flex-end;
20460
20463
  height: 70px;
@@ -20515,62 +20518,12 @@ html.overflow-y-hidden {
20515
20518
  .date-picker-header-reverse-transition-leave-to {
20516
20519
  opacity: 0;
20517
20520
  transform: translate(0, 100%);
20518
- }.v-date-picker-controls {
20519
- display: flex;
20520
- align-items: center;
20521
- justify-content: space-between;
20522
- font-size: 0.875rem;
20523
- padding-top: 4px;
20524
- padding-bottom: 4px;
20525
- padding-inline-start: 6px;
20526
- padding-inline-end: 12px;
20527
- }
20528
- .v-date-picker-controls > .v-btn:first-child {
20529
- text-transform: none;
20530
- font-weight: 400;
20531
- line-height: initial;
20532
- letter-spacing: initial;
20533
- }
20534
- .v-date-picker-controls--variant-classic {
20535
- padding-inline-start: 12px;
20536
- }
20537
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20538
- opacity: 0.7;
20539
- }
20540
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20541
- cursor: pointer;
20542
- }
20543
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20544
- opacity: 1;
20545
- }
20546
- .v-date-picker-controls .v-btn:last-child {
20547
- margin-inline-start: 4px;
20548
- }
20549
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20550
- transform: rotate(180deg);
20551
- }
20552
-
20553
- .v-date-picker-controls__date {
20554
- margin-inline-end: 4px;
20555
- }
20556
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20557
- margin: auto;
20558
- text-align: center;
20559
- }
20560
-
20561
- .v-date-picker-controls__month {
20562
- display: flex;
20563
- }
20564
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20565
- flex-direction: row-reverse;
20566
- }
20567
-
20568
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20569
- flex: 1 0 auto;
20521
+ }.v-date-picker {
20522
+ overflow: hidden;
20523
+ width: 328px;
20570
20524
  }
20571
-
20572
- .v-date-picker__title {
20573
- display: inline-block;
20525
+ .v-date-picker--show-week {
20526
+ width: 368px;
20574
20527
  }.v-date-picker-month {
20575
20528
  display: flex;
20576
20529
  justify-content: center;
@@ -20626,6 +20579,62 @@ html.overflow-y-hidden {
20626
20579
 
20627
20580
  .v-date-picker-month__day--hide-adjacent {
20628
20581
  opacity: 0;
20582
+ }.v-date-picker-controls {
20583
+ display: flex;
20584
+ align-items: center;
20585
+ justify-content: space-between;
20586
+ font-size: 0.875rem;
20587
+ padding-top: 4px;
20588
+ padding-bottom: 4px;
20589
+ padding-inline-start: 6px;
20590
+ padding-inline-end: 12px;
20591
+ }
20592
+ .v-date-picker-controls > .v-btn:first-child {
20593
+ text-transform: none;
20594
+ font-weight: 400;
20595
+ line-height: initial;
20596
+ letter-spacing: initial;
20597
+ }
20598
+ .v-date-picker-controls--variant-classic {
20599
+ padding-inline-start: 12px;
20600
+ }
20601
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20602
+ opacity: 0.7;
20603
+ }
20604
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20605
+ cursor: pointer;
20606
+ }
20607
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20608
+ opacity: 1;
20609
+ }
20610
+ .v-date-picker-controls .v-btn:last-child {
20611
+ margin-inline-start: 4px;
20612
+ }
20613
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20614
+ transform: rotate(180deg);
20615
+ }
20616
+
20617
+ .v-date-picker-controls__date {
20618
+ margin-inline-end: 4px;
20619
+ }
20620
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20621
+ margin: auto;
20622
+ text-align: center;
20623
+ }
20624
+
20625
+ .v-date-picker-controls__month {
20626
+ display: flex;
20627
+ }
20628
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20629
+ flex-direction: row-reverse;
20630
+ }
20631
+
20632
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20633
+ flex: 1 0 auto;
20634
+ }
20635
+
20636
+ .v-date-picker__title {
20637
+ display: inline-block;
20629
20638
  }.v-date-picker-years {
20630
20639
  height: 288px;
20631
20640
  overflow-y: scroll;
@@ -20660,74 +20669,22 @@ html.overflow-y-hidden {
20660
20669
  text-transform: none;
20661
20670
  padding-inline-start: 8px;
20662
20671
  padding-inline-end: 8px;
20663
- }.v-divider {
20664
- display: block;
20665
- flex: 1 1 100%;
20666
- height: 0px;
20667
- max-height: 0px;
20668
- opacity: var(--v-border-opacity);
20669
- transition: inherit;
20670
- }
20671
- .v-divider {
20672
- border-style: solid;
20673
- border-width: thin 0 0 0;
20672
+ }.v-dialog {
20673
+ align-items: center;
20674
+ justify-content: center;
20675
+ margin: auto;
20674
20676
  }
20675
- .v-divider--vertical {
20676
- align-self: stretch;
20677
- border-width: 0 thin 0 0;
20678
- display: inline-flex;
20679
- height: auto;
20680
- margin-left: -1px;
20681
- max-height: 100%;
20682
- max-width: 0px;
20683
- vertical-align: text-bottom;
20684
- width: 0px;
20677
+ .v-dialog > .v-overlay__content {
20678
+ max-height: calc(100% - 48px);
20679
+ width: calc(100% - 48px);
20680
+ max-width: calc(100% - 48px);
20681
+ margin: 24px;
20685
20682
  }
20686
- .v-divider--inset:not(.v-divider--vertical) {
20687
- max-width: calc(100% - 72px);
20688
- margin-inline-start: 72px;
20689
- }
20690
- .v-divider--inset.v-divider--vertical {
20691
- margin-bottom: 8px;
20692
- margin-top: 8px;
20693
- max-height: calc(100% - 16px);
20694
- }
20695
-
20696
- .v-divider__content {
20697
- padding: 0 16px;
20698
- text-wrap: nowrap;
20699
- }
20700
- .v-divider__wrapper--vertical .v-divider__content {
20701
- padding: 4px 0;
20702
- }
20703
-
20704
- .v-divider__wrapper {
20705
- display: flex;
20706
- align-items: center;
20707
- justify-content: center;
20708
- }
20709
- .v-divider__wrapper--vertical {
20710
- flex-direction: column;
20711
- height: 100%;
20712
- }
20713
- .v-divider__wrapper--vertical .v-divider {
20714
- margin: 0 auto;
20715
- }.v-dialog {
20716
- align-items: center;
20717
- justify-content: center;
20718
- margin: auto;
20719
- }
20720
- .v-dialog > .v-overlay__content {
20721
- max-height: calc(100% - 48px);
20722
- width: calc(100% - 48px);
20723
- max-width: calc(100% - 48px);
20724
- margin: 24px;
20725
- }
20726
- .v-dialog > .v-overlay__content,
20727
- .v-dialog > .v-overlay__content > form {
20728
- display: flex;
20729
- flex-direction: column;
20730
- min-height: 0;
20683
+ .v-dialog > .v-overlay__content,
20684
+ .v-dialog > .v-overlay__content > form {
20685
+ display: flex;
20686
+ flex-direction: column;
20687
+ min-height: 0;
20731
20688
  }
20732
20689
  .v-dialog > .v-overlay__content > .v-card,
20733
20690
  .v-dialog > .v-overlay__content > .v-sheet,
@@ -20875,6 +20832,127 @@ html.overflow-y-hidden {
20875
20832
  .v-empty-state__action-btn.v-btn {
20876
20833
  background-color: initial;
20877
20834
  color: initial;
20835
+ }.v-divider {
20836
+ display: block;
20837
+ flex: 1 1 100%;
20838
+ height: 0px;
20839
+ max-height: 0px;
20840
+ opacity: var(--v-border-opacity);
20841
+ transition: inherit;
20842
+ }
20843
+ .v-divider {
20844
+ border-style: solid;
20845
+ border-width: thin 0 0 0;
20846
+ }
20847
+ .v-divider--vertical {
20848
+ align-self: stretch;
20849
+ border-width: 0 thin 0 0;
20850
+ display: inline-flex;
20851
+ height: auto;
20852
+ margin-left: -1px;
20853
+ max-height: 100%;
20854
+ max-width: 0px;
20855
+ vertical-align: text-bottom;
20856
+ width: 0px;
20857
+ }
20858
+ .v-divider--inset:not(.v-divider--vertical) {
20859
+ max-width: calc(100% - 72px);
20860
+ margin-inline-start: 72px;
20861
+ }
20862
+ .v-divider--inset.v-divider--vertical {
20863
+ margin-bottom: 8px;
20864
+ margin-top: 8px;
20865
+ max-height: calc(100% - 16px);
20866
+ }
20867
+
20868
+ .v-divider__content {
20869
+ padding: 0 16px;
20870
+ text-wrap: nowrap;
20871
+ }
20872
+ .v-divider__wrapper--vertical .v-divider__content {
20873
+ padding: 4px 0;
20874
+ }
20875
+
20876
+ .v-divider__wrapper {
20877
+ display: flex;
20878
+ align-items: center;
20879
+ justify-content: center;
20880
+ }
20881
+ .v-divider__wrapper--vertical {
20882
+ flex-direction: column;
20883
+ height: 100%;
20884
+ }
20885
+ .v-divider__wrapper--vertical .v-divider {
20886
+ margin: 0 auto;
20887
+ }.v-fab {
20888
+ align-items: center;
20889
+ display: inline-flex;
20890
+ flex: 1 1 auto;
20891
+ pointer-events: none;
20892
+ position: relative;
20893
+ transition-duration: 0.2s;
20894
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20895
+ vertical-align: middle;
20896
+ }
20897
+ .v-fab .v-btn {
20898
+ pointer-events: auto;
20899
+ }
20900
+ .v-fab .v-btn--variant-elevated {
20901
+ 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));
20902
+ }
20903
+ .v-fab--app, .v-fab--absolute {
20904
+ display: flex;
20905
+ }
20906
+ .v-fab--start, .v-fab--left {
20907
+ justify-content: flex-start;
20908
+ }
20909
+ .v-fab--center {
20910
+ align-items: center;
20911
+ justify-content: center;
20912
+ }
20913
+ .v-fab--end, .v-fab--right {
20914
+ justify-content: flex-end;
20915
+ }
20916
+ .v-fab--bottom {
20917
+ align-items: flex-end;
20918
+ }
20919
+ .v-fab--top {
20920
+ align-items: flex-start;
20921
+ }
20922
+ .v-fab--extended .v-btn {
20923
+ border-radius: 9999px !important;
20924
+ }
20925
+
20926
+ .v-fab__container {
20927
+ align-self: center;
20928
+ display: inline-flex;
20929
+ position: absolute;
20930
+ vertical-align: middle;
20931
+ }
20932
+ .v-fab--app .v-fab__container {
20933
+ margin: 12px;
20934
+ }
20935
+ .v-fab--absolute .v-fab__container {
20936
+ position: absolute;
20937
+ z-index: 4;
20938
+ }
20939
+ .v-fab--offset.v-fab--top .v-fab__container {
20940
+ transform: translateY(-50%);
20941
+ }
20942
+ .v-fab--offset.v-fab--bottom .v-fab__container {
20943
+ transform: translateY(50%);
20944
+ }
20945
+ .v-fab--top .v-fab__container {
20946
+ top: 0;
20947
+ }
20948
+ .v-fab--bottom .v-fab__container {
20949
+ bottom: 0;
20950
+ }
20951
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
20952
+ left: 0;
20953
+ }
20954
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20955
+ right: 0;
20878
20956
  }.v-expansion-panel {
20879
20957
  background-color: rgb(var(--v-theme-surface));
20880
20958
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21091,75 +21169,6 @@ html.overflow-y-hidden {
21091
21169
  }
21092
21170
  .v-expansion-panels--tile > .v-expansion-panel {
21093
21171
  border-radius: 0;
21094
- }.v-fab {
21095
- align-items: center;
21096
- display: inline-flex;
21097
- flex: 1 1 auto;
21098
- pointer-events: none;
21099
- position: relative;
21100
- transition-duration: 0.2s;
21101
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21102
- vertical-align: middle;
21103
- }
21104
- .v-fab .v-btn {
21105
- pointer-events: auto;
21106
- }
21107
- .v-fab .v-btn--variant-elevated {
21108
- 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));
21109
- }
21110
- .v-fab--app, .v-fab--absolute {
21111
- display: flex;
21112
- }
21113
- .v-fab--start, .v-fab--left {
21114
- justify-content: flex-start;
21115
- }
21116
- .v-fab--center {
21117
- align-items: center;
21118
- justify-content: center;
21119
- }
21120
- .v-fab--end, .v-fab--right {
21121
- justify-content: flex-end;
21122
- }
21123
- .v-fab--bottom {
21124
- align-items: flex-end;
21125
- }
21126
- .v-fab--top {
21127
- align-items: flex-start;
21128
- }
21129
- .v-fab--extended .v-btn {
21130
- border-radius: 9999px !important;
21131
- }
21132
-
21133
- .v-fab__container {
21134
- align-self: center;
21135
- display: inline-flex;
21136
- position: absolute;
21137
- vertical-align: middle;
21138
- }
21139
- .v-fab--app .v-fab__container {
21140
- margin: 12px;
21141
- }
21142
- .v-fab--absolute .v-fab__container {
21143
- position: absolute;
21144
- z-index: 4;
21145
- }
21146
- .v-fab--offset.v-fab--top .v-fab__container {
21147
- transform: translateY(-50%);
21148
- }
21149
- .v-fab--offset.v-fab--bottom .v-fab__container {
21150
- transform: translateY(50%);
21151
- }
21152
- .v-fab--top .v-fab__container {
21153
- top: 0;
21154
- }
21155
- .v-fab--bottom .v-fab__container {
21156
- bottom: 0;
21157
- }
21158
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21159
- left: 0;
21160
- }
21161
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21162
- right: 0;
21163
21172
  }/* region INPUT */
21164
21173
  .v-field {
21165
21174
  display: grid;
@@ -21772,57 +21781,21 @@ textarea.v-field__input::placeholder {
21772
21781
  }
21773
21782
  .v-input--plain-underlined.v-file-input .v-input__details {
21774
21783
  padding-inline: 0;
21775
- }.v-footer {
21776
- align-items: center;
21777
- display: flex;
21778
- flex: 1 1 auto;
21779
- padding: 8px 16px;
21780
- position: relative;
21781
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21782
- transition-property: height, width, transform, max-width, left, right, top, bottom;
21784
+ }.v-container {
21785
+ width: 100%;
21786
+ padding: 16px;
21787
+ margin-right: auto;
21788
+ margin-left: auto;
21783
21789
  }
21784
- .v-footer {
21785
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21786
- border-style: solid;
21787
- border-width: 0;
21790
+ @media (min-width: 960px) {
21791
+ .v-container {
21792
+ max-width: 900px;
21793
+ }
21788
21794
  }
21789
- .v-footer--border {
21790
- border-width: thin;
21791
- box-shadow: none;
21792
- }
21793
- .v-footer {
21794
- 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));
21795
- }
21796
- .v-footer--absolute {
21797
- position: absolute;
21798
- }
21799
- .v-footer--fixed {
21800
- position: fixed;
21801
- }
21802
- .v-footer {
21803
- border-radius: 0;
21804
- }
21805
- .v-footer {
21806
- background: rgb(var(--v-theme-surface));
21807
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21808
- }
21809
- .v-footer--rounded {
21810
- border-radius: 4px;
21811
- }.v-container {
21812
- width: 100%;
21813
- padding: 16px;
21814
- margin-right: auto;
21815
- margin-left: auto;
21816
- }
21817
- @media (min-width: 960px) {
21818
- .v-container {
21819
- max-width: 900px;
21820
- }
21821
- }
21822
- @media (min-width: 1280px) {
21823
- .v-container {
21824
- max-width: 1200px;
21825
- }
21795
+ @media (min-width: 1280px) {
21796
+ .v-container {
21797
+ max-width: 1200px;
21798
+ }
21826
21799
  }
21827
21800
  @media (min-width: 1920px) {
21828
21801
  .v-container {
@@ -22480,57 +22453,42 @@ textarea.v-field__input::placeholder {
22480
22453
  .offset-xxl-11 {
22481
22454
  margin-inline-start: 91.6666666667%;
22482
22455
  }
22483
- }.v-img {
22484
- --v-theme-overlay-multiplier: 3;
22485
- z-index: 0;
22486
- }
22487
- .v-img.v-img--absolute {
22488
- height: 100%;
22489
- left: 0;
22490
- overflow: hidden;
22491
- position: absolute;
22492
- top: 0;
22493
- width: 100%;
22494
- z-index: -1;
22456
+ }.v-footer {
22457
+ align-items: center;
22458
+ display: flex;
22459
+ flex: 1 1 auto;
22460
+ padding: 8px 16px;
22461
+ position: relative;
22462
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22463
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
22495
22464
  }
22496
- .v-img--booting .v-responsive__sizer {
22497
- transition: none;
22465
+ .v-footer {
22466
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22467
+ border-style: solid;
22468
+ border-width: 0;
22498
22469
  }
22499
- .v-img--rounded {
22500
- border-radius: 4px;
22470
+ .v-footer--border {
22471
+ border-width: thin;
22472
+ box-shadow: none;
22501
22473
  }
22502
-
22503
- .v-img__img,
22504
- .v-img__picture,
22505
- .v-img__gradient,
22506
- .v-img__placeholder,
22507
- .v-img__error {
22508
- z-index: -1;
22474
+ .v-footer {
22475
+ 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));
22509
22476
  }
22510
- .v-img__img,
22511
- .v-img__picture,
22512
- .v-img__gradient,
22513
- .v-img__placeholder,
22514
- .v-img__error {
22477
+ .v-footer--absolute {
22515
22478
  position: absolute;
22516
- top: 0;
22517
- left: 0;
22518
- width: 100%;
22519
- height: 100%;
22520
22479
  }
22521
-
22522
- .v-img__img--preload {
22523
- filter: blur(4px);
22480
+ .v-footer--fixed {
22481
+ position: fixed;
22524
22482
  }
22525
- .v-img__img--contain {
22526
- object-fit: contain;
22483
+ .v-footer {
22484
+ border-radius: 0;
22527
22485
  }
22528
- .v-img__img--cover {
22529
- object-fit: cover;
22486
+ .v-footer {
22487
+ background: rgb(var(--v-theme-surface));
22488
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22530
22489
  }
22531
-
22532
- .v-img__gradient {
22533
- background-repeat: no-repeat;
22490
+ .v-footer--rounded {
22491
+ border-radius: 4px;
22534
22492
  }.v-icon {
22535
22493
  --v-icon-size-multiplier: 1;
22536
22494
  align-items: center;
@@ -22584,6 +22542,94 @@ textarea.v-field__input::placeholder {
22584
22542
 
22585
22543
  .v-icon--end {
22586
22544
  margin-inline-start: 8px;
22545
+ }.v-img {
22546
+ --v-theme-overlay-multiplier: 3;
22547
+ z-index: 0;
22548
+ }
22549
+ .v-img.v-img--absolute {
22550
+ height: 100%;
22551
+ left: 0;
22552
+ overflow: hidden;
22553
+ position: absolute;
22554
+ top: 0;
22555
+ width: 100%;
22556
+ z-index: -1;
22557
+ }
22558
+ .v-img--booting .v-responsive__sizer {
22559
+ transition: none;
22560
+ }
22561
+ .v-img--rounded {
22562
+ border-radius: 4px;
22563
+ }
22564
+
22565
+ .v-img__img,
22566
+ .v-img__picture,
22567
+ .v-img__gradient,
22568
+ .v-img__placeholder,
22569
+ .v-img__error {
22570
+ z-index: -1;
22571
+ }
22572
+ .v-img__img,
22573
+ .v-img__picture,
22574
+ .v-img__gradient,
22575
+ .v-img__placeholder,
22576
+ .v-img__error {
22577
+ position: absolute;
22578
+ top: 0;
22579
+ left: 0;
22580
+ width: 100%;
22581
+ height: 100%;
22582
+ }
22583
+
22584
+ .v-img__img--preload {
22585
+ filter: blur(4px);
22586
+ }
22587
+ .v-img__img--contain {
22588
+ object-fit: contain;
22589
+ }
22590
+ .v-img__img--cover {
22591
+ object-fit: cover;
22592
+ }
22593
+
22594
+ .v-img__gradient {
22595
+ background-repeat: no-repeat;
22596
+ }.v-infinite-scroll--horizontal {
22597
+ display: flex;
22598
+ flex-direction: row;
22599
+ overflow-x: auto;
22600
+ }
22601
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22602
+ height: 100%;
22603
+ width: var(--v-infinite-margin-size, 1px);
22604
+ }
22605
+
22606
+ .v-infinite-scroll--vertical {
22607
+ display: flex;
22608
+ flex-direction: column;
22609
+ overflow-y: auto;
22610
+ }
22611
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22612
+ height: 1px;
22613
+ width: 100%;
22614
+ }
22615
+
22616
+ .v-infinite-scroll-intersect {
22617
+ pointer-events: none;
22618
+ margin-top: var(--v-infinite-margin);
22619
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22620
+ }
22621
+ .v-infinite-scroll-intersect:nth-child(2) {
22622
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22623
+ }
22624
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22625
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22626
+ }
22627
+
22628
+ .v-infinite-scroll__side {
22629
+ align-items: center;
22630
+ display: flex;
22631
+ justify-content: center;
22632
+ padding: 8px;
22587
22633
  }.v-input {
22588
22634
  display: grid;
22589
22635
  flex: 1 1 auto;
@@ -22726,43 +22772,6 @@ textarea.v-field__input::placeholder {
22726
22772
 
22727
22773
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22728
22774
  padding-top: calc(var(--v-input-padding-top) + 0px);
22729
- }.v-infinite-scroll--horizontal {
22730
- display: flex;
22731
- flex-direction: row;
22732
- overflow-x: auto;
22733
- }
22734
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22735
- height: 100%;
22736
- width: var(--v-infinite-margin-size, 1px);
22737
- }
22738
-
22739
- .v-infinite-scroll--vertical {
22740
- display: flex;
22741
- flex-direction: column;
22742
- overflow-y: auto;
22743
- }
22744
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22745
- height: 1px;
22746
- width: 100%;
22747
- }
22748
-
22749
- .v-infinite-scroll-intersect {
22750
- pointer-events: none;
22751
- margin-top: var(--v-infinite-margin);
22752
- margin-bottom: calc(var(--v-infinite-margin) * -1);
22753
- }
22754
- .v-infinite-scroll-intersect:nth-child(2) {
22755
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22756
- }
22757
- .v-infinite-scroll-intersect:nth-last-child(2) {
22758
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22759
- }
22760
-
22761
- .v-infinite-scroll__side {
22762
- align-items: center;
22763
- display: flex;
22764
- justify-content: center;
22765
- padding: 8px;
22766
22775
  }.v-item-group {
22767
22776
  flex: 0 1 auto;
22768
22777
  max-width: 100%;
@@ -22783,6 +22792,13 @@ textarea.v-field__input::placeholder {
22783
22792
 
22784
22793
  .v-label--clickable {
22785
22794
  cursor: pointer;
22795
+ }.v-layout-item {
22796
+ position: absolute;
22797
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22798
+ }
22799
+
22800
+ .v-layout-item--absolute {
22801
+ position: absolute;
22786
22802
  }.v-layout {
22787
22803
  --v-scrollbar-offset: 0px;
22788
22804
  display: flex;
@@ -22791,13 +22807,6 @@ textarea.v-field__input::placeholder {
22791
22807
  .v-layout--full-height {
22792
22808
  --v-scrollbar-offset: inherit;
22793
22809
  height: 100%;
22794
- }.v-layout-item {
22795
- position: absolute;
22796
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22797
- }
22798
-
22799
- .v-layout-item--absolute {
22800
- position: absolute;
22801
22810
  }.v-list {
22802
22811
  overflow: auto;
22803
22812
  padding: 8px 0;
@@ -23425,22 +23434,6 @@ textarea.v-field__input::placeholder {
23425
23434
  --v-layout-right: 0px;
23426
23435
  --v-layout-top: 0px;
23427
23436
  --v-layout-bottom: 0px;
23428
- }.v-messages {
23429
- flex: 1 1 auto;
23430
- font-size: 12px;
23431
- min-height: 14px;
23432
- min-width: 1px;
23433
- opacity: var(--v-medium-emphasis-opacity);
23434
- position: relative;
23435
- }
23436
- .v-messages__message {
23437
- line-height: 12px;
23438
- word-break: break-word;
23439
- overflow-wrap: break-word;
23440
- word-wrap: break-word;
23441
- -webkit-hyphens: auto;
23442
- hyphens: auto;
23443
- transition-duration: 150ms;
23444
23437
  }.v-navigation-drawer {
23445
23438
  -webkit-overflow-scrolling: touch;
23446
23439
  background: rgb(var(--v-theme-surface));
@@ -23549,6 +23542,22 @@ textarea.v-field__input::placeholder {
23549
23542
  .v-navigation-drawer__append {
23550
23543
  flex: none;
23551
23544
  overflow: hidden;
23545
+ }.v-messages {
23546
+ flex: 1 1 auto;
23547
+ font-size: 12px;
23548
+ min-height: 14px;
23549
+ min-width: 1px;
23550
+ opacity: var(--v-medium-emphasis-opacity);
23551
+ position: relative;
23552
+ }
23553
+ .v-messages__message {
23554
+ line-height: 12px;
23555
+ word-break: break-word;
23556
+ overflow-wrap: break-word;
23557
+ word-wrap: break-word;
23558
+ -webkit-hyphens: auto;
23559
+ hyphens: auto;
23560
+ transition-duration: 150ms;
23552
23561
  }.v-otp-input {
23553
23562
  align-items: center;
23554
23563
  display: flex;
@@ -23678,108 +23687,12 @@ html.v-overlay-scroll-blocked {
23678
23687
  }
23679
23688
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23680
23689
  margin: 0.3rem;
23681
- }.v-progress-circular {
23682
- align-items: center;
23683
- display: inline-flex;
23684
- justify-content: center;
23690
+ }.v-parallax {
23685
23691
  position: relative;
23686
- vertical-align: middle;
23687
- }
23688
- .v-progress-circular > svg {
23689
- width: 100%;
23690
- height: 100%;
23691
- margin: auto;
23692
- position: absolute;
23693
- top: 0;
23694
- bottom: 0;
23695
- left: 0;
23696
- right: 0;
23697
- z-index: 0;
23698
- }
23699
-
23700
- .v-progress-circular__content {
23701
- align-items: center;
23702
- display: flex;
23703
- justify-content: center;
23704
- }
23705
-
23706
- .v-progress-circular__underlay {
23707
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23708
- stroke: currentColor;
23709
- z-index: 1;
23710
- }
23711
-
23712
- .v-progress-circular__overlay {
23713
- stroke: currentColor;
23714
- transition: all 0.2s ease-in-out, stroke-width 0s;
23715
- z-index: 2;
23716
- }
23717
-
23718
- .v-progress-circular--size-x-small {
23719
- height: 16px;
23720
- width: 16px;
23721
- }
23722
- .v-progress-circular--size-small {
23723
- height: 24px;
23724
- width: 24px;
23725
- }
23726
- .v-progress-circular--size-default {
23727
- height: 32px;
23728
- width: 32px;
23729
- }
23730
- .v-progress-circular--size-large {
23731
- height: 48px;
23732
- width: 48px;
23733
- }
23734
- .v-progress-circular--size-x-large {
23735
- height: 64px;
23736
- width: 64px;
23737
- }
23738
-
23739
- .v-progress-circular--indeterminate > svg {
23740
- animation: progress-circular-rotate 1.4s linear infinite;
23741
- transform-origin: center center;
23742
- transition: all 0.2s ease-in-out;
23743
- }
23744
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23745
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23746
- stroke-dasharray: 25, 200;
23747
- stroke-dashoffset: 0;
23748
- stroke-linecap: round;
23749
- transform-origin: center center;
23750
- transform: rotate(-90deg);
23751
- }
23752
-
23753
- .v-progress-circular--disable-shrink > svg {
23754
- animation-duration: 0.7s;
23755
- }
23756
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23757
- animation: none;
23758
- }
23759
-
23760
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23761
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23762
- animation-play-state: paused !important;
23763
- }
23764
-
23765
- @keyframes progress-circular-dash {
23766
- 0% {
23767
- stroke-dasharray: 1, 200;
23768
- stroke-dashoffset: 0px;
23769
- }
23770
- 50% {
23771
- stroke-dasharray: 100, 200;
23772
- stroke-dashoffset: -15px;
23773
- }
23774
- 100% {
23775
- stroke-dasharray: 100, 200;
23776
- stroke-dashoffset: -124px;
23777
- }
23692
+ overflow: hidden;
23778
23693
  }
23779
- @keyframes progress-circular-rotate {
23780
- 100% {
23781
- transform: rotate(270deg);
23782
- }
23694
+ .v-parallax--active > .v-img__img {
23695
+ will-change: transform;
23783
23696
  }.v-progress-linear {
23784
23697
  background: transparent;
23785
23698
  overflow: hidden;
@@ -24008,12 +23921,108 @@ html.v-overlay-scroll-blocked {
24008
23921
  0% {
24009
23922
  background-position-x: var(--v-progress-linear-height);
24010
23923
  }
24011
- }.v-parallax {
23924
+ }.v-progress-circular {
23925
+ align-items: center;
23926
+ display: inline-flex;
23927
+ justify-content: center;
24012
23928
  position: relative;
24013
- overflow: hidden;
23929
+ vertical-align: middle;
24014
23930
  }
24015
- .v-parallax--active > .v-img__img {
24016
- will-change: transform;
23931
+ .v-progress-circular > svg {
23932
+ width: 100%;
23933
+ height: 100%;
23934
+ margin: auto;
23935
+ position: absolute;
23936
+ top: 0;
23937
+ bottom: 0;
23938
+ left: 0;
23939
+ right: 0;
23940
+ z-index: 0;
23941
+ }
23942
+
23943
+ .v-progress-circular__content {
23944
+ align-items: center;
23945
+ display: flex;
23946
+ justify-content: center;
23947
+ }
23948
+
23949
+ .v-progress-circular__underlay {
23950
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23951
+ stroke: currentColor;
23952
+ z-index: 1;
23953
+ }
23954
+
23955
+ .v-progress-circular__overlay {
23956
+ stroke: currentColor;
23957
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23958
+ z-index: 2;
23959
+ }
23960
+
23961
+ .v-progress-circular--size-x-small {
23962
+ height: 16px;
23963
+ width: 16px;
23964
+ }
23965
+ .v-progress-circular--size-small {
23966
+ height: 24px;
23967
+ width: 24px;
23968
+ }
23969
+ .v-progress-circular--size-default {
23970
+ height: 32px;
23971
+ width: 32px;
23972
+ }
23973
+ .v-progress-circular--size-large {
23974
+ height: 48px;
23975
+ width: 48px;
23976
+ }
23977
+ .v-progress-circular--size-x-large {
23978
+ height: 64px;
23979
+ width: 64px;
23980
+ }
23981
+
23982
+ .v-progress-circular--indeterminate > svg {
23983
+ animation: progress-circular-rotate 1.4s linear infinite;
23984
+ transform-origin: center center;
23985
+ transition: all 0.2s ease-in-out;
23986
+ }
23987
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23988
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23989
+ stroke-dasharray: 25, 200;
23990
+ stroke-dashoffset: 0;
23991
+ stroke-linecap: round;
23992
+ transform-origin: center center;
23993
+ transform: rotate(-90deg);
23994
+ }
23995
+
23996
+ .v-progress-circular--disable-shrink > svg {
23997
+ animation-duration: 0.7s;
23998
+ }
23999
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
24000
+ animation: none;
24001
+ }
24002
+
24003
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24004
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24005
+ animation-play-state: paused !important;
24006
+ }
24007
+
24008
+ @keyframes progress-circular-dash {
24009
+ 0% {
24010
+ stroke-dasharray: 1, 200;
24011
+ stroke-dashoffset: 0px;
24012
+ }
24013
+ 50% {
24014
+ stroke-dasharray: 100, 200;
24015
+ stroke-dashoffset: -15px;
24016
+ }
24017
+ 100% {
24018
+ stroke-dasharray: 100, 200;
24019
+ stroke-dashoffset: -124px;
24020
+ }
24021
+ }
24022
+ @keyframes progress-circular-rotate {
24023
+ 100% {
24024
+ transform: rotate(270deg);
24025
+ }
24017
24026
  }.v-radio-group > .v-input__control {
24018
24027
  flex-direction: column;
24019
24028
  }
@@ -24136,110 +24145,24 @@ html.v-overlay-scroll-blocked {
24136
24145
  opacity: 0;
24137
24146
  position: absolute;
24138
24147
  width: 0;
24139
- }.v-responsive {
24148
+ }.v-selection-control {
24149
+ align-items: center;
24150
+ contain: layout;
24140
24151
  display: flex;
24141
- flex: 1 0 auto;
24142
- max-height: 100%;
24143
- max-width: 100%;
24144
- overflow: hidden;
24152
+ flex: 1 0;
24153
+ grid-area: control;
24145
24154
  position: relative;
24155
+ -webkit-user-select: none;
24156
+ user-select: none;
24146
24157
  }
24147
- .v-responsive--inline {
24148
- display: inline-flex;
24149
- flex: 0 0 auto;
24150
- }
24151
-
24152
- .v-responsive__content {
24153
- flex: 1 0 0px;
24154
- max-width: 100%;
24158
+ .v-selection-control .v-label {
24159
+ white-space: normal;
24160
+ word-break: break-word;
24161
+ height: 100%;
24155
24162
  }
24156
-
24157
- .v-responsive__sizer ~ .v-responsive__content {
24158
- margin-inline-start: -100%;
24159
- }
24160
-
24161
- .v-responsive__sizer {
24162
- flex: 1 0 0px;
24163
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24164
- pointer-events: none;
24165
- }.v-select .v-field .v-text-field__prefix,
24166
- .v-select .v-field .v-text-field__suffix,
24167
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24168
- cursor: pointer;
24169
- }
24170
- .v-select .v-field .v-field__input > input {
24171
- align-self: flex-start;
24172
- opacity: 1;
24173
- flex: 0 0;
24174
- position: absolute;
24175
- width: 100%;
24176
- transition: none;
24177
- pointer-events: none;
24178
- caret-color: transparent;
24179
- }
24180
- .v-select .v-field--dirty .v-select__selection {
24181
- margin-inline-end: 2px;
24182
- }
24183
- .v-select .v-select__selection-text {
24184
- overflow: hidden;
24185
- text-overflow: ellipsis;
24186
- white-space: nowrap;
24187
- }
24188
- .v-select__content {
24189
- overflow: hidden;
24190
- }
24191
- .v-select__content {
24192
- 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));
24193
- }
24194
- .v-select__content {
24195
- border-radius: 4px;
24196
- }
24197
- .v-select__selection {
24198
- display: inline-flex;
24199
- align-items: center;
24200
- letter-spacing: inherit;
24201
- line-height: inherit;
24202
- max-width: 100%;
24203
- }
24204
- .v-select .v-select__selection:first-child {
24205
- margin-inline-start: 0;
24206
- }
24207
- .v-select--selected .v-field .v-field__input > input {
24208
- opacity: 0;
24209
- }
24210
- .v-select__menu-icon {
24211
- margin-inline-start: 4px;
24212
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24213
- }
24214
- .v-select--active-menu .v-select__menu-icon {
24215
- opacity: var(--v-high-emphasis-opacity);
24216
- transform: rotate(180deg);
24217
- }.v-selection-control-group {
24218
- grid-area: control;
24219
- display: flex;
24220
- flex-direction: column;
24221
- }
24222
- .v-selection-control-group--inline {
24223
- flex-direction: row;
24224
- flex-wrap: wrap;
24225
- }.v-selection-control {
24226
- align-items: center;
24227
- contain: layout;
24228
- display: flex;
24229
- flex: 1 0;
24230
- grid-area: control;
24231
- position: relative;
24232
- -webkit-user-select: none;
24233
- user-select: none;
24234
- }
24235
- .v-selection-control .v-label {
24236
- white-space: normal;
24237
- word-break: break-word;
24238
- height: 100%;
24239
- }
24240
- .v-selection-control--disabled {
24241
- opacity: var(--v-disabled-opacity);
24242
- pointer-events: none;
24163
+ .v-selection-control--disabled {
24164
+ opacity: var(--v-disabled-opacity);
24165
+ pointer-events: none;
24243
24166
  }
24244
24167
  .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
24245
24168
  opacity: 1;
@@ -24325,6 +24248,40 @@ html.v-overlay-scroll-blocked {
24325
24248
  }
24326
24249
  .v-selection-control--focus-visible .v-selection-control__input::before {
24327
24250
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24251
+ }.v-responsive {
24252
+ display: flex;
24253
+ flex: 1 0 auto;
24254
+ max-height: 100%;
24255
+ max-width: 100%;
24256
+ overflow: hidden;
24257
+ position: relative;
24258
+ }
24259
+ .v-responsive--inline {
24260
+ display: inline-flex;
24261
+ flex: 0 0 auto;
24262
+ }
24263
+
24264
+ .v-responsive__content {
24265
+ flex: 1 0 0px;
24266
+ max-width: 100%;
24267
+ }
24268
+
24269
+ .v-responsive__sizer ~ .v-responsive__content {
24270
+ margin-inline-start: -100%;
24271
+ }
24272
+
24273
+ .v-responsive__sizer {
24274
+ flex: 1 0 0px;
24275
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24276
+ pointer-events: none;
24277
+ }.v-selection-control-group {
24278
+ grid-area: control;
24279
+ display: flex;
24280
+ flex-direction: column;
24281
+ }
24282
+ .v-selection-control-group--inline {
24283
+ flex-direction: row;
24284
+ flex-wrap: wrap;
24328
24285
  }.v-sheet {
24329
24286
  display: block;
24330
24287
  }
@@ -25179,35 +25136,49 @@ html.v-overlay-scroll-blocked {
25179
25136
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25180
25137
  border-width: 0;
25181
25138
  }
25182
- }.v-tab.v-tab.v-btn {
25183
- height: var(--v-tabs-height);
25184
- border-radius: 0;
25185
- min-width: 90px;
25139
+ }.v-system-bar {
25140
+ align-items: center;
25141
+ display: flex;
25142
+ flex: 1 1 auto;
25143
+ height: 24px;
25144
+ justify-content: flex-end;
25145
+ max-width: 100%;
25146
+ padding-inline: 8px;
25147
+ position: relative;
25148
+ text-align: end;
25149
+ width: 100%;
25186
25150
  }
25187
- .v-slide-group--horizontal .v-tab {
25188
- max-width: 360px;
25151
+ .v-system-bar .v-icon {
25152
+ opacity: var(--v-medium-emphasis-opacity);
25189
25153
  }
25190
- .v-slide-group--vertical .v-tab {
25191
- justify-content: start;
25154
+ .v-system-bar {
25155
+ 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));
25192
25156
  }
25193
-
25194
- .v-tab__slider {
25157
+ .v-system-bar--absolute {
25195
25158
  position: absolute;
25196
- bottom: 0;
25197
- left: 0;
25198
- height: 2px;
25199
- width: 100%;
25200
- background: currentColor;
25201
- pointer-events: none;
25202
- opacity: 0;
25203
25159
  }
25204
- .v-tab--selected .v-tab__slider {
25205
- opacity: 1;
25160
+ .v-system-bar--fixed {
25161
+ position: fixed;
25206
25162
  }
25207
- .v-slide-group--vertical .v-tab__slider {
25208
- top: 0;
25209
- height: 100%;
25210
- width: 2px;
25163
+ .v-system-bar {
25164
+ background: rgba(var(--v-theme-surface-light));
25165
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25166
+ }
25167
+ .v-system-bar {
25168
+ font-size: 0.75rem;
25169
+ font-weight: 400;
25170
+ letter-spacing: 0.0333333333em;
25171
+ line-height: 1.667;
25172
+ text-transform: none;
25173
+ }
25174
+ .v-system-bar--rounded {
25175
+ border-radius: 0;
25176
+ }
25177
+ .v-system-bar--window {
25178
+ height: 32px;
25179
+ }
25180
+ .v-system-bar:not(.v-system-bar--absolute) {
25181
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25211
25182
  }.v-tabs {
25212
25183
  display: flex;
25213
25184
  height: var(--v-tabs-height);
@@ -25274,49 +25245,35 @@ html.v-overlay-scroll-blocked {
25274
25245
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25275
25246
  margin-inline-end: 52px;
25276
25247
  }
25277
- }.v-system-bar {
25278
- align-items: center;
25279
- display: flex;
25280
- flex: 1 1 auto;
25281
- height: 24px;
25282
- justify-content: flex-end;
25283
- max-width: 100%;
25284
- padding-inline: 8px;
25285
- position: relative;
25286
- text-align: end;
25287
- width: 100%;
25248
+ }.v-tab.v-tab.v-btn {
25249
+ height: var(--v-tabs-height);
25250
+ border-radius: 0;
25251
+ min-width: 90px;
25288
25252
  }
25289
- .v-system-bar .v-icon {
25290
- opacity: var(--v-medium-emphasis-opacity);
25253
+ .v-slide-group--horizontal .v-tab {
25254
+ max-width: 360px;
25291
25255
  }
25292
- .v-system-bar {
25293
- 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));
25256
+ .v-slide-group--vertical .v-tab {
25257
+ justify-content: start;
25294
25258
  }
25295
- .v-system-bar--absolute {
25259
+
25260
+ .v-tab__slider {
25296
25261
  position: absolute;
25262
+ bottom: 0;
25263
+ left: 0;
25264
+ height: 2px;
25265
+ width: 100%;
25266
+ background: currentColor;
25267
+ pointer-events: none;
25268
+ opacity: 0;
25297
25269
  }
25298
- .v-system-bar--fixed {
25299
- position: fixed;
25300
- }
25301
- .v-system-bar {
25302
- background: rgba(var(--v-theme-surface-light));
25303
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25304
- }
25305
- .v-system-bar {
25306
- font-size: 0.75rem;
25307
- font-weight: 400;
25308
- letter-spacing: 0.0333333333em;
25309
- line-height: 1.667;
25310
- text-transform: none;
25311
- }
25312
- .v-system-bar--rounded {
25313
- border-radius: 0;
25314
- }
25315
- .v-system-bar--window {
25316
- height: 32px;
25270
+ .v-tab--selected .v-tab__slider {
25271
+ opacity: 1;
25317
25272
  }
25318
- .v-system-bar:not(.v-system-bar--absolute) {
25319
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25273
+ .v-slide-group--vertical .v-tab__slider {
25274
+ top: 0;
25275
+ height: 100%;
25276
+ width: 2px;
25320
25277
  }.v-table {
25321
25278
  font-size: 0.875rem;
25322
25279
  transition-duration: 0.28s;
@@ -25459,54 +25416,15 @@ html.v-overlay-scroll-blocked {
25459
25416
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25460
25417
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25461
25418
  border-top: 0px !important;
25462
- }.v-textarea .v-field {
25463
- --v-textarea-control-height: var(--v-input-control-height);
25464
- }
25465
- .v-textarea .v-field__field {
25466
- --v-input-control-height: var(--v-textarea-control-height);
25419
+ }/* region BLOCK */
25420
+ .v-text-field input {
25421
+ color: inherit;
25422
+ opacity: 0;
25423
+ flex: 1;
25424
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25425
+ min-width: 0;
25467
25426
  }
25468
- .v-textarea .v-field__input {
25469
- flex: 1 1 auto;
25470
- outline: none;
25471
- -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));
25472
- 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));
25473
- }
25474
- .v-textarea .v-field__input.v-textarea__sizer {
25475
- visibility: hidden;
25476
- position: absolute;
25477
- top: 0;
25478
- left: 0;
25479
- height: 0 !important;
25480
- min-height: 0 !important;
25481
- pointer-events: none;
25482
- }
25483
- .v-textarea--no-resize .v-field__input {
25484
- resize: none;
25485
- }
25486
- .v-textarea .v-field--no-label textarea,
25487
- .v-textarea .v-field--active textarea {
25488
- opacity: 1;
25489
- }
25490
- .v-textarea textarea {
25491
- opacity: 0;
25492
- flex: 1;
25493
- min-width: 0;
25494
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25495
- }
25496
- .v-textarea textarea:focus, .v-textarea textarea:active {
25497
- outline: none;
25498
- }
25499
- .v-textarea textarea:invalid {
25500
- box-shadow: none;
25501
- }/* region BLOCK */
25502
- .v-text-field input {
25503
- color: inherit;
25504
- opacity: 0;
25505
- flex: 1;
25506
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25507
- min-width: 0;
25508
- }
25509
- .v-text-field input:focus, .v-text-field input:active {
25427
+ .v-text-field input:focus, .v-text-field input:active {
25510
25428
  outline: none;
25511
25429
  }
25512
25430
  .v-text-field input:invalid {
@@ -25565,7 +25483,189 @@ html.v-overlay-scroll-blocked {
25565
25483
  padding-inline-end: var(--v-field-padding-end);
25566
25484
  }
25567
25485
 
25568
- /* endregion */.v-theme-provider {
25486
+ /* endregion */.v-textarea .v-field {
25487
+ --v-textarea-control-height: var(--v-input-control-height);
25488
+ }
25489
+ .v-textarea .v-field__field {
25490
+ --v-input-control-height: var(--v-textarea-control-height);
25491
+ }
25492
+ .v-textarea .v-field__input {
25493
+ flex: 1 1 auto;
25494
+ outline: none;
25495
+ -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));
25496
+ 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));
25497
+ }
25498
+ .v-textarea .v-field__input.v-textarea__sizer {
25499
+ visibility: hidden;
25500
+ position: absolute;
25501
+ top: 0;
25502
+ left: 0;
25503
+ height: 0 !important;
25504
+ min-height: 0 !important;
25505
+ pointer-events: none;
25506
+ }
25507
+ .v-textarea--no-resize .v-field__input {
25508
+ resize: none;
25509
+ }
25510
+ .v-textarea .v-field--no-label textarea,
25511
+ .v-textarea .v-field--active textarea {
25512
+ opacity: 1;
25513
+ }
25514
+ .v-textarea textarea {
25515
+ opacity: 0;
25516
+ flex: 1;
25517
+ min-width: 0;
25518
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25519
+ }
25520
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25521
+ outline: none;
25522
+ }
25523
+ .v-textarea textarea:invalid {
25524
+ box-shadow: none;
25525
+ }.v-toolbar {
25526
+ align-items: flex-start;
25527
+ display: flex;
25528
+ flex: none;
25529
+ flex-direction: column;
25530
+ justify-content: space-between;
25531
+ max-width: 100%;
25532
+ position: relative;
25533
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25534
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25535
+ width: 100%;
25536
+ }
25537
+ .v-toolbar {
25538
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25539
+ border-style: solid;
25540
+ border-width: 0;
25541
+ }
25542
+ .v-toolbar--border {
25543
+ border-width: thin;
25544
+ box-shadow: none;
25545
+ }
25546
+ .v-toolbar {
25547
+ 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));
25548
+ }
25549
+ .v-toolbar {
25550
+ border-radius: 0;
25551
+ }
25552
+ .v-toolbar {
25553
+ background: rgb(var(--v-theme-surface-light));
25554
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25555
+ }
25556
+ .v-toolbar--absolute {
25557
+ position: absolute;
25558
+ }
25559
+ .v-toolbar--collapse {
25560
+ max-width: 112px;
25561
+ overflow: hidden;
25562
+ border-end-end-radius: 24px;
25563
+ }
25564
+ .v-toolbar--collapse .v-toolbar-title {
25565
+ display: none;
25566
+ }
25567
+ .v-toolbar--flat {
25568
+ 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));
25569
+ }
25570
+ .v-toolbar--floating {
25571
+ display: inline-flex;
25572
+ }
25573
+ .v-toolbar--rounded {
25574
+ border-radius: 4px;
25575
+ }
25576
+
25577
+ .v-toolbar__content,
25578
+ .v-toolbar__extension {
25579
+ align-items: center;
25580
+ display: flex;
25581
+ flex: 0 0 auto;
25582
+ position: relative;
25583
+ transition: inherit;
25584
+ width: 100%;
25585
+ }
25586
+
25587
+ .v-toolbar__content {
25588
+ overflow: hidden;
25589
+ }
25590
+ .v-toolbar__content > .v-btn:first-child {
25591
+ margin-inline-start: 4px;
25592
+ }
25593
+ .v-toolbar__content > .v-btn:last-child {
25594
+ margin-inline-end: 4px;
25595
+ }
25596
+ .v-toolbar__content > .v-toolbar-title {
25597
+ margin-inline-start: 20px;
25598
+ }
25599
+ .v-toolbar--density-prominent .v-toolbar__content {
25600
+ align-items: flex-start;
25601
+ }
25602
+
25603
+ .v-toolbar__image {
25604
+ display: flex;
25605
+ opacity: var(--v-toolbar-image-opacity, 1);
25606
+ transition-property: opacity;
25607
+ }
25608
+ .v-toolbar__image {
25609
+ position: absolute;
25610
+ top: 0;
25611
+ left: 0;
25612
+ width: 100%;
25613
+ height: 100%;
25614
+ }
25615
+
25616
+ .v-toolbar__prepend,
25617
+ .v-toolbar__append {
25618
+ align-items: center;
25619
+ align-self: stretch;
25620
+ display: flex;
25621
+ }
25622
+
25623
+ .v-toolbar__prepend {
25624
+ margin-inline: 4px auto;
25625
+ }
25626
+
25627
+ .v-toolbar__append {
25628
+ margin-inline: auto 4px;
25629
+ }
25630
+
25631
+ .v-toolbar-title {
25632
+ flex: 1 1;
25633
+ font-size: 1.25rem;
25634
+ min-width: 0;
25635
+ }
25636
+ .v-toolbar-title {
25637
+ font-size: 1.25rem;
25638
+ font-weight: 400;
25639
+ letter-spacing: 0;
25640
+ line-height: 1.75rem;
25641
+ text-transform: none;
25642
+ }
25643
+ .v-toolbar--density-prominent .v-toolbar-title {
25644
+ align-self: flex-end;
25645
+ padding-bottom: 6px;
25646
+ }
25647
+ .v-toolbar--density-prominent .v-toolbar-title {
25648
+ font-size: 1.5rem;
25649
+ font-weight: 400;
25650
+ letter-spacing: 0;
25651
+ line-height: 2.25rem;
25652
+ text-transform: none;
25653
+ }
25654
+
25655
+ .v-toolbar-title__placeholder {
25656
+ overflow: hidden;
25657
+ text-overflow: ellipsis;
25658
+ white-space: nowrap;
25659
+ }
25660
+
25661
+ .v-toolbar-items {
25662
+ display: flex;
25663
+ height: inherit;
25664
+ align-self: stretch;
25665
+ }
25666
+ .v-toolbar-items > .v-btn {
25667
+ border-radius: 0;
25668
+ }.v-theme-provider {
25569
25669
  background: rgb(var(--v-theme-background));
25570
25670
  color: rgb(var(--v-theme-on-background));
25571
25671
  }.v-timeline .v-timeline-divider__dot {
@@ -25986,176 +26086,33 @@ html.v-overlay-scroll-blocked {
25986
26086
 
25987
26087
  .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 {
25988
26088
  padding-inline-end: 0;
25989
- }.v-toolbar {
25990
- align-items: flex-start;
25991
- display: flex;
25992
- flex: none;
25993
- flex-direction: column;
25994
- justify-content: space-between;
26089
+ }.v-tooltip > .v-overlay__content {
26090
+ background: rgb(var(--v-theme-surface-variant));
26091
+ color: rgb(var(--v-theme-on-surface-variant));
26092
+ border-radius: 4px;
26093
+ font-size: 0.875rem;
26094
+ line-height: 1.6;
26095
+ display: inline-block;
26096
+ padding: 5px 16px;
26097
+ text-transform: initial;
26098
+ width: auto;
26099
+ opacity: 1;
26100
+ pointer-events: none;
26101
+ transition-property: opacity, transform;
26102
+ overflow-wrap: break-word;
26103
+ }
26104
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
26105
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26106
+ transition-duration: 150ms;
26107
+ }
26108
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
26109
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26110
+ transition-duration: 75ms;
26111
+ }.v-virtual-scroll {
26112
+ display: block;
26113
+ flex: 1 1 auto;
25995
26114
  max-width: 100%;
25996
- position: relative;
25997
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25998
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25999
- width: 100%;
26000
- }
26001
- .v-toolbar {
26002
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26003
- border-style: solid;
26004
- border-width: 0;
26005
- }
26006
- .v-toolbar--border {
26007
- border-width: thin;
26008
- box-shadow: none;
26009
- }
26010
- .v-toolbar {
26011
- 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));
26012
- }
26013
- .v-toolbar {
26014
- border-radius: 0;
26015
- }
26016
- .v-toolbar {
26017
- background: rgb(var(--v-theme-surface-light));
26018
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26019
- }
26020
- .v-toolbar--absolute {
26021
- position: absolute;
26022
- }
26023
- .v-toolbar--collapse {
26024
- max-width: 112px;
26025
- overflow: hidden;
26026
- border-end-end-radius: 24px;
26027
- }
26028
- .v-toolbar--collapse .v-toolbar-title {
26029
- display: none;
26030
- }
26031
- .v-toolbar--flat {
26032
- 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));
26033
- }
26034
- .v-toolbar--floating {
26035
- display: inline-flex;
26036
- }
26037
- .v-toolbar--rounded {
26038
- border-radius: 4px;
26039
- }
26040
-
26041
- .v-toolbar__content,
26042
- .v-toolbar__extension {
26043
- align-items: center;
26044
- display: flex;
26045
- flex: 0 0 auto;
26046
- position: relative;
26047
- transition: inherit;
26048
- width: 100%;
26049
- }
26050
-
26051
- .v-toolbar__content {
26052
- overflow: hidden;
26053
- }
26054
- .v-toolbar__content > .v-btn:first-child {
26055
- margin-inline-start: 4px;
26056
- }
26057
- .v-toolbar__content > .v-btn:last-child {
26058
- margin-inline-end: 4px;
26059
- }
26060
- .v-toolbar__content > .v-toolbar-title {
26061
- margin-inline-start: 20px;
26062
- }
26063
- .v-toolbar--density-prominent .v-toolbar__content {
26064
- align-items: flex-start;
26065
- }
26066
-
26067
- .v-toolbar__image {
26068
- display: flex;
26069
- opacity: var(--v-toolbar-image-opacity, 1);
26070
- transition-property: opacity;
26071
- }
26072
- .v-toolbar__image {
26073
- position: absolute;
26074
- top: 0;
26075
- left: 0;
26076
- width: 100%;
26077
- height: 100%;
26078
- }
26079
-
26080
- .v-toolbar__prepend,
26081
- .v-toolbar__append {
26082
- align-items: center;
26083
- align-self: stretch;
26084
- display: flex;
26085
- }
26086
-
26087
- .v-toolbar__prepend {
26088
- margin-inline: 4px auto;
26089
- }
26090
-
26091
- .v-toolbar__append {
26092
- margin-inline: auto 4px;
26093
- }
26094
-
26095
- .v-toolbar-title {
26096
- flex: 1 1;
26097
- font-size: 1.25rem;
26098
- min-width: 0;
26099
- }
26100
- .v-toolbar-title {
26101
- font-size: 1.25rem;
26102
- font-weight: 400;
26103
- letter-spacing: 0;
26104
- line-height: 1.75rem;
26105
- text-transform: none;
26106
- }
26107
- .v-toolbar--density-prominent .v-toolbar-title {
26108
- align-self: flex-end;
26109
- padding-bottom: 6px;
26110
- }
26111
- .v-toolbar--density-prominent .v-toolbar-title {
26112
- font-size: 1.5rem;
26113
- font-weight: 400;
26114
- letter-spacing: 0;
26115
- line-height: 2.25rem;
26116
- text-transform: none;
26117
- }
26118
-
26119
- .v-toolbar-title__placeholder {
26120
- overflow: hidden;
26121
- text-overflow: ellipsis;
26122
- white-space: nowrap;
26123
- }
26124
-
26125
- .v-toolbar-items {
26126
- display: flex;
26127
- height: inherit;
26128
- align-self: stretch;
26129
- }
26130
- .v-toolbar-items > .v-btn {
26131
- border-radius: 0;
26132
- }.v-tooltip > .v-overlay__content {
26133
- background: rgb(var(--v-theme-surface-variant));
26134
- color: rgb(var(--v-theme-on-surface-variant));
26135
- border-radius: 4px;
26136
- font-size: 0.875rem;
26137
- line-height: 1.6;
26138
- display: inline-block;
26139
- padding: 5px 16px;
26140
- text-transform: initial;
26141
- width: auto;
26142
- opacity: 1;
26143
- pointer-events: none;
26144
- transition-property: opacity, transform;
26145
- overflow-wrap: break-word;
26146
- }
26147
- .v-tooltip > .v-overlay__content[class*=enter-active] {
26148
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26149
- transition-duration: 150ms;
26150
- }
26151
- .v-tooltip > .v-overlay__content[class*=leave-active] {
26152
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26153
- transition-duration: 75ms;
26154
- }.v-virtual-scroll {
26155
- display: block;
26156
- flex: 1 1 auto;
26157
- max-width: 100%;
26158
- overflow: auto;
26115
+ overflow: auto;
26159
26116
  position: relative;
26160
26117
  }
26161
26118
  .v-virtual-scroll__container {
@@ -26230,11 +26187,108 @@ html.v-overlay-scroll-blocked {
26230
26187
  }
26231
26188
  .v-window-y-reverse-transition-leave-to {
26232
26189
  transform: translateY(100%);
26233
- }.v-counter {
26234
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
26235
- flex: 0 1 auto;
26236
- font-size: 12px;
26237
- transition-duration: 150ms;
26190
+ }.v-select .v-field .v-text-field__prefix,
26191
+ .v-select .v-field .v-text-field__suffix,
26192
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
26193
+ cursor: pointer;
26194
+ }
26195
+ .v-select .v-field .v-field__input > input {
26196
+ align-self: flex-start;
26197
+ opacity: 1;
26198
+ flex: 0 0;
26199
+ position: absolute;
26200
+ width: 100%;
26201
+ transition: none;
26202
+ pointer-events: none;
26203
+ caret-color: transparent;
26204
+ }
26205
+ .v-select .v-field--dirty .v-select__selection {
26206
+ margin-inline-end: 2px;
26207
+ }
26208
+ .v-select .v-select__selection-text {
26209
+ overflow: hidden;
26210
+ text-overflow: ellipsis;
26211
+ white-space: nowrap;
26212
+ }
26213
+ .v-select__content {
26214
+ overflow: hidden;
26215
+ }
26216
+ .v-select__content {
26217
+ 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));
26218
+ }
26219
+ .v-select__content {
26220
+ border-radius: 4px;
26221
+ }
26222
+ .v-select__selection {
26223
+ display: inline-flex;
26224
+ align-items: center;
26225
+ letter-spacing: inherit;
26226
+ line-height: inherit;
26227
+ max-width: 100%;
26228
+ }
26229
+ .v-select .v-select__selection:first-child {
26230
+ margin-inline-start: 0;
26231
+ }
26232
+ .v-select--selected .v-field .v-field__input > input {
26233
+ opacity: 0;
26234
+ }
26235
+ .v-select__menu-icon {
26236
+ margin-inline-start: 4px;
26237
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26238
+ }
26239
+ .v-select--active-menu .v-select__menu-icon {
26240
+ opacity: var(--v-high-emphasis-opacity);
26241
+ transform: rotate(180deg);
26242
+ }.v-color-picker-edit {
26243
+ display: flex;
26244
+ margin-top: 24px;
26245
+ }
26246
+
26247
+ .v-color-picker-edit__input {
26248
+ width: 100%;
26249
+ display: flex;
26250
+ flex-wrap: wrap;
26251
+ justify-content: center;
26252
+ text-align: center;
26253
+ }
26254
+ .v-color-picker-edit__input:not(:last-child) {
26255
+ margin-inline-end: 8px;
26256
+ }
26257
+ .v-color-picker-edit__input input {
26258
+ border-radius: 4px;
26259
+ margin-bottom: 8px;
26260
+ min-width: 0;
26261
+ outline: none;
26262
+ text-align: center;
26263
+ width: 100%;
26264
+ height: 32px;
26265
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26266
+ color: rgba(var(--v-theme-on-surface));
26267
+ }
26268
+ .v-color-picker-edit__input span {
26269
+ font-size: 0.75rem;
26270
+ }.v-color-picker-canvas {
26271
+ display: flex;
26272
+ position: relative;
26273
+ overflow: hidden;
26274
+ contain: content;
26275
+ touch-action: none;
26276
+ }
26277
+ .v-color-picker-canvas__dot {
26278
+ position: absolute;
26279
+ top: 0;
26280
+ left: 0;
26281
+ width: 15px;
26282
+ height: 15px;
26283
+ background: transparent;
26284
+ border-radius: 50%;
26285
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26286
+ }
26287
+ .v-color-picker-canvas__dot--disabled {
26288
+ 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);
26289
+ }
26290
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26291
+ will-change: transform;
26238
26292
  }.v-color-picker-preview__alpha .v-slider-track__background {
26239
26293
  background-color: transparent !important;
26240
26294
  }
@@ -26305,56 +26359,6 @@ html.v-overlay-scroll-blocked {
26305
26359
  .v-color-picker-preview__eye-dropper {
26306
26360
  position: relative;
26307
26361
  margin-right: 12px;
26308
- }.v-color-picker-edit {
26309
- display: flex;
26310
- margin-top: 24px;
26311
- }
26312
-
26313
- .v-color-picker-edit__input {
26314
- width: 100%;
26315
- display: flex;
26316
- flex-wrap: wrap;
26317
- justify-content: center;
26318
- text-align: center;
26319
- }
26320
- .v-color-picker-edit__input:not(:last-child) {
26321
- margin-inline-end: 8px;
26322
- }
26323
- .v-color-picker-edit__input input {
26324
- border-radius: 4px;
26325
- margin-bottom: 8px;
26326
- min-width: 0;
26327
- outline: none;
26328
- text-align: center;
26329
- width: 100%;
26330
- height: 32px;
26331
- background: rgba(var(--v-theme-surface-variant), 0.2);
26332
- color: rgba(var(--v-theme-on-surface));
26333
- }
26334
- .v-color-picker-edit__input span {
26335
- font-size: 0.75rem;
26336
- }.v-color-picker-canvas {
26337
- display: flex;
26338
- position: relative;
26339
- overflow: hidden;
26340
- contain: content;
26341
- touch-action: none;
26342
- }
26343
- .v-color-picker-canvas__dot {
26344
- position: absolute;
26345
- top: 0;
26346
- left: 0;
26347
- width: 15px;
26348
- height: 15px;
26349
- background: transparent;
26350
- border-radius: 50%;
26351
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26352
- }
26353
- .v-color-picker-canvas__dot--disabled {
26354
- 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);
26355
- }
26356
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26357
- will-change: transform;
26358
26362
  }.v-color-picker-swatches {
26359
26363
  overflow-y: auto;
26360
26364
  }