@zeedhi/teknisa-components-common 1.131.0 → 1.132.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.
Files changed (34) hide show
  1. package/coverage/clover.xml +443 -390
  2. package/coverage/coverage-final.json +49 -48
  3. package/coverage/lcov-report/index.html +13 -13
  4. package/coverage/lcov-report/tests/__helpers__/component-event-helper.ts.html +1 -1
  5. package/coverage/lcov-report/tests/__helpers__/flush-promises-helper.ts.html +1 -1
  6. package/coverage/lcov-report/tests/__helpers__/get-child-helper.ts.html +1 -1
  7. package/coverage/lcov-report/tests/__helpers__/index.html +1 -1
  8. package/coverage/lcov-report/tests/__helpers__/index.ts.html +1 -1
  9. package/coverage/lcov-report/tests/__helpers__/mock-created-helper.ts.html +1 -1
  10. package/coverage/lcov.info +696 -580
  11. package/dist/tek-components-common.esm.js +116 -33
  12. package/dist/tek-components-common.umd.js +116 -33
  13. package/package.json +2 -2
  14. package/tests/unit/components/tek-grid/grid.spec.ts +40 -0
  15. package/tests/unit/components/tek-grid/layout_options.spec.ts +516 -27
  16. package/tests/unit/utils/object-comparison.spec.ts +89 -0
  17. package/types/components/tek-grid/layout-options.d.ts +9 -0
  18. package/types/utils/index.d.ts +1 -0
  19. package/types/utils/object-comparison.d.ts +3 -0
  20. package/.package.json +0 -39
  21. package/types/components/tek-ag-grid/default-icons.d.ts +0 -53
  22. package/types/components/tek-ag-grid/interfaces.d.ts +0 -9
  23. package/types/components/tek-ag-grid/tek-ag-grid.d.ts +0 -35
  24. package/types/components/tek-datasource/datasource.d.ts +0 -94
  25. package/types/components/tek-grid/default-icons.d.ts +0 -53
  26. package/types/components/tek-grid/filter-dynamic-values.d.ts +0 -9
  27. package/types/components/tek-grid/grid-controller.d.ts +0 -19
  28. package/types/components/tek-grid/grid_column.d.ts +0 -14
  29. package/types/components/tek-grid/grid_controller.d.ts +0 -15
  30. package/types/components/tek-grid/tek-grid.d.ts +0 -35
  31. package/types/components/tek-login/interfaces.d.ts +0 -3
  32. package/types/components/tek-login/login-children.d.ts +0 -3
  33. package/types/components/tek-login/login.d.ts +0 -58
  34. package/types/components/tek-login/login_children.d.ts +0 -3
@@ -1,10 +1,10 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1783955162304" clover="3.2.0">
3
- <project timestamp="1783955162304" name="All files">
4
- <metrics statements="1872" coveredstatements="1872" conditionals="835" coveredconditionals="835" methods="459" coveredmethods="459" elements="3166" coveredelements="3166" complexity="0" loc="1872" ncloc="1872" packages="22" files="48" classes="48"/>
2
+ <coverage generated="1784835856169" clover="3.2.0">
3
+ <project timestamp="1784835856170" name="All files">
4
+ <metrics statements="1922" coveredstatements="1922" conditionals="866" coveredconditionals="866" methods="472" coveredmethods="472" elements="3260" coveredelements="3260" complexity="0" loc="1922" ncloc="1922" packages="22" files="49" classes="49"/>
5
5
  <package name="src">
6
6
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
7
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/index.ts">
7
+ <file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/index.ts">
8
8
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
9
9
  <line num="1" count="27" type="stmt"/>
10
10
  <line num="3" count="27" type="stmt"/>
@@ -14,7 +14,7 @@
14
14
  </package>
15
15
  <package name="src.components">
16
16
  <metrics statements="44" coveredstatements="44" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
17
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/index.ts">
17
+ <file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/index.ts">
18
18
  <metrics statements="44" coveredstatements="44" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
19
19
  <line num="1" count="31" type="stmt"/>
20
20
  <line num="3" count="31" type="stmt"/>
@@ -64,7 +64,7 @@
64
64
  </package>
65
65
  <package name="src.components.crud">
66
66
  <metrics statements="128" coveredstatements="128" conditionals="78" coveredconditionals="78" methods="28" coveredmethods="28"/>
67
- <file name="crud-add-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-add-button.ts">
67
+ <file name="crud-add-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-add-button.ts">
68
68
  <metrics statements="15" coveredstatements="15" conditionals="14" coveredconditionals="14" methods="2" coveredmethods="2"/>
69
69
  <line num="1" count="31" type="stmt"/>
70
70
  <line num="3" count="31" type="stmt"/>
@@ -82,7 +82,7 @@
82
82
  <line num="44" count="3" type="cond" truecount="4" falsecount="0"/>
83
83
  <line num="53" count="1" type="stmt"/>
84
84
  </file>
85
- <file name="crud-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-button.ts">
85
+ <file name="crud-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-button.ts">
86
86
  <metrics statements="18" coveredstatements="18" conditionals="4" coveredconditionals="4" methods="4" coveredmethods="4"/>
87
87
  <line num="1" count="31" type="stmt"/>
88
88
  <line num="4" count="31" type="stmt"/>
@@ -103,7 +103,7 @@
103
103
  <line num="64" count="1" type="stmt"/>
104
104
  <line num="67" count="22" type="stmt"/>
105
105
  </file>
106
- <file name="crud-cancel-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-cancel-button.ts">
106
+ <file name="crud-cancel-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-cancel-button.ts">
107
107
  <metrics statements="20" coveredstatements="20" conditionals="15" coveredconditionals="15" methods="4" coveredmethods="4"/>
108
108
  <line num="1" count="31" type="stmt"/>
109
109
  <line num="2" count="31" type="stmt"/>
@@ -126,7 +126,7 @@
126
126
  <line num="46" count="1" type="stmt"/>
127
127
  <line num="52" count="6" type="stmt"/>
128
128
  </file>
129
- <file name="crud-delete-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-delete-button.ts">
129
+ <file name="crud-delete-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-delete-button.ts">
130
130
  <metrics statements="24" coveredstatements="24" conditionals="23" coveredconditionals="23" methods="6" coveredmethods="6"/>
131
131
  <line num="1" count="31" type="stmt"/>
132
132
  <line num="2" count="31" type="stmt"/>
@@ -153,7 +153,7 @@
153
153
  <line num="69" count="3" type="cond" truecount="2" falsecount="0"/>
154
154
  <line num="73" count="8" type="cond" truecount="3" falsecount="0"/>
155
155
  </file>
156
- <file name="crud-form.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-form.ts">
156
+ <file name="crud-form.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-form.ts">
157
157
  <metrics statements="30" coveredstatements="30" conditionals="8" coveredconditionals="8" methods="8" coveredmethods="8"/>
158
158
  <line num="1" count="31" type="stmt"/>
159
159
  <line num="2" count="31" type="stmt"/>
@@ -186,7 +186,7 @@
186
186
  <line num="91" count="3" type="cond" truecount="1" falsecount="0"/>
187
187
  <line num="92" count="2" type="stmt"/>
188
188
  </file>
189
- <file name="crud-save-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-save-button.ts">
189
+ <file name="crud-save-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/crud/crud-save-button.ts">
190
190
  <metrics statements="21" coveredstatements="21" conditionals="14" coveredconditionals="14" methods="4" coveredmethods="4"/>
191
191
  <line num="1" count="31" type="stmt"/>
192
192
  <line num="2" count="31" type="stmt"/>
@@ -213,7 +213,7 @@
213
213
  </package>
214
214
  <package name="src.components.tek-breadcrumb-header">
215
215
  <metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
216
- <file name="breadcrumb-header.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-breadcrumb-header/breadcrumb-header.ts">
216
+ <file name="breadcrumb-header.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-breadcrumb-header/breadcrumb-header.ts">
217
217
  <metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
218
218
  <line num="1" count="31" type="stmt"/>
219
219
  <line num="7" count="31" type="stmt"/>
@@ -228,7 +228,7 @@
228
228
  </package>
229
229
  <package name="src.components.tek-card-title">
230
230
  <metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
231
- <file name="card-title.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-card-title/card-title.ts">
231
+ <file name="card-title.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-card-title/card-title.ts">
232
232
  <metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
233
233
  <line num="1" count="31" type="stmt"/>
234
234
  <line num="7" count="31" type="stmt"/>
@@ -250,12 +250,12 @@
250
250
  </package>
251
251
  <package name="src.components.tek-datasource">
252
252
  <metrics statements="201" coveredstatements="201" conditionals="132" coveredconditionals="132" methods="50" coveredmethods="50"/>
253
- <file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
253
+ <file name="interfaces.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
254
254
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
255
255
  <line num="19" count="31" type="stmt"/>
256
256
  <line num="33" count="31" type="stmt"/>
257
257
  </file>
258
- <file name="memory-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
258
+ <file name="memory-datasource.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
259
259
  <metrics statements="121" coveredstatements="121" conditionals="89" coveredconditionals="89" methods="31" coveredmethods="31"/>
260
260
  <line num="1" count="31" type="stmt"/>
261
261
  <line num="4" count="31" type="stmt"/>
@@ -379,27 +379,27 @@
379
379
  <line num="318" count="42" type="stmt"/>
380
380
  <line num="322" count="31" type="stmt"/>
381
381
  </file>
382
- <file name="rest-datasource.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
382
+ <file name="rest-datasource.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
383
383
  <metrics statements="78" coveredstatements="78" conditionals="43" coveredconditionals="43" methods="19" coveredmethods="19"/>
384
384
  <line num="1" count="31" type="stmt"/>
385
385
  <line num="4" count="31" type="stmt"/>
386
386
  <line num="11" count="31" type="stmt"/>
