@vuetify/nightly 3.6.7-master.2024-05-29 → 3.6.8-master.2024-05-30

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 (53) hide show
  1. package/CHANGELOG.md +2 -15
  2. package/dist/json/attributes.json +5 -5
  3. package/dist/json/importMap-labs.json +22 -22
  4. package/dist/json/importMap.json +150 -150
  5. package/dist/json/web-types.json +36 -36
  6. package/dist/vuetify-labs.css +2393 -2393
  7. package/dist/vuetify-labs.d.ts +450 -1374
  8. package/dist/vuetify-labs.esm.js +127 -38
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +127 -38
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +837 -837
  13. package/dist/vuetify.d.ts +396 -1130
  14. package/dist/vuetify.esm.js +23 -7
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +23 -7
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +10 -10
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +102 -336
  22. package/lib/components/VCombobox/index.d.mts +102 -336
  23. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  24. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  25. package/lib/components/VList/VList.mjs +3 -1
  26. package/lib/components/VList/VList.mjs.map +1 -1
  27. package/lib/components/VList/VListGroup.mjs +1 -0
  28. package/lib/components/VList/VListGroup.mjs.map +1 -1
  29. package/lib/components/VList/VListItem.css +2 -2
  30. package/lib/components/VList/VListItem.mjs +2 -0
  31. package/lib/components/VList/VListItem.mjs.map +1 -1
  32. package/lib/components/VList/VListItem.sass +1 -1
  33. package/lib/components/VList/index.d.mts +52 -66
  34. package/lib/components/VSelect/index.d.mts +102 -336
  35. package/lib/components/VSelectionControl/VSelectionControl.mjs +9 -1
  36. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  37. package/lib/components/VTabs/VTabs.mjs +2 -2
  38. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  39. package/lib/components/index.d.mts +340 -1074
  40. package/lib/composables/filter.mjs +1 -1
  41. package/lib/composables/filter.mjs.map +1 -1
  42. package/lib/entry-bundler.mjs +1 -1
  43. package/lib/framework.mjs +1 -1
  44. package/lib/index.d.mts +56 -56
  45. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  46. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  47. package/lib/labs/VTreeview/VTreeviewChildren.mjs +30 -25
  48. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  49. package/lib/labs/VTreeview/VTreeviewItem.mjs +81 -10
  50. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  51. package/lib/labs/VTreeview/index.d.mts +110 -300
  52. package/lib/labs/components.d.mts +110 -300
  53. package/package.json +1 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.7-master.2024-05-29
2
+ * Vuetify v3.6.8-master.2024-05-30
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17777,77 +17777,6 @@ html.overflow-y-hidden {
17777
17777
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17778
17778
  opacity: var(--v-high-emphasis-opacity);
17779
17779
  transform: rotate(180deg);
17780
- }.v-badge {
17781
- display: inline-block;
17782
- line-height: 1;
17783
- }
17784
-
17785
- .v-badge__badge {
17786
- align-items: center;
17787
- display: inline-flex;
17788
- border-radius: 10px;
17789
- font-size: 0.75rem;
17790
- font-weight: 500;
17791
- height: 1.25rem;
17792
- justify-content: center;
17793
- min-width: 20px;
17794
- padding: 4px 6px;
17795
- pointer-events: auto;
17796
- position: absolute;
17797
- text-align: center;
17798
- text-indent: 0;
17799
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17800
- white-space: nowrap;
17801
- background: rgb(var(--v-theme-surface-variant));
17802
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17803
- }
17804
- .v-badge--bordered .v-badge__badge::after {
17805
- border-radius: inherit;
17806
- border-style: solid;
17807
- border-width: 2px;
17808
- bottom: 0;
17809
- color: rgb(var(--v-theme-background));
17810
- content: "";
17811
- left: 0;
17812
- position: absolute;
17813
- right: 0;
17814
- top: 0;
17815
- transform: scale(1.05);
17816
- }
17817
- .v-badge--dot .v-badge__badge {
17818
- border-radius: 4.5px;
17819
- height: 9px;
17820
- min-width: 0;
17821
- padding: 0;
17822
- width: 9px;
17823
- }
17824
- .v-badge--dot .v-badge__badge::after {
17825
- border-width: 1.5px;
17826
- }
17827
- .v-badge--inline .v-badge__badge {
17828
- position: relative;
17829
- vertical-align: middle;
17830
- }
17831
- .v-badge__badge .v-icon {
17832
- color: inherit;
17833
- font-size: 0.75rem;
17834
- margin: 0 -2px;
17835
- }
17836
- .v-badge__badge img,
17837
- .v-badge__badge .v-img {
17838
- height: 100%;
17839
- width: 100%;
17840
- }
17841
-
17842
- .v-badge__wrapper {
17843
- display: flex;
17844
- position: relative;
17845
- }
17846
- .v-badge--inline .v-badge__wrapper {
17847
- align-items: center;
17848
- display: inline-flex;
17849
- justify-content: center;
17850
- margin: 0 4px;
17851
17780
  }.v-avatar {
17852
17781
  flex: none;
17853
17782
  align-items: center;
@@ -18100,6 +18029,77 @@ html.overflow-y-hidden {
18100
18029
  }
18101
18030
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18102
18031
  align-self: flex-start;
18032
+ }.v-badge {
18033
+ display: inline-block;
18034
+ line-height: 1;
18035
+ }
18036
+
18037
+ .v-badge__badge {
18038
+ align-items: center;
18039
+ display: inline-flex;
18040
+ border-radius: 10px;
18041
+ font-size: 0.75rem;
18042
+ font-weight: 500;
18043
+ height: 1.25rem;
18044
+ justify-content: center;
18045
+ min-width: 20px;
18046
+ padding: 4px 6px;
18047
+ pointer-events: auto;
18048
+ position: absolute;
18049
+ text-align: center;
18050
+ text-indent: 0;
18051
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18052
+ white-space: nowrap;
18053
+ background: rgb(var(--v-theme-surface-variant));
18054
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18055
+ }
18056
+ .v-badge--bordered .v-badge__badge::after {
18057
+ border-radius: inherit;
18058
+ border-style: solid;
18059
+ border-width: 2px;
18060
+ bottom: 0;
18061
+ color: rgb(var(--v-theme-background));
18062
+ content: "";
18063
+ left: 0;
18064
+ position: absolute;
18065
+ right: 0;
18066
+ top: 0;
18067
+ transform: scale(1.05);
18068
+ }
18069
+ .v-badge--dot .v-badge__badge {
18070
+ border-radius: 4.5px;
18071
+ height: 9px;
18072
+ min-width: 0;
18073
+ padding: 0;
18074
+ width: 9px;
18075
+ }
18076
+ .v-badge--dot .v-badge__badge::after {
18077
+ border-width: 1.5px;
18078
+ }
18079
+ .v-badge--inline .v-badge__badge {
18080
+ position: relative;
18081
+ vertical-align: middle;
18082
+ }
18083
+ .v-badge__badge .v-icon {
18084
+ color: inherit;
18085
+ font-size: 0.75rem;
18086
+ margin: 0 -2px;
18087
+ }
18088
+ .v-badge__badge img,
18089
+ .v-badge__badge .v-img {
18090
+ height: 100%;
18091
+ width: 100%;
18092
+ }
18093
+
18094
+ .v-badge__wrapper {
18095
+ display: flex;
18096
+ position: relative;
18097
+ }
18098
+ .v-badge--inline .v-badge__wrapper {
18099
+ align-items: center;
18100
+ display: inline-flex;
18101
+ justify-content: center;
18102
+ margin: 0 4px;
18103
18103
  }.v-bottom-navigation {
18104
18104
  display: flex;
18105
18105
  max-width: 100%;
@@ -18244,6 +18244,62 @@ html.overflow-y-hidden {
18244
18244
  display: inline-block;
18245
18245
  padding: 0 8px;
18246
18246
  vertical-align: middle;
18247
+ }.v-btn-group {
18248
+ display: inline-flex;
18249
+ flex-wrap: nowrap;
18250
+ max-width: 100%;
18251
+ min-width: 0;
18252
+ overflow: hidden;
18253
+ vertical-align: middle;
18254
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18255
+ border-style: solid;
18256
+ border-width: 0;
18257
+ 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));
18258
+ border-radius: 4px;
18259
+ background: transparent;
18260
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18261
+ }
18262
+ .v-btn-group--border {
18263
+ border-width: thin;
18264
+ box-shadow: none;
18265
+ }
18266
+ .v-btn-group--density-default.v-btn-group {
18267
+ height: 48px;
18268
+ }
18269
+
18270
+ .v-btn-group--density-comfortable.v-btn-group {
18271
+ height: 40px;
18272
+ }
18273
+
18274
+ .v-btn-group--density-compact.v-btn-group {
18275
+ height: 36px;
18276
+ }
18277
+
18278
+ .v-btn-group .v-btn {
18279
+ border-radius: 0;
18280
+ border-color: inherit;
18281
+ }
18282
+ .v-btn-group .v-btn:not(:last-child) {
18283
+ border-inline-end: none;
18284
+ }
18285
+ .v-btn-group .v-btn:not(:first-child) {
18286
+ border-inline-start: none;
18287
+ }
18288
+ .v-btn-group .v-btn:first-child {
18289
+ border-start-start-radius: inherit;
18290
+ border-end-start-radius: inherit;
18291
+ }
18292
+ .v-btn-group .v-btn:last-child {
18293
+ border-start-end-radius: inherit;
18294
+ border-end-end-radius: inherit;
18295
+ }
18296
+ .v-btn-group--divided .v-btn:not(:last-child) {
18297
+ border-inline-end-width: thin;
18298
+ border-inline-end-style: solid;
18299
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18300
+ }
18301
+ .v-btn-group--tile {
18302
+ border-radius: 0;
18247
18303
  }.v-btn {
18248
18304
  align-items: center;
18249
18305
  border-radius: 4px;
@@ -18662,62 +18718,6 @@ html.overflow-y-hidden {
18662
18718
  }
18663
18719
  .v-pagination__item--is-active .v-btn__overlay {
18664
18720
  opacity: var(--v-border-opacity);
18665
- }.v-btn-group {
18666
- display: inline-flex;
18667
- flex-wrap: nowrap;
18668
- max-width: 100%;
18669
- min-width: 0;
18670
- overflow: hidden;
18671
- vertical-align: middle;
18672
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18673
- border-style: solid;
18674
- border-width: 0;
18675
- 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));
18676
- border-radius: 4px;
18677
- background: transparent;
18678
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18679
- }
18680
- .v-btn-group--border {
18681
- border-width: thin;
18682
- box-shadow: none;
18683
- }
18684
- .v-btn-group--density-default.v-btn-group {
18685
- height: 48px;
18686
- }
18687
-
18688
- .v-btn-group--density-comfortable.v-btn-group {
18689
- height: 40px;
18690
- }
18691
-
18692
- .v-btn-group--density-compact.v-btn-group {
18693
- height: 36px;
18694
- }
18695
-
18696
- .v-btn-group .v-btn {
18697
- border-radius: 0;
18698
- border-color: inherit;
18699
- }
18700
- .v-btn-group .v-btn:not(:last-child) {
18701
- border-inline-end: none;
18702
- }
18703
- .v-btn-group .v-btn:not(:first-child) {
18704
- border-inline-start: none;
18705
- }
18706
- .v-btn-group .v-btn:first-child {
18707
- border-start-start-radius: inherit;
18708
- border-end-start-radius: inherit;
18709
- }
18710
- .v-btn-group .v-btn:last-child {
18711
- border-start-end-radius: inherit;
18712
- border-end-end-radius: inherit;
18713
- }
18714
- .v-btn-group--divided .v-btn:not(:last-child) {
18715
- border-inline-end-width: thin;
18716
- border-inline-end-style: solid;
18717
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18718
- }
18719
- .v-btn-group--tile {
18720
- border-radius: 0;
18721
18721
  }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18722
