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

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-21
2
+ * Vuetify v3.7.3-master.2024-10-25
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17978,6 +17978,18 @@ 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);
17981
17993
  }.v-application {
17982
17994
  display: flex;
17983
17995
  background: rgb(var(--v-theme-background));
@@ -17994,18 +18006,6 @@ html.overflow-y-hidden {
17994
18006
  min-height: 100vh;
17995
18007
  min-height: 100dvh;
17996
18008
  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;
@@ -18307,6 +18307,79 @@ html.overflow-y-hidden {
18307
18307
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18308
18308
  opacity: var(--v-high-emphasis-opacity);
18309
18309
  transform: rotate(180deg);
18310
+ }.v-badge {
18311
+ display: inline-block;
18312
+ line-height: 1;
18313
+ }
18314
+
18315
+ .v-badge__badge {
18316
+ align-items: center;
18317
+ display: inline-flex;
18318
+ border-radius: 10px;
18319
+ font-size: 0.75rem;
18320
+ font-weight: 500;
18321
+ height: 1.25rem;
18322
+ justify-content: center;
18323
+ min-width: 20px;
18324
+ padding: 4px 6px;
18325
+ pointer-events: auto;
18326
+ position: absolute;
18327
+ text-align: center;
18328
+ text-indent: 0;
18329
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18330
+ white-space: nowrap;
18331
+ }
18332
+ .v-badge__badge {
18333
+ background: rgb(var(--v-theme-surface-variant));
18334
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18335
+ }
18336
+ .v-badge--bordered .v-badge__badge::after {
18337
+ border-radius: inherit;
18338
+ border-style: solid;
18339
+ border-width: 2px;
18340
+ bottom: 0;
18341
+ color: rgb(var(--v-theme-background));
18342
+ content: "";
18343
+ left: 0;
18344
+ position: absolute;
18345
+ right: 0;
18346
+ top: 0;
18347
+ transform: scale(1.05);
18348
+ }
18349
+ .v-badge--dot .v-badge__badge {
18350
+ border-radius: 4.5px;
18351
+ height: 9px;
18352
+ min-width: 0;
18353
+ padding: 0;
18354
+ width: 9px;
18355
+ }
18356
+ .v-badge--dot .v-badge__badge::after {
18357
+ border-width: 1.5px;
18358
+ }
18359
+ .v-badge--inline .v-badge__badge {
18360
+ position: relative;
18361
+ vertical-align: middle;
18362
+ }
18363
+ .v-badge__badge .v-icon {
18364
+ color: inherit;
18365
+ font-size: 0.75rem;
18366
+ margin: 0 -2px;
18367
+ }
18368
+ .v-badge__badge img,
18369
+ .v-badge__badge .v-img {
18370
+ height: 100%;
18371
+ width: 100%;
18372
+ }
18373
+
18374
+ .v-badge__wrapper {
18375
+ display: flex;
18376
+ position: relative;
18377
+ }
18378
+ .v-badge--inline .v-badge__wrapper {
18379
+ align-items: center;
18380
+ display: inline-flex;
18381
+ justify-content: center;
18382
+ margin: 0 4px;
18310
18383
  }.v-avatar {
18311
18384
  flex: none;
18312
18385
  align-items: center;
@@ -18413,79 +18486,6 @@ html.overflow-y-hidden {
18413
18486
  .v-avatar .v-img {
18414
18487
  height: 100%;
18415
18488
  width: 100%;
18416
- }.v-badge {
18417
- display: inline-block;
18418
- line-height: 1;
18419
- }
18420
-
18421
- .v-badge__badge {
18422
- align-items: center;
18423
- display: inline-flex;
18424
- border-radius: 10px;
18425
- font-size: 0.75rem;
18426
- font-weight: 500;
18427
- height: 1.25rem;
18428
- justify-content: center;
18429
- min-width: 20px;
18430
- padding: 4px 6px;
18431
- pointer-events: auto;
18432
- position: absolute;
18433
- text-align: center;
18434
- text-indent: 0;
18435
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18436
- white-space: nowrap;
18437
- }
18438
- .v-badge__badge {
18439
- background: rgb(var(--v-theme-surface-variant));
18440
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18441
- }
18442
- .v-badge--bordered .v-badge__badge::after {
18443
- border-radius: inherit;
18444
- border-style: solid;
18445
- border-width: 2px;
18446
- bottom: 0;
18447
- color: rgb(var(--v-theme-background));
18448
- content: "";
18449
- left: 0;
18450
- position: absolute;
18451
- right: 0;
18452
- top: 0;
18453
- transform: scale(1.05);
18454
- }
18455
- .v-badge--dot .v-badge__badge {
18456
- border-radius: 4.5px;
18457
- height: 9px;
18458
- min-width: 0;
18459
- padding: 0;
18460
- width: 9px;
18461
- }
18462
- .v-badge--dot .v-badge__badge::after {
18463
- border-width: 1.5px;
18464
- }
18465
- .v-badge--inline .v-badge__badge {
18466
- position: relative;
18467
- vertical-align: middle;
18468
- }
18469
- .v-badge__badge .v-icon {
18470
- color: inherit;
18471
- font-size: 0.75rem;
18472
- margin: 0 -2px;
18473
- }
18474
- .v-badge__badge img,
18475
- .v-badge__badge .v-img {
18476
- height: 100%;
18477
- width: 100%;
18478
- }
18479
-
18480
- .v-badge__wrapper {
18481
- display: flex;
18482
- position: relative;
18483
- }
18484
- .v-badge--inline .v-badge__wrapper {
18485
- align-items: center;
18486
- display: inline-flex;
18487
- justify-content: center;
18488
- margin: 0 4px;
18489
18489
  }.v-banner {
18490
18490
  display: grid;
18491
18491
  flex: 1 1;
@@ -18652,69 +18652,6 @@ html.overflow-y-hidden {
18652
18652
  }
18653
18653
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18654
18654
  align-self: flex-start;
18655
- }.v-bottom-navigation {
18656
- display: flex;
18657
- max-width: 100%;
18658
- overflow: hidden;
18659
- position: absolute;
18660
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18661
- }
18662
- .v-bottom-navigation {
18663
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18664
- border-style: solid;
18665
- border-width: 0;
18666
- }
18667
- .v-bottom-navigation--border {
18668
- border-width: thin;
18669
- box-shadow: none;
18670
- }
18671
- .v-bottom-navigation {
18672
- border-radius: 0;
18673
- }
18674
- .v-bottom-navigation {
18675
- background: rgb(var(--v-theme-surface));
18676
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18677
- }
18678
- .v-bottom-navigation--active {
18679
- 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));
18680
- }
18681
-
18682
- .v-bottom-navigation__content {
18683
- display: flex;
18684
- flex: none;
18685
- font-size: 0.75rem;
18686
- justify-content: center;
18687
- transition: inherit;
18688
- width: 100%;
18689
- }
18690
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18691
- font-size: inherit;
18692
- height: 100%;
18693
- max-width: 168px;
18694
- min-width: 80px;
18695
- text-transform: none;
18696
- transition: inherit;
18697
- width: auto;
18698
- }
18699
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18700
- border-radius: 0;
18701
- }
18702
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18703
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18704
- transition: inherit;
18705
- }
18706
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18707
- font-size: 1.5rem;
18708
- }
18709
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18710
- flex-grow: 1;
18711
- }
18712
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18713
- transition: inherit;
18714
- opacity: 0;
18715
- }
18716
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18717
- transform: translateY(0.5rem);
18718
18655
  }.bottom-sheet-transition-enter-from {
18719
18656
  transform: translateY(100%);
18720
18657
  }
@@ -18749,25 +18686,145 @@ html.overflow-y-hidden {
18749
18686
  .v-bottom-sheet.v-bottom-sheet--inset {
18750
18687
  max-width: 70%;
18751
18688
  }
18752
- }.v-btn {
18689
+ }.v-breadcrumbs {
18690
+ display: flex;
18753
18691
  align-items: center;
18692
+ line-height: 1.6;
18693
+ padding: 16px 12px;
18694
+ }
18695
+ .v-breadcrumbs--rounded {
18754
18696
  border-radius: 4px;
18755
- display: inline-grid;
18756
- grid-template-areas: "prepend content append";
18757
- grid-template-columns: max-content auto max-content;
18758
- font-weight: 500;
18759
- justify-content: center;
18760
- letter-spacing: 0.0892857143em;
18761
- line-height: normal;
18762
- max-width: 100%;
18763
- outline: none;
18764
- position: relative;
18765
- text-decoration: none;
18766
- text-indent: 0.0892857143em;
18767
- text-transform: uppercase;
18768
- transition-property: box-shadow, transform, opacity, background;
18769
- transition-duration: 0.28s;
18770
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
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
+ }.v-bottom-navigation {
18747
+ display: flex;
18748
+ max-width: 100%;
18749
+ overflow: hidden;
18750
+ position: absolute;
18751
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18752
+ }
18753
+ .v-bottom-navigation {
18754
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18755
+ border-style: solid;
18756
+ border-width: 0;
18757
+ }
18758
+ .v-bottom-navigation--border {
18759
+ border-width: thin;
18760
+ box-shadow: none;
18761
+ }
18762
+ .v-bottom-navigation {
18763
+ border-radius: 0;
18764
+ }
18765
+ .v-bottom-navigation {
18766
+ background: rgb(var(--v-theme-surface));
18767
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18768
+ }
18769
+ .v-bottom-navigation--active {
18770
+ 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));
18771
+ }
18772
+
18773
+ .v-bottom-navigation__content {
18774
+ display: flex;
18775
+ flex: none;
18776
+ font-size: 0.75rem;
18777
+ justify-content: center;
18778
+ transition: inherit;
18779
+ width: 100%;
18780
+ }
18781
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18782
+ font-size: inherit;
18783
+ height: 100%;
18784
+ max-width: 168px;
18785
+ min-width: 80px;
18786
+ text-transform: none;
18787
+ transition: inherit;
18788
+ width: auto;
18789
+ }
18790
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18791
+ border-radius: 0;
18792
+ }
18793
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18794
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18795
+ transition: inherit;
18796
+ }
18797
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18798
+ font-size: 1.5rem;
18799
+ }
18800
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18801
+ flex-grow: 1;
18802
+ }
18803
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18804
+ transition: inherit;
18805
+ opacity: 0;
18806
+ }
18807
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18808
+ transform: translateY(0.5rem);
18809
+ }.v-btn {
18810
+ align-items: center;
18811
+ border-radius: 4px;
18812
+ display: inline-grid;
18813
+ grid-template-areas: "prepend content append";
18814
+ grid-template-columns: max-content auto max-content;
18815
+ font-weight: 500;
18816
+ justify-content: center;
18817
+ letter-spacing: 0.0892857143em;
18818
+ line-height: normal;
18819
+ max-width: 100%;
18820
+ outline: none;
18821
+ position: relative;
18822
+ text-decoration: none;
18823
+ text-indent: 0.0892857143em;
18824
+ text-transform: uppercase;
18825
+ transition-property: box-shadow, transform, opacity, background;
18826
+ transition-duration: 0.28s;
18827
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18771
18828
  -webkit-user-select: none;
18772
18829
  user-select: none;
18773
18830
  vertical-align: middle;
@@ -19173,6 +19230,19 @@ html.overflow-y-hidden {
19173
19230
  }
19174
19231
  .v-pagination__item--is-active .v-btn__overlay {
19175
19232
  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
+ }
19176
19246
  }.v-btn-group {
19177
19247
  display: inline-flex;
19178
19248
  flex-wrap: nowrap;
@@ -19237,19 +19307,6 @@ html.overflow-y-hidden {
19237
19307
  }
19238
19308
  .v-btn-group--tile {
19239
19309
  border-radius: 0;
19240
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19241
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19242
- }
19243
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19244
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19245
- }
19246
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19247
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19248
- }
19249
- @supports not selector(:focus-visible) {
19250
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19251
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19252
- }
19253
19310
  }.v-card {
19254
19311
  display: block;
19255
19312
  overflow: hidden;
@@ -19558,6 +19615,11 @@ html.overflow-y-hidden {
19558
19615
  pointer-events: none;
19559
19616
  opacity: 0;
19560
19617
  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);
19561
19623
  }.v-carousel {
19562
19624
  overflow: hidden;
19563
19625
  position: relative;
@@ -19623,11 +19685,24 @@ html.overflow-y-hidden {
19623
19685
  flex-direction: column;
19624
19686
  height: 100% !important;
19625
19687
  width: 50px;
19626
- }.v-checkbox.v-input {
19627
- flex: 0 1 auto;
19688
+ }.v-chip-group {
19689
+ display: flex;
19690
+ max-width: 100%;
19691
+ min-width: 0;
19692
+ overflow-x: auto;
19693
+ padding: 4px 0;
19628
19694
  }
19629
- .v-checkbox .v-selection-control {
19630
- min-height: var(--v-input-control-height);
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);
19700
+ }
19701
+
19702
+ .v-chip-group--column .v-slide-group__content {
19703
+ white-space: normal;
19704
+ flex-wrap: wrap;
19705
+ max-width: 100%;
19631
19706
  }.v-chip {
19632
19707
  align-items: center;
19633
19708
  display: inline-flex;
@@ -20046,24 +20121,6 @@ html.overflow-y-hidden {
20046
20121
 
20047
20122
  .v-chip--label {
20048
20123
  border-radius: 4px;
20049
- }.v-chip-group {
20050
- display: flex;
20051
- max-width: 100%;
20052
- min-width: 0;
20053
- overflow-x: auto;
20054
- padding: 4px 0;
20055
- }
20056
- .v-chip-group .v-chip {
20057
- margin: 4px 8px 4px 0;
20058
- }
20059
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20060
- opacity: var(--v-activated-opacity);
20061
- }
20062
-
20063
- .v-chip-group--column .v-slide-group__content {
20064
- white-space: normal;
20065
- flex-wrap: wrap;
20066
- max-width: 100%;
20067
20124
  }.v-color-picker {
20068
20125
  align-self: flex-start;
20069
20126
  contain: content;
@@ -20086,49 +20143,134 @@ html.overflow-y-hidden {
20086
20143
  }
20087
20144
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20088
20145
  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));
