@bigbinary/neeto-molecules 1.0.21 → 1.0.23
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/README.md +1 -0
- package/dist/CustomDomain.cjs.js +1867 -225
- package/dist/CustomDomain.cjs.js.map +1 -1
- package/dist/CustomDomain.js +1874 -233
- package/dist/CustomDomain.js.map +1 -1
- package/dist/Header.cjs.js +218 -51
- package/dist/Header.cjs.js.map +1 -1
- package/dist/Header.js +220 -53
- package/dist/Header.js.map +1 -1
- package/dist/IpRestriction.cjs.js +77 -57
- package/dist/IpRestriction.cjs.js.map +1 -1
- package/dist/IpRestriction.js +79 -59
- package/dist/IpRestriction.js.map +1 -1
- package/dist/NeetoWidget.cjs.js +130 -144
- package/dist/NeetoWidget.cjs.js.map +1 -1
- package/dist/NeetoWidget.js +130 -144
- package/dist/NeetoWidget.js.map +1 -1
- package/dist/Rename.cjs.js +1314 -0
- package/dist/Rename.cjs.js.map +1 -0
- package/dist/Rename.js +1308 -0
- package/dist/Rename.js.map +1 -0
- package/dist/ResponsiveDevicePicker.cjs.js +547 -0
- package/dist/ResponsiveDevicePicker.cjs.js.map +1 -0
- package/dist/ResponsiveDevicePicker.js +541 -0
- package/dist/ResponsiveDevicePicker.js.map +1 -0
- package/dist/ShareViaEmail.cjs.js +155 -98
- package/dist/ShareViaEmail.cjs.js.map +1 -1
- package/dist/ShareViaEmail.js +155 -98
- package/dist/ShareViaEmail.js.map +1 -1
- package/dist/Sidebar.cjs.js +51 -35
- package/dist/Sidebar.cjs.js.map +1 -1
- package/dist/Sidebar.js +53 -37
- package/dist/Sidebar.js.map +1 -1
- package/dist/SubHeader.cjs.js +1683 -32
- package/dist/SubHeader.cjs.js.map +1 -1
- package/dist/SubHeader.js +1683 -33
- package/dist/SubHeader.js.map +1 -1
- package/package.json +5 -3
- package/src/translations/en.json +40 -33
- package/types/Header.d.ts +2 -0
- package/types/Rename.d.ts +59 -0
- package/types/ResponsiveDevicePicker.d.ts +30 -0
- package/types/ShareViaEmail.d.ts +1 -0
- package/types/SubHeader.d.ts +31 -1
- package/types/TableWrapper.d.ts +13 -5
package/dist/CustomDomain.cjs.js
CHANGED
|
@@ -9,10 +9,11 @@ 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 i18next = require('i18next');
|
|
13
|
+
var neetoFiltersFrontend = require('@bigbinary/neeto-filters-frontend');
|
|
12
14
|
var formik = require('formik');
|
|
13
15
|
var formik$1 = require('@bigbinary/neetoui/formik');
|
|
14
16
|
var utils = require('@bigbinary/neeto-commons-frontend/utils');
|
|
15
|
-
var i18next = require('i18next');
|
|
16
17
|
var Yup = require('yup');
|
|
17
18
|
var reactQuery = require('react-query');
|
|
18
19
|
var axios = require('axios');
|
|
@@ -38,6 +39,7 @@ function _interopNamespace(e) {
|
|
|
38
39
|
}
|
|
39
40
|
|
|
40
41
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
42
|
+
var i18next__default = /*#__PURE__*/_interopDefaultLegacy(i18next);
|
|
41
43
|
var Yup__namespace = /*#__PURE__*/_interopNamespace(Yup);
|
|
42
44
|
var axios__default = /*#__PURE__*/_interopDefaultLegacy(axios);
|
|
43
45
|
|
|
@@ -312,7 +314,7 @@ var Container = (cov_1wwtrbg59n().s[0]++, /*#__PURE__*/React.forwardRef(function
|
|
|
312
314
|
cov_1wwtrbg59n().s[2]++;
|
|
313
315
|
Container.displayName = "Container";
|
|
314
316
|
|
|
315
|
-
var css$2 = ".neeto-molecules-header{align-items:center;background:rgb(var(--neeto-ui-white));display:flex;flex-direction:row;justify-content:space-between;min-height:var(--neeto-ui-main-header-height);padding:24px 0;width:100%}.neeto-molecules-header--has-breadcrumbs{min-height:var(--neeto-ui-main-header-with-breadcrumbs-height)}.neeto-molecules-header .neeto-molecules-header__toggle-menubar-btn{margin-right:8px}.neeto-molecules-header .neeto-molecules-header__left{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.neeto-molecules-header .neeto-molecules-header__left-data-wrap{display:flex;flex-wrap:wrap}.neeto-molecules-header .neeto-molecules-header__page-title{display:
|
|
317
|
+
var css$2 = ".neeto-molecules-header{align-items:center;background:rgb(var(--neeto-ui-white));display:flex;flex-direction:row;justify-content:space-between;min-height:var(--neeto-ui-main-header-height);padding:24px 0;width:100%}.neeto-molecules-header--has-breadcrumbs{min-height:var(--neeto-ui-main-header-with-breadcrumbs-height)}.neeto-molecules-header .neeto-molecules-header__toggle-menubar-btn{margin-right:8px}.neeto-molecules-header .neeto-molecules-header__left{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.neeto-molecules-header .neeto-molecules-header__left-data-wrap{display:flex;flex-wrap:wrap}.neeto-molecules-header .neeto-molecules-header__page-title{display:flex;flex-direction:row;width:100%}.neeto-molecules-header .neeto-molecules-header__breadcrumbs-wrap{display:flex}.neeto-molecules-header .neeto-molecules-header__breadcrumb{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;line-height:1}.neeto-molecules-header .neeto-molecules-header__breadcrumb a{text-decoration:none;transition:all .3s ease-in-out}.neeto-molecules-header .neeto-molecules-header__breadcrumb-separator{margin:0 4px}.neeto-molecules-header .neeto-molecules-header__right{align-items:center;display:flex;flex-direction:row;justify-content:flex-end}";
|
|
316
318
|
n(css$2,{});
|
|
317
319
|
|
|
318
320
|
function cov_2jdv1wna26() {
|
|
@@ -463,9 +465,138 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
|
|
|
463
465
|
}));
|
|
464
466
|
};
|
|
465
467
|
|
|
468
|
+
function _objectWithoutPropertiesLoose(source, excluded) {
|
|
469
|
+
if (source == null) return {};
|
|
470
|
+
var target = {};
|
|
471
|
+
var sourceKeys = Object.keys(source);
|
|
472
|
+
var key, i;
|
|
473
|
+
for (i = 0; i < sourceKeys.length; i++) {
|
|
474
|
+
key = sourceKeys[i];
|
|
475
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
476
|
+
target[key] = source[key];
|
|
477
|
+
}
|
|
478
|
+
return target;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
function _objectWithoutProperties(source, excluded) {
|
|
482
|
+
if (source == null) return {};
|
|
483
|
+
var target = _objectWithoutPropertiesLoose(source, excluded);
|
|
484
|
+
var key, i;
|
|
485
|
+
if (Object.getOwnPropertySymbols) {
|
|
486
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
487
|
+
for (i = 0; i < sourceSymbolKeys.length; i++) {
|
|
488
|
+
key = sourceSymbolKeys[i];
|
|
489
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
490
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
491
|
+
target[key] = source[key];
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
return target;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
var _excluded$2 = ["children"];
|
|
498
|
+
function cov_1d9vaefr1a() {
|
|
499
|
+
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/Header/Dropdown.jsx";
|
|
500
|
+
var hash = "57d665dbaab5aa76c0b57bedd85469275a9f6867";
|
|
501
|
+
var global = new Function("return this")();
|
|
502
|
+
var gcv = "__coverage__";
|
|
503
|
+
var coverageData = {
|
|
504
|
+
path: "/home/runner/work/neeto-molecules/neeto-molecules/src/components/Header/Dropdown.jsx",
|
|
505
|
+
statementMap: {
|
|
506
|
+
"0": {
|
|
507
|
+
start: {
|
|
508
|
+
line: 6,
|
|
509
|
+
column: 17
|
|
510
|
+
},
|
|
511
|
+
end: {
|
|
512
|
+
line: 17,
|
|
513
|
+
column: 1
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
"1": {
|
|
517
|
+
start: {
|
|
518
|
+
line: 7,
|
|
519
|
+
column: 2
|
|
520
|
+
},
|
|
521
|
+
end: {
|
|
522
|
+
line: 16,
|
|
523
|
+
column: 20
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
fnMap: {
|
|
528
|
+
"0": {
|
|
529
|
+
name: "(anonymous_0)",
|
|
530
|
+
decl: {
|
|
531
|
+
start: {
|
|
532
|
+
line: 6,
|
|
533
|
+
column: 17
|
|
534
|
+
},
|
|
535
|
+
end: {
|
|
536
|
+
line: 6,
|
|
537
|
+
column: 18
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
loc: {
|
|
541
|
+
start: {
|
|
542
|
+
line: 7,
|
|
543
|
+
column: 2
|
|
544
|
+
},
|
|
545
|
+
end: {
|
|
546
|
+
line: 16,
|
|
547
|
+
column: 20
|
|
548
|
+
}
|
|
549
|
+
},
|
|
550
|
+
line: 7
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
branchMap: {},
|
|
554
|
+
s: {
|
|
555
|
+
"0": 0,
|
|
556
|
+
"1": 0
|
|
557
|
+
},
|
|
558
|
+
f: {
|
|
559
|
+
"0": 0
|
|
560
|
+
},
|
|
561
|
+
b: {},
|
|
562
|
+
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
563
|
+
hash: "57d665dbaab5aa76c0b57bedd85469275a9f6867"
|
|
564
|
+
};
|
|
565
|
+
var coverage = global[gcv] || (global[gcv] = {});
|
|
566
|
+
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
567
|
+
coverage[path] = coverageData;
|
|
568
|
+
}
|
|
569
|
+
var actualCoverage = coverage[path];
|
|
570
|
+
{
|
|
571
|
+
// @ts-ignore
|
|
572
|
+
cov_1d9vaefr1a = function () {
|
|
573
|
+
return actualCoverage;
|
|
574
|
+
};
|
|
575
|
+
}
|
|
576
|
+
return actualCoverage;
|
|
577
|
+
}
|
|
578
|
+
cov_1d9vaefr1a();
|
|
579
|
+
cov_1d9vaefr1a().s[0]++;
|
|
580
|
+
var Dropdown = function Dropdown(_ref) {
|
|
581
|
+
var _ref$dropdownProps = _ref.dropdownProps,
|
|
582
|
+
children = _ref$dropdownProps.children,
|
|
583
|
+
otherProps = _objectWithoutProperties(_ref$dropdownProps, _excluded$2);
|
|
584
|
+
cov_1d9vaefr1a().f[0]++;
|
|
585
|
+
cov_1d9vaefr1a().s[1]++;
|
|
586
|
+
return /*#__PURE__*/React__default["default"].createElement(neetoui.Dropdown, _extends({
|
|
587
|
+
buttonProps: {
|
|
588
|
+
className: "ml-1.5"
|
|
589
|
+
},
|
|
590
|
+
buttonStyle: "text",
|
|
591
|
+
className: "ml-3",
|
|
592
|
+
icon: neetoIcons.MenuVertical,
|
|
593
|
+
position: "bottom-end"
|
|
594
|
+
}, otherProps), children);
|
|
595
|
+
};
|
|
596
|
+
|
|
466
597
|
function cov_14lmkczjok() {
|
|
467
598
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/Header/index.jsx";
|
|
468
|
-
var hash = "
|
|
599
|
+
var hash = "ffe20f4612621150120204f01a4318179de8e933";
|
|
469
600
|
var global = new Function("return this")();
|
|
470
601
|
var gcv = "__coverage__";
|
|
471
602
|
var coverageData = {
|
|
@@ -473,31 +604,31 @@ function cov_14lmkczjok() {
|
|
|
473
604
|
statementMap: {
|
|
474
605
|
"0": {
|
|
475
606
|
start: {
|
|
476
|
-
line:
|
|
607
|
+
line: 12,
|
|
477
608
|
column: 15
|
|
478
609
|
},
|
|
479
610
|
end: {
|
|
480
|
-
line:
|
|
611
|
+
line: 76,
|
|
481
612
|
column: 1
|
|
482
613
|
}
|
|
483
614
|
},
|
|
484
615
|
"1": {
|
|
485
616
|
start: {
|
|
486
|
-
line:
|
|
617
|
+
line: 21,
|
|
487
618
|
column: 20
|
|
488
619
|
},
|
|
489
620
|
end: {
|
|
490
|
-
line:
|
|
621
|
+
line: 21,
|
|
491
622
|
column: 32
|
|
492
623
|
}
|
|
493
624
|
},
|
|
494
625
|
"2": {
|
|
495
626
|
start: {
|
|
496
|
-
line:
|
|
627
|
+
line: 23,
|
|
497
628
|
column: 2
|
|
498
629
|
},
|
|
499
630
|
end: {
|
|
500
|
-
line:
|
|
631
|
+
line: 75,
|
|
501
632
|
column: 4
|
|
502
633
|
}
|
|
503
634
|
}
|
|
@@ -507,174 +638,207 @@ function cov_14lmkczjok() {
|
|
|
507
638
|
name: "(anonymous_0)",
|
|
508
639
|
decl: {
|
|
509
640
|
start: {
|
|
510
|
-
line:
|
|
641
|
+
line: 12,
|
|
511
642
|
column: 15
|
|
512
643
|
},
|
|
513
644
|
end: {
|
|
514
|
-
line:
|
|
645
|
+
line: 12,
|
|
515
646
|
column: 16
|
|
516
647
|
}
|
|
517
648
|
},
|
|
518
649
|
loc: {
|
|
519
650
|
start: {
|
|
520
|
-
line:
|
|
651
|
+
line: 20,
|
|
521
652
|
column: 6
|
|
522
653
|
},
|
|
523
654
|
end: {
|
|
524
|
-
line:
|
|
655
|
+
line: 76,
|
|
525
656
|
column: 1
|
|
526
657
|
}
|
|
527
658
|
},
|
|
528
|
-
line:
|
|
659
|
+
line: 20
|
|
529
660
|
}
|
|
530
661
|
},
|
|
531
662
|
branchMap: {
|
|
532
663
|
"0": {
|
|
533
664
|
loc: {
|
|
534
665
|
start: {
|
|
535
|
-
line:
|
|
666
|
+
line: 16,
|
|
536
667
|
column: 2
|
|
537
668
|
},
|
|
538
669
|
end: {
|
|
539
|
-
line:
|
|
670
|
+
line: 16,
|
|
540
671
|
column: 16
|
|
541
672
|
}
|
|
542
673
|
},
|
|
543
674
|
type: "default-arg",
|
|
544
675
|
locations: [{
|
|
545
676
|
start: {
|
|
546
|
-
line:
|
|
677
|
+
line: 16,
|
|
547
678
|
column: 14
|
|
548
679
|
},
|
|
549
680
|
end: {
|
|
550
|
-
line:
|
|
681
|
+
line: 16,
|
|
551
682
|
column: 16
|
|
552
683
|
}
|
|
553
684
|
}],
|
|
554
|
-
line:
|
|
685
|
+
line: 16
|
|
555
686
|
},
|
|
556
687
|
"1": {
|
|
557
688
|
loc: {
|
|
558
689
|
start: {
|
|
559
|
-
line:
|
|
690
|
+
line: 18,
|
|
560
691
|
column: 2
|
|
561
692
|
},
|
|
562
693
|
end: {
|
|
563
|
-
line:
|
|
694
|
+
line: 18,
|
|
564
695
|
column: 18
|
|
565
696
|
}
|
|
566
697
|
},
|
|
567
698
|
type: "default-arg",
|
|
568
699
|
locations: [{
|
|
569
700
|
start: {
|
|
570
|
-
line:
|
|
701
|
+
line: 18,
|
|
571
702
|
column: 16
|
|
572
703
|
},
|
|
573
704
|
end: {
|
|
574
|
-
line:
|
|
705
|
+
line: 18,
|
|
575
706
|
column: 18
|
|
576
707
|
}
|
|
577
708
|
}],
|
|
578
|
-
line:
|
|
709
|
+
line: 18
|
|
579
710
|
},
|
|
580
711
|
"2": {
|
|
581
712
|
loc: {
|
|
582
713
|
start: {
|
|
583
|
-
line:
|
|
714
|
+
line: 32,
|
|
584
715
|
column: 9
|
|
585
716
|
},
|
|
586
717
|
end: {
|
|
587
|
-
line:
|
|
718
|
+
line: 41,
|
|
588
719
|
column: 9
|
|
589
720
|
}
|
|
590
721
|
},
|
|
591
722
|
type: "binary-expr",
|
|
592
723
|
locations: [{
|
|
593
724
|
start: {
|
|
594
|
-
line:
|
|
725
|
+
line: 32,
|
|
595
726
|
column: 9
|
|
596
727
|
},
|
|
597
728
|
end: {
|
|
598
|
-
line:
|
|
729
|
+
line: 32,
|
|
599
730
|
column: 22
|
|
600
731
|
}
|
|
601
732
|
}, {
|
|
602
733
|
start: {
|
|
603
|
-
line:
|
|
734
|
+
line: 33,
|
|
604
735
|
column: 10
|
|
605
736
|
},
|
|
606
737
|
end: {
|
|
607
|
-
line:
|
|
738
|
+
line: 40,
|
|
608
739
|
column: 12
|
|
609
740
|
}
|
|
610
741
|
}],
|
|
611
|
-
line:
|
|
742
|
+
line: 32
|
|
612
743
|
},
|
|
613
744
|
"3": {
|
|
614
745
|
loc: {
|
|
615
746
|
start: {
|
|
616
|
-
line:
|
|
747
|
+
line: 43,
|
|
617
748
|
column: 11
|
|
618
749
|
},
|
|
619
750
|
end: {
|
|
620
|
-
line:
|
|
751
|
+
line: 43,
|
|
621
752
|
column: 67
|
|
622
753
|
}
|
|
623
754
|
},
|
|
624
755
|
type: "binary-expr",
|
|
625
756
|
locations: [{
|
|
626
757
|
start: {
|
|
627
|
-
line:
|
|
758
|
+
line: 43,
|
|
628
759
|
column: 11
|
|
629
760
|
},
|
|
630
761
|
end: {
|
|
631
|
-
line:
|
|
762
|
+
line: 43,
|
|
632
763
|
column: 22
|
|
633
764
|
}
|
|
634
765
|
}, {
|
|
635
766
|
start: {
|
|
636
|
-
line:
|
|
767
|
+
line: 43,
|
|
637
768
|
column: 26
|
|
638
769
|
},
|
|
639
770
|
end: {
|
|
640
|
-
line:
|
|
771
|
+
line: 43,
|
|
641
772
|
column: 67
|
|
642
773
|
}
|
|
643
774
|
}],
|
|
644
|
-
line:
|
|
775
|
+
line: 43
|
|
645
776
|
},
|
|
646
777
|
"4": {
|
|
647
778
|
loc: {
|
|
648
779
|
start: {
|
|
649
|
-
line:
|
|
780
|
+
line: 54,
|
|
781
|
+
column: 13
|
|
782
|
+
},
|
|
783
|
+
end: {
|
|
784
|
+
line: 54,
|
|
785
|
+
column: 72
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
type: "binary-expr",
|
|
789
|
+
locations: [{
|
|
790
|
+
start: {
|
|
791
|
+
line: 54,
|
|
792
|
+
column: 13
|
|
793
|
+
},
|
|
794
|
+
end: {
|
|
795
|
+
line: 54,
|
|
796
|
+
column: 26
|
|
797
|
+
}
|
|
798
|
+
}, {
|
|
799
|
+
start: {
|
|
800
|
+
line: 54,
|
|
801
|
+
column: 30
|
|
802
|
+
},
|
|
803
|
+
end: {
|
|
804
|
+
line: 54,
|
|
805
|
+
column: 72
|
|
806
|
+
}
|
|
807
|
+
}],
|
|
808
|
+
line: 54
|
|
809
|
+
},
|
|
810
|
+
"5": {
|
|
811
|
+
loc: {
|
|
812
|
+
start: {
|
|
813
|
+
line: 59,
|
|
650
814
|
column: 9
|
|
651
815
|
},
|
|
652
816
|
end: {
|
|
653
|
-
line:
|
|
817
|
+
line: 71,
|
|
654
818
|
column: 9
|
|
655
819
|
}
|
|
656
820
|
},
|
|
657
821
|
type: "binary-expr",
|
|
658
822
|
locations: [{
|
|
659
823
|
start: {
|
|
660
|
-
line:
|
|
824
|
+
line: 59,
|
|
661
825
|
column: 9
|
|
662
826
|
},
|
|
663
827
|
end: {
|
|
664
|
-
line:
|
|
828
|
+
line: 59,
|
|
665
829
|
column: 20
|
|
666
830
|
}
|
|
667
831
|
}, {
|
|
668
832
|
start: {
|
|
669
|
-
line:
|
|
833
|
+
line: 60,
|
|
670
834
|
column: 10
|
|
671
835
|
},
|
|
672
836
|
end: {
|
|
673
|
-
line:
|
|
837
|
+
line: 70,
|
|
674
838
|
column: 12
|
|
675
839
|
}
|
|
676
840
|
}],
|
|
677
|
-
line:
|
|
841
|
+
line: 59
|
|
678
842
|
}
|
|
679
843
|
},
|
|
680
844
|
s: {
|
|
@@ -690,10 +854,11 @@ function cov_14lmkczjok() {
|
|
|
690
854
|
"1": [0],
|
|
691
855
|
"2": [0, 0],
|
|
692
856
|
"3": [0, 0],
|
|
693
|
-
"4": [0, 0]
|
|
857
|
+
"4": [0, 0],
|
|
858
|
+
"5": [0, 0]
|
|
694
859
|
},
|
|
695
860
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
696
|
-
hash: "
|
|
861
|
+
hash: "ffe20f4612621150120204f01a4318179de8e933"
|
|
697
862
|
};
|
|
698
863
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
699
864
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -718,7 +883,8 @@ var Header = function Header(_ref) {
|
|
|
718
883
|
className = _ref$className === void 0 ? (cov_14lmkczjok().b[0][0]++, "") : _ref$className,
|
|
719
884
|
actionBlock = _ref.actionBlock,
|
|
720
885
|
_ref$breadcrumbs = _ref.breadcrumbs,
|
|
721
|
-
breadcrumbs = _ref$breadcrumbs === void 0 ? (cov_14lmkczjok().b[1][0]++, []) : _ref$breadcrumbs
|
|
886
|
+
breadcrumbs = _ref$breadcrumbs === void 0 ? (cov_14lmkczjok().b[1][0]++, []) : _ref$breadcrumbs,
|
|
887
|
+
dropdownProps = _ref.dropdownProps;
|
|
722
888
|
cov_14lmkczjok().f[0]++;
|
|
723
889
|
var searchRef = (cov_14lmkczjok().s[1]++, React.useRef(null));
|
|
724
890
|
cov_14lmkczjok().s[2]++;
|
|
@@ -739,16 +905,19 @@ var Header = function Header(_ref) {
|
|
|
739
905
|
className: "neeto-molecules-header__left-data-wrap"
|
|
740
906
|
}, (cov_14lmkczjok().b[3][0]++, breadcrumbs) && (cov_14lmkczjok().b[3][1]++, /*#__PURE__*/React__default["default"].createElement(Breadcrumbs, {
|
|
741
907
|
breadcrumbs: breadcrumbs
|
|
742
|
-
})), /*#__PURE__*/React__default["default"].createElement(
|
|
743
|
-
className: "neeto-molecules-header__page-title"
|
|
908
|
+
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
909
|
+
className: "neeto-molecules-header__page-title"
|
|
910
|
+
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
|
|
744
911
|
"data-cy": "main-header",
|
|
745
912
|
"data-test-id": "main-header",
|
|
746
913
|
lineHeight: "tight",
|
|
747
914
|
style: "h2",
|
|
748
915
|
weight: "semibold"
|
|
749
|
-
}, title)))
|
|
916
|
+
}, title), (cov_14lmkczjok().b[4][0]++, dropdownProps) && (cov_14lmkczjok().b[4][1]++, /*#__PURE__*/React__default["default"].createElement(Dropdown, {
|
|
917
|
+
dropdownProps: dropdownProps
|
|
918
|
+
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
750
919
|
className: "neeto-ui-gap-3 neeto-molecules-header__right"
|
|
751
|
-
}, (cov_14lmkczjok().b[
|
|
920
|
+
}, (cov_14lmkczjok().b[5][0]++, searchProps) && (cov_14lmkczjok().b[5][1]++, /*#__PURE__*/React__default["default"].createElement(neetoui.Input, _extends({
|
|
752
921
|
placeholder: "Search",
|
|
753
922
|
prefix: /*#__PURE__*/React__default["default"].createElement(neetoIcons.Search, null),
|
|
754
923
|
ref: searchRef,
|
|
@@ -757,39 +926,10 @@ var Header = function Header(_ref) {
|
|
|
757
926
|
}, searchProps))), actionBlock));
|
|
758
927
|
};
|
|
759
928
|
|
|
760
|
-
function _objectWithoutPropertiesLoose(source, excluded) {
|
|
761
|
-
if (source == null) return {};
|
|
762
|
-
var target = {};
|
|
763
|
-
var sourceKeys = Object.keys(source);
|
|
764
|
-
var key, i;
|
|
765
|
-
for (i = 0; i < sourceKeys.length; i++) {
|
|
766
|
-
key = sourceKeys[i];
|
|
767
|
-
if (excluded.indexOf(key) >= 0) continue;
|
|
768
|
-
target[key] = source[key];
|
|
769
|
-
}
|
|
770
|
-
return target;
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
function _objectWithoutProperties(source, excluded) {
|
|
774
|
-
if (source == null) return {};
|
|
775
|
-
var target = _objectWithoutPropertiesLoose(source, excluded);
|
|
776
|
-
var key, i;
|
|
777
|
-
if (Object.getOwnPropertySymbols) {
|
|
778
|
-
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
779
|
-
for (i = 0; i < sourceSymbolKeys.length; i++) {
|
|
780
|
-
key = sourceSymbolKeys[i];
|
|
781
|
-
if (excluded.indexOf(key) >= 0) continue;
|
|
782
|
-
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
783
|
-
target[key] = source[key];
|
|
784
|
-
}
|
|
785
|
-
}
|
|
786
|
-
return target;
|
|
787
|
-
}
|
|
788
|
-
|
|
789
929
|
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)}}";
|
|
790
930
|
n(css$1,{});
|
|
791
931
|
|
|
792
|
-
var _excluded = ["text"];
|
|
932
|
+
var _excluded$1 = ["text"];
|
|
793
933
|
function cov_1rnptrlqih() {
|
|
794
934
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/PageLoader/index.jsx";
|
|
795
935
|
var hash = "40cda882f932d7a0fcac6bc5ec150d93c0420b62";
|
|
@@ -824,8 +964,1519 @@ function cov_1rnptrlqih() {
|
|
|
824
964
|
column: 0
|
|
825
965
|
},
|
|
826
966
|
end: {
|
|
827
|
-
line: 36,
|
|
828
|
-
column: 2
|
|
967
|
+
line: 36,
|
|
968
|
+
column: 2
|
|
969
|
+
}
|
|
970
|
+
}
|
|
971
|
+
},
|
|
972
|
+
fnMap: {
|
|
973
|
+
"0": {
|
|
974
|
+
name: "(anonymous_0)",
|
|
975
|
+
decl: {
|
|
976
|
+
start: {
|
|
977
|
+
line: 9,
|
|
978
|
+
column: 19
|
|
979
|
+
},
|
|
980
|
+
end: {
|
|
981
|
+
line: 9,
|
|
982
|
+
column: 20
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
loc: {
|
|
986
|
+
start: {
|
|
987
|
+
line: 10,
|
|
988
|
+
column: 2
|
|
989
|
+
},
|
|
990
|
+
end: {
|
|
991
|
+
line: 28,
|
|
992
|
+
column: 8
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
line: 10
|
|
996
|
+
}
|
|
997
|
+
},
|
|
998
|
+
branchMap: {
|
|
999
|
+
"0": {
|
|
1000
|
+
loc: {
|
|
1001
|
+
start: {
|
|
1002
|
+
line: 9,
|
|
1003
|
+
column: 22
|
|
1004
|
+
},
|
|
1005
|
+
end: {
|
|
1006
|
+
line: 9,
|
|
1007
|
+
column: 31
|
|
1008
|
+
}
|
|
1009
|
+
},
|
|
1010
|
+
type: "default-arg",
|
|
1011
|
+
locations: [{
|
|
1012
|
+
start: {
|
|
1013
|
+
line: 9,
|
|
1014
|
+
column: 29
|
|
1015
|
+
},
|
|
1016
|
+
end: {
|
|
1017
|
+
line: 9,
|
|
1018
|
+
column: 31
|
|
1019
|
+
}
|
|
1020
|
+
}],
|
|
1021
|
+
line: 9
|
|
1022
|
+
},
|
|
1023
|
+
"1": {
|
|
1024
|
+
loc: {
|
|
1025
|
+
start: {
|
|
1026
|
+
line: 22,
|
|
1027
|
+
column: 7
|
|
1028
|
+
},
|
|
1029
|
+
end: {
|
|
1030
|
+
line: 26,
|
|
1031
|
+
column: 7
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
type: "binary-expr",
|
|
1035
|
+
locations: [{
|
|
1036
|
+
start: {
|
|
1037
|
+
line: 22,
|
|
1038
|
+
column: 7
|
|
1039
|
+
},
|
|
1040
|
+
end: {
|
|
1041
|
+
line: 22,
|
|
1042
|
+
column: 11
|
|
1043
|
+
}
|
|
1044
|
+
}, {
|
|
1045
|
+
start: {
|
|
1046
|
+
line: 23,
|
|
1047
|
+
column: 8
|
|
1048
|
+
},
|
|
1049
|
+
end: {
|
|
1050
|
+
line: 25,
|
|
1051
|
+
column: 21
|
|
1052
|
+
}
|
|
1053
|
+
}],
|
|
1054
|
+
line: 22
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
s: {
|
|
1058
|
+
"0": 0,
|
|
1059
|
+
"1": 0,
|
|
1060
|
+
"2": 0
|
|
1061
|
+
},
|
|
1062
|
+
f: {
|
|
1063
|
+
"0": 0
|
|
1064
|
+
},
|
|
1065
|
+
b: {
|
|
1066
|
+
"0": [0],
|
|
1067
|
+
"1": [0, 0]
|
|
1068
|
+
},
|
|
1069
|
+
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
1070
|
+
hash: "40cda882f932d7a0fcac6bc5ec150d93c0420b62"
|
|
1071
|
+
};
|
|
1072
|
+
var coverage = global[gcv] || (global[gcv] = {});
|
|
1073
|
+
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
1074
|
+
coverage[path] = coverageData;
|
|
1075
|
+
}
|
|
1076
|
+
var actualCoverage = coverage[path];
|
|
1077
|
+
{
|
|
1078
|
+
// @ts-ignore
|
|
1079
|
+
cov_1rnptrlqih = function () {
|
|
1080
|
+
return actualCoverage;
|
|
1081
|
+
};
|
|
1082
|
+
}
|
|
1083
|
+
return actualCoverage;
|
|
1084
|
+
}
|
|
1085
|
+
cov_1rnptrlqih();
|
|
1086
|
+
cov_1rnptrlqih().s[0]++;
|
|
1087
|
+
var PageLoader = function PageLoader(_ref) {
|
|
1088
|
+
var _ref$text = _ref.text,
|
|
1089
|
+
text = _ref$text === void 0 ? (cov_1rnptrlqih().b[0][0]++, "") : _ref$text,
|
|
1090
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$1);
|
|
1091
|
+
cov_1rnptrlqih().f[0]++;
|
|
1092
|
+
cov_1rnptrlqih().s[1]++;
|
|
1093
|
+
return /*#__PURE__*/React__default["default"].createElement("div", _extends({
|
|
1094
|
+
className: "neeto-molecules-pageloader__wrapper"
|
|
1095
|
+
}, otherProps), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1096
|
+
className: "neeto-molecules-pageloader neeto-ui-flex neeto-ui-flex-col neeto-ui-items-center neeto-ui-justify-center"
|
|
1097
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1098
|
+
className: "neeto-molecules-pageloader__content neeto-ui-flex neeto-ui-flex-shrink-0 neeto-ui-items-center neeto-ui-justify-center"
|
|
1099
|
+
}, /*#__PURE__*/React__default["default"].createElement(logos.Neeto, {
|
|
1100
|
+
className: "neeto-molecules-pageloader__logo",
|
|
1101
|
+
size: 50
|
|
1102
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1103
|
+
className: "neeto-molecules-pageloader__spinner"
|
|
1104
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1105
|
+
className: "neeto-molecules-pageloader__rect1"
|
|
1106
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1107
|
+
className: "neeto-molecules-pageloader__rect2"
|
|
1108
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1109
|
+
className: "neeto-molecules-pageloader__rect3"
|
|
1110
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1111
|
+
className: "neeto-molecules-pageloader__rect4"
|
|
1112
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1113
|
+
className: "neeto-molecules-pageloader__rect5"
|
|
1114
|
+
}))), (cov_1rnptrlqih().b[1][0]++, text) && (cov_1rnptrlqih().b[1][1]++, /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
|
|
1115
|
+
style: "h5",
|
|
1116
|
+
weight: "semibold"
|
|
1117
|
+
}, text))));
|
|
1118
|
+
};
|
|
1119
|
+
cov_1rnptrlqih().s[2]++;
|
|
1120
|
+
|
|
1121
|
+
function cov_1ceek736tr() {
|
|
1122
|
+
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/utils.js";
|
|
1123
|
+
var hash = "4e99c4492583af7874430eafb0a0c33e80d44e9d";
|
|
1124
|
+
var global = new Function("return this")();
|
|
1125
|
+
var gcv = "__coverage__";
|
|
1126
|
+
var coverageData = {
|
|
1127
|
+
path: "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/utils.js",
|
|
1128
|
+
statementMap: {
|
|
1129
|
+
"0": {
|
|
1130
|
+
start: {
|
|
1131
|
+
line: 4,
|
|
1132
|
+
column: 34
|
|
1133
|
+
},
|
|
1134
|
+
end: {
|
|
1135
|
+
line: 5,
|
|
1136
|
+
column: 65
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1139
|
+
"1": {
|
|
1140
|
+
start: {
|
|
1141
|
+
line: 5,
|
|
1142
|
+
column: 2
|
|
1143
|
+
},
|
|
1144
|
+
end: {
|
|
1145
|
+
line: 5,
|
|
1146
|
+
column: 65
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
"2": {
|
|
1150
|
+
start: {
|
|
1151
|
+
line: 7,
|
|
1152
|
+
column: 34
|
|
1153
|
+
},
|
|
1154
|
+
end: {
|
|
1155
|
+
line: 11,
|
|
1156
|
+
column: 3
|
|
1157
|
+
}
|
|
1158
|
+
},
|
|
1159
|
+
"3": {
|
|
1160
|
+
start: {
|
|
1161
|
+
line: 8,
|
|
1162
|
+
column: 2
|
|
1163
|
+
},
|
|
1164
|
+
end: {
|
|
1165
|
+
line: 11,
|
|
1166
|
+
column: 3
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
"4": {
|
|
1170
|
+
start: {
|
|
1171
|
+
line: 9,
|
|
1172
|
+
column: 19
|
|
1173
|
+
},
|
|
1174
|
+
end: {
|
|
1175
|
+
line: 9,
|
|
1176
|
+
column: 76
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
},
|
|
1180
|
+
fnMap: {
|
|
1181
|
+
"0": {
|
|
1182
|
+
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
|
+
decl: {
|
|
1208
|
+
start: {
|
|
1209
|
+
line: 7,
|
|
1210
|
+
column: 34
|
|
1211
|
+
},
|
|
1212
|
+
end: {
|
|
1213
|
+
line: 7,
|
|
1214
|
+
column: 35
|
|
1215
|
+
}
|
|
1216
|
+
},
|
|
1217
|
+
loc: {
|
|
1218
|
+
start: {
|
|
1219
|
+
line: 8,
|
|
1220
|
+
column: 2
|
|
1221
|
+
},
|
|
1222
|
+
end: {
|
|
1223
|
+
line: 11,
|
|
1224
|
+
column: 3
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
line: 8
|
|
1228
|
+
},
|
|
1229
|
+
"2": {
|
|
1230
|
+
name: "(anonymous_2)",
|
|
1231
|
+
decl: {
|
|
1232
|
+
start: {
|
|
1233
|
+
line: 9,
|
|
1234
|
+
column: 4
|
|
1235
|
+
},
|
|
1236
|
+
end: {
|
|
1237
|
+
line: 9,
|
|
1238
|
+
column: 5
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
loc: {
|
|
1242
|
+
start: {
|
|
1243
|
+
line: 9,
|
|
1244
|
+
column: 19
|
|
1245
|
+
},
|
|
1246
|
+
end: {
|
|
1247
|
+
line: 9,
|
|
1248
|
+
column: 76
|
|
1249
|
+
}
|
|
1250
|
+
},
|
|
1251
|
+
line: 9
|
|
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
|
|
1968
|
+
}
|
|
1969
|
+
},
|
|
1970
|
+
s: {
|
|
1971
|
+
"0": 0,
|
|
1972
|
+
"1": 0,
|
|
1973
|
+
"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
|
|
1987
|
+
},
|
|
1988
|
+
f: {
|
|
1989
|
+
"0": 0,
|
|
1990
|
+
"1": 0,
|
|
1991
|
+
"2": 0,
|
|
1992
|
+
"3": 0,
|
|
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]
|
|
2010
|
+
},
|
|
2011
|
+
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
2012
|
+
hash: "a073b27c47692599de4a6dea8467014f75c0f886"
|
|
2013
|
+
};
|
|
2014
|
+
var coverage = global[gcv] || (global[gcv] = {});
|
|
2015
|
+
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
2016
|
+
coverage[path] = coverageData;
|
|
2017
|
+
}
|
|
2018
|
+
var actualCoverage = coverage[path];
|
|
2019
|
+
{
|
|
2020
|
+
// @ts-ignore
|
|
2021
|
+
cov_1nk47gzsi8 = function () {
|
|
2022
|
+
return actualCoverage;
|
|
2023
|
+
};
|
|
2024
|
+
}
|
|
2025
|
+
return actualCoverage;
|
|
2026
|
+
}
|
|
2027
|
+
cov_1nk47gzsi8();
|
|
2028
|
+
cov_1nk47gzsi8().s[0]++;
|
|
2029
|
+
var Columns = function Columns(_ref) {
|
|
2030
|
+
var actionBlock = _ref.actionBlock,
|
|
2031
|
+
_ref$checkboxProps = _ref.checkboxProps,
|
|
2032
|
+
checkboxProps = _ref$checkboxProps === void 0 ? (cov_1nk47gzsi8().b[0][0]++, {}) : _ref$checkboxProps,
|
|
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;
|
|
2049
|
+
cov_1nk47gzsi8().f[0]++;
|
|
2050
|
+
var _ref2 = (cov_1nk47gzsi8().s[1]++, neetoui.Dropdown),
|
|
2051
|
+
Divider = _ref2.Divider,
|
|
2052
|
+
Menu = _ref2.Menu,
|
|
2053
|
+
MenuItem = _ref2.MenuItem;
|
|
2054
|
+
var _ref3 = (cov_1nk47gzsi8().s[2]++, reactUtils.useLocalStorage(localStorageKey, [])),
|
|
2055
|
+
_ref4 = _slicedToArray(_ref3, 2),
|
|
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]++;
|
|
2091
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2092
|
+
className: "neeto-molecules-subheader__columns"
|
|
2093
|
+
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Dropdown, _extends({
|
|
2094
|
+
buttonStyle: "text",
|
|
2095
|
+
closeOnSelect: false,
|
|
2096
|
+
position: "bottom-end",
|
|
2097
|
+
buttonProps: {
|
|
2098
|
+
icon: neetoIcons.Column,
|
|
2099
|
+
tooltipProps: {
|
|
2100
|
+
content: t("neetoMolecules.columns.columns"),
|
|
2101
|
+
position: "bottom"
|
|
2102
|
+
},
|
|
2103
|
+
"data-testid": "columns-button"
|
|
2104
|
+
},
|
|
2105
|
+
onClose: function onClose() {
|
|
2106
|
+
cov_1nk47gzsi8().f[4]++;
|
|
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))))));
|
|
2140
|
+
};
|
|
2141
|
+
|
|
2142
|
+
function cov_td1jpvcmw() {
|
|
2143
|
+
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/Download.jsx";
|
|
2144
|
+
var hash = "bfd5034300eaa044c3c9eed37cbd2988c7b9f42b";
|
|
2145
|
+
var global = new Function("return this")();
|
|
2146
|
+
var gcv = "__coverage__";
|
|
2147
|
+
var coverageData = {
|
|
2148
|
+
path: "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/Download.jsx",
|
|
2149
|
+
statementMap: {
|
|
2150
|
+
"0": {
|
|
2151
|
+
start: {
|
|
2152
|
+
line: 7,
|
|
2153
|
+
column: 23
|
|
2154
|
+
},
|
|
2155
|
+
end: {
|
|
2156
|
+
line: 29,
|
|
2157
|
+
column: 1
|
|
2158
|
+
}
|
|
2159
|
+
},
|
|
2160
|
+
"1": {
|
|
2161
|
+
start: {
|
|
2162
|
+
line: 8,
|
|
2163
|
+
column: 16
|
|
2164
|
+
},
|
|
2165
|
+
end: {
|
|
2166
|
+
line: 8,
|
|
2167
|
+
column: 32
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
"2": {
|
|
2171
|
+
start: {
|
|
2172
|
+
line: 10,
|
|
2173
|
+
column: 2
|
|
2174
|
+
},
|
|
2175
|
+
end: {
|
|
2176
|
+
line: 28,
|
|
2177
|
+
column: 4
|
|
2178
|
+
}
|
|
2179
|
+
}
|
|
2180
|
+
},
|
|
2181
|
+
fnMap: {
|
|
2182
|
+
"0": {
|
|
2183
|
+
name: "(anonymous_0)",
|
|
2184
|
+
decl: {
|
|
2185
|
+
start: {
|
|
2186
|
+
line: 7,
|
|
2187
|
+
column: 23
|
|
2188
|
+
},
|
|
2189
|
+
end: {
|
|
2190
|
+
line: 7,
|
|
2191
|
+
column: 24
|
|
2192
|
+
}
|
|
2193
|
+
},
|
|
2194
|
+
loc: {
|
|
2195
|
+
start: {
|
|
2196
|
+
line: 7,
|
|
2197
|
+
column: 47
|
|
2198
|
+
},
|
|
2199
|
+
end: {
|
|
2200
|
+
line: 29,
|
|
2201
|
+
column: 1
|
|
2202
|
+
}
|
|
2203
|
+
},
|
|
2204
|
+
line: 7
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2207
|
+
branchMap: {
|
|
2208
|
+
"0": {
|
|
2209
|
+
loc: {
|
|
2210
|
+
start: {
|
|
2211
|
+
line: 22,
|
|
2212
|
+
column: 7
|
|
2213
|
+
},
|
|
2214
|
+
end: {
|
|
2215
|
+
line: 26,
|
|
2216
|
+
column: 7
|
|
2217
|
+
}
|
|
2218
|
+
},
|
|
2219
|
+
type: "binary-expr",
|
|
2220
|
+
locations: [{
|
|
2221
|
+
start: {
|
|
2222
|
+
line: 22,
|
|
2223
|
+
column: 7
|
|
2224
|
+
},
|
|
2225
|
+
end: {
|
|
2226
|
+
line: 22,
|
|
2227
|
+
column: 12
|
|
2228
|
+
}
|
|
2229
|
+
}, {
|
|
2230
|
+
start: {
|
|
2231
|
+
line: 23,
|
|
2232
|
+
column: 8
|
|
2233
|
+
},
|
|
2234
|
+
end: {
|
|
2235
|
+
line: 25,
|
|
2236
|
+
column: 15
|
|
2237
|
+
}
|
|
2238
|
+
}],
|
|
2239
|
+
line: 22
|
|
2240
|
+
}
|
|
2241
|
+
},
|
|
2242
|
+
s: {
|
|
2243
|
+
"0": 0,
|
|
2244
|
+
"1": 0,
|
|
2245
|
+
"2": 0
|
|
2246
|
+
},
|
|
2247
|
+
f: {
|
|
2248
|
+
"0": 0
|
|
2249
|
+
},
|
|
2250
|
+
b: {
|
|
2251
|
+
"0": [0, 0]
|
|
2252
|
+
},
|
|
2253
|
+
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
2254
|
+
hash: "bfd5034300eaa044c3c9eed37cbd2988c7b9f42b"
|
|
2255
|
+
};
|
|
2256
|
+
var coverage = global[gcv] || (global[gcv] = {});
|
|
2257
|
+
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
2258
|
+
coverage[path] = coverageData;
|
|
2259
|
+
}
|
|
2260
|
+
var actualCoverage = coverage[path];
|
|
2261
|
+
{
|
|
2262
|
+
// @ts-ignore
|
|
2263
|
+
cov_td1jpvcmw = function () {
|
|
2264
|
+
return actualCoverage;
|
|
2265
|
+
};
|
|
2266
|
+
}
|
|
2267
|
+
return actualCoverage;
|
|
2268
|
+
}
|
|
2269
|
+
cov_td1jpvcmw();
|
|
2270
|
+
cov_td1jpvcmw().s[0]++;
|
|
2271
|
+
var DownloadButton = function DownloadButton(_ref) {
|
|
2272
|
+
var count = _ref.count,
|
|
2273
|
+
onClick = _ref.onClick;
|
|
2274
|
+
cov_td1jpvcmw().f[0]++;
|
|
2275
|
+
var _ref2 = (cov_td1jpvcmw().s[1]++, reactI18next.useTranslation()),
|
|
2276
|
+
t = _ref2.t;
|
|
2277
|
+
cov_td1jpvcmw().s[2]++;
|
|
2278
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2279
|
+
className: "neeto-molecules-subheader__download"
|
|
2280
|
+
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Button, {
|
|
2281
|
+
"data-testid": "download-button",
|
|
2282
|
+
icon: neetoIcons.Download,
|
|
2283
|
+
style: "text",
|
|
2284
|
+
tooltipProps: {
|
|
2285
|
+
content: t("neetoMolecules.common.download"),
|
|
2286
|
+
position: "bottom"
|
|
2287
|
+
},
|
|
2288
|
+
onClick: onClick
|
|
2289
|
+
}), (cov_td1jpvcmw().b[0][0]++, count) && (cov_td1jpvcmw().b[0][1]++, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2290
|
+
className: "neeto-molecules-subheader__download-count"
|
|
2291
|
+
}, count)));
|
|
2292
|
+
};
|
|
2293
|
+
|
|
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
|
+
var _excluded = ["buttonProps"];
|
|
2336
|
+
function cov_m5zh4tynr() {
|
|
2337
|
+
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/Filter.jsx";
|
|
2338
|
+
var hash = "ccf07ab7fbe2e20d51a0eb8a8009a0ad5956d118";
|
|
2339
|
+
var global = new Function("return this")();
|
|
2340
|
+
var gcv = "__coverage__";
|
|
2341
|
+
var coverageData = {
|
|
2342
|
+
path: "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/Filter.jsx",
|
|
2343
|
+
statementMap: {
|
|
2344
|
+
"0": {
|
|
2345
|
+
start: {
|
|
2346
|
+
line: 7,
|
|
2347
|
+
column: 21
|
|
2348
|
+
},
|
|
2349
|
+
end: {
|
|
2350
|
+
line: 28,
|
|
2351
|
+
column: 1
|
|
2352
|
+
}
|
|
2353
|
+
},
|
|
2354
|
+
"1": {
|
|
2355
|
+
start: {
|
|
2356
|
+
line: 8,
|
|
2357
|
+
column: 16
|
|
2358
|
+
},
|
|
2359
|
+
end: {
|
|
2360
|
+
line: 8,
|
|
2361
|
+
column: 32
|
|
2362
|
+
}
|
|
2363
|
+
},
|
|
2364
|
+
"2": {
|
|
2365
|
+
start: {
|
|
2366
|
+
line: 10,
|
|
2367
|
+
column: 2
|
|
2368
|
+
},
|
|
2369
|
+
end: {
|
|
2370
|
+
line: 27,
|
|
2371
|
+
column: 4
|
|
2372
|
+
}
|
|
2373
|
+
}
|
|
2374
|
+
},
|
|
2375
|
+
fnMap: {
|
|
2376
|
+
"0": {
|
|
2377
|
+
name: "(anonymous_0)",
|
|
2378
|
+
decl: {
|
|
2379
|
+
start: {
|
|
2380
|
+
line: 7,
|
|
2381
|
+
column: 21
|
|
2382
|
+
},
|
|
2383
|
+
end: {
|
|
2384
|
+
line: 7,
|
|
2385
|
+
column: 22
|
|
2386
|
+
}
|
|
2387
|
+
},
|
|
2388
|
+
loc: {
|
|
2389
|
+
start: {
|
|
2390
|
+
line: 7,
|
|
2391
|
+
column: 52
|
|
2392
|
+
},
|
|
2393
|
+
end: {
|
|
2394
|
+
line: 28,
|
|
2395
|
+
column: 1
|
|
2396
|
+
}
|
|
2397
|
+
},
|
|
2398
|
+
line: 7
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
branchMap: {},
|
|
2402
|
+
s: {
|
|
2403
|
+
"0": 0,
|
|
2404
|
+
"1": 0,
|
|
2405
|
+
"2": 0
|
|
2406
|
+
},
|
|
2407
|
+
f: {
|
|
2408
|
+
"0": 0
|
|
2409
|
+
},
|
|
2410
|
+
b: {},
|
|
2411
|
+
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
2412
|
+
hash: "ccf07ab7fbe2e20d51a0eb8a8009a0ad5956d118"
|
|
2413
|
+
};
|
|
2414
|
+
var coverage = global[gcv] || (global[gcv] = {});
|
|
2415
|
+
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
2416
|
+
coverage[path] = coverageData;
|
|
2417
|
+
}
|
|
2418
|
+
var actualCoverage = coverage[path];
|
|
2419
|
+
{
|
|
2420
|
+
// @ts-ignore
|
|
2421
|
+
cov_m5zh4tynr = function () {
|
|
2422
|
+
return actualCoverage;
|
|
2423
|
+
};
|
|
2424
|
+
}
|
|
2425
|
+
return actualCoverage;
|
|
2426
|
+
}
|
|
2427
|
+
cov_m5zh4tynr();
|
|
2428
|
+
function ownKeys$1(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; }
|
|
2429
|
+
function _objectSpread$1(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys$1(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys$1(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
2430
|
+
cov_m5zh4tynr().s[0]++;
|
|
2431
|
+
var FilterButton = function FilterButton(_ref) {
|
|
2432
|
+
var buttonProps = _ref.buttonProps,
|
|
2433
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
2434
|
+
cov_m5zh4tynr().f[0]++;
|
|
2435
|
+
var _ref2 = (cov_m5zh4tynr().s[1]++, reactI18next.useTranslation()),
|
|
2436
|
+
t = _ref2.t;
|
|
2437
|
+
cov_m5zh4tynr().s[2]++;
|
|
2438
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2439
|
+
className: "neeto-molecules-subheader__filter"
|
|
2440
|
+
}, /*#__PURE__*/React__default["default"].createElement(neetoFiltersFrontend.Filters, _extends({
|
|
2441
|
+
buttonProps: _objectSpread$1({
|
|
2442
|
+
"data-testid": "filter-button",
|
|
2443
|
+
icon: neetoIcons.Filter,
|
|
2444
|
+
style: "text",
|
|
2445
|
+
tooltipProps: {
|
|
2446
|
+
content: t("neetoMolecules.common.filter"),
|
|
2447
|
+
position: "bottom"
|
|
2448
|
+
},
|
|
2449
|
+
label: null
|
|
2450
|
+
}, buttonProps)
|
|
2451
|
+
}, props)));
|
|
2452
|
+
};
|
|
2453
|
+
|
|
2454
|
+
function cov_yp8t4aac1() {
|
|
2455
|
+
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/index.jsx";
|
|
2456
|
+
var hash = "9cc82e2363692514f071479e9badda2e6c36b5c0";
|
|
2457
|
+
var global = new Function("return this")();
|
|
2458
|
+
var gcv = "__coverage__";
|
|
2459
|
+
var coverageData = {
|
|
2460
|
+
path: "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/RightBlock/index.jsx",
|
|
2461
|
+
statementMap: {
|
|
2462
|
+
"0": {
|
|
2463
|
+
start: {
|
|
2464
|
+
line: 7,
|
|
2465
|
+
column: 19
|
|
2466
|
+
},
|
|
2467
|
+
end: {
|
|
2468
|
+
line: 17,
|
|
2469
|
+
column: 1
|
|
2470
|
+
}
|
|
2471
|
+
},
|
|
2472
|
+
"1": {
|
|
2473
|
+
start: {
|
|
2474
|
+
line: 12,
|
|
2475
|
+
column: 2
|
|
2476
|
+
},
|
|
2477
|
+
end: {
|
|
2478
|
+
line: 16,
|
|
2479
|
+
column: 8
|
|
829
2480
|
}
|
|
830
2481
|
}
|
|
831
2482
|
},
|
|
@@ -834,100 +2485,142 @@ function cov_1rnptrlqih() {
|
|
|
834
2485
|
name: "(anonymous_0)",
|
|
835
2486
|
decl: {
|
|
836
2487
|
start: {
|
|
837
|
-
line:
|
|
2488
|
+
line: 7,
|
|
838
2489
|
column: 19
|
|
839
2490
|
},
|
|
840
2491
|
end: {
|
|
841
|
-
line:
|
|
2492
|
+
line: 7,
|
|
842
2493
|
column: 20
|
|
843
2494
|
}
|
|
844
2495
|
},
|
|
845
2496
|
loc: {
|
|
846
2497
|
start: {
|
|
847
|
-
line:
|
|
2498
|
+
line: 12,
|
|
848
2499
|
column: 2
|
|
849
2500
|
},
|
|
850
2501
|
end: {
|
|
851
|
-
line:
|
|
2502
|
+
line: 16,
|
|
852
2503
|
column: 8
|
|
853
2504
|
}
|
|
854
2505
|
},
|
|
855
|
-
line:
|
|
2506
|
+
line: 12
|
|
856
2507
|
}
|
|
857
2508
|
},
|
|
858
2509
|
branchMap: {
|
|
859
2510
|
"0": {
|
|
860
2511
|
loc: {
|
|
861
2512
|
start: {
|
|
862
|
-
line:
|
|
863
|
-
column:
|
|
2513
|
+
line: 13,
|
|
2514
|
+
column: 5
|
|
864
2515
|
},
|
|
865
2516
|
end: {
|
|
866
|
-
line:
|
|
867
|
-
column:
|
|
2517
|
+
line: 13,
|
|
2518
|
+
column: 65
|
|
868
2519
|
}
|
|
869
2520
|
},
|
|
870
|
-
type: "
|
|
2521
|
+
type: "binary-expr",
|
|
871
2522
|
locations: [{
|
|
872
2523
|
start: {
|
|
873
|
-
line:
|
|
874
|
-
column:
|
|
2524
|
+
line: 13,
|
|
2525
|
+
column: 5
|
|
875
2526
|
},
|
|
876
2527
|
end: {
|
|
877
|
-
line:
|
|
878
|
-
column:
|
|
2528
|
+
line: 13,
|
|
2529
|
+
column: 24
|
|
2530
|
+
}
|
|
2531
|
+
}, {
|
|
2532
|
+
start: {
|
|
2533
|
+
line: 13,
|
|
2534
|
+
column: 28
|
|
2535
|
+
},
|
|
2536
|
+
end: {
|
|
2537
|
+
line: 13,
|
|
2538
|
+
column: 65
|
|
879
2539
|
}
|
|
880
2540
|
}],
|
|
881
|
-
line:
|
|
2541
|
+
line: 13
|
|
882
2542
|
},
|
|
883
2543
|
"1": {
|
|
884
2544
|
loc: {
|
|
885
2545
|
start: {
|
|
886
|
-
line:
|
|
887
|
-
column:
|
|
2546
|
+
line: 14,
|
|
2547
|
+
column: 5
|
|
888
2548
|
},
|
|
889
2549
|
end: {
|
|
890
|
-
line:
|
|
891
|
-
column:
|
|
2550
|
+
line: 14,
|
|
2551
|
+
column: 62
|
|
892
2552
|
}
|
|
893
2553
|
},
|
|
894
2554
|
type: "binary-expr",
|
|
895
2555
|
locations: [{
|
|
896
2556
|
start: {
|
|
897
|
-
line:
|
|
898
|
-
column:
|
|
2557
|
+
line: 14,
|
|
2558
|
+
column: 5
|
|
899
2559
|
},
|
|
900
2560
|
end: {
|
|
901
|
-
line:
|
|
902
|
-
column:
|
|
2561
|
+
line: 14,
|
|
2562
|
+
column: 23
|
|
903
2563
|
}
|
|
904
2564
|
}, {
|
|
905
2565
|
start: {
|
|
906
|
-
line:
|
|
907
|
-
column:
|
|
2566
|
+
line: 14,
|
|
2567
|
+
column: 27
|
|
908
2568
|
},
|
|
909
2569
|
end: {
|
|
910
|
-
line:
|
|
911
|
-
column:
|
|
2570
|
+
line: 14,
|
|
2571
|
+
column: 62
|
|
912
2572
|
}
|
|
913
2573
|
}],
|
|
914
|
-
line:
|
|
2574
|
+
line: 14
|
|
2575
|
+
},
|
|
2576
|
+
"2": {
|
|
2577
|
+
loc: {
|
|
2578
|
+
start: {
|
|
2579
|
+
line: 15,
|
|
2580
|
+
column: 5
|
|
2581
|
+
},
|
|
2582
|
+
end: {
|
|
2583
|
+
line: 15,
|
|
2584
|
+
column: 47
|
|
2585
|
+
}
|
|
2586
|
+
},
|
|
2587
|
+
type: "binary-expr",
|
|
2588
|
+
locations: [{
|
|
2589
|
+
start: {
|
|
2590
|
+
line: 15,
|
|
2591
|
+
column: 5
|
|
2592
|
+
},
|
|
2593
|
+
end: {
|
|
2594
|
+
line: 15,
|
|
2595
|
+
column: 16
|
|
2596
|
+
}
|
|
2597
|
+
}, {
|
|
2598
|
+
start: {
|
|
2599
|
+
line: 15,
|
|
2600
|
+
column: 20
|
|
2601
|
+
},
|
|
2602
|
+
end: {
|
|
2603
|
+
line: 15,
|
|
2604
|
+
column: 47
|
|
2605
|
+
}
|
|
2606
|
+
}],
|
|
2607
|
+
line: 15
|
|
915
2608
|
}
|
|
916
2609
|
},
|
|
917
2610
|
s: {
|
|
918
2611
|
"0": 0,
|
|
919
|
-
"1": 0
|
|
920
|
-
"2": 0
|
|
2612
|
+
"1": 0
|
|
921
2613
|
},
|
|
922
2614
|
f: {
|
|
923
2615
|
"0": 0
|
|
924
2616
|
},
|
|
925
2617
|
b: {
|
|
926
|
-
"0": [0],
|
|
927
|
-
"1": [0, 0]
|
|
2618
|
+
"0": [0, 0],
|
|
2619
|
+
"1": [0, 0],
|
|
2620
|
+
"2": [0, 0]
|
|
928
2621
|
},
|
|
929
2622
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
930
|
-
hash: "
|
|
2623
|
+
hash: "9cc82e2363692514f071479e9badda2e6c36b5c0"
|
|
931
2624
|
};
|
|
932
2625
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
933
2626
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -936,54 +2629,31 @@ function cov_1rnptrlqih() {
|
|
|
936
2629
|
var actualCoverage = coverage[path];
|
|
937
2630
|
{
|
|
938
2631
|
// @ts-ignore
|
|
939
|
-
|
|
2632
|
+
cov_yp8t4aac1 = function () {
|
|
940
2633
|
return actualCoverage;
|
|
941
2634
|
};
|
|
942
2635
|
}
|
|
943
2636
|
return actualCoverage;
|
|
944
2637
|
}
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
var
|
|
948
|
-
var
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
return /*#__PURE__*/React__default["default"].createElement("div",
|
|
954
|
-
className: "neeto-molecules-
|
|
955
|
-
},
|
|
956
|
-
className: "neeto-molecules-pageloader neeto-ui-flex neeto-ui-flex-col neeto-ui-items-center neeto-ui-justify-center"
|
|
957
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
958
|
-
className: "neeto-molecules-pageloader__content neeto-ui-flex neeto-ui-flex-shrink-0 neeto-ui-items-center neeto-ui-justify-center"
|
|
959
|
-
}, /*#__PURE__*/React__default["default"].createElement(logos.Neeto, {
|
|
960
|
-
className: "neeto-molecules-pageloader__logo",
|
|
961
|
-
size: 50
|
|
962
|
-
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
963
|
-
className: "neeto-molecules-pageloader__spinner"
|
|
964
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
965
|
-
className: "neeto-molecules-pageloader__rect1"
|
|
966
|
-
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
967
|
-
className: "neeto-molecules-pageloader__rect2"
|
|
968
|
-
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
969
|
-
className: "neeto-molecules-pageloader__rect3"
|
|
970
|
-
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
971
|
-
className: "neeto-molecules-pageloader__rect4"
|
|
972
|
-
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
973
|
-
className: "neeto-molecules-pageloader__rect5"
|
|
974
|
-
}))), (cov_1rnptrlqih().b[1][0]++, text) && (cov_1rnptrlqih().b[1][1]++, /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
|
|
975
|
-
style: "h5",
|
|
976
|
-
weight: "semibold"
|
|
977
|
-
}, text))));
|
|
2638
|
+
cov_yp8t4aac1();
|
|
2639
|
+
cov_yp8t4aac1().s[0]++;
|
|
2640
|
+
var RightBlock = function RightBlock(_ref) {
|
|
2641
|
+
var downloadButtonProps = _ref.downloadButtonProps,
|
|
2642
|
+
columnsButtonProps = _ref.columnsButtonProps,
|
|
2643
|
+
filterProps = _ref.filterProps;
|
|
2644
|
+
cov_yp8t4aac1().f[0]++;
|
|
2645
|
+
cov_yp8t4aac1().s[1]++;
|
|
2646
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2647
|
+
className: "neeto-molecules-subheader__right-actions"
|
|
2648
|
+
}, (cov_yp8t4aac1().b[0][0]++, downloadButtonProps) && (cov_yp8t4aac1().b[0][1]++, /*#__PURE__*/React__default["default"].createElement(DownloadButton, downloadButtonProps)), (cov_yp8t4aac1().b[1][0]++, columnsButtonProps) && (cov_yp8t4aac1().b[1][1]++, /*#__PURE__*/React__default["default"].createElement(Columns, columnsButtonProps)), (cov_yp8t4aac1().b[2][0]++, filterProps) && (cov_yp8t4aac1().b[2][1]++, /*#__PURE__*/React__default["default"].createElement(FilterButton, filterProps)));
|
|
978
2649
|
};
|
|
979
|
-
cov_1rnptrlqih().s[2]++;
|
|
980
2650
|
|
|
981
|
-
var css = ".neeto-molecules-subheader{align-items:center;background-color:rgb(var(--neeto-ui-white));display:flex;flex-direction:row;justify-content:space-between;margin-bottom:var(--neeto-ui-sub-header-bottom-margin);min-height:var(--neeto-ui-sub-header-height);width:100%}.neeto-molecules-subheader .neeto-molecules-subheader__left-wrapper{display:flex;flex-grow:1}.neeto-molecules-subheader .neeto-molecules-subheader__left-wrapper .neeto-molecules-subheader__left{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.neeto-molecules-subheader .neeto-molecules-subheader__left-wrapper .neeto-molecules-subheader__left .neeto-molecules-input__prefix{color:rgb(var(--neeto-ui-gray-400))}.neeto-molecules-subheader .neeto-molecules-subheader__right{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:flex-end}";
|
|
2651
|
+
var css = ".neeto-molecules-subheader{align-items:center;background-color:rgb(var(--neeto-ui-white));display:flex;flex-direction:row;justify-content:space-between;margin-bottom:var(--neeto-ui-sub-header-bottom-margin);min-height:var(--neeto-ui-sub-header-height);width:100%}.neeto-molecules-subheader .neeto-molecules-subheader__left-wrapper{display:flex;flex-grow:1}.neeto-molecules-subheader .neeto-molecules-subheader__left-wrapper .neeto-molecules-subheader__left{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.neeto-molecules-subheader .neeto-molecules-subheader__left-wrapper .neeto-molecules-subheader__left .neeto-molecules-input__prefix{color:rgb(var(--neeto-ui-gray-400))}.neeto-molecules-subheader .neeto-molecules-subheader__right{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:flex-end}.neeto-molecules-subheader .neeto-molecules-subheader__right-actions{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:flex-end}.neeto-molecules-subheader .neeto-molecules-subheader__right-actions>:not([hidden])~:not([hidden]){border-left:thin solid rgb(var(--neeto-ui-gray-300));padding-left:8px}.neeto-molecules-subheader__download{position:relative}.neeto-molecules-subheader__download-count{align-items:center;background-color:rgb(var(--neeto-ui-primary-500));border-radius:var(--neeto-ui-rounded-full);color:rgb(var(--neeto-ui-white));display:inline-flex;font-size:10px;justify-content:center;min-height:16px;min-width:16px;position:absolute;right:-2px;text-align:center;top:-2px;z-index:1}";
|
|
982
2652
|
n(css,{});
|
|
983
2653
|
|
|
984
2654
|
function cov_mkycqaehe() {
|
|
985
2655
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/SubHeader/index.jsx";
|
|
986
|
-
var hash = "
|
|
2656
|
+
var hash = "f99fde5ef8dd8b7cb1893834760b2fabb55416b1";
|
|
987
2657
|
var global = new Function("return this")();
|
|
988
2658
|
var gcv = "__coverage__";
|
|
989
2659
|
var coverageData = {
|
|
@@ -991,23 +2661,33 @@ function cov_mkycqaehe() {
|
|
|
991
2661
|
statementMap: {
|
|
992
2662
|
"0": {
|
|
993
2663
|
start: {
|
|
994
|
-
line:
|
|
2664
|
+
line: 8,
|
|
995
2665
|
column: 18
|
|
996
2666
|
},
|
|
997
2667
|
end: {
|
|
998
|
-
line:
|
|
2668
|
+
line: 22,
|
|
999
2669
|
column: 1
|
|
1000
2670
|
}
|
|
1001
2671
|
},
|
|
1002
2672
|
"1": {
|
|
1003
2673
|
start: {
|
|
1004
|
-
line:
|
|
2674
|
+
line: 9,
|
|
1005
2675
|
column: 2
|
|
1006
2676
|
},
|
|
1007
2677
|
end: {
|
|
1008
|
-
line:
|
|
2678
|
+
line: 21,
|
|
1009
2679
|
column: 8
|
|
1010
2680
|
}
|
|
2681
|
+
},
|
|
2682
|
+
"2": {
|
|
2683
|
+
start: {
|
|
2684
|
+
line: 24,
|
|
2685
|
+
column: 0
|
|
2686
|
+
},
|
|
2687
|
+
end: {
|
|
2688
|
+
line: 24,
|
|
2689
|
+
column: 34
|
|
2690
|
+
}
|
|
1011
2691
|
}
|
|
1012
2692
|
},
|
|
1013
2693
|
fnMap: {
|
|
@@ -1015,122 +2695,123 @@ function cov_mkycqaehe() {
|
|
|
1015
2695
|
name: "(anonymous_0)",
|
|
1016
2696
|
decl: {
|
|
1017
2697
|
start: {
|
|
1018
|
-
line:
|
|
2698
|
+
line: 8,
|
|
1019
2699
|
column: 18
|
|
1020
2700
|
},
|
|
1021
2701
|
end: {
|
|
1022
|
-
line:
|
|
2702
|
+
line: 8,
|
|
1023
2703
|
column: 19
|
|
1024
2704
|
}
|
|
1025
2705
|
},
|
|
1026
2706
|
loc: {
|
|
1027
2707
|
start: {
|
|
1028
|
-
line:
|
|
2708
|
+
line: 9,
|
|
1029
2709
|
column: 2
|
|
1030
2710
|
},
|
|
1031
2711
|
end: {
|
|
1032
|
-
line:
|
|
2712
|
+
line: 21,
|
|
1033
2713
|
column: 8
|
|
1034
2714
|
}
|
|
1035
2715
|
},
|
|
1036
|
-
line:
|
|
2716
|
+
line: 9
|
|
1037
2717
|
}
|
|
1038
2718
|
},
|
|
1039
2719
|
branchMap: {
|
|
1040
2720
|
"0": {
|
|
1041
2721
|
loc: {
|
|
1042
2722
|
start: {
|
|
1043
|
-
line:
|
|
2723
|
+
line: 8,
|
|
1044
2724
|
column: 21
|
|
1045
2725
|
},
|
|
1046
2726
|
end: {
|
|
1047
|
-
line:
|
|
2727
|
+
line: 8,
|
|
1048
2728
|
column: 35
|
|
1049
2729
|
}
|
|
1050
2730
|
},
|
|
1051
2731
|
type: "default-arg",
|
|
1052
2732
|
locations: [{
|
|
1053
2733
|
start: {
|
|
1054
|
-
line:
|
|
2734
|
+
line: 8,
|
|
1055
2735
|
column: 33
|
|
1056
2736
|
},
|
|
1057
2737
|
end: {
|
|
1058
|
-
line:
|
|
2738
|
+
line: 8,
|
|
1059
2739
|
column: 35
|
|
1060
2740
|
}
|
|
1061
2741
|
}],
|
|
1062
|
-
line:
|
|
2742
|
+
line: 8
|
|
1063
2743
|
},
|
|
1064
2744
|
"1": {
|
|
1065
2745
|
loc: {
|
|
1066
2746
|
start: {
|
|
1067
|
-
line:
|
|
2747
|
+
line: 14,
|
|
1068
2748
|
column: 7
|
|
1069
2749
|
},
|
|
1070
2750
|
end: {
|
|
1071
|
-
line:
|
|
2751
|
+
line: 16,
|
|
1072
2752
|
column: 7
|
|
1073
2753
|
}
|
|
1074
2754
|
},
|
|
1075
2755
|
type: "binary-expr",
|
|
1076
2756
|
locations: [{
|
|
1077
2757
|
start: {
|
|
1078
|
-
line:
|
|
2758
|
+
line: 14,
|
|
1079
2759
|
column: 7
|
|
1080
2760
|
},
|
|
1081
2761
|
end: {
|
|
1082
|
-
line:
|
|
2762
|
+
line: 14,
|
|
1083
2763
|
column: 22
|
|
1084
2764
|
}
|
|
1085
2765
|
}, {
|
|
1086
2766
|
start: {
|
|
1087
|
-
line:
|
|
2767
|
+
line: 15,
|
|
1088
2768
|
column: 8
|
|
1089
2769
|
},
|
|
1090
2770
|
end: {
|
|
1091
|
-
line:
|
|
2771
|
+
line: 15,
|
|
1092
2772
|
column: 80
|
|
1093
2773
|
}
|
|
1094
2774
|
}],
|
|
1095
|
-
line:
|
|
2775
|
+
line: 14
|
|
1096
2776
|
},
|
|
1097
2777
|
"2": {
|
|
1098
2778
|
loc: {
|
|
1099
2779
|
start: {
|
|
1100
|
-
line:
|
|
2780
|
+
line: 18,
|
|
1101
2781
|
column: 5
|
|
1102
2782
|
},
|
|
1103
2783
|
end: {
|
|
1104
|
-
line:
|
|
2784
|
+
line: 20,
|
|
1105
2785
|
column: 5
|
|
1106
2786
|
}
|
|
1107
2787
|
},
|
|
1108
2788
|
type: "binary-expr",
|
|
1109
2789
|
locations: [{
|
|
1110
2790
|
start: {
|
|
1111
|
-
line:
|
|
2791
|
+
line: 18,
|
|
1112
2792
|
column: 5
|
|
1113
2793
|
},
|
|
1114
2794
|
end: {
|
|
1115
|
-
line:
|
|
2795
|
+
line: 18,
|
|
1116
2796
|
column: 21
|
|
1117
2797
|
}
|
|
1118
2798
|
}, {
|
|
1119
2799
|
start: {
|
|
1120
|
-
line:
|
|
2800
|
+
line: 19,
|
|
1121
2801
|
column: 6
|
|
1122
2802
|
},
|
|
1123
2803
|
end: {
|
|
1124
|
-
line:
|
|
2804
|
+
line: 19,
|
|
1125
2805
|
column: 80
|
|
1126
2806
|
}
|
|
1127
2807
|
}],
|
|
1128
|
-
line:
|
|
2808
|
+
line: 18
|
|
1129
2809
|
}
|
|
1130
2810
|
},
|
|
1131
2811
|
s: {
|
|
1132
2812
|
"0": 0,
|
|
1133
|
-
"1": 0
|
|
2813
|
+
"1": 0,
|
|
2814
|
+
"2": 0
|
|
1134
2815
|
},
|
|
1135
2816
|
f: {
|
|
1136
2817
|
"0": 0
|
|
@@ -1141,7 +2822,7 @@ function cov_mkycqaehe() {
|
|
|
1141
2822
|
"2": [0, 0]
|
|
1142
2823
|
},
|
|
1143
2824
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
1144
|
-
hash: "
|
|
2825
|
+
hash: "f99fde5ef8dd8b7cb1893834760b2fabb55416b1"
|
|
1145
2826
|
};
|
|
1146
2827
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
1147
2828
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -1176,6 +2857,8 @@ var SubHeader = function SubHeader(_ref) {
|
|
|
1176
2857
|
className: "neeto-molecules-subheader__right"
|
|
1177
2858
|
}, rightActionBlock)));
|
|
1178
2859
|
};
|
|
2860
|
+
cov_mkycqaehe().s[2]++;
|
|
2861
|
+
SubHeader.RightBlock = RightBlock;
|
|
1179
2862
|
|
|
1180
2863
|
function cov_222iv29ng9() {
|
|
1181
2864
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/CustomDomain/constants.js";
|
|
@@ -2839,47 +4522,6 @@ var getCustomDomainValidationSchema = function getCustomDomainValidationSchema()
|
|
|
2839
4522
|
});
|
|
2840
4523
|
};
|
|
2841
4524
|
|
|
2842
|
-
function _typeof(obj) {
|
|
2843
|
-
"@babel/helpers - typeof";
|
|
2844
|
-
|
|
2845
|
-
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
2846
|
-
return typeof obj;
|
|
2847
|
-
} : function (obj) {
|
|
2848
|
-
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
2849
|
-
}, _typeof(obj);
|
|
2850
|
-
}
|
|
2851
|
-
|
|
2852
|
-
function _toPrimitive(input, hint) {
|
|
2853
|
-
if (_typeof(input) !== "object" || input === null) return input;
|
|
2854
|
-
var prim = input[Symbol.toPrimitive];
|
|
2855
|
-
if (prim !== undefined) {
|
|
2856
|
-
var res = prim.call(input, hint || "default");
|
|
2857
|
-
if (_typeof(res) !== "object") return res;
|
|
2858
|
-
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
2859
|
-
}
|
|
2860
|
-
return (hint === "string" ? String : Number)(input);
|
|
2861
|
-
}
|
|
2862
|
-
|
|
2863
|
-
function _toPropertyKey(arg) {
|
|
2864
|
-
var key = _toPrimitive(arg, "string");
|
|
2865
|
-
return _typeof(key) === "symbol" ? key : String(key);
|
|
2866
|
-
}
|
|
2867
|
-
|
|
2868
|
-
function _defineProperty(obj, key, value) {
|
|
2869
|
-
key = _toPropertyKey(key);
|
|
2870
|
-
if (key in obj) {
|
|
2871
|
-
Object.defineProperty(obj, key, {
|
|
2872
|
-
value: value,
|
|
2873
|
-
enumerable: true,
|
|
2874
|
-
configurable: true,
|
|
2875
|
-
writable: true
|
|
2876
|
-
});
|
|
2877
|
-
} else {
|
|
2878
|
-
obj[key] = value;
|
|
2879
|
-
}
|
|
2880
|
-
return obj;
|
|
2881
|
-
}
|
|
2882
|
-
|
|
2883
4525
|
function cov_vcb813vkn() {
|
|
2884
4526
|
var path = "/home/runner/work/neeto-molecules/neeto-molecules/src/components/CustomDomain/api.js";
|
|
2885
4527
|
var hash = "dc9390a35b9aa57341cc88d571338002fb6512d0";
|