@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-25

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 (174) hide show
  1. package/CHANGELOG.md +0 -13
  2. package/dist/json/attributes.json +30 -22
  3. package/dist/json/importMap-labs.json +18 -18
  4. package/dist/json/importMap.json +152 -152
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +53 -42
  7. package/dist/vuetify-labs.css +1255 -1257
  8. package/dist/vuetify-labs.d.ts +12304 -12192
  9. package/dist/vuetify-labs.esm.js +118 -68
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +118 -68
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +1293 -1295
  14. package/dist/vuetify.d.ts +10496 -10404
  15. package/dist/vuetify.esm.js +110 -64
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +110 -64
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +1078 -1080
  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/VAutocomplete.mjs +15 -8
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/index.d.mts +615 -609
  28. package/lib/components/VAvatar/index.d.mts +36 -36
  29. package/lib/components/VBadge/index.d.mts +58 -58
  30. package/lib/components/VBanner/index.d.mts +59 -59
  31. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  32. package/lib/components/VBottomSheet/index.d.mts +118 -118
  33. package/lib/components/VBreadcrumbs/index.d.mts +34 -34
  34. package/lib/components/VBtn/VBtn.css +3 -0
  35. package/lib/components/VBtn/VBtn.sass +3 -0
  36. package/lib/components/VBtn/index.d.mts +107 -107
  37. package/lib/components/VBtnGroup/index.d.mts +23 -23
  38. package/lib/components/VBtnToggle/index.d.mts +40 -40
  39. package/lib/components/VCard/index.d.mts +93 -93
  40. package/lib/components/VCarousel/index.d.mts +128 -128
  41. package/lib/components/VCheckbox/index.d.mts +174 -168
  42. package/lib/components/VChip/index.d.mts +86 -86
  43. package/lib/components/VChipGroup/index.d.mts +46 -46
  44. package/lib/components/VColorPicker/index.d.mts +96 -96
  45. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  46. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  47. package/lib/components/VCombobox/index.d.mts +615 -609
  48. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  49. package/lib/components/VCounter/index.d.mts +27 -27
  50. package/lib/components/VDataIterator/index.d.mts +51 -50
  51. package/lib/components/VDataTable/VDataTable.mjs +10 -3
  52. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  53. package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
  54. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  55. package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
  56. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  57. package/lib/components/VDataTable/composables/group.mjs +2 -1
  58. package/lib/components/VDataTable/composables/group.mjs.map +1 -1
  59. package/lib/components/VDataTable/composables/sort.mjs +4 -4
  60. package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
  61. package/lib/components/VDataTable/index.d.mts +275 -274
  62. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  63. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  64. package/lib/components/VDatePicker/index.d.mts +134 -134
  65. package/lib/components/VDialog/index.d.mts +353 -353
  66. package/lib/components/VDivider/index.d.mts +15 -15
  67. package/lib/components/VEmptyState/index.d.mts +47 -47
  68. package/lib/components/VExpansionPanel/index.d.mts +134 -134
  69. package/lib/components/VFab/index.d.mts +227 -227
  70. package/lib/components/VField/VField.css +6 -11
  71. package/lib/components/VField/VField.mjs +7 -5
  72. package/lib/components/VField/VField.mjs.map +1 -1
  73. package/lib/components/VField/VField.sass +2 -6
  74. package/lib/components/VField/index.d.mts +58 -52
  75. package/lib/components/VFileInput/index.d.mts +255 -249
  76. package/lib/components/VFooter/index.d.mts +50 -50
  77. package/lib/components/VForm/index.d.mts +9 -9
  78. package/lib/components/VGrid/index.d.mts +150 -150
  79. package/lib/components/VIcon/index.d.mts +24 -24
  80. package/lib/components/VImg/index.d.mts +85 -85
  81. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  82. package/lib/components/VInput/VInput.css +5 -5
  83. package/lib/components/VInput/VInput.mjs +4 -1
  84. package/lib/components/VInput/VInput.mjs.map +1 -1
  85. package/lib/components/VInput/VInput.sass +1 -1
  86. package/lib/components/VInput/index.d.mts +61 -55
  87. package/lib/components/VItemGroup/index.d.mts +17 -17
  88. package/lib/components/VLabel/index.d.mts +8 -8
  89. package/lib/components/VLayout/index.d.mts +36 -36
  90. package/lib/components/VLazy/index.d.mts +31 -31
  91. package/lib/components/VList/index.d.mts +178 -178
  92. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  93. package/lib/components/VMain/index.d.mts +10 -10
  94. package/lib/components/VMenu/VMenu.mjs +7 -5
  95. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  96. package/lib/components/VMenu/index.d.mts +396 -396
  97. package/lib/components/VMessages/index.d.mts +20 -20
  98. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  99. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  100. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  101. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  102. package/lib/components/VOtpInput/index.d.mts +88 -88
  103. package/lib/components/VOverlay/index.d.mts +97 -97
  104. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  105. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  106. package/lib/components/VPagination/index.d.mts +55 -55
  107. package/lib/components/VParallax/index.d.mts +7 -7
  108. package/lib/components/VProgressCircular/index.d.mts +24 -24
  109. package/lib/components/VProgressLinear/index.d.mts +52 -52
  110. package/lib/components/VRadio/index.d.mts +41 -41
  111. package/lib/components/VRadioGroup/index.d.mts +105 -99
  112. package/lib/components/VRangeSlider/index.d.mts +102 -96
  113. package/lib/components/VRating/index.d.mts +22 -22
  114. package/lib/components/VResponsive/index.d.mts +23 -23
  115. package/lib/components/VSelect/VSelect.mjs +15 -13
  116. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  117. package/lib/components/VSelect/index.d.mts +615 -609
  118. package/lib/components/VSelect/useScrolling.mjs +3 -3
  119. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  120. package/lib/components/VSelectionControl/index.d.mts +43 -43
  121. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  122. package/lib/components/VSheet/index.d.mts +34 -34
  123. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  124. package/lib/components/VSlideGroup/index.d.mts +33 -33
  125. package/lib/components/VSlider/index.d.mts +95 -89
  126. package/lib/components/VSnackbar/index.d.mts +411 -411
  127. package/lib/components/VSparkline/index.d.mts +38 -38
  128. package/lib/components/VSpeedDial/index.d.mts +176 -176
  129. package/lib/components/VStepper/index.d.mts +119 -119
  130. package/lib/components/VSwitch/index.d.mts +108 -102
  131. package/lib/components/VSystemBar/index.d.mts +39 -39
  132. package/lib/components/VTable/index.d.mts +4 -4
  133. package/lib/components/VTabs/index.d.mts +512 -512
  134. package/lib/components/VTextField/VTextField.mjs +1 -1
  135. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  136. package/lib/components/VTextField/index.d.mts +421 -415
  137. package/lib/components/VTextarea/VTextarea.mjs +5 -5
  138. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  139. package/lib/components/VTextarea/index.d.mts +359 -344
  140. package/lib/components/VTimeline/index.d.mts +26 -26
  141. package/lib/components/VToolbar/index.d.mts +53 -53
  142. package/lib/components/VTooltip/index.d.mts +424 -424
  143. package/lib/components/VValidation/index.d.mts +19 -19
  144. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  145. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  146. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  147. package/lib/components/VWindow/index.d.mts +31 -31
  148. package/lib/components/index.d.mts +10657 -10566
  149. package/lib/components/transitions/index.d.mts +200 -200
  150. package/lib/composables/nested/nested.mjs +0 -1
  151. package/lib/composables/nested/nested.mjs.map +1 -1
  152. package/lib/composables/virtual.mjs +1 -0
  153. package/lib/composables/virtual.mjs.map +1 -1
  154. package/lib/entry-bundler.mjs +1 -1
  155. package/lib/framework.mjs +1 -1
  156. package/lib/index.d.mts +81 -80
  157. package/lib/labs/VCalendar/index.d.mts +52 -52
  158. package/lib/labs/VDateInput/VDateInput.mjs +6 -3
  159. package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
  160. package/lib/labs/VDateInput/index.d.mts +256 -250
  161. package/lib/labs/VNumberInput/index.d.mts +247 -241
  162. package/lib/labs/VPicker/index.d.mts +45 -45
  163. package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
  164. package/lib/labs/VStepperVertical/index.d.mts +212 -212
  165. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  166. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  167. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
  168. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  169. package/lib/labs/VTimePicker/index.d.mts +131 -122
  170. package/lib/labs/VTreeview/index.d.mts +199 -199
  171. package/lib/labs/components.d.mts +1754 -1733
  172. package/lib/util/helpers.mjs +5 -0
  173. package/lib/util/helpers.mjs.map +1 -1
  174. package/package.json +9 -4
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-12
2
+ * Vuetify v3.6.13-3.7.0-beta.0.0-dev.2024-07-25
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17683,64 +17683,6 @@ html.overflow-y-hidden {
17683
17683
  }
17684
17684
  .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
17685
17685
  border-right: none;
17686
- }.v-picker.v-sheet {
17687
- 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));
17688
- border-radius: 4px;
17689
- display: grid;
17690
- grid-auto-rows: min-content;
17691
- grid-template-areas: "title" "header" "body";
17692
- overflow: hidden;
17693
- }
17694
- .v-picker.v-sheet.v-picker--with-actions {
17695
- grid-template-areas: "title" "header" "body" "actions";
17696
- }
17697
-
17698
- .v-picker__body {
17699
- grid-area: body;
17700
- overflow: hidden;
17701
- position: relative;
17702
- }
17703
-
17704
- .v-picker__header {
17705
- grid-area: header;
17706
- }
17707
-
17708
- .v-picker__actions {
17709
- grid-area: actions;
17710
- padding: 0 12px 12px;
17711
- display: flex;
17712
- align-items: center;
17713
- justify-content: flex-end;
17714
- }
17715
- .v-picker__actions .v-btn {
17716
- min-width: 48px;
17717
- }
17718
- .v-picker__actions .v-btn:not(:last-child) {
17719
- margin-inline-end: 8px;
17720
- }
17721
-
17722
- .v-picker--landscape {
17723
- grid-template-areas: "title" "header body" "header body";
17724
- }
17725
-
17726
- .v-picker--landscape.v-picker--with-actions {
17727
- grid-template-areas: "title" "header body" "header actions";
17728
- }
17729
-
17730
- .v-picker-title {
17731
- text-transform: uppercase;
17732
- font-size: 0.75rem;
17733
- grid-area: title;
17734
- padding-inline: 24px 12px;
17735
- padding-top: 16px;
17736
- padding-bottom: 16px;
17737
- font-weight: 400;
17738
- letter-spacing: 0.1666666667em;
17739
- }.v-calendar-internal-event {
17740
- overflow: hidden;
17741
- padding: 4px;
17742
- text-overflow: ellipsis;
17743
- white-space: nowrap;
17744
17686
  }.v-calendar-day {
17745
17687
  position: relative;
17746
17688
  display: flex;
@@ -17773,6 +17715,48 @@ html.overflow-y-hidden {
17773
17715
  }
17774
17716
  .v-calendar-weekly .v-calendar__container.days__0 {
17775
17717
  grid-template-columns: repeat(1, 1fr);
17718
+ }.v-calendar-day__row-with-label {
17719
+ display: grid;
17720
+ grid-template-columns: 48px 8px 1fr;
17721
+ border-right: thin solid #e0e0e0;
17722
+ }
17723
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17724
+ position: relative;
17725
+ border-right: thin solid #e0e0e0;
17726
+ }
17727
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17728
+ content: "";
17729
+ border-bottom: thin solid #e0e0e0;
17730
+ position: absolute;
17731
+ width: 100%;
17732
+ margin-top: -1px;
17733
+ z-index: 3;
17734
+ pointer-events: none;
17735
+ }
17736
+ .v-calendar-day__row-with-label .v-calendar-day__row-label {
17737
+ font-size: 10px;
17738
+ text-align: center;
17739
+ position: relative;
17740
+ top: -8px;
17741
+ }
17742
+ .v-calendar-day__row-with-label .v-calendar-day__row-content {
17743
+ border-bottom: thin solid #e0e0e0;
17744
+ }
17745
+ .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17746
+ border-bottom: none;
17747
+ }
17748
+
17749
+ .v-calendar-day__row-without-label {
17750
+ display: grid;
17751
+ grid-template-columns: 1fr;
17752
+ border-right: thin solid #e0e0e0;
17753
+ }
17754
+ .v-calendar-day__row-without-label .v-calendar-day__row-content {
17755
+ overflow: hidden;
17756
+ border-bottom: thin solid #e0e0e0;
17757
+ }
17758
+ .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17759
+ border-bottom: none;
17776
17760
  }.v-calendar-header {
17777
17761
  align-items: center;
17778
17762
  display: flex;
@@ -17849,48 +17833,64 @@ html.overflow-y-hidden {
17849
17833
 
17850
17834
  .v-calendar-weekly__day-alldayevents-container {
17851
17835
  min-height: 24px;
17852
- }.v-calendar-day__row-with-label {
17836
+ }.v-calendar-internal-event {
17837
+ overflow: hidden;
17838
+ padding: 4px;
17839
+ text-overflow: ellipsis;
17840
+ white-space: nowrap;
17841
+ }.v-picker.v-sheet {
17842
+ 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));
17843
+ border-radius: 4px;
17853
17844
  display: grid;
17854
- grid-template-columns: 48px 8px 1fr;
17855
- border-right: thin solid #e0e0e0;
17845
+ grid-auto-rows: min-content;
17846
+ grid-template-areas: "title" "header" "body";
17847
+ overflow: hidden;
17856
17848
  }
