vuetify 3.7.0 → 3.7.2

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 (191) hide show
  1. package/dist/json/attributes.json +172 -172
  2. package/dist/json/importMap-labs.json +8 -8
  3. package/dist/json/importMap.json +160 -160
  4. package/dist/json/web-types.json +230 -219
  5. package/dist/vuetify-labs.css +1941 -1926
  6. package/dist/vuetify-labs.d.ts +4266 -2397
  7. package/dist/vuetify-labs.esm.js +107 -111
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +107 -111
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1521 -1506
  12. package/dist/vuetify.d.ts +1282 -901
  13. package/dist/vuetify.esm.js +79 -54
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +79 -54
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +1087 -1086
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +4 -1
  21. package/lib/blueprints/md1.d.mts +4 -1
  22. package/lib/blueprints/md2.d.mts +4 -1
  23. package/lib/blueprints/md3.d.mts +4 -1
  24. package/lib/components/VAlert/index.d.mts +14 -11
  25. package/lib/components/VAppBar/index.d.mts +22 -19
  26. package/lib/components/VAutocomplete/index.d.mts +158 -110
  27. package/lib/components/VAvatar/VAvatar.css +1 -1
  28. package/lib/components/VAvatar/_variables.scss +1 -1
  29. package/lib/components/VAvatar/index.d.mts +8 -5
  30. package/lib/components/VBadge/index.d.mts +8 -5
  31. package/lib/components/VBanner/index.d.mts +18 -15
  32. package/lib/components/VBottomNavigation/index.d.mts +4 -4
  33. package/lib/components/VBottomSheet/index.d.mts +11 -11
  34. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
  35. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  36. package/lib/components/VBreadcrumbs/index.d.mts +8 -5
  37. package/lib/components/VBtn/VBtn.mjs +3 -4
  38. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  39. package/lib/components/VBtn/index.d.mts +18 -15
  40. package/lib/components/VBtnGroup/index.d.mts +4 -4
  41. package/lib/components/VBtnToggle/index.d.mts +4 -4
  42. package/lib/components/VCard/VCard.mjs +3 -4
  43. package/lib/components/VCard/VCard.mjs.map +1 -1
  44. package/lib/components/VCard/index.d.mts +18 -15
  45. package/lib/components/VCarousel/index.d.mts +17 -14
  46. package/lib/components/VCheckbox/index.d.mts +8 -5
  47. package/lib/components/VChip/VChip.mjs +2 -3
  48. package/lib/components/VChip/VChip.mjs.map +1 -1
  49. package/lib/components/VChip/index.d.mts +12 -9
  50. package/lib/components/VChipGroup/index.d.mts +8 -5
  51. package/lib/components/VColorPicker/index.d.mts +22 -22
  52. package/lib/components/VCombobox/index.d.mts +158 -110
  53. package/lib/components/VDataTable/index.d.mts +18 -15
  54. package/lib/components/VDatePicker/index.d.mts +16 -13
  55. package/lib/components/VDialog/VDialog.css +4 -1
  56. package/lib/components/VDialog/VDialog.mjs +3 -2
  57. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  58. package/lib/components/VDialog/VDialog.sass +2 -1
  59. package/lib/components/VDialog/index.d.mts +89 -50
  60. package/lib/components/VEmptyState/index.d.mts +12 -9
  61. package/lib/components/VExpansionPanel/index.d.mts +8 -5
  62. package/lib/components/VFab/index.d.mts +22 -19
  63. package/lib/components/VField/index.d.mts +4 -1
  64. package/lib/components/VFileInput/index.d.mts +34 -7
  65. package/lib/components/VFooter/index.d.mts +4 -4
  66. package/lib/components/VForm/index.d.mts +96 -3
  67. package/lib/components/VIcon/index.d.mts +8 -5
  68. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
  69. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
  70. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  71. package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
  72. package/lib/components/VInput/index.d.mts +6 -3
  73. package/lib/components/VItemGroup/index.d.mts +4 -4
  74. package/lib/components/VLabel/index.d.mts +4 -4
  75. package/lib/components/VList/VList.mjs +4 -2
  76. package/lib/components/VList/VList.mjs.map +1 -1
  77. package/lib/components/VList/VListItem.mjs +8 -6
  78. package/lib/components/VList/VListItem.mjs.map +1 -1
  79. package/lib/components/VList/index.d.mts +84 -24
  80. package/lib/components/VMenu/index.d.mts +92 -50
  81. package/lib/components/VMessages/index.d.mts +8 -8
  82. package/lib/components/VNavigationDrawer/index.d.mts +18 -18
  83. package/lib/components/VOtpInput/index.d.mts +4 -4
  84. package/lib/components/VOverlay/index.d.mts +11 -11
  85. package/lib/components/VPagination/index.d.mts +8 -5
  86. package/lib/components/VProgressCircular/index.d.mts +4 -4
  87. package/lib/components/VRadio/index.d.mts +4 -1
  88. package/lib/components/VRadioGroup/index.d.mts +6 -3
  89. package/lib/components/VRangeSlider/index.d.mts +12 -9
  90. package/lib/components/VRating/index.d.mts +4 -1
  91. package/lib/components/VSelect/index.d.mts +158 -110
  92. package/lib/components/VSelectionControl/index.d.mts +4 -1
  93. package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
  94. package/lib/components/VSheet/index.d.mts +10 -10
  95. package/lib/components/VSkeletonLoader/index.d.mts +4 -4
  96. package/lib/components/VSlideGroup/index.d.mts +4 -1
  97. package/lib/components/VSlider/index.d.mts +12 -9
  98. package/lib/components/VSnackbar/index.d.mts +95 -62
  99. package/lib/components/VSpeedDial/index.d.mts +11 -11
  100. package/lib/components/VStepper/index.d.mts +12 -12
  101. package/lib/components/VSwitch/index.d.mts +6 -3
  102. package/lib/components/VSystemBar/index.d.mts +4 -4
  103. package/lib/components/VTabs/index.d.mts +69 -54
  104. package/lib/components/VTextField/index.d.mts +47 -14
  105. package/lib/components/VTextarea/index.d.mts +38 -11
  106. package/lib/components/VTimeline/index.d.mts +8 -5
  107. package/lib/components/VToolbar/index.d.mts +4 -4
  108. package/lib/components/VTooltip/index.d.mts +78 -45
  109. package/lib/components/VWindow/index.d.mts +10 -7
  110. package/lib/components/index.d.mts +1204 -814
  111. package/lib/components/index.mjs +1 -1
  112. package/lib/components/index.mjs.map +1 -1
  113. package/lib/composables/directiveComponent.mjs +1 -1
  114. package/lib/composables/directiveComponent.mjs.map +1 -1
  115. package/lib/composables/forwardRefs.mjs +2 -0
  116. package/lib/composables/forwardRefs.mjs.map +1 -1
  117. package/lib/composables/icons.mjs.map +1 -1
  118. package/lib/composables/index.mjs.map +1 -1
  119. package/lib/composables/nested/nested.mjs +18 -6
  120. package/lib/composables/nested/nested.mjs.map +1 -1
  121. package/lib/composables/nested/openStrategies.mjs +2 -4
  122. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  123. package/lib/composables/router.mjs +19 -9
  124. package/lib/composables/router.mjs.map +1 -1
  125. package/lib/directives/tooltip/index.mjs +1 -1
  126. package/lib/directives/tooltip/index.mjs.map +1 -1
  127. package/lib/entry-bundler.mjs +1 -1
  128. package/lib/framework.mjs +1 -1
  129. package/lib/iconsets/fa-svg.d.mts +4 -1
  130. package/lib/iconsets/fa.d.mts +4 -1
  131. package/lib/iconsets/fa4.d.mts +4 -1
  132. package/lib/iconsets/md.d.mts +4 -1
  133. package/lib/iconsets/mdi-svg.d.mts +4 -1
  134. package/lib/iconsets/mdi.d.mts +4 -1
  135. package/lib/index.d.mts +82 -88
  136. package/lib/labs/VDateInput/index.d.mts +16 -13
  137. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
  138. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  139. package/lib/labs/VNumberInput/index.d.mts +2212 -730
  140. package/lib/labs/VPicker/index.d.mts +10 -10
  141. package/lib/labs/VSnackbarQueue/index.d.mts +128 -95
  142. package/lib/labs/VStepperVertical/index.d.mts +10 -7
  143. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  144. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  145. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  146. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  147. package/lib/labs/VTimePicker/index.d.mts +26 -26
  148. package/lib/labs/VTimePicker/util.mjs +5 -0
  149. package/lib/labs/VTimePicker/util.mjs.map +1 -0
  150. package/lib/labs/VTreeview/VTreeview.mjs +3 -12
  151. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  152. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  153. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  154. package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
  155. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  156. package/lib/labs/VTreeview/index.d.mts +44 -41
  157. package/lib/labs/components.d.mts +2515 -1000
  158. package/lib/util/helpers.mjs +7 -3
  159. package/lib/util/helpers.mjs.map +1 -1
  160. package/package.json +7 -13
  161. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
  162. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  163. package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
  164. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  165. package/lib/components/VDatePicker/util/index.mjs +0 -9
  166. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  167. package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
  168. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  169. package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
  170. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  171. package/lib/components/VDatePicker/util/pad.mjs +0 -21
  172. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  173. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
  174. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  175. package/lib/components/VTreeview/VTreeview.mjs +0 -350
  176. package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
  177. package/lib/components/VTreeview/VTreeview.sass +0 -128
  178. package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
  179. package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
  180. package/lib/components/VTreeview/_mixins.sass +0 -18
  181. package/lib/components/VTreeview/_variables.scss +0 -10
  182. package/lib/components/VTreeview/index.mjs +0 -10
  183. package/lib/components/VTreeview/index.mjs.map +0 -1
  184. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
  185. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
  186. package/lib/services/goto/easing-patterns.mjs +0 -27
  187. package/lib/services/goto/easing-patterns.mjs.map +0 -1
  188. package/lib/services/goto/index.mjs +0 -73
  189. package/lib/services/goto/index.mjs.map +0 -1
  190. package/lib/services/goto/util.mjs +0 -39
  191. package/lib/services/goto/util.mjs.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.0
2
+ * Vuetify v3.7.2
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17978,19 +17978,6 @@ html.overflow-y-hidden {
17978
17978
  }
17979
17979
  .v-kbd {
17980
17980
  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-ambient-opacity, rgba(0, 0, 0, 0.12));