18722
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18723
18723
  }
@@ -19852,8 +19852,69 @@ html.overflow-y-hidden {
19852
19852
  }
19853
19853
  .v-data-table-footer__page {
19854
19854
  padding: 0 8px;
19855
- }.v-date-picker-controls {
19856
- display: flex;
19855
+ }.v-date-picker {
19856
+ overflow: hidden;
19857
+ width: 328px;
19858
+ }
19859
+ .v-date-picker--show-week {
19860
+ width: 368px;
19861
+ }.v-date-picker-month {
19862
+ display: flex;
19863
+ justify-content: center;
19864
+ padding: 0 12px 8px;
19865
+ --v-date-picker-month-day-diff: 4px;
19866
+ }
19867
+
19868
+ .v-date-picker-month__weeks {
19869
+ display: grid;
19870
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19871
+ column-gap: 4px;
19872
+ font-size: 0.85rem;
19873
+ }
19874
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
19875
+ grid-row-gap: 0;
19876
+ }
19877
+
19878
+ .v-date-picker-month__weekday {
19879
+ font-size: 0.85rem;
19880
+ }
19881
+
19882
+ .v-date-picker-month__days {
19883
+ display: grid;
19884
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
19885
+ column-gap: 4px;
19886
+ flex: 1 1;
19887
+ justify-content: space-around;
19888
+ }
19889
+
19890
+ .v-date-picker-month__day {
19891
+ align-items: center;
19892
+ display: flex;
19893
+ justify-content: center;
19894
+ position: relative;
19895
+ height: 40px;
19896
+ width: 40px;
19897
+ }
19898
+ .v-date-picker-month__day--selected .v-btn {
19899
+ background-color: rgb(var(--v-theme-surface-variant));
19900
+ color: rgb(var(--v-theme-on-surface-variant));
19901
+ }
19902
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
19903
+ --v-btn-height: 24px;
19904
+ --v-btn-size: 0.85rem;
19905
+ }
19906
+ .v-date-picker-month__day--week {
19907
+ font-size: var(--v-btn-size);
19908
+ }
19909
+
19910
+ .v-date-picker-month__day--adjacent {
19911
+ opacity: 0.5;
19912
+ }
19913
+
19914
+ .v-date-picker-month__day--hide-adjacent {
19915
+ opacity: 0;
19916
+ }.v-date-picker-controls {
19917
+ display: flex;
19857
19918
  align-items: center;
19858
19919
  justify-content: space-between;
19859
19920
  font-size: 0.875rem;
@@ -19968,67 +20029,6 @@ html.overflow-y-hidden {
19968
20029
  .date-picker-header-reverse-transition-leave-to {
19969
20030
  opacity: 0;
19970
20031
  transform: translate(0, 100%);
19971
- }.v-date-picker {
19972
- overflow: hidden;
19973
- width: 328px;
19974
- }
19975
- .v-date-picker--show-week {
19976
- width: 368px;
19977
- }.v-date-picker-month {
19978
- display: flex;
19979
- justify-content: center;
19980
- padding: 0 12px 8px;
19981
- --v-date-picker-month-day-diff: 4px;
19982
- }
19983
-
19984
- .v-date-picker-month__weeks {
19985
- display: grid;
19986
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19987
- column-gap: 4px;
19988
- font-size: 0.85rem;
19989
- }
19990
- .v-date-picker-month__weeks + .v-date-picker-month__days {
19991
- grid-row-gap: 0;
19992
- }
19993
-
19994
- .v-date-picker-month__weekday {
19995
- font-size: 0.85rem;
19996
- }
19997
-
19998
- .v-date-picker-month__days {
19999
- display: grid;
20000
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20001
- column-gap: 4px;
20002
- flex: 1 1;
20003
- justify-content: space-around;
20004
- }
20005
-
20006
- .v-date-picker-month__day {
20007
- align-items: center;
20008
- display: flex;
20009
- justify-content: center;
20010
- position: relative;
20011
- height: 40px;
20012
- width: 40px;
20013
- }
20014
- .v-date-picker-month__day--selected .v-btn {
20015
- background-color: rgb(var(--v-theme-surface-variant));
20016
- color: rgb(var(--v-theme-on-surface-variant));
20017
- }
20018
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20019
- --v-btn-height: 24px;
20020
- --v-btn-size: 0.85rem;
20021
- }
20022
- .v-date-picker-month__day--week {
20023
- font-size: var(--v-btn-size);
20024
- }
20025
-
20026
- .v-date-picker-month__day--adjacent {
20027
- opacity: 0.5;
20028
- }
20029
-
20030
- .v-date-picker-month__day--hide-adjacent {
20031
- opacity: 0;
20032
20032
  }.v-date-picker-months {
20033
20033
  height: 288px;
20034
20034
  }
@@ -20551,35 +20551,6 @@ html.overflow-y-hidden {
20551
20551
  }
20552
20552
  .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20553
20553
  right: 0;
20554
- }.v-file-input--hide.v-input .v-field,
20555
- .v-file-input--hide.v-input .v-input__control,
20556
- .v-file-input--hide.v-input .v-input__details {
20557
- display: none;
20558
- }
20559
- .v-file-input--hide.v-input .v-input__prepend {
20560
- grid-area: control;
20561
- margin: 0 auto;
20562
- }
20563
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20564
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20565
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20566
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20567
- top: 0px;
20568
- }
20569
- .v-file-input input[type=file] {
20570
- height: 100%;
20571
- left: 0;
20572
- opacity: 0;
20573
- position: absolute;
20574
- top: 0;
20575
- width: 100%;
20576
- z-index: 1;
20577
- }
20578
- .v-file-input .v-input__details {
20579
- padding-inline: 16px;
20580
- }
20581
- .v-input--plain-underlined.v-file-input .v-input__details {
20582
- padding-inline: 0;
20583
20554
  }/* region INPUT */
