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
@@ -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
  */
@@ -17032,6 +17032,18 @@ html.overflow-y-hidden {
17032
17032
  padding-bottom: 16px;
17033
17033
  font-weight: 600;
17034
17034
  letter-spacing: 0.1666666667em;
17035
+ }.v-app-bar {
17036
+ display: flex;
17037
+ }
17038
+ .v-app-bar.v-toolbar {
17039
+ background: rgb(var(--v-theme-surface));
17040
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17041
+ }
17042
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17043
+ 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));
17044
+ }
17045
+ .v-app-bar:not(.v-toolbar--absolute) {
17046
+ padding-inline-end: var(--v-scrollbar-offset);
17035
17047
  }.v-application {
17036
17048
  display: flex;
17037
17049
  background: rgb(var(--v-theme-background));
@@ -17048,18 +17060,6 @@ html.overflow-y-hidden {
17048
17060
  min-height: 100vh;
17049
17061
  min-height: 100dvh;
17050
17062
  position: relative;
17051
- }.v-app-bar {
17052
- display: flex;
17053
- }
17054
- .v-app-bar.v-toolbar {
17055
- background: rgb(var(--v-theme-surface));
17056
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17057
- }
17058
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17059
- 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));
17060
- }
17061
- .v-app-bar:not(.v-toolbar--absolute) {
17062
- padding-inline-end: var(--v-scrollbar-offset);
17063
17063
  }.v-alert {
17064
17064
  display: grid;
17065
17065
  flex: 1 1;
@@ -17270,87 +17270,6 @@ html.overflow-y-hidden {
17270
17270
  text-transform: none;
17271
17271
  word-break: normal;
17272
17272
  word-wrap: break-word;
17273
- }.v-autocomplete .v-field .v-text-field__prefix,
17274
- .v-autocomplete .v-field .v-text-field__suffix,
17275
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17276
- cursor: text;
17277
- }
17278
- .v-autocomplete .v-field .v-field__input > input {
17279
- flex: 1 1;
17280
- }
17281
- .v-autocomplete .v-field input {
17282
- min-width: 64px;
17283
- }
17284
- .v-autocomplete .v-field:not(.v-field--focused) input {
17285
- min-width: 0;
17286
- }
17287
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17288
- margin-inline-end: 2px;
17289
- }
17290
- .v-autocomplete .v-autocomplete__selection-text {
17291
- overflow: hidden;
17292
- text-overflow: ellipsis;
17293
- white-space: nowrap;
17294
- }
17295
-
17296
- .v-autocomplete__content {
17297
- overflow: hidden;
17298
- 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));
17299
- border-radius: 4px;
17300
- }
17301
- .v-autocomplete__mask {
17302
- background: rgb(var(--v-theme-on-surface-variant));
17303
- }
17304
- .v-autocomplete__selection {
17305
- display: inline-flex;
17306
- align-items: center;
17307
- height: 1.5rem;
17308
- letter-spacing: inherit;
17309
- line-height: inherit;
17310
- max-width: calc(100% - 2px);
17311
- }
17312
- .v-autocomplete__selection:first-child {
17313
- margin-inline-start: 0;
17314
- }
17315
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17316
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17317
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17318
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17319
- top: 0px;
17320
- }
17321
- .v-autocomplete--selecting-index .v-autocomplete__selection {
17322
- opacity: var(--v-medium-emphasis-opacity);
17323
- }
17324
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17325
- opacity: 1;
17326
- }
17327
- .v-autocomplete--selecting-index .v-field__input > input {
17328
- caret-color: transparent;
17329
- }
17330
- .v-autocomplete--single.v-text-field input {
17331
- flex: 1 1;
17332
- position: absolute;
17333
- left: 0;
17334
- right: 0;
17335
- width: 100%;
17336
- padding-inline: inherit;
17337
- }
17338
- .v-autocomplete--single .v-field--active input {
17339
- transition: none;
17340
- }
17341
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
17342
- opacity: 0;
17343
- }
17344
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
17345
- opacity: 0;
17346
- }
17347
- .v-autocomplete__menu-icon {
17348
- margin-inline-start: 4px;
17349
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17350
- }
17351
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17352
- opacity: var(--v-high-emphasis-opacity);
17353
- transform: rotate(180deg);
17354
17273
  }.v-avatar {
17355
17274
  flex: none;
17356
17275
  align-items: center;
@@ -17438,77 +17357,6 @@ html.overflow-y-hidden {
17438
17357
  .v-avatar .v-img {
17439
17358
  height: 100%;
17440
17359
  width: 100%;
17441
- }.v-badge {
17442
- display: inline-block;
17443
- line-height: 1;
17444
- }
17445
-
17446
- .v-badge__badge {
17447
- align-items: center;
17448
- display: inline-flex;
17449
- border-radius: 10px;
17450
- font-size: 0.75rem;
17451
- font-weight: 500;
17452
- height: 1.25rem;
17453
- justify-content: center;
17454
- min-width: 20px;
17455
- padding: 4px 6px;
17456
- pointer-events: auto;
17457
- position: absolute;
17458
- text-align: center;
17459
- text-indent: 0;
17460
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17461
- white-space: nowrap;
17462
- background: rgb(var(--v-theme-surface-variant));
17463
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17464
- }
17465
- .v-badge--bordered .v-badge__badge::after {
17466
- border-radius: inherit;
17467
- border-style: solid;
17468
- border-width: 2px;
17469
- bottom: 0;
17470
- color: rgb(var(--v-theme-background));
17471
- content: "";
17472
- left: 0;
17473
- position: absolute;
17474
- right: 0;
17475
- top: 0;
17476
- transform: scale(1.05);
17477
- }
17478
- .v-badge--dot .v-badge__badge {
17479
- border-radius: 4.5px;
17480
- height: 9px;
17481
- min-width: 0;
17482
- padding: 0;
17483
- width: 9px;
17484
- }
17485
- .v-badge--dot .v-badge__badge::after {
17486
- border-width: 1.5px;
17487
- }
17488
- .v-badge--inline .v-badge__badge {
17489
- position: relative;
17490
- vertical-align: middle;
17491
- }
17492
- .v-badge__badge .v-icon {
17493
- color: inherit;
17494
- font-size: 0.75rem;
17495
- margin: 0 -2px;
17496
- }
17497
- .v-badge__badge img,
17498
- .v-badge__badge .v-img {
17499
- height: 100%;
17500
- width: 100%;
17501
- }
17502
-
17503
- .v-badge__wrapper {
17504
- display: flex;
17505
- position: relative;
17506
- }
17507
- .v-badge--inline .v-badge__wrapper {
17508
- align-items: center;
17509
- display: inline-flex;
17510
- justify-content: center;
17511
- margin: 0 4px;
17512
17360
  }.v-banner {
17513
17361
  display: grid;
17514
17362
  flex: 1 1;
@@ -17666,63 +17514,215 @@ html.overflow-y-hidden {
17666
17514
  }
17667
17515
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
17668
17516
  align-self: flex-start;
17669
- }.v-bottom-navigation {
17670
- display: flex;
17671
- max-width: 100%;
17672
- overflow: hidden;
17673
- position: absolute;
17674
- transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17675
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17676
- border-style: solid;
17677
- border-width: 0;
17678
- border-radius: 0;
17679
- background: rgb(var(--v-theme-surface));
17680
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17517
+ }.v-autocomplete .v-field .v-text-field__prefix,
17518
+ .v-autocomplete .v-field .v-text-field__suffix,
17519
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17520
+ cursor: text;
17681
17521
  }
17682
- .v-bottom-navigation--border {
17683
- border-width: thin;
17684
- box-shadow: none;
17522
+ .v-autocomplete .v-field .v-field__input > input {
17523
+ flex: 1 1;
17685
17524
  }
17686
- .v-bottom-navigation--active {
17687
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
17525
+ .v-autocomplete .v-field input {
17526
+ min-width: 64px;
17688
17527
  }
17689
-
17690
- .v-bottom-navigation__content {
17691
- display: flex;
17692
- flex: none;
17693
- font-size: 0.75rem;
17694
- justify-content: center;
17695
- transition: inherit;
17696
- width: 100%;
17528
+ .v-autocomplete .v-field:not(.v-field--focused) input {
17529
+ min-width: 0;
17697
17530
  }
17698
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17699
- font-size: inherit;
17700
- height: 100%;
17701
- max-width: 168px;
17702
- min-width: 80px;
17703
- text-transform: none;
17704
- transition: inherit;
17705
- width: auto;
17706
- border-radius: 0;
17531
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17532
+ margin-inline-end: 2px;
17707
17533
  }
17708
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17709
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17710
- transition: inherit;
17534
+ .v-autocomplete .v-autocomplete__selection-text {
17535
+ overflow: hidden;
17536
+ text-overflow: ellipsis;
17537
+ white-space: nowrap;
17711
17538
  }
17712
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17713
- font-size: 1.5rem;
17539
+
17540
+ .v-autocomplete__content {
17541
+ overflow: hidden;
17542
+ 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));
17543
+ border-radius: 4px;
17714
17544
  }
17715
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17716
- flex-grow: 1;
17545
+ .v-autocomplete__mask {
17546
+ background: rgb(var(--v-theme-on-surface-variant));
17717
17547
  }
17718
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
17719
- transition: inherit;
17720
- opacity: 0;
17548
+ .v-autocomplete__selection {
17549
+ display: inline-flex;
17550
+ align-items: center;
17551
+ height: 1.5rem;
17552
+ letter-spacing: inherit;
17553
+ line-height: inherit;
17554
+ max-width: calc(100% - 2px);
17721
17555
  }
17722
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17723
- transform: translateY(0.5rem);
17724
- }.bottom-sheet-transition-enter-from {
17725
- transform: translateY(100%);
17556
+ .v-autocomplete__selection:first-child {
17557
+ margin-inline-start: 0;
17558
+ }
17559
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17560
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17561
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17562
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17563
+ top: 0px;
17564
+ }
17565
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
17566
+ opacity: var(--v-medium-emphasis-opacity);
17567
+ }
17568
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17569
+ opacity: 1;
17570
+ }
17571
+ .v-autocomplete--selecting-index .v-field__input > input {
17572
+ caret-color: transparent;
17573
+ }
17574
+ .v-autocomplete--single.v-text-field input {
17575
+ flex: 1 1;
17576
+ position: absolute;
17577
+ left: 0;
17578
+ right: 0;
17579
+ width: 100%;
17580
+ padding-inline: inherit;
17581
+ }
17582
+ .v-autocomplete--single .v-field--active input {
17583
+ transition: none;
17584
+ }
17585
+ .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
17586
+ opacity: 0;
17587
+ }
17588
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
17589
+ opacity: 0;
17590
+ }
17591
+ .v-autocomplete__menu-icon {
17592
+ margin-inline-start: 4px;
17593
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17594
+ }
17595
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17596
+ opacity: var(--v-high-emphasis-opacity);
17597
+ transform: rotate(180deg);
17598
+ }.v-badge {
17599
+ display: inline-block;
17600
+ line-height: 1;
17601
+ }
17602
+
17603
+ .v-badge__badge {
17604
+ align-items: center;
17605
+ display: inline-flex;
17606
+ border-radius: 10px;
17607
+ font-size: 0.75rem;
17608
+ font-weight: 500;
17609
+ height: 1.25rem;
17610
+ justify-content: center;
17611
+ min-width: 20px;
17612
+ padding: 4px 6px;
17613
+ pointer-events: auto;
17614
+ position: absolute;
17615
+ text-align: center;
17616
+ text-indent: 0;
17617
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17618
+ white-space: nowrap;
17619
+ background: rgb(var(--v-theme-surface-variant));
17620
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17621
+ }
17622
+ .v-badge--bordered .v-badge__badge::after {
17623
+ border-radius: inherit;
17624
+ border-style: solid;
17625
+ border-width: 2px;
17626
+ bottom: 0;
17627
+ color: rgb(var(--v-theme-background));
17628
+ content: "";
17629
+ left: 0;
17630
+ position: absolute;
17631
+ right: 0;
17632
+ top: 0;
17633
+ transform: scale(1.05);
17634
+ }
17635
+ .v-badge--dot .v-badge__badge {
17636
+ border-radius: 4.5px;
17637
+ height: 9px;
17638
+ min-width: 0;
17639
+ padding: 0;
17640
+ width: 9px;
17641
+ }
17642
+ .v-badge--dot .v-badge__badge::after {
17643
+ border-width: 1.5px;
17644
+ }
17645
+ .v-badge--inline .v-badge__badge {
17646
+ position: relative;
17647
+ vertical-align: middle;
17648
+ }
17649
+ .v-badge__badge .v-icon {
17650
+ color: inherit;
17651
+ font-size: 0.75rem;
17652
+ margin: 0 -2px;
17653
+ }
17654
+ .v-badge__badge img,
17655
+ .v-badge__badge .v-img {
17656
+ height: 100%;
17657
+ width: 100%;
17658
+ }
17659
+
17660
+ .v-badge__wrapper {
17661
+ display: flex;
17662
+ position: relative;
17663
+ }
17664
+ .v-badge--inline .v-badge__wrapper {
17665
+ align-items: center;
17666
+ display: inline-flex;
17667
+ justify-content: center;
17668
+ margin: 0 4px;
17669
+ }.v-bottom-navigation {
17670
+ display: flex;
17671
+ max-width: 100%;
17672
+ overflow: hidden;
17673
+ position: absolute;
17674
+ transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17675
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17676
+ border-style: solid;
17677
+ border-width: 0;
17678
+ border-radius: 0;
17679
+ background: rgb(var(--v-theme-surface));
17680
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17681
+ }
17682
+ .v-bottom-navigation--border {
17683
+ border-width: thin;
17684
+ box-shadow: none;
17685
+ }
17686
+ .v-bottom-navigation--active {
17687
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
17688
+ }
17689
+
17690
+ .v-bottom-navigation__content {
17691
+ display: flex;
17692
+ flex: none;
17693
+ font-size: 0.75rem;
17694
+ justify-content: center;
17695
+ transition: inherit;
17696
+ width: 100%;
17697
+ }
17698
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17699
+ font-size: inherit;
17700
+ height: 100%;
17701
+ max-width: 168px;
17702
+ min-width: 80px;
17703
+ text-transform: none;
17704
+ transition: inherit;
17705
+ width: auto;
17706
+ border-radius: 0;
17707
+ }
17708
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17709
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17710
+ transition: inherit;
17711
+ }
17712
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17713
+ font-size: 1.5rem;
17714
+ }
17715
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17716
+ flex-grow: 1;
17717
+ }
17718
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
17719
+ transition: inherit;
17720
+ opacity: 0;
17721
+ }
17722
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17723
+ transform: translateY(0.5rem);
17724
+ }.bottom-sheet-transition-enter-from {
17725
+ transform: translateY(100%);
17726
17726
  }
