@madgex/design-system 3.6.2 → 3.7.1

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/cobertura-coverage.xml +208 -130
  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 +57 -9
  9. package/coverage/components/inputs/combobox/vue-components/ComboboxInput.vue.html +215 -0
  10. package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
  11. package/coverage/components/inputs/combobox/vue-components/index.html +32 -17
  12. package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
  13. package/coverage/components/inputs/file-upload/index.html +1 -1
  14. package/coverage/components/inputs/textarea/character-count.js.html +1 -1
  15. package/coverage/components/inputs/textarea/index.html +1 -1
  16. package/coverage/components/modal/index.html +1 -1
  17. package/coverage/components/modal/modal.js.html +1 -1
  18. package/coverage/components/notification/index.html +1 -1
  19. package/coverage/components/notification/notification.js.html +1 -1
  20. package/coverage/components/popover/index.html +1 -1
  21. package/coverage/components/popover/popover.js.html +1 -1
  22. package/coverage/components/switch-state/index.html +1 -1
  23. package/coverage/components/switch-state/switch-state.js.html +1 -1
  24. package/coverage/components/tabs/index.html +1 -1
  25. package/coverage/components/tabs/tabs.js.html +1 -1
  26. package/coverage/index.html +22 -22
  27. package/coverage/js/common.js.html +1 -1
  28. package/coverage/js/fractal-scripts/combobox.js.html +99 -15
  29. package/coverage/js/fractal-scripts/index.html +9 -9
  30. package/coverage/js/fractal-scripts/notification.js.html +1 -1
  31. package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
  32. package/coverage/js/index-fractal.js.html +1 -1
  33. package/coverage/js/index-polyfills.js.html +1 -1
  34. package/coverage/js/index-vue.js.html +1 -1
  35. package/coverage/js/index.html +1 -1
  36. package/coverage/js/index.js.html +1 -1
  37. package/coverage/js/polyfills/arrayPrototypeFind.js.html +1 -1
  38. package/coverage/js/polyfills/closest.js.html +1 -1
  39. package/coverage/js/polyfills/index.html +1 -1
  40. package/coverage/js/polyfills/objectAssign.js.html +1 -1
  41. package/coverage/js/polyfills/remove.js.html +1 -1
  42. package/coverage/tokens/_config.js.html +1 -1
  43. package/coverage/tokens/index.html +1 -1
  44. package/dist/_tokens/css/_tokens.css +1 -1
  45. package/dist/_tokens/js/_tokens-module.js +1 -1
  46. package/dist/_tokens/scss/_tokens.scss +1 -1
  47. package/dist/css/index.css +1 -1
  48. package/dist/js/index.js +1 -1
  49. package/package.json +4 -4
  50. package/src/components/inputs/combobox/README.md +7 -0
  51. package/src/components/inputs/combobox/combobox.config.js +14 -0
  52. package/src/components/inputs/combobox/combobox.njk +10 -1
  53. package/src/components/inputs/combobox/combobox.scss +12 -0
  54. package/src/components/inputs/combobox/vue-components/Combobox.vue +16 -0
  55. package/src/components/inputs/combobox/vue-components/ComboboxClear.vue +21 -0
  56. package/src/components/inputs/combobox/vue-components/ComboboxInput.vue +6 -0
  57. package/src/js/fractal-scripts/combobox.js +37 -9
@@ -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="543" lines-covered="97" line-rate="0.17859999999999998" branches-valid="171" branches-covered="29" branch-rate="0.1696" timestamp="1645626638940" complexity="0" version="0.1">
3
+ <coverage lines-valid="570" lines-covered="99" line-rate="0.17370000000000002" branches-valid="177" branches-covered="30" branch-rate="0.16949999999999998" timestamp="1650375697103" 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,269 +207,298 @@
207
207
  </class>
208
208
  </classes>
209
209
  </package>