20584
20555
  .v-field {
20585
20556
  --v-theme-overlay-multiplier: 1;
@@ -21151,7 +21122,36 @@ textarea.v-field__input::placeholder {
21151
21122
  opacity: 0;
21152
21123
  }
21153
21124
 
21154
- /* endregion */.v-footer {
21125
+ /* endregion */.v-file-input--hide.v-input .v-field,
21126
+ .v-file-input--hide.v-input .v-input__control,
21127
+ .v-file-input--hide.v-input .v-input__details {
21128
+ display: none;
21129
+ }
21130
+ .v-file-input--hide.v-input .v-input__prepend {
21131
+ grid-area: control;
21132
+ margin: 0 auto;
21133
+ }
21134
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21135
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21136
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21137
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21138
+ top: 0px;
21139
+ }
21140
+ .v-file-input input[type=file] {
21141
+ height: 100%;
21142
+ left: 0;
21143
+ opacity: 0;
21144
+ position: absolute;
21145
+ top: 0;
21146
+ width: 100%;
21147
+ z-index: 1;
21148
+ }
21149
+ .v-file-input .v-input__details {
21150
+ padding-inline: 16px;
21151
+ }
21152
+ .v-input--plain-underlined.v-file-input .v-input__details {
21153
+ padding-inline: 0;
21154
+ }.v-footer {
21155
21155
  align-items: center;
21156
21156
  display: flex;
21157
21157
  flex: 1 1 auto;
@@ -21904,31 +21904,6 @@ textarea.v-field__input::placeholder {
21904
21904
 
21905
21905
  .v-icon--end {
21906
21906
  margin-inline-start: 8px;
21907
- }.v-infinite-scroll--horizontal {
21908
- display: flex;
21909
- flex-direction: row;
21910
- overflow-x: auto;
21911
- }
21912
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21913
- height: 100%;
21914
- width: 1px;
21915
- }
21916
-
21917
- .v-infinite-scroll--vertical {
21918
- display: flex;
21919
- flex-direction: column;
21920
- overflow-y: auto;
21921
- }
21922
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21923
- height: 1px;
21924
- width: 100%;
21925
- }
21926
-
21927
- .v-infinite-scroll__side {
21928
- align-items: center;
21929
- display: flex;
21930
- justify-content: center;
21931
- padding: 8px;
21932
21907
  }.v-img {
21933
21908
  --v-theme-overlay-multiplier: 3;
21934
21909
  z-index: 0;
@@ -21965,6 +21940,36 @@ textarea.v-field__input::placeholder {
21965
21940
 
21966
21941
  .v-img__gradient {
21967
21942
  background-repeat: no-repeat;
21943
+ }.v-item-group {
21944
+ flex: 0 1 auto;
21945
+ max-width: 100%;
21946
+ position: relative;
21947
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21948
+ }.v-infinite-scroll--horizontal {
21949
+ display: flex;
21950
+ flex-direction: row;
21951
+ overflow-x: auto;
21952
+ }
21953
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21954
+ height: 100%;
21955
+ width: 1px;
21956
+ }
21957
+
21958
+ .v-infinite-scroll--vertical {
21959
+ display: flex;
21960
+ flex-direction: column;
21961
+ overflow-y: auto;
21962
+ }
21963
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21964
+ height: 1px;
21965
+ width: 100%;
21966
+ }
21967
+
21968
+ .v-infinite-scroll__side {
21969
+ align-items: center;
21970
+ display: flex;
21971
+ justify-content: center;
21972
+ padding: 8px;
21968
21973
  }.v-input {
21969
21974
  display: grid;
21970
21975
  flex: 1 1 auto;
@@ -22107,11 +22112,6 @@ textarea.v-field__input::placeholder {
22107
22112
 
22108
22113
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22109
22114
  padding-top: calc(var(--v-input-padding-top) + 0px);
22110
- }.v-item-group {
22111
- flex: 0 1 auto;
22112
- max-width: 100%;
22113
- position: relative;
22114
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22115
22115
  }.v-label {
22116
22116
  align-items: center;
22117
22117
  color: inherit;
@@ -22142,6 +22142,8 @@ textarea.v-field__input::placeholder {
22142
22142
 
22143
22143
  .v-layout-item--absolute {
22144
22144
  position: absolute;
22145
+ }.v-locale-provider {
22146
+ display: contents;
22145
22147
  }.v-list {
22146
22148
  overflow: auto;
22147
22149
  padding: 8px 0;
@@ -22694,34 +22696,19 @@ textarea.v-field__input::placeholder {
22694
22696
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
22695
22697
  }
22696
22698
 
22697
- .v-list-group__header.v-list-item--active:not(:focus-visible) .v-list-item__overlay {
22699
+ .v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
22698
22700
  opacity: 0;
22699
22701
  }
22700
- .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
22702
+ .v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
22701
22703
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22702
- }.v-locale-provider {
22703
- display: contents;
22704
- }.v-menu > .v-overlay__content {
22705
- display: flex;
22706
- flex-direction: column;
22707
- border-radius: 4px;
22708
- }
22709
- .v-menu > .v-overlay__content > .v-card,
22710
- .v-menu > .v-overlay__content > .v-sheet,
22711
- .v-menu > .v-overlay__content > .v-list {
22712
- background: rgb(var(--v-theme-surface));
22713
- border-radius: inherit;
22714
- overflow: auto;
22715
- height: 100%;
22716
- 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));
22717
- }.v-main {
22718
- flex: 1 0 auto;
22719
- max-width: 100%;
22720
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22721
- padding-left: var(--v-layout-left);
22722
- padding-right: var(--v-layout-right);
22723
- padding-top: var(--v-layout-top);
22724
- padding-bottom: var(--v-layout-bottom);
22704
+ }.v-main {
22705
+ flex: 1 0 auto;
22706
+ max-width: 100%;
22707
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22708
+ padding-left: var(--v-layout-left);
22709
+ padding-right: var(--v-layout-right);
22710
+ padding-top: var(--v-layout-top);
22711
+ padding-bottom: var(--v-layout-bottom);
22725
22712
  }
22726
22713
  .v-main__scroller {
22727
22714
  max-width: 100%;
@@ -22742,6 +22729,19 @@ textarea.v-field__input::placeholder {
22742
22729
  --v-layout-right: 0px;
22743
22730
  --v-layout-top: 0px;
22744
22731
  --v-layout-bottom: 0px;
22732
+ }.v-menu > .v-overlay__content {
22733
+ display: flex;
22734
+ flex-direction: column;
22735
+ border-radius: 4px;
22736
+ }
22737
+ .v-menu > .v-overlay__content > .v-card,
22738
+ .v-menu > .v-overlay__content > .v-sheet,
22739
+ .v-menu > .v-overlay__content > .v-list {
22740
+ background: rgb(var(--v-theme-surface));
22741
+ border-radius: inherit;
22742
+ overflow: auto;
22743
+ height: 100%;
22744
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22745
22745
  }.v-messages {
22746
22746
  flex: 1 1 auto;
22747
22747
  font-size: 12px;
@@ -23375,6 +23375,32 @@ html.v-overlay-scroll-blocked {
23375
23375
 
23376
23376
  .v-slider__label {
23377
23377
  margin-inline-end: 12px;
23378
+ }.v-responsive {
23379
+ display: flex;
23380
+ flex: 1 0 auto;
23381
+ max-height: 100%;
23382
+ max-width: 100%;
23383
+ overflow: hidden;
23384
+ position: relative;
23385
+ }
23386
+ .v-responsive--inline {
23387
+ display: inline-flex;
23388
+ flex: 0 0 auto;
23389
+ }
23390
+
23391
+ .v-responsive__content {
23392
+ flex: 1 0 0px;
23393
+ max-width: 100%;
23394
+ }
23395
+
23396
+ .v-responsive__sizer ~ .v-responsive__content {
23397
+ margin-inline-start: -100%;
23398
+ }
23399
+
23400
+ .v-responsive__sizer {
23401
+ flex: 1 0 0px;
23402
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23403
+ pointer-events: none;
23378
23404
  }.v-rating {
23379
23405
  max-width: 100%;
23380
23406
  display: inline-flex;
@@ -23429,32 +23455,6 @@ html.v-overlay-scroll-blocked {
23429
23455
  opacity: 0;
23430
23456
  position: absolute;
23431
23457
  width: 0;
23432
- }.v-responsive {
23433
- display: flex;
23434
- flex: 1 0 auto;
23435
- max-height: 100%;
23436
- max-width: 100%;
23437
- overflow: hidden;
23438
- position: relative;
23439
- }
23440
- .v-responsive--inline {
23441
- display: inline-flex;
23442
- flex: 0 0 auto;
23443
- }
23444
-
23445
- .v-responsive__content {
23446
- flex: 1 0 0px;
23447
- max-width: 100%;
23448
- }
23449
-
23450
- .v-responsive__sizer ~ .v-responsive__content {
23451
- margin-inline-start: -100%;
23452
- }
23453
-
23454
- .v-responsive__sizer {
23455
- flex: 1 0 0px;
23456
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23457
- pointer-events: none;
23458
23458
  }.v-select .v-field .v-text-field__prefix,
23459
23459
  .v-select .v-field .v-text-field__suffix,
23460
23460
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -23640,6 +23640,61 @@ html.v-overlay-scroll-blocked {
23640
23640
  }
23641
23641
  .v-sheet--rounded {
23642
23642
  border-radius: 4px;
23643
+ }.v-slide-group {
23644
+ display: flex;
23645
+ overflow: hidden;
23646
+ }
23647
+
23648
+ .v-slide-group__next,
23649
+ .v-slide-group__prev {
23650
+ align-items: center;
23651
+ display: flex;
23652
+ flex: 0 1 52px;
23653
+ justify-content: center;
23654
+ min-width: 52px;
23655
+ cursor: pointer;
23656
+ }
23657
+ .v-slide-group__next--disabled,
23658
+ .v-slide-group__prev--disabled {
23659
+ pointer-events: none;
23660
+ opacity: var(--v-disabled-opacity);
23661
+ }
23662
+
23663
+ .v-slide-group__content {
23664
+ display: flex;
23665
+ flex: 1 0 auto;
23666
+ position: relative;
23667
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23668
+ white-space: nowrap;
23669
+ }
23670
+ .v-slide-group__content > * {
23671
+ white-space: initial;
23672
+ }
23673
+
23674
+ .v-slide-group__container {
23675
+ contain: content;
23676
+ display: flex;
23677
+ flex: 1 1 auto;
23678
+ overflow-x: auto;
23679
+ overflow-y: hidden;
23680
+ scrollbar-width: none;
23681
+ scrollbar-color: rgba(0, 0, 0, 0);
23682
+ }
23683
+ .v-slide-group__container::-webkit-scrollbar {
23684
+ display: none;
23685
+ }
23686
+
23687
+ .v-slide-group--vertical {
23688
+ max-height: inherit;
23689
+ }
23690
+ .v-slide-group--vertical,
23691
+ .v-slide-group--vertical .v-slide-group__container,
23692
+ .v-slide-group--vertical .v-slide-group__content {
23693
+ flex-direction: column;
23694
+ }
23695
+ .v-slide-group--vertical .v-slide-group__container {
23696
+ overflow-x: hidden;
23697
+ overflow-y: auto;
23643
23698
  }.v-skeleton-loader {
23644
23699
  align-items: center;
23645
23700
  background: rgb(var(--v-theme-surface));
@@ -23863,61 +23918,6 @@ html.v-overlay-scroll-blocked {
23863
23918
  100% {
23864
23919
  transform: translateX(100%);
23865
23920
  }
23866
- }.v-slide-group {
23867
- display: flex;
23868
- overflow: hidden;
23869
- }
23870
-
23871
- .v-slide-group__next,
23872
- .v-slide-group__prev {
23873
- align-items: center;
23874
- display: flex;
23875
- flex: 0 1 52px;
23876
- justify-content: center;
23877
- min-width: 52px;
23878
- cursor: pointer;
23879
- }
23880
- .v-slide-group__next--disabled,
23881
- .v-slide-group__prev--disabled {
23882
- pointer-events: none;
23883
- opacity: var(--v-disabled-opacity);
23884
- }
23885
-
23886
- .v-slide-group__content {
23887
- display: flex;
23888
- flex: 1 0 auto;
23889
- position: relative;
23890
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23891
- white-space: nowrap;
23892
- }
23893
- .v-slide-group__content > * {
23894
- white-space: initial;
23895
- }
23896
-
23897
- .v-slide-group__container {
23898
- contain: content;
23899
- display: flex;
23900
- flex: 1 1 auto;
23901
- overflow-x: auto;
23902
- overflow-y: hidden;
23903
- scrollbar-width: none;
23904
- scrollbar-color: rgba(0, 0, 0, 0);
23905
- }
23906
- .v-slide-group__container::-webkit-scrollbar {
23907
- display: none;
23908
- }
23909
-
23910
- .v-slide-group--vertical {
23911
- max-height: inherit;
23912
- }
23913
- .v-slide-group--vertical,
23914
- .v-slide-group--vertical .v-slide-group__container,
23915
- .v-slide-group--vertical .v-slide-group__content {
23916
- flex-direction: column;
23917
- }
23918
- .v-slide-group--vertical .v-slide-group__container {
23919
- overflow-x: hidden;
23920
- overflow-y: auto;
23921
23921
  }.v-snackbar {
23922
23922
  justify-content: center;
23923
23923
  z-index: 10000;
@@ -24097,209 +24097,43 @@ html.v-overlay-scroll-blocked {
24097
24097
  }
24098
24098
  .v-speed-dial__content > *:nth-child(10) {
24099
24099
  transition-delay: 0.45s;
24100
- }.v-stepper.v-sheet {
24101
- 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));
24102
- border-radius: 4px;
24103
- overflow: hidden;
24104
- }
24105
- .v-stepper.v-sheet.v-stepper--flat {
24106
- 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));
24100
+ }.v-switch .v-label {
24101
+ padding-inline-start: 10px;
24107
24102
  }
24108
24103
 
24109
- .v-stepper-header {
24110
- 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));
24111
- align-items: center;
24104
+ .v-switch__loader {
24112
24105
  display: flex;
24113
- position: relative;
24114
- overflow-x: auto;
24115
- justify-content: space-between;
24116
- z-index: 1;
24117
- }
24118
- .v-stepper-header .v-divider {
24119
- margin: 0 -16px;
24120
24106
  }
24121
- .v-stepper-header .v-divider:last-child {
24122
- margin-inline-end: 0;
24123
- }
24124
- .v-stepper-header .v-divider:first-child {
24125
- margin-inline-start: 0;
24107
+ .v-switch__loader .v-progress-circular {
24108
+ color: rgb(var(--v-theme-surface));
24126
24109
  }
24127
- .v-stepper--alt-labels .v-stepper-header {
24128
- height: auto;
24110
+
24111
+ .v-switch__track,
24112
+ .v-switch__thumb {
24113
+ transition: none;
24129
24114
  }
24130
- .v-stepper--alt-labels .v-stepper-header .v-divider {
24131
- align-self: flex-start;
24132
- margin: 35px -67px 0;
24115
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24116
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24117
+ background-color: rgb(var(--v-theme-error));
24118
+ color: rgb(var(--v-theme-on-error));
24133
24119
  }
24134
24120
 
24135
- .v-stepper-window {
24136
- margin: 1.5rem;
24121
+ .v-switch__track-true {
24122
+ margin-inline-end: auto;
24123
+ }
24124
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24125
+ opacity: 0;
24137
24126
  }
24138
24127
 
24139
- .v-stepper-actions {
24140
- display: flex;
24141
- align-items: center;
24142
- justify-content: space-between;
24143
- padding: 1rem;
24128
+ .v-switch__track-false {
24129
+ margin-inline-start: auto;
24144
24130
  }
24145
- .v-stepper .v-stepper-actions {
24146
- padding: 0 1.5rem 1rem;
24131
+ .v-selection-control--dirty .v-switch__track-false {
24132
+ opacity: 0;
24147
24133
  }
24148
- .v-stepper-window-item .v-stepper-actions {
24149
- padding: 1.5rem 0 0;
24150
- }.v-stepper-item {
24151
- align-items: center;
24152
- align-self: stretch;
24153
- display: inline-flex;
24154
- flex: none;
24155
- outline: none;
24156
- opacity: var(--v-medium-emphasis-opacity);
24157
- padding: 1.5rem;
24158
- position: relative;
24159
- transition-duration: 0.2s;
24160
- transition-property: opacity;
24161
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24162
- }
24163
- .v-stepper-item:hover > .v-stepper-item__overlay {
24164
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24165
- }
24166
- .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24167
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24168
- }
24169
- @supports not selector(:focus-visible) {
24170
- .v-stepper-item:focus > .v-stepper-item__overlay {
24171
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24172
- }
24173
- }
24174
- .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24175
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24176
- }
24177
- .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24178
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24179
- }
24180
- .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
24181
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24182
- }
24183
- @supports not selector(:focus-visible) {
24184
- .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24185
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24186
- }
24187
- }
24188
- .v-stepper--non-linear .v-stepper-item {
24189
- opacity: var(--v-high-emphasis-opacity);
24190
- }
24191
- .v-stepper-item--selected {
24192
- opacity: 1;
24193
- }
24194
- .v-stepper-item--error {
24195
- color: rgb(var(--v-theme-error));
24196
- }
24197
- .v-stepper-item--disabled {
24198
- opacity: var(--v-medium-emphasis-opacity);
24199
- pointer-events: none;
24200
- }
24201
- .v-stepper--alt-labels .v-stepper-item {
24202
- flex-direction: column;
24203
- justify-content: flex-start;
24204
- align-items: center;
24205
- flex-basis: 175px;
24206
- }
24207
-
24208
- .v-stepper-item__avatar.v-avatar {
24209
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24210
- color: rgb(var(--v-theme-on-surface-variant));
24211
- font-size: 0.75rem;
24212
- margin-inline-end: 8px;
24213
- }
24214
- .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
24215
- margin-inline-end: 0;
24216
- }
24217
- .v-stepper-item__avatar.v-avatar .v-icon {
24218
- font-size: 0.875rem;
24219
- }
24220
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24221
- background: rgb(var(--v-theme-surface-variant));
24222
- }
24223
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24224
- background: rgb(var(--v-theme-error));
24225
- }
24226
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24227
- margin-bottom: 16px;
24228
- margin-inline-end: 0;
24229
- }
24230
-
24231
- .v-stepper-item__title {
24232
- line-height: 1;
24233
- }
24234
- .v-stepper--mobile .v-stepper-item__title {
24235
- display: none;
24236
- }
24237
-
24238
- .v-stepper-item__subtitle {
24239
- font-size: 0.75rem;
24240
- text-align: left;
24241
- line-height: 1;
24242
- opacity: var(--v-medium-emphasis-opacity);
24243
- }
24244
- .v-stepper--alt-labels .v-stepper-item__subtitle {
24245
- text-align: center;
24246
- }
24247
- .v-stepper--mobile .v-stepper-item__subtitle {
24248
- display: none;
24249
- }
24250
-
24251
- .v-stepper-item__overlay {
24252
- background-color: currentColor;
24253
- border-radius: inherit;
24254
- opacity: 0;
24255
- transition: opacity 0.2s ease-in-out;
24256
- }
24257
-
24258
- .v-stepper-item__overlay,
24259
- .v-stepper-item__underlay {
24260
- position: absolute;
24261
- top: 0;
24262
- left: 0;
24263
- width: 100%;
24264
- height: 100%;
24265
- pointer-events: none;
24266
- }.v-switch .v-label {
24267
- padding-inline-start: 10px;
24268
- }
24269
-
24270
- .v-switch__loader {
24271
- display: flex;
24272
- }
24273
- .v-switch__loader .v-progress-circular {
24274
- color: rgb(var(--v-theme-surface));
24275
- }
24276
-
24277
- .v-switch__track,
24278
- .v-switch__thumb {
24279
- transition: none;
24280
- }
24281
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24282
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24283
- background-color: rgb(var(--v-theme-error));
24284
- color: rgb(var(--v-theme-on-error));
24285
- }
24286
-
24287
- .v-switch__track-true {
24288
- margin-inline-end: auto;
24289
- }
24290
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24291
- opacity: 0;
24292
- }
24293
-
24294
- .v-switch__track-false {
24295
- margin-inline-start: auto;
24296
- }
24297
- .v-selection-control--dirty .v-switch__track-false {
24298
- opacity: 0;
24299
- }
24300
-
24301
- .v-switch__track {
24302
- display: inline-flex;
24134
+
24135
+ .v-switch__track {
24136
+ display: inline-flex;
24303
24137
  align-items: center;
24304
24138
  font-size: 0.5rem;
24305
24139
  padding: 0 5px;
@@ -24440,8 +24274,269 @@ html.v-overlay-scroll-blocked {
24440
24274
  .v-switch.v-switch--loading .v-switch__thumb {
24441
24275
  background-color: canvas;
24442
24276
  }
24443
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24444
- border-width: 0;
24277
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24278
+ border-width: 0;
24279
+ }
24280
+ }.v-stepper.v-sheet {
24281
+ 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));
24282
+ border-radius: 4px;
24283
+ overflow: hidden;
24284
+ }
24285
+ .v-stepper.v-sheet.v-stepper--flat {
24286
+ 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));
24287
+ }
24288
+
24289
+ .v-stepper-header {
24290
+ 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));
24291
+ align-items: center;
24292
+ display: flex;
24293
+ position: relative;
24294
+ overflow-x: auto;
24295
+ justify-content: space-between;
24296
+ z-index: 1;
24297
+ }
24298
+ .v-stepper-header .v-divider {
24299
+ margin: 0 -16px;
24300
+ }
24301
+ .v-stepper-header .v-divider:last-child {
24302
+ margin-inline-end: 0;
24303
+ }
24304
+ .v-stepper-header .v-divider:first-child {
24305
+ margin-inline-start: 0;
24306
+ }
24307
+ .v-stepper--alt-labels .v-stepper-header {
24308
+ height: auto;
24309
+ }
24310
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24311
+ align-self: flex-start;
24312
+ margin: 35px -67px 0;
24313
+ }
24314
+
24315
+ .v-stepper-window {
24316
+ margin: 1.5rem;
24317
+ }
24318
+
24319
+ .v-stepper-actions {
24320
+ display: flex;
24321
+ align-items: center;
24322
+ justify-content: space-between;
24323
+ padding: 1rem;
24324
+ }
24325
+ .v-stepper .v-stepper-actions {
24326
+ padding: 0 1.5rem 1rem;
24327
+ }
24328
+ .v-stepper-window-item .v-stepper-actions {
24329
+ padding: 1.5rem 0 0;
24330
+ }.v-stepper-item {
24331
+ align-items: center;
24332
+ align-self: stretch;
24333
+ display: inline-flex;
24334
+ flex: none;
24335
+ outline: none;
24336
+ opacity: var(--v-medium-emphasis-opacity);
24337
+ padding: 1.5rem;
24338
+ position: relative;
24339
+ transition-duration: 0.2s;
24340
+ transition-property: opacity;
24341
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24342
+ }
24343
+ .v-stepper-item:hover > .v-stepper-item__overlay {
24344
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24345
+ }
24346
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24347
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24348
+ }
24349
+ @supports not selector(:focus-visible) {
24350
+ .v-stepper-item:focus > .v-stepper-item__overlay {
24351
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24352
+ }
24353
+ }
24354
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24355
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24356
+ }
24357
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24358
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24359
+ }
24360
+ .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
24361
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24362
+ }
24363
+ @supports not selector(:focus-visible) {
24364
+ .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24365
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24366
+ }
24367
+ }
24368
+ .v-stepper--non-linear .v-stepper-item {
24369
+ opacity: var(--v-high-emphasis-opacity);
24370
+ }
24371
+ .v-stepper-item--selected {
24372
+ opacity: 1;
24373
+ }
24374
+ .v-stepper-item--error {
24375
+ color: rgb(var(--v-theme-error));
24376
+ }
24377
+ .v-stepper-item--disabled {
24378
+ opacity: var(--v-medium-emphasis-opacity);
24379
+ pointer-events: none;
24380
+ }
24381
+ .v-stepper--alt-labels .v-stepper-item {
24382
+ flex-direction: column;
24383
+ justify-content: flex-start;
24384
+ align-items: center;
24385
+ flex-basis: 175px;
24386
+ }
24387
+
24388
+ .v-stepper-item__avatar.v-avatar {
24389
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24390
+ color: rgb(var(--v-theme-on-surface-variant));
24391
+ font-size: 0.75rem;
24392
+ margin-inline-end: 8px;
24393
+ }
24394
+ .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
24395
+ margin-inline-end: 0;
24396
+ }
24397
+ .v-stepper-item__avatar.v-avatar .v-icon {
24398
+ font-size: 0.875rem;
24399
+ }
24400
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24401
+ background: rgb(var(--v-theme-surface-variant));
24402
+ }
24403
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24404
+ background: rgb(var(--v-theme-error));
24405
+ }
24406
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24407
+ margin-bottom: 16px;
24408
+ margin-inline-end: 0;
24409
+ }
24410
+
24411
+ .v-stepper-item__title {
24412
+ line-height: 1;
24413
+ }
24414
+ .v-stepper--mobile .v-stepper-item__title {
24415
+ display: none;
24416
+ }
24417
+
24418
+ .v-stepper-item__subtitle {
24419
+ font-size: 0.75rem;
24420
+ text-align: left;
24421
+ line-height: 1;
24422
+ opacity: var(--v-medium-emphasis-opacity);
24423
+ }
24424
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
24425
+ text-align: center;
24426
+ }
24427
+ .v-stepper--mobile .v-stepper-item__subtitle {
24428
+ display: none;
24429
+ }
24430
+
24431
+ .v-stepper-item__overlay {
24432
+ background-color: currentColor;
24433
+ border-radius: inherit;
24434
+ opacity: 0;
24435
+ transition: opacity 0.2s ease-in-out;
24436
+ }
24437
+
24438
+ .v-stepper-item__overlay,
24439
+ .v-stepper-item__underlay {
24440
+ position: absolute;
24441
+ top: 0;
24442
+ left: 0;
24443
+ width: 100%;
24444
+ height: 100%;
24445
+ pointer-events: none;
24446
+ }.v-tab.v-tab.v-btn {
24447
+ height: var(--v-tabs-height);
24448
+ border-radius: 0;
24449
+ min-width: 90px;
24450
+ }
24451
+ .v-slide-group--horizontal .v-tab {
24452
+ max-width: 360px;
24453
+ }
24454
+ .v-slide-group--vertical .v-tab {
24455
+ justify-content: start;
24456
+ }
24457
+
24458
+ .v-tab__slider {
24459
+ position: absolute;
24460
+ bottom: 0;
24461
+ left: 0;
24462
+ height: 2px;
24463
+ width: 100%;
24464
+ background: currentColor;
24465
+ pointer-events: none;
24466
+ opacity: 0;
24467
+ }
24468
+ .v-tab--selected .v-tab__slider {
24469
+ opacity: 1;
24470
+ }
24471
+ .v-slide-group--vertical .v-tab__slider {
24472
+ top: 0;
24473
+ height: 100%;
24474
+ width: 2px;
24475
+ }.v-tabs {
24476
+ display: flex;
24477
+ height: var(--v-tabs-height);
24478
+ }
24479
+ .v-tabs--density-default {
24480
+ --v-tabs-height: 48px;
24481
+ }
24482
+ .v-tabs--density-default.v-tabs--stacked {
24483
+ --v-tabs-height: 72px;
24484
+ }
24485
+
24486
+ .v-tabs--density-comfortable {
24487
+ --v-tabs-height: 44px;
24488
+ }
24489
+ .v-tabs--density-comfortable.v-tabs--stacked {
24490
+ --v-tabs-height: 68px;
24491
+ }
24492
+
24493
+ .v-tabs--density-compact {
24494
+ --v-tabs-height: 36px;
24495
+ }
24496
+ .v-tabs--density-compact.v-tabs--stacked {
24497
+ --v-tabs-height: 60px;
24498
+ }
24499
+
24500
+ .v-tabs.v-slide-group--vertical {
24501
+ height: auto;
24502
+ flex: none;
24503
+ --v-tabs-height: 48px;
24504
+ }
24505
+
24506
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24507
+ margin-inline-start: 42px;
24508
+ }
24509
+
24510
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24511
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24512
+ margin-inline-end: auto;
24513
+ }
24514
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24515
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24516
+ margin-inline-start: auto;
24517
+ }
24518
+
24519
+ .v-tabs--grow {
24520
+ flex-grow: 1;
24521
+ }
24522
+ .v-tabs--grow .v-tab {
24523
+ flex: 1 0 auto;
24524
+ max-width: none;
24525
+ }
24526
+
24527
+ .v-tabs--align-tabs-end .v-tab:first-child {
24528
+ margin-inline-start: auto;
24529
+ }
24530
+ .v-tabs--align-tabs-end .v-tab:last-child {
24531
+ margin-inline-end: 0;
24532
+ }
24533
+
24534
+ @media (max-width: 1279.98px) {
24535
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24536
+ margin-inline-start: 52px;
24537
+ }
24538
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24539
+ margin-inline-end: 52px;
24445
24540
  }