387
- <line num="21" count="57" type="stmt"/>
388
- <line num="26" count="57" type="stmt"/>
389
- <line num="31" count="57" type="stmt"/>
390
- <line num="38" count="57" type="stmt"/>
391
- <line num="40" count="57" type="cond" truecount="1" falsecount="0"/>
392
- <line num="41" count="52" type="stmt"/>
393
- <line num="42" count="52" type="stmt"/>
394
- <line num="44" count="57" type="stmt"/>
395
- <line num="46" count="57" type="stmt"/>
396
- <line num="47" count="57" type="stmt"/>
397
- <line num="48" count="57" type="stmt"/>
398
- <line num="49" count="57" type="cond" truecount="1" falsecount="0"/>
387
+ <line num="21" count="59" type="stmt"/>
388
+ <line num="26" count="59" type="stmt"/>
389
+ <line num="31" count="59" type="stmt"/>
390
+ <line num="38" count="59" type="stmt"/>
391
+ <line num="40" count="59" type="cond" truecount="1" falsecount="0"/>
392
+ <line num="41" count="54" type="stmt"/>
393
+ <line num="42" count="54" type="stmt"/>
394
+ <line num="44" count="59" type="stmt"/>
395
+ <line num="46" count="59" type="stmt"/>
396
+ <line num="47" count="59" type="stmt"/>
397
+ <line num="48" count="59" type="stmt"/>
398
+ <line num="49" count="59" type="cond" truecount="1" falsecount="0"/>
399
399
  <line num="50" count="1" type="stmt"/>
400
400
  <line num="55" count="7" type="stmt"/>
401
401
  <line num="56" count="7" type="stmt"/>
402
- <line num="60" count="97" type="cond" truecount="1" falsecount="0"/>
402
+ <line num="60" count="99" type="cond" truecount="1" falsecount="0"/>
403
403
  <line num="61" count="7" type="stmt"/>
404
404
  <line num="62" count="7" type="stmt"/>
405
405
  <line num="63" count="7" type="stmt"/>
@@ -463,7 +463,7 @@
463
463
  </package>
464
464
  <package name="src.components.tek-drag-grid">
465
465
  <metrics statements="28" coveredstatements="28" conditionals="2" coveredconditionals="2" methods="9" coveredmethods="9"/>
466
- <file name="tek-drag-grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-drag-grid/tek-drag-grid.ts">
466
+ <file name="tek-drag-grid.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-drag-grid/tek-drag-grid.ts">
467
467
  <metrics statements="28" coveredstatements="28" conditionals="2" coveredconditionals="2" methods="9" coveredmethods="9"/>
468
468
  <line num="1" count="31" type="stmt"/>
469
469
  <line num="3" count="31" type="stmt"/>
@@ -496,8 +496,8 @@
496
496
  </file>
497
497
  </package>
498
498
  <package name="src.components.tek-grid">
499
- <metrics statements="924" coveredstatements="924" conditionals="427" coveredconditionals="427" methods="212" coveredmethods="212"/>
500
- <file name="filter-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
499
+ <metrics statements="953" coveredstatements="953" conditionals="447" coveredconditionals="447" methods="220" coveredmethods="220"/>
500
+ <file name="filter-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
501
501
  <metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
502
502
  <line num="1" count="31" type="stmt"/>
503
503
  <line num="4" count="31" type="stmt"/>
@@ -506,7 +506,7 @@
506
506
  <line num="14" count="2" type="stmt"/>
507
507
  <line num="18" count="2" type="stmt"/>
508
508
  </file>
509
- <file name="grid-column.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
509
+ <file name="grid-column.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
510
510
  <metrics statements="79" coveredstatements="79" conditionals="24" coveredconditionals="24" methods="19" coveredmethods="19"/>
511
511
  <line num="1" count="31" type="stmt"/>
512
512
  <line num="2" count="31" type="stmt"/>
@@ -568,27 +568,27 @@
568
568
  <line num="171" count="13" type="cond" truecount="2" falsecount="0"/>
569
569
  <line num="174" count="13" type="stmt"/>
570
570
  <line num="181" count="13" type="stmt"/>
571
- <line num="185" count="1341" type="stmt"/>
572
- <line num="189" count="333" type="stmt"/>
573
- <line num="190" count="333" type="stmt"/>
574
- <line num="191" count="333" type="cond" truecount="1" falsecount="0"/>
575
- <line num="192" count="50" type="stmt"/>
576
- <line num="197" count="831" type="stmt"/>
577
- <line num="201" count="332" type="stmt"/>
578
- <line num="202" count="332" type="stmt"/>
579
- <line num="203" count="332" type="cond" truecount="1" falsecount="0"/>
571
+ <line num="185" count="1711" type="stmt"/>
572
+ <line num="189" count="362" type="stmt"/>
573
+ <line num="190" count="362" type="stmt"/>
574
+ <line num="191" count="362" type="cond" truecount="1" falsecount="0"/>
575
+ <line num="192" count="51" type="stmt"/>
576
+ <line num="197" count="1008" type="stmt"/>
577
+ <line num="201" count="361" type="stmt"/>
578
+ <line num="202" count="361" type="stmt"/>
579
+ <line num="203" count="361" type="cond" truecount="1" falsecount="0"/>
580
580
  <line num="204" count="21" type="stmt"/>
581
- <line num="209" count="501" type="stmt"/>
582
- <line num="213" count="330" type="stmt"/>
583
- <line num="214" count="330" type="stmt"/>
584
- <line num="215" count="330" type="cond" truecount="1" falsecount="0"/>
581
+ <line num="209" count="669" type="stmt"/>
582
+ <line num="213" count="359" type="stmt"/>
583
+ <line num="214" count="359" type="stmt"/>
584
+ <line num="215" count="359" type="cond" truecount="1" falsecount="0"/>
585
585
  <line num="216" count="1" type="stmt"/>
586
- <line num="221" count="763" type="cond" truecount="2" falsecount="0"/>
587
- <line num="225" count="993" type="stmt"/>
588
- <line num="230" count="72" type="stmt"/>
589
- <line num="231" count="1" type="stmt"/>
586
+ <line num="221" count="960" type="cond" truecount="2" falsecount="0"/>
587
+ <line num="225" count="1081" type="stmt"/>
588
+ <line num="230" count="73" type="stmt"/>
589
+ <line num="231" count="2" type="stmt"/>
590
590
  </file>
591
- <file name="grid-columns-button-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button-controller.ts">
591
+ <file name="grid-columns-button-controller.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button-controller.ts">
592
592
  <metrics statements="14" coveredstatements="14" conditionals="7" coveredconditionals="7" methods="3" coveredmethods="3"/>
593
593
  <line num="1" count="31" type="stmt"/>
594
594
  <line num="5" count="31" type="stmt"/>
@@ -605,7 +605,7 @@
605
605
  <line num="25" count="2" type="stmt"/>
606
606
  <line num="26" count="2" type="stmt"/>
607
607
  </file>
608
- <file name="grid-columns-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button.ts">
608
+ <file name="grid-columns-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button.ts">
609
609
  <metrics statements="14" coveredstatements="14" conditionals="3" coveredconditionals="3" methods="4" coveredmethods="4"/>
610
610
  <line num="1" count="31" type="stmt"/>
611
611
  <line num="2" count="31" type="stmt"/>
@@ -622,7 +622,7 @@
622
622
  <line num="29" count="5" type="stmt"/>
623
623
  <line num="34" count="2" type="stmt"/>
624
624
  </file>
625
- <file name="grid-export-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-export-button.ts">
625
+ <file name="grid-export-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-export-button.ts">
626
626
  <metrics statements="37" coveredstatements="37" conditionals="15" coveredconditionals="15" methods="7" coveredmethods="7"/>
627
627
  <line num="1" count="31" type="stmt"/>
628
628
  <line num="4" count="31" type="stmt"/>
@@ -662,7 +662,7 @@
662
662
  <line num="82" count="1" type="stmt"/>
663
663
  <line num="83" count="1" type="stmt"/>
664
664
  </file>
665
- <file name="grid-filter-button.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-filter-button.ts">
665
+ <file name="grid-filter-button.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid-filter-button.ts">
666
666
  <metrics statements="163" coveredstatements="163" conditionals="106" coveredconditionals="106" methods="31" coveredmethods="31"/>
667
667
  <line num="1" count="31" type="stmt"/>
668
668
  <line num="4" count="31" type="stmt"/>
@@ -828,7 +828,7 @@
828
828
  <line num="449" count="4" type="cond" truecount="7" falsecount="0"/>
829
829
  <line num="450" count="2" type="stmt"/>
830
830
  </file>
831
- <file name="grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
831
+ <file name="grid.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
832
832
  <metrics statements="471" coveredstatements="471" conditionals="185" coveredconditionals="185" methods="115" coveredmethods="115"/>
833
833
  <line num="1" count="31" type="stmt"/>
834
834
  <line num="12" count="31" type="stmt"/>
@@ -840,101 +840,101 @@
840
840
  <line num="28" count="31" type="stmt"/>
841
841
  <line num="44" count="31" type="stmt"/>
842
842
  <line num="47" count="31" type="stmt"/>
