@madgex/design-system 3.0.7 → 3.0.9

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 (62) hide show
  1. package/coverage/cobertura-coverage.xml +126 -96
  2. package/coverage/components/accordion/accordion.js.html +1 -1
  3. package/coverage/components/accordion/index.html +1 -1
  4. package/coverage/components/button/button.js.html +1 -1
  5. package/coverage/components/button/index.html +1 -1
  6. package/coverage/components/inputs/combobox/combobox.js.html +1 -1
  7. package/coverage/components/inputs/combobox/index.html +1 -1
  8. package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +120 -36
  9. package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
  10. package/coverage/components/inputs/combobox/vue-components/index.html +19 -19
  11. package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
  12. package/coverage/components/inputs/file-upload/index.html +1 -1
  13. package/coverage/components/inputs/textarea/character-count.js.html +1 -1
  14. package/coverage/components/inputs/textarea/index.html +1 -1
  15. package/coverage/components/modal/index.html +1 -1
  16. package/coverage/components/modal/modal.js.html +1 -1
  17. package/coverage/components/notification/index.html +1 -1
  18. package/coverage/components/notification/notification.js.html +1 -1
  19. package/coverage/components/popover/index.html +1 -1
  20. package/coverage/components/popover/popover.js.html +1 -1
  21. package/coverage/components/switch-state/index.html +1 -1
  22. package/coverage/components/switch-state/switch-state.js.html +1 -1
  23. package/coverage/components/tabs/index.html +1 -1
  24. package/coverage/components/tabs/tabs.js.html +1 -1
  25. package/coverage/index.html +19 -19
  26. package/coverage/js/common.js.html +1 -1
  27. package/coverage/js/fractal-scripts/combobox.js.html +1 -1
  28. package/coverage/js/fractal-scripts/index.html +1 -1
  29. package/coverage/js/fractal-scripts/notification.js.html +1 -1
  30. package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
  31. package/coverage/js/index-fractal.js.html +1 -1
  32. package/coverage/js/index-polyfills.js.html +1 -1
  33. package/coverage/js/index-vue.js.html +1 -1
  34. package/coverage/js/index.html +1 -1
  35. package/coverage/js/index.js.html +1 -1
  36. package/coverage/js/polyfills/arrayPrototypeFind.js.html +1 -1
  37. package/coverage/js/polyfills/closest.js.html +1 -1
  38. package/coverage/js/polyfills/index.html +1 -1
  39. package/coverage/js/polyfills/objectAssign.js.html +1 -1
  40. package/coverage/js/polyfills/remove.js.html +1 -1
  41. package/coverage/tokens/_config.js.html +1 -1
  42. package/coverage/tokens/index.html +1 -1
  43. package/dist/_tokens/css/_tokens.css +1 -1
  44. package/dist/_tokens/js/_tokens-module.js +1 -1
  45. package/dist/_tokens/scss/_tokens.scss +1 -1
  46. package/dist/assets/icons.json +1 -1
  47. package/dist/js/index.js +1 -1
  48. package/package.json +1 -1
  49. package/src/components/inputs/_form-elements.scss +1 -1
  50. package/src/components/inputs/combobox/README.md +2 -2
  51. package/src/components/inputs/combobox/_template.njk +2 -10
  52. package/src/components/inputs/combobox/combobox.config.js +12 -2
  53. package/src/components/inputs/combobox/combobox.njk +0 -1
  54. package/src/components/inputs/combobox/vue-components/Combobox.vue +42 -14
  55. package/src/components/inputs/select/README.md +0 -1
  56. package/src/components/inputs/select/_template.njk +1 -1
  57. package/src/components/inputs/select/select.config.js +0 -1
  58. package/src/components/inputs/select/select.njk +0 -1
  59. package/src/scss/core/_containers.scss +1 -1
  60. package/src/scss/functions/_px2rem.scss +1 -1
  61. package/src/scss/import.scss +1 -0
  62. package/src/scss/vendor/_sass-mq.scss +1 -1
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" ?>
2
2
  <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
