@loja-integrada/admin-components 0.18.34 → 0.19.0
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/Components/HelpLink/HelpLink.spec.d.ts +1 -0
- package/dist/Components/HelpLink/HelpLink.stories.d.ts +6 -0
- package/dist/Components/HelpLink/index.d.ts +28 -0
- package/dist/Indicators/InformationBox/InformationBox.d.ts +1 -1
- package/dist/Navigation/Stepper/Stepper.spec.d.ts +1 -0
- package/dist/Navigation/Stepper/Stepper.stories.d.ts +8 -0
- package/dist/Navigation/Stepper/index.d.ts +29 -0
- package/dist/admin-components.cjs.development.js +657 -268
- package/dist/admin-components.cjs.development.js.map +1 -1
- package/dist/admin-components.cjs.production.min.js +1 -1
- package/dist/admin-components.cjs.production.min.js.map +1 -1
- package/dist/admin-components.esm.js +657 -268
- package/dist/admin-components.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/Components/HelpLink/HelpLink.spec.tsx +33 -0
- package/src/Components/HelpLink/HelpLink.stories.tsx +39 -0
- package/src/Components/HelpLink/index.tsx +80 -0
- package/src/Indicators/InformationBox/InformationBox.spec.tsx +11 -12
- package/src/Indicators/InformationBox/InformationBox.tsx +13 -13
- package/src/Indicators/InformationBox/InformationBoxt.stories.tsx +7 -2
- package/src/Navigation/Breadcrumb/index.tsx +6 -21
- package/src/Navigation/Stepper/Stepper.spec.tsx +68 -0
- package/src/Navigation/Stepper/Stepper.stories.tsx +68 -0
- package/src/Navigation/Stepper/index.tsx +97 -0
|
@@ -34788,7 +34788,7 @@ cov_1urw57c37o();
|
|
|
34788
34788
|
|
|
34789
34789
|
function cov_1s85yl253c() {
|
|
34790
34790
|
var path = "/runner/_work/admin-components/admin-components/styleguide/src/Indicators/InformationBox/InformationBox.tsx";
|
|
34791
|
-
var hash = "
|
|
34791
|
+
var hash = "868c34e4882b862ac7bea5129fb3bf091114f789";
|
|
34792
34792
|
var global = new Function("return this")();
|
|
34793
34793
|
var gcv = "__coverage__";
|
|
34794
34794
|
var coverageData = {
|
|
@@ -34851,7 +34851,7 @@ function cov_1s85yl253c() {
|
|
|
34851
34851
|
loc: {
|
|
34852
34852
|
start: {
|
|
34853
34853
|
line: 29,
|
|
34854
|
-
column:
|
|
34854
|
+
column: 73
|
|
34855
34855
|
},
|
|
34856
34856
|
end: {
|
|
34857
34857
|
line: 37,
|
|
@@ -34870,7 +34870,7 @@ function cov_1s85yl253c() {
|
|
|
34870
34870
|
},
|
|
34871
34871
|
end: {
|
|
34872
34872
|
line: 29,
|
|
34873
|
-
column:
|
|
34873
|
+
column: 48
|
|
34874
34874
|
}
|
|
34875
34875
|
},
|
|
34876
34876
|
type: "default-arg",
|
|
@@ -34881,7 +34881,7 @@ function cov_1s85yl253c() {
|
|
|
34881
34881
|
},
|
|
34882
34882
|
end: {
|
|
34883
34883
|
line: 29,
|
|
34884
|
-
column:
|
|
34884
|
+
column: 48
|
|
34885
34885
|
}
|
|
34886
34886
|
}],
|
|
34887
34887
|
line: 29
|
|
@@ -34968,7 +34968,7 @@ function cov_1s85yl253c() {
|
|
|
34968
34968
|
"2": [0, 0]
|
|
34969
34969
|
},
|
|
34970
34970
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
34971
|
-
hash: "
|
|
34971
|
+
hash: "868c34e4882b862ac7bea5129fb3bf091114f789"
|
|
34972
34972
|
};
|
|
34973
34973
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
34974
34974
|
|
|
@@ -34988,28 +34988,28 @@ function cov_1s85yl253c() {
|
|
|
34988
34988
|
|
|
34989
34989
|
cov_1s85yl253c();
|
|
34990
34990
|
var InformationBoxTypes = ( /*#__PURE__*/cov_1s85yl253c().s[0]++, {
|
|
34991
|
-
|
|
34992
|
-
title: '
|
|
34993
|
-
"class": 'bg-success-light border-success',
|
|
34994
|
-
icon: '
|
|
34995
|
-
iconClass: 'text-success'
|
|
34991
|
+
success: {
|
|
34992
|
+
title: 'Sucesso!',
|
|
34993
|
+
"class": 'bg-success-light dark:bg-success border-success',
|
|
34994
|
+
icon: 'check',
|
|
34995
|
+
iconClass: 'text-success-dark'
|
|
34996
34996
|
},
|
|
34997
34997
|
warning: {
|
|
34998
34998
|
title: 'Atenção!',
|
|
34999
34999
|
"class": 'bg-warning-light border-warning',
|
|
35000
|
-
icon: '
|
|
35001
|
-
iconClass: 'text-warning'
|
|
35000
|
+
icon: 'infoCircle',
|
|
35001
|
+
iconClass: 'text-warning-dark'
|
|
35002
35002
|
},
|
|
35003
35003
|
danger: {
|
|
35004
35004
|
title: 'Cuidado!',
|
|
35005
35005
|
"class": 'bg-danger-light border-danger',
|
|
35006
|
-
icon: '
|
|
35007
|
-
iconClass: 'text-danger'
|
|
35006
|
+
icon: 'exclamationTriangle',
|
|
35007
|
+
iconClass: 'text-danger-dark'
|
|
35008
35008
|
},
|
|
35009
35009
|
info: {
|
|
35010
|
-
title: 'Informação
|
|
35010
|
+
title: 'Informação',
|
|
35011
35011
|
"class": 'bg-focus-light border-focus-dark',
|
|
35012
|
-
icon: '
|
|
35012
|
+
icon: 'lightbulb',
|
|
35013
35013
|
iconClass: 'text-focus-dark'
|
|
35014
35014
|
}
|
|
35015
35015
|
});
|
|
@@ -35017,7 +35017,7 @@ cov_1s85yl253c().s[1]++;
|
|
|
35017
35017
|
|
|
35018
35018
|
var InformationBoxComponent = function InformationBoxComponent(_ref) {
|
|
35019
35019
|
var _ref$type = _ref.type,
|
|
35020
|
-
type = _ref$type === void 0 ? (cov_1s85yl253c().b[0][0]++, '
|
|
35020
|
+
type = _ref$type === void 0 ? (cov_1s85yl253c().b[0][0]++, 'info') : _ref$type,
|
|
35021
35021
|
subtitle = _ref.subtitle,
|
|
35022
35022
|
title = _ref.title;
|
|
35023
35023
|
cov_1s85yl253c().f[0]++;
|
|
@@ -46584,122 +46584,102 @@ function cov_25f5eihs06() {
|
|
|
46584
46584
|
|
|
46585
46585
|
cov_25f5eihs06();
|
|
46586
46586
|
|
|
46587
|
-
function
|
|
46588
|
-
var path = "/runner/_work/admin-components/admin-components/styleguide/src/
|
|
46589
|
-
var hash = "
|
|
46587
|
+
function cov_17jrjq2rpq() {
|
|
46588
|
+
var path = "/runner/_work/admin-components/admin-components/styleguide/src/Components/HelpLink/index.tsx";
|
|
46589
|
+
var hash = "2a05929cdd4fc5228c4316ebb9420e8fe9aa4dba";
|
|
46590
46590
|
var global = new Function("return this")();
|
|
46591
46591
|
var gcv = "__coverage__";
|
|
46592
46592
|
var coverageData = {
|
|
46593
|
-
path: "/runner/_work/admin-components/admin-components/styleguide/src/
|
|
46593
|
+
path: "/runner/_work/admin-components/admin-components/styleguide/src/Components/HelpLink/index.tsx",
|
|
46594
46594
|
statementMap: {
|
|
46595
46595
|
"0": {
|
|
46596
46596
|
start: {
|
|
46597
46597
|
line: 3,
|
|
46598
|
-
column:
|
|
46598
|
+
column: 21
|
|
46599
46599
|
},
|
|
46600
46600
|
end: {
|
|
46601
|
-
line:
|
|
46602
|
-
column:
|
|
46601
|
+
line: 3,
|
|
46602
|
+
column: 114
|
|
46603
46603
|
}
|
|
46604
46604
|
},
|
|
46605
46605
|
"1": {
|
|
46606
46606
|
start: {
|
|
46607
|
-
line:
|
|
46608
|
-
column:
|
|
46607
|
+
line: 4,
|
|
46608
|
+
column: 24
|
|
46609
46609
|
},
|
|
46610
46610
|
end: {
|
|
46611
|
-
line:
|
|
46611
|
+
line: 15,
|
|
46612
46612
|
column: 2
|
|
46613
46613
|
}
|
|
46614
46614
|
},
|
|
46615
46615
|
"2": {
|
|
46616
46616
|
start: {
|
|
46617
|
-
line:
|
|
46618
|
-
column:
|
|
46617
|
+
line: 5,
|
|
46618
|
+
column: 17
|
|
46619
46619
|
},
|
|
46620
46620
|
end: {
|
|
46621
46621
|
line: 9,
|
|
46622
|
-
column:
|
|
46622
|
+
column: 22
|
|
46623
46623
|
}
|
|
46624
46624
|
},
|
|
46625
46625
|
"3": {
|
|
46626
46626
|
start: {
|
|
46627
|
-
line:
|
|
46628
|
-
column:
|
|
46627
|
+
line: 5,
|
|
46628
|
+
column: 24
|
|
46629
46629
|
},
|
|
46630
46630
|
end: {
|
|
46631
|
-
line:
|
|
46632
|
-
column:
|
|
46631
|
+
line: 9,
|
|
46632
|
+
column: 21
|
|
46633
46633
|
}
|
|
46634
46634
|
},
|
|
46635
46635
|
"4": {
|
|
46636
46636
|
start: {
|
|
46637
|
-
line:
|
|
46638
|
-
column:
|
|
46637
|
+
line: 10,
|
|
46638
|
+
column: 22
|
|
46639
46639
|
},
|
|
46640
46640
|
end: {
|
|
46641
|
-
line:
|
|
46642
|
-
column:
|
|
46641
|
+
line: 11,
|
|
46642
|
+
column: 41
|
|
46643
46643
|
}
|
|
46644
46644
|
},
|
|
46645
46645
|
"5": {
|
|
46646
46646
|
start: {
|
|
46647
|
-
line:
|
|
46648
|
-
column:
|
|
46647
|
+
line: 10,
|
|
46648
|
+
column: 29
|
|
46649
46649
|
},
|
|
46650
46650
|
end: {
|
|
46651
|
-
line:
|
|
46652
|
-
column:
|
|
46651
|
+
line: 11,
|
|
46652
|
+
column: 40
|
|
46653
46653
|
}
|
|
46654
46654
|
},
|
|
46655
46655
|
"6": {
|
|
46656
46656
|
start: {
|
|
46657
|
-
line:
|
|
46658
|
-
column:
|
|
46657
|
+
line: 12,
|
|
46658
|
+
column: 19
|
|
46659
46659
|
},
|
|
46660
46660
|
end: {
|
|
46661
|
-
line:
|
|
46662
|
-
column:
|
|
46661
|
+
line: 13,
|
|
46662
|
+
column: 41
|
|
46663
46663
|
}
|
|
46664
46664
|
},
|
|
46665
46665
|
"7": {
|
|
46666
46666
|
start: {
|
|
46667
|
-
line:
|
|
46668
|
-
column:
|
|
46667
|
+
line: 12,
|
|
46668
|
+
column: 26
|
|
46669
46669
|
},
|
|
46670
46670
|
end: {
|
|
46671
|
-
line:
|
|
46672
|
-
column:
|
|
46671
|
+
line: 13,
|
|
46672
|
+
column: 40
|
|
46673
46673
|
}
|
|
46674
46674
|
},
|
|
46675
46675
|
"8": {
|
|
46676
46676
|
start: {
|
|
46677
|
-
line:
|
|
46678
|
-
column: 12
|
|
46679
|
-
},
|
|
46680
|
-
end: {
|
|
46681
|
-
line: 20,
|
|
46682
|
-
column: 34
|
|
46683
|
-
}
|
|
46684
|
-
},
|
|
46685
|
-
"9": {
|
|
46686
|
-
start: {
|
|
46687
|
-
line: 23,
|
|
46688
|
-
column: 8
|
|
46689
|
-
},
|
|
46690
|
-
end: {
|
|
46691
|
-
line: 25,
|
|
46692
|
-
column: 30
|
|
46693
|
-
}
|
|
46694
|
-
},
|
|
46695
|
-
"10": {
|
|
46696
|
-
start: {
|
|
46697
|
-
line: 27,
|
|
46677
|
+
line: 14,
|
|
46698
46678
|
column: 4
|
|
46699
46679
|
},
|
|
46700
46680
|
end: {
|
|
46701
|
-
line:
|
|
46702
|
-
column:
|
|
46681
|
+
line: 14,
|
|
46682
|
+
column: 104
|
|
46703
46683
|
}
|
|
46704
46684
|
}
|
|
46705
46685
|
},
|
|
@@ -46708,144 +46688,628 @@ function cov_2bmpl4ew2e() {
|
|
|
46708
46688
|
name: "(anonymous_0)",
|
|
46709
46689
|
decl: {
|
|
46710
46690
|
start: {
|
|
46711
|
-
line:
|
|
46712
|
-
column:
|
|
46691
|
+
line: 4,
|
|
46692
|
+
column: 35
|
|
46713
46693
|
},
|
|
46714
46694
|
end: {
|
|
46715
|
-
line:
|
|
46716
|
-
column:
|
|
46695
|
+
line: 4,
|
|
46696
|
+
column: 36
|
|
46717
46697
|
}
|
|
46718
46698
|
},
|
|
46719
46699
|
loc: {
|
|
46720
46700
|
start: {
|
|
46721
|
-
line:
|
|
46722
|
-
column:
|
|
46701
|
+
line: 4,
|
|
46702
|
+
column: 121
|
|
46723
46703
|
},
|
|
46724
46704
|
end: {
|
|
46725
|
-
line:
|
|
46705
|
+
line: 15,
|
|
46726
46706
|
column: 1
|
|
46727
46707
|
}
|
|
46728
46708
|
},
|
|
46729
|
-
line:
|
|
46709
|
+
line: 4
|
|
46730
46710
|
},
|
|
46731
46711
|
"1": {
|
|
46732
46712
|
name: "(anonymous_1)",
|
|
46733
46713
|
decl: {
|
|
46734
46714
|
start: {
|
|
46735
|
-
line:
|
|
46736
|
-
column:
|
|
46715
|
+
line: 5,
|
|
46716
|
+
column: 17
|
|
46737
46717
|
},
|
|
46738
46718
|
end: {
|
|
46739
|
-
line:
|
|
46740
|
-
column:
|
|
46719
|
+
line: 5,
|
|
46720
|
+
column: 18
|
|
46741
46721
|
}
|
|
46742
46722
|
},
|
|
46743
46723
|
loc: {
|
|
46744
46724
|
start: {
|
|
46725
|
+
line: 5,
|
|
46726
|
+
column: 24
|
|
46727
|
+
},
|
|
46728
|
+
end: {
|
|
46729
|
+
line: 9,
|
|
46730
|
+
column: 21
|
|
46731
|
+
}
|
|
46732
|
+
},
|
|
46733
|
+
line: 5
|
|
46734
|
+
},
|
|
46735
|
+
"2": {
|
|
46736
|
+
name: "(anonymous_2)",
|
|
46737
|
+
decl: {
|
|
46738
|
+
start: {
|
|
46739
|
+
line: 10,
|
|
46740
|
+
column: 22
|
|
46741
|
+
},
|
|
46742
|
+
end: {
|
|
46743
|
+
line: 10,
|
|
46744
|
+
column: 23
|
|
46745
|
+
}
|
|
46746
|
+
},
|
|
46747
|
+
loc: {
|
|
46748
|
+
start: {
|
|
46749
|
+
line: 10,
|
|
46750
|
+
column: 29
|
|
46751
|
+
},
|
|
46752
|
+
end: {
|
|
46745
46753
|
line: 11,
|
|
46746
|
-
column:
|
|
46754
|
+
column: 40
|
|
46755
|
+
}
|
|
46756
|
+
},
|
|
46757
|
+
line: 10
|
|
46758
|
+
},
|
|
46759
|
+
"3": {
|
|
46760
|
+
name: "(anonymous_3)",
|
|
46761
|
+
decl: {
|
|
46762
|
+
start: {
|
|
46763
|
+
line: 12,
|
|
46764
|
+
column: 19
|
|
46747
46765
|
},
|
|
46748
46766
|
end: {
|
|
46749
|
-
line:
|
|
46750
|
-
column:
|
|
46767
|
+
line: 12,
|
|
46768
|
+
column: 20
|
|
46751
46769
|
}
|
|
46752
46770
|
},
|
|
46753
|
-
|
|
46771
|
+
loc: {
|
|
46772
|
+
start: {
|
|
46773
|
+
line: 12,
|
|
46774
|
+
column: 26
|
|
46775
|
+
},
|
|
46776
|
+
end: {
|
|
46777
|
+
line: 13,
|
|
46778
|
+
column: 40
|
|
46779
|
+
}
|
|
46780
|
+
},
|
|
46781
|
+
line: 12
|
|
46754
46782
|
}
|
|
46755
46783
|
},
|
|
46756
46784
|
branchMap: {
|
|
46757
46785
|
"0": {
|
|
46758
46786
|
loc: {
|
|
46759
46787
|
start: {
|
|
46760
|
-
line:
|
|
46761
|
-
column:
|
|
46788
|
+
line: 4,
|
|
46789
|
+
column: 38
|
|
46762
46790
|
},
|
|
46763
46791
|
end: {
|
|
46764
|
-
line:
|
|
46765
|
-
column:
|
|
46792
|
+
line: 4,
|
|
46793
|
+
column: 52
|
|
46766
46794
|
}
|
|
46767
46795
|
},
|
|
46768
46796
|
type: "default-arg",
|
|
46769
46797
|
locations: [{
|
|
46770
46798
|
start: {
|
|
46771
|
-
line:
|
|
46772
|
-
column:
|
|
46799
|
+
line: 4,
|
|
46800
|
+
column: 50
|
|
46773
46801
|
},
|
|
46774
46802
|
end: {
|
|
46775
|
-
line:
|
|
46776
|
-
column:
|
|
46803
|
+
line: 4,
|
|
46804
|
+
column: 52
|
|
46777
46805
|
}
|
|
46778
46806
|
}],
|
|
46779
|
-
line:
|
|
46807
|
+
line: 4
|
|
46780
46808
|
},
|
|
46781
46809
|
"1": {
|
|
46782
46810
|
loc: {
|
|
46783
46811
|
start: {
|
|
46784
|
-
line:
|
|
46785
|
-
column:
|
|
46812
|
+
line: 4,
|
|
46813
|
+
column: 54
|
|
46786
46814
|
},
|
|
46787
46815
|
end: {
|
|
46788
|
-
line:
|
|
46789
|
-
column:
|
|
46816
|
+
line: 4,
|
|
46817
|
+
column: 63
|
|
46790
46818
|
}
|
|
46791
46819
|
},
|
|
46792
46820
|
type: "default-arg",
|
|
46793
46821
|
locations: [{
|
|
46794
46822
|
start: {
|
|
46795
|
-
line:
|
|
46796
|
-
column:
|
|
46823
|
+
line: 4,
|
|
46824
|
+
column: 61
|
|
46797
46825
|
},
|
|
46798
46826
|
end: {
|
|
46799
|
-
line:
|
|
46800
|
-
column:
|
|
46827
|
+
line: 4,
|
|
46828
|
+
column: 63
|
|
46801
46829
|
}
|
|
46802
46830
|
}],
|
|
46803
|
-
line:
|
|
46831
|
+
line: 4
|
|
46804
46832
|
},
|
|
46805
46833
|
"2": {
|
|
46806
46834
|
loc: {
|
|
46807
46835
|
start: {
|
|
46808
|
-
line:
|
|
46809
|
-
column:
|
|
46836
|
+
line: 4,
|
|
46837
|
+
column: 77
|
|
46810
46838
|
},
|
|
46811
46839
|
end: {
|
|
46812
|
-
line:
|
|
46813
|
-
column:
|
|
46840
|
+
line: 4,
|
|
46841
|
+
column: 86
|
|
46814
46842
|
}
|
|
46815
46843
|
},
|
|
46816
46844
|
type: "default-arg",
|
|
46817
46845
|
locations: [{
|
|
46818
46846
|
start: {
|
|
46819
|
-
line:
|
|
46820
|
-
column:
|
|
46847
|
+
line: 4,
|
|
46848
|
+
column: 84
|
|
46821
46849
|
},
|
|
46822
46850
|
end: {
|
|
46823
|
-
line:
|
|
46824
|
-
column:
|
|
46851
|
+
line: 4,
|
|
46852
|
+
column: 86
|
|
46825
46853
|
}
|
|
46826
46854
|
}],
|
|
46827
|
-
line:
|
|
46855
|
+
line: 4
|
|
46828
46856
|
},
|
|
46829
46857
|
"3": {
|
|
46830
46858
|
loc: {
|
|
46831
46859
|
start: {
|
|
46832
|
-
line:
|
|
46833
|
-
column:
|
|
46860
|
+
line: 4,
|
|
46861
|
+
column: 88
|
|
46834
46862
|
},
|
|
46835
46863
|
end: {
|
|
46836
|
-
line:
|
|
46837
|
-
column:
|
|
46864
|
+
line: 4,
|
|
46865
|
+
column: 104
|
|
46838
46866
|
}
|
|
46839
46867
|
},
|
|
46840
|
-
type: "
|
|
46868
|
+
type: "default-arg",
|
|
46841
46869
|
locations: [{
|
|
46842
46870
|
start: {
|
|
46843
|
-
line:
|
|
46844
|
-
column:
|
|
46871
|
+
line: 4,
|
|
46872
|
+
column: 93
|
|
46845
46873
|
},
|
|
46846
46874
|
end: {
|
|
46847
|
-
line:
|
|
46848
|
-
column:
|
|
46875
|
+
line: 4,
|
|
46876
|
+
column: 104
|
|
46877
|
+
}
|
|
46878
|
+
}],
|
|
46879
|
+
line: 4
|
|
46880
|
+
},
|
|
46881
|
+
"4": {
|
|
46882
|
+
loc: {
|
|
46883
|
+
start: {
|
|
46884
|
+
line: 8,
|
|
46885
|
+
column: 14
|
|
46886
|
+
},
|
|
46887
|
+
end: {
|
|
46888
|
+
line: 8,
|
|
46889
|
+
column: 51
|
|
46890
|
+
}
|
|
46891
|
+
},
|
|
46892
|
+
type: "cond-expr",
|
|
46893
|
+
locations: [{
|
|
46894
|
+
start: {
|
|
46895
|
+
line: 8,
|
|
46896
|
+
column: 28
|
|
46897
|
+
},
|
|
46898
|
+
end: {
|
|
46899
|
+
line: 8,
|
|
46900
|
+
column: 46
|
|
46901
|
+
}
|
|
46902
|
+
}, {
|
|
46903
|
+
start: {
|
|
46904
|
+
line: 8,
|
|
46905
|
+
column: 49
|
|
46906
|
+
},
|
|
46907
|
+
end: {
|
|
46908
|
+
line: 8,
|
|
46909
|
+
column: 51
|
|
46910
|
+
}
|
|
46911
|
+
}],
|
|
46912
|
+
line: 8
|
|
46913
|
+
},
|
|
46914
|
+
"5": {
|
|
46915
|
+
loc: {
|
|
46916
|
+
start: {
|
|
46917
|
+
line: 14,
|
|
46918
|
+
column: 11
|
|
46919
|
+
},
|
|
46920
|
+
end: {
|
|
46921
|
+
line: 14,
|
|
46922
|
+
column: 103
|
|
46923
|
+
}
|
|
46924
|
+
},
|
|
46925
|
+
type: "cond-expr",
|
|
46926
|
+
locations: [{
|
|
46927
|
+
start: {
|
|
46928
|
+
line: 14,
|
|
46929
|
+
column: 31
|
|
46930
|
+
},
|
|
46931
|
+
end: {
|
|
46932
|
+
line: 14,
|
|
46933
|
+
column: 67
|
|
46934
|
+
}
|
|
46935
|
+
}, {
|
|
46936
|
+
start: {
|
|
46937
|
+
line: 14,
|
|
46938
|
+
column: 70
|
|
46939
|
+
},
|
|
46940
|
+
end: {
|
|
46941
|
+
line: 14,
|
|
46942
|
+
column: 103
|
|
46943
|
+
}
|
|
46944
|
+
}],
|
|
46945
|
+
line: 14
|
|
46946
|
+
}
|
|
46947
|
+
},
|
|
46948
|
+
s: {
|
|
46949
|
+
"0": 0,
|
|
46950
|
+
"1": 0,
|
|
46951
|
+
"2": 0,
|
|
46952
|
+
"3": 0,
|
|
46953
|
+
"4": 0,
|
|
46954
|
+
"5": 0,
|
|
46955
|
+
"6": 0,
|
|
46956
|
+
"7": 0,
|
|
46957
|
+
"8": 0
|
|
46958
|
+
},
|
|
46959
|
+
f: {
|
|
46960
|
+
"0": 0,
|
|
46961
|
+
"1": 0,
|
|
46962
|
+
"2": 0,
|
|
46963
|
+
"3": 0
|
|
46964
|
+
},
|
|
46965
|
+
b: {
|
|
46966
|
+
"0": [0],
|
|
46967
|
+
"1": [0],
|
|
46968
|
+
"2": [0],
|
|
46969
|
+
"3": [0],
|
|
46970
|
+
"4": [0, 0],
|
|
46971
|
+
"5": [0, 0]
|
|
46972
|
+
},
|
|
46973
|
+
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
46974
|
+
hash: "2a05929cdd4fc5228c4316ebb9420e8fe9aa4dba"
|
|
46975
|
+
};
|
|
46976
|
+
var coverage = global[gcv] || (global[gcv] = {});
|
|
46977
|
+
|
|
46978
|
+
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
46979
|
+
coverage[path] = coverageData;
|
|
46980
|
+
}
|
|
46981
|
+
|
|
46982
|
+
var actualCoverage = coverage[path];
|
|
46983
|
+
{
|
|
46984
|
+
// @ts-ignore
|
|
46985
|
+
cov_17jrjq2rpq = function () {
|
|
46986
|
+
return actualCoverage;
|
|
46987
|
+
};
|
|
46988
|
+
}
|
|
46989
|
+
return actualCoverage;
|
|
46990
|
+
}
|
|
46991
|
+
|
|
46992
|
+
cov_17jrjq2rpq();
|
|
46993
|
+
var defaultClass = ( /*#__PURE__*/cov_17jrjq2rpq().s[0]++, 'flex p-1 pr-0 text-on-base-2 hover:text-on-base duration-200 transition-colors items-center');
|
|
46994
|
+
var HelpLink = ( /*#__PURE__*/cov_17jrjq2rpq().s[1]++, /*#__PURE__*/React__default.memo(function (_ref) {
|
|
46995
|
+
var _ref$className = _ref.className,
|
|
46996
|
+
className = _ref$className === void 0 ? (cov_17jrjq2rpq().b[0][0]++, '') : _ref$className,
|
|
46997
|
+
_ref$text = _ref.text,
|
|
46998
|
+
text = _ref$text === void 0 ? (cov_17jrjq2rpq().b[1][0]++, '') : _ref$text,
|
|
46999
|
+
mobileText = _ref.mobileText,
|
|
47000
|
+
_ref$href = _ref.href,
|
|
47001
|
+
href = _ref$href === void 0 ? (cov_17jrjq2rpq().b[2][0]++, '') : _ref$href,
|
|
47002
|
+
_ref$as = _ref.as,
|
|
47003
|
+
as = _ref$as === void 0 ? (cov_17jrjq2rpq().b[3][0]++, 'hyperLink') : _ref$as,
|
|
47004
|
+
onClick = _ref.onClick;
|
|
47005
|
+
cov_17jrjq2rpq().f[0]++;
|
|
47006
|
+
cov_17jrjq2rpq().s[2]++;
|
|
47007
|
+
|
|
47008
|
+
var Text = function Text() {
|
|
47009
|
+
cov_17jrjq2rpq().f[1]++;
|
|
47010
|
+
cov_17jrjq2rpq().s[3]++;
|
|
47011
|
+
return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(Icon, {
|
|
47012
|
+
icon: "questionCircle",
|
|
47013
|
+
size: 4,
|
|
47014
|
+
className: "shrink-0",
|
|
47015
|
+
block: true
|
|
47016
|
+
}), /*#__PURE__*/React__default.createElement("span", {
|
|
47017
|
+
className: "text-f6 font-semibold tracking-4 leading-6 ml-2\n " + (!mobileText ? (cov_17jrjq2rpq().b[4][0]++, 'hidden md:inline') : (cov_17jrjq2rpq().b[4][1]++, '')) + "\n "
|
|
47018
|
+
}, text));
|
|
47019
|
+
};
|
|
47020
|
+
|
|
47021
|
+
cov_17jrjq2rpq().s[4]++;
|
|
47022
|
+
|
|
47023
|
+
var HyperLink = function HyperLink() {
|
|
47024
|
+
cov_17jrjq2rpq().f[2]++;
|
|
47025
|
+
cov_17jrjq2rpq().s[5]++;
|
|
47026
|
+
return /*#__PURE__*/React__default.createElement("a", {
|
|
47027
|
+
className: defaultClass + " " + className,
|
|
47028
|
+
href: href,
|
|
47029
|
+
rel: "noreferrer",
|
|
47030
|
+
target: "_blank",
|
|
47031
|
+
id: "helpLinkContainer"
|
|
47032
|
+
}, /*#__PURE__*/React__default.createElement(Text, null));
|
|
47033
|
+
};
|
|
47034
|
+
|
|
47035
|
+
cov_17jrjq2rpq().s[6]++;
|
|
47036
|
+
|
|
47037
|
+
var Button = function Button() {
|
|
47038
|
+
cov_17jrjq2rpq().f[3]++;
|
|
47039
|
+
cov_17jrjq2rpq().s[7]++;
|
|
47040
|
+
return /*#__PURE__*/React__default.createElement("button", {
|
|
47041
|
+
className: defaultClass + " " + className,
|
|
47042
|
+
id: "helpLinkContainer",
|
|
47043
|
+
onClick: onClick
|
|
47044
|
+
}, /*#__PURE__*/React__default.createElement(Text, null));
|
|
47045
|
+
};
|
|
47046
|
+
|
|
47047
|
+
cov_17jrjq2rpq().s[8]++;
|
|
47048
|
+
return as == 'hyperLink' ? (cov_17jrjq2rpq().b[5][0]++, /*#__PURE__*/React__default.createElement(HyperLink, null)) : (cov_17jrjq2rpq().b[5][1]++, /*#__PURE__*/React__default.createElement(Button, null));
|
|
47049
|
+
}));
|
|
47050
|
+
|
|
47051
|
+
function cov_2bmpl4ew2e() {
|
|
47052
|
+
var path = "/runner/_work/admin-components/admin-components/styleguide/src/Navigation/Breadcrumb/index.tsx";
|
|
47053
|
+
var hash = "23e3d5aa0b59bc8f89d3a3c2944ef23e70fb8583";
|
|
47054
|
+
var global = new Function("return this")();
|
|
47055
|
+
var gcv = "__coverage__";
|
|
47056
|
+
var coverageData = {
|
|
47057
|
+
path: "/runner/_work/admin-components/admin-components/styleguide/src/Navigation/Breadcrumb/index.tsx",
|
|
47058
|
+
statementMap: {
|
|
47059
|
+
"0": {
|
|
47060
|
+
start: {
|
|
47061
|
+
line: 4,
|
|
47062
|
+
column: 28
|
|
47063
|
+
},
|
|
47064
|
+
end: {
|
|
47065
|
+
line: 8,
|
|
47066
|
+
column: 1
|
|
47067
|
+
}
|
|
47068
|
+
},
|
|
47069
|
+
"1": {
|
|
47070
|
+
start: {
|
|
47071
|
+
line: 9,
|
|
47072
|
+
column: 26
|
|
47073
|
+
},
|
|
47074
|
+
end: {
|
|
47075
|
+
line: 40,
|
|
47076
|
+
column: 2
|
|
47077
|
+
}
|
|
47078
|
+
},
|
|
47079
|
+
"2": {
|
|
47080
|
+
start: {
|
|
47081
|
+
line: 10,
|
|
47082
|
+
column: 29
|
|
47083
|
+
},
|
|
47084
|
+
end: {
|
|
47085
|
+
line: 10,
|
|
47086
|
+
column: 115
|
|
47087
|
+
}
|
|
47088
|
+
},
|
|
47089
|
+
"3": {
|
|
47090
|
+
start: {
|
|
47091
|
+
line: 11,
|
|
47092
|
+
column: 28
|
|
47093
|
+
},
|
|
47094
|
+
end: {
|
|
47095
|
+
line: 11,
|
|
47096
|
+
column: 135
|
|
47097
|
+
}
|
|
47098
|
+
},
|
|
47099
|
+
"4": {
|
|
47100
|
+
start: {
|
|
47101
|
+
line: 12,
|
|
47102
|
+
column: 27
|
|
47103
|
+
},
|
|
47104
|
+
end: {
|
|
47105
|
+
line: 27,
|
|
47106
|
+
column: 5
|
|
47107
|
+
}
|
|
47108
|
+
},
|
|
47109
|
+
"5": {
|
|
47110
|
+
start: {
|
|
47111
|
+
line: 13,
|
|
47112
|
+
column: 8
|
|
47113
|
+
},
|
|
47114
|
+
end: {
|
|
47115
|
+
line: 16,
|
|
47116
|
+
column: 9
|
|
47117
|
+
}
|
|
47118
|
+
},
|
|
47119
|
+
"6": {
|
|
47120
|
+
start: {
|
|
47121
|
+
line: 15,
|
|
47122
|
+
column: 12
|
|
47123
|
+
},
|
|
47124
|
+
end: {
|
|
47125
|
+
line: 15,
|
|
47126
|
+
column: 95
|
|
47127
|
+
}
|
|
47128
|
+
},
|
|
47129
|
+
"7": {
|
|
47130
|
+
start: {
|
|
47131
|
+
line: 17,
|
|
47132
|
+
column: 8
|
|
47133
|
+
},
|
|
47134
|
+
end: {
|
|
47135
|
+
line: 22,
|
|
47136
|
+
column: 9
|
|
47137
|
+
}
|
|
47138
|
+
},
|
|
47139
|
+
"8": {
|
|
47140
|
+
start: {
|
|
47141
|
+
line: 19,
|
|
47142
|
+
column: 12
|
|
47143
|
+
},
|
|
47144
|
+
end: {
|
|
47145
|
+
line: 21,
|
|
47146
|
+
column: 34
|
|
47147
|
+
}
|
|
47148
|
+
},
|
|
47149
|
+
"9": {
|
|
47150
|
+
start: {
|
|
47151
|
+
line: 24,
|
|
47152
|
+
column: 8
|
|
47153
|
+
},
|
|
47154
|
+
end: {
|
|
47155
|
+
line: 26,
|
|
47156
|
+
column: 30
|
|
47157
|
+
}
|
|
47158
|
+
},
|
|
47159
|
+
"10": {
|
|
47160
|
+
start: {
|
|
47161
|
+
line: 28,
|
|
47162
|
+
column: 4
|
|
47163
|
+
},
|
|
47164
|
+
end: {
|
|
47165
|
+
line: 39,
|
|
47166
|
+
column: 172
|
|
47167
|
+
}
|
|
47168
|
+
}
|
|
47169
|
+
},
|
|
47170
|
+
fnMap: {
|
|
47171
|
+
"0": {
|
|
47172
|
+
name: "(anonymous_0)",
|
|
47173
|
+
decl: {
|
|
47174
|
+
start: {
|
|
47175
|
+
line: 9,
|
|
47176
|
+
column: 37
|
|
47177
|
+
},
|
|
47178
|
+
end: {
|
|
47179
|
+
line: 9,
|
|
47180
|
+
column: 38
|
|
47181
|
+
}
|
|
47182
|
+
},
|
|
47183
|
+
loc: {
|
|
47184
|
+
start: {
|
|
47185
|
+
line: 9,
|
|
47186
|
+
column: 173
|
|
47187
|
+
},
|
|
47188
|
+
end: {
|
|
47189
|
+
line: 40,
|
|
47190
|
+
column: 1
|
|
47191
|
+
}
|
|
47192
|
+
},
|
|
47193
|
+
line: 9
|
|
47194
|
+
},
|
|
47195
|
+
"1": {
|
|
47196
|
+
name: "(anonymous_1)",
|
|
47197
|
+
decl: {
|
|
47198
|
+
start: {
|
|
47199
|
+
line: 12,
|
|
47200
|
+
column: 27
|
|
47201
|
+
},
|
|
47202
|
+
end: {
|
|
47203
|
+
line: 12,
|
|
47204
|
+
column: 28
|
|
47205
|
+
}
|
|
47206
|
+
},
|
|
47207
|
+
loc: {
|
|
47208
|
+
start: {
|
|
47209
|
+
line: 12,
|
|
47210
|
+
column: 33
|
|
47211
|
+
},
|
|
47212
|
+
end: {
|
|
47213
|
+
line: 27,
|
|
47214
|
+
column: 5
|
|
47215
|
+
}
|
|
47216
|
+
},
|
|
47217
|
+
line: 12
|
|
47218
|
+
}
|
|
47219
|
+
},
|
|
47220
|
+
branchMap: {
|
|
47221
|
+
"0": {
|
|
47222
|
+
loc: {
|
|
47223
|
+
start: {
|
|
47224
|
+
line: 9,
|
|
47225
|
+
column: 89
|
|
47226
|
+
},
|
|
47227
|
+
end: {
|
|
47228
|
+
line: 9,
|
|
47229
|
+
column: 109
|
|
47230
|
+
}
|
|
47231
|
+
},
|
|
47232
|
+
type: "default-arg",
|
|
47233
|
+
locations: [{
|
|
47234
|
+
start: {
|
|
47235
|
+
line: 9,
|
|
47236
|
+
column: 103
|
|
47237
|
+
},
|
|
47238
|
+
end: {
|
|
47239
|
+
line: 9,
|
|
47240
|
+
column: 109
|
|
47241
|
+
}
|
|
47242
|
+
}],
|
|
47243
|
+
line: 9
|
|
47244
|
+
},
|
|
47245
|
+
"1": {
|
|
47246
|
+
loc: {
|
|
47247
|
+
start: {
|
|
47248
|
+
line: 9,
|
|
47249
|
+
column: 126
|
|
47250
|
+
},
|
|
47251
|
+
end: {
|
|
47252
|
+
line: 9,
|
|
47253
|
+
column: 149
|
|
47254
|
+
}
|
|
47255
|
+
},
|
|
47256
|
+
type: "default-arg",
|
|
47257
|
+
locations: [{
|
|
47258
|
+
start: {
|
|
47259
|
+
line: 9,
|
|
47260
|
+
column: 143
|
|
47261
|
+
},
|
|
47262
|
+
end: {
|
|
47263
|
+
line: 9,
|
|
47264
|
+
column: 149
|
|
47265
|
+
}
|
|
47266
|
+
}],
|
|
47267
|
+
line: 9
|
|
47268
|
+
},
|
|
47269
|
+
"2": {
|
|
47270
|
+
loc: {
|
|
47271
|
+
start: {
|
|
47272
|
+
line: 9,
|
|
47273
|
+
column: 151
|
|
47274
|
+
},
|
|
47275
|
+
end: {
|
|
47276
|
+
line: 9,
|
|
47277
|
+
column: 165
|
|
47278
|
+
}
|
|
47279
|
+
},
|
|
47280
|
+
type: "default-arg",
|
|
47281
|
+
locations: [{
|
|
47282
|
+
start: {
|
|
47283
|
+
line: 9,
|
|
47284
|
+
column: 163
|
|
47285
|
+
},
|
|
47286
|
+
end: {
|
|
47287
|
+
line: 9,
|
|
47288
|
+
column: 165
|
|
47289
|
+
}
|
|
47290
|
+
}],
|
|
47291
|
+
line: 9
|
|
47292
|
+
},
|
|
47293
|
+
"3": {
|
|
47294
|
+
loc: {
|
|
47295
|
+
start: {
|
|
47296
|
+
line: 13,
|
|
47297
|
+
column: 8
|
|
47298
|
+
},
|
|
47299
|
+
end: {
|
|
47300
|
+
line: 16,
|
|
47301
|
+
column: 9
|
|
47302
|
+
}
|
|
47303
|
+
},
|
|
47304
|
+
type: "if",
|
|
47305
|
+
locations: [{
|
|
47306
|
+
start: {
|
|
47307
|
+
line: 13,
|
|
47308
|
+
column: 8
|
|
47309
|
+
},
|
|
47310
|
+
end: {
|
|
47311
|
+
line: 16,
|
|
47312
|
+
column: 9
|
|
46849
47313
|
}
|
|
46850
47314
|
}, {
|
|
46851
47315
|
start: {
|
|
@@ -46857,60 +47321,60 @@ function cov_2bmpl4ew2e() {
|
|
|
46857
47321
|
column: undefined
|
|
46858
47322
|
}
|
|
46859
47323
|
}],
|
|
46860
|
-
line:
|
|
47324
|
+
line: 13
|
|
46861
47325
|
},
|
|
46862
47326
|
"4": {
|
|
46863
47327
|
loc: {
|
|
46864
47328
|
start: {
|
|
46865
|
-
line:
|
|
47329
|
+
line: 13,
|
|
46866
47330
|
column: 12
|
|
46867
47331
|
},
|
|
46868
47332
|
end: {
|
|
46869
|
-
line:
|
|
47333
|
+
line: 13,
|
|
46870
47334
|
column: 34
|
|
46871
47335
|
}
|
|
46872
47336
|
},
|
|
46873
47337
|
type: "binary-expr",
|
|
46874
47338
|
locations: [{
|
|
46875
47339
|
start: {
|
|
46876
|
-
line:
|
|
47340
|
+
line: 13,
|
|
46877
47341
|
column: 12
|
|
46878
47342
|
},
|
|
46879
47343
|
end: {
|
|
46880
|
-
line:
|
|
47344
|
+
line: 13,
|
|
46881
47345
|
column: 25
|
|
46882
47346
|
}
|
|
46883
47347
|
}, {
|
|
46884
47348
|
start: {
|
|
46885
|
-
line:
|
|
47349
|
+
line: 13,
|
|
46886
47350
|
column: 29
|
|
46887
47351
|
},
|
|
46888
47352
|
end: {
|
|
46889
|
-
line:
|
|
47353
|
+
line: 13,
|
|
46890
47354
|
column: 34
|
|
46891
47355
|
}
|
|
46892
47356
|
}],
|
|
46893
|
-
line:
|
|
47357
|
+
line: 13
|
|
46894
47358
|
},
|
|
46895
47359
|
"5": {
|
|
46896
47360
|
loc: {
|
|
46897
47361
|
start: {
|
|
46898
|
-
line:
|
|
47362
|
+
line: 17,
|
|
46899
47363
|
column: 8
|
|
46900
47364
|
},
|
|
46901
47365
|
end: {
|
|
46902
|
-
line:
|
|
47366
|
+
line: 22,
|
|
46903
47367
|
column: 9
|
|
46904
47368
|
}
|
|
46905
47369
|
},
|
|
46906
47370
|
type: "if",
|
|
46907
47371
|
locations: [{
|
|
46908
47372
|
start: {
|
|
46909
|
-
line:
|
|
47373
|
+
line: 17,
|
|
46910
47374
|
column: 8
|
|
46911
47375
|
},
|
|
46912
47376
|
end: {
|
|
46913
|
-
line:
|
|
47377
|
+
line: 22,
|
|
46914
47378
|
column: 9
|
|
46915
47379
|
}
|
|
46916
47380
|
}, {
|
|
@@ -46923,187 +47387,187 @@ function cov_2bmpl4ew2e() {
|
|
|
46923
47387
|
column: undefined
|
|
46924
47388
|
}
|
|
46925
47389
|
}],
|
|
46926
|
-
line:
|
|
47390
|
+
line: 17
|
|
46927
47391
|
},
|
|
46928
47392
|
"6": {
|
|
46929
47393
|
loc: {
|
|
46930
47394
|
start: {
|
|
46931
|
-
line:
|
|
47395
|
+
line: 31,
|
|
46932
47396
|
column: 16
|
|
46933
47397
|
},
|
|
46934
47398
|
end: {
|
|
46935
|
-
line:
|
|
47399
|
+
line: 33,
|
|
46936
47400
|
column: 122
|
|
46937
47401
|
}
|
|
46938
47402
|
},
|
|
46939
47403
|
type: "binary-expr",
|
|
46940
47404
|
locations: [{
|
|
46941
47405
|
start: {
|
|
46942
|
-
line:
|
|
47406
|
+
line: 31,
|
|
46943
47407
|
column: 17
|
|
46944
47408
|
},
|
|
46945
47409
|
end: {
|
|
46946
|
-
line:
|
|
47410
|
+
line: 31,
|
|
46947
47411
|
column: 30
|
|
46948
47412
|
}
|
|
46949
47413
|
}, {
|
|
46950
47414
|
start: {
|
|
46951
|
-
line:
|
|
47415
|
+
line: 31,
|
|
46952
47416
|
column: 34
|
|
46953
47417
|
},
|
|
46954
47418
|
end: {
|
|
46955
|
-
line:
|
|
47419
|
+
line: 31,
|
|
46956
47420
|
column: 46
|
|
46957
47421
|
}
|
|
46958
47422
|
}, {
|
|
46959
47423
|
start: {
|
|
46960
|
-
line:
|
|
47424
|
+
line: 31,
|
|
46961
47425
|
column: 50
|
|
46962
47426
|
},
|
|
46963
47427
|
end: {
|
|
46964
|
-
line:
|
|
47428
|
+
line: 31,
|
|
46965
47429
|
column: 54
|
|
46966
47430
|
}
|
|
46967
47431
|
}, {
|
|
46968
47432
|
start: {
|
|
46969
|
-
line:
|
|
47433
|
+
line: 31,
|
|
46970
47434
|
column: 60
|
|
46971
47435
|
},
|
|
46972
47436
|
end: {
|
|
46973
|
-
line:
|
|
47437
|
+
line: 33,
|
|
46974
47438
|
column: 121
|
|
46975
47439
|
}
|
|
46976
47440
|
}],
|
|
46977
|
-
line:
|
|
47441
|
+
line: 31
|
|
46978
47442
|
},
|
|
46979
47443
|
"7": {
|
|
46980
47444
|
loc: {
|
|
46981
47445
|
start: {
|
|
46982
|
-
line:
|
|
47446
|
+
line: 33,
|
|
46983
47447
|
column: 20
|
|
46984
47448
|
},
|
|
46985
47449
|
end: {
|
|
46986
|
-
line:
|
|
47450
|
+
line: 33,
|
|
46987
47451
|
column: 120
|
|
46988
47452
|
}
|
|
46989
47453
|
},
|
|
46990
47454
|
type: "binary-expr",
|
|
46991
47455
|
locations: [{
|
|
46992
47456
|
start: {
|
|
46993
|
-
line:
|
|
47457
|
+
line: 33,
|
|
46994
47458
|
column: 20
|
|
46995
47459
|
},
|
|
46996
47460
|
end: {
|
|
46997
|
-
line:
|
|
47461
|
+
line: 33,
|
|
46998
47462
|
column: 33
|
|
46999
47463
|
}
|
|
47000
47464
|
}, {
|
|
47001
47465
|
start: {
|
|
47002
|
-
line:
|
|
47466
|
+
line: 33,
|
|
47003
47467
|
column: 38
|
|
47004
47468
|
},
|
|
47005
47469
|
end: {
|
|
47006
|
-
line:
|
|
47470
|
+
line: 33,
|
|
47007
47471
|
column: 119
|
|
47008
47472
|
}
|
|
47009
47473
|
}],
|
|
47010
|
-
line:
|
|
47474
|
+
line: 33
|
|
47011
47475
|
},
|
|
47012
47476
|
"8": {
|
|
47013
47477
|
loc: {
|
|
47014
47478
|
start: {
|
|
47015
|
-
line:
|
|
47479
|
+
line: 34,
|
|
47016
47480
|
column: 124
|
|
47017
47481
|
},
|
|
47018
47482
|
end: {
|
|
47019
|
-
line:
|
|
47483
|
+
line: 36,
|
|
47020
47484
|
column: 28
|
|
47021
47485
|
}
|
|
47022
47486
|
},
|
|
47023
47487
|
type: "cond-expr",
|
|
47024
47488
|
locations: [{
|
|
47025
47489
|
start: {
|
|
47026
|
-
line:
|
|
47490
|
+
line: 35,
|
|
47027
47491
|
column: 26
|
|
47028
47492
|
},
|
|
47029
47493
|
end: {
|
|
47030
|
-
line:
|
|
47494
|
+
line: 35,
|
|
47031
47495
|
column: 69
|
|
47032
47496
|
}
|
|
47033
47497
|
}, {
|
|
47034
47498
|
start: {
|
|
47035
|
-
line:
|
|
47499
|
+
line: 36,
|
|
47036
47500
|
column: 26
|
|
47037
47501
|
},
|
|
47038
47502
|
end: {
|
|
47039
|
-
line:
|
|
47503
|
+
line: 36,
|
|
47040
47504
|
column: 28
|
|
47041
47505
|
}
|
|
47042
47506
|
}],
|
|
47043
|
-
line:
|
|
47507
|
+
line: 34
|
|
47044
47508
|
},
|
|
47045
47509
|
"9": {
|
|
47046
47510
|
loc: {
|
|
47047
47511
|
start: {
|
|
47048
|
-
line:
|
|
47512
|
+
line: 38,
|
|
47049
47513
|
column: 103
|
|
47050
47514
|
},
|
|
47051
47515
|
end: {
|
|
47052
|
-
line:
|
|
47053
|
-
column:
|
|
47516
|
+
line: 38,
|
|
47517
|
+
column: 227
|
|
47054
47518
|
}
|
|
47055
47519
|
},
|
|
47056
47520
|
type: "binary-expr",
|
|
47057
47521
|
locations: [{
|
|
47058
47522
|
start: {
|
|
47059
|
-
line:
|
|
47523
|
+
line: 38,
|
|
47060
47524
|
column: 103
|
|
47061
47525
|
},
|
|
47062
47526
|
end: {
|
|
47063
|
-
line:
|
|
47527
|
+
line: 38,
|
|
47064
47528
|
column: 107
|
|
47065
47529
|
}
|
|
47066
47530
|
}, {
|
|
47067
47531
|
start: {
|
|
47068
|
-
line:
|
|
47532
|
+
line: 38,
|
|
47069
47533
|
column: 112
|
|
47070
47534
|
},
|
|
47071
47535
|
end: {
|
|
47072
|
-
line:
|
|
47073
|
-
column:
|
|
47536
|
+
line: 38,
|
|
47537
|
+
column: 226
|
|
47074
47538
|
}
|
|
47075
47539
|
}],
|
|
47076
|
-
line:
|
|
47540
|
+
line: 38
|
|
47077
47541
|
},
|
|
47078
47542
|
"10": {
|
|
47079
47543
|
loc: {
|
|
47080
47544
|
start: {
|
|
47081
47545
|
line: 39,
|
|
47082
|
-
column:
|
|
47546
|
+
column: 12
|
|
47083
47547
|
},
|
|
47084
47548
|
end: {
|
|
47085
47549
|
line: 39,
|
|
47086
|
-
column:
|
|
47550
|
+
column: 168
|
|
47087
47551
|
}
|
|
47088
47552
|
},
|
|
47089
47553
|
type: "binary-expr",
|
|
47090
47554
|
locations: [{
|
|
47091
47555
|
start: {
|
|
47092
47556
|
line: 39,
|
|
47093
|
-
column:
|
|
47557
|
+
column: 12
|
|
47094
47558
|
},
|
|
47095
47559
|
end: {
|
|
47096
47560
|
line: 39,
|
|
47097
|
-
column:
|
|
47561
|
+
column: 19
|
|
47098
47562
|
}
|
|
47099
47563
|
}, {
|
|
47100
47564
|
start: {
|
|
47101
47565
|
line: 39,
|
|
47102
|
-
column:
|
|
47566
|
+
column: 24
|
|
47103
47567
|
},
|
|
47104
47568
|
end: {
|
|
47105
47569
|
line: 39,
|
|
47106
|
-
column:
|
|
47570
|
+
column: 167
|
|
47107
47571
|
}
|
|
47108
47572
|
}],
|
|
47109
47573
|
line: 39
|
|
@@ -47112,100 +47576,34 @@ function cov_2bmpl4ew2e() {
|
|
|
47112
47576
|
loc: {
|
|
47113
47577
|
start: {
|
|
47114
47578
|
line: 39,
|
|
47115
|
-
column: 123
|
|
47116
|
-
},
|
|
47117
|
-
end: {
|
|
47118
|
-
line: 39,
|
|
47119
|
-
column: 165
|
|
47120
|
-
}
|
|
47121
|
-
},
|
|
47122
|
-
type: "cond-expr",
|
|
47123
|
-
locations: [{
|
|
47124
|
-
start: {
|
|
47125
|
-
line: 39,
|
|
47126
|
-
column: 142
|
|
47127
|
-
},
|
|
47128
|
-
end: {
|
|
47129
|
-
line: 39,
|
|
47130
|
-
column: 160
|
|
47131
|
-
}
|
|
47132
|
-
}, {
|
|
47133
|
-
start: {
|
|
47134
|
-
line: 39,
|
|
47135
|
-
column: 163
|
|
47136
|
-
},
|
|
47137
|
-
end: {
|
|
47138
|
-
line: 39,
|
|
47139
|
-
column: 165
|
|
47140
|
-
}
|
|
47141
|
-
}],
|
|
47142
|
-
line: 39
|
|
47143
|
-
},
|
|
47144
|
-
"12": {
|
|
47145
|
-
loc: {
|
|
47146
|
-
start: {
|
|
47147
|
-
line: 40,
|
|
47148
|
-
column: 12
|
|
47149
|
-
},
|
|
47150
|
-
end: {
|
|
47151
|
-
line: 40,
|
|
47152
|
-
column: 168
|
|
47153
|
-
}
|
|
47154
|
-
},
|
|
47155
|
-
type: "binary-expr",
|
|
47156
|
-
locations: [{
|
|
47157
|
-
start: {
|
|
47158
|
-
line: 40,
|
|
47159
|
-
column: 12
|
|
47160
|
-
},
|
|
47161
|
-
end: {
|
|
47162
|
-
line: 40,
|
|
47163
|
-
column: 19
|
|
47164
|
-
}
|
|
47165
|
-
}, {
|
|
47166
|
-
start: {
|
|
47167
|
-
line: 40,
|
|
47168
|
-
column: 24
|
|
47169
|
-
},
|
|
47170
|
-
end: {
|
|
47171
|
-
line: 40,
|
|
47172
|
-
column: 167
|
|
47173
|
-
}
|
|
47174
|
-
}],
|
|
47175
|
-
line: 40
|
|
47176
|
-
},
|
|
47177
|
-
"13": {
|
|
47178
|
-
loc: {
|
|
47179
|
-
start: {
|
|
47180
|
-
line: 40,
|
|
47181
47579
|
column: 112
|
|
47182
47580
|
},
|
|
47183
47581
|
end: {
|
|
47184
|
-
line:
|
|
47582
|
+
line: 39,
|
|
47185
47583
|
column: 153
|
|
47186
47584
|
}
|
|
47187
47585
|
},
|
|
47188
47586
|
type: "binary-expr",
|
|
47189
47587
|
locations: [{
|
|
47190
47588
|
start: {
|
|
47191
|
-
line:
|
|
47589
|
+
line: 39,
|
|
47192
47590
|
column: 112
|
|
47193
47591
|
},
|
|
47194
47592
|
end: {
|
|
47195
|
-
line:
|
|
47593
|
+
line: 39,
|
|
47196
47594
|
column: 147
|
|
47197
47595
|
}
|
|
47198
47596
|
}, {
|
|
47199
47597
|
start: {
|
|
47200
|
-
line:
|
|
47598
|
+
line: 39,
|
|
47201
47599
|
column: 151
|
|
47202
47600
|
},
|
|
47203
47601
|
end: {
|
|
47204
|
-
line:
|
|
47602
|
+
line: 39,
|
|
47205
47603
|
column: 153
|
|
47206
47604
|
}
|
|
47207
47605
|
}],
|
|
47208
|
-
line:
|
|
47606
|
+
line: 39
|
|
47209
47607
|
}
|
|
47210
47608
|
},
|
|
47211
47609
|
s: {
|
|
@@ -47237,12 +47635,10 @@ function cov_2bmpl4ew2e() {
|
|
|
47237
47635
|
"8": [0, 0],
|
|
47238
47636
|
"9": [0, 0],
|
|
47239
47637
|
"10": [0, 0],
|
|
47240
|
-
"11": [0, 0]
|
|
47241
|
-
"12": [0, 0],
|
|
47242
|
-
"13": [0, 0]
|
|
47638
|
+
"11": [0, 0]
|
|
47243
47639
|
},
|
|
47244
47640
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
47245
|
-
hash: "
|
|
47641
|
+
hash: "23e3d5aa0b59bc8f89d3a3c2944ef23e70fb8583"
|
|
47246
47642
|
};
|
|
47247
47643
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
47248
47644
|
|
|
@@ -47345,20 +47741,13 @@ var Breadcrumb = ( /*#__PURE__*/cov_2bmpl4ew2e().s[1]++, /*#__PURE__*/React__def
|
|
|
47345
47741
|
className: "header-navigation-content flex shrink-0 max-w-1/2 items-center flex-grow justify-end gap-5 ml-2 whitespace-nowrap"
|
|
47346
47742
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
47347
47743
|
className: "header-navigation-help help flex items-center"
|
|
47348
|
-
}, (cov_2bmpl4ew2e().b[9][0]++, help) && (cov_2bmpl4ew2e().b[9][1]++, /*#__PURE__*/React__default.createElement(
|
|
47349
|
-
|
|
47350
|
-
|
|
47351
|
-
|
|
47352
|
-
|
|
47353
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
47354
|
-
|
|
47355
|
-
size: 4,
|
|
47356
|
-
className: "shrink-0",
|
|
47357
|
-
block: true
|
|
47358
|
-
}), (cov_2bmpl4ew2e().b[10][0]++, help.title) && (cov_2bmpl4ew2e().b[10][1]++, /*#__PURE__*/React__default.createElement("span", {
|
|
47359
|
-
className: "text-f6 font-semibold tracking-4 leading-6 ml-2 " + (!help.mobileText ? (cov_2bmpl4ew2e().b[11][0]++, 'hidden md:inline') : (cov_2bmpl4ew2e().b[11][1]++, ''))
|
|
47360
|
-
}, help.title))))), (cov_2bmpl4ew2e().b[12][0]++, actions) && (cov_2bmpl4ew2e().b[12][1]++, /*#__PURE__*/React__default.createElement("div", {
|
|
47361
|
-
className: "header-navigation-actions items-center gap-5 " + ((cov_2bmpl4ew2e().b[13][0]++, actionsDisplayClass[actionsDisplay]) || (cov_2bmpl4ew2e().b[13][1]++, ''))
|
|
47744
|
+
}, (cov_2bmpl4ew2e().b[9][0]++, help) && (cov_2bmpl4ew2e().b[9][1]++, /*#__PURE__*/React__default.createElement(HelpLink, {
|
|
47745
|
+
text: help.title,
|
|
47746
|
+
mobileText: help.mobileText,
|
|
47747
|
+
as: "hyperLink",
|
|
47748
|
+
href: help.href
|
|
47749
|
+
}))), (cov_2bmpl4ew2e().b[10][0]++, actions) && (cov_2bmpl4ew2e().b[10][1]++, /*#__PURE__*/React__default.createElement("div", {
|
|
47750
|
+
className: "header-navigation-actions items-center gap-5 " + ((cov_2bmpl4ew2e().b[11][0]++, actionsDisplayClass[actionsDisplay]) || (cov_2bmpl4ew2e().b[11][1]++, ''))
|
|
47362
47751
|
}, actions))));
|
|
47363
47752
|
}));
|
|
47364
47753
|
|