843
- <line num="49" count="213" type="stmt"/>
844
- <line num="52" count="213" type="stmt"/>
845
- <line num="55" count="213" type="stmt"/>
846
- <line num="58" count="213" type="stmt"/>
847
- <line num="61" count="213" type="stmt"/>
848
- <line num="64" count="213" type="stmt"/>
849
- <line num="67" count="213" type="stmt"/>
850
- <line num="70" count="213" type="stmt"/>
851
- <line num="73" count="213" type="stmt"/>
852
- <line num="76" count="213" type="stmt"/>
853
- <line num="79" count="213" type="stmt"/>
854
- <line num="82" count="213" type="stmt"/>
855
- <line num="91" count="213" type="stmt"/>
856
- <line num="96" count="213" type="stmt"/>
857
- <line num="102" count="213" type="stmt"/>
858
- <line num="108" count="213" type="stmt"/>
859
- <line num="117" count="213" type="stmt"/>
860
- <line num="133" count="213" type="stmt"/>
861
- <line num="138" count="213" type="stmt"/>
862
- <line num="143" count="213" type="stmt"/>
863
- <line num="189" count="213" type="stmt"/>
864
- <line num="194" count="213" type="stmt"/>
865
- <line num="196" count="213" type="stmt"/>
866
- <line num="198" count="213" type="stmt"/>
867
- <line num="200" count="213" type="stmt"/>
868
- <line num="202" count="213" type="stmt"/>
869
- <line num="204" count="213" type="stmt"/>
870
- <line num="214" count="213" type="stmt"/>
871
- <line num="218" count="213" type="cond" truecount="2" falsecount="0"/>
872
- <line num="220" count="213" type="stmt"/>
873
- <line num="222" count="213" type="stmt"/>
874
- <line num="224" count="213" type="stmt"/>
875
- <line num="233" count="213" type="stmt"/>
876
- <line num="234" count="213" type="stmt"/>
877
- <line num="235" count="213" type="stmt"/>
878
- <line num="240" count="213" type="stmt"/>
879
- <line num="245" count="213" type="stmt"/>
880
- <line num="250" count="213" type="stmt"/>
881
- <line num="255" count="213" type="stmt"/>
882
- <line num="260" count="213" type="stmt"/>
883
- <line num="265" count="213" type="stmt"/>
884
- <line num="270" count="213" type="stmt"/>
885
- <line num="275" count="213" type="stmt"/>
886
- <line num="280" count="213" type="stmt"/>
887
- <line num="285" count="213" type="stmt"/>
888
- <line num="290" count="213" type="stmt"/>
889
- <line num="295" count="213" type="stmt"/>
890
- <line num="300" count="213" type="stmt"/>
891
- <line num="305" count="213" type="stmt"/>
892
- <line num="310" count="213" type="stmt"/>
893
- <line num="315" count="213" type="stmt"/>
894
- <line num="320" count="213" type="cond" truecount="2" falsecount="0"/>
895
- <line num="321" count="213" type="stmt"/>
896
- <line num="326" count="213" type="stmt"/>
897
- <line num="331" count="213" type="stmt"/>
898
- <line num="336" count="213" type="stmt"/>
899
- <line num="341" count="213" type="stmt"/>
900
- <line num="342" count="213" type="stmt"/>
901
- <line num="343" count="213" type="stmt"/>
902
- <line num="344" count="213" type="stmt"/>
903
- <line num="345" count="213" type="stmt"/>
904
- <line num="346" count="213" type="stmt"/>
905
- <line num="349" count="213" type="cond" truecount="2" falsecount="0"/>
906
- <line num="350" count="213" type="stmt"/>
907
- <line num="352" count="213" type="cond" truecount="1" falsecount="0"/>
843
+ <line num="49" count="226" type="stmt"/>
844
+ <line num="52" count="226" type="stmt"/>
845
+ <line num="55" count="226" type="stmt"/>
846
+ <line num="58" count="226" type="stmt"/>
847
+ <line num="61" count="226" type="stmt"/>
848
+ <line num="64" count="226" type="stmt"/>
849
+ <line num="67" count="226" type="stmt"/>
850
+ <line num="70" count="226" type="stmt"/>
851
+ <line num="73" count="226" type="stmt"/>
852
+ <line num="76" count="226" type="stmt"/>
853
+ <line num="79" count="226" type="stmt"/>
854
+ <line num="82" count="226" type="stmt"/>
855
+ <line num="91" count="226" type="stmt"/>
856
+ <line num="96" count="226" type="stmt"/>
857
+ <line num="102" count="226" type="stmt"/>
858
+ <line num="108" count="226" type="stmt"/>
859
+ <line num="117" count="226" type="stmt"/>
860
+ <line num="133" count="226" type="stmt"/>
861
+ <line num="138" count="226" type="stmt"/>
862
+ <line num="143" count="226" type="stmt"/>
863
+ <line num="189" count="226" type="stmt"/>
864
+ <line num="194" count="226" type="stmt"/>
865
+ <line num="196" count="226" type="stmt"/>
866
+ <line num="198" count="226" type="stmt"/>
867
+ <line num="200" count="226" type="stmt"/>
868
+ <line num="202" count="226" type="stmt"/>
869
+ <line num="204" count="226" type="stmt"/>
870
+ <line num="214" count="226" type="stmt"/>
871
+ <line num="218" count="226" type="cond" truecount="2" falsecount="0"/>
872
+ <line num="220" count="226" type="stmt"/>
873
+ <line num="222" count="226" type="stmt"/>
874
+ <line num="224" count="226" type="stmt"/>
875
+ <line num="233" count="226" type="stmt"/>
876
+ <line num="234" count="226" type="stmt"/>
877
+ <line num="235" count="226" type="stmt"/>
878
+ <line num="240" count="226" type="stmt"/>
879
+ <line num="245" count="226" type="stmt"/>
880
+ <line num="250" count="226" type="stmt"/>
881
+ <line num="255" count="226" type="stmt"/>
882
+ <line num="260" count="226" type="stmt"/>
883
+ <line num="265" count="226" type="stmt"/>
884
+ <line num="270" count="226" type="stmt"/>
885
+ <line num="275" count="226" type="stmt"/>
886
+ <line num="280" count="226" type="stmt"/>
887
+ <line num="285" count="226" type="stmt"/>
888
+ <line num="290" count="226" type="stmt"/>
889
+ <line num="295" count="226" type="stmt"/>
890
+ <line num="300" count="226" type="stmt"/>
891
+ <line num="305" count="226" type="stmt"/>
892
+ <line num="310" count="226" type="stmt"/>
893
+ <line num="315" count="226" type="stmt"/>
894
+ <line num="320" count="226" type="cond" truecount="2" falsecount="0"/>
895
+ <line num="321" count="226" type="stmt"/>
896
+ <line num="326" count="226" type="stmt"/>
897
+ <line num="331" count="226" type="stmt"/>
898
+ <line num="336" count="226" type="stmt"/>
899
+ <line num="341" count="226" type="stmt"/>
900
+ <line num="342" count="226" type="stmt"/>
901
+ <line num="343" count="226" type="stmt"/>
902
+ <line num="344" count="226" type="stmt"/>
903
+ <line num="345" count="226" type="stmt"/>
904
+ <line num="346" count="226" type="stmt"/>
905
+ <line num="349" count="226" type="cond" truecount="2" falsecount="0"/>
906
+ <line num="350" count="226" type="stmt"/>
907
+ <line num="352" count="226" type="cond" truecount="1" falsecount="0"/>
908
908
  <line num="353" count="9" type="stmt"/>
909
- <line num="356" count="213" type="stmt"/>
909
+ <line num="356" count="226" type="stmt"/>
910
910
  <line num="365" count="1" type="cond" truecount="1" falsecount="0"/>
911
911
  <line num="366" count="1" type="stmt"/>
912
912
  <line num="369" count="1" type="stmt"/>
913
913
  <line num="378" count="1" type="stmt"/>
914
914
  <line num="381" count="1" type="stmt"/>
915
915
  <line num="382" count="1" type="stmt"/>
916
- <line num="390" count="213" type="stmt"/>
917
- <line num="392" count="213" type="stmt"/>
918
- <line num="394" count="213" type="stmt"/>
919
- <line num="395" count="213" type="stmt"/>
920
- <line num="396" count="213" type="stmt"/>
921
- <line num="400" count="213" type="stmt"/>
922
- <line num="403" count="213" type="stmt"/>
923
- <line num="406" count="213" type="cond" truecount="1" falsecount="0"/>
924
- <line num="407" count="66" type="stmt"/>
925
- <line num="410" count="147" type="cond" truecount="3" falsecount="0"/>
916
+ <line num="390" count="226" type="stmt"/>
917
+ <line num="392" count="226" type="stmt"/>
918
+ <line num="394" count="226" type="stmt"/>
919
+ <line num="395" count="226" type="stmt"/>
920
+ <line num="396" count="226" type="stmt"/>
921
+ <line num="400" count="226" type="stmt"/>
922
+ <line num="403" count="226" type="stmt"/>
923
+ <line num="406" count="226" type="cond" truecount="1" falsecount="0"/>
924
+ <line num="407" count="68" type="stmt"/>
925
+ <line num="410" count="158" type="cond" truecount="3" falsecount="0"/>
926
926
  <line num="411" count="1" type="stmt"/>
927
927
  <line num="412" count="1" type="stmt"/>
928
928
  <line num="413" count="1" type="cond" truecount="2" falsecount="0"/>
929
- <line num="416" count="146" type="stmt"/>
930
- <line num="420" count="67" type="stmt"/>
931
- <line num="421" count="67" type="stmt"/>
932
- <line num="425" count="67" type="cond" truecount="1" falsecount="0"/>
933
- <line num="426" count="67" type="stmt"/>
934
- <line num="431" count="67" type="stmt"/>
935
- <line num="439" count="33" type="stmt"/>
936
- <line num="440" count="33" type="stmt"/>
937
- <line num="442" count="33" type="stmt"/>
929
+ <line num="416" count="157" type="stmt"/>
930
+ <line num="420" count="72" type="stmt"/>
931
+ <line num="421" count="72" type="stmt"/>
932
+ <line num="425" count="72" type="cond" truecount="1" falsecount="0"/>
933
+ <line num="426" count="72" type="stmt"/>
934
+ <line num="431" count="72" type="stmt"/>
935
+ <line num="439" count="34" type="stmt"/>
936
+ <line num="440" count="34" type="stmt"/>
937
+ <line num="442" count="34" type="stmt"/>
938
938
  <line num="446" count="3" type="stmt"/>
939
939
  <line num="447" count="3" type="stmt"/>
940
940
  <line num="451" count="1" type="stmt"/>
@@ -942,7 +942,7 @@
942
942
  <line num="456" count="2" type="cond" truecount="1" falsecount="0"/>
943
943
  <line num="457" count="1" type="stmt"/>
944
944
  <line num="463" count="1" type="stmt"/>