24446
24541
  }.v-system-bar {
24447
24542
  align-items: center;
@@ -24618,101 +24713,6 @@ html.v-overlay-scroll-blocked {
24618
24713
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24619
24714
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24620
24715
  border-top: 0px !important;
24621
- }.v-tab.v-tab.v-btn {
24622
- height: var(--v-tabs-height);
24623
- border-radius: 0;
24624
- min-width: 90px;
24625
- }
24626
- .v-slide-group--horizontal .v-tab {
24627
- max-width: 360px;
24628
- }
24629
- .v-slide-group--vertical .v-tab {
24630
- justify-content: start;
24631
- }
24632
-
24633
- .v-tab__slider {
24634
- position: absolute;
24635
- bottom: 0;
24636
- left: 0;
24637
- height: 2px;
24638
- width: 100%;
24639
- background: currentColor;
24640
- pointer-events: none;
24641
- opacity: 0;
24642
- }
24643
- .v-tab--selected .v-tab__slider {
24644
- opacity: 1;
24645
- }
24646
- .v-slide-group--vertical .v-tab__slider {
24647
- top: 0;
24648
- height: 100%;
24649
- width: 2px;
24650
- }.v-tabs {
24651
- display: flex;
24652
- height: var(--v-tabs-height);
24653
- }
24654
- .v-tabs--density-default {
24655
- --v-tabs-height: 48px;
24656
- }
24657
- .v-tabs--density-default.v-tabs--stacked {
24658
- --v-tabs-height: 72px;
24659
- }
24660
-
24661
- .v-tabs--density-comfortable {
24662
- --v-tabs-height: 44px;
24663
- }
24664
- .v-tabs--density-comfortable.v-tabs--stacked {
24665
- --v-tabs-height: 68px;
24666
- }
24667
-
24668
- .v-tabs--density-compact {
24669
- --v-tabs-height: 36px;
24670
- }
24671
- .v-tabs--density-compact.v-tabs--stacked {
24672
- --v-tabs-height: 60px;
24673
- }
24674
-
24675
- .v-tabs.v-slide-group--vertical {
24676
- height: auto;
24677
- flex: none;
24678
- --v-tabs-height: 48px;
24679
- }
24680
-
24681
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24682
- margin-inline-start: 42px;
24683
- }
24684
-
24685
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24686
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24687
- margin-inline-end: auto;
24688
- }
24689
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24690
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24691
- margin-inline-start: auto;
24692
- }
24693
-
24694
- .v-tabs--grow {
24695
- flex-grow: 1;
24696
- }
24697
- .v-tabs--grow .v-tab {
24698
- flex: 1 0 auto;
24699
- max-width: none;
24700
- }
24701
-
24702
- .v-tabs--align-tabs-end .v-tab:first-child {
24703
- margin-inline-start: auto;
24704
- }
24705
- .v-tabs--align-tabs-end .v-tab:last-child {
24706
- margin-inline-end: 0;
24707
- }
24708
-
24709
- @media (max-width: 1279.98px) {
24710
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24711
- margin-inline-start: 52px;
24712
- }
24713
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24714
- margin-inline-end: 52px;
24715
- }
24716
24716
  }/* region BLOCK */
