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

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 (256) hide show
  1. package/dist/json/attributes.json +3720 -3712
  2. package/dist/json/importMap-labs.json +20 -20
  3. package/dist/json/importMap.json +160 -160
  4. package/dist/json/tags.json +2 -0
  5. package/dist/json/web-types.json +6734 -6716
  6. package/dist/vuetify-labs.css +2637 -2637
  7. package/dist/vuetify-labs.d.ts +2973 -13798
  8. package/dist/vuetify-labs.esm.js +31 -14
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +31 -14
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1108 -1108
  13. package/dist/vuetify.d.ts +3142 -12316
  14. package/dist/vuetify.esm.js +31 -14
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +31 -14
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +11 -11
  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 +8 -86
  23. package/lib/components/VApp/index.d.mts +4 -20
  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 +12 -148
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  29. package/lib/components/VAutocomplete/index.d.mts +201 -1360
  30. package/lib/components/VAvatar/index.d.mts +4 -31
  31. package/lib/components/VBadge/VBadge.mjs +1 -1
  32. package/lib/components/VBadge/index.d.mts +4 -41
  33. package/lib/components/VBanner/VBanner.mjs +1 -1
  34. package/lib/components/VBanner/index.d.mts +12 -88
  35. package/lib/components/VBottomNavigation/index.d.mts +4 -32
  36. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  37. package/lib/components/VBottomSheet/index.d.mts +4 -88
  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 +12 -65
  41. package/lib/components/VBtn/VBtn.mjs +1 -1
  42. package/lib/components/VBtn/index.d.mts +4 -72
  43. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
  44. package/lib/components/VBtnGroup/index.d.mts +4 -28
  45. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
  46. package/lib/components/VBtnToggle/index.d.mts +4 -24
  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 +24 -190
  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 +8 -86
  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 +8 -90
  58. package/lib/components/VChip/VChip.mjs +18 -10
  59. package/lib/components/VChip/VChip.mjs.map +1 -1
  60. package/lib/components/VChip/index.d.mts +9 -105
  61. package/lib/components/VChipGroup/VChipGroup.mjs +3 -1
  62. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  63. package/lib/components/VChipGroup/index.d.mts +9 -28
  64. package/lib/components/VCode/index.d.mts +4 -18
  65. package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
  66. package/lib/components/VColorPicker/index.d.mts +4 -68
  67. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  68. package/lib/components/VCombobox/index.d.mts +201 -1360
  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 +6 -13
  72. package/lib/components/VCounter/VCounter.mjs +1 -1
  73. package/lib/components/VCounter/index.d.mts +9 -31
  74. package/lib/components/VDataIterator/index.d.mts +12 -56
  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 +36 -388
  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 +24 -276
  89. package/lib/components/VDefaultsProvider/index.d.mts +4 -20
  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 +143 -389
  93. package/lib/components/VDivider/index.d.mts +4 -24
  94. package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
  95. package/lib/components/VEmptyState/index.d.mts +4 -66
  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 +16 -152
  99. package/lib/components/VFab/VFab.mjs +1 -1
  100. package/lib/components/VFab/index.d.mts +9 -78
  101. package/lib/components/VField/VField.mjs +3 -2
  102. package/lib/components/VField/VField.mjs.map +1 -1
  103. package/lib/components/VField/VFieldLabel.mjs +1 -1
  104. package/lib/components/VField/index.d.mts +11 -59
  105. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  106. package/lib/components/VFileInput/index.d.mts +71 -256
  107. package/lib/components/VFooter/VFooter.mjs +1 -1
  108. package/lib/components/VFooter/index.d.mts +4 -29
  109. package/lib/components/VForm/index.d.mts +267 -175
  110. package/lib/components/VGrid/VContainer.mjs +1 -1
  111. package/lib/components/VGrid/index.d.mts +16 -118
  112. package/lib/components/VHover/index.d.mts +4 -33
  113. package/lib/components/VIcon/index.d.mts +17 -75
  114. package/lib/components/VImg/VImg.mjs +1 -1
  115. package/lib/components/VImg/index.d.mts +19 -74
  116. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  117. package/lib/components/VInfiniteScroll/index.d.mts +4 -46
  118. package/lib/components/VInput/VInput.mjs +1 -1
  119. package/lib/components/VInput/index.d.mts +4 -37
  120. package/lib/components/VItemGroup/index.d.mts +8 -65
  121. package/lib/components/VKbd/index.d.mts +4 -18
  122. package/lib/components/VLabel/index.d.mts +4 -20
  123. package/lib/components/VLayout/index.d.mts +8 -48
  124. package/lib/components/VLazy/VLazy.mjs +1 -1
  125. package/lib/components/VLazy/index.d.mts +4 -31
  126. package/lib/components/VList/VList.mjs +1 -1
  127. package/lib/components/VList/VListChildren.mjs +1 -1
  128. package/lib/components/VList/VListGroup.mjs +1 -1
  129. package/lib/components/VList/VListItem.mjs +1 -1
  130. package/lib/components/VList/VListItemAction.mjs +1 -1
  131. package/lib/components/VList/VListItemMedia.mjs +1 -1
  132. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  133. package/lib/components/VList/index.d.mts +48 -291
  134. package/lib/components/VLocaleProvider/index.d.mts +4 -21
  135. package/lib/components/VMain/index.d.mts +4 -25
  136. package/lib/components/VMenu/VMenu.mjs +1 -1
  137. package/lib/components/VMenu/index.d.mts +155 -397
  138. package/lib/components/VMessages/index.d.mts +4 -27
  139. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  140. package/lib/components/VNavigationDrawer/index.d.mts +7 -62
  141. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  142. package/lib/components/VOtpInput/index.d.mts +7 -52
  143. package/lib/components/VOverlay/VOverlay.mjs +1 -1
  144. package/lib/components/VOverlay/index.d.mts +19 -101
  145. package/lib/components/VPagination/VPagination.mjs +1 -1
  146. package/lib/components/VPagination/index.d.mts +4 -64
  147. package/lib/components/VParallax/VParallax.mjs +1 -1
  148. package/lib/components/VParallax/index.d.mts +4 -27
  149. package/lib/components/VProgressCircular/index.d.mts +4 -34
  150. package/lib/components/VProgressLinear/index.d.mts +4 -54
  151. package/lib/components/VRadio/VRadio.mjs +1 -1
  152. package/lib/components/VRadio/index.d.mts +4 -68
  153. package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
  154. package/lib/components/VRadioGroup/index.d.mts +4 -48
  155. package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
  156. package/lib/components/VRangeSlider/index.d.mts +4 -107
  157. package/lib/components/VRating/VRating.mjs +1 -1
  158. package/lib/components/VRating/index.d.mts +4 -42
  159. package/lib/components/VResponsive/index.d.mts +4 -29
  160. package/lib/components/VSelect/VSelect.mjs +1 -1
  161. package/lib/components/VSelect/index.d.mts +200 -1352
  162. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
  163. package/lib/components/VSelectionControl/index.d.mts +10 -37
  164. package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
  165. package/lib/components/VSheet/VSheet.mjs +1 -1
  166. package/lib/components/VSheet/index.d.mts +4 -32
  167. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
  168. package/lib/components/VSkeletonLoader/index.d.mts +4 -28
  169. package/lib/components/VSlideGroup/index.d.mts +14 -70
  170. package/lib/components/VSlider/VSlider.mjs +1 -1
  171. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  172. package/lib/components/VSlider/index.d.mts +4 -106
  173. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  174. package/lib/components/VSnackbar/index.d.mts +152 -398
  175. package/lib/components/VSparkline/VBarline.mjs +1 -2
  176. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  177. package/lib/components/VSparkline/VSparkline.mjs +1 -1
  178. package/lib/components/VSparkline/VTrendline.mjs +1 -2
  179. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  180. package/lib/components/VSparkline/index.d.mts +4 -49
  181. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  182. package/lib/components/VSpeedDial/index.d.mts +4 -85
  183. package/lib/components/VStepper/VStepper.mjs +1 -1
  184. package/lib/components/VStepper/VStepperItem.mjs +1 -1
  185. package/lib/components/VStepper/VStepperWindow.mjs +1 -1
  186. package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
  187. package/lib/components/VStepper/index.d.mts +24 -250
  188. package/lib/components/VSwitch/VSwitch.mjs +1 -1
  189. package/lib/components/VSwitch/index.d.mts +4 -59
  190. package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
  191. package/lib/components/VSystemBar/index.d.mts +4 -28
  192. package/lib/components/VTable/index.d.mts +4 -33
  193. package/lib/components/VTabs/VTab.mjs +1 -1
  194. package/lib/components/VTabs/VTabs.mjs +1 -1
  195. package/lib/components/VTabs/VTabsWindow.mjs +1 -1
  196. package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
  197. package/lib/components/VTabs/index.d.mts +98 -394
  198. package/lib/components/VTextField/VTextField.mjs +1 -1
  199. package/lib/components/VTextField/index.d.mts +152 -374
  200. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  201. package/lib/components/VTextarea/index.d.mts +71 -244
  202. package/lib/components/VThemeProvider/index.d.mts +4 -20
  203. package/lib/components/VTimeline/VTimeline.mjs +1 -1
  204. package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
  205. package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
  206. package/lib/components/VTimeline/index.d.mts +8 -75
  207. package/lib/components/VToolbar/VToolbar.mjs +1 -1
  208. package/lib/components/VToolbar/index.d.mts +12 -90
  209. package/lib/components/VTooltip/VTooltip.mjs +1 -1
  210. package/lib/components/VTooltip/index.d.mts +147 -386
  211. package/lib/components/VValidation/index.d.mts +10 -24
  212. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  213. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
  214. package/lib/components/VVirtualScroll/index.d.mts +4 -15
  215. package/lib/components/VWindow/VWindow.mjs +1 -1
  216. package/lib/components/VWindow/VWindowItem.mjs +1 -1
  217. package/lib/components/VWindow/index.d.mts +8 -47
  218. package/lib/components/index.d.mts +2960 -12134
  219. package/lib/components/transitions/dialog-transition.mjs +1 -2
  220. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  221. package/lib/components/transitions/index.d.mts +64 -309
  222. package/lib/composables/icons.mjs +1 -1
  223. package/lib/composables/variant.mjs +1 -1
  224. package/lib/composables/virtual.mjs +1 -1
  225. package/lib/composables/virtual.mjs.map +1 -1
  226. package/lib/entry-bundler.mjs +1 -1
  227. package/lib/entry-bundler.mjs.map +1 -1
  228. package/lib/framework.mjs +1 -1
  229. package/lib/framework.mjs.map +1 -1
  230. package/lib/index.d.mts +63 -63
  231. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  232. package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
  233. package/lib/labs/VCalendar/index.d.mts +24 -211
  234. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  235. package/lib/labs/VDateInput/index.d.mts +4 -115
  236. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  237. package/lib/labs/VNumberInput/index.d.mts +577 -1280
  238. package/lib/labs/VPicker/VPicker.mjs +1 -1
  239. package/lib/labs/VPicker/index.d.mts +8 -63
  240. package/lib/labs/VPullToRefresh/index.d.mts +4 -35
  241. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
  242. package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
  243. package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
  244. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
  245. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
  246. package/lib/labs/VStepperVertical/index.d.mts +12 -227
  247. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  248. package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
  249. package/lib/labs/VTimePicker/index.d.mts +12 -122
  250. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  251. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  252. package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
  253. package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
  254. package/lib/labs/VTreeview/index.d.mts +18 -205
  255. package/lib/labs/components.d.mts +1015 -2912
  256. package/package.json +5 -4
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.4-master.2024-12-02
2
+ * Vuetify v3.7.5-dev.2024-12-03
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18006,197 +18006,6 @@ html.overflow-y-hidden {
18006
18006
  }
