@vuetify/nightly 3.9.5-dev.2025-08-12 → 3.9.5-dev.2025-08-24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/CHANGELOG.md +6 -3
  2. package/dist/json/attributes.json +2183 -2175
  3. package/dist/json/importMap-labs.json +40 -40
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/tags.json +4 -1
  6. package/dist/json/web-types.json +4199 -4178
  7. package/dist/vuetify-labs.cjs +202 -98
  8. package/dist/vuetify-labs.css +5261 -5261
  9. package/dist/vuetify-labs.d.ts +112 -84
  10. package/dist/vuetify-labs.esm.js +202 -98
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +202 -98
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +85 -65
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +2218 -2218
  17. package/dist/vuetify.d.ts +91 -63
  18. package/dist/vuetify.esm.js +85 -65
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +85 -65
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +367 -366
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VCard/VCardActions.d.ts +44 -0
  26. package/lib/components/VCard/VCardActions.js +11 -6
  27. package/lib/components/VCard/VCardActions.js.map +1 -1
  28. package/lib/components/VCard/VCardItem.d.ts +25 -0
  29. package/lib/components/VCard/VCardItem.js +64 -60
  30. package/lib/components/VCard/VCardItem.js.map +1 -1
  31. package/lib/composables/filter.d.ts +1 -0
  32. package/lib/composables/filter.js +13 -0
  33. package/lib/composables/filter.js.map +1 -1
  34. package/lib/entry-bundler.js +1 -1
  35. package/lib/framework.d.ts +63 -63
  36. package/lib/framework.js +1 -1
  37. package/lib/labs/VMaskInput/VMaskInput.d.ts +22 -21
  38. package/lib/labs/VMaskInput/VMaskInput.js +118 -34
  39. package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
  40. package/package.json +1 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.9.5-dev.2025-08-12
2
+ * Vuetify v3.9.5-dev.2025-08-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18005,18 +18005,22 @@ html.overflow-y-hidden {
18005
18005
  .v-ripple__animation--out {
18006
18006
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
18007
18007
  opacity: 0;
18008
- }.v-app-bar {
18008
+ }.v-application {
18009
18009
  display: flex;
18010
+ background: rgb(var(--v-theme-background));
18011
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18010
18012
  }
18011
- .v-app-bar.v-toolbar {
18012
- background: rgb(var(--v-theme-surface));
18013
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18014
- }
18015
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18016
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18017
- }
18018
- .v-app-bar:not(.v-toolbar--absolute) {
18019
- padding-inline-end: var(--v-scrollbar-offset);
18013
+
18014
+ .v-application__wrap {
18015
+ -webkit-backface-visibility: hidden;
18016
+ backface-visibility: hidden;
18017
+ display: flex;
18018
+ flex-direction: column;
18019
+ flex: 1 1 auto;
18020
+ max-width: 100%;
18021
+ min-height: 100vh;
18022
+ min-height: 100dvh;
18023
+ position: relative;
18020
18024
  }.v-alert {
18021
18025
  display: grid;
18022
18026
  flex: 1 1;
@@ -18245,22 +18249,6 @@ html.overflow-y-hidden {
18245
18249
  text-transform: none;
18246
18250
  word-break: normal;
18247
18251
  word-wrap: break-word;
18248
- }.v-application {
18249
- display: flex;
18250
- background: rgb(var(--v-theme-background));
18251
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18252
- }
18253
-
18254
- .v-application__wrap {
18255
- -webkit-backface-visibility: hidden;
18256
- backface-visibility: hidden;
18257
- display: flex;
18258
- flex-direction: column;
18259
- flex: 1 1 auto;
18260
- max-width: 100%;
18261
- min-height: 100vh;
18262
- min-height: 100dvh;
18263
- position: relative;
18264
18252
  }.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18265
18253
  .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18266
18254
  .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
@@ -18451,6 +18439,83 @@ html.overflow-y-hidden {
18451
18439
  .v-avatar .v-img {
18452
18440
  height: 100%;
18453
18441
  width: 100%;
18442
+ }.v-badge {
18443
+ display: inline-block;
18444
+ line-height: 1;
18445
+ }
18446
+
18447
+ .v-badge__badge {
18448
+ align-items: center;
18449
+ display: inline-flex;
18450
+ border-radius: 10px;
18451
+ font-family: "Roboto", sans-serif;
18452
+ font-size: 0.75rem;
18453
+ font-weight: 500;
18454
+ height: 1.25rem;
18455
+ justify-content: center;
18456
+ min-width: 20px;
18457
+ padding: 4px 6px;
18458
+ pointer-events: auto;
18459
+ position: absolute;
18460
+ text-align: center;
18461
+ text-indent: 0;
18462
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18463
+ white-space: nowrap;
18464
+ }
18465
+ .v-badge__badge {
18466
+ background: rgb(var(--v-theme-surface-variant));
18467
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18468
+ }
18469
+ .v-badge__badge:has(.v-icon) {
18470
+ padding: 4px 6px;
18471
+ }
18472
+ .v-badge--bordered .v-badge__badge::after {
18473
+ border-radius: inherit;
18474
+ border-style: solid;
18475
+ border-width: 2px;
18476
+ bottom: 0;
18477
+ color: rgb(var(--v-theme-background));
18478
+ content: "";
18479
+ left: 0;
18480
+ position: absolute;
18481
+ right: 0;
18482
+ top: 0;
18483
+ transform: scale(1.05);
18484
+ }
18485
+ .v-badge--dot .v-badge__badge {
18486
+ border-radius: 4.5px;
18487
+ height: 9px;
18488
+ min-width: 0;
18489
+ padding: 0;
18490
+ width: 9px;
18491
+ }
18492
+ .v-badge--dot .v-badge__badge::after {
18493
+ border-width: 1.5px;
18494
+ }
18495
+ .v-badge--inline .v-badge__badge {
18496
+ position: relative;
18497
+ vertical-align: middle;
18498
+ }
18499
+ .v-badge__badge .v-icon {
18500
+ color: inherit;
18501
+ font-size: 0.75rem;
18502
+ margin: 0 -2px;
18503
+ }
18504
+ .v-badge__badge img,
18505
+ .v-badge__badge .v-img {
18506
+ height: 100%;
18507
+ width: 100%;
18508
+ }
18509
+
18510
+ .v-badge__wrapper {
18511
+ display: flex;
18512
+ position: relative;
18513
+ }
18514
+ .v-badge--inline .v-badge__wrapper {
18515
+ align-items: center;
18516
+ display: inline-flex;
18517
+ justify-content: center;
18518
+ margin: 0 4px;
18454
18519
  }.v-banner {
18455
18520
  display: grid;
18456
18521
  flex: 1 1;
@@ -18617,122 +18682,6 @@ html.overflow-y-hidden {
18617
18682
  }
18618
18683
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18619
18684
  align-self: flex-start;
18620
- }.v-badge {
18621
- display: inline-block;
18622
- line-height: 1;
18623
- }
18624
-
18625
- .v-badge__badge {
18626
- align-items: center;
18627
- display: inline-flex;
18628
- border-radius: 10px;
18629
- font-family: "Roboto", sans-serif;
18630
- font-size: 0.75rem;
18631
- font-weight: 500;
18632
- height: 1.25rem;
18633
- justify-content: center;
18634
- min-width: 20px;
18635
- padding: 4px 6px;
18636
- pointer-events: auto;
18637
- position: absolute;
18638
- text-align: center;
18639
- text-indent: 0;
18640
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18641
- white-space: nowrap;
18642
- }
18643
- .v-badge__badge {
18644
- background: rgb(var(--v-theme-surface-variant));
18645
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18646
- }
18647
- .v-badge__badge:has(.v-icon) {
18648
- padding: 4px 6px;
18649
- }
18650
- .v-badge--bordered .v-badge__badge::after {
18651
- border-radius: inherit;
18652
- border-style: solid;
18653
- border-width: 2px;
18654
- bottom: 0;
18655
- color: rgb(var(--v-theme-background));
18656
- content: "";
18657
- left: 0;
18658
- position: absolute;
18659
- right: 0;
18660
- top: 0;
18661
- transform: scale(1.05);
18662
- }
18663
- .v-badge--dot .v-badge__badge {
18664
- border-radius: 4.5px;
18665
- height: 9px;
18666
- min-width: 0;
18667
- padding: 0;
18668
- width: 9px;
18669
- }
18670
- .v-badge--dot .v-badge__badge::after {
18671
- border-width: 1.5px;
18672
- }
18673
- .v-badge--inline .v-badge__badge {
18674
- position: relative;
18675
- vertical-align: middle;
18676
- }
18677
- .v-badge__badge .v-icon {
18678
- color: inherit;
18679
- font-size: 0.75rem;
18680
- margin: 0 -2px;
18681
- }
18682
- .v-badge__badge img,
18683
- .v-badge__badge .v-img {
18684
- height: 100%;
18685
- width: 100%;
18686
- }
18687
-
18688
- .v-badge__wrapper {
18689
- display: flex;
18690
- position: relative;
18691
- }
18692
- .v-badge--inline .v-badge__wrapper {
18693
- align-items: center;
18694
- display: inline-flex;
18695
- justify-content: center;
18696
- margin: 0 4px;
18697
- }.bottom-sheet-transition-enter-from {
18698
- transform: translateY(100%);
18699
- }
18700
- .bottom-sheet-transition-leave-to {
18701
- transform: translateY(100%);
18702
- }
18703
-
18704
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18705
- align-self: flex-end;
18706
- border-radius: 0;
18707
- flex: 0 1 auto;
18708
- left: 0;
18709
- right: 0;
18710
- margin-inline: auto;
18711
- margin-bottom: 0;
18712
- transition-duration: 0.2s;
18713
- width: 100%;
18714
- max-width: 100%;
18715
- overflow: visible;
18716
- }
18717
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18718
- 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));
18719
- }
18720
- @media (prefers-reduced-motion: reduce) {
18721
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18722
- transition: none;
18723
- }
18724
- }
18725
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18726
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18727
- border-radius: 0;
18728
- }
18729
- .v-bottom-sheet.v-bottom-sheet--inset {
18730
- max-width: none;
18731
- }
18732
- @media (min-width: 600px) {
18733
- .v-bottom-sheet.v-bottom-sheet--inset {
18734
- max-width: 70%;
18735
- }
18736
18685
  }.v-bottom-navigation {
18737
18686
  display: flex;
18738
18687
  max-width: 100%;
@@ -18797,63 +18746,45 @@ html.overflow-y-hidden {
18797
18746
  }
18798
18747
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18799
18748
  transform: translateY(0.5rem);
18800
- }.v-breadcrumbs {
18801
- display: flex;
18802
- align-items: center;
18803
- line-height: 1.6;
18804
- padding: 16px 12px;
18805
- }
18806
- .v-breadcrumbs--rounded {
18807
- border-radius: 4px;
18808
- }
18809
- .v-breadcrumbs--density-default {
18810
- padding-top: 16px;
18811
- padding-bottom: 16px;
18749
+ }.bottom-sheet-transition-enter-from {
18750
+ transform: translateY(100%);
18812
18751
  }
18813
-
18814
- .v-breadcrumbs--density-comfortable {
18815
- padding-top: 12px;
18816
- padding-bottom: 12px;
18752
+ .bottom-sheet-transition-leave-to {
18753
+ transform: translateY(100%);
18817
18754
  }
18818
18755
 
18819
- .v-breadcrumbs--density-compact {
18820
- padding-top: 8px;
18821
- padding-bottom: 8px;
18822
- }
18823
-
18824
- .v-breadcrumbs__prepend {
18825
- align-items: center;
18826
- display: inline-flex;
18827
- }
18828
-
18829
- .v-breadcrumbs-item {
18830
- align-items: center;
18831
- color: inherit;
18832
- display: inline-flex;
18833
- padding: 0 4px;
18834
- text-decoration: none;
18835
- vertical-align: middle;
18756
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18757
+ align-self: flex-end;
18758
+ border-radius: 0;
18759
+ flex: 0 1 auto;
18760
+ left: 0;
18761
+ right: 0;
18762
+ margin-inline: auto;
18763
+ margin-bottom: 0;
18764
+ transition-duration: 0.2s;
18765
+ width: 100%;
18766
+ max-width: 100%;
18767
+ overflow: visible;
18836
18768
  }
18837
- .v-breadcrumbs-item--disabled {
18838
- opacity: var(--v-disabled-opacity);
18839
- pointer-events: none;
18769
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18770
+ 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));
18840
18771
  }
18841
- .v-breadcrumbs-item--link {
18842
- color: inherit;
18843
- text-decoration: none;
18772
+ @media (prefers-reduced-motion: reduce) {
18773
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18774
+ transition: none;
18775
+ }
18844
18776
  }
18845
- .v-breadcrumbs-item--link:hover {
18846
- text-decoration: underline;
18777
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18778
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18779
+ border-radius: 0;
18847
18780
  }
18848
- .v-breadcrumbs-item .v-icon {
18849
- font-size: 1rem;
18850
- margin-inline: -4px 2px;
18781
+ .v-bottom-sheet.v-bottom-sheet--inset {
18782
+ max-width: none;
18851
18783
  }
18852
-
18853
- .v-breadcrumbs-divider {
18854
- display: inline-block;
18855
- padding: 0 8px;
18856
- vertical-align: middle;
18784
+ @media (min-width: 600px) {
18785
+ .v-bottom-sheet.v-bottom-sheet--inset {
18786
+ max-width: 70%;
18787
+ }
18857
18788
  }.v-btn {
18858
18789
  align-items: center;
18859
18790
  border-radius: 4px;
@@ -19316,22 +19247,6 @@ html.overflow-y-hidden {
19316
19247
  }
19317
19248
  .v-pagination .v-pagination__item--is-active .v-btn__overlay {
19318
19249
  opacity: var(--v-border-opacity);
19319
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19320
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19321
- }
19322
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19323
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19324
- }
19325
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19326
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19327
- }
19328
- @supports not selector(:focus-visible) {
19329
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19330
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19331
- }
19332
- }
19333
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19334
- opacity: 1;
19335
19250
  }.v-btn-group {
19336
19251
  display: inline-flex;
19337
19252
  flex-wrap: nowrap;
@@ -19420,6 +19335,22 @@ html.overflow-y-hidden {
19420
19335
  border-block-end-width: thin;
19421
19336
  border-block-end-style: solid;
19422
19337
  border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19338
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19339
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19340
+ }
19341
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19342
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19343
+ }
19344
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19345
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19346
+ }
19347
+ @supports not selector(:focus-visible) {
19348
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19349
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19350
+ }
19351
+ }
19352
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19353
+ opacity: 1;
19423
19354
  }.v-card {
19424
19355
  display: block;
19425
19356
  overflow: hidden;
@@ -19728,6 +19659,11 @@ html.overflow-y-hidden {
19728
19659
  pointer-events: none;
19729
19660
  opacity: 0;
19730
19661
  transition: opacity 0.2s ease-in-out;
19662
+ }.v-checkbox.v-input {
19663
+ flex: 0 1 auto;
19664
+ }
19665
+ .v-checkbox .v-selection-control {
19666
+ min-height: var(--v-input-control-height);
19731
19667
  }.v-carousel {
19732
19668
  overflow: hidden;
19733
19669
  position: relative;
@@ -19792,29 +19728,6 @@ html.overflow-y-hidden {
19792
19728
  flex-direction: column;
19793
19729
  height: 100% !important;
19794
19730
  width: 50px;
19795
- }.v-checkbox.v-input {
19796
- flex: 0 1 auto;
19797
- }
19798
- .v-checkbox .v-selection-control {
19799
- min-height: var(--v-input-control-height);
19800
- }.v-chip-group {
19801
- display: flex;
19802
- max-width: 100%;
19803
- min-width: 0;
19804
- overflow-x: auto;
19805
- padding: 4px 0;
19806
- }
19807
- .v-chip-group .v-chip {
19808
- margin: 4px 8px 4px 0;
19809
- }
19810
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19811
- opacity: var(--v-activated-opacity);
19812
- }
19813
-
19814
- .v-chip-group--column .v-slide-group__content {
19815
- white-space: normal;
19816
- flex-wrap: wrap;
19817
- max-width: 100%;
19818
19731
  }.v-chip {
19819
19732
  align-items: center;
19820
19733
  display: inline-flex;
@@ -20905,6 +20818,24 @@ html.overflow-y-hidden {
20905
20818
  .offset-xxl-11 {
20906
20819
  margin-inline-start: 91.6666666667%;
20907
20820
  }
20821
+ }.v-chip-group {
20822
+ display: flex;
20823
+ max-width: 100%;
20824
+ min-width: 0;
20825
+ overflow-x: auto;
20826
+ padding: 4px 0;
20827
+ }
20828
+ .v-chip-group .v-chip {
20829
+ margin: 4px 8px 4px 0;
20830
+ }
20831
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20832
+ opacity: var(--v-activated-opacity);
20833
+ }
20834
+
20835
+ .v-chip-group--column .v-slide-group__content {
20836
+ white-space: normal;
20837
+ flex-wrap: wrap;
20838
+ max-width: 100%;
20908
20839
  }.v-color-picker {
20909
20840
  align-self: flex-start;
20910
20841
  contain: content;
@@ -20929,6 +20860,11 @@ html.overflow-y-hidden {
20929
20860
  }
20930
20861
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20931
20862
  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));
20863
+ }.v-counter {
20864
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20865
+ flex: 0 1 auto;
20866
+ font-size: 12px;
20867
+ transition-duration: 150ms;
20932
20868
  }.v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20933
20869
  .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20934
20870
  .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
@@ -21013,177 +20949,245 @@ html.overflow-y-hidden {
21013
20949
  }
21014
20950
  .v-combobox--active-menu .v-combobox__menu-icon {
21015
20951
  transform: rotate(180deg);
21016
- }.v-counter {
21017
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21018
- flex: 0 1 auto;
21019
- font-size: 12px;
21020
- transition-duration: 150ms;
21021
- }.v-empty-state {
21022
- align-items: center;
21023
- display: flex;
21024
- flex-direction: column;
21025
- justify-content: center;
21026
- min-height: 100%;
21027
- padding: 16px;
20952
+ }.v-data-table {
20953
+ width: 100%;
21028
20954
  }
