vuetify 3.4.0-beta.1 → 3.4.1

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 (150) hide show
  1. package/dist/json/attributes.json +1947 -1967
  2. package/dist/json/importMap.json +86 -86
  3. package/dist/json/tags.json +2 -7
  4. package/dist/json/web-types.json +3738 -3886
  5. package/dist/vuetify-labs.css +2203 -2195
  6. package/dist/vuetify-labs.d.ts +1977 -9281
  7. package/dist/vuetify-labs.esm.js +106 -90
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +106 -90
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1361 -1353
  12. package/dist/vuetify.d.ts +2031 -9325
  13. package/dist/vuetify.esm.js +106 -90
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +106 -90
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +75 -74
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +0 -2
  21. package/lib/blueprints/md1.d.mts +0 -2
  22. package/lib/blueprints/md2.d.mts +0 -2
  23. package/lib/blueprints/md3.d.mts +0 -2
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -3
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/index.d.mts +74 -98
  27. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +1 -1
  28. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  29. package/lib/components/VBottomNavigation/index.d.mts +44 -69
  30. package/lib/components/VBtn/VBtn.css +0 -1
  31. package/lib/components/VBtn/VBtn.mjs +1 -1
  32. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  33. package/lib/components/VBtn/_variables.scss +1 -1
  34. package/lib/components/VBtn/index.d.mts +11 -11
  35. package/lib/components/VBtnGroup/VBtnGroup.css +0 -1
  36. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  37. package/lib/components/VBtnToggle/index.d.mts +45 -71
  38. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  39. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  40. package/lib/components/VCarousel/index.d.mts +73 -513
  41. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  42. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  43. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  44. package/lib/components/VCheckbox/index.d.mts +100 -482
  45. package/lib/components/VChip/index.d.mts +15 -18
  46. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  47. package/lib/components/VChipGroup/index.d.mts +49 -189
  48. package/lib/components/VCombobox/VCombobox.mjs +3 -3
  49. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  50. package/lib/components/VCombobox/index.d.mts +74 -98
  51. package/lib/components/VDataIterator/index.d.mts +8 -6
  52. package/lib/components/VDataTable/VDataTable.css +3 -0
  53. package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
  54. package/lib/components/VDataTable/VDataTable.sass +2 -0
  55. package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
  56. package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
  57. package/lib/components/VDataTable/VDataTableServer.mjs +2 -2
  58. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  59. package/lib/components/VDataTable/VDataTableVirtual.mjs +4 -3
  60. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  61. package/lib/components/VDataTable/composables/items.mjs.map +1 -1
  62. package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
  63. package/lib/components/VDataTable/composables/select.mjs.map +1 -1
  64. package/lib/components/VDataTable/index.d.mts +431 -4162
  65. package/lib/components/VDataTable/types.mjs.map +1 -1
  66. package/lib/components/VDatePicker/VDatePicker.css +4 -0
  67. package/lib/components/VDatePicker/VDatePicker.mjs +29 -22
  68. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  69. package/lib/components/VDatePicker/VDatePicker.sass +4 -0
  70. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -1
  71. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  72. package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
  73. package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
  74. package/lib/components/VDatePicker/index.d.mts +32 -36
  75. package/lib/components/VDialog/VDialog.css +4 -1
  76. package/lib/components/VDialog/VDialog.sass +4 -3
  77. package/lib/components/VField/VField.mjs +1 -1
  78. package/lib/components/VField/VField.mjs.map +1 -1
  79. package/lib/components/VField/index.d.mts +33 -41
  80. package/lib/components/VFileInput/index.d.mts +144 -385
  81. package/lib/components/VGrid/VSpacer.mjs +3 -0
  82. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  83. package/lib/components/VImg/VImg.mjs +10 -2
  84. package/lib/components/VImg/VImg.mjs.map +1 -1
  85. package/lib/components/VInput/VInput.mjs +1 -1
  86. package/lib/components/VInput/VInput.mjs.map +1 -1
  87. package/lib/components/VInput/index.d.mts +72 -154
  88. package/lib/components/VItemGroup/VItemGroup.mjs +1 -1
  89. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  90. package/lib/components/VItemGroup/index.d.mts +49 -189
  91. package/lib/components/VList/VList.mjs +2 -2
  92. package/lib/components/VList/VList.mjs.map +1 -1
  93. package/lib/components/VList/index.d.mts +58 -95
  94. package/lib/components/VOtpInput/index.d.mts +8 -11
  95. package/lib/components/VRadio/index.d.mts +1 -1
  96. package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
  97. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  98. package/lib/components/VRadioGroup/index.d.mts +77 -211
  99. package/lib/components/VRangeSlider/index.d.mts +22 -25
  100. package/lib/components/VSelect/VSelect.mjs +2 -2
  101. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  102. package/lib/components/VSelect/index.d.mts +67 -91
  103. package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
  104. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  105. package/lib/components/VSelectionControl/index.d.mts +9 -18
  106. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +1 -1
  107. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  108. package/lib/components/VSelectionControlGroup/index.d.mts +46 -68
  109. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  110. package/lib/components/VSlideGroup/index.d.mts +47 -101
  111. package/lib/components/VSlider/index.d.mts +22 -25
  112. package/lib/components/VStepper/VStepperWindow.mjs +8 -6
  113. package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
  114. package/lib/components/VStepper/VStepperWindowItem.mjs +3 -1
  115. package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
  116. package/lib/components/VStepper/index.d.mts +18 -140
  117. package/lib/components/VSwitch/VSwitch.mjs +7 -5
  118. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  119. package/lib/components/VSwitch/index.d.mts +90 -303
  120. package/lib/components/VTextField/index.d.mts +173 -451
  121. package/lib/components/VTextarea/index.d.mts +144 -385
  122. package/lib/components/VValidation/VValidation.mjs +2 -2
  123. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  124. package/lib/components/VValidation/index.d.mts +88 -359
  125. package/lib/components/VWindow/VWindow.mjs +1 -1
  126. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  127. package/lib/components/VWindow/index.d.mts +58 -245
  128. package/lib/components/index.d.mts +1974 -9264
  129. package/lib/composables/date/DateAdapter.mjs.map +1 -1
  130. package/lib/composables/date/adapters/vuetify.mjs +1 -13
  131. package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
  132. package/lib/composables/date/date.mjs +1 -1
  133. package/lib/composables/date/date.mjs.map +1 -1
  134. package/lib/composables/form.mjs.map +1 -1
  135. package/lib/composables/group.mjs.map +1 -1
  136. package/lib/composables/nested/nested.mjs.map +1 -1
  137. package/lib/composables/proxiedModel.mjs.map +1 -1
  138. package/lib/composables/validation.mjs.map +1 -1
  139. package/lib/composables/virtual.mjs +11 -13
  140. package/lib/composables/virtual.mjs.map +1 -1
  141. package/lib/entry-bundler.mjs +1 -1
  142. package/lib/entry-bundler.mjs.map +1 -1
  143. package/lib/framework.mjs +1 -1
  144. package/lib/framework.mjs.map +1 -1
  145. package/lib/index.d.mts +24 -28
  146. package/lib/labs/VConfirmEdit/index.d.mts +0 -10
  147. package/lib/labs/components.d.mts +0 -10
  148. package/lib/util/defineComponent.mjs.map +1 -1
  149. package/lib/util/helpers.mjs.map +1 -1
  150. package/package.json +3 -3
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.4.0-beta.1
2
+ * Vuetify v3.4.1
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17670,38 +17670,6 @@ html.overflow-y-hidden {
17670
17670
  }
17671
17671
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17672
17672
  transform: translateY(0.5rem);
