@vuetify/nightly 3.6.1-dev.2024-05-01 → 3.6.3-master.2024-05-02

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 (55) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/dist/json/attributes.json +91 -91
  3. package/dist/json/importMap-labs.json +18 -18
  4. package/dist/json/importMap.json +138 -138
  5. package/dist/json/web-types.json +192 -191
  6. package/dist/vuetify-labs.css +1323 -1323
  7. package/dist/vuetify-labs.d.ts +275 -233
  8. package/dist/vuetify-labs.esm.js +20 -15
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +20 -15
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +629 -629
  13. package/dist/vuetify.d.ts +326 -284
  14. package/dist/vuetify.esm.js +20 -15
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +20 -15
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +20 -21
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +18 -18
  22. package/lib/components/VBottomSheet/index.d.mts +15 -9
  23. package/lib/components/VCombobox/index.d.mts +18 -18
  24. package/lib/components/VDataTable/VDataTableHeaders.mjs +2 -0
  25. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  26. package/lib/components/VDataTable/composables/select.mjs +7 -8
  27. package/lib/components/VDataTable/composables/select.mjs.map +1 -1
  28. package/lib/components/VDatePicker/VDatePicker.mjs +2 -2
  29. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  30. package/lib/components/VDialog/index.d.mts +33 -27
  31. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  32. package/lib/components/VFileInput/index.d.mts +6 -6
  33. package/lib/components/VHover/VHover.mjs +1 -1
  34. package/lib/components/VHover/VHover.mjs.map +1 -1
  35. package/lib/components/VHover/index.d.mts +24 -24
  36. package/lib/components/VMenu/index.d.mts +33 -27
  37. package/lib/components/VOverlay/VOverlay.mjs +5 -2
  38. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  39. package/lib/components/VOverlay/index.d.mts +15 -9
  40. package/lib/components/VSelect/index.d.mts +18 -18
  41. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  42. package/lib/components/VSnackbar/index.d.mts +47 -41
  43. package/lib/components/VSpeedDial/index.d.mts +15 -9
  44. package/lib/components/VTooltip/index.d.mts +33 -27
  45. package/lib/components/index.d.mts +275 -233
  46. package/lib/composables/date/adapters/vuetify.mjs +1 -0
  47. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  48. package/lib/entry-bundler.mjs +1 -1
  49. package/lib/entry-bundler.mjs.map +1 -1
  50. package/lib/framework.mjs +1 -1
  51. package/lib/framework.mjs.map +1 -1
  52. package/lib/index.d.mts +51 -51
  53. package/lib/labs/VSnackbarQueue/index.d.mts +47 -41
  54. package/lib/labs/components.d.mts +47 -41
  55. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.1-dev.2024-05-01
2
+ * Vuetify v3.6.3-master.2024-05-02
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17380,38 +17380,6 @@ html.overflow-y-hidden {
17380
17380
  font-weight: normal;
17381
17381
  padding: 0.2em 0.4rem;
17382
17382
  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));
17383
- }.v-calendar-day {
17384
- position: relative;
17385
- display: flex;
17386
- flex-direction: column;
17387
- }
17388
-
17389
- .v-calendar-weekly .v-calendar__container {
17390
- display: grid;
17391
- }
17392
- .v-calendar-weekly .v-calendar__container.days__7 {
17393
- grid-template-columns: repeat(7, 1fr);
17394
- }
17395
- .v-calendar-weekly .v-calendar__container.days__6 {
17396
- grid-template-columns: repeat(6, 1fr);
17397
- }
17398
- .v-calendar-weekly .v-calendar__container.days__5 {
17399
- grid-template-columns: repeat(5, 1fr);
17400
- }
17401
- .v-calendar-weekly .v-calendar__container.days__4 {
17402
- grid-template-columns: repeat(4, 1fr);
17403
- }
17404
- .v-calendar-weekly .v-calendar__container.days__3 {
17405
- grid-template-columns: repeat(3, 1fr);
17406
- }
17407
- .v-calendar-weekly .v-calendar__container.days__2 {
17408
- grid-template-columns: repeat(2, 1fr);
17409
- }
17410
- .v-calendar-weekly .v-calendar__container.days__1 {
17411
- grid-template-columns: repeat(1, 1fr);
17412
- }
17413
- .v-calendar-weekly .v-calendar__container.days__0 {
17414
- grid-template-columns: repeat(1, 1fr);
17415
17383
  }.v-calendar-weekly {
17416
17384
  width: 100%;
17417
17385
  height: 100%;
@@ -17635,48 +17603,38 @@ html.overflow-y-hidden {
17635
17603
  }
17636
17604
  .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
17637
17605
  border-right: none;
17638
- }.v-calendar-day__row-with-label {
17606
+ }.v-calendar-day {
17607
+ position: relative;
17608
+ display: flex;
17609
+ flex-direction: column;
17610
+ }
17611
+
17612
+ .v-calendar-weekly .v-calendar__container {
17639
17613
  display: grid;
17640
- grid-template-columns: 48px 8px 1fr;
17641
- border-right: thin solid #e0e0e0;
17642
17614
  }
17643
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17644
- position: relative;
17645
- border-right: thin solid #e0e0e0;
17615
+ .v-calendar-weekly .v-calendar__container.days__7 {
17616
+ grid-template-columns: repeat(7, 1fr);
17646
17617
  }
17647
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17648
- content: "";
17649
- border-bottom: thin solid #e0e0e0;
17650
- position: absolute;
17651
- width: 100%;
17652
- margin-top: -1px;
17653
- z-index: 3;
17654
- pointer-events: none;
17618
+ .v-calendar-weekly .v-calendar__container.days__6 {
17619
+ grid-template-columns: repeat(6, 1fr);
17655
17620
  }
17656
- .v-calendar-day__row-with-label .v-calendar-day__row-label {
17657
- font-size: 10px;
17658
- text-align: center;
17659
- position: relative;
17660
- top: -8px;
17621
+ .v-calendar-weekly .v-calendar__container.days__5 {
17622
+ grid-template-columns: repeat(5, 1fr);
17661
17623
  }
17662
- .v-calendar-day__row-with-label .v-calendar-day__row-content {
17663
- border-bottom: thin solid #e0e0e0;
17624
+ .v-calendar-weekly .v-calendar__container.days__4 {
17625
+ grid-template-columns: repeat(4, 1fr);
17664
17626
  }
17665
- .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17666
- border-bottom: none;
17627
+ .v-calendar-weekly .v-calendar__container.days__3 {
17628
+ grid-template-columns: repeat(3, 1fr);
17667
17629
  }
17668
-
17669
- .v-calendar-day__row-without-label {
17670
- display: grid;
17671
- grid-template-columns: 1fr;
17672
- border-right: thin solid #e0e0e0;
17630
+ .v-calendar-weekly .v-calendar__container.days__2 {
17631
+ grid-template-columns: repeat(2, 1fr);
17673
17632
  }
17674
- .v-calendar-day__row-without-label .v-calendar-day__row-content {
17675
- overflow: hidden;
17676
- border-bottom: thin solid #e0e0e0;
17633
+ .v-calendar-weekly .v-calendar__container.days__1 {
17634
+ grid-template-columns: repeat(1, 1fr);
17677
17635
  }
17678
- .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17679
- border-bottom: none;
17636
+ .v-calendar-weekly .v-calendar__container.days__0 {
17637
+ grid-template-columns: repeat(1, 1fr);
17680
17638
  }.v-calendar-header {
17681
17639
  align-items: center;
17682
17640
  display: flex;
@@ -17758,6 +17716,48 @@ html.overflow-y-hidden {
17758
17716
 
17759
17717
  .v-calendar-weekly__day-alldayevents-container {
17760
17718
  min-height: 24px;
17719
+ }.v-calendar-day__row-with-label {
17720
+ display: grid;
17721
+ grid-template-columns: 48px 8px 1fr;
17722
+ border-right: thin solid #e0e0e0;
17723
+ }
17724
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17725
+ position: relative;
17726
+ border-right: thin solid #e0e0e0;
17727
+ }
17728
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17729
+ content: "";
17730
+ border-bottom: thin solid #e0e0e0;
17731
+ position: absolute;
17732
+ width: 100%;
17733
+ margin-top: -1px;
17734
+ z-index: 3;
17735
+ pointer-events: none;
17736
+ }
17737
+ .v-calendar-day__row-with-label .v-calendar-day__row-label {
17738
+ font-size: 10px;
17739
+ text-align: center;
17740
+ position: relative;
17741
+ top: -8px;
17742
+ }
17743
+ .v-calendar-day__row-with-label .v-calendar-day__row-content {
17744
+ border-bottom: thin solid #e0e0e0;
17745
+ }
17746
+ .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17747
+ border-bottom: none;
17748
+ }
17749
+
17750
+ .v-calendar-day__row-without-label {
17751
+ display: grid;
17752
+ grid-template-columns: 1fr;
17753
+ border-right: thin solid #e0e0e0;
17754
+ }
17755
+ .v-calendar-day__row-without-label .v-calendar-day__row-content {
17756
+ overflow: hidden;
17757
+ border-bottom: thin solid #e0e0e0;
17758
+ }
17759
+ .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17760
+ border-bottom: none;
17761
17761
  }.v-number-input input[type=number] {
17762
17762
  -moz-appearance: textfield;
17763
17763
  }
@@ -17796,6 +17796,32 @@ html.overflow-y-hidden {
17796
17796
  .v-number-input__control .v-btn {
17797
17797
  background-color: transparent;
17798
17798
  border-radius: 0;
17799
+ }.v-pull-to-refresh {
17800
+ overflow: hidden;
17801
+ position: relative;
17802
+ }
17803
+ .v-pull-to-refresh__pull-down {
17804
+ position: absolute;
17805
+ width: 100%;
17806
+ transition: top 0.3s ease-out;
17807
+ }
17808
+ .v-pull-to-refresh__pull-down--touching {
17809
+ transition: none;
17810
+ }
17811
+ .v-pull-to-refresh__pull-down-default {
17812
+ display: flex;
17813
+ width: 100%;
17814
+ height: 100%;
17815
+ justify-content: center;
17816
+ align-items: flex-end;
17817
+ padding-bottom: 10px;
17818
+ }
17819
+ .v-pull-to-refresh__scroll-container {
17820
+ position: relative;
17821
+ transition: top 0.3s ease-out;
17822
+ }
17823
+ .v-pull-to-refresh__scroll-container--touching {
17824
+ transition: none;
17799
17825
  }.v-picker.v-sheet {
17800
17826
  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));
17801
17827
  border-radius: 4px;
@@ -17856,53 +17882,184 @@ html.overflow-y-hidden {
17856
17882
  .v-time-picker.v-picker .v-picker-title {
17857
17883
  padding: 0;
17858
17884
  margin-bottom: 20px;
17859
- }.v-time-picker-controls {
17860
- display: flex;
17861
- align-items: center;
17862
- justify-content: center;
17863
- font-size: 0.875rem;
17864
- padding-top: 4px;
17865
- padding-bottom: 4px;
17866
- margin-bottom: 36px;
17885
+ }.v-time-picker-clock {
17886
+ background: rgb(var(--v-theme-background));
17887
+ color: rgb(var(--v-theme-on-background));
17867
17888
  }
17868
- .v-time-picker-controls__text {
17869
- padding-bottom: 12px;
17889
+ .v-time-picker-clock:after {
17890
+ color: rgb(var(--v-theme-primary));
17870
17891
  }
17871
- .v-time-picker-controls__time {
17892
+ .v-time-picker-clock .v-time-picker-clock__item--active {
17893
+ background-color: rgb(var(--v-theme-surface-variant));
17894
+ color: rgb(var(--v-theme-on-surface-variant));
17895
+ }
17896
+
17897
+ .v-time-picker-clock {
17898
+ margin: 0 auto;
17899
+ background: rgb(var(--v-theme-surface-light));
17900
+ border-radius: 50%;
17901
+ position: relative;
17902
+ transition: none;
17903
+ -webkit-user-select: none;
17904
+ user-select: none;
17905
+ height: 256px;
17906
+ width: 256px;
17907
+ flex: 1 0 auto;
17908
+ }
17909
+ .v-time-picker-clock__container {
17872
17910
  display: flex;
17873
- white-space: nowrap;
17874
- direction: ltr;
17911
+ flex-direction: column;
17912
+ flex-basis: 290px;
17875
17913
  justify-content: center;
17914
+ padding: 10px;
17876
17915
  }
17877
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
17878
- width: 96px;
17879
- height: 80px;
17880
- font-size: 56px;
17916
+ .v-time-picker-clock__hand {
17917
+ background-color: currentColor;
17918
+ height: calc(50% - 4px);
17919
+ width: 2px;
17920
+ bottom: 50%;
17921
+ left: calc(50% - 1px);
17922
+ transform-origin: center bottom;
17923
+ position: absolute;
17924
+ will-change: transform;
17925
+ z-index: 1;
17881
17926
  }
17882
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
17883
- background: rgb(var(--v-theme-primary));
17927
+ .v-time-picker-clock__hand:before {
17928
+ background: transparent;
17929
+ border-width: 2px;
17930
+ border-style: solid;
17931
+ border-color: currentColor;
17932
+ border-radius: 100%;
17933
+ width: 10px;
17934
+ height: 10px;
17935
+ content: "";
17936
+ position: absolute;
17937
+ top: -4px;
17938
+ left: 50%;
17939
+ transform: translate(-50%, -50%);
17884
17940
  }
17885
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
17886
- width: 96px;
17887
- height: 80px;
17941
+ .v-time-picker-clock__hand:after {
17942
+ content: "";
17943
+ position: absolute;
17944
+ height: 8px;
17945
+ width: 8px;
17946
+ top: 100%;
17947
+ left: 50%;
17948
+ border-radius: 100%;
17949
+ background-color: currentColor;
17950
+ transform: translate(-50%, -50%);
17888
17951
  }
17889
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
17890
- width: 64px;
17891
- height: 80px;
17892
- font-size: 40px;
17952
+ .v-time-picker-clock__hand--inner:after {
17953
+ height: 14px;
17893
17954
  }
17894
- .v-time-picker-controls__time__separator {
17895
- font-size: 56px;
17896
- height: 80px;
17897
- width: 24px;
17898
- text-align: center;
17955
+ .v-time-picker-clock--readonly {
17956
+ pointer-events: none;
17899
17957
  }
17900
- .v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
17901
- height: 80px;
17902
- font-size: 56px;
17958
+ .v-time-picker-clock .v-time-picker-clock__item--disabled {
17959
+ opacity: var(--v-disabled-opacity);
17903
17960
  }
17904
17961
 
17905
- .v-time-picker-controls__ampm {
17962
+ .v-picker--full-width .v-time-picker-clock__container {
17963
+ max-width: 290px;
17964
+ }
17965
+
17966
+ .v-time-picker-clock__inner {
17967
+ position: absolute;
17968
+ bottom: 27px;
17969
+ left: 27px;
17970
+ right: 27px;
17971
+ top: 27px;
17972
+ }
17973
+
17974
+ .v-time-picker-clock__item {
17975
+ align-items: center;
17976
+ border-radius: 100%;
17977
+ cursor: default;
17978
+ display: flex;
17979
+ font-size: 16px;
17980
+ justify-content: center;
17981
+ height: 40px;
17982
+ position: absolute;
17983
+ text-align: center;
17984
+ width: 40px;
17985
+ -webkit-user-select: none;
17986
+ user-select: none;
17987
+ transform: translate(-50%, -50%);
17988
+ }
17989
+ .v-time-picker-clock__item > span {
17990
+ z-index: 1;
17991
+ }
17992
+ .v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
17993
+ content: "";
17994
+ border-radius: 100%;
17995
+ position: absolute;
17996
+ top: 50%;
17997
+ left: 50%;
17998
+ height: 14px;
17999
+ width: 14px;
18000
+ transform: translate(-50%, -50%);
18001
+ }
18002
+ .v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
18003
+ height: 40px;
18004
+ width: 40px;
18005
+ }
18006
+ .v-time-picker-clock__item--active {
18007
+ cursor: default;
18008
+ z-index: 2;
18009
+ }
18010
+ .v-time-picker-clock__item--disabled {
18011
+ pointer-events: none;
18012
+ }
18013
+
18014
+ .v-picker--landscape .v-time-picker-clock__container {
18015
+ flex-direction: row;
18016
+ }.v-time-picker-controls {
18017
+ display: flex;
18018
+ align-items: center;
18019
+ justify-content: center;
18020
+ font-size: 0.875rem;
18021
+ padding-top: 4px;
18022
+ padding-bottom: 4px;
18023
+ margin-bottom: 36px;
18024
+ }
18025
+ .v-time-picker-controls__text {
18026
+ padding-bottom: 12px;
18027
+ }
18028
+ .v-time-picker-controls__time {
18029
+ display: flex;
18030
+ white-space: nowrap;
18031
+ direction: ltr;
18032
+ justify-content: center;
18033
+ }
18034
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
18035
+ width: 96px;
18036
+ height: 80px;
18037
+ font-size: 56px;
18038
+ }
18039
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
18040
+ background: rgb(var(--v-theme-primary));
18041
+ }
18042
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
18043
+ width: 96px;
18044
+ height: 80px;
18045
+ }
18046
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
18047
+ width: 64px;
18048
+ height: 80px;
18049
+ font-size: 40px;
18050
+ }
18051
+ .v-time-picker-controls__time__separator {
18052
+ font-size: 56px;
18053
+ height: 80px;
18054
+ width: 24px;
18055
+ text-align: center;
18056
+ }
18057
+ .v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
18058
+ height: 80px;
18059
+ font-size: 56px;
18060
+ }
18061
+
18062
+ .v-time-picker-controls__ampm {
17906
18063
  margin-left: 12px;
17907
18064
  align-self: flex-end;
17908
18065
  display: flex;
@@ -17975,179 +18132,127 @@ html.overflow-y-hidden {
17975
18132
  }
17976
18133
  .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
17977
18134
  padding-inline-start: calc(12px + var(--indent-padding)) !important;
17978
- }.v-time-picker-clock {
17979
- background: rgb(var(--v-theme-background));
17980
- color: rgb(var(--v-theme-on-background));
18135
+ }.v-app-bar {
18136
+ display: flex;
17981
18137
  }