- <coverage lines-valid="522" lines-covered="90" line-rate="0.1724" branches-valid="161" branches-covered="27" branch-rate="0.1677" timestamp="1627301972865" complexity="0" version="0.1">
3
+ <coverage lines-valid="532" lines-covered="93" line-rate="0.1748" branches-valid="165" branches-covered="28" branch-rate="0.1697" timestamp="1628163277462" complexity="0" version="0.1">
4
4
  <sources>
5
5
  <source>/data/jenkins/jobs/madgex-design-system/branches/master/workspace</source>
6
6
  </sources>
@@ -207,231 +207,261 @@
207
207
  </class>
208
208
  </classes>
209
209
  </package>
210
- <package name="components.inputs.combobox.vue-components" line-rate="0.6857" branch-rate="0.5313">
210
+ <package name="components.inputs.combobox.vue-components" line-rate="0.6375" branch-rate="0.5">
211
211
  <classes>
212
- <class name="Combobox.vue" filename="src/components/inputs/combobox/vue-components/Combobox.vue" line-rate="0.6563" branch-rate="0.5333">
212
+ <class name="Combobox.vue" filename="src/components/inputs/combobox/vue-components/Combobox.vue" line-rate="0.6081" branch-rate="0.5">
213
213
  <methods>
214
214
  <method name="_default" hits="0" signature="()V">
215
215
  <lines>
216
- <line number="76" hits="0"/>
216
+ <line number="77" hits="0"/>
217
217
  </lines>
218
218
  </method>
219
219
  <method name="data" hits="5" signature="()V">
220
220
  <lines>
221
- <line number="91" hits="5"/>
221
+ <line number="92" hits="5"/>
222
222
  </lines>
223
223
  </method>
224
224
  <method name="provide" hits="5" signature="()V">
225
225
  <lines>
226
- <line number="99" hits="5"/>
226
+ <line number="103" hits="5"/>
227
227
  </lines>
228
228
  </method>
229
229
  <method name="get" hits="9" signature="()V">
230
230
  <lines>
231
- <line number="106" hits="9"/>
231
+ <line number="110" hits="9"/>
232
232
  </lines>
233
233
  </method>
234
234
  <method name="set" hits="3" signature="()V">
235
235
  <lines>
236
- <line number="112" hits="3"/>
236
+ <line number="117" hits="3"/>
237
237
  </lines>
238
238
  </method>
239
239
  <method name="get" hits="6" signature="()V">
240
240
  <lines>
241
- <line number="121" hits="6"/>
241
+ <line number="129" hits="6"/>
242
242
  </lines>
243
243
  </method>
244
244
  <method name="set" hits="4" signature="()V">
245
245
  <lines>
246
- <line number="124" hits="4"/>
246
+ <line number="132" hits="4"/>
247
247
  </lines>
248
248
  </method>
249
249
  <method name="get" hits="6" signature="()V">
250
250
  <lines>
251
- <line number="129" hits="6"/>
251
+ <line number="137" hits="6"/>
252
252
  </lines>
253
253
  </method>
254
254
  <method name="set" hits="4" signature="()V">
255
255
  <lines>
256
- <line number="132" hits="4"/>
256
+ <line number="140" hits="4"/>
257
257
  </lines>
258
258
  </method>
259
- <method name="visibleOptions" hits="8" signature="()V">
259
+ <method name="visibleOptions" hits="9" signature="()V">
260
260
  <lines>
261
- <line number="138" hits="8"/>
261
+ <line number="146" hits="9"/>
262
262
  </lines>
263
263
  </method>
264
- <method name="(anonymous_11)" hits="14" signature="()V">
264
+ <method name="(anonymous_11)" hits="16" signature="()V">
265
265
  <lines>
266
- <line number="140" hits="14"/>
266
+ <line number="148" hits="16"/>
267
267
  </lines>
268
268
  </method>
269
269
  <method name="listBoxId" hits="5" signature="()V">
270
270
  <lines>
271
- <line number="144" hits="5"/>
271
+ <line number="153" hits="5"/>
272
272
  </lines>
273
273
  </method>
274
274
  <method name="optionId" hits="5" signature="()V">
275
275
  <lines>
276
- <line number="147" hits="5"/>
276
+ <line number="156" hits="5"/>
277
+ </lines>
278
+ </method>
279
+ <method name="describedBy" hits="5" signature="()V">
280
+ <lines>
281
+ <line number="159" hits="5"/>
277
282
  </lines>
