@tmagic/form 1.0.0-beta.15 → 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 (57) hide show
  1. package/coverage/clover.xml +207 -206
  2. package/coverage/coverage-final.json +2 -2
  3. package/coverage/lcov-report/index.html +18 -18
  4. package/coverage/lcov-report/src/Form.vue.html +1 -1
  5. package/coverage/lcov-report/src/FormDialog.vue.html +1 -1
  6. package/coverage/lcov-report/src/containers/Col.vue.html +1 -1
  7. package/coverage/lcov-report/src/containers/Container.vue.html +25 -13
  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 +1 -1
  11. package/coverage/lcov-report/src/containers/Panel.vue.html +1 -1
  12. package/coverage/lcov-report/src/containers/Row.vue.html +1 -1
  13. package/coverage/lcov-report/src/containers/Step.vue.html +1 -1
  14. package/coverage/lcov-report/src/containers/Table.vue.html +28 -4
  15. package/coverage/lcov-report/src/containers/Tabs.vue.html +1 -1
  16. package/coverage/lcov-report/src/containers/index.html +19 -19
  17. package/coverage/lcov-report/src/fields/Cascader.vue.html +1 -1
  18. package/coverage/lcov-report/src/fields/Checkbox.vue.html +1 -1
  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 +1 -1
  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 +465 -460
  47. package/dist/style.css +7 -9
  48. package/dist/tmagic-form.es.js +12 -4
  49. package/dist/tmagic-form.es.js.map +1 -1
  50. package/dist/tmagic-form.umd.js +12 -4
  51. package/dist/tmagic-form.umd.js.map +1 -1
  52. package/dist/types/src/containers/Container.vue.d.ts +1 -0
  53. package/package.json +3 -3
  54. package/src/containers/Container.vue +7 -3
  55. package/src/containers/Table.vue +10 -2
  56. package/src/fields/Link.vue +1 -1
  57. package/src/theme/form.scss +24 -17
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1652265440301" clover="3.2.0">
3
- <project timestamp="1652265440301" name="All files">
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"/>
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
7
  <file name="Form.vue" path="/data/magic/tmagic-editor/packages/form/src/Form.vue">
@@ -194,7 +194,7 @@
194
194
  </file>
195
195
  </package>
196
196
  <package name="src.containers">
197
- <metrics statements="457" coveredstatements="107" conditionals="354" coveredconditionals="34" methods="145" coveredmethods="25"/>
197
+ <metrics statements="458" coveredstatements="108" conditionals="356" coveredconditionals="36" methods="146" coveredmethods="26"/>
198
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"/>
@@ -209,65 +209,66 @@
209
209
  <line num="51" count="0" type="stmt"/>
210
210
  </file>
211
211
  <file name="Container.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Container.vue">
212
- <metrics statements="58" coveredstatements="50" conditionals="63" coveredconditionals="33" methods="19" coveredmethods="18"/>
213
- <line num="105" count="17" type="stmt"/>
212
+ <metrics statements="59" coveredstatements="51" conditionals="65" coveredconditionals="35" methods="20" coveredmethods="19"/>
214
213
  <line num="106" count="17" type="stmt"/>
215
- <line num="109" count="17" type="stmt"/>
216
- <line num="111" count="17" type="stmt"/>
217
- <line num="132" count="48" type="stmt"/>
218
- <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"/>
219
218
  <line num="148" count="49" type="stmt"/>
220
- <line num="150" count="49" type="stmt"/>
221
- <line num="152" count="49" type="cond" truecount="2" falsecount="0"/>
222
- <line num="154" count="49" type="stmt"/>
223
- <line num="156" count="49" type="cond" truecount="3" falsecount="1"/>
224
- <line num="158" count="49" type="stmt"/>
225
- <line num="159" count="47" type="cond" truecount="2" falsecount="0"/>
226
- <line num="160" count="47" type="cond" truecount="1" falsecount="0"/>
227
- <line num="161" count="0" type="stmt"/>
228
- <line num="164" count="49" type="stmt"/>
229
- <line num="166" count="49" type="stmt"/>
230
- <line num="168" count="49" type="stmt"/>
231
- <line num="170" count="49" type="stmt"/>
232
- <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"/>
233
232
  <line num="173" count="49" type="stmt"/>