17857
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17849
+ .v-picker.v-sheet.v-picker--with-actions {
17850
+ grid-template-areas: "title" "header" "body" "actions";
17851
+ }
17852
+
17853
+ .v-picker__body {
17854
+ grid-area: body;
17855
+ overflow: hidden;
17858
17856
  position: relative;
17859
- border-right: thin solid #e0e0e0;
17860
17857
  }
17861
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17862
- content: "";
17863
- border-bottom: thin solid #e0e0e0;
17864
- position: absolute;
17865
- width: 100%;
17866
- margin-top: -1px;
17867
- z-index: 3;
17868
- pointer-events: none;
17858
+
17859
+ .v-picker__header {
17860
+ grid-area: header;
17869
17861
  }
17870
- .v-calendar-day__row-with-label .v-calendar-day__row-label {
17871
- font-size: 10px;
17872
- text-align: center;
17873
- position: relative;
17874
- top: -8px;
17862
+
17863
+ .v-picker__actions {
17864
+ grid-area: actions;
17865
+ padding: 0 12px 12px;
17866
+ display: flex;
17867
+ align-items: center;
17868
+ justify-content: flex-end;
17875
17869
  }
17876
- .v-calendar-day__row-with-label .v-calendar-day__row-content {
17877
- border-bottom: thin solid #e0e0e0;
17870
+ .v-picker__actions .v-btn {
17871
+ min-width: 48px;
17878
17872
  }
17879
- .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17880
- border-bottom: none;
17873
+ .v-picker__actions .v-btn:not(:last-child) {
17874
+ margin-inline-end: 8px;
17881
17875
  }
17882
17876
 
17883
- .v-calendar-day__row-without-label {
17884
- display: grid;
17885
- grid-template-columns: 1fr;
17886
- border-right: thin solid #e0e0e0;
17877
+ .v-picker--landscape {
17878
+ grid-template-areas: "title" "header body" "header body";
17887
17879
  }
17888
- .v-calendar-day__row-without-label .v-calendar-day__row-content {
17889
- overflow: hidden;
17890
- border-bottom: thin solid #e0e0e0;
17880
+
17881
+ .v-picker--landscape.v-picker--with-actions {
17882
+ grid-template-areas: "title" "header body" "header actions";
17891
17883
  }
17892
- .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17893
- border-bottom: none;
17884
+
17885
+ .v-picker-title {
17886
+ text-transform: uppercase;
17887
+ font-size: 0.75rem;
17888
+ grid-area: title;
17889
+ padding-inline: 24px 12px;
17890
+ padding-top: 16px;
17891
+ padding-bottom: 16px;
17892
+ font-weight: 400;
17893
+ letter-spacing: 0.1666666667em;
17894
17894
  }.v-number-input input[type=number] {
17895
17895
  -moz-appearance: textfield;
17896
17896
  }
@@ -17929,32 +17929,6 @@ html.overflow-y-hidden {
17929
17929
  .v-number-input__control .v-btn {
17930
17930
  background-color: transparent;
17931
17931
  border-radius: 0;
17932
- }.v-pull-to-refresh {
17933
- overflow: hidden;
17934
- position: relative;
17935
- }
17936
- .v-pull-to-refresh__pull-down {
17937
- position: absolute;
17938
- width: 100%;
17939
- transition: top 0.3s ease-out;
17940
- }
17941
- .v-pull-to-refresh__pull-down--touching {
17942
- transition: none;
17943
- }
17944
- .v-pull-to-refresh__pull-down-default {
17945
- display: flex;
17946
- width: 100%;
17947
- height: 100%;
17948
- justify-content: center;
17949
- align-items: flex-end;
17950
- padding-bottom: 10px;
17951
- }
17952
- .v-pull-to-refresh__scroll-container {
17953
- position: relative;
17954
- transition: top 0.3s ease-out;
17955
- }
17956
- .v-pull-to-refresh__scroll-container--touching {
17957
- transition: none;
17958
17932
  }.v-stepper-vertical-item {
17959
17933
  position: relative;
17960
17934
  transition-duration: 0.2s;
@@ -18023,13 +17997,32 @@ html.overflow-y-hidden {
18023
17997
  justify-content: flex-end;
18024
17998
  padding: 24px 0 0;
18025
17999
  flex-direction: row-reverse;
18026
- }.v-time-picker.v-picker {
18027
- padding: 24px;
18028
- width: 328px;
18000
+ }.v-pull-to-refresh {
18001
+ overflow: hidden;
18002
+ position: relative;
18029
18003
  }
18030
- .v-time-picker.v-picker .v-picker-title {
18031
- padding: 0;
18032
- margin-bottom: 20px;
18004
+ .v-pull-to-refresh__pull-down {
18005
+ position: absolute;
18006
+ width: 100%;
18007
+ transition: top 0.3s ease-out;
18008
+ }
18009
+ .v-pull-to-refresh__pull-down--touching {
18010
+ transition: none;
18011
+ }
18012
+ .v-pull-to-refresh__pull-down-default {
18013
+ display: flex;
18014
+ width: 100%;
18015
+ height: 100%;
18016
+ justify-content: center;
18017
+ align-items: flex-end;
18018
+ padding-bottom: 10px;
18019
+ }
18020
+ .v-pull-to-refresh__scroll-container {
18021
+ position: relative;
18022
+ transition: top 0.3s ease-out;
18023
+ }
18024
+ .v-pull-to-refresh__scroll-container--touching {
18025
+ transition: none;
18033
18026
  }.v-time-picker-clock {
18034
18027
  background: rgb(var(--v-theme-background));
18035
18028
  color: rgb(var(--v-theme-on-background));
@@ -18264,6 +18257,13 @@ html.overflow-y-hidden {
18264
18257
  }
18265
18258
  .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18266
18259
  text-align: center;
18260
+ }.v-time-picker.v-picker {
18261
+ padding: 24px;
18262
+ width: 328px;
18263
+ }
18264
+ .v-time-picker.v-picker .v-picker-title {
18265
+ padding: 0;
18266
+ margin-bottom: 20px;
18267
18267
  }.v-treeview-item.v-treeview-item--filtered {
18268
18268
  display: none;
18269
18269
  }
@@ -18280,32 +18280,16 @@ html.overflow-y-hidden {
18280
18280
  }
18281
18281
  .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18282
18282
  padding-inline-start: calc(12px + var(--indent-padding)) !important;
18283
- }.v-application {
18284
- display: flex;
18285
- background: rgb(var(--v-theme-background));
18286
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18287
- }
18288
-
18289
- .v-application__wrap {
18290
- -webkit-backface-visibility: hidden;
18291
- backface-visibility: hidden;
18292
- display: flex;
18293
- flex-direction: column;
18294
- flex: 1 1 auto;
18295
- max-width: 100%;
18296
- min-height: 100vh;
18297
- min-height: 100dvh;
18298
- position: relative;
18299
- }.v-alert {
18300
- display: grid;
18301
- flex: 1 1;
18302
- grid-template-areas: "prepend content append close" ". content . .";
18303
- grid-template-columns: max-content auto max-content max-content;
18304
- position: relative;
18305
- padding: 16px;
18306
- overflow: hidden;
18307
- --v-border-color: currentColor;
18308
- border-radius: 4px;
18283
+ }.v-alert {
18284
+ display: grid;
18285
+ flex: 1 1;
18286
+ grid-template-areas: "prepend content append close" ". content . .";
18287
+ grid-template-columns: max-content auto max-content max-content;
18288
+ position: relative;
18289
+ padding: 16px;
18290
+ overflow: hidden;
18291
+ --v-border-color: currentColor;
18292
+ border-radius: 4px;
18309
18293
  }
18310
18294
  .v-alert--absolute {
18311
18295
  position: absolute;
@@ -18520,6 +18504,22 @@ html.overflow-y-hidden {
18520
18504
  }
18521
18505
  .v-app-bar:not(.v-toolbar--absolute) {
18522
18506
  padding-inline-end: var(--v-scrollbar-offset);
18507
+ }.v-application {
18508
+ display: flex;
18509
+ background: rgb(var(--v-theme-background));
18510
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18511
+ }
18512
+
18513
+ .v-application__wrap {
18514
+ -webkit-backface-visibility: hidden;
18515
+ backface-visibility: hidden;
18516
+ display: flex;
18517
+ flex-direction: column;
18518
+ flex: 1 1 auto;
18519
+ max-width: 100%;
18520
+ min-height: 100vh;
18521
+ min-height: 100dvh;
18522
+ position: relative;
18523
18523
  }.v-autocomplete .v-field .v-text-field__prefix,
18524
18524
  .v-autocomplete .v-field .v-text-field__suffix,
18525
18525
  .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
@@ -18932,6 +18932,150 @@ html.overflow-y-hidden {
18932
18932
  }
18933
18933
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18934
18934
  align-self: flex-start;
18935
+ }.v-breadcrumbs {
18936
+ display: flex;
18937
+ align-items: center;
18938
+ line-height: 1.6;
18939
+ padding: 16px 12px;
18940
+ }
18941
+ .v-breadcrumbs--rounded {
18942
+ border-radius: 4px;
18943
+ }
18944
+ .v-breadcrumbs--density-default {
18945
+ padding-top: 16px;
18946
+ padding-bottom: 16px;
18947
+ }
18948
+
18949
+ .v-breadcrumbs--density-comfortable {
18950
+ padding-top: 12px;
18951
+ padding-bottom: 12px;
18952
+ }
18953
+
18954
+ .v-breadcrumbs--density-compact {
18955
+ padding-top: 8px;
18956
+ padding-bottom: 8px;
18957
+ }
18958
+
18959
+ .v-breadcrumbs__prepend {
18960
+ align-items: center;
18961
+ display: inline-flex;
18962
+ }
18963
+
18964
+ .v-breadcrumbs-item {
18965
+ align-items: center;
18966
+ color: inherit;
18967
+ display: inline-flex;
18968
+ padding: 0 4px;
18969
+ text-decoration: none;
18970
+ vertical-align: middle;
18971
+ }
18972
+ .v-breadcrumbs-item--disabled {
18973
+ opacity: var(--v-disabled-opacity);
18974
+ pointer-events: none;
18975
+ }
18976
+ .v-breadcrumbs-item--link {
18977
+ color: inherit;
18978
+ text-decoration: none;
18979
+ }
18980
+ .v-breadcrumbs-item--link:hover {
18981
+ text-decoration: underline;
18982
+ }
18983
+ .v-breadcrumbs-item .v-icon {
18984
+ font-size: 1rem;
18985
+ margin-inline: -4px 2px;
18986
+ }
18987
+
18988
+ .v-breadcrumbs-divider {
18989
+ display: inline-block;
18990
+ padding: 0 8px;
18991
+ vertical-align: middle;
18992
+ }.v-bottom-navigation {
18993
+ display: flex;
18994
+ max-width: 100%;
18995
+ overflow: hidden;
18996
+ position: absolute;
18997
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18998
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18999
+ border-style: solid;
19000
+ border-width: 0;
19001
+ border-radius: 0;
19002
+ background: rgb(var(--v-theme-surface));
19003
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19004
+ }
19005
+ .v-bottom-navigation--border {
19006
+ border-width: thin;
19007
+ box-shadow: none;
19008
+ }
19009
+ .v-bottom-navigation--active {
19010
+ 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));
19011
+ }
19012
+
19013
+ .v-bottom-navigation__content {
19014
+ display: flex;
19015
+ flex: none;
19016
+ font-size: 0.75rem;
19017
+ justify-content: center;
19018
+ transition: inherit;
19019
+ width: 100%;
19020
+ }
19021
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19022
+ font-size: inherit;
19023
+ height: 100%;
19024
+ max-width: 168px;
19025
+ min-width: 80px;
19026
+ text-transform: none;
19027
+ transition: inherit;
19028
+ width: auto;
19029
+ border-radius: 0;
19030
+ }
19031
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
19032
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19033
+ transition: inherit;
19034
+ }
19035
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19036
+ font-size: 1.5rem;
19037
+ }
19038
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
19039
+ flex-grow: 1;
19040
+ }
19041
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
19042
+ transition: inherit;
19043
+ opacity: 0;
19044
+ }
19045
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
19046
+ transform: translateY(0.5rem);
19047
+ }.bottom-sheet-transition-enter-from {
19048
+ transform: translateY(100%);
19049
+ }
19050
+ .bottom-sheet-transition-leave-to {
19051
+ transform: translateY(100%);
19052
+ }
19053
+
19054
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19055
+ align-self: flex-end;
19056
+ border-radius: 0;
19057
+ flex: 0 1 auto;
19058
+ left: 0;
19059
+ right: 0;
19060
+ margin-inline: 0;
19061
+ margin-bottom: 0;
19062
+ transition-duration: 0.2s;
19063
+ width: 100%;
19064
+ max-width: 100%;
19065
+ overflow: visible;
19066
+ 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));
19067
+ }
19068
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
19069
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
19070
+ border-radius: 0;
19071
+ }
19072
+ .v-bottom-sheet.v-bottom-sheet--inset {
19073
+ max-width: none;
19074
+ }
19075
+ @media (min-width: 600px) {
19076
+ .v-bottom-sheet.v-bottom-sheet--inset {
19077
+ max-width: 70%;
19078
+ }
18935
19079
  }.v-btn {
18936
19080
  align-items: center;
18937
19081
  border-radius: 4px;
@@ -19263,6 +19407,9 @@ html.overflow-y-hidden {
19263
19407
  .v-btn--stacked .v-icon {
19264
19408
  --v-icon-size-multiplier: 1.1428571429;
19265
19409
  }
19410
+ .v-btn--stacked.v-btn--block {
19411
+ min-width: 100%;
19412
+ }
19266
19413
 
19267
19414
  .v-btn__loader {
19268
19415
  align-items: center;
@@ -19350,118 +19497,31 @@ html.overflow-y-hidden {
19350
19497
  }
19351
19498
  .v-pagination__item--is-active .v-btn__overlay {
19352
19499
  opacity: var(--v-border-opacity);
19353
- }.bottom-sheet-transition-enter-from {
19354
- transform: translateY(100%);
19355
- }
19356
- .bottom-sheet-transition-leave-to {
19357
- transform: translateY(100%);
19358
- }
19359
-
19360
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19361
- align-self: flex-end;
19362
- border-radius: 0;
19363
- flex: 0 1 auto;
19364
- left: 0;
19365
- right: 0;
19366
- margin-inline: 0;
19367
- margin-bottom: 0;
19368
- transition-duration: 0.2s;
19369
- width: 100%;
19370
- max-width: 100%;
19371
- overflow: visible;
19372
- 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));
19373
- }
19374
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
19375
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
19376
- border-radius: 0;
19377
- }
19378
- .v-bottom-sheet.v-bottom-sheet--inset {
19379
- max-width: none;
19380
- }
19381
- @media (min-width: 600px) {
19382
- .v-bottom-sheet.v-bottom-sheet--inset {
19383
- max-width: 70%;
19384
- }
19385
- }.v-bottom-navigation {
19386
- display: flex;
19500
+ }.v-btn-group {
19501
+ display: inline-flex;
19502
+ flex-wrap: nowrap;
19387
19503
  max-width: 100%;
19504
+ min-width: 0;
19388
19505
  overflow: hidden;
19389
- position: absolute;
19390
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
19506
+ vertical-align: middle;
19391
19507
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19392
19508
  border-style: solid;
19393
19509
  border-width: 0;
19394
- border-radius: 0;
19395
- background: rgb(var(--v-theme-surface));
19510
+ 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));
19511
+ border-radius: 4px;
19512
+ background: transparent;
19396
19513
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19397
19514
  }
