@zeedhi/teknisa-components-common 1.72.0 → 1.74.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/coverage/clover.xml +25 -11
- package/coverage/coverage-final.json +3 -3
- package/coverage/lcov-report/index.html +5 -5
- package/coverage/lcov-report/tests/__helpers__/component-event-helper.ts.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/get-child-helper.ts.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/index.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/index.ts.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/mock-created-helper.ts.html +1 -1
- package/coverage/lcov.info +29 -15
- package/dist/tek-components-common.esm.js +42 -1
- package/dist/tek-components-common.umd.js +42 -1
- package/package.json +2 -2
- package/tests/unit/components/tek-image/Image.spec.ts +21 -0
- package/tests/unit/components/tek-iterable-component-render/iterable-component-render.spec.ts +1 -1
- package/types/components/tek-image/image.d.ts +34 -0
- package/types/components/tek-image/interfaces.d.ts +7 -0
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="1680653706292" clover="3.2.0">
|
|
3
|
+
<project timestamp="1680653706292" name="All files">
|
|
4
|
+
<metrics statements="1361" coveredstatements="1361" conditionals="632" coveredconditionals="632" methods="327" coveredmethods="327" elements="2320" coveredelements="2320" complexity="0" loc="1361" ncloc="1361" packages="19" files="38" classes="38"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
7
|
<file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/index.ts">
|
|
@@ -694,9 +694,9 @@
|
|
|
694
694
|
<line num="504" count="107" type="stmt"/>
|
|
695
695
|
<line num="505" count="107" type="stmt"/>
|
|
696
696
|
<line num="509" count="107" type="stmt"/>
|
|
697
|
-
<line num="510" count="
|
|
697
|
+
<line num="510" count="90" type="cond" truecount="1" falsecount="0"/>
|
|
698
698
|
<line num="514" count="16" type="stmt"/>
|
|
699
|
-
<line num="517" count="
|
|
699
|
+
<line num="517" count="90" type="stmt"/>
|
|
700
700
|
<line num="521" count="107" type="stmt"/>
|
|
701
701
|
<line num="523" count="79" type="stmt"/>
|
|
702
702
|
<line num="529" count="79" type="stmt"/>
|
|
@@ -971,17 +971,31 @@
|
|
|
971
971
|
</file>
|
|
972
972
|
</package>
|
|
973
973
|
<package name="src.components.tek-image">
|
|
974
|
-
<metrics statements="
|
|
974
|
+
<metrics statements="22" coveredstatements="22" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
975
975
|
<file name="image.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-image/image.ts">
|
|
976
|
-
<metrics statements="
|
|
976
|
+
<metrics statements="22" coveredstatements="22" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
977
977
|
<line num="1" count="26" type="stmt"/>
|
|
978
978
|
<line num="7" count="26" type="stmt"/>
|
|
979
979
|
<line num="11" count="3" type="stmt"/>
|
|
980
980
|
<line num="16" count="3" type="stmt"/>
|
|
981
|
-
<line num="
|
|
982
|
-
<line num="
|
|
983
|
-
<line num="
|
|
984
|
-
<line num="
|
|
981
|
+
<line num="22" count="3" type="stmt"/>
|
|
982
|
+
<line num="28" count="3" type="stmt"/>
|
|
983
|
+
<line num="34" count="3" type="stmt"/>
|
|
984
|
+
<line num="39" count="3" type="stmt"/>
|
|
985
|
+
<line num="45" count="3" type="stmt"/>
|
|
986
|
+
<line num="51" count="3" type="stmt"/>
|
|
987
|
+
<line num="57" count="3" type="stmt"/>
|
|
988
|
+
<line num="64" count="3" type="stmt"/>
|
|
989
|
+
<line num="65" count="3" type="stmt"/>
|
|
990
|
+
<line num="66" count="3" type="stmt"/>
|
|
991
|
+
<line num="67" count="3" type="stmt"/>
|
|
992
|
+
<line num="68" count="3" type="stmt"/>
|
|
993
|
+
<line num="69" count="3" type="stmt"/>
|
|
994
|
+
<line num="70" count="3" type="stmt"/>
|
|
995
|
+
<line num="71" count="3" type="stmt"/>
|
|
996
|
+
<line num="72" count="3" type="stmt"/>
|
|
997
|
+
<line num="73" count="3" type="stmt"/>
|
|
998
|
+
<line num="74" count="3" type="stmt"/>
|
|
985
999
|
</file>
|
|
986
1000
|
</package>
|
|
987
1001
|
<package name="src.components.tek-iterable-carousel">
|