18007
18007
  .v-app-bar:not(.v-toolbar--absolute) {
18008
18008
  padding-inline-end: var(--v-scrollbar-offset);
18009
- }.v-autocomplete .v-field .v-text-field__prefix,
18010
- .v-autocomplete .v-field .v-text-field__suffix,
18011
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18012
- cursor: text;
18013
- }
18014
- .v-autocomplete .v-field .v-field__input > input {
18015
- flex: 1 1;
18016
- }
18017
- .v-autocomplete .v-field input {
18018
- min-width: 64px;
18019
- }
18020
- .v-autocomplete .v-field:not(.v-field--focused) input {
18021
- min-width: 0;
18022
- }
18023
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18024
- margin-inline-end: 2px;
18025
- }
18026
- .v-autocomplete .v-autocomplete__selection-text {
18027
- overflow: hidden;
18028
- text-overflow: ellipsis;
18029
- white-space: nowrap;
18030
- }
18031
-
18032
- .v-autocomplete__content {
18033
- overflow: hidden;
18034
- }
18035
- .v-autocomplete__content {
18036
- 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));
18037
- }
18038
- .v-autocomplete__content {
18039
- border-radius: 4px;
18040
- }
18041
- .v-autocomplete__mask {
18042
- background: rgb(var(--v-theme-surface-light));
18043
- }
18044
- .v-autocomplete__selection {
18045
- display: inline-flex;
18046
- align-items: center;
18047
- height: 1.5rem;
18048
- letter-spacing: inherit;
18049
- line-height: inherit;
18050
- max-width: calc(100% - 2px - 2px);
18051
- }
18052
- .v-autocomplete__selection:first-child {
18053
- margin-inline-start: 0;
18054
- }
18055
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18056
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18057
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18058
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18059
- top: 0px;
18060
- }
18061
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18062
- opacity: var(--v-medium-emphasis-opacity);
18063
- }
18064
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18065
- opacity: 1;
18066
- }
18067
- .v-autocomplete--selecting-index .v-field__input > input {
18068
- caret-color: transparent;
18069
- }
18070
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18071
- flex: 1 1;
18072
- position: absolute;
18073
- left: 0;
18074
- right: 0;
18075
- width: 100%;
18076
- padding-inline: inherit;
18077
- }
18078
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18079
- transition: none;
18080
- }
18081
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18082
- opacity: 0;
18083
- }
18084
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18085
- opacity: 0;
18086
- }
18087
- .v-autocomplete__menu-icon {
18088
- margin-inline-start: 4px;
18089
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18090
- }
18091
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18092
- opacity: var(--v-high-emphasis-opacity);
18093
- transform: rotate(180deg);
18094
- }.v-avatar {
18095
- flex: none;
18096
- align-items: center;
18097
- display: inline-flex;
18098
- justify-content: center;
18099
- line-height: normal;
18100
- overflow: hidden;
18101
- position: relative;
18102
- text-align: center;
18103
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18104
- transition-property: width, height;
18105
- vertical-align: middle;
18106
- }
18107
- .v-avatar.v-avatar--size-x-small {
18108
- --v-avatar-height: 24px;
18109
- }
18110
- .v-avatar.v-avatar--size-small {
18111
- --v-avatar-height: 32px;
18112
- }
18113
- .v-avatar.v-avatar--size-default {
18114
- --v-avatar-height: 40px;
18115
- }
18116
- .v-avatar.v-avatar--size-large {
18117
- --v-avatar-height: 48px;
18118
- }
18119
- .v-avatar.v-avatar--size-x-large {
18120
- --v-avatar-height: 56px;
18121
- }
18122
- .v-avatar.v-avatar--density-default {
18123
- height: calc(var(--v-avatar-height) + 0px);
18124
- width: calc(var(--v-avatar-height) + 0px);
18125
- }
18126
- .v-avatar.v-avatar--density-comfortable {
18127
- height: calc(var(--v-avatar-height) + -4px);
18128
- width: calc(var(--v-avatar-height) + -4px);
18129
- }
18130
- .v-avatar.v-avatar--density-compact {
18131
- height: calc(var(--v-avatar-height) + -8px);
18132
- width: calc(var(--v-avatar-height) + -8px);
18133
- }
18134
- .v-avatar {
18135
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18136
- border-style: solid;
18137
- border-width: 0;
18138
- }
18139
- .v-avatar--border {
18140
- border-width: thin;
18141
- box-shadow: none;
18142
- }
18143
- .v-avatar {
18144
- border-radius: 50%;
18145
- }
18146
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18147
- background: transparent;
18148
- color: inherit;
18149
- }
18150
- .v-avatar--variant-plain {
18151
- opacity: 0.62;
18152
- }
18153
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18154
- opacity: 1;
18155
- }
18156
- .v-avatar--variant-plain .v-avatar__overlay {
18157
- display: none;
18158
- }
18159
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
18160
- background: var(--v-theme-surface);
18161
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18162
- }
18163
- .v-avatar--variant-elevated {
18164
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18165
- }
18166
- .v-avatar--variant-flat {
18167
- 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));
18168
- }
18169
- .v-avatar--variant-outlined {
18170
- border: thin solid currentColor;
18171
- }
18172
- .v-avatar--variant-text .v-avatar__overlay {
18173
- background: currentColor;
18174
- }
18175
- .v-avatar--variant-tonal .v-avatar__underlay {
18176
- background: currentColor;
18177
- opacity: var(--v-activated-opacity);
18178
- border-radius: inherit;
18179
- top: 0;
18180
- right: 0;
18181
- bottom: 0;
18182
- left: 0;
18183
- pointer-events: none;
18184
- }
18185
- .v-avatar .v-avatar__underlay {
18186
- position: absolute;
18187
- }
18188
- .v-avatar--rounded {
18189
- border-radius: 4px;
18190
- }
18191
- .v-avatar--start {
18192
- margin-inline-end: 8px;
18193
- }
18194
- .v-avatar--end {
18195
- margin-inline-start: 8px;
18196
- }
18197
- .v-avatar .v-img {
18198
- height: 100%;
18199
- width: 100%;
18200
18009
  }.v-alert {
18201
18010
  display: grid;
18202
18011
  flex: 1 1;
@@ -18413,69 +18222,274 @@ html.overflow-y-hidden {
18413
18222
  text-transform: none;
18414
18223
  word-break: normal;
18415
18224
  word-wrap: break-word;
18416
- }.v-bottom-navigation {
18417
- display: flex;
18418
- max-width: 100%;
18419
- overflow: hidden;
18420
- position: absolute;
18421
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18225
+ }.v-autocomplete .v-field .v-text-field__prefix,
18226
+ .v-autocomplete .v-field .v-text-field__suffix,
18227
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18228
+ cursor: text;
18422
18229
  }
18423
- .v-bottom-navigation {
18424
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18425
- border-style: solid;
18426
- border-width: 0;
18230
+ .v-autocomplete .v-field .v-field__input > input {
18231
+ flex: 1 1;
18427
18232
  }
18428
- .v-bottom-navigation--border {
18429
- border-width: thin;
18430
- box-shadow: none;
18233
+ .v-autocomplete .v-field input {
18234
+ min-width: 64px;
18431
18235
  }
18432
- .v-bottom-navigation {
18433
- border-radius: 0;
18236
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18237
+ min-width: 0;
18434
18238
  }
18435
- .v-bottom-navigation {
18436
- background: rgb(var(--v-theme-surface));
18437
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18239
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18240
+ margin-inline-end: 2px;
18438
18241
  }
18439
- .v-bottom-navigation--active {
18440
- 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));
18242
+ .v-autocomplete .v-autocomplete__selection-text {
18243
+ overflow: hidden;
18244
+ text-overflow: ellipsis;
18245
+ white-space: nowrap;
18441
18246
  }
18442
18247
 
18443
- .v-bottom-navigation__content {
18444
- display: flex;
18445
- flex: none;
18446
- font-size: 0.75rem;
18447
- justify-content: center;
18448
- transition: inherit;
18449
- width: 100%;
18248
+ .v-autocomplete__content {
18249
+ overflow: hidden;
18450
18250
  }
18451
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18452
- font-size: inherit;
18453
- height: 100%;
18454
- max-width: 168px;
18455
- min-width: 80px;
18456
- text-transform: none;
18457
- transition: inherit;
18458
- width: auto;
18251
+ .v-autocomplete__content {
18252
+ 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));
18459
18253
  }
18460
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18461
- border-radius: 0;
18254
+ .v-autocomplete__content {
18255
+ border-radius: 4px;
18462
18256
  }
18463
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18464
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18465
- transition: inherit;
18257
+ .v-autocomplete__mask {
18258
+ background: rgb(var(--v-theme-surface-light));
18466
18259
  }
18467
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18468
- font-size: 1.5rem;
18260
+ .v-autocomplete__selection {
18261
+ display: inline-flex;
18262
+ align-items: center;
18263
+ height: 1.5rem;
18264
+ letter-spacing: inherit;
18265
+ line-height: inherit;
18266
+ max-width: calc(100% - 2px - 2px);
18469
18267
  }
18470
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18471
- flex-grow: 1;
18268
+ .v-autocomplete__selection:first-child {
18269
+ margin-inline-start: 0;
18472
18270
  }
