@vuetify/nightly 3.2.0-next-20230118.0 → 4.0.0-dev-20230206.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. package/CHANGELOG.md +203 -16
  2. package/dist/json/attributes.json +7202 -0
  3. package/dist/json/importMap-labs.json +4 -0
  4. package/dist/json/importMap.json +4 -4
  5. package/dist/json/tags.json +2492 -0
  6. package/dist/json/web-types.json +24081 -0
  7. package/dist/vuetify-labs.css +353 -346
  8. package/dist/vuetify-labs.d.ts +387 -176
  9. package/dist/vuetify-labs.esm.js +282 -215
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +281 -214
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +204 -197
  14. package/dist/vuetify.d.ts +316 -177
  15. package/dist/vuetify.esm.js +249 -185
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +248 -184
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +696 -685
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/index.d.ts +2 -2
  23. package/lib/blueprints/md1.d.ts +2 -2
  24. package/lib/blueprints/md2.d.ts +2 -2
  25. package/lib/blueprints/md3.d.ts +2 -2
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  28. package/lib/components/VAutocomplete/index.d.ts +43 -20
  29. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -4
  30. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
  31. package/lib/components/VBtn/VBtn.css +7 -7
  32. package/lib/components/VBtn/VBtn.mjs +8 -3
  33. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  34. package/lib/components/VBtnGroup/VBtnGroup.mjs +15 -11
  35. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  36. package/lib/components/VBtnGroup/index.d.ts +2 -1
  37. package/lib/components/VBtnToggle/VBtnToggle.mjs +9 -5
  38. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  39. package/lib/components/VBtnToggle/index.d.ts +122 -1
  40. package/lib/components/VCalendar/VCalendar.mjs +3 -0
  41. package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
  42. package/lib/components/VCalendar/VCalendarCategory.sass +9 -3
  43. package/lib/components/VCalendar/VCalendarDaily.mjs +20 -8
  44. package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
  45. package/lib/components/VCalendar/VCalendarWeekly.mjs +25 -5
  46. package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
  47. package/lib/components/VCalendar/mixins/calendar-with-events.mjs +20 -16
  48. package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
  49. package/lib/components/VCalendar/mixins/mouse.mjs +16 -30
  50. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  51. package/lib/components/VCard/VCard.css +7 -7
  52. package/lib/components/VChip/VChip.css +7 -7
  53. package/lib/components/VCombobox/VCombobox.mjs +3 -3
  54. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  55. package/lib/components/VCombobox/index.d.ts +43 -20
  56. package/lib/components/VData/VData.mjs +2 -4
  57. package/lib/components/VData/VData.mjs.map +1 -1
  58. package/lib/components/VDatePicker/VDatePicker.mjs +7 -5
  59. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  60. package/lib/components/VDefaultsProvider/index.d.ts +5 -4
  61. package/lib/components/VDialog/VDialog.mjs +6 -5
  62. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  63. package/lib/components/VDialog/index.d.ts +57 -34
  64. package/lib/components/VDivider/VDivider.mjs +6 -6
  65. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  66. package/lib/components/VExpansionPanel/VExpansionPanel.css +7 -7
  67. package/lib/components/VField/VField.css +2 -2
  68. package/lib/components/VField/VField.mjs +28 -26
  69. package/lib/components/VField/VField.mjs.map +1 -1
  70. package/lib/components/VField/VField.sass +2 -2
  71. package/lib/components/VFileInput/VFileInput.mjs +7 -4
  72. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  73. package/lib/components/VForm/index.d.ts +0 -3
  74. package/lib/components/VList/VList.mjs +4 -1
  75. package/lib/components/VList/VList.mjs.map +1 -1
  76. package/lib/components/VList/VListItem.css +7 -7
  77. package/lib/components/VList/VListItem.mjs +29 -19
  78. package/lib/components/VList/VListItem.mjs.map +1 -1
  79. package/lib/components/VMenu/VMenu.mjs +6 -5
  80. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  81. package/lib/components/VMenu/index.d.ts +57 -34
  82. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
  83. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  84. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  85. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +4 -0
  86. package/lib/components/VNavigationDrawer/index.d.ts +3 -3
  87. package/lib/components/VNavigationDrawer/touch.mjs +7 -6
  88. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  89. package/lib/components/VOtpInput/VOtpInput.mjs +22 -46
  90. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  91. package/lib/components/VOverflowBtn/VOverflowBtn.mjs +3 -0
  92. package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
  93. package/lib/components/VOverlay/index.d.ts +34 -11
  94. package/lib/components/VOverlay/locationStrategies.mjs +40 -29
  95. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  96. package/lib/components/VOverlay/scrollStrategies.mjs +25 -16
  97. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  98. package/lib/components/VPagination/VPagination.mjs +1 -1
  99. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  100. package/lib/components/VSelect/VSelect.mjs +3 -4
  101. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  102. package/lib/components/VSelect/index.d.ts +43 -20
  103. package/lib/components/VSelectionControl/VSelectionControl.css +2 -2
  104. package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
  105. package/lib/components/VSnackbar/index.d.ts +42 -19
  106. package/lib/components/VStepper/VStepper.sass +6 -6
  107. package/lib/components/VStepper/VStepperStep.mjs +12 -2
  108. package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
  109. package/lib/components/VTable/VTable.css +4 -4
  110. package/lib/components/VTable/VTable.sass +2 -2
  111. package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
  112. package/lib/components/VTimeline/_mixins.sass +1 -1
  113. package/lib/components/VTooltip/VTooltip.mjs +4 -3
  114. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  115. package/lib/components/VTooltip/index.d.ts +57 -34
  116. package/lib/components/VTreeview/VTreeview.mjs +1 -1
  117. package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
  118. package/lib/components/index.d.ts +316 -176
  119. package/lib/composables/defaults.mjs +1 -1
  120. package/lib/composables/defaults.mjs.map +1 -1
  121. package/lib/composables/filter.mjs +3 -3
  122. package/lib/composables/filter.mjs.map +1 -1
  123. package/lib/composables/form.mjs +0 -1
  124. package/lib/composables/form.mjs.map +1 -1
  125. package/lib/composables/toggleScope.mjs +14 -7
  126. package/lib/composables/toggleScope.mjs.map +1 -1
  127. package/lib/directives/ripple/VRipple.css +3 -0
  128. package/lib/directives/ripple/VRipple.sass +3 -0
  129. package/lib/directives/ripple/_variables.scss +1 -1
  130. package/lib/directives/ripple/index.mjs +2 -7
  131. package/lib/directives/ripple/index.mjs.map +1 -1
  132. package/lib/entry-bundler.mjs +1 -1
  133. package/lib/entry-bundler.mjs.map +1 -1
  134. package/lib/framework.mjs +1 -1
  135. package/lib/framework.mjs.map +1 -1
  136. package/lib/index.d.ts +3 -3
  137. package/lib/labs/VDataTable/VDataTable.mjs +6 -6
  138. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  139. package/lib/labs/VDataTable/VDataTableFooter.mjs +1 -1
  140. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  141. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  142. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  143. package/lib/labs/VDataTable/VDataTableServer.mjs +19 -12
  144. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  145. package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -5
  146. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  147. package/lib/labs/VDataTable/composables/options.mjs +3 -7
  148. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  149. package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
  150. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  151. package/lib/labs/VDataTable/index.d.ts +71 -1
  152. package/lib/labs/VDataTable/index.mjs +1 -0
  153. package/lib/labs/VDataTable/index.mjs.map +1 -1
  154. package/lib/labs/components.d.ts +71 -1
  155. package/lib/locale/adapters/vue-i18n.mjs +12 -2
  156. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  157. package/lib/locale/ar.mjs +20 -20
  158. package/lib/locale/ar.mjs.map +1 -1
  159. package/lib/locale/en.mjs +2 -2
  160. package/lib/locale/en.mjs.map +1 -1
  161. package/lib/locale/es.mjs +3 -3
  162. package/lib/locale/es.mjs.map +1 -1
  163. package/lib/locale/fi.mjs +5 -5
  164. package/lib/locale/fi.mjs.map +1 -1
  165. package/lib/locale/it.mjs +6 -6
  166. package/lib/locale/it.mjs.map +1 -1
  167. package/lib/locale/sv.mjs +13 -13
  168. package/lib/locale/sv.mjs.map +1 -1
  169. package/lib/styles/settings/_variables.scss +6 -6
  170. package/lib/styles/tools/_states.sass +3 -3
  171. package/lib/util/defineComponent.mjs +21 -18
  172. package/lib/util/defineComponent.mjs.map +1 -1
  173. package/lib/util/helpers.mjs +5 -19
  174. package/lib/util/helpers.mjs.map +1 -1
  175. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.2.0-next-20230118.0
