@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24

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 (158) hide show
  1. package/CHANGELOG.md +0 -8
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +120 -120
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +2160 -2162
  8. package/dist/vuetify-labs.d.ts +12298 -12189
  9. package/dist/vuetify-labs.esm.js +59 -29
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +59 -29
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +871 -873
  14. package/dist/vuetify.d.ts +10357 -10268
  15. package/dist/vuetify.esm.js +51 -25
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +51 -25
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1043 -1044
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAlert/index.d.mts +55 -55
  23. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.mts +169 -169
  25. package/lib/components/VAutocomplete/index.d.mts +615 -609
  26. package/lib/components/VAvatar/index.d.mts +36 -36
  27. package/lib/components/VBadge/index.d.mts +58 -58
  28. package/lib/components/VBanner/index.d.mts +59 -59
  29. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  30. package/lib/components/VBottomSheet/index.d.mts +118 -118
  31. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  32. package/lib/components/VBtn/VBtn.css +3 -0
  33. package/lib/components/VBtn/VBtn.sass +3 -0
  34. package/lib/components/VBtn/index.d.mts +107 -107
  35. package/lib/components/VBtnGroup/index.d.mts +23 -23
  36. package/lib/components/VBtnToggle/index.d.mts +40 -40
  37. package/lib/components/VCard/index.d.mts +93 -93
  38. package/lib/components/VCarousel/index.d.mts +128 -128
  39. package/lib/components/VCheckbox/index.d.mts +174 -168
  40. package/lib/components/VChip/index.d.mts +86 -86
  41. package/lib/components/VChipGroup/index.d.mts +46 -46
  42. package/lib/components/VColorPicker/index.d.mts +96 -96
  43. package/lib/components/VCombobox/index.d.mts +615 -609
  44. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  45. package/lib/components/VCounter/index.d.mts +27 -27
  46. package/lib/components/VDataIterator/index.d.mts +51 -50
  47. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  48. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  49. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  50. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  51. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  53. package/lib/components/VDataTable/composables/group.mjs +2 -1
  54. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  55. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  56. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  57. package/lib/components/VDataTable/index.d.mts +275 -274
  58. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  59. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  60. package/lib/components/VDatePicker/index.d.mts +134 -134
  61. package/lib/components/VDialog/index.d.mts +353 -353
  62. package/lib/components/VDivider/index.d.mts +15 -15
  63. package/lib/components/VEmptyState/index.d.mts +47 -47
  64. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  65. package/lib/components/VFab/index.d.mts +227 -227
  66. package/lib/components/VField/VField.css +6 -11
  67. package/lib/components/VField/VField.mjs +7 -5
  68. package/lib/components/VField/VField.mjs.map +1 -1
  69. package/lib/components/VField/VField.sass +2 -6
  70. package/lib/components/VField/index.d.mts +58 -52
  71. package/lib/components/VFileInput/index.d.mts +255 -249
  72. package/lib/components/VFooter/index.d.mts +50 -50
  73. package/lib/components/VForm/index.d.mts +9 -9
  74. package/lib/components/VGrid/index.d.mts +150 -150
  75. package/lib/components/VIcon/index.d.mts +24 -24
  76. package/lib/components/VImg/index.d.mts +85 -85
  77. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  78. package/lib/components/VInput/VInput.css +5 -5
  79. package/lib/components/VInput/VInput.mjs +4 -1
  80. package/lib/components/VInput/VInput.mjs.map +1 -1
  81. package/lib/components/VInput/VInput.sass +1 -1
  82. package/lib/components/VInput/index.d.mts +61 -55
  83. package/lib/components/VItemGroup/index.d.mts +17 -17
  84. package/lib/components/VLabel/index.d.mts +8 -8
  85. package/lib/components/VLayout/index.d.mts +36 -36
  86. package/lib/components/VLazy/index.d.mts +31 -31
  87. package/lib/components/VList/index.d.mts +178 -178
  88. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  89. package/lib/components/VMain/index.d.mts +10 -10
  90. package/lib/components/VMenu/index.d.mts +393 -393
  91. package/lib/components/VMessages/index.d.mts +20 -20
  92. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  93. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  94. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  95. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  96. package/lib/components/VOtpInput/index.d.mts +88 -88
  97. package/lib/components/VOverlay/index.d.mts +97 -97
  98. package/lib/components/VPagination/index.d.mts +55 -55
  99. package/lib/components/VParallax/index.d.mts +7 -7
  100. package/lib/components/VProgressCircular/index.d.mts +24 -24
  101. package/lib/components/VProgressLinear/index.d.mts +52 -52
  102. package/lib/components/VRadio/index.d.mts +41 -41
  103. package/lib/components/VRadioGroup/index.d.mts +105 -99
  104. package/lib/components/VRangeSlider/index.d.mts +102 -96
  105. package/lib/components/VRating/index.d.mts +22 -22
  106. package/lib/components/VResponsive/index.d.mts +23 -23
  107. package/lib/components/VSelect/index.d.mts +615 -609
  108. package/lib/components/VSelectionControl/index.d.mts +43 -43
  109. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  110. package/lib/components/VSheet/index.d.mts +34 -34
  111. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  112. package/lib/components/VSlideGroup/index.d.mts +33 -33
  113. package/lib/components/VSlider/index.d.mts +95 -89
  114. package/lib/components/VSnackbar/index.d.mts +411 -411
  115. package/lib/components/VSparkline/index.d.mts +38 -38
  116. package/lib/components/VSpeedDial/index.d.mts +176 -176
  117. package/lib/components/VStepper/index.d.mts +119 -119
  118. package/lib/components/VSwitch/index.d.mts +108 -102
  119. package/lib/components/VSystemBar/index.d.mts +39 -39
  120. package/lib/components/VTable/index.d.mts +4 -4
  121. package/lib/components/VTabs/index.d.mts +512 -512
  122. package/lib/components/VTextField/VTextField.mjs +1 -1
  123. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  124. package/lib/components/VTextField/index.d.mts +421 -415
  125. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  126. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  127. package/lib/components/VTextarea/index.d.mts +359 -344
  128. package/lib/components/VTimeline/index.d.mts +26 -26
  129. package/lib/components/VToolbar/index.d.mts +53 -53
  130. package/lib/components/VTooltip/index.d.mts +424 -424
  131. package/lib/components/VValidation/index.d.mts +19 -19
  132. package/lib/components/VVirtualScroll/index.d.mts +10 -10
  133. package/lib/components/VWindow/index.d.mts +31 -31
  134. package/lib/components/index.d.mts +10651 -10563
  135. package/lib/components/transitions/index.d.mts +200 -200
  136. package/lib/composables/nested/nested.mjs +0 -1
  137. package/lib/composables/nested/nested.mjs.map +1 -1
  138. package/lib/entry-bundler.mjs +1 -1
  139. package/lib/framework.mjs +1 -1
  140. package/lib/index.d.mts +69 -68
  141. package/lib/labs/VCalendar/index.d.mts +52 -52
  142. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  143. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  144. package/lib/labs/VDateInput/index.d.mts +256 -250
  145. package/lib/labs/VNumberInput/index.d.mts +247 -241
  146. package/lib/labs/VPicker/index.d.mts +45 -45
  147. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  148. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  149. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  150. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  151. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  152. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  153. package/lib/labs/VTimePicker/index.d.mts +131 -122
  154. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  155. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  156. package/lib/labs/VTreeview/index.d.mts +199 -199
  157. package/lib/labs/components.d.mts +1754 -1733
  158. package/package.json +9 -4
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-10
2
+ * Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17472,18 +17472,6 @@ html.overflow-y-hidden {
17472
17472
  min-height: 100vh;
17473
17473
  min-height: 100dvh;
17474
17474
  position: relative;
17475
- }.v-app-bar {
17476
- display: flex;
17477
- }
17478
- .v-app-bar.v-toolbar {
17479
- background: rgb(var(--v-theme-surface));
17480
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17481
- }
17482
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17483
- 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));
17484
- }
17485
- .v-app-bar:not(.v-toolbar--absolute) {
17486
- padding-inline-end: var(--v-scrollbar-offset);
17487
17475
  }.v-alert {
17488
17476
  display: grid;
17489
17477
  flex: 1 1;
@@ -17696,6 +17684,18 @@ html.overflow-y-hidden {
17696
17684
  text-transform: none;
17697
17685
  word-break: normal;
17698
17686
  word-wrap: break-word;
17687
+ }.v-app-bar {
17688
+ display: flex;
17689
+ }
17690
+ .v-app-bar.v-toolbar {
17691
+ background: rgb(var(--v-theme-surface));
17692
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17693
+ }
17694
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17695
+ 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));
17696
+ }
17697
+ .v-app-bar:not(.v-toolbar--absolute) {
17698
+ padding-inline-end: var(--v-scrollbar-offset);
17699
17699
  }.v-autocomplete .v-field .v-text-field__prefix,
17700
17700
  .v-autocomplete .v-field .v-text-field__suffix,
17701
17701
  .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