17727
17727
  .bottom-sheet-transition-leave-to {
17728
17728
  transform: translateY(100%);
@@ -17810,8 +17810,20 @@ html.overflow-y-hidden {
17810
17810
  display: inline-block;
17811
17811
  padding: 0 8px;
17812
17812
  vertical-align: middle;
17813
- }/** if false, disabled buttons will be greyed out */
17814
- .v-btn {
17813
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
17814
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
17815
+ }
17816
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
17817
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
17818
+ }
17819
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
17820
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
17821
+ }
17822
+ @supports not selector(:focus-visible) {
17823
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
17824
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
17825
+ }
17826
+ }.v-btn {
17815
17827
  align-items: center;
17816
17828
  border-radius: 4px;
17817
17829
  display: inline-grid;
@@ -18211,8 +18223,7 @@ html.overflow-y-hidden {
18211
18223
  }
18212
18224
  .v-pagination__item--is-active .v-btn__overlay {
18213
18225
  opacity: var(--v-border-opacity);
18214
- }/** if false, disabled buttons will be greyed out */
18215
- .v-btn-group {
18226
+ }.v-btn-group {
18216
18227
  display: inline-flex;
18217
18228
  flex-wrap: nowrap;
18218
18229
  max-width: 100%;
@@ -18268,19 +18279,68 @@ html.overflow-y-hidden {
18268
18279
  }
18269
18280
  .v-btn-group--tile {
18270
18281
  border-radius: 0;
18271
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18272
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18282
+ }.v-carousel {
18283
+ overflow: hidden;
18284
+ position: relative;
18285
+ width: 100%;
18273
18286
  }
18274
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18275
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18287
+ .v-carousel__controls {
18288
+ align-items: center;
18289
+ background: rgba(var(--v-theme-surface-variant), 0.3);
18290
+ bottom: 0;
18291
+ display: flex;
18292
+ height: 50px;
18293
+ justify-content: center;
18294
+ list-style-type: none;
18295
+ position: absolute;
18296
+ width: 100%;
18297
+ z-index: 1;
18276
18298
  }
18277
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18278
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18299
+ .v-carousel__controls > .v-item-group {
18300
+ flex: 0 1 auto;
18279
18301
  }
18280
- @supports not selector(:focus-visible) {
18281
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18282
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18283
- }
18302
+ .v-carousel__controls__item {
18303
+ margin: 0 8px;
18304
+ }
18305
+ .v-carousel__controls__item .v-icon {
18306
+ opacity: 0.5;
18307
+ }
18308
+ .v-carousel__controls__item--active .v-icon {
18309
+ opacity: 1;
18310
+ vertical-align: middle;
18311
+ }
18312
+ .v-carousel__controls__item:hover {
18313
+ background: none;
18314
+ }
18315
+ .v-carousel__controls__item:hover .v-icon {
18316
+ opacity: 0.8;
18317
+ }
18318
+
18319
+ .v-carousel__progress {
18320
+ margin: 0;
18321
+ position: absolute;
18322
+ bottom: 0;
18323
+ left: 0;
18324
+ right: 0;
18325
+ }
18326
+
18327
+ .v-carousel-item {
18328
+ display: block;
18329
+ height: inherit;
18330
+ text-decoration: none;
18331
+ }
18332
+ .v-carousel-item > .v-img {
18333
+ height: inherit;
18334
+ }
18335
+
18336
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
18337
+ background: transparent;
18338
+ }
18339
+
18340
+ .v-carousel--vertical-delimiters .v-carousel__controls {
18341
+ flex-direction: column;
18342
+ height: 100% !important;
18343
+ width: 50px;
18284
18344
  }.v-card {
18285
18345
  display: block;
18286
18346
  overflow: hidden;
@@ -18573,70 +18633,6 @@ html.overflow-y-hidden {
18573
18633
  pointer-events: none;
18574
18634
  opacity: 0;
18575
18635
  transition: opacity 0.2s ease-in-out;
18576
- }.v-carousel {
18577
- overflow: hidden;
18578
- position: relative;
18579
- width: 100%;
18580
- }
18581
- .v-carousel__controls {
18582
- align-items: center;
18583
- background: rgba(var(--v-theme-surface-variant), 0.3);
18584
- bottom: 0;
18585
- display: flex;
18586
- height: 50px;
18587
- justify-content: center;
18588
- list-style-type: none;
18589
- position: absolute;
18590
- width: 100%;
18591
- z-index: 1;
18592
- }
18593
- .v-carousel__controls > .v-item-group {
18594
- flex: 0 1 auto;
18595
- }
18596
- .v-carousel__controls__item {
18597
- margin: 0 8px;
18598
- }
18599
- .v-carousel__controls__item .v-icon {
18600
- opacity: 0.5;
18601
- }
18602
- .v-carousel__controls__item--active .v-icon {
18603
- opacity: 1;
18604
- vertical-align: middle;
18605
- }
18606
- .v-carousel__controls__item:hover {
18607
- background: none;
18608
- }
18609
- .v-carousel__controls__item:hover .v-icon {
18610
- opacity: 0.8;
18611
- }
18612
-
18613
- .v-carousel__progress {
18614
- margin: 0;
18615
- position: absolute;
18616
- bottom: 0;
18617
- left: 0;
18618
- right: 0;
18619
- }
18620
-
18621
- .v-carousel-item {
18622
- display: block;
18623
- height: inherit;
18624
- text-decoration: none;
18625
- }
18626
- .v-carousel-item > .v-img {
18627
- height: inherit;
18628
- }
18629
-
18630
- .v-carousel--hide-delimiter-background .v-carousel__controls {
18631
- background: transparent;
18632
- }
18633
-
18634
- .v-carousel--vertical-delimiters .v-carousel__controls {
18635
- flex-direction: column;
18636
- height: 100% !important;
18637
- width: 50px;
18638
- }.v-checkbox .v-selection-control {
18639
- min-height: var(--v-input-control-height);
18640
18636
  }.v-chip {
18641
18637
  align-items: center;
18642
18638
  cursor: default;
@@ -19045,24 +19041,8 @@ html.overflow-y-hidden {
19045
19041
 
19046
19042
  .v-chip--label {
19047
19043
  border-radius: 4px;
19048
- }.v-chip-group {
19049
- display: flex;
19050
- max-width: 100%;
19051
- min-width: 0;
19052
- overflow-x: auto;
19053
- padding: 4px 0;
19054
- flex-wrap: wrap;
19055
- }
19056
- .v-chip-group .v-chip {
19057
- margin: 4px 8px 4px 0;
19058
- }
19059
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19060
- opacity: var(--v-activated-opacity);
19061
- }
19062
-
19063
- .v-chip-group--column {
19064
- flex-wrap: wrap;
19065
- white-space: normal;
19044
+ }.v-checkbox .v-selection-control {
19045
+ min-height: var(--v-input-control-height);
19066
19046
  }.v-color-picker {
19067
19047
  align-self: flex-start;
19068
19048
  contain: content;
@@ -19083,6 +19063,24 @@ html.overflow-y-hidden {
19083
19063
  }
19084
19064
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19085
19065
  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));
19066
+ }.v-chip-group {
19067
+ display: flex;
19068
+ max-width: 100%;
19069
+ min-width: 0;
19070
+ overflow-x: auto;
19071
+ padding: 4px 0;
19072
+ flex-wrap: wrap;
19073
+ }
19074
+ .v-chip-group .v-chip {
19075
+ margin: 4px 8px 4px 0;
19076
+ }
19077
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19078
+ opacity: var(--v-activated-opacity);
19079
+ }
19080
+
19081
+ .v-chip-group--column {
19082
+ flex-wrap: wrap;
19083
+ white-space: normal;
19086
19084
  }.v-container {
19087
19085
  width: 100%;
19088
19086
  padding: 16px;
@@ -19841,261 +19839,108 @@ html.overflow-y-hidden {
19841
19839
  flex: 0 1 auto;
19842
19840
  font-size: 12px;
19843
19841
  transition-duration: 150ms;
19844
- }.v-data-table {
19845
- width: 100%;
19842
+ }.v-date-picker-controls {
19843
+ display: flex;
19844
+ align-items: center;
19845
+ justify-content: space-between;
19846
+ font-size: 0.875rem;
19847
+ padding-top: 4px;
19848
+ padding-bottom: 4px;
19849
+ padding-inline-start: 6px;
19850
+ padding-inline-end: 12px;
19846
19851
  }
19847
-
19848
- .v-data-table__table {
19849
- width: 100%;
19850
- border-collapse: separate;
19851
- border-spacing: 0;
19852
+ .v-date-picker-controls > .v-btn:first-child {
19853
+ text-transform: none;
19854
+ font-weight: 400;
19855
+ line-height: initial;
19856
+ letter-spacing: initial;
19852
19857
  }
19853
-
19854
- .v-data-table__tr--focus {
19855
- border: 1px dotted black;
19858
+ .v-date-picker-controls--variant-classic {
19859
+ padding-inline-start: 12px;
19856
19860
  }
19857
- .v-data-table__tr--clickable {
19858
- cursor: pointer;
19861
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
19862
+ opacity: 0.7;
19859
19863
  }
19860
-
19861
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
19862
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
19863
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
19864
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
19865
- text-align: end;
19864
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
19865
+ cursor: pointer;
19866
19866
  }
19867
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19868
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
19869
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19870
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
19871
- flex-direction: row-reverse;
19867
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
19868
+ opacity: 1;
19872
19869
  }
19873
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
19874
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
19875
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
19876
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
19877
- text-align: center;
19870
+ .v-date-picker-controls .v-btn:last-child {
19871
+ margin-inline-start: 4px;
19878
19872
  }
19879
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
19880
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
19881
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
19882
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
19883
- justify-content: center;
19873
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
19874
+ transform: rotate(180deg);
19884
19875
  }