210
- <package name="components.inputs.combobox.vue-components" line-rate="0.6627" branch-rate="0.5">
210
+ <package name="components.inputs.combobox.vue-components" line-rate="0.6264" branch-rate="0.5">
211
211
  <classes>
212
- <class name="Combobox.vue" filename="src/components/inputs/combobox/vue-components/Combobox.vue" line-rate="0.6364" branch-rate="0.5">
212
+ <class name="Combobox.vue" filename="src/components/inputs/combobox/vue-components/Combobox.vue" line-rate="0.6071" branch-rate="0.5">
213
213
  <methods>
214
214
  <method name="_default" hits="0" signature="()V">
215
215
  <lines>
216
- <line number="75" hits="0"/>
216
+ <line number="79" hits="0"/>
217
217
  </lines>
218
218
  </method>
219
219
  <method name="data" hits="5" signature="()V">
220
220
  <lines>
221
- <line number="94" hits="5"/>
221
+ <line number="98" hits="5"/>
222
222
  </lines>
223
223
  </method>
224
224
  <method name="provide" hits="5" signature="()V">
225
225
  <lines>
226
- <line number="103" hits="5"/>
226
+ <line number="107" hits="5"/>
227
227
  </lines>
228
228
  </method>
229
229
  <method name="get" hits="9" signature="()V">
230
230
  <lines>
231
- <line number="111" hits="9"/>
231
+ <line number="116" hits="9"/>
232
232
  </lines>
233
233
  </method>
234
234
  <method name="set" hits="3" signature="()V">
235
235
  <lines>
236
- <line number="118" hits="3"/>
236
+ <line number="123" hits="3"/>
237
237
  </lines>
238
238
  </method>
239
239
  <method name="get" hits="6" signature="()V">
240
240
  <lines>
241
- <line number="130" hits="6"/>
241
+ <line number="135" hits="6"/>
242
242
  </lines>
243
243
  </method>
244
244
  <method name="set" hits="4" signature="()V">
245
245
  <lines>
246
- <line number="133" hits="4"/>
246
+ <line number="138" hits="4"/>
247
247
  </lines>
248
248
  </method>
249
249
  <method name="get" hits="6" signature="()V">
250
250
  <lines>
251
- <line number="138" hits="6"/>
251
+ <line number="143" hits="6"/>
252
252
  </lines>
253
253
  </method>
254
254
  <method name="set" hits="4" signature="()V">
255
255
  <lines>
256
- <line number="141" hits="4"/>
256
+ <line number="146" hits="4"/>
257
257
  </lines>
258
258
  </method>
259
259
  <method name="visibleOptions" hits="9" signature="()V">
260
260
  <lines>
261
- <line number="147" hits="9"/>
261
+ <line number="152" hits="9"/>
262
262
  </lines>
263
263
  </method>
264
264
  <method name="(anonymous_11)" hits="16" signature="()V">
265
265
  <lines>
266
- <line number="149" hits="16"/>
266
+ <line number="154" hits="16"/>
267
267
  </lines>
268
268
  </method>
269
269
  <method name="listBoxId" hits="5" signature="()V">
270
270
  <lines>
271
- <line number="154" hits="5"/>
271
+ <line number="159" hits="5"/>
272
272
  </lines>
273
273
  </method>
274
274
  <method name="optionId" hits="5" signature="()V">
275
275
  <lines>
276
- <line number="157" hits="5"/>
276
+ <line number="162" hits="5"/>
277
277
  </lines>
278
278
  </method>
279
279
  <method name="describedBy" hits="5" signature="()V">
280
280
  <lines>
281
- <line number="160" hits="5"/>
281
+ <line number="165" hits="5"/>
282
282
  </lines>
283
283
  </method>
284
284
  <method name="isLoading" hits="5" signature="()V">
285
285
  <lines>
286
- <line number="163" hits="5"/>
286
+ <line number="168" hits="5"/>
287
287
  </lines>
288
288
  </method>
289
289
  <method name="selectedOptionId" hits="9" signature="()V">
290
290
  <lines>