@@ -17950,61 +17950,6 @@ html.overflow-y-hidden {
17950
17950
  display: inline-flex;
17951
17951
  justify-content: center;
17952
17952
  margin: 0 4px;
17953
- }.v-bottom-navigation {
17954
- display: flex;
17955
- max-width: 100%;
17956
- overflow: hidden;
17957
- position: absolute;
17958
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
17959
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17960
- border-style: solid;
17961
- border-width: 0;
17962
- border-radius: 0;
17963
- background: rgb(var(--v-theme-surface));
17964
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17965
- }
17966
- .v-bottom-navigation--border {
17967
- border-width: thin;
17968
- box-shadow: none;
17969
- }
17970
- .v-bottom-navigation--active {
17971
- 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));
17972
- }
17973
-
17974
- .v-bottom-navigation__content {
17975
- display: flex;
17976
- flex: none;
17977
- font-size: 0.75rem;
17978
- justify-content: center;
17979
- transition: inherit;
17980
- width: 100%;
17981
- }
17982
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17983
- font-size: inherit;
17984
- height: 100%;
17985
- max-width: 168px;
17986
- min-width: 80px;
17987
- text-transform: none;
17988
- transition: inherit;
17989
- width: auto;
17990
- border-radius: 0;
17991
- }
17992
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17993
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17994
- transition: inherit;
17995
- }
17996
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17997
- font-size: 1.5rem;
17998
- }
17999
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18000
- flex-grow: 1;
18001
- }
18002
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18003
- transition: inherit;
18004
- opacity: 0;
18005
- }
18006
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18007
- transform: translateY(0.5rem);
18008
17953
  }.v-banner {
18009
17954
  display: grid;
18010
17955
  flex: 1 1;
@@ -18163,6 +18108,61 @@ html.overflow-y-hidden {
18163
18108
  }
18164
18109
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18165
18110
  align-self: flex-start;
18111
+ }.v-bottom-navigation {
18112
+ display: flex;
18113
+ max-width: 100%;
18114
+ overflow: hidden;
18115
+ position: absolute;
18116
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18117
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18118
+ border-style: solid;
18119
+ border-width: 0;
18120
+ border-radius: 0;
18121
+ background: rgb(var(--v-theme-surface));
18122
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18123
+ }
18124
+ .v-bottom-navigation--border {
18125
+ border-width: thin;
18126
+ box-shadow: none;
18127
+ }
18128
+ .v-bottom-navigation--active {
18129
+ 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));
18130
+ }
18131
+
18132
+ .v-bottom-navigation__content {
18133
+ display: flex;
18134
+ flex: none;
18135
+ font-size: 0.75rem;
18136
+ justify-content: center;
18137
+ transition: inherit;
18138
+ width: 100%;
18139
+ }
18140
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18141
+ font-size: inherit;
18142
+ height: 100%;
18143
+ max-width: 168px;
18144
+ min-width: 80px;
18145
+ text-transform: none;
18146
+ transition: inherit;
18147
+ width: auto;
18148
+ border-radius: 0;
18149
+ }
18150
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18151
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18152
+ transition: inherit;
18153
+ }
18154
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18155
+ font-size: 1.5rem;
18156
+ }
18157
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18158
+ flex-grow: 1;
18159
+ }
18160
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18161
+ transition: inherit;
18162
+ opacity: 0;
18163
+ }
18164
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18165
+ transform: translateY(0.5rem);
18166
18166
  }.bottom-sheet-transition-enter-from {
18167
18167
  transform: translateY(100%);
18168
18168
  }