20089
- }.v-counter {
20090
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20091
- flex: 0 1 auto;
20092
- font-size: 12px;
20093
- transition-duration: 150ms;
20094
- }.v-data-table {
20095
- width: 100%;
20146
+ }.v-combobox .v-field .v-text-field__prefix,
20147
+ .v-combobox .v-field .v-text-field__suffix,
20148
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20149
+ cursor: text;
20096
20150
  }
20097
-
20098
- .v-data-table__table {
20099
- width: 100%;
20100
- border-collapse: separate;
20101
- border-spacing: 0;
20151
+ .v-combobox .v-field .v-field__input > input {
20152
+ flex: 1 1;
20102
20153
  }
20103
-
20104
- .v-data-table__tr--focus {
20105
- border: 1px dotted black;
20154
+ .v-combobox .v-field input {
20155
+ min-width: 64px;
20106
20156
  }
20107
- .v-data-table__tr--clickable {
20108
- cursor: pointer;
20157
+ .v-combobox .v-field:not(.v-field--focused) input {
20158
+ min-width: 0;
20109
20159
  }
20110
-
20111
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20112
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20113
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20114
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20115
- text-align: end;
20160
+ .v-combobox .v-field--dirty .v-combobox__selection {
20161
+ margin-inline-end: 2px;
20116
20162
  }
20117
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20118
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20119
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20120
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20121
- flex-direction: row-reverse;
20163
+ .v-combobox .v-combobox__selection-text {
20164
+ overflow: hidden;
20165
+ text-overflow: ellipsis;
20166
+ white-space: nowrap;
20122
20167
  }
20123
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20124
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20125
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20126
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20127
- text-align: center;
20168
+
20169
+ .v-combobox__content {
20170
+ overflow: hidden;
20128
20171
  }
20129
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20130
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20131
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20172
+ .v-combobox__content {
20173
+ 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));
20174
+ }
20175
+ .v-combobox__content {
20176
+ border-radius: 4px;
20177
+ }
20178
+ .v-combobox__mask {
20179
+ background: rgb(var(--v-theme-surface-light));
20180
+ }
20181
+ .v-combobox__selection {
20182
+ display: inline-flex;
20183
+ align-items: center;
20184
+ height: 1.5rem;
20185
+ letter-spacing: inherit;
20186
+ line-height: inherit;
20187
+ max-width: calc(100% - 2px - 2px);
20188
+ }
20189
+ .v-combobox__selection:first-child {
20190
+ margin-inline-start: 0;
20191
+ }
20192
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20193
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20194
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20195
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20196
+ top: 0px;
20197
+ }
20198
+ .v-combobox--selecting-index .v-combobox__selection {
20199
+ opacity: var(--v-medium-emphasis-opacity);
20200
+ }
20201
+ .v-combobox--selecting-index .v-combobox__selection--selected {
20202
+ opacity: 1;
20203
+ }
20204
+ .v-combobox--selecting-index .v-field__input > input {
20205
+ caret-color: transparent;
20206
+ }
20207
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20208
+ flex: 1 1;
20209
+ position: absolute;
20210
+ left: 0;
20211
+ right: 0;
20212
+ width: 100%;
20213
+ padding-inline: inherit;
20214
+ }
20215
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20216
+ transition: none;
20217
+ }
20218
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20219
+ opacity: 0;
20220
+ }
20221
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20222
+ opacity: 0;
20223
+ }
20224
+ .v-combobox__menu-icon {
20225
+ margin-inline-start: 4px;
20226
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20227
+ }
20228
+ .v-combobox--active-menu .v-combobox__menu-icon {
20229
+ opacity: var(--v-high-emphasis-opacity);
20230
+ transform: rotate(180deg);
20231
+ }.v-counter {
20232
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20233
+ flex: 0 1 auto;
20234
+ font-size: 12px;
20235
+ transition-duration: 150ms;
20236
+ }.v-data-table {
20237
+ width: 100%;
20238
+ }
20239
+
20240
+ .v-data-table__table {
20241
+ width: 100%;
20242
+ border-collapse: separate;
20243
+ border-spacing: 0;
20244
+ }
20245
+
20246
+ .v-data-table__tr--focus {
20247
+ border: 1px dotted black;
20248
+ }
20249
+ .v-data-table__tr--clickable {
20250
+ cursor: pointer;
20251
+ }
20252
+
20253
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20254
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20255
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20256
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20257
+ text-align: end;
20258
+ }
20259
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20260
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20261
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20262
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20263
+ flex-direction: row-reverse;
20264
+ }
20265
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20266
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20267
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20268
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20269
+ text-align: center;
20270
+ }
20271
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20272
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20273
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20132
20274
  .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20133
20275
  justify-content: center;
20134
20276
  }
@@ -20309,6 +20451,62 @@ html.overflow-y-hidden {
20309
20451
  }
20310
20452
  .v-data-table-footer__page {
20311
20453
  padding: 0 8px;
20454
+ }.v-date-picker-controls {
20455
+ display: flex;
20456
+ align-items: center;
20457
+ justify-content: space-between;
20458
+ font-size: 0.875rem;
20459
+ padding-top: 4px;
20460
+ padding-bottom: 4px;
20461
+ padding-inline-start: 6px;
20462
+ padding-inline-end: 12px;
20463
+ }
20464
+ .v-date-picker-controls > .v-btn:first-child {
20465
+ text-transform: none;
20466
+ font-weight: 400;
20467
+ line-height: initial;
20468
+ letter-spacing: initial;
20469
+ }
20470
+ .v-date-picker-controls--variant-classic {
20471
+ padding-inline-start: 12px;
20472
+ }
20473
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20474
+ opacity: 0.7;
20475
+ }
20476
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20477
+ cursor: pointer;
20478
+ }
20479
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20480
+ opacity: 1;
20481
+ }
20482
+ .v-date-picker-controls .v-btn:last-child {
20483
+ margin-inline-start: 4px;
20484
+ }
20485
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20486
+ transform: rotate(180deg);
20487
+ }
20488
+
20489
+ .v-date-picker-controls__date {
20490
+ margin-inline-end: 4px;
20491
+ }
20492
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20493
+ margin: auto;
20494
+ text-align: center;
20495
+ }
20496
+
20497
+ .v-date-picker-controls__month {
20498
+ display: flex;
20499
+ }
20500
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20501
+ flex-direction: row-reverse;
20502
+ }
20503
+
20504
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20505
+ flex: 1 0 auto;
20506
+ }
20507
+
20508
+ .v-date-picker__title {
20509
+ display: inline-block;
20312
20510
  }.v-date-picker {
20313
20511
  overflow: hidden;
20314
20512
  width: 328px;
@@ -20375,62 +20573,6 @@ html.overflow-y-hidden {
20375
20573
  .date-picker-header-reverse-transition-leave-to {
20376
20574
  opacity: 0;
20377
20575
  transform: translate(0, 100%);
20378
- }.v-date-picker-controls {
20379
- display: flex;
20380
- align-items: center;
20381
- justify-content: space-between;
20382
- font-size: 0.875rem;
20383
- padding-top: 4px;
20384
- padding-bottom: 4px;
20385
- padding-inline-start: 6px;
20386
- padding-inline-end: 12px;
20387
- }
20388
- .v-date-picker-controls > .v-btn:first-child {
20389
- text-transform: none;
20390
- font-weight: 400;
20391
- line-height: initial;
20392
- letter-spacing: initial;
20393
- }
20394
- .v-date-picker-controls--variant-classic {
20395
- padding-inline-start: 12px;
20396
- }
20397
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20398
- opacity: 0.7;
20399
- }
20400
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20401
- cursor: pointer;
20402
- }
20403
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20404
- opacity: 1;
20405
- }
20406
- .v-date-picker-controls .v-btn:last-child {
20407
- margin-inline-start: 4px;
20408
- }
20409
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20410
- transform: rotate(180deg);
20411
- }
20412
-
20413
- .v-date-picker-controls__date {
20414
- margin-inline-end: 4px;
20415
- }
20416
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20417
- margin: auto;
20418
- text-align: center;
20419
- }
20420
-
20421
- .v-date-picker-controls__month {
20422
- display: flex;
20423
- }
20424
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20425
- flex-direction: row-reverse;
20426
- }
20427
-
20428
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20429
- flex: 1 0 auto;
20430
- }
20431
-
20432
- .v-date-picker__title {
20433
- display: inline-block;
20434
20576
  }.v-date-picker-month {
20435
20577
  display: flex;
20436
20578
  justify-content: center;
@@ -20739,37 +20881,106 @@ html.overflow-y-hidden {
20739
20881
  .v-empty-state__action-btn.v-btn {
20740
20882
  background-color: initial;
20741
20883
  color: initial;
20742
- }.v-expansion-panel {
20743
- background-color: rgb(var(--v-theme-surface));
20744
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20745
- }
20746
- .v-expansion-panel:not(:first-child)::after {
20747
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
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;
20748
20893
  }
20749
- .v-expansion-panel--disabled .v-expansion-panel-title {
20750
- color: rgba(var(--v-theme-on-surface), 0.26);
20894
+ .v-fab .v-btn {
20895
+ pointer-events: auto;
20751
20896
  }
20752
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20753
- opacity: 0.4615384615;
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));
20754
20899
  }
20755
-
20756
- .v-expansion-panels {
20900
+ .v-fab--app, .v-fab--absolute {
20757
20901
  display: flex;
20758
- flex-wrap: wrap;
20759
- justify-content: center;
20760
- list-style-type: none;
20761
- padding: 0;
20762
- width: 100%;
20763
- position: relative;
20764
- z-index: 1;
20765
- }
20766
- .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) {
20767
- border-bottom-left-radius: 0 !important;
20768
- border-bottom-right-radius: 0 !important;
20769
20902
  }