19398
- .v-bottom-navigation--border {
19515
+ .v-btn-group--border {
19399
19516
  border-width: thin;
19400
19517
  box-shadow: none;
19401
19518
  }
19402
- .v-bottom-navigation--active {
19403
- 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));
19519
+ .v-btn-group--density-default.v-btn-group {
19520
+ height: 48px;
19404
19521
  }
19405
19522
 
19406
- .v-bottom-navigation__content {
19407
- display: flex;
19408
- flex: none;
19409
- font-size: 0.75rem;
19410
- justify-content: center;
19411
- transition: inherit;
19412
- width: 100%;
19413
- }
19414
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19415
- font-size: inherit;
19416
- height: 100%;
19417
- max-width: 168px;
19418
- min-width: 80px;
19419
- text-transform: none;
19420
- transition: inherit;
19421
- width: auto;
19422
- border-radius: 0;
19423
- }
19424
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
19425
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19426
- transition: inherit;
19427
- }
19428
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19429
- font-size: 1.5rem;
19430
- }
19431
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
19432
- flex-grow: 1;
19433
- }
19434
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
19435
- transition: inherit;
19436
- opacity: 0;
19437
- }
19438
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
19439
- transform: translateY(0.5rem);
19440
- }.v-btn-group {
19441
- display: inline-flex;
19442
- flex-wrap: nowrap;
19443
- max-width: 100%;
19444
- min-width: 0;
19445
- overflow: hidden;
19446
- vertical-align: middle;
19447
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19448
- border-style: solid;
19449
- border-width: 0;
19450
- 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));
19451
- border-radius: 4px;
19452
- background: transparent;
19453
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19454
- }
19455
- .v-btn-group--border {
19456
- border-width: thin;
19457
- box-shadow: none;
19458
- }
19459
- .v-btn-group--density-default.v-btn-group {
19460
- height: 48px;
19461
- }
19462
-
19463
- .v-btn-group--density-comfortable.v-btn-group {
19464
- height: 40px;
19523
+ .v-btn-group--density-comfortable.v-btn-group {
19524
+ height: 40px;
19465
19525
  }
19466
19526
 
19467
19527
  .v-btn-group--density-compact.v-btn-group {
@@ -19493,63 +19553,6 @@ html.overflow-y-hidden {
19493
19553
  }
19494
19554
  .v-btn-group--tile {
19495
19555
  border-radius: 0;
19496
- }.v-breadcrumbs {
19497
- display: flex;
19498
- align-items: center;
19499
- line-height: 1.6;
19500
- padding: 16px 12px;
19501
- }
19502
- .v-breadcrumbs--rounded {
19503
- border-radius: 4px;
19504
- }
19505
- .v-breadcrumbs--density-default {
19506
- padding-top: 16px;
19507
- padding-bottom: 16px;
19508
- }
19509
-
19510
- .v-breadcrumbs--density-comfortable {
19511
- padding-top: 12px;
19512
- padding-bottom: 12px;
19513
- }
19514
-
19515
- .v-breadcrumbs--density-compact {
19516
- padding-top: 8px;
19517
- padding-bottom: 8px;
19518
- }
19519
-
19520
- .v-breadcrumbs__prepend {
19521
- align-items: center;
19522
- display: inline-flex;
19523
- }
19524
-
19525
- .v-breadcrumbs-item {
19526
- align-items: center;
19527
- color: inherit;
19528
- display: inline-flex;
19529
- padding: 0 4px;
19530
- text-decoration: none;
19531
- vertical-align: middle;
19532
- }
19533
- .v-breadcrumbs-item--disabled {
19534
- opacity: var(--v-disabled-opacity);
19535
- pointer-events: none;
19536
- }
19537
- .v-breadcrumbs-item--link {
19538
- color: inherit;
19539
- text-decoration: none;
19540
- }
19541
- .v-breadcrumbs-item--link:hover {
19542
- text-decoration: underline;
19543
- }
19544
- .v-breadcrumbs-item .v-icon {
19545
- font-size: 1rem;
19546
- margin-inline: -4px 2px;
19547
- }
19548
-
19549
- .v-breadcrumbs-divider {
19550
- display: inline-block;
19551
- padding: 0 8px;
19552
- vertical-align: middle;
19553
19556
  }.v-card {
19554
19557
  display: block;
19555
19558
  overflow: hidden;
@@ -19849,6 +19852,11 @@ html.overflow-y-hidden {
19849
19852
  pointer-events: none;
19850
19853
  opacity: 0;
19851
19854
  transition: opacity 0.2s ease-in-out;
19855
+ }.v-checkbox.v-input {
19856
+ flex: 0 1 auto;
19857
+ }
19858
+ .v-checkbox .v-selection-control {
19859
+ min-height: var(--v-input-control-height);
19852
19860
  }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19853
19861
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19854
19862
  }
@@ -19925,29 +19933,6 @@ html.overflow-y-hidden {
19925
19933
  flex-direction: column;
19926
19934
  height: 100% !important;
19927
19935
  width: 50px;
19928
- }.v-checkbox.v-input {
19929
- flex: 0 1 auto;
19930
- }
19931
- .v-checkbox .v-selection-control {
19932
- min-height: var(--v-input-control-height);
19933
- }.v-chip-group {
19934
- display: flex;
19935
- max-width: 100%;
19936
- min-width: 0;
19937
- overflow-x: auto;
19938
- padding: 4px 0;
19939
- }
19940
- .v-chip-group .v-chip {
19941
- margin: 4px 8px 4px 0;
19942
- }
19943
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19944
- opacity: var(--v-activated-opacity);
19945
- }
19946
-
19947
- .v-chip-group--column .v-slide-group__content {
19948
- white-space: normal;
19949
- flex-wrap: wrap;
19950
- max-width: 100%;
19951
19936
  }.v-chip {
19952
19937
  align-items: center;
19953
19938
  display: inline-flex;
@@ -20360,6 +20345,24 @@ html.overflow-y-hidden {
20360
20345
 
20361
20346
  .v-chip--label {
20362
20347
  border-radius: 4px;
20348
+ }.v-chip-group {
20349
+ display: flex;
20350
+ max-width: 100%;
20351
+ min-width: 0;
20352
+ overflow-x: auto;
20353
+ padding: 4px 0;
20354
+ }
20355
+ .v-chip-group .v-chip {
20356
+ margin: 4px 8px 4px 0;
20357
+ }
20358
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20359
+ opacity: var(--v-activated-opacity);
20360
+ }
20361
+
20362
+ .v-chip-group--column .v-slide-group__content {
20363
+ white-space: normal;
20364
+ flex-wrap: wrap;
20365
+ max-width: 100%;
20363
20366
  }.v-color-picker {
20364
20367
  align-self: flex-start;
20365
20368
  contain: content;
@@ -21052,6 +21055,11 @@ html.overflow-y-hidden {
21052
21055
  .offset-xxl-11 {
21053
21056
  margin-inline-start: 91.6666666667%;
21054
21057
  }
21058
+ }.v-counter {
21059
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21060
+ flex: 0 1 auto;
21061
+ font-size: 12px;
21062
+ transition-duration: 150ms;
21055
21063
  }.v-combobox .v-field .v-text-field__prefix,
21056
21064
  .v-combobox .v-field .v-text-field__suffix,
21057
21065
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -21133,11 +21141,6 @@ html.overflow-y-hidden {
21133
21141
  .v-combobox--active-menu .v-combobox__menu-icon {
21134
21142
  opacity: var(--v-high-emphasis-opacity);
21135
21143
  transform: rotate(180deg);
21136
- }.v-counter {
21137
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21138
- flex: 0 1 auto;
21139
- font-size: 12px;
21140
- transition-duration: 150ms;
21141
21144
  }.v-data-table {
21142
21145
  width: 100%;
21143
21146
  }
@@ -21356,215 +21359,42 @@ html.overflow-y-hidden {
21356
21359
  }
21357
21360
  .v-data-table-footer__page {
21358
21361
  padding: 0 8px;
21359
- }.v-divider {
21360
- display: block;
21361
- flex: 1 1 100%;
21362
- height: 0px;
21363
- max-height: 0px;
21364
- opacity: var(--v-border-opacity);
21365
- transition: inherit;
21366
- border-style: solid;
21367
- border-width: thin 0 0 0;
21368
- }
21369
- .v-divider--vertical {
21370
- align-self: stretch;
21371
- border-width: 0 thin 0 0;
21372
- display: inline-flex;
21373
- height: auto;
21374
- margin-left: -1px;
21375
- max-height: 100%;
21376
- max-width: 0px;
21377
- vertical-align: text-bottom;
21378
- width: 0px;
21379
- }
21380
- .v-divider--inset:not(.v-divider--vertical) {
21381
- max-width: calc(100% - 72px);
21382
- margin-inline-start: 72px;
21383
- }
21384
- .v-divider--inset.v-divider--vertical {
21385
- margin-bottom: 8px;
21386
- margin-top: 8px;
21387
- max-height: calc(100% - 16px);
21388
- }
21389
-
21390
- .v-divider__content {
21391
- padding: 0 16px;
21392
- text-wrap: nowrap;
21393
- }
21394
- .v-divider__wrapper--vertical .v-divider__content {
21395
- padding: 4px 0;
21396
- }
21397
-
21398
- .v-divider__wrapper {
21399
- display: flex;
21400
- align-items: center;
21401
- justify-content: center;
21402
- }
21403
- .v-divider__wrapper--vertical {
21404
- flex-direction: column;
21405
- height: 100%;
21406
- }
21407
- .v-divider__wrapper--vertical .v-divider {
21408
- margin: 0 auto;
21409
21362
  }.v-date-picker {
21410
21363
  overflow: hidden;
21411
21364
  width: 328px;
21412
21365
  }
21413
21366
  .v-date-picker--show-week {
21414
21367
  width: 368px;
21415
- }.v-empty-state {
21416
- align-items: center;
21417
- display: flex;
21418
- flex-direction: column;
21419
- justify-content: center;
21420
- min-height: 100%;
21421
- padding: 16px;
21422
- }
21423
- .v-empty-state--start {
21424
- align-items: flex-start;
21425
- }
21426
- .v-empty-state--center {
21427
- align-items: center;
21428
- }
21429
- .v-empty-state--end {
21368
+ }.v-date-picker-header {
21430
21369
  align-items: flex-end;
21370
+ height: 70px;
21371
+ display: grid;
21372
+ grid-template-areas: "prepend content append";
21373
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
21374
+ overflow: hidden;
21375
+ padding-inline: 24px 12px;
21376
+ padding-bottom: 12px;
21431
21377
  }
21432
21378
 
21433
- .v-empty-state__media {
21434
- text-align: center;
21435
- width: 100%;
21379
+ .v-date-picker-header__append {
21380
+ grid-area: append;
21436
21381
  }
21437
- .v-empty-state__media .v-icon {
21438
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21382
+
21383
+ .v-date-picker-header__prepend {
21384
+ grid-area: prepend;
21385
+ padding-inline-start: 8px;
21439
21386
  }
21440
21387
 
21441
- .v-empty-state__headline {
21442
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21443
- font-size: 3.75rem;
21444
- font-weight: 300;
21445
- line-height: 1;
21446
- text-align: center;
21447
- margin-bottom: 8px;
21388
+ .v-date-picker-header__content {
21389
+ align-items: center;
21390
+ display: inline-flex;
21391
+ font-size: 32px;
21392
+ line-height: 40px;
21393
+ grid-area: content;
21394
+ justify-content: space-between;
21448
21395
  }
21449
- .v-empty-state--mobile .v-empty-state__headline {
21450
- font-size: 2.125rem;
21451
- }
21452
-
21453
- .v-empty-state__title {
21454
- font-size: 1.25rem;
21455
- font-weight: 500;
21456
- line-height: 1.6;
21457
- margin-bottom: 4px;
21458
- text-align: center;
21459
- }
21460
-
21461
- .v-empty-state__text {
21462
- font-size: 0.875rem;
21463
- font-weight: 400;
21464
- line-height: 1.425;
21465
- padding: 0 16px;
21466
- text-align: center;
21467
- }
21468
-
21469
- .v-empty-state__content {
21470
- padding: 24px 0;
21471
- }
21472
-
21473
- .v-empty-state__actions {
21474
- display: flex;
21475
- gap: 8px;
21476
- padding: 16px;
21477
- }
21478
-
21479
- .v-empty-state__action-btn.v-btn {
21480
- background-color: initial;
21481
- color: initial;
21482
- }.v-date-picker-controls {
21483
- display: flex;
21484
- align-items: center;
21485
- justify-content: space-between;
21486
- font-size: 0.875rem;
21487
- padding-top: 4px;
21488
- padding-bottom: 4px;
21489
- padding-inline-start: 6px;
21490
- padding-inline-end: 12px;
21491
- }
21492
- .v-date-picker-controls > .v-btn:first-child {
21493
- text-transform: none;
21494
- font-weight: 400;
21495
- line-height: initial;
21496
- letter-spacing: initial;
21497
- }
21498
- .v-date-picker-controls--variant-classic {
21499
- padding-inline-start: 12px;
21500
- }
21501
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21502
- opacity: 0.7;
21503
- }
21504
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21505
- cursor: pointer;
21506
- }
21507
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21508
- opacity: 1;
21509
- }
21510
- .v-date-picker-controls .v-btn:last-child {
21511
- margin-inline-start: 4px;
21512
- }
21513
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21514
- transform: rotate(180deg);
21515
- }
21516
-
21517
- .v-date-picker-controls__date {
21518
- margin-inline-end: 4px;
21519
- }
21520
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21521
- margin: auto;
21522
- text-align: center;
21523
- }
21524
-
21525
- .v-date-picker-controls__month {
21526
- display: flex;
21527
- }
21528
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21529
- flex-direction: row-reverse;
21530
- }
21531
-
21532
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21533
- flex: 1 0 auto;
21534
- }
21535
-
21536
- .v-date-picker__title {
21537
- display: inline-block;
21538
- }.v-date-picker-header {
21539
- align-items: flex-end;
21540
- height: 70px;
21541
- display: grid;
21542
- grid-template-areas: "prepend content append";
21543
- grid-template-columns: min-content minmax(0, 1fr) min-content;
21544
- overflow: hidden;
21545
- padding-inline: 24px 12px;
21546
- padding-bottom: 12px;
21547
- }
21548
-
21549
- .v-date-picker-header__append {
21550
- grid-area: append;
21551
- }
21552
-
21553
- .v-date-picker-header__prepend {
21554
- grid-area: prepend;
21555
- padding-inline-start: 8px;
21556
- }
21557
-
21558
- .v-date-picker-header__content {
21559
- align-items: center;
21560
- display: inline-flex;
21561
- font-size: 32px;
21562
- line-height: 40px;
21563
- grid-area: content;
21564
- justify-content: space-between;
21565
- }
21566
- .v-date-picker-header--clickable .v-date-picker-header__content {
21567
- cursor: pointer;
21396
+ .v-date-picker-header--clickable .v-date-picker-header__content {
21397
+ cursor: pointer;
21568
21398
  }
21569
21399
  .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21570
21400
  opacity: 0.7;
@@ -21650,6 +21480,62 @@ html.overflow-y-hidden {
21650
21480
 
21651
21481
  .v-date-picker-month__day--hide-adjacent {
21652
21482
  opacity: 0;
21483
+ }.v-date-picker-controls {
21484
+ display: flex;
21485
+ align-items: center;
21486
+ justify-content: space-between;
21487
+ font-size: 0.875rem;
21488
+ padding-top: 4px;
21489
+ padding-bottom: 4px;
21490
+ padding-inline-start: 6px;
21491
+ padding-inline-end: 12px;
21492
+ }
21493
+ .v-date-picker-controls > .v-btn:first-child {
21494
+ text-transform: none;
21495
+ font-weight: 400;
21496
+ line-height: initial;
21497
+ letter-spacing: initial;
21498
+ }
21499
+ .v-date-picker-controls--variant-classic {
21500
+ padding-inline-start: 12px;
21501
+ }
21502
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21503
+ opacity: 0.7;
21504
+ }
21505
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21506
+ cursor: pointer;
21507
+ }
21508
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21509
+ opacity: 1;
21510
+ }
21511
+ .v-date-picker-controls .v-btn:last-child {
21512
+ margin-inline-start: 4px;
21513
+ }
21514
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21515
+ transform: rotate(180deg);
21516
+ }
21517
+
21518
+ .v-date-picker-controls__date {
21519
+ margin-inline-end: 4px;
21520
+ }
21521
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21522
+ margin: auto;
21523
+ text-align: center;
21524
+ }
21525
+
21526
+ .v-date-picker-controls__month {
21527
+ display: flex;
21528
+ }
21529
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21530
+ flex-direction: row-reverse;
21531
+ }
21532
+
21533
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21534
+ flex: 1 0 auto;
21535
+ }
21536
+
21537
+ .v-date-picker__title {
21538
+ display: inline-block;
21653
21539
  }.v-date-picker-months {
21654
21540
  height: 288px;
21655
21541
  }