21029
- .v-empty-state--start {
21030
- align-items: flex-start;
20955
+
20956
+ .v-data-table__table {
20957
+ width: 100%;
20958
+ border-collapse: separate;
20959
+ border-spacing: 0;
21031
20960
  }
21032
- .v-empty-state--center {
21033
- align-items: center;
20961
+
20962
+ .v-data-table__tr--focus {
20963
+ border: 1px dotted black;
21034
20964
  }
21035
- .v-empty-state--end {
21036
- align-items: flex-end;
20965
+ .v-data-table__tr--clickable {
20966
+ cursor: pointer;
21037
20967
  }
21038
20968
 
21039
- .v-empty-state__media {
21040
- text-align: center;
21041
- width: 100%;
20969
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20970
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20971
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20972
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20973
+ text-align: end;
21042
20974
  }
21043
- .v-empty-state__media .v-icon {
21044
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20975
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20976
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20977
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20978
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20979
+ flex-direction: row-reverse;
21045
20980
  }
21046
-
21047
- .v-empty-state__headline {
21048
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21049
- font-size: 3.75rem;
21050
- font-weight: 300;
21051
- line-height: 1;
20981
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20982
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20983
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20984
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
21052
20985
  text-align: center;
21053
- margin-bottom: 8px;
21054
20986
  }
21055
- .v-empty-state--mobile .v-empty-state__headline {
21056
- font-size: 2.125rem;
20987
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20988
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20989
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20990
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20991
+ justify-content: center;
21057
20992
  }
21058
-
21059
- .v-empty-state__title {
21060
- font-size: 1.25rem;
21061
- font-weight: 500;
21062
- line-height: 1.6;
21063
- margin-bottom: 4px;
21064
- text-align: center;
20993
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20994
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20995
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20996
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20997
+ padding: 0 8px;
21065
20998
  }
21066
-
21067
- .v-empty-state__text {
21068
- font-size: 0.875rem;
21069
- font-weight: 400;
21070
- line-height: 1.425;
21071
- padding: 0 16px;
21072
- text-align: center;
20999
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--empty,
21000
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--empty,
21001
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--empty,
21002
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--empty {
21003
+ padding: 0;
21073
21004
  }
21074
-
21075
- .v-empty-state__content {
21076
- padding: 24px 0;
21005
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
21006
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
21007
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
21008
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
21009
+ text-overflow: ellipsis;
21010
+ text-wrap: nowrap;
21011
+ overflow: hidden;
21077
21012
  }
21078
-
21079
- .v-empty-state__actions {
21080
- display: flex;
21081
- gap: 8px;
21082
- padding: 16px;
21013
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
21014
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
21015
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
21016
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
21017
+ display: contents;
21083
21018
  }
21084
-
21085
- .v-empty-state__action-btn.v-btn {
21086
- background-color: initial;
21087
- color: initial;
21088
- }.v-dialog {
21019
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
21020
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
21089
21021
  align-items: center;
21090
- justify-content: center;
21091
- margin: auto;
21092
21022
  }
21093
- .v-dialog > .v-overlay__content {
21094
- max-height: calc(100% - 48px);
21095
- width: calc(100% - 48px);
21096
- max-width: calc(100% - 48px);
21097
- margin: 24px;
21023
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
21024
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
21025
+ position: sticky;
21098
21026
  }
21099
- .v-dialog > .v-overlay__content,
21100
- .v-dialog > .v-overlay__content > form {
21101
- display: flex;
21102
- flex-direction: column;
21103
- min-height: 0;
21027
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
21028
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:focus,
21029
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover,
21030
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:focus {
21031
+ cursor: pointer;
21032
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21104
21033
  }
21105
- .v-dialog > .v-overlay__content > .v-card,
21106
- .v-dialog > .v-overlay__content > .v-sheet,
21107
- .v-dialog > .v-overlay__content > form > .v-card,
21108
- .v-dialog > .v-overlay__content > form > .v-sheet {
21109
- --v-scrollbar-offset: 0px;
21110
- border-radius: 4px;
21111
- overflow-y: auto;
21112
- flex: 1 1 100%;
21034
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
21035
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
21036
+ opacity: 0;
21113
21037
  }
21114
- .v-dialog > .v-overlay__content > .v-card,
21115
- .v-dialog > .v-overlay__content > .v-sheet,
21116
- .v-dialog > .v-overlay__content > form > .v-card,
21117
- .v-dialog > .v-overlay__content > form > .v-sheet {
21118
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21038
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon, .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):focus .v-data-table-header__sort-icon,
21039
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
21040
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):focus .v-data-table-header__sort-icon {
21041
+ opacity: 0.5;
21119
21042
  }
21120
- .v-dialog > .v-overlay__content > .v-card,
21121
- .v-dialog > .v-overlay__content > form > .v-card {
21043
+ .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
21044
+ .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
21045
+ height: -moz-fit-content;
21046
+ height: fit-content;
21047
+ }
21048
+
21049
+ .v-data-table-column--fixed,
21050
+ .v-data-table-column--fixed-end,
21051
+ .v-data-table__th--sticky {
21052
+ background-color: rgb(var(--v-theme-surface));
21053
+ background-image: inherit;
21054
+ position: sticky !important;
21055
+ left: 0;
21056
+ z-index: 1;
21057
+ }
21058
+
21059
+ .v-data-table-column--fixed-end {
21060
+ left: unset;
21061
+ right: 0;
21062
+ }
21063
+
21064
+ .v-data-table-column--last-fixed {
21065
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
21066
+ }
21067
+
21068
+ .v-data-table-column--first-fixed-end {
21069
+ border-left: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
21070
+ }
21071
+
21072
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed,
21073
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed-end {
21074
+ z-index: 2;
21075
+ }
21076
+
21077
+ .v-data-table-group-header-row td {
21078
+ background: rgba(var(--v-theme-surface));
21079
+ color: rgba(var(--v-theme-on-surface));
21080
+ }
21081
+ .v-data-table-group-header-row td > span {
21082
+ padding-left: 5px;
21083
+ }
21084
+
21085
+ .v-data-table--loading .v-data-table__td {
21086
+ opacity: var(--v-disabled-opacity);
21087
+ }
21088
+
21089
+ .v-data-table-group-header-row__column {
21090
+ padding-inline-start: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
21091
+ }
21092
+
21093
+ .v-data-table-header__content {
21122
21094
  display: flex;
21123
- flex-direction: column;
21095
+ align-items: center;
21124
21096
  }
21125
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21126
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21127
- padding: 16px 24px;
21097
+
21098
+ .v-data-table-header__sort-badge {
21099
+ display: inline-flex;
21100
+ justify-content: center;
21101
+ align-items: center;
21102
+ font-size: 0.875rem;
21103
+ padding: 4px;
21104
+ border-radius: 50%;
21105
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
21106
+ min-width: 20px;
21107
+ min-height: 20px;
21108
+ width: 20px;
21109
+ height: 20px;
21128
21110
  }
21129
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21130
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21131
- padding-top: 0;
21111
+
21112
+ .v-data-table-progress > th {
21113
+ border: none !important;
21114
+ height: auto !important;
21115
+ padding: 0 !important;
21132
21116
  }
21133
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21134
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21135
- font-size: inherit;
21136
- letter-spacing: 0.03125em;
21137
- line-height: inherit;
21138
- padding: 16px 24px 24px;
21117
+
21118
+ .v-data-table-progress__loader {
21119
+ position: relative;
21139
21120
  }
21140
- .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
21141
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
21142
- justify-content: flex-end;
21121
+
21122
+ .v-data-table-rows-loading,
21123
+ .v-data-table-rows-no-data {
21124
+ text-align: center;
21143
21125
  }
21144
21126
 
21145
- .v-dialog--fullscreen {
21146
- --v-scrollbar-offset: 0px;
21127
+ .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
21128
+ grid-template-columns: auto;
21129
+ justify-content: center;
21147
21130
  }
21148
- .v-dialog--fullscreen > .v-overlay__content {
21149
- border-radius: 0;
21150
- margin: 0;
21151
- padding: 0;
21152
- width: 100%;
21153
- height: 100%;
21154
- max-width: 100%;
21155
- max-height: 100%;
21156
- overflow-y: auto;
21157
- top: 0;
21158
- left: 0;
21131
+ .v-data-table__tr--mobile > .v-data-table__td--select-row {
21132
+ grid-template-columns: 0;
21133
+ justify-content: end;
21159
21134
  }
21160
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
21161
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21162
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21163
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21164
- min-height: 100%;
21165
- min-width: 100%;
21166
- border-radius: 0;
21135
+ .v-data-table__tr--mobile > td {
21136
+ align-items: center;
21137
+ column-gap: 4px;
21138
+ display: grid;
21139
+ grid-template-columns: repeat(2, 1fr);
21140
+ min-height: var(--v-table-row-height);
21141
+ }
21142
+ .v-data-table__tr--mobile > td:not(:last-child) {
21143
+ border-bottom: 0 !important;
21167
21144
  }
21168
21145
 
21169
- .v-dialog--scrollable > .v-overlay__content > form,
21170
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21171
- max-height: 100%;
21172
- max-width: 100%;
21146
+ .v-data-table__td-title {
21147
+ font-weight: 500;
21148
+ text-align: start;
21173
21149
  }
21174
- .v-dialog--scrollable > .v-overlay__content,
21175
- .v-dialog--scrollable > .v-overlay__content > .v-card,
21176
- .v-dialog--scrollable > .v-overlay__content > form,
21177
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21150
+
21151
+ .v-data-table__td-value {
21152
+ text-align: end;
21153
+ }
21154
+
21155
+ .v-data-table__td-sort-icon {
21156
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
21157
+ }
21158
+ .v-data-table__td-sort-icon-active {
21159
+ color: rgba(var(--v-theme-on-surface));
21160
+ }.v-data-table-footer {
21161
+ align-items: center;
21178
21162
  display: flex;
21179
- flex: 1 1 100%;
21180
- flex-direction: column;
21163
+ flex-wrap: wrap;
21164
+ justify-content: flex-end;
21165
+ padding: 8px 4px;
21181
21166
  }
21182
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21183
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21184
- -webkit-backface-visibility: hidden;
21185
- backface-visibility: hidden;
21186
- overflow-y: auto;
21167
+ .v-data-table-footer__items-per-page {
21168
+ align-items: center;
21169
+ display: flex;
21170
+ justify-content: center;
21171
+ }
21172
+ .v-data-table-footer__items-per-page > span {
21173
+ padding-inline-end: 8px;
21174
+ }
21175
+ .v-data-table-footer__items-per-page > .v-select {
21176
+ width: 90px;
21177
+ }
21178
+ .v-data-table-footer__info {
21179
+ display: flex;
21180
+ justify-content: flex-end;
21181
+ min-width: 116px;
21182
+ padding: 0 16px;
21183
+ }
21184
+ .v-data-table-footer__paginationz {
21185
+ align-items: center;
21186
+ display: flex;
21187
+ margin-inline-start: 16px;
21188
+ }
21189
+ .v-data-table-footer__page {
21190
+ padding: 0 8px;
21187
21191
  }.v-date-picker {
21188
21192
  overflow: hidden;
21189
21193
  width: 328px;
@@ -21248,30 +21252,80 @@ html.overflow-y-hidden {
21248
21252
 
21249
21253
  .v-date-picker__title {
21250
21254
  display: inline-block;
21251
- }.v-date-picker-header {
21252
- align-items: flex-end;
21253
- height: 70px;
21254
- display: grid;
21255
- grid-template-areas: "prepend content append";
21256
- grid-template-columns: min-content minmax(0, 1fr) min-content;
21257
- overflow: hidden;
21258
- padding-inline: 24px 12px;
21259
- padding-bottom: 12px;
21255
+ }.v-date-picker-month {
21256
+ display: flex;
21257
+ justify-content: center;
21258
+ padding: 0 12px 8px;
21259
+ --v-date-picker-month-day-diff: 4px;
21260
21260
  }
21261
21261
 
21262
- .v-date-picker-header__append {
21263
- grid-area: append;
21262
+ .v-date-picker-month__weeks {
21263
+ display: flex;
21264
+ flex-direction: column;
21265
+ column-gap: 4px;
21266
+ font-size: 0.875rem;
21264
21267
  }
21265
21268
 
21266
- .v-date-picker-header__prepend {
21267
- grid-area: prepend;
21268
- padding-inline-start: 8px;
21269
+ .v-date-picker-month__weekday {
21270
+ font-size: 0.875rem;
21269
21271
  }
21270
21272
 
21271
- .v-date-picker-header__content {
21272
- align-items: center;
21273
- display: inline-flex;
21274
- font-size: 32px;
21273
+ .v-date-picker-month__days {
21274
+ display: grid;
21275
+ grid-template-columns: repeat(var(--v-date-picker-days-in-week), min-content);
21276
+ column-gap: 4px;
21277
+ }
21278
+
21279
+ .v-date-picker-month__day {
21280
+ align-items: center;
21281
+ display: flex;
21282
+ justify-content: center;
21283
+ position: relative;
21284
+ height: 40px;
21285
+ width: 40px;
21286
+ }
21287
+ .v-date-picker-month__day--selected .v-btn {
21288
+ background-color: rgb(var(--v-theme-surface-variant));
21289
+ color: rgb(var(--v-theme-on-surface-variant));
21290
+ }
21291
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21292
+ --v-btn-height: 24px;
21293
+ --v-btn-size: 0.875rem;
21294
+ }
21295
+ .v-date-picker-month__day--week {
21296
+ font-size: var(--v-btn-size);
21297
+ }
21298
+
21299
+ .v-date-picker-month__day--adjacent {
21300
+ opacity: 0.5;
21301
+ }
21302
+
21303
+ .v-date-picker-month__day--hide-adjacent {
21304
+ opacity: 0;
21305
+ }.v-date-picker-header {
21306
+ align-items: flex-end;
21307
+ height: 70px;
21308
+ display: grid;
21309
+ grid-template-areas: "prepend content append";
21310
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
21311
+ overflow: hidden;
21312
+ padding-inline: 24px 12px;
21313
+ padding-bottom: 12px;
21314
+ }
21315
+
21316
+ .v-date-picker-header__append {
21317
+ grid-area: append;
21318
+ }
21319
+
21320
+ .v-date-picker-header__prepend {
21321
+ grid-area: prepend;
21322
+ padding-inline-start: 8px;
21323
+ }
21324
+
21325
+ .v-date-picker-header__content {
21326
+ align-items: center;
21327
+ display: inline-flex;
21328
+ font-size: 32px;
21275
21329
  line-height: 40px;
21276
21330
  grid-area: content;
21277
21331
  justify-content: space-between;
@@ -21308,56 +21362,21 @@ html.overflow-y-hidden {
21308
21362
  .date-picker-header-reverse-transition-leave-to {
21309
21363
  opacity: 0;
21310
21364
  transform: translate(0, 100%);
21311
- }.v-date-picker-month {
21312
- display: flex;
21313
- justify-content: center;
21314
- padding: 0 12px 8px;
21315
- --v-date-picker-month-day-diff: 4px;
21316
- }
21317
-
21318
- .v-date-picker-month__weeks {
21319
- display: flex;
21320
- flex-direction: column;
21321
- column-gap: 4px;
21322
- font-size: 0.875rem;
21323
- }
21324
-
21325
- .v-date-picker-month__weekday {
21326
- font-size: 0.875rem;
21365
+ }.v-date-picker-years {
21366
+ height: 288px;
21367
+ overflow-y: scroll;
21327
21368
  }
21328
21369
 
21329
- .v-date-picker-month__days {
21370
+ .v-date-picker-years__content {
21330
21371
  display: grid;
21331
- grid-template-columns: repeat(var(--v-date-picker-days-in-week), min-content);
21332
- column-gap: 4px;
21333
- }
21334
-
21335
- .v-date-picker-month__day {
21336
- align-items: center;
21337
- display: flex;
21338
- justify-content: center;
21339
- position: relative;
21340
- height: 40px;
21341
- width: 40px;
21342
- }
21343
- .v-date-picker-month__day--selected .v-btn {
21344
- background-color: rgb(var(--v-theme-surface-variant));
21345
- color: rgb(var(--v-theme-on-surface-variant));
21346
- }
21347
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21348
- --v-btn-height: 24px;
21349
- --v-btn-size: 0.875rem;
21350
- }
21351
- .v-date-picker-month__day--week {
21352
- font-size: var(--v-btn-size);
21353
- }
21354
-
21355
- .v-date-picker-month__day--adjacent {
21356
- opacity: 0.5;
21372
+ flex: 1 1;
21373
+ justify-content: space-around;
21374
+ grid-template-columns: repeat(3, 1fr);
21375
+ gap: 8px 24px;
21376
+ padding-inline: 32px;
21357
21377
  }
21358
-
21359
- .v-date-picker-month__day--hide-adjacent {
21360
- opacity: 0;
21378
+ .v-date-picker-years__content .v-btn {
21379
+ padding-inline: 8px;
21361
21380
  }.v-date-picker-months {
21362
21381
  height: 288px;
21363
21382
  }
@@ -21377,97 +21396,248 @@ html.overflow-y-hidden {
21377
21396
  text-transform: none;
21378
21397
  padding-inline-start: 8px;
21379
21398
  padding-inline-end: 8px;
21380
- }.v-date-picker-years {
21381
- height: 288px;
21382
- overflow-y: scroll;
21383
- }
21384
-
21385
- .v-date-picker-years__content {
21386
- display: grid;
21387
- flex: 1 1;
21388
- justify-content: space-around;
21389
- grid-template-columns: repeat(3, 1fr);
21390
- gap: 8px 24px;
21391
- padding-inline: 32px;
21399
+ }.v-dialog {
21400
+ align-items: center;
21401
+ justify-content: center;
21402
+ margin: auto;
21392
21403
  }
21393
- .v-date-picker-years__content .v-btn {
21394
- padding-inline: 8px;
21395
- }.v-expansion-panel {
21396
- background-color: rgb(var(--v-theme-surface));
21397
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21404
+ .v-dialog > .v-overlay__content {
21405
+ max-height: calc(100% - 48px);
21406
+ width: calc(100% - 48px);
21407
+ max-width: calc(100% - 48px);
21408
+ margin: 24px;
21398
21409
  }
21399
- .v-expansion-panel:not(:first-child)::after {
21400
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21410
+ .v-dialog > .v-overlay__content,
21411
+ .v-dialog > .v-overlay__content > form {
21412
+ display: flex;
21413
+ flex-direction: column;
21414
+ min-height: 0;
21401
21415
  }
21402
- .v-expansion-panel--disabled .v-expansion-panel-title {
21403
- color: rgba(var(--v-theme-on-surface), 0.26);
21416
+ .v-dialog > .v-overlay__content > .v-card,
21417
+ .v-dialog > .v-overlay__content > .v-sheet,
21418
+ .v-dialog > .v-overlay__content > form > .v-card,
21419
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21420
+ --v-scrollbar-offset: 0px;
21421
+ border-radius: 4px;
21422
+ overflow-y: auto;
21423
+ flex: 1 1 100%;
21404
21424
  }
21405
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
21406
- opacity: 0.4615384615;
21425
+ .v-dialog > .v-overlay__content > .v-card,
21426
+ .v-dialog > .v-overlay__content > .v-sheet,
21427
+ .v-dialog > .v-overlay__content > form > .v-card,
21428
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21429
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21407
21430
  }
21408
-
21409
- .v-expansion-panels {
21431
+ .v-dialog > .v-overlay__content > .v-card,
21432
+ .v-dialog > .v-overlay__content > form > .v-card {
21410
21433
  display: flex;
21411
- flex-wrap: wrap;
21412
- justify-content: center;
21413
- list-style-type: none;
21414
- padding: 0;
21415
- width: 100%;
21416
- position: relative;
21417
- z-index: 1;
21418
- }
21419
- .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) {
21420
- border-bottom-left-radius: 0 !important;
21421
- border-bottom-right-radius: 0 !important;
21422
- }
21423
- .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) {
21424
- border-top-left-radius: 0 !important;
21425
- border-top-right-radius: 0 !important;
21434
+ flex-direction: column;
21426
21435
  }
21427
- .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) {
21428
- border-bottom-left-radius: 0 !important;
21429
- border-bottom-right-radius: 0 !important;
21436
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21437
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21438
+ padding: 16px 24px;
21430
21439
  }
21431
- .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) {
21432
- border-top-left-radius: 0 !important;
21433
- border-top-right-radius: 0 !important;
21440
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21441
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21442
+ padding-top: 0;
21434
21443
  }
21435
- .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
21436
- border-bottom-left-radius: 0 !important;
21437
- border-bottom-right-radius: 0 !important;
21444
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21445
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21446
+ font-size: inherit;
21447
+ letter-spacing: 0.03125em;
21448
+ line-height: inherit;
21449
+ padding: 16px 24px 24px;
21438
21450
  }
21439
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
21440
- border-top-left-radius: 0 !important;
21441
- border-top-right-radius: 0 !important;
21451
+ .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
21452
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
21453
+ justify-content: flex-end;
21442
21454
  }
21443
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
21444
- border-bottom-left-radius: initial;
21445
- border-bottom-right-radius: initial;
21455
+
21456
+ .v-dialog--fullscreen {
21457
+ --v-scrollbar-offset: 0px;
21446
21458
  }
21447
- .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
21448
- border-radius: 0 !important;
21459
+ .v-dialog--fullscreen > .v-overlay__content {
21460
+ border-radius: 0;
21461
+ margin: 0;
21462
+ padding: 0;
21463
+ width: 100%;
21464
+ height: 100%;
21465
+ max-width: 100%;
21466
+ max-height: 100%;
21467
+ overflow-y: auto;
21468
+ top: 0;
21469
+ left: 0;
21449
21470
  }
21450
- .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
21451
- transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
21471
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
21472
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21473
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21474
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21475
+ min-height: 100%;
21476
+ min-width: 100%;
21477
+ border-radius: 0;
21452
21478
  }
21453
21479
 
21454
- .v-expansion-panel {
21455
- flex: 1 0 100%;
21480
+ .v-dialog--scrollable > .v-overlay__content > form,
21481
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21482
+ max-height: 100%;
21456
21483
  max-width: 100%;
21457
- position: relative;
21458
- transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
21459
- transition-property: margin-top, border-radius, border, max-width;
21460
- border-radius: 4px;
21461
- }
21462
- @media (prefers-reduced-motion: reduce) {
21463
- .v-expansion-panel {
21464
- transition-property: border-radius, border;
21465
- }
21466
21484
  }
21467
- .v-expansion-panel:not(:first-child)::after {
21468
- border-top-style: solid;
21469
- border-top-width: thin;
21470
- content: "";
21485
+ .v-dialog--scrollable > .v-overlay__content,
21486
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
21487
+ .v-dialog--scrollable > .v-overlay__content > form,
21488
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21489
+ display: flex;
21490
+ flex: 1 1 100%;
21491
+ flex-direction: column;
21492
+ }
21493
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21494
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21495
+ -webkit-backface-visibility: hidden;
21496
+ backface-visibility: hidden;
21497
+ overflow-y: auto;
21498
+ }.v-empty-state {
21499
+ align-items: center;
21500
+ display: flex;
21501
+ flex-direction: column;
21502
+ justify-content: center;
21503
+ min-height: 100%;
21504
+ padding: 16px;
21505
+ }
21506
+ .v-empty-state--start {
21507
+ align-items: flex-start;
21508
+ }
21509
+ .v-empty-state--center {
21510
+ align-items: center;
21511
+ }
21512
+ .v-empty-state--end {
21513
+ align-items: flex-end;
21514
+ }
21515
+
21516
+ .v-empty-state__media {
21517
+ text-align: center;
21518
+ width: 100%;
21519
+ }
21520
+ .v-empty-state__media .v-icon {
21521
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21522
+ }
21523
+
21524
+ .v-empty-state__headline {
21525
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21526
+ font-size: 3.75rem;
21527
+ font-weight: 300;
21528
+ line-height: 1;
21529
+ text-align: center;
21530
+ margin-bottom: 8px;
21531
+ }
21532
+ .v-empty-state--mobile .v-empty-state__headline {
21533
+ font-size: 2.125rem;
21534
+ }
21535
+
21536
+ .v-empty-state__title {
21537
+ font-size: 1.25rem;
21538
+ font-weight: 500;
21539
+ line-height: 1.6;
21540
+ margin-bottom: 4px;
21541
+ text-align: center;
21542
+ }
21543
+
21544
+ .v-empty-state__text {
21545
+ font-size: 0.875rem;
21546
+ font-weight: 400;
21547
+ line-height: 1.425;
21548
+ padding: 0 16px;
21549
+ text-align: center;
21550
+ }
21551
+
21552
+ .v-empty-state__content {
21553
+ padding: 24px 0;
21554
+ }
21555
+
21556
+ .v-empty-state__actions {
21557
+ display: flex;
21558
+ gap: 8px;
21559
+ padding: 16px;
21560
+ }
21561
+
21562
+ .v-empty-state__action-btn.v-btn {
21563
+ background-color: initial;
21564
+ color: initial;
21565
+ }.v-expansion-panel {
21566
+ background-color: rgb(var(--v-theme-surface));
21567
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21568
+ }
21569
+ .v-expansion-panel:not(:first-child)::after {
21570
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21571
+ }
21572
+ .v-expansion-panel--disabled .v-expansion-panel-title {
21573
+ color: rgba(var(--v-theme-on-surface), 0.26);
21574
+ }
21575
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
21576
+ opacity: 0.4615384615;
21577
+ }
21578
+
21579
+ .v-expansion-panels {
21580
+ display: flex;
21581
+ flex-wrap: wrap;
21582
+ justify-content: center;
21583
+ list-style-type: none;
21584
+ padding: 0;
21585
+ width: 100%;
21586
+ position: relative;
21587
+ z-index: 1;
21588
+ }
21589
+ .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) {
21590
+ border-bottom-left-radius: 0 !important;
21591
+ border-bottom-right-radius: 0 !important;
21592
+ }
21593
+ .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) {
21594
+ border-top-left-radius: 0 !important;
21595
+ border-top-right-radius: 0 !important;
21596
+ }
21597
+ .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) {
21598
+ border-bottom-left-radius: 0 !important;
21599
+ border-bottom-right-radius: 0 !important;
21600
+ }
21601
+ .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) {
21602
+ border-top-left-radius: 0 !important;
21603
+ border-top-right-radius: 0 !important;
21604
+ }
21605
+ .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
21606
+ border-bottom-left-radius: 0 !important;
21607
+ border-bottom-right-radius: 0 !important;
21608
+ }
21609
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
21610
+ border-top-left-radius: 0 !important;
21611
+ border-top-right-radius: 0 !important;
21612
+ }
21613
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
21614
+ border-bottom-left-radius: initial;
21615
+ border-bottom-right-radius: initial;
21616
+ }
21617
+ .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
21618
+ border-radius: 0 !important;
21619
+ }
21620
+ .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
21621
+ transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
21622
+ }
21623
+
21624
+ .v-expansion-panel {
21625
+ flex: 1 0 100%;
21626
+ max-width: 100%;
21627
+ position: relative;
21628
+ transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
21629
+ transition-property: margin-top, border-radius, border, max-width;
21630
+ border-radius: 4px;
21631
+ }
21632
+ @media (prefers-reduced-motion: reduce) {
21633
+ .v-expansion-panel {
21634
+ transition-property: border-radius, border;
21635
+ }
21636
+ }
21637
+ .v-expansion-panel:not(:first-child)::after {
21638
+ border-top-style: solid;
21639
+ border-top-width: thin;
21640
+ content: "";
21471
21641
  left: 0;
21472
21642
  position: absolute;
21473
21643
  right: 0;
@@ -21690,58 +21860,6 @@ html.overflow-y-hidden {
21690
21860
  }
21691
21861
  .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21692
21862
  right: 0;
21693
- }.v-divider {
21694
- display: block;
21695
- flex: 1 1 100%;
21696
- height: 0px;
21697
- max-height: 0px;
21698
- opacity: var(--v-border-opacity);
21699
- transition: inherit;
21700
- }
21701
- .v-divider {
21702
- border-style: solid;
21703
- border-width: thin 0 0 0;
21704
- }
21705
- .v-divider--vertical {
21706
- align-self: stretch;
21707
- border-width: 0 thin 0 0;
21708
- display: inline-flex;
21709
- height: auto;
21710
- margin-left: -1px;
21711
- max-height: 100%;
21712
- max-width: 0px;
21713
- vertical-align: text-bottom;
21714
- width: 0px;
21715
- }
21716
- .v-divider--inset:not(.v-divider--vertical) {
21717
- max-width: calc(100% - 72px);
21718
- margin-inline-start: 72px;
21719
- }
21720
- .v-divider--inset.v-divider--vertical {
21721
- margin-bottom: 8px;
21722
- margin-top: 8px;
21723
- max-height: calc(100% - 16px);
21724
- }
21725
-
21726
- .v-divider__content {
21727
- padding: 0 16px;
21728
- text-wrap: nowrap;
21729
- }
21730
- .v-divider__wrapper--vertical .v-divider__content {
21731
- padding: 4px 0;
21732
- }
21733
-
21734
- .v-divider__wrapper {
21735
- display: flex;
21736
- align-items: center;
21737
- justify-content: center;
21738
- }
21739
- .v-divider__wrapper--vertical {
21740
- flex-direction: column;
21741
- height: 100%;
21742
- }
21743
- .v-divider__wrapper--vertical .v-divider {
21744
- margin: 0 auto;
21745
21863
  }/* region INPUT */
