@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/CHANGELOG.md +0 -13
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +16 -16
  4. package/dist/json/importMap.json +152 -152
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2433 -2435
  8. package/dist/vuetify-labs.d.ts +12298 -12189
  9. package/dist/vuetify-labs.esm.js +59 -29
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +59 -29
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +738 -740
  14. package/dist/vuetify.d.ts +10490 -10401
  15. package/dist/vuetify.esm.js +51 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +51 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1043 -1044
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/index.d.mts +615 -609
  26. package/lib/components/VAvatar/index.d.mts +36 -36
  27. package/lib/components/VBadge/index.d.mts +58 -58
  28. package/lib/components/VBanner/index.d.mts +59 -59
  29. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  30. package/lib/components/VBottomSheet/index.d.mts +118 -118
  31. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  32. package/lib/components/VBtn/VBtn.css +3 -0
  33. package/lib/components/VBtn/VBtn.sass +3 -0
  34. package/lib/components/VBtn/index.d.mts +107 -107
  35. package/lib/components/VBtnGroup/index.d.mts +23 -23
  36. package/lib/components/VBtnToggle/index.d.mts +40 -40
  37. package/lib/components/VCard/index.d.mts +93 -93
  38. package/lib/components/VCarousel/index.d.mts +128 -128
  39. package/lib/components/VCheckbox/index.d.mts +174 -168
  40. package/lib/components/VChip/index.d.mts +86 -86
  41. package/lib/components/VChipGroup/index.d.mts +46 -46
  42. package/lib/components/VColorPicker/index.d.mts +96 -96
  43. package/lib/components/VCombobox/index.d.mts +615 -609
  44. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  45. package/lib/components/VCounter/index.d.mts +27 -27
  46. package/lib/components/VDataIterator/index.d.mts +51 -50
  47. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  48. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  49. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  50. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  53. package/lib/components/VDataTable/composables/group.mjs +2 -1
  54. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  55. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  56. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  57. package/lib/components/VDataTable/index.d.mts +275 -274
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +134 -134
  61. package/lib/components/VDialog/index.d.mts +353 -353
  62. package/lib/components/VDivider/index.d.mts +15 -15
  63. package/lib/components/VEmptyState/index.d.mts +47 -47
  64. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  65. package/lib/components/VFab/index.d.mts +227 -227
  66. package/lib/components/VField/VField.css +6 -11
  67. package/lib/components/VField/VField.mjs +7 -5
  68. package/lib/components/VField/VField.mjs.map +1 -1
  69. package/lib/components/VField/VField.sass +2 -6
  70. package/lib/components/VField/index.d.mts +58 -52
  71. package/lib/components/VFileInput/index.d.mts +255 -249
  72. package/lib/components/VFooter/index.d.mts +50 -50
  73. package/lib/components/VForm/index.d.mts +9 -9
  74. package/lib/components/VGrid/index.d.mts +150 -150
  75. package/lib/components/VIcon/index.d.mts +24 -24
  76. package/lib/components/VImg/index.d.mts +85 -85
  77. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  78. package/lib/components/VInput/VInput.css +5 -5
  79. package/lib/components/VInput/VInput.mjs +4 -1
  80. package/lib/components/VInput/VInput.mjs.map +1 -1
  81. package/lib/components/VInput/VInput.sass +1 -1
  82. package/lib/components/VInput/index.d.mts +61 -55
  83. package/lib/components/VItemGroup/index.d.mts +17 -17
  84. package/lib/components/VLabel/index.d.mts +8 -8
  85. package/lib/components/VLayout/index.d.mts +36 -36
  86. package/lib/components/VLazy/index.d.mts +31 -31
  87. package/lib/components/VList/index.d.mts +178 -178
  88. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  89. package/lib/components/VMain/index.d.mts +10 -10
  90. package/lib/components/VMenu/index.d.mts +393 -393
  91. package/lib/components/VMessages/index.d.mts +20 -20
  92. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  93. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  94. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  95. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  96. package/lib/components/VOtpInput/index.d.mts +88 -88
  97. package/lib/components/VOverlay/index.d.mts +97 -97
  98. package/lib/components/VPagination/index.d.mts +55 -55
  99. package/lib/components/VParallax/index.d.mts +7 -7
  100. package/lib/components/VProgressCircular/index.d.mts +24 -24
  101. package/lib/components/VProgressLinear/index.d.mts +52 -52
  102. package/lib/components/VRadio/index.d.mts +41 -41
  103. package/lib/components/VRadioGroup/index.d.mts +105 -99
  104. package/lib/components/VRangeSlider/index.d.mts +102 -96
  105. package/lib/components/VRating/index.d.mts +22 -22
  106. package/lib/components/VResponsive/index.d.mts +23 -23
  107. package/lib/components/VSelect/index.d.mts +615 -609
  108. package/lib/components/VSelectionControl/index.d.mts +43 -43
  109. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  110. package/lib/components/VSheet/index.d.mts +34 -34
  111. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  112. package/lib/components/VSlideGroup/index.d.mts +33 -33
  113. package/lib/components/VSlider/index.d.mts +95 -89
  114. package/lib/components/VSnackbar/index.d.mts +411 -411
  115. package/lib/components/VSparkline/index.d.mts +38 -38
  116. package/lib/components/VSpeedDial/index.d.mts +176 -176
  117. package/lib/components/VStepper/index.d.mts +119 -119
  118. package/lib/components/VSwitch/index.d.mts +108 -102
  119. package/lib/components/VSystemBar/index.d.mts +39 -39
  120. package/lib/components/VTable/index.d.mts +4 -4
  121. package/lib/components/VTabs/index.d.mts +512 -512
  122. package/lib/components/VTextField/VTextField.mjs +1 -1
  123. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  124. package/lib/components/VTextField/index.d.mts +421 -415
  125. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  126. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  127. package/lib/components/VTextarea/index.d.mts +359 -344
  128. package/lib/components/VTimeline/index.d.mts +26 -26
  129. package/lib/components/VToolbar/index.d.mts +53 -53
  130. package/lib/components/VTooltip/index.d.mts +424 -424
  131. package/lib/components/VValidation/index.d.mts +19 -19
  132. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  133. package/lib/components/VWindow/index.d.mts +31 -31
  134. package/lib/components/index.d.mts +10651 -10563
  135. package/lib/components/transitions/index.d.mts +200 -200
  136. package/lib/composables/nested/nested.mjs +0 -1
  137. package/lib/composables/nested/nested.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +1 -1
  139. package/lib/framework.mjs +1 -1
  140. package/lib/index.d.mts +81 -80
  141. package/lib/labs/VCalendar/index.d.mts +52 -52
  142. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  143. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  144. package/lib/labs/VDateInput/index.d.mts +256 -250
  145. package/lib/labs/VNumberInput/index.d.mts +247 -241
  146. package/lib/labs/VPicker/index.d.mts +45 -45
  147. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  148. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  149. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  150. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  151. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  152. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  153. package/lib/labs/VTimePicker/index.d.mts +131 -122
  154. package/lib/labs/VTreeview/index.d.mts +199 -199
  155. package/lib/labs/components.d.mts +1754 -1733
  156. package/package.json +9 -4
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-12
2
+ * Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17456,18 +17456,22 @@ html.overflow-y-hidden {
17456
17456
  .v-ripple__animation--out {
17457
17457
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17458
17458
  opacity: 0;
17459
- }.v-app-bar {
17459
+ }.v-application {
17460
17460
  display: flex;
17461
+ background: rgb(var(--v-theme-background));
17462
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17461
17463
  }
17462
- .v-app-bar.v-toolbar {
17463
- background: rgb(var(--v-theme-surface));
17464
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17465
- }
17466
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17467
- 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));
17468
- }
17469
- .v-app-bar:not(.v-toolbar--absolute) {
17470
- padding-inline-end: var(--v-scrollbar-offset);
17464
+
17465
+ .v-application__wrap {
17466
+ -webkit-backface-visibility: hidden;
17467
+ backface-visibility: hidden;
17468
+ display: flex;
17469
+ flex-direction: column;
17470
+ flex: 1 1 auto;
17471
+ max-width: 100%;
17472
+ min-height: 100vh;
17473
+ min-height: 100dvh;
17474
+ position: relative;
17471
17475
  }.v-alert {
17472
17476
  display: grid;
17473
17477
  flex: 1 1;
@@ -17680,6 +17684,18 @@ html.overflow-y-hidden {
17680
17684
  text-transform: none;
17681
17685
  word-break: normal;
17682
17686
  word-wrap: break-word;
17687
+ }.v-app-bar {
17688
+ display: flex;
17689
+ }
17690
+ .v-app-bar.v-toolbar {
17691
+ background: rgb(var(--v-theme-surface));
17692
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17693
+ }
17694
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17695
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17696
+ }
17697
+ .v-app-bar:not(.v-toolbar--absolute) {
17698
+ padding-inline-end: var(--v-scrollbar-offset);
17683
17699
  }.v-autocomplete .v-field .v-text-field__prefix,
17684
17700
  .v-autocomplete .v-field .v-text-field__suffix,
17685
17701
  .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
@@ -17934,61 +17950,6 @@ html.overflow-y-hidden {
17934
17950
  display: inline-flex;
17935
17951
  justify-content: center;
17936
17952
  margin: 0 4px;
17937
- }.v-bottom-navigation {
17938
- display: flex;
17939
- max-width: 100%;
17940
- overflow: hidden;
17941
- position: absolute;
17942
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
17943
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17944
- border-style: solid;
17945
- border-width: 0;
17946
- border-radius: 0;
17947
- background: rgb(var(--v-theme-surface));
17948
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17949
- }
17950
- .v-bottom-navigation--border {
17951
- border-width: thin;
17952
- box-shadow: none;
17953
- }
17954
- .v-bottom-navigation--active {
17955
- 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));
17956
- }
17957
-
17958
- .v-bottom-navigation__content {
17959
- display: flex;
17960
- flex: none;
17961
- font-size: 0.75rem;
17962
- justify-content: center;
17963
- transition: inherit;
17964
- width: 100%;
17965
- }
17966
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17967
- font-size: inherit;
17968
- height: 100%;
17969
- max-width: 168px;
17970
- min-width: 80px;
17971
- text-transform: none;
17972
- transition: inherit;
17973
- width: auto;
17974
- border-radius: 0;
17975
- }
17976
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17977
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17978
- transition: inherit;
17979
- }
17980
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17981
- font-size: 1.5rem;
17982
- }
17983
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17984
- flex-grow: 1;
17985
- }
17986
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
17987
- transition: inherit;
17988
- opacity: 0;
17989
- }
17990
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17991
- transform: translateY(0.5rem);
17992
17953
  }.v-banner {
17993
17954
  display: grid;
17994
17955
  flex: 1 1;
@@ -18147,6 +18108,61 @@ html.overflow-y-hidden {
18147
18108
  }
18148
18109
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18149
18110
  align-self: flex-start;
18111
+ }.v-bottom-navigation {
18112
+ display: flex;
18113
+ max-width: 100%;
18114
+ overflow: hidden;
18115
+ position: absolute;
18116
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18117
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18118
+ border-style: solid;
18119
+ border-width: 0;
18120
+ border-radius: 0;
18121
+ background: rgb(var(--v-theme-surface));
18122
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18123
+ }
18124
+ .v-bottom-navigation--border {
18125
+ border-width: thin;
18126
+ box-shadow: none;
18127
+ }
18128
+ .v-bottom-navigation--active {
18129
+ 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));
18130
+ }
18131
+
18132
+ .v-bottom-navigation__content {
18133
+ display: flex;
18134
+ flex: none;
18135
+ font-size: 0.75rem;
18136
+ justify-content: center;
18137
+ transition: inherit;
18138
+ width: 100%;
18139
+ }
18140
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18141
+ font-size: inherit;
18142
+ height: 100%;
18143
+ max-width: 168px;
18144
+ min-width: 80px;
18145
+ text-transform: none;
18146
+ transition: inherit;
18147
+ width: auto;
18148
+ border-radius: 0;
18149
+ }
18150
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18151
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18152
+ transition: inherit;
18153
+ }
18154
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18155
+ font-size: 1.5rem;
18156
+ }
18157
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18158
+ flex-grow: 1;
18159
+ }
18160
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18161
+ transition: inherit;
18162
+ opacity: 0;
18163
+ }
18164
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18165
+ transform: translateY(0.5rem);
18150
18166
  }.bottom-sheet-transition-enter-from {
18151
18167
  transform: translateY(100%);
18152
18168
  }
