@vuetify/nightly 3.6.7-master.2024-05-28 → 3.6.8-master.2024-05-30

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 (64) hide show
  1. package/CHANGELOG.md +2 -10
  2. package/dist/json/attributes.json +44 -12
  3. package/dist/json/importMap-labs.json +26 -26
  4. package/dist/json/importMap.json +118 -118
  5. package/dist/json/tags.json +8 -0
  6. package/dist/json/web-types.json +117 -45
  7. package/dist/vuetify-labs.css +1826 -1823
  8. package/dist/vuetify-labs.d.ts +528 -1392
  9. package/dist/vuetify-labs.esm.js +145 -43
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +145 -43
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +849 -846
  14. package/dist/vuetify.d.ts +423 -1127
  15. package/dist/vuetify.esm.js +41 -12
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +41 -12
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +16 -16
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VAutocomplete/index.d.mts +102 -336
  23. package/lib/components/VCombobox/index.d.mts +102 -336
  24. package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
  25. package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  26. package/lib/components/VDivider/VDivider.mjs +1 -1
  27. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  28. package/lib/components/VList/VList.mjs +3 -1
  29. package/lib/components/VList/VList.mjs.map +1 -1
  30. package/lib/components/VList/VListGroup.mjs +1 -0
  31. package/lib/components/VList/VListGroup.mjs.map +1 -1
  32. package/lib/components/VList/VListItem.css +2 -2
  33. package/lib/components/VList/VListItem.mjs +2 -0
  34. package/lib/components/VList/VListItem.mjs.map +1 -1
  35. package/lib/components/VList/VListItem.sass +1 -1
  36. package/lib/components/VList/index.d.mts +52 -66
  37. package/lib/components/VSelect/index.d.mts +102 -336
  38. package/lib/components/VSelectionControl/VSelectionControl.mjs +9 -1
  39. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  40. package/lib/components/VSnackbar/VSnackbar.css +1 -1
  41. package/lib/components/VSnackbar/VSnackbar.sass +1 -1
  42. package/lib/components/VStepper/VStepper.mjs +18 -4
  43. package/lib/components/VStepper/VStepper.mjs.map +1 -1
  44. package/lib/components/VStepper/VStepperItem.css +3 -0
  45. package/lib/components/VStepper/VStepperItem.sass +3 -0
  46. package/lib/components/VStepper/index.d.mts +43 -9
  47. package/lib/components/VTabs/VTabs.mjs +2 -2
  48. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  49. package/lib/components/index.d.mts +379 -1083
  50. package/lib/composables/filter.mjs +1 -1
  51. package/lib/composables/filter.mjs.map +1 -1
  52. package/lib/entry-bundler.mjs +1 -1
  53. package/lib/framework.mjs +1 -1
  54. package/lib/index.d.mts +44 -44
  55. package/lib/labs/VStepperVertical/index.d.mts +43 -9
  56. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  57. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  58. package/lib/labs/VTreeview/VTreeviewChildren.mjs +30 -25
  59. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  60. package/lib/labs/VTreeview/VTreeviewItem.mjs +81 -10
  61. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  62. package/lib/labs/VTreeview/index.d.mts +110 -300
  63. package/lib/labs/components.d.mts +3402 -3558
  64. package/package.json +1 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.7-master.2024-05-28