234
- <line num="174" count="49" type="cond" truecount="0" falsecount="1"/>
235
- <line num="175" count="0" type="stmt"/>
236
- <line num="179" count="49" type="cond" truecount="0" falsecount="1"/>
237
- <line num="180" count="49" type="cond" truecount="7" falsecount="1"/>
238
- <line num="183" count="49" type="stmt"/>
239
- <line num="184" count="47" type="cond" truecount="0" falsecount="1"/>
240
- <line num="185" count="0" type="stmt"/>
241
- <line num="188" count="47" type="stmt"/>
242
- <line num="191" count="49" type="stmt"/>
243
- <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"/>
244
244
  <line num="195" count="49" type="stmt"/>
245
- <line num="197" count="83" type="cond" truecount="3" falsecount="1"/>
246
- <line num="199" count="49" type="stmt"/>
247
- <line num="200" count="20" type="cond" truecount="0" falsecount="1"/>
248
- <line num="201" count="0" type="stmt"/>
249
- <line num="209" count="20" type="cond" truecount="1" falsecount="0"/>
250
- <line num="210" count="8" type="stmt"/>
251
- <line num="213" count="12" type="stmt"/>
252
- <line num="216" count="49" type="stmt"/>
253
- <line num="217" count="20" type="cond" truecount="0" falsecount="1"/>
254
- <line num="218" count="0" type="stmt"/>
255
- <line num="227" count="49" type="stmt"/>
256
- <line num="228" count="20" type="cond" truecount="2" falsecount="1"/>
257
- <line num="229" count="0" type="stmt"/>
258
- <line num="233" count="49" type="stmt"/>
259
- <line num="234" count="20" type="stmt"/>
260
- <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"/>
261
261
  <line num="238" count="20" type="stmt"/>
262
- <line num="239" count="20" type="cond" truecount="3" falsecount="1"/>
263
- <line num="240" count="20" type="cond" truecount="3" falsecount="1"/>
264
- <line num="242" count="0" type="stmt"/>
265
- <line num="246" count="20" type="cond" truecount="5" falsecount="1"/>
266
- <line num="248" count="8" type="stmt"/>
267
- <line num="251" count="20" type="cond" truecount="1" falsecount="2"/>
268
- <line num="253" count="0" type="stmt"/>
269
- <line num="255" count="20" type="stmt"/>
270
- <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"/>
271
272
  </file>
272
273
  <file name="Fieldset.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Fieldset.vue">
273
274
  <metrics statements="21" coveredstatements="2" conditionals="27" coveredconditionals="0" methods="10" coveredmethods="0"/>
@@ -424,200 +425,200 @@
424
425
  </file>
425
426
  <file name="Table.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Table.vue">
426
427
  <metrics statements="194" coveredstatements="10" conditionals="156" coveredconditionals="0" methods="53" coveredmethods="0"/>
427
- <line num="147" count="17" type="stmt"/>
428
- <line num="148" count="17" type="stmt"/>
429
- <line num="149" count="17" type="stmt"/>
430
- <line num="150" count="17" type="stmt"/>
431
- <line num="151" count="17" type="stmt"/>
432
- <line num="153" count="17" type="stmt"/>
428
+ <line num="155" count="17" type="stmt"/>
433
429
  <line num="156" count="17" type="stmt"/>
434
- <line num="175" count="17" type="stmt"/>
435
- <line num="176" count="17" type="stmt"/>
436
- <line num="178" count="17" type="stmt"/>
437
- <line num="190" count="0" type="stmt"/>
438
- <line num="196" count="0" type="stmt"/>
439
- <line num="231" count="0" type="stmt"/>
440
- <line num="232" count="0" type="stmt"/>
441
- <line num="233" count="0" type="stmt"/>
442
- <line num="235" count="0" type="stmt"/>
443
- <line num="236" count="0" type="stmt"/>
444
- <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"/>
445
440
  <line num="239" count="0" type="stmt"/>
