@madgex/design-system 1.65.1 → 1.65.2

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 (50) hide show
  1. package/coverage/cobertura-coverage.xml +96 -96
  2. package/coverage/components/accordion/accordion.js.html +1 -1
  3. package/coverage/components/accordion/index.html +1 -1
  4. package/coverage/components/inputs/combobox/combobox.js.html +1 -1
  5. package/coverage/components/inputs/combobox/index.html +1 -1
  6. package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +17 -2
  7. package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
  8. package/coverage/components/inputs/combobox/vue-components/index.html +1 -1
  9. package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
  10. package/coverage/components/inputs/file-upload/index.html +1 -1
  11. package/coverage/components/inputs/textarea/character-count.js.html +1 -1
  12. package/coverage/components/inputs/textarea/index.html +1 -1
  13. package/coverage/components/modal/index.html +1 -1
  14. package/coverage/components/modal/modal.js.html +1 -1
  15. package/coverage/components/notification/index.html +1 -1
  16. package/coverage/components/notification/notification.js.html +1 -1
  17. package/coverage/components/popover/index.html +1 -1
  18. package/coverage/components/popover/popover.js.html +1 -1
  19. package/coverage/components/switch-state/index.html +1 -1
  20. package/coverage/components/switch-state/switch-state.js.html +1 -1
  21. package/coverage/components/tabs/index.html +1 -1
  22. package/coverage/components/tabs/tabs.js.html +1 -1
  23. package/coverage/index.html +1 -1
  24. package/coverage/js/common.js.html +1 -1
  25. package/coverage/js/fractal-scripts/combobox.js.html +1 -1
  26. package/coverage/js/fractal-scripts/index.html +1 -1
  27. package/coverage/js/fractal-scripts/notification.js.html +1 -1
  28. package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
  29. package/coverage/js/index-fractal.js.html +1 -1
  30. package/coverage/js/index-polyfills.js.html +1 -1
  31. package/coverage/js/index-vue.js.html +1 -1
  32. package/coverage/js/index.html +1 -1
  33. package/coverage/js/index.js.html +1 -1
  34. package/coverage/js/polyfills/arrayPrototypeFind.js.html +1 -1
  35. package/coverage/js/polyfills/closest.js.html +1 -1
  36. package/coverage/js/polyfills/index.html +1 -1
  37. package/coverage/js/polyfills/objectAssign.js.html +1 -1
  38. package/coverage/js/polyfills/remove.js.html +1 -1
  39. package/coverage/tokens/_config.js.html +1 -1
  40. package/coverage/tokens/index.html +1 -1
  41. package/dist/_tokens/css/_tokens.css +1 -1
  42. package/dist/_tokens/js/_tokens-module.js +1 -1
  43. package/dist/_tokens/scss/_tokens.scss +1 -1
  44. package/dist/js/index.js +4 -4
  45. package/package.json +4 -5
  46. package/src/components/inputs/combobox/_template.njk +3 -3
  47. package/src/components/inputs/combobox/combobox.config.js +1 -0
  48. package/src/components/inputs/combobox/combobox.njk +1 -0
  49. package/src/components/inputs/combobox/vue-components/Combobox.vue +5 -0
  50. package/src/components/inputs/combobox/vue-components/ComboboxInput.vue +5 -0
@@ -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="517" lines-covered="212" line-rate="0.41009999999999996" branches-valid="161" branches-covered="54" branch-rate="0.3354" timestamp="1606832481434" complexity="0" version="0.1">
3
+ <coverage lines-valid="517" lines-covered="212" line-rate="0.41009999999999996" branches-valid="161" branches-covered="54" branch-rate="0.3354" timestamp="1606911675952" complexity="0" version="0.1">
4
4
  <sources>
5
5
  <source>/var/lib/jenkins/jobs/madgex-design-system/branches/master/workspace</source>
6
6
  </sources>
@@ -162,231 +162,231 @@
162
162
  <methods>
163
163
  <method name="_default" hits="0" signature="()V">
164
164
  <lines>
165
- <line number="77" hits="0"/>
165
+ <line number="78" hits="0"/>
166
166
  </lines>
