@vuetify/nightly 3.4.0-beta.0-dev.2023-11-07 → 3.4.0-dev.2023-11-09

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 (203) hide show
  1. package/CHANGELOG.md +2 -7
  2. package/dist/json/attributes.json +1974 -1998
  3. package/dist/json/importMap.json +124 -124
  4. package/dist/json/tags.json +1 -7
  5. package/dist/json/web-types.json +3878 -3940
  6. package/dist/vuetify-labs.css +1253 -1240
  7. package/dist/vuetify-labs.d.ts +206 -298
  8. package/dist/vuetify-labs.esm.js +108 -84
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +108 -84
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +738 -725
  13. package/dist/vuetify.d.ts +240 -332
  14. package/dist/vuetify.esm.js +108 -84
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +108 -84
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +963 -961
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +1 -1
  22. package/lib/components/VApp/index.d.mts +1 -1
  23. package/lib/components/VAppBar/VAppBar.mjs +1 -1
  24. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  25. package/lib/components/VAppBar/index.d.mts +1 -1
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  28. package/lib/components/VAutocomplete/index.d.mts +1 -1
  29. package/lib/components/VAvatar/index.d.mts +1 -1
  30. package/lib/components/VBadge/VBadge.mjs +2 -2
  31. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  32. package/lib/components/VBadge/index.d.mts +1 -1
  33. package/lib/components/VBanner/index.d.mts +1 -1
  34. package/lib/components/VBottomNavigation/index.d.mts +1 -1
  35. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  36. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  37. package/lib/components/VBottomSheet/index.d.mts +1 -1
  38. package/lib/components/VBreadcrumbs/index.d.mts +1 -1
  39. package/lib/components/VBtn/VBtn.css +0 -1
  40. package/lib/components/VBtn/_variables.scss +1 -1
  41. package/lib/components/VBtn/index.d.mts +1 -1
  42. package/lib/components/VBtnGroup/VBtnGroup.css +0 -1
  43. package/lib/components/VBtnGroup/index.d.mts +1 -1
  44. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
  45. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  46. package/lib/components/VBtnToggle/index.d.mts +1 -1
  47. package/lib/components/VCard/index.d.mts +1 -1
  48. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  49. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  50. package/lib/components/VCarousel/VCarouselItem.mjs +2 -2
  51. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  52. package/lib/components/VCarousel/index.d.mts +1 -1
  53. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  54. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  55. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  56. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  57. package/lib/components/VCheckbox/index.d.mts +1 -1
  58. package/lib/components/VChip/index.d.mts +1 -1
  59. package/lib/components/VChipGroup/index.d.mts +1 -1
  60. package/lib/components/VCode/index.d.mts +1 -1
  61. package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
  62. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  63. package/lib/components/VColorPicker/index.d.mts +1 -1
  64. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  65. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  66. package/lib/components/VCombobox/index.d.mts +1 -1
  67. package/lib/components/VCounter/index.d.mts +1 -1
  68. package/lib/components/VDataIterator/index.d.mts +1 -1
  69. package/lib/components/VDataTable/VDataTable.css +6 -1
  70. package/lib/components/VDataTable/VDataTable.mjs +6 -5
  71. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  72. package/lib/components/VDataTable/VDataTable.sass +5 -1
  73. package/lib/components/VDataTable/VDataTableHeaders.mjs +3 -2
  74. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  75. package/lib/components/VDataTable/VDataTableServer.mjs +8 -7
  76. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  77. package/lib/components/VDataTable/VDataTableVirtual.mjs +7 -6
  78. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  79. package/lib/components/VDataTable/index.d.mts +189 -188
  80. package/lib/components/VDatePicker/VDatePicker.mjs +6 -6
  81. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  82. package/lib/components/VDatePicker/index.d.mts +1 -1
  83. package/lib/components/VDefaultsProvider/index.d.mts +1 -1
  84. package/lib/components/VDialog/VDialog.mjs +1 -1
  85. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  86. package/lib/components/VDialog/index.d.mts +1 -1
  87. package/lib/components/VDivider/index.d.mts +1 -1
  88. package/lib/components/VExpansionPanel/index.d.mts +1 -1
  89. package/lib/components/VField/index.d.mts +1 -1
  90. package/lib/components/VFileInput/VFileInput.mjs +3 -3
  91. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  92. package/lib/components/VFileInput/index.d.mts +1 -1
  93. package/lib/components/VFooter/index.d.mts +1 -1
  94. package/lib/components/VForm/index.d.mts +1 -1
  95. package/lib/components/VGrid/VSpacer.mjs +3 -0
  96. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  97. package/lib/components/VGrid/index.d.mts +1 -1
  98. package/lib/components/VHover/index.d.mts +1 -1
  99. package/lib/components/VIcon/index.d.mts +1 -1
  100. package/lib/components/VImg/VImg.mjs +1 -1
  101. package/lib/components/VImg/VImg.mjs.map +1 -1
  102. package/lib/components/VImg/index.d.mts +1 -1
  103. package/lib/components/VInfiniteScroll/index.d.mts +1 -1
  104. package/lib/components/VInput/index.d.mts +1 -1
  105. package/lib/components/VItemGroup/index.d.mts +1 -1
  106. package/lib/components/VKbd/index.d.mts +1 -1
  107. package/lib/components/VLabel/index.d.mts +1 -1
  108. package/lib/components/VLayout/index.d.mts +1 -1
  109. package/lib/components/VLazy/index.d.mts +1 -1
  110. package/lib/components/VList/VList.mjs +2 -2
  111. package/lib/components/VList/VList.mjs.map +1 -1
  112. package/lib/components/VList/VListChildren.mjs +1 -1
  113. package/lib/components/VList/VListChildren.mjs.map +1 -1
  114. package/lib/components/VList/index.d.mts +1 -1
  115. package/lib/components/VLocaleProvider/index.d.mts +1 -1
  116. package/lib/components/VMain/index.d.mts +1 -1
  117. package/lib/components/VMenu/VMenu.mjs +1 -1
  118. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  119. package/lib/components/VMenu/index.d.mts +1 -1
  120. package/lib/components/VMessages/index.d.mts +1 -1
  121. package/lib/components/VNavigationDrawer/index.d.mts +1 -1
  122. package/lib/components/VOtpInput/index.d.mts +1 -1
  123. package/lib/components/VOverlay/index.d.mts +1 -1
  124. package/lib/components/VPagination/index.d.mts +1 -1
  125. package/lib/components/VParallax/index.d.mts +1 -1
  126. package/lib/components/VProgressCircular/index.d.mts +1 -1
  127. package/lib/components/VProgressLinear/index.d.mts +1 -1
  128. package/lib/components/VRadio/index.d.mts +1 -1
  129. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
  130. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  131. package/lib/components/VRadioGroup/index.d.mts +1 -1
  132. package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
  133. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  134. package/lib/components/VRangeSlider/index.d.mts +1 -1
  135. package/lib/components/VRating/index.d.mts +1 -1
  136. package/lib/components/VResponsive/index.d.mts +1 -1
  137. package/lib/components/VSelect/VSelect.mjs +1 -1
  138. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  139. package/lib/components/VSelect/index.d.mts +1 -1
  140. package/lib/components/VSelectionControl/index.d.mts +1 -1
  141. package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
  142. package/lib/components/VSheet/index.d.mts +1 -1
  143. package/lib/components/VSkeletonLoader/index.d.mts +1 -1
  144. package/lib/components/VSlideGroup/index.d.mts +1 -1
  145. package/lib/components/VSlider/VSlider.mjs +1 -1
  146. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  147. package/lib/components/VSlider/index.d.mts +1 -1
  148. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  149. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  150. package/lib/components/VSnackbar/index.d.mts +1 -1
  151. package/lib/components/VStepper/VStepper.mjs +1 -1
  152. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  153. package/lib/components/VStepper/VStepperWindow.mjs +9 -7
  154. package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
  155. package/lib/components/VStepper/VStepperWindowItem.mjs +4 -2
  156. package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
  157. package/lib/components/VStepper/index.d.mts +19 -141
  158. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  159. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  160. package/lib/components/VSwitch/index.d.mts +1 -1
  161. package/lib/components/VSystemBar/index.d.mts +1 -1
  162. package/lib/components/VTable/VTable.css +12 -2
  163. package/lib/components/VTable/VTable.sass +7 -2
  164. package/lib/components/VTable/index.d.mts +1 -1
  165. package/lib/components/VTabs/VTab.mjs +1 -1
  166. package/lib/components/VTabs/VTab.mjs.map +1 -1
  167. package/lib/components/VTabs/VTabs.mjs +1 -1
  168. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  169. package/lib/components/VTabs/index.d.mts +1 -1
  170. package/lib/components/VTextField/VTextField.mjs +3 -3
  171. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  172. package/lib/components/VTextField/index.d.mts +1 -1
  173. package/lib/components/VTextarea/VTextarea.mjs +5 -3
  174. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  175. package/lib/components/VTextarea/index.d.mts +1 -1
  176. package/lib/components/VThemeProvider/index.d.mts +1 -1
  177. package/lib/components/VTimeline/index.d.mts +1 -1
  178. package/lib/components/VToolbar/index.d.mts +1 -1
  179. package/lib/components/VTooltip/VTooltip.mjs +1 -1
  180. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  181. package/lib/components/VTooltip/index.d.mts +1 -1
  182. package/lib/components/VValidation/index.d.mts +1 -1
  183. package/lib/components/VVirtualScroll/index.d.mts +1 -1
  184. package/lib/components/VWindow/index.d.mts +1 -1
  185. package/lib/components/index.d.mts +206 -298
  186. package/lib/components/transitions/index.d.mts +1 -1
  187. package/lib/composables/list-items.mjs +2 -2
  188. package/lib/composables/list-items.mjs.map +1 -1
  189. package/lib/entry-bundler.mjs +1 -1
  190. package/lib/entry-bundler.mjs.map +1 -1
  191. package/lib/framework.mjs +1 -1
  192. package/lib/framework.mjs.map +1 -1
  193. package/lib/index.d.mts +34 -34
  194. package/lib/labs/VConfirmEdit/index.d.mts +1 -1
  195. package/lib/labs/VPicker/VPicker.mjs +1 -1
  196. package/lib/labs/VPicker/VPicker.mjs.map +1 -1
  197. package/lib/labs/VPicker/index.d.mts +1 -1
  198. package/lib/labs/components.d.mts +1 -1
  199. package/lib/util/defineComponent.mjs +2 -2
  200. package/lib/util/defineComponent.mjs.map +1 -1
  201. package/lib/util/helpers.mjs +17 -3
  202. package/lib/util/helpers.mjs.map +1 -1
  203. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.4.0-beta.0-dev.2023-11-07
2
+ * Vuetify v3.4.0-dev.2023-11-09
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17032,6 +17032,22 @@ html.overflow-y-hidden {
17032
17032
  padding-bottom: 16px;
17033
17033
  font-weight: 600;
17034
17034
  letter-spacing: 0.1666666667em;
17035
+ }.v-application {
17036
+ display: flex;
17037
+ background: rgb(var(--v-theme-background));
17038
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17039
+ }
17040
+
17041
+ .v-application__wrap {
17042
+ -webkit-backface-visibility: hidden;
17043
+ backface-visibility: hidden;
17044
+ display: flex;
17045
+ flex-direction: column;
17046
+ flex: 1 1 auto;
17047
+ max-width: 100%;
17048
+ min-height: 100vh;
17049
+ min-height: 100dvh;
17050
+ position: relative;
17035
17051
  }.v-app-bar {
17036
17052
  display: flex;
17037
17053
  }
@@ -17254,22 +17270,6 @@ html.overflow-y-hidden {
17254
17270
  text-transform: none;
17255
17271
  word-break: normal;
17256
17272
  word-wrap: break-word;
17257
- }.v-application {
17258
- display: flex;
17259
- background: rgb(var(--v-theme-background));
17260
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17261
- }
17262
-
17263
- .v-application__wrap {
17264
- -webkit-backface-visibility: hidden;
17265
- backface-visibility: hidden;
17266
- display: flex;
17267
- flex-direction: column;
17268
- flex: 1 1 auto;
17269
- max-width: 100%;
17270
- min-height: 100vh;
17271
- min-height: 100dvh;
17272
- position: relative;
17273
17273
  }.v-autocomplete .v-field .v-text-field__prefix,
17274
17274
  .v-autocomplete .v-field .v-text-field__suffix,
17275
17275
  .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
@@ -17666,6 +17666,93 @@ html.overflow-y-hidden {
17666
17666
  }
17667
17667
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
17668
17668
  align-self: flex-start;
