@eui/components 19.1.2-snapshot-1741681025211 → 19.1.2-snapshot-1741955106555
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/docs/components/EuiAutocompleteComponent.html +377 -0
- package/docs/components/EuiAutocompleteOptionComponent.html +50 -0
- package/docs/components/EuiAutocompleteOptionGroupComponent.html +38 -0
- package/docs/components/EuiBlockDocumentComponent.html +64 -0
- package/docs/components/EuiDropdownComponent.html +25 -1
- package/docs/components/EuiProgressBarComponent.html +115 -109
- package/docs/components/EuiTableV2Component.html +228 -63
- package/docs/components/EuiTableV2FilterComponent.html +39 -0
- package/docs/components/EuiTableV2SelectableHeaderComponent.html +33 -0
- package/docs/components/EuiTableV2SelectableRowComponent.html +45 -0
- package/docs/components/EuiTableV2SortableColComponent.html +47 -0
- package/docs/dependencies.html +2 -2
- package/docs/directives/EuiDropdownContentDirective.html +69 -0
- package/docs/directives/EuiTableV2ExpandableRowDirective.html +7 -0
- package/docs/directives/EuiTableV2StickyColDirective.html +7 -0
- package/docs/injectables/EuiTableV2SelectableRowService.html +106 -0
- package/docs/injectables/EuiTableV2SortService.html +47 -0
- package/docs/js/menu-wc.js +33 -16
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuiAutocompleteModule.html +11 -0
- package/docs/modules/EuiBlockDocumentModule.html +22 -4
- package/docs/modules/EuiProgressBarModule.html +2 -14
- package/docs/modules/EuiTableV2Module.html +11 -0
- package/docs/pipes/EuiTableV2HighlightPipe.html +26 -0
- package/eui-autocomplete/eui-autocomplete-option/eui-autocomplete-option.component.d.ts +29 -0
- package/eui-autocomplete/eui-autocomplete-option/eui-autocomplete-option.component.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete-option-group/eui-autocomplete-option-group.component.d.ts +17 -0
- package/eui-autocomplete/eui-autocomplete-option-group/eui-autocomplete-option-group.component.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete.component.d.ts +311 -1
- package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete.module.d.ts +12 -0
- package/eui-autocomplete/eui-autocomplete.module.d.ts.map +1 -1
- package/eui-autocomplete/validators/force-selection-from-data.validator.d.ts +1 -1
- package/eui-block-document/eui-block-document.component.d.ts +41 -1
- package/eui-block-document/eui-block-document.component.d.ts.map +1 -1
- package/eui-block-document/eui-block-document.module.d.ts +12 -2
- package/eui-block-document/eui-block-document.module.d.ts.map +1 -1
- package/eui-date-range-selector/eui-date-range-selector.component.d.ts +10 -1
- package/eui-date-range-selector/eui-date-range-selector.component.d.ts.map +1 -1
- package/eui-datepicker/eui-datepicker.component.d.ts +10 -1
- package/eui-datepicker/eui-datepicker.component.d.ts.map +1 -1
- package/eui-dropdown/directives/eui-dropdown-content.directive.d.ts +1 -0
- package/eui-dropdown/directives/eui-dropdown-content.directive.d.ts.map +1 -1
- package/eui-dropdown/eui-dropdown.component.d.ts +2 -1
- package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
- package/eui-progress-bar/eui-progress-bar.component.d.ts +16 -9
- package/eui-progress-bar/eui-progress-bar.component.d.ts.map +1 -1
- package/eui-progress-bar/eui-progress-bar.module.d.ts +5 -17
- package/eui-progress-bar/eui-progress-bar.module.d.ts.map +1 -1
- package/eui-table-v2/directives/eui-table-v2-expandable-row.directive.d.ts +4 -0
- package/eui-table-v2/directives/eui-table-v2-expandable-row.directive.d.ts.map +1 -1
- package/eui-table-v2/directives/eui-table-v2-sticky-col.directive.d.ts +4 -0
- package/eui-table-v2/directives/eui-table-v2-sticky-col.directive.d.ts.map +1 -1
- package/eui-table-v2/eui-table-v2.component.d.ts +273 -1
- package/eui-table-v2/eui-table-v2.component.d.ts.map +1 -1
- package/eui-table-v2/eui-table-v2.module.d.ts +12 -0
- package/eui-table-v2/eui-table-v2.module.d.ts.map +1 -1
- package/eui-table-v2/filter/eui-table-v2-filter.component.d.ts +21 -0
- package/eui-table-v2/filter/eui-table-v2-filter.component.d.ts.map +1 -1
- package/eui-table-v2/pipes/eui-table-v2-highlight.pipe.d.ts +19 -0
- package/eui-table-v2/pipes/eui-table-v2-highlight.pipe.d.ts.map +1 -1
- package/eui-table-v2/selectable-header/eui-table-v2-selectable-header.component.d.ts +19 -0
- package/eui-table-v2/selectable-header/eui-table-v2-selectable-header.component.d.ts.map +1 -1
- package/eui-table-v2/selectable-row/eui-table-v2-selectable-row.component.d.ts +28 -0
- package/eui-table-v2/selectable-row/eui-table-v2-selectable-row.component.d.ts.map +1 -1
- package/eui-table-v2/services/eui-table-v2-selectable-row.service.d.ts +71 -0
- package/eui-table-v2/services/eui-table-v2-selectable-row.service.d.ts.map +1 -1
- package/eui-table-v2/services/eui-table-v2-sort.service.d.ts +22 -0
- package/eui-table-v2/services/eui-table-v2-sort.service.d.ts.map +1 -1
- package/eui-table-v2/sortable-col/eui-table-v2-sortable-col.component.d.ts +32 -0
- package/eui-table-v2/sortable-col/eui-table-v2-sortable-col.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-autocomplete.mjs +354 -4
- package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
- package/fesm2022/eui-components-eui-block-document.mjs +56 -7
- package/fesm2022/eui-components-eui-block-document.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +1 -1
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +7 -3
- package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-datepicker.mjs +7 -3
- package/fesm2022/eui-components-eui-datepicker.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +12 -5
- package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-group.mjs +2 -2
- package/fesm2022/eui-components-eui-input-group.mjs.map +1 -1
- package/fesm2022/eui-components-eui-language-selector.mjs +1 -1
- package/fesm2022/eui-components-eui-language-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-navbar.mjs +1 -1
- package/fesm2022/eui-components-eui-navbar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-popover.mjs +2 -2
- package/fesm2022/eui-components-eui-popover.mjs.map +1 -1
- package/fesm2022/eui-components-eui-progress-bar.mjs +37 -31
- package/fesm2022/eui-components-eui-progress-bar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table-v2.mjs +482 -5
- package/fesm2022/eui-components-eui-table-v2.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table.mjs +1 -1
- package/fesm2022/eui-components-eui-table.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +2 -2
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-eui-user-profile.mjs +1 -1
- package/fesm2022/eui-components-eui-user-profile.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +1 -1
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/package.json +7 -7
@@ -109,6 +109,13 @@
|
|
109
109
|
</p>
|
110
110
|
|
111
111
|
|
112
|
+
<p class="comment">
|
113
|
+
<h3>Description</h3>
|
114
|
+
</p>
|
115
|
+
<p class="comment">
|
116
|
+
<p>Component used internally by <code>eui-table-v2</code> to add a 'select all' checkbox in the header of the table.</p>
|
117
|
+
|
118
|
+
</p>
|
112
119
|
|
113
120
|
|
114
121
|
<p class="comment">
|
@@ -303,6 +310,12 @@
|
|
303
310
|
<i>Default value : </i><code>true</code>
|
304
311
|
</td>
|
305
312
|
</tr>
|
313
|
+
<tr>
|
314
|
+
<td class="col-md-4">
|
315
|
+
<div class="io-description"><p>Wheter a select all feature is available in the header.</p>
|
316
|
+
</div>
|
317
|
+
</td>
|
318
|
+
</tr>
|
306
319
|
</tbody>
|
307
320
|
</table>
|
308
321
|
</section>
|
@@ -338,6 +351,8 @@
|
|
338
351
|
|
339
352
|
<tr>
|
340
353
|
<td class="col-md-4">
|
354
|
+
<div class="io-description"><p>Handle the change of the selected status.</p>
|
355
|
+
</div>
|
341
356
|
|
342
357
|
<div class="io-description">
|
343
358
|
<b>Parameters :</b>
|
@@ -348,6 +363,7 @@
|
|
348
363
|
<td>Name</td>
|
349
364
|
<td>Type</td>
|
350
365
|
<td>Optional</td>
|
366
|
+
<td>Description</td>
|
351
367
|
</tr>
|
352
368
|
</thead>
|
353
369
|
<tbody>
|
@@ -362,6 +378,10 @@
|
|
362
378
|
</td>
|
363
379
|
|
364
380
|
|
381
|
+
<td>
|
382
|
+
<p>Change Event</p>
|
383
|
+
|
384
|
+
</td>
|
365
385
|
</tr>
|
366
386
|
</tbody>
|
367
387
|
</table>
|
@@ -445,6 +465,19 @@
|
|
445
465
|
<span class="accessor"><b>get</b><code>ariaLabel()</code></span>
|
446
466
|
</td>
|
447
467
|
</tr>
|
468
|
+
<tr>
|
469
|
+
<td class="col-md-4">
|
470
|
+
<div class="io-description"><p>Gets the <code>aria-label</code> attribute for the checkbox element.</p>
|
471
|
+
</div>
|
472
|
+
|
473
|
+
<div>
|
474
|
+
</div>
|
475
|
+
<div class="io-description">
|
476
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
477
|
+
|
478
|
+
</div>
|
479
|
+
</td>
|
480
|
+
</tr>
|
448
481
|
|
449
482
|
</tbody>
|
450
483
|
</table>
|
@@ -109,6 +109,13 @@
|
|
109
109
|
</p>
|
110
110
|
|
111
111
|
|
112
|
+
<p class="comment">
|
113
|
+
<h3>Description</h3>
|
114
|
+
</p>
|
115
|
+
<p class="comment">
|
116
|
+
<p>Component used internally by <code>eui-table-v2</code> to make a row selectable.</p>
|
117
|
+
|
118
|
+
</p>
|
112
119
|
|
113
120
|
|
114
121
|
<p class="comment">
|
@@ -317,6 +324,12 @@
|
|
317
324
|
<i>Default value : </i><code>false</code>
|
318
325
|
</td>
|
319
326
|
</tr>
|
327
|
+
<tr>
|
328
|
+
<td class="col-md-4">
|
329
|
+
<div class="io-description"><p>Wheter the row is selected.</p>
|
330
|
+
</div>
|
331
|
+
</td>
|
332
|
+
</tr>
|
320
333
|
</tbody>
|
321
334
|
</table>
|
322
335
|
<table class="table table-sm table-bordered">
|
@@ -333,6 +346,12 @@
|
|
333
346
|
|
334
347
|
</td>
|
335
348
|
</tr>
|
349
|
+
<tr>
|
350
|
+
<td class="col-md-4">
|
351
|
+
<div class="io-description"><p>Data of the row.</p>
|
352
|
+
</div>
|
353
|
+
</td>
|
354
|
+
</tr>
|
336
355
|
</tbody>
|
337
356
|
</table>
|
338
357
|
<table class="table table-sm table-bordered">
|
@@ -354,6 +373,12 @@
|
|
354
373
|
<i>Default value : </i><code>false</code>
|
355
374
|
</td>
|
356
375
|
</tr>
|
376
|
+
<tr>
|
377
|
+
<td class="col-md-4">
|
378
|
+
<div class="io-description"><p>Wheter the selection can be done with the keyboard.</p>
|
379
|
+
</div>
|
380
|
+
</td>
|
381
|
+
</tr>
|
357
382
|
</tbody>
|
358
383
|
</table>
|
359
384
|
</section>
|
@@ -412,6 +437,8 @@
|
|
412
437
|
|
413
438
|
<tr>
|
414
439
|
<td class="col-md-4">
|
440
|
+
<div class="io-description"><p>Handle the change of the selected status.</p>
|
441
|
+
</div>
|
415
442
|
|
416
443
|
<div class="io-description">
|
417
444
|
<b>Parameters :</b>
|
@@ -422,6 +449,7 @@
|
|
422
449
|
<td>Name</td>
|
423
450
|
<td>Type</td>
|
424
451
|
<td>Optional</td>
|
452
|
+
<td>Description</td>
|
425
453
|
</tr>
|
426
454
|
</thead>
|
427
455
|
<tbody>
|
@@ -436,6 +464,10 @@
|
|
436
464
|
</td>
|
437
465
|
|
438
466
|
|
467
|
+
<td>
|
468
|
+
<p>Change Event</p>
|
469
|
+
|
470
|
+
</td>
|
439
471
|
</tr>
|
440
472
|
</tbody>
|
441
473
|
</table>
|
@@ -471,6 +503,19 @@
|
|
471
503
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
472
504
|
</td>
|
473
505
|
</tr>
|
506
|
+
<tr>
|
507
|
+
<td class="col-md-4">
|
508
|
+
<div class="io-description"><p>Computes and returns the CSS classes for the component based on its current state.</p>
|
509
|
+
</div>
|
510
|
+
|
511
|
+
<div>
|
512
|
+
</div>
|
513
|
+
<div class="io-description">
|
514
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
515
|
+
|
516
|
+
</div>
|
517
|
+
</td>
|
518
|
+
</tr>
|
474
519
|
|
475
520
|
</tbody>
|
476
521
|
</table>
|
@@ -109,6 +109,13 @@
|
|
109
109
|
</p>
|
110
110
|
|
111
111
|
|
112
|
+
<p class="comment">
|
113
|
+
<h3>Description</h3>
|
114
|
+
</p>
|
115
|
+
<p class="comment">
|
116
|
+
<p>Component used internally by <code>eui-table-v2</code> to make a column sortable.</p>
|
117
|
+
|
118
|
+
</p>
|
112
119
|
|
113
120
|
|
114
121
|
<p class="comment">
|
@@ -353,6 +360,12 @@
|
|
353
360
|
<i>Default value : </i><code>false</code>
|
354
361
|
</td>
|
355
362
|
</tr>
|
363
|
+
<tr>
|
364
|
+
<td class="col-md-4">
|
365
|
+
<div class="io-description"><p>Wheter the column is sorted by defaut.</p>
|
366
|
+
</div>
|
367
|
+
</td>
|
368
|
+
</tr>
|
356
369
|
</tbody>
|
357
370
|
</table>
|
358
371
|
<table class="table table-sm table-bordered">
|
@@ -374,6 +387,12 @@
|
|
374
387
|
<i>Default value : </i><code>false</code>
|
375
388
|
</td>
|
376
389
|
</tr>
|
390
|
+
<tr>
|
391
|
+
<td class="col-md-4">
|
392
|
+
<div class="io-description"><p>Wheter the sorting of the column can be cumulated with the one of other column.</p>
|
393
|
+
</div>
|
394
|
+
</td>
|
395
|
+
</tr>
|
377
396
|
</tbody>
|
378
397
|
</table>
|
379
398
|
<table class="table table-sm table-bordered">
|
@@ -395,6 +414,12 @@
|
|
395
414
|
<i>Default value : </i><code>false</code>
|
396
415
|
</td>
|
397
416
|
</tr>
|
417
|
+
<tr>
|
418
|
+
<td class="col-md-4">
|
419
|
+
<div class="io-description"><p>Wheter the sort is disabled on the column.</p>
|
420
|
+
</div>
|
421
|
+
</td>
|
422
|
+
</tr>
|
398
423
|
</tbody>
|
399
424
|
</table>
|
400
425
|
<table class="table table-sm table-bordered">
|
@@ -490,6 +515,8 @@
|
|
490
515
|
|
491
516
|
<tr>
|
492
517
|
<td class="col-md-4">
|
518
|
+
<div class="io-description"><p>Handles the click event on the sortable column.</p>
|
519
|
+
</div>
|
493
520
|
|
494
521
|
<div class="io-description">
|
495
522
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
@@ -523,6 +550,8 @@
|
|
523
550
|
|
524
551
|
<tr>
|
525
552
|
<td class="col-md-4">
|
553
|
+
<div class="io-description"><p>Handles the click event on the dropdown item when the column is multi-sortable.</p>
|
554
|
+
</div>
|
526
555
|
|
527
556
|
<div class="io-description">
|
528
557
|
<b>Parameters :</b>
|
@@ -533,6 +562,7 @@
|
|
533
562
|
<td>Name</td>
|
534
563
|
<td>Type</td>
|
535
564
|
<td>Optional</td>
|
565
|
+
<td>Description</td>
|
536
566
|
</tr>
|
537
567
|
</thead>
|
538
568
|
<tbody>
|
@@ -547,6 +577,10 @@
|
|
547
577
|
</td>
|
548
578
|
|
549
579
|
|
580
|
+
<td>
|
581
|
+
<p>An array of SortOrder. See <a href="../miscellaneous/typealiases.html#SortOrder">SortOrder</a></p>
|
582
|
+
|
583
|
+
</td>
|
550
584
|
</tr>
|
551
585
|
</tbody>
|
552
586
|
</table>
|
@@ -694,6 +728,19 @@
|
|
694
728
|
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
695
729
|
</td>
|
696
730
|
</tr>
|
731
|
+
<tr>
|
732
|
+
<td class="col-md-4">
|
733
|
+
<div class="io-description"><p>Computes and returns the CSS classes for the component based on its current state.</p>
|
734
|
+
</div>
|
735
|
+
|
736
|
+
<div>
|
737
|
+
</div>
|
738
|
+
<div class="io-description">
|
739
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
740
|
+
|
741
|
+
</div>
|
742
|
+
</td>
|
743
|
+
</tr>
|
697
744
|
|
698
745
|
</tbody>
|
699
746
|
</table>
|
package/docs/dependencies.html
CHANGED
@@ -268,9 +268,9 @@
|
|
268
268
|
<li>
|
269
269
|
<b>@stackblitz/sdk</b> : 1.11.0</li>
|
270
270
|
<li>
|
271
|
-
<b>@eui/styles</b> : 19.1.2-snapshot-
|
271
|
+
<b>@eui/styles</b> : 19.1.2-snapshot-1741681025211</li>
|
272
272
|
<li>
|
273
|
-
<b>@eui/ecl</b> : 19.1.2-snapshot-
|
273
|
+
<b>@eui/ecl</b> : 19.1.2-snapshot-1741681025211</li>
|
274
274
|
<li>
|
275
275
|
<b>@eui/tools</b> : ^6.0.0</li>
|
276
276
|
</ul>
|
@@ -146,6 +146,10 @@
|
|
146
146
|
<tr>
|
147
147
|
<td class="col-md-4">
|
148
148
|
<ul class="index-list">
|
149
|
+
<li>
|
150
|
+
<span class="modifier"></span>
|
151
|
+
<a href="#c" >c</a>
|
152
|
+
</li>
|
149
153
|
<li>
|
150
154
|
<span class="modifier"></span>
|
151
155
|
<a href="#role" >role</a>
|
@@ -168,6 +172,9 @@
|
|
168
172
|
<li>
|
169
173
|
<a href="#attr.role" >attr.role</a>
|
170
174
|
</li>
|
175
|
+
<li>
|
176
|
+
<a href="#class" >class</a>
|
177
|
+
</li>
|
171
178
|
</ul>
|
172
179
|
</td>
|
173
180
|
</tr>
|
@@ -205,6 +212,32 @@
|
|
205
212
|
</tr>
|
206
213
|
|
207
214
|
|
215
|
+
</tbody>
|
216
|
+
</table>
|
217
|
+
<table class="table table-sm table-bordered">
|
218
|
+
<tbody>
|
219
|
+
<tr>
|
220
|
+
<td class="col-md-4">
|
221
|
+
<a name="class"></a>
|
222
|
+
<span class="name">
|
223
|
+
<span ><b>class</b></span>
|
224
|
+
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
225
|
+
</span>
|
226
|
+
</td>
|
227
|
+
</tr>
|
228
|
+
<tr>
|
229
|
+
<td class="col-md-4">
|
230
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
231
|
+
|
232
|
+
</td>
|
233
|
+
</tr>
|
234
|
+
<tr>
|
235
|
+
<td class="col-md-4">
|
236
|
+
<i>Default value : </i><code>'eui-dropdown-content'</code>
|
237
|
+
</td>
|
238
|
+
</tr>
|
239
|
+
|
240
|
+
|
208
241
|
</tbody>
|
209
242
|
</table>
|
210
243
|
</section>
|
@@ -216,6 +249,42 @@
|
|
216
249
|
<h3 id="inputs">
|
217
250
|
Properties
|
218
251
|
</h3>
|
252
|
+
<table class="table table-sm table-bordered">
|
253
|
+
<tbody>
|
254
|
+
<tr>
|
255
|
+
<td class="col-md-4">
|
256
|
+
<a name="c"></a>
|
257
|
+
<span class="name">
|
258
|
+
<span class="modifier"></span>
|
259
|
+
<span ><b>c</b></span>
|
260
|
+
<a href="#c"><span class="icon ion-ios-link"></span></a>
|
261
|
+
</span>
|
262
|
+
</td>
|
263
|
+
</tr>
|
264
|
+
<tr>
|
265
|
+
<td class="col-md-4">
|
266
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
267
|
+
|
268
|
+
</td>
|
269
|
+
</tr>
|
270
|
+
<tr>
|
271
|
+
<td class="col-md-4">
|
272
|
+
<i>Default value : </i><code>'eui-dropdown-content'</code>
|
273
|
+
</td>
|
274
|
+
</tr>
|
275
|
+
<tr>
|
276
|
+
<td class="col-md-4">
|
277
|
+
<b>Decorators : </b>
|
278
|
+
<br />
|
279
|
+
<code>
|
280
|
+
@HostBinding('class')<br />
|
281
|
+
</code>
|
282
|
+
</td>
|
283
|
+
</tr>
|
284
|
+
|
285
|
+
|
286
|
+
</tbody>
|
287
|
+
</table>
|
219
288
|
<table class="table table-sm table-bordered">
|
220
289
|
<tbody>
|
221
290
|
<tr>
|