2
+ * Vuetify v4.0.0-dev-20230206.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18403,12 +18403,15 @@ html.overflow-y-hidden {
18403
18403
  }
18404
18404
  .v-ripple__animation--enter {
18405
18405
  transition: none;
18406
+ opacity: 0;
18406
18407
  }
18407
18408
  .v-ripple__animation--in {
18408
18409
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
18410
+ opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
18409
18411
  }
18410
18412
  .v-ripple__animation--out {
18411
18413
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
18414
+ opacity: 0;
18412
18415
  }.v-code {
18413
18416
  background-color: rgb(var(--v-theme-code));
18414
18417
  color: rgb(var(--v-theme-on-code));
@@ -18425,6 +18428,16 @@ html.overflow-y-hidden {
18425
18428
  font-weight: normal;
18426
18429
  padding: 0.2em 0.4rem;
18427
18430
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18431
+ }.v-virtual-scroll {
18432
+ display: block;
18433
+ flex: 1 1 auto;
18434
+ height: 100%;
18435
+ max-width: 100%;
18436
+ overflow: auto;
18437
+ position: relative;
18438
+ }
18439
+ .v-virtual-scroll__container {
18440
+ display: block;
18428
18441
  }.v-data-table {
18429
18442
  width: 100%;
18430
18443
  }
@@ -18543,16 +18556,27 @@ html.overflow-y-hidden {
18543
18556
 
18544
18557
  .v-data-table-rows-no-data {
18545
18558
  text-align: center;
18546
- }.v-virtual-scroll {
18547
- display: block;
18548
- flex: 1 1 auto;
18549
- height: 100%;
18550
- max-width: 100%;
18551
- overflow: auto;
18552
- position: relative;
18559
+ }.v-data-table-footer {
18560
+ display: flex;
18561
+ align-items: center;
18562
+ flex-wrap: wrap;
18563
+ padding: 0 8px;
18564
+ justify-content: flex-end;
18553
18565
  }
18554
- .v-virtual-scroll__container {
18555
- display: block;
18566
+
18567
+ .v-data-table-footer__items-per-page {
18568
+ padding-inline-end: 24px;
18569
+ display: flex;
18570
+ align-items: center;
18571
+ justify-content: space-between;
18572
+ }
18573
+ .v-data-table-footer__items-per-page > span {
18574
+ padding-inline-end: 24px;
18575
+ }
18576
+
18577
+ .v-data-table-footer__info {
18578
+ display: flex;
18579
+ padding-inline-end: 24px;
18556
18580
  }.v-application {
18557
18581
  display: flex;
18558
18582
  background: rgb(var(--v-theme-background));
@@ -18580,6 +18604,89 @@ html.overflow-y-hidden {
18580
18604
  }
18581
18605
  .v-app-bar:not(.v-toolbar--absolute) {
18582
18606
  padding-inline-end: var(--v-scrollbar-offset);
18607
+ }.v-input--density-default {
18608
+ --autocomplete-chips-margin-bottom: 0px;
18609
+ }
18610
+
18611
+ .v-input--density-comfortable {
18612
+ --autocomplete-chips-margin-bottom: 2px;
18613
+ }
18614
+
18615
+ .v-input--density-compact {
18616
+ --autocomplete-chips-margin-bottom: 4px;
18617
+ }
18618
+
18619
+ .v-autocomplete .v-field .v-text-field__prefix,
18620
+ .v-autocomplete .v-field .v-text-field__suffix,
18621
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18622
+ cursor: text;
18623
+ }
18624
+ .v-autocomplete .v-field .v-field__input > input {
18625
+ align-self: flex-start;
18626
+ flex: 1 1;
18627
+ }
18628
+ .v-autocomplete .v-field .v-field__append-inner > .v-icon {
18629
+ margin-inline-start: 4px;
18630
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18631
+ }
18632
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18633
+ min-width: 0;
18634
+ }
18635
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18636
+ margin-inline-end: 2px;
18637
+ }
18638
+ .v-autocomplete .v-field--single-line .v-autocomplete__selection-text {
18639
+ overflow: hidden;
18640
+ text-overflow: ellipsis;
18641
+ white-space: nowrap;
18642
+ }
18643
+
18644
+ .v-autocomplete__content {
18645
+ overflow: hidden;
18646
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18647
+ border-radius: 4px;
18648
+ }
18649
+ .v-autocomplete__mask {
18650
+ background: rgb(var(--v-theme-on-surface-variant));
18651
+ }
18652
+ .v-autocomplete__selection {
18653
+ display: inline-flex;
18654
+ letter-spacing: inherit;
18655
+ line-height: inherit;
18656
+ max-width: 100%;
18657
+ }
18658
+ .v-autocomplete--active-menu .v-field__append-inner > .v-icon {
18659
+ opacity: var(--v-high-emphasis-opacity);
18660
+ transform: rotate(180deg);
18661
+ }
18662
+ .v-autocomplete--chips .v-autocomplete__selection {
18663
+ margin-top: 2px;
18664
+ margin-bottom: var(--autocomplete-chips-margin-bottom);
18665
+ }
18666
+ .v-autocomplete--chips .v-autocomplete__selection:first-child {
18667
+ margin-inline-start: 0;
18668
+ }
18669
+ .v-autocomplete--single.v-text-field input {
18670
+ flex: 1 1;
18671
+ position: absolute;
18672
+ left: 0;
18673
+ right: 0;
18674
+ width: 100%;
18675
+ padding-inline-start: inherit;
18676
+ padding-inline-end: inherit;
18677
+ }
18678
+ .v-autocomplete--single .v-field--active input {
18679
+ transition: none;
18680
+ }
18681
+ .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
18682
+ opacity: 0;
18683
+ }
18684
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection-text {
18685
+ opacity: 0;
18686
+ }
18687
+ .v-autocomplete--selection-slot.v-text-field input {
18688
+ position: relative;
18689
+ padding-inline-start: 0;
18583
18690
  }.v-alert {
18584
18691
  display: grid;
18585
18692
  flex: 1 1;
@@ -18790,89 +18897,6 @@ html.overflow-y-hidden {
18790
18897
  text-transform: none;
18791
18898
  word-break: normal;
18792
18899
  word-wrap: break-word;
18793
- }.v-input--density-default {
18794
- --autocomplete-chips-margin-bottom: 0px;
18795
- }
18796
-
18797
- .v-input--density-comfortable {
18798
- --autocomplete-chips-margin-bottom: 2px;
18799
- }
18800
-
18801
- .v-input--density-compact {
18802
- --autocomplete-chips-margin-bottom: 4px;
18803
- }
18804
-
18805
- .v-autocomplete .v-field .v-text-field__prefix,
18806
- .v-autocomplete .v-field .v-text-field__suffix,
18807
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18808
- cursor: text;
18809
- }
18810
- .v-autocomplete .v-field .v-field__input > input {
18811
- align-self: flex-start;
18812
- flex: 1 1;
18813
- }
18814
- .v-autocomplete .v-field .v-field__append-inner > .v-icon {
18815
- margin-inline-start: 4px;
18816
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18817
- }
18818
- .v-autocomplete .v-field:not(.v-field--focused) input {
18819
- min-width: 0;
18820
- }
18821
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18822
- margin-inline-end: 2px;
18823
- }
18824
- .v-autocomplete .v-field--single-line .v-autocomplete__selection-text {
18825
- overflow: hidden;
18826
- text-overflow: ellipsis;
18827
- white-space: nowrap;
18828
- }
18829
-
18830
- .v-autocomplete__content {
18831
- overflow: hidden;
18832
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18833
- border-radius: 4px;
18834
- }
18835
- .v-autocomplete__mask {
18836
- background: rgb(var(--v-theme-on-surface-variant));
18837
- }
18838
- .v-autocomplete__selection {
18839
- display: inline-flex;
18840
- letter-spacing: inherit;
18841
- line-height: inherit;
18842
- max-width: 100%;
18843
- }
18844
- .v-autocomplete--active-menu .v-field__append-inner > .v-icon {
18845
- opacity: var(--v-high-emphasis-opacity);
18846
- transform: rotate(180deg);
18847
- }
18848
- .v-autocomplete--chips .v-autocomplete__selection {
18849
- margin-top: 2px;
18850
- margin-bottom: var(--autocomplete-chips-margin-bottom);
18851
- }
18852
- .v-autocomplete--chips .v-autocomplete__selection:first-child {
18853
- margin-inline-start: 0;
18854
- }
18855
- .v-autocomplete--single.v-text-field input {
18856
- flex: 1 1;
18857
- position: absolute;
18858
- left: 0;
18859
- right: 0;
18860
- width: 100%;
18861
- padding-inline-start: inherit;
18862
- padding-inline-end: inherit;
18863
- }
18864
- .v-autocomplete--single .v-field--active input {
18865
- transition: none;
18866
- }
18867
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
18868
- opacity: 0;
18869
- }
18870
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection-text {
18871
- opacity: 0;
18872
- }
18873
- .v-autocomplete--selection-slot.v-text-field input {
18874
- position: relative;
18875
- padding-inline-start: 0;
18876
18900
  }.v-avatar {
18877
18901
  flex: none;
18878
18902
  align-items: center;
@@ -19384,28 +19408,28 @@ html.overflow-y-hidden {
19384
19408
  position: fixed;
19385
19409
  }
19386
19410
  .v-btn:hover > .v-btn__overlay {
19387
- opacity: calc(0.04 * var(--v-theme-overlay-multiplier));
19411
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19388
19412
  }
19389
19413
  .v-btn:focus-visible > .v-btn__overlay {
19390
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
19414
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19391
19415
  }
19392
19416
  @supports not selector(:focus-visible) {
19393
19417
  .v-btn:focus > .v-btn__overlay {
19394
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
19418
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19395
19419
  }
19396
19420
  }
19397
19421
  .v-btn--active > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true] > .v-btn__overlay {
19398
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
19422
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19399
19423
  }