17673
- }.bottom-sheet-transition-enter-from {
17674
- transform: translateY(100%);
17675
- }
17676
- .bottom-sheet-transition-leave-to {
17677
- transform: translateY(100%);
17678
- }
17679
-
17680
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
17681
- align-self: flex-end;
17682
- border-radius: 0;
17683
- flex: 0 1 auto;
17684
- left: 0;
17685
- right: 0;
17686
- margin-inline: 0;
17687
- margin-bottom: 0;
17688
- transition-duration: 0.2s;
17689
- width: 100%;
17690
- max-width: 100%;
17691
- overflow: visible;
17692
- 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
17693
- }
17694
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
17695
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
17696
- border-radius: 0;
17697
- }
17698
- .v-bottom-sheet.v-bottom-sheet--inset {
17699
- max-width: none;
17700
- }
17701
- @media (min-width: 600px) {
17702
- .v-bottom-sheet.v-bottom-sheet--inset {
17703
- max-width: 70%;
17704
- }
17705
17673
  }.v-breadcrumbs {
17706
17674
  display: flex;
17707
17675
  align-items: center;
@@ -17759,8 +17727,39 @@ html.overflow-y-hidden {
17759
17727
  display: inline-block;
17760
17728
  padding: 0 8px;
17761
17729
  vertical-align: middle;
17762
- }/** if false, disabled buttons will be greyed out */
17763
- .v-btn {
17730
+ }.bottom-sheet-transition-enter-from {
17731
+ transform: translateY(100%);
17732
+ }
17733
+ .bottom-sheet-transition-leave-to {
17734
+ transform: translateY(100%);
17735
+ }
17736
+
17737
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
17738
+ align-self: flex-end;
17739
+ border-radius: 0;
17740
+ flex: 0 1 auto;
17741
+ left: 0;
17742
+ right: 0;
17743
+ margin-inline: 0;
17744
+ margin-bottom: 0;
17745
+ transition-duration: 0.2s;
17746
+ width: 100%;
17747
+ max-width: 100%;
17748
+ overflow: visible;
17749
+ 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-penumbra-opacity, rgba(0, 0, 0, 0.12));
17750
+ }
17751
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
17752
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
17753
+ border-radius: 0;
17754
+ }
17755
+ .v-bottom-sheet.v-bottom-sheet--inset {
17756
+ max-width: none;
17757
+ }
17758
+ @media (min-width: 600px) {
17759
+ .v-bottom-sheet.v-bottom-sheet--inset {
17760
+ max-width: 70%;
17761
+ }
17762
+ }.v-btn {
17764
17763
  align-items: center;
17765
17764
  border-radius: 4px;
17766
17765
  display: inline-grid;
@@ -18160,8 +18159,7 @@ html.overflow-y-hidden {
18160
18159
  }
18161
18160
  .v-pagination__item--is-active .v-btn__overlay {
18162
18161
  opacity: var(--v-border-opacity);
18163
- }/** if false, disabled buttons will be greyed out */
18164
- .v-btn-group {
18162
+ }.v-btn-group {
18165
18163
  display: inline-flex;
18166
18164
  flex-wrap: nowrap;
18167
18165
  max-width: 100%;
@@ -18586,534 +18584,126 @@ html.overflow-y-hidden {
18586
18584
  width: 50px;
18587
18585
  }.v-checkbox .v-selection-control {
18588
18586
  min-height: var(--v-input-control-height);
18589
- }.v-chip {
18590
- align-items: center;
18591
- cursor: default;
18592
- display: inline-flex;
18593
- font-weight: 400;
18587
+ }.v-chip-group {
18588
+ display: flex;
18594
18589
  max-width: 100%;
18595
18590
  min-width: 0;
18596
- overflow: hidden;
18597
- position: relative;
18598
- text-decoration: none;
18599
- white-space: nowrap;
18600
- vertical-align: middle;
18601
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18602
- border-style: solid;
18603
- border-width: 0;
18604
- border-radius: 9999px;
18605
- }
18606
- .v-chip.v-chip--size-x-small {
18607
- --v-chip-size: 0.625rem;
18608
- --v-chip-height: 20px;
18609
- font-size: 0.625rem;
18610
- padding: 0 8px;
18591
+ overflow-x: auto;
18592
+ padding: 4px 0;
18593
+ flex-wrap: wrap;
18611
18594
  }
18612
- .v-chip.v-chip--size-x-small .v-avatar {
18613
- --v-avatar-height: 14px;
18595
+ .v-chip-group .v-chip {
18596
+ margin: 4px 8px 4px 0;
18614
18597
  }
18615
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
18616
- --v-avatar-height: 20px;
18598
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
18599
+ opacity: var(--v-activated-opacity);
18617
18600
  }
18618
18601
 
18619
- .v-chip.v-chip--size-x-small .v-avatar--start {
18620
- margin-inline-start: -5.6px;
18621
- margin-inline-end: 4px;
18622
- }
18623
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
18624
- margin-inline-start: -8px;
18602
+ .v-chip-group--column {
18603
+ flex-wrap: wrap;
18604
+ white-space: normal;
18605
+ }.v-container {
18606
+ width: 100%;
18607
+ padding: 16px;
18608
+ margin-right: auto;
18609
+ margin-left: auto;
18625
18610
  }
18626
-
18627
- .v-chip.v-chip--size-x-small .v-avatar--end {
18628
- margin-inline-start: 4px;
18629
- margin-inline-end: -5.6px;
18611
+ @media (min-width: 960px) {
18612
+ .v-container {
18613
+ max-width: 900px;
18614
+ }
18630
18615
  }
18631
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
18632
- margin-inline-end: -8px;
18616
+ @media (min-width: 1280px) {
18617
+ .v-container {
18618
+ max-width: 1200px;
18619
+ }
18633
18620
  }
18634
-
18635
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
18636
- margin-inline-start: 12px;
18621
+ @media (min-width: 1920px) {
18622
+ .v-container {
18623
+ max-width: 1800px;
18624
+ }
18637
18625
  }
18638
-
18639
- .v-chip.v-chip--size-x-small .v-icon--start,
18640
- .v-chip.v-chip--size-x-small .v-chip__filter {
18641
- margin-inline-start: -4px;
18642
- margin-inline-end: 4px;
18626
+ @media (min-width: 2560px) {
18627
+ .v-container {
18628
+ max-width: 2400px;
18629
+ }
18643
18630
  }
18644
- .v-chip.v-chip--size-x-small .v-icon--end,
18645
- .v-chip.v-chip--size-x-small .v-chip__close {
18646
- margin-inline-start: 4px;
18647
- margin-inline-end: -4px;
18631
+ .v-container--fluid {
18632
+ max-width: 100%;
18648
18633
  }
18649
- .v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
18650
- .v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
18651
- .v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
18652
- margin-inline-start: 8px;
18634
+ .v-container.fill-height {
18635
+ align-items: center;
18636
+ display: flex;
18637
+ flex-wrap: wrap;
18653
18638
  }
18654
18639
 
18655
- .v-chip.v-chip--size-small {
18656
- --v-chip-size: 0.75rem;
18657
- --v-chip-height: 26px;
18658
- font-size: 0.75rem;
18659
- padding: 0 10px;
18640
+ .v-row {
18641
+ display: flex;
18642
+ flex-wrap: wrap;
18643
+ flex: 1 1 auto;
18644
+ margin: -12px;
18660
18645
  }
18661
- .v-chip.v-chip--size-small .v-avatar {
18662
- --v-avatar-height: 20px;
18646
+ .v-row + .v-row {
18647
+ margin-top: 12px;
18663
18648
  }
18664
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar {
18665
- --v-avatar-height: 26px;
18649
+ .v-row + .v-row--dense {
18650
+ margin-top: 4px;
18666
18651
  }
18667
-
18668
- .v-chip.v-chip--size-small .v-avatar--start {
18669
- margin-inline-start: -7px;
18670
- margin-inline-end: 5px;
18652
+ .v-row--dense {
18653
+ margin: -4px;
18671
18654
  }
18672
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
18673
- margin-inline-start: -10px;
18655
+ .v-row--dense > .v-col,
18656
+ .v-row--dense > [class*=v-col-] {
18657
+ padding: 4px;
18674
18658
  }
18675
-
18676
- .v-chip.v-chip--size-small .v-avatar--end {
18677
- margin-inline-start: 5px;
18678
- margin-inline-end: -7px;
18659
+ .v-row.v-row--no-gutters {
18660
+ margin: 0;
18679
18661
  }
18680
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
18681
- margin-inline-end: -10px;
18662
+ .v-row.v-row--no-gutters > .v-col,
18663
+ .v-row.v-row--no-gutters > [class*=v-col-] {
18664
+ padding: 0;
18682
18665
  }
18683
18666
 
18684
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
18685
- margin-inline-start: 15px;
18667
+ .v-spacer {
18668
+ flex-grow: 1;
18686
18669
  }
18687
18670
 
18688
- .v-chip.v-chip--size-small .v-icon--start,
18689
- .v-chip.v-chip--size-small .v-chip__filter {
18690
- margin-inline-start: -5px;
18691
- margin-inline-end: 5px;
18692
- }
18693
- .v-chip.v-chip--size-small .v-icon--end,
18694
- .v-chip.v-chip--size-small .v-chip__close {
18695
- margin-inline-start: 5px;
18696
- margin-inline-end: -5px;
18697
- }
18698
- .v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
18699
- .v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
18700
- .v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
18701
- margin-inline-start: 10px;
18671
+ .v-col-xxl,
18672
+ .v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
18673
+ .v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
18674
+ .v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
18675
+ .v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
18676
+ .v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
18677
+ .v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
18678
+ width: 100%;
18679
+ padding: 12px;
18702
18680
  }
18703
18681
 
18704
- .v-chip.v-chip--size-default {
18705
- --v-chip-size: 0.875rem;
18706
- --v-chip-height: 32px;
18707
- font-size: 0.875rem;
18708
- padding: 0 12px;
18682
+ .v-col {
18683
+ flex-basis: 0;
18684
+ flex-grow: 1;
18685
+ max-width: 100%;
18709
18686
  }
18710
- .v-chip.v-chip--size-default .v-avatar {
18711
- --v-avatar-height: 26px;
18687
+
18688
+ .v-col-auto {
18689
+ flex: 0 0 auto;
18690
+ width: auto;
18691
+ max-width: 100%;
18712
18692
  }
18713
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar {
18714
- --v-avatar-height: 32px;
18693
+
18694
+ .v-col-1 {
18695
+ flex: 0 0 8.3333333333%;
18696
+ max-width: 8.3333333333%;
18715
18697
  }
18716
18698
 
18717
- .v-chip.v-chip--size-default .v-avatar--start {
18718
- margin-inline-start: -8.4px;
18719
- margin-inline-end: 6px;
18699
+ .v-col-2 {
18700
+ flex: 0 0 16.6666666667%;
18701
+ max-width: 16.6666666667%;
18720
18702
  }
18721
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
18722
- margin-inline-start: -12px;
18723
- }
18724
-
18725
- .v-chip.v-chip--size-default .v-avatar--end {
18726
- margin-inline-start: 6px;
18727
- margin-inline-end: -8.4px;
18728
- }
18729
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
18730
- margin-inline-end: -12px;
18731
- }
18732
-
18733
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
18734
- margin-inline-start: 18px;
18735
- }
18736
-
18737
- .v-chip.v-chip--size-default .v-icon--start,
18738
- .v-chip.v-chip--size-default .v-chip__filter {
18739
- margin-inline-start: -6px;
18740
- margin-inline-end: 6px;
18741
- }
18742
- .v-chip.v-chip--size-default .v-icon--end,
18743
- .v-chip.v-chip--size-default .v-chip__close {
18744
- margin-inline-start: 6px;
18745
- margin-inline-end: -6px;
18746
- }
18747
- .v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
18748
- .v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
18749
- .v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
18750
- margin-inline-start: 12px;
18751
- }
18752
-
18753
- .v-chip.v-chip--size-large {
18754
- --v-chip-size: 1rem;
18755
- --v-chip-height: 38px;
18756
- font-size: 1rem;
18757
- padding: 0 14px;
18758
- }
18759
- .v-chip.v-chip--size-large .v-avatar {
18760
- --v-avatar-height: 32px;
18761
- }
18762
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar {
18763
- --v-avatar-height: 38px;
18764
- }
18765
-
18766
- .v-chip.v-chip--size-large .v-avatar--start {
18767
- margin-inline-start: -9.8px;
18768
- margin-inline-end: 7px;
18769
- }
18770
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
18771
- margin-inline-start: -14px;
18772
- }
18773
-
18774
- .v-chip.v-chip--size-large .v-avatar--end {
18775
- margin-inline-start: 7px;
18776
- margin-inline-end: -9.8px;
18777
- }
18778
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
18779
- margin-inline-end: -14px;
18780
- }
18781
-
18782
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
18783
- margin-inline-start: 21px;
18784
- }
18785
-
18786
- .v-chip.v-chip--size-large .v-icon--start,
18787
- .v-chip.v-chip--size-large .v-chip__filter {
18788
- margin-inline-start: -7px;
18789
- margin-inline-end: 7px;
18790
- }
18791
- .v-chip.v-chip--size-large .v-icon--end,
18792
- .v-chip.v-chip--size-large .v-chip__close {
18793
- margin-inline-start: 7px;
18794
- margin-inline-end: -7px;
18795
- }
18796
- .v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
18797
- .v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
18798
- .v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
18799
- margin-inline-start: 14px;
18800
- }
18801
-
18802
- .v-chip.v-chip--size-x-large {
18803
- --v-chip-size: 1.125rem;
18804
- --v-chip-height: 44px;
18805
- font-size: 1.125rem;
18806
- padding: 0 17px;
18807
- }
18808
- .v-chip.v-chip--size-x-large .v-avatar {
18809
- --v-avatar-height: 38px;
18810
- }
18811
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
18812
- --v-avatar-height: 44px;
18813
- }
18814
-
18815
- .v-chip.v-chip--size-x-large .v-avatar--start {
18816
- margin-inline-start: -11.9px;
18817
- margin-inline-end: 8.5px;
18818
- }
18819
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
18820
- margin-inline-start: -17px;
18821
- }
18822
-
18823
- .v-chip.v-chip--size-x-large .v-avatar--end {
18824
- margin-inline-start: 8.5px;
18825
- margin-inline-end: -11.9px;
18826
- }
18827
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
18828
- margin-inline-end: -17px;
18829
- }
18830
-
18831
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
18832
- margin-inline-start: 25.5px;
18833
- }
18834
-
18835
- .v-chip.v-chip--size-x-large .v-icon--start,
18836
- .v-chip.v-chip--size-x-large .v-chip__filter {
18837
- margin-inline-start: -8.5px;
18838
- margin-inline-end: 8.5px;
18839
- }
18840
- .v-chip.v-chip--size-x-large .v-icon--end,
18841
- .v-chip.v-chip--size-x-large .v-chip__close {
18842
- margin-inline-start: 8.5px;
18843
- margin-inline-end: -8.5px;
18844
- }
18845
- .v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
18846
- .v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
18847
- .v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
18848
- margin-inline-start: 17px;
18849
- }
18850
-
18851
- .v-chip.v-chip--density-default {
18852
- height: calc(var(--v-chip-height) + 0px);
18853
- }
18854
-
18855
- .v-chip.v-chip--density-comfortable {
18856
- height: calc(var(--v-chip-height) + -8px);
18857
- }
18858
-
18859
- .v-chip.v-chip--density-compact {
18860
- height: calc(var(--v-chip-height) + -12px);
18861
- }
18862
-
18863
- .v-chip:hover > .v-chip__overlay {
18864
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18865
- }
18866
- .v-chip:focus-visible > .v-chip__overlay {
18867
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18868
- }
18869
- @supports not selector(:focus-visible) {
18870
- .v-chip:focus > .v-chip__overlay {
18871
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18872
- }
18873
- }
18874
- .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
18875
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18876
- }
18877
- .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
18878
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18879
- }
18880
- .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
18881
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18882
- }
18883
- @supports not selector(:focus-visible) {
18884
- .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
18885
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18886
- }
18887
- }
18888
- .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
18889
- background: transparent;
18890
- color: inherit;
18891
- }
18892
- .v-chip--variant-plain {
18893
- opacity: 0.26;
18894
- }
18895
- .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
18896
- opacity: 1;
18897
- }
18898
- .v-chip--variant-plain .v-chip__overlay {
18899
- display: none;
18900
- }
18901
- .v-chip--variant-elevated, .v-chip--variant-flat {
18902
- background: rgb(var(--v-theme-surface-variant));
18903
- color: rgb(var(--v-theme-on-surface-variant));
18904
- }
18905
- .v-chip--variant-elevated {
18906
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18907
- }
18908
- .v-chip--variant-flat {
18909
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18910
- }
18911
- .v-chip--variant-outlined {
18912
- border: thin solid currentColor;
18913
- }
18914
- .v-chip--variant-text .v-chip__overlay {
18915
- background: currentColor;
18916
- }
18917
- .v-chip--variant-tonal .v-chip__underlay {
18918
- background: currentColor;
18919
- opacity: var(--v-activated-opacity);
18920
- border-radius: inherit;
18921
- position: absolute;
18922
- top: 0;
18923
- right: 0;
18924
- bottom: 0;
18925
- left: 0;
18926
- pointer-events: none;
18927
- }
18928
- .v-chip--border {
18929
- border-width: thin;
18930
- }
18931
- .v-chip--link {
18932
- cursor: pointer;
18933
- }
18934
- .v-chip--filter {
18935
- -webkit-user-select: none;
18936
- user-select: none;
18937
- }
18938
- .v-chip--label {
18939
- border-radius: 4px;
18940
- }
18941
-
18942
- .v-chip__content {
18943
- align-items: center;
18944
- display: inline-flex;
18945
- }
18946
- .v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
18947
- overflow: hidden;
18948
- }
18949
-
18950
- .v-chip__filter,
18951
- .v-chip__prepend,
18952
- .v-chip__append,
18953
- .v-chip__close {
18954
- align-items: center;
18955
- display: inline-flex;
18956
- }
18957
-
18958
- .v-chip__close {
18959
- cursor: pointer;
18960
- flex: 0 1 auto;
18961
- font-size: 18px;
18962
- max-height: 18px;
18963
- max-width: 18px;
18964
- -webkit-user-select: none;
18965
- user-select: none;
18966
- }
18967
- .v-chip__close .v-icon {
18968
- font-size: inherit;
18969
- }
18970
-
18971
- .v-chip__filter {
18972
- transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
18973
- }
18974
-
18975
- .v-chip__overlay {
18976
- position: absolute;
18977
- top: 0;
18978
- left: 0;
18979
- width: 100%;
18980
- height: 100%;
18981
- background-color: currentColor;
18982
- border-radius: inherit;
18983
- pointer-events: none;
18984
- opacity: 0;
18985
- transition: opacity 0.2s ease-in-out;
18986
- }
18987
-
18988
- .v-chip--disabled {
18989
- opacity: 0.3;
18990
- pointer-events: none;
18991
- -webkit-user-select: none;
18992
- user-select: none;
18993
- }
18994
-
18995
- .v-chip--label {
18996
- border-radius: 4px;
18997
- }.v-chip-group {
18998
- display: flex;
18999
- max-width: 100%;
19000
- min-width: 0;
19001
- overflow-x: auto;
19002
- padding: 4px 0;
19003
- flex-wrap: wrap;
19004
- }
19005
- .v-chip-group .v-chip {
19006
- margin: 4px 8px 4px 0;
19007
- }
19008
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19009
- opacity: var(--v-activated-opacity);
19010
- }
19011
-
19012
- .v-chip-group--column {
19013
- flex-wrap: wrap;
19014
- white-space: normal;
19015
- }.v-container {
19016
- width: 100%;
19017
- padding: 16px;
19018
- margin-right: auto;
19019
- margin-left: auto;
19020
- }
19021
- @media (min-width: 960px) {
19022
- .v-container {
19023
- max-width: 900px;
19024
- }
19025
- }
19026
- @media (min-width: 1280px) {
19027
- .v-container {
19028
- max-width: 1200px;
19029
- }
19030
- }
19031
- @media (min-width: 1920px) {
19032
- .v-container {
19033
- max-width: 1800px;
19034
- }
19035
- }
19036
- @media (min-width: 2560px) {
19037
- .v-container {
19038
- max-width: 2400px;
19039
- }
19040
- }
19041
- .v-container--fluid {
19042
- max-width: 100%;
19043
- }
19044
- .v-container.fill-height {
19045
- align-items: center;
19046
- display: flex;
19047
- flex-wrap: wrap;
19048
- }
19049
-
19050
- .v-row {
19051
- display: flex;
19052
- flex-wrap: wrap;
19053
- flex: 1 1 auto;
19054
- margin: -12px;
19055
- }
19056
- .v-row + .v-row {
19057
- margin-top: 12px;
19058
- }
19059
- .v-row + .v-row--dense {
19060
- margin-top: 4px;
19061
- }
19062
- .v-row--dense {
19063
- margin: -4px;
19064
- }
19065
- .v-row--dense > .v-col,
19066
- .v-row--dense > [class*=v-col-] {
19067
- padding: 4px;
19068
- }
19069
- .v-row.v-row--no-gutters {
19070
- margin: 0;
19071
- }
19072
- .v-row.v-row--no-gutters > .v-col,
19073
- .v-row.v-row--no-gutters > [class*=v-col-] {
19074
- padding: 0;
19075
- }
19076
-
19077
- .v-spacer {
19078
- flex-grow: 1;
19079
- }
19080
-
19081
- .v-col-xxl,
19082
- .v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
19083
- .v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
19084
- .v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
19085
- .v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
19086
- .v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
19087
- .v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
19088
- width: 100%;
19089
- padding: 12px;
19090
- }
19091
-
19092
- .v-col {
19093
- flex-basis: 0;
19094
- flex-grow: 1;
19095
- max-width: 100%;
19096
- }
19097
-
19098
- .v-col-auto {
19099
- flex: 0 0 auto;
19100
- width: auto;
19101
- max-width: 100%;
19102
- }
19103
-
19104
- .v-col-1 {
19105
- flex: 0 0 8.3333333333%;
19106
- max-width: 8.3333333333%;
19107
- }
19108
-
19109
- .v-col-2 {
19110
- flex: 0 0 16.6666666667%;
19111
- max-width: 16.6666666667%;
19112
- }
19113
-
19114
- .v-col-3 {
19115
- flex: 0 0 25%;
19116
- max-width: 25%;
18703
+
18704
+ .v-col-3 {
18705
+ flex: 0 0 25%;
18706
+ max-width: 25%;
19117
18707
  }
19118
18708
 
19119
18709
  .v-col-4 {
@@ -19681,9 +19271,417 @@ html.overflow-y-hidden {
19681
19271
  .offset-xxl-10 {
19682
19272
  margin-inline-start: 83.3333333333%;
19683
19273
  }
19684
- .offset-xxl-11 {
19685
- margin-inline-start: 91.6666666667%;
19274
+ .offset-xxl-11 {
19275
+ margin-inline-start: 91.6666666667%;
19276
+ }
19277
+ }.v-chip {
19278
+ align-items: center;
19279
+ cursor: default;
19280
+ display: inline-flex;
19281
+ font-weight: 400;
19282
+ max-width: 100%;
19283
+ min-width: 0;
19284
+ overflow: hidden;
19285
+ position: relative;
19286
+ text-decoration: none;
19287
+ white-space: nowrap;
19288
+ vertical-align: middle;
19289
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19290
+ border-style: solid;
19291
+ border-width: 0;
19292
+ border-radius: 9999px;
19293
+ }
19294
+ .v-chip.v-chip--size-x-small {
19295
+ --v-chip-size: 0.625rem;
19296
+ --v-chip-height: 20px;
19297
+ font-size: 0.625rem;
19298
+ padding: 0 8px;
19299
+ }
19300
+ .v-chip.v-chip--size-x-small .v-avatar {
19301
+ --v-avatar-height: 14px;
19302
+ }
19303
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
19304
+ --v-avatar-height: 20px;
19305
+ }
19306
+
19307
+ .v-chip.v-chip--size-x-small .v-avatar--start {
19308
+ margin-inline-start: -5.6px;
19309
+ margin-inline-end: 4px;
19310
+ }
19311
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
19312
+ margin-inline-start: -8px;
19313
+ }
19314
+
19315
+ .v-chip.v-chip--size-x-small .v-avatar--end {
19316
+ margin-inline-start: 4px;
19317
+ margin-inline-end: -5.6px;
19318
+ }
19319
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
19320
+ margin-inline-end: -8px;
19321
+ }
19322
+
19323
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
19324
+ margin-inline-start: 12px;
19325
+ }
19326
+
19327
+ .v-chip.v-chip--size-x-small .v-icon--start,
19328
+ .v-chip.v-chip--size-x-small .v-chip__filter {
19329
+ margin-inline-start: -4px;
19330
+ margin-inline-end: 4px;
19331
+ }
19332
+ .v-chip.v-chip--size-x-small .v-icon--end,
19333
+ .v-chip.v-chip--size-x-small .v-chip__close {
19334
+ margin-inline-start: 4px;
19335
+ margin-inline-end: -4px;
19336
+ }
19337
+ .v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
19338
+ .v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
19339
+ .v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
19340
+ margin-inline-start: 8px;
19341
+ }
19342
+
19343
+ .v-chip.v-chip--size-small {
19344
+ --v-chip-size: 0.75rem;
19345
+ --v-chip-height: 26px;
19346
+ font-size: 0.75rem;
19347
+ padding: 0 10px;
19348
+ }
19349
+ .v-chip.v-chip--size-small .v-avatar {
19350
+ --v-avatar-height: 20px;
19351
+ }
19352
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar {
19353
+ --v-avatar-height: 26px;
19354
+ }
19355
+
19356
+ .v-chip.v-chip--size-small .v-avatar--start {
19357
+ margin-inline-start: -7px;
19358
+ margin-inline-end: 5px;
19359
+ }
19360
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
19361
+ margin-inline-start: -10px;
19362
+ }
19363
+
19364
+ .v-chip.v-chip--size-small .v-avatar--end {
19365
+ margin-inline-start: 5px;
19366
+ margin-inline-end: -7px;
19367
+ }
19368
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
19369
+ margin-inline-end: -10px;
19370
+ }
19371
+
19372
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
19373
+ margin-inline-start: 15px;
19374
+ }
19375
+
19376
+ .v-chip.v-chip--size-small .v-icon--start,
19377
+ .v-chip.v-chip--size-small .v-chip__filter {
19378
+ margin-inline-start: -5px;
19379
+ margin-inline-end: 5px;
19380
+ }
19381
+ .v-chip.v-chip--size-small .v-icon--end,
19382
+ .v-chip.v-chip--size-small .v-chip__close {
19383
+ margin-inline-start: 5px;
19384
+ margin-inline-end: -5px;
19385
+ }
19386
+ .v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
19387
+ .v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
19388
+ .v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
19389
+ margin-inline-start: 10px;
19390
+ }
19391
+
19392
+ .v-chip.v-chip--size-default {
19393
+ --v-chip-size: 0.875rem;
19394
+ --v-chip-height: 32px;
19395
+ font-size: 0.875rem;
19396
+ padding: 0 12px;
19397
+ }
19398
+ .v-chip.v-chip--size-default .v-avatar {
19399
+ --v-avatar-height: 26px;
19400
+ }
19401
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar {
19402
+ --v-avatar-height: 32px;
19403
+ }
19404
+
19405
+ .v-chip.v-chip--size-default .v-avatar--start {
19406
+ margin-inline-start: -8.4px;
19407
+ margin-inline-end: 6px;
19408
+ }
19409
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
19410
+ margin-inline-start: -12px;
19411
+ }
19412
+
19413
+ .v-chip.v-chip--size-default .v-avatar--end {
19414
+ margin-inline-start: 6px;
19415
+ margin-inline-end: -8.4px;
19416
+ }
19417
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
19418
+ margin-inline-end: -12px;
19419
+ }
19420
+
19421
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
19422
+ margin-inline-start: 18px;
19423
+ }
19424
+
19425
+ .v-chip.v-chip--size-default .v-icon--start,
19426
+ .v-chip.v-chip--size-default .v-chip__filter {
19427
+ margin-inline-start: -6px;
19428
+ margin-inline-end: 6px;
19429
+ }
19430
+ .v-chip.v-chip--size-default .v-icon--end,
19431
+ .v-chip.v-chip--size-default .v-chip__close {
19432
+ margin-inline-start: 6px;
19433
+ margin-inline-end: -6px;
19434
+ }
19435
+ .v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
19436
+ .v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
19437
+ .v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
19438
+ margin-inline-start: 12px;
19439
+ }
19440
+
19441
+ .v-chip.v-chip--size-large {
19442
+ --v-chip-size: 1rem;
19443
+ --v-chip-height: 38px;
19444
+ font-size: 1rem;
19445
+ padding: 0 14px;
19446
+ }
19447
+ .v-chip.v-chip--size-large .v-avatar {
19448
+ --v-avatar-height: 32px;
19449
+ }
19450
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar {
19451
+ --v-avatar-height: 38px;
19452
+ }
19453
+
19454
+ .v-chip.v-chip--size-large .v-avatar--start {
19455
+ margin-inline-start: -9.8px;
19456
+ margin-inline-end: 7px;
19457
+ }
19458
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
19459
+ margin-inline-start: -14px;
19460
+ }
19461
+
19462
+ .v-chip.v-chip--size-large .v-avatar--end {
19463
+ margin-inline-start: 7px;
19464
+ margin-inline-end: -9.8px;
19465
+ }
19466
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
19467
+ margin-inline-end: -14px;
19468
+ }
19469
+
19470
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
19471
+ margin-inline-start: 21px;
19472
+ }
19473
+
19474
+ .v-chip.v-chip--size-large .v-icon--start,
19475
+ .v-chip.v-chip--size-large .v-chip__filter {
19476
+ margin-inline-start: -7px;
19477
+ margin-inline-end: 7px;
19478
+ }
19479
+ .v-chip.v-chip--size-large .v-icon--end,
19480
+ .v-chip.v-chip--size-large .v-chip__close {
19481
+ margin-inline-start: 7px;
19482
+ margin-inline-end: -7px;
19483
+ }
19484
+ .v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
19485
+ .v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
19486
+ .v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
19487
+ margin-inline-start: 14px;
19488
+ }
19489
+
19490
+ .v-chip.v-chip--size-x-large {
19491
+ --v-chip-size: 1.125rem;
19492
+ --v-chip-height: 44px;
19493
+ font-size: 1.125rem;
19494
+ padding: 0 17px;
19495
+ }
19496
+ .v-chip.v-chip--size-x-large .v-avatar {
19497
+ --v-avatar-height: 38px;
19498
+ }
19499
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
19500
+ --v-avatar-height: 44px;
19501
+ }
19502
+
19503
+ .v-chip.v-chip--size-x-large .v-avatar--start {
19504
+ margin-inline-start: -11.9px;
19505
+ margin-inline-end: 8.5px;
19506
+ }
19507
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
19508
+ margin-inline-start: -17px;
19509
+ }
19510
+
19511
+ .v-chip.v-chip--size-x-large .v-avatar--end {
19512
+ margin-inline-start: 8.5px;
19513
+ margin-inline-end: -11.9px;
19514
+ }
19515
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
19516
+ margin-inline-end: -17px;
19517
+ }
19518
+
19519
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
19520
+ margin-inline-start: 25.5px;
19521
+ }
19522
+
19523
+ .v-chip.v-chip--size-x-large .v-icon--start,
19524
+ .v-chip.v-chip--size-x-large .v-chip__filter {
19525
+ margin-inline-start: -8.5px;
19526
+ margin-inline-end: 8.5px;
19527
+ }
19528
+ .v-chip.v-chip--size-x-large .v-icon--end,
19529
+ .v-chip.v-chip--size-x-large .v-chip__close {
19530
+ margin-inline-start: 8.5px;
19531
+ margin-inline-end: -8.5px;
19532
+ }
19533
+ .v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
19534
+ .v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
19535
+ .v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
19536
+ margin-inline-start: 17px;
19537
+ }
19538
+
19539
+ .v-chip.v-chip--density-default {
19540
+ height: calc(var(--v-chip-height) + 0px);
19541
+ }
19542
+
19543
+ .v-chip.v-chip--density-comfortable {
19544
+ height: calc(var(--v-chip-height) + -8px);
19545
+ }
19546
+
19547
+ .v-chip.v-chip--density-compact {
19548
+ height: calc(var(--v-chip-height) + -12px);
19549
+ }
19550
+
19551
+ .v-chip:hover > .v-chip__overlay {
19552
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19553
+ }
19554
+ .v-chip:focus-visible > .v-chip__overlay {
19555
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19556
+ }
19557
+ @supports not selector(:focus-visible) {
19558
+ .v-chip:focus > .v-chip__overlay {
19559
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19560
+ }
19561
+ }
19562
+ .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
19563
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19564
+ }
19565
+ .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
19566
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19567
+ }
19568
+ .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
19569
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19570
+ }
19571
+ @supports not selector(:focus-visible) {
19572
+ .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
19573
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19686
19574
  }