167
167
  </method>
168
168
  <method name="data" hits="12" signature="()V">
169
169
  <lines>
170
- <line number="92" hits="12"/>
170
+ <line number="97" hits="12"/>
171
171
  </lines>
172
172
  </method>
173
173
  <method name="provide" hits="12" signature="()V">
174
174
  <lines>
175
- <line number="100" hits="12"/>
175
+ <line number="105" hits="12"/>
176
176
  </lines>
177
177
  </method>
178
178
  <method name="get" hits="17" signature="()V">
179
179
  <lines>
180
- <line number="107" hits="17"/>
180
+ <line number="112" hits="17"/>
181
181
  </lines>
182
182
  </method>
183
183
  <method name="set" hits="4" signature="()V">
184
184
  <lines>
185
- <line number="113" hits="4"/>
185
+ <line number="118" hits="4"/>
186
186
  </lines>
187
187
  </method>
188
188
  <method name="get" hits="14" signature="()V">
189
189
  <lines>
190
- <line number="122" hits="14"/>
190
+ <line number="127" hits="14"/>
191
191
  </lines>
192
192
  </method>
193
193
  <method name="set" hits="8" signature="()V">
194
194
  <lines>
195
- <line number="125" hits="8"/>
195
+ <line number="130" hits="8"/>
196
196
  </lines>
197
197
  </method>
198
198
  <method name="get" hits="13" signature="()V">
199
199
  <lines>
200
- <line number="130" hits="13"/>
200
+ <line number="135" hits="13"/>
201
201
  </lines>
202
202
  </method>
203
203
  <method name="set" hits="5" signature="()V">
204
204
  <lines>
205
- <line number="133" hits="5"/>
205
+ <line number="138" hits="5"/>
206
206
  </lines>
207
207
  </method>
208
208
  <method name="visibleOptions" hits="16" signature="()V">
209
209
  <lines>
210
- <line number="139" hits="16"/>
210
+ <line number="144" hits="16"/>
211
211
  </lines>
212
212
  </method>
213
213
  <method name="(anonymous_11)" hits="30" signature="()V">
214
214
  <lines>
215
- <line number="141" hits="30"/>
215
+ <line number="146" hits="30"/>
216
216
  </lines>
217
217
  </method>
218
218
  <method name="labelId" hits="12" signature="()V">
219
219
  <lines>
220
- <line number="145" hits="12"/>
220
+ <line number="150" hits="12"/>
221
221
  </lines>
222
222
  </method>
223
223
  <method name="listBoxId" hits="12" signature="()V">
224
224
  <lines>
225
- <line number="148" hits="12"/>
225
+ <line number="153" hits="12"/>
226
226
  </lines>
227
227
  </method>
228
228
  <method name="optionId" hits="12" signature="()V">
229
229
  <lines>
230
- <line number="151" hits="12"/>
230
+ <line number="156" hits="12"/>
231
231
  </lines>
232
232
  </method>
233
233
  <method name="isLoading" hits="12" signature="()V">
234
234
  <lines>
235
- <line number="154" hits="12"/>
235
+ <line number="159" hits="12"/>
236
236
  </lines>
237
237
  </method>
238
238
  <method name="selectedOptionId" hits="18" signature="()V">
239
239
  <lines>
240
- <line number="157" hits="18"/>
240
+ <line number="162" hits="18"/>
241
241
  </lines>
242
242
  </method>
243
243
  <method name="listBoxHidden" hits="14" signature="()V">
244
244
  <lines>
245
- <line number="164" hits="14"/>
245
+ <line number="169" hits="14"/>
246
246
  </lines>
247
247
  </method>
248
248
  <method name="lastOptionIndex" hits="1" signature="()V">
249
249
  <lines>
250
- <line number="167" hits="1"/>
250
+ <line number="172" hits="1"/>
251
251
  </lines>
252
252
  </method>
253
253
  <method name="resultCount" hits="16" signature="()V">
254
254
  <lines>
255
- <line number="170" hits="16"/>
255
+ <line number="175" hits="16"/>
256
256
  </lines>