945
- <line num="471" count="295" type="stmt"/>
945
+ <line num="471" count="324" type="stmt"/>
946
946
  <line num="475" count="3" type="cond" truecount="1" falsecount="0"/>
947
947
  <line num="479" count="1" type="stmt"/>
948
948
  <line num="480" count="1" type="cond" truecount="2" falsecount="0"/>
@@ -995,46 +995,46 @@
995
995
  <line num="598" count="1" type="stmt"/>
996
996
  <line num="599" count="1" type="stmt"/>
997
997
  <line num="602" count="1" type="stmt"/>
998
- <line num="606" count="213" type="stmt"/>
999
- <line num="608" count="213" type="stmt"/>
1000
- <line num="617" count="213" type="stmt"/>
1001
- <line num="620" count="23" type="stmt"/>
1002
- <line num="623" count="213" type="stmt"/>
998
+ <line num="606" count="226" type="stmt"/>
999
+ <line num="608" count="226" type="stmt"/>
1000
+ <line num="617" count="226" type="stmt"/>
1001
+ <line num="620" count="35" type="stmt"/>
1002
+ <line num="623" count="226" type="stmt"/>
1003
1003
  <line num="629" count="30" type="stmt"/>
1004
1004
  <line num="630" count="30" type="stmt"/>
1005
1005
  <line num="632" count="30" type="stmt"/>
1006
- <line num="636" count="33" type="stmt"/>
1007
- <line num="637" count="33" type="stmt"/>
1008
- <line num="639" count="33" type="stmt"/>
1009
- <line num="640" count="33" type="stmt"/>
1010
- <line num="641" count="33" type="stmt"/>
1011
- <line num="642" count="33" type="stmt"/>
1012
- <line num="643" count="33" type="stmt"/>
1013
- <line num="647" count="33" type="stmt"/>
1006
+ <line num="636" count="34" type="stmt"/>
1007
+ <line num="637" count="34" type="stmt"/>
1008
+ <line num="639" count="34" type="stmt"/>
1009
+ <line num="640" count="34" type="stmt"/>
1010
+ <line num="641" count="34" type="stmt"/>
1011
+ <line num="642" count="34" type="stmt"/>
1012
+ <line num="643" count="34" type="stmt"/>
1013
+ <line num="647" count="34" type="stmt"/>
1014
1014
  <line num="648" count="29" type="cond" truecount="1" falsecount="0"/>
1015
1015
  <line num="652" count="24" type="stmt"/>
1016
1016
  <line num="655" count="29" type="stmt"/>
1017
- <line num="659" count="213" type="stmt"/>
1018
- <line num="661" count="30" type="stmt"/>
1019
- <line num="667" count="30" type="stmt"/>
1020
- <line num="669" count="30" type="stmt"/>
1021
- <line num="671" count="107" type="stmt"/>
1022
- <line num="672" count="35" type="stmt"/>
1023
- <line num="673" count="30" type="cond" truecount="2" falsecount="0"/>
1024
- <line num="677" count="25" type="cond" truecount="1" falsecount="0"/>
1025
- <line num="678" count="24" type="stmt"/>
1026
- <line num="679" count="35" type="stmt"/>
1027
- <line num="681" count="24" type="stmt"/>
1028
- <line num="682" count="8" type="stmt"/>
1029
- <line num="685" count="24" type="stmt"/>
1030
- <line num="688" count="25" type="stmt"/>
1017
+ <line num="659" count="226" type="stmt"/>
1018
+ <line num="661" count="32" type="stmt"/>
1019
+ <line num="667" count="32" type="stmt"/>
1020
+ <line num="669" count="32" type="stmt"/>
1021
+ <line num="671" count="113" type="stmt"/>
1022
+ <line num="672" count="37" type="stmt"/>
1023
+ <line num="673" count="32" type="cond" truecount="2" falsecount="0"/>
1024
+ <line num="677" count="27" type="cond" truecount="1" falsecount="0"/>
1025
+ <line num="678" count="26" type="stmt"/>
1026
+ <line num="679" count="37" type="stmt"/>
1027
+ <line num="681" count="26" type="stmt"/>
1028
+ <line num="682" count="9" type="stmt"/>
1029
+ <line num="685" count="26" type="stmt"/>
1030
+ <line num="688" count="27" type="stmt"/>
1031
1031
  <line num="690" count="5" type="stmt"/>
1032
1032
  <line num="691" count="5" type="stmt"/>
1033
- <line num="694" count="30" type="cond" truecount="3" falsecount="0"/>
1033
+ <line num="694" count="32" type="cond" truecount="3" falsecount="0"/>
1034
1034
  <line num="695" count="29" type="stmt"/>
1035
- <line num="698" count="30" type="cond" truecount="3" falsecount="0"/>
1035
+ <line num="698" count="32" type="cond" truecount="3" falsecount="0"/>
1036
1036
  <line num="699" count="1" type="stmt"/>
1037
- <line num="701" count="30" type="cond" truecount="1" falsecount="0"/>
1037
+ <line num="701" count="32" type="cond" truecount="1" falsecount="0"/>
1038
1038
  <line num="702" count="1" type="stmt"/>
1039
1039
  <line num="711" count="26" type="stmt"/>
1040
1040
  <line num="712" count="26" type="stmt"/>
@@ -1061,14 +1061,14 @@
1061
1061
  <line num="750" count="25" type="cond" truecount="3" falsecount="0"/>
1062
1062
  <line num="751" count="8" type="stmt"/>
1063
1063
  <line num="752" count="8" type="stmt"/>
1064
- <line num="758" count="59" type="stmt"/>
1065
- <line num="759" count="59" type="stmt"/>
1064
+ <line num="758" count="60" type="stmt"/>
1065
+ <line num="759" count="60" type="stmt"/>
1066
1066
  <line num="760" count="37" type="stmt"/>
1067
1067
  <line num="768" count="37" type="stmt"/>
1068
1068
  <line num="770" count="37" type="stmt"/>
1069
- <line num="775" count="89" type="stmt"/>
1070
- <line num="776" count="330" type="cond" truecount="2" falsecount="0"/>
1071
- <line num="778" count="89" type="stmt"/>
1069
+ <line num="775" count="92" type="stmt"/>
1070
+ <line num="776" count="339" type="cond" truecount="2" falsecount="0"/>
1071
+ <line num="778" count="92" type="stmt"/>
1072
1072
  <line num="786" count="93" type="cond" truecount="2" falsecount="0"/>
1073
1073
  <line num="787" count="93" type="stmt"/>
1074
1074
  <line num="800" count="93" type="stmt"/>
@@ -1302,156 +1302,185 @@
1302
1302
  <line num="1480" count="7" type="stmt"/>
1303
1303
  <line num="1481" count="7" type="stmt"/>
1304
1304
  </file>
1305
- <file name="interfaces.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
1305
+ <file name="interfaces.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
1306
1306
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1307
1307
  <line num="135" count="31" type="stmt"/>
1308
1308
  <line num="136" count="31" type="stmt"/>
1309
1309
  </file>
1310
- <file name="layout-options.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
1311
- <metrics statements="138" coveredstatements="138" conditionals="87" coveredconditionals="87" methods="28" coveredmethods="28"/>
1310
+ <file name="layout-options.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
1311
+ <metrics statements="167" coveredstatements="167" conditionals="107" coveredconditionals="107" methods="36" coveredmethods="36"/>
1312
1312
  <line num="1" count="31" type="stmt"/>
1313
1313
  <line num="4" count="31" type="stmt"/>
1314
1314
  <line num="7" count="31" type="stmt"/>
1315
+ <line num="10" count="31" type="stmt"/>
1315
1316
  <line num="18" count="31" type="stmt"/>
