@vuetify/nightly 3.7.5-dev.2024-12-03 → 3.7.5-master.2024-12-11

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 (258) hide show
  1. package/dist/json/attributes.json +1004 -1012
  2. package/dist/json/importMap-labs.json +12 -12
  3. package/dist/json/importMap.json +136 -136
  4. package/dist/json/tags.json +0 -2
  5. package/dist/json/web-types.json +2130 -2148
  6. package/dist/vuetify-labs.css +2628 -2630
  7. package/dist/vuetify-labs.d.ts +13860 -3035
  8. package/dist/vuetify-labs.esm.js +18 -29
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +18 -29
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1038 -1040
  13. package/dist/vuetify.d.ts +11444 -2270
  14. package/dist/vuetify.esm.js +18 -29
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +18 -29
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +18 -17
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.mjs +1 -1
  22. package/lib/components/VAlert/index.d.mts +86 -8
  23. package/lib/components/VApp/index.d.mts +20 -4
  24. package/lib/components/VAppBar/VAppBar.mjs +1 -1
  25. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  26. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
  27. package/lib/components/VAppBar/index.d.mts +148 -12
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  29. package/lib/components/VAutocomplete/index.d.mts +1380 -221
  30. package/lib/components/VAvatar/index.d.mts +31 -4
  31. package/lib/components/VBadge/VBadge.mjs +1 -1
  32. package/lib/components/VBadge/index.d.mts +41 -4
  33. package/lib/components/VBanner/VBanner.mjs +1 -1
  34. package/lib/components/VBanner/index.d.mts +88 -12
  35. package/lib/components/VBottomNavigation/index.d.mts +32 -4
  36. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  37. package/lib/components/VBottomSheet/index.d.mts +88 -4
  38. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  39. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
  40. package/lib/components/VBreadcrumbs/index.d.mts +65 -12
  41. package/lib/components/VBtn/VBtn.mjs +1 -1
  42. package/lib/components/VBtn/index.d.mts +72 -4
  43. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
  44. package/lib/components/VBtnGroup/index.d.mts +28 -4
  45. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
  46. package/lib/components/VBtnToggle/index.d.mts +24 -4
  47. package/lib/components/VCard/VCard.mjs +1 -1
  48. package/lib/components/VCard/VCardItem.mjs +1 -1
  49. package/lib/components/VCard/VCardSubtitle.mjs +1 -1
  50. package/lib/components/VCard/VCardText.mjs +1 -1
  51. package/lib/components/VCard/index.d.mts +190 -24
  52. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  53. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  54. package/lib/components/VCarousel/index.d.mts +86 -8
  55. package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
  56. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  57. package/lib/components/VCheckbox/index.d.mts +90 -8
  58. package/lib/components/VChip/VChip.mjs +9 -16
  59. package/lib/components/VChip/VChip.mjs.map +1 -1
  60. package/lib/components/VChip/index.d.mts +105 -9
  61. package/lib/components/VChipGroup/VChipGroup.mjs +1 -3
  62. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  63. package/lib/components/VChipGroup/index.d.mts +28 -9
  64. package/lib/components/VCode/index.d.mts +18 -4
  65. package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
  66. package/lib/components/VColorPicker/index.d.mts +68 -4
  67. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  68. package/lib/components/VCombobox/index.d.mts +1380 -221
  69. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
  70. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  71. package/lib/components/VConfirmEdit/index.d.mts +13 -6
  72. package/lib/components/VCounter/VCounter.mjs +1 -1
  73. package/lib/components/VCounter/index.d.mts +31 -9
  74. package/lib/components/VDataIterator/index.d.mts +56 -12
  75. package/lib/components/VDataTable/VDataTable.mjs +1 -1
  76. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  77. package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
  78. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  79. package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
  80. package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
  81. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  82. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  83. package/lib/components/VDataTable/index.d.mts +388 -36
  84. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  85. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  86. package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
  87. package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
  88. package/lib/components/VDatePicker/index.d.mts +276 -24
  89. package/lib/components/VDefaultsProvider/index.d.mts +20 -4
  90. package/lib/components/VDialog/VDialog.mjs +1 -1
  91. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
  92. package/lib/components/VDialog/index.d.mts +389 -143
  93. package/lib/components/VDivider/index.d.mts +24 -4
  94. package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
  95. package/lib/components/VEmptyState/index.d.mts +66 -4
  96. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
  97. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  98. package/lib/components/VExpansionPanel/index.d.mts +152 -16
  99. package/lib/components/VFab/VFab.mjs +1 -1
  100. package/lib/components/VFab/index.d.mts +78 -9
  101. package/lib/components/VField/VField.mjs +1 -1
  102. package/lib/components/VField/VFieldLabel.mjs +1 -1
  103. package/lib/components/VField/index.d.mts +59 -11
  104. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  105. package/lib/components/VFileInput/index.d.mts +256 -71
  106. package/lib/components/VFooter/VFooter.mjs +1 -1
  107. package/lib/components/VFooter/index.d.mts +29 -4
  108. package/lib/components/VForm/index.d.mts +175 -267
  109. package/lib/components/VGrid/VContainer.mjs +1 -1
  110. package/lib/components/VGrid/index.d.mts +118 -16
  111. package/lib/components/VHover/index.d.mts +33 -4
  112. package/lib/components/VIcon/index.d.mts +75 -17
  113. package/lib/components/VImg/VImg.mjs +1 -1
  114. package/lib/components/VImg/index.d.mts +74 -19
  115. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  116. package/lib/components/VInfiniteScroll/index.d.mts +46 -4
  117. package/lib/components/VInput/VInput.mjs +1 -1
  118. package/lib/components/VInput/index.d.mts +37 -4
  119. package/lib/components/VItemGroup/index.d.mts +65 -8
  120. package/lib/components/VKbd/index.d.mts +18 -4
  121. package/lib/components/VLabel/index.d.mts +20 -4
  122. package/lib/components/VLayout/index.d.mts +48 -8
  123. package/lib/components/VLazy/VLazy.mjs +1 -1
  124. package/lib/components/VLazy/index.d.mts +31 -4
  125. package/lib/components/VList/VList.mjs +1 -1
  126. package/lib/components/VList/VListChildren.mjs +1 -1
  127. package/lib/components/VList/VListGroup.mjs +1 -1
  128. package/lib/components/VList/VListItem.mjs +1 -1
  129. package/lib/components/VList/VListItemAction.mjs +1 -1
  130. package/lib/components/VList/VListItemMedia.mjs +1 -1
  131. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  132. package/lib/components/VList/index.d.mts +291 -48
  133. package/lib/components/VLocaleProvider/index.d.mts +21 -4
  134. package/lib/components/VMain/index.d.mts +25 -4
  135. package/lib/components/VMenu/VMenu.mjs +1 -1
  136. package/lib/components/VMenu/index.d.mts +397 -155
  137. package/lib/components/VMessages/index.d.mts +27 -4
  138. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  139. package/lib/components/VNavigationDrawer/index.d.mts +62 -7
  140. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  141. package/lib/components/VOtpInput/index.d.mts +52 -7
  142. package/lib/components/VOverlay/VOverlay.mjs +1 -1
  143. package/lib/components/VOverlay/index.d.mts +101 -19
  144. package/lib/components/VPagination/VPagination.mjs +1 -1
  145. package/lib/components/VPagination/index.d.mts +64 -4
  146. package/lib/components/VParallax/VParallax.mjs +1 -1
  147. package/lib/components/VParallax/index.d.mts +27 -4
  148. package/lib/components/VProgressCircular/index.d.mts +34 -4
  149. package/lib/components/VProgressLinear/index.d.mts +54 -4
  150. package/lib/components/VRadio/VRadio.mjs +1 -1
  151. package/lib/components/VRadio/index.d.mts +68 -4
  152. package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
  153. package/lib/components/VRadioGroup/index.d.mts +48 -4
  154. package/lib/components/VRangeSlider/VRangeSlider.mjs +3 -3
  155. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  156. package/lib/components/VRangeSlider/index.d.mts +107 -4
  157. package/lib/components/VRating/VRating.mjs +1 -1
  158. package/lib/components/VRating/index.d.mts +42 -4
  159. package/lib/components/VResponsive/index.d.mts +29 -4
  160. package/lib/components/VSelect/VSelect.mjs +1 -1
  161. package/lib/components/VSelect/index.d.mts +1372 -220
  162. package/lib/components/VSelectionControl/VSelectionControl.css +1 -3
  163. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
  164. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -5
  165. package/lib/components/VSelectionControl/index.d.mts +37 -10
  166. package/lib/components/VSelectionControlGroup/index.d.mts +26 -4
  167. package/lib/components/VSheet/VSheet.mjs +1 -1
  168. package/lib/components/VSheet/index.d.mts +32 -4
  169. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
  170. package/lib/components/VSkeletonLoader/index.d.mts +28 -4
  171. package/lib/components/VSlideGroup/index.d.mts +70 -14
  172. package/lib/components/VSlider/VSlider.mjs +1 -1
  173. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  174. package/lib/components/VSlider/index.d.mts +106 -4
  175. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  176. package/lib/components/VSnackbar/index.d.mts +398 -152
  177. package/lib/components/VSparkline/VBarline.mjs +2 -1
  178. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  179. package/lib/components/VSparkline/VSparkline.mjs +1 -1
  180. package/lib/components/VSparkline/VTrendline.mjs +2 -1
  181. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  182. package/lib/components/VSparkline/index.d.mts +49 -4
  183. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  184. package/lib/components/VSpeedDial/index.d.mts +85 -4
  185. package/lib/components/VStepper/VStepper.mjs +1 -1
  186. package/lib/components/VStepper/VStepperItem.mjs +1 -1
  187. package/lib/components/VStepper/VStepperWindow.mjs +1 -1
  188. package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
  189. package/lib/components/VStepper/index.d.mts +250 -24
  190. package/lib/components/VSwitch/VSwitch.mjs +1 -1
  191. package/lib/components/VSwitch/index.d.mts +59 -4
  192. package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
  193. package/lib/components/VSystemBar/index.d.mts +28 -4
  194. package/lib/components/VTable/index.d.mts +33 -4
  195. package/lib/components/VTabs/VTab.mjs +1 -1
  196. package/lib/components/VTabs/VTabs.mjs +1 -1
  197. package/lib/components/VTabs/VTabsWindow.mjs +1 -1
  198. package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
  199. package/lib/components/VTabs/index.d.mts +394 -98
  200. package/lib/components/VTextField/VTextField.mjs +1 -1
  201. package/lib/components/VTextField/index.d.mts +374 -152
  202. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  203. package/lib/components/VTextarea/index.d.mts +244 -71
  204. package/lib/components/VThemeProvider/index.d.mts +20 -4
  205. package/lib/components/VTimeline/VTimeline.mjs +1 -1
  206. package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
  207. package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
  208. package/lib/components/VTimeline/index.d.mts +75 -8
  209. package/lib/components/VToolbar/VToolbar.mjs +1 -1
  210. package/lib/components/VToolbar/index.d.mts +90 -12
  211. package/lib/components/VTooltip/VTooltip.mjs +1 -1
  212. package/lib/components/VTooltip/index.d.mts +386 -147
  213. package/lib/components/VValidation/index.d.mts +24 -10
  214. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  215. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
  216. package/lib/components/VVirtualScroll/index.d.mts +15 -4
  217. package/lib/components/VWindow/VWindow.mjs +1 -1
  218. package/lib/components/VWindow/VWindowItem.mjs +1 -1
  219. package/lib/components/VWindow/index.d.mts +47 -8
  220. package/lib/components/index.d.mts +11705 -2531
  221. package/lib/components/transitions/dialog-transition.mjs +2 -1
  222. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  223. package/lib/components/transitions/index.d.mts +309 -64
  224. package/lib/composables/icons.mjs +1 -1
  225. package/lib/composables/variant.mjs +1 -1
  226. package/lib/composables/virtual.mjs +5 -1
  227. package/lib/composables/virtual.mjs.map +1 -1
  228. package/lib/entry-bundler.mjs +1 -1
  229. package/lib/entry-bundler.mjs.map +1 -1
  230. package/lib/framework.mjs +1 -1
  231. package/lib/framework.mjs.map +1 -1
  232. package/lib/index.d.mts +49 -49
  233. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  234. package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
  235. package/lib/labs/VCalendar/index.d.mts +211 -24
  236. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  237. package/lib/labs/VDateInput/index.d.mts +115 -4
  238. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  239. package/lib/labs/VNumberInput/index.d.mts +1267 -564
  240. package/lib/labs/VPicker/VPicker.mjs +1 -1
  241. package/lib/labs/VPicker/index.d.mts +63 -8
  242. package/lib/labs/VPullToRefresh/index.d.mts +35 -4
  243. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
  244. package/lib/labs/VSnackbarQueue/index.d.mts +453 -156
  245. package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
  246. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
  247. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
  248. package/lib/labs/VStepperVertical/index.d.mts +227 -12
  249. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  250. package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
  251. package/lib/labs/VTimePicker/index.d.mts +122 -12
  252. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  253. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  254. package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
  255. package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
  256. package/lib/labs/VTreeview/index.d.mts +205 -18
  257. package/lib/labs/components.d.mts +2856 -959
  258. package/package.json +4 -5
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.5-dev.2024-12-03
2
+ * Vuetify v3.7.5-master.2024-12-11
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18810,6 +18810,70 @@ html.overflow-y-hidden {
18810
18810
  display: inline-block;
18811
18811
  padding: 0 8px;
18812
18812
  vertical-align: middle;
18813
+ }.v-btn-group {
18814
+ display: inline-flex;
18815
+ flex-wrap: nowrap;
18816
+ max-width: 100%;
18817
+ min-width: 0;
18818
+ overflow: hidden;
18819
+ vertical-align: middle;
18820
+ }
18821
+ .v-btn-group {
18822
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18823
+ border-style: solid;
18824
+ border-width: 0;
18825
+ }
18826
+ .v-btn-group--border {
18827
+ border-width: thin;
18828
+ box-shadow: none;
18829
+ }
18830
+ .v-btn-group {
18831
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18832
+ }
18833
+ .v-btn-group {
18834
+ border-radius: 4px;
18835
+ }
18836
+ .v-btn-group {
18837
+ background: transparent;
18838
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18839
+ }
18840
+ .v-btn-group--density-default.v-btn-group {
18841
+ height: 48px;
18842
+ }
18843
+
18844
+ .v-btn-group--density-comfortable.v-btn-group {
18845
+ height: 40px;
18846
+ }
18847
+
18848
+ .v-btn-group--density-compact.v-btn-group {
18849
+ height: 36px;
18850
+ }
18851
+
18852
+ .v-btn-group .v-btn {
18853
+ border-radius: 0;
18854
+ border-color: inherit;
18855
+ }
18856
+ .v-btn-group .v-btn:not(:last-child) {
18857
+ border-inline-end: none;
18858
+ }
18859
+ .v-btn-group .v-btn:not(:first-child) {
18860
+ border-inline-start: none;
18861
+ }
18862
+ .v-btn-group .v-btn:first-child {
18863
+ border-start-start-radius: inherit;
18864
+ border-end-start-radius: inherit;
18865
+ }
18866
+ .v-btn-group .v-btn:last-child {
18867
+ border-start-end-radius: inherit;
18868
+ border-end-end-radius: inherit;
18869
+ }
18870
+ .v-btn-group--divided .v-btn:not(:last-child) {
18871
+ border-inline-end-width: thin;
18872
+ border-inline-end-style: solid;
18873
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18874
+ }
18875
+ .v-btn-group--tile {
18876
+ border-radius: 0;
18813
18877
  }.v-btn {
18814
18878
  align-items: center;
18815
18879
  border-radius: 4px;
@@ -19250,70 +19314,6 @@ html.overflow-y-hidden {
19250
19314
  }
19251
19315
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19252
19316
  opacity: 1;
19253
- }.v-btn-group {
19254
- display: inline-flex;
19255
- flex-wrap: nowrap;
19256
- max-width: 100%;
19257
- min-width: 0;
19258
- overflow: hidden;
19259
- vertical-align: middle;
19260
- }
19261
- .v-btn-group {
19262
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19263
- border-style: solid;
19264
- border-width: 0;
19265
- }
19266
- .v-btn-group--border {
19267
- border-width: thin;
19268
- box-shadow: none;
19269
- }
19270
- .v-btn-group {
19271
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19272
- }
19273
- .v-btn-group {
19274
- border-radius: 4px;
19275
- }
19276
- .v-btn-group {
19277
- background: transparent;
19278
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19279
- }
19280
- .v-btn-group--density-default.v-btn-group {
19281
- height: 48px;
19282
- }
19283
-
19284
- .v-btn-group--density-comfortable.v-btn-group {
19285
- height: 40px;
19286
- }
19287
-
19288
- .v-btn-group--density-compact.v-btn-group {
19289
- height: 36px;
19290
- }
19291
-
19292
- .v-btn-group .v-btn {
19293
- border-radius: 0;
19294
- border-color: inherit;
19295
- }
19296
- .v-btn-group .v-btn:not(:last-child) {
19297
- border-inline-end: none;
19298
- }
19299
- .v-btn-group .v-btn:not(:first-child) {
19300
- border-inline-start: none;
19301
- }
19302
- .v-btn-group .v-btn:first-child {
19303
- border-start-start-radius: inherit;
19304
- border-end-start-radius: inherit;
19305
- }
19306
- .v-btn-group .v-btn:last-child {
19307
- border-start-end-radius: inherit;
19308
- border-end-end-radius: inherit;
19309
- }
19310
- .v-btn-group--divided .v-btn:not(:last-child) {
19311
- border-inline-end-width: thin;
19312
- border-inline-end-style: solid;
19313
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19314
- }
19315
- .v-btn-group--tile {
19316
- border-radius: 0;
19317
19317
  }.v-card {
19318
19318
  display: block;
19319
19319
  overflow: hidden;
@@ -19687,6 +19687,29 @@ html.overflow-y-hidden {
19687
19687
  flex-direction: column;
19688
19688
  height: 100% !important;
19689
19689
  width: 50px;
19690
+ }.v-checkbox.v-input {
19691
+ flex: 0 1 auto;
19692
+ }
19693
+ .v-checkbox .v-selection-control {
19694
+ min-height: var(--v-input-control-height);
19695
+ }.v-chip-group {
19696
+ display: flex;
19697
+ max-width: 100%;
19698
+ min-width: 0;
19699
+ overflow-x: auto;
19700
+ padding: 4px 0;
19701
+ }
19702
+ .v-chip-group .v-chip {
19703
+ margin: 4px 8px 4px 0;
19704
+ }
19705
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19706
+ opacity: var(--v-activated-opacity);
19707
+ }
19708
+
19709
+ .v-chip-group--column .v-slide-group__content {
19710
+ white-space: normal;
19711
+ flex-wrap: wrap;
19712
+ max-width: 100%;
19690
19713
  }.v-chip {
19691
19714
  align-items: center;
19692
19715
  display: inline-flex;
@@ -20105,29 +20128,6 @@ html.overflow-y-hidden {
20105
20128
 
20106
20129
  .v-chip--label {
20107
20130
  border-radius: 4px;
20108
- }.v-checkbox.v-input {
20109
- flex: 0 1 auto;
20110
- }
20111
- .v-checkbox .v-selection-control {
20112
- min-height: var(--v-input-control-height);
20113
- }.v-chip-group {
20114
- display: flex;
20115
- max-width: 100%;
20116
- min-width: 0;
20117
- overflow-x: auto;
20118
- padding: 4px 0;
20119
- }
20120
- .v-chip-group .v-chip {
20121
- margin: 4px 8px 4px 0;
20122
- }
20123
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20124
- opacity: var(--v-activated-opacity);
20125
- }
20126
-
20127
- .v-chip-group--column .v-slide-group__content {
20128
- white-space: normal;
20129
- flex-wrap: wrap;
20130
- max-width: 100%;
20131
20131
  }.v-color-picker {
20132
20132
  align-self: flex-start;
20133
20133
  contain: content;
@@ -20240,230 +20240,128 @@ html.overflow-y-hidden {
20240
20240
  flex: 0 1 auto;
20241
20241
  font-size: 12px;
20242
20242
  transition-duration: 150ms;
20243
- }.v-data-table {
20244
- width: 100%;
20243
+ }.v-date-picker {
20244
+ overflow: hidden;
20245
+ width: 328px;
20246
+ }
20247
+ .v-date-picker--show-week {
20248
+ width: 368px;
20249
+ }.v-date-picker-header {
20250
+ align-items: flex-end;
20251
+ height: 70px;
20252
+ display: grid;
20253
+ grid-template-areas: "prepend content append";
20254
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
20255
+ overflow: hidden;
20256
+ padding-inline: 24px 12px;
20257
+ padding-bottom: 12px;
20245
20258
  }
20246
20259
 
20247
- .v-data-table__table {
20248
- width: 100%;
20249
- border-collapse: separate;
20250
- border-spacing: 0;
20260
+ .v-date-picker-header__append {
20261
+ grid-area: append;
20251
20262
  }
20252
20263
 
20253
- .v-data-table__tr--focus {
20254
- border: 1px dotted black;
20264
+ .v-date-picker-header__prepend {
20265
+ grid-area: prepend;
20266
+ padding-inline-start: 8px;
20255
20267
  }
20256
- .v-data-table__tr--clickable {
20268
+
20269
+ .v-date-picker-header__content {
20270
+ align-items: center;
20271
+ display: inline-flex;
20272
+ font-size: 32px;
20273
+ line-height: 40px;
20274
+ grid-area: content;
20275
+ justify-content: space-between;
20276
+ }
20277
+ .v-date-picker-header--clickable .v-date-picker-header__content {
20257
20278
  cursor: pointer;
20258
20279
  }
20259
-
20260
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20261
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20262
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20263
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20264
- text-align: end;
20280
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20281
+ opacity: 0.7;
20265
20282
  }
20266
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20267
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20268
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20269
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20270
- flex-direction: row-reverse;
20283
+
20284
+ .date-picker-header-transition-enter-active,
20285
+ .date-picker-header-reverse-transition-enter-active {
20286
+ transition-duration: 0.3s;
20287
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20271
20288
  }
20272
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20273
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20274
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20275
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20276
- text-align: center;
20289
+ .date-picker-header-transition-leave-active,
20290
+ .date-picker-header-reverse-transition-leave-active {
20291
+ transition-duration: 0.3s;
20292
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20277
20293
  }
20278
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20279
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20280
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20281
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20282
- justify-content: center;
20294
+
20295
+ .date-picker-header-transition-enter-from {
20296
+ transform: translate(0, 100%);
20283
20297
  }
20284
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20285
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20286
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20287
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20288
- padding: 0 8px;
20289
- }
20290
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
20291
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
20292
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
20293
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
20294
- text-overflow: ellipsis;
20295
- text-wrap: nowrap;
20296
- overflow: hidden;
20297
- }
20298
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20299
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
20300
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20301
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
20302
- display: contents;
20303
- }
20304
- .v-data-table .v-table__wrapper > table > thead > tr > th,
20305
- .v-data-table .v-table__wrapper > table tbody > tr > th {
20306
- align-items: center;
20307
- }
20308
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20309
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20310
- position: sticky;
20311
- }
20312
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20313
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20314
- cursor: pointer;
20315
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20316
- }
20317
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20318
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20319
- opacity: 0;
20320
- }
20321
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20322
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20323
- opacity: 0.5;
20324
- }
20325
- .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
20326
- .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
20327
- height: -moz-fit-content;
20328
- height: fit-content;
20329
- }
20330
-
20331
- .v-data-table-column--fixed,
20332
- .v-data-table__th--sticky {
20333
- background: rgb(var(--v-theme-surface));
20334
- position: sticky !important;
20335
- left: 0;
20336
- z-index: 1;
20337
- }
20338
-
20339
- .v-data-table-column--last-fixed {
20340
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20341
- }
20342
-
20343
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20344
- z-index: 2;
20345
- }
20346
-
20347
- .v-data-table-group-header-row td {
20348
- background: rgba(var(--v-theme-surface));
20349
- color: rgba(var(--v-theme-on-surface));
20350
- }
20351
- .v-data-table-group-header-row td > span {
20352
- padding-left: 5px;
20298
+ .date-picker-header-transition-leave-to {
20299
+ opacity: 0;
20300
+ transform: translate(0, -100%);
20353
20301
  }
20354
20302
 
20355
- .v-data-table--loading .v-data-table__td {
20356
- opacity: var(--v-disabled-opacity);
20357
- }
20358
-
20359
- .v-data-table-group-header-row__column {
20360
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20303
+ .date-picker-header-reverse-transition-enter-from {
20304
+ transform: translate(0, -100%);
20361
20305
  }
20362
-
20363
- .v-data-table-header__content {
20306
+ .date-picker-header-reverse-transition-leave-to {
20307
+ opacity: 0;
20308
+ transform: translate(0, 100%);
20309
+ }.v-date-picker-controls {
20364
20310
  display: flex;
20365
20311
  align-items: center;
20366
- }
20367
-
20368
- .v-data-table-header__sort-badge {
20369
- display: inline-flex;
20370
- justify-content: center;
20371
- align-items: center;
20312
+ justify-content: space-between;
20372
20313
  font-size: 0.875rem;
20373
- padding: 4px;
20374
- border-radius: 50%;
20375
- background: rgba(var(--v-border-color), var(--v-border-opacity));
20376
- min-width: 20px;
20377
- min-height: 20px;
20378
- width: 20px;
20379
- height: 20px;
20314
+ padding-top: 4px;
20315
+ padding-bottom: 4px;
20316
+ padding-inline-start: 6px;
20317
+ padding-inline-end: 12px;
20380
20318
  }
20381
-
20382
- .v-data-table-progress > th {
20383
- border: none !important;
20384
- height: auto !important;
20385
- padding: 0 !important;
20319
+ .v-date-picker-controls > .v-btn:first-child {
20320
+ text-transform: none;
20321
+ font-weight: 400;
20322
+ line-height: initial;
20323
+ letter-spacing: initial;
20386
20324
  }
20387
-
20388
- .v-data-table-progress__loader {
20389
- position: relative;
20325
+ .v-date-picker-controls--variant-classic {
20326
+ padding-inline-start: 12px;
20390
20327
  }
20391
-
20392
- .v-data-table-rows-loading,
20393
- .v-data-table-rows-no-data {
20394
- text-align: center;
20328
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20329
+ opacity: 0.7;
20395
20330
  }
20396
-
20397
- .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
20398
- grid-template-columns: 0;
20399
- justify-content: center;
20331
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20332
+ cursor: pointer;
20400
20333
  }
20401
- .v-data-table__tr--mobile > .v-data-table__td--select-row {
20402
- grid-template-columns: 0;
20403
- justify-content: end;
20334
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20335
+ opacity: 1;
20404
20336
  }
20405
- .v-data-table__tr--mobile > td {
20406
- align-items: center;
20407
- column-gap: 4px;
20408
- display: grid;
20409
- grid-template-columns: repeat(2, 1fr);
20410
- min-height: var(--v-table-row-height);
20337
+ .v-date-picker-controls .v-btn:last-child {
20338
+ margin-inline-start: 4px;
20411
20339
  }
20412
- .v-data-table__tr--mobile > td:not(:last-child) {
20413
- border-bottom: 0 !important;
20340
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20341
+ transform: rotate(180deg);
20414
20342
  }
20415
20343
 
20416
- .v-data-table__td-title {
20417
- font-weight: 500;
20418
- text-align: left;
20344
+ .v-date-picker-controls__date {
20345
+ margin-inline-end: 4px;
20419
20346
  }
20420
-
20421
- .v-data-table__td-value {
20422
- text-align: right;
20347
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20348
+ margin: auto;
20349
+ text-align: center;
20423
20350
  }
20424
20351
 
20425
- .v-data-table__td-sort-icon {
20426
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
20427
- }
20428
- .v-data-table__td-sort-icon-active {
20429
- color: rgba(var(--v-theme-on-surface));
20430
- }.v-data-table-footer {
20431
- align-items: center;
20432
- display: flex;
20433
- flex-wrap: wrap;
20434
- justify-content: flex-end;
20435
- padding: 8px 4px;
20436
- }
20437
- .v-data-table-footer__items-per-page {
20438
- align-items: center;
20439
- display: flex;
20440
- justify-content: center;
20441
- }
20442
- .v-data-table-footer__items-per-page > span {
20443
- padding-inline-end: 8px;
20444
- }
20445
- .v-data-table-footer__items-per-page > .v-select {
20446
- width: 90px;
20447
- }
20448
- .v-data-table-footer__info {
20352
+ .v-date-picker-controls__month {
20449
20353
  display: flex;
20450
- justify-content: flex-end;
20451
- min-width: 116px;
20452
- padding: 0 16px;
20453
20354
  }
20454
- .v-data-table-footer__paginationz {
20455
- align-items: center;
20456
- display: flex;
20457
- margin-inline-start: 16px;
20355
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20356
+ flex-direction: row-reverse;
20458
20357
  }
20459
- .v-data-table-footer__page {
20460
- padding: 0 8px;
20461
- }.v-date-picker {
20462
- overflow: hidden;
20463
- width: 328px;
20358
+
20359
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20360
+ flex: 1 0 auto;
20464
20361
  }
20465
- .v-date-picker--show-week {
20466
- width: 368px;
20362
+
20363
+ .v-date-picker__title {
20364
+ display: inline-block;
20467
20365
  }.v-date-picker-month {
20468
20366
  display: flex;
20469
20367
  justify-content: center;
@@ -20519,156 +20417,92 @@ html.overflow-y-hidden {
20519
20417
 
20520
20418
  .v-date-picker-month__day--hide-adjacent {
20521
20419
  opacity: 0;
20522
- }.v-date-picker-header {
20523
- align-items: flex-end;
20524
- height: 70px;
20525
- display: grid;
20526
- grid-template-areas: "prepend content append";
20527
- grid-template-columns: min-content minmax(0, 1fr) min-content;
20528
- overflow: hidden;
20529
- padding-inline: 24px 12px;
20530
- padding-bottom: 12px;
20420
+ }.v-date-picker-months {
20421
+ height: 288px;
20531
20422
  }
20532
20423
 
20533
- .v-date-picker-header__append {
20534
- grid-area: append;
20424
+ .v-date-picker-months__content {
20425
+ align-items: center;
20426
+ display: grid;
20427
+ flex: 1 1;
20428
+ height: inherit;
20429
+ justify-content: space-around;
20430
+ grid-template-columns: repeat(2, 1fr);
20431
+ grid-gap: 0px 24px;
20432
+ padding-inline-start: 36px;
20433
+ padding-inline-end: 36px;
20535
20434
  }
20536
-
20537
- .v-date-picker-header__prepend {
20538
- grid-area: prepend;
20435
+ .v-date-picker-months__content .v-btn {
20436
+ text-transform: none;
20539
20437
  padding-inline-start: 8px;
20438
+ padding-inline-end: 8px;
20439
+ }.v-date-picker-years {
20440
+ height: 288px;
20441
+ overflow-y: scroll;
20540
20442
  }
20541
20443
 
20542
- .v-date-picker-header__content {
20543
- align-items: center;
20544
- display: inline-flex;
20545
- font-size: 32px;
20546
- line-height: 40px;
20547
- grid-area: content;
20548
- justify-content: space-between;
20444
+ .v-date-picker-years__content {
20445
+ display: grid;
20446
+ flex: 1 1;
20447
+ justify-content: space-around;
20448
+ grid-template-columns: repeat(3, 1fr);
20449
+ gap: 8px 24px;
20450
+ padding-inline: 32px;
20549
20451
  }
20550
- .v-date-picker-header--clickable .v-date-picker-header__content {
20551
- cursor: pointer;
20452
+ .v-date-picker-years__content .v-btn {
20453
+ padding-inline: 8px;
20454
+ }.v-divider {
20455
+ display: block;
20456
+ flex: 1 1 100%;
20457
+ height: 0px;
20458
+ max-height: 0px;
20459
+ opacity: var(--v-border-opacity);
20460
+ transition: inherit;
20552
20461
  }
20553
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20554
- opacity: 0.7;
20555
- }
20556
-
20557
- .date-picker-header-transition-enter-active,
20558
- .date-picker-header-reverse-transition-enter-active {
20559
- transition-duration: 0.3s;
20560
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20462
+ .v-divider {
20463
+ border-style: solid;
20464
+ border-width: thin 0 0 0;
20561
20465
  }
20562
- .date-picker-header-transition-leave-active,
20563
- .date-picker-header-reverse-transition-leave-active {
20564
- transition-duration: 0.3s;
20565
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20466
+ .v-divider--vertical {
20467
+ align-self: stretch;
20468
+ border-width: 0 thin 0 0;
20469
+ display: inline-flex;
20470
+ height: auto;
20471
+ margin-left: -1px;
20472
+ max-height: 100%;
20473
+ max-width: 0px;
20474
+ vertical-align: text-bottom;
20475
+ width: 0px;
20566
20476
  }
20567
-
20568
- .date-picker-header-transition-enter-from {
20569
- transform: translate(0, 100%);
20477
+ .v-divider--inset:not(.v-divider--vertical) {
20478
+ max-width: calc(100% - 72px);
20479
+ margin-inline-start: 72px;
20570
20480
  }
20571
- .date-picker-header-transition-leave-to {
20572
- opacity: 0;
20573
- transform: translate(0, -100%);
20481
+ .v-divider--inset.v-divider--vertical {
20482
+ margin-bottom: 8px;
20483
+ margin-top: 8px;
20484
+ max-height: calc(100% - 16px);
20574
20485
  }
20575
20486
 
20576
- .date-picker-header-reverse-transition-enter-from {
20577
- transform: translate(0, -100%);
20487
+ .v-divider__content {
20488
+ padding: 0 16px;
20489
+ text-wrap: nowrap;
20578
20490
  }
20579
- .date-picker-header-reverse-transition-leave-to {
20580
- opacity: 0;
20581
- transform: translate(0, 100%);
20582
- }.v-date-picker-months {
20583
- height: 288px;
20491
+ .v-divider__wrapper--vertical .v-divider__content {
20492
+ padding: 4px 0;
20584
20493
  }
20585
20494
 
20586
- .v-date-picker-months__content {
20587
- align-items: center;
20588
- display: grid;
20589
- flex: 1 1;
20590
- height: inherit;
20591
- justify-content: space-around;
20592
- grid-template-columns: repeat(2, 1fr);
20593
- grid-gap: 0px 24px;
20594
- padding-inline-start: 36px;
20595
- padding-inline-end: 36px;
20596
- }
20597
- .v-date-picker-months__content .v-btn {
20598
- text-transform: none;
20599
- padding-inline-start: 8px;
20600
- padding-inline-end: 8px;
20601
- }.v-date-picker-controls {
20495
+ .v-divider__wrapper {
20602
20496
  display: flex;
20603
20497
  align-items: center;
20604
- justify-content: space-between;
20605
- font-size: 0.875rem;
20606
- padding-top: 4px;
20607
- padding-bottom: 4px;
20608
- padding-inline-start: 6px;
20609
- padding-inline-end: 12px;
20610
- }
20611
- .v-date-picker-controls > .v-btn:first-child {
20612
- text-transform: none;
20613
- font-weight: 400;
20614
- line-height: initial;
20615
- letter-spacing: initial;
20616
- }
20617
- .v-date-picker-controls--variant-classic {
20618
- padding-inline-start: 12px;
20619
- }
20620
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20621
- opacity: 0.7;
20622
- }
20623
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20624
- cursor: pointer;
20625
- }
20626
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20627
- opacity: 1;
20628
- }
20629
- .v-date-picker-controls .v-btn:last-child {
20630
- margin-inline-start: 4px;
20631
- }
20632
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20633
- transform: rotate(180deg);
20634
- }
20635
-
20636
- .v-date-picker-controls__date {
20637
- margin-inline-end: 4px;
20638
- }
20639
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20640
- margin: auto;
20641
- text-align: center;
20642
- }
20643
-
20644
- .v-date-picker-controls__month {
20645
- display: flex;
20646
- }
20647
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20648
- flex-direction: row-reverse;
20649
- }
20650
-
20651
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20652
- flex: 1 0 auto;
20653
- }
20654
-
20655
- .v-date-picker__title {
20656
- display: inline-block;
20657
- }.v-date-picker-years {
20658
- height: 288px;
20659
- overflow-y: scroll;
20498
+ justify-content: center;
20660
20499
  }
20661
-
20662
- .v-date-picker-years__content {
20663
- display: grid;
20664
- flex: 1 1;
20665
- justify-content: space-around;
20666
- grid-template-columns: repeat(3, 1fr);
20667
- gap: 8px 24px;
20668
- padding-inline: 32px;
20500
+ .v-divider__wrapper--vertical {
20501
+ flex-direction: column;
20502
+ height: 100%;
20669
20503
  }
20670
- .v-date-picker-years__content .v-btn {
20671
- padding-inline: 8px;
20504
+ .v-divider__wrapper--vertical .v-divider {
20505
+ margin: 0 auto;
20672
20506
  }.v-dialog {
20673
20507
  align-items: center;
20674
20508
  justify-content: center;
@@ -20765,58 +20599,6 @@ html.overflow-y-hidden {
20765
20599
  -webkit-backface-visibility: hidden;
20766
20600
  backface-visibility: hidden;
20767
20601
  overflow-y: auto;
20768
- }.v-divider {
20769
- display: block;
20770
- flex: 1 1 100%;
20771
- height: 0px;
20772
- max-height: 0px;
20773
- opacity: var(--v-border-opacity);
20774
- transition: inherit;
20775
- }
20776
- .v-divider {
20777
- border-style: solid;
20778
- border-width: thin 0 0 0;
20779
- }
20780
- .v-divider--vertical {
20781
- align-self: stretch;
20782
- border-width: 0 thin 0 0;
20783
- display: inline-flex;
20784
- height: auto;
20785
- margin-left: -1px;
20786
- max-height: 100%;
20787
- max-width: 0px;
20788
- vertical-align: text-bottom;
20789
- width: 0px;
20790
- }
20791
- .v-divider--inset:not(.v-divider--vertical) {
20792
- max-width: calc(100% - 72px);
20793
- margin-inline-start: 72px;
20794
- }
20795
- .v-divider--inset.v-divider--vertical {
20796
- margin-bottom: 8px;
20797
- margin-top: 8px;
20798
- max-height: calc(100% - 16px);
20799
- }
20800
-
20801
- .v-divider__content {
20802
- padding: 0 16px;
20803
- text-wrap: nowrap;
20804
- }
20805
- .v-divider__wrapper--vertical .v-divider__content {
20806
- padding: 4px 0;
20807
- }
20808
-
20809
- .v-divider__wrapper {
20810
- display: flex;
20811
- align-items: center;
20812
- justify-content: center;
20813
- }
20814
- .v-divider__wrapper--vertical {
20815
- flex-direction: column;
20816
- height: 100%;
20817
- }
20818
- .v-divider__wrapper--vertical .v-divider {
20819
- margin: 0 auto;
20820
20602
  }.v-empty-state {
20821
20603
  align-items: center;
20822
20604
  display: flex;
@@ -20884,56 +20666,125 @@ html.overflow-y-hidden {
20884
20666
  .v-empty-state__action-btn.v-btn {
20885
20667
  background-color: initial;
20886
20668
  color: initial;
20887
- }.v-expansion-panel {
20888
- background-color: rgb(var(--v-theme-surface));
20889
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20890
- }
20891
- .v-expansion-panel:not(:first-child)::after {
20892
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20669
+ }.v-fab {
20670
+ align-items: center;
20671
+ display: inline-flex;
20672
+ flex: 1 1 auto;
20673
+ pointer-events: none;
20674
+ position: relative;
20675
+ transition-duration: 0.2s;
20676
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20677
+ vertical-align: middle;
20893
20678
  }
20894
- .v-expansion-panel--disabled .v-expansion-panel-title {
20895
- color: rgba(var(--v-theme-on-surface), 0.26);
20679
+ .v-fab .v-btn {
20680
+ pointer-events: auto;
20896
20681
  }
20897
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20898
- opacity: 0.4615384615;
20682
+ .v-fab .v-btn--variant-elevated {
20683
+ box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20899
20684
  }
20900
-
20901
- .v-expansion-panels {
20685
+ .v-fab--app, .v-fab--absolute {
20902
20686
  display: flex;
20903
- flex-wrap: wrap;
20904
- justify-content: center;
20905
- list-style-type: none;
20906
- padding: 0;
20907
- width: 100%;
20908
- position: relative;
20909
- z-index: 1;
20910
20687
  }
20911
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20912
- border-bottom-left-radius: 0 !important;
20913
- border-bottom-right-radius: 0 !important;
20688
+ .v-fab--start, .v-fab--left {
20689
+ justify-content: flex-start;
20914
20690
  }
20915
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20916
- border-top-left-radius: 0 !important;
20917
- border-top-right-radius: 0 !important;
20691
+ .v-fab--center {
20692
+ align-items: center;
20693
+ justify-content: center;
20918
20694
  }
20919
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20920
- border-bottom-left-radius: 0 !important;
20921
- border-bottom-right-radius: 0 !important;
20695
+ .v-fab--end, .v-fab--right {
20696
+ justify-content: flex-end;
20922
20697
  }
20923
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20924
- border-top-left-radius: 0 !important;
20925
- border-top-right-radius: 0 !important;
20698
+ .v-fab--bottom {
20699
+ align-items: flex-end;
20926
20700
  }
20927
- .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
20928
- border-bottom-left-radius: 0 !important;
20929
- border-bottom-right-radius: 0 !important;
20701
+ .v-fab--top {
20702
+ align-items: flex-start;
20930
20703
  }
20931
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
20932
- border-top-left-radius: 0 !important;
20933
- border-top-right-radius: 0 !important;
20704
+ .v-fab--extended .v-btn {
20705
+ border-radius: 9999px !important;
20934
20706
  }
20935
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
20936
- border-bottom-left-radius: initial;
20707
+
20708
+ .v-fab__container {
20709
+ align-self: center;
20710
+ display: inline-flex;
20711
+ position: absolute;
20712
+ vertical-align: middle;
20713
+ }
20714
+ .v-fab--app .v-fab__container {
20715
+ margin: 12px;
20716
+ }
20717
+ .v-fab--absolute .v-fab__container {
20718
+ position: absolute;
20719
+ z-index: 4;
20720
+ }
20721
+ .v-fab--offset.v-fab--top .v-fab__container {
20722
+ transform: translateY(-50%);
20723
+ }
20724
+ .v-fab--offset.v-fab--bottom .v-fab__container {
20725
+ transform: translateY(50%);
20726
+ }
20727
+ .v-fab--top .v-fab__container {
20728
+ top: 0;
20729
+ }
20730
+ .v-fab--bottom .v-fab__container {
20731
+ bottom: 0;
20732
+ }
20733
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
20734
+ left: 0;
20735
+ }
20736
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20737
+ right: 0;
20738
+ }.v-expansion-panel {
20739
+ background-color: rgb(var(--v-theme-surface));
20740
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20741
+ }
20742
+ .v-expansion-panel:not(:first-child)::after {
20743
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20744
+ }
20745
+ .v-expansion-panel--disabled .v-expansion-panel-title {
20746
+ color: rgba(var(--v-theme-on-surface), 0.26);
20747
+ }
20748
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20749
+ opacity: 0.4615384615;
20750
+ }
20751
+
20752
+ .v-expansion-panels {
20753
+ display: flex;
20754
+ flex-wrap: wrap;
20755
+ justify-content: center;
20756
+ list-style-type: none;
20757
+ padding: 0;
20758
+ width: 100%;
20759
+ position: relative;
20760
+ z-index: 1;
20761
+ }
20762
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20763
+ border-bottom-left-radius: 0 !important;
20764
+ border-bottom-right-radius: 0 !important;
20765
+ }
20766
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20767
+ border-top-left-radius: 0 !important;
20768
+ border-top-right-radius: 0 !important;
20769
+ }
20770
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20771
+ border-bottom-left-radius: 0 !important;
20772
+ border-bottom-right-radius: 0 !important;
20773
+ }
20774
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20775
+ border-top-left-radius: 0 !important;
20776
+ border-top-right-radius: 0 !important;
20777
+ }
20778
+ .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
20779
+ border-bottom-left-radius: 0 !important;
20780
+ border-bottom-right-radius: 0 !important;
20781
+ }
20782
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
20783
+ border-top-left-radius: 0 !important;
20784
+ border-top-right-radius: 0 !important;
20785
+ }
20786
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
20787
+ border-bottom-left-radius: initial;
20937
20788
  border-bottom-right-radius: initial;
20938
20789
  }
20939
20790
  .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
@@ -21100,75 +20951,6 @@ html.overflow-y-hidden {
21100
20951
  }
21101
20952
  .v-expansion-panels--tile > .v-expansion-panel {
21102
20953
  border-radius: 0;
21103
- }.v-fab {
21104
- align-items: center;
21105
- display: inline-flex;
21106
- flex: 1 1 auto;
21107
- pointer-events: none;
21108
- position: relative;
21109
- transition-duration: 0.2s;
21110
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21111
- vertical-align: middle;
21112
- }
21113
- .v-fab .v-btn {
21114
- pointer-events: auto;
21115
- }
21116
- .v-fab .v-btn--variant-elevated {
21117
- box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21118
- }
21119
- .v-fab--app, .v-fab--absolute {
21120
- display: flex;
21121
- }
21122
- .v-fab--start, .v-fab--left {
21123
- justify-content: flex-start;
21124
- }
21125
- .v-fab--center {
21126
- align-items: center;
21127
- justify-content: center;
21128
- }
21129
- .v-fab--end, .v-fab--right {
21130
- justify-content: flex-end;
21131
- }
21132
- .v-fab--bottom {
21133
- align-items: flex-end;
21134
- }
21135
- .v-fab--top {
21136
- align-items: flex-start;
21137
- }
21138
- .v-fab--extended .v-btn {
21139
- border-radius: 9999px !important;
21140
- }
21141
-
21142
- .v-fab__container {
21143
- align-self: center;
21144
- display: inline-flex;
21145
- position: absolute;
21146
- vertical-align: middle;
21147
- }
21148
- .v-fab--app .v-fab__container {
21149
- margin: 12px;
21150
- }
21151
- .v-fab--absolute .v-fab__container {
21152
- position: absolute;
21153
- z-index: 4;
21154
- }
21155
- .v-fab--offset.v-fab--top .v-fab__container {
21156
- transform: translateY(-50%);
21157
- }
21158
- .v-fab--offset.v-fab--bottom .v-fab__container {
21159
- transform: translateY(50%);
21160
- }
21161
- .v-fab--top .v-fab__container {
21162
- top: 0;
21163
- }
21164
- .v-fab--bottom .v-fab__container {
21165
- bottom: 0;
21166
- }
21167
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21168
- left: 0;
21169
- }
21170
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21171
- right: 0;
21172
20954
  }/* region INPUT */
21173
20955
  .v-field {
21174
20956
  display: grid;
@@ -22489,59 +22271,6 @@ textarea.v-field__input::placeholder {
22489
22271
  .offset-xxl-11 {
22490
22272
  margin-inline-start: 91.6666666667%;
22491
22273
  }
22492
- }.v-icon {
22493
- --v-icon-size-multiplier: 1;
22494
- align-items: center;
22495
- display: inline-flex;
22496
- font-feature-settings: "liga";
22497
- height: 1em;
22498
- justify-content: center;
22499
- letter-spacing: normal;
22500
- line-height: 1;
22501
- position: relative;
22502
- text-indent: 0;
22503
- text-align: center;
22504
- -webkit-user-select: none;
22505
- user-select: none;
22506
- vertical-align: middle;
22507
- width: 1em;
22508
- min-width: 1em;
22509
- }
22510
- .v-icon--clickable {
22511
- cursor: pointer;
22512
- }
22513
- .v-icon--disabled {
22514
- pointer-events: none;
22515
- opacity: 0.38;
22516
- }
22517
- .v-icon--size-x-small {
22518
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
22519
- }
22520
- .v-icon--size-small {
22521
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22522
- }
22523
- .v-icon--size-default {
22524
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22525
- }
22526
- .v-icon--size-large {
22527
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22528
- }
22529
- .v-icon--size-x-large {
22530
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
22531
- }
22532
-
22533
- .v-icon__svg {
22534
- fill: currentColor;
22535
- width: 100%;
22536
- height: 100%;
22537
- }
22538
-
22539
- .v-icon--start {
22540
- margin-inline-end: 8px;
22541
- }
22542
-
22543
- .v-icon--end {
22544
- margin-inline-start: 8px;
22545
22274
  }.v-img {
22546
22275
  --v-theme-overlay-multiplier: 3;
22547
22276
  z-index: 0;
@@ -22630,11 +22359,6 @@ textarea.v-field__input::placeholder {
22630
22359
  display: flex;
22631
22360
  justify-content: center;
22632
22361
  padding: 8px;
22633
- }.v-item-group {
22634
- flex: 0 1 auto;
22635
- max-width: 100%;
22636
- position: relative;
22637
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22638
22362
  }.v-input {
22639
22363
  display: grid;
22640
22364
  flex: 1 1 auto;
@@ -22777,6 +22501,11 @@ textarea.v-field__input::placeholder {
22777
22501
 
22778
22502
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22779
22503
  padding-top: calc(var(--v-input-padding-top) + 0px);
22504
+ }.v-item-group {
22505
+ flex: 0 1 auto;
22506
+ max-width: 100%;
22507
+ position: relative;
22508
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22780
22509
  }.v-label {
22781
22510
  align-items: center;
22782
22511
  color: inherit;
@@ -22792,21 +22521,6 @@ textarea.v-field__input::placeholder {
22792
22521
 
22793
22522
  .v-label--clickable {
22794
22523
  cursor: pointer;
22795
- }.v-layout {
22796
- --v-scrollbar-offset: 0px;
22797
- display: flex;
22798
- flex: 1 1 auto;
22799
- }
22800
- .v-layout--full-height {
22801
- --v-scrollbar-offset: inherit;
22802
- height: 100%;
22803
- }.v-layout-item {
22804
- position: absolute;
22805
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22806
- }
22807
-
22808
- .v-layout-item--absolute {
22809
- position: absolute;
22810
22524
  }.v-list {
22811
22525
  overflow: auto;
22812
22526
  padding: 8px 0;
@@ -23383,6 +23097,8 @@ textarea.v-field__input::placeholder {
23383
23097
  }
23384
23098
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23385
23099
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23100
+ }.v-locale-provider {
23101
+ display: contents;
23386
23102
  }.v-main {
23387
23103
  flex: 1 0 auto;
23388
23104
  max-width: 100%;
@@ -23413,8 +23129,6 @@ textarea.v-field__input::placeholder {
23413
23129
  --v-layout-right: 0px;
23414
23130
  --v-layout-top: 0px;
23415
23131
  --v-layout-bottom: 0px;
23416
- }.v-locale-provider {
23417
- display: contents;
23418
23132
  }.v-menu > .v-overlay__content {
23419
23133
  display: flex;
23420
23134
  flex-direction: column;
@@ -23558,18 +23272,134 @@ textarea.v-field__input::placeholder {
23558
23272
  .v-navigation-drawer__append {
23559
23273
  flex: none;
23560
23274
  overflow: hidden;
23561
- }.v-otp-input {
23275
+ }.v-icon {
23276
+ --v-icon-size-multiplier: 1;
23562
23277
  align-items: center;
23563
- display: flex;
23278
+ display: inline-flex;
23279
+ font-feature-settings: "liga";
23280
+ height: 1em;
23564
23281
  justify-content: center;
23565
- padding: 0.5rem 0;
23282
+ letter-spacing: normal;
23283
+ line-height: 1;
23566
23284
  position: relative;
23285
+ text-indent: 0;
23286
+ text-align: center;
23287
+ -webkit-user-select: none;
23288
+ user-select: none;
23289
+ vertical-align: middle;
23290
+ width: 1em;
23291
+ min-width: 1em;
23567
23292
  }
23568
- .v-otp-input {
23569
- border-radius: 4px;
23570
- }
23571
- .v-otp-input .v-field {
23572
- height: 100%;
23293
+ .v-icon--clickable {
23294
+ cursor: pointer;
23295
+ }
23296
+ .v-icon--disabled {
23297
+ pointer-events: none;
23298
+ opacity: 0.38;
23299
+ }
23300
+ .v-icon--size-x-small {
23301
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
23302
+ }
23303
+ .v-icon--size-small {
23304
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
23305
+ }
23306
+ .v-icon--size-default {
23307
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
23308
+ }
23309
+ .v-icon--size-large {
23310
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
23311
+ }
23312
+ .v-icon--size-x-large {
23313
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
23314
+ }
23315
+
23316
+ .v-icon__svg {
23317
+ fill: currentColor;
23318
+ width: 100%;
23319
+ height: 100%;
23320
+ }
23321
+
23322
+ .v-icon--start {
23323
+ margin-inline-end: 8px;
23324
+ }
23325
+
23326
+ .v-icon--end {
23327
+ margin-inline-start: 8px;
23328
+ }.v-overlay-container {
23329
+ contain: layout;
23330
+ left: 0;
23331
+ pointer-events: none;
23332
+ position: absolute;
23333
+ top: 0;
23334
+ display: contents;
23335
+ }
23336
+
23337
+ .v-overlay-scroll-blocked {
23338
+ padding-inline-end: var(--v-scrollbar-offset);
23339
+ }
23340
+ .v-overlay-scroll-blocked:not(html) {
23341
+ overflow-y: hidden !important;
23342
+ }
23343
+ html.v-overlay-scroll-blocked {
23344
+ position: fixed;
23345
+ top: var(--v-body-scroll-y);
23346
+ left: var(--v-body-scroll-x);
23347
+ width: 100%;
23348
+ height: 100%;
23349
+ }
23350
+
23351
+ .v-overlay {
23352
+ border-radius: inherit;
23353
+ display: flex;
23354
+ left: 0;
23355
+ pointer-events: none;
23356
+ position: fixed;
23357
+ top: 0;
23358
+ bottom: 0;
23359
+ right: 0;
23360
+ }
23361
+
23362
+ .v-overlay__content {
23363
+ outline: none;
23364
+ position: absolute;
23365
+ pointer-events: auto;
23366
+ contain: layout;
23367
+ }
23368
+
23369
+ .v-overlay__scrim {
23370
+ pointer-events: auto;
23371
+ background: rgb(var(--v-theme-on-surface));
23372
+ border-radius: inherit;
23373
+ bottom: 0;
23374
+ left: 0;
23375
+ opacity: var(--v-overlay-opacity, 0.32);
23376
+ position: fixed;
23377
+ right: 0;
23378
+ top: 0;
23379
+ }
23380
+
23381
+ .v-overlay--absolute {
23382
+ position: absolute;
23383
+ }
23384
+
23385
+ .v-overlay--contained .v-overlay__scrim {
23386
+ position: absolute;
23387
+ }
23388
+
23389
+ .v-overlay--scroll-blocked {
23390
+ padding-inline-end: var(--v-scrollbar-offset);
23391
+ }.v-otp-input {
23392
+ align-items: center;
23393
+ display: flex;
23394
+ justify-content: center;
23395
+ padding: 0.5rem 0;
23396
+ position: relative;
23397
+ }
23398
+ .v-otp-input {
23399
+ border-radius: 4px;
23400
+ }
23401
+ .v-otp-input .v-field {
23402
+ height: 100%;
23573
23403
  }
23574
23404
 
23575
23405
  .v-otp-input__divider {
@@ -23624,6 +23454,12 @@ textarea.v-field__input::placeholder {
23624
23454
  }
23625
23455
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23626
23456
  margin: 0.3rem;
23457
+ }.v-parallax {
23458
+ position: relative;
23459
+ overflow: hidden;
23460
+ }
23461
+ .v-parallax--active > .v-img__img {
23462
+ will-change: transform;
23627
23463
  }.v-progress-circular {
23628
23464
  align-items: center;
23629
23465
  display: inline-flex;
@@ -23726,12 +23562,6 @@ textarea.v-field__input::placeholder {
23726
23562
  100% {
23727
23563
  transform: rotate(270deg);
23728
23564
  }
23729
- }.v-parallax {
23730
- position: relative;
23731
- overflow: hidden;
23732
- }
23733
- .v-parallax--active > .v-img__img {
23734
- will-change: transform;
23735
23565
  }.v-progress-linear {
23736
23566
  background: transparent;
23737
23567
  overflow: hidden;
@@ -24108,6 +23938,58 @@ textarea.v-field__input::placeholder {
24108
23938
  flex: 1 0 0px;
24109
23939
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24110
23940
  pointer-events: none;
23941
+ }.v-select .v-field .v-text-field__prefix,
23942
+ .v-select .v-field .v-text-field__suffix,
23943
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23944
+ cursor: pointer;
23945
+ }
23946
+ .v-select .v-field .v-field__input > input {
23947
+ align-self: flex-start;
23948
+ opacity: 1;
23949
+ flex: 0 0;
23950
+ position: absolute;
23951
+ width: 100%;
23952
+ transition: none;
23953
+ pointer-events: none;
23954
+ caret-color: transparent;
23955
+ }
23956
+ .v-select .v-field--dirty .v-select__selection {
23957
+ margin-inline-end: 2px;
23958
+ }
23959
+ .v-select .v-select__selection-text {
23960
+ overflow: hidden;
23961
+ text-overflow: ellipsis;
23962
+ white-space: nowrap;
23963
+ }
23964
+ .v-select__content {
23965
+ overflow: hidden;
23966
+ }
23967
+ .v-select__content {
23968
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23969
+ }
23970
+ .v-select__content {
23971
+ border-radius: 4px;
23972
+ }
23973
+ .v-select__selection {
23974
+ display: inline-flex;
23975
+ align-items: center;
23976
+ letter-spacing: inherit;
23977
+ line-height: inherit;
23978
+ max-width: 100%;
23979
+ }
23980
+ .v-select .v-select__selection:first-child {
23981
+ margin-inline-start: 0;
23982
+ }
23983
+ .v-select--selected .v-field .v-field__input > input {
23984
+ opacity: 0;
23985
+ }
23986
+ .v-select__menu-icon {
23987
+ margin-inline-start: 4px;
23988
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23989
+ }
23990
+ .v-select--active-menu .v-select__menu-icon {
23991
+ opacity: var(--v-high-emphasis-opacity);
23992
+ transform: rotate(180deg);
24111
23993
  }.v-selection-control {
24112
23994
  align-items: center;
24113
23995
  contain: layout;
@@ -24122,14 +24004,12 @@ textarea.v-field__input::placeholder {
24122
24004
  white-space: normal;
24123
24005
  word-break: break-word;
24124
24006
  height: 100%;
24007
+ opacity: 1;
24125
24008
  }
24126
24009
  .v-selection-control--disabled {
24127
24010
  opacity: var(--v-disabled-opacity);
24128
24011
  pointer-events: none;
24129
24012
  }
24130
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
24131
- opacity: 1;
24132
- }
24133
24013
  .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
24134
24014
  color: rgb(var(--v-theme-error));
24135
24015
  }
@@ -24255,69 +24135,6 @@ textarea.v-field__input::placeholder {
24255
24135
  }
24256
24136
  .v-sheet--rounded {
24257
24137
  border-radius: 4px;
24258
- }.v-overlay-container {
24259
- contain: layout;
24260
- left: 0;
24261
- pointer-events: none;
24262
- position: absolute;
24263
- top: 0;
24264
- display: contents;
24265
- }
24266
-
24267
- .v-overlay-scroll-blocked {
24268
- padding-inline-end: var(--v-scrollbar-offset);
24269
- }
24270
- .v-overlay-scroll-blocked:not(html) {
24271
- overflow-y: hidden !important;
24272
- }
24273
- html.v-overlay-scroll-blocked {
24274
- position: fixed;
24275
- top: var(--v-body-scroll-y);
24276
- left: var(--v-body-scroll-x);
24277
- width: 100%;
24278
- height: 100%;
24279
- }
24280
-
24281
- .v-overlay {
24282
- border-radius: inherit;
24283
- display: flex;
24284
- left: 0;
24285
- pointer-events: none;
24286
- position: fixed;
24287
- top: 0;
24288
- bottom: 0;
24289
- right: 0;
24290
- }
24291
-
24292
- .v-overlay__content {
24293
- outline: none;
24294
- position: absolute;
24295
- pointer-events: auto;
24296
- contain: layout;
24297
- }
24298
-
24299
- .v-overlay__scrim {
24300
- pointer-events: auto;
24301
- background: rgb(var(--v-theme-on-surface));
24302
- border-radius: inherit;
24303
- bottom: 0;
24304
- left: 0;
24305
- opacity: var(--v-overlay-opacity, 0.32);
24306
- position: fixed;
24307
- right: 0;
24308
- top: 0;
24309
- }
24310
-
24311
- .v-overlay--absolute {
24312
- position: absolute;
24313
- }
24314
-
24315
- .v-overlay--contained .v-overlay__scrim {
24316
- position: absolute;
24317
- }
24318
-
24319
- .v-overlay--scroll-blocked {
24320
- padding-inline-end: var(--v-scrollbar-offset);
24321
24138
  }.v-skeleton-loader {
24322
24139
  align-items: center;
24323
24140
  background: rgb(var(--v-theme-surface));
@@ -24543,70 +24360,18 @@ html.v-overlay-scroll-blocked {
24543
24360
  100% {
24544
24361
  transform: translateX(100%);
24545
24362
  }
24546
- }.v-select .v-field .v-text-field__prefix,
24547
- .v-select .v-field .v-text-field__suffix,
24548
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24549
- cursor: pointer;
24550
- }
24551
- .v-select .v-field .v-field__input > input {
24552
- align-self: flex-start;
24553
- opacity: 1;
24554
- flex: 0 0;
24555
- position: absolute;
24556
- width: 100%;
24557
- transition: none;
24558
- pointer-events: none;
24559
- caret-color: transparent;
24560
- }
24561
- .v-select .v-field--dirty .v-select__selection {
24562
- margin-inline-end: 2px;
24563
- }
24564
- .v-select .v-select__selection-text {
24565
- overflow: hidden;
24566
- text-overflow: ellipsis;
24567
- white-space: nowrap;
24568
- }
24569
- .v-select__content {
24570
- overflow: hidden;
24571
- }
24572
- .v-select__content {
24573
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24574
- }
24575
- .v-select__content {
24576
- border-radius: 4px;
24577
- }
24578
- .v-select__selection {
24579
- display: inline-flex;
24580
- align-items: center;
24581
- letter-spacing: inherit;
24582
- line-height: inherit;
24583
- max-width: 100%;
24584
- }
24585
- .v-select .v-select__selection:first-child {
24586
- margin-inline-start: 0;
24587
- }
24588
- .v-select--selected .v-field .v-field__input > input {
24589
- opacity: 0;
24590
- }
24591
- .v-select__menu-icon {
24592
- margin-inline-start: 4px;
24593
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24594
- }
24595
- .v-select--active-menu .v-select__menu-icon {
24596
- opacity: var(--v-high-emphasis-opacity);
24597
- transform: rotate(180deg);
24598
- }.v-slide-group {
24599
- display: flex;
24600
- overflow: hidden;
24601
- }
24602
-
24603
- .v-slide-group__next,
24604
- .v-slide-group__prev {
24605
- align-items: center;
24606
- display: flex;
24607
- flex: 0 1 52px;
24608
- justify-content: center;
24609
- min-width: 52px;
24363
+ }.v-slide-group {
24364
+ display: flex;
24365
+ overflow: hidden;
24366
+ }
24367
+
24368
+ .v-slide-group__next,
24369
+ .v-slide-group__prev {
24370
+ align-items: center;
24371
+ display: flex;
24372
+ flex: 0 1 52px;
24373
+ justify-content: center;
24374
+ min-width: 52px;
24610
24375
  cursor: pointer;
24611
24376
  }
24612
24377
  .v-slide-group__next--disabled,
@@ -25188,6 +24953,101 @@ html.v-overlay-scroll-blocked {
25188
24953
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25189
24954
  border-width: 0;
25190
24955
  }
24956
+ }.v-tab.v-tab.v-btn {
24957
+ height: var(--v-tabs-height);
24958
+ border-radius: 0;
24959
+ min-width: 90px;
24960
+ }
24961
+ .v-slide-group--horizontal .v-tab {
24962
+ max-width: 360px;
24963
+ }
24964
+ .v-slide-group--vertical .v-tab {
24965
+ justify-content: start;
24966
+ }
24967
+
24968
+ .v-tab__slider {
24969
+ position: absolute;
24970
+ bottom: 0;
24971
+ left: 0;
24972
+ height: 2px;
24973
+ width: 100%;
24974
+ background: currentColor;
24975
+ pointer-events: none;
24976
+ opacity: 0;
24977
+ }
24978
+ .v-tab--selected .v-tab__slider {
24979
+ opacity: 1;
24980
+ }
24981
+ .v-slide-group--vertical .v-tab__slider {
24982
+ top: 0;
24983
+ height: 100%;
24984
+ width: 2px;
24985
+ }.v-tabs {
24986
+ display: flex;
24987
+ height: var(--v-tabs-height);
24988
+ }
24989
+ .v-tabs--density-default {
24990
+ --v-tabs-height: 48px;
24991
+ }
24992
+ .v-tabs--density-default.v-tabs--stacked {
24993
+ --v-tabs-height: 72px;
24994
+ }
24995
+
24996
+ .v-tabs--density-comfortable {
24997
+ --v-tabs-height: 44px;
24998
+ }
24999
+ .v-tabs--density-comfortable.v-tabs--stacked {
25000
+ --v-tabs-height: 68px;
25001
+ }
25002
+
25003
+ .v-tabs--density-compact {
25004
+ --v-tabs-height: 36px;
25005
+ }
25006
+ .v-tabs--density-compact.v-tabs--stacked {
25007
+ --v-tabs-height: 60px;
25008
+ }
25009
+
25010
+ .v-tabs.v-slide-group--vertical {
25011
+ height: auto;
25012
+ flex: none;
25013
+ --v-tabs-height: 48px;
25014
+ }
25015
+
25016
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25017
+ margin-inline-start: 42px;
25018
+ }
25019
+
25020
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25021
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25022
+ margin-inline-end: auto;
25023
+ }
25024
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25025
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25026
+ margin-inline-start: auto;
25027
+ }
25028
+
25029
+ .v-tabs--grow {
25030
+ flex-grow: 1;
25031
+ }
25032
+ .v-tabs--grow .v-tab {
25033
+ flex: 1 0 auto;
25034
+ max-width: none;
25035
+ }
25036
+
25037
+ .v-tabs--align-tabs-end .v-tab:first-child {
25038
+ margin-inline-start: auto;
25039
+ }
25040
+ .v-tabs--align-tabs-end .v-tab:last-child {
25041
+ margin-inline-end: 0;
25042
+ }
25043
+
25044
+ @media (max-width: 1279.98px) {
25045
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25046
+ margin-inline-start: 52px;
25047
+ }
25048
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25049
+ margin-inline-end: 52px;
25050
+ }
25191
25051
  }.v-system-bar {
25192
25052
  align-items: center;
25193
25053
  display: flex;
@@ -25373,101 +25233,6 @@ html.v-overlay-scroll-blocked {
25373
25233
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25374
25234
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25375
25235
  border-top: 0px !important;
25376
- }.v-tab.v-tab.v-btn {
25377
- height: var(--v-tabs-height);
25378
- border-radius: 0;
25379
- min-width: 90px;
25380
- }
25381
- .v-slide-group--horizontal .v-tab {
25382
- max-width: 360px;
25383
- }
25384
- .v-slide-group--vertical .v-tab {
25385
- justify-content: start;
25386
- }
25387
-
25388
- .v-tab__slider {
25389
- position: absolute;
25390
- bottom: 0;
25391
- left: 0;
25392
- height: 2px;
25393
- width: 100%;
25394
- background: currentColor;
25395
- pointer-events: none;
25396
- opacity: 0;
25397
- }
25398
- .v-tab--selected .v-tab__slider {
25399
- opacity: 1;
25400
- }
25401
- .v-slide-group--vertical .v-tab__slider {
25402
- top: 0;
25403
- height: 100%;
25404
- width: 2px;
25405
- }.v-tabs {
25406
- display: flex;
25407
- height: var(--v-tabs-height);
25408
- }
25409
- .v-tabs--density-default {
25410
- --v-tabs-height: 48px;
25411
- }
25412
- .v-tabs--density-default.v-tabs--stacked {
25413
- --v-tabs-height: 72px;
25414
- }
25415
-
25416
- .v-tabs--density-comfortable {
25417
- --v-tabs-height: 44px;
25418
- }
25419
- .v-tabs--density-comfortable.v-tabs--stacked {
25420
- --v-tabs-height: 68px;
25421
- }
25422
-
25423
- .v-tabs--density-compact {
25424
- --v-tabs-height: 36px;
25425
- }
25426
- .v-tabs--density-compact.v-tabs--stacked {
25427
- --v-tabs-height: 60px;
25428
- }
25429
-
25430
- .v-tabs.v-slide-group--vertical {
25431
- height: auto;
25432
- flex: none;
25433
- --v-tabs-height: 48px;
25434
- }
25435
-
25436
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25437
- margin-inline-start: 42px;
25438
- }
25439
-
25440
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25441
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25442
- margin-inline-end: auto;
25443
- }
25444
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25445
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25446
- margin-inline-start: auto;
25447
- }
25448
-
25449
- .v-tabs--grow {
25450
- flex-grow: 1;
25451
- }
25452
- .v-tabs--grow .v-tab {
25453
- flex: 1 0 auto;
25454
- max-width: none;
25455
- }
25456
-
25457
- .v-tabs--align-tabs-end .v-tab:first-child {
25458
- margin-inline-start: auto;
25459
- }
25460
- .v-tabs--align-tabs-end .v-tab:last-child {
25461
- margin-inline-end: 0;
25462
- }
25463
-
25464
- @media (max-width: 1279.98px) {
25465
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25466
- margin-inline-start: 52px;
25467
- }
25468
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25469
- margin-inline-end: 52px;
25470
- }
25471
25236
  }/* region BLOCK */
25472
25237
  .v-text-field input {
25473
25238
  color: inherit;
@@ -25574,6 +25339,9 @@ html.v-overlay-scroll-blocked {
25574
25339
  }
25575
25340
  .v-textarea textarea:invalid {
25576
25341
  box-shadow: none;
25342
+ }.v-theme-provider {
25343
+ background: rgb(var(--v-theme-background));
25344
+ color: rgb(var(--v-theme-on-background));
25577
25345
  }.v-timeline .v-timeline-divider__dot {
25578
25346
  background: rgb(var(--v-theme-surface-light));
25579
25347
  }
@@ -25992,9 +25760,6 @@ html.v-overlay-scroll-blocked {
25992
25760
 
25993
25761
  .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 {
25994
25762
  padding-inline-end: 0;
25995
- }.v-theme-provider {
25996
- background: rgb(var(--v-theme-background));
25997
- color: rgb(var(--v-theme-on-background));
25998
25763
  }.v-toolbar {
25999
25764
  align-items: flex-start;
26000
25765
  display: flex;
@@ -26117,128 +25882,418 @@ html.v-overlay-scroll-blocked {
26117
25882
  align-self: flex-end;
26118
25883
  padding-bottom: 6px;
26119
25884
  }
26120
- .v-toolbar--density-prominent .v-toolbar-title {
26121
- font-size: 1.5rem;
26122
- font-weight: 400;
26123
- letter-spacing: 0;
26124
- line-height: 2.25rem;
26125
- text-transform: none;
25885
+ .v-toolbar--density-prominent .v-toolbar-title {
25886
+ font-size: 1.5rem;
25887
+ font-weight: 400;
25888
+ letter-spacing: 0;
25889
+ line-height: 2.25rem;
25890
+ text-transform: none;
25891
+ }
25892
+
25893
+ .v-toolbar-title__placeholder {
25894
+ overflow: hidden;
25895
+ text-overflow: ellipsis;
25896
+ white-space: nowrap;
25897
+ }
25898
+
25899
+ .v-toolbar-items {
25900
+ display: flex;
25901
+ height: inherit;
25902
+ align-self: stretch;
25903
+ }
25904
+ .v-toolbar-items > .v-btn {
25905
+ border-radius: 0;
25906
+ }.v-tooltip > .v-overlay__content {
25907
+ background: rgb(var(--v-theme-surface-variant));
25908
+ color: rgb(var(--v-theme-on-surface-variant));
25909
+ border-radius: 4px;
25910
+ font-size: 0.875rem;
25911
+ line-height: 1.6;
25912
+ display: inline-block;
25913
+ padding: 5px 16px;
25914
+ text-transform: initial;
25915
+ width: auto;
25916
+ opacity: 1;
25917
+ pointer-events: none;
25918
+ transition-property: opacity, transform;
25919
+ overflow-wrap: break-word;
25920
+ }
25921
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25922
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25923
+ transition-duration: 150ms;
25924
+ }
25925
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25926
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25927
+ transition-duration: 75ms;
25928
+ }.v-window {
25929
+ overflow: hidden;
25930
+ }
25931
+ .v-window__container {
25932
+ display: flex;
25933
+ flex-direction: column;
25934
+ height: inherit;
25935
+ position: relative;
25936
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25937
+ }
25938
+ .v-window__controls {
25939
+ position: absolute;
25940
+ left: 0;
25941
+ top: 0;
25942
+ width: 100%;
25943
+ height: 100%;
25944
+ display: flex;
25945
+ align-items: center;
25946
+ justify-content: space-between;
25947
+ padding: 0 16px;
25948
+ pointer-events: none;
25949
+ }
25950
+ .v-window__controls > * {
25951
+ pointer-events: auto;
25952
+ }
25953
+ .v-window--show-arrows-on-hover {
25954
+ overflow: hidden;
25955
+ }
25956
+ .v-window--show-arrows-on-hover .v-window__left {
25957
+ transform: translateX(-200%);
25958
+ }
25959
+ .v-window--show-arrows-on-hover .v-window__right {
25960
+ transform: translateX(200%);
25961
+ }
25962
+ .v-window--show-arrows-on-hover:hover .v-window__left,
25963
+ .v-window--show-arrows-on-hover:hover .v-window__right {
25964
+ transform: translateX(0);
25965
+ }
25966
+
25967
+ .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
25968
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25969
+ }
25970
+ .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
25971
+ position: absolute !important;
25972
+ top: 0;
25973
+ width: 100%;
25974
+ }
25975
+ .v-window-x-transition-enter-from {
25976
+ transform: translateX(100%);
25977
+ }
25978
+ .v-window-x-transition-leave-to {
25979
+ transform: translateX(-100%);
25980
+ }
25981
+ .v-window-x-reverse-transition-enter-from {
25982
+ transform: translateX(-100%);
25983
+ }
25984
+ .v-window-x-reverse-transition-leave-to {
25985
+ transform: translateX(100%);
25986
+ }
25987
+ .v-window-y-transition-enter-from {
25988
+ transform: translateY(100%);
25989
+ }
25990
+ .v-window-y-transition-leave-to {
25991
+ transform: translateY(-100%);
25992
+ }
25993
+ .v-window-y-reverse-transition-enter-from {
25994
+ transform: translateY(-100%);
25995
+ }
25996
+ .v-window-y-reverse-transition-leave-to {
25997
+ transform: translateY(100%);
25998
+ }.v-virtual-scroll {
25999
+ display: block;
26000
+ flex: 1 1 auto;
26001
+ max-width: 100%;
26002
+ overflow: auto;
26003
+ position: relative;
26004
+ }
26005
+ .v-virtual-scroll__container {
26006
+ display: block;
26007
+ }.v-data-table {
26008
+ width: 100%;
26009
+ }
26010
+
26011
+ .v-data-table__table {
26012
+ width: 100%;
26013
+ border-collapse: separate;
26014
+ border-spacing: 0;
26015
+ }
26016
+
26017
+ .v-data-table__tr--focus {
26018
+ border: 1px dotted black;
26019
+ }
26020
+ .v-data-table__tr--clickable {
26021
+ cursor: pointer;
26022
+ }
26023
+
26024
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
26025
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
26026
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
26027
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
26028
+ text-align: end;
26029
+ }
26030
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
26031
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
26032
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
26033
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
26034
+ flex-direction: row-reverse;
26035
+ }
26036
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
26037
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
26038
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
26039
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
26040
+ text-align: center;
26041
+ }
26042
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
26043
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
26044
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
26045
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
26046
+ justify-content: center;
26047
+ }
26048
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
26049
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
26050
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
26051
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
26052
+ padding: 0 8px;
26053
+ }
26054
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
26055
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
26056
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
26057
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
26058
+ text-overflow: ellipsis;
26059
+ text-wrap: nowrap;
26060
+ overflow: hidden;
26061
+ }
26062
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
26063
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
26064
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
26065
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
26066
+ display: contents;
26067
+ }
26068
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
26069
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
26070
+ align-items: center;
26071
+ }
26072
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
26073
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
26074
+ position: sticky;
26075
+ }
26076
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
26077
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
26078
+ cursor: pointer;
26079
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26080
+ }
26081
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
26082
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
26083
+ opacity: 0;
26084
+ }
26085
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
26086
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
26087
+ opacity: 0.5;
26088
+ }
26089
+ .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
26090
+ .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
26091
+ height: -moz-fit-content;
26092
+ height: fit-content;
26093
+ }
26094
+
26095
+ .v-data-table-column--fixed,
26096
+ .v-data-table__th--sticky {
26097
+ background: rgb(var(--v-theme-surface));
26098
+ position: sticky !important;
26099
+ left: 0;
26100
+ z-index: 1;
26101
+ }
26102
+
26103
+ .v-data-table-column--last-fixed {
26104
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
26105
+ }
26106
+
26107
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
26108
+ z-index: 2;
26109
+ }
26110
+
26111
+ .v-data-table-group-header-row td {
26112
+ background: rgba(var(--v-theme-surface));
26113
+ color: rgba(var(--v-theme-on-surface));
26114
+ }
26115
+ .v-data-table-group-header-row td > span {
26116
+ padding-left: 5px;
26117
+ }
26118
+
26119
+ .v-data-table--loading .v-data-table__td {
26120
+ opacity: var(--v-disabled-opacity);
26121
+ }
26122
+
26123
+ .v-data-table-group-header-row__column {
26124
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
26125
+ }
26126
+
26127
+ .v-data-table-header__content {
26128
+ display: flex;
26129
+ align-items: center;
26130
+ }
26131
+
26132
+ .v-data-table-header__sort-badge {
26133
+ display: inline-flex;
26134
+ justify-content: center;
26135
+ align-items: center;
26136
+ font-size: 0.875rem;
26137
+ padding: 4px;
26138
+ border-radius: 50%;
26139
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
26140
+ min-width: 20px;
26141
+ min-height: 20px;
26142
+ width: 20px;
26143
+ height: 20px;
26144
+ }
26145
+
26146
+ .v-data-table-progress > th {
26147
+ border: none !important;
26148
+ height: auto !important;
26149
+ padding: 0 !important;
26150
+ }
26151
+
26152
+ .v-data-table-progress__loader {
26153
+ position: relative;
26154
+ }
26155
+
26156
+ .v-data-table-rows-loading,
26157
+ .v-data-table-rows-no-data {
26158
+ text-align: center;
26159
+ }
26160
+
26161
+ .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
26162
+ grid-template-columns: 0;
26163
+ justify-content: center;
26164
+ }
26165
+ .v-data-table__tr--mobile > .v-data-table__td--select-row {
26166
+ grid-template-columns: 0;
26167
+ justify-content: end;
26168
+ }
26169
+ .v-data-table__tr--mobile > td {
26170
+ align-items: center;
26171
+ column-gap: 4px;
26172
+ display: grid;
26173
+ grid-template-columns: repeat(2, 1fr);
26174
+ min-height: var(--v-table-row-height);
26175
+ }
26176
+ .v-data-table__tr--mobile > td:not(:last-child) {
26177
+ border-bottom: 0 !important;
26126
26178
  }
