@tmagic/form 1.0.0-beta.13 → 1.0.0-beta.16

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 (70) hide show
  1. package/coverage/clover.xml +274 -261
  2. package/coverage/coverage-final.json +37 -36
  3. package/coverage/lcov-report/index.html +18 -18
  4. package/coverage/lcov-report/src/Form.vue.html +2 -2
  5. package/coverage/lcov-report/src/FormDialog.vue.html +1 -1
  6. package/coverage/lcov-report/src/containers/Col.vue.html +253 -0
  7. package/coverage/lcov-report/src/containers/Container.vue.html +28 -16
  8. package/coverage/lcov-report/src/containers/Fieldset.vue.html +1 -1
  9. package/coverage/lcov-report/src/containers/GroupList.vue.html +1 -1
  10. package/coverage/lcov-report/src/containers/GroupListItem.vue.html +5 -5
  11. package/coverage/lcov-report/src/containers/Panel.vue.html +1 -1
  12. package/coverage/lcov-report/src/containers/Row.vue.html +22 -34
  13. package/coverage/lcov-report/src/containers/Step.vue.html +1 -1
  14. package/coverage/lcov-report/src/containers/Table.vue.html +32 -8
  15. package/coverage/lcov-report/src/containers/Tabs.vue.html +1 -1
  16. package/coverage/lcov-report/src/containers/index.html +41 -26
  17. package/coverage/lcov-report/src/fields/Cascader.vue.html +1 -1
  18. package/coverage/lcov-report/src/fields/Checkbox.vue.html +3 -3
  19. package/coverage/lcov-report/src/fields/CheckboxGroup.vue.html +1 -1
  20. package/coverage/lcov-report/src/fields/ColorPicker.vue.html +1 -1
  21. package/coverage/lcov-report/src/fields/Date.vue.html +1 -1
  22. package/coverage/lcov-report/src/fields/DateTime.vue.html +1 -1
  23. package/coverage/lcov-report/src/fields/Daterange.vue.html +1 -1
  24. package/coverage/lcov-report/src/fields/Display.vue.html +1 -1
  25. package/coverage/lcov-report/src/fields/DynamicField.vue.html +1 -1
  26. package/coverage/lcov-report/src/fields/Hidden.vue.html +1 -1
  27. package/coverage/lcov-report/src/fields/Link.vue.html +2 -2
  28. package/coverage/lcov-report/src/fields/Number.vue.html +1 -1
  29. package/coverage/lcov-report/src/fields/RadioGroup.vue.html +1 -1
  30. package/coverage/lcov-report/src/fields/Select.vue.html +1 -1
  31. package/coverage/lcov-report/src/fields/Switch.vue.html +1 -1
  32. package/coverage/lcov-report/src/fields/Text.vue.html +1 -1
  33. package/coverage/lcov-report/src/fields/Textarea.vue.html +13 -19
  34. package/coverage/lcov-report/src/fields/Time.vue.html +1 -1
  35. package/coverage/lcov-report/src/fields/index.html +1 -1
  36. package/coverage/lcov-report/src/index.html +1 -1
  37. package/coverage/lcov-report/src/index.ts.html +1 -1
  38. package/coverage/lcov-report/src/theme/index.html +1 -1
  39. package/coverage/lcov-report/src/theme/index.scss.html +1 -1
  40. package/coverage/lcov-report/src/utils/config.ts.html +1 -1
  41. package/coverage/lcov-report/src/utils/createForm.ts.html +1 -1
  42. package/coverage/lcov-report/src/utils/fieldProps.ts.html +1 -1
  43. package/coverage/lcov-report/src/utils/form.ts.html +1 -1
  44. package/coverage/lcov-report/src/utils/index.html +1 -1
  45. package/coverage/lcov-report/src/utils/useAddField.ts.html +1 -1
  46. package/coverage/lcov.info +528 -497
  47. package/dist/style.css +7 -9
  48. package/dist/tmagic-form.es.js +143 -99
  49. package/dist/tmagic-form.es.js.map +1 -1
  50. package/dist/tmagic-form.umd.js +143 -99
  51. package/dist/tmagic-form.umd.js.map +1 -1
  52. package/dist/types/src/Form.vue.d.ts +362 -0
  53. package/dist/types/src/FormDialog.vue.d.ts +757 -0
  54. package/dist/types/src/containers/Col.vue.d.ts +42 -0
  55. package/dist/types/src/containers/Container.vue.d.ts +1 -0
  56. package/dist/types/src/containers/Row.vue.d.ts +0 -1
  57. package/dist/types/src/containers/Table.vue.d.ts +2601 -0
  58. package/dist/types/src/fields/Checkbox.vue.d.ts +2 -2
  59. package/dist/types/src/fields/Link.vue.d.ts +1596 -0
  60. package/package.json +10 -6
  61. package/src/Form.vue +1 -1
  62. package/src/containers/Col.vue +56 -0
  63. package/src/containers/Container.vue +9 -5
  64. package/src/containers/GroupListItem.vue +4 -4
  65. package/src/containers/Row.vue +13 -17
  66. package/src/containers/Table.vue +14 -6
  67. package/src/fields/Checkbox.vue +2 -2
  68. package/src/fields/Link.vue +1 -1
  69. package/src/fields/Textarea.vue +11 -13
  70. package/src/theme/form.scss +24 -17
@@ -1,10 +1,10 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1650600900900" clover="3.2.0">
3
- <project timestamp="1650600900900" name="All files">
4
- <metrics statements="1220" coveredstatements="588" conditionals="832" coveredconditionals="196" methods="329" coveredmethods="125" elements="2381" coveredelements="909" complexity="0" loc="1220" ncloc="1220" packages="5" files="36" classes="36"/>
2
+ <coverage generated="1652445755229" clover="3.2.0">
3
+ <project timestamp="1652445755229" name="All files">
4
+ <metrics statements="1230" coveredstatements="592" conditionals="834" coveredconditionals="198" methods="334" coveredmethods="126" elements="2398" coveredelements="916" complexity="0" loc="1230" ncloc="1230" 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="/root/magic/tmagic-editor/packages/form/src/Form.vue">
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="/root/magic/tmagic-editor/packages/form/src/FormDialog.vue">
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="/root/magic/tmagic-editor/packages/form/src/index.ts">
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"/>
@@ -194,69 +194,83 @@
194
194
  </file>
195
195
  </package>
196
196
  <package name="src.containers">
197
- <metrics statements="448" coveredstatements="104" conditionals="354" coveredconditionals="34" methods="141" coveredmethods="25"/>
198
- <file name="Container.vue" path="/root/magic/tmagic-editor/packages/form/src/containers/Container.vue">
199
- <metrics statements="58" coveredstatements="50" conditionals="63" coveredconditionals="33" methods="19" coveredmethods="18"/>
200
- <line num="105" count="17" type="stmt"/>
197
+ <metrics statements="458" coveredstatements="108" conditionals="356" coveredconditionals="36" methods="146" coveredmethods="26"/>
198
+ <file name="Col.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Col.vue">
199
+ <metrics statements="10" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="5" coveredmethods="0"/>
200
+ <line num="16" count="17" type="stmt"/>
201
+ <line num="19" count="17" type="stmt"/>
202
+ <line num="21" count="17" type="stmt"/>
203
+ <line num="29" count="0" type="stmt"/>
204
+ <line num="34" count="0" type="stmt"/>
205
+ <line num="44" count="0" type="stmt"/>
206
+ <line num="45" count="0" type="stmt"/>
207
+ <line num="47" count="0" type="stmt"/>
208
+ <line num="49" count="0" type="stmt"/>
209
+ <line num="51" count="0" type="stmt"/>
210
+ </file>
211
+ <file name="Container.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Container.vue">
212
+ <metrics statements="59" coveredstatements="51" conditionals="65" coveredconditionals="35" methods="20" coveredmethods="19"/>
201
213
  <line num="106" count="17" type="stmt"/>