446
441
  <line num="240" count="0" type="stmt"/>
447
442
  <line num="241" count="0" type="stmt"/>
448
- <line num="242" count="0" type="stmt"/>
449
- <line num="244" count="0" type="cond" truecount="0" falsecount="3"/>
450
- <line num="246" count="0" type="stmt"/>
451
- <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"/>
452
447
  <line num="248" count="0" type="stmt"/>
453
- <line num="249" count="0" type="cond" truecount="0" falsecount="1"/>
448
+ <line num="249" count="0" type="stmt"/>
454
449
  <line num="250" count="0" type="stmt"/>
450
+ <line num="252" count="0" type="cond" truecount="0" falsecount="3"/>
455
451
  <line num="254" count="0" type="stmt"/>
456
- <line num="255" count="0" type="stmt"/>
452
+ <line num="255" count="0" type="cond" truecount="0" falsecount="2"/>
457
453
  <line num="256" count="0" type="stmt"/>
458
- <line num="259" count="0" type="stmt"/>
459
- <line num="260" count="0" type="stmt"/>
460
- <line num="265" count="0" type="cond" truecount="0" falsecount="1"/>
461
- <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"/>
462
459
  <line num="267" count="0" type="stmt"/>
463
- <line num="270" count="0" type="cond" truecount="0" falsecount="4"/>
464
- <line num="273" count="0" type="stmt"/>
465
- <line num="274" count="0" type="cond" truecount="0" falsecount="4"/>
466
- <line num="275" count="0" type="cond" truecount="0" falsecount="5"/>
467
- <line num="277" count="0" type="stmt"/>
468
- <line num="278" count="0" type="stmt"/>
469
- <line num="279" count="0" type="stmt"/>
470
- <line num="280" count="0" type="cond" truecount="0" falsecount="1"/>
471
- <line num="281" count="0" type="cond" truecount="0" falsecount="1"/>
472
- <line num="282" count="0" type="stmt"/>
473
- <line num="283" count="0" type="stmt"/>
474
- <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"/>
475
468
  <line num="285" count="0" type="stmt"/>
476
- <line num="286" count="0" type="cond" truecount="0" falsecount="4"/>
469
+ <line num="286" count="0" type="stmt"/>
477
470
  <line num="287" count="0" type="stmt"/>
478
- <line num="288" count="0" type="stmt"/>
479
- <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"/>
480
473
  <line num="290" count="0" type="stmt"/>
481
474
  <line num="291" count="0" type="stmt"/>
482
475
  <line num="292" count="0" type="stmt"/>
483
- <line num="301" count="0" type="stmt"/>
484
- <line num="302" count="0" type="cond" truecount="0" falsecount="3"/>
485
- <line num="303" count="0" type="stmt"/>
486
- <line num="304" count="0" type="stmt"/>
487
- <line num="307" count="0" type="stmt"/>
488
- <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"/>
489
484
  <line num="309" count="0" type="stmt"/>
490
- <line num="310" count="0" type="stmt"/>
491
- <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"/>
492
487
  <line num="312" count="0" type="stmt"/>
493
- <line num="314" count="0" type="cond" truecount="0" falsecount="1"/>
494
- <line num="315" count="0" type="cond" truecount="0" falsecount="1"/>
495
- <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"/>
496
491
  <line num="318" count="0" type="stmt"/>
497
- <line num="319" count="0" type="stmt"/>
492
+ <line num="319" count="0" type="cond" truecount="0" falsecount="2"/>
498
493
  <line num="320" count="0" type="stmt"/>
499
- <line num="321" count="0" type="cond" truecount="0" falsecount="1"/>
500
- <line num="322" count="0" type="stmt"/>
501
- <line num="325" count="0" type="stmt"/>
502
- <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"/>
503
501
  <line num="330" count="0" type="stmt"/>
504
- <line num="332" count="0" type="cond" truecount="0" falsecount="1"/>
505
502
  <line num="333" count="0" type="stmt"/>