17982
- .v-time-picker-clock:after {
17983
- color: rgb(var(--v-theme-primary));
18138
+ .v-app-bar.v-toolbar {
18139
+ background: rgb(var(--v-theme-surface));
18140
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17984
18141
  }
17985
- .v-time-picker-clock .v-time-picker-clock__item--active {
17986
- background-color: rgb(var(--v-theme-surface-variant));
17987
- color: rgb(var(--v-theme-on-surface-variant));
18142
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18143
+ 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));
17988
18144
  }
17989
-
17990
- .v-time-picker-clock {
17991
- margin: 0 auto;
17992
- background: rgb(var(--v-theme-surface-light));
17993
- border-radius: 50%;
17994
- position: relative;
17995
- transition: none;
17996
- -webkit-user-select: none;
17997
- user-select: none;
17998
- height: 256px;
17999
- width: 256px;
18000
- flex: 1 0 auto;
18145
+ .v-app-bar:not(.v-toolbar--absolute) {
18146
+ padding-inline-end: var(--v-scrollbar-offset);
18147
+ }.v-application {
18148
+ display: flex;
18149
+ background: rgb(var(--v-theme-background));
18150
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18001
18151
  }
18002
- .v-time-picker-clock__container {
18152
+
18153
+ .v-application__wrap {
18154
+ -webkit-backface-visibility: hidden;
18155
+ backface-visibility: hidden;
18003
18156
  display: flex;
18004
18157
  flex-direction: column;
18005
- flex-basis: 290px;
18158
+ flex: 1 1 auto;
18159
+ max-width: 100%;
18160
+ min-height: 100vh;
18161
+ min-height: 100dvh;
18162
+ position: relative;
18163
+ }.v-avatar {
18164
+ flex: none;
18165
+ align-items: center;
18166
+ display: inline-flex;
18006
18167
  justify-content: center;
18007
- padding: 10px;
18008
- }
18009
- .v-time-picker-clock__hand {
18010
- background-color: currentColor;
18011
- height: calc(50% - 4px);
18012
- width: 2px;
18013
- bottom: 50%;
18014
- left: calc(50% - 1px);
18015
- transform-origin: center bottom;
18016
- position: absolute;
18017
- will-change: transform;
18018
- z-index: 1;
18019
- }
18020
- .v-time-picker-clock__hand:before {
18021
- background: transparent;
18022
- border-width: 2px;
18023
- border-style: solid;
18024
- border-color: currentColor;
18025
- border-radius: 100%;
18026
- width: 10px;
18027
- height: 10px;
18028
- content: "";
18029
- position: absolute;
18030
- top: -4px;
18031
- left: 50%;
18032
- transform: translate(-50%, -50%);
18033
- }
18034
- .v-time-picker-clock__hand:after {
18035
- content: "";
18036
- position: absolute;
18037
- height: 8px;
18038
- width: 8px;
18039
- top: 100%;
18040
- left: 50%;
18041
- border-radius: 100%;
18042
- background-color: currentColor;
18043
- transform: translate(-50%, -50%);
18168
+ line-height: normal;
18169
+ overflow: hidden;
18170
+ position: relative;
18171
+ text-align: center;
18172
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18173
+ transition-property: width, height;
18174
+ vertical-align: middle;
18175
+ border-radius: 50%;
18044
18176
  }
18045
- .v-time-picker-clock__hand--inner:after {
18046
- height: 14px;
18177
+ .v-avatar.v-avatar--size-x-small {
18178
+ --v-avatar-height: 24px;
18047
18179
  }
18048
- .v-time-picker-clock--readonly {
18049
- pointer-events: none;
18180
+ .v-avatar.v-avatar--size-small {
18181
+ --v-avatar-height: 32px;
18050
18182
  }
18051
- .v-time-picker-clock .v-time-picker-clock__item--disabled {
18052
- opacity: var(--v-disabled-opacity);
18183
+ .v-avatar.v-avatar--size-default {
18184
+ --v-avatar-height: 40px;
18053
18185
  }
18054
-
18055
- .v-picker--full-width .v-time-picker-clock__container {
18056
- max-width: 290px;
18186
+ .v-avatar.v-avatar--size-large {
18187
+ --v-avatar-height: 48px;
18057
18188
  }
18058
-
18059
- .v-time-picker-clock__inner {
18060
- position: absolute;
18061
- bottom: 27px;
18062
- left: 27px;
18063
- right: 27px;
18064
- top: 27px;
18189
+ .v-avatar.v-avatar--size-x-large {
18190
+ --v-avatar-height: 56px;
18065
18191
  }
18066
-
18067
- .v-time-picker-clock__item {
18068
- align-items: center;
18069
- border-radius: 100%;
18070
- cursor: default;
18071
- display: flex;
18072
- font-size: 16px;
18073
- justify-content: center;
18074
- height: 40px;
18075
- position: absolute;
18076
- text-align: center;
18077
- width: 40px;
18078
- -webkit-user-select: none;
18079
- user-select: none;
18080
- transform: translate(-50%, -50%);
18192
+ .v-avatar.v-avatar--density-default {
18193
+ height: calc(var(--v-avatar-height) + 0px);
18194
+ width: calc(var(--v-avatar-height) + 0px);
18081
18195
  }
18082
- .v-time-picker-clock__item > span {
18083
- z-index: 1;
18196
+ .v-avatar.v-avatar--density-comfortable {
18197
+ height: calc(var(--v-avatar-height) + -4px);
18198
+ width: calc(var(--v-avatar-height) + -4px);
18084
18199
  }
18085
- .v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
18086
- content: "";
18087
- border-radius: 100%;
18088
- position: absolute;
18089
- top: 50%;
18090
- left: 50%;
18091
- height: 14px;
18092
- width: 14px;
18093
- transform: translate(-50%, -50%);
18200
+ .v-avatar.v-avatar--density-compact {
18201
+ height: calc(var(--v-avatar-height) + -8px);
18202
+ width: calc(var(--v-avatar-height) + -8px);
18094
18203
  }
18095
- .v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
18096
- height: 40px;
18097
- width: 40px;
18204
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18205
+ background: transparent;
18206
+ color: inherit;
18098
18207
  }
18099
- .v-time-picker-clock__item--active {
18100
- cursor: default;
18101
- z-index: 2;
18208
+ .v-avatar--variant-plain {
18209
+ opacity: 0.62;
18102
18210
  }
18103
- .v-time-picker-clock__item--disabled {
18104
- pointer-events: none;
18211
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18212
+ opacity: 1;
18105
18213
  }
18106
-
18107
- .v-picker--landscape .v-time-picker-clock__container {
18108
- flex-direction: row;
18109
- }.v-pull-to-refresh {
18110
- overflow: hidden;
18111
- position: relative;
18214
+ .v-avatar--variant-plain .v-avatar__overlay {
18215
+ display: none;
18112
18216
  }
18113
- .v-pull-to-refresh__pull-down {
18114
- position: absolute;
18115
- width: 100%;
18116
- transition: top 0.3s ease-out;
18217
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
18218
+ background: var(--v-theme-surface);
18219
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18117
18220
  }
18118
- .v-pull-to-refresh__pull-down--touching {
18119
- transition: none;
18221
+ .v-avatar--variant-elevated {
18222
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18120
18223
  }
18121
- .v-pull-to-refresh__pull-down-default {
18122
- display: flex;
18123
- width: 100%;
18124
- height: 100%;
18125
- justify-content: center;
18126
- align-items: flex-end;
18127
- padding-bottom: 10px;
18224
+ .v-avatar--variant-flat {
18225
+ 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));
18128
18226
  }
18129
- .v-pull-to-refresh__scroll-container {
18130
- position: relative;
18131
- transition: top 0.3s ease-out;
18227
+ .v-avatar--variant-outlined {
18228
+ border: thin solid currentColor;
18132
18229
  }
18133
- .v-pull-to-refresh__scroll-container--touching {
18134
- transition: none;
18135
- }.v-application {
18136
- display: flex;
18137
- background: rgb(var(--v-theme-background));
18138
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18230
+ .v-avatar--variant-text .v-avatar__overlay {
18231
+ background: currentColor;
18139
18232
  }
18140
-
18141
- .v-application__wrap {
18142
- -webkit-backface-visibility: hidden;
18143
- backface-visibility: hidden;
18144
- display: flex;
18145
- flex-direction: column;
18146
- flex: 1 1 auto;
18147
- max-width: 100%;
18148
- min-height: 100vh;
18149
- min-height: 100dvh;
18150
- position: relative;
18233
+ .v-avatar--variant-tonal .v-avatar__underlay {
18234
+ background: currentColor;
18235
+ opacity: var(--v-activated-opacity);
18236
+ border-radius: inherit;
18237
+ position: absolute;
18238
+ top: 0;
18239
+ right: 0;
18240
+ bottom: 0;
18241
+ left: 0;
18242
+ pointer-events: none;
18243
+ }
18244
+ .v-avatar--rounded {
18245
+ border-radius: 4px;
18246
+ }
18247
+ .v-avatar--start {
18248
+ margin-inline-end: 8px;
18249
+ }
18250
+ .v-avatar--end {
18251
+ margin-inline-start: 8px;
18252
+ }
18253
+ .v-avatar .v-img {
18254
+ height: 100%;
18255
+ width: 100%;
18151
18256
  }.v-alert {
18152
18257
  display: grid;
18153
18258
  flex: 1 1;
@@ -18358,18 +18463,77 @@ html.overflow-y-hidden {
18358
18463
  text-transform: none;
18359
18464
  word-break: normal;
18360
18465
  word-wrap: break-word;
18361
- }.v-app-bar {
18362
- display: flex;
18466
+ }.v-badge {
18467
+ display: inline-block;
18468
+ line-height: 1;
18363
18469
  }
18364
- .v-app-bar.v-toolbar {
18365
- background: rgb(var(--v-theme-surface));
18366
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18470
+
18471
+ .v-badge__badge {
18472
+ align-items: center;
18473
+ display: inline-flex;
18474
+ border-radius: 10px;
18475
+ font-size: 0.75rem;
18476
+ font-weight: 500;
18477
+ height: 1.25rem;
18478
+ justify-content: center;
18479
+ min-width: 20px;
18480
+ padding: 4px 6px;
18481
+ pointer-events: auto;
18482
+ position: absolute;
18483
+ text-align: center;
18484
+ text-indent: 0;
18485
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18486
+ white-space: nowrap;
18487
+ background: rgb(var(--v-theme-surface-variant));
18488
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18367
18489
  }
18368
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18369
- 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));
18490
+ .v-badge--bordered .v-badge__badge::after {
18491
+ border-radius: inherit;
18492
+ border-style: solid;
18493
+ border-width: 2px;
18494
+ bottom: 0;
18495
+ color: rgb(var(--v-theme-background));
18496
+ content: "";
18497
+ left: 0;
18498
+ position: absolute;
18499
+ right: 0;
18500
+ top: 0;
18501
+ transform: scale(1.05);
18370
18502
  }
18371
- .v-app-bar:not(.v-toolbar--absolute) {
18372
- padding-inline-end: var(--v-scrollbar-offset);
18503
+ .v-badge--dot .v-badge__badge {
18504
+ border-radius: 4.5px;
18505
+ height: 9px;
18506
+ min-width: 0;
18507
+ padding: 0;
18508
+ width: 9px;
18509
+ }
18510
+ .v-badge--dot .v-badge__badge::after {
18511
+ border-width: 1.5px;
18512
+ }
18513
+ .v-badge--inline .v-badge__badge {
18514
+ position: relative;
18515
+ vertical-align: middle;
18516
+ }
18517
+ .v-badge__badge .v-icon {
18518
+ color: inherit;
18519
+ font-size: 0.75rem;
18520
+ margin: 0 -2px;
18521
+ }
18522
+ .v-badge__badge img,
18523
+ .v-badge__badge .v-img {
18524
+ height: 100%;
18525
+ width: 100%;
18526
+ }
18527
+
18528
+ .v-badge__wrapper {
18529
+ display: flex;
18530
+ position: relative;
18531
+ }
18532
+ .v-badge--inline .v-badge__wrapper {
18533
+ align-items: center;
18534
+ display: inline-flex;
18535
+ justify-content: center;
18536
+ margin: 0 4px;
18373
18537
  }.v-autocomplete .v-field .v-text-field__prefix,
18374
18538
  .v-autocomplete .v-field .v-text-field__suffix,
18375
18539
  .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
@@ -18451,170 +18615,93 @@ html.overflow-y-hidden {
18451
18615
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18452
18616
  opacity: var(--v-high-emphasis-opacity);
18453
18617
  transform: rotate(180deg);
18454
- }.v-badge {
18455
- display: inline-block;
18456
- line-height: 1;
18618
+ }.bottom-sheet-transition-enter-from {
18619
+ transform: translateY(100%);
18457
18620
  }
18458
-
18459
- .v-badge__badge {
18460
- align-items: center;
18461
- display: inline-flex;
18462
- border-radius: 10px;
18463
- font-size: 0.75rem;
18464
- font-weight: 500;
18465
- height: 1.25rem;
18466
- justify-content: center;
18467
- min-width: 20px;
18468
- padding: 4px 6px;
18469
- pointer-events: auto;
18470
- position: absolute;
18471
- text-align: center;
18472
- text-indent: 0;
18473
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18474
- white-space: nowrap;
18475
- background: rgb(var(--v-theme-surface-variant));
18476
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18621
+ .bottom-sheet-transition-leave-to {
18622
+ transform: translateY(100%);
18477
18623
  }
18478
- .v-badge--bordered .v-badge__badge::after {
18479
- border-radius: inherit;
18480
- border-style: solid;
18481
- border-width: 2px;
18482
- bottom: 0;
18483
- color: rgb(var(--v-theme-background));
18484
- content: "";
18624
+
18625
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18626
+ align-self: flex-end;
18627
+ border-radius: 0;
18628
+ flex: 0 1 auto;
18485
18629
  left: 0;
18486
- position: absolute;
18487
18630
  right: 0;
18488
- top: 0;
18489
- transform: scale(1.05);
18490
- }
18491
- .v-badge--dot .v-badge__badge {
18492
- border-radius: 4.5px;
18493
- height: 9px;
18494
- min-width: 0;
18495
- padding: 0;
18496
- width: 9px;
18497
- }
18498
- .v-badge--dot .v-badge__badge::after {
18499
- border-width: 1.5px;
18500
- }
18501
- .v-badge--inline .v-badge__badge {
18502
- position: relative;
18503
- vertical-align: middle;
18631
+ margin-inline: 0;
18632
+ margin-bottom: 0;
18633
+ transition-duration: 0.2s;
18634
+ width: 100%;
18635
+ max-width: 100%;
18636
+ overflow: visible;
18637
+ 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));
18504
18638
  }
18505
- .v-badge__badge .v-icon {
18506
- color: inherit;
18507
- font-size: 0.75rem;
18508
- margin: 0 -2px;
18639
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18640
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18641
+ border-radius: 0;
18509
18642
  }
18510
- .v-badge__badge img,
18511
- .v-badge__badge .v-img {
18512
- height: 100%;
18513
- width: 100%;
18643
+ .v-bottom-sheet.v-bottom-sheet--inset {
18644
+ max-width: none;
18514
18645
  }
18515
-
18516
- .v-badge__wrapper {
18646
+ @media (min-width: 600px) {
18647
+ .v-bottom-sheet.v-bottom-sheet--inset {
18648
+ max-width: 70%;
18649
+ }
18650
+ }.v-bottom-navigation {
18517
18651
  display: flex;
18518
- position: relative;
18519
- }
18520
- .v-badge--inline .v-badge__wrapper {
18521
- align-items: center;
18522
- display: inline-flex;
18523
- justify-content: center;
18524
- margin: 0 4px;
18525
- }.v-avatar {
18526
- flex: none;
18527
- align-items: center;
18528
- display: inline-flex;
18529
- justify-content: center;
18530
- line-height: normal;
18652
+ max-width: 100%;
18531
18653
  overflow: hidden;
18532
- position: relative;
18533
- text-align: center;
18534
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18535
- transition-property: width, height;
18536
- vertical-align: middle;
18537
- border-radius: 50%;
18538
- }
18539
- .v-avatar.v-avatar--size-x-small {
18540
- --v-avatar-height: 24px;
18541
- }
18542
- .v-avatar.v-avatar--size-small {
18543
- --v-avatar-height: 32px;
18544
- }
18545
- .v-avatar.v-avatar--size-default {
18546
- --v-avatar-height: 40px;
18547
- }
18548
- .v-avatar.v-avatar--size-large {
18549
- --v-avatar-height: 48px;
18550
- }
18551
- .v-avatar.v-avatar--size-x-large {
18552
- --v-avatar-height: 56px;
18553
- }
18554
- .v-avatar.v-avatar--density-default {
18555
- height: calc(var(--v-avatar-height) + 0px);
18556
- width: calc(var(--v-avatar-height) + 0px);
18557
- }
18558
- .v-avatar.v-avatar--density-comfortable {
18559
- height: calc(var(--v-avatar-height) + -4px);
18560
- width: calc(var(--v-avatar-height) + -4px);
18561
- }
18562
- .v-avatar.v-avatar--density-compact {
18563
- height: calc(var(--v-avatar-height) + -8px);
18564
- width: calc(var(--v-avatar-height) + -8px);
18565
- }
18566
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18567
- background: transparent;
18568
- color: inherit;
18569
- }
18570
- .v-avatar--variant-plain {
18571
- opacity: 0.62;
18572
- }
18573
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18574
- opacity: 1;
18575
- }
18576
- .v-avatar--variant-plain .v-avatar__overlay {
18577
- display: none;
18578
- }
18579
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
18580
- background: var(--v-theme-surface);
18581
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18654
+ position: absolute;
18655
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18656
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18657
+ border-style: solid;
18658
+ border-width: 0;
18659
+ border-radius: 0;
18660
+ background: rgb(var(--v-theme-surface));
18661
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18582
18662
  }
18583
- .v-avatar--variant-elevated {
18584
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18663
+ .v-bottom-navigation--border {
18664
+ border-width: thin;
18665
+ box-shadow: none;
18585
18666
  }
18586
- .v-avatar--variant-flat {
18587
- 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));
18667
+ .v-bottom-navigation--active {
18668
+ 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));
18588
18669
  }
18589
- .v-avatar--variant-outlined {
18590
- border: thin solid currentColor;
18670
+
18671
+ .v-bottom-navigation__content {
18672
+ display: flex;
18673
+ flex: none;
18674
+ font-size: 0.75rem;
18675
+ justify-content: center;
18676
+ transition: inherit;
18677
+ width: 100%;
18591
18678
  }
18592
- .v-avatar--variant-text .v-avatar__overlay {
18593
- background: currentColor;
18679
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18680
+ font-size: inherit;
18681
+ height: 100%;
18682
+ max-width: 168px;
18683
+ min-width: 80px;
18684
+ text-transform: none;
18685
+ transition: inherit;
18686
+ width: auto;
18687
+ border-radius: 0;
18594
18688
  }
18595
- .v-avatar--variant-tonal .v-avatar__underlay {
18596
- background: currentColor;
18597
- opacity: var(--v-activated-opacity);
18598
- border-radius: inherit;
18599
- position: absolute;
18600
- top: 0;
18601
- right: 0;
18602
- bottom: 0;
18603
- left: 0;
18604
- pointer-events: none;
18689
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18690
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18691
+ transition: inherit;
18605
18692
  }
18606
- .v-avatar--rounded {
18607
- border-radius: 4px;
18693
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18694
+ font-size: 1.5rem;
18608
18695
  }
18609
- .v-avatar--start {
18610
- margin-inline-end: 8px;
18696
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18697
+ flex-grow: 1;
18611
18698
  }
18612
- .v-avatar--end {
18613
- margin-inline-start: 8px;
18699
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18700
+ transition: inherit;
18701
+ opacity: 0;
18614
18702
  }
18615
- .v-avatar .v-img {
18616
- height: 100%;
18617
- width: 100%;
18703
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18704
+ transform: translateY(0.5rem);
18618
18705
  }.v-banner {
18619
18706
  display: grid;
18620
18707
  flex: 1 1;
@@ -18772,93 +18859,6 @@ html.overflow-y-hidden {
18772
18859
  }
18773
18860
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18774
18861
  align-self: flex-start;
18775
- }.v-bottom-navigation {
18776
- display: flex;
18777
- max-width: 100%;
18778
- overflow: hidden;
18779
- position: absolute;
18780
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18781
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18782
- border-style: solid;
18783
- border-width: 0;
18784
- border-radius: 0;
18785
- background: rgb(var(--v-theme-surface));
18786
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18787
- }
18788
- .v-bottom-navigation--border {
18789
- border-width: thin;
18790
- box-shadow: none;
18791
- }
18792
- .v-bottom-navigation--active {
18793
- 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));
18794
- }
18795
-
18796
- .v-bottom-navigation__content {
18797
- display: flex;
18798
- flex: none;
18799
- font-size: 0.75rem;
18800
- justify-content: center;
18801
- transition: inherit;
18802
- width: 100%;
18803
- }
18804
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18805
- font-size: inherit;
18806
- height: 100%;
18807
- max-width: 168px;
18808
- min-width: 80px;
18809
- text-transform: none;
18810
- transition: inherit;
18811
- width: auto;
18812
- border-radius: 0;
18813
- }
18814
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18815
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18816
- transition: inherit;
18817
- }
18818
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18819
- font-size: 1.5rem;
18820
- }
18821
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18822
- flex-grow: 1;
18823
- }
18824
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18825
- transition: inherit;
18826
- opacity: 0;
18827
- }
18828
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18829
- transform: translateY(0.5rem);
18830
- }.bottom-sheet-transition-enter-from {
18831
- transform: translateY(100%);
18832
- }
18833
- .bottom-sheet-transition-leave-to {
18834
- transform: translateY(100%);
18835
- }
18836
-
18837
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18838
- align-self: flex-end;
18839
- border-radius: 0;
18840
- flex: 0 1 auto;
18841
- left: 0;
18842
- right: 0;
18843
- margin-inline: 0;
18844
- margin-bottom: 0;
18845
- transition-duration: 0.2s;
18846
- width: 100%;
18847
- max-width: 100%;
18848
- overflow: visible;
18849
- 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));
18850
- }
18851
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18852
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18853
- border-radius: 0;
18854
- }
18855
- .v-bottom-sheet.v-bottom-sheet--inset {
18856
- max-width: none;
18857
- }
18858
- @media (min-width: 600px) {
18859
- .v-bottom-sheet.v-bottom-sheet--inset {
18860
- max-width: 70%;
18861
- }
18862
18862
  }.v-breadcrumbs {
18863
18863
  display: flex;
18864
18864
  align-items: center;
@@ -18916,6 +18916,62 @@ html.overflow-y-hidden {
18916
18916
  display: inline-block;
18917
18917
  padding: 0 8px;
18918
18918
  vertical-align: middle;
18919
+ }.v-btn-group {
18920
+ display: inline-flex;
18921
+ flex-wrap: nowrap;
18922
+ max-width: 100%;
18923
+ min-width: 0;
18924
+ overflow: hidden;
18925
+ vertical-align: middle;
18926
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18927
+ border-style: solid;
18928
+ border-width: 0;
18929
+ 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));
18930
+ border-radius: 4px;
18931
+ background: transparent;
18932
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18933
+ }
18934
+ .v-btn-group--border {
18935
+ border-width: thin;
18936
+ box-shadow: none;
18937
+ }
18938
+ .v-btn-group--density-default.v-btn-group {
18939
+ height: 48px;
18940
+ }
18941
+
18942
+ .v-btn-group--density-comfortable.v-btn-group {
18943
+ height: 40px;
18944
+ }
18945
+
18946
+ .v-btn-group--density-compact.v-btn-group {
18947
+ height: 36px;
18948
+ }
18949
+
18950
+ .v-btn-group .v-btn {
18951
+ border-radius: 0;
18952
+ border-color: inherit;
18953
+ }
18954
+ .v-btn-group .v-btn:not(:last-child) {
18955
+ border-inline-end: none;
18956
+ }
18957
+ .v-btn-group .v-btn:not(:first-child) {
18958
+ border-inline-start: none;
18959
+ }
18960
+ .v-btn-group .v-btn:first-child {
18961
+ border-start-start-radius: inherit;
18962
+ border-end-start-radius: inherit;
18963
+ }
18964
+ .v-btn-group .v-btn:last-child {
18965
+ border-start-end-radius: inherit;
18966
+ border-end-end-radius: inherit;
18967
+ }
18968
+ .v-btn-group--divided .v-btn:not(:last-child) {
18969
+ border-inline-end-width: thin;
18970
+ border-inline-end-style: solid;
18971
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18972
+ }
18973
+ .v-btn-group--tile {
18974
+ border-radius: 0;
18919
18975
  }.v-btn {
18920
18976
  align-items: center;
18921
18977
  border-radius: 4px;
@@ -19305,101 +19361,27 @@ html.overflow-y-hidden {
19305
19361
  .v-btn__underlay {
19306
19362
  position: absolute;
19307
19363
  top: 0;
19308
- left: 0;
19309
- width: 100%;
19310
- height: 100%;
19311
- pointer-events: none;
19312
- }
19313
-
19314
- .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
19315
- margin-inline-start: 0.5rem;
19316
- }
19317
-
19318
- .v-pagination .v-btn {
19319
- border-radius: 4px;
19320
- }
19321
- .v-pagination .v-btn--rounded {
19322
- border-radius: 50%;
19323
- }
19324
- .v-btn__overlay {
19325
- transition: none;
19326
- }
19327
- .v-pagination__item--is-active .v-btn__overlay {
19328
- opacity: var(--v-border-opacity);
19329
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19330
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19331
- }
19332
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19333
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19334
- }
19335
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19336
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19337
- }
19338
- @supports not selector(:focus-visible) {
19339
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19340
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19341
- }
19342
- }.v-checkbox.v-input {
19343
- flex: 0 1 auto;
19344
- }
19345
- .v-checkbox .v-selection-control {
19346
- min-height: var(--v-input-control-height);
19347
- }.v-btn-group {
19348
- display: inline-flex;
19349
- flex-wrap: nowrap;
19350
- max-width: 100%;
19351
- min-width: 0;
19352
- overflow: hidden;
19353
- vertical-align: middle;
19354
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19355
- border-style: solid;
19356
- border-width: 0;
19357
- 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));
19358
- border-radius: 4px;
19359
- background: transparent;
19360
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19361
- }
19362
- .v-btn-group--border {
19363
- border-width: thin;
19364
- box-shadow: none;
19365
- }
19366
- .v-btn-group--density-default.v-btn-group {
19367
- height: 48px;
19368
- }
19369
-
19370
- .v-btn-group--density-comfortable.v-btn-group {
19371
- height: 40px;
19364
+ left: 0;
19365
+ width: 100%;
19366
+ height: 100%;
19367
+ pointer-events: none;
19372
19368
  }