202
- <line num="109" count="17" type="stmt"/>
203
- <line num="111" count="17" type="stmt"/>
204
- <line num="132" count="48" type="stmt"/>
205
- <line num="147" count="49" type="stmt"/>
214
+ <line num="107" count="17" type="stmt"/>
215
+ <line num="110" count="17" type="stmt"/>
216
+ <line num="112" count="17" type="stmt"/>
217
+ <line num="133" count="48" type="stmt"/>
206
218
  <line num="148" count="49" type="stmt"/>
207
- <line num="150" count="49" type="stmt"/>
208
- <line num="152" count="49" type="cond" truecount="2" falsecount="0"/>
209
- <line num="154" count="49" type="stmt"/>
210
- <line num="156" count="49" type="cond" truecount="3" falsecount="1"/>
211
- <line num="158" count="49" type="stmt"/>
212
- <line num="159" count="47" type="cond" truecount="2" falsecount="0"/>
213
- <line num="160" count="47" type="cond" truecount="1" falsecount="0"/>
214
- <line num="161" count="0" type="stmt"/>
215
- <line num="164" count="49" type="stmt"/>
216
- <line num="166" count="49" type="stmt"/>
217
- <line num="168" count="49" type="stmt"/>
218
- <line num="170" count="49" type="stmt"/>
219
- <line num="172" count="49" type="stmt"/>
219
+ <line num="149" count="49" type="stmt"/>
220
+ <line num="151" count="49" type="stmt"/>
221
+ <line num="153" count="49" type="cond" truecount="2" falsecount="0"/>
222
+ <line num="155" count="49" type="stmt"/>
223
+ <line num="157" count="49" type="cond" truecount="3" falsecount="1"/>
224
+ <line num="159" count="49" type="stmt"/>
225
+ <line num="160" count="47" type="cond" truecount="2" falsecount="0"/>
226
+ <line num="161" count="47" type="cond" truecount="1" falsecount="0"/>
227
+ <line num="162" count="0" type="stmt"/>
228
+ <line num="165" count="49" type="stmt"/>
229
+ <line num="167" count="49" type="stmt"/>
230
+ <line num="169" count="49" type="stmt"/>
231
+ <line num="171" count="49" type="stmt"/>
220
232
  <line num="173" count="49" type="stmt"/>
221
- <line num="174" count="49" type="cond" truecount="0" falsecount="1"/>
222
- <line num="175" count="0" type="stmt"/>
223
- <line num="179" count="49" type="cond" truecount="0" falsecount="1"/>
224
- <line num="180" count="49" type="cond" truecount="7" falsecount="1"/>
225
- <line num="183" count="49" type="stmt"/>
226
- <line num="184" count="47" type="cond" truecount="0" falsecount="1"/>
227
- <line num="185" count="0" type="stmt"/>
228
- <line num="188" count="47" type="stmt"/>
229
- <line num="191" count="49" type="stmt"/>
230
- <line num="192" count="49" type="stmt"/>
233
+ <line num="174" count="49" type="stmt"/>
234
+ <line num="175" count="49" type="cond" truecount="0" falsecount="1"/>
235
+ <line num="176" count="0" type="stmt"/>
236
+ <line num="180" count="49" type="cond" truecount="0" falsecount="1"/>
237
+ <line num="181" count="49" type="cond" truecount="7" falsecount="1"/>
238
+ <line num="184" count="49" type="stmt"/>
239
+ <line num="185" count="47" type="cond" truecount="0" falsecount="1"/>
240
+ <line num="186" count="0" type="stmt"/>
241
+ <line num="189" count="47" type="stmt"/>
242
+ <line num="192" count="49" type="cond" truecount="2" falsecount="0"/>
243
+ <line num="194" count="49" type="stmt"/>
231
244
  <line num="195" count="49" type="stmt"/>
232
- <line num="197" count="49" type="cond" truecount="3" falsecount="1"/>
233
- <line num="199" count="49" type="stmt"/>
234
- <line num="200" count="20" type="cond" truecount="0" falsecount="1"/>
235
- <line num="201" count="0" type="stmt"/>
236
- <line num="209" count="20" type="cond" truecount="1" falsecount="0"/>
237
- <line num="210" count="8" type="stmt"/>
238
- <line num="213" count="12" type="stmt"/>
239
- <line num="216" count="49" type="stmt"/>
240
- <line num="217" count="20" type="cond" truecount="0" falsecount="1"/>
241
- <line num="218" count="0" type="stmt"/>
242
- <line num="227" count="49" type="stmt"/>
243
- <line num="228" count="20" type="cond" truecount="2" falsecount="1"/>
244
- <line num="229" count="0" type="stmt"/>
245
- <line num="233" count="49" type="stmt"/>
246
- <line num="234" count="20" type="stmt"/>
247
- <line num="235" count="20" type="stmt"/>
245
+ <line num="198" count="49" type="stmt"/>
246
+ <line num="200" count="83" type="cond" truecount="3" falsecount="1"/>
247
+ <line num="202" count="49" type="stmt"/>
248
+ <line num="203" count="20" type="cond" truecount="0" falsecount="1"/>
249
+ <line num="204" count="0" type="stmt"/>
250
+ <line num="212" count="20" type="cond" truecount="1" falsecount="0"/>
251
+ <line num="213" count="8" type="stmt"/>
252
+ <line num="216" count="12" type="stmt"/>
253
+ <line num="219" count="49" type="stmt"/>
254
+ <line num="220" count="20" type="cond" truecount="0" falsecount="1"/>
255
+ <line num="221" count="0" type="stmt"/>
256
+ <line num="230" count="49" type="stmt"/>
257
+ <line num="231" count="20" type="cond" truecount="2" falsecount="1"/>
258
+ <line num="232" count="0" type="stmt"/>
259
+ <line num="236" count="49" type="stmt"/>
260
+ <line num="237" count="20" type="stmt"/>
248
261
  <line num="238" count="20" type="stmt"/>