2
+ * Vuetify v3.6.8-master.2024-05-30
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17872,77 +17872,6 @@ html.overflow-y-hidden {
17872
17872
  .v-avatar .v-img {
17873
17873
  height: 100%;
17874
17874
  width: 100%;
17875
- }.v-badge {
17876
- display: inline-block;
17877
- line-height: 1;
17878
- }
17879
-
17880
- .v-badge__badge {
17881
- align-items: center;
17882
- display: inline-flex;
17883
- border-radius: 10px;
17884
- font-size: 0.75rem;
17885
- font-weight: 500;
17886
- height: 1.25rem;
17887
- justify-content: center;
17888
- min-width: 20px;
17889
- padding: 4px 6px;
17890
- pointer-events: auto;
17891
- position: absolute;
17892
- text-align: center;
17893
- text-indent: 0;
17894
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17895
- white-space: nowrap;
17896
- background: rgb(var(--v-theme-surface-variant));
17897
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17898
- }
17899
- .v-badge--bordered .v-badge__badge::after {
17900
- border-radius: inherit;
17901
- border-style: solid;
17902
- border-width: 2px;
17903
- bottom: 0;
17904
- color: rgb(var(--v-theme-background));
17905
- content: "";
17906
- left: 0;
17907
- position: absolute;
17908
- right: 0;
17909
- top: 0;
17910
- transform: scale(1.05);
17911
- }
17912
- .v-badge--dot .v-badge__badge {
17913
- border-radius: 4.5px;
17914
- height: 9px;
17915
- min-width: 0;
17916
- padding: 0;
17917
- width: 9px;
17918
- }
17919
- .v-badge--dot .v-badge__badge::after {
17920
- border-width: 1.5px;
17921
- }
17922
- .v-badge--inline .v-badge__badge {
17923
- position: relative;
17924
- vertical-align: middle;
17925
- }
17926
- .v-badge__badge .v-icon {
17927
- color: inherit;
17928
- font-size: 0.75rem;
17929
- margin: 0 -2px;
17930
- }
17931
- .v-badge__badge img,
17932
- .v-badge__badge .v-img {
17933
- height: 100%;
17934
- width: 100%;
17935
- }
17936
-
17937
- .v-badge__wrapper {
17938
- display: flex;
17939
- position: relative;
17940
- }
17941
- .v-badge--inline .v-badge__wrapper {
17942
- align-items: center;
17943
- display: inline-flex;
17944
- justify-content: center;
17945
- margin: 0 4px;
17946
17875
  }.v-banner {
17947
17876
  display: grid;
17948
17877
  flex: 1 1;
@@ -18100,6 +18029,77 @@ html.overflow-y-hidden {
18100
18029
  }
18101
18030
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18102
18031
  align-self: flex-start;
18032
+ }.v-badge {
18033
+ display: inline-block;
18034
+ line-height: 1;
18035
+ }
18036
+
18037
+ .v-badge__badge {
18038
+ align-items: center;
18039
+ display: inline-flex;
18040
+ border-radius: 10px;
18041
+ font-size: 0.75rem;
18042
+ font-weight: 500;
18043
+ height: 1.25rem;
18044
+ justify-content: center;
18045
+ min-width: 20px;
18046
+ padding: 4px 6px;
18047
+ pointer-events: auto;
18048
+ position: absolute;
18049
+ text-align: center;
18050
+ text-indent: 0;
18051
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18052
+ white-space: nowrap;
18053
+ background: rgb(var(--v-theme-surface-variant));
18054
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18055
+ }
18056
+ .v-badge--bordered .v-badge__badge::after {
18057
+ border-radius: inherit;
18058
+ border-style: solid;
18059
+ border-width: 2px;
18060
+ bottom: 0;
18061
+ color: rgb(var(--v-theme-background));
18062
+ content: "";
18063
+ left: 0;
18064
+ position: absolute;
18065
+ right: 0;
18066
+ top: 0;
18067
+ transform: scale(1.05);
18068
+ }
18069
+ .v-badge--dot .v-badge__badge {
18070
+ border-radius: 4.5px;
18071
+ height: 9px;
18072
+ min-width: 0;
18073
+ padding: 0;
18074
+ width: 9px;
18075
+ }
18076
+ .v-badge--dot .v-badge__badge::after {
18077
+ border-width: 1.5px;
18078
+ }
18079
+ .v-badge--inline .v-badge__badge {
18080
+ position: relative;
18081
+ vertical-align: middle;
18082
+ }
18083
+ .v-badge__badge .v-icon {
18084
+ color: inherit;
18085
+ font-size: 0.75rem;
18086
+ margin: 0 -2px;
18087
+ }
18088
+ .v-badge__badge img,
18089
+ .v-badge__badge .v-img {
18090
+ height: 100%;
18091
+ width: 100%;
18092
+ }
18093
+
18094
+ .v-badge__wrapper {
18095
+ display: flex;
18096
+ position: relative;
18097
+ }
18098
+ .v-badge--inline .v-badge__wrapper {
18099
+ align-items: center;
18100
+ display: inline-flex;
18101
+ justify-content: center;
18102
+ margin: 0 4px;
18103
18103
  }.v-bottom-navigation {
18104
18104
  display: flex;
18105
18105
  max-width: 100%;
@@ -18155,6 +18155,38 @@ html.overflow-y-hidden {
18155
18155
  }
18156
18156
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18157
18157
  transform: translateY(0.5rem);
18158
+ }.bottom-sheet-transition-enter-from {
18159
+ transform: translateY(100%);
18160
+ }
18161
+ .bottom-sheet-transition-leave-to {
18162
+ transform: translateY(100%);
18163
+ }
18164
+
18165
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18166
+ align-self: flex-end;
18167
+ border-radius: 0;
18168
+ flex: 0 1 auto;
18169
+ left: 0;
18170
+ right: 0;
18171
+ margin-inline: 0;
18172
+ margin-bottom: 0;
18173
+ transition-duration: 0.2s;
18174
+ width: 100%;
18175
+ max-width: 100%;
18176
+ overflow: visible;
18177
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18178
+ }
18179
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18180
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18181
+ border-radius: 0;
18182
+ }
18183
+ .v-bottom-sheet.v-bottom-sheet--inset {
18184
+ max-width: none;
18185
+ }
18186
+ @media (min-width: 600px) {
18187
+ .v-bottom-sheet.v-bottom-sheet--inset {
18188
+ max-width: 70%;
18189
+ }
18158
18190
  }.v-breadcrumbs {
18159
18191
  display: flex;
18160
18192
  align-items: center;
@@ -18212,38 +18244,62 @@ html.overflow-y-hidden {
18212
18244
  display: inline-block;
18213
18245
  padding: 0 8px;
18214
18246
  vertical-align: middle;
18215
- }.bottom-sheet-transition-enter-from {
18216
- transform: translateY(100%);
18247
+ }.v-btn-group {
18248
+ display: inline-flex;
18249
+ flex-wrap: nowrap;
18250
+ max-width: 100%;
18251
+ min-width: 0;
18252
+ overflow: hidden;
18253
+ vertical-align: middle;
18254
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18255
+ border-style: solid;
18256
+ border-width: 0;
18257
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18258
+ border-radius: 4px;
18259
+ background: transparent;
18260
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18217
18261
  }
18218
- .bottom-sheet-transition-leave-to {
18219
- transform: translateY(100%);
18262
+ .v-btn-group--border {
18263
+ border-width: thin;
18264
+ box-shadow: none;
18265
+ }
18266
+ .v-btn-group--density-default.v-btn-group {
18267
+ height: 48px;
18220
18268
  }
18221
18269
 
18222
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18223
- align-self: flex-end;
18224
- border-radius: 0;
18225
- flex: 0 1 auto;
18226
- left: 0;
18227
- right: 0;
18228
- margin-inline: 0;
18229
- margin-bottom: 0;
18230
- transition-duration: 0.2s;
18231
- width: 100%;
18232
- max-width: 100%;
18233
- overflow: visible;
18234
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18270
+ .v-btn-group--density-comfortable.v-btn-group {
18271
+ height: 40px;
18235
18272
  }
18236
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18237
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18273
+
18274
+ .v-btn-group--density-compact.v-btn-group {
18275
+ height: 36px;
18276
+ }
18277
+
18278
+ .v-btn-group .v-btn {
18238
18279
  border-radius: 0;
18280
+ border-color: inherit;
18239
18281
  }
18240
- .v-bottom-sheet.v-bottom-sheet--inset {
18241
- max-width: none;
18282
+ .v-btn-group .v-btn:not(:last-child) {
18283
+ border-inline-end: none;
18242
18284
  }
18243
- @media (min-width: 600px) {
18244
- .v-bottom-sheet.v-bottom-sheet--inset {
18245
- max-width: 70%;
18246
- }
18285
+ .v-btn-group .v-btn:not(:first-child) {
18286
+ border-inline-start: none;
18287
+ }
18288
+ .v-btn-group .v-btn:first-child {
18289
+ border-start-start-radius: inherit;
18290
+ border-end-start-radius: inherit;
18291
+ }
18292
+ .v-btn-group .v-btn:last-child {
18293
+ border-start-end-radius: inherit;
18294
+ border-end-end-radius: inherit;
18295
+ }
18296
+ .v-btn-group--divided .v-btn:not(:last-child) {
18297
+ border-inline-end-width: thin;
18298
+ border-inline-end-style: solid;
18299
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18300
+ }
18301
+ .v-btn-group--tile {
18302
+ border-radius: 0;
18247
18303
  }.v-btn {
18248
18304
  align-items: center;
18249
18305
  border-radius: 4px;
@@ -18675,64 +18731,8 @@ html.overflow-y-hidden {
18675
18731
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18676
18732
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18677
18733
  }
18678
- }.v-btn-group {
18679
- display: inline-flex;
18680
- flex-wrap: nowrap;
18681
- max-width: 100%;
18682
- min-width: 0;
18683
- overflow: hidden;
18684
- vertical-align: middle;
18685
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18686
- border-style: solid;
18687
- border-width: 0;
18688
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18689
- border-radius: 4px;
18690
- background: transparent;
18691
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18692
- }
18693
- .v-btn-group--border {
18694
- border-width: thin;
18695
- box-shadow: none;
18696
- }
18697
- .v-btn-group--density-default.v-btn-group {
18698
- height: 48px;
18699
- }
18700
-
18701
- .v-btn-group--density-comfortable.v-btn-group {
18702
- height: 40px;
18703
- }
18704
-
18705
- .v-btn-group--density-compact.v-btn-group {
18706
- height: 36px;
18707
- }
18708
-
18709
- .v-btn-group .v-btn {
18710
- border-radius: 0;
18711
- border-color: inherit;
18712
- }
18713
- .v-btn-group .v-btn:not(:last-child) {
18714
- border-inline-end: none;
18715
- }
18716
- .v-btn-group .v-btn:not(:first-child) {
18717
- border-inline-start: none;
18718
- }
18719
- .v-btn-group .v-btn:first-child {
18720
- border-start-start-radius: inherit;
18721
- border-end-start-radius: inherit;
18722
- }
18723
- .v-btn-group .v-btn:last-child {
18724
- border-start-end-radius: inherit;
18725
- border-end-end-radius: inherit;
18726
- }
18727
- .v-btn-group--divided .v-btn:not(:last-child) {
18728
- border-inline-end-width: thin;
18729
- border-inline-end-style: solid;
18730
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18731
- }
18732
- .v-btn-group--tile {
18733
- border-radius: 0;
18734
- }.v-card {
18735
- display: block;
18734
+ }.v-card {
18735
+ display: block;
18736
18736
  overflow: hidden;
18737
18737
  overflow-wrap: break-word;
18738
18738
  position: relative;
@@ -19629,37 +19629,6 @@ html.overflow-y-hidden {
19629
19629
  .v-combobox--active-menu .v-combobox__menu-icon {
19630
19630
  opacity: var(--v-high-emphasis-opacity);
19631
19631
  transform: rotate(180deg);
19632
- }.v-data-table-footer {
19633
- align-items: center;
19634
- display: flex;
19635
- flex-wrap: wrap;
19636
- justify-content: flex-end;
19637
- padding: 8px 4px;
19638
- }
19639
- .v-data-table-footer__items-per-page {
19640
- align-items: center;
19641
- display: flex;
19642
- justify-content: center;
19643
- }
19644
- .v-data-table-footer__items-per-page > span {
19645
- padding-inline-end: 8px;
19646
- }
19647
- .v-data-table-footer__items-per-page > .v-select {
19648
- width: 90px;
19649
- }
19650
- .v-data-table-footer__info {
19651
- display: flex;
19652
- justify-content: flex-end;
19653
- min-width: 116px;
19654
- padding: 0 16px;
19655
- }
19656
- .v-data-table-footer__paginationz {
19657
- align-items: center;
19658
- display: flex;
19659
- margin-inline-start: 16px;
19660
- }
19661
- .v-data-table-footer__page {
19662
- padding: 0 8px;
19663
19632
  }.v-counter {
19664
19633
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19665
19634
  flex: 0 1 auto;
@@ -19852,6 +19821,37 @@ html.overflow-y-hidden {
19852
19821
  }
19853
19822
  .v-data-table__td-sort-icon-active {
19854
19823
  color: rgba(var(--v-theme-on-surface));
19824
+ }.v-data-table-footer {
19825
+ align-items: center;
19826
+ display: flex;
19827
+ flex-wrap: wrap;
19828
+ justify-content: flex-end;
19829
+ padding: 8px 4px;
19830
+ }
19831
+ .v-data-table-footer__items-per-page {
19832
+ align-items: center;
19833
+ display: flex;
19834
+ justify-content: center;
19835
+ }
19836
+ .v-data-table-footer__items-per-page > span {
19837
+ padding-inline-end: 8px;
19838
+ }
19839
+ .v-data-table-footer__items-per-page > .v-select {
19840
+ width: 90px;
19841
+ }
19842
+ .v-data-table-footer__info {
19843
+ display: flex;
19844
+ justify-content: flex-end;
19845
+ min-width: 116px;
19846
+ padding: 0 16px;
19847
+ }
19848
+ .v-data-table-footer__paginationz {
19849
+ align-items: center;
19850
+ display: flex;
19851
+ margin-inline-start: 16px;
19852
+ }
19853
+ .v-data-table-footer__page {
19854
+ padding: 0 8px;
19855
19855
  }.v-date-picker {
19856
19856
  overflow: hidden;
19857
19857
  width: 328px;
@@ -20063,56 +20063,6 @@ html.overflow-y-hidden {
20063
20063
  }
20064
20064
  .v-date-picker-years__content .v-btn {
20065
20065
  padding-inline: 8px;
20066
- }.v-divider {
20067
- display: block;
20068
- flex: 1 1 100%;
20069
- height: 0px;
20070
- max-height: 0px;
20071
- opacity: var(--v-border-opacity);
20072
- transition: inherit;
20073
- border-style: solid;
20074
- border-width: thin 0 0 0;
20075
- }
20076
- .v-divider--vertical {
20077
- align-self: stretch;
20078
- border-width: 0 thin 0 0;
20079
- display: inline-flex;
20080
- height: auto;
20081
- margin-left: -1px;
20082
- max-height: 100%;
20083
- max-width: 0px;
20084
- vertical-align: text-bottom;
20085
- width: 0px;
20086
- }
20087
- .v-divider--inset:not(.v-divider--vertical) {
20088
- max-width: calc(100% - 72px);
20089
- margin-inline-start: 72px;
20090
- }
20091
- .v-divider--inset.v-divider--vertical {
20092
- margin-bottom: 8px;
20093
- margin-top: 8px;
20094
- max-height: calc(100% - 16px);
20095
- }
20096
-
20097
- .v-divider__content {
20098
- padding: 0 16px;
20099
- text-wrap: nowrap;
20100
- }
20101
- .v-divider__wrapper--vertical .v-divider__content {
20102
- padding: 4px 0;
20103
- }
20104
-
20105
- .v-divider__wrapper {
20106
- display: flex;
20107
- align-items: center;
20108
- justify-content: center;
20109
- }
20110
- .v-divider__wrapper--vertical {
20111
- flex-direction: column;
20112
- height: 100%;
20113
- }
20114
- .v-divider__wrapper--vertical .v-divider {
20115
- margin: 0 auto;
20116
20066
  }.v-dialog {
20117
20067
  align-items: center;
20118
20068
  justify-content: center;
@@ -20205,53 +20155,170 @@ html.overflow-y-hidden {
20205
20155
  -webkit-backface-visibility: hidden;
20206
20156
  backface-visibility: hidden;
20207
20157
  overflow-y: auto;
20208
- }.v-expansion-panel {
20209
- background-color: rgb(var(--v-theme-surface));
20210
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20158
+ }.v-divider {
20159
+ display: block;
20160
+ flex: 1 1 100%;
20161
+ height: 0px;
20162
+ max-height: 0px;
20163
+ opacity: var(--v-border-opacity);
20164
+ transition: inherit;
20165
+ border-style: solid;
20166
+ border-width: thin 0 0 0;
20211
20167
  }
20212
- .v-expansion-panel:not(:first-child)::after {
20213
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20168
+ .v-divider--vertical {
20169
+ align-self: stretch;
20170
+ border-width: 0 thin 0 0;
20171
+ display: inline-flex;
20172
+ height: auto;
20173
+ margin-left: -1px;
20174
+ max-height: 100%;
20175
+ max-width: 0px;
20176
+ vertical-align: text-bottom;
20177
+ width: 0px;
20214
20178
  }
20215
- .v-expansion-panel--disabled .v-expansion-panel-title {
20216
- color: rgba(var(--v-theme-on-surface), 0.26);
20179
+ .v-divider--inset:not(.v-divider--vertical) {
20180
+ max-width: calc(100% - 72px);
20181
+ margin-inline-start: 72px;
20217
20182
  }
20218
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20219
- opacity: 0.4615384615;
20183
+ .v-divider--inset.v-divider--vertical {
20184
+ margin-bottom: 8px;
20185
+ margin-top: 8px;
20186
+ max-height: calc(100% - 16px);
20220
20187
  }
20221
20188
 
20222
- .v-expansion-panels {
20189
+ .v-divider__content {
20190
+ padding: 0 16px;
20191
+ text-wrap: nowrap;
20192
+ }
20193
+ .v-divider__wrapper--vertical .v-divider__content {
20194
+ padding: 4px 0;
20195
+ }
20196
+
20197
+ .v-divider__wrapper {
20223
20198
  display: flex;
20224
- flex-wrap: wrap;
20199
+ align-items: center;
20225
20200
  justify-content: center;
20226
- list-style-type: none;
20227
- padding: 0;
20228
- width: 100%;
20229
- position: relative;
20230
- z-index: 1;
20231
20201
  }
20232
- .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) {
20233
- border-bottom-left-radius: 0 !important;
20234
- border-bottom-right-radius: 0 !important;
20202
+ .v-divider__wrapper--vertical {
20203
+ flex-direction: column;
20204
+ height: 100%;
20235
20205
  }
20236
- .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) {
20237
- border-top-left-radius: 0 !important;
20238
- border-top-right-radius: 0 !important;
20206
+ .v-divider__wrapper--vertical .v-divider {
20207
+ margin: 0 auto;
20208
+ }.v-empty-state {
20209
+ align-items: center;
20210
+ display: flex;
20211
+ flex-direction: column;
20212
+ justify-content: center;
20213
+ min-height: 100%;
20214
+ padding: 16px;
20239
20215
  }
20240
- .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) {
20241
- border-bottom-left-radius: 0 !important;
20242
- border-bottom-right-radius: 0 !important;
20216
+ .v-empty-state--start {
20217
+ align-items: flex-start;
20243
20218
  }
20244
- .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) {
20245
- border-top-left-radius: 0 !important;
20246
- border-top-right-radius: 0 !important;
20219
+ .v-empty-state--center {
20220
+ align-items: center;
20247
20221
  }
20248
- .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
20249
- border-bottom-left-radius: 0 !important;
20250
- border-bottom-right-radius: 0 !important;
20222
+ .v-empty-state--end {
20223
+ align-items: flex-end;
20251
20224
  }
20252
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
20253
- border-top-left-radius: 0 !important;
20254
- border-top-right-radius: 0 !important;
20225
+
20226
+ .v-empty-state__media {
20227
+ text-align: center;
20228
+ width: 100%;
20229
+ }
20230
+ .v-empty-state__media .v-icon {
20231
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20232
+ }
20233
+
20234
+ .v-empty-state__headline {
20235
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20236
+ font-size: 3.75rem;
20237
+ font-weight: 300;
20238
+ line-height: 1;
20239
+ text-align: center;
20240
+ margin-bottom: 8px;
20241
+ }
20242
+ .v-empty-state--mobile .v-empty-state__headline {
20243
+ font-size: 2.125rem;
20244
+ }
20245
+
20246
+ .v-empty-state__title {
20247
+ font-size: 1.25rem;
20248
+ font-weight: 500;
20249
+ line-height: 1.6;
20250
+ margin-bottom: 4px;
20251
+ text-align: center;
20252
+ }
20253
+
20254
+ .v-empty-state__text {
20255
+ font-size: 0.875rem;
20256
+ font-weight: 400;
20257
+ line-height: 1.425;
20258
+ padding: 0 16px;
20259
+ text-align: center;
20260
+ }
20261
+
20262
+ .v-empty-state__content {
20263
+ padding: 24px 0;
20264
+ }
20265
+
20266
+ .v-empty-state__actions {
20267
+ display: flex;
20268
+ gap: 8px;
20269
+ padding: 16px;
20270
+ }
20271
+
20272
+ .v-empty-state__action-btn.v-btn {
20273
+ background-color: rgb(var(--v-theme-surface-variant));
20274
+ color: rgb(var(--v-theme-on-surface-variant));
20275
+ }.v-expansion-panel {
20276
+ background-color: rgb(var(--v-theme-surface));
20277
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20278
+ }
20279
+ .v-expansion-panel:not(:first-child)::after {
20280
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20281
+ }
20282
+ .v-expansion-panel--disabled .v-expansion-panel-title {
20283
+ color: rgba(var(--v-theme-on-surface), 0.26);
20284
+ }
20285
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20286
+ opacity: 0.4615384615;
20287
+ }
20288
+
20289
+ .v-expansion-panels {
20290
+ display: flex;
20291
+ flex-wrap: wrap;
20292
+ justify-content: center;
20293
+ list-style-type: none;
20294
+ padding: 0;
20295
+ width: 100%;
20296
+ position: relative;
20297
+ z-index: 1;
20298
+ }
20299
+ .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) {
20300
+ border-bottom-left-radius: 0 !important;
20301
+ border-bottom-right-radius: 0 !important;
20302
+ }
20303
+ .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) {
20304
+ border-top-left-radius: 0 !important;
20305
+ border-top-right-radius: 0 !important;
20306
+ }
20307
+ .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) {
20308
+ border-bottom-left-radius: 0 !important;
20309
+ border-bottom-right-radius: 0 !important;
20310
+ }
20311
+ .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) {
20312
+ border-top-left-radius: 0 !important;
20313
+ border-top-right-radius: 0 !important;
20314
+ }
20315
+ .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
20316
+ border-bottom-left-radius: 0 !important;
20317
+ border-bottom-right-radius: 0 !important;
20318
+ }
20319
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
20320
+ border-top-left-radius: 0 !important;
20321
+ border-top-right-radius: 0 !important;
20255
20322
  }
20256
20323
  .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
20257
20324
  border-bottom-left-radius: initial;
@@ -20415,73 +20482,6 @@ html.overflow-y-hidden {
20415
20482
  }
20416
20483
  .v-expansion-panels--tile > .v-expansion-panel {
20417
20484
  border-radius: 0;
20418
- }.v-empty-state {
20419
- align-items: center;
20420
- display: flex;
20421
- flex-direction: column;
20422
- justify-content: center;
20423
- min-height: 100%;
20424
- padding: 16px;
20425
- }
20426
- .v-empty-state--start {
20427
- align-items: flex-start;
20428
- }
20429
- .v-empty-state--center {
20430
- align-items: center;
20431
- }
20432
- .v-empty-state--end {
20433
- align-items: flex-end;
20434
- }
20435
-
20436
- .v-empty-state__media {
20437
- text-align: center;
20438
- width: 100%;
20439
- }
20440
- .v-empty-state__media .v-icon {
20441
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20442
- }
20443
-
20444
- .v-empty-state__headline {
20445
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20446
- font-size: 3.75rem;
20447
- font-weight: 300;
20448
- line-height: 1;
20449
- text-align: center;
20450
- margin-bottom: 8px;
20451
- }
20452
- .v-empty-state--mobile .v-empty-state__headline {
20453
- font-size: 2.125rem;
20454
- }
20455
-
20456
- .v-empty-state__title {
20457
- font-size: 1.25rem;
20458
- font-weight: 500;
20459
- line-height: 1.6;
20460
- margin-bottom: 4px;
20461
- text-align: center;
20462
- }
20463
-
20464
- .v-empty-state__text {
20465
- font-size: 0.875rem;
20466
- font-weight: 400;
20467
- line-height: 1.425;
20468
- padding: 0 16px;
20469
- text-align: center;
20470
- }
20471
-
20472
- .v-empty-state__content {
20473
- padding: 24px 0;
20474
- }
20475
-
20476
- .v-empty-state__actions {
20477
- display: flex;
20478
- gap: 8px;
20479
- padding: 16px;
20480
- }
20481
-
20482
- .v-empty-state__action-btn.v-btn {
20483
- background-color: rgb(var(--v-theme-surface-variant));
20484
- color: rgb(var(--v-theme-on-surface-variant));
20485
20485
  }.v-fab {
20486
20486
  align-items: center;
20487
20487
  display: inline-flex;
@@ -21940,6 +21940,11 @@ textarea.v-field__input::placeholder {
21940
21940
 
21941
21941
  .v-img__gradient {
21942
21942
  background-repeat: no-repeat;
21943
+ }.v-item-group {
21944
+ flex: 0 1 auto;
21945
+ max-width: 100%;
21946
+ position: relative;
21947
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21943
21948
  }.v-infinite-scroll--horizontal {
21944
21949
  display: flex;
21945
21950
  flex-direction: row;
@@ -22107,11 +22112,6 @@ textarea.v-field__input::placeholder {
22107
22112
 
22108
22113
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22109
22114
  padding-top: calc(var(--v-input-padding-top) + 0px);
22110
- }.v-item-group {
22111
- flex: 0 1 auto;
22112
- max-width: 100%;
22113
- position: relative;
22114
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22115
22115
  }.v-label {
22116
22116
  align-items: center;
22117
22117
  color: inherit;
@@ -22142,6 +22142,8 @@ textarea.v-field__input::placeholder {
22142
22142
 
22143
22143
  .v-layout-item--absolute {
22144
22144
  position: absolute;
22145
+ }.v-locale-provider {
22146
+ display: contents;
22145
22147
  }.v-list {
22146
22148
  overflow: auto;
22147
22149
  padding: 8px 0;
@@ -22694,13 +22696,11 @@ textarea.v-field__input::placeholder {
22694
22696
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
22695
22697
  }
22696
22698
 
22697
- .v-list-group__header.v-list-item--active:not(:focus-visible) .v-list-item__overlay {
22699
+ .v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
22698
22700
  opacity: 0;
22699
22701
  }
22700
- .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
22702
+ .v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
22701
22703
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22702
- }.v-locale-provider {
22703
- display: contents;
22704
22704
  }.v-main {
22705
22705
  flex: 1 0 auto;
22706
22706
  max-width: 100%;
@@ -22742,6 +22742,22 @@ textarea.v-field__input::placeholder {
22742
22742
  overflow: auto;
22743
22743
  height: 100%;
22744
22744
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22745
+ }.v-messages {
22746
+ flex: 1 1 auto;
22747
+ font-size: 12px;
22748
+ min-height: 14px;
22749
+ min-width: 1px;
22750
+ opacity: var(--v-medium-emphasis-opacity);
22751
+ position: relative;
22752
+ }
22753
+ .v-messages__message {
22754
+ line-height: 12px;
22755
+ word-break: break-word;
22756
+ overflow-wrap: break-word;
22757
+ word-wrap: break-word;
22758
+ -webkit-hyphens: auto;
22759
+ hyphens: auto;
22760
+ transition-duration: 150ms;
22745
22761
  }.v-navigation-drawer {
22746
22762
  -webkit-overflow-scrolling: touch;
22747
22763
  background: rgb(var(--v-theme-surface));
@@ -22977,65 +22993,167 @@ html.v-overlay-scroll-blocked {
22977
22993
  }
22978
22994
  .v-parallax--active > .v-img__img {
22979
22995
  will-change: transform;
22980
- }.v-progress-linear {
22981
- background: transparent;
22982
- overflow: hidden;
22996
+ }.v-progress-circular {
22997
+ align-items: center;
22998
+ display: inline-flex;
22999
+ justify-content: center;
22983
23000
  position: relative;
22984
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22985
- width: 100%;
22986
- }
22987
- .v-progress-linear--rounded {
22988
- border-radius: 9999px;
23001
+ vertical-align: middle;
22989
23002
  }
22990
-
22991
- .v-progress-linear__background,
22992
- .v-progress-linear__buffer {
22993
- background: currentColor;
22994
- bottom: 0;
22995
- left: 0;
22996
- opacity: var(--v-border-opacity);
23003
+ .v-progress-circular > svg {
23004
+ width: 100%;
23005
+ height: 100%;
23006
+ margin: auto;
22997
23007
  position: absolute;
22998
23008
  top: 0;
22999
- width: 100%;
23000
- transition-property: width, left, right;
23001
- transition: inherit;
23009
+ bottom: 0;
23010
+ left: 0;
23011
+ right: 0;
23012
+ z-index: 0;
23002
23013
  }
23003
23014
 
23004
- .v-progress-linear__content {
23015
+ .v-progress-circular__content {
23005
23016
  align-items: center;
23006
23017
  display: flex;
23007
- height: 100%;
23008
23018
  justify-content: center;
23009
- left: 0;
23010
- pointer-events: none;
23011
- position: absolute;
23012
- top: 0;
23013
- width: 100%;
23014
23019
  }
23015
23020
 
23016
- .v-progress-linear__determinate,
23017
- .v-progress-linear__indeterminate {
23018
- background: currentColor;
23021
+ .v-progress-circular__underlay {
23022
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23023
+ stroke: currentColor;
23024
+ z-index: 1;
23019
23025
  }
23020
23026
 
23021
- .v-progress-linear__determinate {
23022
- height: inherit;
23023
- left: 0;
23024
- position: absolute;
23025
- transition: inherit;
23026
- transition-property: width, left, right;
23027
+ .v-progress-circular__overlay {
23028
+ stroke: currentColor;
23029
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23030
+ z-index: 2;
23027
23031
  }
23028
23032
 
23029
- .v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
23030
- animation-play-state: paused;
23031
- animation-duration: 2.2s;
23032
- animation-iteration-count: infinite;
23033
- bottom: 0;
23034
- height: inherit;
23035
- left: 0;
23036
- position: absolute;
23037
- right: auto;
23038
- top: 0;
23033
+ .v-progress-circular--size-x-small {
23034
+ height: 16px;
23035
+ width: 16px;
23036
+ }
23037
+ .v-progress-circular--size-small {
23038
+ height: 24px;
23039
+ width: 24px;
23040
+ }
23041
+ .v-progress-circular--size-default {
23042
+ height: 32px;
23043
+ width: 32px;
23044
+ }
23045
+ .v-progress-circular--size-large {
23046
+ height: 48px;
23047
+ width: 48px;
23048
+ }
23049
+ .v-progress-circular--size-x-large {
23050
+ height: 64px;
23051
+ width: 64px;
23052
+ }
23053
+
23054
+ .v-progress-circular--indeterminate > svg {
23055
+ animation: progress-circular-rotate 1.4s linear infinite;
23056
+ transform-origin: center center;
23057
+ transition: all 0.2s ease-in-out;
23058
+ }
23059
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23060
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23061
+ stroke-dasharray: 25, 200;
23062
+ stroke-dashoffset: 0;
23063
+ stroke-linecap: round;
23064
+ transform-origin: center center;
23065
+ transform: rotate(-90deg);
23066
+ }
23067
+
23068
+ .v-progress-circular--disable-shrink > svg {
23069
+ animation-duration: 0.7s;
23070
+ }
23071
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23072
+ animation: none;
23073
+ }
23074
+
23075
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23076
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23077
+ animation-play-state: paused !important;
23078
+ }
23079
+
23080
+ @keyframes progress-circular-dash {
23081
+ 0% {
23082
+ stroke-dasharray: 1, 200;
23083
+ stroke-dashoffset: 0px;
23084
+ }
23085
+ 50% {
23086
+ stroke-dasharray: 100, 200;
23087
+ stroke-dashoffset: -15px;
23088
+ }
23089
+ 100% {
23090
+ stroke-dasharray: 100, 200;
23091
+ stroke-dashoffset: -124px;
23092
+ }
23093
+ }
23094
+ @keyframes progress-circular-rotate {
23095
+ 100% {
23096
+ transform: rotate(270deg);
23097
+ }
23098
+ }.v-progress-linear {
23099
+ background: transparent;
23100
+ overflow: hidden;
23101
+ position: relative;
23102
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23103
+ width: 100%;
23104
+ }
23105
+ .v-progress-linear--rounded {
23106
+ border-radius: 9999px;
23107
+ }
23108
+
23109
+ .v-progress-linear__background,
23110
+ .v-progress-linear__buffer {
23111
+ background: currentColor;
23112
+ bottom: 0;
23113
+ left: 0;
23114
+ opacity: var(--v-border-opacity);
23115
+ position: absolute;
23116
+ top: 0;
23117
+ width: 100%;
23118
+ transition-property: width, left, right;
23119
+ transition: inherit;
23120
+ }
23121
+
23122
+ .v-progress-linear__content {
23123
+ align-items: center;
23124
+ display: flex;
23125
+ height: 100%;
23126
+ justify-content: center;
23127
+ left: 0;
23128
+ pointer-events: none;
23129
+ position: absolute;
23130
+ top: 0;
23131
+ width: 100%;
23132
+ }
23133
+
23134
+ .v-progress-linear__determinate,
23135
+ .v-progress-linear__indeterminate {
23136
+ background: currentColor;
23137
+ }
23138
+
23139
+ .v-progress-linear__determinate {
23140
+ height: inherit;
23141
+ left: 0;
23142
+ position: absolute;
23143
+ transition: inherit;
23144
+ transition-property: width, left, right;
23145
+ }
23146
+
23147
+ .v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
23148
+ animation-play-state: paused;
23149
+ animation-duration: 2.2s;
23150
+ animation-iteration-count: infinite;
23151
+ bottom: 0;
23152
+ height: inherit;
23153
+ left: 0;
23154
+ position: absolute;
23155
+ right: auto;
23156
+ top: 0;
23039
23157
  width: auto;
23040
23158
  }
23041
23159
  .v-progress-linear__indeterminate .long {
@@ -23188,108 +23306,6 @@ html.v-overlay-scroll-blocked {
23188
23306
  0% {
23189
23307
  background-position-x: var(--v-progress-linear-height);
23190
23308
  }
23191
- }.v-progress-circular {
23192
- align-items: center;
23193
- display: inline-flex;
23194
- justify-content: center;
23195
- position: relative;
23196
- vertical-align: middle;
23197
- }
23198
- .v-progress-circular > svg {
23199
- width: 100%;
23200
- height: 100%;
23201
- margin: auto;
23202
- position: absolute;
23203
- top: 0;
23204
- bottom: 0;
23205
- left: 0;
23206
- right: 0;
23207
- z-index: 0;
23208
- }
23209
-
23210
- .v-progress-circular__content {
23211
- align-items: center;
23212
- display: flex;
23213
- justify-content: center;
23214
- }
23215
-
23216
- .v-progress-circular__underlay {
23217
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23218
- stroke: currentColor;
23219
- z-index: 1;
23220
- }
23221
-
23222
- .v-progress-circular__overlay {
23223
- stroke: currentColor;
23224
- transition: all 0.2s ease-in-out, stroke-width 0s;
23225
- z-index: 2;
23226
- }
23227
-
23228
- .v-progress-circular--size-x-small {
23229
- height: 16px;
23230
- width: 16px;
23231
- }
23232
- .v-progress-circular--size-small {
23233
- height: 24px;
23234
- width: 24px;
23235
- }
23236
- .v-progress-circular--size-default {
23237
- height: 32px;
23238
- width: 32px;
23239
- }
23240
- .v-progress-circular--size-large {
23241
- height: 48px;
23242
- width: 48px;
23243
- }
23244
- .v-progress-circular--size-x-large {
23245
- height: 64px;
23246
- width: 64px;
23247
- }
23248
-
23249
- .v-progress-circular--indeterminate > svg {
23250
- animation: progress-circular-rotate 1.4s linear infinite;
23251
- transform-origin: center center;
23252
- transition: all 0.2s ease-in-out;
23253
- }
23254
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23255
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23256
- stroke-dasharray: 25, 200;
23257
- stroke-dashoffset: 0;
23258
- stroke-linecap: round;
23259
- transform-origin: center center;
23260
- transform: rotate(-90deg);
23261
- }
23262
-
23263
- .v-progress-circular--disable-shrink > svg {
23264
- animation-duration: 0.7s;
23265
- }
23266
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23267
- animation: none;
23268
- }
23269
-
23270
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23271
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23272
- animation-play-state: paused !important;
23273
- }
23274
-
23275
- @keyframes progress-circular-dash {
23276
- 0% {
23277
- stroke-dasharray: 1, 200;
23278
- stroke-dashoffset: 0px;
23279
- }
23280
- 50% {
23281
- stroke-dasharray: 100, 200;
23282
- stroke-dashoffset: -15px;
23283
- }
23284
- 100% {
23285
- stroke-dasharray: 100, 200;
23286
- stroke-dashoffset: -124px;
23287
- }
23288
- }
23289
- @keyframes progress-circular-rotate {
23290
- 100% {
23291
- transform: rotate(270deg);
23292
- }
23293
23309
  }.v-radio-group > .v-input__control {
23294
23310
  flex-direction: column;
23295
23311
  }
@@ -23359,6 +23375,32 @@ html.v-overlay-scroll-blocked {
23359
23375
 
23360
23376
  .v-slider__label {
23361
23377
  margin-inline-end: 12px;
23378
+ }.v-responsive {
23379
+ display: flex;
23380
+ flex: 1 0 auto;
23381
+ max-height: 100%;
23382
+ max-width: 100%;
23383
+ overflow: hidden;
23384
+ position: relative;
23385
+ }
23386
+ .v-responsive--inline {
23387
+ display: inline-flex;
23388
+ flex: 0 0 auto;
23389
+ }
23390
+
23391
+ .v-responsive__content {
23392
+ flex: 1 0 0px;
23393
+ max-width: 100%;
23394
+ }
23395
+
23396
+ .v-responsive__sizer ~ .v-responsive__content {
23397
+ margin-inline-start: -100%;
23398
+ }
23399
+
23400
+ .v-responsive__sizer {
23401
+ flex: 1 0 0px;
23402
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23403
+ pointer-events: none;
23362
23404
  }.v-rating {
23363
23405
  max-width: 100%;
23364
23406
  display: inline-flex;
@@ -23413,32 +23455,6 @@ html.v-overlay-scroll-blocked {
23413
23455
  opacity: 0;
23414
23456
  position: absolute;
23415
23457
  width: 0;
23416
- }.v-responsive {
23417
- display: flex;
23418
- flex: 1 0 auto;
23419
- max-height: 100%;
23420
- max-width: 100%;
23421
- overflow: hidden;
23422
- position: relative;
23423
- }
23424
- .v-responsive--inline {
23425
- display: inline-flex;
23426
- flex: 0 0 auto;
23427
- }
23428
-
23429
- .v-responsive__content {
23430
- flex: 1 0 0px;
23431
- max-width: 100%;
23432
- }
23433
-
23434
- .v-responsive__sizer ~ .v-responsive__content {
23435
- margin-inline-start: -100%;
23436
- }
23437
-
23438
- .v-responsive__sizer {
23439
- flex: 1 0 0px;
23440
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23441
- pointer-events: none;
23442
23458
  }.v-select .v-field .v-text-field__prefix,
23443
23459
  .v-select .v-field .v-text-field__suffix,
23444
23460
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -23624,6 +23640,61 @@ html.v-overlay-scroll-blocked {
23624
23640
  }
23625
23641
  .v-sheet--rounded {
23626
23642
  border-radius: 4px;
23643
+ }.v-slide-group {
23644
+ display: flex;
23645
+ overflow: hidden;
23646
+ }
23647
+
23648
+ .v-slide-group__next,
23649
+ .v-slide-group__prev {
23650
+ align-items: center;
23651
+ display: flex;
23652
+ flex: 0 1 52px;
23653
+ justify-content: center;
23654
+ min-width: 52px;
23655
+ cursor: pointer;
23656
+ }
23657
+ .v-slide-group__next--disabled,
23658
+ .v-slide-group__prev--disabled {
23659
+ pointer-events: none;
23660
+ opacity: var(--v-disabled-opacity);
23661
+ }
23662
+
23663
+ .v-slide-group__content {
23664
+ display: flex;
23665
+ flex: 1 0 auto;
23666
+ position: relative;
23667
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23668
+ white-space: nowrap;
23669
+ }
23670
+ .v-slide-group__content > * {
23671
+ white-space: initial;
23672
+ }
23673
+
23674
+ .v-slide-group__container {
23675
+ contain: content;
23676
+ display: flex;
23677
+ flex: 1 1 auto;
23678
+ overflow-x: auto;
23679
+ overflow-y: hidden;
23680
+ scrollbar-width: none;
23681
+ scrollbar-color: rgba(0, 0, 0, 0);
23682
+ }
23683
+ .v-slide-group__container::-webkit-scrollbar {
23684
+ display: none;
23685
+ }
23686
+
23687
+ .v-slide-group--vertical {
23688
+ max-height: inherit;
23689
+ }
23690
+ .v-slide-group--vertical,
23691
+ .v-slide-group--vertical .v-slide-group__container,
23692
+ .v-slide-group--vertical .v-slide-group__content {
23693
+ flex-direction: column;
23694
+ }
23695
+ .v-slide-group--vertical .v-slide-group__container {
23696
+ overflow-x: hidden;
23697
+ overflow-y: auto;
23627
23698
  }.v-skeleton-loader {
23628
23699
  align-items: center;
23629
23700
  background: rgb(var(--v-theme-surface));
@@ -23847,61 +23918,6 @@ html.v-overlay-scroll-blocked {
23847
23918
  100% {
23848
23919
  transform: translateX(100%);
23849
23920
  }
23850
- }.v-slide-group {
23851
- display: flex;
23852
- overflow: hidden;
23853
- }
23854
-
23855
- .v-slide-group__next,
23856
- .v-slide-group__prev {
23857
- align-items: center;
23858
- display: flex;
23859
- flex: 0 1 52px;
23860
- justify-content: center;
23861
- min-width: 52px;
23862
- cursor: pointer;
23863
- }
23864
- .v-slide-group__next--disabled,
23865
- .v-slide-group__prev--disabled {
23866
- pointer-events: none;
23867
- opacity: var(--v-disabled-opacity);
23868
- }
23869
-
23870
- .v-slide-group__content {
23871
- display: flex;
23872
- flex: 1 0 auto;
23873
- position: relative;
23874
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23875
- white-space: nowrap;
23876
- }
23877
- .v-slide-group__content > * {
23878
- white-space: initial;
23879
- }
23880
-
23881
- .v-slide-group__container {
23882
- contain: content;
23883
- display: flex;
23884
- flex: 1 1 auto;
23885
- overflow-x: auto;
23886
- overflow-y: hidden;
23887
- scrollbar-width: none;
23888
- scrollbar-color: rgba(0, 0, 0, 0);
23889
- }
23890
- .v-slide-group__container::-webkit-scrollbar {
23891
- display: none;
23892
- }
23893
-
23894
- .v-slide-group--vertical {
23895
- max-height: inherit;
23896
- }
23897
- .v-slide-group--vertical,
23898
- .v-slide-group--vertical .v-slide-group__container,
23899
- .v-slide-group--vertical .v-slide-group__content {
23900
- flex-direction: column;
23901
- }
23902
- .v-slide-group--vertical .v-slide-group__container {
23903
- overflow-x: hidden;
23904
- overflow-y: auto;
23905
23921
  }.v-snackbar {
23906
23922
  justify-content: center;
23907
23923
  z-index: 10000;
@@ -23909,7 +23925,7 @@ html.v-overlay-scroll-blocked {
23909
23925
  margin-inline-end: calc(8px + var(--v-scrollbar-offset));
23910
23926
  padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
23911
23927
  }
23912
- .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
23928
+ .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
23913
23929
  align-items: flex-end;
23914
23930
  }
23915
23931
  .v-snackbar__wrapper {
@@ -24081,169 +24097,6 @@ html.v-overlay-scroll-blocked {
24081
24097
  }
24082
24098
  .v-speed-dial__content > *:nth-child(10) {
24083
24099
  transition-delay: 0.45s;
24084
- }.v-stepper.v-sheet {
24085
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24086
- border-radius: 4px;
24087
- overflow: hidden;
24088
- }
24089
- .v-stepper.v-sheet.v-stepper--flat {
24090
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24091
- }
24092
-
24093
- .v-stepper-header {
24094
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24095
- align-items: center;
24096
- display: flex;
24097
- position: relative;
24098
- overflow-x: auto;
24099
- justify-content: space-between;
24100
- z-index: 1;
24101
- }
24102
- .v-stepper-header .v-divider {
24103
- margin: 0 -16px;
24104
- }
24105
- .v-stepper-header .v-divider:last-child {
24106
- margin-inline-end: 0;
24107
- }
24108
- .v-stepper-header .v-divider:first-child {
24109
- margin-inline-start: 0;
24110
- }
24111
- .v-stepper--alt-labels .v-stepper-header {
24112
- height: auto;
24113
- }
24114
- .v-stepper--alt-labels .v-stepper-header .v-divider {
24115
- align-self: flex-start;
24116
- margin: 35px -67px 0;
24117
- }
24118
-
24119
- .v-stepper-window {
24120
- margin: 1.5rem;
24121
- }
24122
-
24123
- .v-stepper-actions {
24124
- display: flex;
24125
- align-items: center;
24126
- justify-content: space-between;
24127
- padding: 1rem;
24128
- }
24129
- .v-stepper .v-stepper-actions {
24130
- padding: 0 1.5rem 1rem;
24131
- }
24132
- .v-stepper-window-item .v-stepper-actions {
24133
- padding: 1.5rem 0 0;
24134
- }.v-stepper-item {
24135
- align-items: center;
24136
- align-self: stretch;
24137
- display: inline-flex;
24138
- flex: none;
24139
- outline: none;
24140
- opacity: var(--v-medium-emphasis-opacity);
24141
- padding: 1.5rem;
24142
- position: relative;
24143
- transition-duration: 0.2s;
24144
- transition-property: opacity;
24145
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24146
- }
24147
- .v-stepper-item:hover > .v-stepper-item__overlay {
24148
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24149
- }
24150
- .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24151
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24152
- }
24153
- @supports not selector(:focus-visible) {
24154
- .v-stepper-item:focus > .v-stepper-item__overlay {
24155
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24156
- }
24157
- }
24158
- .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24159
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24160
- }
24161
- .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24162
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24163
- }
24164
- .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
24165
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24166
- }
24167
- @supports not selector(:focus-visible) {
24168
- .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24169
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24170
- }
24171
- }
24172
- .v-stepper--non-linear .v-stepper-item {
24173
- opacity: var(--v-high-emphasis-opacity);
24174
- }
24175
- .v-stepper-item--selected {
24176
- opacity: 1;
24177
- }
24178
- .v-stepper-item--error {
24179
- color: rgb(var(--v-theme-error));
24180
- }
24181
- .v-stepper-item--disabled {
24182
- opacity: var(--v-medium-emphasis-opacity);
24183
- pointer-events: none;
24184
- }
24185
- .v-stepper--alt-labels .v-stepper-item {
24186
- flex-direction: column;
24187
- justify-content: flex-start;
24188
- align-items: center;
24189
- flex-basis: 175px;
24190
- }
24191
-
24192
- .v-stepper-item__avatar.v-avatar {
24193
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24194
- color: rgb(var(--v-theme-on-surface-variant));
24195
- font-size: 0.75rem;
24196
- margin-inline-end: 8px;
24197
- }
24198
- .v-stepper-item__avatar.v-avatar .v-icon {
24199
- font-size: 0.875rem;
24200
- }
24201
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24202
- background: rgb(var(--v-theme-surface-variant));
24203
- }
24204
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24205
- background: rgb(var(--v-theme-error));
24206
- }
24207
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24208
- margin-bottom: 16px;
24209
- margin-inline-end: 0;
24210
- }
24211
-
24212
- .v-stepper-item__title {
24213
- line-height: 1;
24214
- }
24215
- .v-stepper--mobile .v-stepper-item__title {
24216
- display: none;
24217
- }
24218
-
24219
- .v-stepper-item__subtitle {
24220
- font-size: 0.75rem;
24221
- text-align: left;
24222
- line-height: 1;
24223
- opacity: var(--v-medium-emphasis-opacity);
24224
- }
24225
- .v-stepper--alt-labels .v-stepper-item__subtitle {
24226
- text-align: center;
24227
- }
24228
- .v-stepper--mobile .v-stepper-item__subtitle {
24229
- display: none;
24230
- }
24231
-
24232
- .v-stepper-item__overlay {
24233
- background-color: currentColor;
24234
- border-radius: inherit;
24235
- opacity: 0;
24236
- transition: opacity 0.2s ease-in-out;
24237
- }
24238
-
24239
- .v-stepper-item__overlay,
24240
- .v-stepper-item__underlay {
24241
- position: absolute;
24242
- top: 0;
24243
- left: 0;
24244
- width: 100%;
24245
- height: 100%;
24246
- pointer-events: none;
24247
24100
  }.v-switch .v-label {
24248
24101
  padding-inline-start: 10px;
24249
24102
  }
@@ -24424,43 +24277,201 @@ html.v-overlay-scroll-blocked {
24424
24277
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24425
24278
  border-width: 0;
24426
24279
  }
24427
- }.v-system-bar {
24280
+ }.v-stepper.v-sheet {
24281
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24282
+ border-radius: 4px;
24283
+ overflow: hidden;
24284
+ }
24285
+ .v-stepper.v-sheet.v-stepper--flat {
24286
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24287
+ }
24288
+
24289
+ .v-stepper-header {
24290
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24428
24291
  align-items: center;
24429
24292
  display: flex;
24430
- flex: 1 1 auto;
24431
- height: 24px;
24432
- justify-content: flex-end;
24433
- max-width: 100%;
24434
- padding-inline: 8px;
24435
24293
  position: relative;
24436
- text-align: end;
24437
- width: 100%;
24438
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24439
- background: rgba(var(--v-theme-surface-light));
24440
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24294
+ overflow-x: auto;
24295
+ justify-content: space-between;
24296
+ z-index: 1;
24297
+ }
24298
+ .v-stepper-header .v-divider {
24299
+ margin: 0 -16px;
24300
+ }
24301
+ .v-stepper-header .v-divider:last-child {
24302
+ margin-inline-end: 0;
24303
+ }
24304
+ .v-stepper-header .v-divider:first-child {
24305
+ margin-inline-start: 0;
24306
+ }
24307
+ .v-stepper--alt-labels .v-stepper-header {
24308
+ height: auto;
24309
+ }
24310
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24311
+ align-self: flex-start;
24312
+ margin: 35px -67px 0;
24313
+ }
24314
+
24315
+ .v-stepper-window {
24316
+ margin: 1.5rem;
24317
+ }
24318
+
24319
+ .v-stepper-actions {
24320
+ display: flex;
24321
+ align-items: center;
24322
+ justify-content: space-between;
24323
+ padding: 1rem;
24324
+ }
24325
+ .v-stepper .v-stepper-actions {
24326
+ padding: 0 1.5rem 1rem;
24327
+ }
24328
+ .v-stepper-window-item .v-stepper-actions {
24329
+ padding: 1.5rem 0 0;
24330
+ }.v-stepper-item {
24331
+ align-items: center;
24332
+ align-self: stretch;
24333
+ display: inline-flex;
24334
+ flex: none;
24335
+ outline: none;
24336
+ opacity: var(--v-medium-emphasis-opacity);
24337
+ padding: 1.5rem;
24338
+ position: relative;
24339
+ transition-duration: 0.2s;
24340
+ transition-property: opacity;
24341
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24342
+ }
24343
+ .v-stepper-item:hover > .v-stepper-item__overlay {
24344
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24345
+ }
24346
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24347
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24348
+ }
24349
+ @supports not selector(:focus-visible) {
24350
+ .v-stepper-item:focus > .v-stepper-item__overlay {
24351
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24352
+ }
24353
+ }
24354
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24355
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24356
+ }
24357
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24358
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24359
+ }
24360
+ .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
24361
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24362
+ }
24363
+ @supports not selector(:focus-visible) {
24364
+ .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24365
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24366
+ }
24367
+ }
24368
+ .v-stepper--non-linear .v-stepper-item {
24369
+ opacity: var(--v-high-emphasis-opacity);
24370
+ }
24371
+ .v-stepper-item--selected {
24372
+ opacity: 1;
24373
+ }
24374
+ .v-stepper-item--error {
24375
+ color: rgb(var(--v-theme-error));
24376
+ }
24377
+ .v-stepper-item--disabled {
24378
+ opacity: var(--v-medium-emphasis-opacity);
24379
+ pointer-events: none;
24380
+ }
24381
+ .v-stepper--alt-labels .v-stepper-item {
24382
+ flex-direction: column;
24383
+ justify-content: flex-start;
24384
+ align-items: center;
24385
+ flex-basis: 175px;
24386
+ }
24387
+
24388
+ .v-stepper-item__avatar.v-avatar {
24389
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24390
+ color: rgb(var(--v-theme-on-surface-variant));
24441
24391
  font-size: 0.75rem;
24442
- font-weight: 400;
24443
- letter-spacing: 0.0333333333em;
24444
- line-height: 1.667;
24445
- text-transform: none;
24392
+ margin-inline-end: 8px;
24446
24393
  }