278
283
  </method>
279
284
  <method name="isLoading" hits="5" signature="()V">
280
285
  <lines>
281
- <line number="150" hits="5"/>
286
+ <line number="162" hits="5"/>
282
287
  </lines>
283
288
  </method>
284
289
  <method name="selectedOptionId" hits="9" signature="()V">
285
290
  <lines>
286
- <line number="153" hits="9"/>
291
+ <line number="165" hits="9"/>
287
292
  </lines>
288
293
  </method>
289
294
  <method name="listBoxHidden" hits="6" signature="()V">
290
295
  <lines>
291
- <line number="160" hits="6"/>
296
+ <line number="174" hits="6"/>
292
297
  </lines>
293
298
  </method>
294
299
  <method name="lastOptionIndex" hits="0" signature="()V">
295
300
  <lines>
296
- <line number="163" hits="0"/>
297
- </lines>
298
- </method>
299
- <method name="resultCount" hits="8" signature="()V">
300
- <lines>
301
- <line number="166" hits="8"/>
301
+ <line number="177" hits="0"/>
302
302
  </lines>
303
303
  </method>
304
304
  <method name="ariaExpanded" hits="6" signature="()V">
305
305
  <lines>
306
- <line number="172" hits="6"/>
306
+ <line number="180" hits="6"/>
307
307
  </lines>
308
308
  </method>
309
309
  <method name="ariaInvalid" hits="5" signature="()V">
310
310
  <lines>
311
- <line number="176" hits="5"/>
311
+ <line number="184" hits="5"/>
312
312
  </lines>
313
313
  </method>
314
314
  <method name="makeActive" hits="1" signature="()V">
315
315
  <lines>
316
- <line number="181" hits="1"/>
316
+ <line number="189" hits="1"/>
317
317
  </lines>
318
318
  </method>
319
319
  <method name="makeInactive" hits="3" signature="()V">
320
320
  <lines>
321
- <line number="184" hits="3"/>
321
+ <line number="192" hits="3"/>
322
322
  </lines>
323
323
  </method>
324
324
  <method name="handleChange" hits="3" signature="()V">
325
325
  <lines>
326
- <line number="187" hits="3"/>
326
+ <line number="195" hits="3"/>
327
+ </lines>
328
+ </method>
329
+ <method name="handleFocus" hits="0" signature="()V">
330
+ <lines>
331
+ <line number="202" hits="0"/>
327
332
  </lines>
328
333
  </method>
329
334
  <method name="clickOption" hits="1" signature="()V">
330
335
  <lines>
331
- <line number="194" hits="1"/>
336
+ <line number="208" hits="1"/>
332
337
  </lines>
333
338
  </method>
334
339
  <method name="chooseOption" hits="0" signature="()V">
335
340
  <lines>
336
- <line number="198" hits="0"/>
341
+ <line number="212" hits="0"/>
337
342
  </lines>
338
343
  </method>
339
344
  <method name="hiddenGuard" hits="0" signature="()V">
340
345
  <lines>
341
- <line number="202" hits="0"/>
346
+ <line number="217" hits="0"/>
342
347
  </lines>
343
348
  </method>
344
349
  <method name="onInputBlur" hits="0" signature="()V">
345
350
  <lines>
346
- <line number="206" hits="0"/>
351
+ <line number="221" hits="0"/>
347
352
  </lines>
348
353
  </method>
349
354
  <method name="onKeyDown" hits="0" signature="()V">
350
355
  <lines>
351
- <line number="209" hits="0"/>
356
+ <line number="225" hits="0"/>
352
357
  </lines>
353
358
  </method>
354
359
  <method name="onKeyUp" hits="0" signature="()V">
355
360
  <lines>
356
- <line number="218" hits="0"/>
361
+ <line number="235" hits="0"/>
357
362
  </lines>
358
363
  </method>
359
364
  <method name="onKeyHome" hits="0" signature="()V">
360
365
  <lines>
361
- <line number="227" hits="0"/>
366
+ <line number="245" hits="0"/>
362
367
  </lines>
363
368
  </method>