249
- <line num="239" count="20" type="cond" truecount="3" falsecount="1"/>
250
- <line num="240" count="20" type="cond" truecount="3" falsecount="1"/>
251
- <line num="242" count="0" type="stmt"/>
252
- <line num="246" count="20" type="cond" truecount="5" falsecount="1"/>
253
- <line num="248" count="8" type="stmt"/>
254
- <line num="251" count="20" type="cond" truecount="1" falsecount="2"/>
255
- <line num="253" count="0" type="stmt"/>
256
- <line num="255" count="20" type="stmt"/>
257
- <line num="258" count="49" type="stmt"/>
262
+ <line num="241" count="20" type="stmt"/>
263
+ <line num="242" count="20" type="cond" truecount="3" falsecount="1"/>
264
+ <line num="243" count="20" type="cond" truecount="3" falsecount="1"/>
265
+ <line num="245" count="0" type="stmt"/>
266
+ <line num="249" count="20" type="cond" truecount="5" falsecount="1"/>
267
+ <line num="251" count="8" type="stmt"/>
268
+ <line num="254" count="20" type="cond" truecount="1" falsecount="2"/>
269
+ <line num="256" count="0" type="stmt"/>
270
+ <line num="258" count="20" type="stmt"/>
271
+ <line num="261" count="49" type="stmt"/>
258
272
  </file>
259
- <file name="Fieldset.vue" path="/root/magic/tmagic-editor/packages/form/src/containers/Fieldset.vue">
273
+ <file name="Fieldset.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Fieldset.vue">
260
274
  <metrics statements="21" coveredstatements="2" conditionals="27" coveredconditionals="0" methods="10" coveredmethods="0"/>
261
275
  <line num="66" count="17" type="stmt"/>
262
276
  <line num="70" count="17" type="stmt"/>
@@ -280,7 +294,7 @@
280
294
  <line num="124" count="0" type="cond" truecount="0" falsecount="10"/>
281
295
  <line num="126" count="0" type="stmt"/>
282
296
  </file>
283
- <file name="GroupList.vue" path="/root/magic/tmagic-editor/packages/form/src/containers/GroupList.vue">
297
+ <file name="GroupList.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/GroupList.vue">
284
298
  <metrics statements="40" coveredstatements="4" conditionals="22" coveredconditionals="0" methods="10" coveredmethods="0"/>
285
299
  <line num="33" count="17" type="stmt"/>
286
300
  <line num="36" count="17" type="stmt"/>
@@ -323,7 +337,7 @@
323
337
  <line num="136" count="0" type="stmt"/>
324
338
  <line num="142" count="0" type="stmt"/>
325
339
  </file>
326
- <file name="GroupListItem.vue" path="/root/magic/tmagic-editor/packages/form/src/containers/GroupListItem.vue">
340
+ <file name="GroupListItem.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/GroupListItem.vue">
327
341
  <metrics statements="36" coveredstatements="4" conditionals="35" coveredconditionals="0" methods="15" coveredmethods="0"/>
328
342
  <line num="43" count="17" type="stmt"/>
329
343
  <line num="44" count="17" type="stmt"/>
@@ -362,7 +376,7 @@
362
376
  <line num="140" count="0" type="stmt"/>
363
377
  <line num="143" count="0" type="stmt"/>
364
378
  </file>
365
- <file name="Panel.vue" path="/root/magic/tmagic-editor/packages/form/src/containers/Panel.vue">
379
+ <file name="Panel.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Panel.vue">
366
380
  <metrics statements="13" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="6" coveredmethods="0"/>
367
381
  <line num="53" count="17" type="stmt"/>
368
382
  <line num="54" count="17" type="stmt"/>
@@ -378,20 +392,19 @@
378
392
  <line num="95" count="0" type="stmt"/>
379
393
  <line num="97" count="0" type="stmt"/>
380
394
  </file>
381
- <file name="Row.vue" path="/root/magic/tmagic-editor/packages/form/src/containers/Row.vue">
382
- <metrics statements="10" coveredstatements="3" conditionals="2" coveredconditionals="0" methods="5" coveredmethods="0"/>
395
+ <file name="Row.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Row.vue">
396
+ <metrics statements="9" coveredstatements="3" conditionals="2" coveredconditionals="0" methods="4" coveredmethods="0"/>
397
+ <line num="19" count="17" type="stmt"/>
383
398
  <line num="23" count="17" type="stmt"/>
384
- <line num="26" count="17" type="stmt"/>
385
- <line num="28" count="17" type="stmt"/>
386
- <line num="37" count="0" type="stmt"/>
387
- <line num="42" count="0" type="stmt"/>
399
+ <line num="25" count="17" type="stmt"/>
400
+ <line num="36" count="0" type="stmt"/>
401
+ <line num="41" count="0" type="stmt"/>
402
+ <line num="53" count="0" type="stmt"/>
388
403
  <line num="54" count="0" type="stmt"/>
389
- <line num="55" count="0" type="stmt"/>
390
- <line num="57" count="0" type="cond" truecount="0" falsecount="2"/>
391
- <line num="59" count="0" type="stmt"/>
392
- <line num="62" count="0" type="stmt"/>
404
+ <line num="56" count="0" type="cond" truecount="0" falsecount="2"/>
405
+ <line num="58" count="0" type="stmt"/>
393
406
  </file>
394
- <file name="Step.vue" path="/root/magic/tmagic-editor/packages/form/src/containers/Step.vue">
407
+ <file name="Step.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Step.vue">
395
408
  <metrics statements="16" coveredstatements="2" conditionals="4" coveredconditionals="0" methods="7" coveredmethods="0"/>
396
409
  <line num="32" count="17" type="stmt"/>
397
410
  <line num="36" count="17" type="stmt"/>
@@ -410,204 +423,204 @@
410
423
  <line num="76" count="0" type="stmt"/>
411
424
  <line num="79" count="0" type="stmt"/>
412
425
  </file>
413
- <file name="Table.vue" path="/root/magic/tmagic-editor/packages/form/src/containers/Table.vue">
426
+ <file name="Table.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Table.vue">
414
427
  <metrics statements="194" coveredstatements="10" conditionals="156" coveredconditionals="0" methods="53" coveredmethods="0"/>
415
- <line num="147" count="17" type="stmt"/>
416
- <line num="148" count="17" type="stmt"/>
417
- <line num="149" count="17" type="stmt"/>
418
- <line num="150" count="17" type="stmt"/>
419
- <line num="151" count="17" type="stmt"/>
420
- <line num="153" count="17" type="stmt"/>
428
+ <line num="155" count="17" type="stmt"/>
421
429
  <line num="156" count="17" type="stmt"/>
422
- <line num="175" count="17" type="stmt"/>
423
- <line num="176" count="17" type="stmt"/>
424
- <line num="178" count="17" type="stmt"/>
425
- <line num="190" count="0" type="stmt"/>
426
- <line num="196" count="0" type="stmt"/>
427
- <line num="231" count="0" type="stmt"/>
428
- <line num="232" count="0" type="stmt"/>
429
- <line num="233" count="0" type="stmt"/>
430
- <line num="235" count="0" type="stmt"/>
431
- <line num="236" count="0" type="stmt"/>
432
- <line num="237" count="0" type="stmt"/>
430
+ <line num="157" count="17" type="stmt"/>
431
+ <line num="158" count="17" type="stmt"/>
432
+ <line num="159" count="17" type="stmt"/>
433
+ <line num="161" count="17" type="stmt"/>
434
+ <line num="164" count="17" type="stmt"/>
435
+ <line num="183" count="17" type="stmt"/>
436
+ <line num="184" count="17" type="stmt"/>
437
+ <line num="186" count="17" type="stmt"/>
438
+ <line num="198" count="0" type="stmt"/>
439
+ <line num="204" count="0" type="stmt"/>
433
440
  <line num="239" count="0" type="stmt"/>