506
- <line num="334" count="0" type="cond" truecount="0" falsecount="2"/>
507
- <line num="337" count="0" type="cond" truecount="0" falsecount="1"/>
503
+ <line num="336" count="0" type="cond" truecount="0" falsecount="1"/>
508
504
  <line num="338" count="0" type="stmt"/>
509
- <line num="342" count="0" type="cond" truecount="0" falsecount="1"/>
510
- <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"/>
511
509
  <line num="346" count="0" type="stmt"/>
512
- <line num="352" count="0" type="cond" truecount="0" falsecount="3"/>
513
- <line num="353" count="0" type="stmt"/>
514
- <line num="356" count="0" type="stmt"/>
515
- <line num="357" count="0" type="stmt"/>
516
- <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"/>
517
514
  <line num="361" count="0" type="stmt"/>
518
- <line num="362" count="0" type="stmt"/>
519
515
  <line num="364" count="0" type="stmt"/>
520
- <line num="367" count="0" type="stmt"/>
521
- <line num="371" count="0" type="stmt"/>
522
- <line num="372" count="0" type="cond" truecount="0" falsecount="1"/>
523
- <line num="373" count="0" type="stmt"/>
524
- <line num="376" count="0" type="cond" truecount="0" falsecount="3"/>
525
- <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"/>
526
523
  <line num="380" count="0" type="cond" truecount="0" falsecount="1"/>
527
524
  <line num="381" count="0" type="stmt"/>
525
+ <line num="384" count="0" type="cond" truecount="0" falsecount="3"/>
528
526
  <line num="385" count="0" type="stmt"/>
529
- <line num="403" count="0" type="stmt"/>
530
- <line num="405" count="0" type="cond" truecount="0" falsecount="2"/>
531
- <line num="409" count="0" type="cond" truecount="0" falsecount="1"/>
532
- <line num="410" count="0" type="stmt"/>
533
- <line num="412" count="0" type="cond" truecount="0" falsecount="1"/>
534
- <line num="413" count="0" type="stmt"/>
535
- <line num="419" count="0" type="cond" truecount="0" falsecount="2"/>
536
- <line num="422" count="0" type="cond" truecount="0" falsecount="1"/>
537
- <line num="423" count="0" type="stmt"/>
538
- <line num="425" count="0" type="stmt"/>
539
- <line num="428" count="0" type="cond" truecount="0" falsecount="1"/>
540
- <line num="429" count="0" type="stmt"/>
541
- <line num="434" count="0" type="cond" truecount="0" falsecount="2"/>
542
- <line num="440" count="0" type="stmt"/>
543
- <line num="444" count="0" type="cond" truecount="0" falsecount="1"/>
544
- <line num="445" count="0" type="stmt"/>
545
- <line num="454" count="0" type="stmt"/>
546
- <line num="460" count="0" type="stmt"/>
547
- <line num="461" count="0" type="stmt"/>
548
- <line num="465" count="0" type="cond" truecount="0" falsecount="3"/>
549
- <line num="466" count="0" type="cond" truecount="0" falsecount="4"/>
550
- <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"/>
551
548
  <line num="469" count="0" type="stmt"/>
552
- <line num="470" count="0" type="cond" truecount="0" falsecount="1"/>
553
- <line num="471" count="0" type="stmt"/>
554
- <line num="476" count="0" type="cond" truecount="0" falsecount="4"/>
555
- <line num="480" count="0" type="stmt"/>
556
- <line num="481" count="0" type="stmt"/>
557
- <line num="482" count="0" type="stmt"/>
558
- <line num="486" count="0" type="cond" truecount="0" falsecount="1"/>
559
- <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"/>
560
558
  <line num="490" count="0" type="stmt"/>
561
- <line num="491" count="0" type="stmt"/>
562
- <line num="496" count="0" type="cond" truecount="0" falsecount="1"/>
563
- <line num="497" count="0" type="stmt"/>
564
- <line num="501" count="0" type="stmt"/>
565
- <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"/>
566
564
  <line num="505" count="0" type="stmt"/>