291
- <line number="166" hits="9"/>
291
+ <line number="171" hits="9"/>
292
292
  </lines>
293
293
  </method>
294
294
  <method name="listBoxHidden" hits="6" signature="()V">
295
295
  <lines>
296
- <line number="175" hits="6"/>
296
+ <line number="180" hits="6"/>
297
297
  </lines>
298
298
  </method>
299
299
  <method name="lastOptionIndex" hits="0" signature="()V">
300
300
  <lines>
301
- <line number="178" hits="0"/>
301
+ <line number="183" hits="0"/>
302
302
  </lines>
303
303
  </method>
304
304
  <method name="ariaExpanded" hits="6" signature="()V">
305
305
  <lines>
306
- <line number="181" hits="6"/>
306
+ <line number="186" hits="6"/>
307
307
  </lines>
308
308
  </method>
309
309
  <method name="ariaInvalid" hits="5" signature="()V">
310
310
  <lines>
311
- <line number="185" hits="5"/>
311
+ <line number="190" hits="5"/>
312
312
  </lines>
313
313
  </method>
314
314
  <method name="i18nText" hits="5" signature="()V">
315
315
  <lines>
316
- <line number="188" hits="5"/>
316
+ <line number="193" hits="5"/>
317
317
  </lines>
318
318
  </method>
319
319
  <method name="makeActive" hits="1" signature="()V">
320
320
  <lines>
321
- <line number="201" hits="1"/>
321
+ <line number="207" hits="1"/>
322
322
  </lines>
323
323
  </method>
324
324
  <method name="makeInactive" hits="3" signature="()V">
325
325
  <lines>
326
- <line number="204" hits="3"/>
326
+ <line number="210" hits="3"/>
327
327
  </lines>
328
328
  </method>
329
329
  <method name="handleChange" hits="3" signature="()V">
330
330
  <lines>
331
- <line number="207" hits="3"/>
331
+ <line number="213" hits="3"/>
332
332
  </lines>
333
333
  </method>
334
334
  <method name="handleFocus" hits="0" signature="()V">
335
335
  <lines>
336
- <line number="215" hits="0"/>
336
+ <line number="222" hits="0"/>
337
+ </lines>
338
+ </method>
339
+ <method name="handleClear" hits="0" signature="()V">
340
+ <lines>
341
+ <line number="228" hits="0"/>
342
+ </lines>
343
+ </method>
344
+ <method name="clearField" hits="0" signature="()V">
345
+ <lines>
346
+ <line number="232" hits="0"/>
337
347
  </lines>
338
348
  </method>
339
349
  <method name="clickOption" hits="1" signature="()V">
340
350
  <lines>
341
- <line number="221" hits="1"/>
351
+ <line number="237" hits="1"/>
342
352
  </lines>
343
353
  </method>
344
354
  <method name="chooseOption" hits="0" signature="()V">
345
355
  <lines>
346
- <line number="225" hits="0"/>
356
+ <line number="241" hits="0"/>
347
357
  </lines>
348
358
  </method>
349
359
  <method name="hiddenGuard" hits="0" signature="()V">
350
360
  <lines>
351
- <line number="230" hits="0"/>
361
+ <line number="246" hits="0"/>
352
362
  </lines>
353
363
  </method>
354
364
  <method name="onInputBlur" hits="0" signature="()V">
355
365
  <lines>
356
- <line number="234" hits="0"/>
366
+ <line number="250" hits="0"/>
357
367
  </lines>
358
368
  </method>
359
369
  <method name="onKeyDown" hits="0" signature="()V">
360
370
  <lines>
361
- <line number="238" hits="0"/>
371
+ <line number="254" hits="0"/>
362
372
  </lines>
363
373
  </method>
364
374
  <method name="onKeyUp" hits="0" signature="()V">
365
375
  <lines>
366
- <line number="248" hits="0"/>
376
+ <line number="264" hits="0"/>
367
377
  </lines>
368
378
  </method>