19400
19424
  .v-btn--active:hover > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:hover > .v-btn__overlay {
19401
- opacity: calc(0.16 * var(--v-theme-overlay-multiplier));
19425
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19402
19426
  }
19403
19427
  .v-btn--active:focus-visible > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-btn__overlay {
19404
- opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
19428
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19405
19429
  }
19406
19430
  @supports not selector(:focus-visible) {
19407
19431
  .v-btn--active:focus > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-btn__overlay {
19408
- opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
19432
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19409
19433
  }
19410
19434
  }
19411
19435
  .v-btn--variant-plain, .v-btn--variant-outlined, .v-btn--variant-text, .v-btn--variant-tonal {
@@ -19792,28 +19816,28 @@ html.overflow-y-hidden {
19792
19816
  position: fixed;
19793
19817
  }
19794
19818
  .v-card:hover > .v-card__overlay {
19795
- opacity: calc(0.04 * var(--v-theme-overlay-multiplier));
19819
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19796
19820
  }
19797
19821
  .v-card:focus-visible > .v-card__overlay {
19798
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
19822
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19799
19823
  }
19800
19824
  @supports not selector(:focus-visible) {
19801
19825
  .v-card:focus > .v-card__overlay {
19802
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
19826
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19803
19827
  }
19804
19828
  }
19805
19829
  .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
19806
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
19830
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19807
19831
  }