17981
- }.v-calendar-header {
17982
- align-items: center;
17983
- display: flex;
17984
- min-height: 64px;
17985
- }
17986
-
17987
- .v-calendar-header__today {
17988
- margin-inline-end: 24px;
17989
- }
17990
-
17991
- .v-calendar-header__title {
17992
- font-size: 1.5rem;
17993
- margin-inline-start: 24px;
17994
17981
  }.v-calendar {
17995
17982
  background: rgb(var(--v-theme-background));
17996
17983
  color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
@@ -18250,6 +18237,19 @@ html.overflow-y-hidden {
18250
18237
  }
18251
18238
  .v-calendar-weekly .v-calendar__container.days__0 {
18252
18239
  grid-template-columns: repeat(1, 1fr);
18240
+ }.v-calendar-header {
18241
+ align-items: center;
18242
+ display: flex;
18243
+ min-height: 64px;
18244
+ }
18245
+
18246
+ .v-calendar-header__today {
18247
+ margin-inline-end: 24px;
18248
+ }
18249
+
18250
+ .v-calendar-header__title {
18251
+ font-size: 1.5rem;
18252
+ margin-inline-start: 24px;
18253
18253
  }.v-calendar-day__row-with-label {
18254
18254
  display: grid;
18255
18255
  grid-template-columns: 48px 8px 1fr;
@@ -18297,6 +18297,44 @@ html.overflow-y-hidden {
18297
18297
  padding: 4px;
18298
18298
  text-overflow: ellipsis;
18299
18299
  white-space: nowrap;
18300
+ }.v-number-input input[type=number] {
18301
+ -moz-appearance: textfield;
18302
+ }
18303
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
18304
+ -webkit-appearance: none;
18305
+ }
18306
+ .v-number-input .v-field {
18307
+ padding-inline-end: 0;
18308
+ padding-inline-start: 0;
18309
+ }
18310
+ .v-number-input--inset .v-divider {
18311
+ height: 55%;
18312
+ width: 55%;
18313
+ align-self: center;
18314
+ }
18315
+ .v-number-input--split .v-field__input {
18316
+ text-align: center;
18317
+ }
18318
+ .v-number-input--stacked .v-number-input__control {
18319
+ flex-direction: column-reverse;
18320
+ }
18321
+ .v-number-input--stacked .v-number-input__control .v-btn {
18322
+ flex: 1;
18323
+ }
18324
+ .v-number-input--hide-input .v-field {
18325
+ flex: none;
18326
+ }
18327
+ .v-number-input--hide-input .v-field__input {
18328
+ width: 0;
18329
+ padding-inline: 0;
18330
+ }
18331
+ .v-number-input__control {
18332
+ display: flex;
18333
+ height: 100%;
18334
+ }
18335
+ .v-number-input__control .v-btn {
18336
+ background-color: transparent;
18337
+ border-radius: 0;
18300
18338
  }.v-calendar-month__day {
18301
18339
  position: relative;
18302
18340
  display: flex;
@@ -18360,108 +18398,32 @@ html.overflow-y-hidden {
18360
18398
 
18361
18399
  .v-calendar-weekly__day-alldayevents-container {
18362
18400
  min-height: 24px;
18363
- }.v-picker.v-sheet {
18364
- display: grid;
18365
- grid-auto-rows: min-content;
18366
- grid-template-areas: "title" "header" "body";
18367
- overflow: hidden;
18368
- }
18369
- .v-picker.v-sheet {
18370
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18371
- }
18372
- .v-picker.v-sheet {
18373
- border-radius: 4px;
18374
- }
18375
- .v-picker.v-sheet.v-picker--with-actions {
18376
- grid-template-areas: "title" "header" "body" "actions";
18377
- }
18378
-
18379
- .v-picker__body {
18380
- grid-area: body;
18401
+ }.v-pull-to-refresh {
18381
18402
  overflow: hidden;
18382
18403
  position: relative;
18383
18404
  }
18384
-
18385
- .v-picker__header {
18386
- grid-area: header;
18387
- }
18388
-
18389
- .v-picker__actions {
18390
- grid-area: actions;
18391
- padding: 0 12px 12px;
18392
- display: flex;
18393
- align-items: center;
18394
- justify-content: flex-end;
18395
- }
18396
- .v-picker__actions .v-btn {
18397
- min-width: 48px;
18398
- }
18399
- .v-picker__actions .v-btn:not(:last-child) {
18400
- margin-inline-end: 8px;
18401
- }
18402
-
18403
- .v-picker--landscape {
18404
- grid-template-areas: "title" "header body" "header body";
18405
- }
18406
-
18407
- .v-picker--landscape.v-picker--with-actions {
18408
- grid-template-areas: "title" "header body" "header actions";
18409
- }
18410
-
18411
- .v-picker-title {
18412
- text-transform: uppercase;
18413
- font-size: 0.75rem;
18414
- grid-area: title;
18415
- padding-inline: 24px 12px;
18416
- padding-top: 16px;
18417
- padding-bottom: 16px;
18418
- font-weight: 400;
18419
- letter-spacing: 0.1666666667em;
18420
- }.v-number-input input[type=number] {
18421
- -moz-appearance: textfield;
18422
- }
18423
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
18424
- -webkit-appearance: none;
18425
- }
18426
- .v-number-input .v-field {
18427
- padding-inline-end: 0;
18428
- padding-inline-start: 0;
18429
- }
18430
- .v-number-input--inset .v-divider {
18431
- height: 55%;
18432
- width: 55%;
18433
- align-self: center;
18434
- }
18435
- .v-number-input--split .v-field__input {
18436
- text-align: center;
18437
- }
18438
- .v-number-input--stacked .v-number-input__control {
18439
- flex-direction: column-reverse;
18440
- }
18441
- .v-number-input--stacked .v-number-input__control .v-btn {
18442
- flex: 1;
18443
- }
18444
- .v-number-input--hide-input .v-field {
18445
- flex: none;
18405
+ .v-pull-to-refresh__pull-down {
18406
+ position: absolute;
18407
+ width: 100%;
18408
+ transition: top 0.3s ease-out;
18446
18409
  }
18447
- .v-number-input--hide-input .v-field__input {
18448
- width: 0;
18449
- padding-inline: 0;
18410
+ .v-pull-to-refresh__pull-down--touching {
18411
+ transition: none;
18450
18412
  }
18451
- .v-number-input__control {
18413
+ .v-pull-to-refresh__pull-down-default {
18452
18414
  display: flex;
18415
+ width: 100%;
18453
18416
  height: 100%;
18417
+ justify-content: center;
18418
+ align-items: flex-end;
18419
+ padding-bottom: 10px;
18454
18420
  }
18455
- .v-number-input__control .v-btn {
18456
- background-color: transparent;
18457
- border-radius: 0;
18458
- }.v-time-picker.v-picker {
18459
- padding: 24px;
18460
- width: 328px;
18421
+ .v-pull-to-refresh__scroll-container {
18422
+ position: relative;
18423
+ transition: top 0.3s ease-out;
18461
18424
  }
18462
- .v-time-picker.v-picker .v-picker-title {
18463
- padding: 0;
18464
- margin-bottom: 20px;
18425
+ .v-pull-to-refresh__scroll-container--touching {
18426
+ transition: none;
18465
18427
  }.v-stepper-vertical-item {
18466
18428
  position: relative;
18467
18429
  transition-duration: 0.2s;
@@ -18530,6 +18492,70 @@ html.overflow-y-hidden {
18530
18492
  justify-content: flex-end;
18531
18493
  padding: 24px 0 0;
18532
18494
  flex-direction: row-reverse;
18495
+ }.v-picker.v-sheet {
18496
+ display: grid;
18497
+ grid-auto-rows: min-content;
18498
+ grid-template-areas: "title" "header" "body";
18499
+ overflow: hidden;
18500
+ }
18501
+ .v-picker.v-sheet {
18502
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18503
+ }
18504
+ .v-picker.v-sheet {
18505
+ border-radius: 4px;
18506
+ }
18507
+ .v-picker.v-sheet.v-picker--with-actions {
18508
+ grid-template-areas: "title" "header" "body" "actions";
18509
+ }
18510
+
18511
+ .v-picker__body {
18512
+ grid-area: body;
18513
+ overflow: hidden;
18514
+ position: relative;
18515
+ }
18516
+
18517
+ .v-picker__header {
18518
+ grid-area: header;
18519
+ }
18520
+
18521
+ .v-picker__actions {
18522
+ grid-area: actions;
18523
+ padding: 0 12px 12px;
18524
+ display: flex;
18525
+ align-items: center;
18526
+ justify-content: flex-end;
18527
+ }
18528
+ .v-picker__actions .v-btn {
18529
+ min-width: 48px;
18530
+ }
18531
+ .v-picker__actions .v-btn:not(:last-child) {
18532
+ margin-inline-end: 8px;
18533
+ }
18534
+
18535
+ .v-picker--landscape {
18536
+ grid-template-areas: "title" "header body" "header body";
18537
+ }
18538
+
18539
+ .v-picker--landscape.v-picker--with-actions {
18540
+ grid-template-areas: "title" "header body" "header actions";
18541
+ }
18542
+
18543
+ .v-picker-title {
18544
+ text-transform: uppercase;
18545
+ font-size: 0.75rem;
18546
+ grid-area: title;
18547
+ padding-inline: 24px 12px;
18548
+ padding-top: 16px;
18549
+ padding-bottom: 16px;
18550
+ font-weight: 400;
18551
+ letter-spacing: 0.1666666667em;
18552
+ }.v-time-picker.v-picker {
18553
+ padding: 24px;
18554
+ width: 328px;
18555
+ }
18556
+ .v-time-picker.v-picker .v-picker-title {
18557
+ padding: 0;
18558
+ margin-bottom: 20px;
18533
18559
  }.v-time-picker-controls {
18534
18560
  display: flex;
18535
18561
  align-items: center;
@@ -18780,33 +18806,7 @@ html.overflow-y-hidden {
18780
18806
  }
18781
18807
  .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18782
18808
  padding-inline-start: calc(12px + var(--indent-padding)) !important;
18783
- }.v-pull-to-refresh {
18784
- overflow: hidden;
18785
- position: relative;
18786
- }
18787
- .v-pull-to-refresh__pull-down {
18788
- position: absolute;
18789
- width: 100%;
18790
- transition: top 0.3s ease-out;
18791
- }
18792
- .v-pull-to-refresh__pull-down--touching {
18793
- transition: none;
18794
- }
18795
- .v-pull-to-refresh__pull-down-default {
18796
- display: flex;
18797
- width: 100%;
18798
- height: 100%;
18799
- justify-content: center;
18800
- align-items: flex-end;
18801
- padding-bottom: 10px;
18802
- }
18803
- .v-pull-to-refresh__scroll-container {
18804
- position: relative;
18805
- transition: top 0.3s ease-out;
18806
- }
18807
- .v-pull-to-refresh__scroll-container--touching {
18808
- transition: none;
18809
- }.v-application {
18809
+ }.v-application {
18810
18810
  display: flex;
18811
18811
  background: rgb(var(--v-theme-background));
18812
18812
  color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
@@ -18822,124 +18822,6 @@ html.overflow-y-hidden {
18822
18822
  min-height: 100vh;
18823
18823
  min-height: 100dvh;
18824
18824
  position: relative;
18825
- }.v-avatar {
18826
- flex: none;
18827
- align-items: center;
18828
- display: inline-flex;
18829
- justify-content: center;
18830
- line-height: normal;
18831
- overflow: hidden;
18832
- position: relative;
18833
- text-align: center;
18834
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18835
- transition-property: width, height;
18836
- vertical-align: middle;
18837
- }
18838
- .v-avatar.v-avatar--size-x-small {
18839
- --v-avatar-height: 24px;
18840
- }
18841
- .v-avatar.v-avatar--size-small {
18842
- --v-avatar-height: 32px;
18843
- }
18844
- .v-avatar.v-avatar--size-default {
18845
- --v-avatar-height: 40px;
18846
- }
18847
- .v-avatar.v-avatar--size-large {
18848
- --v-avatar-height: 48px;
18849
- }
18850
- .v-avatar.v-avatar--size-x-large {
18851
- --v-avatar-height: 56px;
18852
- }
18853
- .v-avatar.v-avatar--density-default {
18854
- height: calc(var(--v-avatar-height) + 0px);
18855
- width: calc(var(--v-avatar-height) + 0px);
18856
- }
18857
- .v-avatar.v-avatar--density-comfortable {
18858
- height: calc(var(--v-avatar-height) + -4px);
18859
- width: calc(var(--v-avatar-height) + -4px);
18860
- }
18861
- .v-avatar.v-avatar--density-compact {
18862
- height: calc(var(--v-avatar-height) + -8px);
18863
- width: calc(var(--v-avatar-height) + -8px);
18864
- }
18865
- .v-avatar {
18866
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18867
- border-style: solid;
18868
- border-width: thin;
18869
- }
18870
- .v-avatar--border {
18871
- border-width: thin;
18872
- box-shadow: none;
18873
- }
18874
- .v-avatar {
18875
- border-radius: 50%;
18876
- }
18877
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18878
- background: transparent;
18879
- color: inherit;
18880
- }
18881
- .v-avatar--variant-plain {
18882
- opacity: 0.62;
18883
- }
18884
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18885
- opacity: 1;
18886
- }
18887
- .v-avatar--variant-plain .v-avatar__overlay {
18888
- display: none;
18889
- }
18890
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
18891
- background: var(--v-theme-surface);
18892
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18893
- }
18894
- .v-avatar--variant-elevated {
18895
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18896
- }
18897
- .v-avatar--variant-flat {
18898
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18899
- }
18900
- .v-avatar--variant-outlined {
18901
- border: thin solid currentColor;
18902
- }
18903
- .v-avatar--variant-text .v-avatar__overlay {
18904
- background: currentColor;
18905
- }
18906
- .v-avatar--variant-tonal .v-avatar__underlay {
18907
- background: currentColor;
18908
- opacity: var(--v-activated-opacity);
18909
- border-radius: inherit;
18910
- top: 0;
18911
- right: 0;
18912
- bottom: 0;
18913
- left: 0;
18914
- pointer-events: none;
18915
- }
18916
- .v-avatar .v-avatar__underlay {
18917
- position: absolute;
18918
- }
18919
- .v-avatar--rounded {
18920
- border-radius: 4px;
18921
- }
18922
- .v-avatar--start {
18923
- margin-inline-end: 8px;
18924
- }
18925
- .v-avatar--end {
18926
- margin-inline-start: 8px;
18927
- }
18928
- .v-avatar .v-img {
18929
- height: 100%;
18930
- width: 100%;
18931
- }.v-app-bar {
18932
- display: flex;
18933
- }
18934
- .v-app-bar.v-toolbar {
18935
- background: rgb(var(--v-theme-surface));
18936
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18937
- }
18938
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18939
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18940
- }
18941
- .v-app-bar:not(.v-toolbar--absolute) {
18942
- padding-inline-end: var(--v-scrollbar-offset);
18943
18825
  }.v-alert {
18944
18826
  display: grid;
18945
18827
  flex: 1 1;
@@ -19156,6 +19038,18 @@ html.overflow-y-hidden {
19156
19038
  text-transform: none;
19157
19039
  word-break: normal;
19158
19040
  word-wrap: break-word;
19041
+ }.v-app-bar {
19042
+ display: flex;
19043
+ }
19044
+ .v-app-bar.v-toolbar {
19045
+ background: rgb(var(--v-theme-surface));
19046
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19047
+ }
19048
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
19049
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19050
+ }
19051
+ .v-app-bar:not(.v-toolbar--absolute) {
19052
+ padding-inline-end: var(--v-scrollbar-offset);
19159
19053
  }.v-autocomplete .v-field .v-text-field__prefix,
19160
19054
  .v-autocomplete .v-field .v-text-field__suffix,
19161
19055
  .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
@@ -19241,110 +19135,143 @@ html.overflow-y-hidden {
19241
19135
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
19242
19136
  opacity: var(--v-high-emphasis-opacity);
19243
19137
  transform: rotate(180deg);
19244
- }.v-badge {
19245
- display: inline-block;
19246
- line-height: 1;
19247
- }
19248
-
19249
- .v-badge__badge {
19138
+ }.v-avatar {
19139
+ flex: none;
19250
19140
  align-items: center;
19251
19141
  display: inline-flex;
19252
- border-radius: 10px;
19253
- font-size: 0.75rem;
19254
- font-weight: 500;
19255
- height: 1.25rem;
19256
19142
  justify-content: center;
19257
- min-width: 20px;
19258
- padding: 4px 6px;
19259
- pointer-events: auto;
19260
- position: absolute;
19143
+ line-height: normal;
19144
+ overflow: hidden;
19145
+ position: relative;
19261
19146
  text-align: center;
19262
- text-indent: 0;
19263
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
19264
- white-space: nowrap;
19265
- }
19266
- .v-badge__badge {
19267
- background: rgb(var(--v-theme-surface-variant));
19268
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
19147
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19148
+ transition-property: width, height;
19149
+ vertical-align: middle;
19269
19150
  }
19270
- .v-badge--bordered .v-badge__badge::after {
19271
- border-radius: inherit;
19272
- border-style: solid;
19273
- border-width: 2px;
19274
- bottom: 0;
19275
- color: rgb(var(--v-theme-background));
19276
- content: "";
19277
- left: 0;
19278
- position: absolute;
19279
- right: 0;
19280
- top: 0;
19281
- transform: scale(1.05);
19151
+ .v-avatar.v-avatar--size-x-small {
19152
+ --v-avatar-height: 24px;
19282
19153
  }
19283
- .v-badge--dot .v-badge__badge {
19284
- border-radius: 4.5px;
19285
- height: 9px;
19286
- min-width: 0;
19287
- padding: 0;
19288
- width: 9px;
19154
+ .v-avatar.v-avatar--size-small {
19155
+ --v-avatar-height: 32px;
19289
19156
  }
19290
- .v-badge--dot .v-badge__badge::after {
19291
- border-width: 1.5px;
19157
+ .v-avatar.v-avatar--size-default {
19158
+ --v-avatar-height: 40px;
19292
19159
  }
19293
- .v-badge--inline .v-badge__badge {
19294
- position: relative;
19295
- vertical-align: middle;
19160
+ .v-avatar.v-avatar--size-large {
19161
+ --v-avatar-height: 48px;
19296
19162
  }
19297
- .v-badge__badge .v-icon {
19298
- color: inherit;
19299
- font-size: 0.75rem;
19300
- margin: 0 -2px;
19163
+ .v-avatar.v-avatar--size-x-large {
19164
+ --v-avatar-height: 56px;
19301
19165
  }
19302
- .v-badge__badge img,
19303
- .v-badge__badge .v-img {
19304
- height: 100%;
19305
- width: 100%;
19166
+ .v-avatar.v-avatar--density-default {
19167
+ height: calc(var(--v-avatar-height) + 0px);
19168
+ width: calc(var(--v-avatar-height) + 0px);
19306
19169
  }
19307
-
19308
- .v-badge__wrapper {
19309
- display: flex;
19310
- position: relative;
19170
+ .v-avatar.v-avatar--density-comfortable {
19171
+ height: calc(var(--v-avatar-height) + -4px);
19172
+ width: calc(var(--v-avatar-height) + -4px);
19311
19173
  }
19312
- .v-badge--inline .v-badge__wrapper {
19313
- align-items: center;
19314
- display: inline-flex;
19315
- justify-content: center;
19316
- margin: 0 4px;
19317
- }.v-banner {
19318
- display: grid;
19319
- flex: 1 1;
19320
- font-size: 0.875rem;
19321
- grid-template-areas: "prepend content actions";
19322
- grid-template-columns: max-content auto max-content;
19323
- grid-template-rows: max-content max-content;
19324
- line-height: 1.6;
19325
- overflow: hidden;
19326
- padding-inline: 16px 8px;
19327
- padding-top: 16px;
19328
- padding-bottom: 16px;
19329
- position: relative;
19330
- width: 100%;
19174
+ .v-avatar.v-avatar--density-compact {
19175
+ height: calc(var(--v-avatar-height) + -8px);
19176
+ width: calc(var(--v-avatar-height) + -8px);
19331
19177
  }
19332
- .v-banner {
19178
+ .v-avatar {
19333
19179
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19334
19180
  border-style: solid;
19335
- border-width: 0 0 thin 0;
19181
+ border-width: 0;
19336
19182
  }
19337
- .v-banner--border {
19183
+ .v-avatar--border {
19338
19184
  border-width: thin;
19339
19185
  box-shadow: none;
19340
19186
  }
19341
- .v-banner {
19342
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19343
- }
19344
- .v-banner--absolute {
19345
- position: absolute;
19187
+ .v-avatar {
19188
+ border-radius: 50%;
19346
19189
  }
19347
- .v-banner--fixed {
19190
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
19191
+ background: transparent;
19192
+ color: inherit;
19193
+ }
19194
+ .v-avatar--variant-plain {
19195
+ opacity: 0.62;
19196
+ }
19197
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
19198
+ opacity: 1;
19199
+ }
19200
+ .v-avatar--variant-plain .v-avatar__overlay {
19201
+ display: none;
19202
+ }
19203
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
19204
+ background: var(--v-theme-surface);
19205
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19206
+ }
19207
+ .v-avatar--variant-elevated {
19208
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19209
+ }
19210
+ .v-avatar--variant-flat {
19211
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19212
+ }
19213
+ .v-avatar--variant-outlined {
19214
+ border: thin solid currentColor;
19215
+ }
19216
+ .v-avatar--variant-text .v-avatar__overlay {
19217
+ background: currentColor;
19218
+ }
19219
+ .v-avatar--variant-tonal .v-avatar__underlay {
19220
+ background: currentColor;
19221
+ opacity: var(--v-activated-opacity);
19222
+ border-radius: inherit;
19223
+ top: 0;
19224
+ right: 0;
19225
+ bottom: 0;
19226
+ left: 0;
19227
+ pointer-events: none;
19228
+ }
19229
+ .v-avatar .v-avatar__underlay {
19230
+ position: absolute;
19231
+ }
19232
+ .v-avatar--rounded {
19233
+ border-radius: 4px;
19234
+ }
19235
+ .v-avatar--start {
19236
+ margin-inline-end: 8px;
19237
+ }
19238
+ .v-avatar--end {
19239
+ margin-inline-start: 8px;
19240
+ }
19241
+ .v-avatar .v-img {
19242
+ height: 100%;
19243
+ width: 100%;
19244
+ }.v-banner {
19245
+ display: grid;
19246
+ flex: 1 1;
19247
+ font-size: 0.875rem;
19248
+ grid-template-areas: "prepend content actions";
19249
+ grid-template-columns: max-content auto max-content;
19250
+ grid-template-rows: max-content max-content;
19251
+ line-height: 1.6;
19252
+ overflow: hidden;
19253
+ padding-inline: 16px 8px;
19254
+ padding-top: 16px;
19255
+ padding-bottom: 16px;
19256
+ position: relative;
19257
+ width: 100%;
19258
+ }
19259
+ .v-banner {
19260
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19261
+ border-style: solid;
19262
+ border-width: 0 0 thin 0;
19263
+ }
19264
+ .v-banner--border {
19265
+ border-width: thin;
19266
+ box-shadow: none;
19267
+ }
19268
+ .v-banner {
19269
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19270
+ }
19271
+ .v-banner--absolute {
19272
+ position: absolute;
19273
+ }
19274
+ .v-banner--fixed {
19348
19275
  position: fixed;
19349
19276
  }
19350
19277
  .v-banner--sticky {
@@ -19480,6 +19407,79 @@ html.overflow-y-hidden {
19480
19407
  }
19481
19408
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
19482
19409
  align-self: flex-start;
19410
+ }.v-badge {
19411
+ display: inline-block;
19412
+ line-height: 1;
19413
+ }
19414
+
19415
+ .v-badge__badge {
19416
+ align-items: center;
19417
+ display: inline-flex;
19418
+ border-radius: 10px;
19419
+ font-size: 0.75rem;
19420
+ font-weight: 500;
19421
+ height: 1.25rem;
19422
+ justify-content: center;
19423
+ min-width: 20px;
19424
+ padding: 4px 6px;
19425
+ pointer-events: auto;
19426
+ position: absolute;
19427
+ text-align: center;
19428
+ text-indent: 0;
19429
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
19430
+ white-space: nowrap;
19431
+ }
19432
+ .v-badge__badge {
19433
+ background: rgb(var(--v-theme-surface-variant));
19434
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
19435
+ }
19436
+ .v-badge--bordered .v-badge__badge::after {
19437
+ border-radius: inherit;
19438
+ border-style: solid;
19439
+ border-width: 2px;
19440
+ bottom: 0;
19441
+ color: rgb(var(--v-theme-background));
19442
+ content: "";
19443
+ left: 0;
19444
+ position: absolute;
19445
+ right: 0;
19446
+ top: 0;
19447
+ transform: scale(1.05);
19448
+ }
19449
+ .v-badge--dot .v-badge__badge {
19450
+ border-radius: 4.5px;
19451
+ height: 9px;
19452
+ min-width: 0;
19453
+ padding: 0;
19454
+ width: 9px;
19455
+ }
19456
+ .v-badge--dot .v-badge__badge::after {
19457
+ border-width: 1.5px;
19458
+ }
19459
+ .v-badge--inline .v-badge__badge {
19460
+ position: relative;
19461
+ vertical-align: middle;
19462
+ }
19463
+ .v-badge__badge .v-icon {
19464
+ color: inherit;
19465
+ font-size: 0.75rem;
19466
+ margin: 0 -2px;
19467
+ }
19468
+ .v-badge__badge img,
19469
+ .v-badge__badge .v-img {
19470
+ height: 100%;
19471
+ width: 100%;
19472
+ }
19473
+
19474
+ .v-badge__wrapper {
19475
+ display: flex;
19476
+ position: relative;
19477
+ }
19478
+ .v-badge--inline .v-badge__wrapper {
19479
+ align-items: center;
19480
+ display: inline-flex;
19481
+ justify-content: center;
19482
+ margin: 0 4px;
19483
19483
  }.v-bottom-navigation {
19484
19484
  display: flex;
19485
19485
  max-width: 100%;
@@ -19543,6 +19543,40 @@ html.overflow-y-hidden {
19543
19543
  }
19544
19544
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
19545
19545
  transform: translateY(0.5rem);
19546
+ }.bottom-sheet-transition-enter-from {
19547
+ transform: translateY(100%);
19548
+ }
19549
+ .bottom-sheet-transition-leave-to {
19550
+ transform: translateY(100%);
19551
+ }
19552
+
19553
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19554
+ align-self: flex-end;
19555
+ border-radius: 0;
19556
+ flex: 0 1 auto;
19557
+ left: 0;
19558
+ right: 0;
19559
+ margin-inline: 0;
19560
+ margin-bottom: 0;
19561
+ transition-duration: 0.2s;
19562
+ width: 100%;
19563
+ max-width: 100%;
19564
+ overflow: visible;
19565
+ }
19566
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19567
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19568
+ }
19569
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
19570
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
19571
+ border-radius: 0;
19572
+ }
19573
+ .v-bottom-sheet.v-bottom-sheet--inset {
19574
+ max-width: none;
19575
+ }
19576
+ @media (min-width: 600px) {
19577
+ .v-bottom-sheet.v-bottom-sheet--inset {
19578
+ max-width: 70%;
19579
+ }
19546
19580
  }.v-breadcrumbs {
19547
19581
  display: flex;
19548
19582
  align-items: center;
@@ -19600,6 +19634,70 @@ html.overflow-y-hidden {
19600
19634
  display: inline-block;
19601
19635
  padding: 0 8px;
19602
19636
  vertical-align: middle;
19637
+ }.v-btn-group {
19638
+ display: inline-flex;
19639
+ flex-wrap: nowrap;
19640
+ max-width: 100%;
19641
+ min-width: 0;
19642
+ overflow: hidden;
19643
+ vertical-align: middle;
19644
+ }
19645
+ .v-btn-group {
19646
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19647
+ border-style: solid;
19648
+ border-width: 0;
19649
+ }
19650
+ .v-btn-group--border {
19651
+ border-width: thin;
19652
+ box-shadow: none;
19653
+ }
19654
+ .v-btn-group {
19655
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19656
+ }
19657
+ .v-btn-group {
19658
+ border-radius: 4px;
19659
+ }
19660
+ .v-btn-group {
19661
+ background: transparent;
19662
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19663
+ }
19664
+ .v-btn-group--density-default.v-btn-group {
19665
+ height: 48px;
19666
+ }
19667
+
19668
+ .v-btn-group--density-comfortable.v-btn-group {
19669
+ height: 40px;
19670
+ }
19671
+
19672
+ .v-btn-group--density-compact.v-btn-group {
19673
+ height: 36px;
19674
+ }
19675
+
19676
+ .v-btn-group .v-btn {
19677
+ border-radius: 0;
19678
+ border-color: inherit;
19679
+ }
19680
+ .v-btn-group .v-btn:not(:last-child) {
19681
+ border-inline-end: none;
19682
+ }
19683
+ .v-btn-group .v-btn:not(:first-child) {
19684
+ border-inline-start: none;
19685
+ }
19686
+ .v-btn-group .v-btn:first-child {
19687
+ border-start-start-radius: inherit;
19688
+ border-end-start-radius: inherit;
19689
+ }
19690
+ .v-btn-group .v-btn:last-child {
19691
+ border-start-end-radius: inherit;
19692
+ border-end-end-radius: inherit;
19693
+ }
19694
+ .v-btn-group--divided .v-btn:not(:last-child) {
19695
+ border-inline-end-width: thin;
19696
+ border-inline-end-style: solid;
19697
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19698
+ }
19699
+ .v-btn-group--tile {
19700
+ border-radius: 0;
19603
19701
  }.v-btn {
19604
19702
  align-items: center;
19605
19703
  border-radius: 4px;
@@ -20024,104 +20122,19 @@ html.overflow-y-hidden {
20024
20122
  }
20025
20123
  .v-pagination__item--is-active .v-btn__overlay {
20026
20124
  opacity: var(--v-border-opacity);
20027
- }.bottom-sheet-transition-enter-from {
20028
- transform: translateY(100%);
20029
- }
20030
- .bottom-sheet-transition-leave-to {
20031
- transform: translateY(100%);
20032
- }
20033
-
20034
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
20035
- align-self: flex-end;
20036
- border-radius: 0;
20037
- flex: 0 1 auto;
20038
- left: 0;
20039
- right: 0;
20040
- margin-inline: 0;
20041
- margin-bottom: 0;
20042
- transition-duration: 0.2s;
20043
- width: 100%;
20044
- max-width: 100%;
20045
- overflow: visible;
20046
- }
20047
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
20048
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20125
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
20126
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20049
20127
  }
20050
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
20051
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
20052
- border-radius: 0;
20128
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
20129
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20053
20130
  }
20054
- .v-bottom-sheet.v-bottom-sheet--inset {
20055
- max-width: none;
20131
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
20132
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20056
20133
  }
20057
- @media (min-width: 600px) {
20058
- .v-bottom-sheet.v-bottom-sheet--inset {
20059
- max-width: 70%;
20134
+ @supports not selector(:focus-visible) {
20135
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
20136
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20060
20137
  }
20061
- }.v-btn-group {
20062
- display: inline-flex;
20063
- flex-wrap: nowrap;
20064
- max-width: 100%;
20065
- min-width: 0;
20066
- overflow: hidden;
20067
- vertical-align: middle;
20068
- }
20069
- .v-btn-group {
20070
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20071
- border-style: solid;
20072
- border-width: 0;
20073
- }
20074
- .v-btn-group--border {
20075
- border-width: thin;
20076
- box-shadow: none;
20077
- }
20078
- .v-btn-group {
20079
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20080
- }
20081
- .v-btn-group {
20082
- border-radius: 4px;
20083
- }
20084
- .v-btn-group {
20085
- background: transparent;
20086
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20087
- }
20088
- .v-btn-group--density-default.v-btn-group {
20089
- height: 48px;
20090
- }
20091
-
20092
- .v-btn-group--density-comfortable.v-btn-group {
20093
- height: 40px;
20094
- }
20095
-
20096
- .v-btn-group--density-compact.v-btn-group {
20097
- height: 36px;
20098
- }
20099
-
20100
- .v-btn-group .v-btn {
20101
- border-radius: 0;
20102
- border-color: inherit;
20103
- }
20104
- .v-btn-group .v-btn:not(:last-child) {
20105
- border-inline-end: none;
20106
- }
20107
- .v-btn-group .v-btn:not(:first-child) {
20108
- border-inline-start: none;
20109
- }
20110
- .v-btn-group .v-btn:first-child {
20111
- border-start-start-radius: inherit;
20112
- border-end-start-radius: inherit;
20113
- }
20114
- .v-btn-group .v-btn:last-child {
20115
- border-start-end-radius: inherit;
20116
- border-end-end-radius: inherit;
20117
- }
20118
- .v-btn-group--divided .v-btn:not(:last-child) {
20119
- border-inline-end-width: thin;
20120
- border-inline-end-style: solid;
20121
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
20122
- }
20123
- .v-btn-group--tile {
20124
- border-radius: 0;
20125
20138
  }.v-card {
20126
20139
  display: block;
20127
20140
  overflow: hidden;
@@ -20430,11 +20443,6 @@ html.overflow-y-hidden {
20430
20443
  pointer-events: none;
20431
20444
  opacity: 0;
20432
20445
  transition: opacity 0.2s ease-in-out;
20433
- }.v-checkbox.v-input {
20434
- flex: 0 1 auto;
20435
- }
20436
- .v-checkbox .v-selection-control {
20437
- min-height: var(--v-input-control-height);
20438
20446
  }.v-carousel {
20439
20447
  overflow: hidden;
20440
20448
  position: relative;
@@ -20500,19 +20508,29 @@ html.overflow-y-hidden {
20500
20508
  flex-direction: column;
20501
20509
  height: 100% !important;
20502
20510
  width: 50px;
20503
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
20504
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20511
+ }.v-checkbox.v-input {
20512
+ flex: 0 1 auto;
20505
20513
  }
20506
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
20507
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20514
+ .v-checkbox .v-selection-control {
20515
+ min-height: var(--v-input-control-height);
20516
+ }.v-chip-group {
20517
+ display: flex;
20518
+ max-width: 100%;
20519
+ min-width: 0;
20520
+ overflow-x: auto;
20521
+ padding: 4px 0;
20508
20522
  }
20509
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
20510
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20523
+ .v-chip-group .v-chip {
20524
+ margin: 4px 8px 4px 0;
20511
20525
  }
20512
- @supports not selector(:focus-visible) {
20513
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
20514
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20515
- }
20526
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20527
+ opacity: var(--v-activated-opacity);
20528
+ }
20529
+
20530
+ .v-chip-group--column .v-slide-group__content {
20531
+ white-space: normal;
20532
+ flex-wrap: wrap;
20533
+ max-width: 100%;
20516
20534
  }.v-chip {
20517
20535
  align-items: center;
20518
20536
  display: inline-flex;
@@ -21016,24 +21034,6 @@ html.overflow-y-hidden {
21016
21034
  .v-combobox--active-menu .v-combobox__menu-icon {
21017
21035
  opacity: var(--v-high-emphasis-opacity);
21018
21036
  transform: rotate(180deg);
21019
- }.v-chip-group {
21020
- display: flex;
21021
- max-width: 100%;
21022
- min-width: 0;
21023
- overflow-x: auto;
21024
- padding: 4px 0;
21025
- }
21026
- .v-chip-group .v-chip {
21027
- margin: 4px 8px 4px 0;
21028
- }
21029
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
21030
- opacity: var(--v-activated-opacity);
21031
- }
21032
-
21033
- .v-chip-group--column .v-slide-group__content {
21034
- white-space: normal;
21035
- flex-wrap: wrap;
21036
- max-width: 100%;
21037
21037
  }.v-container {
21038
21038
  width: 100%;
21039
21039
  padding: 16px;
@@ -21728,222 +21728,111 @@ html.overflow-y-hidden {
21728
21728
  }
21729
21729
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
21730
21730
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21731
- }.v-counter {
21732
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21733
- flex: 0 1 auto;
21734
- font-size: 12px;
21735
- transition-duration: 150ms;
21736
- }.v-date-picker-header {
21737
- align-items: flex-end;
21738
- height: 70px;
21739
- display: grid;
21740
- grid-template-areas: "prepend content append";
21741
- grid-template-columns: min-content minmax(0, 1fr) min-content;
21742
- overflow: hidden;
21743
- padding-inline: 24px 12px;
21744
- padding-bottom: 12px;
21731
+ }.v-dialog {
21732
+ align-items: center;
21733
+ justify-content: center;
21734
+ margin: auto;
21745
21735
  }
21746
-
21747
- .v-date-picker-header__append {
21748
- grid-area: append;
21736
+ .v-dialog > .v-overlay__content {
21737
+ max-height: calc(100% - 48px);
21738
+ width: calc(100% - 48px);
21739
+ max-width: calc(100% - 48px);
21740
+ margin: 24px;
21749
21741
  }
21750
-
21751
- .v-date-picker-header__prepend {
21752
- grid-area: prepend;
21753
- padding-inline-start: 8px;
21742
+ .v-dialog > .v-overlay__content,
21743
+ .v-dialog > .v-overlay__content > form {
21744
+ display: flex;
21745
+ flex-direction: column;
21746
+ min-height: 0;
21754
21747
  }
21755
-
21756
- .v-date-picker-header__content {
21757
- align-items: center;
21758
- display: inline-flex;
21759
- font-size: 32px;
21760
- line-height: 40px;
21761
- grid-area: content;
21762
- justify-content: space-between;
21748
+ .v-dialog > .v-overlay__content > .v-card,
21749
+ .v-dialog > .v-overlay__content > .v-sheet,
21750
+ .v-dialog > .v-overlay__content > form > .v-card,
21751
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21752
+ --v-scrollbar-offset: 0px;
21753
+ border-radius: 4px;
21754
+ overflow-y: auto;
21763
21755
  }
21764
- .v-date-picker-header--clickable .v-date-picker-header__content {
21765
- cursor: pointer;
21756
+ .v-dialog > .v-overlay__content > .v-card,
21757
+ .v-dialog > .v-overlay__content > .v-sheet,
21758
+ .v-dialog > .v-overlay__content > form > .v-card,
21759
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21760
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21766
21761
  }
21767
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21768
- opacity: 0.7;
21762
+ .v-dialog > .v-overlay__content > .v-card,
21763
+ .v-dialog > .v-overlay__content > form > .v-card {
21764
+ display: flex;
21765
+ flex-direction: column;
21769
21766
  }
21770
-
21771
- .date-picker-header-transition-enter-active,
21772
- .date-picker-header-reverse-transition-enter-active {
21773
- transition-duration: 0.3s;
21774
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21767
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21768
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21769
+ padding: 16px 24px;
21775
21770
  }
21776
- .date-picker-header-transition-leave-active,
21777
- .date-picker-header-reverse-transition-leave-active {
21778
- transition-duration: 0.3s;
21779
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21771
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21772
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21773
+ padding-top: 0;
21780
21774
  }
21781
-
21782
- .date-picker-header-transition-enter-from {
21783
- transform: translate(0, 100%);
21775
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21776
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21777
+ font-size: inherit;
21778
+ letter-spacing: 0.03125em;
21779
+ line-height: inherit;
21780
+ padding: 16px 24px 24px;
21784
21781
  }
21785
- .date-picker-header-transition-leave-to {
21786
- opacity: 0;
21787
- transform: translate(0, -100%);
21782
+ .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
21783
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
21784
+ justify-content: flex-end;
21788
21785
  }
21789
21786
 
21790
- .date-picker-header-reverse-transition-enter-from {
21791
- transform: translate(0, -100%);
21787
+ .v-dialog--fullscreen {
21788
+ --v-scrollbar-offset: 0px;
21792
21789
  }
21793
- .date-picker-header-reverse-transition-leave-to {
21794
- opacity: 0;
21795
- transform: translate(0, 100%);
21796
- }.v-date-picker {
21797
- overflow: hidden;
21798
- width: 328px;
21799
- }
21800
- .v-date-picker--show-week {
21801
- width: 368px;
21802
- }.v-date-picker-controls {
21803
- display: flex;
21804
- align-items: center;
21805
- justify-content: space-between;
21806
- font-size: 0.875rem;
21807
- padding-top: 4px;
21808
- padding-bottom: 4px;
21809
- padding-inline-start: 6px;
21810
- padding-inline-end: 12px;
21811
- }
21812
- .v-date-picker-controls > .v-btn:first-child {
21813
- text-transform: none;
21814
- font-weight: 400;
21815
- line-height: initial;
21816
- letter-spacing: initial;
21817
- }
21818
- .v-date-picker-controls--variant-classic {
21819
- padding-inline-start: 12px;
21820
- }
21821
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21822
- opacity: 0.7;
21823
- }
21824
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21825
- cursor: pointer;
21826
- }
21827
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21828
- opacity: 1;
21829
- }
21830
- .v-date-picker-controls .v-btn:last-child {
21831
- margin-inline-start: 4px;
21832
- }
21833
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21834
- transform: rotate(180deg);
21835
- }
21836
-
21837
- .v-date-picker-controls__date {
21838
- margin-inline-end: 4px;
21839
- }
21840
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21841
- margin: auto;
21842
- text-align: center;
21843
- }
21844
-
21845
- .v-date-picker-controls__month {
21846
- display: flex;
21847
- }
21848
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21849
- flex-direction: row-reverse;
21790
+ .v-dialog--fullscreen > .v-overlay__content {
21791
+ border-radius: 0;
21792
+ margin: 0;
21793
+ padding: 0;
21794
+ width: 100%;
21795
+ max-width: 100%;
21796
+ max-height: 100%;
21797
+ overflow-y: auto;
21798
+ top: 0;
21799
+ left: 0;
21850
21800
  }
21851
-
21852
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21853
- flex: 1 0 auto;
21801
+ .v-dialog--fullscreen > .v-overlay__content,
21802
+ .v-dialog--fullscreen > .v-overlay__content > form {
21803
+ height: 100%;
21854
21804
  }
21855
-
21856
- .v-date-picker__title {
21857
- display: inline-block;
21858
- }.v-date-picker-years {
21859
- height: 288px;
21860
- overflow-y: scroll;
21805
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
21806
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21807
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21808
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21809
+ min-height: 100%;
21810
+ min-width: 100%;
21811
+ border-radius: 0;
21861
21812
  }
21862
21813
 
21863
- .v-date-picker-years__content {
21864
- display: grid;
21865
- flex: 1 1;
21866
- justify-content: space-around;
21867
- grid-template-columns: repeat(3, 1fr);
21868
- gap: 8px 24px;
21869
- padding-inline: 32px;
21870
- }
21871
- .v-date-picker-years__content .v-btn {
21872
- padding-inline: 8px;
21873
- }.v-date-picker-month {
21814
+ .v-dialog--scrollable > .v-overlay__content,
21815
+ .v-dialog--scrollable > .v-overlay__content > form {
21874
21816
  display: flex;
21875
- justify-content: center;
21876
- padding: 0 12px 8px;
21877
- --v-date-picker-month-day-diff: 4px;
21878
- }
21879
-
21880
- .v-date-picker-month__weeks {
21881
- display: grid;
21882
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21883
- column-gap: 4px;
21884
- font-size: 0.85rem;
21885
- }
21886
- .v-date-picker-month__weeks + .v-date-picker-month__days {
21887
- grid-row-gap: 0;
21888
- }
21889
-
21890
- .v-date-picker-month__weekday {
21891
- font-size: 0.85rem;
21892
- }
21893
-
21894
- .v-date-picker-month__days {
21895
- display: grid;
21896
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21897
- column-gap: 4px;
21898
- flex: 1 1;
21899
- justify-content: space-around;
21900
21817
  }
21901
-
21902
- .v-date-picker-month__day {
21903
- align-items: center;
21818
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
21819
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21904
21820
  display: flex;
21905
- justify-content: center;
21906
- position: relative;
21907
- height: 40px;
21908
- width: 40px;
21909
- }
21910
- .v-date-picker-month__day--selected .v-btn {
21911
- background-color: rgb(var(--v-theme-surface-variant));
21912
- color: rgb(var(--v-theme-on-surface-variant));
21913
- }
21914
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21915
- --v-btn-height: 24px;
21916
- --v-btn-size: 0.85rem;
21917
- }
21918
- .v-date-picker-month__day--week {
21919
- font-size: var(--v-btn-size);
21920
- }
21921
-
21922
- .v-date-picker-month__day--adjacent {
21923
- opacity: 0.5;
21924
- }
21925
-
21926
- .v-date-picker-month__day--hide-adjacent {
21927
- opacity: 0;
21928
- }.v-date-picker-months {
21929
- height: 288px;
21930
- }
21931
-
21932
- .v-date-picker-months__content {
21933
- align-items: center;
21934
- display: grid;
21935
- flex: 1 1;
21936
- height: inherit;
21937
- justify-content: space-around;
21938
- grid-template-columns: repeat(2, 1fr);
21939
- grid-gap: 0px 24px;
21940
- padding-inline-start: 36px;
21941
- padding-inline-end: 36px;
21821
+ flex: 1 1 100%;
21822
+ flex-direction: column;
21823
+ max-height: 100%;
21824
+ max-width: 100%;
21942
21825
  }
21943
- .v-date-picker-months__content .v-btn {
21944
- text-transform: none;
21945
- padding-inline-start: 8px;
21946
- padding-inline-end: 8px;
21826
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21827
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21828
+ -webkit-backface-visibility: hidden;
21829
+ backface-visibility: hidden;
21830
+ overflow-y: auto;
21831
+ }.v-counter {
21832
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21833
+ flex: 0 1 auto;
21834
+ font-size: 12px;
21835
+ transition-duration: 150ms;
21947
21836
  }.v-data-table {
21948
21837
  width: 100%;
21949
21838
  }
@@ -22162,172 +22051,217 @@ html.overflow-y-hidden {
22162
22051
  }
22163
22052
  .v-data-table-footer__page {
22164
22053
  padding: 0 8px;
22165
- }.v-dialog {
22166
- align-items: center;
22167
- justify-content: center;
22168
- margin: auto;
22169
- }
22170
- .v-dialog > .v-overlay__content {
22171
- max-height: calc(100% - 48px);
22172
- width: calc(100% - 48px);
22173
- max-width: calc(100% - 48px);
22174
- margin: 24px;
22054
+ }.v-date-picker {
22055
+ overflow: hidden;
22056
+ width: 328px;
22175
22057
  }
22176
- .v-dialog > .v-overlay__content,
22177
- .v-dialog > .v-overlay__content > form {
22058
+ .v-date-picker--show-week {
22059
+ width: 368px;
22060
+ }.v-date-picker-controls {
22178
22061
  display: flex;
22179
- flex-direction: column;
22180
- min-height: 0;
22062
+ align-items: center;
22063
+ justify-content: space-between;
22064
+ font-size: 0.875rem;
22065
+ padding-top: 4px;
22066
+ padding-bottom: 4px;
22067
+ padding-inline-start: 6px;
22068
+ padding-inline-end: 12px;
22181
22069
  }
22182
- .v-dialog > .v-overlay__content > .v-card,
22183
- .v-dialog > .v-overlay__content > .v-sheet,
22184
- .v-dialog > .v-overlay__content > form > .v-card,
22185
- .v-dialog > .v-overlay__content > form > .v-sheet {
22186
- --v-scrollbar-offset: 0px;
22187
- border-radius: 4px;
22188
- overflow-y: auto;
22070
+ .v-date-picker-controls > .v-btn:first-child {
22071
+ text-transform: none;
22072
+ font-weight: 400;
22073
+ line-height: initial;
22074
+ letter-spacing: initial;
22189
22075
  }
22190
- .v-dialog > .v-overlay__content > .v-card,
22191
- .v-dialog > .v-overlay__content > .v-sheet,
22192
- .v-dialog > .v-overlay__content > form > .v-card,
22193
- .v-dialog > .v-overlay__content > form > .v-sheet {
22194
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22076
+ .v-date-picker-controls--variant-classic {
22077
+ padding-inline-start: 12px;
22195
22078
  }
22196
- .v-dialog > .v-overlay__content > .v-card,
22197
- .v-dialog > .v-overlay__content > form > .v-card {
22198
- display: flex;
22199
- flex-direction: column;
22079
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
22080
+ opacity: 0.7;
22200
22081
  }
22201
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
22202
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
22203
- padding: 16px 24px;
22082
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
22083
+ cursor: pointer;
22204
22084
  }
22205
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
22206
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
22207
- padding-top: 0;
22085
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
22086
+ opacity: 1;
22208
22087
  }
22209
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
22210
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
22211
- font-size: inherit;
22212
- letter-spacing: 0.03125em;
22213
- line-height: inherit;
22214
- padding: 16px 24px 24px;
22088
+ .v-date-picker-controls .v-btn:last-child {
22089
+ margin-inline-start: 4px;
22215
22090
  }
22216
- .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
22217
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
22218
- justify-content: flex-end;
22091
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
22092
+ transform: rotate(180deg);
22219
22093
  }
22220
22094
 
22221
- .v-dialog--fullscreen {
22222
- --v-scrollbar-offset: 0px;
22223
- }
22224
- .v-dialog--fullscreen > .v-overlay__content {
22225
- border-radius: 0;
22226
- margin: 0;
22227
- padding: 0;
22228
- width: 100%;
22229
- height: 100%;
22230
- max-width: 100%;
22231
- max-height: 100%;
22232
- overflow-y: auto;
22233
- top: 0;
22234
- left: 0;
22095
+ .v-date-picker-controls__date {
22096
+ margin-inline-end: 4px;
22235
22097
  }
22236
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
22237
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
22238
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
22239
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
22240
- min-height: 100%;
22241
- min-width: 100%;
22242
- border-radius: 0;
22098
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
22099
+ margin: auto;
22100
+ text-align: center;
22243
22101
  }
22244
22102
 
22245
- .v-dialog--scrollable > .v-overlay__content,
22246
- .v-dialog--scrollable > .v-overlay__content > form {
22103
+ .v-date-picker-controls__month {
22247
22104
  display: flex;
22248
22105
  }
22249
- .v-dialog--scrollable > .v-overlay__content > .v-card,
22250
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
22106
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
22107
+ flex-direction: row-reverse;
22108
+ }
22109
+
22110
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
22111
+ flex: 1 0 auto;
22112
+ }
22113
+
22114
+ .v-date-picker__title {
22115
+ display: inline-block;
22116
+ }.v-date-picker-month {
22251
22117
  display: flex;
22252
- flex: 1 1 100%;
22253
- flex-direction: column;
22254
- max-height: 100%;
22255
- max-width: 100%;
22118
+ justify-content: center;
22119
+ padding: 0 12px 8px;
22120
+ --v-date-picker-month-day-diff: 4px;
22256
22121
  }
22257
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
22258
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
22259
- -webkit-backface-visibility: hidden;
22260
- backface-visibility: hidden;
22261
- overflow-y: auto;
22262
- }.v-fab {
22122
+
22123
+ .v-date-picker-month__weeks {
22124
+ display: grid;
22125
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
22126
+ column-gap: 4px;
22127
+ font-size: 0.85rem;
22128
+ }
22129
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
22130
+ grid-row-gap: 0;
22131
+ }
22132
+
22133
+ .v-date-picker-month__weekday {
22134
+ font-size: 0.85rem;
22135
+ }
22136
+
22137
+ .v-date-picker-month__days {
22138
+ display: grid;
22139
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
22140
+ column-gap: 4px;
22141
+ flex: 1 1;
22142
+ justify-content: space-around;
22143
+ }
22144
+
22145
+ .v-date-picker-month__day {
22263
22146
  align-items: center;
22264
- display: inline-flex;
22265
- flex: 1 1 auto;
22266
- pointer-events: none;
22147
+ display: flex;
22148
+ justify-content: center;
22267
22149
  position: relative;
22268
- transition-duration: 0.2s;
22269
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22270
- vertical-align: middle;
22150
+ height: 40px;
22151
+ width: 40px;
22271
22152
  }
22272
- .v-fab .v-btn {
22273
- pointer-events: auto;
22153
+ .v-date-picker-month__day--selected .v-btn {
22154
+ background-color: rgb(var(--v-theme-surface-variant));
22155
+ color: rgb(var(--v-theme-on-surface-variant));
22274
22156
  }
22275
- .v-fab .v-btn--variant-elevated {
22276
- box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22157
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
22158
+ --v-btn-height: 24px;
22159
+ --v-btn-size: 0.85rem;
22277
22160
  }
22278
- .v-fab--app, .v-fab--absolute {
22279
- display: flex;
22161
+ .v-date-picker-month__day--week {
22162
+ font-size: var(--v-btn-size);
22280
22163
  }
22281
- .v-fab--start, .v-fab--left {
22282
- justify-content: flex-start;
22164
+
22165
+ .v-date-picker-month__day--adjacent {
22166
+ opacity: 0.5;
22283
22167
  }
22284
- .v-fab--center {
22285
- align-items: center;
22286
- justify-content: center;
22168
+
22169
+ .v-date-picker-month__day--hide-adjacent {
22170
+ opacity: 0;
22171
+ }.v-date-picker-years {
22172
+ height: 288px;
22173
+ overflow-y: scroll;
22287
22174
  }
22288
- .v-fab--end, .v-fab--right {
22289
- justify-content: flex-end;
22175
+
22176
+ .v-date-picker-years__content {
22177
+ display: grid;
22178
+ flex: 1 1;
22179
+ justify-content: space-around;
22180
+ grid-template-columns: repeat(3, 1fr);
22181
+ gap: 8px 24px;
22182
+ padding-inline: 32px;
22290
22183
  }
22291
- .v-fab--bottom {
22184
+ .v-date-picker-years__content .v-btn {
22185
+ padding-inline: 8px;
22186
+ }.v-date-picker-header {
22292
22187
  align-items: flex-end;
22188
+ height: 70px;
22189
+ display: grid;
22190
+ grid-template-areas: "prepend content append";
22191
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
22192
+ overflow: hidden;
22193
+ padding-inline: 24px 12px;
22194
+ padding-bottom: 12px;
22293
22195
  }
22294
- .v-fab--top {
22295
- align-items: flex-start;
22196
+
22197
+ .v-date-picker-header__append {
22198
+ grid-area: append;
22296
22199
  }
22297
- .v-fab--extended .v-btn {
22298
- border-radius: 9999px !important;
22200
+
22201
+ .v-date-picker-header__prepend {
22202
+ grid-area: prepend;
22203
+ padding-inline-start: 8px;
22299
22204
  }
22300
22205
 
22301
- .v-fab__container {
22302
- align-self: center;
22206
+ .v-date-picker-header__content {
22207
+ align-items: center;
22303
22208
  display: inline-flex;
22304
- position: absolute;
22305
- vertical-align: middle;
22209
+ font-size: 32px;
22210
+ line-height: 40px;
22211
+ grid-area: content;
22212
+ justify-content: space-between;
22306
22213
  }
22307
- .v-fab--app .v-fab__container {
22308
- margin: 12px;
22214
+ .v-date-picker-header--clickable .v-date-picker-header__content {
22215
+ cursor: pointer;
22309
22216
  }
22310
- .v-fab--absolute .v-fab__container {
22311
- position: absolute;
22312
- z-index: 4;
22217
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
22218
+ opacity: 0.7;
22313
22219
  }
22314
- .v-fab--offset.v-fab--top .v-fab__container {
22315
- transform: translateY(-50%);
22220
+
22221
+ .date-picker-header-transition-enter-active,
22222
+ .date-picker-header-reverse-transition-enter-active {
22223
+ transition-duration: 0.3s;
22224
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22316
22225
  }
22317
- .v-fab--offset.v-fab--bottom .v-fab__container {
22318
- transform: translateY(50%);
22226
+ .date-picker-header-transition-leave-active,
22227
+ .date-picker-header-reverse-transition-leave-active {
22228
+ transition-duration: 0.3s;
22229
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22319
22230
  }
22320
- .v-fab--top .v-fab__container {
22321
- top: 0;
22231
+
22232
+ .date-picker-header-transition-enter-from {
22233
+ transform: translate(0, 100%);
22322
22234
  }
22323
- .v-fab--bottom .v-fab__container {
22324
- bottom: 0;
22235
+ .date-picker-header-transition-leave-to {
22236
+ opacity: 0;
22237
+ transform: translate(0, -100%);
22325
22238
  }
22326
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22327
- left: 0;
22239
+
22240
+ .date-picker-header-reverse-transition-enter-from {
22241
+ transform: translate(0, -100%);
22328
22242
  }
22329
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22330
- right: 0;
22243
+ .date-picker-header-reverse-transition-leave-to {
22244
+ opacity: 0;
22245
+ transform: translate(0, 100%);
22246
+ }.v-date-picker-months {
22247
+ height: 288px;
22248
+ }
22249
+
22250
+ .v-date-picker-months__content {
22251
+ align-items: center;
22252
+ display: grid;
22253
+ flex: 1 1;
22254
+ height: inherit;
22255
+ justify-content: space-around;
22256
+ grid-template-columns: repeat(2, 1fr);
22257
+ grid-gap: 0px 24px;
22258
+ padding-inline-start: 36px;
22259
+ padding-inline-end: 36px;
22260
+ }
22261
+ .v-date-picker-months__content .v-btn {
22262
+ text-transform: none;
22263
+ padding-inline-start: 8px;
22264
+ padding-inline-end: 8px;
22331
22265
  }.v-divider {
22332
22266
  display: block;
22333
22267
  flex: 1 1 100%;
@@ -22663,36 +22597,134 @@ html.overflow-y-hidden {
22663
22597
  }
22664
22598
  .v-expansion-panels--tile > .v-expansion-panel {
22665
22599
  border-radius: 0;
22666
- }/* region INPUT */
22667
- .v-field {
22668
- display: grid;
22669
- grid-template-areas: "prepend-inner field clear append-inner";
22670
- grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
22671
- font-size: 16px;
22672
- letter-spacing: 0.009375em;
22673
- max-width: 100%;
22674
- border-radius: 4px;
22675
- contain: layout;
22676
- flex: 1 0;
22677
- grid-area: control;
22600
+ }.v-fab {
22601
+ align-items: center;
22602
+ display: inline-flex;
22603
+ flex: 1 1 auto;
22604
+ pointer-events: none;
22678
22605
  position: relative;
22679
- --v-theme-overlay-multiplier: 1;
22680
- --v-field-padding-start: 16px;
22681
- --v-field-padding-end: 16px;
22682
- --v-field-padding-top: 8px;
22683
- --v-field-padding-bottom: 4px;
22684
- --v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
22685
- --v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
22606
+ transition-duration: 0.2s;
22607
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22608
+ vertical-align: middle;
22686
22609
  }
22687
- .v-field--disabled {
22688
- opacity: var(--v-disabled-opacity);
22689
- pointer-events: none;
22610
+ .v-fab .v-btn {
22611
+ pointer-events: auto;
22690
22612
  }
22691
- .v-field .v-chip {
22692
- --v-chip-height: 24px;
22613
+ .v-fab .v-btn--variant-elevated {
22614
+ box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22693
22615
  }
22694
-
22695
- /* endregion */
22616
+ .v-fab--app, .v-fab--absolute {
22617
+ display: flex;
22618
+ }
22619
+ .v-fab--start, .v-fab--left {
22620
+ justify-content: flex-start;
22621
+ }
22622
+ .v-fab--center {
22623
+ align-items: center;
22624
+ justify-content: center;
22625
+ }
22626
+ .v-fab--end, .v-fab--right {
22627
+ justify-content: flex-end;
22628
+ }
22629
+ .v-fab--bottom {
22630
+ align-items: flex-end;
22631
+ }
22632
+ .v-fab--top {
22633
+ align-items: flex-start;
22634
+ }
22635
+ .v-fab--extended .v-btn {
22636
+ border-radius: 9999px !important;
22637
+ }
22638
+
22639
+ .v-fab__container {
22640
+ align-self: center;
22641
+ display: inline-flex;
22642
+ position: absolute;
22643
+ vertical-align: middle;
22644
+ }
22645
+ .v-fab--app .v-fab__container {
22646
+ margin: 12px;
22647
+ }
22648
+ .v-fab--absolute .v-fab__container {
22649
+ position: absolute;
22650
+ z-index: 4;
22651
+ }
22652
+ .v-fab--offset.v-fab--top .v-fab__container {
22653
+ transform: translateY(-50%);
22654
+ }
22655
+ .v-fab--offset.v-fab--bottom .v-fab__container {
22656
+ transform: translateY(50%);
22657
+ }
22658
+ .v-fab--top .v-fab__container {
22659
+ top: 0;
22660
+ }
22661
+ .v-fab--bottom .v-fab__container {
22662
+ bottom: 0;
22663
+ }
22664
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22665
+ left: 0;
22666
+ }
22667
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22668
+ right: 0;
22669
+ }.v-file-input--hide.v-input .v-field,
22670
+ .v-file-input--hide.v-input .v-input__control,
22671
+ .v-file-input--hide.v-input .v-input__details {
22672
+ display: none;
22673
+ }
22674
+ .v-file-input--hide.v-input .v-input__prepend {
22675
+ grid-area: control;
22676
+ margin: 0 auto;
22677
+ }
22678
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22679
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22680
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22681
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22682
+ top: 0px;
22683
+ }
22684
+ .v-file-input input[type=file] {
22685
+ height: 100%;
22686
+ left: 0;
22687
+ opacity: 0;
22688
+ position: absolute;
22689
+ top: 0;
22690
+ width: 100%;
22691
+ z-index: 1;
22692
+ }
22693
+ .v-file-input .v-input__details {
22694
+ padding-inline: 16px;
22695
+ }
22696
+ .v-input--plain-underlined.v-file-input .v-input__details {
22697
+ padding-inline: 0;
22698
+ }/* region INPUT */
22699
+ .v-field {
22700
+ display: grid;
22701
+ grid-template-areas: "prepend-inner field clear append-inner";
22702
+ grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
22703
+ font-size: 16px;
22704
+ letter-spacing: 0.009375em;
22705
+ max-width: 100%;
22706
+ border-radius: 4px;
22707
+ contain: layout;
22708
+ flex: 1 0;
22709
+ grid-area: control;
22710
+ position: relative;
22711
+ --v-theme-overlay-multiplier: 1;
22712
+ --v-field-padding-start: 16px;
22713
+ --v-field-padding-end: 16px;
22714
+ --v-field-padding-top: 8px;
22715
+ --v-field-padding-bottom: 4px;
22716
+ --v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
22717
+ --v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
22718
+ }
22719
+ .v-field--disabled {
22720
+ opacity: var(--v-disabled-opacity);
22721
+ pointer-events: none;
22722
+ }
22723
+ .v-field .v-chip {
22724
+ --v-chip-height: 24px;
22725
+ }
22726
+
22727
+ /* endregion */
22696
22728
  /* region MODIFIERS */
22697
22729
  .v-field--prepended {
22698
22730
  padding-inline-start: 12px;
@@ -23246,36 +23278,7 @@ textarea.v-field__input::placeholder {
23246
23278
  opacity: 0;
23247
23279
  }
23248
23280
 
23249
- /* endregion */.v-file-input--hide.v-input .v-field,
23250
- .v-file-input--hide.v-input .v-input__control,
23251
- .v-file-input--hide.v-input .v-input__details {
23252
- display: none;
23253
- }
23254
- .v-file-input--hide.v-input .v-input__prepend {
23255
- grid-area: control;
23256
- margin: 0 auto;
23257
- }
23258
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
23259
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
23260
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
23261
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
23262
- top: 0px;
23263
- }
23264
- .v-file-input input[type=file] {
23265
- height: 100%;
23266
- left: 0;
23267
- opacity: 0;
23268
- position: absolute;
23269
- top: 0;
23270
- width: 100%;
23271
- z-index: 1;
23272
- }
23273
- .v-file-input .v-input__details {
23274
- padding-inline: 16px;
23275
- }
23276
- .v-input--plain-underlined.v-file-input .v-input__details {
23277
- padding-inline: 0;
23278
- }.v-footer {
23281
+ /* endregion */.v-footer {
23279
23282
  align-items: center;
23280
23283
  display: flex;
23281
23284
  flex: 1 1 auto;
@@ -23311,36 +23314,6 @@ textarea.v-field__input::placeholder {
23311
23314
  }
23312
23315
  .v-footer--rounded {
23313
23316
  border-radius: 4px;
23314
- }.v-infinite-scroll--horizontal {
23315
- display: flex;
23316
- flex-direction: row;
23317
- overflow-x: auto;
23318
- }
23319
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
23320
- height: 100%;
23321
- width: 1px;
23322
- }
23323
-
23324
- .v-infinite-scroll--vertical {
23325
- display: flex;
23326
- flex-direction: column;
23327
- overflow-y: auto;
23328
- }
23329
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
23330
- height: 1px;
23331
- width: 100%;
23332
- }
23333
-
23334
- .v-infinite-scroll__side {
23335
- align-items: center;
23336
- display: flex;
23337
- justify-content: center;
23338
- padding: 8px;
23339
- }.v-item-group {
23340
- flex: 0 1 auto;
23341
- max-width: 100%;
23342
- position: relative;
23343
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23344
23317
  }.v-img {
23345
23318
  --v-theme-overlay-multiplier: 3;
23346
23319
  z-index: 0;
@@ -23392,6 +23365,43 @@ textarea.v-field__input::placeholder {
23392
23365
 
23393
23366
  .v-img__gradient {
23394
23367
  background-repeat: no-repeat;
23368
+ }.v-infinite-scroll--horizontal {
23369
+ display: flex;
23370
+ flex-direction: row;
23371
+ overflow-x: auto;
23372
+ }
23373
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
23374
+ height: 100%;
23375
+ width: var(--v-infinite-margin-size, 1px);
23376
+ }
23377
+
23378
+ .v-infinite-scroll--vertical {
23379
+ display: flex;
23380
+ flex-direction: column;
23381
+ overflow-y: auto;
23382
+ }
23383
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
23384
+ height: 1px;
23385
+ width: 100%;
23386
+ }
23387
+
23388
+ .v-infinite-scroll-intersect {
23389
+ pointer-events: none;
23390
+ margin-top: var(--v-infinite-margin);
23391
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
23392
+ }
23393
+ .v-infinite-scroll-intersect:nth-child(2) {
23394
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
23395
+ }
23396
+ .v-infinite-scroll-intersect:nth-last-child(2) {
23397
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
23398
+ }
23399
+
23400
+ .v-infinite-scroll__side {
23401
+ align-items: center;
23402
+ display: flex;
23403
+ justify-content: center;
23404
+ padding: 8px;
23395
23405
  }.v-icon {
23396
23406
  --v-icon-size-multiplier: 1;
23397
23407
  align-items: center;
@@ -23587,21 +23597,11 @@ textarea.v-field__input::placeholder {
23587
23597
 
23588
23598
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
23589
23599
  padding-top: calc(var(--v-input-padding-top) + 0px);
23590
- }.v-layout {
23591
- --v-scrollbar-offset: 0px;
23592
- display: flex;
23593
- flex: 1 1 auto;
23594
- }
23595
- .v-layout--full-height {
23596
- --v-scrollbar-offset: inherit;
23597
- height: 100%;
23598
- }.v-layout-item {
23599
- position: absolute;
23600
+ }.v-item-group {
23601
+ flex: 0 1 auto;
23602
+ max-width: 100%;
23603
+ position: relative;
23600
23604
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23601
- }
23602
-
23603
- .v-layout-item--absolute {
23604
- position: absolute;
23605
23605
  }.v-label {
23606
23606
  align-items: center;
23607
23607
  color: inherit;
@@ -24222,6 +24222,23 @@ textarea.v-field__input::placeholder {
24222
24222
  --v-layout-right: 0px;
24223
24223
  --v-layout-top: 0px;
24224
24224
  --v-layout-bottom: 0px;
24225
+ }.v-layout {
24226
+ --v-scrollbar-offset: 0px;
24227
+ display: flex;
24228
+ flex: 1 1 auto;
24229
+ }
24230
+ .v-layout--full-height {
24231
+ --v-scrollbar-offset: inherit;
24232
+ height: 100%;
24233
+ }.v-layout-item {
24234
+ position: absolute;
24235
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24236
+ }
24237
+
24238
+ .v-layout-item--absolute {
24239
+ position: absolute;
24240
+ }.v-locale-provider {
24241
+ display: contents;
24225
24242
  }.v-menu > .v-overlay__content {
24226
24243
  display: flex;
24227
24244
  flex-direction: column;
@@ -24257,140 +24274,17 @@ textarea.v-field__input::placeholder {
24257
24274
  -webkit-hyphens: auto;
24258
24275
  hyphens: auto;
24259
24276
  transition-duration: 150ms;
24260
- }.v-locale-provider {
24261
- display: contents;
24262
- }.v-overlay-container {
24263
- contain: layout;
24264
- left: 0;
24265
- pointer-events: none;
24266
- position: absolute;
24267
- top: 0;
24268
- display: contents;
24269
- }
24270
-
24271
- .v-overlay-scroll-blocked {
24272
- padding-inline-end: var(--v-scrollbar-offset);
24273
- }
24274
- .v-overlay-scroll-blocked:not(html) {
24275
- overflow-y: hidden !important;
24276
- }
24277
- html.v-overlay-scroll-blocked {
24278
- position: fixed;
24279
- top: var(--v-body-scroll-y);
24280
- left: var(--v-body-scroll-x);
24281
- width: 100%;
24282
- height: 100%;
24283
- }
24284
-
24285
- .v-overlay {
24286
- border-radius: inherit;
24287
- display: flex;
24288
- left: 0;
24289
- pointer-events: none;
24290
- position: fixed;
24291
- top: 0;
24292
- bottom: 0;
24293
- right: 0;
24294
- }
24295
-
24296
- .v-overlay__content {
24297
- outline: none;
24298
- position: absolute;
24299
- pointer-events: auto;
24300
- contain: layout;
24301
- }
24302
-
24303
- .v-overlay__scrim {
24304
- pointer-events: auto;
24305
- background: rgb(var(--v-theme-on-surface));
24306
- border-radius: inherit;
24307
- bottom: 0;
24308
- left: 0;
24309
- opacity: var(--v-overlay-opacity, 0.32);
24310
- position: fixed;
24311
- right: 0;
24312
- top: 0;
24313
- }
24314
-
24315
- .v-overlay--absolute {
24316
- position: absolute;
24317
- }
24318
-
24319
- .v-overlay--contained .v-overlay__scrim {
24320
- position: absolute;
24321
- }
24322
-
24323
- .v-overlay--scroll-blocked {
24324
- padding-inline-end: var(--v-scrollbar-offset);
24325
- }.v-otp-input {
24326
- align-items: center;
24327
- display: flex;
24328
- justify-content: center;
24329
- padding: 0.5rem 0;
24330
- position: relative;
24331
- }
24332
- .v-otp-input {
24333
- border-radius: 4px;
24334
- }
24335
- .v-otp-input .v-field {
24336
- height: 100%;
24337
- }
24338
-
24339
- .v-otp-input__divider {
24340
- margin: 0 8px;
24341
- }
24342
-
24343
- .v-otp-input__content {
24344
- align-items: center;
24345
- display: flex;
24346
- gap: 0.5rem;
24347
- height: 64px;
24348
- padding: 0.5rem;
24349
- justify-content: center;
24350
- max-width: 320px;
24351
- position: relative;
24352
- border-radius: inherit;
24353
- }
24354
- .v-otp-input--divided .v-otp-input__content {
24355
- max-width: 360px;
24356
- }
24357
-
24358
- .v-otp-input__field {
24359
- color: inherit;
24360
- font-size: 1.25rem;
24361
- height: 100%;
24362
- outline: none;
24363
- text-align: center;
24364
- width: 100%;
24365
- }
24366
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
24367
- -webkit-appearance: none;
24368
- margin: 0;
24369
- }
24370
- .v-otp-input__field[type=number] {
24371
- -moz-appearance: textfield;
24372
- }
24373
-
24374
- .v-otp-input__loader {
24375
- align-items: center;
24376
- display: flex;
24377
- height: 100%;
24378
- justify-content: center;
24379
- width: 100%;
24380
- }
24381
- .v-otp-input__loader .v-progress-linear {
24382
- position: absolute;
24383
- }.v-navigation-drawer {
24384
- -webkit-overflow-scrolling: touch;
24385
- background: rgb(var(--v-theme-surface));
24386
- display: flex;
24387
- flex-direction: column;
24388
- height: 100%;
24389
- max-width: 100%;
24390
- pointer-events: auto;
24391
- transition-duration: 0.2s;
24392
- transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
24393
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24277
+ }.v-navigation-drawer {
24278
+ -webkit-overflow-scrolling: touch;
24279
+ background: rgb(var(--v-theme-surface));
24280
+ display: flex;
24281
+ flex-direction: column;
24282
+ height: 100%;
24283
+ max-width: 100%;
24284
+ pointer-events: auto;
24285
+ transition-duration: 0.2s;
24286
+ transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
24287
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24394
24288
  position: absolute;
24395
24289
  }
24396
24290
  .v-navigation-drawer {
@@ -24488,12 +24382,64 @@ html.v-overlay-scroll-blocked {
24488
24382
  .v-navigation-drawer__append {
24489
24383
  flex: none;
24490
24384
  overflow: hidden;
24491
- }.v-parallax {
24385
+ }.v-otp-input {
24386
+ align-items: center;
24387
+ display: flex;
24388
+ justify-content: center;
24389
+ padding: 0.5rem 0;
24492
24390
  position: relative;
24493
- overflow: hidden;
24494
24391
  }
24495
- .v-parallax--active > .v-img__img {
24496
- will-change: transform;
24392
+ .v-otp-input {
24393
+ border-radius: 4px;
24394
+ }
24395
+ .v-otp-input .v-field {
24396
+ height: 100%;
24397
+ }
24398
+
24399
+ .v-otp-input__divider {
24400
+ margin: 0 8px;
24401
+ }
24402
+
24403
+ .v-otp-input__content {
24404
+ align-items: center;
24405
+ display: flex;
24406
+ gap: 0.5rem;
24407
+ height: 64px;
24408
+ padding: 0.5rem;
24409
+ justify-content: center;
24410
+ max-width: 320px;
24411
+ position: relative;
24412
+ border-radius: inherit;
24413
+ }
24414
+ .v-otp-input--divided .v-otp-input__content {
24415
+ max-width: 360px;
24416
+ }
24417
+
24418
+ .v-otp-input__field {
24419
+ color: inherit;
24420
+ font-size: 1.25rem;
24421
+ height: 100%;
24422
+ outline: none;
24423
+ text-align: center;
24424
+ width: 100%;
24425
+ }
24426
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
24427
+ -webkit-appearance: none;
24428
+ margin: 0;
24429
+ }
24430
+ .v-otp-input__field[type=number] {
24431
+ -moz-appearance: textfield;
24432
+ }
24433
+
24434
+ .v-otp-input__loader {
24435
+ align-items: center;
24436
+ display: flex;
24437
+ height: 100%;
24438
+ justify-content: center;
24439
+ width: 100%;
24440
+ }
24441
+ .v-otp-input__loader .v-progress-linear {
24442
+ position: absolute;
24497
24443
  }.v-pagination__list {
24498
24444
  display: inline-flex;
24499
24445
  list-style-type: none;
@@ -24502,177 +24448,75 @@ html.v-overlay-scroll-blocked {
24502
24448
  }
24503
24449
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
24504
24450
  margin: 0.3rem;
24505
- }.v-progress-circular {
24506
- align-items: center;
24507
- display: inline-flex;
24508
- justify-content: center;
24451
+ }.v-parallax {
24509
24452
  position: relative;
24510
- vertical-align: middle;
24453
+ overflow: hidden;
24511
24454
  }
24512
- .v-progress-circular > svg {
24455
+ .v-parallax--active > .v-img__img {
24456
+ will-change: transform;
24457
+ }.v-overlay-container {
24458
+ contain: layout;
24459
+ left: 0;
24460
+ pointer-events: none;
24461
+ position: absolute;
24462
+ top: 0;
24463
+ display: contents;
24464
+ }
24465
+
24466
+ .v-overlay-scroll-blocked {
24467
+ padding-inline-end: var(--v-scrollbar-offset);
24468
+ }
24469
+ .v-overlay-scroll-blocked:not(html) {
24470
+ overflow-y: hidden !important;
24471
+ }
24472
+ html.v-overlay-scroll-blocked {
24473
+ position: fixed;
24474
+ top: var(--v-body-scroll-y);
24475
+ left: var(--v-body-scroll-x);
24513
24476
  width: 100%;
24514
24477
  height: 100%;
24515
- margin: auto;
24516
- position: absolute;
24478
+ }
24479
+
24480
+ .v-overlay {
24481
+ border-radius: inherit;
24482
+ display: flex;
24483
+ left: 0;
24484
+ pointer-events: none;
24485
+ position: fixed;
24517
24486
  top: 0;
24518
24487
  bottom: 0;
24519
- left: 0;
24520
24488
  right: 0;
24521
- z-index: 0;
24522
24489
  }
24523
24490
 
24524
- .v-progress-circular__content {
24525
- align-items: center;
24526
- display: flex;
24527
- justify-content: center;
24491
+ .v-overlay__content {
24492
+ outline: none;
24493
+ position: absolute;
24494
+ pointer-events: auto;
24495
+ contain: layout;
24528
24496
  }
24529
24497
 
24530
- .v-progress-circular__underlay {
24531
- color: rgba(var(--v-border-color), var(--v-border-opacity));
24532
- stroke: currentColor;
24533
- z-index: 1;
24498
+ .v-overlay__scrim {
24499
+ pointer-events: auto;
24500
+ background: rgb(var(--v-theme-on-surface));
24501
+ border-radius: inherit;
24502
+ bottom: 0;
24503
+ left: 0;
24504
+ opacity: var(--v-overlay-opacity, 0.32);
24505
+ position: fixed;
24506
+ right: 0;
24507
+ top: 0;
24534
24508
  }
24535
24509
 
24536
- .v-progress-circular__overlay {
24537
- stroke: currentColor;
24538
- transition: all 0.2s ease-in-out, stroke-width 0s;
24539
- z-index: 2;
24510
+ .v-overlay--absolute {
24511
+ position: absolute;
24540
24512
  }
24541
24513
 
24542
- .v-progress-circular--size-x-small {
24543
- height: 16px;
24544
- width: 16px;
24545
- }
24546
- .v-progress-circular--size-small {
24547
- height: 24px;
24548
- width: 24px;
24549
- }
24550
- .v-progress-circular--size-default {
24551
- height: 32px;
24552
- width: 32px;
24553
- }
24554
- .v-progress-circular--size-large {
24555
- height: 48px;
24556
- width: 48px;
24557
- }
24558
- .v-progress-circular--size-x-large {
24559
- height: 64px;
24560
- width: 64px;
24561
- }
24562
-
24563
- .v-progress-circular--indeterminate > svg {
24564
- animation: progress-circular-rotate 1.4s linear infinite;
24565
- transform-origin: center center;
24566
- transition: all 0.2s ease-in-out;
24567
- }
24568
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
24569
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
24570
- stroke-dasharray: 25, 200;
24571
- stroke-dashoffset: 0;
24572
- stroke-linecap: round;
24573
- transform-origin: center center;
24574
- transform: rotate(-90deg);
24575
- }
24576
-
24577
- .v-progress-circular--disable-shrink > svg {
24578
- animation-duration: 0.7s;
24579
- }
24580
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
24581
- animation: none;
24582
- }
24583
-
24584
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24585
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24586
- animation-play-state: paused !important;
24587
- }
24588
-
24589
- @keyframes progress-circular-dash {
24590
- 0% {
24591
- stroke-dasharray: 1, 200;
24592
- stroke-dashoffset: 0px;
24593
- }
24594
- 50% {
24595
- stroke-dasharray: 100, 200;
24596
- stroke-dashoffset: -15px;
24597
- }
24598
- 100% {
24599
- stroke-dasharray: 100, 200;
24600
- stroke-dashoffset: -124px;
24601
- }
24602
- }
24603
- @keyframes progress-circular-rotate {
24604
- 100% {
24605
- transform: rotate(270deg);
24606
- }
24607
- }.v-radio-group > .v-input__control {
24608
- flex-direction: column;
24609
- }
24610
- .v-radio-group > .v-input__control > .v-label {
24611
- margin-inline-start: 16px;
24612
- }
24613
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24614
- padding-inline-start: 6px;
24615
- margin-top: 8px;
24616
- }
24617
- .v-radio-group .v-input__details {
24618
- padding-inline: 16px;
24619
- }.v-slider .v-slider__container input {
24620
- cursor: default;
24621
- padding: 0;
24622
- width: 100%;
24623
- display: none;
24624
- }
24625
- .v-slider > .v-input__append,
24626
- .v-slider > .v-input__prepend {
24627
- padding: 0;
24628
- }
24629
-
24630
- .v-slider__container {
24631
- position: relative;
24632
- min-height: inherit;
24633
- width: 100%;
24634
- height: 100%;
24635
- display: flex;
24636
- justify-content: center;
24637
- align-items: center;
24638
- cursor: pointer;
24639
- }
24640
- .v-input--disabled .v-slider__container {
24641
- opacity: var(--v-disabled-opacity);
24642
- }
24643
- .v-input--error:not(.v-input--disabled) .v-slider__container {
24644
- color: rgb(var(--v-theme-error));
24645
- }
24646
-
24647
- .v-slider.v-input--horizontal {
24648
- align-items: center;
24649
- margin-inline: 8px 8px;
24650
- }
24651
- .v-slider.v-input--horizontal > .v-input__control {
24652
- min-height: 32px;
24653
- display: flex;
24654
- align-items: center;
24655
- }
24656
-
24657
- .v-slider.v-input--vertical {
24658
- justify-content: center;
24659
- margin-top: 12px;
24660
- margin-bottom: 12px;
24661
- }
24662
- .v-slider.v-input--vertical > .v-input__control {
24663
- min-height: 300px;
24664
- }
24665
-
24666
- .v-slider.v-input--disabled {
24667
- pointer-events: none;
24668
- }
24669
-
24670
- .v-slider--has-labels > .v-input__control {
24671
- margin-bottom: 4px;
24514
+ .v-overlay--contained .v-overlay__scrim {
24515
+ position: absolute;
24672
24516
  }
24673
24517
 
24674
- .v-slider__label {
24675
- margin-inline-end: 12px;
24518
+ .v-overlay--scroll-blocked {
24519
+ padding-inline-end: var(--v-scrollbar-offset);
24676
24520
  }.v-progress-linear {
24677
24521
  background: transparent;
24678
24522
  overflow: hidden;
@@ -24901,14 +24745,108 @@ html.v-overlay-scroll-blocked {
24901
24745
  0% {
24902
24746
  background-position-x: var(--v-progress-linear-height);
24903
24747
  }
24904
- }.v-selection-control-group {
24905
- grid-area: control;
24748
+ }.v-progress-circular {
24749
+ align-items: center;
24750
+ display: inline-flex;
24751
+ justify-content: center;
24752
+ position: relative;
24753
+ vertical-align: middle;
24754
+ }
24755
+ .v-progress-circular > svg {
24756
+ width: 100%;
24757
+ height: 100%;
24758
+ margin: auto;
24759
+ position: absolute;
24760
+ top: 0;
24761
+ bottom: 0;
24762
+ left: 0;
24763
+ right: 0;
24764
+ z-index: 0;
24765
+ }
24766
+
24767
+ .v-progress-circular__content {
24768
+ align-items: center;
24906
24769
  display: flex;
24907
- flex-direction: column;
24770
+ justify-content: center;
24908
24771
  }
24909
- .v-selection-control-group--inline {
24910
- flex-direction: row;
24911
- flex-wrap: wrap;
24772
+
24773
+ .v-progress-circular__underlay {
24774
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
24775
+ stroke: currentColor;
24776
+ z-index: 1;
24777
+ }
24778
+
24779
+ .v-progress-circular__overlay {
24780
+ stroke: currentColor;
24781
+ transition: all 0.2s ease-in-out, stroke-width 0s;
24782
+ z-index: 2;
24783
+ }
24784
+
24785
+ .v-progress-circular--size-x-small {
24786
+ height: 16px;
24787
+ width: 16px;
24788
+ }
24789
+ .v-progress-circular--size-small {
24790
+ height: 24px;
24791
+ width: 24px;
24792
+ }
24793
+ .v-progress-circular--size-default {
24794
+ height: 32px;
24795
+ width: 32px;
24796
+ }
24797
+ .v-progress-circular--size-large {
24798
+ height: 48px;
24799
+ width: 48px;
24800
+ }
24801
+ .v-progress-circular--size-x-large {
24802
+ height: 64px;
24803
+ width: 64px;
24804
+ }
24805
+
24806
+ .v-progress-circular--indeterminate > svg {
24807
+ animation: progress-circular-rotate 1.4s linear infinite;
24808
+ transform-origin: center center;
24809
+ transition: all 0.2s ease-in-out;
24810
+ }
24811
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
24812
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
24813
+ stroke-dasharray: 25, 200;
24814
+ stroke-dashoffset: 0;
24815
+ stroke-linecap: round;
24816
+ transform-origin: center center;
24817
+ transform: rotate(-90deg);
24818
+ }
24819
+
24820
+ .v-progress-circular--disable-shrink > svg {
24821
+ animation-duration: 0.7s;
24822
+ }
24823
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
24824
+ animation: none;
24825
+ }
24826
+
24827
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24828
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24829
+ animation-play-state: paused !important;
24830
+ }
24831
+
24832
+ @keyframes progress-circular-dash {
24833
+ 0% {
24834
+ stroke-dasharray: 1, 200;
24835
+ stroke-dashoffset: 0px;
24836
+ }
24837
+ 50% {
24838
+ stroke-dasharray: 100, 200;
24839
+ stroke-dashoffset: -15px;
24840
+ }
24841
+ 100% {
24842
+ stroke-dasharray: 100, 200;
24843
+ stroke-dashoffset: -124px;
24844
+ }
24845
+ }
24846
+ @keyframes progress-circular-rotate {
24847
+ 100% {
24848
+ transform: rotate(270deg);
24849
+ }
24912
24850
  }.v-rating {
24913
24851
  max-width: 100%;
24914
24852
  display: inline-flex;
@@ -24962,23 +24900,170 @@ html.v-overlay-scroll-blocked {
24962
24900
  opacity: 0;
24963
24901
  position: absolute;
24964
24902
  width: 0;
24965
- }.v-selection-control {
24966
- align-items: center;
24967
- contain: layout;
24968
- display: flex;
24969
- flex: 1 0;
24970
- grid-area: control;
24971
- position: relative;
24972
- -webkit-user-select: none;
24973
- user-select: none;
24903
+ }.v-radio-group > .v-input__control {
24904
+ flex-direction: column;
24974
24905
  }
24975
- .v-selection-control .v-label {
24976
- white-space: normal;
24977
- word-break: break-word;
24978
- height: 100%;
24906
+ .v-radio-group > .v-input__control > .v-label {
24907
+ margin-inline-start: 16px;
24979
24908
  }
24980
- .v-selection-control--disabled {
24981
- opacity: var(--v-disabled-opacity);
24909
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24910
+ padding-inline-start: 6px;
24911
+ margin-top: 8px;
24912
+ }
24913
+ .v-radio-group .v-input__details {
24914
+ padding-inline: 16px;
24915
+ }.v-responsive {
24916
+ display: flex;
24917
+ flex: 1 0 auto;
24918
+ max-height: 100%;
24919
+ max-width: 100%;
24920
+ overflow: hidden;
24921
+ position: relative;
24922
+ }
24923
+ .v-responsive--inline {
24924
+ display: inline-flex;
24925
+ flex: 0 0 auto;
24926
+ }
24927
+
24928
+ .v-responsive__content {
24929
+ flex: 1 0 0px;
24930
+ max-width: 100%;
24931
+ }
24932
+
24933
+ .v-responsive__sizer ~ .v-responsive__content {
24934
+ margin-inline-start: -100%;
24935
+ }
24936
+
24937
+ .v-responsive__sizer {
24938
+ flex: 1 0 0px;
24939
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24940
+ pointer-events: none;
24941
+ }.v-select .v-field .v-text-field__prefix,
24942
+ .v-select .v-field .v-text-field__suffix,
24943
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24944
+ cursor: pointer;
24945
+ }
24946
+ .v-select .v-field .v-field__input > input {
24947
+ align-self: flex-start;
24948
+ opacity: 1;
24949
+ flex: 0 0;
24950
+ position: absolute;
24951
+ width: 100%;
24952
+ transition: none;
24953
+ pointer-events: none;
24954
+ caret-color: transparent;
24955
+ }
24956
+ .v-select .v-field--dirty .v-select__selection {
24957
+ margin-inline-end: 2px;
24958
+ }
24959
+ .v-select .v-select__selection-text {
24960
+ overflow: hidden;
24961
+ text-overflow: ellipsis;
24962
+ white-space: nowrap;
24963
+ }
24964
+ .v-select__content {
24965
+ overflow: hidden;
24966
+ }
24967
+ .v-select__content {
24968
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24969
+ }
24970
+ .v-select__content {
24971
+ border-radius: 4px;
24972
+ }
24973
+ .v-select__selection {
24974
+ display: inline-flex;
24975
+ align-items: center;
24976
+ letter-spacing: inherit;
24977
+ line-height: inherit;
24978
+ max-width: 100%;
24979
+ }
24980
+ .v-select .v-select__selection:first-child {
24981
+ margin-inline-start: 0;
24982
+ }
24983
+ .v-select--selected .v-field .v-field__input > input {
24984
+ opacity: 0;
24985
+ }
24986
+ .v-select__menu-icon {
24987
+ margin-inline-start: 4px;
24988
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24989
+ }
24990
+ .v-select--active-menu .v-select__menu-icon {
24991
+ opacity: var(--v-high-emphasis-opacity);
24992
+ transform: rotate(180deg);
24993
+ }.v-slider .v-slider__container input {
24994
+ cursor: default;
24995
+ padding: 0;
24996
+ width: 100%;
24997
+ display: none;
24998
+ }
24999
+ .v-slider > .v-input__append,
25000
+ .v-slider > .v-input__prepend {
25001
+ padding: 0;
25002
+ }
25003
+
25004
+ .v-slider__container {
25005
+ position: relative;
25006
+ min-height: inherit;
25007
+ width: 100%;
25008
+ height: 100%;
25009
+ display: flex;
25010
+ justify-content: center;
25011
+ align-items: center;
25012
+ cursor: pointer;
25013
+ }
25014
+ .v-input--disabled .v-slider__container {
25015
+ opacity: var(--v-disabled-opacity);
25016
+ }
25017
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
25018
+ color: rgb(var(--v-theme-error));
25019
+ }
25020
+
25021
+ .v-slider.v-input--horizontal {
25022
+ align-items: center;
25023
+ margin-inline: 8px 8px;
25024
+ }
25025
+ .v-slider.v-input--horizontal > .v-input__control {
25026
+ min-height: 32px;
25027
+ display: flex;
25028
+ align-items: center;
25029
+ }
25030
+
25031
+ .v-slider.v-input--vertical {
25032
+ justify-content: center;
25033
+ margin-top: 12px;
25034
+ margin-bottom: 12px;
25035
+ }
25036
+ .v-slider.v-input--vertical > .v-input__control {
25037
+ min-height: 300px;
25038
+ }
25039
+
25040
+ .v-slider.v-input--disabled {
25041
+ pointer-events: none;
25042
+ }
25043
+
25044
+ .v-slider--has-labels > .v-input__control {
25045
+ margin-bottom: 4px;
25046
+ }
25047
+
25048
+ .v-slider__label {
25049
+ margin-inline-end: 12px;
25050
+ }.v-selection-control {
25051
+ align-items: center;
25052
+ contain: layout;
25053
+ display: flex;
25054
+ flex: 1 0;
25055
+ grid-area: control;
25056
+ position: relative;
25057
+ -webkit-user-select: none;
25058
+ user-select: none;
25059
+ }
25060
+ .v-selection-control .v-label {
25061
+ white-space: normal;
25062
+ word-break: break-word;
25063
+ height: 100%;
25064
+ }
25065
+ .v-selection-control--disabled {
25066
+ opacity: var(--v-disabled-opacity);
24982
25067
  pointer-events: none;
24983
25068
  }
24984
25069
  .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
@@ -25065,84 +25150,50 @@ html.v-overlay-scroll-blocked {
25065
25150
  }
25066
25151
  .v-selection-control--focus-visible .v-selection-control__input::before {
25067
25152
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25068
- }.v-select .v-field .v-text-field__prefix,
25069
- .v-select .v-field .v-text-field__suffix,
25070
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
25071
- cursor: pointer;
25072
- }
25073
- .v-select .v-field .v-field__input > input {
25074
- align-self: flex-start;
25075
- opacity: 1;
25076
- flex: 0 0;
25077
- position: absolute;
25078
- width: 100%;
25079
- transition: none;
25080
- pointer-events: none;
25081
- caret-color: transparent;
25153
+ }.v-sheet {
25154
+ display: block;
25082
25155
  }
25083
- .v-select .v-field--dirty .v-select__selection {
25084
- margin-inline-end: 2px;
25156
+ .v-sheet {
25157
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25158
+ border-style: solid;
25159
+ border-width: 0;
25085
25160
  }
25086
- .v-select .v-select__selection-text {
25087
- overflow: hidden;
25088
- text-overflow: ellipsis;
25089
- white-space: nowrap;
25161
+ .v-sheet--border {
25162
+ border-width: thin;
25163
+ box-shadow: none;
25090
25164
  }
25091
- .v-select__content {
25092
- overflow: hidden;
25165
+ .v-sheet {
25166
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25093
25167
  }
25094
- .v-select__content {
25095
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25168
+ .v-sheet--absolute {
25169
+ position: absolute;
25096
25170
  }
25097
- .v-select__content {
25098
- border-radius: 4px;
25171
+ .v-sheet--fixed {
25172
+ position: fixed;
25099
25173
  }
25100
- .v-select__selection {
25101
- display: inline-flex;
25102
- align-items: center;
25103
- letter-spacing: inherit;
25104
- line-height: inherit;
25105
- max-width: 100%;
25174
+ .v-sheet--relative {
25175
+ position: relative;
25106
25176
  }
25107
- .v-select .v-select__selection:first-child {
25108
- margin-inline-start: 0;
25177
+ .v-sheet--sticky {
25178
+ position: sticky;
25109
25179
  }
25110
- .v-select--selected .v-field .v-field__input > input {
25111
- opacity: 0;
25180
+ .v-sheet {
25181
+ border-radius: 0;
25112
25182
  }
25113
- .v-select__menu-icon {
25114
- margin-inline-start: 4px;
25115
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25183
+ .v-sheet {
25184
+ background: rgb(var(--v-theme-surface));
25185
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25116
25186
  }
25117
- .v-select--active-menu .v-select__menu-icon {
25118
- opacity: var(--v-high-emphasis-opacity);
25119
- transform: rotate(180deg);
25120
- }.v-responsive {
25187
+ .v-sheet--rounded {
25188
+ border-radius: 4px;
25189
+ }.v-selection-control-group {
25190
+ grid-area: control;
25121
25191
  display: flex;
25122
- flex: 1 0 auto;
25123
- max-height: 100%;
25124
- max-width: 100%;
25125
- overflow: hidden;
25126
- position: relative;
25127
- }
25128
- .v-responsive--inline {
25129
- display: inline-flex;
25130
- flex: 0 0 auto;
25131
- }
25132
-
25133
- .v-responsive__content {
25134
- flex: 1 0 0px;
25135
- max-width: 100%;
25136
- }
25137
-
25138
- .v-responsive__sizer ~ .v-responsive__content {
25139
- margin-inline-start: -100%;
25192
+ flex-direction: column;
25140
25193
  }
25141
-
25142
- .v-responsive__sizer {
25143
- flex: 1 0 0px;
25144
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25145
- pointer-events: none;
25194
+ .v-selection-control-group--inline {
25195
+ flex-direction: row;
25196
+ flex-wrap: wrap;
25146
25197
  }.v-skeleton-loader {
25147
25198
  align-items: center;
25148
25199
  background: rgb(var(--v-theme-surface));
@@ -25368,42 +25419,146 @@ html.v-overlay-scroll-blocked {
25368
25419
  100% {
25369
25420
  transform: translateX(100%);
25370
25421
  }
25371
- }.v-sheet {
25372
- display: block;
25422
+ }.v-snackbar {
25423
+ justify-content: center;
25424
+ z-index: 10000;
25425
+ margin: 8px;
25426
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
25427
+ padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
25373
25428
  }
25374
- .v-sheet {
25375
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25376
- border-style: solid;
25377
- border-width: 0;
25429
+ .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
25430
+ align-items: flex-end;
25378
25431
  }
25379
- .v-sheet--border {
25380
- border-width: thin;
25381
- box-shadow: none;
25432
+ .v-snackbar__wrapper {
25433
+ align-items: center;
25434
+ display: flex;
25435
+ max-width: 672px;
25436
+ min-height: 48px;
25437
+ min-width: 344px;
25438
+ overflow: hidden;
25439
+ padding: 0;
25382
25440
  }
25383
- .v-sheet {
25441
+ .v-snackbar__wrapper {
25442
+ border-radius: 4px;
25443
+ }
25444
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
25445
+ background: transparent;
25446
+ color: inherit;
25447
+ }
25448
+ .v-snackbar--variant-plain {
25449
+ opacity: 0.62;
25450
+ }
25451
+ .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
25452
+ opacity: 1;
25453
+ }
25454
+ .v-snackbar--variant-plain .v-snackbar__overlay {
25455
+ display: none;
25456
+ }
25457
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
25458
+ background: rgb(var(--v-theme-surface-variant));
25459
+ color: rgb(var(--v-theme-on-surface-variant));
25460
+ }
25461
+ .v-snackbar--variant-elevated {
25462
+ 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-ambient-opacity, rgba(0, 0, 0, 0.12));
25463
+ }
25464
+ .v-snackbar--variant-flat {
25384
25465
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25385
25466
  }
25386
- .v-sheet--absolute {
25467
+ .v-snackbar--variant-outlined {
25468
+ border: thin solid currentColor;
25469
+ }
25470
+ .v-snackbar--variant-text .v-snackbar__overlay {
25471
+ background: currentColor;
25472
+ }
25473
+ .v-snackbar--variant-tonal .v-snackbar__underlay {
25474
+ background: currentColor;
25475
+ opacity: var(--v-activated-opacity);
25476
+ border-radius: inherit;
25477
+ top: 0;
25478
+ right: 0;
25479
+ bottom: 0;
25480
+ left: 0;
25481
+ pointer-events: none;
25482
+ }
25483
+ .v-snackbar .v-snackbar__underlay {
25387
25484
  position: absolute;
25388
25485
  }
25389
- .v-sheet--fixed {
25390
- position: fixed;
25486
+
25487
+ .v-snackbar__content {
25488
+ flex-grow: 1;
25489
+ font-size: 0.875rem;
25490
+ font-weight: 400;
25491
+ letter-spacing: 0.0178571429em;
25492
+ line-height: 1.425;
25493
+ margin-right: auto;
25494
+ padding: 14px 16px;
25495
+ text-align: initial;
25391
25496
  }
25392
- .v-sheet--relative {
25393
- position: relative;
25497
+ .v-snackbar__actions {
25498
+ align-items: center;
25499
+ align-self: center;
25500
+ display: flex;
25501
+ margin-inline-end: 8px;
25394
25502
  }
25395
- .v-sheet--sticky {
25396
- position: sticky;
25503
+ .v-snackbar__actions > .v-btn {
25504
+ padding: 0 8px;
25505
+ min-width: auto;
25397
25506
  }
25398
- .v-sheet {
25399
- border-radius: 0;
25507
+ .v-snackbar__timer {
25508
+ width: 100%;
25509
+ position: absolute;
25510
+ top: 0;
25400
25511
  }
25401
- .v-sheet {
25402
- background: rgb(var(--v-theme-surface));
25403
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25512
+ .v-snackbar__timer .v-progress-linear {
25513
+ transition: 0.2s linear;
25404
25514
  }
25405
- .v-sheet--rounded {
25406
- border-radius: 4px;
25515
+ .v-snackbar--absolute {
25516
+ position: absolute;
25517
+ z-index: 1;
25518
+ }
25519
+ .v-snackbar--multi-line .v-snackbar__wrapper {
25520
+ min-height: 68px;
25521
+ }
25522
+ .v-snackbar--vertical .v-snackbar__wrapper {
25523
+ flex-direction: column;
25524
+ }
25525
+ .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
25526
+ align-self: flex-end;
25527
+ margin-bottom: 8px;
25528
+ }
25529
+ .v-snackbar--center {
25530
+ align-items: center;
25531
+ justify-content: center;
25532
+ }
25533
+ .v-snackbar--top {
25534
+ align-items: flex-start;
25535
+ }
25536
+ .v-snackbar--bottom {
25537
+ align-items: flex-end;
25538
+ }
25539
+ .v-snackbar--left, .v-snackbar--start {
25540
+ justify-content: flex-start;
25541
+ }
25542
+ .v-snackbar--right, .v-snackbar--end {
25543
+ justify-content: flex-end;
25544
+ }
25545
+
25546
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
25547
+ transition-duration: 0.15s;
25548
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25549
+ }
25550
+ .v-snackbar-transition-enter-active {
25551
+ transition-property: opacity, transform;
25552
+ }
25553
+ .v-snackbar-transition-enter-from {
25554
+ opacity: 0;
25555
+ transform: scale(0.8);
25556
+ }
25557
+ .v-snackbar-transition-leave-active {
25558
+ transition-property: opacity;
25559
+ }
25560
+ .v-snackbar-transition-leave-to {
25561
+ opacity: 0;
25407
25562
  }.v-slide-group {
25408
25563
  display: flex;
25409
25564
  overflow: hidden;
@@ -25459,198 +25614,59 @@ html.v-overlay-scroll-blocked {
25459
25614
  .v-slide-group--vertical .v-slide-group__container {
25460
25615
  overflow-x: hidden;
25461
25616
  overflow-y: auto;
25462
- }.v-switch .v-label {
25463
- padding-inline-start: 10px;
25464
- }
25465
-
25466
- .v-switch__loader {
25617
+ }.v-system-bar {
25618
+ align-items: center;
25467
25619
  display: flex;
25620
+ flex: 1 1 auto;
25621
+ height: 24px;
25622
+ justify-content: flex-end;
25623
+ max-width: 100%;
25624
+ padding-inline: 8px;
25625
+ position: relative;
25626
+ text-align: end;
25627
+ width: 100%;
25468
25628
  }
25469
- .v-switch__loader .v-progress-circular {
25470
- color: rgb(var(--v-theme-surface));
25471
- }
25472
-
25473
- .v-switch__track,
25474
- .v-switch__thumb {
25475
- transition: none;
25629
+ .v-system-bar .v-icon {
25630
+ opacity: var(--v-medium-emphasis-opacity);
25476
25631
  }
25477
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
25478
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
25479
- background-color: rgb(var(--v-theme-error));
25480
- color: rgb(var(--v-theme-on-error));
25632
+ .v-system-bar {
25633
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25481
25634
  }
25482
-
25483
- .v-switch__track-true {
25484
- margin-inline-end: auto;
25635
+ .v-system-bar--absolute {
25636
+ position: absolute;
25485
25637
  }
25486
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
25487
- opacity: 0;
25638
+ .v-system-bar--fixed {
25639
+ position: fixed;
25488
25640
  }
25489
-
25490
- .v-switch__track-false {
25491
- margin-inline-start: auto;
25641
+ .v-system-bar {
25642
+ background: rgba(var(--v-theme-surface-light));
25643
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25492
25644
  }
25493
- .v-selection-control--dirty .v-switch__track-false {
25494
- opacity: 0;
25645
+ .v-system-bar {
25646
+ font-size: 0.75rem;
25647
+ font-weight: 400;
25648
+ letter-spacing: 0.0333333333em;
25649
+ line-height: 1.667;
25650
+ text-transform: none;
25495
25651
  }
25496
-
25497
- .v-switch__track {
25498
- display: inline-flex;
25499
- align-items: center;
25500
- font-size: 0.5rem;
25501
- padding: 0 5px;
25502
- background-color: rgb(var(--v-theme-surface-variant));
25503
- border-radius: 9999px;
25504
- height: 14px;
25505
- opacity: 0.6;
25506
- min-width: 36px;
25507
- cursor: pointer;
25508
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25652
+ .v-system-bar--rounded {
25653
+ border-radius: 0;
25509
25654
  }
25510
- .v-switch--inset .v-switch__track {
25511
- border-radius: 9999px;
25512
- font-size: 0.75rem;
25655
+ .v-system-bar--window {
25513
25656
  height: 32px;
25514
- min-width: 52px;
25515
25657
  }
25516
-
25517
- .v-switch__thumb {
25518
- align-items: center;
25519
- background-color: rgb(var(--v-theme-surface-bright));
25520
- color: rgb(var(--v-theme-on-surface-bright));
25521
- border-radius: 50%;
25522
- display: flex;
25523
- font-size: 0.75rem;
25524
- height: 20px;
25525
- justify-content: center;
25526
- width: 20px;
25527
- pointer-events: none;
25528
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25529
- position: relative;
25658
+ .v-system-bar:not(.v-system-bar--absolute) {
25659
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25660
+ }.v-stepper.v-sheet {
25530
25661
  overflow: hidden;
25531
25662
  }
25532
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
25533
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25663
+ .v-stepper.v-sheet {
25664
+ 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-ambient-opacity, rgba(0, 0, 0, 0.12));
25534
25665
  }
25535
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25536
- background: rgb(var(--v-theme-surface-variant));
25537
- color: rgb(var(--v-theme-on-surface-variant));
25666
+ .v-stepper.v-sheet {
25667
+ border-radius: 4px;
25538
25668
  }
25539
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25540
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25541
- }
25542
- .v-switch--inset .v-switch__thumb {
25543
- height: 24px;
25544
- width: 24px;
25545
- transform: scale(0.6666666667);
25546
- }
25547
- .v-switch--inset .v-switch__thumb--filled {
25548
- transform: none;
25549
- }
25550
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
25551
- transform: none;
25552
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
25553
- }
25554
-
25555
- .v-switch.v-input {
25556
- flex: 0 1 auto;
25557
- }
25558
- .v-switch .v-selection-control {
25559
- min-height: var(--v-input-control-height);
25560
- }
25561
- .v-switch .v-selection-control__input {
25562
- border-radius: 50%;
25563
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
25564
- position: absolute;
25565
- }
25566
- .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
25567
- transform: translateX(-10px);
25568
- }
25569
-
25570
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
25571
- transform: translateX(10px);
25572
- }
25573
-
25574
- .v-switch .v-selection-control__input .v-icon {
25575
- position: absolute;
25576
- }
25577
- .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
25578
- transform: translateX(10px);
25579
- }
25580
-
25581
- .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
25582
- transform: translateX(-10px);
25583
- }
25584
-
25585
- .v-switch.v-switch--indeterminate .v-selection-control__input {
25586
- transform: scale(0.8);
25587
- }
25588
- .v-switch.v-switch--indeterminate .v-switch__thumb {
25589
- transform: scale(0.75);
25590
- box-shadow: none;
25591
- }
25592
- .v-switch.v-switch--inset .v-selection-control__wrapper {
25593
- width: auto;
25594
- }
25595
- .v-switch.v-input--vertical .v-label {
25596
- min-width: max-content;
25597
- }
25598
- .v-switch.v-input--vertical .v-selection-control__wrapper {
25599
- transform: rotate(-90deg);
25600
- }
25601
-
25602
- @media (forced-colors: active) {
25603
- .v-switch .v-switch__loader .v-progress-circular {
25604
- color: currentColor;
25605
- }
25606
- .v-switch .v-switch__thumb {
25607
- background-color: buttontext;
25608
- }
25609
- .v-switch .v-switch__track,
25610
- .v-switch .v-switch__thumb {
25611
- border: 1px solid;
25612
- color: buttontext;
25613
- }
25614
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25615
- background-color: highlight;
25616
- }
25617
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25618
- background-color: highlight;
25619
- }
25620
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25621
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25622
- color: highlight;
25623
- }
25624
- .v-switch.v-switch--inset .v-switch__track {
25625
- border-width: 2px;
25626
- }
25627
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25628
- background-color: highlighttext;
25629
- color: highlighttext;
25630
- }
25631
- .v-switch.v-input--disabled .v-switch__thumb {
25632
- background-color: graytext;
25633
- }
25634
- .v-switch.v-input--disabled .v-switch__track,
25635
- .v-switch.v-input--disabled .v-switch__thumb {
25636
- color: graytext;
25637
- }
25638
- .v-switch.v-switch--loading .v-switch__thumb {
25639
- background-color: canvas;
25640
- }
25641
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25642
- border-width: 0;
25643
- }
25644
- }.v-stepper.v-sheet {
25645
- overflow: hidden;
25646
- }
25647
- .v-stepper.v-sheet {
25648
- 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-ambient-opacity, rgba(0, 0, 0, 0.12));
25649
- }
25650
- .v-stepper.v-sheet {
25651
- border-radius: 4px;
25652
- }
25653
- .v-stepper.v-sheet.v-stepper--flat {
25669
+ .v-stepper.v-sheet.v-stepper--flat {
25654
25670
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25655
25671
  }
25656
25672
 
@@ -25697,6 +25713,47 @@ html.v-overlay-scroll-blocked {
25697
25713
  }
25698
25714
  .v-stepper-window-item .v-stepper-actions {
25699
25715
  padding: 1.5rem 0 0;
25716
+ }.v-speed-dial__content {
25717
+ gap: 8px;
25718
+ }
25719
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
25720
+ flex-direction: row;
25721
+ }
25722
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
25723
+ flex-direction: row-reverse;
25724
+ }
25725
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
25726
+ flex-direction: column-reverse;
25727
+ }
25728
+ .v-speed-dial__content > *:nth-child(1) {
25729
+ transition-delay: 0s;
25730
+ }
25731
+ .v-speed-dial__content > *:nth-child(2) {
25732
+ transition-delay: 0.05s;
25733
+ }
25734
+ .v-speed-dial__content > *:nth-child(3) {
25735
+ transition-delay: 0.1s;
25736
+ }
25737
+ .v-speed-dial__content > *:nth-child(4) {
25738
+ transition-delay: 0.15s;
25739
+ }
25740
+ .v-speed-dial__content > *:nth-child(5) {
25741
+ transition-delay: 0.2s;
25742
+ }
25743
+ .v-speed-dial__content > *:nth-child(6) {
25744
+ transition-delay: 0.25s;
25745
+ }
25746
+ .v-speed-dial__content > *:nth-child(7) {
25747
+ transition-delay: 0.3s;
25748
+ }
25749
+ .v-speed-dial__content > *:nth-child(8) {
25750
+ transition-delay: 0.35s;
25751
+ }
25752
+ .v-speed-dial__content > *:nth-child(9) {
25753
+ transition-delay: 0.4s;
25754
+ }
25755
+ .v-speed-dial__content > *:nth-child(10) {
25756
+ transition-delay: 0.45s;
25700
25757
  }.v-stepper-item {
25701
25758
  align-items: center;
25702
25759
  align-self: stretch;
@@ -25816,259 +25873,330 @@ html.v-overlay-scroll-blocked {
25816
25873
  left: 0;
25817
25874
  width: 100%;
25818
25875
  height: 100%;
25819
- }.v-snackbar {
25820
- justify-content: center;
25821
- z-index: 10000;
25822
- margin: 8px;
25823
- margin-inline-end: calc(8px + var(--v-scrollbar-offset));
25824
- padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
25825
- }
25826
- .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
25827
- align-items: flex-end;
25876
+ }.v-switch .v-label {
25877
+ padding-inline-start: 10px;
25828
25878
  }
25829
- .v-snackbar__wrapper {
25830
- align-items: center;
25879
+
25880
+ .v-switch__loader {
25831
25881
  display: flex;
25832
- max-width: 672px;
25833
- min-height: 48px;
25834
- min-width: 344px;
25835
- overflow: hidden;
25836
- padding: 0;
25837
25882
  }
25838
- .v-snackbar__wrapper {
25839
- border-radius: 4px;
25840
- }
25841
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
25842
- background: transparent;
25843
- color: inherit;
25883
+ .v-switch__loader .v-progress-circular {
25884
+ color: rgb(var(--v-theme-surface));
25844
25885
  }
25845
- .v-snackbar--variant-plain {
25846
- opacity: 0.62;
25886
+
25887
+ .v-switch__track,
25888
+ .v-switch__thumb {
25889
+ transition: none;
25847
25890
  }
25848
- .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
25849
- opacity: 1;
25891
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
25892
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
25893
+ background-color: rgb(var(--v-theme-error));
25894
+ color: rgb(var(--v-theme-on-error));
25850
25895
  }
25851
- .v-snackbar--variant-plain .v-snackbar__overlay {
25852
- display: none;
25896
+
25897
+ .v-switch__track-true {
25898
+ margin-inline-end: auto;
25853
25899
  }
25854
- .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
25855
- background: rgb(var(--v-theme-surface-variant));
25856
- color: rgb(var(--v-theme-on-surface-variant));
25900
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
25901
+ opacity: 0;
25857
25902
  }
25858
- .v-snackbar--variant-elevated {
25859
- 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-ambient-opacity, rgba(0, 0, 0, 0.12));
25903
+
25904
+ .v-switch__track-false {
25905
+ margin-inline-start: auto;
25860
25906
  }
25861
- .v-snackbar--variant-flat {
25862
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25907
+ .v-selection-control--dirty .v-switch__track-false {
25908
+ opacity: 0;
25863
25909
  }
25864
- .v-snackbar--variant-outlined {
25865
- border: thin solid currentColor;
25910
+
25911
+ .v-switch__track {
25912
+ display: inline-flex;
25913
+ align-items: center;
25914
+ font-size: 0.5rem;
25915
+ padding: 0 5px;
25916
+ background-color: rgb(var(--v-theme-surface-variant));
25917
+ border-radius: 9999px;
25918
+ height: 14px;
25919
+ opacity: 0.6;
25920
+ min-width: 36px;
25921
+ cursor: pointer;
25922
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25866
25923
  }
25867
- .v-snackbar--variant-text .v-snackbar__overlay {
25868
- background: currentColor;
25924
+ .v-switch--inset .v-switch__track {
25925
+ border-radius: 9999px;
25926
+ font-size: 0.75rem;
25927
+ height: 32px;
25928
+ min-width: 52px;
25869
25929
  }
25870
- .v-snackbar--variant-tonal .v-snackbar__underlay {
25871
- background: currentColor;
25872
- opacity: var(--v-activated-opacity);
25873
- border-radius: inherit;
25874
- top: 0;
25875
- right: 0;
25876
- bottom: 0;
25877
- left: 0;
25930
+
25931
+ .v-switch__thumb {
25932
+ align-items: center;
25933
+ background-color: rgb(var(--v-theme-surface-bright));
25934
+ color: rgb(var(--v-theme-on-surface-bright));
25935
+ border-radius: 50%;
25936
+ display: flex;
25937
+ font-size: 0.75rem;
25938
+ height: 20px;
25939
+ justify-content: center;
25940
+ width: 20px;
25878
25941
  pointer-events: none;
25942
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25943
+ position: relative;
25944
+ overflow: hidden;
25879
25945
  }
25880
- .v-snackbar .v-snackbar__underlay {
25881
- position: absolute;
25946
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
25947
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25882
25948
  }
25883
-
25884
- .v-snackbar__content {
25885
- flex-grow: 1;
25886
- font-size: 0.875rem;
25887
- font-weight: 400;
25888
- letter-spacing: 0.0178571429em;
25889
- line-height: 1.425;
25890
- margin-right: auto;
25891
- padding: 14px 16px;
25892
- text-align: initial;
25949
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25950
+ background: rgb(var(--v-theme-surface-variant));
25951
+ color: rgb(var(--v-theme-on-surface-variant));
25893
25952
  }
25894
- .v-snackbar__actions {
25895
- align-items: center;
25896
- align-self: center;
25897
- display: flex;
25898
- margin-inline-end: 8px;
25953
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25954
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25899
25955
  }
25900
- .v-snackbar__actions > .v-btn {
25901
- padding: 0 8px;
25902
- min-width: auto;
25956
+ .v-switch--inset .v-switch__thumb {
25957
+ height: 24px;
25958
+ width: 24px;
25959
+ transform: scale(0.6666666667);
25903
25960
  }
25904
- .v-snackbar__timer {
25905
- width: 100%;
25906
- position: absolute;
25907
- top: 0;
25961
+ .v-switch--inset .v-switch__thumb--filled {
25962
+ transform: none;
25908
25963
  }
25909
- .v-snackbar__timer .v-progress-linear {
25910
- transition: 0.2s linear;
25964
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
25965
+ transform: none;
25966
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
25911
25967
  }
25912
- .v-snackbar--absolute {
25968
+
25969
+ .v-switch.v-input {
25970
+ flex: 0 1 auto;
25971
+ }
25972
+ .v-switch .v-selection-control {
25973
+ min-height: var(--v-input-control-height);
25974
+ }
25975
+ .v-switch .v-selection-control__input {
25976
+ border-radius: 50%;
25977
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
25913
25978
  position: absolute;
25914
- z-index: 1;
25915
25979
  }
25916
- .v-snackbar--multi-line .v-snackbar__wrapper {
25917
- min-height: 68px;
25980
+ .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
25981
+ transform: translateX(-10px);
25918
25982
  }
25919
- .v-snackbar--vertical .v-snackbar__wrapper {
25920
- flex-direction: column;
25983
+
25984
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
25985
+ transform: translateX(10px);
25921
25986
  }
25922
- .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
25923
- align-self: flex-end;
25924
- margin-bottom: 8px;
25987
+
25988
+ .v-switch .v-selection-control__input .v-icon {
25989
+ position: absolute;
25925
25990
  }
25926
- .v-snackbar--center {
25927
- align-items: center;
25928
- justify-content: center;
25991
+ .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
25992
+ transform: translateX(10px);
25929
25993
  }
25930
- .v-snackbar--top {
25931
- align-items: flex-start;
25994
+
25995
+ .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
25996
+ transform: translateX(-10px);
25932
25997
  }
25933
- .v-snackbar--bottom {
25934
- align-items: flex-end;
25998
+
25999
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
26000
+ transform: scale(0.8);
25935
26001
  }
25936
- .v-snackbar--left, .v-snackbar--start {
25937
- justify-content: flex-start;
26002
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
26003
+ transform: scale(0.75);
26004
+ box-shadow: none;
25938
26005
  }
25939
- .v-snackbar--right, .v-snackbar--end {
25940
- justify-content: flex-end;
26006
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
26007
+ width: auto;
26008
+ }
26009
+ .v-switch.v-input--vertical .v-label {
26010
+ min-width: max-content;
26011
+ }
26012
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
26013
+ transform: rotate(-90deg);
25941
26014
  }
25942
26015
 
25943
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
25944
- transition-duration: 0.15s;
25945
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26016
+ @media (forced-colors: active) {
26017
+ .v-switch .v-switch__loader .v-progress-circular {
26018
+ color: currentColor;
26019
+ }
26020
+ .v-switch .v-switch__thumb {
26021
+ background-color: buttontext;
26022
+ }
26023
+ .v-switch .v-switch__track,
26024
+ .v-switch .v-switch__thumb {
26025
+ border: 1px solid;
26026
+ color: buttontext;
26027
+ }
26028
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26029
+ background-color: highlight;
26030
+ }
26031
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
26032
+ background-color: highlight;
26033
+ }
26034
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
26035
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26036
+ color: highlight;
26037
+ }
26038
+ .v-switch.v-switch--inset .v-switch__track {
26039
+ border-width: 2px;
26040
+ }
26041
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26042
+ background-color: highlighttext;
26043
+ color: highlighttext;
26044
+ }
26045
+ .v-switch.v-input--disabled .v-switch__thumb {
26046
+ background-color: graytext;
26047
+ }
26048
+ .v-switch.v-input--disabled .v-switch__track,
26049
+ .v-switch.v-input--disabled .v-switch__thumb {
26050
+ color: graytext;
26051
+ }
26052
+ .v-switch.v-switch--loading .v-switch__thumb {
26053
+ background-color: canvas;
26054
+ }
26055
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
26056
+ border-width: 0;
26057
+ }
26058
+ }.v-table {
26059
+ font-size: 0.875rem;
26060
+ transition-duration: 0.28s;
26061
+ transition-property: box-shadow, opacity, background, height;
26062
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25946
26063
  }
25947
- .v-snackbar-transition-enter-active {
25948
- transition-property: opacity, transform;
26064
+ .v-table {
26065
+ background: rgb(var(--v-theme-surface));
26066
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25949
26067
  }
25950
- .v-snackbar-transition-enter-from {
25951
- opacity: 0;
25952
- transform: scale(0.8);
26068
+ .v-table .v-table-divider {
26069
+ border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25953
26070
  }
25954
- .v-snackbar-transition-leave-active {
25955
- transition-property: opacity;
26071
+ .v-table .v-table__wrapper > table > thead > tr > th {
26072
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25956
26073
  }
25957
- .v-snackbar-transition-leave-to {
25958
- opacity: 0;
25959
- }.v-tab.v-tab.v-btn {
25960
- height: var(--v-tabs-height);
25961
- border-radius: 0;
25962
- min-width: 90px;
26074
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
26075
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
26076
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25963
26077
  }
25964
- .v-slide-group--horizontal .v-tab {
25965
- max-width: 360px;
26078
+ .v-table .v-table__wrapper > table > tfoot > tr > td,
26079
+ .v-table .v-table__wrapper > table > tfoot > tr > th {
26080
+ border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25966
26081
  }
25967
- .v-slide-group--vertical .v-tab {
25968
- justify-content: start;
26082
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
26083
+ position: relative;
25969
26084
  }
25970
-
25971
- .v-tab__slider {
25972
- position: absolute;
25973
- bottom: 0;
25974
- left: 0;
25975
- height: 2px;
25976
- width: 100%;
25977
- background: currentColor;
26085
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
26086
+ background: rgba(var(--v-border-color), var(--v-hover-opacity));
25978
26087
  pointer-events: none;
25979
- opacity: 0;
25980
- }
25981
- .v-tab--selected .v-tab__slider {
25982
- opacity: 1;
25983
26088
  }
25984
- .v-slide-group--vertical .v-tab__slider {
26089
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
26090
+ content: "";
26091
+ position: absolute;
25985
26092
  top: 0;
26093
+ left: 0;
26094
+ width: 100%;
25986
26095
  height: 100%;
25987
- width: 2px;
25988
- }.v-speed-dial__content {
25989
- gap: 8px;
25990
26096
  }
25991
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
25992
- flex-direction: row;
25993
- }
25994
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
25995
- flex-direction: row-reverse;
25996
- }
25997
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
25998
- flex-direction: column-reverse;
26097
+ .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
26098
+ background: rgb(var(--v-theme-surface));
26099
+ box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
26100
+ z-index: 1;
25999
26101
  }
26000
- .v-speed-dial__content > *:nth-child(1) {
26001
- transition-delay: 0s;
26102
+ .v-table.v-table--fixed-footer > tfoot > tr > th,
26103
+ .v-table.v-table--fixed-footer > tfoot > tr > td {
26104
+ background: rgb(var(--v-theme-surface));
26105
+ box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
26002
26106
  }
26003
- .v-speed-dial__content > *:nth-child(2) {
26004
- transition-delay: 0.05s;
26107
+
26108
+ .v-table {
26109
+ border-radius: inherit;
26110
+ line-height: 1.5;
26111
+ max-width: 100%;
26112
+ display: flex;
26113
+ flex-direction: column;
26005
26114
  }
26006
- .v-speed-dial__content > *:nth-child(3) {
26007
- transition-delay: 0.1s;
26115
+ .v-table > .v-table__wrapper > table {
26116
+ width: 100%;
26117
+ border-spacing: 0;
26008
26118
  }
26009
- .v-speed-dial__content > *:nth-child(4) {
26010
- transition-delay: 0.15s;
26119
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
26120
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
26121
+ .v-table > .v-table__wrapper > table > thead > tr > td,
26122
+ .v-table > .v-table__wrapper > table > thead > tr > th,
26123
+ .v-table > .v-table__wrapper > table > tfoot > tr > td,
26124
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
26125
+ padding: 0 16px;
26126
+ transition-duration: 0.28s;
26127
+ transition-property: box-shadow, opacity, background, height;
26128
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26011
26129
  }
26012
- .v-speed-dial__content > *:nth-child(5) {
26013
- transition-delay: 0.2s;
26130
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
26131
+ .v-table > .v-table__wrapper > table > thead > tr > td,
26132
+ .v-table > .v-table__wrapper > table > tfoot > tr > td {
26133
+ height: var(--v-table-row-height);
26014
26134
  }
26015
- .v-speed-dial__content > *:nth-child(6) {
26016
- transition-delay: 0.25s;
26135
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
26136
+ .v-table > .v-table__wrapper > table > thead > tr > th,
26137
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
26138
+ height: var(--v-table-header-height);
26139
+ font-weight: 500;
26140
+ -webkit-user-select: none;
26141
+ user-select: none;
26142
+ text-align: start;
26017
26143
  }
26018
- .v-speed-dial__content > *:nth-child(7) {
26019
- transition-delay: 0.3s;
26144
+ .v-table--density-default {
26145
+ --v-table-header-height: 56px;
26146
+ --v-table-row-height: 52px;
26020
26147
  }
26021
- .v-speed-dial__content > *:nth-child(8) {
26022
- transition-delay: 0.35s;
26148
+
26149
+ .v-table--density-comfortable {
26150
+ --v-table-header-height: 48px;
26151
+ --v-table-row-height: 44px;
26023
26152
  }
26024
- .v-speed-dial__content > *:nth-child(9) {
26025
- transition-delay: 0.4s;
26153
+
26154
+ .v-table--density-compact {
26155
+ --v-table-header-height: 40px;
26156
+ --v-table-row-height: 36px;
26026
26157
  }
26027
- .v-speed-dial__content > *:nth-child(10) {
26028
- transition-delay: 0.45s;
26029
- }.v-system-bar {
26030
- align-items: center;
26031
- display: flex;
26158
+
26159
+ .v-table__wrapper {
26160
+ border-radius: inherit;
26161
+ overflow: auto;
26032
26162
  flex: 1 1 auto;
26033
- height: 24px;
26034
- justify-content: flex-end;
26035
- max-width: 100%;
26036
- padding-inline: 8px;
26037
- position: relative;
26038
- text-align: end;
26039
- width: 100%;
26040
26163
  }
26041
- .v-system-bar .v-icon {
26042
- opacity: var(--v-medium-emphasis-opacity);
26164
+
26165
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
26166
+ border-top-left-radius: 0;
26043
26167
  }
26044
- .v-system-bar {
26045
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
26168
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
26169
+ border-top-right-radius: 0;
26046
26170
  }
26047
- .v-system-bar--absolute {
26048
- position: absolute;
26171
+
26172
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
26173
+ border-bottom-left-radius: 0;
26049
26174
  }
26050
- .v-system-bar--fixed {
26051
- position: fixed;
26175
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
26176
+ border-bottom-right-radius: 0;
26052
26177
  }
26053
- .v-system-bar {
26054
- background: rgba(var(--v-theme-surface-light));
26055
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26178
+
26179
+ .v-table--fixed-height > .v-table__wrapper {
26180
+ overflow-y: auto;
26056
26181
  }
26057
- .v-system-bar {
26058
- font-size: 0.75rem;
26059
- font-weight: 400;
26060
- letter-spacing: 0.0333333333em;
26061
- line-height: 1.667;
26062
- text-transform: none;
26182
+
26183
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
26184
+ position: sticky;
26185
+ top: 0;
26186
+ z-index: 2;
26063
26187
  }
26064
- .v-system-bar--rounded {
26065
- border-radius: 0;
26188
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
26189
+ border-bottom: 0px !important;
26066
26190
  }
26067
- .v-system-bar--window {
26068
- height: 32px;
26191
+
26192
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
26193
+ position: sticky;
26194
+ bottom: 0;
26195
+ z-index: 1;
26069
26196
  }
26070
- .v-system-bar:not(.v-system-bar--absolute) {
26071
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
26197
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
26198
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
26199
+ border-top: 0px !important;
26072
26200
  }.v-tabs {
26073
26201
  display: flex;
26074
26202
  height: var(--v-tabs-height);
@@ -26135,6 +26263,35 @@ html.v-overlay-scroll-blocked {
26135
26263
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
26136
26264
  margin-inline-end: 52px;
26137
26265
  }
26266
+ }.v-tab.v-tab.v-btn {
26267
+ height: var(--v-tabs-height);
26268
+ border-radius: 0;
26269
+ min-width: 90px;
26270
+ }
26271
+ .v-slide-group--horizontal .v-tab {
26272
+ max-width: 360px;
26273
+ }
26274
+ .v-slide-group--vertical .v-tab {
26275
+ justify-content: start;
26276
+ }
26277
+
26278
+ .v-tab__slider {
26279
+ position: absolute;
26280
+ bottom: 0;
26281
+ left: 0;
26282
+ height: 2px;
26283
+ width: 100%;
26284
+ background: currentColor;
26285
+ pointer-events: none;
26286
+ opacity: 0;
26287
+ }
26288
+ .v-tab--selected .v-tab__slider {
26289
+ opacity: 1;
26290
+ }
26291
+ .v-slide-group--vertical .v-tab__slider {
26292
+ top: 0;
26293
+ height: 100%;
26294
+ width: 2px;
26138
26295
  }.v-textarea .v-field {
26139
26296
  --v-textarea-control-height: var(--v-input-control-height);
26140
26297
  }
@@ -26191,198 +26348,59 @@ html.v-overlay-scroll-blocked {
26191
26348
  .v-text-field .v-field {
26192
26349
  cursor: text;
26193
26350
  }
26194
- .v-text-field--prefixed.v-text-field .v-field__input {
26195
- --v-field-padding-start: 6px;
26196
- }
26197
-
26198
- .v-text-field--suffixed.v-text-field .v-field__input {
26199
- --v-field-padding-end: 0;
26200
- }
26201
-
26202
- .v-text-field .v-input__details {
26203
- padding-inline: 16px;
26204
- }
26205
- .v-input--plain-underlined.v-text-field .v-input__details {
26206
- padding-inline: 0;
26207
- }
26208
-
26209
- .v-text-field .v-field--no-label input,
26210
- .v-text-field .v-field--active input {
26211
- opacity: 1;
26212
- }
26213
- .v-text-field .v-field--single-line input {
26214
- transition: none;
26215
- }
26216
-
26217
- /* endregion */
26218
- /* region ELEMENTS */
26219
- .v-text-field__prefix, .v-text-field__suffix {
26220
- align-items: center;
26221
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
26222
- cursor: default;
26223
- display: flex;
26224
- opacity: 0;
26225
- transition: inherit;
26226
- white-space: nowrap;
26227
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
26228
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
26229
- padding-bottom: var(--v-field-padding-bottom, 6px);
26230
- }
26231
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
26232
- opacity: 1;
26233
- }
26234
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
26235
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
26236
- }
26237
- .v-text-field__prefix {
26238
- padding-inline-start: var(--v-field-padding-start);
26239
- }
26240
- .v-text-field__suffix {
26241
- padding-inline-end: var(--v-field-padding-end);
26242
- }
26243
-
26244
- /* endregion */.v-table {
26245
- font-size: 0.875rem;
26246
- transition-duration: 0.28s;
26247
- transition-property: box-shadow, opacity, background, height;
26248
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26249
- }
26250
- .v-table {
26251
- background: rgb(var(--v-theme-surface));
26252
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26253
- }
26254
- .v-table .v-table-divider {
26255
- border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26256
- }
26257
- .v-table .v-table__wrapper > table > thead > tr > th {
26258
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26259
- }
26260
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
26261
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
26262
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26263
- }
26264
- .v-table .v-table__wrapper > table > tfoot > tr > td,
26265
- .v-table .v-table__wrapper > table > tfoot > tr > th {
26266
- border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26267
- }
26268
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
26269
- position: relative;
26270
- }
26271
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
26272
- background: rgba(var(--v-border-color), var(--v-hover-opacity));
26273
- pointer-events: none;
26274
- }
26275
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
26276
- content: "";
26277
- position: absolute;
26278
- top: 0;
26279
- left: 0;
26280
- width: 100%;
26281
- height: 100%;
26282
- }
26283
- .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
26284
- background: rgb(var(--v-theme-surface));
26285
- box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
26286
- z-index: 1;
26287
- }
26288
- .v-table.v-table--fixed-footer > tfoot > tr > th,
26289
- .v-table.v-table--fixed-footer > tfoot > tr > td {
26290
- background: rgb(var(--v-theme-surface));
26291
- box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
26292
- }
26293
-
26294
- .v-table {
26295
- border-radius: inherit;
26296
- line-height: 1.5;
26297
- max-width: 100%;
26298
- display: flex;
26299
- flex-direction: column;
26300
- }
26301
- .v-table > .v-table__wrapper > table {
26302
- width: 100%;
26303
- border-spacing: 0;
26304
- }
26305
- .v-table > .v-table__wrapper > table > tbody > tr > td,
26306
- .v-table > .v-table__wrapper > table > tbody > tr > th,
26307
- .v-table > .v-table__wrapper > table > thead > tr > td,
26308
- .v-table > .v-table__wrapper > table > thead > tr > th,
26309
- .v-table > .v-table__wrapper > table > tfoot > tr > td,
26310
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
26311
- padding: 0 16px;
26312
- transition-duration: 0.28s;
26313
- transition-property: box-shadow, opacity, background, height;
26314
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26315
- }
26316
- .v-table > .v-table__wrapper > table > tbody > tr > td,
26317
- .v-table > .v-table__wrapper > table > thead > tr > td,
26318
- .v-table > .v-table__wrapper > table > tfoot > tr > td {
26319
- height: var(--v-table-row-height);
26320
- }
26321
- .v-table > .v-table__wrapper > table > tbody > tr > th,
26322
- .v-table > .v-table__wrapper > table > thead > tr > th,
26323
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
26324
- height: var(--v-table-header-height);
26325
- font-weight: 500;
26326
- -webkit-user-select: none;
26327
- user-select: none;
26328
- text-align: start;
26329
- }
26330
- .v-table--density-default {
26331
- --v-table-header-height: 56px;
26332
- --v-table-row-height: 52px;
26333
- }
26334
-
26335
- .v-table--density-comfortable {
26336
- --v-table-header-height: 48px;
26337
- --v-table-row-height: 44px;
26351
+ .v-text-field--prefixed.v-text-field .v-field__input {
26352
+ --v-field-padding-start: 6px;
26338
26353
  }
26339
26354
 
26340
- .v-table--density-compact {
26341
- --v-table-header-height: 40px;
26342
- --v-table-row-height: 36px;
26355
+ .v-text-field--suffixed.v-text-field .v-field__input {
26356
+ --v-field-padding-end: 0;
26343
26357
  }
26344
26358
 
26345
- .v-table__wrapper {
26346
- border-radius: inherit;
26347
- overflow: auto;
26348
- flex: 1 1 auto;
26359
+ .v-text-field .v-input__details {
26360
+ padding-inline: 16px;
26361
+ }
26362
+ .v-input--plain-underlined.v-text-field .v-input__details {
26363
+ padding-inline: 0;
26349
26364
  }
26350
26365
 
26351
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
26352
- border-top-left-radius: 0;
26366
+ .v-text-field .v-field--no-label input,
26367
+ .v-text-field .v-field--active input {
26368
+ opacity: 1;
26353
26369
  }
26354
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
26355
- border-top-right-radius: 0;
26370
+ .v-text-field .v-field--single-line input {
26371
+ transition: none;
26356
26372
  }
26357
26373
 
26358
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
26359
- border-bottom-left-radius: 0;
26374
+ /* endregion */
26375
+ /* region ELEMENTS */
26376
+ .v-text-field__prefix, .v-text-field__suffix {
26377
+ align-items: center;
26378
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
26379
+ cursor: default;
26380
+ display: flex;
26381
+ opacity: 0;
26382
+ transition: inherit;
26383
+ white-space: nowrap;
26384
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
26385
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
26386
+ padding-bottom: var(--v-field-padding-bottom, 6px);
26360
26387
  }
26361
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
26362
- border-bottom-right-radius: 0;
26388
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
26389
+ opacity: 1;
26363
26390
  }
26364
-
26365
- .v-table--fixed-height > .v-table__wrapper {
26366
- overflow-y: auto;
26391
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
26392
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
26367
26393
  }
26368
-
26369
- .v-table--fixed-header > .v-table__wrapper > table > thead {
26370
- position: sticky;
26371
- top: 0;
26372
- z-index: 2;
26394
+ .v-text-field__prefix {
26395
+ padding-inline-start: var(--v-field-padding-start);
26373
26396
  }
26374
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
26375
- border-bottom: 0px !important;
26397
+ .v-text-field__suffix {
26398
+ padding-inline-end: var(--v-field-padding-end);
26376
26399
  }
26377
26400
 
26378
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
26379
- position: sticky;
26380
- bottom: 0;
26381
- z-index: 1;
26382
- }
26383
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
26384
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
26385
- border-top: 0px !important;
26401
+ /* endregion */.v-theme-provider {
26402
+ background: rgb(var(--v-theme-background));
26403
+ color: rgb(var(--v-theme-on-background));
26386
26404
  }.v-timeline .v-timeline-divider__dot {
26387
26405
  background: rgb(var(--v-theme-surface-light));
26388
26406
  }
@@ -26801,31 +26819,6 @@ html.v-overlay-scroll-blocked {
26801
26819
 
26802
26820
  .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 {
26803
26821
  padding-inline-end: 0;
26804
- }.v-tooltip > .v-overlay__content {
26805
- background: rgb(var(--v-theme-surface-variant));
26806
- color: rgb(var(--v-theme-on-surface-variant));
26807
- border-radius: 4px;
26808
- font-size: 0.875rem;
26809
- line-height: 1.6;
26810
- display: inline-block;
26811
- padding: 5px 16px;
26812
- text-transform: initial;
26813
- width: auto;
26814
- opacity: 1;
26815
- pointer-events: none;
26816
- transition-property: opacity, transform;
26817
- overflow-wrap: break-word;
26818
- }
26819
- .v-tooltip > .v-overlay__content[class*=enter-active] {
26820
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26821
- transition-duration: 150ms;
26822
- }
26823
- .v-tooltip > .v-overlay__content[class*=leave-active] {
26824
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26825
- transition-duration: 75ms;
26826
- }.v-theme-provider {
26827
- background: rgb(var(--v-theme-background));
26828
- color: rgb(var(--v-theme-on-background));
26829
26822
  }.v-toolbar {
26830
26823
  align-items: flex-start;
26831
26824
  display: flex;
@@ -26969,6 +26962,37 @@ html.v-overlay-scroll-blocked {
26969
26962
  }
26970
26963
  .v-toolbar-items > .v-btn {
26971
26964
  border-radius: 0;
26965
+ }.v-tooltip > .v-overlay__content {
26966
+ background: rgb(var(--v-theme-surface-variant));
26967
+ color: rgb(var(--v-theme-on-surface-variant));
26968
+ border-radius: 4px;
26969
+ font-size: 0.875rem;
26970
+ line-height: 1.6;
26971
+ display: inline-block;
26972
+ padding: 5px 16px;
26973
+ text-transform: initial;
26974
+ width: auto;
26975
+ opacity: 1;
26976
+ pointer-events: none;
26977
+ transition-property: opacity, transform;
26978
+ overflow-wrap: break-word;
26979
+ }
26980
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
26981
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26982
+ transition-duration: 150ms;
26983
+ }
26984
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
26985
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26986
+ transition-duration: 75ms;
26987
+ }.v-virtual-scroll {
26988
+ display: block;
26989
+ flex: 1 1 auto;
26990
+ max-width: 100%;
26991
+ overflow: auto;
26992
+ position: relative;
26993
+ }
26994
+ .v-virtual-scroll__container {
26995
+ display: block;
26972
26996
  }.v-window {
26973
26997
  overflow: hidden;
26974
26998
  }
@@ -27039,15 +27063,69 @@ html.v-overlay-scroll-blocked {
27039
27063
  }
27040
27064
  .v-window-y-reverse-transition-leave-to {
27041
27065
  transform: translateY(100%);
27042
- }.v-virtual-scroll {
27043
- display: block;
27044
- flex: 1 1 auto;
27045
- max-width: 100%;
27046
- overflow: auto;
27066
+ }.v-color-picker-edit {
27067
+ display: flex;
27068
+ margin-top: 24px;
27069
+ }
27070
+
27071
+ .v-color-picker-edit__input {
27072
+ width: 100%;
27073
+ display: flex;
27074
+ flex-wrap: wrap;
27075
+ justify-content: center;
27076
+ text-align: center;
27077
+ }
27078
+ .v-color-picker-edit__input:not(:last-child) {
27079
+ margin-inline-end: 8px;
27080
+ }
27081
+ .v-color-picker-edit__input input {
27082
+ border-radius: 4px;
27083
+ margin-bottom: 8px;
27084
+ min-width: 0;
27085
+ outline: none;
27086
+ text-align: center;
27087
+ width: 100%;
27088
+ height: 32px;
27089
+ background: rgba(var(--v-theme-surface-variant), 0.2);
27090
+ color: rgba(var(--v-theme-on-surface));
27091
+ }
27092
+ .v-color-picker-edit__input span {
27093
+ font-size: 0.75rem;
27094
+ }.v-color-picker-swatches {
27095
+ overflow-y: auto;
27096
+ }
27097
+ .v-color-picker-swatches > div {
27098
+ display: flex;
27099
+ flex-wrap: wrap;
27100
+ justify-content: center;
27101
+ padding: 8px;
27102
+ }
27103
+
27104
+ .v-color-picker-swatches__swatch {
27105
+ display: flex;
27106
+ flex-direction: column;
27107
+ margin-bottom: 10px;
27108
+ }
27109
+
27110
+ .v-color-picker-swatches__color {
27047
27111
  position: relative;
27112
+ height: 18px;
27113
+ max-height: 18px;
27114
+ width: 45px;
27115
+ margin: 2px 4px;
27116
+ border-radius: 2px;
27117
+ -webkit-user-select: none;
27118
+ user-select: none;
27119
+ overflow: hidden;
27120
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
27121
+ cursor: pointer;
27048
27122
  }
27049
- .v-virtual-scroll__container {
27050
- display: block;
27123
+ .v-color-picker-swatches__color > div {
27124
+ display: flex;
27125
+ align-items: center;
27126
+ justify-content: center;
27127
+ width: 100%;
27128
+ height: 100%;
27051
27129
  }.v-color-picker-canvas {
27052
27130
  display: flex;
27053
27131
  position: relative;
@@ -27140,69 +27218,6 @@ html.v-overlay-scroll-blocked {
27140
27218
  .v-color-picker-preview__eye-dropper {
27141
27219
  position: relative;
27142
27220
  margin-right: 12px;
27143
- }.v-color-picker-swatches {
27144
- overflow-y: auto;
27145
- }
27146
- .v-color-picker-swatches > div {
27147
- display: flex;
27148
- flex-wrap: wrap;
27149
- justify-content: center;
27150
- padding: 8px;
27151
- }
27152
-
27153
- .v-color-picker-swatches__swatch {
27154
- display: flex;
27155
- flex-direction: column;
27156
- margin-bottom: 10px;
27157
- }
27158
-
27159
- .v-color-picker-swatches__color {
27160
- position: relative;
27161
- height: 18px;
27162
- max-height: 18px;
27163
- width: 45px;
27164
- margin: 2px 4px;
27165
- border-radius: 2px;
27166
- -webkit-user-select: none;
27167
- user-select: none;
27168
- overflow: hidden;
27169
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
27170
- cursor: pointer;
27171
- }
27172
- .v-color-picker-swatches__color > div {
27173
- display: flex;
27174
- align-items: center;
27175
- justify-content: center;
27176
- width: 100%;
27177
- height: 100%;
27178
- }.v-color-picker-edit {
27179
- display: flex;
27180
- margin-top: 24px;
27181
- }
27182
-
27183
- .v-color-picker-edit__input {
27184
- width: 100%;
27185
- display: flex;
27186
- flex-wrap: wrap;
27187
- justify-content: center;
27188
- text-align: center;
27189
- }
27190
- .v-color-picker-edit__input:not(:last-child) {
27191
- margin-inline-end: 8px;
27192
- }
27193
- .v-color-picker-edit__input input {
27194
- border-radius: 4px;
27195
- margin-bottom: 8px;
27196
- min-width: 0;
27197
- outline: none;
27198
- text-align: center;
27199
- width: 100%;
27200
- height: 32px;
27201
- background: rgba(var(--v-theme-surface-variant), 0.2);
27202
- color: rgba(var(--v-theme-on-surface));
27203
- }
27204
- .v-color-picker-edit__input span {
27205
- font-size: 0.75rem;
27206
27221
  }.v-slider-thumb {
27207
27222
  touch-action: none;
27208
27223
  color: rgb(var(--v-theme-surface-variant));