369
379
  <method name="onKeyHome" hits="0" signature="()V">
370
380
  <lines>
371
- <line number="258" hits="0"/>
381
+ <line number="274" hits="0"/>
372
382
  </lines>
373
383
  </method>
374
384
  <method name="onKeyEnd" hits="0" signature="()V">
375
385
  <lines>
376
- <line number="261" hits="0"/>
386
+ <line number="277" hits="0"/>
377
387
  </lines>
378
388
  </method>
379
389
  <method name="updateCount" hits="3" signature="()V">
380
390
  <lines>
381
- <line number="264" hits="3"/>
391
+ <line number="280" hits="3"/>
382
392
  </lines>
383
393
  </method>
384
- <method name="(anonymous_35)" hits="0" signature="()V">
394
+ <method name="(anonymous_37)" hits="0" signature="()V">
385
395
  <lines>
386
- <line number="266" hits="0"/>
396
+ <line number="282" hits="0"/>
387
397
  </lines>
388
398
  </method>
389
399
  <method name="clearCount" hits="3" signature="()V">
390
400
  <lines>
391
- <line number="273" hits="3"/>
401
+ <line number="289" hits="3"/>
392
402
  </lines>
393
403
  </method>
394
404
  </methods>
395
405
  <lines>
396
- <line number="45" hits="1" branch="false"/>
397
- <line number="46" hits="1" branch="false"/>
398
406
  <line number="47" hits="1" branch="false"/>