434
441
  <line num="240" count="0" type="stmt"/>
435
442
  <line num="241" count="0" type="stmt"/>
436
- <line num="242" count="0" type="stmt"/>
437
- <line num="244" count="0" type="cond" truecount="0" falsecount="3"/>
438
- <line num="246" count="0" type="stmt"/>
439
- <line num="247" count="0" type="cond" truecount="0" falsecount="2"/>
443
+ <line num="243" count="0" type="stmt"/>
444
+ <line num="244" count="0" type="stmt"/>
445
+ <line num="245" count="0" type="stmt"/>
446
+ <line num="247" count="0" type="stmt"/>
440
447
  <line num="248" count="0" type="stmt"/>
441
- <line num="249" count="0" type="cond" truecount="0" falsecount="1"/>
448
+ <line num="249" count="0" type="stmt"/>
442
449
  <line num="250" count="0" type="stmt"/>
450
+ <line num="252" count="0" type="cond" truecount="0" falsecount="3"/>
443
451
  <line num="254" count="0" type="stmt"/>
444
- <line num="255" count="0" type="stmt"/>
452
+ <line num="255" count="0" type="cond" truecount="0" falsecount="2"/>
445
453
  <line num="256" count="0" type="stmt"/>
446
- <line num="259" count="0" type="stmt"/>
447
- <line num="260" count="0" type="stmt"/>
448
- <line num="265" count="0" type="cond" truecount="0" falsecount="1"/>
449
- <line num="266" count="0" type="stmt"/>
454
+ <line num="257" count="0" type="cond" truecount="0" falsecount="1"/>
455
+ <line num="258" count="0" type="stmt"/>
456
+ <line num="262" count="0" type="stmt"/>
457
+ <line num="263" count="0" type="stmt"/>
458
+ <line num="264" count="0" type="stmt"/>
450
459
  <line num="267" count="0" type="stmt"/>
451
- <line num="270" count="0" type="cond" truecount="0" falsecount="4"/>
452
- <line num="273" count="0" type="stmt"/>
453
- <line num="274" count="0" type="cond" truecount="0" falsecount="4"/>
454
- <line num="275" count="0" type="cond" truecount="0" falsecount="5"/>
455
- <line num="277" count="0" type="stmt"/>
456
- <line num="278" count="0" type="stmt"/>
457
- <line num="279" count="0" type="stmt"/>
458
- <line num="280" count="0" type="cond" truecount="0" falsecount="1"/>
459
- <line num="281" count="0" type="cond" truecount="0" falsecount="1"/>
460
- <line num="282" count="0" type="stmt"/>
461
- <line num="283" count="0" type="stmt"/>
462
- <line num="284" count="0" type="stmt"/>
460
+ <line num="268" count="0" type="stmt"/>
461
+ <line num="273" count="0" type="cond" truecount="0" falsecount="1"/>
462
+ <line num="274" count="0" type="stmt"/>
463
+ <line num="275" count="0" type="stmt"/>
464
+ <line num="278" count="0" type="cond" truecount="0" falsecount="4"/>
465
+ <line num="281" count="0" type="stmt"/>
466
+ <line num="282" count="0" type="cond" truecount="0" falsecount="4"/>
467
+ <line num="283" count="0" type="cond" truecount="0" falsecount="5"/>
463
468
  <line num="285" count="0" type="stmt"/>
464
- <line num="286" count="0" type="cond" truecount="0" falsecount="4"/>
469
+ <line num="286" count="0" type="stmt"/>
465
470
  <line num="287" count="0" type="stmt"/>
466
- <line num="288" count="0" type="stmt"/>
467
- <line num="289" count="0" type="cond" truecount="0" falsecount="5"/>
471
+ <line num="288" count="0" type="cond" truecount="0" falsecount="1"/>
472
+ <line num="289" count="0" type="cond" truecount="0" falsecount="1"/>
468
473
  <line num="290" count="0" type="stmt"/>
469
474
  <line num="291" count="0" type="stmt"/>
470
475
  <line num="292" count="0" type="stmt"/>
471
- <line num="301" count="0" type="stmt"/>
472
- <line num="302" count="0" type="cond" truecount="0" falsecount="3"/>
473
- <line num="303" count="0" type="stmt"/>
474
- <line num="304" count="0" type="stmt"/>
475
- <line num="307" count="0" type="stmt"/>
476
- <line num="308" count="0" type="cond" truecount="0" falsecount="2"/>
476
+ <line num="293" count="0" type="stmt"/>
477
+ <line num="294" count="0" type="cond" truecount="0" falsecount="4"/>
478
+ <line num="295" count="0" type="stmt"/>
479
+ <line num="296" count="0" type="stmt"/>
480
+ <line num="297" count="0" type="cond" truecount="0" falsecount="5"/>
481
+ <line num="298" count="0" type="stmt"/>
482
+ <line num="299" count="0" type="stmt"/>
483
+ <line num="300" count="0" type="stmt"/>
477
484
  <line num="309" count="0" type="stmt"/>
478
- <line num="310" count="0" type="stmt"/>
479
- <line num="311" count="0" type="cond" truecount="0" falsecount="2"/>
485
+ <line num="310" count="0" type="cond" truecount="0" falsecount="3"/>
486
+ <line num="311" count="0" type="stmt"/>
480
487
  <line num="312" count="0" type="stmt"/>
481
- <line num="314" count="0" type="cond" truecount="0" falsecount="1"/>
482
- <line num="315" count="0" type="cond" truecount="0" falsecount="1"/>
483
- <line num="316" count="0" type="stmt"/>
488
+ <line num="315" count="0" type="stmt"/>
489
+ <line num="316" count="0" type="cond" truecount="0" falsecount="2"/>
490
+ <line num="317" count="0" type="stmt"/>
484
491
  <line num="318" count="0" type="stmt"/>
485
- <line num="319" count="0" type="stmt"/>
492
+ <line num="319" count="0" type="cond" truecount="0" falsecount="2"/>
486
493
  <line num="320" count="0" type="stmt"/>
487
- <line num="321" count="0" type="cond" truecount="0" falsecount="1"/>
488
- <line num="322" count="0" type="stmt"/>
489
- <line num="325" count="0" type="stmt"/>
490
- <line num="328" count="0" type="cond" truecount="0" falsecount="1"/>
494
+ <line num="322" count="0" type="cond" truecount="0" falsecount="1"/>
495
+ <line num="323" count="0" type="cond" truecount="0" falsecount="1"/>
496
+ <line num="324" count="0" type="stmt"/>
497
+ <line num="326" count="0" type="stmt"/>
498
+ <line num="327" count="0" type="stmt"/>
499
+ <line num="328" count="0" type="stmt"/>
500
+ <line num="329" count="0" type="cond" truecount="0" falsecount="1"/>
491
501
  <line num="330" count="0" type="stmt"/>
492
- <line num="332" count="0" type="cond" truecount="0" falsecount="1"/>
493
502
  <line num="333" count="0" type="stmt"/>
494
- <line num="334" count="0" type="cond" truecount="0" falsecount="2"/>
495
- <line num="337" count="0" type="cond" truecount="0" falsecount="1"/>
503
+ <line num="336" count="0" type="cond" truecount="0" falsecount="1"/>
496
504
  <line num="338" count="0" type="stmt"/>