20770
- .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) {
20771
- border-top-left-radius: 0 !important;
20772
- border-top-right-radius: 0 !important;
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
+ }.v-expansion-panel {
20954
+ background-color: rgb(var(--v-theme-surface));
20955
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20956
+ }
20957
+ .v-expansion-panel:not(:first-child)::after {
20958
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20959
+ }
20960
+ .v-expansion-panel--disabled .v-expansion-panel-title {
20961
+ color: rgba(var(--v-theme-on-surface), 0.26);
20962
+ }
20963
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20964
+ opacity: 0.4615384615;
20965
+ }
20966
+
20967
+ .v-expansion-panels {
20968
+ display: flex;
20969
+ flex-wrap: wrap;
20970
+ justify-content: center;
20971
+ list-style-type: none;
20972
+ padding: 0;
20973
+ width: 100%;
20974
+ position: relative;
20975
+ z-index: 1;
20976
+ }
20977
+ .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) {
20978
+ border-bottom-left-radius: 0 !important;
20979
+ border-bottom-right-radius: 0 !important;
20980
+ }
20981
+ .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) {
20982
+ border-top-left-radius: 0 !important;
20983
+ border-top-right-radius: 0 !important;
20773
20984
  }
20774
20985
  .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) {
20775
20986
  border-bottom-left-radius: 0 !important;
@@ -20955,75 +21166,6 @@ html.overflow-y-hidden {
20955
21166
  }
20956
21167
  .v-expansion-panels--tile > .v-expansion-panel {
20957
21168
  border-radius: 0;
20958
- }.v-fab {
20959
- align-items: center;
20960
- display: inline-flex;
20961
- flex: 1 1 auto;
20962
- pointer-events: none;
20963
- position: relative;
20964
- transition-duration: 0.2s;
20965
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20966
- vertical-align: middle;
20967
- }
20968
- .v-fab .v-btn {
20969
- pointer-events: auto;
20970
- }
20971
- .v-fab .v-btn--variant-elevated {
20972
- 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));
20973
- }
20974
- .v-fab--app, .v-fab--absolute {
20975
- display: flex;
20976
- }
20977
- .v-fab--start, .v-fab--left {
20978
- justify-content: flex-start;
20979
- }
20980
- .v-fab--center {
20981
- align-items: center;
20982
- justify-content: center;
20983
- }
20984
- .v-fab--end, .v-fab--right {
20985
- justify-content: flex-end;
20986
- }
20987
- .v-fab--bottom {
20988
- align-items: flex-end;
20989
- }
20990
- .v-fab--top {
20991
- align-items: flex-start;
20992
- }
20993
- .v-fab--extended .v-btn {
20994
- border-radius: 9999px !important;
20995
- }
20996
-
20997
- .v-fab__container {
20998
- align-self: center;
20999
- display: inline-flex;
21000
- position: absolute;
21001
- vertical-align: middle;
21002
- }
21003
- .v-fab--app .v-fab__container {
21004
- margin: 12px;
21005
- }
21006
- .v-fab--absolute .v-fab__container {
21007
- position: absolute;
21008
- z-index: 4;
21009
- }
21010
- .v-fab--offset.v-fab--top .v-fab__container {
21011
- transform: translateY(-50%);
21012
- }
21013
- .v-fab--offset.v-fab--bottom .v-fab__container {
21014
- transform: translateY(50%);
21015
- }
21016
- .v-fab--top .v-fab__container {
21017
- top: 0;
21018
- }
21019
- .v-fab--bottom .v-fab__container {
21020
- bottom: 0;
21021
- }
21022
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21023
- left: 0;
21024
- }
21025
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21026
- right: 0;
21027
21169
  }/* region INPUT */
21028
21170
  .v-field {
21029
21171
  display: grid;
@@ -21636,95 +21778,6 @@ textarea.v-field__input::placeholder {
21636
21778
  }
21637
21779
  .v-input--plain-underlined.v-file-input .v-input__details {
21638
21780
  padding-inline: 0;
21639
- }.v-footer {
21640
- align-items: center;
21641
- display: flex;
21642
- flex: 1 1 auto;
21643
- padding: 8px 16px;
21644
- position: relative;
21645
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21646
- transition-property: height, width, transform, max-width, left, right, top, bottom;
21647
- }
21648
- .v-footer {
21649
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21650
- border-style: solid;
21651
- border-width: 0;
21652
- }
21653
- .v-footer--border {
21654
- border-width: thin;
21655
- box-shadow: none;
21656
- }
21657
- .v-footer {
21658
- 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));
21659
- }
21660
- .v-footer--absolute {
21661
- position: absolute;
21662
- }
21663
- .v-footer--fixed {
21664
- position: fixed;
21665
- }
21666
- .v-footer {
21667
- border-radius: 0;
21668
- }
21669
- .v-footer {
21670
- background: rgb(var(--v-theme-surface));
21671
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21672
- }
21673
- .v-footer--rounded {
21674
- border-radius: 4px;
21675
- }.v-icon {
21676
- --v-icon-size-multiplier: 1;
21677
- align-items: center;
21678
- display: inline-flex;
21679
- font-feature-settings: "liga";
21680
- height: 1em;
21681
- justify-content: center;
21682
- letter-spacing: normal;
21683
- line-height: 1;
21684
- position: relative;
21685
- text-indent: 0;
21686
- text-align: center;
21687
- -webkit-user-select: none;
21688
- user-select: none;
21689
- vertical-align: middle;
21690
- width: 1em;
21691
- min-width: 1em;
21692
- }
21693
- .v-icon--clickable {
21694
- cursor: pointer;
21695
- }
21696
- .v-icon--disabled {
21697
- pointer-events: none;
21698
- opacity: 0.38;
21699
- }
21700
- .v-icon--size-x-small {
21701
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
21702
- }
21703
- .v-icon--size-small {
21704
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
21705
- }
21706
- .v-icon--size-default {
21707
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
21708
- }
21709
- .v-icon--size-large {
21710
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
21711
- }
21712
- .v-icon--size-x-large {
21713
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
21714
- }
21715
-
21716
- .v-icon__svg {
21717
- fill: currentColor;
21718
- width: 100%;
21719
- height: 100%;
21720
- }
21721
-
21722
- .v-icon--start {
21723
- margin-inline-end: 8px;
21724
- }
21725
-
21726
- .v-icon--end {
21727
- margin-inline-start: 8px;
21728
21781
  }.v-container {
21729
21782
  width: 100%;
21730
21783
  padding: 16px;
@@ -22397,25 +22450,78 @@ textarea.v-field__input::placeholder {
22397
22450
  .offset-xxl-11 {
22398
22451
  margin-inline-start: 91.6666666667%;
22399
22452
  }
22400
- }.v-img {
22401
- --v-theme-overlay-multiplier: 3;
22402
- z-index: 0;
22403
- }
22404
- .v-img.v-img--absolute {
22405
- height: 100%;
22406
- left: 0;
22407
- overflow: hidden;
22408
- position: absolute;
22409
- top: 0;
22410
- width: 100%;
22411
- z-index: -1;
22412
- }
22413
- .v-img--booting .v-responsive__sizer {
22414
- transition: none;
22415
- }
22416
- .v-img--rounded {
22417
- border-radius: 4px;
22418
- }
22453
+ }.v-icon {
22454
+ --v-icon-size-multiplier: 1;
22455
+ align-items: center;
22456
+ display: inline-flex;
22457
+ font-feature-settings: "liga";
22458
+ height: 1em;
22459
+ justify-content: center;
22460
+ letter-spacing: normal;
22461
+ line-height: 1;
22462
+ position: relative;
22463
+ text-indent: 0;
22464
+ text-align: center;
22465
+ -webkit-user-select: none;
22466
+ user-select: none;
22467
+ vertical-align: middle;
22468
+ width: 1em;
22469
+ min-width: 1em;
22470
+ }
22471
+ .v-icon--clickable {
22472
+ cursor: pointer;
22473
+ }
22474
+ .v-icon--disabled {
22475
+ pointer-events: none;
22476
+ opacity: 0.38;
22477
+ }
22478
+ .v-icon--size-x-small {
22479
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
22480
+ }
22481
+ .v-icon--size-small {
22482
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22483
+ }
22484
+ .v-icon--size-default {
22485
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22486
+ }
22487
+ .v-icon--size-large {
22488
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22489
+ }
22490
+ .v-icon--size-x-large {
22491
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
22492
+ }
22493
+
22494
+ .v-icon__svg {
22495
+ fill: currentColor;
22496
+ width: 100%;
22497
+ height: 100%;
22498
+ }
22499
+
22500
+ .v-icon--start {
22501
+ margin-inline-end: 8px;
22502
+ }
22503
+
22504
+ .v-icon--end {
22505
+ margin-inline-start: 8px;
22506
+ }.v-img {
22507
+ --v-theme-overlay-multiplier: 3;
22508
+ z-index: 0;
22509
+ }
22510
+ .v-img.v-img--absolute {
22511
+ height: 100%;
22512
+ left: 0;
22513
+ overflow: hidden;
22514
+ position: absolute;
22515
+ top: 0;
22516
+ width: 100%;
22517
+ z-index: -1;
22518
+ }
22519
+ .v-img--booting .v-responsive__sizer {
22520
+ transition: none;
22521
+ }
22522
+ .v-img--rounded {
22523
+ border-radius: 4px;
22524
+ }
22419
22525
 
22420
22526
  .v-img__img,
22421
22527
  .v-img__picture,
@@ -23237,8 +23343,6 @@ textarea.v-field__input::placeholder {
23237
23343
  }