@@ -18583,6 +18583,9 @@ html.overflow-y-hidden {
18583
18583
  .v-btn--stacked .v-icon {
18584
18584
  --v-icon-size-multiplier: 1.1428571429;
18585
18585
  }
18586
+ .v-btn--stacked.v-btn--block {
18587
+ min-width: 100%;
18588
+ }
18586
18589
 
18587
18590
  .v-btn__loader {
18588
18591
  align-items: center;
@@ -19642,290 +19645,146 @@ html.overflow-y-hidden {
19642
19645
  flex: 0 1 auto;
19643
19646
  font-size: 12px;
19644
19647
  transition-duration: 150ms;
19645
- }.v-data-table {
19646
- width: 100%;
19648
+ }.v-date-picker {
19649
+ overflow: hidden;
19650
+ width: 328px;
19647
19651
  }
19648
-
19649
- .v-data-table__table {
19650
- width: 100%;
19651
- border-collapse: separate;
19652
- border-spacing: 0;
19652
+ .v-date-picker--show-week {
19653
+ width: 368px;
19654
+ }.v-date-picker-header {
19655
+ align-items: flex-end;
19656
+ height: 70px;
19657
+ display: grid;
19658
+ grid-template-areas: "prepend content append";
19659
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
19660
+ overflow: hidden;
19661
+ padding-inline: 24px 12px;
19662
+ padding-bottom: 12px;
19653
19663
  }
19654
19664
 
19655
- .v-data-table__tr--focus {
19656
- border: 1px dotted black;
19657
- }
19658
- .v-data-table__tr--clickable {
19659
- cursor: pointer;
19665
+ .v-date-picker-header__append {
19666
+ grid-area: append;
19660
19667
  }
19661
19668
 
19662
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
19663
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
19664
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
19665
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
19666
- text-align: end;
19667
- }
19668
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19669
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
19670
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19671
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
19672
- flex-direction: row-reverse;
19669
+ .v-date-picker-header__prepend {
19670
+ grid-area: prepend;
19671
+ padding-inline-start: 8px;
19673
19672
  }
19674
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
19675
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
19676
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
19677
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
19678
- text-align: center;
19673
+
19674
+ .v-date-picker-header__content {
19675
+ align-items: center;
19676
+ display: inline-flex;
19677
+ font-size: 32px;
19678
+ line-height: 40px;
19679
+ grid-area: content;
19680
+ justify-content: space-between;
19679
19681
  }
19680
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
19681
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
19682
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
19683
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
19684
- justify-content: center;
19682
+ .v-date-picker-header--clickable .v-date-picker-header__content {
19683
+ cursor: pointer;
19685
19684
  }
19686
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
19687
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
19688
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
19689
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
19690
- padding: 0 8px;
19685
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
19686
+ opacity: 0.7;
19691
19687
  }
19692
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
19693
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
19694
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
19695
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
19696
- text-overflow: ellipsis;
19697
- text-wrap: nowrap;
19698
- overflow: hidden;
19688
+
19689
+ .date-picker-header-transition-enter-active,
19690
+ .date-picker-header-reverse-transition-enter-active {
19691
+ transition-duration: 0.3s;
19692
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19699
19693
  }
19700
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
19701
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
19702
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
19703
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
19704
- display: contents;
19694
+ .date-picker-header-transition-leave-active,
19695
+ .date-picker-header-reverse-transition-leave-active {
19696
+ transition-duration: 0.3s;
19697
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19705
19698
  }
19706
- .v-data-table .v-table__wrapper > table > thead > tr > th,
19707
- .v-data-table .v-table__wrapper > table tbody > tr > th {
19708
- align-items: center;
19699
+
19700
+ .date-picker-header-transition-enter-from {
19701
+ transform: translate(0, 100%);
19709
19702
  }
19710
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
19711
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
19712
- position: sticky;
19703
+ .date-picker-header-transition-leave-to {
19704
+ opacity: 0;
19705
+ transform: translate(0, -100%);
19713
19706
  }
19714
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
19715
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
19716
- cursor: pointer;
19717
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19707
+
19708
+ .date-picker-header-reverse-transition-enter-from {
19709
+ transform: translate(0, -100%);
19718
19710
  }
19719
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
19720
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
19711
+ .date-picker-header-reverse-transition-leave-to {
19721
19712
  opacity: 0;
19722
- }
19723
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
19724
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
19725
- opacity: 0.5;
19726
- }
19727
- .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
19728
- .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
19729
- height: -moz-fit-content;
19730
- height: fit-content;
19713
+ transform: translate(0, 100%);
19714
+ }.v-date-picker-month {
19715
+ display: flex;
19716
+ justify-content: center;
19717
+ padding: 0 12px 8px;
19718
+ --v-date-picker-month-day-diff: 4px;
19731
19719
  }
19732
19720
 
19733
- .v-data-table-column--fixed,
19734
- .v-data-table__th--sticky {
19735
- background: rgb(var(--v-theme-surface));
19736
- position: sticky !important;
19737
- left: 0;
19738
- z-index: 1;
19739
- }
19740
-
19741
- .v-data-table-column--last-fixed {
19742
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
19743
- }
19744
-
19745
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
19746
- z-index: 2;
19747
- }
19748
-
19749
- .v-data-table-group-header-row td {
19750
- background: rgba(var(--v-theme-surface));
19751
- color: rgba(var(--v-theme-on-surface));
19721
+ .v-date-picker-month__weeks {
19722
+ display: grid;
19723
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19724
+ column-gap: 4px;
19725
+ font-size: 0.85rem;
19752
19726
  }
19753
- .v-data-table-group-header-row td > span {
19754
- padding-left: 5px;
19727
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
19728
+ grid-row-gap: 0;
19755
19729
  }
19756
19730
 
19757
- .v-data-table--loading .v-data-table__td {
19758
- opacity: var(--v-disabled-opacity);
19731
+ .v-date-picker-month__weekday {
19732
+ font-size: 0.85rem;
19759
19733
  }
19760
19734
 
19761
- .v-data-table-group-header-row__column {
19762
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
19735
+ .v-date-picker-month__days {
19736
+ display: grid;
19737
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
19738
+ column-gap: 4px;
19739
+ flex: 1 1;
19740
+ justify-content: space-around;
19763
19741
  }
19764
19742
 
19765
- .v-data-table-header__content {
19766
- display: flex;
19743
+ .v-date-picker-month__day {
19767
19744
  align-items: center;
19768
- }
19769
-
19770
- .v-data-table-header__sort-badge {
19771
- display: inline-flex;
19745
+ display: flex;
19772
19746
  justify-content: center;
19773
- align-items: center;
19774
- font-size: 0.875rem;
19775
- padding: 4px;
19776
- border-radius: 50%;
19777
- background: rgba(var(--v-border-color), var(--v-border-opacity));
19778
- min-width: 20px;
19779
- min-height: 20px;
19780
- width: 20px;
19781
- height: 20px;
19782
- }
19783
-
19784
- .v-data-table-progress > th {
19785
- border: none !important;
19786
- height: auto !important;
19787
- padding: 0 !important;
19788
- }
19789
-
19790
- .v-data-table-progress__loader {
19791
19747
  position: relative;
19748
+ height: 40px;
19749
+ width: 40px;
19792
19750
  }
19793
-
19794
- .v-data-table-rows-loading,
19795
- .v-data-table-rows-no-data {
19796
- text-align: center;
19797
- }
19798
-
19799
- .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
19800
- grid-template-columns: 0;
19801
- justify-content: center;
19802
- }
19803
- .v-data-table__tr--mobile > .v-data-table__td--select-row {
19804
- grid-template-columns: 0;
19805
- justify-content: end;
19751
+ .v-date-picker-month__day--selected .v-btn {
19752
+ background-color: rgb(var(--v-theme-surface-variant));
19753
+ color: rgb(var(--v-theme-on-surface-variant));
19806
19754
  }
19807
- .v-data-table__tr--mobile > td {
19808
- align-items: center;
19809
- column-gap: 4px;
19810
- display: grid;
19811
- grid-template-columns: repeat(2, 1fr);
19812
- min-height: var(--v-table-row-height);
19755
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
19756
+ --v-btn-height: 24px;
19757
+ --v-btn-size: 0.85rem;
19813
19758
  }
19814
- .v-data-table__tr--mobile > td:not(:last-child) {
19815
- border-bottom: 0 !important;
19759
+ .v-date-picker-month__day--week {
19760
+ font-size: var(--v-btn-size);
19816
19761
  }
19817
19762
 
19818
- .v-data-table__td-title {
19819
- font-weight: 500;
19820
- text-align: left;
19763
+ .v-date-picker-month__day--adjacent {
19764
+ opacity: 0.5;
19821
19765
  }
19822
19766
 
19823
- .v-data-table__td-value {
19824
- text-align: right;
19767
+ .v-date-picker-month__day--hide-adjacent {
19768
+ opacity: 0;
19769
+ }.v-date-picker-months {
19770
+ height: 288px;
19825
19771
  }
19826
19772
 
19827
- .v-data-table__td-sort-icon {
19828
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
19829
- }
19830
- .v-data-table__td-sort-icon-active {
19831
- color: rgba(var(--v-theme-on-surface));
19832
- }.v-data-table-footer {
19833
- align-items: center;
19834
- display: flex;
19835
- flex-wrap: wrap;
19836
- justify-content: flex-end;
19837
- padding: 8px 4px;
19838
- }
19839
- .v-data-table-footer__items-per-page {
19840
- align-items: center;
19841
- display: flex;
19842
- justify-content: center;
19843
- }
19844
- .v-data-table-footer__items-per-page > span {
19845
- padding-inline-end: 8px;
19846
- }
19847
- .v-data-table-footer__items-per-page > .v-select {
19848
- width: 90px;
19849
- }
19850
- .v-data-table-footer__info {
19851
- display: flex;
19852
- justify-content: flex-end;
19853
- min-width: 116px;
19854
- padding: 0 16px;
19855
- }
19856
- .v-data-table-footer__paginationz {
19773
+ .v-date-picker-months__content {
19857
19774
  align-items: center;
19858
- display: flex;
19859
- margin-inline-start: 16px;
19860
- }
19861
- .v-data-table-footer__page {
19862
- padding: 0 8px;
19863
- }.v-date-picker {
19864
- overflow: hidden;
19865
- width: 328px;
19866
- }
19867
- .v-date-picker--show-week {
19868
- width: 368px;
19869
- }.v-date-picker-header {
19870
- align-items: flex-end;
19871
- height: 70px;
19872
19775
  display: grid;
19873
- grid-template-areas: "prepend content append";
19874
- grid-template-columns: min-content minmax(0, 1fr) min-content;
19875
- overflow: hidden;
19876
- padding-inline: 24px 12px;
19877
- padding-bottom: 12px;
19878
- }
19879
-
19880
- .v-date-picker-header__append {
19881
- grid-area: append;
19776
+ flex: 1 1;
19777
+ height: inherit;
19778
+ justify-content: space-around;
19779
+ grid-template-columns: repeat(2, 1fr);
19780
+ grid-gap: 0px 24px;
19781
+ padding-inline-start: 36px;
19782
+ padding-inline-end: 36px;
19882
19783
  }
19883
-
19884
- .v-date-picker-header__prepend {
19885
- grid-area: prepend;
19784
+ .v-date-picker-months__content .v-btn {
19785
+ text-transform: none;
19886
19786
  padding-inline-start: 8px;
19887
- }
19888
-
19889
- .v-date-picker-header__content {
19890
- align-items: center;
19891
- display: inline-flex;
19892
- font-size: 32px;
19893
- line-height: 40px;
19894
- grid-area: content;
19895
- justify-content: space-between;
19896
- }
19897
- .v-date-picker-header--clickable .v-date-picker-header__content {
19898
- cursor: pointer;
19899
- }
19900
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
19901
- opacity: 0.7;
19902
- }
19903
-
19904
- .date-picker-header-transition-enter-active,
19905
- .date-picker-header-reverse-transition-enter-active {
19906
- transition-duration: 0.3s;
19907
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19908
- }
19909
- .date-picker-header-transition-leave-active,
19910
- .date-picker-header-reverse-transition-leave-active {
19911
- transition-duration: 0.3s;
19912
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19913
- }
19914
-
19915
- .date-picker-header-transition-enter-from {
19916
- transform: translate(0, 100%);
19917
- }
19918
- .date-picker-header-transition-leave-to {
19919
- opacity: 0;
19920
- transform: translate(0, -100%);
19921
- }
19922
-
19923
- .date-picker-header-reverse-transition-enter-from {
19924
- transform: translate(0, -100%);
19925
- }
19926
- .date-picker-header-reverse-transition-leave-to {
19927
- opacity: 0;
19928
- transform: translate(0, 100%);
19787
+ padding-inline-end: 8px;
19929
19788
  }.v-date-picker-controls {
19930
19789
  display: flex;
19931
19790
  align-items: center;
@@ -19982,95 +19841,239 @@ html.overflow-y-hidden {
19982
19841
 
19983
19842
  .v-date-picker__title {
19984
19843
  display: inline-block;
19985
- }.v-date-picker-month {
19986
- display: flex;
19987
- justify-content: center;
19988
- padding: 0 12px 8px;
19989
- --v-date-picker-month-day-diff: 4px;
19844
+ }.v-date-picker-years {
19845
+ height: 288px;
19846
+ overflow-y: scroll;
19990
19847
  }
19991
19848
 
19992
- .v-date-picker-month__weeks {
19849
+ .v-date-picker-years__content {
19993
19850
  display: grid;
19994
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19995
- column-gap: 4px;
19996
- font-size: 0.85rem;
19851
+ flex: 1 1;
19852
+ justify-content: space-around;
19853
+ grid-template-columns: repeat(3, 1fr);
19854
+ gap: 8px 24px;
19855
+ padding-inline: 32px;
19997
19856
  }
19998
- .v-date-picker-month__weeks + .v-date-picker-month__days {
19999
- grid-row-gap: 0;
19857
+ .v-date-picker-years__content .v-btn {
19858
+ padding-inline: 8px;
19859
+ }.v-data-table {
19860
+ width: 100%;
20000
19861
  }
20001
19862
 
20002
- .v-date-picker-month__weekday {
20003
- font-size: 0.85rem;
19863
+ .v-data-table__table {
19864
+ width: 100%;
19865
+ border-collapse: separate;
19866
+ border-spacing: 0;
20004
19867
  }
20005
19868
 
20006
- .v-date-picker-month__days {
20007
- display: grid;
20008
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20009
- column-gap: 4px;
20010
- flex: 1 1;
20011
- justify-content: space-around;
19869
+ .v-data-table__tr--focus {
19870
+ border: 1px dotted black;
19871
+ }
19872
+ .v-data-table__tr--clickable {
19873
+ cursor: pointer;
20012
19874
  }
20013
19875
 
20014
- .v-date-picker-month__day {
19876
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
19877
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
19878
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
19879
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
19880
+ text-align: end;
19881
+ }
19882
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19883
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
19884
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
19885
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
19886
+ flex-direction: row-reverse;
19887
+ }
19888
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
19889
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
19890
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
19891
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
19892
+ text-align: center;
19893
+ }
19894
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
19895
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
19896
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
19897
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
19898
+ justify-content: center;
19899
+ }
19900
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
19901
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
19902
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
19903
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
19904
+ padding: 0 8px;
19905
+ }
19906
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
19907
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
19908
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
19909
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
19910
+ text-overflow: ellipsis;
19911
+ text-wrap: nowrap;
19912
+ overflow: hidden;
19913
+ }
19914
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
19915
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
19916
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
19917
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
19918
+ display: contents;
19919
+ }
19920
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
19921
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
20015
19922
  align-items: center;
19923
+ }
19924
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
19925
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
19926
+ position: sticky;
19927
+ }
19928
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
19929
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
19930
+ cursor: pointer;
19931
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19932
+ }
19933
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
19934
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
19935
+ opacity: 0;
19936
+ }
19937
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
19938
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
19939
+ opacity: 0.5;
19940
+ }
19941
+ .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
19942
+ .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
19943
+ height: -moz-fit-content;
19944
+ height: fit-content;
19945
+ }
19946
+
19947
+ .v-data-table-column--fixed,
19948
+ .v-data-table__th--sticky {
19949
+ background: rgb(var(--v-theme-surface));
19950
+ position: sticky !important;
19951
+ left: 0;
19952
+ z-index: 1;
19953
+ }
19954
+
19955
+ .v-data-table-column--last-fixed {
19956
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
19957
+ }
19958
+
19959
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
19960
+ z-index: 2;
19961
+ }
19962
+
19963
+ .v-data-table-group-header-row td {
19964
+ background: rgba(var(--v-theme-surface));
19965
+ color: rgba(var(--v-theme-on-surface));
19966
+ }
19967
+ .v-data-table-group-header-row td > span {
19968
+ padding-left: 5px;
19969
+ }
19970
+
19971
+ .v-data-table--loading .v-data-table__td {
19972
+ opacity: var(--v-disabled-opacity);
19973
+ }
19974
+
19975
+ .v-data-table-group-header-row__column {
19976
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
19977
+ }
19978
+
19979
+ .v-data-table-header__content {
20016
19980
  display: flex;
19981
+ align-items: center;
19982
+ }
19983
+
19984
+ .v-data-table-header__sort-badge {
19985
+ display: inline-flex;
20017
19986
  justify-content: center;
19987
+ align-items: center;
19988
+ font-size: 0.875rem;
19989
+ padding: 4px;
19990
+ border-radius: 50%;
19991
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
19992
+ min-width: 20px;
19993
+ min-height: 20px;
19994
+ width: 20px;
19995
+ height: 20px;
19996
+ }
19997
+
19998
+ .v-data-table-progress > th {
19999
+ border: none !important;
20000
+ height: auto !important;
20001
+ padding: 0 !important;
20002
+ }
20003
+
20004
+ .v-data-table-progress__loader {
20018
20005
  position: relative;
20019
- height: 40px;
20020
- width: 40px;
20021
20006
  }
20022
- .v-date-picker-month__day--selected .v-btn {
20023
- background-color: rgb(var(--v-theme-surface-variant));
20024
- color: rgb(var(--v-theme-on-surface-variant));
20007
+
20008
+ .v-data-table-rows-loading,
20009
+ .v-data-table-rows-no-data {
20010
+ text-align: center;
20025
20011
  }
20026
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20027
- --v-btn-height: 24px;
20028
- --v-btn-size: 0.85rem;
20012
+
20013
+ .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
20014
+ grid-template-columns: 0;
20015
+ justify-content: center;
20029
20016
  }
20030
- .v-date-picker-month__day--week {
20031
- font-size: var(--v-btn-size);
20017
+ .v-data-table__tr--mobile > .v-data-table__td--select-row {
20018
+ grid-template-columns: 0;
20019
+ justify-content: end;
20020
+ }
20021
+ .v-data-table__tr--mobile > td {
20022
+ align-items: center;
20023
+ column-gap: 4px;
20024
+ display: grid;
20025
+ grid-template-columns: repeat(2, 1fr);
20026
+ min-height: var(--v-table-row-height);
20027
+ }
20028
+ .v-data-table__tr--mobile > td:not(:last-child) {
20029
+ border-bottom: 0 !important;
20032
20030
  }
20033
20031
 
20034
- .v-date-picker-month__day--adjacent {
20035
- opacity: 0.5;
20032
+ .v-data-table__td-title {
20033
+ font-weight: 500;
20034
+ text-align: left;
20036
20035
  }
20037
20036
 
20038
- .v-date-picker-month__day--hide-adjacent {
20039
- opacity: 0;
20040
- }.v-date-picker-months {
20041
- height: 288px;
20037
+ .v-data-table__td-value {
20038
+ text-align: right;
20042
20039
  }
20043
20040
 
20044
- .v-date-picker-months__content {
20041
+ .v-data-table__td-sort-icon {
20042
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
20043
+ }
20044
+ .v-data-table__td-sort-icon-active {
20045
+ color: rgba(var(--v-theme-on-surface));
20046
+ }.v-data-table-footer {
20045
20047
  align-items: center;
20046
- display: grid;
20047
- flex: 1 1;
20048
- height: inherit;
20049
- justify-content: space-around;
20050
- grid-template-columns: repeat(2, 1fr);
20051
- grid-gap: 0px 24px;
20052
- padding-inline-start: 36px;
20053
- padding-inline-end: 36px;
20048
+ display: flex;
20049
+ flex-wrap: wrap;
20050
+ justify-content: flex-end;
20051
+ padding: 8px 4px;
20054
20052
  }
20055
- .v-date-picker-months__content .v-btn {
20056
- text-transform: none;
20057
- padding-inline-start: 8px;
20053
+ .v-data-table-footer__items-per-page {
20054
+ align-items: center;
20055
+ display: flex;
20056
+ justify-content: center;
20057
+ }
20058
+ .v-data-table-footer__items-per-page > span {
20058
20059
  padding-inline-end: 8px;
20059
- }.v-date-picker-years {
20060
- height: 288px;
20061
- overflow-y: scroll;
20062
20060
  }
20063
-
20064
- .v-date-picker-years__content {
20065
- display: grid;
20066
- flex: 1 1;
20067
- justify-content: space-around;
20068
- grid-template-columns: repeat(3, 1fr);
20069
- gap: 8px 24px;
20070
- padding-inline: 32px;
20061
+ .v-data-table-footer__items-per-page > .v-select {
20062
+ width: 90px;
20071
20063
  }
20072
- .v-date-picker-years__content .v-btn {
20073
- padding-inline: 8px;
20064
+ .v-data-table-footer__info {
20065
+ display: flex;
20066
+ justify-content: flex-end;
20067
+ min-width: 116px;
20068
+ padding: 0 16px;
20069
+ }
20070
+ .v-data-table-footer__paginationz {
20071
+ align-items: center;
20072
+ display: flex;
20073
+ margin-inline-start: 16px;
20074
+ }
20075
+ .v-data-table-footer__page {
20076
+ padding: 0 8px;
20074
20077
  }.v-dialog {
20075
20078
  align-items: center;
20076
20079
  justify-content: center;
@@ -20702,11 +20705,6 @@ html.overflow-y-hidden {
20702
20705
  position: relative;
20703
20706
  width: 100%;
20704
20707
  }
20705
- .v-field.v-field--center-affix.v-field--variant-underlined .v-field__input, .v-field.v-field--center-affix.v-field--variant-plain .v-field__input {
20706
- padding-top: unset;
20707
- padding-bottom: unset;
20708
- }
20709
-
20710
20708
  .v-input--density-default .v-field__input {
20711
20709
  row-gap: 8px;
20712
20710
  }
@@ -20774,12 +20772,12 @@ textarea.v-field__input::placeholder {
20774
20772
  padding-top: 0;
20775
20773
  }
20776
20774
 
20777
- .v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__append-inner,
20778
- .v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__clearable,
20779
- .v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__prepend-inner,
20780
- .v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__append-inner,
20781
- .v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__clearable,
20782
- .v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__prepend-inner {
20775
+ .v-field.v-field--variant-underlined .v-field__append-inner,
20776
+ .v-field.v-field--variant-underlined .v-field__clearable,
20777
+ .v-field.v-field--variant-underlined .v-field__prepend-inner,
20778
+ .v-field.v-field--variant-plain .v-field__append-inner,
20779
+ .v-field.v-field--variant-plain .v-field__clearable,
20780
+ .v-field.v-field--variant-plain .v-field__prepend-inner {
20783
20781
  align-items: flex-start;
20784
20782
  padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
20785
20783
  padding-bottom: var(--v-field-padding-bottom, 4px);
@@ -21135,35 +21133,7 @@ textarea.v-field__input::placeholder {
21135
21133
  opacity: 0;
21136
21134
  }
21137
21135
 
21138
- /* endregion */.v-footer {
21139
- align-items: center;
21140
- display: flex;
21141
- flex: 1 1 auto;
21142
- padding: 8px 16px;
21143
- position: relative;
21144
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21145
- transition-property: height, width, transform, max-width, left, right, top, bottom;
21146
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21147
- border-style: solid;
21148
- border-width: 0;
21149
- 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));
21150
- border-radius: 0;
21151
- background: rgb(var(--v-theme-surface));
21152
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21153
- }
21154
- .v-footer--border {
21155
- border-width: thin;
21156
- box-shadow: none;
21157
- }
21158
- .v-footer--absolute {
21159
- position: absolute;
21160
- }
21161
- .v-footer--fixed {
21162
- position: fixed;
21163
- }
21164
- .v-footer--rounded {
21165
- border-radius: 4px;
21166
- }.v-file-input--hide.v-input .v-field,
21136
+ /* endregion */.v-file-input--hide.v-input .v-field,
21167
21137
  .v-file-input--hide.v-input .v-input__control,
21168
21138
  .v-file-input--hide.v-input .v-input__details {
21169
21139
  display: none;
@@ -21192,6 +21162,34 @@ textarea.v-field__input::placeholder {
21192
21162
  }
21193
21163
  .v-input--plain-underlined.v-file-input .v-input__details {
21194
21164
  padding-inline: 0;
21165
+ }.v-footer {
21166
+ align-items: center;
21167
+ display: flex;
21168
+ flex: 1 1 auto;
21169
+ padding: 8px 16px;
21170
+ position: relative;
21171
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21172
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
21173
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21174
+ border-style: solid;
21175
+ border-width: 0;
21176
+ 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));
21177
+ border-radius: 0;
21178
+ background: rgb(var(--v-theme-surface));
21179
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21180
+ }
21181
+ .v-footer--border {
21182
+ border-width: thin;
21183
+ box-shadow: none;
21184
+ }
21185
+ .v-footer--absolute {
21186
+ position: absolute;
21187
+ }
21188
+ .v-footer--fixed {
21189
+ position: fixed;
21190
+ }
21191
+ .v-footer--rounded {
21192
+ border-radius: 4px;
21195
21193
  }.v-container {
21196
21194
  width: 100%;
21197
21195
  padding: 16px;
@@ -22115,19 +22113,19 @@ textarea.v-field__input::placeholder {
22115
22113
  .v-input--hide-spin-buttons input[type=number] {
22116
22114
  -moz-appearance: textfield;
22117
22115
  }
22118
- .v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend,
22119
- .v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
22116
+ .v-input--plain-underlined .v-input__prepend,
22117
+ .v-input--plain-underlined .v-input__append {
22120
22118
  align-items: flex-start;
22121
22119
  }
22122
- .v-input--density-default.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-default.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
22120
+ .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
22123
22121
  padding-top: calc(var(--v-input-padding-top) + 4px);
22124
22122
  }
22125
22123
 
22126
- .v-input--density-comfortable.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
22124
+ .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
22127
22125
  padding-top: calc(var(--v-input-padding-top) + 2px);
22128
22126
  }
22129
22127
 
22130
- .v-input--density-compact.v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend, .v-input--density-compact.v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
22128
+ .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22131
22129
  padding-top: calc(var(--v-input-padding-top) + 0px);
22132
22130
  }.v-item-group {
22133
22131
  flex: 0 1 auto;
@@ -22723,19 +22721,6 @@ textarea.v-field__input::placeholder {
22723
22721
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22724
22722
  }.v-locale-provider {
22725
22723
  display: contents;
22726
- }.v-menu > .v-overlay__content {
22727
- display: flex;
22728
- flex-direction: column;
22729
- border-radius: 4px;
22730
- }
22731
- .v-menu > .v-overlay__content > .v-card,
22732
- .v-menu > .v-overlay__content > .v-sheet,
22733
- .v-menu > .v-overlay__content > .v-list {
22734
- background: rgb(var(--v-theme-surface));
22735
- border-radius: inherit;
22736
- overflow: auto;
22737
- height: 100%;
22738
- box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22739
22724
  }.v-main {
22740
22725
  flex: 1 0 auto;
22741
22726
  max-width: 100%;
@@ -22764,6 +22749,19 @@ textarea.v-field__input::placeholder {
22764
22749
  --v-layout-right: 0px;
22765
22750
  --v-layout-top: 0px;
22766
22751
  --v-layout-bottom: 0px;
22752
+ }.v-menu > .v-overlay__content {
22753
+ display: flex;
22754
+ flex-direction: column;
22755
+ border-radius: 4px;
22756
+ }
22757
+ .v-menu > .v-overlay__content > .v-card,
22758
+ .v-menu > .v-overlay__content > .v-sheet,
22759
+ .v-menu > .v-overlay__content > .v-list {
22760
+ background: rgb(var(--v-theme-surface));
22761
+ border-radius: inherit;
22762
+ overflow: auto;
22763
+ height: 100%;
22764
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22767
22765
  }.v-messages {
22768
22766
  flex: 1 1 auto;
22769
22767
  font-size: 12px;
@@ -22882,62 +22880,6 @@ textarea.v-field__input::placeholder {
22882
22880
  .v-navigation-drawer__append {
22883
22881
  flex: none;
22884
22882
  overflow: hidden;
22885
- }.v-otp-input {
22886
- border-radius: 4px;
22887
- align-items: center;
22888
- display: flex;
22889
- justify-content: center;
22890
- padding: 0.5rem 0;
22891
- position: relative;
22892
- }
22893
- .v-otp-input .v-field {
22894
- height: 100%;
22895
- }
22896
-
22897
- .v-otp-input__divider {
22898
- margin: 0 8px;
22899
- }
22900
-
22901
- .v-otp-input__content {
22902
- align-items: center;
22903
- display: flex;
22904
- gap: 0.5rem;
22905
- height: 64px;
22906
- padding: 0.5rem;
22907
- justify-content: center;
22908
- max-width: 320px;
22909
- position: relative;
22910
- border-radius: inherit;
22911
- }
22912
- .v-otp-input--divided .v-otp-input__content {
22913
- max-width: 360px;
22914
- }
22915
-
22916
- .v-otp-input__field {
22917
- color: inherit;
22918
- font-size: 1.25rem;
22919
- height: 100%;
22920
- outline: none;
22921
- text-align: center;
22922
- width: 100%;
22923
- }
22924
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22925
- -webkit-appearance: none;
22926
- margin: 0;
22927
- }
22928
- .v-otp-input__field[type=number] {
22929
- -moz-appearance: textfield;
22930
- }
22931
-
22932
- .v-otp-input__loader {
22933
- align-items: center;
22934
- display: flex;
22935
- height: 100%;
22936
- justify-content: center;
22937
- width: 100%;
22938
- }
22939
- .v-otp-input__loader .v-progress-linear {
22940
- position: absolute;
22941
22883
  }.v-overlay-container {
22942
22884
  contain: layout;
22943
22885
  left: 0;
@@ -23001,6 +22943,62 @@ html.v-overlay-scroll-blocked {
23001
22943
 
23002
22944
  .v-overlay--scroll-blocked {
23003
22945
  padding-inline-end: var(--v-scrollbar-offset);
22946
+ }.v-otp-input {
22947
+ border-radius: 4px;
22948
+ align-items: center;
22949
+ display: flex;
22950
+ justify-content: center;
22951
+ padding: 0.5rem 0;
22952
+ position: relative;
22953
+ }
22954
+ .v-otp-input .v-field {
22955
+ height: 100%;
22956
+ }
22957
+
22958
+ .v-otp-input__divider {
22959
+ margin: 0 8px;
22960
+ }
22961
+
22962
+ .v-otp-input__content {
22963
+ align-items: center;
22964
+ display: flex;
22965
+ gap: 0.5rem;
22966
+ height: 64px;
22967
+ padding: 0.5rem;
22968
+ justify-content: center;
22969
+ max-width: 320px;
22970
+ position: relative;
22971
+ border-radius: inherit;
22972
+ }
22973
+ .v-otp-input--divided .v-otp-input__content {
22974
+ max-width: 360px;
22975
+ }
22976
+
22977
+ .v-otp-input__field {
22978
+ color: inherit;
22979
+ font-size: 1.25rem;
22980
+ height: 100%;
22981
+ outline: none;
22982
+ text-align: center;
22983
+ width: 100%;
22984
+ }
22985
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22986
+ -webkit-appearance: none;
22987
+ margin: 0;
22988
+ }
22989
+ .v-otp-input__field[type=number] {
22990
+ -moz-appearance: textfield;
22991
+ }
22992
+
22993
+ .v-otp-input__loader {
22994
+ align-items: center;
22995
+ display: flex;
22996
+ height: 100%;
22997
+ justify-content: center;
22998
+ width: 100%;
22999
+ }
23000
+ .v-otp-input__loader .v-progress-linear {
23001
+ position: absolute;
23004
23002
  }.v-pagination__list {
23005
23003
  display: inline-flex;
23006
23004
  list-style-type: none;
@@ -23357,6 +23355,89 @@ html.v-overlay-scroll-blocked {
23357
23355
  }
23358
23356
  .v-radio-group .v-input__details {
23359
23357
  padding-inline: 16px;
23358
+ }.v-slider .v-slider__container input {
23359
+ cursor: default;
23360
+ padding: 0;
23361
+ width: 100%;
23362
+ display: none;
23363
+ }
23364
+ .v-slider > .v-input__append,
23365
+ .v-slider > .v-input__prepend {
23366
+ padding: 0;
23367
+ }
23368
+
23369
+ .v-slider__container {
23370
+ position: relative;
23371
+ min-height: inherit;
23372
+ width: 100%;
23373
+ height: 100%;
23374
+ display: flex;
23375
+ justify-content: center;
23376
+ align-items: center;
23377
+ cursor: pointer;
23378
+ }
23379
+ .v-input--disabled .v-slider__container {
23380
+ opacity: var(--v-disabled-opacity);
23381
+ }
23382
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
23383
+ color: rgb(var(--v-theme-error));
23384
+ }
23385
+
23386
+ .v-slider.v-input--horizontal {
23387
+ align-items: center;
23388
+ margin-inline: 8px 8px;
23389
+ }
23390
+ .v-slider.v-input--horizontal > .v-input__control {
23391
+ min-height: 32px;
23392
+ display: flex;
23393
+ align-items: center;
23394
+ }
23395
+
23396
+ .v-slider.v-input--vertical {
23397
+ justify-content: center;
23398
+ margin-top: 12px;
23399
+ margin-bottom: 12px;
23400
+ }
23401
+ .v-slider.v-input--vertical > .v-input__control {
23402
+ min-height: 300px;
23403
+ }
23404
+
23405
+ .v-slider.v-input--disabled {
23406
+ pointer-events: none;
23407
+ }
23408
+
23409
+ .v-slider--has-labels > .v-input__control {
23410
+ margin-bottom: 4px;
23411
+ }
23412
+
23413
+ .v-slider__label {
23414
+ margin-inline-end: 12px;
23415
+ }.v-responsive {
23416
+ display: flex;
23417
+ flex: 1 0 auto;
23418
+ max-height: 100%;
23419
+ max-width: 100%;
23420
+ overflow: hidden;
23421
+ position: relative;
23422
+ }
23423
+ .v-responsive--inline {
23424
+ display: inline-flex;
23425
+ flex: 0 0 auto;
23426
+ }
23427
+
23428
+ .v-responsive__content {
23429
+ flex: 1 0 0px;
23430
+ max-width: 100%;
23431
+ }
23432
+
23433
+ .v-responsive__sizer ~ .v-responsive__content {
23434
+ margin-inline-start: -100%;
23435
+ }
23436
+
23437
+ .v-responsive__sizer {
23438
+ flex: 1 0 0px;
23439
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23440
+ pointer-events: none;
23360
23441
  }.v-rating {
23361
23442
  max-width: 100%;
23362
23443
  display: inline-flex;
@@ -23459,32 +23540,6 @@ html.v-overlay-scroll-blocked {
23459
23540
  .v-select--active-menu .v-select__menu-icon {
23460
23541
  opacity: var(--v-high-emphasis-opacity);
23461
23542
  transform: rotate(180deg);
23462
- }.v-responsive {
23463
- display: flex;
23464
- flex: 1 0 auto;
23465
- max-height: 100%;
23466
- max-width: 100%;
23467
- overflow: hidden;
23468
- position: relative;
23469
- }
23470
- .v-responsive--inline {
23471
- display: inline-flex;
23472
- flex: 0 0 auto;
23473
- }
23474
-
23475
- .v-responsive__content {
23476
- flex: 1 0 0px;
23477
- max-width: 100%;
23478
- }
23479
-
23480
- .v-responsive__sizer ~ .v-responsive__content {
23481
- margin-inline-start: -100%;
23482
- }
23483
-
23484
- .v-responsive__sizer {
23485
- flex: 1 0 0px;
23486
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23487
- pointer-events: none;
23488
23543
  }.v-selection-control {
23489
23544
  align-items: center;
23490
23545
  contain: layout;
@@ -23859,195 +23914,47 @@ html.v-overlay-scroll-blocked {
23859
23914
  min-width: 52px;
23860
23915
  cursor: pointer;
23861
23916
  }
23862
- .v-slide-group__next--disabled,
23863
- .v-slide-group__prev--disabled {
23864
- pointer-events: none;
23865
- opacity: var(--v-disabled-opacity);
23866
- }
23867
-
23868
- .v-slide-group__content {
23869
- display: flex;
23870
- flex: 1 0 auto;
23871
- position: relative;
23872
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23873
- white-space: nowrap;
23874
- }
23875
- .v-slide-group__content > * {
23876
- white-space: initial;
23877
- }
23878
-
23879
- .v-slide-group__container {
23880
- contain: content;
23881
- display: flex;
23882
- flex: 1 1 auto;
23883
- overflow-x: auto;
23884
- overflow-y: hidden;
23885
- scrollbar-width: none;
23886
- scrollbar-color: rgba(0, 0, 0, 0);
23887
- }
23888
- .v-slide-group__container::-webkit-scrollbar {
23889
- display: none;
23890
- }
23891
-
23892
- .v-slide-group--vertical {
23893
- max-height: inherit;
23894
- }
23895
- .v-slide-group--vertical,
23896
- .v-slide-group--vertical .v-slide-group__container,
23897
- .v-slide-group--vertical .v-slide-group__content {
23898
- flex-direction: column;
23899
- }
23900
- .v-slide-group--vertical .v-slide-group__container {
23901
- overflow-x: hidden;
23902
- overflow-y: auto;
23903
- }.v-slider .v-slider__container input {
23904
- cursor: default;
23905
- padding: 0;
23906
- width: 100%;
23907
- display: none;
23908
- }
23909
- .v-slider > .v-input__append,
23910
- .v-slider > .v-input__prepend {
23911
- padding: 0;
23912
- }
23913
-
23914
- .v-slider__container {
23915
- position: relative;
23916
- min-height: inherit;
23917
- width: 100%;
23918
- height: 100%;
23919
- display: flex;
23920
- justify-content: center;
23921
- align-items: center;
23922
- cursor: pointer;
23923
- }
23924
- .v-input--disabled .v-slider__container {
23925
- opacity: var(--v-disabled-opacity);
23926
- }
23927
- .v-input--error:not(.v-input--disabled) .v-slider__container {
23928
- color: rgb(var(--v-theme-error));
23929
- }
23930
-
23931
- .v-slider.v-input--horizontal {
23932
- align-items: center;
23933
- margin-inline: 8px 8px;
23934
- }
23935
- .v-slider.v-input--horizontal > .v-input__control {
23936
- min-height: 32px;
23937
- display: flex;
23938
- align-items: center;
23939
- }
23940
-
23941
- .v-slider.v-input--vertical {
23942
- justify-content: center;
23943
- margin-top: 12px;
23944
- margin-bottom: 12px;
23945
- }
23946
- .v-slider.v-input--vertical > .v-input__control {
23947
- min-height: 300px;
23948
- }
23949
-
23950
- .v-slider.v-input--disabled {
23951
- pointer-events: none;
23952
- }
23953
-
23954
- .v-slider--has-labels > .v-input__control {
23955
- margin-bottom: 4px;
23956
- }
23957
-
23958
- .v-slider__label {
23959
- margin-inline-end: 12px;
23960
- }.v-speed-dial__content {
23961
- gap: 8px;
23962
- }
23963
- .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 {
23964
- flex-direction: row;
23965
- }
23966
- .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 {
23967
- flex-direction: row-reverse;
23968
- }
23969
- .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 {
23970
- flex-direction: column-reverse;
23971
- }
23972
- .v-speed-dial__content > *:nth-child(1) {
23973
- transition-delay: 0s;
23974
- }
23975
- .v-speed-dial__content > *:nth-child(2) {
23976
- transition-delay: 0.05s;
23977
- }
23978
- .v-speed-dial__content > *:nth-child(3) {
23979
- transition-delay: 0.1s;
23980
- }
23981
- .v-speed-dial__content > *:nth-child(4) {
23982
- transition-delay: 0.15s;
23983
- }
23984
- .v-speed-dial__content > *:nth-child(5) {
23985
- transition-delay: 0.2s;
23986
- }
23987
- .v-speed-dial__content > *:nth-child(6) {
23988
- transition-delay: 0.25s;
23989
- }
23990
- .v-speed-dial__content > *:nth-child(7) {
23991
- transition-delay: 0.3s;
23992
- }
23993
- .v-speed-dial__content > *:nth-child(8) {
23994
- transition-delay: 0.35s;
23995
- }
23996
- .v-speed-dial__content > *:nth-child(9) {
23997
- transition-delay: 0.4s;
23998
- }
23999
- .v-speed-dial__content > *:nth-child(10) {
24000
- transition-delay: 0.45s;
24001
- }.v-stepper.v-sheet {
24002
- 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));
24003
- border-radius: 4px;
24004
- overflow: hidden;
24005
- }
24006
- .v-stepper.v-sheet.v-stepper--flat {
24007
- 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));
24008
- }
23917
+ .v-slide-group__next--disabled,
23918
+ .v-slide-group__prev--disabled {
23919
+ pointer-events: none;
23920
+ opacity: var(--v-disabled-opacity);
23921
+ }
24009
23922
 
24010
- .v-stepper-header {
24011
- 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));
24012
- align-items: center;
23923
+ .v-slide-group__content {
24013
23924
  display: flex;
23925
+ flex: 1 0 auto;
24014
23926
  position: relative;
24015
- overflow-x: auto;
24016
- justify-content: space-between;
24017
- z-index: 1;
24018
- }
24019
- .v-stepper-header .v-divider {
24020
- margin: 0 -16px;
24021
- }
24022
- .v-stepper-header .v-divider:last-child {
24023
- margin-inline-end: 0;
24024
- }
24025
- .v-stepper-header .v-divider:first-child {
24026
- margin-inline-start: 0;
24027
- }
24028
- .v-stepper--alt-labels .v-stepper-header {
24029
- height: auto;
23927
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23928
+ white-space: nowrap;
24030
23929
  }
24031
- .v-stepper--alt-labels .v-stepper-header .v-divider {
24032
- align-self: flex-start;
24033
- margin: 35px -67px 0;
23930
+ .v-slide-group__content > * {
23931
+ white-space: initial;
24034
23932
  }
24035
23933
 
24036
- .v-stepper-window {
24037
- margin: 1.5rem;
23934
+ .v-slide-group__container {
23935
+ contain: content;
23936
+ display: flex;
23937
+ flex: 1 1 auto;
23938
+ overflow-x: auto;
23939
+ overflow-y: hidden;
23940
+ scrollbar-width: none;
23941
+ scrollbar-color: rgba(0, 0, 0, 0);
23942
+ }
23943
+ .v-slide-group__container::-webkit-scrollbar {
23944
+ display: none;
24038
23945
  }
24039
23946
 
24040
- .v-stepper-actions {
24041
- display: flex;
24042
- align-items: center;
24043
- justify-content: space-between;
24044
- padding: 1rem;
23947
+ .v-slide-group--vertical {
23948
+ max-height: inherit;
24045
23949
  }
24046
- .v-stepper .v-stepper-actions {
24047
- padding: 0 1.5rem 1rem;
23950
+ .v-slide-group--vertical,
23951
+ .v-slide-group--vertical .v-slide-group__container,
23952
+ .v-slide-group--vertical .v-slide-group__content {
23953
+ flex-direction: column;
24048
23954
  }
24049
- .v-stepper-window-item .v-stepper-actions {
24050
- padding: 1.5rem 0 0;
23955
+ .v-slide-group--vertical .v-slide-group__container {
23956
+ overflow-x: hidden;
23957
+ overflow-y: auto;
24051
23958
  }.v-snackbar {
24052
23959
  justify-content: center;
24053
23960
  z-index: 10000;
@@ -24186,6 +24093,97 @@ html.v-overlay-scroll-blocked {
24186
24093
  }
24187
24094
  .v-snackbar-transition-leave-to {
24188
24095
  opacity: 0;
24096
+ }.v-speed-dial__content {
24097
+ gap: 8px;
24098
+ }
24099
+ .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 {
24100
+ flex-direction: row;
24101
+ }
24102
+ .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 {
24103
+ flex-direction: row-reverse;
24104
+ }
24105
+ .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 {
24106
+ flex-direction: column-reverse;
24107
+ }
24108
+ .v-speed-dial__content > *:nth-child(1) {
24109
+ transition-delay: 0s;
24110
+ }
24111
+ .v-speed-dial__content > *:nth-child(2) {
24112
+ transition-delay: 0.05s;
24113
+ }
24114
+ .v-speed-dial__content > *:nth-child(3) {
24115
+ transition-delay: 0.1s;
24116
+ }
24117
+ .v-speed-dial__content > *:nth-child(4) {
24118
+ transition-delay: 0.15s;
24119
+ }
24120
+ .v-speed-dial__content > *:nth-child(5) {
24121
+ transition-delay: 0.2s;
24122
+ }
24123
+ .v-speed-dial__content > *:nth-child(6) {
24124
+ transition-delay: 0.25s;
24125
+ }
24126
+ .v-speed-dial__content > *:nth-child(7) {
24127
+ transition-delay: 0.3s;
24128
+ }
24129
+ .v-speed-dial__content > *:nth-child(8) {
24130
+ transition-delay: 0.35s;
24131
+ }
24132
+ .v-speed-dial__content > *:nth-child(9) {
24133
+ transition-delay: 0.4s;
24134
+ }
24135
+ .v-speed-dial__content > *:nth-child(10) {
24136
+ transition-delay: 0.45s;
24137
+ }.v-stepper.v-sheet {
24138
+ 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));
24139
+ border-radius: 4px;
24140
+ overflow: hidden;
24141
+ }
24142
+ .v-stepper.v-sheet.v-stepper--flat {
24143
+ 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));
24144
+ }
24145
+
24146
+ .v-stepper-header {
24147
+ 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));
24148
+ align-items: center;
24149
+ display: flex;
24150
+ position: relative;
24151
+ overflow-x: auto;
24152
+ justify-content: space-between;
24153
+ z-index: 1;
24154
+ }
24155
+ .v-stepper-header .v-divider {
24156
+ margin: 0 -16px;
24157
+ }
24158
+ .v-stepper-header .v-divider:last-child {
24159
+ margin-inline-end: 0;
24160
+ }
24161
+ .v-stepper-header .v-divider:first-child {
24162
+ margin-inline-start: 0;
24163
+ }
24164
+ .v-stepper--alt-labels .v-stepper-header {
24165
+ height: auto;
24166
+ }
24167
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24168
+ align-self: flex-start;
24169
+ margin: 35px -67px 0;
24170
+ }
24171
+
24172
+ .v-stepper-window {
24173
+ margin: 1.5rem;
24174
+ }
24175
+
24176
+ .v-stepper-actions {
24177
+ display: flex;
24178
+ align-items: center;
24179
+ justify-content: space-between;
24180
+ padding: 1rem;
24181
+ }
24182
+ .v-stepper .v-stepper-actions {
24183
+ padding: 0 1.5rem 1rem;
24184
+ }
24185
+ .v-stepper-window-item .v-stepper-actions {
24186
+ padding: 1.5rem 0 0;
24189
24187
  }.v-stepper-item {
24190
24188
  align-items: center;
24191
24189
  align-self: stretch;
@@ -24484,136 +24482,41 @@ html.v-overlay-scroll-blocked {
24484
24482
  }
24485
24483
  }.v-system-bar {
24486
24484
  align-items: center;
24487
- display: flex;
24488
- flex: 1 1 auto;
24489
- height: 24px;
24490
- justify-content: flex-end;
24491
- max-width: 100%;
24492
- padding-inline: 8px;
24493
- position: relative;
24494
- text-align: end;
24495
- width: 100%;
24496
- 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));
24497
- background: rgba(var(--v-theme-surface-light));
24498
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24499
- font-size: 0.75rem;
24500
- font-weight: 400;
24501
- letter-spacing: 0.0333333333em;
24502
- line-height: 1.667;
24503
- text-transform: none;
24504
- }
24505
- .v-system-bar .v-icon {
24506
- opacity: var(--v-medium-emphasis-opacity);
24507
- }
24508
- .v-system-bar--absolute {
24509
- position: absolute;
24510
- }
24511
- .v-system-bar--fixed {
24512
- position: fixed;
24513
- }
24514
- .v-system-bar--rounded {
24515
- border-radius: 0;
24516
- }
24517
- .v-system-bar--window {
24518
- height: 32px;
24519
- }
24520
- .v-system-bar:not(.v-system-bar--absolute) {
24521
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24522
- }.v-tab.v-tab.v-btn {
24523
- height: var(--v-tabs-height);
24524
- border-radius: 0;
24525
- min-width: 90px;
24526
- }
24527
- .v-slide-group--horizontal .v-tab {
24528
- max-width: 360px;
24529
- }
24530
- .v-slide-group--vertical .v-tab {
24531
- justify-content: start;
24532
- }
24533
-
24534
- .v-tab__slider {
24535
- position: absolute;
24536
- bottom: 0;
24537
- left: 0;
24538
- height: 2px;
24539
- width: 100%;
24540
- background: currentColor;
24541
- pointer-events: none;
24542
- opacity: 0;
24543
- }
24544
- .v-tab--selected .v-tab__slider {
24545
- opacity: 1;
24546
- }
24547
- .v-slide-group--vertical .v-tab__slider {
24548
- top: 0;
24549
- height: 100%;
24550
- width: 2px;
24551
- }.v-tabs {
24552
- display: flex;
24553
- height: var(--v-tabs-height);
24554
- }
24555
- .v-tabs--density-default {
24556
- --v-tabs-height: 48px;
24557
- }
24558
- .v-tabs--density-default.v-tabs--stacked {
24559
- --v-tabs-height: 72px;
24560
- }
24561
-
24562
- .v-tabs--density-comfortable {
24563
- --v-tabs-height: 44px;
24564
- }
24565
- .v-tabs--density-comfortable.v-tabs--stacked {
24566
- --v-tabs-height: 68px;
24567
- }
24568
-
24569
- .v-tabs--density-compact {
24570
- --v-tabs-height: 36px;
24571
- }
24572
- .v-tabs--density-compact.v-tabs--stacked {
24573
- --v-tabs-height: 60px;
24574
- }
24575
-
24576
- .v-tabs.v-slide-group--vertical {
24577
- height: auto;
24578
- flex: none;
24579
- --v-tabs-height: 48px;
24580
- }
24581
-
24582
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24583
- margin-inline-start: 42px;
24584
- }
24585
-
24586
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24587
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24588
- margin-inline-end: auto;
24485
+ display: flex;
24486
+ flex: 1 1 auto;
24487
+ height: 24px;
24488
+ justify-content: flex-end;
24489
+ max-width: 100%;
24490
+ padding-inline: 8px;
24491
+ position: relative;
24492
+ text-align: end;
24493
+ width: 100%;
24494
+ 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));
24495
+ background: rgba(var(--v-theme-surface-light));
24496
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24497
+ font-size: 0.75rem;
24498
+ font-weight: 400;
24499
+ letter-spacing: 0.0333333333em;
24500
+ line-height: 1.667;
24501
+ text-transform: none;
24589
24502
  }
24590
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24591
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24592
- margin-inline-start: auto;
24503
+ .v-system-bar .v-icon {
24504
+ opacity: var(--v-medium-emphasis-opacity);
24593
24505
  }
24594
-
24595
- .v-tabs--grow {
24596
- flex-grow: 1;
24506
+ .v-system-bar--absolute {
24507
+ position: absolute;
24597
24508
  }
24598
- .v-tabs--grow .v-tab {
24599
- flex: 1 0 auto;
24600
- max-width: none;
24509
+ .v-system-bar--fixed {
24510
+ position: fixed;
24601
24511
  }
24602
-
24603
- .v-tabs--align-tabs-end .v-tab:first-child {
24604
- margin-inline-start: auto;
24512
+ .v-system-bar--rounded {
24513
+ border-radius: 0;
24605
24514
  }
24606
- .v-tabs--align-tabs-end .v-tab:last-child {
24607
- margin-inline-end: 0;
24515
+ .v-system-bar--window {
24516
+ height: 32px;
24608
24517
  }
24609
-
24610
- @media (max-width: 1279.98px) {
24611
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24612
- margin-inline-start: 52px;
24613
- }
24614
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24615
- margin-inline-end: 52px;
24616
- }
24518
+ .v-system-bar:not(.v-system-bar--absolute) {
24519
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24617
24520
  }.v-table {
24618
24521
  background: rgb(var(--v-theme-surface));
24619
24522
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -24752,45 +24655,101 @@ html.v-overlay-scroll-blocked {
24752
24655
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24753
24656
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24754
24657
  border-top: 0px !important;
24755
- }.v-textarea .v-field {
24756
- --v-textarea-control-height: var(--v-input-control-height);
24658
+ }.v-tab.v-tab.v-btn {
24659
+ height: var(--v-tabs-height);
24660
+ border-radius: 0;
24661
+ min-width: 90px;
24757
24662
  }
24758
- .v-textarea .v-field__field {
24759
- --v-input-control-height: var(--v-textarea-control-height);
24663
+ .v-slide-group--horizontal .v-tab {
24664
+ max-width: 360px;
24760
24665
  }
24761
- .v-textarea .v-field__input {
24762
- flex: 1 1 auto;
24763
- outline: none;
24764
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24765
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24666
+ .v-slide-group--vertical .v-tab {
24667
+ justify-content: start;
24766
24668
  }
24767
- .v-textarea .v-field__input.v-textarea__sizer {
24768
- visibility: hidden;
24669
+
24670
+ .v-tab__slider {
24769
24671
  position: absolute;
24770
- top: 0;
24672
+ bottom: 0;
24771
24673
  left: 0;
24772
- height: 0 !important;
24773
- min-height: 0 !important;
24674
+ height: 2px;
24675
+ width: 100%;
24676
+ background: currentColor;
24774
24677
  pointer-events: none;
24678
+ opacity: 0;
24775
24679
  }
24776
- .v-textarea--no-resize .v-field__input {
24777
- resize: none;
24778
- }
24779
- .v-textarea .v-field--no-label textarea,
24780
- .v-textarea .v-field--active textarea {
24680
+ .v-tab--selected .v-tab__slider {
24781
24681
  opacity: 1;
24782
24682
  }
24783
- .v-textarea textarea {
24784
- opacity: 0;
24785
- flex: 1;
24786
- min-width: 0;
24787
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24683
+ .v-slide-group--vertical .v-tab__slider {
24684
+ top: 0;
24685
+ height: 100%;
24686
+ width: 2px;
24687
+ }.v-tabs {
24688
+ display: flex;
24689
+ height: var(--v-tabs-height);
24788
24690
  }
24789
- .v-textarea textarea:focus, .v-textarea textarea:active {
24790
- outline: none;
24691
+ .v-tabs--density-default {
24692
+ --v-tabs-height: 48px;
24791
24693
  }
24792
- .v-textarea textarea:invalid {
24793
- box-shadow: none;
24694
+ .v-tabs--density-default.v-tabs--stacked {
24695
+ --v-tabs-height: 72px;
24696
+ }
24697
+
24698
+ .v-tabs--density-comfortable {
24699
+ --v-tabs-height: 44px;
24700
+ }
24701
+ .v-tabs--density-comfortable.v-tabs--stacked {
24702
+ --v-tabs-height: 68px;
24703
+ }
24704
+
24705
+ .v-tabs--density-compact {
24706
+ --v-tabs-height: 36px;
24707
+ }
24708
+ .v-tabs--density-compact.v-tabs--stacked {
24709
+ --v-tabs-height: 60px;
24710
+ }
24711
+
24712
+ .v-tabs.v-slide-group--vertical {
24713
+ height: auto;
24714
+ flex: none;
24715
+ --v-tabs-height: 48px;
24716
+ }
24717
+
24718
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24719
+ margin-inline-start: 42px;
24720
+ }
24721
+
24722
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24723
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24724
+ margin-inline-end: auto;
24725
+ }
24726
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24727
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24728
+ margin-inline-start: auto;
24729
+ }
24730
+
24731
+ .v-tabs--grow {
24732
+ flex-grow: 1;
24733
+ }
24734
+ .v-tabs--grow .v-tab {
24735
+ flex: 1 0 auto;
24736
+ max-width: none;
24737
+ }
24738
+
24739
+ .v-tabs--align-tabs-end .v-tab:first-child {
24740
+ margin-inline-start: auto;
24741
+ }
24742
+ .v-tabs--align-tabs-end .v-tab:last-child {
24743
+ margin-inline-end: 0;
24744
+ }
24745
+
24746
+ @media (max-width: 1279.98px) {
24747
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24748
+ margin-inline-start: 52px;
24749
+ }
24750
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24751
+ margin-inline-end: 52px;
24752
+ }
24794
24753
  }/* region BLOCK */
24795
24754
  .v-text-field input {
24796
24755
  color: inherit;
@@ -24858,7 +24817,46 @@ html.v-overlay-scroll-blocked {
24858
24817
  padding-inline-end: var(--v-field-padding-end);
24859
24818
  }
24860
24819
 
24861
- /* endregion */.v-theme-provider {
24820
+ /* endregion */.v-textarea .v-field {
24821
+ --v-textarea-control-height: var(--v-input-control-height);
24822
+ }
24823
+ .v-textarea .v-field__field {
24824
+ --v-input-control-height: var(--v-textarea-control-height);
24825
+ }
24826
+ .v-textarea .v-field__input {
24827
+ flex: 1 1 auto;
24828
+ outline: none;
24829
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24830
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24831
+ }
24832
+ .v-textarea .v-field__input.v-textarea__sizer {
24833
+ visibility: hidden;
24834
+ position: absolute;
24835
+ top: 0;
24836
+ left: 0;
24837
+ height: 0 !important;
24838
+ min-height: 0 !important;
24839
+ pointer-events: none;
24840
+ }
24841
+ .v-textarea--no-resize .v-field__input {
24842
+ resize: none;
24843
+ }
24844
+ .v-textarea .v-field--no-label textarea,
24845
+ .v-textarea .v-field--active textarea {
24846
+ opacity: 1;
24847
+ }
24848
+ .v-textarea textarea {
24849
+ opacity: 0;
24850
+ flex: 1;
24851
+ min-width: 0;
24852
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24853
+ }
24854
+ .v-textarea textarea:focus, .v-textarea textarea:active {
24855
+ outline: none;
24856
+ }
24857
+ .v-textarea textarea:invalid {
24858
+ box-shadow: none;
24859
+ }.v-theme-provider {
24862
24860
  background: rgb(var(--v-theme-background));
24863
24861
  color: rgb(var(--v-theme-on-background));
24864
24862
  }.v-timeline .v-timeline-divider__dot {
@@ -25529,6 +25527,34 @@ html.v-overlay-scroll-blocked {
25529
25527
  }
25530
25528
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25531
25529
  will-change: transform;
25530
+ }.v-color-picker-edit {
25531
+ display: flex;
25532
+ margin-top: 24px;
25533
+ }
25534
+
25535
+ .v-color-picker-edit__input {
25536
+ width: 100%;
25537
+ display: flex;
25538
+ flex-wrap: wrap;
25539
+ justify-content: center;
25540
+ text-align: center;
25541
+ }
25542
+ .v-color-picker-edit__input:not(:last-child) {
25543
+ margin-inline-end: 8px;
25544
+ }
25545
+ .v-color-picker-edit__input input {
25546
+ border-radius: 4px;
25547
+ margin-bottom: 8px;
25548
+ min-width: 0;
25549
+ outline: none;
25550
+ text-align: center;
25551
+ width: 100%;
25552
+ height: 32px;
25553
+ background: rgba(var(--v-theme-surface-variant), 0.2);
25554
+ color: rgba(var(--v-theme-on-surface));
25555
+ }
25556
+ .v-color-picker-edit__input span {
25557
+ font-size: 0.75rem;
25532
25558
  }.v-color-picker-preview__alpha .v-slider-track__background {
25533
25559
  background-color: transparent !important;
25534
25560
  }
@@ -25599,34 +25625,6 @@ html.v-overlay-scroll-blocked {
25599
25625
  .v-color-picker-preview__eye-dropper {
25600
25626
  position: relative;
25601
25627
  margin-right: 12px;
25602
- }.v-color-picker-edit {
25603
- display: flex;
25604
- margin-top: 24px;
25605
- }
25606
-
25607
- .v-color-picker-edit__input {
25608
- width: 100%;
25609
- display: flex;
25610
- flex-wrap: wrap;
25611
- justify-content: center;
25612
- text-align: center;
25613
- }
25614
- .v-color-picker-edit__input:not(:last-child) {
25615
- margin-inline-end: 8px;
25616
- }
25617
- .v-color-picker-edit__input input {
25618
- border-radius: 4px;
25619
- margin-bottom: 8px;
25620
- min-width: 0;
25621
- outline: none;
25622
- text-align: center;
25623
- width: 100%;
25624
- height: 32px;
25625
- background: rgba(var(--v-theme-surface-variant), 0.2);
25626
- color: rgba(var(--v-theme-on-surface));
25627
- }
25628
- .v-color-picker-edit__input span {
25629
- font-size: 0.75rem;
25630
25628
  }.v-color-picker-swatches {
25631
25629
  overflow-y: auto;
25632
25630
  }