@madgex/design-system 1.65.5 → 1.65.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/cobertura-coverage.xml +94 -94
- package/coverage/components/accordion/accordion.js.html +1 -1
- package/coverage/components/accordion/index.html +1 -1
- package/coverage/components/inputs/combobox/combobox.js.html +1 -1
- package/coverage/components/inputs/combobox/index.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/Combobox.vue.html +2 -17
- package/coverage/components/inputs/combobox/vue-components/ListBoxOption.vue.html +1 -1
- package/coverage/components/inputs/combobox/vue-components/index.html +1 -1
- package/coverage/components/inputs/file-upload/file-upload.js.html +1 -1
- package/coverage/components/inputs/file-upload/index.html +1 -1
- package/coverage/components/inputs/textarea/character-count.js.html +1 -1
- package/coverage/components/inputs/textarea/index.html +1 -1
- package/coverage/components/modal/index.html +1 -1
- package/coverage/components/modal/modal.js.html +1 -1
- package/coverage/components/notification/index.html +1 -1
- package/coverage/components/notification/notification.js.html +1 -1
- package/coverage/components/popover/index.html +1 -1
- package/coverage/components/popover/popover.js.html +1 -1
- package/coverage/components/switch-state/index.html +1 -1
- package/coverage/components/switch-state/switch-state.js.html +1 -1
- package/coverage/components/tabs/index.html +1 -1
- package/coverage/components/tabs/tabs.js.html +1 -1
- package/coverage/index.html +1 -1
- package/coverage/js/common.js.html +1 -1
- package/coverage/js/fractal-scripts/combobox.js.html +1 -1
- package/coverage/js/fractal-scripts/index.html +1 -1
- package/coverage/js/fractal-scripts/notification.js.html +1 -1
- package/coverage/js/fractal-scripts/switch-state.js.html +1 -1
- package/coverage/js/index-fractal.js.html +1 -1
- package/coverage/js/index-polyfills.js.html +1 -1
- package/coverage/js/index-vue.js.html +1 -1
- package/coverage/js/index.html +1 -1
- package/coverage/js/index.js.html +1 -1
- package/coverage/js/polyfills/arrayPrototypeFind.js.html +1 -1
- package/coverage/js/polyfills/closest.js.html +1 -1
- package/coverage/js/polyfills/index.html +1 -1
- package/coverage/js/polyfills/objectAssign.js.html +1 -1
- package/coverage/js/polyfills/remove.js.html +1 -1
- package/coverage/tokens/_config.js.html +1 -1
- package/coverage/tokens/index.html +1 -1
- package/dist/_tokens/css/_tokens.css +1 -1
- package/dist/_tokens/js/_tokens-module.js +1 -1
- package/dist/_tokens/scss/_tokens.scss +1 -1
- package/dist/assets/icons.json +1 -1
- package/dist/js/index.js +4 -4
- package/package.json +1 -1
- package/src/components/inputs/combobox/_template.njk +3 -3
- package/src/components/inputs/combobox/vue-components/Combobox.vue +0 -5
- package/src/components/inputs/combobox/vue-components/ComboboxInput.vue +0 -5
- package/src/components/inputs/file-upload/_template.njk +0 -2
- package/src/components/inputs/input/_template.njk +0 -5
- package/src/components/inputs/label/_template.njk +2 -1
- package/src/components/inputs/select/_template.njk +0 -8
- package/src/components/inputs/textarea/_template.njk +0 -5
- package/src/components/tabs/_template.njk +7 -7
|
@@ -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="511" lines-covered="209" line-rate="0.409" branches-valid="161" branches-covered="54" branch-rate="0.3354" timestamp="
|
|
3
|
+
<coverage lines-valid="511" lines-covered="209" line-rate="0.409" branches-valid="161" branches-covered="54" branch-rate="0.3354" timestamp="1607082374804" 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,225 +162,225 @@
|
|
|
162
162
|
<methods>
|
|
163
163
|
<method name="_default" hits="0" signature="()V">
|
|
164
164
|
<lines>
|
|
165
|
-
<line number="
|
|
165
|
+
<line number="76" hits="0"/>
|
|
166
166
|
</lines>
|
|
167
167
|
</method>
|
|
168
168
|
<method name="data" hits="10" signature="()V">
|
|
169
169
|
<lines>
|
|
170
|
-
<line number="
|
|
170
|
+
<line number="91" hits="10"/>
|
|
171
171
|
</lines>
|
|
172
172
|
</method>
|
|
173
173
|
<method name="provide" hits="10" signature="()V">
|
|
174
174
|
<lines>
|
|
175
|
-
<line number="
|
|
175
|
+
<line number="99" hits="10"/>
|
|
176
176
|
</lines>
|
|
177
177
|
</method>
|
|
178
178
|
<method name="get" hits="15" signature="()V">
|
|
179
179
|
<lines>
|
|
180
|
-
<line number="
|
|
180
|
+
<line number="106" hits="15"/>
|
|
181
181
|
</lines>
|
|
182
182
|
</method>
|
|
183
183
|
<method name="set" hits="4" signature="()V">
|
|
184
184
|
<lines>
|
|
185
|
-
<line number="
|
|
185
|
+
<line number="112" hits="4"/>
|
|
186
186
|
</lines>
|
|
187
187
|
</method>
|
|
188
188
|
<method name="get" hits="12" signature="()V">
|
|
189
189
|
<lines>
|
|
190
|
-
<line number="
|
|
190
|
+
<line number="121" hits="12"/>
|
|
191
191
|
</lines>
|
|
192
192
|
</method>
|
|
193
193
|
<method name="set" hits="8" signature="()V">
|
|
194
194
|
<lines>
|
|
195
|
-
<line number="
|
|
195
|
+
<line number="124" hits="8"/>
|
|
196
196
|
</lines>
|
|
197
197
|
</method>
|
|
198
198
|
<method name="get" hits="11" signature="()V">
|
|
199
199
|
<lines>
|
|
200
|
-
<line number="
|
|
200
|
+
<line number="129" hits="11"/>
|
|
201
201
|
</lines>
|
|
202
202
|
</method>
|
|
203
203
|
<method name="set" hits="5" signature="()V">
|
|
204
204
|
<lines>
|
|
205
|
-
<line number="
|
|
205
|
+
<line number="132" hits="5"/>
|
|
206
206
|
</lines>
|
|
207
207
|
</method>
|
|
208
208
|
<method name="visibleOptions" hits="14" signature="()V">
|
|
209
209
|
<lines>
|
|
210
|
-
<line number="
|
|
210
|
+
<line number="138" hits="14"/>
|
|
211
211
|
</lines>
|
|
212
212
|
</method>
|
|
213
213
|
<method name="(anonymous_11)" hits="26" signature="()V">
|
|
214
214
|
<lines>
|
|
215
|
-
<line number="
|
|
215
|
+
<line number="140" hits="26"/>
|
|
216
216
|
</lines>
|
|
217
217
|
</method>
|
|
218
218
|
<method name="listBoxId" hits="10" signature="()V">
|
|
219
219
|
<lines>
|
|
220
|
-
<line number="
|
|
220
|
+
<line number="144" hits="10"/>
|
|
221
221
|
</lines>
|
|
222
222
|
</method>
|
|
223
223
|
<method name="optionId" hits="10" signature="()V">
|
|
224
224
|
<lines>
|
|
225
|
-
<line number="
|
|
225
|
+
<line number="147" hits="10"/>
|
|
226
226
|
</lines>
|
|
227
227
|
</method>
|
|
228
228
|
<method name="isLoading" hits="10" signature="()V">
|
|
229
229
|
<lines>
|
|
230
|
-
<line number="
|
|
230
|
+
<line number="150" hits="10"/>
|
|
231
231
|
</lines>
|
|
232
232
|
</method>
|
|
233
233
|
<method name="selectedOptionId" hits="16" signature="()V">
|
|
234
234
|
<lines>
|
|
235
|
-
<line number="
|
|
235
|
+
<line number="153" hits="16"/>
|
|
236
236
|
</lines>
|
|
237
237
|
</method>
|
|
238
238
|
<method name="listBoxHidden" hits="12" signature="()V">
|
|
239
239
|
<lines>
|
|
240
|
-
<line number="
|
|
240
|
+
<line number="160" hits="12"/>
|
|
241
241
|
</lines>
|
|
242
242
|
</method>
|
|
243
243
|
<method name="lastOptionIndex" hits="1" signature="()V">
|
|
244
244
|
<lines>
|
|
245
|
-
<line number="
|
|
245
|
+
<line number="163" hits="1"/>
|
|
246
246
|
</lines>
|
|
247
247
|
</method>
|
|
248
248
|
<method name="resultCount" hits="14" signature="()V">
|
|
249
249
|
<lines>
|
|
250
|
-
<line number="
|
|
250
|
+
<line number="166" hits="14"/>
|
|
251
251
|
</lines>
|
|
252
252
|
</method>
|
|
253
253
|
<method name="ariaExpanded" hits="12" signature="()V">
|
|
254
254
|
<lines>
|
|
255
|
-
<line number="
|
|
255
|
+
<line number="172" hits="12"/>
|
|
256
256
|
</lines>
|
|
257
257
|
</method>
|
|
258
258
|
<method name="ariaInvalid" hits="10" signature="()V">
|
|
259
259
|
<lines>
|
|
260
|
-
<line number="
|
|
260
|
+
<line number="176" hits="10"/>
|
|
261
261
|
</lines>
|
|
262
262
|
</method>
|
|
263
263
|
<method name="makeActive" hits="2" signature="()V">
|
|
264
264
|
<lines>
|
|
265
|
-
<line number="
|
|
265
|
+
<line number="181" hits="2"/>
|
|
266
266
|
</lines>
|
|
267
267
|
</method>
|
|
268
268
|
<method name="makeInactive" hits="3" signature="()V">
|
|
269
269
|
<lines>
|
|
270
|
-
<line number="
|
|
270
|
+
<line number="184" hits="3"/>
|
|
271
271
|
</lines>
|
|
272
272
|
</method>
|
|
273
273
|
<method name="handleChange" hits="4" signature="()V">
|
|
274
274
|
<lines>
|
|
275
|
-
<line number="
|
|
275
|
+
<line number="187" hits="4"/>
|
|
276
276
|
</lines>
|
|
277
277
|
</method>
|
|
278
278
|
<method name="clickOption" hits="1" signature="()V">
|
|
279
279
|
<lines>
|
|
280
|
-
<line number="
|
|
280
|
+
<line number="194" hits="1"/>
|
|
281
281
|
</lines>
|
|
282
282
|
</method>
|
|
283
283
|
<method name="chooseOption" hits="0" signature="()V">
|
|
284
284
|
<lines>
|
|
285
|
-
<line number="
|
|
285
|
+
<line number="198" hits="0"/>
|
|
286
286
|
</lines>
|
|
287
287
|
</method>
|
|
288
288
|
<method name="hiddenGuard" hits="3" signature="()V">
|
|
289
289
|
<lines>
|
|
290
|
-
<line number="
|
|
290
|
+
<line number="202" hits="3"/>
|
|
291
291
|
</lines>
|
|
292
292
|
</method>
|
|
293
293
|
<method name="onInputBlur" hits="0" signature="()V">
|
|
294
294
|
<lines>
|
|
295
|
-
<line number="
|
|
295
|
+
<line number="206" hits="0"/>
|
|
296
296
|
</lines>
|
|
297
297
|
</method>
|
|
298
298
|
<method name="onKeyDown" hits="1" signature="()V">
|
|
299
299
|
<lines>
|
|
300
|
-
<line number="
|
|
300
|
+
<line number="209" hits="1"/>
|
|
301
301
|
</lines>
|
|
302
302
|
</method>
|
|
303
303
|
<method name="onKeyUp" hits="0" signature="()V">
|
|
304
304
|
<lines>
|
|
305
|
-
<line number="
|
|
305
|
+
<line number="218" hits="0"/>
|
|
306
306
|
</lines>
|
|
307
307
|
</method>
|
|
308
308
|
<method name="onKeyHome" hits="1" signature="()V">
|
|
309
309
|
<lines>
|
|
310
|
-
<line number="
|
|
310
|
+
<line number="227" hits="1"/>
|
|
311
311
|
</lines>
|
|
312
312
|
</method>
|
|
313
313
|
<method name="onKeyEnd" hits="1" signature="()V">
|
|
314
314
|
<lines>
|
|
315
|
-
<line number="
|
|
315
|
+
<line number="230" hits="1"/>
|
|
316
316
|
</lines>
|
|
317
317
|
</method>
|
|
318
318
|
</methods>
|
|
319
319
|
<lines>
|
|
320
|
+
<line number="42" hits="1" branch="false"/>
|
|
320
321
|
<line number="43" hits="1" branch="false"/>
|
|
321
322
|
<line number="44" hits="1" branch="false"/>
|
|
322
|
-
<line number="
|
|
323
|
-
<line number="
|
|
324
|
-
<line number="
|
|
325
|
-
<line number="
|
|
326
|
-
<line number="
|
|
327
|
-
<line number="
|
|
328
|
-
<line number="
|
|
329
|
-
<line number="
|
|
330
|
-
<line number="
|
|
331
|
-
<line number="
|
|
332
|
-
<line number="122" hits="
|
|
333
|
-
<line number="
|
|
334
|
-
<line number="130" hits="
|
|
335
|
-
<line number="
|
|
336
|
-
<line number="
|
|
337
|
-
<line number="
|
|
338
|
-
<line number="
|
|
339
|
-
<line number="
|
|
340
|
-
<line number="
|
|
341
|
-
<line number="
|
|
342
|
-
<line number="
|
|
343
|
-
<line number="
|
|
344
|
-
<line number="
|
|
345
|
-
<line number="
|
|
346
|
-
<line number="
|
|
347
|
-
<line number="
|
|
348
|
-
<line number="
|
|
349
|
-
<line number="
|
|
350
|
-
<line number="
|
|
351
|
-
<line number="
|
|
352
|
-
<line number="
|
|
353
|
-
<line number="
|
|
354
|
-
<line number="
|
|
355
|
-
<line number="
|
|
356
|
-
<line number="182" hits="
|
|
357
|
-
<line number="
|
|
358
|
-
<line number="
|
|
359
|
-
<line number="
|
|
360
|
-
<line number="
|
|
361
|
-
<line number="
|
|
362
|
-
<line number="
|
|
363
|
-
<line number="
|
|
364
|
-
<line number="
|
|
365
|
-
<line number="
|
|
366
|
-
<line number="
|
|
367
|
-
<line number="
|
|
368
|
-
<line number="
|
|
369
|
-
<line number="
|
|
370
|
-
<line number="
|
|
371
|
-
<line number="
|
|
372
|
-
<line number="
|
|
373
|
-
<line number="
|
|
374
|
-
<line number="
|
|
375
|
-
<line number="
|
|
376
|
-
<line number="
|
|
377
|
-
<line number="
|
|
378
|
-
<line number="
|
|
379
|
-
<line number="
|
|
380
|
-
<line number="
|
|
381
|
-
<line number="
|
|
382
|
-
<line number="
|
|
383
|
-
<line number="236" hits="1" branch="false"/>
|
|
323
|
+
<line number="76" hits="0" branch="false"/>
|
|
324
|
+
<line number="92" hits="10" branch="false"/>
|
|
325
|
+
<line number="100" hits="10" branch="false"/>
|
|
326
|
+
<line number="107" hits="15" branch="true" condition-coverage="100% (2/2)"/>
|
|
327
|
+
<line number="108" hits="1" branch="false"/>
|
|
328
|
+
<line number="110" hits="14" branch="false"/>
|
|
329
|
+
<line number="114" hits="4" branch="false"/>
|
|
330
|
+
<line number="115" hits="4" branch="true" condition-coverage="50% (1/2)"/>
|
|
331
|
+
<line number="116" hits="4" branch="false"/>
|
|
332
|
+
<line number="117" hits="4" branch="false"/>
|
|
333
|
+
<line number="122" hits="12" branch="false"/>
|
|
334
|
+
<line number="125" hits="8" branch="false"/>
|
|
335
|
+
<line number="130" hits="11" branch="false"/>
|
|
336
|
+
<line number="133" hits="5" branch="false"/>
|
|
337
|
+
<line number="134" hits="5" branch="false"/>
|
|
338
|
+
<line number="135" hits="5" branch="false"/>
|
|
339
|
+
<line number="138" hits="14" branch="false"/>
|
|
340
|
+
<line number="139" hits="14" branch="true" condition-coverage="100% (2/2)"/>
|
|
341
|
+
<line number="140" hits="39" branch="false"/>
|
|
342
|
+
<line number="142" hits="1" branch="false"/>
|
|
343
|
+
<line number="145" hits="10" branch="false"/>
|
|
344
|
+
<line number="148" hits="10" branch="false"/>
|
|
345
|
+
<line number="151" hits="10" branch="true" condition-coverage="50% (1/2)"/>
|
|
346
|
+
<line number="154" hits="16" branch="false"/>
|
|
347
|
+
<line number="155" hits="16" branch="true" condition-coverage="100% (2/2)"/>
|
|
348
|
+
<line number="156" hits="2" branch="false"/>
|
|
349
|
+
<line number="158" hits="14" branch="false"/>
|
|
350
|
+
<line number="161" hits="12" branch="false"/>
|
|
351
|
+
<line number="164" hits="1" branch="false"/>
|
|
352
|
+
<line number="167" hits="14" branch="true" condition-coverage="50% (1/2)"/>
|
|
353
|
+
<line number="168" hits="0" branch="false"/>
|
|
354
|
+
<line number="170" hits="14" branch="false"/>
|
|
355
|
+
<line number="174" hits="12" branch="true" condition-coverage="100% (2/2)"/>
|
|
356
|
+
<line number="177" hits="10" branch="true" condition-coverage="50% (1/2)"/>
|
|
357
|
+
<line number="182" hits="2" branch="false"/>
|
|
358
|
+
<line number="185" hits="3" branch="false"/>
|
|
359
|
+
<line number="188" hits="4" branch="true" condition-coverage="100% (2/2)"/>
|
|
360
|
+
<line number="189" hits="2" branch="false"/>
|
|
361
|
+
<line number="191" hits="2" branch="false"/>
|
|
362
|
+
<line number="194" hits="1" branch="true" condition-coverage="100% (2/2)"/>
|
|
363
|
+
<line number="195" hits="1" branch="false"/>
|
|
364
|
+
<line number="196" hits="1" branch="false"/>
|
|
365
|
+
<line number="199" hits="0" branch="false"/>
|
|
366
|
+
<line number="200" hits="0" branch="false"/>
|
|
367
|
+
<line number="203" hits="3" branch="true" condition-coverage="50% (1/2)"/>
|
|
368
|
+
<line number="204" hits="3" branch="false"/>
|
|
369
|
+
<line number="207" hits="0" branch="false"/>
|
|
370
|
+
<line number="210" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
371
|
+
<line number="211" hits="0" branch="false"/>
|
|
372
|
+
<line number="212" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
373
|
+
<line number="213" hits="0" branch="false"/>
|
|
374
|
+
<line number="214" hits="1" branch="false"/>
|
|
375
|
+
<line number="215" hits="1" branch="false"/>
|
|
376
|
+
<line number="219" hits="0" branch="true" condition-coverage="0% (0/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="224" hits="0" branch="false"/>
|
|
381
|
+
<line number="227" hits="1" branch="false"/>
|
|
382
|
+
<line number="228" hits="1" branch="false"/>
|
|
383
|
+
<line number="231" hits="1" branch="false"/>
|
|
384
384
|
</lines>
|
|
385
385
|
</class>
|
|
386
386
|
<class name="ListBoxOption.vue" filename="src/components/inputs/combobox/vue-components/ListBoxOption.vue" line-rate="1" branch-rate="0.5">
|
|
@@ -444,7 +444,7 @@ export default accordion;
|
|
|
444
444
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
445
445
|
Code coverage generated by
|
|
446
446
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
447
|
-
at
|
|
447
|
+
at Fri Dec 04 2020 11:46:14 GMT+0000 (Greenwich Mean Time)
|
|
448
448
|
</div>
|
|
449
449
|
</div>
|
|
450
450
|
<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
|
|
97
|
+
at Fri Dec 04 2020 11:46:14 GMT+0000 (Greenwich Mean Time)
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<script src="../../prettify.js"></script>
|
|
@@ -111,7 +111,7 @@ export default {
|
|
|
111
111
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
112
112
|
Code coverage generated by
|
|
113
113
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
114
|
-
at
|
|
114
|
+
at Fri Dec 04 2020 11:46:14 GMT+0000 (Greenwich Mean Time)
|
|
115
115
|
</div>
|
|
116
116
|
</div>
|
|
117
117
|
<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
|
|
97
|
+
at Fri Dec 04 2020 11:46:14 GMT+0000 (Greenwich Mean Time)
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
<script src="../../../prettify.js"></script>
|
|
@@ -291,13 +291,7 @@
|
|
|
291
291
|
<a name='L233'></a><a href='#L233'>233</a>
|
|
292
292
|
<a name='L234'></a><a href='#L234'>234</a>
|
|
293
293
|
<a name='L235'></a><a href='#L235'>235</a>
|
|
294
|
-
<a name='L236'></a><a href='#L236'>236</a>
|
|
295
|
-
<a name='L237'></a><a href='#L237'>237</a>
|
|
296
|
-
<a name='L238'></a><a href='#L238'>238</a>
|
|
297
|
-
<a name='L239'></a><a href='#L239'>239</a>
|
|
298
|
-
<a name='L240'></a><a href='#L240'>240</a>
|
|
299
|
-
<a name='L241'></a><a href='#L241'>241</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
300
|
-
<span class="cline-any cline-neutral"> </span>
|
|
294
|
+
<a name='L236'></a><a href='#L236'>236</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
301
295
|
<span class="cline-any cline-neutral"> </span>
|
|
302
296
|
<span class="cline-any cline-neutral"> </span>
|
|
303
297
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -388,10 +382,6 @@
|
|
|
388
382
|
<span class="cline-any cline-neutral"> </span>
|
|
389
383
|
<span class="cline-any cline-neutral"> </span>
|
|
390
384
|
<span class="cline-any cline-neutral"> </span>
|
|
391
|
-
<span class="cline-any cline-neutral"> </span>
|
|
392
|
-
<span class="cline-any cline-neutral"> </span>
|
|
393
|
-
<span class="cline-any cline-neutral"> </span>
|
|
394
|
-
<span class="cline-any cline-neutral"> </span>
|
|
395
385
|
<span class="cline-any cline-yes">10x</span>
|
|
396
386
|
<span class="cline-any cline-neutral"> </span>
|
|
397
387
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -557,7 +547,6 @@
|
|
|
557
547
|
:aria-expanded="ariaExpanded"
|
|
558
548
|
:activeDescendent="selectedOptionId"
|
|
559
549
|
:ariaInvalid="ariaInvalid"
|
|
560
|
-
:isRequired="dataRequired"
|
|
561
550
|
v-model="inputValue"
|
|
562
551
|
/>
|
|
563
552
|
<ListBox :id="listBoxId" :hidden="listBoxHidden" :isLoading="isLoading">
|
|
@@ -626,10 +615,6 @@ export default {
|
|
|
626
615
|
type: String,
|
|
627
616
|
default: '',
|
|
628
617
|
},
|
|
629
|
-
dataRequired: {
|
|
630
|
-
type: String,
|
|
631
|
-
default: '',
|
|
632
|
-
},
|
|
633
618
|
},
|
|
634
619
|
data() {
|
|
635
620
|
return {
|
|
@@ -783,7 +768,7 @@ export default {
|
|
|
783
768
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
784
769
|
Code coverage generated by
|
|
785
770
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
786
|
-
at
|
|
771
|
+
at Fri Dec 04 2020 11:46:14 GMT+0000 (Greenwich Mean Time)
|
|
787
772
|
</div>
|
|
788
773
|
</div>
|
|
789
774
|
<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
|
|
216
|
+
at Fri Dec 04 2020 11:46:14 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
|
|
112
|
+
at Fri Dec 04 2020 11:46:14 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
|
|
231
|
+
at Fri Dec 04 2020 11:46:14 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
|
|
97
|
+
at Fri Dec 04 2020 11:46:14 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
|
|
177
|
+
at Fri Dec 04 2020 11:46:14 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
|
|
97
|
+
at Fri Dec 04 2020 11:46:14 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
|
|
97
|
+
at Fri Dec 04 2020 11:46:14 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
|
|
318
|
+
at Fri Dec 04 2020 11:46:14 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
|
|
97
|
+
at Fri Dec 04 2020 11:46:14 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
|
|
147
|
+
at Fri Dec 04 2020 11:46:14 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
|
|
97
|
+
at Fri Dec 04 2020 11:46:14 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
|
|
297
|
+
at Fri Dec 04 2020 11:46:14 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
|
|
97
|
+
at Fri Dec 04 2020 11:46:14 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
|
|
102
|
+
at Fri Dec 04 2020 11:46:14 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
|
|
97
|
+
at Fri Dec 04 2020 11:46:14 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
|
|
513
|
+
at Fri Dec 04 2020 11:46:14 GMT+0000 (Greenwich Mean Time)
|
|
514
514
|
</div>
|
|
515
515
|
</div>
|
|
516
516
|
<script src="../../prettify.js"></script>
|
package/coverage/index.html
CHANGED
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
290
290
|
Code coverage generated by
|
|
291
291
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
292
|
-
at
|
|
292
|
+
at Fri Dec 04 2020 11:46:14 GMT+0000 (Greenwich Mean Time)
|
|
293
293
|
</div>
|
|
294
294
|
</div>
|
|
295
295
|
<script src="prettify.js"></script>
|