364
369
  <method name="onKeyEnd" hits="0" signature="()V">
365
370
  <lines>
366
- <line number="230" hits="0"/>
371
+ <line number="248" hits="0"/>
372
+ </lines>
373
+ </method>
374
+ <method name="updateCount" hits="2" signature="()V">
375
+ <lines>
376
+ <line number="251" hits="2"/>
377
+ </lines>
378
+ </method>
379
+ <method name="(anonymous_34)" hits="0" signature="()V">
380
+ <lines>
381
+ <line number="252" hits="0"/>
382
+ </lines>
383
+ </method>
384
+ <method name="clearCount" hits="0" signature="()V">
385
+ <lines>
386
+ <line number="258" hits="0"/>
367
387
  </lines>
368
388
  </method>
369
389
  </methods>
370
390
  <lines>
371
- <line number="42" hits="1" branch="false"/>
372
- <line number="43" hits="1" branch="false"/>
373
- <line number="44" hits="1" branch="false"/>
374
- <line number="76" hits="0" branch="false"/>
375
- <line number="92" hits="5" branch="false"/>
376
- <line number="100" hits="5" branch="false"/>
377
- <line number="107" hits="9" branch="true" condition-coverage="100% (2/2)"/>
378
- <line number="108" hits="1" branch="false"/>
379
- <line number="110" hits="8" branch="false"/>
380
- <line number="114" hits="3" branch="false"/>
381
- <line number="115" hits="3" branch="true" condition-coverage="50% (1/2)"/>
382
- <line number="116" hits="3" branch="false"/>
383
- <line number="117" hits="3" branch="false"/>
384
- <line number="122" hits="6" branch="false"/>
385
- <line number="125" hits="4" branch="false"/>
391
+ <line number="47" hits="1" branch="false"/>
392
+ <line number="48" hits="1" branch="false"/>
393
+ <line number="49" hits="1" branch="false"/>
394
+ <line number="77" hits="0" branch="false"/>
395
+ <line number="93" hits="5" branch="false"/>
396
+ <line number="104" hits="5" branch="false"/>
397
+ <line number="111" hits="9" branch="true" condition-coverage="100% (2/2)"/>
398
+ <line number="112" hits="1" branch="false"/>
399
+ <line number="115" hits="8" branch="false"/>
400
+ <line number="119" hits="3" branch="false"/>
401
+ <line number="120" hits="3" branch="true" condition-coverage="50% (1/2)"/>
402
+ <line number="121" hits="3" branch="false"/>
403
+ <line number="122" hits="3" branch="false"/>
404
+ <line number="123" hits="3" branch="true" condition-coverage="100% (2/2)"/>
405
+ <line number="124" hits="2" branch="false"/>
386
406
  <line number="130" hits="6" branch="false"/>
387
407
  <line number="133" hits="4" branch="false"/>
