@vuetify/nightly 3.7.5-dev.2024-12-03 → 3.7.5-master.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 (255) hide show
  1. package/dist/json/attributes.json +3222 -3230
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +160 -160
  4. package/dist/json/tags.json +0 -2
  5. package/dist/json/web-types.json +5811 -5829
  6. package/dist/vuetify-labs.css +5372 -5372
  7. package/dist/vuetify-labs.d.ts +13860 -3035
  8. package/dist/vuetify-labs.esm.js +12 -27
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +12 -27
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +850 -850
  13. package/dist/vuetify.d.ts +11886 -2712
  14. package/dist/vuetify.esm.js +12 -27
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +12 -27
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +10 -10
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.mjs +1 -1
  22. package/lib/components/VAlert/index.d.mts +86 -8
  23. package/lib/components/VApp/index.d.mts +20 -4
  24. package/lib/components/VAppBar/VAppBar.mjs +1 -1
  25. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  26. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
  27. package/lib/components/VAppBar/index.d.mts +148 -12
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  29. package/lib/components/VAutocomplete/index.d.mts +1380 -221
  30. package/lib/components/VAvatar/index.d.mts +31 -4
  31. package/lib/components/VBadge/VBadge.mjs +1 -1
  32. package/lib/components/VBadge/index.d.mts +41 -4
  33. package/lib/components/VBanner/VBanner.mjs +1 -1
  34. package/lib/components/VBanner/index.d.mts +88 -12
  35. package/lib/components/VBottomNavigation/index.d.mts +32 -4
  36. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  37. package/lib/components/VBottomSheet/index.d.mts +88 -4
  38. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  39. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
  40. package/lib/components/VBreadcrumbs/index.d.mts +65 -12
  41. package/lib/components/VBtn/VBtn.mjs +1 -1
  42. package/lib/components/VBtn/index.d.mts +72 -4
  43. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
  44. package/lib/components/VBtnGroup/index.d.mts +28 -4
  45. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
  46. package/lib/components/VBtnToggle/index.d.mts +24 -4
  47. package/lib/components/VCard/VCard.mjs +1 -1
  48. package/lib/components/VCard/VCardItem.mjs +1 -1
  49. package/lib/components/VCard/VCardSubtitle.mjs +1 -1
  50. package/lib/components/VCard/VCardText.mjs +1 -1
  51. package/lib/components/VCard/index.d.mts +190 -24
  52. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  53. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  54. package/lib/components/VCarousel/index.d.mts +86 -8
  55. package/lib/components/VCheckbox/VCheckbox.mjs +1 -1
  56. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  57. package/lib/components/VCheckbox/index.d.mts +90 -8
  58. package/lib/components/VChip/VChip.mjs +9 -16
  59. package/lib/components/VChip/VChip.mjs.map +1 -1
  60. package/lib/components/VChip/index.d.mts +105 -9
  61. package/lib/components/VChipGroup/VChipGroup.mjs +1 -3
  62. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  63. package/lib/components/VChipGroup/index.d.mts +28 -9
  64. package/lib/components/VCode/index.d.mts +18 -4
  65. package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
  66. package/lib/components/VColorPicker/index.d.mts +68 -4
  67. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  68. package/lib/components/VCombobox/index.d.mts +1380 -221
  69. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
  70. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  71. package/lib/components/VConfirmEdit/index.d.mts +13 -6
  72. package/lib/components/VCounter/VCounter.mjs +1 -1
  73. package/lib/components/VCounter/index.d.mts +31 -9
  74. package/lib/components/VDataIterator/index.d.mts +56 -12
  75. package/lib/components/VDataTable/VDataTable.mjs +1 -1
  76. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  77. package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
  78. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  79. package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
  80. package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
  81. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  82. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  83. package/lib/components/VDataTable/index.d.mts +388 -36
  84. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  85. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  86. package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
  87. package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
  88. package/lib/components/VDatePicker/index.d.mts +276 -24
  89. package/lib/components/VDefaultsProvider/index.d.mts +20 -4
  90. package/lib/components/VDialog/VDialog.mjs +1 -1
  91. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
  92. package/lib/components/VDialog/index.d.mts +389 -143
  93. package/lib/components/VDivider/index.d.mts +24 -4
  94. package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
  95. package/lib/components/VEmptyState/index.d.mts +66 -4
  96. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
  97. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  98. package/lib/components/VExpansionPanel/index.d.mts +152 -16
  99. package/lib/components/VFab/VFab.mjs +1 -1
  100. package/lib/components/VFab/index.d.mts +78 -9
  101. package/lib/components/VField/VField.mjs +1 -1
  102. package/lib/components/VField/VFieldLabel.mjs +1 -1
  103. package/lib/components/VField/index.d.mts +59 -11
  104. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  105. package/lib/components/VFileInput/index.d.mts +256 -71
  106. package/lib/components/VFooter/VFooter.mjs +1 -1
  107. package/lib/components/VFooter/index.d.mts +29 -4
  108. package/lib/components/VForm/index.d.mts +175 -267
  109. package/lib/components/VGrid/VContainer.mjs +1 -1
  110. package/lib/components/VGrid/index.d.mts +118 -16
  111. package/lib/components/VHover/index.d.mts +33 -4
  112. package/lib/components/VIcon/index.d.mts +75 -17
  113. package/lib/components/VImg/VImg.mjs +1 -1
  114. package/lib/components/VImg/index.d.mts +74 -19
  115. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  116. package/lib/components/VInfiniteScroll/index.d.mts +46 -4
  117. package/lib/components/VInput/VInput.mjs +1 -1
  118. package/lib/components/VInput/index.d.mts +37 -4
  119. package/lib/components/VItemGroup/index.d.mts +65 -8
  120. package/lib/components/VKbd/index.d.mts +18 -4
  121. package/lib/components/VLabel/index.d.mts +20 -4
  122. package/lib/components/VLayout/index.d.mts +48 -8
  123. package/lib/components/VLazy/VLazy.mjs +1 -1
  124. package/lib/components/VLazy/index.d.mts +31 -4
  125. package/lib/components/VList/VList.mjs +1 -1
  126. package/lib/components/VList/VListChildren.mjs +1 -1
  127. package/lib/components/VList/VListGroup.mjs +1 -1
  128. package/lib/components/VList/VListItem.mjs +1 -1
  129. package/lib/components/VList/VListItemAction.mjs +1 -1
  130. package/lib/components/VList/VListItemMedia.mjs +1 -1
  131. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  132. package/lib/components/VList/index.d.mts +291 -48
  133. package/lib/components/VLocaleProvider/index.d.mts +21 -4
  134. package/lib/components/VMain/index.d.mts +25 -4
  135. package/lib/components/VMenu/VMenu.mjs +1 -1
  136. package/lib/components/VMenu/index.d.mts +397 -155
  137. package/lib/components/VMessages/index.d.mts +27 -4
  138. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  139. package/lib/components/VNavigationDrawer/index.d.mts +62 -7
  140. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  141. package/lib/components/VOtpInput/index.d.mts +52 -7
  142. package/lib/components/VOverlay/VOverlay.mjs +1 -1
  143. package/lib/components/VOverlay/index.d.mts +101 -19
  144. package/lib/components/VPagination/VPagination.mjs +1 -1
  145. package/lib/components/VPagination/index.d.mts +64 -4
  146. package/lib/components/VParallax/VParallax.mjs +1 -1
  147. package/lib/components/VParallax/index.d.mts +27 -4
  148. package/lib/components/VProgressCircular/index.d.mts +34 -4
  149. package/lib/components/VProgressLinear/index.d.mts +54 -4
  150. package/lib/components/VRadio/VRadio.mjs +1 -1
  151. package/lib/components/VRadio/index.d.mts +68 -4
  152. package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
  153. package/lib/components/VRadioGroup/index.d.mts +48 -4
  154. package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
  155. package/lib/components/VRangeSlider/index.d.mts +107 -4
  156. package/lib/components/VRating/VRating.mjs +1 -1
  157. package/lib/components/VRating/index.d.mts +42 -4
  158. package/lib/components/VResponsive/index.d.mts +29 -4
  159. package/lib/components/VSelect/VSelect.mjs +1 -1
  160. package/lib/components/VSelect/index.d.mts +1372 -220
  161. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
  162. package/lib/components/VSelectionControl/index.d.mts +37 -10
  163. package/lib/components/VSelectionControlGroup/index.d.mts +26 -4
  164. package/lib/components/VSheet/VSheet.mjs +1 -1
  165. package/lib/components/VSheet/index.d.mts +32 -4
  166. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
  167. package/lib/components/VSkeletonLoader/index.d.mts +28 -4
  168. package/lib/components/VSlideGroup/index.d.mts +70 -14
  169. package/lib/components/VSlider/VSlider.mjs +1 -1
  170. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  171. package/lib/components/VSlider/index.d.mts +106 -4
  172. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  173. package/lib/components/VSnackbar/index.d.mts +398 -152
  174. package/lib/components/VSparkline/VBarline.mjs +2 -1
  175. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  176. package/lib/components/VSparkline/VSparkline.mjs +1 -1
  177. package/lib/components/VSparkline/VTrendline.mjs +2 -1
  178. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  179. package/lib/components/VSparkline/index.d.mts +49 -4
  180. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  181. package/lib/components/VSpeedDial/index.d.mts +85 -4
  182. package/lib/components/VStepper/VStepper.mjs +1 -1
  183. package/lib/components/VStepper/VStepperItem.mjs +1 -1
  184. package/lib/components/VStepper/VStepperWindow.mjs +1 -1
  185. package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
  186. package/lib/components/VStepper/index.d.mts +250 -24
  187. package/lib/components/VSwitch/VSwitch.mjs +1 -1
  188. package/lib/components/VSwitch/index.d.mts +59 -4
  189. package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
  190. package/lib/components/VSystemBar/index.d.mts +28 -4
  191. package/lib/components/VTable/index.d.mts +33 -4
  192. package/lib/components/VTabs/VTab.mjs +1 -1
  193. package/lib/components/VTabs/VTabs.mjs +1 -1
  194. package/lib/components/VTabs/VTabsWindow.mjs +1 -1
  195. package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
  196. package/lib/components/VTabs/index.d.mts +394 -98
  197. package/lib/components/VTextField/VTextField.mjs +1 -1
  198. package/lib/components/VTextField/index.d.mts +374 -152
  199. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  200. package/lib/components/VTextarea/index.d.mts +244 -71
  201. package/lib/components/VThemeProvider/index.d.mts +20 -4
  202. package/lib/components/VTimeline/VTimeline.mjs +1 -1
  203. package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
  204. package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
  205. package/lib/components/VTimeline/index.d.mts +75 -8
  206. package/lib/components/VToolbar/VToolbar.mjs +1 -1
  207. package/lib/components/VToolbar/index.d.mts +90 -12
  208. package/lib/components/VTooltip/VTooltip.mjs +1 -1
  209. package/lib/components/VTooltip/index.d.mts +386 -147
  210. package/lib/components/VValidation/index.d.mts +24 -10
  211. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  212. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
  213. package/lib/components/VVirtualScroll/index.d.mts +15 -4
  214. package/lib/components/VWindow/VWindow.mjs +1 -1
  215. package/lib/components/VWindow/VWindowItem.mjs +1 -1
  216. package/lib/components/VWindow/index.d.mts +47 -8
  217. package/lib/components/index.d.mts +11705 -2531
  218. package/lib/components/transitions/dialog-transition.mjs +2 -1
  219. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  220. package/lib/components/transitions/index.d.mts +309 -64
  221. package/lib/composables/icons.mjs +1 -1
  222. package/lib/composables/variant.mjs +1 -1
  223. package/lib/composables/virtual.mjs +1 -1
  224. package/lib/composables/virtual.mjs.map +1 -1
  225. package/lib/entry-bundler.mjs +1 -1
  226. package/lib/entry-bundler.mjs.map +1 -1
  227. package/lib/framework.mjs +1 -1
  228. package/lib/framework.mjs.map +1 -1
  229. package/lib/index.d.mts +62 -62
  230. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  231. package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
  232. package/lib/labs/VCalendar/index.d.mts +211 -24
  233. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  234. package/lib/labs/VDateInput/index.d.mts +115 -4
  235. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  236. package/lib/labs/VNumberInput/index.d.mts +1267 -564
  237. package/lib/labs/VPicker/VPicker.mjs +1 -1
  238. package/lib/labs/VPicker/index.d.mts +63 -8
  239. package/lib/labs/VPullToRefresh/index.d.mts +35 -4
  240. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
  241. package/lib/labs/VSnackbarQueue/index.d.mts +453 -156
  242. package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
  243. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
  244. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
  245. package/lib/labs/VStepperVertical/index.d.mts +227 -12
  246. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  247. package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
  248. package/lib/labs/VTimePicker/index.d.mts +122 -12
  249. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  250. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  251. package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
  252. package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
  253. package/lib/labs/VTreeview/index.d.mts +205 -18
  254. package/lib/labs/components.d.mts +2856 -959
  255. package/package.json +4 -5
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.5-dev.2024-12-03
2
+ * Vuetify v3.7.5-master.2024-12-03
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17994,18 +17994,6 @@ html.overflow-y-hidden {
17994
17994
  min-height: 100vh;
17995
17995
  min-height: 100dvh;
17996
17996
  position: relative;
17997
- }.v-app-bar {
17998
- display: flex;
17999
- }
18000
- .v-app-bar.v-toolbar {
18001
- background: rgb(var(--v-theme-surface));
18002
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18003
- }
18004
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18005
- 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));
18006
- }
18007
- .v-app-bar:not(.v-toolbar--absolute) {
18008
- padding-inline-end: var(--v-scrollbar-offset);
18009
17997
  }.v-alert {
18010
17998
  display: grid;
18011
17999
  flex: 1 1;
@@ -18222,6 +18210,18 @@ html.overflow-y-hidden {
18222
18210
  text-transform: none;
18223
18211
  word-break: normal;
18224
18212
  word-wrap: break-word;
18213
+ }.v-app-bar {
18214
+ display: flex;
18215
+ }
18216
+ .v-app-bar.v-toolbar {
18217
+ background: rgb(var(--v-theme-surface));
18218
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18219
+ }
18220
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18221
+ 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));
18222
+ }
18223
+ .v-app-bar:not(.v-toolbar--absolute) {
18224
+ padding-inline-end: var(--v-scrollbar-offset);
18225
18225
  }.v-autocomplete .v-field .v-text-field__prefix,