24717
24717
  .v-text-field input {
24718
24718
  color: inherit;
@@ -24811,143 +24811,14 @@ html.v-overlay-scroll-blocked {
24811
24811
  .v-textarea textarea {
24812
24812
  opacity: 0;
24813
24813
  flex: 1;
24814
- min-width: 0;
24815
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24816
- }
24817
- .v-textarea textarea:focus, .v-textarea textarea:active {
24818
- outline: none;
24819
- }
24820
- .v-textarea textarea:invalid {
24821
- box-shadow: none;
24822
- }.v-toolbar {
24823
- align-items: flex-start;
24824
- display: flex;
24825
- flex: none;
24826
- flex-direction: column;
24827
- justify-content: space-between;
24828
- max-width: 100%;
24829
- position: relative;
24830
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24831
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
24832
- width: 100%;
24833
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24834
- border-style: solid;
24835
- border-width: 0;
24836
- 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));
24837
- border-radius: 0;
24838
- background: rgb(var(--v-theme-surface-light));
24839
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24840
- }
24841
- .v-toolbar--border {
24842
- border-width: thin;
24843
- box-shadow: none;
24844
- }
24845
- .v-toolbar--absolute {
24846
- position: absolute;
24847
- }
24848
- .v-toolbar--collapse {
24849
- max-width: 112px;
24850
- overflow: hidden;
24851
- border-end-end-radius: 24px;
24852
- }
24853
- .v-toolbar--collapse .v-toolbar-title {
24854
- display: none;
24855
- }
24856
- .v-toolbar--flat {
24857
- 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));
24858
- }
24859
- .v-toolbar--floating {
24860
- display: inline-flex;
24861
- }
24862
- .v-toolbar--rounded {
24863
- border-radius: 4px;
24864
- }
24865
-
24866
- .v-toolbar__content,
24867
- .v-toolbar__extension {
24868
- align-items: center;
24869
- display: flex;
24870
- flex: 0 0 auto;
24871
- position: relative;
24872
- transition: inherit;
24873
- width: 100%;
24874
- }
24875
-
24876
- .v-toolbar__content {
24877
- overflow: hidden;
24878
- }
24879
- .v-toolbar__content > .v-btn:first-child {
24880
- margin-inline-start: 4px;
24881
- }
24882
- .v-toolbar__content > .v-btn:last-child {
24883
- margin-inline-end: 4px;
24884
- }
24885
- .v-toolbar__content > .v-toolbar-title {
24886
- margin-inline-start: 20px;
24887
- }
24888
- .v-toolbar--density-prominent .v-toolbar__content {
24889
- align-items: flex-start;
24890
- }
24891
-
24892
- .v-toolbar__image {
24893
- position: absolute;
24894
- top: 0;
24895
- left: 0;
24896
- width: 100%;
24897
- height: 100%;
24898
- display: flex;
24899
- opacity: var(--v-toolbar-image-opacity, 1);
24900
- transition-property: opacity;
24901
- }
24902
-
24903
- .v-toolbar__prepend,
24904
- .v-toolbar__append {
24905
- align-items: center;
24906
- align-self: stretch;
24907
- display: flex;
24908
- }
24909
-
24910
- .v-toolbar__prepend {
24911
- margin-inline: 4px auto;
24912
- }
24913
-
24914
- .v-toolbar__append {
24915
- margin-inline: auto 4px;
24916
- }
24917
-
24918
- .v-toolbar-title {
24919
- flex: 1 1;
24920
- font-size: 1.25rem;
24921
- min-width: 0;
24922
- font-size: 1.25rem;
24923
- font-weight: 400;
24924
- letter-spacing: 0;
24925
- line-height: 1.75rem;
24926
- text-transform: none;
24927
- }
24928
- .v-toolbar--density-prominent .v-toolbar-title {
24929
- align-self: flex-end;
24930
- padding-bottom: 6px;
24931
- font-size: 1.5rem;
24932
- font-weight: 400;
24933
- letter-spacing: 0;
24934
- line-height: 2.25rem;
24935
- text-transform: none;
24936
- }
24937
-
24938
- .v-toolbar-title__placeholder {
24939
- overflow: hidden;
24940
- text-overflow: ellipsis;
24941
- white-space: nowrap;
24814
+ min-width: 0;
24815
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24942
24816
  }
