@fastkit/vui 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vui.css CHANGED
@@ -1,23 +1,138 @@
1
- @layer vui{
2
- .v-form-selector__body{
1
+ @layer vui-normalize, vui-color-scheme, vue-disabled-reason, vue-loading, vue-app-layout, vui;
2
+
3
+ @layer vui-normalize{
4
+ /*!
5
+ * Forked from
6
+ * normalize.css v8.0.1 | MIT License | https://github.com/necolas/normalize.css
7
+ */
8
+ *,:after,:before{
9
+ box-sizing:border-box;
10
+ }
11
+ html{
12
+ line-height:1.15;
13
+ -webkit-text-size-adjust:100%;
14
+ }
15
+ body{
16
+ margin:0;
17
+ }
18
+ main{
3
19
  display:block;
4
20
  }
5
- .v-form-selector__placeholder{
6
- display:flex;
7
- align-items:center;
8
- margin-top:8px;
9
- font-style:italic;
10
- opacity:.5;
21
+ h1{
22
+ margin:.67em 0;
23
+ font-size:2em;
11
24
  }
12
- .v-form-selector__placeholder--error{
13
- color:var(--main-color);
14
- opacity:1;
25
+ hr{
26
+ height:0;
27
+ overflow:visible;
15
28
  }
16
- .v-form-selector--stacked .v-form-selector__body{
17
- display:flex;
18
- flex-direction:column;
19
- align-items:flex-start;
29
+ pre{
30
+ font-family:monospace,monospace;
31
+ font-size:1em;
32
+ }
33
+ a{
34
+ background-color:transparent;
35
+ }
36
+ abbr[title]{
37
+ text-decoration:underline;
38
+ text-decoration:underline dotted;
39
+ border-bottom:none;
40
+ }
41
+ b,strong{
42
+ font-weight:bolder;
43
+ }
44
+ code,kbd,samp{
45
+ font-family:monospace,monospace;
46
+ font-size:1em;
47
+ }
48
+ small{
49
+ font-size:80%;
50
+ }
51
+ sub,sup{
52
+ position:relative;
53
+ font-size:75%;
54
+ line-height:0;
55
+ vertical-align:baseline;
56
+ }
57
+ sub{
58
+ bottom:-.25em;
59
+ }
60
+ sup{
61
+ top:-.5em;
62
+ }
63
+ img{
64
+ border-style:none;
65
+ }
66
+ button,input,optgroup,select,textarea{
67
+ margin:0;
68
+ font-family:inherit;
69
+ font-size:100%;
70
+ line-height:1.15;
71
+ color:inherit;
72
+ }
73
+ button,input{
74
+ overflow:visible;
75
+ }
76
+ button,select{
77
+ text-transform:none;
78
+ }
79
+ [type=button],[type=reset],[type=submit],button{
80
+ -webkit-appearance:button;
81
+ }
82
+ [type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
83
+ padding:0;
84
+ border-style:none;
85
+ }
86
+ [type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
87
+ outline:1px dotted ButtonText;
88
+ }
89
+ fieldset{
90
+ padding:.35em .75em .625em;
91
+ }
92
+ legend{
93
+ display:table;
94
+ max-width:100%;
95
+ padding:0;
96
+ color:inherit;
97
+ white-space:normal;
98
+ }
99
+ progress{
100
+ vertical-align:baseline;
101
+ }
102
+ textarea{
103
+ overflow:auto;
104
+ }
105
+ [type=checkbox],[type=radio]{
106
+ padding:0;
107
+ }
108
+ [type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
109
+ height:auto;
110
+ }
111
+ [type=search]{
112
+ -webkit-appearance:textfield;
113
+ outline-offset:-2px;
114
+ }
115
+ [type=search]::-webkit-search-decoration{
116
+ -webkit-appearance:none;
117
+ }
118
+ ::-webkit-file-upload-button{
119
+ -webkit-appearance:button;
120
+ font:inherit;
121
+ }
122
+ details{
123
+ display:block;
124
+ }
125
+ summary{
126
+ display:list-item;
20
127
  }
128
+ [hidden],template{
129
+ display:none;
130
+ }
131
+ button{
132
+ background-color:transparent;
133
+ }
134
+ }
135
+ @layer vui{
21
136
  :root{
22
137
  --root-em:16px;
23
138
  --root-spacing:8px;
@@ -479,386 +594,201 @@
479
594
  .wysiwyg p{
480
595
  margin:0;
481
596
  }
482
- .v-button-group{
483
- display:inline-flex;
484
- align-items:stretch;
597
+ .v-form-selector__body{
598
+ display:block;
485
599
  }
486
- .v-button-group__item{
487
- position:relative;
488
- margin:0;
600
+ .v-form-selector__placeholder{
601
+ display:flex;
602
+ align-items:center;
603
+ margin-top:8px;
604
+ font-style:italic;
605
+ opacity:.5;
489
606
  }
490
- .v-button-group__item--has-left{
491
- border-top-left-radius:0;
492
- border-bottom-left-radius:0;
607
+ .v-form-selector__placeholder--error{
608
+ color:var(--main-color);
609
+ opacity:1;
493
610
  }
494
- .v-button-group__item--has-right{
495
- border-top-right-radius:0;
496
- border-bottom-right-radius:0;
611
+ .v-form-selector--stacked .v-form-selector__body{
612
+ display:flex;
613
+ flex-direction:column;
614
+ align-items:flex-start;
497
615
  }
498
- .v-button-group__item:focus{
499
- z-index:1;
616
+ .v-form-control{
617
+ display:flex;
618
+ flex-direction:column;
619
+ max-width:100%;
620
+ margin:var(--control-horizontal-margin) 0;
621
+ --my-label-color:var(--control-label-color);
622
+ --my-message-color:var(--control-message-color);
500
623
  }
501
- .v-card-content{
502
- padding:var(--card-content-padding);
624
+ .v-form-control--invalid:not(.v-form-control--readonly){
625
+ --my-label-color:var(--main-color);
626
+ --my-message-color:var(--main-color);
503
627
  }
504
- .v-busy-image{
505
- position:relative;
506
- display:inline-block;
507
- max-width:100%;
508
- vertical-align:bottom;
628
+ .v-form-control--disabled{
629
+ --my-label-color:var(--control-disabled-color);
630
+ --my-message-color:var(--control-disabled-color);
509
631
  }
510
- .v-busy-image--clickable{
632
+ .v-form-control__label{
633
+ display:flex;
634
+ align-items:center;
635
+ align-self:flex-start;
636
+ font-size:var(--control-label-font-size);
637
+ font-weight:var(--control-label-font-weight);
638
+ line-height:var(--control-label-height);
639
+ color:var(--my-label-color);
640
+ letter-spacing:.00938em;
641
+ }
642
+ .v-form-control__label__hinttip{
643
+ display:inline-flex;
644
+ align-items:center;
645
+ margin-top:-.2em;
646
+ margin-left:.6em;
647
+ font-size:80%;
648
+ line-height:1;
649
+ color:inherit;
650
+ letter-spacing:normal;
651
+ text-decoration:none;
511
652
  cursor:pointer;
512
653
  }
513
- .v-busy-image--cover{
514
- background-repeat:no-repeat;
515
- background-position:50%;
516
- background-size:cover;
654
+ .v-form-control__label__hinttip__icon{
655
+ position:relative;
656
+ display:flex;
657
+ align-items:center;
658
+ justify-content:center;
659
+ font-size:120%;
660
+ text-decoration:none !important;
517
661
  }
518
- .v-busy-image--loading:before{
519
- position:absolute;
520
- inset:0;
521
- display:block;
522
- content:"";
523
- background:rgba(0,0,0,.1);
524
- animation:v-tiny-image-blink 1.5s ease-in-out infinite normal;
662
+ .v-form-control__label__hinttip:focus .v-form-control__label__hinttip__icon:before,.v-form-control__label__hinttip:hover .v-form-control__label__hinttip__icon:before{
663
+ opacity:.1;
525
664
  }
526
- .v-busy-image__node{
527
- position:relative;
528
- display:inline-block;
529
- max-width:100%;
530
- vertical-align:bottom;
665
+ .v-form-control__label__hinttip__hint{
666
+ font-size:calc(var(--root-em)*.75);
531
667
  }
532
- .v-busy-image__slot{
533
- position:absolute;
534
- top:0;
535
- left:0;
536
- width:100%;
537
- height:100%;
538
- pointer-events:none;
668
+ .v-form-control__info{
669
+ display:flex;
670
+ padding-top:3px;
539
671
  }
540
- @keyframes v-tiny-image-blink{
541
- 0%{
542
- opacity:1;
543
- }
544
- 50%{
545
- opacity:0;
546
- }
547
- to{
548
- opacity:1;
549
- }
550
- }
551
- .v-hero{
552
- --hero-background-color:var(--main-color);
553
- --hero-text-color:var(--text-color);
554
- display:flex;
555
- align-items:center;
556
- padding:20px 30px;
557
- margin:0;
558
- color:var(--hero-text-color);
559
- background-color:var(--hero-background-color);
672
+ .v-form-control__appends,.v-form-control__message{
673
+ margin:0 var(--control-message-horizontal-margin);
674
+ font-size:var(--control-message-font-size);
675
+ line-height:1.66;
676
+ color:var(--my-message-color);
560
677
  }
561
- .v-hero__title{
562
- flex:1 1 100%;
563
- margin:0;
564
- font-size:1.75rem;
565
- font-weight:300;
566
- line-height:1;
567
- color:inherit;
678
+ .v-form-control__message{
679
+ flex:1 0;
568
680
  }
569
- .v-hero__adornment{
570
- flex:0 0 auto;
571
- padding-left:10px;
681
+ .v-form-control__appends{
682
+ flex:0 1;
572
683
  margin-left:auto;
573
684
  }
574
- .v-content-switcher{
575
- position:relative;
576
- display:block;
577
- width:100%;
578
- overflow:hidden;
579
- transition:var(--transition-tab);
580
- }
581
- .v-content-switcher__content{
582
- width:100%;
583
- }
584
- .v-content-switcher-prev-enter-active,.v-content-switcher-prev-leave-active{
585
- transition:var(--transition-tab);
586
- }
587
- .v-content-switcher-prev-enter-from{
588
- transform:translateX(-100%);
589
- }
590
- .v-content-switcher-prev-enter-to,.v-content-switcher-prev-leave{
591
- transform:translateX(0);
592
- }
593
- .v-content-switcher-prev-leave-active{
594
- position:absolute;
595
- top:0;
596
- left:0;
597
- }
598
- .v-content-switcher-prev-leave-to{
599
- transform:translateX(100%);
600
- }
601
- .v-content-switcher-next-enter-active,.v-content-switcher-next-leave-active{
602
- transition:var(--transition-tab);
603
- }
604
- .v-content-switcher-next-enter-from{
605
- transform:translateX(100%);
606
- }
607
- .v-content-switcher-next-enter-to,.v-content-switcher-next-leave{
608
- transform:translateX(0);
609
- }
610
- .v-content-switcher-next-leave-active{
611
- position:absolute;
612
- top:0;
613
- left:0;
614
- }
615
- .v-content-switcher-next-leave-to{
616
- transform:translateX(-100%);
617
- }
618
- .v-button{
619
- --padding:1em;
620
- --height:2.5714285714em;
621
- --icon-margin:0.6em;
622
- position:relative;
685
+ .v-icon{
623
686
  display:inline-flex;
624
- flex:0 0 auto;
625
687
  align-items:center;
626
688
  justify-content:center;
627
- min-width:calc(var(--root-em)*4);
628
- height:var(--height);
629
- padding:0 var(--padding);
630
- margin:calc(var(--root-em)*.375) calc(var(--root-em)*.5);
631
- overflow:hidden;
632
- font:inherit;
633
- font-weight:500;
634
- line-height:1;
635
- vertical-align:bottom;
636
- text-transform:uppercase;
637
- letter-spacing:.0892857143em;
638
- text-decoration:none;
639
- appearance:none;
640
- cursor:pointer;
641
- user-select:none;
642
- outline:0;
643
- border-style:solid;
644
- border-width:1px;
645
- border-radius:var(--control-field-radius);
646
- transition:.3s cubic-bezier(.25, .8, .5, 1),color 1ms;
647
- }
648
- .v-button--align-left{
649
- justify-content:flex-start;
650
- }
651
- .v-button--align-right{
652
- justify-content:flex-end;
653
- }
654
- .v-button--plain{
655
- color:inherit !important;
656
- }
657
- .v-button--plain.v-button--guard-in-progress,.v-button--plain[aria-disabled=true],.v-button--plain[disabled]{
658
- opacity:.5;
659
- }
660
- .v-button--sm{
661
- font-size:calc(var(--root-em)*.75);
662
- }
663
- .v-button--md{
664
- font-size:calc(var(--root-em)*.875);
665
- }
666
- .v-button--lg{
667
- font-size:calc(var(--root-em)*1.375);
668
- }
669
- .v-button--rounded{
670
- --padding:0;
671
- min-width:0;
689
+ width:1.25em;
672
690
  aspect-ratio:1/1;
673
- margin:calc(var(--root-em)*.125);
674
- border-radius:50%;
675
- --height:auto;
676
- }
677
- .v-button--icon{
678
- min-width:1.9285714286em;
679
- margin:calc(var(--root-em)*.125);
680
- --height:1.9285714286em;
681
- --padding:0em;
682
- }
683
- .v-button::-moz-focus-inner{
684
- border:0;
685
- }
686
- .v-button.v-button--guard-in-progress,.v-button[aria-disabled=true],.v-button[disabled]{
687
- cursor:default;
688
- }
689
- .v-button--spacer-left{
690
- margin-left:auto;
691
+ user-select:none;
691
692
  }
692
- .v-button--spacer-right{
693
- margin-right:auto;
693
+ .v-icon--clickable{
694
+ cursor:pointer;
694
695
  }
695
- .v-button__content{
696
- display:flex;
696
+ .v-icon__body{
697
+ display:inline-flex;
697
698
  align-items:center;
698
699
  justify-content:center;
699
- justify-self:stretch;
700
- pointer-events:none;
701
- }
702
- .v-button--loading .v-button__content{
703
- opacity:0;
704
- }
705
- .v-button__icon--start{
706
- margin-right:var(--icon-margin);
700
+ transition:transform .15s linear;
707
701
  }
708
- .v-button__icon--end{
709
- margin-left:var(--icon-margin);
702
+ .v-skelton-loader-bone{
703
+ position:relative;
704
+ overflow:hidden;
705
+ cursor:progress;
706
+ background:rgba(0,0,0,.12);
707
+ border-radius:inherit;
710
708
  }
711
- .v-button__loading{
709
+ .v-skelton-loader-bone:after{
712
710
  position:absolute;
713
- top:50%;
714
- left:50%;
711
+ top:0;
712
+ right:0;
713
+ left:0;
715
714
  z-index:1;
716
- transform:translate(-50%, -50%);
717
- }
718
- .v-text-counter{
719
- white-space:nowrap;
715
+ height:100%;
716
+ content:"";
717
+ background:linear-gradient(90deg, hsla(0,0%,100%,0), hsla(0,0%,100%,.3), hsla(0,0%,100%,0));
718
+ transform:translateX(-100%);
719
+ animation:v-skelton-loader-bone-loading 1.5s infinite;
720
720
  }
721
- .v-text-field__input{
722
- cursor:text;
721
+ .v-disabled-reason{
722
+ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
723
723
  }
724
- .v-text-field__input__element{
725
- width:100%;
726
- min-width:0;
727
- padding:0;
728
- margin:0;
729
- overflow:hidden;
730
- text-overflow:ellipsis;
731
- font-size:inherit;
732
- line-height:inherit;
733
- letter-spacing:inherit;
734
- white-space:nowrap;
735
- outline:0;
736
- background:transparent;
724
+ .v-disabled-reason::-moz-focus-inner{
737
725
  border:0;
738
- border-radius:0;
739
- }
740
- .v-text-field__input__element:-webkit-autofill:-webkit-autofill,.v-text-field__input__element:-webkit-autofill:-webkit-autofill:active,.v-text-field__input__element:-webkit-autofill:-webkit-autofill:focus,.v-text-field__input__element:-webkit-autofill:-webkit-autofill:hover{
741
- color:inherit !important;
742
- transition:background-color 5000s;
743
- -webkit-text-fill-color:#fff !important;
744
- }
745
- .v-text-field__input__element::-ms-clear{
746
- display:none;
747
- }
748
- .v-text-field__input__element::placeholder{
749
- font-style:italic;
750
- color:var(--control-disabled-color);
751
- }
752
- .v-select__input{
753
- cursor:pointer;
754
- }
755
- .v-select__input__element{
756
- position:absolute;
757
- width:1px;
758
- height:1px;
759
- overflow:hidden;
760
- white-space:nowrap;
761
- clip:rect(0 0 0 0);
762
- clip-path:inset(100%);
763
- }
764
- .v-select__body{
765
- padding:.5em 0;
766
- }
767
- .v-select__selections{
768
- display:table;
769
- width:100%;
770
- table-layout:fixed;
771
- }
772
- .v-select__selections__inner{
773
- display:table-cell;
774
- overflow:hidden;
775
- text-overflow:ellipsis;
776
- vertical-align:middle;
777
- white-space:nowrap;
778
- }
779
- .v-select--multiple .v-select__selections{
780
- display:block;
781
- }
782
- .v-select--multiple .v-select__selections__inner{
783
- display:block;
784
- overflow:auto;
785
- white-space:unset;
786
- }
787
- .v-select--multiple .v-control-field__body{
788
- padding:.2em 0;
789
- }
790
- .v-select__placeholder{
791
- font-style:italic;
792
- color:var(--control-disabled-color);
793
- }
794
- .v-form-control{
795
- display:flex;
796
- flex-direction:column;
797
- max-width:100%;
798
- margin:var(--control-horizontal-margin) 0;
799
- --my-label-color:var(--control-label-color);
800
- --my-message-color:var(--control-message-color);
801
726
  }
802
- .v-form-control--invalid:not(.v-form-control--readonly){
803
- --my-label-color:var(--main-color);
804
- --my-message-color:var(--main-color);
727
+ .v-disabled-reason{
728
+ position:absolute;
729
+ inset:0;
730
+ z-index:10;
731
+ display:block;
732
+ pointer-events:none;
733
+ cursor:default;
734
+ border-radius:inherit;
805
735
  }
806
- .v-form-control--disabled{
807
- --my-label-color:var(--control-disabled-color);
808
- --my-message-color:var(--control-disabled-color);
736
+ .v-disabled-reason[tabindex]:not([tabindex^="-"]){
737
+ pointer-events:auto;
809
738
  }
810
- .v-form-control__label{
811
- display:flex;
812
- align-items:center;
813
- align-self:flex-start;
814
- font-size:var(--control-label-font-size);
815
- font-weight:var(--control-label-font-weight);
816
- line-height:var(--control-label-height);
817
- color:var(--my-label-color);
818
- letter-spacing:.00938em;
739
+ .v-busy-image{
740
+ position:relative;
741
+ display:inline-block;
742
+ max-width:100%;
743
+ vertical-align:bottom;
819
744
  }
820
- .v-form-control__label__hinttip{
821
- display:inline-flex;
822
- align-items:center;
823
- margin-top:-.2em;
824
- margin-left:.6em;
825
- font-size:80%;
826
- line-height:1;
827
- color:inherit;
828
- letter-spacing:normal;
829
- text-decoration:none;
745
+ .v-busy-image--clickable{
830
746
  cursor:pointer;
831
747
  }
832
- .v-form-control__label__hinttip__icon{
833
- position:relative;
834
- display:flex;
835
- align-items:center;
836
- justify-content:center;
837
- font-size:120%;
838
- text-decoration:none !important;
748
+ .v-busy-image--cover{
749
+ background-repeat:no-repeat;
750
+ background-position:50%;
751
+ background-size:cover;
839
752
  }
840
- .v-form-control__label__hinttip:focus .v-form-control__label__hinttip__icon:before,.v-form-control__label__hinttip:hover .v-form-control__label__hinttip__icon:before{
841
- opacity:.1;
753
+ .v-busy-image--loading:before{
754
+ position:absolute;
755
+ inset:0;
756
+ display:block;
757
+ content:"";
758
+ background:rgba(0,0,0,.1);
759
+ animation:v-tiny-image-blink 1.5s ease-in-out infinite normal;
842
760
  }
843
- .v-form-control__label__hinttip__hint{
844
- font-size:calc(var(--root-em)*.75);
761
+ .v-busy-image__node{
762
+ position:relative;
763
+ display:inline-block;
764
+ max-width:100%;
765
+ vertical-align:bottom;
845
766
  }
846
- .v-form-control__info{
847
- display:flex;
848
- padding-top:3px;
767
+ .v-busy-image__slot{
768
+ position:absolute;
769
+ top:0;
770
+ left:0;
771
+ width:100%;
772
+ height:100%;
773
+ pointer-events:none;
849
774
  }
850
- .v-form-control__appends,.v-form-control__message{
851
- margin:0 var(--control-message-horizontal-margin);
852
- font-size:var(--control-message-font-size);
853
- line-height:1.66;
854
- color:var(--my-message-color);
775
+ @keyframes v-tiny-image-blink{
776
+ 0%{
777
+ opacity:1;
778
+ }
779
+ 50%{
780
+ opacity:0;
781
+ }
782
+ to{
783
+ opacity:1;
784
+ }
855
785
  }
856
- .v-form-control__message{
857
- flex:1 0;
786
+ .v-grid-item{
787
+ display:block;
858
788
  }
859
- .v-form-control__appends{
860
- flex:0 1;
861
- margin-left:auto;
789
+ .v-grid-container{
790
+ display:flex;
791
+ flex-wrap:wrap;
862
792
  }
863
793
  .v-paper{
864
794
  --paper-radius:var(--control-field-radius);
@@ -892,239 +822,195 @@
892
822
  border-bottom-right-radius:inherit;
893
823
  border-bottom-left-radius:inherit;
894
824
  }
895
- .v-navigation-item--opened{
896
- --tile-background:var(--tile-active-background);
897
- --tile-text-color:var(--tile-text-active-color);
898
- }
899
- .v-navigation-item__expand{
900
- transition:height .2s;
901
- }
902
- .v-navigation-item__expand .v-navigation-item{
903
- --tile-background:var(--tile-active-background);
904
- }
905
- .v-navigation-item--depth-1{
906
- --depth-padding:calc(var(--list-tile-padding)*2);
907
- }
908
- .v-navigation-item--depth-2{
909
- --depth-padding:calc(var(--list-tile-padding)*3);
910
- }
911
- .v-navigation-item--depth-3{
912
- --depth-padding:calc(var(--list-tile-padding)*4);
825
+ .v-avatar{
826
+ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
913
827
  }
914
- .v-navigation__caption{
915
- display:block;
916
- padding:calc(var(--root-em)*.625) calc(var(--root-em)*1.5625);
917
- margin:1em 0 0;
918
- font-size:.75rem;
919
- color:var(--caption-color);
920
- text-transform:uppercase;
828
+ .v-avatar::-moz-focus-inner{
829
+ border:0;
921
830
  }
922
- .v-drawer-layout{
923
- display:block;
924
- width:100%;
925
- height:100%;
831
+ .v-avatar{
832
+ padding:0;
833
+ appearance:none;
834
+ touch-action:manipulation;
835
+ cursor:pointer;
836
+ user-select:none;
837
+ outline:0;
838
+ border-width:0;
926
839
  }
927
- .v-drawer-layout__inner{
928
- display:flex;
929
- flex-direction:column;
930
- align-items:stretch;
931
- width:100%;
932
- height:100%;
840
+ .v-avatar,.v-avatar:focus,.v-avatar:hover{
841
+ text-decoration:none;
933
842
  }
934
- .v-drawer-layout__header{
935
- display:flex;
936
- flex:0 0 var(--val-topToolbar-height);
843
+ .v-avatar{
844
+ --avatar-radius:50%;
845
+ --avatar-font-weight:var(--typo-medium-weight);
846
+ --avatar-base-font-size:var(--typo-base-size);
847
+ --avatar-font-size:var(--avatar-base-font-size);
848
+ display:inline-flex;
849
+ flex-basis:var(--avatar-size);
937
850
  align-items:center;
938
851
  justify-content:center;
939
- height:var(--val-topToolbar-height);
940
- }
941
- .v-drawer-layout__body{
942
- flex:1 1 100%;
943
- overflow:auto;
944
- -webkit-overflow-scrolling:touch;
852
+ width:var(--avatar-size);
853
+ min-width:var(--avatar-size);
854
+ height:var(--avatar-size);
855
+ overflow:hidden;
856
+ font-size:var(--avatar-font-size);
857
+ font-weight:var(--avatar-font-weight);
858
+ line-height:1;
859
+ vertical-align:bottom;
860
+ text-align:center;
861
+ cursor:default;
862
+ border-style:solid;
863
+ border-width:1px;
864
+ border-radius:var(--avatar-radius);
865
+ --shadow-color:transparent !important;
866
+ --focusShadow-color:transparent !important;
945
867
  }
946
- .v-drawer-layout__footer{
947
- flex:0 0 auto;
948
- margin-top:auto;
868
+ .v-avatar--clickable{
869
+ cursor:pointer;
949
870
  }
950
- .v-toolbar{
951
- --height:var(--toolbar-height);
952
- display:flex;
953
- align-items:center;
954
- width:100%;
955
- height:var(--height);
956
- padding:0 calc(var(--root-em)*1.5);
957
- margin:0;
958
- border-radius:inherit;
871
+ .v-avatar--sm{
872
+ --avatar-size:36px;
873
+ --avatar-font-size:calc(var(--avatar-base-font-size)*0.75);
959
874
  }
960
- .v-toolbar--plain{
961
- --main-color:var(--palette-background);
875
+ .v-avatar--md{
876
+ --avatar-size:48px;
962
877
  }
963
- .v-app-layout__header>.v-toolbar{
964
- height:100%;
878
+ .v-avatar--lg{
879
+ --avatar-size:62px;
880
+ --avatar-font-size:calc(var(--avatar-base-font-size)*1.25);
965
881
  }
966
- .v-toolbar--dense{
967
- --height:var(--toolbar-dense-height);
882
+ .v-avatar--rounded{
883
+ --avatar-radius:4px;
968
884
  }
969
- .v-file-input__inner{
970
- display:flex;
971
- align-items:stretch;
885
+ .v-avatar--tile{
886
+ --avatar-radius:0;
972
887
  }
973
- .v-file-input__button{
974
- flex:0 0 auto;
975
- height:auto;
976
- margin:0;
977
- margin-bottom:1px !important;
978
- border-top-right-radius:0;
979
- border-bottom-right-radius:0;
888
+ .v-avatar img,.v-avatar__image{
889
+ display:inline-flex;
890
+ width:inherit !important;
891
+ height:inherit !important;
892
+ object-fit:cover;
893
+ border-radius:inherit;
980
894
  }
981
- .v-file-input__selections{
982
- display:flex;
983
- flex-wrap:wrap;
984
- align-items:center;
985
- align-self:stretch;
986
- padding:4px 6px;
895
+ .v-chip{
896
+ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
987
897
  }
988
- .v-file-input__placeholder{
989
- color:var(--control-disabled-color);
898
+ .v-chip::-moz-focus-inner{
899
+ border:0;
990
900
  }
991
- .v-file-input__input{
992
- flex:1 1 100%;
993
- cursor:text;
994
- border-top-left-radius:0;
995
- border-bottom-left-radius:0;
901
+ .v-chip{
902
+ padding:0;
903
+ appearance:none;
904
+ touch-action:manipulation;
905
+ cursor:pointer;
906
+ user-select:none;
907
+ outline:0;
908
+ border-width:0;
996
909
  }
997
- .v-file-input__input__element{
998
- position:absolute;
999
- width:1px;
1000
- height:1px;
1001
- overflow:hidden;
1002
- white-space:nowrap;
1003
- clip:rect(0 0 0 0);
1004
- clip-path:inset(100%);
910
+ .v-chip,.v-chip:focus,.v-chip:hover{
911
+ text-decoration:none;
1005
912
  }
1006
- .v-control-field{
1007
- position:relative;
913
+ .v-chip{
914
+ --chip-radius:calc(var(--chip-height)/2);
1008
915
  display:inline-flex;
1009
916
  align-items:center;
1010
- width:100%;
1011
- min-width:0;
1012
- height:var(--control-field-height);
1013
- min-height:var(--control-field-height);
1014
- padding:0 8px;
1015
- font-size:var(--control-field-font-size);
1016
- line-height:var(--control-field-line-height);
1017
- letter-spacing:var(--control-field-letter-spacing);
1018
- --my-bottom-color:var(--control-field-bottom-color);
1019
- --my-bottom-hover-color:var(--control-field-bottom-hover-color);
1020
- --my-focused-color:var(--main-color);
1021
- --my-fill-color:var(--control-field-fill-color);
1022
- --my-fill-hover-color:var(--control-field-fill-hover-color);
1023
- --my-outline-color:var(--control-field-outline-color);
1024
- --my-outline-hover-color:var(--control-field-outline-hover-color);
1025
- }
1026
- .v-control-field--invalid:not(.v-control-field--disabled):not(.v-control-field--readonly){
1027
- --my-bottom-color:var(--main-color);
1028
- --my-bottom-hover-color:var(--main-color);
1029
- --my-outline-color:var(--main-color);
1030
- --my-outline-hover-color:var(--main-color);
1031
- }
1032
- .v-control-field--readonly{
917
+ justify-content:center;
918
+ height:var(--chip-height);
919
+ padding:0 var(--chip-padding);
920
+ overflow:hidden;
921
+ font-size:var(--chip-font-size);
922
+ font-weight:var(--chip-font-weight);
923
+ line-height:1;
924
+ vertical-align:bottom;
925
+ text-align:center;
926
+ white-space:nowrap;
1033
927
  cursor:default;
928
+ border-style:solid;
929
+ border-width:1px;
930
+ border-radius:var(--chip-radius);
931
+ --shadow-color:transparent !important;
932
+ --focusShadow-color:transparent !important;
1034
933
  }
1035
- .v-control-field--disabled{
1036
- color:var(--control-disabled-color);
1037
- pointer-events:none;
1038
- user-select:none;
934
+ .v-chip--clickable{
935
+ cursor:pointer;
1039
936
  }
1040
- .v-control-field:after,.v-control-field:before{
1041
- position:absolute;
1042
- right:0;
1043
- bottom:0;
1044
- left:0;
1045
- pointer-events:none;
1046
- content:"";
937
+ .v-chip--xs{
938
+ --chip-height:var(--chip-height-xs);
939
+ --chip-font-size:var(--chip-font-size-xs);
1047
940
  }
1048
- .v-control-field:before{
1049
- height:1px;
1050
- border-bottom:1px solid var(--my-bottom-color);
1051
- transition:border-color .2s cubic-bezier(.4, 0, .2, 1) 0s;
941
+ .v-chip--sm{
942
+ --chip-height:var(--chip-height-sm);
943
+ --chip-font-size:var(--chip-font-size-sm);
1052
944
  }
1053
- .v-control-field:after{
1054
- height:2px;
1055
- background:var(--my-focused-color);
1056
- transform:scaleX(0);
1057
- transition:transform .2s cubic-bezier(0, 0, .2, 1) 0s;
945
+ .v-chip--md{
946
+ --chip-height:var(--chip-height-md);
947
+ --chip-font-size:var(--chip-font-size-md);
1058
948
  }
1059
- .v-control-field--focused,.v-control-field:focus-within{
1060
- --my-outline-color:var(--my-focused-color);
1061
- --my-outline-hover-color:var(--my-focused-color);
1062
- outline:none;
949
+ .v-chip--lg{
950
+ --chip-height:var(--chip-height-lg);
951
+ --chip-font-size:var(--chip-font-size-lg);
1063
952
  }
1064
- .v-control-field--focused:after,.v-control-field:focus-within:after{
1065
- transform:scaleX(1);
953
+ .v-chip--xl{
954
+ --chip-height:var(--chip-height-xl);
955
+ --chip-font-size:var(--chip-font-size-xl);
1066
956
  }
1067
- .v-control-field--auto-height{
1068
- height:auto;
957
+ .v-chip--label{
958
+ --chip-radius:4px;
1069
959
  }
1070
- .v-control-field__body{
1071
- display:flex;
1072
- flex:1 1 auto;
1073
- align-items:stretch;
1074
- align-self:stretch;
1075
- margin:0;
960
+ .v-chip__icon--start{
961
+ margin-right:calc(var(--chip-padding)*.5);
962
+ margin-left:calc(var(--chip-padding)*-.5);
1076
963
  }
1077
- .v-control-field--flat{
1078
- padding-right:0;
1079
- padding-left:0;
964
+ .v-chip__icon--end{
965
+ margin-right:calc(var(--chip-padding)*-.5);
966
+ margin-left:calc(var(--chip-padding)*.5);
1080
967
  }
1081
- .v-control-field--filled{
1082
- background-color:var(--my-fill-color);
1083
- border-top-left-radius:var(--control-field-radius);
1084
- border-top-right-radius:var(--control-field-radius);
1085
- transition:background-color .2s cubic-bezier(0, 0, .2, 1) 0s;
968
+ .v-chip .v-avatar{
969
+ --avatar-size:14px;
1086
970
  }
1087
- .v-control-field--filled:hover:not(:focus-within){
1088
- background-color:var(--my-fill-hover-color);
971
+ .v-card{
972
+ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
1089
973
  }
1090
- .v-control-field--filled:hover:before,.v-control-field--flat:hover:before{
1091
- border-color:var(--my-bottom-hover-color);
974
+ .v-card::-moz-focus-inner{
975
+ border:0;
1092
976
  }
1093
- .v-control-field--flat:hover:before{
1094
- height:2px;
1095
- border-bottom-width:2px;
977
+ .v-card{
978
+ position:relative;
979
+ width:100%;
980
+ padding:0;
981
+ text-align:left;
982
+ appearance:none;
983
+ touch-action:manipulation;
984
+ user-select:none;
985
+ outline:0;
986
+ border:0;
1096
987
  }
1097
- .v-control-field--filled.v-control-field--disabled:before,.v-control-field--flat.v-control-field--disabled:before{
1098
- border-bottom-style:dotted;
988
+ .v-card,.v-card:focus,.v-card:hover{
989
+ text-decoration:none;
1099
990
  }
1100
- .v-control-field--outlined{
1101
- border-radius:var(--control-field-radius);
1102
- transition:box-shadow .2s cubic-bezier(0, 0, .2, 1) 0s;
991
+ .v-card.clickable{
992
+ cursor:pointer;
1103
993
  }
1104
- .v-control-field--outlined:before{
1105
- top:0;
1106
- height:auto;
1107
- background:transparent;
1108
- border:1px solid var(--my-outline-color);
994
+ .v-card.clickable:before{
995
+ position:absolute;
996
+ inset:0;
997
+ content:"";
998
+ background:currentColor;
1109
999
  border-radius:inherit;
1000
+ opacity:0;
1001
+ transition:.3s cubic-bezier(.25, .8, .5, 1);
1110
1002
  }
1111
- .v-control-field--outlined:hover:before{
1112
- border-color:var(--my-outline-hover-color);
1113
- }
1114
- .v-control-field--outlined:after{
1115
- content:none;
1116
- }
1117
- .v-control-field--outlined:focus-within{
1118
- box-shadow:0 0 1px var(--shadow-color), 0 0 2px 2px var(--focusShadow-color);
1003
+ .v-card.clickable:focus:before,.v-card.clickable:hover:before{
1004
+ opacity:.125;
1119
1005
  }
1120
- .v-control-field__adornment--start{
1121
- padding-right:.25em;
1006
+ .v-card[aria-disabled=true],.v-card[disabled]{
1007
+ pointer-events:none;
1122
1008
  }
1123
- .v-control-field__adornment--end{
1124
- padding-left:.25em;
1009
+ .v-card[aria-disabled=true]:before,.v-card[disabled]:before{
1010
+ content:none;
1125
1011
  }
1126
- .v-control-field__adornment .v-icon{
1127
- font-size:1.2em;
1012
+ .v-card-content{
1013
+ padding:var(--card-content-padding);
1128
1014
  }
1129
1015
  .v-card-actions{
1130
1016
  display:flex;
@@ -1135,279 +1021,210 @@
1135
1021
  margin-top:0;
1136
1022
  margin-bottom:0;
1137
1023
  }
1138
- .v-data-table{
1139
- --controls-vertial-margin:0.625em;
1140
- }
1141
- .v-card-content .v-data-table{
1142
- margin-right:calc(var(--card-content-padding)*-1);
1143
- margin-left:calc(var(--card-content-padding)*-1);
1144
- }
1145
- .v-data-table__controls{
1146
- flex-wrap:wrap;
1147
- justify-content:flex-end;
1148
- }
1149
- .v-data-table__controls,.v-data-table__controls__info{
1150
- display:flex;
1151
- align-items:center;
1152
- }
1153
- .v-data-table__controls__info__length{
1154
- margin-right:20px;
1155
- }
1156
- .v-data-table__controls__select-limit{
1157
- display:flex;
1158
- align-items:center;
1159
- }
1160
- .v-data-table__controls__select-limit__prefix{
1161
- margin-right:.5em;
1162
- font-size:.75em;
1163
- color:var(--palette-muted);
1164
- white-space:nowrap;
1165
- }
1166
- .v-data-table__controls__select-limit .v-select{
1167
- width:5em;
1168
- margin-left:.5em;
1169
- }
1170
- .v-data-table__controls__pagination{
1171
- flex:1 1 100%;
1172
- margin-left:auto;
1173
- }
1174
- .v-data-table__header{
1175
- margin-bottom:var(--controls-vertial-margin);
1176
- }
1177
- .v-data-table__footer{
1178
- margin-top:var(--controls-vertial-margin);
1179
- }
1180
- .v-data-table__body{
1024
+ .v-button{
1025
+ --padding:1em;
1026
+ --height:2.5714285714em;
1027
+ --icon-margin:0.6em;
1181
1028
  position:relative;
1029
+ display:inline-flex;
1030
+ flex:0 0 auto;
1031
+ align-items:center;
1032
+ justify-content:center;
1033
+ min-width:calc(var(--root-em)*4);
1034
+ height:var(--height);
1035
+ padding:0 var(--padding);
1036
+ margin:calc(var(--root-em)*.375) calc(var(--root-em)*.5);
1037
+ overflow:hidden;
1038
+ font:inherit;
1039
+ font-weight:500;
1040
+ line-height:1;
1041
+ vertical-align:bottom;
1042
+ text-transform:uppercase;
1043
+ letter-spacing:.0892857143em;
1044
+ text-decoration:none;
1045
+ appearance:none;
1046
+ cursor:pointer;
1047
+ user-select:none;
1048
+ outline:0;
1049
+ border-style:solid;
1050
+ border-width:1px;
1051
+ border-radius:var(--control-field-radius);
1052
+ transition:.3s cubic-bezier(.25, .8, .5, 1),color 1ms;
1182
1053
  }
1183
- .v-data-table__body__inner{
1184
- overflow-x:auto;
1054
+ .v-button--align-left{
1055
+ justify-content:flex-start;
1185
1056
  }
1186
- .v-data-table__table-wrapper{
1187
- display:flex;
1057
+ .v-button--align-right{
1058
+ justify-content:flex-end;
1188
1059
  }
1189
- .v-data-table__table-wrapper:after,.v-data-table__table-wrapper:before{
1190
- display:block;
1191
- height:1px;
1192
- content:"";
1060
+ .v-button--plain{
1061
+ color:inherit !important;
1193
1062
  }
1194
- .v-data-table__loading{
1195
- position:absolute;
1196
- inset:0;
1197
- z-index:1;
1198
- display:flex;
1199
- align-items:center;
1200
- justify-content:center;
1201
- background:var(--palette-background);
1063
+ .v-button--plain.v-button--guard-in-progress,.v-button--plain[aria-disabled=true],.v-button--plain[disabled]{
1202
1064
  opacity:.5;
1203
1065
  }
1204
- .v-data-table__table{
1205
- width:100%;
1206
- margin:0;
1207
- background:var(--palette-background);
1208
- border-radius:var(--control-field-radius);
1066
+ .v-button--sm{
1067
+ font-size:calc(var(--root-em)*.75);
1209
1068
  }
1210
- .v-data-table__table__cell{
1211
- position:relative;
1212
- vertical-align:middle;
1213
- text-align:left;
1214
- white-space:nowrap;
1215
- border-bottom:thin solid rgba(0,0,0,.12);
1216
- transition:background .2s;
1069
+ .v-button--md{
1070
+ font-size:calc(var(--root-em)*.875);
1217
1071
  }
1218
- .v-data-table__table__cell:first-child{
1219
- padding-left:calc(var(--table-cell-horizontal-padding)*2);
1072
+ .v-button--lg{
1073
+ font-size:calc(var(--root-em)*1.375);
1220
1074
  }
1221
- .v-data-table__table__cell:last-child{
1222
- padding-right:calc(var(--table-cell-horizontal-padding)*2);
1075
+ .v-button--rounded{
1076
+ --padding:0;
1077
+ min-width:0;
1078
+ aspect-ratio:1/1;
1079
+ margin:calc(var(--root-em)*.125);
1080
+ border-radius:50%;
1081
+ --height:auto;
1223
1082
  }
1224
- .v-data-table__table__cell--left{
1225
- text-align:left;
1083
+ .v-button--icon{
1084
+ min-width:1.9285714286em;
1085
+ margin:calc(var(--root-em)*.125);
1086
+ --height:1.9285714286em;
1087
+ --padding:0em;
1226
1088
  }
1227
- .v-data-table__table__cell--center{
1228
- text-align:center;
1089
+ .v-button::-moz-focus-inner{
1090
+ border:0;
1229
1091
  }
1230
- .v-data-table__table__cell--center .v-data-table__table__sort-icon--empty{
1231
- display:flex;
1092
+ .v-button.v-button--guard-in-progress,.v-button[aria-disabled=true],.v-button[disabled]{
1093
+ cursor:default;
1232
1094
  }
1233
- .v-data-table__table__cell--right{
1234
- text-align:right;
1095
+ .v-button--spacer-left{
1096
+ margin-left:auto;
1235
1097
  }
1236
- .v-data-table__table__cell[tabindex="0"]{
1237
- cursor:pointer;
1098
+ .v-button--spacer-right{
1099
+ margin-right:auto;
1238
1100
  }
1239
- .v-data-table__table__cell__tile{
1101
+ .v-button__content{
1240
1102
  display:flex;
1241
1103
  align-items:center;
1104
+ justify-content:center;
1105
+ justify-self:stretch;
1106
+ pointer-events:none;
1242
1107
  }
1243
- .v-data-table__table__sort-icon{
1244
- width:25px;
1245
- font-size:1.25em;
1108
+ .v-button--loading .v-button__content{
1246
1109
  opacity:0;
1247
- transition:transform .2s,opacity .2s;
1248
- }
1249
- .v-data-table__table__sort-icon--empty{
1250
- display:none;
1251
1110
  }
1252
- .v-data-table__table__header .v-data-table__table__cell{
1253
- user-select:none;
1254
- background:hsla(0,0%,100%,.85);
1255
- backdrop-filter:blur(3px);
1256
- }
1257
- .v-data-table__table__cell[tabindex="0"]:focus .v-data-table__table__sort-icon,.v-data-table__table__cell[tabindex="0"]:hover .v-data-table__table__sort-icon,.v-data-table__table__header .v-data-table__table__cell--active .v-data-table__table__sort-icon{
1258
- opacity:1;
1111
+ .v-button__icon--start{
1112
+ margin-right:var(--icon-margin);
1259
1113
  }
1260
- .v-data-table__table__body tr:last-child .v-data-table__table__cell{
1261
- border-bottom:none;
1114
+ .v-button__icon--end{
1115
+ margin-left:var(--icon-margin);
1262
1116
  }
1263
- .v-data-table--fixed-header .v-data-table__table__header .v-data-table__table__cell{
1264
- position:sticky;
1265
- top:0;
1117
+ .v-button__loading{
1118
+ position:absolute;
1119
+ top:50%;
1120
+ left:50%;
1266
1121
  z-index:1;
1122
+ transform:translate(-50%, -50%);
1267
1123
  }
1268
- .v-icon{
1124
+ .v-button-group{
1269
1125
  display:inline-flex;
1270
- align-items:center;
1271
- justify-content:center;
1272
- width:1.25em;
1273
- aspect-ratio:1/1;
1274
- user-select:none;
1126
+ align-items:stretch;
1275
1127
  }
1276
- .v-icon--clickable{
1277
- cursor:pointer;
1128
+ .v-button-group__item{
1129
+ position:relative;
1130
+ margin:0;
1278
1131
  }
1279
- .v-icon__body{
1280
- display:inline-flex;
1281
- align-items:center;
1282
- justify-content:center;
1283
- transition:transform .15s linear;
1132
+ .v-button-group__item--has-left{
1133
+ border-top-left-radius:0;
1134
+ border-bottom-left-radius:0;
1284
1135
  }
1285
- .v-textarea__input{
1286
- cursor:text;
1136
+ .v-button-group__item--has-right{
1137
+ border-top-right-radius:0;
1138
+ border-bottom-right-radius:0;
1287
1139
  }
1288
- .v-textarea__input__element{
1289
- width:100%;
1290
- min-width:0;
1291
- padding:8px 0;
1292
- margin:0;
1293
- font-size:inherit;
1294
- line-height:inherit;
1295
- letter-spacing:inherit;
1296
- resize:none;
1297
- outline:0;
1298
- background:transparent;
1299
- border:0;
1300
- border-radius:0;
1140
+ .v-button-group__item:focus{
1141
+ z-index:1;
1301
1142
  }
1302
- .v-textarea__input__element:-webkit-autofill:-webkit-autofill,.v-textarea__input__element:-webkit-autofill:-webkit-autofill:active,.v-textarea__input__element:-webkit-autofill:-webkit-autofill:focus,.v-textarea__input__element:-webkit-autofill:-webkit-autofill:hover{
1303
- color:inherit !important;
1304
- transition:background-color 5000s;
1305
- -webkit-text-fill-color:#fff !important;
1143
+ .v-pagination{
1144
+ --pagination-size:var(--pagination-item-size);
1145
+ --pagination-margin:var(--pagination-item-margin);
1146
+ --pagination-font-size:var(--pagination-item-font-size);
1147
+ --pagination-radius:var(--pagination-item-radius);
1148
+ display:flex;
1149
+ align-items:center;
1150
+ overflow:hidden;
1151
+ font-weight:700;
1152
+ line-height:1;
1306
1153
  }
1307
- .v-textarea__input__element::-ms-clear{
1308
- display:none;
1154
+ .v-pagination:before{
1155
+ width:var(--pagination-size);
1156
+ margin:var(--pagination-margin);
1157
+ content:none;
1309
1158
  }
1310
- .v-textarea__input__element::placeholder{
1311
- font-style:italic;
1312
- color:var(--control-disabled-color);
1159
+ .v-pagination--left{
1160
+ justify-content:flex-start;
1313
1161
  }
1314
- .v-skelton-loader-bone{
1315
- position:relative;
1316
- overflow:hidden;
1317
- cursor:progress;
1318
- background:rgba(0,0,0,.12);
1319
- border-radius:inherit;
1162
+ .v-pagination--center{
1163
+ justify-content:center;
1320
1164
  }
1321
- .v-skelton-loader-bone:after{
1322
- position:absolute;
1323
- top:0;
1324
- right:0;
1325
- left:0;
1326
- z-index:1;
1327
- height:100%;
1328
- content:"";
1329
- background:linear-gradient(90deg, hsla(0,0%,100%,0), hsla(0,0%,100%,.3), hsla(0,0%,100%,0));
1330
- transform:translateX(-100%);
1331
- animation:v-skelton-loader-bone-loading 1.5s infinite;
1165
+ .v-pagination--right{
1166
+ justify-content:flex-end;
1332
1167
  }
1333
- .v-breadcrumbs{
1334
- display:block;
1335
- margin:1.5em auto;
1336
- font-size:var(--breadcrumbs-font-size);
1168
+ .v-pagination a.v-pagination__item,.v-pagination__item{
1169
+ -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
1337
1170
  }
1338
- .v-breadcrumbs__list{
1339
- display:inline-flex;
1340
- flex-wrap:wrap;
1341
- align-items:center;
1342
- vertical-align:bottom;
1171
+ .v-pagination a.v-pagination__item::-moz-focus-inner,.v-pagination__item::-moz-focus-inner{
1172
+ border:0;
1343
1173
  }
1344
- .v-breadcrumbs__divider,.v-breadcrumbs__item,.v-breadcrumbs__list{
1174
+ .v-pagination a.v-pagination__item,.v-pagination__item{
1345
1175
  padding:0;
1346
- margin:0;
1347
- list-style:none;
1176
+ appearance:none;
1177
+ touch-action:manipulation;
1178
+ cursor:pointer;
1179
+ user-select:none;
1180
+ outline:0;
1181
+ border-width:0;
1348
1182
  }
1349
- .v-breadcrumbs__link{
1350
- display:inline-flex;
1351
- align-items:center;
1352
- vertical-align:middle;
1353
- white-space:nowrap;
1183
+ .v-pagination a.v-pagination__item,.v-pagination a.v-pagination__item:focus,.v-pagination a.v-pagination__item:hover,.v-pagination__item,.v-pagination__item:focus,.v-pagination__item:hover{
1354
1184
  text-decoration:none;
1355
1185
  }
1356
- .v-breadcrumbs__item--disabled .v-breadcrumbs__link{
1357
- color:inherit;
1358
- pointer-events:none;
1359
- }
1360
- .v-breadcrumbs__icon{
1361
- margin-right:.2em;
1362
- font-size:140%;
1363
- }
1364
- .v-breadcrumbs__divider{
1365
- position:relative;
1366
- top:1px;
1186
+ .v-pagination a.v-pagination__item,.v-pagination__item{
1367
1187
  display:flex;
1368
1188
  align-items:center;
1369
1189
  justify-content:center;
1370
- margin:0 1.25em;
1190
+ min-width:var(--pagination-size);
1191
+ height:var(--pagination-size);
1192
+ margin:calc(var(--pagination-margin)*.5);
1193
+ font-size:var(--pagination-font-size);
1194
+ color:inherit;
1195
+ border-radius:var(--pagination-radius);
1196
+ transition:.1s;
1371
1197
  }
1372
- .v-breadcrumbs__divider__icon{
1373
- display:block;
1374
- width:.5em;
1375
- height:.5em;
1376
- margin-left:-.25em;
1377
- border-top:1px solid;
1378
- border-right:1px solid;
1379
- transform:rotate(45deg);
1198
+ .v-pagination a.v-pagination__item:focus,.v-pagination a.v-pagination__item:hover,.v-pagination__item:focus,.v-pagination__item:hover{
1199
+ background:rgba(0,0,0,.1);
1200
+ }
1201
+ .v-pagination a.v-pagination__item--active,.v-pagination a.v-pagination__item--active:active,.v-pagination a.v-pagination__item--active:focus,.v-pagination a.v-pagination__item--active:hover,.v-pagination__item--active,.v-pagination__item--active:active,.v-pagination__item--active:focus,.v-pagination__item--active:hover{
1202
+ color:var(--text-color);
1203
+ pointer-events:none;
1204
+ background-color:var(--main-color);
1380
1205
  }
1381
- .v-tabs{
1382
- position:relative;
1383
- width:100%;
1384
- height:var(--tabs-height);
1385
- overflow:hidden;
1206
+ .v-pagination a.v-pagination__item--disabled,.v-pagination a.v-pagination__item--truncate,.v-pagination__item--disabled,.v-pagination__item--truncate{
1207
+ color:var(--palette-muted) !important;
1208
+ pointer-events:none !important;
1209
+ background:transparent !important;
1386
1210
  }
1387
- .v-tabs:before{
1388
- position:absolute;
1389
- right:0;
1390
- bottom:0;
1391
- left:0;
1392
- display:block;
1393
- height:2px;
1394
- content:"";
1395
- background:currentColor;
1396
- opacity:.25;
1211
+ .v-pagination a.v-pagination__item .v-icon,.v-pagination__item .v-icon{
1212
+ font-size:125%;
1397
1213
  }
1398
- .v-tabs__scroller{
1399
- width:100%;
1400
- height:calc(var(--tabs-height) + 30px);
1214
+ .v-pagination--dense .v-pagination__item{
1215
+ --pagination-size:var(--pagination-item-size-dense);
1216
+ --pagination-margin:var(--pagination-item-margin-dense);
1217
+ --pagination-font-size:var(--pagination-item-font-size-dense);
1401
1218
  }
1402
- .v-tabs__scroller__container{
1403
- padding-bottom:30px;
1219
+ .v-pagination--disabled .v-pagination__item{
1220
+ color:var(--palette-muted);
1221
+ pointer-events:none;
1404
1222
  }
1405
- .v-tabs__content{
1406
- position:relative;
1407
- display:inline-flex;
1408
- align-items:stretch;
1409
- min-width:100%;
1410
- vertical-align:bottom;
1223
+ .v-pagination--disabled .v-pagination__item:focus,.v-pagination--disabled .v-pagination__item:hover{
1224
+ background:transparent;
1225
+ }
1226
+ .v-pagination--disabled .v-pagination__item--active{
1227
+ background:var(--palette-muted);
1411
1228
  }
1412
1229
  .v-list-tile{
1413
1230
  --tile-background:var(--main-color, transparent);
@@ -1460,211 +1277,311 @@
1460
1277
  margin-left:auto;
1461
1278
  text-align:right;
1462
1279
  }
1463
- .v-avatar{
1464
- -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
1280
+ .v-drawer-layout{
1281
+ display:block;
1282
+ width:100%;
1283
+ height:100%;
1465
1284
  }
1466
- .v-avatar::-moz-focus-inner{
1467
- border:0;
1285
+ .v-drawer-layout__inner{
1286
+ display:flex;
1287
+ flex-direction:column;
1288
+ align-items:stretch;
1289
+ width:100%;
1290
+ height:100%;
1468
1291
  }
1469
- .v-avatar{
1470
- padding:0;
1471
- appearance:none;
1472
- touch-action:manipulation;
1473
- cursor:pointer;
1474
- user-select:none;
1475
- outline:0;
1476
- border-width:0;
1292
+ .v-drawer-layout__header{
1293
+ display:flex;
1294
+ flex:0 0 var(--val-topToolbar-height);
1295
+ align-items:center;
1296
+ justify-content:center;
1297
+ height:var(--val-topToolbar-height);
1477
1298
  }
1478
- .v-avatar,.v-avatar:focus,.v-avatar:hover{
1479
- text-decoration:none;
1299
+ .v-drawer-layout__body{
1300
+ flex:1 1 100%;
1301
+ overflow:auto;
1302
+ -webkit-overflow-scrolling:touch;
1480
1303
  }
1481
- .v-avatar{
1482
- --avatar-radius:50%;
1483
- --avatar-font-weight:var(--typo-medium-weight);
1484
- --avatar-base-font-size:var(--typo-base-size);
1485
- --avatar-font-size:var(--avatar-base-font-size);
1486
- display:inline-flex;
1487
- flex-basis:var(--avatar-size);
1304
+ .v-drawer-layout__footer{
1305
+ flex:0 0 auto;
1306
+ margin-top:auto;
1307
+ }
1308
+ .v-hero{
1309
+ --hero-background-color:var(--main-color);
1310
+ --hero-text-color:var(--text-color);
1311
+ display:flex;
1488
1312
  align-items:center;
1489
- justify-content:center;
1490
- width:var(--avatar-size);
1491
- min-width:var(--avatar-size);
1492
- height:var(--avatar-size);
1493
- overflow:hidden;
1494
- font-size:var(--avatar-font-size);
1495
- font-weight:var(--avatar-font-weight);
1313
+ padding:20px 30px;
1314
+ margin:0;
1315
+ color:var(--hero-text-color);
1316
+ background-color:var(--hero-background-color);
1317
+ }
1318
+ .v-hero__title{
1319
+ flex:1 1 100%;
1320
+ margin:0;
1321
+ font-size:1.75rem;
1322
+ font-weight:300;
1496
1323
  line-height:1;
1497
- vertical-align:bottom;
1498
- text-align:center;
1499
- cursor:default;
1500
- border-style:solid;
1501
- border-width:1px;
1502
- border-radius:var(--avatar-radius);
1503
- --shadow-color:transparent !important;
1504
- --focusShadow-color:transparent !important;
1324
+ color:inherit;
1505
1325
  }
1506
- .v-avatar--clickable{
1507
- cursor:pointer;
1326
+ .v-hero__adornment{
1327
+ flex:0 0 auto;
1328
+ padding-left:10px;
1329
+ margin-left:auto;
1508
1330
  }
1509
- .v-avatar--sm{
1510
- --avatar-size:36px;
1511
- --avatar-font-size:calc(var(--avatar-base-font-size)*0.75);
1331
+ .v-navigation-item--opened{
1332
+ --tile-background:var(--tile-active-background);
1333
+ --tile-text-color:var(--tile-text-active-color);
1512
1334
  }
1513
- .v-avatar--md{
1514
- --avatar-size:48px;
1335
+ .v-navigation-item__expand{
1336
+ transition:height .2s;
1515
1337
  }
1516
- .v-avatar--lg{
1517
- --avatar-size:62px;
1518
- --avatar-font-size:calc(var(--avatar-base-font-size)*1.25);
1338
+ .v-navigation-item__expand .v-navigation-item{
1339
+ --tile-background:var(--tile-active-background);
1519
1340
  }
1520
- .v-avatar--rounded{
1521
- --avatar-radius:4px;
1341
+ .v-navigation-item--depth-1{
1342
+ --depth-padding:calc(var(--list-tile-padding)*2);
1522
1343
  }
1523
- .v-avatar--tile{
1524
- --avatar-radius:0;
1344
+ .v-navigation-item--depth-2{
1345
+ --depth-padding:calc(var(--list-tile-padding)*3);
1525
1346
  }
1526
- .v-avatar img,.v-avatar__image{
1347
+ .v-navigation-item--depth-3{
1348
+ --depth-padding:calc(var(--list-tile-padding)*4);
1349
+ }
1350
+ .v-navigation__caption{
1351
+ display:block;
1352
+ padding:calc(var(--root-em)*.625) calc(var(--root-em)*1.5625);
1353
+ margin:1em 0 0;
1354
+ font-size:.75rem;
1355
+ color:var(--caption-color);
1356
+ text-transform:uppercase;
1357
+ }
1358
+ .v-control-field{
1359
+ position:relative;
1527
1360
  display:inline-flex;
1528
- width:inherit !important;
1529
- height:inherit !important;
1530
- object-fit:cover;
1531
- border-radius:inherit;
1361
+ align-items:center;
1362
+ width:100%;
1363
+ min-width:0;
1364
+ height:var(--control-field-height);
1365
+ min-height:var(--control-field-height);
1366
+ padding:0 8px;
1367
+ font-size:var(--control-field-font-size);
1368
+ line-height:var(--control-field-line-height);
1369
+ letter-spacing:var(--control-field-letter-spacing);
1370
+ --my-bottom-color:var(--control-field-bottom-color);
1371
+ --my-bottom-hover-color:var(--control-field-bottom-hover-color);
1372
+ --my-focused-color:var(--main-color);
1373
+ --my-fill-color:var(--control-field-fill-color);
1374
+ --my-fill-hover-color:var(--control-field-fill-hover-color);
1375
+ --my-outline-color:var(--control-field-outline-color);
1376
+ --my-outline-hover-color:var(--control-field-outline-hover-color);
1532
1377
  }
1533
- .v-chip{
1534
- -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
1378
+ .v-control-field--invalid:not(.v-control-field--disabled):not(.v-control-field--readonly){
1379
+ --my-bottom-color:var(--main-color);
1380
+ --my-bottom-hover-color:var(--main-color);
1381
+ --my-outline-color:var(--main-color);
1382
+ --my-outline-hover-color:var(--main-color);
1535
1383
  }
1536
- .v-chip::-moz-focus-inner{
1537
- border:0;
1384
+ .v-control-field--readonly{
1385
+ cursor:default;
1538
1386
  }
1539
- .v-chip{
1540
- padding:0;
1541
- appearance:none;
1542
- touch-action:manipulation;
1543
- cursor:pointer;
1387
+ .v-control-field--disabled{
1388
+ color:var(--control-disabled-color);
1389
+ pointer-events:none;
1544
1390
  user-select:none;
1545
- outline:0;
1546
- border-width:0;
1547
1391
  }
1548
- .v-chip,.v-chip:focus,.v-chip:hover{
1549
- text-decoration:none;
1392
+ .v-control-field:after,.v-control-field:before{
1393
+ position:absolute;
1394
+ right:0;
1395
+ bottom:0;
1396
+ left:0;
1397
+ pointer-events:none;
1398
+ content:"";
1399
+ }
1400
+ .v-control-field:before{
1401
+ height:1px;
1402
+ border-bottom:1px solid var(--my-bottom-color);
1403
+ transition:border-color .2s cubic-bezier(.4, 0, .2, 1) 0s;
1404
+ }
1405
+ .v-control-field:after{
1406
+ height:2px;
1407
+ background:var(--my-focused-color);
1408
+ transform:scaleX(0);
1409
+ transition:transform .2s cubic-bezier(0, 0, .2, 1) 0s;
1410
+ }
1411
+ .v-control-field--focused,.v-control-field:focus-within{
1412
+ --my-outline-color:var(--my-focused-color);
1413
+ --my-outline-hover-color:var(--my-focused-color);
1414
+ outline:none;
1415
+ }
1416
+ .v-control-field--focused:after,.v-control-field:focus-within:after{
1417
+ transform:scaleX(1);
1418
+ }
1419
+ .v-control-field--auto-height{
1420
+ height:auto;
1421
+ }
1422
+ .v-control-field__body{
1423
+ display:flex;
1424
+ flex:1 1 auto;
1425
+ align-items:stretch;
1426
+ align-self:stretch;
1427
+ margin:0;
1428
+ }
1429
+ .v-control-field--flat{
1430
+ padding-right:0;
1431
+ padding-left:0;
1432
+ }
1433
+ .v-control-field--filled{
1434
+ background-color:var(--my-fill-color);
1435
+ border-top-left-radius:var(--control-field-radius);
1436
+ border-top-right-radius:var(--control-field-radius);
1437
+ transition:background-color .2s cubic-bezier(0, 0, .2, 1) 0s;
1438
+ }
1439
+ .v-control-field--filled:hover:not(:focus-within){
1440
+ background-color:var(--my-fill-hover-color);
1441
+ }
1442
+ .v-control-field--filled:hover:before,.v-control-field--flat:hover:before{
1443
+ border-color:var(--my-bottom-hover-color);
1550
1444
  }
1551
- .v-chip{
1552
- --chip-radius:calc(var(--chip-height)/2);
1553
- display:inline-flex;
1554
- align-items:center;
1555
- justify-content:center;
1556
- height:var(--chip-height);
1557
- padding:0 var(--chip-padding);
1558
- overflow:hidden;
1559
- font-size:var(--chip-font-size);
1560
- font-weight:var(--chip-font-weight);
1561
- line-height:1;
1562
- vertical-align:bottom;
1563
- text-align:center;
1564
- white-space:nowrap;
1565
- cursor:default;
1566
- border-style:solid;
1567
- border-width:1px;
1568
- border-radius:var(--chip-radius);
1569
- --shadow-color:transparent !important;
1570
- --focusShadow-color:transparent !important;
1445
+ .v-control-field--flat:hover:before{
1446
+ height:2px;
1447
+ border-bottom-width:2px;
1571
1448
  }
1572
- .v-chip--clickable{
1573
- cursor:pointer;
1449
+ .v-control-field--filled.v-control-field--disabled:before,.v-control-field--flat.v-control-field--disabled:before{
1450
+ border-bottom-style:dotted;
1574
1451
  }
1575
- .v-chip--xs{
1576
- --chip-height:var(--chip-height-xs);
1577
- --chip-font-size:var(--chip-font-size-xs);
1452
+ .v-control-field--outlined{
1453
+ border-radius:var(--control-field-radius);
1454
+ transition:box-shadow .2s cubic-bezier(0, 0, .2, 1) 0s;
1578
1455
  }
1579
- .v-chip--sm{
1580
- --chip-height:var(--chip-height-sm);
1581
- --chip-font-size:var(--chip-font-size-sm);
1456
+ .v-control-field--outlined:before{
1457
+ top:0;
1458
+ height:auto;
1459
+ background:transparent;
1460
+ border:1px solid var(--my-outline-color);
1461
+ border-radius:inherit;
1582
1462
  }
1583
- .v-chip--md{
1584
- --chip-height:var(--chip-height-md);
1585
- --chip-font-size:var(--chip-font-size-md);
1463
+ .v-control-field--outlined:hover:before{
1464
+ border-color:var(--my-outline-hover-color);
1586
1465
  }
1587
- .v-chip--lg{
1588
- --chip-height:var(--chip-height-lg);
1589
- --chip-font-size:var(--chip-font-size-lg);
1466
+ .v-control-field--outlined:after{
1467
+ content:none;
1590
1468
  }
1591
- .v-chip--xl{
1592
- --chip-height:var(--chip-height-xl);
1593
- --chip-font-size:var(--chip-font-size-xl);
1469
+ .v-control-field--outlined:focus-within{
1470
+ box-shadow:0 0 1px var(--shadow-color), 0 0 2px 2px var(--focusShadow-color);
1594
1471
  }
1595
- .v-chip--label{
1596
- --chip-radius:4px;
1472
+ .v-control-field__adornment--start{
1473
+ padding-right:.25em;
1597
1474
  }
1598
- .v-chip__icon--start{
1599
- margin-right:calc(var(--chip-padding)*.5);
1600
- margin-left:calc(var(--chip-padding)*-.5);
1475
+ .v-control-field__adornment--end{
1476
+ padding-left:.25em;
1601
1477
  }
1602
- .v-chip__icon--end{
1603
- margin-right:calc(var(--chip-padding)*-.5);
1604
- margin-left:calc(var(--chip-padding)*.5);
1478
+ .v-control-field__adornment .v-icon{
1479
+ font-size:1.2em;
1605
1480
  }
1606
- .v-chip .v-avatar{
1607
- --avatar-size:14px;
1481
+ .v-text-counter{
1482
+ white-space:nowrap;
1608
1483
  }
1609
- .v-disabled-reason{
1610
- -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
1484
+ .v-checkbox{
1485
+ --my-border-color:var(--color);
1486
+ --my-faux-bg-color:transparent;
1611
1487
  }
1612
- .v-disabled-reason::-moz-focus-inner{
1613
- border:0;
1488
+ .v-checkbox--indeterminate,.v-checkbox--selected{
1489
+ --my-border-color:transparent;
1490
+ --my-faux-bg-color:var(--color);
1614
1491
  }
1615
- .v-disabled-reason{
1616
- position:absolute;
1617
- inset:0;
1618
- z-index:10;
1492
+ .v-checkbox__faux{
1619
1493
  display:block;
1620
- pointer-events:none;
1621
- cursor:default;
1622
- border-radius:inherit;
1494
+ width:100%;
1495
+ height:100%;
1496
+ background:var(--my-faux-bg-color);
1497
+ border:2px solid var(--my-border-color);
1498
+ border-radius:var(--control-field-radius);
1499
+ clip-path:polygon(0 0, 0 100%, 100% 100%, 100% 0, 88.25% 28.25%, 38% 78.125%, 12% 50%, 20% 42.1875%, 38% 63%, 82% 20%, 88.25% 28.25%, 100% 0);
1500
+ transition:border-color .2s,background-color .2s;
1623
1501
  }
1624
- .v-disabled-reason[tabindex]:not([tabindex^="-"]){
1625
- pointer-events:auto;
1502
+ .v-checkbox--indeterminate .v-checkbox__faux{
1503
+ clip-path:polygon(0 0, 0 100%, 100% 100%, 100% 0, 77.7777777778% 44.4444444444%, 77.7777777778% 55.5555555556%, 22.2222222222% 55.5555555556%, 22.2222222222% 44.4444444444%, 77.7777777778% 44.4444444444%, 100% 0);
1626
1504
  }
1627
- .v-card{
1628
- -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
1505
+ .v-checkable{
1506
+ --outer-size:var(--control-checkable-outer-size);
1507
+ --icon-size:var(--control-checkable-icon-size);
1508
+ --color:var(--control-checkable-base-color);
1509
+ display:inline-flex;
1510
+ align-items:center;
1511
+ padding-right:1em;
1512
+ cursor:pointer;
1513
+ user-select:none;
1629
1514
  }
1630
- .v-card::-moz-focus-inner{
1631
- border:0;
1515
+ .v-checkable--checked,.v-checkable--invalid:not(.v-checkable--readonly){
1516
+ --color:var(--main-color);
1632
1517
  }
1633
- .v-card{
1634
- position:relative;
1635
- width:100%;
1636
- padding:0;
1637
- text-align:left;
1638
- appearance:none;
1639
- touch-action:manipulation;
1640
- user-select:none;
1641
- outline:0;
1642
- border:0;
1518
+ .v-checkable--disabled{
1519
+ --color:var(--control-disabled-color);
1643
1520
  }
1644
- .v-card,.v-card:focus,.v-card:hover{
1645
- text-decoration:none;
1521
+ .v-checkable--disabled,.v-checkable--readonly{
1522
+ pointer-events:none;
1523
+ cursor:default;
1646
1524
  }
1647
- .v-card.clickable{
1525
+ .v-checkable input{
1526
+ position:absolute;
1527
+ width:1px;
1528
+ height:1px;
1529
+ overflow:hidden;
1530
+ white-space:nowrap;
1531
+ clip:rect(0 0 0 0);
1532
+ clip-path:inset(100%);
1533
+ }
1534
+ .v-checkable__faux{
1535
+ position:relative;
1536
+ display:inline-flex;
1537
+ flex:0 0 var(--outer-size);
1538
+ align-items:center;
1539
+ justify-content:center;
1540
+ width:var(--outer-size);
1541
+ height:var(--outer-size);
1542
+ margin:var(--control-checkable-faux-margin);
1543
+ margin-left:0;
1544
+ color:var(--color);
1648
1545
  cursor:pointer;
1649
1546
  }
1650
- .v-card.clickable:before{
1547
+ .v-checkable__faux__icon{
1548
+ position:relative;
1549
+ display:block;
1550
+ width:var(--icon-size);
1551
+ height:var(--icon-size);
1552
+ pointer-events:none;
1553
+ transform:scale(var(--control-checkable-faux-scale));
1554
+ }
1555
+ .v-checkable__faux:before{
1651
1556
  position:absolute;
1652
1557
  inset:0;
1558
+ display:block;
1559
+ pointer-events:none;
1653
1560
  content:"";
1654
1561
  background:currentColor;
1655
- border-radius:inherit;
1562
+ border-radius:50%;
1656
1563
  opacity:0;
1657
- transition:.3s cubic-bezier(.25, .8, .5, 1);
1564
+ transition:opacity .2s;
1658
1565
  }
1659
- .v-card.clickable:focus:before,.v-card.clickable:hover:before{
1660
- opacity:.125;
1566
+ .v-checkable__faux:hover:before{
1567
+ opacity:.1;
1661
1568
  }
1662
- .v-card[aria-disabled=true],.v-card[disabled]{
1663
- pointer-events:none;
1569
+ .v-checkable--custom-icon .v-checkable__faux{
1570
+ flex-basis:auto;
1571
+ width:auto;
1664
1572
  }
1665
- .v-card[aria-disabled=true]:before,.v-card[disabled]:before{
1573
+ .v-checkable--custom-icon .v-checkable__faux:before{
1666
1574
  content:none;
1667
1575
  }
1576
+ .v-checkable:focus-within .v-checkable__faux:before{
1577
+ opacity:.2;
1578
+ }
1579
+ .v-checkable__label{
1580
+ line-height:1.5;
1581
+ }
1582
+ .v-checkable--disabled .v-checkable__label{
1583
+ color:var(--color);
1584
+ }
1668
1585
  .v-radio{
1669
1586
  --my-color:var(--color);
1670
1587
  }
@@ -1773,119 +1690,78 @@
1773
1690
  .v-switch:focus-within .v-switch__faux__pin:before{
1774
1691
  opacity:.1;
1775
1692
  }
1776
- .v-pagination{
1777
- --pagination-size:var(--pagination-item-size);
1778
- --pagination-margin:var(--pagination-item-margin);
1779
- --pagination-font-size:var(--pagination-item-font-size);
1780
- --pagination-radius:var(--pagination-item-radius);
1781
- display:flex;
1782
- align-items:center;
1783
- overflow:hidden;
1784
- font-weight:700;
1785
- line-height:1;
1786
- }
1787
- .v-pagination:before{
1788
- width:var(--pagination-size);
1789
- margin:var(--pagination-margin);
1790
- content:none;
1791
- }
1792
- .v-pagination--left{
1793
- justify-content:flex-start;
1794
- }
1795
- .v-pagination--center{
1796
- justify-content:center;
1797
- }
1798
- .v-pagination--right{
1799
- justify-content:flex-end;
1800
- }
1801
- .v-pagination a.v-pagination__item,.v-pagination__item{
1693
+ .v-option{
1802
1694
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
1803
1695
  }
1804
- .v-pagination a.v-pagination__item::-moz-focus-inner,.v-pagination__item::-moz-focus-inner{
1696
+ .v-option::-moz-focus-inner{
1805
1697
  border:0;
1806
1698
  }
1807
- .v-pagination a.v-pagination__item,.v-pagination__item{
1699
+ .v-option{
1808
1700
  padding:0;
1809
1701
  appearance:none;
1810
1702
  touch-action:manipulation;
1811
- cursor:pointer;
1812
- user-select:none;
1813
- outline:0;
1814
- border-width:0;
1815
- }
1816
- .v-pagination a.v-pagination__item,.v-pagination a.v-pagination__item:focus,.v-pagination a.v-pagination__item:hover,.v-pagination__item,.v-pagination__item:focus,.v-pagination__item:hover{
1817
- text-decoration:none;
1818
- }
1819
- .v-pagination a.v-pagination__item,.v-pagination__item{
1820
- display:flex;
1821
- align-items:center;
1822
- justify-content:center;
1823
- min-width:var(--pagination-size);
1824
- height:var(--pagination-size);
1825
- margin:calc(var(--pagination-margin)*.5);
1826
- font-size:var(--pagination-font-size);
1827
- color:inherit;
1828
- border-radius:var(--pagination-radius);
1829
- transition:.1s;
1830
- }
1831
- .v-pagination a.v-pagination__item:focus,.v-pagination a.v-pagination__item:hover,.v-pagination__item:focus,.v-pagination__item:hover{
1832
- background:rgba(0,0,0,.1);
1833
- }
1834
- .v-pagination a.v-pagination__item--active,.v-pagination a.v-pagination__item--active:active,.v-pagination a.v-pagination__item--active:focus,.v-pagination a.v-pagination__item--active:hover,.v-pagination__item--active,.v-pagination__item--active:active,.v-pagination__item--active:focus,.v-pagination__item--active:hover{
1835
- color:var(--text-color);
1836
- pointer-events:none;
1837
- background-color:var(--main-color);
1703
+ cursor:pointer;
1704
+ user-select:none;
1705
+ outline:0;
1706
+ border-width:0;
1838
1707
  }
1839
- .v-pagination a.v-pagination__item--disabled,.v-pagination a.v-pagination__item--truncate,.v-pagination__item--disabled,.v-pagination__item--truncate{
1840
- color:var(--palette-muted) !important;
1841
- pointer-events:none !important;
1842
- background:transparent !important;
1708
+ .v-option,.v-option:focus,.v-option:hover{
1709
+ text-decoration:none;
1843
1710
  }
1844
- .v-pagination a.v-pagination__item .v-icon,.v-pagination__item .v-icon{
1845
- font-size:125%;
1711
+ .v-option{
1712
+ position:relative;
1713
+ display:flex;
1714
+ width:100%;
1715
+ padding:.75em 1em;
1846
1716
  }
1847
- .v-pagination--dense .v-pagination__item{
1848
- --pagination-size:var(--pagination-item-size-dense);
1849
- --pagination-margin:var(--pagination-item-margin-dense);
1850
- --pagination-font-size:var(--pagination-item-font-size-dense);
1717
+ .v-option input{
1718
+ position:absolute;
1719
+ width:1px;
1720
+ height:1px;
1721
+ overflow:hidden;
1722
+ white-space:nowrap;
1723
+ clip:rect(0 0 0 0);
1724
+ clip-path:inset(100%);
1851
1725
  }
1852
- .v-pagination--disabled .v-pagination__item{
1853
- color:var(--palette-muted);
1726
+ .v-option:after,.v-option:before{
1727
+ position:absolute;
1728
+ inset:0;
1729
+ display:block;
1854
1730
  pointer-events:none;
1731
+ content:"";
1732
+ opacity:0;
1733
+ transition:opacity .2s;
1855
1734
  }
1856
- .v-pagination--disabled .v-pagination__item:focus,.v-pagination--disabled .v-pagination__item:hover{
1857
- background:transparent;
1735
+ .v-option:before{
1736
+ background:currentColor;
1858
1737
  }
1859
- .v-pagination--disabled .v-pagination__item--active{
1860
- background:var(--palette-muted);
1738
+ .v-option:after{
1739
+ background:var(--palette-primary);
1861
1740
  }
1862
- .v-grid-item{
1741
+ .v-option--key-focused:before,.v-option:focus-within:before,.v-option:hover:before{
1742
+ opacity:.12;
1743
+ }
1744
+ .v-option__label{
1745
+ position:relative;
1863
1746
  display:block;
1864
1747
  }
1865
- .v-grid-container{
1866
- display:flex;
1867
- flex-wrap:wrap;
1748
+ .v-option--selected:after{
1749
+ opacity:.12;
1868
1750
  }
1869
- .v-checkbox{
1870
- --my-border-color:var(--color);
1871
- --my-faux-bg-color:transparent;
1751
+ .v-option--selected .v-option__label{
1752
+ font-weight:500;
1753
+ color:var(--palette-primary);
1872
1754
  }
1873
- .v-checkbox--indeterminate,.v-checkbox--selected{
1874
- --my-border-color:transparent;
1875
- --my-faux-bg-color:var(--color);
1755
+ .v-option--has-not-value .v-option__label{
1756
+ font-style:italic;
1876
1757
  }
1877
- .v-checkbox__faux{
1878
- display:block;
1879
- width:100%;
1880
- height:100%;
1881
- background:var(--my-faux-bg-color);
1882
- border:2px solid var(--my-border-color);
1883
- border-radius:var(--control-field-radius);
1884
- clip-path:polygon(0 0, 0 100%, 100% 100%, 100% 0, 88.25% 28.25%, 38% 78.125%, 12% 50%, 20% 42.1875%, 38% 63%, 82% 20%, 88.25% 28.25%, 100% 0);
1885
- transition:border-color .2s,background-color .2s;
1758
+ .v-option[aria-disabled=true],.v-option[disabled],.v-option[tabindex="-1"]{
1759
+ color:var(--palette-muted);
1760
+ pointer-events:none;
1761
+ opacity:.4;
1886
1762
  }
1887
- .v-checkbox--indeterminate .v-checkbox__faux{
1888
- clip-path:polygon(0 0, 0 100%, 100% 100%, 100% 0, 77.7777777778% 44.4444444444%, 77.7777777778% 55.5555555556%, 22.2222222222% 55.5555555556%, 22.2222222222% 44.4444444444%, 77.7777777778% 44.4444444444%, 100% 0);
1763
+ .v-option[aria-disabled=true]:before,.v-option[disabled]:before,.v-option[tabindex="-1"]:before{
1764
+ opacity:0 !important;
1889
1765
  }
1890
1766
  .v-option-group{
1891
1767
  display:block;
@@ -1900,63 +1776,137 @@
1900
1776
  color:var(--palette-muted);
1901
1777
  opacity:.4;
1902
1778
  }
1903
- .v-toolbar-menu{
1904
- height:100%;
1905
- margin:0;
1906
- box-shadow:none;
1779
+ .v-select__input{
1780
+ cursor:pointer;
1907
1781
  }
1908
- .v-toolbar-edge{
1909
- display:flex;
1910
- flex:0 0;
1911
- align-items:center;
1912
- align-self:stretch;
1782
+ .v-select__input__element{
1783
+ position:absolute;
1784
+ width:1px;
1785
+ height:1px;
1786
+ overflow:hidden;
1787
+ white-space:nowrap;
1788
+ clip:rect(0 0 0 0);
1789
+ clip-path:inset(100%);
1913
1790
  }
1914
- .v-toolbar-edge--empty,.v-toolbar-edge:empty{
1915
- display:none;
1791
+ .v-select__body{
1792
+ padding:.5em 0;
1916
1793
  }
1917
- .v-toolbar-edge--start{
1918
- margin-right:calc(var(--root-em)*.75);
1919
- margin-left:calc(var(--root-em)*-1*.75);
1794
+ .v-select__selections{
1795
+ display:table;
1796
+ width:100%;
1797
+ table-layout:fixed;
1920
1798
  }
1921
- .v-toolbar-edge--end{
1922
- padding-left:calc(var(--root-em)*.75);
1923
- margin-right:calc(var(--root-em)*-1*.75);
1924
- margin-left:auto;
1799
+ .v-select__selections__inner{
1800
+ display:table-cell;
1801
+ overflow:hidden;
1802
+ text-overflow:ellipsis;
1803
+ vertical-align:middle;
1804
+ white-space:nowrap;
1925
1805
  }
1926
- .v-toolbar-title{
1927
- display:flex;
1928
- flex-grow:1;
1806
+ .v-select--multiple .v-select__selections{
1807
+ display:block;
1808
+ }
1809
+ .v-select--multiple .v-select__selections__inner{
1810
+ display:block;
1811
+ overflow:auto;
1812
+ white-space:unset;
1813
+ }
1814
+ .v-select--multiple .v-control-field__body{
1815
+ padding:.2em 0;
1816
+ }
1817
+ .v-select__placeholder{
1818
+ font-style:italic;
1819
+ color:var(--control-disabled-color);
1820
+ }
1821
+ .v-text-field__input{
1822
+ cursor:text;
1823
+ }
1824
+ .v-text-field__input__element{
1825
+ width:100%;
1826
+ min-width:0;
1827
+ padding:0;
1929
1828
  margin:0;
1930
- font-size:1.25rem;
1931
- font-weight:400;
1932
- line-height:1;
1829
+ overflow:hidden;
1830
+ text-overflow:ellipsis;
1831
+ font-size:inherit;
1832
+ line-height:inherit;
1833
+ letter-spacing:inherit;
1933
1834
  white-space:nowrap;
1835
+ outline:0;
1836
+ background:transparent;
1837
+ border:0;
1838
+ border-radius:0;
1934
1839
  }
1935
- .v-option{
1936
- -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
1840
+ .v-text-field__input__element:-webkit-autofill:-webkit-autofill,.v-text-field__input__element:-webkit-autofill:-webkit-autofill:active,.v-text-field__input__element:-webkit-autofill:-webkit-autofill:focus,.v-text-field__input__element:-webkit-autofill:-webkit-autofill:hover{
1841
+ color:inherit !important;
1842
+ transition:background-color 5000s;
1843
+ -webkit-text-fill-color:#fff !important;
1937
1844
  }
1938
- .v-option::-moz-focus-inner{
1939
- border:0;
1845
+ .v-text-field__input__element::-ms-clear{
1846
+ display:none;
1940
1847
  }
1941
- .v-option{
1942
- padding:0;
1943
- appearance:none;
1944
- touch-action:manipulation;
1945
- cursor:pointer;
1946
- user-select:none;
1848
+ .v-text-field__input__element::placeholder{
1849
+ font-style:italic;
1850
+ color:var(--control-disabled-color);
1851
+ }
1852
+ .v-textarea__input{
1853
+ cursor:text;
1854
+ }
1855
+ .v-textarea__input__element{
1856
+ width:100%;
1857
+ min-width:0;
1858
+ padding:8px 0;
1859
+ margin:0;
1860
+ font-size:inherit;
1861
+ line-height:inherit;
1862
+ letter-spacing:inherit;
1863
+ resize:none;
1947
1864
  outline:0;
1948
- border-width:0;
1865
+ background:transparent;
1866
+ border:0;
1867
+ border-radius:0;
1949
1868
  }
1950
- .v-option,.v-option:focus,.v-option:hover{
1951
- text-decoration:none;
1869
+ .v-textarea__input__element:-webkit-autofill:-webkit-autofill,.v-textarea__input__element:-webkit-autofill:-webkit-autofill:active,.v-textarea__input__element:-webkit-autofill:-webkit-autofill:focus,.v-textarea__input__element:-webkit-autofill:-webkit-autofill:hover{
1870
+ color:inherit !important;
1871
+ transition:background-color 5000s;
1872
+ -webkit-text-fill-color:#fff !important;
1952
1873
  }
1953
- .v-option{
1954
- position:relative;
1874
+ .v-textarea__input__element::-ms-clear{
1875
+ display:none;
1876
+ }
1877
+ .v-textarea__input__element::placeholder{
1878
+ font-style:italic;
1879
+ color:var(--control-disabled-color);
1880
+ }
1881
+ .v-file-input__inner{
1955
1882
  display:flex;
1956
- width:100%;
1957
- padding:.75em 1em;
1883
+ align-items:stretch;
1958
1884
  }
1959
- .v-option input{
1885
+ .v-file-input__button{
1886
+ flex:0 0 auto;
1887
+ height:auto;
1888
+ margin:0;
1889
+ margin-bottom:1px !important;
1890
+ border-top-right-radius:0;
1891
+ border-bottom-right-radius:0;
1892
+ }
1893
+ .v-file-input__selections{
1894
+ display:flex;
1895
+ flex-wrap:wrap;
1896
+ align-items:center;
1897
+ align-self:stretch;
1898
+ padding:4px 6px;
1899
+ }
1900
+ .v-file-input__placeholder{
1901
+ color:var(--control-disabled-color);
1902
+ }
1903
+ .v-file-input__input{
1904
+ flex:1 1 100%;
1905
+ cursor:text;
1906
+ border-top-left-radius:0;
1907
+ border-bottom-left-radius:0;
1908
+ }
1909
+ .v-file-input__input__element{
1960
1910
  position:absolute;
1961
1911
  width:1px;
1962
1912
  height:1px;
@@ -1965,45 +1915,36 @@
1965
1915
  clip:rect(0 0 0 0);
1966
1916
  clip-path:inset(100%);
1967
1917
  }
1968
- .v-option:after,.v-option:before{
1918
+ .v-tabs{
1919
+ position:relative;
1920
+ width:100%;
1921
+ height:var(--tabs-height);
1922
+ overflow:hidden;
1923
+ }
1924
+ .v-tabs:before{
1969
1925
  position:absolute;
1970
- inset:0;
1926
+ right:0;
1927
+ bottom:0;
1928
+ left:0;
1971
1929
  display:block;
1972
- pointer-events:none;
1930
+ height:2px;
1973
1931
  content:"";
1974
- opacity:0;
1975
- transition:opacity .2s;
1976
- }
1977
- .v-option:before{
1978
1932
  background:currentColor;
1933
+ opacity:.25;
1979
1934
  }
1980
- .v-option:after{
1981
- background:var(--palette-primary);
1935
+ .v-tabs__scroller{
1936
+ width:100%;
1937
+ height:calc(var(--tabs-height) + 30px);
1982
1938
  }
1983
- .v-option--key-focused:before,.v-option:focus-within:before,.v-option:hover:before{
1984
- opacity:.12;
1939
+ .v-tabs__scroller__container{
1940
+ padding-bottom:30px;
1985
1941
  }
1986
- .v-option__label{
1942
+ .v-tabs__content{
1987
1943
  position:relative;
1988
- display:block;
1989
- }
1990
- .v-option--selected:after{
1991
- opacity:.12;
1992
- }
1993
- .v-option--selected .v-option__label{
1994
- font-weight:500;
1995
- color:var(--palette-primary);
1996
- }
1997
- .v-option--has-not-value .v-option__label{
1998
- font-style:italic;
1999
- }
2000
- .v-option[aria-disabled=true],.v-option[disabled],.v-option[tabindex="-1"]{
2001
- color:var(--palette-muted);
2002
- pointer-events:none;
2003
- opacity:.4;
2004
- }
2005
- .v-option[aria-disabled=true]:before,.v-option[disabled]:before,.v-option[tabindex="-1"]:before{
2006
- opacity:0 !important;
1944
+ display:inline-flex;
1945
+ align-items:stretch;
1946
+ min-width:100%;
1947
+ vertical-align:bottom;
2007
1948
  }
2008
1949
  .v-tab{
2009
1950
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
@@ -2079,223 +2020,284 @@
2079
2020
  .v-tab--active:before{
2080
2021
  transform:scaleX(1);
2081
2022
  }
2082
- .v-checkable{
2083
- --outer-size:var(--control-checkable-outer-size);
2084
- --icon-size:var(--control-checkable-icon-size);
2085
- --color:var(--control-checkable-base-color);
2023
+ .v-breadcrumbs{
2024
+ display:block;
2025
+ margin:1.5em auto;
2026
+ font-size:var(--breadcrumbs-font-size);
2027
+ }
2028
+ .v-breadcrumbs__list{
2086
2029
  display:inline-flex;
2030
+ flex-wrap:wrap;
2087
2031
  align-items:center;
2088
- padding-right:1em;
2089
- cursor:pointer;
2090
- user-select:none;
2032
+ vertical-align:bottom;
2091
2033
  }
2092
- .v-checkable--checked,.v-checkable--invalid:not(.v-checkable--readonly){
2093
- --color:var(--main-color);
2034
+ .v-breadcrumbs__divider,.v-breadcrumbs__item,.v-breadcrumbs__list{
2035
+ padding:0;
2036
+ margin:0;
2037
+ list-style:none;
2094
2038
  }
2095
- .v-checkable--disabled{
2096
- --color:var(--control-disabled-color);
2039
+ .v-breadcrumbs__link{
2040
+ display:inline-flex;
2041
+ align-items:center;
2042
+ vertical-align:middle;
2043
+ white-space:nowrap;
2044
+ text-decoration:none;
2097
2045
  }
2098
- .v-checkable--disabled,.v-checkable--readonly{
2046
+ .v-breadcrumbs__item--disabled .v-breadcrumbs__link{
2047
+ color:inherit;
2099
2048
  pointer-events:none;
2100
- cursor:default;
2101
2049
  }
2102
- .v-checkable input{
2103
- position:absolute;
2104
- width:1px;
2105
- height:1px;
2106
- overflow:hidden;
2107
- white-space:nowrap;
2108
- clip:rect(0 0 0 0);
2109
- clip-path:inset(100%);
2050
+ .v-breadcrumbs__icon{
2051
+ margin-right:.2em;
2052
+ font-size:140%;
2110
2053
  }
2111
- .v-checkable__faux{
2054
+ .v-breadcrumbs__divider{
2112
2055
  position:relative;
2113
- display:inline-flex;
2114
- flex:0 0 var(--outer-size);
2056
+ top:1px;
2057
+ display:flex;
2115
2058
  align-items:center;
2116
2059
  justify-content:center;
2117
- width:var(--outer-size);
2118
- height:var(--outer-size);
2119
- margin:var(--control-checkable-faux-margin);
2120
- margin-left:0;
2121
- color:var(--color);
2122
- cursor:pointer;
2060
+ margin:0 1.25em;
2123
2061
  }
2124
- .v-checkable__faux__icon{
2062
+ .v-breadcrumbs__divider__icon{
2063
+ display:block;
2064
+ width:.5em;
2065
+ height:.5em;
2066
+ margin-left:-.25em;
2067
+ border-top:1px solid;
2068
+ border-right:1px solid;
2069
+ transform:rotate(45deg);
2070
+ }
2071
+ .v-content-switcher{
2125
2072
  position:relative;
2126
2073
  display:block;
2127
- width:var(--icon-size);
2128
- height:var(--icon-size);
2129
- pointer-events:none;
2130
- transform:scale(var(--control-checkable-faux-scale));
2074
+ width:100%;
2075
+ overflow:hidden;
2076
+ transition:var(--transition-tab);
2131
2077
  }
2132
- .v-checkable__faux:before{
2078
+ .v-content-switcher__content{
2079
+ width:100%;
2080
+ }
2081
+ .v-content-switcher-prev-enter-active,.v-content-switcher-prev-leave-active{
2082
+ transition:var(--transition-tab);
2083
+ }
2084
+ .v-content-switcher-prev-enter-from{
2085
+ transform:translateX(-100%);
2086
+ }
2087
+ .v-content-switcher-prev-enter-to,.v-content-switcher-prev-leave{
2088
+ transform:translateX(0);
2089
+ }
2090
+ .v-content-switcher-prev-leave-active{
2133
2091
  position:absolute;
2134
- inset:0;
2135
- display:block;
2136
- pointer-events:none;
2137
- content:"";
2138
- background:currentColor;
2139
- border-radius:50%;
2140
- opacity:0;
2141
- transition:opacity .2s;
2092
+ top:0;
2093
+ left:0;
2142
2094
  }
2143
- .v-checkable__faux:hover:before{
2144
- opacity:.1;
2095
+ .v-content-switcher-prev-leave-to{
2096
+ transform:translateX(100%);
2145
2097
  }
2146
- .v-checkable--custom-icon .v-checkable__faux{
2147
- flex-basis:auto;
2148
- width:auto;
2098
+ .v-content-switcher-next-enter-active,.v-content-switcher-next-leave-active{
2099
+ transition:var(--transition-tab);
2149
2100
  }
2150
- .v-checkable--custom-icon .v-checkable__faux:before{
2151
- content:none;
2101
+ .v-content-switcher-next-enter-from{
2102
+ transform:translateX(100%);
2152
2103
  }
2153
- .v-checkable:focus-within .v-checkable__faux:before{
2154
- opacity:.2;
2104
+ .v-content-switcher-next-enter-to,.v-content-switcher-next-leave{
2105
+ transform:translateX(0);
2155
2106
  }
2156
- .v-checkable__label{
2157
- line-height:1.5;
2107
+ .v-content-switcher-next-leave-active{
2108
+ position:absolute;
2109
+ top:0;
2110
+ left:0;
2158
2111
  }
2159
- .v-checkable--disabled .v-checkable__label{
2160
- color:var(--color);
2112
+ .v-content-switcher-next-leave-to{
2113
+ transform:translateX(-100%);
2161
2114
  }
2162
- @media screen and (width >= 320px){
2163
- .v-data-table__controls__pagination{
2164
- flex:0 0 50%;
2165
- width:50%;
2166
- }}
2167
- }@layer vui-normalize, vui-color-scheme, vue-disabled-reason, vue-loading, vue-app-layout, vui;
2168
- @layer vui-normalize{
2169
- /*!
2170
- * Forked from
2171
- * normalize.css v8.0.1 | MIT License | https://github.com/necolas/normalize.css
2172
- */
2173
- *,:after,:before{
2174
- box-sizing:border-box;
2115
+ .v-data-table{
2116
+ --controls-vertial-margin:0.625em;
2175
2117
  }
2176
- html{
2177
- line-height:1.15;
2178
- -webkit-text-size-adjust:100%;
2118
+ .v-card-content .v-data-table{
2119
+ margin-right:calc(var(--card-content-padding)*-1);
2120
+ margin-left:calc(var(--card-content-padding)*-1);
2179
2121
  }
2180
- body{
2181
- margin:0;
2122
+ .v-data-table__controls{
2123
+ flex-wrap:wrap;
2124
+ justify-content:flex-end;
2182
2125
  }
2183
- main{
2184
- display:block;
2126
+ .v-data-table__controls,.v-data-table__controls__info{
2127
+ display:flex;
2128
+ align-items:center;
2185
2129
  }
2186
- h1{
2187
- margin:.67em 0;
2188
- font-size:2em;
2130
+ .v-data-table__controls__info__length{
2131
+ margin-right:20px;
2189
2132
  }
2190
- hr{
2191
- height:0;
2192
- overflow:visible;
2133
+ .v-data-table__controls__select-limit{
2134
+ display:flex;
2135
+ align-items:center;
2193
2136
  }
2194
- pre{
2195
- font-family:monospace,monospace;
2196
- font-size:1em;
2137
+ .v-data-table__controls__select-limit__prefix{
2138
+ margin-right:.5em;
2139
+ font-size:.75em;
2140
+ color:var(--palette-muted);
2141
+ white-space:nowrap;
2197
2142
  }
2198
- a{
2199
- background-color:transparent;
2143
+ .v-data-table__controls__select-limit .v-select{
2144
+ width:5em;
2145
+ margin-left:.5em;
2200
2146
  }
2201
- abbr[title]{
2202
- text-decoration:underline;
2203
- text-decoration:underline dotted;
2204
- border-bottom:none;
2147
+ .v-data-table__controls__pagination{
2148
+ flex:1 1 100%;
2149
+ margin-left:auto;
2205
2150
  }
2206
- b,strong{
2207
- font-weight:bolder;
2151
+ .v-data-table__header{
2152
+ margin-bottom:var(--controls-vertial-margin);
2208
2153
  }
2209
- code,kbd,samp{
2210
- font-family:monospace,monospace;
2211
- font-size:1em;
2154
+ .v-data-table__footer{
2155
+ margin-top:var(--controls-vertial-margin);
2156
+ }
2157
+ .v-data-table__body{
2158
+ position:relative;
2159
+ }
2160
+ .v-data-table__body__inner{
2161
+ overflow-x:auto;
2162
+ }
2163
+ .v-data-table__table-wrapper{
2164
+ display:flex;
2165
+ }
2166
+ .v-data-table__table-wrapper:after,.v-data-table__table-wrapper:before{
2167
+ display:block;
2168
+ height:1px;
2169
+ content:"";
2170
+ }
2171
+ .v-data-table__loading{
2172
+ position:absolute;
2173
+ inset:0;
2174
+ z-index:1;
2175
+ display:flex;
2176
+ align-items:center;
2177
+ justify-content:center;
2178
+ background:var(--palette-background);
2179
+ opacity:.5;
2212
2180
  }
2213
- small{
2214
- font-size:80%;
2181
+ .v-data-table__table{
2182
+ width:100%;
2183
+ margin:0;
2184
+ background:var(--palette-background);
2185
+ border-radius:var(--control-field-radius);
2215
2186
  }
2216
- sub,sup{
2187
+ .v-data-table__table__cell{
2217
2188
  position:relative;
2218
- font-size:75%;
2219
- line-height:0;
2220
- vertical-align:baseline;
2189
+ vertical-align:middle;
2190
+ text-align:left;
2191
+ white-space:nowrap;
2192
+ border-bottom:thin solid rgba(0,0,0,.12);
2193
+ transition:background .2s;
2221
2194
  }
2222
- sub{
2223
- bottom:-.25em;
2195
+ .v-data-table__table__cell:first-child{
2196
+ padding-left:calc(var(--table-cell-horizontal-padding)*2);
2224
2197
  }
2225
- sup{
2226
- top:-.5em;
2198
+ .v-data-table__table__cell:last-child{
2199
+ padding-right:calc(var(--table-cell-horizontal-padding)*2);
2227
2200
  }
2228
- img{
2229
- border-style:none;
2201
+ .v-data-table__table__cell--left{
2202
+ text-align:left;
2230
2203
  }
2231
- button,input,optgroup,select,textarea{
2232
- margin:0;
2233
- font-family:inherit;
2234
- font-size:100%;
2235
- line-height:1.15;
2236
- color:inherit;
2204
+ .v-data-table__table__cell--center{
2205
+ text-align:center;
2237
2206
  }
2238
- button,input{
2239
- overflow:visible;
2207
+ .v-data-table__table__cell--center .v-data-table__table__sort-icon--empty{
2208
+ display:flex;
2240
2209
  }
2241
- button,select{
2242
- text-transform:none;
2210
+ .v-data-table__table__cell--right{
2211
+ text-align:right;
2243
2212
  }
2244
- [type=button],[type=reset],[type=submit],button{
2245
- -webkit-appearance:button;
2213
+ .v-data-table__table__cell[tabindex="0"]{
2214
+ cursor:pointer;
2246
2215
  }
2247
- [type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
2248
- padding:0;
2249
- border-style:none;
2216
+ .v-data-table__table__cell__tile{
2217
+ display:flex;
2218
+ align-items:center;
2250
2219
  }
2251
- [type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
2252
- outline:1px dotted ButtonText;
2220
+ .v-data-table__table__sort-icon{
2221
+ width:25px;
2222
+ font-size:1.25em;
2223
+ opacity:0;
2224
+ transition:transform .2s,opacity .2s;
2253
2225
  }
2254
- fieldset{
2255
- padding:.35em .75em .625em;
2226
+ .v-data-table__table__sort-icon--empty{
2227
+ display:none;
2256
2228
  }
2257
- legend{
2258
- display:table;
2259
- max-width:100%;
2260
- padding:0;
2261
- color:inherit;
2262
- white-space:normal;
2229
+ .v-data-table__table__header .v-data-table__table__cell{
2230
+ user-select:none;
2231
+ background:hsla(0,0%,100%,.85);
2232
+ backdrop-filter:blur(3px);
2263
2233
  }
2264
- progress{
2265
- vertical-align:baseline;
2234
+ .v-data-table__table__cell[tabindex="0"]:focus .v-data-table__table__sort-icon,.v-data-table__table__cell[tabindex="0"]:hover .v-data-table__table__sort-icon,.v-data-table__table__header .v-data-table__table__cell--active .v-data-table__table__sort-icon{
2235
+ opacity:1;
2266
2236
  }
2267
- textarea{
2268
- overflow:auto;
2237
+ .v-data-table__table__body tr:last-child .v-data-table__table__cell{
2238
+ border-bottom:none;
2269
2239
  }
2270
- [type=checkbox],[type=radio]{
2271
- padding:0;
2240
+ .v-data-table--fixed-header .v-data-table__table__header .v-data-table__table__cell{
2241
+ position:sticky;
2242
+ top:0;
2243
+ z-index:1;
2272
2244
  }
2273
- [type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
2274
- height:auto;
2245
+ .v-toolbar{
2246
+ --height:var(--toolbar-height);
2247
+ display:flex;
2248
+ align-items:center;
2249
+ width:100%;
2250
+ height:var(--height);
2251
+ padding:0 calc(var(--root-em)*1.5);
2252
+ margin:0;
2253
+ border-radius:inherit;
2275
2254
  }
2276
- [type=search]{
2277
- -webkit-appearance:textfield;
2278
- outline-offset:-2px;
2255
+ .v-toolbar--plain{
2256
+ --main-color:var(--palette-background);
2279
2257
  }
2280
- [type=search]::-webkit-search-decoration{
2281
- -webkit-appearance:none;
2258
+ .v-app-layout__header>.v-toolbar{
2259
+ height:100%;
2282
2260
  }
2283
- ::-webkit-file-upload-button{
2284
- -webkit-appearance:button;
2285
- font:inherit;
2261
+ .v-toolbar--dense{
2262
+ --height:var(--toolbar-dense-height);
2286
2263
  }
2287
- details{
2288
- display:block;
2264
+ .v-toolbar-menu{
2265
+ height:100%;
2266
+ margin:0;
2267
+ box-shadow:none;
2289
2268
  }
2290
- summary{
2291
- display:list-item;
2269
+ .v-toolbar-edge{
2270
+ display:flex;
2271
+ flex:0 0;
2272
+ align-items:center;
2273
+ align-self:stretch;
2292
2274
  }
2293
- [hidden],template{
2275
+ .v-toolbar-edge--empty,.v-toolbar-edge:empty{
2294
2276
  display:none;
2295
2277
  }
2296
- button{
2297
- background-color:transparent;
2278
+ .v-toolbar-edge--start{
2279
+ margin-right:calc(var(--root-em)*.75);
2280
+ margin-left:calc(var(--root-em)*-1*.75);
2281
+ }
2282
+ .v-toolbar-edge--end{
2283
+ padding-left:calc(var(--root-em)*.75);
2284
+ margin-right:calc(var(--root-em)*-1*.75);
2285
+ margin-left:auto;
2298
2286
  }
2287
+ .v-toolbar-title{
2288
+ display:flex;
2289
+ flex-grow:1;
2290
+ margin:0;
2291
+ font-size:1.25rem;
2292
+ font-weight:400;
2293
+ line-height:1;
2294
+ white-space:nowrap;
2295
+ }
2296
+ @media screen and (width >= 320px){
2297
+ .v-data-table__controls__pagination{
2298
+ flex:0 0 50%;
2299
+ width:50%;
2300
+ }}
2299
2301
  }.v-tooltip{
2300
2302
  --menu-shadow:var(--tooltip-shadow);
2301
2303
  --v-stack-slide-amount:10px;
@@ -2311,50 +2313,6 @@
2311
2313
  .v-tooltip__inner{
2312
2314
  display:inline-block;
2313
2315
  padding:var(--tooltip-padding);
2314
- }.v-sheet-modal{
2315
- --v-sheet-modal-width:90vw;
2316
- --v-sheet-modal-max-width:none;
2317
- --v-sheet-background:var(--palette-foundation);
2318
- position:fixed;
2319
- top:0;
2320
- right:0;
2321
- bottom:0;
2322
- box-sizing:border-box;
2323
- display:flex;
2324
- flex-direction:column;
2325
- width:var(--v-sheet-modal-width);
2326
- max-width:var(--v-sheet-modal-max-width);
2327
- padding:0;
2328
- outline:0;
2329
- box-shadow:var(--dialog-shadow);
2330
- transition:transform var(--v-stack-transition-slowly);
2331
- }
2332
-
2333
- .v-sheet-modal__header{
2334
- position:relative;
2335
- z-index:1;
2336
- flex:0 0;
2337
- background-color:var(--v-sheet-background);
2338
- }
2339
-
2340
- .v-sheet-modal__scroller{
2341
- flex:1 1;
2342
- -webkit-overflow-scrolling:touch;
2343
- height:100%;
2344
- overflow-y:auto;
2345
- background-color:var(--v-sheet-background);
2346
- }
2347
-
2348
- .v-sheet-modal--has-active-child{
2349
- transform:translateX(calc(-100vw + var(--v-sheet-modal-width)));
2350
- }
2351
-
2352
- .v-sheet-modal-enter-active,.v-sheet-modal-leave-active{
2353
- transition:transform var(--v-stack-transition-slowly);
2354
- }
2355
-
2356
- .v-sheet-modal-enter-from,.v-sheet-modal-leave-to{
2357
- transform:translateX(var(--v-sheet-modal-width));
2358
2316
  }.v-menu{
2359
2317
  box-shadow:var(--menu-shadow);
2360
2318
  }.v-dialog,.v-menu{
@@ -2399,11 +2357,6 @@
2399
2357
 
2400
2358
  .v-dialog--dense .v-dialog__actions{
2401
2359
  padding-top:0;
2402
- }
2403
- @keyframes v-skelton-loader-bone-loading{
2404
- to{
2405
- transform:translateX(100%);
2406
- }
2407
2360
  }.v-snackbar{
2408
2361
  font-size:14px;
2409
2362
  box-shadow:var(--snackbar-shadow);
@@ -2436,4 +2389,53 @@
2436
2389
 
2437
2390
  .v-snackbar__close{
2438
2391
  margin:0;
2392
+ }.v-sheet-modal{
2393
+ --v-sheet-modal-width:90vw;
2394
+ --v-sheet-modal-max-width:none;
2395
+ --v-sheet-background:var(--palette-foundation);
2396
+ position:fixed;
2397
+ top:0;
2398
+ right:0;
2399
+ bottom:0;
2400
+ box-sizing:border-box;
2401
+ display:flex;
2402
+ flex-direction:column;
2403
+ width:var(--v-sheet-modal-width);
2404
+ max-width:var(--v-sheet-modal-max-width);
2405
+ padding:0;
2406
+ outline:0;
2407
+ box-shadow:var(--dialog-shadow);
2408
+ transition:transform var(--v-stack-transition-slowly);
2409
+ }
2410
+
2411
+ .v-sheet-modal__header{
2412
+ position:relative;
2413
+ z-index:1;
2414
+ flex:0 0;
2415
+ background-color:var(--v-sheet-background);
2416
+ }
2417
+
2418
+ .v-sheet-modal__scroller{
2419
+ flex:1 1;
2420
+ -webkit-overflow-scrolling:touch;
2421
+ height:100%;
2422
+ overflow-y:auto;
2423
+ background-color:var(--v-sheet-background);
2424
+ }
2425
+
2426
+ .v-sheet-modal--has-active-child{
2427
+ transform:translateX(calc(-100vw + var(--v-sheet-modal-width)));
2428
+ }
2429
+
2430
+ .v-sheet-modal-enter-active,.v-sheet-modal-leave-active{
2431
+ transition:transform var(--v-stack-transition-slowly);
2432
+ }
2433
+
2434
+ .v-sheet-modal-enter-from,.v-sheet-modal-leave-to{
2435
+ transform:translateX(var(--v-sheet-modal-width));
2436
+ }
2437
+ @keyframes v-skelton-loader-bone-loading{
2438
+ to{
2439
+ transform:translateX(100%);
2440
+ }
2439
2441
  }