257
257
  </method>
258
258
  <method name="ariaExpanded" hits="14" signature="()V">
259
259
  <lines>
260
- <line number="176" hits="14"/>
260
+ <line number="181" hits="14"/>
261
261
  </lines>
262
262
  </method>
263
263
  <method name="ariaInvalid" hits="12" signature="()V">
264
264
  <lines>
265
- <line number="180" hits="12"/>
265
+ <line number="185" hits="12"/>
266
266
  </lines>
267
267
  </method>
268
268
  <method name="makeActive" hits="2" signature="()V">
269
269
  <lines>
270
- <line number="185" hits="2"/>
270
+ <line number="190" hits="2"/>
271
271
  </lines>
272
272
  </method>
273
273
  <method name="makeInactive" hits="3" signature="()V">
274
274
  <lines>
275
- <line number="188" hits="3"/>
275
+ <line number="193" hits="3"/>
276
276
  </lines>
277
277
  </method>
278
278
  <method name="handleChange" hits="4" signature="()V">
279
279
  <lines>
280
- <line number="191" hits="4"/>
280
+ <line number="196" hits="4"/>
281
281
  </lines>
282
282
  </method>
283
283
  <method name="clickOption" hits="1" signature="()V">
284
284
  <lines>
285
- <line number="198" hits="1"/>
285
+ <line number="203" hits="1"/>
286
286
  </lines>
287
287
  </method>
288
288
  <method name="chooseOption" hits="0" signature="()V">
289
289
  <lines>
290
- <line number="202" hits="0"/>
290
+ <line number="207" hits="0"/>
291
291
  </lines>
292
292
  </method>
293
293
  <method name="hiddenGuard" hits="3" signature="()V">
294
294
  <lines>
295
- <line number="206" hits="3"/>
295
+ <line number="211" hits="3"/>
296
296
  </lines>
297
297
  </method>
298
298
  <method name="onInputBlur" hits="0" signature="()V">
299
299
  <lines>
300
- <line number="210" hits="0"/>
300
+ <line number="215" hits="0"/>
301
301
  </lines>
302
302
  </method>
303
303
  <method name="onKeyDown" hits="1" signature="()V">
304
304
  <lines>
305
- <line number="213" hits="1"/>
305
+ <line number="218" hits="1"/>
306
306
  </lines>
307
307
  </method>
308
308
  <method name="onKeyUp" hits="0" signature="()V">
309
309
  <lines>
310
- <line number="222" hits="0"/>
310
+ <line number="227" hits="0"/>
311
311
  </lines>
312
312
  </method>
313
313
  <method name="onKeyHome" hits="1" signature="()V">
314
314
  <lines>
315
- <line number="231" hits="1"/>
315
+ <line number="236" hits="1"/>
316
316
  </lines>
317
317
  </method>
318
318
  <method name="onKeyEnd" hits="1" signature="()V">
319
319
  <lines>
320
- <line number="234" hits="1"/>
320
+ <line number="239" hits="1"/>
321
321
  </lines>
322
322
  </method>
323
323
  </methods>
324
324
  <lines>
325
- <line number="43" hits="1" branch="false"/>
326
325
  <line number="44" hits="1" branch="false"/>
327
326
  <line number="45" hits="1" branch="false"/>
