@bigbinary/neeto-molecules 1.0.26 → 1.0.28
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/CustomDomain.cjs.js +349 -339
- package/dist/CustomDomain.cjs.js.map +1 -1
- package/dist/CustomDomain.js +349 -339
- package/dist/CustomDomain.js.map +1 -1
- package/dist/DynamicVariables.cjs.js +1 -1
- package/dist/DynamicVariables.js +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 +5 -6
- package/dist/SubHeader.cjs.js.map +1 -1
- package/dist/SubHeader.js +5 -6
- 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/dist/CustomDomain.cjs.js
CHANGED
|
@@ -597,7 +597,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
597
597
|
|
|
598
598
|
function cov_14lmkczjok() {
|
|
599
599
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/Header/index.jsx";
|
|
600
|
-
var hash = "
|
|
600
|
+
var hash = "4acb371c47823c0e6c94aab252b899cdd2f46202";
|
|
601
601
|
var global = new Function("return this")();
|
|
602
602
|
var gcv = "__coverage__";
|
|
603
603
|
var coverageData = {
|
|
@@ -605,31 +605,41 @@ function cov_14lmkczjok() {
|
|
|
605
605
|
statementMap: {
|
|
606
606
|
"0": {
|
|
607
607
|
start: {
|
|
608
|
-
line:
|
|
608
|
+
line: 13,
|
|
609
609
|
column: 15
|
|
610
610
|
},
|
|
611
611
|
end: {
|
|
612
|
-
line:
|
|
612
|
+
line: 78,
|
|
613
613
|
column: 1
|
|
614
614
|
}
|
|
615
615
|
},
|
|
616
616
|
"1": {
|
|
617
617
|
start: {
|
|
618
|
-
line:
|
|
618
|
+
line: 22,
|
|
619
619
|
column: 20
|
|
620
620
|
},
|
|
621
621
|
end: {
|
|
622
|
-
line:
|
|
622
|
+
line: 22,
|
|
623
623
|
column: 32
|
|
624
624
|
}
|
|
625
625
|
},
|
|
626
626
|
"2": {
|
|
627
627
|
start: {
|
|
628
628
|
line: 23,
|
|
629
|
+
column: 16
|
|
630
|
+
},
|
|
631
|
+
end: {
|
|
632
|
+
line: 23,
|
|
633
|
+
column: 32
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
"3": {
|
|
637
|
+
start: {
|
|
638
|
+
line: 25,
|
|
629
639
|
column: 2
|
|
630
640
|
},
|
|
631
641
|
end: {
|
|
632
|
-
line:
|
|
642
|
+
line: 77,
|
|
633
643
|
column: 4
|
|
634
644
|
}
|
|
635
645
|
}
|
|
@@ -639,213 +649,214 @@ function cov_14lmkczjok() {
|
|
|
639
649
|
name: "(anonymous_0)",
|
|
640
650
|
decl: {
|
|
641
651
|
start: {
|
|
642
|
-
line:
|
|
652
|
+
line: 13,
|
|
643
653
|
column: 15
|
|
644
654
|
},
|
|
645
655
|
end: {
|
|
646
|
-
line:
|
|
656
|
+
line: 13,
|
|
647
657
|
column: 16
|
|
648
658
|
}
|
|
649
659
|
},
|
|
650
660
|
loc: {
|
|
651
661
|
start: {
|
|
652
|
-
line:
|
|
662
|
+
line: 21,
|
|
653
663
|
column: 6
|
|
654
664
|
},
|
|
655
665
|
end: {
|
|
656
|
-
line:
|
|
666
|
+
line: 78,
|
|
657
667
|
column: 1
|
|
658
668
|
}
|
|
659
669
|
},
|
|
660
|
-
line:
|
|
670
|
+
line: 21
|
|
661
671
|
}
|
|
662
672
|
},
|
|
663
673
|
branchMap: {
|
|
664
674
|
"0": {
|
|
665
675
|
loc: {
|
|
666
676
|
start: {
|
|
667
|
-
line:
|
|
677
|
+
line: 17,
|
|
668
678
|
column: 2
|
|
669
679
|
},
|
|
670
680
|
end: {
|
|
671
|
-
line:
|
|
681
|
+
line: 17,
|
|
672
682
|
column: 16
|
|
673
683
|
}
|
|
674
684
|
},
|
|
675
685
|
type: "default-arg",
|
|
676
686
|
locations: [{
|
|
677
687
|
start: {
|
|
678
|
-
line:
|
|
688
|
+
line: 17,
|
|
679
689
|
column: 14
|
|
680
690
|
},
|
|
681
691
|
end: {
|
|
682
|
-
line:
|
|
692
|
+
line: 17,
|
|
683
693
|
column: 16
|
|
684
694
|
}
|
|
685
695
|
}],
|
|
686
|
-
line:
|
|
696
|
+
line: 17
|
|
687
697
|
},
|
|
688
698
|
"1": {
|
|
689
699
|
loc: {
|
|
690
700
|
start: {
|
|
691
|
-
line:
|
|
701
|
+
line: 19,
|
|
692
702
|
column: 2
|
|
693
703
|
},
|
|
694
704
|
end: {
|
|
695
|
-
line:
|
|
705
|
+
line: 19,
|
|
696
706
|
column: 18
|
|
697
707
|
}
|
|
698
708
|
},
|
|
699
709
|
type: "default-arg",
|
|
700
710
|
locations: [{
|
|
701
711
|
start: {
|
|
702
|
-
line:
|
|
712
|
+
line: 19,
|
|
703
713
|
column: 16
|
|
704
714
|
},
|
|
705
715
|
end: {
|
|
706
|
-
line:
|
|
716
|
+
line: 19,
|
|
707
717
|
column: 18
|
|
708
718
|
}
|
|
709
719
|
}],
|
|
710
|
-
line:
|
|
720
|
+
line: 19
|
|
711
721
|
},
|
|
712
722
|
"2": {
|
|
713
723
|
loc: {
|
|
714
724
|
start: {
|
|
715
|
-
line:
|
|
725
|
+
line: 34,
|
|
716
726
|
column: 9
|
|
717
727
|
},
|
|
718
728
|
end: {
|
|
719
|
-
line:
|
|
729
|
+
line: 43,
|
|
720
730
|
column: 9
|
|
721
731
|
}
|
|
722
732
|
},
|
|
723
733
|
type: "binary-expr",
|
|
724
734
|
locations: [{
|
|
725
735
|
start: {
|
|
726
|
-
line:
|
|
736
|
+
line: 34,
|
|
727
737
|
column: 9
|
|
728
738
|
},
|
|
729
739
|
end: {
|
|
730
|
-
line:
|
|
740
|
+
line: 34,
|
|
731
741
|
column: 22
|
|
732
742
|
}
|
|
733
743
|
}, {
|
|
734
744
|
start: {
|
|
735
|
-
line:
|
|
745
|
+
line: 35,
|
|
736
746
|
column: 10
|
|
737
747
|
},
|
|
738
748
|
end: {
|
|
739
|
-
line:
|
|
749
|
+
line: 42,
|
|
740
750
|
column: 12
|
|
741
751
|
}
|
|
742
752
|
}],
|
|
743
|
-
line:
|
|
753
|
+
line: 34
|
|
744
754
|
},
|
|
745
755
|
"3": {
|
|
746
756
|
loc: {
|
|
747
757
|
start: {
|
|
748
|
-
line:
|
|
758
|
+
line: 45,
|
|
749
759
|
column: 11
|
|
750
760
|
},
|
|
751
761
|
end: {
|
|
752
|
-
line:
|
|
762
|
+
line: 45,
|
|
753
763
|
column: 67
|
|
754
764
|
}
|
|
755
765
|
},
|
|
756
766
|
type: "binary-expr",
|
|
757
767
|
locations: [{
|
|
758
768
|
start: {
|
|
759
|
-
line:
|
|
769
|
+
line: 45,
|
|
760
770
|
column: 11
|
|
761
771
|
},
|
|
762
772
|
end: {
|
|
763
|
-
line:
|
|
773
|
+
line: 45,
|
|
764
774
|
column: 22
|
|
765
775
|
}
|
|
766
776
|
}, {
|
|
767
777
|
start: {
|
|
768
|
-
line:
|
|
778
|
+
line: 45,
|
|
769
779
|
column: 26
|
|
770
780
|
},
|
|
771
781
|
end: {
|
|
772
|
-
line:
|
|
782
|
+
line: 45,
|
|
773
783
|
column: 67
|
|
774
784
|
}
|
|
775
785
|
}],
|
|
776
|
-
line:
|
|
786
|
+
line: 45
|
|
777
787
|
},
|
|
778
788
|
"4": {
|
|
779
789
|
loc: {
|
|
780
790
|
start: {
|
|
781
|
-
line:
|
|
791
|
+
line: 56,
|
|
782
792
|
column: 13
|
|
783
793
|
},
|
|
784
794
|
end: {
|
|
785
|
-
line:
|
|
795
|
+
line: 56,
|
|
786
796
|
column: 72
|
|
787
797
|
}
|
|
788
798
|
},
|
|
789
799
|
type: "binary-expr",
|
|
790
800
|
locations: [{
|
|
791
801
|
start: {
|
|
792
|
-
line:
|
|
802
|
+
line: 56,
|
|
793
803
|
column: 13
|
|
794
804
|
},
|
|
795
805
|
end: {
|
|
796
|
-
line:
|
|
806
|
+
line: 56,
|
|
797
807
|
column: 26
|
|
798
808
|
}
|
|
799
809
|
}, {
|
|
800
810
|
start: {
|
|
801
|
-
line:
|
|
811
|
+
line: 56,
|
|
802
812
|
column: 30
|
|
803
813
|
},
|
|
804
814
|
end: {
|
|
805
|
-
line:
|
|
815
|
+
line: 56,
|
|
806
816
|
column: 72
|
|
807
817
|
}
|
|
808
818
|
}],
|
|
809
|
-
line:
|
|
819
|
+
line: 56
|
|
810
820
|
},
|
|
811
821
|
"5": {
|
|
812
822
|
loc: {
|
|
813
823
|
start: {
|
|
814
|
-
line:
|
|
824
|
+
line: 61,
|
|
815
825
|
column: 9
|
|
816
826
|
},
|
|
817
827
|
end: {
|
|
818
|
-
line:
|
|
828
|
+
line: 73,
|
|
819
829
|
column: 9
|
|
820
830
|
}
|
|
821
831
|
},
|
|
822
832
|
type: "binary-expr",
|
|
823
833
|
locations: [{
|
|
824
834
|
start: {
|
|
825
|
-
line:
|
|
835
|
+
line: 61,
|
|
826
836
|
column: 9
|
|
827
837
|
},
|
|
828
838
|
end: {
|
|
829
|
-
line:
|
|
839
|
+
line: 61,
|
|
830
840
|
column: 20
|
|
831
841
|
}
|
|
832
842
|
}, {
|
|
833
843
|
start: {
|
|
834
|
-
line:
|
|
844
|
+
line: 62,
|
|
835
845
|
column: 10
|
|
836
846
|
},
|
|
837
847
|
end: {
|
|
838
|
-
line:
|
|
848
|
+
line: 72,
|
|
839
849
|
column: 12
|
|
840
850
|
}
|
|
841
851
|
}],
|
|
842
|
-
line:
|
|
852
|
+
line: 61
|
|
843
853
|
}
|
|
844
854
|
},
|
|
845
855
|
s: {
|
|
846
856
|
"0": 0,
|
|
847
857
|
"1": 0,
|
|
848
|
-
"2": 0
|
|
858
|
+
"2": 0,
|
|
859
|
+
"3": 0
|
|
849
860
|
},
|
|
850
861
|
f: {
|
|
851
862
|
"0": 0
|
|
@@ -859,7 +870,7 @@ function cov_14lmkczjok() {
|
|
|
859
870
|
"5": [0, 0]
|
|
860
871
|
},
|
|
861
872
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
862
|
-
hash: "
|
|
873
|
+
hash: "4acb371c47823c0e6c94aab252b899cdd2f46202"
|
|
863
874
|
};
|
|
864
875
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
865
876
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -888,7 +899,9 @@ var Header = function Header(_ref) {
|
|
|
888
899
|
dropdownProps = _ref.dropdownProps;
|
|
889
900
|
cov_14lmkczjok().f[0]++;
|
|
890
901
|
var searchRef = (cov_14lmkczjok().s[1]++, React.useRef(null));
|
|
891
|
-
cov_14lmkczjok().s[2]
|
|
902
|
+
var _ref2 = (cov_14lmkczjok().s[2]++, reactI18next.useTranslation()),
|
|
903
|
+
t = _ref2.t;
|
|
904
|
+
cov_14lmkczjok().s[3]++;
|
|
892
905
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
893
906
|
className: classnames(["neeto-molecules-header", {
|
|
894
907
|
"neeto-molecules-header--has-breadcrumbs": !ramda.isEmpty(breadcrumbs)
|
|
@@ -919,7 +932,7 @@ var Header = function Header(_ref) {
|
|
|
919
932
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
920
933
|
className: "neeto-ui-gap-3 neeto-molecules-header__right"
|
|
921
934
|
}, (cov_14lmkczjok().b[5][0]++, searchProps) && (cov_14lmkczjok().b[5][1]++, /*#__PURE__*/React__default["default"].createElement(neetoui.Input, _extends({
|
|
922
|
-
placeholder: "
|
|
935
|
+
placeholder: t("neetoMolecules.common.actions.search"),
|
|
923
936
|
prefix: /*#__PURE__*/React__default["default"].createElement(neetoIcons.Search, null),
|
|
924
937
|
ref: searchRef,
|
|
925
938
|
type: "search",
|
|
@@ -1507,7 +1520,7 @@ var DownloadButton = function DownloadButton(_ref) {
|
|
|
1507
1520
|
var _excluded = ["buttonProps"];
|
|
1508
1521
|
function cov_m5zh4tynr() {
|
|
1509
1522
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/Filter.jsx";
|
|
1510
|
-
var hash = "
|
|
1523
|
+
var hash = "ccf07ab7fbe2e20d51a0eb8a8009a0ad5956d118";
|
|
1511
1524
|
var global = new Function("return this")();
|
|
1512
1525
|
var gcv = "__coverage__";
|
|
1513
1526
|
var coverageData = {
|
|
@@ -1519,7 +1532,7 @@ function cov_m5zh4tynr() {
|
|
|
1519
1532
|
column: 21
|
|
1520
1533
|
},
|
|
1521
1534
|
end: {
|
|
1522
|
-
line:
|
|
1535
|
+
line: 28,
|
|
1523
1536
|
column: 1
|
|
1524
1537
|
}
|
|
1525
1538
|
},
|
|
@@ -1539,7 +1552,7 @@ function cov_m5zh4tynr() {
|
|
|
1539
1552
|
column: 2
|
|
1540
1553
|
},
|
|
1541
1554
|
end: {
|
|
1542
|
-
line:
|
|
1555
|
+
line: 27,
|
|
1543
1556
|
column: 4
|
|
1544
1557
|
}
|
|
1545
1558
|
}
|
|
@@ -1563,7 +1576,7 @@ function cov_m5zh4tynr() {
|
|
|
1563
1576
|
column: 52
|
|
1564
1577
|
},
|
|
1565
1578
|
end: {
|
|
1566
|
-
line:
|
|
1579
|
+
line: 28,
|
|
1567
1580
|
column: 1
|
|
1568
1581
|
}
|
|
1569
1582
|
},
|
|
@@ -1581,7 +1594,7 @@ function cov_m5zh4tynr() {
|
|
|
1581
1594
|
},
|
|
1582
1595
|
b: {},
|
|
1583
1596
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
1584
|
-
hash: "
|
|
1597
|
+
hash: "ccf07ab7fbe2e20d51a0eb8a8009a0ad5956d118"
|
|
1585
1598
|
};
|
|
1586
1599
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
1587
1600
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -1612,7 +1625,6 @@ var FilterButton = function FilterButton(_ref) {
|
|
|
1612
1625
|
}, /*#__PURE__*/React__default["default"].createElement(neetoFiltersFrontend.Filters, _extends({
|
|
1613
1626
|
buttonProps: _objectSpread$1({
|
|
1614
1627
|
"data-testid": "filter-button",
|
|
1615
|
-
"data-cy": "neeto-filters-button",
|
|
1616
1628
|
icon: neetoIcons.Filter,
|
|
1617
1629
|
style: "text",
|
|
1618
1630
|
tooltipProps: {
|
|
@@ -2035,7 +2047,7 @@ SubHeader.RightBlock = RightBlock;
|
|
|
2035
2047
|
|
|
2036
2048
|
function cov_222iv29ng9() {
|
|
2037
2049
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/CustomDomain/constants.js";
|
|
2038
|
-
var hash = "
|
|
2050
|
+
var hash = "87f052284a82ce00f5a1bb3c70dc428b98bd8b8f";
|
|
2039
2051
|
var global = new Function("return this")();
|
|
2040
2052
|
var gcv = "__coverage__";
|
|
2041
2053
|
var coverageData = {
|
|
@@ -2068,7 +2080,7 @@ function cov_222iv29ng9() {
|
|
|
2068
2080
|
},
|
|
2069
2081
|
end: {
|
|
2070
2082
|
line: 5,
|
|
2071
|
-
column:
|
|
2083
|
+
column: 36
|
|
2072
2084
|
}
|
|
2073
2085
|
},
|
|
2074
2086
|
"3": {
|
|
@@ -2078,7 +2090,7 @@ function cov_222iv29ng9() {
|
|
|
2078
2090
|
},
|
|
2079
2091
|
end: {
|
|
2080
2092
|
line: 7,
|
|
2081
|
-
column:
|
|
2093
|
+
column: 34
|
|
2082
2094
|
}
|
|
2083
2095
|
}
|
|
2084
2096
|
},
|
|
@@ -2093,7 +2105,7 @@ function cov_222iv29ng9() {
|
|
|
2093
2105
|
f: {},
|
|
2094
2106
|
b: {},
|
|
2095
2107
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
2096
|
-
hash: "
|
|
2108
|
+
hash: "87f052284a82ce00f5a1bb3c70dc428b98bd8b8f"
|
|
2097
2109
|
};
|
|
2098
2110
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
2099
2111
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -2111,8 +2123,12 @@ function cov_222iv29ng9() {
|
|
|
2111
2123
|
cov_222iv29ng9();
|
|
2112
2124
|
var DEFAULT_STALE_TIME = (cov_222iv29ng9().s[0]++, 60 * 60 * 1000);
|
|
2113
2125
|
var DOMAIN_QUERY_KEY = (cov_222iv29ng9().s[1]++, "custom-domain");
|
|
2114
|
-
var SINGULAR = (cov_222iv29ng9().s[2]++,
|
|
2115
|
-
|
|
2126
|
+
var SINGULAR = (cov_222iv29ng9().s[2]++, {
|
|
2127
|
+
count: 1
|
|
2128
|
+
});
|
|
2129
|
+
var PLURAL = (cov_222iv29ng9().s[3]++, {
|
|
2130
|
+
count: 2
|
|
2131
|
+
});
|
|
2116
2132
|
|
|
2117
2133
|
function cov_1uqwnv9h7p() {
|
|
2118
2134
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/CustomDomain/Manage/constants.js";
|
|
@@ -2604,7 +2620,7 @@ var TagBlock = function TagBlock(_ref) {
|
|
|
2604
2620
|
|
|
2605
2621
|
function cov_20ap541pw6() {
|
|
2606
2622
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/CustomDomain/utils.jsx";
|
|
2607
|
-
var hash = "
|
|
2623
|
+
var hash = "babbad7462db6cae00c79258810ca55a58a0e27e";
|
|
2608
2624
|
var global = new Function("return this")();
|
|
2609
2625
|
var gcv = "__coverage__";
|
|
2610
2626
|
var coverageData = {
|
|
@@ -2626,7 +2642,7 @@ function cov_20ap541pw6() {
|
|
|
2626
2642
|
column: 32
|
|
2627
2643
|
},
|
|
2628
2644
|
end: {
|
|
2629
|
-
line:
|
|
2645
|
+
line: 49,
|
|
2630
2646
|
column: 1
|
|
2631
2647
|
}
|
|
2632
2648
|
},
|
|
@@ -2636,157 +2652,157 @@ function cov_20ap541pw6() {
|
|
|
2636
2652
|
column: 73
|
|
2637
2653
|
},
|
|
2638
2654
|
end: {
|
|
2639
|
-
line:
|
|
2655
|
+
line: 49,
|
|
2640
2656
|
column: 1
|
|
2641
2657
|
}
|
|
2642
2658
|
},
|
|
2643
2659
|
"3": {
|
|
2644
2660
|
start: {
|
|
2645
|
-
line:
|
|
2661
|
+
line: 22,
|
|
2646
2662
|
column: 22
|
|
2647
2663
|
},
|
|
2648
2664
|
end: {
|
|
2649
|
-
line:
|
|
2665
|
+
line: 22,
|
|
2650
2666
|
column: 50
|
|
2651
2667
|
}
|
|
2652
2668
|
},
|
|
2653
2669
|
"4": {
|
|
2654
2670
|
start: {
|
|
2655
|
-
line:
|
|
2671
|
+
line: 29,
|
|
2656
2672
|
column: 6
|
|
2657
2673
|
},
|
|
2658
2674
|
end: {
|
|
2659
|
-
line:
|
|
2675
|
+
line: 46,
|
|
2660
2676
|
column: 12
|
|
2661
2677
|
}
|
|
2662
2678
|
},
|
|
2663
2679
|
"5": {
|
|
2664
2680
|
start: {
|
|
2665
|
-
line:
|
|
2681
|
+
line: 29,
|
|
2666
2682
|
column: 25
|
|
2667
2683
|
},
|
|
2668
2684
|
end: {
|
|
2669
|
-
line:
|
|
2685
|
+
line: 29,
|
|
2670
2686
|
column: 44
|
|
2671
2687
|
}
|
|
2672
2688
|
},
|
|
2673
2689
|
"6": {
|
|
2674
2690
|
start: {
|
|
2675
|
-
line:
|
|
2691
|
+
line: 38,
|
|
2676
2692
|
column: 44
|
|
2677
2693
|
},
|
|
2678
2694
|
end: {
|
|
2679
|
-
line:
|
|
2695
|
+
line: 38,
|
|
2680
2696
|
column: 74
|
|
2681
2697
|
}
|
|
2682
2698
|
},
|
|
2683
2699
|
"7": {
|
|
2684
2700
|
start: {
|
|
2685
|
-
line:
|
|
2701
|
+
line: 41,
|
|
2686
2702
|
column: 44
|
|
2687
2703
|
},
|
|
2688
2704
|
end: {
|
|
2689
|
-
line:
|
|
2705
|
+
line: 41,
|
|
2690
2706
|
column: 75
|
|
2691
2707
|
}
|
|
2692
2708
|
},
|
|
2693
2709
|
"8": {
|
|
2694
2710
|
start: {
|
|
2695
|
-
line:
|
|
2711
|
+
line: 51,
|
|
2696
2712
|
column: 26
|
|
2697
2713
|
},
|
|
2698
2714
|
end: {
|
|
2699
|
-
line:
|
|
2715
|
+
line: 88,
|
|
2700
2716
|
column: 1
|
|
2701
2717
|
}
|
|
2702
2718
|
},
|
|
2703
2719
|
"9": {
|
|
2704
2720
|
start: {
|
|
2705
|
-
line:
|
|
2721
|
+
line: 52,
|
|
2706
2722
|
column: 65
|
|
2707
2723
|
},
|
|
2708
2724
|
end: {
|
|
2709
|
-
line:
|
|
2725
|
+
line: 52,
|
|
2710
2726
|
column: 77
|
|
2711
2727
|
}
|
|
2712
2728
|
},
|
|
2713
2729
|
"10": {
|
|
2714
2730
|
start: {
|
|
2715
|
-
line:
|
|
2731
|
+
line: 55,
|
|
2716
2732
|
column: 4
|
|
2717
2733
|
},
|
|
2718
2734
|
end: {
|
|
2719
|
-
line:
|
|
2735
|
+
line: 55,
|
|
2720
2736
|
column: 64
|
|
2721
2737
|
}
|
|
2722
2738
|
},
|
|
2723
2739
|
"11": {
|
|
2724
2740
|
start: {
|
|
2725
|
-
line:
|
|
2741
|
+
line: 57,
|
|
2726
2742
|
column: 21
|
|
2727
2743
|
},
|
|
2728
2744
|
end: {
|
|
2729
|
-
line:
|
|
2745
|
+
line: 57,
|
|
2730
2746
|
column: 79
|
|
2731
2747
|
}
|
|
2732
2748
|
},
|
|
2733
2749
|
"12": {
|
|
2734
2750
|
start: {
|
|
2735
|
-
line:
|
|
2751
|
+
line: 59,
|
|
2736
2752
|
column: 22
|
|
2737
2753
|
},
|
|
2738
2754
|
end: {
|
|
2739
|
-
line:
|
|
2755
|
+
line: 61,
|
|
2740
2756
|
column: 34
|
|
2741
2757
|
}
|
|
2742
2758
|
},
|
|
2743
2759
|
"13": {
|
|
2744
2760
|
start: {
|
|
2745
|
-
line:
|
|
2761
|
+
line: 63,
|
|
2746
2762
|
column: 21
|
|
2747
2763
|
},
|
|
2748
2764
|
end: {
|
|
2749
|
-
line:
|
|
2765
|
+
line: 65,
|
|
2750
2766
|
column: 60
|
|
2751
2767
|
}
|
|
2752
2768
|
},
|
|
2753
2769
|
"14": {
|
|
2754
2770
|
start: {
|
|
2755
|
-
line:
|
|
2771
|
+
line: 67,
|
|
2756
2772
|
column: 28
|
|
2757
2773
|
},
|
|
2758
2774
|
end: {
|
|
2759
|
-
line:
|
|
2775
|
+
line: 69,
|
|
2760
2776
|
column: 4
|
|
2761
2777
|
}
|
|
2762
2778
|
},
|
|
2763
2779
|
"15": {
|
|
2764
2780
|
start: {
|
|
2765
|
-
line:
|
|
2781
|
+
line: 71,
|
|
2766
2782
|
column: 26
|
|
2767
2783
|
},
|
|
2768
2784
|
end: {
|
|
2769
|
-
line:
|
|
2785
|
+
line: 74,
|
|
2770
2786
|
column: 4
|
|
2771
2787
|
}
|
|
2772
2788
|
},
|
|
2773
2789
|
"16": {
|
|
2774
2790
|
start: {
|
|
2775
|
-
line:
|
|
2791
|
+
line: 76,
|
|
2776
2792
|
column: 27
|
|
2777
2793
|
},
|
|
2778
2794
|
end: {
|
|
2779
|
-
line:
|
|
2795
|
+
line: 79,
|
|
2780
2796
|
column: 4
|
|
2781
2797
|
}
|
|
2782
2798
|
},
|
|
2783
2799
|
"17": {
|
|
2784
2800
|
start: {
|
|
2785
|
-
line:
|
|
2801
|
+
line: 81,
|
|
2786
2802
|
column: 2
|
|
2787
2803
|
},
|
|
2788
2804
|
end: {
|
|
2789
|
-
line:
|
|
2805
|
+
line: 87,
|
|
2790
2806
|
column: 4
|
|
2791
2807
|
}
|
|
2792
2808
|
}
|
|
@@ -2810,7 +2826,7 @@ function cov_20ap541pw6() {
|
|
|
2810
2826
|
column: 73
|
|
2811
2827
|
},
|
|
2812
2828
|
end: {
|
|
2813
|
-
line:
|
|
2829
|
+
line: 49,
|
|
2814
2830
|
column: 1
|
|
2815
2831
|
}
|
|
2816
2832
|
},
|
|
@@ -2820,279 +2836,279 @@ function cov_20ap541pw6() {
|
|
|
2820
2836
|
name: "(anonymous_1)",
|
|
2821
2837
|
decl: {
|
|
2822
2838
|
start: {
|
|
2823
|
-
line:
|
|
2839
|
+
line: 22,
|
|
2824
2840
|
column: 12
|
|
2825
2841
|
},
|
|
2826
2842
|
end: {
|
|
2827
|
-
line:
|
|
2843
|
+
line: 22,
|
|
2828
2844
|
column: 13
|
|
2829
2845
|
}
|
|
2830
2846
|
},
|
|
2831
2847
|
loc: {
|
|
2832
2848
|
start: {
|
|
2833
|
-
line:
|
|
2849
|
+
line: 22,
|
|
2834
2850
|
column: 22
|
|
2835
2851
|
},
|
|
2836
2852
|
end: {
|
|
2837
|
-
line:
|
|
2853
|
+
line: 22,
|
|
2838
2854
|
column: 50
|
|
2839
2855
|
}
|
|
2840
2856
|
},
|
|
2841
|
-
line:
|
|
2857
|
+
line: 22
|
|
2842
2858
|
},
|
|
2843
2859
|
"2": {
|
|
2844
2860
|
name: "(anonymous_2)",
|
|
2845
2861
|
decl: {
|
|
2846
2862
|
start: {
|
|
2847
|
-
line:
|
|
2863
|
+
line: 28,
|
|
2848
2864
|
column: 12
|
|
2849
2865
|
},
|
|
2850
2866
|
end: {
|
|
2851
|
-
line:
|
|
2867
|
+
line: 28,
|
|
2852
2868
|
column: 13
|
|
2853
2869
|
}
|
|
2854
2870
|
},
|
|
2855
2871
|
loc: {
|
|
2856
2872
|
start: {
|
|
2857
|
-
line:
|
|
2873
|
+
line: 29,
|
|
2858
2874
|
column: 6
|
|
2859
2875
|
},
|
|
2860
2876
|
end: {
|
|
2861
|
-
line:
|
|
2877
|
+
line: 46,
|
|
2862
2878
|
column: 12
|
|
2863
2879
|
}
|
|
2864
2880
|
},
|
|
2865
|
-
line:
|
|
2881
|
+
line: 29
|
|
2866
2882
|
},
|
|
2867
2883
|
"3": {
|
|
2868
2884
|
name: "(anonymous_3)",
|
|
2869
2885
|
decl: {
|
|
2870
2886
|
start: {
|
|
2871
|
-
line:
|
|
2887
|
+
line: 29,
|
|
2872
2888
|
column: 20
|
|
2873
2889
|
},
|
|
2874
2890
|
end: {
|
|
2875
|
-
line:
|
|
2891
|
+
line: 29,
|
|
2876
2892
|
column: 21
|
|
2877
2893
|
}
|
|
2878
2894
|
},
|
|
2879
2895
|
loc: {
|
|
2880
2896
|
start: {
|
|
2881
|
-
line:
|
|
2897
|
+
line: 29,
|
|
2882
2898
|
column: 25
|
|
2883
2899
|
},
|
|
2884
2900
|
end: {
|
|
2885
|
-
line:
|
|
2901
|
+
line: 29,
|
|
2886
2902
|
column: 44
|
|
2887
2903
|
}
|
|
2888
2904
|
},
|
|
2889
|
-
line:
|
|
2905
|
+
line: 29
|
|
2890
2906
|
},
|
|
2891
2907
|
"4": {
|
|
2892
2908
|
name: "(anonymous_4)",
|
|
2893
2909
|
decl: {
|
|
2894
2910
|
start: {
|
|
2895
|
-
line:
|
|
2911
|
+
line: 38,
|
|
2896
2912
|
column: 38
|
|
2897
2913
|
},
|
|
2898
2914
|
end: {
|
|
2899
|
-
line:
|
|
2915
|
+
line: 38,
|
|
2900
2916
|
column: 39
|
|
2901
2917
|
}
|
|
2902
2918
|
},
|
|
2903
2919
|
loc: {
|
|
2904
2920
|
start: {
|
|
2905
|
-
line:
|
|
2921
|
+
line: 38,
|
|
2906
2922
|
column: 44
|
|
2907
2923
|
},
|
|
2908
2924
|
end: {
|
|
2909
|
-
line:
|
|
2925
|
+
line: 38,
|
|
2910
2926
|
column: 74
|
|
2911
2927
|
}
|
|
2912
2928
|
},
|
|
2913
|
-
line:
|
|
2929
|
+
line: 38
|
|
2914
2930
|
},
|
|
2915
2931
|
"5": {
|
|
2916
2932
|
name: "(anonymous_5)",
|
|
2917
2933
|
decl: {
|
|
2918
2934
|
start: {
|
|
2919
|
-
line:
|
|
2935
|
+
line: 41,
|
|
2920
2936
|
column: 38
|
|
2921
2937
|
},
|
|
2922
2938
|
end: {
|
|
2923
|
-
line:
|
|
2939
|
+
line: 41,
|
|
2924
2940
|
column: 39
|
|
2925
2941
|
}
|
|
2926
2942
|
},
|
|
2927
2943
|
loc: {
|
|
2928
2944
|
start: {
|
|
2929
|
-
line:
|
|
2945
|
+
line: 41,
|
|
2930
2946
|
column: 44
|
|
2931
2947
|
},
|
|
2932
2948
|
end: {
|
|
2933
|
-
line:
|
|
2949
|
+
line: 41,
|
|
2934
2950
|
column: 75
|
|
2935
2951
|
}
|
|
2936
2952
|
},
|
|
2937
|
-
line:
|
|
2953
|
+
line: 41
|
|
2938
2954
|
},
|
|
2939
2955
|
"6": {
|
|
2940
2956
|
name: "(anonymous_6)",
|
|
2941
2957
|
decl: {
|
|
2942
2958
|
start: {
|
|
2943
|
-
line:
|
|
2959
|
+
line: 51,
|
|
2944
2960
|
column: 26
|
|
2945
2961
|
},
|
|
2946
2962
|
end: {
|
|
2947
|
-
line:
|
|
2963
|
+
line: 51,
|
|
2948
2964
|
column: 27
|
|
2949
2965
|
}
|
|
2950
2966
|
},
|
|
2951
2967
|
loc: {
|
|
2952
2968
|
start: {
|
|
2953
|
-
line:
|
|
2969
|
+
line: 51,
|
|
2954
2970
|
column: 42
|
|
2955
2971
|
},
|
|
2956
2972
|
end: {
|
|
2957
|
-
line:
|
|
2973
|
+
line: 88,
|
|
2958
2974
|
column: 1
|
|
2959
2975
|
}
|
|
2960
2976
|
},
|
|
2961
|
-
line:
|
|
2977
|
+
line: 51
|
|
2962
2978
|
}
|
|
2963
2979
|
},
|
|
2964
2980
|
branchMap: {
|
|
2965
2981
|
"0": {
|
|
2966
2982
|
loc: {
|
|
2967
2983
|
start: {
|
|
2968
|
-
line:
|
|
2984
|
+
line: 55,
|
|
2969
2985
|
column: 4
|
|
2970
2986
|
},
|
|
2971
2987
|
end: {
|
|
2972
|
-
line:
|
|
2988
|
+
line: 55,
|
|
2973
2989
|
column: 64
|
|
2974
2990
|
}
|
|
2975
2991
|
},
|
|
2976
2992
|
type: "binary-expr",
|
|
2977
2993
|
locations: [{
|
|
2978
2994
|
start: {
|
|
2979
|
-
line:
|
|
2995
|
+
line: 55,
|
|
2980
2996
|
column: 4
|
|
2981
2997
|
},
|
|
2982
2998
|
end: {
|
|
2983
|
-
line:
|
|
2999
|
+
line: 55,
|
|
2984
3000
|
column: 23
|
|
2985
3001
|
}
|
|
2986
3002
|
}, {
|
|
2987
3003
|
start: {
|
|
2988
|
-
line:
|
|
3004
|
+
line: 55,
|
|
2989
3005
|
column: 27
|
|
2990
3006
|
},
|
|
2991
3007
|
end: {
|
|
2992
|
-
line:
|
|
3008
|
+
line: 55,
|
|
2993
3009
|
column: 64
|
|
2994
3010
|
}
|
|
2995
3011
|
}],
|
|
2996
|
-
line:
|
|
3012
|
+
line: 55
|
|
2997
3013
|
},
|
|
2998
3014
|
"1": {
|
|
2999
3015
|
loc: {
|
|
3000
3016
|
start: {
|
|
3001
|
-
line:
|
|
3017
|
+
line: 57,
|
|
3002
3018
|
column: 21
|
|
3003
3019
|
},
|
|
3004
3020
|
end: {
|
|
3005
|
-
line:
|
|
3021
|
+
line: 57,
|
|
3006
3022
|
column: 79
|
|
3007
3023
|
}
|
|
3008
3024
|
},
|
|
3009
3025
|
type: "cond-expr",
|
|
3010
3026
|
locations: [{
|
|
3011
3027
|
start: {
|
|
3012
|
-
line:
|
|
3028
|
+
line: 57,
|
|
3013
3029
|
column: 41
|
|
3014
3030
|
},
|
|
3015
3031
|
end: {
|
|
3016
|
-
line:
|
|
3032
|
+
line: 57,
|
|
3017
3033
|
column: 49
|
|
3018
3034
|
}
|
|
3019
3035
|
}, {
|
|
3020
3036
|
start: {
|
|
3021
|
-
line:
|
|
3037
|
+
line: 57,
|
|
3022
3038
|
column: 52
|
|
3023
3039
|
},
|
|
3024
3040
|
end: {
|
|
3025
|
-
line:
|
|
3041
|
+
line: 57,
|
|
3026
3042
|
column: 79
|
|
3027
3043
|
}
|
|
3028
3044
|
}],
|
|
3029
|
-
line:
|
|
3045
|
+
line: 57
|
|
3030
3046
|
},
|
|
3031
3047
|
"2": {
|
|
3032
3048
|
loc: {
|
|
3033
3049
|
start: {
|
|
3034
|
-
line:
|
|
3050
|
+
line: 59,
|
|
3035
3051
|
column: 22
|
|
3036
3052
|
},
|
|
3037
3053
|
end: {
|
|
3038
|
-
line:
|
|
3054
|
+
line: 61,
|
|
3039
3055
|
column: 34
|
|
3040
3056
|
}
|
|
3041
3057
|
},
|
|
3042
3058
|
type: "cond-expr",
|
|
3043
3059
|
locations: [{
|
|
3044
3060
|
start: {
|
|
3045
|
-
line:
|
|
3061
|
+
line: 60,
|
|
3046
3062
|
column: 6
|
|
3047
3063
|
},
|
|
3048
3064
|
end: {
|
|
3049
|
-
line:
|
|
3065
|
+
line: 60,
|
|
3050
3066
|
column: 15
|
|
3051
3067
|
}
|
|
3052
3068
|
}, {
|
|
3053
3069
|
start: {
|
|
3054
|
-
line:
|
|
3070
|
+
line: 61,
|
|
3055
3071
|
column: 6
|
|
3056
3072
|
},
|
|
3057
3073
|
end: {
|
|
3058
|
-
line:
|
|
3074
|
+
line: 61,
|
|
3059
3075
|
column: 34
|
|
3060
3076
|
}
|
|
3061
3077
|
}],
|
|
3062
|
-
line:
|
|
3078
|
+
line: 59
|
|
3063
3079
|
},
|
|
3064
3080
|
"3": {
|
|
3065
3081
|
loc: {
|
|
3066
3082
|
start: {
|
|
3067
|
-
line:
|
|
3083
|
+
line: 63,
|
|
3068
3084
|
column: 21
|
|
3069
3085
|
},
|
|
3070
3086
|
end: {
|
|
3071
|
-
line:
|
|
3087
|
+
line: 65,
|
|
3072
3088
|
column: 60
|
|
3073
3089
|
}
|
|
3074
3090
|
},
|
|
3075
3091
|
type: "cond-expr",
|
|
3076
3092
|
locations: [{
|
|
3077
3093
|
start: {
|
|
3078
|
-
line:
|
|
3094
|
+
line: 64,
|
|
3079
3095
|
column: 6
|
|
3080
3096
|
},
|
|
3081
3097
|
end: {
|
|
3082
|
-
line:
|
|
3098
|
+
line: 64,
|
|
3083
3099
|
column: 44
|
|
3084
3100
|
}
|
|
3085
3101
|
}, {
|
|
3086
3102
|
start: {
|
|
3087
|
-
line:
|
|
3103
|
+
line: 65,
|
|
3088
3104
|
column: 6
|
|
3089
3105
|
},
|
|
3090
3106
|
end: {
|
|
3091
|
-
line:
|
|
3107
|
+
line: 65,
|
|
3092
3108
|
column: 60
|
|
3093
3109
|
}
|
|
3094
3110
|
}],
|
|
3095
|
-
line:
|
|
3111
|
+
line: 63
|
|
3096
3112
|
}
|
|
3097
3113
|
},
|
|
3098
3114
|
s: {
|
|
@@ -3131,7 +3147,7 @@ function cov_20ap541pw6() {
|
|
|
3131
3147
|
"3": [0, 0]
|
|
3132
3148
|
},
|
|
3133
3149
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
3134
|
-
hash: "
|
|
3150
|
+
hash: "babbad7462db6cae00c79258810ca55a58a0e27e"
|
|
3135
3151
|
};
|
|
3136
3152
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
3137
3153
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -3155,9 +3171,7 @@ var renderColumnData = function renderColumnData(enableManagePane, enableDeleteA
|
|
|
3155
3171
|
cov_20ap541pw6().f[0]++;
|
|
3156
3172
|
cov_20ap541pw6().s[2]++;
|
|
3157
3173
|
return [{
|
|
3158
|
-
title: i18next.t("neetoMolecules.customDomain.customDomain",
|
|
3159
|
-
count: SINGULAR
|
|
3160
|
-
}),
|
|
3174
|
+
title: i18next.t("neetoMolecules.customDomain.customDomain", SINGULAR),
|
|
3161
3175
|
dataIndex: "hostname",
|
|
3162
3176
|
key: "hostname"
|
|
3163
3177
|
}, {
|
|
@@ -5096,7 +5110,7 @@ var useUpdateCustomDomain = function useUpdateCustomDomain() {
|
|
|
5096
5110
|
|
|
5097
5111
|
function cov_19n1f0ipo7() {
|
|
5098
5112
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/CustomDomain/Manage/index.jsx";
|
|
5099
|
-
var hash = "
|
|
5113
|
+
var hash = "a66cb8189d7fd0453d5dc23db393ba7aa187cbf5";
|
|
5100
5114
|
var global = new Function("return this")();
|
|
5101
5115
|
var gcv = "__coverage__";
|
|
5102
5116
|
var coverageData = {
|
|
@@ -5108,7 +5122,7 @@ function cov_19n1f0ipo7() {
|
|
|
5108
5122
|
column: 15
|
|
5109
5123
|
},
|
|
5110
5124
|
end: {
|
|
5111
|
-
line:
|
|
5125
|
+
line: 157,
|
|
5112
5126
|
column: 1
|
|
5113
5127
|
}
|
|
5114
5128
|
},
|
|
@@ -5288,7 +5302,7 @@ function cov_19n1f0ipo7() {
|
|
|
5288
5302
|
column: 2
|
|
5289
5303
|
},
|
|
5290
5304
|
end: {
|
|
5291
|
-
line:
|
|
5305
|
+
line: 156,
|
|
5292
5306
|
column: 4
|
|
5293
5307
|
}
|
|
5294
5308
|
},
|
|
@@ -5298,7 +5312,7 @@ function cov_19n1f0ipo7() {
|
|
|
5298
5312
|
column: 10
|
|
5299
5313
|
},
|
|
5300
5314
|
end: {
|
|
5301
|
-
line:
|
|
5315
|
+
line: 152,
|
|
5302
5316
|
column: 17
|
|
5303
5317
|
}
|
|
5304
5318
|
}
|
|
@@ -5322,7 +5336,7 @@ function cov_19n1f0ipo7() {
|
|
|
5322
5336
|
column: 71
|
|
5323
5337
|
},
|
|
5324
5338
|
end: {
|
|
5325
|
-
line:
|
|
5339
|
+
line: 157,
|
|
5326
5340
|
column: 1
|
|
5327
5341
|
}
|
|
5328
5342
|
},
|
|
@@ -5538,7 +5552,7 @@ function cov_19n1f0ipo7() {
|
|
|
5538
5552
|
column: 10
|
|
5539
5553
|
},
|
|
5540
5554
|
end: {
|
|
5541
|
-
line:
|
|
5555
|
+
line: 152,
|
|
5542
5556
|
column: 17
|
|
5543
5557
|
}
|
|
5544
5558
|
},
|
|
@@ -5652,7 +5666,7 @@ function cov_19n1f0ipo7() {
|
|
|
5652
5666
|
column: 21
|
|
5653
5667
|
},
|
|
5654
5668
|
end: {
|
|
5655
|
-
line:
|
|
5669
|
+
line: 97,
|
|
5656
5670
|
column: 62
|
|
5657
5671
|
}
|
|
5658
5672
|
},
|
|
@@ -5663,16 +5677,16 @@ function cov_19n1f0ipo7() {
|
|
|
5663
5677
|
column: 24
|
|
5664
5678
|
},
|
|
5665
5679
|
end: {
|
|
5666
|
-
line:
|
|
5667
|
-
column:
|
|
5680
|
+
line: 96,
|
|
5681
|
+
column: 79
|
|
5668
5682
|
}
|
|
5669
5683
|
}, {
|
|
5670
5684
|
start: {
|
|
5671
|
-
line:
|
|
5685
|
+
line: 97,
|
|
5672
5686
|
column: 24
|
|
5673
5687
|
},
|
|
5674
5688
|
end: {
|
|
5675
|
-
line:
|
|
5689
|
+
line: 97,
|
|
5676
5690
|
column: 62
|
|
5677
5691
|
}
|
|
5678
5692
|
}],
|
|
@@ -5681,251 +5695,251 @@ function cov_19n1f0ipo7() {
|
|
|
5681
5695
|
"4": {
|
|
5682
5696
|
loc: {
|
|
5683
5697
|
start: {
|
|
5684
|
-
line:
|
|
5698
|
+
line: 107,
|
|
5685
5699
|
column: 21
|
|
5686
5700
|
},
|
|
5687
5701
|
end: {
|
|
5688
|
-
line:
|
|
5702
|
+
line: 116,
|
|
5689
5703
|
column: 21
|
|
5690
5704
|
}
|
|
5691
5705
|
},
|
|
5692
5706
|
type: "binary-expr",
|
|
5693
5707
|
locations: [{
|
|
5694
5708
|
start: {
|
|
5695
|
-
line:
|
|
5709
|
+
line: 107,
|
|
5696
5710
|
column: 21
|
|
5697
5711
|
},
|
|
5698
5712
|
end: {
|
|
5699
|
-
line:
|
|
5713
|
+
line: 107,
|
|
5700
5714
|
column: 34
|
|
5701
5715
|
}
|
|
5702
5716
|
}, {
|
|
5703
5717
|
start: {
|
|
5704
|
-
line:
|
|
5718
|
+
line: 108,
|
|
5705
5719
|
column: 22
|
|
5706
5720
|
},
|
|
5707
5721
|
end: {
|
|
5708
|
-
line:
|
|
5722
|
+
line: 115,
|
|
5709
5723
|
column: 24
|
|
5710
5724
|
}
|
|
5711
5725
|
}],
|
|
5712
|
-
line:
|
|
5726
|
+
line: 107
|
|
5713
5727
|
},
|
|
5714
5728
|
"5": {
|
|
5715
5729
|
loc: {
|
|
5716
5730
|
start: {
|
|
5717
|
-
line:
|
|
5731
|
+
line: 110,
|
|
5718
5732
|
column: 34
|
|
5719
5733
|
},
|
|
5720
5734
|
end: {
|
|
5721
|
-
line:
|
|
5735
|
+
line: 110,
|
|
5722
5736
|
column: 54
|
|
5723
5737
|
}
|
|
5724
5738
|
},
|
|
5725
5739
|
type: "binary-expr",
|
|
5726
5740
|
locations: [{
|
|
5727
5741
|
start: {
|
|
5728
|
-
line:
|
|
5742
|
+
line: 110,
|
|
5729
5743
|
column: 34
|
|
5730
5744
|
},
|
|
5731
5745
|
end: {
|
|
5732
|
-
line:
|
|
5746
|
+
line: 110,
|
|
5733
5747
|
column: 40
|
|
5734
5748
|
}
|
|
5735
5749
|
}, {
|
|
5736
5750
|
start: {
|
|
5737
|
-
line:
|
|
5751
|
+
line: 110,
|
|
5738
5752
|
column: 44
|
|
5739
5753
|
},
|
|
5740
5754
|
end: {
|
|
5741
|
-
line:
|
|
5755
|
+
line: 110,
|
|
5742
5756
|
column: 54
|
|
5743
5757
|
}
|
|
5744
5758
|
}],
|
|
5745
|
-
line:
|
|
5759
|
+
line: 110
|
|
5746
5760
|
},
|
|
5747
5761
|
"6": {
|
|
5748
5762
|
loc: {
|
|
5749
5763
|
start: {
|
|
5750
|
-
line:
|
|
5764
|
+
line: 119,
|
|
5751
5765
|
column: 17
|
|
5752
5766
|
},
|
|
5753
5767
|
end: {
|
|
5754
|
-
line:
|
|
5768
|
+
line: 149,
|
|
5755
5769
|
column: 17
|
|
5756
5770
|
}
|
|
5757
5771
|
},
|
|
5758
5772
|
type: "binary-expr",
|
|
5759
5773
|
locations: [{
|
|
5760
5774
|
start: {
|
|
5761
|
-
line:
|
|
5775
|
+
line: 119,
|
|
5762
5776
|
column: 17
|
|
5763
5777
|
},
|
|
5764
5778
|
end: {
|
|
5765
|
-
line:
|
|
5779
|
+
line: 119,
|
|
5766
5780
|
column: 31
|
|
5767
5781
|
}
|
|
5768
5782
|
}, {
|
|
5769
5783
|
start: {
|
|
5770
|
-
line:
|
|
5784
|
+
line: 120,
|
|
5771
5785
|
column: 18
|
|
5772
5786
|
},
|
|
5773
5787
|
end: {
|
|
5774
|
-
line:
|
|
5788
|
+
line: 148,
|
|
5775
5789
|
column: 21
|
|
5776
5790
|
}
|
|
5777
5791
|
}],
|
|
5778
|
-
line:
|
|
5792
|
+
line: 119
|
|
5779
5793
|
},
|
|
5780
5794
|
"7": {
|
|
5781
5795
|
loc: {
|
|
5782
5796
|
start: {
|
|
5783
|
-
line:
|
|
5797
|
+
line: 122,
|
|
5784
5798
|
column: 21
|
|
5785
5799
|
},
|
|
5786
5800
|
end: {
|
|
5787
|
-
line:
|
|
5801
|
+
line: 132,
|
|
5788
5802
|
column: 21
|
|
5789
5803
|
}
|
|
5790
5804
|
},
|
|
5791
5805
|
type: "binary-expr",
|
|
5792
5806
|
locations: [{
|
|
5793
5807
|
start: {
|
|
5794
|
-
line:
|
|
5808
|
+
line: 122,
|
|
5795
5809
|
column: 21
|
|
5796
5810
|
},
|
|
5797
5811
|
end: {
|
|
5798
|
-
line:
|
|
5812
|
+
line: 122,
|
|
5799
5813
|
column: 72
|
|
5800
5814
|
}
|
|
5801
5815
|
}, {
|
|
5802
5816
|
start: {
|
|
5803
|
-
line:
|
|
5817
|
+
line: 123,
|
|
5804
5818
|
column: 22
|
|
5805
5819
|
},
|
|
5806
5820
|
end: {
|
|
5807
|
-
line:
|
|
5821
|
+
line: 131,
|
|
5808
5822
|
column: 24
|
|
5809
5823
|
}
|
|
5810
5824
|
}],
|
|
5811
|
-
line:
|
|
5825
|
+
line: 122
|
|
5812
5826
|
},
|
|
5813
5827
|
"8": {
|
|
5814
5828
|
loc: {
|
|
5815
5829
|
start: {
|
|
5816
|
-
line:
|
|
5830
|
+
line: 133,
|
|
5817
5831
|
column: 21
|
|
5818
5832
|
},
|
|
5819
5833
|
end: {
|
|
5820
|
-
line:
|
|
5834
|
+
line: 143,
|
|
5821
5835
|
column: 23
|
|
5822
5836
|
}
|
|
5823
5837
|
},
|
|
5824
5838
|
type: "binary-expr",
|
|
5825
5839
|
locations: [{
|
|
5826
5840
|
start: {
|
|
5827
|
-
line:
|
|
5841
|
+
line: 133,
|
|
5828
5842
|
column: 21
|
|
5829
5843
|
},
|
|
5830
5844
|
end: {
|
|
5831
|
-
line:
|
|
5845
|
+
line: 133,
|
|
5832
5846
|
column: 71
|
|
5833
5847
|
}
|
|
5834
5848
|
}, {
|
|
5835
5849
|
start: {
|
|
5836
|
-
line:
|
|
5850
|
+
line: 134,
|
|
5837
5851
|
column: 22
|
|
5838
5852
|
},
|
|
5839
5853
|
end: {
|
|
5840
|
-
line:
|
|
5854
|
+
line: 134,
|
|
5841
5855
|
column: 48
|
|
5842
5856
|
}
|
|
5843
5857
|
}, {
|
|
5844
5858
|
start: {
|
|
5845
|
-
line:
|
|
5859
|
+
line: 135,
|
|
5846
5860
|
column: 24
|
|
5847
5861
|
},
|
|
5848
5862
|
end: {
|
|
5849
|
-
line:
|
|
5863
|
+
line: 142,
|
|
5850
5864
|
column: 26
|
|
5851
5865
|
}
|
|
5852
5866
|
}],
|
|
5853
|
-
line:
|
|
5867
|
+
line: 133
|
|
5854
5868
|
},
|
|
5855
5869
|
"9": {
|
|
5856
5870
|
loc: {
|
|
5857
5871
|
start: {
|
|
5858
|
-
line:
|
|
5872
|
+
line: 137,
|
|
5859
5873
|
column: 35
|
|
5860
5874
|
},
|
|
5861
5875
|
end: {
|
|
5862
|
-
line:
|
|
5876
|
+
line: 137,
|
|
5863
5877
|
column: 66
|
|
5864
5878
|
}
|
|
5865
5879
|
},
|
|
5866
5880
|
type: "binary-expr",
|
|
5867
5881
|
locations: [{
|
|
5868
5882
|
start: {
|
|
5869
|
-
line:
|
|
5883
|
+
line: 137,
|
|
5870
5884
|
column: 35
|
|
5871
5885
|
},
|
|
5872
5886
|
end: {
|
|
5873
|
-
line:
|
|
5887
|
+
line: 137,
|
|
5874
5888
|
column: 52
|
|
5875
5889
|
}
|
|
5876
5890
|
}, {
|
|
5877
5891
|
start: {
|
|
5878
|
-
line:
|
|
5892
|
+
line: 137,
|
|
5879
5893
|
column: 56
|
|
5880
5894
|
},
|
|
5881
5895
|
end: {
|
|
5882
|
-
line:
|
|
5896
|
+
line: 137,
|
|
5883
5897
|
column: 66
|
|
5884
5898
|
}
|
|
5885
5899
|
}],
|
|
5886
|
-
line:
|
|
5900
|
+
line: 137
|
|
5887
5901
|
},
|
|
5888
5902
|
"10": {
|
|
5889
5903
|
loc: {
|
|
5890
5904
|
start: {
|
|
5891
|
-
line:
|
|
5905
|
+
line: 144,
|
|
5892
5906
|
column: 21
|
|
5893
5907
|
},
|
|
5894
5908
|
end: {
|
|
5895
|
-
line:
|
|
5909
|
+
line: 147,
|
|
5896
5910
|
column: 23
|
|
5897
5911
|
}
|
|
5898
5912
|
},
|
|
5899
5913
|
type: "binary-expr",
|
|
5900
5914
|
locations: [{
|
|
5901
5915
|
start: {
|
|
5902
|
-
line:
|
|
5916
|
+
line: 144,
|
|
5903
5917
|
column: 21
|
|
5904
5918
|
},
|
|
5905
5919
|
end: {
|
|
5906
|
-
line:
|
|
5920
|
+
line: 144,
|
|
5907
5921
|
column: 71
|
|
5908
5922
|
}
|
|
5909
5923
|
}, {
|
|
5910
5924
|
start: {
|
|
5911
|
-
line:
|
|
5925
|
+
line: 145,
|
|
5912
5926
|
column: 22
|
|
5913
5927
|
},
|
|
5914
5928
|
end: {
|
|
5915
|
-
line:
|
|
5929
|
+
line: 145,
|
|
5916
5930
|
column: 47
|
|
5917
5931
|
}
|
|
5918
5932
|
}, {
|
|
5919
5933
|
start: {
|
|
5920
|
-
line:
|
|
5934
|
+
line: 146,
|
|
5921
5935
|
column: 24
|
|
5922
5936
|
},
|
|
5923
5937
|
end: {
|
|
5924
|
-
line:
|
|
5938
|
+
line: 146,
|
|
5925
5939
|
column: 71
|
|
5926
5940
|
}
|
|
5927
5941
|
}],
|
|
5928
|
-
line:
|
|
5942
|
+
line: 144
|
|
5929
5943
|
}
|
|
5930
5944
|
},
|
|
5931
5945
|
s: {
|
|
@@ -5976,7 +5990,7 @@ function cov_19n1f0ipo7() {
|
|
|
5976
5990
|
"10": [0, 0, 0]
|
|
5977
5991
|
},
|
|
5978
5992
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
5979
|
-
hash: "
|
|
5993
|
+
hash: "a66cb8189d7fd0453d5dc23db393ba7aa187cbf5"
|
|
5980
5994
|
};
|
|
5981
5995
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
5982
5996
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -6091,9 +6105,7 @@ var Manage = function Manage(_ref) {
|
|
|
6091
6105
|
className: "space-y-2"
|
|
6092
6106
|
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Label, {
|
|
6093
6107
|
htmlFor: "hostname"
|
|
6094
|
-
}, customDomain ? (cov_19n1f0ipo7().b[3][0]++, t("neetoMolecules.customDomain.customDomain", {
|
|
6095
|
-
count: SINGULAR
|
|
6096
|
-
})) : (cov_19n1f0ipo7().b[3][1]++, t("neetoMolecules.customDomain.label"))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6108
|
+
}, 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", {
|
|
6097
6109
|
className: "flex items-start gap-2"
|
|
6098
6110
|
}, /*#__PURE__*/React__default["default"].createElement(formik$1.Input, {
|
|
6099
6111
|
autoFocus: true,
|
|
@@ -6129,7 +6141,7 @@ var Manage = function Manage(_ref) {
|
|
|
6129
6141
|
|
|
6130
6142
|
function cov_24yn1i4hss() {
|
|
6131
6143
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/CustomDomain/index.jsx";
|
|
6132
|
-
var hash = "
|
|
6144
|
+
var hash = "1d00dafa3f28d8ae4c9beaa6f84cdb9007d96ef4";
|
|
6133
6145
|
var global = new Function("return this")();
|
|
6134
6146
|
var gcv = "__coverage__";
|
|
6135
6147
|
var coverageData = {
|
|
@@ -6141,7 +6153,7 @@ function cov_24yn1i4hss() {
|
|
|
6141
6153
|
column: 21
|
|
6142
6154
|
},
|
|
6143
6155
|
end: {
|
|
6144
|
-
line:
|
|
6156
|
+
line: 133,
|
|
6145
6157
|
column: 1
|
|
6146
6158
|
}
|
|
6147
6159
|
},
|
|
@@ -6221,147 +6233,147 @@ function cov_24yn1i4hss() {
|
|
|
6221
6233
|
column: 4
|
|
6222
6234
|
},
|
|
6223
6235
|
end: {
|
|
6224
|
-
line:
|
|
6225
|
-
column:
|
|
6236
|
+
line: 34,
|
|
6237
|
+
column: 69
|
|
6226
6238
|
}
|
|
6227
6239
|
},
|
|
6228
6240
|
"9": {
|
|
6229
6241
|
start: {
|
|
6230
|
-
line:
|
|
6231
|
-
column:
|
|
6242
|
+
line: 34,
|
|
6243
|
+
column: 45
|
|
6232
6244
|
},
|
|
6233
6245
|
end: {
|
|
6234
|
-
line:
|
|
6235
|
-
column:
|
|
6246
|
+
line: 34,
|
|
6247
|
+
column: 66
|
|
6236
6248
|
}
|
|
6237
6249
|
},
|
|
6238
6250
|
"10": {
|
|
6239
6251
|
start: {
|
|
6240
|
-
line:
|
|
6252
|
+
line: 36,
|
|
6241
6253
|
column: 27
|
|
6242
6254
|
},
|
|
6243
6255
|
end: {
|
|
6244
|
-
line:
|
|
6256
|
+
line: 39,
|
|
6245
6257
|
column: 3
|
|
6246
6258
|
}
|
|
6247
6259
|
},
|
|
6248
6260
|
"11": {
|
|
6249
6261
|
start: {
|
|
6250
|
-
line:
|
|
6262
|
+
line: 37,
|
|
6251
6263
|
column: 4
|
|
6252
6264
|
},
|
|
6253
6265
|
end: {
|
|
6254
|
-
line:
|
|
6266
|
+
line: 37,
|
|
6255
6267
|
column: 34
|
|
6256
6268
|
}
|
|
6257
6269
|
},
|
|
6258
6270
|
"12": {
|
|
6259
6271
|
start: {
|
|
6260
|
-
line:
|
|
6272
|
+
line: 38,
|
|
6261
6273
|
column: 4
|
|
6262
6274
|
},
|
|
6263
6275
|
end: {
|
|
6264
|
-
line:
|
|
6276
|
+
line: 38,
|
|
6265
6277
|
column: 24
|
|
6266
6278
|
}
|
|
6267
6279
|
},
|
|
6268
6280
|
"13": {
|
|
6269
6281
|
start: {
|
|
6270
|
-
line:
|
|
6282
|
+
line: 41,
|
|
6271
6283
|
column: 28
|
|
6272
6284
|
},
|
|
6273
6285
|
end: {
|
|
6274
|
-
line:
|
|
6286
|
+
line: 44,
|
|
6275
6287
|
column: 3
|
|
6276
6288
|
}
|
|
6277
6289
|
},
|
|
6278
6290
|
"14": {
|
|
6279
6291
|
start: {
|
|
6280
|
-
line:
|
|
6292
|
+
line: 42,
|
|
6281
6293
|
column: 4
|
|
6282
6294
|
},
|
|
6283
6295
|
end: {
|
|
6284
|
-
line:
|
|
6296
|
+
line: 42,
|
|
6285
6297
|
column: 34
|
|
6286
6298
|
}
|
|
6287
6299
|
},
|
|
6288
6300
|
"15": {
|
|
6289
6301
|
start: {
|
|
6290
|
-
line:
|
|
6302
|
+
line: 43,
|
|
6291
6303
|
column: 4
|
|
6292
6304
|
},
|
|
6293
6305
|
end: {
|
|
6294
|
-
line:
|
|
6306
|
+
line: 43,
|
|
6295
6307
|
column: 25
|
|
6296
6308
|
}
|
|
6297
6309
|
},
|
|
6298
6310
|
"16": {
|
|
6299
6311
|
start: {
|
|
6300
|
-
line:
|
|
6312
|
+
line: 46,
|
|
6301
6313
|
column: 2
|
|
6302
6314
|
},
|
|
6303
6315
|
end: {
|
|
6304
|
-
line:
|
|
6316
|
+
line: 132,
|
|
6305
6317
|
column: 4
|
|
6306
6318
|
}
|
|
6307
6319
|
},
|
|
6308
6320
|
"17": {
|
|
6309
6321
|
start: {
|
|
6310
|
-
line:
|
|
6322
|
+
line: 55,
|
|
6311
6323
|
column: 29
|
|
6312
6324
|
},
|
|
6313
6325
|
end: {
|
|
6314
|
-
line:
|
|
6326
|
+
line: 55,
|
|
6315
6327
|
column: 51
|
|
6316
6328
|
}
|
|
6317
6329
|
},
|
|
6318
6330
|
"18": {
|
|
6319
6331
|
start: {
|
|
6320
|
-
line:
|
|
6332
|
+
line: 60,
|
|
6321
6333
|
column: 27
|
|
6322
6334
|
},
|
|
6323
6335
|
end: {
|
|
6324
|
-
line:
|
|
6336
|
+
line: 60,
|
|
6325
6337
|
column: 56
|
|
6326
6338
|
}
|
|
6327
6339
|
},
|
|
6328
6340
|
"19": {
|
|
6329
6341
|
start: {
|
|
6330
|
-
line:
|
|
6342
|
+
line: 104,
|
|
6331
6343
|
column: 33
|
|
6332
6344
|
},
|
|
6333
6345
|
end: {
|
|
6334
|
-
line:
|
|
6346
|
+
line: 104,
|
|
6335
6347
|
column: 55
|
|
6336
6348
|
}
|
|
6337
6349
|
},
|
|
6338
6350
|
"20": {
|
|
6339
6351
|
start: {
|
|
6340
|
-
line:
|
|
6352
|
+
line: 114,
|
|
6341
6353
|
column: 23
|
|
6342
6354
|
},
|
|
6343
6355
|
end: {
|
|
6344
|
-
line:
|
|
6356
|
+
line: 114,
|
|
6345
6357
|
column: 43
|
|
6346
6358
|
}
|
|
6347
6359
|
},
|
|
6348
6360
|
"21": {
|
|
6349
6361
|
start: {
|
|
6350
|
-
line:
|
|
6362
|
+
line: 128,
|
|
6351
6363
|
column: 23
|
|
6352
6364
|
},
|
|
6353
6365
|
end: {
|
|
6354
|
-
line:
|
|
6366
|
+
line: 128,
|
|
6355
6367
|
column: 44
|
|
6356
6368
|
}
|
|
6357
6369
|
},
|
|
6358
6370
|
"22": {
|
|
6359
6371
|
start: {
|
|
6360
|
-
line:
|
|
6372
|
+
line: 129,
|
|
6361
6373
|
column: 24
|
|
6362
6374
|
},
|
|
6363
6375
|
end: {
|
|
6364
|
-
line:
|
|
6376
|
+
line: 129,
|
|
6365
6377
|
column: 60
|
|
6366
6378
|
}
|
|
6367
6379
|
}
|
|
@@ -6385,7 +6397,7 @@ function cov_24yn1i4hss() {
|
|
|
6385
6397
|
column: 42
|
|
6386
6398
|
},
|
|
6387
6399
|
end: {
|
|
6388
|
-
line:
|
|
6400
|
+
line: 133,
|
|
6389
6401
|
column: 1
|
|
6390
6402
|
}
|
|
6391
6403
|
},
|
|
@@ -6395,318 +6407,318 @@ function cov_24yn1i4hss() {
|
|
|
6395
6407
|
name: "(anonymous_1)",
|
|
6396
6408
|
decl: {
|
|
6397
6409
|
start: {
|
|
6398
|
-
line:
|
|
6399
|
-
column:
|
|
6410
|
+
line: 34,
|
|
6411
|
+
column: 39
|
|
6400
6412
|
},
|
|
6401
6413
|
end: {
|
|
6402
|
-
line:
|
|
6403
|
-
column:
|
|
6414
|
+
line: 34,
|
|
6415
|
+
column: 40
|
|
6404
6416
|
}
|
|
6405
6417
|
},
|
|
6406
6418
|
loc: {
|
|
6407
6419
|
start: {
|
|
6408
|
-
line:
|
|
6409
|
-
column:
|
|
6420
|
+
line: 34,
|
|
6421
|
+
column: 45
|
|
6410
6422
|
},
|
|
6411
6423
|
end: {
|
|
6412
|
-
line:
|
|
6413
|
-
column:
|
|
6424
|
+
line: 34,
|
|
6425
|
+
column: 66
|
|
6414
6426
|
}
|
|
6415
6427
|
},
|
|
6416
|
-
line:
|
|
6428
|
+
line: 34
|
|
6417
6429
|
},
|
|
6418
6430
|
"2": {
|
|
6419
6431
|
name: "(anonymous_2)",
|
|
6420
6432
|
decl: {
|
|
6421
6433
|
start: {
|
|
6422
|
-
line:
|
|
6434
|
+
line: 36,
|
|
6423
6435
|
column: 27
|
|
6424
6436
|
},
|
|
6425
6437
|
end: {
|
|
6426
|
-
line:
|
|
6438
|
+
line: 36,
|
|
6427
6439
|
column: 28
|
|
6428
6440
|
}
|
|
6429
6441
|
},
|
|
6430
6442
|
loc: {
|
|
6431
6443
|
start: {
|
|
6432
|
-
line:
|
|
6444
|
+
line: 36,
|
|
6433
6445
|
column: 43
|
|
6434
6446
|
},
|
|
6435
6447
|
end: {
|
|
6436
|
-
line:
|
|
6448
|
+
line: 39,
|
|
6437
6449
|
column: 3
|
|
6438
6450
|
}
|
|
6439
6451
|
},
|
|
6440
|
-
line:
|
|
6452
|
+
line: 36
|
|
6441
6453
|
},
|
|
6442
6454
|
"3": {
|
|
6443
6455
|
name: "(anonymous_3)",
|
|
6444
6456
|
decl: {
|
|
6445
6457
|
start: {
|
|
6446
|
-
line:
|
|
6458
|
+
line: 41,
|
|
6447
6459
|
column: 28
|
|
6448
6460
|
},
|
|
6449
6461
|
end: {
|
|
6450
|
-
line:
|
|
6462
|
+
line: 41,
|
|
6451
6463
|
column: 29
|
|
6452
6464
|
}
|
|
6453
6465
|
},
|
|
6454
6466
|
loc: {
|
|
6455
6467
|
start: {
|
|
6456
|
-
line:
|
|
6468
|
+
line: 41,
|
|
6457
6469
|
column: 44
|
|
6458
6470
|
},
|
|
6459
6471
|
end: {
|
|
6460
|
-
line:
|
|
6472
|
+
line: 44,
|
|
6461
6473
|
column: 3
|
|
6462
6474
|
}
|
|
6463
6475
|
},
|
|
6464
|
-
line:
|
|
6476
|
+
line: 41
|
|
6465
6477
|
},
|
|
6466
6478
|
"4": {
|
|
6467
6479
|
name: "(anonymous_4)",
|
|
6468
6480
|
decl: {
|
|
6469
6481
|
start: {
|
|
6470
|
-
line:
|
|
6482
|
+
line: 55,
|
|
6471
6483
|
column: 23
|
|
6472
6484
|
},
|
|
6473
6485
|
end: {
|
|
6474
|
-
line:
|
|
6486
|
+
line: 55,
|
|
6475
6487
|
column: 24
|
|
6476
6488
|
}
|
|
6477
6489
|
},
|
|
6478
6490
|
loc: {
|
|
6479
6491
|
start: {
|
|
6480
|
-
line:
|
|
6492
|
+
line: 55,
|
|
6481
6493
|
column: 29
|
|
6482
6494
|
},
|
|
6483
6495
|
end: {
|
|
6484
|
-
line:
|
|
6496
|
+
line: 55,
|
|
6485
6497
|
column: 51
|
|
6486
6498
|
}
|
|
6487
6499
|
},
|
|
6488
|
-
line:
|
|
6500
|
+
line: 55
|
|
6489
6501
|
},
|
|
6490
6502
|
"5": {
|
|
6491
6503
|
name: "(anonymous_5)",
|
|
6492
6504
|
decl: {
|
|
6493
6505
|
start: {
|
|
6494
|
-
line:
|
|
6506
|
+
line: 60,
|
|
6495
6507
|
column: 22
|
|
6496
6508
|
},
|
|
6497
6509
|
end: {
|
|
6498
|
-
line:
|
|
6510
|
+
line: 60,
|
|
6499
6511
|
column: 23
|
|
6500
6512
|
}
|
|
6501
6513
|
},
|
|
6502
6514
|
loc: {
|
|
6503
6515
|
start: {
|
|
6504
|
-
line:
|
|
6516
|
+
line: 60,
|
|
6505
6517
|
column: 27
|
|
6506
6518
|
},
|
|
6507
6519
|
end: {
|
|
6508
|
-
line:
|
|
6520
|
+
line: 60,
|
|
6509
6521
|
column: 56
|
|
6510
6522
|
}
|
|
6511
6523
|
},
|
|
6512
|
-
line:
|
|
6524
|
+
line: 60
|
|
6513
6525
|
},
|
|
6514
6526
|
"6": {
|
|
6515
6527
|
name: "(anonymous_6)",
|
|
6516
6528
|
decl: {
|
|
6517
6529
|
start: {
|
|
6518
|
-
line:
|
|
6530
|
+
line: 104,
|
|
6519
6531
|
column: 27
|
|
6520
6532
|
},
|
|
6521
6533
|
end: {
|
|
6522
|
-
line:
|
|
6534
|
+
line: 104,
|
|
6523
6535
|
column: 28
|
|
6524
6536
|
}
|
|
6525
6537
|
},
|
|
6526
6538
|
loc: {
|
|
6527
6539
|
start: {
|
|
6528
|
-
line:
|
|
6540
|
+
line: 104,
|
|
6529
6541
|
column: 33
|
|
6530
6542
|
},
|
|
6531
6543
|
end: {
|
|
6532
|
-
line:
|
|
6544
|
+
line: 104,
|
|
6533
6545
|
column: 55
|
|
6534
6546
|
}
|
|
6535
6547
|
},
|
|
6536
|
-
line:
|
|
6548
|
+
line: 104
|
|
6537
6549
|
},
|
|
6538
6550
|
"7": {
|
|
6539
6551
|
name: "(anonymous_7)",
|
|
6540
6552
|
decl: {
|
|
6541
6553
|
start: {
|
|
6542
|
-
line:
|
|
6554
|
+
line: 114,
|
|
6543
6555
|
column: 17
|
|
6544
6556
|
},
|
|
6545
6557
|
end: {
|
|
6546
|
-
line:
|
|
6558
|
+
line: 114,
|
|
6547
6559
|
column: 18
|
|
6548
6560
|
}
|
|
6549
6561
|
},
|
|
6550
6562
|
loc: {
|
|
6551
6563
|
start: {
|
|
6552
|
-
line:
|
|
6564
|
+
line: 114,
|
|
6553
6565
|
column: 23
|
|
6554
6566
|
},
|
|
6555
6567
|
end: {
|
|
6556
|
-
line:
|
|
6568
|
+
line: 114,
|
|
6557
6569
|
column: 43
|
|
6558
6570
|
}
|
|
6559
6571
|
},
|
|
6560
|
-
line:
|
|
6572
|
+
line: 114
|
|
6561
6573
|
},
|
|
6562
6574
|
"8": {
|
|
6563
6575
|
name: "(anonymous_8)",
|
|
6564
6576
|
decl: {
|
|
6565
6577
|
start: {
|
|
6566
|
-
line:
|
|
6578
|
+
line: 128,
|
|
6567
6579
|
column: 17
|
|
6568
6580
|
},
|
|
6569
6581
|
end: {
|
|
6570
|
-
line:
|
|
6582
|
+
line: 128,
|
|
6571
6583
|
column: 18
|
|
6572
6584
|
}
|
|
6573
6585
|
},
|
|
6574
6586
|
loc: {
|
|
6575
6587
|
start: {
|
|
6576
|
-
line:
|
|
6588
|
+
line: 128,
|
|
6577
6589
|
column: 23
|
|
6578
6590
|
},
|
|
6579
6591
|
end: {
|
|
6580
|
-
line:
|
|
6592
|
+
line: 128,
|
|
6581
6593
|
column: 44
|
|
6582
6594
|
}
|
|
6583
6595
|
},
|
|
6584
|
-
line:
|
|
6596
|
+
line: 128
|
|
6585
6597
|
},
|
|
6586
6598
|
"9": {
|
|
6587
6599
|
name: "(anonymous_9)",
|
|
6588
6600
|
decl: {
|
|
6589
6601
|
start: {
|
|
6590
|
-
line:
|
|
6602
|
+
line: 129,
|
|
6591
6603
|
column: 18
|
|
6592
6604
|
},
|
|
6593
6605
|
end: {
|
|
6594
|
-
line:
|
|
6606
|
+
line: 129,
|
|
6595
6607
|
column: 19
|
|
6596
6608
|
}
|
|
6597
6609
|
},
|
|
6598
6610
|
loc: {
|
|
6599
6611
|
start: {
|
|
6600
|
-
line:
|
|
6612
|
+
line: 129,
|
|
6601
6613
|
column: 24
|
|
6602
6614
|
},
|
|
6603
6615
|
end: {
|
|
6604
|
-
line:
|
|
6616
|
+
line: 129,
|
|
6605
6617
|
column: 60
|
|
6606
6618
|
}
|
|
6607
6619
|
},
|
|
6608
|
-
line:
|
|
6620
|
+
line: 129
|
|
6609
6621
|
}
|
|
6610
6622
|
},
|
|
6611
6623
|
branchMap: {
|
|
6612
6624
|
"0": {
|
|
6613
6625
|
loc: {
|
|
6614
6626
|
start: {
|
|
6615
|
-
line:
|
|
6627
|
+
line: 66,
|
|
6616
6628
|
column: 9
|
|
6617
6629
|
},
|
|
6618
6630
|
end: {
|
|
6619
|
-
line:
|
|
6631
|
+
line: 70,
|
|
6620
6632
|
column: 9
|
|
6621
6633
|
}
|
|
6622
6634
|
},
|
|
6623
6635
|
type: "binary-expr",
|
|
6624
6636
|
locations: [{
|
|
6625
6637
|
start: {
|
|
6626
|
-
line:
|
|
6638
|
+
line: 66,
|
|
6627
6639
|
column: 9
|
|
6628
6640
|
},
|
|
6629
6641
|
end: {
|
|
6630
|
-
line:
|
|
6642
|
+
line: 66,
|
|
6631
6643
|
column: 18
|
|
6632
6644
|
}
|
|
6633
6645
|
}, {
|
|
6634
6646
|
start: {
|
|
6635
|
-
line:
|
|
6647
|
+
line: 67,
|
|
6636
6648
|
column: 10
|
|
6637
6649
|
},
|
|
6638
6650
|
end: {
|
|
6639
|
-
line:
|
|
6651
|
+
line: 69,
|
|
6640
6652
|
column: 16
|
|
6641
6653
|
}
|
|
6642
6654
|
}],
|
|
6643
|
-
line:
|
|
6655
|
+
line: 66
|
|
6644
6656
|
},
|
|
6645
6657
|
"1": {
|
|
6646
6658
|
loc: {
|
|
6647
6659
|
start: {
|
|
6648
|
-
line:
|
|
6660
|
+
line: 71,
|
|
6649
6661
|
column: 9
|
|
6650
6662
|
},
|
|
6651
6663
|
end: {
|
|
6652
|
-
line:
|
|
6664
|
+
line: 108,
|
|
6653
6665
|
column: 12
|
|
6654
6666
|
}
|
|
6655
6667
|
},
|
|
6656
6668
|
type: "binary-expr",
|
|
6657
6669
|
locations: [{
|
|
6658
6670
|
start: {
|
|
6659
|
-
line:
|
|
6671
|
+
line: 71,
|
|
6660
6672
|
column: 9
|
|
6661
6673
|
},
|
|
6662
6674
|
end: {
|
|
6663
|
-
line:
|
|
6675
|
+
line: 71,
|
|
6664
6676
|
column: 19
|
|
6665
6677
|
}
|
|
6666
6678
|
}, {
|
|
6667
6679
|
start: {
|
|
6668
|
-
line:
|
|
6680
|
+
line: 72,
|
|
6669
6681
|
column: 11
|
|
6670
6682
|
},
|
|
6671
6683
|
end: {
|
|
6672
|
-
line:
|
|
6684
|
+
line: 108,
|
|
6673
6685
|
column: 11
|
|
6674
6686
|
}
|
|
6675
6687
|
}],
|
|
6676
|
-
line:
|
|
6688
|
+
line: 71
|
|
6677
6689
|
},
|
|
6678
6690
|
"2": {
|
|
6679
6691
|
loc: {
|
|
6680
6692
|
start: {
|
|
6681
|
-
line:
|
|
6693
|
+
line: 72,
|
|
6682
6694
|
column: 11
|
|
6683
6695
|
},
|
|
6684
6696
|
end: {
|
|
6685
|
-
line:
|
|
6697
|
+
line: 108,
|
|
6686
6698
|
column: 11
|
|
6687
6699
|
}
|
|
6688
6700
|
},
|
|
6689
6701
|
type: "cond-expr",
|
|
6690
6702
|
locations: [{
|
|
6691
6703
|
start: {
|
|
6692
|
-
line:
|
|
6704
|
+
line: 73,
|
|
6693
6705
|
column: 12
|
|
6694
6706
|
},
|
|
6695
6707
|
end: {
|
|
6696
|
-
line:
|
|
6708
|
+
line: 97,
|
|
6697
6709
|
column: 18
|
|
6698
6710
|
}
|
|
6699
6711
|
}, {
|
|
6700
6712
|
start: {
|
|
6701
|
-
line:
|
|
6713
|
+
line: 99,
|
|
6702
6714
|
column: 12
|
|
6703
6715
|
},
|
|
6704
6716
|
end: {
|
|
6705
|
-
line:
|
|
6717
|
+
line: 107,
|
|
6706
6718
|
column: 18
|
|
6707
6719
|
}
|
|
6708
6720
|
}],
|
|
6709
|
-
line:
|
|
6721
|
+
line: 72
|
|
6710
6722
|
}
|
|
6711
6723
|
},
|
|
6712
6724
|
s: {
|
|
@@ -6752,7 +6764,7 @@ function cov_24yn1i4hss() {
|
|
|
6752
6764
|
"2": [0, 0]
|
|
6753
6765
|
},
|
|
6754
6766
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
6755
|
-
hash: "
|
|
6767
|
+
hash: "1d00dafa3f28d8ae4c9beaa6f84cdb9007d96ef4"
|
|
6756
6768
|
};
|
|
6757
6769
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
6758
6770
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -6824,6 +6836,7 @@ var CustomDomain = function CustomDomain(_ref) {
|
|
|
6824
6836
|
};
|
|
6825
6837
|
cov_24yn1i4hss().s[16]++;
|
|
6826
6838
|
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({
|
|
6839
|
+
title: t("neetoMolecules.customDomain.customDomain", PLURAL),
|
|
6827
6840
|
actionBlock: /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
|
|
6828
6841
|
"data-cy": "add-new-custom-domain-button",
|
|
6829
6842
|
label: t("neetoMolecules.customDomain.addNew"),
|
|
@@ -6842,10 +6855,7 @@ var CustomDomain = function CustomDomain(_ref) {
|
|
|
6842
6855
|
},
|
|
6843
6856
|
placeholder: t("neetoMolecules.customDomain.search"),
|
|
6844
6857
|
"data-cy": "custom-domain-search-field"
|
|
6845
|
-
}
|
|
6846
|
-
title: t("neetoMolecules.customDomain.customDomain", {
|
|
6847
|
-
count: PLURAL
|
|
6848
|
-
})
|
|
6858
|
+
}
|
|
6849
6859
|
}, headerProps)), (cov_24yn1i4hss().b[0][0]++, isLoading) && (cov_24yn1i4hss().b[0][1]++, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6850
6860
|
className: "h-screen w-full"
|
|
6851
6861
|
}, /*#__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", {
|