19373
19369
 
19374
- .v-btn-group--density-compact.v-btn-group {
19375
- height: 36px;
19370
+ .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
19371
+ margin-inline-start: 0.5rem;
19376
19372
  }
19377
19373
 
19378
- .v-btn-group .v-btn {
19379
- border-radius: 0;
19380
- border-color: inherit;
19381
- }
19382
- .v-btn-group .v-btn:not(:last-child) {
19383
- border-inline-end: none;
19384
- }
19385
- .v-btn-group .v-btn:not(:first-child) {
19386
- border-inline-start: none;
19387
- }
19388
- .v-btn-group .v-btn:first-child {
19389
- border-start-start-radius: inherit;
19390
- border-end-start-radius: inherit;
19374
+ .v-pagination .v-btn {
19375
+ border-radius: 4px;
19391
19376
  }
19392
- .v-btn-group .v-btn:last-child {
19393
- border-start-end-radius: inherit;
19394
- border-end-end-radius: inherit;
19377
+ .v-pagination .v-btn--rounded {
19378
+ border-radius: 50%;
19395
19379
  }
19396
- .v-btn-group--divided .v-btn:not(:last-child) {
19397
- border-inline-end-width: thin;
19398
- border-inline-end-style: solid;
19399
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19380
+ .v-btn__overlay {
19381
+ transition: none;
19400
19382
  }
19401
- .v-btn-group--tile {
19402
- border-radius: 0;
19383
+ .v-pagination__item--is-active .v-btn__overlay {
19384
+ opacity: var(--v-border-opacity);
19403
19385
  }.v-card {
19404
19386
  display: block;
19405
19387
  overflow: hidden;
@@ -19760,6 +19742,11 @@ html.overflow-y-hidden {
19760
19742
  flex-direction: column;
19761
19743
  height: 100% !important;
19762
19744
  width: 50px;
19745
+ }.v-checkbox.v-input {
19746
+ flex: 0 1 auto;
19747
+ }
19748
+ .v-checkbox .v-selection-control {
19749
+ min-height: var(--v-input-control-height);
19763
19750
  }.v-chip {
19764
19751
  align-items: center;
19765
19752
  display: inline-flex;
@@ -20170,24 +20157,19 @@ html.overflow-y-hidden {
20170
20157
 
20171
20158
  .v-chip--label {
20172
20159
  border-radius: 4px;
20173
- }.v-chip-group {
20174
- display: flex;
20175
- max-width: 100%;
20176
- min-width: 0;
20177
- overflow-x: auto;
20178
- padding: 4px 0;
20160
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
20161
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20179
20162
  }
20180
- .v-chip-group .v-chip {
20181
- margin: 4px 8px 4px 0;
20163
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
20164
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20182
20165
  }
20183
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20184
- opacity: var(--v-activated-opacity);
20166
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
20167
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20185
20168
  }
20186
-
20187
- .v-chip-group--column .v-slide-group__content {
20188
- white-space: normal;
20189
- flex-wrap: wrap;
20190
- max-width: 100%;
20169
+ @supports not selector(:focus-visible) {
20170
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
20171
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20172
+ }
20191
20173
  }.v-color-picker {
20192
20174
  align-self: flex-start;
20193
20175
  contain: content;
@@ -20208,6 +20190,105 @@ html.overflow-y-hidden {
20208
20190
  }
20209
20191
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20210
20192
  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));
20193
+ }.v-combobox .v-field .v-text-field__prefix,
20194
+ .v-combobox .v-field .v-text-field__suffix,
20195
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20196
+ cursor: text;
20197
+ }
20198
+ .v-combobox .v-field .v-field__input > input {
20199
+ flex: 1 1;
20200
+ }
20201
+ .v-combobox .v-field input {
20202
+ min-width: 64px;
20203
+ }
20204
+ .v-combobox .v-field:not(.v-field--focused) input {
20205
+ min-width: 0;
20206
+ }
20207
+ .v-combobox .v-field--dirty .v-combobox__selection {
20208
+ margin-inline-end: 2px;
20209
+ }
20210
+ .v-combobox .v-combobox__selection-text {
20211
+ overflow: hidden;
20212
+ text-overflow: ellipsis;
20213
+ white-space: nowrap;
20214
+ }
20215
+
20216
+ .v-combobox__content {
20217
+ overflow: hidden;
20218
+ 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));
20219
+ border-radius: 4px;
20220
+ }
20221
+ .v-combobox__mask {
20222
+ background: rgb(var(--v-theme-surface-light));
20223
+ }
20224
+ .v-combobox__selection {
20225
+ display: inline-flex;
20226
+ align-items: center;
20227
+ height: 1.5rem;
20228
+ letter-spacing: inherit;
20229
+ line-height: inherit;
20230
+ max-width: calc(100% - 2px - 2px);
20231
+ }
20232
+ .v-combobox__selection:first-child {
20233
+ margin-inline-start: 0;
20234
+ }
20235
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20236
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20237
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20238
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20239
+ top: 0px;
20240
+ }
20241
+ .v-combobox--selecting-index .v-combobox__selection {
20242
+ opacity: var(--v-medium-emphasis-opacity);
20243
+ }
20244
+ .v-combobox--selecting-index .v-combobox__selection--selected {
20245
+ opacity: 1;
20246
+ }
20247
+ .v-combobox--selecting-index .v-field__input > input {
20248
+ caret-color: transparent;
20249
+ }
20250
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20251
+ flex: 1 1;
20252
+ position: absolute;
20253
+ left: 0;
20254
+ right: 0;
20255
+ width: 100%;
20256
+ padding-inline: inherit;
20257
+ }
20258
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20259
+ transition: none;
20260
+ }
20261
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20262
+ opacity: 0;
20263
+ }
20264
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20265
+ opacity: 0;
20266
+ }
20267
+ .v-combobox__menu-icon {
20268
+ margin-inline-start: 4px;
20269
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20270
+ }
20271
+ .v-combobox--active-menu .v-combobox__menu-icon {
20272
+ opacity: var(--v-high-emphasis-opacity);
20273
+ transform: rotate(180deg);
20274
+ }.v-chip-group {
20275
+ display: flex;
20276
+ max-width: 100%;
20277
+ min-width: 0;
20278
+ overflow-x: auto;
20279
+ padding: 4px 0;
20280
+ }
20281
+ .v-chip-group .v-chip {
20282
+ margin: 4px 8px 4px 0;
20283
+ }
20284
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20285
+ opacity: var(--v-activated-opacity);
20286
+ }
20287
+
20288
+ .v-chip-group--column .v-slide-group__content {
20289
+ white-space: normal;
20290
+ flex-wrap: wrap;
20291
+ max-width: 100%;
20211
20292
  }.v-container {
20212
20293
  width: 100%;
20213
20294
  padding: 16px;
@@ -20872,131 +20953,19 @@ html.overflow-y-hidden {
20872
20953
  margin-inline-start: 66.6666666667%;
20873
20954
  }
20874
20955
  .offset-xxl-9 {
20875
- margin-inline-start: 75%;
20876
- }
20877
- .offset-xxl-10 {
20878
- margin-inline-start: 83.3333333333%;
20879
- }
20880
- .offset-xxl-11 {
20881
- margin-inline-start: 91.6666666667%;
20882
- }
20883
- }.v-combobox .v-field .v-text-field__prefix,
20884
- .v-combobox .v-field .v-text-field__suffix,
20885
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20886
- cursor: text;
20887
- }
20888
- .v-combobox .v-field .v-field__input > input {
20889
- flex: 1 1;
20890
- }
20891
- .v-combobox .v-field input {
20892
- min-width: 64px;
20893
- }
20894
- .v-combobox .v-field:not(.v-field--focused) input {
20895
- min-width: 0;
20896
- }
20897
- .v-combobox .v-field--dirty .v-combobox__selection {
20898
- margin-inline-end: 2px;
20899
- }
20900
- .v-combobox .v-combobox__selection-text {
20901
- overflow: hidden;
20902
- text-overflow: ellipsis;
20903
- white-space: nowrap;
20904
- }
20905
-
20906
- .v-combobox__content {
20907
- overflow: hidden;
20908
- 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));
20909
- border-radius: 4px;
20910
- }
20911
- .v-combobox__mask {
20912
- background: rgb(var(--v-theme-surface-light));
20913
- }
20914
- .v-combobox__selection {
20915
- display: inline-flex;
20916
- align-items: center;
20917
- height: 1.5rem;
20918
- letter-spacing: inherit;
20919
- line-height: inherit;
20920
- max-width: calc(100% - 2px - 2px);
20921
- }
20922
- .v-combobox__selection:first-child {
20923
- margin-inline-start: 0;
20924
- }
20925
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20926
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20927
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20928
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20929
- top: 0px;
20930
- }
20931
- .v-combobox--selecting-index .v-combobox__selection {
20932
- opacity: var(--v-medium-emphasis-opacity);
20933
- }
20934
- .v-combobox--selecting-index .v-combobox__selection--selected {
20935
- opacity: 1;
20936
- }
20937
- .v-combobox--selecting-index .v-field__input > input {
20938
- caret-color: transparent;
20939
- }
20940
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20941
- flex: 1 1;
20942
- position: absolute;
20943
- left: 0;
20944
- right: 0;
20945
- width: 100%;
20946
- padding-inline: inherit;
20947
- }
20948
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20949
- transition: none;
20950
- }
20951
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20952
- opacity: 0;
20953
- }
20954
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20955
- opacity: 0;
20956
- }
20957
- .v-combobox__menu-icon {
20958
- margin-inline-start: 4px;
20959
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20960
- }
20961
- .v-combobox--active-menu .v-combobox__menu-icon {
20962
- opacity: var(--v-high-emphasis-opacity);
20963
- transform: rotate(180deg);
20956
+ margin-inline-start: 75%;
20957
+ }
20958
+ .offset-xxl-10 {
20959
+ margin-inline-start: 83.3333333333%;
20960
+ }
20961
+ .offset-xxl-11 {
20962
+ margin-inline-start: 91.6666666667%;
20963
+ }
20964
20964
  }.v-counter {
20965
20965
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20966
20966
  flex: 0 1 auto;
20967
20967
  font-size: 12px;
20968
20968
  transition-duration: 150ms;
20969
- }.v-data-table-footer {
20970
- align-items: center;
20971
- display: flex;
20972
- flex-wrap: wrap;
20973
- justify-content: flex-end;
20974
- padding: 8px 4px;
20975
- }
20976
- .v-data-table-footer__items-per-page {
20977
- align-items: center;
20978
- display: flex;
20979
- justify-content: center;
20980
- }
20981
- .v-data-table-footer__items-per-page > span {
20982
- padding-inline-end: 8px;
20983
- }
20984
- .v-data-table-footer__items-per-page > .v-select {
20985
- width: 90px;
20986
- }
20987
- .v-data-table-footer__info {
20988
- display: flex;
20989
- justify-content: flex-end;
20990
- min-width: 116px;
20991
- padding: 0 16px;
20992
- }
20993
- .v-data-table-footer__paginationz {
20994
- align-items: center;
20995
- display: flex;
20996
- margin-inline-start: 16px;
20997
- }
20998
- .v-data-table-footer__page {
20999
- padding: 0 8px;
21000
20969
  }.v-data-table {
21001
20970
  width: 100%;
21002
20971
  }