388
- <line number="134" hits="4" branch="false"/>
389
- <line number="135" hits="4" branch="false"/>
390
- <line number="138" hits="8" branch="false"/>
391
- <line number="139" hits="8" branch="true" condition-coverage="100% (2/2)"/>
392
- <line number="140" hits="21" branch="false"/>
393
- <line number="142" hits="1" branch="false"/>
394
- <line number="145" hits="5" branch="false"/>
395
- <line number="148" hits="5" branch="false"/>
396
- <line number="151" hits="5" branch="true" condition-coverage="50% (1/2)"/>
397
- <line number="154" hits="9" branch="false"/>
398
- <line number="155" hits="9" branch="true" condition-coverage="100% (2/2)"/>
399
- <line number="156" hits="1" branch="false"/>
400
- <line number="158" hits="8" branch="false"/>
401
- <line number="161" hits="6" branch="false"/>
402
- <line number="164" hits="0" branch="false"/>
403
- <line number="167" hits="8" branch="true" condition-coverage="50% (1/2)"/>
404
- <line number="168" hits="0" branch="false"/>
405
- <line number="170" hits="8" branch="false"/>
406
- <line number="174" hits="6" branch="true" condition-coverage="100% (2/2)"/>
407
- <line number="177" hits="5" branch="true" condition-coverage="50% (1/2)"/>
408
- <line number="182" hits="1" branch="false"/>
409
- <line number="185" hits="3" branch="false"/>
410
- <line number="188" hits="3" branch="true" condition-coverage="100% (2/2)"/>
411
- <line number="189" hits="1" branch="false"/>
412
- <line number="191" hits="2" branch="false"/>
413
- <line number="194" hits="1" branch="true" condition-coverage="100% (2/2)"/>
414
- <line number="195" hits="1" branch="false"/>
415
- <line number="196" hits="1" branch="false"/>
416
- <line number="199" hits="0" branch="false"/>
417
- <line number="200" hits="0" branch="false"/>
418
- <line number="203" hits="0" branch="true" condition-coverage="0% (0/2)"/>
419
- <line number="204" hits="0" branch="false"/>
420
- <line number="207" hits="0" branch="false"/>
421
- <line number="210" hits="0" branch="true" condition-coverage="0% (0/2)"/>
422
- <line number="211" hits="0" branch="false"/>
423
- <line number="212" hits="0" branch="true" condition-coverage="0% (0/2)"/>
408
+ <line number="138" hits="6" branch="false"/>
409
+ <line number="141" hits="4" branch="false"/>
410
+ <line number="142" hits="4" branch="false"/>
411
+ <line number="143" hits="4" branch="false"/>
412
+ <line number="146" hits="9" branch="false"/>
413
+ <line number="147" hits="9" branch="true" condition-coverage="100% (2/2)"/>
414
+ <line number="148" hits="24" branch="false"/>
415
+ <line number="151" hits="1" branch="false"/>
416
+ <line number="154" hits="5" branch="false"/>
417
+ <line number="157" hits="5" branch="false"/>
418
+ <line number="160" hits="5" branch="false"/>
419
+ <line number="163" hits="5" branch="true" condition-coverage="50% (1/2)"/>
420
+ <line number="166" hits="9" branch="false"/>
421
+ <line number="168" hits="9" branch="true" condition-coverage="100% (2/2)"/>
422
+ <line number="169" hits="1" branch="false"/>
423
+ <line number="172" hits="8" branch="false"/>
424
+ <line number="175" hits="6" branch="false"/>
425
+ <line number="178" hits="0" branch="false"/>
426
+ <line number="182" hits="6" branch="true" condition-coverage="100% (2/2)"/>
427
+ <line number="185" hits="5" branch="true" condition-coverage="50% (1/2)"/>
428
+ <line number="190" hits="1" branch="false"/>
429
+ <line number="193" hits="3" branch="false"/>
430
+ <line number="196" hits="3" branch="true" condition-coverage="100% (2/2)"/>
431
+ <line number="197" hits="1" branch="false"/>
432
+ <line number="199" hits="2" branch="false"/>
433
+ <line number="203" hits="0" branch="false"/>
434
+ <line number="204" hits="0" branch="true" condition-coverage="0% (0/2)"/>
435
+ <line number="205" hits="0" branch="false"/>
436
+ <line number="208" hits="1" branch="true" condition-coverage="100% (2/2)"/>
437
+ <line number="209" hits="1" branch="false"/>
438
+ <line number="210" hits="1" branch="false"/>
424
439
  <line number="213" hits="0" branch="false"/>
425
440
  <line number="214" hits="0" branch="false"/>
426
441
  <line number="215" hits="0" branch="false"/>
427
- <line number="219" hits="0" branch="true" condition-coverage="0% (0/2)"/>
428
- <line number="220" hits="0" branch="false"/>
429
- <line number="221" hits="0" branch="true" condition-coverage="0% (0/2)"/>
442
+ <line number="218" hits="0" branch="true" condition-coverage="0% (0/2)"/>
443
+ <line number="219" hits="0" branch="false"/>
430
444
  <line number="222" hits="0" branch="false"/>
431
- <line number="224" hits="0" branch="false"/>
445
+ <line number="223" hits="0" branch="false"/>
446
+ <line number="226" hits="0" branch="true" condition-coverage="0% (0/2)"/>
432
447
  <line number="227" hits="0" branch="false"/>
