@bigbinary/neeto-molecules 1.0.25 → 1.0.27
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/Columns.cjs.js +139 -112
- package/dist/Columns.cjs.js.map +1 -1
- package/dist/Columns.js +139 -112
- package/dist/Columns.js.map +1 -1
- package/dist/CustomDomain.cjs.js +523 -1339
- package/dist/CustomDomain.cjs.js.map +1 -1
- package/dist/CustomDomain.js +527 -1343
- package/dist/CustomDomain.js.map +1 -1
- package/dist/Header.cjs.js +67 -53
- package/dist/Header.cjs.js.map +1 -1
- package/dist/Header.js +67 -53
- package/dist/Header.js.map +1 -1
- package/dist/LoginPage.cjs.js +23 -18
- package/dist/LoginPage.cjs.js.map +1 -1
- package/dist/LoginPage.js +23 -18
- package/dist/LoginPage.js.map +1 -1
- package/dist/NeetoWidget.cjs.js +425 -565
- package/dist/NeetoWidget.cjs.js.map +1 -1
- package/dist/NeetoWidget.js +426 -566
- package/dist/NeetoWidget.js.map +1 -1
- package/dist/PhoneNumber.cjs.js +628 -86
- package/dist/PhoneNumber.cjs.js.map +1 -1
- package/dist/PhoneNumber.js +628 -86
- package/dist/PhoneNumber.js.map +1 -1
- package/dist/Rename.cjs.js +240 -226
- package/dist/Rename.cjs.js.map +1 -1
- package/dist/Rename.js +241 -227
- package/dist/Rename.js.map +1 -1
- package/dist/ShareViaLink.cjs.js +8 -7
- package/dist/ShareViaLink.cjs.js.map +1 -1
- package/dist/ShareViaLink.js +8 -7
- package/dist/ShareViaLink.js.map +1 -1
- package/dist/Sidebar.cjs.js +1 -1
- package/dist/Sidebar.cjs.js.map +1 -1
- package/dist/Sidebar.js +1 -1
- package/dist/Sidebar.js.map +1 -1
- package/dist/SubHeader.cjs.js +208 -1094
- package/dist/SubHeader.cjs.js.map +1 -1
- package/dist/SubHeader.js +209 -1095
- package/dist/SubHeader.js.map +1 -1
- package/package.json +2 -2
- package/src/translations/en.json +26 -7
- package/types/Sidebar.d.ts +1 -1
- package/types/SubHeader.d.ts +39 -0
package/dist/CustomDomain.cjs.js
CHANGED
|
@@ -9,11 +9,12 @@ var neetoIcons = require('@bigbinary/neeto-icons');
|
|
|
9
9
|
var ramda = require('ramda');
|
|
10
10
|
var reactRouterDom = require('react-router-dom');
|
|
11
11
|
var logos = require('@bigbinary/neeto-icons/logos');
|
|
12
|
-
var
|
|
12
|
+
var ManageColumns = require('@bigbinary/neeto-molecules/Columns');
|
|
13
13
|
var neetoFiltersFrontend = require('@bigbinary/neeto-filters-frontend');
|
|
14
14
|
var formik = require('formik');
|
|
15
15
|
var formik$1 = require('@bigbinary/neetoui/formik');
|
|
16
16
|
var utils = require('@bigbinary/neeto-commons-frontend/utils');
|
|
17
|
+
var i18next = require('i18next');
|
|
17
18
|
var Yup = require('yup');
|
|
18
19
|
var reactQuery = require('react-query');
|
|
19
20
|
var axios = require('axios');
|
|
@@ -39,7 +40,7 @@ function _interopNamespace(e) {
|
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
42
|
-
var
|
|
43
|
+
var ManageColumns__default = /*#__PURE__*/_interopDefaultLegacy(ManageColumns);
|
|
43
44
|
var Yup__namespace = /*#__PURE__*/_interopNamespace(Yup);
|
|
44
45
|
var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios);
|
|
45
46
|
|
|
@@ -494,7 +495,7 @@ function _objectWithoutProperties(source, excluded) {
|
|
|
494
495
|
return target;
|
|
495
496
|
}
|
|
496
497
|
|
|
497
|
-
var _excluded$
|
|
498
|
+
var _excluded$3 = ["children"];
|
|
498
499
|
function cov_1d9vaefr1a() {
|
|
499
500
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/Header/Dropdown.jsx";
|
|
500
501
|
var hash = "57d665dbaab5aa76c0b57bedd85469275a9f6867";
|
|
@@ -580,7 +581,7 @@ cov_1d9vaefr1a().s[0]++;
|
|
|
580
581
|
var Dropdown = function Dropdown(_ref) {
|
|
581
582
|
var _ref$dropdownProps = _ref.dropdownProps,
|
|
582
583
|
children = _ref$dropdownProps.children,
|
|
583
|
-
otherProps = _objectWithoutProperties(_ref$dropdownProps, _excluded$
|
|
584
|
+
otherProps = _objectWithoutProperties(_ref$dropdownProps, _excluded$3);
|
|
584
585
|
cov_1d9vaefr1a().f[0]++;
|
|
585
586
|
cov_1d9vaefr1a().s[1]++;
|
|
586
587
|
return /*#__PURE__*/React__default["default"].createElement(neetoui.Dropdown, _extends({
|
|
@@ -596,7 +597,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
596
597
|
|
|
597
598
|
function cov_14lmkczjok() {
|
|
598
599
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/Header/index.jsx";
|
|
599
|
-
var hash = "
|
|
600
|
+
var hash = "4acb371c47823c0e6c94aab252b899cdd2f46202";
|
|
600
601
|
var global = new Function("return this")();
|
|
601
602
|
var gcv = "__coverage__";
|
|
602
603
|
var coverageData = {
|
|
@@ -604,31 +605,41 @@ function cov_14lmkczjok() {
|
|
|
604
605
|
statementMap: {
|
|
605
606
|
"0": {
|
|
606
607
|
start: {
|
|
607
|
-
line:
|
|
608
|
+
line: 13,
|
|
608
609
|
column: 15
|
|
609
610
|
},
|
|
610
611
|
end: {
|
|
611
|
-
line:
|
|
612
|
+
line: 78,
|
|
612
613
|
column: 1
|
|
613
614
|
}
|
|
614
615
|
},
|
|
615
616
|
"1": {
|
|
616
617
|
start: {
|
|
617
|
-
line:
|
|
618
|
+
line: 22,
|
|
618
619
|
column: 20
|
|
619
620
|
},
|
|
620
621
|
end: {
|
|
621
|
-
line:
|
|
622
|
+
line: 22,
|
|
622
623
|
column: 32
|
|
623
624
|
}
|
|
624
625
|
},
|
|
625
626
|
"2": {
|
|
626
627
|
start: {
|
|
627
628
|
line: 23,
|
|
629
|
+
column: 16
|
|
630
|
+
},
|
|
631
|
+
end: {
|
|
632
|
+
line: 23,
|
|
633
|
+
column: 32
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
"3": {
|
|
637
|
+
start: {
|
|
638
|
+
line: 25,
|
|
628
639
|
column: 2
|
|
629
640
|
},
|
|
630
641
|
end: {
|
|
631
|
-
line:
|
|
642
|
+
line: 77,
|
|
632
643
|
column: 4
|
|
633
644
|
}
|
|
634
645
|
}
|
|
@@ -638,213 +649,214 @@ function cov_14lmkczjok() {
|
|
|
638
649
|
name: "(anonymous_0)",
|
|
639
650
|
decl: {
|
|
640
651
|
start: {
|
|
641
|
-
line:
|
|
652
|
+
line: 13,
|
|
642
653
|
column: 15
|
|
643
654
|
},
|
|
644
655
|
end: {
|
|
645
|
-
line:
|
|
656
|
+
line: 13,
|
|
646
657
|
column: 16
|
|
647
658
|
}
|
|
648
659
|
},
|
|
649
660
|
loc: {
|
|
650
661
|
start: {
|
|
651
|
-
line:
|
|
662
|
+
line: 21,
|
|
652
663
|
column: 6
|
|
653
664
|
},
|
|
654
665
|
end: {
|
|
655
|
-
line:
|
|
666
|
+
line: 78,
|
|
656
667
|
column: 1
|
|
657
668
|
}
|
|
658
669
|
},
|
|
659
|
-
line:
|
|
670
|
+
line: 21
|
|
660
671
|
}
|
|
661
672
|
},
|
|
662
673
|
branchMap: {
|
|
663
674
|
"0": {
|
|
664
675
|
loc: {
|
|
665
676
|
start: {
|
|
666
|
-
line:
|
|
677
|
+
line: 17,
|
|
667
678
|
column: 2
|
|
668
679
|
},
|
|
669
680
|
end: {
|
|
670
|
-
line:
|
|
681
|
+
line: 17,
|
|
671
682
|
column: 16
|
|
672
683
|
}
|
|
673
684
|
},
|
|
674
685
|
type: "default-arg",
|
|
675
686
|
locations: [{
|
|
676
687
|
start: {
|
|
677
|
-
line:
|
|
688
|
+
line: 17,
|
|
678
689
|
column: 14
|
|
679
690
|
},
|
|
680
691
|
end: {
|
|
681
|
-
line:
|
|
692
|
+
line: 17,
|
|
682
693
|
column: 16
|
|
683
694
|
}
|
|
684
695
|
}],
|
|
685
|
-
line:
|
|
696
|
+
line: 17
|
|
686
697
|
},
|
|
687
698
|
"1": {
|
|
688
699
|
loc: {
|
|
689
700
|
start: {
|
|
690
|
-
line:
|
|
701
|
+
line: 19,
|
|
691
702
|
column: 2
|
|
692
703
|
},
|
|
693
704
|
end: {
|
|
694
|
-
line:
|
|
705
|
+
line: 19,
|
|
695
706
|
column: 18
|
|
696
707
|
}
|
|
697
708
|
},
|
|
698
709
|
type: "default-arg",
|
|
699
710
|
locations: [{
|
|
700
711
|
start: {
|
|
701
|
-
line:
|
|
712
|
+
line: 19,
|
|
702
713
|
column: 16
|
|
703
714
|
},
|
|
704
715
|
end: {
|
|
705
|
-
line:
|
|
716
|
+
line: 19,
|
|
706
717
|
column: 18
|
|
707
718
|
}
|
|
708
719
|
}],
|
|
709
|
-
line:
|
|
720
|
+
line: 19
|
|
710
721
|
},
|
|
711
722
|
"2": {
|
|
712
723
|
loc: {
|
|
713
724
|
start: {
|
|
714
|
-
line:
|
|
725
|
+
line: 34,
|
|
715
726
|
column: 9
|
|
716
727
|
},
|
|
717
728
|
end: {
|
|
718
|
-
line:
|
|
729
|
+
line: 43,
|
|
719
730
|
column: 9
|
|
720
731
|
}
|
|
721
732
|
},
|
|
722
733
|
type: "binary-expr",
|
|
723
734
|
locations: [{
|
|
724
735
|
start: {
|
|
725
|
-
line:
|
|
736
|
+
line: 34,
|
|
726
737
|
column: 9
|
|
727
738
|
},
|
|
728
739
|
end: {
|
|
729
|
-
line:
|
|
740
|
+
line: 34,
|
|
730
741
|
column: 22
|
|
731
742
|
}
|
|
732
743
|
}, {
|
|
733
744
|
start: {
|
|
734
|
-
line:
|
|
745
|
+
line: 35,
|
|
735
746
|
column: 10
|
|
736
747
|
},
|
|
737
748
|
end: {
|
|
738
|
-
line:
|
|
749
|
+
line: 42,
|
|
739
750
|
column: 12
|
|
740
751
|
}
|
|
741
752
|
}],
|
|
742
|
-
line:
|
|
753
|
+
line: 34
|
|
743
754
|
},
|
|
744
755
|
"3": {
|
|
745
756
|
loc: {
|
|
746
757
|
start: {
|
|
747
|
-
line:
|
|
758
|
+
line: 45,
|
|
748
759
|
column: 11
|
|
749
760
|
},
|
|
750
761
|
end: {
|
|
751
|
-
line:
|
|
762
|
+
line: 45,
|
|
752
763
|
column: 67
|
|
753
764
|
}
|
|
754
765
|
},
|
|
755
766
|
type: "binary-expr",
|
|
756
767
|
locations: [{
|
|
757
768
|
start: {
|
|
758
|
-
line:
|
|
769
|
+
line: 45,
|
|
759
770
|
column: 11
|
|
760
771
|
},
|
|
761
772
|
end: {
|
|
762
|
-
line:
|
|
773
|
+
line: 45,
|
|
763
774
|
column: 22
|
|
764
775
|
}
|
|
765
776
|
}, {
|
|
766
777
|
start: {
|
|
767
|
-
line:
|
|
778
|
+
line: 45,
|
|
768
779
|
column: 26
|
|
769
780
|
},
|
|
770
781
|
end: {
|
|
771
|
-
line:
|
|
782
|
+
line: 45,
|
|
772
783
|
column: 67
|
|
773
784
|
}
|
|
774
785
|
}],
|
|
775
|
-
line:
|
|
786
|
+
line: 45
|
|
776
787
|
},
|
|
777
788
|
"4": {
|
|
778
789
|
loc: {
|
|
779
790
|
start: {
|
|
780
|
-
line:
|
|
791
|
+
line: 56,
|
|
781
792
|
column: 13
|
|
782
793
|
},
|
|
783
794
|
end: {
|
|
784
|
-
line:
|
|
795
|
+
line: 56,
|
|
785
796
|
column: 72
|
|
786
797
|
}
|
|
787
798
|
},
|
|
788
799
|
type: "binary-expr",
|
|
789
800
|
locations: [{
|
|
790
801
|
start: {
|
|
791
|
-
line:
|
|
802
|
+
line: 56,
|
|
792
803
|
column: 13
|
|
793
804
|
},
|
|
794
805
|
end: {
|
|
795
|
-
line:
|
|
806
|
+
line: 56,
|
|
796
807
|
column: 26
|
|
797
808
|
}
|
|
798
809
|
}, {
|
|
799
810
|
start: {
|
|
800
|
-
line:
|
|
811
|
+
line: 56,
|
|
801
812
|
column: 30
|
|
802
813
|
},
|
|
803
814
|
end: {
|
|
804
|
-
line:
|
|
815
|
+
line: 56,
|
|
805
816
|
column: 72
|
|
806
817
|
}
|
|
807
818
|
}],
|
|
808
|
-
line:
|
|
819
|
+
line: 56
|
|
809
820
|
},
|
|
810
821
|
"5": {
|
|
811
822
|
loc: {
|
|
812
823
|
start: {
|
|
813
|
-
line:
|
|
824
|
+
line: 61,
|
|
814
825
|
column: 9
|
|
815
826
|
},
|
|
816
827
|
end: {
|
|
817
|
-
line:
|
|
828
|
+
line: 73,
|
|
818
829
|
column: 9
|
|
819
830
|
}
|
|
820
831
|
},
|
|
821
832
|
type: "binary-expr",
|
|
822
833
|
locations: [{
|
|
823
834
|
start: {
|
|
824
|
-
line:
|
|
835
|
+
line: 61,
|
|
825
836
|
column: 9
|
|
826
837
|
},
|
|
827
838
|
end: {
|
|
828
|
-
line:
|
|
839
|
+
line: 61,
|
|
829
840
|
column: 20
|
|
830
841
|
}
|
|
831
842
|
}, {
|
|
832
843
|
start: {
|
|
833
|
-
line:
|
|
844
|
+
line: 62,
|
|
834
845
|
column: 10
|
|
835
846
|
},
|
|
836
847
|
end: {
|
|
837
|
-
line:
|
|
848
|
+
line: 72,
|
|
838
849
|
column: 12
|
|
839
850
|
}
|
|
840
851
|
}],
|
|
841
|
-
line:
|
|
852
|
+
line: 61
|
|
842
853
|
}
|
|
843
854
|
},
|
|
844
855
|
s: {
|
|
845
856
|
"0": 0,
|
|
846
857
|
"1": 0,
|
|
847
|
-
"2": 0
|
|
858
|
+
"2": 0,
|
|
859
|
+
"3": 0
|
|
848
860
|
},
|
|
849
861
|
f: {
|
|
850
862
|
"0": 0
|
|
@@ -858,7 +870,7 @@ function cov_14lmkczjok() {
|
|
|
858
870
|
"5": [0, 0]
|
|
859
871
|
},
|
|
860
872
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
861
|
-
hash: "
|
|
873
|
+
hash: "4acb371c47823c0e6c94aab252b899cdd2f46202"
|
|
862
874
|
};
|
|
863
875
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
864
876
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -887,7 +899,9 @@ var Header = function Header(_ref) {
|
|
|
887
899
|
dropdownProps = _ref.dropdownProps;
|
|
888
900
|
cov_14lmkczjok().f[0]++;
|
|
889
901
|
var searchRef = (cov_14lmkczjok().s[1]++, React.useRef(null));
|
|
890
|
-
cov_14lmkczjok().s[2]
|
|
902
|
+
var _ref2 = (cov_14lmkczjok().s[2]++, reactI18next.useTranslation()),
|
|
903
|
+
t = _ref2.t;
|
|
904
|
+
cov_14lmkczjok().s[3]++;
|
|
891
905
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
892
906
|
className: classnames(["neeto-molecules-header", {
|
|
893
907
|
"neeto-molecules-header--has-breadcrumbs": !ramda.isEmpty(breadcrumbs)
|
|
@@ -918,7 +932,7 @@ var Header = function Header(_ref) {
|
|
|
918
932
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
919
933
|
className: "neeto-ui-gap-3 neeto-molecules-header__right"
|
|
920
934
|
}, (cov_14lmkczjok().b[5][0]++, searchProps) && (cov_14lmkczjok().b[5][1]++, /*#__PURE__*/React__default["default"].createElement(neetoui.Input, _extends({
|
|
921
|
-
placeholder: "
|
|
935
|
+
placeholder: t("neetoMolecules.common.actions.search"),
|
|
922
936
|
prefix: /*#__PURE__*/React__default["default"].createElement(neetoIcons.Search, null),
|
|
923
937
|
ref: searchRef,
|
|
924
938
|
type: "search",
|
|
@@ -929,7 +943,7 @@ var Header = function Header(_ref) {
|
|
|
929
943
|
var css$1 = ".neeto-molecules-pageloader__wrapper{height:100%;position:relative;width:100%}.neeto-molecules-pageloader__wrapper .neeto-molecules-pageloader{height:100%;left:0;position:absolute;top:0;width:100%}.neeto-molecules-pageloader__wrapper .neeto-molecules-pageloader__content{height:66px;margin-bottom:16px;overflow:hidden;padding:8px;position:relative;width:66px}.neeto-molecules-pageloader__wrapper .neeto-molecules-pageloader__text{color:rgb(var(--neeto-ui-gray-800));font-size:1.25rem;line-height:1.75rem;margin-bottom:4rem;text-align:center}.neeto-molecules-pageloader__spinner{display:flex;gap:2px;height:25px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.neeto-molecules-pageloader__spinner>div{animation:neeto-ui-stretch-delay 1.2s ease-in-out infinite;background-color:#fff;border-radius:2px;display:inline-flex;height:100%;width:2px}.neeto-molecules-pageloader__spinner .neeto-molecules-pageloader__rect2{animation-delay:-1.1s}.neeto-molecules-pageloader__spinner .neeto-molecules-pageloader__rect3{animation-delay:-1s}.neeto-molecules-pageloader__spinner .neeto-molecules-pageloader__rect4{animation-delay:-.9s}.neeto-molecules-pageloader__spinner .neeto-molecules-pageloader__rect5{animation-delay:-.8s}@keyframes neeto-ui-stretch-delay{0%,40%,to{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}";
|
|
930
944
|
n(css$1,{});
|
|
931
945
|
|
|
932
|
-
var _excluded$
|
|
946
|
+
var _excluded$2 = ["text"];
|
|
933
947
|
function cov_1rnptrlqih() {
|
|
934
948
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/PageLoader/index.jsx";
|
|
935
949
|
var hash = "40cda882f932d7a0fcac6bc5ec150d93c0420b62";
|
|
@@ -1087,7 +1101,7 @@ cov_1rnptrlqih().s[0]++;
|
|
|
1087
1101
|
var PageLoader = function PageLoader(_ref) {
|
|
1088
1102
|
var _ref$text = _ref.text,
|
|
1089
1103
|
text = _ref$text === void 0 ? (cov_1rnptrlqih().b[0][0]++, "") : _ref$text,
|
|
1090
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
1104
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$2);
|
|
1091
1105
|
cov_1rnptrlqih().f[0]++;
|
|
1092
1106
|
cov_1rnptrlqih().s[1]++;
|
|
1093
1107
|
return /*#__PURE__*/React__default["default"].createElement("div", _extends({
|
|
@@ -1118,898 +1132,164 @@ var PageLoader = function PageLoader(_ref) {
|
|
|
1118
1132
|
};
|
|
1119
1133
|
cov_1rnptrlqih().s[2]++;
|
|
1120
1134
|
|
|
1121
|
-
function
|
|
1122
|
-
|
|
1123
|
-
|
|
1135
|
+
function _typeof(obj) {
|
|
1136
|
+
"@babel/helpers - typeof";
|
|
1137
|
+
|
|
1138
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
1139
|
+
return typeof obj;
|
|
1140
|
+
} : function (obj) {
|
|
1141
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
1142
|
+
}, _typeof(obj);
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
function _toPrimitive(input, hint) {
|
|
1146
|
+
if (_typeof(input) !== "object" || input === null) return input;
|
|
1147
|
+
var prim = input[Symbol.toPrimitive];
|
|
1148
|
+
if (prim !== undefined) {
|
|
1149
|
+
var res = prim.call(input, hint || "default");
|
|
1150
|
+
if (_typeof(res) !== "object") return res;
|
|
1151
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
1152
|
+
}
|
|
1153
|
+
return (hint === "string" ? String : Number)(input);
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
function _toPropertyKey(arg) {
|
|
1157
|
+
var key = _toPrimitive(arg, "string");
|
|
1158
|
+
return _typeof(key) === "symbol" ? key : String(key);
|
|
1159
|
+
}
|
|
1160
|
+
|
|
1161
|
+
function _defineProperty(obj, key, value) {
|
|
1162
|
+
key = _toPropertyKey(key);
|
|
1163
|
+
if (key in obj) {
|
|
1164
|
+
Object.defineProperty(obj, key, {
|
|
1165
|
+
value: value,
|
|
1166
|
+
enumerable: true,
|
|
1167
|
+
configurable: true,
|
|
1168
|
+
writable: true
|
|
1169
|
+
});
|
|
1170
|
+
} else {
|
|
1171
|
+
obj[key] = value;
|
|
1172
|
+
}
|
|
1173
|
+
return obj;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
var _excluded$1 = ["dropdownProps"],
|
|
1177
|
+
_excluded2 = ["buttonProps"];
|
|
1178
|
+
function cov_1nk47gzsi8() {
|
|
1179
|
+
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/Columns.jsx";
|
|
1180
|
+
var hash = "9f901f9bc4d423cb9b0b0b31492fa4192f1d758f";
|
|
1124
1181
|
var global = new Function("return this")();
|
|
1125
1182
|
var gcv = "__coverage__";
|
|
1126
1183
|
var coverageData = {
|
|
1127
|
-
path: "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/
|
|
1184
|
+
path: "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/Columns.jsx",
|
|
1128
1185
|
statementMap: {
|
|
1129
1186
|
"0": {
|
|
1130
1187
|
start: {
|
|
1131
|
-
line:
|
|
1132
|
-
column:
|
|
1188
|
+
line: 7,
|
|
1189
|
+
column: 16
|
|
1133
1190
|
},
|
|
1134
1191
|
end: {
|
|
1135
|
-
line:
|
|
1136
|
-
column:
|
|
1192
|
+
line: 33,
|
|
1193
|
+
column: 1
|
|
1137
1194
|
}
|
|
1138
1195
|
},
|
|
1139
1196
|
"1": {
|
|
1140
1197
|
start: {
|
|
1141
|
-
line:
|
|
1142
|
-
column:
|
|
1198
|
+
line: 8,
|
|
1199
|
+
column: 16
|
|
1143
1200
|
},
|
|
1144
1201
|
end: {
|
|
1145
|
-
line:
|
|
1146
|
-
column:
|
|
1202
|
+
line: 8,
|
|
1203
|
+
column: 32
|
|
1147
1204
|
}
|
|
1148
1205
|
},
|
|
1149
1206
|
"2": {
|
|
1150
1207
|
start: {
|
|
1151
|
-
line:
|
|
1152
|
-
column:
|
|
1208
|
+
line: 10,
|
|
1209
|
+
column: 48
|
|
1153
1210
|
},
|
|
1154
1211
|
end: {
|
|
1155
|
-
line:
|
|
1156
|
-
column:
|
|
1212
|
+
line: 10,
|
|
1213
|
+
column: 61
|
|
1157
1214
|
}
|
|
1158
1215
|
},
|
|
1159
1216
|
"3": {
|
|
1160
1217
|
start: {
|
|
1161
|
-
line:
|
|
1218
|
+
line: 12,
|
|
1162
1219
|
column: 2
|
|
1163
1220
|
},
|
|
1164
1221
|
end: {
|
|
1165
|
-
line:
|
|
1166
|
-
column:
|
|
1167
|
-
}
|
|
1168
|
-
},
|
|
1169
|
-
"4": {
|
|
1170
|
-
start: {
|
|
1171
|
-
line: 9,
|
|
1172
|
-
column: 19
|
|
1173
|
-
},
|
|
1174
|
-
end: {
|
|
1175
|
-
line: 9,
|
|
1176
|
-
column: 76
|
|
1222
|
+
line: 32,
|
|
1223
|
+
column: 4
|
|
1177
1224
|
}
|
|
1178
1225
|
}
|
|
1179
1226
|
},
|
|
1180
1227
|
fnMap: {
|
|
1181
1228
|
"0": {
|
|
1182
1229
|
name: "(anonymous_0)",
|
|
1183
|
-
decl: {
|
|
1184
|
-
start: {
|
|
1185
|
-
line: 4,
|
|
1186
|
-
column: 34
|
|
1187
|
-
},
|
|
1188
|
-
end: {
|
|
1189
|
-
line: 4,
|
|
1190
|
-
column: 35
|
|
1191
|
-
}
|
|
1192
|
-
},
|
|
1193
|
-
loc: {
|
|
1194
|
-
start: {
|
|
1195
|
-
line: 5,
|
|
1196
|
-
column: 2
|
|
1197
|
-
},
|
|
1198
|
-
end: {
|
|
1199
|
-
line: 5,
|
|
1200
|
-
column: 65
|
|
1201
|
-
}
|
|
1202
|
-
},
|
|
1203
|
-
line: 5
|
|
1204
|
-
},
|
|
1205
|
-
"1": {
|
|
1206
|
-
name: "(anonymous_1)",
|
|
1207
1230
|
decl: {
|
|
1208
1231
|
start: {
|
|
1209
1232
|
line: 7,
|
|
1210
|
-
column:
|
|
1233
|
+
column: 16
|
|
1211
1234
|
},
|
|
1212
1235
|
end: {
|
|
1213
1236
|
line: 7,
|
|
1214
|
-
column:
|
|
1237
|
+
column: 17
|
|
1215
1238
|
}
|
|
1216
1239
|
},
|
|
1217
1240
|
loc: {
|
|
1218
1241
|
start: {
|
|
1219
|
-
line:
|
|
1220
|
-
column:
|
|
1242
|
+
line: 7,
|
|
1243
|
+
column: 54
|
|
1221
1244
|
},
|
|
1222
1245
|
end: {
|
|
1223
|
-
line:
|
|
1224
|
-
column:
|
|
1246
|
+
line: 33,
|
|
1247
|
+
column: 1
|
|
1225
1248
|
}
|
|
1226
1249
|
},
|
|
1227
|
-
line:
|
|
1228
|
-
}
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1250
|
+
line: 7
|
|
1251
|
+
}
|
|
1252
|
+
},
|
|
1253
|
+
branchMap: {
|
|
1254
|
+
"0": {
|
|
1255
|
+
loc: {
|
|
1232
1256
|
start: {
|
|
1233
|
-
line:
|
|
1234
|
-
column:
|
|
1257
|
+
line: 7,
|
|
1258
|
+
column: 19
|
|
1235
1259
|
},
|
|
1236
1260
|
end: {
|
|
1237
|
-
line:
|
|
1238
|
-
column:
|
|
1261
|
+
line: 7,
|
|
1262
|
+
column: 37
|
|
1239
1263
|
}
|
|
1240
1264
|
},
|
|
1241
|
-
|
|
1265
|
+
type: "default-arg",
|
|
1266
|
+
locations: [{
|
|
1242
1267
|
start: {
|
|
1243
|
-
line:
|
|
1244
|
-
column:
|
|
1268
|
+
line: 7,
|
|
1269
|
+
column: 35
|
|
1245
1270
|
},
|
|
1246
1271
|
end: {
|
|
1247
|
-
line:
|
|
1248
|
-
column:
|
|
1272
|
+
line: 7,
|
|
1273
|
+
column: 37
|
|
1249
1274
|
}
|
|
1250
|
-
},
|
|
1251
|
-
line:
|
|
1252
|
-
}
|
|
1253
|
-
},
|
|
1254
|
-
branchMap: {},
|
|
1255
|
-
s: {
|
|
1256
|
-
"0": 0,
|
|
1257
|
-
"1": 0,
|
|
1258
|
-
"2": 0,
|
|
1259
|
-
"3": 0,
|
|
1260
|
-
"4": 0
|
|
1261
|
-
},
|
|
1262
|
-
f: {
|
|
1263
|
-
"0": 0,
|
|
1264
|
-
"1": 0,
|
|
1265
|
-
"2": 0
|
|
1266
|
-
},
|
|
1267
|
-
b: {},
|
|
1268
|
-
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
1269
|
-
hash: "4e99c4492583af7874430eafb0a0c33e80d44e9d"
|
|
1270
|
-
};
|
|
1271
|
-
var coverage = global[gcv] || (global[gcv] = {});
|
|
1272
|
-
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
1273
|
-
coverage[path] = coverageData;
|
|
1274
|
-
}
|
|
1275
|
-
var actualCoverage = coverage[path];
|
|
1276
|
-
{
|
|
1277
|
-
// @ts-ignore
|
|
1278
|
-
cov_1ceek736tr = function () {
|
|
1279
|
-
return actualCoverage;
|
|
1280
|
-
};
|
|
1281
|
-
}
|
|
1282
|
-
return actualCoverage;
|
|
1283
|
-
}
|
|
1284
|
-
cov_1ceek736tr();
|
|
1285
|
-
cov_1ceek736tr().s[0]++;
|
|
1286
|
-
var removeFixedColumns = function removeFixedColumns(fixedColumns, columnData) {
|
|
1287
|
-
cov_1ceek736tr().f[0]++;
|
|
1288
|
-
cov_1ceek736tr().s[1]++;
|
|
1289
|
-
return pure.removeBy({
|
|
1290
|
-
dataIndex: ramda.includes(ramda.__, fixedColumns)
|
|
1291
|
-
}, columnData);
|
|
1292
|
-
};
|
|
1293
|
-
cov_1ceek736tr().s[2]++;
|
|
1294
|
-
var filterBySearchTerm = function filterBySearchTerm(searchTerm, columns) {
|
|
1295
|
-
cov_1ceek736tr().f[1]++;
|
|
1296
|
-
cov_1ceek736tr().s[3]++;
|
|
1297
|
-
return ramda.filter(function (_ref) {
|
|
1298
|
-
var title = _ref.title;
|
|
1299
|
-
cov_1ceek736tr().f[2]++;
|
|
1300
|
-
cov_1ceek736tr().s[4]++;
|
|
1301
|
-
return ramda.includes(ramda.trim(ramda.toLower(searchTerm)), ramda.trim(ramda.toLower(title)));
|
|
1302
|
-
}, columns);
|
|
1303
|
-
};
|
|
1304
|
-
|
|
1305
|
-
function cov_1nk47gzsi8() {
|
|
1306
|
-
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/Columns.jsx";
|
|
1307
|
-
var hash = "a073b27c47692599de4a6dea8467014f75c0f886";
|
|
1308
|
-
var global = new Function("return this")();
|
|
1309
|
-
var gcv = "__coverage__";
|
|
1310
|
-
var coverageData = {
|
|
1311
|
-
path: "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/Columns.jsx",
|
|
1312
|
-
statementMap: {
|
|
1313
|
-
"0": {
|
|
1314
|
-
start: {
|
|
1315
|
-
line: 13,
|
|
1316
|
-
column: 16
|
|
1317
|
-
},
|
|
1318
|
-
end: {
|
|
1319
|
-
line: 114,
|
|
1320
|
-
column: 1
|
|
1321
|
-
}
|
|
1322
|
-
},
|
|
1323
|
-
"1": {
|
|
1324
|
-
start: {
|
|
1325
|
-
line: 25,
|
|
1326
|
-
column: 38
|
|
1327
|
-
},
|
|
1328
|
-
end: {
|
|
1329
|
-
line: 25,
|
|
1330
|
-
column: 46
|
|
1331
|
-
}
|
|
1332
|
-
},
|
|
1333
|
-
"2": {
|
|
1334
|
-
start: {
|
|
1335
|
-
line: 26,
|
|
1336
|
-
column: 44
|
|
1337
|
-
},
|
|
1338
|
-
end: {
|
|
1339
|
-
line: 29,
|
|
1340
|
-
column: 3
|
|
1341
|
-
}
|
|
1342
|
-
},
|
|
1343
|
-
"3": {
|
|
1344
|
-
start: {
|
|
1345
|
-
line: 30,
|
|
1346
|
-
column: 38
|
|
1347
|
-
},
|
|
1348
|
-
end: {
|
|
1349
|
-
line: 30,
|
|
1350
|
-
column: 50
|
|
1351
|
-
}
|
|
1352
|
-
},
|
|
1353
|
-
"4": {
|
|
1354
|
-
start: {
|
|
1355
|
-
line: 32,
|
|
1356
|
-
column: 18
|
|
1357
|
-
},
|
|
1358
|
-
end: {
|
|
1359
|
-
line: 32,
|
|
1360
|
-
column: 62
|
|
1361
|
-
}
|
|
1362
|
-
},
|
|
1363
|
-
"5": {
|
|
1364
|
-
start: {
|
|
1365
|
-
line: 33,
|
|
1366
|
-
column: 26
|
|
1367
|
-
},
|
|
1368
|
-
end: {
|
|
1369
|
-
line: 33,
|
|
1370
|
-
column: 65
|
|
1371
|
-
}
|
|
1372
|
-
},
|
|
1373
|
-
"6": {
|
|
1374
|
-
start: {
|
|
1375
|
-
line: 35,
|
|
1376
|
-
column: 23
|
|
1377
|
-
},
|
|
1378
|
-
end: {
|
|
1379
|
-
line: 38,
|
|
1380
|
-
column: 58
|
|
1381
|
-
}
|
|
1382
|
-
},
|
|
1383
|
-
"7": {
|
|
1384
|
-
start: {
|
|
1385
|
-
line: 36,
|
|
1386
|
-
column: 4
|
|
1387
|
-
},
|
|
1388
|
-
end: {
|
|
1389
|
-
line: 38,
|
|
1390
|
-
column: 58
|
|
1391
|
-
}
|
|
1392
|
-
},
|
|
1393
|
-
"8": {
|
|
1394
|
-
start: {
|
|
1395
|
-
line: 40,
|
|
1396
|
-
column: 23
|
|
1397
|
-
},
|
|
1398
|
-
end: {
|
|
1399
|
-
line: 40,
|
|
1400
|
-
column: 70
|
|
1401
|
-
}
|
|
1402
|
-
},
|
|
1403
|
-
"9": {
|
|
1404
|
-
start: {
|
|
1405
|
-
line: 40,
|
|
1406
|
-
column: 50
|
|
1407
|
-
},
|
|
1408
|
-
end: {
|
|
1409
|
-
line: 40,
|
|
1410
|
-
column: 70
|
|
1411
|
-
}
|
|
1412
|
-
},
|
|
1413
|
-
"10": {
|
|
1414
|
-
start: {
|
|
1415
|
-
line: 42,
|
|
1416
|
-
column: 2
|
|
1417
|
-
},
|
|
1418
|
-
end: {
|
|
1419
|
-
line: 44,
|
|
1420
|
-
column: 34
|
|
1421
|
-
}
|
|
1422
|
-
},
|
|
1423
|
-
"11": {
|
|
1424
|
-
start: {
|
|
1425
|
-
line: 43,
|
|
1426
|
-
column: 4
|
|
1427
|
-
},
|
|
1428
|
-
end: {
|
|
1429
|
-
line: 43,
|
|
1430
|
-
column: 79
|
|
1431
|
-
}
|
|
1432
|
-
},
|
|
1433
|
-
"12": {
|
|
1434
|
-
start: {
|
|
1435
|
-
line: 46,
|
|
1436
|
-
column: 16
|
|
1437
|
-
},
|
|
1438
|
-
end: {
|
|
1439
|
-
line: 46,
|
|
1440
|
-
column: 32
|
|
1441
|
-
}
|
|
1442
|
-
},
|
|
1443
|
-
"13": {
|
|
1444
|
-
start: {
|
|
1445
|
-
line: 48,
|
|
1446
|
-
column: 2
|
|
1447
|
-
},
|
|
1448
|
-
end: {
|
|
1449
|
-
line: 113,
|
|
1450
|
-
column: 4
|
|
1451
|
-
}
|
|
1452
|
-
},
|
|
1453
|
-
"14": {
|
|
1454
|
-
start: {
|
|
1455
|
-
line: 62,
|
|
1456
|
-
column: 23
|
|
1457
|
-
},
|
|
1458
|
-
end: {
|
|
1459
|
-
line: 62,
|
|
1460
|
-
column: 40
|
|
1461
|
-
}
|
|
1462
|
-
},
|
|
1463
|
-
"15": {
|
|
1464
|
-
start: {
|
|
1465
|
-
line: 81,
|
|
1466
|
-
column: 16
|
|
1467
|
-
},
|
|
1468
|
-
end: {
|
|
1469
|
-
line: 96,
|
|
1470
|
-
column: 27
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1473
|
-
},
|
|
1474
|
-
fnMap: {
|
|
1475
|
-
"0": {
|
|
1476
|
-
name: "(anonymous_0)",
|
|
1477
|
-
decl: {
|
|
1478
|
-
start: {
|
|
1479
|
-
line: 13,
|
|
1480
|
-
column: 16
|
|
1481
|
-
},
|
|
1482
|
-
end: {
|
|
1483
|
-
line: 13,
|
|
1484
|
-
column: 17
|
|
1485
|
-
}
|
|
1486
|
-
},
|
|
1487
|
-
loc: {
|
|
1488
|
-
start: {
|
|
1489
|
-
line: 24,
|
|
1490
|
-
column: 6
|
|
1491
|
-
},
|
|
1492
|
-
end: {
|
|
1493
|
-
line: 114,
|
|
1494
|
-
column: 1
|
|
1495
|
-
}
|
|
1496
|
-
},
|
|
1497
|
-
line: 24
|
|
1498
|
-
},
|
|
1499
|
-
"1": {
|
|
1500
|
-
name: "(anonymous_1)",
|
|
1501
|
-
decl: {
|
|
1502
|
-
start: {
|
|
1503
|
-
line: 35,
|
|
1504
|
-
column: 23
|
|
1505
|
-
},
|
|
1506
|
-
end: {
|
|
1507
|
-
line: 35,
|
|
1508
|
-
column: 24
|
|
1509
|
-
}
|
|
1510
|
-
},
|
|
1511
|
-
loc: {
|
|
1512
|
-
start: {
|
|
1513
|
-
line: 36,
|
|
1514
|
-
column: 4
|
|
1515
|
-
},
|
|
1516
|
-
end: {
|
|
1517
|
-
line: 38,
|
|
1518
|
-
column: 58
|
|
1519
|
-
}
|
|
1520
|
-
},
|
|
1521
|
-
line: 36
|
|
1522
|
-
},
|
|
1523
|
-
"2": {
|
|
1524
|
-
name: "(anonymous_2)",
|
|
1525
|
-
decl: {
|
|
1526
|
-
start: {
|
|
1527
|
-
line: 40,
|
|
1528
|
-
column: 23
|
|
1529
|
-
},
|
|
1530
|
-
end: {
|
|
1531
|
-
line: 40,
|
|
1532
|
-
column: 24
|
|
1533
|
-
}
|
|
1534
|
-
},
|
|
1535
|
-
loc: {
|
|
1536
|
-
start: {
|
|
1537
|
-
line: 40,
|
|
1538
|
-
column: 50
|
|
1539
|
-
},
|
|
1540
|
-
end: {
|
|
1541
|
-
line: 40,
|
|
1542
|
-
column: 70
|
|
1543
|
-
}
|
|
1544
|
-
},
|
|
1545
|
-
line: 40
|
|
1546
|
-
},
|
|
1547
|
-
"3": {
|
|
1548
|
-
name: "(anonymous_3)",
|
|
1549
|
-
decl: {
|
|
1550
|
-
start: {
|
|
1551
|
-
line: 42,
|
|
1552
|
-
column: 12
|
|
1553
|
-
},
|
|
1554
|
-
end: {
|
|
1555
|
-
line: 42,
|
|
1556
|
-
column: 13
|
|
1557
|
-
}
|
|
1558
|
-
},
|
|
1559
|
-
loc: {
|
|
1560
|
-
start: {
|
|
1561
|
-
line: 42,
|
|
1562
|
-
column: 18
|
|
1563
|
-
},
|
|
1564
|
-
end: {
|
|
1565
|
-
line: 44,
|
|
1566
|
-
column: 3
|
|
1567
|
-
}
|
|
1568
|
-
},
|
|
1569
|
-
line: 42
|
|
1570
|
-
},
|
|
1571
|
-
"4": {
|
|
1572
|
-
name: "(anonymous_4)",
|
|
1573
|
-
decl: {
|
|
1574
|
-
start: {
|
|
1575
|
-
line: 62,
|
|
1576
|
-
column: 17
|
|
1577
|
-
},
|
|
1578
|
-
end: {
|
|
1579
|
-
line: 62,
|
|
1580
|
-
column: 18
|
|
1581
|
-
}
|
|
1582
|
-
},
|
|
1583
|
-
loc: {
|
|
1584
|
-
start: {
|
|
1585
|
-
line: 62,
|
|
1586
|
-
column: 23
|
|
1587
|
-
},
|
|
1588
|
-
end: {
|
|
1589
|
-
line: 62,
|
|
1590
|
-
column: 40
|
|
1591
|
-
}
|
|
1592
|
-
},
|
|
1593
|
-
line: 62
|
|
1594
|
-
},
|
|
1595
|
-
"5": {
|
|
1596
|
-
name: "(anonymous_5)",
|
|
1597
|
-
decl: {
|
|
1598
|
-
start: {
|
|
1599
|
-
line: 80,
|
|
1600
|
-
column: 34
|
|
1601
|
-
},
|
|
1602
|
-
end: {
|
|
1603
|
-
line: 80,
|
|
1604
|
-
column: 35
|
|
1605
|
-
}
|
|
1606
|
-
},
|
|
1607
|
-
loc: {
|
|
1608
|
-
start: {
|
|
1609
|
-
line: 81,
|
|
1610
|
-
column: 16
|
|
1611
|
-
},
|
|
1612
|
-
end: {
|
|
1613
|
-
line: 96,
|
|
1614
|
-
column: 27
|
|
1615
|
-
}
|
|
1616
|
-
},
|
|
1617
|
-
line: 81
|
|
1618
|
-
}
|
|
1619
|
-
},
|
|
1620
|
-
branchMap: {
|
|
1621
|
-
"0": {
|
|
1622
|
-
loc: {
|
|
1623
|
-
start: {
|
|
1624
|
-
line: 15,
|
|
1625
|
-
column: 2
|
|
1626
|
-
},
|
|
1627
|
-
end: {
|
|
1628
|
-
line: 15,
|
|
1629
|
-
column: 20
|
|
1630
|
-
}
|
|
1631
|
-
},
|
|
1632
|
-
type: "default-arg",
|
|
1633
|
-
locations: [{
|
|
1634
|
-
start: {
|
|
1635
|
-
line: 15,
|
|
1636
|
-
column: 18
|
|
1637
|
-
},
|
|
1638
|
-
end: {
|
|
1639
|
-
line: 15,
|
|
1640
|
-
column: 20
|
|
1641
|
-
}
|
|
1642
|
-
}],
|
|
1643
|
-
line: 15
|
|
1644
|
-
},
|
|
1645
|
-
"1": {
|
|
1646
|
-
loc: {
|
|
1647
|
-
start: {
|
|
1648
|
-
line: 16,
|
|
1649
|
-
column: 2
|
|
1650
|
-
},
|
|
1651
|
-
end: {
|
|
1652
|
-
line: 16,
|
|
1653
|
-
column: 17
|
|
1654
|
-
}
|
|
1655
|
-
},
|
|
1656
|
-
type: "default-arg",
|
|
1657
|
-
locations: [{
|
|
1658
|
-
start: {
|
|
1659
|
-
line: 16,
|
|
1660
|
-
column: 15
|
|
1661
|
-
},
|
|
1662
|
-
end: {
|
|
1663
|
-
line: 16,
|
|
1664
|
-
column: 17
|
|
1665
|
-
}
|
|
1666
|
-
}],
|
|
1667
|
-
line: 16
|
|
1668
|
-
},
|
|
1669
|
-
"2": {
|
|
1670
|
-
loc: {
|
|
1671
|
-
start: {
|
|
1672
|
-
line: 17,
|
|
1673
|
-
column: 2
|
|
1674
|
-
},
|
|
1675
|
-
end: {
|
|
1676
|
-
line: 17,
|
|
1677
|
-
column: 20
|
|
1678
|
-
}
|
|
1679
|
-
},
|
|
1680
|
-
type: "default-arg",
|
|
1681
|
-
locations: [{
|
|
1682
|
-
start: {
|
|
1683
|
-
line: 17,
|
|
1684
|
-
column: 18
|
|
1685
|
-
},
|
|
1686
|
-
end: {
|
|
1687
|
-
line: 17,
|
|
1688
|
-
column: 20
|
|
1689
|
-
}
|
|
1690
|
-
}],
|
|
1691
|
-
line: 17
|
|
1692
|
-
},
|
|
1693
|
-
"3": {
|
|
1694
|
-
loc: {
|
|
1695
|
-
start: {
|
|
1696
|
-
line: 18,
|
|
1697
|
-
column: 2
|
|
1698
|
-
},
|
|
1699
|
-
end: {
|
|
1700
|
-
line: 18,
|
|
1701
|
-
column: 19
|
|
1702
|
-
}
|
|
1703
|
-
},
|
|
1704
|
-
type: "default-arg",
|
|
1705
|
-
locations: [{
|
|
1706
|
-
start: {
|
|
1707
|
-
line: 18,
|
|
1708
|
-
column: 17
|
|
1709
|
-
},
|
|
1710
|
-
end: {
|
|
1711
|
-
line: 18,
|
|
1712
|
-
column: 19
|
|
1713
|
-
}
|
|
1714
|
-
}],
|
|
1715
|
-
line: 18
|
|
1716
|
-
},
|
|
1717
|
-
"4": {
|
|
1718
|
-
loc: {
|
|
1719
|
-
start: {
|
|
1720
|
-
line: 19,
|
|
1721
|
-
column: 2
|
|
1722
|
-
},
|
|
1723
|
-
end: {
|
|
1724
|
-
line: 19,
|
|
1725
|
-
column: 22
|
|
1726
|
-
}
|
|
1727
|
-
},
|
|
1728
|
-
type: "default-arg",
|
|
1729
|
-
locations: [{
|
|
1730
|
-
start: {
|
|
1731
|
-
line: 19,
|
|
1732
|
-
column: 17
|
|
1733
|
-
},
|
|
1734
|
-
end: {
|
|
1735
|
-
line: 19,
|
|
1736
|
-
column: 22
|
|
1737
|
-
}
|
|
1738
|
-
}],
|
|
1739
|
-
line: 19
|
|
1740
|
-
},
|
|
1741
|
-
"5": {
|
|
1742
|
-
loc: {
|
|
1743
|
-
start: {
|
|
1744
|
-
line: 20,
|
|
1745
|
-
column: 2
|
|
1746
|
-
},
|
|
1747
|
-
end: {
|
|
1748
|
-
line: 20,
|
|
1749
|
-
column: 22
|
|
1750
|
-
}
|
|
1751
|
-
},
|
|
1752
|
-
type: "default-arg",
|
|
1753
|
-
locations: [{
|
|
1754
|
-
start: {
|
|
1755
|
-
line: 20,
|
|
1756
|
-
column: 20
|
|
1757
|
-
},
|
|
1758
|
-
end: {
|
|
1759
|
-
line: 20,
|
|
1760
|
-
column: 22
|
|
1761
|
-
}
|
|
1762
|
-
}],
|
|
1763
|
-
line: 20
|
|
1764
|
-
},
|
|
1765
|
-
"6": {
|
|
1766
|
-
loc: {
|
|
1767
|
-
start: {
|
|
1768
|
-
line: 21,
|
|
1769
|
-
column: 2
|
|
1770
|
-
},
|
|
1771
|
-
end: {
|
|
1772
|
-
line: 21,
|
|
1773
|
-
column: 65
|
|
1774
|
-
}
|
|
1775
|
-
},
|
|
1776
|
-
type: "default-arg",
|
|
1777
|
-
locations: [{
|
|
1778
|
-
start: {
|
|
1779
|
-
line: 21,
|
|
1780
|
-
column: 20
|
|
1781
|
-
},
|
|
1782
|
-
end: {
|
|
1783
|
-
line: 21,
|
|
1784
|
-
column: 65
|
|
1785
|
-
}
|
|
1786
|
-
}],
|
|
1787
|
-
line: 21
|
|
1788
|
-
},
|
|
1789
|
-
"7": {
|
|
1790
|
-
loc: {
|
|
1791
|
-
start: {
|
|
1792
|
-
line: 22,
|
|
1793
|
-
column: 2
|
|
1794
|
-
},
|
|
1795
|
-
end: {
|
|
1796
|
-
line: 22,
|
|
1797
|
-
column: 21
|
|
1798
|
-
}
|
|
1799
|
-
},
|
|
1800
|
-
type: "default-arg",
|
|
1801
|
-
locations: [{
|
|
1802
|
-
start: {
|
|
1803
|
-
line: 22,
|
|
1804
|
-
column: 13
|
|
1805
|
-
},
|
|
1806
|
-
end: {
|
|
1807
|
-
line: 22,
|
|
1808
|
-
column: 21
|
|
1809
|
-
}
|
|
1810
|
-
}],
|
|
1811
|
-
line: 22
|
|
1812
|
-
},
|
|
1813
|
-
"8": {
|
|
1814
|
-
loc: {
|
|
1815
|
-
start: {
|
|
1816
|
-
line: 23,
|
|
1817
|
-
column: 2
|
|
1818
|
-
},
|
|
1819
|
-
end: {
|
|
1820
|
-
line: 23,
|
|
1821
|
-
column: 18
|
|
1822
|
-
}
|
|
1823
|
-
},
|
|
1824
|
-
type: "default-arg",
|
|
1825
|
-
locations: [{
|
|
1826
|
-
start: {
|
|
1827
|
-
line: 23,
|
|
1828
|
-
column: 16
|
|
1829
|
-
},
|
|
1830
|
-
end: {
|
|
1831
|
-
line: 23,
|
|
1832
|
-
column: 18
|
|
1833
|
-
}
|
|
1834
|
-
}],
|
|
1835
|
-
line: 23
|
|
1836
|
-
},
|
|
1837
|
-
"9": {
|
|
1838
|
-
loc: {
|
|
1839
|
-
start: {
|
|
1840
|
-
line: 36,
|
|
1841
|
-
column: 4
|
|
1842
|
-
},
|
|
1843
|
-
end: {
|
|
1844
|
-
line: 38,
|
|
1845
|
-
column: 58
|
|
1846
|
-
}
|
|
1847
|
-
},
|
|
1848
|
-
type: "cond-expr",
|
|
1849
|
-
locations: [{
|
|
1850
|
-
start: {
|
|
1851
|
-
line: 37,
|
|
1852
|
-
column: 8
|
|
1853
|
-
},
|
|
1854
|
-
end: {
|
|
1855
|
-
line: 37,
|
|
1856
|
-
column: 61
|
|
1857
|
-
}
|
|
1858
|
-
}, {
|
|
1859
|
-
start: {
|
|
1860
|
-
line: 38,
|
|
1861
|
-
column: 8
|
|
1862
|
-
},
|
|
1863
|
-
end: {
|
|
1864
|
-
line: 38,
|
|
1865
|
-
column: 58
|
|
1866
|
-
}
|
|
1867
|
-
}],
|
|
1868
|
-
line: 36
|
|
1869
|
-
},
|
|
1870
|
-
"10": {
|
|
1871
|
-
loc: {
|
|
1872
|
-
start: {
|
|
1873
|
-
line: 67,
|
|
1874
|
-
column: 13
|
|
1875
|
-
},
|
|
1876
|
-
end: {
|
|
1877
|
-
line: 78,
|
|
1878
|
-
column: 13
|
|
1879
|
-
}
|
|
1880
|
-
},
|
|
1881
|
-
type: "binary-expr",
|
|
1882
|
-
locations: [{
|
|
1883
|
-
start: {
|
|
1884
|
-
line: 67,
|
|
1885
|
-
column: 13
|
|
1886
|
-
},
|
|
1887
|
-
end: {
|
|
1888
|
-
line: 67,
|
|
1889
|
-
column: 25
|
|
1890
|
-
}
|
|
1891
|
-
}, {
|
|
1892
|
-
start: {
|
|
1893
|
-
line: 68,
|
|
1894
|
-
column: 14
|
|
1895
|
-
},
|
|
1896
|
-
end: {
|
|
1897
|
-
line: 77,
|
|
1898
|
-
column: 16
|
|
1899
|
-
}
|
|
1900
|
-
}],
|
|
1901
|
-
line: 67
|
|
1902
|
-
},
|
|
1903
|
-
"11": {
|
|
1904
|
-
loc: {
|
|
1905
|
-
start: {
|
|
1906
|
-
line: 79,
|
|
1907
|
-
column: 13
|
|
1908
|
-
},
|
|
1909
|
-
end: {
|
|
1910
|
-
line: 102,
|
|
1911
|
-
column: 13
|
|
1912
|
-
}
|
|
1913
|
-
},
|
|
1914
|
-
type: "cond-expr",
|
|
1915
|
-
locations: [{
|
|
1916
|
-
start: {
|
|
1917
|
-
line: 80,
|
|
1918
|
-
column: 14
|
|
1919
|
-
},
|
|
1920
|
-
end: {
|
|
1921
|
-
line: 97,
|
|
1922
|
-
column: 16
|
|
1923
|
-
}
|
|
1924
|
-
}, {
|
|
1925
|
-
start: {
|
|
1926
|
-
line: 99,
|
|
1927
|
-
column: 14
|
|
1928
|
-
},
|
|
1929
|
-
end: {
|
|
1930
|
-
line: 101,
|
|
1931
|
-
column: 21
|
|
1932
|
-
}
|
|
1933
|
-
}],
|
|
1934
|
-
line: 79
|
|
1935
|
-
},
|
|
1936
|
-
"12": {
|
|
1937
|
-
loc: {
|
|
1938
|
-
start: {
|
|
1939
|
-
line: 103,
|
|
1940
|
-
column: 13
|
|
1941
|
-
},
|
|
1942
|
-
end: {
|
|
1943
|
-
line: 108,
|
|
1944
|
-
column: 13
|
|
1945
|
-
}
|
|
1946
|
-
},
|
|
1947
|
-
type: "binary-expr",
|
|
1948
|
-
locations: [{
|
|
1949
|
-
start: {
|
|
1950
|
-
line: 103,
|
|
1951
|
-
column: 13
|
|
1952
|
-
},
|
|
1953
|
-
end: {
|
|
1954
|
-
line: 103,
|
|
1955
|
-
column: 26
|
|
1956
|
-
}
|
|
1957
|
-
}, {
|
|
1958
|
-
start: {
|
|
1959
|
-
line: 104,
|
|
1960
|
-
column: 14
|
|
1961
|
-
},
|
|
1962
|
-
end: {
|
|
1963
|
-
line: 107,
|
|
1964
|
-
column: 17
|
|
1965
|
-
}
|
|
1966
|
-
}],
|
|
1967
|
-
line: 103
|
|
1275
|
+
}],
|
|
1276
|
+
line: 7
|
|
1968
1277
|
}
|
|
1969
1278
|
},
|
|
1970
1279
|
s: {
|
|
1971
1280
|
"0": 0,
|
|
1972
1281
|
"1": 0,
|
|
1973
1282
|
"2": 0,
|
|
1974
|
-
"3": 0
|
|
1975
|
-
"4": 0,
|
|
1976
|
-
"5": 0,
|
|
1977
|
-
"6": 0,
|
|
1978
|
-
"7": 0,
|
|
1979
|
-
"8": 0,
|
|
1980
|
-
"9": 0,
|
|
1981
|
-
"10": 0,
|
|
1982
|
-
"11": 0,
|
|
1983
|
-
"12": 0,
|
|
1984
|
-
"13": 0,
|
|
1985
|
-
"14": 0,
|
|
1986
|
-
"15": 0
|
|
1283
|
+
"3": 0
|
|
1987
1284
|
},
|
|
1988
1285
|
f: {
|
|
1989
|
-
"0": 0
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
"
|
|
1993
|
-
"4": 0,
|
|
1994
|
-
"5": 0
|
|
1995
|
-
},
|
|
1996
|
-
b: {
|
|
1997
|
-
"0": [0],
|
|
1998
|
-
"1": [0],
|
|
1999
|
-
"2": [0],
|
|
2000
|
-
"3": [0],
|
|
2001
|
-
"4": [0],
|
|
2002
|
-
"5": [0],
|
|
2003
|
-
"6": [0],
|
|
2004
|
-
"7": [0],
|
|
2005
|
-
"8": [0],
|
|
2006
|
-
"9": [0, 0],
|
|
2007
|
-
"10": [0, 0],
|
|
2008
|
-
"11": [0, 0],
|
|
2009
|
-
"12": [0, 0]
|
|
1286
|
+
"0": 0
|
|
1287
|
+
},
|
|
1288
|
+
b: {
|
|
1289
|
+
"0": [0]
|
|
2010
1290
|
},
|
|
2011
1291
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
2012
|
-
hash: "
|
|
1292
|
+
hash: "9f901f9bc4d423cb9b0b0b31492fa4192f1d758f"
|
|
2013
1293
|
};
|
|
2014
1294
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
2015
1295
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -2025,123 +1305,41 @@ function cov_1nk47gzsi8() {
|
|
|
2025
1305
|
return actualCoverage;
|
|
2026
1306
|
}
|
|
2027
1307
|
cov_1nk47gzsi8();
|
|
1308
|
+
function ownKeys$2(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
1309
|
+
function _objectSpread$2(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$2(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$2(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
2028
1310
|
cov_1nk47gzsi8().s[0]++;
|
|
2029
1311
|
var Columns = function Columns(_ref) {
|
|
2030
|
-
var
|
|
2031
|
-
_ref$
|
|
2032
|
-
|
|
2033
|
-
_ref$columnData = _ref.columnData,
|
|
2034
|
-
columnData = _ref$columnData === void 0 ? (cov_1nk47gzsi8().b[1][0]++, []) : _ref$columnData,
|
|
2035
|
-
_ref$dropdownProps = _ref.dropdownProps,
|
|
2036
|
-
dropdownProps = _ref$dropdownProps === void 0 ? (cov_1nk47gzsi8().b[2][0]++, {}) : _ref$dropdownProps,
|
|
2037
|
-
_ref$fixedColumns = _ref.fixedColumns,
|
|
2038
|
-
fixedColumns = _ref$fixedColumns === void 0 ? (cov_1nk47gzsi8().b[3][0]++, []) : _ref$fixedColumns,
|
|
2039
|
-
_ref$isSearchable = _ref.isSearchable,
|
|
2040
|
-
isSearchable = _ref$isSearchable === void 0 ? (cov_1nk47gzsi8().b[4][0]++, false) : _ref$isSearchable,
|
|
2041
|
-
_ref$localStorageKey = _ref.localStorageKey,
|
|
2042
|
-
localStorageKey = _ref$localStorageKey === void 0 ? (cov_1nk47gzsi8().b[5][0]++, "") : _ref$localStorageKey,
|
|
2043
|
-
_ref$noColumnMessage = _ref.noColumnMessage,
|
|
2044
|
-
noColumnMessage = _ref$noColumnMessage === void 0 ? (cov_1nk47gzsi8().b[6][0]++, i18next__default["default"].t("neetoMolecules.columns.noColumns")) : _ref$noColumnMessage,
|
|
2045
|
-
_ref$onChange = _ref.onChange,
|
|
2046
|
-
onChange = _ref$onChange === void 0 ? (cov_1nk47gzsi8().b[7][0]++, ramda.identity) : _ref$onChange,
|
|
2047
|
-
_ref$searchProps = _ref.searchProps,
|
|
2048
|
-
searchProps = _ref$searchProps === void 0 ? (cov_1nk47gzsi8().b[8][0]++, {}) : _ref$searchProps;
|
|
1312
|
+
var _ref$dropdownProps = _ref.dropdownProps,
|
|
1313
|
+
dropdownProps = _ref$dropdownProps === void 0 ? (cov_1nk47gzsi8().b[0][0]++, {}) : _ref$dropdownProps,
|
|
1314
|
+
props = _objectWithoutProperties(_ref, _excluded$1);
|
|
2049
1315
|
cov_1nk47gzsi8().f[0]++;
|
|
2050
|
-
var _ref2 = (cov_1nk47gzsi8().s[1]++,
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
hiddenColumns = _ref4[0],
|
|
2057
|
-
setHiddenColumns = _ref4[1];
|
|
2058
|
-
var _ref5 = (cov_1nk47gzsi8().s[3]++, React.useState("")),
|
|
2059
|
-
_ref6 = _slicedToArray(_ref5, 2),
|
|
2060
|
-
searchTerm = _ref6[0],
|
|
2061
|
-
setSearchTerm = _ref6[1];
|
|
2062
|
-
var columns = (cov_1nk47gzsi8().s[4]++, removeFixedColumns(fixedColumns, columnData));
|
|
2063
|
-
var filteredColumns = (cov_1nk47gzsi8().s[5]++, filterBySearchTerm(searchTerm, columns));
|
|
2064
|
-
cov_1nk47gzsi8().s[6]++;
|
|
2065
|
-
var handleChange = function handleChange(_ref7) {
|
|
2066
|
-
var _ref7$target = _ref7.target,
|
|
2067
|
-
dataIndex = _ref7$target.name,
|
|
2068
|
-
checked = _ref7$target.checked;
|
|
2069
|
-
cov_1nk47gzsi8().f[1]++;
|
|
2070
|
-
cov_1nk47gzsi8().s[7]++;
|
|
2071
|
-
return checked ? (cov_1nk47gzsi8().b[9][0]++, setHiddenColumns(ramda.without([dataIndex], hiddenColumns))) : (cov_1nk47gzsi8().b[9][1]++, setHiddenColumns(ramda.append(dataIndex, hiddenColumns)));
|
|
2072
|
-
};
|
|
2073
|
-
cov_1nk47gzsi8().s[8]++;
|
|
2074
|
-
var handleSearch = function handleSearch(_ref8) {
|
|
2075
|
-
var value = _ref8.target.value;
|
|
2076
|
-
cov_1nk47gzsi8().f[2]++;
|
|
2077
|
-
cov_1nk47gzsi8().s[9]++;
|
|
2078
|
-
return setSearchTerm(value);
|
|
2079
|
-
};
|
|
2080
|
-
cov_1nk47gzsi8().s[10]++;
|
|
2081
|
-
React.useEffect(function () {
|
|
2082
|
-
cov_1nk47gzsi8().f[3]++;
|
|
2083
|
-
cov_1nk47gzsi8().s[11]++;
|
|
2084
|
-
onChange(pure.removeBy({
|
|
2085
|
-
dataIndex: ramda.includes(ramda.__, hiddenColumns)
|
|
2086
|
-
}, columnData));
|
|
2087
|
-
}, [columnData, hiddenColumns]);
|
|
2088
|
-
var _ref9 = (cov_1nk47gzsi8().s[12]++, reactI18next.useTranslation()),
|
|
2089
|
-
t = _ref9.t;
|
|
2090
|
-
cov_1nk47gzsi8().s[13]++;
|
|
1316
|
+
var _ref2 = (cov_1nk47gzsi8().s[1]++, reactI18next.useTranslation()),
|
|
1317
|
+
t = _ref2.t;
|
|
1318
|
+
var _ref3 = (cov_1nk47gzsi8().s[2]++, dropdownProps),
|
|
1319
|
+
buttonProps = _ref3.buttonProps,
|
|
1320
|
+
restDropdownProps = _objectWithoutProperties(_ref3, _excluded2);
|
|
1321
|
+
cov_1nk47gzsi8().s[3]++;
|
|
2091
1322
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2092
1323
|
className: "neeto-molecules-subheader__columns"
|
|
2093
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
cov_1nk47gzsi8().s[14]++;
|
|
2108
|
-
return setSearchTerm("");
|
|
2109
|
-
}
|
|
2110
|
-
}, dropdownProps), /*#__PURE__*/React__default["default"].createElement(Menu, null, /*#__PURE__*/React__default["default"].createElement("div", null, (cov_1nk47gzsi8().b[10][0]++, isSearchable) && (cov_1nk47gzsi8().b[10][1]++, /*#__PURE__*/React__default["default"].createElement(neetoui.Input, _extends({
|
|
2111
|
-
className: "neeto-ui-px-3 neeto-ui-py-2",
|
|
2112
|
-
"data-cy": "neeto-ui-columns-search",
|
|
2113
|
-
placeholder: t("neetoMolecules.columns.search"),
|
|
2114
|
-
prefix: /*#__PURE__*/React__default["default"].createElement(neetoIcons.Search, null),
|
|
2115
|
-
type: "search",
|
|
2116
|
-
value: searchTerm,
|
|
2117
|
-
onChange: handleSearch
|
|
2118
|
-
}, searchProps))), pure.isNotEmpty(filteredColumns) ? (cov_1nk47gzsi8().b[11][0]++, filteredColumns.map(function (_ref10) {
|
|
2119
|
-
var dataIndex = _ref10.dataIndex,
|
|
2120
|
-
key = _ref10.key,
|
|
2121
|
-
title = _ref10.title;
|
|
2122
|
-
cov_1nk47gzsi8().f[5]++;
|
|
2123
|
-
cov_1nk47gzsi8().s[15]++;
|
|
2124
|
-
return /*#__PURE__*/React__default["default"].createElement(MenuItem, {
|
|
2125
|
-
key: key
|
|
2126
|
-
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Label, {
|
|
2127
|
-
className: "neeto-ui-w-full neeto-ui-px-3 neeto-ui-py-2 hover:neeto-ui-bg-gray-200 neeto-ui-cursor-pointer",
|
|
2128
|
-
htmlFor: dataIndex
|
|
2129
|
-
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Checkbox, _extends({
|
|
2130
|
-
checked: !hiddenColumns.includes(dataIndex),
|
|
2131
|
-
"data-cy": "neeto-ui-columns-checkbox",
|
|
2132
|
-
id: dataIndex,
|
|
2133
|
-
label: title,
|
|
2134
|
-
name: dataIndex,
|
|
2135
|
-
onChange: handleChange
|
|
2136
|
-
}, checkboxProps))));
|
|
2137
|
-
})) : (cov_1nk47gzsi8().b[11][1]++, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2138
|
-
className: "neeto-ui-flex neeto-ui-flex-col neeto-ui-items-center neeto-ui-p-2"
|
|
2139
|
-
}, noColumnMessage)), (cov_1nk47gzsi8().b[12][0]++, !!actionBlock) && (cov_1nk47gzsi8().b[12][1]++, /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement(Divider, null), actionBlock))))));
|
|
1324
|
+
}, /*#__PURE__*/React__default["default"].createElement(ManageColumns__default["default"], _extends({
|
|
1325
|
+
dropdownProps: _objectSpread$2({
|
|
1326
|
+
buttonProps: _objectSpread$2({
|
|
1327
|
+
icon: neetoIcons.Column,
|
|
1328
|
+
label: null,
|
|
1329
|
+
tooltipProps: {
|
|
1330
|
+
content: t("neetoMolecules.columns.columns"),
|
|
1331
|
+
position: "bottom"
|
|
1332
|
+
},
|
|
1333
|
+
"data-testid": "columns-button",
|
|
1334
|
+
"data-cy": "columns-dropdown-button"
|
|
1335
|
+
}, buttonProps)
|
|
1336
|
+
}, restDropdownProps)
|
|
1337
|
+
}, props)));
|
|
2140
1338
|
};
|
|
2141
1339
|
|
|
2142
1340
|
function cov_td1jpvcmw() {
|
|
2143
1341
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/Download.jsx";
|
|
2144
|
-
var hash = "
|
|
1342
|
+
var hash = "a2283a341efcaf1ad652751480fdafc6709b57d9";
|
|
2145
1343
|
var global = new Function("return this")();
|
|
2146
1344
|
var gcv = "__coverage__";
|
|
2147
1345
|
var coverageData = {
|
|
@@ -2153,27 +1351,27 @@ function cov_td1jpvcmw() {
|
|
|
2153
1351
|
column: 23
|
|
2154
1352
|
},
|
|
2155
1353
|
end: {
|
|
2156
|
-
line:
|
|
1354
|
+
line: 34,
|
|
2157
1355
|
column: 1
|
|
2158
1356
|
}
|
|
2159
1357
|
},
|
|
2160
1358
|
"1": {
|
|
2161
1359
|
start: {
|
|
2162
|
-
line:
|
|
1360
|
+
line: 12,
|
|
2163
1361
|
column: 16
|
|
2164
1362
|
},
|
|
2165
1363
|
end: {
|
|
2166
|
-
line:
|
|
1364
|
+
line: 12,
|
|
2167
1365
|
column: 32
|
|
2168
1366
|
}
|
|
2169
1367
|
},
|
|
2170
1368
|
"2": {
|
|
2171
1369
|
start: {
|
|
2172
|
-
line:
|
|
1370
|
+
line: 14,
|
|
2173
1371
|
column: 2
|
|
2174
1372
|
},
|
|
2175
1373
|
end: {
|
|
2176
|
-
line:
|
|
1374
|
+
line: 33,
|
|
2177
1375
|
column: 4
|
|
2178
1376
|
}
|
|
2179
1377
|
}
|
|
@@ -2193,50 +1391,74 @@ function cov_td1jpvcmw() {
|
|
|
2193
1391
|
},
|
|
2194
1392
|
loc: {
|
|
2195
1393
|
start: {
|
|
2196
|
-
line:
|
|
2197
|
-
column:
|
|
1394
|
+
line: 11,
|
|
1395
|
+
column: 6
|
|
2198
1396
|
},
|
|
2199
1397
|
end: {
|
|
2200
|
-
line:
|
|
1398
|
+
line: 34,
|
|
2201
1399
|
column: 1
|
|
2202
1400
|
}
|
|
2203
1401
|
},
|
|
2204
|
-
line:
|
|
1402
|
+
line: 11
|
|
2205
1403
|
}
|
|
2206
1404
|
},
|
|
2207
1405
|
branchMap: {
|
|
2208
1406
|
"0": {
|
|
2209
1407
|
loc: {
|
|
2210
1408
|
start: {
|
|
2211
|
-
line:
|
|
1409
|
+
line: 10,
|
|
1410
|
+
column: 13
|
|
1411
|
+
},
|
|
1412
|
+
end: {
|
|
1413
|
+
line: 10,
|
|
1414
|
+
column: 39
|
|
1415
|
+
}
|
|
1416
|
+
},
|
|
1417
|
+
type: "default-arg",
|
|
1418
|
+
locations: [{
|
|
1419
|
+
start: {
|
|
1420
|
+
line: 10,
|
|
1421
|
+
column: 22
|
|
1422
|
+
},
|
|
1423
|
+
end: {
|
|
1424
|
+
line: 10,
|
|
1425
|
+
column: 39
|
|
1426
|
+
}
|
|
1427
|
+
}],
|
|
1428
|
+
line: 10
|
|
1429
|
+
},
|
|
1430
|
+
"1": {
|
|
1431
|
+
loc: {
|
|
1432
|
+
start: {
|
|
1433
|
+
line: 27,
|
|
2212
1434
|
column: 7
|
|
2213
1435
|
},
|
|
2214
1436
|
end: {
|
|
2215
|
-
line:
|
|
1437
|
+
line: 31,
|
|
2216
1438
|
column: 7
|
|
2217
1439
|
}
|
|
2218
1440
|
},
|
|
2219
1441
|
type: "binary-expr",
|
|
2220
1442
|
locations: [{
|
|
2221
1443
|
start: {
|
|
2222
|
-
line:
|
|
1444
|
+
line: 27,
|
|
2223
1445
|
column: 7
|
|
2224
1446
|
},
|
|
2225
1447
|
end: {
|
|
2226
|
-
line:
|
|
1448
|
+
line: 27,
|
|
2227
1449
|
column: 12
|
|
2228
1450
|
}
|
|
2229
1451
|
}, {
|
|
2230
1452
|
start: {
|
|
2231
|
-
line:
|
|
1453
|
+
line: 28,
|
|
2232
1454
|
column: 8
|
|
2233
1455
|
},
|
|
2234
1456
|
end: {
|
|
2235
|
-
line:
|
|
1457
|
+
line: 30,
|
|
2236
1458
|
column: 15
|
|
2237
1459
|
}
|
|
2238
1460
|
}],
|
|
2239
|
-
line:
|
|
1461
|
+
line: 27
|
|
2240
1462
|
}
|
|
2241
1463
|
},
|
|
2242
1464
|
s: {
|
|
@@ -2248,10 +1470,11 @@ function cov_td1jpvcmw() {
|
|
|
2248
1470
|
"0": 0
|
|
2249
1471
|
},
|
|
2250
1472
|
b: {
|
|
2251
|
-
"0": [0,
|
|
1473
|
+
"0": [0],
|
|
1474
|
+
"1": [0, 0]
|
|
2252
1475
|
},
|
|
2253
1476
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
2254
|
-
hash: "
|
|
1477
|
+
hash: "a2283a341efcaf1ad652751480fdafc6709b57d9"
|
|
2255
1478
|
};
|
|
2256
1479
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
2257
1480
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -2270,7 +1493,9 @@ cov_td1jpvcmw();
|
|
|
2270
1493
|
cov_td1jpvcmw().s[0]++;
|
|
2271
1494
|
var DownloadButton = function DownloadButton(_ref) {
|
|
2272
1495
|
var count = _ref.count,
|
|
2273
|
-
onClick = _ref.onClick
|
|
1496
|
+
onClick = _ref.onClick,
|
|
1497
|
+
_ref$dataCy = _ref["data-cy"],
|
|
1498
|
+
dataCy = _ref$dataCy === void 0 ? (cov_td1jpvcmw().b[0][0]++, "download-button") : _ref$dataCy;
|
|
2274
1499
|
cov_td1jpvcmw().f[0]++;
|
|
2275
1500
|
var _ref2 = (cov_td1jpvcmw().s[1]++, reactI18next.useTranslation()),
|
|
2276
1501
|
t = _ref2.t;
|
|
@@ -2278,6 +1503,7 @@ var DownloadButton = function DownloadButton(_ref) {
|
|
|
2278
1503
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2279
1504
|
className: "neeto-molecules-subheader__download"
|
|
2280
1505
|
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
|
|
1506
|
+
"data-cy": dataCy,
|
|
2281
1507
|
"data-testid": "download-button",
|
|
2282
1508
|
icon: neetoIcons.Download,
|
|
2283
1509
|
style: "text",
|
|
@@ -2286,56 +1512,15 @@ var DownloadButton = function DownloadButton(_ref) {
|
|
|
2286
1512
|
position: "bottom"
|
|
2287
1513
|
},
|
|
2288
1514
|
onClick: onClick
|
|
2289
|
-
}), (cov_td1jpvcmw().b[
|
|
1515
|
+
}), (cov_td1jpvcmw().b[1][0]++, count) && (cov_td1jpvcmw().b[1][1]++, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2290
1516
|
className: "neeto-molecules-subheader__download-count"
|
|
2291
1517
|
}, count)));
|
|
2292
1518
|
};
|
|
2293
1519
|
|
|
2294
|
-
function _typeof(obj) {
|
|
2295
|
-
"@babel/helpers - typeof";
|
|
2296
|
-
|
|
2297
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
2298
|
-
return typeof obj;
|
|
2299
|
-
} : function (obj) {
|
|
2300
|
-
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
2301
|
-
}, _typeof(obj);
|
|
2302
|
-
}
|
|
2303
|
-
|
|
2304
|
-
function _toPrimitive(input, hint) {
|
|
2305
|
-
if (_typeof(input) !== "object" || input === null) return input;
|
|
2306
|
-
var prim = input[Symbol.toPrimitive];
|
|
2307
|
-
if (prim !== undefined) {
|
|
2308
|
-
var res = prim.call(input, hint || "default");
|
|
2309
|
-
if (_typeof(res) !== "object") return res;
|
|
2310
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2311
|
-
}
|
|
2312
|
-
return (hint === "string" ? String : Number)(input);
|
|
2313
|
-
}
|
|
2314
|
-
|
|
2315
|
-
function _toPropertyKey(arg) {
|
|
2316
|
-
var key = _toPrimitive(arg, "string");
|
|
2317
|
-
return _typeof(key) === "symbol" ? key : String(key);
|
|
2318
|
-
}
|
|
2319
|
-
|
|
2320
|
-
function _defineProperty(obj, key, value) {
|
|
2321
|
-
key = _toPropertyKey(key);
|
|
2322
|
-
if (key in obj) {
|
|
2323
|
-
Object.defineProperty(obj, key, {
|
|
2324
|
-
value: value,
|
|
2325
|
-
enumerable: true,
|
|
2326
|
-
configurable: true,
|
|
2327
|
-
writable: true
|
|
2328
|
-
});
|
|
2329
|
-
} else {
|
|
2330
|
-
obj[key] = value;
|
|
2331
|
-
}
|
|
2332
|
-
return obj;
|
|
2333
|
-
}
|
|
2334
|
-
|
|
2335
1520
|
var _excluded = ["buttonProps"];
|
|
2336
1521
|
function cov_m5zh4tynr() {
|
|
2337
1522
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/Filter.jsx";
|
|
2338
|
-
var hash = "
|
|
1523
|
+
var hash = "15fd106418316fa8f49263416bc0aea91d893139";
|
|
2339
1524
|
var global = new Function("return this")();
|
|
2340
1525
|
var gcv = "__coverage__";
|
|
2341
1526
|
var coverageData = {
|
|
@@ -2347,7 +1532,7 @@ function cov_m5zh4tynr() {
|
|
|
2347
1532
|
column: 21
|
|
2348
1533
|
},
|
|
2349
1534
|
end: {
|
|
2350
|
-
line:
|
|
1535
|
+
line: 29,
|
|
2351
1536
|
column: 1
|
|
2352
1537
|
}
|
|
2353
1538
|
},
|
|
@@ -2367,7 +1552,7 @@ function cov_m5zh4tynr() {
|
|
|
2367
1552
|
column: 2
|
|
2368
1553
|
},
|
|
2369
1554
|
end: {
|
|
2370
|
-
line:
|
|
1555
|
+
line: 28,
|
|
2371
1556
|
column: 4
|
|
2372
1557
|
}
|
|
2373
1558
|
}
|
|
@@ -2391,7 +1576,7 @@ function cov_m5zh4tynr() {
|
|
|
2391
1576
|
column: 52
|
|
2392
1577
|
},
|
|
2393
1578
|
end: {
|
|
2394
|
-
line:
|
|
1579
|
+
line: 29,
|
|
2395
1580
|
column: 1
|
|
2396
1581
|
}
|
|
2397
1582
|
},
|
|
@@ -2409,7 +1594,7 @@ function cov_m5zh4tynr() {
|
|
|
2409
1594
|
},
|
|
2410
1595
|
b: {},
|
|
2411
1596
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
2412
|
-
hash: "
|
|
1597
|
+
hash: "15fd106418316fa8f49263416bc0aea91d893139"
|
|
2413
1598
|
};
|
|
2414
1599
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
2415
1600
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -2440,6 +1625,7 @@ var FilterButton = function FilterButton(_ref) {
|
|
|
2440
1625
|
}, /*#__PURE__*/React__default["default"].createElement(neetoFiltersFrontend.Filters, _extends({
|
|
2441
1626
|
buttonProps: _objectSpread$1({
|
|
2442
1627
|
"data-testid": "filter-button",
|
|
1628
|
+
"data-cy": "neeto-filters-button",
|
|
2443
1629
|
icon: neetoIcons.Filter,
|
|
2444
1630
|
style: "text",
|
|
2445
1631
|
tooltipProps: {
|
|
@@ -2862,7 +2048,7 @@ SubHeader.RightBlock = RightBlock;
|
|
|
2862
2048
|
|
|
2863
2049
|
function cov_222iv29ng9() {
|
|
2864
2050
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/CustomDomain/constants.js";
|
|
2865
|
-
var hash = "
|
|
2051
|
+
var hash = "87f052284a82ce00f5a1bb3c70dc428b98bd8b8f";
|
|
2866
2052
|
var global = new Function("return this")();
|
|
2867
2053
|
var gcv = "__coverage__";
|
|
2868
2054
|
var coverageData = {
|
|
@@ -2895,7 +2081,7 @@ function cov_222iv29ng9() {
|
|
|
2895
2081
|
},
|
|
2896
2082
|
end: {
|
|
2897
2083
|
line: 5,
|
|
2898
|
-
column:
|
|
2084
|
+
column: 36
|
|
2899
2085
|
}
|
|
2900
2086
|
},
|
|
2901
2087
|
"3": {
|
|
@@ -2905,7 +2091,7 @@ function cov_222iv29ng9() {
|
|
|
2905
2091
|
},
|
|
2906
2092
|
end: {
|
|
2907
2093
|
line: 7,
|
|
2908
|
-
column:
|
|
2094
|
+
column: 34
|
|
2909
2095
|
}
|
|
2910
2096
|
}
|
|
2911
2097
|
},
|
|
@@ -2920,7 +2106,7 @@ function cov_222iv29ng9() {
|
|
|
2920
2106
|
f: {},
|
|
2921
2107
|
b: {},
|
|
2922
2108
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
2923
|
-
hash: "
|
|
2109
|
+
hash: "87f052284a82ce00f5a1bb3c70dc428b98bd8b8f"
|
|
2924
2110
|
};
|
|
2925
2111
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
2926
2112
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -2938,8 +2124,12 @@ function cov_222iv29ng9() {
|
|
|
2938
2124
|
cov_222iv29ng9();
|
|
2939
2125
|
var DEFAULT_STALE_TIME = (cov_222iv29ng9().s[0]++, 60 * 60 * 1000);
|
|
2940
2126
|
var DOMAIN_QUERY_KEY = (cov_222iv29ng9().s[1]++, "custom-domain");
|
|
2941
|
-
var SINGULAR = (cov_222iv29ng9().s[2]++,
|
|
2942
|
-
|
|
2127
|
+
var SINGULAR = (cov_222iv29ng9().s[2]++, {
|
|
2128
|
+
count: 1
|
|
2129
|
+
});
|
|
2130
|
+
var PLURAL = (cov_222iv29ng9().s[3]++, {
|
|
2131
|
+
count: 2
|
|
2132
|
+
});
|
|
2943
2133
|
|
|
2944
2134
|
function cov_1uqwnv9h7p() {
|
|
2945
2135
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/CustomDomain/Manage/constants.js";
|
|
@@ -3431,7 +2621,7 @@ var TagBlock = function TagBlock(_ref) {
|
|
|
3431
2621
|
|
|
3432
2622
|
function cov_20ap541pw6() {
|
|
3433
2623
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/CustomDomain/utils.jsx";
|
|
3434
|
-
var hash = "
|
|
2624
|
+
var hash = "babbad7462db6cae00c79258810ca55a58a0e27e";
|
|
3435
2625
|
var global = new Function("return this")();
|
|
3436
2626
|
var gcv = "__coverage__";
|
|
3437
2627
|
var coverageData = {
|
|
@@ -3453,7 +2643,7 @@ function cov_20ap541pw6() {
|
|
|
3453
2643
|
column: 32
|
|
3454
2644
|
},
|
|
3455
2645
|
end: {
|
|
3456
|
-
line:
|
|
2646
|
+
line: 49,
|
|
3457
2647
|
column: 1
|
|
3458
2648
|
}
|
|
3459
2649
|
},
|
|
@@ -3463,157 +2653,157 @@ function cov_20ap541pw6() {
|
|
|
3463
2653
|
column: 73
|
|
3464
2654
|
},
|
|
3465
2655
|
end: {
|
|
3466
|
-
line:
|
|
2656
|
+
line: 49,
|
|
3467
2657
|
column: 1
|
|
3468
2658
|
}
|
|
3469
2659
|
},
|
|
3470
2660
|
"3": {
|
|
3471
2661
|
start: {
|
|
3472
|
-
line:
|
|
2662
|
+
line: 22,
|
|
3473
2663
|
column: 22
|
|
3474
2664
|
},
|
|
3475
2665
|
end: {
|
|
3476
|
-
line:
|
|
2666
|
+
line: 22,
|
|
3477
2667
|
column: 50
|
|
3478
2668
|
}
|
|
3479
2669
|
},
|
|
3480
2670
|
"4": {
|
|
3481
2671
|
start: {
|
|
3482
|
-
line:
|
|
2672
|
+
line: 29,
|
|
3483
2673
|
column: 6
|
|
3484
2674
|
},
|
|
3485
2675
|
end: {
|
|
3486
|
-
line:
|
|
2676
|
+
line: 46,
|
|
3487
2677
|
column: 12
|
|
3488
2678
|
}
|
|
3489
2679
|
},
|
|
3490
2680
|
"5": {
|
|
3491
2681
|
start: {
|
|
3492
|
-
line:
|
|
2682
|
+
line: 29,
|
|
3493
2683
|
column: 25
|
|
3494
2684
|
},
|
|
3495
2685
|
end: {
|
|
3496
|
-
line:
|
|
2686
|
+
line: 29,
|
|
3497
2687
|
column: 44
|
|
3498
2688
|
}
|
|
3499
2689
|
},
|
|
3500
2690
|
"6": {
|
|
3501
2691
|
start: {
|
|
3502
|
-
line:
|
|
2692
|
+
line: 38,
|
|
3503
2693
|
column: 44
|
|
3504
2694
|
},
|
|
3505
2695
|
end: {
|
|
3506
|
-
line:
|
|
2696
|
+
line: 38,
|
|
3507
2697
|
column: 74
|
|
3508
2698
|
}
|
|
3509
2699
|
},
|
|
3510
2700
|
"7": {
|
|
3511
2701
|
start: {
|
|
3512
|
-
line:
|
|
2702
|
+
line: 41,
|
|
3513
2703
|
column: 44
|
|
3514
2704
|
},
|
|
3515
2705
|
end: {
|
|
3516
|
-
line:
|
|
2706
|
+
line: 41,
|
|
3517
2707
|
column: 75
|
|
3518
2708
|
}
|
|
3519
2709
|
},
|
|
3520
2710
|
"8": {
|
|
3521
2711
|
start: {
|
|
3522
|
-
line:
|
|
2712
|
+
line: 51,
|
|
3523
2713
|
column: 26
|
|
3524
2714
|
},
|
|
3525
2715
|
end: {
|
|
3526
|
-
line:
|
|
2716
|
+
line: 88,
|
|
3527
2717
|
column: 1
|
|
3528
2718
|
}
|
|
3529
2719
|
},
|
|
3530
2720
|
"9": {
|
|
3531
2721
|
start: {
|
|
3532
|
-
line:
|
|
2722
|
+
line: 52,
|
|
3533
2723
|
column: 65
|
|
3534
2724
|
},
|
|
3535
2725
|
end: {
|
|
3536
|
-
line:
|
|
2726
|
+
line: 52,
|
|
3537
2727
|
column: 77
|
|
3538
2728
|
}
|
|
3539
2729
|
},
|
|
3540
2730
|
"10": {
|
|
3541
2731
|
start: {
|
|
3542
|
-
line:
|
|
2732
|
+
line: 55,
|
|
3543
2733
|
column: 4
|
|
3544
2734
|
},
|
|
3545
2735
|
end: {
|
|
3546
|
-
line:
|
|
2736
|
+
line: 55,
|
|
3547
2737
|
column: 64
|
|
3548
2738
|
}
|
|
3549
2739
|
},
|
|
3550
2740
|
"11": {
|
|
3551
2741
|
start: {
|
|
3552
|
-
line:
|
|
2742
|
+
line: 57,
|
|
3553
2743
|
column: 21
|
|
3554
2744
|
},
|
|
3555
2745
|
end: {
|
|
3556
|
-
line:
|
|
2746
|
+
line: 57,
|
|
3557
2747
|
column: 79
|
|
3558
2748
|
}
|
|
3559
2749
|
},
|
|
3560
2750
|
"12": {
|
|
3561
2751
|
start: {
|
|
3562
|
-
line:
|
|
2752
|
+
line: 59,
|
|
3563
2753
|
column: 22
|
|
3564
2754
|
},
|
|
3565
2755
|
end: {
|
|
3566
|
-
line:
|
|
2756
|
+
line: 61,
|
|
3567
2757
|
column: 34
|
|
3568
2758
|
}
|
|
3569
2759
|
},
|
|
3570
2760
|
"13": {
|
|
3571
2761
|
start: {
|
|
3572
|
-
line:
|
|
2762
|
+
line: 63,
|
|
3573
2763
|
column: 21
|
|
3574
2764
|
},
|
|
3575
2765
|
end: {
|
|
3576
|
-
line:
|
|
2766
|
+
line: 65,
|
|
3577
2767
|
column: 60
|
|
3578
2768
|
}
|
|
3579
2769
|
},
|
|
3580
2770
|
"14": {
|
|
3581
2771
|
start: {
|
|
3582
|
-
line:
|
|
2772
|
+
line: 67,
|
|
3583
2773
|
column: 28
|
|
3584
2774
|
},
|
|
3585
2775
|
end: {
|
|
3586
|
-
line:
|
|
2776
|
+
line: 69,
|
|
3587
2777
|
column: 4
|
|
3588
2778
|
}
|
|
3589
2779
|
},
|
|
3590
2780
|
"15": {
|
|
3591
2781
|
start: {
|
|
3592
|
-
line:
|
|
2782
|
+
line: 71,
|
|
3593
2783
|
column: 26
|
|
3594
2784
|
},
|
|
3595
2785
|
end: {
|
|
3596
|
-
line:
|
|
2786
|
+
line: 74,
|
|
3597
2787
|
column: 4
|
|
3598
2788
|
}
|
|
3599
2789
|
},
|
|
3600
2790
|
"16": {
|
|
3601
2791
|
start: {
|
|
3602
|
-
line:
|
|
2792
|
+
line: 76,
|
|
3603
2793
|
column: 27
|
|
3604
2794
|
},
|
|
3605
2795
|
end: {
|
|
3606
|
-
line:
|
|
2796
|
+
line: 79,
|
|
3607
2797
|
column: 4
|
|
3608
2798
|
}
|
|
3609
2799
|
},
|
|
3610
2800
|
"17": {
|
|
3611
2801
|
start: {
|
|
3612
|
-
line:
|
|
2802
|
+
line: 81,
|
|
3613
2803
|
column: 2
|
|
3614
2804
|
},
|
|
3615
2805
|
end: {
|
|
3616
|
-
line:
|
|
2806
|
+
line: 87,
|
|
3617
2807
|
column: 4
|
|
3618
2808
|
}
|
|
3619
2809
|
}
|
|
@@ -3637,7 +2827,7 @@ function cov_20ap541pw6() {
|
|
|
3637
2827
|
column: 73
|
|
3638
2828
|
},
|
|
3639
2829
|
end: {
|
|
3640
|
-
line:
|
|
2830
|
+
line: 49,
|
|
3641
2831
|
column: 1
|
|
3642
2832
|
}
|
|
3643
2833
|
},
|
|
@@ -3647,279 +2837,279 @@ function cov_20ap541pw6() {
|
|
|
3647
2837
|
name: "(anonymous_1)",
|
|
3648
2838
|
decl: {
|
|
3649
2839
|
start: {
|
|
3650
|
-
line:
|
|
2840
|
+
line: 22,
|
|
3651
2841
|
column: 12
|
|
3652
2842
|
},
|
|
3653
2843
|
end: {
|
|
3654
|
-
line:
|
|
2844
|
+
line: 22,
|
|
3655
2845
|
column: 13
|
|
3656
2846
|
}
|
|
3657
2847
|
},
|
|
3658
2848
|
loc: {
|
|
3659
2849
|
start: {
|
|
3660
|
-
line:
|
|
2850
|
+
line: 22,
|
|
3661
2851
|
column: 22
|
|
3662
2852
|
},
|
|
3663
2853
|
end: {
|
|
3664
|
-
line:
|
|
2854
|
+
line: 22,
|
|
3665
2855
|
column: 50
|
|
3666
2856
|
}
|
|
3667
2857
|
},
|
|
3668
|
-
line:
|
|
2858
|
+
line: 22
|
|
3669
2859
|
},
|
|
3670
2860
|
"2": {
|
|
3671
2861
|
name: "(anonymous_2)",
|
|
3672
2862
|
decl: {
|
|
3673
2863
|
start: {
|
|
3674
|
-
line:
|
|
2864
|
+
line: 28,
|
|
3675
2865
|
column: 12
|
|
3676
2866
|
},
|
|
3677
2867
|
end: {
|
|
3678
|
-
line:
|
|
2868
|
+
line: 28,
|
|
3679
2869
|
column: 13
|
|
3680
2870
|
}
|
|
3681
2871
|
},
|
|
3682
2872
|
loc: {
|
|
3683
2873
|
start: {
|
|
3684
|
-
line:
|
|
2874
|
+
line: 29,
|
|
3685
2875
|
column: 6
|
|
3686
2876
|
},
|
|
3687
2877
|
end: {
|
|
3688
|
-
line:
|
|
2878
|
+
line: 46,
|
|
3689
2879
|
column: 12
|
|
3690
2880
|
}
|
|
3691
2881
|
},
|
|
3692
|
-
line:
|
|
2882
|
+
line: 29
|
|
3693
2883
|
},
|
|
3694
2884
|
"3": {
|
|
3695
2885
|
name: "(anonymous_3)",
|
|
3696
2886
|
decl: {
|
|
3697
2887
|
start: {
|
|
3698
|
-
line:
|
|
2888
|
+
line: 29,
|
|
3699
2889
|
column: 20
|
|
3700
2890
|
},
|
|
3701
2891
|
end: {
|
|
3702
|
-
line:
|
|
2892
|
+
line: 29,
|
|
3703
2893
|
column: 21
|
|
3704
2894
|
}
|
|
3705
2895
|
},
|
|
3706
2896
|
loc: {
|
|
3707
2897
|
start: {
|
|
3708
|
-
line:
|
|
2898
|
+
line: 29,
|
|
3709
2899
|
column: 25
|
|
3710
2900
|
},
|
|
3711
2901
|
end: {
|
|
3712
|
-
line:
|
|
2902
|
+
line: 29,
|
|
3713
2903
|
column: 44
|
|
3714
2904
|
}
|
|
3715
2905
|
},
|
|
3716
|
-
line:
|
|
2906
|
+
line: 29
|
|
3717
2907
|
},
|
|
3718
2908
|
"4": {
|
|
3719
2909
|
name: "(anonymous_4)",
|
|
3720
2910
|
decl: {
|
|
3721
2911
|
start: {
|
|
3722
|
-
line:
|
|
2912
|
+
line: 38,
|
|
3723
2913
|
column: 38
|
|
3724
2914
|
},
|
|
3725
2915
|
end: {
|
|
3726
|
-
line:
|
|
2916
|
+
line: 38,
|
|
3727
2917
|
column: 39
|
|
3728
2918
|
}
|
|
3729
2919
|
},
|
|
3730
2920
|
loc: {
|
|
3731
2921
|
start: {
|
|
3732
|
-
line:
|
|
2922
|
+
line: 38,
|
|
3733
2923
|
column: 44
|
|
3734
2924
|
},
|
|
3735
2925
|
end: {
|
|
3736
|
-
line:
|
|
2926
|
+
line: 38,
|
|
3737
2927
|
column: 74
|
|
3738
2928
|
}
|
|
3739
2929
|
},
|
|
3740
|
-
line:
|
|
2930
|
+
line: 38
|
|
3741
2931
|
},
|
|
3742
2932
|
"5": {
|
|
3743
2933
|
name: "(anonymous_5)",
|
|
3744
2934
|
decl: {
|
|
3745
2935
|
start: {
|
|
3746
|
-
line:
|
|
2936
|
+
line: 41,
|
|
3747
2937
|
column: 38
|
|
3748
2938
|
},
|
|
3749
2939
|
end: {
|
|
3750
|
-
line:
|
|
2940
|
+
line: 41,
|
|
3751
2941
|
column: 39
|
|
3752
2942
|
}
|
|
3753
2943
|
},
|
|
3754
2944
|
loc: {
|
|
3755
2945
|
start: {
|
|
3756
|
-
line:
|
|
2946
|
+
line: 41,
|
|
3757
2947
|
column: 44
|
|
3758
2948
|
},
|
|
3759
2949
|
end: {
|
|
3760
|
-
line:
|
|
2950
|
+
line: 41,
|
|
3761
2951
|
column: 75
|
|
3762
2952
|
}
|
|
3763
2953
|
},
|
|
3764
|
-
line:
|
|
2954
|
+
line: 41
|
|
3765
2955
|
},
|
|
3766
2956
|
"6": {
|
|
3767
2957
|
name: "(anonymous_6)",
|
|
3768
2958
|
decl: {
|
|
3769
2959
|
start: {
|
|
3770
|
-
line:
|
|
2960
|
+
line: 51,
|
|
3771
2961
|
column: 26
|
|
3772
2962
|
},
|
|
3773
2963
|
end: {
|
|
3774
|
-
line:
|
|
2964
|
+
line: 51,
|
|
3775
2965
|
column: 27
|
|
3776
2966
|
}
|
|
3777
2967
|
},
|
|
3778
2968
|
loc: {
|
|
3779
2969
|
start: {
|
|
3780
|
-
line:
|
|
2970
|
+
line: 51,
|
|
3781
2971
|
column: 42
|
|
3782
2972
|
},
|
|
3783
2973
|
end: {
|
|
3784
|
-
line:
|
|
2974
|
+
line: 88,
|
|
3785
2975
|
column: 1
|
|
3786
2976
|
}
|
|
3787
2977
|
},
|
|
3788
|
-
line:
|
|
2978
|
+
line: 51
|
|
3789
2979
|
}
|
|
3790
2980
|
},
|
|
3791
2981
|
branchMap: {
|
|
3792
2982
|
"0": {
|
|
3793
2983
|
loc: {
|
|
3794
2984
|
start: {
|
|
3795
|
-
line:
|
|
2985
|
+
line: 55,
|
|
3796
2986
|
column: 4
|
|
3797
2987
|
},
|
|
3798
2988
|
end: {
|
|
3799
|
-
line:
|
|
2989
|
+
line: 55,
|
|
3800
2990
|
column: 64
|
|
3801
2991
|
}
|
|
3802
2992
|
},
|
|
3803
2993
|
type: "binary-expr",
|
|
3804
2994
|
locations: [{
|
|
3805
2995
|
start: {
|
|
3806
|
-
line:
|
|
2996
|
+
line: 55,
|
|
3807
2997
|
column: 4
|
|
3808
2998
|
},
|
|
3809
2999
|
end: {
|
|
3810
|
-
line:
|
|
3000
|
+
line: 55,
|
|
3811
3001
|
column: 23
|
|
3812
3002
|
}
|
|
3813
3003
|
}, {
|
|
3814
3004
|
start: {
|
|
3815
|
-
line:
|
|
3005
|
+
line: 55,
|
|
3816
3006
|
column: 27
|
|
3817
3007
|
},
|
|
3818
3008
|
end: {
|
|
3819
|
-
line:
|
|
3009
|
+
line: 55,
|
|
3820
3010
|
column: 64
|
|
3821
3011
|
}
|
|
3822
3012
|
}],
|
|
3823
|
-
line:
|
|
3013
|
+
line: 55
|
|
3824
3014
|
},
|
|
3825
3015
|
"1": {
|
|
3826
3016
|
loc: {
|
|
3827
3017
|
start: {
|
|
3828
|
-
line:
|
|
3018
|
+
line: 57,
|
|
3829
3019
|
column: 21
|
|
3830
3020
|
},
|
|
3831
3021
|
end: {
|
|
3832
|
-
line:
|
|
3022
|
+
line: 57,
|
|
3833
3023
|
column: 79
|
|
3834
3024
|
}
|
|
3835
3025
|
},
|
|
3836
3026
|
type: "cond-expr",
|
|
3837
3027
|
locations: [{
|
|
3838
3028
|
start: {
|
|
3839
|
-
line:
|
|
3029
|
+
line: 57,
|
|
3840
3030
|
column: 41
|
|
3841
3031
|
},
|
|
3842
3032
|
end: {
|
|
3843
|
-
line:
|
|
3033
|
+
line: 57,
|
|
3844
3034
|
column: 49
|
|
3845
3035
|
}
|
|
3846
3036
|
}, {
|
|
3847
3037
|
start: {
|
|
3848
|
-
line:
|
|
3038
|
+
line: 57,
|
|
3849
3039
|
column: 52
|
|
3850
3040
|
},
|
|
3851
3041
|
end: {
|
|
3852
|
-
line:
|
|
3042
|
+
line: 57,
|
|
3853
3043
|
column: 79
|
|
3854
3044
|
}
|
|
3855
3045
|
}],
|
|
3856
|
-
line:
|
|
3046
|
+
line: 57
|
|
3857
3047
|
},
|
|
3858
3048
|
"2": {
|
|
3859
3049
|
loc: {
|
|
3860
3050
|
start: {
|
|
3861
|
-
line:
|
|
3051
|
+
line: 59,
|
|
3862
3052
|
column: 22
|
|
3863
3053
|
},
|
|
3864
3054
|
end: {
|
|
3865
|
-
line:
|
|
3055
|
+
line: 61,
|
|
3866
3056
|
column: 34
|
|
3867
3057
|
}
|
|
3868
3058
|
},
|
|
3869
3059
|
type: "cond-expr",
|
|
3870
3060
|
locations: [{
|
|
3871
3061
|
start: {
|
|
3872
|
-
line:
|
|
3062
|
+
line: 60,
|
|
3873
3063
|
column: 6
|
|
3874
3064
|
},
|
|
3875
3065
|
end: {
|
|
3876
|
-
line:
|
|
3066
|
+
line: 60,
|
|
3877
3067
|
column: 15
|
|
3878
3068
|
}
|
|
3879
3069
|
}, {
|
|
3880
3070
|
start: {
|
|
3881
|
-
line:
|
|
3071
|
+
line: 61,
|
|
3882
3072
|
column: 6
|
|
3883
3073
|
},
|
|
3884
3074
|
end: {
|
|
3885
|
-
line:
|
|
3075
|
+
line: 61,
|
|
3886
3076
|
column: 34
|
|
3887
3077
|
}
|
|
3888
3078
|
}],
|
|
3889
|
-
line:
|
|
3079
|
+
line: 59
|
|
3890
3080
|
},
|
|
3891
3081
|
"3": {
|
|
3892
3082
|
loc: {
|
|
3893
3083
|
start: {
|
|
3894
|
-
line:
|
|
3084
|
+
line: 63,
|
|
3895
3085
|
column: 21
|
|
3896
3086
|
},
|
|
3897
3087
|
end: {
|
|
3898
|
-
line:
|
|
3088
|
+
line: 65,
|
|
3899
3089
|
column: 60
|
|
3900
3090
|
}
|
|
3901
3091
|
},
|
|
3902
3092
|
type: "cond-expr",
|
|
3903
3093
|
locations: [{
|
|
3904
3094
|
start: {
|
|
3905
|
-
line:
|
|
3095
|
+
line: 64,
|
|
3906
3096
|
column: 6
|
|
3907
3097
|
},
|
|
3908
3098
|
end: {
|
|
3909
|
-
line:
|
|
3099
|
+
line: 64,
|
|
3910
3100
|
column: 44
|
|
3911
3101
|
}
|
|
3912
3102
|
}, {
|
|
3913
3103
|
start: {
|
|
3914
|
-
line:
|
|
3104
|
+
line: 65,
|
|
3915
3105
|
column: 6
|
|
3916
3106
|
},
|
|
3917
3107
|
end: {
|
|
3918
|
-
line:
|
|
3108
|
+
line: 65,
|
|
3919
3109
|
column: 60
|
|
3920
3110
|
}
|
|
3921
3111
|
}],
|
|
3922
|
-
line:
|
|
3112
|
+
line: 63
|
|
3923
3113
|
}
|
|
3924
3114
|
},
|
|
3925
3115
|
s: {
|
|
@@ -3958,7 +3148,7 @@ function cov_20ap541pw6() {
|
|
|
3958
3148
|
"3": [0, 0]
|
|
3959
3149
|
},
|
|
3960
3150
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
3961
|
-
hash: "
|
|
3151
|
+
hash: "babbad7462db6cae00c79258810ca55a58a0e27e"
|
|
3962
3152
|
};
|
|
3963
3153
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
3964
3154
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -3982,9 +3172,7 @@ var renderColumnData = function renderColumnData(enableManagePane, enableDeleteA
|
|
|
3982
3172
|
cov_20ap541pw6().f[0]++;
|
|
3983
3173
|
cov_20ap541pw6().s[2]++;
|
|
3984
3174
|
return [{
|
|
3985
|
-
title: i18next.t("neetoMolecules.customDomain.customDomain",
|
|
3986
|
-
count: SINGULAR
|
|
3987
|
-
}),
|
|
3175
|
+
title: i18next.t("neetoMolecules.customDomain.customDomain", SINGULAR),
|
|
3988
3176
|
dataIndex: "hostname",
|
|
3989
3177
|
key: "hostname"
|
|
3990
3178
|
}, {
|
|
@@ -5923,7 +5111,7 @@ var useUpdateCustomDomain = function useUpdateCustomDomain() {
|
|
|
5923
5111
|
|
|
5924
5112
|
function cov_19n1f0ipo7() {
|
|
5925
5113
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/CustomDomain/Manage/index.jsx";
|
|
5926
|
-
var hash = "
|
|
5114
|
+
var hash = "a66cb8189d7fd0453d5dc23db393ba7aa187cbf5";
|
|
5927
5115
|
var global = new Function("return this")();
|
|
5928
5116
|
var gcv = "__coverage__";
|
|
5929
5117
|
var coverageData = {
|
|
@@ -5935,7 +5123,7 @@ function cov_19n1f0ipo7() {
|
|
|
5935
5123
|
column: 15
|
|
5936
5124
|
},
|
|
5937
5125
|
end: {
|
|
5938
|
-
line:
|
|
5126
|
+
line: 157,
|
|
5939
5127
|
column: 1
|
|
5940
5128
|
}
|
|
5941
5129
|
},
|
|
@@ -6115,7 +5303,7 @@ function cov_19n1f0ipo7() {
|
|
|
6115
5303
|
column: 2
|
|
6116
5304
|
},
|
|
6117
5305
|
end: {
|
|
6118
|
-
line:
|
|
5306
|
+
line: 156,
|
|
6119
5307
|
column: 4
|
|
6120
5308
|
}
|
|
6121
5309
|
},
|
|
@@ -6125,7 +5313,7 @@ function cov_19n1f0ipo7() {
|
|
|
6125
5313
|
column: 10
|
|
6126
5314
|
},
|
|
6127
5315
|
end: {
|
|
6128
|
-
line:
|
|
5316
|
+
line: 152,
|
|
6129
5317
|
column: 17
|
|
6130
5318
|
}
|
|
6131
5319
|
}
|
|
@@ -6149,7 +5337,7 @@ function cov_19n1f0ipo7() {
|
|
|
6149
5337
|
column: 71
|
|
6150
5338
|
},
|
|
6151
5339
|
end: {
|
|
6152
|
-
line:
|
|
5340
|
+
line: 157,
|
|
6153
5341
|
column: 1
|
|
6154
5342
|
}
|
|
6155
5343
|
},
|
|
@@ -6365,7 +5553,7 @@ function cov_19n1f0ipo7() {
|
|
|
6365
5553
|
column: 10
|
|
6366
5554
|
},
|
|
6367
5555
|
end: {
|
|
6368
|
-
line:
|
|
5556
|
+
line: 152,
|
|
6369
5557
|
column: 17
|
|
6370
5558
|
}
|
|
6371
5559
|
},
|
|
@@ -6479,7 +5667,7 @@ function cov_19n1f0ipo7() {
|
|
|
6479
5667
|
column: 21
|
|
6480
5668
|
},
|
|
6481
5669
|
end: {
|
|
6482
|
-
line:
|
|
5670
|
+
line: 97,
|
|
6483
5671
|
column: 62
|
|
6484
5672
|
}
|
|
6485
5673
|
},
|
|
@@ -6490,16 +5678,16 @@ function cov_19n1f0ipo7() {
|
|
|
6490
5678
|
column: 24
|
|
6491
5679
|
},
|
|
6492
5680
|
end: {
|
|
6493
|
-
line:
|
|
6494
|
-
column:
|
|
5681
|
+
line: 96,
|
|
5682
|
+
column: 79
|
|
6495
5683
|
}
|
|
6496
5684
|
}, {
|
|
6497
5685
|
start: {
|
|
6498
|
-
line:
|
|
5686
|
+
line: 97,
|
|
6499
5687
|
column: 24
|
|
6500
5688
|
},
|
|
6501
5689
|
end: {
|
|
6502
|
-
line:
|
|
5690
|
+
line: 97,
|
|
6503
5691
|
column: 62
|
|
6504
5692
|
}
|
|
6505
5693
|
}],
|
|
@@ -6508,251 +5696,251 @@ function cov_19n1f0ipo7() {
|
|
|
6508
5696
|
"4": {
|
|
6509
5697
|
loc: {
|
|
6510
5698
|
start: {
|
|
6511
|
-
line:
|
|
5699
|
+
line: 107,
|
|
6512
5700
|
column: 21
|
|
6513
5701
|
},
|
|
6514
5702
|
end: {
|
|
6515
|
-
line:
|
|
5703
|
+
line: 116,
|
|
6516
5704
|
column: 21
|
|
6517
5705
|
}
|
|
6518
5706
|
},
|
|
6519
5707
|
type: "binary-expr",
|
|
6520
5708
|
locations: [{
|
|
6521
5709
|
start: {
|
|
6522
|
-
line:
|
|
5710
|
+
line: 107,
|
|
6523
5711
|
column: 21
|
|
6524
5712
|
},
|
|
6525
5713
|
end: {
|
|
6526
|
-
line:
|
|
5714
|
+
line: 107,
|
|
6527
5715
|
column: 34
|
|
6528
5716
|
}
|
|
6529
5717
|
}, {
|
|
6530
5718
|
start: {
|
|
6531
|
-
line:
|
|
5719
|
+
line: 108,
|
|
6532
5720
|
column: 22
|
|
6533
5721
|
},
|
|
6534
5722
|
end: {
|
|
6535
|
-
line:
|
|
5723
|
+
line: 115,
|
|
6536
5724
|
column: 24
|
|
6537
5725
|
}
|
|
6538
5726
|
}],
|
|
6539
|
-
line:
|
|
5727
|
+
line: 107
|
|
6540
5728
|
},
|
|
6541
5729
|
"5": {
|
|
6542
5730
|
loc: {
|
|
6543
5731
|
start: {
|
|
6544
|
-
line:
|
|
5732
|
+
line: 110,
|
|
6545
5733
|
column: 34
|
|
6546
5734
|
},
|
|
6547
5735
|
end: {
|
|
6548
|
-
line:
|
|
5736
|
+
line: 110,
|
|
6549
5737
|
column: 54
|
|
6550
5738
|
}
|
|
6551
5739
|
},
|
|
6552
5740
|
type: "binary-expr",
|
|
6553
5741
|
locations: [{
|
|
6554
5742
|
start: {
|
|
6555
|
-
line:
|
|
5743
|
+
line: 110,
|
|
6556
5744
|
column: 34
|
|
6557
5745
|
},
|
|
6558
5746
|
end: {
|
|
6559
|
-
line:
|
|
5747
|
+
line: 110,
|
|
6560
5748
|
column: 40
|
|
6561
5749
|
}
|
|
6562
5750
|
}, {
|
|
6563
5751
|
start: {
|
|
6564
|
-
line:
|
|
5752
|
+
line: 110,
|
|
6565
5753
|
column: 44
|
|
6566
5754
|
},
|
|
6567
5755
|
end: {
|
|
6568
|
-
line:
|
|
5756
|
+
line: 110,
|
|
6569
5757
|
column: 54
|
|
6570
5758
|
}
|
|
6571
5759
|
}],
|
|
6572
|
-
line:
|
|
5760
|
+
line: 110
|
|
6573
5761
|
},
|
|
6574
5762
|
"6": {
|
|
6575
5763
|
loc: {
|
|
6576
5764
|
start: {
|
|
6577
|
-
line:
|
|
5765
|
+
line: 119,
|
|
6578
5766
|
column: 17
|
|
6579
5767
|
},
|
|
6580
5768
|
end: {
|
|
6581
|
-
line:
|
|
5769
|
+
line: 149,
|
|
6582
5770
|
column: 17
|
|
6583
5771
|
}
|
|
6584
5772
|
},
|
|
6585
5773
|
type: "binary-expr",
|
|
6586
5774
|
locations: [{
|
|
6587
5775
|
start: {
|
|
6588
|
-
line:
|
|
5776
|
+
line: 119,
|
|
6589
5777
|
column: 17
|
|
6590
5778
|
},
|
|
6591
5779
|
end: {
|
|
6592
|
-
line:
|
|
5780
|
+
line: 119,
|
|
6593
5781
|
column: 31
|
|
6594
5782
|
}
|
|
6595
5783
|
}, {
|
|
6596
5784
|
start: {
|
|
6597
|
-
line:
|
|
5785
|
+
line: 120,
|
|
6598
5786
|
column: 18
|
|
6599
5787
|
},
|
|
6600
5788
|
end: {
|
|
6601
|
-
line:
|
|
5789
|
+
line: 148,
|
|
6602
5790
|
column: 21
|
|
6603
5791
|
}
|
|
6604
5792
|
}],
|
|
6605
|
-
line:
|
|
5793
|
+
line: 119
|
|
6606
5794
|
},
|
|
6607
5795
|
"7": {
|
|
6608
5796
|
loc: {
|
|
6609
5797
|
start: {
|
|
6610
|
-
line:
|
|
5798
|
+
line: 122,
|
|
6611
5799
|
column: 21
|
|
6612
5800
|
},
|
|
6613
5801
|
end: {
|
|
6614
|
-
line:
|
|
5802
|
+
line: 132,
|
|
6615
5803
|
column: 21
|
|
6616
5804
|
}
|
|
6617
5805
|
},
|
|
6618
5806
|
type: "binary-expr",
|
|
6619
5807
|
locations: [{
|
|
6620
5808
|
start: {
|
|
6621
|
-
line:
|
|
5809
|
+
line: 122,
|
|
6622
5810
|
column: 21
|
|
6623
5811
|
},
|
|
6624
5812
|
end: {
|
|
6625
|
-
line:
|
|
5813
|
+
line: 122,
|
|
6626
5814
|
column: 72
|
|
6627
5815
|
}
|
|
6628
5816
|
}, {
|
|
6629
5817
|
start: {
|
|
6630
|
-
line:
|
|
5818
|
+
line: 123,
|
|
6631
5819
|
column: 22
|
|
6632
5820
|
},
|
|
6633
5821
|
end: {
|
|
6634
|
-
line:
|
|
5822
|
+
line: 131,
|
|
6635
5823
|
column: 24
|
|
6636
5824
|
}
|
|
6637
5825
|
}],
|
|
6638
|
-
line:
|
|
5826
|
+
line: 122
|
|
6639
5827
|
},
|
|
6640
5828
|
"8": {
|
|
6641
5829
|
loc: {
|
|
6642
5830
|
start: {
|
|
6643
|
-
line:
|
|
5831
|
+
line: 133,
|
|
6644
5832
|
column: 21
|
|
6645
5833
|
},
|
|
6646
5834
|
end: {
|
|
6647
|
-
line:
|
|
5835
|
+
line: 143,
|
|
6648
5836
|
column: 23
|
|
6649
5837
|
}
|
|
6650
5838
|
},
|
|
6651
5839
|
type: "binary-expr",
|
|
6652
5840
|
locations: [{
|
|
6653
5841
|
start: {
|
|
6654
|
-
line:
|
|
5842
|
+
line: 133,
|
|
6655
5843
|
column: 21
|
|
6656
5844
|
},
|
|
6657
5845
|
end: {
|
|
6658
|
-
line:
|
|
5846
|
+
line: 133,
|
|
6659
5847
|
column: 71
|
|
6660
5848
|
}
|
|
6661
5849
|
}, {
|
|
6662
5850
|
start: {
|
|
6663
|
-
line:
|
|
5851
|
+
line: 134,
|
|
6664
5852
|
column: 22
|
|
6665
5853
|
},
|
|
6666
5854
|
end: {
|
|
6667
|
-
line:
|
|
5855
|
+
line: 134,
|
|
6668
5856
|
column: 48
|
|
6669
5857
|
}
|
|
6670
5858
|
}, {
|
|
6671
5859
|
start: {
|
|
6672
|
-
line:
|
|
5860
|
+
line: 135,
|
|
6673
5861
|
column: 24
|
|
6674
5862
|
},
|
|
6675
5863
|
end: {
|
|
6676
|
-
line:
|
|
5864
|
+
line: 142,
|
|
6677
5865
|
column: 26
|
|
6678
5866
|
}
|
|
6679
5867
|
}],
|
|
6680
|
-
line:
|
|
5868
|
+
line: 133
|
|
6681
5869
|
},
|
|
6682
5870
|
"9": {
|
|
6683
5871
|
loc: {
|
|
6684
5872
|
start: {
|
|
6685
|
-
line:
|
|
5873
|
+
line: 137,
|
|
6686
5874
|
column: 35
|
|
6687
5875
|
},
|
|
6688
5876
|
end: {
|
|
6689
|
-
line:
|
|
5877
|
+
line: 137,
|
|
6690
5878
|
column: 66
|
|
6691
5879
|
}
|
|
6692
5880
|
},
|
|
6693
5881
|
type: "binary-expr",
|
|
6694
5882
|
locations: [{
|
|
6695
5883
|
start: {
|
|
6696
|
-
line:
|
|
5884
|
+
line: 137,
|
|
6697
5885
|
column: 35
|
|
6698
5886
|
},
|
|
6699
5887
|
end: {
|
|
6700
|
-
line:
|
|
5888
|
+
line: 137,
|
|
6701
5889
|
column: 52
|
|
6702
5890
|
}
|
|
6703
5891
|
}, {
|
|
6704
5892
|
start: {
|
|
6705
|
-
line:
|
|
5893
|
+
line: 137,
|
|
6706
5894
|
column: 56
|
|
6707
5895
|
},
|
|
6708
5896
|
end: {
|
|
6709
|
-
line:
|
|
5897
|
+
line: 137,
|
|
6710
5898
|
column: 66
|
|
6711
5899
|
}
|
|
6712
5900
|
}],
|
|
6713
|
-
line:
|
|
5901
|
+
line: 137
|
|
6714
5902
|
},
|
|
6715
5903
|
"10": {
|
|
6716
5904
|
loc: {
|
|
6717
5905
|
start: {
|
|
6718
|
-
line:
|
|
5906
|
+
line: 144,
|
|
6719
5907
|
column: 21
|
|
6720
5908
|
},
|
|
6721
5909
|
end: {
|
|
6722
|
-
line:
|
|
5910
|
+
line: 147,
|
|
6723
5911
|
column: 23
|
|
6724
5912
|
}
|
|
6725
5913
|
},
|
|
6726
5914
|
type: "binary-expr",
|
|
6727
5915
|
locations: [{
|
|
6728
5916
|
start: {
|
|
6729
|
-
line:
|
|
5917
|
+
line: 144,
|
|
6730
5918
|
column: 21
|
|
6731
5919
|
},
|
|
6732
5920
|
end: {
|
|
6733
|
-
line:
|
|
5921
|
+
line: 144,
|
|
6734
5922
|
column: 71
|
|
6735
5923
|
}
|
|
6736
5924
|
}, {
|
|
6737
5925
|
start: {
|
|
6738
|
-
line:
|
|
5926
|
+
line: 145,
|
|
6739
5927
|
column: 22
|
|
6740
5928
|
},
|
|
6741
5929
|
end: {
|
|
6742
|
-
line:
|
|
5930
|
+
line: 145,
|
|
6743
5931
|
column: 47
|
|
6744
5932
|
}
|
|
6745
5933
|
}, {
|
|
6746
5934
|
start: {
|
|
6747
|
-
line:
|
|
5935
|
+
line: 146,
|
|
6748
5936
|
column: 24
|
|
6749
5937
|
},
|
|
6750
5938
|
end: {
|
|
6751
|
-
line:
|
|
5939
|
+
line: 146,
|
|
6752
5940
|
column: 71
|
|
6753
5941
|
}
|
|
6754
5942
|
}],
|
|
6755
|
-
line:
|
|
5943
|
+
line: 144
|
|
6756
5944
|
}
|
|
6757
5945
|
},
|
|
6758
5946
|
s: {
|
|
@@ -6803,7 +5991,7 @@ function cov_19n1f0ipo7() {
|
|
|
6803
5991
|
"10": [0, 0, 0]
|
|
6804
5992
|
},
|
|
6805
5993
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
6806
|
-
hash: "
|
|
5994
|
+
hash: "a66cb8189d7fd0453d5dc23db393ba7aa187cbf5"
|
|
6807
5995
|
};
|
|
6808
5996
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
6809
5997
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -6918,9 +6106,7 @@ var Manage = function Manage(_ref) {
|
|
|
6918
6106
|
className: "space-y-2"
|
|
6919
6107
|
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Label, {
|
|
6920
6108
|
htmlFor: "hostname"
|
|
6921
|
-
}, customDomain ? (cov_19n1f0ipo7().b[3][0]++, t("neetoMolecules.customDomain.customDomain", {
|
|
6922
|
-
count: SINGULAR
|
|
6923
|
-
})) : (cov_19n1f0ipo7().b[3][1]++, t("neetoMolecules.customDomain.label"))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6109
|
+
}, customDomain ? (cov_19n1f0ipo7().b[3][0]++, t("neetoMolecules.customDomain.customDomain", SINGULAR)) : (cov_19n1f0ipo7().b[3][1]++, t("neetoMolecules.customDomain.label"))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6924
6110
|
className: "flex items-start gap-2"
|
|
6925
6111
|
}, /*#__PURE__*/React__default["default"].createElement(formik$1.Input, {
|
|
6926
6112
|
autoFocus: true,
|
|
@@ -6956,7 +6142,7 @@ var Manage = function Manage(_ref) {
|
|
|
6956
6142
|
|
|
6957
6143
|
function cov_24yn1i4hss() {
|
|
6958
6144
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/CustomDomain/index.jsx";
|
|
6959
|
-
var hash = "
|
|
6145
|
+
var hash = "1d00dafa3f28d8ae4c9beaa6f84cdb9007d96ef4";
|
|
6960
6146
|
var global = new Function("return this")();
|
|
6961
6147
|
var gcv = "__coverage__";
|
|
6962
6148
|
var coverageData = {
|
|
@@ -6968,7 +6154,7 @@ function cov_24yn1i4hss() {
|
|
|
6968
6154
|
column: 21
|
|
6969
6155
|
},
|
|
6970
6156
|
end: {
|
|
6971
|
-
line:
|
|
6157
|
+
line: 133,
|
|
6972
6158
|
column: 1
|
|
6973
6159
|
}
|
|
6974
6160
|
},
|
|
@@ -7048,147 +6234,147 @@ function cov_24yn1i4hss() {
|
|
|
7048
6234
|
column: 4
|
|
7049
6235
|
},
|
|
7050
6236
|
end: {
|
|
7051
|
-
line:
|
|
7052
|
-
column:
|
|
6237
|
+
line: 34,
|
|
6238
|
+
column: 69
|
|
7053
6239
|
}
|
|
7054
6240
|
},
|
|
7055
6241
|
"9": {
|
|
7056
6242
|
start: {
|
|
7057
|
-
line:
|
|
7058
|
-
column:
|
|
6243
|
+
line: 34,
|
|
6244
|
+
column: 45
|
|
7059
6245
|
},
|
|
7060
6246
|
end: {
|
|
7061
|
-
line:
|
|
7062
|
-
column:
|
|
6247
|
+
line: 34,
|
|
6248
|
+
column: 66
|
|
7063
6249
|
}
|
|
7064
6250
|
},
|
|
7065
6251
|
"10": {
|
|
7066
6252
|
start: {
|
|
7067
|
-
line:
|
|
6253
|
+
line: 36,
|
|
7068
6254
|
column: 27
|
|
7069
6255
|
},
|
|
7070
6256
|
end: {
|
|
7071
|
-
line:
|
|
6257
|
+
line: 39,
|
|
7072
6258
|
column: 3
|
|
7073
6259
|
}
|
|
7074
6260
|
},
|
|
7075
6261
|
"11": {
|
|
7076
6262
|
start: {
|
|
7077
|
-
line:
|
|
6263
|
+
line: 37,
|
|
7078
6264
|
column: 4
|
|
7079
6265
|
},
|
|
7080
6266
|
end: {
|
|
7081
|
-
line:
|
|
6267
|
+
line: 37,
|
|
7082
6268
|
column: 34
|
|
7083
6269
|
}
|
|
7084
6270
|
},
|
|
7085
6271
|
"12": {
|
|
7086
6272
|
start: {
|
|
7087
|
-
line:
|
|
6273
|
+
line: 38,
|
|
7088
6274
|
column: 4
|
|
7089
6275
|
},
|
|
7090
6276
|
end: {
|
|
7091
|
-
line:
|
|
6277
|
+
line: 38,
|
|
7092
6278
|
column: 24
|
|
7093
6279
|
}
|
|
7094
6280
|
},
|
|
7095
6281
|
"13": {
|
|
7096
6282
|
start: {
|
|
7097
|
-
line:
|
|
6283
|
+
line: 41,
|
|
7098
6284
|
column: 28
|
|
7099
6285
|
},
|
|
7100
6286
|
end: {
|
|
7101
|
-
line:
|
|
6287
|
+
line: 44,
|
|
7102
6288
|
column: 3
|
|
7103
6289
|
}
|
|
7104
6290
|
},
|
|
7105
6291
|
"14": {
|
|
7106
6292
|
start: {
|
|
7107
|
-
line:
|
|
6293
|
+
line: 42,
|
|
7108
6294
|
column: 4
|
|
7109
6295
|
},
|
|
7110
6296
|
end: {
|
|
7111
|
-
line:
|
|
6297
|
+
line: 42,
|
|
7112
6298
|
column: 34
|
|
7113
6299
|
}
|
|
7114
6300
|
},
|
|
7115
6301
|
"15": {
|
|
7116
6302
|
start: {
|
|
7117
|
-
line:
|
|
6303
|
+
line: 43,
|
|
7118
6304
|
column: 4
|
|
7119
6305
|
},
|
|
7120
6306
|
end: {
|
|
7121
|
-
line:
|
|
6307
|
+
line: 43,
|
|
7122
6308
|
column: 25
|
|
7123
6309
|
}
|
|
7124
6310
|
},
|
|
7125
6311
|
"16": {
|
|
7126
6312
|
start: {
|
|
7127
|
-
line:
|
|
6313
|
+
line: 46,
|
|
7128
6314
|
column: 2
|
|
7129
6315
|
},
|
|
7130
6316
|
end: {
|
|
7131
|
-
line:
|
|
6317
|
+
line: 132,
|
|
7132
6318
|
column: 4
|
|
7133
6319
|
}
|
|
7134
6320
|
},
|
|
7135
6321
|
"17": {
|
|
7136
6322
|
start: {
|
|
7137
|
-
line:
|
|
6323
|
+
line: 55,
|
|
7138
6324
|
column: 29
|
|
7139
6325
|
},
|
|
7140
6326
|
end: {
|
|
7141
|
-
line:
|
|
6327
|
+
line: 55,
|
|
7142
6328
|
column: 51
|
|
7143
6329
|
}
|
|
7144
6330
|
},
|
|
7145
6331
|
"18": {
|
|
7146
6332
|
start: {
|
|
7147
|
-
line:
|
|
6333
|
+
line: 60,
|
|
7148
6334
|
column: 27
|
|
7149
6335
|
},
|
|
7150
6336
|
end: {
|
|
7151
|
-
line:
|
|
6337
|
+
line: 60,
|
|
7152
6338
|
column: 56
|
|
7153
6339
|
}
|
|
7154
6340
|
},
|
|
7155
6341
|
"19": {
|
|
7156
6342
|
start: {
|
|
7157
|
-
line:
|
|
6343
|
+
line: 104,
|
|
7158
6344
|
column: 33
|
|
7159
6345
|
},
|
|
7160
6346
|
end: {
|
|
7161
|
-
line:
|
|
6347
|
+
line: 104,
|
|
7162
6348
|
column: 55
|
|
7163
6349
|
}
|
|
7164
6350
|
},
|
|
7165
6351
|
"20": {
|
|
7166
6352
|
start: {
|
|
7167
|
-
line:
|
|
6353
|
+
line: 114,
|
|
7168
6354
|
column: 23
|
|
7169
6355
|
},
|
|
7170
6356
|
end: {
|
|
7171
|
-
line:
|
|
6357
|
+
line: 114,
|
|
7172
6358
|
column: 43
|
|
7173
6359
|
}
|
|
7174
6360
|
},
|
|
7175
6361
|
"21": {
|
|
7176
6362
|
start: {
|
|
7177
|
-
line:
|
|
6363
|
+
line: 128,
|
|
7178
6364
|
column: 23
|
|
7179
6365
|
},
|
|
7180
6366
|
end: {
|
|
7181
|
-
line:
|
|
6367
|
+
line: 128,
|
|
7182
6368
|
column: 44
|
|
7183
6369
|
}
|
|
7184
6370
|
},
|
|
7185
6371
|
"22": {
|
|
7186
6372
|
start: {
|
|
7187
|
-
line:
|
|
6373
|
+
line: 129,
|
|
7188
6374
|
column: 24
|
|
7189
6375
|
},
|
|
7190
6376
|
end: {
|
|
7191
|
-
line:
|
|
6377
|
+
line: 129,
|
|
7192
6378
|
column: 60
|
|
7193
6379
|
}
|
|
7194
6380
|
}
|
|
@@ -7212,7 +6398,7 @@ function cov_24yn1i4hss() {
|
|
|
7212
6398
|
column: 42
|
|
7213
6399
|
},
|
|
7214
6400
|
end: {
|
|
7215
|
-
line:
|
|
6401
|
+
line: 133,
|
|
7216
6402
|
column: 1
|
|
7217
6403
|
}
|
|
7218
6404
|
},
|
|
@@ -7222,318 +6408,318 @@ function cov_24yn1i4hss() {
|
|
|
7222
6408
|
name: "(anonymous_1)",
|
|
7223
6409
|
decl: {
|
|
7224
6410
|
start: {
|
|
7225
|
-
line:
|
|
7226
|
-
column:
|
|
6411
|
+
line: 34,
|
|
6412
|
+
column: 39
|
|
7227
6413
|
},
|
|
7228
6414
|
end: {
|
|
7229
|
-
line:
|
|
7230
|
-
column:
|
|
6415
|
+
line: 34,
|
|
6416
|
+
column: 40
|
|
7231
6417
|
}
|
|
7232
6418
|
},
|
|
7233
6419
|
loc: {
|
|
7234
6420
|
start: {
|
|
7235
|
-
line:
|
|
7236
|
-
column:
|
|
6421
|
+
line: 34,
|
|
6422
|
+
column: 45
|
|
7237
6423
|
},
|
|
7238
6424
|
end: {
|
|
7239
|
-
line:
|
|
7240
|
-
column:
|
|
6425
|
+
line: 34,
|
|
6426
|
+
column: 66
|
|
7241
6427
|
}
|
|
7242
6428
|
},
|
|
7243
|
-
line:
|
|
6429
|
+
line: 34
|
|
7244
6430
|
},
|
|
7245
6431
|
"2": {
|
|
7246
6432
|
name: "(anonymous_2)",
|
|
7247
6433
|
decl: {
|
|
7248
6434
|
start: {
|
|
7249
|
-
line:
|
|
6435
|
+
line: 36,
|
|
7250
6436
|
column: 27
|
|
7251
6437
|
},
|
|
7252
6438
|
end: {
|
|
7253
|
-
line:
|
|
6439
|
+
line: 36,
|
|
7254
6440
|
column: 28
|
|
7255
6441
|
}
|
|
7256
6442
|
},
|
|
7257
6443
|
loc: {
|
|
7258
6444
|
start: {
|
|
7259
|
-
line:
|
|
6445
|
+
line: 36,
|
|
7260
6446
|
column: 43
|
|
7261
6447
|
},
|
|
7262
6448
|
end: {
|
|
7263
|
-
line:
|
|
6449
|
+
line: 39,
|
|
7264
6450
|
column: 3
|
|
7265
6451
|
}
|
|
7266
6452
|
},
|
|
7267
|
-
line:
|
|
6453
|
+
line: 36
|
|
7268
6454
|
},
|
|
7269
6455
|
"3": {
|
|
7270
6456
|
name: "(anonymous_3)",
|
|
7271
6457
|
decl: {
|
|
7272
6458
|
start: {
|
|
7273
|
-
line:
|
|
6459
|
+
line: 41,
|
|
7274
6460
|
column: 28
|
|
7275
6461
|
},
|
|
7276
6462
|
end: {
|
|
7277
|
-
line:
|
|
6463
|
+
line: 41,
|
|
7278
6464
|
column: 29
|
|
7279
6465
|
}
|
|
7280
6466
|
},
|
|
7281
6467
|
loc: {
|
|
7282
6468
|
start: {
|
|
7283
|
-
line:
|
|
6469
|
+
line: 41,
|
|
7284
6470
|
column: 44
|
|
7285
6471
|
},
|
|
7286
6472
|
end: {
|
|
7287
|
-
line:
|
|
6473
|
+
line: 44,
|
|
7288
6474
|
column: 3
|
|
7289
6475
|
}
|
|
7290
6476
|
},
|
|
7291
|
-
line:
|
|
6477
|
+
line: 41
|
|
7292
6478
|
},
|
|
7293
6479
|
"4": {
|
|
7294
6480
|
name: "(anonymous_4)",
|
|
7295
6481
|
decl: {
|
|
7296
6482
|
start: {
|
|
7297
|
-
line:
|
|
6483
|
+
line: 55,
|
|
7298
6484
|
column: 23
|
|
7299
6485
|
},
|
|
7300
6486
|
end: {
|
|
7301
|
-
line:
|
|
6487
|
+
line: 55,
|
|
7302
6488
|
column: 24
|
|
7303
6489
|
}
|
|
7304
6490
|
},
|
|
7305
6491
|
loc: {
|
|
7306
6492
|
start: {
|
|
7307
|
-
line:
|
|
6493
|
+
line: 55,
|
|
7308
6494
|
column: 29
|
|
7309
6495
|
},
|
|
7310
6496
|
end: {
|
|
7311
|
-
line:
|
|
6497
|
+
line: 55,
|
|
7312
6498
|
column: 51
|
|
7313
6499
|
}
|
|
7314
6500
|
},
|
|
7315
|
-
line:
|
|
6501
|
+
line: 55
|
|
7316
6502
|
},
|
|
7317
6503
|
"5": {
|
|
7318
6504
|
name: "(anonymous_5)",
|
|
7319
6505
|
decl: {
|
|
7320
6506
|
start: {
|
|
7321
|
-
line:
|
|
6507
|
+
line: 60,
|
|
7322
6508
|
column: 22
|
|
7323
6509
|
},
|
|
7324
6510
|
end: {
|
|
7325
|
-
line:
|
|
6511
|
+
line: 60,
|
|
7326
6512
|
column: 23
|
|
7327
6513
|
}
|
|
7328
6514
|
},
|
|
7329
6515
|
loc: {
|
|
7330
6516
|
start: {
|
|
7331
|
-
line:
|
|
6517
|
+
line: 60,
|
|
7332
6518
|
column: 27
|
|
7333
6519
|
},
|
|
7334
6520
|
end: {
|
|
7335
|
-
line:
|
|
6521
|
+
line: 60,
|
|
7336
6522
|
column: 56
|
|
7337
6523
|
}
|
|
7338
6524
|
},
|
|
7339
|
-
line:
|
|
6525
|
+
line: 60
|
|
7340
6526
|
},
|
|
7341
6527
|
"6": {
|
|
7342
6528
|
name: "(anonymous_6)",
|
|
7343
6529
|
decl: {
|
|
7344
6530
|
start: {
|
|
7345
|
-
line:
|
|
6531
|
+
line: 104,
|
|
7346
6532
|
column: 27
|
|
7347
6533
|
},
|
|
7348
6534
|
end: {
|
|
7349
|
-
line:
|
|
6535
|
+
line: 104,
|
|
7350
6536
|
column: 28
|
|
7351
6537
|
}
|
|
7352
6538
|
},
|
|
7353
6539
|
loc: {
|
|
7354
6540
|
start: {
|
|
7355
|
-
line:
|
|
6541
|
+
line: 104,
|
|
7356
6542
|
column: 33
|
|
7357
6543
|
},
|
|
7358
6544
|
end: {
|
|
7359
|
-
line:
|
|
6545
|
+
line: 104,
|
|
7360
6546
|
column: 55
|
|
7361
6547
|
}
|
|
7362
6548
|
},
|
|
7363
|
-
line:
|
|
6549
|
+
line: 104
|
|
7364
6550
|
},
|
|
7365
6551
|
"7": {
|
|
7366
6552
|
name: "(anonymous_7)",
|
|
7367
6553
|
decl: {
|
|
7368
6554
|
start: {
|
|
7369
|
-
line:
|
|
6555
|
+
line: 114,
|
|
7370
6556
|
column: 17
|
|
7371
6557
|
},
|
|
7372
6558
|
end: {
|
|
7373
|
-
line:
|
|
6559
|
+
line: 114,
|
|
7374
6560
|
column: 18
|
|
7375
6561
|
}
|
|
7376
6562
|
},
|
|
7377
6563
|
loc: {
|
|
7378
6564
|
start: {
|
|
7379
|
-
line:
|
|
6565
|
+
line: 114,
|
|
7380
6566
|
column: 23
|
|
7381
6567
|
},
|
|
7382
6568
|
end: {
|
|
7383
|
-
line:
|
|
6569
|
+
line: 114,
|
|
7384
6570
|
column: 43
|
|
7385
6571
|
}
|
|
7386
6572
|
},
|
|
7387
|
-
line:
|
|
6573
|
+
line: 114
|
|
7388
6574
|
},
|
|
7389
6575
|
"8": {
|
|
7390
6576
|
name: "(anonymous_8)",
|
|
7391
6577
|
decl: {
|
|
7392
6578
|
start: {
|
|
7393
|
-
line:
|
|
6579
|
+
line: 128,
|
|
7394
6580
|
column: 17
|
|
7395
6581
|
},
|
|
7396
6582
|
end: {
|
|
7397
|
-
line:
|
|
6583
|
+
line: 128,
|
|
7398
6584
|
column: 18
|
|
7399
6585
|
}
|
|
7400
6586
|
},
|
|
7401
6587
|
loc: {
|
|
7402
6588
|
start: {
|
|
7403
|
-
line:
|
|
6589
|
+
line: 128,
|
|
7404
6590
|
column: 23
|
|
7405
6591
|
},
|
|
7406
6592
|
end: {
|
|
7407
|
-
line:
|
|
6593
|
+
line: 128,
|
|
7408
6594
|
column: 44
|
|
7409
6595
|
}
|
|
7410
6596
|
},
|
|
7411
|
-
line:
|
|
6597
|
+
line: 128
|
|
7412
6598
|
},
|
|
7413
6599
|
"9": {
|
|
7414
6600
|
name: "(anonymous_9)",
|
|
7415
6601
|
decl: {
|
|
7416
6602
|
start: {
|
|
7417
|
-
line:
|
|
6603
|
+
line: 129,
|
|
7418
6604
|
column: 18
|
|
7419
6605
|
},
|
|
7420
6606
|
end: {
|
|
7421
|
-
line:
|
|
6607
|
+
line: 129,
|
|
7422
6608
|
column: 19
|
|
7423
6609
|
}
|
|
7424
6610
|
},
|
|
7425
6611
|
loc: {
|
|
7426
6612
|
start: {
|
|
7427
|
-
line:
|
|
6613
|
+
line: 129,
|
|
7428
6614
|
column: 24
|
|
7429
6615
|
},
|
|
7430
6616
|
end: {
|
|
7431
|
-
line:
|
|
6617
|
+
line: 129,
|
|
7432
6618
|
column: 60
|
|
7433
6619
|
}
|
|
7434
6620
|
},
|
|
7435
|
-
line:
|
|
6621
|
+
line: 129
|
|
7436
6622
|
}
|
|
7437
6623
|
},
|
|
7438
6624
|
branchMap: {
|
|
7439
6625
|
"0": {
|
|
7440
6626
|
loc: {
|
|
7441
6627
|
start: {
|
|
7442
|
-
line:
|
|
6628
|
+
line: 66,
|
|
7443
6629
|
column: 9
|
|
7444
6630
|
},
|
|
7445
6631
|
end: {
|
|
7446
|
-
line:
|
|
6632
|
+
line: 70,
|
|
7447
6633
|
column: 9
|
|
7448
6634
|
}
|
|
7449
6635
|
},
|
|
7450
6636
|
type: "binary-expr",
|
|
7451
6637
|
locations: [{
|
|
7452
6638
|
start: {
|
|
7453
|
-
line:
|
|
6639
|
+
line: 66,
|
|
7454
6640
|
column: 9
|
|
7455
6641
|
},
|
|
7456
6642
|
end: {
|
|
7457
|
-
line:
|
|
6643
|
+
line: 66,
|
|
7458
6644
|
column: 18
|
|
7459
6645
|
}
|
|
7460
6646
|
}, {
|
|
7461
6647
|
start: {
|
|
7462
|
-
line:
|
|
6648
|
+
line: 67,
|
|
7463
6649
|
column: 10
|
|
7464
6650
|
},
|
|
7465
6651
|
end: {
|
|
7466
|
-
line:
|
|
6652
|
+
line: 69,
|
|
7467
6653
|
column: 16
|
|
7468
6654
|
}
|
|
7469
6655
|
}],
|
|
7470
|
-
line:
|
|
6656
|
+
line: 66
|
|
7471
6657
|
},
|
|
7472
6658
|
"1": {
|
|
7473
6659
|
loc: {
|
|
7474
6660
|
start: {
|
|
7475
|
-
line:
|
|
6661
|
+
line: 71,
|
|
7476
6662
|
column: 9
|
|
7477
6663
|
},
|
|
7478
6664
|
end: {
|
|
7479
|
-
line:
|
|
6665
|
+
line: 108,
|
|
7480
6666
|
column: 12
|
|
7481
6667
|
}
|
|
7482
6668
|
},
|
|
7483
6669
|
type: "binary-expr",
|
|
7484
6670
|
locations: [{
|
|
7485
6671
|
start: {
|
|
7486
|
-
line:
|
|
6672
|
+
line: 71,
|
|
7487
6673
|
column: 9
|
|
7488
6674
|
},
|
|
7489
6675
|
end: {
|
|
7490
|
-
line:
|
|
6676
|
+
line: 71,
|
|
7491
6677
|
column: 19
|
|
7492
6678
|
}
|
|
7493
6679
|
}, {
|
|
7494
6680
|
start: {
|
|
7495
|
-
line:
|
|
6681
|
+
line: 72,
|
|
7496
6682
|
column: 11
|
|
7497
6683
|
},
|
|
7498
6684
|
end: {
|
|
7499
|
-
line:
|
|
6685
|
+
line: 108,
|
|
7500
6686
|
column: 11
|
|
7501
6687
|
}
|
|
7502
6688
|
}],
|
|
7503
|
-
line:
|
|
6689
|
+
line: 71
|
|
7504
6690
|
},
|
|
7505
6691
|
"2": {
|
|
7506
6692
|
loc: {
|
|
7507
6693
|
start: {
|
|
7508
|
-
line:
|
|
6694
|
+
line: 72,
|
|
7509
6695
|
column: 11
|
|
7510
6696
|
},
|
|
7511
6697
|
end: {
|
|
7512
|
-
line:
|
|
6698
|
+
line: 108,
|
|
7513
6699
|
column: 11
|
|
7514
6700
|
}
|
|
7515
6701
|
},
|
|
7516
6702
|
type: "cond-expr",
|
|
7517
6703
|
locations: [{
|
|
7518
6704
|
start: {
|
|
7519
|
-
line:
|
|
6705
|
+
line: 73,
|
|
7520
6706
|
column: 12
|
|
7521
6707
|
},
|
|
7522
6708
|
end: {
|
|
7523
|
-
line:
|
|
6709
|
+
line: 97,
|
|
7524
6710
|
column: 18
|
|
7525
6711
|
}
|
|
7526
6712
|
}, {
|
|
7527
6713
|
start: {
|
|
7528
|
-
line:
|
|
6714
|
+
line: 99,
|
|
7529
6715
|
column: 12
|
|
7530
6716
|
},
|
|
7531
6717
|
end: {
|
|
7532
|
-
line:
|
|
6718
|
+
line: 107,
|
|
7533
6719
|
column: 18
|
|
7534
6720
|
}
|
|
7535
6721
|
}],
|
|
7536
|
-
line:
|
|
6722
|
+
line: 72
|
|
7537
6723
|
}
|
|
7538
6724
|
},
|
|
7539
6725
|
s: {
|
|
@@ -7579,7 +6765,7 @@ function cov_24yn1i4hss() {
|
|
|
7579
6765
|
"2": [0, 0]
|
|
7580
6766
|
},
|
|
7581
6767
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
7582
|
-
hash: "
|
|
6768
|
+
hash: "1d00dafa3f28d8ae4c9beaa6f84cdb9007d96ef4"
|
|
7583
6769
|
};
|
|
7584
6770
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
7585
6771
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -7651,6 +6837,7 @@ var CustomDomain = function CustomDomain(_ref) {
|
|
|
7651
6837
|
};
|
|
7652
6838
|
cov_24yn1i4hss().s[16]++;
|
|
7653
6839
|
return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement(Container, null, /*#__PURE__*/React__default["default"].createElement(Header, _extends({
|
|
6840
|
+
title: t("neetoMolecules.customDomain.customDomain", PLURAL),
|
|
7654
6841
|
actionBlock: /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
|
|
7655
6842
|
"data-cy": "add-new-custom-domain-button",
|
|
7656
6843
|
label: t("neetoMolecules.customDomain.addNew"),
|
|
@@ -7669,10 +6856,7 @@ var CustomDomain = function CustomDomain(_ref) {
|
|
|
7669
6856
|
},
|
|
7670
6857
|
placeholder: t("neetoMolecules.customDomain.search"),
|
|
7671
6858
|
"data-cy": "custom-domain-search-field"
|
|
7672
|
-
}
|
|
7673
|
-
title: t("neetoMolecules.customDomain.customDomain", {
|
|
7674
|
-
count: PLURAL
|
|
7675
|
-
})
|
|
6859
|
+
}
|
|
7676
6860
|
}, headerProps)), (cov_24yn1i4hss().b[0][0]++, isLoading) && (cov_24yn1i4hss().b[0][1]++, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7677
6861
|
className: "h-screen w-full"
|
|
7678
6862
|
}, /*#__PURE__*/React__default["default"].createElement(PageLoader, null))), (cov_24yn1i4hss().b[1][0]++, !isLoading) && (cov_24yn1i4hss().b[1][1]++, pure.isNotEmpty(data === null || data === void 0 ? void 0 : data.customDomains) ? (cov_24yn1i4hss().b[2][0]++, /*#__PURE__*/React__default["default"].createElement("div", {
|