@@ -21179,46 +21148,98 @@ html.overflow-y-hidden {
21179
21148
  }
21180
21149
  .v-data-table__td-sort-icon-active {
21181
21150
  color: rgba(var(--v-theme-on-surface));
21151
+ }.v-data-table-footer {
21152
+ align-items: center;
21153
+ display: flex;
21154
+ flex-wrap: wrap;
21155
+ justify-content: flex-end;
21156
+ padding: 8px 4px;
21157
+ }
21158
+ .v-data-table-footer__items-per-page {
21159
+ align-items: center;
21160
+ display: flex;
21161
+ justify-content: center;
21162
+ }
21163
+ .v-data-table-footer__items-per-page > span {
21164
+ padding-inline-end: 8px;
21165
+ }
21166
+ .v-data-table-footer__items-per-page > .v-select {
21167
+ width: 90px;
21168
+ }
21169
+ .v-data-table-footer__info {
21170
+ display: flex;
21171
+ justify-content: flex-end;
21172
+ min-width: 116px;
21173
+ padding: 0 16px;
21174
+ }
21175
+ .v-data-table-footer__paginationz {
21176
+ align-items: center;
21177
+ display: flex;
21178
+ margin-inline-start: 16px;
21179
+ }
21180
+ .v-data-table-footer__page {
21181
+ padding: 0 8px;
21182
21182
  }.v-date-picker {
21183
21183
  overflow: hidden;
21184
21184
  width: 328px;
21185
21185
  }