19575
+ }
19576
+ .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
19577
+ background: transparent;
19578
+ color: inherit;
19579
+ }
19580
+ .v-chip--variant-plain {
19581
+ opacity: 0.26;
19582
+ }
19583
+ .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
19584
+ opacity: 1;
19585
+ }
19586
+ .v-chip--variant-plain .v-chip__overlay {
19587
+ display: none;
19588
+ }
19589
+ .v-chip--variant-elevated, .v-chip--variant-flat {
19590
+ background: rgb(var(--v-theme-surface-variant));
19591
+ color: rgb(var(--v-theme-on-surface-variant));
19592
+ }
19593
+ .v-chip--variant-elevated {
19594
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
19595
+ }
19596
+ .v-chip--variant-flat {
19597
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
19598
+ }
19599
+ .v-chip--variant-outlined {
19600
+ border: thin solid currentColor;
19601
+ }
19602
+ .v-chip--variant-text .v-chip__overlay {
19603
+ background: currentColor;
19604
+ }
19605
+ .v-chip--variant-tonal .v-chip__underlay {
19606
+ background: currentColor;
19607
+ opacity: var(--v-activated-opacity);
19608
+ border-radius: inherit;
19609
+ position: absolute;
19610
+ top: 0;
19611
+ right: 0;
19612
+ bottom: 0;
19613
+ left: 0;
19614
+ pointer-events: none;
19615
+ }
19616
+ .v-chip--border {
19617
+ border-width: thin;
19618
+ }
19619
+ .v-chip--link {
19620
+ cursor: pointer;
19621
+ }
19622
+ .v-chip--filter {
19623
+ -webkit-user-select: none;
19624
+ user-select: none;
19625
+ }
19626
+ .v-chip--label {
19627
+ border-radius: 4px;
19628
+ }
19629
+
19630
+ .v-chip__content {
19631
+ align-items: center;
19632
+ display: inline-flex;
19633
+ }
19634
+ .v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
19635
+ overflow: hidden;
19636
+ }
19637
+
19638
+ .v-chip__filter,
19639
+ .v-chip__prepend,
19640
+ .v-chip__append,
19641
+ .v-chip__close {
19642
+ align-items: center;
19643
+ display: inline-flex;
19644
+ }
19645
+
19646
+ .v-chip__close {
19647
+ cursor: pointer;
19648
+ flex: 0 1 auto;
19649
+ font-size: 18px;
19650
+ max-height: 18px;
19651
+ max-width: 18px;
19652
+ -webkit-user-select: none;
19653
+ user-select: none;
19654
+ }
19655
+ .v-chip__close .v-icon {
19656
+ font-size: inherit;
19657
+ }
19658
+
19659
+ .v-chip__filter {
19660
+ transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
19661
+ }
19662
+
19663
+ .v-chip__overlay {
19664
+ position: absolute;
19665
+ top: 0;
19666
+ left: 0;
19667
+ width: 100%;
19668
+ height: 100%;
19669
+ background-color: currentColor;
19670
+ border-radius: inherit;
19671
+ pointer-events: none;
19672
+ opacity: 0;
19673
+ transition: opacity 0.2s ease-in-out;
19674
+ }
19675
+
19676
+ .v-chip--disabled {
19677
+ opacity: 0.3;
19678
+ pointer-events: none;
19679
+ -webkit-user-select: none;
19680
+ user-select: none;
19681
+ }
19682
+
19683
+ .v-chip--label {
19684
+ border-radius: 4px;
19687
19685
  }.v-color-picker {
19688
19686
  align-self: flex-start;
19689
19687
  contain: content;
@@ -19807,6 +19805,9 @@ html.overflow-y-hidden {
19807
19805
  cursor: pointer;
19808
19806
  }
19809
19807
 
19808
+ .v-data-table .v-table__wrapper > table {
19809
+ table-layout: fixed;
19810
+ }
19810
19811
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
19811
19812
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
19812
19813
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
@@ -19956,6 +19957,10 @@ html.overflow-y-hidden {
19956
19957
 
19957
19958
  .v-date-picker {
19958
19959
  overflow: hidden;
19960
+ width: 360px;
19961
+ }
19962
+ .v-date-picker--show-week {
19963
+ width: 408px;
19959
19964
  }
19960
19965
 
19961
19966
  .v-date-picker-month {
@@ -20025,6 +20030,55 @@ html.overflow-y-hidden {
20025
20030
 
20026
20031
  .v-date-picker__title {
20027
20032
  display: inline-block;
20033
+ }.v-date-picker-month {
20034
+ display: flex;
20035
+ justify-content: center;
20036
+ min-width: 328px;
20037
+ --v-date-picker-month-day-diff: 4px;
20038
+ }
20039
+
20040
+ .v-date-picker-month__weeks {
20041
+ display: grid;
20042
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20043
+ row-gap: 4px;
20044
+ font-size: 0.875rem;
20045
+ }
20046
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20047
+ grid-row-gap: 0;
20048
+ }
20049
+
20050
+ .v-date-picker-month__weekday {
20051
+ font-size: 0.875rem;
20052
+ }
20053
+
20054
+ .v-date-picker-month__days {
20055
+ display: grid;
20056
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20057
+ row-gap: 4px;
20058
+ flex: 1 1;
20059
+ justify-content: space-around;
20060
+ }
20061
+
20062
+ .v-date-picker-month__day {
20063
+ align-items: center;
20064
+ display: flex;
20065
+ justify-content: center;
20066
+ position: relative;
20067
+ }
20068
+ .v-date-picker-month__day--selected .v-btn {
20069
+ background-color: rgb(var(--v-theme-surface-variant));
20070
+ color: rgb(var(--v-theme-on-surface-variant));
20071
+ }
20072
+ .v-date-picker-month__day--week {
20073
+ font-size: var(--v-btn-size);
20074
+ }
20075
+
20076
+ .v-date-picker-month__day--adjacent {
20077
+ opacity: 0.5;
20078
+ }
20079
+
20080
+ .v-date-picker-month__day--hide-adjacent {
20081
+ opacity: 0;
20028
20082
  }.v-date-picker-header {
20029
20083
  display: grid;
20030
20084
  grid-template-areas: "prepend content append";
@@ -20086,55 +20140,21 @@ html.overflow-y-hidden {
20086
20140
  .date-picker-header-reverse-transition-leave-to {
20087
20141
  opacity: 0;
20088
20142
  transform: translate(0, 100%);
20089
- }.v-date-picker-month {
20090
- display: flex;
20091
- justify-content: center;
20092
- min-width: 328px;
20093
- --v-date-picker-month-day-diff: 4px;
20094
- }
20095
-
20096
- .v-date-picker-month__weeks {
20097
- display: grid;
20098
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20099
- row-gap: 4px;
20100
- font-size: 0.875rem;
20101
- }
20102
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20103
- grid-row-gap: 0;
20104
- }
20105
-
20106
- .v-date-picker-month__weekday {
20107
- font-size: 0.875rem;
20108
- }
20109
-
20110
- .v-date-picker-month__days {
20111
- display: grid;
20112
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20113
- row-gap: 4px;
20114
- flex: 1 1;
20115
- justify-content: space-around;
20116
- }
20117
-
20118
- .v-date-picker-month__day {
20119
- align-items: center;
20120
- display: flex;
20121
- justify-content: center;
20122
- position: relative;
20123
- }
20124
- .v-date-picker-month__day--selected .v-btn {
20125
- background-color: rgb(var(--v-theme-surface-variant));
20126
- color: rgb(var(--v-theme-on-surface-variant));
20127
- }
20128
- .v-date-picker-month__day--week {
20129
- font-size: var(--v-btn-size);
20143
+ }.v-date-picker-years {
20144
+ height: 320px;
20145
+ overflow-y: scroll;
20130
20146
  }
20131
20147
 
20132
- .v-date-picker-month__day--adjacent {
20133
- opacity: 0.5;
20148
+ .v-date-picker-years__content {
20149
+ display: grid;
20150
+ flex: 1 1;
20151
+ justify-content: space-around;
20152
+ grid-template-columns: repeat(3, 1fr);
20153
+ gap: 8px 24px;
20154
+ padding-inline: 36px;
20134
20155
  }
20135
-
20136
- .v-date-picker-month__day--hide-adjacent {
20137
- opacity: 0;
20156
+ .v-date-picker-years__content .v-btn {
20157
+ padding-inline: 8px;
20138
20158
  }.v-date-picker-months {
20139
20159
  height: 320px;
20140
20160
  overflow-y: scroll;
@@ -20155,21 +20175,6 @@ html.overflow-y-hidden {
20155
20175
  text-transform: none;
20156
20176
  padding-inline-start: 8px;
20157
20177
  padding-inline-end: 8px;
20158
- }.v-date-picker-years {
20159
- height: 320px;
20160
- overflow-y: scroll;
20161
- }
20162
-
20163
- .v-date-picker-years__content {
20164
- display: grid;
20165
- flex: 1 1;
20166
- justify-content: space-around;
20167
- grid-template-columns: repeat(3, 1fr);
20168
- gap: 8px 24px;
20169
- padding-inline: 36px;
20170
- }
20171
- .v-date-picker-years__content .v-btn {
20172
- padding-inline: 8px;
20173
20178
  }.v-dialog {
20174
20179
  align-items: center;
20175
20180
  justify-content: center;
@@ -20180,8 +20185,12 @@ html.overflow-y-hidden {
20180
20185
  width: calc(100% - 48px);
20181
20186
  max-width: calc(100% - 48px);
20182
20187
  margin: 24px;
20188
+ }
20189
+ .v-dialog > .v-overlay__content,
20190
+ .v-dialog > .v-overlay__content > form {
20183
20191
  display: flex;
20184
20192
  flex-direction: column;
20193
+ min-height: 0;
20185
20194
  }
20186
20195
  .v-dialog > .v-overlay__content > .v-card,
20187
20196
  .v-dialog > .v-overlay__content > .v-sheet,
@@ -20229,260 +20238,60 @@ html.overflow-y-hidden {
20229
20238
  left: 0;
20230
20239
  }
20231
20240
  .v-dialog--fullscreen > .v-overlay__content > .v-card,
20232
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20233
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20234
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20235
- min-height: 100%;
20236
- min-width: 100%;
20237
- border-radius: 0;
20238
- }
20239
-
20240
- .v-dialog--scrollable > .v-overlay__content,
20241
- .v-dialog--scrollable > .v-overlay__content > form {
20242
- display: flex;
20243
- overflow: hidden;
20244
- }
20245
- .v-dialog--scrollable > .v-overlay__content > .v-card,
20246
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20247
- display: flex;
20248
- flex: 1 1 100%;
20249
- flex-direction: column;
20250
- max-height: 100%;
20251
- max-width: 100%;
20252
- }
20253
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20254
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20255
- -webkit-backface-visibility: hidden;
20256
- backface-visibility: hidden;
20257
- overflow-y: auto;
20258
- }.v-divider {
20259
- display: block;
20260
- flex: 1 1 100%;
20261
- height: 0px;
20262
- max-height: 0px;
20263
- opacity: var(--v-border-opacity);
20264
- transition: inherit;
20265
- border-style: solid;
20266
- border-width: thin 0 0 0;
20267
- }
20268
- .v-divider--vertical {
20269
- align-self: stretch;
20270
- border-width: 0 thin 0 0;
20271
- display: inline-flex;
20272
- height: inherit;
20273
- margin-left: -1px;
20274
- max-height: 100%;
20275
- max-width: 0px;
20276
- vertical-align: text-bottom;
20277
- width: 0px;
20278
- }
20279
- .v-divider--inset:not(.v-divider--vertical) {
20280
- max-width: calc(100% - 72px);
20281
- margin-inline-start: 72px;
20282
- }
20283
- .v-divider--inset.v-divider--vertical {
20284
- margin-bottom: 8px;
20285
- margin-top: 8px;
20286
- max-height: calc(100% - 16px);
20287
- }.v-expansion-panel {
20288
- background-color: rgb(var(--v-theme-surface));
20289
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20290
- }
20291
- .v-expansion-panel:not(:first-child)::after {
20292
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20293
- }
20294
- .v-expansion-panel--disabled .v-expansion-panel-title {
20295
- color: rgba(var(--v-theme-on-surface), 0.26);
20296
- }
20297
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20298
- opacity: 0.4615384615;
20299
- }
20300
-
20301
- .v-expansion-panels {
20302
- display: flex;
20303
- flex-wrap: wrap;
20304
- justify-content: center;
20305
- list-style-type: none;
20306
- padding: 0;
20307
- width: 100%;
20308
- position: relative;
20309
- z-index: 1;
20310
- }
20311
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20312
- border-bottom-left-radius: 0 !important;
20313
- border-bottom-right-radius: 0 !important;
20314
- }
20315
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20316
- border-top-left-radius: 0 !important;
20317
- border-top-right-radius: 0 !important;
20318
- }
20319
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20320
- border-bottom-left-radius: 0 !important;
20321
- border-bottom-right-radius: 0 !important;
20322
- }
20323
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20324
- border-top-left-radius: 0 !important;
20325
- border-top-right-radius: 0 !important;
20326
- }
20327
- .v-expansion-panels--variant-accordion > :first-child {
20328
- border-bottom-left-radius: 0 !important;
20329
- border-bottom-right-radius: 0 !important;
20330
- }
20331
- .v-expansion-panels--variant-accordion > :last-child {
20332
- border-top-left-radius: 0 !important;
20333
- border-top-right-radius: 0 !important;
20334
- }
20335
- .v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
20336
- border-bottom-left-radius: initial;
20337
- border-bottom-right-radius: initial;
20338
- }
20339
- .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
20340
- border-radius: 0 !important;
20341
- }
20342
- .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
20343
- transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
20344
- }
20345
-
20346
- .v-expansion-panel {
20347
- flex: 1 0 100%;
20348
- max-width: 100%;
20349
- position: relative;
20350
- transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
20351
- transition-property: margin-top, border-radius, border, max-width;
20352
- border-radius: 4px;
20353
- }
20354
- .v-expansion-panel:not(:first-child)::after {
20355
- border-top-style: solid;
20356
- border-top-width: thin;
20357
- content: "";
20358
- left: 0;
20359
- position: absolute;
20360
- right: 0;
20361
- top: 0;
20362
- transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
20363
- }
20364
- .v-expansion-panel--disabled .v-expansion-panel-title {
20365
- pointer-events: none;
20366
- }
20367
- .v-expansion-panel--active:not(:first-child),
20368
- .v-expansion-panel--active + .v-expansion-panel {
20369
- margin-top: 16px;
20370
- }
20371
- .v-expansion-panel--active:not(:first-child)::after,
20372
- .v-expansion-panel--active + .v-expansion-panel::after {
20373
- opacity: 0;
20374
- }
20375
- .v-expansion-panel--active > .v-expansion-panel-title {
20376
- border-bottom-left-radius: 0;
20377
- border-bottom-right-radius: 0;
20378
- }
20379
- .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
20380
- min-height: 64px;
20381
- }
20382
-
20383
- .v-expansion-panel__shadow {
20384
- position: absolute;
20385
- top: 0;
20386
- left: 0;
20387
- width: 100%;
20388
- height: 100%;
20389
- 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));
20390
- border-radius: inherit;
20391
- z-index: -1;
20392
- }
20393
-
20394
- .v-expansion-panel-title {
20395
- align-items: center;
20396
- text-align: start;
20397
- border-radius: inherit;
20398
- display: flex;
20399
- font-size: 0.9375rem;
20400
- line-height: 1;
20401
- min-height: 48px;
20402
- outline: none;
20403
- padding: 16px 24px;
20404
- position: relative;
20405
- transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
20406
- width: 100%;
20407
- justify-content: space-between;
20408
- }
20409
- .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
20410
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
20411
- }
20412
- .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
20413
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20414
- }
20415
- @supports not selector(:focus-visible) {
20416
- .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
20417
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20418
- }
20419
- }
20420
- .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 {
20421
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20422
- }
20423
- .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 {
20424
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20425
- }
20426
- .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 {
20427
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20428
- }
20429
- @supports not selector(:focus-visible) {
20430
- .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 {
20431
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20432
- }
20433
- }
20434
- .v-expansion-panel-title--active::before {
20435
- opacity: 0.12;
20436
- }
20437
-
20438
- .v-expansion-panel-title__overlay {
20439
- position: absolute;
20440
- top: 0;
20441
- left: 0;
20442
- width: 100%;
20443
- height: 100%;
20444
- background-color: currentColor;
20445
- border-radius: inherit;
20446
- opacity: 0;
20447
- }
20448
-
20449
- .v-expansion-panel-title__icon {
20450
- display: inline-flex;
20451
- margin-bottom: -4px;
20452
- margin-top: -4px;
20453
- -webkit-user-select: none;
20454
- user-select: none;
20455
- margin-inline-start: auto;
20241
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20242
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20243
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20244
+ min-height: 100%;
20245
+ min-width: 100%;
20246
+ border-radius: 0;
20456
20247
  }