@@ -21684,98 +21570,56 @@ html.overflow-y-hidden {
21684
21570
  }
21685
21571
  .v-date-picker-years__content .v-btn {
21686
21572
  padding-inline: 8px;
21687
- }.v-dialog {
21688
- align-items: center;
21689
- justify-content: center;
21690
- margin: auto;
21691
- }
21692
- .v-dialog > .v-overlay__content {
21693
- max-height: calc(100% - 48px);
21694
- width: calc(100% - 48px);
21695
- max-width: calc(100% - 48px);
21696
- margin: 24px;
21697
- }
21698
- .v-dialog > .v-overlay__content,
21699
- .v-dialog > .v-overlay__content > form {
21700
- display: flex;
21701
- flex-direction: column;
21702
- min-height: 0;
21703
- }
21704
- .v-dialog > .v-overlay__content > .v-card,
21705
- .v-dialog > .v-overlay__content > .v-sheet,
21706
- .v-dialog > .v-overlay__content > form > .v-card,
21707
- .v-dialog > .v-overlay__content > form > .v-sheet {
21708
- --v-scrollbar-offset: 0px;
21709
- border-radius: 4px;
21710
- overflow-y: auto;
21711
- 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));
21712
- }
21713
- .v-dialog > .v-overlay__content > .v-card,
21714
- .v-dialog > .v-overlay__content > form > .v-card {
21715
- display: flex;
21716
- flex-direction: column;
21717
- }
21718
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21719
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21720
- padding: 16px 24px;
21573
+ }.v-divider {
21574
+ display: block;
21575
+ flex: 1 1 100%;
21576
+ height: 0px;
21577
+ max-height: 0px;
21578
+ opacity: var(--v-border-opacity);
21579
+ transition: inherit;
21580
+ border-style: solid;
21581
+ border-width: thin 0 0 0;
21721
21582
  }
21722
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21723
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21724
- padding-top: 0;
21583
+ .v-divider--vertical {
21584
+ align-self: stretch;
21585
+ border-width: 0 thin 0 0;
21586
+ display: inline-flex;
21587
+ height: auto;
21588
+ margin-left: -1px;
21589
+ max-height: 100%;
21590
+ max-width: 0px;
21591
+ vertical-align: text-bottom;
21592
+ width: 0px;
21725
21593
  }
21726
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21727
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21728
- font-size: inherit;
21729
- letter-spacing: 0.03125em;
21730
- line-height: inherit;
21731
- padding: 16px 24px 24px;
21594
+ .v-divider--inset:not(.v-divider--vertical) {
21595
+ max-width: calc(100% - 72px);
21596
+ margin-inline-start: 72px;
21732
21597
  }
21733
- .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
21734
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
21735
- justify-content: flex-end;
21598
+ .v-divider--inset.v-divider--vertical {
21599
+ margin-bottom: 8px;
21600
+ margin-top: 8px;
21601
+ max-height: calc(100% - 16px);
21736
21602
  }
21737
21603
 
21738
- .v-dialog--fullscreen {
21739
- --v-scrollbar-offset: 0px;
21740
- }
21741
- .v-dialog--fullscreen > .v-overlay__content {
21742
- border-radius: 0;
21743
- margin: 0;
21744
- padding: 0;
21745
- width: 100%;
21746
- height: 100%;
21747
- max-width: 100%;
21748
- max-height: 100%;
21749
- overflow-y: auto;
21750
- top: 0;
21751
- left: 0;
21604
+ .v-divider__content {
21605
+ padding: 0 16px;
21606
+ text-wrap: nowrap;
21752
21607
  }
21753
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
21754
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21755
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21756
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21757
- min-height: 100%;
21758
- min-width: 100%;
21759
- border-radius: 0;
21608
+ .v-divider__wrapper--vertical .v-divider__content {
21609
+ padding: 4px 0;
21760
21610
  }
21761
21611
 
21762
- .v-dialog--scrollable > .v-overlay__content,
21763
- .v-dialog--scrollable > .v-overlay__content > form {
21612
+ .v-divider__wrapper {
21764
21613
  display: flex;
21614
+ align-items: center;
21615
+ justify-content: center;
21765
21616
  }
21766
- .v-dialog--scrollable > .v-overlay__content > .v-card,
21767
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21768
- display: flex;
21769
- flex: 1 1 100%;
21617
+ .v-divider__wrapper--vertical {
21770
21618
  flex-direction: column;
21771
- max-height: 100%;
21772
- max-width: 100%;
21619
+ height: 100%;
21773
21620
  }
21774
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21775
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21776
- -webkit-backface-visibility: hidden;
21777
- backface-visibility: hidden;
21778
- overflow-y: auto;
21621
+ .v-divider__wrapper--vertical .v-divider {
21622
+ margin: 0 auto;
21779
21623
  }.v-expansion-panel {
21780
21624
  background-color: rgb(var(--v-theme-surface));
21781
21625
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21986,75 +21830,165 @@ html.overflow-y-hidden {
21986
21830
  }
21987
21831
  .v-expansion-panels--tile > .v-expansion-panel {
21988
21832
  border-radius: 0;
21989
- }.v-fab {
21833
+ }.v-dialog {
21990
21834
  align-items: center;
21991
- display: inline-flex;
21992
- flex: 1 1 auto;
21993
- pointer-events: none;
21994
- position: relative;
21995
- transition-duration: 0.2s;
21996
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21997
- vertical-align: middle;
21835
+ justify-content: center;
21836
+ margin: auto;
21998
21837
  }
21999
- .v-fab .v-btn {
22000
- pointer-events: auto;
21838
+ .v-dialog > .v-overlay__content {
21839
+ max-height: calc(100% - 48px);
21840
+ width: calc(100% - 48px);
21841
+ max-width: calc(100% - 48px);
21842
+ margin: 24px;
22001
21843
  }
22002
- .v-fab .v-btn--variant-elevated {
22003
- 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));
21844
+ .v-dialog > .v-overlay__content,
21845
+ .v-dialog > .v-overlay__content > form {
21846
+ display: flex;
21847
+ flex-direction: column;
21848
+ min-height: 0;
22004
21849
  }
22005
- .v-fab--app, .v-fab--absolute {
21850
+ .v-dialog > .v-overlay__content > .v-card,
21851
+ .v-dialog > .v-overlay__content > .v-sheet,
21852
+ .v-dialog > .v-overlay__content > form > .v-card,
21853
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21854
+ --v-scrollbar-offset: 0px;
21855
+ border-radius: 4px;
21856
+ overflow-y: auto;
21857
+ 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));
21858
+ }
21859
+ .v-dialog > .v-overlay__content > .v-card,
21860
+ .v-dialog > .v-overlay__content > form > .v-card {
22006
21861
  display: flex;
21862
+ flex-direction: column;
22007
21863
  }
22008
- .v-fab--start, .v-fab--left {
22009
- justify-content: flex-start;
21864
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21865
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21866
+ padding: 16px 24px;
22010
21867
  }
22011
- .v-fab--center {
22012
- align-items: center;
22013
- justify-content: center;
21868
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21869
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21870
+ padding-top: 0;
22014
21871
  }
22015
- .v-fab--end, .v-fab--right {
21872
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21873
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21874
+ font-size: inherit;
21875
+ letter-spacing: 0.03125em;
21876
+ line-height: inherit;
21877
+ padding: 16px 24px 24px;
21878
+ }
21879
+ .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
21880
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
22016
21881
  justify-content: flex-end;
22017
21882
  }
22018
- .v-fab--bottom {
22019
- align-items: flex-end;
21883
+
21884
+ .v-dialog--fullscreen {
21885
+ --v-scrollbar-offset: 0px;
22020
21886
  }
22021
- .v-fab--top {
21887
+ .v-dialog--fullscreen > .v-overlay__content {
21888
+ border-radius: 0;
21889
+ margin: 0;
21890
+ padding: 0;
21891
+ width: 100%;
21892
+ height: 100%;
21893
+ max-width: 100%;
21894
+ max-height: 100%;
21895
+ overflow-y: auto;
21896
+ top: 0;
21897
+ left: 0;
21898
+ }
21899
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
21900
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21901
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21902
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21903
+ min-height: 100%;
21904
+ min-width: 100%;
21905
+ border-radius: 0;
21906
+ }
21907
+
21908
+ .v-dialog--scrollable > .v-overlay__content,
21909
+ .v-dialog--scrollable > .v-overlay__content > form {
21910
+ display: flex;
21911
+ }
21912
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
21913
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21914
+ display: flex;
21915
+ flex: 1 1 100%;
21916
+ flex-direction: column;
21917
+ max-height: 100%;
21918
+ max-width: 100%;
21919
+ }
21920
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21921
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21922
+ -webkit-backface-visibility: hidden;
21923
+ backface-visibility: hidden;
21924
+ overflow-y: auto;
21925
+ }.v-empty-state {
21926
+ align-items: center;
21927
+ display: flex;
21928
+ flex-direction: column;
21929
+ justify-content: center;
21930
+ min-height: 100%;
21931
+ padding: 16px;
21932
+ }
21933
+ .v-empty-state--start {
22022
21934
  align-items: flex-start;
22023
21935
  }