21186
21186
  .v-date-picker--show-week {
21187
21187
  width: 368px;
21188
- }.v-date-picker-years {
21189
- height: 288px;
21190
- overflow-y: scroll;
21188
+ }.v-date-picker-month {
21189
+ display: flex;
21190
+ justify-content: center;
21191
+ padding: 0 12px 8px;
21192
+ --v-date-picker-month-day-diff: 4px;
21191
21193
  }
21192
21194
 
21193
- .v-date-picker-years__content {
21195
+ .v-date-picker-month__weeks {
21194
21196
  display: grid;
21195
- flex: 1 1;
21196
- justify-content: space-around;
21197
- grid-template-columns: repeat(3, 1fr);
21198
- gap: 8px 24px;
21199
- padding-inline: 32px;
21197
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21198
+ column-gap: 4px;
21199
+ font-size: 0.85rem;
21200
21200
  }
21201
- .v-date-picker-years__content .v-btn {
21202
- padding-inline: 8px;
21203
- }.v-date-picker-months {
21204
- height: 288px;
21201
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
21202
+ grid-row-gap: 0;
21205
21203
  }
21206
21204
 
21207
- .v-date-picker-months__content {
21208
- align-items: center;
21205
+ .v-date-picker-month__weekday {
21206
+ font-size: 0.85rem;
21207
+ }
21208
+
21209
+ .v-date-picker-month__days {
21209
21210
  display: grid;
21211
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21212
+ column-gap: 4px;
21210
21213
  flex: 1 1;
21211
- height: inherit;
21212
21214
  justify-content: space-around;
21213
- grid-template-columns: repeat(2, 1fr);
21214
- grid-gap: 0px 24px;
21215
- padding-inline-start: 36px;
21216
- padding-inline-end: 36px;
21217
21215
  }
21218
- .v-date-picker-months__content .v-btn {
21219
- text-transform: none;
21220
- padding-inline-start: 8px;
21221
- padding-inline-end: 8px;
21216
+
21217
+ .v-date-picker-month__day {
21218
+ align-items: center;
21219
+ display: flex;
21220
+ justify-content: center;
21221
+ position: relative;
21222
+ height: 40px;
21223
+ width: 40px;
21224
+ }
21225
+ .v-date-picker-month__day--selected .v-btn {
21226
+ background-color: rgb(var(--v-theme-surface-variant));
21227
+ color: rgb(var(--v-theme-on-surface-variant));
21228
+ }
21229
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21230
+ --v-btn-height: 24px;
21231
+ --v-btn-size: 0.85rem;
21232
+ }
21233
+ .v-date-picker-month__day--week {
21234
+ font-size: var(--v-btn-size);
21235
+ }
21236
+
21237
+ .v-date-picker-month__day--adjacent {
21238
+ opacity: 0.5;
21239
+ }
21240
+
21241
+ .v-date-picker-month__day--hide-adjacent {
21242
+ opacity: 0;
21222
21243
  }.v-date-picker-controls {
21223
21244
  display: flex;
21224
21245
  align-items: center;
@@ -21275,61 +21296,6 @@ html.overflow-y-hidden {
21275
21296
 
21276
21297
  .v-date-picker__title {
21277
21298
  display: inline-block;
21278
- }.v-date-picker-month {
21279
- display: flex;
21280
- justify-content: center;
21281
- padding: 0 12px 8px;
21282
- --v-date-picker-month-day-diff: 4px;
21283
- }
21284
-
21285
- .v-date-picker-month__weeks {
21286
- display: grid;
21287
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21288
- column-gap: 4px;
21289
- font-size: 0.85rem;
21290
- }
21291
- .v-date-picker-month__weeks + .v-date-picker-month__days {
21292
- grid-row-gap: 0;
21293
- }
21294
-
21295
- .v-date-picker-month__weekday {
21296
- font-size: 0.85rem;
21297
- }
21298
-
21299
- .v-date-picker-month__days {
21300
- display: grid;
21301
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21302
- column-gap: 4px;
21303
- flex: 1 1;
21304
- justify-content: space-around;
21305
- }
21306
-
21307
- .v-date-picker-month__day {
21308
- align-items: center;
21309
- display: flex;
21310
- justify-content: center;
21311
- position: relative;
21312
- height: 40px;
21313
- width: 40px;
21314
- }
21315
- .v-date-picker-month__day--selected .v-btn {
21316
- background-color: rgb(var(--v-theme-surface-variant));
21317
- color: rgb(var(--v-theme-on-surface-variant));
21318
- }
21319
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21320
- --v-btn-height: 24px;
21321
- --v-btn-size: 0.85rem;
21322
- }
21323
- .v-date-picker-month__day--week {
21324
- font-size: var(--v-btn-size);
21325
- }
21326
-
21327
- .v-date-picker-month__day--adjacent {
21328
- opacity: 0.5;
21329
- }
21330
-
21331
- .v-date-picker-month__day--hide-adjacent {
21332
- opacity: 0;
21333
21299
  }.v-date-picker-header {
21334
21300
  align-items: flex-end;
21335
21301
  height: 70px;
@@ -21390,6 +21356,40 @@ html.overflow-y-hidden {
21390
21356
  .date-picker-header-reverse-transition-leave-to {
21391
21357
  opacity: 0;
21392
21358
  transform: translate(0, 100%);
21359
+ }.v-date-picker-months {
21360
+ height: 288px;
21361
+ }
21362
+
21363
+ .v-date-picker-months__content {
21364
+ align-items: center;
21365
+ display: grid;
21366
+ flex: 1 1;
21367
+ height: inherit;
21368
+ justify-content: space-around;
21369
+ grid-template-columns: repeat(2, 1fr);
21370
+ grid-gap: 0px 24px;
21371
+ padding-inline-start: 36px;
21372
+ padding-inline-end: 36px;
21373
+ }
21374
+ .v-date-picker-months__content .v-btn {
21375
+ text-transform: none;
21376
+ padding-inline-start: 8px;
21377
+ padding-inline-end: 8px;
21378
+ }.v-date-picker-years {
21379
+ height: 288px;
21380
+ overflow-y: scroll;
21381
+ }
21382
+
21383
+ .v-date-picker-years__content {
21384
+ display: grid;
21385
+ flex: 1 1;
21386
+ justify-content: space-around;
21387
+ grid-template-columns: repeat(3, 1fr);
21388
+ gap: 8px 24px;
21389
+ padding-inline: 32px;
21390
+ }
21391
+ .v-date-picker-years__content .v-btn {
21392
+ padding-inline: 8px;
21393
21393
  }.v-dialog {
21394
21394
  align-items: center;
21395
21395
  justify-content: center;
@@ -21482,73 +21482,55 @@ html.overflow-y-hidden {
21482
21482
  -webkit-backface-visibility: hidden;
21483
21483
  backface-visibility: hidden;
21484
21484
  overflow-y: auto;
21485
- }.v-empty-state {
21486
- align-items: center;
21487
- display: flex;
21488
- flex-direction: column;
21489
- justify-content: center;
21490
- min-height: 100%;
21491
- padding: 16px;
21492
- }
21493
- .v-empty-state--start {
21494
- align-items: flex-start;
21495
- }
21496
- .v-empty-state--center {
21497
- align-items: center;
21498
- }
21499
- .v-empty-state--end {
21500
- align-items: flex-end;
21501
- }
21502
-
21503
- .v-empty-state__media {
21504
- text-align: center;
21505
- width: 100%;
21506
- }
21507
- .v-empty-state__media .v-icon {
21508
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21485
+ }.v-divider {
21486
+ display: block;
21487
+ flex: 1 1 100%;
21488
+ height: 0px;
21489
+ max-height: 0px;
21490
+ opacity: var(--v-border-opacity);
21491
+ transition: inherit;
21492
+ border-style: solid;
21493
+ border-width: thin 0 0 0;
21509
21494
  }
21510
-
21511
- .v-empty-state__headline {
21512
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21513
- font-size: 3.75rem;
21514
- font-weight: 300;
21515
- line-height: 1;
21516
- text-align: center;
21517
- margin-bottom: 8px;
21495
+ .v-divider--vertical {
21496
+ align-self: stretch;
21497
+ border-width: 0 thin 0 0;
21498
+ display: inline-flex;
21499
+ height: 100%;
21500
+ margin-left: -1px;
21501
+ max-height: 100%;
21502
+ max-width: 0px;
21503
+ vertical-align: text-bottom;
21504
+ width: 0px;
21518
21505
  }
21519
- .v-empty-state--mobile .v-empty-state__headline {
21520
- font-size: 2.125rem;
21506
+ .v-divider--inset:not(.v-divider--vertical) {
21507
+ max-width: calc(100% - 72px);
21508
+ margin-inline-start: 72px;
21521
21509
  }
21522
-
21523
- .v-empty-state__title {
21524
- font-size: 1.25rem;
21525
- font-weight: 500;
21526
- line-height: 1.6;
21527
- margin-bottom: 4px;
21528
- text-align: center;
21510
+ .v-divider--inset.v-divider--vertical {
21511
+ margin-bottom: 8px;
21512
+ margin-top: 8px;
21513
+ max-height: calc(100% - 16px);
21529
21514
  }
21530
21515
 
21531
- .v-empty-state__text {
21532
- font-size: 0.875rem;
21533
- font-weight: 400;
21534
- line-height: 1.425;
21516
+ .v-divider__content {
21535
21517
  padding: 0 16px;
21536
- text-align: center;
21537
21518
  }
21538
-
21539
- .v-empty-state__content {
21540
- padding: 24px 0;
21519
+ .v-divider__wrapper--vertical .v-divider__content {
21520
+ padding: 4px 0;
21541
21521
  }
21542
21522
 
21543
- .v-empty-state__actions {
21523
+ .v-divider__wrapper {
21544
21524
  display: flex;
21545
- gap: 8px;
21546
- padding: 16px;
21525
+ align-items: center;
21526
+ justify-content: center;
21547
21527
  }
21548
-
21549
- .v-empty-state__action-btn.v-btn {
21550
- background-color: rgb(var(--v-theme-surface-variant));
21551
- color: rgb(var(--v-theme-on-surface-variant));
21528
+ .v-divider__wrapper--vertical {
21529
+ flex-direction: column;
21530
+ height: 100%;
21531
+ }
21532
+ .v-divider__wrapper--vertical .v-divider {
21533
+ margin: 0 auto;
21552
21534
  }.v-expansion-panel {
21553
21535
  background-color: rgb(var(--v-theme-surface));
21554
21536
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21759,55 +21741,199 @@ html.overflow-y-hidden {
21759
21741
  }
21760
21742
  .v-expansion-panels--tile > .v-expansion-panel {
21761
21743
  border-radius: 0;
21762
- }.v-divider {
21763
- display: block;
21764
- flex: 1 1 100%;
21765
- height: 0px;
21766
- max-height: 0px;
21767
- opacity: var(--v-border-opacity);
21768
- transition: inherit;
21769
- border-style: solid;
21770
- border-width: thin 0 0 0;
21744
+ }.v-empty-state {
21745
+ align-items: center;
21746
+ display: flex;
21747
+ flex-direction: column;
21748
+ justify-content: center;
21749
+ min-height: 100%;
21750
+ padding: 16px;
21771
21751
  }
21772
- .v-divider--vertical {
21773
- align-self: stretch;
21774
- border-width: 0 thin 0 0;
21775
- display: inline-flex;
21776
- height: 100%;
21777
- margin-left: -1px;
21778
- max-height: 100%;
21779
- max-width: 0px;
21780
- vertical-align: text-bottom;
21781
- width: 0px;
21752
+ .v-empty-state--start {
21753
+ align-items: flex-start;
21782
21754
  }
21783
- .v-divider--inset:not(.v-divider--vertical) {
21784
- max-width: calc(100% - 72px);
21785
- margin-inline-start: 72px;
21755
+ .v-empty-state--center {
21756
+ align-items: center;
21786
21757
  }
21787
- .v-divider--inset.v-divider--vertical {
21758
+ .v-empty-state--end {
21759
+ align-items: flex-end;
21760
+ }
21761
+
21762
+ .v-empty-state__media {
21763
+ text-align: center;
21764
+ width: 100%;
21765
+ }
21766
+ .v-empty-state__media .v-icon {
21767
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21768
+ }
21769
+
21770
+ .v-empty-state__headline {
21771
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21772
+ font-size: 3.75rem;
21773
+ font-weight: 300;
21774
+ line-height: 1;
21775
+ text-align: center;
21788
21776
  margin-bottom: 8px;
21789
- margin-top: 8px;
21790
- max-height: calc(100% - 16px);
21777
+ }
21778
+ .v-empty-state--mobile .v-empty-state__headline {
21779
+ font-size: 2.125rem;
21791
21780
  }
21792
21781
 
21793
- .v-divider__content {
21782
+ .v-empty-state__title {
21783
+ font-size: 1.25rem;
21784
+ font-weight: 500;
21785
+ line-height: 1.6;
21786
+ margin-bottom: 4px;
21787
+ text-align: center;
21788
+ }
21789
+
21790
+ .v-empty-state__text {
21791
+ font-size: 0.875rem;
21792
+ font-weight: 400;
21793
+ line-height: 1.425;
21794
21794
  padding: 0 16px;
21795
+ text-align: center;
21795
21796
  }
21796
- .v-divider__wrapper--vertical .v-divider__content {
21797
- padding: 4px 0;
21797
+
21798
+ .v-empty-state__content {
21799
+ padding: 24px 0;
21800
+ }
21801
+
21802
+ .v-empty-state__actions {
21803
+ display: flex;
21804
+ gap: 8px;
21805
+ padding: 16px;
21806
+ }
21807
+
21808
+ .v-empty-state__action-btn.v-btn {
21809
+ background-color: rgb(var(--v-theme-surface-variant));
21810
+ color: rgb(var(--v-theme-on-surface-variant));
21811
+ }.v-footer {
21812
+ align-items: center;
21813
+ display: flex;
21814
+ flex: 1 1 auto;
21815
+ padding: 8px 16px;
21816
+ position: relative;
21817
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21818
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
21819
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21820
+ border-style: solid;
21821
+ border-width: 0;
21822
+ 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));
21823
+ border-radius: 0;
21824
+ background: rgb(var(--v-theme-surface));
21825
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21826
+ }
21827
+ .v-footer--border {
21828
+ border-width: thin;
21829
+ box-shadow: none;
21830
+ }
21831
+ .v-footer--absolute {
21832
+ position: absolute;
21833
+ }
21834
+ .v-footer--fixed {
21835
+ position: fixed;
21836
+ }
21837
+ .v-footer--rounded {
21838
+ border-radius: 4px;
21839
+ }.v-fab {
21840
+ align-items: center;
21841
+ display: inline-flex;
21842
+ flex: 1 1 auto;
21843
+ pointer-events: none;
21844
+ position: relative;
21845
+ transition-duration: 0.2s;
21846
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21847
+ vertical-align: middle;
21848
+ }
21849
+ .v-fab .v-btn {
21850
+ pointer-events: auto;
21851
+ }
21852
+ .v-fab .v-btn--variant-elevated {
21853
+ 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));
21854
+ }
21855
+ .v-fab--app, .v-fab--absolute {
21856
+ display: flex;
21857
+ }
21858
+ .v-fab--start, .v-fab--left {
21859
+ justify-content: flex-start;
21860
+ }
21861
+ .v-fab--center {
21862
+ align-items: center;
21863
+ justify-content: center;
21864
+ }
21865
+ .v-fab--end, .v-fab--right {
21866
+ justify-content: flex-end;
21867
+ }
21868
+ .v-fab--bottom {
21869
+ align-items: flex-end;
21870
+ }
21871
+ .v-fab--top {
21872
+ align-items: flex-start;
21873
+ }
21874
+ .v-fab--extended .v-btn {
21875
+ border-radius: 9999px !important;
21876
+ }
21877
+
21878
+ .v-fab__container {
21879
+ align-self: center;
21880
+ display: inline-flex;
21881
+ position: absolute;
21882
+ vertical-align: middle;
21883
+ }
21884
+ .v-fab--app .v-fab__container {
21885
+ margin: 12px;
21886
+ }
21887
+ .v-fab--absolute .v-fab__container {
21888
+ position: absolute;
21889
+ z-index: 4;
21890
+ }
21891
+ .v-fab--offset.v-fab--top .v-fab__container {
21892
+ transform: translateY(-50%);
21893
+ }
21894
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21895
+ transform: translateY(50%);
21896
+ }
21897
+ .v-fab--top .v-fab__container {
21898
+ top: 0;
21899
+ }
21900
+ .v-fab--bottom .v-fab__container {
21901
+ bottom: 0;
21902
+ }
21903
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21904
+ left: 0;
21905
+ }
21906
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21907
+ right: 0;
21908
+ }.v-file-input--hide.v-input .v-field,
21909
+ .v-file-input--hide.v-input .v-input__control,
21910
+ .v-file-input--hide.v-input .v-input__details {
21911
+ display: none;
21912
+ }
21913
+ .v-file-input--hide.v-input .v-input__prepend {
21914
+ grid-area: control;
21915
+ margin: 0 auto;
21798
21916
  }
21799
-
21800
- .v-divider__wrapper {
21801
- display: flex;
21802
- align-items: center;
21803
- justify-content: center;
21917
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21918
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21919
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21920
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21921
+ top: 0px;
21804
21922
  }
21805
- .v-divider__wrapper--vertical {
21806
- flex-direction: column;
21923
+ .v-file-input input[type=file] {
21807
21924
  height: 100%;
21925
+ left: 0;
21926
+ opacity: 0;
21927
+ position: absolute;
21928
+ top: 0;
21929
+ width: 100%;
21930
+ z-index: 1;
21808
21931
  }
21809
- .v-divider__wrapper--vertical .v-divider {
21810
- margin: 0 auto;
21932
+ .v-file-input .v-input__details {
21933
+ padding-inline: 16px;
21934
+ }
21935
+ .v-input--plain-underlined.v-file-input .v-input__details {
21936
+ padding-inline: 0;
21811
21937
  }/* region INPUT */
21812
21938
  .v-field {
21813
21939
  display: grid;
@@ -22378,132 +22504,42 @@ textarea.v-field__input::placeholder {
22378
22504
  opacity: 0;
22379
22505
  }
22380
22506
 
22381
- /* endregion */.v-fab {
22382
- align-items: center;
22383
- display: inline-flex;
22384
- flex: 1 1 auto;
22385
- pointer-events: none;
22386
- position: relative;
22387
- transition-duration: 0.2s;
22388
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22389
- vertical-align: middle;
22390
- }
22391
- .v-fab .v-btn {
22392
- pointer-events: auto;
22393
- }
22394
- .v-fab .v-btn--variant-elevated {
22395
- 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));
22396
- }
22397
- .v-fab--app, .v-fab--absolute {
22398
- display: flex;
22399
- }
22400
- .v-fab--start, .v-fab--left {
22401
- justify-content: flex-start;
22402
- }
22403
- .v-fab--center {
22404
- align-items: center;
22405
- justify-content: center;
22406
- }
22407
- .v-fab--end, .v-fab--right {
22408
- justify-content: flex-end;
22409
- }
22410
- .v-fab--bottom {
22411
- align-items: flex-end;
22507
+ /* endregion */.v-img {
22508
+ --v-theme-overlay-multiplier: 3;
22509
+ z-index: 0;
22412
22510
  }
22413
- .v-fab--top {
22414
- align-items: flex-start;
22511
+ .v-img--booting .v-responsive__sizer {
22512
+ transition: none;
22415
22513
  }
22416
- .v-fab--extended .v-btn {
22417
- border-radius: 9999px !important;
22514
+ .v-img--rounded {
22515
+ border-radius: 4px;
22418
22516
  }
22419
22517
 
22420
- .v-fab__container {
22421
- align-self: center;
22422
- display: inline-flex;
22423
- position: absolute;
22424
- vertical-align: middle;
22425
- }
22426
- .v-fab--app .v-fab__container {
22427
- margin: 12px;
22428
- }
22429
- .v-fab--absolute .v-fab__container {
22518
+ .v-img__img,
22519
+ .v-img__picture,
22520
+ .v-img__gradient,
22521
+ .v-img__placeholder,
22522
+ .v-img__error {
22523
+ z-index: -1;
22430
22524
  position: absolute;
22431
- z-index: 4;
22432
- }
22433
- .v-fab--offset.v-fab--top .v-fab__container {
22434
- transform: translateY(-50%);
22435
- }
22436
- .v-fab--offset.v-fab--bottom .v-fab__container {
22437
- transform: translateY(50%);
22438
- }
22439
- .v-fab--top .v-fab__container {
22440
22525
  top: 0;
22441
- }
22442
- .v-fab--bottom .v-fab__container {
22443
- bottom: 0;
22444
- }
22445
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22446
- left: 0;
22447
- }
22448
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22449
- right: 0;
22450
- }.v-file-input--hide.v-input .v-field,
22451
- .v-file-input--hide.v-input .v-input__control,
22452
- .v-file-input--hide.v-input .v-input__details {
22453
- display: none;
22454
- }
22455
- .v-file-input--hide.v-input .v-input__prepend {
22456
- grid-area: control;
22457
- margin: 0 auto;
22458
- }
22459
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22460
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22461
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22462
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22463
- top: 0px;
22464
- }
22465
- .v-file-input input[type=file] {
22466
- height: 100%;
22467
22526
  left: 0;
22468
- opacity: 0;
22469
- position: absolute;
22470
- top: 0;
22471
22527
  width: 100%;
22472
- z-index: 1;
22473
- }
22474
- .v-file-input .v-input__details {
22475
- padding-inline: 16px;
22476
- }
22477
- .v-input--plain-underlined.v-file-input .v-input__details {
22478
- padding-inline: 0;
22479
- }.v-footer {
22480
- align-items: center;
22481
- display: flex;
22482
- flex: 1 1 auto;
22483
- padding: 8px 16px;
22484
- position: relative;
22485
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22486
- transition-property: height, width, transform, max-width, left, right, top, bottom;
22487
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22488
- border-style: solid;
22489
- border-width: 0;
22490
- 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));
22491
- border-radius: 0;
22492
- background: rgb(var(--v-theme-surface));
22493
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22528
+ height: 100%;
22494
22529
  }
22495
- .v-footer--border {
22496
- border-width: thin;
22497
- box-shadow: none;
22530
+
22531
+ .v-img__img--preload {
22532
+ filter: blur(4px);
22498
22533
  }
22499
- .v-footer--absolute {
22500
- position: absolute;
22534
+ .v-img__img--contain {
22535
+ object-fit: contain;
22501
22536
  }
22502
- .v-footer--fixed {
22503
- position: fixed;
22537
+ .v-img__img--cover {
22538
+ object-fit: cover;
22504
22539
  }
22505
- .v-footer--rounded {
22506
- border-radius: 4px;
22540
+
22541
+ .v-img__gradient {
22542
+ background-repeat: no-repeat;
22507
22543
  }.v-icon {
22508
22544
  --v-icon-size-multiplier: 1;
22509
22545
  align-items: center;
@@ -22557,42 +22593,11 @@ textarea.v-field__input::placeholder {
22557
22593
 
22558
22594
  .v-icon--end {
22559
22595
  margin-inline-start: 8px;
22560
- }.v-img {
22561
- --v-theme-overlay-multiplier: 3;
22562
- z-index: 0;
22563
- }
22564
- .v-img--booting .v-responsive__sizer {
22565
- transition: none;
22566
- }
22567
- .v-img--rounded {
22568
- border-radius: 4px;
22569
- }
22570
-
22571
- .v-img__img,
22572
- .v-img__picture,
22573
- .v-img__gradient,
22574
- .v-img__placeholder,
22575
- .v-img__error {
22576
- z-index: -1;
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-item-group {
22597
+ flex: 0 1 auto;
22598
+ max-width: 100%;
22599
+ position: relative;
22600
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22596
22601
  }.v-infinite-scroll--horizontal {
22597
22602
  display: flex;
22598
22603
  flex-direction: row;
@@ -22618,11 +22623,6 @@ textarea.v-field__input::placeholder {
22618
22623
  display: flex;
22619
22624
  justify-content: center;
22620
22625
  padding: 8px;
22621
- }.v-item-group {
22622
- flex: 0 1 auto;
22623
- max-width: 100%;
22624
- position: relative;
22625
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22626
22626
  }.v-input {
22627
22627
  display: grid;
22628
22628
  flex: 1 1 auto;
@@ -22780,6 +22780,21 @@ textarea.v-field__input::placeholder {
22780
22780
 
22781
22781
  .v-label--clickable {
22782
22782
  cursor: pointer;
22783
+ }.v-layout {
22784
+ --v-scrollbar-offset: 0px;
22785
+ display: flex;
22786
+ flex: 1 1 auto;
22787
+ }
22788
+ .v-layout--full-height {
22789
+ --v-scrollbar-offset: inherit;
22790
+ height: 100%;
22791
+ }.v-layout-item {
22792
+ position: absolute;
22793
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22794
+ }
22795
+
22796
+ .v-layout-item--absolute {
22797
+ position: absolute;
22783
22798
  }.v-list {
22784
22799
  overflow: auto;
22785
22800
  padding: 8px 0;
@@ -23329,45 +23344,12 @@ textarea.v-field__input::placeholder {
23329
23344
  .v-list-group__items .v-list-item {
23330
23345
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
23331
23346
  }
23332
-
23333
- .v-list-group__header.v-list-item--active:not(:focus-visible) .v-list-item__overlay {
23334
- opacity: 0;
23335
- }
23336
- .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
23337
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23338
- }.v-messages {
23339
- flex: 1 1 auto;
23340
- font-size: 12px;
23341
- min-height: 14px;
23342
- min-width: 1px;
23343
- opacity: var(--v-medium-emphasis-opacity);
23344
- position: relative;
23345
- }
23346
- .v-messages__message {
23347
- line-height: 12px;
23348
- word-break: break-word;
23349
- overflow-wrap: break-word;
23350
- word-wrap: break-word;
23351
- -webkit-hyphens: auto;
23352
- hyphens: auto;
23353
- transition-duration: 150ms;
23354
- }.v-layout-item {
23355
- position: absolute;
23356
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23357
- }
23358
-
23359
- .v-layout-item--absolute {
23360
- position: absolute;
23361
- }.v-layout {
23362
- --v-scrollbar-offset: 0px;
23363
- display: flex;
23364
- flex: 1 1 auto;
23347
+
23348
+ .v-list-group__header.v-list-item--active:not(:focus-visible) .v-list-item__overlay {
23349
+ opacity: 0;
23365
23350
  }
23366
- .v-layout--full-height {
23367
- --v-scrollbar-offset: inherit;
23368
- height: 100%;
23369
- }.v-locale-provider {
23370
- display: contents;
23351
+ .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
23352
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23371
23353
  }.v-main {
23372
23354
  flex: 1 0 auto;
23373
23355
  max-width: 100%;
@@ -23409,6 +23391,8 @@ textarea.v-field__input::placeholder {
23409
23391
  overflow: auto;
23410
23392
  height: 100%;
23411
23393
  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));
23394
+ }.v-locale-provider {
23395
+ display: contents;
23412
23396
  }.v-navigation-drawer {
23413
23397
  -webkit-overflow-scrolling: touch;
23414
23398
  background: rgb(var(--v-theme-surface));
@@ -23511,6 +23495,28 @@ textarea.v-field__input::placeholder {
23511
23495
  .v-navigation-drawer__append {
23512
23496
  flex: none;
23513
23497
  overflow: hidden;
23498
+ }.v-messages {
23499
+ flex: 1 1 auto;
23500
+ font-size: 12px;
23501
+ min-height: 14px;
23502
+ min-width: 1px;
23503
+ opacity: var(--v-medium-emphasis-opacity);
23504
+ position: relative;
23505
+ }
23506
+ .v-messages__message {
23507
+ line-height: 12px;
23508
+ word-break: break-word;
23509
+ overflow-wrap: break-word;
23510
+ word-wrap: break-word;
23511
+ -webkit-hyphens: auto;
23512
+ hyphens: auto;
23513
+ transition-duration: 150ms;
23514
+ }.v-parallax {
23515
+ position: relative;
23516
+ overflow: hidden;
23517
+ }
23518
+ .v-parallax--active > .v-img__img {
23519
+ will-change: transform;
23514
23520
  }.v-otp-input {
23515
23521
  border-radius: 4px;
23516
23522
  align-items: center;
@@ -23567,14 +23573,6 @@ textarea.v-field__input::placeholder {
23567
23573
  }
23568
23574
  .v-otp-input__loader .v-progress-linear {
23569
23575
  position: absolute;
23570
- }.v-pagination__list {
23571
- display: inline-flex;
23572
- list-style-type: none;
23573
- justify-content: center;
23574
- width: 100%;
23575
- }
23576
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23577
- margin: 0.3rem;
23578
23576
  }.v-overlay-container {
23579
23577
  contain: layout;
23580
23578
  left: 0;
@@ -23638,6 +23636,14 @@ html.v-overlay-scroll-blocked {
23638
23636
 
23639
23637
  .v-overlay--scroll-blocked {
23640
23638
  padding-inline-end: var(--v-scrollbar-offset);
23639
+ }.v-pagination__list {
23640
+ display: inline-flex;
23641
+ list-style-type: none;
23642
+ justify-content: center;
23643
+ width: 100%;
23644
+ }
23645
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23646
+ margin: 0.3rem;
23641
23647
  }.v-progress-circular {
23642
23648
  align-items: center;
23643
23649
  display: inline-flex;
@@ -23951,12 +23957,6 @@ html.v-overlay-scroll-blocked {
23951
23957
  0% {
23952
23958
  background-position-x: var(--v-progress-linear-height);
23953
23959
  }
23954
- }.v-parallax {
23955
- position: relative;
23956
- overflow: hidden;
23957
- }
23958
- .v-parallax--active > .v-img__img {
23959
- will-change: transform;
23960
23960
  }.v-slider .v-slider__container input {
23961
23961
  cursor: default;
23962
23962
  padding: 0;
@@ -24014,18 +24014,6 @@ html.v-overlay-scroll-blocked {
24014
24014
 
24015
24015
  .v-slider__label {
24016
24016
  margin-inline-end: 12px;
24017
- }.v-radio-group > .v-input__control {
24018
- flex-direction: column;
24019
- }
24020
- .v-radio-group > .v-input__control > .v-label {
24021
- margin-inline-start: 16px;
24022
- }
24023
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24024
- padding-inline-start: 6px;
24025
- margin-top: 8px;
24026
- }
24027
- .v-radio-group .v-input__details {
24028
- padding-inline: 16px;
24029
24017
  }.v-rating {
24030
24018
  max-width: 100%;
24031
24019
  display: inline-flex;
@@ -24080,14 +24068,18 @@ html.v-overlay-scroll-blocked {
24080
24068
  opacity: 0;
24081
24069
  position: absolute;
24082
24070
  width: 0;
24083
- }.v-selection-control-group {
24084
- grid-area: control;
24085
- display: flex;
24071
+ }.v-radio-group > .v-input__control {
24086
24072
  flex-direction: column;
24087
24073
  }
24088
- .v-selection-control-group--inline {
24089
- flex-direction: row;
24090
- flex-wrap: wrap;
24074
+ .v-radio-group > .v-input__control > .v-label {
24075
+ margin-inline-start: 16px;
24076
+ }
24077
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24078
+ padding-inline-start: 6px;
24079
+ margin-top: 8px;
24080
+ }
24081
+ .v-radio-group .v-input__details {
24082
+ padding-inline: 16px;
24091
24083
  }.v-select .v-field .v-text-field__prefix,
24092
24084
  .v-select .v-field .v-text-field__suffix,
24093
24085
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -24136,6 +24128,32 @@ html.v-overlay-scroll-blocked {
24136
24128
  .v-select--active-menu .v-select__menu-icon {
24137
24129
  opacity: var(--v-high-emphasis-opacity);
24138
24130
  transform: rotate(180deg);
24131
+ }.v-responsive {
24132
+ display: flex;
24133
+ flex: 1 0 auto;
24134
+ max-height: 100%;
24135
+ max-width: 100%;
24136
+ overflow: hidden;
24137
+ position: relative;
24138
+ }
24139
+ .v-responsive--inline {
24140
+ display: inline-flex;
24141
+ flex: 0 0 auto;
24142
+ }
24143
+
24144
+ .v-responsive__content {
24145
+ flex: 1 0 0px;
24146
+ max-width: 100%;
24147
+ }
24148
+
24149
+ .v-responsive__sizer ~ .v-responsive__content {
24150
+ margin-inline-start: -100%;
24151
+ }
24152
+
24153
+ .v-responsive__sizer {
24154
+ flex: 1 0 0px;
24155
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24156
+ pointer-events: none;
24139
24157
  }.v-selection-control {
24140
24158
  align-items: center;
24141
24159
  contain: layout;
@@ -24237,32 +24255,6 @@ html.v-overlay-scroll-blocked {
24237
24255
  }
24238
24256
  .v-selection-control--focus-visible .v-selection-control__input::before {
24239
24257
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24240
- }.v-responsive {
24241
- display: flex;
24242
- flex: 1 0 auto;
24243
- max-height: 100%;
24244
- max-width: 100%;
24245
- overflow: hidden;
24246
- position: relative;
24247
- }
24248
- .v-responsive--inline {
24249
- display: inline-flex;
24250
- flex: 0 0 auto;
24251
- }
24252
-
24253
- .v-responsive__content {
24254
- flex: 1 0 0px;
24255
- max-width: 100%;
24256
- }
24257
-
24258
- .v-responsive__sizer ~ .v-responsive__content {
24259
- margin-inline-start: -100%;
24260
- }
24261
-
24262
- .v-responsive__sizer {
24263
- flex: 1 0 0px;
24264
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24265
- pointer-events: none;
24266
24258
  }.v-sheet {
24267
24259
  display: block;
24268
24260
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -24291,6 +24283,14 @@ html.v-overlay-scroll-blocked {
24291
24283
  }
24292
24284
  .v-sheet--rounded {
24293
24285
  border-radius: 4px;
24286
+ }.v-selection-control-group {
24287
+ grid-area: control;
24288
+ display: flex;
24289
+ flex-direction: column;
24290
+ }
24291
+ .v-selection-control-group--inline {
24292
+ flex-direction: row;
24293
+ flex-wrap: wrap;
24294
24294
  }.v-slide-group {
24295
24295
  display: flex;
24296
24296
  overflow: hidden;
@@ -25095,147 +25095,41 @@ html.v-overlay-scroll-blocked {
25095
25095
  --v-tabs-height: 48px;
25096
25096
  }
25097
25097
 
25098
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25099
- margin-inline-start: 42px;
25100
- }
25101
-
25102
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25103
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25104
- margin-inline-end: auto;
25105
- }
25106
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25107
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25108
- margin-inline-start: auto;
25109
- }
25110
-
25111
- .v-tabs--grow {
25112
- flex-grow: 1;
25113
- }
25114
- .v-tabs--grow .v-tab {
25115
- flex: 1 0 auto;
25116
- max-width: none;
25117
- }
25118
-
25119
- .v-tabs--align-tabs-end .v-tab:first-child {
25120
- margin-inline-start: auto;
25121
- }
25122
- .v-tabs--align-tabs-end .v-tab:last-child {
25123
- margin-inline-end: 0;
25124
- }
25125
-
25126
- @media (max-width: 1279.98px) {
25127
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25128
- margin-inline-start: 52px;
25129
- }
25130
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25131
- margin-inline-end: 52px;
25132
- }
25133
- }/* region BLOCK */
25134
- .v-text-field input {
25135
- color: inherit;
25136
- opacity: 0;
25137
- flex: 1;
25138
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25139
- min-width: 0;
25140
- }
25141
- .v-text-field input:focus, .v-text-field input:active {
25142
- outline: none;
25143
- }
25144
- .v-text-field input:invalid {
25145
- box-shadow: none;
25146
- }
25147
- .v-text-field .v-field {
25148
- cursor: text;
25149
- }
25150
- .v-text-field--prefixed.v-text-field .v-field__input {
25151
- --v-field-padding-start: 6px;
25152
- }
25153
-
25154
- .v-text-field--suffixed.v-text-field .v-field__input {
25155
- --v-field-padding-end: 0;
25156
- }
25157
-
25158
- .v-text-field .v-input__details {
25159
- padding-inline: 16px;
25160
- }
25161
- .v-input--plain-underlined.v-text-field .v-input__details {
25162
- padding-inline: 0;
25163
- }
25164
-
25165
- .v-text-field .v-field--no-label input,
25166
- .v-text-field .v-field--active input {
25167
- opacity: 1;
25168
- }
25169
- .v-text-field .v-field--single-line input {
25170
- transition: none;
25171
- }
25172
-
25173
- /* endregion */
25174
- /* region ELEMENTS */
25175
- .v-text-field__prefix, .v-text-field__suffix {
25176
- align-items: center;
25177
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25178
- cursor: default;
25179
- display: flex;
25180
- opacity: 0;
25181
- transition: inherit;
25182
- white-space: nowrap;
25183
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25184
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25185
- padding-bottom: var(--v-field-padding-bottom, 6px);
25186
- }
25187
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25188
- opacity: 1;
25189
- }
25190
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25191
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25192
- }
25193
- .v-text-field__prefix {
25194
- padding-inline-start: var(--v-field-padding-start);
25195
- }
25196
- .v-text-field__suffix {
25197
- padding-inline-end: var(--v-field-padding-end);
25198
- }
25199
-
25200
- /* endregion */.v-textarea .v-field {
25201
- --v-textarea-control-height: var(--v-input-control-height);
25202
- }
25203
- .v-textarea .v-field__field {
25204
- --v-input-control-height: var(--v-textarea-control-height);
25205
- }
25206
- .v-textarea .v-field__input {
25207
- flex: 1 1 auto;
25208
- outline: none;
25209
- -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));
25210
- 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));
25098
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25099
+ margin-inline-start: 42px;
25211
25100
  }
25212
- .v-textarea .v-field__input.v-textarea__sizer {
25213
- visibility: hidden;
25214
- position: absolute;
25215
- top: 0;
25216
- left: 0;
25217
- height: 0 !important;
25218
- min-height: 0 !important;
25219
- pointer-events: none;
25101
+
25102
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25103
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25104
+ margin-inline-end: auto;
25220
25105
  }
25221
- .v-textarea--no-resize .v-field__input {
25222
- resize: none;
25106
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25107
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25108
+ margin-inline-start: auto;
25223
25109
  }
25224
- .v-textarea .v-field--no-label textarea,
25225
- .v-textarea .v-field--active textarea {
25226
- opacity: 1;
25110
+
25111
+ .v-tabs--grow {
25112
+ flex-grow: 1;
25227
25113
  }
25228
- .v-textarea textarea {
25229
- opacity: 0;
25230
- flex: 1;
25231
- min-width: 0;
25232
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25114
+ .v-tabs--grow .v-tab {
25115
+ flex: 1 0 auto;
25116
+ max-width: none;
25233
25117
  }
25234
- .v-textarea textarea:focus, .v-textarea textarea:active {
25235
- outline: none;
25118
+
25119
+ .v-tabs--align-tabs-end .v-tab:first-child {
25120
+ margin-inline-start: auto;
25236
25121
  }
25237
- .v-textarea textarea:invalid {
25238
- box-shadow: none;
25122
+ .v-tabs--align-tabs-end .v-tab:last-child {
25123
+ margin-inline-end: 0;
25124
+ }
25125
+
25126
+ @media (max-width: 1279.98px) {
25127
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25128
+ margin-inline-start: 52px;
25129
+ }
25130
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25131
+ margin-inline-end: 52px;
25132
+ }
25239
25133
  }.v-table {
25240
25134
  background: rgb(var(--v-theme-surface));
25241
25135
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -25377,7 +25271,113 @@ html.v-overlay-scroll-blocked {
25377
25271
  }.v-theme-provider {
25378
25272
  background: rgb(var(--v-theme-background));
25379
25273
  color: rgb(var(--v-theme-on-background));
25380
- }.v-timeline .v-timeline-divider__dot {
25274
+ }.v-textarea .v-field {
25275
+ --v-textarea-control-height: var(--v-input-control-height);
25276
+ }
25277
+ .v-textarea .v-field__field {
25278
+ --v-input-control-height: var(--v-textarea-control-height);
25279
+ }
25280
+ .v-textarea .v-field__input {
25281
+ flex: 1 1 auto;
25282
+ outline: none;
25283
+ -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));
25284
+ 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));
25285
+ }
25286
+ .v-textarea .v-field__input.v-textarea__sizer {
25287
+ visibility: hidden;
25288
+ position: absolute;
25289
+ top: 0;
25290
+ left: 0;
25291
+ height: 0 !important;
25292
+ min-height: 0 !important;
25293
+ pointer-events: none;
25294
+ }
25295
+ .v-textarea--no-resize .v-field__input {
25296
+ resize: none;
25297
+ }
25298
+ .v-textarea .v-field--no-label textarea,
25299
+ .v-textarea .v-field--active textarea {
25300
+ opacity: 1;
25301
+ }
25302
+ .v-textarea textarea {
25303
+ opacity: 0;
25304
+ flex: 1;
25305
+ min-width: 0;
25306
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25307
+ }
25308
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25309
+ outline: none;
25310
+ }
25311
+ .v-textarea textarea:invalid {
25312
+ box-shadow: none;
25313
+ }/* region BLOCK */
25314
+ .v-text-field input {
25315
+ color: inherit;
25316
+ opacity: 0;
25317
+ flex: 1;
25318
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25319
+ min-width: 0;
25320
+ }
25321
+ .v-text-field input:focus, .v-text-field input:active {
25322
+ outline: none;
25323
+ }
25324
+ .v-text-field input:invalid {
25325
+ box-shadow: none;
25326
+ }
25327
+ .v-text-field .v-field {
25328
+ cursor: text;
25329
+ }
25330
+ .v-text-field--prefixed.v-text-field .v-field__input {
25331
+ --v-field-padding-start: 6px;
25332
+ }
25333
+
25334
+ .v-text-field--suffixed.v-text-field .v-field__input {
25335
+ --v-field-padding-end: 0;
25336
+ }
25337
+
25338
+ .v-text-field .v-input__details {
25339
+ padding-inline: 16px;
25340
+ }
25341
+ .v-input--plain-underlined.v-text-field .v-input__details {
25342
+ padding-inline: 0;
25343
+ }
25344
+
25345
+ .v-text-field .v-field--no-label input,
25346
+ .v-text-field .v-field--active input {
25347
+ opacity: 1;
25348
+ }
25349
+ .v-text-field .v-field--single-line input {
25350
+ transition: none;
25351
+ }
25352
+
25353
+ /* endregion */
25354
+ /* region ELEMENTS */
25355
+ .v-text-field__prefix, .v-text-field__suffix {
25356
+ align-items: center;
25357
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25358
+ cursor: default;
25359
+ display: flex;
25360
+ opacity: 0;
25361
+ transition: inherit;
25362
+ white-space: nowrap;
25363
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25364
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25365
+ padding-bottom: var(--v-field-padding-bottom, 6px);
25366
+ }
25367
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25368
+ opacity: 1;
25369
+ }
25370
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25371
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25372
+ }
25373
+ .v-text-field__prefix {
25374
+ padding-inline-start: var(--v-field-padding-start);
25375
+ }
25376
+ .v-text-field__suffix {
25377
+ padding-inline-end: var(--v-field-padding-end);
25378
+ }
25379
+
25380
+ /* endregion */.v-timeline .v-timeline-divider__dot {
25381
25381
  background: rgb(var(--v-theme-surface-light));
25382
25382
  }
25383
25383
  .v-timeline .v-timeline-divider__inner-dot {
@@ -25793,6 +25793,28 @@ html.v-overlay-scroll-blocked {
25793
25793
 
25794
25794
  .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 {
25795
25795
  padding-inline-end: 0;
25796
+ }.v-tooltip > .v-overlay__content {
25797
+ background: rgb(var(--v-theme-surface-variant));
25798
+ color: rgb(var(--v-theme-on-surface-variant));
25799
+ border-radius: 4px;
25800
+ font-size: 0.875rem;
25801
+ line-height: 1.6;
25802
+ display: inline-block;
25803
+ padding: 5px 16px;
25804
+ text-transform: initial;
25805
+ width: auto;
25806
+ opacity: 1;
25807
+ pointer-events: none;
25808
+ transition-property: opacity, transform;
25809
+ overflow-wrap: break-word;
25810
+ }
25811
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25812
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25813
+ transition-duration: 150ms;
25814
+ }
25815
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25816
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25817
+ transition-duration: 75ms;
25796
25818
  }.v-toolbar {
25797
25819
  align-items: flex-start;
25798
25820
  display: flex;
@@ -25922,28 +25944,6 @@ html.v-overlay-scroll-blocked {
25922
25944
  }
25923
25945
  .v-toolbar-items > .v-btn {
25924
25946
  border-radius: 0;
25925
- }.v-tooltip > .v-overlay__content {
25926
- background: rgb(var(--v-theme-surface-variant));
25927
- color: rgb(var(--v-theme-on-surface-variant));
25928
- border-radius: 4px;
25929
- font-size: 0.875rem;
25930
- line-height: 1.6;
25931
- display: inline-block;
25932
- padding: 5px 16px;
25933
- text-transform: initial;
25934
- width: auto;
25935
- opacity: 1;
25936
- pointer-events: none;
25937
- transition-property: opacity, transform;
25938
- overflow-wrap: break-word;
25939
- }
25940
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25941
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25942
- transition-duration: 150ms;
25943
- }
25944
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25945
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25946
- transition-duration: 75ms;
25947
25947
  }.v-virtual-scroll {
25948
25948
  display: block;
25949
25949
  flex: 1 1 auto;
@@ -26023,6 +26023,34 @@ html.v-overlay-scroll-blocked {
26023
26023
  }
26024
26024
  .v-window-y-reverse-transition-leave-to {
26025
26025
  transform: translateY(100%);
26026
+ }.v-color-picker-edit {
26027
+ display: flex;
26028
+ margin-top: 24px;
26029
+ }
26030
+
26031
+ .v-color-picker-edit__input {
26032
+ width: 100%;
26033
+ display: flex;
26034
+ flex-wrap: wrap;
26035
+ justify-content: center;
26036
+ text-align: center;
26037
+ }
26038
+ .v-color-picker-edit__input:not(:last-child) {
26039
+ margin-inline-end: 8px;
26040
+ }
26041
+ .v-color-picker-edit__input input {
26042
+ border-radius: 4px;
26043
+ margin-bottom: 8px;
26044
+ min-width: 0;
26045
+ outline: none;
26046
+ text-align: center;
26047
+ width: 100%;
26048
+ height: 32px;
26049
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26050
+ color: rgba(var(--v-theme-on-surface));
26051
+ }
26052
+ .v-color-picker-edit__input span {
26053
+ font-size: 0.75rem;
26026
26054
  }.v-color-picker-preview__alpha .v-slider-track__background {
26027
26055
  background-color: transparent !important;
26028
26056
  }
@@ -26093,34 +26121,6 @@ html.v-overlay-scroll-blocked {
26093
26121
  .v-color-picker-preview__eye-dropper {
26094
26122
  position: relative;
26095
26123
  margin-right: 12px;
26096
- }.v-color-picker-edit {
26097
- display: flex;
26098
- margin-top: 24px;
26099
- }
26100
-
26101
- .v-color-picker-edit__input {
26102
- width: 100%;
26103
- display: flex;
26104
- flex-wrap: wrap;
26105
- justify-content: center;
26106
- text-align: center;
26107
- }
26108
- .v-color-picker-edit__input:not(:last-child) {
26109
- margin-inline-end: 8px;
26110
- }
26111
- .v-color-picker-edit__input input {
26112
- border-radius: 4px;
26113
- margin-bottom: 8px;
26114
- min-width: 0;
26115
- outline: none;
26116
- text-align: center;
26117
- width: 100%;
26118
- height: 32px;
26119
- background: rgba(var(--v-theme-surface-variant), 0.2);
26120
- color: rgba(var(--v-theme-on-surface));
26121
- }
26122
- .v-color-picker-edit__input span {
26123
- font-size: 0.75rem;
26124
26124
  }.v-color-picker-canvas {
26125
26125
  display: flex;
26126
26126
  position: relative;