20457
20248
 
20458
- .v-expansion-panel-text {
20249
+ .v-dialog--scrollable > .v-overlay__content,
20250
+ .v-dialog--scrollable > .v-overlay__content > form {
20459
20251
  display: flex;
20460
20252
  }
20461
- .v-expansion-panel-text__wrapper {
20462
- padding: 8px 24px 16px;
20463
- flex: 1 1 auto;
20253
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
20254
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20255
+ display: flex;
20256
+ flex: 1 1 100%;
20257
+ flex-direction: column;
20258
+ max-height: 100%;
20464
20259
  max-width: 100%;
20465
20260
  }
20466
-
20467
- .v-expansion-panels--variant-accordion > .v-expansion-panel {
20468
- margin-top: 0;
20469
- }
20470
- .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
20471
- opacity: 1;
20472
- }
20473
-
20474
- .v-expansion-panels--variant-popout > .v-expansion-panel {
20475
- max-width: calc(100% - 32px);
20261
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20262
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20263
+ -webkit-backface-visibility: hidden;
20264
+ backface-visibility: hidden;
20265
+ overflow-y: auto;
20266
+ }.v-divider {
20267
+ display: block;
20268
+ flex: 1 1 100%;
20269
+ height: 0px;
20270
+ max-height: 0px;
20271
+ opacity: var(--v-border-opacity);
20272
+ transition: inherit;
20273
+ border-style: solid;
20274
+ border-width: thin 0 0 0;
20476
20275
  }
