@madgex/design-system 1.59.1 → 1.59.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 (57) hide show
  1. package/__tests__/unit/src/components/combobox.spec.js +1 -1
  2. package/coverage/cobertura-coverage.xml +122 -114
  3. package/coverage/components/accordion/accordion.js.html +1 -1
  4. package/coverage/components/accordion/index.html +1 -1
  5. package/coverage/components/inputs/combobox/combobox.js.html +1 -1
  6. package/coverage/components/inputs/combobox/index.html +1 -1
  7. package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +68 -38
  8. package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +5 -5
  9. package/coverage/components/inputs/combobox/vue-components/index.html +19 -19
  10. package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
  11. package/coverage/components/inputs/file-upload/index.html +1 -1
  12. package/coverage/components/inputs/multi-select/index.html +1 -1
  13. package/coverage/components/inputs/multi-select/multi-select.js.html +1 -1
  14. package/coverage/components/inputs/multi-select/vue-components/MultiSelect.vue.html +1 -1
  15. package/coverage/components/inputs/multi-select/vue-components/MultiSelectCheckbox.vue.html +1 -1
  16. package/coverage/components/inputs/multi-select/vue-components/MultiSelectCheckboxGroup.vue.html +1 -1
  17. package/coverage/components/inputs/multi-select/vue-components/index.html +1 -1
  18. package/coverage/components/inputs/textarea/character-count.js.html +1 -1
  19. package/coverage/components/inputs/textarea/index.html +1 -1
  20. package/coverage/components/modal/index.html +1 -1
  21. package/coverage/components/modal/modal.js.html +1 -1
  22. package/coverage/components/notification/index.html +1 -1
  23. package/coverage/components/notification/notification.js.html +1 -1
  24. package/coverage/components/popover/index.html +1 -1
  25. package/coverage/components/popover/popover.js.html +1 -1
  26. package/coverage/components/switch-state/index.html +1 -1
  27. package/coverage/components/switch-state/switch-state.js.html +1 -1
  28. package/coverage/components/tabs/index.html +1 -1
  29. package/coverage/components/tabs/tabs.js.html +1 -1
  30. package/coverage/index.html +18 -18
  31. package/coverage/js/common.js.html +1 -1
  32. package/coverage/js/fractal-scripts/combobox.js.html +1 -1
  33. package/coverage/js/fractal-scripts/index.html +1 -1
  34. package/coverage/js/fractal-scripts/notification.js.html +1 -1
  35. package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
  36. package/coverage/js/index-fractal.js.html +1 -1
  37. package/coverage/js/index-polyfills.js.html +1 -1
  38. package/coverage/js/index-vue.js.html +1 -1
  39. package/coverage/js/index.html +1 -1
  40. package/coverage/js/index.js.html +1 -1
  41. package/coverage/js/polyfills/closest.js.html +1 -1
  42. package/coverage/js/polyfills/index.html +1 -1
  43. package/coverage/js/polyfills/remove.js.html +1 -1
  44. package/coverage/tokens/_config.js.html +1 -1
  45. package/coverage/tokens/index.html +1 -1
  46. package/dist/_tokens/css/_tokens.css +1 -1
  47. package/dist/_tokens/js/_tokens-module.js +1 -1
  48. package/dist/_tokens/scss/_tokens.scss +1 -1
  49. package/dist/assets/icons.json +1 -1
  50. package/dist/css/index.css +1 -1
  51. package/dist/js/index.js +4 -4
  52. package/package.json +1 -1
  53. package/src/components/inputs/combobox/README.md +1 -0
  54. package/src/components/inputs/combobox/_template.njk +4 -4
  55. package/src/components/inputs/combobox/combobox.njk +2 -1
  56. package/src/components/inputs/combobox/combobox.scss +1 -0
  57. package/src/components/inputs/combobox/vue-components/Combobox.vue +16 -6