497
- <line num="342" count="0" type="cond" truecount="0" falsecount="1"/>
498
- <line num="343" count="0" type="stmt"/>
505
+ <line num="340" count="0" type="cond" truecount="0" falsecount="1"/>
506
+ <line num="341" count="0" type="stmt"/>
507
+ <line num="342" count="0" type="cond" truecount="0" falsecount="2"/>
508
+ <line num="345" count="0" type="cond" truecount="0" falsecount="1"/>
499
509
  <line num="346" count="0" type="stmt"/>
500
- <line num="352" count="0" type="cond" truecount="0" falsecount="3"/>
501
- <line num="353" count="0" type="stmt"/>
502
- <line num="356" count="0" type="stmt"/>
503
- <line num="357" count="0" type="stmt"/>
504
- <line num="360" count="0" type="cond" truecount="0" falsecount="4"/>
510
+ <line num="350" count="0" type="cond" truecount="0" falsecount="1"/>
511
+ <line num="351" count="0" type="stmt"/>
512
+ <line num="354" count="0" type="stmt"/>
513
+ <line num="360" count="0" type="cond" truecount="0" falsecount="3"/>
505
514
  <line num="361" count="0" type="stmt"/>
506
- <line num="362" count="0" type="stmt"/>
507
515
  <line num="364" count="0" type="stmt"/>
508
- <line num="367" count="0" type="stmt"/>
509
- <line num="371" count="0" type="stmt"/>
510
- <line num="372" count="0" type="cond" truecount="0" falsecount="1"/>
511
- <line num="373" count="0" type="stmt"/>
512
- <line num="376" count="0" type="cond" truecount="0" falsecount="3"/>
513
- <line num="377" count="0" type="stmt"/>
516
+ <line num="365" count="0" type="stmt"/>
517
+ <line num="368" count="0" type="cond" truecount="0" falsecount="4"/>
518
+ <line num="369" count="0" type="stmt"/>
519
+ <line num="370" count="0" type="stmt"/>
520
+ <line num="372" count="0" type="stmt"/>
521
+ <line num="375" count="0" type="stmt"/>
522
+ <line num="379" count="0" type="stmt"/>
514
523
  <line num="380" count="0" type="cond" truecount="0" falsecount="1"/>
515
524
  <line num="381" count="0" type="stmt"/>
525
+ <line num="384" count="0" type="cond" truecount="0" falsecount="3"/>
516
526
  <line num="385" count="0" type="stmt"/>
517
- <line num="403" count="0" type="stmt"/>
518
- <line num="405" count="0" type="cond" truecount="0" falsecount="2"/>
519
- <line num="409" count="0" type="cond" truecount="0" falsecount="1"/>
520
- <line num="410" count="0" type="stmt"/>
521
- <line num="412" count="0" type="cond" truecount="0" falsecount="1"/>
522
- <line num="413" count="0" type="stmt"/>
523
- <line num="419" count="0" type="cond" truecount="0" falsecount="2"/>
524
- <line num="422" count="0" type="cond" truecount="0" falsecount="1"/>
525
- <line num="423" count="0" type="stmt"/>
526
- <line num="425" count="0" type="stmt"/>
527
- <line num="428" count="0" type="cond" truecount="0" falsecount="1"/>
528
- <line num="429" count="0" type="stmt"/>
529
- <line num="434" count="0" type="cond" truecount="0" falsecount="2"/>
530
- <line num="440" count="0" type="stmt"/>
531
- <line num="444" count="0" type="cond" truecount="0" falsecount="1"/>
532
- <line num="445" count="0" type="stmt"/>
533
- <line num="454" count="0" type="stmt"/>
534
- <line num="460" count="0" type="stmt"/>
535
- <line num="461" count="0" type="stmt"/>
536
- <line num="465" count="0" type="cond" truecount="0" falsecount="3"/>
537
- <line num="466" count="0" type="cond" truecount="0" falsecount="4"/>
538
- <line num="467" count="0" type="cond" truecount="0" falsecount="4"/>
527
+ <line num="388" count="0" type="cond" truecount="0" falsecount="1"/>
528
+ <line num="389" count="0" type="stmt"/>
529
+ <line num="393" count="0" type="stmt"/>
530
+ <line num="411" count="0" type="stmt"/>
531
+ <line num="413" count="0" type="cond" truecount="0" falsecount="2"/>
532
+ <line num="417" count="0" type="cond" truecount="0" falsecount="1"/>
533
+ <line num="418" count="0" type="stmt"/>
534
+ <line num="420" count="0" type="cond" truecount="0" falsecount="1"/>
535
+ <line num="421" count="0" type="stmt"/>
536
+ <line num="427" count="0" type="cond" truecount="0" falsecount="2"/>
537
+ <line num="430" count="0" type="cond" truecount="0" falsecount="1"/>
538
+ <line num="431" count="0" type="stmt"/>
539
+ <line num="433" count="0" type="stmt"/>
540
+ <line num="436" count="0" type="cond" truecount="0" falsecount="1"/>
541
+ <line num="437" count="0" type="stmt"/>
542
+ <line num="442" count="0" type="cond" truecount="0" falsecount="2"/>
543
+ <line num="448" count="0" type="stmt"/>
544
+ <line num="452" count="0" type="cond" truecount="0" falsecount="1"/>
545
+ <line num="453" count="0" type="stmt"/>
546
+ <line num="462" count="0" type="stmt"/>
547
+ <line num="468" count="0" type="stmt"/>
539
548
  <line num="469" count="0" type="stmt"/>
540
- <line num="470" count="0" type="cond" truecount="0" falsecount="1"/>
541
- <line num="471" count="0" type="stmt"/>
542
- <line num="476" count="0" type="cond" truecount="0" falsecount="4"/>
543
- <line num="480" count="0" type="stmt"/>
544
- <line num="481" count="0" type="stmt"/>
545
- <line num="482" count="0" type="stmt"/>
546
- <line num="486" count="0" type="cond" truecount="0" falsecount="1"/>
547
- <line num="487" count="0" type="stmt"/>
549
+ <line num="473" count="0" type="cond" truecount="0" falsecount="3"/>
550
+ <line num="474" count="0" type="cond" truecount="0" falsecount="4"/>
551
+ <line num="475" count="0" type="cond" truecount="0" falsecount="4"/>
552
+ <line num="477" count="0" type="stmt"/>
553
+ <line num="478" count="0" type="cond" truecount="0" falsecount="1"/>
554
+ <line num="479" count="0" type="stmt"/>
555
+ <line num="484" count="0" type="cond" truecount="0" falsecount="4"/>
556
+ <line num="488" count="0" type="stmt"/>
557
+ <line num="489" count="0" type="stmt"/>
548
558
  <line num="490" count="0" type="stmt"/>
549
- <line num="491" count="0" type="stmt"/>
550
- <line num="496" count="0" type="cond" truecount="0" falsecount="1"/>
551
- <line num="497" count="0" type="stmt"/>
552
- <line num="501" count="0" type="stmt"/>
553
- <line num="504" count="0" type="stmt"/>
559
+ <line num="494" count="0" type="cond" truecount="0" falsecount="1"/>
560
+ <line num="495" count="0" type="stmt"/>
561
+ <line num="498" count="0" type="stmt"/>
562
+ <line num="499" count="0" type="stmt"/>
563
+ <line num="504" count="0" type="cond" truecount="0" falsecount="1"/>
554
564
  <line num="505" count="0" type="stmt"/>