1316
- <line num="23" count="29" type="stmt"/>
1317
- <line num="25" count="29" type="stmt"/>
1318
- <line num="27" count="29" type="stmt"/>
1319
- <line num="29" count="29" type="stmt"/>
1320
- <line num="35" count="29" type="stmt"/>
1321
- <line num="37" count="29" type="stmt"/>
1322
- <line num="39" count="29" type="stmt"/>
1323
- <line num="41" count="29" type="stmt"/>
1324
- <line num="51" count="29" type="stmt"/>
1325
- <line num="52" count="29" type="stmt"/>
1326
- <line num="53" count="29" type="stmt"/>
1327
- <line num="57" count="20" type="stmt"/>
1328
- <line num="58" count="20" type="stmt"/>
1329
- <line num="65" count="18" type="stmt"/>
1330
- <line num="67" count="20" type="stmt"/>
1331
- <line num="71" count="27" type="cond" truecount="1" falsecount="0"/>
1332
- <line num="73" count="27" type="cond" truecount="2" falsecount="0"/>
1333
- <line num="74" count="7" type="stmt"/>
1334
- <line num="75" count="7" type="cond" truecount="1" falsecount="0"/>
1335
- <line num="77" count="20" type="stmt"/>
1336
- <line num="80" count="27" type="cond" truecount="1" falsecount="0"/>
1337
- <line num="81" count="27" type="stmt"/>
1338
- <line num="84" count="27" type="stmt"/>
1339
- <line num="88" count="3" type="stmt"/>
1340
- <line num="92" count="24" type="cond" truecount="3" falsecount="0"/>
1341
- <line num="94" count="23" type="stmt"/>
1342
- <line num="95" count="23" type="stmt"/>
1343
- <line num="99" count="24" type="stmt"/>
1344
- <line num="100" count="24" type="stmt"/>
1345
- <line num="101" count="24" type="stmt"/>
1346
- <line num="103" count="24" type="stmt"/>
1347
- <line num="104" count="24" type="stmt"/>
1348
- <line num="107" count="24" type="stmt"/>
1349
- <line num="108" count="67" type="stmt"/>
1350
- <line num="123" count="24" type="stmt"/>
1351
- <line num="125" count="24" type="stmt"/>
1352
- <line num="127" count="24" type="cond" truecount="1" falsecount="0"/>
1353
- <line num="128" count="22" type="stmt"/>
1354
- <line num="131" count="24" type="stmt"/>
1355
- <line num="132" count="24" type="cond" truecount="1" falsecount="0"/>
1356
- <line num="133" count="18" type="stmt"/>
1357
- <line num="134" count="18" type="stmt"/>
1358
- <line num="135" count="18" type="cond" truecount="1" falsecount="0"/>
1359
- <line num="136" count="4" type="stmt"/>
1360
- <line num="137" count="4" type="stmt"/>
1361
- <line num="143" count="4" type="stmt"/>
1362
- <line num="150" count="24" type="cond" truecount="2" falsecount="0"/>
1363
- <line num="152" count="24" type="cond" truecount="3" falsecount="0"/>
1364
- <line num="153" count="2" type="stmt"/>
1365
- <line num="156" count="22" type="cond" truecount="1" falsecount="0"/>
1366
- <line num="157" count="4" type="stmt"/>
1367
- <line num="158" count="4" type="stmt"/>
1368
- <line num="159" count="4" type="stmt"/>
1369
- <line num="160" count="4" type="stmt"/>
1370
- <line num="167" count="18" type="cond" truecount="2" falsecount="0"/>
1371
- <line num="171" count="83" type="cond" truecount="1" falsecount="0"/>
1372
- <line num="172" count="79" type="cond" truecount="1" falsecount="0"/>
1373
- <line num="173" count="78" type="stmt"/>
1374
- <line num="175" count="4" type="stmt"/>
1375
- <line num="179" count="7" type="cond" truecount="1" falsecount="0"/>
1376
- <line num="181" count="6" type="cond" truecount="2" falsecount="0"/>
1377
- <line num="183" count="6" type="cond" truecount="4" falsecount="0"/>
1378
- <line num="192" count="4" type="stmt"/>
1379
- <line num="193" count="4" type="cond" truecount="2" falsecount="0"/>
1380
- <line num="194" count="2" type="cond" truecount="1" falsecount="0"/>
1381
- <line num="195" count="1" type="stmt"/>
1382
- <line num="238" count="1" type="stmt"/>
1383
- <line num="239" count="1" type="stmt"/>
1384
- <line num="250" count="1" type="stmt"/>
1385
- <line num="251" count="1" type="stmt"/>
1386
- <line num="261" count="2" type="stmt"/>
1387
- <line num="263" count="2" type="stmt"/>
1388
- <line num="268" count="4" type="cond" truecount="1" falsecount="0"/>
1389
- <line num="269" count="1" type="stmt"/>
1390
- <line num="270" count="1" type="stmt"/>
1391
- <line num="273" count="4" type="stmt"/>
1392
- <line num="274" count="4" type="stmt"/>
1393
- <line num="275" count="4" type="stmt"/>
1394
- <line num="279" count="6" type="stmt"/>
1395
- <line num="280" count="6" type="stmt"/>
1396
- <line num="282" count="6" type="stmt"/>
1397
- <line num="286" count="1" type="stmt"/>
1398
- <line num="288" count="1" type="cond" truecount="1" falsecount="0"/>
1399
- <line num="289" count="1" type="stmt"/>
1400
- <line num="292" count="1" type="stmt"/>
1401
- <line num="296" count="13" type="cond" truecount="1" falsecount="0"/>
1402
- <line num="297" count="2" type="stmt"/>
1403
- <line num="302" count="2" type="cond" truecount="1" falsecount="0"/>
1404
- <line num="305" count="12" type="stmt"/>
1405
- <line num="306" count="12" type="stmt"/>
1406
- <line num="308" count="12" type="cond" truecount="1" falsecount="0"/>
1407
- <line num="309" count="3" type="stmt"/>
1408
- <line num="312" count="12" type="cond" truecount="1" falsecount="0"/>
1409
- <line num="313" count="5" type="stmt"/>
1410
- <line num="316" count="12" type="stmt"/>
1411
- <line num="320" count="14" type="stmt"/>
1412
- <line num="322" count="14" type="stmt"/>
1413
- <line num="327" count="14" type="cond" truecount="2" falsecount="0"/>
1414
- <line num="328" count="14" type="cond" truecount="4" falsecount="0"/>
1415
- <line num="329" count="1" type="stmt"/>
1416
- <line num="330" count="13" type="cond" truecount="2" falsecount="0"/>
1417
- <line num="331" count="1" type="stmt"/>
1418
- <line num="332" count="1" type="stmt"/>
1419
- <line num="334" count="12" type="stmt"/>
1420
- <line num="339" count="2" type="cond" truecount="1" falsecount="0"/>
1421
- <line num="340" count="1" type="stmt"/>
1422
- <line num="341" count="1" type="stmt"/>
1423
- <line num="344" count="2" type="stmt"/>
1424
- <line num="346" count="2" type="stmt"/>
1425
- <line num="350" count="1" type="stmt"/>
1426
- <line num="351" count="1" type="stmt"/>
1427
- <line num="352" count="1" type="stmt"/>
1428
- <line num="353" count="1" type="stmt"/>
1429
- <line num="355" count="1" type="stmt"/>
1430
- <line num="357" count="1" type="stmt"/>
1431
- <line num="361" count="2" type="stmt"/>
1432
- <line num="362" count="2" type="cond" truecount="2" falsecount="0"/>
1433
- <line num="363" count="2" type="cond" truecount="2" falsecount="0"/>
1434
- <line num="364" count="2" type="cond" truecount="2" falsecount="0"/>
1435
- <line num="365" count="2" type="cond" truecount="1" falsecount="0"/>
1436
- <line num="366" count="2" type="stmt"/>
1437
- <line num="367" count="8" type="stmt"/>
1438
- <line num="368" count="18" type="stmt"/>
1439
- <line num="370" count="8" type="cond" truecount="2" falsecount="0"/>
1440
- <line num="373" count="8" type="stmt"/>
1441
- <line num="380" count="2" type="cond" truecount="1" falsecount="0"/>
1442
- <line num="381" count="2" type="stmt"/>
1443
- <line num="386" count="9" type="stmt"/>
1444
- <line num="387" count="9" type="cond" truecount="2" falsecount="0"/>
1445
- <line num="388" count="9" type="stmt"/>
1446
- <line num="389" count="13" type="stmt"/>
1447
- <line num="391" count="9" type="stmt"/>
1448
- <line num="392" count="27" type="cond" truecount="1" falsecount="0"/>
1449
- <line num="396" count="16" type="stmt"/>
1317
+ <line num="23" count="44" type="stmt"/>
1318
+ <line num="25" count="44" type="stmt"/>
1319
+ <line num="27" count="44" type="stmt"/>
1320
+ <line num="29" count="44" type="stmt"/>
1321
+ <line num="35" count="44" type="stmt"/>
1322
+ <line num="37" count="44" type="stmt"/>
1323
+ <line num="39" count="44" type="stmt"/>
1324
+ <line num="41" count="44" type="stmt"/>
1325
+ <line num="53" count="44" type="stmt"/>
1326
+ <line num="54" count="44" type="stmt"/>
1327
+ <line num="55" count="44" type="stmt"/>
1328
+ <line num="59" count="27" type="stmt"/>
1329
+ <line num="60" count="27" type="stmt"/>
1330
+ <line num="67" count="25" type="stmt"/>
1331
+ <line num="69" count="27" type="stmt"/>
1332
+ <line num="73" count="39" type="cond" truecount="1" falsecount="0"/>
1333
+ <line num="75" count="39" type="cond" truecount="2" falsecount="0"/>
1334
+ <line num="76" count="12" type="stmt"/>
1335
+ <line num="77" count="12" type="cond" truecount="1" falsecount="0"/>
1336
+ <line num="79" count="27" type="stmt"/>
1337
+ <line num="82" count="39" type="cond" truecount="1" falsecount="0"/>
1338
+ <line num="83" count="39" type="stmt"/>
1339
+ <line num="86" count="39" type="stmt"/>
1340
+ <line num="90" count="10" type="stmt"/>
1341
+ <line num="94" count="36" type="cond" truecount="3" falsecount="0"/>
1342
+ <line num="96" count="35" type="stmt"/>
1343
+ <line num="97" count="35" type="stmt"/>
1344
+ <line num="101" count="36" type="stmt"/>
1345
+ <line num="102" count="36" type="stmt"/>
1346
+ <line num="103" count="36" type="stmt"/>
1347
+ <line num="105" count="36" type="stmt"/>
1348
+ <line num="106" count="36" type="stmt"/>
1349
+ <line num="109" count="36" type="stmt"/>
1350
+ <line num="110" count="36" type="stmt"/>
1351
+ <line num="111" count="93" type="stmt"/>
1352
+ <line num="113" count="36" type="stmt"/>
1353
+ <line num="115" count="36" type="stmt"/>
1354
+ <line num="117" count="36" type="stmt"/>
1355
+ <line num="119" count="36" type="cond" truecount="1" falsecount="0"/>
1356
+ <line num="120" count="34" type="stmt"/>
1357
+ <line num="123" count="36" type="stmt"/>
1358
+ <line num="124" count="36" type="cond" truecount="1" falsecount="0"/>
1359
+ <line num="125" count="25" type="stmt"/>
1360
+ <line num="126" count="25" type="stmt"/>
1361
+ <line num="127" count="25" type="cond" truecount="1" falsecount="0"/>
1362
+ <line num="128" count="4" type="stmt"/>
1363
+ <line num="129" count="4" type="stmt"/>
1364
+ <line num="135" count="4" type="stmt"/>
1365
+ <line num="142" count="36" type="cond" truecount="2" falsecount="0"/>
1366
+ <line num="144" count="36" type="cond" truecount="3" falsecount="0"/>
1367
+ <line num="145" count="2" type="stmt"/>
1368
+ <line num="148" count="34" type="cond" truecount="1" falsecount="0"/>
1369
+ <line num="149" count="4" type="stmt"/>
1370
+ <line num="150" count="4" type="stmt"/>
1371
+ <line num="151" count="4" type="stmt"/>
1372
+ <line num="152" count="4" type="stmt"/>
1373
+ <line num="159" count="30" type="cond" truecount="2" falsecount="0"/>
1374
+ <line num="163" count="227" type="cond" truecount="1" falsecount="0"/>
1375
+ <line num="164" count="218" type="cond" truecount="1" falsecount="0"/>
1376
+ <line num="165" count="216" type="stmt"/>
1377
+ <line num="167" count="9" type="stmt"/>
1378
+ <line num="174" count="227" type="stmt"/>
1379
+ <line num="176" count="227" type="stmt"/>
1380
+ <line num="195" count="54" type="cond" truecount="1" falsecount="0"/>
1381
+ <line num="196" count="1" type="stmt"/>
1382
+ <line num="199" count="53" type="stmt"/>
1383
+ <line num="206" count="118" type="stmt"/>
1384
+ <line num="212" count="13" type="cond" truecount="1" falsecount="0"/>
1385
+ <line num="213" count="3" type="stmt"/>
1386
+ <line num="214" count="3" type="stmt"/>
1387
+ <line num="217" count="10" type="stmt"/>
1388
+ <line num="221" count="10" type="stmt"/>
1389
+ <line num="232" count="13" type="stmt"/>
1390
+ <line num="233" count="13" type="cond" truecount="1" falsecount="0"/>
1391
+ <line num="235" count="12" type="stmt"/>
1392
+ <line num="237" count="12" type="stmt"/>
1393
+ <line num="241" count="6" type="stmt"/>
1394
+ <line num="245" count="10" type="cond" truecount="1" falsecount="0"/>
1395
+ <line num="246" count="7" type="stmt"/>
1396
+ <line num="249" count="3" type="stmt"/>
1397
+ <line num="250" count="3" type="cond" truecount="1" falsecount="0"/>
1398
+ <line num="252" count="2" type="stmt"/>
1399
+ <line num="256" count="7" type="cond" truecount="1" falsecount="0"/>
1400
+ <line num="258" count="6" type="cond" truecount="2" falsecount="0"/>
1401
+ <line num="260" count="6" type="cond" truecount="4" falsecount="0"/>
1402
+ <line num="269" count="4" type="stmt"/>
1403
+ <line num="270" count="4" type="cond" truecount="2" falsecount="0"/>
1404
+ <line num="271" count="2" type="cond" truecount="1" falsecount="0"/>
1405
+ <line num="272" count="1" type="stmt"/>
1406
+ <line num="315" count="1" type="stmt"/>
1407
+ <line num="316" count="1" type="stmt"/>
1408
+ <line num="327" count="1" type="stmt"/>
1409
+ <line num="328" count="1" type="stmt"/>
1410
+ <line num="338" count="2" type="stmt"/>
1411
+ <line num="340" count="2" type="stmt"/>
1412
+ <line num="345" count="4" type="cond" truecount="1" falsecount="0"/>
1413
+ <line num="346" count="1" type="stmt"/>
1414
+ <line num="347" count="1" type="stmt"/>
1415
+ <line num="350" count="4" type="stmt"/>
1416
+ <line num="351" count="4" type="stmt"/>
1417
+ <line num="352" count="4" type="stmt"/>
1418
+ <line num="356" count="6" type="stmt"/>
1419
+ <line num="357" count="6" type="stmt"/>
1420
+ <line num="359" count="6" type="stmt"/>
1421
+ <line num="363" count="1" type="stmt"/>
1422
+ <line num="365" count="1" type="cond" truecount="1" falsecount="0"/>
1423
+ <line num="366" count="1" type="stmt"/>
1424
+ <line num="369" count="1" type="stmt"/>
1425
+ <line num="373" count="15" type="cond" truecount="2" falsecount="0"/>
1426
+ <line num="375" count="15" type="cond" truecount="1" falsecount="0"/>
1427
+ <line num="376" count="3" type="stmt"/>
1428
+ <line num="381" count="3" type="cond" truecount="1" falsecount="0"/>
1429
+ <line num="384" count="14" type="stmt"/>
1430
+ <line num="386" count="14" type="cond" truecount="1" falsecount="0"/>
1431
+ <line num="387" count="3" type="stmt"/>
1432
+ <line num="390" count="14" type="cond" truecount="1" falsecount="0"/>
1433
+ <line num="391" count="6" type="stmt"/>
1434
+ <line num="394" count="14" type="stmt"/>
1435
+ <line num="398" count="17" type="stmt"/>
1436
+ <line num="400" count="17" type="stmt"/>
1437
+ <line num="405" count="17" type="cond" truecount="2" falsecount="0"/>
1438
+ <line num="406" count="17" type="cond" truecount="4" falsecount="0"/>
1439
+ <line num="407" count="2" type="stmt"/>
1440
+ <line num="408" count="15" type="cond" truecount="2" falsecount="0"/>
1441
+ <line num="409" count="1" type="stmt"/>
1442
+ <line num="410" count="1" type="stmt"/>
1443
+ <line num="412" count="14" type="stmt"/>
1444
+ <line num="417" count="2" type="cond" truecount="1" falsecount="0"/>
1445
+ <line num="418" count="1" type="stmt"/>
1446
+ <line num="419" count="1" type="stmt"/>
1447
+ <line num="422" count="2" type="stmt"/>
1448
+ <line num="424" count="2" type="stmt"/>
1449
+ <line num="435" count="4" type="cond" truecount="1" falsecount="0"/>
1450
+ <line num="436" count="1" type="stmt"/>
1451
+ <line num="437" count="1" type="stmt"/>
1452
+ <line num="438" count="1" type="stmt"/>
1453
+ <line num="441" count="3" type="stmt"/>
1454
+ <line num="442" count="3" type="stmt"/>
1455
+ <line num="443" count="3" type="stmt"/>
1456
+ <line num="444" count="3" type="stmt"/>
1457
+ <line num="446" count="3" type="stmt"/>
1458
+ <line num="448" count="3" type="stmt"/>
1459
+ <line num="452" count="3" type="stmt"/>
1460
+ <line num="453" count="3" type="cond" truecount="2" falsecount="0"/>
1461
+ <line num="454" count="3" type="cond" truecount="2" falsecount="0"/>
1462
+ <line num="455" count="3" type="cond" truecount="2" falsecount="0"/>
1463
+ <line num="456" count="3" type="cond" truecount="1" falsecount="0"/>
1464
+ <line num="457" count="3" type="stmt"/>
1465
+ <line num="458" count="11" type="stmt"/>
1466
+ <line num="459" count="24" type="stmt"/>
1467
+ <line num="461" count="11" type="cond" truecount="2" falsecount="0"/>
1468
+ <line num="464" count="11" type="stmt"/>
1469
+ <line num="471" count="3" type="stmt"/>
1470
+ <line num="473" count="3" type="cond" truecount="1" falsecount="0"/>
1471
+ <line num="474" count="3" type="stmt"/>
1472
+ <line num="479" count="12" type="stmt"/>
1473
+ <line num="480" count="12" type="cond" truecount="2" falsecount="0"/>
1474
+ <line num="481" count="12" type="stmt"/>
1475
+ <line num="482" count="22" type="stmt"/>
1476
+ <line num="484" count="12" type="stmt"/>
1477
+ <line num="485" count="36" type="cond" truecount="1" falsecount="0"/>
1478
+ <line num="489" count="16" type="stmt"/>
1450
1479
  </file>
