@sealcode/jdd-editor 0.2.16 → 0.2.17
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/.nyc_output/d5d65fea-85bd-4682-8753-cd95b2fb397a.json +1 -0
- package/.nyc_output/processinfo/{0553c492-d66d-4588-be20-d4a284e17ff7.json → 75f3e742-9c3d-4937-adad-ed712149983a.json} +1 -1
- package/.nyc_output/processinfo/{15c7e9a9-1ea9-4c86-8310-45fa6fc6e38b.json → a331cb1e-8707-469e-95be-5bc65de3f692.json} +1 -1
- package/.nyc_output/processinfo/d5d65fea-85bd-4682-8753-cd95b2fb397a.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/.xunit +1 -1
- package/@types/components.sreact.d.ts +1 -1
- package/@types/inputs/component-input-markdown.d.ts +6 -0
- package/@types/jdd-creator.d.ts +2 -2
- package/assets/styles/markdown-editor.css +9 -39
- package/coverage/clover.xml +189 -253
- package/dist/src/inputs/component-input-markdown.js +49 -0
- package/dist/src/inputs/component-input-markdown.js.map +7 -0
- package/dist/src/inputs/component-input.js +7 -16
- package/dist/src/inputs/component-input.js.map +2 -2
- package/package.json +1 -1
- package/src/inputs/component-input-markdown.ts +58 -0
- package/src/inputs/component-input.ts +7 -17
- package/.nyc_output/51efb67f-ce86-4cce-8246-d293600e6ff2.json +0 -1
- package/.nyc_output/processinfo/51efb67f-ce86-4cce-8246-d293600e6ff2.json +0 -1
- package/@types/controllers/markdown-textarea.stimulus.d.ts +0 -20
- package/dist/src/controllers/markdown-textarea.stimulus.js +0 -174
- package/dist/src/controllers/markdown-textarea.stimulus.js.map +0 -7
- package/src/controllers/markdown-textarea.stimulus.ts +0 -198
- /package/.nyc_output/{0553c492-d66d-4588-be20-d4a284e17ff7.json → 75f3e742-9c3d-4937-adad-ed712149983a.json} +0 -0
- /package/.nyc_output/{15c7e9a9-1ea9-4c86-8310-45fa6fc6e38b.json → a331cb1e-8707-469e-95be-5bc65de3f692.json} +0 -0
package/coverage/clover.xml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1772131244835" clover="3.2.0">
|
|
3
|
+
<project timestamp="1772131244835" name="All files">
|
|
4
|
+
<metrics statements="717" coveredstatements="0" conditionals="350" coveredconditionals="0" methods="183" coveredmethods="0" elements="1250" coveredelements="0" complexity="0" loc="717" ncloc="717" packages="3" files="31" classes="31"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="277" coveredstatements="0" conditionals="
|
|
6
|
+
<metrics statements="277" coveredstatements="0" conditionals="124" coveredconditionals="0" methods="69" coveredmethods="0"/>
|
|
7
7
|
<file name="component-preview-actions.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/component-preview-actions.ts">
|
|
8
8
|
<metrics statements="146" coveredstatements="0" conditionals="77" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
9
9
|
<line num="18" count="0" type="stmt"/>
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
<line num="89" count="0" type="stmt"/>
|
|
173
173
|
</file>
|
|
174
174
|
<file name="edit-jdd-field.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/edit-jdd-field.ts">
|
|
175
|
-
<metrics statements="
|
|
175
|
+
<metrics statements="26" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="10" coveredmethods="0"/>
|
|
176
176
|
<line num="21" count="0" type="stmt"/>
|
|
177
177
|
<line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
178
178
|
<line num="23" count="0" type="stmt"/>
|
|
@@ -189,19 +189,16 @@
|
|
|
189
189
|
<line num="66" count="0" type="stmt"/>
|
|
190
190
|
<line num="67" count="0" type="stmt"/>
|
|
191
191
|
<line num="68" count="0" type="stmt"/>
|
|
192
|
-
<line num="69" count="0" type="
|
|
193
|
-
<line num="
|
|
194
|
-
<line num="
|
|
195
|
-
<line num="
|
|
196
|
-
<line num="
|
|
197
|
-
<line num="
|
|
198
|
-
<line num="
|
|
199
|
-
<line num="
|
|
200
|
-
<line num="
|
|
201
|
-
<line num="
|
|
202
|
-
<line num="107" count="0" type="stmt"/>
|
|
203
|
-
<line num="115" count="0" type="stmt"/>
|
|
204
|
-
<line num="116" count="0" type="stmt"/>
|
|
192
|
+
<line num="69" count="0" type="stmt"/>
|
|
193
|
+
<line num="76" count="0" type="stmt"/>
|
|
194
|
+
<line num="80" count="0" type="stmt"/>
|
|
195
|
+
<line num="81" count="0" type="stmt"/>
|
|
196
|
+
<line num="88" count="0" type="stmt"/>
|
|
197
|
+
<line num="92" count="0" type="stmt"/>
|
|
198
|
+
<line num="104" count="0" type="stmt"/>
|
|
199
|
+
<line num="105" count="0" type="stmt"/>
|
|
200
|
+
<line num="113" count="0" type="stmt"/>
|
|
201
|
+
<line num="114" count="0" type="stmt"/>
|
|
205
202
|
</file>
|
|
206
203
|
<file name="index.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/index.ts">
|
|
207
204
|
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
@@ -223,79 +220,82 @@
|
|
|
223
220
|
<line num="67" count="0" type="stmt"/>
|
|
224
221
|
</file>
|
|
225
222
|
<file name="jdd-page.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/jdd-page.ts">
|
|
226
|
-
<metrics statements="
|
|
223
|
+
<metrics statements="75" coveredstatements="0" conditionals="33" coveredconditionals="0" methods="23" coveredmethods="0"/>
|
|
227
224
|
<line num="16" count="0" type="stmt"/>
|
|
228
|
-
<line num="
|
|
225
|
+
<line num="27" count="0" type="stmt"/>
|
|
226
|
+
<line num="29" count="0" type="stmt"/>
|
|
229
227
|
<line num="30" count="0" type="stmt"/>
|
|
230
|
-
<line num="
|
|
228
|
+
<line num="53" count="0" type="stmt"/>
|
|
231
229
|
<line num="54" count="0" type="stmt"/>
|
|
232
230
|
<line num="55" count="0" type="stmt"/>
|
|
233
231
|
<line num="56" count="0" type="stmt"/>
|
|
234
232
|
<line num="57" count="0" type="stmt"/>
|
|
235
233
|
<line num="58" count="0" type="stmt"/>
|
|
236
|
-
<line num="
|
|
237
|
-
<line num="
|
|
238
|
-
<line num="
|
|
239
|
-
<line num="
|
|
240
|
-
<line num="
|
|
234
|
+
<line num="61" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
235
|
+
<line num="65" count="0" type="stmt"/>
|
|
236
|
+
<line num="69" count="0" type="stmt"/>
|
|
237
|
+
<line num="72" count="0" type="stmt"/>
|
|
238
|
+
<line num="80" count="0" type="stmt"/>
|
|
241
239
|
<line num="81" count="0" type="stmt"/>
|
|
242
|
-
<line num="
|
|
243
|
-
<line num="
|
|
244
|
-
<line num="
|
|
245
|
-
<line num="
|
|
246
|
-
<line num="121" count="0" type="
|
|
247
|
-
<line num="
|
|
248
|
-
<line num="
|
|
249
|
-
<line num="
|
|
250
|
-
<line num="138" count="0" type="
|
|
251
|
-
<line num="139" count="0" type="
|
|
252
|
-
<line num="
|
|
253
|
-
<line num="
|
|
254
|
-
<line num="
|
|
255
|
-
<line num="147" count="0" type="
|
|
256
|
-
<line num="148" count="0" type="
|
|
257
|
-
<line num="
|
|
258
|
-
<line num="
|
|
259
|
-
<line num="
|
|
260
|
-
<line num="
|
|
240
|
+
<line num="86" count="0" type="stmt"/>
|
|
241
|
+
<line num="96" count="0" type="stmt"/>
|
|
242
|
+
<line num="105" count="0" type="stmt"/>
|
|
243
|
+
<line num="120" count="0" type="stmt"/>
|
|
244
|
+
<line num="121" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
245
|
+
<line num="132" count="0" type="stmt"/>
|
|
246
|
+
<line num="134" count="0" type="stmt"/>
|
|
247
|
+
<line num="137" count="0" type="stmt"/>
|
|
248
|
+
<line num="138" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
249
|
+
<line num="139" count="0" type="stmt"/>
|
|
250
|
+
<line num="141" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
251
|
+
<line num="144" count="0" type="stmt"/>
|
|
252
|
+
<line num="146" count="0" type="stmt"/>
|
|
253
|
+
<line num="147" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
254
|
+
<line num="148" count="0" type="stmt"/>
|
|
255
|
+
<line num="152" count="0" type="stmt"/>
|
|
256
|
+
<line num="157" count="0" type="stmt"/>
|
|
257
|
+
<line num="160" count="0" type="stmt"/>
|
|
258
|
+
<line num="173" count="0" type="stmt"/>
|
|
261
259
|
<line num="174" count="0" type="stmt"/>
|
|
262
|
-
<line num="
|
|
263
|
-
<line num="
|
|
264
|
-
<line num="219" count="0" type="
|
|
265
|
-
<line num="220" count="0" type="
|
|
266
|
-
<line num="
|
|
267
|
-
<line num="
|
|
268
|
-
<line num="
|
|
260
|
+
<line num="180" count="0" type="stmt"/>
|
|
261
|
+
<line num="218" count="0" type="stmt"/>
|
|
262
|
+
<line num="219" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
263
|
+
<line num="220" count="0" type="stmt"/>
|
|
264
|
+
<line num="222" count="0" type="stmt"/>
|
|
265
|
+
<line num="232" count="0" type="stmt"/>
|
|
266
|
+
<line num="234" count="0" type="stmt"/>
|
|
269
267
|
<line num="235" count="0" type="stmt"/>
|
|
270
|
-
<line num="
|
|
271
|
-
<line num="
|
|
272
|
-
<line num="
|
|
273
|
-
<line num="
|
|
274
|
-
<line num="
|
|
275
|
-
<line num="
|
|
276
|
-
<line num="262" count="0" type="
|
|
277
|
-
<line num="263" count="0" type="
|
|
278
|
-
<line num="
|
|
279
|
-
<line num="
|
|
280
|
-
<line num="
|
|
281
|
-
<line num="
|
|
268
|
+
<line num="245" count="0" type="stmt"/>
|
|
269
|
+
<line num="248" count="0" type="stmt"/>
|
|
270
|
+
<line num="253" count="0" type="stmt"/>
|
|
271
|
+
<line num="257" count="0" type="stmt"/>
|
|
272
|
+
<line num="259" count="0" type="stmt"/>
|
|
273
|
+
<line num="261" count="0" type="stmt"/>
|
|
274
|
+
<line num="262" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
275
|
+
<line num="263" count="0" type="stmt"/>
|
|
276
|
+
<line num="268" count="0" type="stmt"/>
|
|
277
|
+
<line num="270" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
278
|
+
<line num="279" count="0" type="stmt"/>
|
|
279
|
+
<line num="283" count="0" type="stmt"/>
|
|
282
280
|
<line num="284" count="0" type="stmt"/>
|
|
283
|
-
<line num="285" count="0" type="
|
|
284
|
-
<line num="286" count="0" type="
|
|
285
|
-
<line num="
|
|
286
|
-
<line num="
|
|
281
|
+
<line num="285" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
282
|
+
<line num="286" count="0" type="stmt"/>
|
|
283
|
+
<line num="288" count="0" type="stmt"/>
|
|
284
|
+
<line num="297" count="0" type="stmt"/>
|
|
287
285
|
<line num="298" count="0" type="stmt"/>
|
|
288
|
-
<line num="
|
|
289
|
-
<line num="
|
|
290
|
-
<line num="
|
|
291
|
-
<line num="
|
|
292
|
-
<line num="
|
|
293
|
-
<line num="
|
|
294
|
-
<line num="
|
|
286
|
+
<line num="307" count="0" type="stmt"/>
|
|
287
|
+
<line num="311" count="0" type="stmt"/>
|
|
288
|
+
<line num="328" count="0" type="stmt"/>
|
|
289
|
+
<line num="404" count="0" type="stmt"/>
|
|
290
|
+
<line num="447" count="0" type="stmt"/>
|
|
291
|
+
<line num="453" count="0" type="stmt"/>
|
|
292
|
+
<line num="454" count="0" type="stmt"/>
|
|
295
293
|
<line num="455" count="0" type="stmt"/>
|
|
296
|
-
<line num="
|
|
297
|
-
<line num="
|
|
298
|
-
<line num="
|
|
294
|
+
<line num="460" count="0" type="stmt"/>
|
|
295
|
+
<line num="464" count="0" type="stmt"/>
|
|
296
|
+
<line num="468" count="0" type="stmt"/>
|
|
297
|
+
<line num="490" count="0" type="stmt"/>
|
|
298
|
+
<line num="494" count="0" type="stmt"/>
|
|
299
299
|
</file>
|
|
300
300
|
<file name="test.test.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/test.test.ts">
|
|
301
301
|
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
</file>
|
|
305
305
|
</package>
|
|
306
306
|
<package name="src.controllers">
|
|
307
|
-
<metrics statements="
|
|
307
|
+
<metrics statements="369" coveredstatements="0" conditionals="108" coveredconditionals="0" methods="89" coveredmethods="0"/>
|
|
308
308
|
<file name="autogrow-textarea.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/autogrow-textarea.stimulus.ts">
|
|
309
309
|
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
310
310
|
<line num="6" count="0" type="stmt"/>
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
<line num="10" count="0" type="stmt"/>
|
|
318
318
|
</file>
|
|
319
319
|
<file name="component-debugger.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/component-debugger.stimulus.ts">
|
|
320
|
-
<metrics statements="
|
|
320
|
+
<metrics statements="113" coveredstatements="0" conditionals="32" coveredconditionals="0" methods="27" coveredmethods="0"/>
|
|
321
321
|
<line num="13" count="0" type="stmt"/>
|
|
322
322
|
<line num="29" count="0" type="stmt"/>
|
|
323
323
|
<line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -344,41 +344,41 @@
|
|
|
344
344
|
<line num="68" count="0" type="stmt"/>
|
|
345
345
|
<line num="72" count="0" type="stmt"/>
|
|
346
346
|
<line num="73" count="0" type="stmt"/>
|
|
347
|
-
<line num="
|
|
347
|
+
<line num="75" count="0" type="stmt"/>
|
|
348
348
|
<line num="80" count="0" type="stmt"/>
|
|
349
349
|
<line num="81" count="0" type="stmt"/>
|
|
350
|
-
<line num="
|
|
351
|
-
<line num="
|
|
352
|
-
<line num="86" count="0" type="
|
|
353
|
-
<line num="87" count="0" type="
|
|
350
|
+
<line num="82" count="0" type="stmt"/>
|
|
351
|
+
<line num="84" count="0" type="stmt"/>
|
|
352
|
+
<line num="86" count="0" type="stmt"/>
|
|
353
|
+
<line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
354
354
|
<line num="88" count="0" type="stmt"/>
|
|
355
355
|
<line num="89" count="0" type="stmt"/>
|
|
356
356
|
<line num="90" count="0" type="stmt"/>
|
|
357
|
-
<line num="
|
|
357
|
+
<line num="91" count="0" type="stmt"/>
|
|
358
358
|
<line num="96" count="0" type="stmt"/>
|
|
359
359
|
<line num="97" count="0" type="stmt"/>
|
|
360
360
|
<line num="98" count="0" type="stmt"/>
|
|
361
|
-
<line num="
|
|
361
|
+
<line num="99" count="0" type="stmt"/>
|
|
362
362
|
<line num="103" count="0" type="stmt"/>
|
|
363
363
|
<line num="104" count="0" type="stmt"/>
|
|
364
364
|
<line num="105" count="0" type="stmt"/>
|
|
365
365
|
<line num="106" count="0" type="stmt"/>
|
|
366
|
-
<line num="
|
|
367
|
-
<line num="
|
|
368
|
-
<line num="
|
|
366
|
+
<line num="107" count="0" type="stmt"/>
|
|
367
|
+
<line num="111" count="0" type="stmt"/>
|
|
368
|
+
<line num="117" count="0" type="stmt"/>
|
|
369
369
|
<line num="121" count="0" type="stmt"/>
|
|
370
|
-
<line num="
|
|
371
|
-
<line num="
|
|
370
|
+
<line num="122" count="0" type="stmt"/>
|
|
371
|
+
<line num="126" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
372
372
|
<line num="131" count="0" type="stmt"/>
|
|
373
373
|
<line num="132" count="0" type="stmt"/>
|
|
374
|
-
<line num="
|
|
375
|
-
<line num="
|
|
376
|
-
<line num="
|
|
374
|
+
<line num="133" count="0" type="stmt"/>
|
|
375
|
+
<line num="137" count="0" type="stmt"/>
|
|
376
|
+
<line num="141" count="0" type="stmt"/>
|
|
377
377
|
<line num="146" count="0" type="stmt"/>
|
|
378
|
-
<line num="
|
|
379
|
-
<line num="150" count="0" type="
|
|
378
|
+
<line num="147" count="0" type="stmt"/>
|
|
379
|
+
<line num="150" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
380
380
|
<line num="151" count="0" type="stmt"/>
|
|
381
|
-
<line num="
|
|
381
|
+
<line num="152" count="0" type="stmt"/>
|
|
382
382
|
<line num="154" count="0" type="stmt"/>
|
|
383
383
|
<line num="155" count="0" type="stmt"/>
|
|
384
384
|
<line num="156" count="0" type="stmt"/>
|
|
@@ -386,50 +386,51 @@
|
|
|
386
386
|
<line num="158" count="0" type="stmt"/>
|
|
387
387
|
<line num="159" count="0" type="stmt"/>
|
|
388
388
|
<line num="160" count="0" type="stmt"/>
|
|
389
|
-
<line num="
|
|
389
|
+
<line num="161" count="0" type="stmt"/>
|
|
390
390
|
<line num="165" count="0" type="stmt"/>
|
|
391
|
-
<line num="
|
|
392
|
-
<line num="
|
|
391
|
+
<line num="166" count="0" type="stmt"/>
|
|
392
|
+
<line num="170" count="0" type="stmt"/>
|
|
393
393
|
<line num="173" count="0" type="stmt"/>
|
|
394
|
-
<line num="
|
|
395
|
-
<line num="177" count="0" type="
|
|
396
|
-
<line num="178" count="0" type="
|
|
397
|
-
<line num="
|
|
398
|
-
<line num="
|
|
399
|
-
<line num="191" count="0" type="
|
|
400
|
-
<line num="192" count="0" type="
|
|
401
|
-
<line num="
|
|
402
|
-
<line num="195" count="0" type="
|
|
403
|
-
<line num="196" count="0" type="
|
|
404
|
-
<line num="
|
|
405
|
-
<line num="
|
|
406
|
-
<line num="
|
|
407
|
-
<line num="206" count="0" type="
|
|
408
|
-
<line num="
|
|
409
|
-
<line num="
|
|
410
|
-
<line num="214" count="0" type="
|
|
411
|
-
<line num="215" count="0" type="
|
|
412
|
-
<line num="
|
|
394
|
+
<line num="174" count="0" type="stmt"/>
|
|
395
|
+
<line num="177" count="0" type="stmt"/>
|
|
396
|
+
<line num="178" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
397
|
+
<line num="179" count="0" type="stmt"/>
|
|
398
|
+
<line num="183" count="0" type="stmt"/>
|
|
399
|
+
<line num="191" count="0" type="stmt"/>
|
|
400
|
+
<line num="192" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
401
|
+
<line num="193" count="0" type="stmt"/>
|
|
402
|
+
<line num="195" count="0" type="stmt"/>
|
|
403
|
+
<line num="196" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
404
|
+
<line num="197" count="0" type="stmt"/>
|
|
405
|
+
<line num="199" count="0" type="stmt"/>
|
|
406
|
+
<line num="202" count="0" type="stmt"/>
|
|
407
|
+
<line num="206" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
408
|
+
<line num="207" count="0" type="stmt"/>
|
|
409
|
+
<line num="209" count="0" type="stmt"/>
|
|
410
|
+
<line num="214" count="0" type="stmt"/>
|
|
411
|
+
<line num="215" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
412
|
+
<line num="216" count="0" type="stmt"/>
|
|
413
413
|
<line num="218" count="0" type="stmt"/>
|
|
414
414
|
<line num="219" count="0" type="stmt"/>
|
|
415
415
|
<line num="220" count="0" type="stmt"/>
|
|
416
|
-
<line num="
|
|
417
|
-
<line num="
|
|
418
|
-
<line num="
|
|
419
|
-
<line num="
|
|
420
|
-
<line num="239" count="0" type="
|
|
421
|
-
<line num="240" count="0" type="
|
|
422
|
-
<line num="
|
|
423
|
-
<line num="
|
|
424
|
-
<line num="
|
|
425
|
-
<line num="253" count="0" type="
|
|
426
|
-
<line num="254" count="0" type="
|
|
427
|
-
<line num="
|
|
428
|
-
<line num="258" count="0" type="
|
|
429
|
-
<line num="259" count="0" type="
|
|
430
|
-
<line num="
|
|
431
|
-
<line num="262" count="0" type="
|
|
432
|
-
<line num="
|
|
416
|
+
<line num="221" count="0" type="stmt"/>
|
|
417
|
+
<line num="229" count="0" type="stmt"/>
|
|
418
|
+
<line num="232" count="0" type="stmt"/>
|
|
419
|
+
<line num="236" count="0" type="stmt"/>
|
|
420
|
+
<line num="239" count="0" type="stmt"/>
|
|
421
|
+
<line num="240" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
422
|
+
<line num="241" count="0" type="stmt"/>
|
|
423
|
+
<line num="246" count="0" type="stmt"/>
|
|
424
|
+
<line num="249" count="0" type="stmt"/>
|
|
425
|
+
<line num="253" count="0" type="stmt"/>
|
|
426
|
+
<line num="254" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
427
|
+
<line num="255" count="0" type="stmt"/>
|
|
428
|
+
<line num="258" count="0" type="stmt"/>
|
|
429
|
+
<line num="259" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
430
|
+
<line num="260" count="0" type="stmt"/>
|
|
431
|
+
<line num="262" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
432
|
+
<line num="263" count="0" type="stmt"/>
|
|
433
|
+
<line num="265" count="0" type="stmt"/>
|
|
433
434
|
</file>
|
|
434
435
|
<file name="exportable-textarea.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/exportable-textarea.stimulus.ts">
|
|
435
436
|
<metrics statements="36" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="9" coveredmethods="0"/>
|
|
@@ -598,87 +599,6 @@
|
|
|
598
599
|
<line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
599
600
|
<line num="132" count="0" type="stmt"/>
|
|
600
601
|
</file>
|
|
601
|
-
<file name="markdown-textarea.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/markdown-textarea.stimulus.ts">
|
|
602
|
-
<metrics statements="78" coveredstatements="0" conditionals="24" coveredconditionals="0" methods="21" coveredmethods="0"/>
|
|
603
|
-
<line num="8" count="0" type="stmt"/>
|
|
604
|
-
<line num="9" count="0" type="stmt"/>
|
|
605
|
-
<line num="18" count="0" type="stmt"/>
|
|
606
|
-
<line num="21" count="0" type="stmt"/>
|
|
607
|
-
<line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
608
|
-
<line num="23" count="0" type="stmt"/>
|
|
609
|
-
<line num="24" count="0" type="stmt"/>
|
|
610
|
-
<line num="25" count="0" type="stmt"/>
|
|
611
|
-
<line num="26" count="0" type="stmt"/>
|
|
612
|
-
<line num="27" count="0" type="stmt"/>
|
|
613
|
-
<line num="28" count="0" type="stmt"/>
|
|
614
|
-
<line num="33" count="0" type="stmt"/>
|
|
615
|
-
<line num="34" count="0" type="stmt"/>
|
|
616
|
-
<line num="35" count="0" type="stmt"/>
|
|
617
|
-
<line num="36" count="0" type="stmt"/>
|
|
618
|
-
<line num="38" count="0" type="stmt"/>
|
|
619
|
-
<line num="39" count="0" type="stmt"/>
|
|
620
|
-
<line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
621
|
-
<line num="41" count="0" type="stmt"/>
|
|
622
|
-
<line num="42" count="0" type="stmt"/>
|
|
623
|
-
<line num="43" count="0" type="stmt"/>
|
|
624
|
-
<line num="44" count="0" type="stmt"/>
|
|
625
|
-
<line num="45" count="0" type="stmt"/>
|
|
626
|
-
<line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
627
|
-
<line num="48" count="0" type="stmt"/>
|
|
628
|
-
<line num="50" count="0" type="stmt"/>
|
|
629
|
-
<line num="54" count="0" type="stmt"/>
|
|
630
|
-
<line num="60" count="0" type="stmt"/>
|
|
631
|
-
<line num="64" count="0" type="stmt"/>
|
|
632
|
-
<line num="65" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
633
|
-
<line num="67" count="0" type="stmt"/>
|
|
634
|
-
<line num="69" count="0" type="stmt"/>
|
|
635
|
-
<line num="70" count="0" type="stmt"/>
|
|
636
|
-
<line num="71" count="0" type="stmt"/>
|
|
637
|
-
<line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
638
|
-
<line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
639
|
-
<line num="76" count="0" type="stmt"/>
|
|
640
|
-
<line num="77" count="0" type="stmt"/>
|
|
641
|
-
<line num="81" count="0" type="stmt"/>
|
|
642
|
-
<line num="83" count="0" type="stmt"/>
|
|
643
|
-
<line num="88" count="0" type="stmt"/>
|
|
644
|
-
<line num="91" count="0" type="stmt"/>
|
|
645
|
-
<line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
646
|
-
<line num="97" count="0" type="stmt"/>
|
|
647
|
-
<line num="99" count="0" type="stmt"/>
|
|
648
|
-
<line num="110" count="0" type="stmt"/>
|
|
649
|
-
<line num="111" count="0" type="stmt"/>
|
|
650
|
-
<line num="113" count="0" type="stmt"/>
|
|
651
|
-
<line num="114" count="0" type="stmt"/>
|
|
652
|
-
<line num="115" count="0" type="stmt"/>
|
|
653
|
-
<line num="117" count="0" type="stmt"/>
|
|
654
|
-
<line num="120" count="0" type="stmt"/>
|
|
655
|
-
<line num="121" count="0" type="stmt"/>
|
|
656
|
-
<line num="124" count="0" type="stmt"/>
|
|
657
|
-
<line num="126" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
658
|
-
<line num="130" count="0" type="stmt"/>
|
|
659
|
-
<line num="134" count="0" type="stmt"/>
|
|
660
|
-
<line num="138" count="0" type="stmt"/>
|
|
661
|
-
<line num="140" count="0" type="stmt"/>
|
|
662
|
-
<line num="141" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
663
|
-
<line num="142" count="0" type="stmt"/>
|
|
664
|
-
<line num="152" count="0" type="stmt"/>
|
|
665
|
-
<line num="156" count="0" type="stmt"/>
|
|
666
|
-
<line num="160" count="0" type="stmt"/>
|
|
667
|
-
<line num="166" count="0" type="stmt"/>
|
|
668
|
-
<line num="167" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
669
|
-
<line num="168" count="0" type="stmt"/>
|
|
670
|
-
<line num="170" count="0" type="stmt"/>
|
|
671
|
-
<line num="174" count="0" type="stmt"/>
|
|
672
|
-
<line num="175" count="0" type="stmt"/>
|
|
673
|
-
<line num="176" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
674
|
-
<line num="177" count="0" type="stmt"/>
|
|
675
|
-
<line num="180" count="0" type="stmt"/>
|
|
676
|
-
<line num="187" count="0" type="stmt"/>
|
|
677
|
-
<line num="188" count="0" type="stmt"/>
|
|
678
|
-
<line num="192" count="0" type="stmt"/>
|
|
679
|
-
<line num="195" count="0" type="stmt"/>
|
|
680
|
-
<line num="196" count="0" type="stmt"/>
|
|
681
|
-
</file>
|
|
682
602
|
<file name="refresh-on-ts-changes.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/refresh-on-ts-changes.stimulus.ts">
|
|
683
603
|
<metrics statements="48" coveredstatements="0" conditionals="17" coveredconditionals="0" methods="12" coveredmethods="0"/>
|
|
684
604
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -789,7 +709,12 @@
|
|
|
789
709
|
</file>
|
|
790
710
|
</package>
|
|
791
711
|
<package name="src.inputs">
|
|
792
|
-
<metrics statements="
|
|
712
|
+
<metrics statements="71" coveredstatements="0" conditionals="118" coveredconditionals="0" methods="25" coveredmethods="0"/>
|
|
713
|
+
<file name="component-input-boolean.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-boolean.ts">
|
|
714
|
+
<metrics statements="2" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
715
|
+
<line num="14" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
716
|
+
<line num="15" count="0" type="stmt"/>
|
|
717
|
+
</file>
|
|
793
718
|
<file name="component-input-code-with-custom-language.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-code-with-custom-language.ts">
|
|
794
719
|
<metrics statements="1" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
795
720
|
<line num="17" count="0" type="stmt"/>
|
|
@@ -804,8 +729,8 @@
|
|
|
804
729
|
</file>
|
|
805
730
|
<file name="component-input-enum.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-enum.ts">
|
|
806
731
|
<metrics statements="2" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
807
|
-
<line num="
|
|
808
|
-
<line num="
|
|
732
|
+
<line num="19" count="0" type="stmt"/>
|
|
733
|
+
<line num="30" count="0" type="stmt"/>
|
|
809
734
|
</file>
|
|
810
735
|
<file name="component-input-image.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-image.ts">
|
|
811
736
|
<metrics statements="2" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
@@ -819,6 +744,13 @@
|
|
|
819
744
|
<line num="43" count="0" type="stmt"/>
|
|
820
745
|
<line num="49" count="0" type="stmt"/>
|
|
821
746
|
</file>
|
|
747
|
+
<file name="component-input-markdown.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-markdown.ts">
|
|
748
|
+
<metrics statements="4" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
749
|
+
<line num="5" count="0" type="stmt"/>
|
|
750
|
+
<line num="24" count="0" type="stmt"/>
|
|
751
|
+
<line num="34" count="0" type="stmt"/>
|
|
752
|
+
<line num="39" count="0" type="stmt"/>
|
|
753
|
+
</file>
|
|
822
754
|
<file name="component-input-single-reference.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-single-reference.ts">
|
|
823
755
|
<metrics statements="5" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
824
756
|
<line num="25" count="0" type="stmt"/>
|
|
@@ -845,40 +777,44 @@
|
|
|
845
777
|
<line num="175" count="0" type="stmt"/>
|
|
846
778
|
</file>
|
|
847
779
|
<file name="component-input.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input.ts">
|
|
848
|
-
<metrics statements="
|
|
849
|
-
<line num="
|
|
850
|
-
<line num="
|
|
851
|
-
<line num="
|
|
852
|
-
<line num="
|
|
853
|
-
<line num="
|
|
854
|
-
<line num="
|
|
855
|
-
<line num="
|
|
856
|
-
<line num="
|
|
857
|
-
<line num="
|
|
858
|
-
<line num="
|
|
859
|
-
<line num="95" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
860
|
-
<line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
861
|
-
<line num="98" count="0" type="stmt"/>
|
|
780
|
+
<metrics statements="37" coveredstatements="0" conditionals="58" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
781
|
+
<line num="43" count="0" type="stmt"/>
|
|
782
|
+
<line num="44" count="0" type="stmt"/>
|
|
783
|
+
<line num="67" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
784
|
+
<line num="68" count="0" type="stmt"/>
|
|
785
|
+
<line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
786
|
+
<line num="71" count="0" type="stmt"/>
|
|
787
|
+
<line num="83" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
788
|
+
<line num="85" count="0" type="stmt"/>
|
|
789
|
+
<line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
790
|
+
<line num="100" count="0" type="stmt"/>
|
|
862
791
|
<line num="103" count="0" type="stmt"/>
|
|
863
|
-
<line num="
|
|
792
|
+
<line num="105" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
793
|
+
<line num="106" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
794
|
+
<line num="108" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
795
|
+
<line num="109" count="0" type="stmt"/>
|
|
864
796
|
<line num="114" count="0" type="stmt"/>
|
|
865
|
-
<line num="
|
|
866
|
-
<line num="
|
|
867
|
-
<line num="
|
|
868
|
-
<line num="
|
|
869
|
-
<line num="
|
|
870
|
-
<line num="
|
|
871
|
-
<line num="
|
|
872
|
-
<line num="
|
|
873
|
-
<line num="
|
|
874
|
-
<line num="
|
|
875
|
-
<line num="
|
|
876
|
-
<line num="
|
|
877
|
-
<line num="
|
|
878
|
-
<line num="
|
|
879
|
-
<line num="
|
|
880
|
-
<line num="
|
|
881
|
-
<line num="
|
|
797
|
+
<line num="124" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
798
|
+
<line num="125" count="0" type="stmt"/>
|
|
799
|
+
<line num="139" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
800
|
+
<line num="140" count="0" type="stmt"/>
|
|
801
|
+
<line num="152" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
802
|
+
<line num="153" count="0" type="stmt"/>
|
|
803
|
+
<line num="164" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
804
|
+
<line num="165" count="0" type="stmt"/>
|
|
805
|
+
<line num="177" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
806
|
+
<line num="178" count="0" type="stmt"/>
|
|
807
|
+
<line num="192" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
808
|
+
<line num="193" count="0" type="stmt"/>
|
|
809
|
+
<line num="201" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
810
|
+
<line num="202" count="0" type="stmt"/>
|
|
811
|
+
<line num="205" count="0" type="stmt"/>
|
|
812
|
+
<line num="206" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
813
|
+
<line num="207" count="0" type="stmt"/>
|
|
814
|
+
<line num="215" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
815
|
+
<line num="216" count="0" type="stmt"/>
|
|
816
|
+
<line num="224" count="0" type="stmt"/>
|
|
817
|
+
<line num="234" count="0" type="stmt"/>
|
|
882
818
|
</file>
|
|
883
819
|
<file name="print-arg-path.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/print-arg-path.ts">
|
|
884
820
|
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|