20477
- .v-expansion-panels--variant-popout > .v-expansion-panel--active {
20478
- max-width: calc(100% + 16px);
20276
+ .v-divider--vertical {
20277
+ align-self: stretch;
20278
+ border-width: 0 thin 0 0;
20279
+ display: inline-flex;
20280
+ height: inherit;
20281
+ margin-left: -1px;
20282
+ max-height: 100%;
20283
+ max-width: 0px;
20284
+ vertical-align: text-bottom;
20285
+ width: 0px;
20479
20286
  }
20480
-
20481
- .v-expansion-panels--variant-inset > .v-expansion-panel {
20482
- max-width: 100%;
20287
+ .v-divider--inset:not(.v-divider--vertical) {
20288
+ max-width: calc(100% - 72px);
20289
+ margin-inline-start: 72px;
20483
20290
  }
20484
- .v-expansion-panels--variant-inset > .v-expansion-panel--active {
20485
- max-width: calc(100% - 32px);
20291
+ .v-divider--inset.v-divider--vertical {
20292
+ margin-bottom: 8px;
20293
+ margin-top: 8px;
20294
+ max-height: calc(100% - 16px);
20486
20295
  }/* region INPUT */
20487
20296
  .v-field {
20488
20297
  display: grid;
@@ -21020,12 +20829,211 @@ textarea.v-field__input::placeholder {
21020
20829
  border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
21021
20830
  }
21022
20831
 
21023
- .v-field--loading .v-field__outline::after,
21024
- .v-field--loading .v-field__outline::before {
21025
- opacity: 0;
20832
+ .v-field--loading .v-field__outline::after,
20833
+ .v-field--loading .v-field__outline::before {
20834
+ opacity: 0;
20835
+ }
20836
+
20837
+ /* endregion */.v-expansion-panel {
20838
+ background-color: rgb(var(--v-theme-surface));
20839
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20840
+ }
20841
+ .v-expansion-panel:not(:first-child)::after {
20842
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20843
+ }
20844
+ .v-expansion-panel--disabled .v-expansion-panel-title {
20845
+ color: rgba(var(--v-theme-on-surface), 0.26);
20846
+ }
20847
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20848
+ opacity: 0.4615384615;
20849
+ }
20850
+
20851
+ .v-expansion-panels {
20852
+ display: flex;
20853
+ flex-wrap: wrap;
20854
+ justify-content: center;
20855
+ list-style-type: none;
20856
+ padding: 0;
20857
+ width: 100%;
20858
+ position: relative;
20859
+ z-index: 1;
20860
+ }
20861
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20862
+ border-bottom-left-radius: 0 !important;
20863
+ border-bottom-right-radius: 0 !important;
20864
+ }
20865
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20866
+ border-top-left-radius: 0 !important;
20867
+ border-top-right-radius: 0 !important;
20868
+ }
20869
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20870
+ border-bottom-left-radius: 0 !important;
20871
+ border-bottom-right-radius: 0 !important;
20872
+ }
20873
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20874
+ border-top-left-radius: 0 !important;
20875
+ border-top-right-radius: 0 !important;
20876
+ }
20877
+ .v-expansion-panels--variant-accordion > :first-child {
20878
+ border-bottom-left-radius: 0 !important;
20879
+ border-bottom-right-radius: 0 !important;
20880
+ }
20881
+ .v-expansion-panels--variant-accordion > :last-child {
20882
+ border-top-left-radius: 0 !important;
20883
+ border-top-right-radius: 0 !important;
20884
+ }
20885
+ .v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
20886
+ border-bottom-left-radius: initial;
20887
+ border-bottom-right-radius: initial;
20888
+ }
20889
+ .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
20890
+ border-radius: 0 !important;
20891
+ }
20892
+ .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
20893
+ transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
20894
+ }
20895
+
20896
+ .v-expansion-panel {
20897
+ flex: 1 0 100%;
20898
+ max-width: 100%;
20899
+ position: relative;
20900
+ transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
20901
+ transition-property: margin-top, border-radius, border, max-width;
20902
+ border-radius: 4px;
20903
+ }
20904
+ .v-expansion-panel:not(:first-child)::after {
20905
+ border-top-style: solid;
20906
+ border-top-width: thin;
20907
+ content: "";
20908
+ left: 0;
20909
+ position: absolute;
20910
+ right: 0;
20911
+ top: 0;
20912
+ transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
20913
+ }
20914
+ .v-expansion-panel--disabled .v-expansion-panel-title {
20915
+ pointer-events: none;
20916
+ }
20917
+ .v-expansion-panel--active:not(:first-child),
20918
+ .v-expansion-panel--active + .v-expansion-panel {
20919
+ margin-top: 16px;
20920
+ }
20921
+ .v-expansion-panel--active:not(:first-child)::after,
20922
+ .v-expansion-panel--active + .v-expansion-panel::after {
20923
+ opacity: 0;
20924
+ }
20925
+ .v-expansion-panel--active > .v-expansion-panel-title {
20926
+ border-bottom-left-radius: 0;
20927
+ border-bottom-right-radius: 0;
20928
+ }
20929
+ .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
20930
+ min-height: 64px;
20931
+ }
20932
+
20933
+ .v-expansion-panel__shadow {
20934
+ position: absolute;
20935
+ top: 0;
20936
+ left: 0;
20937
+ width: 100%;
20938
+ height: 100%;
20939
+ 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));
20940
+ border-radius: inherit;
20941
+ z-index: -1;
20942
+ }
20943
+
20944
+ .v-expansion-panel-title {
20945
+ align-items: center;
20946
+ text-align: start;
20947
+ border-radius: inherit;
20948
+ display: flex;
20949
+ font-size: 0.9375rem;
20950
+ line-height: 1;
20951
+ min-height: 48px;
20952
+ outline: none;
20953
+ padding: 16px 24px;
20954
+ position: relative;
20955
+ transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
20956
+ width: 100%;
20957
+ justify-content: space-between;
20958
+ }
20959
+ .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
20960
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
20961
+ }
20962
+ .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
20963
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20964
+ }
20965
+ @supports not selector(:focus-visible) {
20966
+ .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
20967
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20968
+ }
20969
+ }
20970
+ .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 {
20971
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20972
+ }
20973
+ .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 {
20974
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20975
+ }
20976
+ .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 {
20977
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20978
+ }
20979
+ @supports not selector(:focus-visible) {
20980
+ .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 {
20981
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20982
+ }
20983
+ }
20984
+ .v-expansion-panel-title--active::before {
20985
+ opacity: 0.12;
20986
+ }
20987
+
20988
+ .v-expansion-panel-title__overlay {
20989
+ position: absolute;
20990
+ top: 0;
20991
+ left: 0;
20992
+ width: 100%;
20993
+ height: 100%;
20994
+ background-color: currentColor;
20995
+ border-radius: inherit;
20996
+ opacity: 0;
20997
+ }
20998
+
20999
+ .v-expansion-panel-title__icon {
21000
+ display: inline-flex;
21001
+ margin-bottom: -4px;
21002
+ margin-top: -4px;
21003
+ -webkit-user-select: none;
21004
+ user-select: none;
21005
+ margin-inline-start: auto;
21006
+ }
21007
+
21008
+ .v-expansion-panel-text {
21009
+ display: flex;
21010
+ }
21011
+ .v-expansion-panel-text__wrapper {
21012
+ padding: 8px 24px 16px;
21013
+ flex: 1 1 auto;
21014
+ max-width: 100%;
21015
+ }
21016
+
21017
+ .v-expansion-panels--variant-accordion > .v-expansion-panel {
21018
+ margin-top: 0;
21019
+ }
21020
+ .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
21021
+ opacity: 1;
21022
+ }
21023
+
21024
+ .v-expansion-panels--variant-popout > .v-expansion-panel {
21025
+ max-width: calc(100% - 32px);
21026
+ }
21027
+ .v-expansion-panels--variant-popout > .v-expansion-panel--active {
21028
+ max-width: calc(100% + 16px);
21026
21029
  }
21027
21030
 