19885
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
19886
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
19887
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
19888
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
19889
- padding: 0 8px;
19876
+
19877
+ .v-date-picker-controls__date {
19878
+ margin-inline-end: 4px;
19890
19879
  }
19891
- .v-data-table .v-table__wrapper > table > thead > tr > th,
19892
- .v-data-table .v-table__wrapper > table tbody > tr > th {
19893
- align-items: center;
19880
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
19881
+ margin: auto;
19882
+ text-align: center;
19894
19883
  }
19895
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
19896
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
19897
- position: sticky;
19884
+
19885
+ .v-date-picker-controls__month {
19886
+ display: flex;
19898
19887
  }
19899
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
19900
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
19901
- cursor: pointer;
19902
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19888
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
19889
+ flex-direction: row-reverse;
19903
19890
  }
19904
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
19905
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
19906
- opacity: 0;
19891
+
19892
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
19893
+ flex: 1 0 auto;
19907
19894
  }
19908
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
19909
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
19910
- opacity: 0.5;
19895
+
19896
+ .v-date-picker__title {
19897
+ display: inline-block;
19898
+ }.v-date-picker__input {
19899
+ padding-top: 16px;
19900
+ padding-left: 24px;
19901
+ padding-right: 24px;
19911
19902
  }
19912
19903
 
19913
- .v-data-table-column--fixed {
19914
- background: rgb(var(--v-theme-surface));
19915
- position: sticky;
19916
- left: 0;
19904
+ .v-date-picker {
19905
+ overflow: hidden;
19917
19906
  }
19918
19907
 
19919
- .v-data-table-column--last-fixed {
19920
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
19908
+ .v-date-picker-month {
19909
+ padding: 0 12px 12px;
19921
19910
  }
19922
19911
 
19923
- .v-data-table-group-header-row td {
19924
- background: rgba(var(--v-theme-surface));
19925
- color: rgba(var(--v-theme-on-surface));
19912
+ .v-date-picker-month__day {
19913
+ height: 48px;
19914
+ width: 48px;
19926
19915
  }
19927
- .v-data-table-group-header-row td > span {
19928
- padding-left: 5px;
19916
+ .v-date-picker-month__day .v-btn {
19917
+ --v-btn-height: 28px;
19918
+ --v-btn-size: 0.85rem;
19919
+ }.v-date-picker-header {
19920
+ display: grid;
19921
+ grid-template-areas: "prepend content append";
19922
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
19923
+ overflow: hidden;
19924
+ padding-inline: 24px 12px;
19925
+ padding-bottom: 12px;
19929
19926
  }
19930
19927
 
19931
- .v-data-table--loading .v-data-table__td {
19932
- opacity: 0.3;
19928
+ .v-date-picker-header__append {
19929
+ grid-area: append;
19933
19930
  }
19934
19931
 
19935
- .v-data-table-group-header-row__column {
19936
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
19932
+ .v-date-picker-header__prepend {
19933
+ grid-area: prepend;
19934
+ padding-inline-start: 8px;
19937
19935
  }
19938
19936
 
19939
- .v-data-table-header__content {
19940
- display: flex;
19937
+ .v-date-picker-header__content {
19941
19938
  align-items: center;
19942
- }
19943
-
19944
- .v-data-table-header__sort-badge {
19945
19939
  display: inline-flex;
19946
- justify-content: center;
19947
- align-items: center;
19948
- font-size: 0.875rem;
19949
- padding: 4px;
19950
- border-radius: 50%;
19951
- background: rgba(var(--v-border-color), var(--v-border-opacity));
19952
- min-width: 20px;
19953
- min-height: 20px;
19954
- width: 20px;
19955
- height: 20px;
19956
- }
19957
-
19958
- .v-data-table-progress > th {
19959
- border: none !important;
19960
- height: auto !important;
19961
- padding: 0 !important;
19962
- }
19963
-
19964
- .v-data-table-rows-loading,
19965
- .v-data-table-rows-no-data {
19966
- text-align: center;
19967
- }.v-data-table-footer {
19968
- display: flex;
19969
- align-items: center;
19970
- flex-wrap: wrap;
19971
- padding: 0 8px;
19972
- justify-content: flex-end;
19973
- }
19974
-
19975
- .v-data-table-footer__items-per-page {
19976
- padding-inline-end: 24px;
19977
- display: flex;
19978
- align-items: center;
19979
- justify-content: space-between;
19980
- }
19981
- .v-data-table-footer__items-per-page > span {
19982
- padding-inline-end: 24px;
19983
- }
19984
-
19985
- .v-data-table-footer__info {
19986
- display: flex;
19987
- padding-inline-end: 24px;
19988
- }
19989
-
19990
- .v-data-table-footer__pagination {
19991
- display: flex;
19992
- align-items: center;
19993
- }
19994
-
19995
- .v-data-table-footer__page {
19996
- padding: 0 8px;
19997
- }.v-date-picker__input {
19998
- padding-top: 16px;
19999
- padding-left: 24px;
20000
- padding-right: 24px;
20001
- }
20002
-
20003
- .v-date-picker {
20004
- overflow: hidden;
20005
- }
20006
-
20007
- .v-date-picker-month {
20008
- padding: 0 12px 12px;
20009
- }
20010
-
20011
- .v-date-picker-month__day {
20012
- height: 48px;
20013
- width: 48px;
20014
- }
20015
- .v-date-picker-month__day .v-btn {
20016
- --v-btn-height: 28px;
20017
- --v-btn-size: 0.85rem;
20018
- }.v-date-picker-controls {
20019
- display: flex;
20020
- align-items: center;
20021
- justify-content: space-between;
20022
- font-size: 0.875rem;
20023
- padding-top: 4px;
20024
- padding-bottom: 4px;
20025
- padding-inline-start: 6px;
20026
- padding-inline-end: 12px;
20027
- }
20028
- .v-date-picker-controls > .v-btn:first-child {
20029
- text-transform: none;
20030
- font-weight: 400;
20031
- line-height: initial;
20032
- letter-spacing: initial;
20033
- }
20034
- .v-date-picker-controls--variant-classic {
20035
- padding-inline-start: 12px;
20036
- }
20037
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20038
- opacity: 0.7;
20039
- }
20040
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20041
- cursor: pointer;
20042
- }
20043
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20044
- opacity: 1;
20045
- }
20046
- .v-date-picker-controls .v-btn:last-child {
20047
- margin-inline-start: 4px;
20048
- }
20049
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20050
- transform: rotate(180deg);
20051
- }
20052
-
20053
- .v-date-picker-controls__date {
20054
- margin-inline-end: 4px;
20055
- }
20056
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20057
- margin: auto;
20058
- text-align: center;
20059
- }
20060
-
20061
- .v-date-picker-controls__month {
20062
- display: flex;
20063
- }
20064
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20065
- flex-direction: row-reverse;
20066
- }
20067
-
20068
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20069
- flex: 1 0 auto;
20070
- }
20071
-
20072
- .v-date-picker__title {
20073
- display: inline-block;
20074
- }.v-date-picker-header {
20075
- display: grid;
20076
- grid-template-areas: "prepend content append";
20077
- grid-template-columns: min-content minmax(0, 1fr) min-content;
20078
- overflow: hidden;
20079
- padding-inline: 24px 12px;
20080
- padding-bottom: 12px;
20081
- }
20082
-
20083
- .v-date-picker-header__append {
20084
- grid-area: append;
20085
- }
20086
-
20087
- .v-date-picker-header__prepend {
20088
- grid-area: prepend;
20089
- padding-inline-start: 8px;
20090
- }
20091
-
20092
- .v-date-picker-header__content {
20093
- align-items: center;
20094
- display: inline-flex;
20095
- font-size: 32px;
20096
- line-height: 40px;
20097
- grid-area: content;
20098
- justify-content: space-between;
19940
+ font-size: 32px;
19941
+ line-height: 40px;
19942
+ grid-area: content;
19943
+ justify-content: space-between;
20099
19944
  }
