@tmagic/form 1.0.0-beta.14 → 1.0.0-beta.15
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 +40 -40
- package/coverage/coverage-final.json +37 -37
- package/coverage/lcov-report/index.html +1 -1
- package/coverage/lcov-report/src/Form.vue.html +1 -1
- package/coverage/lcov-report/src/FormDialog.vue.html +1 -1
- package/coverage/lcov-report/src/containers/Col.vue.html +1 -1
- package/coverage/lcov-report/src/containers/Container.vue.html +4 -4
- package/coverage/lcov-report/src/containers/Fieldset.vue.html +1 -1
- package/coverage/lcov-report/src/containers/GroupList.vue.html +1 -1
- package/coverage/lcov-report/src/containers/GroupListItem.vue.html +5 -5
- package/coverage/lcov-report/src/containers/Panel.vue.html +1 -1
- package/coverage/lcov-report/src/containers/Row.vue.html +2 -2
- package/coverage/lcov-report/src/containers/Step.vue.html +1 -1
- package/coverage/lcov-report/src/containers/Table.vue.html +5 -5
- package/coverage/lcov-report/src/containers/Tabs.vue.html +1 -1
- package/coverage/lcov-report/src/containers/index.html +1 -1
- package/coverage/lcov-report/src/fields/Cascader.vue.html +1 -1
- package/coverage/lcov-report/src/fields/Checkbox.vue.html +1 -1
- package/coverage/lcov-report/src/fields/CheckboxGroup.vue.html +1 -1
- package/coverage/lcov-report/src/fields/ColorPicker.vue.html +1 -1
- package/coverage/lcov-report/src/fields/Date.vue.html +1 -1
- package/coverage/lcov-report/src/fields/DateTime.vue.html +1 -1
- package/coverage/lcov-report/src/fields/Daterange.vue.html +1 -1
- package/coverage/lcov-report/src/fields/Display.vue.html +1 -1
- package/coverage/lcov-report/src/fields/DynamicField.vue.html +1 -1
- package/coverage/lcov-report/src/fields/Hidden.vue.html +1 -1
- package/coverage/lcov-report/src/fields/Link.vue.html +2 -2
- package/coverage/lcov-report/src/fields/Number.vue.html +1 -1
- package/coverage/lcov-report/src/fields/RadioGroup.vue.html +1 -1
- package/coverage/lcov-report/src/fields/Select.vue.html +1 -1
- package/coverage/lcov-report/src/fields/Switch.vue.html +1 -1
- package/coverage/lcov-report/src/fields/Text.vue.html +1 -1
- package/coverage/lcov-report/src/fields/Textarea.vue.html +1 -1
- package/coverage/lcov-report/src/fields/Time.vue.html +1 -1
- package/coverage/lcov-report/src/fields/index.html +1 -1
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/index.ts.html +1 -1
- package/coverage/lcov-report/src/theme/index.html +1 -1
- package/coverage/lcov-report/src/theme/index.scss.html +1 -1
- package/coverage/lcov-report/src/utils/config.ts.html +1 -1
- package/coverage/lcov-report/src/utils/createForm.ts.html +1 -1
- package/coverage/lcov-report/src/utils/fieldProps.ts.html +1 -1
- package/coverage/lcov-report/src/utils/form.ts.html +1 -1
- package/coverage/lcov-report/src/utils/index.html +1 -1
- package/coverage/lcov-report/src/utils/useAddField.ts.html +1 -1
- package/coverage/lcov.info +5 -5
- package/dist/tmagic-form.es.js +12 -12
- package/dist/tmagic-form.es.js.map +1 -1
- package/dist/tmagic-form.umd.js +12 -12
- package/dist/tmagic-form.umd.js.map +1 -1
- package/dist/types/src/Form.vue.d.ts +8 -0
- package/dist/types/src/FormDialog.vue.d.ts +16 -0
- package/dist/types/src/containers/Table.vue.d.ts +2601 -0
- package/dist/types/src/fields/Link.vue.d.ts +32 -0
- package/package.json +10 -6
- package/src/containers/Container.vue +2 -2
- package/src/containers/GroupListItem.vue +4 -4
- package/src/containers/Row.vue +1 -1
- package/src/containers/Table.vue +4 -4
- package/src/fields/Link.vue +1 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
2
|
+
<coverage generated="1652265440301" clover="3.2.0">
|
|
3
|
+
<project timestamp="1652265440301" name="All files">
|
|
4
4
|
<metrics statements="1229" coveredstatements="591" conditionals="832" coveredconditionals="196" methods="333" coveredmethods="125" elements="2394" coveredelements="912" complexity="0" loc="1229" ncloc="1229" packages="5" files="37" classes="37"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="179" coveredstatements="149" conditionals="27" coveredconditionals="5" methods="62" coveredmethods="36"/>
|
|
7
|
-
<file name="Form.vue" path="/
|
|
7
|
+
<file name="Form.vue" path="/data/magic/tmagic-editor/packages/form/src/Form.vue">
|
|
8
8
|
<metrics statements="46" coveredstatements="32" conditionals="21" coveredconditionals="5" methods="22" coveredmethods="14"/>
|
|
9
9
|
<line num="28" count="17" type="stmt"/>
|
|
10
10
|
<line num="30" count="17" type="stmt"/>
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<line num="188" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
54
54
|
<line num="191" count="0" type="stmt"/>
|
|
55
55
|
</file>
|
|
56
|
-
<file name="FormDialog.vue" path="/
|
|
56
|
+
<file name="FormDialog.vue" path="/data/magic/tmagic-editor/packages/form/src/FormDialog.vue">
|
|
57
57
|
<metrics statements="38" coveredstatements="22" conditionals="6" coveredconditionals="0" methods="11" coveredmethods="4"/>
|
|
58
58
|
<line num="53" count="17" type="stmt"/>
|
|
59
59
|
<line num="58" count="17" type="stmt"/>
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
<line num="146" count="0" type="stmt"/>
|
|
95
95
|
<line num="149" count="1" type="stmt"/>
|
|
96
96
|
</file>
|
|
97
|
-
<file name="index.ts" path="/
|
|
97
|
+
<file name="index.ts" path="/data/magic/tmagic-editor/packages/form/src/index.ts">
|
|
98
98
|
<metrics statements="95" coveredstatements="95" conditionals="0" coveredconditionals="0" methods="29" coveredmethods="18"/>
|
|
99
99
|
<line num="21" count="17" type="stmt"/>
|
|
100
100
|
<line num="22" count="17" type="stmt"/>
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
</package>
|
|
196
196
|
<package name="src.containers">
|
|
197
197
|
<metrics statements="457" coveredstatements="107" conditionals="354" coveredconditionals="34" methods="145" coveredmethods="25"/>
|
|
198
|
-
<file name="Col.vue" path="/
|
|
198
|
+
<file name="Col.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Col.vue">
|
|
199
199
|
<metrics statements="10" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
200
200
|
<line num="16" count="17" type="stmt"/>
|
|
201
201
|
<line num="19" count="17" type="stmt"/>
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
<line num="49" count="0" type="stmt"/>
|
|
209
209
|
<line num="51" count="0" type="stmt"/>
|
|
210
210
|
</file>
|
|
211
|
-
<file name="Container.vue" path="/
|
|
211
|
+
<file name="Container.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Container.vue">
|
|
212
212
|
<metrics statements="58" coveredstatements="50" conditionals="63" coveredconditionals="33" methods="19" coveredmethods="18"/>
|
|
213
213
|
<line num="105" count="17" type="stmt"/>
|
|
214
214
|
<line num="106" count="17" type="stmt"/>
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
<line num="191" count="49" type="stmt"/>
|
|
243
243
|
<line num="192" count="49" type="stmt"/>
|
|
244
244
|
<line num="195" count="49" type="stmt"/>
|
|
245
|
-
<line num="197" count="
|
|
245
|
+
<line num="197" count="83" type="cond" truecount="3" falsecount="1"/>
|
|
246
246
|
<line num="199" count="49" type="stmt"/>
|
|
247
247
|
<line num="200" count="20" type="cond" truecount="0" falsecount="1"/>
|
|
248
248
|
<line num="201" count="0" type="stmt"/>
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
<line num="255" count="20" type="stmt"/>
|
|
270
270
|
<line num="258" count="49" type="stmt"/>
|
|
271
271
|
</file>
|
|
272
|
-
<file name="Fieldset.vue" path="/
|
|
272
|
+
<file name="Fieldset.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Fieldset.vue">
|
|
273
273
|
<metrics statements="21" coveredstatements="2" conditionals="27" coveredconditionals="0" methods="10" coveredmethods="0"/>
|
|
274
274
|
<line num="66" count="17" type="stmt"/>
|
|
275
275
|
<line num="70" count="17" type="stmt"/>
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
<line num="124" count="0" type="cond" truecount="0" falsecount="10"/>
|
|
294
294
|
<line num="126" count="0" type="stmt"/>
|
|
295
295
|
</file>
|
|
296
|
-
<file name="GroupList.vue" path="/
|
|
296
|
+
<file name="GroupList.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/GroupList.vue">
|
|
297
297
|
<metrics statements="40" coveredstatements="4" conditionals="22" coveredconditionals="0" methods="10" coveredmethods="0"/>
|
|
298
298
|
<line num="33" count="17" type="stmt"/>
|
|
299
299
|
<line num="36" count="17" type="stmt"/>
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
<line num="136" count="0" type="stmt"/>
|
|
337
337
|
<line num="142" count="0" type="stmt"/>
|
|
338
338
|
</file>
|
|
339
|
-
<file name="GroupListItem.vue" path="/
|
|
339
|
+
<file name="GroupListItem.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/GroupListItem.vue">
|
|
340
340
|
<metrics statements="36" coveredstatements="4" conditionals="35" coveredconditionals="0" methods="15" coveredmethods="0"/>
|
|
341
341
|
<line num="43" count="17" type="stmt"/>
|
|
342
342
|
<line num="44" count="17" type="stmt"/>
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
<line num="140" count="0" type="stmt"/>
|
|
376
376
|
<line num="143" count="0" type="stmt"/>
|
|
377
377
|
</file>
|
|
378
|
-
<file name="Panel.vue" path="/
|
|
378
|
+
<file name="Panel.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Panel.vue">
|
|
379
379
|
<metrics statements="13" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
380
380
|
<line num="53" count="17" type="stmt"/>
|
|
381
381
|
<line num="54" count="17" type="stmt"/>
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
<line num="95" count="0" type="stmt"/>
|
|
392
392
|
<line num="97" count="0" type="stmt"/>
|
|
393
393
|
</file>
|
|
394
|
-
<file name="Row.vue" path="/
|
|
394
|
+
<file name="Row.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Row.vue">
|
|
395
395
|
<metrics statements="9" coveredstatements="3" conditionals="2" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
396
396
|
<line num="19" count="17" type="stmt"/>
|
|
397
397
|
<line num="23" count="17" type="stmt"/>
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
<line num="56" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
404
404
|
<line num="58" count="0" type="stmt"/>
|
|
405
405
|
</file>
|
|
406
|
-
<file name="Step.vue" path="/
|
|
406
|
+
<file name="Step.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Step.vue">
|
|
407
407
|
<metrics statements="16" coveredstatements="2" conditionals="4" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
408
408
|
<line num="32" count="17" type="stmt"/>
|
|
409
409
|
<line num="36" count="17" type="stmt"/>
|
|
@@ -422,7 +422,7 @@
|
|
|
422
422
|
<line num="76" count="0" type="stmt"/>
|
|
423
423
|
<line num="79" count="0" type="stmt"/>
|
|
424
424
|
</file>
|
|
425
|
-
<file name="Table.vue" path="/
|
|
425
|
+
<file name="Table.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Table.vue">
|
|
426
426
|
<metrics statements="194" coveredstatements="10" conditionals="156" coveredconditionals="0" methods="53" coveredmethods="0"/>
|
|
427
427
|
<line num="147" count="17" type="stmt"/>
|
|
428
428
|
<line num="148" count="17" type="stmt"/>
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
<line num="620" count="0" type="stmt"/>
|
|
620
620
|
<line num="621" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
621
621
|
</file>
|
|
622
|
-
<file name="Tabs.vue" path="/
|
|
622
|
+
<file name="Tabs.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Tabs.vue">
|
|
623
623
|
<metrics statements="60" coveredstatements="25" conditionals="45" coveredconditionals="1" methods="16" coveredmethods="7"/>
|
|
624
624
|
<line num="38" count="17" type="stmt"/>
|
|
625
625
|
<line num="39" count="17" type="stmt"/>
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
</package>
|
|
686
686
|
<package name="src.fields">
|
|
687
687
|
<metrics statements="480" coveredstatements="227" conditionals="366" coveredconditionals="90" methods="102" coveredmethods="41"/>
|
|
688
|
-
<file name="Cascader.vue" path="/
|
|
688
|
+
<file name="Cascader.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Cascader.vue">
|
|
689
689
|
<metrics statements="46" coveredstatements="5" conditionals="41" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
690
690
|
<line num="20" count="17" type="stmt"/>
|
|
691
691
|
<line num="34" count="17" type="stmt"/>
|
|
@@ -734,7 +734,7 @@
|
|
|
734
734
|
<line num="139" count="0" type="stmt"/>
|
|
735
735
|
<line num="142" count="0" type="stmt"/>
|
|
736
736
|
</file>
|
|
737
|
-
<file name="Checkbox.vue" path="/
|
|
737
|
+
<file name="Checkbox.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Checkbox.vue">
|
|
738
738
|
<metrics statements="18" coveredstatements="13" conditionals="6" coveredconditionals="2" methods="4" coveredmethods="3"/>
|
|
739
739
|
<line num="14" count="17" type="stmt"/>
|
|
740
740
|
<line num="17" count="17" type="stmt"/>
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
<line num="58" count="1" type="stmt"/>
|
|
756
756
|
<line num="62" count="0" type="stmt"/>
|
|
757
757
|
</file>
|
|
758
|
-
<file name="CheckboxGroup.vue" path="/
|
|
758
|
+
<file name="CheckboxGroup.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/CheckboxGroup.vue">
|
|
759
759
|
<metrics statements="10" coveredstatements="9" conditionals="3" coveredconditionals="3" methods="2" coveredmethods="1"/>
|
|
760
760
|
<line num="10" count="17" type="stmt"/>
|
|
761
761
|
<line num="13" count="17" type="stmt"/>
|
|
@@ -768,7 +768,7 @@
|
|
|
768
768
|
<line num="37" count="2" type="stmt"/>
|
|
769
769
|
<line num="39" count="0" type="stmt"/>
|
|
770
770
|
</file>
|
|
771
|
-
<file name="ColorPicker.vue" path="/
|
|
771
|
+
<file name="ColorPicker.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/ColorPicker.vue">
|
|
772
772
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
773
773
|
<line num="14" count="34" type="stmt"/>
|
|
774
774
|
<line num="17" count="17" type="stmt"/>
|
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
<line num="35" count="2" type="stmt"/>
|
|
778
778
|
<line num="37" count="2" type="stmt"/>
|
|
779
779
|
</file>
|
|
780
|
-
<file name="Date.vue" path="/
|
|
780
|
+
<file name="Date.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Date.vue">
|
|
781
781
|
<metrics statements="11" coveredstatements="11" conditionals="3" coveredconditionals="1" methods="3" coveredmethods="3"/>
|
|
782
782
|
<line num="17" count="17" type="stmt"/>
|
|
783
783
|
<line num="19" count="17" type="stmt"/>
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
<line num="43" count="3" type="stmt"/>
|
|
792
792
|
<line num="46" count="1" type="stmt"/>
|
|
793
793
|
</file>
|
|
794
|
-
<file name="DateTime.vue" path="/
|
|
794
|
+
<file name="DateTime.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/DateTime.vue">
|
|
795
795
|
<metrics statements="14" coveredstatements="14" conditionals="7" coveredconditionals="6" methods="2" coveredmethods="2"/>
|
|
796
796
|
<line num="18" count="17" type="stmt"/>
|
|
797
797
|
<line num="20" count="17" type="stmt"/>
|
|
@@ -808,7 +808,7 @@
|
|
|
808
808
|
<line num="51" count="5" type="stmt"/>
|
|
809
809
|
<line num="54" count="1" type="stmt"/>
|
|
810
810
|
</file>
|
|
811
|
-
<file name="Daterange.vue" path="/
|
|
811
|
+
<file name="Daterange.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Daterange.vue">
|
|
812
812
|
<metrics statements="24" coveredstatements="15" conditionals="27" coveredconditionals="11" methods="6" coveredmethods="2"/>
|
|
813
813
|
<line num="18" count="17" type="stmt"/>
|
|
814
814
|
<line num="20" count="17" type="stmt"/>
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
<line num="69" count="0" type="stmt"/>
|
|
836
836
|
<line num="70" count="0" type="stmt"/>
|
|
837
837
|
</file>
|
|
838
|
-
<file name="Display.vue" path="/
|
|
838
|
+
<file name="Display.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Display.vue">
|
|
839
839
|
<metrics statements="8" coveredstatements="8" conditionals="7" coveredconditionals="5" methods="1" coveredmethods="1"/>
|
|
840
840
|
<line num="6" count="34" type="stmt"/>
|
|
841
841
|
<line num="9" count="17" type="stmt"/>
|
|
@@ -846,7 +846,7 @@
|
|
|
846
846
|
<line num="30" count="1" type="stmt"/>
|
|
847
847
|
<line num="33" count="2" type="stmt"/>
|
|
848
848
|
</file>
|
|
849
|
-
<file name="DynamicField.vue" path="/
|
|
849
|
+
<file name="DynamicField.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/DynamicField.vue">
|
|
850
850
|
<metrics statements="32" coveredstatements="5" conditionals="23" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
851
851
|
<line num="26" count="17" type="stmt"/>
|
|
852
852
|
<line num="29" count="17" type="stmt"/>
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
<line num="92" count="0" type="stmt"/>
|
|
882
882
|
<line num="100" count="0" type="stmt"/>
|
|
883
883
|
</file>
|
|
884
|
-
<file name="Hidden.vue" path="/
|
|
884
|
+
<file name="Hidden.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Hidden.vue">
|
|
885
885
|
<metrics statements="6" coveredstatements="6" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
|
886
886
|
<line num="6" count="34" type="stmt"/>
|
|
887
887
|
<line num="9" count="17" type="stmt"/>
|
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
<line num="26" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
891
891
|
<line num="28" count="2" type="stmt"/>
|
|
892
892
|
</file>
|
|
893
|
-
<file name="Link.vue" path="/
|
|
893
|
+
<file name="Link.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Link.vue">
|
|
894
894
|
<metrics statements="34" coveredstatements="30" conditionals="30" coveredconditionals="17" methods="8" coveredmethods="7"/>
|
|
895
895
|
<line num="20" count="17" type="stmt"/>
|
|
896
896
|
<line num="24" count="17" type="stmt"/>
|
|
@@ -927,7 +927,7 @@
|
|
|
927
927
|
<line num="105" count="1" type="stmt"/>
|
|
928
928
|
<line num="107" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
929
929
|
</file>
|
|
930
|
-
<file name="Number.vue" path="/
|
|
930
|
+
<file name="Number.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Number.vue">
|
|
931
931
|
<metrics statements="11" coveredstatements="11" conditionals="4" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
932
932
|
<line num="19" count="17" type="stmt"/>
|
|
933
933
|
<line num="22" count="17" type="stmt"/>
|
|
@@ -941,7 +941,7 @@
|
|
|
941
941
|
<line num="47" count="4" type="stmt"/>
|
|
942
942
|
<line num="48" count="4" type="cond" truecount="3" falsecount="1"/>
|
|
943
943
|
</file>
|
|
944
|
-
<file name="RadioGroup.vue" path="/
|
|
944
|
+
<file name="RadioGroup.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/RadioGroup.vue">
|
|
945
945
|
<metrics statements="8" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
|
|
946
946
|
<line num="8" count="17" type="stmt"/>
|
|
947
947
|
<line num="10" count="17" type="stmt"/>
|
|
@@ -952,7 +952,7 @@
|
|
|
952
952
|
<line num="28" count="2" type="stmt"/>
|
|
953
953
|
<line num="29" count="0" type="stmt"/>
|
|
954
954
|
</file>
|
|
955
|
-
<file name="Select.vue" path="/
|
|
955
|
+
<file name="Select.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Select.vue">
|
|
956
956
|
<metrics statements="161" coveredstatements="5" conditionals="155" coveredconditionals="0" methods="33" coveredmethods="0"/>
|
|
957
957
|
<line num="53" count="17" type="stmt"/>
|
|
958
958
|
<line num="57" count="17" type="stmt"/>
|
|
@@ -1116,7 +1116,7 @@
|
|
|
1116
1116
|
<line num="386" count="0" type="stmt"/>
|
|
1117
1117
|
<line num="387" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1118
1118
|
</file>
|
|
1119
|
-
<file name="Switch.vue" path="/
|
|
1119
|
+
<file name="Switch.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Switch.vue">
|
|
1120
1120
|
<metrics statements="19" coveredstatements="19" conditionals="9" coveredconditionals="7" methods="5" coveredmethods="5"/>
|
|
1121
1121
|
<line num="14" count="17" type="stmt"/>
|
|
1122
1122
|
<line num="17" count="17" type="stmt"/>
|
|
@@ -1138,7 +1138,7 @@
|
|
|
1138
1138
|
<line num="57" count="1" type="stmt"/>
|
|
1139
1139
|
<line num="60" count="2" type="stmt"/>
|
|
1140
1140
|
</file>
|
|
1141
|
-
<file name="Text.vue" path="/
|
|
1141
|
+
<file name="Text.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Text.vue">
|
|
1142
1142
|
<metrics statements="50" coveredstatements="42" conditionals="44" coveredconditionals="29" methods="7" coveredmethods="4"/>
|
|
1143
1143
|
<line num="27" count="17" type="stmt"/>
|
|
1144
1144
|
<line num="30" count="17" type="stmt"/>
|
|
@@ -1191,7 +1191,7 @@
|
|
|
1191
1191
|
<line num="128" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1192
1192
|
<line num="129" count="8" type="stmt"/>
|
|
1193
1193
|
</file>
|
|
1194
|
-
<file name="Textarea.vue" path="/
|
|
1194
|
+
<file name="Textarea.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Textarea.vue">
|
|
1195
1195
|
<metrics statements="13" coveredstatements="13" conditionals="4" coveredconditionals="3" methods="5" coveredmethods="5"/>
|
|
1196
1196
|
<line num="16" count="17" type="stmt"/>
|
|
1197
1197
|
<line num="19" count="17" type="stmt"/>
|
|
@@ -1207,7 +1207,7 @@
|
|
|
1207
1207
|
<line num="54" count="1" type="stmt"/>
|
|
1208
1208
|
<line num="55" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
1209
1209
|
</file>
|
|
1210
|
-
<file name="Time.vue" path="/
|
|
1210
|
+
<file name="Time.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Time.vue">
|
|
1211
1211
|
<metrics statements="9" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="2"/>
|
|
1212
1212
|
<line num="15" count="17" type="stmt"/>
|
|
1213
1213
|
<line num="18" count="17" type="stmt"/>
|
|
@@ -1222,14 +1222,14 @@
|
|
|
1222
1222
|
</package>
|
|
1223
1223
|
<package name="src.theme">
|
|
1224
1224
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1225
|
-
<file name="index.scss" path="/
|
|
1225
|
+
<file name="index.scss" path="/data/magic/tmagic-editor/packages/form/src/theme/index.scss">
|
|
1226
1226
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1227
1227
|
<line num="1" count="17" type="stmt"/>
|
|
1228
1228
|
</file>
|
|
1229
1229
|
</package>
|
|
1230
1230
|
<package name="src.utils">
|
|
1231
1231
|
<metrics statements="112" coveredstatements="107" conditionals="85" coveredconditionals="67" methods="24" coveredmethods="23"/>
|
|
1232
|
-
<file name="config.ts" path="/
|
|
1232
|
+
<file name="config.ts" path="/data/magic/tmagic-editor/packages/form/src/utils/config.ts">
|
|
1233
1233
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1234
1234
|
<line num="19" count="21" type="stmt"/>
|
|
1235
1235
|
<line num="21" count="21" type="stmt"/>
|
|
@@ -1237,18 +1237,18 @@
|
|
|
1237
1237
|
<line num="25" count="56" type="stmt"/>
|
|
1238
1238
|
<line num="27" count="21" type="stmt"/>
|
|
1239
1239
|
</file>
|
|
1240
|
-
<file name="createForm.ts" path="/
|
|
1240
|
+
<file name="createForm.ts" path="/data/magic/tmagic-editor/packages/form/src/utils/createForm.ts">
|
|
1241
1241
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
1242
1242
|
<line num="21" count="1" type="stmt"/>
|
|
1243
1243
|
<line num="22" count="2" type="stmt"/>
|
|
1244
1244
|
<line num="25" count="1" type="stmt"/>
|
|
1245
1245
|
</file>
|
|
1246
|
-
<file name="fieldProps.ts" path="/
|
|
1246
|
+
<file name="fieldProps.ts" path="/data/magic/tmagic-editor/packages/form/src/utils/fieldProps.ts">
|
|
1247
1247
|
<metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1248
1248
|
<line num="21" count="17" type="stmt"/>
|
|
1249
1249
|
<line num="25" count="0" type="stmt"/>
|
|
1250
1250
|
</file>
|
|
1251
|
-
<file name="form.ts" path="/
|
|
1251
|
+
<file name="form.ts" path="/data/magic/tmagic-editor/packages/form/src/utils/form.ts">
|
|
1252
1252
|
<metrics statements="92" coveredstatements="89" conditionals="82" coveredconditionals="65" methods="17" coveredmethods="17"/>
|
|
1253
1253
|
<line num="20" count="18" type="stmt"/>
|
|
1254
1254
|
<line num="21" count="18" type="stmt"/>
|
|
@@ -1343,7 +1343,7 @@
|
|
|
1343
1343
|
<line num="263" count="1" type="stmt"/>
|
|
1344
1344
|
<line num="269" count="55" type="cond" truecount="1" falsecount="1"/>
|
|
1345
1345
|
</file>
|
|
1346
|
-
<file name="useAddField.ts" path="/
|
|
1346
|
+
<file name="useAddField.ts" path="/data/magic/tmagic-editor/packages/form/src/utils/useAddField.ts">
|
|
1347
1347
|
<metrics statements="10" coveredstatements="9" conditionals="3" coveredconditionals="2" methods="3" coveredmethods="3"/>
|
|
1348
1348
|
<line num="19" count="17" type="stmt"/>
|
|
1349
1349
|
<line num="23" count="17" type="stmt"/>
|