@@ -18567,6 +18583,9 @@ html.overflow-y-hidden {
18567
18583
  .v-btn--stacked .v-icon {
18568
18584
  --v-icon-size-multiplier: 1.1428571429;
18569
18585
  }
18586
+ .v-btn--stacked.v-btn--block {
18587
+ min-width: 100%;
18588
+ }
18570
18589
 
18571
18590
  .v-btn__loader {
18572
18591
  align-items: center;
@@ -18710,19 +18729,6 @@ html.overflow-y-hidden {
18710
18729
  }
18711
18730
  .v-btn-group--tile {
18712
18731
  border-radius: 0;
18713
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18714
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18715
- }
18716
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18717
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18718
- }
18719
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18720
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18721
- }
18722
- @supports not selector(:focus-visible) {
18723
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18724
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18725
- }
18726
18732
  }.v-card {
18727
18733
  display: block;
18728
18734
  overflow: hidden;
@@ -19022,11 +19028,19 @@ html.overflow-y-hidden {
19022
19028
  pointer-events: none;
19023
19029
  opacity: 0;
19024
19030
  transition: opacity 0.2s ease-in-out;
19025
- }.v-checkbox.v-input {
19026
- flex: 0 1 auto;
19031
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19032
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19027
19033
  }
19028
- .v-checkbox .v-selection-control {
19029
- min-height: var(--v-input-control-height);
19034
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19035
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19036
+ }
19037
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19038
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19039
+ }
19040
+ @supports not selector(:focus-visible) {
19041
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19042
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19043
+ }
19030
19044
  }.v-carousel {
19031
19045
  overflow: hidden;
19032
19046
  position: relative;
@@ -19090,6 +19104,11 @@ html.overflow-y-hidden {
19090
19104
  flex-direction: column;
19091
19105
  height: 100% !important;
19092
19106
  width: 50px;
19107
+ }.v-checkbox.v-input {
19108
+ flex: 0 1 auto;
19109
+ }
19110
+ .v-checkbox .v-selection-control {
19111
+ min-height: var(--v-input-control-height);
19093
19112
  }.v-chip {
19094
19113
  align-items: center;
19095
19114
  display: inline-flex;
@@ -19502,6 +19521,24 @@ html.overflow-y-hidden {
19502
19521
 
19503
19522
  .v-chip--label {
19504
19523
  border-radius: 4px;
19524
+ }.v-chip-group {
19525
+ display: flex;
19526
+ max-width: 100%;
19527
+ min-width: 0;
19528
+ overflow-x: auto;
19529
+ padding: 4px 0;
19530
+ }
19531
+ .v-chip-group .v-chip {
19532
+ margin: 4px 8px 4px 0;
19533
+ }
19534
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19535
+ opacity: var(--v-activated-opacity);
19536
+ }
19537
+
19538
+ .v-chip-group--column .v-slide-group__content {
19539
+ white-space: normal;
19540
+ flex-wrap: wrap;
19541
+ max-width: 100%;
19505
19542
  }.v-color-picker {
19506
19543
  align-self: flex-start;
19507
19544
  contain: content;
@@ -19522,24 +19559,6 @@ html.overflow-y-hidden {
19522
19559
  }
19523
19560
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19524
19561
  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));
19525
- }.v-chip-group {
19526
- display: flex;
19527
- max-width: 100%;
19528
- min-width: 0;
19529
- overflow-x: auto;
19530
- padding: 4px 0;
19531
- }
19532
- .v-chip-group .v-chip {
19533
- margin: 4px 8px 4px 0;
19534
- }
19535
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19536
- opacity: var(--v-activated-opacity);
19537
- }
19538
-
19539
- .v-chip-group--column .v-slide-group__content {
19540
- white-space: normal;
19541
- flex-wrap: wrap;
19542
- max-width: 100%;
19543
19562
  }.v-combobox .v-field .v-text-field__prefix,
19544
19563
  .v-combobox .v-field .v-text-field__suffix,