20100
19945
  .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20101
19946
  opacity: 0.7;
@@ -20216,91 +20061,164 @@ html.overflow-y-hidden {
20216
20061
  }
20217
20062
  .v-date-picker-years__content .v-btn {
20218
20063
  padding-inline: 8px;
20219
- }.v-dialog {
20220
- align-items: center;
20064
+ }.v-data-table {
20065
+ width: 100%;
20066
+ }
20067
+
20068
+ .v-data-table__table {
20069
+ width: 100%;
20070
+ border-collapse: separate;
20071
+ border-spacing: 0;
20072
+ }
20073
+
20074
+ .v-data-table__tr--focus {
20075
+ border: 1px dotted black;
20076
+ }
20077
+ .v-data-table__tr--clickable {
20078
+ cursor: pointer;
20079
+ }
20080
+
20081
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20082
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20083
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20084
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20085
+ text-align: end;
20086
+ }
20087
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20088
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20089
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20090
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20091
+ flex-direction: row-reverse;
20092
+ }
20093
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20094
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20095
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20096
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20097
+ text-align: center;
20098
+ }
20099
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20100
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20101
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20102
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20221
20103
  justify-content: center;
20222
- margin: auto;
20223
20104
  }
20224
- .v-dialog > .v-overlay__content {
20225
- max-height: calc(100% - 48px);
20226
- width: calc(100% - 48px);
20227
- max-width: calc(100% - 48px);
20228
- margin: 24px;
20229
- display: flex;
20230
- flex-direction: column;
20105
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20106
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20107
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20108
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20109
+ padding: 0 8px;
20231
20110
  }
20232
- .v-dialog > .v-overlay__content > .v-card,
20233
- .v-dialog > .v-overlay__content > .v-sheet,
20234
- .v-dialog > .v-overlay__content > form > .v-card,
20235
- .v-dialog > .v-overlay__content > form > .v-sheet {
20236
- --v-scrollbar-offset: 0px;
20237
- border-radius: 4px;
20238
- overflow-y: auto;
20239
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
20111
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
20112
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
20113
+ align-items: center;
20240
20114
  }
20241
- .v-dialog > .v-overlay__content > .v-card,
20242
- .v-dialog > .v-overlay__content > form > .v-card {
20243
- display: flex;
20244
- flex-direction: column;
20115
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20116
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20117
+ position: sticky;
20245
20118
  }
20246
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20247
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20248
- padding: 14px 24px 0;
20119
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20120
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20121
+ cursor: pointer;
20122
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20249
20123
  }
20250
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20251
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20252
- padding-top: 10px;
20124
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20125
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20126
+ opacity: 0;
20127
+ }
20128
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20129
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20130
+ opacity: 0.5;
20131
+ }
20132
+
20133
+ .v-data-table-column--fixed {
20134
+ background: rgb(var(--v-theme-surface));
20135
+ position: sticky !important;
20136
+ left: 0;
20137
+ z-index: 1;
20138
+ }
20139
+
20140
+ .v-data-table-column--last-fixed {
20141
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20142
+ }
20143
+
20144
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20145
+ z-index: 2;
20146
+ }
20147
+
20148
+ .v-data-table-group-header-row td {
20149
+ background: rgba(var(--v-theme-surface));
20150
+ color: rgba(var(--v-theme-on-surface));
20151
+ }
20152
+ .v-data-table-group-header-row td > span {
20153
+ padding-left: 5px;
20154
+ }
20155
+
20156
+ .v-data-table--loading .v-data-table__td {
20157
+ opacity: 0.3;
20158
+ }
20159
+
20160
+ .v-data-table-group-header-row__column {
20161
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20162
+ }
20163
+
20164
+ .v-data-table-header__content {
20165
+ display: flex;
20166
+ align-items: center;
20253
20167
  }
20254
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20255
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20256
- font-size: inherit;
20257
- letter-spacing: 0.03125em;
20258
- line-height: inherit;
20259
- padding: 16px 24px 10px;
20168
+
20169
+ .v-data-table-header__sort-badge {
20170
+ display: inline-flex;
20171
+ justify-content: center;
20172
+ align-items: center;
20173
+ font-size: 0.875rem;
20174
+ padding: 4px;
20175
+ border-radius: 50%;
20176
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
20177
+ min-width: 20px;
20178
+ min-height: 20px;
20179
+ width: 20px;
20180
+ height: 20px;
20260
20181
  }
20261
20182
 