23238
23344
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23239
23345
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23240
- }.v-locale-provider {
23241
- display: contents;
23242
23346
  }.v-main {
23243
23347
  flex: 1 0 auto;
23244
23348
  max-width: 100%;
@@ -23288,6 +23392,8 @@ textarea.v-field__input::placeholder {
23288
23392
  .v-menu > .v-overlay__content > .v-sheet,
23289
23393
  .v-menu > .v-overlay__content > .v-list {
23290
23394
  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;
23291
23397
  }.v-messages {
23292
23398
  flex: 1 1 auto;
23293
23399
  font-size: 12px;
@@ -23304,6 +23410,69 @@ textarea.v-field__input::placeholder {
23304
23410
  -webkit-hyphens: auto;
23305
23411
  hyphens: auto;
23306
23412
  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);
23307
23476
  }.v-navigation-drawer {
23308
23477
  -webkit-overflow-scrolling: touch;
23309
23478
  background: rgb(var(--v-theme-surface));
@@ -23412,69 +23581,6 @@ textarea.v-field__input::placeholder {
23412
23581
  .v-navigation-drawer__append {
23413
23582
  flex: none;
23414
23583
  overflow: hidden;
23415
- }.v-overlay-container {
23416
- contain: layout;
23417
- left: 0;
23418
- pointer-events: none;
23419
- position: absolute;
23420
- top: 0;
23421
- display: contents;
23422
- }
23423
-
23424
- .v-overlay-scroll-blocked {
23425
- padding-inline-end: var(--v-scrollbar-offset);
23426
- }
23427
- .v-overlay-scroll-blocked:not(html) {
23428
- overflow-y: hidden !important;
23429
- }
23430
- html.v-overlay-scroll-blocked {
23431
- position: fixed;
23432
- top: var(--v-body-scroll-y);
23433
- left: var(--v-body-scroll-x);
23434
- width: 100%;
23435
- height: 100%;
23436
- }
23437
-
23438
- .v-overlay {
23439
- border-radius: inherit;
23440
- display: flex;
23441
- left: 0;
23442
- pointer-events: none;
23443
- position: fixed;
23444
- top: 0;
23445
- bottom: 0;
23446
- right: 0;
23447
- }
23448
-
23449
- .v-overlay__content {
23450
- outline: none;
23451
- position: absolute;
23452
- pointer-events: auto;
23453
- contain: layout;
23454
- }
23455
-
23456
- .v-overlay__scrim {
23457
- pointer-events: auto;
23458
- background: rgb(var(--v-theme-on-surface));
23459
- border-radius: inherit;
23460
- bottom: 0;
23461
- left: 0;
23462
- opacity: var(--v-overlay-opacity, 0.32);
23463
- position: fixed;
23464
- right: 0;
23465
- top: 0;
23466
- }
23467
-
23468
- .v-overlay--absolute {
23469
- position: absolute;
23470
- }
23471
-
23472
- .v-overlay--contained .v-overlay__scrim {
23473
- position: absolute;
23474
- }
23475
-
23476
- .v-overlay--scroll-blocked {
23477
- padding-inline-end: var(--v-scrollbar-offset);
23478
23584
  }.v-otp-input {
23479
23585
  align-items: center;
23480
23586
  display: flex;
@@ -23547,57 +23653,159 @@ html.v-overlay-scroll-blocked {
23547
23653
  }
23548
23654
  .v-parallax--active > .v-img__img {
23549
23655
  will-change: transform;
23550
- }.v-progress-linear {
23551
- background: transparent;
23552
- overflow: hidden;
23656
+ }.v-progress-circular {
23657
+ align-items: center;
23658
+ display: inline-flex;
23659
+ justify-content: center;
23553
23660
  position: relative;
23554
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23555
- width: 100%;
23556
- }
23557
- .v-progress-linear--rounded {
23558
- border-radius: 9999px;
23559
- }
23560
- @media (forced-colors: active) {
23561
- .v-progress-linear {
23562
- border: thin solid buttontext;
23563
- }
23661
+ vertical-align: middle;
23564
23662
  }
23565
-
23566
- .v-progress-linear__background,
23567
- .v-progress-linear__buffer {
23568
- background: currentColor;
23569
- bottom: 0;
23570
- left: 0;
23571
- opacity: var(--v-border-opacity);
23663
+ .v-progress-circular > svg {
23664
+ width: 100%;
23665
+ height: 100%;
23666
+ margin: auto;
23572
23667
  position: absolute;
23573
23668
  top: 0;
23574
- width: 100%;
23575
- transition-property: width, left, right;
23576
- transition: inherit;
23669
+ bottom: 0;
23670
+ left: 0;
23671
+ right: 0;
23672
+ z-index: 0;
23577
23673
  }
23578
23674
 
23579
- @media (forced-colors: active) {
23580
- .v-progress-linear__buffer {
23581
- background-color: highlight;
23582
- opacity: 0.3;
23583
- }
23584
- }
23585
- .v-progress-linear__content {
23675
+ .v-progress-circular__content {
23586
23676
  align-items: center;
23587
23677
  display: flex;
23588
- height: 100%;
23589
23678
  justify-content: center;
23590
- left: 0;
23591
- pointer-events: none;
23592
- position: absolute;
23593
- top: 0;
23594
- width: 100%;
23595
23679
  }
23596
23680
 
23597
- .v-progress-linear__determinate,
23598
- .v-progress-linear__indeterminate {
23599
- background: currentColor;
23600
- }
23681
+ .v-progress-circular__underlay {
23682
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23683
+ stroke: currentColor;
23684
+ z-index: 1;
23685
+ }
23686
+
23687
+ .v-progress-circular__overlay {
23688
+ stroke: currentColor;
23689
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23690
+ z-index: 2;
23691
+ }
23692
+
23693
+ .v-progress-circular--size-x-small {
23694
+ height: 16px;
23695
+ width: 16px;
23696
+ }
23697
+ .v-progress-circular--size-small {
23698
+ height: 24px;
23699
+ width: 24px;
23700
+ }
23701
+ .v-progress-circular--size-default {
23702
+ height: 32px;
23703
+ width: 32px;
23704
+ }
23705
+ .v-progress-circular--size-large {
23706
+ height: 48px;
23707
+ width: 48px;
23708
+ }
23709
+ .v-progress-circular--size-x-large {
23710
+ height: 64px;
23711
+ width: 64px;
23712
+ }
23713
+
23714
+ .v-progress-circular--indeterminate > svg {
23715
+ animation: progress-circular-rotate 1.4s linear infinite;
23716
+ transform-origin: center center;
23717
+ transition: all 0.2s ease-in-out;
23718
+ }
23719
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23720
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23721
+ stroke-dasharray: 25, 200;
23722
+ stroke-dashoffset: 0;
23723
+ stroke-linecap: round;
23724
+ transform-origin: center center;
23725
+ transform: rotate(-90deg);
23726
+ }
23727
+
23728
+ .v-progress-circular--disable-shrink > svg {
23729
+ animation-duration: 0.7s;
23730
+ }
23731
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23732
+ animation: none;
23733
+ }
23734
+
23735
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23736
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23737
+ animation-play-state: paused !important;
23738
+ }
23739
+
23740
+ @keyframes progress-circular-dash {
23741
+ 0% {
23742
+ stroke-dasharray: 1, 200;
23743
+ stroke-dashoffset: 0px;
23744
+ }
23745
+ 50% {
23746
+ stroke-dasharray: 100, 200;
23747
+ stroke-dashoffset: -15px;
23748
+ }
23749
+ 100% {
23750
+ stroke-dasharray: 100, 200;
23751
+ stroke-dashoffset: -124px;
23752
+ }
23753
+ }
23754
+ @keyframes progress-circular-rotate {
23755
+ 100% {
23756
+ transform: rotate(270deg);
23757
+ }
23758
+ }.v-progress-linear {
23759
+ background: transparent;
23760
+ overflow: hidden;
23761
+ position: relative;
23762
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23763
+ width: 100%;
23764
+ }
23765
+ .v-progress-linear--rounded {
23766
+ border-radius: 9999px;
23767
+ }
23768
+ @media (forced-colors: active) {
23769
+ .v-progress-linear {
23770
+ border: thin solid buttontext;
23771
+ }
23772
+ }
23773
+
23774
+ .v-progress-linear__background,
23775
+ .v-progress-linear__buffer {
23776
+ background: currentColor;
23777
+ bottom: 0;
23778
+ left: 0;
23779
+ opacity: var(--v-border-opacity);
23780
+ position: absolute;
23781
+ top: 0;
23782
+ width: 100%;
23783
+ transition-property: width, left, right;
23784
+ transition: inherit;
23785
+ }
23786
+
23787
+ @media (forced-colors: active) {
23788
+ .v-progress-linear__buffer {
23789
+ background-color: highlight;
23790
+ opacity: 0.3;
23791
+ }
23792
+ }
23793
+ .v-progress-linear__content {
23794
+ align-items: center;
23795
+ display: flex;
23796
+ height: 100%;
23797
+ justify-content: center;
23798
+ left: 0;
23799
+ pointer-events: none;
23800
+ position: absolute;
23801
+ top: 0;
23802
+ width: 100%;
23803
+ }
23804
+
23805
+ .v-progress-linear__determinate,
23806
+ .v-progress-linear__indeterminate {
23807
+ background: currentColor;
23808
+ }
23601
23809
  @media (forced-colors: active) {
23602
23810
  .v-progress-linear__determinate,
23603
23811
  .v-progress-linear__indeterminate {
@@ -23775,108 +23983,6 @@ html.v-overlay-scroll-blocked {
23775
23983
  0% {
23776
23984
  background-position-x: var(--v-progress-linear-height);
23777
23985
  }
23778
- }.v-progress-circular {
23779
- align-items: center;
23780
- display: inline-flex;
23781
- justify-content: center;
23782
- position: relative;
23783
- vertical-align: middle;
23784
- }
23785
- .v-progress-circular > svg {
23786
- width: 100%;
23787
- height: 100%;
23788
- margin: auto;
23789
- position: absolute;
23790
- top: 0;
23791
- bottom: 0;
23792
- left: 0;
23793
- right: 0;
23794
- z-index: 0;
23795
- }
23796
-
23797
- .v-progress-circular__content {
23798
- align-items: center;
23799
- display: flex;
23800
- justify-content: center;
23801
- }
23802
-
23803
- .v-progress-circular__underlay {
23804
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23805
- stroke: currentColor;
23806
- z-index: 1;
23807
- }
23808
-
23809
- .v-progress-circular__overlay {
23810
- stroke: currentColor;
23811
- transition: all 0.2s ease-in-out, stroke-width 0s;
23812
- z-index: 2;
23813
- }
23814
-
23815
- .v-progress-circular--size-x-small {
23816
- height: 16px;
23817
- width: 16px;
23818
- }
23819
- .v-progress-circular--size-small {
23820
- height: 24px;
23821
- width: 24px;
23822
- }
23823
- .v-progress-circular--size-default {
23824
- height: 32px;
23825
- width: 32px;
23826
- }
23827
- .v-progress-circular--size-large {
23828
- height: 48px;
23829
- width: 48px;
23830
- }
23831
- .v-progress-circular--size-x-large {
23832
- height: 64px;
23833
- width: 64px;
23834
- }
23835
-
23836
- .v-progress-circular--indeterminate > svg {
23837
- animation: progress-circular-rotate 1.4s linear infinite;
23838
- transform-origin: center center;
23839
- transition: all 0.2s ease-in-out;
23840
- }
23841
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23842
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23843
- stroke-dasharray: 25, 200;
23844
- stroke-dashoffset: 0;
23845
- stroke-linecap: round;
23846
- transform-origin: center center;
23847
- transform: rotate(-90deg);
23848
- }
23849
-
23850
- .v-progress-circular--disable-shrink > svg {
23851
- animation-duration: 0.7s;
23852
- }
23853
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23854
- animation: none;
23855
- }
23856
-
23857
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23858
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23859
- animation-play-state: paused !important;
23860
- }
23861
-
23862
- @keyframes progress-circular-dash {
23863
- 0% {
23864
- stroke-dasharray: 1, 200;
23865
- stroke-dashoffset: 0px;
23866
- }
23867
- 50% {
23868
- stroke-dasharray: 100, 200;
23869
- stroke-dashoffset: -15px;
23870
- }
23871
- 100% {
23872
- stroke-dasharray: 100, 200;
23873
- stroke-dashoffset: -124px;
23874
- }
23875
- }
23876
- @keyframes progress-circular-rotate {
23877
- 100% {
23878
- transform: rotate(270deg);
23879
- }
23880
23986
  }.v-radio-group > .v-input__control {
23881
23987
  flex-direction: column;
23882
23988
  }
@@ -24025,58 +24131,42 @@ html.v-overlay-scroll-blocked {
24025
24131
  flex: 1 0 0px;
24026
24132
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24027
24133
  pointer-events: none;
24028
- }.v-select .v-field .v-text-field__prefix,
24029
- .v-select .v-field .v-text-field__suffix,
24030
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24031
- cursor: pointer;
24134
+ }.v-sheet {
24135
+ display: block;
24032
24136
  }
24033
- .v-select .v-field .v-field__input > input {
24034
- align-self: flex-start;
24035
- opacity: 1;
24036
- flex: 0 0;
24037
- position: absolute;
24038
- width: 100%;
24039
- transition: none;
24040
- pointer-events: none;
24041
- caret-color: transparent;
24137
+ .v-sheet {
24138
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24139
+ border-style: solid;
24140
+ border-width: 0;
24042
24141
  }
24043
- .v-select .v-field--dirty .v-select__selection {
24044
- margin-inline-end: 2px;
24142
+ .v-sheet--border {
24143
+ border-width: thin;
24144
+ box-shadow: none;
24045
24145
  }
24046
- .v-select .v-select__selection-text {
24047
- overflow: hidden;
24048
- text-overflow: ellipsis;
24049
- white-space: nowrap;
24050
- }
24051
- .v-select__content {
24052
- overflow: hidden;
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));
24053
24148
  }
24054
- .v-select__content {
24055
- 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));
24149
+ .v-sheet--absolute {
24150
+ position: absolute;
24056
24151
  }
24057
- .v-select__content {
24058
- border-radius: 4px;
24152
+ .v-sheet--fixed {
24153
+ position: fixed;
24059
24154
  }
24060
- .v-select__selection {
24061
- display: inline-flex;
24062
- align-items: center;
24063
- letter-spacing: inherit;
24064
- line-height: inherit;
24065
- max-width: 100%;
24155
+ .v-sheet--relative {
24156
+ position: relative;
24066
24157
  }
24067
- .v-select .v-select__selection:first-child {
24068
- margin-inline-start: 0;
24158
+ .v-sheet--sticky {
24159
+ position: sticky;
24069
24160
  }
24070
- .v-select--selected .v-field .v-field__input > input {
24071
- opacity: 0;
24161
+ .v-sheet {
24162
+ border-radius: 0;
24072
24163
  }
24073
- .v-select__menu-icon {
24074
- margin-inline-start: 4px;
24075
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24164
+ .v-sheet {
24165
+ background: rgb(var(--v-theme-surface));
24166
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24076
24167
  }
24077
- .v-select--active-menu .v-select__menu-icon {
24078
- opacity: var(--v-high-emphasis-opacity);
24079
- transform: rotate(180deg);
24168
+ .v-sheet--rounded {
24169
+ border-radius: 4px;
24080
24170
  }.v-selection-control {
24081
24171
  align-items: center;
24082
24172
  contain: layout;
@@ -24180,50 +24270,58 @@ html.v-overlay-scroll-blocked {
24180
24270
  }
24181
24271
  .v-selection-control--focus-visible .v-selection-control__input::before {
24182
24272
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24183
- }.v-selection-control-group {
24184
- grid-area: control;
24185
- display: flex;
24186
- flex-direction: column;
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;
24187
24277
  }
24188
- .v-selection-control-group--inline {
24189
- flex-direction: row;
24190
- flex-wrap: wrap;
24191
- }.v-sheet {
24192
- display: block;
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;
24193
24287
  }
24194
- .v-sheet {
24195
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24196
- border-style: solid;
24197
- border-width: 0;
24288
+ .v-select .v-field--dirty .v-select__selection {
24289
+ margin-inline-end: 2px;
24198
24290
  }
24199
- .v-sheet--border {
24200
- border-width: thin;
24201
- box-shadow: none;
24291
+ .v-select .v-select__selection-text {
24292
+ overflow: hidden;
24293
+ text-overflow: ellipsis;
24294
+ white-space: nowrap;
24202
24295
  }
24203
- .v-sheet {
24204
- 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));
24296
+ .v-select__content {
24297
+ overflow: hidden;
24205
24298
  }
24206
- .v-sheet--absolute {
24207
- position: absolute;
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));
24208
24301
  }
24209
- .v-sheet--fixed {
24210
- position: fixed;
24302
+ .v-select__content {
24303
+ border-radius: 4px;
24211
24304
  }
24212
- .v-sheet--relative {
24213
- position: relative;
24305
+ .v-select__selection {
24306
+ display: inline-flex;
24307
+ align-items: center;
24308
+ letter-spacing: inherit;
24309
+ line-height: inherit;
24310
+ max-width: 100%;
24214
24311
  }
24215
- .v-sheet--sticky {
24216
- position: sticky;
24312
+ .v-select .v-select__selection:first-child {
24313
+ margin-inline-start: 0;
24217
24314
  }
24218
- .v-sheet {
24219
- border-radius: 0;
24315
+ .v-select--selected .v-field .v-field__input > input {
24316
+ opacity: 0;
24220
24317
  }
24221
- .v-sheet {
24222
- background: rgb(var(--v-theme-surface));
24223
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24318
+ .v-select__menu-icon {
24319
+ margin-inline-start: 4px;
24320
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24224
24321
  }
24225
- .v-sheet--rounded {
24226
- border-radius: 4px;
24322
+ .v-select--active-menu .v-select__menu-icon {
24323
+ opacity: var(--v-high-emphasis-opacity);
24324
+ transform: rotate(180deg);
24227
24325
  }.v-skeleton-loader {
24228
24326
  align-items: center;
24229
24327
  background: rgb(var(--v-theme-surface));
@@ -24449,6 +24547,14 @@ html.v-overlay-scroll-blocked {
24449
24547
  100% {
24450
24548
  transform: translateX(100%);
24451
24549
  }
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;
24452
24558
  }.v-slide-group {
24453
24559
  display: flex;
24454
24560
  overflow: hidden;
@@ -24860,89 +24966,228 @@ html.v-overlay-scroll-blocked {
24860
24966
  left: 0;
24861
24967
  width: 100%;
24862
24968
  height: 100%;
24863
- }.v-system-bar {
24864
- align-items: center;
24865
- display: flex;
24866
- flex: 1 1 auto;
24867
- height: 24px;
24868
- justify-content: flex-end;
24869
- max-width: 100%;
24870
- padding-inline: 8px;
24871
- position: relative;
24872
- text-align: end;
24873
- width: 100%;
24874
- }
24875
- .v-system-bar .v-icon {
24876
- opacity: var(--v-medium-emphasis-opacity);
24969
+ }.v-switch .v-label {
24970
+ padding-inline-start: 10px;
24877
24971
  }
24878
- .v-system-bar {
24879
- 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));
24972
+
24973
+ .v-switch__loader {
24974
+ display: flex;
24880
24975
  }
24881
- .v-system-bar--absolute {
24882
- position: absolute;
24976
+ .v-switch__loader .v-progress-circular {
24977
+ color: rgb(var(--v-theme-surface));
24883
24978
  }
24884
- .v-system-bar--fixed {
24885
- position: fixed;
24979
+
24980
+ .v-switch__track,
24981
+ .v-switch__thumb {
24982
+ transition: none;
24886
24983
  }
24887
- .v-system-bar {
24888
- background: rgba(var(--v-theme-surface-light));
24889
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24984
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24985
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24986
+ background-color: rgb(var(--v-theme-error));
24987
+ color: rgb(var(--v-theme-on-error));
24890
24988
  }
24891
- .v-system-bar {
24892
- font-size: 0.75rem;
24893
- font-weight: 400;
24894
- letter-spacing: 0.0333333333em;
24895
- line-height: 1.667;
24896
- text-transform: none;
24989
+
24990
+ .v-switch__track-true {
24991
+ margin-inline-end: auto;
24897
24992
  }
24898
- .v-system-bar--rounded {
24899
- border-radius: 0;
24993
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24994
+ opacity: 0;
24900
24995
  }
24901
- .v-system-bar--window {
24902
- height: 32px;
24996
+
24997
+ .v-switch__track-false {
24998
+ margin-inline-start: auto;
24903
24999
  }
24904
- .v-system-bar:not(.v-system-bar--absolute) {
24905
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24906
- }.v-tab.v-tab.v-btn {
24907
- height: var(--v-tabs-height);
24908
- border-radius: 0;
24909
- min-width: 90px;
25000
+ .v-selection-control--dirty .v-switch__track-false {
25001
+ opacity: 0;
24910
25002
  }
24911
- .v-slide-group--horizontal .v-tab {
24912
- max-width: 360px;
25003
+
25004
+ .v-switch__track {
25005
+ display: inline-flex;
25006
+ align-items: center;
25007
+ font-size: 0.5rem;
25008
+ padding: 0 5px;
25009
+ background-color: rgb(var(--v-theme-surface-variant));
25010
+ border-radius: 9999px;
25011
+ height: 14px;
25012
+ opacity: 0.6;
25013
+ min-width: 36px;
25014
+ cursor: pointer;
25015
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24913
25016
  }
24914
- .v-slide-group--vertical .v-tab {
24915
- justify-content: start;
25017
+ .v-switch--inset .v-switch__track {
25018
+ border-radius: 9999px;
25019
+ font-size: 0.75rem;
25020
+ height: 32px;
25021
+ min-width: 52px;
24916
25022
  }
24917
25023
 
24918
- .v-tab__slider {
24919
- position: absolute;
24920
- bottom: 0;
24921
- left: 0;
24922
- height: 2px;
24923
- width: 100%;
24924
- background: currentColor;
25024
+ .v-switch__thumb {
25025
+ align-items: center;
25026
+ background-color: rgb(var(--v-theme-surface-bright));
25027
+ color: rgb(var(--v-theme-on-surface-bright));
25028
+ border-radius: 50%;
25029
+ display: flex;
25030
+ font-size: 0.75rem;
25031
+ height: 20px;
25032
+ justify-content: center;
25033
+ width: 20px;
24925
25034
  pointer-events: none;
24926
- opacity: 0;
25035
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25036
+ position: relative;
25037
+ overflow: hidden;
24927
25038
  }
24928
- .v-tab--selected .v-tab__slider {
24929
- opacity: 1;
25039
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
25040
+ 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));
24930
25041
  }
24931
- .v-slide-group--vertical .v-tab__slider {
24932
- top: 0;
24933
- height: 100%;
24934
- width: 2px;
24935
- }.v-tabs {
24936
- display: flex;
24937
- height: var(--v-tabs-height);
25042
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25043
+ background: rgb(var(--v-theme-surface-variant));
25044
+ color: rgb(var(--v-theme-on-surface-variant));
24938
25045
  }
24939
- .v-tabs--density-default {
24940
- --v-tabs-height: 48px;
25046
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25047
+ 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));
24941
25048
  }
24942
- .v-tabs--density-default.v-tabs--stacked {
24943
- --v-tabs-height: 72px;
25049
+ .v-switch--inset .v-switch__thumb {
25050
+ height: 24px;
25051
+ width: 24px;
25052
+ transform: scale(0.6666666667);
24944
25053
  }
24945
-
25054
+ .v-switch--inset .v-switch__thumb--filled {
25055
+ transform: none;
25056
+ }
25057
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
25058
+ transform: none;
25059
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
25060
+ }
25061
+
25062
+ .v-switch.v-input {
25063
+ flex: 0 1 auto;
25064
+ }
25065
+ .v-switch .v-selection-control {
25066
+ min-height: var(--v-input-control-height);
25067
+ }
25068
+ .v-switch .v-selection-control__input {
25069
+ border-radius: 50%;
25070
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
25071
+ position: absolute;
25072
+ }
25073
+ .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
25074
+ transform: translateX(-10px);
25075
+ }
25076
+
25077
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
25078
+ transform: translateX(10px);
25079
+ }
25080
+
25081
+ .v-switch .v-selection-control__input .v-icon {
25082
+ position: absolute;
25083
+ }
25084
+ .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
25085
+ transform: translateX(10px);
25086
+ }
25087
+
25088
+ .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
25089
+ transform: translateX(-10px);
25090
+ }
25091
+
25092
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
25093
+ transform: scale(0.8);
25094
+ }
25095
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
25096
+ transform: scale(0.75);
25097
+ box-shadow: none;
25098
+ }
25099
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
25100
+ width: auto;
25101
+ }
25102
+ .v-switch.v-input--vertical .v-label {
25103
+ min-width: max-content;
25104
+ }
25105
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
25106
+ transform: rotate(-90deg);
25107
+ }
25108
+
25109
+ @media (forced-colors: active) {
25110
+ .v-switch .v-switch__loader .v-progress-circular {
25111
+ color: currentColor;
25112
+ }
25113
+ .v-switch .v-switch__thumb {
25114
+ background-color: buttontext;
25115
+ }
25116
+ .v-switch .v-switch__track,
25117
+ .v-switch .v-switch__thumb {
25118
+ border: 1px solid;
25119
+ color: buttontext;
25120
+ }
25121
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25122
+ background-color: highlight;
25123
+ }
25124
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25125
+ background-color: highlight;
25126
+ }
25127
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25128
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25129
+ color: highlight;
25130
+ }
25131
+ .v-switch.v-switch--inset .v-switch__track {
25132
+ border-width: 2px;
25133
+ }
25134
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25135
+ background-color: highlighttext;
25136
+ color: highlighttext;
25137
+ }
25138
+ .v-switch.v-input--disabled .v-switch__thumb {
25139
+ background-color: graytext;
25140
+ }
25141
+ .v-switch.v-input--disabled .v-switch__track,
25142
+ .v-switch.v-input--disabled .v-switch__thumb {
25143
+ color: graytext;
25144
+ }
25145
+ .v-switch.v-switch--loading .v-switch__thumb {
25146
+ background-color: canvas;
25147
+ }
25148
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25149
+ border-width: 0;
25150
+ }
25151
+ }.v-tab.v-tab.v-btn {
25152
+ height: var(--v-tabs-height);
25153
+ border-radius: 0;
25154
+ min-width: 90px;
25155
+ }
25156
+ .v-slide-group--horizontal .v-tab {
25157
+ max-width: 360px;
25158
+ }
25159
+ .v-slide-group--vertical .v-tab {
25160
+ justify-content: start;
25161
+ }
25162
+
25163
+ .v-tab__slider {
25164
+ position: absolute;
25165
+ bottom: 0;
25166
+ left: 0;
25167
+ height: 2px;
25168
+ width: 100%;
25169
+ background: currentColor;
25170
+ pointer-events: none;
25171
+ opacity: 0;
25172
+ }
25173
+ .v-tab--selected .v-tab__slider {
25174
+ opacity: 1;
25175
+ }
25176
+ .v-slide-group--vertical .v-tab__slider {
25177
+ top: 0;
25178
+ height: 100%;
25179
+ width: 2px;
25180
+ }.v-tabs {
25181
+ display: flex;
25182
+ height: var(--v-tabs-height);
25183
+ }
25184
+ .v-tabs--density-default {
25185
+ --v-tabs-height: 48px;
25186
+ }
25187
+ .v-tabs--density-default.v-tabs--stacked {
25188
+ --v-tabs-height: 72px;
25189
+ }
25190
+
24946
25191
  .v-tabs--density-comfortable {
24947
25192
  --v-tabs-height: 44px;
24948
25193
  }
@@ -24998,6 +25243,49 @@ html.v-overlay-scroll-blocked {
24998
25243
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24999
25244
  margin-inline-end: 52px;
25000
25245
  }
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);
25001
25289
  }.v-table {
25002
25290
  font-size: 0.875rem;
25003
25291
  transition-duration: 0.28s;
@@ -25140,45 +25428,6 @@ html.v-overlay-scroll-blocked {
25140
25428
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25141
25429
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25142
25430
  border-top: 0px !important;
25143
- }.v-textarea .v-field {
25144
- --v-textarea-control-height: var(--v-input-control-height);
25145
- }
25146
- .v-textarea .v-field__field {
25147
- --v-input-control-height: var(--v-textarea-control-height);
25148
- }
25149
- .v-textarea .v-field__input {
25150
- flex: 1 1 auto;
25151
- outline: none;
25152
- -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));
25153
- 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));
25154
- }
25155
- .v-textarea .v-field__input.v-textarea__sizer {
25156
- visibility: hidden;
25157
- position: absolute;
25158
- top: 0;
25159
- left: 0;
25160
- height: 0 !important;
25161
- min-height: 0 !important;
25162
- pointer-events: none;
25163
- }
25164
- .v-textarea--no-resize .v-field__input {
25165
- resize: none;
25166
- }
25167
- .v-textarea .v-field--no-label textarea,
25168
- .v-textarea .v-field--active textarea {
25169
- opacity: 1;
25170
- }
25171
- .v-textarea textarea {
25172
- opacity: 0;
25173
- flex: 1;
25174
- min-width: 0;
25175
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25176
- }
25177
- .v-textarea textarea:focus, .v-textarea textarea:active {
25178
- outline: none;
25179
- }
25180
- .v-textarea textarea:invalid {
25181
- box-shadow: none;
25182
25431
  }/* region BLOCK */