1451
1480
  </package>
1452
1481
  <package name="src.components.tek-image">
1453
1482
  <metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1454
- <file name="image.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-image/image.ts">
1483
+ <file name="image.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-image/image.ts">
1455
1484
  <metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1456
1485
  <line num="1" count="31" type="stmt"/>
1457
1486
  <line num="7" count="31" type="stmt"/>
@@ -1480,7 +1509,7 @@
1480
1509
  </package>
1481
1510
  <package name="src.components.tek-iterable-carousel">
1482
1511
  <metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
1483
- <file name="iterable-carousel.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-carousel/iterable-carousel.ts">
1512
+ <file name="iterable-carousel.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-carousel/iterable-carousel.ts">
1484
1513
  <metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
1485
1514
  <line num="1" count="31" type="stmt"/>
1486
1515
  <line num="9" count="31" type="stmt"/>
@@ -1493,7 +1522,7 @@
1493
1522
  </package>
1494
1523
  <package name="src.components.tek-iterable-component-render">
1495
1524
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1496
- <file name="iterable-component-render.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-component-render/iterable-component-render.ts">
1525
+ <file name="iterable-component-render.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-iterable-component-render/iterable-component-render.ts">
1497
1526
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1498
1527
  <line num="1" count="31" type="stmt"/>
1499
1528
  <line num="10" count="31" type="stmt"/>
@@ -1501,7 +1530,7 @@
1501
1530
  </package>
1502
1531
  <package name="src.components.tek-loading">
1503
1532
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1504
- <file name="loading.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-loading/loading.ts">
1533
+ <file name="loading.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-loading/loading.ts">
1505
1534
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1506
1535
  <line num="1" count="31" type="stmt"/>
1507
1536
  <line num="5" count="31" type="stmt"/>
@@ -1517,7 +1546,7 @@
1517
1546
  </package>
1518
1547
  <package name="src.components.tek-notifications">
1519
1548
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
1520
- <file name="notifications.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-notifications/notifications.ts">
1549
+ <file name="notifications.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-notifications/notifications.ts">
1521
1550
  <metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
1522
1551
  <line num="1" count="31" type="stmt"/>
1523
1552
  <line num="7" count="31" type="stmt"/>
@@ -1533,7 +1562,7 @@
1533
1562
  </package>
1534
1563
  <package name="src.components.tek-product-card">
1535
1564
  <metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
1536
- <file name="product-card.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-product-card/product-card.ts">
1565
+ <file name="product-card.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-product-card/product-card.ts">
1537
1566
  <metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
1538
1567
  <line num="1" count="31" type="stmt"/>
1539
1568
  <line num="2" count="31" type="stmt"/>
@@ -1570,7 +1599,7 @@
1570
1599
  </package>
1571
1600
  <package name="src.components.tek-tree-grid">