20262
- .v-dialog--fullscreen {
20263
- --v-scrollbar-offset: 0px;
20183
+ .v-data-table-progress > th {
20184
+ border: none !important;
20185
+ height: auto !important;
20186
+ padding: 0 !important;
20264
20187
  }
20265
- .v-dialog--fullscreen > .v-overlay__content {
20266
- border-radius: 0;
20267
- margin: 0;
20268
- padding: 0;
20269
- width: 100%;
20270
- height: 100%;
20271
- max-width: 100%;
20272
- max-height: 100%;
20273
- overflow-y: auto;
20274
- top: 0;
20275
- left: 0;
20188
+
20189
+ .v-data-table-rows-loading,
20190
+ .v-data-table-rows-no-data {
20191
+ text-align: center;
20192
+ }.v-data-table-footer {
20193
+ display: flex;
20194
+ align-items: center;
20195
+ flex-wrap: wrap;
20196
+ padding: 0 8px;
20197
+ justify-content: flex-end;
20276
20198
  }
20277
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
20278
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20279
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20280
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20281
- min-height: 100%;
20282
- min-width: 100%;
20283
- border-radius: 0;
20199
+
20200
+ .v-data-table-footer__items-per-page {
20201
+ padding-inline-end: 24px;
20202
+ display: flex;
20203
+ align-items: center;
20204
+ justify-content: space-between;
20205
+ }
20206
+ .v-data-table-footer__items-per-page > span {
20207
+ padding-inline-end: 24px;
20284
20208
  }
20285
20209
 
20286
- .v-dialog--scrollable > .v-overlay__content,
20287
- .v-dialog--scrollable > .v-overlay__content > form {
20210
+ .v-data-table-footer__info {
20288
20211
  display: flex;
20289
- overflow: hidden;
20212
+ padding-inline-end: 24px;
20290
20213
  }
20291
- .v-dialog--scrollable > .v-overlay__content > .v-card,
20292
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20214
+
20215
+ .v-data-table-footer__pagination {
20293
20216
  display: flex;
20294
- flex: 1 1 100%;
20295
- flex-direction: column;
20296
- max-height: 100%;
20297
- max-width: 100%;
20217
+ align-items: center;
20298
20218
  }
20299
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20300
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20301
- -webkit-backface-visibility: hidden;
20302
- backface-visibility: hidden;
20303
- overflow-y: auto;
20219
+
20220
+ .v-data-table-footer__page {
20221
+ padding: 0 8px;
20304
20222
  }.v-divider {
20305
20223
  display: block;
20306
20224
  flex: 1 1 100%;
@@ -20529,6 +20447,108 @@ html.overflow-y-hidden {
20529
20447
  }
20530
20448
  .v-expansion-panels--variant-inset > .v-expansion-panel--active {
20531
20449
  max-width: calc(100% - 32px);
20450
+ }.v-dialog {
20451
+ align-items: center;
20452
+ justify-content: center;
20453
+ margin: auto;
20454
+ }
20455
+ .v-dialog > .v-overlay__content {
20456
+ max-height: calc(100% - 48px);
20457
+ width: calc(100% - 48px);
20458
+ max-width: calc(100% - 48px);
20459
+ margin: 24px;
20460
+ display: flex;
20461
+ flex-direction: column;
20462
+ }
20463
+ .v-dialog > .v-overlay__content > .v-card,
20464
+ .v-dialog > .v-overlay__content > .v-sheet,
20465
+ .v-dialog > .v-overlay__content > form > .v-card,
20466
+ .v-dialog > .v-overlay__content > form > .v-sheet {
20467
+ --v-scrollbar-offset: 0px;
20468
+ border-radius: 4px;
20469
+ overflow-y: auto;
20470
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
20471
+ }
20472
+ .v-dialog > .v-overlay__content > .v-card,
20473
+ .v-dialog > .v-overlay__content > form > .v-card {
20474
+ display: flex;
20475
+ flex-direction: column;
20476
+ }
20477
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20478
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20479
+ padding: 14px 24px 0;
20480
+ }
20481
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20482
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20483
+ padding-top: 10px;
20484
+ }
20485
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20486
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20487
+ font-size: inherit;
20488
+ letter-spacing: 0.03125em;
20489
+ line-height: inherit;
20490
+ padding: 16px 24px 10px;
20491
+ }
20492
+
20493
+ .v-dialog--fullscreen {
20494
+ --v-scrollbar-offset: 0px;
20495
+ }
20496
+ .v-dialog--fullscreen > .v-overlay__content {
20497
+ border-radius: 0;
20498
+ margin: 0;
20499
+ padding: 0;
20500
+ width: 100%;
20501
+ height: 100%;
20502
+ max-width: 100%;
20503
+ max-height: 100%;
20504
+ overflow-y: auto;
20505
+ top: 0;
20506
+ left: 0;
20507
+ }
20508
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
20509
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20510
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20511
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20512
+ min-height: 100%;
20513
+ min-width: 100%;
20514
+ border-radius: 0;
20515
+ }
20516
+
20517
+ .v-dialog--scrollable > .v-overlay__content,
20518
+ .v-dialog--scrollable > .v-overlay__content > form {
20519
+ display: flex;
20520
+ overflow: hidden;
20521
+ }
20522
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
20523
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20524
+ display: flex;
20525
+ flex: 1 1 100%;
20526
+ flex-direction: column;
20527
+ max-height: 100%;
20528
+ max-width: 100%;
20529
+ }
20530
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20531
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20532
+ -webkit-backface-visibility: hidden;
20533
+ backface-visibility: hidden;
20534
+ overflow-y: auto;
20535
+ }.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20536
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20537
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20538
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20539
+ top: 0px;
20540
+ }
20541
+ .v-file-input input[type=file] {
20542
+ height: 100%;
20543
+ left: 0;
20544
+ opacity: 0;
20545
+ position: absolute;
20546
+ top: 0;
20547
+ width: 100%;
20548
+ z-index: 1;
20549
+ }
20550
+ .v-file-input .v-input__details {
20551
+ padding-inline: 16px;
20532
20552
  }/* region INPUT */