@@ -87,7 +87,7 @@ describe('Combobox', () => {
87
87
 
88
88
  it('allows keyboard navigation of items', async () => {
89
89
  expect.assertions(1);
90
- searchBox.trigger('focus');
90
+ searchBox.setValue('dog');
91
91
  await Vue.nextTick();
92
92
  wrapper.trigger('keydown.down');
93
93
  await Vue.nextTick();
@@ -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="498" lines-covered="208" line-rate="0.4177" branches-valid="129" branches-covered="48" branch-rate="0.3721" timestamp="1600422985741" complexity="0" version="0.1">
3
+ <coverage lines-valid="501" lines-covered="211" line-rate="0.42119999999999996" branches-valid="131" branches-covered="50" branch-rate="0.38170000000000004" timestamp="1600681261587" 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>
@@ -142,248 +142,256 @@
142
142
  </class>
143
143
  </classes>
144
144
  </package>
145
- <package name="components.inputs.combobox.vue-components" line-rate="0.8" branch-rate="0.5769">
145
+ <package name="components.inputs.combobox.vue-components" line-rate="0.8088" branch-rate="0.6071">
146
146
  <classes>
147
- <class name="Combobox.vue" filename="src/components/inputs/combobox/vue-components/Combobox.vue" line-rate="0.7868999999999999" branch-rate="0.5769">
147
+ <class name="Combobox.vue" filename="src/components/inputs/combobox/vue-components/Combobox.vue" line-rate="0.7968999999999999" branch-rate="0.6071">
148
148
  <methods>
149
149
  <method name="_default" hits="0" signature="()V">
150
150
  <lines>
151
- <line number="78" hits="0"/>
151
+ <line number="81" hits="0"/>
152
152
  </lines>
153
153
  </method>
154
154
  <method name="data" hits="12" signature="()V">
155
155
  <lines>
156
- <line number="89" hits="12"/>
156
+ <line number="92" hits="12"/>
157
157
  </lines>
158
158
  </method>
159
159
  <method name="provide" hits="12" signature="()V">
160
160
  <lines>
161
- <line number="97" hits="12"/>
161
+ <line number="100" hits="12"/>
162
162
  </lines>
163
163
  </method>
164
- <method name="get" hits="16" signature="()V">
164
+ <method name="get" hits="17" signature="()V">
165
165
  <lines>
166
- <line number="104" hits="16"/>
166
+ <line number="107" hits="17"/>
167
167
  </lines>
168
168
  </method>
169
- <method name="set" hits="3" signature="()V">
169
+ <method name="set" hits="4" signature="()V">
170
170
  <lines>
171
- <line number="110" hits="3"/>
171
+ <line number="113" hits="4"/>
172
172
  </lines>
173
173
  </method>
174
174
  <method name="get" hits="14" signature="()V">
175
175
  <lines>
176
- <line number="119" hits="14"/>
176
+ <line number="122" hits="14"/>
177
177
  </lines>
178
178
  </method>
179
- <method name="set" hits="7" signature="()V">
179
+ <method name="set" hits="8" signature="()V">
180
180
  <lines>
181
- <line number="122" hits="7"/>
181
+ <line number="125" hits="8"/>
182
182
  </lines>
183
183
  </method>
184
184
  <method name="get" hits="13" signature="()V">
185
185
  <lines>
186
- <line number="127" hits="13"/>
186
+ <line number="130" hits="13"/>
187
187
  </lines>
188
188
  </method>
189
- <method name="set" hits="4" signature="()V">
189
+ <method name="set" hits="5" signature="()V">
190
190
  <lines>
191
- <line number="130" hits="4"/>
191
+ <line number="133" hits="5"/>
192
192
  </lines>
193
193
  </method>
194
- <method name="visibleOptions" hits="15" signature="()V">
194
+ <method name="visibleOptions" hits="16" signature="()V">
195
195
  <lines>
196
- <line number="136" hits="15"/>
196
+ <line number="139" hits="16"/>
197
197
  </lines>
198
198
  </method>
199
- <method name="(anonymous_11)" hits="28" signature="()V">
199
+ <method name="(anonymous_11)" hits="30" signature="()V">
200
200
  <lines>
201
- <line number="138" hits="28"/>
201
+ <line number="141" hits="30"/>
202
202
  </lines>
203
203
  </method>
204
204
  <method name="labelId" hits="12" signature="()V">
205
205
  <lines>
206
- <line number="142" hits="12"/>
206
+ <line number="145" hits="12"/>
207
207
  </lines>
208
208
  </method>
209
209
  <method name="listBoxId" hits="12" signature="()V">
210
210
  <lines>
211
- <line number="145" hits="12"/>
211
+ <line number="148" hits="12"/>
212
212
  </lines>
213
213
  </method>
214
214
  <method name="optionId" hits="12" signature="()V">
215
215
  <lines>
216
- <line number="148" hits="12"/>
216
+ <line number="151" hits="12"/>
217
217
  </lines>
218
218
  </method>
219
219
  <method name="isLoading" hits="12" signature="()V">
220
220
  <lines>
221
- <line number="151" hits="12"/>
221
+ <line number="154" hits="12"/>
222
222
  </lines>
223
223
  </method>
224
- <method name="selectedOptionId" hits="17" signature="()V">
224
+ <method name="selectedOptionId" hits="18" signature="()V">
225
225
  <lines>
226
- <line number="154" hits="17"/>
226
+ <line number="157" hits="18"/>
227
227
  </lines>
228
228
  </method>
229
- <method name="listBoxHidden" hits="17" signature="()V">
229
+ <method name="listBoxHidden" hits="14" signature="()V">
230
230
  <lines>
231
- <line number="161" hits="17"/>
231
+ <line number="164" hits="14"/>
232
232
  </lines>
233
233
  </method>
234
234
  <method name="lastOptionIndex" hits="1" signature="()V">
235
235
  <lines>
236
- <line number="164" hits="1"/>
236
+ <line number="167" hits="1"/>
237
+ </lines>
238
+ </method>
239
+ <method name="resultCount" hits="16" signature="()V">
240
+ <lines>
241
+ <line number="170" hits="16"/>
237
242
  </lines>
238
243
  </method>
239
- <method name="resultCount" hits="15" signature="()V">
244
+ <method name="ariaExpanded" hits="14" signature="()V">
240
245
  <lines>
241
- <line number="167" hits="15"/>
246
+ <line number="176" hits="14"/>
242
247
  </lines>
243
248
  </method>
244
- <method name="ariaExpanded" hits="17" signature="()V">
249
+ <method name="makeActive" hits="2" signature="()V">
245
250
  <lines>
246
- <line number="173" hits="17"/>
251
+ <line number="182" hits="2"/>
247
252
  </lines>
248
253
  </method>
249
- <method name="makeActive" hits="5" signature="()V">
254
+ <method name="makeInactive" hits="3" signature="()V">
250
255
  <lines>
251
- <line number="179" hits="5"/>
256
+ <line number="185" hits="3"/>
252
257
  </lines>
253
258
  </method>
254
- <method name="makeInactive" hits="1" signature="()V">
259
+ <method name="handleChange" hits="4" signature="()V">
255
260
  <lines>
256
- <line number="182" hits="1"/>
261
+ <line number="188" hits="4"/>
257
262
  </lines>
258
263
  </method>
259
264
  <method name="clickOption" hits="1" signature="()V">
260
265
  <lines>
261
- <line number="185" hits="1"/>
266
+ <line number="195" hits="1"/>
262
267
  </lines>
263
268
  </method>
264
269
  <method name="chooseOption" hits="0" signature="()V">
265
270
  <lines>
266
- <line number="189" hits="0"/>
271
+ <line number="199" hits="0"/>
267
272
  </lines>
268
273
  </method>
269
274
  <method name="hiddenGuard" hits="3" signature="()V">
270
275
  <lines>
271
- <line number="193" hits="3"/>
276
+ <line number="203" hits="3"/>
272
277
  </lines>
273
278
  </method>
274
279
  <method name="onInputBlur" hits="0" signature="()V">
275
280
  <lines>
276
- <line number="197" hits="0"/>
281
+ <line number="207" hits="0"/>
277
282
  </lines>
278
283
  </method>
279
284
  <method name="onKeyDown" hits="1" signature="()V">
280
285
  <lines>
281
- <line number="200" hits="1"/>
286
+ <line number="210" hits="1"/>
282
287
  </lines>
283
288
  </method>
284
289
  <method name="onKeyUp" hits="0" signature="()V">
285
290
  <lines>
286
- <line number="209" hits="0"/>
291
+ <line number="219" hits="0"/>
287
292
  </lines>
288
293
  </method>
289
294
  <method name="onKeyHome" hits="1" signature="()V">
290
295
  <lines>
291
- <line number="218" hits="1"/>
296
+ <line number="228" hits="1"/>
292
297
  </lines>
293
298
  </method>
294
299
  <method name="onKeyEnd" hits="1" signature="()V">
295
300
  <lines>
296
- <line number="221" hits="1"/>
301
+ <line number="231" hits="1"/>
297
302
  </lines>
298
303
  </method>
299
304
  </methods>
300
305
  <lines>
301
- <line number="44" hits="1" branch="false"/>
302
- <line number="45" hits="1" branch="false"/>
303
- <line number="46" hits="1" branch="false"/>
304
- <line number="78" hits="0" branch="false"/>
305
- <line number="90" hits="12" branch="false"/>
306
- <line number="98" hits="12" branch="false"/>
307
- <line number="105" hits="16" branch="true" condition-coverage="100% (2/2)"/>
308
- <line number="106" hits="1" branch="false"/>
309
- <line number="108" hits="15" branch="false"/>
310
- <line number="112" hits="3" branch="false"/>
311
- <line number="113" hits="3" branch="true" condition-coverage="50% (1/2)"/>
312
- <line number="114" hits="3" branch="false"/>
313
- <line number="115" hits="3" branch="false"/>
314
- <line number="120" hits="14" branch="false"/>
315
- <line number="123" hits="7" branch="false"/>
316
- <line number="128" hits="13" branch="false"/>
317
- <line number="131" hits="4" branch="false"/>
318
- <line number="132" hits="4" branch="false"/>
319
- <line number="133" hits="4" branch="false"/>
320
- <line number="136" hits="15" branch="false"/>
321
- <line number="137" hits="15" branch="true" condition-coverage="100% (2/2)"/>
322
- <line number="138" hits="42" branch="false"/>
323
- <line number="140" hits="1" branch="false"/>
324
- <line number="143" hits="12" branch="false"/>
306
+ <line number="47" hits="1" branch="false"/>
307
+ <line number="48" hits="1" branch="false"/>
308
+ <line number="49" hits="1" branch="false"/>
309
+ <line number="81" hits="0" branch="false"/>
310
+ <line number="93" hits="12" branch="false"/>
311
+ <line number="101" hits="12" branch="false"/>
312
+ <line number="108" hits="17" branch="true" condition-coverage="100% (2/2)"/>
313
+ <line number="109" hits="1" branch="false"/>
314
+ <line number="111" hits="16" branch="false"/>
315
+ <line number="115" hits="4" branch="false"/>
316
+ <line number="116" hits="4" branch="true" condition-coverage="50% (1/2)"/>
317
+ <line number="117" hits="4" branch="false"/>
318
+ <line number="118" hits="4" branch="false"/>
319
+ <line number="123" hits="14" branch="false"/>
320
+ <line number="126" hits="8" branch="false"/>
321
+ <line number="131" hits="13" branch="false"/>
322
+ <line number="134" hits="5" branch="false"/>
323
+ <line number="135" hits="5" branch="false"/>
324
+ <line number="136" hits="5" branch="false"/>
325
+ <line number="139" hits="16" branch="false"/>
326
+ <line number="140" hits="16" branch="true" condition-coverage="100% (2/2)"/>
327
+ <line number="141" hits="45" branch="false"/>
328
+ <line number="143" hits="1" branch="false"/>
325
329
  <line number="146" hits="12" branch="false"/>
326
330
  <line number="149" hits="12" branch="false"/>
327
- <line number="152" hits="12" branch="true" condition-coverage="50% (1/2)"/>
328
- <line number="155" hits="17" branch="false"/>
329
- <line number="156" hits="17" branch="true" condition-coverage="100% (2/2)"/>
330
- <line number="157" hits="2" branch="false"/>
331
- <line number="159" hits="15" branch="false"/>
332
- <line number="162" hits="17" branch="false"/>
333
- <line number="165" hits="1" branch="false"/>
334
- <line number="168" hits="15" branch="true" condition-coverage="50% (1/2)"/>
335
- <line number="169" hits="0" branch="false"/>
336
- <line number="171" hits="15" branch="false"/>
337
- <line number="175" hits="17" branch="true" condition-coverage="100% (2/2)"/>
338
- <line number="180" hits="5" branch="false"/>
339
- <line number="183" hits="1" branch="false"/>
340
- <line number="185" hits="1" branch="true" condition-coverage="100% (2/2)"/>
341
- <line number="186" hits="1" branch="false"/>
342
- <line number="187" hits="1" branch="false"/>
343
- <line number="190" hits="0" branch="false"/>
344
- <line number="191" hits="0" branch="false"/>
345
- <line number="194" hits="3" branch="true" condition-coverage="50% (1/2)"/>
346
- <line number="195" hits="3" branch="false"/>
347
- <line number="198" hits="0" branch="false"/>
348
- <line number="201" hits="1" branch="true" condition-coverage="50% (1/2)"/>
349
- <line number="202" hits="0" branch="false"/>
350
- <line number="203" hits="0" branch="true" condition-coverage="0% (0/2)"/>
351
- <line number="204" hits="0" branch="false"/>
352
- <line number="205" hits="1" branch="false"/>
353
- <line number="206" hits="1" branch="false"/>
354
- <line number="210" hits="0" branch="true" condition-coverage="0% (0/2)"/>
355
- <line number="211" hits="0" branch="false"/>
356
- <line number="212" hits="0" branch="true" condition-coverage="0% (0/2)"/>
357
- <line number="213" hits="0" branch="false"/>
358
- <line number="215" hits="0" branch="false"/>
359
- <line number="218" hits="1" branch="false"/>
360
- <line number="219" hits="1" branch="false"/>
361
- <line number="222" hits="1" branch="false"/>
331
+ <line number="152" hits="12" branch="false"/>
332
+ <line number="155" hits="12" branch="true" condition-coverage="50% (1/2)"/>
333
+ <line number="158" hits="18" branch="false"/>
334
+ <line number="159" hits="18" branch="true" condition-coverage="100% (2/2)"/>
335
+ <line number="160" hits="2" branch="false"/>
336
+ <line number="162" hits="16" branch="false"/>
337
+ <line number="165" hits="14" branch="false"/>
338
+ <line number="168" hits="1" branch="false"/>
339
+ <line number="171" hits="16" branch="true" condition-coverage="50% (1/2)"/>
340
+ <line number="172" hits="0" branch="false"/>
341
+ <line number="174" hits="16" branch="false"/>
342
+ <line number="178" hits="14" branch="true" condition-coverage="100% (2/2)"/>
343
+ <line number="183" hits="2" branch="false"/>
344
+ <line number="186" hits="3" branch="false"/>
345
+ <line number="189" hits="4" branch="true" condition-coverage="100% (2/2)"/>
346
+ <line number="190" hits="2" branch="false"/>
347
+ <line number="192" hits="2" branch="false"/>
348
+ <line number="195" hits="1" branch="true" condition-coverage="100% (2/2)"/>
349
+ <line number="196" hits="1" branch="false"/>
350
+ <line number="197" hits="1" branch="false"/>
351
+ <line number="200" hits="0" branch="false"/>
352
+ <line number="201" hits="0" branch="false"/>
353
+ <line number="204" hits="3" branch="true" condition-coverage="50% (1/2)"/>
354
+ <line number="205" hits="3" branch="false"/>
355
+ <line number="208" hits="0" branch="false"/>
356
+ <line number="211" hits="1" branch="true" condition-coverage="50% (1/2)"/>
357
+ <line number="212" hits="0" branch="false"/>
358
+ <line number="213" hits="0" branch="true" condition-coverage="0% (0/2)"/>
359
+ <line number="214" hits="0" branch="false"/>
360
+ <line number="215" hits="1" branch="false"/>
361
+ <line number="216" hits="1" branch="false"/>
362
+ <line number="220" hits="0" branch="true" condition-coverage="0% (0/2)"/>
363
+ <line number="221" hits="0" branch="false"/>
364
+ <line number="222" hits="0" branch="true" condition-coverage="0% (0/2)"/>
365
+ <line number="223" hits="0" branch="false"/>
366
+ <line number="225" hits="0" branch="false"/>
367
+ <line number="228" hits="1" branch="false"/>
368
+ <line number="229" hits="1" branch="false"/>
369
+ <line number="232" hits="1" branch="false"/>
362
370
  </lines>
363
371
  </class>
364
372
  <class name="ListBoxOption.vue" filename="src/components/inputs/combobox/vue-components/ListBoxOption.vue" line-rate="1" branch-rate="1">
365
373
  <methods>
366
- <method name="searchValue" hits="3" signature="()V">
374
+ <method name="searchValue" hits="4" signature="()V">
367
375
  <lines>
368
- <line number="30" hits="3"/>
376
+ <line number="30" hits="4"/>
369
377
  </lines>
370
378
  </method>
371
- <method name="highlightOption" hits="29" signature="()V">
379
+ <method name="highlightOption" hits="30" signature="()V">
372
380
  <lines>
373
- <line number="35" hits="29"/>
381
+ <line number="35" hits="30"/>
374
382
  </lines>
375
383
  </method>
376
- <method name="(anonymous_3)" hits="106" signature="()V">
384
+ <method name="(anonymous_3)" hits="104" signature="()V">
377
385
  <lines>
378
- <line number="36" hits="106"/>
386
+ <line number="36" hits="104"/>
379
387
  </lines>
380
388
  </method>
381
389
  </methods>
382
390
  <lines>
383
- <line number="31" hits="3" branch="false"/>
384
- <line number="36" hits="29" branch="false"/>
385
- <line number="38" hits="106" branch="false"/>
386
- <line number="40" hits="29" branch="false"/>
391
+ <line number="31" hits="4" branch="false"/>
392
+ <line number="36" hits="30" branch="false"/>
393
+ <line number="38" hits="104" branch="false"/>
394
+ <line number="40" hits="30" branch="false"/>
387
395
  </lines>
388
396
  </class>
389
397
  </classes>
@@ -396,7 +396,7 @@ export default accordion;
396
396
  <div class='footer quiet pad2 space-top1 center small'>
397
397
  Code coverage generated by
398
398
  <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
399
- at Fri Sep 18 2020 10:56:25 GMT+0100 (British Summer Time)
399
+ at Mon Sep 21 2020 10:41:01 GMT+0100 (British Summer Time)
400
400
  </div>
401
401
  </div>
402
402
  <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 Fri Sep 18 2020 10:56:25 GMT+0100 (British Summer Time)
97
+ at Mon Sep 21 2020 10:41:01 GMT+0100 (British Summer 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 Fri Sep 18 2020 10:56:25 GMT+0100 (British Summer Time)
108
+ at Mon Sep 21 2020 10:41:01 GMT+0100 (British Summer 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 Fri Sep 18 2020 10:56:25 GMT+0100 (British Summer Time)
97
+ at Mon Sep 21 2020 10:41:01 GMT+0100 (British Summer Time)
98
98
  </div>
99
99
  </div>
100
100
  <script src="../../../prettify.js"></script>