@zeedhi/teknisa-components-common 1.91.0 → 1.91.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/coverage/clover.xml +80 -82
- package/coverage/coverage-final.json +45 -45
- package/coverage/lcov-report/components/crud/crud-add-button.ts.html +250 -0
- package/coverage/lcov-report/components/crud/crud-button.ts.html +292 -0
- package/coverage/lcov-report/components/crud/crud-cancel-button.ts.html +259 -0
- package/coverage/lcov-report/components/crud/crud-delete-button.ts.html +322 -0
- package/coverage/lcov-report/components/crud/crud-form.ts.html +382 -0
- package/coverage/lcov-report/components/crud/crud-save-button.ts.html +253 -0
- package/coverage/lcov-report/components/crud/index.html +191 -0
- package/coverage/lcov-report/components/index.html +116 -0
- package/coverage/lcov-report/components/index.ts.html +394 -0
- package/coverage/lcov-report/components/tek-breadcrumb-header/breadcrumb-header.ts.html +172 -0
- package/coverage/lcov-report/components/tek-breadcrumb-header/index.html +116 -0
- package/coverage/lcov-report/components/tek-card-title/card-title.ts.html +175 -0
- package/coverage/lcov-report/components/tek-card-title/index.html +116 -0
- package/coverage/lcov-report/components/tek-datasource/index.html +146 -0
- package/coverage/lcov-report/components/tek-datasource/interfaces.ts.html +193 -0
- package/coverage/lcov-report/components/tek-datasource/memory-datasource.ts.html +1015 -0
- package/coverage/lcov-report/components/tek-datasource/rest-datasource.ts.html +751 -0
- package/coverage/lcov-report/components/tek-drag-grid/index.html +116 -0
- package/coverage/lcov-report/components/tek-drag-grid/tek-drag-grid.ts.html +409 -0
- package/coverage/lcov-report/components/tek-grid/filter-helper.ts.html +145 -0
- package/coverage/lcov-report/components/tek-grid/grid-column.ts.html +775 -0
- package/coverage/lcov-report/components/tek-grid/grid-columns-button-controller.ts.html +169 -0
- package/coverage/lcov-report/components/tek-grid/grid-columns-button.ts.html +190 -0
- package/coverage/lcov-report/components/tek-grid/grid-filter-button.ts.html +1282 -0
- package/coverage/lcov-report/components/tek-grid/grid.ts.html +3157 -0
- package/coverage/lcov-report/components/tek-grid/index.html +221 -0
- package/coverage/lcov-report/components/tek-grid/interfaces.ts.html +733 -0
- package/coverage/lcov-report/components/tek-grid/layout-options.ts.html +826 -0
- package/coverage/lcov-report/components/tek-image/image.ts.html +313 -0
- package/coverage/lcov-report/components/tek-image/index.html +116 -0
- package/coverage/lcov-report/components/tek-iterable-carousel/index.html +116 -0
- package/coverage/lcov-report/components/tek-iterable-carousel/iterable-carousel.ts.html +175 -0
- package/coverage/lcov-report/components/tek-iterable-component-render/index.html +116 -0
- package/coverage/lcov-report/components/tek-iterable-component-render/iterable-component-render.ts.html +118 -0
- package/coverage/lcov-report/components/tek-loading/index.html +116 -0
- package/coverage/lcov-report/components/tek-loading/loading.ts.html +196 -0
- package/coverage/lcov-report/components/tek-notifications/index.html +116 -0
- package/coverage/lcov-report/components/tek-notifications/notifications.ts.html +271 -0
- package/coverage/lcov-report/components/tek-product-card/index.html +116 -0
- package/coverage/lcov-report/components/tek-product-card/product-card.ts.html +391 -0
- package/coverage/lcov-report/components/tek-tree-grid/index.html +116 -0
- package/coverage/lcov-report/components/tek-tree-grid/tree-grid.ts.html +1255 -0
- package/coverage/lcov-report/components/tek-user-info/TekUserInfoController.ts.html +367 -0
- package/coverage/lcov-report/components/tek-user-info/index.html +146 -0
- package/coverage/lcov-report/components/tek-user-info/tek-user-info-list.ts.html +268 -0
- package/coverage/lcov-report/components/tek-user-info/tek-user-info.ts.html +1096 -0
- package/coverage/lcov-report/error/delete-rows-error.ts.html +118 -0
- package/coverage/lcov-report/error/index.html +116 -0
- package/coverage/lcov-report/index.html +11 -11
- package/coverage/lcov-report/tests/__helpers__/component-event-helper.ts.html +1 -1
- package/coverage/lcov-report/tests/__helpers__/flush-promises-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-report/utils/grid-base/export-options/button-option.ts.html +166 -0
- package/coverage/lcov-report/utils/grid-base/export-options/index.html +146 -0
- package/coverage/lcov-report/utils/grid-base/export-options/index.ts.html +94 -0
- package/coverage/lcov-report/utils/grid-base/export-options/multi-option.ts.html +355 -0
- package/coverage/lcov-report/utils/grid-base/grid-base.ts.html +1960 -0
- package/coverage/lcov-report/utils/grid-base/grid-controller.ts.html +457 -0
- package/coverage/lcov-report/utils/grid-base/index.html +131 -0
- package/coverage/lcov-report/utils/index.html +116 -0
- package/coverage/lcov-report/utils/index.ts.html +100 -0
- package/coverage/lcov-report/utils/report-filter/index.html +116 -0
- package/coverage/lcov-report/utils/report-filter/report-filter.ts.html +256 -0
- package/coverage/lcov.info +136 -138
- package/package.json +4 -4
- package/types/components/tek-ag-grid/default-icons.d.ts +0 -53
- package/types/components/tek-ag-grid/interfaces.d.ts +0 -9
- package/types/components/tek-ag-grid/tek-ag-grid.d.ts +0 -35
- package/types/components/tek-datasource/datasource.d.ts +0 -94
- package/types/components/tek-grid/default-icons.d.ts +0 -53
- package/types/components/tek-grid/filter-dynamic-values.d.ts +0 -9
- package/types/components/tek-grid/grid-controller.d.ts +0 -19
- package/types/components/tek-grid/grid_column.d.ts +0 -14
- package/types/components/tek-grid/grid_controller.d.ts +0 -15
- package/types/components/tek-grid/tek-grid.d.ts +0 -35
- package/types/components/tek-login/interfaces.d.ts +0 -3
- package/types/components/tek-login/login-children.d.ts +0 -3
- package/types/components/tek-login/login.d.ts +0 -58
- package/types/components/tek-login/login_children.d.ts +0 -3
package/coverage/clover.xml
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1715012578622" clover="3.2.0">
|
|
3
|
+
<project timestamp="1715012578622" name="All files">
|
|
4
|
+
<metrics statements="1525" coveredstatements="1525" conditionals="677" coveredconditionals="676" methods="375" coveredmethods="375" elements="2577" coveredelements="2576" complexity="0" loc="1525" ncloc="1525" packages="22" files="45" classes="45"/>
|
|
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="/
|
|
7
|
+
<file name="index.ts" path="/home/luizg/workfolder/projects/v1/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="26" type="stmt"/>
|
|
10
10
|
<line num="3" count="26" type="stmt"/>
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</package>
|
|
15
15
|
<package name="src.components">
|
|
16
16
|
<metrics statements="42" coveredstatements="42" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
17
|
-
<file name="index.ts" path="/
|
|
17
|
+
<file name="index.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/index.ts">
|
|
18
18
|
<metrics statements="42" coveredstatements="42" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
19
19
|
<line num="1" count="30" type="stmt"/>
|
|
20
20
|
<line num="3" count="30" type="stmt"/>
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
</package>
|
|
63
63
|
<package name="src.components.crud">
|
|
64
64
|
<metrics statements="128" coveredstatements="128" conditionals="80" coveredconditionals="80" methods="29" coveredmethods="29"/>
|
|
65
|
-
<file name="crud-add-button.ts" path="/
|
|
65
|
+
<file name="crud-add-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-add-button.ts">
|
|
66
66
|
<metrics statements="15" coveredstatements="15" conditionals="14" coveredconditionals="14" methods="2" coveredmethods="2"/>
|
|
67
67
|
<line num="1" count="30" type="stmt"/>
|
|
68
68
|
<line num="3" count="30" type="stmt"/>
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
<line num="44" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
81
81
|
<line num="53" count="1" type="stmt"/>
|
|
82
82
|
</file>
|
|
83
|
-
<file name="crud-button.ts" path="/
|
|
83
|
+
<file name="crud-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-button.ts">
|
|
84
84
|
<metrics statements="18" coveredstatements="18" conditionals="4" coveredconditionals="4" methods="4" coveredmethods="4"/>
|
|
85
85
|
<line num="1" count="30" type="stmt"/>
|
|
86
86
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
<line num="64" count="1" type="stmt"/>
|
|
102
102
|
<line num="67" count="22" type="stmt"/>
|
|
103
103
|
</file>
|
|
104
|
-
<file name="crud-cancel-button.ts" path="/
|
|
104
|
+
<file name="crud-cancel-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-cancel-button.ts">
|
|
105
105
|
<metrics statements="20" coveredstatements="20" conditionals="15" coveredconditionals="15" methods="4" coveredmethods="4"/>
|
|
106
106
|
<line num="1" count="30" type="stmt"/>
|
|
107
107
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
<line num="46" count="1" type="stmt"/>
|
|
125
125
|
<line num="52" count="6" type="stmt"/>
|
|
126
126
|
</file>
|
|
127
|
-
<file name="crud-delete-button.ts" path="/
|
|
127
|
+
<file name="crud-delete-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-delete-button.ts">
|
|
128
128
|
<metrics statements="24" coveredstatements="24" conditionals="23" coveredconditionals="23" methods="6" coveredmethods="6"/>
|
|
129
129
|
<line num="1" count="30" type="stmt"/>
|
|
130
130
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
<line num="69" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
152
152
|
<line num="73" count="8" type="cond" truecount="3" falsecount="0"/>
|
|
153
153
|
</file>
|
|
154
|
-
<file name="crud-form.ts" path="/
|
|
154
|
+
<file name="crud-form.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-form.ts">
|
|
155
155
|
<metrics statements="30" coveredstatements="30" conditionals="10" coveredconditionals="10" methods="9" coveredmethods="9"/>
|
|
156
156
|
<line num="1" count="30" type="stmt"/>
|
|
157
157
|
<line num="8" count="30" type="stmt"/>
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
<line num="95" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
185
185
|
<line num="96" count="2" type="stmt"/>
|
|
186
186
|
</file>
|
|
187
|
-
<file name="crud-save-button.ts" path="/
|
|
187
|
+
<file name="crud-save-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/crud/crud-save-button.ts">
|
|
188
188
|
<metrics statements="21" coveredstatements="21" conditionals="14" coveredconditionals="14" methods="4" coveredmethods="4"/>
|
|
189
189
|
<line num="1" count="30" type="stmt"/>
|
|
190
190
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
</package>
|
|
212
212
|
<package name="src.components.tek-breadcrumb-header">
|
|
213
213
|
<metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
214
|
-
<file name="breadcrumb-header.ts" path="/
|
|
214
|
+
<file name="breadcrumb-header.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-breadcrumb-header/breadcrumb-header.ts">
|
|
215
215
|
<metrics statements="9" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
216
216
|
<line num="1" count="30" type="stmt"/>
|
|
217
217
|
<line num="7" count="30" type="stmt"/>
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
</package>
|
|
227
227
|
<package name="src.components.tek-card-title">
|
|
228
228
|
<metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
229
|
-
<file name="card-title.ts" path="/
|
|
229
|
+
<file name="card-title.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-card-title/card-title.ts">
|
|
230
230
|
<metrics statements="16" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
231
231
|
<line num="1" count="30" type="stmt"/>
|
|
232
232
|
<line num="7" count="30" type="stmt"/>
|
|
@@ -248,12 +248,12 @@
|
|
|
248
248
|
</package>
|
|
249
249
|
<package name="src.components.tek-datasource">
|
|
250
250
|
<metrics statements="197" coveredstatements="197" conditionals="130" coveredconditionals="130" methods="48" coveredmethods="48"/>
|
|
251
|
-
<file name="interfaces.ts" path="/
|
|
251
|
+
<file name="interfaces.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-datasource/interfaces.ts">
|
|
252
252
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
253
253
|
<line num="19" count="30" type="stmt"/>
|
|
254
254
|
<line num="33" count="30" type="stmt"/>
|
|
255
255
|
</file>
|
|
256
|
-
<file name="memory-datasource.ts" path="/
|
|
256
|
+
<file name="memory-datasource.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-datasource/memory-datasource.ts">
|
|
257
257
|
<metrics statements="119" coveredstatements="119" conditionals="88" coveredconditionals="88" methods="30" coveredmethods="30"/>
|
|
258
258
|
<line num="1" count="30" type="stmt"/>
|
|
259
259
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
<line num="306" count="42" type="stmt"/>
|
|
376
376
|
<line num="310" count="30" type="stmt"/>
|
|
377
377
|
</file>
|
|
378
|
-
<file name="rest-datasource.ts" path="/
|
|
378
|
+
<file name="rest-datasource.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-datasource/rest-datasource.ts">
|
|
379
379
|
<metrics statements="76" coveredstatements="76" conditionals="42" coveredconditionals="42" methods="18" coveredmethods="18"/>
|
|
380
380
|
<line num="1" count="30" type="stmt"/>
|
|
381
381
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
</package>
|
|
458
458
|
<package name="src.components.tek-drag-grid">
|
|
459
459
|
<metrics statements="26" coveredstatements="26" conditionals="2" coveredconditionals="2" methods="9" coveredmethods="9"/>
|
|
460
|
-
<file name="tek-drag-grid.ts" path="/
|
|
460
|
+
<file name="tek-drag-grid.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-drag-grid/tek-drag-grid.ts">
|
|
461
461
|
<metrics statements="26" coveredstatements="26" conditionals="2" coveredconditionals="2" methods="9" coveredmethods="9"/>
|
|
462
462
|
<line num="1" count="30" type="stmt"/>
|
|
463
463
|
<line num="3" count="30" type="stmt"/>
|
|
@@ -488,8 +488,8 @@
|
|
|
488
488
|
</file>
|
|
489
489
|
</package>
|
|
490
490
|
<package name="src.components.tek-grid">
|
|
491
|
-
<metrics statements="673" coveredstatements="673" conditionals="
|
|
492
|
-
<file name="filter-helper.ts" path="/
|
|
491
|
+
<metrics statements="673" coveredstatements="673" conditionals="313" coveredconditionals="312" methods="155" coveredmethods="155"/>
|
|
492
|
+
<file name="filter-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/filter-helper.ts">
|
|
493
493
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
494
494
|
<line num="1" count="30" type="stmt"/>
|
|
495
495
|
<line num="4" count="30" type="stmt"/>
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
<line num="14" count="2" type="stmt"/>
|
|
499
499
|
<line num="18" count="2" type="stmt"/>
|
|
500
500
|
</file>
|
|
501
|
-
<file name="grid-column.ts" path="/
|
|
501
|
+
<file name="grid-column.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid-column.ts">
|
|
502
502
|
<metrics statements="79" coveredstatements="79" conditionals="24" coveredconditionals="24" methods="19" coveredmethods="19"/>
|
|
503
503
|
<line num="1" count="30" type="stmt"/>
|
|
504
504
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -580,7 +580,7 @@
|
|
|
580
580
|
<line num="226" count="42" type="stmt"/>
|
|
581
581
|
<line num="227" count="1" type="stmt"/>
|
|
582
582
|
</file>
|
|
583
|
-
<file name="grid-columns-button-controller.ts" path="/
|
|
583
|
+
<file name="grid-columns-button-controller.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button-controller.ts">
|
|
584
584
|
<metrics statements="14" coveredstatements="14" conditionals="7" coveredconditionals="7" methods="3" coveredmethods="3"/>
|
|
585
585
|
<line num="1" count="30" type="stmt"/>
|
|
586
586
|
<line num="5" count="30" type="stmt"/>
|
|
@@ -597,7 +597,7 @@
|
|
|
597
597
|
<line num="25" count="2" type="stmt"/>
|
|
598
598
|
<line num="26" count="2" type="stmt"/>
|
|
599
599
|
</file>
|
|
600
|
-
<file name="grid-columns-button.ts" path="/
|
|
600
|
+
<file name="grid-columns-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid-columns-button.ts">
|
|
601
601
|
<metrics statements="16" coveredstatements="16" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
602
602
|
<line num="1" count="30" type="stmt"/>
|
|
603
603
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -616,8 +616,8 @@
|
|
|
616
616
|
<line num="28" count="5" type="stmt"/>
|
|
617
617
|
<line num="33" count="2" type="stmt"/>
|
|
618
618
|
</file>
|
|
619
|
-
<file name="grid-filter-button.ts" path="/
|
|
620
|
-
<metrics statements="132" coveredstatements="132" conditionals="
|
|
619
|
+
<file name="grid-filter-button.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid-filter-button.ts">
|
|
620
|
+
<metrics statements="132" coveredstatements="132" conditionals="84" coveredconditionals="83" methods="28" coveredmethods="28"/>
|
|
621
621
|
<line num="1" count="30" type="stmt"/>
|
|
622
622
|
<line num="4" count="30" type="stmt"/>
|
|
623
623
|
<line num="8" count="30" type="stmt"/>
|
|
@@ -636,7 +636,7 @@
|
|
|
636
636
|
<line num="38" count="2" type="stmt"/>
|
|
637
637
|
<line num="42" count="23" type="stmt"/>
|
|
638
638
|
<line num="43" count="23" type="stmt"/>
|
|
639
|
-
<line num="44" count="23" type="cond" truecount="
|
|
639
|
+
<line num="44" count="23" type="cond" truecount="4" falsecount="1"/>
|
|
640
640
|
<line num="45" count="22" type="stmt"/>
|
|
641
641
|
<line num="50" count="3" type="stmt"/>
|
|
642
642
|
<line num="52" count="3" type="stmt"/>
|
|
@@ -751,7 +751,7 @@
|
|
|
751
751
|
<line num="393" count="4" type="cond" truecount="7" falsecount="0"/>
|
|
752
752
|
<line num="394" count="2" type="stmt"/>
|
|
753
753
|
</file>
|
|
754
|
-
<file name="grid.ts" path="/
|
|
754
|
+
<file name="grid.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/grid.ts">
|
|
755
755
|
<metrics statements="325" coveredstatements="325" conditionals="145" coveredconditionals="145" methods="77" coveredmethods="77"/>
|
|
756
756
|
<line num="1" count="30" type="stmt"/>
|
|
757
757
|
<line num="7" count="30" type="stmt"/>
|
|
@@ -1079,12 +1079,12 @@
|
|
|
1079
1079
|
<line num="1030" count="1" type="stmt"/>
|
|
1080
1080
|
<line num="1034" count="2" type="stmt"/>
|
|
1081
1081
|
</file>
|
|
1082
|
-
<file name="interfaces.ts" path="/
|
|
1082
|
+
<file name="interfaces.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/interfaces.ts">
|
|
1083
1083
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1084
1084
|
<line num="121" count="30" type="stmt"/>
|
|
1085
1085
|
<line num="122" count="30" type="stmt"/>
|
|
1086
1086
|
</file>
|
|
1087
|
-
<file name="layout-options.ts" path="/
|
|
1087
|
+
<file name="layout-options.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-grid/layout-options.ts">
|
|
1088
1088
|
<metrics statements="99" coveredstatements="99" conditionals="52" coveredconditionals="52" methods="19" coveredmethods="19"/>
|
|
1089
1089
|
<line num="1" count="30" type="stmt"/>
|
|
1090
1090
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -1189,7 +1189,7 @@
|
|
|
1189
1189
|
</package>
|
|
1190
1190
|
<package name="src.components.tek-image">
|
|
1191
1191
|
<metrics statements="22" coveredstatements="22" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1192
|
-
<file name="image.ts" path="/
|
|
1192
|
+
<file name="image.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-image/image.ts">
|
|
1193
1193
|
<metrics statements="22" coveredstatements="22" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1194
1194
|
<line num="1" count="30" type="stmt"/>
|
|
1195
1195
|
<line num="7" count="30" type="stmt"/>
|
|
@@ -1217,7 +1217,7 @@
|
|
|
1217
1217
|
</package>
|
|
1218
1218
|
<package name="src.components.tek-iterable-carousel">
|
|
1219
1219
|
<metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
1220
|
-
<file name="iterable-carousel.ts" path="/
|
|
1220
|
+
<file name="iterable-carousel.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-iterable-carousel/iterable-carousel.ts">
|
|
1221
1221
|
<metrics statements="7" coveredstatements="7" conditionals="13" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
1222
1222
|
<line num="1" count="30" type="stmt"/>
|
|
1223
1223
|
<line num="9" count="30" type="stmt"/>
|
|
@@ -1230,7 +1230,7 @@
|
|
|
1230
1230
|
</package>
|
|
1231
1231
|
<package name="src.components.tek-iterable-component-render">
|
|
1232
1232
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1233
|
-
<file name="iterable-component-render.ts" path="/
|
|
1233
|
+
<file name="iterable-component-render.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-iterable-component-render/iterable-component-render.ts">
|
|
1234
1234
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1235
1235
|
<line num="1" count="30" type="stmt"/>
|
|
1236
1236
|
<line num="10" count="30" type="stmt"/>
|
|
@@ -1238,7 +1238,7 @@
|
|
|
1238
1238
|
</package>
|
|
1239
1239
|
<package name="src.components.tek-loading">
|
|
1240
1240
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1241
|
-
<file name="loading.ts" path="/
|
|
1241
|
+
<file name="loading.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-loading/loading.ts">
|
|
1242
1242
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1243
1243
|
<line num="1" count="30" type="stmt"/>
|
|
1244
1244
|
<line num="5" count="30" type="stmt"/>
|
|
@@ -1254,7 +1254,7 @@
|
|
|
1254
1254
|
</package>
|
|
1255
1255
|
<package name="src.components.tek-notifications">
|
|
1256
1256
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
1257
|
-
<file name="notifications.ts" path="/
|
|
1257
|
+
<file name="notifications.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-notifications/notifications.ts">
|
|
1258
1258
|
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="4"/>
|
|
1259
1259
|
<line num="1" count="30" type="stmt"/>
|
|
1260
1260
|
<line num="7" count="30" type="stmt"/>
|
|
@@ -1270,7 +1270,7 @@
|
|
|
1270
1270
|
</package>
|
|
1271
1271
|
<package name="src.components.tek-product-card">
|
|
1272
1272
|
<metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1273
|
-
<file name="product-card.ts" path="/
|
|
1273
|
+
<file name="product-card.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-product-card/product-card.ts">
|
|
1274
1274
|
<metrics statements="31" coveredstatements="31" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1275
1275
|
<line num="1" count="30" type="stmt"/>
|
|
1276
1276
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -1307,7 +1307,7 @@
|
|
|
1307
1307
|
</package>
|
|
1308
1308
|
<package name="src.components.tek-tree-grid">
|
|
1309
1309
|
<metrics statements="92" coveredstatements="92" conditionals="19" coveredconditionals="19" methods="17" coveredmethods="17"/>
|
|
1310
|
-
<file name="tree-grid.ts" path="/
|
|
1310
|
+
<file name="tree-grid.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-tree-grid/tree-grid.ts">
|
|
1311
1311
|
<metrics statements="92" coveredstatements="92" conditionals="19" coveredconditionals="19" methods="17" coveredmethods="17"/>
|
|
1312
1312
|
<line num="1" count="30" type="stmt"/>
|
|
1313
1313
|
<line num="6" count="30" type="stmt"/>
|
|
@@ -1404,40 +1404,38 @@
|
|
|
1404
1404
|
</file>
|
|
1405
1405
|
</package>
|
|
1406
1406
|
<package name="src.components.tek-user-info">
|
|
1407
|
-
<metrics statements="
|
|
1408
|
-
<file name="TekUserInfoController.ts" path="/
|
|
1409
|
-
<metrics statements="
|
|
1407
|
+
<metrics statements="84" coveredstatements="84" conditionals="45" coveredconditionals="45" methods="32" coveredmethods="32"/>
|
|
1408
|
+
<file name="TekUserInfoController.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-user-info/TekUserInfoController.ts">
|
|
1409
|
+
<metrics statements="27" coveredstatements="27" conditionals="28" coveredconditionals="28" methods="18" coveredmethods="18"/>
|
|
1410
1410
|
<line num="1" count="30" type="stmt"/>
|
|
1411
1411
|
<line num="5" count="30" type="stmt"/>
|
|
1412
1412
|
<line num="9" count="26" type="stmt"/>
|
|
1413
|
-
<line num="13" count="
|
|
1413
|
+
<line num="13" count="30" type="stmt"/>
|
|
1414
1414
|
<line num="17" count="3" type="cond" truecount="6" falsecount="0"/>
|
|
1415
1415
|
<line num="21" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1416
1416
|
<line num="22" count="1" type="stmt"/>
|
|
1417
1417
|
<line num="26" count="3" type="cond" truecount="6" falsecount="0"/>
|
|
1418
1418
|
<line num="30" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1419
1419
|
<line num="31" count="1" type="stmt"/>
|
|
1420
|
-
<line num="35" count="
|
|
1421
|
-
<line num="39" count="
|
|
1422
|
-
<line num="43" count="
|
|
1423
|
-
<line num="47" count="2" type="
|
|
1424
|
-
<line num="
|
|
1425
|
-
<line num="
|
|
1426
|
-
<line num="
|
|
1427
|
-
<line num="
|
|
1428
|
-
<line num="
|
|
1429
|
-
<line num="65" count="
|
|
1420
|
+
<line num="35" count="1" type="stmt"/>
|
|
1421
|
+
<line num="39" count="2" type="stmt"/>
|
|
1422
|
+
<line num="43" count="3" type="stmt"/>
|
|
1423
|
+
<line num="47" count="2" type="cond" truecount="7" falsecount="0"/>
|
|
1424
|
+
<line num="49" count="1" type="stmt"/>
|
|
1425
|
+
<line num="53" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1426
|
+
<line num="55" count="3" type="stmt"/>
|
|
1427
|
+
<line num="57" count="3" type="stmt"/>
|
|
1428
|
+
<line num="61" count="2" type="stmt"/>
|
|
1429
|
+
<line num="65" count="2" type="stmt"/>
|
|
1430
1430
|
<line num="69" count="2" type="stmt"/>
|
|
1431
1431
|
<line num="73" count="2" type="stmt"/>
|
|
1432
|
-
<line num="
|
|
1433
|
-
<line num="
|
|
1434
|
-
<line num="
|
|
1435
|
-
<line num="
|
|
1436
|
-
<line num="
|
|
1437
|
-
<line num="91" count="2" type="stmt"/>
|
|
1438
|
-
<line num="92" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1432
|
+
<line num="74" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1433
|
+
<line num="78" count="2" type="stmt"/>
|
|
1434
|
+
<line num="79" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1435
|
+
<line num="83" count="2" type="stmt"/>
|
|
1436
|
+
<line num="84" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1439
1437
|
</file>
|
|
1440
|
-
<file name="tek-user-info-list.ts" path="/
|
|
1438
|
+
<file name="tek-user-info-list.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info-list.ts">
|
|
1441
1439
|
<metrics statements="15" coveredstatements="15" conditionals="5" coveredconditionals="5" methods="4" coveredmethods="4"/>
|
|
1442
1440
|
<line num="1" count="30" type="stmt"/>
|
|
1443
1441
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -1455,24 +1453,24 @@
|
|
|
1455
1453
|
<line num="45" count="1" type="stmt"/>
|
|
1456
1454
|
<line num="56" count="1" type="stmt"/>
|
|
1457
1455
|
</file>
|
|
1458
|
-
<file name="tek-user-info.ts" path="/
|
|
1456
|
+
<file name="tek-user-info.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/components/tek-user-info/tek-user-info.ts">
|
|
1459
1457
|
<metrics statements="42" coveredstatements="42" conditionals="12" coveredconditionals="12" methods="10" coveredmethods="10"/>
|
|
1460
1458
|
<line num="1" count="30" type="stmt"/>
|
|
1461
1459
|
<line num="4" count="30" type="stmt"/>
|
|
1462
1460
|
<line num="7" count="30" type="stmt"/>
|
|
1463
1461
|
<line num="9" count="30" type="stmt"/>
|
|
1464
1462
|
<line num="11" count="30" type="stmt"/>
|
|
1465
|
-
<line num="19" count="
|
|
1466
|
-
<line num="24" count="
|
|
1467
|
-
<line num="29" count="
|
|
1468
|
-
<line num="34" count="
|
|
1469
|
-
<line num="39" count="
|
|
1470
|
-
<line num="40" count="
|
|
1471
|
-
<line num="41" count="
|
|
1472
|
-
<line num="42" count="
|
|
1473
|
-
<line num="43" count="
|
|
1474
|
-
<line num="45" count="
|
|
1475
|
-
<line num="46" count="
|
|
1463
|
+
<line num="19" count="32" type="stmt"/>
|
|
1464
|
+
<line num="24" count="32" type="stmt"/>
|
|
1465
|
+
<line num="29" count="32" type="stmt"/>
|
|
1466
|
+
<line num="34" count="32" type="stmt"/>
|
|
1467
|
+
<line num="39" count="32" type="stmt"/>
|
|
1468
|
+
<line num="40" count="32" type="stmt"/>
|
|
1469
|
+
<line num="41" count="32" type="stmt"/>
|
|
1470
|
+
<line num="42" count="32" type="stmt"/>
|
|
1471
|
+
<line num="43" count="32" type="stmt"/>
|
|
1472
|
+
<line num="45" count="32" type="stmt"/>
|
|
1473
|
+
<line num="46" count="32" type="stmt"/>
|
|
1476
1474
|
<line num="50" count="15" type="stmt"/>
|
|
1477
1475
|
<line num="60" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
1478
1476
|
<line num="61" count="4" type="stmt"/>
|
|
@@ -1503,7 +1501,7 @@
|
|
|
1503
1501
|
</package>
|
|
1504
1502
|
<package name="src.error">
|
|
1505
1503
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1506
|
-
<file name="delete-rows-error.ts" path="/
|
|
1504
|
+
<file name="delete-rows-error.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/error/delete-rows-error.ts">
|
|
1507
1505
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1508
1506
|
<line num="4" count="30" type="stmt"/>
|
|
1509
1507
|
<line num="6" count="1" type="stmt"/>
|
|
@@ -1512,7 +1510,7 @@
|
|
|
1512
1510
|
</package>
|
|
1513
1511
|
<package name="src.utils">
|
|
1514
1512
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1515
|
-
<file name="index.ts" path="/
|
|
1513
|
+
<file name="index.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/index.ts">
|
|
1516
1514
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1517
1515
|
<line num="1" count="30" type="stmt"/>
|
|
1518
1516
|
<line num="2" count="30" type="stmt"/>
|
|
@@ -1523,7 +1521,7 @@
|
|
|
1523
1521
|
</package>
|
|
1524
1522
|
<package name="src.utils.grid-base">
|
|
1525
1523
|
<metrics statements="97" coveredstatements="97" conditionals="51" coveredconditionals="51" methods="48" coveredmethods="48"/>
|
|
1526
|
-
<file name="grid-base.ts" path="/
|
|
1524
|
+
<file name="grid-base.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/grid-base.ts">
|
|
1527
1525
|
<metrics statements="68" coveredstatements="68" conditionals="20" coveredconditionals="20" methods="27" coveredmethods="27"/>
|
|
1528
1526
|
<line num="2" count="30" type="stmt"/>
|
|
1529
1527
|
<line num="5" count="30" type="stmt"/>
|
|
@@ -1594,7 +1592,7 @@
|
|
|
1594
1592
|
<line num="407" count="4" type="stmt"/>
|
|
1595
1593
|
<line num="411" count="30" type="stmt"/>
|
|
1596
1594
|
</file>
|
|
1597
|
-
<file name="grid-controller.ts" path="/
|
|
1595
|
+
<file name="grid-controller.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/grid-controller.ts">
|
|
1598
1596
|
<metrics statements="29" coveredstatements="29" conditionals="31" coveredconditionals="31" methods="21" coveredmethods="21"/>
|
|
1599
1597
|
<line num="4" count="30" type="stmt"/>
|
|
1600
1598
|
<line num="8" count="48" type="stmt"/>
|
|
@@ -1629,7 +1627,7 @@
|
|
|
1629
1627
|
</package>
|
|
1630
1628
|
<package name="src.utils.grid-base.export-options">
|
|
1631
1629
|
<metrics statements="27" coveredstatements="27" conditionals="11" coveredconditionals="11" methods="12" coveredmethods="12"/>
|
|
1632
|
-
<file name="button-option.ts" path="/
|
|
1630
|
+
<file name="button-option.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/export-options/button-option.ts">
|
|
1633
1631
|
<metrics statements="6" coveredstatements="6" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
1634
1632
|
<line num="4" count="30" type="stmt"/>
|
|
1635
1633
|
<line num="8" count="555" type="stmt"/>
|
|
@@ -1638,13 +1636,13 @@
|
|
|
1638
1636
|
<line num="16" count="555" type="stmt"/>
|
|
1639
1637
|
<line num="23" count="1" type="stmt"/>
|
|
1640
1638
|
</file>
|
|
1641
|
-
<file name="index.ts" path="/
|
|
1639
|
+
<file name="index.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/export-options/index.ts">
|
|
1642
1640
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1643
1641
|
<line num="1" count="30" type="stmt"/>
|
|
1644
1642
|
<line num="2" count="30" type="stmt"/>
|
|
1645
1643
|
<line num="3" count="30" type="stmt"/>
|
|
1646
1644
|
</file>
|
|
1647
|
-
<file name="multi-option.ts" path="/
|
|
1645
|
+
<file name="multi-option.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/grid-base/export-options/multi-option.ts">
|
|
1648
1646
|
<metrics statements="18" coveredstatements="18" conditionals="8" coveredconditionals="8" methods="9" coveredmethods="9"/>
|
|
1649
1647
|
<line num="9" count="30" type="stmt"/>
|
|
1650
1648
|
<line num="13" count="142" type="stmt"/>
|
|
@@ -1668,7 +1666,7 @@
|
|
|
1668
1666
|
</package>
|
|
1669
1667
|
<package name="src.utils.report-filter">
|
|
1670
1668
|
<metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
1671
|
-
<file name="report-filter.ts" path="/
|
|
1669
|
+
<file name="report-filter.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/src/utils/report-filter/report-filter.ts">
|
|
1672
1670
|
<metrics statements="19" coveredstatements="19" conditionals="1" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
1673
1671
|
<line num="2" count="30" type="stmt"/>
|
|
1674
1672
|
<line num="8" count="30" type="stmt"/>
|
|
@@ -1693,17 +1691,17 @@
|
|
|
1693
1691
|
</package>
|
|
1694
1692
|
<package name="tests.__helpers__">
|
|
1695
1693
|
<metrics statements="21" coveredstatements="21" conditionals="6" coveredconditionals="6" methods="6" coveredmethods="6"/>
|
|
1696
|
-
<file name="component-event-helper.ts" path="/
|
|
1694
|
+
<file name="component-event-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/component-event-helper.ts">
|
|
1697
1695
|
<metrics statements="2" coveredstatements="2" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
1698
1696
|
<line num="3" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
1699
1697
|
<line num="5" count="3" type="stmt"/>
|
|
1700
1698
|
</file>
|
|
1701
|
-
<file name="flush-promises-helper.ts" path="/
|
|
1699
|
+
<file name="flush-promises-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/flush-promises-helper.ts">
|
|
1702
1700
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1703
1701
|
<line num="1" count="27" type="stmt"/>
|
|
1704
1702
|
<line num="3" count="1" type="stmt"/>
|
|
1705
1703
|
</file>
|
|
1706
|
-
<file name="get-child-helper.ts" path="/
|
|
1704
|
+
<file name="get-child-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/get-child-helper.ts">
|
|
1707
1705
|
<metrics statements="10" coveredstatements="10" conditionals="5" coveredconditionals="5" methods="2" coveredmethods="2"/>
|
|
1708
1706
|
<line num="8" count="3" type="stmt"/>
|
|
1709
1707
|
<line num="11" count="300" type="stmt"/>
|
|
@@ -1716,13 +1714,13 @@
|
|
|
1716
1714
|
<line num="24" count="300" type="stmt"/>
|
|
1717
1715
|
<line num="27" count="3" type="stmt"/>
|
|
1718
1716
|
</file>
|
|
1719
|
-
<file name="index.ts" path="/
|
|
1717
|
+
<file name="index.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/index.ts">
|
|
1720
1718
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1721
1719
|
<line num="1" count="3" type="stmt"/>
|
|
1722
1720
|
<line num="2" count="3" type="stmt"/>
|
|
1723
1721
|
<line num="3" count="3" type="stmt"/>
|
|
1724
1722
|
</file>
|
|
1725
|
-
<file name="mock-created-helper.ts" path="/
|
|
1723
|
+
<file name="mock-created-helper.ts" path="/home/luizg/workfolder/projects/v1/teknisa-components/packages/common/tests/__helpers__/mock-created-helper.ts">
|
|
1726
1724
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1727
1725
|
<line num="6" count="5" type="stmt"/>
|
|
1728
1726
|
<line num="7" count="16" type="stmt"/>
|