20533
20553
  .v-field {
20534
20554
  display: grid;
@@ -21071,24 +21091,7 @@ textarea.v-field__input::placeholder {
21071
21091
  opacity: 0;
21072
21092
  }
21073
21093
 
21074
- /* endregion */.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21075
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21076
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21077
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21078
- top: 0px;
21079
- }
21080
- .v-file-input input[type=file] {
21081
- height: 100%;
21082
- left: 0;
21083
- opacity: 0;
21084
- position: absolute;
21085
- top: 0;
21086
- width: 100%;
21087
- z-index: 1;
21088
- }
21089
- .v-file-input .v-input__details {
21090
- padding-inline: 16px;
21091
- }.v-footer {
21094
+ /* endregion */.v-footer {
21092
21095
  align-items: center;
21093
21096
  display: flex;
21094
21097
  flex: 1 1 auto;
@@ -21111,11 +21114,69 @@ textarea.v-field__input::placeholder {
21111
21114
  .v-footer--absolute {
21112
21115
  position: absolute;
21113
21116
  }
21114
- .v-footer--fixed {
21115
- position: fixed;
21117
+ .v-footer--fixed {
21118
+ position: fixed;
21119
+ }
21120
+ .v-footer--rounded {
21121
+ border-radius: 4px;
21122
+ }.v-infinite-scroll--horizontal {
21123
+ display: flex;
21124
+ flex-direction: row;
21125
+ overflow-x: auto;
21126
+ }
21127
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21128
+ height: 100%;
21129
+ width: 1px;
21130
+ }
21131
+
21132
+ .v-infinite-scroll--vertical {
21133
+ display: flex;
21134
+ flex-direction: column;
21135
+ overflow-y: auto;
21136
+ }
21137
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21138
+ height: 1px;
21139
+ width: 100%;
21140
+ }
21141
+
21142
+ .v-infinite-scroll__side {
21143
+ align-items: center;
21144
+ display: flex;
21145
+ justify-content: center;
21146
+ padding: 8px;
21147
+ }.v-img {
21148
+ --v-theme-overlay-multiplier: 3;
21149
+ z-index: 0;
21150
+ }
21151
+ .v-img--booting .v-responsive__sizer {
21152
+ transition: none;
21153
+ }
21154
+
21155
+ .v-img__img,
21156
+ .v-img__picture,
21157
+ .v-img__gradient,
21158
+ .v-img__placeholder,
21159
+ .v-img__error {
21160
+ z-index: -1;
21161
+ position: absolute;
21162
+ top: 0;
21163
+ left: 0;
21164
+ width: 100%;
21165
+ height: 100%;
21166
+ }
21167
+
21168
+ .v-img__img--preload {
21169
+ filter: blur(4px);
21170
+ }
21171
+ .v-img__img--contain {
21172
+ object-fit: contain;
21173
+ }
21174
+ .v-img__img--cover {
21175
+ object-fit: cover;
21116
21176
  }
21117
- .v-footer--rounded {
21118
- border-radius: 4px;
21177
+
21178
+ .v-img__gradient {
21179
+ background-repeat: no-repeat;
21119
21180
  }.v-icon {
21120
21181
  --v-icon-size-multiplier: 1;
21121
21182
  align-items: center;
@@ -21165,64 +21226,6 @@ textarea.v-field__input::placeholder {
21165
21226
 
21166
21227
  .v-icon--end {
21167
21228
  margin-inline-start: 8px;
21168
- }.v-img {
21169
- --v-theme-overlay-multiplier: 3;
21170
- z-index: 0;
21171
- }
21172
- .v-img--booting .v-responsive__sizer {
21173
- transition: none;
21174
- }
21175
-
21176
- .v-img__img,
21177
- .v-img__picture,
21178
- .v-img__gradient,
21179
- .v-img__placeholder,
21180
- .v-img__error {
21181
- z-index: -1;
21182
- position: absolute;
21183
- top: 0;
21184
- left: 0;
21185
- width: 100%;
21186
- height: 100%;
21187
- }
21188
-
21189
- .v-img__img--preload {
21190
- filter: blur(4px);
21191
- }
21192
- .v-img__img--contain {
21193
- object-fit: contain;
21194
- }
21195
- .v-img__img--cover {
21196
- object-fit: cover;
21197
- }
21198
-
21199
- .v-img__gradient {
21200
- background-repeat: no-repeat;
21201
- }.v-infinite-scroll--horizontal {
21202
- display: flex;
21203
- flex-direction: row;
21204
- overflow-x: auto;
21205
- }
21206
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21207
- height: 100%;
21208
- width: 1px;
21209
- }
21210
-
21211
- .v-infinite-scroll--vertical {
21212
- display: flex;
21213
- flex-direction: column;
21214
- overflow-y: auto;
21215
- }
21216
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21217
- height: 1px;
21218
- width: 100%;
21219
- }
21220
-
21221
- .v-infinite-scroll__side {
21222
- align-items: center;
21223
- display: flex;
21224
- justify-content: center;
21225
- padding: 8px;
21226
21229
  }.v-input {
21227
21230
  display: grid;
21228
21231
  flex: 1 1 auto;
@@ -21388,21 +21391,8 @@ textarea.v-field__input::placeholder {
21388
21391
 
21389
21392
  .v-label--clickable {
21390
21393
  cursor: pointer;
21391
- }.v-layout {
21392
- --v-scrollbar-offset: 0px;
21393
- display: flex;
21394
- flex: 1 1 auto;
21395
- }
21396
- .v-layout--full-height {
21397
- --v-scrollbar-offset: inherit;
21398
- height: 100%;
21399
- }.v-layout-item {
21400
- position: absolute;
21401
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21402
- }
21403
-
21404
- .v-layout-item--absolute {
21405
- position: absolute;
21394
+ }.v-locale-provider {
21395
+ display: contents;
21406
21396
  }.v-list {
21407
21397
  overflow: auto;
21408
21398
  padding: 8px 0;
@@ -21937,8 +21927,21 @@ textarea.v-field__input::placeholder {
21937
21927
  }
21938
21928
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
21939
21929
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21940
- }.v-locale-provider {
21941
- display: contents;
21930
+ }.v-layout {
21931
+ --v-scrollbar-offset: 0px;
21932
+ display: flex;
21933
+ flex: 1 1 auto;
21934
+ }
21935
+ .v-layout--full-height {
21936
+ --v-scrollbar-offset: inherit;
21937
+ height: 100%;
21938
+ }.v-layout-item {
21939
+ position: absolute;
21940
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21941
+ }
21942
+
21943
+ .v-layout-item--absolute {
21944
+ position: absolute;
21942
21945
  }.v-main {
21943
21946
  flex: 1 0 auto;
21944
21947
  max-width: 100%;
@@ -21967,19 +21970,6 @@ textarea.v-field__input::placeholder {
21967
21970
  --v-layout-right: 0px;
21968
21971
  --v-layout-top: 0px;
21969
21972
  --v-layout-bottom: 0px;
21970
- }.v-menu > .v-overlay__content {
21971
- display: flex;
21972
- flex-direction: column;
21973
- border-radius: 4px;
21974
- }
21975
- .v-menu > .v-overlay__content > .v-card,
21976
- .v-menu > .v-overlay__content > .v-sheet,
21977
- .v-menu > .v-overlay__content > .v-list {
21978
- background: rgb(var(--v-theme-surface));
21979
- border-radius: inherit;
21980
- overflow: auto;
21981
- height: 100%;
21982
- box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21983
21973
  }.v-messages {
21984
21974
  flex: 1 1 auto;
21985
21975
  font-size: 12px;
@@ -21996,6 +21986,19 @@ textarea.v-field__input::placeholder {
21996
21986
  -webkit-hyphens: auto;
21997
21987
  hyphens: auto;
21998
21988
  transition-duration: 150ms;
21989
+ }.v-menu > .v-overlay__content {
21990
+ display: flex;
21991
+ flex-direction: column;
21992
+ border-radius: 4px;
21993
+ }
21994
+ .v-menu > .v-overlay__content > .v-card,
21995
+ .v-menu > .v-overlay__content > .v-sheet,
21996
+ .v-menu > .v-overlay__content > .v-list {
21997
+ background: rgb(var(--v-theme-surface));
21998
+ border-radius: inherit;
21999
+ overflow: auto;
22000
+ height: 100%;
22001
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21999
22002
  }.v-navigation-drawer {
22000
22003
  -webkit-overflow-scrolling: touch;
22001
22004
  background: rgb(var(--v-theme-surface));
@@ -22094,59 +22097,6 @@ textarea.v-field__input::placeholder {
22094
22097
  .v-navigation-drawer__append {
22095
22098
  flex: none;
22096
22099
  overflow: hidden;
22097
- }.v-otp-input {
22098
- border-radius: 4px;
22099
- align-items: center;
22100
- display: flex;
22101
- justify-content: center;
22102
- padding: 0.5rem 0;
22103
- position: relative;
22104
- }
22105
- .v-otp-input .v-field {
22106
- height: 100%;
22107
- }
22108
-
22109
- .v-otp-input__divider {
22110
- margin: 0 8px;
22111
- }
22112
-
22113
- .v-otp-input__content {
22114
- align-items: center;
22115
- display: flex;
22116
- gap: 0.5rem;
22117
- height: 64px;
22118
- padding: 0.5rem;
22119
- justify-content: center;
22120
- max-width: 320px;
22121
- position: relative;
22122
- border-radius: inherit;
22123
- }
22124
- .v-otp-input--divided .v-otp-input__content {
22125
- max-width: 360px;
22126
- }
22127
-
22128
- .v-otp-input__field {
22129
- color: inherit;
22130
- font-size: 1.25rem;
22131
- height: 100%;
22132
- outline: none;
22133
- text-align: center;
22134
- width: 100%;
22135
- }
22136
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22137
- -webkit-appearance: none;
22138
- margin: 0;
22139
- }
22140
- .v-otp-input__field[type=number] {
22141
- -moz-appearance: textfield;
22142
- }
22143
-
22144
- .v-otp-input__loader {
22145
- align-items: center;
22146
- display: flex;
22147
- height: 100%;
22148
- justify-content: center;
22149
- width: 100%;
22150
22100
  }.v-overlay-container {
22151
22101
  contain: layout;
22152
22102
  left: 0;
@@ -22536,18 +22486,6 @@ html.v-overlay-scroll-blocked {
22536
22486
  0% {
22537
22487
  background-position-x: var(--v-progress-linear-height);
22538
22488
  }
22539
- }.v-radio-group > .v-input__control {
22540
- flex-direction: column;
22541
- }
22542
- .v-radio-group > .v-input__control > .v-label {
22543
- margin-inline-start: 16px;
22544
- }
22545
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22546
- padding-inline-start: 6px;
22547
- margin-top: 8px;
22548
- }
22549
- .v-radio-group .v-input__details {
22550
- padding-inline: 16px;
22551
22489
  }.v-slider .v-slider__container input {
22552
22490
  cursor: default;
22553
22491
  padding: 0;
@@ -22605,6 +22543,18 @@ html.v-overlay-scroll-blocked {
22605
22543
 
22606
22544
  .v-slider__label {
22607
22545
  margin-inline-end: 12px;
22546
+ }.v-radio-group > .v-input__control {
22547
+ flex-direction: column;
22548
+ }
22549
+ .v-radio-group > .v-input__control > .v-label {
22550
+ margin-inline-start: 16px;
22551
+ }
22552
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22553
+ padding-inline-start: 6px;
22554
+ margin-top: 8px;
22555
+ }
22556
+ .v-radio-group .v-input__details {
22557
+ padding-inline: 16px;
22608
22558
  }.v-rating {
22609
22559
  max-width: 100%;
22610
22560
  display: inline-flex;
@@ -22733,6 +22683,14 @@ html.v-overlay-scroll-blocked {
22733
22683
  .v-select--active-menu .v-select__menu-icon {
22734
22684
  opacity: var(--v-high-emphasis-opacity);
22735
22685
  transform: rotate(180deg);
22686
+ }.v-selection-control-group {
22687
+ grid-area: control;
22688
+ display: flex;
22689
+ flex-direction: column;
22690
+ }
22691
+ .v-selection-control-group--inline {
22692
+ flex-direction: row;
22693
+ flex-wrap: wrap;
22736
22694
  }.v-selection-control {
22737
22695
  align-items: center;
22738
22696
  contain: layout;
@@ -22813,63 +22771,27 @@ html.v-overlay-scroll-blocked {
22813
22771
  position: absolute;
22814
22772
  top: 0;
22815
22773
  left: 0;
22816
- width: 100%;
22817
- height: 100%;
22818
- border-radius: 100%;
22819
- background-color: currentColor;
22820
- opacity: 0;
22821
- pointer-events: none;
22822
- }
22823
- .v-selection-control__input:hover::before {
22824
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22825
- }
22826
- .v-selection-control__input > .v-icon {
22827
- opacity: var(--v-medium-emphasis-opacity);
22828
- }
22829
- .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
22830
- opacity: 1;
22831
- }
22832
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
22833
- color: rgb(var(--v-theme-error));
22834
- }
22835
- .v-selection-control--focus-visible .v-selection-control__input::before {
22836
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22837
- }.v-selection-control-group {
22838
- grid-area: control;
22839
- display: flex;
22840
- flex-direction: column;
22841
- }
22842
- .v-selection-control-group--inline {
22843
- flex-direction: row;
22844
- flex-wrap: wrap;
22845
- }.v-sheet {
22846
- display: block;
22847
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22848
- border-style: solid;
22849
- border-width: 0;
22850
- 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));
22851
- border-radius: 0;
22852
- background: rgb(var(--v-theme-surface));
22853
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
22854
- }
22855
- .v-sheet--border {
22856
- border-width: thin;
22857
- box-shadow: none;
22774
+ width: 100%;
22775
+ height: 100%;
22776
+ border-radius: 100%;
22777
+ background-color: currentColor;
22778
+ opacity: 0;
22779
+ pointer-events: none;
22858
22780
  }
22859
- .v-sheet--absolute {
22860
- position: absolute;
22781
+ .v-selection-control__input:hover::before {
22782
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22861
22783
  }
22862
- .v-sheet--fixed {
22863
- position: fixed;
22784
+ .v-selection-control__input > .v-icon {
22785
+ opacity: var(--v-medium-emphasis-opacity);
22864
22786
  }
22865
- .v-sheet--relative {
22866
- position: relative;
22787
+ .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
22788
+ opacity: 1;
22867
22789
  }
22868
- .v-sheet--sticky {
22869
- position: sticky;
22790
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
22791
+ color: rgb(var(--v-theme-error));
22870
22792
  }
22871
- .v-sheet--rounded {
22872
- border-radius: 4px;
22793
+ .v-selection-control--focus-visible .v-selection-control__input::before {
22794
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22873
22795
  }.v-skeleton-loader {
22874
22796
  align-items: center;
22875
22797
  background: rgb(var(--v-theme-surface));
@@ -23093,6 +23015,34 @@ html.v-overlay-scroll-blocked {
23093
23015
  100% {
23094
23016
  transform: translateX(100%);
23095
23017
  }
23018
+ }.v-sheet {
23019
+ display: block;
23020
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23021
+ border-style: solid;
23022
+ border-width: 0;
23023
+ 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));
23024
+ border-radius: 0;
23025
+ background: rgb(var(--v-theme-surface));
23026
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23027
+ }
23028
+ .v-sheet--border {
23029
+ border-width: thin;
23030
+ box-shadow: none;
23031
+ }
23032
+ .v-sheet--absolute {
23033
+ position: absolute;
23034
+ }
23035
+ .v-sheet--fixed {
23036
+ position: fixed;
23037
+ }
23038
+ .v-sheet--relative {
23039
+ position: relative;
23040
+ }
23041
+ .v-sheet--sticky {
23042
+ position: sticky;
23043
+ }
23044
+ .v-sheet--rounded {
23045
+ border-radius: 4px;
23096
23046
  }.v-slide-group {
23097
23047
  display: flex;
23098
23048
  overflow: hidden;
@@ -23135,125 +23085,6 @@ html.v-overlay-scroll-blocked {
23135
23085
  .v-slide-group--vertical .v-slide-group__container,
23136
23086
  .v-slide-group--vertical .v-slide-group__content {
23137
23087
  flex-direction: column;
23138
- }.v-snackbar {
23139
- justify-content: center;
23140
- z-index: 10000;
23141
- margin: 8px;
23142
- margin-inline-end: calc(8px + var(--v-scrollbar-offset));
23143
- }
23144
- .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
23145
- align-items: flex-end;
23146
- }
23147
- .v-snackbar__wrapper {
23148
- align-items: center;
23149
- display: flex;
23150
- max-width: 672px;
23151
- min-height: 48px;
23152
- min-width: 344px;
23153
- overflow: hidden;
23154
- padding: 0;
23155
- border-radius: 4px;
23156
- }
23157
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
23158
- background: transparent;
23159
- color: inherit;
23160
- }
23161
- .v-snackbar--variant-plain {
23162
- opacity: 0.62;
23163
- }
23164
- .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
23165
- opacity: 1;
23166
- }
23167
- .v-snackbar--variant-plain .v-snackbar__overlay {
23168
- display: none;
23169
- }
23170
- .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
23171
- background: rgb(var(--v-theme-surface-variant));
23172
- color: rgb(var(--v-theme-on-surface-variant));
23173
- }
23174
- .v-snackbar--variant-elevated {
23175
- box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
23176
- }
23177
- .v-snackbar--variant-flat {
23178
- 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));
23179
- }
23180
- .v-snackbar--variant-outlined {
23181
- border: thin solid currentColor;
23182
- }
23183
- .v-snackbar--variant-text .v-snackbar__overlay {
23184
- background: currentColor;
23185
- }
23186
- .v-snackbar--variant-tonal .v-snackbar__underlay {
23187
- background: currentColor;
23188
- opacity: var(--v-activated-opacity);
23189
- border-radius: inherit;
23190
- position: absolute;
23191
- top: 0;
23192
- right: 0;
23193
- bottom: 0;
23194
- left: 0;
23195
- pointer-events: none;
23196
- }
23197
-
23198
- .v-snackbar__content {
23199
- flex-grow: 1;
23200
- font-size: 0.875rem;
23201
- font-weight: 400;
23202
- letter-spacing: 0.0178571429em;
23203
- line-height: 1.25rem;
23204
- margin-right: auto;
23205
- padding: 14px 16px;
23206
- text-align: initial;
23207
- }
23208
- .v-snackbar__actions {
23209
- align-items: center;
23210
- align-self: center;
23211
- display: flex;
23212
- margin-inline-end: 8px;
23213
- }
23214
- .v-snackbar__actions > .v-btn {
23215
- padding: 0 8px;
23216
- min-width: auto;
23217
- }
23218
- .v-snackbar__timer {
23219
- width: 100%;
23220
- position: absolute;
23221
- top: 0;
23222
- }
23223
- .v-snackbar__timer .v-progress-linear {
23224
- transition: 0.2s linear;
23225
- }
23226
- .v-snackbar--absolute {
23227
- position: absolute;
23228
- z-index: 1;
23229
- }
23230
- .v-snackbar--multi-line .v-snackbar__wrapper {
23231
- min-height: 68px;
23232
- }
23233
- .v-snackbar--vertical .v-snackbar__wrapper {
23234
- flex-direction: column;
23235
- }
23236
- .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
23237
- align-self: flex-end;
23238
- margin-bottom: 8px;
23239
- }
23240
-
23241
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
23242
- transition-duration: 0.15s;
23243
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23244
- }
23245
- .v-snackbar-transition-enter-active {
23246
- transition-property: opacity, transform;
23247
- }
23248
- .v-snackbar-transition-enter-from {
23249
- opacity: 0;
23250
- transform: scale(0.8);
23251
- }
23252
- .v-snackbar-transition-leave-active {
23253
- transition-property: opacity;
23254
- }
23255
- .v-snackbar-transition-leave-to {
23256
- opacity: 0;
23257
23088
  }.v-stepper.v-sheet {
23258
23089
  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));
23259
23090
  border-radius: 4px;
@@ -23461,43 +23292,125 @@ html.v-overlay-scroll-blocked {
23461
23292
  }
23462
23293
  .v-switch.v-switch--inset .v-selection-control__wrapper {
23463
23294
  width: auto;
23464
- }.v-system-bar {
23295
+ }.v-snackbar {
23296
+ justify-content: center;
23297
+ z-index: 10000;
23298
+ margin: 8px;
23299
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
23300
+ }
23301
+ .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
23302
+ align-items: flex-end;
23303
+ }
23304
+ .v-snackbar__wrapper {
23465
23305
  align-items: center;
23466
23306
  display: flex;
23467
- flex: 1 1 auto;
23468
- height: 24px;
23469
- justify-content: flex-end;
23470
- max-width: 100%;
23471
- padding-inline: 8px;
23472
- position: relative;
23473
- text-align: end;
23307
+ max-width: 672px;
23308
+ min-height: 48px;
23309
+ min-width: 344px;
23310
+ overflow: hidden;
23311
+ padding: 0;
23312
+ border-radius: 4px;
23313
+ }
23314
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
23315
+ background: transparent;
23316
+ color: inherit;
23317
+ }
23318
+ .v-snackbar--variant-plain {
23319
+ opacity: 0.62;
23320
+ }
23321
+ .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
23322
+ opacity: 1;
23323
+ }
23324
+ .v-snackbar--variant-plain .v-snackbar__overlay {
23325
+ display: none;
23326
+ }
23327
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
23328
+ background: rgb(var(--v-theme-surface-variant));
23329
+ color: rgb(var(--v-theme-on-surface-variant));
23330
+ }
23331
+ .v-snackbar--variant-elevated {
23332
+ box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
23333
+ }
23334
+ .v-snackbar--variant-flat {
23335
+ 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));
23336
+ }
23337
+ .v-snackbar--variant-outlined {
23338
+ border: thin solid currentColor;
23339
+ }
23340
+ .v-snackbar--variant-text .v-snackbar__overlay {
23341
+ background: currentColor;
23342
+ }
23343
+ .v-snackbar--variant-tonal .v-snackbar__underlay {
23344
+ background: currentColor;
23345
+ opacity: var(--v-activated-opacity);
23346
+ border-radius: inherit;
23347
+ position: absolute;
23348
+ top: 0;
23349
+ right: 0;
23350
+ bottom: 0;
23351
+ left: 0;
23352
+ pointer-events: none;
23353
+ }
23354
+
23355
+ .v-snackbar__content {
23356
+ flex-grow: 1;
23357
+ font-size: 0.875rem;
23358
+ font-weight: 400;
23359
+ letter-spacing: 0.0178571429em;
23360
+ line-height: 1.25rem;
23361
+ margin-right: auto;
23362
+ padding: 14px 16px;
23363
+ text-align: initial;
23364
+ }
23365
+ .v-snackbar__actions {
23366
+ align-items: center;
23367
+ align-self: center;
23368
+ display: flex;
23369
+ margin-inline-end: 8px;
23370
+ }
23371
+ .v-snackbar__actions > .v-btn {
23372
+ padding: 0 8px;
23373
+ min-width: auto;
23374
+ }
23375
+ .v-snackbar__timer {
23474
23376
  width: 100%;
23475
- 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));
23476
- background: rgba(var(--v-theme-on-surface-variant));
23477
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23478
- font-size: 0.75rem;
23479
- font-weight: 400;
23480
- letter-spacing: 0.0333333333em;
23481
- line-height: 1.25rem;
23482
- text-transform: none;
23377
+ position: absolute;
23378
+ top: 0;
23483
23379
  }