24943
-
24944
- .v-toolbar-items {
24945
- display: flex;
24946
- height: inherit;
24947
- align-self: stretch;
24817
+ .v-textarea textarea:focus, .v-textarea textarea:active {
24818
+ outline: none;
24948
24819
  }
24949
- .v-toolbar-items > .v-btn {
24950
- border-radius: 0;
24820
+ .v-textarea textarea:invalid {
24821
+ box-shadow: none;
24951
24822
  }.v-theme-provider {
24952
24823
  background: rgb(var(--v-theme-background));
24953
24824
  color: rgb(var(--v-theme-on-background));
@@ -25389,6 +25260,135 @@ html.v-overlay-scroll-blocked {
25389
25260
  .v-tooltip > .v-overlay__content[class*=leave-active] {
25390
25261
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25391
25262
  transition-duration: 75ms;
25263
+ }.v-toolbar {
25264
+ align-items: flex-start;
25265
+ display: flex;
25266
+ flex: none;
25267
+ flex-direction: column;
25268
+ justify-content: space-between;
25269
+ max-width: 100%;
25270
+ position: relative;
25271
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25272
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25273
+ width: 100%;
25274
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25275
+ border-style: solid;
25276
+ border-width: 0;
25277
+ 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));
25278
+ border-radius: 0;
25279
+ background: rgb(var(--v-theme-surface-light));
25280
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25281
+ }
25282
+ .v-toolbar--border {
25283
+ border-width: thin;
25284
+ box-shadow: none;
25285
+ }
25286
+ .v-toolbar--absolute {
25287
+ position: absolute;
25288
+ }
25289
+ .v-toolbar--collapse {
25290
+ max-width: 112px;
25291
+ overflow: hidden;
25292
+ border-end-end-radius: 24px;
25293
+ }
25294
+ .v-toolbar--collapse .v-toolbar-title {
25295
+ display: none;
25296
+ }
25297
+ .v-toolbar--flat {
25298
+ 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));
25299
+ }
25300
+ .v-toolbar--floating {
25301
+ display: inline-flex;
25302
+ }
25303
+ .v-toolbar--rounded {
25304
+ border-radius: 4px;
25305
+ }
25306
+
25307
+ .v-toolbar__content,
25308
+ .v-toolbar__extension {
25309
+ align-items: center;
25310
+ display: flex;
25311
+ flex: 0 0 auto;
25312
+ position: relative;
25313
+ transition: inherit;
25314
+ width: 100%;
25315
+ }
25316
+
25317
+ .v-toolbar__content {
25318
+ overflow: hidden;
25319
+ }
25320
+ .v-toolbar__content > .v-btn:first-child {
25321
+ margin-inline-start: 4px;
25322
+ }
25323
+ .v-toolbar__content > .v-btn:last-child {
25324
+ margin-inline-end: 4px;
25325
+ }
25326
+ .v-toolbar__content > .v-toolbar-title {
25327
+ margin-inline-start: 20px;
25328
+ }
25329
+ .v-toolbar--density-prominent .v-toolbar__content {
25330
+ align-items: flex-start;
25331
+ }
25332
+
25333
+ .v-toolbar__image {
25334
+ position: absolute;
25335
+ top: 0;
25336
+ left: 0;
25337
+ width: 100%;
25338
+ height: 100%;
25339
+ display: flex;
25340
+ opacity: var(--v-toolbar-image-opacity, 1);
25341
+ transition-property: opacity;
25342
+ }
25343
+
25344
+ .v-toolbar__prepend,
25345
+ .v-toolbar__append {
25346
+ align-items: center;
25347
+ align-self: stretch;
25348
+ display: flex;
25349
+ }
25350
+
25351
+ .v-toolbar__prepend {
25352
+ margin-inline: 4px auto;
25353
+ }
25354
+
25355
+ .v-toolbar__append {
25356
+ margin-inline: auto 4px;
25357
+ }
25358
+
25359
+ .v-toolbar-title {
25360
+ flex: 1 1;
25361
+ font-size: 1.25rem;
25362
+ min-width: 0;
25363
+ font-size: 1.25rem;
25364
+ font-weight: 400;
25365
+ letter-spacing: 0;
25366
+ line-height: 1.75rem;
25367
+ text-transform: none;
25368
+ }
25369
+ .v-toolbar--density-prominent .v-toolbar-title {
25370
+ align-self: flex-end;
25371
+ padding-bottom: 6px;
25372
+ font-size: 1.5rem;
25373
+ font-weight: 400;
25374
+ letter-spacing: 0;
25375
+ line-height: 2.25rem;
25376
+ text-transform: none;
25377
+ }
25378
+
25379
+ .v-toolbar-title__placeholder {
25380
+ overflow: hidden;
25381
+ text-overflow: ellipsis;
25382
+ white-space: nowrap;
25383
+ }
25384
+
25385
+ .v-toolbar-items {
25386
+ display: flex;
25387
+ height: inherit;
25388
+ align-self: stretch;
25389
+ }
25390
+ .v-toolbar-items > .v-btn {
25391
+ border-radius: 0;
25392
25392
  }.v-virtual-scroll {
25393
25393
  display: block;
25394
25394
  flex: 1 1 auto;
@@ -25468,63 +25468,6 @@ html.v-overlay-scroll-blocked {
25468
25468
  }
25469
25469
  .v-window-y-reverse-transition-leave-to {
25470
25470
  transform: translateY(100%);
25471
- }.v-color-picker-canvas {
25472
- display: flex;
25473
- position: relative;
25474
- overflow: hidden;
25475
- contain: content;
25476
- touch-action: none;
25477
- }
25478
- .v-color-picker-canvas__dot {
25479
- position: absolute;
25480
- top: 0;
25481
- left: 0;
25482
- width: 15px;
25483
- height: 15px;
25484
- background: transparent;
25485
- border-radius: 50%;
25486
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25487
- }
25488
- .v-color-picker-canvas__dot--disabled {
25489
- 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);
25490
- }
25491
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25492
- will-change: transform;
25493
- }.v-color-picker-swatches {
25494
- overflow-y: auto;
25495
- }
25496
- .v-color-picker-swatches > div {
25497
- display: flex;
25498
- flex-wrap: wrap;
25499
- justify-content: center;
25500
- padding: 8px;
25501
- }
25502
-
25503
- .v-color-picker-swatches__swatch {
25504
- display: flex;
25505
- flex-direction: column;
25506
- margin-bottom: 10px;
25507
- }
25508
-
25509
- .v-color-picker-swatches__color {
25510
- position: relative;
25511
- height: 18px;
25512
- max-height: 18px;
25513
- width: 45px;
25514
- margin: 2px 4px;
25515
- border-radius: 2px;
25516
- -webkit-user-select: none;
25517
- user-select: none;
25518
- overflow: hidden;
25519
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25520
- cursor: pointer;
25521
- }
25522
- .v-color-picker-swatches__color > div {
25523
- display: flex;
25524
- align-items: center;
25525
- justify-content: center;
25526
- width: 100%;
25527
- height: 100%;
25528
25471
  }.v-color-picker-edit {
25529
25472
  display: flex;
25530
25473
  margin-top: 24px;
@@ -25623,6 +25566,63 @@ html.v-overlay-scroll-blocked {
25623
25566
  .v-color-picker-preview__eye-dropper {
25624
25567
  position: relative;
25625
25568
  margin-right: 12px;
25569
+ }.v-color-picker-canvas {
25570
+ display: flex;
25571
+ position: relative;
25572
+ overflow: hidden;
25573
+ contain: content;
25574
+ touch-action: none;
25575
+ }
25576
+ .v-color-picker-canvas__dot {
25577
+ position: absolute;
25578
+ top: 0;
25579
+ left: 0;
25580
+ width: 15px;
25581
+ height: 15px;
25582
+ background: transparent;
25583
+ border-radius: 50%;
25584
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25585
+ }
25586
+ .v-color-picker-canvas__dot--disabled {
25587
+ 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);
25588
+ }
25589
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25590
+ will-change: transform;
25591
+ }.v-color-picker-swatches {
25592
+ overflow-y: auto;
25593
+ }
25594
+ .v-color-picker-swatches > div {
25595
+ display: flex;
25596
+ flex-wrap: wrap;
25597
+ justify-content: center;
25598
+ padding: 8px;
25599
+ }
25600
+
25601
+ .v-color-picker-swatches__swatch {
25602
+ display: flex;
25603
+ flex-direction: column;
25604
+ margin-bottom: 10px;
25605
+ }
25606
+
25607
+ .v-color-picker-swatches__color {
25608
+ position: relative;
25609
+ height: 18px;
25610
+ max-height: 18px;
25611
+ width: 45px;
25612
+ margin: 2px 4px;
25613
+ border-radius: 2px;
25614
+ -webkit-user-select: none;
25615
+ user-select: none;
25616
+ overflow: hidden;
25617
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25618
+ cursor: pointer;
25619
+ }
25620
+ .v-color-picker-swatches__color > div {
25621
+ display: flex;
25622
+ align-items: center;
25623
+ justify-content: center;
25624
+ width: 100%;
25625
+ height: 100%;
25626
25626
  }.v-picker.v-sheet {
25627
25627
  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));
25628
25628
  border-radius: 4px;