1572
1601
  <metrics statements="107" coveredstatements="107" conditionals="21" coveredconditionals="21" methods="19" coveredmethods="19"/>
1573
- <file name="tree-grid.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
1602
+ <file name="tree-grid.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
1574
1603
  <metrics statements="107" coveredstatements="107" conditionals="21" coveredconditionals="21" methods="19" coveredmethods="19"/>
1575
1604
  <line num="1" count="31" type="stmt"/>
1576
1605
  <line num="6" count="31" type="stmt"/>
@@ -1683,7 +1712,7 @@
1683
1712
  </package>
1684
1713
  <package name="src.components.tek-user-info">
1685
1714
  <metrics statements="86" coveredstatements="86" conditionals="45" coveredconditionals="45" methods="32" coveredmethods="32"/>
1686
- <file name="TekUserInfoController.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/TekUserInfoController.ts">
1715
+ <file name="TekUserInfoController.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/TekUserInfoController.ts">
1687
1716
  <metrics statements="27" coveredstatements="27" conditionals="28" coveredconditionals="28" methods="18" coveredmethods="18"/>
1688
1717
  <line num="1" count="31" type="stmt"/>
1689
1718
  <line num="5" count="31" type="stmt"/>
@@ -1713,7 +1742,7 @@
1713
1742
  <line num="83" count="2" type="stmt"/>
1714
1743
  <line num="84" count="2" type="cond" truecount="2" falsecount="0"/>
1715
1744
  </file>
1716
- <file name="tek-user-info-list.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info-list.ts">
1745
+ <file name="tek-user-info-list.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info-list.ts">
1717
1746
  <metrics statements="15" coveredstatements="15" conditionals="5" coveredconditionals="5" methods="4" coveredmethods="4"/>
1718
1747
  <line num="1" count="31" type="stmt"/>
1719
1748
  <line num="2" count="31" type="stmt"/>
@@ -1731,7 +1760,7 @@
1731
1760
  <line num="45" count="1" type="stmt"/>
1732
1761
  <line num="56" count="1" type="stmt"/>
1733
1762
  </file>
1734
- <file name="tek-user-info.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info.ts">
1763
+ <file name="tek-user-info.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info.ts">
1735
1764
  <metrics statements="44" coveredstatements="44" conditionals="12" coveredconditionals="12" methods="10" coveredmethods="10"/>
1736
1765
  <line num="1" count="31" type="stmt"/>
1737
1766
  <line num="4" count="31" type="stmt"/>
@@ -1781,13 +1810,13 @@
1781
1810
  </package>
1782
1811
  <package name="src.error">
1783
1812
  <metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1784
- <file name="delete-rows-error.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/error/delete-rows-error.ts">
1813
+ <file name="delete-rows-error.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/error/delete-rows-error.ts">
1785
1814
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1786
1815
  <line num="4" count="32" type="stmt"/>
1787
1816
  <line num="6" count="2" type="stmt"/>
1788
1817
  <line num="9" count="2" type="stmt"/>
1789
1818
  </file>
1790
- <file name="incomplete-groups-error.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/error/incomplete-groups-error.ts">
1819
+ <file name="incomplete-groups-error.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/error/incomplete-groups-error.ts">
1791
1820
  <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1792
1821
  <line num="7" count="31" type="stmt"/>
1793
1822
  <line num="9" count="1" type="stmt"/>
@@ -1797,8 +1826,8 @@
1797
1826
  </file>
1798
1827
  </package>
1799
1828
  <package name="src.utils">
1800
- <metrics statements="12" coveredstatements="12" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="2"/>
1801
- <file name="extract-properties.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/extract-properties.ts">
1829
+ <metrics statements="33" coveredstatements="33" conditionals="12" coveredconditionals="12" methods="7" coveredmethods="7"/>
1830
+ <file name="extract-properties.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/extract-properties.ts">
1802
1831
  <metrics statements="6" coveredstatements="6" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="2"/>
1803
1832
  <line num="7" count="31" type="stmt"/>
1804
1833
  <line num="8" count="4" type="stmt"/>
@@ -1807,44 +1836,68 @@
1807
1836
  <line num="11" count="6" type="stmt"/>
1808
1837
  <line num="15" count="4" type="stmt"/>
1809
1838
  </file>
1810
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/index.ts">
1811
- <metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1839
+ <file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/index.ts">
1840
+ <metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1812
1841
  <line num="1" count="31" type="stmt"/>
1813
1842
  <line num="2" count="31" type="stmt"/>
1814
1843
  <line num="3" count="31" type="stmt"/>
1815
1844
  <line num="4" count="31" type="stmt"/>
1816
1845
  <line num="5" count="31" type="stmt"/>
1817
1846
  <line num="6" count="31" type="stmt"/>
1847
+ <line num="7" count="31" type="stmt"/>
1848
+ </file>
1849
+ <file name="object-comparison.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/object-comparison.ts">
1850
+ <metrics statements="20" coveredstatements="20" conditionals="11" coveredconditionals="11" methods="5" coveredmethods="5"/>
1851
+ <line num="3" count="32" type="stmt"/>
1852
+ <line num="5" count="32" type="stmt"/>
1853
+ <line num="6" count="49" type="stmt"/>
1854
+ <line num="9" count="32" type="stmt"/>
1855
+ <line num="10" count="549" type="cond" truecount="4" falsecount="0"/>
1856
+ <line num="11" count="133" type="stmt"/>
1857
+ <line num="14" count="416" type="cond" truecount="1" falsecount="0"/>
1858
+ <line num="15" count="83" type="cond" truecount="1" falsecount="0"/>
1859
+ <line num="16" count="42" type="stmt"/>
1860
+ <line num="19" count="333" type="cond" truecount="3" falsecount="0"/>
1861
+ <line num="20" count="119" type="stmt"/>
1862
+ <line num="23" count="452" type="stmt"/>
1863
+ <line num="24" count="452" type="cond" truecount="1" falsecount="0"/>
1864
+ <line num="25" count="236" type="stmt"/>
1865
+ <line num="28" count="452" type="stmt"/>
1866
+ <line num="31" count="119" type="cond" truecount="1" falsecount="0"/>
1867
+ <line num="33" count="69" type="stmt"/>
1868
+ <line num="36" count="214" type="stmt"/>
1869
+ <line num="39" count="32" type="stmt"/>
1870
+ <line num="40" count="25" type="stmt"/>
1818
1871
  </file>
1819
1872
  </package>
1820
1873
  <package name="src.utils.grid-base">
1821
1874
  <metrics statements="155" coveredstatements="155" conditionals="92" coveredconditionals="92" methods="68" coveredmethods="68"/>
1822
- <file name="grid-base.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
1875
+ <file name="grid-base.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
1823
1876
  <metrics statements="124" coveredstatements="124" conditionals="59" coveredconditionals="59" methods="47" coveredmethods="47"/>
1824
1877
  <line num="4" count="31" type="stmt"/>
1825
1878
  <line num="7" count="31" type="stmt"/>
1826
1879
  <line num="14" count="31" type="stmt"/>
1827
1880
  <line num="36" count="31" type="stmt"/>
1828
- <line num="39" count="231" type="stmt"/>
1829
- <line num="42" count="231" type="stmt"/>
1830
- <line num="43" count="231" type="stmt"/>
1831
- <line num="47" count="231" type="stmt"/>
1832
- <line num="48" count="71" type="stmt"/>
1833
- <line num="56" count="71" type="stmt"/>
1834
- <line num="74" count="69" type="stmt"/>
1835
- <line num="92" count="68" type="stmt"/>
1836
- <line num="111" count="136" type="stmt"/>
1837
- <line num="118" count="68" type="stmt"/>
1838
- <line num="136" count="68" type="stmt"/>
1839
- <line num="143" count="68" type="stmt"/>
1840
- <line num="159" count="68" type="stmt"/>
1841
- <line num="165" count="68" type="stmt"/>
1842
- <line num="172" count="68" type="stmt"/>
1843
- <line num="179" count="68" type="stmt"/>
1844
- <line num="201" count="68" type="stmt"/>
1845
- <line num="211" count="68" type="stmt"/>
1846
- <line num="223" count="68" type="stmt"/>
1847
- <line num="230" count="68" type="stmt"/>
1881
+ <line num="39" count="244" type="stmt"/>
1882
+ <line num="42" count="244" type="stmt"/>
1883
+ <line num="43" count="244" type="stmt"/>
1884
+ <line num="47" count="244" type="stmt"/>
1885
+ <line num="48" count="76" type="stmt"/>
1886
+ <line num="56" count="76" type="stmt"/>
1887
+ <line num="74" count="74" type="stmt"/>
1888
+ <line num="92" count="73" type="stmt"/>
1889
+ <line num="111" count="146" type="stmt"/>
1890
+ <line num="118" count="73" type="stmt"/>
1891
+ <line num="136" count="73" type="stmt"/>
1892
+ <line num="143" count="73" type="stmt"/>
1893
+ <line num="159" count="73" type="stmt"/>
1894
+ <line num="165" count="73" type="stmt"/>
1895
+ <line num="172" count="73" type="stmt"/>
1896
+ <line num="179" count="73" type="stmt"/>
1897
+ <line num="201" count="73" type="stmt"/>
1898
+ <line num="211" count="73" type="stmt"/>
1899
+ <line num="223" count="73" type="stmt"/>
1900
+ <line num="230" count="73" type="stmt"/>
1848
1901
  <line num="253" count="4" type="stmt"/>
1849
1902
  <line num="254" count="4" type="cond" truecount="4" falsecount="0"/>
1850
1903
  <line num="255" count="1" type="stmt"/>
@@ -1860,24 +1913,24 @@
1860
1913
  <line num="279" count="1" type="stmt"/>
1861
1914
  <line num="282" count="1" type="stmt"/>
1862
1915
  <line num="285" count="1" type="stmt"/>