399
- <line number="75" hits="0" branch="false"/>
400
- <line number="95" hits="5" branch="false"/>
401
- <line number="104" hits="5" branch="false"/>
402
- <line number="112" hits="9" branch="true" condition-coverage="100% (2/2)"/>
403
- <line number="113" hits="1" branch="false"/>
404
- <line number="116" hits="8" branch="false"/>
405
- <line number="120" hits="3" branch="false"/>
406
- <line number="121" hits="3" branch="true" condition-coverage="50% (1/2)"/>
407
- <line number="122" hits="3" branch="false"/>
408
- <line number="123" hits="3" branch="false"/>
409
- <line number="124" hits="3" branch="true" condition-coverage="100% (2/2)"/>
410
- <line number="125" hits="2" branch="false"/>
411
- <line number="131" hits="6" branch="false"/>
412
- <line number="134" hits="4" branch="false"/>
413
- <line number="139" hits="6" branch="false"/>
414
- <line number="142" hits="4" branch="false"/>
415
- <line number="143" hits="4" branch="false"/>
416
- <line number="144" hits="4" branch="false"/>
417
- <line number="147" hits="9" branch="false"/>
418
- <line number="148" hits="9" branch="true" condition-coverage="100% (2/2)"/>
419
- <line number="149" hits="24" branch="false"/>
420
- <line number="152" hits="1" branch="false"/>
421
- <line number="155" hits="5" branch="false"/>
422
- <line number="158" hits="5" branch="false"/>
423
- <line number="161" hits="5" branch="false"/>
424
- <line number="164" hits="5" branch="true" condition-coverage="50% (1/2)"/>
425
- <line number="167" hits="9" branch="false"/>
426
- <line number="169" hits="9" branch="true" condition-coverage="100% (2/2)"/>
427
- <line number="170" hits="1" branch="false"/>
428
- <line number="173" hits="8" branch="false"/>
429
- <line number="176" hits="6" branch="false"/>
430
- <line number="179" hits="0" branch="false"/>
431
- <line number="183" hits="6" branch="true" condition-coverage="100% (2/2)"/>
432
- <line number="186" hits="5" branch="true" condition-coverage="50% (1/2)"/>
433
- <line number="189" hits="5" branch="true" condition-coverage="50% (1/2)"/>
434
- <line number="202" hits="1" branch="false"/>
435
- <line number="205" hits="3" branch="false"/>
436
- <line number="208" hits="3" branch="true" condition-coverage="100% (2/2)"/>
437
- <line number="209" hits="1" branch="false"/>
438
- <line number="210" hits="1" branch="false"/>
439
- <line number="212" hits="2" branch="false"/>
440
- <line number="216" hits="0" branch="false"/>
441
- <line number="217" hits="0" branch="true" condition-coverage="0% (0/2)"/>
442
- <line number="218" hits="0" branch="false"/>
443
- <line number="221" hits="1" branch="true" condition-coverage="100% (2/2)"/>
444
- <line number="222" hits="1" branch="false"/>
445
- <line number="223" hits="1" branch="false"/>
446
- <line number="226" hits="0" branch="false"/>
447
- <line number="227" hits="0" branch="false"/>
448
- <line number="228" hits="0" branch="false"/>
449
- <line number="231" hits="0" branch="true" condition-coverage="0% (0/2)"/>
450
- <line number="232" hits="0" branch="false"/>
407
+ <line number="48" hits="1" branch="false"/>
408
+ <line number="49" hits="1" branch="false"/>
409
+ <line number="50" hits="1" branch="false"/>
410
+ <line number="79" hits="0" branch="false"/>
411
+ <line number="99" hits="5" branch="false"/>
412
+ <line number="108" hits="5" branch="false"/>
413
+ <line number="117" hits="9" branch="true" condition-coverage="100% (2/2)"/>
414
+ <line number="118" hits="1" branch="false"/>
415
+ <line number="121" hits="8" branch="false"/>
416
+ <line number="125" hits="3" branch="false"/>
417
+ <line number="126" hits="3" branch="true" condition-coverage="50% (1/2)"/>
418
+ <line number="127" hits="3" branch="false"/>
419
+ <line number="128" hits="3" branch="false"/>
420
+ <line number="129" hits="3" branch="true" condition-coverage="100% (2/2)"/>
421
+ <line number="130" hits="2" branch="false"/>
422
+ <line number="136" hits="6" branch="false"/>
423
+ <line number="139" hits="4" branch="false"/>
424
+ <line number="144" hits="6" branch="false"/>
425
+ <line number="147" hits="4" branch="false"/>
426
+ <line number="148" hits="4" branch="false"/>
427
+ <line number="149" hits="4" branch="false"/>
428
+ <line number="152" hits="9" branch="false"/>
429
+ <line number="153" hits="9" branch="true" condition-coverage="100% (2/2)"/>
430
+ <line number="154" hits="24" branch="false"/>
431
+ <line number="157" hits="1" branch="false"/>
432
+ <line number="160" hits="5" branch="false"/>
433
+ <line number="163" hits="5" branch="false"/>
434
+ <line number="166" hits="5" branch="false"/>
435
+ <line number="169" hits="5" branch="true" condition-coverage="50% (1/2)"/>
436
+ <line number="172" hits="9" branch="false"/>
437
+ <line number="174" hits="9" branch="true" condition-coverage="100% (2/2)"/>
438
+ <line number="175" hits="1" branch="false"/>
439
+ <line number="178" hits="8" branch="false"/>
440
+ <line number="181" hits="6" branch="false"/>
441
+ <line number="184" hits="0" branch="false"/>
442
+ <line number="188" hits="6" branch="true" condition-coverage="100% (2/2)"/>
443
+ <line number="191" hits="5" branch="true" condition-coverage="50% (1/2)"/>
444
+ <line number="194" hits="5" branch="true" condition-coverage="50% (1/2)"/>
445
+ <line number="208" hits="1" branch="false"/>
446
+ <line number="211" hits="3" branch="false"/>
447
+ <line number="214" hits="3" branch="true" condition-coverage="50% (1/2)"/>
448
+ <line number="215" hits="3" branch="true" condition-coverage="100% (2/2)"/>
449
+ <line number="216" hits="1" branch="false"/>
450
+ <line number="217" hits="1" branch="false"/>
451
+ <line number="219" hits="2" branch="false"/>
452
+ <line number="223" hits="0" branch="false"/>
453
+ <line number="224" hits="0" branch="true" condition-coverage="0% (0/2)"/>
454
+ <line number="225" hits="0" branch="false"/>
455
+ <line number="229" hits="0" branch="false"/>
456
+ <line number="230" hits="0" branch="false"/>
457
+ <line number="233" hits="0" branch="false"/>
458
+ <line number="234" hits="0" branch="false"/>
451
459
  <line number="235" hits="0" branch="false"/>