19545
19564
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -19626,31 +19645,242 @@ html.overflow-y-hidden {
19626
19645
  flex: 0 1 auto;
19627
19646
  font-size: 12px;
19628
19647
  transition-duration: 150ms;
19629
- }.v-data-table {
19630
- width: 100%;
19648
+ }.v-date-picker {
19649
+ overflow: hidden;
19650
+ width: 328px;
19631
19651
  }
19632
-
19633
- .v-data-table__table {
19634
- width: 100%;
19635
- border-collapse: separate;
19636
- border-spacing: 0;
19652
+ .v-date-picker--show-week {
19653
+ width: 368px;
19654
+ }.v-date-picker-header {
19655
+ align-items: flex-end;
19656
+ height: 70px;
19657
+ display: grid;
19658
+ grid-template-areas: "prepend content append";
19659
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
19660
+ overflow: hidden;
19661
+ padding-inline: 24px 12px;
19662
+ padding-bottom: 12px;
19637
19663
  }
19638
19664
 
19639
- .v-data-table__tr--focus {
19640
- border: 1px dotted black;
19641
- }
19642
- .v-data-table__tr--clickable {
19643
- cursor: pointer;
19665
+ .v-date-picker-header__append {
19666
+ grid-area: append;
19644
19667
  }
19645
19668
 
19646
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
19647
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
19648
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
19649
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
19650
- text-align: end;
19669
+ .v-date-picker-header__prepend {
19670
+ grid-area: prepend;
19671
+ padding-inline-start: 8px;
19651
19672
  }
19652
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19653
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
19673
+
19674
+ .v-date-picker-header__content {
19675
+ align-items: center;
19676
+ display: inline-flex;
19677
+ font-size: 32px;
19678
+ line-height: 40px;
19679
+ grid-area: content;
19680
+ justify-content: space-between;
19681
+ }
19682
+ .v-date-picker-header--clickable .v-date-picker-header__content {
19683
+ cursor: pointer;
19684
+ }
19685
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
19686
+ opacity: 0.7;
19687
+ }
19688
+
19689
+ .date-picker-header-transition-enter-active,
19690
+ .date-picker-header-reverse-transition-enter-active {
19691
+ transition-duration: 0.3s;
19692
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19693
+ }
19694
+ .date-picker-header-transition-leave-active,
19695
+ .date-picker-header-reverse-transition-leave-active {
19696
+ transition-duration: 0.3s;
19697
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19698
+ }
19699
+
19700
+ .date-picker-header-transition-enter-from {
19701
+ transform: translate(0, 100%);
19702
+ }
19703
+ .date-picker-header-transition-leave-to {
19704
+ opacity: 0;
19705
+ transform: translate(0, -100%);
19706
+ }
19707
+
19708
+ .date-picker-header-reverse-transition-enter-from {
19709
+ transform: translate(0, -100%);
19710
+ }
19711
+ .date-picker-header-reverse-transition-leave-to {
19712
+ opacity: 0;
19713
+ transform: translate(0, 100%);
19714
+ }.v-date-picker-month {
19715
+ display: flex;
19716
+ justify-content: center;
19717
+ padding: 0 12px 8px;
19718
+ --v-date-picker-month-day-diff: 4px;
19719
+ }
19720
+
19721
+ .v-date-picker-month__weeks {
19722
+ display: grid;
19723
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19724
+ column-gap: 4px;
19725
+ font-size: 0.85rem;
19726
+ }
19727
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
19728
+ grid-row-gap: 0;
19729
+ }
19730
+
19731
+ .v-date-picker-month__weekday {
19732
+ font-size: 0.85rem;
19733
+ }
19734
+
19735
+ .v-date-picker-month__days {
19736
+ display: grid;
19737
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
19738
+ column-gap: 4px;
19739
+ flex: 1 1;
19740
+ justify-content: space-around;
19741
+ }
19742
+
19743
+ .v-date-picker-month__day {
19744
+ align-items: center;
19745
+ display: flex;
19746
+ justify-content: center;
19747
+ position: relative;
19748
+ height: 40px;
19749
+ width: 40px;
19750
+ }
19751
+ .v-date-picker-month__day--selected .v-btn {
19752
+ background-color: rgb(var(--v-theme-surface-variant));
19753
+ color: rgb(var(--v-theme-on-surface-variant));
19754
+ }
19755
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
19756
+ --v-btn-height: 24px;
19757
+ --v-btn-size: 0.85rem;
19758
+ }
19759
+ .v-date-picker-month__day--week {
19760
+ font-size: var(--v-btn-size);
19761
+ }
19762
+
19763
+ .v-date-picker-month__day--adjacent {
19764
+ opacity: 0.5;
19765
+ }
19766
+
19767
+ .v-date-picker-month__day--hide-adjacent {
19768
+ opacity: 0;
19769
+ }.v-date-picker-months {
19770
+ height: 288px;
19771
+ }
19772
+
19773
+ .v-date-picker-months__content {
19774
+ align-items: center;
19775
+ display: grid;
19776
+ flex: 1 1;
19777
+ height: inherit;
19778
+ justify-content: space-around;
19779
+ grid-template-columns: repeat(2, 1fr);
19780
+ grid-gap: 0px 24px;
19781
+ padding-inline-start: 36px;
19782
+ padding-inline-end: 36px;
19783
+ }
19784
+ .v-date-picker-months__content .v-btn {
19785
+ text-transform: none;
19786
+ padding-inline-start: 8px;
19787
+ padding-inline-end: 8px;
19788
+ }.v-date-picker-controls {
19789
+ display: flex;
19790
+ align-items: center;
19791
+ justify-content: space-between;
19792
+ font-size: 0.875rem;
19793
+ padding-top: 4px;
19794
+ padding-bottom: 4px;
19795
+ padding-inline-start: 6px;
19796
+ padding-inline-end: 12px;
19797
+ }
19798
+ .v-date-picker-controls > .v-btn:first-child {
19799
+ text-transform: none;
19800
+ font-weight: 400;
19801
+ line-height: initial;
19802
+ letter-spacing: initial;
19803
+ }
19804
+ .v-date-picker-controls--variant-classic {
19805
+ padding-inline-start: 12px;
19806
+ }
19807
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
19808
+ opacity: 0.7;
19809
+ }
19810
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
19811
+ cursor: pointer;
19812
+ }
19813
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
19814
+ opacity: 1;
19815
+ }
19816
+ .v-date-picker-controls .v-btn:last-child {
19817
+ margin-inline-start: 4px;
19818
+ }
19819
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
19820
+ transform: rotate(180deg);
19821
+ }
19822
+
19823
+ .v-date-picker-controls__date {
19824
+ margin-inline-end: 4px;
19825
+ }
19826
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
19827
+ margin: auto;
19828
+ text-align: center;
19829
+ }
19830
+
19831
+ .v-date-picker-controls__month {
19832
+ display: flex;
19833
+ }
19834
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
19835
+ flex-direction: row-reverse;
19836
+ }
19837
+
19838
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
19839
+ flex: 1 0 auto;
19840
+ }
19841
+
19842
+ .v-date-picker__title {
19843
+ display: inline-block;
19844
+ }.v-date-picker-years {
19845
+ height: 288px;
19846
+ overflow-y: scroll;
19847
+ }
19848
+
19849
+ .v-date-picker-years__content {
19850
+ display: grid;
19851
+ flex: 1 1;
19852
+ justify-content: space-around;
19853
+ grid-template-columns: repeat(3, 1fr);
19854
+ gap: 8px 24px;
19855
+ padding-inline: 32px;
19856
+ }
19857
+ .v-date-picker-years__content .v-btn {
19858
+ padding-inline: 8px;
19859
+ }.v-data-table {
19860
+ width: 100%;
19861
+ }
19862
+
19863
+ .v-data-table__table {
19864
+ width: 100%;
19865
+ border-collapse: separate;
19866
+ border-spacing: 0;
19867
+ }
19868
+
19869
+ .v-data-table__tr--focus {
19870
+ border: 1px dotted black;
19871
+ }
19872
+ .v-data-table__tr--clickable {
19873
+ cursor: pointer;
19874
+ }
19875
+
19876
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
19877
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
19878
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
19879
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
19880
+ text-align: end;
19881
+ }
19882
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19883
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
19654
19884
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19655
19885
  .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
19656
19886
  flex-direction: row-reverse;