23484
- .v-system-bar .v-icon {
23485
- opacity: var(--v-medium-emphasis-opacity);
23380
+ .v-snackbar__timer .v-progress-linear {
23381
+ transition: 0.2s linear;
23486
23382
  }
23487
- .v-system-bar--absolute {
23383
+ .v-snackbar--absolute {
23488
23384
  position: absolute;
23385
+ z-index: 1;
23489
23386
  }
23490
- .v-system-bar--fixed {
23491
- position: fixed;
23387
+ .v-snackbar--multi-line .v-snackbar__wrapper {
23388
+ min-height: 68px;
23492
23389
  }
23493
- .v-system-bar--rounded {
23494
- border-radius: 0;
23390
+ .v-snackbar--vertical .v-snackbar__wrapper {
23391
+ flex-direction: column;
23495
23392
  }
23496
- .v-system-bar--window {
23497
- height: 32px;
23393
+ .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
23394
+ align-self: flex-end;
23395
+ margin-bottom: 8px;
23498
23396
  }
23499
- .v-system-bar:not(.v-system-bar--absolute) {
23500
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23397
+
23398
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
23399
+ transition-duration: 0.15s;
23400
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23401
+ }
23402
+ .v-snackbar-transition-enter-active {
23403
+ transition-property: opacity, transform;
23404
+ }
23405
+ .v-snackbar-transition-enter-from {
23406
+ opacity: 0;
23407
+ transform: scale(0.8);
23408
+ }
23409
+ .v-snackbar-transition-leave-active {
23410
+ transition-property: opacity;
23411
+ }
23412
+ .v-snackbar-transition-leave-to {
23413
+ opacity: 0;
23501
23414
  }.v-tabs {
23502
23415
  display: flex;
23503
23416
  height: var(--v-tabs-height);
@@ -23593,6 +23506,43 @@ html.v-overlay-scroll-blocked {
23593
23506
  top: 0;
23594
23507
  height: 100%;
23595
23508
  width: 2px;
23509
+ }.v-system-bar {
23510
+ align-items: center;
23511
+ display: flex;
23512
+ flex: 1 1 auto;
23513
+ height: 24px;
23514
+ justify-content: flex-end;
23515
+ max-width: 100%;
23516
+ padding-inline: 8px;
23517
+ position: relative;
23518
+ text-align: end;
23519
+ width: 100%;
23520
+ 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));
23521
+ background: rgba(var(--v-theme-on-surface-variant));
23522
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23523
+ font-size: 0.75rem;
23524
+ font-weight: 400;
23525
+ letter-spacing: 0.0333333333em;
23526
+ line-height: 1.25rem;
23527
+ text-transform: none;
23528
+ }
23529
+ .v-system-bar .v-icon {
23530
+ opacity: var(--v-medium-emphasis-opacity);
23531
+ }
23532
+ .v-system-bar--absolute {
23533
+ position: absolute;
23534
+ }
23535
+ .v-system-bar--fixed {
23536
+ position: fixed;
23537
+ }
23538
+ .v-system-bar--rounded {
23539
+ border-radius: 0;
23540
+ }
23541
+ .v-system-bar--window {
23542
+ height: 32px;
23543
+ }
23544
+ .v-system-bar:not(.v-system-bar--absolute) {
23545
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23596
23546
  }.v-table {
23597
23547
  background: rgb(var(--v-theme-surface));
23598
23548
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -23615,8 +23565,18 @@ html.v-overlay-scroll-blocked {
23615
23565
  .v-table .v-table__wrapper > table > tfoot > tr > th {
23616
23566
  border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
23617
23567
  }
23618
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover td {
23568
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
23569
+ position: relative;
23570
+ }
23571
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
23572
+ content: "";
23573
+ position: absolute;
23574
+ top: 0;
23575
+ left: 0;
23576
+ width: 100%;
23577
+ height: 100%;
23619
23578
  background: rgba(var(--v-border-color), var(--v-hover-opacity));
23579
+ pointer-events: none;
23620
23580
  }
23621
23581
  .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
23622
23582
  background: rgb(var(--v-theme-surface));
@@ -23720,7 +23680,7 @@ html.v-overlay-scroll-blocked {
23720
23680
  .v-table--fixed-header > .v-table__wrapper > table > thead {
23721
23681
  position: sticky;
23722
23682
  top: 0;
23723
- z-index: 1;
23683
+ z-index: 2;
23724
23684
  }
23725
23685
  .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
23726
23686
  border-bottom: 0px !important;
@@ -23836,10 +23796,7 @@ html.v-overlay-scroll-blocked {
23836
23796
  padding-inline-end: var(--v-field-padding-end);
23837
23797
  }
23838
23798
 
23839
- /* endregion */.v-theme-provider {
23840
- background: rgb(var(--v-theme-background));
23841
- color: rgb(var(--v-theme-on-background));
23842
- }.v-timeline .v-timeline-divider__dot {
23799
+ /* endregion */.v-timeline .v-timeline-divider__dot {
23843
23800
  background: rgb(var(--v-theme-on-surface-variant));
23844
23801
  }
23845
23802
  .v-timeline .v-timeline-divider__inner-dot {
@@ -24255,6 +24212,27 @@ html.v-overlay-scroll-blocked {
24255
24212
 
24256
24213
  .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 {
24257
24214
  padding-inline-end: 0;
24215
+ }.v-tooltip > .v-overlay__content {
24216
+ background: rgb(var(--v-theme-surface-variant));
24217
+ color: rgb(var(--v-theme-on-surface-variant));
24218
+ border-radius: 4px;
24219
+ font-size: 0.875rem;
24220
+ line-height: 1.6;
24221
+ display: inline-block;
24222
+ padding: 5px 16px;
24223
+ text-transform: initial;
24224
+ width: auto;
24225
+ opacity: 1;
24226
+ pointer-events: none;
24227
+ transition-property: opacity, transform;
24228
+ }
24229
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
24230
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24231
+ transition-duration: 150ms;
24232
+ }
24233
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
24234
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24235
+ transition-duration: 75ms;
24258
24236
  }.v-toolbar {
24259
24237
  align-items: flex-start;
24260
24238
  display: flex;
@@ -24382,27 +24360,6 @@ html.v-overlay-scroll-blocked {
24382
24360
  }
24383
24361
  .v-toolbar-items > .v-btn {
24384
24362
  border-radius: 0;
24385
- }.v-tooltip > .v-overlay__content {
24386
- background: rgb(var(--v-theme-surface-variant));
24387
- color: rgb(var(--v-theme-on-surface-variant));
24388
- border-radius: 4px;
24389
- font-size: 0.875rem;
24390
- line-height: 1.6;
24391
- display: inline-block;
24392
- padding: 5px 16px;
24393
- text-transform: initial;
24394
- width: auto;
24395
- opacity: 1;
24396
- pointer-events: none;
24397
- transition-property: opacity, transform;
24398
- }
24399
- .v-tooltip > .v-overlay__content[class*=enter-active] {
24400
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24401
- transition-duration: 150ms;
24402
- }
24403
- .v-tooltip > .v-overlay__content[class*=leave-active] {
24404
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24405
- transition-duration: 75ms;
24406
24363
  }.v-window {
24407
24364
  overflow: hidden;
24408
24365
  }
@@ -24481,6 +24438,62 @@ html.v-overlay-scroll-blocked {
24481
24438
  }
24482
24439
  .v-virtual-scroll__container {
24483
24440
  display: block;
24441
+ }.v-theme-provider {
24442
+ background: rgb(var(--v-theme-background));
24443
+ color: rgb(var(--v-theme-on-background));
24444
+ }.v-otp-input {
24445
+ border-radius: 4px;
24446
+ align-items: center;
24447
+ display: flex;
24448
+ justify-content: center;
24449
+ padding: 0.5rem 0;
24450
+ position: relative;
24451
+ }
24452
+ .v-otp-input .v-field {
24453
+ height: 100%;
24454
+ }
24455
+
24456
+ .v-otp-input__divider {
24457
+ margin: 0 8px;
24458
+ }
24459
+
24460
+ .v-otp-input__content {
24461
+ align-items: center;
24462
+ display: flex;
24463
+ gap: 0.5rem;
24464
+ height: 64px;
24465
+ padding: 0.5rem;
24466
+ justify-content: center;
24467
+ max-width: 320px;
24468
+ position: relative;
24469
+ border-radius: inherit;
24470
+ }
24471
+ .v-otp-input--divided .v-otp-input__content {
24472
+ max-width: 360px;
24473
+ }
24474
+
24475
+ .v-otp-input__field {
24476
+ color: inherit;
24477
+ font-size: 1.25rem;
24478
+ height: 100%;
24479
+ outline: none;
24480
+ text-align: center;
24481
+ width: 100%;
24482
+ }
24483
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
24484
+ -webkit-appearance: none;
24485
+ margin: 0;
24486
+ }
24487
+ .v-otp-input__field[type=number] {
24488
+ -moz-appearance: textfield;
24489
+ }
24490
+
24491
+ .v-otp-input__loader {
24492
+ align-items: center;
24493
+ display: flex;
24494
+ height: 100%;
24495
+ justify-content: center;
24496
+ width: 100%;
24484
24497
  }.v-color-picker-canvas {
24485
24498
  display: flex;
24486
24499
  position: relative;
@@ -24503,34 +24516,6 @@ html.v-overlay-scroll-blocked {
24503
24516
  }
24504
24517
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
24505
24518
  will-change: transform;
24506
- }.v-color-picker-edit {
24507
- display: flex;
24508
- margin-top: 24px;
24509
- }
24510
-
24511
- .v-color-picker-edit__input {
24512
- width: 100%;
24513
- display: flex;
24514
- flex-wrap: wrap;
24515
- justify-content: center;
24516
- text-align: center;
24517
- }
24518
- .v-color-picker-edit__input:not(:last-child) {
24519
- margin-inline-end: 8px;
24520
- }
24521
- .v-color-picker-edit__input input {
24522
- border-radius: 4px;
24523
- margin-bottom: 8px;
24524
- min-width: 0;
24525
- outline: none;
24526
- text-align: center;
24527
- width: 100%;
24528
- height: 32px;
24529
- background: rgba(var(--v-theme-surface-variant), 0.2);
24530
- color: rgba(var(--v-theme-on-surface));
24531
- }
24532
- .v-color-picker-edit__input span {
24533
- font-size: 0.75rem;
24534
24519
  }.v-color-picker-preview__alpha .v-slider-track__background {
24535
24520
  background-color: transparent !important;
24536
24521
  }
@@ -24600,6 +24585,34 @@ html.v-overlay-scroll-blocked {
24600
24585
  .v-color-picker-preview__eye-dropper {
24601
24586
  position: relative;
24602
24587
  margin-right: 12px;
24588
+ }.v-color-picker-edit {
24589
+ display: flex;
24590
+ margin-top: 24px;
24591
+ }
24592
+
24593
+ .v-color-picker-edit__input {
24594
+ width: 100%;
24595
+ display: flex;
24596
+ flex-wrap: wrap;
24597
+ justify-content: center;
24598
+ text-align: center;
24599
+ }
24600
+ .v-color-picker-edit__input:not(:last-child) {
24601
+ margin-inline-end: 8px;
24602
+ }
24603
+ .v-color-picker-edit__input input {
24604
+ border-radius: 4px;
24605
+ margin-bottom: 8px;
24606
+ min-width: 0;
24607
+ outline: none;
24608
+ text-align: center;
24609
+ width: 100%;
24610
+ height: 32px;
24611
+ background: rgba(var(--v-theme-surface-variant), 0.2);
24612
+ color: rgba(var(--v-theme-on-surface));
24613
+ }
24614
+ .v-color-picker-edit__input span {
24615
+ font-size: 0.75rem;
24603
24616
  }.v-color-picker-swatches {
24604
24617
  overflow-y: auto;
24605
24618
  }