19808
19832
  .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
19809
- opacity: calc(0.16 * var(--v-theme-overlay-multiplier));
19833
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19810
19834
  }
19811
19835
  .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
19812
- opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
19836
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19813
19837
  }
19814
19838
  @supports not selector(:focus-visible) {
19815
19839
  .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
19816
- opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
19840
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19817
19841
  }
19818
19842
  }
19819
19843
  .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
@@ -20373,28 +20397,28 @@ html.overflow-y-hidden {
20373
20397
  }
20374
20398
 
20375
20399
  .v-chip:hover > .v-chip__overlay {
20376
- opacity: calc(0.04 * var(--v-theme-overlay-multiplier));
20400
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
20377
20401
  }
20378
20402
  .v-chip:focus-visible > .v-chip__overlay {
20379
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
20403
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20380
20404
  }
20381
20405
  @supports not selector(:focus-visible) {
20382
20406
  .v-chip:focus > .v-chip__overlay {
20383
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
20407
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20384
20408
  }
20385
20409
  }
20386
20410
  .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
20387
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
20411
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20388
20412
  }
20389
20413
  .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
20390
- opacity: calc(0.16 * var(--v-theme-overlay-multiplier));
20414
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20391
20415
  }
20392
20416
  .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
20393
- opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
20417
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20394
20418
  }
20395
20419
  @supports not selector(:focus-visible) {
20396
20420
  .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
20397
- opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
20421
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20398
20422
  }
20399
20423
  }
20400
20424
  .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
@@ -21860,28 +21884,28 @@ html.overflow-y-hidden {
21860
21884
  justify-content: space-between;
21861
21885
  }
21862
21886
  .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
21863
- opacity: calc(0.04 * var(--v-theme-overlay-multiplier));
21887
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21864
21888
  }
21865
21889
  .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
21866
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
21890
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21867
21891
  }
21868
21892
  @supports not selector(:focus-visible) {
21869
21893
  .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
21870
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
21894
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21871
21895
  }
21872
21896
  }
21873
21897
  .v-expansion-panel-title--active > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true] > .v-expansion-panel-title__overlay {
21874
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
21898
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
21875
21899
  }
21876
21900
  .v-expansion-panel-title--active:hover > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:hover > .v-expansion-panel-title__overlay {
21877
- opacity: calc(0.16 * var(--v-theme-overlay-multiplier));
21901
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21878
21902
  }
21879
21903
  .v-expansion-panel-title--active:focus-visible > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-expansion-panel-title__overlay {
21880
- opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
21904
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21881
21905
  }
21882
21906
  @supports not selector(:focus-visible) {
21883
21907
  .v-expansion-panel-title--active:focus > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus > .v-expansion-panel-title__overlay {
21884
- opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
21908
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21885
21909
  }
21886
21910
  }