@@ -19798,263 +20028,52 @@ html.overflow-y-hidden {
19798
20028
  .v-data-table__tr--mobile > td:not(:last-child) {
19799
20029
  border-bottom: 0 !important;
19800
20030
  }
19801
-
19802
- .v-data-table__td-title {
19803
- font-weight: 500;
19804
- text-align: left;
19805
- }
19806
-
19807
- .v-data-table__td-value {
19808
- text-align: right;
19809
- }
19810
-
19811
- .v-data-table__td-sort-icon {
19812
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
19813
- }
19814
- .v-data-table__td-sort-icon-active {
19815
- color: rgba(var(--v-theme-on-surface));
19816
- }.v-data-table-footer {
19817
- align-items: center;
19818
- display: flex;
19819
- flex-wrap: wrap;
19820
- justify-content: flex-end;
19821
- padding: 8px 4px;
19822
- }
19823
- .v-data-table-footer__items-per-page {
19824
- align-items: center;
19825
- display: flex;
19826
- justify-content: center;
19827
- }
19828
- .v-data-table-footer__items-per-page > span {
19829
- padding-inline-end: 8px;
19830
- }
19831
- .v-data-table-footer__items-per-page > .v-select {
19832
- width: 90px;
19833
- }
19834
- .v-data-table-footer__info {
19835
- display: flex;
19836
- justify-content: flex-end;
19837
- min-width: 116px;
19838
- padding: 0 16px;
19839
- }
19840
- .v-data-table-footer__paginationz {
19841
- align-items: center;
19842
- display: flex;
19843
- margin-inline-start: 16px;
19844
- }
19845
- .v-data-table-footer__page {
19846
- padding: 0 8px;
19847
- }.v-date-picker-header {
19848
- align-items: flex-end;
19849
- height: 70px;
19850
- display: grid;
19851
- grid-template-areas: "prepend content append";
19852
- grid-template-columns: min-content minmax(0, 1fr) min-content;
19853
- overflow: hidden;
19854
- padding-inline: 24px 12px;
19855
- padding-bottom: 12px;
19856
- }
19857
-
19858
- .v-date-picker-header__append {
19859
- grid-area: append;
19860
- }
19861
-
19862
- .v-date-picker-header__prepend {
19863
- grid-area: prepend;
19864
- padding-inline-start: 8px;
19865
- }
19866
-
19867
- .v-date-picker-header__content {
19868
- align-items: center;
19869
- display: inline-flex;
19870
- font-size: 32px;
19871
- line-height: 40px;
19872
- grid-area: content;
19873
- justify-content: space-between;
19874
- }
19875
- .v-date-picker-header--clickable .v-date-picker-header__content {
19876
- cursor: pointer;
19877
- }
19878
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
19879
- opacity: 0.7;
19880
- }
19881
-
19882
- .date-picker-header-transition-enter-active,
19883
- .date-picker-header-reverse-transition-enter-active {
19884
- transition-duration: 0.3s;
19885
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19886
- }
19887
- .date-picker-header-transition-leave-active,
19888
- .date-picker-header-reverse-transition-leave-active {
19889
- transition-duration: 0.3s;
19890
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19891
- }
19892
-
19893
- .date-picker-header-transition-enter-from {
19894
- transform: translate(0, 100%);
19895
- }
19896
- .date-picker-header-transition-leave-to {
19897
- opacity: 0;
19898
- transform: translate(0, -100%);
19899
- }
19900
-
19901
- .date-picker-header-reverse-transition-enter-from {
19902
- transform: translate(0, -100%);
19903
- }
19904
- .date-picker-header-reverse-transition-leave-to {
19905
- opacity: 0;
19906
- transform: translate(0, 100%);
19907
- }.v-date-picker-month {
19908
- display: flex;
19909
- justify-content: center;
19910
- padding: 0 12px 8px;
19911
- --v-date-picker-month-day-diff: 4px;
19912
- }
19913
-
19914
- .v-date-picker-month__weeks {
19915
- display: grid;
19916
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19917
- column-gap: 4px;
19918
- font-size: 0.85rem;
19919
- }
19920
- .v-date-picker-month__weeks + .v-date-picker-month__days {
19921
- grid-row-gap: 0;
19922
- }
19923
-
19924
- .v-date-picker-month__weekday {
19925
- font-size: 0.85rem;
19926
- }
19927
-
19928
- .v-date-picker-month__days {
19929
- display: grid;
19930
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
19931
- column-gap: 4px;
19932
- flex: 1 1;
19933
- justify-content: space-around;
19934
- }
19935
-
19936
- .v-date-picker-month__day {
19937
- align-items: center;
19938
- display: flex;
19939
- justify-content: center;
19940
- position: relative;
19941
- height: 40px;
19942
- width: 40px;
19943
- }
19944
- .v-date-picker-month__day--selected .v-btn {
19945
- background-color: rgb(var(--v-theme-surface-variant));
19946
- color: rgb(var(--v-theme-on-surface-variant));
19947
- }
19948
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
19949
- --v-btn-height: 24px;
19950
- --v-btn-size: 0.85rem;
19951
- }
19952
- .v-date-picker-month__day--week {
19953
- font-size: var(--v-btn-size);
19954
- }
19955
-
19956
- .v-date-picker-month__day--adjacent {
19957
- opacity: 0.5;
19958
- }
19959
-
19960
- .v-date-picker-month__day--hide-adjacent {
19961
- opacity: 0;
19962
- }.v-date-picker-controls {
19963
- display: flex;
19964
- align-items: center;
19965
- justify-content: space-between;
19966
- font-size: 0.875rem;
19967
- padding-top: 4px;
19968
- padding-bottom: 4px;
19969
- padding-inline-start: 6px;
19970
- padding-inline-end: 12px;
19971
- }
19972
- .v-date-picker-controls > .v-btn:first-child {
19973
- text-transform: none;
19974
- font-weight: 400;
19975
- line-height: initial;
19976
- letter-spacing: initial;
19977
- }
19978
- .v-date-picker-controls--variant-classic {
19979
- padding-inline-start: 12px;
19980
- }
19981
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
19982
- opacity: 0.7;
19983
- }
19984
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
19985
- cursor: pointer;
19986
- }
19987
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
19988
- opacity: 1;
19989
- }
19990
- .v-date-picker-controls .v-btn:last-child {
19991
- margin-inline-start: 4px;
19992
- }
19993
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
19994
- transform: rotate(180deg);
19995
- }
19996
-
19997
- .v-date-picker-controls__date {
19998
- margin-inline-end: 4px;
19999
- }
20000
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20001
- margin: auto;
20002
- text-align: center;
20003
- }
20004
-
20005
- .v-date-picker-controls__month {
20006
- display: flex;
20007
- }
20008
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20009
- flex-direction: row-reverse;
20031
+
20032
+ .v-data-table__td-title {
20033
+ font-weight: 500;
20034
+ text-align: left;
20010
20035
  }
20011
20036
 
20012
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20013
- flex: 1 0 auto;
20037
+ .v-data-table__td-value {
20038
+ text-align: right;
20014
20039
  }
20015
20040
 