567
- <line num="506" count="0" type="stmt"/>
568
- <line num="511" count="0" type="cond" truecount="0" falsecount="1"/>
565
+ <line num="509" count="0" type="stmt"/>
569
566
  <line num="512" count="0" type="stmt"/>
570
- <line num="515" count="0" type="stmt"/>
571
- <line num="516" count="0" type="stmt"/>
572
- <line num="521" count="0" type="cond" truecount="0" falsecount="1"/>
573
- <line num="522" count="0" type="stmt"/>
574
- <line num="526" count="0" type="stmt"/>
575
- <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"/>
576
574
  <line num="530" count="0" type="stmt"/>
577
- <line num="531" count="0" type="stmt"/>
575
+ <line num="534" count="0" type="stmt"/>
578
576
  <line num="537" count="0" type="stmt"/>
579
- <line num="538" count="0" type="cond" truecount="0" falsecount="3"/>
580
- <line num="539" count="0" type="cond" truecount="0" falsecount="4"/>
581
- <line num="541" count="0" type="stmt"/>
577
+ <line num="538" count="0" type="stmt"/>
578
+ <line num="539" count="0" type="stmt"/>
582
579
  <line num="545" count="0" type="stmt"/>
583
- <line num="546" count="0" type="stmt"/>
580
+ <line num="546" count="0" type="cond" truecount="0" falsecount="3"/>
584
581
  <line num="547" count="0" type="cond" truecount="0" falsecount="4"/>
585
- <line num="551" count="0" type="cond" truecount="0" falsecount="3"/>
586
- <line num="552" count="0" type="stmt"/>
582
+ <line num="549" count="0" type="stmt"/>
583
+ <line num="553" count="0" type="stmt"/>
587
584
  <line num="554" count="0" type="stmt"/>
588
- <line num="555" count="0" type="stmt"/>
589
- <line num="556" count="0" type="stmt"/>
590
- <line num="557" count="0" type="stmt"/>
591
- <line num="558" count="0" type="stmt"/>
592
- <line num="559" count="0" type="stmt"/>
593
- <line num="560" count="0" type="cond" truecount="0" falsecount="5"/>
594
- <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"/>
595
588
  <line num="562" count="0" type="stmt"/>
589
+ <line num="563" count="0" type="stmt"/>
590
+ <line num="564" count="0" type="stmt"/>
596
591
  <line num="565" count="0" type="stmt"/>
597
- <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"/>
598
596
  <line num="570" count="0" type="stmt"/>
599
- <line num="572" count="0" type="stmt"/>
600
- <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"/>
601
600
  <line num="580" count="0" type="stmt"/>
602
601
  <line num="584" count="0" type="stmt"/>
603
- <line num="585" count="0" type="cond" truecount="0" falsecount="1"/>
604
- <line num="586" count="0" type="cond" truecount="0" falsecount="6"/>
605
- <line num="587" count="0" type="stmt"/>
606
602
  <line num="588" count="0" type="stmt"/>
607
603
  <line num="592" count="0" type="stmt"/>
608
- <line num="593" count="0" type="stmt"/>
609
- <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"/>
610
606
  <line num="595" count="0" type="stmt"/>
611
- <line num="598" count="0" type="cond" truecount="0" falsecount="2"/>
612
- <line num="599" count="0" type="stmt"/>
607
+ <line num="596" count="0" type="stmt"/>
613
608
  <line num="600" count="0" type="stmt"/>
614
- <line num="610" count="0" type="cond" truecount="0" falsecount="2"/>
615
- <line num="611" count="0" type="cond" truecount="0" falsecount="4"/>
616
- <line num="612" count="0" type="stmt"/>
617
- <line num="614" count="0" type="cond" truecount="0" falsecount="4"/>
618
- <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"/>
619
617
  <line num="620" count="0" type="stmt"/>
620
- <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"/>
621
622
  </file>
622
623
  <file name="Tabs.vue" path="/data/magic/tmagic-editor/packages/form/src/containers/Tabs.vue">
623
624
  <metrics statements="60" coveredstatements="25" conditionals="45" coveredconditionals="1" methods="16" coveredmethods="7"/>