433
- <line number="228" hits="0" branch="false"/>
448
+ <line number="228" hits="0" branch="true" condition-coverage="0% (0/2)"/>
449
+ <line number="230" hits="0" branch="false"/>
434
450
  <line number="231" hits="0" branch="false"/>
451
+ <line number="232" hits="0" branch="false"/>
452
+ <line number="236" hits="0" branch="true" condition-coverage="0% (0/2)"/>
453
+ <line number="237" hits="0" branch="false"/>
454
+ <line number="238" hits="0" branch="true" condition-coverage="0% (0/2)"/>
455
+ <line number="240" hits="0" branch="false"/>
456
+ <line number="242" hits="0" branch="false"/>
457
+ <line number="245" hits="0" branch="false"/>
458
+ <line number="246" hits="0" branch="false"/>
459
+ <line number="249" hits="0" branch="false"/>
460
+ <line number="251" hits="2" branch="false"/>
461
+ <line number="252" hits="2" branch="false"/>
462
+ <line number="253" hits="0" branch="true" condition-coverage="0% (0/2)"/>
463
+ <line number="255" hits="0" branch="false"/>
464
+ <line number="259" hits="0" branch="false"/>
435
465
  </lines>
436
466
  </class>
437
467
  <class name="ListBoxOption.vue" filename="src/components/inputs/combobox/vue-components/ListBoxOption.vue" line-rate="1" branch-rate="0.5">
@@ -502,7 +502,7 @@ export default accordion;
502
502
  <div class='footer quiet pad2 space-top1 center small'>
503
503
  Code coverage generated by
504
504
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
505
- at Mon Jul 26 2021 12:19:32 GMT+0000 (Coordinated Universal Time)
505
+ at Thu Aug 05 2021 11:34:37 GMT+0000 (Coordinated Universal Time)
506
506
  </div>
507
507
  </div>
508
508
  <script src="../../prettify.js"></script>
@@ -95,7 +95,7 @@
95
95
  <div class='footer quiet pad2 space-top1 center small'>
96
96
  Code coverage generated by
97
97
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
98
- at Mon Jul 26 2021 12:19:32 GMT+0000 (Coordinated Universal Time)
98
+ at Thu Aug 05 2021 11:34:37 GMT+0000 (Coordinated Universal Time)
99
99
  </div>
100
100
  </div>
101
101
  <script src="../../prettify.js"></script>
@@ -151,7 +151,7 @@ export default button;
151
151
  <div class='footer quiet pad2 space-top1 center small'>
152
152
  Code coverage generated by
153
153
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
154
- at Mon Jul 26 2021 12:19:32 GMT+0000 (Coordinated Universal Time)
154
+ at Thu Aug 05 2021 11:34:37 GMT+0000 (Coordinated Universal Time)
155
155
  </div>
156
156
  </div>
157
157
  <script src="../../prettify.js"></script>
@@ -95,7 +95,7 @@
95
95
  <div class='footer quiet pad2 space-top1 center small'>
96
96
  Code coverage generated by
97
97
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
98
- at Mon Jul 26 2021 12:19:32 GMT+0000 (Coordinated Universal Time)
98
+ at Thu Aug 05 2021 11:34:37 GMT+0000 (Coordinated Universal Time)
99
99
  </div>
100
100
  </div>
101
101
  <script src="../../prettify.js"></script>
@@ -112,7 +112,7 @@ export default {
112
112
  <div class='footer quiet pad2 space-top1 center small'>
113
113
  Code coverage generated by
114
114
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
115
- at Mon Jul 26 2021 12:19:32 GMT+0000 (Coordinated Universal Time)
115
+ at Thu Aug 05 2021 11:34:37 GMT+0000 (Coordinated Universal Time)
116
116
  </div>
117
117
  </div>
118
118
  <script src="../../../prettify.js"></script>
@@ -95,7 +95,7 @@
95
95
  <div class='footer quiet pad2 space-top1 center small'>
96
96
  Code coverage generated by
97
97
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
98
- at Mon Jul 26 2021 12:19:32 GMT+0000 (Coordinated Universal Time)
98
+ at Thu Aug 05 2021 11:34:37 GMT+0000 (Coordinated Universal Time)
99
99
  </div>
100
100
  </div>
101
101
  <script src="../../../prettify.js"></script>