22024
- .v-fab--extended .v-btn {
22025
- border-radius: 9999px !important;
21936
+ .v-empty-state--center {
21937
+ align-items: center;
21938
+ }
21939
+ .v-empty-state--end {
21940
+ align-items: flex-end;
22026
21941
  }
22027
21942
 
22028
- .v-fab__container {
22029
- align-self: center;
22030
- display: inline-flex;
22031
- position: absolute;
22032
- vertical-align: middle;
21943
+ .v-empty-state__media {
21944
+ text-align: center;
21945
+ width: 100%;
22033
21946
  }
22034
- .v-fab--app .v-fab__container {
22035
- margin: 12px;
21947
+ .v-empty-state__media .v-icon {
21948
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22036
21949
  }
22037
- .v-fab--absolute .v-fab__container {
22038
- position: absolute;
22039
- z-index: 4;
21950
+
21951
+ .v-empty-state__headline {
21952
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21953
+ font-size: 3.75rem;
21954
+ font-weight: 300;
21955
+ line-height: 1;
21956
+ text-align: center;
21957
+ margin-bottom: 8px;
22040
21958
  }
22041
- .v-fab--offset.v-fab--top .v-fab__container {
22042
- transform: translateY(-50%);
21959
+ .v-empty-state--mobile .v-empty-state__headline {
21960
+ font-size: 2.125rem;
22043
21961
  }
22044
- .v-fab--offset.v-fab--bottom .v-fab__container {
22045
- transform: translateY(50%);
21962
+
21963
+ .v-empty-state__title {
21964
+ font-size: 1.25rem;
21965
+ font-weight: 500;
21966
+ line-height: 1.6;
21967
+ margin-bottom: 4px;
21968
+ text-align: center;
22046
21969
  }
22047
- .v-fab--top .v-fab__container {
22048
- top: 0;
21970
+
21971
+ .v-empty-state__text {
21972
+ font-size: 0.875rem;
21973
+ font-weight: 400;
21974
+ line-height: 1.425;
21975
+ padding: 0 16px;
21976
+ text-align: center;
22049
21977
  }
22050
- .v-fab--bottom .v-fab__container {
22051
- bottom: 0;
21978
+
21979
+ .v-empty-state__content {
21980
+ padding: 24px 0;
22052
21981
  }
22053
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22054
- left: 0;
21982
+
21983
+ .v-empty-state__actions {
21984
+ display: flex;
21985
+ gap: 8px;
21986
+ padding: 16px;
22055
21987
  }
22056
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22057
- right: 0;
21988
+
21989
+ .v-empty-state__action-btn.v-btn {
21990
+ background-color: initial;
21991
+ color: initial;
22058
21992
  }/* region INPUT */
22059
21993
  .v-field {
22060
21994
  --v-theme-overlay-multiplier: 1;
@@ -22198,11 +22132,6 @@ html.overflow-y-hidden {
22198
22132
  position: relative;
22199
22133
  width: 100%;
22200
22134
  }
22201
- .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 {
22202
- padding-top: unset;
22203
- padding-bottom: unset;
22204
- }
22205
-
22206
22135
  .v-input--density-default .v-field__input {
22207
22136
  row-gap: 8px;
22208
22137
  }
@@ -22270,12 +22199,12 @@ textarea.v-field__input::placeholder {
22270
22199
  padding-top: 0;
22271
22200
  }
22272
22201
 
22273
- .v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__append-inner,
22274
- .v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__clearable,
22275
- .v-field:not(.v-field--center-affix).v-field--variant-underlined .v-field__prepend-inner,
22276
- .v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__append-inner,
22277
- .v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__clearable,
22278
- .v-field:not(.v-field--center-affix).v-field--variant-plain .v-field__prepend-inner {
22202
+ .v-field.v-field--variant-underlined .v-field__append-inner,
22203
+ .v-field.v-field--variant-underlined .v-field__clearable,
22204
+ .v-field.v-field--variant-underlined .v-field__prepend-inner,
22205
+ .v-field.v-field--variant-plain .v-field__append-inner,
22206
+ .v-field.v-field--variant-plain .v-field__clearable,
22207
+ .v-field.v-field--variant-plain .v-field__prepend-inner {
22279
22208
  align-items: flex-start;
22280
22209
  padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
22281
22210
  padding-bottom: var(--v-field-padding-bottom, 4px);
@@ -22631,7 +22560,76 @@ textarea.v-field__input::placeholder {
22631
22560
  opacity: 0;
22632
22561
  }
22633
22562
 
22634
- /* endregion */.v-file-input--hide.v-input .v-field,
22563
+ /* endregion */.v-fab {
22564
+ align-items: center;
22565
+ display: inline-flex;
22566
+ flex: 1 1 auto;
22567
+ pointer-events: none;
22568
+ position: relative;
22569
+ transition-duration: 0.2s;
22570
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22571
+ vertical-align: middle;
22572
+ }
22573
+ .v-fab .v-btn {
22574
+ pointer-events: auto;
22575
+ }
22576
+ .v-fab .v-btn--variant-elevated {
22577
+ 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));
22578
+ }
22579
+ .v-fab--app, .v-fab--absolute {
22580
+ display: flex;
22581
+ }
22582
+ .v-fab--start, .v-fab--left {
22583
+ justify-content: flex-start;
22584
+ }
22585
+ .v-fab--center {
22586
+ align-items: center;
22587
+ justify-content: center;
22588
+ }
22589
+ .v-fab--end, .v-fab--right {
22590
+ justify-content: flex-end;
22591
+ }
22592
+ .v-fab--bottom {
22593
+ align-items: flex-end;
22594
+ }
22595
+ .v-fab--top {
22596
+ align-items: flex-start;
22597
+ }
22598
+ .v-fab--extended .v-btn {
22599
+ border-radius: 9999px !important;
22600
+ }
22601
+
22602
+ .v-fab__container {
22603
+ align-self: center;
22604
+ display: inline-flex;
22605
+ position: absolute;
22606
+ vertical-align: middle;
22607
+ }
22608
+ .v-fab--app .v-fab__container {
22609
+ margin: 12px;
22610
+ }
22611
+ .v-fab--absolute .v-fab__container {
22612
+ position: absolute;
22613
+ z-index: 4;
22614
+ }
22615
+ .v-fab--offset.v-fab--top .v-fab__container {
22616
+ transform: translateY(-50%);
22617
+ }
22618
+ .v-fab--offset.v-fab--bottom .v-fab__container {
22619
+ transform: translateY(50%);
22620
+ }
22621
+ .v-fab--top .v-fab__container {
22622
+ top: 0;
22623
+ }
22624
+ .v-fab--bottom .v-fab__container {
22625
+ bottom: 0;
22626
+ }
22627
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22628
+ left: 0;
22629
+ }
22630
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22631
+ right: 0;
22632
+ }.v-file-input--hide.v-input .v-field,
22635
22633
  .v-file-input--hide.v-input .v-input__control,
22636
22634
  .v-file-input--hide.v-input .v-input__details {
22637
22635
  display: none;
@@ -22688,81 +22686,59 @@ textarea.v-field__input::placeholder {
22688
22686
  }
22689
22687
  .v-footer--rounded {
22690
22688
  border-radius: 4px;
22691
- }.v-img {
22692
- --v-theme-overlay-multiplier: 3;
22693
- z-index: 0;
22689
+ }.v-icon {
22690
+ --v-icon-size-multiplier: 1;
22691
+ align-items: center;
22692
+ display: inline-flex;
22693
+ font-feature-settings: "liga";
22694
+ height: 1em;
22695
+ justify-content: center;
22696
+ letter-spacing: normal;
22697
+ line-height: 1;
22698
+ position: relative;
22699
+ text-indent: 0;
22700
+ text-align: center;
22701
+ -webkit-user-select: none;
22702
+ user-select: none;
22703
+ vertical-align: middle;
22704
+ width: 1em;
22705
+ min-width: 1em;
22694
22706
  }
22695
- .v-img.v-img--absolute {
22696
- height: 100%;
22697
- left: 0;
22698
- overflow: hidden;
22699
- position: absolute;
22700
- top: 0;
22701
- width: 100%;
22702
- z-index: -1;
22707
+ .v-icon--clickable {
22708
+ cursor: pointer;
22703
22709
  }
22704
- .v-img--booting .v-responsive__sizer {
22705
- transition: none;
22710
+ .v-icon--disabled {
22711
+ pointer-events: none;
22712
+ opacity: 0.38;
22706
22713
  }
22707
- .v-img--rounded {
22708
- border-radius: 4px;
22714
+ .v-icon--size-x-small {
22715
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
22709
22716
  }
22710
-
22711
- .v-img__img,
22712
- .v-img__picture,
22713
- .v-img__gradient,
22714
- .v-img__placeholder,
22715
- .v-img__error {
22716
- z-index: -1;
22717
- position: absolute;
22718
- top: 0;
22719
- left: 0;
22720
- width: 100%;
22721
- height: 100%;
22717
+ .v-icon--size-small {
22718
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22722
22719
  }
22723
-
22724
- .v-img__img--preload {
22725
- filter: blur(4px);
22720
+ .v-icon--size-default {
22721
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22726
22722
  }
22727
- .v-img__img--contain {
22728
- object-fit: contain;
22723
+ .v-icon--size-large {
22724
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22729
22725
  }
22730
- .v-img__img--cover {
22731
- object-fit: cover;
22726
+ .v-icon--size-x-large {
22727
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
22732
22728
  }
22733
22729
 
22734
- .v-img__gradient {
22735
- background-repeat: no-repeat;
22736
- }.v-infinite-scroll--horizontal {
22737
- display: flex;
22738
- flex-direction: row;
22739
- overflow-x: auto;
22740
- }
22741
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22730
+ .v-icon__svg {
22731
+ fill: currentColor;
22732
+ width: 100%;
22742
22733
  height: 100%;
22743
- width: 1px;
22744
22734
  }
22745
22735
 
22746
- .v-infinite-scroll--vertical {
22747
- display: flex;
22748
- flex-direction: column;
22749
- overflow-y: auto;
22750
- }
22751
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22752
- height: 1px;
22753
- width: 100%;
22736
+ .v-icon--start {
22737
+ margin-inline-end: 8px;
22754
22738
  }
22755
22739
 
22756
- .v-infinite-scroll__side {
22757
- align-items: center;
22758
- display: flex;
22759
- justify-content: center;
22760
- padding: 8px;
22761
- }.v-item-group {
22762
- flex: 0 1 auto;
22763
- max-width: 100%;
22764
- position: relative;
22765
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22740
+ .v-icon--end {
22741
+ margin-inline-start: 8px;
22766
22742
  }.v-input {
22767
22743
  display: grid;
22768
22744
  flex: 1 1 auto;
@@ -22891,73 +22867,95 @@ textarea.v-field__input::placeholder {
22891
22867
  .v-input--hide-spin-buttons input[type=number] {
22892
22868
  -moz-appearance: textfield;
22893
22869
  }
22894
- .v-input--plain-underlined:not(.v-input--center-affix) .v-input__prepend,
22895
- .v-input--plain-underlined:not(.v-input--center-affix) .v-input__append {
22870
+ .v-input--plain-underlined .v-input__prepend,
22871
+ .v-input--plain-underlined .v-input__append {
22896
22872
  align-items: flex-start;
22897
22873
  }
22898
- .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 {
22874
+ .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
22899
22875
  padding-top: calc(var(--v-input-padding-top) + 4px);
22900
22876
  }
22901
22877
 
22902
- .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 {
22878
+ .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
22903
22879
  padding-top: calc(var(--v-input-padding-top) + 2px);
22904
22880
  }
22905
22881
 
22906
- .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 {
22882
+ .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22907
22883
  padding-top: calc(var(--v-input-padding-top) + 0px);
22908
- }.v-icon {
22909
- --v-icon-size-multiplier: 1;
22910
- align-items: center;
22911
- display: inline-flex;
22912
- font-feature-settings: "liga";
22913
- height: 1em;
22914
- justify-content: center;
22915
- letter-spacing: normal;
22916
- line-height: 1;
22917
- position: relative;
22918
- text-indent: 0;
22919
- text-align: center;
22920
- -webkit-user-select: none;
22921
- user-select: none;
22922
- vertical-align: middle;
22923
- width: 1em;
22924
- min-width: 1em;
22884
+ }.v-infinite-scroll--horizontal {
22885
+ display: flex;
22886
+ flex-direction: row;
22887
+ overflow-x: auto;
22925
22888
  }
22926
- .v-icon--clickable {
22927
- cursor: pointer;
22889
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22890
+ height: 100%;
22891
+ width: 1px;
22928
22892
  }
22929
- .v-icon--disabled {
22930
- pointer-events: none;
22931
- opacity: 0.38;
22893
+
22894
+ .v-infinite-scroll--vertical {
22895
+ display: flex;
22896
+ flex-direction: column;
22897
+ overflow-y: auto;
22932
22898
  }
22933
- .v-icon--size-x-small {
22934
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
22899
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22900
+ height: 1px;
22901
+ width: 100%;
22935
22902
  }
22936
- .v-icon--size-small {
22937
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22903
+
22904
+ .v-infinite-scroll__side {
22905
+ align-items: center;
22906
+ display: flex;
22907
+ justify-content: center;
22908
+ padding: 8px;
22909
+ }.v-img {
22910
+ --v-theme-overlay-multiplier: 3;
22911
+ z-index: 0;
22938
22912
  }
22939
- .v-icon--size-default {
22940
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22913
+ .v-img.v-img--absolute {
22914
+ height: 100%;
22915
+ left: 0;
22916
+ overflow: hidden;
22917
+ position: absolute;
22918
+ top: 0;
22919
+ width: 100%;
22920
+ z-index: -1;
22941
22921
  }
22942
- .v-icon--size-large {
22943
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22922
+ .v-img--booting .v-responsive__sizer {
22923
+ transition: none;
22944
22924
  }
22945
- .v-icon--size-x-large {
22946
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
22925
+ .v-img--rounded {
22926
+ border-radius: 4px;
22947
22927
  }
22948
22928
 
22949
- .v-icon__svg {
22950
- fill: currentColor;
22929
+ .v-img__img,
22930
+ .v-img__picture,
22931
+ .v-img__gradient,
22932
+ .v-img__placeholder,
22933
+ .v-img__error {
22934
+ z-index: -1;
22935
+ position: absolute;
22936
+ top: 0;
22937
+ left: 0;
22951
22938
  width: 100%;
22952
22939
  height: 100%;
22953
22940
  }
22954
22941
 
22955
- .v-icon--start {
22956
- margin-inline-end: 8px;
22942
+ .v-img__img--preload {
22943
+ filter: blur(4px);
22944
+ }
22945
+ .v-img__img--contain {
22946
+ object-fit: contain;
22947
+ }
22948
+ .v-img__img--cover {
22949
+ object-fit: cover;
22957
22950
  }
22958
22951
 
22959
- .v-icon--end {
22960
- margin-inline-start: 8px;
22952
+ .v-img__gradient {
22953
+ background-repeat: no-repeat;
22954
+ }.v-item-group {
22955
+ flex: 0 1 auto;
22956
+ max-width: 100%;
22957
+ position: relative;
22958
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22961
22959
  }.v-label {
22962
22960
  align-items: center;
22963
22961
  color: inherit;
@@ -22988,6 +22986,24 @@ textarea.v-field__input::placeholder {
22988
22986
 
22989
22987
  .v-layout-item--absolute {
22990
22988
  position: absolute;
22989
+ }.v-locale-provider {
22990
+ display: contents;
22991
+ }.v-messages {
22992
+ flex: 1 1 auto;
22993
+ font-size: 12px;
22994
+ min-height: 14px;
22995
+ min-width: 1px;
22996
+ opacity: var(--v-medium-emphasis-opacity);
22997
+ position: relative;
22998
+ }
22999
+ .v-messages__message {
23000
+ line-height: 12px;
23001
+ word-break: break-word;
23002
+ overflow-wrap: break-word;
23003
+ word-wrap: break-word;
23004
+ -webkit-hyphens: auto;
23005
+ hyphens: auto;
23006
+ transition-duration: 150ms;
22991
23007
  }.v-list {
22992
23008
  overflow: auto;
22993
23009
  padding: 8px 0;
@@ -23545,6 +23561,19 @@ textarea.v-field__input::placeholder {
23545
23561
  }
23546
23562
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23547
23563
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23564
+ }.v-menu > .v-overlay__content {
23565
+ display: flex;
23566
+ flex-direction: column;
23567
+ border-radius: 4px;
23568
+ }
23569
+ .v-menu > .v-overlay__content > .v-card,
23570
+ .v-menu > .v-overlay__content > .v-sheet,
23571
+ .v-menu > .v-overlay__content > .v-list {
23572
+ background: rgb(var(--v-theme-surface));
23573
+ border-radius: inherit;
23574
+ overflow: auto;
23575
+ height: 100%;
23576
+ 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));
23548
23577
  }.v-main {
23549
23578
  flex: 1 0 auto;
23550
23579
  max-width: 100%;
@@ -23573,100 +23602,6 @@ textarea.v-field__input::placeholder {
23573
23602
  --v-layout-right: 0px;
23574
23603
  --v-layout-top: 0px;
23575
23604
  --v-layout-bottom: 0px;
23576
- }.v-locale-provider {
23577
- display: contents;
23578
- }.v-menu > .v-overlay__content {
23579
- display: flex;
23580
- flex-direction: column;
23581
- border-radius: 4px;
23582
- }
23583
- .v-menu > .v-overlay__content > .v-card,
23584
- .v-menu > .v-overlay__content > .v-sheet,
23585
- .v-menu > .v-overlay__content > .v-list {
23586
- background: rgb(var(--v-theme-surface));
23587
- border-radius: inherit;
23588
- overflow: auto;
23589
- height: 100%;
23590
- 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));
23591
- }.v-overlay-container {
23592
- contain: layout;
23593
- left: 0;
23594
- pointer-events: none;
23595
- position: absolute;
23596
- top: 0;
23597
- display: contents;
23598
- }
23599
-
23600
- .v-overlay-scroll-blocked {
23601
- padding-inline-end: var(--v-scrollbar-offset);
23602
- }
23603
- .v-overlay-scroll-blocked:not(html) {
23604
- overflow-y: hidden !important;
23605
- }
23606
- html.v-overlay-scroll-blocked {
23607
- position: fixed;
23608
- top: var(--v-body-scroll-y);
23609
- left: var(--v-body-scroll-x);
23610
- width: 100%;
23611
- height: 100%;
23612
- }
23613
-
23614
- .v-overlay {
23615
- border-radius: inherit;
23616
- display: flex;
23617
- left: 0;
23618
- pointer-events: none;
23619
- position: fixed;
23620
- top: 0;
23621
- bottom: 0;
23622
- right: 0;
23623
- }
23624
-
23625
- .v-overlay__content {
23626
- outline: none;
23627
- position: absolute;
23628
- pointer-events: auto;
23629
- contain: layout;
23630
- }
23631
-
23632
- .v-overlay__scrim {
23633
- pointer-events: auto;
23634
- background: rgb(var(--v-theme-on-surface));
23635
- border-radius: inherit;
23636
- bottom: 0;
23637
- left: 0;
23638
- opacity: var(--v-overlay-opacity, 0.32);
23639
- position: fixed;
23640
- right: 0;
23641
- top: 0;
23642
- }
23643
-
23644
- .v-overlay--absolute {
23645
- position: absolute;
23646
- }
23647
-
23648
- .v-overlay--contained .v-overlay__scrim {
23649
- position: absolute;
23650
- }
23651
-
23652
- .v-overlay--scroll-blocked {
23653
- padding-inline-end: var(--v-scrollbar-offset);
23654
- }.v-messages {
23655
- flex: 1 1 auto;
23656
- font-size: 12px;
23657
- min-height: 14px;
23658
- min-width: 1px;
23659
- opacity: var(--v-medium-emphasis-opacity);
23660
- position: relative;
23661
- }
23662
- .v-messages__message {
23663
- line-height: 12px;
23664
- word-break: break-word;
23665
- overflow-wrap: break-word;
23666
- word-wrap: break-word;
23667
- -webkit-hyphens: auto;
23668
- hyphens: auto;
23669
- transition-duration: 150ms;
23670
23605
  }.v-navigation-drawer {
23671
23606
  -webkit-overflow-scrolling: touch;
23672
23607
  background: rgb(var(--v-theme-surface));
@@ -23769,14 +23704,69 @@ html.v-overlay-scroll-blocked {
23769
23704
  .v-navigation-drawer__append {
23770
23705
  flex: none;
23771
23706
  overflow: hidden;
23772
- }.v-pagination__list {
23773
- display: inline-flex;
23774
- list-style-type: none;
23775
- justify-content: center;
23707
+ }.v-overlay-container {
23708
+ contain: layout;
23709
+ left: 0;
23710
+ pointer-events: none;
23711
+ position: absolute;
23712
+ top: 0;
23713
+ display: contents;
23714
+ }
23715
+
23716
+ .v-overlay-scroll-blocked {
23717
+ padding-inline-end: var(--v-scrollbar-offset);
23718
+ }
23719
+ .v-overlay-scroll-blocked:not(html) {
23720
+ overflow-y: hidden !important;
23721
+ }
23722
+ html.v-overlay-scroll-blocked {
23723
+ position: fixed;
23724
+ top: var(--v-body-scroll-y);
23725
+ left: var(--v-body-scroll-x);
23776
23726
  width: 100%;
23727
+ height: 100%;
23777
23728
  }
23778
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23779
- margin: 0.3rem;
23729
+
23730
+ .v-overlay {
23731
+ border-radius: inherit;
23732
+ display: flex;
23733
+ left: 0;
23734
+ pointer-events: none;
23735
+ position: fixed;
23736
+ top: 0;
23737
+ bottom: 0;
23738
+ right: 0;
23739
+ }
23740
+
23741
+ .v-overlay__content {
23742
+ outline: none;
23743
+ position: absolute;
23744
+ pointer-events: auto;
23745
+ contain: layout;
23746
+ }
23747
+
23748
+ .v-overlay__scrim {
23749
+ pointer-events: auto;
23750
+ background: rgb(var(--v-theme-on-surface));
23751
+ border-radius: inherit;
23752
+ bottom: 0;
23753
+ left: 0;
23754
+ opacity: var(--v-overlay-opacity, 0.32);
23755
+ position: fixed;
23756
+ right: 0;
23757
+ top: 0;
23758
+ }
23759
+
23760
+ .v-overlay--absolute {
23761
+ position: absolute;
23762
+ }
23763
+
23764
+ .v-overlay--contained .v-overlay__scrim {
23765
+ position: absolute;
23766
+ }
23767
+
23768
+ .v-overlay--scroll-blocked {
23769
+ padding-inline-end: var(--v-scrollbar-offset);
23780
23770
  }.v-parallax {
23781
23771
  position: relative;
23782
23772
  overflow: hidden;
@@ -23837,8 +23827,16 @@ html.v-overlay-scroll-blocked {
23837
23827
  justify-content: center;
23838
23828
  width: 100%;
23839
23829
  }
23840
- .v-otp-input__loader .v-progress-linear {
23841
- position: absolute;
23830
+ .v-otp-input__loader .v-progress-linear {
23831
+ position: absolute;
23832
+ }.v-pagination__list {
23833
+ display: inline-flex;
23834
+ list-style-type: none;
23835
+ justify-content: center;
23836
+ width: 100%;
23837
+ }
23838
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23839
+ margin: 0.3rem;
23842
23840
  }.v-progress-circular {
23843
23841
  align-items: center;
23844
23842
  display: inline-flex;
@@ -23941,18 +23939,6 @@ html.v-overlay-scroll-blocked {
23941
23939
  100% {
23942
23940
  transform: rotate(270deg);
23943
23941
  }
23944
- }.v-radio-group > .v-input__control {
23945
- flex-direction: column;
23946
- }
23947
- .v-radio-group > .v-input__control > .v-label {
23948
- margin-inline-start: 16px;
23949
- }
23950
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23951
- padding-inline-start: 6px;
23952
- margin-top: 8px;
23953
- }
23954
- .v-radio-group .v-input__details {
23955
- padding-inline: 16px;
23956
23942
  }.v-progress-linear {
23957
23943
  background: transparent;
23958
23944
  overflow: hidden;
@@ -24238,6 +24224,18 @@ html.v-overlay-scroll-blocked {
24238
24224
 
24239
24225
  .v-slider__label {
24240
24226
  margin-inline-end: 12px;
24227
+ }.v-radio-group > .v-input__control {
24228
+ flex-direction: column;
24229
+ }
24230
+ .v-radio-group > .v-input__control > .v-label {
24231
+ margin-inline-start: 16px;
24232
+ }
24233
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24234
+ padding-inline-start: 6px;
24235
+ margin-top: 8px;
24236
+ }
24237
+ .v-radio-group .v-input__details {
24238
+ padding-inline: 16px;
24241
24239
  }.v-rating {
24242
24240
  max-width: 100%;
24243
24241
  display: inline-flex;
@@ -24318,54 +24316,143 @@ html.v-overlay-scroll-blocked {
24318
24316
  flex: 1 0 0px;
24319
24317
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24320
24318
  pointer-events: none;
24321
- }.v-select .v-field .v-text-field__prefix,
24322
- .v-select .v-field .v-text-field__suffix,
24323
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24324
- cursor: pointer;
24319
+ }.v-selection-control {
24320
+ align-items: center;
24321
+ contain: layout;
24322
+ display: flex;
24323
+ flex: 1 0;
24324
+ grid-area: control;
24325
+ position: relative;
24326
+ -webkit-user-select: none;
24327
+ user-select: none;
24325
24328
  }
24326
- .v-select .v-field .v-field__input > input {
24327
- align-self: flex-start;
24328
- opacity: 1;
24329
- flex: 0 0;
24330
- position: absolute;
24331
- width: 100%;
24332
- transition: none;
24329
+ .v-selection-control .v-label {
24330
+ white-space: normal;
24331
+ word-break: break-word;
24332
+ height: 100%;
24333
+ }
24334
+ .v-selection-control--disabled {
24335
+ opacity: var(--v-disabled-opacity);
24333
24336
  pointer-events: none;
24334
- caret-color: transparent;
24335
24337
  }
24336
- .v-select .v-field--dirty .v-select__selection {
24337
- margin-inline-end: 2px;
24338
+ .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
24339
+ opacity: 1;
24338
24340
  }
24339
- .v-select .v-select__selection-text {
24340
- overflow: hidden;
24341
- text-overflow: ellipsis;
24342
- white-space: nowrap;
24341
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
24342
+ color: rgb(var(--v-theme-error));
24343
24343
  }
24344
- .v-select__content {
24345
- overflow: hidden;
24346
- 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));
24347
- border-radius: 4px;
24344
+ .v-selection-control--inline {
24345
+ display: inline-flex;
24346
+ flex: 0 0 auto;
24347
+ min-width: 0;
24348
+ max-width: 100%;
24348
24349
  }
24349
- .v-select__selection {
24350
+ .v-selection-control--inline .v-label {
24351
+ width: auto;
24352
+ }
24353
+ .v-selection-control--density-default {
24354
+ --v-selection-control-size: 40px;
24355
+ }
24356
+
24357
+ .v-selection-control--density-comfortable {
24358
+ --v-selection-control-size: 36px;
24359
+ }
24360
+
24361
+ .v-selection-control--density-compact {
24362
+ --v-selection-control-size: 28px;
24363
+ }
24364
+
24365
+ .v-selection-control__wrapper {
24366
+ width: var(--v-selection-control-size);
24367
+ height: var(--v-selection-control-size);
24350
24368
  display: inline-flex;
24351
24369
  align-items: center;
24352
- letter-spacing: inherit;
24353
- line-height: inherit;
24354
- max-width: 100%;
24370
+ position: relative;
24371
+ justify-content: center;
24372
+ flex: none;
24355
24373
  }
24356
- .v-select .v-select__selection:first-child {
24357
- margin-inline-start: 0;
24374
+
24375
+ .v-selection-control__input {
24376
+ width: var(--v-selection-control-size);
24377
+ height: var(--v-selection-control-size);
24378
+ align-items: center;
24379
+ display: flex;
24380
+ flex: none;
24381
+ justify-content: center;
24382
+ position: relative;
24383
+ border-radius: 50%;
24358
24384
  }
24359
- .v-select--selected .v-field .v-field__input > input {
24385
+ .v-selection-control__input input {
24386
+ cursor: pointer;
24387
+ position: absolute;
24388
+ left: 0;
24389
+ top: 0;
24390
+ width: 100%;
24391
+ height: 100%;
24360
24392
  opacity: 0;
24361
24393
  }
24362
- .v-select__menu-icon {
24363
- margin-inline-start: 4px;
24364
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24394
+ .v-selection-control__input::before {
24395
+ content: "";
24396
+ position: absolute;
24397
+ top: 0;
24398
+ left: 0;
24399
+ width: 100%;
24400
+ height: 100%;
24401
+ border-radius: 100%;
24402
+ background-color: currentColor;
24403
+ opacity: 0;
24404
+ pointer-events: none;
24365
24405
  }
24366
- .v-select--active-menu .v-select__menu-icon {
24367
- opacity: var(--v-high-emphasis-opacity);
24368
- transform: rotate(180deg);
24406
+ .v-selection-control__input:hover::before {
24407
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24408
+ }
24409
+ .v-selection-control__input > .v-icon {
24410
+ opacity: var(--v-medium-emphasis-opacity);
24411
+ }
24412
+ .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
24413
+ opacity: 1;
24414
+ }
24415
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
24416
+ color: rgb(var(--v-theme-error));
24417
+ }
24418
+ .v-selection-control--focus-visible .v-selection-control__input::before {
24419
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24420
+ }.v-sheet {
24421
+ display: block;
24422
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24423
+ border-style: solid;
24424
+ border-width: 0;
24425
+ 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));
24426
+ border-radius: 0;
24427
+ background: rgb(var(--v-theme-surface));
24428
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24429
+ }
24430
+ .v-sheet--border {
24431
+ border-width: thin;
24432
+ box-shadow: none;
24433
+ }
24434
+ .v-sheet--absolute {
24435
+ position: absolute;
24436
+ }
24437
+ .v-sheet--fixed {
24438
+ position: fixed;
24439
+ }
24440
+ .v-sheet--relative {
24441
+ position: relative;
24442
+ }
24443
+ .v-sheet--sticky {
24444
+ position: sticky;
24445
+ }
24446
+ .v-sheet--rounded {
24447
+ border-radius: 4px;
24448
+ }.v-selection-control-group {
24449
+ grid-area: control;
24450
+ display: flex;
24451
+ flex-direction: column;
24452
+ }
24453
+ .v-selection-control-group--inline {
24454
+ flex-direction: row;
24455
+ flex-wrap: wrap;
24369
24456
  }.v-slide-group {
24370
24457
  display: flex;
24371
24458
  overflow: hidden;
@@ -24421,143 +24508,54 @@ html.v-overlay-scroll-blocked {
24421
24508
  .v-slide-group--vertical .v-slide-group__container {
24422
24509
  overflow-x: hidden;
24423
24510
  overflow-y: auto;
24424
- }.v-selection-control {
24425
- align-items: center;
24426
- contain: layout;
24427
- display: flex;
24428
- flex: 1 0;
24429
- grid-area: control;
24430
- position: relative;
24431
- -webkit-user-select: none;
24432
- user-select: none;
24433
- }
24434
- .v-selection-control .v-label {
24435
- white-space: normal;
24436
- word-break: break-word;
24437
- height: 100%;
24438
- }
24439
- .v-selection-control--disabled {
24440
- opacity: var(--v-disabled-opacity);
24441
- pointer-events: none;
24442
- }
24443
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
24444
- opacity: 1;
24445
- }
24446
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
24447
- color: rgb(var(--v-theme-error));
24448
- }
24449
- .v-selection-control--inline {
24450
- display: inline-flex;
24451
- flex: 0 0 auto;
24452
- min-width: 0;
24453
- max-width: 100%;
24454
- }
24455
- .v-selection-control--inline .v-label {
24456
- width: auto;
24457
- }
24458
- .v-selection-control--density-default {
24459
- --v-selection-control-size: 40px;
24460
- }
24461
-
24462
- .v-selection-control--density-comfortable {
24463
- --v-selection-control-size: 36px;
24464
- }
24465
-
24466
- .v-selection-control--density-compact {
24467
- --v-selection-control-size: 28px;
24468
- }
24469
-
24470
- .v-selection-control__wrapper {
24471
- width: var(--v-selection-control-size);
24472
- height: var(--v-selection-control-size);
24473
- display: inline-flex;
24474
- align-items: center;
24475
- position: relative;
24476
- justify-content: center;
24477
- flex: none;
24478
- }
24479
-
24480
- .v-selection-control__input {
24481
- width: var(--v-selection-control-size);
24482
- height: var(--v-selection-control-size);
24483
- align-items: center;
24484
- display: flex;
24485
- flex: none;
24486
- justify-content: center;
24487
- position: relative;
24488
- border-radius: 50%;
24489
- }
24490
- .v-selection-control__input input {
24511
+ }.v-select .v-field .v-text-field__prefix,
24512
+ .v-select .v-field .v-text-field__suffix,
24513
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24491
24514
  cursor: pointer;
24492
- position: absolute;
24493
- left: 0;
24494
- top: 0;
24495
- width: 100%;
24496
- height: 100%;
24497
- opacity: 0;
24498
24515
  }
24499
- .v-selection-control__input::before {
24500
- content: "";
24516
+ .v-select .v-field .v-field__input > input {
24517
+ align-self: flex-start;
24518
+ opacity: 1;
24519
+ flex: 0 0;
24501
24520
  position: absolute;
24502
- top: 0;
24503
- left: 0;
24504
24521
  width: 100%;
24505
- height: 100%;
24506
- border-radius: 100%;
24507
- background-color: currentColor;
24508
- opacity: 0;
24522
+ transition: none;
24509
24523
  pointer-events: none;
24524
+ caret-color: transparent;
24510
24525
  }
24511
- .v-selection-control__input:hover::before {
24512
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24513
- }
24514
- .v-selection-control__input > .v-icon {
24515
- opacity: var(--v-medium-emphasis-opacity);
24516
- }
24517
- .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
24518
- opacity: 1;
24519
- }
24520
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
24521
- color: rgb(var(--v-theme-error));
24522
- }
24523
- .v-selection-control--focus-visible .v-selection-control__input::before {
24524
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24525
- }.v-selection-control-group {
24526
- grid-area: control;
24527
- display: flex;
24528
- flex-direction: column;
24526
+ .v-select .v-field--dirty .v-select__selection {
24527
+ margin-inline-end: 2px;
24529
24528
  }
24530
- .v-selection-control-group--inline {
24531
- flex-direction: row;
24532
- flex-wrap: wrap;
24533
- }.v-sheet {
24534
- display: block;
24535
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24536
- border-style: solid;
24537
- border-width: 0;
24538
- 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));
24539
- border-radius: 0;
24540
- background: rgb(var(--v-theme-surface));
24541
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24529
+ .v-select .v-select__selection-text {
24530
+ overflow: hidden;
24531
+ text-overflow: ellipsis;
24532
+ white-space: nowrap;
24542
24533
  }
24543
- .v-sheet--border {
24544
- border-width: thin;
24545
- box-shadow: none;
24534
+ .v-select__content {
24535
+ overflow: hidden;
24536
+ 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));
24537
+ border-radius: 4px;
24546
24538
  }
24547
- .v-sheet--absolute {
24548
- position: absolute;
24539
+ .v-select__selection {
24540
+ display: inline-flex;
24541
+ align-items: center;
24542
+ letter-spacing: inherit;
24543
+ line-height: inherit;
24544
+ max-width: 100%;
24549
24545
  }
24550
- .v-sheet--fixed {
24551
- position: fixed;
24546
+ .v-select .v-select__selection:first-child {
24547
+ margin-inline-start: 0;
24552
24548
  }
24553
- .v-sheet--relative {
24554
- position: relative;
24549
+ .v-select--selected .v-field .v-field__input > input {
24550
+ opacity: 0;
24555
24551
  }
24556
- .v-sheet--sticky {
24557
- position: sticky;
24552
+ .v-select__menu-icon {
24553
+ margin-inline-start: 4px;
24554
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24558
24555
  }
24559
- .v-sheet--rounded {
24560
- border-radius: 4px;
24556
+ .v-select--active-menu .v-select__menu-icon {
24557
+ opacity: var(--v-high-emphasis-opacity);
24558
+ transform: rotate(180deg);
24561
24559
  }.v-skeleton-loader {
24562
24560
  align-items: center;
24563
24561
  background: rgb(var(--v-theme-surface));
@@ -24919,47 +24917,6 @@ html.v-overlay-scroll-blocked {
24919
24917
  }
24920
24918
  .v-snackbar-transition-leave-to {
24921
24919
  opacity: 0;
24922
- }.v-speed-dial__content {
24923
- gap: 8px;
24924
- }
24925
- .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 {
24926
- flex-direction: row;
24927
- }
24928
- .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 {
24929
- flex-direction: row-reverse;
24930
- }
24931
- .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 {
24932
- flex-direction: column-reverse;
24933
- }
24934
- .v-speed-dial__content > *:nth-child(1) {
24935
- transition-delay: 0s;
24936
- }
24937
- .v-speed-dial__content > *:nth-child(2) {
24938
- transition-delay: 0.05s;
24939
- }
24940
- .v-speed-dial__content > *:nth-child(3) {
24941
- transition-delay: 0.1s;
24942
- }
24943
- .v-speed-dial__content > *:nth-child(4) {
24944
- transition-delay: 0.15s;
24945
- }
24946
- .v-speed-dial__content > *:nth-child(5) {
24947
- transition-delay: 0.2s;
24948
- }
24949
- .v-speed-dial__content > *:nth-child(6) {
24950
- transition-delay: 0.25s;
24951
- }
24952
- .v-speed-dial__content > *:nth-child(7) {
24953
- transition-delay: 0.3s;
24954
- }
24955
- .v-speed-dial__content > *:nth-child(8) {
24956
- transition-delay: 0.35s;
24957
- }
24958
- .v-speed-dial__content > *:nth-child(9) {
24959
- transition-delay: 0.4s;
24960
- }
24961
- .v-speed-dial__content > *:nth-child(10) {
24962
- transition-delay: 0.45s;
24963
24920
  }.v-stepper.v-sheet {
24964
24921
  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));
24965
24922
  border-radius: 4px;
@@ -25126,6 +25083,84 @@ html.v-overlay-scroll-blocked {
25126
25083
  width: 100%;
25127
25084
  height: 100%;
25128
25085
  pointer-events: none;
25086
+ }.v-speed-dial__content {
25087
+ gap: 8px;
25088
+ }
25089
+ .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 {
25090
+ flex-direction: row;
25091
+ }
25092
+ .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 {
25093
+ flex-direction: row-reverse;
25094
+ }
25095
+ .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 {
25096
+ flex-direction: column-reverse;
25097
+ }
25098
+ .v-speed-dial__content > *:nth-child(1) {
25099
+ transition-delay: 0s;
25100
+ }
25101
+ .v-speed-dial__content > *:nth-child(2) {
25102
+ transition-delay: 0.05s;
25103
+ }
25104
+ .v-speed-dial__content > *:nth-child(3) {
25105
+ transition-delay: 0.1s;
25106
+ }
25107
+ .v-speed-dial__content > *:nth-child(4) {
25108
+ transition-delay: 0.15s;
25109
+ }
25110
+ .v-speed-dial__content > *:nth-child(5) {
25111
+ transition-delay: 0.2s;
25112
+ }
25113
+ .v-speed-dial__content > *:nth-child(6) {
25114
+ transition-delay: 0.25s;
25115
+ }
25116
+ .v-speed-dial__content > *:nth-child(7) {
25117
+ transition-delay: 0.3s;
25118
+ }
25119
+ .v-speed-dial__content > *:nth-child(8) {
25120
+ transition-delay: 0.35s;
25121
+ }
25122
+ .v-speed-dial__content > *:nth-child(9) {
25123
+ transition-delay: 0.4s;
25124
+ }
25125
+ .v-speed-dial__content > *:nth-child(10) {
25126
+ transition-delay: 0.45s;
25127
+ }.v-system-bar {
25128
+ align-items: center;
25129
+ display: flex;
25130
+ flex: 1 1 auto;
25131
+ height: 24px;
25132
+ justify-content: flex-end;
25133
+ max-width: 100%;
25134
+ padding-inline: 8px;
25135
+ position: relative;
25136
+ text-align: end;
25137
+ width: 100%;
25138
+ 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));
25139
+ background: rgba(var(--v-theme-surface-light));
25140
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25141
+ font-size: 0.75rem;
25142
+ font-weight: 400;
25143
+ letter-spacing: 0.0333333333em;
25144
+ line-height: 1.667;
25145
+ text-transform: none;
25146
+ }
25147
+ .v-system-bar .v-icon {
25148
+ opacity: var(--v-medium-emphasis-opacity);
25149
+ }
25150
+ .v-system-bar--absolute {
25151
+ position: absolute;
25152
+ }
25153
+ .v-system-bar--fixed {
25154
+ position: fixed;
25155
+ }
25156
+ .v-system-bar--rounded {
25157
+ border-radius: 0;
25158
+ }
25159
+ .v-system-bar--window {
25160
+ height: 32px;
25161
+ }
25162
+ .v-system-bar:not(.v-system-bar--absolute) {
25163
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25129
25164
  }.v-switch .v-label {
25130
25165
  padding-inline-start: 10px;
25131
25166
  }
@@ -25319,59 +25354,22 @@ html.v-overlay-scroll-blocked {
25319
25354
  }
25320
25355
 
25321
25356
  .v-tab__slider {
25322
- position: absolute;
25323
- bottom: 0;
25324
- left: 0;
25325
- height: 2px;
25326
- width: 100%;
25327
- background: currentColor;
25328
- pointer-events: none;
25329
- opacity: 0;
25330
- }
25331
- .v-tab--selected .v-tab__slider {
25332
- opacity: 1;
25333
- }
25334
- .v-slide-group--vertical .v-tab__slider {
25335
- top: 0;
25336
- height: 100%;
25337
- width: 2px;
25338
- }.v-system-bar {
25339
- align-items: center;
25340
- display: flex;
25341
- flex: 1 1 auto;
25342
- height: 24px;
25343
- justify-content: flex-end;
25344
- max-width: 100%;
25345
- padding-inline: 8px;
25346
- position: relative;
25347
- text-align: end;
25348
- width: 100%;
25349
- 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));
25350
- background: rgba(var(--v-theme-surface-light));
25351
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25352
- font-size: 0.75rem;
25353
- font-weight: 400;
25354
- letter-spacing: 0.0333333333em;
25355
- line-height: 1.667;
25356
- text-transform: none;
25357
- }
25358
- .v-system-bar .v-icon {
25359
- opacity: var(--v-medium-emphasis-opacity);
25360
- }
25361
- .v-system-bar--absolute {
25362
- position: absolute;
25363
- }
25364
- .v-system-bar--fixed {
25365
- position: fixed;
25366
- }
25367
- .v-system-bar--rounded {
25368
- border-radius: 0;
25357
+ position: absolute;
25358
+ bottom: 0;
25359
+ left: 0;
25360
+ height: 2px;
25361
+ width: 100%;
25362
+ background: currentColor;
25363
+ pointer-events: none;
25364
+ opacity: 0;
25369
25365
  }
25370
- .v-system-bar--window {
25371
- height: 32px;
25366
+ .v-tab--selected .v-tab__slider {
25367
+ opacity: 1;
25372
25368
  }
25373
- .v-system-bar:not(.v-system-bar--absolute) {
25374
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25369
+ .v-slide-group--vertical .v-tab__slider {
25370
+ top: 0;
25371
+ height: 100%;
25372
+ width: 2px;
25375
25373
  }.v-tabs {
25376
25374
  display: flex;
25377
25375
  height: var(--v-tabs-height);
@@ -25576,45 +25574,6 @@ html.v-overlay-scroll-blocked {
25576
25574
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25577
25575
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25578
25576
  border-top: 0px !important;
25579
- }.v-textarea .v-field {
25580
- --v-textarea-control-height: var(--v-input-control-height);
25581
- }
25582
- .v-textarea .v-field__field {
25583
- --v-input-control-height: var(--v-textarea-control-height);
25584
- }
25585
- .v-textarea .v-field__input {
25586
- flex: 1 1 auto;
25587
- outline: none;
25588
- -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));
25589
- 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));
25590
- }
25591
- .v-textarea .v-field__input.v-textarea__sizer {
25592
- visibility: hidden;
25593
- position: absolute;
25594
- top: 0;
25595
- left: 0;
25596
- height: 0 !important;
25597
- min-height: 0 !important;
25598
- pointer-events: none;
25599
- }
25600
- .v-textarea--no-resize .v-field__input {
25601
- resize: none;
25602
- }
25603
- .v-textarea .v-field--no-label textarea,
25604
- .v-textarea .v-field--active textarea {
25605
- opacity: 1;
25606
- }
25607
- .v-textarea textarea {
25608
- opacity: 0;
25609
- flex: 1;
25610
- min-width: 0;
25611
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25612
- }
25613
- .v-textarea textarea:focus, .v-textarea textarea:active {
25614
- outline: none;
25615
- }
25616
- .v-textarea textarea:invalid {
25617
- box-shadow: none;
25618
25577
  }/* region BLOCK */
25619
25578
  .v-text-field input {
25620
25579
  color: inherit;
@@ -25682,9 +25641,45 @@ html.v-overlay-scroll-blocked {
25682
25641
  padding-inline-end: var(--v-field-padding-end);
25683
25642
  }
25684
25643
 
25685
- /* endregion */.v-theme-provider {
25686
- background: rgb(var(--v-theme-background));
25687
- color: rgb(var(--v-theme-on-background));
25644
+ /* endregion */.v-textarea .v-field {
25645
+ --v-textarea-control-height: var(--v-input-control-height);
25646
+ }
25647
+ .v-textarea .v-field__field {
25648
+ --v-input-control-height: var(--v-textarea-control-height);
25649
+ }
25650
+ .v-textarea .v-field__input {
25651
+ flex: 1 1 auto;
25652
+ outline: none;
25653
+ -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));
25654
+ 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));
25655
+ }
25656
+ .v-textarea .v-field__input.v-textarea__sizer {
25657
+ visibility: hidden;
25658
+ position: absolute;
25659
+ top: 0;
25660
+ left: 0;
25661
+ height: 0 !important;
25662
+ min-height: 0 !important;
25663
+ pointer-events: none;
25664
+ }
25665
+ .v-textarea--no-resize .v-field__input {
25666
+ resize: none;
25667
+ }
25668
+ .v-textarea .v-field--no-label textarea,
25669
+ .v-textarea .v-field--active textarea {
25670
+ opacity: 1;
25671
+ }
25672
+ .v-textarea textarea {
25673
+ opacity: 0;
25674
+ flex: 1;
25675
+ min-width: 0;
25676
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25677
+ }
25678
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25679
+ outline: none;
25680
+ }
25681
+ .v-textarea textarea:invalid {
25682
+ box-shadow: none;
25688
25683
  }.v-toolbar {
25689
25684
  align-items: flex-start;
25690
25685
  display: flex;
@@ -25814,28 +25809,6 @@ html.v-overlay-scroll-blocked {
25814
25809
  }
25815
25810
  .v-toolbar-items > .v-btn {
25816
25811
  border-radius: 0;
25817
- }.v-tooltip > .v-overlay__content {
25818
- background: rgb(var(--v-theme-surface-variant));
25819
- color: rgb(var(--v-theme-on-surface-variant));
25820
- border-radius: 4px;
25821
- font-size: 0.875rem;
25822
- line-height: 1.6;
25823
- display: inline-block;
25824
- padding: 5px 16px;
25825
- text-transform: initial;
25826
- width: auto;
25827
- opacity: 1;
25828
- pointer-events: none;
25829
- transition-property: opacity, transform;
25830
- overflow-wrap: break-word;
25831
- }
25832
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25833
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25834
- transition-duration: 150ms;
25835
- }
25836
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25837
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25838
- transition-duration: 75ms;
25839
25812
  }.v-timeline .v-timeline-divider__dot {
25840
25813
  background: rgb(var(--v-theme-surface-light));
25841
25814
  }
@@ -26252,6 +26225,40 @@ html.v-overlay-scroll-blocked {
26252
26225
 
26253
26226
  .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 {
26254
26227
  padding-inline-end: 0;
26228
+ }.v-theme-provider {
26229
+ background: rgb(var(--v-theme-background));
26230
+ color: rgb(var(--v-theme-on-background));
26231
+ }.v-tooltip > .v-overlay__content {
26232
+ background: rgb(var(--v-theme-surface-variant));
26233
+ color: rgb(var(--v-theme-on-surface-variant));
26234
+ border-radius: 4px;
26235
+ font-size: 0.875rem;
26236
+ line-height: 1.6;
26237
+ display: inline-block;
26238
+ padding: 5px 16px;
26239
+ text-transform: initial;
26240
+ width: auto;
26241
+ opacity: 1;
26242
+ pointer-events: none;
26243
+ transition-property: opacity, transform;
26244
+ overflow-wrap: break-word;
26245
+ }
26246
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
26247
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26248
+ transition-duration: 150ms;
26249
+ }
26250
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
26251
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26252
+ transition-duration: 75ms;
26253
+ }.v-virtual-scroll {
26254
+ display: block;
26255
+ flex: 1 1 auto;
26256
+ max-width: 100%;
26257
+ overflow: auto;
26258
+ position: relative;
26259
+ }
26260
+ .v-virtual-scroll__container {
26261
+ display: block;
26255
26262
  }.v-window {
26256
26263
  overflow: hidden;
26257
26264
  }
@@ -26322,15 +26329,56 @@ html.v-overlay-scroll-blocked {
26322
26329
  }
26323
26330
  .v-window-y-reverse-transition-leave-to {
26324
26331
  transform: translateY(100%);
26325
- }.v-virtual-scroll {
26326
- display: block;
26327
- flex: 1 1 auto;
26328
- max-width: 100%;
26329
- overflow: auto;
26332
+ }.v-color-picker-canvas {
26333
+ display: flex;
26330
26334
  position: relative;
26335
+ overflow: hidden;
26336
+ contain: content;
26337
+ touch-action: none;
26331
26338
  }
26332
- .v-virtual-scroll__container {
26333
- display: block;
26339
+ .v-color-picker-canvas__dot {
26340
+ position: absolute;
26341
+ top: 0;
26342
+ left: 0;
26343
+ width: 15px;
26344
+ height: 15px;
26345
+ background: transparent;
26346
+ border-radius: 50%;
26347
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26348
+ }
26349
+ .v-color-picker-canvas__dot--disabled {
26350
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26351
+ }
26352
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26353
+ will-change: transform;
26354
+ }.v-color-picker-edit {
26355
+ display: flex;
26356
+ margin-top: 24px;
26357
+ }
26358
+
26359
+ .v-color-picker-edit__input {
26360
+ width: 100%;
26361
+ display: flex;
26362
+ flex-wrap: wrap;
26363
+ justify-content: center;
26364
+ text-align: center;
26365
+ }
26366
+ .v-color-picker-edit__input:not(:last-child) {
26367
+ margin-inline-end: 8px;
26368
+ }
26369
+ .v-color-picker-edit__input input {
26370
+ border-radius: 4px;
26371
+ margin-bottom: 8px;
26372
+ min-width: 0;
26373
+ outline: none;
26374
+ text-align: center;
26375
+ width: 100%;
26376
+ height: 32px;
26377
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26378
+ color: rgba(var(--v-theme-on-surface));
26379
+ }
26380
+ .v-color-picker-edit__input span {
26381
+ font-size: 0.75rem;
26334
26382
  }.v-color-picker-preview__alpha .v-slider-track__background {
26335
26383
  background-color: transparent !important;
26336
26384
  }
@@ -26401,56 +26449,6 @@ html.v-overlay-scroll-blocked {
26401
26449
  .v-color-picker-preview__eye-dropper {
26402
26450
  position: relative;
26403
26451
  margin-right: 12px;
26404
- }.v-color-picker-canvas {
26405
- display: flex;
26406
- position: relative;
26407
- overflow: hidden;
26408
- contain: content;
26409
- touch-action: none;
26410
- }
26411
- .v-color-picker-canvas__dot {
26412
- position: absolute;
26413
- top: 0;
26414
- left: 0;
26415
- width: 15px;
26416
- height: 15px;
26417
- background: transparent;
26418
- border-radius: 50%;
26419
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26420
- }
26421
- .v-color-picker-canvas__dot--disabled {
26422
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26423
- }
26424
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26425
- will-change: transform;
26426
- }.v-color-picker-edit {
26427
- display: flex;
26428
- margin-top: 24px;
26429
- }
26430
-
26431
- .v-color-picker-edit__input {
26432
- width: 100%;
26433
- display: flex;
26434
- flex-wrap: wrap;
26435
- justify-content: center;
26436
- text-align: center;
26437
- }
26438
- .v-color-picker-edit__input:not(:last-child) {
26439
- margin-inline-end: 8px;
26440
- }
26441
- .v-color-picker-edit__input input {
26442
- border-radius: 4px;
26443
- margin-bottom: 8px;
26444
- min-width: 0;
26445
- outline: none;
26446
- text-align: center;
26447
- width: 100%;
26448
- height: 32px;
26449
- background: rgba(var(--v-theme-surface-variant), 0.2);
26450
- color: rgba(var(--v-theme-on-surface));
26451
- }
26452
- .v-color-picker-edit__input span {
26453
- font-size: 0.75rem;
26454
26452
  }.v-color-picker-swatches {
26455
26453
  overflow-y: auto;
26456
26454
  }