1863
- <line num="295" count="68" type="stmt"/>
1864
- <line num="301" count="68" type="stmt"/>
1865
- <line num="302" count="1020" type="stmt"/>
1866
- <line num="303" count="1020" type="cond" truecount="1" falsecount="0"/>
1867
- <line num="304" count="1020" type="stmt"/>
1868
- <line num="305" count="1020" type="cond" truecount="1" falsecount="0"/>
1869
- <line num="306" count="1020" type="stmt"/>
1870
- <line num="316" count="72" type="stmt"/>
1871
- <line num="317" count="72" type="stmt"/>
1872
- <line num="319" count="72" type="cond" truecount="4" falsecount="0"/>
1873
- <line num="320" count="72" type="cond" truecount="4" falsecount="0"/>
1874
- <line num="322" count="72" type="cond" truecount="1" falsecount="0"/>
1875
- <line num="323" count="72" type="cond" truecount="1" falsecount="0"/>
1876
- <line num="325" count="72" type="cond" truecount="4" falsecount="0"/>
1916
+ <line num="295" count="73" type="stmt"/>
1917
+ <line num="301" count="73" type="stmt"/>
1918
+ <line num="302" count="1095" type="stmt"/>
1919
+ <line num="303" count="1095" type="cond" truecount="1" falsecount="0"/>
1920
+ <line num="304" count="1095" type="stmt"/>
1921
+ <line num="305" count="1095" type="cond" truecount="1" falsecount="0"/>
1922
+ <line num="306" count="1095" type="stmt"/>
1923
+ <line num="316" count="77" type="stmt"/>
1924
+ <line num="317" count="77" type="stmt"/>
1925
+ <line num="319" count="77" type="cond" truecount="4" falsecount="0"/>
1926
+ <line num="320" count="77" type="cond" truecount="4" falsecount="0"/>
1927
+ <line num="322" count="77" type="cond" truecount="1" falsecount="0"/>
1928
+ <line num="323" count="77" type="cond" truecount="1" falsecount="0"/>
1929
+ <line num="325" count="77" type="cond" truecount="4" falsecount="0"/>
1877
1930
  <line num="326" count="4" type="stmt"/>
1878
- <line num="328" count="68" type="stmt"/>
1879
- <line num="331" count="72" type="stmt"/>
1880
- <line num="341" count="72" type="stmt"/>
1931
+ <line num="328" count="73" type="stmt"/>
1932
+ <line num="331" count="77" type="stmt"/>
1933
+ <line num="341" count="77" type="stmt"/>
1881
1934
  <line num="347" count="5" type="stmt"/>
1882
1935
  <line num="351" count="72" type="stmt"/>
1883
1936
  <line num="355" count="2" type="cond" truecount="1" falsecount="0"/>
@@ -1915,15 +1968,15 @@
1915
1968
  <line num="419" count="2" type="stmt"/>
1916
1969
  <line num="421" count="2" type="stmt"/>
1917
1970
  <line num="426" count="1" type="stmt"/>
1918
- <line num="430" count="231" type="stmt"/>
1919
- <line num="438" count="231" type="stmt"/>
1920
- <line num="446" count="462" type="stmt"/>
1921
- <line num="447" count="462" type="cond" truecount="3" falsecount="0"/>
1922
- <line num="449" count="42" type="cond" truecount="2" falsecount="0"/>
1923
- <line num="450" count="21" type="stmt"/>
1924
- <line num="452" count="21" type="stmt"/>
1925
- <line num="454" count="273" type="stmt"/>
1926
- <line num="460" count="420" type="stmt"/>
1971
+ <line num="430" count="244" type="stmt"/>
1972
+ <line num="438" count="244" type="stmt"/>
1973
+ <line num="446" count="488" type="stmt"/>
1974
+ <line num="447" count="488" type="cond" truecount="3" falsecount="0"/>
1975
+ <line num="449" count="46" type="cond" truecount="2" falsecount="0"/>
1976
+ <line num="450" count="23" type="stmt"/>
1977
+ <line num="452" count="23" type="stmt"/>
1978
+ <line num="454" count="299" type="stmt"/>
1979
+ <line num="460" count="442" type="stmt"/>
1927
1980
  <line num="464" count="9" type="stmt"/>
1928
1981
  <line num="465" count="9" type="cond" truecount="3" falsecount="0"/>
1929
1982
  <line num="466" count="7" type="cond" truecount="2" falsecount="0"/>
@@ -1941,17 +1994,17 @@
1941
1994
  <line num="485" count="7" type="stmt"/>
1942
1995
  <line num="488" count="9" type="stmt"/>
1943
1996
  <line num="489" count="9" type="stmt"/>
1944
- <line num="492" count="231" type="stmt"/>
1997
+ <line num="492" count="244" type="stmt"/>
1945
1998
  <line num="513" count="2" type="stmt"/>
1946
1999
  <line num="517" count="4" type="stmt"/>
1947
2000
  <line num="521" count="31" type="stmt"/>
1948
2001
  </file>
1949
- <file name="grid-controller.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
2002
+ <file name="grid-controller.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
1950
2003
  <metrics statements="31" coveredstatements="31" conditionals="33" coveredconditionals="33" methods="21" coveredmethods="21"/>
1951
2004
  <line num="4" count="31" type="stmt"/>
1952
- <line num="7" count="92" type="stmt"/>
1953
- <line num="10" count="92" type="stmt"/>
1954
- <line num="11" count="92" type="stmt"/>
2005
+ <line num="7" count="97" type="stmt"/>
2006
+ <line num="10" count="97" type="stmt"/>
2007
+ <line num="11" count="97" type="stmt"/>
1955
2008
  <line num="15" count="1" type="stmt"/>
1956
2009
  <line num="19" count="4" type="cond" truecount="2" falsecount="0"/>
1957
2010
  <line num="23" count="1" type="cond" truecount="2" falsecount="0"/>
@@ -1983,7 +2036,7 @@
1983
2036
  </package>
1984
2037
  <package name="src.utils.grid-base.export-options">
1985
2038
  <metrics statements="27" coveredstatements="27" conditionals="11" coveredconditionals="11" methods="12" coveredmethods="12"/>
1986
- <file name="button-option.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/button-option.ts">
2039
+ <file name="button-option.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/button-option.ts">
1987
2040
  <metrics statements="6" coveredstatements="6" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
1988
2041
  <line num="6" count="31" type="stmt"/>
1989
2042
  <line num="10" count="20" type="stmt"/>
@@ -1992,13 +2045,13 @@
1992
2045
  <line num="18" count="20" type="stmt"/>
1993
2046
  <line num="25" count="2" type="stmt"/>
1994
2047
  </file>
1995
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/index.ts">
2048
+ <file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/index.ts">
1996
2049
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1997
2050
  <line num="1" count="31" type="stmt"/>
1998
2051
  <line num="2" count="31" type="stmt"/>
1999
2052
  <line num="3" count="31" type="stmt"/>
2000
2053
  </file>
2001
- <file name="multi-option.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/multi-option.ts">
2054
+ <file name="multi-option.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/grid-base/export-options/multi-option.ts">
2002
2055
  <metrics statements="18" coveredstatements="18" conditionals="8" coveredconditionals="8" methods="9" coveredmethods="9"/>
2003
2056
  <line num="9" count="31" type="stmt"/>
2004
2057
  <line num="13" count="7" type="stmt"/>
@@ -2022,7 +2075,7 @@
2022
2075
  </package>
2023
2076
  <package name="src.utils.report-filter">
2024
2077
  <metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
2025
- <file name="report-filter.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/src/utils/report-filter/report-filter.ts">
2078
+ <file name="report-filter.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/src/utils/report-filter/report-filter.ts">
2026
2079
  <metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
2027
2080
  <line num="2" count="31" type="stmt"/>
2028
2081
  <line num="8" count="31" type="stmt"/>
@@ -2047,17 +2100,17 @@
2047
2100
  </package>
2048
2101
  <package name="tests.__helpers__">
2049
2102
  <metrics statements="21" coveredstatements="21" conditionals="6" coveredconditionals="6" methods="6" coveredmethods="6"/>
2050
- <file name="component-event-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/component-event-helper.ts">
2103
+ <file name="component-event-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/component-event-helper.ts">
2051
2104
  <metrics statements="2" coveredstatements="2" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
2052
2105
  <line num="3" count="41" type="cond" truecount="1" falsecount="0"/>
2053
2106
  <line num="5" count="5" type="stmt"/>
2054
2107
  </file>
2055
- <file name="flush-promises-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/flush-promises-helper.ts">
2108
+ <file name="flush-promises-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/flush-promises-helper.ts">
2056
2109
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
2057
2110
  <line num="1" count="45" type="stmt"/>
2058
2111
  <line num="3" count="1" type="stmt"/>
2059
2112
  </file>
2060
- <file name="get-child-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
2113
+ <file name="get-child-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
2061
2114
  <metrics statements="10" coveredstatements="10" conditionals="5" coveredconditionals="5" methods="2" coveredmethods="2"/>
2062
2115
  <line num="8" count="5" type="stmt"/>
2063
2116
  <line num="11" count="369" type="stmt"/>
@@ -2070,13 +2123,13 @@
2070
2123
  <line num="24" count="369" type="stmt"/>
2071
2124
  <line num="27" count="5" type="stmt"/>
2072
2125
  </file>
2073
- <file name="index.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/index.ts">
2126
+ <file name="index.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/index.ts">
2074
2127
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
2075
2128
  <line num="1" count="5" type="stmt"/>
2076
2129
  <line num="2" count="5" type="stmt"/>
2077
2130
  <line num="3" count="5" type="stmt"/>
2078
2131
  </file>
2079
- <file name="mock-created-helper.ts" path="/Users/zedmartins/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/mock-created-helper.ts">
2132
+ <file name="mock-created-helper.ts" path="/home/teknisa/workfolder/zeedhi/teknisa-components/packages/common/tests/__helpers__/mock-created-helper.ts">
2080
2133
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
2081
2134
  <line num="6" count="7" type="stmt"/>
2082
2135
  <line num="7" count="16" type="stmt"/>