328
- <line number="77" hits="0" branch="false"/>
329
- <line number="93" hits="12" branch="false"/>
330
- <line number="101" hits="12" branch="false"/>
331
- <line number="108" hits="17" branch="true" condition-coverage="100% (2/2)"/>
332
- <line number="109" hits="1" branch="false"/>
333
- <line number="111" hits="16" branch="false"/>
334
- <line number="115" hits="4" branch="false"/>
335
- <line number="116" hits="4" branch="true" condition-coverage="50% (1/2)"/>
336
- <line number="117" hits="4" branch="false"/>
337
- <line number="118" hits="4" branch="false"/>
338
- <line number="123" hits="14" branch="false"/>
339
- <line number="126" hits="8" branch="false"/>
340
- <line number="131" hits="13" branch="false"/>
341
- <line number="134" hits="5" branch="false"/>
342
- <line number="135" hits="5" branch="false"/>
343
- <line number="136" hits="5" branch="false"/>
344
- <line number="139" hits="16" branch="false"/>
345
- <line number="140" hits="16" branch="true" condition-coverage="100% (2/2)"/>
346
- <line number="141" hits="45" branch="false"/>
347
- <line number="143" hits="1" branch="false"/>
348
- <line number="146" hits="12" branch="false"/>
349
- <line number="149" hits="12" branch="false"/>
350
- <line number="152" hits="12" branch="false"/>
351
- <line number="155" hits="12" branch="true" condition-coverage="50% (1/2)"/>
352
- <line number="158" hits="18" branch="false"/>
353
- <line number="159" hits="18" branch="true" condition-coverage="100% (2/2)"/>
354
- <line number="160" hits="2" branch="false"/>
355
- <line number="162" hits="16" branch="false"/>
356
- <line number="165" hits="14" branch="false"/>
357
- <line number="168" hits="1" branch="false"/>
358
- <line number="171" hits="16" branch="true" condition-coverage="50% (1/2)"/>
359
- <line number="172" hits="0" branch="false"/>
360
- <line number="174" hits="16" branch="false"/>
361
- <line number="178" hits="14" branch="true" condition-coverage="100% (2/2)"/>
362
- <line number="181" hits="12" branch="true" condition-coverage="50% (1/2)"/>
363
- <line number="186" hits="2" branch="false"/>
364
- <line number="189" hits="3" branch="false"/>
365
- <line number="192" hits="4" branch="true" condition-coverage="100% (2/2)"/>
366
- <line number="193" hits="2" branch="false"/>
367
- <line number="195" hits="2" branch="false"/>
368
- <line number="198" hits="1" branch="true" condition-coverage="100% (2/2)"/>
369
- <line number="199" hits="1" branch="false"/>
370
- <line number="200" hits="1" branch="false"/>
371
- <line number="203" hits="0" branch="false"/>
372
- <line number="204" hits="0" branch="false"/>
373
- <line number="207" hits="3" branch="true" condition-coverage="50% (1/2)"/>
374
- <line number="208" hits="3" branch="false"/>
375
- <line number="211" hits="0" branch="false"/>
376
- <line number="214" hits="1" branch="true" condition-coverage="50% (1/2)"/>
377
- <line number="215" hits="0" branch="false"/>
378
- <line number="216" hits="0" branch="true" condition-coverage="0% (0/2)"/>
379
- <line number="217" hits="0" branch="false"/>
380
- <line number="218" hits="1" branch="false"/>
381
- <line number="219" hits="1" branch="false"/>
382
- <line number="223" hits="0" branch="true" condition-coverage="0% (0/2)"/>
383
- <line number="224" hits="0" branch="false"/>
384
- <line number="225" hits="0" branch="true" condition-coverage="0% (0/2)"/>
385
- <line number="226" hits="0" branch="false"/>
386
- <line number="228" hits="0" branch="false"/>
387
- <line number="231" hits="1" branch="false"/>
388
- <line number="232" hits="1" branch="false"/>
389
- <line number="235" hits="1" branch="false"/>
327
+ <line number="46" hits="1" branch="false"/>
328
+ <line number="78" hits="0" branch="false"/>
329
+ <line number="98" hits="12" branch="false"/>
330
+ <line number="106" hits="12" branch="false"/>
331
+ <line number="113" hits="17" branch="true" condition-coverage="100% (2/2)"/>
332
+ <line number="114" hits="1" branch="false"/>
333
+ <line number="116" hits="16" branch="false"/>
334
+ <line number="120" hits="4" branch="false"/>
335
+ <line number="121" hits="4" branch="true" condition-coverage="50% (1/2)"/>
336
+ <line number="122" hits="4" branch="false"/>
337
+ <line number="123" hits="4" branch="false"/>
338
+ <line number="128" hits="14" branch="false"/>
339
+ <line number="131" hits="8" branch="false"/>
340
+ <line number="136" hits="13" branch="false"/>
341
+ <line number="139" hits="5" branch="false"/>
342
+ <line number="140" hits="5" branch="false"/>
343
+ <line number="141" hits="5" branch="false"/>
344
+ <line number="144" hits="16" branch="false"/>
345
+ <line number="145" hits="16" branch="true" condition-coverage="100% (2/2)"/>
346
+ <line number="146" hits="45" branch="false"/>
347
+ <line number="148" hits="1" branch="false"/>
348
+ <line number="151" hits="12" branch="false"/>
349
+ <line number="154" hits="12" branch="false"/>
350
+ <line number="157" hits="12" branch="false"/>
351
+ <line number="160" hits="12" branch="true" condition-coverage="50% (1/2)"/>
352
+ <line number="163" hits="18" branch="false"/>
353
+ <line number="164" hits="18" branch="true" condition-coverage="100% (2/2)"/>
354
+ <line number="165" hits="2" branch="false"/>
355
+ <line number="167" hits="16" branch="false"/>
356
+ <line number="170" hits="14" branch="false"/>
357
+ <line number="173" hits="1" branch="false"/>
358
+ <line number="176" hits="16" branch="true" condition-coverage="50% (1/2)"/>
359
+ <line number="177" hits="0" branch="false"/>
360
+ <line number="179" hits="16" branch="false"/>
361
+ <line number="183" hits="14" branch="true" condition-coverage="100% (2/2)"/>
362
+ <line number="186" hits="12" branch="true" condition-coverage="50% (1/2)"/>
363
+ <line number="191" hits="2" branch="false"/>
364
+ <line number="194" hits="3" branch="false"/>
365
+ <line number="197" hits="4" branch="true" condition-coverage="100% (2/2)"/>
366
+ <line number="198" hits="2" branch="false"/>
367
+ <line number="200" hits="2" branch="false"/>
368
+ <line number="203" hits="1" branch="true" condition-coverage="100% (2/2)"/>
369
+ <line number="204" hits="1" branch="false"/>
370
+ <line number="205" hits="1" branch="false"/>
371
+ <line number="208" hits="0" branch="false"/>
372
+ <line number="209" hits="0" branch="false"/>
373
+ <line number="212" hits="3" branch="true" condition-coverage="50% (1/2)"/>
374
+ <line number="213" hits="3" branch="false"/>
375
+ <line number="216" hits="0" branch="false"/>
376
+ <line number="219" hits="1" branch="true" condition-coverage="50% (1/2)"/>
377
+ <line number="220" hits="0" branch="false"/>
378
+ <line number="221" hits="0" branch="true" condition-coverage="0% (0/2)"/>
379
+ <line number="222" hits="0" branch="false"/>
380
+ <line number="223" hits="1" branch="false"/>
381
+ <line number="224" hits="1" branch="false"/>
382
+ <line number="228" hits="0" branch="true" condition-coverage="0% (0/2)"/>
383
+ <line number="229" hits="0" branch="false"/>
384
+ <line number="230" hits="0" branch="true" condition-coverage="0% (0/2)"/>
385
+ <line number="231" hits="0" branch="false"/>
386
+ <line number="233" hits="0" branch="false"/>
387
+ <line number="236" hits="1" branch="false"/>
388
+ <line number="237" hits="1" branch="false"/>
389
+ <line number="240" hits="1" branch="false"/>
390
390
  </lines>