555
- <line num="506" count="0" type="stmt"/>
556
- <line num="511" count="0" type="cond" truecount="0" falsecount="1"/>
565
+ <line num="509" count="0" type="stmt"/>
557
566
  <line num="512" count="0" type="stmt"/>
558
- <line num="515" count="0" type="stmt"/>
559
- <line num="516" count="0" type="stmt"/>
560
- <line num="521" count="0" type="cond" truecount="0" falsecount="1"/>
561
- <line num="522" count="0" type="stmt"/>
562
- <line num="526" count="0" type="stmt"/>
563
- <line num="529" count="0" type="stmt"/>
567
+ <line num="513" count="0" type="stmt"/>
568
+ <line num="514" count="0" type="stmt"/>
569
+ <line num="519" count="0" type="cond" truecount="0" falsecount="1"/>
570
+ <line num="520" count="0" type="stmt"/>
571
+ <line num="523" count="0" type="stmt"/>
572
+ <line num="524" count="0" type="stmt"/>
573
+ <line num="529" count="0" type="cond" truecount="0" falsecount="1"/>
564
574
  <line num="530" count="0" type="stmt"/>
565
- <line num="531" count="0" type="stmt"/>
575
+ <line num="534" count="0" type="stmt"/>
566
576
  <line num="537" count="0" type="stmt"/>
567
- <line num="538" count="0" type="cond" truecount="0" falsecount="3"/>
568
- <line num="539" count="0" type="cond" truecount="0" falsecount="4"/>
569
- <line num="541" count="0" type="stmt"/>
577
+ <line num="538" count="0" type="stmt"/>
578
+ <line num="539" count="0" type="stmt"/>
570
579
  <line num="545" count="0" type="stmt"/>
571
- <line num="546" count="0" type="stmt"/>
580
+ <line num="546" count="0" type="cond" truecount="0" falsecount="3"/>
572
581
  <line num="547" count="0" type="cond" truecount="0" falsecount="4"/>
573
- <line num="551" count="0" type="cond" truecount="0" falsecount="3"/>
574
- <line num="552" count="0" type="stmt"/>
582
+ <line num="549" count="0" type="stmt"/>
583
+ <line num="553" count="0" type="stmt"/>
575
584
  <line num="554" count="0" type="stmt"/>
576
- <line num="555" count="0" type="stmt"/>
577
- <line num="556" count="0" type="stmt"/>
578
- <line num="557" count="0" type="stmt"/>
579
- <line num="558" count="0" type="stmt"/>
580
- <line num="559" count="0" type="stmt"/>
581
- <line num="560" count="0" type="cond" truecount="0" falsecount="5"/>
582
- <line num="561" count="0" type="stmt"/>
585
+ <line num="555" count="0" type="cond" truecount="0" falsecount="4"/>
586
+ <line num="559" count="0" type="cond" truecount="0" falsecount="3"/>
587
+ <line num="560" count="0" type="stmt"/>
583
588
  <line num="562" count="0" type="stmt"/>
589
+ <line num="563" count="0" type="stmt"/>
590
+ <line num="564" count="0" type="stmt"/>
584
591
  <line num="565" count="0" type="stmt"/>
585
- <line num="566" count="0" type="cond" truecount="0" falsecount="4"/>
592
+ <line num="566" count="0" type="stmt"/>
593
+ <line num="567" count="0" type="stmt"/>
594
+ <line num="568" count="0" type="cond" truecount="0" falsecount="5"/>
595
+ <line num="569" count="0" type="stmt"/>
586
596
  <line num="570" count="0" type="stmt"/>
587
- <line num="572" count="0" type="stmt"/>
588
- <line num="576" count="0" type="stmt"/>
597
+ <line num="573" count="0" type="stmt"/>
598
+ <line num="574" count="0" type="cond" truecount="0" falsecount="4"/>
599
+ <line num="578" count="0" type="stmt"/>
589
600
  <line num="580" count="0" type="stmt"/>
590
601
  <line num="584" count="0" type="stmt"/>
591
- <line num="585" count="0" type="cond" truecount="0" falsecount="1"/>
592
- <line num="586" count="0" type="cond" truecount="0" falsecount="6"/>
593
- <line num="587" count="0" type="stmt"/>
594
602
  <line num="588" count="0" type="stmt"/>
595
603
  <line num="592" count="0" type="stmt"/>
596
- <line num="593" count="0" type="stmt"/>
597
- <line num="594" count="0" type="stmt"/>
604
+ <line num="593" count="0" type="cond" truecount="0" falsecount="1"/>
605
+ <line num="594" count="0" type="cond" truecount="0" falsecount="6"/>
598
606
  <line num="595" count="0" type="stmt"/>
599
- <line num="598" count="0" type="cond" truecount="0" falsecount="2"/>
600
- <line num="599" count="0" type="stmt"/>
607
+ <line num="596" count="0" type="stmt"/>
601
608
  <line num="600" count="0" type="stmt"/>
602
- <line num="610" count="0" type="cond" truecount="0" falsecount="2"/>
603
- <line num="611" count="0" type="cond" truecount="0" falsecount="4"/>
604
- <line num="612" count="0" type="stmt"/>
605
- <line num="614" count="0" type="cond" truecount="0" falsecount="4"/>
606
- <line num="615" count="0" type="stmt"/>
609
+ <line num="601" count="0" type="stmt"/>
610
+ <line num="602" count="0" type="stmt"/>
611
+ <line num="603" count="0" type="stmt"/>
612
+ <line num="606" count="0" type="cond" truecount="0" falsecount="2"/>
613
+ <line num="607" count="0" type="stmt"/>
614
+ <line num="608" count="0" type="stmt"/>
615
+ <line num="618" count="0" type="cond" truecount="0" falsecount="2"/>
616
+ <line num="619" count="0" type="cond" truecount="0" falsecount="4"/>
607
617
  <line num="620" count="0" type="stmt"/>
608
- <line num="621" count="0" type="cond" truecount="0" falsecount="2"/>
618
+ <line num="622" count="0" type="cond" truecount="0" falsecount="4"/>
619
+ <line num="623" count="0" type="stmt"/>
620
+ <line num="628" count="0" type="stmt"/>
621
+ <line num="629" count="0" type="cond" truecount="0" falsecount="2"/>
609
622
  </file>
610
- <file name="Tabs.vue" path="/root/magic/tmagic-editor/packages/form/src/containers/Tabs.vue">
623
+ <file name="Tabs.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Tabs.vue">
611
624
  <metrics statements="60" coveredstatements="25" conditionals="45" coveredconditionals="1" methods="16" coveredmethods="7"/>
612
625
  <line num="38" count="17" type="stmt"/>
613
626
  <line num="39" count="17" type="stmt"/>
@@ -673,7 +686,7 @@
673
686
  </package>
674
687
  <package name="src.fields">
675
688
  <metrics statements="480" coveredstatements="227" conditionals="366" coveredconditionals="90" methods="102" coveredmethods="41"/>
