@vuetify/nightly 3.7.3-master.2024-10-25 → 3.7.3-master.2024-10-29

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.
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.3-master.2024-10-25
2
+ * Vuetify v3.7.3-master.2024-10-29
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17978,18 +17978,6 @@ html.overflow-y-hidden {
17978
17978
  .v-ripple__animation--out {
17979
17979
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17980
17980
  opacity: 0;
17981
- }.v-app-bar {
17982
- display: flex;
17983
- }
17984
- .v-app-bar.v-toolbar {
17985
- background: rgb(var(--v-theme-surface));
17986
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17987
- }
17988
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17989
- 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));
17990
- }
17991
- .v-app-bar:not(.v-toolbar--absolute) {
17992
- padding-inline-end: var(--v-scrollbar-offset);
17993
17981
  }.v-application {
17994
17982
  display: flex;
17995
17983
  background: rgb(var(--v-theme-background));
@@ -18006,6 +17994,18 @@ html.overflow-y-hidden {
18006
17994
  min-height: 100vh;
18007
17995
  min-height: 100dvh;
18008
17996
  position: relative;
17997
+ }.v-app-bar {
17998
+ display: flex;
17999
+ }
18000
+ .v-app-bar.v-toolbar {
18001
+ background: rgb(var(--v-theme-surface));
18002
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18003
+ }
18004
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18005
+ 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));
18006
+ }
18007
+ .v-app-bar:not(.v-toolbar--absolute) {
18008
+ padding-inline-end: var(--v-scrollbar-offset);
18009
18009
  }.v-alert {
18010
18010
  display: grid;
18011
18011
  flex: 1 1;
@@ -18486,172 +18486,6 @@ html.overflow-y-hidden {
18486
18486
  .v-avatar .v-img {
18487
18487
  height: 100%;
18488
18488
  width: 100%;
18489
- }.v-banner {
18490
- display: grid;
18491
- flex: 1 1;
18492
- font-size: 0.875rem;
18493
- grid-template-areas: "prepend content actions";
18494
- grid-template-columns: max-content auto max-content;
18495
- grid-template-rows: max-content max-content;
18496
- line-height: 1.6;
18497
- overflow: hidden;
18498
- padding-inline: 16px 8px;
18499
- padding-top: 16px;
18500
- padding-bottom: 16px;
18501
- position: relative;
18502
- width: 100%;
18503
- }
18504
- .v-banner {
18505
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18506
- border-style: solid;
18507
- border-width: 0 0 thin 0;
18508
- }
18509
- .v-banner--border {
18510
- border-width: thin;
18511
- box-shadow: none;
18512
- }
18513
- .v-banner {
18514
- 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));
18515
- }
18516
- .v-banner--absolute {
18517
- position: absolute;
18518
- }
18519
- .v-banner--fixed {
18520
- position: fixed;
18521
- }
18522
- .v-banner--sticky {
18523
- position: sticky;
18524
- }
18525
- .v-banner {
18526
- border-radius: 0;
18527
- }
18528
- .v-banner {
18529
- background: rgb(var(--v-theme-surface));
18530
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18531
- }
18532
- .v-banner--rounded {
18533
- border-radius: 4px;
18534
- }
18535
- .v-banner--stacked:not(.v-banner--one-line) {
18536
- grid-template-areas: "prepend content" ". actions";
18537
- }
18538
- .v-banner--stacked .v-banner-text {
18539
- padding-inline-end: 36px;
18540
- }
18541
- .v-banner--density-default .v-banner-actions {
18542
- margin-bottom: -8px;
18543
- }
18544
- .v-banner--density-default.v-banner--one-line {
18545
- padding-top: 8px;
18546
- padding-bottom: 8px;
18547
- }
18548
- .v-banner--density-default.v-banner--one-line .v-banner-actions {
18549
- margin-bottom: 0;
18550
- }
18551
- .v-banner--density-default.v-banner--one-line {
18552
- padding-top: 10px;
18553
- }
18554
- .v-banner--density-default.v-banner--two-line {
18555
- padding-top: 16px;
18556
- padding-bottom: 16px;
18557
- }
18558
- .v-banner--density-default.v-banner--three-line {
18559
- padding-top: 24px;
18560
- padding-bottom: 16px;
18561
- }
18562
- .v-banner--density-default:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-default.v-banner--two-line .v-banner-actions, .v-banner--density-default.v-banner--three-line .v-banner-actions {
18563
- margin-top: 20px;
18564
- }
18565
-
18566
- .v-banner--density-comfortable .v-banner-actions {
18567
- margin-bottom: -4px;
18568
- }
18569
- .v-banner--density-comfortable.v-banner--one-line {
18570
- padding-top: 4px;
18571
- padding-bottom: 4px;
18572
- }
18573
- .v-banner--density-comfortable.v-banner--one-line .v-banner-actions {
18574
- margin-bottom: 0;
18575
- }
18576
- .v-banner--density-comfortable.v-banner--two-line {
18577
- padding-top: 12px;
18578
- padding-bottom: 12px;
18579
- }
18580
- .v-banner--density-comfortable.v-banner--three-line {
18581
- padding-top: 20px;
18582
- padding-bottom: 12px;
18583
- }
18584
- .v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-comfortable.v-banner--two-line .v-banner-actions, .v-banner--density-comfortable.v-banner--three-line .v-banner-actions {
18585
- margin-top: 16px;
18586
- }
18587
-
18588
- .v-banner--density-compact .v-banner-actions {
18589
- margin-bottom: 0px;
18590
- }
18591
- .v-banner--density-compact.v-banner--one-line {
18592
- padding-top: 0px;
18593
- padding-bottom: 0px;
18594
- }
18595
- .v-banner--density-compact.v-banner--one-line .v-banner-actions {
18596
- margin-bottom: 0;
18597
- }
18598
- .v-banner--density-compact.v-banner--two-line {
18599
- padding-top: 8px;
18600
- padding-bottom: 8px;
18601
- }
18602
- .v-banner--density-compact.v-banner--three-line {
18603
- padding-top: 16px;
18604
- padding-bottom: 8px;
18605
- }
18606
- .v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-compact.v-banner--two-line .v-banner-actions, .v-banner--density-compact.v-banner--three-line .v-banner-actions {
18607
- margin-top: 12px;
18608
- }
18609
-
18610
- .v-banner--sticky {
18611
- top: 0;
18612
- z-index: 1;
18613
- }
18614
-
18615
- .v-banner__content {
18616
- align-items: center;
18617
- display: flex;
18618
- grid-area: content;
18619
- }
18620
-
18621
- .v-banner__prepend {
18622
- align-self: flex-start;
18623
- grid-area: prepend;
18624
- margin-inline-end: 24px;
18625
- }
18626
-
18627
- .v-banner-actions {
18628
- align-self: flex-end;
18629
- display: flex;
18630
- flex: 0 1;
18631
- grid-area: actions;
18632
- justify-content: flex-end;
18633
- }
18634
- .v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
18635
- margin-top: 20px;
18636
- }
18637
-
18638
- .v-banner-text {
18639
- -webkit-box-orient: vertical;
18640
- display: -webkit-box;
18641
- padding-inline-end: 90px;
18642
- overflow: hidden;
18643
- }
18644
- .v-banner--one-line .v-banner-text {
18645
- -webkit-line-clamp: 1;
18646
- }
18647
- .v-banner--two-line .v-banner-text {
18648
- -webkit-line-clamp: 2;
18649
- }
18650
- .v-banner--three-line .v-banner-text {
18651
- -webkit-line-clamp: 3;
18652
- }
18653
- .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18654
- align-self: flex-start;
18655
18489
  }.bottom-sheet-transition-enter-from {
18656
18490
  transform: translateY(100%);
18657
18491
  }