21028
- /* endregion */.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21031
+ .v-expansion-panels--variant-inset > .v-expansion-panel {
21032
+ max-width: 100%;
21033
+ }
21034
+ .v-expansion-panels--variant-inset > .v-expansion-panel--active {
21035
+ max-width: calc(100% - 32px);
21036
+ }.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21029
21037
  .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21030
21038
  .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21031
21039
  .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
@@ -21327,6 +21335,21 @@ textarea.v-field__input::placeholder {
21327
21335
  max-width: 100%;
21328
21336
  position: relative;
21329
21337
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21338
+ }.v-layout {
21339
+ --v-scrollbar-offset: 0px;
21340
+ display: flex;
21341
+ flex: 1 1 auto;
21342
+ }
21343
+ .v-layout--full-height {
21344
+ --v-scrollbar-offset: inherit;
21345
+ height: 100%;
21346
+ }.v-layout-item {
21347
+ position: absolute;
21348
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21349
+ }
21350
+
21351
+ .v-layout-item--absolute {
21352
+ position: absolute;
21330
21353
  }.v-label {
21331
21354
  align-items: center;
21332
21355
  color: inherit;
@@ -21342,21 +21365,49 @@ textarea.v-field__input::placeholder {
21342
21365
 
21343
21366
  .v-label--clickable {
21344
21367
  cursor: pointer;
21345
- }.v-layout {
21346
- --v-scrollbar-offset: 0px;
21368
+ }.v-locale-provider {
21369
+ display: contents;
21370
+ }.v-main {
21371
+ flex: 1 0 auto;
21372
+ max-width: 100%;
21373
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21374
+ padding-left: var(--v-layout-left);
21375
+ padding-right: var(--v-layout-right);
21376
+ padding-top: var(--v-layout-top);
21377
+ padding-bottom: var(--v-layout-bottom);
21378
+ }
21379
+ .v-main__scroller {
21380
+ max-width: 100%;
21381
+ position: relative;
21382
+ }
21383
+ .v-main--scrollable {
21347
21384
  display: flex;
21385
+ position: absolute;
21386
+ top: 0;
21387
+ left: 0;
21388
+ width: 100%;
21389
+ height: 100%;
21390
+ }
21391
+ .v-main--scrollable > .v-main__scroller {
21348
21392
  flex: 1 1 auto;
21393
+ overflow-y: auto;
21394
+ --v-layout-left: 0px;
21395
+ --v-layout-right: 0px;
21396
+ --v-layout-top: 0px;
21397
+ --v-layout-bottom: 0px;
21398
+ }.v-menu > .v-overlay__content {
21399
+ display: flex;
21400
+ flex-direction: column;
21401
+ border-radius: 4px;
21349
21402
  }
21350
- .v-layout--full-height {
21351
- --v-scrollbar-offset: inherit;
21403
+ .v-menu > .v-overlay__content > .v-card,
21404
+ .v-menu > .v-overlay__content > .v-sheet,
21405
+ .v-menu > .v-overlay__content > .v-list {
21406
+ background: rgb(var(--v-theme-surface));
21407
+ border-radius: inherit;
21408
+ overflow: auto;
21352
21409
  height: 100%;
21353
- }.v-layout-item {
21354
- position: absolute;
21355
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21356
- }
21357
-
21358
- .v-layout-item--absolute {
21359
- position: absolute;
21410
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21360
21411
  }.v-list {
21361
21412
  overflow: auto;
21362
21413
  padding: 8px 0;
@@ -21891,65 +21942,6 @@ textarea.v-field__input::placeholder {
21891
21942
  }
21892
21943
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
21893
21944
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21894
- }.v-locale-provider {
21895
- display: contents;
21896
- }.v-main {
21897
- flex: 1 0 auto;
21898
- max-width: 100%;
21899
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21900
- padding-left: var(--v-layout-left);
21901
- padding-right: var(--v-layout-right);
21902
- padding-top: var(--v-layout-top);
21903
- padding-bottom: var(--v-layout-bottom);
21904
- }
21905
- .v-main__scroller {
21906
- max-width: 100%;
21907
- position: relative;
21908
- }
21909
- .v-main--scrollable {
21910
- display: flex;
21911
- position: absolute;
21912
- top: 0;
21913
- left: 0;
21914
- width: 100%;
21915
- height: 100%;
21916
- }
21917
- .v-main--scrollable > .v-main__scroller {
21918
- flex: 1 1 auto;
21919
- overflow-y: auto;
21920
- --v-layout-left: 0px;
21921
- --v-layout-right: 0px;
21922
- --v-layout-top: 0px;
21923
- --v-layout-bottom: 0px;
21924
- }.v-menu > .v-overlay__content {
21925
- display: flex;
21926
- flex-direction: column;
21927
- border-radius: 4px;
21928
- }
21929
- .v-menu > .v-overlay__content > .v-card,
21930
- .v-menu > .v-overlay__content > .v-sheet,
21931
- .v-menu > .v-overlay__content > .v-list {
21932
- background: rgb(var(--v-theme-surface));
21933
- border-radius: inherit;
21934
- overflow: auto;
21935
- height: 100%;
21936
- box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21937
- }.v-messages {
21938
- flex: 1 1 auto;
21939
- font-size: 12px;
21940
- min-height: 14px;
21941
- min-width: 1px;
21942
- opacity: var(--v-medium-emphasis-opacity);
21943
- position: relative;
21944
- }
21945
- .v-messages__message {
21946
- line-height: 12px;
21947
- word-break: break-word;
21948
- overflow-wrap: break-word;
21949
- word-wrap: break-word;
21950
- -webkit-hyphens: auto;
21951
- hyphens: auto;
21952
- transition-duration: 150ms;
21953
21945
  }.v-navigation-drawer {
21954
21946
  -webkit-overflow-scrolling: touch;
21955
21947
  background: rgb(var(--v-theme-surface));
@@ -22048,59 +22040,22 @@ textarea.v-field__input::placeholder {
22048
22040
  .v-navigation-drawer__append {
22049
22041
  flex: none;
22050
22042
  overflow: hidden;
22051
- }.v-otp-input {
22052
- border-radius: 4px;
22053
- align-items: center;
22054
- display: flex;
22055
- justify-content: center;
22056
- padding: 0.5rem 0;
22057
- position: relative;
22058
- }
22059
- .v-otp-input .v-field {
22060
- height: 100%;
22061
- }
22062
-
22063
- .v-otp-input__divider {
22064
- margin: 0 8px;
22065
- }
22066
-
22067
- .v-otp-input__content {
22068
- align-items: center;
22069
- display: flex;
22070
- gap: 0.5rem;
22071
- height: 64px;
22072
- padding: 0.5rem;
22073
- justify-content: center;
22074
- max-width: 320px;
22043
+ }.v-messages {
22044
+ flex: 1 1 auto;
22045
+ font-size: 12px;
22046
+ min-height: 14px;
22047
+ min-width: 1px;
22048
+ opacity: var(--v-medium-emphasis-opacity);
22075
22049
  position: relative;
22076
- border-radius: inherit;
22077
- }
22078
- .v-otp-input--divided .v-otp-input__content {
22079
- max-width: 360px;
22080
- }
22081
-
22082
- .v-otp-input__field {
22083
- color: inherit;
22084
- font-size: 1.25rem;
22085
- height: 100%;
22086
- outline: none;
22087
- text-align: center;
22088
- width: 100%;
22089
- }
22090
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22091
- -webkit-appearance: none;
22092
- margin: 0;
22093
- }
22094
- .v-otp-input__field[type=number] {
22095
- -moz-appearance: textfield;
22096
22050
  }
22097
-
22098
- .v-otp-input__loader {
22099
- align-items: center;
22100
- display: flex;
22101
- height: 100%;
22102
- justify-content: center;
22103
- width: 100%;
22051
+ .v-messages__message {
22052
+ line-height: 12px;
22053
+ word-break: break-word;
22054
+ overflow-wrap: break-word;
22055
+ word-wrap: break-word;
22056
+ -webkit-hyphens: auto;
22057
+ hyphens: auto;
22058
+ transition-duration: 150ms;
22104
22059
  }.v-overlay-container {
22105
22060
  contain: layout;
22106
22061
  left: 0;
@@ -22164,6 +22119,59 @@ html.v-overlay-scroll-blocked {
22164
22119
 
22165
22120
  .v-overlay--scroll-blocked {
22166
22121
  padding-inline-end: var(--v-scrollbar-offset);
22122
+ }.v-otp-input {
22123
+ border-radius: 4px;
22124
+ align-items: center;
22125
+ display: flex;
22126
+ justify-content: center;
22127
+ padding: 0.5rem 0;
22128
+ position: relative;
22129
+ }
22130
+ .v-otp-input .v-field {
22131
+ height: 100%;
22132
+ }
22133
+
22134
+ .v-otp-input__divider {
22135
+ margin: 0 8px;
22136
+ }
22137
+
22138
+ .v-otp-input__content {
22139
+ align-items: center;
22140
+ display: flex;
22141
+ gap: 0.5rem;
22142
+ height: 64px;
22143
+ padding: 0.5rem;
22144
+ justify-content: center;
22145
+ max-width: 320px;
22146
+ position: relative;
22147
+ border-radius: inherit;
22148
+ }
22149
+ .v-otp-input--divided .v-otp-input__content {
22150
+ max-width: 360px;
22151
+ }
22152
+
22153
+ .v-otp-input__field {
22154
+ color: inherit;
22155
+ font-size: 1.25rem;
22156
+ height: 100%;
22157
+ outline: none;
22158
+ text-align: center;
22159
+ width: 100%;
22160
+ }
22161
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22162
+ -webkit-appearance: none;
22163
+ margin: 0;
22164
+ }
22165
+ .v-otp-input__field[type=number] {
22166
+ -moz-appearance: textfield;
22167
+ }
22168
+
22169
+ .v-otp-input__loader {
22170
+ align-items: center;
22171
+ display: flex;
22172
+ height: 100%;
22173
+ justify-content: center;
22174
+ width: 100%;
22167
22175
  }.v-pagination__list {
22168
22176
  display: inline-flex;
22169
22177
  list-style-type: none;
@@ -22172,12 +22180,6 @@ html.v-overlay-scroll-blocked {
22172
22180
  }
22173
22181
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22174
22182
  margin: 0.3rem;
22175
- }.v-parallax {
22176
- position: relative;
22177
- overflow: hidden;
22178
- }
22179
- .v-parallax--active > .v-img__img {
22180
- will-change: transform;
22181
22183
  }.v-progress-circular {
22182
22184
  align-items: center;
22183
22185
  display: inline-flex;
@@ -22280,6 +22282,12 @@ html.v-overlay-scroll-blocked {
22280
22282
  100% {
22281
22283
  transform: rotate(270deg);
22282
22284
  }
22285
+ }.v-parallax {
22286
+ position: relative;
22287
+ overflow: hidden;
22288
+ }
22289
+ .v-parallax--active > .v-img__img {
22290
+ will-change: transform;
22283
22291
  }.v-progress-linear {
22284
22292
  background: transparent;
22285
22293
  overflow: hidden;
@@ -22639,6 +22647,42 @@ html.v-overlay-scroll-blocked {
22639
22647
  flex: 1 0 0px;
22640
22648
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22641
22649
  pointer-events: none;
22650
+ }.v-sheet {
22651
+ display: block;
22652
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22653
+ border-style: solid;
22654
+ border-width: 0;
22655
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
22656
+ border-radius: 0;
22657
+ background: rgb(var(--v-theme-surface));
22658
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
22659
+ }
22660
+ .v-sheet--border {
22661
+ border-width: thin;
22662
+ box-shadow: none;
22663
+ }
22664
+ .v-sheet--absolute {
22665
+ position: absolute;
22666
+ }
22667
+ .v-sheet--fixed {
22668
+ position: fixed;
22669
+ }
22670
+ .v-sheet--relative {
22671
+ position: relative;
22672
+ }
22673
+ .v-sheet--sticky {
22674
+ position: sticky;
22675
+ }
22676
+ .v-sheet--rounded {
22677
+ border-radius: 4px;
22678
+ }.v-selection-control-group {
22679
+ grid-area: control;
22680
+ display: flex;
22681
+ flex-direction: column;
22682
+ }
22683
+ .v-selection-control-group--inline {
22684
+ flex-direction: row;
22685
+ flex-wrap: wrap;
22642
22686
  }.v-select .v-field .v-text-field__prefix,
22643
22687
  .v-select .v-field .v-text-field__suffix,
22644
22688
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -22687,143 +22731,6 @@ html.v-overlay-scroll-blocked {
22687
22731
  .v-select--active-menu .v-select__menu-icon {
22688
22732
  opacity: var(--v-high-emphasis-opacity);
22689
22733
  transform: rotate(180deg);
22690
- }.v-selection-control {
22691
- align-items: center;
22692
- contain: layout;
22693
- display: flex;
22694
- flex: 1 0;
22695
- grid-area: control;
22696
- position: relative;
22697
- -webkit-user-select: none;
22698
- user-select: none;
22699
- }
22700
- .v-selection-control .v-label {
22701
- white-space: normal;
22702
- word-break: break-word;
22703
- height: 100%;
22704
- }
22705
- .v-selection-control--disabled {
22706
- opacity: var(--v-disabled-opacity);
22707
- pointer-events: none;
22708
- }
22709
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
22710
- opacity: 1;
22711
- }
22712
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
22713
- color: rgb(var(--v-theme-error));
22714
- }
22715
- .v-selection-control--inline {
22716
- display: inline-flex;
22717
- flex: 0 0 auto;
22718
- min-width: 0;
22719
- max-width: 100%;
22720
- }
22721
- .v-selection-control--inline .v-label {
22722
- width: auto;
22723
- }
22724
- .v-selection-control--density-default {
22725
- --v-selection-control-size: 40px;
22726
- }
22727
-
22728
- .v-selection-control--density-comfortable {
22729
- --v-selection-control-size: 36px;
22730
- }
22731
-
22732
- .v-selection-control--density-compact {
22733
- --v-selection-control-size: 28px;
22734
- }
22735
-
22736
- .v-selection-control__wrapper {
22737
- width: var(--v-selection-control-size);
22738
- height: var(--v-selection-control-size);
22739
- display: inline-flex;
22740
- align-items: center;
22741
- position: relative;
22742
- justify-content: center;
22743
- flex: none;
22744
- }
22745
-
22746
- .v-selection-control__input {
22747
- width: var(--v-selection-control-size);
22748
- height: var(--v-selection-control-size);
22749
- align-items: center;
22750
- display: flex;
22751
- flex: none;
22752
- justify-content: center;
22753
- position: relative;
22754
- border-radius: 50%;
22755
- }
22756
- .v-selection-control__input input {
22757
- cursor: pointer;
22758
- position: absolute;
22759
- left: 0;
22760
- top: 0;
22761
- width: 100%;
22762
- height: 100%;
22763
- opacity: 0;
22764
- }
22765
- .v-selection-control__input::before {
22766
- content: "";
22767
- position: absolute;
22768
- top: 0;
22769
- left: 0;
22770
- width: 100%;
22771
- height: 100%;
22772
- border-radius: 100%;
22773
- background-color: currentColor;
22774
- opacity: 0;
22775
- pointer-events: none;
22776
- }
22777
- .v-selection-control__input:hover::before {
22778
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22779
- }
22780
- .v-selection-control__input > .v-icon {
22781
- opacity: var(--v-medium-emphasis-opacity);
22782
- }
22783
- .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 {
22784
- opacity: 1;
22785
- }
22786
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
22787
- color: rgb(var(--v-theme-error));
22788
- }
22789
- .v-selection-control--focus-visible .v-selection-control__input::before {
22790
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22791
- }.v-selection-control-group {
22792
- grid-area: control;
22793
- display: flex;
22794
- flex-direction: column;
22795
- }
22796
- .v-selection-control-group--inline {
22797
- flex-direction: row;
22798
- flex-wrap: wrap;
22799
- }.v-sheet {
22800
- display: block;
22801
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22802
- border-style: solid;
22803
- border-width: 0;
22804
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
22805
- border-radius: 0;
22806
- background: rgb(var(--v-theme-surface));
22807
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
22808
- }
22809
- .v-sheet--border {
22810
- border-width: thin;
22811
- box-shadow: none;
22812
- }
22813
- .v-sheet--absolute {
22814
- position: absolute;
22815
- }
22816
- .v-sheet--fixed {
22817
- position: fixed;
22818
- }
22819
- .v-sheet--relative {
22820
- position: relative;
22821
- }
22822
- .v-sheet--sticky {
22823
- position: sticky;
22824
- }
22825
- .v-sheet--rounded {
22826
- border-radius: 4px;
22827
22734
  }.v-skeleton-loader {
22828
22735
  align-items: center;
22829
22736
  background: rgb(var(--v-theme-surface));
@@ -23008,45 +22915,146 @@ html.v-overlay-scroll-blocked {
23008
22915
  height: 48px;
23009
22916
  width: 88px;
23010
22917
  }
23011
- .v-skeleton-loader__table-cell .v-skeleton-loader__text {
23012
- margin-bottom: 0;
22918
+ .v-skeleton-loader__table-cell .v-skeleton-loader__text {
22919
+ margin-bottom: 0;
22920
+ }
22921
+ .v-skeleton-loader__subtitle {
22922
+ max-width: 70%;
22923
+ }
22924
+ .v-skeleton-loader__subtitle > .v-skeleton-loader__text {
22925
+ height: 16px;
22926
+ border-radius: 8px;
22927
+ }
22928
+ .v-skeleton-loader__text {
22929
+ border-radius: 6px;
22930
+ margin: 16px;
22931
+ height: 12px;
22932
+ }
22933
+ .v-skeleton-loader__text + .v-skeleton-loader__text {
22934
+ margin-top: -8px;
22935
+ max-width: 50%;
22936
+ }
22937
+ .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
22938
+ max-width: 70%;
22939
+ }
22940
+ .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
22941
+ display: none;
22942
+ }
22943
+ .v-skeleton-loader--is-loading {
22944
+ overflow: hidden;
22945
+ }
22946
+ .v-skeleton-loader--tile {
22947
+ border-radius: 0;
22948
+ }
22949
+ .v-skeleton-loader--tile .v-skeleton-loader__bone {
22950
+ border-radius: 0;
22951
+ }
22952
+
22953
+ @keyframes loading {
22954
+ 100% {
22955
+ transform: translateX(100%);
22956
+ }
22957
+ }.v-selection-control {
22958
+ align-items: center;
22959
+ contain: layout;
22960
+ display: flex;
22961
+ flex: 1 0;
22962
+ grid-area: control;
22963
+ position: relative;
22964
+ -webkit-user-select: none;
22965
+ user-select: none;
22966
+ }
22967
+ .v-selection-control .v-label {
22968
+ white-space: normal;
22969
+ word-break: break-word;
22970
+ height: 100%;
22971
+ }
22972
+ .v-selection-control--disabled {
22973
+ opacity: var(--v-disabled-opacity);
22974
+ pointer-events: none;
22975
+ }
22976
+ .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
22977
+ opacity: 1;
22978
+ }
22979
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
22980
+ color: rgb(var(--v-theme-error));
22981
+ }
22982
+ .v-selection-control--inline {
22983
+ display: inline-flex;
22984
+ flex: 0 0 auto;
22985
+ min-width: 0;
22986
+ max-width: 100%;
22987
+ }
22988
+ .v-selection-control--inline .v-label {
22989
+ width: auto;
22990
+ }
22991
+ .v-selection-control--density-default {
22992
+ --v-selection-control-size: 40px;
23013
22993
  }
23014
- .v-skeleton-loader__subtitle {
23015
- max-width: 70%;
22994
+
22995
+ .v-selection-control--density-comfortable {
22996
+ --v-selection-control-size: 36px;
23016
22997
  }
23017
- .v-skeleton-loader__subtitle > .v-skeleton-loader__text {
23018
- height: 16px;
23019
- border-radius: 8px;
22998
+
22999
+ .v-selection-control--density-compact {
23000
+ --v-selection-control-size: 28px;
23020
23001
  }
23021
- .v-skeleton-loader__text {
23022
- border-radius: 6px;
23023
- margin: 16px;
23024
- height: 12px;
23002
+
23003
+ .v-selection-control__wrapper {
23004
+ width: var(--v-selection-control-size);
23005
+ height: var(--v-selection-control-size);
23006
+ display: inline-flex;
23007
+ align-items: center;
23008
+ position: relative;
23009
+ justify-content: center;
23010
+ flex: none;
23025
23011
  }
23026
- .v-skeleton-loader__text + .v-skeleton-loader__text {
23027
- margin-top: -8px;
23028
- max-width: 50%;
23012
+
23013
+ .v-selection-control__input {
23014
+ width: var(--v-selection-control-size);
23015
+ height: var(--v-selection-control-size);
23016
+ align-items: center;
23017
+ display: flex;
23018
+ flex: none;
23019
+ justify-content: center;
23020
+ position: relative;
23021
+ border-radius: 50%;
23029
23022
  }
23030
- .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
23031
- max-width: 70%;
23023
+ .v-selection-control__input input {
23024
+ cursor: pointer;
23025
+ position: absolute;
23026
+ left: 0;
23027
+ top: 0;
23028
+ width: 100%;
23029
+ height: 100%;
23030
+ opacity: 0;
23032
23031
  }
23033
- .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
23034
- display: none;
23032
+ .v-selection-control__input::before {
23033
+ content: "";
23034
+ position: absolute;
23035
+ top: 0;
23036
+ left: 0;
23037
+ width: 100%;
23038
+ height: 100%;
23039
+ border-radius: 100%;
23040
+ background-color: currentColor;
23041
+ opacity: 0;
23042
+ pointer-events: none;
23035
23043
  }
23036
- .v-skeleton-loader--is-loading {
23037
- overflow: hidden;
23044
+ .v-selection-control__input:hover::before {
23045
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23038
23046
  }
23039
- .v-skeleton-loader--tile {
23040
- border-radius: 0;
23047
+ .v-selection-control__input > .v-icon {
23048
+ opacity: var(--v-medium-emphasis-opacity);
23041
23049
  }
23042
- .v-skeleton-loader--tile .v-skeleton-loader__bone {
23043
- border-radius: 0;
23050
+ .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 {
23051
+ opacity: 1;
23044
23052
  }
23045
-
23046
- @keyframes loading {
23047
- 100% {
23048
- transform: translateX(100%);
23049
- }
23053
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
23054
+ color: rgb(var(--v-theme-error));
23055
+ }
23056
+ .v-selection-control--focus-visible .v-selection-control__input::before {
23057
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23050
23058
  }.v-slide-group {
23051
23059
  display: flex;
23052
23060
  overflow: hidden;
@@ -23415,6 +23423,101 @@ html.v-overlay-scroll-blocked {
23415
23423
  }
23416
23424
  .v-switch.v-switch--inset .v-selection-control__wrapper {
23417
23425
  width: auto;
23426
+ }.v-tabs {
23427
+ display: flex;
23428
+ height: var(--v-tabs-height);
23429
+ }
23430
+ .v-tabs--density-default {
23431
+ --v-tabs-height: 48px;
23432
+ }
23433
+ .v-tabs--density-default.v-tabs--stacked {
23434
+ --v-tabs-height: 72px;
23435
+ }
23436
+
23437
+ .v-tabs--density-comfortable {
23438
+ --v-tabs-height: 44px;
23439
+ }
23440
+ .v-tabs--density-comfortable.v-tabs--stacked {
23441
+ --v-tabs-height: 68px;
23442
+ }
23443
+
23444
+ .v-tabs--density-compact {
23445
+ --v-tabs-height: 36px;
23446
+ }
23447
+ .v-tabs--density-compact.v-tabs--stacked {
23448
+ --v-tabs-height: 60px;
23449
+ }
23450
+
23451
+ .v-tabs.v-slide-group--vertical {
23452
+ height: auto;
23453
+ flex: none;
23454
+ --v-tabs-height: 48px;
23455
+ }
23456
+
23457
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
23458
+ margin-inline-start: 42px;
23459
+ }
23460
+
23461
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
23462
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
23463
+ margin-inline-end: auto;
23464
+ }
23465
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
23466
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
23467
+ margin-inline-start: auto;
23468
+ }
23469
+
23470
+ .v-tabs--grow {
23471
+ flex-grow: 1;
23472
+ }
23473
+ .v-tabs--grow .v-tab {
23474
+ flex: 1 0 auto;
23475
+ max-width: none;
23476
+ }
23477
+
23478
+ .v-tabs--align-tabs-end .v-tab:first-child {
23479
+ margin-inline-start: auto;
23480
+ }
23481
+ .v-tabs--align-tabs-end .v-tab:last-child {
23482
+ margin-inline-end: 0;
23483
+ }
23484
+
23485
+ @media (max-width: 1279.98px) {
23486
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
23487
+ margin-inline-start: 52px;
23488
+ }
23489
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23490
+ margin-inline-end: 52px;
23491
+ }
23492
+ }.v-tab.v-tab {
23493
+ --v-btn-height: var(--v-tabs-height);
23494
+ border-radius: 0;
23495
+ min-width: 90px;
23496
+ }
23497
+ .v-slide-group--horizontal .v-tab {
23498
+ max-width: 360px;
23499
+ }
23500
+ .v-slide-group--vertical .v-tab {
23501
+ justify-content: start;
23502
+ }
23503
+
23504
+ .v-tab__slider {
23505
+ position: absolute;
23506
+ bottom: 0;
23507
+ left: 0;
23508
+ height: 2px;
23509
+ width: 100%;
23510
+ background: currentColor;
23511
+ pointer-events: none;
23512
+ opacity: 0;
23513
+ }
23514
+ .v-tab--selected .v-tab__slider {
23515
+ opacity: 1;
23516
+ }
23517
+ .v-slide-group--vertical .v-tab__slider {
23518
+ top: 0;
23519
+ height: 100%;
23520
+ width: 2px;
23418
23521
  }.v-system-bar {
23419
23522
  align-items: center;
23420
23523
  display: flex;
@@ -23452,102 +23555,109 @@ html.v-overlay-scroll-blocked {
23452
23555
  }
23453
23556
  .v-system-bar:not(.v-system-bar--absolute) {
23454
23557
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23455
- }.v-tabs {
23456
- display: flex;
23457
- height: var(--v-tabs-height);
23558
+ }.v-textarea .v-field {
23559
+ --v-textarea-control-height: var(--v-input-control-height);
23458
23560
  }
23459
- .v-tabs--density-default {
23460
- --v-tabs-height: 48px;
23561
+ .v-textarea .v-field__field {
23562
+ --v-input-control-height: var(--v-textarea-control-height);
23461
23563
  }
23462
- .v-tabs--density-default.v-tabs--stacked {
23463
- --v-tabs-height: 72px;
23564
+ .v-textarea .v-field__input {
23565
+ flex: 1 1 auto;
23566
+ outline: none;
23567
+ -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));
23568
+ 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));
23464
23569
  }
23465
-
23466
- .v-tabs--density-comfortable {
23467
- --v-tabs-height: 44px;
23570
+ .v-textarea .v-field__input.v-textarea__sizer {
23571
+ visibility: hidden;
23572
+ position: absolute;
23573
+ top: 0;
23574
+ left: 0;
23575
+ height: 0 !important;
23576
+ min-height: 0 !important;
23577
+ pointer-events: none;
23468
23578
  }
23469
- .v-tabs--density-comfortable.v-tabs--stacked {
23470
- --v-tabs-height: 68px;
23579
+ .v-textarea--no-resize .v-field__input {
23580
+ resize: none;
23471
23581
  }
23472
-
23473
- .v-tabs--density-compact {
23474
- --v-tabs-height: 36px;
23582
+ .v-textarea .v-field--no-label textarea,
23583
+ .v-textarea .v-field--active textarea {
23584
+ opacity: 1;
23475
23585
  }
23476
- .v-tabs--density-compact.v-tabs--stacked {
23477
- --v-tabs-height: 60px;
23586
+ .v-textarea textarea {
23587
+ opacity: 0;
23588
+ flex: 1;
23589
+ min-width: 0;
23590
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23478
23591
  }
23479
-
23480
- .v-tabs.v-slide-group--vertical {
23481
- height: auto;
23482
- flex: none;
23483
- --v-tabs-height: 48px;
23592
+ .v-textarea textarea:focus, .v-textarea textarea:active {
23593
+ outline: none;
23484
23594
  }
23485
-
23486
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
23487
- margin-inline-start: 42px;
23595
+ .v-textarea textarea:invalid {
23596
+ box-shadow: none;
23597
+ }/* region BLOCK */
23598
+ .v-text-field input {
23599
+ color: inherit;
23600
+ opacity: 0;
23601
+ flex: 1;
23602
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23603
+ min-width: 0;
23488
23604
  }
23489
-
23490
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
23491
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
23492
- margin-inline-end: auto;
23605
+ .v-text-field input:focus, .v-text-field input:active {
23606
+ outline: none;
23493
23607
  }
23494
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
23495
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
23496
- margin-inline-start: auto;
23608
+ .v-text-field input:invalid {
23609
+ box-shadow: none;
23497
23610
  }
23498
-
23499
- .v-tabs--grow {
23500
- flex-grow: 1;
23611
+ .v-text-field .v-field {
23612
+ cursor: text;
23501
23613
  }
23502
- .v-tabs--grow .v-tab {
23503
- flex: 1 0 auto;
23504
- max-width: none;
23614
+ .v-text-field--prefixed.v-text-field .v-field__input {
23615
+ --v-field-padding-start: 6px;
23505
23616
  }
23506
23617
 
23507
- .v-tabs--align-tabs-end .v-tab:first-child {
23508
- margin-inline-start: auto;
23509
- }
23510
- .v-tabs--align-tabs-end .v-tab:last-child {
23511
- margin-inline-end: 0;
23618
+ .v-text-field--suffixed.v-text-field .v-field__input {
23619
+ --v-field-padding-end: 0;
23512
23620
  }
23513
23621
 
23514
- @media (max-width: 1279.98px) {
23515
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
23516
- margin-inline-start: 52px;
23517
- }
23518
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23519
- margin-inline-end: 52px;
23520
- }
23521
- }.v-tab.v-tab {
23522
- --v-btn-height: var(--v-tabs-height);
23523
- border-radius: 0;
23524
- min-width: 90px;
23622
+ .v-text-field .v-input__details {
23623
+ padding-inline: 16px;
23525
23624
  }
23526
- .v-slide-group--horizontal .v-tab {
23527
- max-width: 360px;
23625
+ .v-text-field .v-field--no-label input,
23626
+ .v-text-field .v-field--active input {
23627
+ opacity: 1;
23528
23628
  }
23529
- .v-slide-group--vertical .v-tab {
23530
- justify-content: start;
23629
+ .v-text-field .v-field--single-line input {
23630
+ transition: none;
23531
23631
  }
23532
23632
 
23533
- .v-tab__slider {
23534
- position: absolute;
23535
- bottom: 0;
23536
- left: 0;
23537
- height: 2px;
23538
- width: 100%;
23539
- background: currentColor;
23540
- pointer-events: none;
23633
+ /* endregion */
23634
+ /* region ELEMENTS */
23635
+ .v-text-field__prefix, .v-text-field__suffix {
23636
+ align-items: center;
23637
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23638
+ cursor: default;
23639
+ display: flex;
23541
23640
  opacity: 0;
23641
+ transition: inherit;
23642
+ white-space: nowrap;
23643
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
23644
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
23645
+ padding-bottom: var(--v-field-padding-bottom, 6px);
23542
23646
  }
23543
- .v-tab--selected .v-tab__slider {
23647
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
23544
23648
  opacity: 1;
23545
23649
  }
23546
- .v-slide-group--vertical .v-tab__slider {
23547
- top: 0;
23548
- height: 100%;
23549
- width: 2px;
23550
- }.v-table {
23650
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
23651
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
23652
+ }
23653
+ .v-text-field__prefix {
23654
+ padding-inline-start: var(--v-field-padding-start);
23655
+ }
23656
+ .v-text-field__suffix {
23657
+ padding-inline-end: var(--v-field-padding-end);
23658
+ }
23659
+
23660
+ /* endregion */.v-table {
23551
23661
  background: rgb(var(--v-theme-surface));
23552
23662
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23553
23663
  transition-duration: 0.28s;
@@ -23698,111 +23808,6 @@ html.v-overlay-scroll-blocked {
23698
23808
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
23699
23809
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
23700
23810
  border-top: 0px !important;
23701
- }.v-textarea .v-field {
23702
- --v-textarea-control-height: var(--v-input-control-height);
23703
- }
23704
- .v-textarea .v-field__field {
23705
- --v-input-control-height: var(--v-textarea-control-height);
23706
- }
23707
- .v-textarea .v-field__input {
23708
- flex: 1 1 auto;
23709
- outline: none;
23710
- -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));
23711
- 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));
23712
- }
23713
- .v-textarea .v-field__input.v-textarea__sizer {
23714
- visibility: hidden;
23715
- position: absolute;
23716
- top: 0;
23717
- left: 0;
23718
- height: 0 !important;
23719
- min-height: 0 !important;
23720
- pointer-events: none;
23721
- }
23722
- .v-textarea--no-resize .v-field__input {
23723
- resize: none;
23724
- }
23725
- .v-textarea .v-field--no-label textarea,
23726
- .v-textarea .v-field--active textarea {
23727
- opacity: 1;
23728
- }
23729
- .v-textarea textarea {
23730
- opacity: 0;
23731
- flex: 1;
23732
- min-width: 0;
23733
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23734
- }
23735
- .v-textarea textarea:focus, .v-textarea textarea:active {
23736
- outline: none;
23737
- }
23738
- .v-textarea textarea:invalid {
23739
- box-shadow: none;
23740
- }/* region BLOCK */
23741
- .v-text-field input {
23742
- color: inherit;
23743
- opacity: 0;
23744
- flex: 1;
23745
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23746
- min-width: 0;
23747
- }
23748
- .v-text-field input:focus, .v-text-field input:active {
23749
- outline: none;
23750
- }
23751
- .v-text-field input:invalid {
23752
- box-shadow: none;
23753
- }
23754
- .v-text-field .v-field {
23755
- cursor: text;
23756
- }
23757
- .v-text-field--prefixed.v-text-field .v-field__input {
23758
- --v-field-padding-start: 6px;
23759
- }
23760
-
23761
- .v-text-field--suffixed.v-text-field .v-field__input {
23762
- --v-field-padding-end: 0;
23763
- }
23764
-
23765
- .v-text-field .v-input__details {
23766
- padding-inline: 16px;
23767
- }
23768
- .v-text-field .v-field--no-label input,
23769
- .v-text-field .v-field--active input {
23770
- opacity: 1;
23771
- }
23772
- .v-text-field .v-field--single-line input {
23773
- transition: none;
23774
- }
23775
-
23776
- /* endregion */
23777
- /* region ELEMENTS */
23778
- .v-text-field__prefix, .v-text-field__suffix {
23779
- align-items: center;
23780
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23781
- cursor: default;
23782
- display: flex;
23783
- opacity: 0;
23784
- transition: inherit;
23785
- white-space: nowrap;
23786
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
23787
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
23788
- padding-bottom: var(--v-field-padding-bottom, 6px);
23789
- }
23790
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
23791
- opacity: 1;
23792
- }
23793
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
23794
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
23795
- }
23796
- .v-text-field__prefix {
23797
- padding-inline-start: var(--v-field-padding-start);
23798
- }
23799
- .v-text-field__suffix {
23800
- padding-inline-end: var(--v-field-padding-end);
23801
- }
23802
-
23803
- /* endregion */.v-theme-provider {
23804
- background: rgb(var(--v-theme-background));
23805
- color: rgb(var(--v-theme-on-background));
23806
23811
  }.v-timeline .v-timeline-divider__dot {
23807
23812
  background: rgb(var(--v-theme-on-surface-variant));
23808
23813
  }
@@ -24219,6 +24224,9 @@ html.v-overlay-scroll-blocked {
24219
24224
 
24220
24225
  .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 {
24221
24226
  padding-inline-end: 0;
24227
+ }.v-theme-provider {
24228
+ background: rgb(var(--v-theme-background));
24229
+ color: rgb(var(--v-theme-on-background));
24222
24230
  }.v-toolbar {
24223
24231
  align-items: flex-start;
24224
24232
  display: flex;
@@ -24367,15 +24375,6 @@ html.v-overlay-scroll-blocked {
24367
24375
  .v-tooltip > .v-overlay__content[class*=leave-active] {
24368
24376
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24369
24377
  transition-duration: 75ms;
24370
- }.v-virtual-scroll {
24371
- display: block;
24372
- flex: 1 1 auto;
24373
- max-width: 100%;
24374
- overflow: auto;
24375
- position: relative;
24376
- }
24377
- .v-virtual-scroll__container {
24378
- display: block;
24379
24378
  }.v-window {
24380
24379
  overflow: hidden;
24381
24380
  }
@@ -24445,6 +24444,15 @@ html.v-overlay-scroll-blocked {
24445
24444
  }
24446
24445
  .v-window-y-reverse-transition-leave-to {
24447
24446
  transform: translateY(100%);
24447
+ }.v-virtual-scroll {
24448
+ display: block;
24449
+ flex: 1 1 auto;
24450
+ max-width: 100%;
24451
+ overflow: auto;
24452
+ position: relative;
24453
+ }
24454
+ .v-virtual-scroll__container {
24455
+ display: block;
24448
24456
  }.v-color-picker-canvas {
24449
24457
  display: flex;
24450
24458
  position: relative;
@@ -24467,34 +24475,6 @@ html.v-overlay-scroll-blocked {
24467
24475
  }
24468
24476
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
24469
24477
  will-change: transform;
24470
- }.v-color-picker-edit {
24471
- display: flex;
24472
- margin-top: 24px;
24473
- }
24474
-
24475
- .v-color-picker-edit__input {
24476
- width: 100%;
24477
- display: flex;
24478
- flex-wrap: wrap;
24479
- justify-content: center;
24480
- text-align: center;
24481
- }
24482
- .v-color-picker-edit__input:not(:last-child) {
24483
- margin-inline-end: 8px;
24484
- }
24485
- .v-color-picker-edit__input input {
24486
- border-radius: 4px;
24487
- margin-bottom: 8px;
24488
- min-width: 0;
24489
- outline: none;
24490
- text-align: center;
24491
- width: 100%;
24492
- height: 32px;
24493
- background: rgba(var(--v-theme-surface-variant), 0.2);
24494
- color: rgba(var(--v-theme-on-surface));
24495
- }
24496
- .v-color-picker-edit__input span {
24497
- font-size: 0.75rem;
24498
24478
  }.v-color-picker-preview__alpha .v-slider-track__background {
24499
24479
  background-color: transparent !important;
24500
24480
  }
@@ -24564,6 +24544,34 @@ html.v-overlay-scroll-blocked {
24564
24544
  .v-color-picker-preview__eye-dropper {
24565
24545
  position: relative;
24566
24546
  margin-right: 12px;
24547
+ }.v-color-picker-edit {
24548
+ display: flex;
24549
+ margin-top: 24px;
24550
+ }
24551
+
24552
+ .v-color-picker-edit__input {
24553
+ width: 100%;
24554
+ display: flex;
24555
+ flex-wrap: wrap;
24556
+ justify-content: center;
24557
+ text-align: center;
24558
+ }
24559
+ .v-color-picker-edit__input:not(:last-child) {
24560
+ margin-inline-end: 8px;
24561
+ }
24562
+ .v-color-picker-edit__input input {
24563
+ border-radius: 4px;
24564
+ margin-bottom: 8px;
24565
+ min-width: 0;
24566
+ outline: none;
24567
+ text-align: center;
24568
+ width: 100%;
24569
+ height: 32px;
24570
+ background: rgba(var(--v-theme-surface-variant), 0.2);
24571
+ color: rgba(var(--v-theme-on-surface));
24572
+ }
24573
+ .v-color-picker-edit__input span {
24574
+ font-size: 0.75rem;
24567
24575
  }.v-color-picker-swatches {
24568
24576
  overflow-y: auto;
24569
24577
  }