676
- <file name="Cascader.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/Cascader.vue">
689
+ <file name="Cascader.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Cascader.vue">
677
690
  <metrics statements="46" coveredstatements="5" conditionals="41" coveredconditionals="0" methods="8" coveredmethods="0"/>
678
691
  <line num="20" count="17" type="stmt"/>
679
692
  <line num="34" count="17" type="stmt"/>
@@ -722,7 +735,7 @@
722
735
  <line num="139" count="0" type="stmt"/>
723
736
  <line num="142" count="0" type="stmt"/>
724
737
  </file>
725
- <file name="Checkbox.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/Checkbox.vue">
738
+ <file name="Checkbox.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Checkbox.vue">
726
739
  <metrics statements="18" coveredstatements="13" conditionals="6" coveredconditionals="2" methods="4" coveredmethods="3"/>
727
740
  <line num="14" count="17" type="stmt"/>
728
741
  <line num="17" count="17" type="stmt"/>
@@ -743,7 +756,7 @@
743
756
  <line num="58" count="1" type="stmt"/>
744
757
  <line num="62" count="0" type="stmt"/>
745
758
  </file>
746
- <file name="CheckboxGroup.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/CheckboxGroup.vue">
759
+ <file name="CheckboxGroup.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/CheckboxGroup.vue">
747
760
  <metrics statements="10" coveredstatements="9" conditionals="3" coveredconditionals="3" methods="2" coveredmethods="1"/>
748
761
  <line num="10" count="17" type="stmt"/>
749
762
  <line num="13" count="17" type="stmt"/>
@@ -756,7 +769,7 @@
756
769
  <line num="37" count="2" type="stmt"/>
757
770
  <line num="39" count="0" type="stmt"/>
758
771
  </file>
759
- <file name="ColorPicker.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/ColorPicker.vue">
772
+ <file name="ColorPicker.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/ColorPicker.vue">
760
773
  <metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
761
774
  <line num="14" count="34" type="stmt"/>
762
775
  <line num="17" count="17" type="stmt"/>
@@ -765,7 +778,7 @@
765
778
  <line num="35" count="2" type="stmt"/>
766
779
  <line num="37" count="2" type="stmt"/>
767
780
  </file>
768
- <file name="Date.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/Date.vue">
781
+ <file name="Date.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Date.vue">
769
782
  <metrics statements="11" coveredstatements="11" conditionals="3" coveredconditionals="1" methods="3" coveredmethods="3"/>
770
783
  <line num="17" count="17" type="stmt"/>
771
784
  <line num="19" count="17" type="stmt"/>
@@ -779,7 +792,7 @@
779
792
  <line num="43" count="3" type="stmt"/>
780
793
  <line num="46" count="1" type="stmt"/>
781
794
  </file>
782
- <file name="DateTime.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/DateTime.vue">
795
+ <file name="DateTime.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/DateTime.vue">
783
796
  <metrics statements="14" coveredstatements="14" conditionals="7" coveredconditionals="6" methods="2" coveredmethods="2"/>
784
797
  <line num="18" count="17" type="stmt"/>
785
798
  <line num="20" count="17" type="stmt"/>
@@ -796,7 +809,7 @@
796
809
  <line num="51" count="5" type="stmt"/>
797
810
  <line num="54" count="1" type="stmt"/>
798
811
  </file>
799
- <file name="Daterange.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/Daterange.vue">
812
+ <file name="Daterange.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Daterange.vue">
800
813
  <metrics statements="24" coveredstatements="15" conditionals="27" coveredconditionals="11" methods="6" coveredmethods="2"/>
801
814
  <line num="18" count="17" type="stmt"/>
802
815
  <line num="20" count="17" type="stmt"/>
@@ -823,7 +836,7 @@
823
836
  <line num="69" count="0" type="stmt"/>
824
837
  <line num="70" count="0" type="stmt"/>
825
838
  </file>
826
- <file name="Display.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/Display.vue">
839
+ <file name="Display.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Display.vue">
827
840
  <metrics statements="8" coveredstatements="8" conditionals="7" coveredconditionals="5" methods="1" coveredmethods="1"/>
828
841
  <line num="6" count="34" type="stmt"/>
829
842
  <line num="9" count="17" type="stmt"/>
@@ -834,7 +847,7 @@
834
847
  <line num="30" count="1" type="stmt"/>
835
848
  <line num="33" count="2" type="stmt"/>
836
849
  </file>
837
- <file name="DynamicField.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/DynamicField.vue">
850
+ <file name="DynamicField.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/DynamicField.vue">
838
851
  <metrics statements="32" coveredstatements="5" conditionals="23" coveredconditionals="0" methods="8" coveredmethods="0"/>
839
852
  <line num="26" count="17" type="stmt"/>
840
853
  <line num="29" count="17" type="stmt"/>
@@ -869,7 +882,7 @@
869
882
  <line num="92" count="0" type="stmt"/>
870
883
  <line num="100" count="0" type="stmt"/>
871
884
  </file>
872
- <file name="Hidden.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/Hidden.vue">
885
+ <file name="Hidden.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Hidden.vue">
873
886
  <metrics statements="6" coveredstatements="6" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
874
887
  <line num="6" count="34" type="stmt"/>
875
888
  <line num="9" count="17" type="stmt"/>
@@ -878,7 +891,7 @@
878
891
  <line num="26" count="2" type="cond" truecount="3" falsecount="0"/>
879
892
  <line num="28" count="2" type="stmt"/>
880
893
  </file>
881
- <file name="Link.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/Link.vue">
894
+ <file name="Link.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Link.vue">
882
895
  <metrics statements="34" coveredstatements="30" conditionals="30" coveredconditionals="17" methods="8" coveredmethods="7"/>
883
896
  <line num="20" count="17" type="stmt"/>
884
897
  <line num="24" count="17" type="stmt"/>
@@ -915,7 +928,7 @@
915
928
  <line num="105" count="1" type="stmt"/>
916
929
  <line num="107" count="1" type="cond" truecount="2" falsecount="0"/>
917
930
  </file>
918
- <file name="Number.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/Number.vue">
931
+ <file name="Number.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Number.vue">
919
932
  <metrics statements="11" coveredstatements="11" conditionals="4" coveredconditionals="3" methods="3" coveredmethods="3"/>
920
933
  <line num="19" count="17" type="stmt"/>
921
934
  <line num="22" count="17" type="stmt"/>
@@ -929,7 +942,7 @@
929
942
  <line num="47" count="4" type="stmt"/>
930
943
  <line num="48" count="4" type="cond" truecount="3" falsecount="1"/>
931
944
  </file>
932
- <file name="RadioGroup.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/RadioGroup.vue">
945
+ <file name="RadioGroup.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/RadioGroup.vue">
933
946
  <metrics statements="8" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
934
947
  <line num="8" count="17" type="stmt"/>
935
948
  <line num="10" count="17" type="stmt"/>
@@ -940,7 +953,7 @@
940
953
  <line num="28" count="2" type="stmt"/>
941
954
  <line num="29" count="0" type="stmt"/>
942
955
  </file>
943
- <file name="Select.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/Select.vue">
956
+ <file name="Select.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Select.vue">
944
957
  <metrics statements="161" coveredstatements="5" conditionals="155" coveredconditionals="0" methods="33" coveredmethods="0"/>