20016
- .v-date-picker__title {
20017
- display: inline-block;
20018
- }.v-date-picker {
20019
- overflow: hidden;
20020
- width: 328px;
20041
+ .v-data-table__td-sort-icon {
20042
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
20021
20043
  }
20022
- .v-date-picker--show-week {
20023
- width: 368px;
20024
- }.v-date-picker-months {
20025
- height: 288px;
20044
+ .v-data-table__td-sort-icon-active {
20045
+ color: rgba(var(--v-theme-on-surface));
20046
+ }.v-data-table-footer {
20047
+ align-items: center;
20048
+ display: flex;
20049
+ flex-wrap: wrap;
20050
+ justify-content: flex-end;
20051
+ padding: 8px 4px;
20026
20052
  }
20027
-
20028
- .v-date-picker-months__content {
20053
+ .v-data-table-footer__items-per-page {
20029
20054
  align-items: center;
20030
- display: grid;
20031
- flex: 1 1;
20032
- height: inherit;
20033
- justify-content: space-around;
20034
- grid-template-columns: repeat(2, 1fr);
20035
- grid-gap: 0px 24px;
20036
- padding-inline-start: 36px;
20037
- padding-inline-end: 36px;
20055
+ display: flex;
20056
+ justify-content: center;
20038
20057
  }
20039
- .v-date-picker-months__content .v-btn {
20040
- text-transform: none;
20041
- padding-inline-start: 8px;
20058
+ .v-data-table-footer__items-per-page > span {
20042
20059
  padding-inline-end: 8px;
20043
- }.v-date-picker-years {
20044
- height: 288px;
20045
- overflow-y: scroll;
20046
20060
  }
20047
-
20048
- .v-date-picker-years__content {
20049
- display: grid;
20050
- flex: 1 1;
20051
- justify-content: space-around;
20052
- grid-template-columns: repeat(3, 1fr);
20053
- gap: 8px 24px;
20054
- padding-inline: 32px;
20061
+ .v-data-table-footer__items-per-page > .v-select {
20062
+ width: 90px;
20055
20063
  }
20056
- .v-date-picker-years__content .v-btn {
20057
- padding-inline: 8px;
20064
+ .v-data-table-footer__info {
20065
+ display: flex;
20066
+ justify-content: flex-end;
20067
+ min-width: 116px;
20068
+ padding: 0 16px;
20069
+ }
20070
+ .v-data-table-footer__paginationz {
20071
+ align-items: center;
20072
+ display: flex;
20073
+ margin-inline-start: 16px;
20074
+ }
20075
+ .v-data-table-footer__page {
20076
+ padding: 0 8px;
20058
20077
  }.v-dialog {
20059
20078
  align-items: center;
20060
20079
  justify-content: center;
@@ -20474,6 +20493,75 @@ html.overflow-y-hidden {
20474
20493
  }
20475
20494
  .v-expansion-panels--tile > .v-expansion-panel {
20476
20495
  border-radius: 0;
20496
+ }.v-fab {
20497
+ align-items: center;
20498
+ display: inline-flex;
20499
+ flex: 1 1 auto;
20500
+ pointer-events: none;
20501
+ position: relative;
20502
+ transition-duration: 0.2s;
20503
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20504
+ vertical-align: middle;
20505
+ }
20506
+ .v-fab .v-btn {
20507
+ pointer-events: auto;
20508
+ }
20509
+ .v-fab .v-btn--variant-elevated {
20510
+ 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));
20511
+ }
20512
+ .v-fab--app, .v-fab--absolute {
20513
+ display: flex;
20514
+ }
20515
+ .v-fab--start, .v-fab--left {
20516
+ justify-content: flex-start;
20517
+ }
20518
+ .v-fab--center {
20519
+ align-items: center;
20520
+ justify-content: center;
20521
+ }
20522
+ .v-fab--end, .v-fab--right {
20523
+ justify-content: flex-end;
20524
+ }
20525
+ .v-fab--bottom {
20526
+ align-items: flex-end;
20527
+ }
20528
+ .v-fab--top {
20529
+ align-items: flex-start;
20530
+ }
20531
+ .v-fab--extended .v-btn {
20532
+ border-radius: 9999px !important;
20533
+ }
20534
+
20535
+ .v-fab__container {
20536
+ align-self: center;
20537
+ display: inline-flex;
20538
+ position: absolute;
20539
+ vertical-align: middle;
20540
+ }
20541
+ .v-fab--app .v-fab__container {
20542
+ margin: 12px;
20543
+ }
20544
+ .v-fab--absolute .v-fab__container {
20545
+ position: absolute;
20546
+ z-index: 4;
20547
+ }
20548
+ .v-fab--offset.v-fab--top .v-fab__container {
20549
+ transform: translateY(-50%);
20550
+ }
20551
+ .v-fab--offset.v-fab--bottom .v-fab__container {
20552
+ transform: translateY(50%);
20553
+ }
20554
+ .v-fab--top .v-fab__container {
20555
+ top: 0;
20556
+ }
20557
+ .v-fab--bottom .v-fab__container {
20558
+ bottom: 0;
20559
+ }
20560
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
20561
+ left: 0;
20562
+ }
20563
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20564
+ right: 0;
20477
20565
  }/* region INPUT */
20478
20566
  .v-field {
20479
20567
  --v-theme-overlay-multiplier: 1;
@@ -20617,11 +20705,6 @@ html.overflow-y-hidden {
20617
20705
  position: relative;
20618
20706
  width: 100%;
20619
20707
  }
20620
- .v-field.v-field--center-affix.v-field--variant-underlined .v-field__input, .v-field.v-field--center-affix.v-field--variant-plain .v-field__input {
20621
- padding-top: unset;
20622
- padding-bottom: unset;
20623
- }
20624
-
20625
20708
  .v-input--density-default .v-field__input {
20626
20709
  row-gap: 8px;
20627
20710
  }
@@ -20689,12 +20772,12 @@ textarea.v-field__input::placeholder {
20689
20772
  padding-top: 0;
20690
20773
  }
20691
20774
 
20692
- .v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__append-inner,
20693
- .v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__clearable,
20694
- .v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__prepend-inner,
20695
- .v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__append-inner,
20696
- .v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__clearable,
20697
- .v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__prepend-inner {
20775
+ .v-field.v-field--variant-underlined .v-field__append-inner,
20776
+ .v-field.v-field--variant-underlined .v-field__clearable,
20777
+ .v-field.v-field--variant-underlined .v-field__prepend-inner,
20778
+ .v-field.v-field--variant-plain .v-field__append-inner,
20779
+ .v-field.v-field--variant-plain .v-field__clearable,
20780
+ .v-field.v-field--variant-plain .v-field__prepend-inner {
20698
20781
  align-items: flex-start;
20699
20782
  padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
20700
20783
  padding-bottom: var(--v-field-padding-bottom, 4px);
@@ -21050,76 +21133,7 @@ textarea.v-field__input::placeholder {
21050
21133
  opacity: 0;
21051
21134
  }
21052
21135
 
21053
- /* endregion */.v-fab {
21054
- align-items: center;
21055
- display: inline-flex;
21056
- flex: 1 1 auto;
21057
- pointer-events: none;
21058
- position: relative;
21059
- transition-duration: 0.2s;
21060
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21061
- vertical-align: middle;
21062
- }
21063
- .v-fab .v-btn {
21064
- pointer-events: auto;
21065
- }
21066
- .v-fab .v-btn--variant-elevated {
21067
- 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));
21068
- }
21069
- .v-fab--app, .v-fab--absolute {
21070
- display: flex;
21071
- }
21072
- .v-fab--start, .v-fab--left {
21073
- justify-content: flex-start;
21074
- }
21075
- .v-fab--center {
21076
- align-items: center;
21077
- justify-content: center;
21078
- }
21079
- .v-fab--end, .v-fab--right {
21080
- justify-content: flex-end;
21081
- }
21082
- .v-fab--bottom {
21083
- align-items: flex-end;
21084
- }
21085
- .v-fab--top {
21086
- align-items: flex-start;
21087
- }
21088
- .v-fab--extended .v-btn {
21089
- border-radius: 9999px !important;
21090
- }
21091
-
21092
- .v-fab__container {
21093
- align-self: center;
21094
- display: inline-flex;
21095
- position: absolute;
21096
- vertical-align: middle;
21097
- }
21098
- .v-fab--app .v-fab__container {
21099
- margin: 12px;
21100
- }
21101
- .v-fab--absolute .v-fab__container {
21102
- position: absolute;
21103
- z-index: 4;
21104
- }
21105
- .v-fab--offset.v-fab--top .v-fab__container {
21106
- transform: translateY(-50%);
21107
- }
21108
- .v-fab--offset.v-fab--bottom .v-fab__container {
21109
- transform: translateY(50%);
21110
- }
21111
- .v-fab--top .v-fab__container {
21112
- top: 0;
21113
- }
21114
- .v-fab--bottom .v-fab__container {
21115
- bottom: 0;
21116
- }
21117
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21118
- left: 0;
21119
- }
21120
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21121
- right: 0;
21122
- }.v-file-input--hide.v-input .v-field,
21136
+ /* endregion */.v-file-input--hide.v-input .v-field,
21123
21137
  .v-file-input--hide.v-input .v-input__control,
21124
21138
  .v-file-input--hide.v-input .v-input__details {
21125
21139
  display: none;
@@ -21148,22 +21162,6 @@ textarea.v-field__input::placeholder {
21148
21162
  }
21149
21163
  .v-input--plain-underlined.v-file-input .v-input__details {
21150
21164
  padding-inline: 0;
21151
- }.v-application {
21152
- display: flex;
21153
- background: rgb(var(--v-theme-background));
21154
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
21155
- }
21156
-
21157
- .v-application__wrap {
21158
- -webkit-backface-visibility: hidden;
21159
- backface-visibility: hidden;
21160
- display: flex;
21161
- flex-direction: column;
21162
- flex: 1 1 auto;
21163
- max-width: 100%;
21164
- min-height: 100vh;
21165
- min-height: 100dvh;
21166
- position: relative;
21167
21165
  }.v-footer {
21168
21166
  align-items: center;
21169
21167
  display: flex;
@@ -22115,40 +22113,25 @@ textarea.v-field__input::placeholder {
22115
22113
  .v-input--hide-spin-buttons input[type=number] {
22116
22114
  -moz-appearance: textfield;
22117
22115
  }
22118
- .v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend,
22119
- .v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
22116
+ .v-input--plain-underlined .v-input__prepend,
22117
+ .v-input--plain-underlined .v-input__append {
22120
22118
  align-items: flex-start;
22121
22119
  }
22122
- .v-input--density-default.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-default.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
22120
+ .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
22123
22121
  padding-top: calc(var(--v-input-padding-top) + 4px);
22124
22122
  }
22125
22123
 
22126
- .v-input--density-comfortable.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
22124
+ .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
22127
22125
  padding-top: calc(var(--v-input-padding-top) + 2px);
22128
22126
  }
22129
22127
 
22130
- .v-input--density-compact.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-compact.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
22128
+ .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22131
22129
  padding-top: calc(var(--v-input-padding-top) + 0px);
22132
22130
  }.v-item-group {
22133
22131
  flex: 0 1 auto;
22134
22132
  max-width: 100%;
22135
22133
  position: relative;
22136
22134
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22137
- }.v-layout {
22138
- --v-scrollbar-offset: 0px;
22139
- display: flex;
22140
- flex: 1 1 auto;
22141
- }
22142
- .v-layout--full-height {
22143
- --v-scrollbar-offset: inherit;
22144
- height: 100%;
22145
- }.v-layout-item {
22146
- position: absolute;
22147
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22148
- }
22149
-
22150
- .v-layout-item--absolute {
22151
- position: absolute;
22152
22135
  }.v-label {
22153
22136
  align-items: center;
22154
22137
  color: inherit;
@@ -22164,6 +22147,21 @@ textarea.v-field__input::placeholder {
22164
22147
 
22165
22148
  .v-label--clickable {
22166
22149
  cursor: pointer;
22150
+ }.v-layout-item {
22151
+ position: absolute;
22152
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22153
+ }
22154
+
22155
+ .v-layout-item--absolute {
22156
+ position: absolute;
22157
+ }.v-layout {
22158
+ --v-scrollbar-offset: 0px;
22159
+ display: flex;
22160
+ flex: 1 1 auto;
22161
+ }
22162
+ .v-layout--full-height {
22163
+ --v-scrollbar-offset: inherit;
22164
+ height: 100%;
22167
22165
  }.v-list {
22168
22166
  overflow: auto;
22169
22167
  padding: 8px 0;
@@ -22751,6 +22749,19 @@ textarea.v-field__input::placeholder {
22751
22749
  --v-layout-right: 0px;
22752
22750
  --v-layout-top: 0px;
22753
22751
  --v-layout-bottom: 0px;
22752
+ }.v-menu > .v-overlay__content {
22753
+ display: flex;
22754
+ flex-direction: column;
22755
+ border-radius: 4px;
22756
+ }
22757
+ .v-menu > .v-overlay__content > .v-card,
22758
+ .v-menu > .v-overlay__content > .v-sheet,
22759
+ .v-menu > .v-overlay__content > .v-list {
22760
+ background: rgb(var(--v-theme-surface));
22761
+ border-radius: inherit;
22762
+ overflow: auto;
22763
+ height: 100%;
22764
+ 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));
22754
22765
  }.v-messages {
22755
22766
  flex: 1 1 auto;
22756
22767
  font-size: 12px;
@@ -22767,19 +22778,6 @@ textarea.v-field__input::placeholder {
22767
22778
  -webkit-hyphens: auto;
22768
22779
  hyphens: auto;
22769
22780
  transition-duration: 150ms;
22770
- }.v-menu > .v-overlay__content {
22771
- display: flex;
22772
- flex-direction: column;
22773
- border-radius: 4px;
22774
- }
22775
- .v-menu > .v-overlay__content > .v-card,
22776
- .v-menu > .v-overlay__content > .v-sheet,
22777
- .v-menu > .v-overlay__content > .v-list {
22778
- background: rgb(var(--v-theme-surface));
22779
- border-radius: inherit;
22780
- overflow: auto;
22781
- height: 100%;
22782
- 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));
22783
22781
  }.v-navigation-drawer {
22784
22782
  -webkit-overflow-scrolling: touch;
22785
22783
  background: rgb(var(--v-theme-surface));
@@ -22882,6 +22880,69 @@ textarea.v-field__input::placeholder {
22882
22880
  .v-navigation-drawer__append {
22883
22881
  flex: none;
22884
22882
  overflow: hidden;
22883
+ }.v-overlay-container {
22884
+ contain: layout;
22885
+ left: 0;
22886
+ pointer-events: none;
22887
+ position: absolute;
22888
+ top: 0;
22889
+ display: contents;
22890
+ }
22891
+
22892
+ .v-overlay-scroll-blocked {
22893
+ padding-inline-end: var(--v-scrollbar-offset);
22894
+ }
22895
+ .v-overlay-scroll-blocked:not(html) {
22896
+ overflow-y: hidden !important;
22897
+ }
22898
+ html.v-overlay-scroll-blocked {
22899
+ position: fixed;
22900
+ top: var(--v-body-scroll-y);
22901
+ left: var(--v-body-scroll-x);
22902
+ width: 100%;
22903
+ height: 100%;
22904
+ }
22905
+
22906
+ .v-overlay {
22907
+ border-radius: inherit;
22908
+ display: flex;
22909
+ left: 0;
22910
+ pointer-events: none;
22911
+ position: fixed;
22912
+ top: 0;
22913
+ bottom: 0;
22914
+ right: 0;
22915
+ }
22916
+
22917
+ .v-overlay__content {
22918
+ outline: none;
22919
+ position: absolute;
22920
+ pointer-events: auto;
22921
+ contain: layout;
22922
+ }
22923
+
22924
+ .v-overlay__scrim {
22925
+ pointer-events: auto;
22926
+ background: rgb(var(--v-theme-on-surface));
22927
+ border-radius: inherit;
22928
+ bottom: 0;
22929
+ left: 0;
22930
+ opacity: var(--v-overlay-opacity, 0.32);
22931
+ position: fixed;
22932
+ right: 0;
22933
+ top: 0;
22934
+ }
22935
+
22936
+ .v-overlay--absolute {
22937
+ position: absolute;
22938
+ }
22939
+
22940
+ .v-overlay--contained .v-overlay__scrim {
22941
+ position: absolute;
22942
+ }
22943
+
22944
+ .v-overlay--scroll-blocked {
22945
+ padding-inline-end: var(--v-scrollbar-offset);
22885
22946
  }.v-otp-input {
22886
22947
  border-radius: 4px;
22887
22948
  align-items: center;
@@ -22946,69 +23007,12 @@ textarea.v-field__input::placeholder {
22946
23007
  }
22947
23008
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22948
23009
  margin: 0.3rem;
22949
- }.v-overlay-container {
22950
- contain: layout;
22951
- left: 0;
22952
- pointer-events: none;
22953
- position: absolute;
22954
- top: 0;
22955
- display: contents;
22956
- }
22957
-
22958
- .v-overlay-scroll-blocked {
22959
- padding-inline-end: var(--v-scrollbar-offset);
22960
- }
22961
- .v-overlay-scroll-blocked:not(html) {
22962
- overflow-y: hidden !important;
22963
- }
22964
- html.v-overlay-scroll-blocked {
22965
- position: fixed;
22966
- top: var(--v-body-scroll-y);
22967
- left: var(--v-body-scroll-x);
22968
- width: 100%;
22969
- height: 100%;
22970
- }
22971
-
22972
- .v-overlay {
22973
- border-radius: inherit;
22974
- display: flex;
22975
- left: 0;
22976
- pointer-events: none;
22977
- position: fixed;
22978
- top: 0;
22979
- bottom: 0;
22980
- right: 0;
22981
- }
22982
-
22983
- .v-overlay__content {
22984
- outline: none;
22985
- position: absolute;
22986
- pointer-events: auto;
22987
- contain: layout;
22988
- }
22989
-
22990
- .v-overlay__scrim {
22991
- pointer-events: auto;
22992
- background: rgb(var(--v-theme-on-surface));
22993
- border-radius: inherit;
22994
- bottom: 0;
22995
- left: 0;
22996
- opacity: var(--v-overlay-opacity, 0.32);
22997
- position: fixed;
22998
- right: 0;
22999
- top: 0;
23000
- }
23001
-
23002
- .v-overlay--absolute {
23003
- position: absolute;
23004
- }
23005
-
23006
- .v-overlay--contained .v-overlay__scrim {
23007
- position: absolute;
23010
+ }.v-parallax {
23011
+ position: relative;
23012
+ overflow: hidden;
23008
23013
  }
23009
-
23010
- .v-overlay--scroll-blocked {
23011
- padding-inline-end: var(--v-scrollbar-offset);
23014
+ .v-parallax--active > .v-img__img {
23015
+ will-change: transform;
23012
23016
  }.v-progress-circular {
23013
23017
  align-items: center;
23014
23018
  display: inline-flex;
@@ -23111,12 +23115,6 @@ html.v-overlay-scroll-blocked {
23111
23115
  100% {
23112
23116
  transform: rotate(270deg);
23113
23117
  }
23114
- }.v-parallax {
23115
- position: relative;
23116
- overflow: hidden;
23117
- }
23118
- .v-parallax--active > .v-img__img {
23119
- will-change: transform;
23120
23118
  }.v-progress-linear {
23121
23119
  background: transparent;
23122
23120
  overflow: hidden;
@@ -23414,6 +23412,32 @@ html.v-overlay-scroll-blocked {
23414
23412
 
23415
23413
  .v-slider__label {
23416
23414
  margin-inline-end: 12px;
23415
+ }.v-responsive {
23416
+ display: flex;
23417
+ flex: 1 0 auto;
23418
+ max-height: 100%;
23419
+ max-width: 100%;
23420
+ overflow: hidden;
23421
+ position: relative;
23422
+ }
23423
+ .v-responsive--inline {
23424
+ display: inline-flex;
23425
+ flex: 0 0 auto;
23426
+ }
23427
+
23428
+ .v-responsive__content {
23429
+ flex: 1 0 0px;
23430
+ max-width: 100%;
23431
+ }
23432
+
23433
+ .v-responsive__sizer ~ .v-responsive__content {
23434
+ margin-inline-start: -100%;
23435
+ }
23436
+
23437
+ .v-responsive__sizer {
23438
+ flex: 1 0 0px;
23439
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23440
+ pointer-events: none;
23417
23441
  }.v-rating {
23418
23442
  max-width: 100%;
23419
23443
  display: inline-flex;
@@ -23468,32 +23492,6 @@ html.v-overlay-scroll-blocked {
23468
23492
  opacity: 0;
23469
23493
  position: absolute;
23470
23494
  width: 0;
23471
- }.v-responsive {
23472
- display: flex;
23473
- flex: 1 0 auto;
23474
- max-height: 100%;
23475
- max-width: 100%;
23476
- overflow: hidden;
23477
- position: relative;
23478
- }
23479
- .v-responsive--inline {
23480
- display: inline-flex;
23481
- flex: 0 0 auto;
23482
- }
23483
-
23484
- .v-responsive__content {
23485
- flex: 1 0 0px;
23486
- max-width: 100%;
23487
- }
23488
-
23489
- .v-responsive__sizer ~ .v-responsive__content {
23490
- margin-inline-start: -100%;
23491
- }
23492
-
23493
- .v-responsive__sizer {
23494
- flex: 1 0 0px;
23495
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23496
- pointer-events: none;
23497
23495
  }.v-select .v-field .v-text-field__prefix,
23498
23496
  .v-select .v-field .v-text-field__suffix,
23499
23497
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -24299,46 +24297,9 @@ html.v-overlay-scroll-blocked {
24299
24297
  position: absolute;
24300
24298
  top: 0;
24301
24299
  left: 0;
24302
- width: 100%;
24303
- height: 100%;
24304
- pointer-events: none;
24305
- }.v-system-bar {
24306
- align-items: center;
24307
- display: flex;
24308
- flex: 1 1 auto;
24309
- height: 24px;
24310
- justify-content: flex-end;
24311
- max-width: 100%;
24312
- padding-inline: 8px;
24313
- position: relative;
24314
- text-align: end;
24315
- width: 100%;
24316
- 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));
24317
- background: rgba(var(--v-theme-surface-light));
24318
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24319
- font-size: 0.75rem;
24320
- font-weight: 400;
24321
- letter-spacing: 0.0333333333em;
24322
- line-height: 1.667;
24323
- text-transform: none;
24324
- }
24325
- .v-system-bar .v-icon {
24326
- opacity: var(--v-medium-emphasis-opacity);
24327
- }
24328
- .v-system-bar--absolute {
24329
- position: absolute;
24330
- }
24331
- .v-system-bar--fixed {
24332
- position: fixed;
24333
- }
24334
- .v-system-bar--rounded {
24335
- border-radius: 0;
24336
- }
24337
- .v-system-bar--window {
24338
- height: 32px;
24339
- }
24340
- .v-system-bar:not(.v-system-bar--absolute) {
24341
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24300
+ width: 100%;
24301
+ height: 100%;
24302
+ pointer-events: none;
24342
24303
  }.v-switch .v-label {
24343
24304
  padding-inline-start: 10px;
24344
24305
  }
@@ -24519,6 +24480,43 @@ html.v-overlay-scroll-blocked {
24519
24480
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24520
24481
  border-width: 0;
24521
24482
  }
24483
+ }.v-system-bar {
24484
+ align-items: center;
24485
+ display: flex;
24486
+ flex: 1 1 auto;
24487
+ height: 24px;
24488
+ justify-content: flex-end;
24489
+ max-width: 100%;
24490
+ padding-inline: 8px;
24491
+ position: relative;
24492
+ text-align: end;
24493
+ width: 100%;
24494
+ 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));
24495
+ background: rgba(var(--v-theme-surface-light));
24496
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24497
+ font-size: 0.75rem;
24498
+ font-weight: 400;
24499
+ letter-spacing: 0.0333333333em;
24500
+ line-height: 1.667;
24501
+ text-transform: none;
24502
+ }
24503
+ .v-system-bar .v-icon {
24504
+ opacity: var(--v-medium-emphasis-opacity);
24505
+ }
24506
+ .v-system-bar--absolute {
24507
+ position: absolute;
24508
+ }
24509
+ .v-system-bar--fixed {
24510
+ position: fixed;
24511
+ }
24512
+ .v-system-bar--rounded {
24513
+ border-radius: 0;
24514
+ }
24515
+ .v-system-bar--window {
24516
+ height: 32px;
24517
+ }
24518
+ .v-system-bar:not(.v-system-bar--absolute) {
24519
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24522
24520
  }.v-table {
24523
24521
  background: rgb(var(--v-theme-surface));
24524
24522
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -24752,45 +24750,6 @@ html.v-overlay-scroll-blocked {
24752
24750
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24753
24751
  margin-inline-end: 52px;
24754
24752
  }
24755
- }.v-textarea .v-field {
24756
- --v-textarea-control-height: var(--v-input-control-height);
24757
- }
24758
- .v-textarea .v-field__field {
24759
- --v-input-control-height: var(--v-textarea-control-height);
24760
- }
24761
- .v-textarea .v-field__input {
24762
- flex: 1 1 auto;
24763
- outline: none;
24764
- -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));
24765
- 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));
24766
- }
24767
- .v-textarea .v-field__input.v-textarea__sizer {
24768
- visibility: hidden;
24769
- position: absolute;
24770
- top: 0;
24771
- left: 0;
24772
- height: 0 !important;
24773
- min-height: 0 !important;
24774
- pointer-events: none;
24775
- }
24776
- .v-textarea--no-resize .v-field__input {
24777
- resize: none;
24778
- }
24779
- .v-textarea .v-field--no-label textarea,
24780
- .v-textarea .v-field--active textarea {
24781
- opacity: 1;
24782
- }
24783
- .v-textarea textarea {
24784
- opacity: 0;
24785
- flex: 1;
24786
- min-width: 0;
24787
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24788
- }
24789
- .v-textarea textarea:focus, .v-textarea textarea:active {
24790
- outline: none;
24791
- }
24792
- .v-textarea textarea:invalid {
24793
- box-shadow: none;
24794
24753
  }/* region BLOCK */
