vuetify 3.4.0-beta.0 → 3.4.0

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 (204) hide show
  1. package/dist/json/attributes.json +1980 -2004
  2. package/dist/json/importMap.json +110 -110
  3. package/dist/json/tags.json +1 -7
  4. package/dist/json/web-types.json +3767 -3807
  5. package/dist/vuetify-labs.css +1045 -1032
  6. package/dist/vuetify-labs.d.ts +227 -305
  7. package/dist/vuetify-labs.esm.js +115 -87
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +115 -87
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +546 -533
  12. package/dist/vuetify.d.ts +260 -338
  13. package/dist/vuetify.esm.js +115 -87
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +115 -87
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +963 -961
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/index.d.mts +1 -1
  21. package/lib/components/VApp/index.d.mts +1 -1
  22. package/lib/components/VAppBar/VAppBar.mjs +1 -1
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +1 -1
  28. package/lib/components/VAvatar/index.d.mts +1 -1
  29. package/lib/components/VBadge/VBadge.mjs +2 -2
  30. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  31. package/lib/components/VBadge/index.d.mts +1 -1
  32. package/lib/components/VBanner/index.d.mts +1 -1
  33. package/lib/components/VBottomNavigation/index.d.mts +1 -1
  34. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  35. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  36. package/lib/components/VBottomSheet/index.d.mts +1 -1
  37. package/lib/components/VBreadcrumbs/index.d.mts +1 -1
  38. package/lib/components/VBtn/VBtn.css +0 -1
  39. package/lib/components/VBtn/_variables.scss +1 -1
  40. package/lib/components/VBtn/index.d.mts +1 -1
  41. package/lib/components/VBtnGroup/VBtnGroup.css +0 -1
  42. package/lib/components/VBtnGroup/index.d.mts +1 -1
  43. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
  44. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  45. package/lib/components/VBtnToggle/index.d.mts +1 -1
  46. package/lib/components/VCard/index.d.mts +1 -1
  47. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  48. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  49. package/lib/components/VCarousel/VCarouselItem.mjs +2 -2
  50. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  51. package/lib/components/VCarousel/index.d.mts +1 -1
  52. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  53. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  54. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  55. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  56. package/lib/components/VCheckbox/index.d.mts +1 -1
  57. package/lib/components/VChip/index.d.mts +1 -1
  58. package/lib/components/VChipGroup/index.d.mts +1 -1
  59. package/lib/components/VCode/index.d.mts +1 -1
  60. package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
  61. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  62. package/lib/components/VColorPicker/index.d.mts +1 -1
  63. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  64. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  65. package/lib/components/VCombobox/index.d.mts +1 -1
  66. package/lib/components/VCounter/index.d.mts +1 -1
  67. package/lib/components/VDataIterator/index.d.mts +1 -1
  68. package/lib/components/VDataTable/VDataTable.css +6 -1
  69. package/lib/components/VDataTable/VDataTable.mjs +6 -5
  70. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  71. package/lib/components/VDataTable/VDataTable.sass +5 -1
  72. package/lib/components/VDataTable/VDataTableHeaders.mjs +3 -2
  73. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  74. package/lib/components/VDataTable/VDataTableRow.mjs +8 -4
  75. package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
  76. package/lib/components/VDataTable/VDataTableServer.mjs +8 -7
  77. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  78. package/lib/components/VDataTable/VDataTableVirtual.mjs +7 -6
  79. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  80. package/lib/components/VDataTable/index.d.mts +213 -196
  81. package/lib/components/VDatePicker/VDatePicker.mjs +6 -6
  82. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  83. package/lib/components/VDatePicker/index.d.mts +1 -1
  84. package/lib/components/VDefaultsProvider/index.d.mts +1 -1
  85. package/lib/components/VDialog/VDialog.mjs +1 -1
  86. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  87. package/lib/components/VDialog/index.d.mts +1 -1
  88. package/lib/components/VDivider/index.d.mts +1 -1
  89. package/lib/components/VExpansionPanel/index.d.mts +1 -1
  90. package/lib/components/VField/index.d.mts +1 -1
  91. package/lib/components/VFileInput/VFileInput.mjs +3 -3
  92. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  93. package/lib/components/VFileInput/index.d.mts +1 -1
  94. package/lib/components/VFooter/index.d.mts +1 -1
  95. package/lib/components/VForm/index.d.mts +1 -1
  96. package/lib/components/VGrid/VSpacer.mjs +3 -0
  97. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  98. package/lib/components/VGrid/index.d.mts +1 -1
  99. package/lib/components/VHover/index.d.mts +1 -1
  100. package/lib/components/VIcon/index.d.mts +1 -1
  101. package/lib/components/VImg/VImg.mjs +1 -1
  102. package/lib/components/VImg/VImg.mjs.map +1 -1
  103. package/lib/components/VImg/index.d.mts +1 -1
  104. package/lib/components/VInfiniteScroll/index.d.mts +1 -1
  105. package/lib/components/VInput/index.d.mts +1 -1
  106. package/lib/components/VItemGroup/index.d.mts +1 -1
  107. package/lib/components/VKbd/index.d.mts +1 -1
  108. package/lib/components/VLabel/index.d.mts +1 -1
  109. package/lib/components/VLayout/index.d.mts +1 -1
  110. package/lib/components/VLazy/index.d.mts +1 -1
  111. package/lib/components/VList/VList.mjs +2 -2
  112. package/lib/components/VList/VList.mjs.map +1 -1
  113. package/lib/components/VList/VListChildren.mjs +1 -1
  114. package/lib/components/VList/VListChildren.mjs.map +1 -1
  115. package/lib/components/VList/index.d.mts +1 -1
  116. package/lib/components/VLocaleProvider/index.d.mts +1 -1
  117. package/lib/components/VMain/index.d.mts +1 -1
  118. package/lib/components/VMenu/VMenu.mjs +1 -1
  119. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  120. package/lib/components/VMenu/index.d.mts +1 -1
  121. package/lib/components/VMessages/index.d.mts +1 -1
  122. package/lib/components/VNavigationDrawer/index.d.mts +1 -1
  123. package/lib/components/VOtpInput/index.d.mts +1 -1
  124. package/lib/components/VOverlay/index.d.mts +1 -1
  125. package/lib/components/VPagination/index.d.mts +1 -1
  126. package/lib/components/VParallax/index.d.mts +1 -1
  127. package/lib/components/VProgressCircular/index.d.mts +1 -1
  128. package/lib/components/VProgressLinear/index.d.mts +1 -1
  129. package/lib/components/VRadio/index.d.mts +1 -1
  130. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
  131. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  132. package/lib/components/VRadioGroup/index.d.mts +1 -1
  133. package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
  134. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  135. package/lib/components/VRangeSlider/index.d.mts +1 -1
  136. package/lib/components/VRating/index.d.mts +1 -1
  137. package/lib/components/VResponsive/index.d.mts +1 -1
  138. package/lib/components/VSelect/VSelect.mjs +1 -1
  139. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  140. package/lib/components/VSelect/index.d.mts +1 -1
  141. package/lib/components/VSelectionControl/index.d.mts +1 -1
  142. package/lib/components/VSelectionControlGroup/index.d.mts +1 -1
  143. package/lib/components/VSheet/index.d.mts +1 -1
  144. package/lib/components/VSkeletonLoader/index.d.mts +1 -1
  145. package/lib/components/VSlideGroup/index.d.mts +1 -1
  146. package/lib/components/VSlider/VSlider.mjs +1 -1
  147. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  148. package/lib/components/VSlider/index.d.mts +1 -1
  149. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  150. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  151. package/lib/components/VSnackbar/index.d.mts +1 -1
  152. package/lib/components/VStepper/VStepper.mjs +1 -1
  153. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  154. package/lib/components/VStepper/VStepperWindow.mjs +9 -7
  155. package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
  156. package/lib/components/VStepper/VStepperWindowItem.mjs +4 -2
  157. package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
  158. package/lib/components/VStepper/index.d.mts +19 -141
  159. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  160. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  161. package/lib/components/VSwitch/index.d.mts +1 -1
  162. package/lib/components/VSystemBar/index.d.mts +1 -1
  163. package/lib/components/VTable/VTable.css +12 -2
  164. package/lib/components/VTable/VTable.sass +7 -2
  165. package/lib/components/VTable/index.d.mts +1 -1
  166. package/lib/components/VTabs/VTab.mjs +1 -1
  167. package/lib/components/VTabs/VTab.mjs.map +1 -1
  168. package/lib/components/VTabs/VTabs.mjs +1 -1
  169. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  170. package/lib/components/VTabs/index.d.mts +1 -1
  171. package/lib/components/VTextField/VTextField.mjs +3 -3
  172. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  173. package/lib/components/VTextField/index.d.mts +1 -1
  174. package/lib/components/VTextarea/VTextarea.mjs +5 -3
  175. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  176. package/lib/components/VTextarea/index.d.mts +1 -1
  177. package/lib/components/VThemeProvider/index.d.mts +1 -1
  178. package/lib/components/VTimeline/index.d.mts +1 -1
  179. package/lib/components/VToolbar/index.d.mts +1 -1
  180. package/lib/components/VTooltip/VTooltip.mjs +1 -1
  181. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  182. package/lib/components/VTooltip/index.d.mts +1 -1
  183. package/lib/components/VValidation/index.d.mts +1 -1
  184. package/lib/components/VVirtualScroll/index.d.mts +1 -1
  185. package/lib/components/VWindow/index.d.mts +1 -1
  186. package/lib/components/index.d.mts +227 -305
  187. package/lib/components/transitions/index.d.mts +1 -1
  188. package/lib/composables/list-items.mjs +2 -2
  189. package/lib/composables/list-items.mjs.map +1 -1
  190. package/lib/entry-bundler.mjs +1 -1
  191. package/lib/entry-bundler.mjs.map +1 -1
  192. package/lib/framework.mjs +1 -1
  193. package/lib/framework.mjs.map +1 -1
  194. package/lib/index.d.mts +33 -33
  195. package/lib/labs/VConfirmEdit/index.d.mts +1 -1
  196. package/lib/labs/VPicker/VPicker.mjs +1 -1
  197. package/lib/labs/VPicker/VPicker.mjs.map +1 -1
  198. package/lib/labs/VPicker/index.d.mts +1 -1
  199. package/lib/labs/components.d.mts +1 -1
  200. package/lib/util/defineComponent.mjs +2 -2
  201. package/lib/util/defineComponent.mjs.map +1 -1
  202. package/lib/util/helpers.mjs +17 -3
  203. package/lib/util/helpers.mjs.map +1 -1
  204. package/package.json +3 -3
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.4.0-beta.0
2
+ * Vuetify v3.4.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17219,87 +17219,6 @@ html.overflow-y-hidden {
17219
17219
  text-transform: none;
17220
17220
  word-break: normal;
17221
17221
  word-wrap: break-word;
17222
- }.v-autocomplete .v-field .v-text-field__prefix,
17223
- .v-autocomplete .v-field .v-text-field__suffix,
17224
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17225
- cursor: text;
17226
- }
17227
- .v-autocomplete .v-field .v-field__input > input {
17228
- flex: 1 1;
17229
- }
17230
- .v-autocomplete .v-field input {
17231
- min-width: 64px;
17232
- }
17233
- .v-autocomplete .v-field:not(.v-field--focused) input {
17234
- min-width: 0;
17235
- }
17236
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17237
- margin-inline-end: 2px;
17238
- }
17239
- .v-autocomplete .v-autocomplete__selection-text {
17240
- overflow: hidden;
17241
- text-overflow: ellipsis;
17242
- white-space: nowrap;
17243
- }
17244
-
17245
- .v-autocomplete__content {
17246
- overflow: hidden;
17247
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
17248
- border-radius: 4px;
17249
- }
17250
- .v-autocomplete__mask {
17251
- background: rgb(var(--v-theme-on-surface-variant));
17252
- }
17253
- .v-autocomplete__selection {
17254
- display: inline-flex;
17255
- align-items: center;
17256
- height: 1.5rem;
17257
- letter-spacing: inherit;
17258
- line-height: inherit;
17259
- max-width: calc(100% - 2px);
17260
- }
17261
- .v-autocomplete__selection:first-child {
17262
- margin-inline-start: 0;
17263
- }
17264
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17265
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17266
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17267
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17268
- top: 0px;
17269
- }
17270
- .v-autocomplete--selecting-index .v-autocomplete__selection {
17271
- opacity: var(--v-medium-emphasis-opacity);
17272
- }
17273
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17274
- opacity: 1;
17275
- }
17276
- .v-autocomplete--selecting-index .v-field__input > input {
17277
- caret-color: transparent;
17278
- }
17279
- .v-autocomplete--single.v-text-field input {
17280
- flex: 1 1;
17281
- position: absolute;
17282
- left: 0;
17283
- right: 0;
17284
- width: 100%;
17285
- padding-inline: inherit;
17286
- }
17287
- .v-autocomplete--single .v-field--active input {
17288
- transition: none;
17289
- }
17290
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
17291
- opacity: 0;
17292
- }
17293
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
17294
- opacity: 0;
17295
- }
17296
- .v-autocomplete__menu-icon {
17297
- margin-inline-start: 4px;
17298
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17299
- }
17300
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17301
- opacity: var(--v-high-emphasis-opacity);
17302
- transform: rotate(180deg);
17303
17222
  }.v-avatar {
17304
17223
  flex: none;
17305
17224
  align-items: center;
@@ -17387,6 +17306,87 @@ html.overflow-y-hidden {
17387
17306
  .v-avatar .v-img {
17388
17307
  height: 100%;
17389
17308
  width: 100%;
17309
+ }.v-autocomplete .v-field .v-text-field__prefix,
17310
+ .v-autocomplete .v-field .v-text-field__suffix,
17311
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17312
+ cursor: text;
17313
+ }
17314
+ .v-autocomplete .v-field .v-field__input > input {
17315
+ flex: 1 1;
17316
+ }
17317
+ .v-autocomplete .v-field input {
17318
+ min-width: 64px;
17319
+ }
17320
+ .v-autocomplete .v-field:not(.v-field--focused) input {
17321
+ min-width: 0;
17322
+ }
17323
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17324
+ margin-inline-end: 2px;
17325
+ }
17326
+ .v-autocomplete .v-autocomplete__selection-text {
17327
+ overflow: hidden;
17328
+ text-overflow: ellipsis;
17329
+ white-space: nowrap;
17330
+ }
17331
+
17332
+ .v-autocomplete__content {
17333
+ overflow: hidden;
17334
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
17335
+ border-radius: 4px;
17336
+ }
17337
+ .v-autocomplete__mask {
17338
+ background: rgb(var(--v-theme-on-surface-variant));
17339
+ }
17340
+ .v-autocomplete__selection {
17341
+ display: inline-flex;
17342
+ align-items: center;
17343
+ height: 1.5rem;
17344
+ letter-spacing: inherit;
17345
+ line-height: inherit;
17346
+ max-width: calc(100% - 2px);
17347
+ }
17348
+ .v-autocomplete__selection:first-child {
17349
+ margin-inline-start: 0;
17350
+ }
17351
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17352
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17353
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17354
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17355
+ top: 0px;
17356
+ }
17357
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
17358
+ opacity: var(--v-medium-emphasis-opacity);
17359
+ }
17360
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17361
+ opacity: 1;
17362
+ }
17363
+ .v-autocomplete--selecting-index .v-field__input > input {
17364
+ caret-color: transparent;
17365
+ }
17366
+ .v-autocomplete--single.v-text-field input {
17367
+ flex: 1 1;
17368
+ position: absolute;
17369
+ left: 0;
17370
+ right: 0;
17371
+ width: 100%;
17372
+ padding-inline: inherit;
17373
+ }
17374
+ .v-autocomplete--single .v-field--active input {
17375
+ transition: none;
17376
+ }
17377
+ .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
17378
+ opacity: 0;
17379
+ }
17380
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
17381
+ opacity: 0;
17382
+ }
17383
+ .v-autocomplete__menu-icon {
17384
+ margin-inline-start: 4px;
17385
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17386
+ }
17387
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17388
+ opacity: var(--v-high-emphasis-opacity);
17389
+ transform: rotate(180deg);
17390
17390
  }.v-badge {
17391
17391
  display: inline-block;
17392
17392
  line-height: 1;
@@ -17759,8 +17759,7 @@ html.overflow-y-hidden {
17759
17759
  display: inline-block;
17760
17760
  padding: 0 8px;
17761
17761
  vertical-align: middle;
17762
- }/** if false, disabled buttons will be greyed out */
17763
- .v-btn {
17762
+ }.v-btn {
17764
17763
  align-items: center;
17765
17764
  border-radius: 4px;
17766
17765
  display: inline-grid;
@@ -18160,8 +18159,7 @@ html.overflow-y-hidden {
18160
18159
  }
18161
18160
  .v-pagination__item--is-active .v-btn__overlay {
18162
18161
  opacity: var(--v-border-opacity);
18163
- }/** if false, disabled buttons will be greyed out */
18164
- .v-btn-group {
18162
+ }.v-btn-group {
18165
18163
  display: inline-flex;
18166
18164
  flex-wrap: nowrap;
18167
18165
  max-width: 100%;
@@ -18230,6 +18228,68 @@ html.overflow-y-hidden {
18230
18228
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18231
18229
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18232
18230
  }
18231
+ }.v-carousel {
18232
+ overflow: hidden;
18233
+ position: relative;
18234
+ width: 100%;
18235
+ }
18236
+ .v-carousel__controls {
18237
+ align-items: center;
18238
+ background: rgba(var(--v-theme-surface-variant), 0.3);
18239
+ bottom: 0;
18240
+ display: flex;
18241
+ height: 50px;
18242
+ justify-content: center;
18243
+ list-style-type: none;
18244
+ position: absolute;
18245
+ width: 100%;
18246
+ z-index: 1;
18247
+ }
18248
+ .v-carousel__controls > .v-item-group {
18249
+ flex: 0 1 auto;
18250
+ }
18251
+ .v-carousel__controls__item {
18252
+ margin: 0 8px;
18253
+ }
18254
+ .v-carousel__controls__item .v-icon {
18255
+ opacity: 0.5;
18256
+ }
18257
+ .v-carousel__controls__item--active .v-icon {
18258
+ opacity: 1;
18259
+ vertical-align: middle;
18260
+ }
18261
+ .v-carousel__controls__item:hover {
18262
+ background: none;
18263
+ }
18264
+ .v-carousel__controls__item:hover .v-icon {
18265
+ opacity: 0.8;
18266
+ }
18267
+
18268
+ .v-carousel__progress {
18269
+ margin: 0;
18270
+ position: absolute;
18271
+ bottom: 0;
18272
+ left: 0;
18273
+ right: 0;
18274
+ }
18275
+
18276
+ .v-carousel-item {
18277
+ display: block;
18278
+ height: inherit;
18279
+ text-decoration: none;
18280
+ }
18281
+ .v-carousel-item > .v-img {
18282
+ height: inherit;
18283
+ }
18284
+
18285
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
18286
+ background: transparent;
18287
+ }
18288
+
18289
+ .v-carousel--vertical-delimiters .v-carousel__controls {
18290
+ flex-direction: column;
18291
+ height: 100% !important;
18292
+ width: 50px;
18233
18293
  }.v-card {
18234
18294
  display: block;
18235
18295
  overflow: hidden;
@@ -18522,86 +18582,24 @@ html.overflow-y-hidden {
18522
18582
  pointer-events: none;
18523
18583
  opacity: 0;
18524
18584
  transition: opacity 0.2s ease-in-out;
18525
- }.v-carousel {
18585
+ }.v-checkbox .v-selection-control {
18586
+ min-height: var(--v-input-control-height);
18587
+ }.v-chip {
18588
+ align-items: center;
18589
+ cursor: default;
18590
+ display: inline-flex;
18591
+ font-weight: 400;
18592
+ max-width: 100%;
18593
+ min-width: 0;
18526
18594
  overflow: hidden;
18527
18595
  position: relative;
18528
- width: 100%;
18529
- }
18530
- .v-carousel__controls {
18531
- align-items: center;
18532
- background: rgba(var(--v-theme-surface-variant), 0.3);
18533
- bottom: 0;
18534
- display: flex;
18535
- height: 50px;
18536
- justify-content: center;
18537
- list-style-type: none;
18538
- position: absolute;
18539
- width: 100%;
18540
- z-index: 1;
18541
- }
18542
- .v-carousel__controls > .v-item-group {
18543
- flex: 0 1 auto;
18544
- }
18545
- .v-carousel__controls__item {
18546
- margin: 0 8px;
18547
- }
18548
- .v-carousel__controls__item .v-icon {
18549
- opacity: 0.5;
18550
- }
18551
- .v-carousel__controls__item--active .v-icon {
18552
- opacity: 1;
18553
- vertical-align: middle;
18554
- }
18555
- .v-carousel__controls__item:hover {
18556
- background: none;
18557
- }
18558
- .v-carousel__controls__item:hover .v-icon {
18559
- opacity: 0.8;
18560
- }
18561
-
18562
- .v-carousel__progress {
18563
- margin: 0;
18564
- position: absolute;
18565
- bottom: 0;
18566
- left: 0;
18567
- right: 0;
18568
- }
18569
-
18570
- .v-carousel-item {
18571
- display: block;
18572
- height: inherit;
18573
- text-decoration: none;
18574
- }
18575
- .v-carousel-item > .v-img {
18576
- height: inherit;
18577
- }
18578
-
18579
- .v-carousel--hide-delimiter-background .v-carousel__controls {
18580
- background: transparent;
18581
- }
18582
-
18583
- .v-carousel--vertical-delimiters .v-carousel__controls {
18584
- flex-direction: column;
18585
- height: 100% !important;
18586
- width: 50px;
18587
- }.v-checkbox .v-selection-control {
18588
- min-height: var(--v-input-control-height);
18589
- }.v-chip {
18590
- align-items: center;
18591
- cursor: default;
18592
- display: inline-flex;
18593
- font-weight: 400;
18594
- max-width: 100%;
18595
- min-width: 0;
18596
- overflow: hidden;
18597
- position: relative;
18598
- text-decoration: none;
18599
- white-space: nowrap;
18600
- vertical-align: middle;
18601
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18602
- border-style: solid;
18603
- border-width: 0;
18604
- border-radius: 9999px;
18596
+ text-decoration: none;
18597
+ white-space: nowrap;
18598
+ vertical-align: middle;
18599
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18600
+ border-style: solid;
18601
+ border-width: 0;
18602
+ border-radius: 9999px;
18605
18603
  }
18606
18604
  .v-chip.v-chip--size-x-small {
18607
18605
  --v-chip-size: 0.625rem;
@@ -19861,14 +19859,19 @@ html.overflow-y-hidden {
19861
19859
 
19862
19860
  .v-data-table-column--fixed {
19863
19861
  background: rgb(var(--v-theme-surface));
19864
- position: sticky;
19862
+ position: sticky !important;
19865
19863
  left: 0;
19864
+ z-index: 1;
19866
19865
  }
19867
19866
 
19868
19867
  .v-data-table-column--last-fixed {
19869
19868
  border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
19870
19869
  }
19871
19870
 
19871
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
19872
+ z-index: 2;
19873
+ }
19874
+
19872
19875
  .v-data-table-group-header-row td {
19873
19876
  background: rgba(var(--v-theme-surface));
19874
19877
  color: rgba(var(--v-theme-on-surface));
@@ -19943,6 +19946,55 @@ html.overflow-y-hidden {
19943
19946
 
19944
19947
  .v-data-table-footer__page {
19945
19948
  padding: 0 8px;
19949
+ }.v-date-picker-month {
19950
+ display: flex;
19951
+ justify-content: center;
19952
+ min-width: 328px;
19953
+ --v-date-picker-month-day-diff: 4px;
19954
+ }
19955
+
19956
+ .v-date-picker-month__weeks {
19957
+ display: grid;
19958
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19959
+ row-gap: 4px;
19960
+ font-size: 0.875rem;
19961
+ }
19962
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
19963
+ grid-row-gap: 0;
19964
+ }
19965
+
19966
+ .v-date-picker-month__weekday {
19967
+ font-size: 0.875rem;
19968
+ }
19969
+
19970
+ .v-date-picker-month__days {
19971
+ display: grid;
19972
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
19973
+ row-gap: 4px;
19974
+ flex: 1 1;
19975
+ justify-content: space-around;
19976
+ }
19977
+
19978
+ .v-date-picker-month__day {
19979
+ align-items: center;
19980
+ display: flex;
19981
+ justify-content: center;
19982
+ position: relative;
19983
+ }
19984
+ .v-date-picker-month__day--selected .v-btn {
19985
+ background-color: rgb(var(--v-theme-surface-variant));
19986
+ color: rgb(var(--v-theme-on-surface-variant));
19987
+ }
19988
+ .v-date-picker-month__day--week {
19989
+ font-size: var(--v-btn-size);
19990
+ }
19991
+
19992
+ .v-date-picker-month__day--adjacent {
19993
+ opacity: 0.5;
19994
+ }
19995
+
19996
+ .v-date-picker-month__day--hide-adjacent {
19997
+ opacity: 0;
19946
19998
  }.v-date-picker__input {
19947
19999
  padding-top: 16px;
19948
20000
  padding-left: 24px;
@@ -20081,55 +20133,21 @@ html.overflow-y-hidden {
20081
20133
  .date-picker-header-reverse-transition-leave-to {
20082
20134
  opacity: 0;
20083
20135
  transform: translate(0, 100%);
20084
- }.v-date-picker-month {
20085
- display: flex;
20086
- justify-content: center;
20087
- min-width: 328px;
20088
- --v-date-picker-month-day-diff: 4px;
20089
- }
20090
-
20091
- .v-date-picker-month__weeks {
20092
- display: grid;
20093
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20094
- row-gap: 4px;
20095
- font-size: 0.875rem;
20096
- }
20097
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20098
- grid-row-gap: 0;
20099
- }
20100
-
20101
- .v-date-picker-month__weekday {
20102
- font-size: 0.875rem;
20136
+ }.v-date-picker-years {
20137
+ height: 320px;
20138
+ overflow-y: scroll;
20103
20139
  }
20104
20140
 
20105
- .v-date-picker-month__days {
20141
+ .v-date-picker-years__content {
20106
20142
  display: grid;
20107
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20108
- row-gap: 4px;
20109
20143
  flex: 1 1;
20110
20144
  justify-content: space-around;
20145
+ grid-template-columns: repeat(3, 1fr);
20146
+ gap: 8px 24px;
20147
+ padding-inline: 36px;
20111
20148
  }
20112
-
20113
- .v-date-picker-month__day {
20114
- align-items: center;
20115
- display: flex;
20116
- justify-content: center;
20117
- position: relative;
20118
- }
20119
- .v-date-picker-month__day--selected .v-btn {
20120
- background-color: rgb(var(--v-theme-surface-variant));
20121
- color: rgb(var(--v-theme-on-surface-variant));
20122
- }
20123
- .v-date-picker-month__day--week {
20124
- font-size: var(--v-btn-size);
20125
- }
20126
-
20127
- .v-date-picker-month__day--adjacent {
20128
- opacity: 0.5;
20129
- }
20130
-
20131
- .v-date-picker-month__day--hide-adjacent {
20132
- opacity: 0;
20149
+ .v-date-picker-years__content .v-btn {
20150
+ padding-inline: 8px;
20133
20151
  }.v-date-picker-months {
20134
20152
  height: 320px;
20135
20153
  overflow-y: scroll;
@@ -20150,21 +20168,6 @@ html.overflow-y-hidden {
20150
20168
  text-transform: none;
20151
20169
  padding-inline-start: 8px;
20152
20170
  padding-inline-end: 8px;
20153
- }.v-date-picker-years {
20154
- height: 320px;
20155
- overflow-y: scroll;
20156
- }
20157
-
20158
- .v-date-picker-years__content {
20159
- display: grid;
20160
- flex: 1 1;
20161
- justify-content: space-around;
20162
- grid-template-columns: repeat(3, 1fr);
20163
- gap: 8px 24px;
20164
- padding-inline: 36px;
20165
- }
20166
- .v-date-picker-years__content .v-btn {
20167
- padding-inline: 8px;
20168
20171
  }.v-dialog {
20169
20172
  align-items: center;
20170
20173
  justify-content: center;
@@ -22096,6 +22099,14 @@ textarea.v-field__input::placeholder {
22096
22099
  height: 100%;
22097
22100
  justify-content: center;
22098
22101
  width: 100%;
22102
+ }.v-pagination__list {
22103
+ display: inline-flex;
22104
+ list-style-type: none;
22105
+ justify-content: center;
22106
+ width: 100%;
22107
+ }
22108
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22109
+ margin: 0.3rem;
22099
22110
  }.v-overlay-container {
22100
22111
  contain: layout;
22101
22112
  left: 0;
@@ -22159,14 +22170,6 @@ html.v-overlay-scroll-blocked {
22159
22170
 
22160
22171
  .v-overlay--scroll-blocked {
22161
22172
  padding-inline-end: var(--v-scrollbar-offset);
22162
- }.v-pagination__list {
22163
- display: inline-flex;
22164
- list-style-type: none;
22165
- justify-content: center;
22166
- width: 100%;
22167
- }
22168
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22169
- margin: 0.3rem;
22170
22173
  }.v-parallax {
22171
22174
  position: relative;
22172
22175
  overflow: hidden;
@@ -22485,18 +22488,6 @@ html.v-overlay-scroll-blocked {
22485
22488
  0% {
22486
22489
  background-position-x: var(--v-progress-linear-height);
22487
22490
  }
22488
- }.v-radio-group > .v-input__control {
22489
- flex-direction: column;
22490
- }
22491
- .v-radio-group > .v-input__control > .v-label {
22492
- margin-inline-start: 16px;
22493
- }
22494
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22495
- padding-inline-start: 6px;
22496
- margin-top: 8px;
22497
- }
22498
- .v-radio-group .v-input__details {
22499
- padding-inline: 16px;
22500
22491
  }.v-slider .v-slider__container input {
22501
22492
  cursor: default;
22502
22493
  padding: 0;
@@ -22554,6 +22545,18 @@ html.v-overlay-scroll-blocked {
22554
22545
 
22555
22546
  .v-slider__label {
22556
22547
  margin-inline-end: 12px;
22548
+ }.v-radio-group > .v-input__control {
22549
+ flex-direction: column;
22550
+ }
22551
+ .v-radio-group > .v-input__control > .v-label {
22552
+ margin-inline-start: 16px;
22553
+ }
22554
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22555
+ padding-inline-start: 6px;
22556
+ margin-top: 8px;
22557
+ }
22558
+ .v-radio-group .v-input__details {
22559
+ padding-inline: 16px;
22557
22560
  }.v-rating {
22558
22561
  max-width: 100%;
22559
22562
  display: inline-flex;
@@ -22634,75 +22637,27 @@ html.v-overlay-scroll-blocked {
22634
22637
  flex: 1 0 0px;
22635
22638
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22636
22639
  pointer-events: none;
22637
- }.v-select .v-field .v-text-field__prefix,
22638
- .v-select .v-field .v-text-field__suffix,
22639
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
22640
- cursor: pointer;
22640
+ }.v-selection-control {
22641
+ align-items: center;
22642
+ contain: layout;
22643
+ display: flex;
22644
+ flex: 1 0;
22645
+ grid-area: control;
22646
+ position: relative;
22647
+ -webkit-user-select: none;
22648
+ user-select: none;
22641
22649
  }
22642
- .v-select .v-field .v-field__input > input {
22643
- align-self: flex-start;
22644
- opacity: 1;
22645
- flex: 0 0;
22646
- position: absolute;
22647
- width: 100%;
22648
- transition: none;
22650
+ .v-selection-control .v-label {
22651
+ white-space: normal;
22652
+ word-break: break-word;
22653
+ height: 100%;
22654
+ }
22655
+ .v-selection-control--disabled {
22656
+ opacity: var(--v-disabled-opacity);
22649
22657
  pointer-events: none;
22650
- caret-color: transparent;
22651
22658
  }
22652
- .v-select .v-field--dirty .v-select__selection {
22653
- margin-inline-end: 2px;
22654
- }
22655
- .v-select .v-select__selection-text {
22656
- overflow: hidden;
22657
- text-overflow: ellipsis;
22658
- white-space: nowrap;
22659
- }
22660
- .v-select__content {
22661
- overflow: hidden;
22662
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
22663
- border-radius: 4px;
22664
- }
22665
- .v-select__selection {
22666
- display: inline-flex;
22667
- align-items: center;
22668
- letter-spacing: inherit;
22669
- line-height: inherit;
22670
- max-width: 100%;
22671
- }
22672
- .v-select .v-select__selection:first-child {
22673
- margin-inline-start: 0;
22674
- }
22675
- .v-select--selected .v-field .v-field__input > input {
22676
- opacity: 0;
22677
- }
22678
- .v-select__menu-icon {
22679
- margin-inline-start: 4px;
22680
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22681
- }
22682
- .v-select--active-menu .v-select__menu-icon {
22683
- opacity: var(--v-high-emphasis-opacity);
22684
- transform: rotate(180deg);
22685
- }.v-selection-control {
22686
- align-items: center;
22687
- contain: layout;
22688
- display: flex;
22689
- flex: 1 0;
22690
- grid-area: control;
22691
- position: relative;
22692
- -webkit-user-select: none;
22693
- user-select: none;
22694
- }
22695
- .v-selection-control .v-label {
22696
- white-space: normal;
22697
- word-break: break-word;
22698
- height: 100%;
22699
- }
22700
- .v-selection-control--disabled {
22701
- opacity: var(--v-disabled-opacity);
22702
- pointer-events: none;
22703
- }
22704
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
22705
- opacity: 1;
22659
+ .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
22660
+ opacity: 1;
22706
22661
  }
22707
22662
  .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
22708
22663
  color: rgb(var(--v-theme-error));
@@ -22783,6 +22738,54 @@ html.v-overlay-scroll-blocked {
22783
22738
  }
22784
22739
  .v-selection-control--focus-visible .v-selection-control__input::before {
22785
22740
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22741
+ }.v-select .v-field .v-text-field__prefix,
22742
+ .v-select .v-field .v-text-field__suffix,
22743
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
22744
+ cursor: pointer;
22745
+ }
22746
+ .v-select .v-field .v-field__input > input {
22747
+ align-self: flex-start;
22748
+ opacity: 1;
22749
+ flex: 0 0;
22750
+ position: absolute;
22751
+ width: 100%;
22752
+ transition: none;
22753
+ pointer-events: none;
22754
+ caret-color: transparent;
22755
+ }
22756
+ .v-select .v-field--dirty .v-select__selection {
22757
+ margin-inline-end: 2px;
22758
+ }
22759
+ .v-select .v-select__selection-text {
22760
+ overflow: hidden;
22761
+ text-overflow: ellipsis;
22762
+ white-space: nowrap;
22763
+ }
22764
+ .v-select__content {
22765
+ overflow: hidden;
22766
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
22767
+ border-radius: 4px;
22768
+ }
22769
+ .v-select__selection {
22770
+ display: inline-flex;
22771
+ align-items: center;
22772
+ letter-spacing: inherit;
22773
+ line-height: inherit;
22774
+ max-width: 100%;
22775
+ }
22776
+ .v-select .v-select__selection:first-child {
22777
+ margin-inline-start: 0;
22778
+ }
22779
+ .v-select--selected .v-field .v-field__input > input {
22780
+ opacity: 0;
22781
+ }
22782
+ .v-select__menu-icon {
22783
+ margin-inline-start: 4px;
22784
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22785
+ }
22786
+ .v-select--active-menu .v-select__menu-icon {
22787
+ opacity: var(--v-high-emphasis-opacity);
22788
+ transform: rotate(180deg);
22786
22789
  }.v-selection-control-group {
22787
22790
  grid-area: control;
22788
22791
  display: flex;
@@ -23203,56 +23206,6 @@ html.v-overlay-scroll-blocked {
23203
23206
  }
23204
23207
  .v-snackbar-transition-leave-to {
23205
23208
  opacity: 0;
23206
- }.v-stepper.v-sheet {
23207
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
23208
- border-radius: 4px;
23209
- overflow: hidden;
23210
- }
23211
- .v-stepper.v-sheet.v-stepper--flat {
23212
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
23213
- }
23214
-
23215
- .v-stepper-header {
23216
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
23217
- align-items: center;
23218
- display: flex;
23219
- position: relative;
23220
- overflow-x: auto;
23221
- justify-content: space-between;
23222
- z-index: 1;
23223
- }
23224
- .v-stepper-header .v-divider {
23225
- margin: 0 -16px;
23226
- }
23227
- .v-stepper-header .v-divider:last-child {
23228
- margin-inline-end: 0;
23229
- }
23230
- .v-stepper-header .v-divider:first-child {
23231
- margin-inline-start: 0;
23232
- }
23233
- .v-stepper--alt-labels .v-stepper-header {
23234
- height: auto;
23235
- }
23236
- .v-stepper--alt-labels .v-stepper-header .v-divider {
23237
- align-self: flex-start;
23238
- margin: 35px -67px 0;
23239
- }
23240
-
23241
- .v-stepper-window {
23242
- margin: 1.5rem;
23243
- }
23244
-
23245
- .v-stepper-actions {
23246
- display: flex;
23247
- align-items: center;
23248
- justify-content: space-between;
23249
- padding: 1rem;
23250
- }
23251
- .v-stepper .v-stepper-actions {
23252
- padding: 0 1.5rem 1rem;
23253
- }
23254
- .v-stepper-window-item .v-stepper-actions {
23255
- padding: 1.5rem 0 0;
23256
23209
  }.v-stepper-item {
23257
23210
  align-items: center;
23258
23211
  align-self: stretch;
@@ -23319,6 +23272,93 @@ html.v-overlay-scroll-blocked {
23319
23272
  }
23320
23273
  .v-stepper--mobile .v-stepper-item__subtitle {
23321
23274
  display: none;
23275
+ }.v-stepper.v-sheet {
23276
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
23277
+ border-radius: 4px;
23278
+ overflow: hidden;
23279
+ }
23280
+ .v-stepper.v-sheet.v-stepper--flat {
23281
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
23282
+ }
23283
+
23284
+ .v-stepper-header {
23285
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
23286
+ align-items: center;
23287
+ display: flex;
23288
+ position: relative;
23289
+ overflow-x: auto;
23290
+ justify-content: space-between;
23291
+ z-index: 1;
23292
+ }
23293
+ .v-stepper-header .v-divider {
23294
+ margin: 0 -16px;
23295
+ }
23296
+ .v-stepper-header .v-divider:last-child {
23297
+ margin-inline-end: 0;
23298
+ }
23299
+ .v-stepper-header .v-divider:first-child {
23300
+ margin-inline-start: 0;
23301
+ }
23302
+ .v-stepper--alt-labels .v-stepper-header {
23303
+ height: auto;
23304
+ }
23305
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
23306
+ align-self: flex-start;
23307
+ margin: 35px -67px 0;
23308
+ }
23309
+
23310
+ .v-stepper-window {
23311
+ margin: 1.5rem;
23312
+ }
23313
+
23314
+ .v-stepper-actions {
23315
+ display: flex;
23316
+ align-items: center;
23317
+ justify-content: space-between;
23318
+ padding: 1rem;
23319
+ }
23320
+ .v-stepper .v-stepper-actions {
23321
+ padding: 0 1.5rem 1rem;
23322
+ }
23323
+ .v-stepper-window-item .v-stepper-actions {
23324
+ padding: 1.5rem 0 0;
23325
+ }.v-system-bar {
23326
+ align-items: center;
23327
+ display: flex;
23328
+ flex: 1 1 auto;
23329
+ height: 24px;
23330
+ justify-content: flex-end;
23331
+ max-width: 100%;
23332
+ padding-inline: 8px;
23333
+ position: relative;
23334
+ text-align: end;
23335
+ width: 100%;
23336
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
23337
+ background: rgba(var(--v-theme-on-surface-variant));
23338
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23339
+ font-size: 0.75rem;
23340
+ font-weight: 400;
23341
+ letter-spacing: 0.0333333333em;
23342
+ line-height: 1.25rem;
23343
+ text-transform: none;
23344
+ }
23345
+ .v-system-bar .v-icon {
23346
+ opacity: var(--v-medium-emphasis-opacity);
23347
+ }
23348
+ .v-system-bar--absolute {
23349
+ position: absolute;
23350
+ }
23351
+ .v-system-bar--fixed {
23352
+ position: fixed;
23353
+ }
23354
+ .v-system-bar--rounded {
23355
+ border-radius: 0;
23356
+ }
23357
+ .v-system-bar--window {
23358
+ height: 32px;
23359
+ }
23360
+ .v-system-bar:not(.v-system-bar--absolute) {
23361
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23322
23362
  }.v-switch .v-label {
23323
23363
  padding-inline-start: 10px;
23324
23364
  }
@@ -23410,138 +23450,6 @@ html.v-overlay-scroll-blocked {
23410
23450
  }
23411
23451
  .v-switch.v-switch--inset .v-selection-control__wrapper {
23412
23452
  width: auto;
23413
- }.v-system-bar {
23414
- align-items: center;
23415
- display: flex;
23416
- flex: 1 1 auto;
23417
- height: 24px;
23418
- justify-content: flex-end;
23419
- max-width: 100%;
23420
- padding-inline: 8px;
23421
- position: relative;
23422
- text-align: end;
23423
- width: 100%;
23424
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
23425
- background: rgba(var(--v-theme-on-surface-variant));
23426
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23427
- font-size: 0.75rem;
23428
- font-weight: 400;
23429
- letter-spacing: 0.0333333333em;
23430
- line-height: 1.25rem;
23431
- text-transform: none;
23432
- }
23433
- .v-system-bar .v-icon {
23434
- opacity: var(--v-medium-emphasis-opacity);
23435
- }
23436
- .v-system-bar--absolute {
23437
- position: absolute;
23438
- }
23439
- .v-system-bar--fixed {
23440
- position: fixed;
23441
- }
23442
- .v-system-bar--rounded {
23443
- border-radius: 0;
23444
- }
23445
- .v-system-bar--window {
23446
- height: 32px;
23447
- }
23448
- .v-system-bar:not(.v-system-bar--absolute) {
23449
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23450
- }.v-tabs {
23451
- display: flex;
23452
- height: var(--v-tabs-height);
23453
- }
23454
- .v-tabs--density-default {
23455
- --v-tabs-height: 48px;
23456
- }
23457
- .v-tabs--density-default.v-tabs--stacked {
23458
- --v-tabs-height: 72px;
23459
- }
23460
-
23461
- .v-tabs--density-comfortable {
23462
- --v-tabs-height: 44px;
23463
- }
23464
- .v-tabs--density-comfortable.v-tabs--stacked {
23465
- --v-tabs-height: 68px;
23466
- }
23467
-
23468
- .v-tabs--density-compact {
23469
- --v-tabs-height: 36px;
23470
- }
23471
- .v-tabs--density-compact.v-tabs--stacked {
23472
- --v-tabs-height: 60px;
23473
- }
23474
-
23475
- .v-tabs.v-slide-group--vertical {
23476
- height: auto;
23477
- flex: none;
23478
- --v-tabs-height: 48px;
23479
- }
23480
-
23481
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
23482
- margin-inline-start: 42px;
23483
- }
23484
-
23485
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
23486
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
23487
- margin-inline-end: auto;
23488
- }
23489
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
23490
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
23491
- margin-inline-start: auto;
23492
- }
23493
-
23494
- .v-tabs--grow {
23495
- flex-grow: 1;
23496
- }
23497
- .v-tabs--grow .v-tab {
23498
- flex: 1 0 auto;
23499
- max-width: none;
23500
- }
23501
-
23502
- .v-tabs--align-tabs-end .v-tab:first-child {
23503
- margin-inline-start: auto;
23504
- }
23505
- .v-tabs--align-tabs-end .v-tab:last-child {
23506
- margin-inline-end: 0;
23507
- }
23508
-
23509
- @media (max-width: 1279.98px) {
23510
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
23511
- margin-inline-start: 52px;
23512
- }
23513
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23514
- margin-inline-end: 52px;
23515
- }
23516
- }.v-tab.v-tab {
23517
- --v-btn-height: var(--v-tabs-height);
23518
- border-radius: 0;
23519
- min-width: 90px;
23520
- }
23521
- .v-slide-group--horizontal .v-tab {
23522
- max-width: 360px;
23523
- }
23524
- .v-slide-group--vertical .v-tab {
23525
- justify-content: start;
23526
- }
23527
-
23528
- .v-tab__slider {
23529
- position: absolute;
23530
- bottom: 0;
23531
- left: 0;
23532
- height: 2px;
23533
- width: 100%;
23534
- background: currentColor;
23535
- pointer-events: none;
23536
- opacity: 0;
23537
- }
23538
- .v-tab--selected .v-tab__slider {
23539
- opacity: 1;
23540
- }
23541
- .v-slide-group--vertical .v-tab__slider {
23542
- top: 0;
23543
- height: 100%;
23544
- width: 2px;
23545
23453
  }.v-table {
23546
23454
  background: rgb(var(--v-theme-surface));
23547
23455
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -23564,8 +23472,18 @@ html.v-overlay-scroll-blocked {
23564
23472
  .v-table .v-table__wrapper > table > tfoot > tr > th {
23565
23473
  border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
23566
23474
  }
23567
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover td {
23475
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
23476
+ position: relative;
23477
+ }
23478
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
23479
+ content: "";
23480
+ position: absolute;
23481
+ top: 0;
23482
+ left: 0;
23483
+ width: 100%;
23484
+ height: 100%;
23568
23485
  background: rgba(var(--v-border-color), var(--v-hover-opacity));
23486
+ pointer-events: none;
23569
23487
  }
23570
23488
  .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
23571
23489
  background: rgb(var(--v-theme-surface));
@@ -23669,7 +23587,7 @@ html.v-overlay-scroll-blocked {
23669
23587
  .v-table--fixed-header > .v-table__wrapper > table > thead {
23670
23588
  position: sticky;
23671
23589
  top: 0;
23672
- z-index: 1;
23590
+ z-index: 2;
23673
23591
  }
23674
23592
  .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
23675
23593
  border-bottom: 0px !important;
@@ -23683,6 +23601,140 @@ html.v-overlay-scroll-blocked {
23683
23601
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
23684
23602
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
23685
23603
  border-top: 0px !important;
23604
+ }.v-tabs {
23605
+ display: flex;
23606
+ height: var(--v-tabs-height);
23607
+ }
23608
+ .v-tabs--density-default {
23609
+ --v-tabs-height: 48px;
23610
+ }
23611
+ .v-tabs--density-default.v-tabs--stacked {
23612
+ --v-tabs-height: 72px;
23613
+ }
23614
+
23615
+ .v-tabs--density-comfortable {
23616
+ --v-tabs-height: 44px;
23617
+ }
23618
+ .v-tabs--density-comfortable.v-tabs--stacked {
23619
+ --v-tabs-height: 68px;
23620
+ }
23621
+
23622
+ .v-tabs--density-compact {
23623
+ --v-tabs-height: 36px;
23624
+ }
23625
+ .v-tabs--density-compact.v-tabs--stacked {
23626
+ --v-tabs-height: 60px;
23627
+ }
23628
+
23629
+ .v-tabs.v-slide-group--vertical {
23630
+ height: auto;
23631
+ flex: none;
23632
+ --v-tabs-height: 48px;
23633
+ }
23634
+
23635
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
23636
+ margin-inline-start: 42px;
23637
+ }
23638
+
23639
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
23640
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
23641
+ margin-inline-end: auto;
23642
+ }
23643
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
23644
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
23645
+ margin-inline-start: auto;
23646
+ }
23647
+
23648
+ .v-tabs--grow {
23649
+ flex-grow: 1;
23650
+ }
23651
+ .v-tabs--grow .v-tab {
23652
+ flex: 1 0 auto;
23653
+ max-width: none;
23654
+ }
23655
+
23656
+ .v-tabs--align-tabs-end .v-tab:first-child {
23657
+ margin-inline-start: auto;
23658
+ }
23659
+ .v-tabs--align-tabs-end .v-tab:last-child {
23660
+ margin-inline-end: 0;
23661
+ }
23662
+
23663
+ @media (max-width: 1279.98px) {
23664
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
23665
+ margin-inline-start: 52px;
23666
+ }
23667
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23668
+ margin-inline-end: 52px;
23669
+ }
23670
+ }.v-tab.v-tab {
23671
+ --v-btn-height: var(--v-tabs-height);
23672
+ border-radius: 0;
23673
+ min-width: 90px;
23674
+ }
23675
+ .v-slide-group--horizontal .v-tab {
23676
+ max-width: 360px;
23677
+ }
23678
+ .v-slide-group--vertical .v-tab {
23679
+ justify-content: start;
23680
+ }
23681
+
23682
+ .v-tab__slider {
23683
+ position: absolute;
23684
+ bottom: 0;
23685
+ left: 0;
23686
+ height: 2px;
23687
+ width: 100%;
23688
+ background: currentColor;
23689
+ pointer-events: none;
23690
+ opacity: 0;
23691
+ }
23692
+ .v-tab--selected .v-tab__slider {
23693
+ opacity: 1;
23694
+ }
23695
+ .v-slide-group--vertical .v-tab__slider {
23696
+ top: 0;
23697
+ height: 100%;
23698
+ width: 2px;
23699
+ }.v-textarea .v-field {
23700
+ --v-textarea-control-height: var(--v-input-control-height);
23701
+ }
23702
+ .v-textarea .v-field__field {
23703
+ --v-input-control-height: var(--v-textarea-control-height);
23704
+ }
23705
+ .v-textarea .v-field__input {
23706
+ flex: 1 1 auto;
23707
+ outline: none;
23708
+ -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));
23709
+ 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));
23710
+ }
23711
+ .v-textarea .v-field__input.v-textarea__sizer {
23712
+ visibility: hidden;
23713
+ position: absolute;
23714
+ top: 0;
23715
+ left: 0;
23716
+ height: 0 !important;
23717
+ min-height: 0 !important;
23718
+ pointer-events: none;
23719
+ }
23720
+ .v-textarea--no-resize .v-field__input {
23721
+ resize: none;
23722
+ }
23723
+ .v-textarea .v-field--no-label textarea,
23724
+ .v-textarea .v-field--active textarea {
23725
+ opacity: 1;
23726
+ }
23727
+ .v-textarea textarea {
23728
+ opacity: 0;
23729
+ flex: 1;
23730
+ min-width: 0;
23731
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23732
+ }
23733
+ .v-textarea textarea:focus, .v-textarea textarea:active {
23734
+ outline: none;
23735
+ }
23736
+ .v-textarea textarea:invalid {
23737
+ box-shadow: none;
23686
23738
  }/* region BLOCK */