17669
+ }.v-bottom-navigation {
17670
+ display: flex;
17671
+ max-width: 100%;
17672
+ overflow: hidden;
17673
+ position: absolute;
17674
+ transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17675
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17676
+ border-style: solid;
17677
+ border-width: 0;
17678
+ border-radius: 0;
17679
+ background: rgb(var(--v-theme-surface));
17680
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17681
+ }
17682
+ .v-bottom-navigation--border {
17683
+ border-width: thin;
17684
+ box-shadow: none;
17685
+ }
17686
+ .v-bottom-navigation--active {
17687
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
17688
+ }
17689
+
17690
+ .v-bottom-navigation__content {
17691
+ display: flex;
17692
+ flex: none;
17693
+ font-size: 0.75rem;
17694
+ justify-content: center;
17695
+ transition: inherit;
17696
+ width: 100%;
17697
+ }
17698
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17699
+ font-size: inherit;
17700
+ height: 100%;
17701
+ max-width: 168px;
17702
+ min-width: 80px;
17703
+ text-transform: none;
17704
+ transition: inherit;
17705
+ width: auto;
17706
+ border-radius: 0;
17707
+ }
17708
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17709
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17710
+ transition: inherit;
17711
+ }
17712
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17713
+ font-size: 1.5rem;
17714
+ }
17715
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17716
+ flex-grow: 1;
17717
+ }
17718
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
17719
+ transition: inherit;
17720
+ opacity: 0;
17721
+ }
17722
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17723
+ transform: translateY(0.5rem);
17724
+ }.bottom-sheet-transition-enter-from {
17725
+ transform: translateY(100%);
17726
+ }
17727
+ .bottom-sheet-transition-leave-to {
17728
+ transform: translateY(100%);
17729
+ }
17730
+
17731
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
17732
+ align-self: flex-end;
17733
+ border-radius: 0;
17734
+ flex: 0 1 auto;
17735
+ left: 0;
17736
+ right: 0;
17737
+ margin-inline: 0;
17738
+ margin-bottom: 0;
17739
+ transition-duration: 0.2s;
17740
+ width: 100%;
17741
+ max-width: 100%;
17742
+ overflow: visible;
17743
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
17744
+ }
17745
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
17746
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
17747
+ border-radius: 0;
17748
+ }
17749
+ .v-bottom-sheet.v-bottom-sheet--inset {
17750
+ max-width: none;
17751
+ }
17752
+ @media (min-width: 600px) {
17753
+ .v-bottom-sheet.v-bottom-sheet--inset {
17754
+ max-width: 70%;
17755
+ }
17669
17756
  }.v-breadcrumbs {
17670
17757
  display: flex;
17671
17758
  align-items: center;
@@ -17723,95 +17810,7 @@ html.overflow-y-hidden {
17723
17810
  display: inline-block;
17724
17811
  padding: 0 8px;
17725
17812
  vertical-align: middle;
17726
- }.bottom-sheet-transition-enter-from {
17727
- transform: translateY(100%);
17728
- }
17729
- .bottom-sheet-transition-leave-to {
17730
- transform: translateY(100%);
17731
- }
17732
-
17733
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
17734
- align-self: flex-end;
17735
- border-radius: 0;
17736
- flex: 0 1 auto;
17737
- left: 0;
17738
- right: 0;
17739
- margin-inline: 0;
17740
- margin-bottom: 0;
17741
- transition-duration: 0.2s;
17742
- width: 100%;
17743
- max-width: 100%;
17744
- overflow: visible;
17745
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
17746
- }
17747
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
17748
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
17749
- border-radius: 0;
17750
- }
17751
- .v-bottom-sheet.v-bottom-sheet--inset {
17752
- max-width: none;
17753
- }
17754
- @media (min-width: 600px) {
17755
- .v-bottom-sheet.v-bottom-sheet--inset {
17756
- max-width: 70%;
17757
- }
17758
- }.v-bottom-navigation {
17759
- display: flex;
17760
- max-width: 100%;
17761
- overflow: hidden;
17762
- position: absolute;
17763
- transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17764
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17765
- border-style: solid;
17766
- border-width: 0;
17767
- border-radius: 0;
17768
- background: rgb(var(--v-theme-surface));
17769
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17770
- }
17771
- .v-bottom-navigation--border {
17772
- border-width: thin;
17773
- box-shadow: none;
17774
- }
17775
- .v-bottom-navigation--active {
17776
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
17777
- }
17778
-
17779
- .v-bottom-navigation__content {
17780
- display: flex;
17781
- flex: none;
17782
- font-size: 0.75rem;
17783
- justify-content: center;
17784
- transition: inherit;
17785
- width: 100%;
17786
- }
17787
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17788
- font-size: inherit;
17789
- height: 100%;
17790
- max-width: 168px;
17791
- min-width: 80px;
17792
- text-transform: none;
17793
- transition: inherit;
17794
- width: auto;
17795
- border-radius: 0;
17796
- }
17797
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17798
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17799
- transition: inherit;
17800
- }
17801
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17802
- font-size: 1.5rem;
17803
- }
17804
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17805
- flex-grow: 1;
17806
- }
17807
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
17808
- transition: inherit;
17809
- opacity: 0;
17810
- }
17811
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17812
- transform: translateY(0.5rem);
17813
- }/** if false, disabled buttons will be greyed out */
17814
- .v-btn {
17813
+ }.v-btn {
17815
17814
  align-items: center;
17816
17815
  border-radius: 4px;
17817
17816
  display: inline-grid;
@@ -18211,45 +18210,114 @@ html.overflow-y-hidden {
18211
18210
  }
18212
18211
  .v-pagination__item--is-active .v-btn__overlay {
18213
18212
  opacity: var(--v-border-opacity);
18214
- }.v-card {
18215
- display: block;
18213
+ }.v-btn-group {
18214
+ display: inline-flex;
18215
+ flex-wrap: nowrap;
18216
+ max-width: 100%;
18217
+ min-width: 0;
18216
18218
  overflow: hidden;
18217
- overflow-wrap: break-word;
18218
- position: relative;
18219
- padding: 0;
18220
- text-decoration: none;
18221
- transition-duration: 0.28s;
18222
- transition-property: box-shadow, opacity, background;
18223
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18224
- z-index: 0;
18219
+ vertical-align: middle;
18225
18220
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18226
18221
  border-style: solid;
18227
18222
  border-width: 0;
18223
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
18228
18224
  border-radius: 4px;
18225
+ background: transparent;
18226
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18229
18227
  }
18230
- .v-card--border {
18228
+ .v-btn-group--border {
18231
18229
  border-width: thin;
18232
18230
  box-shadow: none;
18233
18231
  }
18234
- .v-card--absolute {
18235
- position: absolute;
18232
+ .v-btn-group--density-default.v-btn-group {
18233
+ height: 48px;
18236
18234
  }
18237
- .v-card--fixed {
18238
- position: fixed;
18235
+
18236
+ .v-btn-group--density-comfortable.v-btn-group {
18237
+ height: 40px;
18239
18238
  }
18240
- .v-card:hover > .v-card__overlay {
18241
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18239
+
18240
+ .v-btn-group--density-compact.v-btn-group {
18241
+ height: 36px;
18242
18242
  }
18243
- .v-card:focus-visible > .v-card__overlay {
18244
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18243
+
18244
+ .v-btn-group .v-btn {
18245
+ border-radius: 0;
18246
+ border-color: inherit;
18245
18247
  }
18246
- @supports not selector(:focus-visible) {
18247
- .v-card:focus > .v-card__overlay {
18248
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18249
- }
18248
+ .v-btn-group .v-btn:not(:last-child) {
18249
+ border-inline-end: none;
18250
18250
  }
18251
- .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
18252
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18251
+ .v-btn-group .v-btn:not(:first-child) {
18252
+ border-inline-start: none;
18253
+ }
18254
+ .v-btn-group .v-btn:first-child {
18255
+ border-start-start-radius: inherit;
18256
+ border-end-start-radius: inherit;
18257
+ }
18258
+ .v-btn-group .v-btn:last-child {
18259
+ border-start-end-radius: inherit;
18260
+ border-end-end-radius: inherit;
18261
+ }
18262
+ .v-btn-group--divided .v-btn:not(:last-child) {
18263
+ border-inline-end-width: thin;
18264
+ border-inline-end-style: solid;
18265
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18266
+ }
18267
+ .v-btn-group--tile {
18268
+ border-radius: 0;
18269
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18270
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18271
+ }
18272
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18273
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18274
+ }
18275
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18276
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18277
+ }
18278
+ @supports not selector(:focus-visible) {
18279
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18280
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18281
+ }
18282
+ }.v-card {
18283
+ display: block;
18284
+ overflow: hidden;
18285
+ overflow-wrap: break-word;
18286
+ position: relative;
18287
+ padding: 0;
18288
+ text-decoration: none;
18289
+ transition-duration: 0.28s;
18290
+ transition-property: box-shadow, opacity, background;
18291
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18292
+ z-index: 0;
18293
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18294
+ border-style: solid;
18295
+ border-width: 0;
18296
+ border-radius: 4px;
18297
+ }
18298
+ .v-card--border {
18299
+ border-width: thin;
18300
+ box-shadow: none;
18301
+ }
18302
+ .v-card--absolute {
18303
+ position: absolute;
18304
+ }
18305
+ .v-card--fixed {
18306
+ position: fixed;
18307
+ }
18308
+ .v-card:hover > .v-card__overlay {
18309
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18310
+ }
18311
+ .v-card:focus-visible > .v-card__overlay {
18312
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18313
+ }
18314
+ @supports not selector(:focus-visible) {
18315
+ .v-card:focus > .v-card__overlay {
18316
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18317
+ }
18318
+ }
18319
+ .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
18320
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18253
18321
  }
18254
18322
  .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
18255
18323
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
@@ -18503,76 +18571,6 @@ html.overflow-y-hidden {
18503
18571
  pointer-events: none;
18504
18572
  opacity: 0;
18505
18573
  transition: opacity 0.2s ease-in-out;
18506
- }/** if false, disabled buttons will be greyed out */
18507
- .v-btn-group {
18508
- display: inline-flex;
18509
- flex-wrap: nowrap;
18510
- max-width: 100%;
18511
- min-width: 0;
18512
- overflow: hidden;
18513
- vertical-align: middle;
18514
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18515
- border-style: solid;
18516
- border-width: 0;
18517
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
18518
- border-radius: 4px;
18519
- background: transparent;
18520
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18521
- }
18522
- .v-btn-group--border {
18523
- border-width: thin;
18524
- box-shadow: none;
18525
- }
18526
- .v-btn-group--density-default.v-btn-group {
18527
- height: 48px;
18528
- }
18529
-
18530
- .v-btn-group--density-comfortable.v-btn-group {
18531
- height: 40px;
18532
- }
18533
-
18534
- .v-btn-group--density-compact.v-btn-group {
18535
- height: 36px;
18536
- }
18537
-
18538
- .v-btn-group .v-btn {
18539
- border-radius: 0;
18540
- border-color: inherit;
18541
- }
18542
- .v-btn-group .v-btn:not(:last-child) {
18543
- border-inline-end: none;
18544
- }
18545
- .v-btn-group .v-btn:not(:first-child) {
18546
- border-inline-start: none;
18547
- }
18548
- .v-btn-group .v-btn:first-child {
18549
- border-start-start-radius: inherit;
18550
- border-end-start-radius: inherit;
18551
- }
18552
- .v-btn-group .v-btn:last-child {
18553
- border-start-end-radius: inherit;
18554
- border-end-end-radius: inherit;
18555
- }
18556
- .v-btn-group--divided .v-btn:not(:last-child) {
18557
- border-inline-end-width: thin;
18558
- border-inline-end-style: solid;
18559
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18560
- }
18561
- .v-btn-group--tile {
18562
- border-radius: 0;
18563
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18564
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18565
- }
18566
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18567
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18568
- }
18569
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18570
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18571
- }
18572
- @supports not selector(:focus-visible) {
18573
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18574
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18575
- }
18576
18574
  }.v-carousel {
18577
18575
  overflow: hidden;
18578
18576
  position: relative;
@@ -19045,26 +19043,6 @@ html.overflow-y-hidden {
19045
19043
 
19046
19044
  .v-chip--label {
19047
19045
  border-radius: 4px;
19048
- }.v-color-picker {
19049
- align-self: flex-start;
19050
- contain: content;
19051
- }
19052
- .v-color-picker.v-sheet {
19053
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
19054
- border-radius: 4px;
19055
- }
19056
-
19057
- .v-color-picker__controls {
19058
- display: flex;
19059
- flex-direction: column;
19060
- padding: 16px;
19061
- }
19062
-
19063
- .v-color-picker--flat {
19064
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
19065
- }
19066
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19067
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
19068
19046
  }.v-chip-group {
19069
19047
  display: flex;
19070
19048
  max-width: 100%;
@@ -19083,6 +19061,87 @@ html.overflow-y-hidden {
19083
19061
  .v-chip-group--column {
19084
19062
  flex-wrap: wrap;
19085
19063
  white-space: normal;
19064
+ }.v-combobox .v-field .v-text-field__prefix,
19065
+ .v-combobox .v-field .v-text-field__suffix,
19066
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
19067
+ cursor: text;
19068
+ }
19069
+ .v-combobox .v-field .v-field__input > input {
19070
+ flex: 1 1;
19071
+ }
19072
+ .v-combobox .v-field input {
19073
+ min-width: 64px;
19074
+ }
19075
+ .v-combobox .v-field:not(.v-field--focused) input {
19076
+ min-width: 0;
19077
+ }
19078
+ .v-combobox .v-field--dirty .v-combobox__selection {
19079
+ margin-inline-end: 2px;
19080
+ }
19081
+ .v-combobox .v-combobox__selection-text {
19082
+ overflow: hidden;
19083
+ text-overflow: ellipsis;
19084
+ white-space: nowrap;
19085
+ }
19086
+
19087
+ .v-combobox__content {
19088
+ overflow: hidden;
19089
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
19090
+ border-radius: 4px;
19091
+ }
19092
+ .v-combobox__mask {
19093
+ background: rgb(var(--v-theme-on-surface-variant));
19094
+ }
19095
+ .v-combobox__selection {
19096
+ display: inline-flex;
19097
+ align-items: center;
19098
+ height: 1.5rem;
19099
+ letter-spacing: inherit;
19100
+ line-height: inherit;
19101
+ max-width: 90%;
19102
+ }
19103
+ .v-combobox__selection:first-child {
19104
+ margin-inline-start: 0;
19105
+ }
19106
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19107
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19108
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19109
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19110
+ top: 0px;
19111
+ }
19112
+ .v-combobox--selecting-index .v-combobox__selection {
19113
+ opacity: var(--v-medium-emphasis-opacity);
19114
+ }
19115
+ .v-combobox--selecting-index .v-combobox__selection--selected {
19116
+ opacity: 1;
19117
+ }
19118
+ .v-combobox--selecting-index .v-field__input > input {
19119
+ caret-color: transparent;
19120
+ }
19121
+ .v-combobox--single.v-text-field input {
19122
+ flex: 1 1;
19123
+ position: absolute;
19124
+ left: 0;
19125
+ right: 0;
19126
+ width: 100%;
19127
+ padding-inline: inherit;
19128
+ }
19129
+ .v-combobox--single .v-field--active input {
19130
+ transition: none;
19131
+ }
19132
+ .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
19133
+ opacity: 0;
19134
+ }
19135
+ .v-combobox--single .v-field--focused .v-combobox__selection {
19136
+ opacity: 0;
19137
+ }
19138
+ .v-combobox__menu-icon {
19139
+ margin-inline-start: 4px;
19140
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19141
+ }
19142
+ .v-combobox--active-menu .v-combobox__menu-icon {
19143
+ opacity: var(--v-high-emphasis-opacity);
19144
+ transform: rotate(180deg);
19086
19145
  }.v-container {
19087
19146
  width: 100%;
19088
19147
  padding: 16px;
@@ -19755,258 +19814,190 @@ html.overflow-y-hidden {
19755
19814
  .offset-xxl-11 {
19756
19815
  margin-inline-start: 91.6666666667%;
19757
19816
  }
19758
- }.v-combobox .v-field .v-text-field__prefix,
19759
- .v-combobox .v-field .v-text-field__suffix,
19760
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
19761
- cursor: text;
19817
+ }.v-counter {
19818
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19819
+ flex: 0 1 auto;
19820
+ font-size: 12px;
19821
+ transition-duration: 150ms;
19822
+ }.v-data-table {
19823
+ width: 100%;
19762
19824
  }