452
- <line number="236" hits="0" branch="false"/>
453
- <line number="239" hits="0" branch="true" condition-coverage="0% (0/2)"/>
454
- <line number="240" hits="0" branch="false"/>
455
- <line number="241" hits="0" branch="true" condition-coverage="0% (0/2)"/>
460
+ <line number="237" hits="1" branch="true" condition-coverage="100% (2/2)"/>
461
+ <line number="238" hits="1" branch="false"/>
462
+ <line number="239" hits="1" branch="false"/>
463
+ <line number="242" hits="0" branch="false"/>
456
464
  <line number="243" hits="0" branch="false"/>
457
465
  <line number="244" hits="0" branch="false"/>
458
- <line number="245" hits="0" branch="false"/>
459
- <line number="249" hits="0" branch="true" condition-coverage="0% (0/2)"/>
460
- <line number="250" hits="0" branch="false"/>
461
- <line number="251" hits="0" branch="true" condition-coverage="0% (0/2)"/>
462
- <line number="253" hits="0" branch="false"/>
463
- <line number="255" hits="0" branch="false"/>
464
- <line number="258" hits="0" branch="false"/>
466
+ <line number="247" hits="0" branch="true" condition-coverage="0% (0/2)"/>
467
+ <line number="248" hits="0" branch="false"/>
468
+ <line number="251" hits="0" branch="false"/>
469
+ <line number="252" hits="0" branch="false"/>
470
+ <line number="255" hits="0" branch="true" condition-coverage="0% (0/2)"/>
471
+ <line number="256" hits="0" branch="false"/>
472
+ <line number="257" hits="0" branch="true" condition-coverage="0% (0/2)"/>
465
473
  <line number="259" hits="0" branch="false"/>
466
- <line number="262" hits="0" branch="false"/>
467
- <line number="264" hits="3" branch="false"/>
468
- <line number="265" hits="3" branch="false"/>
469
- <line number="266" hits="3" branch="false"/>
474
+ <line number="260" hits="0" branch="false"/>
475
+ <line number="261" hits="0" branch="false"/>
476
+ <line number="265" hits="0" branch="true" condition-coverage="0% (0/2)"/>
477
+ <line number="266" hits="0" branch="false"/>
470
478
  <line number="267" hits="0" branch="true" condition-coverage="0% (0/2)"/>
471
- <line number="270" hits="0" branch="false"/>
472
- <line number="274" hits="3" branch="false"/>
479
+ <line number="269" hits="0" branch="false"/>
480
+ <line number="271" hits="0" branch="false"/>
481
+ <line number="274" hits="0" branch="false"/>
482
+ <line number="275" hits="0" branch="false"/>
483
+ <line number="278" hits="0" branch="false"/>
484
+ <line number="280" hits="3" branch="false"/>
485
+ <line number="281" hits="3" branch="false"/>
486
+ <line number="282" hits="3" branch="false"/>
487
+ <line number="283" hits="0" branch="true" condition-coverage="0% (0/2)"/>
488
+ <line number="286" hits="0" branch="false"/>
489
+ <line number="290" hits="3" branch="false"/>
490
+ </lines>
491
+ </class>
492
+ <class name="ComboboxInput.vue" filename="src/components/inputs/combobox/vue-components/ComboboxInput.vue" line-rate="0" branch-rate="1">
493
+ <methods>
494
+ <method name="focusInput" hits="0" signature="()V">
495
+ <lines>
496
+ <line number="39" hits="0"/>
497
+ </lines>
498
+ </method>
499
+ </methods>
500
+ <lines>
501
+ <line number="40" hits="0" branch="false"/>
473
502
  </lines>