26127
26179
 
26128
- .v-toolbar-title__placeholder {
26129
- overflow: hidden;
26130
- text-overflow: ellipsis;
26131
- white-space: nowrap;
26180
+ .v-data-table__td-title {
26181
+ font-weight: 500;
26182
+ text-align: left;
26132
26183
  }
26133
26184
 
26134
- .v-toolbar-items {
26135
- display: flex;
26136
- height: inherit;
26137
- align-self: stretch;
26185
+ .v-data-table__td-value {
26186
+ text-align: right;
26138
26187
  }
26139
- .v-toolbar-items > .v-btn {
26140
- border-radius: 0;
26141
- }.v-tooltip > .v-overlay__content {
26142
- background: rgb(var(--v-theme-surface-variant));
26143
- color: rgb(var(--v-theme-on-surface-variant));
26144
- border-radius: 4px;
26145
- font-size: 0.875rem;
26146
- line-height: 1.6;
26147
- display: inline-block;
26148
- padding: 5px 16px;
26149
- text-transform: initial;
26150
- width: auto;
26151
- opacity: 1;
26152
- pointer-events: none;
26153
- transition-property: opacity, transform;
26154
- overflow-wrap: break-word;
26188
+
26189
+ .v-data-table__td-sort-icon {
26190
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
26155
26191
  }
26156
- .v-tooltip > .v-overlay__content[class*=enter-active] {
26157
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26158
- transition-duration: 150ms;
26192
+ .v-data-table__td-sort-icon-active {
26193
+ color: rgba(var(--v-theme-on-surface));
26194
+ }.v-data-table-footer {
26195
+ align-items: center;
26196
+ display: flex;
26197
+ flex-wrap: wrap;
26198
+ justify-content: flex-end;
26199
+ padding: 8px 4px;
26159
26200
  }
26160
- .v-tooltip > .v-overlay__content[class*=leave-active] {
26161
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26162
- transition-duration: 75ms;
26163
- }.v-virtual-scroll {
26164
- display: block;
26165
- flex: 1 1 auto;
26166
- max-width: 100%;
26167
- overflow: auto;
26168
- position: relative;
26201
+ .v-data-table-footer__items-per-page {
26202
+ align-items: center;
26203
+ display: flex;
26204
+ justify-content: center;
26169
26205
  }
26170
- .v-virtual-scroll__container {
26171
- display: block;
26172
- }.v-window {
26173
- overflow: hidden;
26206
+ .v-data-table-footer__items-per-page > span {
26207
+ padding-inline-end: 8px;
26174
26208
  }
26175
- .v-window__container {
26176
- display: flex;
26177
- flex-direction: column;
26178
- height: inherit;
26179
- position: relative;
26180
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26209
+ .v-data-table-footer__items-per-page > .v-select {
26210
+ width: 90px;
26181
26211
  }
26182
- .v-window__controls {
26183
- position: absolute;
26184
- left: 0;
26185
- top: 0;
26186
- width: 100%;
26187
- height: 100%;
26212
+ .v-data-table-footer__info {
26188
26213
  display: flex;
26189
- align-items: center;
26190
- justify-content: space-between;
26214
+ justify-content: flex-end;
26215
+ min-width: 116px;
26191
26216
  padding: 0 16px;
26192
- pointer-events: none;
26193
26217
  }
26194
- .v-window__controls > * {
26195
- pointer-events: auto;
26196
- }
26197
- .v-window--show-arrows-on-hover {
26198
- overflow: hidden;
26199
- }
26200
- .v-window--show-arrows-on-hover .v-window__left {
26201
- transform: translateX(-200%);
26218
+ .v-data-table-footer__paginationz {
26219
+ align-items: center;
26220
+ display: flex;
26221
+ margin-inline-start: 16px;
26202
26222
  }
26203
- .v-window--show-arrows-on-hover .v-window__right {
26204
- transform: translateX(200%);
26223
+ .v-data-table-footer__page {
26224
+ padding: 0 8px;
26225
+ }.v-layout {
26226
+ --v-scrollbar-offset: 0px;
26227
+ display: flex;
26228
+ flex: 1 1 auto;
26205
26229
  }
26206
- .v-window--show-arrows-on-hover:hover .v-window__left,
26207
- .v-window--show-arrows-on-hover:hover .v-window__right {
26208
- transform: translateX(0);
26230
+ .v-layout--full-height {
26231
+ --v-scrollbar-offset: inherit;
26232
+ height: 100%;
26233
+ }.v-layout-item {
26234
+ position: absolute;
26235
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26209
26236
  }
26210
26237
 
26211
- .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
26212
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26238
+ .v-layout-item--absolute {
26239
+ position: absolute;
26240
+ }.v-color-picker-canvas {
26241
+ display: flex;
26242
+ position: relative;
26243
+ overflow: hidden;
26244
+ contain: content;
26245
+ touch-action: none;
26213
26246
  }
26214
- .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
26215
- position: absolute !important;
26247
+ .v-color-picker-canvas__dot {
26248
+ position: absolute;
26216
26249
  top: 0;
26217
- width: 100%;
26218
- }
26219
- .v-window-x-transition-enter-from {
26220
- transform: translateX(100%);
26221
- }
26222
- .v-window-x-transition-leave-to {
26223
- transform: translateX(-100%);
26250
+ left: 0;
26251
+ width: 15px;
26252
+ height: 15px;
26253
+ background: transparent;
26254
+ border-radius: 50%;
26255
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26224
26256
  }
26225
- .v-window-x-reverse-transition-enter-from {
26226
- transform: translateX(-100%);
26257
+ .v-color-picker-canvas__dot--disabled {
26258
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26227
26259
  }
26228
- .v-window-x-reverse-transition-leave-to {
26229
- transform: translateX(100%);
26260
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26261
+ will-change: transform;
26262
+ }.v-color-picker-swatches {
26263
+ overflow-y: auto;
26230
26264
  }
26231
- .v-window-y-transition-enter-from {
26232
- transform: translateY(100%);
26265
+ .v-color-picker-swatches > div {
26266
+ display: flex;
26267
+ flex-wrap: wrap;
26268
+ justify-content: center;
26269
+ padding: 8px;
26233
26270
  }
26234
- .v-window-y-transition-leave-to {
26235
- transform: translateY(-100%);
26271
+
26272
+ .v-color-picker-swatches__swatch {
26273
+ display: flex;
26274
+ flex-direction: column;
26275
+ margin-bottom: 10px;
26236
26276
  }
26237
- .v-window-y-reverse-transition-enter-from {
26238
- transform: translateY(-100%);
26277
+
26278
+ .v-color-picker-swatches__color {
26279
+ position: relative;
26280
+ height: 18px;
26281
+ max-height: 18px;
26282
+ width: 45px;
26283
+ margin: 2px 4px;
26284
+ border-radius: 2px;
26285
+ -webkit-user-select: none;
26286
+ user-select: none;
26287
+ overflow: hidden;
26288
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26289
+ cursor: pointer;
26239
26290
  }
26240
- .v-window-y-reverse-transition-leave-to {
26241
- transform: translateY(100%);
26291
+ .v-color-picker-swatches__color > div {
26292
+ display: flex;
26293
+ align-items: center;
26294
+ justify-content: center;
26295
+ width: 100%;
26296
+ height: 100%;
26242
26297
  }.v-color-picker-preview__alpha .v-slider-track__background {
26243
26298
  background-color: transparent !important;
26244
26299
  }
@@ -26337,63 +26392,6 @@ html.v-overlay-scroll-blocked {
26337
26392
  }
26338
26393
  .v-color-picker-edit__input span {
26339
26394
  font-size: 0.75rem;
26340
- }.v-color-picker-canvas {
26341
- display: flex;
26342
- position: relative;
26343
- overflow: hidden;
26344
- contain: content;
26345
- touch-action: none;
26346
- }
26347
- .v-color-picker-canvas__dot {
26348
- position: absolute;
26349
- top: 0;
26350
- left: 0;
26351
- width: 15px;
26352
- height: 15px;
26353
- background: transparent;
26354
- border-radius: 50%;
26355
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26356
- }
26357
- .v-color-picker-canvas__dot--disabled {
26358
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26359
- }
26360
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26361
- will-change: transform;
26362
- }.v-color-picker-swatches {
26363
- overflow-y: auto;
26364
- }
26365
- .v-color-picker-swatches > div {
26366
- display: flex;
26367
- flex-wrap: wrap;
26368
- justify-content: center;
26369
- padding: 8px;
26370
- }
26371
-
26372
- .v-color-picker-swatches__swatch {
26373
- display: flex;
26374
- flex-direction: column;
26375
- margin-bottom: 10px;
26376
- }
26377
-
26378
- .v-color-picker-swatches__color {
26379
- position: relative;
26380
- height: 18px;
26381
- max-height: 18px;
26382
- width: 45px;
26383
- margin: 2px 4px;
26384
- border-radius: 2px;
26385
- -webkit-user-select: none;
26386
- user-select: none;
26387
- overflow: hidden;
26388
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26389
- cursor: pointer;
26390
- }
26391
- .v-color-picker-swatches__color > div {
26392
- display: flex;
26393
- align-items: center;
26394
- justify-content: center;
26395
- width: 100%;
26396
- height: 100%;
26397
26395
  }.v-picker.v-sheet {
26398
26396
  display: grid;
26399
26397
  grid-auto-rows: min-content;