21746
21864
  .v-field {
21747
21865
  display: grid;
@@ -22347,41 +22465,58 @@ textarea.v-field__input::placeholder {
22347
22465
  opacity: 0;
22348
22466
  }
22349
22467
 
22350
- /* endregion */.v-file-input--hide.v-input .v-field,
22351
- .v-file-input--hide.v-input .v-input__control,
22352
- .v-file-input--hide.v-input .v-input__details {
22353
- display: none;
22468
+ /* endregion */.v-divider {
22469
+ display: block;
22470
+ flex: 1 1 100%;
22471
+ height: 0px;
22472
+ max-height: 0px;
22473
+ opacity: var(--v-border-opacity);
22474
+ transition: inherit;
22354
22475
  }
22355
- .v-file-input--hide.v-input .v-input__prepend {
22356
- grid-area: control;
22357
- margin: 0 auto;
22476
+ .v-divider {
22477
+ border-style: solid;
22478
+ border-width: thin 0 0 0;
22358
22479
  }
22359
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22360
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22361
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22362
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22363
- top: 0px;
22480
+ .v-divider--vertical {
22481
+ align-self: stretch;
22482
+ border-width: 0 thin 0 0;
22483
+ display: inline-flex;
22484
+ height: auto;
22485
+ margin-left: -1px;
22486
+ max-height: 100%;
22487
+ max-width: 0px;
22488
+ vertical-align: text-bottom;
22489
+ width: 0px;
22364
22490
  }
22365
- .v-file-input .v-field__input {
22366
- word-break: break-word;
22491
+ .v-divider--inset:not(.v-divider--vertical) {
22492
+ max-width: calc(100% - 72px);
22493
+ margin-inline-start: 72px;
22367
22494
  }
22368
- .v-file-input input[type=file] {
22369
- height: 100%;
22370
- left: 0;
22371
- opacity: 0;
22372
- position: absolute;
22373
- top: 0;
22374
- width: 100%;
22375
- z-index: 0;
22495
+ .v-divider--inset.v-divider--vertical {
22496
+ margin-bottom: 8px;
22497
+ margin-top: 8px;
22498
+ max-height: calc(100% - 16px);
22376
22499
  }
22377
- .v-file-input--dragging input[type=file] {
22378
- z-index: 1;
22500
+
22501
+ .v-divider__content {
22502
+ padding: 0 16px;
22503
+ text-wrap: nowrap;
22379
22504
  }
22380
- .v-file-input .v-input__details {
22381
- padding-inline: 16px;
22505
+ .v-divider__wrapper--vertical .v-divider__content {
22506
+ padding: 4px 0;
22382
22507
  }
22383
- .v-input--plain-underlined.v-file-input .v-input__details {
22384
- padding-inline: 0;
22508
+
22509
+ .v-divider__wrapper {
22510
+ display: flex;
22511
+ align-items: center;
22512
+ justify-content: center;
22513
+ }
22514
+ .v-divider__wrapper--vertical {
22515
+ flex-direction: column;
22516
+ height: 100%;
22517
+ }
22518
+ .v-divider__wrapper--vertical .v-divider {
22519
+ margin: 0 auto;
22385
22520
  }.v-footer {
22386
22521
  align-items: center;
22387
22522
  display: flex;
@@ -22418,6 +22553,41 @@ textarea.v-field__input::placeholder {
22418
22553
  }
22419
22554
  .v-footer--rounded {
22420
22555
  border-radius: 4px;
22556
+ }.v-file-input--hide.v-input .v-field,
22557
+ .v-file-input--hide.v-input .v-input__control,
22558
+ .v-file-input--hide.v-input .v-input__details {
22559
+ display: none;
22560
+ }
22561
+ .v-file-input--hide.v-input .v-input__prepend {
22562
+ grid-area: control;
22563
+ margin: 0 auto;
22564
+ }
22565
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22566
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22567
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22568
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22569
+ top: 0px;
22570
+ }
22571
+ .v-file-input .v-field__input {
22572
+ word-break: break-word;
22573
+ }
22574
+ .v-file-input input[type=file] {
22575
+ height: 100%;
22576
+ left: 0;
22577
+ opacity: 0;
22578
+ position: absolute;
22579
+ top: 0;
22580
+ width: 100%;
22581
+ z-index: 0;
22582
+ }
22583
+ .v-file-input--dragging input[type=file] {
22584
+ z-index: 1;
22585
+ }
22586
+ .v-file-input .v-input__details {
22587
+ padding-inline: 16px;
22588
+ }
22589
+ .v-input--plain-underlined.v-file-input .v-input__details {
22590
+ padding-inline: 0;
22421
22591
  }.v-icon {
22422
22592
  --v-icon-size-multiplier: 1;
22423
22593
  align-items: center;
@@ -22565,292 +22735,125 @@ textarea.v-field__input::placeholder {
22565
22735
  max-width: 100%;
22566
22736
  position: relative;
22567
22737
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22568
- }.v-input {
22569
- display: grid;
22738
+ }.v-layout {
22739
+ --v-scrollbar-offset: 0px;
22740
+ display: flex;
22570
22741
  flex: 1 1 auto;
22571
- font-size: 1rem;
22572
- font-weight: 400;
22573
- line-height: 1.5;
22574
22742
  }
22575
- .v-input--disabled {
22576
- pointer-events: none;
22577
- }
22578
- .v-input--density-default {
22579
- --v-input-control-height: 56px;
22580
- --v-input-padding-top: 16px;
22581
- }
22582
-
22583
- .v-input--density-comfortable {
22584
- --v-input-control-height: 48px;
22585
- --v-input-padding-top: 12px;
22743
+ .v-layout--full-height {
22744
+ --v-scrollbar-offset: inherit;
22745
+ height: 100%;
22746
+ }.v-layout-item {
22747
+ position: absolute;
22748
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22586
22749
  }
22587
22750
 
22588
- .v-input--density-compact {
22589
- --v-input-control-height: 40px;
22590
- --v-input-padding-top: 8px;
22751
+ .v-layout-item--absolute {
22752
+ position: absolute;
22753
+ }.v-label {
22754
+ align-items: center;
22755
+ color: inherit;
22756
+ display: inline-flex;
22757
+ font-size: 1rem;
22758
+ letter-spacing: 0.009375em;
22759
+ min-width: 0;
22760
+ opacity: var(--v-medium-emphasis-opacity);
22761
+ overflow: hidden;
22762
+ text-overflow: ellipsis;
22763
+ white-space: nowrap;
22591
22764
  }
22592
22765
 
22593
- .v-input--vertical {
22594
- grid-template-areas: "append" "control" "prepend";
22595
- grid-template-rows: max-content auto max-content;
22596
- grid-template-columns: min-content;
22597
- }
22598
- .v-input--vertical .v-input__prepend {
22599
- margin-block-start: 16px;
22600
- }
22601
- .v-input--vertical .v-input__append {
22602
- margin-block-end: 16px;
22766
+ .v-label--clickable {
22767
+ cursor: pointer;
22768
+ }.v-list {
22769
+ overflow: auto;
22770
+ padding: 8px 0;
22771
+ position: relative;
22772
+ outline: none;
22603
22773
  }
22604
-
22605
- .v-input--horizontal {
22606
- grid-template-areas: "prepend control append" "a messages b";
22607
- grid-template-columns: max-content minmax(0, 1fr) max-content;
22608
- grid-template-rows: 1fr auto;
22774
+ .v-list {
22775
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22776
+ border-style: solid;
22777
+ border-width: 0;
22609
22778
  }
22610
- .v-input--horizontal .v-input__prepend {
22611
- margin-inline-end: 16px;
22779
+ .v-list--border {
22780
+ border-width: thin;
22781
+ box-shadow: none;
22612
22782
  }
22613
- .v-input--horizontal .v-input__append {
22614
- margin-inline-start: 16px;
22783
+ .v-list {
22784
+ 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));
22615
22785
  }
22616
-
22617
- .v-input__details {
22618
- align-items: flex-end;
22619
- display: flex;
22620
- font-size: 0.75rem;
22621
- font-weight: 400;
22622
- grid-area: messages;
22623
- letter-spacing: 0.0333333333em;
22624
- line-height: normal;
22625
- min-height: 22px;
22626
- padding-top: 6px;
22627
- overflow: hidden;
22628
- justify-content: space-between;
22786
+ .v-list {
22787
+ border-radius: 0;
22629
22788
  }
22630
-
22631
- .v-input__details > .v-icon,
22632
- .v-input__prepend > .v-icon,
22633
- .v-input__append > .v-icon {
22634
- opacity: var(--v-medium-emphasis-opacity);
22789
+ .v-list {
22790
+ background: rgba(var(--v-theme-surface));
22791
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22635
22792
  }
22636
- .v-input--disabled .v-input__details > .v-icon,
22637
- .v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
22638
- .v-input--error .v-input__details .v-messages,
22639
- .v-input--disabled .v-input__prepend > .v-icon,
22640
- .v-input--disabled .v-input__prepend .v-messages,
22641
- .v-input--error .v-input__prepend > .v-icon,
22642
- .v-input--error .v-input__prepend .v-messages,
22643
- .v-input--disabled .v-input__append > .v-icon,
22644
- .v-input--disabled .v-input__append .v-messages,
22645
- .v-input--error .v-input__append > .v-icon,
22646
- .v-input--error .v-input__append .v-messages {
22647
- opacity: 1;
22793
+ .v-list--disabled {
22794
+ pointer-events: none;
22795
+ -webkit-user-select: none;
22796
+ user-select: none;
22648
22797
  }
22649
- .v-input--glow.v-input--focused .v-input__details > .v-icon,
22650
- .v-input--glow.v-input--focused .v-input__prepend > .v-icon,
22651
- .v-input--glow.v-input--focused .v-input__append > .v-icon {
22652
- opacity: 1;
22798
+ .v-list--nav {
22799
+ padding-inline: 8px;
22653
22800
  }
22654
- .v-input--disabled .v-input__details,
22655
- .v-input--disabled .v-input__prepend,
22656
- .v-input--disabled .v-input__append {
22657
- opacity: var(--v-disabled-opacity);
22801
+ .v-list--rounded {
22802
+ border-radius: 4px;
22658
22803
  }
22659
- .v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
22660
- .v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
22661
- .v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
22662
- .v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
22663
- .v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
22664
- .v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
22665
- color: rgb(var(--v-theme-error));
22804
+ .v-list--subheader {
22805
+ padding-top: 0;
22666
22806
  }
22667
22807
 
22668
- .v-input__prepend,
22669
- .v-input__append {
22808
+ .v-list-img {
22809
+ border-radius: inherit;
22670
22810
  display: flex;
22671
- align-items: flex-start;
22672
- padding-top: var(--v-input-padding-top);
22811
+ height: 100%;
22812
+ left: 0;
22813
+ overflow: hidden;
22814
+ position: absolute;
22815
+ top: 0;
22816
+ width: 100%;
22817
+ z-index: -1;
22673
22818
  }
22674
- .v-input--center-affix .v-input__prepend,
22675
- .v-input--center-affix .v-input__append {
22819
+
22820
+ .v-list-subheader {
22676
22821
  align-items: center;
22677
- padding-top: 0;
22822
+ background: inherit;
22823
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22824
+ display: flex;
22825
+ font-size: 0.875rem;
22826
+ font-weight: 400;
22827
+ line-height: 1.375rem;
22828
+ padding-inline-end: 16px;
22829
+ min-height: 40px;
22830
+ transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
22678
22831
  }
22679
-
22680
- .v-input__prepend {
22681
- grid-area: prepend;
22832
+ .v-list-subheader__text {
22833
+ overflow: hidden;
22834
+ text-overflow: ellipsis;
22835
+ white-space: nowrap;
22682
22836
  }
22683
-
22684
- .v-input__append {
22685
- grid-area: append;
22837
+ .v-list--density-default .v-list-subheader {
22838
+ min-height: 40px;
22839
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22686
22840
  }
22687
22841
 
22688
- .v-input__control {
22689
- display: flex;
22690
- grid-area: control;
22842
+ .v-list--density-comfortable .v-list-subheader {
22843
+ min-height: 36px;
22844
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22691
22845
  }
22692
22846
 
22693
- .v-input--hide-spin-buttons input::-webkit-outer-spin-button,
22694
- .v-input--hide-spin-buttons input::-webkit-inner-spin-button {
22695
- -webkit-appearance: none;
22696
- margin: 0;
22847
+ .v-list--density-compact .v-list-subheader {
22848
+ min-height: 32px;
22849
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22697
22850
  }
22698
- .v-input--hide-spin-buttons input[type=number] {
22699
- -moz-appearance: textfield;
22851
+
22852
+ .v-list-subheader--inset {
22853
+ --indent-padding: 56px;
22700
22854
  }
22701
- .v-input--plain-underlined .v-input__prepend,
22702
- .v-input--plain-underlined .v-input__append {
22703
- align-items: flex-start;
22704
- }
22705
- .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
22706
- padding-top: calc(var(--v-input-padding-top) + 4px);
22707
- }
22708
-
22709
- .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
22710
- padding-top: calc(var(--v-input-padding-top) + 2px);
22711
- }
22712
-
22713
- .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22714
- padding-top: calc(var(--v-input-padding-top) + 0px);
22715
- }.v-layout-item {
22716
- position: absolute;
22717
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22718
- }
22719
-
22720
- .v-layout-item--absolute {
22721
- position: absolute;
22722
- }.v-layout {
22723
- --v-scrollbar-offset: 0px;
22724
- display: flex;
22725
- flex: 1 1 auto;
22726
- }
22727
- .v-layout--full-height {
22728
- --v-scrollbar-offset: inherit;
22729
- height: 100%;
22730
- }.v-main {
22731
- flex: 1 0 auto;
22732
- max-width: 100%;
22733
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22734
- padding-left: var(--v-layout-left);
22735
- padding-right: var(--v-layout-right);
22736
- padding-top: var(--v-layout-top);
22737
- padding-bottom: var(--v-layout-bottom);
22738
- }
22739
- @media (prefers-reduced-motion: reduce) {
22740
- .v-main {
22741
- transition: none;
22742
- }
22743
- }
22744
- .v-main__scroller {
22745
- max-width: 100%;
22746
- position: relative;
22747
- }
22748
- .v-main--scrollable {
22749
- display: flex;
22750
- }
22751
- .v-main--scrollable {
22752
- position: absolute;
22753
- top: 0;
22754
- left: 0;
22755
- width: 100%;
22756
- height: 100%;
22757
- }
22758
- .v-main--scrollable > .v-main__scroller {
22759
- flex: 1 1 auto;
22760
- overflow-y: auto;
22761
- --v-layout-left: 0px;
22762
- --v-layout-right: 0px;
22763
- --v-layout-top: 0px;
22764
- --v-layout-bottom: 0px;
22765
- }.v-list {
22766
- overflow: auto;
22767
- padding: 8px 0;
22768
- position: relative;
22769
- outline: none;
22770
- }
22771
- .v-list {
22772
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22773
- border-style: solid;
22774
- border-width: 0;
22775
- }
22776
- .v-list--border {
22777
- border-width: thin;
22778
- box-shadow: none;
22779
- }
22780
- .v-list {
22781
- 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));
22782
- }
22783
- .v-list {
22784
- border-radius: 0;
22785
- }
22786
- .v-list {
22787
- background: rgba(var(--v-theme-surface));
22788
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22789
- }
22790
- .v-list--disabled {
22791
- pointer-events: none;
22792
- -webkit-user-select: none;
22793
- user-select: none;
22794
- }
22795
- .v-list--nav {
22796
- padding-inline: 8px;
22797
- }
22798
- .v-list--rounded {
22799
- border-radius: 4px;
22800
- }
22801
- .v-list--subheader {
22802
- padding-top: 0;
22803
- }
22804
-
22805
- .v-list-img {
22806
- border-radius: inherit;
22807
- display: flex;
22808
- height: 100%;
22809
- left: 0;
22810
- overflow: hidden;
22811
- position: absolute;
22812
- top: 0;
22813
- width: 100%;
22814
- z-index: -1;
22815
- }
22816
-
22817
- .v-list-subheader {
22818
- align-items: center;
22819
- background: inherit;
22820
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22821
- display: flex;
22822
- font-size: 0.875rem;
22823
- font-weight: 400;
22824
- line-height: 1.375rem;
22825
- padding-inline-end: 16px;
22826
- min-height: 40px;
22827
- transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
22828
- }
22829
- .v-list-subheader__text {
22830
- overflow: hidden;
22831
- text-overflow: ellipsis;
22832
- white-space: nowrap;
22833
- }
22834
- .v-list--density-default .v-list-subheader {
22835
- min-height: 40px;
22836
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
22837
- }
22838
-
22839
- .v-list--density-comfortable .v-list-subheader {
22840
- min-height: 36px;
22841
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
22842
- }
22843
-
22844
- .v-list--density-compact .v-list-subheader {
22845
- min-height: 32px;
22846
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
22847
- }
22848
-
22849
- .v-list-subheader--inset {
22850
- --indent-padding: 56px;
22851
- }
22852
- .v-list--nav .v-list-subheader {
22853
- font-size: 0.75rem;
22855
+ .v-list--nav .v-list-subheader {
22856
+ font-size: 0.75rem;
22854
22857
  }
22855
22858
  .v-list-subheader--sticky {
22856
22859
  background: inherit;
@@ -22871,8 +22874,6 @@ textarea.v-field__input::placeholder {
22871
22874
  right: 0;
22872
22875
  top: 0;
22873
22876
  transition: opacity 0.2s ease-in-out;
22874
- }.v-locale-provider {
22875
- display: contents;
22876
22877
  }.v-list-item {
22877
22878
  align-items: center;
22878
22879
  display: grid;
@@ -23342,37 +23343,8 @@ textarea.v-field__input::placeholder {
23342
23343
  }
23343
23344
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23344
23345
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23345
- }.v-messages {
23346
- flex: 1 1 auto;
23347
- font-size: 12px;
23348
- min-height: 14px;
23349
- min-width: 1px;
23350
- opacity: var(--v-medium-emphasis-opacity);
23351
- position: relative;
23352
- }
23353
- .v-messages__message {
23354
- line-height: 12px;
23355
- word-break: break-word;
23356
- overflow-wrap: break-word;
23357
- word-wrap: break-word;
23358
- -webkit-hyphens: auto;
23359
- hyphens: auto;
23360
- transition-duration: 150ms;
23361
- }.v-label {
23362
- align-items: center;
23363
- color: inherit;
23364
- display: inline-flex;
23365
- font-size: 1rem;
23366
- letter-spacing: 0.009375em;
23367
- min-width: 0;
23368
- opacity: var(--v-medium-emphasis-opacity);
23369
- overflow: hidden;
23370
- text-overflow: ellipsis;
23371
- white-space: nowrap;
23372
- }
23373
-
23374
- .v-label--clickable {
23375
- cursor: pointer;
23346
+ }.v-locale-provider {
23347
+ display: contents;
23376
23348
  }.v-menu > .v-overlay__content {
23377
23349
  display: flex;
23378
23350
  flex-direction: column;
@@ -23392,75 +23364,69 @@ textarea.v-field__input::placeholder {
23392
23364
  .v-menu > .v-overlay__content > .v-sheet,
23393
23365
  .v-menu > .v-overlay__content > .v-list {
23394
23366
  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));
23395
- }.v-number-input input[type=number] {
23396
- -moz-appearance: textfield;
23367
+ }.v-main {
23368
+ flex: 1 0 auto;
23369
+ max-width: 100%;
23370
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23371
+ padding-left: var(--v-layout-left);
23372
+ padding-right: var(--v-layout-right);
23373
+ padding-top: var(--v-layout-top);
23374
+ padding-bottom: var(--v-layout-bottom);
23397
23375
  }
23398
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
23399
- -webkit-appearance: none;
23376
+ @media (prefers-reduced-motion: reduce) {
23377
+ .v-main {
23378
+ transition: none;
23379
+ }
23400
23380
  }
23401
- .v-number-input .v-field:has(.v-field__prepend-inner > .v-number-input__control:first-child) {
23402
- padding-inline-start: 0;
23381
+ .v-main__scroller {
23382
+ max-width: 100%;
23383
+ position: relative;
23403
23384
  }
23404
- .v-number-input .v-field:has(.v-field__append-inner > .v-number-input__control:last-child) {
23405
- padding-inline-end: 0;
23385
+ .v-main--scrollable {
23386
+ display: flex;
23406
23387
  }
23407
- .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-icon {
23408
- margin-inline-end: 4px;
23388
+ .v-main--scrollable {
23389
+ position: absolute;
23390
+ top: 0;
23391
+ left: 0;
23392
+ width: 100%;
23393
+ height: 100%;
23409
23394
  }
23410
- .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > hr + .v-icon,
23411
- .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-number-input__control + .v-icon {
23412
- margin-inline: 8px 0;
23395
+ .v-main--scrollable > .v-main__scroller {
23396
+ flex: 1 1 auto;
23397
+ overflow-y: auto;
23398
+ --v-layout-left: 0px;
23399
+ --v-layout-right: 0px;
23400
+ --v-layout-top: 0px;
23401
+ --v-layout-bottom: 0px;
23402
+ }.v-messages {
23403
+ flex: 1 1 auto;
23404
+ font-size: 12px;
23405
+ min-height: 14px;
23406
+ min-width: 1px;
23407
+ opacity: var(--v-medium-emphasis-opacity);
23408
+ position: relative;
23413
23409
  }
23414
- .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon {
23415
- margin-inline-start: 4px;
23416
- }
23417
- .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ hr),
23418
- .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ .v-number-input__control) {
23419
- margin-inline: 0 8px;
23420
- }
23421
- .v-number-input .v-field__clearable:has(+ .v-field__append-inner > hr:first-child) {
23422
- margin-inline-end: 8px;
23423
- }
23424
- .v-number-input--inset .v-divider {
23425
- height: 55%;
23426
- width: 55%;
23427
- align-self: center;
23428
- }
23429
- .v-number-input--split .v-field__input {
23430
- text-align: center;
23431
- }
23432
- .v-number-input--stacked .v-number-input__control {
23433
- flex-direction: column-reverse;
23434
- }
23435
- .v-number-input--stacked .v-number-input__control .v-btn {
23436
- flex: 1;
23437
- }
23438
- .v-number-input--hide-input .v-field {
23439
- flex: none;
23440
- }
23441
- .v-number-input--hide-input .v-field__input {
23442
- width: 0;
23443
- padding-inline: 0;
23444
- }
23445
- .v-number-input__control {
23446
- display: flex;
23447
- height: 100%;
23448
- }
23449
- .v-number-input__control .v-btn {
23450
- background-color: transparent;
23451
- border-radius: 0;
23452
- }.v-navigation-drawer {
23453
- -webkit-overflow-scrolling: touch;
23454
- background: rgb(var(--v-theme-surface));
23455
- display: flex;
23456
- flex-direction: column;
23457
- height: 100%;
23458
- max-width: 100%;
23459
- pointer-events: auto;
23460
- transition-duration: 0.2s;
23461
- transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
23462
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23463
- position: absolute;
23410
+ .v-messages__message {
23411
+ line-height: 12px;
23412
+ word-break: break-word;
23413
+ overflow-wrap: break-word;
23414
+ word-wrap: break-word;
23415
+ -webkit-hyphens: auto;
23416
+ hyphens: auto;
23417
+ transition-duration: 150ms;
23418
+ }.v-navigation-drawer {
23419
+ -webkit-overflow-scrolling: touch;
23420
+ background: rgb(var(--v-theme-surface));
23421
+ display: flex;
23422
+ flex-direction: column;
23423
+ height: 100%;
23424
+ max-width: 100%;
23425
+ pointer-events: auto;
23426
+ transition-duration: 0.2s;
23427
+ transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
23428
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23429
+ position: absolute;
23464
23430
  }
23465
23431
  .v-navigation-drawer {
23466
23432
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -23680,6 +23646,63 @@ html.v-overlay-scroll-blocked {
23680
23646
 
23681
23647
  .v-overlay--scroll-blocked {
23682
23648
  padding-inline-end: var(--v-scrollbar-offset);
23649
+ }.v-number-input input[type=number] {
23650
+ -moz-appearance: textfield;
23651
+ }
23652
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
23653
+ -webkit-appearance: none;
23654
+ }
23655
+ .v-number-input .v-field:has(.v-field__prepend-inner > .v-number-input__control:first-child) {
23656
+ padding-inline-start: 0;
23657
+ }
23658
+ .v-number-input .v-field:has(.v-field__append-inner > .v-number-input__control:last-child) {
23659
+ padding-inline-end: 0;
23660
+ }
23661
+ .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-icon {
23662
+ margin-inline-end: 4px;
23663
+ }
23664
+ .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > hr + .v-icon,
23665
+ .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-number-input__control + .v-icon {
23666
+ margin-inline: 8px 0;
23667
+ }
23668
+ .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon {
23669
+ margin-inline-start: 4px;
23670
+ }
23671
+ .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ hr),
23672
+ .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ .v-number-input__control) {
23673
+ margin-inline: 0 8px;
23674
+ }
23675
+ .v-number-input .v-field__clearable:has(+ .v-field__append-inner > hr:first-child) {
23676
+ margin-inline-end: 8px;
23677
+ }
23678
+ .v-number-input--inset .v-divider {
23679
+ height: 55%;
23680
+ width: 55%;
23681
+ align-self: center;
23682
+ }
23683
+ .v-number-input--split .v-field__input {
23684
+ text-align: center;
23685
+ }
23686
+ .v-number-input--stacked .v-number-input__control {
23687
+ flex-direction: column-reverse;
23688
+ }
23689
+ .v-number-input--stacked .v-number-input__control .v-btn {
23690
+ flex: 1;
23691
+ }
23692
+ .v-number-input--hide-input .v-field {
23693
+ flex: none;
23694
+ }
23695
+ .v-number-input--hide-input .v-field__input {
23696
+ width: 0;
23697
+ padding-inline: 0;
23698
+ }
23699
+ .v-number-input__control {
23700
+ display: flex;
23701
+ height: 100%;
23702
+ }
23703
+ .v-number-input__control .v-btn {
23704
+ background-color: transparent;
23705
+ border-radius: 0;
23683
23706
  }.v-pagination__list {
23684
23707
  display: inline-flex;
23685
23708
  list-style-type: none;
@@ -23688,6 +23711,12 @@ html.v-overlay-scroll-blocked {
23688
23711
  }
23689
23712
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23690
23713
  margin: 0.3rem;
23714
+ }.v-parallax {
23715
+ position: relative;
23716
+ overflow: hidden;
23717
+ }
23718
+ .v-parallax--active > .v-img__img {
23719
+ will-change: transform;
23691
23720
  }.v-progress-circular {
23692
23721
  align-items: center;
23693
23722
  display: inline-flex;
@@ -24023,12 +24052,59 @@ html.v-overlay-scroll-blocked {
24023
24052
  0% {
24024
24053
  background-position-x: var(--v-progress-linear-height);
24025
24054
  }
24026
- }.v-parallax {
24055
+ }.v-rating {
24056
+ max-width: 100%;
24057
+ display: inline-flex;
24058
+ white-space: nowrap;
24059
+ }
24060
+ .v-rating--readonly {
24061
+ pointer-events: none;
24062
+ }
24063
+
24064
+ .v-rating__wrapper {
24065
+ align-items: center;
24066
+ display: inline-flex;
24067
+ flex-direction: column;
24068
+ }
24069
+ .v-rating__wrapper--bottom {
24070
+ flex-direction: column-reverse;
24071
+ }
24072
+
24073
+ .v-rating__item {
24074
+ display: inline-flex;
24027
24075
  position: relative;
24076
+ }
24077
+ .v-rating__item label {
24078
+ cursor: pointer;
24079
+ }
24080
+ .v-rating__item .v-btn--variant-plain {
24081
+ opacity: 1;
24082
+ }
24083
+ .v-rating__item .v-btn {
24084
+ transition-property: transform;
24085
+ }
24086
+ .v-rating__item .v-btn .v-icon {
24087
+ transition: inherit;
24088
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24089
+ }
24090
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24091
+ transform: scale(1.25);
24092
+ }
24093
+ .v-rating__item--half {
24028
24094
  overflow: hidden;
24095
+ position: absolute;
24096
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24097
+ z-index: 1;
24029
24098
  }
24030
- .v-parallax--active > .v-img__img {
24031
- will-change: transform;
24099
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24100
+ opacity: 0;
24101
+ }
24102
+
24103
+ .v-rating__hidden {
24104
+ height: 0;
24105
+ opacity: 0;
24106
+ position: absolute;
24107
+ width: 0;
24032
24108
  }.v-slider .v-slider__container input {
24033
24109
  cursor: default;
24034
24110
  padding: 0;
@@ -24086,59 +24162,6 @@ html.v-overlay-scroll-blocked {
24086
24162
 
24087
24163
  .v-slider__label {
24088
24164
  margin-inline-end: 12px;
24089
- }.v-rating {
24090
- max-width: 100%;
24091
- display: inline-flex;
24092
- white-space: nowrap;
24093
- }
24094
- .v-rating--readonly {
24095
- pointer-events: none;
24096
- }
24097
-
24098
- .v-rating__wrapper {
24099
- align-items: center;
24100
- display: inline-flex;
24101
- flex-direction: column;
24102
- }
24103
- .v-rating__wrapper--bottom {
24104
- flex-direction: column-reverse;
24105
- }
24106
-
24107
- .v-rating__item {
24108
- display: inline-flex;
24109
- position: relative;
24110
- }
24111
- .v-rating__item label {
24112
- cursor: pointer;
24113
- }
24114
- .v-rating__item .v-btn--variant-plain {
24115
- opacity: 1;
24116
- }
24117
- .v-rating__item .v-btn {
24118
- transition-property: transform;
24119
- }
24120
- .v-rating__item .v-btn .v-icon {
24121
- transition: inherit;
24122
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24123
- }
24124
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24125
- transform: scale(1.25);
24126
- }
24127
- .v-rating__item--half {
24128
- overflow: hidden;
24129
- position: absolute;
24130
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24131
- z-index: 1;
24132
- }
24133
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24134
- opacity: 0;
24135
- }
24136
-
24137
- .v-rating__hidden {
24138
- height: 0;
24139
- opacity: 0;
24140
- position: absolute;
24141
- width: 0;
24142
24165
  }.v-radio-group > .v-input__control {
24143
24166
  flex-direction: column;
24144
24167
  }
@@ -24151,39 +24174,88 @@ html.v-overlay-scroll-blocked {
24151
24174
  }
24152
24175
  .v-radio-group .v-input__details {
24153
24176
  padding-inline: 16px;
24154
- }.v-selection-control-group {
24155
- grid-area: control;
24177
+ }.v-breadcrumbs {
24156
24178
  display: flex;
24157
- flex-direction: column;
24158
- }
24159
- .v-selection-control-group--inline {
24160
- flex-direction: row;
24161
- flex-wrap: wrap;
24162
- }.v-selection-control {
24163
24179
  align-items: center;
24164
- contain: layout;
24165
- display: flex;
24166
- flex: 1 0;
24167
- grid-area: control;
24168
- position: relative;
24169
- -webkit-user-select: none;
24170
- user-select: none;
24180
+ line-height: 1.6;
24181
+ padding: 16px 12px;
24171
24182
  }
24172
- .v-selection-control .v-label {
24173
- white-space: normal;
24174
- word-break: break-word;
24175
- height: 100%;
24176
- opacity: 1;
24183
+ .v-breadcrumbs--rounded {
24184
+ border-radius: 4px;
24177
24185
  }
24178
- .v-selection-control--disabled {
24179
- opacity: var(--v-disabled-opacity);
24180
- pointer-events: none;
24186
+ .v-breadcrumbs--density-default {
24187
+ padding-top: 16px;
24188
+ padding-bottom: 16px;
24181
24189
  }
24182
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
24183
- color: rgb(var(--v-theme-error));
24190
+
24191
+ .v-breadcrumbs--density-comfortable {
24192
+ padding-top: 12px;
24193
+ padding-bottom: 12px;
24184
24194
  }
24185
- .v-selection-control--inline {
24186
- display: inline-flex;
24195
+
24196
+ .v-breadcrumbs--density-compact {
24197
+ padding-top: 8px;
24198
+ padding-bottom: 8px;
24199
+ }
24200
+
24201
+ .v-breadcrumbs__prepend {
24202
+ align-items: center;
24203
+ display: inline-flex;
24204
+ }
24205
+
24206
+ .v-breadcrumbs-item {
24207
+ align-items: center;
24208
+ color: inherit;
24209
+ display: inline-flex;
24210
+ padding: 0 4px;
24211
+ text-decoration: none;
24212
+ vertical-align: middle;
24213
+ }
24214
+ .v-breadcrumbs-item--disabled {
24215
+ opacity: var(--v-disabled-opacity);
24216
+ pointer-events: none;
24217
+ }
24218
+ .v-breadcrumbs-item--link {
24219
+ color: inherit;
24220
+ text-decoration: none;
24221
+ }
24222
+ .v-breadcrumbs-item--link:hover {
24223
+ text-decoration: underline;
24224
+ }
24225
+ .v-breadcrumbs-item .v-icon {
24226
+ font-size: 1rem;
24227
+ margin-inline: -4px 2px;
24228
+ }
24229
+
24230
+ .v-breadcrumbs-divider {
24231
+ display: inline-block;
24232
+ padding: 0 8px;
24233
+ vertical-align: middle;
24234
+ }.v-selection-control {
24235
+ align-items: center;
24236
+ contain: layout;
24237
+ display: flex;
24238
+ flex: 1 0;
24239
+ grid-area: control;
24240
+ position: relative;
24241
+ -webkit-user-select: none;
24242
+ user-select: none;
24243
+ }
24244
+ .v-selection-control .v-label {
24245
+ white-space: normal;
24246
+ word-break: break-word;
24247
+ height: 100%;
24248
+ opacity: 1;
24249
+ }
24250
+ .v-selection-control--disabled {
24251
+ opacity: var(--v-disabled-opacity);
24252
+ pointer-events: none;
24253
+ }
24254
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
24255
+ color: rgb(var(--v-theme-error));
24256
+ }
24257
+ .v-selection-control--inline {
24258
+ display: inline-flex;
24187
24259
  flex: 0 0 auto;
24188
24260
  min-width: 0;
24189
24261
  max-width: 100%;
@@ -24260,6 +24332,89 @@ html.v-overlay-scroll-blocked {
24260
24332
  }
24261
24333
  .v-selection-control--focus-visible .v-selection-control__input::before {
24262
24334
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24335
+ }.v-responsive {
24336
+ display: flex;
24337
+ flex: 1 0 auto;
24338
+ max-height: 100%;
24339
+ max-width: 100%;
24340
+ overflow: hidden;
24341
+ position: relative;
24342
+ }
24343
+ .v-responsive--inline {
24344
+ display: inline-flex;
24345
+ flex: 0 0 auto;
24346
+ }
24347
+
24348
+ .v-responsive__content {
24349
+ flex: 1 0 0px;
24350
+ max-width: 100%;
24351
+ }
24352
+
24353
+ .v-responsive__sizer ~ .v-responsive__content {
24354
+ margin-inline-start: -100%;
24355
+ }
24356
+
24357
+ .v-responsive__sizer {
24358
+ flex: 1 0 0px;
24359
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24360
+ pointer-events: none;
24361
+ }.v-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
24362
+ .v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
24363
+ .v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
24364
+ .v-select--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
24365
+ top: 0px;
24366
+ }
24367
+ .v-select .v-field .v-text-field__prefix,
24368
+ .v-select .v-field .v-text-field__suffix,
24369
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24370
+ cursor: pointer;
24371
+ }
24372
+ .v-select .v-field .v-field__input > input {
24373
+ align-self: flex-start;
24374
+ opacity: 1;
24375
+ flex: 0 0;
24376
+ position: absolute;
24377
+ width: 100%;
24378
+ transition: none;
24379
+ pointer-events: none;
24380
+ caret-color: transparent;
24381
+ }
24382
+ .v-select .v-field--dirty .v-select__selection {
24383
+ margin-inline-end: 2px;
24384
+ }
24385
+ .v-select .v-select__selection-text {
24386
+ overflow: hidden;
24387
+ text-overflow: ellipsis;
24388
+ white-space: nowrap;
24389
+ }
24390
+ .v-select__content {
24391
+ overflow: hidden;
24392
+ }
24393
+ .v-select__content {
24394
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24395
+ }
24396
+ .v-select__content {
24397
+ border-radius: 4px;
24398
+ }
24399
+ .v-select__selection {
24400
+ display: inline-flex;
24401
+ align-items: center;
24402
+ letter-spacing: inherit;
24403
+ line-height: inherit;
24404
+ max-width: 100%;
24405
+ }
24406
+ .v-select .v-select__selection:first-child {
24407
+ margin-inline-start: 0;
24408
+ }
24409
+ .v-select--selected .v-field .v-field__input > input {
24410
+ opacity: 0;
24411
+ }
24412
+ .v-select__menu-icon {
24413
+ margin-inline-start: 4px;
24414
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24415
+ }
24416
+ .v-select--active-menu .v-select__menu-icon {
24417
+ transform: rotate(180deg);
24263
24418
  }.v-sheet {
24264
24419
  display: block;
24265
24420
  }
@@ -24296,6 +24451,69 @@ html.v-overlay-scroll-blocked {
24296
24451
  }
24297
24452
  .v-sheet--rounded {
24298
24453
  border-radius: 4px;
24454
+ }.v-selection-control-group {
24455
+ grid-area: control;
24456
+ display: flex;
24457
+ flex-direction: column;
24458
+ }
24459
+ .v-selection-control-group--inline {
24460
+ flex-direction: row;
24461
+ flex-wrap: wrap;
24462
+ }.v-slide-group {
24463
+ display: flex;
24464
+ overflow: hidden;
24465
+ }
24466
+
24467
+ .v-slide-group__next,
24468
+ .v-slide-group__prev {
24469
+ align-items: center;
24470
+ display: flex;
24471
+ flex: 0 1 52px;
24472
+ justify-content: center;
24473
+ min-width: 52px;
24474
+ cursor: pointer;
24475
+ }
24476
+ .v-slide-group__next--disabled,
24477
+ .v-slide-group__prev--disabled {
24478
+ pointer-events: none;
24479
+ opacity: var(--v-disabled-opacity);
24480
+ }
24481
+
24482
+ .v-slide-group__content {
24483
+ display: flex;
24484
+ flex: 1 0 auto;
24485
+ position: relative;
24486
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24487
+ white-space: nowrap;
24488
+ }
24489
+ .v-slide-group__content > * {
24490
+ white-space: initial;
24491
+ }
24492
+
24493
+ .v-slide-group__container {
24494
+ contain: content;
24495
+ display: flex;
24496
+ flex: 1 1 auto;
24497
+ overflow-x: auto;
24498
+ overflow-y: hidden;
24499
+ scrollbar-width: none;
24500
+ scrollbar-color: rgba(0, 0, 0, 0);
24501
+ }
24502
+ .v-slide-group__container::-webkit-scrollbar {
24503
+ display: none;
24504
+ }
24505
+
24506
+ .v-slide-group--vertical {
24507
+ max-height: inherit;
24508
+ }
24509
+ .v-slide-group--vertical,
24510
+ .v-slide-group--vertical .v-slide-group__container,
24511
+ .v-slide-group--vertical .v-slide-group__content {
24512
+ flex-direction: column;
24513
+ }
24514
+ .v-slide-group--vertical .v-slide-group__container {
24515
+ overflow-x: hidden;
24516
+ overflow-y: auto;
24299
24517
  }.v-skeleton-loader {
24300
24518
  align-items: center;
24301
24519
  background: rgb(var(--v-theme-surface));
@@ -24521,445 +24739,248 @@ html.v-overlay-scroll-blocked {
24521
24739
  100% {
24522
24740
  transform: translateX(100%);
24523
24741
  }
24524
- }.v-slide-group {
24525
- display: flex;
24526
- overflow: hidden;
24742
+ }.v-snackbar {
24743
+ justify-content: center;
24744
+ z-index: 10000;
24745
+ margin: 8px;
24746
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
24747
+ padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
24527
24748
  }
24528
-
24529
- .v-slide-group__next,
24530
- .v-slide-group__prev {
24749
+ .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
24750
+ align-items: flex-end;
24751
+ }
24752
+ .v-snackbar__wrapper {
24531
24753
  align-items: center;
24532
24754
  display: flex;
24533
- flex: 0 1 52px;
24534
- justify-content: center;
24535
- min-width: 52px;
24536
- cursor: pointer;
24755
+ max-width: 672px;
24756
+ min-height: 48px;
24757
+ min-width: 344px;
24758
+ overflow: hidden;
24759
+ padding: 0;
24537
24760
  }
24538
- .v-slide-group__next--disabled,
24539
- .v-slide-group__prev--disabled {
24540
- pointer-events: none;
24541
- opacity: var(--v-disabled-opacity);
24761
+ .v-snackbar__wrapper {
24762
+ border-radius: 4px;
24542
24763
  }
24543
-
24544
- .v-slide-group__content {
24545
- display: flex;
24546
- flex: 1 0 auto;
24547
- position: relative;
24548
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24549
- white-space: nowrap;
24764
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
24765
+ background: transparent;
24766
+ color: inherit;
24550
24767
  }
24551
- .v-slide-group__content > * {
24552
- white-space: initial;
24768
+ .v-snackbar--variant-plain {
24769
+ opacity: 0.62;
24553
24770
  }
24554
-
24555
- .v-slide-group__container {
24556
- contain: content;
24557
- display: flex;
24558
- flex: 1 1 auto;
24559
- overflow-x: auto;
24560
- overflow-y: hidden;
24561
- scrollbar-width: none;
24562
- scrollbar-color: rgba(0, 0, 0, 0);
24771
+ .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
24772
+ opacity: 1;
24563
24773
  }
24564
- .v-slide-group__container::-webkit-scrollbar {
24774
+ .v-snackbar--variant-plain .v-snackbar__overlay {
24565
24775
  display: none;
24566
24776
  }
24567
-
24568
- .v-slide-group--vertical {
24569
- max-height: inherit;
24777
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
24778
+ background: rgb(var(--v-theme-surface-variant));
24779
+ color: rgb(var(--v-theme-on-surface-variant));
24570
24780
  }
24571
- .v-slide-group--vertical,
24572
- .v-slide-group--vertical .v-slide-group__container,
24573
- .v-slide-group--vertical .v-slide-group__content {
24574
- flex-direction: column;
24781
+ .v-snackbar--variant-elevated {
24782
+ box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24575
24783
  }
24576
- .v-slide-group--vertical .v-slide-group__container {
24577
- overflow-x: hidden;
24578
- overflow-y: auto;
24579
- }.v-data-table-footer {
24580
- align-items: center;
24581
- display: flex;
24582
- flex-wrap: wrap;
24583
- justify-content: flex-end;
24584
- padding: 8px 4px;
24784
+ .v-snackbar--variant-flat {
24785
+ 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));
24585
24786
  }
24586
- .v-data-table-footer__items-per-page {
24587
- align-items: center;
24588
- display: flex;
24589
- justify-content: center;
24787
+ .v-snackbar--variant-outlined {
24788
+ border: thin solid currentColor;
24590
24789
  }
24591
- .v-data-table-footer__items-per-page > span {
24592
- padding-inline-end: 8px;
24790
+ .v-snackbar--variant-text .v-snackbar__overlay {
24791
+ background: currentColor;
24593
24792
  }
24594
- .v-data-table-footer__items-per-page > .v-select {
24595
- width: 90px;
24793
+ .v-snackbar--variant-tonal .v-snackbar__underlay {
24794
+ background: currentColor;
24795
+ opacity: var(--v-activated-opacity);
24796
+ border-radius: inherit;
24797
+ top: 0;
24798
+ right: 0;
24799
+ bottom: 0;
24800
+ left: 0;
24801
+ pointer-events: none;
24596
24802
  }
24597
- .v-data-table-footer__info {
24598
- display: flex;
24599
- justify-content: flex-end;
24600
- min-width: 116px;
24601
- padding: 0 16px;
24803
+ .v-snackbar .v-snackbar__underlay {
24804
+ position: absolute;
24602
24805
  }
24603
- .v-data-table-footer__paginationz {
24806
+
24807
+ .v-snackbar__content {
24808
+ flex-grow: 1;
24809
+ font-size: 0.875rem;
24810
+ font-weight: 400;
24811
+ letter-spacing: 0.0178571429em;
24812
+ line-height: 1.425;
24813
+ margin-right: auto;
24814
+ padding: 14px 16px;
24815
+ text-align: initial;
24816
+ }
24817
+ .v-snackbar__actions {
24604
24818
  align-items: center;
24819
+ align-self: center;
24605
24820
  display: flex;
24606
- margin-inline-start: 16px;
24821
+ margin-inline-end: 8px;
24607
24822
  }
24608
- .v-data-table-footer__page {
24823
+ .v-snackbar__actions > .v-btn {
24609
24824
  padding: 0 8px;
24610
- }.v-data-table {
24611
- width: 100%;
24825
+ min-width: auto;
24612
24826
  }
24613
-
24614
- .v-data-table__table {
24827
+ .v-snackbar__timer {
24615
24828
  width: 100%;
24616
- border-collapse: separate;
24617
- border-spacing: 0;
24829
+ position: absolute;
24830
+ top: 0;
24618
24831
  }
24619
-
24620
- .v-data-table__tr--focus {
24621
- border: 1px dotted black;
24832
+ .v-snackbar__timer .v-progress-linear {
24833
+ transition: 0.2s linear;
24622
24834
  }
24623
- .v-data-table__tr--clickable {
24624
- cursor: pointer;
24835
+ .v-snackbar--absolute {
24836
+ position: absolute;
24837
+ z-index: 1;
24625
24838
  }
24626
-
24627
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
24628
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
24629
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
24630
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
24631
- text-align: end;
24839
+ .v-snackbar--multi-line .v-snackbar__wrapper {
24840
+ min-height: 68px;
24632
24841
  }
24633
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
24634
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
24635
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
24636
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
24637
- flex-direction: row-reverse;
24842
+ .v-snackbar--vertical .v-snackbar__wrapper {
24843
+ flex-direction: column;
24638
24844
  }
24639
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
24640
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
24641
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
24642
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
24643
- text-align: center;
24845
+ .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
24846
+ align-self: flex-end;
24847
+ margin-bottom: 8px;
24644
24848
  }
24645
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
24646
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
24647
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
24648
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
24849
+ .v-snackbar--center {
24850
+ align-items: center;
24649
24851
  justify-content: center;
24650
24852
  }
24651
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
24652
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
24653
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
24654
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
24655
- padding: 0 8px;
24853
+ .v-snackbar--top {
24854
+ align-items: flex-start;
24656
24855
  }
24657
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--empty,
24658
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--empty,
24659
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--empty,
24660
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--empty {
24661
- padding: 0;
24856
+ .v-snackbar--bottom {
24857
+ align-items: flex-end;
24662
24858
  }
24663
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
24664
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
24665
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
24666
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
24667
- text-overflow: ellipsis;
24668
- text-wrap: nowrap;
24669
- overflow: hidden;
24859
+ .v-snackbar--left, .v-snackbar--start {
24860
+ justify-content: flex-start;
24670
24861
  }
24671
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
24672
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
24673
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
24674
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
24675
- display: contents;
24862
+ .v-snackbar--right, .v-snackbar--end {
24863
+ justify-content: flex-end;
24676
24864
  }
24677
- .v-data-table .v-table__wrapper > table > thead > tr > th,
24678
- .v-data-table .v-table__wrapper > table tbody > tr > th {
24679
- align-items: center;
24865
+
24866
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24867
+ transition-duration: 0.15s;
24868
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24680
24869
  }
24681
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
24682
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
24683
- position: sticky;
24870
+ .v-snackbar-transition-enter-active {
24871
+ transition-property: opacity, transform;
24684
24872
  }
24685
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
24686
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:focus,
24687
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover,
24688
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:focus {
24689
- cursor: pointer;
24690
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24873
+ @media (prefers-reduced-motion: reduce) {
24874
+ .v-snackbar-transition-enter-active {
24875
+ transition-property: opacity;
24876
+ }
24691
24877
  }
24692
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
24693
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
24878
+ .v-snackbar-transition-enter-from {
24694
24879
  opacity: 0;
24880
+ transform: scale(0.8);
24695
24881
  }
24696
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon, .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):focus .v-data-table-header__sort-icon,
24697
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
24698
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):focus .v-data-table-header__sort-icon {
24699
- opacity: 0.5;
24882
+ .v-snackbar-transition-leave-active {
24883
+ transition-property: opacity;
24700
24884
  }
24701
- .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
24702
- .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
24703
- height: -moz-fit-content;
24704
- height: fit-content;
24885
+ .v-snackbar-transition-leave-to {
24886
+ opacity: 0;
24887
+ }.v-speed-dial__content {
24888
+ gap: 8px;
24705
24889
  }
24706
-
24707
- .v-data-table-column--fixed,
24708
- .v-data-table-column--fixed-end,
24709
- .v-data-table__th--sticky {
24710
- background-color: rgb(var(--v-theme-surface));
24711
- background-image: inherit;
24712
- position: sticky !important;
24713
- left: 0;
24714
- z-index: 1;
24890
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24891
+ flex-direction: row;
24715
24892
  }
24716
-
24717
- .v-data-table-column--fixed-end {
24718
- left: unset;
24719
- right: 0;
24893
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24894
+ flex-direction: row-reverse;
24720
24895
  }
24721
-
24722
- .v-data-table-column--last-fixed {
24723
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
24896
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24897
+ flex-direction: column-reverse;
24724
24898
  }
24725
-
24726
- .v-data-table-column--first-fixed-end {
24727
- border-left: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
24899
+ .v-speed-dial__content > *:nth-child(1) {
24900
+ transition-delay: 0.001s;
24728
24901
  }
24729
-
24730
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed,
24731
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed-end {
24732
- z-index: 2;
24902
+ .v-speed-dial__content > *:nth-child(2) {
24903
+ transition-delay: 0.05s;
24733
24904
  }
24734
-
24735
- .v-data-table-group-header-row td {
24736
- background: rgba(var(--v-theme-surface));
24737
- color: rgba(var(--v-theme-on-surface));
24905
+ .v-speed-dial__content > *:nth-child(3) {
24906
+ transition-delay: 0.1s;
24738
24907
  }
24739
- .v-data-table-group-header-row td > span {
24740
- padding-left: 5px;
24908
+ .v-speed-dial__content > *:nth-child(4) {
24909
+ transition-delay: 0.15s;
24741
24910
  }
24742
-
24743
- .v-data-table--loading .v-data-table__td {
24744
- opacity: var(--v-disabled-opacity);
24911
+ .v-speed-dial__content > *:nth-child(5) {
24912
+ transition-delay: 0.2s;
24745
24913
  }
24746
-
24747
- .v-data-table-group-header-row__column {
24748
- padding-inline-start: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
24914
+ .v-speed-dial__content > *:nth-child(6) {
24915
+ transition-delay: 0.25s;
24749
24916
  }
24750
-
24751
- .v-data-table-header__content {
24752
- display: flex;
24753
- align-items: center;
24754
- }
24755
-
24756
- .v-data-table-header__sort-badge {
24757
- display: inline-flex;
24758
- justify-content: center;
24759
- align-items: center;
24760
- font-size: 0.875rem;
24761
- padding: 4px;
24762
- border-radius: 50%;
24763
- background: rgba(var(--v-border-color), var(--v-border-opacity));
24764
- min-width: 20px;
24765
- min-height: 20px;
24766
- width: 20px;
24767
- height: 20px;
24768
- }
24769
-
24770
- .v-data-table-progress > th {
24771
- border: none !important;
24772
- height: auto !important;
24773
- padding: 0 !important;
24774
- }
24775
-
24776
- .v-data-table-progress__loader {
24777
- position: relative;
24778
- }
24779
-
24780
- .v-data-table-rows-loading,
24781
- .v-data-table-rows-no-data {
24782
- text-align: center;
24783
- }
24784
-
24785
- .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
24786
- grid-template-columns: auto;
24787
- justify-content: center;
24788
- }
24789
- .v-data-table__tr--mobile > .v-data-table__td--select-row {
24790
- grid-template-columns: 0;
24791
- justify-content: end;
24792
- }
24793
- .v-data-table__tr--mobile > td {
24794
- align-items: center;
24795
- column-gap: 4px;
24796
- display: grid;
24797
- grid-template-columns: repeat(2, 1fr);
24798
- min-height: var(--v-table-row-height);
24799
- }
24800
- .v-data-table__tr--mobile > td:not(:last-child) {
24801
- border-bottom: 0 !important;
24802
- }
24803
-
24804
- .v-data-table__td-title {
24805
- font-weight: 500;
24806
- text-align: start;
24807
- }
24808
-
24809
- .v-data-table__td-value {
24810
- text-align: end;
24811
- }
24812
-
24813
- .v-data-table__td-sort-icon {
24814
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
24917
+ .v-speed-dial__content > *:nth-child(7) {
24918
+ transition-delay: 0.3s;
24815
24919
  }
24816
- .v-data-table__td-sort-icon-active {
24817
- color: rgba(var(--v-theme-on-surface));
24818
- }.v-snackbar {
24819
- justify-content: center;
24820
- z-index: 10000;
24821
- margin: 8px;
24822
- margin-inline-end: calc(8px + var(--v-scrollbar-offset));
24823
- padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
24920
+ .v-speed-dial__content > *:nth-child(8) {
24921
+ transition-delay: 0.35s;
24824
24922
  }
24825
- .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
24826
- align-items: flex-end;
24923
+ .v-speed-dial__content > *:nth-child(9) {
24924
+ transition-delay: 0.4s;
24827
24925
  }
24828
- .v-snackbar__wrapper {
24829
- align-items: center;
24830
- display: flex;
24831
- max-width: 672px;
24832
- min-height: 48px;
24833
- min-width: 344px;
24926
+ .v-speed-dial__content > *:nth-child(10) {
24927
+ transition-delay: 0.45s;
24928
+ }.v-stepper.v-sheet {
24834
24929
  overflow: hidden;
24835
- padding: 0;
24836
- }
24837
- .v-snackbar__wrapper {
24838
- border-radius: 4px;
24839
- }
24840
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
24841
- background: transparent;
24842
- color: inherit;
24843
- }
24844
- .v-snackbar--variant-plain {
24845
- opacity: 0.62;
24846
- }
24847
- .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
24848
- opacity: 1;
24849
- }
24850
- .v-snackbar--variant-plain .v-snackbar__overlay {
24851
- display: none;
24852
24930
  }
24853
- .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
24854
- background: rgb(var(--v-theme-surface-variant));
24855
- color: rgb(var(--v-theme-on-surface-variant));
24931
+ .v-stepper.v-sheet {
24932
+ 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));
24856
24933
  }
24857
- .v-snackbar--variant-elevated {
24858
- box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24934
+ .v-stepper.v-sheet {
24935
+ border-radius: 4px;
24859
24936
  }
24860
- .v-snackbar--variant-flat {
24937
+ .v-stepper.v-sheet.v-stepper--flat {
24861
24938
  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));
24862
24939
  }
24863
- .v-snackbar--variant-outlined {
24864
- border: thin solid currentColor;
24865
- }
24866
- .v-snackbar--variant-text .v-snackbar__overlay {
24867
- background: currentColor;
24868
- }
24869
- .v-snackbar--variant-tonal .v-snackbar__underlay {
24870
- background: currentColor;
24871
- opacity: var(--v-activated-opacity);
24872
- border-radius: inherit;
24873
- top: 0;
24874
- right: 0;
24875
- bottom: 0;
24876
- left: 0;
24877
- pointer-events: none;
24878
- }
24879
- .v-snackbar .v-snackbar__underlay {
24880
- position: absolute;
24881
- }
24882
24940
 
24883
- .v-snackbar__content {
24884
- flex-grow: 1;
24885
- font-size: 0.875rem;
24886
- font-weight: 400;
24887
- letter-spacing: 0.0178571429em;
24888
- line-height: 1.425;
24889
- margin-right: auto;
24890
- padding: 14px 16px;
24891
- text-align: initial;
24892
- }
24893
- .v-snackbar__actions {
24941
+ .v-stepper-header {
24894
24942
  align-items: center;
24895
- align-self: center;
24896
24943
  display: flex;
24897
- margin-inline-end: 8px;
24898
- }
24899
- .v-snackbar__actions > .v-btn {
24900
- padding: 0 8px;
24901
- min-width: auto;
24902
- }
24903
- .v-snackbar__timer {
24904
- width: 100%;
24905
- position: absolute;
24906
- top: 0;
24907
- }
24908
- .v-snackbar__timer .v-progress-linear {
24909
- transition: 0.2s linear;
24910
- }
24911
- .v-snackbar--absolute {
24912
- position: absolute;
24944
+ position: relative;
24945
+ overflow-x: auto;
24946
+ justify-content: space-between;
24913
24947
  z-index: 1;
24914
24948
  }
24915
- .v-snackbar--multi-line .v-snackbar__wrapper {
24916
- min-height: 68px;
24917
- }
24918
- .v-snackbar--vertical .v-snackbar__wrapper {
24919
- flex-direction: column;
24920
- }
24921
- .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
24922
- align-self: flex-end;
24923
- margin-bottom: 8px;
24949
+ .v-stepper-header {
24950
+ 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));
24924
24951
  }
24925
- .v-snackbar--center {
24926
- align-items: center;
24927
- justify-content: center;
24952
+ .v-stepper-header .v-divider {
24953
+ margin: 0 -16px;
24928
24954
  }
24929
- .v-snackbar--top {
24930
- align-items: flex-start;
24955
+ .v-stepper-header .v-divider:last-child {
24956
+ margin-inline-end: 0;
24931
24957
  }
24932
- .v-snackbar--bottom {
24933
- align-items: flex-end;
24958
+ .v-stepper-header .v-divider:first-child {
24959
+ margin-inline-start: 0;
24934
24960
  }
24935
- .v-snackbar--left, .v-snackbar--start {
24936
- justify-content: flex-start;
24961
+ .v-stepper--alt-labels .v-stepper-header {
24962
+ height: auto;
24937
24963
  }
24938
- .v-snackbar--right, .v-snackbar--end {
24939
- justify-content: flex-end;
24964
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24965
+ align-self: flex-start;
24966
+ margin: 35px -67px 0;
24940
24967
  }
24941
24968
 
24942
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24943
- transition-duration: 0.15s;
24944
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24945
- }
24946
- .v-snackbar-transition-enter-active {
24947
- transition-property: opacity, transform;
24948
- }
24949
- @media (prefers-reduced-motion: reduce) {
24950
- .v-snackbar-transition-enter-active {
24951
- transition-property: opacity;
24952
- }
24969
+ .v-stepper-window {
24970
+ margin: 1.5rem;
24953
24971
  }
24954
- .v-snackbar-transition-enter-from {
24955
- opacity: 0;
24956
- transform: scale(0.8);
24972
+
24973
+ .v-stepper-actions {
24974
+ display: flex;
24975
+ align-items: center;
24976
+ justify-content: space-between;
24977
+ padding: 1rem;
24957
24978
  }
24958
- .v-snackbar-transition-leave-active {
24959
- transition-property: opacity;
24979
+ .v-stepper .v-stepper-actions {
24980
+ padding: 0 1.5rem 1rem;
24960
24981
  }
24961
- .v-snackbar-transition-leave-to {
24962
- opacity: 0;
24982
+ .v-stepper-window-item .v-stepper-actions {
24983
+ padding: 1.5rem 0 0;
24963
24984
  }.v-stepper-item {
24964
24985
  align-items: center;
24965
24986
  align-self: stretch;
@@ -25084,71 +25105,15 @@ html.v-overlay-scroll-blocked {
25084
25105
  left: 0;
25085
25106
  width: 100%;
25086
25107
  height: 100%;
25087
- }.v-stepper.v-sheet {
25088
- overflow: hidden;
25089
- }
25090
- .v-stepper.v-sheet {
25091
- 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));
25092
- }
25093
- .v-stepper.v-sheet {
25094
- border-radius: 4px;
25095
- }
25096
- .v-stepper.v-sheet.v-stepper--flat {
25097
- 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));
25108
+ }.v-switch .v-label {
25109
+ padding-inline-start: 10px;
25098
25110
  }
25099
25111
 
25100
- .v-stepper-header {
25101
- align-items: center;
25112
+ .v-switch__loader {
25102
25113
  display: flex;
25103
- position: relative;
25104
- overflow-x: auto;
25105
- justify-content: space-between;
25106
- z-index: 1;
25107
- }
25108
- .v-stepper-header {
25109
- 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));
25110
25114
  }
25111
- .v-stepper-header .v-divider {
25112
- margin: 0 -16px;
25113
- }
25114
- .v-stepper-header .v-divider:last-child {
25115
- margin-inline-end: 0;
25116
- }
25117
- .v-stepper-header .v-divider:first-child {
25118
- margin-inline-start: 0;
25119
- }
25120
- .v-stepper--alt-labels .v-stepper-header {
25121
- height: auto;
25122
- }
25123
- .v-stepper--alt-labels .v-stepper-header .v-divider {
25124
- align-self: flex-start;
25125
- margin: 35px -67px 0;
25126
- }
25127
-
25128
- .v-stepper-window {
25129
- margin: 1.5rem;
25130
- }
25131
-
25132
- .v-stepper-actions {
25133
- display: flex;
25134
- align-items: center;
25135
- justify-content: space-between;
25136
- padding: 1rem;
25137
- }
25138
- .v-stepper .v-stepper-actions {
25139
- padding: 0 1.5rem 1rem;
25140
- }
25141
- .v-stepper-window-item .v-stepper-actions {
25142
- padding: 1.5rem 0 0;
25143
- }.v-switch .v-label {
25144
- padding-inline-start: 10px;
25145
- }
25146
-
25147
- .v-switch__loader {
25148
- display: flex;
25149
- }
25150
- .v-switch__loader .v-progress-circular {
25151
- color: rgb(var(--v-theme-surface));
25115
+ .v-switch__loader .v-progress-circular {
25116
+ color: rgb(var(--v-theme-surface));
25152
25117
  }
25153
25118
 
25154
25119
  .v-switch__track,
@@ -25322,47 +25287,6 @@ html.v-overlay-scroll-blocked {
25322
25287
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25323
25288
  border-width: 0;
25324
25289
  }
25325
- }.v-speed-dial__content {
25326
- gap: 8px;
25327
- }
25328
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
25329
- flex-direction: row;
25330
- }
25331
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
25332
- flex-direction: row-reverse;
25333
- }
25334
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
25335
- flex-direction: column-reverse;
25336
- }
25337
- .v-speed-dial__content > *:nth-child(1) {
25338
- transition-delay: 0.001s;
25339
- }
25340
- .v-speed-dial__content > *:nth-child(2) {
25341
- transition-delay: 0.05s;
25342
- }
25343
- .v-speed-dial__content > *:nth-child(3) {
25344
- transition-delay: 0.1s;
25345
- }
25346
- .v-speed-dial__content > *:nth-child(4) {
25347
- transition-delay: 0.15s;
25348
- }
25349
- .v-speed-dial__content > *:nth-child(5) {
25350
- transition-delay: 0.2s;
25351
- }
25352
- .v-speed-dial__content > *:nth-child(6) {
25353
- transition-delay: 0.25s;
25354
- }
25355
- .v-speed-dial__content > *:nth-child(7) {
25356
- transition-delay: 0.3s;
25357
- }
25358
- .v-speed-dial__content > *:nth-child(8) {
25359
- transition-delay: 0.35s;
25360
- }
25361
- .v-speed-dial__content > *:nth-child(9) {
25362
- transition-delay: 0.4s;
25363
- }
25364
- .v-speed-dial__content > *:nth-child(10) {
25365
- transition-delay: 0.45s;
25366
25290
  }.v-system-bar {
25367
25291
  align-items: center;
25368
25292
  display: flex;
@@ -25406,32 +25330,101 @@ html.v-overlay-scroll-blocked {
25406
25330
  }
25407
25331
  .v-system-bar:not(.v-system-bar--absolute) {
25408
25332
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25409
- }.v-responsive {
25333
+ }.v-tabs {
25410
25334
  display: flex;
25411
- flex: 1 0 auto;
25412
- max-height: 100%;
25413
- max-width: 100%;
25414
- overflow: hidden;
25415
- position: relative;
25335
+ height: var(--v-tabs-height);
25416
25336
  }
25417
- .v-responsive--inline {
25418
- display: inline-flex;
25419
- flex: 0 0 auto;
25337
+ .v-tabs--density-default {
25338
+ --v-tabs-height: 48px;
25339
+ }
25340
+ .v-tabs--density-default.v-tabs--stacked {
25341
+ --v-tabs-height: 72px;
25420
25342
  }
25421
25343
 
25422
- .v-responsive__content {
25423
- flex: 1 0 0px;
25424
- max-width: 100%;
25344
+ .v-tabs--density-comfortable {
25345
+ --v-tabs-height: 44px;
25346
+ }
25347
+ .v-tabs--density-comfortable.v-tabs--stacked {
25348
+ --v-tabs-height: 68px;
25425
25349
  }
25426
25350
 
25427
- .v-responsive__sizer ~ .v-responsive__content {
25428
- margin-inline-start: -100%;
25351
+ .v-tabs--density-compact {
25352
+ --v-tabs-height: 36px;
25353
+ }
25354
+ .v-tabs--density-compact.v-tabs--stacked {
25355
+ --v-tabs-height: 60px;
25429
25356
  }
25430
25357
 
25431
- .v-responsive__sizer {
25432
- flex: 1 0 0px;
25433
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25358
+ .v-tabs.v-slide-group--vertical {
25359
+ height: auto;
25360
+ flex: none;
25361
+ --v-tabs-height: 48px;
25362
+ }
25363
+
25364
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25365
+ margin-inline-start: 42px;
25366
+ }
25367
+
25368
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25369
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25370
+ margin-inline-end: auto;
25371
+ }
25372
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25373
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25374
+ margin-inline-start: auto;
25375
+ }
25376
+
25377
+ .v-tabs--grow {
25378
+ flex-grow: 1;
25379
+ }
25380
+ .v-tabs--grow .v-tab {
25381
+ flex: 1 0 auto;
25382
+ max-width: none;
25383
+ }
25384
+
25385
+ .v-tabs--align-tabs-end .v-tab:first-child {
25386
+ margin-inline-start: auto;
25387
+ }
25388
+ .v-tabs--align-tabs-end .v-tab:last-child {
25389
+ margin-inline-end: 0;
25390
+ }
25391
+
25392
+ @media (max-width: 1279.98px) {
25393
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25394
+ margin-inline-start: 52px;
25395
+ }
25396
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25397
+ margin-inline-end: 52px;
25398
+ }
25399
+ }.v-tab.v-tab.v-btn {
25400
+ height: var(--v-tabs-height);
25401
+ border-radius: 0;
25402
+ min-width: 90px;
25403
+ }
25404
+ .v-slide-group--horizontal .v-tab {
25405
+ max-width: 360px;
25406
+ }
25407
+ .v-slide-group--vertical .v-tab {
25408
+ justify-content: start;
25409
+ }
25410
+
25411
+ .v-tab__slider {
25412
+ position: absolute;
25413
+ bottom: 0;
25414
+ left: 0;
25415
+ height: 2px;
25416
+ width: 100%;
25417
+ background: currentColor;
25434
25418
  pointer-events: none;
25419
+ opacity: 0;
25420
+ }
25421
+ .v-tab--selected .v-tab__slider {
25422
+ opacity: 1;
25423
+ }
25424
+ .v-slide-group--vertical .v-tab__slider {
25425
+ top: 0;
25426
+ height: 100%;
25427
+ width: 2px;
25435
25428
  }.v-table {
25436
25429
  font-size: 0.875rem;
25437
25430
  transition-duration: 0.28s;
@@ -25576,46 +25569,6 @@ html.v-overlay-scroll-blocked {
25576
25569
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25577
25570
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25578
25571
  border-top: 0px !important;
25579
- }.v-textarea .v-field {
25580
- --v-textarea-control-height: var(--v-input-control-height);
25581
- }
25582
- .v-textarea .v-field__field {
25583
- --v-input-control-height: var(--v-textarea-control-height);
25584
- }
25585
- .v-textarea .v-field__input {
25586
- flex: 1 1 auto;
25587
- outline: none;
25588
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25589
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25590
- }
25591
- .v-textarea .v-field__input.v-textarea__sizer {
25592
- visibility: hidden;
25593
- position: absolute;
25594
- top: 0;
25595
- left: 0;
25596
- height: 0 !important;
25597
- min-height: 0 !important;
25598
- pointer-events: none;
25599
- }
25600
- .v-textarea--no-resize .v-field__input {
25601
- resize: none;
25602
- }
25603
- .v-textarea .v-field--no-label textarea,
25604
- .v-textarea .v-field--active textarea {
25605
- opacity: 1;
25606
- }
25607
- .v-textarea textarea {
25608
- opacity: 0;
25609
- flex: 1;
25610
- min-width: 0;
25611
- height: 100%;
25612
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25613
- }
25614
- .v-textarea textarea:focus, .v-textarea textarea:active {
25615
- outline: none;
25616
- }
25617
- .v-textarea textarea:invalid {
25618
- box-shadow: none;
25619
25572
  }/* region BLOCK */
25620
25573
  .v-text-field input {
25621
25574
  color: inherit;
@@ -25700,101 +25653,49 @@ html.v-overlay-scroll-blocked {
25700
25653
  padding-inline-start: var(--v-field-padding-start);
25701
25654
  }
25702
25655
 
25703
- /* endregion */.v-tab.v-tab.v-btn {
25704
- height: var(--v-tabs-height);
25705
- border-radius: 0;
25706
- min-width: 90px;
25656
+ /* endregion */.v-textarea .v-field {
25657
+ --v-textarea-control-height: var(--v-input-control-height);
25707
25658
  }
25708
- .v-slide-group--horizontal .v-tab {
25709
- max-width: 360px;
25659
+ .v-textarea .v-field__field {
25660
+ --v-input-control-height: var(--v-textarea-control-height);
25710
25661
  }
25711
- .v-slide-group--vertical .v-tab {
25712
- justify-content: start;
25662
+ .v-textarea .v-field__input {
25663
+ flex: 1 1 auto;
25664
+ outline: none;
25665
+ -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));
25666
+ 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));
25713
25667
  }
25714
-
25715
- .v-tab__slider {
25668
+ .v-textarea .v-field__input.v-textarea__sizer {
25669
+ visibility: hidden;
25716
25670
  position: absolute;
25717
- bottom: 0;
25671
+ top: 0;
25718
25672
  left: 0;
25719
- height: 2px;
25720
- width: 100%;
25721
- background: currentColor;
25673
+ height: 0 !important;
25674
+ min-height: 0 !important;
25722
25675
  pointer-events: none;
25723
- opacity: 0;
25724
25676
  }
25725
- .v-tab--selected .v-tab__slider {
25677
+ .v-textarea--no-resize .v-field__input {
25678
+ resize: none;
25679
+ }
25680
+ .v-textarea .v-field--no-label textarea,
25681
+ .v-textarea .v-field--active textarea {
25726
25682
  opacity: 1;
25727
25683
  }
25728
- .v-slide-group--vertical .v-tab__slider {
25729
- top: 0;
25684
+ .v-textarea textarea {
25685
+ opacity: 0;
25686
+ flex: 1;
25687
+ min-width: 0;
25730
25688
  height: 100%;
25731
- width: 2px;
25732
- }.v-tabs {
25733
- display: flex;
25734
- height: var(--v-tabs-height);
25735
- }
25736
- .v-tabs--density-default {
25737
- --v-tabs-height: 48px;
25738
- }
25739
- .v-tabs--density-default.v-tabs--stacked {
25740
- --v-tabs-height: 72px;
25741
- }
25742
-
25743
- .v-tabs--density-comfortable {
25744
- --v-tabs-height: 44px;
25745
- }
25746
- .v-tabs--density-comfortable.v-tabs--stacked {
25747
- --v-tabs-height: 68px;
25748
- }
25749
-
25750
- .v-tabs--density-compact {
25751
- --v-tabs-height: 36px;
25752
- }
25753
- .v-tabs--density-compact.v-tabs--stacked {
25754
- --v-tabs-height: 60px;
25755
- }
25756
-
25757
- .v-tabs.v-slide-group--vertical {
25758
- height: auto;
25759
- flex: none;
25760
- --v-tabs-height: 48px;
25761
- }
25762
-
25763
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25764
- margin-inline-start: 42px;
25765
- }
25766
-
25767
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25768
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25769
- margin-inline-end: auto;
25770
- }
25771
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25772
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25773
- margin-inline-start: auto;
25774
- }
25775
-
25776
- .v-tabs--grow {
25777
- flex-grow: 1;
25778
- }
25779
- .v-tabs--grow .v-tab {
25780
- flex: 1 0 auto;
25781
- max-width: none;
25782
- }
25783
-
25784
- .v-tabs--align-tabs-end .v-tab:first-child {
25785
- margin-inline-start: auto;
25689
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25786
25690
  }
25787
- .v-tabs--align-tabs-end .v-tab:last-child {
25788
- margin-inline-end: 0;
25691
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25692
+ outline: none;
25789
25693
  }
25790
-
25791
- @media (max-width: 1279.98px) {
25792
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25793
- margin-inline-start: 52px;
25794
- }
25795
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25796
- margin-inline-end: 52px;
25797
- }
25694
+ .v-textarea textarea:invalid {
25695
+ box-shadow: none;
25696
+ }.v-theme-provider {
25697
+ background: rgb(var(--v-theme-background));
25698
+ color: rgb(var(--v-theme-on-background));
25798
25699
  }.v-timeline .v-timeline-divider__dot {
25799
25700
  background: rgb(var(--v-theme-surface-light));
25800
25701
  }
@@ -26222,184 +26123,138 @@ html.v-overlay-scroll-blocked {
26222
26123
 
26223
26124
  .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 {
26224
26125
  padding-inline-end: 0;
26225
- }.v-theme-provider {
26126
+ }.v-time-picker-clock {
26226
26127
  background: rgb(var(--v-theme-background));
26227
26128
  color: rgb(var(--v-theme-on-background));
26228
- }.v-tooltip > .v-overlay__content {
26229
- background: rgb(var(--v-theme-surface-variant));
26230
- color: rgb(var(--v-theme-on-surface-variant));
26231
- border-radius: 4px;
26232
- font-size: 0.875rem;
26233
- line-height: 1.6;
26234
- display: inline-block;
26235
- padding: 5px 16px;
26236
- text-transform: initial;
26237
- width: auto;
26238
- opacity: 1;
26239
- transition-property: opacity, transform;
26240
- overflow-wrap: break-word;
26241
26129
  }
26242
- .v-tooltip > .v-overlay__content[class*=enter-active] {
26243
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26244
- transition-duration: 150ms;
26130
+ .v-time-picker-clock:after {
26131
+ color: rgb(var(--v-theme-primary));
26245
26132
  }
26246
- .v-tooltip > .v-overlay__content[class*=leave-active] {
26247
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26248
- transition-duration: 75ms;
26133
+ .v-time-picker-clock .v-time-picker-clock__item--active {
26134
+ background-color: rgb(var(--v-theme-surface-variant));
26135
+ color: rgb(var(--v-theme-on-surface-variant));
26249
26136
  }
26250
- .v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
26251
- pointer-events: none;
26252
- }.v-toolbar {
26253
- align-items: flex-start;
26137
+
26138
+ .v-time-picker-clock {
26139
+ margin: 24px;
26140
+ margin-top: 18px;
26141
+ background: rgb(var(--v-theme-surface-light));
26142
+ border-radius: 50%;
26143
+ position: relative;
26144
+ transition: none;
26145
+ -webkit-user-select: none;
26146
+ user-select: none;
26147
+ max-width: 256px;
26148
+ aspect-ratio: 1;
26149
+ flex: 100%;
26150
+ }
26151
+ .v-time-picker-clock__container {
26254
26152
  display: flex;
26255
- flex: none;
26256
26153
  flex-direction: column;
26257
- justify-content: space-between;
26258
- max-width: 100%;
26259
- position: relative;
26260
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26261
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26262
- width: 100%;
26154
+ flex-basis: 290px;
26155
+ justify-content: center;
26156
+ padding: 10px;
26263
26157
  }
26264
- @media (prefers-reduced-motion: reduce) {
26265
- .v-toolbar {
26266
- transition-property: box-shadow;
26267
- }
26158
+ .v-time-picker-clock__hand {
26159
+ background-color: currentColor;
26160
+ height: calc(50% - 4px);
26161
+ width: 2px;
26162
+ bottom: 50%;
26163
+ left: calc(50% - 1px);
26164
+ transform-origin: center bottom;
26165
+ position: absolute;
26166
+ will-change: transform;
26167
+ z-index: 1;
26268
26168
  }
26269
- .v-toolbar {
26270
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26169
+ .v-time-picker-clock__hand:before {
26170
+ background: transparent;
26171
+ border-width: 2px;
26271
26172
  border-style: solid;
26272
- border-width: 0;
26273
- }
26274
- .v-toolbar--border {
26275
- border-width: thin;
26276
- box-shadow: none;
26277
- }
26278
- .v-toolbar {
26279
- 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));
26280
- }
26281
- .v-toolbar {
26282
- border-radius: 0;
26283
- }
26284
- .v-toolbar {
26285
- background: rgb(var(--v-theme-surface-light));
26286
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26173
+ border-color: currentColor;
26174
+ border-radius: 100%;
26175
+ width: 10px;
26176
+ height: 10px;
26177
+ content: "";
26178
+ position: absolute;
26179
+ top: -4px;
26180
+ left: 50%;
26181
+ transform: translate(-50%, -50%);
26287
26182
  }
26288
- .v-toolbar--absolute {
26183
+ .v-time-picker-clock__hand:after {
26184
+ content: "";
26289
26185
  position: absolute;
26186
+ height: 8px;
26187
+ width: 8px;
26188
+ top: 100%;
26189
+ left: 50%;
26190
+ border-radius: 100%;
26191
+ background-color: currentColor;
26192
+ transform: translate(-50%, -50%);
26290
26193
  }
26291
- .v-toolbar--collapse {
26292
- max-width: 112px;
26293
- overflow: hidden;
26294
- border-end-end-radius: 24px;
26194
+ .v-time-picker-clock__hand--inner:after {
26195
+ height: 14px;
26295
26196
  }
26296
- .v-toolbar--collapse .v-toolbar-title {
26297
- display: none;
26197
+ .v-time-picker-clock--readonly {
26198
+ pointer-events: none;
26298
26199
  }
26299
- .v-toolbar--flat {
26300
- 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));
26200
+ .v-time-picker-clock .v-time-picker-clock__item--disabled {
26201
+ opacity: var(--v-disabled-opacity);
26301
26202
  }
26302
- .v-toolbar--floating {
26303
- display: inline-flex;
26304
- width: auto;
26203
+
26204
+ .v-picker--full-width .v-time-picker-clock__container {
26205
+ max-width: 290px;
26305
26206
  }
26306
- .v-toolbar--rounded {
26307
- border-radius: 4px;
26207
+
26208
+ .v-time-picker-clock__inner {
26209
+ position: absolute;
26210
+ bottom: 27px;
26211
+ left: 27px;
26212
+ right: 27px;
26213
+ top: 27px;
26308
26214
  }
26309
26215
 
26310
- .v-toolbar__content,
26311
- .v-toolbar__extension {
26216
+ .v-time-picker-clock__item {
26312
26217
  align-items: center;
26218
+ border-radius: 100%;
26219
+ cursor: default;
26313
26220
  display: flex;
26314
- flex: 0 0 auto;
26315
- position: relative;
26316
- transition: inherit;
26317
- width: 100%;
26318
- }
26319
-
26320
- .v-toolbar__content {
26321
- overflow: hidden;
26221
+ font-size: 16px;
26222
+ justify-content: center;
26223
+ height: 40px;
26224
+ position: absolute;
26225
+ text-align: center;
26226
+ width: 40px;
26227
+ -webkit-user-select: none;
26228
+ user-select: none;
26229
+ transform: translate(-50%, -50%);
26322
26230
  }
26323
- .v-toolbar__content > .v-btn:first-child {
26324
- margin-inline-start: 4px;
26231
+ .v-time-picker-clock__item > span {
26232
+ z-index: 1;
26325
26233
  }
26326
- .v-toolbar__content > .v-btn:last-child {
26327
- margin-inline-end: 4px;
26234
+ .v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
26235
+ content: "";
26236
+ border-radius: 100%;
26237
+ position: absolute;
26238
+ top: 50%;
26239
+ left: 50%;
26240
+ height: 14px;
26241
+ width: 14px;
26242
+ transform: translate(-50%, -50%);
26328
26243
  }
26329
- .v-toolbar__content > .v-toolbar-title {
26330
- margin-inline-start: 20px;
26244
+ .v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
26245
+ height: 40px;
26246
+ width: 40px;
26331
26247
  }
26332
- .v-toolbar--density-prominent .v-toolbar__content {
26333
- align-items: flex-start;
26334
- }
26335
-
26336
- .v-toolbar__image {
26337
- display: flex;
26338
- opacity: var(--v-toolbar-image-opacity, 1);
26339
- transition-property: opacity;
26340
- }
26341
- .v-toolbar__image {
26342
- position: absolute;
26343
- top: 0;
26344
- left: 0;
26345
- width: 100%;
26346
- height: 100%;
26347
- }
26348
-
26349
- .v-toolbar__prepend,
26350
- .v-toolbar__append {
26351
- align-items: center;
26352
- align-self: stretch;
26353
- display: flex;
26354
- }
26355
-
26356
- .v-toolbar__prepend {
26357
- margin-inline: 4px auto;
26358
- }
26359
-
26360
- .v-toolbar__append {
26361
- margin-inline: auto 4px;
26362
- }
26363
-
26364
- .v-toolbar-title {
26365
- flex: 1 1;
26366
- font-size: 1.25rem;
26367
- min-width: 0;
26368
- }
26369
- .v-toolbar-title {
26370
- font-size: 1.25rem;
26371
- font-weight: 400;
26372
- letter-spacing: 0;
26373
- line-height: 1.75rem;
26374
- text-transform: none;
26375
- }
26376
- .v-toolbar--density-prominent .v-toolbar-title {
26377
- align-self: flex-end;
26378
- padding-bottom: 6px;
26379
- }
26380
- .v-toolbar--density-prominent .v-toolbar-title {
26381
- font-size: 1.5rem;
26382
- font-weight: 400;
26383
- letter-spacing: 0;
26384
- line-height: 2.25rem;
26385
- text-transform: none;
26248
+ .v-time-picker-clock__item--active {
26249
+ cursor: default;
26250
+ z-index: 2;
26386
26251
  }
26387
-
26388
- .v-toolbar-title__placeholder {
26389
- overflow: hidden;
26390
- text-overflow: ellipsis;
26391
- white-space: nowrap;
26252
+ .v-time-picker-clock__item--disabled {
26253
+ pointer-events: none;
26392
26254
  }
26393
26255
 
26394
- .v-toolbar-items {
26395
- display: flex;
26396
- height: inherit;
26397
- align-self: stretch;
26398
- }
26399
- .v-toolbar-items > .v-btn {
26400
- border-radius: 0;
26401
- }.v-time-picker.v-picker {
26402
- min-width: 328px;
26256
+ .v-picker--landscape .v-time-picker-clock__container {
26257
+ flex-direction: row;
26403
26258
  }.v-time-picker-controls {
26404
26259
  display: flex;
26405
26260
  align-items: center;
@@ -26504,138 +26359,41 @@ html.v-overlay-scroll-blocked {
26504
26359
  }
26505
26360
  .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
26506
26361
  text-align: center;
26507
- }.v-time-picker-clock {
26508
- background: rgb(var(--v-theme-background));
26509
- color: rgb(var(--v-theme-on-background));
26510
- }
26511
- .v-time-picker-clock:after {
26512
- color: rgb(var(--v-theme-primary));
26513
- }
26514
- .v-time-picker-clock .v-time-picker-clock__item--active {
26515
- background-color: rgb(var(--v-theme-surface-variant));
26362
+ }.v-time-picker.v-picker {
26363
+ min-width: 328px;
26364
+ }.v-tooltip > .v-overlay__content {
26365
+ background: rgb(var(--v-theme-surface-variant));
26516
26366
  color: rgb(var(--v-theme-on-surface-variant));
26367
+ border-radius: 4px;
26368
+ font-size: 0.875rem;
26369
+ line-height: 1.6;
26370
+ display: inline-block;
26371
+ padding: 5px 16px;
26372
+ text-transform: initial;
26373
+ width: auto;
26374
+ opacity: 1;
26375
+ transition-property: opacity, transform;
26376
+ overflow-wrap: break-word;
26517
26377
  }
26518
-
26519
- .v-time-picker-clock {
26520
- margin: 24px;
26521
- margin-top: 18px;
26522
- background: rgb(var(--v-theme-surface-light));
26523
- border-radius: 50%;
26524
- position: relative;
26525
- transition: none;
26526
- -webkit-user-select: none;
26527
- user-select: none;
26528
- max-width: 256px;
26529
- aspect-ratio: 1;
26530
- flex: 100%;
26531
- }
26532
- .v-time-picker-clock__container {
26533
- display: flex;
26534
- flex-direction: column;
26535
- flex-basis: 290px;
26536
- justify-content: center;
26537
- padding: 10px;
26538
- }
26539
- .v-time-picker-clock__hand {
26540
- background-color: currentColor;
26541
- height: calc(50% - 4px);
26542
- width: 2px;
26543
- bottom: 50%;
26544
- left: calc(50% - 1px);
26545
- transform-origin: center bottom;
26546
- position: absolute;
26547
- will-change: transform;
26548
- z-index: 1;
26549
- }
26550
- .v-time-picker-clock__hand:before {
26551
- background: transparent;
26552
- border-width: 2px;
26553
- border-style: solid;
26554
- border-color: currentColor;
26555
- border-radius: 100%;
26556
- width: 10px;
26557
- height: 10px;
26558
- content: "";
26559
- position: absolute;
26560
- top: -4px;
26561
- left: 50%;
26562
- transform: translate(-50%, -50%);
26563
- }
26564
- .v-time-picker-clock__hand:after {
26565
- content: "";
26566
- position: absolute;
26567
- height: 8px;
26568
- width: 8px;
26569
- top: 100%;
26570
- left: 50%;
26571
- border-radius: 100%;
26572
- background-color: currentColor;
26573
- transform: translate(-50%, -50%);
26574
- }
26575
- .v-time-picker-clock__hand--inner:after {
26576
- height: 14px;
26577
- }
26578
- .v-time-picker-clock--readonly {
26579
- pointer-events: none;
26580
- }
26581
- .v-time-picker-clock .v-time-picker-clock__item--disabled {
26582
- opacity: var(--v-disabled-opacity);
26583
- }
26584
-
26585
- .v-picker--full-width .v-time-picker-clock__container {
26586
- max-width: 290px;
26587
- }
26588
-
26589
- .v-time-picker-clock__inner {
26590
- position: absolute;
26591
- bottom: 27px;
26592
- left: 27px;
26593
- right: 27px;
26594
- top: 27px;
26595
- }
26596
-
26597
- .v-time-picker-clock__item {
26598
- align-items: center;
26599
- border-radius: 100%;
26600
- cursor: default;
26601
- display: flex;
26602
- font-size: 16px;
26603
- justify-content: center;
26604
- height: 40px;
26605
- position: absolute;
26606
- text-align: center;
26607
- width: 40px;
26608
- -webkit-user-select: none;
26609
- user-select: none;
26610
- transform: translate(-50%, -50%);
26611
- }
26612
- .v-time-picker-clock__item > span {
26613
- z-index: 1;
26614
- }
26615
- .v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
26616
- content: "";
26617
- border-radius: 100%;
26618
- position: absolute;
26619
- top: 50%;
26620
- left: 50%;
26621
- height: 14px;
26622
- width: 14px;
26623
- transform: translate(-50%, -50%);
26624
- }
26625
- .v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
26626
- height: 40px;
26627
- width: 40px;
26378
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
26379
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26380
+ transition-duration: 150ms;
26628
26381
  }
26629
- .v-time-picker-clock__item--active {
26630
- cursor: default;
26631
- z-index: 2;
26382
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
26383
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26384
+ transition-duration: 75ms;
26632
26385
  }
26633
- .v-time-picker-clock__item--disabled {
26386
+ .v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
26634
26387
  pointer-events: none;
26388
+ }.v-virtual-scroll {
26389
+ display: block;
26390
+ flex: 1 1 auto;
26391
+ max-width: 100%;
26392
+ overflow: auto;
26393
+ position: relative;
26635
26394
  }
26636
-
26637
- .v-picker--landscape .v-time-picker-clock__container {
26638
- flex-direction: row;
26395
+ .v-virtual-scroll__container {
26396
+ display: block;
26639
26397
  }.v-treeview-item {
26640
26398
  --list-indent-size: 28px;
26641
26399
  }
@@ -26731,15 +26489,6 @@ html.v-overlay-scroll-blocked {
26731
26489
  }
26732
26490
  .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
26733
26491
  padding-inline-start: calc(var(--indent-padding)) !important;
26734
- }.v-virtual-scroll {
26735
- display: block;
26736
- flex: 1 1 auto;
26737
- max-width: 100%;
26738
- overflow: auto;
26739
- position: relative;
26740
- }
26741
- .v-virtual-scroll__container {
26742
- display: block;
26743
26492
  }.v-window {
26744
26493
  overflow: hidden;
26745
26494
  }
@@ -26861,63 +26610,337 @@ html.v-overlay-scroll-blocked {
26861
26610
  }
26862
26611
  .v-window-crossfade-transition-enter-from, .v-window-crossfade-transition-leave-to {
26863
26612
  opacity: 0;
26864
- }.v-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
26865
- .v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
26866
- .v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
26867
- .v-select--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
26868
- top: 0px;
26613
+ }.v-input {
26614
+ display: grid;
26615
+ flex: 1 1 auto;
26616
+ font-size: 1rem;
26617
+ font-weight: 400;
26618
+ line-height: 1.5;
26869
26619
  }
26870
- .v-select .v-field .v-text-field__prefix,
26871
- .v-select .v-field .v-text-field__suffix,
26872
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
26873
- cursor: pointer;
26620
+ .v-input--disabled {
26621
+ pointer-events: none;
26874
26622
  }
26875
- .v-select .v-field .v-field__input > input {
26876
- align-self: flex-start;
26623
+ .v-input--density-default {
26624
+ --v-input-control-height: 56px;
26625
+ --v-input-padding-top: 16px;
26626
+ }
26627
+
26628
+ .v-input--density-comfortable {
26629
+ --v-input-control-height: 48px;
26630
+ --v-input-padding-top: 12px;
26631
+ }
26632
+
26633
+ .v-input--density-compact {
26634
+ --v-input-control-height: 40px;
26635
+ --v-input-padding-top: 8px;
26636
+ }
26637
+
26638
+ .v-input--vertical {
26639
+ grid-template-areas: "append" "control" "prepend";
26640
+ grid-template-rows: max-content auto max-content;
26641
+ grid-template-columns: min-content;
26642
+ }
26643
+ .v-input--vertical .v-input__prepend {
26644
+ margin-block-start: 16px;
26645
+ }
26646
+ .v-input--vertical .v-input__append {
26647
+ margin-block-end: 16px;
26648
+ }
26649
+
26650
+ .v-input--horizontal {
26651
+ grid-template-areas: "prepend control append" "a messages b";
26652
+ grid-template-columns: max-content minmax(0, 1fr) max-content;
26653
+ grid-template-rows: 1fr auto;
26654
+ }
26655
+ .v-input--horizontal .v-input__prepend {
26656
+ margin-inline-end: 16px;
26657
+ }
26658
+ .v-input--horizontal .v-input__append {
26659
+ margin-inline-start: 16px;
26660
+ }
26661
+
26662
+ .v-input__details {
26663
+ align-items: flex-end;
26664
+ display: flex;
26665
+ font-size: 0.75rem;
26666
+ font-weight: 400;
26667
+ grid-area: messages;
26668
+ letter-spacing: 0.0333333333em;
26669
+ line-height: normal;
26670
+ min-height: 22px;
26671
+ padding-top: 6px;
26672
+ overflow: hidden;
26673
+ justify-content: space-between;
26674
+ }
26675
+
26676
+ .v-input__details > .v-icon,
26677
+ .v-input__prepend > .v-icon,
26678
+ .v-input__append > .v-icon {
26679
+ opacity: var(--v-medium-emphasis-opacity);
26680
+ }
26681
+ .v-input--disabled .v-input__details > .v-icon,
26682
+ .v-input--disabled .v-input__details .v-messages, .v-input--error .v-input__details > .v-icon,
26683
+ .v-input--error .v-input__details .v-messages,
26684
+ .v-input--disabled .v-input__prepend > .v-icon,
26685
+ .v-input--disabled .v-input__prepend .v-messages,
26686
+ .v-input--error .v-input__prepend > .v-icon,
26687
+ .v-input--error .v-input__prepend .v-messages,
26688
+ .v-input--disabled .v-input__append > .v-icon,
26689
+ .v-input--disabled .v-input__append .v-messages,
26690
+ .v-input--error .v-input__append > .v-icon,
26691
+ .v-input--error .v-input__append .v-messages {
26877
26692
  opacity: 1;
26878
- flex: 0 0;
26879
- position: absolute;
26693
+ }
26694
+ .v-input--glow.v-input--focused .v-input__details > .v-icon,
26695
+ .v-input--glow.v-input--focused .v-input__prepend > .v-icon,
26696
+ .v-input--glow.v-input--focused .v-input__append > .v-icon {
26697
+ opacity: 1;
26698
+ }
26699
+ .v-input--disabled .v-input__details,
26700
+ .v-input--disabled .v-input__prepend,
26701
+ .v-input--disabled .v-input__append {
26702
+ opacity: var(--v-disabled-opacity);
26703
+ }
26704
+ .v-input--error:not(.v-input--disabled) .v-input__details > .v-icon,
26705
+ .v-input--error:not(.v-input--disabled) .v-input__details .v-messages,
26706
+ .v-input--error:not(.v-input--disabled) .v-input__prepend > .v-icon,
26707
+ .v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,
26708
+ .v-input--error:not(.v-input--disabled) .v-input__append > .v-icon,
26709
+ .v-input--error:not(.v-input--disabled) .v-input__append .v-messages {
26710
+ color: rgb(var(--v-theme-error));
26711
+ }
26712
+
26713
+ .v-input__prepend,
26714
+ .v-input__append {
26715
+ display: flex;
26716
+ align-items: flex-start;
26717
+ padding-top: var(--v-input-padding-top);
26718
+ }
26719
+ .v-input--center-affix .v-input__prepend,
26720
+ .v-input--center-affix .v-input__append {
26721
+ align-items: center;
26722
+ padding-top: 0;
26723
+ }
26724
+
26725
+ .v-input__prepend {
26726
+ grid-area: prepend;
26727
+ }
26728
+
26729
+ .v-input__append {
26730
+ grid-area: append;
26731
+ }
26732
+
26733
+ .v-input__control {
26734
+ display: flex;
26735
+ grid-area: control;
26736
+ }
26737
+
26738
+ .v-input--hide-spin-buttons input::-webkit-outer-spin-button,
26739
+ .v-input--hide-spin-buttons input::-webkit-inner-spin-button {
26740
+ -webkit-appearance: none;
26741
+ margin: 0;
26742
+ }
26743
+ .v-input--hide-spin-buttons input[type=number] {
26744
+ -moz-appearance: textfield;
26745
+ }
26746
+ .v-input--plain-underlined .v-input__prepend,
26747
+ .v-input--plain-underlined .v-input__append {
26748
+ align-items: flex-start;
26749
+ }
26750
+ .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
26751
+ padding-top: calc(var(--v-input-padding-top) + 4px);
26752
+ }
26753
+
26754
+ .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
26755
+ padding-top: calc(var(--v-input-padding-top) + 2px);
26756
+ }
26757
+
26758
+ .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
26759
+ padding-top: calc(var(--v-input-padding-top) + 0px);
26760
+ }.v-app-bar {
26761
+ display: flex;
26762
+ }
26763
+ .v-app-bar.v-toolbar {
26764
+ background: rgb(var(--v-theme-surface));
26765
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26766
+ }
26767
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
26768
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
26769
+ }
26770
+ .v-app-bar:not(.v-toolbar--absolute) {
26771
+ padding-inline-end: var(--v-scrollbar-offset);
26772
+ }.v-toolbar {
26773
+ align-items: flex-start;
26774
+ display: flex;
26775
+ flex: none;
26776
+ flex-direction: column;
26777
+ justify-content: space-between;
26778
+ max-width: 100%;
26779
+ position: relative;
26780
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26781
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26880
26782
  width: 100%;
26881
- transition: none;
26882
- pointer-events: none;
26883
- caret-color: transparent;
26884
26783
  }
26885
- .v-select .v-field--dirty .v-select__selection {
26886
- margin-inline-end: 2px;
26784
+ @media (prefers-reduced-motion: reduce) {
26785
+ .v-toolbar {
26786
+ transition-property: box-shadow;
26787
+ }
26887
26788
  }
26888
- .v-select .v-select__selection-text {
26889
- overflow: hidden;
26890
- text-overflow: ellipsis;
26891
- white-space: nowrap;
26789
+ .v-toolbar {
26790
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26791
+ border-style: solid;
26792
+ border-width: 0;
26892
26793
  }
26893
- .v-select__content {
26794
+ .v-toolbar--border {
26795
+ border-width: thin;
26796
+ box-shadow: none;
26797
+ }
26798
+ .v-toolbar {
26799
+ 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));
26800
+ }
26801
+ .v-toolbar {
26802
+ border-radius: 0;
26803
+ }
26804
+ .v-toolbar {
26805
+ background: rgb(var(--v-theme-surface-light));
26806
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26807
+ }
26808
+ .v-toolbar--absolute {
26809
+ position: absolute;
26810
+ }
26811
+ .v-toolbar--collapse {
26812
+ max-width: 112px;
26894
26813
  overflow: hidden;
26814
+ border-end-end-radius: 24px;
26895
26815
  }
26896
- .v-select__content {
26897
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
26816
+ .v-toolbar--collapse .v-toolbar-title {
26817
+ display: none;
26898
26818
  }
26899
- .v-select__content {
26900
- border-radius: 4px;
26819
+ .v-toolbar--flat {
26820
+ 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));
26901
26821
  }
26902
- .v-select__selection {
26822
+ .v-toolbar--floating {
26903
26823
  display: inline-flex;
26904
- align-items: center;
26905
- letter-spacing: inherit;
26906
- line-height: inherit;
26907
- max-width: 100%;
26824
+ width: auto;
26908
26825
  }
26909
- .v-select .v-select__selection:first-child {
26910
- margin-inline-start: 0;
26826
+ .v-toolbar--rounded {
26827
+ border-radius: 4px;
26911
26828
  }
26912
- .v-select--selected .v-field .v-field__input > input {
26913
- opacity: 0;
26829
+
26830
+ .v-toolbar__content,
26831
+ .v-toolbar__extension {
26832
+ align-items: center;
26833
+ display: flex;
26834
+ flex: 0 0 auto;
26835
+ position: relative;
26836
+ transition: inherit;
26837
+ width: 100%;
26914
26838
  }
26915
- .v-select__menu-icon {
26839
+
26840
+ .v-toolbar__content {
26841
+ overflow: hidden;
26842
+ }
26843
+ .v-toolbar__content > .v-btn:first-child {
26916
26844
  margin-inline-start: 4px;
26917
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26918
26845
  }
26919
- .v-select--active-menu .v-select__menu-icon {
26920
- transform: rotate(180deg);
26846
+ .v-toolbar__content > .v-btn:last-child {
26847
+ margin-inline-end: 4px;
26848
+ }
26849
+ .v-toolbar__content > .v-toolbar-title {
26850
+ margin-inline-start: 20px;
26851
+ }
26852
+ .v-toolbar--density-prominent .v-toolbar__content {
26853
+ align-items: flex-start;
26854
+ }
26855
+
26856
+ .v-toolbar__image {
26857
+ display: flex;
26858
+ opacity: var(--v-toolbar-image-opacity, 1);
26859
+ transition-property: opacity;
26860
+ }
26861
+ .v-toolbar__image {
26862
+ position: absolute;
26863
+ top: 0;
26864
+ left: 0;
26865
+ width: 100%;
26866
+ height: 100%;
26867
+ }
26868
+
26869
+ .v-toolbar__prepend,
26870
+ .v-toolbar__append {
26871
+ align-items: center;
26872
+ align-self: stretch;
26873
+ display: flex;
26874
+ }
26875
+
26876
+ .v-toolbar__prepend {
26877
+ margin-inline: 4px auto;
26878
+ }
26879
+
26880
+ .v-toolbar__append {
26881
+ margin-inline: auto 4px;
26882
+ }
26883
+
26884
+ .v-toolbar-title {
26885
+ flex: 1 1;
26886
+ font-size: 1.25rem;
26887
+ min-width: 0;
26888
+ }
26889
+ .v-toolbar-title {
26890
+ font-size: 1.25rem;
26891
+ font-weight: 400;
26892
+ letter-spacing: 0;
26893
+ line-height: 1.75rem;
26894
+ text-transform: none;
26895
+ }
26896
+ .v-toolbar--density-prominent .v-toolbar-title {
26897
+ align-self: flex-end;
26898
+ padding-bottom: 6px;
26899
+ }
26900
+ .v-toolbar--density-prominent .v-toolbar-title {
26901
+ font-size: 1.5rem;
26902
+ font-weight: 400;
26903
+ letter-spacing: 0;
26904
+ line-height: 2.25rem;
26905
+ text-transform: none;
26906
+ }
26907
+
26908
+ .v-toolbar-title__placeholder {
26909
+ overflow: hidden;
26910
+ text-overflow: ellipsis;
26911
+ white-space: nowrap;
26912
+ }
26913
+
26914
+ .v-toolbar-items {
26915
+ display: flex;
26916
+ height: inherit;
26917
+ align-self: stretch;
26918
+ }
26919
+ .v-toolbar-items > .v-btn {
26920
+ border-radius: 0;
26921
+ }.v-color-picker-canvas {
26922
+ display: flex;
26923
+ position: relative;
26924
+ overflow: hidden;
26925
+ contain: content;
26926
+ touch-action: none;
26927
+ width: 100%;
26928
+ }
26929
+ .v-color-picker-canvas__dot {
26930
+ position: absolute;
26931
+ top: 0;
26932
+ left: 0;
26933
+ width: 15px;
26934
+ height: 15px;
26935
+ background: transparent;
26936
+ border-radius: 50%;
26937
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26938
+ }
26939
+ .v-color-picker-canvas__dot--disabled {
26940
+ 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);
26941
+ }
26942
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26943
+ will-change: transform;
26921
26944
  }.v-color-picker-edit {
26922
26945
  display: flex;
26923
26946
  margin-top: 24px;
@@ -26951,64 +26974,6 @@ html.v-overlay-scroll-blocked {
26951
26974
  }
26952
26975
  .v-color-picker-edit__input span {
26953
26976
  font-size: 0.75rem;
26954
- }.v-color-picker-canvas {
26955
- display: flex;
26956
- position: relative;
26957
- overflow: hidden;
26958
- contain: content;
26959
- touch-action: none;
26960
- width: 100%;
26961
- }
26962
- .v-color-picker-canvas__dot {
26963
- position: absolute;
26964
- top: 0;
26965
- left: 0;
26966
- width: 15px;
26967
- height: 15px;
26968
- background: transparent;
26969
- border-radius: 50%;
26970
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26971
- }
26972
- .v-color-picker-canvas__dot--disabled {
26973
- 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);
26974
- }
26975
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26976
- will-change: transform;
26977
- }.v-color-picker-swatches {
26978
- overflow-y: auto;
26979
- }
26980
- .v-color-picker-swatches > div {
26981
- display: flex;
26982
- flex-wrap: wrap;
26983
- justify-content: center;
26984
- padding: 8px;
26985
- }
26986
-
26987
- .v-color-picker-swatches__swatch {
26988
- display: flex;
26989
- flex-direction: column;
26990
- margin-bottom: 10px;
26991
- }
26992
-
26993
- .v-color-picker-swatches__color {
26994
- position: relative;
26995
- height: 18px;
26996
- max-height: 18px;
26997
- width: 45px;
26998
- margin: 2px 4px;
26999
- border-radius: 2px;
27000
- -webkit-user-select: none;
27001
- user-select: none;
27002
- overflow: hidden;
27003
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
27004
- cursor: pointer;
27005
- }
27006
- .v-color-picker-swatches__color > div {
27007
- display: flex;
27008
- align-items: center;
27009
- justify-content: center;
27010
- width: 100%;
27011
- height: 100%;
27012
26977
  }.v-color-picker-preview__alpha .v-slider-track__background {
27013
26978
  background-color: transparent !important;
27014
26979
  }
@@ -27076,76 +27041,265 @@ html.v-overlay-scroll-blocked {
27076
27041
  margin-bottom: 0;
27077
27042
  }
27078
27043
 
27079
- .v-color-picker-preview__eye-dropper {
27080
- position: relative;
27081
- margin-right: 12px;
27082
- }.v-picker.v-sheet {
27083
- display: grid;
27084
- grid-auto-rows: min-content;
27085
- grid-template-areas: "title" "header" "body";
27086
- grid-template-columns: minmax(0, 1fr);
27087
- overflow: hidden;
27044
+ .v-color-picker-preview__eye-dropper {
27045
+ position: relative;
27046
+ margin-right: 12px;
27047
+ }.v-color-picker-swatches {
27048
+ overflow-y: auto;
27049
+ }
27050
+ .v-color-picker-swatches > div {
27051
+ display: flex;
27052
+ flex-wrap: wrap;
27053
+ justify-content: center;
27054
+ padding: 8px;
27055
+ }
27056
+
27057
+ .v-color-picker-swatches__swatch {
27058
+ display: flex;
27059
+ flex-direction: column;
27060
+ margin-bottom: 10px;
27061
+ }
27062
+
27063
+ .v-color-picker-swatches__color {
27064
+ position: relative;
27065
+ height: 18px;
27066
+ max-height: 18px;
27067
+ width: 45px;
27068
+ margin: 2px 4px;
27069
+ border-radius: 2px;
27070
+ -webkit-user-select: none;
27071
+ user-select: none;
27072
+ overflow: hidden;
27073
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
27074
+ cursor: pointer;
27075
+ }
27076
+ .v-color-picker-swatches__color > div {
27077
+ display: flex;
27078
+ align-items: center;
27079
+ justify-content: center;
27080
+ width: 100%;
27081
+ height: 100%;
27082
+ }.v-picker.v-sheet {
27083
+ display: grid;
27084
+ grid-auto-rows: min-content;
27085
+ grid-template-areas: "title" "header" "body";
27086
+ grid-template-columns: minmax(0, 1fr);
27087
+ overflow: hidden;
27088
+ }
27089
+ .v-picker.v-sheet {
27090
+ 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));
27091
+ }
27092
+ .v-picker.v-sheet {
27093
+ border-radius: 4px;
27094
+ }
27095
+ .v-picker.v-sheet.v-picker--with-actions {
27096
+ grid-template-areas: "title" "header" "body" "actions";
27097
+ }
27098
+
27099
+ .v-picker__body {
27100
+ grid-area: body;
27101
+ overflow: hidden;
27102
+ position: relative;
27103
+ display: flex;
27104
+ justify-content: center;
27105
+ flex-wrap: wrap;
27106
+ }
27107
+
27108
+ .v-picker__header {
27109
+ grid-area: header;
27110
+ }
27111
+
27112
+ .v-picker__actions {
27113
+ grid-area: actions;
27114
+ padding: 0 12px 12px;
27115
+ display: flex;
27116
+ align-items: center;
27117
+ justify-content: flex-end;
27118
+ }
27119
+ .v-picker__actions .v-btn {
27120
+ min-width: 48px;
27121
+ }
27122
+ .v-picker__actions .v-btn:not(:last-child) {
27123
+ margin-inline-end: 8px;
27124
+ }
27125
+
27126
+ .v-picker--divided .v-picker__header {
27127
+ border-bottom-color: rgba(var(--v-border-color), var(--v-border-opacity));
27128
+ border-bottom-style: solid;
27129
+ border-bottom-width: thin;
27130
+ }
27131
+
27132
+ .v-picker--landscape {
27133
+ grid-template-areas: "title" "header body" "header body";
27134
+ }
27135
+
27136
+ .v-picker--landscape.v-picker--with-actions {
27137
+ grid-template-areas: "title" "header body" "header actions";
27138
+ }
27139
+
27140
+ .v-picker-title {
27141
+ text-transform: uppercase;
27142
+ font-size: 0.75rem;
27143
+ grid-area: title;
27144
+ padding-inline: 24px 12px;
27145
+ padding-top: 16px;
27146
+ padding-bottom: 16px;
27147
+ font-weight: 400;
27148
+ letter-spacing: 0.1666666667em;
27149
+ }.v-slider-thumb {
27150
+ touch-action: none;
27151
+ color: rgb(var(--v-theme-surface-variant));
27152
+ }
27153
+ .v-input--error:not(.v-input--disabled) .v-slider-thumb {
27154
+ color: inherit;
27155
+ }
27156
+
27157
+ .v-slider-thumb__label {
27158
+ background: rgba(var(--v-theme-surface-variant), 0.7);
27159
+ color: rgb(var(--v-theme-on-surface-variant));
27160
+ }
27161
+ .v-slider-thumb__label > .v-slider-thumb__label-wedge {
27162
+ background: inherit;
27163
+ }
27164
+
27165
+ .v-slider-thumb {
27166
+ outline: none;
27167
+ position: absolute;
27168
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
27169
+ }
27170
+
27171
+ .v-slider-thumb__surface {
27172
+ cursor: pointer;
27173
+ width: var(--v-slider-thumb-size);
27174
+ height: var(--v-slider-thumb-size);
27175
+ border-radius: 50%;
27176
+ -webkit-user-select: none;
27177
+ user-select: none;
27178
+ background-color: currentColor;
27179
+ }
27180
+ @media (forced-colors: active) {
27181
+ .v-slider-thumb__surface {
27182
+ background-color: highlight;
27183
+ }
27184
+ }
27185
+ .v-slider-thumb__surface::before {
27186
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
27187
+ content: "";
27188
+ color: inherit;
27189
+ top: 0;
27190
+ left: 0;
27191
+ width: 100%;
27192
+ height: 100%;
27193
+ border-radius: 50%;
27194
+ background: currentColor;
27195
+ position: absolute;
27196
+ pointer-events: none;
27197
+ opacity: 0;
27198
+ }
27199
+ .v-slider-thumb__surface::after {
27200
+ content: "";
27201
+ width: 42px;
27202
+ height: 42px;
27203
+ position: absolute;
27204
+ top: 50%;
27205
+ left: 50%;
27206
+ transform: translate(-50%, -50%);
27207
+ }
27208
+
27209
+ .v-slider-thumb__label-container {
27210
+ position: absolute;
27211
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
27212
+ }
27213
+
27214
+ .v-slider-thumb__label {
27215
+ display: flex;
27216
+ align-items: center;
27217
+ justify-content: center;
27218
+ font-size: 0.75rem;
27219
+ min-width: 35px;
27220
+ height: 25px;
27221
+ border-radius: 4px;
27222
+ padding: 6px;
27223
+ position: absolute;
27224
+ -webkit-user-select: none;
27225
+ user-select: none;
27226
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
27227
+ }
27228
+ .v-slider-thumb__label > .v-slider-thumb__label-wedge {
27229
+ width: 12px;
27230
+ height: 12px;
27231
+ position: absolute;
27232
+ }
27233
+
27234
+ .v-slider-thumb__ripple {
27235
+ position: absolute;
27236
+ left: calc(var(--v-slider-thumb-size) / -2);
27237
+ top: calc(var(--v-slider-thumb-size) / -2);
27238
+ width: calc(var(--v-slider-thumb-size) * 2);
27239
+ height: calc(var(--v-slider-thumb-size) * 2);
27240
+ background: inherit;
27241
+ }
27242
+
27243
+ .v-slider.v-input--horizontal .v-slider-thumb {
27244
+ top: 50%;
27245
+ transform: translateY(-50%);
27246
+ inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
27088
27247
  }
27089
- .v-picker.v-sheet {
27090
- 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));
27248
+ .v-slider.v-input--horizontal .v-slider-thumb__label-container {
27249
+ left: calc(var(--v-slider-thumb-size) / 2);
27250
+ top: 0;
27091
27251
  }
27092
- .v-picker.v-sheet {
27093
- border-radius: 4px;
27252
+ .v-slider.v-input--horizontal .v-slider-thumb__label {
27253
+ bottom: calc(var(--v-slider-thumb-size) / 2);
27094
27254
  }
27095
- .v-picker.v-sheet.v-picker--with-actions {
27096
- grid-template-areas: "title" "header" "body" "actions";
27255
+ .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
27256
+ transform: translateX(-50%);
27097
27257
  }
27098
27258
 
27099
- .v-picker__body {
27100
- grid-area: body;
27101
- overflow: hidden;
27102
- position: relative;
27103
- display: flex;
27104
- justify-content: center;
27105
- flex-wrap: wrap;
27259
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
27260
+ transform: translateX(50%);
27106
27261
  }
27107
27262
 
27108
- .v-picker__header {
27109
- grid-area: header;
27263
+ .v-slider.v-input--horizontal .v-slider-thumb__label > .v-slider-thumb__label-wedge {
27264
+ clip-path: polygon(50% 100%, 0 50%, 100% 50%);
27265
+ bottom: calc(-6px + 0.2px);
27110
27266
  }
27111
27267
 
27112
- .v-picker__actions {
27113
- grid-area: actions;
27114
- padding: 0 12px 12px;
27115
- display: flex;
27116
- align-items: center;
27117
- justify-content: flex-end;
27268
+ .v-slider.v-input--vertical .v-slider-thumb {
27269
+ top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
27118
27270
  }
27119
- .v-picker__actions .v-btn {
27120
- min-width: 48px;
27271
+ .v-slider.v-input--vertical .v-slider-thumb__label-container {
27272
+ top: calc(var(--v-slider-thumb-size) / 2);
27273
+ right: 0;
27121
27274
  }
27122
- .v-picker__actions .v-btn:not(:last-child) {
27123
- margin-inline-end: 8px;
27275
+ .v-slider.v-input--vertical .v-slider-thumb__label {
27276
+ top: -12.5px;
27277
+ left: calc(var(--v-slider-thumb-size) / 2);
27124
27278
  }
27125
-
27126
- .v-picker--divided .v-picker__header {
27127
- border-bottom-color: rgba(var(--v-border-color), var(--v-border-opacity));
27128
- border-bottom-style: solid;
27129
- border-bottom-width: thin;
27279
+ .v-slider.v-input--vertical .v-slider-thumb__label > .v-slider-thumb__label-wedge {
27280
+ clip-path: polygon(0 50%, 50% 0, 50% 100%);
27281
+ left: calc(-6px + 0.2px);
27130
27282
  }
27131
27283
 
27132
- .v-picker--landscape {
27133
- grid-template-areas: "title" "header body" "header body";
27284
+ .v-slider-thumb--focused .v-slider-thumb__surface::before {
27285
+ transform: scale(2);
27286
+ opacity: var(--v-focus-opacity);
27134
27287
  }
27135
27288
 
27136
- .v-picker--landscape.v-picker--with-actions {
27137
- grid-template-areas: "title" "header body" "header actions";
27289
+ .v-slider-thumb--pressed {
27290
+ transition: none;
27291
+ }
27292
+ .v-slider-thumb--pressed .v-slider-thumb__surface::before {
27293
+ opacity: var(--v-pressed-opacity);
27138
27294
  }
27139
27295
 
27140
- .v-picker-title {
27141
- text-transform: uppercase;
27142
- font-size: 0.75rem;
27143
- grid-area: title;
27144
- padding-inline: 24px 12px;
27145
- padding-top: 16px;
27146
- padding-bottom: 16px;
27147
- font-weight: 400;
27148
- letter-spacing: 0.1666666667em;
27296
+ @media (hover: hover) {
27297
+ .v-slider-thumb:hover .v-slider-thumb__surface::before {
27298
+ transform: scale(2);
27299
+ }
27300
+ .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
27301
+ opacity: var(--v-hover-opacity);
27302
+ }
27149
27303
  }.v-slider-track__background {
27150
27304
  background-color: rgb(var(--v-theme-surface-variant));
27151
27305
  }
@@ -27324,158 +27478,4 @@ html.v-overlay-scroll-blocked {
27324
27478
 
27325
27479
  .v-slider-track__background--opacity {
27326
27480
  opacity: 0.38;
27327
- }.v-slider-thumb {
27328
- touch-action: none;
27329
- color: rgb(var(--v-theme-surface-variant));
27330
- }
27331
- .v-input--error:not(.v-input--disabled) .v-slider-thumb {
27332
- color: inherit;
27333
- }
27334
-
27335
- .v-slider-thumb__label {
27336
- background: rgba(var(--v-theme-surface-variant), 0.7);
27337
- color: rgb(var(--v-theme-on-surface-variant));
27338
- }
27339
- .v-slider-thumb__label > .v-slider-thumb__label-wedge {
27340
- background: inherit;
27341
- }
27342
-
27343
- .v-slider-thumb {
27344
- outline: none;
27345
- position: absolute;
27346
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
27347
- }
27348
-
27349
- .v-slider-thumb__surface {
27350
- cursor: pointer;
27351
- width: var(--v-slider-thumb-size);
27352
- height: var(--v-slider-thumb-size);
27353
- border-radius: 50%;
27354
- -webkit-user-select: none;
27355
- user-select: none;
27356
- background-color: currentColor;
27357
- }
27358
- @media (forced-colors: active) {
27359
- .v-slider-thumb__surface {
27360
- background-color: highlight;
27361
- }
27362
- }
27363
- .v-slider-thumb__surface::before {
27364
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
27365
- content: "";
27366
- color: inherit;
27367
- top: 0;
27368
- left: 0;
27369
- width: 100%;
27370
- height: 100%;
27371
- border-radius: 50%;
27372
- background: currentColor;
27373
- position: absolute;
27374
- pointer-events: none;
27375
- opacity: 0;
27376
- }
27377
- .v-slider-thumb__surface::after {
27378
- content: "";
27379
- width: 42px;
27380
- height: 42px;
27381
- position: absolute;
27382
- top: 50%;
27383
- left: 50%;
27384
- transform: translate(-50%, -50%);
27385
- }
27386
-
27387
- .v-slider-thumb__label-container {
27388
- position: absolute;
27389
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
27390
- }
27391
-
27392
- .v-slider-thumb__label {
27393
- display: flex;
27394
- align-items: center;
27395
- justify-content: center;
27396
- font-size: 0.75rem;
27397
- min-width: 35px;
27398
- height: 25px;
27399
- border-radius: 4px;
27400
- padding: 6px;
27401
- position: absolute;
27402
- -webkit-user-select: none;
27403
- user-select: none;
27404
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
27405
- }
27406
- .v-slider-thumb__label > .v-slider-thumb__label-wedge {
27407
- width: 12px;
27408
- height: 12px;
27409
- position: absolute;
27410
- }
27411
-
27412
- .v-slider-thumb__ripple {
27413
- position: absolute;
27414
- left: calc(var(--v-slider-thumb-size) / -2);
27415
- top: calc(var(--v-slider-thumb-size) / -2);
27416
- width: calc(var(--v-slider-thumb-size) * 2);
27417
- height: calc(var(--v-slider-thumb-size) * 2);
27418
- background: inherit;
27419
- }
27420
-
27421
- .v-slider.v-input--horizontal .v-slider-thumb {
27422
- top: 50%;
27423
- transform: translateY(-50%);
27424
- inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
27425
- }
27426
- .v-slider.v-input--horizontal .v-slider-thumb__label-container {
27427
- left: calc(var(--v-slider-thumb-size) / 2);
27428
- top: 0;
27429
- }
27430
- .v-slider.v-input--horizontal .v-slider-thumb__label {
27431
- bottom: calc(var(--v-slider-thumb-size) / 2);
27432
- }
27433
- .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
27434
- transform: translateX(-50%);
27435
- }
27436
-
27437
- .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
27438
- transform: translateX(50%);
27439
- }
27440
-
27441
- .v-slider.v-input--horizontal .v-slider-thumb__label > .v-slider-thumb__label-wedge {
27442
- clip-path: polygon(50% 100%, 0 50%, 100% 50%);
27443
- bottom: calc(-6px + 0.2px);
27444
- }
27445
-
27446
- .v-slider.v-input--vertical .v-slider-thumb {
27447
- top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
27448
- }
27449
- .v-slider.v-input--vertical .v-slider-thumb__label-container {
27450
- top: calc(var(--v-slider-thumb-size) / 2);
27451
- right: 0;
27452
- }
27453
- .v-slider.v-input--vertical .v-slider-thumb__label {
27454
- top: -12.5px;
27455
- left: calc(var(--v-slider-thumb-size) / 2);
27456
- }
27457
- .v-slider.v-input--vertical .v-slider-thumb__label > .v-slider-thumb__label-wedge {
27458
- clip-path: polygon(0 50%, 50% 0, 50% 100%);
27459
- left: calc(-6px + 0.2px);
27460
- }
27461
-
27462
- .v-slider-thumb--focused .v-slider-thumb__surface::before {
27463
- transform: scale(2);
27464
- opacity: var(--v-focus-opacity);
27465
- }
27466
-
27467
- .v-slider-thumb--pressed {
27468
- transition: none;
27469
- }
27470
- .v-slider-thumb--pressed .v-slider-thumb__surface::before {
27471
- opacity: var(--v-pressed-opacity);
27472
- }
27473
-
27474
- @media (hover: hover) {
27475
- .v-slider-thumb:hover .v-slider-thumb__surface::before {
27476
- transform: scale(2);
27477
- }
27478
- .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
27479
- opacity: var(--v-hover-opacity);
27480
- }
27481
27481
  }