@npm_leadtech/legal-lib-components 0.17.10 → 0.18.1
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/build/index.js +1 -1
- package/coverage/clover.xml +43 -3
- package/coverage/coverage-final.json +2 -0
- package/coverage/lcov-report/components/atoms/AddButton/AddButton.js.html +1 -1
- package/coverage/lcov-report/components/atoms/AddButton/index.html +1 -1
- package/coverage/lcov-report/components/atoms/CardPane/CardPane.js.html +1 -1
- package/coverage/lcov-report/components/atoms/CardPane/index.html +1 -1
- package/coverage/lcov-report/components/atoms/Checkbox/Checkbox.js.html +1 -1
- package/coverage/lcov-report/components/atoms/Checkbox/index.html +1 -1
- package/coverage/lcov-report/components/atoms/Disclaimer/Disclaimer.js.html +1 -1
- package/coverage/lcov-report/components/atoms/Disclaimer/index.html +1 -1
- package/coverage/lcov-report/components/atoms/DocumentStatus/DocumentStatus.js.html +4 -4
- package/coverage/lcov-report/components/atoms/DocumentStatus/index.html +1 -1
- package/coverage/lcov-report/components/atoms/LogoText/LogoText.js.html +1 -1
- package/coverage/lcov-report/components/atoms/LogoText/index.html +1 -1
- package/coverage/lcov-report/components/atoms/Message/Message.js.html +1 -1
- package/coverage/lcov-report/components/atoms/Message/index.html +1 -1
- package/coverage/lcov-report/components/atoms/RemoveButton/RemoveButton.js.html +6 -30
- package/coverage/lcov-report/components/atoms/RemoveButton/index.html +7 -7
- package/coverage/lcov-report/components/atoms/SearchSelect/SearchSelect.js.html +398 -0
- package/coverage/lcov-report/components/atoms/SearchSelect/index.html +117 -0
- package/coverage/lcov-report/components/atoms/Toggle/Toggle.js.html +1 -1
- package/coverage/lcov-report/components/atoms/Toggle/index.html +1 -1
- package/coverage/lcov-report/index.html +39 -9
- package/coverage/lcov-report/utils/envVariables.js.html +1 -1
- package/coverage/lcov-report/utils/index.html +1 -1
- package/coverage/lcov.info +92 -0
- package/images/svg/expand_dropdown_24px.svg +23 -0
- package/images/svg/info-error_24px_outlined.svg +15 -0
- package/package.json +2 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1640087609534" clover="3.2.0">
|
|
3
|
+
<project timestamp="1640087609534" name="All files">
|
|
4
|
+
<metrics statements="67" coveredstatements="60" conditionals="75" coveredconditionals="51" methods="14" coveredmethods="13" elements="156" coveredelements="124" complexity="0" loc="67" ncloc="67" packages="11" files="11" classes="11"/>
|
|
5
5
|
<package name="components.atoms.AddButton">
|
|
6
6
|
<metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
|
|
7
7
|
<file name="AddButton.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/AddButton/AddButton.js">
|
|
@@ -79,6 +79,46 @@
|
|
|
79
79
|
<line num="13" count="1" type="stmt"/>
|
|
80
80
|
</file>
|
|
81
81
|
</package>
|
|
82
|
+
<package name="components.atoms.RemoveButton">
|
|
83
|
+
<metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
|
|
84
|
+
<file name="RemoveButton.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/RemoveButton/RemoveButton.js">
|
|
85
|
+
<metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="5" methods="1" coveredmethods="1"/>
|
|
86
|
+
<line num="5" count="1" type="stmt"/>
|
|
87
|
+
<line num="6" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
88
|
+
<line num="8" count="3" type="stmt"/>
|
|
89
|
+
<line num="30" count="1" type="stmt"/>
|
|
90
|
+
</file>
|
|
91
|
+
</package>
|
|
92
|
+
<package name="components.atoms.SearchSelect">
|
|
93
|
+
<metrics statements="24" coveredstatements="18" conditionals="30" coveredconditionals="16" methods="4" coveredmethods="3"/>
|
|
94
|
+
<file name="SearchSelect.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/SearchSelect/SearchSelect.js">
|
|
95
|
+
<metrics statements="24" coveredstatements="18" conditionals="30" coveredconditionals="16" methods="4" coveredmethods="3"/>
|
|
96
|
+
<line num="7" count="1" type="stmt"/>
|
|
97
|
+
<line num="8" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
98
|
+
<line num="9" count="5" type="stmt"/>
|
|
99
|
+
<line num="10" count="5" type="stmt"/>
|
|
100
|
+
<line num="11" count="5" type="stmt"/>
|
|
101
|
+
<line num="12" count="5" type="cond" truecount="3" falsecount="1"/>
|
|
102
|
+
<line num="15" count="0" type="stmt"/>
|
|
103
|
+
<line num="18" count="1" type="stmt"/>
|
|
104
|
+
<line num="19" count="5" type="stmt"/>
|
|
105
|
+
<line num="23" count="5" type="stmt"/>
|
|
106
|
+
<line num="26" count="5" type="cond" truecount="2" falsecount="2"/>
|
|
107
|
+
<line num="27" count="0" type="stmt"/>
|
|
108
|
+
<line num="28" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
109
|
+
<line num="29" count="0" type="stmt"/>
|
|
110
|
+
<line num="35" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
111
|
+
<line num="36" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
112
|
+
<line num="37" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
113
|
+
<line num="41" count="5" type="stmt"/>
|
|
114
|
+
<line num="42" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
115
|
+
<line num="43" count="0" type="stmt"/>
|
|
116
|
+
<line num="49" count="0" type="stmt"/>
|
|
117
|
+
<line num="52" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
118
|
+
<line num="54" count="5" type="stmt"/>
|
|
119
|
+
<line num="85" count="1" type="stmt"/>
|
|
120
|
+
</file>
|
|
121
|
+
</package>
|
|
82
122
|
<package name="components.atoms.Toggle">
|
|
83
123
|
<metrics statements="3" coveredstatements="3" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
84
124
|
<file name="Toggle.js" path="/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Toggle/Toggle.js">
|
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
,"/home/phorth/Proyectos/legal-lib-components/src/components/atoms/DocumentStatus/DocumentStatus.js": {"path":"/home/phorth/Proyectos/legal-lib-components/src/components/atoms/DocumentStatus/DocumentStatus.js","statementMap":{"0":{"start":{"line":10,"column":30},"end":{"line":36,"column":1}},"1":{"start":{"line":11,"column":2},"end":{"line":35,"column":3}},"2":{"start":{"line":16,"column":6},"end":{"line":20,"column":8}},"3":{"start":{"line":22,"column":6},"end":{"line":26,"column":8}},"4":{"start":{"line":29,"column":6},"end":{"line":34,"column":8}},"5":{"start":{"line":38,"column":0},"end":{"line":41,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":10,"column":30},"end":{"line":10,"column":31}},"loc":{"start":{"line":10,"column":44},"end":{"line":36,"column":1}},"line":10}},"branchMap":{"0":{"loc":{"start":{"line":11,"column":2},"end":{"line":35,"column":3}},"type":"switch","locations":[{"start":{"line":12,"column":4},"end":{"line":12,"column":20}},{"start":{"line":13,"column":4},"end":{"line":13,"column":22}},{"start":{"line":14,"column":4},"end":{"line":14,"column":26}},{"start":{"line":15,"column":4},"end":{"line":20,"column":8}},{"start":{"line":21,"column":4},"end":{"line":26,"column":8}},{"start":{"line":27,"column":4},"end":{"line":27,"column":23}},{"start":{"line":28,"column":4},"end":{"line":34,"column":8}}],"line":11}},"s":{"0":1,"1":3,"2":1,"3":1,"4":1,"5":1},"f":{"0":3},"b":{"0":[1,1,1,1,1,1,1]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"1423ba69e88850f7db2a28d9f70147bb5d94f682"}
|
|
6
6
|
,"/home/phorth/Proyectos/legal-lib-components/src/components/atoms/LogoText/LogoText.js": {"path":"/home/phorth/Proyectos/legal-lib-components/src/components/atoms/LogoText/LogoText.js","statementMap":{"0":{"start":{"line":6,"column":24},"end":{"line":19,"column":1}},"1":{"start":{"line":7,"column":2},"end":{"line":18,"column":4}},"2":{"start":{"line":21,"column":0},"end":{"line":28,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":6,"column":24},"end":{"line":6,"column":25}},"loc":{"start":{"line":6,"column":61},"end":{"line":19,"column":1}},"line":6}},"branchMap":{"0":{"loc":{"start":{"line":10,"column":7},"end":{"line":16,"column":7}},"type":"cond-expr","locations":[{"start":{"line":11,"column":8},"end":{"line":13,"column":12}},{"start":{"line":15,"column":8},"end":{"line":15,"column":16}}],"line":10}},"s":{"0":1,"1":3,"2":1},"f":{"0":3},"b":{"0":[0,3]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"8de238a88893a7065e71d83c2813142503febadb"}
|
|
7
7
|
,"/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Message/Message.js": {"path":"/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Message/Message.js","statementMap":{"0":{"start":{"line":5,"column":23},"end":{"line":11,"column":1}},"1":{"start":{"line":6,"column":2},"end":{"line":10,"column":4}},"2":{"start":{"line":13,"column":0},"end":{"line":16,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":5,"column":23},"end":{"line":5,"column":24}},"loc":{"start":{"line":5,"column":46},"end":{"line":11,"column":1}},"line":5}},"branchMap":{},"s":{"0":1,"1":4,"2":1},"f":{"0":4},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"3e550f7d528b6c3f65a8d3f27832b9900d75abe4"}
|
|
8
|
+
,"/home/phorth/Proyectos/legal-lib-components/src/components/atoms/RemoveButton/RemoveButton.js": {"path":"/home/phorth/Proyectos/legal-lib-components/src/components/atoms/RemoveButton/RemoveButton.js","statementMap":{"0":{"start":{"line":5,"column":28},"end":{"line":28,"column":1}},"1":{"start":{"line":6,"column":19},"end":{"line":6,"column":49}},"2":{"start":{"line":8,"column":2},"end":{"line":27,"column":4}},"3":{"start":{"line":30,"column":0},"end":{"line":48,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":5,"column":28},"end":{"line":5,"column":29}},"loc":{"start":{"line":5,"column":39},"end":{"line":28,"column":1}},"line":5}},"branchMap":{"0":{"loc":{"start":{"line":6,"column":19},"end":{"line":6,"column":49}},"type":"cond-expr","locations":[{"start":{"line":6,"column":33},"end":{"line":6,"column":44}},{"start":{"line":6,"column":47},"end":{"line":6,"column":49}}],"line":6},"1":{"loc":{"start":{"line":10,"column":7},"end":{"line":24,"column":7}},"type":"binary-expr","locations":[{"start":{"line":10,"column":7},"end":{"line":10,"column":44}},{"start":{"line":11,"column":8},"end":{"line":23,"column":14}}],"line":10},"2":{"loc":{"start":{"line":25,"column":7},"end":{"line":25,"column":93}},"type":"binary-expr","locations":[{"start":{"line":25,"column":7},"end":{"line":25,"column":20}},{"start":{"line":25,"column":24},"end":{"line":25,"column":93}}],"line":25}},"s":{"0":1,"1":3,"2":3,"3":1},"f":{"0":3},"b":{"0":[3,0],"1":[3,3],"2":[3,3]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"245280faabf14d6ea2fc0b6c15f40ab53cce7e24"}
|
|
9
|
+
,"/home/phorth/Proyectos/legal-lib-components/src/components/atoms/SearchSelect/SearchSelect.js": {"path":"/home/phorth/Proyectos/legal-lib-components/src/components/atoms/SearchSelect/SearchSelect.js","statementMap":{"0":{"start":{"line":7,"column":23},"end":{"line":16,"column":1}},"1":{"start":{"line":8,"column":2},"end":{"line":14,"column":3}},"2":{"start":{"line":9,"column":4},"end":{"line":13,"column":7}},"3":{"start":{"line":10,"column":24},"end":{"line":10,"column":49}},"4":{"start":{"line":11,"column":24},"end":{"line":11,"column":49}},"5":{"start":{"line":12,"column":6},"end":{"line":12,"column":72}},"6":{"start":{"line":15,"column":2},"end":{"line":15,"column":15}},"7":{"start":{"line":18,"column":28},"end":{"line":83,"column":1}},"8":{"start":{"line":19,"column":20},"end":{"line":19,"column":25}},"9":{"start":{"line":23,"column":22},"end":{"line":23,"column":77}},"10":{"start":{"line":26,"column":2},"end":{"line":32,"column":3}},"11":{"start":{"line":27,"column":4},"end":{"line":27,"column":64}},"12":{"start":{"line":28,"column":9},"end":{"line":32,"column":3}},"13":{"start":{"line":29,"column":4},"end":{"line":31,"column":6}},"14":{"start":{"line":35,"column":49},"end":{"line":35,"column":93}},"15":{"start":{"line":36,"column":20},"end":{"line":36,"column":56}},"16":{"start":{"line":37,"column":21},"end":{"line":39,"column":52}},"17":{"start":{"line":41,"column":23},"end":{"line":50,"column":3}},"18":{"start":{"line":42,"column":4},"end":{"line":42,"column":69}},"19":{"start":{"line":43,"column":23},"end":{"line":48,"column":5}},"20":{"start":{"line":49,"column":4},"end":{"line":49,"column":33}},"21":{"start":{"line":52,"column":24},"end":{"line":52,"column":111}},"22":{"start":{"line":54,"column":2},"end":{"line":82,"column":4}},"23":{"start":{"line":85,"column":0},"end":{"line":104,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":7,"column":23},"end":{"line":7,"column":24}},"loc":{"start":{"line":7,"column":56},"end":{"line":16,"column":1}},"line":7},"1":{"name":"(anonymous_1)","decl":{"start":{"line":9,"column":22},"end":{"line":9,"column":23}},"loc":{"start":{"line":9,"column":40},"end":{"line":13,"column":5}},"line":9},"2":{"name":"(anonymous_2)","decl":{"start":{"line":18,"column":28},"end":{"line":18,"column":29}},"loc":{"start":{"line":18,"column":39},"end":{"line":83,"column":1}},"line":18},"3":{"name":"(anonymous_3)","decl":{"start":{"line":41,"column":23},"end":{"line":41,"column":24}},"loc":{"start":{"line":41,"column":43},"end":{"line":50,"column":3}},"line":41}},"branchMap":{"0":{"loc":{"start":{"line":8,"column":2},"end":{"line":14,"column":3}},"type":"if","locations":[{"start":{"line":8,"column":2},"end":{"line":14,"column":3}},{"start":{},"end":{}}],"line":8},"1":{"loc":{"start":{"line":12,"column":13},"end":{"line":12,"column":71}},"type":"cond-expr","locations":[{"start":{"line":12,"column":37},"end":{"line":12,"column":39}},{"start":{"line":12,"column":42},"end":{"line":12,"column":71}}],"line":12},"2":{"loc":{"start":{"line":12,"column":42},"end":{"line":12,"column":71}},"type":"cond-expr","locations":[{"start":{"line":12,"column":66},"end":{"line":12,"column":67}},{"start":{"line":12,"column":70},"end":{"line":12,"column":71}}],"line":12},"3":{"loc":{"start":{"line":26,"column":2},"end":{"line":32,"column":3}},"type":"if","locations":[{"start":{"line":26,"column":2},"end":{"line":32,"column":3}},{"start":{"line":28,"column":9},"end":{"line":32,"column":3}}],"line":26},"4":{"loc":{"start":{"line":26,"column":6},"end":{"line":26,"column":52}},"type":"binary-expr","locations":[{"start":{"line":26,"column":6},"end":{"line":26,"column":17}},{"start":{"line":26,"column":21},"end":{"line":26,"column":52}}],"line":26},"5":{"loc":{"start":{"line":28,"column":9},"end":{"line":32,"column":3}},"type":"if","locations":[{"start":{"line":28,"column":9},"end":{"line":32,"column":3}},{"start":{},"end":{}}],"line":28},"6":{"loc":{"start":{"line":35,"column":58},"end":{"line":35,"column":92}},"type":"binary-expr","locations":[{"start":{"line":35,"column":58},"end":{"line":35,"column":70}},{"start":{"line":35,"column":74},"end":{"line":35,"column":92}}],"line":35},"7":{"loc":{"start":{"line":36,"column":20},"end":{"line":36,"column":56}},"type":"cond-expr","locations":[{"start":{"line":36,"column":37},"end":{"line":36,"column":39}},{"start":{"line":36,"column":42},"end":{"line":36,"column":56}}],"line":36},"8":{"loc":{"start":{"line":37,"column":24},"end":{"line":37,"column":89}},"type":"cond-expr","locations":[{"start":{"line":37,"column":41},"end":{"line":37,"column":57}},{"start":{"line":37,"column":60},"end":{"line":37,"column":89}}],"line":37},"9":{"loc":{"start":{"line":38,"column":4},"end":{"line":38,"column":34}},"type":"cond-expr","locations":[{"start":{"line":38,"column":18},"end":{"line":38,"column":29}},{"start":{"line":38,"column":32},"end":{"line":38,"column":34}}],"line":38},"10":{"loc":{"start":{"line":39,"column":6},"end":{"line":39,"column":50}},"type":"cond-expr","locations":[{"start":{"line":39,"column":28},"end":{"line":39,"column":45}},{"start":{"line":39,"column":48},"end":{"line":39,"column":50}}],"line":39},"11":{"loc":{"start":{"line":42,"column":25},"end":{"line":42,"column":67}},"type":"cond-expr","locations":[{"start":{"line":42,"column":42},"end":{"line":42,"column":62}},{"start":{"line":42,"column":65},"end":{"line":42,"column":67}}],"line":42},"12":{"loc":{"start":{"line":52,"column":24},"end":{"line":52,"column":111}},"type":"cond-expr","locations":[{"start":{"line":52,"column":40},"end":{"line":52,"column":106}},{"start":{"line":52,"column":109},"end":{"line":52,"column":111}}],"line":52},"13":{"loc":{"start":{"line":56,"column":47},"end":{"line":56,"column":73}},"type":"cond-expr","locations":[{"start":{"line":56,"column":61},"end":{"line":56,"column":68}},{"start":{"line":56,"column":71},"end":{"line":56,"column":73}}],"line":56},"14":{"loc":{"start":{"line":79,"column":9},"end":{"line":79,"column":77}},"type":"binary-expr","locations":[{"start":{"line":79,"column":9},"end":{"line":79,"column":20}},{"start":{"line":79,"column":24},"end":{"line":79,"column":77}}],"line":79}},"s":{"0":1,"1":5,"2":5,"3":5,"4":5,"5":5,"6":0,"7":1,"8":5,"9":5,"10":5,"11":0,"12":5,"13":0,"14":5,"15":5,"16":5,"17":5,"18":0,"19":0,"20":0,"21":5,"22":5,"23":1},"f":{"0":5,"1":5,"2":5,"3":0},"b":{"0":[5,0],"1":[1,4],"2":[4,0],"3":[0,5],"4":[5,0],"5":[0,5],"6":[5,0],"7":[0,5],"8":[0,5],"9":[2,3],"10":[0,5],"11":[0,0],"12":[5,0],"13":[0,5],"14":[5,0]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"f0edf2bb43dddf7394c074a97ed6436492dcd048"}
|
|
8
10
|
,"/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Toggle/Toggle.js": {"path":"/home/phorth/Proyectos/legal-lib-components/src/components/atoms/Toggle/Toggle.js","statementMap":{"0":{"start":{"line":5,"column":22},"end":{"line":20,"column":1}},"1":{"start":{"line":6,"column":2},"end":{"line":19,"column":4}},"2":{"start":{"line":22,"column":0},"end":{"line":26,"column":2}}},"fnMap":{"0":{"name":"(anonymous_0)","decl":{"start":{"line":5,"column":22},"end":{"line":5,"column":23}},"loc":{"start":{"line":5,"column":33},"end":{"line":20,"column":1}},"line":5}},"branchMap":{"0":{"loc":{"start":{"line":11,"column":40},"end":{"line":11,"column":71}},"type":"cond-expr","locations":[{"start":{"line":11,"column":60},"end":{"line":11,"column":66}},{"start":{"line":11,"column":69},"end":{"line":11,"column":71}}],"line":11}},"s":{"0":1,"1":3,"2":1},"f":{"0":3},"b":{"0":[1,2]},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"090ec3a292673800148fb5fd2fc8405e8909ea95"}
|
|
9
11
|
,"/home/phorth/Proyectos/legal-lib-components/src/utils/envVariables.js": {"path":"/home/phorth/Proyectos/legal-lib-components/src/utils/envVariables.js","statementMap":{"0":{"start":{"line":1,"column":22},"end":{"line":1,"column":39}}},"fnMap":{},"branchMap":{},"s":{"0":1},"f":{},"b":{},"_coverageSchema":"1a1c01bbd47fc00a2c39e90264f33305004495a9","hash":"ae83c367224126f01e0d1d08ce9a9ffdbba0e483"}
|
|
10
12
|
}
|
|
@@ -214,7 +214,7 @@ AddButton.propTypes = {
|
|
|
214
214
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
215
215
|
Code coverage generated by
|
|
216
216
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
217
|
-
at
|
|
217
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
218
218
|
</div>
|
|
219
219
|
</div>
|
|
220
220
|
<script src="../../../prettify.js"></script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
</div>
|
|
107
107
|
<script src="../../../prettify.js"></script>
|
|
@@ -148,7 +148,7 @@ export { CardPane };
|
|
|
148
148
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
149
149
|
Code coverage generated by
|
|
150
150
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
151
|
-
at
|
|
151
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
152
152
|
</div>
|
|
153
153
|
</div>
|
|
154
154
|
<script src="../../../prettify.js"></script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
</div>
|
|
107
107
|
<script src="../../../prettify.js"></script>
|
|
@@ -196,7 +196,7 @@ Checkbox.propTypes = {
|
|
|
196
196
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
197
197
|
Code coverage generated by
|
|
198
198
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
199
|
-
at
|
|
199
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
200
200
|
</div>
|
|
201
201
|
</div>
|
|
202
202
|
<script src="../../../prettify.js"></script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
</div>
|
|
107
107
|
<script src="../../../prettify.js"></script>
|
|
@@ -238,7 +238,7 @@ Disclaimer.propTypes = {
|
|
|
238
238
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
239
239
|
Code coverage generated by
|
|
240
240
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
241
|
-
at
|
|
241
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
242
242
|
</div>
|
|
243
243
|
</div>
|
|
244
244
|
<script src="../../../prettify.js"></script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
</div>
|
|
107
107
|
<script src="../../../prettify.js"></script>
|
|
@@ -146,9 +146,9 @@
|
|
|
146
146
|
<span class="cline-any cline-neutral"> </span>
|
|
147
147
|
<span class="cline-any cline-neutral"> </span>
|
|
148
148
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import React from 'react';
|
|
149
|
-
import Completed from '../../../../images/
|
|
150
|
-
import InProgress from '../../../../images/
|
|
151
|
-
import New from '../../../../images/
|
|
149
|
+
import Completed from '../../../../images/componentsSvg/done-24-px.svg';
|
|
150
|
+
import InProgress from '../../../../images/componentsSvg/time-24-px.svg';
|
|
151
|
+
import New from '../../../../images/componentsSvg/new-release-24-p.svg';
|
|
152
152
|
|
|
153
153
|
import PropTypes from 'prop-types';
|
|
154
154
|
|
|
@@ -193,7 +193,7 @@ DocumentStatus.propTypes = {
|
|
|
193
193
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
194
194
|
Code coverage generated by
|
|
195
195
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
196
|
-
at
|
|
196
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
197
197
|
</div>
|
|
198
198
|
</div>
|
|
199
199
|
<script src="../../../prettify.js"></script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
</div>
|
|
107
107
|
<script src="../../../prettify.js"></script>
|
|
@@ -154,7 +154,7 @@ LogoText.propTypes = {
|
|
|
154
154
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
155
155
|
Code coverage generated by
|
|
156
156
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
157
|
-
at
|
|
157
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
158
158
|
</div>
|
|
159
159
|
</div>
|
|
160
160
|
<script src="../../../prettify.js"></script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
</div>
|
|
107
107
|
<script src="../../../prettify.js"></script>
|
|
@@ -118,7 +118,7 @@ Message.proptypes = {
|
|
|
118
118
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
119
119
|
Code coverage generated by
|
|
120
120
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
121
|
-
at
|
|
121
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
122
122
|
</div>
|
|
123
123
|
</div>
|
|
124
124
|
<script src="../../../prettify.js"></script>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at
|
|
104
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
</div>
|
|
107
107
|
<script src="../../../prettify.js"></script>
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
26
|
<span class="strong">100% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>4/4</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
40
|
<span class="strong">100% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>1/1</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
47
|
<span class="strong">100% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>4/4</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -111,29 +111,13 @@
|
|
|
111
111
|
<a name='L46'></a><a href='#L46'>46</a>
|
|
112
112
|
<a name='L47'></a><a href='#L47'>47</a>
|
|
113
113
|
<a name='L48'></a><a href='#L48'>48</a>
|
|
114
|
-
<a name='L49'></a><a href='#L49'>49</a>
|
|
115
|
-
<a name='L50'></a><a href='#L50'>50</a>
|
|
116
|
-
<a name='L51'></a><a href='#L51'>51</a>
|
|
117
|
-
<a name='L52'></a><a href='#L52'>52</a>
|
|
118
|
-
<a name='L53'></a><a href='#L53'>53</a>
|
|
119
|
-
<a name='L54'></a><a href='#L54'>54</a>
|
|
120
|
-
<a name='L55'></a><a href='#L55'>55</a>
|
|
121
|
-
<a name='L56'></a><a href='#L56'>56</a>
|
|
122
|
-
<a name='L57'></a><a href='#L57'>57</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
114
|
+
<a name='L49'></a><a href='#L49'>49</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
123
115
|
<span class="cline-any cline-neutral"> </span>
|
|
124
116
|
<span class="cline-any cline-neutral"> </span>
|
|
125
117
|
<span class="cline-any cline-neutral"> </span>
|
|
126
118
|
<span class="cline-any cline-yes">1x</span>
|
|
127
119
|
<span class="cline-any cline-yes">3x</span>
|
|
128
120
|
<span class="cline-any cline-neutral"> </span>
|
|
129
|
-
<span class="cline-any cline-neutral"> </span>
|
|
130
|
-
<span class="cline-any cline-neutral"> </span>
|
|
131
|
-
<span class="cline-any cline-neutral"> </span>
|
|
132
|
-
<span class="cline-any cline-neutral"> </span>
|
|
133
|
-
<span class="cline-any cline-neutral"> </span>
|
|
134
|
-
<span class="cline-any cline-yes">3x</span>
|
|
135
|
-
<span class="cline-any cline-yes">3x</span>
|
|
136
|
-
<span class="cline-any cline-neutral"> </span>
|
|
137
121
|
<span class="cline-any cline-yes">3x</span>
|
|
138
122
|
<span class="cline-any cline-neutral"> </span>
|
|
139
123
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -180,14 +164,6 @@ import PropTypes from 'prop-types';
|
|
|
180
164
|
import './RemoveButton.scss';
|
|
181
165
|
|
|
182
166
|
export const RemoveButton = (props) => {
|
|
183
|
-
const ReversEvent = {
|
|
184
|
-
target: {
|
|
185
|
-
value: 'no',
|
|
186
|
-
name: props.items.removeButton.reference,
|
|
187
|
-
},
|
|
188
|
-
};
|
|
189
|
-
|
|
190
|
-
const onChangeInterceptor = () => props.onChange(ReversEvent);
|
|
191
167
|
let fieldLabel = props.label ? props.label : <span class="branch-1 cbranch-no" title="branch not covered" >'';</span>
|
|
192
168
|
|
|
193
169
|
return (
|
|
@@ -198,7 +174,7 @@ export const RemoveButton = (props) => {
|
|
|
198
174
|
type='radio'
|
|
199
175
|
id={`${props.name}_${props.items.removeButton.value}`}
|
|
200
176
|
name={props.name}
|
|
201
|
-
onChange={
|
|
177
|
+
onChange={props.onChange}
|
|
202
178
|
value={props.items.removeButton.value}
|
|
203
179
|
checked={props.items.removeButton.value === props.value}
|
|
204
180
|
disabled={props.disabled}
|
|
@@ -238,7 +214,7 @@ RemoveButton.propTypes = {
|
|
|
238
214
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
239
215
|
Code coverage generated by
|
|
240
216
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
241
|
-
at Tue Dec
|
|
217
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
242
218
|
</div>
|
|
243
219
|
</div>
|
|
244
220
|
<script src="../../../prettify.js"></script>
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
26
|
<span class="strong">100% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>4/4</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
40
|
<span class="strong">100% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>1/1</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
47
|
<span class="strong">100% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>4/4</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -84,13 +84,13 @@
|
|
|
84
84
|
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
85
85
|
</td>
|
|
86
86
|
<td data-value="100" class="pct high">100%</td>
|
|
87
|
-
<td data-value="
|
|
87
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
88
88
|
<td data-value="83.33" class="pct high">83.33%</td>
|
|
89
89
|
<td data-value="6" class="abs high">5/6</td>
|
|
90
90
|
<td data-value="100" class="pct high">100%</td>
|
|
91
|
-
<td data-value="
|
|
91
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
92
92
|
<td data-value="100" class="pct high">100%</td>
|
|
93
|
-
<td data-value="
|
|
93
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
94
94
|
</tr>
|
|
95
95
|
|
|
96
96
|
</tbody>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
102
|
Code coverage generated by
|
|
103
103
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener">istanbul</a>
|
|
104
|
-
at Tue Dec
|
|
104
|
+
at Tue Dec 21 2021 12:53:29 GMT+0100 (GMT+01:00)
|
|
105
105
|
</div>
|
|
106
106
|
</div>
|
|
107
107
|
<script src="../../../prettify.js"></script>
|