391
391
  </class>
392
392
  <class name="ListBoxOption.vue" filename="src/components/inputs/combobox/vue-components/ListBoxOption.vue" line-rate="1" branch-rate="0.5">
@@ -450,7 +450,7 @@ export default accordion;
450
450
  <div class='footer quiet pad2 space-top1 center small'>
451
451
  Code coverage generated by
452
452
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
453
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
453
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
454
454
  </div>
455
455
  </div>
456
456
  <script src="../../prettify.js"></script>
@@ -94,7 +94,7 @@
94
94
  <div class='footer quiet pad2 space-top1 center small'>
95
95
  Code coverage generated by
96
96
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
97
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
97
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
98
98
  </div>
99
99
  </div>
100
100
  <script src="../../prettify.js"></script>
@@ -105,7 +105,7 @@ export default {
105
105
  <div class='footer quiet pad2 space-top1 center small'>
106
106
  Code coverage generated by
107
107
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
108
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
108
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
109
109
  </div>
110
110
  </div>
111
111
  <script src="../../../prettify.js"></script>
@@ -94,7 +94,7 @@
94
94
  <div class='footer quiet pad2 space-top1 center small'>
95
95
  Code coverage generated by
96
96
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
97
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
97
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
98
98
  </div>
99
99
  </div>
100
100
  <script src="../../../prettify.js"></script>
@@ -295,7 +295,13 @@
295
295
  <a name='L237'></a><a href='#L237'>237</a>
296
296
  <a name='L238'></a><a href='#L238'>238</a>
297
297
  <a name='L239'></a><a href='#L239'>239</a>
298
- <a name='L240'></a><a href='#L240'>240</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
298
+ <a name='L240'></a><a href='#L240'>240</a>
299
+ <a name='L241'></a><a href='#L241'>241</a>
300
+ <a name='L242'></a><a href='#L242'>242</a>
301
+ <a name='L243'></a><a href='#L243'>243</a>
302
+ <a name='L244'></a><a href='#L244'>244</a>
303
+ <a name='L245'></a><a href='#L245'>245</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
304
+ <span class="cline-any cline-neutral">&nbsp;</span>
299
305
  <span class="cline-any cline-neutral">&nbsp;</span>
300
306
  <span class="cline-any cline-neutral">&nbsp;</span>
301
307
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -387,6 +393,10 @@
387
393
  <span class="cline-any cline-neutral">&nbsp;</span>
388
394
  <span class="cline-any cline-neutral">&nbsp;</span>
389
395
  <span class="cline-any cline-neutral">&nbsp;</span>
396
+ <span class="cline-any cline-neutral">&nbsp;</span>
397
+ <span class="cline-any cline-neutral">&nbsp;</span>
398
+ <span class="cline-any cline-neutral">&nbsp;</span>
399
+ <span class="cline-any cline-neutral">&nbsp;</span>
390
400
  <span class="cline-any cline-yes">12x</span>
391
401
  <span class="cline-any cline-neutral">&nbsp;</span>
392
402
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -556,6 +566,7 @@
556
566
  :aria-expanded="ariaExpanded"
557
567
  :activeDescendent="selectedOptionId"
558
568
  :ariaInvalid="ariaInvalid"
569
+ :isRequired="dataRequired"
559
570
  v-model="inputValue"
560
571
  /&gt;
561
572
  &lt;ListBox :id="listBoxId" :aria-labelledby="labelId" :hidden="listBoxHidden" :isLoading="isLoading"&gt;
@@ -624,6 +635,10 @@ export default {
624
635
  type: String,
625
636
  default: '',
626
637
  },
638
+ dataRequired: {
639
+ type: String,
640
+ default: '',
641
+ },
627
642
  },