24795
24754
  .v-text-field input {
24796
24755
  color: inherit;
@@ -24858,31 +24817,48 @@ html.v-overlay-scroll-blocked {
24858
24817
  padding-inline-end: var(--v-field-padding-end);
24859
24818
  }
24860
24819
 
24861
- /* endregion */.v-theme-provider {
24862
- background: rgb(var(--v-theme-background));
24863
- color: rgb(var(--v-theme-on-background));
24864
- }.v-tooltip > .v-overlay__content {
24865
- background: rgb(var(--v-theme-surface-variant));
24866
- color: rgb(var(--v-theme-on-surface-variant));
24867
- border-radius: 4px;
24868
- font-size: 0.875rem;
24869
- line-height: 1.6;
24870
- display: inline-block;
24871
- padding: 5px 16px;
24872
- text-transform: initial;
24873
- width: auto;
24874
- opacity: 1;
24820
+ /* endregion */.v-textarea .v-field {
24821
+ --v-textarea-control-height: var(--v-input-control-height);
24822
+ }
24823
+ .v-textarea .v-field__field {
24824
+ --v-input-control-height: var(--v-textarea-control-height);
24825
+ }
24826
+ .v-textarea .v-field__input {
24827
+ flex: 1 1 auto;
24828
+ outline: none;
24829
+ -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));
24830
+ 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));
24831
+ }
24832
+ .v-textarea .v-field__input.v-textarea__sizer {
24833
+ visibility: hidden;
24834
+ position: absolute;
24835
+ top: 0;
24836
+ left: 0;
24837
+ height: 0 !important;
24838
+ min-height: 0 !important;
24875
24839
  pointer-events: none;
24876
- transition-property: opacity, transform;
24877
- overflow-wrap: break-word;
24878
24840
  }