18473
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18474
- transition: inherit;
18271
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18272
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18273
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18274
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18275
+ top: 0px;
18276
+ }
18277
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18278
+ opacity: var(--v-medium-emphasis-opacity);
18279
+ }
18280
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18281
+ opacity: 1;
18282
+ }
18283
+ .v-autocomplete--selecting-index .v-field__input > input {
18284
+ caret-color: transparent;
18285
+ }
18286
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18287
+ flex: 1 1;
18288
+ position: absolute;
18289
+ left: 0;
18290
+ right: 0;
18291
+ width: 100%;
18292
+ padding-inline: inherit;
18293
+ }
18294
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18295
+ transition: none;
18296
+ }
18297
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18475
18298
  opacity: 0;
18476
18299
  }
18477
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18478
- transform: translateY(0.5rem);
18300
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18301
+ opacity: 0;
18302
+ }
18303
+ .v-autocomplete__menu-icon {
18304
+ margin-inline-start: 4px;
18305
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18306
+ }
18307
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18308
+ opacity: var(--v-high-emphasis-opacity);
18309
+ transform: rotate(180deg);
18310
+ }.v-avatar {
18311
+ flex: none;
18312
+ align-items: center;
18313
+ display: inline-flex;
18314
+ justify-content: center;
18315
+ line-height: normal;
18316
+ overflow: hidden;
18317
+ position: relative;
18318
+ text-align: center;
18319
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18320
+ transition-property: width, height;
18321
+ vertical-align: middle;
18322
+ }
18323
+ .v-avatar.v-avatar--size-x-small {
18324
+ --v-avatar-height: 24px;
18325
+ }
18326
+ .v-avatar.v-avatar--size-small {
18327
+ --v-avatar-height: 32px;
18328
+ }
18329
+ .v-avatar.v-avatar--size-default {
18330
+ --v-avatar-height: 40px;
18331
+ }
18332
+ .v-avatar.v-avatar--size-large {
18333
+ --v-avatar-height: 48px;
18334
+ }
18335
+ .v-avatar.v-avatar--size-x-large {
18336
+ --v-avatar-height: 56px;
18337
+ }
18338
+ .v-avatar.v-avatar--density-default {
18339
+ height: calc(var(--v-avatar-height) + 0px);
18340
+ width: calc(var(--v-avatar-height) + 0px);
18341
+ }
18342
+ .v-avatar.v-avatar--density-comfortable {
18343
+ height: calc(var(--v-avatar-height) + -4px);
18344
+ width: calc(var(--v-avatar-height) + -4px);
18345
+ }
18346
+ .v-avatar.v-avatar--density-compact {
18347
+ height: calc(var(--v-avatar-height) + -8px);
18348
+ width: calc(var(--v-avatar-height) + -8px);
18349
+ }
18350
+ .v-avatar {
18351
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18352
+ border-style: solid;
18353
+ border-width: 0;
18354
+ }
18355
+ .v-avatar--border {
18356
+ border-width: thin;
18357
+ box-shadow: none;
18358
+ }
18359
+ .v-avatar {
18360
+ border-radius: 50%;
18361
+ }
18362
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18363
+ background: transparent;
18364
+ color: inherit;
18365
+ }
18366
+ .v-avatar--variant-plain {
18367
+ opacity: 0.62;
18368
+ }
18369
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18370
+ opacity: 1;
18371
+ }
18372
+ .v-avatar--variant-plain .v-avatar__overlay {
18373
+ display: none;
18374
+ }
18375
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
18376
+ background: var(--v-theme-surface);
18377
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18378
+ }
18379
+ .v-avatar--variant-elevated {
18380
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18381
+ }
18382
+ .v-avatar--variant-flat {
18383
+ 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));
18384
+ }
18385
+ .v-avatar--variant-outlined {
18386
+ border: thin solid currentColor;
18387
+ }
18388
+ .v-avatar--variant-text .v-avatar__overlay {
18389
+ background: currentColor;
18390
+ }
18391
+ .v-avatar--variant-tonal .v-avatar__underlay {
18392
+ background: currentColor;
18393
+ opacity: var(--v-activated-opacity);
18394
+ border-radius: inherit;
18395
+ top: 0;
18396
+ right: 0;
18397
+ bottom: 0;
18398
+ left: 0;
18399
+ pointer-events: none;
18400
+ }
18401
+ .v-avatar .v-avatar__underlay {
18402
+ position: absolute;
18403
+ }
18404
+ .v-avatar--rounded {
18405
+ border-radius: 4px;
18406
+ }
18407
+ .v-avatar--start {
18408
+ margin-inline-end: 8px;
18409
+ }
18410
+ .v-avatar--end {
18411
+ margin-inline-start: 8px;
18412
+ }
18413
+ .v-avatar .v-img {
18414
+ height: 100%;
18415
+ width: 100%;
18416
+ }.v-badge {
18417
+ display: inline-block;
18418
+ line-height: 1;
18419
+ }
18420
+
18421
+ .v-badge__badge {
18422
+ align-items: center;
18423
+ display: inline-flex;
18424
+ border-radius: 10px;
18425
+ font-family: "Roboto", sans-serif;
18426
+ font-size: 0.75rem;
18427
+ font-weight: 500;
18428
+ height: 1.25rem;
18429
+ justify-content: center;
18430
+ min-width: 20px;
18431
+ padding: 4px 6px;
18432
+ pointer-events: auto;
18433
+ position: absolute;
18434
+ text-align: center;
18435
+ text-indent: 0;
18436
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18437
+ white-space: nowrap;
18438
+ }
18439
+ .v-badge__badge {
18440
+ background: rgb(var(--v-theme-surface-variant));
18441
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18442
+ }
18443
+ .v-badge__badge:has(.v-icon) {
18444
+ padding: 4px 6px;
18445
+ }
18446
+ .v-badge--bordered .v-badge__badge::after {
18447
+ border-radius: inherit;
18448
+ border-style: solid;
18449
+ border-width: 2px;
18450
+ bottom: 0;
18451
+ color: rgb(var(--v-theme-background));
18452
+ content: "";
18453
+ left: 0;
18454
+ position: absolute;
18455
+ right: 0;
18456
+ top: 0;
18457
+ transform: scale(1.05);
18458
+ }
18459
+ .v-badge--dot .v-badge__badge {
18460
+ border-radius: 4.5px;
18461
+ height: 9px;
18462
+ min-width: 0;
18463
+ padding: 0;
18464
+ width: 9px;
18465
+ }
18466
+ .v-badge--dot .v-badge__badge::after {
18467
+ border-width: 1.5px;
18468
+ }
18469
+ .v-badge--inline .v-badge__badge {
18470
+ position: relative;
18471
+ vertical-align: middle;
18472
+ }
18473
+ .v-badge__badge .v-icon {
18474
+ color: inherit;
18475
+ font-size: 0.75rem;
18476
+ margin: 0 -2px;
18477
+ }
18478
+ .v-badge__badge img,
18479
+ .v-badge__badge .v-img {
18480
+ height: 100%;
18481
+ width: 100%;
18482
+ }
18483
+
18484
+ .v-badge__wrapper {
18485
+ display: flex;
18486
+ position: relative;
18487
+ }
18488
+ .v-badge--inline .v-badge__wrapper {
18489
+ align-items: center;
18490
+ display: inline-flex;
18491
+ justify-content: center;
18492
+ margin: 0 4px;
18479
18493
  }.v-banner {
18480
18494
  display: grid;
18481
18495
  flex: 1 1;
@@ -18642,63 +18656,69 @@ html.overflow-y-hidden {
18642
18656
  }
18643
18657
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18644
18658
  align-self: flex-start;
18645
- }.v-breadcrumbs {
18659
+ }.v-bottom-navigation {
18646
18660
  display: flex;
18647
- align-items: center;
18648
- line-height: 1.6;
18649
- padding: 16px 12px;
18650
- }
18651
- .v-breadcrumbs--rounded {
18652
- border-radius: 4px;
18661
+ max-width: 100%;
18662
+ overflow: hidden;
18663
+ position: absolute;
18664
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18653
18665
  }