628
643
  data() {
629
644
  return {
@@ -780,7 +795,7 @@ export default {
780
795
  <div class='footer quiet pad2 space-top1 center small'>
781
796
  Code coverage generated by
782
797
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
783
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
798
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
784
799
  </div>
785
800
  </div>
786
801
  <script src="../../../../prettify.js"></script>
@@ -213,7 +213,7 @@ export default {
213
213
  <div class='footer quiet pad2 space-top1 center small'>
214
214
  Code coverage generated by
215
215
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
216
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
216
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
217
217
  </div>
218
218
  </div>
219
219
  <script src="../../../../prettify.js"></script>
@@ -109,7 +109,7 @@
109
109
  <div class='footer quiet pad2 space-top1 center small'>
110
110
  Code coverage generated by
111
111
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
112
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
112
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
113
113
  </div>
114
114
  </div>
115
115
  <script src="../../../../prettify.js"></script>
@@ -228,7 +228,7 @@ export default fileUpload;
228
228
  <div class='footer quiet pad2 space-top1 center small'>
229
229
  Code coverage generated by
230
230
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
231
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
231
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
232
232
  </div>
233
233
  </div>
234
234
  <script src="../../../prettify.js"></script>
@@ -94,7 +94,7 @@
94
94
  <div class='footer quiet pad2 space-top1 center small'>
95
95
  Code coverage generated by
96
96
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
97
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
97
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
98
98
  </div>
99
99
  </div>
100
100
  <script src="../../../prettify.js"></script>
@@ -174,7 +174,7 @@ export default characterCount;
174
174
  <div class='footer quiet pad2 space-top1 center small'>
175
175
  Code coverage generated by
176
176
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
177
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
177
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
178
178
  </div>
179
179
  </div>
180
180
  <script src="../../../prettify.js"></script>
@@ -94,7 +94,7 @@
94
94
  <div class='footer quiet pad2 space-top1 center small'>
95
95
  Code coverage generated by
96
96
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
97
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
97
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
98
98
  </div>
99
99
  </div>
100
100
  <script src="../../../prettify.js"></script>
@@ -94,7 +94,7 @@
94
94
  <div class='footer quiet pad2 space-top1 center small'>
95
95
  Code coverage generated by
96
96
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
97
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
97
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
98
98
  </div>
99
99
  </div>
100
100
  <script src="../../prettify.js"></script>
@@ -315,7 +315,7 @@ export default modals;
315
315
  <div class='footer quiet pad2 space-top1 center small'>
316
316
  Code coverage generated by
317
317
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
318
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
318
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
319
319
  </div>
320
320
  </div>
321
321
  <script src="../../prettify.js"></script>
@@ -94,7 +94,7 @@
94
94
  <div class='footer quiet pad2 space-top1 center small'>
95
95
  Code coverage generated by
96
96
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
97
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
97
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
98
98
  </div>
99
99
  </div>
100
100
  <script src="../../prettify.js"></script>
@@ -144,7 +144,7 @@ export default notification;
144
144
  <div class='footer quiet pad2 space-top1 center small'>
145
145
  Code coverage generated by
146
146
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
147
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
147
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
148
148
  </div>
149
149
  </div>
150
150
  <script src="../../prettify.js"></script>
@@ -94,7 +94,7 @@
94
94
  <div class='footer quiet pad2 space-top1 center small'>
95
95
  Code coverage generated by
96
96
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
97
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
97
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
98
98
  </div>
99
99
  </div>
100
100
  <script src="../../prettify.js"></script>
@@ -294,7 +294,7 @@ export default popovers;
294
294
  <div class='footer quiet pad2 space-top1 center small'>
295
295
  Code coverage generated by
296
296
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
297
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
297
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
298
298
  </div>
299
299
  </div>
300
300
  <script src="../../prettify.js"></script>
@@ -94,7 +94,7 @@
94
94
  <div class='footer quiet pad2 space-top1 center small'>
95
95
  Code coverage generated by
96
96
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
97
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
97
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
98
98
  </div>
99
99
  </div>
100
100
  <script src="../../prettify.js"></script>
@@ -99,7 +99,7 @@ export default switchState;
99
99
  <div class='footer quiet pad2 space-top1 center small'>
100
100
  Code coverage generated by
101
101
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
102
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
102
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
103
103
  </div>
104
104
  </div>
105
105
  <script src="../../prettify.js"></script>
@@ -94,7 +94,7 @@
94
94
  <div class='footer quiet pad2 space-top1 center small'>
95
95
  Code coverage generated by
96
96
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
97
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
97
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
98
98
  </div>
99
99
  </div>
100
100
  <script src="../../prettify.js"></script>
@@ -510,7 +510,7 @@ export default tabs;
510
510
  <div class='footer quiet pad2 space-top1 center small'>
511
511
  Code coverage generated by
512
512
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
513
- at Tue Dec 01 2020 14:21:21 GMT+0000 (Greenwich Mean Time)
513
+ at Wed Dec 02 2020 12:21:15 GMT+0000 (Greenwich Mean Time)
514
514
  </div>
515
515
  </div>
516
516
  <script src="../../prettify.js"></script>