forstok-ui-lib 8.3.8 → 8.3.12
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/index.js +902 -726
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +902 -726
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/stylesheets/shares.styles.ts +1616 -1224
package/dist/index.js
CHANGED
|
@@ -446,7 +446,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
446
446
|
}
|
|
447
447
|
}
|
|
448
448
|
${It}
|
|
449
|
-
`;const Tt=m.default.aside`
|
|
449
|
+
`;const Tt=m.default.aside`
|
|
450
450
|
display: grid;
|
|
451
451
|
grid-auto-flow: column;
|
|
452
452
|
grid-gap: 8px;
|
|
@@ -479,7 +479,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
479
479
|
display: inline !important;
|
|
480
480
|
}
|
|
481
481
|
}
|
|
482
|
-
`,Yt=m.default.section`
|
|
482
|
+
`,Yt=m.default.section`
|
|
483
483
|
${Je}
|
|
484
484
|
position: relative;
|
|
485
485
|
min-height: 1px;
|
|
@@ -490,8 +490,8 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
490
490
|
padding: 4px 30px 16px;
|
|
491
491
|
}
|
|
492
492
|
${({$mode:e})=>"full"===e&&t.css`
|
|
493
|
-
|
|
494
|
-
|
|
493
|
+
width: 100%;
|
|
494
|
+
`}
|
|
495
495
|
`,Xt=m.default.section`
|
|
496
496
|
position: relative;
|
|
497
497
|
height: 100%;
|
|
@@ -528,7 +528,8 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
528
528
|
&._refCashierPanelContainer {
|
|
529
529
|
${Tt} {
|
|
530
530
|
> i {
|
|
531
|
-
&:first-child,
|
|
531
|
+
&:first-child,
|
|
532
|
+
&:nth-child(3) {
|
|
532
533
|
display: none;
|
|
533
534
|
}
|
|
534
535
|
}
|
|
@@ -539,7 +540,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
539
540
|
padding: 20px 1em 0px 1.275em;
|
|
540
541
|
height: 100%;
|
|
541
542
|
}
|
|
542
|
-
${({$mode:e})=>{if("mobile"===e)return t.css`
|
|
543
|
+
${({$mode:e})=>{if("mobile"===e)return t.css`
|
|
543
544
|
position: fixed;
|
|
544
545
|
width: 100%;
|
|
545
546
|
height: 100px;
|
|
@@ -570,12 +571,12 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
570
571
|
}
|
|
571
572
|
`,qt=m.default.section`
|
|
572
573
|
width: 100%;
|
|
573
|
-
${({$mode:e})=>"master-listing"===e?t.css`
|
|
574
|
+
${({$mode:e})=>"master-listing"===e?t.css`
|
|
574
575
|
padding: 0 16px;
|
|
575
|
-
`:"detail-master"===e?t.css`
|
|
576
|
+
`:"detail-master"===e?t.css`
|
|
576
577
|
padding: 20px 10px 0 10px;
|
|
577
|
-
`:"no-header"===e?t.css`
|
|
578
|
-
padding-top: 0;
|
|
578
|
+
`:"no-header"===e?t.css`
|
|
579
|
+
padding-top: 0;
|
|
579
580
|
`:void 0}
|
|
580
581
|
`,Vt=m.default.div`
|
|
581
582
|
padding-top: 16px;
|
|
@@ -587,13 +588,13 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
587
588
|
padding-top: 16px;
|
|
588
589
|
}
|
|
589
590
|
}
|
|
590
|
-
${({$mode:e})=>{let t="";return"list"===e?t+=" \n min-height: 750px;\n @media only screen and (min-width: 1280px) {\n
|
|
591
|
-
`,Ut=m.default.section`
|
|
591
|
+
${({$mode:e})=>{let t="";return"list"===e?t+=" \n // min-height: 750px;\n // @media only screen and (min-width: 1280px) {\n // min-height: 600px;\n // }\n ":"chat"===e?t+="\n height: calc(100vh - 150px);\n overflow: hidden;\n ":"clear"===e&&(t+="\n padding-top: 9px;\n @media only screen and (min-width: 768px) {\n padding-top: 11px;\n }\n "),t}}
|
|
592
|
+
`,Ut=m.default.section`
|
|
592
593
|
position: relative;
|
|
593
|
-
> section,
|
|
594
|
+
> section,
|
|
594
595
|
> article {
|
|
595
596
|
width: 100%;
|
|
596
|
-
> aside,
|
|
597
|
+
> aside,
|
|
597
598
|
> article {
|
|
598
599
|
${Je}
|
|
599
600
|
margin: 0 auto;
|
|
@@ -603,27 +604,27 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
603
604
|
height: calc(100vh - 48px);
|
|
604
605
|
}
|
|
605
606
|
${({$mode:e})=>"detail"===e&&t.css`
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
607
|
+
margin-top: -4px;
|
|
608
|
+
@media only screen and (min-width: 768px) {
|
|
609
|
+
> section,
|
|
610
|
+
> article {
|
|
611
|
+
> aside {
|
|
612
|
+
padding-left: 0;
|
|
613
|
+
padding-right: 0;
|
|
614
|
+
}
|
|
613
615
|
}
|
|
614
616
|
}
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
617
|
+
@media only screen and (min-width: 1024px) {
|
|
618
|
+
> section,
|
|
619
|
+
> article {
|
|
620
|
+
> aside {
|
|
621
|
+
padding-left: 0;
|
|
622
|
+
padding-right: 0;
|
|
623
|
+
}
|
|
622
624
|
}
|
|
623
625
|
}
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
`,Wt=m.default.div`
|
|
626
|
+
`}
|
|
627
|
+
`,Wt=m.default.div`
|
|
627
628
|
display: grid;
|
|
628
629
|
grid-template-columns: 1fr 100px 100px 100px;
|
|
629
630
|
padding: 16px 16px 12px;
|
|
@@ -635,31 +636,31 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
635
636
|
> div:not(:first-child) {
|
|
636
637
|
justify-self: end;
|
|
637
638
|
}
|
|
638
|
-
`,Rt=m.default.div`
|
|
639
|
+
`,Rt=m.default.div`
|
|
639
640
|
display: grid;
|
|
640
641
|
grid-template-columns: 28px 1fr 100px 100px 100px;
|
|
641
642
|
grid-gap: 16px;
|
|
642
643
|
justify-content: center;
|
|
643
644
|
align-items: center;
|
|
644
|
-
> a:nth-child(n+3),
|
|
645
|
-
> span:nth-child(n+3),
|
|
646
|
-
div:nth-child(n+3) {
|
|
645
|
+
> a:nth-child(n + 3),
|
|
646
|
+
> span:nth-child(n + 3),
|
|
647
|
+
div:nth-child(n + 3) {
|
|
647
648
|
justify-self: end;
|
|
648
649
|
}
|
|
649
|
-
`,Gt=m.default.div`
|
|
650
|
+
`,Gt=m.default.div`
|
|
650
651
|
display: grid;
|
|
651
652
|
grid-auto-flow: row;
|
|
652
653
|
grid-gap: 10px;
|
|
653
654
|
padding: 12px 16px 16px;
|
|
654
|
-
`,Zt=m.default.div`
|
|
655
|
+
`,Zt=m.default.div`
|
|
655
656
|
background-color: var(--sec-clr-bg);
|
|
656
657
|
border: 1px solid var(--sec-clr-ln);
|
|
657
658
|
border-radius: var(--sec-rd);
|
|
658
659
|
overflow-x: auto;
|
|
659
660
|
margin: 0 0 16px;
|
|
660
|
-
${Wt},
|
|
661
|
-
${Gt} {
|
|
662
|
-
width: 733px;
|
|
661
|
+
${Wt},
|
|
662
|
+
${Gt} {
|
|
663
|
+
width: 733px;
|
|
663
664
|
}
|
|
664
665
|
@media only screen and (min-width: 375px) {
|
|
665
666
|
margin: 0 12px 16px 16px;
|
|
@@ -667,9 +668,9 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
667
668
|
@media only screen and (min-width: 768px) {
|
|
668
669
|
margin: 0 30px 16px 34px;
|
|
669
670
|
overflow-x: unset;
|
|
670
|
-
${Wt},
|
|
671
|
-
${Gt} {
|
|
672
|
-
width: 100%;
|
|
671
|
+
${Wt},
|
|
672
|
+
${Gt} {
|
|
673
|
+
width: 100%;
|
|
673
674
|
}
|
|
674
675
|
}
|
|
675
676
|
${({$mode:e})=>t.css`
|
|
@@ -690,11 +691,11 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
690
691
|
border-top: 1px solid var(--pri-clr-ln);
|
|
691
692
|
padding: 12px 16px 4px 16px;
|
|
692
693
|
justify-content: center;
|
|
693
|
-
&:first-child{
|
|
694
|
-
border: none;
|
|
694
|
+
&:first-child {
|
|
695
|
+
border: none;
|
|
695
696
|
}
|
|
696
|
-
&:last-child {
|
|
697
|
-
border-bottom: 1px solid var(--pri-clr-ln);
|
|
697
|
+
&:last-child {
|
|
698
|
+
border-bottom: 1px solid var(--pri-clr-ln);
|
|
698
699
|
padding-bottom: 14px;
|
|
699
700
|
}
|
|
700
701
|
}
|
|
@@ -705,41 +706,41 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
705
706
|
padding: 0 16px 16px 16px;
|
|
706
707
|
margin-bottom: 0;
|
|
707
708
|
}
|
|
708
|
-
|
|
709
|
+
|
|
709
710
|
${"picklist"===e&&t.css`
|
|
710
|
-
${Wt},
|
|
711
|
-
${Gt} {
|
|
712
|
-
width: 938px;
|
|
711
|
+
${Wt},
|
|
712
|
+
${Gt} {
|
|
713
|
+
width: 938px;
|
|
713
714
|
}
|
|
714
715
|
@media only screen and (min-width: 1024px) {
|
|
715
|
-
${Wt},
|
|
716
|
-
${Gt} {
|
|
717
|
-
width: 100%;
|
|
716
|
+
${Wt},
|
|
717
|
+
${Gt} {
|
|
718
|
+
width: 100%;
|
|
718
719
|
}
|
|
719
720
|
}
|
|
720
721
|
${Wt} {
|
|
721
722
|
grid-template-columns: 1fr 100px 72px 72px 69px 69px 51px;
|
|
722
723
|
padding: 16px 16px 12px;
|
|
723
|
-
> div:nth-child(2) {
|
|
724
|
-
justify-self: start;
|
|
724
|
+
> div:nth-child(2) {
|
|
725
|
+
justify-self: start;
|
|
725
726
|
}
|
|
726
727
|
}
|
|
727
728
|
${Rt} {
|
|
728
729
|
grid-template-columns: 28px 1fr 100px 72px 72px 69px 69px 51px;
|
|
729
730
|
padding: 12px 16px 12px;
|
|
730
|
-
> *:nth-child(3) {
|
|
731
|
-
justify-self: start;
|
|
731
|
+
> *:nth-child(3) {
|
|
732
|
+
justify-self: start;
|
|
732
733
|
}
|
|
733
734
|
}
|
|
734
735
|
`}
|
|
735
736
|
|
|
736
737
|
${"listing"===e&&t.css`
|
|
737
738
|
margin: 0 0 16px !important;
|
|
738
|
-
${Wt},
|
|
739
|
+
${Wt},
|
|
739
740
|
${Rt} {
|
|
740
741
|
grid-template-columns: 1fr 340px var(--qty-pd20);
|
|
741
|
-
> div:nth-child(2) {
|
|
742
|
-
justify-self: start;
|
|
742
|
+
> div:nth-child(2) {
|
|
743
|
+
justify-self: start;
|
|
743
744
|
}
|
|
744
745
|
}
|
|
745
746
|
@media only screen and (min-width: 1024px) {
|
|
@@ -750,7 +751,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
750
751
|
|
|
751
752
|
${("price"===e||"price-full"===e||"price-mid"===e)&&t.css`
|
|
752
753
|
margin: 0 0 16px !important;
|
|
753
|
-
${Wt},
|
|
754
|
+
${Wt},
|
|
754
755
|
${Rt} {
|
|
755
756
|
grid-template-columns: ${"price"===e?"1fr 95px 118px":"price-mid"===e?"1fr 95px repeat(2, 118px)":"1fr 95px repeat(4, 118px)"};
|
|
756
757
|
}
|
|
@@ -779,37 +780,37 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
779
780
|
transform: none;
|
|
780
781
|
}
|
|
781
782
|
${({$mode:e})=>"single"===e&&t.css`
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
783
|
+
padding: 0 15px;
|
|
784
|
+
${Jt} {
|
|
785
|
+
padding: 20px 16px 14px 0;
|
|
786
|
+
@media only screen and (min-width: 768px) {
|
|
787
|
+
padding: 20px 16px 14px;
|
|
788
|
+
}
|
|
787
789
|
}
|
|
788
|
-
}
|
|
789
|
-
`}
|
|
790
|
+
`}
|
|
790
791
|
${({$mode:e})=>!e&&t.css`
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
792
|
+
&.is-shown {
|
|
793
|
+
${Zt} {
|
|
794
|
+
top: 0;
|
|
795
|
+
position: relative;
|
|
796
|
+
border: 1px solid var(--sec-clr-ln);
|
|
797
|
+
&.is-loading {
|
|
798
|
+
height: 0 !important;
|
|
799
|
+
border: none;
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
i.arrow-down:before {
|
|
803
|
+
transform: rotate(180deg);
|
|
799
804
|
}
|
|
800
805
|
}
|
|
801
|
-
|
|
802
|
-
|
|
806
|
+
${Zt} {
|
|
807
|
+
overflow-y: hidden;
|
|
808
|
+
transition: height 0.35s ease;
|
|
809
|
+
border: none;
|
|
810
|
+
position: absolute;
|
|
811
|
+
top: -99999%;
|
|
803
812
|
}
|
|
804
|
-
}
|
|
805
|
-
${Zt} {
|
|
806
|
-
overflow-y: hidden;
|
|
807
|
-
transition: height .35s ease;
|
|
808
|
-
border: none;
|
|
809
|
-
position: absolute;
|
|
810
|
-
top: -99999%;
|
|
811
|
-
}
|
|
812
|
-
`}
|
|
813
|
+
`}
|
|
813
814
|
`,Jt=m.default.div`
|
|
814
815
|
display: inline-grid;
|
|
815
816
|
width: 100%;
|
|
@@ -827,21 +828,22 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
827
828
|
> i {
|
|
828
829
|
position: absolute;
|
|
829
830
|
top: 10px;
|
|
830
|
-
right: -5px;
|
|
831
|
-
&:before {
|
|
832
|
-
display: inline-block;
|
|
831
|
+
right: -5px;
|
|
832
|
+
&:before {
|
|
833
|
+
display: inline-block;
|
|
833
834
|
}
|
|
834
835
|
}
|
|
835
836
|
@media only screen and (min-width: 768px) {
|
|
836
|
-
grid-template-areas:
|
|
837
|
-
|
|
837
|
+
grid-template-areas:
|
|
838
|
+
"a c"
|
|
839
|
+
"b b";
|
|
838
840
|
> i {
|
|
839
841
|
position: relative;
|
|
840
842
|
top: 10px;
|
|
841
843
|
right: auto;
|
|
842
844
|
left: 10px;
|
|
843
845
|
&:before {
|
|
844
|
-
display: grid;
|
|
846
|
+
display: grid;
|
|
845
847
|
}
|
|
846
848
|
}
|
|
847
849
|
}
|
|
@@ -850,12 +852,12 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
850
852
|
strong {
|
|
851
853
|
${_e}
|
|
852
854
|
}
|
|
853
|
-
`},_t=m.default.div`
|
|
855
|
+
`},_t=m.default.div`
|
|
854
856
|
display: grid;
|
|
855
857
|
grid-auto-flow: row;
|
|
856
858
|
grid-gap: 2px;
|
|
857
859
|
${({$mode:e})=>e&&e in $t?$t[e]:""}
|
|
858
|
-
`,er=m.default.div`
|
|
860
|
+
`,er=m.default.div`
|
|
859
861
|
display: grid;
|
|
860
862
|
grid-auto-flow: column;
|
|
861
863
|
grid-gap: 4px;
|
|
@@ -892,14 +894,14 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
892
894
|
}
|
|
893
895
|
`}
|
|
894
896
|
`}
|
|
895
|
-
`,tr=m.default.span`
|
|
897
|
+
`,tr=m.default.span`
|
|
896
898
|
font-weight: 600;
|
|
897
899
|
color: var(--hd-clr);
|
|
898
900
|
text-transform: capitalize;
|
|
899
901
|
${$e}
|
|
900
|
-
`,rr=m.default.div`
|
|
902
|
+
`,rr=m.default.div`
|
|
901
903
|
${$e}
|
|
902
|
-
`,ir=m.default.aside`
|
|
904
|
+
`,ir=m.default.aside`
|
|
903
905
|
position: relative;
|
|
904
906
|
padding: 0;
|
|
905
907
|
text-align: center;
|
|
@@ -919,8 +921,8 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
919
921
|
margin-right: 6px;
|
|
920
922
|
}
|
|
921
923
|
}
|
|
922
|
-
span {
|
|
923
|
-
display: none;
|
|
924
|
+
span {
|
|
925
|
+
display: none;
|
|
924
926
|
}
|
|
925
927
|
@media only screen and (min-width: 375px) {
|
|
926
928
|
margin-left: 16px !important;
|
|
@@ -934,11 +936,11 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
934
936
|
padding: 8px 30px 0;
|
|
935
937
|
text-align: left;
|
|
936
938
|
b {
|
|
937
|
-
font-size: .875rem;
|
|
939
|
+
font-size: 0.875rem;
|
|
938
940
|
line-height: 1;
|
|
939
941
|
}
|
|
940
|
-
span {
|
|
941
|
-
display: inline;
|
|
942
|
+
span {
|
|
943
|
+
display: inline;
|
|
942
944
|
}
|
|
943
945
|
a {
|
|
944
946
|
&:first-child {
|
|
@@ -981,34 +983,34 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
981
983
|
grid-auto-flow: column;
|
|
982
984
|
justify-content: start;
|
|
983
985
|
grid-gap: 4px;
|
|
984
|
-
* {
|
|
985
|
-
margin-right: 0;
|
|
986
|
+
* {
|
|
987
|
+
margin-right: 0;
|
|
986
988
|
}
|
|
987
989
|
}
|
|
988
990
|
${({$size:e})=>"medium"===e&&t.css`
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
991
|
+
font-size: 13px;
|
|
992
|
+
line-height: 12px;
|
|
993
|
+
* {
|
|
994
|
+
margin-right: 4px;
|
|
995
|
+
}
|
|
996
|
+
`}
|
|
995
997
|
`,or=m.default.article`
|
|
996
998
|
line-height: normal;
|
|
997
|
-
> label,
|
|
999
|
+
> label,
|
|
998
1000
|
> aside {
|
|
999
1001
|
${it}
|
|
1000
1002
|
margin-bottom: 6px;
|
|
1001
1003
|
padding: 0 6px;
|
|
1002
1004
|
display: block;
|
|
1003
1005
|
}
|
|
1004
|
-
> div {
|
|
1005
|
-
display: grid;
|
|
1006
|
+
> div {
|
|
1007
|
+
display: grid;
|
|
1006
1008
|
}
|
|
1007
1009
|
._refRangeContainer {
|
|
1008
1010
|
width: 100%;
|
|
1009
1011
|
}
|
|
1010
1012
|
${({$mode:e,$required:t})=>{let r="";return"column"===e?r+=" \n display: grid;\n grid-auto-flow: column;\n grid-template-columns: 1.1fr 2fr;\n align-items: baseline;\n grid-gap: 10px;\n > label, > aside {\n padding: 0;\n margin: 0;\n }\n ":"column-product"===e&&(r+=` \n > div {\n display: grid;\n grid-auto-flow: column;\n grid-template-columns: max-content auto;\n grid-gap: 10px;\n ${ar} {\n display: grid;\n align-items: center;\n }\n }\n `),t&&(r+=" \n > label, > aside {\n &:after {\n content: '*';\n color: red;\n }\n }\n "),r}}
|
|
1011
|
-
`,lr=m.default.aside`
|
|
1013
|
+
`,lr=m.default.aside`
|
|
1012
1014
|
position: relative;
|
|
1013
1015
|
@media only screen and (min-width: 768px) {
|
|
1014
1016
|
padding-bottom: 16px;
|
|
@@ -1026,11 +1028,11 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1026
1028
|
justify-content: start;
|
|
1027
1029
|
grid-gap: 10px;
|
|
1028
1030
|
padding: 14px 1em 8px;
|
|
1029
|
-
transition: bottom .2s ease-in-out;
|
|
1031
|
+
transition: bottom 0.2s ease-in-out;
|
|
1030
1032
|
overflow: auto;
|
|
1031
1033
|
white-space: nowrap;
|
|
1032
1034
|
&.is-active {
|
|
1033
|
-
transition: bottom .2s;
|
|
1035
|
+
transition: bottom 0.2s;
|
|
1034
1036
|
bottom: 0;
|
|
1035
1037
|
}
|
|
1036
1038
|
i {
|
|
@@ -1041,7 +1043,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1041
1043
|
position: relative;
|
|
1042
1044
|
top: 7px;
|
|
1043
1045
|
}
|
|
1044
|
-
button,
|
|
1046
|
+
button,
|
|
1045
1047
|
a {
|
|
1046
1048
|
padding: 6px 16px;
|
|
1047
1049
|
font-size: 13px;
|
|
@@ -1053,16 +1055,16 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1053
1055
|
&._refMasterTableBulkWrapper {
|
|
1054
1056
|
position: fixed;
|
|
1055
1057
|
width: 100vw;
|
|
1056
|
-
border: 1px solid #
|
|
1057
|
-
background: #
|
|
1058
|
+
border: 1px solid #e3e3e3;
|
|
1059
|
+
background: #ffffff;
|
|
1058
1060
|
z-index: 102;
|
|
1059
1061
|
box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
|
|
1060
1062
|
border-radius: 10px 10px 0px 0px;
|
|
1061
1063
|
display: none;
|
|
1062
|
-
> i,
|
|
1063
|
-
> span,
|
|
1064
|
-
> button {
|
|
1065
|
-
display: none;
|
|
1064
|
+
> i,
|
|
1065
|
+
> span,
|
|
1066
|
+
> button {
|
|
1067
|
+
display: none;
|
|
1066
1068
|
}
|
|
1067
1069
|
> section {
|
|
1068
1070
|
padding: 1em;
|
|
@@ -1074,25 +1076,25 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1074
1076
|
}
|
|
1075
1077
|
}
|
|
1076
1078
|
& + ._refDropdownOverlay {
|
|
1077
|
-
display:none;
|
|
1079
|
+
display: none;
|
|
1078
1080
|
}
|
|
1079
1081
|
}
|
|
1080
1082
|
&.is-active {
|
|
1081
1083
|
@keyframes droptoup {
|
|
1082
|
-
50% {
|
|
1083
|
-
bottom: -100px;
|
|
1084
|
+
50% {
|
|
1085
|
+
bottom: -100px;
|
|
1084
1086
|
}
|
|
1085
|
-
50% {
|
|
1086
|
-
bottom: -50px;
|
|
1087
|
+
50% {
|
|
1088
|
+
bottom: -50px;
|
|
1087
1089
|
}
|
|
1088
|
-
100% {
|
|
1089
|
-
bottom: 0px;
|
|
1090
|
+
100% {
|
|
1091
|
+
bottom: 0px;
|
|
1090
1092
|
}
|
|
1091
1093
|
}
|
|
1092
1094
|
&._refMasterTableBulkWrapper {
|
|
1093
1095
|
display: grid;
|
|
1094
1096
|
left: 0;
|
|
1095
|
-
animation: droptoup .075s linear;
|
|
1097
|
+
animation: droptoup 0.075s linear;
|
|
1096
1098
|
bottom: 0;
|
|
1097
1099
|
overflow-x: hidden;
|
|
1098
1100
|
& + ._refDropdownOverlay {
|
|
@@ -1103,45 +1105,45 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1103
1105
|
top: 0;
|
|
1104
1106
|
left: 0;
|
|
1105
1107
|
z-index: 100;
|
|
1106
|
-
background-color: rgba(0, 0, 0, .1);
|
|
1108
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
1107
1109
|
}
|
|
1108
1110
|
}
|
|
1109
1111
|
}
|
|
1110
1112
|
}
|
|
1111
1113
|
${({$isOpen:e})=>e&&t.css`
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1114
|
+
transition: bottom 0.2s;
|
|
1115
|
+
bottom: 0;
|
|
1116
|
+
@media (max-width: 767.9px) {
|
|
1117
|
+
@keyframes droptoup {
|
|
1118
|
+
50% {
|
|
1119
|
+
bottom: -100px;
|
|
1120
|
+
}
|
|
1121
|
+
50% {
|
|
1122
|
+
bottom: -50px;
|
|
1123
|
+
}
|
|
1124
|
+
100% {
|
|
1125
|
+
bottom: 0px;
|
|
1126
|
+
}
|
|
1124
1127
|
}
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
display: grid;
|
|
1128
|
-
left: 0;
|
|
1129
|
-
animation: droptoup .075s linear;
|
|
1130
|
-
bottom: 0;
|
|
1131
|
-
overflow-x: hidden;
|
|
1132
|
-
& + ._refDropdownOverlay {
|
|
1133
|
-
display: block;
|
|
1134
|
-
width: 100%;
|
|
1135
|
-
height: 100%;
|
|
1136
|
-
position: fixed;
|
|
1137
|
-
top: 0;
|
|
1128
|
+
&._refMasterTableBulkWrapper {
|
|
1129
|
+
display: grid;
|
|
1138
1130
|
left: 0;
|
|
1139
|
-
|
|
1140
|
-
|
|
1131
|
+
animation: droptoup 0.075s linear;
|
|
1132
|
+
bottom: 0;
|
|
1133
|
+
overflow-x: hidden;
|
|
1134
|
+
& + ._refDropdownOverlay {
|
|
1135
|
+
display: block;
|
|
1136
|
+
width: 100%;
|
|
1137
|
+
height: 100%;
|
|
1138
|
+
position: fixed;
|
|
1139
|
+
top: 0;
|
|
1140
|
+
left: 0;
|
|
1141
|
+
z-index: 100;
|
|
1142
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
1143
|
+
}
|
|
1141
1144
|
}
|
|
1142
1145
|
}
|
|
1143
|
-
}
|
|
1144
|
-
`}
|
|
1146
|
+
`}
|
|
1145
1147
|
`,dr=m.default.span`
|
|
1146
1148
|
height: 32px;
|
|
1147
1149
|
background-color: #000;
|
|
@@ -1166,14 +1168,14 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1166
1168
|
}
|
|
1167
1169
|
}
|
|
1168
1170
|
${({$mode:e})=>"picklist"===e&&t.css`
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
`,cr=m.default.figure`
|
|
1171
|
+
background-color: var(--ter-clr-bg);
|
|
1172
|
+
border-top: 1px solid var(--tab-clr-ln);
|
|
1173
|
+
height: 50px;
|
|
1174
|
+
> div {
|
|
1175
|
+
height: 50px !important;
|
|
1176
|
+
}
|
|
1177
|
+
`}
|
|
1178
|
+
`,cr=m.default.figure`
|
|
1177
1179
|
margin: 0;
|
|
1178
1180
|
position: relative;
|
|
1179
1181
|
overflow: hidden;
|
|
@@ -1191,9 +1193,9 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1191
1193
|
}
|
|
1192
1194
|
|
|
1193
1195
|
${({$size:e})=>e&&t.css`
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1196
|
+
width: ${e};
|
|
1197
|
+
height: ${e};
|
|
1198
|
+
`}
|
|
1197
1199
|
`,pr=m.default.section`
|
|
1198
1200
|
height: 100%;
|
|
1199
1201
|
${Xt} {
|
|
@@ -1229,7 +1231,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1229
1231
|
}
|
|
1230
1232
|
`,mr=m.default.div`
|
|
1231
1233
|
position: relative;
|
|
1232
|
-
input[name=
|
|
1234
|
+
input[name="search"] {
|
|
1233
1235
|
font-size: 13px;
|
|
1234
1236
|
}
|
|
1235
1237
|
i {
|
|
@@ -1248,7 +1250,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1248
1250
|
right: 12px;
|
|
1249
1251
|
top: 6px;
|
|
1250
1252
|
}
|
|
1251
|
-
${({$mode:e})=>{if("pos"===e)return t.css`
|
|
1253
|
+
${({$mode:e})=>{if("pos"===e)return t.css`
|
|
1252
1254
|
i {
|
|
1253
1255
|
top: 7px;
|
|
1254
1256
|
}
|
|
@@ -1266,7 +1268,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1266
1268
|
}
|
|
1267
1269
|
}
|
|
1268
1270
|
`}}
|
|
1269
|
-
`,ur=m.default.span`
|
|
1271
|
+
`,ur=m.default.span`
|
|
1270
1272
|
color: var(--mt-clr);
|
|
1271
1273
|
position: relative;
|
|
1272
1274
|
cursor: pointer;
|
|
@@ -1281,33 +1283,36 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1281
1283
|
display: inline;
|
|
1282
1284
|
width: auto;
|
|
1283
1285
|
}
|
|
1284
|
-
`,vr=m.default.div`
|
|
1286
|
+
`,vr=m.default.div`
|
|
1285
1287
|
display: grid;
|
|
1286
1288
|
border-bottom: 2px solid var(--ter-clr-ln);
|
|
1287
1289
|
padding-top: 22px;
|
|
1288
1290
|
padding-bottom: 22px;
|
|
1289
1291
|
align-items: center;
|
|
1290
|
-
> span:last-child {
|
|
1291
|
-
justify-self: right;
|
|
1292
|
+
> span:last-child {
|
|
1293
|
+
justify-self: right;
|
|
1292
1294
|
}
|
|
1293
1295
|
& ${ur} {
|
|
1294
|
-
&:empty,
|
|
1296
|
+
&:empty,
|
|
1297
|
+
&:last-child {
|
|
1295
1298
|
cursor: default;
|
|
1296
|
-
&:after {
|
|
1299
|
+
&:after {
|
|
1300
|
+
display: none;
|
|
1301
|
+
}
|
|
1297
1302
|
}
|
|
1298
1303
|
}
|
|
1299
1304
|
@media only screen and (min-width: 1366px) {
|
|
1300
1305
|
padding-top: 28px;
|
|
1301
1306
|
}
|
|
1302
|
-
${({$mode:e,$isPlayground:t})=>{let r=`\n & ${ur} {\n &:empty, \n &:last-child {\n cursor: default;\n &:after { \n display: none; \n }\n }\n }\n `;if("order-detail"===e)r+=`\n padding-top: 16px;\n padding-bottom: 10px;\n display: inline-grid;\n width: 100%;\n grid-gap: 8px;\n @media only screen and (max-width: 767.9px) {\n > div {\n &:first-child {\n position: absolute;\n top: 16px;\n letter-spacing: 0;\n }\n &:nth-child(2) { \n margin-left: 50px; \n }\n }\n }\n @media only screen and (min-width: 768px) {\n grid-template-columns: 40px 1fr max-content;\n background-color: transparent;\n border-bottom: 0;\n &:hover {\n background-color: transparent;\n }\n ${wr}, \n ${fr} { \n display: grid; \n }\n > div {\n &:nth-child(1) { \n display: grid; \n }\n &:nth-child(2) {\n > div:nth-child(2) {\n > span:nth-child(1) { \n display: none; \n }\n }\n }\n &:nth-child(3) {\n > div:nth-child(1) { \n display: none; \n }\n }\n }\n }\n @media only screen and (min-width: 1024px) {\n > div {\n &:nth-child(2) {\n > div:nth-child(2) {\n > span:nth-child(1) { \n display: block; \n }\n }\n }\n &:nth-child(3) {\n > div:nth-child(1) { \n display: grid; \n }\n }\n }\n }\n `;else if("picklist-detail"===e)r+=`\n padding-top: 16px;\n padding-bottom: 10px;\n grid-template-columns: 1fr max-content;\n background-color: transparent;\n &:hover { \n background-color: transparent; \n }\n ${fr} {\n justify-content: start;\n padding-top: 12px;\n }\n @media only screen and (min-width: 768px) {\n border-bottom: 0;\n ${fr} {\n justify-content: end;\n padding-top: 0;\n }\n }\n `;else if("product-detail"===e)r+=`\n grid-gap: 10px;\n padding-top: 16px;\n padding-bottom: 10px;\n & ${fr} {\n justify-content: start;\n }\n @media only screen and (min-width: 768px) {\n grid-template-rows:none;\n grid-template-columns: 1fr max-content;\n min-height: 73px;\n border-bottom: 0;\n }\n `;else if("chat"===e){const e=t?"1fr max-content;":"30px 1fr max-content;";r+=` \n padding: 0;\n align-items: center;\n grid-template-columns: ${e};\n position: relative;\n top: 50%;\n transform: translateY(-50%);\n grid-gap: 8px;\n margin-left: 16px;\n border-bottom: 0;\n ${wr} { \n ${Fr} {\n span {\n ${$e}\n }\n }\n }\n @media only screen and (min-width: 768px) {\n grid-gap: 8px;\n }\n @media only screen and (min-width: 1280px) {\n grid-template-columns: ${e};\n padding: 0 16px 0 16px;\n top: 0;\n transform: none;\n margin-left: 0;\n ${wr}, \n ${fr}{\n display: grid;\n }\n ${wr} {\n ${Fr} {\n grid-template-columns: auto;\n &:first-child {\n margin-bottom: 3px;\n }\n }\n }\n > div {\n position: relative;\n padding: 0;\n &:nth-child(2) {\n display: block;\n }\n :nth-child(4) {\n padding-top: 21px;\n }\n }\n }\n `}else"category"===e&&(r+=`\n & ${ur} {\n &:last-child {\n cursor: pointer;\n &:after { \n display: inline-block; \n }\n }\n }\n `);return t&&(r+="\n min-height: 41px;\n align-content: center;\n "),r}}
|
|
1303
|
-
`,wr=m.default.div`
|
|
1307
|
+
${({$mode:e,$isPlayground:t})=>{let r=`\n & ${ur} {\n &:empty, \n &:last-child {\n cursor: default;\n &:after { \n display: none; \n }\n }\n }\n `;if("order-detail"===e)r+=`\n padding-top: 16px;\n padding-bottom: 10px;\n display: inline-grid;\n width: 100%;\n grid-gap: 8px;\n @media only screen and (max-width: 767.9px) {\n > div {\n &:first-child {\n position: absolute;\n top: 16px;\n letter-spacing: 0;\n }\n &:nth-child(2) { \n margin-left: 50px; \n }\n }\n }\n @media only screen and (min-width: 768px) {\n grid-template-columns: 40px 1fr max-content;\n background-color: transparent;\n border-bottom: 0;\n &:hover {\n background-color: transparent;\n }\n ${wr}, \n ${fr} { \n display: grid; \n }\n > div {\n &:nth-child(1) { \n display: grid; \n }\n &:nth-child(2) {\n > div:nth-child(2) {\n > span:nth-child(1) { \n display: none; \n }\n }\n }\n &:nth-child(3) {\n > div:nth-child(1) { \n display: none; \n }\n }\n }\n }\n @media only screen and (min-width: 1024px) {\n > div {\n &:nth-child(2) {\n > div:nth-child(2) {\n > span:nth-child(1) { \n display: block; \n }\n }\n }\n &:nth-child(3) {\n > div:nth-child(1) { \n display: grid; \n }\n }\n }\n }\n `;else if("picklist-detail"===e)r+=`\n padding-top: 16px;\n padding-bottom: 10px;\n grid-template-columns: 1fr max-content;\n background-color: transparent;\n &:hover { \n background-color: transparent; \n }\n ${fr} {\n justify-content: start;\n padding-top: 12px;\n }\n @media only screen and (min-width: 768px) {\n border-bottom: 0;\n ${fr} {\n justify-content: end;\n padding-top: 0;\n }\n }\n `;else if("product-detail"===e)r+=`\n grid-gap: 10px;\n padding-top: 16px;\n padding-bottom: 10px;\n & ${fr} {\n justify-content: start;\n }\n @media only screen and (min-width: 768px) {\n grid-template-rows:none;\n grid-template-columns: 1fr max-content;\n min-height: 73px;\n border-bottom: 0;\n }\n `;else if("chat"===e){const e=t?"1fr max-content;":"30px 1fr max-content;";r+=` \n padding: 0;\n align-items: center;\n grid-template-columns: ${e};\n position: relative;\n top: 50%;\n transform: translateY(-50%);\n grid-gap: 8px;\n margin-left: 16px;\n border-bottom: 0;\n ${wr} { \n ${Fr} {\n span {\n ${$e}\n }\n }\n }\n @media only screen and (min-width: 768px) {\n grid-gap: 8px;\n }\n @media only screen and (min-width: 1280px) {\n grid-template-columns: ${e};\n padding: 0 16px 0 16px;\n top: 0;\n transform: none;\n margin-left: 0;\n ${wr}, \n ${fr}{\n display: grid;\n }\n ${wr} {\n ${Fr} {\n grid-template-columns: auto;\n &:first-child {\n margin-bottom: 3px;\n }\n }\n }\n > div {\n position: relative;\n padding: 0;\n &:nth-child(2) {\n display: block;\n }\n :nth-child(4) {\n padding-top: 21px;\n }\n }\n }\n `}else"category"===e&&(r+=`\n & ${ur} {\n &:last-child {\n cursor: pointer;\n &:after { \n display: inline-block; \n }\n }\n }\n `);return t&&(r+="\n min-height: 41px;\n align-content: center;\n background: transparent;\n border: 0;\n "),r}}
|
|
1308
|
+
`,wr=m.default.div`
|
|
1304
1309
|
display: grid;
|
|
1305
1310
|
grid-auto-flow: row;
|
|
1306
1311
|
grid-gap: 4px;
|
|
1307
1312
|
align-content: flex-start;
|
|
1308
1313
|
${({$content:e,$mode:t})=>{let r="";return"right"===e?r+="\n grid-gap: 4px;\n justify-content: right;\n justify-items: right;\n align-self: start;\n span {\n &:last-child {\n text-align: right;\n }\n }\n ":"right-amount"===e&&(r+="\n grid-gap: 10px;\n justify-content: right;\n justify-items: right;\n align-self: center;\n "),"items"===t?r+=`\n padding-right: 2px;\n grid-gap: 2px;\n align-content: start;\n display: grid !important;\n margin-left: -6px;\n > strong { \n ${_e} \n }\n `:"list-items"===t?r+="\n position: relative;\n grid-gap: 10px;\n ":"master-detail-img"===t?r+="\n justify-items: center;\n span {\n text-align: center;\n width: 50px;\n overflow-wrap: break-word;\n }\n ":"item-sale-price"===t&&(r+="\n grid-gap: 2px;\n "),r}}
|
|
1309
|
-
`,fr=m.default.div`
|
|
1310
|
-
display:grid;
|
|
1314
|
+
`,fr=m.default.div`
|
|
1315
|
+
display: grid;
|
|
1311
1316
|
grid-auto-flow: column;
|
|
1312
1317
|
grid-gap: 6px;
|
|
1313
1318
|
align-items: center;
|
|
@@ -1320,7 +1325,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1320
1325
|
@media only screen and (min-width: 1366px) {
|
|
1321
1326
|
grid-gap: 8px;
|
|
1322
1327
|
}
|
|
1323
|
-
`,Fr=m.default.div`
|
|
1328
|
+
`,Fr=m.default.div`
|
|
1324
1329
|
display: grid;
|
|
1325
1330
|
grid-auto-flow: column;
|
|
1326
1331
|
grid-gap: 4px;
|
|
@@ -1332,53 +1337,53 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1332
1337
|
align-items: center;
|
|
1333
1338
|
}
|
|
1334
1339
|
${({$mode:e,$content:t})=>{let r="";return"items-detail"===e?r+=`\n grid-gap: 16px;\n align-items: start;\n grid-template-columns: 30px 1fr;\n ${wr} { \n display: block; \n }\n @media only screen and (min-width: 768px) {\n ${wr} { \n display: grid; \n }\n }\n `:"store"===e?r+=`\n align-items: center;\n grid-gap: 4px;\n > div > span {\n font-size: 10px;\n }\n > div:first-child {\n align-self: start;\n }\n > *:nth-child(2) {\n ${$e}\n }\n `:"store-static"===e?r+=`\n align-items: center;\n grid-gap: 6px;\n position: relative;\n padding-left: 24px;\n > div > span {\n font-size: 10px;\n }\n > div:first-child {\n position: absolute;\n top: 50%;\n left: 0;\n margin-top: -10px;\n }\n > *:nth-child(2) {\n ${_e}\n }\n `:"amount"===e?r+=`\n width: 100%;\n grid-gap: 20px;\n grid-template-columns: 180px 1fr;\n justify-content: right;\n justify-items: right;\n font-size: 15px;\n ${yr} {\n text-align: right;\n display: block;\n width: 100%;\n }\n `:"account-amount"===e?r+=`\n width: 100%;\n grid-gap: 20px;\n grid-template-columns: 360px 1fr;\n justify-content: right;\n justify-items: right;\n font-size: 15px;\n ${yr} {\n text-align: right;\n display: block;\n width: 100%;\n }\n `:"product"===e?r+=`\n display: grid;\n grid-auto-flow: column;\n justify-content: left;\n grid-gap: ${"store"===t?"6px":"8px"};\n grid-template-columns: ${"store"===t?"auto 1fr":"checkbox"===t?"16px 34px 1fr":"34px 1fr"};\n align-items: start;\n > div:first-child {\n height: ${"store"===t?"auto":"34px"};\n }\n > aside {\n align-items: center;\n display: grid;\n line-height: 15px;\n }\n ${Ar} {\n display: inline-grid;\n grid-auto-flow: row;\n grid-gap: 2px;\n align-self: center;\n > div:first-child { \n ${_e} \n line-height: ${"store"===t?"14px":"17px"};\n }\n > span {\n ${$e}\n }\n ${Fr} {\n > div:first-child {\n line-height: 8px;\n }\n }\n }\n `:"contra"===e?r+="\n grid-auto-flow: row;\n align-items: start;\n @media only screen and (min-width: 1024px) {\n grid-auto-flow: column;\n }\n ":"status"===e?r+="\n align-items: baseline;\n grid-gap: 2px;\n i {\n opacity: .7;\n }\n ":"store-order"===e&&(r+="\n align-items: start;\n gap: 8px;\n "),"right"===t&&(r+="\n grid-gap: 10px;\n justify-content: end;\n align-items: center;\n > div {\n min-width: 170px;\n width: 170px;\n }\n "),r}}
|
|
1335
|
-
`,yr=m.default.span`
|
|
1336
|
-
${({$mode:e})=>{if("correct"===e)return t.css`
|
|
1337
|
-
text-decoration: line-through;
|
|
1340
|
+
`,yr=m.default.span`
|
|
1341
|
+
${({$mode:e})=>{if("correct"===e)return t.css`
|
|
1342
|
+
text-decoration: line-through;
|
|
1338
1343
|
color: var(--mt-clr);
|
|
1339
1344
|
`}}
|
|
1340
|
-
`,Ar=m.default.span`
|
|
1345
|
+
`,Ar=m.default.span`
|
|
1341
1346
|
line-height: 16px;
|
|
1342
1347
|
&._refWithIcon {
|
|
1343
|
-
> a,
|
|
1348
|
+
> a,
|
|
1344
1349
|
> span {
|
|
1345
1350
|
grid-auto-flow: column;
|
|
1346
1351
|
grid-template-columns: fit-content(95%) 15px;
|
|
1347
1352
|
display: inline-grid;
|
|
1348
1353
|
grid-gap: 4px;
|
|
1349
|
-
> span {
|
|
1350
|
-
padding-top: 2px;
|
|
1354
|
+
> span {
|
|
1355
|
+
padding-top: 2px;
|
|
1351
1356
|
}
|
|
1352
1357
|
}
|
|
1353
1358
|
}
|
|
1354
|
-
i[name=arrow-left-blue] {
|
|
1359
|
+
i[name="arrow-left-blue"] {
|
|
1355
1360
|
transform: scaleX(-1);
|
|
1356
1361
|
position: absolute;
|
|
1357
1362
|
}
|
|
1358
|
-
input[name=checkbox-list] {
|
|
1363
|
+
input[name="checkbox-list"] {
|
|
1359
1364
|
& + span {
|
|
1360
1365
|
top: 0;
|
|
1361
1366
|
}
|
|
1362
1367
|
}
|
|
1363
1368
|
> a {
|
|
1364
1369
|
> span {
|
|
1365
|
-
overflow-wrap: anywhere;
|
|
1370
|
+
overflow-wrap: anywhere;
|
|
1366
1371
|
}
|
|
1367
1372
|
}
|
|
1368
1373
|
@media only screen and (max-width: 767px) {
|
|
1369
|
-
input[name=checkbox-list] {
|
|
1374
|
+
input[name="checkbox-list"] {
|
|
1370
1375
|
& + span {
|
|
1371
1376
|
left: 0;
|
|
1372
1377
|
}
|
|
1373
1378
|
}
|
|
1374
1379
|
}
|
|
1375
|
-
${({$mode:e})=>{if("product"===e)return t.css`
|
|
1380
|
+
${({$mode:e})=>{if("product"===e)return t.css`
|
|
1376
1381
|
line-height: 15px;
|
|
1377
1382
|
align-items: center;
|
|
1378
1383
|
padding-right: 8px;
|
|
1379
1384
|
margin-left: -6px;
|
|
1380
1385
|
`}}
|
|
1381
|
-
`,Dr=m.default.span`
|
|
1386
|
+
`,Dr=m.default.span`
|
|
1382
1387
|
font-size: 16px;
|
|
1383
1388
|
font-weight: 600;
|
|
1384
1389
|
color: var(--hd-clr);
|
|
@@ -1397,9 +1402,9 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1397
1402
|
padding: 9px;
|
|
1398
1403
|
color: ${({$activated:e})=>e?"var(--sec-clr-lnk__hvr)":"var(--pri-clr-lnk)"};
|
|
1399
1404
|
&::after {
|
|
1400
|
-
content:
|
|
1405
|
+
content: "";
|
|
1401
1406
|
position: absolute;
|
|
1402
|
-
background-color: #
|
|
1407
|
+
background-color: #ff585c;
|
|
1403
1408
|
left: 0;
|
|
1404
1409
|
height: 2px;
|
|
1405
1410
|
bottom: 0;
|
|
@@ -1413,7 +1418,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1413
1418
|
font-weight: 600;
|
|
1414
1419
|
padding: 16px 15px 11px 15px;
|
|
1415
1420
|
}
|
|
1416
|
-
`,Br=m.default.div`
|
|
1421
|
+
`,Br=m.default.div`
|
|
1417
1422
|
display: inline-grid;
|
|
1418
1423
|
grid-auto-flow: column;
|
|
1419
1424
|
grid-gap: 4px;
|
|
@@ -1424,9 +1429,9 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1424
1429
|
width: 100%;
|
|
1425
1430
|
overflow: auto;
|
|
1426
1431
|
&.is-sticky {
|
|
1427
|
-
position: fixed;
|
|
1432
|
+
position: fixed;
|
|
1428
1433
|
top: 48px;
|
|
1429
|
-
z-index: 9;
|
|
1434
|
+
z-index: 9;
|
|
1430
1435
|
background-color: var(--sec-clr-bg);
|
|
1431
1436
|
& + div {
|
|
1432
1437
|
margin-top: 40px;
|
|
@@ -1448,7 +1453,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1448
1453
|
}
|
|
1449
1454
|
}
|
|
1450
1455
|
${({$mode:e})=>{let t="";return"detail"===e?t+="\n width: 100%;\n > article {\n min-width: auto;\n width: 100%;\n }\n ":"master-listing"===e?t+=`\n width: 100%;\n ${Br} {\n width: 100%;\n justify-content: start;\n padding: 0;\n border-bottom: 1px solid #DEE0E0;\n }\n ${Er} {\n font-size: 14px;\n }\n `:"chat-account"===e||"chat-complement"===e?t+=`\n ${br} {\n width: 100vw;\n margin: 0;\n }\n ${Br} {\n border-bottom: 1px solid #DEE0E0;\n }\n ${Er} {\n padding-left: 10px; \n padding-right: 10px;\n }\n @media only screen and (min-width: 1024px) {\n ${br} {\n width: 100%;\n min-width: unset;\n max-width: unset;\n }\n }\n @media only screen and (min-width: 1280px) {\n ${Br} {\n padding-left: 1em;\n padding-right: 1em;\n }\n ${Er} {\n font-size: 15px;\n padding-left: 6px;\n padding-right: 6px;\n }\n }\n @media only screen and (min-width: 1366px) {\n ${Er} {\n padding-left: 8px; \n padding-right: 8px;\n }\n }\n @media only screen and (min-width: 1920px) {\n ${Er} {\n padding-left: 10px; \n padding-right: 10px;\n }\n }\n `:"chat-complement"===e?t+=`\n ${Er} {\n padding: 16px 10px 11px 10px; \n }\n `:"chat-faq"===e&&(t+=`\n ${Br} {\n border-bottom: 1px solid #DEE0E0;\n justify-content: center;\n }\n ${Er} {\n padding-left: 10px; \n padding-right: 10px;\n }\n @media only screen and (min-width: 1024px) {\n ${br} {\n width: 100%;\n min-width: unset;\n max-width: unset;\n }\n }\n @media only screen and (min-width: 1280px) {\n ${Br} {\n padding-left: 1em;\n padding-right: 1em;\n padding-top: 6px;\n }\n ${Er} {\n font-size: 14px;\n padding-left: 16px;\n padding-right: 16px;\n }\n }\n `),t}}
|
|
1451
|
-
`,kr=m.default.div`
|
|
1456
|
+
`,kr=m.default.div`
|
|
1452
1457
|
display: grid;
|
|
1453
1458
|
&._refFooterContainer {
|
|
1454
1459
|
font-weight: 600;
|
|
@@ -1488,12 +1493,14 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1488
1493
|
&:first-child {
|
|
1489
1494
|
border-bottom: 1px solid var(--sec-clr-ln);
|
|
1490
1495
|
display: grid;
|
|
1491
|
-
> * {
|
|
1492
|
-
padding: 0 10px 12px;
|
|
1496
|
+
> * {
|
|
1497
|
+
padding: 0 10px 12px;
|
|
1493
1498
|
}
|
|
1494
1499
|
}
|
|
1495
|
-
&:last-child {
|
|
1496
|
-
|
|
1500
|
+
&:last-child {
|
|
1501
|
+
border-bottom: none;
|
|
1502
|
+
}
|
|
1503
|
+
&[role="rowheader"] {
|
|
1497
1504
|
${rt}
|
|
1498
1505
|
color: var(--mt-clr);
|
|
1499
1506
|
}
|
|
@@ -1503,8 +1510,8 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1503
1510
|
}
|
|
1504
1511
|
@media only screen and (min-width: 1024px) {
|
|
1505
1512
|
overflow-x: unset;
|
|
1506
|
-
${kr} {
|
|
1507
|
-
width: unset;
|
|
1513
|
+
${kr} {
|
|
1514
|
+
width: unset;
|
|
1508
1515
|
}
|
|
1509
1516
|
}
|
|
1510
1517
|
${({$mode:e,$isBorder:t,$isPopup:r})=>{let i=`\n ${kr} {\n width: 100%;\n border-bottom: 1px solid var(--pri-clr-ln);\n &:first-child {\n border-bottom: 1px solid var(--sec-clr-ln);\n display: grid;\n > * { \n padding: 0 10px 12px; \n }\n }\n &:last-child { \n border-bottom: none; \n }\n > * {\n padding: 15px 10px;\n }\n &[role='rowheader'] {\n ${rt}\n color: var(--mt-clr);\n }\n }\n @media only screen and (min-width: 1024px) {\n overflow-x: unset;\n ${kr} { \n width: unset \n }\n }\n `;if("order"===e)i+=`\n ${kr} {\n grid-template-columns: auto var(--warehouse) var(--status-big) var(--qty-pd20-big) repeat(2, var(--price-pd20)); \n > div {\n &:last-child, \n &:nth-last-child(2), \n &:nth-last-child(3) { \n text-align: right; \n }\n }\n }\n `;else if("picklist"===e)i+=`\n ${kr} {\n grid-template-columns: auto var(--ref-pd20) var(--ref) var(--status) var(--status) repeat(3, var(--qty-small));\n @media only screen and (min-width: 1366px) {\n grid-template-columns: auto var(--ref-pd20) minmax(85px, 120px) minmax(105px, 155px) minmax(105px, 133px) repeat(3, var(--qty-small));\n }\n @media only screen and (min-width: 1512px) {\n grid-template-columns: auto var(--ref-pd20) minmax(85px, 120px) minmax(105px, 155px) minmax(105px, 133px) repeat(3, minmax(88px, 103px));\n }\n @media only screen and (min-width: 1800px) {\n grid-template-columns: auto var(--store) var(--ref-pd20) minmax(105px, 155px) minmax(105px, 155px) repeat(3, minmax(88px, 103px));\n }\n >div {\n &:nth-child(n+6) { text-align: right; }\n }\n }\n `;else if("package"===e)i+=`\n ${kr} {\n grid-template-columns: auto repeat(2, var(--qty-pd20-big));\n > div:not(:first-child) { \n text-align: right; \n }\n }\n `;else if("shipment"===e)i+=`\n ${kr} {\n grid-template-columns: auto var(--ref-big) repeat(2, var(--qty-pd20-big)); \n > div:not(:first-child) { \n text-align: right; \n }\n }\n `;else if("payment-receive"===e)i+=`\n ${kr} {\n grid-template-columns: var(--id-big) var(--ref-pd20) var(--store) var(--ref-pd20) var(--time-pd20) 1fr;\n > div {\n &:last-child { \n text-align: right; \n }\n }\n }\n `;else if("item"===e)i+=`\n ${kr} {\n grid-template-columns: var(--variant-pd20) var(--sku-pd20) var(--qty-pd20-big) repeat(2, var(--price-pd20)) var(--sku-pd20);\n }\n `;else if("bundle"===e)i+=`\n ${kr} {\n grid-template-columns: 1fr 145px 130px 130px 100px 130px 60px;\n &:last-child { \n border-bottom: 1px solid var(--pri-clr-ln); \n }\n > section {\n display: grid;\n align-items: center;\n align-content: start;\n &.list-price {\n > div { \n padding-top: 8px; \n }\n }\n &:last-child {\n padding-top: 20px;\n }\n }\n > section, \n > div {\n text-align: right;\n &:first-child {\n text-align: left; \n }\n }\n @media only screen and (min-width: 1280px) {\n grid-template-columns: 1fr 145px 160px 150px 112px 130px 60px;\n }\n }\n `;else if("item-listing"===e)i+=`\n &:not(:first-child) {\n margin-top: 30px;\n }\n ${kr} {\n width: ${r?"834px":"940px"};\n grid-template-columns: ${r?"auto var(--variant-small) var(--qty) var(--price) var(--status-small) 95px":"auto var(--variant) var(--qty-big) var(--price) var(--status-small) minmax(90px, 100px)"};\n &:last-child { \n ${r?"border-bottom: 0 !important":""} \n }\n > *:nth-child(6) { \n text-align: right; \n }\n }\n @media only screen and (min-width: 1024px) {\n ${kr} { \n width: unset;\n }\n }\n `;else if("item-bundle"===e)i+=`\n &:not(:first-child) {\n margin-top: 30px;\n }\n ${kr} {\n width: ${r?"834px":"940px"};\n grid-template-columns: ${r?"auto var(--variant-small) var(--qty-small) var(--qty-big)":"auto var(--variant) var(--qty-pd20-big) var(--qty-pd20-big)"};\n &:last-child { \n ${r?"border-bottom: 0 !important":""} \n }\n }\n @media only screen and (min-width: 768px) {\n ${kr} { \n width: unset; \n }\n }\n `;else if("invoice"===e)i+=`\n ${kr} {\n grid-template-columns: auto var(--status) var(--qty-pd20-big) repeat(3, var(--price-pd20));\n > *:not(:first-child) { \n text-align: right; \n }\n }\n `;else if("stock"===e)i+=`\n ${kr} {\n grid-template-columns: auto var(--variant-pd20) var(--sku-pd20) var(--qty-pd20-big) var(--qty-pd20-big); \n > div:not(:first-child) { \n text-align: right; \n }\n }\n `;else if("inbound"===e)i+=`\n ${kr} {\n grid-template-columns: var(--time-pd20) auto var(--variant-pd20) var(--sku-pd20) var(--status-big) minmax(110px, 150px) minmax(110px, 150px); \n }\n `;else if("priceadjustment"===e)i+=`\n ${kr} {\n grid-template-columns: var(--sku) auto var(--store) var(--price-pd20) var(--price-pd20) var(--price) var(--price) var(--time) var(--time); \n }\n `;else if("add-item"===e)i+=`\n ${kr} {\n grid-template-columns: 30px auto 100px 156px 128px;\n &:first-child {\n > div { \n padding-bottom: 16px; \n }\n }\n > div:first-child { \n padding-left: 16px; \n > label {\n > span {\n top: 0; \n margin-top: 0;\n }\n }\n }\n ._refCheckboxMark { \n top: 0; \n margin-top: 0; \n }\n }\n ${kr}, \n ._refProductList {\n width: 700px;\n }\n `;else if("add-item-price"===e)i+=`\n ${kr} {\n grid-template-columns: 30px auto 100px 156px 128px;\n &:first-child {\n > div { \n padding-bottom: 16px; \n }\n }\n > div:first-child { \n padding-left: 16px; \n > label {\n > span {\n top: 0; margin-top: 0;\n }\n }\n }\n ._refCheckboxMark { \n top: 0;\n margin-top: 0; \n }\n }\n ${kr}, ._refProductList {\n width: 700px;\n }\n `;else if("inventory-qty"===e)i+=`\n overflow: auto;\n ${kr} {\n display: flex;\n &:first-child {\n display: flex;\n }\n &:last-child { \n border-bottom: 1px solid var(--pri-clr-ln); \n }\n .column-batch-id {\n min-width: 95px;\n max-width: 110px;\n flex: 1;\n }\n .column-created-date {\n min-width: var(--time-pd20-min);\n max-width: var(--time-pd20-max);\n flex: 1;\n }\n .column-expiry-date {\n min-width: var(--time-pd20-min);\n max-width: var(--time-pd20-max);\n flex: 1;\n }\n .column-location {\n min-width: 85px;\n max-width: 100px;\n flex: 1;\n }\n .column-serial-numbers {\n min-width: 120px;\n max-width: 250px;\n flex: 1;\n }\n .column-qty-on-hand-total {\n min-width: 115px;\n max-width: 120px;\n flex: 1;\n }\n .column-qty-on-hand-damage {\n min-width: var(--qty-pd20-big-min);\n max-width: var(--qty-pd20-big-max);\n flex: 1;\n }\n .column-qty-on-hand-normal {\n min-width: var(--qty-pd20-big-min);\n max-width: var(--qty-pd20-big-max);\n flex: 1;\n }\n .column-qty-reserved {\n min-width: var(--qty-pd20-big-min);\n max-width: var(--qty-pd20-big-max);\n flex: 1;\n }\n .column-qty-picked {\n min-width: var(--qty-pd20-big-min);\n max-width: var(--qty-pd20-big-max);\n flex: 1;\n }\n .column-qty-packed {\n min-width: var(--qty-pd20-big-min);\n max-width: var(--qty-pd20-big-max);\n flex: 1;\n }\n .column-qty-handover {\n min-width: var(--qty-pd20-big-min);\n max-width: var(--qty-pd20-big-max);\n flex: 1;\n }\n .column-qty-promotions {\n min-width: 125px;\n max-width: 130px;\n flex: 1;\n }\n .column-qty-available-to-sell {\n min-width: var(--qty-pd20-big-min);\n max-width: var(--qty-pd20-big-max);\n flex: 1;\n }\n .column-qty-in-transit {\n min-width: var(--qty-pd20-big-min);\n max-width: var(--qty-pd20-big-max);\n flex: 1;\n }\n .column-qty-waiting-inbound {\n min-width: var(--qty-pd20-big-min);\n max-width: var(--qty-pd20-big-max);\n flex: 1;\n }\n .column-qty-inbounded {\n min-width: 120px;\n max-width: 130px;\n flex: 1;\n }\n .column-qty-waiting-outbound {\n min-width: var(--qty-pd20-big-min);\n max-width: var(--qty-pd20-big-max);\n flex: 1;\n }\n }\n `;else if("putaway"===e)i+=`\n ${kr} {\n &[role=rowheader] {\n grid-template-columns: var(--item) var(--variant-pd20) var(--sku-pd20) max-content;\n > div[role=group] {\n padding: 0;\n display: grid;\n grid-template-columns: var(--time) minmax(110px, 200px) var(--id) var(--status) var(--status) var(--status) var(--status-big) var(--qty-big) var(--qty-big);\n > div {\n padding: 0 10px 12px;\n }\n }\n }\n &[role=row] {\n grid-template-columns: var(--item) var(--variant-pd20) var(--sku-pd20) max-content;\n > div[role=group] {\n padding: 0;\n > div[role=rowgroup] {\n display: grid;\n grid-template-columns: var(--time) minmax(110px, 200px) var(--id) var(--status) var(--status) var(--status) var(--status-big) var(--qty-big) var(--qty-big);\n > div {\n padding: 15px 10px;\n }\n }\n }\n }\n }\n `;else if("stock-adjustment"===e)i+=`\n ${kr} {\n grid-template-columns: auto var(--variant-pd20) var(--sku-pd20) var(--qty-pd20-big) minmax(135px, 140px) var(--qty-pd20-big); \n }\n `;else if("confirm"===e)i+=`\n ${kr} {\n grid-template-columns: auto 120px 120px 100px 120px; \n }\n `;else if("confirm-adjustment"===e)i+=`\n ${kr} {\n grid-template-columns: auto 120px 120px 90px 90px 90px; \n }\n `;else if("add-item"===e||"add-item-price"===e||"add-location"===e){i+=`\n ${kr} {\n grid-template-columns: ${"add-item-price"===e||"add-item"===e?"30px auto 100px 156px 128px":"30px 115px 105px 130px 110px 110px"};\n &:first-child {\n > div { \n padding-bottom: 16px; \n }\n }\n > div:first-child { \n padding-left: 16px; \n > label {\n > span {\n top: 0; margin-top: 0;\n }\n }\n }\n ._refCheckboxMark { \n top: 0; \n margin-top: 0; \n }\n }\n ${kr}._refProductList {\n width: 700px;\n }\n `}else"priceadjustment"===e?i+=`\n ${kr} {\n grid-template-columns: auto var(--price-pd20) var(--price-pd20); \n > div:not(:first-child) { \n text-align: right; \n }\n }\n `:"link-master"===e?i+=`\n &:not(:first-child) {\n margin-top: 30px;\n }\n ${kr} {\n grid-template-columns: 1fr 120px 105px; \n }\n `:"promotion"===e?i+=`\n padding-top: 16px;\n ${kr} {\n grid-template-columns: auto var(--price) var(--price) minmax(150px, 175px) var(--qty-pd20-big); \n > *:not(:first-child) { \n text-align: right; \n }\n }\n `:"warehouse"===e?i+=`\n ${kr} {\n >*:last-child { text-align: right; }\n grid-template-columns: var(--warehouse) auto var(--time-pd20) minmax(120px, 150px); \n }\n `:"item-stock"===e&&(i+=`\n ${kr} {\n &[role=rowheader] {\n grid-template-columns: 270px 270px var(--qty-pd20); \n }\n &[role=row] {\n grid-template-columns: 270px auto; \n }\n &[role=row] > div[role=cellgroup] > div[role=rowgroup], \n ._refCollapse > div, \n ._refCollapseContainer > div {\n padding-bottom: 1em;\n &:nth-child(n+2) {\n border-top: 1px solid rgb(245, 245, 245);\n padding-top: 16px;\n }\n &:last-child {\n padding-bottom: 0;\n }\n }\n &[role=rowheader] > div[role=group], \n &[role=row] > div[role=cellgroup] > div[role=rowgroup], \n ._refCollapse > div:not(._refCollapseContainer), \n ._refCollapseContainer > div {\n grid-template-columns: 270px var(--qty-pd20);\n }\n }\n @media only screen and (min-width: 1024px) {\n ${kr} {\n &[role=rowheader] {\n grid-template-columns: 310px 270px var(--qty-pd20); \n }\n &[role=row] {\n grid-template-columns: 310px auto; \n }\n }\n }\n `);return t&&(i+=`\n ${kr} {\n &:last-child { \n border-bottom: 1px solid var(--pri-clr-ln); \n }\n }\n `),i}}
|
|
@@ -1514,14 +1521,14 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1514
1521
|
display: grid;
|
|
1515
1522
|
grid-auto-flow: column;
|
|
1516
1523
|
text-align: right;
|
|
1517
|
-
grid-gap: 5px;
|
|
1518
|
-
margin: 0
|
|
1524
|
+
grid-gap: 5px;
|
|
1525
|
+
margin: 0 0.625em;
|
|
1519
1526
|
justify-content: center;
|
|
1520
1527
|
width: auto;
|
|
1521
|
-
border-radius: .5rem;
|
|
1528
|
+
border-radius: 0.5rem;
|
|
1522
1529
|
align-items: center;
|
|
1523
1530
|
align-content: center;
|
|
1524
|
-
padding: .5em 10px;
|
|
1531
|
+
padding: 0.5em 10px;
|
|
1525
1532
|
> section {
|
|
1526
1533
|
justify-content: center;
|
|
1527
1534
|
}
|
|
@@ -1533,7 +1540,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1533
1540
|
align-items: center;
|
|
1534
1541
|
}
|
|
1535
1542
|
@media only screen and (min-width: 375px) {
|
|
1536
|
-
margin: 0
|
|
1543
|
+
margin: 0 20px;
|
|
1537
1544
|
}
|
|
1538
1545
|
@media only screen and (min-width: 1024px) {
|
|
1539
1546
|
margin: 0 18px;
|
|
@@ -1543,30 +1550,30 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1543
1550
|
}
|
|
1544
1551
|
|
|
1545
1552
|
${({$mode:e})=>"notif"===e&&t.css`
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1553
|
+
background-color: #fbe3e1;
|
|
1554
|
+
border: 1px solid var(--act-clr-ln);
|
|
1555
|
+
> section {
|
|
1556
|
+
color: #ff585c;
|
|
1557
|
+
text-align: center;
|
|
1558
|
+
align-items: center;
|
|
1559
|
+
span {
|
|
1560
|
+
line-height: 20px;
|
|
1561
|
+
}
|
|
1562
|
+
> a {
|
|
1563
|
+
justify-self: center;
|
|
1564
|
+
}
|
|
1557
1565
|
}
|
|
1558
|
-
}
|
|
1559
|
-
`}
|
|
1566
|
+
`}
|
|
1560
1567
|
|
|
1561
1568
|
${({$mode:e})=>!e&&t.css`
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
`,Mr=m.default.div`
|
|
1569
|
+
background-color: #ffffee;
|
|
1570
|
+
border: 1px solid var(--lay-clr-ln);
|
|
1571
|
+
`}
|
|
1572
|
+
`,Mr=m.default.div`
|
|
1566
1573
|
position: relative;
|
|
1567
1574
|
top: 0;
|
|
1568
1575
|
overflow-y: hidden;
|
|
1569
|
-
transition: height .35s ease;
|
|
1576
|
+
transition: height 0.35s ease;
|
|
1570
1577
|
display: grid;
|
|
1571
1578
|
grid-gap: 10px;
|
|
1572
1579
|
&.collapsed {
|
|
@@ -1577,8 +1584,8 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1577
1584
|
height: 0 !important;
|
|
1578
1585
|
}
|
|
1579
1586
|
${({$mode:e})=>"nav"===e&&t.css`
|
|
1580
|
-
|
|
1581
|
-
|
|
1587
|
+
display: block;
|
|
1588
|
+
`}
|
|
1582
1589
|
`,zr=m.default.div`
|
|
1583
1590
|
margin: 9px auto 10px;
|
|
1584
1591
|
display: inline-grid;
|
|
@@ -1601,12 +1608,12 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1601
1608
|
grid-gap: 5px;
|
|
1602
1609
|
grid-template-columns: max-content;
|
|
1603
1610
|
justify-content: center;
|
|
1604
|
-
._refPageButton:first-child,
|
|
1611
|
+
._refPageButton:first-child,
|
|
1605
1612
|
._refPageButton:last-child {
|
|
1606
1613
|
display: none;
|
|
1607
1614
|
}
|
|
1608
1615
|
@media only screen and (min-width: 375px) {
|
|
1609
|
-
._refPageButton:first-child,
|
|
1616
|
+
._refPageButton:first-child,
|
|
1610
1617
|
._refPageButton:last-child {
|
|
1611
1618
|
display: grid;
|
|
1612
1619
|
}
|
|
@@ -1625,12 +1632,12 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1625
1632
|
}
|
|
1626
1633
|
}
|
|
1627
1634
|
${({$mode:e})=>"noPageOption"===e&&t.css`
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1635
|
+
@media only screen and (min-width: 768px) {
|
|
1636
|
+
> div:first-child {
|
|
1637
|
+
justify-content: center;
|
|
1638
|
+
}
|
|
1631
1639
|
}
|
|
1632
|
-
}
|
|
1633
|
-
`}
|
|
1640
|
+
`}
|
|
1634
1641
|
`,Pr=m.default.div`
|
|
1635
1642
|
display: grid;
|
|
1636
1643
|
justify-content: center;
|
|
@@ -1651,17 +1658,18 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1651
1658
|
}
|
|
1652
1659
|
|
|
1653
1660
|
${({$activated:e})=>e&&t.css`
|
|
1654
|
-
|
|
1655
|
-
|
|
1661
|
+
${ot}
|
|
1662
|
+
`}
|
|
1656
1663
|
|
|
1657
1664
|
${({disabled:e})=>e&&t.css`
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
+
&,
|
|
1666
|
+
&:hover {
|
|
1667
|
+
background: var(--mt-clr-bg);
|
|
1668
|
+
border-color: var(--ck-clr-ln);
|
|
1669
|
+
opacity: 0.5;
|
|
1670
|
+
cursor: default;
|
|
1671
|
+
}
|
|
1672
|
+
`}
|
|
1665
1673
|
`,Qr=m.default.span`
|
|
1666
1674
|
font-size: 12px;
|
|
1667
1675
|
text-align: center;
|
|
@@ -1670,17 +1678,17 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1670
1678
|
height: 28px;
|
|
1671
1679
|
width: 28px;
|
|
1672
1680
|
text-align: center;
|
|
1673
|
-
`,Tr=m.default.span`
|
|
1681
|
+
`,Tr=m.default.span`
|
|
1674
1682
|
font-size: 14px;
|
|
1675
1683
|
font-weight: 400;
|
|
1676
|
-
`,Hr=m.default.article`
|
|
1684
|
+
`,Hr=m.default.article`
|
|
1677
1685
|
display: inline-grid;
|
|
1678
1686
|
grid-auto-flow: row;
|
|
1679
1687
|
grid-gap: 14px;
|
|
1680
1688
|
width: 100%;
|
|
1681
|
-
a,
|
|
1682
|
-
span {
|
|
1683
|
-
text-align: ${({$align:e})=>"right"===e?"right":"left"};
|
|
1689
|
+
a,
|
|
1690
|
+
span {
|
|
1691
|
+
text-align: ${({$align:e})=>"right"===e?"right":"left"};
|
|
1684
1692
|
text-transform: capitalize;
|
|
1685
1693
|
cursor: pointer;
|
|
1686
1694
|
}
|
|
@@ -1689,11 +1697,11 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1689
1697
|
border: 0;
|
|
1690
1698
|
border-top: 1px solid var(--pri-clr-ln);
|
|
1691
1699
|
}
|
|
1692
|
-
`,Yr=m.default.article`
|
|
1700
|
+
`,Yr=m.default.article`
|
|
1693
1701
|
> div {
|
|
1694
1702
|
justify-content: left;
|
|
1695
1703
|
}
|
|
1696
|
-
`,Xr=m.default.div`
|
|
1704
|
+
`,Xr=m.default.div`
|
|
1697
1705
|
width: 100%;
|
|
1698
1706
|
margin-bottom: 16px !important;
|
|
1699
1707
|
> article {
|
|
@@ -1712,10 +1720,10 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1712
1720
|
margin-top: 0px;
|
|
1713
1721
|
justify-items: unset;
|
|
1714
1722
|
}
|
|
1715
|
-
}
|
|
1723
|
+
}
|
|
1716
1724
|
${({$mode:e})=>"detail"===e&&t.css`
|
|
1717
|
-
|
|
1718
|
-
|
|
1725
|
+
padding-bottom: 10px;
|
|
1726
|
+
`}
|
|
1719
1727
|
`,Nr=m.default.div`
|
|
1720
1728
|
display: grid;
|
|
1721
1729
|
grid-template-columns: 148px 1fr;
|
|
@@ -1736,10 +1744,10 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1736
1744
|
font-style: normal;
|
|
1737
1745
|
}
|
|
1738
1746
|
}
|
|
1739
|
-
button {
|
|
1740
|
-
width: 148px;
|
|
1747
|
+
button {
|
|
1748
|
+
width: 148px;
|
|
1741
1749
|
padding: 6px 23px 6px 12px;
|
|
1742
|
-
border-radius: .5rem 0 0 .5rem;
|
|
1750
|
+
border-radius: 0.5rem 0 0 0.5rem;
|
|
1743
1751
|
}
|
|
1744
1752
|
@media only screen and (min-width: 1280px) {
|
|
1745
1753
|
width: 350px;
|
|
@@ -1753,7 +1761,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1753
1761
|
width: ${e};
|
|
1754
1762
|
}
|
|
1755
1763
|
`}}}
|
|
1756
|
-
`,qr=m.default.div`
|
|
1764
|
+
`,qr=m.default.div`
|
|
1757
1765
|
position: relative;
|
|
1758
1766
|
display: grid;
|
|
1759
1767
|
grid-auto-flow: column;
|
|
@@ -1766,10 +1774,10 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1766
1774
|
color: var(--mt-clr);
|
|
1767
1775
|
padding: 0 12px;
|
|
1768
1776
|
}
|
|
1769
|
-
> button,
|
|
1777
|
+
> button,
|
|
1770
1778
|
._refContainer {
|
|
1771
1779
|
border-right: 1px solid var(--sec-clr-ln);
|
|
1772
|
-
&:last-child{
|
|
1780
|
+
&:last-child {
|
|
1773
1781
|
border-right: 0;
|
|
1774
1782
|
}
|
|
1775
1783
|
}
|
|
@@ -1788,7 +1796,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1788
1796
|
font-size: var(--pri-ft-sz);
|
|
1789
1797
|
}
|
|
1790
1798
|
}
|
|
1791
|
-
`,Vr=m.default.section`
|
|
1799
|
+
`,Vr=m.default.section`
|
|
1792
1800
|
display: inline-block;
|
|
1793
1801
|
padding-left: 0;
|
|
1794
1802
|
width: 100%;
|
|
@@ -1813,10 +1821,10 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1813
1821
|
&:nth-of-type(even) {
|
|
1814
1822
|
margin-right: 0;
|
|
1815
1823
|
}
|
|
1816
|
-
&:nth-of-type(n+3) {
|
|
1824
|
+
&:nth-of-type(n + 3) {
|
|
1817
1825
|
margin-top: 10px;
|
|
1818
1826
|
}
|
|
1819
|
-
> section > button,
|
|
1827
|
+
> section > button,
|
|
1820
1828
|
> div > button {
|
|
1821
1829
|
width: 100%;
|
|
1822
1830
|
overflow: hidden;
|
|
@@ -1826,12 +1834,12 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1826
1834
|
max-width: 100%;
|
|
1827
1835
|
}
|
|
1828
1836
|
}
|
|
1829
|
-
> div:nth-child(n+2) {
|
|
1837
|
+
> div:nth-child(n + 2) {
|
|
1830
1838
|
display: inline-block;
|
|
1831
1839
|
width: 48.35% !important;
|
|
1832
1840
|
}
|
|
1833
1841
|
> article {
|
|
1834
|
-
float: left
|
|
1842
|
+
float: left;
|
|
1835
1843
|
}
|
|
1836
1844
|
}
|
|
1837
1845
|
@media only screen and (min-width: 425px) {
|
|
@@ -1853,16 +1861,16 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1853
1861
|
align-items: center;
|
|
1854
1862
|
margin-top: 0px;
|
|
1855
1863
|
}
|
|
1856
|
-
&:first-child {
|
|
1864
|
+
&:first-child {
|
|
1857
1865
|
padding-left: 0;
|
|
1858
1866
|
}
|
|
1859
1867
|
${qr} {
|
|
1860
1868
|
margin-bottom: 0;
|
|
1861
1869
|
}
|
|
1862
1870
|
}
|
|
1863
|
-
`,Ur=m.default.div`
|
|
1871
|
+
`,Ur=m.default.div`
|
|
1864
1872
|
display: grid;
|
|
1865
|
-
padding: 0 .625em 10px;
|
|
1873
|
+
padding: 0 0.625em 10px;
|
|
1866
1874
|
@media only screen and (min-width: 375px) {
|
|
1867
1875
|
padding: 0 20px;
|
|
1868
1876
|
}
|
|
@@ -1874,52 +1882,69 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1874
1882
|
}
|
|
1875
1883
|
`,Wr=m.default.section``,Rr={item:t.css`
|
|
1876
1884
|
${Wr} {
|
|
1877
|
-
grid-template-columns:
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1885
|
+
grid-template-columns:
|
|
1886
|
+
var(--checkbox) var(--item) minmax(auto, max-content)
|
|
1887
|
+
var(--time) minmax(88px, auto);
|
|
1888
|
+
&[role="rowheader"] > div[role="group"],
|
|
1889
|
+
&[role="row"] > div[role="cellgroup"] > div[role="rowgroup"],
|
|
1890
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
1881
1891
|
._refCollapseContainer > div {
|
|
1882
|
-
grid-template-columns:
|
|
1892
|
+
grid-template-columns:
|
|
1893
|
+
var(--variant) var(--sku) var(--qty-big) var(--price)
|
|
1894
|
+
var(--status-big);
|
|
1883
1895
|
}
|
|
1884
|
-
input[name=checkbox-list] {
|
|
1885
|
-
& + span {
|
|
1896
|
+
input[name="checkbox-list"] {
|
|
1897
|
+
& + span {
|
|
1886
1898
|
top: 8px;
|
|
1887
1899
|
}
|
|
1888
1900
|
}
|
|
1889
1901
|
}
|
|
1890
1902
|
`,"item-nocheck":t.css`
|
|
1891
1903
|
${Wr} {
|
|
1892
|
-
grid-template-columns:
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1904
|
+
grid-template-columns:
|
|
1905
|
+
var(--item) minmax(auto, max-content) var(--time)
|
|
1906
|
+
minmax(88px, auto);
|
|
1907
|
+
&[role="rowheader"] > div[role="group"],
|
|
1908
|
+
&[role="row"] > div[role="cellgroup"] > div[role="rowgroup"],
|
|
1909
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
1896
1910
|
._refCollapseContainer > div {
|
|
1897
|
-
grid-template-columns:
|
|
1911
|
+
grid-template-columns:
|
|
1912
|
+
var(--variant) var(--sku) var(--qty-big) var(--price)
|
|
1913
|
+
var(--status-big);
|
|
1898
1914
|
}
|
|
1899
1915
|
}
|
|
1900
1916
|
`,listing:t.css`
|
|
1901
1917
|
${Wr} {
|
|
1902
|
-
grid-template-columns:
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1918
|
+
grid-template-columns:
|
|
1919
|
+
var(--checkbox) var(--item) minmax(auto, max-content)
|
|
1920
|
+
minmax(88px, auto);
|
|
1921
|
+
&[role="rowheader"] > div[role="group"],
|
|
1922
|
+
&[role="row"] > div[role="cellgroup"] > div[role="rowgroup"],
|
|
1923
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
1906
1924
|
._refCollapseContainer > div {
|
|
1907
|
-
grid-template-columns:
|
|
1925
|
+
grid-template-columns:
|
|
1926
|
+
var(--variant) var(--sku) var(--sku) minmax(95px, 115px)
|
|
1927
|
+
var(--price) var(--status-small);
|
|
1908
1928
|
}
|
|
1909
|
-
input[name=checkbox-list] {
|
|
1910
|
-
& + span {
|
|
1929
|
+
input[name="checkbox-list"] {
|
|
1930
|
+
& + span {
|
|
1911
1931
|
top: 8px;
|
|
1912
1932
|
}
|
|
1913
1933
|
}
|
|
1914
1934
|
}
|
|
1915
1935
|
`,"listing-nocheck":t.css`
|
|
1916
1936
|
${Wr} {
|
|
1917
|
-
grid-template-columns: var(--item) minmax(auto, max-content) minmax(
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1937
|
+
grid-template-columns: var(--item) minmax(auto, max-content) minmax(
|
|
1938
|
+
88px,
|
|
1939
|
+
auto
|
|
1940
|
+
);
|
|
1941
|
+
&[role="rowheader"] > div[role="group"],
|
|
1942
|
+
&[role="row"] > div[role="cellgroup"] > div[role="rowgroup"],
|
|
1943
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
1921
1944
|
._refCollapseContainer > div {
|
|
1922
|
-
grid-template-columns:
|
|
1945
|
+
grid-template-columns:
|
|
1946
|
+
var(--variant) var(--sku) var(--sku) minmax(95px, 115px)
|
|
1947
|
+
var(--price) var(--status-small);
|
|
1923
1948
|
}
|
|
1924
1949
|
}
|
|
1925
1950
|
`,quantity:t.css`
|
|
@@ -1938,68 +1963,79 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
1938
1963
|
margin: 0;
|
|
1939
1964
|
padding: 0;
|
|
1940
1965
|
grid-gap: 0;
|
|
1941
|
-
&[role=rowheader] > div[role=group],
|
|
1942
|
-
&[role=row] > div[role=group],
|
|
1943
|
-
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
1944
|
-
&[role=row] > div[role=cellgroup],
|
|
1945
|
-
._refCollapse > div:not(._refCollapseContainer),
|
|
1966
|
+
&[role="rowheader"] > div[role="group"],
|
|
1967
|
+
&[role="row"] > div[role="group"],
|
|
1968
|
+
&[role="row"] > div[role="cellgroup"] > div[role="rowgroup"],
|
|
1969
|
+
&[role="row"] > div[role="cellgroup"],
|
|
1970
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
1946
1971
|
._refCollapseContainer > div {
|
|
1947
1972
|
display: flex;
|
|
1948
1973
|
flex: 2;
|
|
1949
1974
|
grid-gap: 0;
|
|
1950
1975
|
}
|
|
1951
|
-
&[role=row] > div[role=cellgroup] {
|
|
1976
|
+
&[role="row"] > div[role="cellgroup"] {
|
|
1952
1977
|
flex-direction: column;
|
|
1953
1978
|
}
|
|
1954
|
-
&[role=rowheader] > div[role=columnheader],
|
|
1955
|
-
&[role=rowheader] > div[role=group] > div[role=cell],
|
|
1956
|
-
&[role=row] > div[role=cell],
|
|
1957
|
-
&[role=row]
|
|
1958
|
-
|
|
1959
|
-
|
|
1979
|
+
&[role="rowheader"] > div[role="columnheader"],
|
|
1980
|
+
&[role="rowheader"] > div[role="group"] > div[role="cell"],
|
|
1981
|
+
&[role="row"] > div[role="cell"],
|
|
1982
|
+
&[role="row"]
|
|
1983
|
+
> div[role="cellgroup"]
|
|
1984
|
+
> div[role="rowgroup"]
|
|
1985
|
+
> div[role="cell"],
|
|
1986
|
+
._refCollapse > div:not(._refCollapseContainer) > div[role="cell"],
|
|
1987
|
+
._refCollapseContainer > div > div[role="cell"] {
|
|
1960
1988
|
align-self: stretch;
|
|
1961
1989
|
width: 100%;
|
|
1962
1990
|
}
|
|
1963
|
-
&[role=rowheader] > div[role=columnheader],
|
|
1964
|
-
&[role=rowheader] > div[role=group] > div[role=cell] {
|
|
1991
|
+
&[role="rowheader"] > div[role="columnheader"],
|
|
1992
|
+
&[role="rowheader"] > div[role="group"] > div[role="cell"] {
|
|
1965
1993
|
padding-top: 1em;
|
|
1966
1994
|
padding-bottom: 1em;
|
|
1967
1995
|
border-bottom: 1px solid var(--ter-clr-ln);
|
|
1968
1996
|
}
|
|
1969
|
-
&[role=row] > div[role=cell],
|
|
1970
|
-
&[role=row]
|
|
1971
|
-
|
|
1972
|
-
|
|
1997
|
+
&[role="row"] > div[role="cell"],
|
|
1998
|
+
&[role="row"]
|
|
1999
|
+
> div[role="cellgroup"]
|
|
2000
|
+
> div[role="rowgroup"]
|
|
2001
|
+
> div[role="cell"],
|
|
2002
|
+
._refCollapse > div:not(._refCollapseContainer) > div[role="cell"],
|
|
2003
|
+
._refCollapseContainer > div > div[role="cell"] {
|
|
1973
2004
|
padding-top: 1.25em;
|
|
1974
2005
|
padding-bottom: 1.25em;
|
|
1975
2006
|
}
|
|
1976
|
-
&[role=rowheader],
|
|
2007
|
+
&[role="rowheader"],
|
|
2008
|
+
&[role="row"] {
|
|
1977
2009
|
padding: 0;
|
|
1978
2010
|
margin: 0;
|
|
1979
2011
|
> div {
|
|
1980
2012
|
padding-right: 12px;
|
|
1981
2013
|
&:first-child {
|
|
1982
2014
|
padding-left: 0;
|
|
1983
|
-
}
|
|
2015
|
+
}
|
|
1984
2016
|
&:last-child {
|
|
1985
2017
|
padding-right: 0;
|
|
1986
2018
|
}
|
|
1987
2019
|
}
|
|
1988
2020
|
}
|
|
1989
|
-
&[role=rowheader] > div[role=group] > div[role=cell],
|
|
2021
|
+
&[role="rowheader"] > div[role="group"] > div[role="cell"],
|
|
2022
|
+
&[role="row"]
|
|
2023
|
+
> div[role="cellgroup"]
|
|
2024
|
+
> div[role="rowgroup"]
|
|
2025
|
+
> div[role="cell"] {
|
|
1990
2026
|
padding-right: 12px;
|
|
1991
2027
|
&:last-child {
|
|
1992
|
-
|
|
1993
2028
|
}
|
|
1994
2029
|
}
|
|
1995
|
-
&[role=rowheader] {
|
|
2030
|
+
&[role="rowheader"] {
|
|
1996
2031
|
border: none;
|
|
1997
2032
|
}
|
|
1998
|
-
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
1999
|
-
._refCollapse > div,
|
|
2033
|
+
&[role="row"] > div[role="cellgroup"] > div[role="rowgroup"],
|
|
2034
|
+
._refCollapse > div,
|
|
2035
|
+
._refCollapseContainer > div {
|
|
2000
2036
|
padding-bottom: 0;
|
|
2001
2037
|
padding-top: 0;
|
|
2002
|
-
&:nth-child(n+2) {
|
|
2038
|
+
&:nth-child(n + 2) {
|
|
2003
2039
|
padding-top: 0;
|
|
2004
2040
|
}
|
|
2005
2041
|
&:last-child {
|
|
@@ -2010,11 +2046,12 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2010
2046
|
margin-bottom: 0;
|
|
2011
2047
|
}
|
|
2012
2048
|
@media only screen and (min-width: 1024px) {
|
|
2013
|
-
&[role=rowheader],
|
|
2049
|
+
&[role="rowheader"],
|
|
2050
|
+
&[role="row"] {
|
|
2014
2051
|
> div {
|
|
2015
2052
|
&:first-child {
|
|
2016
2053
|
padding-left: 9px;
|
|
2017
|
-
}
|
|
2054
|
+
}
|
|
2018
2055
|
&:last-child {
|
|
2019
2056
|
padding-right: 9px;
|
|
2020
2057
|
}
|
|
@@ -2114,70 +2151,128 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2114
2151
|
}
|
|
2115
2152
|
`,picklist:t.css`
|
|
2116
2153
|
${Wr} {
|
|
2117
|
-
grid-template-columns:
|
|
2154
|
+
grid-template-columns:
|
|
2155
|
+
var(--checkbox) var(--time) var(--id) var(--status)
|
|
2156
|
+
var(--person) var(--warehouse) var(--ref) var(--time) minmax(
|
|
2157
|
+
185px,
|
|
2158
|
+
auto
|
|
2159
|
+
);
|
|
2118
2160
|
}
|
|
2119
2161
|
`,package:t.css`
|
|
2120
2162
|
${Wr} {
|
|
2121
|
-
grid-template-columns:
|
|
2163
|
+
grid-template-columns:
|
|
2164
|
+
var(--checkbox) var(--time) var(--id) var(--status)
|
|
2165
|
+
var(--person) var(--warehouse) var(--person) var(--ref) var(--time)
|
|
2166
|
+
minmax(110px, auto);
|
|
2122
2167
|
}
|
|
2123
2168
|
`,shipment:t.css`
|
|
2124
2169
|
${Wr} {
|
|
2125
|
-
grid-template-columns:
|
|
2170
|
+
grid-template-columns:
|
|
2171
|
+
var(--checkbox) var(--time) var(--id-big) var(--status)
|
|
2172
|
+
minmax(80px, 160px) minmax(80px, 160px) minmax(95px, 160px) var(--ref)
|
|
2173
|
+
minmax(140px, auto);
|
|
2126
2174
|
}
|
|
2127
2175
|
`,invoice:t.css`
|
|
2128
2176
|
${Wr} {
|
|
2129
|
-
grid-template-columns:
|
|
2177
|
+
grid-template-columns:
|
|
2178
|
+
var(--checkbox) var(--id-big) var(--status-small)
|
|
2179
|
+
var(--store) var(--price) var(--price) var(--ref) var(--person) var(
|
|
2180
|
+
--time
|
|
2181
|
+
)
|
|
2182
|
+
minmax(180px, auto);
|
|
2130
2183
|
@media only screen and (max-width: 1279px) {
|
|
2131
2184
|
width: unset;
|
|
2132
2185
|
}
|
|
2133
2186
|
}
|
|
2134
2187
|
`,"payment-receive":t.css`
|
|
2135
2188
|
${Wr} {
|
|
2136
|
-
grid-template-columns:
|
|
2189
|
+
grid-template-columns:
|
|
2190
|
+
var(--time) 155px var(--person) var(--qty) var(--price)
|
|
2191
|
+
minmax(110px, auto);
|
|
2137
2192
|
}
|
|
2138
2193
|
`,"sales-return":t.css`
|
|
2139
2194
|
${Wr} {
|
|
2140
|
-
grid-template-columns:
|
|
2195
|
+
grid-template-columns:
|
|
2196
|
+
var(--id-big) var(--status) var(--warehouse) var(--person)
|
|
2197
|
+
var(--person) var(--ref-big) var(--time) minmax(120px, auto);
|
|
2141
2198
|
}
|
|
2142
2199
|
`,activity:t.css`
|
|
2143
2200
|
${Wr} {
|
|
2144
|
-
grid-template-columns:
|
|
2201
|
+
grid-template-columns:
|
|
2202
|
+
var(--time) var(--id-big) var(--item) var(--status)
|
|
2203
|
+
var(--email) var(--status) var(--status) minmax(110px, auto);
|
|
2145
2204
|
}
|
|
2146
2205
|
`,putaway:t.css`
|
|
2147
2206
|
${Wr} {
|
|
2148
|
-
grid-template-columns:
|
|
2207
|
+
grid-template-columns:
|
|
2208
|
+
var(--id-pd20) var(--status-big) var(--warehouse)
|
|
2209
|
+
var(--ref) var(--person) var(--time) minmax(60px, auto);
|
|
2149
2210
|
}
|
|
2150
2211
|
`,inbound:t.css`
|
|
2151
2212
|
${Wr} {
|
|
2152
|
-
grid-template-columns:
|
|
2213
|
+
grid-template-columns:
|
|
2214
|
+
var(--id-pd20) var(--status-big) var(--warehouse)
|
|
2215
|
+
var(--ref) minmax(140px, 160px) var(--person) var(--time) minmax(
|
|
2216
|
+
170px,
|
|
2217
|
+
auto
|
|
2218
|
+
);
|
|
2153
2219
|
}
|
|
2154
2220
|
`,lowstock:t.css`
|
|
2155
2221
|
${Wr} {
|
|
2156
|
-
grid-template-columns:
|
|
2222
|
+
grid-template-columns:
|
|
2223
|
+
var(--checkbox) var(--item) var(--variant) var(--sku)
|
|
2224
|
+
var(--warehouse) var(--qty-big) var(--statusnow) var(--time) minmax(
|
|
2225
|
+
60px,
|
|
2226
|
+
auto
|
|
2227
|
+
);
|
|
2157
2228
|
}
|
|
2158
2229
|
`,price:t.css`
|
|
2159
2230
|
${Wr} {
|
|
2160
|
-
grid-template-columns:
|
|
2231
|
+
grid-template-columns:
|
|
2232
|
+
var(--time) var(--id-big) var(--status) var(--qty)
|
|
2233
|
+
var(--email) var(--status) minmax(60px, auto);
|
|
2161
2234
|
}
|
|
2162
2235
|
`,"stock-adjustment":t.css`
|
|
2163
2236
|
${Wr} {
|
|
2164
|
-
grid-template-columns:
|
|
2237
|
+
grid-template-columns:
|
|
2238
|
+
var(--id-pd20) var(--status-big) var(--warehouse)
|
|
2239
|
+
var(--ref) minmax(140px, 150px) var(--person) var(--time) minmax(
|
|
2240
|
+
160px,
|
|
2241
|
+
auto
|
|
2242
|
+
);
|
|
2165
2243
|
}
|
|
2166
2244
|
`,"stock-outbound":t.css`
|
|
2167
2245
|
${Wr} {
|
|
2168
|
-
grid-template-columns:
|
|
2246
|
+
grid-template-columns:
|
|
2247
|
+
var(--id-pd20) var(--status-big) var(--warehouse)
|
|
2248
|
+
var(--ref) minmax(150px, 160px) var(--person) var(--time) minmax(
|
|
2249
|
+
160px,
|
|
2250
|
+
auto
|
|
2251
|
+
);
|
|
2169
2252
|
}
|
|
2170
2253
|
`,"stock-transfer":t.css`
|
|
2171
2254
|
${Wr} {
|
|
2172
|
-
grid-template-columns:
|
|
2255
|
+
grid-template-columns:
|
|
2256
|
+
var(--id) var(--status-big) var(--warehouse) var(--warehouse)
|
|
2257
|
+
minmax(90px, 100px) var(--person) var(--time) minmax(160px, auto);
|
|
2173
2258
|
}
|
|
2174
2259
|
`,promotion:t.css`
|
|
2175
2260
|
${Wr} {
|
|
2176
|
-
grid-template-columns:
|
|
2261
|
+
grid-template-columns:
|
|
2262
|
+
var(--store) var(--id-big) var(--ref-big) minmax(100px, 160px)
|
|
2263
|
+
var(--status-small) var(--time) var(--time) minmax(42px, 88px) var(
|
|
2264
|
+
--time
|
|
2265
|
+
)
|
|
2266
|
+
minmax(62px, auto);
|
|
2177
2267
|
}
|
|
2178
2268
|
`,"stock-history":t.css`
|
|
2179
2269
|
${Wr} {
|
|
2180
|
-
grid-template-columns:
|
|
2270
|
+
grid-template-columns:
|
|
2271
|
+
minmax(120px, 360px) var(--sku) var(--warehouse)
|
|
2272
|
+
minmax(85px, 120px) minmax(105px, 190px) var(--qty-small) var(
|
|
2273
|
+
--qty-small
|
|
2274
|
+
)
|
|
2275
|
+
minmax(68px, 100px) var(--time) minmax(75px, 88px);
|
|
2181
2276
|
> *:last-child {
|
|
2182
2277
|
display: unset;
|
|
2183
2278
|
justify-content: unset;
|
|
@@ -2195,7 +2290,10 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2195
2290
|
display: unset;
|
|
2196
2291
|
justify-content: unset;
|
|
2197
2292
|
}
|
|
2198
|
-
grid-template-columns:
|
|
2293
|
+
grid-template-columns:
|
|
2294
|
+
minmax(110px, 146px) minmax(120px, 360px) var(--sku)
|
|
2295
|
+
var(--store) minmax(75px, 120px) minmax(85px, 120px) minmax(75px, 120px)
|
|
2296
|
+
minmax(80px, 120px) var(--time) var(--status) minmax(75px, 88px);
|
|
2199
2297
|
}
|
|
2200
2298
|
`,turnover:t.css`
|
|
2201
2299
|
${Wr} {
|
|
@@ -2206,7 +2304,9 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2206
2304
|
display: unset;
|
|
2207
2305
|
justify-content: unset;
|
|
2208
2306
|
}
|
|
2209
|
-
grid-template-columns:
|
|
2307
|
+
grid-template-columns:
|
|
2308
|
+
minmax(120px, 360px) var(--sku) var(--warehouse)
|
|
2309
|
+
repeat(4, var(--qty)) minmax(75px, 88px);
|
|
2210
2310
|
}
|
|
2211
2311
|
`,"days-outofstock":t.css`
|
|
2212
2312
|
${Wr} {
|
|
@@ -2217,18 +2317,25 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2217
2317
|
display: unset;
|
|
2218
2318
|
justify-content: unset;
|
|
2219
2319
|
}
|
|
2220
|
-
grid-template-columns:
|
|
2320
|
+
grid-template-columns:
|
|
2321
|
+
minmax(120px, 360px) var(--sku) var(--warehouse)
|
|
2322
|
+
var(--qty-big) var(--qty) var(--qty-big) var(--time) minmax(75px, 88px);
|
|
2221
2323
|
}
|
|
2222
2324
|
`,warehouses:t.css`
|
|
2223
2325
|
${Wr} {
|
|
2224
|
-
grid-template-columns:
|
|
2326
|
+
grid-template-columns:
|
|
2327
|
+
var(--warehouse) var(--status) var(--id-big) var(--qty-big)
|
|
2328
|
+
var(--time) minmax(110px, auto);
|
|
2225
2329
|
}
|
|
2226
2330
|
`,archived:t.css`
|
|
2227
2331
|
${Wr} {
|
|
2228
|
-
grid-template-columns: var(--time-pd20) minmax(auto, max-content) minmax(
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2332
|
+
grid-template-columns: var(--time-pd20) minmax(auto, max-content) minmax(
|
|
2333
|
+
88px,
|
|
2334
|
+
auto
|
|
2335
|
+
);
|
|
2336
|
+
&[role="rowheader"] > div[role="group"],
|
|
2337
|
+
&[role="row"] > div[role="cellgroup"] > div[role="rowgroup"],
|
|
2338
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
2232
2339
|
._refCollapseContainer > div {
|
|
2233
2340
|
grid-template-columns: var(--sku) var(--item);
|
|
2234
2341
|
}
|
|
@@ -2238,38 +2345,52 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2238
2345
|
@media only screen and (max-width: 1279px) {
|
|
2239
2346
|
width: unset;
|
|
2240
2347
|
}
|
|
2241
|
-
grid-template-columns:
|
|
2348
|
+
grid-template-columns:
|
|
2349
|
+
var(--id-pd20) minmax(80px, 120px) var(--time) var(--person)
|
|
2350
|
+
var(--qty) var(--price) var(--status) minmax(180px, auto);
|
|
2242
2351
|
}
|
|
2243
2352
|
`,order:t.css`
|
|
2244
2353
|
${Wr} {
|
|
2245
|
-
grid-template-columns: var(--checkbox) 118px 90px minmax(
|
|
2246
|
-
|
|
2247
|
-
|
|
2354
|
+
grid-template-columns: var(--checkbox) 118px 90px minmax(
|
|
2355
|
+
auto,
|
|
2356
|
+
max-content
|
|
2357
|
+
);
|
|
2358
|
+
input[name="checkbox-list"] {
|
|
2359
|
+
& + span {
|
|
2248
2360
|
top: 8px;
|
|
2249
2361
|
}
|
|
2250
2362
|
}
|
|
2251
|
-
&[role=rowheader] > div[role=group] {
|
|
2252
|
-
grid-template-columns: var(--order) 40px 80px 80px 88px minmax(
|
|
2363
|
+
&[role="rowheader"] > div[role="group"] {
|
|
2364
|
+
grid-template-columns: var(--order) 40px 80px 80px 88px minmax(
|
|
2365
|
+
145px,
|
|
2366
|
+
auto
|
|
2367
|
+
);
|
|
2253
2368
|
}
|
|
2254
|
-
._refCollapse > div:not(._refCollapseContainer),
|
|
2369
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
2255
2370
|
._refCollapseContainer > div {
|
|
2256
2371
|
grid-template-columns: var(--order) 40px 80px 80px;
|
|
2257
2372
|
}
|
|
2258
|
-
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
2259
|
-
._refCollapse > div,
|
|
2373
|
+
&[role="row"] > div[role="cellgroup"] > div[role="rowgroup"],
|
|
2374
|
+
._refCollapse > div,
|
|
2260
2375
|
._refCollapseContainer > div {
|
|
2261
|
-
&:nth-child(n+2) {
|
|
2376
|
+
&:nth-child(n + 2) {
|
|
2262
2377
|
border-top: none;
|
|
2263
2378
|
}
|
|
2264
2379
|
}
|
|
2265
2380
|
}
|
|
2266
2381
|
@media only screen and (min-width: 1280px) {
|
|
2267
2382
|
${Wr} {
|
|
2268
|
-
grid-template-columns: var(--checkbox) 118px 118px minmax(
|
|
2269
|
-
|
|
2270
|
-
|
|
2383
|
+
grid-template-columns: var(--checkbox) 118px 118px minmax(
|
|
2384
|
+
auto,
|
|
2385
|
+
max-content
|
|
2386
|
+
);
|
|
2387
|
+
&[role="rowheader"] > div[role="group"] {
|
|
2388
|
+
grid-template-columns: var(--order) 40px 80px 80px 107px minmax(
|
|
2389
|
+
145px,
|
|
2390
|
+
auto
|
|
2391
|
+
);
|
|
2271
2392
|
}
|
|
2272
|
-
._refCollapse > div:not(._refCollapseContainer),
|
|
2393
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
2273
2394
|
._refCollapseContainer > div {
|
|
2274
2395
|
grid-template-columns: var(--order) 40px 80px 80px;
|
|
2275
2396
|
}
|
|
@@ -2277,11 +2398,17 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2277
2398
|
}
|
|
2278
2399
|
@media only screen and (min-width: 1366px) {
|
|
2279
2400
|
${Wr} {
|
|
2280
|
-
grid-template-columns: var(--checkbox) 120px 118px minmax(
|
|
2281
|
-
|
|
2282
|
-
|
|
2401
|
+
grid-template-columns: var(--checkbox) 120px 118px minmax(
|
|
2402
|
+
auto,
|
|
2403
|
+
max-content
|
|
2404
|
+
);
|
|
2405
|
+
&[role="rowheader"] > div[role="group"] {
|
|
2406
|
+
grid-template-columns: var(--order) 40px 90px 80px 130px minmax(
|
|
2407
|
+
150px,
|
|
2408
|
+
auto
|
|
2409
|
+
);
|
|
2283
2410
|
}
|
|
2284
|
-
._refCollapse > div:not(._refCollapseContainer),
|
|
2411
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
2285
2412
|
._refCollapseContainer > div {
|
|
2286
2413
|
grid-template-columns: var(--order) 40px 90px 80px;
|
|
2287
2414
|
}
|
|
@@ -2289,11 +2416,16 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2289
2416
|
}
|
|
2290
2417
|
@media only screen and (min-width: 1800px) {
|
|
2291
2418
|
${Wr} {
|
|
2292
|
-
grid-template-columns:
|
|
2293
|
-
|
|
2294
|
-
|
|
2419
|
+
grid-template-columns:
|
|
2420
|
+
var(--checkbox) minmax(125px, 170px) minmax(85px, 145px)
|
|
2421
|
+
minmax(auto, max-content);
|
|
2422
|
+
&[role="rowheader"] > div[role="group"] {
|
|
2423
|
+
grid-template-columns: var(--order) 50px 110px 130px 130px minmax(
|
|
2424
|
+
50px,
|
|
2425
|
+
2000px
|
|
2426
|
+
);
|
|
2295
2427
|
}
|
|
2296
|
-
._refCollapse > div:not(._refCollapseContainer),
|
|
2428
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
2297
2429
|
._refCollapseContainer > div {
|
|
2298
2430
|
grid-template-columns: var(--order) 50px 110px 130px;
|
|
2299
2431
|
}
|
|
@@ -2301,10 +2433,13 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2301
2433
|
}
|
|
2302
2434
|
@media only screen and (min-width: 1920px) {
|
|
2303
2435
|
${Wr} {
|
|
2304
|
-
&[role=rowheader] > div[role=group] {
|
|
2305
|
-
grid-template-columns: var(--order) 50px 110px 145px 130px minmax(
|
|
2436
|
+
&[role="rowheader"] > div[role="group"] {
|
|
2437
|
+
grid-template-columns: var(--order) 50px 110px 145px 130px minmax(
|
|
2438
|
+
50px,
|
|
2439
|
+
2000px
|
|
2440
|
+
);
|
|
2306
2441
|
}
|
|
2307
|
-
._refCollapse > div:not(._refCollapseContainer),
|
|
2442
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
2308
2443
|
._refCollapseContainer > div {
|
|
2309
2444
|
grid-template-columns: var(--order) 50px 110px 145px;
|
|
2310
2445
|
}
|
|
@@ -2313,17 +2448,20 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2313
2448
|
`,"order-nocheck":t.css`
|
|
2314
2449
|
${Wr} {
|
|
2315
2450
|
grid-template-columns: 118px 90px minmax(auto, max-content);
|
|
2316
|
-
&[role=rowheader] > div[role=group] {
|
|
2317
|
-
grid-template-columns: var(--order) 40px 80px 80px 88px minmax(
|
|
2451
|
+
&[role="rowheader"] > div[role="group"] {
|
|
2452
|
+
grid-template-columns: var(--order) 40px 80px 80px 88px minmax(
|
|
2453
|
+
145px,
|
|
2454
|
+
auto
|
|
2455
|
+
);
|
|
2318
2456
|
}
|
|
2319
|
-
._refCollapse > div:not(._refCollapseContainer),
|
|
2457
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
2320
2458
|
._refCollapseContainer > div {
|
|
2321
2459
|
grid-template-columns: var(--order) 40px 80px 80px;
|
|
2322
2460
|
}
|
|
2323
|
-
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
2324
|
-
._refCollapse > div,
|
|
2461
|
+
&[role="row"] > div[role="cellgroup"] > div[role="rowgroup"],
|
|
2462
|
+
._refCollapse > div,
|
|
2325
2463
|
._refCollapseContainer > div {
|
|
2326
|
-
&:nth-child(n+2) {
|
|
2464
|
+
&:nth-child(n + 2) {
|
|
2327
2465
|
border-top: none;
|
|
2328
2466
|
}
|
|
2329
2467
|
}
|
|
@@ -2331,10 +2469,13 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2331
2469
|
@media only screen and (min-width: 1280px) {
|
|
2332
2470
|
${Wr} {
|
|
2333
2471
|
grid-template-columns: 118px 118px minmax(auto, max-content);
|
|
2334
|
-
&[role=rowheader] > div[role=group] {
|
|
2335
|
-
grid-template-columns: var(--order) 40px 80px 80px 107px minmax(
|
|
2472
|
+
&[role="rowheader"] > div[role="group"] {
|
|
2473
|
+
grid-template-columns: var(--order) 40px 80px 80px 107px minmax(
|
|
2474
|
+
145px,
|
|
2475
|
+
auto
|
|
2476
|
+
);
|
|
2336
2477
|
}
|
|
2337
|
-
._refCollapse > div:not(._refCollapseContainer),
|
|
2478
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
2338
2479
|
._refCollapseContainer > div {
|
|
2339
2480
|
grid-template-columns: var(--order) 40px 80px 80px;
|
|
2340
2481
|
}
|
|
@@ -2343,10 +2484,13 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2343
2484
|
@media only screen and (min-width: 1366px) {
|
|
2344
2485
|
${Wr} {
|
|
2345
2486
|
grid-template-columns: 120px 118px minmax(auto, max-content);
|
|
2346
|
-
&[role=rowheader] > div[role=group] {
|
|
2347
|
-
grid-template-columns: var(--order) 40px 90px 80px 130px minmax(
|
|
2487
|
+
&[role="rowheader"] > div[role="group"] {
|
|
2488
|
+
grid-template-columns: var(--order) 40px 90px 80px 130px minmax(
|
|
2489
|
+
150px,
|
|
2490
|
+
auto
|
|
2491
|
+
);
|
|
2348
2492
|
}
|
|
2349
|
-
._refCollapse > div:not(._refCollapseContainer),
|
|
2493
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
2350
2494
|
._refCollapseContainer > div {
|
|
2351
2495
|
grid-template-columns: var(--order) 40px 90px 80px;
|
|
2352
2496
|
}
|
|
@@ -2354,11 +2498,17 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2354
2498
|
}
|
|
2355
2499
|
@media only screen and (min-width: 1800px) {
|
|
2356
2500
|
${Wr} {
|
|
2357
|
-
grid-template-columns: minmax(125px, 170px) minmax(85px, 145px) minmax(
|
|
2358
|
-
|
|
2359
|
-
|
|
2501
|
+
grid-template-columns: minmax(125px, 170px) minmax(85px, 145px) minmax(
|
|
2502
|
+
auto,
|
|
2503
|
+
max-content
|
|
2504
|
+
);
|
|
2505
|
+
&[role="rowheader"] > div[role="group"] {
|
|
2506
|
+
grid-template-columns: var(--order) 50px 110px 130px 130px minmax(
|
|
2507
|
+
50px,
|
|
2508
|
+
2000px
|
|
2509
|
+
);
|
|
2360
2510
|
}
|
|
2361
|
-
._refCollapse > div:not(._refCollapseContainer),
|
|
2511
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
2362
2512
|
._refCollapseContainer > div {
|
|
2363
2513
|
grid-template-columns: var(--order) 50px 110px 130px;
|
|
2364
2514
|
}
|
|
@@ -2366,93 +2516,107 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2366
2516
|
}
|
|
2367
2517
|
@media only screen and (min-width: 1920px) {
|
|
2368
2518
|
${Wr} {
|
|
2369
|
-
&[role=rowheader] > div[role=group] {
|
|
2370
|
-
grid-template-columns: var(--order) 50px 110px 145px 130px minmax(
|
|
2519
|
+
&[role="rowheader"] > div[role="group"] {
|
|
2520
|
+
grid-template-columns: var(--order) 50px 110px 145px 130px minmax(
|
|
2521
|
+
50px,
|
|
2522
|
+
2000px
|
|
2523
|
+
);
|
|
2371
2524
|
}
|
|
2372
|
-
._refCollapse > div:not(._refCollapseContainer),
|
|
2525
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
2373
2526
|
._refCollapseContainer > div {
|
|
2374
2527
|
grid-template-columns: var(--order) 50px 110px 145px;
|
|
2375
2528
|
}
|
|
2376
2529
|
}
|
|
2377
2530
|
}
|
|
2378
2531
|
`,"table-customheader":t.css`
|
|
2379
|
-
|
|
2380
|
-
> div {
|
|
2381
|
-
overflow: auto;
|
|
2382
|
-
}
|
|
2383
|
-
@media only screen and (min-width: 1024px) {
|
|
2532
|
+
overflow: hidden;
|
|
2384
2533
|
> div {
|
|
2385
|
-
|
|
2534
|
+
overflow: auto;
|
|
2535
|
+
}
|
|
2536
|
+
@media only screen and (min-width: 1024px) {
|
|
2537
|
+
> div {
|
|
2538
|
+
margin: 0px 9px 0px 9px;
|
|
2539
|
+
}
|
|
2386
2540
|
}
|
|
2387
|
-
}
|
|
2388
2541
|
${Wr} {
|
|
2389
2542
|
width: 100%;
|
|
2390
2543
|
display: flex;
|
|
2391
2544
|
margin: 0;
|
|
2392
2545
|
padding: 0;
|
|
2393
2546
|
grid-gap: 0;
|
|
2394
|
-
&[role=rowheader] > div[role=group],
|
|
2395
|
-
&[role=row] > div[role=group],
|
|
2396
|
-
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
2397
|
-
&[role=row] > div[role=cellgroup],
|
|
2398
|
-
._refCollapse > div:not(._refCollapseContainer),
|
|
2547
|
+
&[role="rowheader"] > div[role="group"],
|
|
2548
|
+
&[role="row"] > div[role="group"],
|
|
2549
|
+
&[role="row"] > div[role="cellgroup"] > div[role="rowgroup"],
|
|
2550
|
+
&[role="row"] > div[role="cellgroup"],
|
|
2551
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
2399
2552
|
._refCollapseContainer > div {
|
|
2400
2553
|
display: flex;
|
|
2401
2554
|
flex: 2;
|
|
2402
2555
|
grid-gap: 0;
|
|
2403
2556
|
}
|
|
2404
|
-
&[role=row] > div[role=cellgroup] {
|
|
2557
|
+
&[role="row"] > div[role="cellgroup"] {
|
|
2405
2558
|
flex-direction: column;
|
|
2406
2559
|
}
|
|
2407
|
-
&[role=rowheader] > div[role=columnheader],
|
|
2408
|
-
&[role=rowheader] > div[role=group] > div[role=cell],
|
|
2409
|
-
&[role=row] > div[role=cell],
|
|
2410
|
-
&[role=row]
|
|
2411
|
-
|
|
2412
|
-
|
|
2560
|
+
&[role="rowheader"] > div[role="columnheader"],
|
|
2561
|
+
&[role="rowheader"] > div[role="group"] > div[role="cell"],
|
|
2562
|
+
&[role="row"] > div[role="cell"],
|
|
2563
|
+
&[role="row"]
|
|
2564
|
+
> div[role="cellgroup"]
|
|
2565
|
+
> div[role="rowgroup"]
|
|
2566
|
+
> div[role="cell"],
|
|
2567
|
+
._refCollapse > div:not(._refCollapseContainer) > div[role="cell"],
|
|
2568
|
+
._refCollapseContainer > div > div[role="cell"] {
|
|
2413
2569
|
align-self: stretch;
|
|
2414
2570
|
width: 100%;
|
|
2415
2571
|
}
|
|
2416
|
-
&[role=rowheader] > div[role=columnheader],
|
|
2417
|
-
&[role=rowheader] > div[role=group] > div[role=cell] {
|
|
2572
|
+
&[role="rowheader"] > div[role="columnheader"],
|
|
2573
|
+
&[role="rowheader"] > div[role="group"] > div[role="cell"] {
|
|
2418
2574
|
padding-top: 1em;
|
|
2419
2575
|
padding-bottom: 1em;
|
|
2420
2576
|
border-bottom: 1px solid var(--ter-clr-ln);
|
|
2421
2577
|
}
|
|
2422
|
-
&[role=row] > div[role=cell],
|
|
2423
|
-
&[role=row]
|
|
2424
|
-
|
|
2425
|
-
|
|
2578
|
+
&[role="row"] > div[role="cell"],
|
|
2579
|
+
&[role="row"]
|
|
2580
|
+
> div[role="cellgroup"]
|
|
2581
|
+
> div[role="rowgroup"]
|
|
2582
|
+
> div[role="cell"],
|
|
2583
|
+
._refCollapse > div:not(._refCollapseContainer) > div[role="cell"],
|
|
2584
|
+
._refCollapseContainer > div > div[role="cell"] {
|
|
2426
2585
|
padding-top: 1.25em;
|
|
2427
2586
|
padding-bottom: 1.25em;
|
|
2428
2587
|
}
|
|
2429
|
-
&[role=rowheader],
|
|
2588
|
+
&[role="rowheader"],
|
|
2589
|
+
&[role="row"] {
|
|
2430
2590
|
padding: 0;
|
|
2431
2591
|
margin: 0;
|
|
2432
2592
|
> div {
|
|
2433
2593
|
padding-right: 12px;
|
|
2434
2594
|
&:first-child {
|
|
2435
2595
|
padding-left: 0;
|
|
2436
|
-
}
|
|
2596
|
+
}
|
|
2437
2597
|
&:last-child {
|
|
2438
2598
|
padding-right: 0;
|
|
2439
2599
|
}
|
|
2440
2600
|
}
|
|
2441
2601
|
}
|
|
2442
|
-
&[role=rowheader] > div[role=group] > div[role=cell],
|
|
2602
|
+
&[role="rowheader"] > div[role="group"] > div[role="cell"],
|
|
2603
|
+
&[role="row"]
|
|
2604
|
+
> div[role="cellgroup"]
|
|
2605
|
+
> div[role="rowgroup"]
|
|
2606
|
+
> div[role="cell"] {
|
|
2443
2607
|
padding-right: 12px;
|
|
2444
2608
|
&:last-child {
|
|
2445
|
-
|
|
2446
2609
|
}
|
|
2447
2610
|
}
|
|
2448
|
-
&[role=rowheader] {
|
|
2611
|
+
&[role="rowheader"] {
|
|
2449
2612
|
border: none;
|
|
2450
2613
|
}
|
|
2451
|
-
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
2452
|
-
._refCollapse > div,
|
|
2614
|
+
&[role="row"] > div[role="cellgroup"] > div[role="rowgroup"],
|
|
2615
|
+
._refCollapse > div,
|
|
2616
|
+
._refCollapseContainer > div {
|
|
2453
2617
|
padding-bottom: 0;
|
|
2454
2618
|
padding-top: 0;
|
|
2455
|
-
&:nth-child(n+2) {
|
|
2619
|
+
&:nth-child(n + 2) {
|
|
2456
2620
|
padding-top: 0;
|
|
2457
2621
|
}
|
|
2458
2622
|
&:last-child {
|
|
@@ -2463,11 +2627,12 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2463
2627
|
margin-bottom: 0;
|
|
2464
2628
|
}
|
|
2465
2629
|
@media only screen and (min-width: 1024px) {
|
|
2466
|
-
&[role=rowheader],
|
|
2630
|
+
&[role="rowheader"],
|
|
2631
|
+
&[role="row"] {
|
|
2467
2632
|
> div {
|
|
2468
2633
|
&:first-child {
|
|
2469
2634
|
padding-left: 9px;
|
|
2470
|
-
}
|
|
2635
|
+
}
|
|
2471
2636
|
&:last-child {
|
|
2472
2637
|
padding-right: 9px;
|
|
2473
2638
|
}
|
|
@@ -2479,7 +2644,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2479
2644
|
justify-content: inherit;
|
|
2480
2645
|
}
|
|
2481
2646
|
}
|
|
2482
|
-
`},Gr=m.default.main`
|
|
2647
|
+
`},Gr=m.default.main`
|
|
2483
2648
|
position: relative;
|
|
2484
2649
|
width: 100%;
|
|
2485
2650
|
overflow-x: auto;
|
|
@@ -2491,18 +2656,19 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2491
2656
|
display: inline-grid;
|
|
2492
2657
|
grid-gap: 12px;
|
|
2493
2658
|
align-items: start;
|
|
2494
|
-
&[role=rowheader] > div[role=group],
|
|
2495
|
-
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
2496
|
-
._refCollapse > div:not(._refCollapseContainer),
|
|
2659
|
+
&[role="rowheader"] > div[role="group"],
|
|
2660
|
+
&[role="row"] > div[role="cellgroup"] > div[role="rowgroup"],
|
|
2661
|
+
._refCollapse > div:not(._refCollapseContainer),
|
|
2497
2662
|
._refCollapseContainer > div {
|
|
2498
2663
|
display: grid;
|
|
2499
2664
|
align-items: start;
|
|
2500
2665
|
grid-gap: 12px;
|
|
2501
2666
|
}
|
|
2502
|
-
&[role=rowheader],
|
|
2667
|
+
&[role="rowheader"],
|
|
2668
|
+
&:nth-child(2) {
|
|
2503
2669
|
border-top: 0;
|
|
2504
2670
|
}
|
|
2505
|
-
&[role=rowheader] {
|
|
2671
|
+
&[role="rowheader"] {
|
|
2506
2672
|
padding: 1em 0 1em 0;
|
|
2507
2673
|
border-bottom: 1px solid #e8e8ec;
|
|
2508
2674
|
color: var(--mt-clr);
|
|
@@ -2510,29 +2676,29 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2510
2676
|
cursor: pointer;
|
|
2511
2677
|
line-height: 1;
|
|
2512
2678
|
font-weight: 600;
|
|
2513
|
-
font-size: .875rem;
|
|
2679
|
+
font-size: 0.875rem;
|
|
2514
2680
|
}
|
|
2515
|
-
&[role=row] {
|
|
2681
|
+
&[role="row"] {
|
|
2516
2682
|
padding: 1.25em 0 1.25em 0;
|
|
2517
2683
|
}
|
|
2518
|
-
&[role=row] > div[role=cellgroup] > div[role=rowgroup],
|
|
2519
|
-
._refCollapse > div,
|
|
2684
|
+
&[role="row"] > div[role="cellgroup"] > div[role="rowgroup"],
|
|
2685
|
+
._refCollapse > div,
|
|
2520
2686
|
._refCollapseContainer > div {
|
|
2521
|
-
&:nth-child(n+2) {
|
|
2522
|
-
border-top: 1px solid rgba(227, 227, 227, .7);
|
|
2687
|
+
&:nth-child(n + 2) {
|
|
2688
|
+
border-top: 1px solid rgba(227, 227, 227, 0.7);
|
|
2523
2689
|
padding-top: 16px;
|
|
2524
2690
|
}
|
|
2525
2691
|
}
|
|
2526
2692
|
._refCollapseContainer {
|
|
2527
2693
|
padding-bottom: 0;
|
|
2528
2694
|
}
|
|
2529
|
-
input[name=checkbox-selectAll]
|
|
2530
|
-
& + span {
|
|
2531
|
-
top: 50%;
|
|
2695
|
+
input[name="checkbox-selectAll"] {
|
|
2696
|
+
& + span {
|
|
2697
|
+
top: 50%;
|
|
2532
2698
|
}
|
|
2533
2699
|
}
|
|
2534
|
-
input[name=checkbox-list]{
|
|
2535
|
-
& + span {
|
|
2700
|
+
input[name="checkbox-list"] {
|
|
2701
|
+
& + span {
|
|
2536
2702
|
top: 0;
|
|
2537
2703
|
}
|
|
2538
2704
|
}
|
|
@@ -2543,10 +2709,10 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2543
2709
|
}
|
|
2544
2710
|
@media only screen and (min-width: 1024px) {
|
|
2545
2711
|
${Wr} {
|
|
2546
|
-
&[role=rowheader],
|
|
2547
|
-
&[role=row] {
|
|
2712
|
+
&[role="rowheader"],
|
|
2713
|
+
&[role="row"] {
|
|
2548
2714
|
margin: 0 10px;
|
|
2549
|
-
padding-left: 9px;
|
|
2715
|
+
padding-left: 9px;
|
|
2550
2716
|
padding-right: 9px;
|
|
2551
2717
|
}
|
|
2552
2718
|
}
|
|
@@ -2565,22 +2731,24 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2565
2731
|
margin-top: 6px;
|
|
2566
2732
|
}
|
|
2567
2733
|
input {
|
|
2568
|
-
&,
|
|
2734
|
+
&,
|
|
2735
|
+
&:focus,
|
|
2736
|
+
&:active {
|
|
2569
2737
|
border: none !important;
|
|
2570
2738
|
background: transparent;
|
|
2571
2739
|
cursor: pointer;
|
|
2572
2740
|
}
|
|
2573
2741
|
}
|
|
2574
|
-
`,Kr=m.default.div`
|
|
2575
|
-
padding: 1em 1em .8em;
|
|
2742
|
+
`,Kr=m.default.div`
|
|
2743
|
+
padding: 1em 1em 0.8em;
|
|
2576
2744
|
display: grid;
|
|
2577
2745
|
grid-auto-flow: column;
|
|
2578
2746
|
justify-content: space-between;
|
|
2579
2747
|
border-bottom: 1px solid var(--sec-clr-ln);
|
|
2580
|
-
i {
|
|
2581
|
-
font-style: normal;
|
|
2748
|
+
i {
|
|
2749
|
+
font-style: normal;
|
|
2582
2750
|
}
|
|
2583
|
-
`,Jr=m.default.ul`
|
|
2751
|
+
`,Jr=m.default.ul`
|
|
2584
2752
|
${Ke}
|
|
2585
2753
|
max-height: 44vh;
|
|
2586
2754
|
overflow: auto;
|
|
@@ -2596,10 +2764,10 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2596
2764
|
@media only screen and (min-width: 1366px) {
|
|
2597
2765
|
max-height: 50vh;
|
|
2598
2766
|
}
|
|
2599
|
-
`,$r=m.default.li`
|
|
2767
|
+
`,$r=m.default.li`
|
|
2600
2768
|
display: inline-grid;
|
|
2601
2769
|
width: 100%;
|
|
2602
|
-
grid-gap: 10px;
|
|
2770
|
+
grid-gap: 10px;
|
|
2603
2771
|
min-height: 48px;
|
|
2604
2772
|
grid-auto-flow: row;
|
|
2605
2773
|
cursor: pointer;
|
|
@@ -2608,97 +2776,98 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2608
2776
|
grid-auto-flow: column;
|
|
2609
2777
|
grid-template-columns: 100px auto;
|
|
2610
2778
|
}
|
|
2611
|
-
&[data-disabled="true"]{
|
|
2779
|
+
&[data-disabled="true"] {
|
|
2612
2780
|
color: rgb(169, 169, 169);
|
|
2613
2781
|
opacity: 0.7;
|
|
2614
2782
|
pointer-events: none;
|
|
2615
2783
|
}
|
|
2616
2784
|
${({$mode:e})=>!e&&t.css`
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2785
|
+
padding: 8px 0.5em;
|
|
2786
|
+
&:first-child {
|
|
2787
|
+
padding-top: 4px;
|
|
2788
|
+
}
|
|
2789
|
+
&:last-child {
|
|
2790
|
+
padding-bottom: 4px;
|
|
2791
|
+
}
|
|
2792
|
+
`}
|
|
2625
2793
|
${({$mode:e})=>e&&t.css`
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
display: block;
|
|
2632
|
-
min-height: auto;
|
|
2633
|
-
border-radius: var(--nav-rd);
|
|
2634
|
-
&:hover {
|
|
2635
|
-
background-color: var(--nav-clr-bg__hvr);
|
|
2636
|
-
border-radius: var(--nav-rd);
|
|
2637
|
-
}
|
|
2638
|
-
&:last-child {
|
|
2639
|
-
margin-bottom: 0;
|
|
2640
|
-
}
|
|
2641
|
-
> label, > span {
|
|
2642
|
-
cursor: pointer;
|
|
2643
|
-
text-transform: capitalize;
|
|
2644
|
-
width: 100%;
|
|
2645
|
-
max-width: 218px;
|
|
2646
|
-
overflow: hidden;
|
|
2647
|
-
text-overflow: ellipsis;
|
|
2648
|
-
white-space: nowrap;
|
|
2794
|
+
margin-bottom: 4px;
|
|
2795
|
+
color: var(--pri-clr);
|
|
2796
|
+
line-height: 20px;
|
|
2797
|
+
align-items: center;
|
|
2798
|
+
padding: 0.5rem 0.75rem;
|
|
2649
2799
|
display: block;
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
padding: .5rem 1.5rem .5rem .75rem;
|
|
2656
|
-
}
|
|
2800
|
+
min-height: auto;
|
|
2801
|
+
border-radius: var(--nav-rd);
|
|
2802
|
+
&:hover {
|
|
2803
|
+
background-color: var(--nav-clr-bg__hvr);
|
|
2804
|
+
border-radius: var(--nav-rd);
|
|
2657
2805
|
}
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2806
|
+
&:last-child {
|
|
2807
|
+
margin-bottom: 0;
|
|
2808
|
+
}
|
|
2809
|
+
> label,
|
|
2810
|
+
> span {
|
|
2811
|
+
cursor: pointer;
|
|
2812
|
+
text-transform: capitalize;
|
|
2813
|
+
width: 100%;
|
|
2814
|
+
max-width: 218px;
|
|
2815
|
+
overflow: hidden;
|
|
2816
|
+
text-overflow: ellipsis;
|
|
2817
|
+
white-space: nowrap;
|
|
2818
|
+
display: block;
|
|
2819
|
+
}
|
|
2820
|
+
${"categories"===e&&t.css`
|
|
2821
|
+
padding: 0 !important;
|
|
2822
|
+
> label {
|
|
2823
|
+
&:last-child {
|
|
2824
|
+
padding: 0.5rem 1.5rem 0.5rem 0.75rem;
|
|
2825
|
+
}
|
|
2826
|
+
}
|
|
2827
|
+
`}
|
|
2828
|
+
`}
|
|
2829
|
+
${({$mode:e})=>"categories"===e&&t.css``}
|
|
2663
2830
|
${({$mode:e,$isReply:r})=>e&&r&&t.css`
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2831
|
+
padding-right: 1.825rem !important;
|
|
2832
|
+
._refReplyIcon {
|
|
2833
|
+
right: 12px;
|
|
2834
|
+
top: 50%;
|
|
2835
|
+
transform: translateY(-50%);
|
|
2836
|
+
}
|
|
2837
|
+
`}
|
|
2671
2838
|
${({$mode:e,$isActive:r})=>e&&r&&t.css`
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2839
|
+
background-color: var(--nav-clr-bg__hvr);
|
|
2840
|
+
padding-right: 1.75em;
|
|
2841
|
+
&,
|
|
2842
|
+
> label,
|
|
2843
|
+
> span {
|
|
2844
|
+
font-weight: 500;
|
|
2845
|
+
}
|
|
2846
|
+
&:after {
|
|
2847
|
+
content: "✔";
|
|
2848
|
+
position: absolute;
|
|
2849
|
+
top: 50%;
|
|
2850
|
+
transform: translateY(-50%);
|
|
2851
|
+
right: 7px;
|
|
2852
|
+
bottom: 0;
|
|
2853
|
+
width: 12px;
|
|
2854
|
+
height: 20px;
|
|
2855
|
+
z-index: -1;
|
|
2856
|
+
}
|
|
2857
|
+
._refReplyIcon {
|
|
2858
|
+
right: 22px;
|
|
2859
|
+
}
|
|
2860
|
+
`}
|
|
2861
|
+
`,_r=m.default.div`
|
|
2862
|
+
padding: 0.8em 1em 1em;
|
|
2694
2863
|
display: grid;
|
|
2695
2864
|
grid-auto-flow: column;
|
|
2696
2865
|
justify-content: end;
|
|
2697
2866
|
grid-gap: 4px;
|
|
2698
2867
|
border-top: 1px solid var(--sec-clr-ln);
|
|
2699
|
-
`,ei=m.default.ul`
|
|
2868
|
+
`,ei=m.default.ul`
|
|
2700
2869
|
${Ke}
|
|
2701
|
-
`,ti=m.default.li`
|
|
2870
|
+
`,ti=m.default.li`
|
|
2702
2871
|
&._refCheckbox {
|
|
2703
2872
|
display: block;
|
|
2704
2873
|
float: left;
|
|
@@ -2706,7 +2875,8 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2706
2875
|
margin-bottom: 8px;
|
|
2707
2876
|
> label {
|
|
2708
2877
|
padding-left: 0 !important;
|
|
2709
|
-
input,
|
|
2878
|
+
input,
|
|
2879
|
+
span {
|
|
2710
2880
|
display: none !important;
|
|
2711
2881
|
}
|
|
2712
2882
|
aside {
|
|
@@ -2716,7 +2886,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2716
2886
|
cursor: pointer;
|
|
2717
2887
|
font-size: 13px;
|
|
2718
2888
|
}
|
|
2719
|
-
input:checked~aside {
|
|
2889
|
+
input:checked ~ aside {
|
|
2720
2890
|
border: 1px solid var(--sel-clr-ln);
|
|
2721
2891
|
outline: 1px solid var(--sel-clr-ln);
|
|
2722
2892
|
color: var(--ter-clr);
|
|
@@ -2746,10 +2916,10 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2746
2916
|
border-radius: var(--sec-rd);
|
|
2747
2917
|
}
|
|
2748
2918
|
}
|
|
2749
|
-
`,ri=m.default.strong`
|
|
2919
|
+
`,ri=m.default.strong`
|
|
2750
2920
|
padding-top: 8px;
|
|
2751
2921
|
font-size: 13px;
|
|
2752
|
-
`,ii=m.default.div`
|
|
2922
|
+
`,ii=m.default.div`
|
|
2753
2923
|
display: grid;
|
|
2754
2924
|
grid-auto-flow: column;
|
|
2755
2925
|
grid-template-columns: 1fr auto;
|
|
@@ -2767,39 +2937,39 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2767
2937
|
padding: 0px 4px;
|
|
2768
2938
|
border-radius: var(--ter-rd);
|
|
2769
2939
|
${({$mode:e})=>"chat"===e&&t.css`
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2940
|
+
position: absolute;
|
|
2941
|
+
z-index: 8;
|
|
2942
|
+
left: 18px;
|
|
2943
|
+
top: 0;
|
|
2944
|
+
padding: 0.2em 0.3em;
|
|
2945
|
+
font-weight: bold;
|
|
2946
|
+
font-size: 10px;
|
|
2947
|
+
min-width: 16px;
|
|
2948
|
+
height: 16px;
|
|
2949
|
+
`}
|
|
2780
2950
|
${({$mode:e})=>("list"===e||"header"===e)&&t.css`
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2951
|
+
position: absolute;
|
|
2952
|
+
top: 0;
|
|
2953
|
+
left: 0;
|
|
2954
|
+
transform: scale(1) translate(-50%, -50%);
|
|
2955
|
+
transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
2956
|
+
transform-origin: 100% 0%;
|
|
2957
|
+
${"header"===e&&t.css`
|
|
2958
|
+
left: unset;
|
|
2959
|
+
right: 0;
|
|
2960
|
+
z-index: 99;
|
|
2961
|
+
transform: scale(1) translate(50%, -50%);
|
|
2962
|
+
`}
|
|
2792
2963
|
`}
|
|
2793
|
-
`}
|
|
2794
2964
|
${({$width:e})=>e&&t.css`
|
|
2795
|
-
|
|
2796
|
-
|
|
2965
|
+
min-width: ${e}px;
|
|
2966
|
+
`}
|
|
2797
2967
|
${({$height:e})=>e&&t.css`
|
|
2798
|
-
|
|
2799
|
-
|
|
2968
|
+
height: ${e}px;
|
|
2969
|
+
`}
|
|
2800
2970
|
${({$size:e})=>e&&t.css`
|
|
2801
|
-
|
|
2802
|
-
|
|
2971
|
+
font-size: ${e}px;
|
|
2972
|
+
`}
|
|
2803
2973
|
`,ai=m.default.section`
|
|
2804
2974
|
justify-self: end;
|
|
2805
2975
|
margin-top: 10px;
|
|
@@ -2836,24 +3006,24 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2836
3006
|
color: var(--mt-clr);
|
|
2837
3007
|
`,di=m.default.div`
|
|
2838
3008
|
${({$mode:e})=>("empty"===e||"empty-invoice"===e)&&t.css`
|
|
2839
|
-
|
|
2840
|
-
|
|
3009
|
+
${si}
|
|
3010
|
+
`}
|
|
2841
3011
|
|
|
2842
3012
|
${({$mode:e})=>"empty-invoice"===e&&t.css`
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
3013
|
+
> div {
|
|
3014
|
+
display: grid;
|
|
3015
|
+
align-content: center;
|
|
3016
|
+
grid-gap: 4px;
|
|
3017
|
+
margin: 0 16px;
|
|
3018
|
+
}
|
|
3019
|
+
`}
|
|
2850
3020
|
|
|
2851
3021
|
${({$mode:e})=>!e&&t.css`
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
3022
|
+
width: 958px;
|
|
3023
|
+
@media only screen and (min-width: 1024px) {
|
|
3024
|
+
width: unset;
|
|
3025
|
+
}
|
|
3026
|
+
`}
|
|
2857
3027
|
`,Ci=m.default.ul`
|
|
2858
3028
|
${Ke}
|
|
2859
3029
|
${({$mode:e})=>{let t="";return"shipment"===e?t+=`\n ${gi} {\n ${xi} { \n grid-template-columns: var(--status) var(--warehouse) minmax(80px, 160px) minmax(80px, 160px) minmax(95px, 200px); \n }\n }\n `:"picklist"===e?t+=`\n ${gi} {\n ${xi} { \n grid-template-columns: var(--status) var(--warehouse) var(--person); \n }\n }\n `:"invoice"===e?t+=`\n ${gi} {\n ${xi} { \n grid-template-columns: var(--status) var(--price); \n }\n }\n `:"payment"===e?t+=` \n ${gi} {\n ${xi} { \n grid-template-columns: var(--status) var(--ref-big) var(--price) auto; \n }\n > article:first-child {\n > span { \n position: relative; }\n }\n }\n `:"promotion"===e?t+=`\n ${gi} {\n grid-template-columns: auto;\n padding-left: 18px;\n ${xi} { \n grid-template-columns: minmax(95px, 150px) var(--store) var(--ref-big) minmax(180px, 300px) var(--status-small) minmax(50px, 88px); \n }\n }\n `:"return"===e&&(t+=`\n ${gi} {\n ${xi} { \n grid-template-columns: var(--status) var(--warehouse) var(--qty) var(--qty); \n }\n `),t}}
|
|
@@ -2864,8 +3034,8 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2864
3034
|
padding-right: 10px;
|
|
2865
3035
|
grid-gap: 6px;
|
|
2866
3036
|
align-self: baseline;
|
|
2867
|
-
a,
|
|
2868
|
-
div,
|
|
3037
|
+
a,
|
|
3038
|
+
div,
|
|
2869
3039
|
span {
|
|
2870
3040
|
font-size: 16px;
|
|
2871
3041
|
font-weight: 600;
|
|
@@ -2878,16 +3048,16 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2878
3048
|
overflow-wrap: break-word;
|
|
2879
3049
|
}
|
|
2880
3050
|
@media only screen and (min-width: 768px) {
|
|
2881
|
-
a,
|
|
2882
|
-
div,
|
|
3051
|
+
a,
|
|
3052
|
+
div,
|
|
2883
3053
|
span {
|
|
2884
3054
|
svg {
|
|
2885
3055
|
display: inline;
|
|
2886
3056
|
margin-left: 10px;
|
|
2887
3057
|
}
|
|
2888
3058
|
}
|
|
2889
|
-
span {
|
|
2890
|
-
font-size: 14px;
|
|
3059
|
+
span {
|
|
3060
|
+
font-size: 14px;
|
|
2891
3061
|
}
|
|
2892
3062
|
}
|
|
2893
3063
|
`,pi=m.default.article`
|
|
@@ -2897,7 +3067,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2897
3067
|
justify-items: center;
|
|
2898
3068
|
justify-content: center;
|
|
2899
3069
|
align-self: center;
|
|
2900
|
-
`,hi=m.default.article`
|
|
3070
|
+
`,hi=m.default.article`
|
|
2901
3071
|
display: grid;
|
|
2902
3072
|
grid-gap: 4px;
|
|
2903
3073
|
> span > span {
|
|
@@ -2918,8 +3088,8 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2918
3088
|
min-height: 70px;
|
|
2919
3089
|
&:not(:only-child) {
|
|
2920
3090
|
border-bottom: 2px solid #f5f5f5;
|
|
2921
|
-
&:last-child {
|
|
2922
|
-
border-bottom: 0;
|
|
3091
|
+
&:last-child {
|
|
3092
|
+
border-bottom: 0;
|
|
2923
3093
|
}
|
|
2924
3094
|
}
|
|
2925
3095
|
${hi} {
|
|
@@ -2930,8 +3100,8 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2930
3100
|
display: grid;
|
|
2931
3101
|
grid-auto-flow: column;
|
|
2932
3102
|
align-self: center;
|
|
2933
|
-
> article {
|
|
2934
|
-
padding: 0 5px;
|
|
3103
|
+
> article {
|
|
3104
|
+
padding: 0 5px;
|
|
2935
3105
|
}
|
|
2936
3106
|
@media only screen and (min-width: 1366px) {
|
|
2937
3107
|
grid-gap: 5px;
|
|
@@ -2942,7 +3112,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2942
3112
|
padding-right: 9px !important;
|
|
2943
3113
|
@media only screen and (min-width: 1024px) {
|
|
2944
3114
|
> section {
|
|
2945
|
-
margin: 0 10px;
|
|
3115
|
+
margin: 0 10px;
|
|
2946
3116
|
}
|
|
2947
3117
|
}
|
|
2948
3118
|
`,ui=m.default.article`
|
|
@@ -2952,7 +3122,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2952
3122
|
grid-gap: 16px;
|
|
2953
3123
|
border-bottom: 1px solid var(--pri-clr-ln);
|
|
2954
3124
|
&:last-child {
|
|
2955
|
-
padding-top: .5em;
|
|
3125
|
+
padding-top: 0.5em;
|
|
2956
3126
|
border-bottom: none;
|
|
2957
3127
|
}
|
|
2958
3128
|
> button {
|
|
@@ -2964,7 +3134,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2964
3134
|
grid-auto-flow: row;
|
|
2965
3135
|
grid-gap: 1.2em;
|
|
2966
3136
|
@media only screen and (min-width: 768px) {
|
|
2967
|
-
grid-template-columns: 1.25fr .75fr;
|
|
3137
|
+
grid-template-columns: 1.25fr 0.75fr;
|
|
2968
3138
|
}
|
|
2969
3139
|
`,wi=m.default.section`
|
|
2970
3140
|
height: 100vh;
|
|
@@ -2985,8 +3155,8 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
2985
3155
|
grid-template-columns: max-content 1fr;
|
|
2986
3156
|
grid-gap: 10px;
|
|
2987
3157
|
align-items: center;
|
|
2988
|
-
label {
|
|
2989
|
-
font-weight: 600;
|
|
3158
|
+
label {
|
|
3159
|
+
font-weight: 600;
|
|
2990
3160
|
}
|
|
2991
3161
|
}
|
|
2992
3162
|
aside {
|
|
@@ -3012,21 +3182,21 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3012
3182
|
}
|
|
3013
3183
|
}
|
|
3014
3184
|
${({$mode:e})=>"edit-master"===e&&t.css`
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3185
|
+
aside {
|
|
3186
|
+
grid-template-rows: none;
|
|
3187
|
+
}
|
|
3188
|
+
`}
|
|
3019
3189
|
`,Fi=m.default.article`
|
|
3020
3190
|
padding: 20px 15px;
|
|
3021
|
-
margin: .5em 0;
|
|
3191
|
+
margin: 0.5em 0;
|
|
3022
3192
|
> section {
|
|
3023
3193
|
display: inline-grid;
|
|
3024
3194
|
width: 100%;
|
|
3025
3195
|
grid-auto-flow: row;
|
|
3026
3196
|
grid-gap: 10px 12px;
|
|
3027
|
-
&:first-child {
|
|
3197
|
+
&:first-child {
|
|
3028
3198
|
padding-bottom: 20px;
|
|
3029
|
-
margin-bottom: 20px;
|
|
3199
|
+
margin-bottom: 20px;
|
|
3030
3200
|
border-bottom: 1px solid var(--ter-clr-ln);
|
|
3031
3201
|
}
|
|
3032
3202
|
&:last-child {
|
|
@@ -3037,10 +3207,10 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3037
3207
|
}
|
|
3038
3208
|
@media only screen and (min-width: 768px) {
|
|
3039
3209
|
padding: 20px 30px;
|
|
3040
|
-
grid-template-columns: repeat(2,1fr);
|
|
3210
|
+
grid-template-columns: repeat(2, 1fr);
|
|
3041
3211
|
}
|
|
3042
|
-
${({$mode:e,$type:r})=>"promotion"===e?t.css`
|
|
3043
|
-
margin: .5em 0;
|
|
3212
|
+
${({$mode:e,$type:r})=>"promotion"===e?t.css`
|
|
3213
|
+
margin: 0.5em 0;
|
|
3044
3214
|
> section {
|
|
3045
3215
|
&:last-child {
|
|
3046
3216
|
> article:last-child {
|
|
@@ -3050,14 +3220,14 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3050
3220
|
grid-auto-flow: column;
|
|
3051
3221
|
grid-template-columns: max-content;
|
|
3052
3222
|
grid-gap: 10px;
|
|
3053
|
-
button {
|
|
3054
|
-
width: 130px;
|
|
3223
|
+
button {
|
|
3224
|
+
width: 130px;
|
|
3055
3225
|
}
|
|
3056
3226
|
}
|
|
3057
3227
|
}
|
|
3058
3228
|
}
|
|
3059
3229
|
@media only screen and (min-width: 1024px) {
|
|
3060
|
-
grid-template-columns: repeat(3,290px);
|
|
3230
|
+
grid-template-columns: repeat(3, 290px);
|
|
3061
3231
|
> article:nth-child(3) {
|
|
3062
3232
|
grid-area: 2 / 1;
|
|
3063
3233
|
}
|
|
@@ -3068,24 +3238,24 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3068
3238
|
grid-area: 2 / 3;
|
|
3069
3239
|
}
|
|
3070
3240
|
}
|
|
3071
|
-
@media only screen and (min-width: 1366px) {
|
|
3072
|
-
grid-template-columns: repeat(3,320px);
|
|
3241
|
+
@media only screen and (min-width: 1366px) {
|
|
3242
|
+
grid-template-columns: repeat(3, 320px);
|
|
3073
3243
|
}
|
|
3074
3244
|
}
|
|
3075
|
-
`:"paymentreceive"===e?t.css`
|
|
3245
|
+
`:"paymentreceive"===e?t.css`
|
|
3076
3246
|
> section {
|
|
3077
3247
|
@media only screen and (min-width: 1024px) {
|
|
3078
3248
|
grid-auto-flow: column;
|
|
3079
|
-
grid-template-columns: repeat(3,290px);
|
|
3249
|
+
grid-template-columns: repeat(3, 290px);
|
|
3080
3250
|
}
|
|
3081
|
-
@media only screen and (min-width: 1366px) {
|
|
3082
|
-
grid-template-columns: repeat(3,320px);
|
|
3251
|
+
@media only screen and (min-width: 1366px) {
|
|
3252
|
+
grid-template-columns: repeat(3, 320px);
|
|
3083
3253
|
}
|
|
3084
3254
|
}
|
|
3085
|
-
`:"picklist"===e?t.css`
|
|
3255
|
+
`:"picklist"===e?t.css`
|
|
3086
3256
|
> section {
|
|
3087
3257
|
@media only screen and (min-width: 1024px) {
|
|
3088
|
-
grid-template-areas:
|
|
3258
|
+
grid-template-areas:
|
|
3089
3259
|
"a b e e"
|
|
3090
3260
|
"c d . .";
|
|
3091
3261
|
grid-template-columns: 290px 290px 360px;
|
|
@@ -3104,7 +3274,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3104
3274
|
}
|
|
3105
3275
|
&:nth-child(5) {
|
|
3106
3276
|
grid-area: e;
|
|
3107
|
-
position: relative;
|
|
3277
|
+
position: relative;
|
|
3108
3278
|
> div {
|
|
3109
3279
|
width: 360px;
|
|
3110
3280
|
position: absolute;
|
|
@@ -3112,7 +3282,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3112
3282
|
}
|
|
3113
3283
|
}
|
|
3114
3284
|
}
|
|
3115
|
-
@media only screen and (min-width: 1366px) {
|
|
3285
|
+
@media only screen and (min-width: 1366px) {
|
|
3116
3286
|
grid-template-columns: 320px 320px 400px;
|
|
3117
3287
|
> article {
|
|
3118
3288
|
&:nth-child(5) {
|
|
@@ -3123,16 +3293,16 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3123
3293
|
}
|
|
3124
3294
|
}
|
|
3125
3295
|
}
|
|
3126
|
-
`:"stock"===e?t.css`
|
|
3296
|
+
`:"stock"===e?t.css`
|
|
3127
3297
|
> section {
|
|
3128
3298
|
@media only screen and (min-width: 1024px) {
|
|
3129
3299
|
grid-template-columns: ${"transfer"===r?"repeat(4,290px)":"price"===r?"repeat(2,290px)":"repeat(3,290px)"};
|
|
3130
3300
|
}
|
|
3131
|
-
@media only screen and (min-width: 1366px) {
|
|
3301
|
+
@media only screen and (min-width: 1366px) {
|
|
3132
3302
|
grid-template-columns: ${"transfer"===r?"repeat(4,320px)":"price"===r?"repeat(2,320px)":"repeat(3,320px)"};
|
|
3133
3303
|
}
|
|
3134
3304
|
}
|
|
3135
|
-
`:void 0}
|
|
3305
|
+
`:void 0}
|
|
3136
3306
|
`,yi=m.default.section`
|
|
3137
3307
|
position: relative;
|
|
3138
3308
|
`,Ai=m.default.aside`
|
|
@@ -3172,7 +3342,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3172
3342
|
}
|
|
3173
3343
|
i:first-child {
|
|
3174
3344
|
position: absolute;
|
|
3175
|
-
top: .75em;
|
|
3345
|
+
top: 0.75em;
|
|
3176
3346
|
left: 1.75em;
|
|
3177
3347
|
pointer-events: none;
|
|
3178
3348
|
z-index: 1;
|
|
@@ -3187,11 +3357,11 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3187
3357
|
padding: 1em 120px;
|
|
3188
3358
|
}
|
|
3189
3359
|
${({$mode:e})=>"mass-payment"===e&&t.css`
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3360
|
+
margin: 0;
|
|
3361
|
+
@media only screen and (min-width: 768px) {
|
|
3362
|
+
padding: 1em 24px;
|
|
3363
|
+
}
|
|
3364
|
+
`}
|
|
3195
3365
|
`,Oi=m.default.article`
|
|
3196
3366
|
display: grid;
|
|
3197
3367
|
grid-auto-flow: row;
|
|
@@ -3208,13 +3378,13 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3208
3378
|
top: 0px;
|
|
3209
3379
|
right: 0px;
|
|
3210
3380
|
background-color: var(--ov-clr-bg);
|
|
3211
|
-
`,Mi=m.default.ul`
|
|
3381
|
+
`,Mi=m.default.ul`
|
|
3212
3382
|
${Ke}
|
|
3213
|
-
position: fixed;
|
|
3383
|
+
position: fixed;
|
|
3214
3384
|
overflow: auto;
|
|
3215
3385
|
height: calc(100vh - 48px);
|
|
3216
3386
|
width: 187px;
|
|
3217
|
-
padding: .5rem .5rem 0;
|
|
3387
|
+
padding: 0.5rem 0.5rem 0;
|
|
3218
3388
|
@media only screen and (min-width: 768px) {
|
|
3219
3389
|
width: 45%;
|
|
3220
3390
|
}
|
|
@@ -3227,7 +3397,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3227
3397
|
@media only screen and (max-width: 767px) {
|
|
3228
3398
|
width: 80%;
|
|
3229
3399
|
}
|
|
3230
|
-
`,zi=m.default.div`
|
|
3400
|
+
`,zi=m.default.div`
|
|
3231
3401
|
display: none;
|
|
3232
3402
|
grid-template-columns: auto 15px;
|
|
3233
3403
|
margin-bottom: 15px;
|
|
@@ -3238,11 +3408,11 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3238
3408
|
display: none;
|
|
3239
3409
|
background-color: var(--pri-clr-bg);
|
|
3240
3410
|
@keyframes navleftslide {
|
|
3241
|
-
0% {
|
|
3242
|
-
left: -150px;
|
|
3411
|
+
0% {
|
|
3412
|
+
left: -150px;
|
|
3243
3413
|
}
|
|
3244
|
-
100% {
|
|
3245
|
-
left: 0px;
|
|
3414
|
+
100% {
|
|
3415
|
+
left: 0px;
|
|
3246
3416
|
}
|
|
3247
3417
|
}
|
|
3248
3418
|
@media only screen and (min-width: 1280px) {
|
|
@@ -3255,7 +3425,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3255
3425
|
&.mobile-shown {
|
|
3256
3426
|
top: 0px;
|
|
3257
3427
|
display: block;
|
|
3258
|
-
position: fixed;
|
|
3428
|
+
position: fixed;
|
|
3259
3429
|
z-index: 11;
|
|
3260
3430
|
${Li} {
|
|
3261
3431
|
display: block;
|
|
@@ -3264,7 +3434,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3264
3434
|
display: grid;
|
|
3265
3435
|
}
|
|
3266
3436
|
${Mi} {
|
|
3267
|
-
animation: navleftslide .15s ease;
|
|
3437
|
+
animation: navleftslide 0.15s ease;
|
|
3268
3438
|
background: var(--pri-clr-bg);
|
|
3269
3439
|
height: 100%;
|
|
3270
3440
|
z-index: 102;
|
|
@@ -3273,22 +3443,22 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3273
3443
|
}
|
|
3274
3444
|
`,Pi=m.default.nav`
|
|
3275
3445
|
${Ii}
|
|
3276
|
-
`,Qi=m.default.li`
|
|
3446
|
+
`,Qi=m.default.li`
|
|
3277
3447
|
line-height: 1.25rem;
|
|
3278
3448
|
font-style: normal;
|
|
3279
3449
|
font-weight: 400;
|
|
3280
3450
|
color: var(--nav-clr);
|
|
3281
3451
|
position: relative;
|
|
3282
|
-
margin-bottom: .35rem;
|
|
3452
|
+
margin-bottom: 0.35rem;
|
|
3283
3453
|
._refCollapseNav {
|
|
3284
3454
|
cursor: pointer;
|
|
3285
3455
|
&.is-active {
|
|
3286
3456
|
font-weight: 500;
|
|
3287
|
-
color: rgba(28, 32, 36, 1)
|
|
3457
|
+
color: rgba(28, 32, 36, 1);
|
|
3288
3458
|
}
|
|
3289
3459
|
&::after {
|
|
3290
3460
|
position: absolute;
|
|
3291
|
-
content:
|
|
3461
|
+
content: "";
|
|
3292
3462
|
right: 10px;
|
|
3293
3463
|
top: 14px;
|
|
3294
3464
|
padding: 2px;
|
|
@@ -3300,16 +3470,17 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3300
3470
|
}
|
|
3301
3471
|
}
|
|
3302
3472
|
${({$activated:e})=>e&&t.css`
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
}
|
|
3307
|
-
> div > a {
|
|
3308
|
-
&, &:hover {
|
|
3309
|
-
color: var(--pri-clr-lnk__hvr) !important;
|
|
3473
|
+
> div {
|
|
3474
|
+
background-color: var(--nav-clr-bg__hvr);
|
|
3475
|
+
border-radius: var(--nav-rd);
|
|
3310
3476
|
}
|
|
3311
|
-
|
|
3312
|
-
|
|
3477
|
+
> div > a {
|
|
3478
|
+
&,
|
|
3479
|
+
&:hover {
|
|
3480
|
+
color: var(--pri-clr-lnk__hvr) !important;
|
|
3481
|
+
}
|
|
3482
|
+
}
|
|
3483
|
+
`}
|
|
3313
3484
|
`,Si=m.default.hr`
|
|
3314
3485
|
border-top: 1px solid var(--sec-clr-ln);
|
|
3315
3486
|
margin: 0;
|
|
@@ -3322,30 +3493,33 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3322
3493
|
margin-left: 1.5rem;
|
|
3323
3494
|
margin-top: 0;
|
|
3324
3495
|
margin-bottom: 4px;
|
|
3325
|
-
padding-top: .25rem;
|
|
3326
|
-
padding-bottom: .25rem;
|
|
3327
|
-
padding-left: .5rem;
|
|
3328
|
-
padding-right: .5rem;
|
|
3496
|
+
padding-top: 0.25rem;
|
|
3497
|
+
padding-bottom: 0.25rem;
|
|
3498
|
+
padding-left: 0.5rem;
|
|
3499
|
+
padding-right: 0.5rem;
|
|
3329
3500
|
font-weight: 400;
|
|
3330
3501
|
align-items: center;
|
|
3331
3502
|
height: auto;
|
|
3332
3503
|
min-height: 32px;
|
|
3333
|
-
> a,
|
|
3504
|
+
> a,
|
|
3505
|
+
> span {
|
|
3334
3506
|
color: var(--nav-clr);
|
|
3335
3507
|
}
|
|
3336
3508
|
&:hover {
|
|
3337
3509
|
background-color: var(--nav-clr-bg__hvr);
|
|
3338
3510
|
border-radius: var(--nav-rd);
|
|
3339
|
-
> a,
|
|
3340
|
-
|
|
3511
|
+
> a,
|
|
3512
|
+
> span {
|
|
3513
|
+
&,
|
|
3514
|
+
&:hover {
|
|
3341
3515
|
color: var(--nav-clr);
|
|
3342
|
-
}
|
|
3516
|
+
}
|
|
3343
3517
|
}
|
|
3344
3518
|
}
|
|
3345
3519
|
.counter > span {
|
|
3346
3520
|
font-size: 11px;
|
|
3347
3521
|
padding: 2px 4px;
|
|
3348
|
-
position: absolute;
|
|
3522
|
+
position: absolute;
|
|
3349
3523
|
background-color: var(--mt-clr-bg__fc);
|
|
3350
3524
|
border-radius: var(--ter-rd);
|
|
3351
3525
|
top: 50%;
|
|
@@ -3354,31 +3528,33 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3354
3528
|
transform: translateY(-50%);
|
|
3355
3529
|
}
|
|
3356
3530
|
${({$activated:e})=>e&&t.css`
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3531
|
+
background-color: var(--nav-clr-bg__hvr);
|
|
3532
|
+
border-radius: var(--nav-rd);
|
|
3533
|
+
> a,
|
|
3534
|
+
> span {
|
|
3535
|
+
&,
|
|
3536
|
+
&:hover {
|
|
3537
|
+
color: var(--pri-clr-lnk__hvr) !important;
|
|
3538
|
+
}
|
|
3362
3539
|
}
|
|
3363
|
-
}
|
|
3364
|
-
`}
|
|
3540
|
+
`}
|
|
3365
3541
|
${({$mode:e})=>"counter"===e&&t.css`
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
`,Hi=m.default.div`
|
|
3542
|
+
grid-template-columns: auto 20px;
|
|
3543
|
+
`}
|
|
3544
|
+
`,Hi=m.default.div`
|
|
3369
3545
|
display: grid;
|
|
3370
3546
|
grid-template-columns: 15px auto;
|
|
3371
|
-
grid-gap: .5rem;
|
|
3547
|
+
grid-gap: 0.5rem;
|
|
3372
3548
|
align-items: center;
|
|
3373
|
-
padding-top: .375rem;
|
|
3374
|
-
padding-bottom: .375rem;
|
|
3375
|
-
padding-left: .5rem;
|
|
3376
|
-
padding-right: .5rem;
|
|
3549
|
+
padding-top: 0.375rem;
|
|
3550
|
+
padding-bottom: 0.375rem;
|
|
3551
|
+
padding-left: 0.5rem;
|
|
3552
|
+
padding-right: 0.5rem;
|
|
3377
3553
|
&:hover {
|
|
3378
3554
|
background-color: var(--nav-clr-bg__hvr);
|
|
3379
3555
|
border-radius: var(--nav-rd);
|
|
3380
3556
|
> a {
|
|
3381
|
-
&,
|
|
3557
|
+
&,
|
|
3382
3558
|
&:hover {
|
|
3383
3559
|
color: var(--nav-clr);
|
|
3384
3560
|
}
|
|
@@ -3397,7 +3573,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3397
3573
|
margin-right: 2px;
|
|
3398
3574
|
&::after {
|
|
3399
3575
|
position: absolute;
|
|
3400
|
-
content:
|
|
3576
|
+
content: "";
|
|
3401
3577
|
right: 50%;
|
|
3402
3578
|
padding: 4px;
|
|
3403
3579
|
border-style: solid;
|
|
@@ -3408,7 +3584,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3408
3584
|
> :last-child {
|
|
3409
3585
|
&::after {
|
|
3410
3586
|
position: absolute;
|
|
3411
|
-
content:
|
|
3587
|
+
content: "";
|
|
3412
3588
|
left: 50%;
|
|
3413
3589
|
padding: 4px;
|
|
3414
3590
|
border-style: solid;
|
|
@@ -3424,7 +3600,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3424
3600
|
color: var(--sec-clr-lnk__hvr);
|
|
3425
3601
|
}
|
|
3426
3602
|
}
|
|
3427
|
-
`,qi=m.default.div`
|
|
3603
|
+
`,qi=m.default.div`
|
|
3428
3604
|
position: relative;
|
|
3429
3605
|
display: grid;
|
|
3430
3606
|
grid-auto-flow: dense;
|
|
@@ -3445,7 +3621,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3445
3621
|
padding-left: 0;
|
|
3446
3622
|
margin-left: 0;
|
|
3447
3623
|
}
|
|
3448
|
-
> section,
|
|
3624
|
+
> section,
|
|
3449
3625
|
> button {
|
|
3450
3626
|
margin: -8px -6px -7px -6px;
|
|
3451
3627
|
}
|
|
@@ -3463,7 +3639,7 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3463
3639
|
}
|
|
3464
3640
|
}
|
|
3465
3641
|
}
|
|
3466
|
-
> section,
|
|
3642
|
+
> section,
|
|
3467
3643
|
> article {
|
|
3468
3644
|
max-height: 20px;
|
|
3469
3645
|
align-items: center;
|
|
@@ -3478,23 +3654,23 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3478
3654
|
}
|
|
3479
3655
|
}
|
|
3480
3656
|
}
|
|
3481
|
-
}
|
|
3657
|
+
}
|
|
3482
3658
|
@media only screen and (min-width: 768px) {
|
|
3483
3659
|
grid-auto-flow: column;
|
|
3484
3660
|
grid-gap: 20px;
|
|
3485
3661
|
._refSelectedBulk {
|
|
3486
3662
|
display: none;
|
|
3487
3663
|
}
|
|
3488
|
-
> section,
|
|
3664
|
+
> section,
|
|
3489
3665
|
> article {
|
|
3490
3666
|
height: auto;
|
|
3491
3667
|
max-height: auto;
|
|
3492
|
-
font-size: .875rem;
|
|
3668
|
+
font-size: 0.875rem;
|
|
3493
3669
|
align-items: unset;
|
|
3494
3670
|
}
|
|
3495
3671
|
> article {
|
|
3496
|
-
&:nth-child(4),
|
|
3497
|
-
&:last-child,
|
|
3672
|
+
&:nth-child(4),
|
|
3673
|
+
&:last-child,
|
|
3498
3674
|
&:nth-child(4):last-child {
|
|
3499
3675
|
width: auto;
|
|
3500
3676
|
padding-left: 3px;
|
|
@@ -3527,23 +3703,23 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3527
3703
|
border-radius: 2px;
|
|
3528
3704
|
|
|
3529
3705
|
${({$color:e})=>e&&t.css`
|
|
3530
|
-
|
|
3531
|
-
|
|
3706
|
+
background-color: ${e};
|
|
3707
|
+
`}
|
|
3532
3708
|
|
|
3533
3709
|
${({$mode:e})=>"activities"===e&&t.css`
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
`,Ui=m.default.span`
|
|
3710
|
+
margin-top: -6px;
|
|
3711
|
+
margin-left: -2.5px;
|
|
3712
|
+
width: 8px;
|
|
3713
|
+
height: 8px;
|
|
3714
|
+
border-radius: 4px;
|
|
3715
|
+
`}
|
|
3716
|
+
`,Ui=m.default.span`
|
|
3541
3717
|
text-align: right;
|
|
3542
3718
|
display: grid;
|
|
3543
3719
|
`,Wi=m.default.label`
|
|
3544
3720
|
font-size: 10px;
|
|
3545
3721
|
text-transform: capitalize;
|
|
3546
|
-
letter-spacing: .5px;
|
|
3722
|
+
letter-spacing: 0.5px;
|
|
3547
3723
|
padding: 3px 5px;
|
|
3548
3724
|
display: block;
|
|
3549
3725
|
position: absolute;
|
|
@@ -3551,12 +3727,12 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3551
3727
|
top: 50%;
|
|
3552
3728
|
transform: translateY(-50%);
|
|
3553
3729
|
z-index: 1;
|
|
3554
|
-
background-color: #
|
|
3730
|
+
background-color: #efefef;
|
|
3555
3731
|
border-radius: var(--nav-rd);
|
|
3556
3732
|
color: var(--pri-clr);
|
|
3557
3733
|
${({$mode:e})=>"label"===e&&t.css`
|
|
3558
|
-
|
|
3559
|
-
|
|
3734
|
+
transform: translateY(0);
|
|
3735
|
+
`}
|
|
3560
3736
|
`,Ri=m.default.div`
|
|
3561
3737
|
position: relative;
|
|
3562
3738
|
width: 100%;
|
|
@@ -3571,45 +3747,45 @@ function O(e,t){if(!1===e||null==e)throw new Error(t)}function L(e,t){if(!e){"un
|
|
|
3571
3747
|
&:not(:first-child) {
|
|
3572
3748
|
border-bottom: 1px solid var(--ter-clr-ln);
|
|
3573
3749
|
}
|
|
3574
|
-
@media only screen and (min-width: 375px) {
|
|
3575
|
-
padding: 0 34px;
|
|
3750
|
+
@media only screen and (min-width: 375px) {
|
|
3751
|
+
padding: 0 34px;
|
|
3576
3752
|
}
|
|
3577
|
-
@media only screen and (min-width: 768px) {
|
|
3578
|
-
padding: 0 33px;
|
|
3753
|
+
@media only screen and (min-width: 768px) {
|
|
3754
|
+
padding: 0 33px;
|
|
3579
3755
|
}
|
|
3580
|
-
@media only screen and (min-width: 1024px) {
|
|
3581
|
-
padding: 0 39px;
|
|
3756
|
+
@media only screen and (min-width: 1024px) {
|
|
3757
|
+
padding: 0 39px;
|
|
3582
3758
|
}
|
|
3583
3759
|
@media only screen and (min-width: 1366px) {
|
|
3584
|
-
padding: 0 47px;
|
|
3760
|
+
padding: 0 47px;
|
|
3585
3761
|
}
|
|
3586
3762
|
|
|
3587
3763
|
${({$mode:e})=>"package"===e&&t.css`
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3764
|
+
grid-template-columns: 16px 220px auto;
|
|
3765
|
+
grid-gap: 11px;
|
|
3766
|
+
justify-content: normal;
|
|
3767
|
+
padding: 0 7px 0 3px;
|
|
3768
|
+
@media only screen and (min-width: 375px) {
|
|
3769
|
+
padding: 0 7px;
|
|
3770
|
+
}
|
|
3771
|
+
@media only screen and (min-width: 768px) {
|
|
3772
|
+
grid-gap: 12px;
|
|
3773
|
+
padding: 0 7px 0 5px;
|
|
3774
|
+
}
|
|
3775
|
+
@media only screen and (min-width: 1024px) {
|
|
3776
|
+
padding: 0 7px 0 11px;
|
|
3777
|
+
}
|
|
3778
|
+
@media only screen and (min-width: 1366px) {
|
|
3779
|
+
padding: 0 11px 0 19px;
|
|
3780
|
+
}
|
|
3781
|
+
`}
|
|
3606
3782
|
`,Gi=m.default.article`
|
|
3607
3783
|
margin: 15px 0 0 42px;
|
|
3608
3784
|
position: relative;
|
|
3609
3785
|
&:before {
|
|
3610
3786
|
position: absolute;
|
|
3611
3787
|
width: 1px;
|
|
3612
|
-
background-color: #
|
|
3788
|
+
background-color: #e3e3e3;
|
|
3613
3789
|
height: 100%;
|
|
3614
3790
|
content: "";
|
|
3615
3791
|
top: -6px;
|