19763
- .v-combobox .v-field .v-field__input > input {
19764
- flex: 1 1;
19765
- }
19766
- .v-combobox .v-field input {
19767
- min-width: 64px;
19768
- }
19769
- .v-combobox .v-field:not(.v-field--focused) input {
19770
- min-width: 0;
19771
- }
19772
- .v-combobox .v-field--dirty .v-combobox__selection {
19773
- margin-inline-end: 2px;
19774
- }
19775
- .v-combobox .v-combobox__selection-text {
19776
- overflow: hidden;
19777
- text-overflow: ellipsis;
19778
- white-space: nowrap;
19825
+
19826
+ .v-data-table__table {
19827
+ width: 100%;
19828
+ border-collapse: separate;
19829
+ border-spacing: 0;
19779
19830
  }
19780
19831
 
19781
- .v-combobox__content {
19782
- overflow: hidden;
19783
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
19784
- border-radius: 4px;
19785
- }
19786
- .v-combobox__mask {
19787
- background: rgb(var(--v-theme-on-surface-variant));
19832
+ .v-data-table__tr--focus {
19833
+ border: 1px dotted black;
19788
19834
  }
19789
- .v-combobox__selection {
19790
- display: inline-flex;
19791
- align-items: center;
19792
- height: 1.5rem;
19793
- letter-spacing: inherit;
19794
- line-height: inherit;
19795
- max-width: 90%;
19835
+ .v-data-table__tr--clickable {
19836
+ cursor: pointer;
19796
19837
  }
19797
- .v-combobox__selection:first-child {
19798
- margin-inline-start: 0;
19838
+
19839
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
19840
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
19841
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
19842
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
19843
+ text-align: end;
19799
19844
  }
19800
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19801
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19802
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19803
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19804
- top: 0px;
19845
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19846
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
19847
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19848
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
19849
+ flex-direction: row-reverse;
19805
19850
  }
19806
- .v-combobox--selecting-index .v-combobox__selection {
19807
- opacity: var(--v-medium-emphasis-opacity);
19851
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
19852
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
19853
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
19854
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
19855
+ text-align: center;
19808
19856
  }
19809
- .v-combobox--selecting-index .v-combobox__selection--selected {
19810
- opacity: 1;
19857
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
19858
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
19859
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
19860
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
19861
+ justify-content: center;
19811
19862
  }
19812
- .v-combobox--selecting-index .v-field__input > input {
19813
- caret-color: transparent;
19863
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
19864
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
19865
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
19866
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
19867
+ padding: 0 8px;
19814
19868
  }
19815
- .v-combobox--single.v-text-field input {
19816
- flex: 1 1;
19817
- position: absolute;
19818
- left: 0;
19819
- right: 0;
19820
- width: 100%;
19821
- padding-inline: inherit;
19869
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
19870
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
19871
+ align-items: center;
19822
19872
  }
19823
- .v-combobox--single .v-field--active input {
19824
- transition: none;
19873
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
19874
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
19875
+ position: sticky;
19825
19876
  }
19826
- .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
19827
- opacity: 0;
19877
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
19878
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
19879
+ cursor: pointer;
19880
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19828
19881
  }
19829
- .v-combobox--single .v-field--focused .v-combobox__selection {
19882
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
19883
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
19830
19884
  opacity: 0;
19831
19885
  }
19832
- .v-combobox__menu-icon {
19833
- margin-inline-start: 4px;
19834
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19886
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
19887
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
19888
+ opacity: 0.5;
19835
19889
  }
19836
- .v-combobox--active-menu .v-combobox__menu-icon {
19837
- opacity: var(--v-high-emphasis-opacity);
19838
- transform: rotate(180deg);
19839
- }.v-counter {
19840
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19841
- flex: 0 1 auto;
19842
- font-size: 12px;
19843
- transition-duration: 150ms;
19844
- }.v-date-picker__input {
19845
- padding-top: 16px;
19846
- padding-left: 24px;
19847
- padding-right: 24px;
19890
+
19891
+ .v-data-table-column--fixed {
19892
+ background: rgb(var(--v-theme-surface));
19893
+ position: sticky !important;
19894
+ left: 0;
19895
+ z-index: 1;
19848
19896
  }
19849
19897
 
19850
- .v-date-picker {
19851
- overflow: hidden;
19898
+ .v-data-table-column--last-fixed {
19899
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
19852
19900
  }
19853
19901
 
19854
- .v-date-picker-month {
19855
- padding: 0 12px 12px;
19902
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
19903
+ z-index: 2;
19856
19904
  }
19857
19905
 
19858
- .v-date-picker-month__day {
19859
- height: 48px;
19860
- width: 48px;
19906
+ .v-data-table-group-header-row td {
19907
+ background: rgba(var(--v-theme-surface));
19908
+ color: rgba(var(--v-theme-on-surface));
19861
19909
  }
19862
- .v-date-picker-month__day .v-btn {
19863
- --v-btn-height: 28px;
19864
- --v-btn-size: 0.85rem;
19865
- }.v-date-picker-header {
19866
- display: grid;
19867
- grid-template-areas: "prepend content append";
19868
- grid-template-columns: min-content minmax(0, 1fr) min-content;
19869
- overflow: hidden;
19870
- padding-inline: 24px 12px;
19871
- padding-bottom: 12px;
19910
+ .v-data-table-group-header-row td > span {
19911
+ padding-left: 5px;
19872
19912
  }
19873
19913
 
19874
- .v-date-picker-header__append {
19875
- grid-area: append;
19914
+ .v-data-table--loading .v-data-table__td {
19915
+ opacity: 0.3;
19876
19916
  }
19877
19917
 
19878
- .v-date-picker-header__prepend {
19879
- grid-area: prepend;
19880
- padding-inline-start: 8px;
19918
+ .v-data-table-group-header-row__column {
19919
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
19881
19920
  }
19882
19921
 
19883
- .v-date-picker-header__content {
19922
+ .v-data-table-header__content {
19923
+ display: flex;
19884
19924
  align-items: center;
19885
- display: inline-flex;
19886
- font-size: 32px;
19887
- line-height: 40px;
19888
- grid-area: content;
19889
- justify-content: space-between;
19890
- }
19891
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
19892
- opacity: 0.7;
19893
- }
19894
- .v-date-picker--month .v-date-picker-header__content {
19895
- opacity: 1;
19896
- }
19897
- .v-date-picker--year .v-date-picker-header__content {
19898
- cursor: pointer;
19899
19925
  }
19900
19926
 
19901
- .date-picker-header-transition-enter-active,
19902
- .date-picker-header-reverse-transition-enter-active {
19903
- transition-duration: 0.3s;
19904
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19905
- }
19906
- .date-picker-header-transition-leave-active,
19907
- .date-picker-header-reverse-transition-leave-active {
19908
- transition-duration: 0.3s;
19909
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19927
+ .v-data-table-header__sort-badge {
19928
+ display: inline-flex;
19929
+ justify-content: center;
19930
+ align-items: center;
19931
+ font-size: 0.875rem;
19932
+ padding: 4px;
19933
+ border-radius: 50%;
19934
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
19935
+ min-width: 20px;
19936
+ min-height: 20px;
19937
+ width: 20px;
19938
+ height: 20px;
19910
19939
  }
19911
19940
 
19912
- .date-picker-header-transition-enter-from {
19913
- transform: translate(0, 100%);
19914
- }
19915
- .date-picker-header-transition-leave-to {
19916
- opacity: 0;
19917
- transform: translate(0, -100%);
19941
+ .v-data-table-progress > th {
19942
+ border: none !important;
19943
+ height: auto !important;
19944
+ padding: 0 !important;
19918
19945
  }
19919
19946
 
19920
- .date-picker-header-reverse-transition-enter-from {
19921
- transform: translate(0, -100%);
19922
- }
19923
- .date-picker-header-reverse-transition-leave-to {
19924
- opacity: 0;
19925
- transform: translate(0, 100%);
19926
- }.v-date-picker-months {
19927
- height: 320px;
19928
- overflow-y: scroll;
19947
+ .v-data-table-rows-loading,
19948
+ .v-data-table-rows-no-data {
19949
+ text-align: center;
19950
+ }.v-data-table-footer {
19951
+ display: flex;
19952
+ align-items: center;
19953
+ flex-wrap: wrap;
19954
+ padding: 0 8px;
19955
+ justify-content: flex-end;
19929
19956
  }
19930
19957
 
19931
- .v-date-picker-months__content {
19958
+ .v-data-table-footer__items-per-page {
19959
+ padding-inline-end: 24px;
19960
+ display: flex;
19932
19961
  align-items: center;
19933
- display: grid;
19934
- flex: 1 1;
19935
- height: inherit;
19936
- justify-content: space-around;
19937
- grid-template-columns: repeat(2, 1fr);
19938
- grid-gap: 4px 24px;
19939
- padding-inline-start: 36px;
19940
- padding-inline-end: 36px;
19962
+ justify-content: space-between;
19941
19963
  }
19942
- .v-date-picker-months__content .v-btn {
19943
- text-transform: none;
19944
- padding-inline-start: 8px;
19945
- padding-inline-end: 8px;
19946
- }.v-date-picker-years {
19947
- height: 320px;
19948
- overflow-y: scroll;
19964
+ .v-data-table-footer__items-per-page > span {
19965
+ padding-inline-end: 24px;
19949
19966
  }
19950
19967
 
19951
- .v-date-picker-years__content {
19952
- display: grid;
19953
- flex: 1 1;
19954
- justify-content: space-around;
19955
- grid-template-columns: repeat(3, 1fr);
19956
- gap: 8px 24px;
19957
- padding-inline: 36px;
19958
- }
19959
- .v-date-picker-years__content .v-btn {
19960
- padding-inline: 8px;
19961
- }.v-date-picker-month {
19968
+ .v-data-table-footer__info {
19962
19969
  display: flex;
19963
- justify-content: center;
19964
- min-width: 328px;
19965
- --v-date-picker-month-day-diff: 4px;
19970
+ padding-inline-end: 24px;
19966
19971
  }
19967
19972
 
19968
- .v-date-picker-month__weeks {
19969
- display: grid;
19970
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19971
- row-gap: 4px;
19972
- font-size: 0.875rem;
19973
- }
19974
- .v-date-picker-month__weeks + .v-date-picker-month__days {
19975
- grid-row-gap: 0;
19973
+ .v-data-table-footer__pagination {
19974
+ display: flex;
19975
+ align-items: center;
19976
19976
  }
19977
19977
 
19978
- .v-date-picker-month__weekday {
19979
- font-size: 0.875rem;
19978
+ .v-data-table-footer__page {
19979
+ padding: 0 8px;
19980
+ }.v-date-picker__input {
19981
+ padding-top: 16px;
19982
+ padding-left: 24px;
19983
+ padding-right: 24px;
19980
19984
  }
19981
19985
 
19982
- .v-date-picker-month__days {
19983
- display: grid;
19984
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
19985
- row-gap: 4px;
19986
- flex: 1 1;
19987
- justify-content: space-around;
19986
+ .v-date-picker {
19987
+ overflow: hidden;
19988
19988
  }
19989
19989
 
19990
- .v-date-picker-month__day {
19991
- align-items: center;
19992
- display: flex;
19993
- justify-content: center;
19994
- position: relative;
19995
- }
19996
- .v-date-picker-month__day--selected .v-btn {
19997
- background-color: rgb(var(--v-theme-surface-variant));
19998
- color: rgb(var(--v-theme-on-surface-variant));
19999
- }
20000
- .v-date-picker-month__day--week {
20001
- font-size: var(--v-btn-size);
19990
+ .v-date-picker-month {
19991
+ padding: 0 12px 12px;
20002
19992
  }
20003
19993
 
20004
- .v-date-picker-month__day--adjacent {
20005
- opacity: 0.5;
19994
+ .v-date-picker-month__day {
19995
+ height: 48px;
19996
+ width: 48px;
20006
19997
  }
20007
-
20008
- .v-date-picker-month__day--hide-adjacent {
20009
- opacity: 0;
19998
+ .v-date-picker-month__day .v-btn {
19999
+ --v-btn-height: 28px;
20000
+ --v-btn-size: 0.85rem;
20010
20001
  }.v-date-picker-controls {
20011
20002
  display: flex;
20012
20003
  align-items: center;
@@ -20063,159 +20054,180 @@ html.overflow-y-hidden {
20063
20054
 
20064
20055
  .v-date-picker__title {
20065
20056
  display: inline-block;
20066
- }.v-data-table {
20067
- width: 100%;
20057
+ }.v-date-picker-header {
20058
+ display: grid;
20059
+ grid-template-areas: "prepend content append";
20060
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
20061
+ overflow: hidden;
20062
+ padding-inline: 24px 12px;
20063
+ padding-bottom: 12px;
20068
20064
  }
20069
20065
 
20070
- .v-data-table__table {
20071
- width: 100%;
20072
- border-collapse: separate;
20073
- border-spacing: 0;
20066
+ .v-date-picker-header__append {
20067
+ grid-area: append;
20074
20068
  }
20075
20069
 
20076
- .v-data-table__tr--focus {
20077
- border: 1px dotted black;
20078
- }
20079
- .v-data-table__tr--clickable {
20080
- cursor: pointer;
20070
+ .v-date-picker-header__prepend {
20071
+ grid-area: prepend;
20072
+ padding-inline-start: 8px;
20081
20073
  }
20082
20074
 
20083
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20084
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20085
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20086
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20087
- text-align: end;
20088
- }
20089
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20090
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20091
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20092
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20093
- flex-direction: row-reverse;
20075
+ .v-date-picker-header__content {
20076
+ align-items: center;
20077
+ display: inline-flex;
20078
+ font-size: 32px;
20079
+ line-height: 40px;
20080
+ grid-area: content;
20081
+ justify-content: space-between;
20094
20082
  }
20095
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20096
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20097
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20098
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20099
- text-align: center;
20083
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20084
+ opacity: 0.7;
20100
20085
  }
20101
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20102
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20103
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20104
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20105
- justify-content: center;
20086
+ .v-date-picker--month .v-date-picker-header__content {
20087
+ opacity: 1;
20106
20088
  }
20107
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20108
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20109
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20110
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20111
- padding: 0 8px;
20089
+ .v-date-picker--year .v-date-picker-header__content {
20090
+ cursor: pointer;
20112
20091
  }
20113
- .v-data-table .v-table__wrapper > table > thead > tr > th,
20114
- .v-data-table .v-table__wrapper > table tbody > tr > th {
20115
- align-items: center;
20092
+
20093
+ .date-picker-header-transition-enter-active,
20094
+ .date-picker-header-reverse-transition-enter-active {
20095
+ transition-duration: 0.3s;
20096
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20116
20097
  }
20117
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20118
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20119
- position: sticky;
20098
+ .date-picker-header-transition-leave-active,
20099
+ .date-picker-header-reverse-transition-leave-active {
20100
+ transition-duration: 0.3s;
20101
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20120
20102
  }
20121
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20122
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20123
- cursor: pointer;
20124
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20103
+
20104
+ .date-picker-header-transition-enter-from {
20105
+ transform: translate(0, 100%);
20125
20106
  }
20126
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20127
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20107
+ .date-picker-header-transition-leave-to {
20128
20108
  opacity: 0;
20129
- }
20130
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20131
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20132
- opacity: 0.5;
20109
+ transform: translate(0, -100%);
20133
20110
  }
20134
20111
 
20135
- .v-data-table-column--fixed {
20136
- background: rgb(var(--v-theme-surface));
20137
- position: sticky;
20138
- left: 0;
20112
+ .date-picker-header-reverse-transition-enter-from {
20113
+ transform: translate(0, -100%);
20139
20114
  }
20140
-
20141
- .v-data-table-column--last-fixed {
20142
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20115
+ .date-picker-header-reverse-transition-leave-to {
20116
+ opacity: 0;
20117
+ transform: translate(0, 100%);
20118
+ }.v-date-picker-month {
20119
+ display: flex;
20120
+ justify-content: center;
20121
+ min-width: 328px;
20122
+ --v-date-picker-month-day-diff: 4px;
20143
20123
  }
20144
20124
 
20145
- .v-data-table-group-header-row td {
20146
- background: rgba(var(--v-theme-surface));
20147
- color: rgba(var(--v-theme-on-surface));
20125
+ .v-date-picker-month__weeks {
20126
+ display: grid;
20127
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20128
+ row-gap: 4px;
20129
+ font-size: 0.875rem;
20148
20130
  }
20149
- .v-data-table-group-header-row td > span {
20150
- padding-left: 5px;
20131
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20132
+ grid-row-gap: 0;
20151
20133
  }
20152
20134
 
20153
- .v-data-table--loading .v-data-table__td {
20154
- opacity: 0.3;
20135
+ .v-date-picker-month__weekday {
20136
+ font-size: 0.875rem;
20155
20137
  }
20156
20138
 
20157
- .v-data-table-group-header-row__column {
20158
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20139
+ .v-date-picker-month__days {
20140
+ display: grid;
20141
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20142
+ row-gap: 4px;
20143
+ flex: 1 1;
20144
+ justify-content: space-around;
20159
20145
  }
20160
20146
 
20161
- .v-data-table-header__content {
20162
- display: flex;
20147
+ .v-date-picker-month__day {
20163
20148
  align-items: center;
20164
- }
20165
-
20166
- .v-data-table-header__sort-badge {
20167
- display: inline-flex;
20149
+ display: flex;
20168
20150
  justify-content: center;
20169
- align-items: center;
20170
- font-size: 0.875rem;
20171
- padding: 4px;
20172
- border-radius: 50%;
20173
- background: rgba(var(--v-border-color), var(--v-border-opacity));
20174
- min-width: 20px;
20175
- min-height: 20px;
20176
- width: 20px;
20177
- height: 20px;
20151
+ position: relative;
20152
+ }
20153
+ .v-date-picker-month__day--selected .v-btn {
20154
+ background-color: rgb(var(--v-theme-surface-variant));
20155
+ color: rgb(var(--v-theme-on-surface-variant));
20156
+ }
20157
+ .v-date-picker-month__day--week {
20158
+ font-size: var(--v-btn-size);
20178
20159
  }
20179
20160
 
20180
- .v-data-table-progress > th {
20181
- border: none !important;
20182
- height: auto !important;
20183
- padding: 0 !important;
20161
+ .v-date-picker-month__day--adjacent {
20162
+ opacity: 0.5;
20184
20163
  }
20185
20164
 
20186
- .v-data-table-rows-loading,
20187
- .v-data-table-rows-no-data {
20188
- text-align: center;
20189
- }.v-data-table-footer {
20190
- display: flex;
20191
- align-items: center;
20192
- flex-wrap: wrap;
20193
- padding: 0 8px;
20194
- justify-content: flex-end;
20165
+ .v-date-picker-month__day--hide-adjacent {
20166
+ opacity: 0;
20167
+ }.v-date-picker-months {
20168
+ height: 320px;
20169
+ overflow-y: scroll;
20195
20170
  }
20196
20171
 
20197
- .v-data-table-footer__items-per-page {
20198
- padding-inline-end: 24px;
20199
- display: flex;
20172
+ .v-date-picker-months__content {
20200
20173
  align-items: center;
20201
- justify-content: space-between;
20174
+ display: grid;
20175
+ flex: 1 1;
20176
+ height: inherit;
20177
+ justify-content: space-around;
20178
+ grid-template-columns: repeat(2, 1fr);
20179
+ grid-gap: 4px 24px;
20180
+ padding-inline-start: 36px;
20181
+ padding-inline-end: 36px;
20202
20182
  }
20203
- .v-data-table-footer__items-per-page > span {
20204
- padding-inline-end: 24px;
20183
+ .v-date-picker-months__content .v-btn {
20184
+ text-transform: none;
20185
+ padding-inline-start: 8px;
20186
+ padding-inline-end: 8px;
20187
+ }.v-date-picker-years {
20188
+ height: 320px;
20189
+ overflow-y: scroll;
20205
20190
  }
20206
20191
 
20207
- .v-data-table-footer__info {
20208
- display: flex;
20209
- padding-inline-end: 24px;
20192
+ .v-date-picker-years__content {
20193
+ display: grid;
20194
+ flex: 1 1;
20195
+ justify-content: space-around;
20196
+ grid-template-columns: repeat(3, 1fr);
20197
+ gap: 8px 24px;
20198
+ padding-inline: 36px;
20210
20199
  }
20211
-
20212
- .v-data-table-footer__pagination {
20213
- display: flex;
20214
- align-items: center;
20200
+ .v-date-picker-years__content .v-btn {
20201
+ padding-inline: 8px;
20202
+ }.v-divider {
20203
+ display: block;
20204
+ flex: 1 1 100%;
20205
+ height: 0px;
20206
+ max-height: 0px;
20207
+ opacity: var(--v-border-opacity);
20208
+ transition: inherit;
20209
+ border-style: solid;
20210
+ border-width: thin 0 0 0;
20215
20211
  }
20216
-
20217
- .v-data-table-footer__page {
20218
- padding: 0 8px;
20212
+ .v-divider--vertical {
20213
+ align-self: stretch;
20214
+ border-width: 0 thin 0 0;
20215
+ display: inline-flex;
20216
+ height: inherit;
20217
+ margin-left: -1px;
20218
+ max-height: 100%;
20219
+ max-width: 0px;
20220
+ vertical-align: text-bottom;
20221
+ width: 0px;
20222
+ }
20223
+ .v-divider--inset:not(.v-divider--vertical) {
20224
+ max-width: calc(100% - 72px);
20225
+ margin-inline-start: 72px;
20226
+ }
20227
+ .v-divider--inset.v-divider--vertical {
20228
+ margin-bottom: 8px;
20229
+ margin-top: 8px;
20230
+ max-height: calc(100% - 16px);
20219
20231
  }.v-dialog {
20220
20232
  align-items: center;
20221
20233
  justify-content: center;
@@ -20500,35 +20512,6 @@ html.overflow-y-hidden {
20500
20512
  }
20501
20513
  .v-expansion-panels--variant-inset > .v-expansion-panel--active {
20502
20514
  max-width: calc(100% - 32px);
20503
- }.v-divider {
20504
- display: block;
20505
- flex: 1 1 100%;
20506
- height: 0px;
20507
- max-height: 0px;
20508
- opacity: var(--v-border-opacity);
20509
- transition: inherit;
20510
- border-style: solid;
20511
- border-width: thin 0 0 0;
20512
- }
20513
- .v-divider--vertical {
20514
- align-self: stretch;
20515
- border-width: 0 thin 0 0;
20516
- display: inline-flex;
20517
- height: inherit;
20518
- margin-left: -1px;
20519
- max-height: 100%;
20520
- max-width: 0px;
20521
- vertical-align: text-bottom;
20522
- width: 0px;
20523
- }
20524
- .v-divider--inset:not(.v-divider--vertical) {
20525
- max-width: calc(100% - 72px);
20526
- margin-inline-start: 72px;
20527
- }
20528
- .v-divider--inset.v-divider--vertical {
20529
- margin-bottom: 8px;
20530
- margin-top: 8px;
20531
- max-height: calc(100% - 16px);
20532
20515
  }/* region INPUT */
20533
20516
  .v-field {
20534
20517
  display: grid;
@@ -21071,7 +21054,72 @@ textarea.v-field__input::placeholder {
21071
21054
  opacity: 0;
21072
21055
  }
21073
21056
 
21074
- /* endregion */.v-icon {
21057
+ /* endregion */.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21058
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21059
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21060
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21061
+ top: 0px;
21062
+ }
21063
+ .v-file-input input[type=file] {
21064
+ height: 100%;
21065
+ left: 0;
21066
+ opacity: 0;
21067
+ position: absolute;
21068
+ top: 0;
21069
+ width: 100%;
21070
+ z-index: 1;
21071
+ }
21072
+ .v-file-input .v-input__details {
21073
+ padding-inline: 16px;
21074
+ }.v-footer {
21075
+ align-items: center;
21076
+ display: flex;
21077
+ flex: 1 1 auto;
21078
+ padding: 8px 16px;
21079
+ position: relative;
21080
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21081
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
21082
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21083
+ border-style: solid;
21084
+ border-width: 0;
21085
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
21086
+ border-radius: 0;
21087
+ background: rgb(var(--v-theme-surface));
21088
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21089
+ }
21090
+ .v-footer--border {
21091
+ border-width: thin;
21092
+ box-shadow: none;
21093
+ }
21094
+ .v-footer--absolute {
21095
+ position: absolute;
21096
+ }
21097
+ .v-footer--fixed {
21098
+ position: fixed;
21099
+ }
21100
+ .v-footer--rounded {
21101
+ border-radius: 4px;
21102
+ }.v-color-picker {
21103
+ align-self: flex-start;
21104
+ contain: content;
21105
+ }
21106
+ .v-color-picker.v-sheet {
21107
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
21108
+ border-radius: 4px;
21109
+ }
21110
+
21111
+ .v-color-picker__controls {
21112
+ display: flex;
21113
+ flex-direction: column;
21114
+ padding: 16px;
21115
+ }
21116
+
21117
+ .v-color-picker--flat {
21118
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
21119
+ }
21120
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
21121
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
21122
+ }.v-icon {
21075
21123
  --v-icon-size-multiplier: 1;
21076
21124
  align-items: center;
21077
21125
  display: inline-flex;
@@ -21120,51 +21168,64 @@ textarea.v-field__input::placeholder {
21120
21168
 
21121
21169
  .v-icon--end {
21122
21170
  margin-inline-start: 8px;
21123
- }.v-footer {
21124
- align-items: center;
21125
- display: flex;
21126
- flex: 1 1 auto;
21127
- padding: 8px 16px;
21128
- position: relative;
21129
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21130
- transition-property: height, width, transform, max-width, left, right, top, bottom;
21131
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21132
- border-style: solid;
21133
- border-width: 0;
21134
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
21135
- border-radius: 0;
21136
- background: rgb(var(--v-theme-surface));
21137
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21171
+ }.v-img {
21172
+ --v-theme-overlay-multiplier: 3;
21173
+ z-index: 0;
21138
21174
  }
21139
- .v-footer--border {
21140
- border-width: thin;
21141
- box-shadow: none;
21175
+ .v-img--booting .v-responsive__sizer {
21176
+ transition: none;
21177
+ }
21178
+
21179
+ .v-img__img,
21180
+ .v-img__picture,
21181
+ .v-img__gradient,
21182
+ .v-img__placeholder,
21183
+ .v-img__error {
21184
+ z-index: -1;
21185
+ position: absolute;
21186
+ top: 0;
21187
+ left: 0;
21188
+ width: 100%;
21189
+ height: 100%;
21190
+ }
21191
+
21192
+ .v-img__img--preload {
21193
+ filter: blur(4px);
21142
21194
  }
21143
- .v-footer--absolute {
21144
- position: absolute;
21195
+ .v-img__img--contain {
21196
+ object-fit: contain;
21145
21197
  }
21146
- .v-footer--fixed {
21147
- position: fixed;
21198
+ .v-img__img--cover {
21199
+ object-fit: cover;
21148
21200
  }
21149
- .v-footer--rounded {
21150
- border-radius: 4px;
21151
- }.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21152
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21153
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21154
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21155
- top: 0px;
21201
+
21202
+ .v-img__gradient {
21203
+ background-repeat: no-repeat;
21204
+ }.v-infinite-scroll--horizontal {
21205
+ display: flex;
21206
+ flex-direction: row;
21207
+ overflow-x: auto;
21156
21208
  }
21157
- .v-file-input input[type=file] {
21209
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21158
21210
  height: 100%;
21159
- left: 0;
21160
- opacity: 0;
21161
- position: absolute;
21162
- top: 0;
21211
+ width: 1px;
21212
+ }
21213
+
21214
+ .v-infinite-scroll--vertical {
21215
+ display: flex;
21216
+ flex-direction: column;
21217
+ overflow-y: auto;
21218
+ }
21219
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21220
+ height: 1px;
21163
21221
  width: 100%;
21164
- z-index: 1;
21165
21222
  }
21166
- .v-file-input .v-input__details {
21167
- padding-inline: 16px;
21223
+
21224
+ .v-infinite-scroll__side {
21225
+ align-items: center;
21226
+ display: flex;
21227
+ justify-content: center;
21228
+ padding: 8px;
21168
21229
  }.v-input {
21169
21230
  display: grid;
21170
21231
  flex: 1 1 auto;
@@ -21310,64 +21371,6 @@ textarea.v-field__input::placeholder {
21310
21371
 
21311
21372
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
21312
21373
  padding-top: calc(var(--v-input-padding-top) + 0px);
21313
- }.v-img {
21314
- --v-theme-overlay-multiplier: 3;
21315
- z-index: 0;
21316
- }
21317
- .v-img--booting .v-responsive__sizer {
21318
- transition: none;
21319
- }
21320
-
21321
- .v-img__img,
21322
- .v-img__picture,
21323
- .v-img__gradient,
21324
- .v-img__placeholder,
21325
- .v-img__error {
21326
- z-index: -1;
21327
- position: absolute;
21328
- top: 0;
21329
- left: 0;
21330
- width: 100%;
21331
- height: 100%;
21332
- }
21333
-
21334
- .v-img__img--preload {
21335
- filter: blur(4px);
21336
- }
21337
- .v-img__img--contain {
21338
- object-fit: contain;
21339
- }
21340
- .v-img__img--cover {
21341
- object-fit: cover;
21342
- }
21343
-
21344
- .v-img__gradient {
21345
- background-repeat: no-repeat;
21346
- }.v-infinite-scroll--horizontal {
21347
- display: flex;
21348
- flex-direction: row;
21349
- overflow-x: auto;
21350
- }
21351
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21352
- height: 100%;
21353
- width: 1px;
21354
- }
21355
-
21356
- .v-infinite-scroll--vertical {
21357
- display: flex;
21358
- flex-direction: column;
21359
- overflow-y: auto;
21360
- }
21361
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21362
- height: 1px;
21363
- width: 100%;
21364
- }
21365
-
21366
- .v-infinite-scroll__side {
21367
- align-items: center;
21368
- display: flex;
21369
- justify-content: center;
21370
- padding: 8px;
21371
21374
  }.v-item-group {
21372
21375
  flex: 0 1 auto;
21373
21376
  max-width: 100%;
@@ -21388,13 +21391,6 @@ textarea.v-field__input::placeholder {
21388
21391
 
21389
21392
  .v-label--clickable {
21390
21393
  cursor: pointer;
21391
- }.v-layout-item {
21392
- position: absolute;
21393
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21394
- }
21395
-
21396
- .v-layout-item--absolute {
21397
- position: absolute;
21398
21394
  }.v-layout {
21399
21395
  --v-scrollbar-offset: 0px;
21400
21396
  display: flex;
@@ -21403,6 +21399,13 @@ textarea.v-field__input::placeholder {
21403
21399
  .v-layout--full-height {
21404
21400
  --v-scrollbar-offset: inherit;
21405
21401
  height: 100%;
21402
+ }.v-layout-item {
21403
+ position: absolute;
21404
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21405
+ }
21406
+
21407
+ .v-layout-item--absolute {
21408
+ position: absolute;
21406
21409
  }.v-list {
21407
21410
  overflow: auto;
21408
21411
  padding: 8px 0;
@@ -21937,6 +21940,49 @@ textarea.v-field__input::placeholder {
21937
21940
  }
21938
21941
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
21939
21942
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21943
+ }.v-locale-provider {
21944
+ display: contents;
21945
+ }.v-main {
21946
+ flex: 1 0 auto;
21947
+ max-width: 100%;
21948
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21949
+ padding-left: var(--v-layout-left);
21950
+ padding-right: var(--v-layout-right);
21951
+ padding-top: var(--v-layout-top);
21952
+ padding-bottom: var(--v-layout-bottom);
21953
+ }
21954
+ .v-main__scroller {
21955
+ max-width: 100%;
21956
+ position: relative;
21957
+ }
21958
+ .v-main--scrollable {
21959
+ display: flex;
21960
+ position: absolute;
21961
+ top: 0;
21962
+ left: 0;
21963
+ width: 100%;
21964
+ height: 100%;
21965
+ }
21966
+ .v-main--scrollable > .v-main__scroller {
21967
+ flex: 1 1 auto;
21968
+ overflow-y: auto;
21969
+ --v-layout-left: 0px;
21970
+ --v-layout-right: 0px;
21971
+ --v-layout-top: 0px;
21972
+ --v-layout-bottom: 0px;
21973
+ }.v-menu > .v-overlay__content {
21974
+ display: flex;
21975
+ flex-direction: column;
21976
+ border-radius: 4px;
21977
+ }
21978
+ .v-menu > .v-overlay__content > .v-card,
21979
+ .v-menu > .v-overlay__content > .v-sheet,
21980
+ .v-menu > .v-overlay__content > .v-list {
21981
+ background: rgb(var(--v-theme-surface));
21982
+ border-radius: inherit;
21983
+ overflow: auto;
21984
+ height: 100%;
21985
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
21940
21986
  }.v-messages {
21941
21987
  flex: 1 1 auto;
21942
21988
  font-size: 12px;
@@ -21953,47 +21999,104 @@ textarea.v-field__input::placeholder {
21953
21999
  -webkit-hyphens: auto;
21954
22000
  hyphens: auto;
21955
22001
  transition-duration: 150ms;
21956
- }.v-menu > .v-overlay__content {
22002
+ }.v-navigation-drawer {
22003
+ -webkit-overflow-scrolling: touch;
22004
+ background: rgb(var(--v-theme-surface));
21957
22005
  display: flex;
21958
22006
  flex-direction: column;
22007
+ height: 100%;
22008
+ max-width: 100%;
22009
+ pointer-events: auto;
22010
+ transition-duration: 0.2s;
22011
+ transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
22012
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22013
+ position: absolute;
22014
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22015
+ border-style: solid;
22016
+ border-width: 0;
22017
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
22018
+ background: rgb(var(--v-theme-surface));
22019
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22020
+ }
22021
+ .v-navigation-drawer--border {
22022
+ border-width: thin;
22023
+ box-shadow: none;
22024
+ }
22025
+ .v-navigation-drawer--rounded {
21959
22026
  border-radius: 4px;
21960
22027
  }
21961
- .v-menu > .v-overlay__content > .v-card,
21962
- .v-menu > .v-overlay__content > .v-sheet,
21963
- .v-menu > .v-overlay__content > .v-list {
21964
- background: rgb(var(--v-theme-surface));
21965
- border-radius: inherit;
21966
- overflow: auto;
22028
+ .v-navigation-drawer--top {
22029
+ top: 0;
22030
+ border-bottom-width: thin;
22031
+ }
22032
+ .v-navigation-drawer--bottom {
22033
+ left: 0;
22034
+ border-top-width: thin;
22035
+ }
22036
+ .v-navigation-drawer--left {
22037
+ top: 0;
22038
+ left: 0;
22039
+ right: auto;
22040
+ border-right-width: thin;
22041
+ }
22042
+ .v-navigation-drawer--right {
22043
+ top: 0;
22044
+ left: auto;
22045
+ right: 0;
22046
+ border-left-width: thin;
22047
+ }
22048
+ .v-navigation-drawer--floating {
22049
+ border: none;
22050
+ }
22051
+ .v-navigation-drawer--temporary {
22052
+ box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
22053
+ }
22054
+ .v-navigation-drawer--sticky {
22055
+ height: auto;
22056
+ transition: box-shadow, transform, visibility, width, height, left, right;
22057
+ }
22058
+ .v-navigation-drawer .v-list {
22059
+ overflow: hidden;
22060
+ }
22061
+
22062
+ .v-navigation-drawer__content {
22063
+ flex: 0 1 auto;
21967
22064
  height: 100%;
21968
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
21969
- }.v-main {
21970
- flex: 1 0 auto;
21971
22065
  max-width: 100%;
21972
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21973
- padding-left: var(--v-layout-left);
21974
- padding-right: var(--v-layout-right);
21975
- padding-top: var(--v-layout-top);
21976
- padding-bottom: var(--v-layout-bottom);
22066
+ overflow-x: hidden;
22067
+ overflow-y: auto;
21977
22068
  }
21978
- .v-main__scroller {
21979
- max-width: 100%;
21980
- position: relative;
22069
+
22070
+ .v-navigation-drawer__img {
22071
+ height: 100%;
22072
+ left: 0;
22073
+ position: absolute;
22074
+ top: 0;
22075
+ width: 100%;
22076
+ z-index: -1;
21981
22077
  }
21982
- .v-main--scrollable {
21983
- display: flex;
22078
+ .v-navigation-drawer__img img {
22079
+ height: inherit;
22080
+ object-fit: cover;
22081
+ width: inherit;
22082
+ }
22083
+
22084
+ .v-navigation-drawer__scrim {
21984
22085
  position: absolute;
21985
22086
  top: 0;
21986
22087
  left: 0;
21987
22088
  width: 100%;
21988
22089
  height: 100%;
22090
+ background: black;
22091
+ opacity: 0.2;
22092
+ transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22093
+ z-index: 1;
21989
22094
  }
21990
- .v-main--scrollable > .v-main__scroller {
21991
- flex: 1 1 auto;
21992
- overflow-y: auto;
21993
- --v-layout-left: 0px;
21994
- --v-layout-right: 0px;
21995
- --v-layout-top: 0px;
21996
- --v-layout-bottom: 0px;
22095
+
22096
+ .v-navigation-drawer__prepend,
22097
+ .v-navigation-drawer__append {
22098
+ flex: none;
22099
+ overflow: hidden;
21997
22100
  }.v-otp-input {
21998
22101
  border-radius: 4px;
21999
22102
  align-items: center;
@@ -22047,8 +22150,14 @@ textarea.v-field__input::placeholder {
22047
22150
  height: 100%;
22048
22151
  justify-content: center;
22049
22152
  width: 100%;
22050
- }.v-locale-provider {
22051
- display: contents;
22153
+ }.v-pagination__list {
22154
+ display: inline-flex;
22155
+ list-style-type: none;
22156
+ justify-content: center;
22157
+ width: 100%;
22158
+ }
22159
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22160
+ margin: 0.3rem;
22052
22161
  }.v-overlay-container {
22053
22162
  contain: layout;
22054
22163
  left: 0;
@@ -22112,104 +22221,6 @@ html.v-overlay-scroll-blocked {
22112
22221
 
22113
22222
  .v-overlay--scroll-blocked {
22114
22223
  padding-inline-end: var(--v-scrollbar-offset);
22115
- }.v-navigation-drawer {
22116
- -webkit-overflow-scrolling: touch;
22117
- background: rgb(var(--v-theme-surface));
22118
- display: flex;
22119
- flex-direction: column;
22120
- height: 100%;
22121
- max-width: 100%;
22122
- pointer-events: auto;
22123
- transition-duration: 0.2s;
22124
- transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
22125
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22126
- position: absolute;
22127
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22128
- border-style: solid;
22129
- border-width: 0;
22130
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
22131
- background: rgb(var(--v-theme-surface));
22132
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22133
- }
22134
- .v-navigation-drawer--border {
22135
- border-width: thin;
22136
- box-shadow: none;
22137
- }
22138
- .v-navigation-drawer--rounded {
22139
- border-radius: 4px;
22140
- }
22141
- .v-navigation-drawer--top {
22142
- top: 0;
22143
- border-bottom-width: thin;
22144
- }
22145
- .v-navigation-drawer--bottom {
22146
- left: 0;
22147
- border-top-width: thin;
22148
- }
22149
- .v-navigation-drawer--left {
22150
- top: 0;
22151
- left: 0;
22152
- right: auto;
22153
- border-right-width: thin;
22154
- }
22155
- .v-navigation-drawer--right {
22156
- top: 0;
22157
- left: auto;
22158
- right: 0;
22159
- border-left-width: thin;
22160
- }
22161
- .v-navigation-drawer--floating {
22162
- border: none;
22163
- }
22164
- .v-navigation-drawer--temporary {
22165
- box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
22166
- }
22167
- .v-navigation-drawer--sticky {
22168
- height: auto;
22169
- transition: box-shadow, transform, visibility, width, height, left, right;
22170
- }
22171
- .v-navigation-drawer .v-list {
22172
- overflow: hidden;
22173
- }
22174
-
22175
- .v-navigation-drawer__content {
22176
- flex: 0 1 auto;
22177
- height: 100%;
22178
- max-width: 100%;
22179
- overflow-x: hidden;
22180
- overflow-y: auto;
22181
- }
22182
-
22183
- .v-navigation-drawer__img {
22184
- height: 100%;
22185
- left: 0;
22186
- position: absolute;
22187
- top: 0;
22188
- width: 100%;
22189
- z-index: -1;
22190
- }
22191
- .v-navigation-drawer__img img {
22192
- height: inherit;
22193
- object-fit: cover;
22194
- width: inherit;
22195
- }
22196
-
22197
- .v-navigation-drawer__scrim {
22198
- position: absolute;
22199
- top: 0;
22200
- left: 0;
22201
- width: 100%;
22202
- height: 100%;
22203
- background: black;
22204
- opacity: 0.2;
22205
- transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22206
- z-index: 1;
22207
- }
22208
-
22209
- .v-navigation-drawer__prepend,
22210
- .v-navigation-drawer__append {
22211
- flex: none;
22212
- overflow: hidden;
22213
22224
  }.v-progress-circular {
22214
22225
  align-items: center;
22215
22226
  display: inline-flex;
@@ -22312,14 +22323,12 @@ html.v-overlay-scroll-blocked {
22312
22323
  100% {
22313
22324
  transform: rotate(270deg);
22314
22325
  }
22315
- }.v-pagination__list {
22316
- display: inline-flex;
22317
- list-style-type: none;
22318
- justify-content: center;
22319
- width: 100%;
22326
+ }.v-parallax {
22327
+ position: relative;
22328
+ overflow: hidden;
22320
22329
  }
22321
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22322
- margin: 0.3rem;
22330
+ .v-parallax--active > .v-img__img {
22331
+ will-change: transform;
22323
22332
  }.v-progress-linear {
22324
22333
  background: transparent;
22325
22334
  overflow: hidden;
@@ -22530,66 +22539,18 @@ html.v-overlay-scroll-blocked {
22530
22539
  0% {
22531
22540
  background-position-x: var(--v-progress-linear-height);
22532
22541
  }
22533
- }.v-parallax {
22534
- position: relative;
22535
- overflow: hidden;
22536
- }
22537
- .v-parallax--active > .v-img__img {
22538
- will-change: transform;
22539
- }.v-rating {
22540
- max-width: 100%;
22541
- display: inline-flex;
22542
- white-space: nowrap;
22543
- }
22544
- .v-rating--readonly {
22545
- pointer-events: none;
22546
- }
22547
-
22548
- .v-rating__wrapper {
22549
- align-items: center;
22550
- display: inline-flex;
22542
+ }.v-radio-group > .v-input__control {
22551
22543
  flex-direction: column;
22552
22544
  }
22553
- .v-rating__wrapper--bottom {
22554
- flex-direction: column-reverse;
22555
- }
22556
-
22557
- .v-rating__item {
22558
- display: inline-flex;
22559
- position: relative;
22560
- }
22561
- .v-rating__item label {
22562
- cursor: pointer;
22563
- }
22564
- .v-rating__item .v-btn--variant-plain {
22565
- opacity: 1;
22566
- }
22567
- .v-rating__item .v-btn {
22568
- transition-property: transform;
22569
- }
22570
- .v-rating__item .v-btn .v-icon {
22571
- transition: inherit;
22572
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
22573
- }
22574
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
22575
- transform: scale(1.25);
22576
- }
22577
- .v-rating__item--half {
22578
- overflow: hidden;
22579
- position: absolute;
22580
- -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
22581
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
22582
- z-index: 1;
22545
+ .v-radio-group > .v-input__control > .v-label {
22546
+ margin-inline-start: 16px;
22583
22547
  }
22584
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
22585
- opacity: 0;
22548
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22549
+ padding-inline-start: 6px;
22550
+ margin-top: 8px;
22586
22551
  }
22587
-
22588
- .v-rating__hidden {
22589
- height: 0;
22590
- opacity: 0;
22591
- position: absolute;
22592
- width: 0;
22552
+ .v-radio-group .v-input__details {
22553
+ padding-inline: 16px;
22593
22554
  }.v-slider .v-slider__container input {
22594
22555
  cursor: default;
22595
22556
  padding: 0;
@@ -22617,36 +22578,90 @@ html.v-overlay-scroll-blocked {
22617
22578
  .v-input--error:not(.v-input--disabled) .v-slider__container {
22618
22579
  color: rgb(var(--v-theme-error));
22619
22580
  }
22620
-
22621
- .v-slider.v-input--horizontal {
22622
- align-items: center;
22623
- margin-inline: 8px 8px;
22581
+
22582
+ .v-slider.v-input--horizontal {
22583
+ align-items: center;
22584
+ margin-inline: 8px 8px;
22585
+ }
22586
+ .v-slider.v-input--horizontal > .v-input__control {
22587
+ min-height: 32px;
22588
+ display: flex;
22589
+ align-items: center;
22590
+ }
22591
+
22592
+ .v-slider.v-input--vertical {
22593
+ justify-content: center;
22594
+ margin-top: 12px;
22595
+ margin-bottom: 12px;
22596
+ }
22597
+ .v-slider.v-input--vertical > .v-input__control {
22598
+ min-height: 300px;
22599
+ }
22600
+
22601
+ .v-slider.v-input--disabled {
22602
+ pointer-events: none;
22603
+ }
22604
+
22605
+ .v-slider--has-labels > .v-input__control {
22606
+ margin-bottom: 4px;
22607
+ }
22608
+
22609
+ .v-slider__label {
22610
+ margin-inline-end: 12px;
22611
+ }.v-rating {
22612
+ max-width: 100%;
22613
+ display: inline-flex;
22614
+ white-space: nowrap;
22615
+ }
22616
+ .v-rating--readonly {
22617
+ pointer-events: none;
22618
+ }
22619
+
22620
+ .v-rating__wrapper {
22621
+ align-items: center;
22622
+ display: inline-flex;
22623
+ flex-direction: column;
22624
+ }
22625
+ .v-rating__wrapper--bottom {
22626
+ flex-direction: column-reverse;
22627
+ }
22628
+
22629
+ .v-rating__item {
22630
+ display: inline-flex;
22631
+ position: relative;
22632
+ }
22633
+ .v-rating__item label {
22634
+ cursor: pointer;
22635
+ }
22636
+ .v-rating__item .v-btn--variant-plain {
22637
+ opacity: 1;
22624
22638
  }
22625
- .v-slider.v-input--horizontal > .v-input__control {
22626
- min-height: 32px;
22627
- display: flex;
22628
- align-items: center;
22639
+ .v-rating__item .v-btn {
22640
+ transition-property: transform;
22629
22641
  }
22630
-
22631
- .v-slider.v-input--vertical {
22632
- justify-content: center;
22633
- margin-top: 12px;
22634
- margin-bottom: 12px;
22642
+ .v-rating__item .v-btn .v-icon {
22643
+ transition: inherit;
22644
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
22635
22645
  }
22636
- .v-slider.v-input--vertical > .v-input__control {
22637
- min-height: 300px;
22646
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
22647
+ transform: scale(1.25);
22638
22648
  }
22639
-
22640
- .v-slider.v-input--disabled {
22641
- pointer-events: none;
22649
+ .v-rating__item--half {
22650
+ overflow: hidden;
22651
+ position: absolute;
22652
+ -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
22653
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
22654
+ z-index: 1;
22642
22655
  }
22643
-
22644
- .v-slider--has-labels > .v-input__control {
22645
- margin-bottom: 4px;
22656
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
22657
+ opacity: 0;
22646
22658
  }
22647
22659
 
22648
- .v-slider__label {
22649
- margin-inline-end: 12px;
22660
+ .v-rating__hidden {
22661
+ height: 0;
22662
+ opacity: 0;
22663
+ position: absolute;
22664
+ width: 0;
22650
22665
  }.v-responsive {
22651
22666
  display: flex;
22652
22667
  flex: 1 0 auto;
@@ -22673,18 +22688,6 @@ html.v-overlay-scroll-blocked {
22673
22688
  flex: 1 0 0px;
22674
22689
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22675
22690
  pointer-events: none;
22676
- }.v-radio-group > .v-input__control {
22677
- flex-direction: column;
22678
- }
22679
- .v-radio-group > .v-input__control > .v-label {
22680
- margin-inline-start: 16px;
22681
- }
22682
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22683
- padding-inline-start: 6px;
22684
- margin-top: 8px;
22685
- }
22686
- .v-radio-group .v-input__details {
22687
- padding-inline: 16px;
22688
22691
  }.v-select .v-field .v-text-field__prefix,
22689
22692
  .v-select .v-field .v-text-field__suffix,
22690
22693
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -22733,6 +22736,107 @@ html.v-overlay-scroll-blocked {
22733
22736
  .v-select--active-menu .v-select__menu-icon {
22734
22737
  opacity: var(--v-high-emphasis-opacity);
22735
22738
  transform: rotate(180deg);
22739
+ }.v-selection-control {
22740
+ align-items: center;
22741
+ contain: layout;
22742
+ display: flex;
22743
+ flex: 1 0;
22744
+ grid-area: control;
22745
+ position: relative;
22746
+ -webkit-user-select: none;
22747
+ user-select: none;
22748
+ }
22749
+ .v-selection-control .v-label {
22750
+ white-space: normal;
22751
+ word-break: break-word;
22752
+ height: 100%;
22753
+ }
22754
+ .v-selection-control--disabled {
22755
+ opacity: var(--v-disabled-opacity);
22756
+ pointer-events: none;
22757
+ }
22758
+ .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
22759
+ opacity: 1;
22760
+ }
22761
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
22762
+ color: rgb(var(--v-theme-error));
22763
+ }
22764
+ .v-selection-control--inline {
22765
+ display: inline-flex;
22766
+ flex: 0 0 auto;
22767
+ min-width: 0;
22768
+ max-width: 100%;
22769
+ }
22770
+ .v-selection-control--inline .v-label {
22771
+ width: auto;
22772
+ }
22773
+ .v-selection-control--density-default {
22774
+ --v-selection-control-size: 40px;
22775
+ }
22776
+
22777
+ .v-selection-control--density-comfortable {
22778
+ --v-selection-control-size: 36px;
22779
+ }
22780
+
22781
+ .v-selection-control--density-compact {
22782
+ --v-selection-control-size: 28px;
22783
+ }
22784
+
22785
+ .v-selection-control__wrapper {
22786
+ width: var(--v-selection-control-size);
22787
+ height: var(--v-selection-control-size);
22788
+ display: inline-flex;
22789
+ align-items: center;
22790
+ position: relative;
22791
+ justify-content: center;
22792
+ flex: none;
22793
+ }
22794
+
22795
+ .v-selection-control__input {
22796
+ width: var(--v-selection-control-size);
22797
+ height: var(--v-selection-control-size);
22798
+ align-items: center;
22799
+ display: flex;
22800
+ flex: none;
22801
+ justify-content: center;
22802
+ position: relative;
22803
+ border-radius: 50%;
22804
+ }
22805
+ .v-selection-control__input input {
22806
+ cursor: pointer;
22807
+ position: absolute;
22808
+ left: 0;
22809
+ top: 0;
22810
+ width: 100%;
22811
+ height: 100%;
22812
+ opacity: 0;
22813
+ }
22814
+ .v-selection-control__input::before {
22815
+ content: "";
22816
+ position: absolute;
22817
+ top: 0;
22818
+ left: 0;
22819
+ width: 100%;
22820
+ height: 100%;
22821
+ border-radius: 100%;
22822
+ background-color: currentColor;
22823
+ opacity: 0;
22824
+ pointer-events: none;
22825
+ }
22826
+ .v-selection-control__input:hover::before {
22827
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22828
+ }
22829
+ .v-selection-control__input > .v-icon {
22830
+ opacity: var(--v-medium-emphasis-opacity);
22831
+ }
22832
+ .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
22833
+ opacity: 1;
22834
+ }
22835
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
22836
+ color: rgb(var(--v-theme-error));
22837
+ }
22838
+ .v-selection-control--focus-visible .v-selection-control__input::before {
22839
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22736
22840
  }.v-selection-control-group {
22737
22841
  grid-area: control;
22738
22842
  display: flex;
@@ -22997,144 +23101,43 @@ html.v-overlay-scroll-blocked {
22997
23101
  overflow: hidden;
22998
23102
  }
22999
23103
 
23000
- .v-slide-group__next,
23001
- .v-slide-group__prev {
23002
- align-items: center;
23003
- display: flex;
23004
- flex: 0 1 52px;
23005
- justify-content: center;
23006
- min-width: 52px;
23007
- cursor: pointer;
23008
- }
23009
- .v-slide-group__next--disabled,
23010
- .v-slide-group__prev--disabled {
23011
- pointer-events: none;
23012
- opacity: var(--v-disabled-opacity);
23013
- }
23014
-
23015
- .v-slide-group__content {
23016
- display: flex;
23017
- flex: 1 0 auto;
23018
- position: relative;
23019
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23020
- white-space: nowrap;
23021
- }
23022
- .v-slide-group__content > * {
23023
- white-space: initial;
23024
- }
23025
-
23026
- .v-slide-group__container {
23027
- contain: content;
23028
- display: flex;
23029
- flex: 1 1 auto;
23030
- overflow: hidden;
23031
- }
23032
-
23033
- .v-slide-group--vertical,
23034
- .v-slide-group--vertical .v-slide-group__container,
23035
- .v-slide-group--vertical .v-slide-group__content {
23036
- flex-direction: column;
23037
- }.v-selection-control {
23038
- align-items: center;
23039
- contain: layout;
23040
- display: flex;
23041
- flex: 1 0;
23042
- grid-area: control;
23043
- position: relative;
23044
- -webkit-user-select: none;
23045
- user-select: none;
23046
- }
23047
- .v-selection-control .v-label {
23048
- white-space: normal;
23049
- word-break: break-word;
23050
- height: 100%;
23051
- }
23052
- .v-selection-control--disabled {
23053
- opacity: var(--v-disabled-opacity);
23054
- pointer-events: none;
23055
- }
23056
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
23057
- opacity: 1;
23058
- }
23059
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
23060
- color: rgb(var(--v-theme-error));
23061
- }
23062
- .v-selection-control--inline {
23063
- display: inline-flex;
23064
- flex: 0 0 auto;
23065
- min-width: 0;
23066
- max-width: 100%;
23067
- }
23068
- .v-selection-control--inline .v-label {
23069
- width: auto;
23070
- }
23071
- .v-selection-control--density-default {
23072
- --v-selection-control-size: 40px;
23073
- }
23074
-
23075
- .v-selection-control--density-comfortable {
23076
- --v-selection-control-size: 36px;
23077
- }
23078
-
23079
- .v-selection-control--density-compact {
23080
- --v-selection-control-size: 28px;
23081
- }
23082
-
23083
- .v-selection-control__wrapper {
23084
- width: var(--v-selection-control-size);
23085
- height: var(--v-selection-control-size);
23086
- display: inline-flex;
23087
- align-items: center;
23088
- position: relative;
23089
- justify-content: center;
23090
- flex: none;
23091
- }
23092
-
23093
- .v-selection-control__input {
23094
- width: var(--v-selection-control-size);
23095
- height: var(--v-selection-control-size);
23104
+ .v-slide-group__next,
23105
+ .v-slide-group__prev {
23096
23106
  align-items: center;
23097
23107
  display: flex;
23098
- flex: none;
23108
+ flex: 0 1 52px;
23099
23109
  justify-content: center;
23100
- position: relative;
23101
- border-radius: 50%;
23102
- }
23103
- .v-selection-control__input input {
23110
+ min-width: 52px;
23104
23111
  cursor: pointer;
23105
- position: absolute;
23106
- left: 0;
23107
- top: 0;
23108
- width: 100%;
23109
- height: 100%;
23110
- opacity: 0;
23111
23112
  }
23112
- .v-selection-control__input::before {
23113
- content: "";
23114
- position: absolute;
23115
- top: 0;
23116
- left: 0;
23117
- width: 100%;
23118
- height: 100%;
23119
- border-radius: 100%;
23120
- background-color: currentColor;
23121
- opacity: 0;
23113
+ .v-slide-group__next--disabled,
23114
+ .v-slide-group__prev--disabled {
23122
23115
  pointer-events: none;
23116
+ opacity: var(--v-disabled-opacity);
23123
23117
  }
23124
- .v-selection-control__input:hover::before {
23125
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23126
- }
23127
- .v-selection-control__input > .v-icon {
23128
- opacity: var(--v-medium-emphasis-opacity);
23118
+
23119
+ .v-slide-group__content {
23120
+ display: flex;
23121
+ flex: 1 0 auto;
23122
+ position: relative;
23123
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23124
+ white-space: nowrap;
23129
23125
  }
23130
- .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
23131
- opacity: 1;
23126
+ .v-slide-group__content > * {
23127
+ white-space: initial;
23132
23128
  }
23133
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
23134
- color: rgb(var(--v-theme-error));
23129
+
23130
+ .v-slide-group__container {
23131
+ contain: content;
23132
+ display: flex;
23133
+ flex: 1 1 auto;
23134
+ overflow: hidden;
23135
23135
  }
23136
- .v-selection-control--focus-visible .v-selection-control__input::before {
23137
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23136
+
23137
+ .v-slide-group--vertical,
23138
+ .v-slide-group--vertical .v-slide-group__container,
23139
+ .v-slide-group--vertical .v-slide-group__content {
23140
+ flex-direction: column;
23138
23141
  }.v-snackbar {
23139
23142
  justify-content: center;
23140
23143
  z-index: 10000;
@@ -23498,35 +23501,6 @@ html.v-overlay-scroll-blocked {
23498
23501
  }
23499
23502
  .v-system-bar:not(.v-system-bar--absolute) {
23500
23503
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23501
- }.v-tab.v-tab {
23502
- --v-btn-height: var(--v-tabs-height);
23503
- border-radius: 0;
23504
- min-width: 90px;
23505
- }
23506
- .v-slide-group--horizontal .v-tab {
23507
- max-width: 360px;
23508
- }
23509
- .v-slide-group--vertical .v-tab {
23510
- justify-content: start;
23511
- }
23512
-
23513
- .v-tab__slider {
23514
- position: absolute;
23515
- bottom: 0;
23516
- left: 0;
23517
- height: 2px;
23518
- width: 100%;
23519
- background: currentColor;
23520
- pointer-events: none;
23521
- opacity: 0;
23522
- }
23523
- .v-tab--selected .v-tab__slider {
23524
- opacity: 1;
23525
- }
23526
- .v-slide-group--vertical .v-tab__slider {
23527
- top: 0;
23528
- height: 100%;
23529
- width: 2px;
23530
23504
  }.v-tabs {
23531
23505
  display: flex;
23532
23506
  height: var(--v-tabs-height);
@@ -23593,6 +23567,35 @@ html.v-overlay-scroll-blocked {
23593
23567
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23594
23568
  margin-inline-end: 52px;
23595
23569
  }
23570
+ }.v-tab.v-tab {
23571
+ --v-btn-height: var(--v-tabs-height);
23572
+ border-radius: 0;
23573
+ min-width: 90px;
23574
+ }
23575
+ .v-slide-group--horizontal .v-tab {
23576
+ max-width: 360px;
23577
+ }
23578
+ .v-slide-group--vertical .v-tab {
23579
+ justify-content: start;
23580
+ }
23581
+
23582
+ .v-tab__slider {
23583
+ position: absolute;
23584
+ bottom: 0;
23585
+ left: 0;
23586
+ height: 2px;
23587
+ width: 100%;
23588
+ background: currentColor;
23589
+ pointer-events: none;
23590
+ opacity: 0;
23591
+ }
23592
+ .v-tab--selected .v-tab__slider {
23593
+ opacity: 1;
23594
+ }
23595
+ .v-slide-group--vertical .v-tab__slider {
23596
+ top: 0;
23597
+ height: 100%;
23598
+ width: 2px;
23596
23599
  }.v-textarea .v-field {
23597
23600
  --v-textarea-control-height: var(--v-input-control-height);
23598
23601
  }
@@ -23717,8 +23720,18 @@ html.v-overlay-scroll-blocked {
23717
23720
  .v-table .v-table__wrapper > table > tfoot > tr > th {
23718
23721
  border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
23719
23722
  }
23720
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover td {
23723
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
23724
+ position: relative;
23725
+ }
23726
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
23727
+ content: "";
23728
+ position: absolute;
23729
+ top: 0;
23730
+ left: 0;
23731
+ width: 100%;
23732
+ height: 100%;
23721
23733
  background: rgba(var(--v-border-color), var(--v-hover-opacity));
23734
+ pointer-events: none;
23722
23735
  }
23723
23736
  .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
23724
23737
  background: rgb(var(--v-theme-surface));
@@ -23822,171 +23835,23 @@ html.v-overlay-scroll-blocked {
23822
23835
  .v-table--fixed-header > .v-table__wrapper > table > thead {
23823
23836
  position: sticky;
23824
23837
  top: 0;
23825
- z-index: 1;
23838
+ z-index: 2;
23826
23839
  }
23827
23840
  .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
23828
23841
  border-bottom: 0px !important;
23829
23842
  }
23830
23843
 
23831
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
23832
- position: sticky;
23833
- bottom: 0;
23834
- z-index: 1;
23835
- }
23836
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
23837
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
23838
- border-top: 0px !important;
23839
- }.v-toolbar {
23840
- align-items: flex-start;
23841
- display: flex;
23842
- flex: none;
23843
- flex-direction: column;
23844
- justify-content: space-between;
23845
- max-width: 100%;
23846
- overflow: hidden;
23847
- position: relative;
23848
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23849
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
23850
- width: 100%;
23851
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23852
- border-style: solid;
23853
- border-width: 0;
23854
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
23855
- border-radius: 0;
23856
- background: rgb(var(--v-theme-on-surface-variant));
23857
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23858
- }
23859
- .v-toolbar--border {
23860
- border-width: thin;
23861
- box-shadow: none;
23862
- }
23863
- .v-toolbar--absolute {
23864
- position: absolute;
23865
- }
23866
- .v-toolbar--collapse {
23867
- max-width: 112px;
23868
- overflow: hidden;
23869
- border-end-end-radius: 24px;
23870
- }
23871
- .v-toolbar--collapse .v-toolbar-title {
23872
- display: none;
23873
- }
23874
- .v-toolbar--flat {
23875
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
23876
- }
23877
- .v-toolbar--floating {
23878
- display: inline-flex;
23879
- }
23880
- .v-toolbar--rounded {
23881
- border-radius: 4px;
23882
- }
23883
-
23884
- .v-toolbar__content,
23885
- .v-toolbar__extension {
23886
- align-items: center;
23887
- display: flex;
23888
- flex: 0 0 auto;
23889
- position: relative;
23890
- transition: inherit;
23891
- width: 100%;
23892
- }
23893
-
23894
- .v-toolbar__content > .v-btn:first-child {
23895
- margin-inline-start: 10px;
23896
- }
23897
- .v-toolbar__content > .v-btn:last-child {
23898
- margin-inline-end: 10px;
23899
- }
23900
- .v-toolbar__content > .v-toolbar-title {
23901
- margin-inline-start: 16px;
23902
- }
23903
- .v-toolbar--density-prominent .v-toolbar__content {
23904
- align-items: flex-start;
23905
- }
23906
-
23907
- .v-toolbar__image {
23908
- position: absolute;
23909
- top: 0;
23910
- left: 0;
23911
- width: 100%;
23912
- height: 100%;
23913
- display: flex;
23914
- opacity: var(--v-toolbar-image-opacity, 1);
23915
- transition-property: opacity;
23916
- }
23917
-
23918
- .v-toolbar__prepend,
23919
- .v-toolbar__append {
23920
- align-items: center;
23921
- align-self: stretch;
23922
- display: flex;
23923
- }
23924
-
23925
- .v-toolbar__prepend {
23926
- margin-inline: 10px auto;
23927
- }
23928
-
23929
- .v-toolbar__append {
23930
- margin-inline: auto 10px;
23931
- }
23932
-
23933
- .v-toolbar-title {
23934
- flex: 1 1;
23935
- font-size: 1.25rem;
23936
- min-width: 0;
23937
- font-size: 1.25rem;
23938
- font-weight: 400;
23939
- letter-spacing: 0;
23940
- line-height: 1.75rem;
23941
- text-transform: none;
23942
- }
23943
- .v-toolbar--density-prominent .v-toolbar-title {
23944
- align-self: flex-end;
23945
- padding-bottom: 6px;
23946
- font-size: 1.5rem;
23947
- font-weight: 400;
23948
- letter-spacing: 0;
23949
- line-height: 2.25rem;
23950
- text-transform: none;
23951
- }
23952
-
23953
- .v-toolbar-title__placeholder {
23954
- overflow: hidden;
23955
- text-overflow: ellipsis;
23956
- white-space: nowrap;
23957
- }
23958
-
23959
- .v-toolbar-items {
23960
- display: flex;
23961
- height: inherit;
23962
- align-self: stretch;
23844
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
23845
+ position: sticky;
23846
+ bottom: 0;
23847
+ z-index: 1;
23963
23848
  }
23964
- .v-toolbar-items > .v-btn {
23965
- border-radius: 0;
23849
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
23850
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
23851
+ border-top: 0px !important;
23966
23852
  }.v-theme-provider {
23967
23853
  background: rgb(var(--v-theme-background));
23968
23854
  color: rgb(var(--v-theme-on-background));
23969
- }.v-tooltip > .v-overlay__content {
23970
- background: rgb(var(--v-theme-surface-variant));
23971
- color: rgb(var(--v-theme-on-surface-variant));
23972
- border-radius: 4px;
23973
- font-size: 0.875rem;
23974
- line-height: 1.6;
23975
- display: inline-block;
23976
- padding: 5px 16px;
23977
- text-transform: initial;
23978
- width: auto;
23979
- opacity: 1;
23980
- pointer-events: none;
23981
- transition-property: opacity, transform;
23982
- }
23983
- .v-tooltip > .v-overlay__content[class*=enter-active] {
23984
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23985
- transition-duration: 150ms;
23986
- }
23987
- .v-tooltip > .v-overlay__content[class*=leave-active] {
23988
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
23989
- transition-duration: 75ms;
23990
23855
  }.v-timeline .v-timeline-divider__dot {
23991
23856
  background: rgb(var(--v-theme-on-surface-variant));
23992
23857
  }
@@ -24403,6 +24268,163 @@ html.v-overlay-scroll-blocked {
24403
24268
 
24404
24269
  .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 {
24405
24270
  padding-inline-end: 0;
24271
+ }.v-toolbar {
24272
+ align-items: flex-start;
24273
+ display: flex;
24274
+ flex: none;
24275
+ flex-direction: column;
24276
+ justify-content: space-between;
24277
+ max-width: 100%;
24278
+ overflow: hidden;
24279
+ position: relative;
24280
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24281
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
24282
+ width: 100%;
24283
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24284
+ border-style: solid;
24285
+ border-width: 0;
24286
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
24287
+ border-radius: 0;
24288
+ background: rgb(var(--v-theme-on-surface-variant));
24289
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24290
+ }
24291
+ .v-toolbar--border {
24292
+ border-width: thin;
24293
+ box-shadow: none;
24294
+ }
24295
+ .v-toolbar--absolute {
24296
+ position: absolute;
24297
+ }
24298
+ .v-toolbar--collapse {
24299
+ max-width: 112px;
24300
+ overflow: hidden;
24301
+ border-end-end-radius: 24px;
24302
+ }
24303
+ .v-toolbar--collapse .v-toolbar-title {
24304
+ display: none;
24305
+ }
24306
+ .v-toolbar--flat {
24307
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
24308
+ }
24309
+ .v-toolbar--floating {
24310
+ display: inline-flex;
24311
+ }
24312
+ .v-toolbar--rounded {
24313
+ border-radius: 4px;
24314
+ }
24315
+
24316
+ .v-toolbar__content,
24317
+ .v-toolbar__extension {
24318
+ align-items: center;
24319
+ display: flex;
24320
+ flex: 0 0 auto;
24321
+ position: relative;
24322
+ transition: inherit;
24323
+ width: 100%;
24324
+ }
24325
+
24326
+ .v-toolbar__content > .v-btn:first-child {
24327
+ margin-inline-start: 10px;
24328
+ }
24329
+ .v-toolbar__content > .v-btn:last-child {
24330
+ margin-inline-end: 10px;
24331
+ }
24332
+ .v-toolbar__content > .v-toolbar-title {
24333
+ margin-inline-start: 16px;
24334
+ }
24335
+ .v-toolbar--density-prominent .v-toolbar__content {
24336
+ align-items: flex-start;
24337
+ }
24338
+
24339
+ .v-toolbar__image {
24340
+ position: absolute;
24341
+ top: 0;
24342
+ left: 0;
24343
+ width: 100%;
24344
+ height: 100%;
24345
+ display: flex;
24346
+ opacity: var(--v-toolbar-image-opacity, 1);
24347
+ transition-property: opacity;
24348
+ }
24349
+
24350
+ .v-toolbar__prepend,
24351
+ .v-toolbar__append {
24352
+ align-items: center;
24353
+ align-self: stretch;
24354
+ display: flex;
24355
+ }
24356
+
24357
+ .v-toolbar__prepend {
24358
+ margin-inline: 10px auto;
24359
+ }
24360
+
24361
+ .v-toolbar__append {
24362
+ margin-inline: auto 10px;
24363
+ }
24364
+
24365
+ .v-toolbar-title {
24366
+ flex: 1 1;
24367
+ font-size: 1.25rem;
24368
+ min-width: 0;
24369
+ font-size: 1.25rem;
24370
+ font-weight: 400;
24371
+ letter-spacing: 0;
24372
+ line-height: 1.75rem;
24373
+ text-transform: none;
24374
+ }
24375
+ .v-toolbar--density-prominent .v-toolbar-title {
24376
+ align-self: flex-end;
24377
+ padding-bottom: 6px;
24378
+ font-size: 1.5rem;
24379
+ font-weight: 400;
24380
+ letter-spacing: 0;
24381
+ line-height: 2.25rem;
24382
+ text-transform: none;
24383
+ }
24384
+
24385
+ .v-toolbar-title__placeholder {
24386
+ overflow: hidden;
24387
+ text-overflow: ellipsis;
24388
+ white-space: nowrap;
24389
+ }
24390
+
24391
+ .v-toolbar-items {
24392
+ display: flex;
24393
+ height: inherit;
24394
+ align-self: stretch;
24395
+ }
24396
+ .v-toolbar-items > .v-btn {
24397
+ border-radius: 0;
24398
+ }.v-tooltip > .v-overlay__content {
24399
+ background: rgb(var(--v-theme-surface-variant));
24400
+ color: rgb(var(--v-theme-on-surface-variant));
24401
+ border-radius: 4px;
24402
+ font-size: 0.875rem;
24403
+ line-height: 1.6;
24404
+ display: inline-block;
24405
+ padding: 5px 16px;
24406
+ text-transform: initial;
24407
+ width: auto;
24408
+ opacity: 1;
24409
+ pointer-events: none;
24410
+ transition-property: opacity, transform;
24411
+ }
24412
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
24413
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24414
+ transition-duration: 150ms;
24415
+ }
24416
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
24417
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24418
+ transition-duration: 75ms;
24419
+ }.v-virtual-scroll {
24420
+ display: block;
24421
+ flex: 1 1 auto;
24422
+ max-width: 100%;
24423
+ overflow: auto;
24424
+ position: relative;
24425
+ }
24426
+ .v-virtual-scroll__container {
24427
+ display: block;
24406
24428
  }.v-window {
24407
24429
  overflow: hidden;
24408
24430
  }
@@ -24472,15 +24494,6 @@ html.v-overlay-scroll-blocked {
24472
24494
  }
24473
24495
  .v-window-y-reverse-transition-leave-to {
24474
24496
  transform: translateY(100%);
24475
- }.v-virtual-scroll {
24476
- display: block;
24477
- flex: 1 1 auto;
24478
- max-width: 100%;
24479
- overflow: auto;
24480
- position: relative;
24481
- }
24482
- .v-virtual-scroll__container {
24483
- display: block;
24484
24497
  }.v-color-picker-canvas {
24485
24498
  display: flex;
24486
24499
  position: relative;
@@ -24503,6 +24516,34 @@ html.v-overlay-scroll-blocked {
24503
24516
  }
24504
24517
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
24505
24518
  will-change: transform;
24519
+ }.v-color-picker-edit {
24520
+ display: flex;
24521
+ margin-top: 24px;
24522
+ }
24523
+
24524
+ .v-color-picker-edit__input {
24525
+ width: 100%;
24526
+ display: flex;
24527
+ flex-wrap: wrap;
24528
+ justify-content: center;
24529
+ text-align: center;
24530
+ }
24531
+ .v-color-picker-edit__input:not(:last-child) {
24532
+ margin-inline-end: 8px;
24533
+ }
24534
+ .v-color-picker-edit__input input {
24535
+ border-radius: 4px;
24536
+ margin-bottom: 8px;
24537
+ min-width: 0;
24538
+ outline: none;
24539
+ text-align: center;
24540
+ width: 100%;
24541
+ height: 32px;
24542
+ background: rgba(var(--v-theme-surface-variant), 0.2);
24543
+ color: rgba(var(--v-theme-on-surface));
24544
+ }
24545
+ .v-color-picker-edit__input span {
24546
+ font-size: 0.75rem;
24506
24547
  }.v-color-picker-preview__alpha .v-slider-track__background {
24507
24548
  background-color: transparent !important;
24508
24549
  }
@@ -24572,34 +24613,6 @@ html.v-overlay-scroll-blocked {
24572
24613
  .v-color-picker-preview__eye-dropper {
24573
24614
  position: relative;
24574
24615
  margin-right: 12px;
24575
- }.v-color-picker-edit {
24576
- display: flex;
24577
- margin-top: 24px;
24578
- }
24579
-
24580
- .v-color-picker-edit__input {
24581
- width: 100%;
24582
- display: flex;
24583
- flex-wrap: wrap;
24584
- justify-content: center;
24585
- text-align: center;
24586
- }
24587
- .v-color-picker-edit__input:not(:last-child) {
24588
- margin-inline-end: 8px;
24589
- }
24590
- .v-color-picker-edit__input input {
24591
- border-radius: 4px;
24592
- margin-bottom: 8px;
24593
- min-width: 0;
24594
- outline: none;
24595
- text-align: center;
24596
- width: 100%;
24597
- height: 32px;
24598
- background: rgba(var(--v-theme-surface-variant), 0.2);
24599
- color: rgba(var(--v-theme-on-surface));
24600
- }
24601
- .v-color-picker-edit__input span {
24602
- font-size: 0.75rem;
24603
24616
  }.v-color-picker-swatches {
24604
24617
  overflow-y: auto;
24605
24618
  }