18226
18226
  .v-autocomplete .v-field .v-text-field__suffix,
18227
18227
  .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
@@ -18307,6 +18307,83 @@ html.overflow-y-hidden {
18307
18307
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18308
18308
  opacity: var(--v-high-emphasis-opacity);
18309
18309
  transform: rotate(180deg);
18310
+ }.v-badge {
18311
+ display: inline-block;
18312
+ line-height: 1;
18313
+ }
18314
+
18315
+ .v-badge__badge {
18316
+ align-items: center;
18317
+ display: inline-flex;
18318
+ border-radius: 10px;
18319
+ font-family: "Roboto", sans-serif;
18320
+ font-size: 0.75rem;
18321
+ font-weight: 500;
18322
+ height: 1.25rem;
18323
+ justify-content: center;
18324
+ min-width: 20px;
18325
+ padding: 4px 6px;
18326
+ pointer-events: auto;
18327
+ position: absolute;
18328
+ text-align: center;
18329
+ text-indent: 0;
18330
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18331
+ white-space: nowrap;
18332
+ }
18333
+ .v-badge__badge {
18334
+ background: rgb(var(--v-theme-surface-variant));
18335
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18336
+ }
18337
+ .v-badge__badge:has(.v-icon) {
18338
+ padding: 4px 6px;
18339
+ }
18340
+ .v-badge--bordered .v-badge__badge::after {
18341
+ border-radius: inherit;
18342
+ border-style: solid;
18343
+ border-width: 2px;
18344
+ bottom: 0;
18345
+ color: rgb(var(--v-theme-background));
18346
+ content: "";
18347
+ left: 0;
18348
+ position: absolute;
18349
+ right: 0;
18350
+ top: 0;
18351
+ transform: scale(1.05);
18352
+ }
18353
+ .v-badge--dot .v-badge__badge {
18354
+ border-radius: 4.5px;
18355
+ height: 9px;
18356
+ min-width: 0;
18357
+ padding: 0;
18358
+ width: 9px;
18359
+ }
18360
+ .v-badge--dot .v-badge__badge::after {
18361
+ border-width: 1.5px;
18362
+ }
18363
+ .v-badge--inline .v-badge__badge {
18364
+ position: relative;
18365
+ vertical-align: middle;
18366
+ }
18367
+ .v-badge__badge .v-icon {
18368
+ color: inherit;
18369
+ font-size: 0.75rem;
18370
+ margin: 0 -2px;
18371
+ }
18372
+ .v-badge__badge img,
18373
+ .v-badge__badge .v-img {
18374
+ height: 100%;
18375
+ width: 100%;
18376
+ }
18377
+
18378
+ .v-badge__wrapper {
18379
+ display: flex;
18380
+ position: relative;
18381
+ }
18382
+ .v-badge--inline .v-badge__wrapper {
18383
+ align-items: center;
18384
+ display: inline-flex;
18385
+ justify-content: center;
18386
+ margin: 0 4px;
18310
18387
  }.v-avatar {
18311
18388
  flex: none;
18312
18389
  align-items: center;
@@ -18413,83 +18490,69 @@ html.overflow-y-hidden {
18413
18490
  .v-avatar .v-img {
18414
18491
  height: 100%;
18415
18492
  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;
18493
+ }.v-bottom-navigation {
18494
+ display: flex;
18495
+ max-width: 100%;
18496
+ overflow: hidden;
18433
18497
  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;
18498
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18445
18499
  }
18446
- .v-badge--bordered .v-badge__badge::after {
18447
- border-radius: inherit;
18500
+ .v-bottom-navigation {
18501
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18448
18502
  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);
18503
+ border-width: 0;
18458
18504
  }
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;
18505
+ .v-bottom-navigation--border {
18506
+ border-width: thin;
18507
+ box-shadow: none;
18465
18508
  }
18466
- .v-badge--dot .v-badge__badge::after {
18467
- border-width: 1.5px;
18509
+ .v-bottom-navigation {
18510
+ border-radius: 0;
18468
18511
  }
18469
- .v-badge--inline .v-badge__badge {
18470
- position: relative;
18471
- vertical-align: middle;
18512
+ .v-bottom-navigation {
18513
+ background: rgb(var(--v-theme-surface));
18514
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18472
18515
  }
18473
- .v-badge__badge .v-icon {
18474
- color: inherit;
18516
+ .v-bottom-navigation--active {
18517
+ 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));
18518
+ }
18519
+
18520
+ .v-bottom-navigation__content {
18521
+ display: flex;
18522
+ flex: none;
18475
18523
  font-size: 0.75rem;
18476
- margin: 0 -2px;
18524
+ justify-content: center;
18525
+ transition: inherit;
18526
+ width: 100%;
18477
18527
  }
18478
- .v-badge__badge img,
18479
- .v-badge__badge .v-img {
18528
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18529
+ font-size: inherit;
18480
18530
  height: 100%;
18481
- width: 100%;
18531
+ max-width: 168px;
18532
+ min-width: 80px;
18533
+ text-transform: none;
18534
+ transition: inherit;
18535
+ width: auto;
18482
18536
  }
18483
-
18484
- .v-badge__wrapper {
18485
- display: flex;
18486
- position: relative;
18537
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18538
+ border-radius: 0;
18487
18539
  }
18488
- .v-badge--inline .v-badge__wrapper {
18489
- align-items: center;
18490
- display: inline-flex;
18491
- justify-content: center;
18492
- margin: 0 4px;
18540
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18541
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18542
+ transition: inherit;
18543
+ }
18544
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18545
+ font-size: 1.5rem;
18546
+ }
18547
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18548
+ flex-grow: 1;
18549
+ }
18550
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18551
+ transition: inherit;
18552
+ opacity: 0;
18553
+ }
18554
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18555
+ transform: translateY(0.5rem);
18493
18556
  }.v-banner {
18494
18557
  display: grid;
18495
18558
  flex: 1 1;
@@ -18656,103 +18719,6 @@ html.overflow-y-hidden {
18656
18719
  }
18657
18720
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18658
18721
  align-self: flex-start;
18659
- }.v-bottom-navigation {
18660
- display: flex;
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);
18665
- }
18666
- .v-bottom-navigation {
18667
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18668
- border-style: solid;
18669
- border-width: 0;
18670
- }
18671
- .v-bottom-navigation--border {
18672
- border-width: thin;
18673
- box-shadow: none;
18674
- }
18675
- .v-bottom-navigation {
18676
- border-radius: 0;
18677
- }
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));
18684
- }
18685
-
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%;
18693
- }
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;
18702
- }
18703
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18704
- border-radius: 0;
18705
- }
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;
18709
- }
18710
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18711
- font-size: 1.5rem;
18712
- }
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);
18722
- }.bottom-sheet-transition-enter-from {
18723
- transform: translateY(100%);
18724
- }
18725
- .bottom-sheet-transition-leave-to {
18726
- transform: translateY(100%);
18727
- }
18728
-
18729
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18730
- align-self: flex-end;
18731
- border-radius: 0;
18732
- flex: 0 1 auto;
18733
- left: 0;
18734
- right: 0;
18735
- margin-inline: 0;
18736
- margin-bottom: 0;
18737
- transition-duration: 0.2s;
18738
- width: 100%;
18739
- max-width: 100%;
18740
- overflow: visible;
18741
- }
18742
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18743
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18744
- }
18745
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18746
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18747
- border-radius: 0;
18748
- }
18749
- .v-bottom-sheet.v-bottom-sheet--inset {
18750
- max-width: none;
18751
- }
18752
- @media (min-width: 600px) {
18753
- .v-bottom-sheet.v-bottom-sheet--inset {
18754
- max-width: 70%;
18755
- }
18756
18722
  }.v-breadcrumbs {
18757
18723
  display: flex;
18758
18724
  align-items: center;
@@ -18810,6 +18776,40 @@ html.overflow-y-hidden {
18810
18776
  display: inline-block;
18811
18777
  padding: 0 8px;
18812
18778
  vertical-align: middle;
18779
+ }.bottom-sheet-transition-enter-from {
18780
+ transform: translateY(100%);
18781
+ }
18782
+ .bottom-sheet-transition-leave-to {
18783
+ transform: translateY(100%);
18784
+ }
18785
+
18786
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18787
+ align-self: flex-end;
18788
+ border-radius: 0;
18789
+ flex: 0 1 auto;
18790
+ left: 0;
18791
+ right: 0;
18792
+ margin-inline: 0;
18793
+ margin-bottom: 0;
18794
+ transition-duration: 0.2s;
18795
+ width: 100%;
18796
+ max-width: 100%;
18797
+ overflow: visible;
18798
+ }
18799
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18800
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18801
+ }
18802
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18803
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18804
+ border-radius: 0;
18805
+ }
18806
+ .v-bottom-sheet.v-bottom-sheet--inset {
18807
+ max-width: none;
18808
+ }
18809
+ @media (min-width: 600px) {
18810
+ .v-bottom-sheet.v-bottom-sheet--inset {
18811
+ max-width: 70%;
18812
+ }
18813
18813
  }.v-btn {
18814
18814
  align-items: center;
18815
18815
  border-radius: 4px;
@@ -19314,6 +19314,71 @@ html.overflow-y-hidden {
19314
19314
  }
19315
19315
  .v-btn-group--tile {
19316
19316
  border-radius: 0;
19317
+ }.v-carousel {
19318
+ overflow: hidden;
19319
+ position: relative;
19320
+ width: 100%;
19321
+ }
19322
+ .v-carousel__controls {
19323
+ align-items: center;
19324
+ bottom: 0;
19325
+ display: flex;
19326
+ height: 50px;
19327
+ justify-content: center;
19328
+ list-style-type: none;
19329
+ position: absolute;
19330
+ width: 100%;
19331
+ z-index: 1;
19332
+ }
19333
+ .v-carousel__controls {
19334
+ background: rgba(var(--v-theme-surface-variant), 0.3);
19335
+ color: rgb(var(--v-theme-on-surface-variant));
19336
+ }
19337
+ .v-carousel__controls > .v-item-group {
19338
+ flex: 0 1 auto;
19339
+ }
19340
+ .v-carousel__controls__item {
19341
+ margin: 0 8px;
19342
+ }
19343
+ .v-carousel__controls__item .v-icon {
19344
+ opacity: 0.5;
19345
+ }
19346
+ .v-carousel__controls__item--active .v-icon {
19347
+ opacity: 1;
19348
+ vertical-align: middle;
19349
+ }
19350
+ .v-carousel__controls__item:hover {
19351
+ background: none;
19352
+ }
19353
+ .v-carousel__controls__item:hover .v-icon {
19354
+ opacity: 0.8;
19355
+ }
19356
+
19357
+ .v-carousel__progress {
19358
+ margin: 0;
19359
+ position: absolute;
19360
+ bottom: 0;
19361
+ left: 0;
19362
+ right: 0;
19363
+ }
19364
+
19365
+ .v-carousel-item {
19366
+ display: block;
19367
+ height: inherit;
19368
+ text-decoration: none;
19369
+ }
19370
+ .v-carousel-item > .v-img {
19371
+ height: inherit;
19372
+ }
19373
+
19374
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
19375
+ background: transparent;
19376
+ }
19377
+
19378
+ .v-carousel--vertical-delimiters .v-carousel__controls {
19379
+ flex-direction: column;
19380
+ height: 100% !important;
19381
+ width: 50px;
19317
19382
  }.v-card {
19318
19383
  display: block;
19319
19384
  overflow: hidden;
@@ -19622,71 +19687,29 @@ html.overflow-y-hidden {
19622
19687
  pointer-events: none;
19623
19688
  opacity: 0;
19624
19689
  transition: opacity 0.2s ease-in-out;
19625
- }.v-carousel {
19626
- overflow: hidden;
19627
- position: relative;
19628
- width: 100%;
19629
- }
19630
- .v-carousel__controls {
19631
- align-items: center;
19632
- bottom: 0;
19633
- display: flex;
19634
- height: 50px;
19635
- justify-content: center;
19636
- list-style-type: none;
19637
- position: absolute;
19638
- width: 100%;
19639
- z-index: 1;
19640
- }
19641
- .v-carousel__controls {
19642
- background: rgba(var(--v-theme-surface-variant), 0.3);
19643
- color: rgb(var(--v-theme-on-surface-variant));
19644
- }
19645
- .v-carousel__controls > .v-item-group {
19690
+ }.v-checkbox.v-input {
19646
19691
  flex: 0 1 auto;
19647
19692
  }
19648
- .v-carousel__controls__item {
19649
- margin: 0 8px;
19650
- }
19651
- .v-carousel__controls__item .v-icon {
19652
- opacity: 0.5;
19653
- }
19654
- .v-carousel__controls__item--active .v-icon {
19655
- opacity: 1;
19656
- vertical-align: middle;
19657
- }
19658
- .v-carousel__controls__item:hover {
19659
- background: none;
19660
- }
19661
- .v-carousel__controls__item:hover .v-icon {
19662
- opacity: 0.8;
19663
- }
19664
-
19665
- .v-carousel__progress {
19666
- margin: 0;
19667
- position: absolute;
19668
- bottom: 0;
19669
- left: 0;
19670
- right: 0;
19671
- }
19672
-
19673
- .v-carousel-item {
19674
- display: block;
19675
- height: inherit;
19676
- text-decoration: none;
19693
+ .v-checkbox .v-selection-control {
19694
+ min-height: var(--v-input-control-height);
19695
+ }.v-chip-group {
19696
+ display: flex;
19697
+ max-width: 100%;
19698
+ min-width: 0;
19699
+ overflow-x: auto;
19700
+ padding: 4px 0;
19677
19701
  }
19678
- .v-carousel-item > .v-img {
19679
- height: inherit;
19702
+ .v-chip-group .v-chip {
19703
+ margin: 4px 8px 4px 0;
19680
19704
  }
19681
-
19682
- .v-carousel--hide-delimiter-background .v-carousel__controls {
19683
- background: transparent;
19705
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19706
+ opacity: var(--v-activated-opacity);
19684
19707
  }
19685
19708
 
19686
- .v-carousel--vertical-delimiters .v-carousel__controls {
19687
- flex-direction: column;
19688
- height: 100% !important;
19689
- width: 50px;
19709
+ .v-chip-group--column .v-slide-group__content {
19710
+ white-space: normal;
19711
+ flex-wrap: wrap;
19712
+ max-width: 100%;
19690
19713
  }.v-chip {
19691
19714
  align-items: center;
19692
19715
  display: inline-flex;
@@ -20105,29 +20128,6 @@ html.overflow-y-hidden {
20105
20128
 
20106
20129
  .v-chip--label {
20107
20130
  border-radius: 4px;
20108
- }.v-checkbox.v-input {
20109
- flex: 0 1 auto;
20110
- }
20111
- .v-checkbox .v-selection-control {
20112
- min-height: var(--v-input-control-height);
20113
- }.v-chip-group {
20114
- display: flex;
20115
- max-width: 100%;
20116
- min-width: 0;
20117
- overflow-x: auto;
20118
- padding: 4px 0;
20119
- }
20120
- .v-chip-group .v-chip {
20121
- margin: 4px 8px 4px 0;
20122
- }
20123
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20124
- opacity: var(--v-activated-opacity);
20125
- }
20126
-
20127
- .v-chip-group--column .v-slide-group__content {
20128
- white-space: normal;
20129
- flex-wrap: wrap;
20130
- max-width: 100%;
20131
20131
  }.v-color-picker {
20132
20132
  align-self: flex-start;
20133
20133
  contain: content;
@@ -20235,11 +20235,6 @@ html.overflow-y-hidden {
20235
20235
  .v-combobox--active-menu .v-combobox__menu-icon {
20236
20236
  opacity: var(--v-high-emphasis-opacity);
20237
20237
  transform: rotate(180deg);
20238
- }.v-counter {
20239
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20240
- flex: 0 1 auto;
20241
- font-size: 12px;
20242
- transition-duration: 150ms;
20243
20238
  }.v-data-table {
20244
20239
  width: 100%;
20245
20240
  }
@@ -20458,67 +20453,62 @@ html.overflow-y-hidden {
20458
20453
  }
20459
20454
  .v-data-table-footer__page {
20460
20455
  padding: 0 8px;
20461
- }.v-date-picker {
20462
- overflow: hidden;
20463
- width: 328px;
20464
- }
20465
- .v-date-picker--show-week {
20466
- width: 368px;
20467
- }.v-date-picker-month {
20456
+ }.v-date-picker-controls {
20468
20457
  display: flex;
20469
- justify-content: center;
20470
- padding: 0 12px 8px;
20471
- --v-date-picker-month-day-diff: 4px;
20458
+ align-items: center;
20459
+ justify-content: space-between;
20460
+ font-size: 0.875rem;
20461
+ padding-top: 4px;
20462
+ padding-bottom: 4px;
20463
+ padding-inline-start: 6px;
20464
+ padding-inline-end: 12px;
20472
20465
  }
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;
20466
+ .v-date-picker-controls > .v-btn:first-child {
20467
+ text-transform: none;
20468
+ font-weight: 400;
20469
+ line-height: initial;
20470
+ letter-spacing: initial;
20479
20471
  }
20480
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20481
- grid-row-gap: 0;
20472
+ .v-date-picker-controls--variant-classic {
20473
+ padding-inline-start: 12px;
20482
20474
  }
20483
-
20484
- .v-date-picker-month__weekday {
20485
- font-size: 0.85rem;
20475
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20476
+ opacity: 0.7;
20486
20477
  }
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;
20478
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20479
+ cursor: pointer;
20480
+ }
20481
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20482
+ opacity: 1;
20483
+ }
20484
+ .v-date-picker-controls .v-btn:last-child {
20485
+ margin-inline-start: 4px;
20486
+ }
20487
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20488
+ transform: rotate(180deg);
20494
20489
  }
20495
20490
 
20496
- .v-date-picker-month__day {
20497
- align-items: center;
20498
- display: flex;
20499
- justify-content: center;
20500
- position: relative;
20501
- height: 40px;
20502
- width: 40px;
20491
+ .v-date-picker-controls__date {
20492
+ margin-inline-end: 4px;
20503
20493
  }
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));
20494
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20495
+ margin: auto;
20496
+ text-align: center;
20507
20497
  }
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;
20498
+
20499
+ .v-date-picker-controls__month {
20500
+ display: flex;
20511
20501
  }
20512
- .v-date-picker-month__day--week {
20513
- font-size: var(--v-btn-size);
20502
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20503
+ flex-direction: row-reverse;
20514
20504
  }
20515
20505
 
20516
- .v-date-picker-month__day--adjacent {
20517
- opacity: 0.5;
20506
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20507
+ flex: 1 0 auto;
20518
20508
  }
20519
20509
 
20520
- .v-date-picker-month__day--hide-adjacent {
20521
- opacity: 0;
20510
+ .v-date-picker__title {
20511
+ display: inline-block;
20522
20512
  }.v-date-picker-header {
20523
20513
  align-items: flex-end;
20524
20514
  height: 70px;
@@ -20573,12 +20563,73 @@ html.overflow-y-hidden {
20573
20563
  transform: translate(0, -100%);
20574
20564
  }
20575
20565
 
20576
- .date-picker-header-reverse-transition-enter-from {
20577
- transform: translate(0, -100%);
20566
+ .date-picker-header-reverse-transition-enter-from {
20567
+ transform: translate(0, -100%);
20568
+ }
20569
+ .date-picker-header-reverse-transition-leave-to {
20570
+ opacity: 0;
20571
+ transform: translate(0, 100%);
20572
+ }.v-date-picker {
20573
+ overflow: hidden;
20574
+ width: 328px;
20575
+ }
20576
+ .v-date-picker--show-week {
20577
+ width: 368px;
20578
+ }.v-date-picker-month {
20579
+ display: flex;
20580
+ justify-content: center;
20581
+ padding: 0 12px 8px;
20582
+ --v-date-picker-month-day-diff: 4px;
20583
+ }
20584
+
20585
+ .v-date-picker-month__weeks {
20586
+ display: grid;
20587
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20588
+ column-gap: 4px;
20589
+ font-size: 0.85rem;
20590
+ }
20591
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20592
+ grid-row-gap: 0;
20593
+ }
20594
+
20595
+ .v-date-picker-month__weekday {
20596
+ font-size: 0.85rem;
20597
+ }
20598
+
20599
+ .v-date-picker-month__days {
20600
+ display: grid;
20601
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20602
+ column-gap: 4px;
20603
+ flex: 1 1;
20604
+ justify-content: space-around;
20605
+ }
20606
+
20607
+ .v-date-picker-month__day {
20608
+ align-items: center;
20609
+ display: flex;
20610
+ justify-content: center;
20611
+ position: relative;
20612
+ height: 40px;
20613
+ width: 40px;
20614
+ }
20615
+ .v-date-picker-month__day--selected .v-btn {
20616
+ background-color: rgb(var(--v-theme-surface-variant));
20617
+ color: rgb(var(--v-theme-on-surface-variant));
20618
+ }
20619
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20620
+ --v-btn-height: 24px;
20621
+ --v-btn-size: 0.85rem;
20622
+ }
20623
+ .v-date-picker-month__day--week {
20624
+ font-size: var(--v-btn-size);
20625
+ }
20626
+
20627
+ .v-date-picker-month__day--adjacent {
20628
+ opacity: 0.5;
20578
20629
  }
20579
- .date-picker-header-reverse-transition-leave-to {
20630
+
20631
+ .v-date-picker-month__day--hide-adjacent {
20580
20632
  opacity: 0;
20581
- transform: translate(0, 100%);
20582
20633
  }.v-date-picker-months {
20583
20634
  height: 288px;
20584
20635
  }
@@ -20598,62 +20649,6 @@ html.overflow-y-hidden {
20598
20649
  text-transform: none;
20599
20650
  padding-inline-start: 8px;
20600
20651
  padding-inline-end: 8px;
20601
- }.v-date-picker-controls {
20602
- display: flex;
20603
- align-items: center;
20604
- justify-content: space-between;
20605
- font-size: 0.875rem;
20606
- padding-top: 4px;
20607
- padding-bottom: 4px;
20608
- padding-inline-start: 6px;
20609
- padding-inline-end: 12px;
20610
- }
20611
- .v-date-picker-controls > .v-btn:first-child {
20612
- text-transform: none;
20613
- font-weight: 400;
20614
- line-height: initial;
20615
- letter-spacing: initial;
20616
- }
20617
- .v-date-picker-controls--variant-classic {
20618
- padding-inline-start: 12px;
20619
- }
20620
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20621
- opacity: 0.7;
20622
- }
20623
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20624
- cursor: pointer;
20625
- }
20626
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20627
- opacity: 1;
20628
- }
20629
- .v-date-picker-controls .v-btn:last-child {
20630
- margin-inline-start: 4px;
20631
- }
20632
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20633
- transform: rotate(180deg);
20634
- }
20635
-
20636
- .v-date-picker-controls__date {
20637
- margin-inline-end: 4px;
20638
- }
20639
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20640
- margin: auto;
20641
- text-align: center;
20642
- }
20643
-
20644
- .v-date-picker-controls__month {
20645
- display: flex;
20646
- }
20647
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20648
- flex-direction: row-reverse;
20649
- }
20650
-
20651
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20652
- flex: 1 0 auto;
20653
- }
20654
-
20655
- .v-date-picker__title {
20656
- display: inline-block;
20657
20652
  }.v-date-picker-years {
20658
20653
  height: 288px;
20659
20654
  overflow-y: scroll;
@@ -20765,58 +20760,11 @@ html.overflow-y-hidden {
20765
20760
  -webkit-backface-visibility: hidden;
20766
20761
  backface-visibility: hidden;
20767
20762
  overflow-y: auto;
20768
- }.v-divider {
20769
- display: block;
20770
- flex: 1 1 100%;
20771
- height: 0px;
20772
- max-height: 0px;
20773
- opacity: var(--v-border-opacity);
20774
- transition: inherit;
20775
- }
20776
- .v-divider {
20777
- border-style: solid;
20778
- border-width: thin 0 0 0;
20779
- }
20780
- .v-divider--vertical {
20781
- align-self: stretch;
20782
- border-width: 0 thin 0 0;
20783
- display: inline-flex;
20784
- height: auto;
20785
- margin-left: -1px;
20786
- max-height: 100%;
20787
- max-width: 0px;
20788
- vertical-align: text-bottom;
20789
- width: 0px;
20790
- }
20791
- .v-divider--inset:not(.v-divider--vertical) {
20792
- max-width: calc(100% - 72px);
20793
- margin-inline-start: 72px;
20794
- }
20795
- .v-divider--inset.v-divider--vertical {
20796
- margin-bottom: 8px;
20797
- margin-top: 8px;
20798
- max-height: calc(100% - 16px);
20799
- }
20800
-
20801
- .v-divider__content {
20802
- padding: 0 16px;
20803
- text-wrap: nowrap;
20804
- }
20805
- .v-divider__wrapper--vertical .v-divider__content {
20806
- padding: 4px 0;
20807
- }
20808
-
20809
- .v-divider__wrapper {
20810
- display: flex;
20811
- align-items: center;
20812
- justify-content: center;
20813
- }
20814
- .v-divider__wrapper--vertical {
20815
- flex-direction: column;
20816
- height: 100%;
20817
- }
20818
- .v-divider__wrapper--vertical .v-divider {
20819
- margin: 0 auto;
20763
+ }.v-counter {
20764
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20765
+ flex: 0 1 auto;
20766
+ font-size: 12px;
20767
+ transition-duration: 150ms;
20820
20768
  }.v-empty-state {
20821
20769
  align-items: center;
20822
20770
  display: flex;
@@ -20884,6 +20832,58 @@ html.overflow-y-hidden {
20884
20832
  .v-empty-state__action-btn.v-btn {
20885
20833
  background-color: initial;
20886
20834
  color: initial;
20835
+ }.v-divider {
20836
+ display: block;
20837
+ flex: 1 1 100%;
20838
+ height: 0px;
20839
+ max-height: 0px;
20840
+ opacity: var(--v-border-opacity);
20841
+ transition: inherit;
20842
+ }
20843
+ .v-divider {
20844
+ border-style: solid;
20845
+ border-width: thin 0 0 0;
20846
+ }
20847
+ .v-divider--vertical {
20848
+ align-self: stretch;
20849
+ border-width: 0 thin 0 0;
20850
+ display: inline-flex;
20851
+ height: auto;
20852
+ margin-left: -1px;
20853
+ max-height: 100%;
20854
+ max-width: 0px;
20855
+ vertical-align: text-bottom;
20856
+ width: 0px;
20857
+ }
20858
+ .v-divider--inset:not(.v-divider--vertical) {
20859
+ max-width: calc(100% - 72px);
20860
+ margin-inline-start: 72px;
20861
+ }
20862
+ .v-divider--inset.v-divider--vertical {
20863
+ margin-bottom: 8px;
20864
+ margin-top: 8px;
20865
+ max-height: calc(100% - 16px);
20866
+ }
20867
+
20868
+ .v-divider__content {
20869
+ padding: 0 16px;
20870
+ text-wrap: nowrap;
20871
+ }
20872
+ .v-divider__wrapper--vertical .v-divider__content {
20873
+ padding: 4px 0;
20874
+ }
20875
+
20876
+ .v-divider__wrapper {
20877
+ display: flex;
20878
+ align-items: center;
20879
+ justify-content: center;
20880
+ }
20881
+ .v-divider__wrapper--vertical {
20882
+ flex-direction: column;
20883
+ height: 100%;
20884
+ }
20885
+ .v-divider__wrapper--vertical .v-divider {
20886
+ margin: 0 auto;
20887
20887
  }.v-expansion-panel {
20888
20888
  background-color: rgb(var(--v-theme-surface));
20889
20889
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21752,36 +21752,7 @@ textarea.v-field__input::placeholder {
21752
21752
  opacity: 0;
21753
21753
  }
21754
21754
 
21755
- /* endregion */.v-file-input--hide.v-input .v-field,
21756
- .v-file-input--hide.v-input .v-input__control,
21757
- .v-file-input--hide.v-input .v-input__details {
21758
- display: none;
21759
- }
21760
- .v-file-input--hide.v-input .v-input__prepend {
21761
- grid-area: control;
21762
- margin: 0 auto;
21763
- }
21764
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21765
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21766
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21767
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21768
- top: 0px;
21769
- }
21770
- .v-file-input input[type=file] {
21771
- height: 100%;
21772
- left: 0;
21773
- opacity: 0;
21774
- position: absolute;
21775
- top: 0;
21776
- width: 100%;
21777
- z-index: 1;
21778
- }
21779
- .v-file-input .v-input__details {
21780
- padding-inline: 16px;
21781
- }
21782
- .v-input--plain-underlined.v-file-input .v-input__details {
21783
- padding-inline: 0;
21784
- }.v-footer {
21755
+ /* endregion */.v-footer {
21785
21756
  align-items: center;
21786
21757
  display: flex;
21787
21758
  flex: 1 1 auto;
@@ -22489,110 +22460,35 @@ textarea.v-field__input::placeholder {
22489
22460
  .offset-xxl-11 {
22490
22461
  margin-inline-start: 91.6666666667%;
22491
22462
  }
22492
- }.v-icon {
22493
- --v-icon-size-multiplier: 1;
22494
- align-items: center;
22495
- display: inline-flex;
22496
- font-feature-settings: "liga";
22497
- height: 1em;
22498
- justify-content: center;
22499
- letter-spacing: normal;
22500
- line-height: 1;
22501
- position: relative;
22502
- text-indent: 0;
22503
- text-align: center;
22504
- -webkit-user-select: none;
22505
- user-select: none;
22506
- vertical-align: middle;
22507
- width: 1em;
22508
- min-width: 1em;
22509
- }
22510
- .v-icon--clickable {
22511
- cursor: pointer;
22512
- }
22513
- .v-icon--disabled {
22514
- pointer-events: none;
22515
- opacity: 0.38;
22516
- }
22517
- .v-icon--size-x-small {
22518
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
22519
- }
22520
- .v-icon--size-small {
22521
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22522
- }
22523
- .v-icon--size-default {
22524
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22525
- }
22526
- .v-icon--size-large {
22527
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22528
- }
22529
- .v-icon--size-x-large {
22530
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
22531
- }
22532
-
22533
- .v-icon__svg {
22534
- fill: currentColor;
22535
- width: 100%;
22536
- height: 100%;
22463
+ }.v-file-input--hide.v-input .v-field,
22464
+ .v-file-input--hide.v-input .v-input__control,
22465
+ .v-file-input--hide.v-input .v-input__details {
22466
+ display: none;
22537
22467
  }
22538
-
22539
- .v-icon--start {
22540
- margin-inline-end: 8px;
22468
+ .v-file-input--hide.v-input .v-input__prepend {
22469
+ grid-area: control;
22470
+ margin: 0 auto;
22541
22471
  }
22542
-
22543
- .v-icon--end {
22544
- margin-inline-start: 8px;
22545
- }.v-img {
22546
- --v-theme-overlay-multiplier: 3;
22547
- z-index: 0;
22472
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22473
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22474
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22475
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22476
+ top: 0px;
22548
22477
  }
22549
- .v-img.v-img--absolute {
22478
+ .v-file-input input[type=file] {
22550
22479
  height: 100%;
22551
22480
  left: 0;
22552
- overflow: hidden;
22553
- position: absolute;
22554
- top: 0;
22555
- width: 100%;
22556
- z-index: -1;
22557
- }
22558
- .v-img--booting .v-responsive__sizer {
22559
- transition: none;
22560
- }
22561
- .v-img--rounded {
22562
- border-radius: 4px;
22563
- }
22564
-
22565
- .v-img__img,
22566
- .v-img__picture,
22567
- .v-img__gradient,
22568
- .v-img__placeholder,
22569
- .v-img__error {
22570
- z-index: -1;
22571
- }
22572
- .v-img__img,
22573
- .v-img__picture,
22574
- .v-img__gradient,
22575
- .v-img__placeholder,
22576
- .v-img__error {
22481
+ opacity: 0;
22577
22482
  position: absolute;
22578
22483
  top: 0;
22579
- left: 0;
22580
22484
  width: 100%;
22581
- height: 100%;
22582
- }
22583
-
22584
- .v-img__img--preload {
22585
- filter: blur(4px);
22586
- }
22587
- .v-img__img--contain {
22588
- object-fit: contain;
22485
+ z-index: 1;
22589
22486
  }
22590
- .v-img__img--cover {
22591
- object-fit: cover;
22487
+ .v-file-input .v-input__details {
22488
+ padding-inline: 16px;
22592
22489
  }
22593
-
22594
- .v-img__gradient {
22595
- background-repeat: no-repeat;
22490
+ .v-input--plain-underlined.v-file-input .v-input__details {
22491
+ padding-inline: 0;
22596
22492
  }.v-infinite-scroll--horizontal {
22597
22493
  display: flex;
22598
22494
  flex-direction: row;
@@ -22630,11 +22526,6 @@ textarea.v-field__input::placeholder {
22630
22526
  display: flex;
22631
22527
  justify-content: center;
22632
22528
  padding: 8px;
22633
- }.v-item-group {
22634
- flex: 0 1 auto;
22635
- max-width: 100%;
22636
- position: relative;
22637
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22638
22529
  }.v-input {
22639
22530
  display: grid;
22640
22531
  flex: 1 1 auto;
@@ -22777,6 +22668,62 @@ textarea.v-field__input::placeholder {
22777
22668
 
22778
22669
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22779
22670
  padding-top: calc(var(--v-input-padding-top) + 0px);
22671
+ }.v-item-group {
22672
+ flex: 0 1 auto;
22673
+ max-width: 100%;
22674
+ position: relative;
22675
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22676
+ }.v-img {
22677
+ --v-theme-overlay-multiplier: 3;
22678
+ z-index: 0;
22679
+ }
22680
+ .v-img.v-img--absolute {
22681
+ height: 100%;
22682
+ left: 0;
22683
+ overflow: hidden;
22684
+ position: absolute;
22685
+ top: 0;
22686
+ width: 100%;
22687
+ z-index: -1;
22688
+ }
22689
+ .v-img--booting .v-responsive__sizer {
22690
+ transition: none;
22691
+ }
22692
+ .v-img--rounded {
22693
+ border-radius: 4px;
22694
+ }
22695
+
22696
+ .v-img__img,
22697
+ .v-img__picture,
22698
+ .v-img__gradient,
22699
+ .v-img__placeholder,
22700
+ .v-img__error {
22701
+ z-index: -1;
22702
+ }
22703
+ .v-img__img,
22704
+ .v-img__picture,
22705
+ .v-img__gradient,
22706
+ .v-img__placeholder,
22707
+ .v-img__error {
22708
+ position: absolute;
22709
+ top: 0;
22710
+ left: 0;
22711
+ width: 100%;
22712
+ height: 100%;
22713
+ }
22714
+
22715
+ .v-img__img--preload {
22716
+ filter: blur(4px);
22717
+ }
22718
+ .v-img__img--contain {
22719
+ object-fit: contain;
22720
+ }
22721
+ .v-img__img--cover {
22722
+ object-fit: cover;
22723
+ }
22724
+
22725
+ .v-img__gradient {
22726
+ background-repeat: no-repeat;
22780
22727
  }.v-label {
22781
22728
  align-items: center;
22782
22729
  color: inherit;
@@ -22792,6 +22739,13 @@ textarea.v-field__input::placeholder {
22792
22739
 
22793
22740
  .v-label--clickable {
22794
22741
  cursor: pointer;
22742
+ }.v-layout-item {
22743
+ position: absolute;
22744
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22745
+ }
22746
+
22747
+ .v-layout-item--absolute {
22748
+ position: absolute;
22795
22749
  }.v-layout {
22796
22750
  --v-scrollbar-offset: 0px;
22797
22751
  display: flex;
@@ -22800,13 +22754,6 @@ textarea.v-field__input::placeholder {
22800
22754
  .v-layout--full-height {
22801
22755
  --v-scrollbar-offset: inherit;
22802
22756
  height: 100%;
22803
- }.v-layout-item {
22804
- position: absolute;
22805
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22806
- }
22807
-
22808
- .v-layout-item--absolute {
22809
- position: absolute;
22810
22757
  }.v-list {
22811
22758
  overflow: auto;
22812
22759
  padding: 8px 0;
@@ -23383,6 +23330,8 @@ textarea.v-field__input::placeholder {
23383
23330
  }
23384
23331
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23385
23332
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23333
+ }.v-locale-provider {
23334
+ display: contents;
23386
23335
  }.v-main {
23387
23336
  flex: 1 0 auto;
23388
23337
  max-width: 100%;
@@ -23413,8 +23362,6 @@ textarea.v-field__input::placeholder {
23413
23362
  --v-layout-right: 0px;
23414
23363
  --v-layout-top: 0px;
23415
23364
  --v-layout-bottom: 0px;
23416
- }.v-locale-provider {
23417
- display: contents;
23418
23365
  }.v-menu > .v-overlay__content {
23419
23366
  display: flex;
23420
23367
  flex-direction: column;
@@ -23434,22 +23381,6 @@ textarea.v-field__input::placeholder {
23434
23381
  .v-menu > .v-overlay__content > .v-sheet,
23435
23382
  .v-menu > .v-overlay__content > .v-list {
23436
23383
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23437
- }.v-messages {
23438
- flex: 1 1 auto;
23439
- font-size: 12px;
23440
- min-height: 14px;
23441
- min-width: 1px;
23442
- opacity: var(--v-medium-emphasis-opacity);
23443
- position: relative;
23444
- }
23445
- .v-messages__message {
23446
- line-height: 12px;
23447
- word-break: break-word;
23448
- overflow-wrap: break-word;
23449
- word-wrap: break-word;
23450
- -webkit-hyphens: auto;
23451
- hyphens: auto;
23452
- transition-duration: 150ms;
23453
23384
  }.v-navigation-drawer {
23454
23385
  -webkit-overflow-scrolling: touch;
23455
23386
  background: rgb(var(--v-theme-surface));
@@ -23624,6 +23555,28 @@ textarea.v-field__input::placeholder {
23624
23555
  }
23625
23556
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23626
23557
  margin: 0.3rem;
23558
+ }.v-messages {
23559
+ flex: 1 1 auto;
23560
+ font-size: 12px;
23561
+ min-height: 14px;
23562
+ min-width: 1px;
23563
+ opacity: var(--v-medium-emphasis-opacity);
23564
+ position: relative;
23565
+ }
23566
+ .v-messages__message {
23567
+ line-height: 12px;
23568
+ word-break: break-word;
23569
+ overflow-wrap: break-word;
23570
+ word-wrap: break-word;
23571
+ -webkit-hyphens: auto;
23572
+ hyphens: auto;
23573
+ transition-duration: 150ms;
23574
+ }.v-parallax {
23575
+ position: relative;
23576
+ overflow: hidden;
23577
+ }
23578
+ .v-parallax--active > .v-img__img {
23579
+ will-change: transform;
23627
23580
  }.v-progress-circular {
23628
23581
  align-items: center;
23629
23582
  display: inline-flex;
@@ -23726,12 +23679,6 @@ textarea.v-field__input::placeholder {
23726
23679
  100% {
23727
23680
  transform: rotate(270deg);
23728
23681
  }
23729
- }.v-parallax {
23730
- position: relative;
23731
- overflow: hidden;
23732
- }
23733
- .v-parallax--active > .v-img__img {
23734
- will-change: transform;
23735
23682
  }.v-progress-linear {
23736
23683
  background: transparent;
23737
23684
  overflow: hidden;
@@ -24029,6 +23976,84 @@ textarea.v-field__input::placeholder {
24029
23976
 
24030
23977
  .v-slider__label {
24031
23978
  margin-inline-end: 12px;
23979
+ }.v-responsive {
23980
+ display: flex;
23981
+ flex: 1 0 auto;
23982
+ max-height: 100%;
23983
+ max-width: 100%;
23984
+ overflow: hidden;
23985
+ position: relative;
23986
+ }
23987
+ .v-responsive--inline {
23988
+ display: inline-flex;
23989
+ flex: 0 0 auto;
23990
+ }
23991
+
23992
+ .v-responsive__content {
23993
+ flex: 1 0 0px;
23994
+ max-width: 100%;
23995
+ }
23996
+
23997
+ .v-responsive__sizer ~ .v-responsive__content {
23998
+ margin-inline-start: -100%;
23999
+ }
24000
+
24001
+ .v-responsive__sizer {
24002
+ flex: 1 0 0px;
24003
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24004
+ pointer-events: none;
24005
+ }.v-select .v-field .v-text-field__prefix,
24006
+ .v-select .v-field .v-text-field__suffix,
24007
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24008
+ cursor: pointer;
24009
+ }
24010
+ .v-select .v-field .v-field__input > input {
24011
+ align-self: flex-start;
24012
+ opacity: 1;
24013
+ flex: 0 0;
24014
+ position: absolute;
24015
+ width: 100%;
24016
+ transition: none;
24017
+ pointer-events: none;
24018
+ caret-color: transparent;
24019
+ }
24020
+ .v-select .v-field--dirty .v-select__selection {
24021
+ margin-inline-end: 2px;
24022
+ }
24023
+ .v-select .v-select__selection-text {
24024
+ overflow: hidden;
24025
+ text-overflow: ellipsis;
24026
+ white-space: nowrap;
24027
+ }
24028
+ .v-select__content {
24029
+ overflow: hidden;
24030
+ }
24031
+ .v-select__content {
24032
+ 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));
24033
+ }
24034
+ .v-select__content {
24035
+ border-radius: 4px;
24036
+ }
24037
+ .v-select__selection {
24038
+ display: inline-flex;
24039
+ align-items: center;
24040
+ letter-spacing: inherit;
24041
+ line-height: inherit;
24042
+ max-width: 100%;
24043
+ }
24044
+ .v-select .v-select__selection:first-child {
24045
+ margin-inline-start: 0;
24046
+ }
24047
+ .v-select--selected .v-field .v-field__input > input {
24048
+ opacity: 0;
24049
+ }
24050
+ .v-select__menu-icon {
24051
+ margin-inline-start: 4px;
24052
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24053
+ }
24054
+ .v-select--active-menu .v-select__menu-icon {
24055
+ opacity: var(--v-high-emphasis-opacity);
24056
+ transform: rotate(180deg);
24032
24057
  }.v-rating {
24033
24058
  max-width: 100%;
24034
24059
  display: inline-flex;
@@ -24082,32 +24107,6 @@ textarea.v-field__input::placeholder {
24082
24107
  opacity: 0;
24083
24108
  position: absolute;
24084
24109
  width: 0;
24085
- }.v-responsive {
24086
- display: flex;
24087
- flex: 1 0 auto;
24088
- max-height: 100%;
24089
- max-width: 100%;
24090
- overflow: hidden;
24091
- position: relative;
24092
- }
24093
- .v-responsive--inline {
24094
- display: inline-flex;
24095
- flex: 0 0 auto;
24096
- }
24097
-
24098
- .v-responsive__content {
24099
- flex: 1 0 0px;
24100
- max-width: 100%;
24101
- }
24102
-
24103
- .v-responsive__sizer ~ .v-responsive__content {
24104
- margin-inline-start: -100%;
24105
- }
24106
-
24107
- .v-responsive__sizer {
24108
- flex: 1 0 0px;
24109
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24110
- pointer-events: none;
24111
24110
  }.v-selection-control {
24112
24111
  align-items: center;
24113
24112
  contain: layout;
@@ -24219,105 +24218,6 @@ textarea.v-field__input::placeholder {
24219
24218
  .v-selection-control-group--inline {
24220
24219
  flex-direction: row;
24221
24220
  flex-wrap: wrap;
24222
- }.v-sheet {
24223
- display: block;
24224
- }
24225
- .v-sheet {
24226
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24227
- border-style: solid;
24228
- border-width: 0;
24229
- }
24230
- .v-sheet--border {
24231
- border-width: thin;
24232
- box-shadow: none;
24233
- }
24234
- .v-sheet {
24235
- 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));
24236
- }
24237
- .v-sheet--absolute {
24238
- position: absolute;
24239
- }
24240
- .v-sheet--fixed {
24241
- position: fixed;
24242
- }
24243
- .v-sheet--relative {
24244
- position: relative;
24245
- }
24246
- .v-sheet--sticky {
24247
- position: sticky;
24248
- }
24249
- .v-sheet {
24250
- border-radius: 0;
24251
- }
24252
- .v-sheet {
24253
- background: rgb(var(--v-theme-surface));
24254
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24255
- }
24256
- .v-sheet--rounded {
24257
- border-radius: 4px;
24258
- }.v-overlay-container {
24259
- contain: layout;
24260
- left: 0;
24261
- pointer-events: none;
24262
- position: absolute;
24263
- top: 0;
24264
- display: contents;
24265
- }
24266
-
24267
- .v-overlay-scroll-blocked {
24268
- padding-inline-end: var(--v-scrollbar-offset);
24269
- }
24270
- .v-overlay-scroll-blocked:not(html) {
24271
- overflow-y: hidden !important;
24272
- }
24273
- html.v-overlay-scroll-blocked {
24274
- position: fixed;
24275
- top: var(--v-body-scroll-y);
24276
- left: var(--v-body-scroll-x);
24277
- width: 100%;
24278
- height: 100%;
24279
- }
24280
-
24281
- .v-overlay {
24282
- border-radius: inherit;
24283
- display: flex;
24284
- left: 0;
24285
- pointer-events: none;
24286
- position: fixed;
24287
- top: 0;
24288
- bottom: 0;
24289
- right: 0;
24290
- }
24291
-
24292
- .v-overlay__content {
24293
- outline: none;
24294
- position: absolute;
24295
- pointer-events: auto;
24296
- contain: layout;
24297
- }
24298
-
24299
- .v-overlay__scrim {
24300
- pointer-events: auto;
24301
- background: rgb(var(--v-theme-on-surface));
24302
- border-radius: inherit;
24303
- bottom: 0;
24304
- left: 0;
24305
- opacity: var(--v-overlay-opacity, 0.32);
24306
- position: fixed;
24307
- right: 0;
24308
- top: 0;
24309
- }
24310
-
24311
- .v-overlay--absolute {
24312
- position: absolute;
24313
- }
24314
-
24315
- .v-overlay--contained .v-overlay__scrim {
24316
- position: absolute;
24317
- }
24318
-
24319
- .v-overlay--scroll-blocked {
24320
- padding-inline-end: var(--v-scrollbar-offset);
24321
24221
  }.v-skeleton-loader {
24322
24222
  align-items: center;
24323
24223
  background: rgb(var(--v-theme-surface));
@@ -24543,58 +24443,6 @@ html.v-overlay-scroll-blocked {
24543
24443
  100% {
24544
24444
  transform: translateX(100%);
24545
24445
  }
24546
- }.v-select .v-field .v-text-field__prefix,
24547
- .v-select .v-field .v-text-field__suffix,
24548
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24549
- cursor: pointer;
24550
- }
24551
- .v-select .v-field .v-field__input > input {
24552
- align-self: flex-start;
24553
- opacity: 1;
24554
- flex: 0 0;
24555
- position: absolute;
24556
- width: 100%;
24557
- transition: none;
24558
- pointer-events: none;
24559
- caret-color: transparent;
24560
- }
24561
- .v-select .v-field--dirty .v-select__selection {
24562
- margin-inline-end: 2px;
24563
- }
24564
- .v-select .v-select__selection-text {
24565
- overflow: hidden;
24566
- text-overflow: ellipsis;
24567
- white-space: nowrap;
24568
- }
24569
- .v-select__content {
24570
- overflow: hidden;
24571
- }
24572
- .v-select__content {
24573
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24574
- }
24575
- .v-select__content {
24576
- border-radius: 4px;
24577
- }
24578
- .v-select__selection {
24579
- display: inline-flex;
24580
- align-items: center;
24581
- letter-spacing: inherit;
24582
- line-height: inherit;
24583
- max-width: 100%;
24584
- }
24585
- .v-select .v-select__selection:first-child {
24586
- margin-inline-start: 0;
24587
- }
24588
- .v-select--selected .v-field .v-field__input > input {
24589
- opacity: 0;
24590
- }
24591
- .v-select__menu-icon {
24592
- margin-inline-start: 4px;
24593
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24594
- }
24595
- .v-select--active-menu .v-select__menu-icon {
24596
- opacity: var(--v-high-emphasis-opacity);
24597
- transform: rotate(180deg);
24598
24446
  }.v-slide-group {
24599
24447
  display: flex;
24600
24448
  overflow: hidden;
@@ -25468,6 +25316,45 @@ html.v-overlay-scroll-blocked {
25468
25316
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25469
25317
  margin-inline-end: 52px;
25470
25318
  }
25319
+ }.v-textarea .v-field {
25320
+ --v-textarea-control-height: var(--v-input-control-height);
25321
+ }
25322
+ .v-textarea .v-field__field {
25323
+ --v-input-control-height: var(--v-textarea-control-height);
25324
+ }
25325
+ .v-textarea .v-field__input {
25326
+ flex: 1 1 auto;
25327
+ outline: none;
25328
+ -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));
25329
+ 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));
25330
+ }
25331
+ .v-textarea .v-field__input.v-textarea__sizer {
25332
+ visibility: hidden;
25333
+ position: absolute;
25334
+ top: 0;
25335
+ left: 0;
25336
+ height: 0 !important;
25337
+ min-height: 0 !important;
25338
+ pointer-events: none;
25339
+ }
25340
+ .v-textarea--no-resize .v-field__input {
25341
+ resize: none;
25342
+ }
25343
+ .v-textarea .v-field--no-label textarea,
25344
+ .v-textarea .v-field--active textarea {
25345
+ opacity: 1;
25346
+ }
25347
+ .v-textarea textarea {
25348
+ opacity: 0;
25349
+ flex: 1;
25350
+ min-width: 0;
25351
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25352
+ }
25353
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25354
+ outline: none;
25355
+ }
25356
+ .v-textarea textarea:invalid {
25357
+ box-shadow: none;
25471
25358
  }/* region BLOCK */
25472
25359
  .v-text-field input {
25473
25360
  color: inherit;
@@ -25529,51 +25416,15 @@ html.v-overlay-scroll-blocked {
25529
25416
  color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25530
25417
  }
25531
25418
  .v-text-field__prefix {
25532
- padding-inline-start: var(--v-field-padding-start);
25533
- }
25534
- .v-text-field__suffix {
25535
- padding-inline-end: var(--v-field-padding-end);
25536
- }
25537
-
25538
- /* endregion */.v-textarea .v-field {
25539
- --v-textarea-control-height: var(--v-input-control-height);
25540
- }
25541
- .v-textarea .v-field__field {
25542
- --v-input-control-height: var(--v-textarea-control-height);
25543
- }
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));
25549
- }
25550
- .v-textarea .v-field__input.v-textarea__sizer {
25551
- visibility: hidden;
25552
- position: absolute;
25553
- top: 0;
25554
- left: 0;
25555
- height: 0 !important;
25556
- min-height: 0 !important;
25557
- pointer-events: none;
25558
- }
25559
- .v-textarea--no-resize .v-field__input {
25560
- resize: none;
25561
- }
25562
- .v-textarea .v-field--no-label textarea,
25563
- .v-textarea .v-field--active textarea {
25564
- opacity: 1;
25565
- }
25566
- .v-textarea textarea {
25567
- opacity: 0;
25568
- flex: 1;
25569
- min-width: 0;
25570
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25419
+ padding-inline-start: var(--v-field-padding-start);
25571
25420
  }
25572
- .v-textarea textarea:focus, .v-textarea textarea:active {
25573
- outline: none;
25421
+ .v-text-field__suffix {
25422
+ padding-inline-end: var(--v-field-padding-end);
25574
25423
  }
25575
- .v-textarea textarea:invalid {
25576
- box-shadow: none;
25424
+
25425
+ /* endregion */.v-theme-provider {
25426
+ background: rgb(var(--v-theme-background));
25427
+ color: rgb(var(--v-theme-on-background));
25577
25428
  }.v-timeline .v-timeline-divider__dot {
25578
25429
  background: rgb(var(--v-theme-surface-light));
25579
25430
  }
@@ -25992,9 +25843,6 @@ html.v-overlay-scroll-blocked {
25992
25843
 
25993
25844
  .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25994
25845
  padding-inline-end: 0;
25995
- }.v-theme-provider {
25996
- background: rgb(var(--v-theme-background));
25997
- color: rgb(var(--v-theme-on-background));
25998
25846
  }.v-toolbar {
25999
25847
  align-items: flex-start;
26000
25848
  display: flex;
@@ -26239,76 +26087,158 @@ html.v-overlay-scroll-blocked {
26239
26087
  }
26240
26088
  .v-window-y-reverse-transition-leave-to {
26241
26089
  transform: translateY(100%);
26242
- }.v-color-picker-preview__alpha .v-slider-track__background {
26243
- background-color: transparent !important;
26090
+ }.v-sheet {
26091
+ display: block;
26244
26092
  }
26245
- .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
26246
- background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
26093
+ .v-sheet {
26094
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26095
+ border-style: solid;
26096
+ border-width: 0;
26247
26097
  }
26248
-
26249
- .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
26250
- background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
26098
+ .v-sheet--border {
26099
+ border-width: thin;
26100
+ box-shadow: none;
26101
+ }
26102
+ .v-sheet {
26103
+ 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));
26104
+ }
26105
+ .v-sheet--absolute {
26106
+ position: absolute;
26107
+ }
26108
+ .v-sheet--fixed {
26109
+ position: fixed;
26110
+ }
26111
+ .v-sheet--relative {
26112
+ position: relative;
26113
+ }
26114
+ .v-sheet--sticky {
26115
+ position: sticky;
26116
+ }
26117
+ .v-sheet {
26118
+ border-radius: 0;
26119
+ }
26120
+ .v-sheet {
26121
+ background: rgb(var(--v-theme-surface));
26122
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26123
+ }
26124
+ .v-sheet--rounded {
26125
+ border-radius: 4px;
26126
+ }.v-icon {
26127
+ --v-icon-size-multiplier: 1;
26128
+ align-items: center;
26129
+ display: inline-flex;
26130
+ font-feature-settings: "liga";
26131
+ height: 1em;
26132
+ justify-content: center;
26133
+ letter-spacing: normal;
26134
+ line-height: 1;
26135
+ position: relative;
26136
+ text-indent: 0;
26137
+ text-align: center;
26138
+ -webkit-user-select: none;
26139
+ user-select: none;
26140
+ vertical-align: middle;
26141
+ width: 1em;
26142
+ min-width: 1em;
26143
+ }
26144
+ .v-icon--clickable {
26145
+ cursor: pointer;
26146
+ }
26147
+ .v-icon--disabled {
26148
+ pointer-events: none;
26149
+ opacity: 0.38;
26150
+ }
26151
+ .v-icon--size-x-small {
26152
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
26153
+ }
26154
+ .v-icon--size-small {
26155
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
26156
+ }
26157
+ .v-icon--size-default {
26158
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
26159
+ }
26160
+ .v-icon--size-large {
26161
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
26162
+ }
26163
+ .v-icon--size-x-large {
26164
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
26251
26165
  }
26252
26166
 
26253
- .v-color-picker-preview__alpha .v-slider-track__background::after {
26254
- content: "";
26255
- z-index: -1;
26256
- left: 0;
26257
- top: 0;
26167
+ .v-icon__svg {
26168
+ fill: currentColor;
26258
26169
  width: 100%;
26259
26170
  height: 100%;
26260
- position: absolute;
26261
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26262
- border-radius: inherit;
26263
26171
  }
26264
26172
 
26265
- .v-color-picker-preview__sliders {
26266
- display: flex;
26267
- flex: 1 0 auto;
26268
- flex-direction: column;
26269
- padding-inline-end: 16px;
26173
+ .v-icon--start {
26174
+ margin-inline-end: 8px;
26270
26175
  }
26271
26176
 
26272
- .v-color-picker-preview__dot {
26273
- position: relative;
26274
- height: 30px;
26275
- width: 30px;
26276
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26277
- border-radius: 50%;
26278
- overflow: hidden;
26279
- margin-inline-end: 24px;
26177
+ .v-icon--end {
26178
+ margin-inline-start: 8px;
26179
+ }.v-overlay-container {
26180
+ contain: layout;
26181
+ left: 0;
26182
+ pointer-events: none;
26183
+ position: absolute;
26184
+ top: 0;
26185
+ display: contents;
26280
26186
  }
26281
- .v-color-picker-preview__dot > div {
26187
+
26188
+ .v-overlay-scroll-blocked {
26189
+ padding-inline-end: var(--v-scrollbar-offset);
26190
+ }
26191
+ .v-overlay-scroll-blocked:not(html) {
26192
+ overflow-y: hidden !important;
26193
+ }
26194
+ html.v-overlay-scroll-blocked {
26195
+ position: fixed;
26196
+ top: var(--v-body-scroll-y);
26197
+ left: var(--v-body-scroll-x);
26282
26198
  width: 100%;
26283
26199
  height: 100%;
26284
26200
  }
26285
26201
 
26286
- .v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
26287
- background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
26202
+ .v-overlay {
26203
+ border-radius: inherit;
26204
+ display: flex;
26205
+ left: 0;
26206
+ pointer-events: none;
26207
+ position: fixed;
26208
+ top: 0;
26209
+ bottom: 0;
26210
+ right: 0;
26288
26211
  }
26289
26212
 
26290
- .v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
26291
- background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
26213
+ .v-overlay__content {
26214
+ outline: none;
26215
+ position: absolute;
26216
+ pointer-events: auto;
26217
+ contain: layout;
26292
26218
  }
26293
26219
 
26294
- .v-color-picker-preview__track {
26295
- position: relative;
26296
- width: 100%;
26297
- margin: 0 !important;
26220
+ .v-overlay__scrim {
26221
+ pointer-events: auto;
26222
+ background: rgb(var(--v-theme-on-surface));
26223
+ border-radius: inherit;
26224
+ bottom: 0;
26225
+ left: 0;
26226
+ opacity: var(--v-overlay-opacity, 0.32);
26227
+ position: fixed;
26228
+ right: 0;
26229
+ top: 0;
26298
26230
  }
26299
- .v-color-picker-preview__track .v-slider-track__fill {
26300
- display: none;
26231
+
26232
+ .v-overlay--absolute {
26233
+ position: absolute;
26301
26234
  }
26302
26235
 
26303
- .v-color-picker-preview {
26304
- align-items: center;
26305
- display: flex;
26306
- margin-bottom: 0;
26236
+ .v-overlay--contained .v-overlay__scrim {
26237
+ position: absolute;
26307
26238
  }
26308
26239
 
26309
- .v-color-picker-preview__eye-dropper {
26310
- position: relative;
26311
- margin-right: 12px;
26240
+ .v-overlay--scroll-blocked {
26241
+ padding-inline-end: var(--v-scrollbar-offset);
26312
26242
  }.v-color-picker-edit {
26313
26243
  display: flex;
26314
26244
  margin-top: 24px;
@@ -26359,6 +26289,76 @@ html.v-overlay-scroll-blocked {
26359
26289
  }
26360
26290
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26361
26291
  will-change: transform;
26292
+ }.v-color-picker-preview__alpha .v-slider-track__background {
26293
+ background-color: transparent !important;
26294
+ }
26295
+ .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
26296
+ background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
26297
+ }
26298
+
26299
+ .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
26300
+ background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
26301
+ }
26302
+
26303
+ .v-color-picker-preview__alpha .v-slider-track__background::after {
26304
+ content: "";
26305
+ z-index: -1;
26306
+ left: 0;
26307
+ top: 0;
26308
+ width: 100%;
26309
+ height: 100%;
26310
+ position: absolute;
26311
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26312
+ border-radius: inherit;
26313
+ }
26314
+
26315
+ .v-color-picker-preview__sliders {
26316
+ display: flex;
26317
+ flex: 1 0 auto;
26318
+ flex-direction: column;
26319
+ padding-inline-end: 16px;
26320
+ }
26321
+
26322
+ .v-color-picker-preview__dot {
26323
+ position: relative;
26324
+ height: 30px;
26325
+ width: 30px;
26326
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26327
+ border-radius: 50%;
26328
+ overflow: hidden;
26329
+ margin-inline-end: 24px;
26330
+ }
26331
+ .v-color-picker-preview__dot > div {
26332
+ width: 100%;
26333
+ height: 100%;
26334
+ }
26335
+
26336
+ .v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
26337
+ background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
26338
+ }
26339
+
26340
+ .v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
26341
+ background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
26342
+ }
26343
+
26344
+ .v-color-picker-preview__track {
26345
+ position: relative;
26346
+ width: 100%;
26347
+ margin: 0 !important;
26348
+ }
26349
+ .v-color-picker-preview__track .v-slider-track__fill {
26350
+ display: none;
26351
+ }
26352
+
26353
+ .v-color-picker-preview {
26354
+ align-items: center;
26355
+ display: flex;
26356
+ margin-bottom: 0;
26357
+ }
26358
+
26359
+ .v-color-picker-preview__eye-dropper {
26360
+ position: relative;
26361
+ margin-right: 12px;
26362
26362
  }.v-color-picker-swatches {
26363
26363
  overflow-y: auto;
26364
26364
  }