474
503
  </class>
475
504
  <class name="ListBoxOption.vue" filename="src/components/inputs/combobox/vue-components/ListBoxOption.vue" line-rate="1" branch-rate="0.5">
@@ -1211,7 +1240,7 @@
1211
1240
  <classes>
1212
1241
  <class name="combobox.js" filename="src/js/fractal-scripts/combobox.js" line-rate="0" branch-rate="0">
1213
1242
  <methods>
1214
- <method name="bindToSelect" hits="0" signature="()V">
1243
+ <method name="bindToLocationSelect" hits="0" signature="()V">
1215
1244
  <lines>
1216
1245
  <line number="3" hits="0"/>
1217
1246
  </lines>
@@ -1221,34 +1250,64 @@
1221
1250
  <line number="11" hits="0"/>
1222
1251
  </lines>
1223
1252
  </method>
1224
- <method name="bindToApi" hits="0" signature="()V">
1253
+ <method name="bindToSalarySelect" hits="0" signature="()V">
1225
1254
  <lines>
1226
- <line number="22" hits="0"/>
1255
+ <line number="15" hits="0"/>
1227
1256
  </lines>
1228
1257
  </method>
1229
1258
  <method name="(anonymous_3)" hits="0" signature="()V">
1230
1259
  <lines>
1231
- <line number="29" hits="0"/>
1260
+ <line number="23" hits="0"/>
1232
1261
  </lines>
1233
1262
  </method>
1234
- <method name="(anonymous_4)" hits="0" signature="()V">
1263
+ <method name="setSalaryHiddenField" hits="0" signature="()V">
1235
1264
  <lines>
1236
- <line number="34" hits="0"/>
1265
+ <line number="27" hits="0"/>
1237
1266
  </lines>
1238
1267
  </method>
1239
1268
  <method name="(anonymous_5)" hits="0" signature="()V">
1240
1269
  <lines>
1241
- <line number="35" hits="0"/>
1270
+ <line number="31" hits="0"/>
1242
1271
  </lines>
1243
1272
  </method>
1244
- <method name="(anonymous_6)" hits="0" signature="()V">
1273
+ <method name="clearSalaryHiddenField" hits="0" signature="()V">
1245
1274
  <lines>
1246
- <line number="36" hits="0"/>
1275
+ <line number="37" hits="0"/>
1247
1276
  </lines>
1248
1277
  </method>
1249
1278
  <method name="(anonymous_7)" hits="0" signature="()V">
1250
1279
  <lines>
1251
- <line number="50" hits="0"/>
1280
+ <line number="41" hits="0"/>
1281
+ </lines>
1282
+ </method>
1283
+ <method name="bindToApi" hits="0" signature="()V">
1284
+ <lines>
1285
+ <line number="47" hits="0"/>
1286
+ </lines>
1287
+ </method>
1288
+ <method name="(anonymous_9)" hits="0" signature="()V">
1289
+ <lines>
1290
+ <line number="54" hits="0"/>
1291
+ </lines>
1292
+ </method>
1293
+ <method name="(anonymous_10)" hits="0" signature="()V">
1294
+ <lines>
1295
+ <line number="59" hits="0"/>
1296
+ </lines>
1297
+ </method>
1298
+ <method name="(anonymous_11)" hits="0" signature="()V">
1299
+ <lines>
1300
+ <line number="60" hits="0"/>
1301
+ </lines>
1302
+ </method>
1303
+ <method name="(anonymous_12)" hits="0" signature="()V">
1304
+ <lines>
1305
+ <line number="61" hits="0"/>
1306
+ </lines>
1307
+ </method>
1308
+ <method name="(anonymous_13)" hits="0" signature="()V">
1309
+ <lines>
1310
+ <line number="75" hits="0"/>
1252
1311
  </lines>
1253
1312
  </method>