21887
21911
  .v-expansion-panel-title--active::before {
@@ -21936,6 +21960,30 @@ html.overflow-y-hidden {
21936
21960
  }
21937
21961
  .v-expansion-panels--variant-inset > .v-expansion-panel--active {
21938
21962
  max-width: calc(100% - 32px);
21963
+ }.v-input--density-default {
21964
+ --file-input-chips-margin-bottom: 0px;
21965
+ }
21966
+
21967
+ .v-input--density-comfortable {
21968
+ --file-input-chips-margin-bottom: 2px;
21969
+ }
21970
+
21971
+ .v-input--density-compact {
21972
+ --file-input-chips-margin-bottom: 4px;
21973
+ }
21974
+
21975
+ .v-file-input input[type=file] {
21976
+ height: 100%;
21977
+ left: 0;
21978
+ opacity: 0;
21979
+ position: absolute;
21980
+ top: 0;
21981
+ width: 100%;
21982
+ z-index: 1;
21983
+ }
21984
+ .v-file-input .v-chip {
21985
+ margin-top: 2px;
21986
+ margin-bottom: var(--file-input-chips-margin-bottom);
21939
21987
  }/* region INPUT */
21940
21988
  .v-field {
21941
21989
  display: grid;
@@ -22341,11 +22389,11 @@ textarea.v-field__input::placeholder {
22341
22389
  }
22342
22390
  @media (hover: hover) {
22343
22391
  .v-field--variant-filled:hover .v-field__overlay {
22344
- opacity: calc(0.08 * var(--v-theme-overlay-multiplier));
22392
+ opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22345
22393
  }
22346
22394
  }
22347
22395
  .v-field--variant-filled.v-field--focused .v-field__overlay {
22348
- opacity: calc(0.16 * var(--v-theme-overlay-multiplier));
22396
+ opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22349
22397
  }
22350
22398
 
22351
22399
  /* endregion */
@@ -22367,31 +22415,7 @@ textarea.v-field__input::placeholder {
22367
22415
  opacity: 0;
22368
22416
  }
22369
22417
 
22370
- /* endregion */.v-input--density-default {
22371
- --file-input-chips-margin-bottom: 0px;
22372
- }
22373
-
22374
- .v-input--density-comfortable {
22375
- --file-input-chips-margin-bottom: 2px;
22376
- }
22377
-
22378
- .v-input--density-compact {
22379
- --file-input-chips-margin-bottom: 4px;
22380
- }
22381
-
22382
- .v-file-input input[type=file] {
22383
- height: 100%;
22384
- left: 0;
22385
- opacity: 0;
22386
- position: absolute;
22387
- top: 0;
22388
- width: 100%;
22389
- z-index: 1;
22390
- }
22391
- .v-file-input .v-chip {
22392
- margin-top: 2px;
22393
- margin-bottom: var(--file-input-chips-margin-bottom);
22394
- }.v-footer {
22418
+ /* endregion */.v-footer {
22395
22419
  align-items: center;
22396
22420
  display: flex;
22397
22421
  flex: 1 1 auto;
@@ -22464,8 +22488,41 @@ textarea.v-field__input::placeholder {
22464
22488
 
22465
22489
  .v-icon--end {
22466
22490
  margin-inline-start: 8px;
22467
- }.v-input {
22468
- display: grid;
22491
+ }.v-img {
22492
+ --v-theme-overlay-multiplier: 3;
22493
+ z-index: 0;
22494
+ }
22495
+ .v-img--booting .v-responsive__sizer {
22496
+ transition: none;
22497
+ }
22498
+
22499
+ .v-img__img,
22500
+ .v-img__picture,
22501
+ .v-img__gradient,
22502
+ .v-img__placeholder,
22503
+ .v-img__error {
22504
+ z-index: -1;
22505
+ position: absolute;
22506
+ top: 0;
22507
+ left: 0;
22508
+ width: 100%;
22509
+ height: 100%;
22510
+ }
22511
+
22512
+ .v-img__img--preload {
22513
+ filter: blur(4px);
22514
+ }
22515
+ .v-img__img--contain {
22516
+ object-fit: contain;
22517
+ }
22518
+ .v-img__img--cover {
22519
+ object-fit: cover;
22520
+ }
22521
+
22522
+ .v-img__gradient {
22523
+ background-repeat: no-repeat;
22524
+ }.v-input {
22525
+ display: grid;
22469
22526
  flex: 1 1 auto;
22470
22527
  font-size: 1rem;
22471
22528
  font-weight: 400;
@@ -22576,58 +22633,11 @@ textarea.v-field__input::placeholder {
22576
22633
  .v-input__control {
22577
22634
  display: flex;
22578
22635
  grid-area: control;
22579
- }.v-img {
22580
- --v-theme-overlay-multiplier: 3;
22581
- z-index: 0;
22582
- }
22583
- .v-img--booting .v-responsive__sizer {
22584
- transition: none;
22585
- }
22586
-
22587
- .v-img__img,
22588
- .v-img__picture,
22589
- .v-img__gradient,
22590
- .v-img__placeholder,
22591
- .v-img__error {
22592
- z-index: -1;
22593
- position: absolute;
22594
- top: 0;
22595
- left: 0;
22596
- width: 100%;
22597
- height: 100%;
22598
- }
22599
-
22600
- .v-img__img--preload {
22601
- filter: blur(4px);
22602
- }
22603
- .v-img__img--contain {
22604
- object-fit: contain;
22605
- }
22606
- .v-img__img--cover {
22607
- object-fit: cover;
22608
- }
22609
-
22610
- .v-img__gradient {
22611
- background-repeat: no-repeat;
22612
22636
  }.v-item-group {
22613
22637
  flex: 0 1 auto;
22614
22638
  max-width: 100%;
22615
22639
  position: relative;
22616
22640
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22617
- }.v-label {
22618
- align-items: center;
22619
- display: inline-flex;
22620
- font-size: 1rem;
22621
- letter-spacing: 0.009375em;
22622
- min-width: 0;
22623
- opacity: var(--v-medium-emphasis-opacity);
22624
- overflow: hidden;
22625
- text-overflow: ellipsis;
22626
- white-space: nowrap;
22627
- }
22628
-
22629
- .v-label--clickable {
22630
- cursor: pointer;
22631
22641
  }.v-layout {
22632
22642
  --v-scrollbar-offset: 0px;
22633
22643
  display: flex;
@@ -22643,6 +22653,20 @@ textarea.v-field__input::placeholder {
22643
22653
 
22644
22654
  .v-layout-item--absolute {
22645
22655
  position: absolute;
22656
+ }.v-label {
22657
+ align-items: center;
22658
+ display: inline-flex;
22659
+ font-size: 1rem;
22660
+ letter-spacing: 0.009375em;
22661
+ min-width: 0;
22662
+ opacity: var(--v-medium-emphasis-opacity);
22663
+ overflow: hidden;
22664
+ text-overflow: ellipsis;
22665
+ white-space: nowrap;
22666
+ }
22667
+
22668
+ .v-label--clickable {
22669
+ cursor: pointer;
22646
22670
  }.v-list {
22647
22671
  overflow: auto;
22648
22672
  padding: 8px 0;
@@ -22768,28 +22792,28 @@ textarea.v-field__input::placeholder {
22768
22792
  box-shadow: none;
22769
22793
  }
22770
22794
  .v-list-item:hover > .v-list-item__overlay {
22771
- opacity: calc(0.04 * var(--v-theme-overlay-multiplier));
22795
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22772
22796
  }
22773
22797
  .v-list-item:focus-visible > .v-list-item__overlay {
22774
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
22798
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22775
22799
  }
22776
22800
  @supports not selector(:focus-visible) {
22777
22801
  .v-list-item:focus > .v-list-item__overlay {
22778
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
22802
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22779
22803
  }
22780
22804
  }
22781
22805
  .v-list-item--active > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true] > .v-list-item__overlay {
22782
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
22806
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
22783
22807
  }
22784
22808
  .v-list-item--active:hover > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-list-item__overlay {
22785
- opacity: calc(0.16 * var(--v-theme-overlay-multiplier));
22809
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22786
22810
  }
22787
22811
  .v-list-item--active:focus-visible > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-list-item__overlay {
22788
- opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
22812
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22789
22813
  }
22790
22814
  @supports not selector(:focus-visible) {
22791
22815
  .v-list-item--active:focus > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-list-item__overlay {
22792
- opacity: calc(0.24 * var(--v-theme-overlay-multiplier));
22816
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22793
22817
  }
22794
22818
  }
22795
22819
  .v-list-item--variant-plain, .v-list-item--variant-outlined, .v-list-item--variant-text, .v-list-item--variant-tonal {
@@ -23212,6 +23236,10 @@ textarea.v-field__input::placeholder {
23212
23236
  .v-navigation-drawer--rounded {
23213
23237
  border-radius: 4px;
23214
23238
  }
23239
+ .v-navigation-drawer--top {
23240
+ top: 0;
23241
+ border-bottom-width: thin;
23242
+ }
23215
23243
  .v-navigation-drawer--bottom {
23216
23244
  left: 0;
23217
23245
  border-top-width: thin;
@@ -23803,68 +23831,6 @@ html.v-overlay-scroll-blocked {
23803
23831
  flex: 1 0 0px;
23804
23832
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23805
23833
  pointer-events: none;
23806
- }.v-input--density-default {
23807
- --select-chips-margin-bottom: 0px;
23808
- }
23809
-
23810
- .v-input--density-comfortable {
23811
- --select-chips-margin-bottom: 2px;
23812
- }
23813
-
23814
- .v-input--density-compact {
23815
- --select-chips-margin-bottom: 4px;
23816
- }
23817
-
23818
- .v-select .v-field .v-text-field__prefix,
23819
- .v-select .v-field .v-text-field__suffix,
23820
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23821
- cursor: pointer;
23822
- }
23823
- .v-select .v-field .v-field__input > input {
23824
- align-self: flex-start;
23825
- opacity: 1;
23826
- flex: 0 0;
23827
- position: absolute;
23828
- width: 100%;
23829
- transition: none;
23830
- pointer-events: none;
23831
- }
23832
- .v-select .v-field .v-field__append-inner > .v-icon {
23833
- margin-inline-start: 4px;
23834
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23835
- }
23836
- .v-select .v-field--dirty .v-select__selection {
23837
- margin-inline-end: 2px;
23838
- }
23839
- .v-select .v-field--single-line .v-select__selection-text {
23840
- overflow: hidden;
23841
- text-overflow: ellipsis;
23842
- white-space: nowrap;
23843
- }
23844
- .v-select__content {
23845
- overflow: hidden;
23846
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
23847
- border-radius: 4px;
23848
- }
23849
- .v-select__selection {
23850
- display: inline-flex;
23851
- letter-spacing: inherit;
23852
- line-height: inherit;
23853
- max-width: 100%;
23854
- }
23855
- .v-select--active-menu .v-field__append-inner > .v-icon {
23856
- opacity: var(--v-high-emphasis-opacity);
23857
- transform: rotate(180deg);
23858
- }
23859
- .v-select--chips .v-select__selection {
23860
- margin-top: 2px;
23861
- margin-bottom: var(--select-chips-margin-bottom);
23862
- }
23863
- .v-select--chips .v-select__selection:first-child {
23864
- margin-inline-start: 0;
23865
- }
23866
- .v-select--selected .v-field .v-field__input > input {
23867
- opacity: 0;
23868
23834
  }.v-selection-control {
23869
23835
  align-items: center;
23870
23836
  contain: layout;
@@ -23954,7 +23920,7 @@ html.v-overlay-scroll-blocked {
23954
23920
  pointer-events: none;
23955
23921
  }
23956
23922
  .v-selection-control__input:hover::before {
23957
- opacity: calc(0.04 * var(--v-theme-overlay-multiplier));
23923
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23958
23924
  }
23959
23925
  .v-selection-control__input > .v-icon {
23960
23926
  opacity: var(--v-medium-emphasis-opacity);
@@ -23966,7 +23932,69 @@ html.v-overlay-scroll-blocked {
23966
23932
  color: rgb(var(--v-theme-error));
23967
23933
  }
23968
23934
  .v-selection-control--focus-visible .v-selection-control__input::before {
23969
- opacity: calc(0.12 * var(--v-theme-overlay-multiplier));
23935
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23936
+ }.v-input--density-default {
23937
+ --select-chips-margin-bottom: 0px;
23938
+ }
23939
+
23940
+ .v-input--density-comfortable {
23941
+ --select-chips-margin-bottom: 2px;
23942
+ }
23943
+
23944
+ .v-input--density-compact {
23945
+ --select-chips-margin-bottom: 4px;
23946
+ }
23947
+
23948
+ .v-select .v-field .v-text-field__prefix,
23949
+ .v-select .v-field .v-text-field__suffix,
23950
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23951
+ cursor: pointer;
23952
+ }
23953
+ .v-select .v-field .v-field__input > input {
23954
+ align-self: flex-start;
23955
+ opacity: 1;
23956
+ flex: 0 0;
23957
+ position: absolute;
23958
+ width: 100%;
23959
+ transition: none;
23960
+ pointer-events: none;
23961
+ }
23962
+ .v-select .v-field .v-field__append-inner > .v-icon {
23963
+ margin-inline-start: 4px;
23964
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23965
+ }
23966
+ .v-select .v-field--dirty .v-select__selection {
23967
+ margin-inline-end: 2px;
23968
+ }
23969
+ .v-select .v-field--single-line .v-select__selection-text {
23970
+ overflow: hidden;
23971
+ text-overflow: ellipsis;
23972
+ white-space: nowrap;
23973
+ }
23974
+ .v-select__content {
23975
+ overflow: hidden;
23976
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
23977
+ border-radius: 4px;
23978
+ }
23979
+ .v-select__selection {
23980
+ display: inline-flex;
23981
+ letter-spacing: inherit;
23982
+ line-height: inherit;
23983
+ max-width: 100%;
23984
+ }
23985
+ .v-select--active-menu .v-field__append-inner > .v-icon {
23986
+ opacity: var(--v-high-emphasis-opacity);
23987
+ transform: rotate(180deg);
23988
+ }
23989
+ .v-select--chips .v-select__selection {
23990
+ margin-top: 2px;
23991
+ margin-bottom: var(--select-chips-margin-bottom);
23992
+ }
23993
+ .v-select--chips .v-select__selection:first-child {
23994
+ margin-inline-start: 0;
23995
+ }
23996
+ .v-select--selected .v-field .v-field__input > input {
23997
+ opacity: 0;
23970
23998
  }.v-selection-control-group {
23971
23999
  grid-area: control;
23972
24000
  display: flex;
@@ -24392,7 +24420,7 @@ html.v-overlay-scroll-blocked {
24392
24420
  }
24393
24421
 
24394
24422
  .v-table {
24395
- --v-table-header-height: $table-header-height;
24423
+ --v-table-header-height: 56px;
24396
24424
  border-radius: inherit;
24397
24425
  line-height: 1.5;
24398
24426
  max-width: 100%;
@@ -24421,7 +24449,7 @@ html.v-overlay-scroll-blocked {
24421
24449
  .v-table--density-default > .v-table__wrapper > table > tbody > tr > th,
24422
24450
  .v-table--density-default > .v-table__wrapper > table > thead > tr > th,
24423
24451
  .v-table--density-default > .v-table__wrapper > table > tfoot > tr > th {
24424
- height: 56px;
24452
+ height: calc(var(--v-table-header-height) + 0px);
24425
24453
  }
24426
24454
  .v-table--density-default > .v-table__wrapper > table > tbody > tr > td,
24427
24455
  .v-table--density-default > .v-table__wrapper > table > thead > tr > td,
@@ -24432,7 +24460,7 @@ html.v-overlay-scroll-blocked {
24432
24460
  .v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > th,
24433
24461
  .v-table--density-comfortable > .v-table__wrapper > table > thead > tr > th,
24434
24462
  .v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > th {
24435
- height: 48px;
24463
+ height: calc(var(--v-table-header-height) - 8px);
24436
24464
  }
24437
24465
  .v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > td,
24438
24466
  .v-table--density-comfortable > .v-table__wrapper > table > thead > tr > td,
@@ -24443,7 +24471,7 @@ html.v-overlay-scroll-blocked {
24443
24471
  .v-table--density-compact > .v-table__wrapper > table > tbody > tr > th,
24444
24472
  .v-table--density-compact > .v-table__wrapper > table > thead > tr > th,
24445
24473
  .v-table--density-compact > .v-table__wrapper > table > tfoot > tr > th {
24446
- height: 40px;
24474
+ height: calc(var(--v-table-header-height) - 16px);
24447
24475
  }
24448
24476
  .v-table--density-compact > .v-table__wrapper > table > tbody > tr > td,
24449
24477
  .v-table--density-compact > .v-table__wrapper > table > thead > tr > td,
@@ -24596,10 +24624,7 @@ html.v-overlay-scroll-blocked {
24596
24624
  padding: 0;
24597
24625
  }
24598
24626
 
24599
- /* endregion */.v-theme-provider {
24600
- background: rgb(var(--v-theme-background));
24601
- color: rgb(var(--v-theme-on-background));
24602
- }.v-timeline .v-timeline-divider__dot {
24627
+ /* endregion */.v-timeline .v-timeline-divider__dot {
24603
24628
  background: rgb(var(--v-theme-on-surface-variant));
24604
24629
  }
24605
24630
  .v-timeline .v-timeline-divider__inner-dot {
@@ -25263,27 +25288,9 @@ html.v-overlay-scroll-blocked {
25263
25288
  }
25264
25289
  .v-window-y-reverse-transition-leave-to {
25265
25290
  transform: translateY(100%);
25266
- }.v-data-table-footer {
25267
- display: flex;
25268
- align-items: center;
25269
- flex-wrap: wrap;
25270
- padding: 0 8px;
25271
- justify-content: flex-end;
25272
- }
25273
-
25274
- .v-data-table-footer__items-per-page {
25275
- padding-inline-end: 24px;
25276
- display: flex;
25277
- align-items: center;
25278
- justify-content: space-between;
25279
- }
25280
- .v-data-table-footer__items-per-page > span {
25281
- padding-inline-end: 24px;
25282
- }
25283
-
25284
- .v-data-table-footer__info {
25285
- display: flex;
25286
- padding-inline-end: 24px;
25291
+ }.v-theme-provider {
25292
+ background: rgb(var(--v-theme-background));
25293
+ color: rgb(var(--v-theme-on-background));
25287
25294
  }.v-color-picker-canvas {
25288
25295
  position: relative;
25289
25296
  overflow: hidden;
@@ -25304,41 +25311,36 @@ html.v-overlay-scroll-blocked {
25304
25311
  }
25305
25312
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25306
25313
  will-change: transform;
25307
- }.v-color-picker-swatches {
25308
- overflow-y: auto;
25314
+ }.v-color-picker-edit {
25315
+ display: flex;
25309
25316
  }
25310
- .v-color-picker-swatches > div {
25317
+
25318
+ .v-color-picker-edit__input {
25319
+ width: 100%;
25311
25320
  display: flex;
25312
25321
  flex-wrap: wrap;
25313
25322
  justify-content: center;
25314
- padding: 8px;
25323
+ text-align: center;
25315
25324
  }
25316
-
25317
- .v-color-picker-swatches__swatch {
25318
- display: flex;
25319
- flex-direction: column;
25320
- margin-bottom: 10px;
25325
+ .v-color-picker-edit__input:not(:last-child).v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
25326
+ margin-right: 8px;
25321
25327
  }
25322
-
25323
- .v-color-picker-swatches__color {
25324
- position: relative;
25325
- height: 18px;
25326
- max-height: 18px;
25327
- width: 45px;
25328
- margin: 2px 4px;
25329
- border-radius: 2px;
25330
- -webkit-user-select: none;
25331
- user-select: none;
25332
- overflow: hidden;
25333
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25334
- cursor: pointer;
25328
+ .v-color-picker-edit__input:not(:last-child).v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
25329
+ margin-left: 8px;
25335
25330
  }
25336
- .v-color-picker-swatches__color > div {
25337
- display: flex;
25338
- align-items: center;
25339
- justify-content: center;
25331
+ .v-color-picker-edit__input input {
25332
+ border-radius: 4px;
25333
+ margin-bottom: 8px;
25334
+ min-width: 0;
25335
+ outline: none;
25336
+ text-align: center;
25340
25337
  width: 100%;
25341
- height: 100%;
25338
+ height: 32px;
25339
+ background: rgba(var(--v-theme-surface-variant), 0.2);
25340
+ color: rgba(var(--v-theme-on-surface));
25341
+ }
25342
+ .v-color-picker-edit__input span {
25343
+ font-size: 0.75rem;
25342
25344
  }.v-color-picker-preview__alpha .v-slider-track__background {
25343
25345
  background-color: transparent !important;
25344
25346
  }
@@ -25405,36 +25407,41 @@ html.v-overlay-scroll-blocked {
25405
25407
  align-items: center;
25406
25408
  display: flex;
25407
25409
  margin-bottom: 24px;
25408
- }.v-color-picker-edit {
25409
- display: flex;
25410
+ }.v-color-picker-swatches {
25411
+ overflow-y: auto;
25410
25412
  }
25411
-
25412
- .v-color-picker-edit__input {
25413
- width: 100%;
25413
+ .v-color-picker-swatches > div {
25414
25414
  display: flex;
25415
25415
  flex-wrap: wrap;
25416
25416
  justify-content: center;
25417
- text-align: center;
25417
+ padding: 8px;
25418
25418
  }
25419
- .v-color-picker-edit__input:not(:last-child).v-locale--is-ltr, .v-locale--is-ltr .v-color-picker-edit__input:not(:last-child) {
25420
- margin-right: 8px;
25419
+
25420
+ .v-color-picker-swatches__swatch {
25421
+ display: flex;
25422
+ flex-direction: column;
25423
+ margin-bottom: 10px;
25421
25424
  }
25422
- .v-color-picker-edit__input:not(:last-child).v-locale--is-rtl, .v-locale--is-rtl .v-color-picker-edit__input:not(:last-child) {
25423
- margin-left: 8px;
25425
+
25426
+ .v-color-picker-swatches__color {
25427
+ position: relative;
25428
+ height: 18px;
25429
+ max-height: 18px;
25430
+ width: 45px;
25431
+ margin: 2px 4px;
25432
+ border-radius: 2px;
25433
+ -webkit-user-select: none;
25434
+ user-select: none;
25435
+ overflow: hidden;
25436
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25437
+ cursor: pointer;
25424
25438
  }
25425
- .v-color-picker-edit__input input {
25426
- border-radius: 4px;
25427
- margin-bottom: 8px;
25428
- min-width: 0;
25429
- outline: none;
25430
- text-align: center;
25439
+ .v-color-picker-swatches__color > div {
25440
+ display: flex;
25441
+ align-items: center;
25442
+ justify-content: center;
25431
25443
  width: 100%;
25432
- height: 32px;
25433
- background: rgba(var(--v-theme-surface-variant), 0.2);
25434
- color: rgba(var(--v-theme-on-surface));
25435
- }
25436
- .v-color-picker-edit__input span {
25437
- font-size: 0.75rem;
25444
+ height: 100%;
25438
25445
  }.v-slider-thumb {
25439
25446
  touch-action: none;
25440
25447
  color: rgb(var(--v-theme-surface-variant));