18654
- .v-breadcrumbs--density-default {
18655
- padding-top: 16px;
18656
- padding-bottom: 16px;
18666
+ .v-bottom-navigation {
18667
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18668
+ border-style: solid;
18669
+ border-width: 0;
18657
18670
  }
18658
-
18659
- .v-breadcrumbs--density-comfortable {
18660
- padding-top: 12px;
18661
- padding-bottom: 12px;
18671
+ .v-bottom-navigation--border {
18672
+ border-width: thin;
18673
+ box-shadow: none;
18662
18674
  }
18663
-
18664
- .v-breadcrumbs--density-compact {
18665
- padding-top: 8px;
18666
- padding-bottom: 8px;
18675
+ .v-bottom-navigation {
18676
+ border-radius: 0;
18667
18677
  }
18668
-
18669
- .v-breadcrumbs__prepend {
18670
- align-items: center;
18671
- display: inline-flex;
18678
+ .v-bottom-navigation {
18679
+ background: rgb(var(--v-theme-surface));
18680
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18681
+ }
18682
+ .v-bottom-navigation--active {
18683
+ 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));
18672
18684
  }
18673
18685
 
18674
- .v-breadcrumbs-item {
18675
- align-items: center;
18676
- color: inherit;
18677
- display: inline-flex;
18678
- padding: 0 4px;
18679
- text-decoration: none;
18680
- vertical-align: middle;
18686
+ .v-bottom-navigation__content {
18687
+ display: flex;
18688
+ flex: none;
18689
+ font-size: 0.75rem;
18690
+ justify-content: center;
18691
+ transition: inherit;
18692
+ width: 100%;
18681
18693
  }
18682
- .v-breadcrumbs-item--disabled {
18683
- opacity: var(--v-disabled-opacity);
18684
- pointer-events: none;
18694
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18695
+ font-size: inherit;
18696
+ height: 100%;
18697
+ max-width: 168px;
18698
+ min-width: 80px;
18699
+ text-transform: none;
18700
+ transition: inherit;
18701
+ width: auto;
18685
18702
  }
18686
- .v-breadcrumbs-item--link {
18687
- color: inherit;
18688
- text-decoration: none;
18703
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18704
+ border-radius: 0;
18689
18705
  }
18690
- .v-breadcrumbs-item--link:hover {
18691
- text-decoration: underline;
18706
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18707
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18708
+ transition: inherit;
18692
18709
  }
18693
- .v-breadcrumbs-item .v-icon {
18694
- font-size: 1rem;
18695
- margin-inline: -4px 2px;
18710
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18711
+ font-size: 1.5rem;
18696
18712
  }
18697
-
18698
- .v-breadcrumbs-divider {
18699
- display: inline-block;
18700
- padding: 0 8px;
18701
- vertical-align: middle;
18713
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18714
+ flex-grow: 1;
18715
+ }
18716
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18717
+ transition: inherit;
18718
+ opacity: 0;
18719
+ }
18720
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18721
+ transform: translateY(0.5rem);
18702
18722
  }.bottom-sheet-transition-enter-from {
18703
18723
  transform: translateY(100%);
18704
18724
  }
@@ -18733,6 +18753,63 @@ html.overflow-y-hidden {
18733
18753
  .v-bottom-sheet.v-bottom-sheet--inset {
18734
18754
  max-width: 70%;
18735
18755
  }
18756
+ }.v-breadcrumbs {
18757
+ display: flex;
18758
+ align-items: center;
18759
+ line-height: 1.6;
18760
+ padding: 16px 12px;
18761
+ }
18762
+ .v-breadcrumbs--rounded {
18763
+ border-radius: 4px;
18764
+ }
18765
+ .v-breadcrumbs--density-default {
18766
+ padding-top: 16px;
18767
+ padding-bottom: 16px;
18768
+ }
18769
+
18770
+ .v-breadcrumbs--density-comfortable {
18771
+ padding-top: 12px;
18772
+ padding-bottom: 12px;
18773
+ }
18774
+
18775
+ .v-breadcrumbs--density-compact {
18776
+ padding-top: 8px;
18777
+ padding-bottom: 8px;
18778
+ }
18779
+
18780
+ .v-breadcrumbs__prepend {
18781
+ align-items: center;
18782
+ display: inline-flex;
18783
+ }
18784
+
18785
+ .v-breadcrumbs-item {
18786
+ align-items: center;
18787
+ color: inherit;
18788
+ display: inline-flex;
18789
+ padding: 0 4px;
18790
+ text-decoration: none;
18791
+ vertical-align: middle;
18792
+ }
18793
+ .v-breadcrumbs-item--disabled {
18794
+ opacity: var(--v-disabled-opacity);
18795
+ pointer-events: none;
18796
+ }
18797
+ .v-breadcrumbs-item--link {
18798
+ color: inherit;
18799
+ text-decoration: none;
18800
+ }
18801
+ .v-breadcrumbs-item--link:hover {
18802
+ text-decoration: underline;
18803
+ }
18804
+ .v-breadcrumbs-item .v-icon {
18805
+ font-size: 1rem;
18806
+ margin-inline: -4px 2px;
18807
+ }
18808
+
18809
+ .v-breadcrumbs-divider {
18810
+ display: inline-block;
18811
+ padding: 0 8px;
18812
+ vertical-align: middle;
18736
18813
  }.v-btn {
18737
18814
  align-items: center;
18738
18815
  border-radius: 4px;
@@ -19157,6 +19234,22 @@ html.overflow-y-hidden {
19157
19234
  }
19158
19235
  .v-pagination .v-pagination__item--is-active .v-btn__overlay {
19159
19236
  opacity: var(--v-border-opacity);
19237
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19238
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19239
+ }
19240
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19241
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19242
+ }
19243
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19244
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19245
+ }
19246
+ @supports not selector(:focus-visible) {
19247
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19248
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19249
+ }
19250
+ }
19251
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19252
+ opacity: 1;
19160
19253
  }.v-btn-group {
19161
19254
  display: inline-flex;
19162
19255
  flex-wrap: nowrap;
@@ -19529,22 +19622,6 @@ html.overflow-y-hidden {
19529
19622
  pointer-events: none;
19530
19623
  opacity: 0;
19531
19624
  transition: opacity 0.2s ease-in-out;
19532
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19533
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19534
- }
19535
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19536
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19537
- }
19538
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19539
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19540
- }
19541
- @supports not selector(:focus-visible) {
19542
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19543
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19544
- }
19545
- }
19546
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19547
- opacity: 1;
19548
19625
  }.v-carousel {
19549
19626
  overflow: hidden;
19550
19627
  position: relative;
@@ -19610,88 +19687,6 @@ html.overflow-y-hidden {
19610
19687
  flex-direction: column;
19611
19688
  height: 100% !important;
19612
19689
  width: 50px;
19613
- }.v-badge {
19614
- display: inline-block;
19615
- line-height: 1;
19616
- }
19617
-
19618
- .v-badge__badge {
19619
- align-items: center;
19620
- display: inline-flex;
19621
- border-radius: 10px;
19622
- font-family: "Roboto", sans-serif;
19623
- font-size: 0.75rem;
19624
- font-weight: 500;
19625
- height: 1.25rem;
19626
- justify-content: center;
19627
- min-width: 20px;
19628
- padding: 4px 6px;
19629
- pointer-events: auto;
19630
- position: absolute;
19631
- text-align: center;
19632
- text-indent: 0;
19633
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
19634
- white-space: nowrap;
19635
- }
19636
- .v-badge__badge {
19637
- background: rgb(var(--v-theme-surface-variant));
19638
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
19639
- }
19640
- .v-badge__badge:has(.v-icon) {
19641
- padding: 4px 6px;
19642
- }
19643
- .v-badge--bordered .v-badge__badge::after {
19644
- border-radius: inherit;
19645
- border-style: solid;
19646
- border-width: 2px;
19647
- bottom: 0;
19648
- color: rgb(var(--v-theme-background));
19649
- content: "";
19650
- left: 0;
19651
- position: absolute;
19652
- right: 0;
19653
- top: 0;
19654
- transform: scale(1.05);
19655
- }
19656
- .v-badge--dot .v-badge__badge {
19657
- border-radius: 4.5px;
19658
- height: 9px;
19659
- min-width: 0;
19660
- padding: 0;
19661
- width: 9px;
19662
- }
19663
- .v-badge--dot .v-badge__badge::after {
19664
- border-width: 1.5px;
19665
- }
19666
- .v-badge--inline .v-badge__badge {
19667
- position: relative;
19668
- vertical-align: middle;
19669
- }
19670
- .v-badge__badge .v-icon {
19671
- color: inherit;
19672
- font-size: 0.75rem;
19673
- margin: 0 -2px;
19674
- }
19675
- .v-badge__badge img,
19676
- .v-badge__badge .v-img {
19677
- height: 100%;
19678
- width: 100%;
19679
- }
19680
-
19681
- .v-badge__wrapper {
19682
- display: flex;
19683
- position: relative;
19684
- }
19685
- .v-badge--inline .v-badge__wrapper {
19686
- align-items: center;
19687
- display: inline-flex;
19688
- justify-content: center;
19689
- margin: 0 4px;
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
19690
  }.v-chip {
19696
19691
  align-items: center;
19697
19692
  display: inline-flex;
@@ -20110,6 +20105,11 @@ html.overflow-y-hidden {
20110
20105
 
20111
20106
  .v-chip--label {
20112
20107
  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
20113
  }.v-chip-group {
20114
20114
  display: flex;
20115
20115
  max-width: 100%;
@@ -20240,37 +20240,6 @@ html.overflow-y-hidden {
20240
20240
  flex: 0 1 auto;
20241
20241
  font-size: 12px;
20242
20242
  transition-duration: 150ms;
20243
- }.v-data-table-footer {
20244
- align-items: center;
20245
- display: flex;
20246
- flex-wrap: wrap;
20247
- justify-content: flex-end;
20248
- padding: 8px 4px;
20249
- }
20250
- .v-data-table-footer__items-per-page {
20251
- align-items: center;
20252
- display: flex;
20253
- justify-content: center;
20254
- }
20255
- .v-data-table-footer__items-per-page > span {
20256
- padding-inline-end: 8px;
20257
- }
20258
- .v-data-table-footer__items-per-page > .v-select {
20259
- width: 90px;
20260
- }
20261
- .v-data-table-footer__info {
20262
- display: flex;
20263
- justify-content: flex-end;
20264
- min-width: 116px;
20265
- padding: 0 16px;
20266
- }
20267
- .v-data-table-footer__paginationz {
20268
- align-items: center;
20269
- display: flex;
20270
- margin-inline-start: 16px;
20271
- }
20272
- .v-data-table-footer__page {
20273
- padding: 0 8px;
20274
20243
  }.v-data-table {
20275
20244
  width: 100%;
20276
20245
  }
@@ -20458,68 +20427,98 @@ html.overflow-y-hidden {
20458
20427
  }
20459
20428
  .v-data-table__td-sort-icon-active {
20460
20429
  color: rgba(var(--v-theme-on-surface));
20461
- }.v-date-picker-controls {
20430
+ }.v-data-table-footer {
20431
+ align-items: center;
20462
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 {
20463
20438
  align-items: center;
20464
- justify-content: space-between;
20465
- font-size: 0.875rem;
20466
- padding-top: 4px;
20467
- padding-bottom: 4px;
20468
- padding-inline-start: 6px;
20469
- padding-inline-end: 12px;
20439
+ display: flex;
20440
+ justify-content: center;
20470
20441
  }
20471
- .v-date-picker-controls > .v-btn:first-child {
20472
- text-transform: none;
20473
- font-weight: 400;
20474
- line-height: initial;
20475
- letter-spacing: initial;
20442
+ .v-data-table-footer__items-per-page > span {
20443
+ padding-inline-end: 8px;
20476
20444
  }
20477
- .v-date-picker-controls--variant-classic {
20478
- padding-inline-start: 12px;
20445
+ .v-data-table-footer__items-per-page > .v-select {
20446
+ width: 90px;
20479
20447
  }
20480
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20481
- opacity: 0.7;
20448
+ .v-data-table-footer__info {
20449
+ display: flex;
20450
+ justify-content: flex-end;
20451
+ min-width: 116px;
20452
+ padding: 0 16px;
20482
20453
  }
20483
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20484
- cursor: pointer;
20454
+ .v-data-table-footer__paginationz {
20455
+ align-items: center;
20456
+ display: flex;
20457
+ margin-inline-start: 16px;
20485
20458
  }
20486
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20487
- opacity: 1;
20459
+ .v-data-table-footer__page {
20460
+ padding: 0 8px;
20461
+ }.v-date-picker {
20462
+ overflow: hidden;
20463
+ width: 328px;
20488
20464
  }
20489
- .v-date-picker-controls .v-btn:last-child {
20490
- margin-inline-start: 4px;
20465
+ .v-date-picker--show-week {
20466
+ width: 368px;
20467
+ }.v-date-picker-month {
20468
+ display: flex;
20469
+ justify-content: center;
20470
+ padding: 0 12px 8px;
20471
+ --v-date-picker-month-day-diff: 4px;
20491
20472
  }
20492
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20493
- transform: rotate(180deg);
20473
+
20474
+ .v-date-picker-month__weeks {
20475
+ display: grid;
20476
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20477
+ column-gap: 4px;
20478
+ font-size: 0.85rem;
20479
+ }
20480
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20481
+ grid-row-gap: 0;
20494
20482
  }
20495
20483
 
20496
- .v-date-picker-controls__date {
20497
- margin-inline-end: 4px;
20484
+ .v-date-picker-month__weekday {
20485
+ font-size: 0.85rem;
20498
20486
  }
20499
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20500
- margin: auto;
20501
- text-align: center;
20487
+
20488
+ .v-date-picker-month__days {
20489
+ display: grid;
20490
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20491
+ column-gap: 4px;
20492
+ flex: 1 1;
20493
+ justify-content: space-around;
20502
20494
  }
20503
20495
 
20504
- .v-date-picker-controls__month {
20496
+ .v-date-picker-month__day {
20497
+ align-items: center;
20505
20498
  display: flex;
20499
+ justify-content: center;
20500
+ position: relative;
20501
+ height: 40px;
20502
+ width: 40px;
20506
20503
  }
20507
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20508
- flex-direction: row-reverse;
20504
+ .v-date-picker-month__day--selected .v-btn {
20505
+ background-color: rgb(var(--v-theme-surface-variant));
20506
+ color: rgb(var(--v-theme-on-surface-variant));
20509
20507
  }
20510
-
20511
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20512
- flex: 1 0 auto;
20508
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20509
+ --v-btn-height: 24px;
20510
+ --v-btn-size: 0.85rem;
20511
+ }
20512
+ .v-date-picker-month__day--week {
20513
+ font-size: var(--v-btn-size);
20513
20514
  }
20514
20515
 
20515
- .v-date-picker__title {
20516
- display: inline-block;
20517
- }.v-date-picker {
20518
- overflow: hidden;
20519
- width: 328px;
20516
+ .v-date-picker-month__day--adjacent {
20517
+ opacity: 0.5;
20520
20518
  }
20521
- .v-date-picker--show-week {
20522
- width: 368px;
20519
+
20520
+ .v-date-picker-month__day--hide-adjacent {
20521
+ opacity: 0;
20523
20522
  }.v-date-picker-header {
20524
20523
  align-items: flex-end;
20525
20524
  height: 70px;
@@ -20580,61 +20579,6 @@ html.overflow-y-hidden {
20580
20579
  .date-picker-header-reverse-transition-leave-to {
20581
20580
  opacity: 0;
20582
20581
  transform: translate(0, 100%);
20583
- }.v-date-picker-month {
20584
- display: flex;
20585
- justify-content: center;
20586
- padding: 0 12px 8px;
20587
- --v-date-picker-month-day-diff: 4px;
20588
- }
20589
-
20590
- .v-date-picker-month__weeks {
20591
- display: grid;
20592
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20593
- column-gap: 4px;
20594
- font-size: 0.85rem;
20595
- }
20596
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20597
- grid-row-gap: 0;
20598
- }
20599
-
20600
- .v-date-picker-month__weekday {
20601
- font-size: 0.85rem;
20602
- }
20603
-
20604
- .v-date-picker-month__days {
20605
- display: grid;
20606
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20607
- column-gap: 4px;
20608
- flex: 1 1;
20609
- justify-content: space-around;
20610
- }
20611
-
20612
- .v-date-picker-month__day {
20613
- align-items: center;
20614
- display: flex;
20615
- justify-content: center;
20616
- position: relative;
20617
- height: 40px;
20618
- width: 40px;
20619
- }
20620
- .v-date-picker-month__day--selected .v-btn {
20621
- background-color: rgb(var(--v-theme-surface-variant));
20622
- color: rgb(var(--v-theme-on-surface-variant));
20623
- }
20624
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20625
- --v-btn-height: 24px;
20626
- --v-btn-size: 0.85rem;
20627
- }
20628
- .v-date-picker-month__day--week {
20629
- font-size: var(--v-btn-size);
20630
- }
20631
-
20632
- .v-date-picker-month__day--adjacent {
20633
- opacity: 0.5;
20634
- }
20635
-
20636
- .v-date-picker-month__day--hide-adjacent {
20637
- opacity: 0;
20638
20582
  }.v-date-picker-months {
20639
20583
  height: 288px;
20640
20584
  }
@@ -20654,50 +20598,121 @@ html.overflow-y-hidden {
20654
20598
  text-transform: none;
20655
20599
  padding-inline-start: 8px;
20656
20600
  padding-inline-end: 8px;
20657
- }.v-dialog {
20601
+ }.v-date-picker-controls {
20602
+ display: flex;
20658
20603
  align-items: center;
20659
- justify-content: center;
20660
- margin: auto;
20661
- }
20662
- .v-dialog > .v-overlay__content {
20663
- max-height: calc(100% - 48px);
20664
- width: calc(100% - 48px);
20665
- max-width: calc(100% - 48px);
20666
- margin: 24px;
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;
20667
20610
  }
20668
- .v-dialog > .v-overlay__content,
20669
- .v-dialog > .v-overlay__content > form {
20670
- display: flex;
20671
- flex-direction: column;
20672
- min-height: 0;
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;
20673
20616
  }
20674
- .v-dialog > .v-overlay__content > .v-card,
20675
- .v-dialog > .v-overlay__content > .v-sheet,
20676
- .v-dialog > .v-overlay__content > form > .v-card,
20677
- .v-dialog > .v-overlay__content > form > .v-sheet {
20678
- --v-scrollbar-offset: 0px;
20679
- border-radius: 4px;
20680
- overflow-y: auto;
20681
- flex: 1 1 100%;
20617
+ .v-date-picker-controls--variant-classic {
20618
+ padding-inline-start: 12px;
20682
20619
  }
20683
- .v-dialog > .v-overlay__content > .v-card,
20684
- .v-dialog > .v-overlay__content > .v-sheet,
20685
- .v-dialog > .v-overlay__content > form > .v-card,
20686
- .v-dialog > .v-overlay__content > form > .v-sheet {
20687
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20620
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20621
+ opacity: 0.7;
20688
20622
  }
20689
- .v-dialog > .v-overlay__content > .v-card,
20690
- .v-dialog > .v-overlay__content > form > .v-card {
20691
- display: flex;
20692
- flex-direction: column;
20623
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20624
+ cursor: pointer;
20693
20625
  }
20694
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20695
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20696
- padding: 16px 24px;
20626
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20627
+ opacity: 1;
20697
20628
  }
20698
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20699
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20700
- padding-top: 0;
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;
20660
+ }
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;
20669
+ }
20670
+ .v-date-picker-years__content .v-btn {
20671
+ padding-inline: 8px;
20672
+ }.v-dialog {
20673
+ align-items: center;
20674
+ justify-content: center;
20675
+ margin: auto;
20676
+ }
20677
+ .v-dialog > .v-overlay__content {
20678
+ max-height: calc(100% - 48px);
20679
+ width: calc(100% - 48px);
20680
+ max-width: calc(100% - 48px);
20681
+ margin: 24px;
20682
+ }
20683
+ .v-dialog > .v-overlay__content,
20684
+ .v-dialog > .v-overlay__content > form {
20685
+ display: flex;
20686
+ flex-direction: column;
20687
+ min-height: 0;
20688
+ }
20689
+ .v-dialog > .v-overlay__content > .v-card,
20690
+ .v-dialog > .v-overlay__content > .v-sheet,
20691
+ .v-dialog > .v-overlay__content > form > .v-card,
20692
+ .v-dialog > .v-overlay__content > form > .v-sheet {
20693
+ --v-scrollbar-offset: 0px;
20694
+ border-radius: 4px;
20695
+ overflow-y: auto;
20696
+ flex: 1 1 100%;
20697
+ }
20698
+ .v-dialog > .v-overlay__content > .v-card,
20699
+ .v-dialog > .v-overlay__content > .v-sheet,
20700
+ .v-dialog > .v-overlay__content > form > .v-card,
20701
+ .v-dialog > .v-overlay__content > form > .v-sheet {
20702
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20703
+ }
20704
+ .v-dialog > .v-overlay__content > .v-card,
20705
+ .v-dialog > .v-overlay__content > form > .v-card {
20706
+ display: flex;
20707
+ flex-direction: column;
20708
+ }
20709
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20710
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20711
+ padding: 16px 24px;
20712
+ }
20713
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20714
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20715
+ padding-top: 0;
20701
20716
  }
20702
20717
  .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20703
20718
  .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
@@ -20750,21 +20765,6 @@ html.overflow-y-hidden {
20750
20765
  -webkit-backface-visibility: hidden;
20751
20766
  backface-visibility: hidden;
20752
20767
  overflow-y: auto;
20753
- }.v-date-picker-years {
20754
- height: 288px;
20755
- overflow-y: scroll;
20756
- }
20757
-
20758
- .v-date-picker-years__content {
20759
- display: grid;
20760
- flex: 1 1;
20761
- justify-content: space-around;
20762
- grid-template-columns: repeat(3, 1fr);
20763
- gap: 8px 24px;
20764
- padding-inline: 32px;
20765
- }
20766
- .v-date-picker-years__content .v-btn {
20767
- padding-inline: 8px;
20768
20768
  }.v-divider {
20769
20769
  display: block;
20770
20770
  flex: 1 1 100%;
@@ -23383,8 +23383,6 @@ textarea.v-field__input::placeholder {
23383
23383
  }
23384
23384
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23385
23385
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23386
- }.v-locale-provider {
23387
- display: contents;
23388
23386
  }.v-main {
23389
23387
  flex: 1 0 auto;
23390
23388
  max-width: 100%;
@@ -23415,6 +23413,8 @@ textarea.v-field__input::placeholder {
23415
23413
  --v-layout-right: 0px;
23416
23414
  --v-layout-top: 0px;
23417
23415
  --v-layout-bottom: 0px;
23416
+ }.v-locale-provider {
23417
+ display: contents;
23418
23418
  }.v-menu > .v-overlay__content {
23419
23419
  display: flex;
23420
23420
  flex-direction: column;
@@ -23616,77 +23616,116 @@ textarea.v-field__input::placeholder {
23616
23616
  }
23617
23617
  .v-otp-input__loader .v-progress-linear {
23618
23618
  position: absolute;
23619
- }.v-overlay-container {
23620
- contain: layout;
23621
- left: 0;
23622
- pointer-events: none;
23623
- position: absolute;
23624
- top: 0;
23625
- display: contents;
23626
- }
23627
-
23628
- .v-overlay-scroll-blocked {
23629
- padding-inline-end: var(--v-scrollbar-offset);
23619
+ }.v-pagination__list {
23620
+ display: inline-flex;
23621
+ list-style-type: none;
23622
+ justify-content: center;
23623
+ width: 100%;
23630
23624
  }
23631
- .v-overlay-scroll-blocked:not(html) {
23632
- overflow-y: hidden !important;
23625
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23626
+ margin: 0.3rem;
23627
+ }.v-progress-circular {
23628
+ align-items: center;
23629
+ display: inline-flex;
23630
+ justify-content: center;
23631
+ position: relative;
23632
+ vertical-align: middle;
23633
23633
  }
23634
- html.v-overlay-scroll-blocked {
23635
- position: fixed;
23636
- top: var(--v-body-scroll-y);
23637
- left: var(--v-body-scroll-x);
23634
+ .v-progress-circular > svg {
23638
23635
  width: 100%;
23639
23636
  height: 100%;
23640
- }
23641
-
23642
- .v-overlay {
23643
- border-radius: inherit;
23644
- display: flex;
23645
- left: 0;
23646
- pointer-events: none;
23647
- position: fixed;
23637
+ margin: auto;
23638
+ position: absolute;
23648
23639
  top: 0;
23649
23640
  bottom: 0;
23641
+ left: 0;
23650
23642
  right: 0;
23643
+ z-index: 0;
23651
23644
  }
23652
23645
 
23653
- .v-overlay__content {
23654
- outline: none;
23655
- position: absolute;
23656
- pointer-events: auto;
23657
- contain: layout;
23646
+ .v-progress-circular__content {
23647
+ align-items: center;
23648
+ display: flex;
23649
+ justify-content: center;
23658
23650
  }
23659
23651
 
23660
- .v-overlay__scrim {
23661
- pointer-events: auto;
23662
- background: rgb(var(--v-theme-on-surface));
23663
- border-radius: inherit;
23664
- bottom: 0;
23665
- left: 0;
23666
- opacity: var(--v-overlay-opacity, 0.32);
23667
- position: fixed;
23668
- right: 0;
23669
- top: 0;
23652
+ .v-progress-circular__underlay {
23653
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23654
+ stroke: currentColor;
23655
+ z-index: 1;
23670
23656
  }
23671
23657
 
23672
- .v-overlay--absolute {
23673
- position: absolute;
23658
+ .v-progress-circular__overlay {
23659
+ stroke: currentColor;
23660
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23661
+ z-index: 2;
23674
23662
  }
23675
23663
 
23676
- .v-overlay--contained .v-overlay__scrim {
23677
- position: absolute;
23664
+ .v-progress-circular--size-x-small {
23665
+ height: 16px;
23666
+ width: 16px;
23667
+ }
23668
+ .v-progress-circular--size-small {
23669
+ height: 24px;
23670
+ width: 24px;
23671
+ }
23672
+ .v-progress-circular--size-default {
23673
+ height: 32px;
23674
+ width: 32px;
23675
+ }
23676
+ .v-progress-circular--size-large {
23677
+ height: 48px;
23678
+ width: 48px;
23679
+ }
23680
+ .v-progress-circular--size-x-large {
23681
+ height: 64px;
23682
+ width: 64px;
23678
23683
  }
23679
23684
 
23680
- .v-overlay--scroll-blocked {
23681
- padding-inline-end: var(--v-scrollbar-offset);
23682
- }.v-pagination__list {
23683
- display: inline-flex;
23684
- list-style-type: none;
23685
- justify-content: center;
23686
- width: 100%;
23685
+ .v-progress-circular--indeterminate > svg {
23686
+ animation: progress-circular-rotate 1.4s linear infinite;
23687
+ transform-origin: center center;
23688
+ transition: all 0.2s ease-in-out;
23687
23689
  }
23688
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23689
- margin: 0.3rem;
23690
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23691
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23692
+ stroke-dasharray: 25, 200;
23693
+ stroke-dashoffset: 0;
23694
+ stroke-linecap: round;
23695
+ transform-origin: center center;
23696
+ transform: rotate(-90deg);
23697
+ }
23698
+
23699
+ .v-progress-circular--disable-shrink > svg {
23700
+ animation-duration: 0.7s;
23701
+ }
23702
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23703
+ animation: none;
23704
+ }
23705
+
23706
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23707
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23708
+ animation-play-state: paused !important;
23709
+ }
23710
+
23711
+ @keyframes progress-circular-dash {
23712
+ 0% {
23713
+ stroke-dasharray: 1, 200;
23714
+ stroke-dashoffset: 0px;
23715
+ }
23716
+ 50% {
23717
+ stroke-dasharray: 100, 200;
23718
+ stroke-dashoffset: -15px;
23719
+ }
23720
+ 100% {
23721
+ stroke-dasharray: 100, 200;
23722
+ stroke-dashoffset: -124px;
23723
+ }
23724
+ }
23725
+ @keyframes progress-circular-rotate {
23726
+ 100% {
23727
+ transform: rotate(270deg);
23728
+ }
23690
23729
  }.v-parallax {
23691
23730
  position: relative;
23692
23731
  overflow: hidden;
@@ -23921,108 +23960,6 @@ html.v-overlay-scroll-blocked {
23921
23960
  0% {
23922
23961
  background-position-x: var(--v-progress-linear-height);
23923
23962
  }
23924
- }.v-progress-circular {
23925
- align-items: center;
23926
- display: inline-flex;
23927
- justify-content: center;
23928
- position: relative;
23929
- vertical-align: middle;
23930
- }
23931
- .v-progress-circular > svg {
23932
- width: 100%;
23933
- height: 100%;
23934
- margin: auto;
23935
- position: absolute;
23936
- top: 0;
23937
- bottom: 0;
23938
- left: 0;
23939
- right: 0;
23940
- z-index: 0;
23941
- }
23942
-
23943
- .v-progress-circular__content {
23944
- align-items: center;
23945
- display: flex;
23946
- justify-content: center;
23947
- }
23948
-
23949
- .v-progress-circular__underlay {
23950
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23951
- stroke: currentColor;
23952
- z-index: 1;
23953
- }
23954
-
23955
- .v-progress-circular__overlay {
23956
- stroke: currentColor;
23957
- transition: all 0.2s ease-in-out, stroke-width 0s;
23958
- z-index: 2;
23959
- }
23960
-
23961
- .v-progress-circular--size-x-small {
23962
- height: 16px;
23963
- width: 16px;
23964
- }
23965
- .v-progress-circular--size-small {
23966
- height: 24px;
23967
- width: 24px;
23968
- }
23969
- .v-progress-circular--size-default {
23970
- height: 32px;
23971
- width: 32px;
23972
- }
23973
- .v-progress-circular--size-large {
23974
- height: 48px;
23975
- width: 48px;
23976
- }
23977
- .v-progress-circular--size-x-large {
23978
- height: 64px;
23979
- width: 64px;
23980
- }
23981
-
23982
- .v-progress-circular--indeterminate > svg {
23983
- animation: progress-circular-rotate 1.4s linear infinite;
23984
- transform-origin: center center;
23985
- transition: all 0.2s ease-in-out;
23986
- }
23987
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23988
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23989
- stroke-dasharray: 25, 200;
23990
- stroke-dashoffset: 0;
23991
- stroke-linecap: round;
23992
- transform-origin: center center;
23993
- transform: rotate(-90deg);
23994
- }
23995
-
23996
- .v-progress-circular--disable-shrink > svg {
23997
- animation-duration: 0.7s;
23998
- }
23999
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
24000
- animation: none;
24001
- }
24002
-
24003
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24004
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24005
- animation-play-state: paused !important;
24006
- }
24007
-
24008
- @keyframes progress-circular-dash {
24009
- 0% {
24010
- stroke-dasharray: 1, 200;
24011
- stroke-dashoffset: 0px;
24012
- }
24013
- 50% {
24014
- stroke-dasharray: 100, 200;
24015
- stroke-dashoffset: -15px;
24016
- }
24017
- 100% {
24018
- stroke-dasharray: 100, 200;
24019
- stroke-dashoffset: -124px;
24020
- }
24021
- }
24022
- @keyframes progress-circular-rotate {
24023
- 100% {
24024
- transform: rotate(270deg);
24025
- }
24026
23963
  }.v-radio-group > .v-input__control {
24027
23964
  flex-direction: column;
24028
23965
  }
@@ -24171,58 +24108,6 @@ html.v-overlay-scroll-blocked {
24171
24108
  flex: 1 0 0px;
24172
24109
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24173
24110
  pointer-events: none;
24174
- }.v-select .v-field .v-text-field__prefix,
24175
- .v-select .v-field .v-text-field__suffix,
24176
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24177
- cursor: pointer;
24178
- }
24179
- .v-select .v-field .v-field__input > input {
24180
- align-self: flex-start;
24181
- opacity: 1;
24182
- flex: 0 0;
24183
- position: absolute;
24184
- width: 100%;
24185
- transition: none;
24186
- pointer-events: none;
24187
- caret-color: transparent;
24188
- }
24189
- .v-select .v-field--dirty .v-select__selection {
24190
- margin-inline-end: 2px;
24191
- }
24192
- .v-select .v-select__selection-text {
24193
- overflow: hidden;
24194
- text-overflow: ellipsis;
24195
- white-space: nowrap;
24196
- }
24197
- .v-select__content {
24198
- overflow: hidden;
24199
- }
24200
- .v-select__content {
24201
- 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));
24202
- }
24203
- .v-select__content {
24204
- border-radius: 4px;
24205
- }
24206
- .v-select__selection {
24207
- display: inline-flex;
24208
- align-items: center;
24209
- letter-spacing: inherit;
24210
- line-height: inherit;
24211
- max-width: 100%;
24212
- }
24213
- .v-select .v-select__selection:first-child {
24214
- margin-inline-start: 0;
24215
- }
24216
- .v-select--selected .v-field .v-field__input > input {
24217
- opacity: 0;
24218
- }
24219
- .v-select__menu-icon {
24220
- margin-inline-start: 4px;
24221
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24222
- }
24223
- .v-select--active-menu .v-select__menu-icon {
24224
- opacity: var(--v-high-emphasis-opacity);
24225
- transform: rotate(180deg);
24226
24111
  }.v-selection-control {
24227
24112
  align-items: center;
24228
24113
  contain: layout;
@@ -24326,6 +24211,14 @@ html.v-overlay-scroll-blocked {
24326
24211
  }
24327
24212
  .v-selection-control--focus-visible .v-selection-control__input::before {
24328
24213
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24214
+ }.v-selection-control-group {
24215
+ grid-area: control;
24216
+ display: flex;
24217
+ flex-direction: column;
24218
+ }
24219
+ .v-selection-control-group--inline {
24220
+ flex-direction: row;
24221
+ flex-wrap: wrap;
24329
24222
  }.v-sheet {
24330
24223
  display: block;
24331
24224
  }
@@ -24362,14 +24255,69 @@ html.v-overlay-scroll-blocked {
24362
24255
  }
24363
24256
  .v-sheet--rounded {
24364
24257
  border-radius: 4px;
24365
- }.v-selection-control-group {
24366
- grid-area: control;
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;
24367
24283
  display: flex;
24368
- flex-direction: column;
24284
+ left: 0;
24285
+ pointer-events: none;
24286
+ position: fixed;
24287
+ top: 0;
24288
+ bottom: 0;
24289
+ right: 0;
24369
24290
  }
24370
- .v-selection-control-group--inline {
24371
- flex-direction: row;
24372
- flex-wrap: wrap;
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);
24373
24321
  }.v-skeleton-loader {
24374
24322
  align-items: center;
24375
24323
  background: rgb(var(--v-theme-surface));
@@ -24595,32 +24543,84 @@ html.v-overlay-scroll-blocked {
24595
24543
  100% {
24596
24544
  transform: translateX(100%);
24597
24545
  }
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;
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 {
24610
24549
  cursor: pointer;
24611
24550
  }
24612
- .v-slide-group__next--disabled,
24613
- .v-slide-group__prev--disabled {
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;
24614
24558
  pointer-events: none;
24615
- opacity: var(--v-disabled-opacity);
24616
- }
24617
-
24618
- .v-slide-group__content {
24619
- display: flex;
24620
- flex: 1 0 auto;
24621
- position: relative;
24622
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24623
- white-space: nowrap;
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;
24610
+ cursor: pointer;
24611
+ }
24612
+ .v-slide-group__next--disabled,
24613
+ .v-slide-group__prev--disabled {
24614
+ pointer-events: none;
24615
+ opacity: var(--v-disabled-opacity);
24616
+ }
24617
+
24618
+ .v-slide-group__content {
24619
+ display: flex;
24620
+ flex: 1 0 auto;
24621
+ position: relative;
24622
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24623
+ white-space: nowrap;
24624
24624
  }
24625
24625
  .v-slide-group__content > * {
24626
24626
  white-space: initial;
@@ -25231,101 +25231,6 @@ html.v-overlay-scroll-blocked {
25231
25231
  }
25232
25232
  .v-system-bar:not(.v-system-bar--absolute) {
25233
25233
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25234
- }.v-tabs {
25235
- display: flex;
25236
- height: var(--v-tabs-height);
25237
- }
25238
- .v-tabs--density-default {
25239
- --v-tabs-height: 48px;
25240
- }
25241
- .v-tabs--density-default.v-tabs--stacked {
25242
- --v-tabs-height: 72px;
25243
- }
25244
-
25245
- .v-tabs--density-comfortable {
25246
- --v-tabs-height: 44px;
25247
- }
25248
- .v-tabs--density-comfortable.v-tabs--stacked {
25249
- --v-tabs-height: 68px;
25250
- }
25251
-
25252
- .v-tabs--density-compact {
25253
- --v-tabs-height: 36px;
25254
- }
25255
- .v-tabs--density-compact.v-tabs--stacked {
25256
- --v-tabs-height: 60px;
25257
- }
25258
-
25259
- .v-tabs.v-slide-group--vertical {
25260
- height: auto;
25261
- flex: none;
25262
- --v-tabs-height: 48px;
25263
- }
25264
-
25265
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25266
- margin-inline-start: 42px;
25267
- }
25268
-
25269
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25270
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25271
- margin-inline-end: auto;
25272
- }
25273
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25274
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25275
- margin-inline-start: auto;
25276
- }
25277
-
25278
- .v-tabs--grow {
25279
- flex-grow: 1;
25280
- }
25281
- .v-tabs--grow .v-tab {
25282
- flex: 1 0 auto;
25283
- max-width: none;
25284
- }
25285
-
25286
- .v-tabs--align-tabs-end .v-tab:first-child {
25287
- margin-inline-start: auto;
25288
- }
25289
- .v-tabs--align-tabs-end .v-tab:last-child {
25290
- margin-inline-end: 0;
25291
- }
25292
-
25293
- @media (max-width: 1279.98px) {
25294
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25295
- margin-inline-start: 52px;
25296
- }
25297
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25298
- margin-inline-end: 52px;
25299
- }
25300
- }.v-tab.v-tab.v-btn {
25301
- height: var(--v-tabs-height);
25302
- border-radius: 0;
25303
- min-width: 90px;
25304
- }
25305
- .v-slide-group--horizontal .v-tab {
25306
- max-width: 360px;
25307
- }
25308
- .v-slide-group--vertical .v-tab {
25309
- justify-content: start;
25310
- }
25311
-
25312
- .v-tab__slider {
25313
- position: absolute;
25314
- bottom: 0;
25315
- left: 0;
25316
- height: 2px;
25317
- width: 100%;
25318
- background: currentColor;
25319
- pointer-events: none;
25320
- opacity: 0;
25321
- }
25322
- .v-tab--selected .v-tab__slider {
25323
- opacity: 1;
25324
- }
25325
- .v-slide-group--vertical .v-tab__slider {
25326
- top: 0;
25327
- height: 100%;
25328
- width: 2px;
25329
25234
  }.v-table {
25330
25235
  font-size: 0.875rem;
25331
25236
  transition-duration: 0.28s;
@@ -25468,45 +25373,101 @@ html.v-overlay-scroll-blocked {
25468
25373
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25469
25374
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25470
25375
  border-top: 0px !important;
25471
- }.v-textarea .v-field {
25472
- --v-textarea-control-height: var(--v-input-control-height);
25376
+ }.v-tab.v-tab.v-btn {
25377
+ height: var(--v-tabs-height);
25378
+ border-radius: 0;
25379
+ min-width: 90px;
25473
25380
  }
25474
- .v-textarea .v-field__field {
25475
- --v-input-control-height: var(--v-textarea-control-height);
25381
+ .v-slide-group--horizontal .v-tab {
25382
+ max-width: 360px;
25476
25383
  }
25477
- .v-textarea .v-field__input {
25478
- flex: 1 1 auto;
25479
- outline: none;
25480
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25481
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25384
+ .v-slide-group--vertical .v-tab {
25385
+ justify-content: start;
25482
25386
  }
25483
- .v-textarea .v-field__input.v-textarea__sizer {
25484
- visibility: hidden;
25387
+
25388
+ .v-tab__slider {
25485
25389
  position: absolute;
25486
- top: 0;
25390
+ bottom: 0;
25487
25391
  left: 0;
25488
- height: 0 !important;
25489
- min-height: 0 !important;
25392
+ height: 2px;
25393
+ width: 100%;
25394
+ background: currentColor;
25490
25395
  pointer-events: none;
25396
+ opacity: 0;
25491
25397
  }
25492
- .v-textarea--no-resize .v-field__input {
25493
- resize: none;
25494
- }
25495
- .v-textarea .v-field--no-label textarea,
25496
- .v-textarea .v-field--active textarea {
25398
+ .v-tab--selected .v-tab__slider {
25497
25399
  opacity: 1;
25498
25400
  }
25499
- .v-textarea textarea {
25500
- opacity: 0;
25501
- flex: 1;
25502
- min-width: 0;
25503
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
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);
25504
25408
  }
25505
- .v-textarea textarea:focus, .v-textarea textarea:active {
25506
- outline: none;
25409
+ .v-tabs--density-default {
25410
+ --v-tabs-height: 48px;
25507
25411
  }
25508
- .v-textarea textarea:invalid {
25509
- box-shadow: none;
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
+ }
25510
25471
  }/* region BLOCK */
25511
25472
  .v-text-field input {
25512
25473
  color: inherit;
@@ -25574,152 +25535,45 @@ html.v-overlay-scroll-blocked {
25574
25535
  padding-inline-end: var(--v-field-padding-end);
25575
25536
  }
25576
25537
 
25577
- /* endregion */.v-theme-provider {
25578
- background: rgb(var(--v-theme-background));
25579
- color: rgb(var(--v-theme-on-background));
25580
- }.v-toolbar {
25581
- align-items: flex-start;
25582
- display: flex;
25583
- flex: none;
25584
- flex-direction: column;
25585
- justify-content: space-between;
25586
- max-width: 100%;
25587
- position: relative;
25588
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25589
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25590
- width: 100%;
25591
- }
25592
- .v-toolbar {
25593
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25594
- border-style: solid;
25595
- border-width: 0;
25596
- }
25597
- .v-toolbar--border {
25598
- border-width: thin;
25599
- box-shadow: none;
25600
- }
25601
- .v-toolbar {
25602
- 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));
25603
- }
25604
- .v-toolbar {
25605
- border-radius: 0;
25606
- }
25607
- .v-toolbar {
25608
- background: rgb(var(--v-theme-surface-light));
25609
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25610
- }
25611
- .v-toolbar--absolute {
25612
- position: absolute;
25613
- }
25614
- .v-toolbar--collapse {
25615
- max-width: 112px;
25616
- overflow: hidden;
25617
- border-end-end-radius: 24px;
25618
- }
25619
- .v-toolbar--collapse .v-toolbar-title {
25620
- display: none;
25621
- }
25622
- .v-toolbar--flat {
25623
- 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));
25624
- }
25625
- .v-toolbar--floating {
25626
- display: inline-flex;
25627
- }
25628
- .v-toolbar--rounded {
25629
- border-radius: 4px;
25630
- }
25631
-
25632
- .v-toolbar__content,
25633
- .v-toolbar__extension {
25634
- align-items: center;
25635
- display: flex;
25636
- flex: 0 0 auto;
25637
- position: relative;
25638
- transition: inherit;
25639
- width: 100%;
25640
- }
25641
-
25642
- .v-toolbar__content {
25643
- overflow: hidden;
25644
- }
25645
- .v-toolbar__content > .v-btn:first-child {
25646
- margin-inline-start: 4px;
25647
- }
25648
- .v-toolbar__content > .v-btn:last-child {
25649
- margin-inline-end: 4px;
25650
- }
25651
- .v-toolbar__content > .v-toolbar-title {
25652
- margin-inline-start: 20px;
25538
+ /* endregion */.v-textarea .v-field {
25539
+ --v-textarea-control-height: var(--v-input-control-height);
25653
25540
  }
25654
- .v-toolbar--density-prominent .v-toolbar__content {
25655
- align-items: flex-start;
25541
+ .v-textarea .v-field__field {
25542
+ --v-input-control-height: var(--v-textarea-control-height);
25656
25543
  }
25657
-
25658
- .v-toolbar__image {
25659
- display: flex;
25660
- opacity: var(--v-toolbar-image-opacity, 1);
25661
- transition-property: opacity;
25544
+ .v-textarea .v-field__input {
25545
+ flex: 1 1 auto;
25546
+ outline: none;
25547
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25548
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25662
25549
  }
25663
- .v-toolbar__image {
25550
+ .v-textarea .v-field__input.v-textarea__sizer {
25551
+ visibility: hidden;
25664
25552
  position: absolute;
25665
25553
  top: 0;
25666
25554
  left: 0;
25667
- width: 100%;
25668
- height: 100%;
25669
- }
25670
-
25671
- .v-toolbar__prepend,
25672
- .v-toolbar__append {
25673
- align-items: center;
25674
- align-self: stretch;
25675
- display: flex;
25555
+ height: 0 !important;
25556
+ min-height: 0 !important;
25557
+ pointer-events: none;
25676
25558
  }
25677
-
25678
- .v-toolbar__prepend {
25679
- margin-inline: 4px auto;
25559
+ .v-textarea--no-resize .v-field__input {
25560
+ resize: none;
25680
25561
  }
25681
-
25682
- .v-toolbar__append {
25683
- margin-inline: auto 4px;
25562
+ .v-textarea .v-field--no-label textarea,
25563
+ .v-textarea .v-field--active textarea {
25564
+ opacity: 1;
25684
25565
  }
25685
-
25686
- .v-toolbar-title {
25687
- flex: 1 1;
25688
- font-size: 1.25rem;
25566
+ .v-textarea textarea {
25567
+ opacity: 0;
25568
+ flex: 1;
25689
25569
  min-width: 0;
25570
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25690
25571
  }
25691
- .v-toolbar-title {
25692
- font-size: 1.25rem;
25693
- font-weight: 400;
25694
- letter-spacing: 0;
25695
- line-height: 1.75rem;
25696
- text-transform: none;
25697
- }
25698
- .v-toolbar--density-prominent .v-toolbar-title {
25699
- align-self: flex-end;
25700
- padding-bottom: 6px;
25701
- }
25702
- .v-toolbar--density-prominent .v-toolbar-title {
25703
- font-size: 1.5rem;
25704
- font-weight: 400;
25705
- letter-spacing: 0;
25706
- line-height: 2.25rem;
25707
- text-transform: none;
25708
- }
25709
-
25710
- .v-toolbar-title__placeholder {
25711
- overflow: hidden;
25712
- text-overflow: ellipsis;
25713
- white-space: nowrap;
25714
- }
25715
-
25716
- .v-toolbar-items {
25717
- display: flex;
25718
- height: inherit;
25719
- align-self: stretch;
25572
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25573
+ outline: none;
25720
25574
  }
25721
- .v-toolbar-items > .v-btn {
25722
- border-radius: 0;
25575
+ .v-textarea textarea:invalid {
25576
+ box-shadow: none;
25723
25577
  }.v-timeline .v-timeline-divider__dot {
25724
25578
  background: rgb(var(--v-theme-surface-light));
25725
25579
  }
@@ -26138,6 +25992,152 @@ html.v-overlay-scroll-blocked {
26138
25992
 
26139
25993
  .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 {
26140
25994
  padding-inline-end: 0;
25995
+ }.v-theme-provider {
25996
+ background: rgb(var(--v-theme-background));
25997
+ color: rgb(var(--v-theme-on-background));
25998
+ }.v-toolbar {
25999
+ align-items: flex-start;
26000
+ display: flex;
26001
+ flex: none;
26002
+ flex-direction: column;
26003
+ justify-content: space-between;
26004
+ max-width: 100%;
26005
+ position: relative;
26006
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26007
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26008
+ width: 100%;
26009
+ }
26010
+ .v-toolbar {
26011
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26012
+ border-style: solid;
26013
+ border-width: 0;
26014
+ }
26015
+ .v-toolbar--border {
26016
+ border-width: thin;
26017
+ box-shadow: none;
26018
+ }
26019
+ .v-toolbar {
26020
+ 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));
26021
+ }
26022
+ .v-toolbar {
26023
+ border-radius: 0;
26024
+ }
26025
+ .v-toolbar {
26026
+ background: rgb(var(--v-theme-surface-light));
26027
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26028
+ }
26029
+ .v-toolbar--absolute {
26030
+ position: absolute;
26031
+ }
26032
+ .v-toolbar--collapse {
26033
+ max-width: 112px;
26034
+ overflow: hidden;
26035
+ border-end-end-radius: 24px;
26036
+ }
26037
+ .v-toolbar--collapse .v-toolbar-title {
26038
+ display: none;
26039
+ }
26040
+ .v-toolbar--flat {
26041
+ 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));
26042
+ }
26043
+ .v-toolbar--floating {
26044
+ display: inline-flex;
26045
+ }
26046
+ .v-toolbar--rounded {
26047
+ border-radius: 4px;
26048
+ }
26049
+
26050
+ .v-toolbar__content,
26051
+ .v-toolbar__extension {
26052
+ align-items: center;
26053
+ display: flex;
26054
+ flex: 0 0 auto;
26055
+ position: relative;
26056
+ transition: inherit;
26057
+ width: 100%;
26058
+ }
26059
+
26060
+ .v-toolbar__content {
26061
+ overflow: hidden;
26062
+ }
26063
+ .v-toolbar__content > .v-btn:first-child {
26064
+ margin-inline-start: 4px;
26065
+ }
26066
+ .v-toolbar__content > .v-btn:last-child {
26067
+ margin-inline-end: 4px;
26068
+ }
26069
+ .v-toolbar__content > .v-toolbar-title {
26070
+ margin-inline-start: 20px;
26071
+ }
26072
+ .v-toolbar--density-prominent .v-toolbar__content {
26073
+ align-items: flex-start;
26074
+ }
26075
+
26076
+ .v-toolbar__image {
26077
+ display: flex;
26078
+ opacity: var(--v-toolbar-image-opacity, 1);
26079
+ transition-property: opacity;
26080
+ }
26081
+ .v-toolbar__image {
26082
+ position: absolute;
26083
+ top: 0;
26084
+ left: 0;
26085
+ width: 100%;
26086
+ height: 100%;
26087
+ }
26088
+
26089
+ .v-toolbar__prepend,
26090
+ .v-toolbar__append {
26091
+ align-items: center;
26092
+ align-self: stretch;
26093
+ display: flex;
26094
+ }
26095
+
26096
+ .v-toolbar__prepend {
26097
+ margin-inline: 4px auto;
26098
+ }
26099
+
26100
+ .v-toolbar__append {
26101
+ margin-inline: auto 4px;
26102
+ }
26103
+
26104
+ .v-toolbar-title {
26105
+ flex: 1 1;
26106
+ font-size: 1.25rem;
26107
+ min-width: 0;
26108
+ }
26109
+ .v-toolbar-title {
26110
+ font-size: 1.25rem;
26111
+ font-weight: 400;
26112
+ letter-spacing: 0;
26113
+ line-height: 1.75rem;
26114
+ text-transform: none;
26115
+ }
26116
+ .v-toolbar--density-prominent .v-toolbar-title {
26117
+ align-self: flex-end;
26118
+ padding-bottom: 6px;
26119
+ }
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;
26126
+ }
26127
+
26128
+ .v-toolbar-title__placeholder {
26129
+ overflow: hidden;
26130
+ text-overflow: ellipsis;
26131
+ white-space: nowrap;
26132
+ }
26133
+
26134
+ .v-toolbar-items {
26135
+ display: flex;
26136
+ height: inherit;
26137
+ align-self: stretch;
26138
+ }
26139
+ .v-toolbar-items > .v-btn {
26140
+ border-radius: 0;
26141
26141
  }.v-tooltip > .v-overlay__content {
26142
26142
  background: rgb(var(--v-theme-surface-variant));
26143
26143
  color: rgb(var(--v-theme-on-surface-variant));
@@ -26239,56 +26239,6 @@ html.v-overlay-scroll-blocked {
26239
26239
  }
26240
26240
  .v-window-y-reverse-transition-leave-to {
26241
26241
  transform: translateY(100%);
26242
- }.v-color-picker-edit {
26243
- display: flex;
26244
- margin-top: 24px;
26245
- }
26246
-
26247
- .v-color-picker-edit__input {
26248
- width: 100%;
26249
- display: flex;
26250
- flex-wrap: wrap;
26251
- justify-content: center;
26252
- text-align: center;
26253
- }
26254
- .v-color-picker-edit__input:not(:last-child) {
26255
- margin-inline-end: 8px;
26256
- }
26257
- .v-color-picker-edit__input input {
26258
- border-radius: 4px;
26259
- margin-bottom: 8px;
26260
- min-width: 0;
26261
- outline: none;
26262
- text-align: center;
26263
- width: 100%;
26264
- height: 32px;
26265
- background: rgba(var(--v-theme-surface-variant), 0.2);
26266
- color: rgba(var(--v-theme-on-surface));
26267
- }
26268
- .v-color-picker-edit__input span {
26269
- font-size: 0.75rem;
26270
- }.v-color-picker-canvas {
26271
- display: flex;
26272
- position: relative;
26273
- overflow: hidden;
26274
- contain: content;
26275
- touch-action: none;
26276
- }
26277
- .v-color-picker-canvas__dot {
26278
- position: absolute;
26279
- top: 0;
26280
- left: 0;
26281
- width: 15px;
26282
- height: 15px;
26283
- background: transparent;
26284
- border-radius: 50%;
26285
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26286
- }
26287
- .v-color-picker-canvas__dot--disabled {
26288
- 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);
26289
- }
26290
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26291
- will-change: transform;
26292
26242
  }.v-color-picker-preview__alpha .v-slider-track__background {
26293
26243
  background-color: transparent !important;
26294
26244
  }
@@ -26359,6 +26309,56 @@ html.v-overlay-scroll-blocked {
26359
26309
  .v-color-picker-preview__eye-dropper {
26360
26310
  position: relative;
26361
26311
  margin-right: 12px;
26312
+ }.v-color-picker-edit {
26313
+ display: flex;
26314
+ margin-top: 24px;
26315
+ }
26316
+
26317
+ .v-color-picker-edit__input {
26318
+ width: 100%;
26319
+ display: flex;
26320
+ flex-wrap: wrap;
26321
+ justify-content: center;
26322
+ text-align: center;
26323
+ }
26324
+ .v-color-picker-edit__input:not(:last-child) {
26325
+ margin-inline-end: 8px;
26326
+ }
26327
+ .v-color-picker-edit__input input {
26328
+ border-radius: 4px;
26329
+ margin-bottom: 8px;
26330
+ min-width: 0;
26331
+ outline: none;
26332
+ text-align: center;
26333
+ width: 100%;
26334
+ height: 32px;
26335
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26336
+ color: rgba(var(--v-theme-on-surface));
26337
+ }
26338
+ .v-color-picker-edit__input span {
26339
+ 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
26362
  }.v-color-picker-swatches {
26363
26363
  overflow-y: auto;
26364
26364
  }