@@ -18686,63 +18520,6 @@ html.overflow-y-hidden {
18686
18520
  .v-bottom-sheet.v-bottom-sheet--inset {
18687
18521
  max-width: 70%;
18688
18522
  }
18689
- }.v-breadcrumbs {
18690
- display: flex;
18691
- align-items: center;
18692
- line-height: 1.6;
18693
- padding: 16px 12px;
18694
- }
18695
- .v-breadcrumbs--rounded {
18696
- border-radius: 4px;
18697
- }
18698
- .v-breadcrumbs--density-default {
18699
- padding-top: 16px;
18700
- padding-bottom: 16px;
18701
- }
18702
-
18703
- .v-breadcrumbs--density-comfortable {
18704
- padding-top: 12px;
18705
- padding-bottom: 12px;
18706
- }
18707
-
18708
- .v-breadcrumbs--density-compact {
18709
- padding-top: 8px;
18710
- padding-bottom: 8px;
18711
- }
18712
-
18713
- .v-breadcrumbs__prepend {
18714
- align-items: center;
18715
- display: inline-flex;
18716
- }
18717
-
18718
- .v-breadcrumbs-item {
18719
- align-items: center;
18720
- color: inherit;
18721
- display: inline-flex;
18722
- padding: 0 4px;
18723
- text-decoration: none;
18724
- vertical-align: middle;
18725
- }
18726
- .v-breadcrumbs-item--disabled {
18727
- opacity: var(--v-disabled-opacity);
18728
- pointer-events: none;
18729
- }
18730
- .v-breadcrumbs-item--link {
18731
- color: inherit;
18732
- text-decoration: none;
18733
- }
18734
- .v-breadcrumbs-item--link:hover {
18735
- text-decoration: underline;
18736
- }
18737
- .v-breadcrumbs-item .v-icon {
18738
- font-size: 1rem;
18739
- margin-inline: -4px 2px;
18740
- }
18741
-
18742
- .v-breadcrumbs-divider {
18743
- display: inline-block;
18744
- padding: 0 8px;
18745
- vertical-align: middle;
18746
18523
  }.v-bottom-navigation {
18747
18524
  display: flex;
18748
18525
  max-width: 100%;
@@ -18806,11 +18583,68 @@ html.overflow-y-hidden {
18806
18583
  }
18807
18584
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18808
18585
  transform: translateY(0.5rem);
18809
- }.v-btn {
18586
+ }.v-breadcrumbs {
18587
+ display: flex;
18810
18588
  align-items: center;
18589
+ line-height: 1.6;
18590
+ padding: 16px 12px;
18591
+ }
18592
+ .v-breadcrumbs--rounded {
18811
18593
  border-radius: 4px;
18812
- display: inline-grid;
18813
- grid-template-areas: "prepend content append";
18594
+ }
18595
+ .v-breadcrumbs--density-default {
18596
+ padding-top: 16px;
18597
+ padding-bottom: 16px;
18598
+ }
18599
+
18600
+ .v-breadcrumbs--density-comfortable {
18601
+ padding-top: 12px;
18602
+ padding-bottom: 12px;
18603
+ }
18604
+
18605
+ .v-breadcrumbs--density-compact {
18606
+ padding-top: 8px;
18607
+ padding-bottom: 8px;
18608
+ }
18609
+
18610
+ .v-breadcrumbs__prepend {
18611
+ align-items: center;
18612
+ display: inline-flex;
18613
+ }
18614
+
18615
+ .v-breadcrumbs-item {
18616
+ align-items: center;
18617
+ color: inherit;
18618
+ display: inline-flex;
18619
+ padding: 0 4px;
18620
+ text-decoration: none;
18621
+ vertical-align: middle;
18622
+ }
18623
+ .v-breadcrumbs-item--disabled {
18624
+ opacity: var(--v-disabled-opacity);
18625
+ pointer-events: none;
18626
+ }
18627
+ .v-breadcrumbs-item--link {
18628
+ color: inherit;
18629
+ text-decoration: none;
18630
+ }
18631
+ .v-breadcrumbs-item--link:hover {
18632
+ text-decoration: underline;
18633
+ }
18634
+ .v-breadcrumbs-item .v-icon {
18635
+ font-size: 1rem;
18636
+ margin-inline: -4px 2px;
18637
+ }
18638
+
18639
+ .v-breadcrumbs-divider {
18640
+ display: inline-block;
18641
+ padding: 0 8px;
18642
+ vertical-align: middle;
18643
+ }.v-btn {
18644
+ align-items: center;
18645
+ border-radius: 4px;
18646
+ display: inline-grid;
18647
+ grid-template-areas: "prepend content append";
18814
18648
  grid-template-columns: max-content auto max-content;
18815
18649
  font-weight: 500;
18816
18650
  justify-content: center;
@@ -19230,19 +19064,6 @@ html.overflow-y-hidden {
19230
19064
  }
19231
19065
  .v-pagination__item--is-active .v-btn__overlay {
19232
19066
  opacity: var(--v-border-opacity);
19233
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19234
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19235
- }
19236
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19237
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19238
- }
19239
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19240
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19241
- }
19242
- @supports not selector(:focus-visible) {
19243
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19244
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19245
- }
19246
19067
  }.v-btn-group {
19247
19068
  display: inline-flex;
19248
19069
  flex-wrap: nowrap;
@@ -19307,6 +19128,19 @@ html.overflow-y-hidden {
19307
19128
  }
19308
19129
  .v-btn-group--tile {
19309
19130
  border-radius: 0;
19131
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19132
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19133
+ }
19134
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19135
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19136
+ }
19137
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19138
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19139
+ }
19140
+ @supports not selector(:focus-visible) {
19141
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19142
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19143
+ }
19310
19144
  }.v-card {
19311
19145
  display: block;
19312
19146
  overflow: hidden;
@@ -19615,11 +19449,6 @@ html.overflow-y-hidden {
19615
19449
  pointer-events: none;
19616
19450
  opacity: 0;
19617
19451
  transition: opacity 0.2s ease-in-out;
19618
- }.v-checkbox.v-input {
19619
- flex: 0 1 auto;
19620
- }
19621
- .v-checkbox .v-selection-control {
19622
- min-height: var(--v-input-control-height);
19623
19452
  }.v-carousel {
19624
19453
  overflow: hidden;
19625
19454
  position: relative;
@@ -19685,24 +19514,11 @@ html.overflow-y-hidden {
19685
19514
  flex-direction: column;
19686
19515
  height: 100% !important;
19687
19516
  width: 50px;
19688
- }.v-chip-group {
19689
- display: flex;
19690
- max-width: 100%;
19691
- min-width: 0;
19692
- overflow-x: auto;
19693
- padding: 4px 0;
19694
- }
19695
- .v-chip-group .v-chip {
19696
- margin: 4px 8px 4px 0;
19697
- }
19698
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19699
- opacity: var(--v-activated-opacity);
19517
+ }.v-checkbox.v-input {
19518
+ flex: 0 1 auto;
19700
19519
  }
19701
-
19702
- .v-chip-group--column .v-slide-group__content {
19703
- white-space: normal;
19704
- flex-wrap: wrap;
19705
- max-width: 100%;
19520
+ .v-checkbox .v-selection-control {
19521
+ min-height: var(--v-input-control-height);
19706
19522
  }.v-chip {
19707
19523
  align-items: center;
19708
19524
  display: inline-flex;
@@ -20121,6 +19937,24 @@ html.overflow-y-hidden {
20121
19937
 
20122
19938
  .v-chip--label {
20123
19939
  border-radius: 4px;
19940
+ }.v-chip-group {
19941
+ display: flex;
19942
+ max-width: 100%;
19943
+ min-width: 0;
19944
+ overflow-x: auto;
19945
+ padding: 4px 0;
19946
+ }
19947
+ .v-chip-group .v-chip {
19948
+ margin: 4px 8px 4px 0;
19949
+ }
19950
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19951
+ opacity: var(--v-activated-opacity);
19952
+ }
19953
+
19954
+ .v-chip-group--column .v-slide-group__content {
19955
+ white-space: normal;
19956
+ flex-wrap: wrap;
19957
+ max-width: 100%;
20124
19958
  }.v-color-picker {
20125
19959
  align-self: flex-start;
20126
19960
  contain: content;
@@ -20451,6 +20285,12 @@ html.overflow-y-hidden {
20451
20285
  }
20452
20286
  .v-data-table-footer__page {
20453
20287
  padding: 0 8px;
20288
+ }.v-date-picker {
20289
+ overflow: hidden;
20290
+ width: 328px;
20291
+ }
20292
+ .v-date-picker--show-week {
20293
+ width: 368px;
20454
20294
  }.v-date-picker-controls {
20455
20295
  display: flex;
20456
20296
  align-items: center;
@@ -20507,72 +20347,6 @@ html.overflow-y-hidden {
20507
20347
 
20508
20348
  .v-date-picker__title {
20509
20349
  display: inline-block;
20510
- }.v-date-picker {
20511
- overflow: hidden;
20512
- width: 328px;
20513
- }
20514
- .v-date-picker--show-week {
20515
- width: 368px;
20516
- }.v-date-picker-header {
20517
- align-items: flex-end;
20518
- height: 70px;
20519
- display: grid;
20520
- grid-template-areas: "prepend content append";
20521
- grid-template-columns: min-content minmax(0, 1fr) min-content;
20522
- overflow: hidden;
20523
- padding-inline: 24px 12px;
20524
- padding-bottom: 12px;
20525
- }
20526
-
20527
- .v-date-picker-header__append {
20528
- grid-area: append;
20529
- }
20530
-
20531
- .v-date-picker-header__prepend {
20532
- grid-area: prepend;
20533
- padding-inline-start: 8px;
20534
- }
20535
-
20536
- .v-date-picker-header__content {
20537
- align-items: center;
20538
- display: inline-flex;
20539
- font-size: 32px;
20540
- line-height: 40px;
20541
- grid-area: content;
20542
- justify-content: space-between;
20543
- }
20544
- .v-date-picker-header--clickable .v-date-picker-header__content {
20545
- cursor: pointer;
20546
- }
20547
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20548
- opacity: 0.7;
20549
- }
20550
-
20551
- .date-picker-header-transition-enter-active,
20552
- .date-picker-header-reverse-transition-enter-active {
20553
- transition-duration: 0.3s;
20554
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20555
- }
20556
- .date-picker-header-transition-leave-active,
20557
- .date-picker-header-reverse-transition-leave-active {
20558
- transition-duration: 0.3s;
20559
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20560
- }
20561
-
20562
- .date-picker-header-transition-enter-from {
20563
- transform: translate(0, 100%);
20564
- }
20565
- .date-picker-header-transition-leave-to {
20566
- opacity: 0;
20567
- transform: translate(0, -100%);
20568
- }
20569
-
20570
- .date-picker-header-reverse-transition-enter-from {
20571
- transform: translate(0, -100%);
20572
- }
20573
- .date-picker-header-reverse-transition-leave-to {
20574
- opacity: 0;
20575
- transform: translate(0, 100%);
20576
20350
  }.v-date-picker-month {
20577
20351
  display: flex;
20578
20352
  justify-content: center;
@@ -20647,6 +20421,66 @@ html.overflow-y-hidden {
20647
20421
  text-transform: none;
20648
20422
  padding-inline-start: 8px;
20649
20423
  padding-inline-end: 8px;
20424
+ }.v-date-picker-header {
20425
+ align-items: flex-end;
20426
+ height: 70px;
20427
+ display: grid;
20428
+ grid-template-areas: "prepend content append";
20429
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
20430
+ overflow: hidden;
20431
+ padding-inline: 24px 12px;
20432
+ padding-bottom: 12px;
20433
+ }
20434
+
20435
+ .v-date-picker-header__append {
20436
+ grid-area: append;
20437
+ }
20438
+
20439
+ .v-date-picker-header__prepend {
20440
+ grid-area: prepend;
20441
+ padding-inline-start: 8px;
20442
+ }
20443
+
20444
+ .v-date-picker-header__content {
20445
+ align-items: center;
20446
+ display: inline-flex;
20447
+ font-size: 32px;
20448
+ line-height: 40px;
20449
+ grid-area: content;
20450
+ justify-content: space-between;
20451
+ }
20452
+ .v-date-picker-header--clickable .v-date-picker-header__content {
20453
+ cursor: pointer;
20454
+ }
20455
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20456
+ opacity: 0.7;
20457
+ }
20458
+
20459
+ .date-picker-header-transition-enter-active,
20460
+ .date-picker-header-reverse-transition-enter-active {
20461
+ transition-duration: 0.3s;
20462
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20463
+ }
20464
+ .date-picker-header-transition-leave-active,
20465
+ .date-picker-header-reverse-transition-leave-active {
20466
+ transition-duration: 0.3s;
20467
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20468
+ }
20469
+
20470
+ .date-picker-header-transition-enter-from {
20471
+ transform: translate(0, 100%);
20472
+ }
20473
+ .date-picker-header-transition-leave-to {
20474
+ opacity: 0;
20475
+ transform: translate(0, -100%);
20476
+ }
20477
+
20478
+ .date-picker-header-reverse-transition-enter-from {
20479
+ transform: translate(0, -100%);
20480
+ }
20481
+ .date-picker-header-reverse-transition-leave-to {
20482
+ opacity: 0;
20483
+ transform: translate(0, 100%);
20650
20484
  }.v-date-picker-years {
20651
20485
  height: 288px;
20652
20486
  overflow-y: scroll;
@@ -20881,75 +20715,6 @@ html.overflow-y-hidden {
20881
20715
  .v-empty-state__action-btn.v-btn {
20882
20716
  background-color: initial;
20883
20717
  color: initial;
20884
- }.v-fab {
20885
- align-items: center;
20886
- display: inline-flex;
20887
- flex: 1 1 auto;
20888
- pointer-events: none;
20889
- position: relative;
20890
- transition-duration: 0.2s;
20891
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20892
- vertical-align: middle;
20893
- }
20894
- .v-fab .v-btn {
20895
- pointer-events: auto;
20896
- }
20897
- .v-fab .v-btn--variant-elevated {
20898
- box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20899
- }
20900
- .v-fab--app, .v-fab--absolute {
20901
- display: flex;
20902
- }
20903
- .v-fab--start, .v-fab--left {
20904
- justify-content: flex-start;
20905
- }
20906
- .v-fab--center {
20907
- align-items: center;
20908
- justify-content: center;
20909
- }
20910
- .v-fab--end, .v-fab--right {
20911
- justify-content: flex-end;
20912
- }
20913
- .v-fab--bottom {
20914
- align-items: flex-end;
20915
- }
20916
- .v-fab--top {
20917
- align-items: flex-start;
20918
- }
20919
- .v-fab--extended .v-btn {
20920
- border-radius: 9999px !important;
20921
- }
20922
-
20923
- .v-fab__container {
20924
- align-self: center;
20925
- display: inline-flex;
20926
- position: absolute;
20927
- vertical-align: middle;
20928
- }
20929
- .v-fab--app .v-fab__container {
20930
- margin: 12px;
20931
- }
20932
- .v-fab--absolute .v-fab__container {
20933
- position: absolute;
20934
- z-index: 4;
20935
- }
20936
- .v-fab--offset.v-fab--top .v-fab__container {
20937
- transform: translateY(-50%);
20938
- }
20939
- .v-fab--offset.v-fab--bottom .v-fab__container {
20940
- transform: translateY(50%);
20941
- }
20942
- .v-fab--top .v-fab__container {
20943
- top: 0;
20944
- }
20945
- .v-fab--bottom .v-fab__container {
20946
- bottom: 0;
20947
- }
20948
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
20949
- left: 0;
20950
- }
20951
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20952
- right: 0;
20953
20718
  }.v-expansion-panel {
20954
20719
  background-color: rgb(var(--v-theme-surface));
20955
20720
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21166,6 +20931,104 @@ html.overflow-y-hidden {
21166
20931
  }
21167
20932
  .v-expansion-panels--tile > .v-expansion-panel {
21168
20933
  border-radius: 0;
20934
+ }.v-fab {
20935
+ align-items: center;
20936
+ display: inline-flex;
20937
+ flex: 1 1 auto;
20938
+ pointer-events: none;
20939
+ position: relative;
20940
+ transition-duration: 0.2s;
20941
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20942
+ vertical-align: middle;
20943
+ }
20944
+ .v-fab .v-btn {
20945
+ pointer-events: auto;
20946
+ }
20947
+ .v-fab .v-btn--variant-elevated {
20948
+ box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20949
+ }
20950
+ .v-fab--app, .v-fab--absolute {
20951
+ display: flex;
20952
+ }
20953
+ .v-fab--start, .v-fab--left {
20954
+ justify-content: flex-start;
20955
+ }
20956
+ .v-fab--center {
20957
+ align-items: center;
20958
+ justify-content: center;
20959
+ }
20960
+ .v-fab--end, .v-fab--right {
20961
+ justify-content: flex-end;
20962
+ }
20963
+ .v-fab--bottom {
20964
+ align-items: flex-end;
20965
+ }
20966
+ .v-fab--top {
20967
+ align-items: flex-start;
20968
+ }
20969
+ .v-fab--extended .v-btn {
20970
+ border-radius: 9999px !important;
20971
+ }
20972
+
20973
+ .v-fab__container {
20974
+ align-self: center;
20975
+ display: inline-flex;
20976
+ position: absolute;
20977
+ vertical-align: middle;
20978
+ }
20979
+ .v-fab--app .v-fab__container {
20980
+ margin: 12px;
20981
+ }
20982
+ .v-fab--absolute .v-fab__container {
20983
+ position: absolute;
20984
+ z-index: 4;
20985
+ }
20986
+ .v-fab--offset.v-fab--top .v-fab__container {
20987
+ transform: translateY(-50%);
20988
+ }
20989
+ .v-fab--offset.v-fab--bottom .v-fab__container {
20990
+ transform: translateY(50%);
20991
+ }
20992
+ .v-fab--top .v-fab__container {
20993
+ top: 0;
20994
+ }
20995
+ .v-fab--bottom .v-fab__container {
20996
+ bottom: 0;
20997
+ }
20998
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
20999
+ left: 0;
21000
+ }
21001
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21002
+ right: 0;
21003
+ }.v-file-input--hide.v-input .v-field,
21004
+ .v-file-input--hide.v-input .v-input__control,
21005
+ .v-file-input--hide.v-input .v-input__details {
21006
+ display: none;
21007
+ }
21008
+ .v-file-input--hide.v-input .v-input__prepend {
21009
+ grid-area: control;
21010
+ margin: 0 auto;
21011
+ }
21012
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21013
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21014
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21015
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21016
+ top: 0px;
21017
+ }
21018
+ .v-file-input input[type=file] {
21019
+ height: 100%;
21020
+ left: 0;
21021
+ opacity: 0;
21022
+ position: absolute;
21023
+ top: 0;
21024
+ width: 100%;
21025
+ z-index: 1;
21026
+ }
21027
+ .v-file-input .v-input__details {
21028
+ padding-inline: 16px;
21029
+ }
21030
+ .v-input--plain-underlined.v-file-input .v-input__details {
21031
+ padding-inline: 0;
21169
21032
  }/* region INPUT */
21170
21033
  .v-field {
21171
21034
  display: grid;
@@ -21749,35 +21612,42 @@ textarea.v-field__input::placeholder {
21749
21612
  opacity: 0;
21750
21613
  }
21751
21614
 
21752
- /* endregion */.v-file-input--hide.v-input .v-field,
21753
- .v-file-input--hide.v-input .v-input__control,
21754
- .v-file-input--hide.v-input .v-input__details {
21755
- display: none;
21615
+ /* endregion */.v-footer {
21616
+ align-items: center;
21617
+ display: flex;
21618
+ flex: 1 1 auto;
21619
+ padding: 8px 16px;
21620
+ position: relative;
21621
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21622
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
21756
21623
  }
21757
- .v-file-input--hide.v-input .v-input__prepend {
21758
- grid-area: control;
21759
- margin: 0 auto;
21624
+ .v-footer {
21625
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21626
+ border-style: solid;
21627
+ border-width: 0;
21760
21628
  }
21761
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21762
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21763
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21764
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21765
- top: 0px;
21629
+ .v-footer--border {
21630
+ border-width: thin;
21631
+ box-shadow: none;
21766
21632
  }
21767
- .v-file-input input[type=file] {
21768
- height: 100%;
21769
- left: 0;
21770
- opacity: 0;
21633
+ .v-footer {
21634
+ 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));
21635
+ }
21636
+ .v-footer--absolute {
21771
21637
  position: absolute;
21772
- top: 0;
21773
- width: 100%;
21774
- z-index: 1;
21775
21638
  }
21776
- .v-file-input .v-input__details {
21777
- padding-inline: 16px;
21639
+ .v-footer--fixed {
21640
+ position: fixed;
21778
21641
  }
21779
- .v-input--plain-underlined.v-file-input .v-input__details {
21780
- padding-inline: 0;
21642
+ .v-footer {
21643
+ border-radius: 0;
21644
+ }
21645
+ .v-footer {
21646
+ background: rgb(var(--v-theme-surface));
21647
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21648
+ }
21649
+ .v-footer--rounded {
21650
+ border-radius: 4px;
21781
21651
  }.v-container {
21782
21652
  width: 100%;
21783
21653
  padding: 16px;
@@ -22503,6 +22373,43 @@ textarea.v-field__input::placeholder {
22503
22373
 
22504
22374
  .v-icon--end {
22505
22375
  margin-inline-start: 8px;
22376
+ }.v-infinite-scroll--horizontal {
22377
+ display: flex;
22378
+ flex-direction: row;
22379
+ overflow-x: auto;
22380
+ }
22381
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22382
+ height: 100%;
22383
+ width: var(--v-infinite-margin-size, 1px);
22384
+ }
22385
+
22386
+ .v-infinite-scroll--vertical {
22387
+ display: flex;
22388
+ flex-direction: column;
22389
+ overflow-y: auto;
22390
+ }
22391
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22392
+ height: 1px;
22393
+ width: 100%;
22394
+ }
22395
+
22396
+ .v-infinite-scroll-intersect {
22397
+ pointer-events: none;
22398
+ margin-top: var(--v-infinite-margin);
22399
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22400
+ }
22401
+ .v-infinite-scroll-intersect:nth-child(2) {
22402
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22403
+ }
22404
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22405
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22406
+ }
22407
+
22408
+ .v-infinite-scroll__side {
22409
+ align-items: center;
22410
+ display: flex;
22411
+ justify-content: center;
22412
+ padding: 8px;
22506
22413
  }.v-img {
22507
22414
  --v-theme-overlay-multiplier: 3;
22508
22415
  z-index: 0;
@@ -22554,43 +22461,6 @@ textarea.v-field__input::placeholder {
22554
22461
 
22555
22462
  .v-img__gradient {
22556
22463
  background-repeat: no-repeat;
22557
- }.v-infinite-scroll--horizontal {
22558
- display: flex;
22559
- flex-direction: row;
22560
- overflow-x: auto;
22561
- }
22562
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22563
- height: 100%;
22564
- width: var(--v-infinite-margin-size, 1px);
22565
- }
22566
-
22567
- .v-infinite-scroll--vertical {
22568
- display: flex;
22569
- flex-direction: column;
22570
- overflow-y: auto;
22571
- }
22572
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22573
- height: 1px;
22574
- width: 100%;
22575
- }
22576
-
22577
- .v-infinite-scroll-intersect {
22578
- pointer-events: none;
22579
- margin-top: var(--v-infinite-margin);
22580
- margin-bottom: calc(var(--v-infinite-margin) * -1);
22581
- }
22582
- .v-infinite-scroll-intersect:nth-child(2) {
22583
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22584
- }
22585
- .v-infinite-scroll-intersect:nth-last-child(2) {
22586
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22587
- }
22588
-
22589
- .v-infinite-scroll__side {
22590
- align-items: center;
22591
- display: flex;
22592
- justify-content: center;
22593
- padding: 8px;
22594
22464
  }.v-input {
22595
22465
  display: grid;
22596
22466
  flex: 1 1 auto;
@@ -22753,13 +22623,6 @@ textarea.v-field__input::placeholder {
22753
22623
 
22754
22624
  .v-label--clickable {
22755
22625
  cursor: pointer;
22756
- }.v-layout-item {
22757
- position: absolute;
22758
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22759
- }
22760
-
22761
- .v-layout-item--absolute {
22762
- position: absolute;
22763
22626
  }.v-layout {
22764
22627
  --v-scrollbar-offset: 0px;
22765
22628
  display: flex;
@@ -22768,6 +22631,13 @@ textarea.v-field__input::placeholder {
22768
22631
  .v-layout--full-height {
22769
22632
  --v-scrollbar-offset: inherit;
22770
22633
  height: 100%;
22634
+ }.v-layout-item {
22635
+ position: absolute;
22636
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22637
+ }
22638
+
22639
+ .v-layout-item--absolute {
22640
+ position: absolute;
22771
22641
  }.v-list {
22772
22642
  overflow: auto;
22773
22643
  padding: 8px 0;
@@ -23343,6 +23213,8 @@ textarea.v-field__input::placeholder {
23343
23213
  }
23344
23214
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23345
23215
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23216
+ }.v-locale-provider {
23217
+ display: contents;
23346
23218
  }.v-main {
23347
23219
  flex: 1 0 auto;
23348
23220
  max-width: 100%;
@@ -23392,8 +23264,6 @@ textarea.v-field__input::placeholder {
23392
23264
  .v-menu > .v-overlay__content > .v-sheet,
23393
23265
  .v-menu > .v-overlay__content > .v-list {
23394
23266
  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-locale-provider {
23396
- display: contents;
23397
23267
  }.v-messages {
23398
23268
  flex: 1 1 auto;
23399
23269
  font-size: 12px;
@@ -23410,69 +23280,6 @@ textarea.v-field__input::placeholder {
23410
23280
  -webkit-hyphens: auto;
23411
23281
  hyphens: auto;
23412
23282
  transition-duration: 150ms;
23413
- }.v-overlay-container {
23414
- contain: layout;
23415
- left: 0;
23416
- pointer-events: none;
23417
- position: absolute;
23418
- top: 0;
23419
- display: contents;
23420
- }
23421
-
23422
- .v-overlay-scroll-blocked {
23423
- padding-inline-end: var(--v-scrollbar-offset);
23424
- }
23425
- .v-overlay-scroll-blocked:not(html) {
23426
- overflow-y: hidden !important;
23427
- }
23428
- html.v-overlay-scroll-blocked {
23429
- position: fixed;
23430
- top: var(--v-body-scroll-y);
23431
- left: var(--v-body-scroll-x);
23432
- width: 100%;
23433
- height: 100%;
23434
- }
23435
-
23436
- .v-overlay {
23437
- border-radius: inherit;
23438
- display: flex;
23439
- left: 0;
23440
- pointer-events: none;
23441
- position: fixed;
23442
- top: 0;
23443
- bottom: 0;
23444
- right: 0;
23445
- }
23446
-
23447
- .v-overlay__content {
23448
- outline: none;
23449
- position: absolute;
23450
- pointer-events: auto;
23451
- contain: layout;
23452
- }
23453
-
23454
- .v-overlay__scrim {
23455
- pointer-events: auto;
23456
- background: rgb(var(--v-theme-on-surface));
23457
- border-radius: inherit;
23458
- bottom: 0;
23459
- left: 0;
23460
- opacity: var(--v-overlay-opacity, 0.32);
23461
- position: fixed;
23462
- right: 0;
23463
- top: 0;
23464
- }
23465
-
23466
- .v-overlay--absolute {
23467
- position: absolute;
23468
- }
23469
-
23470
- .v-overlay--contained .v-overlay__scrim {
23471
- position: absolute;
23472
- }
23473
-
23474
- .v-overlay--scroll-blocked {
23475
- padding-inline-end: var(--v-scrollbar-offset);
23476
23283
  }.v-navigation-drawer {
23477
23284
  -webkit-overflow-scrolling: touch;
23478
23285
  background: rgb(var(--v-theme-surface));
@@ -23639,6 +23446,69 @@ html.v-overlay-scroll-blocked {
23639
23446
  }
23640
23447
  .v-otp-input__loader .v-progress-linear {
23641
23448
  position: absolute;
23449
+ }.v-overlay-container {
23450
+ contain: layout;
23451
+ left: 0;
23452
+ pointer-events: none;
23453
+ position: absolute;
23454
+ top: 0;
23455
+ display: contents;
23456
+ }
23457
+
23458
+ .v-overlay-scroll-blocked {
23459
+ padding-inline-end: var(--v-scrollbar-offset);
23460
+ }
23461
+ .v-overlay-scroll-blocked:not(html) {
23462
+ overflow-y: hidden !important;
23463
+ }
23464
+ html.v-overlay-scroll-blocked {
23465
+ position: fixed;
23466
+ top: var(--v-body-scroll-y);
23467
+ left: var(--v-body-scroll-x);
23468
+ width: 100%;
23469
+ height: 100%;
23470
+ }
23471
+
23472
+ .v-overlay {
23473
+ border-radius: inherit;
23474
+ display: flex;
23475
+ left: 0;
23476
+ pointer-events: none;
23477
+ position: fixed;
23478
+ top: 0;
23479
+ bottom: 0;
23480
+ right: 0;
23481
+ }
23482
+
23483
+ .v-overlay__content {
23484
+ outline: none;
23485
+ position: absolute;
23486
+ pointer-events: auto;
23487
+ contain: layout;
23488
+ }
23489
+
23490
+ .v-overlay__scrim {
23491
+ pointer-events: auto;
23492
+ background: rgb(var(--v-theme-on-surface));
23493
+ border-radius: inherit;
23494
+ bottom: 0;
23495
+ left: 0;
23496
+ opacity: var(--v-overlay-opacity, 0.32);
23497
+ position: fixed;
23498
+ right: 0;
23499
+ top: 0;
23500
+ }
23501
+
23502
+ .v-overlay--absolute {
23503
+ position: absolute;
23504
+ }
23505
+
23506
+ .v-overlay--contained .v-overlay__scrim {
23507
+ position: absolute;
23508
+ }
23509
+
23510
+ .v-overlay--scroll-blocked {
23511
+ padding-inline-end: var(--v-scrollbar-offset);
23642
23512
  }.v-pagination__list {
23643
23513
  display: inline-flex;
23644
23514
  list-style-type: none;
@@ -24131,42 +24001,58 @@ html.v-overlay-scroll-blocked {
24131
24001
  flex: 1 0 0px;
24132
24002
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24133
24003
  pointer-events: none;
24134
- }.v-sheet {
24135
- display: block;
24004
+ }.v-select .v-field .v-text-field__prefix,
24005
+ .v-select .v-field .v-text-field__suffix,
24006
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24007
+ cursor: pointer;
24136
24008
  }
24137
- .v-sheet {
24138
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24139
- border-style: solid;
24140
- border-width: 0;
24009
+ .v-select .v-field .v-field__input > input {
24010
+ align-self: flex-start;
24011
+ opacity: 1;
24012
+ flex: 0 0;
24013
+ position: absolute;
24014
+ width: 100%;
24015
+ transition: none;
24016
+ pointer-events: none;
24017
+ caret-color: transparent;
24141
24018
  }
24142
- .v-sheet--border {
24143
- border-width: thin;
24144
- box-shadow: none;
24019
+ .v-select .v-field--dirty .v-select__selection {
24020
+ margin-inline-end: 2px;
24145
24021
  }
24146
- .v-sheet {
24147
- 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));
24022
+ .v-select .v-select__selection-text {
24023
+ overflow: hidden;
24024
+ text-overflow: ellipsis;
24025
+ white-space: nowrap;
24148
24026
  }
24149
- .v-sheet--absolute {
24150
- position: absolute;
24027
+ .v-select__content {
24028
+ overflow: hidden;
24151
24029
  }
24152
- .v-sheet--fixed {
24153
- position: fixed;
24030
+ .v-select__content {
24031
+ 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));
24154
24032
  }
24155
- .v-sheet--relative {
24156
- position: relative;
24033
+ .v-select__content {
24034
+ border-radius: 4px;
24157
24035
  }
24158
- .v-sheet--sticky {
24159
- position: sticky;
24036
+ .v-select__selection {
24037
+ display: inline-flex;
24038
+ align-items: center;
24039
+ letter-spacing: inherit;
24040
+ line-height: inherit;
24041
+ max-width: 100%;
24160
24042
  }
24161
- .v-sheet {
24162
- border-radius: 0;
24043
+ .v-select .v-select__selection:first-child {
24044
+ margin-inline-start: 0;
24163
24045
  }
24164
- .v-sheet {
24165
- background: rgb(var(--v-theme-surface));
24166
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24046
+ .v-select--selected .v-field .v-field__input > input {
24047
+ opacity: 0;
24167
24048
  }
24168
- .v-sheet--rounded {
24169
- border-radius: 4px;
24049
+ .v-select__menu-icon {
24050
+ margin-inline-start: 4px;
24051
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24052
+ }
24053
+ .v-select--active-menu .v-select__menu-icon {
24054
+ opacity: var(--v-high-emphasis-opacity);
24055
+ transform: rotate(180deg);
24170
24056
  }.v-selection-control {
24171
24057
  align-items: center;
24172
24058
  contain: layout;
@@ -24270,58 +24156,50 @@ html.v-overlay-scroll-blocked {
24270
24156
  }
24271
24157
  .v-selection-control--focus-visible .v-selection-control__input::before {
24272
24158
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24273
- }.v-select .v-field .v-text-field__prefix,
24274
- .v-select .v-field .v-text-field__suffix,
24275
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24276
- cursor: pointer;
24159
+ }.v-sheet {
24160
+ display: block;
24277
24161
  }
24278
- .v-select .v-field .v-field__input > input {
24279
- align-self: flex-start;
24280
- opacity: 1;
24281
- flex: 0 0;
24282
- position: absolute;
24283
- width: 100%;
24284
- transition: none;
24285
- pointer-events: none;
24286
- caret-color: transparent;
24162
+ .v-sheet {
24163
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24164
+ border-style: solid;
24165
+ border-width: 0;
24287
24166
  }
24288
- .v-select .v-field--dirty .v-select__selection {
24289
- margin-inline-end: 2px;
24167
+ .v-sheet--border {
24168
+ border-width: thin;
24169
+ box-shadow: none;
24290
24170
  }
24291
- .v-select .v-select__selection-text {
24292
- overflow: hidden;
24293
- text-overflow: ellipsis;
24294
- white-space: nowrap;
24171
+ .v-sheet {
24172
+ 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));
24295
24173
  }
24296
- .v-select__content {
24297
- overflow: hidden;
24174
+ .v-sheet--absolute {
24175
+ position: absolute;
24298
24176
  }
24299
- .v-select__content {
24300
- 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));
24177
+ .v-sheet--fixed {
24178
+ position: fixed;
24301
24179
  }
24302
- .v-select__content {
24303
- border-radius: 4px;
24180
+ .v-sheet--relative {
24181
+ position: relative;
24304
24182
  }
24305
- .v-select__selection {
24306
- display: inline-flex;
24307
- align-items: center;
24308
- letter-spacing: inherit;
24309
- line-height: inherit;
24310
- max-width: 100%;
24183
+ .v-sheet--sticky {
24184
+ position: sticky;
24311
24185
  }
24312
- .v-select .v-select__selection:first-child {
24313
- margin-inline-start: 0;
24186
+ .v-sheet {
24187
+ border-radius: 0;
24314
24188
  }
24315
- .v-select--selected .v-field .v-field__input > input {
24316
- opacity: 0;
24189
+ .v-sheet {
24190
+ background: rgb(var(--v-theme-surface));
24191
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24317
24192
  }
24318
- .v-select__menu-icon {
24319
- margin-inline-start: 4px;
24320
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24193
+ .v-sheet--rounded {
24194
+ border-radius: 4px;
24195
+ }.v-selection-control-group {
24196
+ grid-area: control;
24197
+ display: flex;
24198
+ flex-direction: column;
24321
24199
  }
24322
- .v-select--active-menu .v-select__menu-icon {
24323
- opacity: var(--v-high-emphasis-opacity);
24324
- transform: rotate(180deg);
24200
+ .v-selection-control-group--inline {
24201
+ flex-direction: row;
24202
+ flex-wrap: wrap;
24325
24203
  }.v-skeleton-loader {
24326
24204
  align-items: center;
24327
24205
  background: rgb(var(--v-theme-surface));
@@ -24547,14 +24425,6 @@ html.v-overlay-scroll-blocked {
24547
24425
  100% {
24548
24426
  transform: translateX(100%);
24549
24427
  }
24550
- }.v-selection-control-group {
24551
- grid-area: control;
24552
- display: flex;
24553
- flex-direction: column;
24554
- }
24555
- .v-selection-control-group--inline {
24556
- flex-direction: row;
24557
- flex-wrap: wrap;
24558
24428
  }.v-slide-group {
24559
24429
  display: flex;
24560
24430
  overflow: hidden;
@@ -24750,47 +24620,6 @@ html.v-overlay-scroll-blocked {
24750
24620
  }
24751
24621
  .v-snackbar-transition-leave-to {
24752
24622
  opacity: 0;
24753
- }.v-speed-dial__content {
24754
- gap: 8px;
24755
- }
24756
- .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 {
24757
- flex-direction: row;
24758
- }
24759
- .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 {
24760
- flex-direction: row-reverse;
24761
- }
24762
- .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 {
24763
- flex-direction: column-reverse;
24764
- }
24765
- .v-speed-dial__content > *:nth-child(1) {
24766
- transition-delay: 0s;
24767
- }
24768
- .v-speed-dial__content > *:nth-child(2) {
24769
- transition-delay: 0.05s;
24770
- }
24771
- .v-speed-dial__content > *:nth-child(3) {
24772
- transition-delay: 0.1s;
24773
- }
24774
- .v-speed-dial__content > *:nth-child(4) {
24775
- transition-delay: 0.15s;
24776
- }
24777
- .v-speed-dial__content > *:nth-child(5) {
24778
- transition-delay: 0.2s;
24779
- }
24780
- .v-speed-dial__content > *:nth-child(6) {
24781
- transition-delay: 0.25s;
24782
- }
24783
- .v-speed-dial__content > *:nth-child(7) {
24784
- transition-delay: 0.3s;
24785
- }
24786
- .v-speed-dial__content > *:nth-child(8) {
24787
- transition-delay: 0.35s;
24788
- }
24789
- .v-speed-dial__content > *:nth-child(9) {
24790
- transition-delay: 0.4s;
24791
- }
24792
- .v-speed-dial__content > *:nth-child(10) {
24793
- transition-delay: 0.45s;
24794
24623
  }.v-stepper.v-sheet {
24795
24624
  overflow: hidden;
24796
24625
  }
@@ -25148,6 +24977,90 @@ html.v-overlay-scroll-blocked {
25148
24977
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25149
24978
  border-width: 0;
25150
24979
  }
24980
+ }.v-speed-dial__content {
24981
+ gap: 8px;
24982
+ }
24983
+ .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 {
24984
+ flex-direction: row;
24985
+ }
24986
+ .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 {
24987
+ flex-direction: row-reverse;
24988
+ }
24989
+ .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 {
24990
+ flex-direction: column-reverse;
24991
+ }
24992
+ .v-speed-dial__content > *:nth-child(1) {
24993
+ transition-delay: 0s;
24994
+ }
24995
+ .v-speed-dial__content > *:nth-child(2) {
24996
+ transition-delay: 0.05s;
24997
+ }
24998
+ .v-speed-dial__content > *:nth-child(3) {
24999
+ transition-delay: 0.1s;
25000
+ }
25001
+ .v-speed-dial__content > *:nth-child(4) {
25002
+ transition-delay: 0.15s;
25003
+ }
25004
+ .v-speed-dial__content > *:nth-child(5) {
25005
+ transition-delay: 0.2s;
25006
+ }
25007
+ .v-speed-dial__content > *:nth-child(6) {
25008
+ transition-delay: 0.25s;
25009
+ }
25010
+ .v-speed-dial__content > *:nth-child(7) {
25011
+ transition-delay: 0.3s;
25012
+ }
25013
+ .v-speed-dial__content > *:nth-child(8) {
25014
+ transition-delay: 0.35s;
25015
+ }
25016
+ .v-speed-dial__content > *:nth-child(9) {
25017
+ transition-delay: 0.4s;
25018
+ }
25019
+ .v-speed-dial__content > *:nth-child(10) {
25020
+ transition-delay: 0.45s;
25021
+ }.v-system-bar {
25022
+ align-items: center;
25023
+ display: flex;
25024
+ flex: 1 1 auto;
25025
+ height: 24px;
25026
+ justify-content: flex-end;
25027
+ max-width: 100%;
25028
+ padding-inline: 8px;
25029
+ position: relative;
25030
+ text-align: end;
25031
+ width: 100%;
25032
+ }
25033
+ .v-system-bar .v-icon {
25034
+ opacity: var(--v-medium-emphasis-opacity);
25035
+ }
25036
+ .v-system-bar {
25037
+ 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));
25038
+ }
25039
+ .v-system-bar--absolute {
25040
+ position: absolute;
25041
+ }
25042
+ .v-system-bar--fixed {
25043
+ position: fixed;
25044
+ }
25045
+ .v-system-bar {
25046
+ background: rgba(var(--v-theme-surface-light));
25047
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25048
+ }
25049
+ .v-system-bar {
25050
+ font-size: 0.75rem;
25051
+ font-weight: 400;
25052
+ letter-spacing: 0.0333333333em;
25053
+ line-height: 1.667;
25054
+ text-transform: none;
25055
+ }
25056
+ .v-system-bar--rounded {
25057
+ border-radius: 0;
25058
+ }
25059
+ .v-system-bar--window {
25060
+ height: 32px;
25061
+ }
25062
+ .v-system-bar:not(.v-system-bar--absolute) {
25063
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25151
25064
  }.v-tab.v-tab.v-btn {
25152
25065
  height: var(--v-tabs-height);
25153
25066
  border-radius: 0;
@@ -25243,49 +25156,6 @@ html.v-overlay-scroll-blocked {
25243
25156
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25244
25157
  margin-inline-end: 52px;
25245
25158
  }
25246
- }.v-system-bar {
25247
- align-items: center;
25248
- display: flex;
25249
- flex: 1 1 auto;
25250
- height: 24px;
25251
- justify-content: flex-end;
25252
- max-width: 100%;
25253
- padding-inline: 8px;
25254
- position: relative;
25255
- text-align: end;
25256
- width: 100%;
25257
- }
25258
- .v-system-bar .v-icon {
25259
- opacity: var(--v-medium-emphasis-opacity);
25260
- }
25261
- .v-system-bar {
25262
- 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));
25263
- }
25264
- .v-system-bar--absolute {
25265
- position: absolute;
25266
- }
25267
- .v-system-bar--fixed {
25268
- position: fixed;
25269
- }
25270
- .v-system-bar {
25271
- background: rgba(var(--v-theme-surface-light));
25272
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25273
- }
25274
- .v-system-bar {
25275
- font-size: 0.75rem;
25276
- font-weight: 400;
25277
- letter-spacing: 0.0333333333em;
25278
- line-height: 1.667;
25279
- text-transform: none;
25280
- }
25281
- .v-system-bar--rounded {
25282
- border-radius: 0;
25283
- }
25284
- .v-system-bar--window {
25285
- height: 32px;
25286
- }
25287
- .v-system-bar:not(.v-system-bar--absolute) {
25288
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25289
25159
  }.v-table {
25290
25160
  font-size: 0.875rem;
25291
25161
  transition-duration: 0.28s;
@@ -25428,19 +25298,58 @@ html.v-overlay-scroll-blocked {
25428
25298
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25429
25299
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25430
25300
  border-top: 0px !important;
25431
- }/* region BLOCK */
25432
- .v-text-field input {
25433
- color: inherit;
25434
- opacity: 0;
25435
- flex: 1;
25436
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25437
- min-width: 0;
25438
- }
25439
- .v-text-field input:focus, .v-text-field input:active {
25440
- outline: none;
25301
+ }.v-textarea .v-field {
25302
+ --v-textarea-control-height: var(--v-input-control-height);
25441
25303
  }
25442
- .v-text-field input:invalid {
25443
- box-shadow: none;
25304
+ .v-textarea .v-field__field {
25305
+ --v-input-control-height: var(--v-textarea-control-height);
25306
+ }
25307
+ .v-textarea .v-field__input {
25308
+ flex: 1 1 auto;
25309
+ outline: none;
25310
+ -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));
25311
+ 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));
25312
+ }
25313
+ .v-textarea .v-field__input.v-textarea__sizer {
25314
+ visibility: hidden;
25315
+ position: absolute;
25316
+ top: 0;
25317
+ left: 0;
25318
+ height: 0 !important;
25319
+ min-height: 0 !important;
25320
+ pointer-events: none;
25321
+ }
25322
+ .v-textarea--no-resize .v-field__input {
25323
+ resize: none;
25324
+ }
25325
+ .v-textarea .v-field--no-label textarea,
25326
+ .v-textarea .v-field--active textarea {
25327
+ opacity: 1;
25328
+ }
25329
+ .v-textarea textarea {
25330
+ opacity: 0;
25331
+ flex: 1;
25332
+ min-width: 0;
25333
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25334
+ }
25335
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25336
+ outline: none;
25337
+ }
25338
+ .v-textarea textarea:invalid {
25339
+ box-shadow: none;
25340
+ }/* region BLOCK */
25341
+ .v-text-field input {
25342
+ color: inherit;
25343
+ opacity: 0;
25344
+ flex: 1;
25345
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25346
+ min-width: 0;
25347
+ }
25348
+ .v-text-field input:focus, .v-text-field input:active {
25349
+ outline: none;
25350
+ }
25351
+ .v-text-field input:invalid {
25352
+ box-shadow: none;
25444
25353
  }
25445
25354
  .v-text-field .v-field {
25446
25355
  cursor: text;
@@ -25495,46 +25404,7 @@ html.v-overlay-scroll-blocked {
25495
25404
  padding-inline-end: var(--v-field-padding-end);
25496
25405
  }
25497
25406
 
25498
- /* endregion */.v-textarea .v-field {
25499
- --v-textarea-control-height: var(--v-input-control-height);
25500
- }
25501
- .v-textarea .v-field__field {
25502
- --v-input-control-height: var(--v-textarea-control-height);
25503
- }
25504
- .v-textarea .v-field__input {
25505
- flex: 1 1 auto;
25506
- outline: none;
25507
- -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));
25508
- 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));
25509
- }
25510
- .v-textarea .v-field__input.v-textarea__sizer {
25511
- visibility: hidden;
25512
- position: absolute;
25513
- top: 0;
25514
- left: 0;
25515
- height: 0 !important;
25516
- min-height: 0 !important;
25517
- pointer-events: none;
25518
- }
25519
- .v-textarea--no-resize .v-field__input {
25520
- resize: none;
25521
- }
25522
- .v-textarea .v-field--no-label textarea,
25523
- .v-textarea .v-field--active textarea {
25524
- opacity: 1;
25525
- }
25526
- .v-textarea textarea {
25527
- opacity: 0;
25528
- flex: 1;
25529
- min-width: 0;
25530
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25531
- }
25532
- .v-textarea textarea:focus, .v-textarea textarea:active {
25533
- outline: none;
25534
- }
25535
- .v-textarea textarea:invalid {
25536
- box-shadow: none;
25537
- }.v-theme-provider {
25407
+ /* endregion */.v-theme-provider {
25538
25408
  background: rgb(var(--v-theme-background));
25539
25409
  color: rgb(var(--v-theme-on-background));
25540
25410
  }.v-timeline .v-timeline-divider__dot {
@@ -25955,28 +25825,6 @@ html.v-overlay-scroll-blocked {
25955
25825
 
25956
25826
  .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 {
25957
25827
  padding-inline-end: 0;
25958
- }.v-tooltip > .v-overlay__content {
25959
- background: rgb(var(--v-theme-surface-variant));
25960
- color: rgb(var(--v-theme-on-surface-variant));
25961
- border-radius: 4px;
25962
- font-size: 0.875rem;
25963
- line-height: 1.6;
25964
- display: inline-block;
25965
- padding: 5px 16px;
25966
- text-transform: initial;
25967
- width: auto;
25968
- opacity: 1;
25969
- pointer-events: none;
25970
- transition-property: opacity, transform;
25971
- overflow-wrap: break-word;
25972
- }
25973
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25974
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25975
- transition-duration: 150ms;
25976
- }
25977
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25978
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25979
- transition-duration: 75ms;
25980
25828
  }.v-toolbar {
25981
25829
  align-items: flex-start;
25982
25830
  display: flex;
@@ -26120,15 +25968,28 @@ html.v-overlay-scroll-blocked {
26120
25968
  }
26121
25969
  .v-toolbar-items > .v-btn {
26122
25970
  border-radius: 0;
26123
- }.v-virtual-scroll {
26124
- display: block;
26125
- flex: 1 1 auto;
26126
- max-width: 100%;
26127
- overflow: auto;
26128
- position: relative;
25971
+ }.v-tooltip > .v-overlay__content {
25972
+ background: rgb(var(--v-theme-surface-variant));
25973
+ color: rgb(var(--v-theme-on-surface-variant));
25974
+ border-radius: 4px;
25975
+ font-size: 0.875rem;
25976
+ line-height: 1.6;
25977
+ display: inline-block;
25978
+ padding: 5px 16px;
25979
+ text-transform: initial;
25980
+ width: auto;
25981
+ opacity: 1;
25982
+ pointer-events: none;
25983
+ transition-property: opacity, transform;
25984
+ overflow-wrap: break-word;
26129
25985
  }
26130
- .v-virtual-scroll__container {
26131
- display: block;
25986
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25987
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25988
+ transition-duration: 150ms;
25989
+ }
25990
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25991
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25992
+ transition-duration: 75ms;
26132
25993
  }.v-window {
26133
25994
  overflow: hidden;
26134
25995
  }
@@ -26199,77 +26060,181 @@ html.v-overlay-scroll-blocked {
26199
26060
  }
26200
26061
  .v-window-y-reverse-transition-leave-to {
26201
26062
  transform: translateY(100%);
26202
- }.v-footer {
26203
- align-items: center;
26204
- display: flex;
26063
+ }.v-virtual-scroll {
26064
+ display: block;
26205
26065
  flex: 1 1 auto;
26206
- padding: 8px 16px;
26066
+ max-width: 100%;
26067
+ overflow: auto;
26207
26068
  position: relative;
26208
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26209
- transition-property: height, width, transform, max-width, left, right, top, bottom;
26210
26069
  }
26211
- .v-footer {
26070
+ .v-virtual-scroll__container {
26071
+ display: block;
26072
+ }.v-banner {
26073
+ display: grid;
26074
+ flex: 1 1;
26075
+ font-size: 0.875rem;
26076
+ grid-template-areas: "prepend content actions";
26077
+ grid-template-columns: max-content auto max-content;
26078
+ grid-template-rows: max-content max-content;
26079
+ line-height: 1.6;
26080
+ overflow: hidden;
26081
+ padding-inline: 16px 8px;
26082
+ padding-top: 16px;
26083
+ padding-bottom: 16px;
26084
+ position: relative;
26085
+ width: 100%;
26086
+ }
26087
+ .v-banner {
26212
26088
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26213
26089
  border-style: solid;
26214
- border-width: 0;
26090
+ border-width: 0 0 thin 0;
26215
26091
  }
26216
- .v-footer--border {
26092
+ .v-banner--border {
26217
26093
  border-width: thin;
26218
26094
  box-shadow: none;
26219
26095
  }
26220
- .v-footer {
26096
+ .v-banner {
26221
26097
  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));
26222
26098
  }
26223
- .v-footer--absolute {
26099
+ .v-banner--absolute {
26224
26100
  position: absolute;
26225
26101
  }
26226
- .v-footer--fixed {
26102
+ .v-banner--fixed {
26227
26103
  position: fixed;
26228
26104
  }
26229
- .v-footer {
26105
+ .v-banner--sticky {
26106
+ position: sticky;
26107
+ }
26108
+ .v-banner {
26230
26109
  border-radius: 0;
26231
26110
  }
26232
- .v-footer {
26111
+ .v-banner {
26233
26112
  background: rgb(var(--v-theme-surface));
26234
26113
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26235
26114
  }
26236
- .v-footer--rounded {
26115
+ .v-banner--rounded {
26237
26116
  border-radius: 4px;
26238
- }.v-color-picker-swatches {
26239
- overflow-y: auto;
26240
26117
  }
26241
- .v-color-picker-swatches > div {
26118
+ .v-banner--stacked:not(.v-banner--one-line) {
26119
+ grid-template-areas: "prepend content" ". actions";
26120
+ }
26121
+ .v-banner--stacked .v-banner-text {
26122
+ padding-inline-end: 36px;
26123
+ }
26124
+ .v-banner--density-default .v-banner-actions {
26125
+ margin-bottom: -8px;
26126
+ }
26127
+ .v-banner--density-default.v-banner--one-line {
26128
+ padding-top: 8px;
26129
+ padding-bottom: 8px;
26130
+ }
26131
+ .v-banner--density-default.v-banner--one-line .v-banner-actions {
26132
+ margin-bottom: 0;
26133
+ }
26134
+ .v-banner--density-default.v-banner--one-line {
26135
+ padding-top: 10px;
26136
+ }
26137
+ .v-banner--density-default.v-banner--two-line {
26138
+ padding-top: 16px;
26139
+ padding-bottom: 16px;
26140
+ }
26141
+ .v-banner--density-default.v-banner--three-line {
26142
+ padding-top: 24px;
26143
+ padding-bottom: 16px;
26144
+ }
26145
+ .v-banner--density-default:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-default.v-banner--two-line .v-banner-actions, .v-banner--density-default.v-banner--three-line .v-banner-actions {
26146
+ margin-top: 20px;
26147
+ }
26148
+
26149
+ .v-banner--density-comfortable .v-banner-actions {
26150
+ margin-bottom: -4px;
26151
+ }
26152
+ .v-banner--density-comfortable.v-banner--one-line {
26153
+ padding-top: 4px;
26154
+ padding-bottom: 4px;
26155
+ }
26156
+ .v-banner--density-comfortable.v-banner--one-line .v-banner-actions {
26157
+ margin-bottom: 0;
26158
+ }
26159
+ .v-banner--density-comfortable.v-banner--two-line {
26160
+ padding-top: 12px;
26161
+ padding-bottom: 12px;
26162
+ }
26163
+ .v-banner--density-comfortable.v-banner--three-line {
26164
+ padding-top: 20px;
26165
+ padding-bottom: 12px;
26166
+ }
26167
+ .v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-comfortable.v-banner--two-line .v-banner-actions, .v-banner--density-comfortable.v-banner--three-line .v-banner-actions {
26168
+ margin-top: 16px;
26169
+ }
26170
+
26171
+ .v-banner--density-compact .v-banner-actions {
26172
+ margin-bottom: 0px;
26173
+ }
26174
+ .v-banner--density-compact.v-banner--one-line {
26175
+ padding-top: 0px;
26176
+ padding-bottom: 0px;
26177
+ }
26178
+ .v-banner--density-compact.v-banner--one-line .v-banner-actions {
26179
+ margin-bottom: 0;
26180
+ }
26181
+ .v-banner--density-compact.v-banner--two-line {
26182
+ padding-top: 8px;
26183
+ padding-bottom: 8px;
26184
+ }
26185
+ .v-banner--density-compact.v-banner--three-line {
26186
+ padding-top: 16px;
26187
+ padding-bottom: 8px;
26188
+ }
26189
+ .v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-compact.v-banner--two-line .v-banner-actions, .v-banner--density-compact.v-banner--three-line .v-banner-actions {
26190
+ margin-top: 12px;
26191
+ }
26192
+
26193
+ .v-banner--sticky {
26194
+ top: 0;
26195
+ z-index: 1;
26196
+ }
26197
+
26198
+ .v-banner__content {
26199
+ align-items: center;
26242
26200
  display: flex;
26243
- flex-wrap: wrap;
26244
- justify-content: center;
26245
- padding: 8px;
26201
+ grid-area: content;
26246
26202
  }
26247
26203
 
26248
- .v-color-picker-swatches__swatch {
26204
+ .v-banner__prepend {
26205
+ align-self: flex-start;
26206
+ grid-area: prepend;
26207
+ margin-inline-end: 24px;
26208
+ }
26209
+
26210
+ .v-banner-actions {
26211
+ align-self: flex-end;
26249
26212
  display: flex;
26250
- flex-direction: column;
26251
- margin-bottom: 10px;
26213
+ flex: 0 1;
26214
+ grid-area: actions;
26215
+ justify-content: flex-end;
26216
+ }
26217
+ .v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
26218
+ margin-top: 20px;
26252
26219
  }
26253
26220
 
26254
- .v-color-picker-swatches__color {
26255
- position: relative;
26256
- height: 18px;
26257
- max-height: 18px;
26258
- width: 45px;
26259
- margin: 2px 4px;
26260
- border-radius: 2px;
26261
- -webkit-user-select: none;
26262
- user-select: none;
26221
+ .v-banner-text {
26222
+ -webkit-box-orient: vertical;
26223
+ display: -webkit-box;
26224
+ padding-inline-end: 90px;
26263
26225
  overflow: hidden;
26264
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26265
- cursor: pointer;
26266
26226
  }
26267
- .v-color-picker-swatches__color > div {
26268
- display: flex;
26269
- align-items: center;
26270
- justify-content: center;
26271
- width: 100%;
26272
- height: 100%;
26227
+ .v-banner--one-line .v-banner-text {
26228
+ -webkit-line-clamp: 1;
26229
+ }
26230
+ .v-banner--two-line .v-banner-text {
26231
+ -webkit-line-clamp: 2;
26232
+ }
26233
+ .v-banner--three-line .v-banner-text {
26234
+ -webkit-line-clamp: 3;
26235
+ }
26236
+ .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
26237
+ align-self: flex-start;
26273
26238
  }.v-color-picker-canvas {
26274
26239
  display: flex;
26275
26240
  position: relative;
@@ -26292,34 +26257,6 @@ html.v-overlay-scroll-blocked {
26292
26257
  }
26293
26258
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26294
26259
  will-change: transform;
26295
- }.v-color-picker-edit {
26296
- display: flex;
26297
- margin-top: 24px;
26298
- }
26299
-
26300
- .v-color-picker-edit__input {
26301
- width: 100%;
26302
- display: flex;
26303
- flex-wrap: wrap;
26304
- justify-content: center;
26305
- text-align: center;
26306
- }
26307
- .v-color-picker-edit__input:not(:last-child) {
26308
- margin-inline-end: 8px;
26309
- }
26310
- .v-color-picker-edit__input input {
26311
- border-radius: 4px;
26312
- margin-bottom: 8px;
26313
- min-width: 0;
26314
- outline: none;
26315
- text-align: center;
26316
- width: 100%;
26317
- height: 32px;
26318
- background: rgba(var(--v-theme-surface-variant), 0.2);
26319
- color: rgba(var(--v-theme-on-surface));
26320
- }
26321
- .v-color-picker-edit__input span {
26322
- font-size: 0.75rem;
26323
26260
  }.v-color-picker-preview__alpha .v-slider-track__background {
26324
26261
  background-color: transparent !important;
26325
26262
  }
@@ -26390,6 +26327,69 @@ html.v-overlay-scroll-blocked {
26390
26327
  .v-color-picker-preview__eye-dropper {
26391
26328
  position: relative;
26392
26329
  margin-right: 12px;
26330
+ }.v-color-picker-swatches {
26331
+ overflow-y: auto;
26332
+ }
26333
+ .v-color-picker-swatches > div {
26334
+ display: flex;
26335
+ flex-wrap: wrap;
26336
+ justify-content: center;
26337
+ padding: 8px;
26338
+ }
26339
+
26340
+ .v-color-picker-swatches__swatch {
26341
+ display: flex;
26342
+ flex-direction: column;
26343
+ margin-bottom: 10px;
26344
+ }
26345
+
26346
+ .v-color-picker-swatches__color {
26347
+ position: relative;
26348
+ height: 18px;
26349
+ max-height: 18px;
26350
+ width: 45px;
26351
+ margin: 2px 4px;
26352
+ border-radius: 2px;
26353
+ -webkit-user-select: none;
26354
+ user-select: none;
26355
+ overflow: hidden;
26356
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26357
+ cursor: pointer;
26358
+ }
26359
+ .v-color-picker-swatches__color > div {
26360
+ display: flex;
26361
+ align-items: center;
26362
+ justify-content: center;
26363
+ width: 100%;
26364
+ height: 100%;
26365
+ }.v-color-picker-edit {
26366
+ display: flex;
26367
+ margin-top: 24px;
26368
+ }
26369
+
26370
+ .v-color-picker-edit__input {
26371
+ width: 100%;
26372
+ display: flex;
26373
+ flex-wrap: wrap;
26374
+ justify-content: center;
26375
+ text-align: center;
26376
+ }
26377
+ .v-color-picker-edit__input:not(:last-child) {
26378
+ margin-inline-end: 8px;
26379
+ }
26380
+ .v-color-picker-edit__input input {
26381
+ border-radius: 4px;
26382
+ margin-bottom: 8px;
26383
+ min-width: 0;
26384
+ outline: none;
26385
+ text-align: center;
26386
+ width: 100%;
26387
+ height: 32px;
26388
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26389
+ color: rgba(var(--v-theme-on-surface));
26390
+ }
26391
+ .v-color-picker-edit__input span {
26392
+ font-size: 0.75rem;
26393
26393
  }.v-picker.v-sheet {
26394
26394
  display: grid;
26395
26395
  grid-auto-rows: min-content;