25183
25432
  .v-text-field input {
25184
25433
  color: inherit;
@@ -25246,7 +25495,46 @@ html.v-overlay-scroll-blocked {
25246
25495
  padding-inline-end: var(--v-field-padding-end);
25247
25496
  }
25248
25497
 
25249
- /* endregion */.v-theme-provider {
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 {
25250
25538
  background: rgb(var(--v-theme-background));
25251
25539
  color: rgb(var(--v-theme-on-background));
25252
25540
  }.v-timeline .v-timeline-divider__dot {
@@ -25667,6 +25955,28 @@ html.v-overlay-scroll-blocked {
25667
25955
 
25668
25956
  .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 {
25669
25957
  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;
25670
25980
  }.v-toolbar {
25671
25981
  align-items: flex-start;
25672
25982
  display: flex;
@@ -25810,28 +26120,6 @@ html.v-overlay-scroll-blocked {
25810
26120
  }
25811
26121
  .v-toolbar-items > .v-btn {
25812
26122
  border-radius: 0;
25813
- }.v-tooltip > .v-overlay__content {
25814
- background: rgb(var(--v-theme-surface-variant));
25815
- color: rgb(var(--v-theme-on-surface-variant));
25816
- border-radius: 4px;
25817
- font-size: 0.875rem;
25818
- line-height: 1.6;
25819
- display: inline-block;
25820
- padding: 5px 16px;
25821
- text-transform: initial;
25822
- width: auto;
25823
- opacity: 1;
25824
- pointer-events: none;
25825
- transition-property: opacity, transform;
25826
- overflow-wrap: break-word;
25827
- }
25828
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25829
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25830
- transition-duration: 150ms;
25831
- }
25832
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25833
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25834
- transition-duration: 75ms;
25835
26123
  }.v-virtual-scroll {
25836
26124
  display: block;
25837
26125
  flex: 1 1 auto;
@@ -25911,358 +26199,155 @@ html.v-overlay-scroll-blocked {
25911
26199
  }
25912
26200
  .v-window-y-reverse-transition-leave-to {
25913
26201
  transform: translateY(100%);
25914
- }.v-switch .v-label {
25915
- padding-inline-start: 10px;
25916
- }
25917
-
25918
- .v-switch__loader {
26202
+ }.v-footer {
26203
+ align-items: center;
25919
26204
  display: flex;
26205
+ flex: 1 1 auto;
26206
+ padding: 8px 16px;
26207
+ 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;
25920
26210
  }
25921
- .v-switch__loader .v-progress-circular {
25922
- color: rgb(var(--v-theme-surface));
26211
+ .v-footer {
26212
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26213
+ border-style: solid;
26214
+ border-width: 0;
25923
26215
  }
25924
-
25925
- .v-switch__track,
25926
- .v-switch__thumb {
25927
- transition: none;
26216
+ .v-footer--border {
26217
+ border-width: thin;
26218
+ box-shadow: none;
25928
26219
  }
25929
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
25930
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
25931
- background-color: rgb(var(--v-theme-error));
25932
- color: rgb(var(--v-theme-on-error));
26220
+ .v-footer {
26221
+ 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));
25933
26222
  }
25934
-
25935
- .v-switch__track-true {
25936
- margin-inline-end: auto;
26223
+ .v-footer--absolute {
26224
+ position: absolute;
25937
26225
  }
25938
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
25939
- opacity: 0;
26226
+ .v-footer--fixed {
26227
+ position: fixed;
25940
26228
  }
25941
-
25942
- .v-switch__track-false {
25943
- margin-inline-start: auto;
26229
+ .v-footer {
26230
+ border-radius: 0;
25944
26231
  }
25945
- .v-selection-control--dirty .v-switch__track-false {
25946
- opacity: 0;
26232
+ .v-footer {
26233
+ background: rgb(var(--v-theme-surface));
26234
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25947
26235
  }
25948
-
25949
- .v-switch__track {
25950
- display: inline-flex;
25951
- align-items: center;
25952
- font-size: 0.5rem;
25953
- padding: 0 5px;
25954
- background-color: rgb(var(--v-theme-surface-variant));
25955
- border-radius: 9999px;
25956
- height: 14px;
25957
- opacity: 0.6;
25958
- min-width: 36px;
25959
- cursor: pointer;
25960
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
26236
+ .v-footer--rounded {
26237
+ border-radius: 4px;
26238
+ }.v-color-picker-swatches {
26239
+ overflow-y: auto;
25961
26240
  }
25962
- .v-switch--inset .v-switch__track {
25963
- border-radius: 9999px;
25964
- font-size: 0.75rem;
25965
- height: 32px;
25966
- min-width: 52px;
26241
+ .v-color-picker-swatches > div {
26242
+ display: flex;
26243
+ flex-wrap: wrap;
26244
+ justify-content: center;
26245
+ padding: 8px;
25967
26246
  }
25968
26247
 
25969
- .v-switch__thumb {
25970
- align-items: center;
25971
- background-color: rgb(var(--v-theme-surface-bright));
25972
- color: rgb(var(--v-theme-on-surface-bright));
25973
- border-radius: 50%;
26248
+ .v-color-picker-swatches__swatch {
25974
26249
  display: flex;
25975
- font-size: 0.75rem;
25976
- height: 20px;
25977
- justify-content: center;
25978
- width: 20px;
25979
- pointer-events: none;
25980
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
26250
+ flex-direction: column;
26251
+ margin-bottom: 10px;
26252
+ }
26253
+
26254
+ .v-color-picker-swatches__color {
25981
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;
25982
26263
  overflow: hidden;
26264
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26265
+ cursor: pointer;
25983
26266
  }
25984
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
25985
- 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));
25986
- }
25987
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25988
- background: rgb(var(--v-theme-surface-variant));
25989
- color: rgb(var(--v-theme-on-surface-variant));
25990
- }
25991
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25992
- 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));
26267
+ .v-color-picker-swatches__color > div {
26268
+ display: flex;
26269
+ align-items: center;
26270
+ justify-content: center;
26271
+ width: 100%;
26272
+ height: 100%;
26273
+ }.v-color-picker-canvas {
26274
+ display: flex;
26275
+ position: relative;
26276
+ overflow: hidden;
26277
+ contain: content;
26278
+ touch-action: none;
25993
26279
  }
25994
- .v-switch--inset .v-switch__thumb {
25995
- height: 24px;
25996
- width: 24px;
25997
- transform: scale(0.6666666667);
26280
+ .v-color-picker-canvas__dot {
26281
+ position: absolute;
26282
+ top: 0;
26283
+ left: 0;
26284
+ width: 15px;
26285
+ height: 15px;
26286
+ background: transparent;
26287
+ border-radius: 50%;
26288
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25998
26289
  }
25999
- .v-switch--inset .v-switch__thumb--filled {
26000
- transform: none;
26290
+ .v-color-picker-canvas__dot--disabled {
26291
+ 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);
26001
26292
  }
26002
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
26003
- transform: none;
26004
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
26293
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26294
+ will-change: transform;
26295
+ }.v-color-picker-edit {
26296
+ display: flex;
26297
+ margin-top: 24px;
26005
26298
  }
26006
26299
 
26007
- .v-switch.v-input {
26008
- flex: 0 1 auto;
26300
+ .v-color-picker-edit__input {
26301
+ width: 100%;
26302
+ display: flex;
26303
+ flex-wrap: wrap;
26304
+ justify-content: center;
26305
+ text-align: center;
26009
26306
  }
26010
- .v-switch .v-selection-control {
26011
- min-height: var(--v-input-control-height);
26307
+ .v-color-picker-edit__input:not(:last-child) {
26308
+ margin-inline-end: 8px;
26012
26309
  }
26013
- .v-switch .v-selection-control__input {
26014
- border-radius: 50%;
26015
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
26016
- position: absolute;
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));
26017
26320
  }
26018
- .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
26019
- transform: translateX(-10px);
26321
+ .v-color-picker-edit__input span {
26322
+ font-size: 0.75rem;
26323
+ }.v-color-picker-preview__alpha .v-slider-track__background {
26324
+ background-color: transparent !important;
26325
+ }
26326
+ .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
26327
+ background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
26020
26328
  }
26021
26329
 
26022
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
26023
- transform: translateX(10px);
26330
+ .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
26331
+ background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
26024
26332
  }
26025
26333
 
26026
- .v-switch .v-selection-control__input .v-icon {
26334
+ .v-color-picker-preview__alpha .v-slider-track__background::after {
26335
+ content: "";
26336
+ z-index: -1;
26337
+ left: 0;
26338
+ top: 0;
26339
+ width: 100%;
26340
+ height: 100%;
26027
26341
  position: absolute;
26028
- }
26029
- .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
26030
- transform: translateX(10px);
26342
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26343
+ border-radius: inherit;
26031
26344
  }
26032
26345
 
26033
- .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
26034
- transform: translateX(-10px);
26035
- }
26036
-
26037
- .v-switch.v-switch--indeterminate .v-selection-control__input {
26038
- transform: scale(0.8);
26039
- }
26040
- .v-switch.v-switch--indeterminate .v-switch__thumb {
26041
- transform: scale(0.75);
26042
- box-shadow: none;
26043
- }
26044
- .v-switch.v-switch--inset .v-selection-control__wrapper {
26045
- width: auto;
26046
- }
26047
- .v-switch.v-input--vertical .v-label {
26048
- min-width: max-content;
26049
- }
26050
- .v-switch.v-input--vertical .v-selection-control__wrapper {
26051
- transform: rotate(-90deg);
26052
- }
26053
-
26054
- @media (forced-colors: active) {
26055
- .v-switch .v-switch__loader .v-progress-circular {
26056
- color: currentColor;
26057
- }
26058
- .v-switch .v-switch__thumb {
26059
- background-color: buttontext;
26060
- }
26061
- .v-switch .v-switch__track,
26062
- .v-switch .v-switch__thumb {
26063
- border: 1px solid;
26064
- color: buttontext;
26065
- }
26066
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26067
- background-color: highlight;
26068
- }
26069
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
26070
- background-color: highlight;
26071
- }
26072
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
26073
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26074
- color: highlight;
26075
- }
26076
- .v-switch.v-switch--inset .v-switch__track {
26077
- border-width: 2px;
26078
- }
26079
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26080
- background-color: highlighttext;
26081
- color: highlighttext;
26082
- }
26083
- .v-switch.v-input--disabled .v-switch__thumb {
26084
- background-color: graytext;
26085
- }
26086
- .v-switch.v-input--disabled .v-switch__track,
26087
- .v-switch.v-input--disabled .v-switch__thumb {
26088
- color: graytext;
26089
- }
26090
- .v-switch.v-switch--loading .v-switch__thumb {
26091
- background-color: canvas;
26092
- }
26093
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
26094
- border-width: 0;
26095
- }
26096
- }.v-combobox .v-field .v-text-field__prefix,
26097
- .v-combobox .v-field .v-text-field__suffix,
26098
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
26099
- cursor: text;
26100
- }
26101
- .v-combobox .v-field .v-field__input > input {
26102
- flex: 1 1;
26103
- }
26104
- .v-combobox .v-field input {
26105
- min-width: 64px;
26106
- }
26107
- .v-combobox .v-field:not(.v-field--focused) input {
26108
- min-width: 0;
26109
- }
26110
- .v-combobox .v-field--dirty .v-combobox__selection {
26111
- margin-inline-end: 2px;
26112
- }
26113
- .v-combobox .v-combobox__selection-text {
26114
- overflow: hidden;
26115
- text-overflow: ellipsis;
26116
- white-space: nowrap;
26117
- }
26118
-
26119
- .v-combobox__content {
26120
- overflow: hidden;
26121
- }
26122
- .v-combobox__content {
26123
- 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));
26124
- }
26125
- .v-combobox__content {
26126
- border-radius: 4px;
26127
- }
26128
- .v-combobox__mask {
26129
- background: rgb(var(--v-theme-surface-light));
26130
- }
26131
- .v-combobox__selection {
26132
- display: inline-flex;
26133
- align-items: center;
26134
- height: 1.5rem;
26135
- letter-spacing: inherit;
26136
- line-height: inherit;
26137
- max-width: calc(100% - 2px - 2px);
26138
- }
26139
- .v-combobox__selection:first-child {
26140
- margin-inline-start: 0;
26141
- }
26142
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
26143
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
26144
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
26145
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
26146
- top: 0px;
26147
- }
26148
- .v-combobox--selecting-index .v-combobox__selection {
26149
- opacity: var(--v-medium-emphasis-opacity);
26150
- }
26151
- .v-combobox--selecting-index .v-combobox__selection--selected {
26152
- opacity: 1;
26153
- }
26154
- .v-combobox--selecting-index .v-field__input > input {
26155
- caret-color: transparent;
26156
- }
26157
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
26158
- flex: 1 1;
26159
- position: absolute;
26160
- left: 0;
26161
- right: 0;
26162
- width: 100%;
26163
- padding-inline: inherit;
26164
- }
26165
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
26166
- transition: none;
26167
- }
26168
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
26169
- opacity: 0;
26170
- }
26171
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
26172
- opacity: 0;
26173
- }
26174
- .v-combobox__menu-icon {
26175
- margin-inline-start: 4px;
26176
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26177
- }
26178
- .v-combobox--active-menu .v-combobox__menu-icon {
26179
- opacity: var(--v-high-emphasis-opacity);
26180
- transform: rotate(180deg);
26181
- }.v-breadcrumbs {
26182
- display: flex;
26183
- align-items: center;
26184
- line-height: 1.6;
26185
- padding: 16px 12px;
26186
- }
26187
- .v-breadcrumbs--rounded {
26188
- border-radius: 4px;
26189
- }
26190
- .v-breadcrumbs--density-default {
26191
- padding-top: 16px;
26192
- padding-bottom: 16px;
26193
- }
26194
-
26195
- .v-breadcrumbs--density-comfortable {
26196
- padding-top: 12px;
26197
- padding-bottom: 12px;
26198
- }
26199
-
26200
- .v-breadcrumbs--density-compact {
26201
- padding-top: 8px;
26202
- padding-bottom: 8px;
26203
- }
26204
-
26205
- .v-breadcrumbs__prepend {
26206
- align-items: center;
26207
- display: inline-flex;
26208
- }
26209
-
26210
- .v-breadcrumbs-item {
26211
- align-items: center;
26212
- color: inherit;
26213
- display: inline-flex;
26214
- padding: 0 4px;
26215
- text-decoration: none;
26216
- vertical-align: middle;
26217
- }
26218
- .v-breadcrumbs-item--disabled {
26219
- opacity: var(--v-disabled-opacity);
26220
- pointer-events: none;
26221
- }
26222
- .v-breadcrumbs-item--link {
26223
- color: inherit;
26224
- text-decoration: none;
26225
- }
26226
- .v-breadcrumbs-item--link:hover {
26227
- text-decoration: underline;
26228
- }
26229
- .v-breadcrumbs-item .v-icon {
26230
- font-size: 1rem;
26231
- margin-inline: -4px 2px;
26232
- }
26233
-
26234
- .v-breadcrumbs-divider {
26235
- display: inline-block;
26236
- padding: 0 8px;
26237
- vertical-align: middle;
26238
- }.v-color-picker-preview__alpha .v-slider-track__background {
26239
- background-color: transparent !important;
26240
- }
26241
- .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
26242
- background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
26243
- }
26244
-
26245
- .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
26246
- background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
26247
- }
26248
-
26249
- .v-color-picker-preview__alpha .v-slider-track__background::after {
26250
- content: "";
26251
- z-index: -1;
26252
- left: 0;
26253
- top: 0;
26254
- width: 100%;
26255
- height: 100%;
26256
- position: absolute;
26257
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26258
- border-radius: inherit;
26259
- }
26260
-
26261
- .v-color-picker-preview__sliders {
26262
- display: flex;
26263
- flex: 1 0 auto;
26264
- flex-direction: column;
26265
- padding-inline-end: 16px;
26346
+ .v-color-picker-preview__sliders {
26347
+ display: flex;
26348
+ flex: 1 0 auto;
26349
+ flex-direction: column;
26350
+ padding-inline-end: 16px;
26266
26351
  }
26267
26352
 
26268
26353
  .v-color-picker-preview__dot {
@@ -26305,148 +26390,222 @@ html.v-overlay-scroll-blocked {
26305
26390
  .v-color-picker-preview__eye-dropper {
26306
26391
  position: relative;
26307
26392
  margin-right: 12px;
26308
- }.v-color-picker-canvas {
26309
- display: flex;
26310
- position: relative;
26393
+ }.v-picker.v-sheet {
26394
+ display: grid;
26395
+ grid-auto-rows: min-content;
26396
+ grid-template-areas: "title" "header" "body";
26311
26397
  overflow: hidden;
26312
- contain: content;
26313
- touch-action: none;
26314
26398
  }
26315
- .v-color-picker-canvas__dot {
26316
- position: absolute;
26317
- top: 0;
26318
- left: 0;
26319
- width: 15px;
26320
- height: 15px;
26321
- background: transparent;
26322
- border-radius: 50%;
26323
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26399
+ .v-picker.v-sheet {
26400
+ 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));
26324
26401
  }
26325
- .v-color-picker-canvas__dot--disabled {
26326
- 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);
26402
+ .v-picker.v-sheet {
26403
+ border-radius: 4px;
26327
26404
  }
26328
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26329
- will-change: transform;
26330
- }.v-color-picker-edit {
26331
- display: flex;
26332
- margin-top: 24px;
26405
+ .v-picker.v-sheet.v-picker--with-actions {
26406
+ grid-template-areas: "title" "header" "body" "actions";
26333
26407
  }
26334
26408
 
26335
- .v-color-picker-edit__input {
26336
- width: 100%;
26409
+ .v-picker__body {
26410
+ grid-area: body;
26411
+ overflow: hidden;
26412
+ position: relative;
26413
+ }
26414
+
26415
+ .v-picker__header {
26416
+ grid-area: header;
26417
+ }
26418
+
26419
+ .v-picker__actions {
26420
+ grid-area: actions;
26421
+ padding: 0 12px 12px;
26337
26422
  display: flex;
26338
- flex-wrap: wrap;
26339
- justify-content: center;
26340
- text-align: center;
26423
+ align-items: center;
26424
+ justify-content: flex-end;
26341
26425
  }
26342
- .v-color-picker-edit__input:not(:last-child) {
26426
+ .v-picker__actions .v-btn {
26427
+ min-width: 48px;
26428
+ }
26429
+ .v-picker__actions .v-btn:not(:last-child) {
26343
26430
  margin-inline-end: 8px;
26344
26431
  }
26345
- .v-color-picker-edit__input input {
26346
- border-radius: 4px;
26347
- margin-bottom: 8px;
26348
- min-width: 0;
26349
- outline: none;
26350
- text-align: center;
26351
- width: 100%;
26352
- height: 32px;
26353
- background: rgba(var(--v-theme-surface-variant), 0.2);
26354
- color: rgba(var(--v-theme-on-surface));
26432
+
26433
+ .v-picker--landscape {
26434
+ grid-template-areas: "title" "header body" "header body";
26355
26435
  }
26356
- .v-color-picker-edit__input span {
26436
+
26437
+ .v-picker--landscape.v-picker--with-actions {
26438
+ grid-template-areas: "title" "header body" "header actions";
26439
+ }
26440
+
26441
+ .v-picker-title {
26442
+ text-transform: uppercase;
26357
26443
  font-size: 0.75rem;
26358
- }.v-color-picker-swatches {
26359
- overflow-y: auto;
26444
+ grid-area: title;
26445
+ padding-inline: 24px 12px;
26446
+ padding-top: 16px;
26447
+ padding-bottom: 16px;
26448
+ font-weight: 400;
26449
+ letter-spacing: 0.1666666667em;
26450
+ }.v-slider-thumb {
26451
+ touch-action: none;
26452
+ color: rgb(var(--v-theme-surface-variant));
26360
26453
  }
26361
- .v-color-picker-swatches > div {
26362
- display: flex;
26363
- flex-wrap: wrap;
26364
- justify-content: center;
26365
- padding: 8px;
26454
+ .v-input--error:not(.v-input--disabled) .v-slider-thumb {
26455
+ color: inherit;
26366
26456
  }
26367
26457
 
26368
- .v-color-picker-swatches__swatch {
26369
- display: flex;
26370
- flex-direction: column;
26371
- margin-bottom: 10px;
26458
+ .v-slider-thumb__label {
26459
+ background: rgba(var(--v-theme-surface-variant), 0.7);
26460
+ color: rgb(var(--v-theme-on-surface-variant));
26461
+ }
26462
+ .v-slider-thumb__label::before {
26463
+ color: rgba(var(--v-theme-surface-variant), 0.7);
26372
26464
  }
26373
26465
 
26374
- .v-color-picker-swatches__color {
26375
- position: relative;
26376
- height: 18px;
26377
- max-height: 18px;
26378
- width: 45px;
26379
- margin: 2px 4px;
26380
- border-radius: 2px;
26466
+ .v-slider-thumb {
26467
+ outline: none;
26468
+ position: absolute;
26469
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26470
+ }
26471
+
26472
+ .v-slider-thumb__surface {
26473
+ cursor: pointer;
26474
+ width: var(--v-slider-thumb-size);
26475
+ height: var(--v-slider-thumb-size);
26476
+ border-radius: 50%;
26381
26477
  -webkit-user-select: none;
26382
26478
  user-select: none;
26383
- overflow: hidden;
26384
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26385
- cursor: pointer;
26479
+ background-color: currentColor;
26480
+ }
26481
+ @media (forced-colors: active) {
26482
+ .v-slider-thumb__surface {
26483
+ background-color: highlight;
26484
+ }
26485
+ }
26486
+ .v-slider-thumb__surface::before {
26487
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
26488
+ content: "";
26489
+ color: inherit;
26490
+ top: 0;
26491
+ left: 0;
26492
+ width: 100%;
26493
+ height: 100%;
26494
+ border-radius: 50%;
26495
+ background: currentColor;
26496
+ position: absolute;
26497
+ pointer-events: none;
26498
+ opacity: 0;
26499
+ }
26500
+ .v-slider-thumb__surface::after {
26501
+ content: "";
26502
+ width: 42px;
26503
+ height: 42px;
26504
+ position: absolute;
26505
+ top: 50%;
26506
+ left: 50%;
26507
+ transform: translate(-50%, -50%);
26508
+ }
26509
+
26510
+ .v-slider-thumb__label-container {
26511
+ position: absolute;
26512
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26513
+ }
26514
+
26515
+ .v-slider-thumb__label {
26516
+ display: flex;
26517
+ align-items: center;
26518
+ justify-content: center;
26519
+ font-size: 0.75rem;
26520
+ min-width: 35px;
26521
+ height: 25px;
26522
+ border-radius: 4px;
26523
+ padding: 6px;
26524
+ position: absolute;
26525
+ -webkit-user-select: none;
26526
+ user-select: none;
26527
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26528
+ }
26529
+ .v-slider-thumb__label::before {
26530
+ content: "";
26531
+ width: 0;
26532
+ height: 0;
26533
+ position: absolute;
26534
+ }
26535
+
26536
+ .v-slider-thumb__ripple {
26537
+ position: absolute;
26538
+ left: calc(var(--v-slider-thumb-size) / -2);
26539
+ top: calc(var(--v-slider-thumb-size) / -2);
26540
+ width: calc(var(--v-slider-thumb-size) * 2);
26541
+ height: calc(var(--v-slider-thumb-size) * 2);
26542
+ background: inherit;
26386
26543
  }
26387
- .v-color-picker-swatches__color > div {
26388
- display: flex;
26389
- align-items: center;
26390
- justify-content: center;
26391
- width: 100%;
26392
- height: 100%;
26393
- }.v-picker.v-sheet {
26394
- display: grid;
26395
- grid-auto-rows: min-content;
26396
- grid-template-areas: "title" "header" "body";
26397
- overflow: hidden;
26544
+
26545
+ .v-slider.v-input--horizontal .v-slider-thumb {
26546
+ top: 50%;
26547
+ transform: translateY(-50%);
26548
+ inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26398
26549
  }
26399
- .v-picker.v-sheet {
26400
- 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));
26550
+ .v-slider.v-input--horizontal .v-slider-thumb__label-container {
26551
+ left: calc(var(--v-slider-thumb-size) / 2);
26552
+ top: 0;
26401
26553
  }
26402
- .v-picker.v-sheet {
26403
- border-radius: 4px;
26554
+ .v-slider.v-input--horizontal .v-slider-thumb__label {
26555
+ bottom: calc(var(--v-slider-thumb-size) / 2);
26404
26556
  }
26405
- .v-picker.v-sheet.v-picker--with-actions {
26406
- grid-template-areas: "title" "header" "body" "actions";
26557
+ .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 {
26558
+ transform: translateX(-50%);
26407
26559
  }
26408
26560
 
26409
- .v-picker__body {
26410
- grid-area: body;
26411
- overflow: hidden;
26412
- position: relative;
26561
+ .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 {
26562
+ transform: translateX(50%);
26413
26563
  }
26414
26564
 
26415
- .v-picker__header {
26416
- grid-area: header;
26565
+ .v-slider.v-input--horizontal .v-slider-thumb__label::before {
26566
+ border-left: 6px solid transparent;
26567
+ border-right: 6px solid transparent;
26568
+ border-top: 6px solid currentColor;
26569
+ bottom: -6px;
26417
26570
  }
26418
26571
 
26419
- .v-picker__actions {
26420
- grid-area: actions;
26421
- padding: 0 12px 12px;
26422
- display: flex;
26423
- align-items: center;
26424
- justify-content: flex-end;
26572
+ .v-slider.v-input--vertical .v-slider-thumb {
26573
+ top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26425
26574
  }
26426
- .v-picker__actions .v-btn {
26427
- min-width: 48px;
26575
+ .v-slider.v-input--vertical .v-slider-thumb__label-container {
26576
+ top: calc(var(--v-slider-thumb-size) / 2);
26577
+ right: 0;
26428
26578
  }
26429
- .v-picker__actions .v-btn:not(:last-child) {
26430
- margin-inline-end: 8px;
26579
+ .v-slider.v-input--vertical .v-slider-thumb__label {
26580
+ top: -12.5px;
26581
+ left: calc(var(--v-slider-thumb-size) / 2);
26582
+ }
26583
+ .v-slider.v-input--vertical .v-slider-thumb__label::before {
26584
+ border-right: 6px solid currentColor;
26585
+ border-top: 6px solid transparent;
26586
+ border-bottom: 6px solid transparent;
26587
+ left: -6px;
26431
26588
  }
26432
26589
 
26433
- .v-picker--landscape {
26434
- grid-template-areas: "title" "header body" "header body";
26590
+ .v-slider-thumb--focused .v-slider-thumb__surface::before {
26591
+ transform: scale(2);
26592
+ opacity: var(--v-focus-opacity);
26435
26593
  }
26436
26594
 
26437
- .v-picker--landscape.v-picker--with-actions {
26438
- grid-template-areas: "title" "header body" "header actions";
26595
+ .v-slider-thumb--pressed {
26596
+ transition: none;
26597
+ }
26598
+ .v-slider-thumb--pressed .v-slider-thumb__surface::before {
26599
+ opacity: var(--v-pressed-opacity);
26439
26600
  }
26440
26601
 
26441
- .v-picker-title {
26442
- text-transform: uppercase;
26443
- font-size: 0.75rem;
26444
- grid-area: title;
26445
- padding-inline: 24px 12px;
26446
- padding-top: 16px;
26447
- padding-bottom: 16px;
26448
- font-weight: 400;
26449
- letter-spacing: 0.1666666667em;
26602
+ @media (hover: hover) {
26603
+ .v-slider-thumb:hover .v-slider-thumb__surface::before {
26604
+ transform: scale(2);
26605
+ }
26606
+ .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
26607
+ opacity: var(--v-hover-opacity);
26608
+ }
26450
26609
  }.v-slider-track__background {
26451
26610
  background-color: rgb(var(--v-theme-surface-variant));
26452
26611
  }
@@ -26625,163 +26784,4 @@ html.v-overlay-scroll-blocked {
26625
26784
 
26626
26785
  .v-slider-track__background--opacity {
26627
26786
  opacity: 0.38;
26628
- }.v-slider-thumb {
26629
- touch-action: none;
26630
- color: rgb(var(--v-theme-surface-variant));
26631
- }
26632
- .v-input--error:not(.v-input--disabled) .v-slider-thumb {
26633
- color: inherit;
26634
- }
26635
-
26636
- .v-slider-thumb__label {
26637
- background: rgba(var(--v-theme-surface-variant), 0.7);
26638
- color: rgb(var(--v-theme-on-surface-variant));
26639
- }
26640
- .v-slider-thumb__label::before {
26641
- color: rgba(var(--v-theme-surface-variant), 0.7);
26642
- }
26643
-
26644
- .v-slider-thumb {
26645
- outline: none;
26646
- position: absolute;
26647
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26648
- }
26649
-
26650
- .v-slider-thumb__surface {
26651
- cursor: pointer;
26652
- width: var(--v-slider-thumb-size);
26653
- height: var(--v-slider-thumb-size);
26654
- border-radius: 50%;
26655
- -webkit-user-select: none;
26656
- user-select: none;
26657
- background-color: currentColor;
26658
- }
26659
- @media (forced-colors: active) {
26660
- .v-slider-thumb__surface {
26661
- background-color: highlight;
26662
- }
26663
- }
26664
- .v-slider-thumb__surface::before {
26665
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
26666
- content: "";
26667
- color: inherit;
26668
- top: 0;
26669
- left: 0;
26670
- width: 100%;
26671
- height: 100%;
26672
- border-radius: 50%;
26673
- background: currentColor;
26674
- position: absolute;
26675
- pointer-events: none;
26676
- opacity: 0;
26677
- }
26678
- .v-slider-thumb__surface::after {
26679
- content: "";
26680
- width: 42px;
26681
- height: 42px;
26682
- position: absolute;
26683
- top: 50%;
26684
- left: 50%;
26685
- transform: translate(-50%, -50%);
26686
- }
26687
-
26688
- .v-slider-thumb__label-container {
26689
- position: absolute;
26690
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26691
- }
26692
-
26693
- .v-slider-thumb__label {
26694
- display: flex;
26695
- align-items: center;
26696
- justify-content: center;
26697
- font-size: 0.75rem;
26698
- min-width: 35px;
26699
- height: 25px;
26700
- border-radius: 4px;
26701
- padding: 6px;
26702
- position: absolute;
26703
- -webkit-user-select: none;
26704
- user-select: none;
26705
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26706
- }
26707
- .v-slider-thumb__label::before {
26708
- content: "";
26709
- width: 0;
26710
- height: 0;
26711
- position: absolute;
26712
- }
26713
-
26714
- .v-slider-thumb__ripple {
26715
- position: absolute;
26716
- left: calc(var(--v-slider-thumb-size) / -2);
26717
- top: calc(var(--v-slider-thumb-size) / -2);
26718
- width: calc(var(--v-slider-thumb-size) * 2);
26719
- height: calc(var(--v-slider-thumb-size) * 2);
26720
- background: inherit;
26721
- }
26722
-
26723
- .v-slider.v-input--horizontal .v-slider-thumb {
26724
- top: 50%;
26725
- transform: translateY(-50%);
26726
- inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26727
- }
26728
- .v-slider.v-input--horizontal .v-slider-thumb__label-container {
26729
- left: calc(var(--v-slider-thumb-size) / 2);
26730
- top: 0;
26731
- }
26732
- .v-slider.v-input--horizontal .v-slider-thumb__label {
26733
- bottom: calc(var(--v-slider-thumb-size) / 2);
26734
- }
26735
- .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 {
26736
- transform: translateX(-50%);
26737
- }
26738
-
26739
- .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 {
26740
- transform: translateX(50%);
26741
- }
26742
-
26743
- .v-slider.v-input--horizontal .v-slider-thumb__label::before {
26744
- border-left: 6px solid transparent;
26745
- border-right: 6px solid transparent;
26746
- border-top: 6px solid currentColor;
26747
- bottom: -6px;
26748
- }
26749
-
26750
- .v-slider.v-input--vertical .v-slider-thumb {
26751
- top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26752
- }
26753
- .v-slider.v-input--vertical .v-slider-thumb__label-container {
26754
- top: calc(var(--v-slider-thumb-size) / 2);
26755
- right: 0;
26756
- }
26757
- .v-slider.v-input--vertical .v-slider-thumb__label {
26758
- top: -12.5px;
26759
- left: calc(var(--v-slider-thumb-size) / 2);
26760
- }
26761
- .v-slider.v-input--vertical .v-slider-thumb__label::before {
26762
- border-right: 6px solid currentColor;
26763
- border-top: 6px solid transparent;
26764
- border-bottom: 6px solid transparent;
26765
- left: -6px;
26766
- }
26767
-
26768
- .v-slider-thumb--focused .v-slider-thumb__surface::before {
26769
- transform: scale(2);
26770
- opacity: var(--v-focus-opacity);
26771
- }
26772
-
26773
- .v-slider-thumb--pressed {
26774
- transition: none;
26775
- }
26776
- .v-slider-thumb--pressed .v-slider-thumb__surface::before {
26777
- opacity: var(--v-pressed-opacity);
26778
- }
26779
-
26780
- @media (hover: hover) {
26781
- .v-slider-thumb:hover .v-slider-thumb__surface::before {
26782
- transform: scale(2);
26783
- }
26784
- .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
26785
- opacity: var(--v-hover-opacity);
26786
- }
26787
26787
  }