24447
- .v-system-bar .v-icon {
24394
+ .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
24395
+ margin-inline-end: 0;
24396
+ }
24397
+ .v-stepper-item__avatar.v-avatar .v-icon {
24398
+ font-size: 0.875rem;
24399
+ }
24400
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24401
+ background: rgb(var(--v-theme-surface-variant));
24402
+ }
24403
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24404
+ background: rgb(var(--v-theme-error));
24405
+ }
24406
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24407
+ margin-bottom: 16px;
24408
+ margin-inline-end: 0;
24409
+ }
24410
+
24411
+ .v-stepper-item__title {
24412
+ line-height: 1;
24413
+ }
24414
+ .v-stepper--mobile .v-stepper-item__title {
24415
+ display: none;
24416
+ }
24417
+
24418
+ .v-stepper-item__subtitle {
24419
+ font-size: 0.75rem;
24420
+ text-align: left;
24421
+ line-height: 1;
24448
24422
  opacity: var(--v-medium-emphasis-opacity);
24449
24423
  }
24450
- .v-system-bar--absolute {
24451
- position: absolute;
24424
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
24425
+ text-align: center;
24452
24426
  }
24453
- .v-system-bar--fixed {
24454
- position: fixed;
24427
+ .v-stepper--mobile .v-stepper-item__subtitle {
24428
+ display: none;
24455
24429
  }
24456
- .v-system-bar--rounded {
24430
+
24431
+ .v-stepper-item__overlay {
24432
+ background-color: currentColor;
24433
+ border-radius: inherit;
24434
+ opacity: 0;
24435
+ transition: opacity 0.2s ease-in-out;
24436
+ }
24437
+
24438
+ .v-stepper-item__overlay,
24439
+ .v-stepper-item__underlay {
24440
+ position: absolute;
24441
+ top: 0;
24442
+ left: 0;
24443
+ width: 100%;
24444
+ height: 100%;
24445
+ pointer-events: none;
24446
+ }.v-tab.v-tab.v-btn {
24447
+ height: var(--v-tabs-height);
24457
24448
  border-radius: 0;
24449
+ min-width: 90px;
24458
24450
  }
24459
- .v-system-bar--window {
24460
- height: 32px;
24451
+ .v-slide-group--horizontal .v-tab {
24452
+ max-width: 360px;
24461
24453
  }
24462
- .v-system-bar:not(.v-system-bar--absolute) {
24463
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24454
+ .v-slide-group--vertical .v-tab {
24455
+ justify-content: start;
24456
+ }
24457
+
24458
+ .v-tab__slider {
24459
+ position: absolute;
24460
+ bottom: 0;
24461
+ left: 0;
24462
+ height: 2px;
24463
+ width: 100%;
24464
+ background: currentColor;
24465
+ pointer-events: none;
24466
+ opacity: 0;
24467
+ }
24468
+ .v-tab--selected .v-tab__slider {
24469
+ opacity: 1;
24470
+ }
24471
+ .v-slide-group--vertical .v-tab__slider {
24472
+ top: 0;
24473
+ height: 100%;
24474
+ width: 2px;
24464
24475
  }.v-tabs {
24465
24476
  display: flex;
24466
24477
  height: var(--v-tabs-height);
@@ -24527,35 +24538,43 @@ html.v-overlay-scroll-blocked {
24527
24538
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24528
24539
  margin-inline-end: 52px;
24529
24540
  }
24530
- }.v-tab.v-tab.v-btn {
24531
- height: var(--v-tabs-height);
24532
- border-radius: 0;
24533
- min-width: 90px;
24534
- }
24535
- .v-slide-group--horizontal .v-tab {
24536
- max-width: 360px;
24541
+ }.v-system-bar {
24542
+ align-items: center;
24543
+ display: flex;
24544
+ flex: 1 1 auto;
24545
+ height: 24px;
24546
+ justify-content: flex-end;
24547
+ max-width: 100%;
24548
+ padding-inline: 8px;
24549
+ position: relative;
24550
+ text-align: end;
24551
+ width: 100%;
24552
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24553
+ background: rgba(var(--v-theme-surface-light));
24554
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24555
+ font-size: 0.75rem;
24556
+ font-weight: 400;
24557
+ letter-spacing: 0.0333333333em;
24558
+ line-height: 1.667;
24559
+ text-transform: none;
24537
24560
  }
24538
- .v-slide-group--vertical .v-tab {
24539
- justify-content: start;
24561
+ .v-system-bar .v-icon {
24562
+ opacity: var(--v-medium-emphasis-opacity);
24540
24563
  }
24541
-
24542
- .v-tab__slider {
24564
+ .v-system-bar--absolute {
24543
24565
  position: absolute;
24544
- bottom: 0;
24545
- left: 0;
24546
- height: 2px;
24547
- width: 100%;
24548
- background: currentColor;
24549
- pointer-events: none;
24550
- opacity: 0;
24551
24566
  }
24552
- .v-tab--selected .v-tab__slider {
24553
- opacity: 1;
24567
+ .v-system-bar--fixed {
24568
+ position: fixed;
24554
24569
  }
24555
- .v-slide-group--vertical .v-tab__slider {
24556
- top: 0;
24557
- height: 100%;
24558
- width: 2px;
24570
+ .v-system-bar--rounded {
24571
+ border-radius: 0;
24572
+ }
24573
+ .v-system-bar--window {
24574
+ height: 32px;
24575
+ }
24576
+ .v-system-bar:not(.v-system-bar--absolute) {
24577
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24559
24578
  }.v-table {
24560
24579
  background: rgb(var(--v-theme-surface));
24561
24580
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -25219,6 +25238,28 @@ html.v-overlay-scroll-blocked {
25219
25238
 
25220
25239
  .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 {
25221
25240
  padding-inline-end: 0;
25241
+ }.v-tooltip > .v-overlay__content {
25242
+ background: rgb(var(--v-theme-surface-variant));
25243
+ color: rgb(var(--v-theme-on-surface-variant));
25244
+ border-radius: 4px;
25245
+ font-size: 0.875rem;
25246
+ line-height: 1.6;
25247
+ display: inline-block;
25248
+ padding: 5px 16px;
25249
+ text-transform: initial;
25250
+ width: auto;
25251
+ opacity: 1;
25252
+ pointer-events: none;
25253
+ transition-property: opacity, transform;
25254
+ overflow-wrap: break-word;
25255
+ }
25256
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25257
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25258
+ transition-duration: 150ms;
25259
+ }
25260
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25261
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25262
+ transition-duration: 75ms;
25222
25263
  }.v-toolbar {
25223
25264
  align-items: flex-start;
25224
25265
  display: flex;
@@ -25348,28 +25389,6 @@ html.v-overlay-scroll-blocked {
25348
25389
  }
25349
25390
  .v-toolbar-items > .v-btn {
25350
25391
  border-radius: 0;
25351
- }.v-tooltip > .v-overlay__content {
25352
- background: rgb(var(--v-theme-surface-variant));
25353
- color: rgb(var(--v-theme-on-surface-variant));
25354
- border-radius: 4px;
25355
- font-size: 0.875rem;
25356
- line-height: 1.6;
25357
- display: inline-block;
25358
- padding: 5px 16px;
25359
- text-transform: initial;
25360
- width: auto;
25361
- opacity: 1;
25362
- pointer-events: none;
25363
- transition-property: opacity, transform;
25364
- overflow-wrap: break-word;
25365
- }
25366
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25367
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25368
- transition-duration: 150ms;
25369
- }
25370
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25371
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25372
- transition-duration: 75ms;
25373
25392
  }.v-virtual-scroll {
25374
25393
  display: block;
25375
25394
  flex: 1 1 auto;
@@ -25449,44 +25468,6 @@ html.v-overlay-scroll-blocked {
25449
25468
  }
25450
25469
  .v-window-y-reverse-transition-leave-to {
25451
25470
  transform: translateY(100%);
25452
- }.v-messages {
25453
- flex: 1 1 auto;
25454
- font-size: 12px;
25455
- min-height: 14px;
25456
- min-width: 1px;
25457
- opacity: var(--v-medium-emphasis-opacity);
25458
- position: relative;
25459
- }
25460
- .v-messages__message {
25461
- line-height: 12px;
25462
- word-break: break-word;
25463
- overflow-wrap: break-word;
25464
- word-wrap: break-word;
25465
- -webkit-hyphens: auto;
25466
- hyphens: auto;
25467
- transition-duration: 150ms;
25468
- }.v-color-picker-canvas {
25469
- display: flex;
25470
- position: relative;
25471
- overflow: hidden;
25472
- contain: content;
25473
- touch-action: none;
25474
- }
25475
- .v-color-picker-canvas__dot {
25476
- position: absolute;
25477
- top: 0;
25478
- left: 0;
25479
- width: 15px;
25480
- height: 15px;
25481
- background: transparent;
25482
- border-radius: 50%;
25483
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25484
- }
25485
- .v-color-picker-canvas__dot--disabled {
25486
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25487
- }
25488
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25489
- will-change: transform;
25490
25471
  }.v-color-picker-edit {
25491
25472
  display: flex;
25492
25473
  margin-top: 24px;
@@ -25585,6 +25566,28 @@ html.v-overlay-scroll-blocked {
25585
25566
  .v-color-picker-preview__eye-dropper {
25586
25567
  position: relative;
25587
25568
  margin-right: 12px;
25569
+ }.v-color-picker-canvas {
25570
+ display: flex;
25571
+ position: relative;
25572
+ overflow: hidden;
25573
+ contain: content;
25574
+ touch-action: none;
25575
+ }
25576
+ .v-color-picker-canvas__dot {
25577
+ position: absolute;
25578
+ top: 0;
25579
+ left: 0;
25580
+ width: 15px;
25581
+ height: 15px;
25582
+ background: transparent;
25583
+ border-radius: 50%;
25584
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25585
+ }
25586
+ .v-color-picker-canvas__dot--disabled {
25587
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25588
+ }
25589
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25590
+ will-change: transform;
25588
25591
  }.v-color-picker-swatches {
25589
25592
  overflow-y: auto;
25590
25593
  }