23687
23739
  .v-text-field input {
23688
23740
  color: inherit;
@@ -23746,46 +23798,7 @@ html.v-overlay-scroll-blocked {
23746
23798
  padding-inline-end: var(--v-field-padding-end);
23747
23799
  }
23748
23800
 
23749
- /* endregion */.v-textarea .v-field {
23750
- --v-textarea-control-height: var(--v-input-control-height);
23751
- }
23752
- .v-textarea .v-field__field {
23753
- --v-input-control-height: var(--v-textarea-control-height);
23754
- }
23755
- .v-textarea .v-field__input {
23756
- flex: 1 1 auto;
23757
- outline: none;
23758
- -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));
23759
- 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));
23760
- }
23761
- .v-textarea .v-field__input.v-textarea__sizer {
23762
- visibility: hidden;
23763
- position: absolute;
23764
- top: 0;
23765
- left: 0;
23766
- height: 0 !important;
23767
- min-height: 0 !important;
23768
- pointer-events: none;
23769
- }
23770
- .v-textarea--no-resize .v-field__input {
23771
- resize: none;
23772
- }
23773
- .v-textarea .v-field--no-label textarea,
23774
- .v-textarea .v-field--active textarea {
23775
- opacity: 1;
23776
- }
23777
- .v-textarea textarea {
23778
- opacity: 0;
23779
- flex: 1;
23780
- min-width: 0;
23781
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23782
- }
23783
- .v-textarea textarea:focus, .v-textarea textarea:active {
23784
- outline: none;
23785
- }
23786
- .v-textarea textarea:invalid {
23787
- box-shadow: none;
23788
- }.v-theme-provider {
23801
+ /* endregion */.v-theme-provider {
23789
23802
  background: rgb(var(--v-theme-background));
23790
23803
  color: rgb(var(--v-theme-on-background));
23791
23804
  }.v-timeline .v-timeline-divider__dot {