1254
1313
  </methods>
@@ -1260,22 +1319,41 @@
1260
1319
  <line number="8" hits="0" branch="false"/>
1261
1320
  <line number="9" hits="0" branch="false"/>
1262
1321
  <line number="11" hits="0" branch="false"/>
1322
+ <line number="16" hits="0" branch="false"/>
1323
+ <line number="18" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1324
+ <line number="19" hits="0" branch="false"/>
1325
+ <line number="20" hits="0" branch="false"/>
1326
+ <line number="21" hits="0" branch="false"/>
1263
1327
  <line number="23" hits="0" branch="false"/>
1264
- <line number="25" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1265
- <line number="26" hits="0" branch="false"/>
1266
1328
  <line number="28" hits="0" branch="false"/>
1267
1329
  <line number="29" hits="0" branch="false"/>
1268
- <line number="30" hits="0" branch="false"/>
1269
- <line number="32" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1270
- <line number="33" hits="0" branch="false"/>
1271
- <line number="34" hits="0" branch="false"/>
1272
- <line number="36" hits="0" branch="false"/>
1330
+ <line number="31" hits="0" branch="false"/>
1331
+ <line number="32" hits="0" branch="false"/>
1332
+ <line number="33" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1273
1333
  <line number="38" hits="0" branch="false"/>
1274
1334
  <line number="39" hits="0" branch="false"/>
1335
+ <line number="41" hits="0" branch="false"/>
1336
+ <line number="42" hits="0" branch="false"/>
1275
1337
  <line number="43" hits="0" branch="false"/>
1276
- <line number="49" hits="0" branch="false"/>
1338
+ <line number="48" hits="0" branch="false"/>
1339
+ <line number="50" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1277
1340
  <line number="51" hits="0" branch="false"/>
1278
- <line number="52" hits="0" branch="false"/>
1341
+ <line number="53" hits="0" branch="false"/>
1342
+ <line number="54" hits="0" branch="false"/>
1343
+ <line number="55" hits="0" branch="false"/>
1344
+ <line number="57" hits="0" branch="true" condition-coverage="0% (0/4)"/>
1345
+ <line number="58" hits="0" branch="false"/>
1346
+ <line number="59" hits="0" branch="false"/>
1347
+ <line number="61" hits="0" branch="false"/>
1348
+ <line number="63" hits="0" branch="false"/>
1349
+ <line number="64" hits="0" branch="false"/>
1350
+ <line number="68" hits="0" branch="false"/>
1351
+ <line number="74" hits="0" branch="false"/>
1352
+ <line number="76" hits="0" branch="false"/>
1353
+ <line number="77" hits="0" branch="false"/>
1354
+ <line number="78" hits="0" branch="false"/>
1355
+ <line number="79" hits="0" branch="false"/>
1356
+ <line number="80" hits="0" branch="false"/>
1279
1357
  </lines>
1280
1358
  </class>
1281
1359
  <class name="notification.js" filename="src/js/fractal-scripts/notification.js" line-rate="0" branch-rate="1">
@@ -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 Wed Feb 23 2022 14:30:38 GMT+0000 (Coordinated Universal Time)
505
+ at Tue Apr 19 2022 13:41: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 Wed Feb 23 2022 14:30:38 GMT+0000 (Coordinated Universal Time)
98
+ at Tue Apr 19 2022 13:41: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 Wed Feb 23 2022 14:30:38 GMT+0000 (Coordinated Universal Time)
154
+ at Tue Apr 19 2022 13:41: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 Wed Feb 23 2022 14:30:38 GMT+0000 (Coordinated Universal Time)
98
+ at Tue Apr 19 2022 13:41: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 Wed Feb 23 2022 14:30:38 GMT+0000 (Coordinated Universal Time)
115
+ at Tue Apr 19 2022 13:41:37 GMT+0000 (Coordinated Universal Time)
116
116
  </div>
117
117
  </div>
118
118
  <script src="../../../prettify.js"></script>