945
958
  <line num="53" count="17" type="stmt"/>
946
959
  <line num="57" count="17" type="stmt"/>
@@ -1104,7 +1117,7 @@
1104
1117
  <line num="386" count="0" type="stmt"/>
1105
1118
  <line num="387" count="0" type="cond" truecount="0" falsecount="4"/>
1106
1119
  </file>
1107
- <file name="Switch.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/Switch.vue">
1120
+ <file name="Switch.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Switch.vue">
1108
1121
  <metrics statements="19" coveredstatements="19" conditionals="9" coveredconditionals="7" methods="5" coveredmethods="5"/>
1109
1122
  <line num="14" count="17" type="stmt"/>
1110
1123
  <line num="17" count="17" type="stmt"/>
@@ -1126,7 +1139,7 @@
1126
1139
  <line num="57" count="1" type="stmt"/>
1127
1140
  <line num="60" count="2" type="stmt"/>
1128
1141
  </file>
1129
- <file name="Text.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/Text.vue">
1142
+ <file name="Text.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Text.vue">
1130
1143
  <metrics statements="50" coveredstatements="42" conditionals="44" coveredconditionals="29" methods="7" coveredmethods="4"/>
1131
1144
  <line num="27" count="17" type="stmt"/>
1132
1145
  <line num="30" count="17" type="stmt"/>
@@ -1179,23 +1192,23 @@
1179
1192
  <line num="128" count="8" type="cond" truecount="2" falsecount="0"/>
1180
1193
  <line num="129" count="8" type="stmt"/>
1181
1194
  </file>
1182
- <file name="Textarea.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/Textarea.vue">
1195
+ <file name="Textarea.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Textarea.vue">
1183
1196
  <metrics statements="13" coveredstatements="13" conditionals="4" coveredconditionals="3" methods="5" coveredmethods="5"/>
1184
- <line num="18" count="17" type="stmt"/>
1197
+ <line num="16" count="17" type="stmt"/>
1198
+ <line num="19" count="17" type="stmt"/>
1199
+ <line num="20" count="17" type="stmt"/>
1185
1200
  <line num="21" count="17" type="stmt"/>
1186
- <line num="22" count="17" type="stmt"/>
1187
- <line num="23" count="17" type="stmt"/>
1188
- <line num="36" count="1" type="stmt"/>
1189
- <line num="40" count="1" type="stmt"/>
1190
- <line num="44" count="1" type="stmt"/>
1201
+ <line num="34" count="1" type="stmt"/>
1202
+ <line num="38" count="1" type="stmt"/>
1203
+ <line num="42" count="1" type="stmt"/>
1204
+ <line num="43" count="1" type="stmt"/>
1191
1205
  <line num="45" count="1" type="stmt"/>
1192
1206
  <line num="47" count="1" type="stmt"/>
1193
- <line num="49" count="1" type="stmt"/>
1194
- <line num="52" count="1" type="stmt"/>
1195
- <line num="56" count="1" type="stmt"/>
1196
- <line num="57" count="1" type="cond" truecount="3" falsecount="1"/>
1207
+ <line num="50" count="1" type="stmt"/>
1208
+ <line num="54" count="1" type="stmt"/>
1209
+ <line num="55" count="1" type="cond" truecount="3" falsecount="1"/>
1197
1210
  </file>
1198
- <file name="Time.vue" path="/root/magic/tmagic-editor/packages/form/src/fields/Time.vue">
1211
+ <file name="Time.vue" path="/data/magic/tmagic-editor/packages/form/src/fields/Time.vue">
1199
1212
  <metrics statements="9" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="2"/>
1200
1213
  <line num="15" count="17" type="stmt"/>
1201
1214
  <line num="18" count="17" type="stmt"/>
@@ -1210,14 +1223,14 @@
1210
1223
  </package>
1211
1224
  <package name="src.theme">
1212
1225
  <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1213
- <file name="index.scss" path="/root/magic/tmagic-editor/packages/form/src/theme/index.scss">
1226
+ <file name="index.scss" path="/data/magic/tmagic-editor/packages/form/src/theme/index.scss">
1214
1227
  <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1215
1228
  <line num="1" count="17" type="stmt"/>
1216
1229
  </file>
1217
1230
  </package>
1218
1231
  <package name="src.utils">
1219
1232
  <metrics statements="112" coveredstatements="107" conditionals="85" coveredconditionals="67" methods="24" coveredmethods="23"/>
1220
- <file name="config.ts" path="/root/magic/tmagic-editor/packages/form/src/utils/config.ts">
1233
+ <file name="config.ts" path="/data/magic/tmagic-editor/packages/form/src/utils/config.ts">
1221
1234
  <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1222
1235
  <line num="19" count="21" type="stmt"/>
1223
1236
  <line num="21" count="21" type="stmt"/>
@@ -1225,18 +1238,18 @@
1225
1238
  <line num="25" count="56" type="stmt"/>
1226
1239
  <line num="27" count="21" type="stmt"/>
1227
1240
  </file>
1228
- <file name="createForm.ts" path="/root/magic/tmagic-editor/packages/form/src/utils/createForm.ts">
1241
+ <file name="createForm.ts" path="/data/magic/tmagic-editor/packages/form/src/utils/createForm.ts">
1229
1242
  <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1230
1243
  <line num="21" count="1" type="stmt"/>
1231
1244
  <line num="22" count="2" type="stmt"/>
1232
1245
  <line num="25" count="1" type="stmt"/>
1233
1246
  </file>
1234
- <file name="fieldProps.ts" path="/root/magic/tmagic-editor/packages/form/src/utils/fieldProps.ts">
1247
+ <file name="fieldProps.ts" path="/data/magic/tmagic-editor/packages/form/src/utils/fieldProps.ts">
1235
1248
  <metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
1236
1249
  <line num="21" count="17" type="stmt"/>
1237
1250
  <line num="25" count="0" type="stmt"/>
1238
1251
  </file>
1239
- <file name="form.ts" path="/root/magic/tmagic-editor/packages/form/src/utils/form.ts">
1252
+ <file name="form.ts" path="/data/magic/tmagic-editor/packages/form/src/utils/form.ts">
1240
1253
  <metrics statements="92" coveredstatements="89" conditionals="82" coveredconditionals="65" methods="17" coveredmethods="17"/>
1241
1254
  <line num="20" count="18" type="stmt"/>
1242
1255
  <line num="21" count="18" type="stmt"/>
@@ -1331,7 +1344,7 @@
1331
1344
  <line num="263" count="1" type="stmt"/>
1332
1345
  <line num="269" count="55" type="cond" truecount="1" falsecount="1"/>
1333
1346
  </file>
1334
- <file name="useAddField.ts" path="/root/magic/tmagic-editor/packages/form/src/utils/useAddField.ts">
1347
+ <file name="useAddField.ts" path="/data/magic/tmagic-editor/packages/form/src/utils/useAddField.ts">
1335
1348
  <metrics statements="10" coveredstatements="9" conditionals="3" coveredconditionals="2" methods="3" coveredmethods="3"/>
1336
1349
  <line num="19" count="17" type="stmt"/>
1337
1350
  <line num="23" count="17" type="stmt"/>