24879
- .v-tooltip > .v-overlay__content[class*=enter-active] {
24880
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24881
- transition-duration: 150ms;
24841
+ .v-textarea--no-resize .v-field__input {
24842
+ resize: none;
24882
24843
  }
24883
- .v-tooltip > .v-overlay__content[class*=leave-active] {
24884
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24885
- transition-duration: 75ms;
24844
+ .v-textarea .v-field--no-label textarea,
24845
+ .v-textarea .v-field--active textarea {
24846
+ opacity: 1;
24847
+ }
24848
+ .v-textarea textarea {
24849
+ opacity: 0;
24850
+ flex: 1;
24851
+ min-width: 0;
24852
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24853
+ }
24854
+ .v-textarea textarea:focus, .v-textarea textarea:active {
24855
+ outline: none;
24856
+ }
24857
+ .v-textarea textarea:invalid {
24858
+ box-shadow: none;
24859
+ }.v-theme-provider {
24860
+ background: rgb(var(--v-theme-background));
24861
+ color: rgb(var(--v-theme-on-background));
24886
24862
  }.v-timeline .v-timeline-divider__dot {
24887
24863
  background: rgb(var(--v-theme-surface-light));
24888
24864
  }
@@ -25428,6 +25404,28 @@ html.v-overlay-scroll-blocked {
25428
25404
  }
25429
25405
  .v-toolbar-items > .v-btn {
25430
25406
  border-radius: 0;
25407
+ }.v-tooltip > .v-overlay__content {
25408
+ background: rgb(var(--v-theme-surface-variant));
25409
+ color: rgb(var(--v-theme-on-surface-variant));
25410
+ border-radius: 4px;
25411
+ font-size: 0.875rem;
25412
+ line-height: 1.6;
25413
+ display: inline-block;
25414
+ padding: 5px 16px;
25415
+ text-transform: initial;
25416
+ width: auto;
25417
+ opacity: 1;
25418
+ pointer-events: none;
25419
+ transition-property: opacity, transform;
25420
+ overflow-wrap: break-word;
25421
+ }
25422
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25423
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25424
+ transition-duration: 150ms;
25425
+ }
25426
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25427
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25428
+ transition-duration: 75ms;
25431
25429
  }.v-virtual-scroll {
25432
25430
  display: block;
25433
25431
  flex: 1 1 auto;
@@ -25507,41 +25505,28 @@ html.v-overlay-scroll-blocked {
25507
25505
  }
25508
25506
  .v-window-y-reverse-transition-leave-to {
25509
25507
  transform: translateY(100%);
25510
- }.v-color-picker-swatches {
25511
- overflow-y: auto;
25512
- }
25513
- .v-color-picker-swatches > div {
25514
- display: flex;
25515
- flex-wrap: wrap;
25516
- justify-content: center;
25517
- padding: 8px;
25518
- }
25519
-
25520
- .v-color-picker-swatches__swatch {
25508
+ }.v-color-picker-canvas {
25521
25509
  display: flex;
25522
- flex-direction: column;
25523
- margin-bottom: 10px;
25524
- }
25525
-
25526
- .v-color-picker-swatches__color {
25527
25510
  position: relative;
25528
- height: 18px;
25529
- max-height: 18px;
25530
- width: 45px;
25531
- margin: 2px 4px;
25532
- border-radius: 2px;
25533
- -webkit-user-select: none;
25534
- user-select: none;
25535
25511
  overflow: hidden;
25536
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25537
- cursor: pointer;
25512
+ contain: content;
25513
+ touch-action: none;
25538
25514
  }
25539
- .v-color-picker-swatches__color > div {
25540
- display: flex;
25541
- align-items: center;
25542
- justify-content: center;
25543
- width: 100%;
25544
- height: 100%;
25515
+ .v-color-picker-canvas__dot {
25516
+ position: absolute;
25517
+ top: 0;
25518
+ left: 0;
25519
+ width: 15px;
25520
+ height: 15px;
25521
+ background: transparent;
25522
+ border-radius: 50%;
25523
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25524
+ }
25525
+ .v-color-picker-canvas__dot--disabled {
25526
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25527
+ }
25528
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25529
+ will-change: transform;
25545
25530
  }.v-color-picker-edit {
25546
25531
  display: flex;
25547
25532
  margin-top: 24px;
@@ -25640,28 +25625,41 @@ html.v-overlay-scroll-blocked {
25640
25625
  .v-color-picker-preview__eye-dropper {
25641
25626
  position: relative;
25642
25627
  margin-right: 12px;
25643
- }.v-color-picker-canvas {
25628
+ }.v-color-picker-swatches {
25629
+ overflow-y: auto;
25630
+ }
25631
+ .v-color-picker-swatches > div {
25644
25632
  display: flex;
25645
- position: relative;
25646
- overflow: hidden;
25647
- contain: content;
25648
- touch-action: none;
25633
+ flex-wrap: wrap;
25634
+ justify-content: center;
25635
+ padding: 8px;
25649
25636
  }
25650
- .v-color-picker-canvas__dot {
25651
- position: absolute;
25652
- top: 0;
25653
- left: 0;
25654
- width: 15px;
25655
- height: 15px;
25656
- background: transparent;
25657
- border-radius: 50%;
25658
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25637
+
25638
+ .v-color-picker-swatches__swatch {
25639
+ display: flex;
25640
+ flex-direction: column;
25641
+ margin-bottom: 10px;
25659
25642
  }
25660
- .v-color-picker-canvas__dot--disabled {
25661
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25643
+
25644
+ .v-color-picker-swatches__color {
25645
+ position: relative;
25646
+ height: 18px;
25647
+ max-height: 18px;
25648
+ width: 45px;
25649
+ margin: 2px 4px;
25650
+ border-radius: 2px;
25651
+ -webkit-user-select: none;
25652
+ user-select: none;
25653
+ overflow: hidden;
25654
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25655
+ cursor: pointer;
25662
25656
  }
25663
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25664
- will-change: transform;
25657
+ .v-color-picker-swatches__color > div {
25658
+ display: flex;
25659
+ align-items: center;
25660
+ justify-content: center;
25661
+ width: 100%;
25662
+ height: 100%;
25665
25663
  }.v-picker.v-sheet {
25666
25664
  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));
25667
25665
  border-radius: 4px;